/* Minification failed. Returning unminified contents.
(239,12): run-time error CSS1038: Expected hex color, found '#FFFF'
(244,30): run-time error CSS1046: Expect comma, found '192'
(244,38): run-time error CSS1046: Expect comma, found '/'
(249,12): run-time error CSS1038: Expected hex color, found '#FFFF'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.reviews-gallery {
    position: relative;
}

.reviews-container {
    max-width: 1820px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.reviews-outer {
    position: relative;
    padding: 0 56px;
    box-sizing: border-box;
    overflow: visible;
}

    .reviews-outer .reviews-slider {
        margin-left: auto;
        margin-right: auto;
    }

.reviews-outer,
.reviews-slider,
.reviews-slider .slick-list {
    background: transparent !important;
    box-shadow: none !important;
}

    .reviews-slider .slick-slide {
        margin: 0 10px;
        height: auto;
        outline: none;
        float: left;
    }

.reviews-slider .slick-track {
    margin: 10px 10px 10px 10px;
    display: flex !important;
}

.review-card {
    width: 550px !important;
    height: 280px !important;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 4px 6px rgba(0,0,0,0.1), 2px 4px 6px rgba(0,0,0,0.1), 0px 6px 8px rgba(0,0,0,0.12);
}


.rc-head {
    padding: 16px;
    background: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.rc-avatar {
    width: 69px;
    height: 69px;
    flex: 0 0 69px;
    border-radius: 50%;
    background: #5EB761;
    color: white;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rc-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.rc-name {
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px;
    color: #242424;
    font-size: 22px;
    line-height: 2;
    text-align: left;
}

.rc-date {
    font-size: 16px;
    opacity: .9;
    color: #1E1E1E99;
    text-align: left;
}

.rc-stars {
    margin-left: auto;
    display: flex;
    gap: 3px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

    .rc-stars span {
        color: #FFA033;
    }

.stars-green span {
    background-color: #31C072;
    color: #FFFF !important;
    padding: 2px 4px 2px 4px;
}

.stars-green .muted {
    background-color: rgb(49 192 114 / 30%);
}

.rc-stars-blue {
    background: #0A0D52;
    color: #FFFF !important;
    padding: 2px 4px 2px 4px;
}

    .rc-stars .muted {
        color: rgba(255,255,255,.35);
    }

.rc-body {
    font-size: 20px;
    line-height: 1.45;
    margin-top: 12px;
    margin-bottom: 20px;
    padding: 0 16px;
    height: calc(210px - 68px);
    overflow: auto;
    text-align: left;
}

    .rc-body p {
        margin: 0 0 10px;
    }

    .rc-body::-webkit-scrollbar {
        width: 5px;
    }

    .rc-body::-webkit-scrollbar-track {
        background: transparent;
    }

    .rc-body::-webkit-scrollbar-thumb {
        background: #d6ffd7;
        border-radius: 4px;
    }

        .rc-body::-webkit-scrollbar-thumb:hover {
            background: #5EB761;
        }

.rc-body {
    scrollbar-width: thin;
    scrollbar-color: #6cce6f transparent;
}

.rv-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #d1d1d1; /* колір стрілки */
    cursor: pointer;
    z-index: 2;
    padding: 0;
    line-height: 0;
    width: 32px;
    height: 32px;
    transition: color 0.2s ease;
}

    .rv-arrow:hover {
        color: #5EB761;
    }

.rv-prev::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M15 18l-6-6 6-6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M15 18l-6-6 6-6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>") center / contain no-repeat;
    background-color: currentColor;
}

.rv-next::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M9 6l6 6-6 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M9 6l6 6-6 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>") center / contain no-repeat;
    background-color: currentColor;
}

.rv-prev {
    left: 12px;
}

.rv-next {
    right: 12px;
}


.slick-prev, .slick-next {
    display: none !important;
}


.slick-dotted.slick-slider {
    margin-bottom: 32px;
}

.reviews-slider .slick-dots,
.reviews-slider .slick-dots * {
    box-shadow: none !important;
}

    .reviews-slider .slick-dots li,
    .reviews-slider .slick-dots li button {
        border: 0 !important;
        outline: 0 !important;
        background: transparent !important;
    }

        .reviews-slider .slick-dots li button::before,
        .reviews-slider .slick-dots li button::after,
        .reviews-slider .slick-dots li::before,
        .reviews-slider .slick-dots li::after {
            content: none !important;
            display: none !important;
            opacity: 0 !important;
            box-shadow: none !important;
            border: 0 !important;
        }

