*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #5c9fde;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #2879c6;
	text-decoration: underline
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

:root {
	--accent: #004d5c;
	--accent-dark: #003844;
	--accent-soft: #e2edf0;
	--ink: #1a1a1a;
	--soft: #666666;
	--line: #dbe4e7;
	--bg: #ffffff;
	--bg-soft: #f3f6f7;
	--dark: #06242d;
	--alert: #d64545;
	--alert-soft: #fcecec;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: FuturaNew;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(../fonts/FuturaNewLight-Reg.eot);
	src:
		url(../fonts/FuturaNewLight-Reg.eot?#iefix) format("embedded-opentype"),
		url(../fonts/FuturaNewLight-Reg.woff2) format("woff2"),
		url(../fonts/FuturaNewLight-Reg.woff) format("woff"),
		url(../fonts/FuturaNewLight-Reg.ttf) format("truetype");
}

@font-face {
	font-family: FuturaNew;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/FuturaNewBook-Reg.eot);
	src:
		url(../fonts/FuturaNewBook-Reg.eot?#iefix) format("embedded-opentype"),
		url(../fonts/FuturaNewBook-Reg.woff2) format("woff2"),
		url(../fonts/FuturaNewBook-Reg.woff) format("woff"),
		url(../fonts/FuturaNewBook-Reg.ttf) format("truetype");
}

@font-face {
	font-family: FuturaNew;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/FuturaNewMedium-Reg.eot);
	src:
		url(../fonts/FuturaNewMedium-Reg.eot?#iefix) format("embedded-opentype"),
		url(../fonts/FuturaNewMedium-Reg.woff2) format("woff2"),
		url(../fonts/FuturaNewMedium-Reg.woff) format("woff"),
		url(../fonts/FuturaNewMedium-Reg.ttf) format("truetype");
}

@font-face {
	font-family: FuturaNew;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/FuturaNewDemi-Reg.eot);
	src:
		url(../fonts/FuturaNewDemi-Reg.eot?#iefix) format("embedded-opentype"),
		url(../fonts/FuturaNewDemi-Reg.woff2) format("woff2"),
		url(../fonts/FuturaNewDemi-Reg.woff) format("woff"),
		url(../fonts/FuturaNewDemi-Reg.ttf) format("truetype");
}

@font-face {
	font-family: FuturaNew;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/FuturaNewBold-Reg.eot);
	src:
		url(../fonts/FuturaNewBold-Reg.eot?#iefix) format("embedded-opentype"),
		url(../fonts/FuturaNewBold-Reg.woff2) format("woff2"),
		url(../fonts/FuturaNewBold-Reg.woff) format("woff"),
		url(../fonts/FuturaNewBold-Reg.ttf) format("truetype");
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}

body {
	font-family: "FuturaNew", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	min-width: 360px;
	overflow-x: hidden;
	color: var(--ink);
	background-color: var(--bg);
}

@media (min-width: 576px) {
	body {
		font-size: 18px;
	}
}

body.menu-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	font-family: inherit;
	color: inherit;
}

ul {
	list-style: none;
}

::selection {
	background-color: var(--accent);
	color: #ffffff;
}

:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 8px;
	width: 100%;
}

@media (min-width: 576px) {
	.container {
		padding: 0 12px;
	}
}

.section {
	padding: 32px 0;
}

@media (min-width: 768px) {
	.section {
		padding: 64px 0;
	}
}

@media (min-width: 768px) {
	.section {
		padding: 100px 0;
	}
}

.section_gray {
	background-color: var(--bg-soft);
}

.section_dark {
	background-color: var(--accent);
}

.section_stories {
	padding: 0
}

.title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--ink);
	margin-bottom: 16px;
}

@media (min-width: 576px) {
	.title {
		font-size: 28px;
		margin-bottom: 32px;
	}
}

@media (min-width: 768px) {
	.title {
		font-size: 40px;
		margin-bottom: 48px;
	}
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px 32px;
	background-color: var(--accent);
	color: #ffffff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 0.2s ease;
	white-space: nowrap;
}

