

/* Start:/local/templates/general/components/bitrix/news.list/faq/style.css?17587660271160*/
.faq-section {
    padding: 80px 0;
    background: #f7f7f7;
}
.faq-section h2 {text-align: center;}

.faq-section .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.faq-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    color: #333;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq-question {
    padding: 40px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    font-size: 22px;
    color: #333;
}

.faq-question::after {
content: '+';
    position: absolute;
    top: 30px;
    right: 40px;
    transition: transform 0.3s;
    font-size: 40px;
}

.faq-question.active::after {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s;
color: #383639;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    letter-spacing: 0.4px;
}

.faq-answer.active {
    padding: 0 40px 40px;
    max-height: 500px;
}
/* End */


/* Start:/local/components/agbx/reviews/templates/.default/style.css?17722064157865*/
/* /local/components/agbx/reviews/templates/.default/style.css */

/* ── Секция ─────────────────────────────────────────── */
.agbx-reviews-section {
    position: relative;
    padding: 120px 0 60px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.agbx-reviews-section h2 {font-family: 'Oranienbaum', sans-serif;
    font-size: 90px;
    color: #383639;
    text-transform: uppercase;
    letter-spacing: -1.2px;
    text-align: center;
}

/* ── Сводный рейтинг ────────────────────────────────── */
.agbx-reviews-summary {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.agbx-reviews-summary__score {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    color: #1a1a1a;
}

.agbx-reviews-summary__right {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.agbx-reviews-summary__stars {
    display: flex;
    gap: 3px;
}

.agbx-reviews-summary__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #888;
/*    font-size: 13px;*/
}

.agbx-reviews-summary__logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* ── SVG-звёзды ─────────────────────────────────────── */
.agbx-star {
    width: 26px;
    height: 26px;
    fill: #ddd;
    flex-shrink: 0;
}

.agbx-star--active {
    fill: #ffc107;
}

/* ── Обёртка слайдера ──────────────────────────────── */
.agbx-reviews-owl-wrap {
    position: relative;
    /* Отступы чтобы кнопки prev/next не обрезались */
    padding: 0 48px;
}



/* ── КРИТИЧНО: показываем owl до инициализации ─────── */
.agbx-reviews-owl {
    display: block !important;
}

/* ── Карточка ──────────────────────────────────────── */
.agbx-review-card {
    background: #fff;
    border-radius: 12px;
    padding: 22px 20px 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,.07);
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 420px;
    box-sizing: border-box;
    transition: box-shadow .25s, transform .25s;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.agbx-review-card:hover {
    box-shadow: 0 6px 28px rgba(0,0,0,.12);
    transform: translateY(-2px);
}

/* Шапка */
.agbx-review-card__top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.agbx-review-card__avatar {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: #1e1e1e;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.agbx-review-card__meta {
    flex: 1;
    min-width: 0;
}

.agbx-review-card__author {
    font-weight: 600;
/*    font-size: 14px;*/
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.agbx-review-card__author__stars {    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;}
.agbx-review-card__date {
    font-size: 16px;
    color: #bbb;
    margin-top: 2px;
}

.agbx-review-card__yandex {
    flex-shrink: 0;
    opacity: .7;
}

/* Звёзды */
.agbx-review-card__stars {
    display: flex;
    gap: 2px;
}

/* Текст с fade */
.agbx-review-card__text {
/*    font-size: 13px;*/
/*    line-height: 1.65;*/
    color: #555;
    flex: 1;
    max-height: 260px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}

/* Ссылка */
.agbx-review-card__link {
    font-size: 16px;
    color: #fc3f1d;
    text-decoration: none;
    font-weight: 500;
    align-self: flex-start;
/*    margin-top: auto;*/
    padding-top: 4px;
}

.agbx-review-card__link:hover {
    text-decoration: underline;
}

/* ── Кастомные кнопки nav ───────────────────────────── */
.agbx-reviews-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eee;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    transition: background .2s, box-shadow .2s, border-color .2s;
    padding: 0;
}

.agbx-reviews-nav:hover {
    background: #bea592;
    border-color: #bea592;
    box-shadow: 0 4px 14px rgba(0,0,0,.15);
}

.agbx-reviews-nav svg {
    width: 20px;
    height: 20px;
    fill: #333;
}

.agbx-reviews-nav:hover svg {fill: #fff;}


.agbx-reviews-nav--prev { left: 0; }
.agbx-reviews-nav--next { right: 0; }

/* ── Dots ───────────────────────────────────────────── */
.agbx-reviews-section .owl-dots {
    margin-top: 24px !important;
    text-align: center;
}

.agbx-reviews-section .owl-dot {
    display: inline-block;
}

.agbx-reviews-section .owl-dot span {
    display: block;
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
    border-radius: 4px !important;
    background: #ddd !important;
    transition: width .3s, background .3s;
}

.agbx-reviews-section .owl-dot.active span {
    width: 24px !important;
    background: #ffc107 !important;
}

/* ── Кнопка «Оставить отзыв» ───────────────────────── */
.agbx-reviews-footer {
    margin-top: 36px;
    text-align: center;
}

.agbx-reviews-btn {
    display: inline-flex!important;
    align-items: center;
    gap: 8px;
    padding: 13px 32px;
    border-radius: 999px;
    background: #fc3f1d;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: .02em;
    transition: background .2s, transform .15s;
}

.agbx-reviews-btn:hover {
    background: #e0361a;
    transform: translateY(-1px);
}

/* ── Пусто ──────────────────────────────────────────── */
.agbx-reviews-empty {
    text-align: center;
    color: #aaa;
    padding: 48px 0;
    font-size: 15px;
}

/* ── Адаптив ────────────────────────────────────────── */
@media (max-width: 600px) {
    .agbx-reviews-summary__score { font-size: 38px; }
    .agbx-review-card { padding: 16px 14px; min-height: 480px; }
    .agbx-review-card__text {max-height: 220px;}
    .agbx-reviews-summary {flex-direction: column;}
    .agbx-reviews-summary__right {align-items: center;}
    .agbx-review-card__author__stars {display: flex;flex-direction: column;align-items: flex-start;gap: 5px;}
    .agbx-review-card__date {font-size: 14px;}
    .agbx-review-card__avatar {display: none;}
    .agbx-review-card__author {white-space: pre-wrap;}
    .agbx-reviews-owl-wrap {padding: 0;}
}

/* End */


/* Start:/local/templates/general/components/bitrix/news.list/mainblog4mini/style.css?17333551122485*/
.page_10 h2 {font-family: 'Oranienbaum', sans-serif;
    font-size: 80px;
    color: #383639;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 38px;
}
.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    padding-top: 30px;
}

.news-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.news-item {
    width: calc(25% - 15px);
    box-sizing: border-box;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news-item__image {
    width: 100%;
}
.news-item__image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
    height: 600px;
    background-size: cover;
    object-fit: cover;
}

.news-item__title {
margin-bottom: 15px;
    text-decoration: none;
    font-family: 'Oranienbaum', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #383639;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-item__preview-text {
    font-size: 16px;
    color: #383639;
    margin-bottom: 20px;
    line-height: 22px;
    padding-top: 15px;
}

.news-item__read-more {
    font-size: 18px;
    text-decoration: none;
    align-self: flex-start;
    font-weight: 700;
    color: #383639;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}
.news-item__read-more:hover, .news-item__title:hover {
    color: #535c69;
}
.news-item__read-more:hover {
    transform: translateX(20px); 
}

.news-item__reading-time {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}
.news-list .container {
    max-width: 1780px;
}
.blogmore {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.blogmore .btn {
    background: #fff;
    border: 1px solid #bea592;
    color: #bea592;
    font-size: 16px;
    font-weight: 300;
    padding: 24px 64px;
    margin-bottom: 38px;
    text-decoration: none;
    text-align: center;
}
.blogmore .btn:hover {
    background: #bea592;
    color: #fff;
}
@media (max-width: 1440px){
.news-list .container {
		max-width: 1440px;}
.news-item__image img {
    height: 400px;
/*height: 240px;*/
}
}

@media (max-width: 768px) {
    .news-item {
        width: 100%;
    }
}
@media (max-width: 767px)
.news-list .container {
    padding: 0;
}
/* End */
/* /local/templates/general/components/bitrix/news.list/faq/style.css?17587660271160 */
/* /local/components/agbx/reviews/templates/.default/style.css?17722064157865 */
/* /local/templates/general/components/bitrix/news.list/mainblog4mini/style.css?17333551122485 */
