@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root{
	--bg-primary: #104119;
	--bg-header: rgba(0, 53, 23, 0.8);
	--bg-footer: #001B00;
	--text-primary: #FFFFFF;
	--text-secundary: #FFFF18;
	--text-title: #FFFAFA;
}
::selection{
	background: var(--bg-primary);
	color: var(--text-primary);
}
/*
	font-family: "Lato", sans-serif;
*/

/*common*/
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

html,
body{
	margin: 0px;
	padding: 0px;
}
html{
	overflow-x: hidden;
}
body{
	font-family: "Lato", sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: var(--text-primary);
	background: var(--bg-primary);
}
p{
	margin: 0px;
}
ul{
	margin: 0px;
}
a{
	color: var(--text-primary);
	text-decoration: underline;
	transition: all 0.3s ease-in-out 0s;
}
a:hover{
	text-decoration: none;
}
img{
	display: block;
	max-width: 100%;
	height: auto;
}

h1{
	font-size: 36px;
	line-height: 40px;
	font-weight: 800;
	margin: 0px 0px 40px;
}
h2{
	font-size: 52px;
	line-height: 60px;
	color: var(--text-title);
	font-weight: 900;
	margin: 0px 0px 50px;
}
h3{
	font-size: 28px;
	line-height: 32px;
	color: var(--text-primary);
	font-weight: 900;
	margin: 0px 0px 50px;	
}
h4{
	font-size: 20px;
	line-height: 28px;
	font-weight: 900;
	margin: 0px;
}
.title--home{
	text-align: center;
}
.static-title--h1{
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 75px;
}
.static-title--h2{
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: var(--text-secundary);
	margin: 20px 0px 0px;
}

.container{
	position: relative;
	max-width: 1280px;
	width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}
.container--hero{
	height: 100%;
}
.container--fortune:after{
	position: absolute;
	top: -30px;
	right: 0px;
	display: block;
	width: 192px;
	height: 155px;
	background: url(../media/decor_fortune.png) no-repeat;
	opacity: 0.5;
	transform: rotate(-13deg);
	content: "";
}
.container--footer{
	max-width: 740px;
}

.show-mobile{
	display: none;
}

button{
	border: 0px;
	cursor: pointer;
	background: none;
}
.close{
	display: block;
	width: 14px;
	height: 14px;
	background: url(../media/icon_close.png) no-repeat;
	background-size: 100%;
}
.close--cookie{
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 45px;
}
.btn{
	display: inline-block;
	position: relative;
	border: 0px;
	text-decoration: none;
	cursor: pointer;
}
.btn--primary{
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	width: 322px;
	height: 127px;
	background: url(../media/bg_button.png) no-repeat;
	background-size: 100% 100%;
	font-size: 28px;
	line-height: 32px;
	font-weight: 900;
	color: var(--text-title);
	text-shadow: -2px -2px #C70404, -2px 2px #C70404, 2px -2px #C70404, 2px 2px #C70404;
	padding: 30px 90px 30px 0px;
}
.btn--primary:hover{
	transform: scale(1.03);
}

/*header*/
.header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
}
.header__decor{
	position: relative;
	background: var(--bg-header);
	padding: 20px 0px;
	z-index: 2;
}
.header__wrap{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}
.header__logo{
	width: 68px;
}
.header-nav__list{
	display: flex;
	align-items: center;
	margin: 0px;
	padding: 0px;
}
.header-nav__item{
	margin: 0px 0px 0px 34px;
	list-style: none;
}
.header-nav__link{
	font-size: 18px;
	text-decoration: none;
}
.header-nav__link:hover{
	color: #FF3131;
}

/*main*/
.main{
	padding: 0px;
}
.main--static{
	padding: 170px 0px 90px;
}
section{
	padding: 110px 0px 100px;
}

