@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2-Regular.eot');
    src: local('Exo 2'), local('Exo2-Regular'),
    url('../fonts/Exo2-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2-Regular.woff2') format('woff2'),
    url('../fonts/Exo2-Regular.woff') format('woff'),
    url('../fonts/Exo2-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2-Medium.eot');
    src: local('Exo 2 Medium'), local('Exo2-Medium'),
    url('../fonts/Exo2-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2-Medium.woff2') format('woff2'),
    url('../fonts/Exo2-Medium.woff') format('woff'),
    url('../fonts/Exo2-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2-SemiBold.eot');
    src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'),
    url('../fonts/Exo2-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2-SemiBold.woff2') format('woff2'),
    url('../fonts/Exo2-SemiBold.woff') format('woff'),
    url('../fonts/Exo2-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2-Bold.eot');
    src: local('Exo 2 Bold'), local('Exo2-Bold'),
    url('../fonts/Exo2-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2-Bold.woff2') format('woff2'),
    url('../fonts/Exo2-Bold.woff') format('woff'),
    url('../fonts/Exo2-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


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;
}

/* Брендовая палитра (ребрендинг) */
:root {
    --color-primary: #1A365D;
    --color-primary-hover: #234E7A;
    --color-primary-active: #142C4A;
    --color-primary-dark: #0F2440;
    --color-primary-light: #2C5282;
    --color-primary-rgb: 26, 54, 93;
    --color-primary-muted: #e8eef5;
}

body {
    font-family: 'Exo2', sans-serif;
    font-size: 1.4rem;
    padding-top: 8rem;
    color: #0b0c0b;
}

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.8rem;
    background: none;
    padding: 1.6rem;
    transition: 0.3s;
    font-size: 1.4rem;
    border: 0.15rem solid #DDD;
    color: #0b0c0b;
}
input:focus, select:focus, textarea:focus {
    border-color: #1A365D;
}
input::placeholder, textarea::placeholder {
    color: #797a7d;
}

.header {
    background: #fff;
    border-bottom: 0.1rem solid #f2f2f2;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
.header-logo {
    display: block;
    width: 100%;
}
.header-logo img {
    width: 100%;
}
.header-menu {
    display: flex;
    justify-content: space-evenly;
}
.utf-section {
    padding: 12rem 0;
    background: url("../img/utf-bg.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.utf-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.97) 0%,
        rgba(255, 255, 255, 0.92) 28%,
        rgba(255, 255, 255, 0.55) 48%,
        rgba(255, 255, 255, 0) 68%
    );
}

.utf-section > .container {
    position: relative;
    z-index: 1;
}
.utf-section__text {
    color: #1A365D;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 140%;
    max-width: 52rem;
}
.utf-section__text img {
    width: 8rem;
    margin-right: 2rem;
}
.utf-section h1 {
    color: #0B0C0B;
    font-size: 5.2rem;
    font-weight: 800;
    line-height: 110%;
    margin-top: 1.6rem;
    max-width: 70rem;
}
.utf-section h1 span {
    display: block;
    color: #1A365D;
}
.utf-section h1 img{
    width: 4.8rem;
    margin-left: 1rem;
}
.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-section h2 img {
    margin-right: 1.6rem;
}
.utf-section h4{
    color: #0B0C0B;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    align-items: center;
    margin-top: 3rem;
}
.utf-section h4 img{
    margin-right: 1.6rem;
    width: 4.8rem;
}
.utf-btn-wrap {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-top: 4rem;
    max-width: 60rem;
}

.utf-btn-wrap .utf-btn-wrap__primary {
    flex: 1 1 28rem;
    width: auto !important;
    margin-right: 0;
    padding: 1.8rem 2.4rem;
    font-size: 1.5rem;
    white-space: nowrap;
}

.utf-btn-wrap .utf-btn-wrap__secondary {
    flex: 0 1 auto;
    width: auto !important;
    min-width: 28rem;
    margin-right: 0;
    padding: 1.8rem 2.4rem;
    font-size: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.utf-section-item p {
    color: #0b0c0b;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
}
.utf-section__advantages {
    display: flex;
    margin-top: 6rem;
}
.utf-section__advantages-item {
    margin-right: 5rem;
}
.utf-section__advantages-item h5 {
    color: #1A365D;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 135%;
}
.utf-section__advantages-item p {
    margin-top: 1.4rem;
    color: #0b0c0b;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 135%;
}
.header-menu li {
    margin: 3rem 0 3rem 0;
}
.header-call__whatsapp{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
    margin-right: 2rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.header-call__whatsapp img {
    display: block;
    width: 100%;
    height: 100%;
}

.header-call__whatsapp:hover {
    transform: scale(1.05);
    opacity: 0.92;
}
.header-menu li:last-child {
    margin-right: 0;
}
.header-menu li a {
    font-size: 1.5rem;
    color: #0b0c0b;
}
.header-menu li a:hover {
    color: var(--color-primary-hover);
}
.header-phone {
    text-align: right;
    font-size: 1.2rem;
    color: #000;
    display: block;
    direction: ltr !important;
}
.header-phone:hover {
    color: #1A365D;
}
.header-call {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
    background: #1A365D;
    margin-right: 2rem;
}
.header-call:hover {
    background: #234E7A;
}
.utf-section__form {
    margin: 0;
    border-radius: 1.2rem;
    background: #FFF;
    box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.05);
    padding: 3rem;
}
.utf-section__form form{
    display: flex;
}
fieldset {
    margin-top: 1rem;
}
fieldset label {
    font-size: 1.4rem;
    color: #1A365D;
    margin-bottom: 1rem;
    font-weight: 700;
}
.utf-section__form fieldset{
    margin-top: 0;
    margin-right: 3rem;
    width: 20%;
}
.btn-car {
    background: var(--color-primary);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 1.2rem;
    padding: 1.4rem;
    border: 0.15rem solid var(--color-primary);
    transition: background 0.25s, border-color 0.25s, box-shadow 0.25s, transform 0.15s;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
}
.btn-car:hover {
    background: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    color: #fff;
}
.btn-car:active {
    background: var(--color-primary-active);
    border-color: var(--color-primary-active);
}
.btn-car img {
    width: 2rem;
}
.btn-car span {
    margin-left: 1.4rem;
}
.utf-section__form button[type="submit"] {
    margin-top: 2.9rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 135%;
    width: 12rem;
    text-align: center;
    display: flex;
}
.utf-section__form button[type="submit"] img{
    margin-right: 1rem;
}
.sub-title-section {
    color: #a81111;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
}
.title-section {
    color: #0b0c0b;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 100%;
    margin: 0 0 4rem;
}
.best-deals {
    padding-bottom: 6rem;
}
.car-card {
    margin-top: 3rem;
    transition: 0.3s;
    position: relative;
    border-radius: 1.2rem;
}

.car-card__media {
    position: relative;
    display: block;
}

.car-card:hover {
    box-shadow: 0.4rem 0.6rem 3.2rem 0 rgba(0, 0, 0, 0.15);
}
.car-card__img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    cursor: pointer;
    border-radius: 1.4rem;
}
.car-card-container {
    min-height: 17rem;
    padding: 2rem;
    margin-top: 0.8rem;
    border-radius: 1.2rem;
    box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.05);
    background: #ffffffba;
}
.car-card__label {
    position: absolute;
    left: 1.2rem;
    top: 1.2rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.5rem 1.2rem 0.5rem 0.5rem;
    border-radius: 10rem;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
    color: #fff;
    line-height: 1;
    box-shadow:
        0 0.4rem 1.4rem rgba(var(--color-primary-rgb), 0.4),
        inset 0 0.1rem 0 rgba(255, 255, 255, 0.2);
    border: 0.1rem solid rgba(255, 255, 255, 0.22);
    pointer-events: none;
}

