@font-face{
	font-family: 'PlanetN2cyr-lat';
	font-weight: normal;
	font-style: normal;

	src: url('../fonts/PlanetN2cyr-lat.eot?#iefix') format('embedded-opentype'), url('../fonts/PlanetN2cyr-lat.woff') format('woff'), url('../fonts/PlanetN2cyr-lat.ttf') format('truetype'), url('../fonts/PlanetN2cyr-lat.svg#PlanetN2cyr-lat') format('svg');
}

@font-face{
	font-family: 'BadSignal';
	font-weight: normal;
	font-style: normal;

	src: url('../fonts/BadSignal.eot?#iefix') format('embedded-opentype'), url('../fonts/BadSignal.woff') format('woff'), url('../fonts/BadSignal.ttf') format('truetype'), url('../fonts/BadSignal.svg#BadSignal') format('svg');
}

html{
	font-size: 14px;
}

body{
	font-family: 'Montserrat', Helvetica, Arial, serif;

	color: #000;
}
#lang_choise_button {
    position: relative;
}
#all_lang{
	display:none;
	position: absolute;
    top: 24px;
    left: -46px;
    background: #180f0b;
}
.esp_lang, .dec_lang, .rus_lang{
	display:none;
}
.chose_lang{
    padding: 4px 10px;
	cursor:pointer;
	font-size: 16px;
}
.chose_lang:hover{
	background:#f44336;
}
.tokens-usd-price {
	background: #444444;
    color: #fff;
    font-size: 25px;
    padding: 2px 6px 2px 6px;
    margin: 6px;
}
.tokensaddr{
	position: relative;
    display: flex;
    height: 50px;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}
