

/* Start:/local/templates/negagroup-site/components/bitrix/menu/about.top/style.css?16708259511351*/
.about__tabs {
    display: flex;
    margin-bottom: 50px;
    padding-top: 30px;
    border-top: 1px solid #DEDEDE;
    margin-top: 30px;
    overflow: auto;
}

.about__tab {
    font-size: 18px;
    line-height: 21px;
    color: #636B83;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    padding-bottom: 8px;
    transition: all 0.3s;
    white-space: nowrap;
}

.about__tab:last-child {
    margin-right: 0;
}

.about__tab::before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #00305C;
    position: absolute;
    bottom: 0;
    transition: all 0.6s;
    left: 50%;
    right: 50%;
    opacity: 0;
}

.about__tab:hover {
    color: #00305C;
}

.about__tab:hover::before {
    width: 100%;
    left: 0;
    right: 0;
    opacity: 1;
}

.about__tab--active {
    color: #00305C;
}

.about__tab--active::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #00305C;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
}


@media (max-width: 575px) {
    .about__tabs {
        margin-bottom: 30px;
        padding-top: 20px;
        margin-top: 20px;
    }

    .about__tab {
        font-size: 14px;
        margin-right: 20px;
        padding-bottom: 4px;
    }
}
/* End */


/* Start:/local/components/luckru/reviews/templates/about/style.css?16844155485425*/

.reviews-basic__item {
    padding: 30px 0;
    border-bottom: 1px solid #DCE0E5;
}
[data-select-stars-js] svg.active ~ svg path{
    fill: #DCE0E5;
}
.reviews-basic__item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.reviews-basic__item-date {
    font-size: 14px;
    line-height: 14px;
    color: #636B83;
    position: relative;
    padding-left: 20px;
}

.reviews-basic__item-city {
    font-size: 14px;
    line-height: 14px;
    color: #636B83;
    position: relative;
    padding-left: 20px;
    margin-right: 25px;
}

.reviews-basic__item-city::before {
    content: '';
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url('/local/components/luckru/reviews/templates/about/icons/map-pin.svg');
}

.reviews-basic__item-date::before {
    content: '';
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url('/local/components/luckru/reviews/templates/about/icons/calendar.svg');
}

.reviews-basic__item-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.reviews-basic__item-info_right {
    display: flex;
    align-items: center;
}

.reviews-basic__item-name {
    font-size: 14px;
    line-height: 110%;
    color: #636B83;
}

.reviews-basic__item-text {
    font-size: 16px;
    line-height: 160%;
    color: #00305C;
}

.reviews-basic__item-images {
    margin-top: 10px;
    display: flex;
}

.reviews-basic__item-img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    margin-right: 20px;
}

.reviews-basic-btn {
    display: block;
    margin: 40px auto 0 auto;
    width: 285px;
}


.reviews__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.reviews__arrows-prev {
    margin-right: 10px;
}

.reviews__item {
    border: 1px solid #DCE0E5;
    border-radius: 8px;
    padding: 30px;
    min-height: 480px;
    max-width: 635px;
    margin: 0 15px;
}

.reviews__item-product {
    display: flex;
    margin-bottom: 30px;
}

.reviews__item-img {
    margin-right: 25px;
    width: 220px;
    height: 160px;
    border-radius: 8px;
}

.reviews__item-content {
    display: flex;
    flex-direction: column;
}

.reviews__item-stars {
    margin-bottom: 12px;
}

.reviews__item-title {
    font-weight: 400;
}

.reviews__item-price {
    font-size: 24px;
    line-height: 28px;
    color: #00305C;
    margin-top: auto;
}

.reviews__item-info {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #DCE0E5;
    margin-bottom: 10px;
}

.reviews__item-name {
    font-weight: 500;
    font-size: 16px;
    color: #00305C;
    margin-right: 12px;
    line-height: 16px;
}

.reviews__item-name::after {
    content: "●";
    font-size: 12px;
    color: #DCE0E5;
    padding-left: 8px;
}

.reviews__item-date {
    font-size: 14px;
    color: #636B83;
    line-height: 16px;
}

.reviews__item-text {
    font-size: 18px;
    line-height: 150%;
    color: #636B83;
}

.reviews-result__total {
    font-size: 16px;
    line-height: 110%;
    color: #636B83;
}

.reviews-result__title {
    margin-bottom: 10px;
}

.reviews-result__stars-total {
    margin-bottom: 40px;
}

.reviews-result__stars-count {
    font-size: 16px;
    line-height: 110%;
    color: #00305C;
    margin-left: 10px;
}

.reviews-result__stars {
    margin-bottom: 30px;
}


.stars-progress__item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.stars-progress__item:last-child {
    margin-bottom: 0;
}
.stars-progress__item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.stars-progress__item-number {
    margin-right: 4px;
    font-size: 16px;
    line-height: 110%;
    color: #00305C;
}

.stars-progress__item-wrap {
    margin: 0 18px;
    width: 297px;
    height: 4px;
    background-color: #F2F2F2;
    border-radius: 25px;
}

.stars-progress__item-line {
    background: #29B7D0;
    border-radius: 25px;
    width: 20%;
    height: 100%;
}

.stars-progress__item-count {
    font-size: 16px;
    line-height: 110%;
    color: #00305C;
}


.reviews-result {
    padding-top: 20px;
    position: sticky;
    top: 0;
}

.reviews-result__btn {
    border: 1px solid #636B83;
    border-radius: 8px;
    background-color: #fff;
    color: #636B83;
    width: 100%;
    transition: all 0.3s;
    margin-bottom: 25px;
    display: block;
    text-align: center;
}

.reviews-result__btn:hover {
    background: #636B83;
    color: #FFFFFF;
}

.reviews-result__social {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.reviews-result__social-link {
    display: block;
    text-decoration: none;
    margin-right: 10px;
}

.reviews-result__social-link:last-child {
    margin-right: 0;
}

.reviews-result__share {
    font-size: 14px;
    line-height: 16px;
    color: #00305C;
    text-align: center;
}
.catalog-detail__content-right{
    position: relative;
}

@media (max-width: 991px) {
    .reviews-basic__item-info {
        flex-direction: column;
    }
    .reviews-basic__item-info_right {
        margin-top: 5px;
    }
}
/* End */
/* /local/templates/negagroup-site/components/bitrix/menu/about.top/style.css?16708259511351 */
/* /local/components/luckru/reviews/templates/about/style.css?16844155485425 */
