/**
 * Индивидуальные стили для сайта клиента, не для Теста. На Тесте остается пустым.
 */
 
.footer__wrap {
    padding-bottom: 30px;
}
 
@media screen and (min-width:1198px) {
    .navbar__right {
        width: calc(100% / 12 * 4 - 10px) !important;
    }
    .navbar__order {
        margin-left: 0px !important;
    }
    .navbar__center {
        width: calc(100% / 12 * 6 - 30px);
    }
} 
.msgs__max svg {
    width: 18px;
    height: 18px;
    fill: #8f3fff;
}
.f-contacts .msgs__max svg {
    fill: #8f3fff;
}
.dark .f-contacts .msgs__max svg {
    fill: #fff;
}
.navbar__row {
    justify-content: space-between;
}
.navbar__contacts {
    column-gap: 10px;
}
.msgs__max {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(174, 179, 179, .3);
    border-radius: 50%;
    transition: .3s linear;
}
.msgs__max:hover {
    border: 1px solid #8f3fff;
}
 
@media screen and (min-width:1198px) {
    .navbar__center {
        width: calc(100% / 12 * 6 - 80px)!important;
    }
}
@media (min-width: 481px) and (max-width: 560px){
    .navbar__center {
        width: calc(100% / 12 * 2 - 20px);
    }
    .navbar__right {
        width: calc(100% / 12 * 10 - 20px);
    }
}
@media screen and (min-width:1198px){
  .navbar__right {
      width: auto!important;
      flex-wrap: nowrap!important;
  }
}
.header--hfull .office__icon {
    border-color: rgba(174, 179, 179, .3);
}
.header--hfull .office__icon:hover {
    border-color: #55baec!important;
}
.header--hfull .office__icon svg,
.header--hfull .office__icon svg:hover {
    fill: #55baec!important;
}
.header--hfull .office:hover .office__icon {
    opacity: 1 !important;
}
 
/**
 * Другие
 */
.gallery__carousel img {
    object-position: center;
}

.scheme__step {
    background: var(--bg-box);
}

.scheme__icon {
    margin-bottom: 30px;
}

.team__item {
    border-color: var(--border);
}

.request__img {
    padding: 0;
}

.request__img img {
    object-fit: cover;
}

.card__info {
	height: auto;
}

.specifs__col span.external__link svg {
	width:15px;
	height:15px;
}

.dark .specifs__col span.external__link svg {
	fill: #EF2222;
}

.card-row__img img {
	mix-blend-mode: normal;
}

.dark .car-sets__section {
	background: #222;
}

.dark .card-moto, .dark .specifs,
.dark .specifs__item {
	/* background:#2E3138; */
}

.dark .price-breakdown--abs {
	background:#2E3138;
	border:1px solid var(--border);
}

.mobile-menu__btns .btn {
    width: auto;
}

@media screen and (max-width: 767px) {
	.brands.popular-brands {
		grid-template-columns: repeat(2, 1fr);
    	gap: 10px;
	}
}

@media screen and (max-width: 575px) {
	.box__wrap--main {
	    padding: 70px 5px;
	}
}


@media screen and (max-width: 767px) {
	.scheme__grid {
	    display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		align-content: stretch;
	}
	.scheme__area {
	    width:100%;
	}
}


.contract {
  display: grid;
  grid-template-columns: 700px 1fr;
  grid-template-rows: repeat(3, auto);
  row-gap: 30px;
}

@media screen and (max-width: 1199px) {
  .contract {
    grid-template-columns: 560px 1fr;
  }
}

@media screen and (max-width: 1023px) {
  .contract {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
}

.contract__col {
  grid-row-start: 1;
  grid-row-end: -1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 40px;
  width: 700px;
}
@media screen and (max-width: 1739px) {
  .contract__col {
    row-gap: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .contract__col {
    width: 560px;
  }
}
@media screen and (max-width: 1023px) {
  .contract__col {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .contract__col {
    row-gap: 30px;
  }
}

@media screen and (max-width: 1023px) {
	.contract__load {
	    border-radius: 0px;
	}
}

.form-group__double {
    height: 42px;
}

.form-group input {
    height: 42px;
}

.form-group__section input {
    height: 100%;
}

.dark .form-group__double {
    background: var(--bg-dark);
}

.select2-container--default .select2-selection--single {
    height: 42px;
}

.select2-container--default .select2-selection--multiple {
    height: 42px;
    min-height: 42px;
}

.form-group .form-group__double input {
    height: 100%;
}
.form-group__double .select2 {
    width: 50%;
    padding-left: 40px;
}

.form-group__double .select2 .selection {
    height: 100%;
}

.form-group__double .select2-container--default .select2-selection--single {
    height: 100% !important;
    border: none;
}

.filter .btn,
.filter .btn-border {
    height: 42px;
    padding: 0;
}

.filter {
    padding-bottom: 62px;
}

@media screen and (max-width: 1739px) {
	.form-group input {height: 36px;}
    .form-group__double,
    .select2-container--default .select2-selection--multiple,
    .filter .btn, .filter .btn-border {height: 36px;min-height: 36px;}
    .select2-container--default .select2-selection--single,
    .form-group input {height: 34px;min-height: 34px;}
    .form-group__double .select2 {padding-left: 32px;}
    .select2-container--default .select2-selection--single {padding: 0px 10px;}
}

@media screen and (max-width: 575px) {
    .filter .btn-holder {margin-bottom: 40px;}
}

/*
body a.callbackkiller {
	inset: auto 30px 268px auto  !important;
}

body .wrap_f8c5 {
	bottom:75px;
}

body .button_e61f {
	margin-bottom: 0 !important;
}
*/

.price-breakdown__price {
	text-align: left;
}

@media screen and (min-width: 1740px) {
	.price-breakdown__section {
		grid-template-columns: 1fr 250px;
	}
}

@media screen and (max-width: 1739px) {
	.price-breakdown__section {
		grid-template-columns: auto 150px;
	}
}

.dark .tooltip-info {
	fill: #fff;
}

.dark .maket_1 .logo img {
	/*filter: invert(1);*/
}

.tooltipster-sidetip .tooltipster-box {
	background:var(--bg-card);
	border: 1px solid #eeebde;
}



@media (max-width: 575px) {
	.social {height: auto;margin-bottom: 50px;}
	.social__row {
		flex-direction: column;
	}
	.social__left {
		padding: 0;
	}
	.social__right {
		max-width: 100%;
	}
	.social__link {
		max-width: 60px;
		margin-left: 0;
        border-radius: 10px !important;
	}

    .request__desc {
        padding: 25px 15px;
        flex-direction: row;
    }

    .request__grid {
    	display: block;
    }

    .request__grid .request__area {
    	display: none;
    }

    .request__grid .request__area:first-child {
    	display: block;
    }

    .request__text,
    .request__title {
    	width:100%;
    	padding:0;
    }

    .social__right {
    	padding:0 10px;
    }

}




/* fixed tables */

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	/* position */
    margin: 0;
    
    /* size */
	padding: 0;

	/* text */
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	}

.fht-table {
	/* appearance */
    border-collapse: collapse;
    border-spacing: 0;
	}

/* @end */

/* @group Content */



.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: hidden;
	
	/* position */
	position: relative;
	}

	.fht-table-wrapper .fht-fixed-body .fht-tbody,
	.fht-table-wrapper .fht-tbody {
		/* appearance */
	    overflow: auto;
		}

		.fht-table-wrapper .fht-table .fht-cell {
			/* appearance */
			overflow: hidden;
			
			/* size */
		    height: 1px;
			}
	
	.fht-table-wrapper .fht-fixed-column,
	.fht-table-wrapper .fht-fixed-body {
	    /* position */
	    top: 0;
	    left: 0;
	    position: absolute;
	    }
	    
	.fht-table-wrapper .fht-fixed-column {
	    /* position */
	    z-index: 1;
	    }



.fht-table-wrapper {
	min-height: 520px;
	max-width: 100%;
	margin-bottom: 64px;
}

@media (max-width: 576px) {
	.fht-table-wrapper {
		min-height: 400px;
	}
}

table.delivery-costs.fht-table th,
table.delivery-costs.fht-table td:first-child {
	background: var(--bg-box);
}

div.fht-table-wrapper table {
	margin-bottom: 0;
}

.fht-tbody {
	margin-top:4px !important;
}



@media (max-width: 767px) {
	.m-blog {
		width:100%;
	}
	.m-blog__row {
		flex-direction: column;
		padding:0;
		margin:0 0 30px 0;
	}
	.m-blog__row .preview {
		width:100%;
	}
	.request {
		width:100%;
	}
}



.catalog-list .card-row__price a.btn {
	line-height: 18px;
	padding: 10px 20px;
}

.car-card__wa svg {
	width:38px;
	fill:green;
}

.car-card__phone svg {
	width:28px;
	fill:var(--secondary);
}


/* SITE FONTS SIZES */


/* HEADER */
.city__select span,
.top-menu__link {
    font-size: 18px;
    line-height: 17px;
}

@media screen and (max-width: 1739px) {
    .city__select span,
    .top-menu .nav__dropdown-toggle,
    .top-menu__link,
    .nav__dropdown .menu__link, .nav__dropdown .top-menu__link {
        font-size: 16px;
        line-height: 18px;
    }
}

.menu__link,
.nav__dropdown-toggle {
    font-size: 18px;
    line-height: 20px;
}

@media screen and (max-width: 1739px) {
    .menu__link,
    .nav__dropdown-toggle {
        font-size: 16px;
        line-height: 18px;
    }
}

.office__text {
    font-size: 12px;
    line-height: 1.4;
}

.btn {
    font-size: 18px;
    line-height: 20px;
}

@media screen and (max-width: 1739px) {
    .btn {
        font-size: 16px;
        line-height: 28px;
    }
}
/* END HEADER */


/* FOOTER */
.office__tel {
    font-size: 18px;
}

@media screen and (max-width: 1739px) {
    .office__tel {
        font-size: 16px;
    }
}


.footerbar__text,
.f-menu__link,
.f-menu__title {
    font-size: 18px;
}

.f-menu {
	column-gap: 80px;
}

.footerbar__order {
    width: 170px;
}

@media screen and (max-width: 1739px) {
	.footerbar__text {
	    font-size: 16px;
	}

	.f-menu {
        column-gap: 30px;
    }

    .f-menu__link,
    .f-menu__title {
        font-size: 16px;
        line-height: 18px;
    }
}

/* CONTENT */

.article ul li,
.request__text,
.section__text,
.text p,
.article p,
.contract__text ul li {
    font-size: 18px;
}

@media screen and (max-width: 1739px) {
    .request__text,
    .article ul li,
    .section__text,
    .text p,
    .article p,
    .contract__text ul li {
        font-size: 16px;
    }
}

@media screen and (min-width: 1740px) {
	.contract {
	    grid-template-columns: 1fr auto;
	    grid-template-rows: repeat(3, auto);
	}
}

div.order_in_list {
	padding:10px 0 10px 0;
}

div.order_in_list a {
	font-size:12px;
	padding:6px 10px !important;
	width:152px;
}


div.price_in_card {
	margin-bottom: 12px;
}

div.buttons_in_card {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
	gap:20px;
}

@media (max-width: 767px) {
	div.buttons_in_card {
		padding:0 20px;
		margin:0 auto;
	}
}

@media (max-width: 575px) {
	div.buttons_in_card {
		display: none;
		justify-content: center;
	}
    .footerbar__btns {
        width: 100%;
        position: static;
        bottom: 90px;
        left: 0;
    }
    .footerbar__order {
        margin: 0 auto;
    }
}


div.buttons_in_card svg {
	width: 36px;
	height: 36px;
}

div.buttons_in_card a {
	display: inline-block;
	width:36px;
	height: 36px;
	line-height: 36px;
}

div.buttons_in_card a.car-card__phone svg {
	width: 28px;
	height: 28px;
	margin:4px 4px;
}

div.card-row {
	cursor: pointer;
}

.status {
	font-size: 14px;
}


@media screen and (max-width: 1199px) {
    .gnr-sets__section {
        overflow: hidden;
    }
}


.mobile-menu a.logo {
	width:120px;
}

.dark .menu-btn {
	background:  var(--bg-dark);
	color:#fff;
}

.dark .menu-btn__icon svg {
	stroke: #fff;
}

.dark .menu-btn span {
	color:#fff;
}


.dark .scheme__step {
	background: var(--bg-box);
}
.dark .preview__desc {
	background: var(--bg-box);
}
.dark .calc-toggle__btn {
	background: var(--primary);
	color: var(--secondary);
}
.dark .calc-toggle__btn.active, .dark .calc-toggle__btn:hover {
	background: var(--secondary);
	color: var(--primary);
}



#fb_auto_new :-moz-placeholder {
	color:#777;
}

