:root{
	font-size: 10px;
}

body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 1.8rem;
	background: #1A9D76;
	font-family: 'Montserrat', sans-serif;
}

*,
*:after,
*:before{
	box-sizing: border-box;
}

a, button, input{
	transition: .2s linear;
	font-size: 1.8rem;
	font-family: 'Montserrat', sans-serif;
}

a{
	text-decoration: none;
	color: #000;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
}

h1, h2, h3, h4, h5, h5, p{
	margin: 0;
	font-weight: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
	appearance: none;
}

.button{
	outline: none;
	cursor: pointer;
	background: #DD2121;
	padding: 1.3rem 7.5rem;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 3.2rem;
	border:  none;
}

.input{
	
}

.input::placeholder{

}

.input:focus::placeholder{
	opacity: 0;	
}

.container{
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
}

.yellow{
	color: #ffffff;
}

/* Шапка */
.header{
	padding: 1rem 0;
	border-bottom: 1px solid #F9C21C;
}

.header__inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo__inner{
	display: flex;
	align-items: center;
}

.logo__img{
	width: 62px;
	height: auto;
	margin-right: 1rem;
}

.logo__text{
	text-transform: uppercase;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
}

.header__nav{
	display: flex;
	align-items: center;
}

.header__nav--link{
	font-weight: 500;
	margin-right: 3.5rem;
	color: #cbcbcb;
	font-size: 1.6rem;
}

.header__nav--link:hover{
	color: #f9c21c;
}

.header__nav--link:last-child{
	margin-right: 0;
}

/* Главный экран */
.main{
	position: relative;
	padding: 8rem 0;
	border-bottom: 1px solid rgba(249, 194, 28, .3);
}

.main__inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main__light{
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: -1;
	max-width: 100%;
}

.main__img--inner{
	width: 675px;
	display: flex;
	position: relative;
}

.main__img{
	width: 100%;
	height: auto;
	position: relative;
	animation: anim1 2s linear;
}

@keyframes anim1{
	0%{
		top: 0;
	}
	25%{
		top: -15px;
	}
	50%{
		top: 0;
	}
	75%{
		top: -15px;
	}
	100%{
		top: 0;
	}
}

.main__light2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	max-width: 100%;
}

.main__text--inner{
	width: 100%;
	max-width: 540px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.main__text--title{
	font-size: 8.6rem;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
}

.main__text--text{
	line-height: 30px;
	color: #fff;
	margin-top: 1rem;
}

.main__text--button{
	margin-top: 4rem;
	position: relative;
}

.main__text--button span:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	transition: .2s linear;
	background: linear-gradient(93.57deg, #DD2121 -0.82%, #F9C21C 113.33%);
}

.main__text--button:hover{
	background: none;
}

.main__text--button:active{
	background: #9B1010;
}

.main__text--title--question{
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-35%);
}

.main__text--title--coin{
	position: absolute;
	top: 100px;
	right: 40px;
}

/* Токен */
.token{
	padding: 12rem 0;
}

.token__inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.token__text--inner{
	width: 100%;
	max-width: 608px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 4;
}

.token__text--title{
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	font-size: 4.8rem;
}

.token__text--subtitle{
	font-weight: 600;
	color: #ffffff;
	font-size: 2.4rem;
	margin-top: 1.5rem;
	display: inline-block;
}

.token__wrapper--text{
	color: #1f1e29;
	background: #ffffff;
	padding: .2rem .8rem;
	border-radius: 5px;
}

.token__text--text{
	margin-top: 3rem;
	color: #fff;
	line-height: 30px;
	color: #cbcbcb;
}

.token__content{
	width: 100%;
	max-width: 630px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}

.token__item{
	width: 100%;
	padding: 4rem 3rem;
	background: rgba(255, 255, 255, .12);
	border-radius: 5px;
	margin-top: 2.5rem;
}

.token__item:first-child{
	margin-top: 0;
}

.token__item--title{
	font-weight: 700;
	font-size: 2.4rem;
	color: #fff;
}

.token__item--point--inner{
	width: 100%;
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.token__item--point, .map__item--point{
	color: #fff;
	margin-top: 1rem;
	position: relative;
	padding-left: 2rem;
	color: #cbcbcb;
}

.map__item--point{
	margin-top: 2rem;
}

.token__item--point:before,
.token__item--point:after,
.map__item--point:before,
.map__item--point:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #F9C21C;
}

.map__item--point:after{
	z-index: -1;
}

.map__item--point:before{
	background: #3A3943;
}

.token__item--point:after,
.map__item--point:after{
	filter: blur(4px);
}

.token__item--point:first-child,
.map__item--point:first-child{
	margin-top: 0;
}

