:root{
	--bg-dark: #660000;
	--bg-light: #c11414;
	--color-gold: #faa233;
}


@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World UltraLight Italic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Thin Italic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Light Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Medium Italic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Demi.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Demi Italic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Bold Italic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World ExtraBold Italic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Test';
	src: url('/assets/promos/fonts/Avenir Next World Heavy Italic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Black Test';
	src: url('/assets/promos/fonts/Avenir Next World Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next World Black Test';
	src: url('/assets/promos/fonts/Avenir Next World Black Italic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

body {
	background: var(--bg-dark);
	font-family: 'Avenir Next World Test', Arial, Helvetica, sans-serif;
	color: #fff;
}

/*body{
	background: var(--bg-dark);
	font-family: Montserrat, sans-serif;
	color: #fff;
}*/





#scene{
	position: relative;
	min-height: 500px;
	
	padding-bottom: 200px;
}


.curtain{
	position: fixed;
	width: 100%;
	height: 100%;
	height: 1px;
	top: 0;
	left: 0;
	display: flex;
	z-index: 3;
}
.curtain .part{
	width: 50%;
	height: 100vh;
	background-size: cover !important;
}
.curtain .left{
	background: url(/assets/promos/left_mob-min.webp) no-repeat 100% 50%;
	animation: moveLeft 1.9s ease-in-out 1s forwards; 
	
}
.curtain .right{
	background: url(/assets/promos/right_mob-min.webp) no-repeat 0% 50%;
	animation: moveRight 1.9s ease-in-out 1s forwards; 
}

@media(min-width: 768px){
	.curtain .left{
		background: url(/assets/promos/left_desktop-min.webp) no-repeat 100% 50%;
		animation: moveLeft 1.9s ease-in-out 1s forwards; 
		
	}
	.curtain .right{
		background: url(/assets/promos/right_desktop-min.webp) no-repeat 0% 50%;
		animation: moveRight 1.9s ease-in-out 1s forwards; 
	}
}


.hero{
	display: flex;
    flex-direction: column;
    align-items: center;
    
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


@keyframes moveLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX( calc(10px - 50vw) );
    }
}

@keyframes moveRight {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX( calc(50vw - 10px) );
    }
}

@media( min-width: 1024px ){
	@keyframes moveLeft {
	    from {
	        transform: translateX(0);
	    }
	    to {
	        transform: translateX( calc(250px - 50vw) );
	    }
	}
	
	@keyframes moveRight {
	    from {
	        transform: translateX(0);
	    }
	    to {
	        transform: translateX( calc(50vw - 250px) );
	    }
	}
}


.hero .logo{
	margin-top: 50px;
	max-width: 100%;
}
.main-hero-img{
	max-width: 60%;
		max-width: 46%;
	margin-top: 50px;
}
@media( min-width: 1024px ){
	.main-hero-img{
		margin-top: 100px;
	}
}


.countdown-gradient-text {
    display: flex; /* Выстраивает span'ы в одну строку */
    gap: 10px;     /* Расстояние между цифрами и точками */
    
    background: linear-gradient(to bottom, #fbc65d, #faa233);
    background: linear-gradient(125deg, #cf832e, #f8da7d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
    	filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.53));
    
    font-size: 70px;
    font-weight: 900;
    justify-content: center;
}

@media( min-width: 1024px ){
	.countdown-gradient-text{
		font-size: 120px;
	}
}

.main-btn{
	width: 300px;
		width: 260px;
	margin-top: 50px;
	background: url(/assets/promos/BUTTONx.webp) no-repeat 50% 50%;
	background-size: contain;
	display: inline-flex;
	aspect-ratio: 663 / 139;
	align-items: center;
    justify-content: center;
    
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bg-dark);
    cursor: pointer;
    min-height: 70px;
    font-size: 26px;
    font-size: 23px;
    	font-size: 21px;
    white-space: nowrap;
    padding-left: 25px;
    padding-right: 25px;
}


.hero-text{
	text-align: center;
	margin-top: 90px;
		margin-top: 30px;
	font-size: 24px;
	text-transform: uppercase;
}

