@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-LightBETA.eot');
    src: local('Inter Light BETA'), local('Inter-LightBETA'),
    url('../fonts/Inter-LightBETA.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-LightBETA.woff2') format('woff2'),
    url('../fonts/Inter-LightBETA.woff') format('woff'),
    url('../fonts/Inter-LightBETA.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
    url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Italic.eot');
    src: local('Inter Italic'), local('Inter-Italic'),
    url('../fonts/Inter-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Italic.woff2') format('woff2'),
    url('../fonts/Inter-Italic.woff') format('woff'),
    url('../fonts/Inter-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
    url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff'),
    url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
    url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter-SemiBold.woff') format('woff'),
    url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
    url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Medium.eot');
    src: local('Unbounded Medium'), local('Unbounded-Medium'),
    url('../fonts/Unbounded-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Unbounded-Medium.woff2') format('woff2'),
    url('../fonts/Unbounded-Medium.woff') format('woff'),
    url('../fonts/Unbounded-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html[lang="ar"] p, html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4, html[lang="ar"] h5, html[lang="ar"] h6, html[lang="ar"] a, html[lang="ar"] span, html[lang="ar"] label {
    direction: rtl;
}

.container {
    position: relative;
}
.row {
    --bs-gutter-x: 2.7rem;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2.7rem;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    padding-top: 9rem;
    color: #292d32;
    background-color: #f4f4f4;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    object-fit: contain;
}

a {
    transition: 0.3s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

button:focus {
    outline: none;
}

input, select, textarea {
    box-shadow: none;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0.4rem;
    background: #f6f6f7;
    padding: 1.6rem;
    transition: 0.3s;
    font-size: 1.4rem;
    color: #0b0c0b;
}
input:focus, select:focus, textarea:focus {
    border-color: #db4410;
}
input::placeholder, textarea::placeholder {
    color: #797a7d;
}

.header {
    background: #1d1c1c;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    color: #fff;
    padding: 1.6rem 0;
    transition: background-color 0.3s ease;
}

body.page-home {
    padding-top: 0;
}

body.page-home .header {
    background: transparent;
}

body.page-home .header.header--scrolled {
    background: #1d1c1c;
}
.header-logo {
    display: block;
    width: 100%;
}
.header-logo img {
    width: 100%;
}
.header-menu {
    display: flex;
    align-items: center;
}
.header-menu__first {
    border-radius: 0.6rem;
    background: #db4410;
    padding: 0.8rem;
    display: flex;
    align-items: center;
    margin-left: 2rem;
}
.header-menu__first img {
    width: 2rem;
    margin-right: 1rem;
}
.header-menu li a.header-menu__first:hover {
    color: #fff;
    background: #eb5825;
}
.utf-section {
    padding-top: 19rem;
    padding-bottom: 13rem;
    background: url("../img/utf-bg.webp") center top no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}
.utf-section__text {
    font-size: 2rem;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0;
}
.utf-section__text img {
    width: 8rem;
    margin-right: 2rem;
}
.utf-section h1 {
    font-family: 'Unbounded', sant-serif;
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 100%;
    margin-top: 2.5rem;
}
.utf-section h2 {
    display: flex;
    align-items: center;
    margin-top: 3rem;

    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
}
.utf-section h2 p {
    margin-bottom: 0;
}

.utf-btn-wrap {
    margin-top: 6rem;
}
.utf-btn-wrap a {
    width: 27rem;
    padding: 1.5rem;
}
.utf-section__advantages {
    display: flex;
    margin-top: 1.5rem;
}
.utf-section__advantages-item {
    display: flex;
    align-items: center;
    border-radius: 0.8rem;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.10);
}
.utf-section__advantages-item {
    margin-right: 2.4rem;
}
.utf-section__advantages-item img {
    width: 2rem;
    margin-right: 1rem;
}
.utf-section__advantages-item p {
    margin-bottom: 0;
}
.header-menu li {
    margin-right: 3rem;
}
.header-menu li:last-child {
    margin-right: 0;
}
.header-menu li a {
    font-size: 1.4rem;
    color: #fff;
}
.header-menu li a:hover {
    color: #db4410;
}
.header-phone {
    text-align: right;
    font-size: 1.2rem;
    color: #000;
    display: block;
    direction: ltr !important;
}
.header-phone:hover {
    color: #db4410;
}
fieldset {
    margin-top: 1rem;
}
fieldset label {
    font-size: 1.4rem;
    color: #db4410;
    margin-bottom: 1rem;
    font-weight: 700;
}
.btn-car {
    background: #db4410;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 0.4rem;
    padding: 1.4rem;
    border: 0.15rem solid #db4410;
    transition: 0.3s;
}
.btn-car:hover {
    background: #eb5825;
}
.btn-car img {
    width: 2rem;
}
.btn-car span {
    margin-left: 1.4rem;
}
.sub-title-section {
    color: #a81111;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
}
.title-section {
    font-family: 'Unbounded', serif;
    color: #292d32;
    font-size: 4rem;
    font-weight: 600;
    line-height: 100%;
    margin: 0 0 4rem;
    text-transform: uppercase;
}
.btn-car-empty {
    background: #eeeff0;
    color: #0b0c0b;
    border-color: #eeeff0;
}
.btn-car-empty:hover {
    background: #e5e6e8;
    color: #0b0c0b;
    border-color: #e5e6e8;
}
.about-question {
    border-radius: 1.2rem;
    border: 0.1rem solid #f2f2f2;
    background: #fff;
    margin-top: 1rem;
    color: #0b0c0b;
}
.about-question p {
    font-size: 1.4rem;
}
.about-question-head {
    padding: 1.2rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.about-question-head img {
    width: 2.4rem;
}
.about-question .about-question-head p {
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0;
    color: #0b0c0b;
}
.about-question-body {
    padding: 1.2rem 1.6rem;
}
.about-question-head__title {
    width: 84%;
}
.about-question-head p.about-question-head__arrow {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: #db4410;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 2rem;
    line-height: 1.3rem;
}
.about-question-body {
    display: none;
}

.reviews, .reviewsFoto {
    position: relative;
    overflow-x: hidden;
    background: #f4f4f4;

}
.reviews {
    padding-top: 8rem;
}
.text-review-card {
    display: flex;
    background-color: #fff;
    border-radius: 1.6rem;
    padding: 1.2rem;
    gap: 2rem;
    height: 100%;
    box-sizing: border-box;
}

.text-review-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem 0 0.7rem 1.6rem;
}

.text-review-card__header {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
}

.text-review-card__avatar {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.text-review-card__user {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.text-review-card__name {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #111827;
}

.text-review-card__city {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #db4410;
}

.text-review-card__text {
    font-size: 1.4rem;
    line-height: 135%;
    color: #0b0c0b;
    margin: 0 0 auto;
    overflow-y: scroll;
}

/* Подвал (Марка машины) */
.text-review-card__footer {
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #db4410;
    line-height: 135%;
}

.text-review-card__image-wrap {
    flex: 0 0 40%;
    border-radius: 1.6rem;
    overflow: hidden;
}

.text-review-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}
.swiper-button-next, .swiper-button-prev {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    transition: 0.3s;
    background: none;
    top: auto;
    bottom: 0;
    border: 0.1rem solid #cbcccd;
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: 2rem;
    height: 2rem;
    transition: 0.3s;
}
.reviews .swiper-button-next svg, .reviews .swiper-button-prev svg, .reviewsFoto .swiper-button-next svg, .reviewsFoto .swiper-button-prev svg {
    width: 1.6rem;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #db4410;
    border-color: #db4410;
}
.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
    fill: #fff;
    opacity: 1;
}
@media (min-width: 991px) {
    .reviewsSwiper {
        height: 73rem;
        padding-top: 13rem;
        margin-top: -11rem;
        padding-bottom: 7rem;
    }

    .reviewsSwiper .swiper-slide {
        height: calc((100% - 30px) / 2) !important;
    }
}

.promo-section {
    position: relative;
    background-color: #f4f4f4;
    padding-top: 12rem;
    padding-bottom: 8rem;
    overflow: hidden;
    z-index: 1;
}

.promo-section__decor {
    position: absolute;
    left: 6rem;
    top: 50%;
    transform: translateY(-36%);
    width: 38rem;
    height: 34rem;
    background-color: #db4410;
    clip-path: polygon(40% 0, 100% 0, 60% 100%, 0% 100%);
    z-index: -1;
}

.promo-card {
    position: relative;
    background: #fff;
    border-radius: 1.6rem;
    padding: 6rem;
    padding-left: 7rem;
    display: flex;
}

.promo-card__content {
    max-width: 61%;
    position: relative;
    z-index: 2;
}

.promo-card__title {
    font-family: 'Unbounded', sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #292d32;
    line-height: normal;
    margin: 0 0 4rem 0;
}

.promo-card__text {
    font-size: 1.8rem;
    line-height: 125%;
    color: #292d32;
    margin: 0 0 4rem 0;
    opacity: 0.8;
    width: 88%;
}

.promo-card__cta {
    font-size: 2.4rem;
    font-weight: 500;
    color: #db4410;
    margin: 0 0 6rem 0;
    line-height: normal;
}

.promo-card__socials {
    display: flex;
    gap: 6rem;
    flex-wrap: wrap;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.social-icon:hover {
    transform: translateY(-2px);
}

.promo-card__image-wrap {
    position: absolute;
    right: -6rem;
    top: -5rem;
    bottom: -11rem;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
    z-index: 1;
}

.promo-card__image {
    max-height: 120%;
    width: auto;
    object-fit: contain;
    pointer-events: auto;
}

.btn-car_telegram {
    background: #1a89d3;
    border-color: #1a89d3;
}
.btn-car_telegram:hover {
    background: #1a89d3;
    border-color: #1a89d3;
    opacity: 0.8;
}
.btn-car_whatsApp {
    background: #28ce53;
    border-color: #28ce53;
}
.btn-car_whatsApp:hover {
    background: #28ce53;
    border-color: #28ce53;
    opacity: 0.8;
}
.footer {
    background: #1d1c1c;
    color: #fff;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
}

.burger-menu {
    display: none;
}
.modal-header {
    background: #db4410;
    color: #fff;
    padding: 2rem;
}
.modal-header h3 {
    font-size: 3rem;
    font-weight: 800;
    line-height: normal;
}
.modal-content {
    border-radius: 0.4rem;
    overflow: hidden;
    border: 0;
    background: #fbfbfb;
}
.modal-dialog {
    max-width: 55rem;
}
.modal-header .btn-close {
    --bs-btn-close-bg: none;
    position: absolute;
    right: 1rem;
    top: 1rem;
    opacity: 1;
    padding: 0;
    transition: 0.3s;
    width: 2rem;
    height: 2rem;
}
.modal-header .btn-close img {
    width: 2.4rem;
}
.modal-header .btn-close:hover {
    opacity: 0.8;
}
.modal-body {
    padding: 2rem 3rem;
}
.modal p {
    color: #0b0c0b;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
}
.modal textarea {
    margin-top: 1rem;
    height: 18rem;
}
.modal button[type='submit'] {
    margin-top: 2rem;
}
.custom-checkbox {
    margin: 0;
}
.custom-checkbox label {
    color: #797a7d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
    padding-left: 3rem;
    position: relative;
}
.custom-checkbox label:before {
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    border: 0.1rem solid #db4410;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5rem;
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
    background: url("../img/carbon_checkmark-filled.svg") center center no-repeat;
    background-size: cover;
}
.custom-checkbox input[type="checkbox"] {
    display: none;
}
.modal .custom-checkbox {
    margin-top: 3rem;
}
.form-loading-img {
    display: none;
}
.loading .form-loading-img {
    display: block;
}
.loading span {
    display: none;
}
.breadcrumb {
    margin-top: 2rem;
}
.breadcrumb-list {
    display: flex;
    align-items: center;
    color: #797a7d;
    font-size: 1rem;
    font-weight: 400;
}
.breadcrumb-list a {
    color: #797a7d;
    font-size: 1.2rem;
    font-weight: 400;
}
.breadcrumb-list a:hover {
    color: #db4410;
}
.breadcrumb-list p {
    color: #797a7d;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
}
.breadcrumb-list li {
    margin-right: 0.4rem;
}
.contacts {
    margin-top: 4rem;
}
.contacts p {
    color: #797a7d;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 170%;
}
.contacts-item {
    margin-top: 4rem;
}
.contacts-item label {
    color: #db4410;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%;
    display: block;
}
.contacts-item a, .contacts-item p {
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal;
    margin-top: 0.8rem;
    margin-bottom: 0;
    display: inline-block;
}
.contacts-item a:hover {
    opacity: 0.8;
}
.contacts iframe {
    width: 100%;
    height: 42rem;
    margin-top: 4rem;
}
.post-page {
    margin-top: 4rem;
}
.post-page__img {
    border-radius: 0.6rem;
    margin-bottom: 3rem;
    height: 42rem;
    width: 100%;
}
.post-page h3 {
    color: #0b0c0b;
    font-size: 2.4rem;
    font-weight: 800;
}
.post-page p {
    color: #797a7d;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 170%;
    margin-top: 3rem;
}
.similar-articles {
    margin-top: 4rem;
}
.similar-articles hr {
    border-color: #d8d8d8;
    margin-top: 0;
    margin-bottom: 4rem;
}
.similar-articles h3 {
    margin-bottom: 0;
}
.post-card {
    display: flex;
    margin-top: 4rem;
}
.post-card__img {
    width: 18rem;
    height: 16rem;
    object-fit: cover;
    margin-right: 3rem;
    border-radius: 0.6rem;
}
.post-card h4 {
    color: #0b0c0b;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
}
.post-card h4 a {
    color: #0b0c0b;
}
.post-card h4 a:hover {
    color: #db4410;
}
.post-card__desc {
    margin-top: 2rem;
    color: #797a7d;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
}
.post-card__date {
    color: #797a7d;
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    margin-top: 2.8rem;
    margin-bottom: 0;
}
.posts {
    margin-top: 4rem;
}
.posts .title-section {
    margin-bottom: 0;
}
.about-us-page {
    background: url("../img/about-us-bg.svg") center -10rem no-repeat;
    background-size: 100vw;
    padding-top: 7rem;
    margin-top: -5rem;
}
.about-us-page h3.title-section {
    margin-bottom: 12rem;
    color: #fff;
}

.about-us-page p {
    color: #0b0c0b;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 170%;
}
.about-us-page h5 {
    color: #0b0c0b;
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 3rem;
}
.about-us-page-row2 {
    margin-top: 8rem;
}
.about-us-page__statistic {
    margin-top: 2rem;
}
.about-us-page__statistic h6 {
    color: #db4410;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 170%;
}
.about-us-page__statistic p {
    color: #0b0c0b;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 120%;
}
.breadcrumb-list__white {
    color: #fff;
}
.breadcrumb-list__white a {
    color: #fff;
}
.breadcrumb-list__white a:hover {
    color: #fff;
}
.breadcrumb-list__white p {
    color: #fff;
}
.latest-car {
    margin-top: 6rem;
    padding-bottom: 8rem;
}
.latest-car hr {
    border-color: #ededed;
    opacity: 1;
    border-width: 0.15rem;
}
.car-product-option {
    border-radius: 0.6rem;
    background: #fff;
    padding: 3rem;
}
.car-product-option h4 {
    color: #0b0c0b;
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 3rem;
}
.car-product-option__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.4rem;
}
.car-product-option__item p {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: #797a7d;
}
.car-product-option__item p:last-child {
    color: #0b0c0b;
    text-align: right;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
}
.car-product-option__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 0.1rem solid #e3e3e3;
}
.car-product-option__price p {
    color: #db4410;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
}
.car-product-option__price h6 {
    color: #db4410;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: normal;
    direction: ltr !important;
}
.car-product-option .btn-car {
    margin-top: 1.8rem;
    padding: 0.9rem;
}
.car-product-desc {
    color: #797a7d;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    margin-top: 5rem;
}
.car-product-title-product {
    color: #0b0c0b;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: normal;
    margin-top: 4rem;
}
.car-product-advantage {
    margin-top: 4rem;
}
.car-product-advantage h6 {
    color: #0b0c0b;
    font-size: 1.8rem;
    font-weight: 800;
}
.car-product-advantage-list {
    display: flex;
    flex-wrap: wrap;
}
.car-product-advantage-list li {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-right: 4rem;
}
.car-product-advantage-list li img {
    margin-right: 1.2rem;
}
.car-product-advantage-list li p {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500;
}
.carProductSwiper img {
    height: 40.5rem;
    width: 100%;
    object-fit: contain;
    border-radius: 0.6rem;
    cursor: pointer;
}
.carProductSwiperThumbs {
    margin-top: 1rem;
}
.carProductSwiperThumbs img {
    width: 100%;
    object-fit: cover;
    height: 12rem;
    border-radius: 0.6rem;
}
.car-product {
    margin-top: 4rem;
}
.cars-header-choose-filter {
    display: flex;
    width: 70%;
    flex-wrap: wrap;
}
.cars-header-choose-filter li {
    border-radius: 0.4rem;
    background: #c7c7c8;
    padding: 0.3rem 0.6rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    margin-right: 1rem;
    margin-top: 1rem;
}
.cars-header-choose-filter p {
    margin: 0;
}
.cars-header {
    display: flex;
    justify-content: space-between;
}
.cars-header-find {
    color: #777;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    width: 30%;
    text-align: right;
}
.cars-header-choose-filter__close {
    background: none;
    border: 0;
    padding: 0;
    transition: 0.3s;
}
.cars-header-choose-filter__close:hover {
    opacity: 0.8;
}
.filter-cars .btn-car-empty {
    display: block;
    width: 100%;
    border-radius: 1rem;
    border: 0;
    padding: 1rem;
    margin-top: 2rem;
    font-weight: 600;
    transition: 0.3s;
}
.filter-cars .btn-car-empty:hover {
    background: #db4410;
    color: #fff;
}
.filter-cars .btn-car-clear {
    border-color: rgba(121, 122, 125, 0.65);
    color: rgba(121, 122, 125, 0.65);
    text-align: center;
}
.filter-cars .btn-car-clear:hover {
    background: rgba(121, 122, 125, 0.65);
    color: #fff;
}
.post-card__right {
    width: 40rem;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
}
.pagination li {
    padding: 0 0.3rem;
}
.pagination li a {
    color: #797a7d;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
}
.pagination li.active span {
    color: #db4410;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 150%;
}
.pagination li {
    padding: 0 0.7rem;
}
.btn-car_instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    border: 0;
}
.btn-car_instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    opacity: 0.8;
}
.btn-car_youtube {
    background: #d72626;
    border-color: #d72626;
}
.btn-car_youtube:hover {
    background: #d72626;
    opacity: 0.8;
}
@media (min-width: 991px) {
    .reviewsFotoSwiper {
        padding-top: 11rem;
        margin-top: -9rem;
    }
}

