@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 16px;
	font-family: "Inter", sans-serif;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #000;
}
sub br{
    display: none;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/
[class*="container"] {
	max-width: 1080px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px 20px;
}

body {
	
	background: #FAFAFA;
	
}
.header {
	padding: 16px 40px;
	position: relative;
	z-index: 2;

}

.main-title {
position: relative;
z-index: 2;
padding: 15px 40px 15px 15px;
max-width: 600px;
width: 100%;
margin-left: auto;
font-weight: 800;
font-size: 54px;
line-height: 150%;
text-align: right;
color: #fff;
}

.section-title {
	font-size: 50px;
	text-align: center;
	color: #fff;
	padding: 15px;
	font-weight: 700;
line-height: 150%;

}

.main-title span{
background: linear-gradient(90deg, #6B43D7 0%, #463ED4 74.52%, #DF48D8 81.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for newer browsers */
  color: transparent; /* fallback */
}




@media(max-width: 768px) {
	.main-title {
		text-align: center;
		font-size: 36px;
		padding: 30px 15px 15px;
	}
.section-title {
		font-size: 32px;

}
}
.cards {

}
.header__logo {
	max-width: 317px;
	width: 100%;
}
.header__logo img {
	width: 100%;
}
.preview {
	position: relative;
	background: url(../images/preview_back.webp) #0945BE no-repeat ;
	background-position-x: 80%;
	background-size: contain;
	height: 536px;
	margin-bottom: 92px;
	
}
.preview::after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #EECD7B 0%, #F7E6BD 80%, #FFF 95%);
}

.start {
	position: relative;
	min-height: 100vh;
	background: url(../cards.png) #1a1b1c no-repeat ;
	background-position: center;
	background-size: cover;


}

 .start-content {
position: relative;
z-index: 2;
min-height: 400px;
	background-image: url(../bg.png);
	background-size: cover;
	background-position:  top;
	background-repeat: no-repeat;
} 
.preview__wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}
.preview__title {
	max-width: 687px;
	width: 100%;
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -2px;
	margin-bottom: 32px;
}
.preview__text {
	max-width: 510px;
	width: 100%;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
}
.map {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100vh;

	padding: 120px 0px 0 ;
	background: #000;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}
.map-svg.disable {
	display: none;
}

.map__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	min-height: 595px;
}
.map__wrapper svg {
	width: 100%;
}

#map-earth {
	display: none;
}
#map-earth.robo {
	display: block;
}



.scale-in {
	animation: scale-in 2s ease-in;
}
@keyframes scale-in {
	0% {
		display: block;
		transform: scale(0);
	}

	100% {
		transform: scale(1);

	}
	
}

.scale-rotate {
	animation: scale-rotate 3s ease-in-out;
	display: block;
}
@keyframes scale-rotate {
	0% {
		transform: scale(0) rotate(0deg);
	}
	40% {
		transform: scale(1) rotate(0deg);
	}
	100% {
		transform: scale(1) rotate(360deg);
	}
}
.scale-out {
	animation: scale-out 1s ease-in forwards;
}
@keyframes scale-out {
	0% {
		transform: scale(1);
	}
	99% {
		transform: scale(0);
	}
	100% {
		transform: scale(0);
		display: none;
	}
}


/*.info, .footer{*/
/*	display: none;*/

/*} */