#fb_auto_new ::-moz-placeholder {
	color:#777;
}

#fb_auto_new :-ms-input-placeholder {
	color:#777;
}

#fb_auto_new ::-ms-input-placeholder {
	color:#777;
}

#fb_auto_new ::-webkit-input-placeholder {
	color:#777;
}

#fb_auto_new ::placeholder {
	color:#777;
}







header.header .top .top__right .menu-btn,
header.header .navbar .navbar__center .t-social {
	display: none;
}

header.header div.favorite {
	margin-left:10px;
}

header.header div.favorite span {
	display: none;
}

header.header div.favorite .top-account__link {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(174, 179, 179, .3);
    border-radius: 50%;
    transition: .3s linear;
}

header.header div.favorite .top-account__link svg {
	opacity: .4;
}

header.header div.favorite .top-account__link:hover {
	border-color: var(--secondary);
}


header.header div.favorite .top-account__link:hover svg {
	opacity: 1;
}

header.header div.favorite .top-account__link.active {
	border: 1px solid rgba(239, 34, 34, 1);
}

header.header div.favorite .top-account__link.active svg {
	fill: var(--secondary);
    stroke: var(--secondary);
    opacity: 1;
}


@media (max-width: 480px) {


	

	header.header .top {
		position: fixed;
		z-index: 10;
		left:0;
		top:0;
		width:100%;
		background: #fff;
	}

	.dark header.header .top {
		background: var(--bg-dark);
	}

	header.header .top .top__wrap {
		padding:10px 0;
	}

	header.header .top .top__row {
		justify-content: space-between;
	}

	header.header .top .top__center {
		width:135px;
		order:0;
	}

	header.header .top .top__right {
		width:92px;
		order:1;
		position: relative;
	}

	header.header .top .top__right .menu-btn {
		position: relative;
		top:8px;
		right:0;
	}

	header.header .top .top__left {
		width:100%;
		order:2;
	}

	header.header .top .top__right .t-social {
		display: none;
	}



	header.header .top .top__right .menu-btn {
		display: flex;
	}

	header.header .navbar .navbar__center .menu-btn {
		display: none;
	}



	header.header .navbar .navbar__row {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	header.header .navbar .navbar__row .navbar__center {
		width:auto;
        z-index: 9;
        display: none;
	}

	header.header .navbar .navbar__row .navbar__right {
		width:auto;
        display: none;
	}

	header.header .navbar .navbar__center .t-social {
		display: flex;
		justify-content: flex-start;
	}

	header.header .navbar .navbar__center .t-social .t-social__link {
		width:36px;
		height: 36px;
	}

	header.header .navbar .navbar__center .t-social .t-social__link svg {
		width:16px;
		height: 16px;
	}


}

header .office__info {
	max-width: 200px;
}

.top__row {
	justify-content: space-between;
}

.first-menu__link {
	background: rgb(0 0 0 / 50%);
}

.first-menu__link img {
	max-width: 75px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

@media (max-width: 575px) {
	.first-menu__link img {
		max-width: 25px;
	}
}


div.auc_list_link {
	text-align: center;
	padding:18px 0;
}

div.auc_list_link a {
	cursor: pointer;
}

div.auc_list_popup {
	display: none;
	position: fixed;
	z-index: 1001;
	left:0;
	top:0;
	width:100vw;
	height: 100vh;
	overflow: auto;
	background: var(--bg-box);
	padding:30px 15px 15px 15px;
}

@media (max-width: 767px) {
	div.auc_list_popup {
		padding:80px 15px 15px 15px;
	}
}

div.auc_list_popup a.js-modal-close {
	position: fixed;
}

@media (max-width: 767px) {
	div.auc_list_popup a.js-modal-close {
		position: absolute;
	}
}

div.auc_list_popup .auction-list__header {
	display: none;
}



div.car-card__header div.contact_box .btn {
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 2px 8px;
    height: 36px;
    border-radius:4px;
    background: green;
    border-color:green;
}

div.car-card__header div.contact_box .btn:hover {
	background: #fff;
	color:green;
}

div.car-card__header div.contact_box .car-price__item {
	gap:10px;
	padding-left:40px;
}

@media screen and (max-width: 1199px) {
    div.car-card__header div.contact_box .car-price__item {
		padding-left:30px;
	}
}

div.car-card__header div.contact_box .car-price__item span {
	padding:0;
}

div.car-card__header div.contact_box .car-price__item span.price {
	font-size: 35px;
	line-height: 37px;
	color: var(--primary);
	margin-right: auto;
	font-weight: 700;
}

@media screen and (max-width: 1023px) {

	div.car-card__header div.contact_box .car-price__item {
		justify-content: start;
	}

	div.car-card__header div.contact_box .car-price__item span.price {
		width:100%;
	}
}

div.car-card__header div.contact_box .car-price__item .car-card__fav,
div.car-card__header div.contact_box .car-price__item .mes {
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--secondary);
    border-radius: 50%;
    transition: .3s linear;
}

div.car-card__header div.contact_box .car-price__item .car-card__fav svg,
div.car-card__header div.contact_box .car-price__item .mes svg {
	width:24px;
	height: 24px;
	position: static;
	top:auto;
	left:auto;
	stroke: var(--secondary);
}


div.contact_box.mobile {
	display: none;
}

@media (max-width: 575px) {
	div.car-card__header div.contact_box div.car-price__item {
		padding-left:0;
	}
	div.car-card__header div.contact_box span {
		display: none;
	}
	div.car-card__header div.contact_box span.price,
	div.car-card__header div.contact_box span.visible {
		display: block;
	}

	div.contact_box.mobile {
		display: block;
		position: fixed;
		z-index: 1000;
		bottom:0;
		left:0;
		width:100%;
		background: var(--bg-box);
		border-top:1px solid rgba(255,255,255, 0.3);
		padding:20px 40px;
	}

	div.contact_box.mobile .car-price__item::before {
		display: none;
	}

	div.car-card__header div.contact_box.mobile span {
		display: block;
	}

	div.car-card__header div.contact_box.mobile span.price {
		display: none;
	}

	div.car-card__header div.contact_box.mobile span.button_box {
		width: calc(100% - 94px);
	}

}

.card-row__img.flex {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap:10px;
	height: 100%;
	padding:15px 0;
}

.card-row__img.flex .btn {
	padding: 4px 16px;
	min-width: 140px;
}


.dark div.favorite_info {
	color:#fff;
}

div.favorite_info {
	position: fixed;
	z-index: 100000;
	top:-100%;
	left:0;
	width:100%;
	min-width: 320px;
	background:var(--bg-box);
	color:#333;
	text-align: center;
	padding:16px;
	font-weight: 600;
}

div.favorite_info a {
	color:var(--secondary);
}


.modal {
	height:100vh;
}

#js-modal-show_phone {
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#js-modal-show_phone .modal__inner {
	top:auto;
}

#js-modal-show_phone .modal__inner a {
	color:var(--secondary);
}

#car_equipment .section-title {
	cursor: pointer;
}

#car_equipment .section-title.nomb {
	margin-bottom: 0 !important;

}




/* ss gallery */
.ss_gallery {
	position: relative;
	z-index: 0;
}

.ss_gallery span.list {
	position: relative;
	z-index: 1;
	width:100%;
	height: 100%;
	display: flex;
}

.ss_gallery span.list span.item {
	width:25%;
	overflow: visible;
	display: block;
	height: 100%;
}

.ss_gallery.two  span.list span.item {
	width:50%;
}

.ss_gallery span.list span.item span.img {
	display: none;
	position: absolute;
	z-index: -1;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}

.ss_gallery span.list span.item:first-child span.img {
	display: block;
	z-index: 1;
}

.ss_gallery span.list span.item .dot_box {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 3;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
	align-content: stretch;
}

.ss_gallery span.list span.item span.dot {
	display: block;
	width:80%;
	height: 4px;
	background: #333;
	margin:0 auto 5px auto;
}

.ss_gallery span.list span.item:hover span.dot {
	background: var(--secondary);
}

.ss_gallery span.list span.item:hover span.img {
	display: block;
	z-index: 1;
}

@media (max-width: 575px) {
	.ss_gallery span.list span.item {
		display: none;
	}

	.ss_gallery span.list span.item:first-child {
		display: block;
	}

	.ss_gallery span.list span.item .dot_box {
		display: none;
	}
}

.carousel_car_list {
	width:100%;
}

.carousel_car_list .card-row__img.flex {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	padding:10px;
	gap:10px;
}

.carousel_car_list .card-row__img.flex span.btn {
	width:100%;
}