.reviewsFoto {
    padding: 7rem 0 2rem;
    margin-top: 0;
}
.reviewsFotoSwiper .swiper-slide iframe {
    width: 100% !important;
    height: 40rem !important;
    border-radius: 1.2rem;
}
.reviews .title-section span {
    color: #db4410;
}
.header-call-wrap {
    display: flex;
    align-items: center;
    width: 120%;
}
.header-call-wrap__icon {
    width: 5.5rem;
}
.header-call-wrap__icon img {
    width: 100%;
    height: auto;
}
.header-call-tel {
    color: #fff;
    font-size: 2.2rem;
    display: block;
    font-weight: 700;
    line-height: normal;
}
.header-call-tel-btn {
    color: #db4410;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
}
.header-call-tel:hover {
    opacity: 0.7;
}
.header-call-tel-btn:hover {
    color: #eb5825;
}
.header-call-wrap__left {
    text-align: right;
    margin-right: 2rem;
}
.header .btn-car {
    width: 20rem;
    padding: 1.2rem;
    font-size: 1.4rem;
}
.header .btn-car img {
    width: 2.4rem;
}
.sale-for-client {
    padding-top: 5rem;
    padding-bottom: 3rem;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.sale-for-client .swiper-button-next:hover, .sale-for-client .swiper-button-prev:hover {
    background: #fff;
}
.sale-for-client .swiper-button-next:hover path, .sale-for-client .swiper-button-prev:hover path {
    fill: #db4410;
}
.sale-for-client .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}
.sale-for-client .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.sale-for-client-swiper {
    overflow: visible;
    padding-top: 12rem;
    margin-top: -12rem;
}
.sale-for-client .sub-title-section {
    color: #fff;
    opacity: 0.7;
}
.sale-for-client .title-section {
    color: #fff;
    margin-bottom: 5rem;
}
.sale-for-client .swiper-slide h5 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 100%;
}
.sale-for-client .swiper-slide p {
    margin-top: 3rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 135%;
    min-height: 7rem;
    width: 90%;
}
.sale-for-client .swiper-slide h6 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 135%;
    opacity: 0.7;
    margin-top: 4rem;
    margin-bottom: 0;
}
.sale-for-client-swiper .swiper-slide {
    padding: 3rem;
    border-radius: 1.6rem;
}
.sale-for-client:before {
    content: '';
    background: linear-gradient(90deg, #db4410 0%, #db4410 100%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.video-card {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 6;
    border-radius: 1.6rem;
    overflow: hidden;
    text-decoration: none;
    background-color: #222;
}

.video-card--static {
    cursor: default;
}

.video-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 36.79%, rgba(0, 0, 0, 0.95) 100%);
    z-index: 2;
}