.btn:hover {
	background-color: var(--accent-dark);
}

.btn_lg {
	padding: 16px 32px;
	font-size: 16px;
	width: 100%;
}

@media (min-width: 576px) {
	.btn_lg {
		padding: 20px 40px;
		font-size: 18px;
		width: auto;
	}
}

.btn_sm {
	padding: 12px 24px;
	font-size: 14px;
}

.btn_light {
	background-color: #ffffff;
	color: var(--accent);
}

.btn_light:hover {
	background-color: var(--accent-soft);
}

.btn:disabled {
	background-color: #9db6bc;
	cursor: not-allowed;
}

.social {
	display: flex;
	gap: 12px;
}

.social__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--accent);
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease;
}

.social__link:hover {
	background-color: var(--accent);
	border-color: var(--accent);
	color: #ffffff;
}

.social__link_light {
	border-color: rgba(255, 255, 255, 0.32);
	color: #ffffff;
}

.social__link_light:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: var(--accent);
}

.social__svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.messenger {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #ffffff;
	transition: background-color 0.2s ease;
}

@media (min-width: 576px) {
	.messenger {
		width: 48px;
		height: 48px;
	}
}

.messenger_whatsapp {
	background-color: #25d366;
}

.messenger_whatsapp:hover {
	background-color: #1faa52;
}

.messenger_telegram {
	background-color: #229ed9;
}

.messenger_telegram:hover {
	background-color: #1c86b8;
}

.messenger__svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	background-color: var(--bg);
}

.header_scrolled {
	box-shadow: 0 4px 12px rgba(0, 45, 54, 0.08);
}

.header__inner {
	display: flex;
	align-items: center;
	gap: 16px;
	height: 65px;
	justify-content: space-between;
}

@media (min-width: 576px) {
	.header__inner {
		height: 80px;
		gap: 32px;
	}
}

.header__logo img {
	height: 44px;
	width: auto;
}

.header__nav {
	position: fixed;
	top: 65px;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 24px;
	background-color: var(--bg);
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-12px);
	transition:
		opacity 0.25s ease,
		transform 0.25s ease,
		visibility 0.25s ease;
}

@media (min-width: 576px) {
	.header__nav {
		top: 80px;
	}
}

@media (min-width: 992px) {
	.header__nav {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		flex-direction: row;
		align-items: center;
		gap: 24px;
		padding: 0;
		background-color: transparent;
		overflow: visible;
		opacity: 1;
		visibility: visible;
		transform: none;
		transition: none;
	}
}

.header__nav.nav_open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nav__link {
	font-size: 20px;
	font-weight: 500;
	padding: 12px 0;
	color: var(--ink);
	transition: color 0.2s ease;
}

@media (min-width: 992px) {
	.nav__link {
		font-size: 18px;
		padding: 0;
	}
}

.nav__link:hover {
	color: var(--accent);
}

.nav__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
	width: 100%;
}

@media (min-width: 992px) {
	.nav__actions {
		display: none;
	}
}

.nav__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	font-weight: 700;
	color: var(--ink);
}

.nav__phone-svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.header__actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.header__phone {
	display: none;
	font-size: 16px;
	font-weight: 600;
	color: var(--ink);
	white-space: nowrap;
	transition: color 0.2s ease;
}

@media (min-width: 576px) {
	.header__phone {
		display: inline-block;
	}
}

.header__phone:hover {
	color: var(--accent);
}

.header__burger {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: none;
	border: none;
	color: var(--ink);
	cursor: pointer;
}

.header__burger-svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

@media (min-width: 992px) {
	.header__burger {
		display: none;
	}
}

.header__burger-close {
	display: none;
}

body.menu-open .header__burger-open {
	display: none;
}

body.menu-open .header__burger-close {
	display: block;
}

.hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100vh;
	min-height: 100svh;
	padding: 120px 0 64px;
	color: #ffffff;
	overflow: hidden;
}

@media (min-width: 768px) {
	.hero {
		padding: 140px 0 96px;
	}
}

.hero__media {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(6, 29, 36, 0.55);
}

.hero__content {
	position: relative;
	max-width: 800px;
}

.hero__caption {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 16px;
}

@media (min-width: 576px) {
	.hero__caption {
		font-size: 14px;
	}
}

.hero__title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 8px;
}

@media (min-width: 576px) {
	.hero__title {
		font-size: 32px;
		margin-bottom: 24px;
	}
}

@media (min-width: 768px) {
	.hero__title {
		font-size: 56px;
	}
}

.hero__subtitle {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
	max-width: 640px;
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.hero__subtitle {
		font-size: 18px;
		margin-bottom: 40px;
	}
}

.hero__buttons {
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.hero__buttons {
		margin-bottom: 40px;
	}
}

.hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero__badge {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background-color: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
}

@media (min-width: 576px) {
	.hero__badge {
		font-size: 16px;
	}
}

.hero__badge-svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.about {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: start;
}

@media (min-width: 1200px) {
	.about {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 48px;
	}
}

.about__text {
	font-size: 16px;
	line-height: 1.6;
	color: var(--soft);
	margin-bottom: 16px;
}

@media (min-width: 576px) {
	.about__text {
		font-size: 18px;
	}
}

.about__facts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-top: 32px;
}

@media (min-width: 576px) {
	.about__facts {
		grid-template-columns: 1fr 1fr;
	}
}

.about__fact {
	background-color: var(--bg-soft);
	border-radius: 12px;
	padding: 20px;
}

@media (min-width: 576px) {
	.about__fact {
		border-radius: 16px;
		padding: 24px;
	}
}

.about__fact-icon {
	color: var(--accent);
	margin-bottom: 12px;
}

.about__fact-icon-svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.about__fact-value {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 8px;
}

@media (min-width: 576px) {
	.about__fact-value {
		font-size: 20px;
	}
}

.about__fact-label {
	font-size: 14px;
	line-height: 1.5;
	color: var(--soft);
}

@media (min-width: 576px) {
	.about__fact-label {
		font-size: 16px;
	}
}

.about__media {
	border-radius: 12px;
	overflow: hidden;
}

@media (min-width: 576px) {
	.about__media {
		border-radius: 16px;
	}
}

.about__img {
	width: 100%;
	object-fit: cover;
}

@media (min-width: 1200px) {
	.about__img {
		aspect-ratio: 4 / 5;
	}
}

.service {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: start;
	margin-bottom: 48px;
}

@media (min-width: 1200px) {
	.service {
		grid-template-columns: 0.9fr 1.1fr;
		gap: 48px;
		margin-bottom: 64px;
	}
}

.service_flip .service__media {
	order: 0;
}

@media (min-width: 1200px) {
	.service_flip .service__media {
		order: 2;
	}
}

.service__media {
	border-radius: 12px;
	overflow: hidden;
}

@media (min-width: 576px) {
	.service__media {
		border-radius: 16px;
	}
}

.service__img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.service__text {
	font-size: 16px;
	line-height: 1.6;
	color: var(--soft);
	margin-bottom: 24px;
}

@media (min-width: 576px) {
	.service__text {
		font-size: 18px;
	}
}

.service__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 32px;
}

.service__item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	line-height: 1.5;
	color: var(--ink);
}

@media (min-width: 576px) {
	.service__item {
		font-size: 18px;
	}
}

.service__item-svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	color: var(--accent);
}

.service__cta-block {
	display: flex;
}

.service__cta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

@media (min-width: 768px) {
	.service__cta {
		flex-direction: row;
		align-items: center;
	}
}

.service__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	font-weight: 700;
	color: var(--ink);
	transition: color 0.2s ease;
}

.service__phone:hover {
	color: var(--accent);
}

