

/* Start:/local/templates/aspro-premier/css/pages/otzyvy-reviews.css?17855182326880*/
/* /otzyvy/ — hero и title block по макету A101 innovation */

.otzyvy-page {
	--otzyvy-base-50: #f4f4f6;
	--otzyvy-body-color: #1b1d24;
	--otzyvy-base-600: #43495a;
	color: var(--otzyvy-body-color);
	box-sizing: border-box;
}

.otzyvy-page > .maxwidth-theme {
	width: 100%;
}

.otzyvy-page__section {
	box-sizing: border-box;
	width: 100%;
}

.otzyvy-page__hero {
	margin-bottom: clamp(32px, 4vw, 64px);
}

/* ---------- Page hero (A101 PageHeroSection) ---------- */
.otzyvy-page .page-hero-section {
	--shadow-default: transparent;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	box-sizing: border-box;
	min-height: clamp(420px, 42vw, 580px);
	height: clamp(420px, 42vw, 580px);
	background-color: var(--otzyvy-base-50);
	color: #fff;
}

.otzyvy-page .page-hero-section--overlay .page-hero-section__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #282829;
	opacity: 0.15;
	pointer-events: none;
	z-index: 1;
}

.otzyvy-page .page-hero-section--large {
	border-radius: clamp(20px, 4vw, 64px);
	padding: clamp(32px, 4vw, 64px);
}

.otzyvy-page .page-hero-section__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.otzyvy-page .page-hero-section__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.otzyvy-page .page-hero-section__image--adaptive {
	display: none;
}

.otzyvy-page .page-hero-section__wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 0;
}

/* Перебиваем глобальные h2 (base-tags: color + margin) */
.otzyvy-page .page-hero-section__title {
	margin: 0;
	font-size: clamp(30px, 5.2vw, 72px);
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -0.035em;
	max-width: min(900px, 100%);
	color: #fff;
}

.otzyvy-page .page-hero-section__title--adaptive {
	display: none;
}

.otzyvy-page .page-hero-section__text {
	margin: 0;
	max-width: min(478px, 100%);
	font-size: clamp(14px, 1.1vw, 16px);
	font-weight: 400;
	line-height: 1.28;
	letter-spacing: -0.002em;
	color: #fff;
}

.otzyvy-page .page-hero-section__text--adaptive {
	display: none;
}

.otzyvy-page .page-hero-section__bottom {
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 2vw, 28px);
}

/* ---------- Title block (A101 TitleBlockSection) ---------- */
.otzyvy-page__title-block {
	padding-top: clamp(8px, 1.5vw, 16px);
	padding-bottom: clamp(32px, 4vw, 48px);
}