.carousel_car_list .slick-dots {
	position: absolute;
	z-index: 10;
	left:0;
	bottom:10px;
	width:100%;
	padding:0;
	margin:0;
	text-align: center;
	display: block;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}

.carousel_car_list .slick-dots .slick-active button {
	background: red;
}

.carousel_car_list .slick-dots button {
	display: block;
	padding:0;
	margin:0 5px;
	border:0;
	text-indent: -999px;
	overflow: hidden;
	background:#fff;
	border-radius: 100%;
	width:6px;
	height: 6px;
}


.compl_title {}

.compl_title svg {
	fill:var(--secondary);
	width:26px;
	height: 26px;
	rotate: 90deg;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
}

.compl_title.nomb svg {
	rotate: -90deg;
	margin-top: -10px;
}

.review-card___video {
    position: relative;
    display: block;
    height: 300px;
    margin-bottom: 20px;
    overflow:hidden
}

@media screen and (max-width: 1739px) {
    .review-card___video {height: 248px;}
    .on-main .review-card___video {height: 206px;}
}

@media screen and (max-width: 1023px) {
    .review-card___video {height: 186px;}
    .on-main .review-card___video {height: 200px;}
}

@media screen and (max-width: 767px) {
    .review-card___video {height: 270px;}
    .on-main .review-card___video {height: 166px;}
}

@media screen and (max-width: 480px) {
    .review-card___video {height: 180px;}
}





header.header div.navbar__left .logo_pic {
	display: block;
}

header.header div.navbar__left .logo_mob {
	display: none;
}

header.header .top .top__center div.mobile_phone {
	display: none;
}


@media (max-width: 1199px) {

	.top__right .t-social {
		display: none;
	}

	header.header .logo_pic {
		display: none;
	}

	header.header .logo_mob {
		display: block;
	}

	header.header .top .top__row,
	header.header .top {
		align-items: center;
	}

	header.header .top .top__center {
		/*width:auto;*/
		flex-grow:1;
	}

	.logo {
		width: 40px;
		height: 40px;
		display: block;
		margin-bottom: 0;
		margin-right: 10px;
	}
    
    .footer .logo {
        width: 115px;
    }

	header.header .top .top__right .menu-btn {
		top:0;
	}

	header.header .top .top__center div.mobile_phone {
		display: flex;
		align-items: center;
		gap:10px;
		font-weight: 600;
		position: relative;
		padding: 10px;
		border-radius:10px 10px 0 0;
	}

	header.header .top .top__center div.mobile_phone a {
		color:#000;
		font-size: 18px;
	}

	header.header .top .top__center div.mobile_phone div.phones_popup {
		display: none;
		position: absolute;
		z-index: 1;
		left:0;
		top:100%;
		width: 100%;
		background: var(--bg-box);
		padding:20px 10px;
		color:#fff;
		border-radius:0 0 10px 10px;
	}

	header.header .top .top__center div.mobile_phone.act {
		background: var(--bg-box);
	}

	header.header .top .top__center div.mobile_phone.act div.phones_popup {
		display: block;
	}

	header.header .top .top__center div.mobile_phone div.phones_popup div.flex {
		display: flex;
		gap:40px;
		align-items: center;
	}

	header.header .top .top__center div.mobile_phone div.phones_popup svg {
		display: block;
		width:28px;
		height: 28px;
		fill:#3dbf00;
	}

	header.header .top .top__center div.mobile_phone div.phones_popup a {
		color:#000;
	}

	.dark header.header .top .top__center div.mobile_phone div.phones_popup a {
		color:#fff;
	}

	header.header .top .top__center div.mobile_phone span.caption {
		font-size: 12px;
		line-height: 12px;
		font-weight: 400;
		color:#000;
	}

	.dark header.header .top .top__center div.mobile_phone span.caption {
		color:#fff;
	}

	.dark header.header .top .top__center div.mobile_phone a {
		color:#fff;
	}

	header.header .top .top__center div.mobile_phone button {
		display: flex;
		align-items: center;
		background: none;
		border:1px solid rgba(174, 179, 179, .3);
		border-radius: 100%;
		width:36px;
		height: 36px;
		text-align: center;
		justify-content: center;
		padding:0;
	}

	header.header .top .top__center div.mobile_phone button svg {
		width: 18px;
		height: 18px;
	}

	.dark header.header .top .top__center div.mobile_phone button svg {
		fill:#fff;
	}

	.menu-btn {
		width: 36px;
	}

	.menu-btn span {
		display: none;
	}

	header.header .top .top__right {
		width: auto;
	}
}

.instock-block {
	max-width: 350px;
	margin-bottom: 30px;
	color: #ff0000;
	font-weight: bold;
}



@media screen and (max-width: 575px) {
	.pagination {
		gap:10px;
	}
    .pagination__link {
        width: 30px;
        height: 30px;
        display: flex;
	    align-items: center;
	    justify-content: center;
    }
}



.card-row__info {
	display: flex;
	justify-content: space-between;
}






nav.pagination_2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:10px;
	max-width: 100%;
	padding:24px 0;
}

@media (max-width:1023px) {
	nav.pagination_2 {
		flex-grow: 1;
	}
}

@media (min-width:1024px) {
	nav.pagination_2 {
		padding-left: 24px;
		gap:36px;
	}
}

nav.pagination_2 svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke:var(--secondary);
}

.dark nav.pagination_2 svg {
	stroke:#fff;
}

nav.pagination_2 .arrow {
	min-width: 50px;
	width:50px;
	height: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border:1px solid var(--secondary);
    
}

.dark nav.pagination_2 .arrow {
	border:1px solid #fff;
}

nav.pagination_2 .arrow.right {
	transform: rotate(180deg);
}

nav.pagination_2 .arrow.disabled {
	border-color:var(--gray);
}

nav.pagination_2 .arrow.disabled svg {
	fill: none;
    stroke:var(--gray);
}

nav.pagination_2 .pages {
	display: block;
	height: 50px;
}

@media (max-width:1023px) {
	nav.pagination_2 .pages {
		flex-grow: 1;
		width:100%;
		max-width: 100%;
		overflow:auto;
	}
}


nav.pagination_2 .pages .indent {
	display: flex;
	align-items: center;
	height: 50px;
	gap:10px;
}

@media (min-width:768px) {
	nav.pagination_2 .pages .indent {
		justify-content: center;
	}
}

nav.pagination_2 .pages .indent a.pagination__link,
nav.pagination_2 .pages .indent a.pagination__link.current {
	min-width: 30px;
	min-height: 30px;
	width:30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width:576px) {
	nav.pagination_2 .pages .indent a.pagination__link,
	nav.pagination_2 .pages .indent a.pagination__link.current {
		min-width: 40px;
		min-height: 40px;
		width: 40px;
		height: 40px;
	}
}


/** Задача 11606 **/
@media screen and (max-width: 575px) {
	.box__grid--lg .box__wrap--main {
		padding: 30px 30px 30px;
	}
	.first-menu__link {
		background: rgb(0 0 0 / 75%) !important;
	}
}
@media screen and (max-width: 480px) {
	.header {
		margin-bottom: 0;
	}
	.navbar {
		padding: 0;
	}

	.wrap.maket_1,
	.wrap.maket_2 {
		padding-top: 70px;
	}
	.box__wrap {
		border-radius: unset;
	}
}
/** Конец задача 11606 **/

/* Выпадающиее основноем меню по-новому
--------------------------*/
.menu__item {
    position: relative;
}
.dropdown {
    position: absolute;
    margin: 0;
    padding: 10px 20px;
    list-style: none;
    width: auto;
    min-width: 240px;
    background: #fff;
    border: 1px solid #ced7d9;
    border-radius: 10px;
    visibility: visible !important;
}
.dark .dropdown {
    background: var(--bg-box-dark);
    border-color: rgba(121, 131, 131, .2);
}
.drop-tabs {
    flex-direction: column;
    justify-content: start;
    margin-bottom: 0;
}
.drop-tabs .btn-border {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: var(--font-dark);
    transition: .3s linear;
    border: none;
    background: none;
    border-radius: 0;
}
.drop-tabs .btn-border:hover {
    color: var(--secondary);
}

.btn.btn-price {
    width: 100%;
    margin-top: 20px;
}



@media screen and (max-width: 1739px) {
    .card__img {
        height: 200px;
    }
}

@media screen and (max-width: 1023px) {
    .card__img {
        height: 260px;
    }
}

@media screen and (max-width: 767px) {
    .card__img {
        height: 230px;
    }
}

.carousel .slick-slide {
	padding:0 12px;
}


.slick-slide .review-item {
	border: 1px solid var(--border);
}

.slick-slide .review-item img.pic {
	width:100%;
}

.review-item-info {
	padding:25px 25px;
}

.review-item-info .name {
	margin-bottom: 6px;
}

.review-item-info .auto {
	margin-bottom: 6px;
}

.review-item-info .date {
	font-size: 12px;
	color: #8e8e89;
}


.s-request__btn.tg {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
    background: #27a7e7;
    border-color: #27a7e7;
}

.s-request__btn.tg:hover {
    background: #55baec;
    border-color: #55baec;
}

.s-request__btn.tg svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .s-request__btn.tg {font-size: 14px;}
    .s-request__btn.tg svg {width: 30px;height: 30px;}
}

@media screen and (max-width: 575px) {
    .s-request__btn.tg {font-size: 12px;gap: 10px;}
    .s-request__btn.tg svg {width: 20px;height: 20px;}
}

.catalogue-7 .logo img {
    max-height: 100px;
}

@media screen and (max-width: 1199px) {
	.catalogue-7 .logo img {max-height: 60px;}
}

.card-row__price>p:first-child {
    font-size: 22px;
}

.dark .card-row__price>p:first-child {
    color: #fff;
}

.h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 45px 0 15px 0;
}
.simple-text table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}
.simple-text th, .simple-text td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
.simple-text th {
    font-weight: bold;
}
.simple-text tr:hover {
    background-color: #212121;
}
/* Контейнер для таблицы с горизонтальным скроллом */
.table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 600px) {
    .table-container {
        border: 1px solid #ddd;
    }
}

.fancybox__content {
    width: 100%;
    height: auto!important;
    max-width: 90%!important;
    max-height: 90%!important;
    aspect-ratio: 16/9!important;
    padding: 0!important;
    background: #000
}

.fancybox__content iframe {
    width: 100%;
    height: 100%;
    max-width: 1024px!important;
    max-height: 768px!important;
    display: block!important;
    margin: 0 auto;
    aspect-ratio: 16/9!important
}

.review-card___video a.video {
    display: block;
    object-fit: cover;
    width: 100%
}

