.custom.reviews-list .owl-carousel {
    min-height: 400px;
}

.custom.reviews-list .owl-stage {
    display: flex;
}

.custom.reviews-list .owl-item {
    flex-shrink: 0;
}

.custom .reviews-list__item-title {
    color: #333;
    color: var(--white_text_black);
    margin-left: -1px;
}

.custom .reviews-list__item-company {
    margin-bottom: 5px;
}

.custom .reviews-list__rating {
    margin-top: 13px;
}

.custom .reviews-list__item-preview-wrapper {
    margin-top: 24px;
}

.custom .reviews-list__item-more {
    margin-top: 33px;
}

.custom.reviews-list {}

.custom.reviews-list .owl-carousel {
    margin: 0;
}

.custom.reviews-list .reviews-list--text-center .reviews-list__item-preview {
    padding: 0;
}

.custom.reviews-list .reviews-list__item-preview-wrapper {
    margin-top: 0;
    display: flex;
    justify-content: space-between;

}

.custom.reviews-list .reviews-list__item-preview {
    max-width: 750px;
}

.custom.reviews-list .reviews-list__item-preview-img {
    background-image: url('./images/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 456px;
    height: 163px;
    margin-top: 16px;
}

.reviews-list__item-preview-right {
    margin-left: 20px;
}

.reviews-list__item-preview-right-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    margin-top: 22px;
    color: #0F479C;
    margin-right: 34px;
}

.reviews-list__item-preview-right-info {
    display: flex;
    justify-content: space-between;
}

.reviews-list__item-preview-right-info-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #0F479C;
}