.service__phone-svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	color: var(--accent);
}

.service__messengers {
	display: flex;
	gap: 12px;
}

.prices {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.prices__subtitle {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.prices__subtitle {
		font-size: 24px;
	}
}

.table-scroll {
	overflow-x: auto;
	background-color: var(--bg);
	border: 1px solid var(--line);
	border-radius: 12px;
}

.price-table {
	width: 100%;
	/* min-width: 640px; */
	border-collapse: collapse;
}

.price-table th {
	padding: 12px;
	background-color: var(--accent);
	color: #ffffff;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;

	letter-spacing: 0.5px;
}

@media (min-width: 576px) {
	.price-table th {
		padding: 16px 24px;
	}
}

th.price-table__th-price {
	text-align: right;
}

.price-table td {
	padding: 12px;
	border-top: 1px solid var(--line);
	font-size: 16px;
	line-height: 1.5;
	color: var(--ink);
}

@media (min-width: 576px) {
	.price-table td {
		padding: 16px 24px;
		font-size: 18px;
	}
}

.price-table tbody tr:hover {
	background-color: #f7fafb;
}

.price-table__price {
	font-weight: 700;
	color: var(--accent);
	white-space: nowrap;
	text-align: right;
}

.price-table__row_hit {
	background-color: var(--accent-soft);
}

.price-table__row_hit:hover {
	background-color: var(--accent-soft);
}

.price-table__badge {
	display: inline-block;
	padding: 4px 8px;
	margin-left: 8px;
	background-color: var(--accent);
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	border-radius: 4px;
	vertical-align: middle;
}

.calc {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: start;
}

@media (min-width: 1200px) {
	.calc {
		grid-template-columns: 1fr 360px;
		gap: 32px;
	}
}

.calc__zones {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

@media (min-width: 576px) {
	.calc__zones {
		grid-template-columns: 1fr 1fr;
	}
}

.calc__zone {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	background-color: var(--bg);
	border: 1px solid var(--line);
	border-radius: 12px;
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease;
}

.calc__zone:hover {
	border-color: var(--accent);
}

.calc__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.calc__box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 1px solid #b8c6ca;
	border-radius: 8px;
	color: transparent;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

.calc__box-svg {
	flex-shrink: 0;
}

.calc__box-svg_16 {
	width: 16px;
	height: 16px;
}

.calc__input:checked~.calc__box {
	background-color: var(--accent);
	border-color: var(--accent);
	color: #ffffff;
}

.calc__input:checked~.calc__name,
.calc__input:checked~.calc__cost {
	color: var(--accent);
}

.calc__input:focus-visible~.calc__box {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.calc__zone_checked {
	background-color: var(--accent-soft);
	border-color: var(--accent);
}

.calc__name {
	flex: 1;
	font-size: 14px;
	line-height: 1.4;
	color: var(--ink);
	transition: color 0.2s ease;
}

@media (min-width: 576px) {
	.calc__name {
		font-size: 16px;
	}
}

.calc__cost {
	font-size: 14px;
	font-weight: 700;
	color: var(--ink);
	white-space: nowrap;
	transition: color 0.2s ease;
}

.calc__result {
	position: static;
	top: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
	background-color: var(--accent-soft);
	border-radius: 12px;
}

@media (min-width: 576px) {
	.calc__result {
		padding: 24px;
		border-radius: 16px;
	}
}

@media (min-width: 768px) {
	.calc__result {
		padding: 32px;
	}
}

@media (min-width: 1200px) {
	.calc__result {
		position: sticky;
		top: 96px;
	}
}

.calc__result-label {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--soft);
}

.calc__total {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.05;
	color: var(--accent);
}

@media (min-width: 576px) {
	.calc__total {
		font-size: 40px;
	}
}

.calc__count {
	font-size: 14px;
	line-height: 1.5;
	color: var(--soft);
	margin-bottom: 8px;
}

.calc__note {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--alert);
}

.calc__note-block {
	display: flex;
	gap: 8px;
}

.calc__note-svg {
	color: var(--alert);
	margin-top: 2px;
	height: 24px;
	width: 24px;
	flex: 0 0 24px;
}

.consult {
	max-width: 760px;
	margin: 0 auto;
}

.consult__title {
	color: #ffffff;
}

.consult__text {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 40px;
}

@media (min-width: 576px) {
	.consult__text {
		font-size: 18px;
	}
}

.consult__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

@media (min-width: 768px) {
	.consult__actions {
		gap: 24px;
	}
}

.consult__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
	color: #ffffff;
	transition: opacity 0.2s ease;
}