.review-card___video a.video:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    width: 48px;
    height: 48px;
    background: url(../img/icons/play_white.svg) no-repeat 50% 50% var(--secondary);
    background-size: 24px 24px;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: .8;
    transition: 1s;
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

.review-card___video:hover a.video:after {
    opacity: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    transition: .5s
}

.review-card___video a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: calc(100% + 5px);
    min-height: calc(100% + 5px)
}

.review-card___video {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 100%;
    align-items: center;
    justify-content: center;
    background: #000
}

.carousel .review-card___video {
    height: 230px
}



.reviews__grid.no_mb {
    margin-bottom: 0
}

.reviews__grid.one {
    margin-top: 24px;
    padding: 16px 0;
    grid-template-columns: repeat(1,1fr)
}

.reviews__grid.one .review-card {
    max-width: 530px
}

@media screen and (max-width: 1739px) {
    .reviews__grid {
        row-gap: 35px;
        margin-bottom: 65px;
    }
}

.modal {
	z-index: 99999;
}

.select2-container--default .select2-dropdown {
	z-index: 999991;
}

@media screen and (max-width: 1023px) {
    .modal__inner {padding: 15px 15px;}
    .modal__inner .close-btn, .close-btn:focus, .close-btn:hover {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .modal__inner .form-group input {
        height: 38px;
    }
    .modal__inner .select2-container--default .select2-selection--single {
        height: 38px;
    }
    .modal__inputs {
	    row-gap: 10px;
	    margin-bottom: 20px;
	}
}

@media screen and (min-width: 1024px) {
    .modal__inner {padding: 70px;}
}

/* new 25 styles */

.header--hfull .navbar {
    background-color: transparent;
}
.header--hfull .navbar.fixed .btn {
    border-color: #fff;
}
.header--hfull .city__icon svg {
    fill: #fff;
}
.header--hfull .city__select span {
    color: #fff;
}
.header--hfull .city__select svg {
    fill: #fff;
}
.header--hfull .city__select:hover span {
    color: var(--primary);
}
.header--hfull .city__select:hover svg {
    fill: var(--primary);
}
.header--hfull .top-menu__link {
    color: #fff;
}
.header--hfull .top-menu__link:hover {
    color: rgba(255, 255, 255, 0.6);
}
.header--hfull .top-menu .nav__dropdown-toggle {
    color: #fff;
}
.header--hfull .top-menu .nav__dropdown-toggle:hover {
    color: rgba(255, 255, 255, 0.6);
}
.header--hfull .top-menu .nav__dropdown-toggle::after {
    background: url(../img/icons/chevron-white.svg) center/contain no-repeat;
}
.header--hfull .nav__dropdown-toggle {
    color: #fff;
}
.header--hfull .nav__dropdown-toggle:hover {
    color: rgba(255, 255, 255, 0.6);
}
.header--hfull .nav__dropdown-toggle::after {
    background: url(../img/icons/chevron-white.svg) center/contain no-repeat;
}
.header--hfull .toggle-theme svg {
    fill: #fff;
}
.header--hfull .toggle-theme:hover svg {
    fill: rgba(255, 255, 255, 0.6);
}
.header--hfull .t-social__link {
    border-color: #fff;
}
.header--hfull .t-social__link svg {
    fill: #fff;
}
.header--hfull .t-social__link:hover {
    border-color: rgba(255, 255, 255, 0.6);
}
.header--hfull .t-social__link:hover svg {
    fill: rgba(255, 255, 255, 0.6);
}
.header--hfull .logo svg {
    fill: #fff;
}
.header--hfull .logo span {
    color: #fff;
}
.header--hfull .logo:hover svg {
    fill: #fff;
}
.header--hfull .menu__link,
.header--hfull .menu__link.open {
    color: #fff;
}
.header--hfull .menu__link svg,
.header--hfull .menu__link.open svg {
    fill: #fff;
}
.header--hfull .menu__link.open:hover,
.header--hfull .menu__link:hover {
    color: rgba(255, 255, 255, 0.6);
}
.header--hfull .msgs > a {
    border-color: #fff;
}
.header--hfull .msgs > a svg {
    fill: #fff;
    transition: 0.3s linear;
}
.header--hfull .msgs > a:hover {
    border-color: rgba(255, 255, 255, 0.6);
}
.header--hfull .msgs > a:hover svg {
    fill: rgba(255, 255, 255, 0.6);
}
.header--hfull .office__icon {
    border-color: #fff;
    transition: 0.3s linear;
}
.header--hfull .office__icon svg {
    fill: #fff;
}
.header--hfull .office__tel,
.header--hfull .office__text {
    color: #fff;
}
.header--hfull .office__text span {
    color: #fff !important;
}
.header--hfull .office:hover .office__icon {
    opacity: 0.6;
}
.header--hfull .office:hover .office__icon svg {
    fill: #fff;
}
.header--hfull .navbar.fixed {
    background-color: var(--secondary);
}


.header--hfull .navbar.fixed {
    background-color: var(--bg-dark);
}


.header--hfull .top-account__link svg {
	stroke: #fff;
}


.hero--full {
    margin-top: -205px;
    padding-top: 206px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: 0 0;
}

.hero__title span {
	color: var(--secondary);
}

.hero--full .hero__img img {
	opacity: 0.5;
}

.hero--dark {
    margin-bottom: 36px;
    background: #000;
}

.hero--dark ul {
	color:#fff;
}

.hero.hero--full .btn {
    max-width: 268px;
    height: 64px;
    background: green;
    border-color: green;
}

.hero.hero--full .btn:hover {
    background: #fff;
    color: green;
}

.hero--full .hero__header {
    text-align: center;
}
.hero--full .hero__text {
    max-width: none;
}
.hero--full .hero__img {
    bottom: 165px;
    height: auto;
}
.hero--full .hero__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    opacity: 0.6;
}
.hero--full .filter {
    background: var(--bg-box);
}
.hero--full.hero--dark {
    padding-bottom: 230px;
}
.hero--full.hero--dark .hero__header {
    text-align: left;
}
.hero--full.hero--dark .hero__text {
    max-width: 475px;
}
.hero--full.hero--dark .hero__img {
    height: 100%;
}
.hero--full.hero--dark .hero__img::before {
    background: url(../img/icons/overlay-hero.svg) center/cover no-repeat;
}

.dark .hero--full .filter {
    background: var(--bg-box);
}

@media screen and (max-width: 1739px) {

	.hero--full .hero__img {
        bottom: 190px;
    }
    .hero--full.hero--dark {
        padding-top: 230px;
        padding-bottom: 175px;
    }

}

@media screen and (max-width: 1199px) {

	.hero--full .hero__img {
        bottom: 145px;
    }
    .hero--full.hero--dark {
        padding-top: 210px;
        padding-bottom: 170px;
    }

}

@media screen and (max-width: 1023px) {

	.hero--full.hero--dark {
        border-radius: 0;
    }

}

@media screen and (max-width: 767px) {

	.hero--full .hero__text,
    .hero--full .hero__title,
    .hero--full .hero__title span {
        color: #fff;
    }
    .hero--full .hero__footer {
        position: static;
    }
    .hero--full .hero__img {
        bottom: 260px;
    }

}

@media screen and (max-width: 575px) {
	.hero--full.hero--dark {padding-bottom: 70px;}
    .hero.hero--full .btn {margin: 0 auto;}
}



.request {
    margin-bottom: 100px;
}

@media screen and (max-width: 1739px) {
    .request {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 1199px) {
    .request {
        margin-bottom: 80px;
    }
}

.request__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px;
}

.request__left,
.request__right {
    box-sizing: border-box;
    overflow-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
}

@media screen and (max-width: 1023px) {
    .request__left, .request__right {width: calc(100% - 20px);}
}
@media screen and (max-width: 575px) {
    .request__right {display: none;}
}

.request__desc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 100px 40px;
    background: var(--bg-box);
    transition: 0.3s linear;
}

@media screen and (max-width: 1739px) {
    .request__desc {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .request__desc {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 1023px) {
    .request__desc {
        padding: 60px 40px;
        border-radius: 0;
    }
}


.request__row .request__title {
    max-width: none;
    font-size: 50px;
}

@media screen and (max-width: 1739px) {
    .request__row .request__title {
        font-size: 38px;
    }
}

@media screen and (max-width: 1023px) {
    .request__row .request__title {font-size: 34px;}
}

@media screen and (max-width: 575px) {
    .request__row .request__title {font-size: 24px;}
}

.request__title span {
    color: var(--secondary);
}

.request__row .request__text {
    max-width: 630px;
    font-size: 20px;
}

@media screen and (max-width: 1739px) {
    .request__row .request__text {
        font-size: 16px;
    }
}





@media screen and (max-width: 1023px) {
    .footer__wrap {
        border-radius: 0;
    }
}

@media screen and (max-width: 1023px) {
    .request__row .request__text {
        font-size: 14px;
    }
}

.request__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
}

@media screen and (max-width: 1199px) {
    .request__footer {
        gap: 15px;
    }
}

.request .btn, .request .btn-border {
    width: 279px;
    height: 72px;
    font-size: 18px;
}

@media screen and (max-width: 1739px) {
    .request .btn, .request .btn-border {
        width: 221px;
        height: 62px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .request .btn, .request .btn-border {
        width: 184px;
        height: 58px;
        font-size: 14px;
    }
}



.director {
    position: relative;
}

.director__img {
    height: 850px;
    overflow: hidden;
}

@media screen and (max-width: 1739px) {
    .director__img {
        height: 640px;
    }
}

@media screen and (max-width: 1199px) {
    .director__img {
        height: 576px;
    }
}

@media screen and (max-width: 1023px) {
    .director__img {
        height: 500px;
    }
}

.director img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.director__desc {
    position: absolute;
    left: 50px;
    bottom: 50px;
    max-width: calc(100% - 100px);
    padding: 30px;
    background: rgb(255, 255, 255);
    transition: 0.3s linear;
}

@media screen and (max-width: 1023px) {
    .director__desc {
        left: 40px;
        bottom: 40px;
        max-width: calc(100% - 80px);
    }
}

.director__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: rgb(40, 47, 47);
    margin: 0px 0px 10px;
    transition: 0.3s linear;
}

@media screen and (max-width: 1739px) {
    .director__name {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .director__name {
        margin-bottom: 6px;
        font-size: 14px;
    }
}

.director__role {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: rgb(40, 47, 47);
    margin: 0px;
    transition: 0.3s linear;
}

@media screen and (max-width: 1739px) {
    .director__role {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .director__role {
        font-size: 12px;
    }
}


ol.content-list li a {
    color: var(--primary);
    text-decoration: none;
    border-bottom: 1px dashed var(--primary);
}

.reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 40px;
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .reviews__grid {
        grid-template-columns: 100%;
    }
}



/* расписание аукционов  */

.tab_swicher {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px
}

.tab_swicher .country,.tab_swicher .dayName {
    flex: none;
    display: block;
    padding: 10px 20px;
    border: 1px solid #ced7d9;
    border-radius: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--gray);
    transition: .3s linear;
    cursor: pointer
}

.tab_swicher .country.active,.tab_swicher .dayName.active {
    border-color: var(--secondary);
    background: var(--secondary);
    color: #fff;
    cursor: text
}

.days_map_box {
    display: flex;
    gap: 24px
}

@media (max-width: 1199px) {
    .days_map_box {
        flex-wrap: wrap;
    }
}

.days_map_box .days_tab_cont {
    display: flex;
    flex-grow: 1
}

@media (max-width: 1199px) {
    .days_map_box .days_tab_cont {
        width: 100%;
    }
}

.days_map_box .auc_map {
    width: auto
}

.days_tab .days_blocks,.popular_brands .popular_brands_blocks {
    display: none
}

.days_tab .days_blocks.active,.popular_brands .popular_brands_blocks.active {
    display: block;
    width: 100%;
    max-width: 755px
}

.popular_brands .popular_brands_blocks.active {
    max-width: 100%
}

.days_tab .days_blocks .dayName {
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6
}

.dark .days_tab .days_blocks .dayName {
    color: #fff
}

.days_tab .days_blocks .region_section {
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
    height: 0
}

.days_tab .days_blocks.active .region_section {
    height: auto
}

.days_tab .days_blocks .region_section .name {
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 27px;
    color: #000;
    margin-bottom: 12px
}

.dark .days_tab .days_blocks .region_section .name {
    color: #fff
}

.days_tab .days_blocks .region_section .region_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 5px 0 0
}

