.product-testimonials-container {
    background-color: var(--background_color);
    margin-bottom: 15px;
}

.testimonials-top-container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.testimonials-top-container-header {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.testimonials-toggle {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    float: unset;
    z-index: 2;
}

.testimonials-toggle:hover {
    background: unset;
}

.testimonials-toggle.up {
    background-color: rgba(255, 255, 255, 0.7);
}

.testimonials-toggle.down {
    background: none;
}

.testimonials-toggle.down .svg-container {
    transform: rotate(180deg);
}

.testimonials-toggle .svg-container {
    transition: transform 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-toggle svg {
    width: 60%;
    height: 60%;
}

.testimonials-header {
    color: var(--header_text_color);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    cursor: pointer;
}

.testimonials-header.big {
    font-size: 44px;
    font-weight: 700;
    line-height: 90px;
}

.testimonials-header.small {
    font-size: 33px;
    line-height: 74px;
    font-weight: 700;
}

.testimonials-bar {
    color: var(--header_text_color);
    max-width: 1440px;
    margin: 0 auto;
    height: 74px;
    cursor: pointer;
}

.testimonials-bar.closed-start {
    display: none;
}

.testimonials-contents.closed-start {
    display: none;
}

.testimonials-text-container {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 40px;
}

.testimonials-separator {
    background-color: var(--header_text_color);
    width: 70px;
    height: 8px;
    margin-bottom: 20px;
}

.testimonials-text {
    display: flex;
    justify-content: space-between;
}

.testimonial {
    width: 31%;
}

.testimonials-stars {
    margin-bottom: 20px;
    width: 100%;
}

.testimonials-stars svg {
    display: block;
    margin: 0 auto;
    width: 30%;
}

.testimonials-stars-path {
    fill: var(--stars_color);
}

.testimonials-headline {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: var(--body_text_color);
    text-align: center;
    margin-bottom: 20px;
}

.testimonials-body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: var(--body_text_color);
    text-align: center;
}

.testimonials-toggle:focus,
.testimonials-bar:focus,
.testimonials-header:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--arrow_color);
}

@media screen and (max-width: 1470px) {
    .testimonials-top-container,
    .testimonials-top-container-header,
    .testimonials-bar,
    .testimonials-text-container {
        padding-left: 1%;
        padding-right: 1%;
    }

    .testimonials-header {
        left: 1%;
    }
}

@media screen and (max-width: 767px) {
    .testimonials-top-container,
    .testimonials-top-container-header,
    .testimonials-bar,
    .testimonials-text-container {
        padding-left: 3%;
        padding-right: 3%;
    }

    .testimonials-header {
        left: 3%;
    }

    .testimonials-text {
        flex-direction: column;
    }

    .testimonial {
        width: 100%;
        margin-bottom: 40px;
    }

    .testimonial:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 680px) {
    .testimonials-text-container {
        padding-top: 74px;
    }

    .testimonials-header.big {
        font-size: 33px;
        line-height: 74px;
    }

    .testimonials-header.small {
        /* font-size: 24px;
        line-height: 74px; */
    }
}

@media screen and (max-width: 515px) {
    /* .testimonials-text-container {
        padding-top: 74px;
    } */

    .testimonials-header.big {
        font-size: 26px;
        /* line-height: 74px; */
    }

    .testimonials-header.small {
        font-size: 26px;
        /* line-height: 74px; */
    }
}

@media screen and (max-width: 420px) {
    .testimonials-toggle.up {
        top: 17px;
    }

    .testimonials-text-container {
        padding-bottom: 30px;
    }

    .testimonials-header.big {
        font-size: 24px;
    }

    .testimonials-header.small {
        font-size: 24px;
    }
}

@media screen and (max-width: 395px) {
    .testimonials-header.big {
        font-size: 20px;
    }

    .testimonials-header.small {
        font-size: 20px;
    }
}

@media screen and (max-width: 340px) {
    .testimonials-header.big {
        font-size: 18px;
    }

    .testimonials-header.small {
        font-size: 18px;
    }
}
