.reviews_page {
    margin-bottom: 30px;
}

.reviews_top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .92fr);
    gap: 20px;
    align-items: stretch;
    margin-bottom: 24px;
}

.reviews_page .heading_block {
    margin-bottom: 14px;
}

.reviews_page .heading span,
.reviews_widget .block_head span {
    color: #12c7f7;
}

.reviews_info_panel,
.reviews_form_panel {
    min-width: 0;
}

.reviews_info_panel .heading_block,
.reviews_form_panel .heading_block {
    margin-bottom: 12px;
}

.reviews_info {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 28px;
    isolation: isolate;
    margin-bottom: 0;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(1deg, #25252e 30%, #292932 100%);
    box-shadow: 0 18px 38px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04);
}

.reviews_info_number {
    position: absolute;
    z-index: 0;
    right: -10px;
    bottom: -18px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.045);
    font-size: 112px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.reviews_info_chip {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    background: rgba(72,195,136,.10);
    border: 1px solid rgba(72,195,136,.32);
    border-radius: 999px;
    color: #48c388;
    font-size: 12px;
    font-weight: 800;
}

.reviews_info_title {
    position: relative;
    z-index: 1;
    margin: 54px 0 0;
    color: #e7ebf3;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.18;
}

.reviews_info_title em {
    color: #48c388;
    font-style: normal;
}

.reviews_info_desc {
    position: relative;
    z-index: 1;
    max-width: 520px;
    margin: 16px 0 0;
    color: #9aa0ad;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 600;
}

.reviews_info_stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
}

.reviews_info_stats div {
    min-height: 74px;
    border-radius: 12px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    padding: 13px 14px;
}

.reviews_info_stats strong,
.reviews_info_stats span {
    display: block;
}

.reviews_info_stats strong {
    color: #12c7f7;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.reviews_info_stats span {
    margin-top: 8px;
    color: #9aa0ad;
    font-size: 11px;
    font-weight: 800;
}

.reviews_intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    min-height: 190px;
    margin-bottom: 24px;
}

.reviews_intro_text p {
    margin: 0 0 5px;
    color: #fff;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 800;
}

.reviews_intro_text b {
    color: #12c7f7;
}

.reviews_score {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 210px;
}

.reviews_score strong {
    color: #12c7f7;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.reviews_score b {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
}

.reviews_score span {
    display: block;
    margin-top: 4px;
    color: #8a91ad;
    font-size: 10px;
    font-weight: 800;
}

.reviews_write {
    min-height: 390px;
    margin-bottom: 0;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(1deg, #25252e 30%, #292932 100%);
    box-shadow: 0 18px 38px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04);
}

.reviews_form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reviews_form textarea {
    width: 100%;
    min-height: 232px;
    flex: 1;
    resize: vertical;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
    background: rgba(7,13,22,.88);
    color: #e7ebf3;
    outline: none;
    padding: 20px 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 10px 22px rgba(0,0,0,.14);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.reviews_form textarea:focus {
    background: rgba(8,15,25,.96);
    border-color: rgba(72,195,136,.44);
    box-shadow: 0 0 0 3px rgba(72,195,136,.10), inset 0 1px 0 rgba(255,255,255,.05), 0 14px 26px rgba(0,0,0,.18);
}

.reviews_form textarea::placeholder {
    color: #8a91ad;
}

.reviews_form_bottom {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 12px;
    margin-top: auto;
    padding-top: 22px;
}

.reviews_submit {
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: linear-gradient(135deg, #55e69b 0%, #32b875 48%, #24895d 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 14px 26px rgba(25,137,87,.26), inset 0 1px 0 rgba(255,255,255,.18);
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.reviews_submit::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.24), transparent);
    transform: translateX(-120%);
    transition: transform .45s ease;
}

.reviews_submit:hover {
    color: #fff;
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(25,137,87,.32), inset 0 1px 0 rgba(255,255,255,.22);
}

.reviews_submit:hover::after {
    transform: translateX(120%);
}

.reviews_submit i,
.reviews_submit span {
    position: relative;
    z-index: 1;
}

.reviews_submit i {
    font-size: 17px;
}

.reviews_rating_pick {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    width: 100%;
    padding: 8px 10px;
    border-radius: 14px;
    background: rgba(5,10,18,.18);
}

.reviews_rating_pick button {
    width: 32px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    background: transparent;
    color: rgba(255,255,255,.16);
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    transition: color .12s, transform .12s;
}

.reviews_rating_pick button:hover {
    transform: translateY(-1px);
}

.reviews_rating_pick button.is-active {
    color: #ffd400;
}

.reviews_list_head {
    margin-top: 4px;
}

.reviews_pages {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin: 0 0 18px;
}

.reviews_pages:empty {
    display: none;
}