.days_tab .days_blocks .region_section .region_list .auc {
    width: calc(100% / 3 - 48px / 3);
    display: flex;
    gap: 8px
}

.days_tab .days_blocks .region_section .region_list .auc .t_types {
    display: flex;
    gap: 8px
}

.dark .days_tab .days_blocks .region_section .region_list .auc .t_types svg {
    fill: #fff
}

.jpmap__map {
    position: relative
}

.jpmap__map svg {
    display: block;
    width: 845px
}

@media screen and (max-width: 1739px) {
    .jpmap__map svg {
        width: 630px;
    }
}

@media screen and (max-width: 767px) {
    .jpmap__map svg {
        width: 480px;
    }
}

@media screen and (max-width: 567px) {
    .jpmap__map svg {
        width: 295px;
    }
}

.region-labels__item {
    position: absolute;
    z-index: 10;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    cursor: pointer
}

.region-labels__item.hkd {
    top: 100px;
    left: 670px;
    background: #c81c1c
}

.region-labels__item.thk {
    top: 350px;
    left: 584px;
    background: #49c81c
}

.region-labels__item.knt {
    top: 520px;
    left: 520px;
    background: #91c81c
}

.region-labels__item.chb {
    top: 524px;
    left: 410px;
    background: #1c62c8
}

.region-labels__item.kns {
    top: 580px;
    left: 310px;
    background: #c81c98
}

.region-labels__item.chg {
    top: 565px;
    left: 180px;
    background: #c8791c
}

.region-labels__item.shk {
    top: 636px;
    left: 215px;
    background: #1cc8be
}

.region-labels__item.ksh {
    top: 680px;
    left: 80px;
    background: #c8ac1c
}


@media screen and (max-width: 1749px) {
    .region-labels__item.hkd {
        top:70px;
        left: 490px
    }

    .region-labels__item.thk {
        top: 255px;
        left: 430px
    }

    .region-labels__item.knt {
        top: 390px;
        left: 380px
    }

    .region-labels__item.chb {
        top: 400px;
        left: 297px
    }

    .region-labels__item.kns {
        top: 430px;
        left: 225px
    }

    .region-labels__item.chg {
        top: 413px;
        left: 128px
    }

    .region-labels__item.shk {
        top: 474px;
        left: 148px
    }

    .region-labels__item.ksh {
        top: 505px;
        left: 42px
    }
}

@media screen and (max-width: 767px) {
	 .jpmap__map svg {
        width: 480px
    }

    .region-labels__item.hkd {
        top: 60px;
        left: 365px
    }

    .region-labels__item.thk {
        top: 205px;
        left: 320px
    }

    .region-labels__item.knt {
        top: 300px;
        left: 288px
    }

    .region-labels__item.chb {
        top: 294px;
        left: 221px
    }

    .region-labels__item.kns {
        top: 341px;
        left: 166px
    }

    .region-labels__item.chg {
        top: 324px;
        left: 86px
    }

    .region-labels__item.shk {
        top: 370px;
        left: 104px
    }

    .region-labels__item.ksh {
        top: 400px;
        left: 8px
    }
}

@media screen and (max-width: 567px) {
	.jpmap__map svg {
        width:295px
    }

    .region-labels__item {
        font-size: 10px
    }

    .region-labels__item.hkd {
        top: 35px;
        left: 220px
    }

    .region-labels__item.thk {
        top: 122px;
        left: 192px
    }

    .region-labels__item.knt {
        top: 183px;
        left: 172px
    }

    .region-labels__item.chb {
        top: 170px;
        left: 121px
    }

    .region-labels__item.kns {
        top: 223px;
        left: 109px
    }

    .region-labels__item.chg {
        top: 189px;
        left: 35px
    }

    .region-labels__item.shk {
        top: 223px;
        left: 51px
    }

    .region-labels__item.ksh {
        top: 243px;
        left: 4px
    }
}

.region-labels__title {
    padding: 3px 6px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.region-labels__qnt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 3px 6px
}

.region-labels__qnt svg {
    width: 28px;
    height: 18px;
    fill: #fff
}

.jpmap__map .rgn {
    fill: #878787;
    stroke: transparent;
    stroke-width: 2px;
    cursor: pointer;
    transition: .3s linear
}

.jpmap__map .rgn.hkd.active,.jpmap__map .rgn.hkd.hover,.jpmap__map .rgn.hkd:hover {
    fill: rgba(200,28,28,.5);
    stroke: #c81c1c
}

.jpmap__map .rgn.thk.active,.jpmap__map .rgn.thk.hover,.jpmap__map .rgn.thk:hover {
    fill: rgba(73,200,28,.5);
    stroke: #49c81c
}

.jpmap__map .rgn.knt.active,.jpmap__map .rgn.knt.hover,.jpmap__map .rgn.knt:hover {
    fill: rgba(145,200,28,.5);
    stroke: #91c81c
}

.jpmap__map .rgn.chb.active,.jpmap__map .rgn.chb.hover,.jpmap__map .rgn.chb:hover {
    fill: rgba(28,98,200,.5);
    stroke: #1c62c8
}

.jpmap__map .rgn.kns.active,.jpmap__map .rgn.kns.hover,.jpmap__map .rgn.kns:hover {
    fill: rgba(200,28,152,.5);
    stroke: #c81c98
}

.jpmap__map .rgn.chg.active,.jpmap__map .rgn.chg.hover,.jpmap__map .rgn.chg:hover {
    fill: rgba(200,121,28,.5);
    stroke: #c8791c
}

.jpmap__map .rgn.shk.active,.jpmap__map .rgn.shk.hover,.jpmap__map .rgn.shk:hover {
    fill: rgba(28,200,190,.5);
    stroke: #1cc8be
}

.jpmap__map .rgn.ksh.active,.jpmap__map .rgn.ksh.hover,.jpmap__map .rgn.ksh:hover {
    fill: rgba(200,172,28,.5);
    stroke: #c8ac1c
}


@media screen and (max-width: 575px) {
    .advant__img {
        height: 350px;
    }
}

.social__list .social__link {
	width: calc(100% / 12* 2.4 - 20px);
	border-radius: 0;
}

@media (min-width:320px) {
	.social__list .social__link {
		border-radius: 0;
	}
}

/* SEO-блоки
---------------------------*/
.seo-block {
    margin: 100px 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.answer-block {
    margin: 60px 0 30px 0;
}
.answer-item {
    border-top: 1px solid rgba(134, 134, 134, .2);
    padding: 15px 0;
}

.answer-item:last-child {
    border-bottom: 1px solid rgba(134, 134, 134, .2);
}

.question {
    display: flex;
    cursor: pointer;
    gap: 15px;
    font-weight: bold;
}
.question:hover {
    color: var(--secondary);
}
.question .arrow-down {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--secondary);
    border-right: 2px solid var(--secondary);
    transform: rotate(135deg) translate(20%, 5%);
}
.question.active .arrow-down {
    transform: rotate(-45deg) translate(-70%, 25%);
}
.answer {
    display: none;
    margin: 30px 0;
}

.tags__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 30px 0;
    align-items: baseline;
}

.show-all-tags {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    margin-left: 5px;
    transition: all .5s;
    border-bottom: 1px dashed #c6c6c6;
    cursor: pointer;
}

.show-all-tags:hover {
    border-bottom-color: transparent;
}

.tags-items.hide-tags {
    display: none;
}

.tags-item,
.tags-item:focus {
    font-weight: 400;
    font-size: 16px;
    color: var(--font-gray);
    line-height: 1.5;
    text-decoration: underline;
    transition: all 0.3s linear;
    margin-right: 10px;
}

.tags__item:hover {
    text-decoration:none;
    color: #000;
}

@media screen and (max-width: 1023px) {
  .tags__item,
  .show-all-tags {font-size: 14px;}
}
@media screen and (max-width: 575px) {
  .tags__item,
  .show-all-tags {font-size: 12px;}
}
.tags__item:hover {
    color: var(--secondary);
    border-bottom-color: var(--secondary); 
}

