/* =========================================================================
   article-uspokoit.css
   Доп. стили для страницы «Как успокоить ребенка».
   Дополняет основной style.css, не дублирует существующие правила.
   ========================================================================= */


html {
	scroll-behavior: smooth;
}

/* =========================================================================
   1. ХИРО / TOP-SECTION - дополнения
   ========================================================================= */

.top-section.top-section--article-hero {
	background: #8AB8EA;
	color: #fff;
	margin-top: 125px;
	position: relative;
	overflow: hidden;
}

/* Тёмно-синяя SVG-фигура — точные координаты из Figma */
.article-hero__decor-blue {
	position: absolute;
	top: 341px;
	left: 811px;
	z-index: 2;
	line-height: 0;
	pointer-events: none;
}

/* Бежевая SVG-фигура — за синим, в правом верхнем углу */
.article-hero__decor-beige {
	position: absolute;
	top: 240px;
	right: 0;
	z-index: 1;
	line-height: 0;
	pointer-events: none;
}


.top-section.top-section--article-hero .wrap {
	padding: 30px 0 40px;
	position: relative;
	height: min(660px, calc(100vh - 130px));
	box-sizing: border-box;
	z-index: 3;
}

/* Скрываем стрелку из дефолтного top-section, она тут не нужна */
.top-section.top-section--article-hero .wrap:after {
	display: none;
}

.top-section.top-section--article-hero h1.blocktitle {
	font-size: 96px;
	line-height: 96px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	max-width: 760px;
}

.article-hero__subtitle {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-top: 25px;
	max-width: 600px;
}

.article-hero__share-btn {
	display: inline-block;
	height: 53px;
	line-height: 55px;
	padding: 0 36px;
	background: #021688;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 100px;
	font-size: 18px;
	font-weight: 500;
	margin-top: 40px;
	letter-spacing: 0.02em;
	transition: background .2s ease;
}

.article-hero__share-btn:hover {
	background: #0a2bb8;
}

/* Фото справа в хиро — полная высота, округлый левый нижний угол */
.article-hero__photo {
	position: absolute;
	right: 0;
	top: 0;
	width: 690px;
	height: 100%;
	border-radius: 0 0 0 200px;
	overflow: hidden;
	z-index: 3;
}

.article-hero__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

/* Стрелка прокрутки вниз */
.article-hero__scroll {
	position: absolute;
	right: 10px;
	bottom: 30px;
	width: 30px;
	height: 69px;
	line-height: 0;
	z-index: 5;
}


/* Метаданные внизу хиро — прямой дочерний элемент .top-section, выше .wrap (z-index:3) */
.article-hero__meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	gap: 30px;
	height: auto;
	color: #021688;
	font-weight: 400;
	flex-wrap: wrap;
	padding-bottom: 40px;
	padding-left: max(0px, calc((100% - 1360px) / 2));
	box-sizing: border-box;
	z-index: 4;
}

/* Override global .top-section .bottom { height: 30px; gap: 60px; margin-top: 50px } */
.top-section .bottom.article-hero__meta {
	height: auto;
	margin-top: 0;
	gap: clamp(10px, 3vw, 30px);
	line-height: normal;
}

.article-hero__meta .meta-item {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 30px;
}

.article-hero__meta .date {
	background: #fff;
	padding: 0 14px;
	display: inline-block;
	border-radius: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	white-space: nowrap;
}

.article-hero__meta .meta-label {
	font-size: 12px;
	line-height: 14px;
	color: #021688;
	display: inline-block;
}

.article-hero__meta .timetoread,
.article-hero__meta .readers {
	color: #021688;
	font-size: 14px;
}


/* =========================================================================
   2. СОДЕРЖАНИЕ (TOC)
   ========================================================================= */

.article-toc-section {
	background: #F2EEE8;
	padding: 60px 0 30px;
}

.article-toc-section .wrap {
	width: 1360px;
	margin: 0 auto;
}

.article-toc-section .blocktitle {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 110%;
	text-transform: uppercase;
	color: #021688;
	margin-bottom: 30px;
}

.article-toc {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 24px;
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
	grid-auto-flow: column;
	grid-template-rows: repeat(4, auto);
}