.map__item--point.active:before{
	background: #F9C21C;
}

.token__light{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	max-width: 100%;
}

.coin{
	position: absolute;
}

.coin1{
	top: -55px;
	right: -70px;
}

.coin2{
	top: 115px;
	left: -45px;
}

.coin3{
	bottom: -25px;
	right: 230px;
}

/* Road map */
.map{
	padding: 8rem 0;
	background: rgba(255, 255, 255, 0.12);
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.map__title{
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	text-align: center;
	width: 100%;
	font-size: 4.8rem;
	padding-bottom: 5.5rem;
	border-bottom: 2px solid #F9C21C;
}

.map__inner{
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.map__item{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 5rem;
	position: relative;
}

.map__item:before{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #F9C21C;
	background: #201E29;
	position: absolute;
	top: -62.5px;
	left: 20px;
}

.map__item--title{
	font-size: 2.4rem;
	font-weight: 800;
	color: #fff;
}

.map__item--point--inner{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 2rem;
}

.map__light1, .map__light2{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: -1;
	max-width: 100%;
}

.map__light2{
	top: auto;
	bottom: 0;
	right: 0;
	left: auto;
	transform: translateY(0);
}

.cat__say{
	width: 623px;
	position: absolute;
	bottom: -180px;
	right: 40px;
}

/* Social */
.social{
	padding: 12rem 0;
	border-bottom: 1px solid rgba(249, 194, 28, 0.3);
}

.social__inner{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.social__title{
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	text-align: center;
	width: 100%;
	font-size: 4.8rem;
}

.social__text{
	margin-top: 1.5rem;
	color: #FFFFFF;
	font-weight: 600;
}

.social__text--wrapper{
	color: #1f1e29;
	background: #FFFFFF;
	padding: 0.2rem 0.8rem;
	border-radius: 5px;
}

.social__content{
	margin-top: 4rem;
	width: 100%;
	border-radius: 5px;
	background: rgba(255, 255, 255, .12);
	padding: 5rem 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.social__item{
	padding: 2rem;
	border-radius: 8px;
	background: #1F1E29;
	margin-right: 3rem;
}

.social__item:hover{
	opacity: 0.6;
}

.social__item:last-child{
	margin-right: 0;
}

.social__item--img--inner{
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social__item--img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.coin4{
	top: -30px;
	left: 100px;
}

.coin5{
	bottom: -20px;
	right: -20px;
}

/* Art */
.art{
	padding: 5rem 0;
}

.art__inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.art__img--inner{
	width: 448px;
	display: flex;
	flex-shrink: 0;
	margin-right: 1.5rem;
}

.art__img{
	width: 100%;
	height: auto;
}

.art__text--inner{
	width: 100%;
	max-width: 760px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.art__subtitle{
	font-weight: 700;
	margin-top: 4rem;
	color: #fff;
	font-size: 2rem;
}

.art__text{
	margin-top: 1rem;
	color: #fff;
	line-height: 30px;
	color: #cbcbcb;
}

.art__title{
	text-align: left;
}

/* Фото */
.photo{
	padding: 3rem 0;
}

.photo__carousel{
	width: 100%;
	position: relative;
}

.slick-dots{
	width: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	margin-top: 2.5rem;
}

.slick-dots li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: .5rem;
	background: rgba(255, 255, 255, 0.22);
	cursor: pointer;
}

.slick-dots li.slick-active{
	background: #FFFFFF;
}

.slick-dots li:last-child{
	margin-right: 0;
}

.slick-dots li button{
	display: none;
}

.arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #3A3943;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s linear;
	cursor: pointer;
	z-index: 5;
}

.arrow:hover{
	opacity: .7;
}

.slick-list{
	position: relative;
}

.prev__arrow img{
	position: relative;
	right: 3px;
}

.next__arrow img{
	position: relative;
	left: 2px;
}

.prev__arrow{
	left: 10px;
}

.next__arrow{
	right: 10px;
}

.menu{
	display: none;
	cursor: pointer;
}

/* Модальное меню */
.modal__menu{
	width: 80%;
	height: 100vh;
	background: #201E29;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 2rem;
	transform: translateX(-150%);
	transition: .3s ease-in-out;
}

.modal__menu.active{
	transform: translateX(0);
}

.close{
	cursor: pointer;
}

.scroll{
	overflow: hidden;
}

.modal__menu--nav{
	width: 100%;
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.coin6{
	left: -30px;
	bottom: 200px;
}

/* Подвал */
.footer{
	padding: 3.5rem 0;
	background: rgba(255, 255, 255, .12);
	margin-top: 3rem;
	position: relative;
}

.footer__inner{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer__copy{
	margin-top: 2rem;
	font-size: 1.6rem;
	color: #ffffff;
}

.footer__nav{
	display: flex;
	align-items: center;
}

.white__peper{
	padding: 1rem 3.5rem;
	border-radius: 50px;
	color: #fff;
	background: rgba(221, 33, 33, 0.15);
	border: 1px solid #FFFFFF;
	font-weight: 500;
	font-size: 2rem;
}

.white__peper:hover{
	opacity: 0.6;
}

.footer__content{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.up__button{
	position: absolute;
	top: -21px;
	right: 100px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .2s linear;
}

.up__button:hover{
	opacity: 0.6;
}

.cat__fly{
	position: absolute;
	top: -70px;
	left: 200px;
	z-index: -1;
}

/* Адаптив */
@media(max-width: 1400px){
	.container{
		max-width: 1180px;
	}

	.main__img--inner{
		width: 470px;
	}

	.token__content{
		max-width: 500px;
	}
}

@media(max-width: 1200px){
	.container{
		max-width: 978px;
	}

	.cat__say{
		display: none;
	}

	.social, .token{
		padding: 8rem 0;
	}

	.social__item--img--inner{
		width: 55px;
		height: 55px;
	}

	.main__img{
		display: none;
	}

	.main__img--inner{
		position: absolute;
		right: 0;
	}

	.main__inner{
		justify-content: center;
	}

	.token__inner{
		flex-direction: column;
		align-items: flex-start;
	}

	.token__content, .token__text--inner{
		max-width: 100%;
	}

	.token__text--inner{
		margin-top: 4rem
	}

	.coin1{
		top: -10px;
		right: -25px;
	}

	.art__img--inner{
		width: 350px;
	}

	.cat__fly{
		display: none;
	}
}

@media(max-width: 998px){
	.container{
		max-width: 748px;
	}

	.art__inner{
		flex-direction: column;
		align-items: center;
	}

	.header__nav, .footer__nav{
		display: none
	}

	.footer{
		padding: 2rem 0;
	}

	.art__img--inner{
		margin-right: 0
	}

	.menu{
		display: block
	}

	.header__nav--link{
		margin: 0 0 2rem 0;
	}

	.header__nav--link:last-child{
		margin-bottom: 0;
	}
}

@media(max-width: 768px){
	.container{
		max-width: 460px;
	}

	.main__text--title{
		font-size: 6.6rem;
	}

	.main__text--title--coin{
		top: 75px;
		right: 60px;
		width: 90px;
	}

	.main__text--title--question{
		width: 60px;
		right: 0;
	}

	.main__text--inner{
		align-items: center;
	}

	.main__text--button{
		margin-top: 2rem;
		font-size: 1.8rem;
	}

	.main, .social, .token, .map{
		padding: 5rem 0;
	}

	.coin2{
		left: -30px;
	}

	.token__text--title, .social__title, .map__title{
		font-size: 3.5rem;
	}

	.map__title{
		padding-bottom: 3rem;
	}

	.token__text--subtitle{
		font-size: 2rem;
	}

	.map__inner{
		flex-direction: column;
		align-items: flex-start;
	}

	.map__item{
		width: 100%;
		margin-top: 3rem;
	}

	.map__item:before{
		display: none;
	}

	.social__item--img--inner{
		width: 40px;
		height: 40px;
	}

	.art__img--inner{
		width: 275px;
	}

	.white__peper{
		display: none;
	}

	.white__peper.white__peper--mob{
		display: block;
		margin-top: 2rem;
		font-size: 1.6rem;
		padding: 1rem 2rem;
	}

	.footer__content{
		justify-content: center;
	}

	.footer__copy{
		margin-top: 1rem;
	}
}

@media(max-width: 480px){
	.container{
		max-width: 300px;
	}

	.coin2{
		left: 5px;
		top: 205px;
	}

	.coin1{
		right: 0;
	}

	.token__text--title, .token__text--subtitle, .token__text--text,
	.social__text, .social__title, .art__subtitle, .art__text{
		width: 100%;
		text-align: center;
	}

	.main__text--title{
		font-size: 4.5rem;
	}

	.main__text--title--coin{
		top: 55px;
		right: 40px;
		width: 50px;
	}

	.main__text--title--question{
		width: 40px;
	}

	.main, .social, .token, .map{
		padding: 3rem 0;
	}

	.token__text--title, .social__title, .map__title{
		font-size: 2.4rem;
	}

	.social__item{
		padding: 1.4rem;
	}

	.social__item--img--inner{
		width: 30px;
		height: 30px;
	}

	.coin5{
		bottom: -28px;
		right: 0;
	}

	.up__button{
		right: 20px;
	}
}