

/* Start:/local/templates/boost_store/components/bitrix/news.list/reviews_list/style.css?17452177393833*/
.reviews {
    margin-bottom: 50px !important;
}

.reviews__title {
    font-size: 35px;
    line-height: 41px;
    font-weight: 700;
}

.reviews__container {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.reviews__list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
}

.reviews__container-item {
    max-width: 330px;
    width: 100%;
    background: linear-gradient(180deg, rgba(140, 176, 197, 0.15) 0%, rgba(140, 176, 197, 0.02) 100%);
    border: 1px rgba(255, 255, 255, 0.05) solid;
    border-radius: 5px;
    height: fit-content;

    font-size: 16px;
    line-height: 1.3;
    padding: 24px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #27283d;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.review__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 61px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.review__img {
    width: 61px;
    height: 61px;
    margin-right: 10px;
}

.review__img img {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.review__stars {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
}

.review__date {
    text-align: right;
    margin-top: 20px;
    font-size: 14px;
    color: rgb(107, 107, 133);
}

.review__text {
    margin-top: 20px;
}

.review__game {
    background-color: #DC5812;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.tabs-app {
    width: 100%;
}

.tabs-app .tabs-app__tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 6px;
}

.tabs-app .tabs-app__tab {
    cursor: pointer;
    padding: 10px 20px;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: background-color 0.3s; /* Плавный переход для цветной подложки */
    position: relative;
    overflow: hidden; /* Скрыть градиент псевдоэлемента за границами */
    z-index: 0;
    height: 50px;
    background-color: transparent; /* Базовый цвет */
}


.tabs-app .tabs-app__tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(48, 202, 255, 1) 0%, rgba(51, 115, 242, 1) 100%);
    z-index: -1; /* Псевдоэлемент под текстом */
    opacity: 0; /* Градиент скрыт по умолчанию */
    transition: opacity 0.3s;
}

/* Состояние наведения: включаем градиент */
.tabs-app .tabs-app__tab:hover::before {
    opacity: 1;
}

.tabs-app .tabs-app__tab.active {
    background:linear-gradient(180deg, #A42502 0%, #EC5400 100%);
}
.tabs-app .tabs-app__tab.active:hover {
    background:transparent;
}
/* Состояние активной вкладки: другой градиент */
.tabs-app .tabs-app__tab.active::before {
    background: linear-gradient(180deg, rgba(48, 202, 255, 1) 0%, rgba(51, 115, 242, 1) 100%);
    opacity: 0;
}

.tabs-app .tabs-app__tab.active:hover::before {
    opacity: 1
}

.tabs-app .tabs-content {

}

.tabs-app .tabs-app__tab-item {
    display: flex;
}

/* End */
/* /local/templates/boost_store/components/bitrix/news.list/reviews_list/style.css?17452177393833 */
