@charset "UTF-8";
@media (max-width: 992px) {
	:root {
		--bs-body-font-size: 14px;
		--bs-body-line-height: 20px;
	}
	.phone-btn {
		display: block;
		width:44px;
		height:44px;
		display:flex;
		align-items:center;
		justify-content:center;
		background:#002EDE;
		border-radius:100%;
	}
	.phone-btn svg {
		width:16px;
		height:16px;
	}
	.m-margin-end {
		margin-right:calc(var(--bs-gutter-x) * -0.5);
	}
	.m-w-100 {
		width:100% !important;
	}
	.m-bgs-80 {
		background-size: 80%;
	}
	.bgs-60 {
		background-size: 40%;
	}
	.h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.h1-s-mob {
        font-size: 28px;
        line-height: 32px;
    }
	.sub-h {
		font-size: 14px;
		line-height: 20px;
	}
	.sub-h2 {
		font-size: 16px;
		line-height: 20px;
	}
	.header-social {
		margin-top:60px;
	}
	.header-social > div > div:nth-child(2) {
		width: auto;
	}
	.header-social > div > div:nth-child(3) {
		margin-left:auto;
	}
	.form-container .h1 {
		font-size:28px;
		line-height:32px;
	}
	#form-modal .form-br {display:block;}
/*NAV [ */
	body.menuopen {
			overflow:hidden;
		}
	.hamburger-icon {
		display: flex;
        align-items: center;
        justify-content: center;
		position: relative;
		width: 44px;
        height: 44px;
        border: 1px solid #3B3B42;
        border-radius: 50%;
		z-index: 1000;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	.hamburger-icon-container {
		width: 20px;
		height: 14px;
		position: relative;
	}
	.icon-1, .icon-2, .icon-3 {
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 20px;
      height: 2px;
	  background-color: #fff;
	  border-radius: 2px;
	  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
	}

	.icon-1 {
		transform: translateY(0px);
		animation-delay: 100ms;
	}
	.icon-2 {
		transform: translateY(6px);
	}

	.icon-3 {
		transform: translateY(12px);
		animation-delay: 250ms;
	}
	

	.icon-1.a {
	  transform: rotate(45deg);
	  background: #fff;
	  top:6px;
	}

	.icon-3.c {
	  transform: rotate(-45deg);
	  background: #fff;
	  top:6px;
	}

	.icon-2.b {
	  opacity: 0;
	  width:0;
	}
	.clear {
	  clear: both;
	}

	@keyframes slideIn {
	  0% {
		width: 0%;
		opacity: 0;
	  }
	  100% {
		width: 50%;
		opacity: 1;
	  }
	}
	.navbar-brand {
		z-index: 20;
	}
	.hambmenu {
		display: flex;
      flex-direction: column;
	  background: #1E1F21;
	  color:#fff;
	  position: absolute;
	  top: 67px;
	  left: -50vh;
	  height: 100vh;
	  width: 0%;
	  z-index: 10;
	  opacity: 0;
	  transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
	  transition-delay: 100ms;

	}
	.hambmenu.show {
		left: 0px;
		  width: 100%;
		  opacity: 1;
	}
	.hambmenu .navbar-nav {
		padding-left: 0;
		gap: 18px;
	}
	.hambmenu .navbar-nav .navbar-link {
		margin-right:0 !important;
		margin-bottom: 0px;
		font-size:26px;
		color:#fff;
		font-weight:400;
	}
	.hambmenu hr {
		color:#D8D8D8;
		opacity:1;
		margin:0;
	}

	.hambmenu-body--nav {
		color: #fff;
	}


	.hambmenu-body {
		padding-right: calc(var(--bs-gutter-x) * 0.5);
		padding-left: calc(var(--bs-gutter-x) * 0.5);
		padding-bottom: 140px !important;
		overflow-y: scroll;
	}
	.hambmenu-body--nav .nav-link {
		padding:0;
		color:#A5A5A6;
		font-size: 16px;
	}
	.f-contacts {
		gap: 14px;
	}
	.f-contacts, .f-contacts a {
	    text-decoration: none;
		color: #fff;
		font-size:16px;
	}
	/* ] NAV*/	
	#form-modal.fancybox__content {
		padding:0;
	}
	
	header {
		height: auto;
		padding-top: 70px;
		min-height:unset;
		max-height: unset;
	}
	header .h1 {
		line-height: 40px;
	}
	header .container:after {
		display:none;
	}
	.header-social {
		width:100%;
	}
	.w-box-b {
		border-radius: 24px;
		padding: 15px;
	}
	.form-call-btn {
		width: 100%;
	}
	nav.navbar {
		padding: 6px 0;
	}
	.navbar-brand img {
		height:44px;
		width:auto;
	}
	body.hide-scrollbar nav {
		padding-right: 0;
	}
	.es-box, .es-w-box {
		padding: 15px;
		border-radius: 24px;
	}
	.bbox {
		border-radius: 24px;
	}
	.bbox-p-40 {
		padding: 15px;
	}
	.w-box-b.team-bg {
		background: #fff url(../img/main-team-2.webp);
		background-position-x: center;
		background-size: contain;
		background-repeat: no-repeat;
		height:auto;
		min-height: 500px;
	}
	.call-btn {
		border-radius: 16px;
	}
	.call-btn div:nth-child(2) {
		width: 44px;
	}
	.call-btn svg {
		width:20px;
		height:20px;
	}
	.es-box > div:nth-child(1) {
		font-size: 40px;
	}
	.es-box > div:nth-child(2) {
		font-size: 16px;
		line-height: 20px;
	}
	.es-box--benefits {
		min-height: 200px;
	}
	.es-box--benefits-3 {
		background-size: contain;
	}.es-box--benefits-3:before {
		top: 14px;
		right: 24%;
	}
	.es-box--services {
		min-height: 210px;
	}
	.es-box--rowbenefits img {
		width:60px;
	}
	.es-box.es-box--rowbenefits > *:nth-child(2) {
		font-size: 20px;
		line-height: 24px;
	}
	.scheme-imgs {
		width: 100%;
		aspect-ratio: 9 / 10;
	}
	.steps-txt {
		min-height: 90px;
	}
	.order-promo-car {
		width: 100%;
        aspect-ratio: 9 / 13;
	}
	.order-promo-car:before {
		width: 96%;
		aspect-ratio: 16 / 12;
		background-position-y: bottom;
		bottom: -50px;
	}
	.last-light-section {
		border-bottom-right-radius: 28px;
		border-bottom-left-radius: 28px;
	}
	.mob-scroll-block {
		overflow-x: scroll;
        flex-wrap: nowrap;
		padding-bottom: 30px;
		margin-left: -12px;
        margin-right: -12px;
        padding-left: 5px;
        padding-right: 5px;
	}
	.mob-scroll-block.hide-scrollbar::-webkit-scrollbar {
		display: none;
	}
	.mob-scroll-block > div {
		max-width:80vw;
	}
	#promo .mob-scroll-block > div.swiper-slide {
		height: 280px;
	}
	.es-box.es-box--socials > *:nth-child(2) {
        font-size: 24px;
        line-height: 28px;
    }
	.es-box--socials svg {
		width: 80px;
		height: 80px;
		margin-top: -55px;
	}
	.es-box--socials svg.ytsvg {
		margin-top: -50px;
	}
	.f-logo {
		width: auto;
		height: 100px;
	}
	.youtube-items img {
		border-radius:12px;
	}
	.promo-box.promo-box--first .promo-box--title {
		font-size: 20px;
		line-height: 24px;
	}
	.promo-box.promo-box--first .promo-box--subtitle {
		font-size: 16px;
		line-height: 20px;
	}
	.promo-box.promo-box--first {
		padding: 15px;
		height: 100%;
		min-height: 220px;
	}
	.es-btn.es-btn--white.m-lh-44 {
		line-height:44px;
	}
	.primo-big-descr-icon {
		height:20px;
	}
	.promo-box.promo-box--first .promo-box--descr {
		font-size: 12px;
		line-height: 16px;
	}
	.promo-box {
		border-radius: 20px;
	}
	.promo-box--ticket img {
		height: 68px;
	}
	.promo-box.promo-box--ticket {
		padding: 20px 15px 12px 15px;
		height: 280px;
		-webkit-mask: 
		radial-gradient(circle 14px at 0 76.2%, transparent 99%, #fff) left,
		radial-gradient(circle 14px at 100% 76.2%, transparent 99%, #fff) right;
		mask: radial-gradient(circle 14px at 0 76.2%, transparent 99%, #fff) left,
	radial-gradient(circle 14px at 100% 76.2%, transparent 99%, #fff) right;
	-webkit-mask-size: 76.2% 100%;
	mask-size: 76.2% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	}
	.promo-box .promo-box--subtitle {
		font-size: 12px;
		line-height: 16px;
	}
	.promo-box .promo-box--title {
		font-size: 16px;
		line-height: 20px;
	}
	.box-separate:before {
		top: -12px;
	}
	.promo-m-line {
		padding-left:15px;
		padding-right:15px;
	}
}
/* Laptop 768px-1400px [ */
@media (min-width: 992px) and (max-width: 1400px) {
	:root {
	    --bs-body-font-size: 18px;
	}
	.h1 {
		font-size: 42px;
		line-height: 50px;
	}
	header .h1 {
		font-size: 48px;
		line-height: 56px;
	}
	.es-box > div:nth-child(1) {
		font-size: 46px;
	}
	.es-box > div:nth-child(2) {
		font-size: 18px;
		line-height: 22px;
	}
	.promo-box.promo-box--first .promo-box--title {
		font-size: 34px;
		line-height: 38px;
	}
	.promo-box.promo-box--first .promo-box--subtitle {
		font-size: 22px;
		line-height: 26px;
	}
	.promo-box .promo-box--title {
		font-size: 22px;
		line-height: 26px;
	}
}
@media (min-width: 992px) and (max-width: 1250px) {
	:root {
		--bs-nav-link-font-size: 12px;
	}
	.navbar-nav {
		--bs-navbar-nav-link-padding-x: 8px;
	}
	header .h1 {
        font-size: 42px;
        line-height: 52px;
    }
	.es-box--services {
		background-size: 78%;
	}
	.promo-box {
		padding: 40px 22px 20px 22px;
	}
	.SwiperPromo .swiper-slide {

	}
	
}
@media (min-width: 992px) and (max-width: 1120px) {
	:root {
        --bs-body-font-size: 16px;
    }
	.es-box > div:nth-child(1) {
        font-size: 40px;
    }
	.navbar-nav .nav-item {
		display: flex;
        align-items: center;
        text-align: center;
	}
}




/*SCALE FIX [ */
/* Ноутбуки (1024px – 1366px) */
@media (min-width: 1024px) and (max-width: 1366px) {
    section > .container  {
        transform: scale(0.85); /* Уменьшаем до 90% */
        transform-origin: top center; /* Масштабирование от верхнего центра */
        width: 100%;
        margin: 0 auto;
    }
}

/* Для страховки: отключаем transform на очень маленьких экранах */
@media (max-width: 1023px) {
    section > .container  {
        transform: none !important;
    }
}
/* ] SCALE FIX */