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: 'Nunito Sans', sans-serif;
    font-size: 1.4rem;
    padding-top: 8rem;
}

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.15rem solid #ddd;
    border-radius: 0.8rem;
    padding: 0.9rem 1.4rem;
    transition: 0.3s;
    font-size: 1.4rem;
    color: #0b0c0b;
}
input:focus, select:focus, textarea:focus {
    border-color: #15a168;
}
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-menu {
    display: flex;
    align-items: center;
    padding-left: 3rem;
}
.utf-section {
    padding: 13rem 0;
    background: url("../img/utf-bg.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
}
.utf-section__text {
    color: #15a168;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0;
}
.utf-section h1 {
    color: #0b0c0b;
    font-size: 5.6rem;
    font-weight: 800;
    line-height: 100%;
    margin-top: 1.6rem;
}
.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-btn-wrap {
    display: flex;
    align-items: center;
    margin-top: 5rem;
}
.utf-btn-wrap a {
    margin-right: 1.4rem;
    width: auto;
    padding: 1.8rem 2.2rem;
}
.utf-section-item {
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.10);
    padding: 1.4rem;
    position: absolute;
    left: 59rem;
    bottom: -3rem;
    z-index: 2;
}
.utf-section-item:before {
    content: '';
    display: block;
    width: 29rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12.5rem;

    opacity: 0.5;
    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);
    z-index: -2;
}
.utf-section-item p {
    color: #0b0c0b;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
}
.utf-section-item h4 {
    color: #15a168;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 100%;
    margin-top: 0.7rem;
}
.utf-section-item h6 {
    color: #0b0c0b;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 100%;
}
.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: #15a168;
}
.header-phone {
    text-align: right;
    font-size: 1.2rem;
    color: #000;
    display: block;
    direction: ltr !important;
}
.header-phone:hover {
    color: #15a168;
}
.header-call {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
    background: #15a168;
    margin-right: 2rem;
}
.header-call:hover {
    background: #12bf78;
}
.utf-section__form {
    background: #fff;
    padding: 1.4rem 2.4rem 2.4rem;
    border-radius: 1.2rem;
    margin: 4rem 0 0;
    box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.05);
}
fieldset {
    margin-top: 1rem;
}
fieldset label {
    font-size: 1.4rem;
    color: #15a168;
    margin-bottom: 1rem;
    font-weight: 700;
}
.btn-car {
    background: #15a168;
    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 #15a168;
    transition: 0.3s;
}
.btn-car:hover {
    background: #12bf78;
}
.btn-car img {
    width: 2rem;
}
.btn-car span {
    margin-left: 0.8rem;
}
.utf-section__form button {
    margin-top: 3.7rem;
    padding: 1rem;
}
.title-section {
    color: #0b0c0b;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 4rem;
}
.best-deals {
    margin-top: 4rem;
    padding-bottom: 6rem;
}
.car-card {
    border-radius: 0.6rem;
    background: #f4f4f4;
    overflow: hidden;
    margin-top: 3rem;
}
.car-card__img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    cursor: pointer;
    border-radius: 1.2rem;
}
.car-card-container {
    padding: 1.6rem 2rem;
    min-height: 17rem;
    background: #fff;
    margin-top: 0.8rem;
    border-radius: 1.2rem;
}
.car-card__link {
    color: #15a168;
    font-size: 2rem;
    font-weight: 800;
}
.car-card__link:hover {
    color: #12bf78;
}
.car-card__price-text {
    color: #15a168;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    margin-top: 2rem;
}
.car-card__price {
    direction: ltr !important;
    color: #0b0c0b;

    font-size: 2rem;
    font-weight: 800;
    line-height: 100%;
}
.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;
}
.btn-car-empty {
    background: none;
    color: #15a168;
}
.btn-car-empty:hover {
    color: #fff;
}
.best-deals .btn-car-empty {
    margin-top: 4rem;
}
.about-us {
    margin-top: 4rem;
}
.about-us-wrap {
    background: #15a168;
    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: #15a168;
    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: 9rem;
}
.review-item {
    display: flex;
    align-items: start;
}
.review-item__avatar {
    margin-right: 1rem;
    width: 25rem;
    height: 30rem;
    object-fit: cover;
    border-radius: 1.2rem;
    box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.05);
}
.review-item__right {
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.05);
    padding: 2.4rem;
    width: 60%;
}
.review-item h5 {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}
.review-item__desc {
    color: #0b0c0b;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 135%;
    margin-top: 2rem;
}
.review-item__data {
    color: #15a168;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
    margin-top: 0.6rem;
    margin-bottom: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}