.video-card__play {
    position: absolute;
    top: 3.2rem;
    left: 3.2rem;
    width: 6rem;
    height: 6rem;
    background-color: #db4410;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.video-card__play svg {
    margin-left: 4px;
}

a.video-card:hover .video-card__play {
    transform: scale(1.05);
    background-color: #f0532c;
}

.video-card__content {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    right: 3rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.video-card__title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
}

.video-card__subtitle {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #db4410;
}

.video-card__meta {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 0.2rem;
    color: #d1d5db;
    font-size: 1.6rem;
    font-weight: 400;
}

.swiper-pagination-bullet {
    width: 4.6rem;
    height: 0.4rem;
    background: #d9d9d9;
    opacity: 1;
    border-radius: 0;
    transition: 0.3s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #db4410;
}
.swiper-pagination {
    position: static;
    margin-top: 5rem;
}
.swiper-button-next, .swiper-button-prev {
    right: 0;
    top: 0;
    margin: 0;
}
.swiper-button-prev {
    right: 8rem;
    left: auto;
}
.carProductSwiper .swiper-button-next, .carProductSwiper .swiper-button-prev {
    top: 50%;
    bottom: auto;
}
.carProductSwiper .swiper-button-prev {
    right: auto;
    left: 0;
}
.footer__grid {
    display: grid;
    grid-template-columns: minmax(20rem, 25rem) 1fr auto;
    grid-template-areas:
        "brand contacts cta"
        "social nav nav"
        "legal legal legal";
    align-items: center;
    column-gap: 4rem;
    row-gap: 5rem;
}