.sub-text {
    margin-top: 100px;
    color: #22335d;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
@media (max-width: 991px) {
    .sub-text {margin-top: 80px;}
}

.toggle-text {
    overflow: hidden;
    line-height: 1.5em;
    max-height: 10.5em;
}

.toggle-text.expanded {
    max-height: none;
}

.js-toggle-btn {
    cursor: pointer;
    display: inline-block;
    transform: translateY(-30px);
    border-bottom: 1px dashed #ccc;
}

.js-toggle-btn:hover {
    border-bottom-color: transparent;
}

/* END SEO-блоки
---------------------------*/


.tpl-text-default a {
	color:rgb(239, 34, 34);
}

.header--hfull .nav__dropdown .top-menu__link {
	color:#000;
}

.dark .header--hfull .nav__dropdown .top-menu__link {
	color:#fff;
}

.filter__hidden {
    display: none;
}
.filter__hidden.open {
    display: block;
}
.filter__toggle {
    display: flex;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
}
.filter .btn-holder {
    display: flex;
    flex-direction: column;
}
.filter .btn-holder.has-search {
    transform: translateY(39px);
}
.filter .btn-border {
    display: none;
}

.card__link {
    text-decoration: none !important;
    color: inherit !important;
}

/* Задача 13850, 23.04.2025
------------------------*/
.card__price > p {
    margin: 0 0 5;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    color: var(--secondary);
}

.dark .card__price > p {
    color: #fff;
}

.request__left, .request__right {
    overflow: hidden;
}

.box__wrap,
.first-right,
.filter--mb30,
.request__left,
.request__right,
.card,
.scheme__area,
.advant__area,
.review-item,
.review-card___video,
.social__list .social__link {
    border-radius: 30px;
    overflow: hidden;
}
.advant__area iframe {
    height: 100%;
}

.footer__wrap {
    border-radius: 30px 30px 0 0;
}

@media screen and (max-width: 1199px) {
    .box__wrap,
    .first-right,
    .filter--mb30,
    .request__left,
    .request__right,
    .card,
    .scheme__area,
    .advant__area,
    .review-item,
    .review-card___video,
    .social__list .social__link {border-radius: 20px;}
    .footer__wrap {border-radius: 20px 20px 0 0;}
}
@media screen and (max-width: 575px) {
    .box__wrap,
    .first-right,
    .filter--mb30,
    .request__left,
    .request__right,
    .card {border-radius: 10px;}
    .footer__wrap {border-radius: 10px 10px 0 0;}
}

.modal__title {
    font-size: 25px;
}
.modal__inner .btn {
    height: 30px;
}

.close-btn,
.close-btn:hover {
    width: 40px;
    height: 40px;
}

.text-company .text {
    display: flex;
    flex-direction: column;
}

.text-company .text .btn {
    color: #fff;
    margin-top: auto;
    width: 250px;
}

.text-company .text .btn:hover {
    color: var(--secondary);
}

.card__age {
    width: 100%;
}

.card__age span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #8e8e89;
}

/* Задача 13850, 13851
--------------------------*/
.blog__grid {
    grid-template-columns: repeat(4, 1fr);
    @media (width <= 1199px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (width <= 1023px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (width <= 575px) {
        grid-template-columns: 100%;
    }
}

.preview-row {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gray);
    border-radius: 30px;
    overflow: hidden;
}

.preview-row__right {
    padding: 30px;
}

.preview {
    border-radius: 30px;
}

.contract {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    flex-direction: column;
}

.contract__files {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    margin-top: 30px;
}

.contract__btn .btn {
    width: 250px;
}

.catalog-grid--four .card-row__img {
    width: auto;
}

.catalog-list .card-row__img {
    height: auto;
}

.mobile-menu {
    z-index: 999999;
}
@media screen and (max-width: 575px) {
    .carousel-three-video .slick-arrow {bottom: -78px;}
    .box {margin-bottom: 30px;}
    .clients-photo .section__footer .link {margin-top: 8px;}
    .yt .btn {height: 50px;bottom: 12px;}
    .social__left,
    .social__right .social__list {justify-content: center;}
}

.clients-photo .link.btn {top: 0;}
.clients-photo .link.btn span {color: #fff;}
.clients-photo .link.btn:hover span {color: var(--secondary);}
.clients-photo .link.btn svg {display: none;}

.reviews__footer {
    grid-column: 1 / -1;
}

.dark div.car-card__header div.contact_box .car-price__item .car-card__fav,
.dark div.car-card__header div.contact_box .car-price__item .mes {
    border-color: #fff;
}
.dark div.car-card__header div.contact_box .car-price__item .mes svg,
.dark div.car-card__header div.contact_box .car-price__item .car-card__fav svg {
    stroke: #fff;
}

.dark div.car-card__header div.contact_box .car-price__item .mes svg path {
    stroke: #fff;
}

.feedback__holder {
    margin: 90px 0;
}
.feedback__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 90px;
}
.feedback__left {
    width: calc(((100% - ((12 - 1) * 30px))/ 12 * 6) + ((6 - 1) * 30px));
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}
.feedback__title {
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: var(--primary);
}
.feedback__form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 50px;
}
.feedback__form .form-group {
    width: 100%;
}
.feedback__form .form-checkbox {
    margin: 10px 0 40px;
}
.feedback__form .modal__btns .btn {
    width: 300px;
}
.feedback__right {
    width: calc(((100% - ((12 - 1) * 30px))/ 12 * 4) + ((5 - 1) * 30px));
    margin-left: calc(((100% - ((12 - 1)* 30px)) / 12* 1) + (1* 30px));
}
@media screen and (max-width: 1749px) {
    .feedback__right {
        width: calc(((100% - ((12 - 1)* 30px)) / 12* 5) + ((6 - 1)* 30px));
        margin-left: calc(((100% - ((12 - 1)* 30px)) / 12* 0) + (0* 30px));
    }
    .feedback__title {font-size: 38px;}
}
@media screen and (max-width: 1199px) {
    .feedback__left {width: calc(((100% - ((12 - 1)* 30px)) / 12* 8) + ((8 - 1)* 30px));}
    .feedback__right {display: none;}
}
@media screen and (max-width: 991px) {
    .feedback__left {width: 100%;}
    .feedback__holder {margin: 40px 0;}
}

.card__car {
    position: relative;
    height: 48px;
}

.card__car .is-dtp {
    position: absolute;
    top: 3px;
    line-height: 1.5;
}

.is-dtp {
    color: #ef2222;
    right: -5px;
    font-size: 14px;
    font-weight: bold;
}

.is-dtp.v0 {
    color: #2c9b2c;
}

.instock-block select {
    margin-bottom: 10px;
    padding: 5px;
}

.card-row-gallery {
    width: 368px;
    width: 100%;
    height: 200px;
    position: relative;
}

.card-row-gallery .pic {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative;
    z-index: 0
}

.card-row-gallery .list {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 10px
}

.card-row-gallery .list .item {
    width: auto;
    flex-grow: 1;
    overflow: visible;
    display: block;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px
}

.card-row-gallery .list .item:first-child .img {
    display: block;
    z-index: 1
}

.card-row-gallery .list .item:first-child .img img {
    opacity: 1;
    transition: 1s
}

.card-row-gallery .list .item:hover .dot {
    background: var(--secondary)
}

.card-row-gallery .list .item:hover .img {
    display: block;
    z-index: 1
}

.card-row-gallery .list .item:hover .img img {
    opacity: 1;
    transition: 1s
}

.card-row-gallery .list .img {
    display: none;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 29px 29px 0 0;
    overflow: hidden
}

.card-row-gallery .list .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s
}

.card-row-gallery img.no_pic {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 29px 0 0 29px;
    opacity: 1;
    transition: 1s
}

.card-row-gallery .dot_box {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    padding-right: 5px;
    padding-left: 5px
}

.card-row-gallery .dot {
    display: block;
    width: 100%;
    height: 4px;
    background: #333;
    margin-bottom: 5px;
    transition: .3s linear
}

.card-row-gallery .loading {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}

.card-row-gallery .loading i {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255,255,255,.2);
    border-right: 1.1em solid rgba(255,255,255,.2);
    border-bottom: 1.1em solid rgba(255,255,255,.2);
    border-left: 1.1em solid #fff;
    transform: translateZ(0);
    animation: 1.1s linear infinite spinner;
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.card-row-gallery .buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    min-height: 187px
}

.card-row-gallery .buttons .btn {
    width: 80%
}

.card-row-gallery .slick-dots {
    list-style: none;
    padding: 5px 15px;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 999;
    gap: 10px;
    justify-content: center;
    align-items: center
}

.card-row-gallery .slick-dots li {
    overflow: hidden;
    text-indent: -999px;
    height: 4px;
    width: 40%;
    background: #333
}

.card-row-gallery .slick-dots li.slick-active {
    background: var(--secondary)
}

.card-row-gallery .slider_pic {
    border-radius: 9px 9px 0 0;
    display: block;
    color: #fff;
    font-size: 12px;
    min-height: 187px;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.price-breakdown .text-gray {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width: 1739px) {
    .price-breakdown .text-gray {font-size: 12px;}
}

@media screen and (max-width: 1023px) {
    .card-row-gallery {width: 100%;}
    .card-row-gallery .list {height: 380px;}
}
@media screen and (max-width: 575px) {
    .card-row-gallery {height: auto;}
    .card-row-gallery .list {height: 320px;}
}
@media screen and (max-width: 480px) {
    .card-row-gallery .list {height: 260px;}
}

.track-auto__title + .track-auto__info.track-auto__params {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -20px;
    margin-bottom: 20px;
}

.status {
    font-size: 12px;
}

.red {
    color: #ef2222 !important;
}




.contacts__text {
	width: auto;
}

.team__tel svg.wa {
	fill: var(--green);
}

.team__tel svg.tg {
	fill: #4eb4ff;
}

.section-title__holder {
    margin-bottom: 60px;
}

.section-title__holder .section-title {
    margin: 0;
}

.section-subtitle {
    font-size: 18px;
    margin-top: 10px;
}

@media (max-width: 1739px) {
    .section-title__holder {margin-bottom: 52px;}
}

@media (max-width: 1199px) {
    .section-title__holder {margin-bottom: 44px;}
}

.contract__col_new {
	width: auto;
}

.about {
    margin-bottom: 40px;
    padding: 100px 80px 68px;
    border-radius: 30px;
    color: #fff;
}

.about__title {
    margin: 0 0 24px;
    font-family: Stolzl, sans-serif;
    font-weight: 500;
    font-size: 48px;
}

.about__desc {
    max-width: 880px;
    margin: 0 0 70px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
}

.about__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

.about__item {
    border-radius: 16px;
    padding: 28px 24px;
    background: var(--bg-card);
}

.about__text {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: var(--primary);
}

.about__text-title {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
}

@media (max-width: 1739px) {
    .about__title {font-size: 46px;}
}

@media (max-width: 1199px) {
    .about {
        margin-bottom: 0;
        padding: 52px 32px 30px;
        border-radius: 20px;
    }
    .about__title {margin-bottom: 16px;}
    .about__desc {
        max-width: 570px;
        margin-bottom: 40px;
        font-size: 16px;
    }
    .about__row {gap: 12px;}
    .about__item {padding: 28px 20px;}
    .about__text {font-size: 17px;}
}

@media (max-width: 1023px) {
    .about__row {grid-template-columns: repeat(2, 1fr);}
}

@media (max-width: 575px) {
    .about {padding: 36px 20px;}
    .about__title {font-size: 22px;margin-bottom: 12px;}
    .about__row {gap: 8px;}
    .about__item {padding: 20px 10px;}
    .about__text {font-size: 16px;}
}

@media (max-width: 767px) {
    .box__wrap--main .section--slider {padding-bottom: 10px;}
    .box__wrap--main .section__footer {margin-top: -10px;justify-content: center;}
}

@media (max-width: 575px) {
    .advant__area.mobile-hide {display: none;}
    .advant__icon {margin-bottom: 12px;}
    .advant__desc {display: block;margin-top: 5px;}
}

@media screen and (max-width: 1739px) {
    .card__name {font-size: 18px;}
}

.card__desc .btn {
    background: none;
    color: var(--secondary);
}

.card__desc .btn:hover {
    background: var(--secondary);
    color: #fff;
}

.dark .card__desc .btn {
    background: none;
    color: #fff;
}

.dark .card__desc .btn:hover {
    color: var(--secondary);
}

.price-breakdown__desc {
    color: var(--primary);
}



.team__tel svg.max {
	fill: #5a8cff;
}

.filter-menu__checkbox {
	border: 1px solid #ced7d9;
	border-radius: 10px;
}

.filter-menu__checkbox label {
	height: 40px;
}

.filter-menu__checkbox label::before {
	top: 8px;
	border: 1px solid #ced7d9;
}

.dark .filter-menu__checkbox label {
	color: #fff;
}

.dark .filter-menu__checkbox {
	border: 1px solid #798383;
}

.dark .filter-menu__checkbox label::before {
	border: 1px solid #798383;
}


.reviews_promo {
    margin-bottom: 100px
}

.reviews_promo_flex {
    display: flex;
    gap: 1.5rem
}

.reviews_promo_flex .col_1,.reviews_promo_flex .col_3 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-width: calc(25% - 1rem)
}