.swiper-button-next, .swiper-button-prev {
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 50%;
    border: 0.1rem solid #15a168;
    transition: 0.3s;
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: 0.9rem;
    height: 1.6rem;
    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: #15a168;
}
.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
    fill: #fff;
}
.swiper-pagination {
    position: static;
    width: 5rem !important;
    margin: 4rem auto 0;
    border-radius: 0.6rem;
    background: #e5e5e5;
    height: 0.2rem !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    border-radius: 0.6rem;
    background: #15a168;
}
.reviews .swiper-button-next, .reviews .swiper-button-prev, .reviewsFoto .swiper-button-next, .reviewsFoto .swiper-button-prev {
    right: 12rem;
    left: auto;
    top: 2.5rem;
}
.reviews .swiper-button-prev, .reviewsFoto .swiper-button-prev {
    right: 16.5rem;
}
.reviewsSwiper {
    overflow: visible;
}
.reviews-on-sites {
    margin-top: 4rem;
}
.reviews-on-sites_item {
    border-radius: 1.2rem;
    background: #15a168;
    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: #15a168;
}

.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: #15a168;
    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%;
}

.contact-social-networks {
    margin-top: 18rem;
}
.contact-social-networks-bg {
    background: url("../img/contact-social-networks-bg.jpg") center top no-repeat;
    background-size: cover;
    padding: 10rem 4rem;
    color: #fff;
    border-radius: 2.4rem;
}
.contact-social-networks h4 {
    color: #0b0c0b;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 100%;
    margin-top: 4rem;
}
.contact-social-networks-text {
    color: #0b0c0b;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 145%;
    margin-top: 4rem;
    max-width: 49rem;
}
.contact-social-networks-text span {
    color: #15a168;
    font-weight: 700;
}
.contact-social-networks__btns {
    margin-top: 6rem;
    display: flex;
    width: 69rem;
}
.contact-social-networks__btns a {
    margin-right: 2rem;
    width: 15rem;
}
.contact-social-networks__btns a:last-child{
    margin-right: 0;
}
.contact-social-networks-footer {
    display: flex;
    align-items: center;
    margin-top: 5rem;
    flex-wrap: wrap;
}
.contact-social-networks-footer p {
    margin-bottom: 0;
    margin-right: 2.8rem;

    color: #0b0c0b;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 145%;
    opacity: 0.5;
}
.contact-social-networks-footer a {
    color: #0b0c0b;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 145%;
    opacity: 0.5;
}
.contact-social-networks-footer a:hover {
    opacity: 0.7;
}
.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;
}


.social-list {
    display: flex;
}
.social-list li {
    margin-left: 1rem;
}
.social-list li:first-child {
    margin-left: 0;
}
.social-list li a:hover {
    opacity: 0.8;
}

