@charset "UTF-8";
body.hide-scrollbar nav {
	padding-right:15px;
}
.navbar-nav .nav-link.active {
	color:#002EDE;
}
.h1 {
	font-size:52px;
	line-height:56px;
	font-weight:700;
}
.h2 {
	font-size:32px;
	line-height:36px;
	font-weight:700;
}
.text-gray {
	color:#A5A5A6;
}
.text-darkgray {
	color:#6F7176;
}
.text-blue {
	color:var(--bs-blue);
}
.circle {
	border-radius:100%;
}
.fsz-16 {
	font-size:16px;
	line-height:20px;
}
.fw-5bold {
  font-weight: 500;
}
.yt-logo {
	height:152px;
}

header .h1 {
	line-height:60px;
}
nav.navbar {
	position: fixed;
    width: 100%;
	transition: top 0.2s ease-out;
    z-index: 99;
}
.es-btn {
	display: block;
	width: max-content;
	background:#002EDE;
	color:#fff;
	font-size:14px;
	line-height:44px;
	font-weight:600;
	padding:0 20px;
	text-align:center;
	border-radius:44px;
	text-decoration:none;
	border:0;
	outline:none;
}
.es-btn:hover {
	background:#002BCF;
	color:#fff;
}
.es-btn.es-btn--big {
	line-height:56px;
	font-size:16px;
}
.es-btn--xxlbig {
	line-height:62px;
	font-size:20px;
}
.es-btn.es-btn--dark {
	color:#fff;
	background:transparent;
	border:1px solid #4E5054;
	line-height:42px;
}
.es-btn.es-btn--dark:hover {
	background:#002EDE;
	border:1px solid #002EDE;
}
.es-btn.es-btn--white {
	color:var(--bs-blue);
	background:#fff;
	line-height:54px;
	font-size:16px;
	padding:0 30px;
}
.i-social {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #3B3B42;
    border-radius: 100%;
	background:transparent;
	transition: all 0.15s ease-in-out;
}
.i-social svg {
	transition: all 0.15s ease-in-out;
}
.i-social svg path {
	fill: #fff;
	transition: all 0.15s ease-in-out;
}
.i-social:hover {
	background:#fff;
	border: 1px solid #fff;
}
.i-social:hover svg path {
	fill: #002EDE;
}

