/* MOBILE [ */
@media (max-width: 720px) {
	.modal-backdrop.show {
		z-index: 999;
	}
	.top-nav {
		display:none;
	}
	.m-br, .d-mob {
		display:block;
	}
	.d-mob-flex {
		display:flex;
	}
	.d-desc {
		display:none;
	}
	.w-m-100 {
		width:100% !important;
	}
	.pe-20 {
		padding-right: inherit !important;
	}
	.m-h3 {
		font-family:var(--font-medium);
		font-size:24px;
		line-height:28px;
	}
	.txt-m-lh-1 {
		line-height:1;
	}
	.txt-m-lh-16 {
		line-height:16px;
	}
	
	.txt-center-m {
		text-align:center;
	}
	.b-box-mob {
		border: 1px solid var(--bs-gray-400);
		border-radius: 16px;
		transition: all 0.15s ease-in-out;
		background: var(--bs-gray-900);
		
		margin-right: calc(var(--bs-gutter-x)* 0.5);
		margin-left: calc(var(--bs-gutter-x)* 0.5);
		width: -webkit-fill-available;
	}
	.nav-addr_b-box {
		background: var(--bs-gray-400);
		border-radius: 12px;
	}
	.b-box-mob-none {
		border: none;
        background: transparent;
        border-radius: 0;
	}
	.h1 {
		font-size: 24px;
		line-height: 32px;
	}
	.speedbar {
		font-size: 14px;
	}
	.h-m-auto {
		height:auto !important;
	}
	
/*nav [ */
	.navbar {
		border-top: 0;
		z-index: 100;
	}
	.navbar .container {
		padding:0;
	}
	.navbar-collapse {
		border-top: 1px solid var(--bs-gray-400);
	}
	.navbar-logo img {
		height: 24px;
		width:auto;
	}
	.navbar-logo div:nth-child(2):before {
		width: 1px;
	}
	.navbar-logo {
		font-size: 10px;
		line-height: 13px;
		padding-left: calc(var(--bs-gutter-x) * 0.5);
	}
	.navbar-toggler {
		position: relative;
        border-radius: 0;
        border: 0;
		padding: 0;
		width: 80px;
        height: 58px;
        right: 0;
	}
	.navbar-toggler:before {
	    position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background: var(--bs-gray-400);
	}
	
	.hamburger-icon {
		display:block;
		position: relative;
		width: 22px;
        height: 14px;
		left: calc(50% - 11px);
		top: calc(50% - 7px);
		z-index: 1000;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}

	.icon-1, .icon-2, .icon-3 {
	  position: absolute;
	  left: calc(50% - 11px);
	  top: 50%;
	  width: 22px;
	  height: 2px;
	  background-color: #fff;
	  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
	}
	.icon-2 {
		width:22px;
		top: calc(50% - 1px);
	}
	.icon-1 {
	  transform: translateY(-7px);
	  animation-delay: 100ms;
	}

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

	.icon-1.a {
	  transform: rotate(45deg);
	}

	.icon-3.b {
	  transform: rotate(-45deg);
	}

	.icon-2.c {
	  opacity: 0;
	}
	.clear {
	  clear: both;
	}
	.navbar-nav {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		/*grid-template-rows: repeat(6, 1fr);*/
	}
	.m-nav-item-1 {
		grid-area: 1 / 1 / 2 / 2;
		border-bottom: 1px solid var(--bs-gray-400);
	}
	.m-nav-item-2 {
		grid-area: 1 / 2 / 2 / 3;
		border-bottom: 1px solid var(--bs-gray-400);
	}
	.m-nav-item-3 {
		grid-area: 1 / 3 / 2 / 4;
		border-bottom: 1px solid var(--bs-gray-400);
	}
	.m-nav-item-6 { grid-area: 2 / 1 / 3 / 4; }
	.m-nav-item-7 { grid-area: 3 / 1 / 3 / 4; }
	.m-nav-item-10 { grid-area: 4 / 1 / 5 / 4; }
	.m-nav-item-12 { grid-area: 5 / 1 / 6 / 4; }
	.m-nav-item-14 { grid-area: 6 / 1 / 7 / 4; }
	.m-nav-item-15 { grid-area: 7 / 1 / 8 / 4; }
	.m-nav-item-3, .m-nav-item-6, .m-nav-item-7, .m-nav-item-10, .m-nav-item-12, .m-nav-item-14, .m-nav-item-15 {
		border-right: 0 !important;
	}
	.m-nav-item-6 > a, .m-nav-item-7 > a, .m-nav-item-10 > a, .m-nav-item-12 > a, .m-nav-item-14 > a {
		padding: 0 13px;
	}
	.navbar-nav .nav-item {
		position:relative;
	}
	.navbar-nav li:first-child {
		border-left: 0;
	}
	.navbar-nav .dropdown-menu {
		width: 100vw;
		top: 66px;
		position: absolute;
		left: -1px;
		right: unset;
		transform: none;
		background: #000;
		border-bottom-left-radius: 50px;
		border-bottom-right-radius: 50px;
	}
	.nav-item_banner {
		height: 230px;
		border-radius: 12px;
	}
	.nav-item_banner-txt {
		height:unset;
		padding:0;
	}
	.nav-item_banner-txt .nav-item_banner__title {
		font-size: 12px;
		line-height:50px;
	}
	.nav-item_banner .nav-item_banner_arrow {
		display:none;
	}
	.nav-item_banner-txt .nav-item_banner_arrow {
		background: transparent;
		border:0;
		display:block;
	}
	.nav-item_banner-txt .nav-item_banner_arrow:before {
		position: absolute;
		content: '';
		right: calc(50% - 12px);
		top: calc(50% - 12px);
		width: 24px;
		height: 24px;
		background: url(../img/i-nav-item_banner-txt_arrow.svg) no-repeat;
	}
	.nav-item_banner-txt:hover .nav-item_banner_arrow {
		background: transparent;
		border:0;
	}
	.nav-item_banner:not(.nav-item_banner-txt) {
		display: grid;
	}
	.nav-item_banner:not(.nav-item_banner-txt) .nav-item_banner__title {
		width: 100%;
		text-align:center;
		font-size: 14px;
		line-height: 40px;
		text-transform: uppercase;
		border: 1px solid var(--bs-red);
		border-radius: 12px;
		padding: 0 24px;
		color:var(--bs-red);
		margin-top:auto;
	}
	.nav-item_banner:before {
		top:unset;
		bottom:0;
		background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgb(0, 0, 0) 100%);
		z-index: 0;
	}
	.nav-item_banner:not(.nav-item_banner-txt):hover .nav-item_banner__title {
		color:#fff;
		background:var(--bs-red);
	}
	.m-nav-overlay {
		display:block;
		position: fixed;
		background: #000;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		z-index:-99;
		opacity:0;
	}
	.m-nav-overlay.active {
		opacity: 0.5;
		z-index: 99;
	}
	.navbar-nav .dropdown-menu .dropdown-menu-body {
		margin-right: 5px;
		margin-left: 5px;
	}
	.nav-dropdown .nav-link:after {
		position: absolute;
		content: '';
		right: 33px;
		top: calc(50% - 4px);
		width: 14px;
		height: 8px;
		background: url(../img/top-nav_dropdown-toggle_m.svg) no-repeat;
		background-size: contain;
		transition: all 0.15s ease-in-out;
	}
	.nav-dropdown .nav-link:hover:after {
		background: url(../img/top-nav_dropdown-toggle_m-b.svg) no-repeat;
	}
	.nav-dropdown .nav-link.show:after {
		background: url(../img/top-nav_dropdown-toggle_m-b.svg) no-repeat;
		transform:rotate(-180deg);
	}
	.nav-dropdown.m-nav-item-1 .nav-link:after {
		opacity:0;
		right: calc(50% - 7px);
		top: calc(50% + 10px);
	}
	.nav-dropdown.m-nav-item-1 .nav-link.show:after {
		opacity:1;
		transform: none;
	}
	a.nav-item_about-link {
		position: relative;
		font-family:var(--font-medium);
		font-size:12px;
		line-height:50px;
		background:var(--bs-gray-400);
		border-radius:12px;
		padding-left: 13px;
	}
	a.nav-item_about-link:after {
		position: absolute;
		content: '';
		right: 15px;
		top: calc(50% - 12px);
		width: 24px;
		height: 24px;
		background: url(../img/i-nav-item_banner-txt_arrow.svg) no-repeat;
		transition: all 0.15s ease-in-out;
	}
	a.nav-item_about-link:hover:after {
		right: 10px;
	}
	a.nav-item_about-link__socials {
		height:50px;
	}
	.nav-item_banner__about___title {
		color: #fff !important;
        background: var(--bs-red);
	}
	.dropdown-menu_contacts a {
		font-size: 16px;
	}
	.navbar-nav .nav-item.nav_useful-information, .navbar-nav .nav-item.nav_useful-information a {
		background: var(--bs-gray-900);
		color: #fff;
	}
	.nav-item.nav_useful-information .nav-link:after {
		position: absolute;
		content: '';
		right: 33px;
		top: calc(50% - 4px);
		width: 14px;
		height: 8px;
		background: url(../img/top-nav_dropdown-toggle_m.svg) no-repeat;
		background-size: contain;
		transition: all 0.15s ease-in-out;
	}
	.navbar-nav li.nav_useful-information__body:hover {
		background: var(--bs-gray-900);
		color: #fff;
	}
	.navbar-nav li.nav_useful-information__body:hover a {
		color:var(--bs-gray-500);
	}
	.nav_useful-information__body {
		background: var(--bs-gray-900);
		border-top: 1px solid var(--bs-gray-400);
		text-align:center;
	}
	.nav_useful-information__body a {
		position:relative;
		display:block;
		color:var(--bs-gray-500);
		line-height:50px;
		border-bottom: 1px solid var(--bs-gray-400);
	}
	.navbar-nav li.nav_useful-information__body a:hover {
		color:#fff;
	}
	.nav_useful-information__body .brdr-right {
		border-right: 1px solid var(--bs-gray-400);
	}
	.m-nav_links__phone img, .m-nav_links__city img {
		margin-right:4px;
	}
	.m-nav_links__phone, .m-nav_links__city {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
/* ] nav */	
	
	
	.page-header_main .h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.page-header_main {
		height: 670px;
		padding: 5px;
		background: none;
		position:relative;
		overflow: hidden;
	}
	.page-header_main > * {
		z-index:99;
	}
	.head-lead {
		font-size: 16px;
		line-height: 1;
	}
	.page-header_main:before {
		position: absolute;
        content: '';
        width: 100%;
        height: 320px;
        bottom: 0;
        right: 0;
        background: url(../img/main-header_bg_m.webp) no-repeat;
        background-size: cover;
		background-position: center;
        z-index: 0;
	}
	.country_block__title {
		font-size: 20px;
	}
	.country_block__title, .country_block__descr {
		text-align:left;
	}
	.country_block {
		padding-top: 20px;
		height: 420px;
		background-position-x: center;
		background-position-y: 120%;
	}
	.country_block:before {
		height: 160px;
		background: linear-gradient(180.00deg, rgb(0, 0, 0) 25%,rgba(0, 0, 0, 0) 100%);
	}
	.country_block:after {
		height: 100px;
		background: linear-gradient(0deg, rgb(0, 0, 0) 42.593%,rgba(0, 0, 0, 0) 100%);
	}
	.country_block__descr {
		font-size: 14px;
		line-height: 18px;
	}
	.country_block__btns {
		display: block;
	}
	.country_block__btns .sat-btn {
		width:100%;
	}
	.vfilter-item_body-scroll {
		max-height: 270px;
	}
	
	
	.how-we-work_left-block {
		height: 150px;
	}
	.how-we-work_left-block_section {
		padding: 13px;
		column-gap: 13px;
	}
	.how-we-work_left-block_section__title {
		font-size: 16px;
		line-height: 24px;
	}
	.how-we-work_left-block_section__descr {
		font-size: 14px;
	}
	.how-we-work_left-block_section img {
		width: 50px;
		height: 50px;
		margin-bottom: auto;
	}
	
	.how-we-work_left-block:before, .how-we-work_left-block:after {
		width: 100%;
		height: 7px;
		left: 0;
        right: 0;
	}
	.how-we-work_left-block:before {
		top:13px;
	}
	.how-we-work_left-block:after {
		top:unset;
		bottom:13px;
	}
	.how-we-work_left-block_section-last {
		display: block;
		padding-bottom: 50px !important;
	}
	.how-we-work_left-block_section-last .imgblank {
		display:none;
	}
	.how-we-work_left-block__flag, .how-we-work_right-block_flag {
		background-image: url(../img/how-we-work_flag_m.webp);
		width:243px;
		height:248px;
	}
	.how-we-work_right-block_flag {
		top: unset;
        bottom: -190px;
        left: -100px;
	}
	.how-we-work_left-block__flag {
		top: -75px;
        bottom: unset;
        left: -100px;
	}
	.how-we-work_left-block {
		background-image: url(../img/how-we-work_car_rsz_m.webp);
		background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: right;
        background-size: contain;
	}
	.mailing-list_form-body {
		display: block;
	}
	.advantages-block_title {
		font-size: 16px;
		margin-top: 15px;
	}
	.advantages-block img.advantages-img-first, .advantages-block img {
		height:50px;
	}
	.subscribe-channel-block_title {
		font-size: 20px;
		margin-bottom: 80px;
	}
	.subscribe-channel-block_subtitle {
		font-size: 16px;
	}
	.subscribe-channel-block_subtitle__decrd {
		font-size: 14px;
	}
	.subscribe-channel-block_subtitle__decrd img {
		height: 18px;
        width: 2px;
	}
	.subscribe-channel-block > div > img {
		height: 50px;
		width: auto;
	}
	.subscribe-channel-block_laptop {
		background-position: center;
		width: 100%;
		height: 100%;
		top: 90px;
		left: 0;
	}
	.subscribe-channel-block_overlay {
		bottom: -90px;
	}
	.video-review-block img {
		height: 230px;
	}
	.car-item-img img, .cars-catlist-item .car-item-img img {
		height: 250px;
	}
	.video-review-block_title:before {
		width: 50px;
		height: 50px;
	}
	.video-review-block_title {
		padding-left: 60px;
	}
	.swiper-container_clientreviews .swiper-slide {
		width: calc(90% - 1.5rem);
		margin-left: 15px;
	}
	.clientreview-block_title {
		flex-wrap: wrap;
	}
	.clientreview_rating {
		margin-top: 14px;
	}
	.swiper-tabs-nav {
		display:none;
	}
	.swiper-tabs-nav {
		display:none;
	}
	.swiper-tabs-nav.d-mob {
		display:flex;
		flex-wrap: wrap;
		row-gap:12px;
	}
	.swiper-tab-navlink {
		width: fit-content;
		padding:0 12px;
		line-height: 38px;
		margin-bottom: 5px;
	}
	.clientreview-block_title {
		font-size: 14px;
	}
	.clientreview-block_body__title {
		margin-top: 12px;
	}
	.news-preview_full__title {
		font-size: 18px;
		line-height: 24px;
	}
	.calc-form_info {
		height: 350px;
		background-size: 140%;
	}
	.page-header_full .calc-form_info {
		height: 350px;
	}
	.calc-form_info:before {
		background: linear-gradient(180.00deg, rgb(0, 0, 0) 61.623%,rgba(0, 0, 0, 0) 113.25%);
	}
	.calc-form {
		text-align:left;
	}
	.f-logo {
		width: 33%;
	}
	.page-header .calc-form_info__title {
		font-size: 26px;
		line-height:32px;
	}
	.page-header .calc-form_info__descr {
		font-size: 16px;
		line-height: 20px;
	}
	.page-header .calc-form_info:before {
		height: 200px;
		background: linear-gradient(180.00deg, rgb(0, 0, 0) 61.623%,rgba(0, 0, 0, 0) 95.85%);
	}
	.page-header.page-header_raspil .calc-form_info:before {
		height: 110px;
		background: linear-gradient(180.00deg, rgb(0, 0, 0) 39.735%,rgba(0, 0, 0, 0) 95.85%);
	}
	.calc-form .privacy-txt {
		text-align: center;
	}
	.car-search_brands {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 0.5em;
		row-gap: 0.5em;
	}
	.car-search_brands > * {
		font-size: 8px;
		border-radius: 8px;
		padding: 10px;
	}
	.car-search_brands > * svg {
		margin-bottom: 10px;
		max-height: 38px;
		max-width: 80px;
	}
	.car-search_budget, .car-search_model {
		display: flex;
		gap: 0.5em;
		flex-wrap: wrap;
	}
	.car-search_model > * {
		display: block;
		white-space: nowrap;
		color: var(--bs-gray-500);
		width: fit-content;
		font-size: 16px;
		line-height: 42px;
		border: 1px solid var(--bs-gray-400);
		border-radius: 10px;
		background: var(--bs-gray-900);
		text-align: center;
		padding: 0 15px;
		transition: all 0.15s ease-in-out;
	}
	.price-info {
		text-align: start;
	}
	.car-item-body_title-txt div:first-child {
		line-height: 24px;
		margin-bottom: 5px;
	}
	.car-item-body_title-body {
		align-items: start;
	}
	.characteristics-block {
		grid-template-columns: repeat(1, 1fr);
	}
	.cars-catlist_order {
		text-align: start;
		display: block;
		height: auto;
		border-top: 1px solid var(--bs-gray-400);
		margin-top: 20px;
		padding-top: 20px;
	}
	.cars-catlist_order .start-price {
		display: flex;
		align-items: center;
		line-height: 1;
		margin-bottom: 20px;
	}
	.cars-catlist_order .start-price span {
		margin-bottom: 0;
	}
	.cars-catlist_order .start-price > *:last-child {
		margin-left:auto;
	}
	.cars-catlist_order__btns {
		margin-left:0;
	}
	.cars-catlist_order__btns .sat-btn {
		flex-basis: calc(100% - 42px);
		margin-right: 10px;
		padding: 0;
	}
	.pagination > * {
		line-height: 36px;
		width: 36px;
	}
	.footer-contacts a {
		font-size: 16px;
	}
	.f-carousel .f-carousel__slide img {
		height: 250px;
		border-radius: 12px;
	}
	.characteristics-line {
		display: block;
	}
	.car-fullstory_prices .characteristics-line div:first-child {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.sat-tooltip {
		width: 14px;
		height: 14px;
	}
	.car-fullstory_info-title {
		font-size: 18px;
		line-height: 22px;
	}
	.credit-bg {
		height: 250px;
		background-position-y: 170%;
	}
	.production-date {
		display: block;
	}
	.production-date-btn {
		width: 100%;
		font-family: var(--font-medium);
		font-size: 14px;
		text-align:center;
	}
	.production-date-btn svg {
		margin-right:10px;
	}
	.car_other-configurations {
		overflow-x: scroll;
		white-space: nowrap;
		padding-bottom: 14px;
	}
	.car_other-configurations::-webkit-scrollbar {
	  height: 4px;
	}
	.car_other-configurations::-webkit-scrollbar-track {
	  background: transparent; 
	}
	.car_other-configurations::-webkit-scrollbar-thumb {
	  background: var(--bs-gray-300);
	  border-radius:3px;
	  transition: all 0.15s ease-in-out;
	  cursor:pointer;
	}
	.car_other-configurations::-webkit-scrollbar-thumb:hover {
	  background: #fff; 
	}
	.car_other-configurations:hover::-webkit-scrollbar-thumb {
	  background: var(--bs-gray-600); 
	}
	.car_other-configurations > div {
		grid-template-columns: repeat(8, 130px);
		column-gap: 10px;
		width: fit-content;
	}
	.auction-sheet_info {
		height: 550px;
	}
	.auction-sheet_info li {
		display: flex;
		align-items: baseline;
	}
	.auction-sheet_info span:first-child {
		flex-shrink: 0;
		flex-basis: 37px;
	}
	.auction-sheet_info span:last-child {
		line-height: 22px;
	}
	.auction-sheet_info::-webkit-scrollbar {
		width: 4px;
	}
	.auction-sheet .sat-btn.sat-btn_big {
		line-height: 20px;
		padding: 10px;
	}
	ol.faq-accordion {
		list-style-position: outside;
	}
	.faq-accordion .accordion-button, ol.faq-accordion li::marker {
		font-size: 16px;
		line-height: 20px;
	}
	.faq-accordion .accordion-item {
		margin-left: 1rem;
		padding-right: 30px;
	}
	.faq-accordion .accordion-collapse {
		margin-left: -1rem;
	}
	.faq-accordion .accordion-body {
		line-height: 22px;
	}
	.sticky-block.sticky {
		position: relative;
		top:0;
	}
	.car-fullstory_info-head .car-fullstory_info-title {
		font-size: 22px;
        line-height: 26px;
	}
	.car-fullstory_info-title-descr span:last-child {
		display:block;
	}
	.car-fullstory_img .f-carousel__nav {
		display:none;
	}
	.car-fullstory_img .f-thumbs__slide__img {
		border-radius:12px;
	}
	.f-carousel__thumbs.is-classic {
		margin-left: 0;
		margin-right: 0;
	}
	#CarImgsCarousel .f-carousel__slide {
		display: block;
	}
	.f-thumbs__slide__button {
		width: 100%;
	}
	.f-carousel__thumbs {
		--f-thumb-width: 28%;
		--f-thumb-height: 68px;
	}
	.modal-title {
		line-height: 22px;
	}
	.btn-modal-close {
		right: 0;
	}
	.nav_useful-information__body .m-nav_links__phone, .nav_useful-information__body .m-nav_links__city {
		border-bottom:0;
	}
	.itogo-instock {
		font-size: 26px;
	}
	.itogo.itogo-instock .i-rub {
		width: 25px;
		height: 20px;
	}
	.constructor_bg {
		height: 460px;
	}
	.customs-clearance-steps_left {
		height: 460px;
	}
	.customs-clearance-steps_left-img2 {
		left: -20%;
		bottom: -250px;
	}
	.customs-clearance-steps_left-img3 {
		width: 120px;
		height: 120px;
	}
	.customs-clearance-steps_left-img4 {
		width: 60px;
		height: 60px;
		right: 7%;
		top: 30%;
	}
	.customs-clearance-steps_right .how-we-work_left-block_section {
		display: block;
	}
	.customs-clearance-steps_right .how-we-work_left-block_section img {
		margin-bottom: 1rem !important;
	}
	.customs-clearance-costs_left {
		height: 490px;
	}
	.customs-clearance-costs_left-img3 {
		width: 200px;
		height: 200px;
		right: -50px;
		top: -10px;
	}
	.customs-clearance-costs_left-img2 {
		bottom: -230px;
	}
	.customs-clearance-costs_left-img1 {
		background-size: cover;
	}
	.page-header.page-header_credit .calc-form_info:before {
        height: 110px;
	}
	.credit-steps-txt {
		font-size: inherit;
	}
	.page-header.page-header_about .calc-form_info {
		height: 630px;
		background: url(../img/about_header_m.webp) no-repeat;
		background-size: contain;
		background-position-x: right;
		background-position-y: bottom;
	}
	
	.page-header.page-header_about .calc-form_info__title {
        font-size: 24px;
        line-height: 32px;
    }
	.page-header.page-header_about .calc-form_info:before {
		display:block;
		height: 410px;
		background: linear-gradient(180.00deg, rgba(243, 239, 236, 1) 61.623%, rgba(244, 240, 237, 0) 95.85%);
	}
	.page-header.page-header_about .calc-form_info > div:last-child {
		font-size:16px;
		line-height:20px;
	}
	.about-promo {
		display: block;
		height: auto;
	}
	.about-promo > div:first-child {
		font-size: 16px;
		margin-bottom:10px;
	}
	.about-baseblock {
		height: 330px;
		background-size: contain;
		background-position-x: center;
	}
	.about-baseblock > div:first-child {
		font-size: 24px;
		line-height:32px;
	}
	.about-baseblock > div:last-child {
		font-size: 16px;
		line-height: 26px;
	}
	.about-bgimg_1 {
		background-position-y: 50%;
		height: 350px;
	}
	.about-bgimg_2 {
		padding-top: 250px !important;
	}
	.about-bg_process {
		height: auto;
	}
	.about-bgimg_4__col, .about-bgimg_5__col {
		width: 100%;
	}
	.about-bgimg_4 {
		height: 360px;
	}
	.about-bgimg_5 {
		height:200px !important;
	}
	.about-bgimg_6 {
		height: 410px;
	}
	.about-bgimg_7 {
		height: 460px;
	}
	.about-r7-block {
		height: 140px;
	}
	.about-bgimg_8 {
		height: 540px !important;
	}
	.about-bgimg_10 {
		height: 360px;
	}
	.about-bgimg_11 {
		height: 190px;
	}
	.history-slide-img {
		height: 330px;
	}
	.SwiperHistory-nav .swiper-nav-block, .SwiperTeam-nav .swiper-nav-block {
		width: 100%;
	}
	.team-slide-img {
		height: 600px;
	}
	.firm-details > div {
		display: block;
	}
	.mab-box {
		height: 400px;
	}
	.map-city-choice {
		width: calc(100% - 20px);
		text-align: center;
		display: flex;
	}
	.map-city-choice > div {
		flex-grow: 1;
		flex-basis: 0;
	}
	.contacts-block_btns  {
		grid-template-rows: repeat(2, 1fr);
		 grid-template-columns: 50% 50%;
		grid-auto-flow: row;
		gap: 8px;
	}
	.contacts-pin:before {
		display:none !important;
	}
	
	.contacts-block_btns .sat-btn {
		width: 100%;
		grid-column: span 2;
	}
	
	.contacts-block_btns .wa-btn, .contacts-block_btns .contacts-pin {
		width: 100%;
	}
	.socials-block_yt, .socials-block_tg, .socials-block_insta {
		height:310px;
	}
	.socials-block_yt:after {
		height: 100%;
		bottom: -30%;
	}
	.socials-block_tg:after, .socials-block_insta:after {
		height: 80%;
		bottom: -10%;
	}
	.tafifs_header, .tafifs_body__line {
		grid-template-columns: 160px 1fr 1fr 1fr 1fr 1fr 1fr;
		width: fit-content;
	}
	.tafifs_body {
		height: auto;
		overflow-y: unset;
		padding-bottom: 13px;
	}
	.tafifs-container {
		overflow-x:scroll
	}
	.tafifs-container::-webkit-scrollbar {
	  height: 4px;
	}
	.tafifs-container::-webkit-scrollbar-track {
	  background: transparent; 
	}
	.tafifs-container::-webkit-scrollbar-thumb {
	  background: var(--bs-gray-300);
	  border-radius:3px;
	  transition: all 0.15s ease-in-out;
	  cursor:pointer;
	}
	.tafifs-container::-webkit-scrollbar-thumb:hover {
	  background: #fff; 
	}
	.tafifs-container:hover::-webkit-scrollbar-thumb {
	  background: var(--bs-gray-600); 
	}
	.r-gradient {position:relative;overflow:hidden;}
	.r-gradient:after {
		position:absolute;
		content:'';
		width:30px;
		height:100%;
		top:0;
		right:0;
		background: linear-gradient(-90.00deg, rgba(0, 0, 0, 0.8) 3%,rgba(0, 0, 0, 0) 85.85%);
	}
	.tafifs_header > div, .tafifs_body__line > div {
		min-width: 120px;
	}
	.reviews-container .clientreview-block_title .clientreview_rating {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	.blog-fullstory .btn-back {
		position:relative;
	}
	.blog-txt-body img {
		height: 330px;
	}
	.blog-fullstory {
		font-weight: 300;
	}
	.blog-table-container {
		overflow-x: scroll;
	}
	.blog-txt-body table {
		width: max-content;
		padding: 1rem;
	}
	.blog-txt-body table td, .blog-txt-body table th {
		padding: 16px 16px;
	}
	.SwiperRelatedVideos .video-review-block img {
		height: 230px;
	}
	.page-header.page-header_vacancies .calc-form_info:before {
        display: block;
        height: 320px;
        background: linear-gradient(180.00deg, rgba(243, 239, 236, 1) 61.623%, rgba(244, 240, 237, 0) 95.85%);
    }
	.vacancies-hashtags > .hashtag {
		display:inline-block !important;
		margin-bottom:0.5rem;
	}
	.privacy .b-box-plain {
		padding: 1rem !important;
	}
	.privacy .h1 {
		font-size: 18px;
	}
	.calc-result > div {
		grid-template-columns: 230px 130px 130px 130px;
		width: fit-content;
	}
	 .calc-result {
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 14px;
    }
	.calc-result::-webkit-scrollbar {
	  height: 4px;
	}
	.calc-result::-webkit-scrollbar-track {
	  background: transparent; 
	}
	.calc-result::-webkit-scrollbar-thumb {
	  background: var(--bs-gray-300);
	  border-radius:3px;
	  transition: all 0.15s ease-in-out;
	  cursor:pointer;
	}
	.calc-result::-webkit-scrollbar-thumb:hover {
	  background: #fff; 
	}
	.calc-result:hover::-webkit-scrollbar-thumb {
	  background: var(--bs-gray-600); 
	}
	.calc-result.calc-result_itogo {
		padding-bottom:0;
	}
	.calc-result_itogo .calc-result__body-line {
		display:flex;
		width: 100%;
		overflow: unset;
	}
	.page-404 {
		height:auto;
	}
	.btm-brdr_desc {
		border-bottom:0;
	}
	.promotion-item {
		height: 560px;
	}
	.promotion-item:before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		bottom: 0;
		left: 0;
		background: url(../img/promotion_bg-m.svg) no-repeat;
		background-size: cover;
		z-index: 0;
	}
	.promotion-item .sat-btn {
		width:100%;
	}
	.promotion-item_img {
		position: absolute;
		right: unset;
		top:unset;
		bottom: 0;
		max-height: 65%;
		width: auto;
		z-index: 1;
		left: 50%;
		  /* коррекция положения элемента */
		  transform: translate(-50%, 0);
	}
	.mix-container {
		grid-template-columns: repeat(1, 1fr);
	}
	.page-auction-sheet_info__line {
		display:block;
	}
	.page-auction-sheet_info__line div:last-child, .page-auction-sheet_info.grid-3-col .page-auction-sheet_info__line div:nth-child(2) {
		padding-right: 0% !important;
	}
	
	.page-auction-sheet_info__line div:first-child {
		position:relative;
	}
	.page-auction-sheet_info__line div:first-child:before, .page-auction-sheet_info__line div:first-child:after {
		display:block;
		position:relative;
		content:'Оценка';
		font-family: var(--bs-body-font-family);
		font-size: var(--bs-body-font-size);
		color:var(--bs-gray-500);
		margin-bottom: 8px;
	}
	.page-auction-sheet_info__line div:first-child:after {
		content:'Расшифровка';
		margin-top: 12px;
	}
	.page-auction-sheet_info.grid-3-col .page-auction-sheet_info__line div:first-child:after {
		content:'Экстерьер';
		margin-top: 12px;
	}
	.page-auction-sheet_info.grid-3-col .page-auction-sheet_info__line div:last-child:before {
		display:block;
		position:relative;
		font-family: var(--bs-body-font-family);
		font-size: var(--bs-body-font-size);
		color:var(--bs-gray-500);
		margin-bottom: 8px;
		content:'Интерьер';
		margin-top: 12px;
	}
	.social-box {
		height: 100px;
	}
	.car-item-body .characteristics-line {
		display: flex;
	}
	.auction-sheet_info li {
		padding: 6px 0;
	}
	.credit-cost {
		font-size: 24px;
	}
	.credit-cost span {
		font-size: 16px;
	}
	.modal-car-order .modal-head {
		right: 6px;
	}
	.modal-car-order .calc-form {
		padding-right: 0;
	}
}
/* ] MOBILE */