.footer-down {
    margin-top: 2rem;
    display: flex;
}
.footer-down p {
    font-size: 1.2rem;
    margin-right: 6rem;
    margin-bottom: 0;
}
.footer-down a {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
}
.footer-down a:hover {
    opacity: 0.8;
}
.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: #15a168;
}
.burger-menu {
    display: none;
}
.modal-header {
    background: #15a168;
    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 #15a168;
    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: 1rem;
    font-weight: 400;
}
.breadcrumb-list a:hover {
    color: #15a168;
}
.breadcrumb-list p {
    color: #797a7d;
    font-size: 1rem;
    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: #15a168;
    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: #15a168;
}
.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: #15a168;
    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.2rem;
    font-weight: 400;
    line-height: normal;
    color: #797a7d;
}
.car-product-option__item p:last-child {
    color: #0b0c0b;
    text-align: right;
    font-size: 1.2rem;
    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: #15a168;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
}
.car-product-option__price h6 {
    color: #15a168;
    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.1rem solid #15a168;
    padding: 1rem;
    margin-top: 2rem;
    font-weight: 600;
    transition: 0.3s;
}
.filter-cars .btn-car-empty:hover {
    background: #15a168;
}
.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: #15a168;
    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;
}
.reviewsFoto .swiper-button-next, .reviewsFoto .swiper-button-prev, .reviews .swiper-button-next, .reviews .swiper-button-prev {
    border-radius: 0.6rem;
    border: 0.1rem solid #15a168;
}
.reviewsFoto .swiper-button-next:hover svg path, .reviewsFoto .swiper-button-prev:hover svg path, .reviews .swiper-button-next:hover svg path, .reviews .swiper-button-prev:hover svg path {
    fill: none;
}
.reviewsFotoSwiper .swiper-slide h5 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    margin-top: 2.4rem;
}
.reviewsFotoSwiper .swiper-slide p {
    color: #15a168;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 100%;
    margin-top: 0.6rem;
}
.reviewsFoto .swiper-pagination, .reviews .swiper-pagination {
    position: absolute;
    right: 23rem;
    top: 2rem;
    bottom: auto;
    margin: 0;
    left: auto;
    width: 10rem !important;
}
.reviewsFoto {
    padding: 8rem 0;
    margin-top: 0;
}
.reviewsFotoSwiper .swiper-slide iframe {
    width: 100% !important;
    height: 40rem !important;
    border-radius: 1.2rem;
}
.header-call-wrap {
    display: flex;
    align-items: center;
}
.header-call-wrap .header-call {
    border-radius: 1.2rem;
    background: #15a168;
}
.header-call-wrap p {
    color: #15a168;
    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;
}
.individual-choice {
    padding-top: 6rem;
}
.bg-grey {
    background: #f3f4f4;
}
.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, #15a168;
    background-size: 3.9rem;
    position: absolute;
    right: -6rem;
}

.car-card .btn-car-empty:hover {
    color: #fff;
    background: #15a168;
}
.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: 8rem;
}
.sale-for-client__item {
    position: relative;
    border-radius: 1.2rem;
    background: #15a168;
    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: #12bf78;
}
.how-we-work {
    padding: 8rem 0;
}
.how-we-work .title-section{
    margin-bottom: 1.6rem;
}
.how-we-work__item {
    border-radius: 1.2rem;
    background: #f3f4f4;
    padding: 2.7rem;
    margin-top: 3rem;
}
.how-we-work__item p {
    margin-top: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 0;
}

.how-we-work__item-title {
    display: flex;
    align-items: center;
}
.how-we-work__item-title p {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    border-radius: 0.6rem;
    background: #15a168;
    padding: 1rem;
    margin-bottom: 0;
    margin-right: 2rem;
    margin-top: 0;
}
.how-we-work__item-title h4 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0;
}
.how-we-work__item_end {
    background: #15a168;
    color: #fff;
}
.how-we-work__item_end .how-we-work__item-title p{
    background: #FFF;
    color: #15A168;
}
.about-us-main{
    padding-top: 8rem;
}
.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: #15A168;
    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: 8rem;
}
.advantages-section-item{
    border-radius: 1.2rem;
    background: #F3F4F4;
    padding: 1.4rem;
    margin-top: 1.6rem;
}
.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: 35rem;
    border-radius: 1.2rem;
}
.advantages-section-iframe{
    position: relative;
}
.advantages-section-iframe:before{
    content: '';
    display: block;
    border-radius: 1.2rem;
    background: #1EA970;
    width: 5rem;
    height: 28rem;
    position: absolute;
    left: -2.5rem;
    top: 3.5rem;
    z-index: -1;
}
.advantages-section-item__header.open .advantages-section-item-arrow{
    transform: rotate(180deg);
}
.best-deals-brought{
    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(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;
}