header {
	height:100vh;
	min-height: 700px;
	overflow-x: hidden;
	padding-top:130px;
	position:relative;
}
header .container {
		position:relative;
		height:100%;
}
header .container > * {
		position: relative;
		z-index:2;
}
	header .container:after {
		position: absolute;
		content: '';
		width: 80%;
		height: 100%;
		background: url(../img/header-car3.webp) no-repeat;
		background-size: contain;
		background-position-y: bottom;
		right: -100px;
		bottom: -30px;
		z-index:0;
	}
	header .w-box {
		width:322px;
	}
	header ul {
		margin-bottom: 0;
		margin-left: 0;
		padding-left: 0;
		font-weight: 600;
		display: grid;
		gap: 14px;
		list-style:none;
	}
	header ul li {
		position:relative;
		padding-left:14px;
	}
	header ul li:before {
		content: '\25CF';
		font-size: 10px;
		left:0;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
		vertical-align: middle;
	}
	.w-box {
		color:#1E1F21;
		background:#fff;
		border-radius:20px;
		width:100%;
		padding:16px;
	}
	.form-label {
		font-size:20px;
		font-weight:700;
	}
	.form-descr {
		font-size:14px;
		line-height:20px;
		color:#6F7176;
	}
	
	.es-form input, .es-form textarea {
		display:block;
		width:100%;
		border:1px solid #EAEAF0;
		background:#EAEAF0;
		border-radius:12px;
		outline:none;
		color:#1E1F21;
		font-size:16px;
		transition: all 0.15s ease-in-out;
	}
	.es-form.es-form--header input, .es-form.es-form--header textarea {
		font-size:14px;
	}
	.es-form *::placeholder {
		color:#6F7176;
	}
	.es-form input:hover, .es-form textarea:hover {
		border-color:var(--bs-blue);
	}
	.es-form input {
		line-height:56px;
		padding:0 15px;
	}
	.es-form.es-form--header input {
		line-height:42px;
	}
	.es-form .privacy-txt, .es-form .privacy-txt a {
		font-size:14px;
		color:#6F7176;
	}
	.es-form.es-form--header .privacy-txt, .es-form.es-form--header .privacy-txt a {
		
		font-size:12px;
	}
	.es-form input[type="checkbox"] {
	    width: 20px;
		height: 20px;
		margin-bottom: 0;
	}
	.es-form.es-form--header input[type="checkbox"] {
	    width: 16px;
		height: 16px;
	}
	.es-form  textarea {
		height: 104px;
		padding: 15px;
		resize: none;
	}
	.header-social:before {
	position: absolute;
    content: "Наши соц сети";
    top: -25px;
    font-size: 12px;
    color: #A5A5A6;
    text-transform: uppercase;
}
.header-social {
	position:relative;
	width: max-content;
	background:#303133;
	border:1px solid #4E5054;
	padding:10px;
	border-radius:20px;
	color:#fff;
	font-size:16px;
	line-height: 1;
}
.header-social .i-social {
	width: 40px;
    height: 40px;
}
.header-social span {
	display:block;
	font-size:12px;
	color:#A5A5A6;
	margin-top:8px;
}
.header-social > div {
	display: flex;
    gap: 10px;
    align-items: center;
	position:relative;
	margin-bottom:12px;
	padding-bottom:12px;
}
.header-social > div:last-child {
	margin-bottom:0;
	padding-bottom:0;
}
.header-social > div:after {
	position:absolute;
	content:'';
	bottom:0;
	right:-10px;
	width:calc(100% - 40px);
	height:1px;
	background:#4E5054;
}
.header-social > div:last-child:after {
	display:none;
}
.header-social > div > div:nth-child(1) img {
	width:40px;
	height:40px;
	object-fit:cover;
	border-radius:100%;
}
.header-social > div > div:nth-child(2) {
	width:280px;
}
.w-box-b {
	background:#fff;
	border-radius:48px;
	padding:40px;
}
.w-box-b.team-bg {
	background: #fff url(../img/team-1.webp);
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 700px;
	display: flex;
    flex-direction: column;
    justify-content: end;
}
.sub-h {
	font-weight:500;
	color:#6F7176;
}
.call-btn {
	font-weight: 600;
    color: #fff;
    background: var(--bs-blue);
    border-radius: 20px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 40px;
    text-decoration: none;
}
.call-btn div:nth-child(1) {
	padding-left:12px;
}
.call-btn div:nth-child(2) {
	background: #3358E5;
    border-radius: 16px;
    width: 56px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-btn span {
	display:block;
	color:#CCD5F8;
	font-size:14px;
	font-weight:400;
}
.call-btn:hover {
	background: #002BCF;
	color:#fff;
}
.es-box, .es-w-box  {
	background:#fff;
	padding:30px;
	border-radius:28px;
	line-height:1;
	height:100%;
	transition: all 0.15s ease-in-out;
}
.es-box--benefits {
	min-height:240px;
}
.es-box--benefits:hover {
	scale:1.03;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.16);
}
.es-box > div:nth-child(1) {
	font-size:52px;
	font-weight:700;
	margin-bottom:8px;
}
.es-box > div:nth-child(2) {
	font-size:20px;
	line-height:24px;
	color:#6F7176;
}
.es-box.es-box--dark > div:nth-child(2) {
	color:#CCD5F8;
}
.es-box--dark {
	background:var(--bs-blue);
	color:#fff;
}
.es-box--benefits-1 {
	background-image:url(../img/i-benefits-1.svg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size: contain;
}
.es-box--benefits-2 {
	background-image:url(../img/i-benefits-2.svg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.es-box--benefits-3 {
	position:relative;
	background-image:url(../img/i-benefits-3.svg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.es-box--benefits-3:before {
	position:absolute;
	content:'';
	width:71px;
	height:65px;
	top: 16px;
    right: 14%;
	background:url(../img/i-benefits-3-2.svg) no-repeat;
	transition: all 0.15s ease-in-out;
}
.es-box--benefits-3:hover:before {
	transform:rotate(-15deg);
}
.es-box--services {
	min-height:250px;
	display: grid;
	background-repeat:no-repeat;
	background-size:contain;
	background-position: right bottom;
}
.es-box--services:hover {
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.16);
}
.es-box.es-box--services > div > div:nth-child(1) {
	font-size:24px;
	font-weight:700;
	margin-bottom:6px;
}
.es-box.es-box--services > div > div:nth-child(2) {
	font-size:14px;
	line-height:20px;
	color:#6F7176;
	font-weight:500;
}
.box-wa {
	display:block;
	width:48px;
	height:48px;
	border:1px solid var(--bs-blue);
	border-radius:16px;
	display:flex;
	align-items:center;
	justify-content: center;
}
.box-wa:hover {
	background:var(--bs-blue);
}
.box-wa svg {
	width:24px;
	height:24px;
	transition: all 0.15s ease-in-out;
}
.box-wa svg {
	fill:var(--bs-blue);
}
.box-wa:hover svg {
	fill:#fff;
}
.fsz-20, .es-box.es-box--services > div > div.fsz-20 {
	font-size:20px;
}
.h-300 {
	min-height:300px;
}
.swiper-button-next, .swiper-button-prev {
	position:relative;
	left: unset;
    right: unset;
	width:56px;
	height:56px;
	background:#fff;
	border-radius:50%;
	outline: none;
	transition: all 0.15s ease-in-out;
}
.swiper-button-next svg, .swiper-button-prev svg {
	width:9px;
	height:14px;
	stroke:var(--bs-blue);
	transition: all 0.15s ease-in-out;
}
.swiper-button-next {
	margin-left:10px;
}
.swiper-button-next svg {
	margin-left: 4px;
	transform:rotate(180deg);
}
.swiper-button-next:after, .swiper-button-prev:after {
	display:none;
}
.SwiperPromo {
	overflow:visible;
}
.SwiperPromo .swiper-slide {
	position:relative;
	height:400px;
	width: 23.5%;
	background:transparent;
}
.SwiperPromo .swiper-slide:nth-child(1) {
	width: calc(50% - 12px);
}

.overflow-x-hidden {
	overflow-x:hidden;
}	
.promo-box {
	width:100%;
	height:100%;
	border-radius:28px;
	background:#fff;
	padding:40px 28px 20px 28px;
	transition: all 0.15s ease-in-out;
}
.SwiperPromo .swiper-slide {
	bottom:0;
	border-radius:28px;
	transition: all 0.15s ease-in-out;
}
.SwiperPromo .swiper-slide:hover {
	bottom:15px;
}
.SwiperPromo .swiper-slide:hover .promo-box--ticket--shadow {
	opacity:1;
}
.SwiperPromo .swiper-slide:hover .promo-box--first {
	box-shadow: 0px 32px 60px 0px rgba(0, 0, 0, 0.16);
}
.SwiperPromo .swiper-slide:hover .box-separate:before {
	border-top: 2px dashed #c9cace;
}
.promo-box.promo-box--first {
	background:var(--bs-blue);
	color:#fff;
	padding:26px;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size: contain;
}
.promo-box .promo-box--title {
	font-size:24px;
	line-height:28px;
	font-weight:700;
}
.promo-box .promo-box--subtitle {
	color:#6F7176;
	font-size:14px;
	line-height:20px;
	font-weight:600;
}

.promo-box.promo-box--first .promo-box--title {
	font-size:36px;
	line-height:40px;
	font-weight:700;
	text-transform:uppercase;
}
.promo-box.promo-box--first .promo-box--subtitle {
	font-size:24px;
	line-height:28px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
}

.promo-box.promo-box--first .promo-box--descr {
	font-size:16px;
	line-height:24px;
}
.box-separate {
	position:relative;
}
.box-separate:before {
	position:absolute;
	content:'';
	width: calc(100% + 28px);
	height:2px;
	top:-20px;
	left:-14px;
	border-top: 2px dashed rgb(240, 241, 245);
	transition: all 0.15s ease-in-out;
}
.promo-box--ticket img {
	height: 100px;
	width: 100%;
	object-fit: contain;
}
.promo-box--ticket {
	position: relative;
	-webkit-mask: 
		radial-gradient(circle 14px at 0 79.2%, transparent 99%, #fff) left,
		radial-gradient(circle 14px at 100% 79.2%, transparent 99%, #fff) right;
	mask: 
		radial-gradient(circle 14px at 0 79.2%, transparent 99%, #fff) left,
		radial-gradient(circle 14px at 100% 79.2%, transparent 99%, #fff) right;
	-webkit-mask-size: 79.2% 100%;
	mask-size: 79.2% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;;
}

.promo-box--ticket--shadow {
	opacity:0;
	position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    box-shadow: 0px 32px 60px 0px rgba(0, 0, 0, 0.26);
    z-index: -1;
	transition: all 0.15s ease-in-out;
}
.es-box.es-box--rowbenefits:hover {
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.16);
}
.es-box.es-box--rowbenefits > *:nth-child(2) {
	font-size:24px;
	line-height:28px;
	font-weight:700;
	color:#232323;
}
.es-box.es-box--rowbenefits > *:nth-child(3) {
	font-size:14px;
	line-height:20px;
	font-weight:500;
	color:#6F7176;
}
.steps {
	position:relative;
}
.steps:before {
	position: absolute;
    content: '';
    width: 4px;
    top: 24px;
    height: calc(100% - 80px);
    left: 22px;
    border-left: 4px dashed var(--bs-blue);
    z-index: 0;
}
.steps > div:hover .steps-num {
	scale:1.15;
}
.bbox {
	background:#fff;
	border-radius:48px;
}
.bbox-p-40 {
	padding:40px;
}
.bg-blue {
	background:var(--bs-blue);
}
.steps-num {
	flex-shrink: 0;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	height:48px;
	width:48px;
	border-radius:100%;
	font-size: 23px;
    font-weight: 600;
	background:var(--bs-blue);
	position:relative;
	z-index:0;
	transition: all 0.15s ease-in-out;
}
.steps-txt {
	font-size:20px;
	line-height:24px;
	font-weight:700;
	min-height:70px;
}
.steps-txt span {
	display:block;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	color:#6F7176;
}
.scheme-imgs {
	position:relative;
	background-image:url(../img/scheme-car.webp);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.scheme-imgs:before {
	position:absolute;
	content:'';
	width:100%;
	height: 45%;
	background-image:url(../img/i-scheme.svg);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
	border-top-left-radius: 44px;
}
.order-promo-car {
	position:relative;
}
.order-promo-car:before {
	position: absolute;
    content: '';
    width: 50%;
    height: 110%;
    bottom: -70px;
    right: 0;
    background: url(../img/order-promo-car.webp) no-repeat;
    background-size: contain;
    background-position-x: right;
}
.last-light-section {
	border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
}
section.bg-dark {
	color:#fff;
}
.youtube-items img {
	width:100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius:28px;
	border:1px solid #4E5054;
}
.es-box--socials svg {
	width: 80px;
    height: 80px;
    margin-top: -85px;
	transition: all 0.15s ease-in-out;
}
.es-box--socials svg.ytsvg {
	width: 96px;
    height: 72px;
    margin-top: -85px;
}
.es-box--socials:hover svg {
	scale:1.1;
}
.d-box {
	border:1px solid #4E5054;
	border-radius:28px;
	padding:7px 7px 17px 7px;
}
.reviews-item img {
	width:100%;
	border-radius:20px;
	margin-bottom:17px;
}
.reviews-item svg {
	width:14px;
	height:14px;
}
.reviews-item a {
	font-size:14px;
	color:#A5A5A6;
	text-decoration:none;
}
.reviews-item a span {
	color:#fff;
	font-weight:600;
}



footer {
	color:#fff;
	font-size:16px;
	font-weight:500;
	border-top: 1px solid #4E5054;
}
footer a {
	text-decoration:none;
	color:#fff;
}
footer a:hover {
	color:#A5A5A6;
}
.f-logo {
	width:162px;
	height:162px;
}
.f-nav-label {
	font-size:24px;
	line-height:1;
	font-weight:700;
}
.f-menu {
	padding:0;
	list-style:none;
	display:grid;
	gap:10px;
}
.f-menu a {
	color:#A5A5A6;
}
.f-menu a:hover {
	color:#fff;
}
.f-copy, .f-copy a {
	font-weight:400;
	color:#A5A5A6;
}
.f-contacts {
	display:grid;
	gap:10px;
}
.f-contacts > div {
	display:flex;
	align-items:center;
	gap:8px;
}
.tab-btn {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#1E1F21;
	border:1px solid #4E5054;
	border-radius:16px;
	height:56px;
	cursor:pointer;
	transition: all 0.15s ease-in-out;
}
.tab-btn:hover {
	background:#4E5054;
}
.form-call-btn {
	display:block;
	border:1px solid var(--bs-blue);
	border-radius:20px;
	padding-top:10px;
	padding-right:10px;
	padding-left:15px;
	padding-bottom:15px;
	text-decoration:none;
	font-size:14px;
	font-weight:500;
	color:#6F7176;
	width:185px;
	outline: none;
}
.form-call-btn--i {
	width:36px;
	height:36px;
	background:#EAEAF0;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	transition: all 0.15s ease-in-out;
}
.form-call-btn span {
	color:var(--bs-dark);
	font-weight:700;
	font-size:16px;
	line-height:1;
	transition: all 0.15s ease-in-out;
}
.form-call-btn:hover {
	color:#6F7176;
}
.form-call-btn:hover .form-call-btn--i {
	scale:1.14;
}
.form-call-btn:hover span {
	color:var(--bs-blue);
}
.custom-select {
	position: relative;
	width:100%;
}
.custom-select select {
	display: none;
}
.select-selected {
  background-color: #EAEAF0;
  border-radius:12px;
  border:1px solid #EAEAF0;
  color:#6F7176;
}
.select-selected:after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 14px;
	height: 9px;
	background:url(../img/select-arrow.svg) no-repeat;
	transition: all 0.15s ease-in-out;
}
.select-selected.select-arrow-active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select-selected.select-arrow-active:after {
	transform: translateY(-50%) rotate(180deg);
}
.select-items div {
	transition: all 0.15s ease-in-out;
}
.select-items div, .select-selected {
	font-size:16px;
	padding:0 15px;
	line-height:56px;
	cursor: pointer;
}
.select-items div {
	color: #1E1F21;
}
.select-selected.checked {
	color: #1E1F21;
}
.select-items {
	position: absolute;
	background-color: #EAEAF0;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	box-shadow: 0px 6px 4px -2px rgba(0, 0, 0, 0.2);
}
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

#form-modal.fancybox__content {
	background:transparent;
}
#form-modal {
	width:100%;
}
#form-modal.fancybox__content .f-button.is-close-btn {
	display:none;
}
.form-modal--close {
	background:transparent;
	outline:none;
	border:0;
	width:40px;
	height:40px;
	padding: 0;
	position: absolute;
    right: 20px;
    top: 20px;
}
.form-modal--close svg {
	width: 40px;
	height: 40px;
	transition: all 0.15s ease-in-out;
}
.form-modal--close:hover svg {
	scale:1.1;
}
.form-modal--close:hover svg rect {
	transition: all 0.15s ease-in-out;
}
.form-modal--close:hover svg rect.rect-color {
	fill:#000;
}