/**
 * Индивидуальные стили для сайта клиента, не для Теста. На Тесте остается пустым.
*/

:root {
	--secondary: #D22735;
}

.d-inline-block {
    display: inline-block;
}

blockquote {
    padding: 30px;
    margin: 30px 0;
    border-left: 4px solid var(--secondary);
    border-right: 4px solid var(--secondary);
    border-radius: 30px;
    /*background: #ddd;*/
    font-size: 16px;
    line-height:1.6
}

.car-order-box .car-card__footer {
	justify-content: flex-start;
}

.car-order-box .car-card__footer >* {
	width: 50%;
}

@media (max-width:767px) {
	.car-order-box .car-card__footer >* {
		width: 100%;
	}
}

.car-order-box .car-card__footer .car-card__footer_left {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	align-items: center;
	text-align: center;
}

.car-order-box .car-card__footer .car-card__footer_left .wa_text {
	max-width: 300px;
	margin:0 auto;
}

.btn.green {
	background: #1bae3d;
	border-color:#1bae3d;
}

.btn.green:hover {
	color: #fff;
	background: #22da4c;
	border-color: #22da4c;
}

.car-order-box .car-card__footer .car-card__footer_left p {
	width: auto;
	margin-bottom: 10px;
}

.car-order-box .car-card__footer .car-card__footer_left .qr_box {
	max-width: 300px;
	width: 100%;
	margin:0 auto;
}

.car-order-box .car-card__footer .car-card__btns {
	margin-left: 0;
	justify-content: center;
}

.car-order-box .car-card__footer .car-card__footer_left .qr {
	display: block;
	margin:0 auto 10px auto;
	max-width: 160px;
	height: auto;
}




table.tut,
table.main_h,
table.main {
    text-align: center !important;
    border-collapse: collapse;
    border-spacing: 0;
}

table.tut tr:first-child,
table.main_h tr:first-child {
	color: #fff;
    background: var(--secondary);
    font-weight: 600;
    font-size: 14px;
}

table.main td,
table.main_h td {
    padding: 0 3px;
    border: 1px solid;
    word-break: break-all !important;
    white-space: normal !important;
    overflow-wrap: break-word;
    width: 50px;
    font-size: 12px;
    line-height: 14px;
}

table.tut tr,
table.main tr {
    background-color: rgb(238, 255, 255);
}

table.tut tr:nth-child(2n),
table.main tr:nth-child(2n) {
    background: #b8cce5;
}





.card-row {
	display: flex;
	flex-direction: column;
}

.card-row .card-row__desc {
	flex-grow: 1;
}

.card-row .card-row__desc .card-row__car {
	flex-grow: 1;
}




.carousel-four .card-row {
    display: flex;
}

.carousel-four .card-row__desc {
    position: relative;
    height: calc(100% - 260px);
}

@media screen and (max-width: 1739px) {
    .carousel-four .card-row__desc {
        height: calc(100% - 214px);
    }
}

.carousel-four .card-row__car_info {
    flex-grow: 1;
}

.card-row__buttons {
    display: flex;
    gap: 10px;
}

.card-row__buttons >*:first-child {
    flex-grow: 1;
}


.card-row__buttons .btn {
    padding:14px;
}

.card-row__buttons .wa {
    display: flex;
    padding: 14px;
    align-items: center;
    justify-content: center;
    border:1px solid green;
    border-radius: 60px;
    transition: .3s linear;
}

.card-row__buttons .wa svg {
    width: 24px;
    height: 24px;
    fill: green;
}

.card-row__buttons .wa:hover {
    background: green;
    transition: .3s linear;
}

.card-row__buttons .wa:hover svg {
    fill: #fff;
}



.card-row__buttons .msgs__tg {
    display: flex;
    padding: 14px;
    align-items: center;
    justify-content: center;
    border:1px solid #259dd9;
    border-radius: 60px;
    width: auto;
    height: auto;
}

.card-row__buttons .msgs__tg svg {
    width: 24px;
    height: 24px;
    fill: #259dd9;
}