/* Laptop 1200px-1400px [ */

@media (min-width: 1200px) and (max-width: 1400px) {
	.nav-link {
		font-size: 12px;
		padding-right: 10px !important;
        padding-left: 10px !important;
	}
	.dropdown-menu_contacts a {
		font-size: 16px;
	}
	.h1 {
		font-size: 28px;
		line-height: 36px;
	}
	.h3 {
		font-size: 22px;
		line-height: 26px;
	}
	.h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.sat-btn {
		font-size: 12px;
	}
	.country_block__title {
		font-size: 22px;
	}
	.car-item-body_title {
		font-size: 14px;
	}
	.car-item-body_price {
		font-size: 16px;
	}
	.car-item-body_price .i-rub {
		height: 12px;
	}
	.why-us_block {
		height: 500px;
		padding: 15px;
	}
	.why-us_block__title {
		font-size: 13px;
		line-height: 20px;
	}
	.how-we-work_left-block_section__title {
		font-size: 16px;
	}
	.mailing-list_title {
		font-size: 12px;
		line-height: 20px;
	}
	.advantages-block {
		padding: 15px;
	}
	.advantages-block_title {
		font-size: 14px;
	}
	.video-review-block_title {
		font-size: 14px;
		line-height: 18px;
	}
	.subscribe-channel-block_title {
		font-size: 20px;
		line-height: 24px;
	}
	.subscribe-channel-block_subtitle {
		font-size: 16px;
	}
	.insta-item img {
		height: 460px;
	}
	.swiper-container_clientreviews .swiper-slide {
		width: calc(100% - 20px);
	}
	.swiper-tab-navlink {
		width: 200px;
		font-size: 12px;
	}
	.news-preview_full__title {
		font-size: 16px;
		line-height: 22px;
	}
	.news-preview-small_title {
		font-size: 18px;
		line-height: 22px;
	}
	.calc-form_info__title, .page-header .calc-form_info__title {
		font-size: 22px;
		line-height: 26px;
	}
	.page-header.page-header_full .calc-form_info__title {
		font-size: 32px;
		line-height: 40px;
	}
	.page-header_full .calc-form_info {
		height: 400px;
	}
	.calc-form_title {
		font-size: 13px;
		line-height: 17px;
	}
	.footer-contacts a {
		font-size: 16px;
	}
	.footer-nav label {
		font-size: 12px;
	}
	.page-header .calc-form_info__descr {
		font-size: 18px;
		line-height: 20px;
	}
	.car-search_budget, .car-search_model {
        flex-wrap: wrap;
	}	
	.car-item-body_title-txt div:first-child {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.cars-catlist-item .car-item-body_price {
		font-size: 22px;
	}
	.characteristics-block {
		font-size: 14px;
	}
	.cars-catlist-item .car-item-body .sat-btn {
		padding: 0 20px;
		width: calc(100% - 50px);
	}
	.car-item-img {
		height: 237px;
	}
	.history-slide-img {
		height: 350px;
	}
	.about-bgimg_11 {
		height: 550px;
	}
	.blog-txt-body img {
		height: 500px;
	}
	.promotion-item:before {
		width: 80%;
	}
	
}
/* ] Laptop 1200px-1400px */

/* Laptop 768px-1200px [ */
@media (min-width: 768px) and (max-width: 1200px) {
	.nav-link {
        font-size: 10px;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
	.navbar-logo {
		font-size: 10px;
		line-height: 12px;
	}
	.h1 {
        font-size: 24px;
        line-height: 32px;
    }
	.head-lead {
		font-size: 16px;
		line-height: 22px;
	}
	.sat-btn {
		font-size: 12px;
		padding: 0 14px;
	}
	.social-box {
		font-size: 12px;
		height: 100px;
	}
	.social-box_link {
		font-size: 11px;
	}
	.vfilter_head__title {
		font-size: 16px;
	}
	.car-item-body_title {
		font-size: 14px;
	}
	.car-item-body_price {
		font-size: 16px;
	}
	.car-item-img img {
		height: 200px;
	}
	.why-us_block {
		height: 500px;
		padding: 15px;
	}
	.mailing-list_title {
		font-size: 13px;
		line-height: 24px;
	}
	.advantages-block img, .advantages-block img.advantages-img-first {
		height: 60px;
	}
	.advantages-block_title {
		font-size: 14px;
	}
	.advantages-block_descr {
		font-size: 14px;
		line-height: 18px;
	}
	.video-review-block_title {
		font-size: 12px;
	}
	.how-we-work_left-block_section__title {
		font-size: 16px;
	}
	.how-we-work_left-block_section__descr {
		font-size: 14px;
		line-height: 18px;
	}
	.subscribe-channel-block_title {
		font-size: 16px;
		line-height: 20px;
	}
	.subscribe-channel-block_subtitle {
		font-size: 14px;
	}
	.subscribe-channel-block_subtitle__decrd {
		font-size: 13px;
	}
	.insta-item img {
		height: 420px;
	}
	.news-preview_full__title {
		font-size: 16px;
		line-height: 22px;
	}
	.news-preview-small_title {
		font-size: 16px;
		line-height: 20px;
	}
	.calc-form_info__title {
		font-size: 18px;
		line-height: 20px;
	}
	.calc-form_title {
		font-size: 12px;
	}
	.calc-form_info__descr {
		font-size: 14px;
		line-height: 18px;
	}
	.calc-form_info {
		background-size: cover;
	}
	.why-us_block__title {
		font-size: 12px;
		line-height: 18px;
	}
	.swiper-container_clientreviews .swiper-slide {
		width: calc(100% - 5.5rem);
	}
	.swiper-tab-navlink {
		font-size: 12px;
		width: fit-content;
		padding: 0 20px;
	}
	.nav-item_banner__title {
		font-size: 14px;
		line-height: 18px;
	}
	.dropdown-menu_contacts a {
		font-size: 14px;
	}
	.country_block__title {
		font-size: 20px;
	}
	.country_block {
		height: 450px;
	}
	.footer-contacts a {
		font-size: 14px;
	}
	.footer-nav ul li {
		font-size: 14px;
	}
	.car-search_budget, .car-search_model {
        flex-wrap: wrap;
	}
	.car-item-body_title-txt div:first-child {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.cars-catlist-item .car-item-body_price {
		font-size: 22px;
	}
	.characteristics-block {
		font-size: 14px;
	}
	.cars-catlist-item .car-item-body .sat-btn {
		padding: 0 10px;
		width: calc(100% - 50px);
		font-size: 10px;
	}
	.car-item-img {
		/*height: 237px;*/
	}
	.car-search_brands > * {
		padding: 10px;
	}
	.car-search_brands > * svg {
		margin-bottom: 16px;
		max-height: 44px;
		max-width: 70%;
	}
	.page-header_main {
		height: 400px;
	}
	.social-box {
		padding:10px;
	}
	.video-review-block img {
		height: 200px;
	}
	.insta-item_count {
		bottom: 12px;
	}
	.page-header_full .calc-form_info {
		height: 400px;
	}
	.credit-cost {
		font-size: 26px;
	}
	.credit-cost span {
		font-size: 18px;
	}
	.history-slide-img {
		height: 300px;
	}
	.about-bgimg_7 {
		height: calc(100% - 197px);
	}
	.firm-details {
		font-size: 14px;
	}
	.blog-txt-body img {
		height: 420px;
	}
	.promotion-item:before {
		width: 80%;
	}
}
/* ] Laptop 768px-1200px */