.footer__brand {
    grid-area: brand;
}

.footer__nav {
    grid-area: nav;
}

.footer__contacts {
    grid-area: contacts;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4rem 6rem;
}

.footer__cta {
    grid-area: cta;
}

.footer__social {
    grid-area: social;
}

.footer__legal {
    grid-area: legal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem 5.6rem;
}

.footer-logo {
    width: 25rem;
    display: block;
    margin: 0 auto;
}

.footer-logo img {
    width: 100%;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0 6rem;
}

.footer-menu li {
    margin: 0;
}

.footer-menu a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 145%;
    transition: opacity 0.2s ease;
}

.footer-menu a:hover {
    opacity: 0.7;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    margin: 0;
}

.footer-contact-item img {
    width: 6rem;
    margin-right: 2.5rem;
    flex-shrink: 0;
}

.footer-contact-item__right-tel {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: normal;
}

.footer-contact-item__right-tel:hover {
    opacity: 0.7;
}

.footer-contact-item p {
    color: #f55118;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
    margin-top: 0.4rem;
    margin-bottom: 0;
}

.footer__btn {
    width: auto;
    min-width: 20rem;
    white-space: nowrap;
}

.social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__social-list {
    gap: 2.5rem;
}

.social-list li {
    margin: 0;
}

.social-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-list li a path {
    transition: 0.3s;
}

