:root {
    --Colors-bluelight: #f4faff;
    --Colors-text: #303030;
    --Colors-main: #005ca3;
    --Colors-bg: #fff;
}

.reviews-section {
    overflow: hidden;
    background-color: var(--Colors-bg, #fff);
    margin: 0 -4px;
}

.reviews-container {
    width: 100%;
}

@media (max-width: 991px) {
    .reviews-container {
        max-width: 100%;
    }
}

.reviews-header {
    width: 100%;
}

@media (max-width: 991px) {
    .reviews-header {
        max-width: 100%;
    }
}

.reviews-section .content-header {
    padding-top: 1px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.section-title-wrapper {
    display: flex;
    min-height: 37px;
    width: 100%;
    align-items: center;
    gap: 24px;
    color: var(--Colors-text, #303030);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 7.2px;
    flex-wrap: wrap;
    padding: 10px 0;
    font: 400 18px/1 NAMU, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .section-title-wrapper {
        max-width: 100%;
        white-space: initial;
    }
}

.section-title {
    align-self: stretch;
    margin: auto 0;
    text-align: left;
    white-space: nowrap;
    color: var(--Colors-text, #303030);
    font-family: NAMU;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 92%;
    letter-spacing: 7.2px;
    text-transform: uppercase;
}

.title-divider {
    background-color: #005ca3;
    min-width: 45px;
    flex-grow: 1;
    height: 1px;
    border: 1px solid rgba(0, 92, 163, 1);
    margin-bottom: 4px;
}

.header-content {
    display: flex;
    margin-top: 24px;
    width: 100%;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .header-content {
        max-width: 100%;
    }

    .section-title {
        font-size: 12px;
    }
}

.main-title {
    white-space: nowrap;
    margin-top: 25px;
    text-align: left;
    color: var(--Colors-main, #005CA3);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: NAMU;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.page-indicator {
    width: 44px;
    color: var(--Colors-text, #303030);
    font-family: NAMU;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-top: 4px;
}

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: start;
    padding-top: 10px;
}

.nav-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 45px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}

.widget_reviews {
    margin-top: 75px;
}

.nav-divider-container {
    margin-top: 12px;
    max-width: 100%;
    width: 100%;
    position: relative;
    height: 2px;
    background-color: rgba(48, 48, 48, 0.3);
    /* Ð¡ÐµÑ€Ñ‹Ð¹ Ñ„Ð¾Ð½ */
}

@media (max-width: 640px) {
    .nav-divider-container {
        margin-top: 19px;
    }
}

.nav-divider {
    height: 3px;
    background-color: #015ca3;
    /* Ð¡Ð¸Ð½Ð¸Ð¹ Ñ†Ð²ÐµÑ‚ Ð´Ð»Ñ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: width 0.3s ease;
}

@media (max-width: 991px) {
    .nav-divider {
        max-width: 100%;
    }
}

.reviews-slider-wrapper {
    width: 100%;
    padding-top: 0;
}

.reviews-slider {
    display: block;
    margin: 0 -15px;
}

.reviews-slider .slick-slide {
    margin: 0;
}

.reviews-slider.slick-initialized {
    display: flex;
}

.review-card-item {
    padding: 0 15px;
}

.slick-slide.review-card-item {
    margin: 0;
}

@media (max-width: 991px) {
    .reviews-slider {
        max-width: 100%;
    }
}

.review-card {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    margin: 0;
    outline: none;
    padding: 30px 30px 29px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(21, 27, 33, 0.20);
    background: var(--Colors-bg, #FFF);
    width: 100%;
}

.review-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.reviewer-info {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: start;
}

.reviewer-details {
    display: flex;
    gap: 5px;
    align-items: start;
}

.reviewer-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

.reviewer-meta {
    padding: 4px 0 0 0;
    line-height: 1;
    color: var(--Colors-text, #303030);
    font-family: Lato;
}

.reviewer-name {
    margin: 0;
    line-height: 1;
    padding-bottom: 14px;
    color: var(--Colors-text, #303030);
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
}

.review-date {
    margin: 0;
    color: #666;
    font-size: 15px;
}

.review-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.star-rating {
    display: flex;
    gap: 5px;
}

.star {
    width: 24px;
    height: 24px;
}

.review-text {
    margin: 0;
    color: var(--Colors-text, #303030);
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.slick-slide {
    margin: 0 15px;
    outline: none;
}

.slick-prev, .slick-next {
    display: none !important;
}

.slick-dots {
    display: none !important;
}

@media (max-width: 991px) {
    .reviews-section {
        margin: 0;
    }

    .reviews-section .nav-divider-container {
        margin-top: 23px;
    }

    .reviews-container {
    }

    .reviews-header {
    }

    .reviews-section .content-header {
        margin-bottom: 0;
    }

    .section-title-wrapper {
    }

    .section-title {
    }

    .title-divider {
    }

    .header-content {
    }

    .main-title {
    }

    .page-indicator {
    }

    .nav-buttons {
    }

    .nav-button {
    }

    .nav-icon {
    }

    .widget_reviews {
        margin-top: 0;
    }

    .nav-divider-container {
    }

    .nav-divider {
    }

    .reviews-slider-wrapper {
    }

    .reviews-slider {
        margin: 0;
    }

    .reviews-slider.slick-initialized {
    }

    .reviews-slider .slick-slide {
        margin: 0;
    }

    .review-card-item {
        padding: 12px 0;
    }

    .slick-slide.review-card-item {
        margin: 0;
    }

    .review-card {
        padding: 12px 14px 11px 14px;
    }

    .review-content {
    }

    .reviewer-info {
    }

    .reviewer-details {
    }

    .reviewer-avatar {
        margin-right: 7px;
    }

    .reviewer-meta {
    }

    .reviewer-name {
    }

    .review-date {
    }

    .review-body {
    }

    .star-rating {
    }

    .star {
    }

    .review-text {
    }

    .slick-slide {
    }

    .slick-next {
    }

    .slick-dots {
    }
}