.card-row__buttons .msgs__tg:hover {
    background: #259dd9;
}

.card-row__buttons .msgs__tg:hover svg {
    fill: #fff;
}


@media screen and (max-width: 1739px) {
    .card-row__buttons {
        gap: 5px;
    }
    .card-row__buttons .btn {
        height: 42px;
        padding: 0 10px;
        border-radius: 30px;
    }
    .card-row__buttons .msgs__tg,
    .card-row__buttons .wa {
        padding: 11px;
    }
    .card-row__buttons .msgs__tg svg,
    .card-row__buttons .wa svg {
        width: 18px;
        height: 18px;
    }
}





.f-contacts__row .office {
	max-width: 300px;
}

.f-contacts__row .office .office__tel {
    font-size: 20px;
}

.f-contacts__row .office .office__text {
    font-size: 13px;
}


.developer {
	font-size: 12px;
}

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


#dogovor_form .form-group input:disabled {
	background-color: #eee;
}

#dogovor_form .select2-container--default .select2-selection--multiple,
#dogovor_form .select2-container--default .select2-selection--single,
#dogovor_form .form-group textarea {
	background: #fff;
}



.big-image {
	display: block;
	overflow: hidden;
	border-radius: 50px;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.big-image {
		max-width: 70%;
		margin:0 auto 20px auto;
	}
}

@media screen and (max-width: 1023px) {
    .big-image {
        border-radius: 30px;
    }
}

@media screen and (max-width: 480px) {
    .big-image {
        border-radius: 10px;
    }
}

.big-image img {
	display: block;
}



@media screen and (max-width: 575px) {
    .footer {
        padding-bottom: 0px;
    }
}



.header .navbar.fixed,
.header--hfull .navbar.fixed {
	background: linear-gradient(to bottom, rgba(12, 15, 33, 1) 0%, rgba(23, 35, 52, 0.82) 64%, rgba(29, 47, 63, 0.63) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.82) 64%, rgba(0, 0, 0, 0.63) 100%);
}


.header .navbar.fixed .menu__link,
.header--hfull .navbar.fixed .menu__link {
	color: #fff;
}

.navbar.fixed .nav__dropdown-toggle {
	color: #fff;
}

.navbar.fixed .nav__dropdown.priority-nav__dropdown.show .menu__link,
.header--hfull .navbar .nav__dropdown.priority-nav__dropdown.show .menu__link {
	color: #222;
}

.navbar.fixed .nav__dropdown.priority-nav__dropdown.show .menu__link svg,
.header--hfull .navbar .nav__dropdown.priority-nav__dropdown.show .menu__link svg {
	fill: #222;
}



.logo img.black {
	display: none;
}

.header .logo img.white {
	display: none;
}

.header .logo img.black {
	display: block;
}

.header .navbar.fixed .logo img.black {
	display: none;
}

.header.header--hfull .logo img.white,
.header .navbar.fixed .logo img.white {
	display: block;
}


.header--hfull .navbar .logo img.black,
.header--hfull .navbar.fixed .logo img.black {
	display: none;
}

.header.header--hfull .logo img.black {
    display: none;
}

.footer__wrap .logo img.black {
	display: block;
}



@media (max-width:1199px) {
	.header .logo img {
		max-height: 40px;
		width: auto;
	}
}




.catalog-list .card-row {
	flex-direction: row;
}

@media (min-width: 1740px) {
	.first-right {
		height: 760px;
	}
	.hero--full {
		margin-top: -170px;
	}
}

@media screen and (max-width: 1199px) {
    .hero--full {
        margin-top: -150px;
    }
}

 


.button-red {
	background: var(--secondary);
	border:1px solid var(--secondary);
	color: #fff;
	padding:5px;
	border-radius: 4px;
}

.button-red:hover {
	background: #fff;
	color:var(--secondary);
}



@media (max-width: 575px) {
	.top__row {
		margin-right: 0;
	}
	.top .top__right {
		display: none;
	}
	.top__center {
		margin:0;
	}
	.header .logo img {
		min-height: 60px;
	}
}