.social-list li a:hover path {
    fill: #db4410;
}

.footer-down-text,
.footer-link {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 145%;
    opacity: 0.5;
    margin: 0;
}

.footer-link:hover {
    opacity: 0.7;
}

.process-section {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 1rem;
    overflow: hidden;
    z-index: 1;
}
.process-section__decor {
    position: absolute;
    right: 0;
    top: 52%;
    transform: translateY(-50%);
    width: 25rem;
    height: 35rem;
    clip-path: none;
    background: linear-gradient(
        115deg,
        #e24a25 65%,
        transparent 65%,
        transparent 80%,
        #e24a25 80%
    );

    z-index: -1;
}

.process-card {
    background: #fff;
    border-radius: 1.6rem;
    margin-left: -100rem;
    margin-right: -10rem;
    padding: 7rem 10rem 6rem 100rem;
}

.process-header {
    text-align: center;
    margin-bottom: 8rem;
}
.process-header .process-header__title {
    margin-bottom: 1.4rem;
}

.process-header__subtitle {
    font-size: 2.4rem;
    font-weight: 500;
    color: #db4410;
    margin: 0;
}

.process-steps {
    display: flex;
    gap: 2rem;
    margin-bottom: 6.5rem;
}

.process-step {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 2.4rem;
}

.process-step:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 6rem;
    left: 11.4rem;
    right: 1.6rem;
    height: 1.8rem;
    background-color: #e5e7eb;
    border-radius: 2.4rem;
    z-index: 1;
}