.hero{
	position: relative;
	background:url(../media/bg_hero.jpg) no-repeat;
	background-size: cover;
	background-position: bottom;
	height: 800px;
	padding: 110px 0px 0px;
}
.hero__content{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 670px;
	width: 49%;
}
.hero__img{
	margin: 0px 0px 50px;
}
.hero-decor{
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: flex;
	justify-content: center;
	max-width: 670px;
	width: 49%;
}
.hero-decor__flame{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.fortune{
	position: relative;
	background:url(../media/bg_fortune.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.fortune__wrap{
	display: flex;
	justify-content: space-between;
}
.fortune__img{
	width: 49%;
}
.fortune__text{
	width: 49%;
	font-size: 28px;
	line-height: 32px;
}

.features{
	background: radial-gradient(circle, #0DC200, #0A9D00, #077400, #055000, #033300, #011C00, #000C00);
}
.features__list{
	display: flex;
	justify-content: space-between;
}
.features__item{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 276px;
	width: 30%;
	text-align: center;
}
.features__item:nth-child(2n){
	margin-top: 80px;
}
.features__img{
	margin-bottom: 20px;
}

.about{
	position: relative;
	background:url(../media/bg_about.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.about__list{
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}
.about-button__wrap{
	display: none;
}
.about-button-prev,
.about-button-next{
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	z-index: 10;
	width: 70px;
	height: 80px;
	background: url(../media/arrow_slider_prev.png) no-repeat;
	background-size: 100%;
	transition: all 0.3s ease-in-out 0s;
}
.about-button-next{
	background: url(../media/arrow_slider_next.png) no-repeat;
	background-size: 100%;
}
.about-button-prev:after,
.about-button-next:after{
	display: none;
}
.about-button-prev:hover,
.about-button-next:hover{
	opacity: 0.9;
}
.about__text{
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 50px;
}
.about__text strong{
	color: var(--text-secundary);
}
.about__btn-wrap{
	text-align: center;
}
.game-iframe-wrapper {
	position: relative;
	margin-top: 36px;
	padding-bottom: 55.25%;
}
.game-iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 20px;
}
.game-close{
	position: absolute;
	right: 15px;
	top: 30px;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../media/icon_close.png) no-repeat;
	background-size: 100%;
	z-index: 2;
}

.disclaimer{
	padding: 47px 0px;
	color: var(--text-title);
	background: linear-gradient(to right, #07330A 70%, #0F6408  100%);
}
.disclaimer__title{
	font-size: 36px;
	line-height: 40px;
	font-weight: 900;
	margin-bottom: 35px;
}
.disclaimer__wrap{
	display: flex;
	justify-content: space-between;
}
.disclaimer__text{
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
}
.disclaimer__img{
	min-width: 236px;
}

/*footer*/
.footer{
	background: var(--bg-footer);
	color: var(--text-secundary);
	padding: 38px 0px;
}
.footer__wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-nav__list{
	display: flex;
	align-items: center;
	margin: 0px;
	padding: 0px;
}
.footer-nav__item{
	position: relative;
	margin-right: 10px;
	list-style: none;
}
.footer-nav__item:before{
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -5px;
	display: block;
	width: 1px;
	height: 16px;
	background: #42AD1E;
	content: "";
}
.footer-nav__item:last-child{
	margin: 0px;
}
.footer-nav__item:last-child:before{
	display: none;
}
.footer-nav__link{
	font-size: 16px;
	line-height: 24px;
	color: var(--text-secundary);
	text-decoration: none;
}
.footer__copyright{
	font-size: 10px;
	line-height: 16px;
}

/*cookies*/
.cookie-banner{
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: var(--bg-footer);
	color: var(--text-primary);
	padding: 20px 40px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.18);
}
.cookie-banner__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cookie-banner__text{
	max-width: 760px;
	color: var(--text-primary);
	font-size: 14px;
	line-height: 20px;
}
.cookie-banner__btn{
	font-size: 14px;
	line-height: 20px;
	border-radius: 2px;
	padding: 7px 12px;
	margin-left: 20px;
}
.btn--accept{
	color: var(--text-primary);
	font-weight: 700;
	background: #42AD1E;
}
.btn--decline{
	color: #6E7191;
	text-decoration: underline;
}


/*media*/
@media (max-width: 1300px){
	.cookie-banner{
		padding: 23px 21px;
	}
	.cookie-banner__container{
		flex-direction: column;
	}
	.cookie-banner__text{
		margin-bottom: 40px;
	}
	.cookie-banner__btns{
		display: flex;
		justify-content: center;
	}
	.cookie-banner__btn{
		margin: 0px 10px;
	}
}
@media (max-width: 992px){
	.show-mobile{
		display: block;
	}
	h2{
		font-size: 36px;
		line-height: 40px;
	}
	h3{
		font-size: 20px;
		line-height: 28px;
		margin: 0p 0px 30px;
	}
	.container--fortune::after{
		display: none;
	}

	.header--fix{
		height: 100%;
		overflow: hidden;
	}
	.header--open:before{
		width: 100vw;
		height: 100vh;
		background: url(../media/bg_menu.png) no-repeat;
		background-size: cover;
		background-position: center;
		position: absolute;
		z-index: 1;
		content: "";
	}

	.btn-nav{
		display: flex;
		align-items: center;
		width: 18px;
		height: 18px;
		position: relative;
		cursor: pointer;
		z-index: 2;
		background: none;
		border: none;
		padding: 0px;
	}
	.btn-nav__line{
		position: relative;
		display: block;
		width: 100%;
		height: 3px;
		background: var(--text-primary);
		border-radius: 3px;

	}
	.btn-nav__line:before,
	.btn-nav__line:after{
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background: var(--text-primary);
		content: "";
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0;
		border-radius: 3px;
	}
	.btn-nav__line:before{
		top: -6px;
	}
	.btn-nav__line:after{
		bottom: -6px;
	}
	.btn-nav--active .btn-nav__line{
		background-color: rgba(0, 0, 0, 0);
	}
	.btn-nav--active .btn-nav__line:before{
		transform: translateY(6px) rotate(45deg);
	}
	.btn-nav--active .btn-nav__line:after{
		transform: translateY(-6px) rotate(-45deg);
	}

	.header-nav{
		display: none;
	}
	.header-nav--open{
		display: block;
		position: absolute;
		top: 90px;
		left: -20px;
		width: 100vw;
		background: var(--bg-header);
		padding: 50px 40px;
	}
	.header-nav__list{
		flex-direction: column;
		align-items: flex-start;
	}
	.header-nav__item{
		margin: 0px 0px 20px;
	}

	section{
		padding: 65px 0px;
	}

	.fortune__wrap{
		flex-direction: column-reverse;
	}
	.fortune__text{
		width: 100%;
		margin-bottom: 70px;
		font-size: 18px;
		line-height: 28px;
	}
	.fortune__img{
		position: relative;
		width: 100%;
	}
	.fortune__img:before{
		position: absolute;
		top: -40px;
		left: 7px;
		display: block;
		width: 100px;
		height: 80px;
		background: url(../media/decor_fortune.png) no-repeat;
		background-size: 100%;
		transform: rotate(-12deg);
		content: "";
	}
	.fortune__img img{
		max-width: none;
		width: 100%;
	}

	.features__list{
		flex-wrap: wrap;
	}
	.features__item{
		max-width: none;
		width: 48%;
	}

	.about__text{
		font-size: 20px;
		line-height: 28px;
	}

	.disclaimer__title{
		font-size: 24px;
		line-height: 32px;
	}
	.disclaimer__text{
		font-size: 18px;
		line-height: 28px;
	}
}
@media (max-width: 768px){
	html{
		min-width: 350px;
	}
	
	h1{
		font-size: 28px;
		line-height: 32px;
		margin: 0px 0px 20px;
	}

	.hero{
		background: url(../media/bg_hero_mobile.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.hero__content{
		width: 100%;
	}
	.hero__img{
		max-width: 335px;
		margin: 0px 0px 20px;
	}
	.hero-decor{
		max-width: auto;
		width: 100%;
	}
	.hero-decor__phone{
		position: absolute;
		right: 0px;
		bottom: -70px;
		width: 245px;
	}
	.hero-decor__flame{
		left: auto;
		right: 0px;
		max-width: 370px;
	}

	.fortune{
		background: url(../media/bg_fortune_mobile.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}

	.features__item{
		width: 100%;
	}
	.features__item{
		margin-bottom: 40px;
	}
	.features__item:nth-child(2n){
		margin-top: 0px;
	}
	.features__item:last-child{
		margin-bottom: 0px;
	}

	.about__list{
		margin: 0px 0px 30px;
	}
	.about-button__wrap{
		position: relative;
		display: flex;
		justify-content: center;
		margin: 0px 0px 40px;
	}
	.about-button-prev,
	.about-button-next{
		position: relative;
		top: auto;
		transform: translateY(0);
		width: 50px;
		height: 58px;
		right: auto;
		left: auto;
		margin: 0px 15px;
	}
	.swiper-button-desktop{
		display: none;
	}

	.disclaimer{
		background: linear-gradient(to bottom, #07330A 50%, #0F6408  100%);
	}
	.disclaimer__wrap{
		flex-direction: column;
	}
	.disclaimer__text{
		margin-bottom: 10px;
	}
	.disclaimer__img{
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.footer__wrap{
		flex-direction: column;
	}
	.footer-nav{
		margin-bottom: 20px;
	}
	.footer-nav__link{
		font-size: 12px;
		line-height: 16px;
	}
}