.navbar__right .m-tooltip__box {
	width: 220px;
}

.navbar__right .m-tooltip__phone {
	margin-bottom: 0;
}

.navbar.fixed .office__info .office__tel {
	color: #fff;
}

.navbar.fixed .office__info .office__text {
	color: #fff;
}



.menu__link.button_red {
	background: rgba(210, 39, 53, .8);
	padding: 10px;
	border-radius: 30px;
}

.menu {
	align-items: center;
}




.smart-captcha.has-error {
	border:1px solid red;
	border-radius: 11px;
	overflow: hidden;
}



@media (max-width:575px) {

	.navbar.fixed .navbar__row {
		flex-wrap: nowrap;
	}

	.header .navbar.fixed .logo img {
        min-height: 40px;
        display: block;
        margin:0 auto;
    }
	
	.navbar.fixed .navbar__center {
		order:1;
	}

	.navbar.fixed .navbar__left {
		display: block;
		order:2;
		width: auto;
		flex-grow: 1;
	}

	.navbar.fixed .navbar__right {
		order:3;
	}
}





.car-card__footer .car-card__btns .wa-link,
.car-card__footer .car-card__btns .tg-link ,
.car-card__footer .car-card__btns .max-link {
	border-color: #3dbf00;
	width: 61px;
	height: 61px;
}

.car-card__footer .car-card__btns .tg-link {
	border-color: #0088cc;
}

.car-card__footer .car-card__btns .max-link {
	border-color: #4145e8;
}

.msgs__max {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #4145e8;
    border-radius: 50%;
    transition: .3s linear;
}

.car-card__footer .car-card__btns .wa-link svg,
.car-card__footer .car-card__btns .tg-link svg {
	width: 32px;
	height: 32px;
}

.car-card__footer .car-card__btns .tg-link svg {
	fill:#0088cc;
}

@media (max-width:575px) {
	.car-card__footer .car-card__btns .wa-link,
	.car-card__footer .car-card__btns .tg-link {
		width: 48px;
		height: 48px;
	}
	.car-card__footer .car-card__btns .wa-link svg,
	.car-card__footer .car-card__btns .tg-link svg {
		width: 24px;
		height: 24px;
	}
}




.msgs__tg {
    border: 1px solid rgba(174, 179, 179, .3);
}

.msgs__tg:hover {
    border-color: #259dd9;
}

.msgs__tg svg {
    fill: #259dd9;
}


.header--hfull .msgs__tg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding-right: 3px;
    border: 1px solid rgba(174, 179, 179, .3);
    border-radius: 50%;
    border-color: #fff;
    transition: .3s 
	linear;
}

.header--hfull .msgs__tg svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

/* 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;
    &: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%, 10%);
}
.question.active .arrow-down {
    transform: rotate(-45deg) translate(-60%, 20%);
}
.answer {
    display: none;
    margin: 30px 0;
}

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

.tags-items {
    display: flex;
    flex-wrap: wrap;
}

.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;
    @media (width <= 1023px) {
        font-size: 14px;
    }
    @media (width <= 575px) {
        font-size: 12px;
        margin-left: 0;
    }
}

.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;
    line-height: 1.5;
    color: var(--primary);
    text-decoration: underline;
    transition: all 0.3s linear;
    margin-right: 10px;
    white-space: nowrap;
    @media (width <= 1023px) {
        font-size: 14px;
    }
    @media (width <= 575px) {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 6px;
        font-size: 12px;
        margin-left: 0;
    }
}

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

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

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

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


/* LK  */

.account__row {
    align-items: stretch;
}

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

.account__wrap .acc-user__docs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
}

.account__wrap .buttons .btn {
    width: auto;
    height: auto;
    padding: 14px 14px;
}

.account__wrap .buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}

.account__wrap .buttons div {
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    padding-top: 5px;
    font-size: 12px;
    align-items: center;
}