.process-step__number {
    font-family: 'Unbounded', sant-serif;
    width: 9rem;
    height: 9rem;
    background-color: #1d1c1c;
    color: #fff;
    font-size: 3.4rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6rem;
    position: relative;
    z-index: 2;
}

.process-step__number--orange {
    background-color: #db4410;
}

.process-step__title {
    font-size: 2.2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #1f2937;
    margin: 0 0 3rem 0;
    line-height: 1.2;
    font-family: 'Unbounded', sant-serif;
}

.process-step__text {
    font-size: 1.6rem;
    line-height: 125%;
    color: #292d32;
    opacity: 0.7;
    margin: 0;
    padding-right: 3rem;
}

.process-step--final {
    background: #222;
    border-radius: 1.6rem;
    padding: 2.4rem;
    position: relative;
    overflow: hidden;
}

.process-step--final .process-step__title {
    color: #fff;
}

.process-step--final .process-step__text {
    color: #fff;
    position: relative;
    z-index: 2;
}

.process-step__car {
    position: absolute;
    top: 0;
    right: 0;
    width: 20rem;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.process-actions {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.8rem;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 0.4rem;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s, transform 0.2s;
}
.process-actions .btn {
    width: 27rem;
}

.btn:hover {
    transform: translateY(-0.2rem);
    color: #fff;
}

.btn--light {
    background-color: #ffeee8;
    color: #db4410;
}

.btn--light:hover {
    background-color: #ffe4dc;
    color: #db4410;
}

.btn--orange {
    background-color: #db4410;
    color: #fff;
}

.btn--orange:hover {
    background-color: #d13e1b;
}

.services-section {
    padding-top: 6rem;
}

.services-section__title {
    font-weight: 600;
    margin: 0 0 8rem 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}

.service-wrapper {
    position: relative;
    display: flex;
}

.service-decor {
    position: absolute;
    top: -2rem;
    bottom: 10rem;
    left: -3rem;
    width: 65%;
    background-color: #db4410;
    opacity: 0.1;
    clip-path: polygon(45% 0, 100% 0, 55% 100%, 0% 100%);
    z-index: 1;
    pointer-events: none;
}

.service-card {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 1.6rem;
    padding: 2.4rem;
    width: 100%;
    box-shadow: 1.2rem 3.2rem 4.8rem 0 rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 22rem;
}

.service-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.08);
}

.service-card__icon {
    width: auto;
    height: 9rem;
    object-fit: contain;
    margin-bottom: 2rem;
}

.service-card__title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 125%;
    color: #222121;
    margin: 0;
}

.client-cars-section {
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.client-cars-title {
    margin-bottom: 3rem;
}

.client-car-card {
    background: #fff;
    border-radius: 1.2rem;
    padding: 0.8rem;
    box-shadow: 1.2rem 3.2rem 4.8rem 0 rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.client-car-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Обертка изображения */
.client-car-card__img-wrap {
    width: 100%;
    height: 180px; /* Фиксируем высоту, чтобы все картинки были одинаковыми */
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.client-car-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.client-car-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.2rem;
}

.client-car-card__title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #292d32;
    margin: 0 0 1.2rem 0;
}

.client-car-card__specs {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 0.15rem solid #ededed;
    flex: 1;
}

.client-car-card__spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
}

.client-car-card__spec:last-child {
    margin-bottom: 0;
}

.client-car-card__spec .spec-label {
    font-size: 1.4rem;
    color: #6b7280;
}

.client-car-card__spec .spec-value {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1f2937;
    text-align: right;
}

/* Блок цен */
.client-car-card__prices {
    margin-top: auto;
}

.client-car-card__main-price {
    font-size: 2rem;
    font-weight: 700;
    color: #292d32;
    margin-bottom: 0.4rem;
}

.client-car-card__market-price {
    font-size: 1.4rem;
    font-weight: 500;
    color: #de4a25;
}
.btn-load-more-car {
    padding: 1.3rem 2.2rem;
}

.about-dark-section {
    position: relative;
    background-color: #1a1a1a;
    padding: 7rem 0;
    overflow: hidden;
    z-index: 1;
}

.about-dark-section__decor {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 18rem;
    height: 45rem;
    background-color: #e24a25;
    clip-path: polygon(0 15%, 100% 15%, 0 85%);
    z-index: -1;
}