.gold-sum{
	xmargin-top: 10px;
	xmargin-bottom: 10px;
	font-size: 60px;
	background: linear-gradient(125deg, #cf832e, #f8da7d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
    font-weight: 700;
    line-height: 1.0;
}
@media(min-width: 992px){
	.gold-sum{
		font-size: 90px;
	}
}

.star-line{
	background: var(--bg-light) url(/assets/promos/line-star.webp) repeat-x;
	background-size: contain;
	height: 50px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.32), 0 3px 6px rgba(0,0,0,0.46);
}


.time-re{
	font-size: 28px;
	line-height: 1.3;
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.t-down{
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	margin-bottom: 50px;
	justify-content: space-around;
	max-width: 100%;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
}
@media(min-width: 1200px){
	.t-down{
		margin-top: -40px;
	}
}

/*.artists{
	position: relative;
}
.artists-1{
	min-height: 600px;
}
.a1-left{
	position: absolute;
	left: 0;
	top: 200px;
	width: 50%;
	border-left: 50px solid transparent;
}
.a1-right{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	border-right: 50px solid transparent;
}*/




body {
  overflow-x: hidden; /* убирает горизонтальный скролл пока фигуры снаружи */
}

.artists-1 {
  Xmin-height: 400px;
  position: relative;
  /* никакого overflow здесь */
}
@media(min-width: 1200px){
	.artists-1{
		min-height: 220px;
	}
}
@media(min-width: 1600px){
	.artists-1{
		min-height: 400px;
	}
}

.a1-left {
  position: absolute;
  left: 0;
  top: 10px;
  width: 52%;
  transform: translateX(-110%);
  will-change: transform;
}

.a1-right {
  position: absolute;
  right: 0;
  top: 10px;
  width: 48%;
  transform: translateX(110%);
  will-change: transform;
}

@media(max-width: 575.98px){
	.a1-left{
		width: 67%;
		left: -10%;
		z-index: 2;
	}
	.a1-right{
		width: 86%;
		right: -25%;
		top: -6vw;
	}
}

@media(min-width: 1200px){
	.a1-left{
		top: -150px;
	}
	.a1-right{
		top: -150px;
	}
}


#reg-form{
	padding-top: 5px;
	padding-bottom: 60px;
}



.header-standart{
	color: #ea9e48;
	font-size: 30px;
    margin: 10px 0;
}


@media(min-width: 1200px){
	.header-standart{
		font-size: 50px;
	}
}



.ih7{
	width: 300px;
	margin-top: 50px;
	background: url(/assets/promos/BUTTONx2.webp) no-repeat 50% 50%;
	background-size: contain;
	display: inline-flex;
	aspect-ratio: 663 / 139;
	align-items: center;
    justify-content: center;
    
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bg-dark);
    cursor: pointer;
    min-height: 70px;
    font-size: 26px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
}


.wait{
	display: inline-flex;
	aspect-ratio: 660 / 410;
	background: url(/assets/promos/wait.webp) no-repeat 50% 50%;
	background-size: contain;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
    align-items: center;
    padding: 0 11%;
    transform: rotate(-15deg);
    
}
@media(max-width: 575.98px){
	.wait{
		display: none !important;
	}
}