@media (max-width: 1735px) {
    .account__wrap .buttons div .docs_title {
        width: 100%;
    }
}

.account__wrap .buttons div .btn {
    font-size: 12px;
    width: 100px;
}




.modal__btns {
    display: flex;
    width: 100%;
    gap:10px;
    align-items: center;
}

.msgs__tg {
    padding-right: 0;
}

.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-color: #7324e2;
}

.msgs__max svg {
    width: 18px;
    height: 18px;
    fill: #7324e2;
}


.btn--messanger {
    padding:0;
    background: none;
    border:0;
}


.card-row__buttons {
    align-items: center;
    justify-content: stretch;
}

.card-row__buttons .btn {
    padding:17px 5px;
}

.card-row__buttons .max {
    display: flex;
    padding: 14px;
    align-items: center;
    justify-content: stretch;
    border: 1px solid #7324e2;
    border-radius: 60px;
    width: auto;
    height: auto;
    transition: background .4s;
}

.card-row__buttons .max:hover {
    background: #7324e2;
}

.card-row__buttons .max svg {
    width: 24px;
    height: 24px;
    fill: #7324e2;
}

.card-row__buttons .max:hover svg {
    fill: #fff;
}

.contacts__icon--violet svg {
    fill: #7324e2;
}

@media screen and (max-width: 1739px) {
    .card-row__buttons .max {
        padding:11px;
    }
    .card-row__buttons .max svg {
        width: 18px;
        height: 18px;
    }
}




.header--hfull .msgs__max {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding-right: 0px;
    border: 1px solid rgba(174, 179, 179, .3);
    border-radius: 50%;
    border-color: #fff;
    transition: .3s linear;
}

.header--hfull .msgs__max:hover {
    background: #fff;
}

.header--hfull .msgs__max svg {
    fill: #fff;
}

.header--hfull .msgs__max:hover svg {
    fill: var(--secondary);
}





.top_models_text {
    padding:24px 5px;
}

.looking.top_models {
    padding-top: 24px;

}

@media (max-width:767px) {
    .looking {
        overflow-x: scroll;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .looking__label {
        width: auto;
    }
}



.seo_text {
    margin-bottom: 36px;
}

.sets-catalog__nav.auc {
    margin-bottom: 36px;
}

.sets-catalog__link.auc {
    background: var(--bg-box);
}

.mob_visible {
    display: none;
}

@media (max-width: 767px) {
    .sets-catalog__link.auc.mob_hidden {
        display: none;
    }
    .mob_visible {
        display: flex;
        text-align: center;
        margin-bottom: 24px;
    }
}

/**
 * Дополнительные стили для формы сабмита
*/

#fb_auto_new .cb-outer .cb-inner {
    width: 100%;
    padding: 10px 10px 10px 15px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--primary);
}

#fb_auto_new .form-group input,
#fb_auto_new .cb-outer .cb-inner .cb-title {
    font-weight: 600;
    font-size: 18px;
}

#fb_auto_new .cb-outer .cb-inner .cb-title {
    border-bottom: 1px solid var(--border);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#fb_auto_new .modal__btns {
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    gap: 10px;
    align-items: center;
    border-top: 1px solid var(--border);
}

#fb_auto_new .modal__btns .btn {
    border-radius: 10px;
    background: #1ac964;
    border: 1px solid #1ac964;
}
#fb_auto_new .modal__btns .btn:hover {
    background: #fff;
    color: #1ac964;
}
#fb_auto_new .cb-outer .cb-inner .cb-btns {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

#fb_auto_new .form_radio_btn {
	display: inline-block;
}
#fb_auto_new .form_radio_btn input[type=radio] {
	display: none;
}
#fb_auto_new .form_radio_btn label {
    cursor: pointer;
    line-height: 40px;
    border-radius: 50px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    user-select: none;
    background: #939393;
    padding: 5px 5px 5px 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
