@charset "UTF-8";
.review {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
    padding: 48px 0 28px;
    overflow: hidden;
}
@media screen and (min-width: 481px) {
    .review {
        overflow: visible;
    }
}

.review__inner {
    width: 100%;
    padding-inline: 16px;
}
.review__heading {
    position: relative;
    width: fit-content;
    max-width: calc(100% - 40px);
    margin: 0 auto 32px;
    text-align: center;
}

.review__lead {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 6px;
    color: #fd7530;
    font-size: 18px;
    font-weight: 500;
}

.review__lead-line img {
    display: block;
    width: 17px;
    height: 19px;
}

.review__title {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    font-family: "Zen Maru Gothic";
    line-height: 1.6;
    margin-top: 10px;
}

.review__title-accent {
    position: relative;
    color: #fd7530;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #ff6b35;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    font-family: "Zen Maru Gothic";
}

.review__title-accent::after {
    /* position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, #fd7530 1.5px, transparent 1.5px);
    background-size: 7px 4px;
    background-repeat: repeat-x;
    content: ""; */
}

.review__heading-icon {
    position: absolute;
    top: 15px;
    right: -30px;
    width: 70px;
}

.review__heading-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.review__slider {
    overflow: visible;
}

.review__list {
    align-items: stretch;
}

.review__item {
    height: auto;
    width: 240px !important;
    flex-shrink: 0;
}

.review__comment {
    position: relative;
    min-height: 170px;
    padding: 20px;
    border-radius: 20px;
    background: #fefaf9;
}

.review__comment::after {
    position: absolute;
    bottom: -13px;
    left: 34px;
    width: 0;
    height: 0;
    border-top: 15px solid #fefaf9;
    border-left: 15px solid transparent;
    content: "";
}

.review__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    font-family: "Zen Maru Gothic";
}
.review__user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

.review__avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
}

.review__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review__user-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.review__rating {
    display: flex;
    color: #fd7530;
    font-size: 17px;
}

.review__rating span {
    color: #fd7530;
}

.review__rating-half {
    display: inline-block;
    width: 0.5em;
    overflow: hidden;
    white-space: nowrap;
}

.review__profile {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
}
.review__pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.review__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 !important;
    background-color: #d9d9d9;
    opacity: 1;
}

.review__pagination .swiper-pagination-bullet-active {
    background-color: #fd7530;
}