.wait span{
	background: linear-gradient(125deg, #cf832e, #f8da7d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    line-height: 1.2;
    display: inline-flex;
    
}

@media(min-width: 1350px){
	.waiter{
		width: 120%;
	}
	.wait{
		width: 110%;
		margin-left: 0;
		margin-right: 110px;
		padding: 0 13%;
	}
	.wait span{
		font-size: 36px;
	}
	
}
@media(max-width: 767.98px){
	.waiter{
		margin-top: 15px;
	}
}








.ribbon-h{
	display: flex;
	justify-content: center;
}

.ribbon-h img{
	width: 80%;
}

@media(min-width: 1200px){
	.ribbon-h img{
		width: 50%;
	}
}



.steps p{
	display: inline-flex;
	display: flex;
	xtext-transform: uppercase;
	line-height: 1.54;
	min-width: 0;
	word-break: break-word;
	word-break: normal;
	-webkit-hyphens: none;  /* Safari отключает автоперенос */
  	hyphens: none;
  	align-items: center;
  	letter-spacing: +0.5px;
}

.steps p:before{
	content: "";
	display: inline-block;
	aspect-ratio: 118 / 116;
	width: 40px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	flex-shrink: 0;
	margin-right: 24px;
	margin-top: 5px;
	
}
.steps p:nth-child(1):before{
	background: url(/assets/promos/star1.webp);
}
.steps p:nth-child(2):before{
	background: url(/assets/promos/star2.webp);
}
.steps p:nth-child(3):before{
	background: url(/assets/promos/star3.webp);
}
.steps p:nth-child(4):before{
	background: url(/assets/promos/star4.webp);
}
.steps p:nth-child(5):before{
	background: url(/assets/promos/star5.webp);
}

@media(min-width: 1200px){
	.steps p:before{
		width: 60px;
		
	}
	.steps p{
		font-size: 18px;
	}
}




.cg {
  will-change: transform, opacity;
}

.cg img {
  opacity: 0;
  pointer-events: none; /* всегда игнорирует клики */
  transition: opacity 0.3s ease;
  margin-top: 250px;
}

.fly2{
	width: 90px;
	position: absolute;
	top: 50px;
	left: 265px;
		left: 165px;
}

.fly2 {
  animation: juggle 2s ease-in-out infinite;
}

@keyframes juggle {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-30px); }
}

@keyframes juggle {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50%       { transform: translateY(-30px) rotate(3deg); }
}


.cg img{
	aspect-ratio: 457 / 1028;
}

.col-datas{
	padding-right: 5vw;
}

@media(min-width: 1200px) and (max-width: 1679.98px){
	.descr>.container{
		--bs-container: 1100px !important;
	}
	.cg{
		justify-content: flex-end;
		align-self: flex-start;
	}
	.cg img{
		margin-top: 65px;
	}
	.hero{
		margin-bottom: 100px;
	}
	.main-hero-img{
		margin-top: 70px;
		max-width: 50%;
	}
	.steps{
		padding-right: 55px;
	}
	.fly2{
		left: 145px;
	}
	
	
	.ftc{
		--bs-container: 800px !important;
	}
	
	#cll2{
		margin-top: -25px;
	}
	
}
@media(min-width: 1680px){
	.descr>.container{
		--bs-container: 1300px !important;
	}
	#cll2{
		margin-top: -35px;
	}
}


















/* #################### */


body #img-loader{
	color: #000;
}

.form-group{
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    
    margin-bottom: 18px;
    	
}

.form-group input[type=text], .form-group select{
	display: block;
	border: none;
	
	outline: none;
	padding: 12px 12px;
		padding: 15px 12px;
	padding-left: 24px;
	font-size: 17px;
	border-radius: 4px;
	
	box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px 0px inset;
	border-radius: 50px; 
	
	
}

.form-group select{
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/assets/images/2/arr.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
	padding-right: 40px;
	width: 100%;
}

.select-box{
	overflow: hidden;
	white-space: nowrap;
}

.form-group label{
	color: #fff;
	font-weight: 500;
	margin-bottom: 4px;
	font-size: 16px;
}


#reg-form{
	width: 450px;
	width: 740px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 575.98px){
	#reg-form{
		width: 320px;
	}
}

#img-loader{
	display: flex;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: 52px;
	border-radius: 26px;
	background: #fff;
	justify-content: space-between;
    align-items: center;
    padding: 0 26px;
    
    font-size: 17px;
    font-weight: 500;
    margin-top: 1.25rem;
    position: relative;
}


#img-loader:after{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	
	-webkit-mask: url(/assets/promos/UPLOAD_ICON.svg) center center / contain no-repeat;
    mask: url(/assets/promos/UPLOAD_ICON.svg) center center / contain no-repeat;
	background: #ffa233;
}


#img-loader.done:after{
	background: forestgreen;
	-webkit-mask: url(/assets/promos/downloaded.svg) center center / contain no-repeat;
    mask: url(/assets/promos/downloaded.svg) center center / contain no-repeat;
}

#img-loader>label{
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border-radius: 26px;
	xoutline: 1px solid lime;
	left: 0;
	top: 0;
	z-index: 3;
}

#svl{
	opacity: 0 !important;
	visibility: hidden;
	display: none;
}

#img-loader.done>label{
	display: none !important;
}