.reviews_promo_flex .col_2 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

@media (max-width: 1023px) {
    .reviews_promo_flex {
        display:flex;
        gap: 1.5rem;
        flex-direction: column
    }
}

.reviews_promo_flex .col_inner {
    display: flex;
    gap: 1.5rem;
    flex-grow: 1
}

.reviews_promo_flex .col_inner .col {
    width: calc(50% - .75rem);
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

@media (max-width: 1023px) {
    .reviews_promo_flex .col_inner {
        flex-direction:column
    }

    .reviews_promo_flex .col_inner .col {
        width: 100%
    }
}

.reviews_promo_flex .reviews_promo_item.video {
    background-color: #000;
    border-radius: 1rem;
    position: relative;
    overflow: hidden
}

.reviews_promo_flex .reviews_promo_item.video img {
    display: block;
    max-width: 100%;
    height: auto;
    opacity: .35;
    transition: .5s ease all
}

.reviews_promo_flex .reviews_promo_item.video:hover img {
    opacity: .5;
    transition: 1s ease all
}

.reviews_promo_flex .reviews_promo_item.video a {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    gap: .4rem;
    color: #fff
}

.reviews_promo_flex .reviews_promo_item.video .site {
    display: flex;
    align-items: center;
    gap: .5rem
}

.reviews_promo_flex .reviews_promo_item.video .site img {
    width: 24px;
    height: 24px;
    display: block;
    opacity: 1
}

.reviews_promo_flex .reviews_promo_item.video .caption .caption_car {
    font-weight: 700
}

.reviews_promo_flex .reviews_promo_item.text {
    flex-grow: 1;
    background-color: #fff;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    color: #000;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    max-width: 100%
}

.reviews_promo_flex .reviews_promo_item.text .head {
    display: flex;
    gap: 15px
}

.reviews_promo_flex .reviews_promo_item.text .head .name {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    font-weight: 700
}

.reviews_promo_flex .reviews_promo_item.text .head .name .stars {
    display: flex
}

.reviews_promo_flex .reviews_promo_item.text .head .name .stars img {
    display: block
}

.reviews_promo_flex .reviews_promo_item.text .text {
    margin-bottom: 0;
    max-width: 100%;
    color: #000
}

.reviews_promo .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 4rem 0 2rem 0;
    justify-content: center;
}

.reviews_promo .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: calc(100% / 4 - 18px);
    padding: 1rem;
    background: #fff;
    color: #000;
    border-radius: 1rem;
    transition: .5s ease all
}

.reviews_promo .buttons a img {
    max-width: 36px
}

.reviews_promo .buttons a:hover {
    background: #eee;
    transition: 1s ease all
}

@media (max-width: 767px) {
    .reviews_promo .buttons a {
        font-size:14px;
        gap: .5rem;
        width: calc(100% / 2 - 1rem)
    }
}

.blog .select2-container--default .select2-selection--single {
    height: 58px;
    background-color: transparent;
    border: 1px solid #ced7d9;
    @media (width <= 768px) {
        height: 50px;
        font-size: 14px;
    }
}

.blog .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--gray);
    @media (width <= 768px) {
        font-size: 14px;
    }
}

.search input {
    font-size: 16px;
    @media (width <= 768px) {
        font-size: 14px;
    }
}

.article p a,
.article ul a,
.article h3 a,
.article h1 a,
.article h2 a {
    color: var(--secondary);
    text-decoration: underline;
    &:hover {
        text-decoration: none;
    }
}

/**
 * Баннеры / Баннер на весь экран v2
*/

.hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.hero--full .black__bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 1;
    pointer-events: none;
}
.hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero--full.hero--dark .hero__header,
.hero--full.hero--dark .hero__header.lc__left {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero--full.hero--dark .hero__header.lc__center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero__title {
    margin-bottom: 50px;
}
.hero__text {
    margin-bottom: 50px;
}
.hero--full.hero--dark .hero__text {
    max-width: 500px;
}
.hero--full.hero--dark .hero__header.lc__center .hero__text .article ul li {
    padding-left: 0;
}
.hero--full.hero--dark .hero__header.lc__center .hero__text .article ul li::before {
    display: none;
}

/**
 * Форма обратной связи
*/

#fb_auto_new .btn--tg {
    border-color: #3d9bff;
    background-color: #3d9bff;
}
#fb_auto_new .btn--tg:hover {
    color: #3d9bff;
    background: #fff;
}
#fb_auto_new .btn--max {
    border-color: #7e3ce5;
    background-color: #7e3ce5;
}
#fb_auto_new .btn--max:hover {
    color: #7e3ce5;
    background: #fff;
}
#fb_auto_new .btn--cb {
    grid-column: span 2;
}
#fb_auto_new .modal__btns {
    row-gap: 20px;
}

.article h4 a {
    color: var(--secondary);
}

.tk {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px
}

.tk__item {
	padding: 60px;
	background: #fff;
	border-radius: 0px;
	border: 1px solid transparent;
	transition: .3s linear
}

.tk__item:hover {
	border-color: var(--border)
}

.tk__info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 20px;
	flex-wrap: nowrap;
	margin-bottom: 20px
}

.tk__img {
	flex: none;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
    border: 1px solid var(--border);
}

.tk__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.tk__name p {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: var(--font-dark)
}

.tk__name a {
    color: var(--secondary);
	transition: .3s linear
}

.tk__name p:first-child {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 18px
}

.tk__tel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 10px
}

.tk__tel svg {
	width: 30px;
	height: 30px;
	fill: var(--secondary)
}

.tk__tel a {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
	color: var(--font-dark);
	transition: .3s linear
}

.tk__tel a:hover {
	color: var(--font-gray)
}

.tk__tel svg.wa {
	fill: var(--green);
}

.tk__tel svg.tg {
	fill: #4eb4ff;
}
.tk__item {
    border-color: var(--border);
}
.tk__address {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.tk__icon {
    width: 30px;
    height: 30px;
    margin-top: 8px;
}
.tk__icon svg {
    width: 100%;
    height: 100%;
    fill: var(--secondary);
}
.tk__text {
    width: auto;
}
.tk__text address {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: var(--primary);
}
.dark .tk__item {
    background: var(--bg-box);
}
@media screen and (max-width:1739px) {
    .tk__item {
		padding: 45px
	}

	.tk__member {
		column-gap: 16px
	}

	.tk__img {
		width: 80px;
		height: 80px
	}

	.tk__name p {
		font-size: 14px
	}

	.tk__name p:first-child {
		font-size: 16px
	}

	.tk__tel svg {
		width: 20px;
		height: 20px
	}

	.tk__tel a {
		font-size: 22px
	}
    .tk__text a {
		font-size: 28px
	}

	.tk__text address {
		font-size: 16px
	}
}
@media screen and (max-width:1199px) {
    .tk__item {
		padding: 40px 30px
	}

	.tk__member {
		column-gap: 12px
	}

	.tk__img {
		width: 60px;
		height: 60px
	}

	.tk__name p {
		font-size: 12px
	}

	.tk__name p:first-child {
		margin-bottom: 6px;
		font-size: 14px
	}

	.tk__tel a {
		font-size: 20px
	}
    .tk__text {
		width: calc(100% - 38px)
	}

	.tk__text a {
		font-size: 26px
	}

	.tk__text address {
		font-size: 14px
	}
}

@media screen and (max-width:1023px) {
    .tk {
		grid-template-columns: repeat(2, 1fr)
	}

	.tk__item {
		padding: 40px 50px;
		border-radius: 30px
	}
}
@media screen and (max-width:767px) {
    .tk {
		grid-template-columns: 100%
	}

	.tk__item {
		padding: 30px 55px
	}
}
@media screen and (max-width:575px) {
    .tk__member {
		margin-bottom: 16px
	}

	.tk__img {
		width: 50px;
		height: 50px
	}

	.tk__name p:first-child {
		margin-bottom: 4px
	}

	.tk__tel svg {
		width: 18px;
		height: 18px
	}

	.tk__tel a {
		font-size: 18px
	}
    
    .tk__text {
		width: calc(100% - 32px)
	}

	.tk__text a {
		font-size: 18px
	}

	.tk__text address {
		font-size: 12px
	}
}
@media screen and (max-width:374px) {
    .tk__item {
		padding: 20px 27px
	}
}



.filter__hmob {
	display: none;
}
.filter__hmob.open {
	display: block;
}

.review-card__author {
    width: 100%;
}

.review-card__name span {
    display: block;
    font-weight: 500;
    font-size: 18px;
}

@media screen and (max-width: 1739px) {
    .review-card__name span {
        font-size: 16px;
    }
}

/**
 * Новый логотип
*/

.logo {
    width: 100%;
    max-width: 115px;
}
@media screen and (max-width: 1199px) {
    .logo {
        max-width: 90px;
    }
    .top__wrap {
        padding: 10px;
    }
    .top__center,
    .top__left {
        width: 120px;
    }
    .top__center {
        justify-content: flex-start;
    }
}
@media (max-width: 1199px) {
    .toggle-theme {
        display: none;
    }
    .top__wrap {
        padding: 3px;
    }
    .logo {
        height: 50px;
    }
    .logo > img {
        height: inherit;
    }
    .top__center {
        justify-content: space-between;
        width: 100%;
    }
    .top__right {
        margin-left: 0;
        margin-right: 5px;
    }
    .top__center {
        margin-left: 5px;
        margin-right: 0;
    }
    .top .logo {
        margin-right: 0;
    }
}

.card-row__name {
    flex-wrap: nowrap;
    margin-bottom: 14px;
    min-height: 54px;
}

.card__age {
	margin-bottom: 14px;
	min-height: 40px;
}


.card__car {
    height: auto;
    min-height: 48px;
}

.sz-subscribe {
	margin-bottom: 100px;
}

.sz-subscribe__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    padding-left: 100px;
    border-radius: 30px;
    background: #2e3138;
}