.about-dark__content {
    position: relative;
    z-index: 2;
}

.about-dark__title {
    font-size: 3.6rem;
    color: #fff;
    margin-bottom: 5rem;
}

.text-orange {
    color: #e24a25;
}

.about-dark__text {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 5rem;
    max-width: 58rem;
}

.about-dark__text:last-of-type {
    margin-bottom: 4rem;
}

.about-dark__btn {
    width: 27rem;
}

.about-dark__btn:hover {
    background-color: #d13e1b;
    transform: translateY(-2px);
    color: #fff;
}

.about-dark__media {
    position: relative;
    border-radius: 2.4rem;
    overflow: hidden;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.5);
}

.about-dark__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-dark__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.6rem;
    height: 7.6rem;
    background-color: #e24a25;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
    z-index: 3;
}

.about-dark__play svg {
    margin-left: 0.4rem;
}

.about-dark__play:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: #f0532c;
}
/* Базовая секция */
.guarantees-section {
    background-color: #fff;
    padding-top: 4.5rem;
    padding-bottom: 8rem;
}

.guarantees-header {
    text-align: center;
    margin-bottom: 6rem;
}

.guarantees-header__subtitle {
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
    color: #e24a25;
    margin-bottom: 2rem;
}

.guarantees-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.guarantee-card {
    background-color: #fff;
    border: 0.1rem solid #d9d9d9;
    border-radius: 2.4rem;
    padding: 2.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.guarantee-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.guarantee-card__icon {
    position: relative;
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 1.5rem;
    z-index: 1;
}

.guarantee-card__icon::after {
    content: '';
    position: absolute;
    top: 0.4rem;
    left: 3.2rem;
    width: 4rem;
    height: 4rem;
    background-color: #fbeae5;
    border-radius: 50%;
    z-index: -1;
}

.guarantee-card__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.guarantee-card__title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    line-height: normal;
}

.guarantee-card__text {
    font-size: 1.4rem;
    margin: 0;
    line-height: normal;
    opacity: 0.7;
}

.catalog-section {
    padding-top: 8rem;
    padding-bottom: 3rem;
}

.catalog-grid--loading {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.catalog-cars-swiper {
    overflow: hidden;
    padding-bottom: 0.5rem;
}

.catalog-cars-swiper .swiper-slide {
    height: auto;
}

.catalog-cars-pagination {
    position: relative;
    margin-top: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.catalog-cars-pagination .swiper-pagination-bullet {
    flex: 1;
    max-width: 5.6rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    background: #e3e3e3;
    opacity: 1;
    margin: 0 !important;
}

.catalog-cars-pagination .swiper-pagination-bullet-active {
    background: #db4410;
}

.client-cars-swiper {
    overflow: hidden;
    padding-bottom: 0.5rem;
}

.client-cars-swiper .swiper-slide {
    height: auto;
}

.client-cars-pagination {
    position: relative;
    margin-top: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.client-cars-pagination .swiper-pagination-bullet {
    flex: 1;
    max-width: 5.6rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    background: #e3e3e3;
    opacity: 1;
    margin: 0 !important;
}

.client-cars-pagination .swiper-pagination-bullet-active {
    background: #db4410;
}

.catalog-title {
    margin-bottom: 3rem;
}

.catalog-filters-wrap {
    margin-bottom: 1rem;
}

.catalog-filters-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem 2rem;
    margin-bottom: 1.2rem;
    background: #fff;
    border: none;
    border-radius: 1.2rem;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.06);
    font-size: 1.6rem;
    font-weight: 600;
    color: #0b0c0b;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.catalog-filters-trigger:hover {
    box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
}

.catalog-filters-trigger__icon {
    flex-shrink: 0;
    color: #292d32;
}

.catalog-form--modal {
    flex-direction: column;
    gap: 1.2rem;
}

.catalog-form--modal .catalog-filter-box {
    min-width: 100%;
    flex: 1 1 100%;
}

.catalog-filters-modal .modal-content {
    border: none;
    border-radius: 1.6rem 1.6rem 0 0;
}

.catalog-filters-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    border-bottom: none;
    padding: 2rem;
    background: #db4410;
    color: #fff;
}