#img-loader:not(.done) font{
	display: none;
}
#img-loader.done>span{
	display: none;
}


.accept-container {
    color: #fff;
    margin-top: 24px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
    line-height: 1.3;
}

.accept-container a {
    text-decoration: underline;
}


.nr-ask a {
    cursor: pointer;
    display: inline-block;
    margin-top: 0.5rem;
    color: #fff;
}

.nr-ask a span, .accept-container a {
    color: #ffa233;
}





.header-d{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 25px;
    
    position: relative;
}

.menu-btn {
    display: inline-block;
    xposition: absolute;
    cursor: pointer;
    height: 42px;
    width: 42px;
    xleft: 0;
    xtop: 5px;
}

.menu-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f8da7d;
    -webkit-mask: url(/assets/promos/hamburger-menu.svg) center center / contain no-repeat;
    mask: url(/assets/promos/hamburger-menu.svg) center center / contain no-repeat;
}


.lang-links a {
    display: inline-block;
    line-height: 34px;
    background: #c11416;
    color: #ea9e48;
    font-weight: 600;
    border-radius: 16px;
    margin-left: 6px;
    width: 64px;
    text-align: center;
    font-size: 19px;
    transition: color 0.55s;
    
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.45);
}

.lang-links a.active{
	 background: #ea9e48;
	 color: #fff;
}


.fq-list a{
	color: #ffa233;
	text-decoration: underline;
}


nav.menu {
    position: absolute;
    left: 5px;
    top: 65px;
    padding: 24px 40px;
    padding-right: 50px;
    background: #fff;
    color: #444;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    
    gap: 16px;
}

nav.menu.active {
    opacity: 1 !important;
    visibility: visible !important;
}


.ftcm{
	position: relative;
	padding-left: 50px;
}

.ftcm .menu-btn{
	display: flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
	color: #f8da7d;
}
.ftcm .menu-btn:before{
	width: 20px;
	min-width: 20px;
	height: 24px;
	-webkit-mask: url(/assets/promos/dots-horizontal.svg) center center / contain no-repeat;
    mask: url(/assets/promos/dots-horizontal.svg) center center / contain no-repeat;
	
}

/* #################### */

@media( max-width: 575.98px ){
	.hero .logo{
		width: 62%;
		
	}
}


@media( max-width: 767.98px ){
	body .hero .logo{
		margin-top: 16px;
	}
}


.waite{
	aspect-ratio: 835 / 111;
	background: url(/assets/promos/r-line.webp) no-repeat 50% 50%;
	background-size: contain;
	display: flex;
	margin-bottom: 8px;
	align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #c11414;
    font-size: 14px;
    font-weight: 500;
}

@media(min-width: 1024px){
	.waite{
		font-size: 15px;
	}
}

@media(min-width: 1200px){
	.main-btn{
		padding-top: 3px;
	}
	body #circ-car-wrap .circ-slide-title{
		font-size: 48px;
		line-height: 1.3;
	}
	#circ-text{
		font-size: 20px;
	}
	body #circ-car-wrap .circ-slide-text{
		font-size: 18px;
		line-height: 1.4;
	}
}




@media(min-width: 1200px) and (max-width: 1599.98px){
	#circ-car-wrap{
		padding-left: 80px;
	}
	body .fq-wrap{
		padding-left: 80px;
		padding-right: 107px;
	}
	
	#xreg-form .container{
		--bs-container: 820px !important;
	}
}
@media(min-width: 1600px){
	.wait{
		width: 90%;
		margin-right: 0;
	}
	.waiter{
		width: 100%;
	}
}


@media(max-width: 575.98px){
	.hero-text{
		font-size: 20px;
	}
	.countdown-gradient-text{
		font-size: 57px;
	}
	.time-re, .t-down{
		font-size: 24px;
	}
	body #reg-form{
		padding-bottom: 10px;
		padding-top: 1px;
	}
	.btn.ih7{
		margin-top: 5px;
		margin-bottom: 15px;
	}
	
	.form-group input[type=text], .form-group select{
		padding: 4px 12px;
		height: 38px;
		padding-left: 16px;
	}
	.form-group label{
		line-height: 1.1;
	}
	.ih7{
		margin-top: 25px;
		font-size: 21px;
	}
	
}