.article-toc li {
	margin: 0;
	padding: 0;
}

.article-toc a {
	display: flex;
	align-items: center;
	gap: 10px;
	background: transparent;
	border: 1.5px solid #021688;
	border-radius: 100px;
	padding: 14px 24px;
	color: #021688;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.15;
	letter-spacing: 0.05em;
	min-height: 56px;
	box-sizing: border-box;
	transition: background .15s ease, color .15s ease;
}

.article-toc a:hover {
	background: #021688;
	color: #fff;
}

.article-toc__num {
	font-weight: 700;
	flex-shrink: 0;
}

/* Лид-параграф под TOC */
.article-lead {
	font-size: 30px;
	line-height: 90%;
	color: #021688;
	margin: 30px 0 0;
	font-weight: 300;
}


/* =========================================================================
   3. КОНТЕНТ СТАТЬИ - общие стили
   ========================================================================= */

/* Отступ для фиксированной шапки при переходе по якорям */
.step-section.step-section-in-article {
	scroll-margin-top: 140px;
}

/* Тюним базовый step-section-in-article под нашу статью */
.step-section.step-section-in-article .wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 50px;
	margin: 56px auto;
}

.step-section.step-section-in-article .wrap > .title {
	width: 400px;
	flex-shrink: 0;
	font-size: 30px;
	font-weight: 500;
	line-height: 110%;
	text-transform: uppercase;
	color: #021688;
	padding-top: 4px;
}

.step-section.step-section-in-article .wrap .content {
	flex: 1;
	max-width: 906px;
}

.step-section.step-section-in-article .wrap .content p {
	font-size: 30px;
	line-height: 90%;
	color: #021688;
	font-weight: 300;
	margin: 18px 0;
}

.step-section.step-section-in-article .wrap .content p:first-child {
	margin-top: 0;
}

.step-section.step-section-in-article .wrap .content p strong,
.article-accordion__body p strong {
	font-weight: 500;
}

.article-photo {
	display: block;
	width: 100%;
	max-width: 880px;
	height: auto;
	border-radius: 24px;
	margin: 30px 0;
	object-fit: cover;
}

.article-list {
	font-size: 30px;
	line-height: 90%;
	font-weight: 300;
	color: #021688;
	padding-left: 20px;
	margin: 18px 0;
}

.article-list li {
	margin-bottom: 12px;
}

.article-list.article-list--dotted {
	list-style: none;
	padding-left: 0;
}

.article-list.article-list--dotted li {
	position: relative;
	padding-left: 22px;
}

.article-list.article-list--dotted li:before {
	content: '';
	position: absolute;
	left: 6px;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #021688;
	border-radius: 50%;
}


/* =========================================================================
   4. АККОРДЕОН (простой - для раздела 2)
   ========================================================================= */

.article-accordion {
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.article-accordion__item {
	background: #DDE7F5;
	border-radius: 16px;
	overflow: hidden;
	transition: background .2s ease;
}

.article-accordion__item.is-open {
	background: #C8D8EE;
}

.article-accordion__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 24px;
	cursor: pointer;
	color: #021688;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 110%;
	user-select: none;
}

.article-accordion__chevron {
	flex-shrink: 0;
	width: 36px;
	height: 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='38' height='21' viewBox='0 0 38 21' fill='none'><path d='M1 19.4143L19 1.41431L37 19.4143' stroke='%23021688' stroke-width='2' stroke-linecap='round'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: rotate(180deg);
	transition: transform .25s ease;
}

.article-accordion__item.is-open .article-accordion__chevron {
	transform: rotate(0deg);
}

.article-accordion__body {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease;
	padding: 0 24px;
}

.article-accordion__item.is-open .article-accordion__body {
	max-height: 1000px;
	padding: 0 24px 22px;
}

.article-accordion__body p {
	font-size: 30px !important;
	line-height: 90% !important;
	font-weight: 300;
	color: #021688;
	margin: 0 0 10px !important;
}

.article-accordion__body p:last-child {
	margin-bottom: 0 !important;
}

/* Standalone-вариант (более тёмный, для подразделов внутри секций) */
.article-accordion--standalone {
	margin: 30px 0;
}

