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

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: #f6f6f7;
    padding: 1.6rem;
    transition: 0.3s;
    font-size: 1.4rem;
    color: #0b0c0b;
}
input:focus, select:focus, textarea:focus {
    border-color: #a81121;
}
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;
    align-items: center;
}
.utf-section {
    padding: 7rem 0;
    background: url("../img/utf-bg.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
}
.utf-section__text {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0;
}
.utf-section__text img {
    width: 8rem;
    margin-right: 2rem;
}
.utf-section h1 {
    color: #0b0c0b;
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 100%;
    margin-top: 2.6rem;
}
.utf-section h1 span {
    display: block;
    color: #a81121;
}
.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-btn-wrap {
    display: flex;
    align-items: center;
    margin-top: 5rem;
}
.utf-btn-wrap a {
    margin-right: 1.6rem;
    width: 36%;
    padding: 1.8rem 2.2rem;
}
.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: #a81121;
    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 3rem 3rem 0;
}
.header-menu li:last-child {
    margin-right: 0;
}
.header-menu li a {
    font-size: 1.5rem;
    color: #0b0c0b;
}
.header-menu li a:hover {
    color: #a81121;
}
.header-phone {
    text-align: right;
    font-size: 1.2rem;
    color: #000;
    display: block;
    direction: ltr !important;
}
.header-phone:hover {
    color: #a81121;
}
.header-call {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
    background: #a81121;
    margin-right: 2rem;
}
.header-call:hover {
    background: #8a0f1c;
}
.utf-section__form {
    margin: 4rem 0 0;
}
fieldset {
    margin-top: 1rem;
}
fieldset label {
    font-size: 1.4rem;
    color: #a81121;
    margin-bottom: 1rem;
    font-weight: 700;
}
.btn-car {
    background: #a81121;
    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 #a81121;
    transition: 0.3s;
    text-transform: uppercase;
}
.btn-car:hover {
    background: #8a0f1c;
}
.btn-car img {
    width: 2rem;
}
.btn-car span {
    margin-left: 1.4rem;
}
.utf-section__form button[type="submit"] {
    margin-top: 3.7rem;
    color: #a81121;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    border: 0;
    background: none;
}
.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 {
    border-radius: 2.4rem;
    border: 0.1rem solid #f6f6f7;
    background: #fff;
    box-shadow: 0.4rem 0.6rem 3.2rem 0 rgba(0, 0, 0, 0.07);
    padding: 1rem;
    margin-top: 3rem;
    transition: 0.3s;
    position: relative;
}
.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 {
    padding: 1rem 1.5rem;
    min-height: 17rem;
}
.car-card__label {
    position: absolute;
    left: 1.6rem;
    top: 1.6rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 135%;
    padding: 0.6rem 1rem;
    border-radius: 0.4rem;
    background: #0c0000;
}
.car-card__link {
    color: #000;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 135%;
}
.car-card__link:hover {
    color: #8a0f1c;
}
.car-card__price {
    direction: ltr !important;
    margin-top: 0.4rem;
    color: #a81121;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 135%;
}
.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.6rem;
    font-weight: 700;
    line-height: 135%;
}
.btn-car-empty {
    background: #eeeff0;
    color: #0b0c0b;
    border-color: #eeeff0;
}
.line-grey {
    background: #f6f6f7;
    height: 4rem;
}
.best-deals-brought .btn-car-empty span {
    margin-left: 0;
}
.btn-car-empty:hover {
    background: #e5e6e8;
    color: #0b0c0b;
    border-color: #e5e6e8;
}
.best-deals .btn-car-empty {
    margin-top: 4rem;
}
.about-us {
    margin-top: 4rem;
}
.about-us-wrap {
    background: #a81121;
    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: #a81121;
    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;
    border-top: 0.1rem solid #eeeff0;
}
.review-item {
    display: flex;
    align-items: start;
}
.review-item__avatar {
    margin-right: 3rem;
    width: 28rem;
    height: 24rem;
    object-fit: cover;
    border-radius: 1.6rem;
}
.review-item__right {
    border-radius: 1.2rem;
    background: #fff;
    width: 60%;
}
.review-item h5 {
    color: #000;
    font-size: 1.8rem;
    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: #a81121;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0;
    display: inline-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: #a81121;
}
.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
    fill: #fff;
}
.reviewsSwiper {
    margin-top: 6rem;
    height: 62rem;
    padding-bottom: 11rem;
}
.reviewsSwiper .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
}
.reviews-on-sites {
    margin-top: 4rem;
}
.reviews-on-sites_item {
    border-radius: 1.2rem;
    background: #a81121;
    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: #a81121;
}