.otzyvy-page .title-block-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.otzyvy-page .title-block-section__heading {
	margin: 0;
	font-size: clamp(28px, 3.8vw, 52px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.027em;
	color: var(--otzyvy-body-color);
}

.otzyvy-page .title-block-section__heading svg {
	display: inline-block;
	vertical-align: middle;
	width: clamp(22px, 2.4vw, 38px);
	height: clamp(22px, 2.4vw, 38px);
	margin: 0 4px;
}

.otzyvy-page .title-block-section__subtitle {
	margin: clamp(20px, 3vw, 40px) 0 0;
	max-width: min(710px, 100%);
	font-size: clamp(14px, 1.1vw, 16px);
	font-weight: 400;
	line-height: 1.28;
	letter-spacing: -0.002em;
	color: var(--otzyvy-base-600);
}

/* ---------- Smart widgets ---------- */
.otzyvy-page__widgets {
	padding-bottom: clamp(32px, 4vw, 48px);
}

.otzyvy-page__widgets .sw-app {
	min-height: 120px;
	max-width: 100%;
	overflow-x: auto;
}

/* ---------- FAQ section ---------- */
.otzyvy-page__faq {
	padding-bottom: clamp(48px, 6vw, 80px);
}

.otzyvy-page__faq .index-faq-figma__answer a {
	color: var(--theme-base-color);
	text-decoration: underline;
}

.otzyvy-page__faq .index-faq-figma__answer ol {
	margin: 16px 0;
	padding-left: 1.25em;
}

.otzyvy-page__faq .index-faq-figma__answer li + li {
	margin-top: 12px;
}

/* Fallback: скрывать ответы до инициализации bootstrap collapse (критично для aspro-premier-mobile) */
.otzyvy-page__faq .index-faq-figma__row > .panel-collapse.collapse:not(.in):not(.show) {
	display: none;
}

/* ---------- Desktop wide (1280+) ---------- */
@media (min-width: 1280px) {
	.otzyvy-page .page-hero-section__title:not(.page-hero-section__title--adaptive),
	.otzyvy-page .page-hero-section__text:not(.page-hero-section__text--adaptive) {
		color: #fff;
	}
}

/* ---------- Tablet / mobile hero (A101 adaptive, <1280) ---------- */
@media (max-width: 1279px) {
	.otzyvy-page .page-hero-section--large {
		border-radius: 0;
		padding: 0;
		height: auto;
		min-height: 0;
		gap: 8px;
		background-color: transparent;
		color: var(--otzyvy-body-color);
	}

	.otzyvy-page .page-hero-section--has-image-mobile .page-hero-section__image:not(.page-hero-section__image--adaptive) {
		display: none;
	}

	.otzyvy-page .page-hero-section__image--adaptive {
		display: block;
		position: relative;
		order: -1;
		height: clamp(200px, 42vw, 400px);
		border-radius: clamp(20px, 3vw, 32px);
		overflow: hidden;
	}

	.otzyvy-page .page-hero-section--has-title-mobile .page-hero-section__title {
		display: block;
		font-size: clamp(28px, 4.5vw, 42px);
		letter-spacing: -0.021em;
		line-height: 1;
		color: var(--otzyvy-body-color);
		margin-bottom: clamp(20px, 3vw, 28px);
		max-width: none;
	}

	.otzyvy-page .page-hero-section__title--adaptive {
		display: none;
	}

	.otzyvy-page .page-hero-section--has-text-mobile .page-hero-section__text:not(.page-hero-section__text--adaptive) {
		display: none;
	}

	.otzyvy-page .page-hero-section__text--adaptive {
		display: block;
		color: var(--otzyvy-base-600);
		font-size: 14px;
		letter-spacing: -0.002em;
		max-width: min(466px, 100%);
	}

	.otzyvy-page .page-hero-section__wrapper {
		align-items: center;
		text-align: center;
		height: auto;
		background: var(--otzyvy-base-50);
		border-radius: clamp(20px, 3vw, 32px);
		padding: clamp(32px, 5vw, 40px) clamp(20px, 4vw, 48px);
	}
}

@media (max-width: 767px) {
	.otzyvy-page .page-hero-section {
		gap: 4px;
	}

	.otzyvy-page .page-hero-section__image--adaptive {
		height: clamp(180px, 52vw, 220px);
		border-radius: 20px;
	}

	.otzyvy-page .page-hero-section__wrapper {
		border-radius: 20px;
		padding: 32px 20px;
	}

	.otzyvy-page .page-hero-section--has-title-mobile .page-hero-section__title {
		font-size: clamp(24px, 7vw, 30px);
		letter-spacing: -0.012em;
		margin-bottom: 20px;
	}

	.otzyvy-page .page-hero-section__text--adaptive {
		max-width: 100%;
	}

	.otzyvy-page .page-hero-section__bottom {
		gap: 24px;
		justify-content: center;
		width: 100%;
	}

	.otzyvy-page .title-block-section__subtitle {
		max-width: 100%;
	}
}

@media (max-width: 374px) {
	.otzyvy-page .page-hero-section--has-title-mobile .page-hero-section__title {
		font-size: 22px;
	}

	.otzyvy-page .title-block-section__heading {
		font-size: 24px;
	}
}

/* End */


/* Start:/local/templates/aspro-premier/components/bitrix/news.list/faq-index-figma/style.css?17854819585466*/
/* Главная: FAQ как макет (шапка = brands sale-figma-header), акцент = theme-base-color */

.index-faq-figma {
    --ifq-accent: var(--theme-base-color);
    --ifq-text: #1a1a1a;
    --ifq-muted: #5c5c5c;
    --ifq-divider: #e8e8e4;
    --ifq-badge-bg: #eeede9;
}

/* ---------- Шапка: те же классы, что brands-list-big-img / sale-figma-header ---------- */
.index-faq-figma .sale-figma-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    text-align: center;
}