@media (min-width: 768px) {
	.consult__phone {
		font-size: 24px;
	}
}

.consult__phone:hover {
	opacity: 0.8;
}

.consult__phone-svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.consult__messengers {
	display: flex;
	gap: 12px;
}

.gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

@media (min-width: 768px) {
	.gallery {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}
}

.gallery__item {
	display: block;
	padding: 0;
	border: none;
	background: none;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	aspect-ratio: 4 / 3;
}

@media (min-width: 576px) {
	.gallery__item {
		border-radius: 16px;
	}
}

.gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.gallery__item:hover .gallery__img {
	transform: scale(1.05);
}

.lightbox {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 300;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(6, 29, 36, 0.92);
	padding: 24px;
}

.lightbox__img {
	max-width: 88vw;
	max-height: 84vh;
	object-fit: contain;
	border-radius: 8px;
}

.lightbox__close {
	position: absolute;
	top: 24px;
	right: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: rgba(255, 255, 255, 0.12);
	border: none;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.lightbox__close:hover {
	background-color: rgba(255, 255, 255, 0.24);
}

.lightbox__close-svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.lightbox__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: rgba(255, 255, 255, 0.12);
	border: none;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

@media (min-width: 576px) {
	.lightbox__arrow {
		width: 56px;
		height: 56px;
	}
}

.lightbox__arrow:hover {
	background-color: rgba(255, 255, 255, 0.24);
}

.lightbox__arrow-svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.lightbox__arrow_prev {
	left: 8px;
}

@media (min-width: 768px) {
	.lightbox__arrow_prev {
		left: 24px;
	}
}

.lightbox__arrow_next {
	right: 8px;
}

@media (min-width: 768px) {
	.lightbox__arrow_next {
		right: 24px;
	}
}

.reviews {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 1200px) {
	.reviews {
		grid-template-columns: 1fr 1fr;
	}
}

.reviews__widget {
	background-color: var(--bg);
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 24px 16px;
	box-shadow: 0 4px 12px rgba(0, 45, 54, 0.06);
}

@media (min-width: 576px) {
	.reviews__widget {
		padding: 24px;
		border-radius: 16px;
	}
}

.reviews__studio {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 16px;
}

.reviews__studio-svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	color: var(--accent);
}

.reviews__frame {
	position: relative;
	background-color: var(--bg-soft);
	overflow: hidden;
}

.reviews__iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.reviews__placeholder {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--soft);
}

.reviews__frame_loaded .reviews__placeholder {
	display: none;
}

.care {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 576px) {
	.care {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.care {
		grid-template-columns: repeat(3, 1fr);
	}
}

.care__card {
	background-color: var(--bg-soft);
	border-radius: 12px;
	padding: 20px;
}

@media (min-width: 576px) {
	.care__card {
		padding: 24px;
		border-radius: 16px;
	}
}

@media (min-width: 768px) {
	.care__card {
		padding: 32px;
	}
}

.care__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: var(--accent-soft);
	border-radius: 50%;
	color: var(--accent);
	margin-bottom: 20px;
}

.care__icon_alert {
	background-color: var(--alert-soft);
	color: var(--alert);
}

.care__icon-svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.care__name {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 12px;
}

.care__text {
	font-size: 16px;
	line-height: 1.6;
	color: var(--soft);
}

