

/* Start:/local/templates/2scoop/components/bitrix/form.result.list/testimonials/style.css?17544039652836*/
.testimonials-section {
    background: #f2f5f7;
    width: 100%;
    overflow: hidden;
}

.testimonials-wrapper {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #fff;
    padding: 40px;
    margin-bottom: 20px;
}

.testimonials-header {
    max-width: 660px;
    margin: 0 auto 48px auto;
    overflow: hidden;
    position: relative;
    display: flex;
    gap: 32px;
    flex-direction: column;
    align-items: center;
}

.testimonials-title {
    max-width: 660px;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    line-height: 114%;
}

.testimonials-button {
    background: rgba(0, 138, 205, 1);
    border-radius: 4px;
    padding: 12px 20px;
    width: 240px;
    height: 48px;
    font-weight: 590;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.testimonials-button-text {
    width: 200px;
    color: rgba(255, 255, 255, 1);
    font-weight: semibold;
    font-size: 20px;
    opacity: 1;
    text-align: center;
}

.testimonials-grid {
    width: 100%;
    opacity: 1;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1199px) {
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1023px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .testimonials-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.masonry-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testimonial-card {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: fit-content;
    width: 100%;
}

.testimonial-content {
    overflow: hidden;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testimonial-stars {
    overflow: hidden;
    display: flex;
    gap: 4px;
    margin-bottom: 0;
}

.star {
    width: 18px;
    height: 17px;
    background: rgba(255, 183, 0, 1);
    opacity: 1;
}

.testimonial-text {
    font-weight: 590;
    font-size: 16px;
    line-height: 112%;
    flex: 1;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
}

.author-name {
    font-weight: 590;
    font-size: 14px;
    line-height: 114%;
}

.author-date {
    font-weight: 590;
    font-size: 14px;
    line-height: 114%;
    color: rgba(0, 0, 0, 0.4);
}
/* End */
/* /local/templates/2scoop/components/bitrix/form.result.list/testimonials/style.css?17544039652836 */