#fb_auto_new .form_radio_btn label.no-text {
    padding: 5px !important;
    background: transparent !important;
}
#fb_auto_new .form_radio_btn label img {
    width: 48px;
    height: 48px;
    filter: grayscale(1);
}
#fb_auto_new .form_radio_btn input[type=radio]:checked + label img {
    filter: grayscale(0) !important;
}
#fb_auto_new .form_radio_btn input#cb-radio-0:checked + label {
    background: #df0000;
}
#fb_auto_new .form_radio_btn input#cb-radio-1:checked + label {
    background: #69e38a;
}
#fb_auto_new .form_radio_btn input#cb-radio-2:checked + label {
    background: #3d9bff;
}
#fb_auto_new .form_radio_btn input#cb-radio-3:checked + label {
    background: #7e3ce5;
}
#fb_auto_new .form_radio_btn label:hover {
	opacity: .85;
}

@media screen and (max-width: 1023px) {
    .modal__inner {
        width: 460px;
        padding: 40px 30px;
        border-radius: 30px;
    }
}
@media screen and (max-width: 480px) {
    .modal__inner {
        width: 380px;
        padding: 40px 30px;
        border-radius: 30px;
    }
    #fb_auto_new .form_radio_btn label img {
        width: 32px;
        height: 32px;
    }
    #fb_auto_new .form_radio_btn label {
        padding: 3px 3px 3px 18px;
    }
    #fb_auto_new .form_radio_btn label.no-text {
        padding: 3px !important;
    }
    #fb_auto_new .cb-outer .cb-inner {
        padding: 10px 10px;
    }
  #fb_auto_new .form_radio_btn label {
      line-height: 32px;
  }
}
@media screen and (max-width: 380px) {
    .modal__inner {
        width: 100%;
        min-width: 310px;
    }
    #fb_auto_new .form_radio_btn label {
        padding: 3px;
    }
    #fb_auto_new .form_radio_btn label > span {
        display: none;
    }
    #fb_auto_new .form_radio_btn input#cb-radio-0:checked + label {
        background: transparent;
    }
    #fb_auto_new .form_radio_btn label img {
        width: 48px;
        height: 48px;
    }
  #fb_auto_new .form_radio_btn label {
      background: transparent !important;
  }
}

/**
 * Другое
*/

.looking.pop-auc {
    margin-bottom: 24px;
}

.looking__item.active {
    background: var(--secondary);
}

.looking__item.active a {
    color:#fff;
}



.navbar__messangers a {
    position: relative;
}