@media (min-width: 576px) {
	.care__text {
		font-size: 18px;
	}
}

.contra {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 576px) {
	.contra {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.contra {
		grid-template-columns: repeat(3, 1fr);
	}
}

.contra__card {
	background-color: var(--bg);
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 12px rgba(0, 45, 54, 0.06);
}

@media (min-width: 576px) {
	.contra__card {
		padding: 24px;
		border-radius: 16px;
	}
}

@media (min-width: 768px) {
	.contra__card {
		padding: 32px;
	}
}

.contra__note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 32px;
	padding: 20px;
	background-color: var(--bg);
	border-left: 4px solid var(--alert);
	border-radius: 12px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--ink);
}

@media (min-width: 576px) {
	.contra__note {
		font-size: 18px;
	}
}

@media (min-width: 576px) {
	.contra__note {
		padding: 24px;
		border-radius: 16px;
	}
}

.contra__note-svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	color: var(--alert);
	margin-top: 4px;
}

.faq {
	margin: 0 auto;
}

.faq__item {
	background-color: var(--bg);
	border: 1px solid var(--line);
	border-radius: 12px;
	margin-bottom: 12px;
	overflow: hidden;
	transition: border-color 0.2s ease;
}

.faq__item_open {
	border-color: var(--accent);
}

.faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 16px 20px;
	background: none;
	border: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	color: var(--ink);
	cursor: pointer;
	transition: color 0.2s ease;
}

@media (min-width: 576px) {
	.faq__question {
		font-size: 20px;
		padding: 20px 24px;
	}
}

.faq__item_open .faq__question {
	color: var(--accent);
}

.faq__chevron-svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
	color: var(--accent);
}

.faq__item_open .faq__chevron-svg {
	transform: rotate(180deg);
}

.faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.faq__text {
	padding: 0 24px 20px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--soft);
	max-width: 1000px;
}

@media (min-width: 576px) {
	.faq__text {
		font-size: 18px;
	}
}

.contacts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.contact {
	display: grid;
	grid-template-columns: 1fr;
	background-color: var(--bg);
	border: 1px solid var(--line);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 45, 54, 0.06);
	min-height: 450px;
}

@media (min-width: 576px) {
	.contact {
		border-radius: 16px;
	}
}

@media (min-width: 768px) {
	.contact {
		grid-template-columns: 1fr 2fr;
	}
}

.contact__info {
	padding: 20px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 576px) {
	.contact__info {
		padding: 24px;
	}
}

@media (min-width: 768px) {
	.contact__info {
		padding: 32px;
	}
}

.contact__name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 24px;
}

@media (min-width: 576px) {
	.contact__name {
		font-size: 24px;
	}
}

.contact__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
}

.contact__row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width: 576px) {
	.contact__row {
		font-size: 18px;
	}
}

.contact__row-svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	color: var(--accent);
	margin-top: 4px;
}

.contact__link {
	color: var(--accent);
	font-weight: 600;
	transition: opacity 0.2s ease;
}

.contact__link:hover {
	opacity: 0.72;
}

.contact__messengers {
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
}

.contact__book {
	margin-top: auto;
}

.contact__map iframe {
	width: 100%;
	height: 100%;
	min-height: 280px;
	border: 0;
	display: block;
}

@media (min-width: 768px) {
	.contact__map iframe {
		min-height: 360px;
	}
}

.footer {
	background-color: var(--dark);
	color: #b9c9cd;
	padding: 80px 0 40px;
}

.footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	margin-bottom: 48px;
}

@media (min-width: 576px) {
	.footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1200px) {
	.footer__grid {
		grid-template-columns: 1.4fr 0.8fr 1.2fr 1fr;
	}
}

.footer__logo {
	display: inline-block;
	margin-bottom: 20px;
}

.footer__logo img {
	height: 44px;
	width: auto;
	filter: brightness(0) invert(1);
}