.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: #a81121;
    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: #a81121;
    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: #a81121;
}
.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: #a81121;
}
.burger-menu {
    display: none;
}
.modal-header {
    background: #a81121;
    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: #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 #a81121;
    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: #a81121;
}
.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: #a81121;
    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: #a81121;
}
.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: #a81121;
    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: #a81121;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
}
.car-product-option__price h6 {
    color: #a81121;
    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: #a81121;
    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: #a81121;
    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;
}
.reviewsFotoSwiper img, .reviewsFotoSwiper video {
    width: 100%;
    height: 38rem;
    object-fit: contain;
}
.reviewsFotoSwiper video {
    object-fit: cover;
}
.reviewsFotoSwiper .swiper-slide h5 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 100%;
    margin-top: 2rem;
    display: inline-block;
}
.reviewsFotoSwiper .swiper-slide p {
    color: #a81121;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 100%;
    display: inline-block;
}
.reviewsFoto {
    padding: 8rem 0;
    padding-bottom: 2rem;
    margin-top: 0;
}
.reviewsFotoSwiper .swiper-slide iframe {
    width: 100% !important;
    height: 40rem !important;
    border-radius: 1.2rem;
}
.reviews .title-section span {
    color: #a81121;
}
.header-call-wrap {
    display: flex;
    align-items: center;
}
.header-call-wrap .header-call {
    border-radius: 1.2rem;
    background: #a81121;
}
.header-call-wrap p {
    color: #a81121;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0;
}
.header-call-tel {
    color: #0b0c0b;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 100%;
    margin-top: 0.6rem;
    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;
}
.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, #a81121;
    background-size: 3.9rem;
    position: absolute;
    right: -6rem;
}

.car-card .btn-car-empty:hover {
    color: #fff;
    background: #a81121;
}
.best-deals .title-section {
    margin-bottom: 1rem;
}
.contact-social-networks__logo {
    width: 17.8rem;
}
.contact-social-networks-people {
    margin-top: -10rem;
}
.sale-for-client {
    padding-top: 5rem;
    position: relative;
    color: #fff;
}
.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, #a81121 0%, #820d19 100%);
    height: 38rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.sale-for-client__item {
    position: relative;
    border-radius: 1.2rem;
    background: #a81121;
    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;
}
.btn-white {
    width: 25rem;
    border-radius: 1.2rem;
    background: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
    padding: 2rem;
    display: block;
    text-align: center;
    margin-top: 2rem;
    color: #0b0c0b;
}
.btn-white:hover {
    color: #fff;
    background: #8a0f1c;
}
.how-we-work {
    padding: 8rem 0;
    overflow: hidden;
}
.how-we-work .title-section {
    margin-bottom: 1.6rem;
}
.how-we-work .title-section span {
    color: #a81121;
}
.how-we-work-swiper {
    margin-top: 6rem;
    overflow: visible;
}
.how-we-work-swiper .how-we-work__img {
    display: block;
    width: 100%;
    border-radius: 1.6rem;
}
.how-we-work-swiper .swiper-slide:first-child .how-we-work__step {
    background: #a81121;
    color: #fff;
}
.about-us-main {
    padding-top: 8rem;
}
.how-we-work__step {
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 4px;
    border: 0.15rem solid #a81121;

    color: #0b0c0b;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 5rem;
    margin-top: 3rem;
    position: relative;
}
.how-we-work__step:after {
    content: '';
    display: block;
    position: absolute;
    left: 8rem;
    opacity: 0.2;
    background: #929292;
    height: 0.2rem;
    width: 20rem;
    top: 50%;
}
.how-we-work-contant {
    padding: 2rem;
    margin-top: 2rem;
}
.how-we-work-swiper .swiper-slide:first-child .how-we-work-contant {
    border-radius: 0.4rem;
    border: 0.1rem solid #ededef;
    background: #f6f6f7;
}
.how-we-work-swiper .swiper-slide:last-child .how-we-work__step:after {
    content: none;
}
.how-we-work-swiper .btn-car {
    margin-top: 2rem;
}
.how-we-work-contant h5 {
    color: #0b0c0b;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 135%;
}
.how-we-work-contant p {
    color: #0b0c0b;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 135%;
    margin-top: 3rem;
}
.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: 70%;
}
.about-us-main__item h5 {
    color: #a81121;
    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;
}
.advantages-section p {
    color: #0b0c0b;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 135%;
}
.advantages-section-item {
    border-radius: 1.2rem;
    background: #f3f4f4;
    padding: 1.4rem;
    margin-top: 1.6rem;
}
.advantages-section h4 {
    color: #a81121;
    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 {
    width: 100%;
    height: 28rem;
    border-radius: 1.2rem;
}
.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: 9rem;
    padding-bottom: 8rem;
}
.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(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 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: #a81121;
}
.swiper-pagination {
    position: static;
    margin-top: 7rem;
}
.carProductSwiper .swiper-button-next, .carProductSwiper .swiper-button-prev {
    top: 50%;
    bottom: auto;
}
