:root{
    --reviews-text-color: #000;
    --reviews-bullet-color: #BE002E;
    --reviews-arrow-color: #BE002E;
}

.reviews {
    padding: 60px 0 100px 0;
}
.reviews__container{
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    max-width: 1410px;
    width: calc(85% - 40px);
    margin: 0 auto;
    padding: 0 20px;
    flex-direction: column;
}
.reviews__title h1{
    padding: 0 !important;
    margin: 0  0 20px 0!important;
    text-align: left;
    font-weight: 550;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2.94px;
    text-transform: uppercase;
    color: #B88560;
}
@media (max-width: 902px) {
    .reviews__title h1{
        margin-bottom: 0!important;
    }
}
.RatingBadgeWidget {
    display: block;
    width: 150px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: 15px;
}
.reviews__right {
    flex-basis: 66.666%;
    background: #fff;
    box-shadow: 0 0 8px hsla(0,0%,39.2%,.6);
    position: relative;
    max-width: 66.666%;
}
.reviews__slide {
    padding: 30px 0px 52px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}
.reviews__name{
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 4.75px;
    text-transform: uppercase;
    color: #000207;
    font-family: 'Forum';
    margin-bottom: 20px;
    max-width: 372px;
}
.reviews__date {
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #818181;
    max-width: 372px;
}
.reviews__comment{
    margin-top: 35px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000207;
    max-width: 372px;
}
@media (max-width: 902px) {
    .reviews__name, .reviews__date, .reviews__comment{
        max-width: 100%;
    }
}
.reviews__stars{
    display: flex;
    justify-content: start;
    column-gap: 2px;
    margin-top: 0px;
}
.reviews__star{
    width: 12px;
    line-height: 1;
}
.reviews__star path{
    fill: #818181;
}
.reviews__star.active path{
    fill: #B88560;
}
@media (max-width: 1920px) {
    .reviews__container{
        column-gap: 2.0833vw;
    }
}
@media (max-width: 1000px) {
    .reviews__container {
        flex-direction: column;
        row-gap: 0px;
    }
    .reviews__right {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .contact-page {
        padding-bottom: 0;
    }
}
@media (max-width: 900px) {
    .reviews__container {
        width: calc(100% - 40px);
    }
}

.swiper-pagination.reviews__pagination.swiper-pagination-bullets {
    display: flex !important;
    bottom: 0px !important;
    left: 0;
    right: 0;
    width: 100% !important;
    margin: 0 !important;
    max-width: none;
    text-align: left;
}
.swiper-pagination.reviews__pagination.swiper-pagination-bullets span {
    width: 100%!important;
    height: 2px!important;
    display: inline-block;
    border-radius: 0;
    background: #818181;
    border: none;
    opacity: 1;
    max-width: 60px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}
.swiper-pagination.reviews__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin-top: 0 !important;
    background: #000207;
}
.reviews__arrow{
    color: var(--reviews-arrow-color) !important;
}
.reviews__arrow:after{
    font-size: 30px !important;
}

.reviews__diler {
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--reviews-text-color);
    font-weight: 700;
}

@media (max-width: 1000px) {
    .swiper-pagination.reviews__pagination.swiper-pagination-bullets {
        bottom: 10px !important;
    }
}
@media (max-width: 850px) {
    .swiper-button-prev.reviews__arrow, .swiper-rtl .swiper-button-next.reviews__arrow {
        right: 54px;
        left: auto;
    }
    .swiper-button-next.reviews__arrow, .swiper-button-prev.reviews__arrow {
        top: 16%;
    }
}

@media (max-width: 600px) {
    .reviews__diler{
        margin-top: 15px;
    }
    .reviews__name{
        font-size: 20px;
        line-height: 140%;
    }
    .reviews__date{
        font-size: 13px;
        line-height: 140%;
    }
    .reviews__comment{
        margin-top: 15px;
    }
    .reviews__date{
        margin-top: 15px;
    }
    .reviews__name{
        margin-bottom: 15px;
    }
    .reviews {
        padding: 60px 0;
    }
}

@media (max-width: 450px) {
    .swiper-button-next.reviews__arrow, .swiper-button-prev.reviews__arrow {
        display: none !important;
    }
}
body .contact-page-about-dc{
    margin-bottom: 0;
}