.footer__desc {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.footer__desc {
		font-size: 16px;
	}
}

.footer__caption {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 16px;
}

@media (min-width: 576px) {
	.footer__desc {
		font-size: 18px;
	}
}

.footer__nav {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer__link {
	font-size: 14px;
	line-height: 1.5;
	color: #b9c9cd;
	transition: color 0.2s ease;
}

@media (min-width: 576px) {
	.footer__link {
		font-size: 16px;
	}
}

.footer__link:hover {
	color: #ffffff;
}

.footer__contacts {
	display: flex;
	flex-direction: column;
}

.footer__contact-block {
	margin-bottom: 10px;
}

.footer__contact {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 12px;
}

@media (min-width: 576px) {
	.footer__contact {
		font-size: 16px;
	}
}


.footer__contact-svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	color: #ffffff;
}

.footer__bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 14px;
	line-height: 1.5;
}

@media (min-width: 576px) {
	.footer__bottom {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.footer__bottom {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.footer__privacy {
	background: none;
	border: none;
	color: #b9c9cd;
	cursor: pointer;
	text-decoration: underline;
	transition: color 0.2s ease;
}

.footer__privacy:hover {
	color: #ffffff;
}

.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 400;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(6, 29, 36, 0.64);
	backdrop-filter: blur(15px);
}

.modal__overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.modal__window {
	position: relative;
	width: 100%;
	max-width: 480px;
	max-height: 100vh;
	overflow-y: auto;
	background-color: var(--bg);
	padding: 24px 16px;
	box-shadow: 0 8px 24px rgba(6, 29, 36, 0.24);
	padding-top: 60px;
}

@media (min-width: 576px) {
	.modal__window {
		padding: 32px 24px;
		border-radius: 24px;
	}
}

@media (min-width: 768px) {
	.modal__window {
		padding: 40px;
	}
}

.modal__window_lg {
	max-width: 720px;
}

.modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--bg-soft);
	border: none;
	border-radius: 50%;
	color: var(--ink);
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.modal__close:hover {
	background-color: var(--accent-soft);
}

.modal__close-svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.modal__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 12px;
}

@media (min-width: 576px) {
	.modal__title {
		font-size: 28px;
	}
}

.modal__subtitle {
	font-size: 14px;
	line-height: 1.5;
	color: var(--soft);
	margin-bottom: 24px;
}

.form {
	position: relative;
	display: flex;
	flex-direction: column;
}

.form__label {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}

.form__caption {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
}

.form__input {
	width: 100%;
	padding: 12px 16px;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	color: var(--ink);
	background-color: var(--bg);
	border: 1px solid var(--line);
	border-radius: 8px;
	transition: border-color 0.2s ease;
}

.form__input:focus {
	outline: none;
	border-color: var(--accent);
}

.form__textarea {
	min-height: 96px;
	resize: vertical;
}

.form__error {
	display: none;
	font-size: 12px;
	line-height: 1.4;
	color: var(--alert);
	margin-top: 4px;
}

.form__label_error .form__error {
	display: block;
}

.form__label_error .form__input {
	border-color: var(--alert);
}

.form__hp {
	position: absolute;
	left: -9999px;
	opacity: 0;
	height: 0;
	width: 0;
}

.form__agree {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 24px;
}

.form__agree-input {
	width: 16px;
	height: 16px;
	margin-top: 4px;
	accent-color: var(--accent);
	flex-shrink: 0;
}

.form__agree-text {
	font-size: 12px;
	line-height: 1.5;
	color: var(--soft);
}

.form__agree_error .form__agree-text {
	color: var(--alert);
}

.form__agree-link {
	background: none;
	border: none;
	padding: 0;
	font-size: inherit;
	color: var(--accent);
	text-decoration: underline;
	cursor: pointer;
}

.form__submit {
	width: 100%;
}

.form__success {
	text-align: center;
	padding: 24px 0;
}

