html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}



body{
	font-family: "Nunito", sans-serif;
}


.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}

@media (max-width: 575.9px) {
	.container {
		padding: 0 24px; отступы от края экрана в моб версии
	}
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	margin: 0;
	z-index: 2;
}
.header-mob{
	display: none;
}
.header__link, .header__img{
	display: block;
	max-width: 100%;
	width: 100%;
}

.section {
  padding: 90px 0;
}
.section-black{
	background: #000B2E;
}
.article img{
	max-width: 100%;
	width: 100%;
	height: 680px;
	object-fit: cover;
	margin: 20px 0;
}
h2, .title-h2{
	color: #fff;
	margin: 50px 0 20px 0;
	font-size: 45px;
	font-weight: 700;
}
h3, .title-h3{
	color: #fff;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: 700;
}
h4, .title-h4{
	color: #fff;
	margin: 40px 0 10px 0;
	font-size: 26px;
	font-weight: 700;
}
h5, .title-h5{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0;
}
h6, .title-h6{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0;
}
.desc{
	color: #fff;
	font-size: 18px;
	line-height: 140%;
	margin: 15px 0;
}
.list{
	margin: 20px 0;
	padding: 0;
}
.list-item{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
}
.btn{
	display: inline-block;
	padding: 14px 32px;
	background: linear-gradient( #25C6FF, #078AFF);
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	transition: .2s ease-out;
}
.btn:hover{
	transform: scale(1.075);
}
.ghost-btn{
	font-size: 12px;
	padding: 10px 16px;
	background: 0;
	border-radius: 5px;
}
.ghost-btn_white{
	color: #fff;
	border: 1px solid #fff;
}
.ghost-btn_green{
	color: #A3F001;
	border: 1px solid #A3F001;
}
.header-logo{
	max-width: 80px;
	width: 100%;
}
.header-logo img{
	max-width: 100%;
	width: 100%;
}

.header__left-btn{
	margin: 0 10px 0 0;
}


.gift{
	position: absolute;
	top: 100px;
	right: 35vw;
	max-width: 146px;
	width: 100%;
}

.jackpot{
	position: absolute;
	top: auto;
	bottom: 160px;
	right: 37vw;
	max-width: 146px;
	width: 100%;
}

.hero{
	padding-top: 120px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-image: url('../img/hero-background.jpg');
}
.hero__img{
	margin-left: -80px;
}
.hero__content{
	padding: 75px 0 80px 0;
	max-width: 510px;
	width: 100%;
}
.hero__title{
	font-size: 50px;
	font-weight: 900;
	line-height: 120%;
	color: #fff;
	text-transform: uppercase;
}

.discount{
	margin-top: 35px;
}

.discount-label{
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	color: #000421;
	padding: 14px 20px;
	background: #A3F001;
	transform: rotate(-3deg);
	border-radius: 100px;
	margin-bottom: 10px;
}
.hero__discount-text{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 280px;
	width: 100%;
}

.article .btn{
	display: block;
	width: fit-content;
	margin: 30px auto;
}



.footer{
	padding: 80px 0;
	background: #007FB3;
	color: #fff;
}


@media (max-width: 991.9px) {
	.hero{
		background-image: url(../img/hero-mobile.png);
	}
	.hero__content{
		padding: 0 0 80px 0;
	}
	.hero__img{
		margin: 0;
		max-width: 180px;
	}
}


@media (max-width: 767.9px) {
	.header{
		background: #001556;
		padding: 8px 0;
	}
	.header__link, .jackpot, .hero__img{
		display: none;
	}
	.header-mob{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.hero__title{
		font-size: 23px;
	}
	.hero__content{
		padding: 0 0 280px 0;
	}
	.btn{
		font-size: 16px;
		padding: 12px 24px;
	}
	.ghost-btn{
		font-size: 12px;
		padding: 10px 16px;
		background: 0;
		border-radius: 5px;
	}
	.gift{
		max-width: 126px;
		top: auto;
		bottom: 50px;
		right: 0;
		left: 0;
	}
	.discount-label, .hero__discount-text{
		font-size: 14px;
	}
	h2, .title-h2{
		margin: 30px 0 15px 0;
		font-size: 28px;
	}
	h3, .title-h3{
		margin-top: 35px;
		margin-bottom: 20px;
		font-size: 22px;
	}
	h4, .title-h4{
		margin: 20px 0 10px 0;
		font-size: 18px;
	}
	h5, .title-h5{
		color: #fff;
		font-size: 16px;
	}
	h6, .title-h6{
		font-size: 14px;
	}
	.desc{
		font-size: 16px;
	}
	.article img{
		height: 50vw;
	}
}