.index-faq-figma .sale-figma-header__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px 8px 12px;
    background-color: var(--ifq-badge-bg);
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    color: var(--ifq-text);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.index-faq-figma .sale-figma-header__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--ifq-accent);
    flex-shrink: 0;
}

.index-faq-figma .sale-figma-header__title {
    margin: 0;
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--ifq-text);
}

.index-faq-figma .sale-figma-header__title-line {
    display: block;
}

/* ---------- Список вопросов ---------- */
.index-faq-figma__list {
    margin-top: 32px;
}

.index-faq-figma__row {
    border-top: none;
    border-bottom: 1px solid var(--ifq-divider);
}

/* Жёстко перебиваем глобальный .accordion-head (autoload/accordion.css): pl/pr 24/48 + display:block ломают flex и дают «двойные» отступы с maxwidth-theme на iPhone */
.index-faq-figma .index-faq-figma__head.accordion-head {
    --pl: 0;
    --pr: 0;
    --p-block: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 26px 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    cursor: pointer;
    text-align: left;
    border: none !important;
    box-shadow: none !important;
    position: relative;
}

button.index-faq-figma__head {
    margin: 0;
    font: inherit;
    color: inherit;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
}

.index-faq-figma__head--static {
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 26px 0;
}

.index-faq-figma__q {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ifq-text);
    text-align: left;
}

h1.index-faq-figma__q {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.index-faq-figma__toggle {
    flex-shrink: 0;
    margin-left: auto;
    width: 44px;
    height: 44px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.index-faq-figma__toggle::before {
    content: "+";
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    color: var(--ifq-accent);
    transition: transform 0.25s ease;
}

.index-faq-figma__head:not(.collapsed) .index-faq-figma__toggle::before {
    transform: rotate(45deg);
}

/* Тело ответа аккордеона — на всю ширину колонки */
.index-faq-figma__row .panel-collapse .index-faq-figma__body {
    padding: 0 0 28px;
    box-sizing: border-box;
}

/* Панель ответа: без лишних горизонтальных отступов */
.index-faq-figma__row .panel-collapse {
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.index-faq-figma__answer {
    font-size: 16px;
    line-height: 1.55;
    color: var(--ifq-muted);
}

.index-faq-figma__answer .numbers_row {
    margin-bottom: 24px;
}

.index-faq-figma__answer p:last-child {
    margin-bottom: 0;
}

.index-faq-figma__btn {
    margin-top: 20px;
}

@media (max-width: 600px) {
    .index-faq-figma .sale-figma-header__badge {
        font-size: 12px;
        padding: 7px 14px 7px 10px;
    }

    .index-faq-figma__q {
        font-size: 16px;
    }

    .index-faq-figma .index-faq-figma__head.accordion-head {
        gap: 24px;
        padding: 20px 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .index-faq-figma__toggle {
        width: 38px;
        height: 38px;
    }

    .index-faq-figma__toggle::before {
        font-size: 36px;
    }
}

/* Мобильная: те же боковые отступы, что у .maxwidth-theme в теме (как у остального контента) */
@media screen and (max-width: 767px) {
    .index-faq-figma > .maxwidth-theme {
        padding-left: var(--theme-page-width-padding, 16px);
        padding-right: var(--theme-page-width-padding, 16px);
        max-width: 100%;
        box-sizing: border-box;
    }

    .index-faq-figma__head--static {
        padding: 20px 0;
    }

    .index-faq-figma .index-faq-figma__head.accordion-head {
        gap: 20px;
    }

    .index-faq-figma__toggle {
        width: 40px;
        height: 40px;
    }
}

/* End */
/* /local/templates/aspro-premier/css/pages/otzyvy-reviews.css?17855182326880 */
/* /local/templates/aspro-premier/components/bitrix/news.list/faq-index-figma/style.css?17854819585466 */
