
.Testimonials__loader {
    background-color: transparent;
    width: 100%;
    min-height: 40px;
    display: none;
    justify-content: center;
    z-index: 99
}

.Testimonials__loader.active {
    display: flex;
}

.Testimonials__loader--center-mode {
    height: 100%;
    align-items: center
}

.Testimonials__loader--top-mode {
    display: block;
    padding-top: 20px
}

.Testimonials__loader span,
.Testimonials__loader__inner {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-color: rgba(31, 121, 115, .1) rgba(31, 121, 115, .1) rgba(31, 121, 115, .6) rgba(31, 121, 115, .6);
    border-style: solid;
    border-width: 2px;
    margin: 0 auto;
    transform: translateZ(0);
    animation: spinner-animation .35s linear infinite;
    position: relative
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .Testimonials__loader span,
    .Testimonials__loader__inner {
        margin: 0
    }
}

@keyframes spinner-animation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.section-reviews,
.section-sitejabber-reviews {
    padding-top: 60px;
    padding-bottom: 60px
}

@media(min-width:1024px) {
    .section-reviews,
    .section-sitejabber-reviews {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.section-reviews .section__title,
.section-sitejabber-reviews .section__title {
    line-height: 140%;
    margin-bottom: 16px;
    color: #323232
}

.section-reviews .section__subtitle,
.section-sitejabber-reviews .section__subtitle {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

@media(min-width:1024px) {
    .section-reviews .section__subtitle,
    .section-sitejabber-reviews .section__subtitle {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 60px
    }
}

.section-reviews {
    background-color: #f9f9f9
}


.TestimonialsItem {
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 16px;
    display: flex;
    flex-direction: column
}

@media(min-width: 768px) {
    .TestimonialsItem {
        padding:20px
    }
}

.TestimonialsItem__title {
    font-size: 14px;
    font-weight: 700;
    color: #1f7973;
    line-height: 1.2;
    margin-bottom: 2px
}

@media(min-width: 1024px) {
    .TestimonialsItem__title {
        color:#323232
    }
}

.TestimonialsItem__category {
    line-height: 1.1
}

.TestimonialsItem__category,.TestimonialsItem__date,.TestimonialsItem__id {
    font-size: 12px;
    color: rgba(89,89,89,.6)
}

.TestimonialsItem__footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: auto
}

.TestimonialsItem__body {
    margin-top: 12px;
    color: #323232;
    font-weight: 600;
    font-size: 16px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 18px 13px;
    background-image: url(../images/icons/ico__quote.svg);
    background-position: 0 5px;
    line-height: 1.5;
    padding-bottom: 16px
}

@media(min-width: 1024px) {
    .TestimonialsItem__body {
        font-size:20px;
        margin-top: 20px;
        padding-bottom: 24px
    }
}

.TestimonialsList {
    position: relative;
    z-index: 1
}

.TestimonialsList>div+div {
    margin-top: 16px
}

@media(min-width: 768px) {
    .TestimonialsList {
        display:grid;
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 24px;
        column-gap: 24px;
        grid-row-gap: 24px;
        row-gap: 24px
    }

    .TestimonialsList>div+div {
        margin-top: 0
    }
}

@media(min-width: 1024px) {
    .TestimonialsList {
        grid-template-columns:repeat(3,1fr)
    }
}

.review-slider {
    margin-top: 30px;
}

.review-slider .slick-slide {
    margin-right: 20px;
    height: 100%;
}

.reviews-btn {
    margin-top: 30px;
    text-align: center
}

@media(min-width:1024px) {
    .reviews-btn {
        margin-top: 60px
    }
}

.testimonials-widget-loader {
    position: relative;
    left: 0;
    margin: auto
}

.load-more-testimonials {
    opacity: 0;
    visibility: hidden
}

.load-more-testimonials.more-btn-show {
    opacity: 1;
    visibility: visible
}

.load-more-testimonials.hidden {
    display: none
}