.article-accordion--standalone .article-accordion__item {
	background: #C8D8EE;
}

.article-accordion--standalone .article-accordion__head {
	padding: 22px 28px;
}


/* =========================================================================
   5. БОЛЬШИЕ КАРТОЧКИ С ФОТО МЛАДЕНЦЕВ (раздел 3)
   ========================================================================= */

.age-photo-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 25px 0 20px;
}

.age-photo-card {
	border-radius: 34px;
	overflow: hidden;
	background: #DDE7F5;
	transition: background .2s ease;
	grid-column: span 1;
}

.age-photo-card--dark {
	background: #021688;
	color: #fff;
}

.age-photo-card--light {
	background: #DDE7F5;
	color: #021688;
}


.age-photo-card__head {
	position: relative;
	isolation: isolate;
	min-height: 330px;
	padding: 30px 30px 70px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 24px;
	cursor: pointer;
	user-select: none;
	box-sizing: border-box;
}

/* Круглое фото — абсолютная позиция из Figma (left:224px, top:-32px) */
.age-photo-card__photo {
	position: absolute;
	width: 263px;
	height: 263px;
	border-radius: 50%;
	left: 224px;
	top: -32px;
	overflow: hidden;
	z-index: 3;
}

.age-photo-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.age-photo-card__text {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 100%;
	position: relative;
	z-index: 4;
}

.age-photo-card__title {
	max-width: 210px;
}

.age-photo-card__title {
	font-size: 30px;
	line-height: 110%;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}

.age-photo-card__subtitle {
	font-size: 30px;
	line-height: 90%;
	font-weight: 300;
	display: block;
}

.age-photo-card__chevron {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 36px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 36px 18px;
	transition: transform .25s ease;
}

.age-photo-card--dark .age-photo-card__chevron {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 18' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 4l15 12 15-12'/></svg>");
}

.age-photo-card--light .age-photo-card__chevron {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 18' fill='none' stroke='%23021688' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 4l15 12 15-12'/></svg>");
}

.age-photo-card.is-open .age-photo-card__chevron {
	transform: rotate(180deg);
}

.age-photo-card__body {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
	padding: 0 30px;
}

.age-photo-card.is-open .age-photo-card__body {
	max-height: 2000px;
	padding: 0 30px 30px;
}

.age-photo-card--dark .age-photo-card__body p,
.age-photo-card--dark .age-photo-card__body li {
	color: #fff !important;
}

.age-photo-card--light .age-photo-card__body p,
.age-photo-card--light .age-photo-card__body li {
	color: #021688 !important;
}

.age-photo-card__body p {
	font-size: 30px !important;
	line-height: 90% !important;
	font-weight: 300;
	margin: 0 0 14px !important;
}

.age-photo-card__body ul.article-list {
	color: inherit;
}

.age-photo-card--dark .article-list.article-list--dotted li:before {
	background: #fff;
}

.age-photo-drawer {
	background: #fff;
	border-radius: 34px;
	color: #021688;
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
	margin-top: 12px;
}

.age-photo-drawer.is-open {
	max-height: 2000px;
}

.age-photo-drawer__slot {
	display: none;
	padding: 30px;
}

.age-photo-drawer__slot.is-active {
	display: block;
}

.age-photo-drawer__slot p {
	font-size: 30px;
	line-height: 90%;
	font-weight: 300;
	color: #021688;
	margin: 0 0 14px;
}

.age-photo-drawer__slot p:last-child {
	margin-bottom: 0;
}

.age-photo-drawer__slot .article-list {
	color: #021688;
}


/* =========================================================================
   6. ВОЗРАСТНЫЕ КАРТОЧКИ С ИЛЛЮСТРАЦИЯМИ (раздел 5)
   ========================================================================= */

.age-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 25px 0;
}

.age-card {
	background: #021688;
	color: #fff;
	border-radius: 34px;
	overflow: hidden;
	transition: background .2s ease;
}

.age-card.is-open {
	/* карточка остаётся на месте, drawer раскрывается снизу строки */
}