.navbar__messangers a span {
    display: none;
    position: absolute;
    z-index: 100;
    top: calc(100% + 5px);
    left:50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 6px;
    border:1px solid #000;
    padding:5px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.navbar__messangers a:hover span {
    display: block;
}
.car-card__btns .btn {
	width: 300px;
}

/**
 * Акции
*/

.actions__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 50px;
}
.actions__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 40px;
    margin-bottom: 80px;
}
@media screen and (max-width: 1739px) {
    .actions__header {
        margin-bottom: 40px;
    }
    .actions__grid {
        row-gap: 35px;
        margin-bottom: 65px;
    }
}
@media screen and (max-width: 1023px) {
    .actions__header {
        margin-bottom: 30px;
    }
    .actions__grid {
        grid-template-columns: 100%;
        row-gap: 30px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 575px) {
    .actions__header {
        row-gap: 10px;
    }
    .actions__grid {
        row-gap: 20px;
        margin-bottom: 30px;
    }
}
.preview-row__desc,
.preview-row__days {
    color: var(--primary);
    line-height: 1.5;
}
.preview-row__days span {
    color: var(--secondary);
}

/**
 * Акции на главной
*/
.box--mt100 {
    margin-top: 100px;
}
.actions-index__wrap {
    width: 100%;
}
.actions-index__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 50px;
}
.actions-index__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
.actions-index__row {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border: 1px solid var(--border);
    border-radius: 25px;
    overflow: hidden;
}
.actions-index__row-second {
    padding: 0 20px 20px 20px;
}
.actions-index__row-img {
    width: 100%;
    min-height: 100px;
    aspect-ratio: 12 / 7;
    overflow: hidden;
}
.actions-index__row-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}  
.actions-index__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: var(--primary);
}
.actions-index__desc {
    color: var(--primary);
    line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .actions-index__grid {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .actions-index__grid {
      grid-template-columns: repeat(1, 1fr);
  }
}


/**
 * Карточка
 */
.card {
    display: flex !important;
    flex-direction: column;
}

.card__desc {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/**
 * Связь по лоту
 */
 
.contact-for-lot {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    flex-grow: 1;
    align-content: end;
}

.contact-for-lot .item {
    border-radius: 20px;
}

.contact-for-lot .item {
    border-radius: 20px;
    transition: .3s linear;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    border-width: 1px;
    border-style: solid;
}

.contact-for-lot .ic,
.contact-for-lot .ph {
    height: 40px;
}

.contact-for-lot .ph {
    color: #fff;
    background: #d22735;
    border-color: #d22735;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.contact-for-lot .ph:hover {
    color: #d22735;
    background: #fff;
    border-color: #d22735;
}

.contact-for-lot .ic {
    width: 40px;
}

.contact-for-lot svg {
    width: 20px;
    height: 20px;
}

.contact-for-lot .tg {
    border-color: #259dd9;
}

.contact-for-lot .wa {
    border-color: #008000;
}

.contact-for-lot .mx {
    border-color: #7324e2;
}

.contact-for-lot .ic svg {
    transition: .3s linear;
}

.contact-for-lot .tg svg {
    fill: #259dd9;
}

.contact-for-lot .wa svg {
    fill: #008000;
}

.contact-for-lot .mx svg {
    fill: #7324e2;
}

.contact-for-lot .ic:hover {
    border-color: #8e8e89;
}

.contact-for-lot .ic:hover svg {
    fill: #8e8e89;
}

.contact-for-lot.big {
    gap: 10px;
}

.contact-for-lot.big .item {
    border-radius: 27px;
}

.contact-for-lot.big .item {
    border-radius: 27px;
}

.contact-for-lot.big .ic,
.contact-for-lot.big .ph {
    height: 54px;
}

.contact-for-lot.big .ph {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}

.contact-for-lot.big .ph:hover {
}

.contact-for-lot.big .ic {
    width: 54px;
}

.contact-for-lot.big svg {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 1199px) {
    .contact-for-lot .ph {
        font-size: 12px;
    }
    .contact-for-lot.big .ph {
        font-size: 14px;
    }
}

/**
 * Карточка товара
 */
.car-card__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
    row-gap: 30px;
    flex-direction: column;
}
.car-card__footer p {
    width: 100%;
}
.car-card__footer .contact-for-lot {
    justify-content: flex-end;
}
.car-card__btns .contact-for-lot {
    justify-content: flex-end;
}
@media screen and (max-width: 1739px) {
    .car-card__footer {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .car-card__footer .car-card__btns {
        width: 100%;
    }
    .car-card__btns .contact-for-lot.big {
        justify-content: flex-start;
    }
    .car-order-box {
        margin-top: 20px;
    }
}

/**
 * Специалисты на главной
 */

.team.team-index-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1279px;
    margin-left: auto;
    margin-right: auto;
}
.team.team-index-page .team__tel a {
    font-size: 28px;
    line-height: 1.3;
}
@media screen and (max-width: 1199px) {
    .team.team-index-page .team__tel a {
        font-size: 24px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 1023px) {
    .team.team-index-page {
        grid-template-columns: repeat(2, 1fr);
    }
    .team.team-index-page .team__tel a {
        font-size: 22px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 767px) {
  .team.team-index-page .team__item {
      padding: 20px;
  }
  .team.team-index-page .team__tel a {
      font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
    .team.team-index-page {
        grid-template-columns: repeat(1, 1fr);
        max-width: 320px;
    }
}

/**
 * Акции на главной
*/
.box--mt100 {
    margin-top: 100px;
}
.actions-index__wrap {
    width: 100%;
}
.actions-index__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 50px;
}
.actions-index__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
.actions-index__row {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border: 1px solid var(--border);
    border-radius: 25px;
    overflow: hidden;
}
.actions-index__row-second {
    padding: 0 20px 20px 20px;
}
.actions-index__row-img {
    width: 100%;
    min-height: 100px;
    aspect-ratio: 12 / 7;
    overflow: hidden;
}
.actions-index__row-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}  
.actions-index__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: var(--primary);
}
.actions-index__desc {
    color: var(--primary);
    line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .actions-index__grid {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .actions-index__grid {
      grid-template-columns: repeat(1, 1fr);
  }
}

/**
 * Последние покупки на главной
 */
.box--mt100 {
    margin-top: 100px;
}
.last-buy-index__wrap {
    width: 100%;
}
.last-buy-index__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 50px;
}
/*
.last-buy-index__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
*/
.last-buy-index__row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid var(--border);
    border-radius: 25px;
    overflow: hidden;
}
.last-buy-index__row-second {
    padding: 0 0 20px 0;
}
.last-buy-index__row-img {
    width: 100%;
    max-width: 420px;
    min-height: 100px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.last-buy-index__row-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}  
