.reviews-swiper {
    margin-bottom: 100px;
}

@media only screen and (max-width: 980px) {
    .reviews-swiper {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .reviews-swiper {
        margin-bottom: 50px;
    }
}

.reviews-header {
    display        : flex;
    justify-content: center;
    align-items    : center;
    margin-bottom  : 50px;
}

.reviews-title {
    margin        : 0 50px;
    font-size     : 2.85vw;
    text-align    : center;
    color         : #414b5f;
    text-transform: uppercase;
}

#reviews-header .reviews-header-prev,
#reviews-header .reviews-header-next {
    position        : relative;
    background-color: #ffffff;
    width           : 50px;
    height          : 50px;
    display         : block;
    margin-top      : 0;
    top             : 0;
    border-radius   : 50%;
    border          : 10px solid rgba(173, 180, 149, 0.25);
    outline         : none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
display: none;
  }
#reviews-header .reviews-header-prev::after,
#reviews-header .reviews-header-next::after {
    content : "" !important;
    position: relative;
    left    : auto;
    top     : auto;
    right   : 0;
    width   : 40px;
}

#reviews-header .reviews-header-prev img {
    position : absolute;
    width    : 20px;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);

}

#reviews-header .reviews-header-next img {
    position : absolute;
    width    : 20px;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}

@media only screen and (max-width: 980px) {
    .reviews-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 600px) {
    .reviews-title {
        margin: 0 30px;
    }

    .reviews-header {
        margin-bottom: 30px;
    }

    #reviews-header .reviews-header-prev,
    #reviews-header .reviews-header-next {
        width : 30px;
        height: 30px;
    }

    #reviews-header .reviews-header-prev img,
    #reviews-header .reviews-header-next img {
        width: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .reviews-header {
        position       : relative;
        margin-bottom  : 10px;
        padding-top    : 50px;
        justify-content: space-between;
    }

    .reviews-title {
        margin   : 0;
        position : absolute;
        top      : 0;
        left     : 50%;
        transform: translateX(-50%)
    }

    .reviews-shop-title {
        position: relative;
    }

}

.reviews-slide-inner {
    background-color: #ffffff;
    padding         : 20px;
    border-radius   : 20px;
}

.reviews-slide-inner:nth-child(odd) {
    margin-bottom: 30px;
}

.reviews-slide-left {
    padding: 30px 0 0 30px;
}

.reviews-slide-left::before {
    position        : absolute;
    content         : '';
    background-color: #ADB495;
    width           : 75%;
    height          : 80%;
    top             : 0;
    left            : 0;
    border-radius   : 20px;
    z-index         : -1;
}

.reviews-slide-right {
    padding: 30px 30px 30px 0;
}

.reviews-slide-right::before {
    position        : absolute;
    content         : '';
    background-color: #ADB495;
    width           : 75%;
    height          : calc(100% - 50px);
    bottom          : 0;
    right           : 0;
    border-radius   : 20px;
    z-index         : -1;
}

.reviews-slide-rating {
    display        : flex;
    align-items    : center;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.reviews-slide-rating div {
    margin-right: 10px;
    font-size   : 14px;
    opacity     : 0.7;
}

.reviews-slide-describe {
    min-height : 120px;
    font-size  : 16px;
    line-height: 18px;
}

.reviews-slide-name {
    font-weight  : 800;
    margin-bottom: 7px;
}

.reviews-slide-button {
    display    : none;
    align-items: center;
    font-size  : 15px;
    line-height: 1em;
    min-height : 28px;
}

.reviews-slide-button span {
    margin-right: 5px;
}
.reviews-slide-button img{
    max-width: 115px;
}
.ozon-1.ozon,
.market-1.market,
.wildberries-1.wildberries,
.sber-1.sber {
    display: flex;
}

.reviews-shop-wrapper {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
}

.reviews-shop-title {
    margin-bottom: 50px;
}


.reviews-shop-inner {
    position     : relative;
    display      : flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width        : calc(25% - 15px);
    border       : 2px solid #005BFF;
    padding      : 25px 0;
    box-shadow   : rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    margin-bottom: 15px;
}
.reviews-shop-inner a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.reviews-shop-inner img {
    max-height: 28px;
    pointer-events:none;
}
.reviews-shop-inner div{
    padding-top: 10px;
    color: #414b5f;
    font-size: 20px;
    pointer-events:none;
}

.reviews-shop-rating {
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-size: 18px;
    margin-bottom  : 30px;
    color          : #005bff;
}

@media only screen and (max-width: 1200px) {
    .reviews-shop-inner {
        width: calc(50% - 7px);
    }
}

@media only screen and (max-width: 650px) {
    .reviews-shop-wrapper {
        flex-direction: column;
        max-width     : 350px;
        align-items   : center;
        margin: 0 auto;
    }

    .reviews-shop-inner {
        width: calc(100% - 7px);
    }
}

@media (max-width:960px) {
    .reviews-slide-describe {
        margin: 20px 0;
    }

    .reviews-slide-rating img {
        width: 30%;
    }

}

@media (max-width:600px) {
    .reviews-slide-left {
        padding: 15px 0 0 15px;
    }

    .reviews-slide-inner:nth-child(odd) {
        margin-bottom: 15px;
    }

    .reviews-slide-right {
        padding: 15px 15px 15px 0;
    }

    .reviews-slide-button a {
        width: 43%;
    }

    .reviews-slide-button {
        font-size: 12px;
    }
    .reviews-slide-rating img{
        width: 20%;
    }
    .reviews-shop-inner div{
        font-size: 18px;
    }
}