.v-reviews {
    background: url("./../../img/web.png") no-repeat top left, url("./../../img/v-bg.jpg");
    padding-top: 75px;
    padding-bottom: 95px;
}
.v-reviews__container {
    max-width: 975px;
    position: relative;
    padding: 0;
}
.v-reviews__title {
    color: #2b2e51;
    font-size: 33px;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
    margin-bottom: 35px;
}
.about__video-box {
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 56.4%;
    position: relative;
}
.about__video-box img, .about__video-box iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}
.v-reviews .slick-arrow {
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    font-size: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 22px));
    background-size: 40px 22px;
}
.v-reviews .slick-prev {
    background: url(./../../img/v-prev.svg) no-repeat center transparent;
    left: -60px;
}
.v-reviews .slick-next {
    background: url(./../../img/v-next.svg) no-repeat center transparent;
    right: -60px;
}
.v-slider {
    z-index: 2;
}
.v-slider__counter {
    color: #090909;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 27px;
    background-color: #efefef;
    display: inline-block;
    position: absolute;
    bottom: 56px;
    right: 0;
    z-index: 3;
}
.v-slider__wrap {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 8px;
}
.v-slider__wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #c2c2c1;
    max-width: 285px;
    width: 100%;
    height: 1px;
}
.v-slider__name {
    color: #090909;
    font-size: 20px;
    font-weight: 700;
}
.v-slider__name {
    margin: 0;
}
.v-slider__name span {
    color: #938d8d;
    font-size: 14px;
    font-weight: 400;
}
.v-slider__img {
    position: absolute;
    bottom: -60px;
    right: 0;
    z-index: 1;
}
.v-slider__name {
    max-width: 285px;
    text-align: center;
}
.br-mob {
    display: none;
}
@media(max-width: 1199px) {
    .v-reviews__container {
        max-width: 100%;
        width: 100%;
    }
    .v-slider__name {
        padding: 0 15px;
    }
    .v-slider__img {
        right: 15px;
        max-width: 515px;
    }
    .v-slider__wrap::after,
    .v-slider__name {
        max-width: 477px;
    }
    .v-reviews {
        padding-top: 35px;
        padding-bottom: 65px;
    }
    .v-slider__wrap::after {
        content: none;
    }
    .v-slider__wrap {
        padding-bottom: 0;
    }
    .v-slider__counter {
        bottom: 37px;
    }
}
@media(max-width: 991px) {
    .v-slider__img {
        max-width: 400px;
    }
}
@media(max-width: 767px) {
    .v-reviews {
        background: url("./../../img/web-mob.png") no-repeat top left, url("./../../img/v-bg.jpg");
        padding-bottom: 20px;
    }
    .v-reviews__title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .v-slider__wrap {
        margin-bottom: 29px;
        padding-bottom: 27px;
    }
    .v-reviews .slick-arrow {
        width: 30px;
        height: 30px;
        bottom: -22px;
        transform: 0;
        top: initial;
        background-size: 12px 21px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
    }
    .v-reviews .slick-prev {
        left: 13px;
    }
    .v-reviews .slick-next {
        right: 13px;
    }
    .v-slider__counter {
        padding: 0;
        height: 21px;
        position: absolute;
        bottom: 52px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        width: max-content;
        margin: 0 auto;
    }
    .v-slider__img {
        position: static;
        margin-left: -10px;
        max-width: 247px;
    }
    .v-slider__name {
        font-size: 14px;
        padding: 0 40px;
        padding-bottom: 15px;
        border-bottom: 1px solid #c2c2c1;
        margin-bottom: 8px;
        text-align: left;
        margin-top: 25px;
    }
    .v-slider__name span {
        font-size: 12px;
    }
    .video-play svg{
        max-width: 52px;
    }
    .v-slider__name {
        display: none;
    }
    .v-slider__img {
        display: block;
        margin: 0 auto;
        margin-top: -10px;
    }
    .br-mob {
        display: initial;
    }
}