.reviews-list__item-preview-right-info-img {
    background-image: url('./images/logo-blur.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 313px;
    height: 110px;
}

.custom.reviews-list .index-block__title-wrapper {
    margin-left: 130px;
}

.custom.reviews-list .maxwidth-theme {
    max-width: 1400px;
}

.custom.reviews-list .reviews-list__item {
    margin-left: 130px;
    margin-top: 40px;
    position: relative;
    color: #202020;
}

.custom.reviews-list .reviews-list__item::before {
    content: '';
    background-image: url('./images/arrows.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -16px;
    left: -117px;
    width: 266px;
    height: 171px;
    display: block;
    z-index: -1;
}

.custom.reviews-list .reviews-list__item-preview {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.custom.reviews-list .reviews-list__item-top-part {
    margin: 0;
    margin-top: 40px;
}

.custom.reviews-list .reviews-list__item-image-wrapper {
    width: 100px;
    height: 100px;
    margin-right: 16px;
    margin-top: 0;
}

.custom.reviews-list .reviews-list__item-image {
    border-radius: 0;
}

.custom.reviews-list .reviews-list__item-info {
    max-width: 282px;
}

.custom.reviews-list .reviews-list__item-info-wrapper {
    margin: 0;
}

.custom.reviews-list .reviews-list__item-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom.reviews-list .reviews-list__item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.custom.reviews-list .reviews-list__item-company {
    color: #ADB4CB;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
}

.custom.reviews-list .owl-carousel--button-wide .owl-prev {
    top: 100%;
    right: 48px;
    left: initial;
}

.custom.reviews-list .owl-carousel--button-wide .owl-next {
    top: 100%;
    right: 24px;
    left: initial;
}

.custom.reviews-list .owl-carousel--buttons-size-36 .owl-carousel__button {
    width: 48px;
    height: 48px;
}

.custom.reviews-list .owl-carousel.owl-carousel--static-dots .owl-dots {
    width: max-content;
    right: -8px;
    left: initial;
    position: absolute;
    top: calc(100% - 20px);
    bottom: initial;
    padding: 0;
    display: none;
}

@media (max-width: 1380px) {
    .custom.reviews-list .index-block__title-wrapper {
        margin-left: 90px;
    }

    .custom.reviews-list .reviews-list__item {
        margin-left: 90px;
    }

    .custom.reviews-list .reviews-list__item::before {
        left: -90px;
        width: 190px;
        height: 120px;
    }

    .custom.reviews-list .reviews-list__item-preview {
        font-size: 17px;
        line-height: 24px;
        max-width: 468px;
    }



    .custom.reviews-list .reviews-list__item-preview-img {
        width: 360px;
        height: 128px;
    }

    .custom.reviews-list .reviews-list__item-top-part {
        flex-direction: row;
    }

    .reviews-list__item-preview-right-title {
        margin-right: 0;
        font-size: 26px;
    }

    .reviews-list__item-preview-right-info-img {
        width: 220px;
    }
}

@media (max-width: 860px) {
    .custom.reviews-list .reviews-list__item-preview {
        max-width: initial;
    }

    .custom.reviews-list .reviews-list__item-preview-img,
    .custom.reviews-list .reviews-list__item-preview-right {
        display: none;
    }
}

@media (max-width: 767px) {
    .custom.reviews-list .owl-carousel--wide-adaptive .owl-stage-outer {
        margin: 0;
        padding: 0;
    }

    .custom.reviews-list .owl-nav {
        display: flex;
    }

    .custom.reviews-list .owl-carousel--button-wide .owl-prev,
    .custom.reviews-list .owl-carousel--button-wide .owl-next {
        right: initial;

    }

    .custom.reviews-list .owl-carousel--buttons-size-36 .owl-carousel__button {
        width: 24px;
        height: 24px;
    }

    .custom.reviews-list .owl-carousel--button-wide .owl-prev {
        left: 102px;
    }

    .custom.reviews-list .owl-carousel--button-wide .owl-next {
        left: 108px;
    }

    .custom.reviews-list .owl-carousel.owl-carousel--static-dots .owl-dots {
        display: block;
        top: calc(100% + 6px);
        right: initial;
        left: 150px;
    }
}

@media (max-width: 540px) {
    .custom.reviews-list {
        padding-top: 24px;
    }

    .custom.reviews-list .reviews-list__item-info {
        margin-top: 0;
    }

    .custom.reviews-list .index-block__title-wrapper {
        margin-left: 54px;
    }

    .custom.reviews-list .reviews-list__item {
        margin-left: 54px;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .custom.reviews-list .reviews-list__item::before {
        left: -54px;
        top: 110px;
    }

    .custom.reviews-list .reviews-list__item-top-part {
        margin-top: 20px;
    }

    .custom.reviews-list .reviews-list__item-image-wrapper {
        display: none;
    }

    .custom.reviews-list .reviews-list__item-info {
        max-width: initial;
    }

    .custom.reviews-list .reviews-list__item-preview-wrapper {
        flex-direction: column-reverse;

    }

    .custom.reviews-list .reviews-list__item-preview-img,
    .custom.reviews-list .reviews-list__item-preview-right {
        display: block;
    }

    .custom.reviews-list .reviews-list__item-preview-img {
        margin: 0 auto;
        width: 100%;
        height: 115px;
    }

    .reviews-list__item-preview-right {
        margin-left: 0;
    }

    .reviews-list__item-preview-right-title {
        font-size: 24px;
        line-height: 36px;
        margin-top: 0;
    }

    .reviews-list__item-preview-right-info-title {
        font-size: 17px;
        line-height: 24px;
    }

    .reviews-list__item-preview-right-info-img {
        width: 176px;
        height: 62px;
        margin-top: -22px;
    }

    .custom.reviews-list .owl-nav {
        display: none;
    }

    .custom.reviews-list .owl-carousel.owl-carousel--static-dots .owl-dots {
        left: 50%;
        transform: translateX(-50%);
        top: initial;
        right: initial;

        bottom: -23px;

    }
}

@media (max-width: 400px) {

    .custom.reviews-list .reviews-list__item,
    .custom.reviews-list .index-block__title-wrapper {
        margin-left: 0;
    }

    .custom.reviews-list .reviews-list__item::before {
        left: 0;
        top: 70px;
    }

    .reviews-list__item-preview-right-title {
        font-size: 20px;
        line-height: 30px;
    }

    .custom.reviews-list .reviews-list__item-preview {
        font-size: 14px;
        line-height: 20px;
    }

    .custom.reviews-list .reviews-list__item-top-part {
        margin-top: 8px;
    }
}