.sz-subscribe__img {
    align-self: flex-end;
    flex: none;
    width: 850px;
}

.sz-subscribe__img img {
    display: block;
    width: 100%;
    height: auto;
}

.sz-subscribe__content {
    flex-grow: 1;
    padding-block: 100px;
}

.sz-subscribe__title {
    margin: 0 0 40px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 50px;
    line-height: 1.15;
    color: #fff;
}

.sz-subscribe__title span {
	color: #ef2122;
}

.sz-subscribe__text {
    max-width: 384px;
    margin: 0 0 50px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.sz-subscribe__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sz-subscribe__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 260px;
    height: 78px;
    border: 1px solid #fff;
    border-radius: 60px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background-color: transparent;
    transition: all .3s;
}

.sz-subscribe__btn:hover {
	background-color: #ef2122;
}

.sz-subscribe__btn img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

@media screen and (max-width:1739px) {
    .request {margin-bottom: 90px;}
    .sz-subscribe__wrap {gap: 40px; padding-left: 80px;}
    .sz-subscribe__content {padding-block: 80px;}
    .sz-subscribe__title {font-size: 48px;}
    .sz-subscribe__img {width: 680px;}
}

@media screen and (max-width:1539px) {
    .sz-subscribe__wrap {gap: 40px; padding-left: 60px;}
    .sz-subscribe__content {padding-block: 60px;}
    .sz-subscribe__title {font-size: 40px;}
    .sz-subscribe__btn {width: 240px; height: 68px; font-size: 18px;}
    .sz-subscribe__btn img {width: 32px; height: 32px;}
    .sz-subscribe__img {width: 580px;}
}

@media screen and (max-width:1365px) {
    .sz-subscribe__title {margin-bottom: 30px; font-size: 36px;}
    .sz-subscribe__text {margin-bottom: 40px; font-size: 16px;}
    .sz-subscribe__img {width: 540px;}
}

@media screen and (max-width:1199px) {
    .request {margin-bottom: 80px;}
    .sz-subscribe__wrap {gap: 20px; padding-left: 40px;}
    .sz-subscribe__content {padding-block: 40px;}
    .sz-subscribe__title {font-size: 32px;}
    .sz-subscribe__btn {width: 200px; height: 58px; font-size: 16px;}
    .sz-subscribe__btn img {width: 28px; height: 28px;}
    .sz-subscribe__img {width: 420px;}
}

@media screen and (max-width:1023px) {
    .sz-subscribe__wrap {flex-direction: column; gap: 32px; padding: 40px 40px 0;}
    .sz-subscribe__content {padding: 0;}
    .sz-subscribe__img {width: 100%; max-width: 540px; align-self: center;}
}

@media screen and (max-width:575px) {
    .request {margin-bottom: 70px;}
    .sz-subscribe__wrap {padding-inline: 0;}
    .sz-subscribe__content {padding-inline: 40px;}
    .sz-subscribe__btn {width: 100%;}
}

@media screen and (max-width:480px) {
    .sz-subscribe__wrap {padding-top: 30px;}
    .sz-subscribe__content {padding-inline: 30px;}
    .sz-subscribe__title {margin-bottom: 15px; font-size: 28px;}
    .sz-subscribe__text {margin-bottom: 20px; font-size: 14px;}
    .sz-subscribe__btn {height: 52px; gap: 12px;}
}

@media screen and (max-width:374px) {
    .request {margin-bottom: 60px;}
}

/**
 * Команда
*/

.team__img {
    width: 160px;
    height: 160px;
}

.team__member {
    flex-direction: column;
    gap: 16px;
}

.team__tel {
    justify-content: center;
    gap: 10px;
}

.team__tel > a:first-child {
    width: 100%;
    text-align: center;
}
.team__name {
    text-align: center;
}





.price-breakdown__section.section-custom {
	grid-row-gap: 5px;
}
.price-breakdown__section.section-custom .age-select {
	margin-bottom: 20px;
}

.age-select .select2 {
	max-width: 280px !important;
	margin-top: 5px;
}

/**
 * Соотношение сторон у картинок
 */
.card__img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
}
.card-row-gallery {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
}
.card-row-gallery .list {
    height: 100% !important;
}

.catalog-grid--four.china-used .card__info {
    height: 195px;
    margin-bottom: 0px;
}

.catalog-grid--four .card__name {
    width: 72%;
    height: 75px;
}

/**
 * Договор
 */

.contract__section a {
    color: var(--secondary);
    text-decoration: underline;
}
.contract__section a:hover {
    text-decoration: none;
}

/**
 * Каталог, стили карточек
 */

.catalog-grid--four .card__name > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog-grid--four.china-used .card__info {
    height: auto;
    margin-bottom: 0px;
}
.catalog-grid--four.china-used .card__row:first-child {
    border-bottom: none;
}
.catalog-grid--four.china-used .card__car .card__name + .card__year {
    right: -5px;
    position: absolute;
    top: 0;
    line-height: 1.5;
}
.catalog-grid--four.china-used .card__item > span {
    white-space: nowrap;
}

.card__desc-bg-none {
    babkground-color: none;
}

/**
 * Анимация мигания
 */

@keyframes copyInfoBlink {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

.copy-info-blink {
    animation: copyInfoBlink 0.3s ease-in-out 2;
}


/**
 * Листинг авто
 */

.card-row-gallery .list .img {
    border-radius: 0;
}


/**
 * Карточка авто
 */
 
.section-title-holder {
    display: flex;
    align-items: center;
    gap: 14px;
    align-items: flex-start;
}

.section-page-link-copy {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
    margin-top: 10px;
    transition: 0.2s;
}

.section-page-link-copy:hover {
    color: var(--secondary);
}

.section-page-link-copy svg {
    width: 30px;
    height: 30px;
    display: block;
}

div.car-card__header div.contact_box .car-price__item {
    padding-left: 0;
}

.car-card__header,
.car-card__right {
    padding-left: 20px;
}

.car-card .specifs {
    margin-bottom: 40px;
}

.car-card .car-price {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.car-card .car-price .car-price__item {
    margin-bottom: 0;
    flex-wrap: nowrap;
}

.car-card .car-price .car-price__item span {
    font-size: 20px;
}

@media screen and (max-width: 1739px) {
    .car-card .car-price .car-price__item span {
        font-size: 18px;
    }
}

.car-card .car-price .car-price__item span:nth-child(2) {
    font-weight: 400;
    color: var(--primary);
}

.car-card .car-card__right .car-price__item span:nth-child(2) {
    white-space: nowrap;
}

.car-card .gallery__carousel img {
    aspect-ratio: 1.3333;
}

.car-card .car-card__header .specifs {
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 580px;
}

.car-card .contact_box.mobile {
    display: none;
}

.car-card .car-price__item span > span {
    padding-right: 0;
}
.car-card .calc-city-select {
    display: inline-block;
    border-bottom: var(--primary) 1px dashed;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
    overflow: visible;
}
.car-card .calc-city-select:hover {
    color: var(--secondary);
    border-bottom-color: var(--secondary);
}

.car-card .card-row-gallery .list .item .img {
  border-radius: 0 !important;
}

/* Контейнер выпадающего списка */
.change-calc-city-dropdown {
    position: absolute;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 180px;
    overflow: hidden;
    top: 25px;
    animation: changeCalcDropdownFadeIn 0.2s ease;
}

/* Анимация появления */
@keyframes changeCalcDropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.change-calc-city-dropdown-option {
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(206, 215, 217, .5);
}

.change-calc-city-dropdown-option:last-child {
    border-bottom: none;
}

.change-calc-city-dropdown-option:hover {
    color: var(--secondary);
    background-color: rgba(206, 215, 217, .25);
}


@media screen and (min-width: 1740px) {
    .car-card .car-card__header .specifs {
        
    }
}

@media screen and (max-width: 1739px) {
    .car-card .section-title-holder {
        margin-bottom: 50px;
    }
    .car-card .section-title-holder .section-title {
        margin-bottom: 0;
    }
    .section-page-link-copy {
        margin-top: 5px;
    }
    .section-page-link-copy svg {
        width: 24px;
        height: 24px
    }
    .change-calc-city-dropdown {
        top: 22px;
    }
}

@media screen and (max-width: 1199px) {
    .car-card .section-title-holder {
        margin-bottom: 30px;
    }
    .car-card .section-title-holder .section-title {
        margin-bottom: 0;
    }
    .section-page-link-copy {
        margin-top: 3px;
    }
    .section-page-link-copy svg {
        width: 20px;
        height: 20px
    }

    .change-calc-city-dropdown {
        top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .car-card__header,
    .car-card__right {
        padding-left: 0;
    }
}

/**
 * Индивидуальные стили для сайта клиента, не для Теста. На Тесте остается пустым.
 */
 
.footer .bottom__text + .bottom__text {
    margin-top: 10px;
}

/*
 * Каталог с селектом
 */
 
.hits.long__select .hits__select {
    grid-row: span 2;
    max-height: 760px;
}
@media screen and (max-width: 1739px) {
    .hits.long__select .hits__select {
        max-height: 700px;
    }
}
.hits__select__searchable .hits__search {
    margin-bottom: 15px;
    margin-left: -10px;
    width: calc(100% + 10px);
}


.hits__select__searchable .hits__list {
    height: calc(100% - 15px - 42px);
}

@media screen and (max-width: 1739px) {
    .hits__select__searchable .hits__list {
        height: calc(100% - 15px - 34px);
    }
}

@media screen and (min-width: 1200px) and (max-width: 1739px) {
    .navbar__left {
        width: calc(100% / 12 * 1.3 - 20px);
    }
    .navbar__center {
        width: calc(100% / 12 * 5.1 - 80px) !important;
    }
    .office__info {
        display: block;
    }
    .office__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border: 0;
    }
    .navbar__contacts:nth-child(2) {
        margin-left: 10px;
    }
}