.age-card__head {
	display: flex;
	flex-direction: column;
	min-height: 218px;
	padding: 30px;
	cursor: pointer;
	position: relative;
	user-select: none;
	box-sizing: border-box;
}

.age-card__text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	z-index: 1;
	padding-right: 96px;
}

.age-card__title {
	font-size: 30px;
	line-height: 110%;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}

.age-card__subtitle {
	font-size: 30px;
	line-height: 90%;
	font-weight: 300;
	display: block;
}

.age-card__illu {
	position: absolute;
	right: 30px;
	top: 30px;
	pointer-events: none;
	line-height: 0;
}

.age-card__illu svg {
	display: block;
	max-height: 158px;
	width: auto;
	height: auto;
}

.age-card__chevron {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 36px;
	height: 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 18' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 4l15 12 15-12'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 36px 18px;
	transition: transform .25s ease;
}

.age-card.is-open .age-card__chevron {
	transform: rotate(180deg);
}

.age-row-drawer {
	grid-column: 1 / -1;
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
	background: #fff;
	border-radius: 34px;
	color: #021688;
}

.age-row-drawer.is-open {
	max-height: 600px;
}

.age-row-drawer__slot {
	display: none;
	padding: 24px 30px 30px;
}

.age-row-drawer__slot.is-active {
	display: block;
}

.age-row-drawer__slot p {
	font-size: 30px;
	line-height: 90%;
	font-weight: 300;
	color: #021688;
	margin: 0 0 14px;
}

.age-row-drawer__slot p:last-child {
	margin-bottom: 0;
}


/* =========================================================================
   7. БЛОК-АЛГОРИТМ СО СТРЕЛКАМИ (раздел 7)
   ========================================================================= */

.algorithm-box {
	background: #DDE7F5;
	border-radius: 20px;
	padding: 30px 32px;
	margin: 30px 0;
}

.algorithm-box__title {
	font-size: 30px !important;
	line-height: 110% !important;
	color: #021688 !important;
	margin: 0 0 24px !important;
	text-align: center;
	font-weight: 500;
}

.algorithm-step {
	background: #fff;
	border-radius: 16px;
	padding: 20px 24px;
}

.algorithm-step p {
	margin: 0 !important;
	font-size: 30px !important;
	line-height: 90% !important;
	font-weight: 300;
	color: #021688 !important;
}

.algorithm-arrow {
	height: 40px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='none' stroke='%23021688' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M15 5v18M7 16l8 8 8-8'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px 28px;
}


/* =========================================================================
   8. ПОДЕЛИТЬСЯ СТАТЬЁЙ С ПОДРУГОЙ
   ========================================================================= */

.share-section.share-section--friend {
	padding: 40px 0;
}

.share-section.share-section--friend .wrap {
	background: #fff;
	border-radius: 32px;
	color: #021688;
	padding: 50px 50px 40px;
	height: auto;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.share-section__girl {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: auto;
	max-width: 50%;
	object-fit: contain;
	object-position: right center;
	pointer-events: none;
	display: block;
}

.share-section.share-section--friend .blocktitle {
	font-size: 96px;
	line-height: 100%;
	font-weight: 300;
	text-transform: uppercase;
	color: #021688;
	max-width: 600px;
	margin: 0;
	position: relative;
	z-index: 1;
}

.share-section.share-section--friend .soc {
	display: flex;
	gap: 24px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
}

.share-section.share-section--friend .soc li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
}

.share-section.share-section--friend .soc img {
	width: 100%;
	height: 100%;
}


/* =========================================================================
   9. ИСТОЧНИКИ - доп. стили
   ========================================================================= */

/* Перекрываем глобальный display:none на ol/p — показываем при is-open */
.sources-section.is-open ol,
.sources-section.is-open p {
	display: block;
}

.sources-section__legal {
	font-size: 12px;
	color: #021688;
	margin-top: 30px;
	opacity: 0.7;
}


/* =========================================================================
   10. MOBILE - @media(max-width: 650px)
   ========================================================================= */