.car-card__label-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    flex-shrink: 0;
}

.car-card__label-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.car-card__label-text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-right: 0.2rem;
}

.car-card__label-title {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.92;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.car-card__label-value {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.car-card:hover .car-card__label {
    box-shadow:
        0 0.5rem 1.8rem rgba(var(--color-primary-rgb), 0.48),
        inset 0 0.1rem 0 rgba(255, 255, 255, 0.25);
}
.car-card__link {
    color: #1A365D;
    font-size: 2rem;
    font-weight: 800;
    line-height: 135%;
}
.car-card__link:hover {
    color: #234E7A;
}
.car-card__price-top-text{
    color: #1A365D;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    margin-top: 2rem;
}
.car-card__price {
    direction: ltr !important;
    margin-top: 0.4rem;
    color: #0B0C0B;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 135%;
    margin-bottom: 0;
}
.car-card__options {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
.car-card__options li {
    width: 50%;
    margin-top: 1rem;
}
.car-card__options li:first-child, .car-card__options li:nth-child(2) {
    margin-top: 0;
}
.car-card__options li img {
    margin-right: 1rem;
    width: 1.6rem;
}
.car-card__options li span {
    color: #0b0c0b;
    font-size: 1.2rem;
    font-weight: 500;
}
.car-card .btn-car {
    margin-top: 2rem;
    padding: 0.8rem;
    border-radius: 0.8rem;

    font-size: 1.4rem;
    font-weight: 700;
    line-height: 135%;
}
.btn-car-empty {
    background: none;
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-car-empty--thick {
    border-width: 0.25rem;
}
.line-grey {
    background: #f6f6f7;
    height: 4rem;
}
.bg-grey{
    background: #F3F4F4;
}
.best-deals-brought .btn-car-empty span {
    margin-left: 0;
}
.btn-car-empty:hover {
    background: var(--color-primary-hover);
    color: #fff;
    border-color: var(--color-primary-hover);
}
.best-deals .btn-car-empty {
    margin-top: 4rem;
}
.about-us {
    margin-top: 4rem;
}
.about-us-wrap {
    background: #1A365D;
    border-radius: 2.4rem;
    color: #fff;
    padding: 4rem;
}
.about-us .title-section {
    color: #fff;
    margin-bottom: 2rem;
}
.about-us-img {
    width: 50rem;
    display: inline-block;
}
.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: #1A365D;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 2rem;
    line-height: 1.3rem;
}
.about-question-body {
    display: none;
}
.about-us .title-section + p {
    margin-bottom: 4rem;
}

.reviews, .reviewsFoto {
    position: relative;
    overflow-x: hidden;
}
.reviews {
    padding-top: 8rem;
    padding-bottom: 5rem;
}
.review-item {
    display: flex;
    align-items: start;
}
.review-item__avatar {
    margin-right: 1rem;
    width: 20rem;
    height: 25rem;
    object-fit: cover;
    border-radius: 1.6rem;
}
.review-item__right {
    border-radius: 1.2rem;
    background: #fff;
    width: 60%;
    padding: 2.4rem;
    box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.05);
}
.review-item h5 {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}
.review-item__desc {
    color: #0b0c0b;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 135%;
    margin-top: 1.6rem;
}
.review-item__data {
    color: #1A365D;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0;
    display: block;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}
.swiper-button-next, .swiper-button-prev {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    transition: 0.3s;
    background: #eeeff0;
    top: auto;
    bottom: 0;
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: 2.4rem;
    height: 2.4rem;
    transition: 0.3s;
}
.swiper-button-next svg {
    margin-left: 0.2rem;
}
.swiper-button-prev svg {
    margin-right: 0.2rem;
}
.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: #1A365D;
}
.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
    fill: #fff;
}
.reviewsSwiper {
    margin-top: 4rem;
    overflow: visible;
}
.reviewsSwiper .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
}
.reviews-on-sites {
    margin-top: 4rem;
}
.reviews-on-sites_item {
    border-radius: 1.2rem;
    background: #1A365D;
    padding: 2rem 2.8rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reviews-on-sites_img {
    width: 6rem;
    height: 6rem;
    object-fit: contain;
}
.reviews-on-sites_text {
    width: 12rem;
}
.reviews-on-sites_text h6 {
    margin: 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
}
.reviews-on-sites_text p {
    margin: 0.9rem 0 0;
    color: #aabcf4;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 100%;
}
.reviews-on-sites_link {
    width: 13rem;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 150%;
    background: none;
    color: #fff;
    border-color: #fff;
    padding: 0.9rem 1.4rem;
}
.reviews-on-sites_link:hover {
    background: #fff;
    color: #1A365D;
}

.what-says-about {
    margin-top: 8rem;
}
.what-says-about__item {
    text-align: center;
}
.what-says-about__item h6 {
    color: #0b0c0b;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 1rem 0 0;
}
.whatSaysAboutSwiper__link {
    color: #1A365D;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%;
    margin-top: 1.4rem;
    display: inline-block;
}
.whatSaysAboutSwiper__img {
    width: 100%;
}
.youtube-section {
    margin-top: 8rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
    background: url("../img/youtube-section-bg.svg") center left no-repeat;
    background-size: 63rem;
}
.youtube-section iframe {
    width: 100%;
    height: 28rem;
    border-radius: 0.8rem;
}
.youtube-section__link {
    border-radius: 1rem;
    background: #d72626;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.4rem 3rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    margin-top: 4rem;
}
.youtube-section__link span {
    margin-left: 0.8rem;
}
.youtube-section__link:hover {
    opacity: 0.8;
}
.youtube-section h5 {
    color: #0b0c0b;
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
}
.youtube-section p {
    margin: 3rem 0 0;
    color: #797a7d;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%;
}


.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 {
    padding-top: 6rem;
    padding-bottom: 2rem;
    border-top: 0.2rem solid #eeeff0;
    margin-top: 10rem;
}
.footer h5 {
    color: #1A365D;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 100%;
}
.footer-contact-link {
    margin-top: 4rem;
    color: #0b0c0b;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 100%;
    display: inline-block;
}
.footer-contact-link:hover {
    opacity: 0.7;
}
.footer-down {
    margin-top: 6rem;
}
.social-list a {
    width: 4rem;
    height: 4rem;
    background: #f6f6f7;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
}
.social-list a img {
    width: 2.8rem;
}
.footer .social-list {
    margin-top: 5rem;
}
.footer .btn-car {
    margin-top: 5rem;
    width: 22rem;
    padding: 1.2rem 1.6rem;
}
.footer-link {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
}
.footer-link a {
    color: #0b0c0b;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 100%;
}
.footer-link a:hover {
    color: #1A365D;
}
.footer-link li {
    width: 50%;
    margin-bottom: 1.8rem;
}
.social-list {
    display: flex;
}
.social-list li {
    margin-left: 2rem;
}
.social-list li:first-child {
    margin-left: 0;
}
.social-list li a:hover {
    opacity: 0.8;
}

.footer-down p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 145%;
    opacity: 0.5;
    margin-bottom: 0;
}
.footer-down a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #0b0c0b;
    opacity: 0.5;
}
.footer-down a:hover {
    opacity: 0.8;
}
a.footer-logo {
    display: block;
    width: 100%;
    opacity: 1;
}
.footer-logo img {
    width: 100%;
}
.change-lang-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.change-lang-label p {
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0.6rem 0 0;
    text-transform: uppercase;
}
.change-lang__list {
    background: #fff;
    border-radius: 0.8rem;
    position: absolute;
    width: 4rem;
    padding: 1rem 1rem 0.5rem;
    box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.10);
    margin-top: 0.5rem;
    display: none;
}
.open .change-lang__list {
    display: block;
}
.change-lang__list li {
    border-bottom: 0.1rem solid #f2f2f2;
}
.change-lang__list li:last-child {
    border-bottom: 0;
}
.change-lang__list a {
    color: #000;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 400;
    padding: 0.8rem 0;
    display: block;
}
.change-lang__list a:hover {
    color: #1A365D;
}
.burger-menu {
    display: none;
}
.modal-header {
    background: #1A365D;
    color: #fff;
    padding: 3rem;
}
.modal-header h3 {
    font-size: 3.6rem;
    font-weight: 800;
    line-height: normal;
}
.modal-content {
    border-radius: 0.8rem;
    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;
}
.modal-header .btn-close img {
    width: 1.4rem;
}
.modal-header .btn-close:hover {
    opacity: 0.8;
}
.modal-body {
    padding: 2rem 3rem;
}
.modal p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
}
.modal textarea {
    margin-top: 1rem;
    height: 18rem;
}
.modal button[type='submit'] {
    margin-top: 0.5rem;
}
.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 #1A365D;
    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: #1A365D;
}
.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: #1A365D;
    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: #1A365D;
}
.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__logo {
    width: 28rem;
    margin-bottom: 4rem;
}
.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: 5rem;
}
.about-us-page__statistic h6 {
    color: #1A365D;
    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;
}
.latest-car hr {
    border-color: #d8d8d8;
}
.car-product-option {
    border-radius: 0.6rem;
    background: #f4f4f4;
    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: #1A365D;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
}
.car-product-option__price h6 {
    color: #1A365D;
    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: 7rem;
    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: #1A365D;
    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;
}