.catalog-filters-modal .modal-header .btn-close {
    position: static;
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-filters-modal .modal-header .btn-close svg {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
}

.catalog-filters-modal .modal-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.catalog-filters-modal .modal-body {
    padding: 2rem;
}

.catalog-filters-modal .modal-footer {
    border-top: 1px solid #eee;
    padding: 2rem;
}

.catalog-filters-modal__footer {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cars-filters-mobile-bar {
    margin-bottom: 1rem;
}

.catalog-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
}

.catalog-filter-box {
    flex: 1;
    min-width: 18rem;
    background: #fff;
    border-radius: 0.8rem;
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.catalog-filter-label {
    font-size: 1.6rem;
    font-weight: 600;
    color: #e24a25;
    margin-bottom: 0.6rem;
}

.catalog-filter-select,
.catalog-filter-inputs input {
    border: none;
    background: transparent;
    font-size: 1.6rem;
    font-weight: 600;
    width: 100%;
    outline: none;
    padding: 0;
    appearance: none;
}

.catalog-filter-select {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23292D32" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 2rem;
}

.catalog-filter-inputs {
    display: flex;
    align-items: center;
}

.catalog-filter-inputs .prefix {
    font-size: 1.4rem;
    margin-right: 1rem;
    font-weight: 600;
}

.catalog-filter-inputs input {
    width: 50%;
}

.catalog-results-count {
    font-size: 1.4rem;
    opacity: 0.6;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.catalog-item-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.catalog-card {
    background: #fff;
    border-radius: 1.2rem;
    padding: 0.8rem;
    box-shadow: 1.2rem 3.2rem 4.8rem 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #292d32;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 1.5rem;
}

.catalog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.catalog-card__img-wrap {
    position: relative;
    width: 100%;
    height: 19rem;
    border-radius: 1.2rem;
    overflow: hidden;
    margin-bottom: 2rem;
}

.catalog-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.catalog-card__badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e24a25;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    border-bottom-right-radius: 1.2rem;
    display: flex;
    align-items: center;
    z-index: 2;
}

.catalog-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 1.2rem;
    padding-bottom: 1.2rem; /* Добавил отступ снизу внутри белой карточки */
}

.catalog-card__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 1.2rem 0;
}

.catalog-card__specs {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 0.15rem solid #ededed;
    flex: 1;
}

.catalog-card__spec {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}
.catalog-card__spec:last-child {
    margin-bottom: 0;
}

.catalog-card__spec .spec-label {
    font-size: 1.4rem;
    opacity: 0.7;
}

.catalog-card__spec .spec-value {
    font-size: 1.4rem;
    font-weight: 600;
}

.catalog-card__main-price {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.catalog-card__market-price {
    font-size: 1.4rem;
    font-weight: 500;
    color: #e24a25;
    line-height: 135%;
}

.catalog-card__footer {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.catalog-card__btn-book {
    flex: 1;
    background-color: #2d3134;
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1.4rem 0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.catalog-card__btn-book:hover {
    background-color: #1f2937;
}

.catalog-card__btn-call {
    width: 6rem;
    height: 5rem;
    background-color: #e24a25;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.catalog-card__btn-call:hover {
    background-color: #d13e1b;
}

.cost-breakdown-section {
    padding-top: 8rem;
    overflow: hidden;
}

.cost-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.cost-title {
    margin-bottom: 1.4rem;
}

.cost-subtitle {
    font-size: 2.4rem;
    font-weight: 500;
    margin: 0;
}

.text-orange {
    color: #db4410;
}

.cost-navigation {
    display: flex;
    gap: 1.6rem;
}

.cost-nav-btn {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #cbcccd;
    background-color: transparent;
    color: #6b7280;
}

.cost-nav-btn:hover {
    background-color: #e24a25;
    border-color: #e24a25;
    color: #fff;
}
.cost-nav-btn:hover path {
    fill: #fff;
    opacity: 1;
}

.cost-nav-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.cost-tabs {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.cost-tab {
    display: inline-flex;
    align-items: center;
    gap: 1.6rem;
    padding: 1.3rem 1.6rem;
    background-color: transparent;
    border: none;
    border-radius: 0.4rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #4b5563;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cost-tab__flag {
    width: 5.2rem;
    object-fit: cover;
}

.cost-tab.active {
    background-color: #db4410;
    color: #fff;
}

.cost-card {
    background-color: #fff;
    border-radius: 3.2rem;
    display: flex;
    box-shadow: 1.2rem 3.2rem 4.8rem 0 rgba(0, 0, 0, 0.05);
    margin-left: 7rem;
    padding-left: 29rem;
}

.cost-card__image-wrap {
    width: 34rem;
    height: 34rem;
    border-radius: 1.2rem;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cost-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cost-card__info {
    flex: 1;
    padding: 3rem;
    display: flex;
    flex-direction: column;
}

.cost-card__car-title {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.cost-card__car-flag {
    width: 5.2rem;
    object-fit: cover;
}

.cost-card__car-title h3 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
}

.cost-card__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 3rem;
    margin-bottom: 2rem;
}

.cost-item {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.cost-item__label {
    font-size: 1.4rem;
    opacity: 0.6;
}

.cost-item__value {
    font-size: 1.8rem;
    font-weight: 600;
}

.cost-card__footer {
    margin-top: auto;
    padding-top: 1.6rem;
    border-top: 0.15rem solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cost-card__total-label {
    font-size: 1.4rem;
}

.cost-card__total-value {
    background-color: #f8f4f3;
    color: #db4410;
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem;
    border-radius: 1.6rem;
}

.cost-swiper .swiper-slide.cost-slide-hidden {
    display: none !important;
}

.cost-swiper {
    padding-bottom: 1rem;
    overflow: visible;
}
.about-us-img1, .about-us-img2 {
    border-radius: 1.2rem;
    width: 80%;
    margin: 0 auto;
    display: block;
}
.filter-cars .btn{
    width: 100%;
    margin-top: 1.5rem;
}
.cars{
    padding-bottom: 8rem;
}