.bnbtoken, .ethtoken{
	display: inherit;
    height: 40px;
    line-height: 42px;
    margin: 6px;
}
.bnbtoken a, .ethtoken a {
    margin-left: 8px;
    font-size: 18px;
    color: #151515;
	line-height: 30px;
}
.bnbtoken img, .ethtoken img {
    width:70%;
	height:70%;
}
.tokens-wdf-price {
    color: #ab5959;
    font-weight: 700;
    font-size: 74px;
}
.tokens-sale{
	
}
.token-sale-price{
	display: flex;
    align-items: center;
}
.input-group-text{
	background-color:#585858;
	border: 1px solid #272727;
	color: #ffffff;
	width: 75px;
}
.tokens-block{
	width:100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.sell-block{
	width:60%
}
.form-range {
    width: 100%;
	margin-bottom: 20px;
}
.chain_label{
	padding-right:20px;
	font-weight: 600;
}
.nft-sale{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.nft-summon{
    padding: 20px;
}
.nft-img{
	background: url(../img/summon.jpg);
    background-position: center center;
    background-size: 490px 400px;
    width: 400px;
    height: 400px;
    display: block;
}
.nft-title{
	font-size: 28px;
}
.clearfix{
	display: inline-block;
	display: block;
	zoom: 1;
}

.clearfix:after{
	display: block;
	visibility: hidden;
	clear: both;

	height: 0;

	content: '.';
}

svg:not(:root),
symbol,
image,
marker,
pattern,
foreignobject{
	overflow: visible !important;
}

p,
a,
span,
input,
textarea,
label,
h1,
h2,
h3,
h4,
h5,
li,
td,
div{
	word-wrap: break-word;
}

p span,
p a,
a span,
a a,
span span,
span a,
label span,
label a,
h1 span,
h1 a,
h2 span,
h2 a,
h3 span,
h3 a,
h4 span,
h4 a,
h5 span,
h5 a,
li span,
li a,
td span,
td a,
div span,
div a{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

a{
	-webkit-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}

a:hover{
	color: #547dab;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5{
	font-family: 'Montserrat';
}

h1,
.h1{
	font-size: 2.55rem;
}

h2,
.h2{
	font-size: 2.2rem;
}

h3,
.h3{
	font-size: 1.7rem;
}

h4,
.h4{
	font-size: 1.25rem;
}

h5,
.h5{
	font-size: 1rem;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.tokens.animated>img {
    margin: 5px;
}
.sprite-next{
	width: 32px;
	height: 45px;

	background-image: url('../img/sprite.png');
	background-position: 0 0;
}

.sprite-prev{
	width: 32px;
	height: 45px;

	background-image: url('../img/sprite.png');
	background-position: -32px 0;
}

.animated{
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;

	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.infinite{
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

.animated.hinge{
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}

.animated.fast{
	-webkit-animation-duration: .3s;
	        animation-duration: .3s;
}

*[data-anim],
*[data-multiple-anim],
*[data-custom-offset]{
	opacity: 0;
}

*[data-anim].animated,
*[data-multiple-anim].animated,
*[data-custom-offset].animated{
	opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
	height: 57px;
    max-width: 400px;
	min-width: 100px;
    text-transform: uppercase;
    font-weight: 700;
	color: #f44437;
    border: #f44437 2px solid;
}
.procentage-all{
	font-family: 'BadSignal';
    font-size: 50px;
    padding: 8px;	
}
.procentage-gray{
    color: #ccc;
}
.procentage-green{
    color: #41b57f;	
}
.procentage-blow{
    color: #4177b5;	
}
.procentage-violet{
    color: #aa42b5;	
}
.procentage-red{
    color: #ab5a5a;
}
.procentage{
color: #151515;
    font-size: 25px;
    line-height: 26px;
    height: 36px;
    margin: 4px;
    margin-right: 24px;
}
.input-group{
	justify-content: center;
	align-items: center;
}
.all-rarity {
    width: 100%;
    text-align: center;
}
.sale-start {
    font-size: 40px;
    font-weight: 400;
}
.sale-start-data {
    font-size: 54px;
    font-weight: 400;
}
.fadeInDown{
	-webkit-animation-name: fadeInDown;
	        animation-name: fadeInDown;
	-webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	        animation-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fadeInUp{
	-webkit-animation-name: fadeInUp;
	        animation-name: fadeInUp;
	-webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	        animation-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fadeInLeft{
	-webkit-animation-name: fadeInLeft;
	        animation-name: fadeInLeft;
	-webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	        animation-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fadeInRight{
	-webkit-animation-name: fadeInRight;
	        animation-name: fadeInRight;
	-webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	        animation-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fadeIn{
	-webkit-animation-name: fadeIn;
	        animation-name: fadeIn;
}

.fadeInDownSmall{
	-webkit-animation-name: fadeInDownSmall;
	        animation-name: fadeInDownSmall;
}

.fadeInUpSmall{
	-webkit-animation-name: fadeInUpSmall;
	        animation-name: fadeInUpSmall;
}

.moveInUp{
	-webkit-animation-name: moveInUp;
	        animation-name: moveInUp;
}

.popup{
	position: relative;

	display: none;

	width: 90%;
	max-width: 380px;
	margin: auto;
	padding: 20px;

	background-color: #fff;
}

.popup .mfp-close{
	font-size: 0;
	line-height: 0;

	top: 10px;
	right: 10px;

	width: 20px;
	height: 20px;
}

.mfp-content .popup{
	display: block;
}

/* magnific popups settings for fade effect */

.mfp-fade.mfp-bg{
	-webkit-transition: all .3s ease-out;
	     -o-transition: all .3s ease-out;
	        transition: all .3s ease-out;

	opacity: 0;
}

.mfp-fade.mfp-bg.mfp-ready{
	opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing{
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content{
	-webkit-transition: all .3s ease-out;
	     -o-transition: all .3s ease-out;
	        transition: all .3s ease-out;

	opacity: 0;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content{
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content{
	opacity: 0;
}
.team-block{
	display: flex;
    justify-content: space-between;	
	margin-bottom: 100px;
}
.team-item{
    display: flex;
    flex-flow: column;	
}
.team-name{
	text-align: center;
    height: 50px;
}
.image-1{
	background: url(/img/team1.jpg);
}
.image-2{
	background: url(/img/team2.jpg);
}
.image-3{
	background: url(/img/team3.jpg);	
}
.image-4{
	background: url(/img/team4.jpg);	
}
.team-image{
	position: relative;
	width: 180px;
    height: 180px;
    background-position: center top;
    background-size: 100%;
	border-radius: 100px;	
}
.name__img {
    position: absolute;
    bottom: -40px;
}
.name__img-item {
    width: 30px;
    height: 30px;
}
.select-css { 
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASQAAAEkCAYAAACG+UzsAAAACXBIWXMAAAsTAAALEwEAmpwYAAAJSGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiMGNjMjVmYS1iYTNkLWMxNDQtYWMzZi1iYzI3MDFkM2E4ZWYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzE4Yjk1NWItMDA0OC02NTQwLThmNzctODNkN2ZjODBkYTU3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9IjA5NTkxMTVDQTE2MjI1QjM3RjU0OENENzUwMjRCMjRDIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IiIHRpZmY6SW1hZ2VXaWR0aD0iMjkyIiB0aWZmOkltYWdlTGVuZ3RoPSIyOTIiIHRpZmY6UGhvdG9tZXRyaWNJbnRlcnByZXRhdGlvbj0iMiIgdGlmZjpTYW1wbGVzUGVyUGl4ZWw9IjMiIHRpZmY6WFJlc29sdXRpb249IjEvMSIgdGlmZjpZUmVzb2x1dGlvbj0iMS8xIiB0aWZmOlJlc29sdXRpb25Vbml0PSIxIiBleGlmOkV4aWZWZXJzaW9uPSIwMjMxIiBleGlmOkNvbG9yU3BhY2U9IjEiIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIyOTIiIGV4aWY6UGl4ZWxZRGltZW5zaW9uPSIyOTIiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA2LTI1VDEyOjMxOjIxKzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wNi0yNVQxMjozMzoxOCswMzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0wNi0yNVQxMjozMzoxOCswMzowMCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmM3NDQ2NzAyLTkxOTAtNWQ0OC1iOWY2LWUzZmQ1ZTJjMjNiOCIgc3RFdnQ6d2hlbj0iMjAyMi0wNi0yNVQxMjozMzoxOCswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjQgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjb252ZXJ0ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImZyb20gaW1hZ2UvanBlZyB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImNvbnZlcnRlZCBmcm9tIGlt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");  
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%;
} 
 .select-css::-ms-expand { display: none; } 
 .select-css:hover { 
	border-color: #888; 
} 
 .select-css:focus { 
	border-color: #aaa; 
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring; 
	color: #222;
	outline: none; 
} 
 .select-css option { 
	font-weight:500;
	border: #888 2px solid !important;
	border-radius: 0 !important;
} 
 *[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
	background-position: left .7em top 50%, 0 0; 
	padding: .6em .8em .5em 1.4em; 
}
.my-sale-form{
	position:relative;
	margin: 20px;
	min-width: 330px;
}
.sale-label{
	position: absolute;
    top: 2px;
    right: 20px;
    font-weight: 600;
    color: #f44336;	
}

.btn{
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
	height: 57px;
	cursor:pointer;
}
.sale-btn{
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    padding: 5px;
    opacity: 1 !important;
    background-color: #f44336 !important;
    color: #fff !important;
    border: #f44336 1px solid;
}
.buy-btn{
    min-width: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    padding: 5px;
    opacity: 1 !important;
    background-color: #f44336 !important;
    color: #fff !important;
    border: #f44336 1px solid;
}
.btn-default{
	font-size: 26px;
	font-weight: 500;
	max-width: 100%;
	padding: 12px 32.5px;
	white-space: normal;
	color: #fff;
	border-radius: 0;
	background-color: #f44336;
}
.sale-btn.btn.btn-outline-secondary:hover, .btn-default:hover{
	color: #fff;
	background-color: #fd9100;
}

.sale-btn.btn.btn-outline-secondary:active, .btn-default:active{
	color: #fff;
	background-color: #8b7300;
}

.btn-default:focus{
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.btn:focus{
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;	
}
.btn-default.green{
	font-size: 65px;
	font-weight: 700;

	color: white;
	border-radius: 20px;
	background-color: #3b7647;
	-webkit-box-shadow: 2.5px 4.3px 2.8px 2.2px rgba(25, 19, 14, .75);
	        box-shadow: 2.5px 4.3px 2.8px 2.2px rgba(25, 19, 14, .75);
}

.btn-default.green:hover{
	color: white;
	background-color: #2a5433;
}

.btn-default.green:active{
	color: white !important;
	background-color: #4c985b !important;
	-webkit-box-shadow: 2.5px 4.3px 2.8px 2.2px rgba(25, 19, 14, .75) !important;
	        box-shadow: 2.5px 4.3px 2.8px 2.2px rgba(25, 19, 14, .75) !important;
}

.btn-default.green:focus{
	outline: none;
	-webkit-box-shadow: 2.5px 4.3px 2.8px 2.2px rgba(25, 19, 14, .75) !important;
	        box-shadow: 2.5px 4.3px 2.8px 2.2px rgba(25, 19, 14, .75) !important;
}

.btn-default.gradient{
	font-size: 24px;
	font-weight: 900;

	width: 100%;
	max-width: 360px;
	padding: 22px;

	color: #050404;
	border-radius: 30px;
	background: -webkit-gradient(linear, left bottom, left top, from(#ffe258), to(#ffe87d));
	background: -o-linear-gradient(bottom, #ffe258 0%, #ffe87d 100%);
	background:    linear-gradient(to top, #ffe258 0%, #ffe87d 100%);
}

.btn-default.gradient:hover{
	color: #050404;
	background: -webkit-gradient(linear, left bottom, left top, from(#ffe87d), to(#ffe258));
	background: -o-linear-gradient(bottom, #ffe87d 0%, #ffe258 100%);
	background:    linear-gradient(to top, #ffe87d 0%, #ffe258 100%);
}

.btn-default.gradient:active{
	color: #050404 !important;
	background: -webkit-gradient(linear, left bottom, left top, from(#ffd617), to(#f1c700)) !important;
	background: -o-linear-gradient(bottom, #ffd617 0%, #f1c700 100%) !important;
	background:    linear-gradient(to top, #ffd617 0%, #f1c700 100%) !important;
}

.btn-default.gradient:focus{
	outline: none;
}

.btn-primary{
	font-size: 20px;
	font-weight: 600;
	padding: 11px 28px;
	margin: 0 2px;
	color: black;
	border: none;
	border-radius: 24px;
	background-color: #bbb492;
}

.btn-primary:hover{
	color: #000;
	background-color: #8e8559;
}

.btn-primary:active{
	color: #000 !important;
	background-color: #cfcab1 !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.btn-primary:focus{
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

img.rot {
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 1s linear 0s normal none infinite running rot;
  width: 100px;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.svg-icon{
	font-size: 0;

	width: 100%;
	height: 100%;
}

.svg-icon svg{
	width: 100%;
	height: 100%;
}

.pages{
	position: fixed;
	z-index: 1000;
	right: 0;
	bottom: 0;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.pages.active .pages__menu{
	display: block;
}

.pages__toggle{
	display: inline-block;

	padding: 5px;

	cursor: pointer;

	background-color: rgba(0, 0, 0, .5);
}

.pages__toggle .bar{
	width: 20px;
	height: 1px;
	margin-bottom: 4px;

	background-color: #fff;
}

.pages__toggle .bar:last-child{
	margin-bottom: 0;
}

.pages__menu{
	display: none;
	overflow: auto;

	max-height: calc(100vh - 21px);
	margin: 0;
	padding: 0;
	padding: 5px 10px;

	list-style: none;

	text-align: right;

	background-color: rgba(0, 0, 0, .5);
}

.pages__menu li{
	margin-bottom: 0;
}

.pages__menu li:last-child{
	margin-bottom: 0;
}

.pages__menu a{
	color: #fff;
}

.header{
	background-color: #180f0b;
}

.header .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding: 26px 15px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__logo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	width: 162px;
	height: 38px;
	margin-right: 30px;
	margin-left: -4px;

	text-align: left;
}

.header__logo img{
	max-width: 100%;
	max-height: 100%;
}

.header__menu{
	font-size: 20px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0;
	margin-top: 4px;
	padding: 0;

	list-style: none;

	letter-spacing: 1px;

	color: white;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__menu li{
	margin-right: 28px;
}

.header__menu a{
	-webkit-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;

	color: inherit;
}
.header__menu .noscroll-link{
	cursor:pointer;
}
.header__menu a:hover, .header__menu .noscroll-link:hover{
	text-decoration: none;
	color: #bbb492;
}

.header__toggle{
	display: none;

	cursor: pointer;
}

.header__toggle .bar{
	width: 30px;
	height: 3px;
	margin-bottom: 5px;

	background-color: #fff;
}

.header__toggle .bar:last-child{
	margin-bottom: 0;
}

.header__close{
	position: fixed;
	z-index: 1001;
	top: -999px;
	right: 20px;

	display: none;

	width: 25px;
	height: 25px;

	cursor: pointer;
	-webkit-transition: opacity .2s ease, top 0s .2s ease;
	     -o-transition: opacity .2s ease, top 0s .2s ease;
	        transition: opacity .2s ease, top 0s .2s ease;

	opacity: 0;

	fill: #fff;
}

.header__close.active{
	top: 20px;

	-webkit-transition: opacity .2s ease, top 0s ease;
	     -o-transition: opacity .2s ease, top 0s ease;
	        transition: opacity .2s ease, top 0s ease;

	opacity: 1;
}

.main{
	position: relative;
	z-index: 0;

	padding-top: 9.7vw;
	padding-bottom: 18vw;
}

.main:after{
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;

	display: block;

	width: 100%;
	height: 200px;

	content: '';

	background: url('../img/bg-main-front.png') no-repeat;
	background-position: top center;
	background-size: cover;
}

.main:before{
	position: absolute;
	bottom: -40px;
	left: 0;

	display: block;

	width: 100%;
	height: 50px;

	content: '';

	background-color: #fff;
}

.main .container{
	position: relative;
}

.main__logo{
	width: 494px;
	height: 122px;
	margin-bottom: 10px;
}

.main__title{
	font-family: 'PlanetN2cyr-lat';
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;

	width: 485px;
	margin-bottom: 20px;
	padding: 12px 32px;
	padding-right: 0;
	padding-bottom: 3px;

	letter-spacing: -4px;

	color: white;
	background-color: #180f0b;
}

.main__title b{
	font-size: 41px;

	display: block;

	letter-spacing: -5px;
}

.main__tokens{

}

.main__right{
	position: absolute;
	z-index: 200;
	top: 90px;
	right: 15px;

	text-align: right;
}

.main__right .btn{
	width: 100%;
}

.main__partner-logo{
	margin-bottom: 18px;

	text-align: right;
}

.main__lozung{
	margin-bottom: 13px;

	text-align: right;
}

.tokens{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tokens__item{
	margin: 0 10px;

	-webkit-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}

.tokens__item img{
	-webkit-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}

.tokens__item:hover img{
	opacity: .5;
}

.section_what{
	position: relative;
	z-index: 2;
}

.section_what::before{
	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 100%;
	height: 100%;
	height: 300px;

	content: '';

	background-color: #fff;
}
.debodd{
	
}
#video{
position: absolute;
    bottom: 40%;
    cursor: pointer;
    width: 200px;
    height: 200px;
    background: url(../img/play-button.jpg);
    background-size: 50% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    color: #ee3622;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 128px;
}
#video:hover{
	font-size: 32px;
	padding-bottom: 120px;
	background-size: 45% 45%;
}
#video:active, #video:focus{
	outline: none !important;
	border:0;
}
#game_video {
    display: none;
}
.my-video {
	width: 800px;
    height: 450px;
	position: absolute;
    top: -24vh;
}
@media (max-width: 992px){
	#all_lang {left: -34px !important;}
	.tokens.animated>img {
		margin: 0;
		width: 55px;
	}
}
@media (max-width: 768px){
	.tokens.animated>img {margin: 5px; width: 35px;}
}
@media (max-width: 810px){
	.my-video {width: 100vw;height: 40vh;top: -40vh;}
}
.video_container{
	position:absolute;
	z-index:3000;
    width: 100vw;
    display: flex;
    justify-content: center;
}
.video-block{
    display: flex;
    justify-content: space-around;
	margin-top: 600px;
}
.modal-block{
    position: absolute;
	top: 300px;
    width: 100%;
    display: flex;
    justify-content: space-around;
	position: relative;
}
#close {
    font-size: unset;
    font-weight: 700;
    cursor: pointer;
}
.header {
    background-color: #180f0b;
    font-size: x-large;
    font-weight: 600;
}
.top-video {
    background: #180f0b;
    color: #c0c0c0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.section_advantages{
	position: relative;
	z-index: 1;

	overflow: hidden;

	margin-bottom: -300px;
	padding-top: 527px;
	padding-bottom: 220px;

	-webkit-clip-path: ellipse(90% 50% at 46% 49%);
	        clip-path: ellipse(90% 50% at 46% 49%);
}

.section_advantages .container{
	position: relative;
	z-index: 10;
	height: 500px;

	-webkit-transform: perspective(0px) translateZ(10px);
	        transform: perspective(0px) translateZ(10px);
}

.section_advantages .section__bg{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background: url('../img/bg-advantages.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}

.section_presale{
	z-index: 0;

	padding-top: 415px;
	padding-bottom: 15px;

	color: #fff;
	background-color: #050404;
}
#sale .section__title{
	text-align: center;
    font-weight: 500;
    font-size: 50px;
}
.section_presale .section__title{
	font-family: 'BadSignal';
	font-size: 86px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 6px;
}

.section_presale .section__subtitle{
	font-size: 22px;

	margin-bottom: 70px;

	text-align: center;

	color: white;
}

.section__about{
	font-size: 37px;

	margin-bottom: 80px;
}

.section__about p{
	font-size: inherit;
	line-height: 1.25;

	margin-bottom: 32px;

	color: #fefefe;
}

.section__about p	+ ul{
	margin-top: -32px;
}

.section__about p span{
	color: #ffe258;
}

.section__about h3{
	font-size: inherit;
	font-weight: 400;
	line-height: 1.25;

	margin-bottom: 0;

	color: #ffe258;
}

.section__about ul{
	margin: 0;
	padding: 0;

	list-style: none;
}

.section__about ul li{
	font-size: inherit;
	line-height: 1.25;

	color: #fefefe;
}

.bullets{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 -200px;
	margin-top: 55px;
	margin-bottom: 80px;

	text-align: center;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bullets__item{
	position: relative;

	width: 340px;
}

.bullets__item:after{
	display: block;

	width: 189px;
	height: 37px;
	margin: auto;

	content: '';

	background: url('../img/icon-bullets.png') no-repeat;
	background-position: center center;
	background-size: contain;
}

.bullets__title{
	font-size: 30px;
	font-weight: 400;

	margin-bottom: 6px;

	letter-spacing: 1px;

	color: #19130e;
}

.bullets__title b{
	font-weight: 700;
}

.bullets__desc{
	font-size: 17px;

	margin-bottom: 15px;
	padding: 0 20px;

	color: black;
}

.what{
	position: relative;

	width: 1143px;
	min-height: 639px;
	margin: 0;
	margin-bottom: -370px;
	padding-top: 200px;
	padding-right: 120px;
	padding-left: 372px;

	color: #fff;
	background: url('../img/bg-what.png') no-repeat;
	background-position: top center;
}

.what__icon{
	position: absolute;
	top: 140px;
	left: 100px;

	width: 196px;
	height: 372px;
}

.what__title{
	font-size: 47px;
	font-weight: 700;

	margin-bottom: 20px;

	color: #bbb492;
}

.what__title span{
	color: #fff;
}

.what__desc{
	font-size: 22px;
	font-weight: 500;

	margin-bottom: 35px;
	padding-left: 5px;
}
/*****************************************/
.dropdown-toggle{
    width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border: 2px solid #dc3545;
    font-weight: 600;
}
.dropdown-toggle:focus{

    box-shadow: none !important;

}


.dropdown-toggle::after {

    display: none;

}

.dropdown-menu{

    width: 200px;
        border: 2px solid #F44336;
        padding: 0rem 0;
            transform: translate3d(0px, 50px, 0px) !important;

}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #dc3545;
    padding: 12px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 12px;

    }
/*****************************************/
.what__desc a,
.what__desc span{
	color: #bbb492;
}

.what__btn{
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

.advantages{
	text-align: center;
}

.advantages__item{
	margin-bottom: 45px;
}

.advantages__item:last-child{
	margin-top: 70px;
}

.advantages__title{
	font-size: 46px;
	font-weight: 700;

	color: #eae6d0;
	text-shadow: 2.5px 4.3px 2.8px rgba(25, 19, 14, .75);
}

.prices{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 50px;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.prices__item{
	font-size: 20px;
	font-weight: 600;

	margin-right: 47px;

	color: #bbb492;
}

.prices__item span{
	font-weight: 400;
}

.form{
	margin-bottom: 79px;
}

.form-inline2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 35px;
}

.form-inline2 .form-group{
	width: 100%;
	margin-right: 26px;
}

.form-inline2 .form-group:last-child{
	margin-right: 0;
}
.link-sale{
	color: #c94646 !important;
}
.link-sale:hover{
	color: #fd9100 !important;
}
.after-two-month {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    background-color: #454545;
    background-image: linear-gradient(180deg, #454545, #ab5a5a);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.mobile {
    width: 100%;
    display: revert;
}
#buy_tokens{
	position: relative;
	min-width: 200px;
}
#buy_button_img{
	display:none;
	position: absolute;
    top: 13px;
    width: 26px;
    margin: auto;
}
#buy_button_label{
	display:block;
}
.change-tokens{
	display:none;
	position:absolute;
	right: 0;
}
#buy_tokens_block{
	display:none;
}
#change_chain_token{
	    color: #f44437;
}
.count-tokens{
	position: absolute;
    right: 0;
    top: -50px;
    color: #181616;
    font-size: 18px;
}
.change-token{
	text-decoration:underline;
	font-weight: 600;
	cursor: pointer;
}
.form-control{
	font-size: 22px;
	font-weight: 500;
	height: 57px;
	padding: 0 20px;
	-webkit-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
	color: #000;
	border: #000 1px solid;
	border-radius:0;
}
.sale-form-control{
	border:#151515 2px solid;
	font-size: 24px !important;
}
.form-control:focus{
	color: #000;
	outline: none;
	font-weight: 500;
	border: #000 1px solid;
	padding: 0 20px;
	background-color: #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.form-group{
	margin-bottom: 20px;
}

.form p{
	font-size: 22px;
	font-weight: 200;

	margin-bottom: 8px;
}

.form .btns{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	text-align: center;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form .btns .wallet{
	margin-right: -225px;
}

.form .btns .btn{
	margin-right: 30px;
}



.wallet{
	position: relative;

	padding-left: 55px;
}

.wallet__icon{
	position: absolute;
	top: 0;
	left: 0;

	width: 48px;
	height: 42px;
}

.wallet__links{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wallet__text{
	font-size: 18px;
	font-weight: 400;

	margin-bottom: -5px;

	color: #d3cdb2;
}

.wallet__links{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding-left: 10px;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wallet__link{
	font-size: 18px;

	margin-right: 13px;

	color: #ffe87d;
}

.wallet__link:last-child{
	margin-right: 0;
}

.wallet__link a{
	color: inherit;
}

.wallet__link a:hover{
	text-decoration: none;

	color: #fffae3;
}

.partners{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin-top: 75px;
	padding-bottom: 35px;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.partners__item{
	margin: 0 40px;
	margin-bottom: 40px;
}
.telegram{
	background:url(/img/telegram.png);
}
.twitter{
	background:url(/img/twitter.png);	
}
.reddit{
	background:url(/img/reddit.png);
}
.medium{
	background:url(/img/medium.png);
}
.insta{
	background:url(/img/insta.png);
}
.discr{
	background:url(/img/disc.png);
}
.linked{
	background:url(/img/link.png);
}
.pint{
	background:url(/img/pint.png);
}
.telegram:hover{
	background:url(/img/telegramr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.twitter:hover{
	background:url(/img/twitterr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.reddit:hover{
	background:url(/img/redditr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.medium:hover{
	background:url(/img/mediumr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.insta:hover{
	background:url(/img/instar.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.discr:hover{
	background:url(/img/discr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;	
}
.linked:hover{
	background:url(/img/linkr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;	
}
.pint:hover{
	background:url(/img/pintr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;	
}
.social__item{
	margin: 2px;
    padding: 3px;
}
.soc__item{
	width: 52px;
    height: 52px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.social__item > img{
    /*width: 70px;
    height: 70px;*/
}
.footer{
	padding: 40px 0;

	text-align: center;

	color: #fff;
	background-color: #050404;
}

.footer__copy{
	font-family: 'PlanetN2cyr-lat';
	font-size: 15px;
	font-weight: 400;
}
@media (max-width: 1240px){
	.sale-label{
		top: 8px;
	}
}
@media (max-width: 1080px){
	.sale-label{
		top: 9px;
	}
	.token-sale-price {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.nft-sale {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
	}
}
@media (max-width: 768px){
	.sale-label{
		top: 12px;
	}
	.nft-img {
		background-size: 360px 300px;
		width: 300px;
		height: 300px;
	}	
	.tokens-usd-price {
		font-size: 18px;
	}
	.tokens-wdf-price {
		font-size: 54px;
	}
	.procentage-all{
		font-size: 50px;
		padding: 4px;
	}
	.procentage {
		font-size: 18px;
		line-height: 26px;
		height: 34px;
		margin: 2px;
		margin-right: 8px;
	}
}
@media (max-width: 576px){
	.sale-label{
		top: 15px;
	}	
}
@media (max-width: 463px){
	.nft-img {
		background-size: 240px 200px;
		width: 200px;
		height: 200px;
	}
	.procentage {
		font-size: 14px;
		margin: 2px;
		margin-right: 4px;
	}
	.procentage-all {
		font-size: 40px;
		padding: 4px;
	}
	.sale-start {
		font-size: 40px;
	}
	.sale-start-data {
		font-size: 40px;
	}	
}
@-webkit-keyframes fadeInDown{
	from{
		-webkit-transform: translate3d(0, -100px, 0);
		        transform: translate3d(0, -100px, 0);

		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@keyframes fadeInDown{
	from{
		-webkit-transform: translate3d(0, -100px, 0);
		        transform: translate3d(0, -100px, 0);

		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp{
	from{
		-webkit-transform: translate3d(0, 100px, 0);
		        transform: translate3d(0, 100px, 0);

		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@keyframes fadeInUp{
	from{
		-webkit-transform: translate3d(0, 100px, 0);
		        transform: translate3d(0, 100px, 0);

		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@-webkit-keyframes fadeInLeft{
	from{
		-webkit-transform: translate3d(-100px, 0, 0);
		        transform: translate3d(-100px, 0, 0);

		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@keyframes fadeInLeft{
	from{
		-webkit-transform: translate3d(-100px, 0, 0);
		        transform: translate3d(-100px, 0, 0);

		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@-webkit-keyframes fadeInRight{
	from{
		-webkit-transform: translate3d(100px, 0, 0);
		        transform: translate3d(100px, 0, 0);

		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@keyframes fadeInRight{
	from{
		-webkit-transform: translate3d(100px, 0, 0);
		        transform: translate3d(100px, 0, 0);

		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@-webkit-keyframes strokeAnim{
	to{
		stroke-dashoffset: 0;
	}
}

@keyframes strokeAnim{
	to{
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes widthAnim{
	from{
		width: 0;
	}

	to{
		width: 100%;
	}
}

@keyframes widthAnim{
	from{
		width: 0;
	}

	to{
		width: 100%;
	}
}

@-webkit-keyframes shape1Anim{
	0%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: ease-in;
		        animation-timing-function: ease-in;

		opacity: 1;
	}

	50%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(-30deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(-30deg) scale(1, 1);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;

		opacity: .7;
	}

	100%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);

		opacity: 1;
	}
}

@keyframes shape1Anim{
	0%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: ease-in;
		        animation-timing-function: ease-in;

		opacity: 1;
	}

	50%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(-30deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(-30deg) scale(1, 1);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;

		opacity: .7;
	}

	100%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);

		opacity: 1;
	}
}

@-webkit-keyframes shape2Anim{
	0%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;

		opacity: 1;
	}

	50%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(40deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(40deg) scale(1, 1);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;

		opacity: .45;
	}

	100%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);

		opacity: 1;
	}
}

@keyframes shape2Anim{
	0%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;

		opacity: 1;
	}

	50%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(40deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(40deg) scale(1, 1);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;

		opacity: .45;
	}

	100%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);

		opacity: 1;
	}
}

@-webkit-keyframes shape4Anim{
	0%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;
	}

	50%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(35deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(35deg) scale(1, 1);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;
	}

	100%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
	}
}

@keyframes shape4Anim{
	0%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;
	}

	50%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(35deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(35deg) scale(1, 1);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;
	}

	100%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
	}
}

@-webkit-keyframes shape5Anim{
	0%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;
	}

	50%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(60deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(60deg) scale(1, 1);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;
	}

	100%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
	}
}

@keyframes shape5Anim{
	0%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;
	}

	50%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(60deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(60deg) scale(1, 1);
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;
	}

	100%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
	}
}

@-webkit-keyframes smokeAnim{
	0%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;

		opacity: 1;
	}

	50%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(5deg) scale(1.1, 1.1);
		        transform: translateX(0px) translateY(0px) rotate(5deg) scale(1.1, 1.1);
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;

		opacity: 1;
	}

	100%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);

		opacity: 1;
	}
}

@keyframes smokeAnim{
	0%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;

		opacity: 1;
	}

	50%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(5deg) scale(1.1, 1.1);
		        transform: translateX(0px) translateY(0px) rotate(5deg) scale(1.1, 1.1);
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;

		opacity: 1;
	}

	100%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);

		opacity: 1;
	}
}

@-webkit-keyframes circleRoadlineAnim{
	0%{
		-webkit-transform: translateX(-30px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(-30px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;

		opacity: 0;
	}

	33%{
		-webkit-transform: translateX(-30px) translateY(0px) rotate(0deg) scale(0, 0);
		        transform: translateX(-30px) translateY(0px) rotate(0deg) scale(0, 0);
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;

		opacity: 1;
	}

	66%{
		-webkit-transform: translateX(-30px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(-30px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;

		opacity: 1;
	}

	100%{
		-webkit-transform: translateX(40px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(40px) translateY(0px) rotate(0deg) scale(1, 1);

		opacity: 1;
	}
}

@keyframes circleRoadlineAnim{
	0%{
		-webkit-transform: translateX(-30px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(-30px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;

		opacity: 0;
	}

	33%{
		-webkit-transform: translateX(-30px) translateY(0px) rotate(0deg) scale(0, 0);
		        transform: translateX(-30px) translateY(0px) rotate(0deg) scale(0, 0);
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;

		opacity: 1;
	}

	66%{
		-webkit-transform: translateX(-30px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(-30px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;

		opacity: 1;
	}

	100%{
		-webkit-transform: translateX(40px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(40px) translateY(0px) rotate(0deg) scale(1, 1);

		opacity: 1;
	}
}

@-webkit-keyframes circleRoadlineAnim2{
	0%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: ease-in;
		        animation-timing-function: ease-in;

		opacity: 0;
	}

	15%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(0, 0);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(0, 0);
		-webkit-animation-timing-function: ease-in;
		        animation-timing-function: ease-in;

		opacity: 1;
	}

	30%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: ease-in;
		        animation-timing-function: ease-in;

		opacity: 1;
	}

	100%{
		-webkit-transform: translateX(0px) translateY(130px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(130px) rotate(0deg) scale(1, 1);

		opacity: 1;
	}
}

@keyframes circleRoadlineAnim2{
	0%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: ease-in;
		        animation-timing-function: ease-in;

		opacity: 0;
	}

	15%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(0, 0);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(0, 0);
		-webkit-animation-timing-function: ease-in;
		        animation-timing-function: ease-in;

		opacity: 1;
	}

	30%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: ease-in;
		        animation-timing-function: ease-in;

		opacity: 1;
	}

	100%{
		-webkit-transform: translateX(0px) translateY(130px) rotate(0deg) scale(1, 1);
		        transform: translateX(0px) translateY(130px) rotate(0deg) scale(1, 1);

		opacity: 1;
	}
}

@-webkit-keyframes fadeIn{
	from{
		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@keyframes fadeIn{
	from{
		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@-webkit-keyframes fadeInDownSmall{
	from{
		-webkit-transform: translate3d(0, -40px, 0);
		        transform: translate3d(0, -40px, 0);

		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@keyframes fadeInDownSmall{
	from{
		-webkit-transform: translate3d(0, -40px, 0);
		        transform: translate3d(0, -40px, 0);

		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@-webkit-keyframes fadeInUpSmall{
	from{
		-webkit-transform: translate3d(0, 40px, 0);
		        transform: translate3d(0, 40px, 0);

		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@keyframes fadeInUpSmall{
	from{
		-webkit-transform: translate3d(0, 40px, 0);
		        transform: translate3d(0, 40px, 0);

		opacity: 0;
	}

	to{
		-webkit-transform: none;
		        transform: none;

		opacity: 1;
	}
}

@-webkit-keyframes moveInUp{
	from{
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}

	to{
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes moveInUp{
	from{
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}

	to{
		-webkit-transform: none;
		        transform: none;
	}
}


.range-wrap {
    width: 100%;    
}
.range-slider * {
    margin: 0;
    padding: 0;
    border: 0;
}    
.range-slider, 
.range-ticks,
.label-range{
    display: flex;
}
.range-slider {
    flex-flow: column nowrap;
    margin: 0 auto;
    padding: 0 1.5em 1.5em 1.5em;
    font-size: calc(20px + (20)*(100vw)/(2000));
    box-sizing: border-box;    
}
.range-slider input[type=range], 
.range {
    border-radius: 0.75em;
    overflow: hidden;
    position: relative;
    height: 1.5em;
	width: 100%;
}
.range-slider input[type=range] {
    background-color: transparent;
    font: 1em/1.5 'Roboto', sans-serif;
    box-shadow: 0.3em 0.3em 0.4em #b4a144 inset, -0.3em -0.3em 0.4em #ffeb3b inset;
    display: block;
    padding: 0 0.1em;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.range-slider input[type=range]:focus {
    outline: transparent;
}
.range-ticks {
    font: 1em/1.5 'Roboto', sans-serif;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    position: absolute;
    top: 0.04em;
    left: 0.75em;
    width: calc(100% - 1.5em);
    height: 100%;
}
.range-tick, 
.range-tick-text {
    display: inline-block;
}
.range-tick {
    color: #8f8f8f;
    font-size: 0.5em;
    text-align: center;
    width: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.range-tick-text {
    transform: translateX(-50%);
}
.label-range {
    font: 0.8em/1.5 'Roboto', sans-serif;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.data-range {
	display: flex;
    height: 3em;
    width: 3em;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: bold 0.5em/1.5 'Roboto', sans-serif;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none;
    background-color: #ceb629;
    border: 0;
    border-radius: 50%;
    box-shadow: -0.3em -0.3em 0.5em #8c7d0d inset, 0 -0.2em 0.2em 0 rgb(0 0 0 / 20%), 0.3em 0.5em 0.8em rgb(0 0 0 / 30%);
}