.filter-select-field {
    margin-top: 1rem;
}

.filter-select-field label {
    font-size: 1.4rem;
    color: #1A365D;
    margin-bottom: 1rem;
    font-weight: 700;
    display: block;
}

.utf-section__form .filter-select-field {
    margin-top: 0;
    margin-right: 3rem;
    width: 20%;
}

.filter-select {
    position: relative;
}

.filter-select__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0.15rem solid #DDD;
    border-radius: 0.8rem;
    background: #fff;
    padding: 1.6rem;
    font-size: 1.4rem;
    color: #0b0c0b;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.filter-select__toggle:hover,
.filter-select.is-open .filter-select__toggle {
    border-color: #1A365D;
}

.filter-select__value.is-placeholder {
    color: #797a7d;
}

.filter-select__arrow {
    width: 0.8rem;
    height: 0.8rem;
    border-right: 0.2rem solid #797a7d;
    border-bottom: 0.2rem solid #797a7d;
    transform: rotate(45deg) translateY(-0.2rem);
    flex-shrink: 0;
    margin-left: 1rem;
    transition: transform 0.2s ease;
}

.filter-select.is-open .filter-select__arrow {
    transform: rotate(-135deg) translateY(0.2rem);
}

.filter-select__dropdown {
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 0;
    right: 0;
    z-index: 20;
    background: #fff;
    border: 0.15rem solid #DDD;
    border-radius: 0.8rem;
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.filter-select__search {
    width: 100%;
    border: 0;
    border-bottom: 0.15rem solid #EEE;
    border-radius: 0;
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
}

.filter-select__search:focus {
    border-color: #1A365D;
    outline: none;
}

.filter-select__list {
    list-style: none;
    margin: 0;
    padding: 0.4rem 0;
    max-height: 24rem;
    overflow-y: auto;
}

.filter-select__option {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
    color: #0b0c0b;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.filter-select__option:hover,
.filter-select__option.is-selected {
    background: rgba(26, 54, 93, 0.08);
    color: #1A365D;
}

.filter-select__empty {
    margin: 0;
    padding: 1.2rem 1.6rem 1.6rem;
    font-size: 1.3rem;
    color: #797a7d;
}

.filter-select--disabled .filter-select__toggle {
    background: #f7f7f7;
    color: #bdbdbd;
    cursor: not-allowed;
}

.filter-select--disabled .filter-select__value.is-placeholder {
    color: #bdbdbd;
}
.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: #1A365D;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 150%;
}
.pagination li {
    padding: 0 0.7rem;
}
.btn-car_max {
    background: linear-gradient(90deg, #4185F6 0%, #4930E0 48%, #964BDA 98%);
    border: 0;
}
.btn-car_max:hover {
    background: linear-gradient(90deg, #4185F6 0%, #4930E0 48%, #964BDA 98%);
    opacity: 0.8;
}
.btn-car_youtube {
    background: #d72626;
    border-color: #d72626;
}
.btn-car_youtube:hover {
    background: #d72626;
    opacity: 0.8;
}
.reviewsFotoSwiper img, .reviewsFotoSwiper video {
    width: 100%;
    height: 38rem;
    object-fit: contain;
}
.reviewsFotoSwiper video {
    object-fit: cover;
}
.reviewsFotoSwiper .swiper-slide h5 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 100%;
    margin-top: 2rem;
    display: inline-block;
}
.reviewsFotoSwiper .swiper-slide p {
    color: #1A365D;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 100%;
}
.reviewsFoto {
    padding-top: 4rem;
    padding-bottom: 6rem;
    margin-top: 0;
}
.reviewsFotoSwiper .swiper-slide iframe {
    width: 100% !important;
    height: 40rem !important;
    border-radius: 1.2rem;
}
.reviews .title-section span {
    color: #1A365D;
}
.header-call-wrap {
    display: flex;
    align-items: center;
}
.header-call-wrap .header-call {
    border-radius: 1.2rem;
    background: #1A365D;
}
.header-call-wrap p {
    color: #1A365D;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0;
}
.header-call-tel {
    color: #0b0c0b;
    font-size: 2rem;
    font-weight: 800;
    line-height: 100%;
    margin-top: 0;
    display: block;
}
.header .btn-car {
    width: 20rem;
    padding: 1.2rem;
    font-size: 1.4rem;
}
.header .btn-car img {
    width: 2.4rem;
}
.individual-choice {
    padding-top: 4rem;
}
.individual-choice .btn-car span{
    margin-left: 0;
}
.car-card .car-product-option {
    padding: 0;
    background: none;
}
.car-card .car-product-option__item {
    margin-top: 0.8rem;
}
.car-card .car-product-option {
    margin-top: 2rem;
}
.car-card .car-product-option__item p {
    font-size: 1.4rem;
}
.car-card .car-product-option__item p:last-child {
    font-weight: 700;
}
.car-card .btn-car-empty {
    color: #0b0c0b;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 100%;
    margin-top: 1.4rem;
    position: relative;
    width: 80%;
}
.car-card .btn-car-empty:after {
    content: '';
    width: 5rem;
    height: 4.4rem;
    border-radius: 1.2rem;
    background: url("../img/arrow-right.svg") center center no-repeat, #1A365D;
    background-size: 3.9rem;
    position: absolute;
    right: -6rem;
}

.car-card .btn-car-empty:hover {
    color: #fff;
    background: #1A365D;
}
.best-deals .title-section {
    margin-bottom: 1rem;
}
.contact-social-networks{
    padding-top: 10rem;
    margin-top: 12rem;
}
.contact-social-networks__logo {
    width: 10rem;
}
.contact-social-networks-people {
    margin-top: -10rem;
}
.contact-social-networks h4{
    color: #0B0C0B;
    font-size: 5.2rem;
    font-weight: 700;
    line-height: 100%;
    margin-top: 3.8rem;
}
.contact-social-networks-text{
    margin-top: 4rem;
    color: #0B0C0B;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 145%;
}
.contact-social-networks-text span{
    color: #1A365D;
    font-weight: 700;
}
.contact-social-networks__btns{
    display: flex;
    margin-top: 4rem;
}
.contact-social-networks__btns a{
    margin-right: 2rem;
}
.contact-social-networks__btns button{
    line-height: 100%;
    margin-bottom: 0;
    margin-right: 2rem;
}
.contact-social-networks-footer{
    margin-top: 5rem;
    flex-wrap: wrap
}
.contact-social-networks-footer p{
    margin-right: 2.8rem;
    opacity: 0.5;
    font-size: 1.4rem;
    font-weight: 500;
}
.contact-social-networks-footer a{
    color: #0B0C0B;
    opacity: 0.5;
}
.about-us-page iframe{
    width: 100%;
}


.sale-for-client__item {
    position: relative;
    border-radius: 1.2rem;
    background: #1A365D;
    padding: 3rem;
    color: #fff;
}
.sale-for-client__item-img {
    position: absolute;
    width: 15rem;
    right: 1rem;
    top: 1rem;
}
.sale-for-client__item h4 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
    max-width: 19rem;
}
.sale-for-client__item-text {
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 125%;
    opacity: 0.7;
}
.sale-for-client__item-text2 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 125%;
    margin-top: 3.6rem;
}
.sale-for-client__item-price {
    display: flex;
    margin-top: 2.4rem;
}
.sale-for-client__item-price p {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
}
.sale-for-client__item-price s {
    margin-left: 1.8rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
    text-decoration-line: line-through;
    opacity: 0.3;
}
.sale-for-client{
    padding-top: 8rem;
}
.btn-white {
    width: 25rem;
    border-radius: 1.2rem;
    background: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
    padding: 2rem;
    display: block;
    border: 0;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
    color: #1A365D;
    transition: 0.3s;
    margin-top: 2rem;
}
.btn-white:hover {
    color: #fff;
    background: var(--color-primary-hover);
}
.how-we-work {
    padding: 8rem 0;
    padding-top: 2rem;
    overflow: hidden;
}
.how-we-work__item{
    border-radius: 1.2rem;
    background: #F3F4F4;
    padding: 2.4rem;
    margin-bottom: 3rem;
}
.how-we-work__item p{
    color: #0B0C0B;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 125%;
    margin-top: 2rem;
}
.how-we-work__item-header{
    display: flex;
    align-items: center;
}
.how-we-work__item-header p{
    width: 4rem;
    height: 4rem;
    margin: 0;
    border-radius: 0.6rem;
    background: #1A365D;
    margin-right: 2rem;

    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 4rem;
}
.how-we-work__item-header h6{
    margin: 0;
    color: #0B0C0B;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 100%;
}
.how-we-work__item-header h6{
    color: #0B0C0B;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 100%;
}
.how-we-work__item-last{
    background: #1A365D;
    color: #fff;
}
.how-we-work__item-last .how-we-work__item-header h6{
    color: #fff;
}
.how-we-work__item-last.how-we-work__item p{
    color: #fff;
}
.how-we-work__item-last .how-we-work__item-header p{
    background: #fff;
    color: #1A365D;
}
.about-us-main-img {
    width: 100%;
}
.about-us-main__text {
    color: #0b0c0b;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 145%;
    margin-top: 4rem;
    opacity: 0.7;
}
.about-us-main__item {
    margin-top: 8rem;
    width: 84%;
}
.about-us-main__item h5 {
    color: #1A365D;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
    position: relative;
}
.about-us-main__item h5:before {
    content: '';
    display: block;
    border-radius: 1.2rem;
    background: #f3f4f4;
    position: absolute;
    left: -3rem;
    top: -3rem;
    width: 6rem;
    height: 6rem;
    z-index: -1;
}
.about-us-main__item p {
    margin-top: 3rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 125%;
}
.advantages-section {
    padding-top: 4rem;
    padding-bottom: 8rem;
}
.advantages-section p {
    color: #0b0c0b;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 135%;
    opacity: 0.7;
}
.advantages-section-item {
    border-radius: 1.2rem;
    background: #f3f4f4;
    padding: 1.4rem;
    margin-top: 1.6rem;
}
.advantages-section h4 {
    color: #1A365D;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 135%;
    margin-top: 3rem;
}
.advantages-section-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.advantages-section-item__header > div {
    display: flex;
    align-items: center;
}
.advantages-section-item-img {
    width: 3.2rem;
    margin-right: 1.8rem;
}
.advantages-section-item-arrow {
    width: 1.6rem;
    transition: 0.3s;
}
.advantages-section-item__header h5 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
}
.advantages-section-item__body {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 145%;
    opacity: 0.7;
    margin-top: 2rem;
    display: none;
}
.advantages-section-iframe img {
    width: 100%;
    height: 28rem;
    border-radius: 1.2rem;
    object-fit: cover;
    display: block;
}
.advantages-section-iframe {
    position: relative;
}
.advantages-section-item__header.open .advantages-section-item-arrow {
    transform: rotate(180deg);
}
.why-we {
    padding-top: 8rem;
    padding-bottom: 9rem;
}
.why-we-img {
    width: 100%;
    display: block;
    border-radius: 1.6rem;
}
.why-we-icon {
    width: 5.6rem;
    margin-top: 4.4rem;
}
.why-we {
    overflow: hidden;
}
.why-we-swiper {
    overflow: visible;
}
.why-we-swiper .swiper-slide h4 {
    margin-top: 2rem;
    color: #0b0c0b;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 135%;
}
.why-we-swiper .swiper-slide p {
    margin-top: 2rem;
    color: #0b0c0b;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 135%;
    opacity: 0.7;
}
.why-we-swiper .swiper-slide:nth-child(2n) .why-we-icon {
    margin-top: 0;
}
.why-we-swiper .swiper-slide:nth-child(2n) .why-we-img {
    margin-top: 4rem;
}
.best-deals-brought {
    padding-top: 6rem;
    padding-bottom: 8rem;
}
.best-deals-brought h3{
    max-width: 60%;
}

