/* ============================================
   ВСЕ СТИЛИ ОТЗЫВОВ (БЛОК section--opinions)
   ============================================ */

h2.op--title {
    text-align: center;
    font-weight: 700;
    font-size: 64px;
    margin-top: 30px;
}

p.op--subtitle {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 60px;
}

article.bloger-card {
    width: 550px;
    padding: 20px;
    box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.36);
    background: rgb(255, 255, 255);
    border-radius: 25px;
    display: flex;
    height: 360px;
}

img.bloger--avatar {
    width: 160px;
    height: 160px;
    margin-right: 20px;
}

.bloger--desc strong {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
}

.bloger--desc strong span {
    color: rgb(0, 107, 255);
}

.bloger--desc {
    display: flex;
    flex-direction: column;
}

.bloger--desc p {
    color: rgb(113, 113, 113);
    margin: 0;
}

.stars {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
    justify-self: end;
    margin-top: auto;
}

.stars img {
    width: 140px;
}

.swiper--opinions {
    position: relative;
    padding-bottom: 150px;
}

.swiper-slide {
    opacity: 0;
    transition: .3s opacity;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-slide.swiper-slide-active + .swiper-slide {
    opacity: 1;
}

.swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1;
}

.swiper--opinions {
    overflow: hidden;
    padding-left: 160px;
    padding-right: 20px;
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center; 
}

.swiper--opinions .swiper-wrapper .swiper-slide {
    margin: 0 auto;
    width: auto;
    flex-shrink: 0;
}

.swiper {
    overflow: hidden;
}

.swiper--opinions .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid black;
    position: absolute;
    min-width: 50px;
    min-height: 50px;
    background: none;
    color: black !important;
    font-size: 28px;
    padding: 0;
    margin: 0;
    top: unset;
    bottom: 30px;
    left: 50%;
    transform: translateX(50px);
    padding-bottom: 2px;
    padding-left: 2px;
    z-index: 0;
}

.swiper--opinions .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid black;
    position: absolute;
    min-width: 50px;
    min-height: 50px;
    background: none;
    color: black !important;
    font-size: 28px;
    margin: 0;
    top: unset;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50px);
    padding: 0 2px 2px 0;
    z-index: 0;
}

.swiper-button-next:after ,.swiper-button-prev:after {
    background: none;
    display: none;
}

span.gr {
    color: rgb(48, 181, 100) !important;
}

.opinions--text {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    max-width: 40vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.opinions--buttons {
    justify-content: center;
    display: flex;
    gap: 60px;
    margin-bottom: 180px;
}

.opinions--buttons > a.intro--btn {
    background: rgb(48, 181, 100);
}

.opinions--buttons > a.intro--btn:hover {
    background: #8a00ff;
}

.swiper--opinions .swiper-button-prev {
    transform: translateX(-75px);
}

.swiper--opinions {
    padding-left: 20px;
}

@media screen and (max-width: 2100px) {
    img.bloger--avatar {
        width: 120px;
        height: 120px;
    }

    .bloger--desc strong {
        font-size: 20px;
    }

    .bloger--desc p {
        font-size: 16px;
    }

    article.bloger-card {
        width: 450px;
        height: 450px;
    }
}

@media screen and (max-width: 1660px) {
    h2.op--title {
        font-size: 48px;
    }

    .opinions--text {
        font-size: 36px;
        max-width: 50vw;
    }

    .section--opinions a.intro--btn {
        border-radius: 5px;
        font-size: 28px;
        padding: 16px 28px;
        margin-top: 20px;
    }
}

.op--list {
    display: none;
}

@media screen and (max-width: 1160px) {
    .section--opinions .container {
        max-width: 95vw;
    }
}

@media screen and (max-width: 980px) {
    .swiper--opinions {
        display: none;
    }

    .op--list {
        display: flex;
        overflow-x: scroll;
        gap: 60px;
    }

    article.bloger-card {
        height: unset;
        width: 70vw;
        min-width: 70vw;
        box-shadow: none;
        border: 1px solid #dfdfdf;
    }

    h2.op--title {
        font-size: 48px;
    }

    p.op--subtitle {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .opinions--text {
        max-width: unset;
        margin-top: 90px;
    }
    
    .opinions--buttons {
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 60px;
        gap: 30px;
    }

    .section--opinions a.intro--btn {
        border-radius: 15px;
        font-size: 32px;
    }

    .opinions--buttons a {
        width: 70vw;
        border-radius: 20px;
    }
}

@media screen and (max-width: 600px) {
    h2.op--title {
        font-size: 28px;
    }

    p.op--subtitle {
        font-size: 24px;
    }

    article.bloger-card {
        width: 90vw;
        min-width: 90vw;
        padding: 12px;
    }

    img.bloger--avatar {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }

    .bloger--desc strong {
        font-size: 14px;
    }

    .bloger--desc p {
        font-size: 14px;
    }

    .stars img {
        width: 100px;
    }

    .section--opinions .mobile--swipers {
        margin-top: 20px;
    }

    .opinions--text {
        font-size: 18px;
        margin-top: 60px;
    }

    .opinions--buttons {
        margin-top: 30px;
        gap: 10px;
    }

    .section--opinions a.intro--btn {
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
        width: 90vw;
    }
}

/* Специфичные стили для страницы селлеров */
.section--opinions.sellers .opinions--buttons > a:first-child {
    background: rgb(48, 181, 100);
}

.section--opinions.sellers .opinions--buttons > a:first-child:hover {
    background: #8a00ff
}

@media (max-width: 2400px) {
    .section--opinions.sellers .opinions--text br {
        display: none;
    }
}

@media (max-width: 1850px) {
    .section--opinions.sellers .opinions--buttons > a:first-child {
        margin-top: 50px;
    }
}

@media (max-width: 900px) {
    .section--opinions.sellers .opinions--buttons > a:first-child {
        margin-top: 20px;
    }
    
    .section--opinions.sellers .opinions--text {
        font-size: 28px;
    }

    .section--opinions.sellers .opinions--text br {
        display: block;
    }

    .opinions-br-768 {
        display: block !important;
    }
}

@media (max-width: 450px) {
    .section--opinions.sellers h2.op--title {
        font-size: 35px;
    }

    .section--opinions.sellers p.op--subtitle {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
    }

    .section--opinions.sellers .mobile--swipers {
        width: 80px;
    }

    .section--opinions.sellers .opinions--text {
        font-size: 20px;
    }
}

/* Стили для страницы блогеров */
.section--opinions.blogers .opinions--buttons > a:first-child {
    background: rgb(0, 107, 255);
}

.section--opinions.blogers .opinions--text {
    max-width: 50vw;
}