.review-slider__title_f {
    color: #fff;
    font-family: Russo One;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 24px;
}
.review__desc_f{
        color: #fff;
        flex-grow: 1;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
}

.card-review__main {
padding: 24px 0px !important;
}

.card-video_f{
    background-color: #29292b;
}
.card-video__title_f,
.card-review__title{
        color: #fff !important;
        font-family: Russo One !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 120% !important;
        padding-bottom: 12px !important;
}
.card-video__desc_f,
.card-review__desc_f{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 14px;
}
.card-video__desc_f a, .card-review__desc_f a {
color: #fff !important;
}
.section-dealer-news{
    background-color: #29292b;
}
.iframe-player-embed__video {
    background: var(--black);
    position: relative;
    max-width: 100%;
}
.review-slider__list{
    transform: translate(-17px);
}

/* Десктоп (от 1440px и выше) */
@media screen and (min-width: 1440px) {
    .section-review-slider {
        margin: 157px 0 !important;
    }
}

/* Планшет (от 768px до 1439px) */
@media screen and (min-width: 768px) and (max-width: 1439px) {
    .section-review-slider {
        margin: 50px 0 !important;
    }
}

/* Мобильные (до 767px) */
@media screen and (max-width: 767px) {
    .section-review-slider {
        margin: 60px 0 !important;
    }
}