.last-buy-index__owner {
    padding: 10px 20px 10px 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}
.last-buy-index__name {
    color: var(--secondary);
    font-weight: 700;
    font-size: 20px;
}
.last-buy-index__city {
    white-space: nowrap;
}
.last-buy-index__info {
    border-top: 1px solid var(--border);
    padding: 10px 20px 0 20px;
    color: var(--primary);
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.last-buy-index__model {
    font-weight: 700;
    font-size: 20px;
}
.last-buy-index__price {
    white-space: nowrap;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    border-radius: 50px;
    padding: 4px 16px;
    color: #fff;
    background-color: var(--secondary);
}
@media screen and (max-width: 1199px) {
    .last-buy-index__name {
        font-size: 18px;
    }
    .last-buy-index__model {
        font-size: 18px;
    }
    .last-buy-index__price {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .last-buy-index__wrap {
        margin-bottom: 150px;
    }
    .last-buy-index__row-img {
        max-height: 225px;
    }
}

/**
 * Составные отзывы
 */
.rating {
    border-color:  #ffab08;
}
.rating svg {
    fill: #ffab08;
}
.rating span {
    color: #ffab08;
}
 .review-card__text.shadow::after {
    background: linear-gradient(180deg, transparent 0%, #fff 100%);
}
.video-review-item {
    display: flex !important;
    margin-bottom: 1px;
}
.video-review-card {
    position: relative;
    overflow: hidden;
    display: flex;
    border: 1px solid var(--border);
    border-radius: 25px;
    flex-direction: column;
}
.video-review-card a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    aspect-ratio: 1920 / 1080;
    overflow: hidden;
}
.video-review-card .video-review-card-img {
    flex-grow: 1;
}
.video-review-card .video-review-card-name {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 20px 20px;
    transition: all .3s ease-in-out;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.video-review-card .video-review-card-person {
    font-weight: 700;
    font-size: 20px;
}

.video-review-card .video-review-card-car {
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    .video-review-card .video-review-card-person {
        font-size: 18px;
    }
    .video-review-card .video-review-card-car {
        font-size: 14px;
    }
}

.video-review-card a:before,
.video-review-card a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 20px;
    color: #fff;
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.25));
    opacity: .4;
    transition: all .3s ease-in-out;
    pointer-events: none;
    z-index: 1;
}
.video-review-card a:after {
    top: auto;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
}
.video-review-card .video-review-card-play {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    opacity: .4;
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.video-review-card:hover a:before,
.video-review-card:hover a:after,
.video-review-card:hover .video-review-card-play {
    opacity: .9;
}
.video-review-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.main-reviews-carousel .slick-arrow,
.main-video-reviews-carousel .slick-arrow {
    top: -80px;
}
.mt-100 {
    margin-top: 100px;
}