.reviews-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .reviews-slider .slick-dots li {
        margin: 0;
        padding: 0;
        width: 12px;
        height: 12px;
    }

        .reviews-slider .slick-dots li button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #d9f8da !important;
            -webkit-appearance: none;
            appearance: none;
            font-size: 0;
            line-height: 0;
            text-indent: 0;
            cursor: pointer;
            -webkit-tap-highlight-color: transparent;
        }

            .reviews-slider .slick-dots li button:focus,
            .reviews-slider .slick-dots li button:focus-visible,
            .reviews-slider .slick-dots li button:active {
                border: 0 !important;
                outline: 0 !important;
                box-shadow: none !important;
            }

        .reviews-slider .slick-dots li.slick-active button {
            background-color: #5EB761 !important;
            box-shadow: none !important;
            transform: none !important;
        }

.reviews-footer-container {
    width: 100%;
    margin-top: -170px;
}

.reviews-add-opinion-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 226px;
    height: 50px;
    background-color: #229E4E;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .reviews-add-opinion-btn:hover {
        background-color: #229E4E;
        transform: translateY(-2px);
    }

    .reviews-add-opinion-btn:active {
        background-color: #6cce6f;
        transform: translateY(0);
    }

.reviews-external {
    text-align: center;
    padding: 40px 0;
}

    .reviews-external h3 {
        font-size: 27px;
        font-weight: 700;
        color: #1a1531;
        margin-bottom: 28px;
    }

.reviews-external-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.reviews-external-links-header {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    align-content: center;
    font-family: inherit;
    line-height: 44px;
    letter-spacing: 0;
}

.review-link {
    width: 255px;
    display: flex;
    align-items: center;
    padding: 15px 0px 15px 15px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #1a1531;
    transition: transform .2s ease, box-shadow .2s ease;
    height: 80px;
}

    .review-link span {
        margin: 0 auto;
    }

    .review-link:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

.review-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 56px;
}

@media (max-width: 768px) {
    .reviews-slider .slick-track {
        margin: 10px 0px 10px 0px;
        display: flex !important;
    }

    .reviews-external-links-header {
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        align-content: center;
        font-family: inherit;
        line-height: 44px;
        letter-spacing: 0;
    }

    .reviews-outer {
        padding: 0 20px;
    }

    .rv-arrow {
        display: none !important;
    }

    .review-card {
        width: 100% !important;
        margin: 0 auto;
    }

    .rc-name {
        max-width: 150px;
    }


    .reviews-footer-container {
        height: auto;
        padding: 24px 0;
    }
}


.reviews-cta {
    background: #58B567;
    padding: 48px 16px;
/*    color: #0e1b12;*/
}

.rc-wrap {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 48px;
}

.rc-left {
    flex: 1 1 auto;
    color: #0c2a16;
}

.rc-title {
    font-size: 50px;
    line-height: 1.1;
    margin: 0 0 20px;
    font-weight: 800;
    padding-bottom: 10px;
}

.rc-count {
    font-weight: 500;
    font-size: 50px;
/*    margin-bottom: 24px;
*/    color: #fff;
    margin-bottom: 40px;
}

    .rc-count strong {
        font-weight: 800;
    }

.rc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 48px;
    padding: 0 20px;
    background: #E74E4E;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,.12);
    transition: .2s ease;
}

    .rc-btn:hover {
        filter: brightness(.95);
        transform: translateY(-1px);
    }

.rc-btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 50px;
    border-radius: 6px;
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    background: #E74E4E;
    color: #fff;
    border-width: 0px;
}

.rc-right {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.rc-card {
    width: 100%;
    max-width: 820px;
    background-color: rgba(255, 255, 255, 0.26);
    /*    background: rgba(255,255,255,.22);
    backdrop-filter: saturate(140%) blur(2px);*/
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    padding: 24px 24px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    height: 285px;
}

.rc-ratingbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.rc-badge {
    background: #F85459;
    color: #fff;
    font-weight: 600;
    border-radius: 7px;
    padding: 2px 6px;
    font-size: 18px;
}

.rc-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: white;
    margin: 6px 0 18px;
}