.reviews_pages a {
    min-width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(36,36,48,.92);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.reviews_pages a.active,
.reviews_pages a:hover {
    background: #12c7f7;
    color: #071018;
}

.reviews_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.reviews_card.block {
    position: relative;
    min-height: 136px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.06);
    background: linear-gradient(1deg, #25252e 30%, #292932 100%);
}

.reviews_card_top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews_avatar_img {
    width: 56px !important;
    height: 56px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
}

.reviews_name {
    display: block;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.reviews_stars {
    display: flex;
    align-items: center;
    gap: 1px;
    color: rgba(255,255,255,.16);
    font-size: 13px;
    line-height: 1;
    margin-top: 4px;
}

.reviews_stars .is-active {
    color: #ffd400;
}

.reviews_stars b {
    color: #fff;
    font-size: 13px;
    margin-left: 4px;
}

.reviews_text {
    min-height: 52px;
    color: #c0c6df;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 18px;
    border-radius: 10px;
    background: rgba(5,10,18,.24);
    border: 1px solid rgba(255,255,255,.035);
    padding: 12px;
    word-break: break-word;
}

.reviews_member_since {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    align-self: flex-start;
    margin-top: 12px;
    padding: 8px 11px;
    border-radius: 10px;
    background: rgba(72,195,136,.08);
    border: 1px solid rgba(72,195,136,.20);
    color: #9aa0ad;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.reviews_member_since i {
    color: #48c388;
    font-size: 14px;
}

.reviews_flash {
    display: none;
}

.reviews_empty,
.reviews_login_box {
    grid-column: 1 / -1;
    border-radius: 6px;
    border: 1px dashed rgba(255,255,255,.12);
    background: rgba(5,10,18,.42);
    color: #8a91ad;
    padding: 18px;
    font-size: 13px;
    font-weight: 800;
}

.reviews_login_box a {
    color: #12c7f7;
}

.reviews_thanks {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 130px;
    border-radius: 8px;
    background: rgba(5,10,18,.42);
    border: 1px dashed rgba(255,255,255,.12);
    padding: 18px;
}

.reviews_thanks_icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(180deg, #52d897 0%, #2b9f6d 100%);
    box-shadow: 0 10px 24px rgba(54,186,122,.2);
    flex: 0 0 54px;
}

.reviews_thanks_icon i {
    font-size: 25px;
}

.reviews_thanks b {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 4px;
}

.reviews_thanks span {
    color: #8a91ad;
    font-size: 12px;
    font-weight: 800;
}

.reviews_widget {
    padding: 17px;
}

.reviews-widget-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.reviews-widget-head .flex_top_usr_i {
    min-width: 0;
}

.reviews-widget-head .flex_top_usr_i > i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(180deg, #52d897 0%, #2b9f6d 100%);
    color: #fff;
    box-shadow: 0 8px 18px rgba(54,186,122,.18);
    flex: 0 0 44px;
}

.reviews-widget-head__link {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #3a3a48;
    color: #8e8ea8;
    text-decoration: none;
    flex: 0 0 38px;
}

.reviews-widget-head__link:hover {
    color: #fff;
    background: #454554;
}

.reviews-widget-list {
    display: grid;
    gap: 10px;
}

.reviews-widget-card {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 10px;
    align-items: flex-start;
    background: #32323d;
    border: 1px solid #424250;
    border-left: 3px solid #4ed094;
    border-radius: 12px;
    padding: 10px;
    text-decoration: none;
}

.reviews-widget-card:hover {
    text-decoration: none;
    filter: brightness(1.05);
}

.reviews-widget-card__avatar {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews_widget_avatar_wrap {
    width: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.reviews_widget_avatar_img {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px;
    object-fit: cover !important;
}

.reviews-widget-card__title {
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.25;
    word-break: break-word;
}

.reviews-widget-card__title span {
    color: #4ed4ff;
}

.reviews-widget-card__meta {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 5px;
    color: #77778b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.reviews-widget-card__meta .reviews_stars {
    margin-top: 0;
    font-size: 12px;
    color: rgba(255,255,255,.16);
}

.reviews-widget-card__meta .reviews_stars .is-active {
    color: #ffd400;
}

.reviews-widget-card__meta em {
    font-style: normal;
}

.reviews-widget-card__since {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 7px;
    padding: 5px 8px;
    border-radius: 8px;
    background: rgba(72,195,136,.08);
    border: 1px solid rgba(72,195,136,.18);
    color: #8e8ea8;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
}

.reviews-widget-card__since i {
    color: #4ed094;
    font-size: 12px;
}

.reviews-widget-empty {
    background: #32323d;
    border: 1px dashed #4a4a5b;
    border-radius: 12px;
    color: #77778b;
    font-size: 12px;
    text-align: center;
    padding: 16px;
}

.reviews-widget-footer {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviews-widget-total {
    margin-top: 0;
    min-width: 0;
    flex: 1;
    padding: 9px 10px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    background: rgba(255,255,255,.03);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.reviews-widget-total span:first-child {
    font-size: 12px;
    color: rgba(255,255,255,.62);
    font-weight: 700;
}

.reviews-widget-total span:last-child {
    font-size: 14px;
    color: #52ed9f;
    font-weight: 800;
}

.reviews-widget-action {
    height: 34px;
    padding: 0 11px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, #52ed9f, #24985f);
    border: 1px solid rgba(255,255,255,.13);
    box-shadow: 0 8px 18px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.16);
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.reviews-widget-action:hover {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.08);
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.18);
}

.reviews-widget-action i {
    font-size: 15px;
}

@media (max-width: 992px) {
    .reviews_top {
        grid-template-columns: 1fr;
    }

    .reviews_write {
        min-height: 0;
    }

    .reviews_intro {
        min-height: 0;
    }

    .reviews_public_sidebar {
        margin-top: 20px;
    }
}

@media (max-width: 620px) {
    .reviews_info {
        min-height: 0;
        padding: 22px;
    }

    .reviews_info_number {
        display: none;
    }

    .reviews_info_title {
        margin-top: 34px;
        font-size: 24px;
    }

    .reviews_info_stats {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .reviews_intro {
        align-items: stretch;
        flex-direction: column;
    }

    .reviews_score {
        min-width: 0;
    }

    .reviews_grid {
        grid-template-columns: 1fr;
    }

    .reviews_submit {
        width: 100%;
    }

    .reviews-widget-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .reviews-widget-action {
        width: 100%;
    }
}