.reviewsFotoSwiper__link {
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden;
    display: block;
}
.reviewsFotoSwiper__link:hover {
    opacity: 0.8;
}
.reviewsFotoSwiper__link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%);
    z-index: 2;
}
img.reviewsFotoSwiper__link-foto {
    width: 100%;
    height: 40rem;
    object-fit: cover;
}
img.reviewsFotoSwiper__link-icon {
    position: absolute;
    width: 9.2rem;
    height: 9.2rem;
    margin-left: -4.6rem;
    display: block;
    left: 50%;
    top: 50%;
    margin-top: -4.6rem;
    z-index: 5;
}
.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #eeeff0;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1A365D;
}
.swiper-pagination {
    position: static;
    margin-top: 4rem;
}
.carProductSwiper .swiper-button-next, .carProductSwiper .swiper-button-prev {
    top: 50%;
    bottom: auto;
}
.utf-section-advantage{
    margin-left: 8rem;
    padding: 1.4rem;
    position: relative;
    width: 16rem;
    border-radius: 1.2rem;
    background: #FFF;
    box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.10);
}
.utf-section-advantage:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 95%;
    width: 29rem;
    opacity: 0.5;
    z-index: 0;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.10);
}
.utf-section-advantage__text{
    color: #0B0C0B;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
}
.utf-section-advantage h6{
    color: #1A365D;
    font-size: 6.4rem;
    font-weight: 900;
    line-height: 100%;
    margin: 0.5rem 0;
    letter-spacing: -0.02em;
}
.utf-section-advantage__text2{
    color: #0B0C0B;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0;
}