.no-modal, .no-modal.fade-in {
	min-height: 100vh;
	/* background: url(../bg-country.png) center center /  100% auto #101217 no-repeat; */
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none ;
	align-items: center;
	justify-content: center; 
}
.modal__countr {
display: none;
	align-items: center;
	justify-content: center;
padding: 40px 15px;

	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow-y: scroll;


	z-index: 2;
}
.modal__countr-wrapper {
	max-width: 864px;
	width: 100%;
	padding: 72px 60px;
	border-radius: 12px;
background: #2D3030;
color: #fff;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
	position: relative;
}
.modal__countr-fl {
	max-width: 118px;
	width: 100%;
	height: 80px;
	height: 100%;
	margin: 0 auto 29px;
}
.modal__countr-f span {
	display: block;
	width: 100%;
	height: 100%;
}
.modal__countr-fl img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	box-shadow: 1px 1px 12px #000;

	
}
/* .modal__countr-fl svg {
	width: 100%;
} */
.modal__countr-title {
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; 
	margin-bottom: 24px;
}
.modal__text {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
	margin-bottom: 41px;
}
.modal__countr-button {
	max-width: 744px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.modal__countr-button button {
	padding: 12px 6px;
	max-width: 351px;
	width: 100%;
	border-radius: 12px;
background: #333960D9;
box-shadow: 0px 4px 4px 0px #00000040;

box-shadow: 0px 4px 4px 0px #00000040;


	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; 
	font-variant: all-small-caps;
}

.modal__countr-selection {
	display: none;
	max-width: 864px;
	width: 100%;
	padding: 72px 60px;
	border-radius: 12px;
	background: #2D3030;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
	opacity: 0;

}

.countr-selection__title {
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 24px;
}
.countr-selection__text {
	max-width: 504px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin: 0 auto 56px;
}
.countr-selection__wrapper {
	height: 352px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
	gap: 14px;
	margin-bottom: 56px;


}
.countr-selection__wrapper label {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.country-likvid,
.country-nolik {
	width: 15px;
	height: 15px;
	margin-right: 4px;
}
.submit-button {
	display: block;
	max-width: 490px;
	width: 100%;
	padding: 12px 10px;
	border-radius: 12px;
background: #323859;

	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	margin: 0 auto;
	animation: puls 1s infinite;
}
 
@keyframes puls {
	0% {
		transform: scale(.96);
	}
	50% {
		transform: scale(1);
		box-shadow: 1px 1px 5px 1px #0945BE ;
	}
	100% {
		transform: scale(.96);
	}
}

.fade-in {
	animation: fade-in 1s ease-in forwards;
}
.fade-out {
	animation: fade-out 1s ease-in forwards;
}

/* .modal__countr.fade-in {
	animation: none;
	display: none !important;
} */
/* 
.modal__countr.fade-in.ultra-fade {
	animation: fade-in 1s ease-in forwards;
	display: grid !important;

} */

/* .modal__countr.fade-out.ultra-fade {
	animation: fade-out 1s ease-in forwards;
	display: grid !important;

} */


@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}







.info {
	padding: 100px 0px;
	background: #101217;

}
.info__item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.info__item:first-of-type {
	margin-bottom: 100px;
}
.info__images {
	max-width: 512px;
	width: 100%;
}
.info__images img {
	width: 100%;
}
.info__block {
	max-width: 510px;
	width: 100%;
}
.info__title {
	color: #0945BE;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 42px */
	margin-bottom: 20px;
}


.info__title1 {
background: linear-gradient(90deg, #6B43D7 18.27%, #463ED4 30.77%, #DF48D8 50%, #041682 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for newer browsers */
  color: transparent; /* fallback */
}


.info__title2 {
background: linear-gradient(91.42deg, #E9E500 52.92%, #FAB86F 99.76%);



  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for newer browsers */
  color: transparent; /* fallback */
}
.info__text {
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 150%;


}
.footer {
	padding: 20px 0px;
background: #F2F02A;

	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}
.footer__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.footer__images {
	max-width: max-content;
}
.footer__images img {
	width: 100%;
}

/* last modal company block */

.modal-company {	
	display: none;
	align-items: center;
    justify-content: center;
padding: 40px 15px;
    width: 100%;

    top: 0;
    left: 0;
    overflow-y: scroll;


    z-index: 2;
	opacity: 0;

}
.modal-company__wrapper {
	max-width: 865px;
	width: 100%;
	padding: 52px 30px;
	border-radius: 12px;
background: #2D3030;

	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
	border: 4px solid;

border-image-source: linear-gradient(180deg, #323859 0%, #6B78BF 100%);


}

.modal-company-fl-to {
	max-width: 108px;
	width: 100%;
	height: 50px;
	margin: 0 auto 19px;
}
.modal-company-fl-to span {
	display: block;
	width: 100%;
	height: 100%;

}
.modal-company-fl-to img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	box-shadow: 1px 1px 12px #000;
}
.modal-company__title {
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 24px;
}
.modal-company__subtitle {
	max-width: 504px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin: 0 auto 41px;
}
.modal-company__item {
	max-width: 100%;
}
.swiper {
	width: 100% !important;
}

.swiper-wrapper {
	max-width: 732px;
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;

}
.swiper-slide {
	width: 100% ;
	
	
}
.company-block {
	display: flex;
	flex-direction: column;
	max-width: 350px;
	width: 100% ;
	min-height: 630px;
	height: 100%;
	padding: 20px 16px;
	border-radius: 12px;
	border: 1.5px solid #78A0FA;
background: #2D3030;

	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	gap: 10px;
	margin: 0 auto;
}
.modal-company__images {
	max-width: 120px;
	width: 100%;
	max-height: 120px;
	height: 100%;
	margin: 0 auto 28px;
	
}
.modal-company__images img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.modal-company__text {
	max-width: 321px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 150%; /* 27px */
	padding-left: 12px;
	border-left: 4px solid #AEC9FF;
	margin-bottom: 20px;

}
.modal-company__subtext {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	font-variant: all-small-caps;
	margin-bottom: 8px;
	margin-top: auto;
}
.modal-company__sum {
	max-width: 321px;
	width: 100%;
	padding: 16px 4px;
	border-radius: 12px;
border: 1px solid #6B78BF;
background: linear-gradient(180deg, #323859 0%, #6B78BF 100%);

	margin-bottom: 26px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.sum {
	font-size: 28px;
}
.modal-company__btn {
	max-width: 321px;
	width: 100%;
	padding: 12px 6px;
	border-radius: 12px;
background: #323859;
text-transform: uppercase;

	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
	font-variant: all-small-caps;
}

.modal__forms {
	display: none;
	max-width: 907px;
	width: 100%;
	padding: 72px 60px;
	border-radius: 12px;
background: #2D3030;

	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}
.forms__title {
	max-width: 504px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
	margin: 0 auto 41px;
}
html {
    scrollbar-width: none; /* Для Firefox */
}
.body-scroll::-webkit-scrollbar {
    display: none;
}

@media(max-width: 992px){
    [class*="container"]{
        max-width: none;
    }
	.preview__wrapper {
		padding-bottom: 24px;
		justify-content: end;
	}
	.preview__title {
		max-width: 480px;
	}
	.info__item {
		flex-direction: column;
	}
	.info__item:last-of-type {
		flex-direction: column-reverse;
	}
	/* .modal-company__wrapper {
		border-radius: 0px;
	} */
}
@media(max-width: 820px){
    [class*="container"]{
        max-width: none;
    }
	.modal-company__wrapper {
		max-width: 800px;
		padding: 48px 12px 0px;
	}
	.company-block {
		max-width: 320px;
	}
}
  @media(max-width: 768px){
    [class*="container"]{
        max-width: none;
    }
	.preview {
		height: 644px;
		padding-bottom: 80px;
		margin-bottom: 54px;
		background: url(../images/preview-back-mob.webp) #0945BE no-repeat;
		background-size: contain;
		background-position-x: center;
	}
	.preview__title {
		font-size: 32px;
		margin-bottom: 26px;
	}
	.preview__text {
		font-size: 18px;
	}
	.map {
		padding: 31px 0px;
	}
	.map__wrapper {
		min-height: 343px;
	}
	.info {
		padding: 64px 0px;
	}
	.info__item {
		gap: 24px;
	}
	.info__title {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.info__item:first-of-type {
		margin-bottom: 64px;
	}
	.footer__wrapper {
		flex-wrap: wrap;
		justify-content: left;
		gap: 12px;
	}
	.footer__images {
		max-width: 104px;
	}
	.modal__countr-wrapper {
		padding: 48px 12px;
	}
	.modal__countr-title {
		font-size: 28px;
	}
	.modal__text {
		font-size: 18px;
	}
	.modal__countr-button {
		flex-direction: column;
		gap: 16px;
		font-size: 18px;
	}
	#map-earth {
		max-width: 250px;
		width: 100%;
	}
	.modal__countr-selection {
		padding: 48px 12px;
		border-radius: 0px;
		
	}
	.countr-selection__wrapper {
		flex-wrap: nowrap;
		padding: 0px 34px;
		height: 100%;
	}
	.countr-selection__title {
		font-size: 28px;
	}
	.countr-selection__text {
		font-size: 18px;
	}
	.swiper-wrapper {
		max-width: 310px;
		padding-bottom: 48px;
	}
	.modal-company__title {
		font-size: 28px;
	}
	.modal-company__subtitle {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.company-block {
		min-height: 400px;
	}
	.modal-company__sum {
		margin-bottom: 14px;
	}
	.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
		content: "";
	}
	.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
		content: '';
	}
	.swiper-button-next {
		width: 64px;
		top: 95% !important;
		right: 20%;
		
	}
	.swiper-button-prev {
		width: 64px;
		top: 95% !important;
		left: 20%;
	}
	.modal__forms {
		padding: 48px 12px;
	}
	.forms__title {
		font-size: 18px;
		margin-bottom: 30px;
	}
}


body {
	overflow: scroll !important;
}

.info .container {
	max-width: 1280px;
}



header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px 20px 200px;
  background: #000;
  z-index: 6;

}

header .top {
  display: flex;
  align-items: center;
  gap: 50px;
}

header .logo {
  font-weight: 700;
  font-size: 1.5rem;
  max-width: 127px;
}

header .logo img {
  max-width: 127px;

}

nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  font-size: 0.95rem;
  opacity: 0.85;
}

.auth {
  display: flex;
  align-items: center;
  gap: 12px;
}

.auth a, .flyin-btn {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.w1000 {
  max-width: 700px;
  width: 100%;
}



.s911  {
	  min-height: 100vh;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
    justify-content: flex-start;
    padding-left: 80px;
    background: url(../img/912.png) no-repeat #000;
    background-size: 600px;
    background-position: bottom right;
}

.s911 h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}

.s911 p {
    font-size: 22px;
    margin-bottom: 30px;
	padding: 20px 0 ;
  color: #fff;

}

.auth .signup {
  background: #fff;
  color: #000;
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 600;
}

.starting, .ending {
	  background: #fff;
  color: #000;

  padding: 12px 38px;
  font-size: 20px;
    border-radius: 999px;
  font-weight: 600;
}

.ending {
	margin: 0 auto;
	display: block;
	width: fit-content;
}

.map__wrapper2 {
position: absolute;
z-index: -10000;
opacity: 0 !important;
top: 0;
}

h3 {
    font-size: 24px;
    padding: 20px 0;
	color: #fff;
	text-align: center;
	line-height: 130%;
	font-weight: 500;
}

@media(max-width: 768px) {
	header {
		padding: 15px;
	}

	nav {
		display: none;
	}
	.s911 {
		padding: 90px 15px 10px;
		display: block;
		background-size: 300px;
	}

	.map {
		padding-top: 90px;
	}
}