@media (max-width: 650px) {

	/* ХИРО */
	.top-section.top-section--article-hero {
		margin-top: 100px;
	}

	.top-section.top-section--article-hero .wrap {
		padding: 40px 0 95px;
		min-height: auto;
		height: auto;
	}

	.top-section.top-section--article-hero h1.blocktitle {
		font-size: 36px;
		line-height: 37px !important;
		max-width: 100%;
	}

	.article-hero__subtitle {
		font-size: 14px;
		line-height: 16px;
		margin-top: 16px;
	}

	.article-hero__share-btn {
		margin-top: 24px;
		height: 44px;
		line-height: 46px;
		padding: 0 28px;
		font-size: 16px;
	}

	.article-hero__photo {
		position: relative;
		right: auto;
		bottom: auto;
		top: auto;
		width: calc(100% + 47px);
		height: 240px;
		border-radius: 0 0 0 60px;
		margin-top: 24px;
	}

	.article-hero__meta {
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: space-between;
		padding: 16px 16px 14px !important;
		gap: 0 !important;
		background: #8AB8EA;
	}

	.article-hero__meta .meta-item {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		height: auto;
		gap: 6px;
	}

	.article-hero__meta .date {
		font-size: 12px;
		height: 29px;
		line-height: 29px;
		padding: 0 10px;
	}

	.article-hero__meta .meta-label {
		font-size: 12px;
		line-height: 100%;
	}

	.top-section .bottom.article-hero__meta .timetoread,
	.top-section .bottom.article-hero__meta .readers {
		font-size: 12px;
		white-space: nowrap;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		padding-left: 0;
		background: none;
		height: auto;
		line-height: 1;
	}

	.article-hero__meta .timetoread::before {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		background: url('/res/timetoread.svg') center center no-repeat;
		background-size: contain;
	}

	.article-hero__meta .readers::before {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		background: url('/res/eye.svg') center center no-repeat;
		background-size: contain;
		align-self: center;
	}

	.article-hero__scroll {
		display: none;
	}

	.article-hero__decor-beige {
		top: auto;
		right: auto;
		left: 145px;
		bottom: 14px;
	}

	.article-hero__decor-beige svg {
		width: 377px;
		height: 285px;
	}

	.article-hero__decor-blue {
		top: auto;
		left: 38px;
		bottom: -27px;
	}

	.article-hero__decor-blue svg {
		width: 377px;
		height: 285px;
	}

	/* СОДЕРЖАНИЕ */
	.article-toc-section {
		padding: 30px 0 20px;
	}

	.article-toc-section .wrap {
		width: 295px;
	}

	.article-toc-section .blocktitle {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.article-toc {
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		grid-template-rows: none;
		gap: 10px;
		margin-bottom: 30px;
	}

	.article-toc a {
		font-size: 13px;
		padding: 12px 18px;
		min-height: 48px;
	}

	.article-lead {
		font-size: 16px;
	}

	/* СЕКЦИИ */
	.step-section.step-section-in-article .wrap {
		display: block;
		margin: 25px auto;
		width: 295px;
	}

	.step-section.step-section-in-article .wrap > .title {
		width: auto;
		font-size: 30px;
		font-weight: 300;
		line-height: 100%;
		margin-bottom: 40px;
	}

	.step-section.step-section-in-article .wrap .content {
		max-width: 100%;
	}

	.step-section.step-section-in-article .wrap .content p {
		font-size: 20px;
		line-height: 90%;
		font-weight: 300;
	}

	.article-list {
		font-size: 20px;
		line-height: 90%;
	}

	.article-photo {
		max-width: 100%;
		border-radius: 16px;
	}

	/* АККОРДЕОН */
	.article-accordion__head {
		padding: 14px 18px;
		font-size: 14px;
	}

	.article-accordion__chevron {
		width: 26px;
		height: 14px;
		background-size: contain;
	}

	.article-accordion__body {
		padding: 0 18px;
	}

	.article-accordion__item.is-open .article-accordion__body {
		padding: 0 18px 16px;
	}

	.article-accordion__body p {
		font-size: 14px !important;
	}

	.article-accordion__body .article-list {
		font-size: 14px !important;
		line-height: 1.4;
	}

	/* БОЛЬШИЕ КАРТОЧКИ С ФОТО - вертикально */
	.age-photo-cards {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.age-photo-card {
		border-radius: 24px;
	}

	.age-photo-drawer {
		border-radius: 24px;
		margin-top: 12px;
	}

	.age-photo-drawer__slot {
		padding: 22px;
	}

	.age-photo-drawer__slot p {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}

	.age-photo-card__head {
		min-height: 210px;
		padding: 22px;
		gap: 16px;
		justify-content: flex-end;
	}

	.age-photo-card__photo {
		width: 160px;
		height: 160px;
		left: auto;
		right: -20px;
		top: -20px;
	}

	.age-photo-card__text {
		max-width: 100%;
		gap: 14px;
	}

	.age-photo-card__title {
		font-size: 18px;
		max-width: 140px;
	}

	.age-photo-card__subtitle {
		font-size: 14px;
		max-width: 100%;
	}

	.age-photo-card__chevron {
		right: 22px;
		bottom: 22px;
		width: 28px;
		height: 14px;
		background-size: 28px 14px;
	}

	.age-photo-card__body {
		padding: 0 22px;
	}

	.age-photo-card.is-open .age-photo-card__body {
		padding: 0 22px 22px;
	}

	.age-photo-card__body p {
		font-size: 14px !important;
	}

	/* ВОЗРАСТНЫЕ КАРТОЧКИ */
	.age-cards {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.age-card {
		border-radius: 24px;
	}

	.age-card.is-open {
		grid-column: span 1;
	}

	.age-card__head {
		min-height: 160px;
		padding: 20px;
	}

	.age-card__text {
		padding-right: 70px;
	}

	.age-card__title {
		font-size: 18px;
	}

	.age-card__subtitle {
		font-size: 14px;
	}

	.age-card-inline-drawer {
		background: #fff;
		border-radius: 24px;
		padding: 18px 20px 20px;
		margin-top: -8px;
	}

	.age-card-inline-drawer p {
		font-size: 16px;
		line-height: 1.5;
		font-weight: 300;
		color: #021688;
		margin: 0;
	}

	.age-card__illu {
		width: 60px;
		height: 100px;
		right: 20px;
		top: 20px;
	}

	.age-card__chevron {
		right: 20px;
		bottom: 83px;
		width: 28px;
		height: 14px;
		background-size: 28px 14px;
	}

	.age-row-drawer {
		border-radius: 24px;
	}

	.age-row-drawer__slot {
		padding: 18px 20px 20px;
	}

	.age-row-drawer__slot p {
		font-size: 16px;
		line-height: 1.5;
	}

	/* АЛГОРИТМ */
	.algorithm-box {
		padding: 22px 18px;
	}

	.algorithm-box__title {
		font-size: 15px !important;
	}

	.algorithm-step {
		padding: 16px 18px;
	}

	.algorithm-step p {
		font-size: 14px !important;
	}

	.algorithm-arrow {
		height: 32px;
		background-size: 22px 22px;
	}

	/* ПОДЕЛИТЬСЯ С ПОДРУГОЙ */
	.share-section.share-section--friend {
		padding: 20px 0;
	}

	.share-section.share-section--friend .wrap {
		width: auto;
		max-width: none;
		margin: 0;
		padding: 0 0 0 40px;
		height: 229px;
		border-radius: 40px;
		background: #FDFDFD;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 26px;
		overflow: hidden;
		position: relative;
	}

	.share-section.share-section--friend .wrap:before {
		display: none;
	}

	/* Глобальный .wrap * { position: relative } ломает абсолютное позиционирование */
	.share-section.share-section--friend .share-section__girl {
		position: absolute !important;
		left: 156px;
		top: 104px;
		right: auto;
		top: auto;
		width: 320px;
		height: 217px;
		max-width: none;
		object-fit: cover;
		object-position: center top;
	}

	.share-section.share-section--friend .blocktitle {
		font-size: 30px;
		font-weight: 300;
		line-height: 100%;
		max-width: 295px;
		margin: 0;
	}

	.share-section.share-section--friend .soc {
		gap: 30px;
		margin-top: 0;
	}

	.share-section.share-section--friend .soc li a {
		width: auto;
		height: 50px;
	}

	.share-section.share-section--friend .soc img {
		width: auto;
		height: 100%;
	}
}