.form__success-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	background-color: var(--accent-soft);
	border-radius: 50%;
	color: var(--accent);
	margin: 0 auto 20px;
}

.form__success-icon-svg {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
}

.form__success-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 8px;
}

.form__success-text {
	font-size: 14px;
	line-height: 1.5;
	color: var(--soft);
}

.privacy p {
	font-size: 14px;
	line-height: 1.6;
	color: var(--soft);
	margin-bottom: 16px;
}

.privacy h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}

/* ===== Stories Feed ===== */
.stories-feed {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scrollbar-width: none;
	padding: 32px 4px;
}

.stories-feed::-webkit-scrollbar {
	display: none;
}

.story-avatar {
	flex-shrink: 0;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	padding: 2px;
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
	cursor: pointer;
	transition: transform .15s;
}

.story-avatar:hover {
	transform: scale(1.05);
}

.story-avatar--viewed {
	background: #dbdbdb;
}

.story-avatar__img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #fff;
	object-fit: cover;
}

.story-avatar__name {
	display: block;
	text-align: center;
	margin-top: 4px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	max-width: 85px;
	overflow: hidden;
}

/* ===== Story Block ===== */
.story {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .7);
	background-color: rgba(6, 29, 36, 0.64);
	display: none;
	z-index: 1000;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(15px);
}

.story--active {
	display: flex;
}

.story__content {
	position: relative;
	width: 100%;
	max-width: 576px;
	height: 100vh;
	height: -webkit-fill-available;
	max-height: 100vh;
	background: #111;
	overflow: hidden;
	padding-top: env(safe-area-inset-top);
	padding-bottom: env(safe-area-inset-bottom);
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.story__progress-bar {
	position: absolute;
	top: calc(10px + env(safe-area-inset-top));
	left: 10px;
	right: 10px;
	display: flex;
	gap: 4px;
	z-index: 10;
}

.story__progress-segment {
	flex: 1;
	height: 3px;
	background: rgba(255, 255, 255, .3);
	border-radius: 2px;
	overflow: hidden;
}

.story__progress-fill {
	height: 100%;
	width: 0;
	background: #fff;
	border-radius: 2px;
}

.story__header {
	position: absolute;
	top: calc(24px + env(safe-area-inset-top));
	left: 14px;
	right: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 10;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.story__avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, .3);
}

.story__username-block {
	display: flex;
	flex-direction: column;
}

.story__username {
	font-weight: 600;
	font-size: 14px;
}

.story__time {
	font-size: 12px;
	opacity: .9;
}

.story__close {
	margin-left: auto;
	background: rgba(0, 0, 0, 0.2);
	border: none;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	line-height: 1;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: background .2s;
}

.story__close:hover {
	background: rgba(255, 255, 255, .1);
}

.story__media {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 80px 30px;
	background-size: cover;
	background-position: center;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .4);
	overflow: hidden;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	touch-action: none;
}

.story__media video,
.story__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	pointer-events: all;
}

.story__tap-zone {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 35%;
	z-index: 5;
	cursor: pointer;
}

.story__tap-zone:focus {
	outline: 0;
}

.story__tap-zone_left {
	left: 0;
}

.story__tap-zone_right {
	right: 0;
}

.story__media--fade-in {
	animation: fadeIn .25s ease;
}

.story__overlay {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
	/* Не блокирует клики */
}

.story__overlay_top {
	top: 0;
	height: 180px;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0.85) 0%,
			rgba(0, 0, 0, 0.6) 30%,
			rgba(0, 0, 0, 0.2) 60%,
			rgba(0, 0, 0, 0) 100%);
}

.story__overlay_bottom {
	bottom: 0;
	height: 120px;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.6) 0%,
			rgba(0, 0, 0, 0) 100%);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(.98);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}


.anim {
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 0.5s ease,
		transform 0.5s ease;
}

.anim_visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: 0.01ms;
		animation-duration: 0.01ms;
	}

	.anim {
		opacity: 1;
		transform: none;
	}
}