/* --- Lead capture modals (CRO) --- */
body.modal-open .modal-backdrop.show {
    background-color: rgba(11, 12, 11, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.lead-modal__dialog {
    max-width: 48rem;
}

.lead-modal__dialog--sm {
    max-width: 40rem;
}

.lead-modal__content {
    position: relative;
    border: 0;
    border-radius: 2rem;
    overflow: hidden;
    background: #fff;
    box-shadow:
        0 2.4rem 4.8rem rgba(11, 12, 11, 0.12),
        0 0.8rem 1.6rem rgba(11, 12, 11, 0.06);
}

.lead-modal__close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    z-index: 10;
    width: 3.6rem;
    height: 3.6rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    padding: 0;
}

.lead-modal__close:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: scale(1.05);
}

.lead-modal__close--dark {
    background: #f3f4f4;
    color: #797a7d;
}

.lead-modal__close--dark:hover {
    background: #e8e9e9;
    color: #0b0c0b;
}

.lead-modal__hero {
    position: relative;
    padding: 3.2rem 3.2rem 2.4rem;
    background: linear-gradient(145deg, #234E7A 0%, #1A365D 45%, #0F2440 100%);
    color: #fff;
    overflow: hidden;
}

.lead-modal__hero::before {
    content: '';
    position: absolute;
    top: -4rem;
    right: -4rem;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.lead-modal__hero::after {
    content: '';
    position: absolute;
    bottom: -6rem;
    left: -2rem;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.lead-modal__hero h3 {
    position: relative;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
    color: #fff;
    padding-right: 3rem;
}

.lead-modal__badge {
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.5rem 1.2rem;
    border-radius: 10rem;
    margin-bottom: 1.2rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.25);
}

.lead-modal__subtitle {
    position: relative;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    margin: 0.8rem 0 0;
    padding-right: 2rem;
}

.lead-modal__body {
    padding: 2.4rem 3.2rem 3.2rem;
    background: #fff;
}

.lead-modal__benefits {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

.lead-modal__benefits li {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    line-height: 140%;
    color: #0b0c0b;
}

.lead-modal__benefits li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-weight: 700;
}

.lead-form--modal .lead-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
    margin-bottom: 0.4rem;
}

.lead-form--modal fieldset {
    margin: 0;
}

.lead-form--modal .lead-form__policy {
    margin-top: 0;
}

.lead-form--modal .lead-form__submit {
    width: 100%;
    margin-top: 2rem;
    padding: 1.5rem;
    font-size: 1.6rem;
    border-radius: 1.2rem;
}

.lead-form--modal .lead-form__submit span {
    margin-left: 0;
}

/* Чекбокс в модалках — современный квадратный стиль */
.lead-modal .custom-checkbox label {
    color: #797a7d;
    font-size: 1.1rem;
    line-height: 150%;
    padding-left: 2.8rem;
}

.lead-modal .custom-checkbox label::before {
    width: 2rem;
    height: 2rem;
    border-radius: 1.5rem;
    border: 0.15rem solid #d0d1d3;
    top: 0.1rem;
    background: #f8f9f9;
    transition: border-color 0.2s, background 0.2s;
}

.lead-modal .custom-checkbox input[type="checkbox"]:checked + label::before {

    background: url("../img/carbon_checkmark-filled.svg") center center no-repeat;
    background-size: 2.4rem;
}

.lead-modal .custom-checkbox label a {
    color: #1A365D;
    text-decoration: none;
    border-bottom: 0.1rem solid rgba(26, 54, 93, 0.35);
    transition: border-color 0.2s;
}

.lead-modal .custom-checkbox label a:hover {
    color: #142C4A;
    border-bottom-color: #142C4A;
}

/* Поля ввода в модалках */
.lead-form--modal input[type="text"],
.lead-form--modal input[type="tel"] {
    width: 100%;
    border: 0.15rem solid transparent;
    border-radius: 1.2rem;
    padding: 1.4rem 1.6rem;
    font-size: 1.5rem;
    font-family: inherit;
    background: #f3f4f4;
    color: #0b0c0b;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.lead-form--modal input::placeholder {
    color: #a0a1a4;
}

.lead-form--modal input:focus {
    outline: none;
    background: #fff;
    border-color: #1A365D;
    box-shadow: 0 0 0 0.4rem rgba(26, 54, 93, 0.12);
}

.lead-form--modal input.is-invalid {
    background: #fff5f5;
    border-color: #e53935;
    box-shadow: 0 0 0 0.4rem rgba(229, 57, 53, 0.08);
}

.lead-form--modal fieldset label {
    display: block;
    color: #0b0c0b;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.lead-form--modal fieldset label .required {
    color: #e53935;
}

.lead-form__error {
    display: block;
    color: #e53935;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    min-height: 1.4rem;
}

/* Модалка «Спасибо» */
.lead-modal__content--success {
    padding: 4rem 3.2rem;
}

.lead-modal__success {
    text-align: center;
}

.lead-modal__success-icon {
    width: 7rem;
    height: 7rem;
    margin: 0 auto 2rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #e8eef5 0%, #d4e0ef 100%);
    color: #1A365D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lead-modal__success h3 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0b0c0b;
    margin: 0 0 0.8rem;
}

.modal p.lead-modal__success-text {
    font-size: 1.5rem;
    color: #797a7d;
    line-height: 150%;
    margin: 0 0 2.4rem;
}

.lead-modal__success-btn {
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 1.2rem;
}

.lead-modal__success-btn span {
    margin-left: 0;
}

.lead-form fieldset label {
    display: block;
    color: #0b0c0b;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.lead-form fieldset label .required {
    color: #e53935;
}

.lead-form input[type="text"],
.lead-form input[type="tel"] {
    width: 100%;
    border: 0.1rem solid #e0e0e0;
    border-radius: 0.8rem;
    padding: 1.2rem 1.4rem;
    font-size: 1.4rem;
    font-family: inherit;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.lead-form input:focus {
    outline: none;
    border-color: #1A365D;
    box-shadow: 0 0 0 0.3rem rgba(26, 54, 93, 0.15);
}

.lead-form input.is-invalid {
    border-color: #e53935;
    box-shadow: 0 0 0 0.3rem rgba(229, 57, 53, 0.1);
}

.lead-form__fields {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.lead-form__submit {
    margin-top: 1.6rem;
    cursor: pointer;
}

.lead-form__submit:active {
    transform: scale(0.98);
}

.btn-car_cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--color-primary);
    border-color: var(--color-primary);
    box-shadow: 0 0.4rem 1.6rem rgba(var(--color-primary-rgb), 0.35);
    transition:
        box-shadow 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.45s ease;
}

.btn-car_cta::before,
.btn-car_cta::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 0;
    transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-car_cta::before {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
    opacity: 1;
}

.btn-car_cta::after {
    background: linear-gradient(135deg, var(--color-primary-hover) 0%, var(--color-primary-light) 100%);
    opacity: 0;
}

.btn-car_cta > * {
    position: relative;
    z-index: 1;
}

.btn-car_cta:hover {
    box-shadow: 0 0.6rem 2rem rgba(var(--color-primary-rgb), 0.45);
    color: #fff;
    border-color: var(--color-primary-hover);
    transform: translateY(-0.15rem);
}

.btn-car_cta:hover::after {
    opacity: 1;
}

.btn-car_cta:active {
    border-color: var(--color-primary-active);
    box-shadow: 0 0.2rem 0.8rem rgba(var(--color-primary-rgb), 0.3);
    transform: translateY(0);
    transition-duration: 0.15s;
}

.btn-car_cta:active::before {
    background: var(--color-primary-active);
    opacity: 1;
    transition-duration: 0.15s;
}

.btn-car_cta:active::after {
    opacity: 0;
    transition-duration: 0.15s;
}

/* --- CTA strip (после первого экрана) --- */
.cta-strip {
    background: linear-gradient(90deg, var(--color-primary-dark) 0%, var(--color-primary) 50%, var(--color-primary-hover) 100%);
    padding: 2rem 0;
}

.cta-strip__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.cta-strip__text {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    color: #fff;
}

.cta-strip__text strong {
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.cta-strip__text span {
    font-size: 1.4rem;
    font-weight: 400;
    opacity: 0.9;
}

.cta-strip__btn {
    flex-shrink: 0;
    width: auto !important;
    min-width: 26rem;
    background: #fff !important;
    color: var(--color-primary) !important;
    border-color: #fff !important;
    box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.15) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.6rem 2.4rem !important;
    font-size: 1.5rem !important;
    transition:
        background-color 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.5s ease !important;
}

/* Белая кнопка в полосе — без градиентного оверлея */
.cta-strip__btn::before,
.cta-strip__btn::after {
    display: none;
}

.cta-strip__btn .btn-cta__arrow {
    font-size: 1.8rem;
    line-height: 1;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-strip__btn:hover .btn-cta__arrow {
    transform: translateX(0.3rem);
}

.cta-strip__btn:hover {
    background: var(--color-primary-muted) !important;
    color: var(--color-primary-active) !important;
    box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-0.15rem);
}

/* --- Header CTA --- */
.header-cta {
    width: auto !important;
    min-width: 18rem;
    padding: 1rem 1.6rem !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    white-space: nowrap;
}

.header-cta:hover {
    transform: none;
}

.header-cta span {
    margin-left: 0 !important;
}

/* Постоянная пульсация кнопки в шапке */
@keyframes header-cta-pulse {
    0%, 100% {
        box-shadow:
            0 0.2rem 0.8rem rgba(var(--color-primary-rgb), 0.22),
            0 0 0 0 rgba(var(--color-primary-rgb), 0.38);
    }
    50% {
        box-shadow:
            0 0.35rem 1.2rem rgba(var(--color-primary-rgb), 0.32),
            0 0 0 0.7rem rgba(var(--color-primary-rgb), 0);
    }
}

.header-cta.btn-cta--pulse {
    animation: header-cta-pulse 2.2s ease-in-out infinite;
}

.header-cta.btn-cta--pulse:hover {
    animation: header-cta-pulse 1.6s ease-in-out infinite;
}

/* Пульсация CTA на hero — только при наведении */
@keyframes cta-pulse-ring {
    0% {
        box-shadow: 0 0.4rem 1.6rem rgba(26, 54, 93, 0.35), 0 0 0 0 rgba(26, 54, 93, 0.45);
    }
    70% {
        box-shadow: 0 0.4rem 1.6rem rgba(26, 54, 93, 0.35), 0 0 0 1rem rgba(26, 54, 93, 0);
    }
    100% {
        box-shadow: 0 0.4rem 1.6rem rgba(26, 54, 93, 0.35), 0 0 0 0 rgba(26, 54, 93, 0);
    }
}

.btn-cta--pulse:not(.header-cta):hover {
    animation: cta-pulse-ring 1.4s ease-out infinite;
}

.btn-cta__arrow {
    display: inline-flex;
    margin-left: 0.6rem;
    font-weight: 700;
}

.btn-cta {
    cursor: pointer;
}

.btn-cta span {
    margin-left: 0;
}

/* --- Car card CTA --- */
.btn-car--card {
    margin-top: 1.6rem;
    padding: 1rem;
    font-size: 1.4rem;
    border-radius: 0.8rem;
}

.btn-car--card span {
    margin-left: 0;
}

/* --- Inline lead form --- */
.lead-inline {
    padding: 4rem 0;
}

.lead-inline__card {
    background: #fff;
    border-radius: 1.6rem;
    padding: 3rem;
    box-shadow: 0 0.4rem 3rem rgba(11, 12, 11, 0.08);
    border: 0.1rem solid rgba(26, 54, 93, 0.15);
}

.lead-inline__badge {
    display: inline-block;
    background: rgba(26, 54, 93, 0.12);
    color: #1A365D;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.4rem 1rem;
    border-radius: 2rem;
    margin-bottom: 1.2rem;
}

.lead-inline__title {
    color: #0b0c0b;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 1rem;
}

.lead-inline__text {
    color: #797a7d;
    font-size: 1.4rem;
    line-height: 150%;
    margin-bottom: 1.6rem;
}

.lead-inline__benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lead-inline__benefits li {
    position: relative;
    padding-left: 2.4rem;
    color: #0b0c0b;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.lead-inline__benefits li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url("../img/carbon_checkmark-filled.svg") center center no-repeat;
    background-size: contain;
}

.lead-form--inline {
    background: #f8faf9;
    border-radius: 1.2rem;
    padding: 2rem;
}

.lead-form__fields--inline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}

.lead-form--inline .lead-form__submit {
    width: 100%;
}

.contact-social-networks__callback {
    width: 100%;
    margin-bottom: 1.2rem;
}