.rc-sites {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: nowrap;
}

.rc-site {
    flex: 0 1 auto;
    min-width: 140px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 16px;
    padding: 16px 22px;
    text-decoration: none;
    color: #122;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
    transition: .2s;
}

    .rc-site:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(0,0,0,.12);
    }

.rc-logo {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
}

    .rc-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

@media (max-width: 1024px) {
    .rc-title {
        font-size: 34px;
    }

    .rc-count {
        font-size: 28px;
    }

    .rc-card {
        max-width: 560px;
    }
}

.client-with-answer-opinion {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: auto;
}

.client-opinion {
    width: 100%;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    box-shadow: 0px 0px 15.300000190734863px 0px rgba(235, 233, 244, 1);
    margin-bottom: 50px;
    min-height: 180px;
    max-height: 240px;
}

.answer-opinion {
    margin-left: 15%;
    width: 85%;
    border-radius: 5px;
    background: #F5F5F5;
    text-align: left;
    padding: 25px 30px 25px 30px;
    min-height: 140px;
    max-height: 220px;
    margin-top: -20px;
    margin-bottom: 50px;
}

.client-opinion-avatar {
    width: 20%;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .client-opinion-avatar div {
        width: 150px;
        height: 150px;
        background: #CFEDD7;
        border-radius: 50%;
        font-size: 65px;
        font-weight: 600;
        color: white;
        justify-content: center;
        align-items: center;
        display: flex;
    }

.client-opinion-payload {
    width: 80%;
    height: 100%;
    padding: 25px 40px 25px 20px;
    text-align: left;
}

.client-opinion-payload-header {
    display: flex;
    justify-content: space-between;
}

    .client-opinion-payload-header .name {
        font-size: 18px;
        font-weight: 700;
    }

    .client-opinion-payload-header .stars {
        float: right;
        position: relative;
        display: flex;
    }

        .client-opinion-payload-header .stars div {
            margin-right: 3px;
        }

.opinion-stars-img {
    width: 20px;
    height: 20px;
}

.inactive-stars {
    background: rgba(252, 251, 255, 1);
    width: 20px;
    position: relative;
    height: 20px;
}

    .inactive-stars::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        z-index: 1;
        background-color: rgba(255,255,255,0.7);
    }

.opinion-date {
    font-size: 18px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 20px;
}

.answer-opinion-header {
    width: 100px;
    height: 25px;
}

.stars img {
    margin-right: 3px;
}

.client-opinion-payload .text {
    word-wrap: break-word;
}

.add-opinion-input textarea::placeholder {
    visibility: hidden;
    color: rgba(189, 189, 189, 1);
}


@media (max-width: 768px) {
    .reviews-cta {
        margin-top: 30px !important;
    }

    .rc-sites {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .rc-site {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .rc-wrap {
        flex-direction: column;
        gap: 28px;
        text-align: center;
    }

    .rc-left, .rc-right {
        flex: 1 1 auto;
    }

    .rc-title {
        font-size: 28px;
    }

    .rc-count {
        font-size: 22px;
    }

    .rc-card {
        width: 100%;
        height: 100%;
    }

    .client-with-answer-opinion {
        width: auto;
    }

    .client-opinion {
        min-height: 220px;
        margin-bottom: 30px;
        height: auto;
        max-height: fit-content;
    }

    .client-opinion-avatar {
        width: 100%;
        justify-content: left;
        align-items: flex-start;
        padding: 15px 0 0 15px;
    }

        .client-opinion-avatar div {
            width: 50px;
            height: 50px;
            background: rgba(210, 224, 213, 1);
            font-size: 25px;
        }

    .client-opinion-payload {
        padding: 15px;
    }

    .client-opinion-payload-header {
        font-size: 16px;
    }

        .client-opinion-payload-header .stars div {
            margin-right: 1px;
        }

    .opinion-stars-img {
        width: 15px;
        height: 15px;
    }

    .opinion-date {
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 20px;
    }

    .client-opinion-payload .text {
        width: 320px;
        left: -25%;
        position: relative;
        font-size: 15px;
    }

    .answer-opinion {
        margin-top: -10px;
        margin-bottom: 30px;
        min-height: 150px;
        height: auto;
        max-height: fit-content;
    }


}
