

/* Start:/local/templates/akpp/template_styles.css?177909955677179*/
@font-face {
	font-family: "Open Sans";
	src: url("/bitrix/fonts/opensans-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("/bitrix/fonts/opensans-semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("/bitrix/fonts/opensans-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--gray-900: rgba(39, 39, 41, 1);
	--gray-800: rgba(56, 56, 56, 1);
	--gray-700: rgba(87, 87, 87, 1);
	--gray-600: rgba(142, 142, 142, 1);
	--gray-500: rgba(189, 189, 189, 1);
	--gray-400: rgba(210, 210, 210, 1);
	--gray-300: rgba(231, 231, 231, 1);
	--gray-200: rgba(237, 237, 237, 1);
	--gray-100: rgba(246, 246, 246, 1);
	--white: rgba(255, 255, 255, 1);
	--white-50: rgba(255, 255, 255, .5);
	--black: rgba(1, 1, 1, 1);
	--color-primary: rgba(213, 35, 41, 1);
	--color-primary-50: rgba(213, 35, 41, .5);
	--desktop-d4-font-size: 56px;
	--desktop-d4-line-height: 60px;
	--desktop-h1-font-size: 48px;
	--desktop-h1-line-height: 52px;
	--desktop-h2-font-size: 36px;
	--desktop-h2-line-height: 48px;
	--desktop-h3-font-size: 32px;
	--desktop-h3-line-height: 36px;
	--desktop-h4-font-size: 28px;
	--desktop-h4-line-height: 32px;
	--desktop-h5-font-size: 24px;
	--desktop-h5-line-height: 28px;
	--desktop-h6-font-size: 22px;
	--desktop-h6-line-height: 26px;
	--desktop-text-xl-font-size: 20px;
	--desktop-text-xl-line-height: 26px;
	--desktop-text-l-font-size: 18px;
	--desktop-text-l-line-height: 24px;
	--desktop-text-m-font-size: 16px;
	--desktop-text-m-line-height: 22px;
	--desktop-text-s-font-size: 14px;
	--desktop-text-s-line-height: 20px;
	--container: 1290px;
	--radius-xl: 32px;
	--radius-lg: 24px;
	--radius-md: 20px;
	--radius-sm: 16px;
	--shadow-primary: 0 8px 30px rgba(191, 25, 32, .4);
}

html {
	scroll-behavior: smooth;
}

body.body {
	min-width: 0;
	margin: 0;
	background: var(--white);
	color: var(--gray-900);
	font-family: "Open Sans", Arial, sans-serif;
	overflow-x: hidden;
}

.body *,
.body *::before,
.body *::after {
	box-sizing: border-box;
	letter-spacing: -0.02em;
}

.body a {
	color: inherit;
	transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease;
}

.container {
	width: min(var(--container), calc(100% - 48px));
	margin: 0 auto;
}

.header {
	position: relative;
	z-index: 20;
	background: var(--white);
}

.header.is-nav-fixed {
	padding-bottom: var(--sticky-height, 78px);
}

.header.is-nav-fixed .nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	box-shadow: 0 14px 34px rgba(39, 39, 41, .16);
}

.header__top {
	min-height: 124px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 12px 0;
}

.brand {
	display: flex;
	align-items: center;
	gap: 20px;
	min-width: 0;
}

.logo {
	display: block;
	flex: 0 0 195px;
	width: 195px;
}

.logo img {
	display: block;
	width: 100%;
	height: 100px;
	object-fit: contain;
}

.logo-caption {
	max-width: 144px;
	color: var(--gray-800);
	font-size: var(--desktop-text-s-font-size);
	font-weight: 400;
	line-height: var(--desktop-text-s-line-height);
}

.contact-item {
	position: relative;
	padding-left: 24px;
	color: var(--gray-800);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.contact-item--address {
	flex: 0 0 233px;
}


.contact-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	background: center / contain no-repeat;
}

.contact-item--address::before {
	background-image: url("/local/templates/akpp/images/icons/address.svg");
}

.contact-item--phones::before {
	background-image: url("/local/templates/akpp/images/icons/phones.svg");
}

.contact-item span {
	display: none;
}

.contact-item strong,
.contact-item a {
	color: var(--gray-800);
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
}

.contact-item--phones strong {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.contact-item a:hover {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.contact-item small {
	display: block;
	margin-top: 4px;
	color: var(--gray-800);
	font: inherit;
	font-weight: 400;
}

.map-link,
.button-ordinary {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--gray-800);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
	text-decoration: none;
	white-space: nowrap;
}

.map-link {
	flex: 0 0 auto;
	min-height: 44px;
	gap: 20px;
	padding: 0;
	border: 0;
}

.button-ordinary {
	flex: 0 0 auto;
	width: auto;
	min-height: 52px;
	gap: 8px;
	padding: 15px 28px;
	border: 1px solid var(--color-primary-50);
	border-radius: var(--radius-sm);
	background: transparent;
	color: var(--color-primary);
	font-size: var(--desktop-text-m-font-size);
	font-weight: 600;
	line-height: var(--desktop-text-m-line-height);
}

.header-socials {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

.button-icon {
	width: 44px;
	min-height: 44px;
	padding: 0;
	border-radius: 12px;
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.map-link img,
.button-ordinary img {
	object-fit: contain;
}

.map-link__rating {
	width: 25px;
	height: 44px;
	flex: 0 0 25px;
}

.map-link__label {
	min-height: 44px;
	min-width: 216px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0 20px 0 12px;
	border: 1px solid var(--gray-300);
	border-radius: 12px;
	font-size: var(--desktop-text-s-font-size);
	font-weight: 600;
	line-height: var(--desktop-text-s-line-height);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.map-link__label img {
	width: 35px;
	height: 20px;
	flex: 0 0 35px;
}

.button-ordinary:link,
.button-ordinary:visited {
	color: var(--color-primary);
}

.button-ordinary img {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.map-link:hover .map-link__label {
	border-color: var(--color-primary);
	color: var(--gray-900);
	box-shadow: 0 8px 24px rgba(213, 35, 41, .12);
}

.button-ordinary:not(.button-icon):hover,
.button-ordinary:not(.button-icon):focus-visible {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--white);
	text-decoration: none;
}

.button-icon:hover,
.button-icon:focus-visible {
	border-color: var(--color-primary);
	color: var(--color-primary);
	box-shadow: 0 8px 24px rgba(213, 35, 41, .12);
	text-decoration: none;
}

.section__more.button-ordinary {
	border-color: var(--color-primary-50);
}

.body .section__more.button-ordinary:hover,
.body .section__more.button-ordinary:focus-visible {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--white);
	text-decoration: none;
}

.nav {
	background: var(--gray-900);
}

.nav__inner {
	min-height: 78px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.nav__menu {
	flex: 1 1 auto;
	min-width: 0;
}

.nav__menu > div,
.nav__menu > span {
	display: block;
	width: 100%;
}

ul#primary-nav.nav__list,
.nav__list {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#primary-nav.nav__list li,
.nav__item {
	position: relative;
	float: none;
	flex: 1 1 0;
	margin: 0;
	padding: 0;
}

ul#primary-nav.nav__list li a.nav__link,
.nav__link {
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 22px;
	border-radius: var(--radius-sm);
	background: transparent;
	color: var(--white);
	font-size: var(--desktop-text-m-font-size);
	font-weight: 600;
	line-height: var(--desktop-text-m-line-height);
	text-decoration: none;
	transition: background .2s ease;
	white-space: nowrap;
}

ul#primary-nav.nav__list li a.nav__link:hover,
ul#primary-nav.nav__list li a.nav__link.is-active {
	background: var(--gray-800);
	color: var(--white);
}

.nav__link.has-arrow {
	gap: 8px;
}

.nav__link.has-arrow::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
	transition: transform .2s ease;
}

.nav__item.has-dropdown:hover .nav__link.has-arrow::after,
.nav__item.has-dropdown:focus-within .nav__link.has-arrow::after {
	transform: rotate(225deg);
}

.nav-dropdown {
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	z-index: 30;
	width: 340px;
	margin: 0;
	padding: 10px;
	list-style: none;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: var(--radius-sm);
	background: var(--gray-900);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.nav__item.has-dropdown:hover .nav-dropdown,
.nav__item.has-dropdown:focus-within .nav-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nav-dropdown a {
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	color: var(--gray-300);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
	text-decoration: none;
}

.nav-dropdown a:hover {
	background: var(--gray-800);
	color: var(--white);
}

.nav-dropdown__back {
	display: none;
}

.nav__cta {
	position: relative;
	flex: 0 0 252px;
	border: 1px solid var(--color-primary);
	color: var(--white);
}

.nav__cta,
.nav__cta:link,
.nav__cta:visited,
.nav__cta:hover {
	color: var(--white);
}

.nav__cta:hover {
	background: var(--color-primary);
}

.main {
	background: var(--white);
}

.page {
	min-height: 520px;
	padding: 36px 0 0;
}

.page h1 {
	margin: 0 0 60px;
	color: var(--gray-900);
	font-size: var(--desktop-h1-font-size);
	line-height: var(--desktop-h1-line-height);
}

.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 24px;
	color: var(--gray-600);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.breadcrumbs a,
.breadcrumbs span {
	color: var(--gray-600);
	text-decoration: none;
}

.breadcrumbs span:last-child {
	color: var(--gray-800);
}

.page p,
.page li,
.page td {
	font-size: var(--desktop-text-m-font-size);
	line-height: 1.65;
}

.page table {
	max-width: 100%;
	border-collapse: collapse;
}

.content h2,
.content h3,
.content h4 {
	margin: 36px 0 18px;
	color: var(--gray-900);
	line-height: 1.25;
}

.content h2 {
	font-size: var(--desktop-h2-font-size);
}

.content h3 {
	font-size: var(--desktop-h3-font-size);
}

.content h4 {
	font-size: var(--desktop-h5-font-size);
}

.content ul,
.content ol {
	margin: 18px 0;
	padding-left: 28px;
}

.content strong,
.content b {
	font-weight: 700;
}

.legal {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 36px;
	max-width: 820px;
}

.legal__section {
	display: grid;
	gap: 18px;
}

.legal h2 {
	margin: 0;
	color: var(--gray-900);
	font-size: var(--desktop-h6-font-size);
	font-weight: 700;
	line-height: var(--desktop-h6-line-height);
}

.legal-docs {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.legal h2 a,
.legal-docs a {
	color: var(--gray-900);
	text-decoration: none;
	border-bottom: 1px solid var(--color-primary-50);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
	font-weight: 600;
}

.legal h2 a:hover,
.legal-docs a:hover {
	color: var(--color-primary);
	border-color: var(--color-primary);
}

.legal h2 a {
	font-size: inherit;
	line-height: inherit;
}

.legal-docs__empty {
	color: var(--gray-600);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
	font-weight: 600;
}

.hero {
	position: relative;
	min-height: 726px;
	overflow: hidden;
	background: var(--hero-bg) center / cover no-repeat;
	background-blend-mode: normal;
	color: var(--white);
}

.hero::before,
.hero::after {
	content: "";
	position: absolute;
	width: 1412px;
	height: 888px;
	border-radius: 50%;
	background: var(--color-primary);
	filter: blur(250px);
	pointer-events: none;
	z-index: 0;
}

.hero::before {
	left: calc(50% - 1351px);
	top: -668px;
	opacity: .5;
}

.hero::after {
	left: calc(50% - 49px);
	top: 486px;
	opacity: .3;
}

.hero__person {
	position: absolute;
	right: max(24px, calc((100vw - var(--container)) / 2));
	bottom: 0;
	width: min(520px, 38vw);
	height: min(698px, 100%);
	max-height: 100%;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 24px 36px rgba(0, 0, 0, .25));
	opacity: .96;
	pointer-events: none;
	z-index: 2;
}

.hero__inner {
	position: relative;
	z-index: 3;
	padding: 92px 0;
}

.hero h1 {
	width: 740px;
	max-width: 62%;
	margin: 0 0 32px;
	color: var(--white);
	font-size: var(--desktop-d4-font-size);
	font-weight: 700;
	line-height: var(--desktop-d4-line-height);
}

.hero h1 span {
	color: var(--gray-500);
}

.hero__features {
	width: 730px;
	max-width: 62%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	margin-bottom: 26px;
}

.hero-feature {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	color: var(--white);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
}

.icon {
	width: 36px;
	height: 36px;
	display: inline-flex;
	flex: 0 0 36px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--color-primary);
	font-weight: 700;
}

.icon img {
	display: block;
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.hero-form {
	width: 100%;
}

.hero-form h2 {
	margin: 0 0 24px;
	color: var(--white);
	font-size: var(--desktop-h4-font-size);
	line-height: var(--desktop-h4-line-height);
}

.hero-form h2 span {
	color: var(--color-primary);
}

.hero-form p {
	margin: 0 0 16px;
	color: var(--white);
	font-size: var(--desktop-text-l-font-size);
	line-height: var(--desktop-text-l-line-height);
}

.consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0 0 24px;
	color: var(--white-50);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.consent input[type="checkbox"] {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	margin: 2px 0 0;
	accent-color: var(--color-primary);
}

.consent a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.consent a:hover {
	color: var(--white);
}

.form-row {
	display: grid;
	grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(170px, 1fr) minmax(300px, .95fr) minmax(170px, .65fr);
	gap: 12px;
}

.form-row input {
	width: 100%;
	height: 64px;
	border: 1px solid var(--gray-300);
	border-radius: var(--radius-md);
	padding: 0 20px;
	background: var(--white);
	color: var(--gray-900);
	font: inherit;
	font-size: var(--desktop-text-l-font-size);
	line-height: var(--desktop-text-l-line-height);
}

.captcha {
	display: grid;
	grid-template-columns: 150px minmax(96px, 1fr);
	gap: 8px;
	align-items: center;
}

.captcha img {
	display: block;
	width: 150px;
	height: 54px;
	border-radius: 8px;
	background: var(--white);
	object-fit: contain;
}

.captcha input {
	padding: 0 12px;
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
}

.form-status {
	margin: 0 0 14px;
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.form-status.is-success {
	color: var(--white);
}

.form-status.is-error {
	color: #ffb8b8;
}

.form-row button,
.cookie button {
	border: 0;
	background: var(--color-primary);
	color: var(--white);
	font-weight: 600;
	cursor: pointer;
}

.form-row button {
	height: 64px;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-primary);
	font-size: var(--desktop-text-l-font-size);
	line-height: var(--desktop-text-l-line-height);
}

.form-row button:hover,
.cookie button:hover {
	background: #b91f24;
	box-shadow: 0 10px 34px rgba(191, 25, 32, .48);
}

.section {
	padding: 120px 0 0;
}

.section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 60px;
}

.section h2,
.about__text h2 {
	margin: 0;
	color: var(--gray-900);
	font-size: var(--desktop-h1-font-size);
	font-weight: 700;
	line-height: var(--desktop-h1-line-height);
}

.section h2 span,
.about__text h2 span {
	color: var(--gray-500);
}

.cookie a:hover {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.footer a:hover,
.footer a:focus-visible {
	color: var(--white);
	text-decoration: none;
}

.services__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, 300px);
	justify-content: space-between;
	gap: 36px 30px;
}

.service-card {
	position: relative;
	width: 300px;
	min-height: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	padding: 0;
	overflow: visible;
	background: var(--white);
}

.service-card__image {
	position: relative;
	display: block;
	width: 300px;
	height: 300px;
	margin: 0 0 24px;
	overflow: hidden;
	border-radius: var(--radius-xl);
	background: var(--gray-100);
}

.image-placeholder {
	position: relative;
	border: 1px solid var(--gray-300);
	background: linear-gradient(135deg, var(--gray-100), var(--gray-200));
}

.image-placeholder::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 82px;
	height: 62px;
	border: 2px solid var(--gray-400);
	border-radius: 16px;
	background:
		linear-gradient(135deg, transparent 48%, var(--gray-400) 49%, var(--gray-400) 53%, transparent 54%),
		linear-gradient(45deg, transparent 50%, rgba(189, 189, 189, .48) 51%);
	transform: translate(-50%, -50%);
	opacity: .72;
}

.image-placeholder::after {
	content: "";
	position: absolute;
	left: calc(50% + 18px);
	top: calc(50% - 16px);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--color-primary);
	opacity: .45;
	transform: translate(-50%, -50%);
}

.service-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
	will-change: transform;
}

.service-card:hover .service-card__image img,
.service-card:focus-within .service-card__image img {
	transform: scale(1.1);
}

.service-card h3 {
	margin: 0 0 20px;
	color: var(--gray-900);
	font-size: var(--desktop-text-xl-font-size);
	font-weight: 700;
	line-height: var(--desktop-text-xl-line-height);
}

.service-card p {
	display: none;
}

.article p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.service-card__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	color: var(--color-primary);
	font-size: var(--desktop-text-m-font-size);
	font-weight: 400;
	line-height: var(--desktop-text-m-line-height);
	text-decoration: none;
}

.more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	color: var(--color-primary);
	font-size: var(--desktop-text-s-font-size);
	font-weight: 600;
	line-height: var(--desktop-text-s-line-height);
	text-decoration: none;
}

.body .service-card__more,
.body .service-card__more:link,
.body .service-card__more:visited,
.body .more,
.body .more:link,
.body .more:visited {
	color: var(--color-primary);
}

.body .service-card__more:hover,
.body .more:hover {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.about__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 630px;
	gap: 70px;
	align-items: start;
}

.about__copy,
.about__text p {
	margin: 28px 0 0;
	color: var(--gray-800);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
}

.about__copy p {
	margin: 0 0 24px;
}

.about__copy p:last-child {
	margin-bottom: 0;
}

.about__badges {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	margin-top: 32px;
}

.about__badges span {
	flex: 1 1 0;
	min-width: 0;
	min-height: 66px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 24px;
	border: 1px solid var(--gray-400);
	border-radius: 33px;
	color: var(--gray-800);
	font-size: var(--desktop-text-xl-font-size);
	font-weight: 600;
	line-height: var(--desktop-text-xl-line-height);
	white-space: nowrap;
}

.about__badges img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.stat:first-child {
	position: relative;
	grid-column: 1 / -1;
	min-height: 216px;
	display: grid;
	grid-template-columns: 72px auto minmax(0, 1fr);
	align-items: center;
	gap: 34px;
	background-color: var(--gray-900);
	background-image: var(--stat-bg, url("/local/templates/akpp/images/25-years-bg.png"));
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: var(--white);
	overflow: hidden;
}

.stat:first-child::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -120px;
	width: 630px;
	height: 246px;
	border-radius: 50%;
	background: var(--color-primary);
	filter: blur(52px);
	mix-blend-mode: plus-lighter;
	opacity: .5;
	transform: translateX(-50%);
	pointer-events: none;
}

.stat {
	box-sizing: border-box;
	height: 141px;
	padding: 32px 40px;
	border-radius: var(--radius-xl);
	background: var(--gray-100);
}

.stat:first-child .stat__badge,
.stat:first-child strong,
.stat:first-child span {
	position: relative;
	z-index: 1;
}

.stat strong {
	display: block;
	color: var(--color-primary);
	font-size: var(--desktop-h1-font-size);
	line-height: var(--desktop-h1-line-height);
}

.stat:first-child strong {
	color: var(--color-primary);
	font-size: 104px;
	line-height: 1;
}

.stat span {
	display: block;
	margin-top: 4px;
	color: var(--gray-800);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
}

.stat:first-child span {
	color: var(--white);
	font-size: var(--desktop-h4-font-size);
	font-weight: 700;
	line-height: var(--desktop-h4-line-height);
}

.stat__badge {
	display: block;
	width: 72px;
	height: 153px;
	object-fit: contain;
}

.reasons-title {
	width: 630px;
	max-width: 100%;
	margin: 72px 0 36px;
	color: var(--gray-800);
	font-size: var(--desktop-h5-font-size);
	line-height: var(--desktop-h5-line-height);
}

.reasons {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	counter-reset: reason;
}

.reason {
	position: relative;
	min-height: 238px;
	padding: 32px;
	border-radius: var(--radius-xl);
	background: linear-gradient(135deg, var(--gray-800), var(--gray-800) 68%, rgba(153, 7, 25, .78));
	color: var(--white);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
	overflow: hidden;
	counter-increment: reason;
}

.reason::after {
	content: counter(reason);
	position: absolute;
	right: 18px;
	bottom: -12px;
	width: 78px;
	height: 100px;
	color: rgba(255, 255, 255, .05);
	font-size: 140px;
	font-style: italic;
	font-weight: 700;
	line-height: 100px;
	text-align: center;
	pointer-events: none;
}

.brands-image picture,
.brands-image img {
	display: block;
}

.brands-image img {
	width: 100%;
	height: auto;
}

.articles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}

.article__image {
	display: block;
	width: 100%;
	height: 300px;
	border-radius: var(--radius-xl);
	overflow: hidden;
}

.article__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
	will-change: transform;
}

.article:hover .article__image img,
.article:focus-within .article__image img {
	transform: scale(1.1);
}

.article h3 {
	margin: 24px 0 12px;
	color: #343b40;
	font-size: var(--desktop-text-xl-font-size);
	line-height: var(--desktop-text-xl-line-height);
}

.promos {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.promo {
	position: relative;
	min-height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 8px;
	overflow: hidden;
	padding: 40px;
	border-radius: var(--radius-xl);
	background: var(--gray-900);
	color: var(--white);
	text-decoration: none;
}

.promo::before {
	content: "";
	position: absolute;
	left: -247px;
	bottom: -116px;
	width: 599px;
	height: 247px;
	background: var(--color-primary);
	filter: blur(100px);
	opacity: .58;
	transform: rotate(12deg);
	pointer-events: none;
	z-index: 1;
}

.promo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--promo-bg, linear-gradient(135deg, var(--gray-800), var(--gray-900))) center / cover no-repeat;
	transition: transform .3s ease;
	will-change: transform;
	z-index: 0;
}

.promo:hover::after,
.promo:focus-visible::after {
	transform: scale(1.1);
}

.promo h3,
.promo p {
	position: relative;
	z-index: 2;
	margin: 0;
	color: var(--white);
}

.promo h3 {
	font-size: var(--desktop-h5-font-size);
	font-weight: 700;
	line-height: var(--desktop-h5-line-height);
}

.promo p {
	font-size: var(--desktop-text-m-font-size);
	font-weight: 600;
	line-height: var(--desktop-text-m-line-height);
}

.cert-controls {
	display: flex;
	align-items: center;
	gap: 34px;
}

.cert-controls button {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	padding: 0;
	color: var(--gray-400);
	cursor: pointer;
	transition: opacity .2s ease;
}

.cert-controls svg {
	display: block;
	width: 40px;
	height: 40px;
}

.cert-controls button:hover {
	opacity: .72;
}

.cert-controls button:disabled {
	opacity: .35;
	cursor: default;
	transform: none;
}

.certs-slider {
	position: relative;
	overflow: visible;
}

.certs {
	display: flex;
	gap: 30px;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.certs::-webkit-scrollbar {
	display: none;
}

.cert {
	flex: 0 0 calc((100% - 150px) / 6);
	height: 202px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid var(--gray-300);
	border-radius: var(--radius-sm);
	background: var(--white);
	scroll-snap-align: start;
	text-decoration: none;
	cursor: zoom-in;
}

.cert img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.certs-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 30px;
	padding-bottom: 4px;
}

.certs-dots button {
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 50%;
	background: var(--gray-300);
	padding: 0;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.certs-dots button.is-active {
	background: var(--color-primary);
	transform: scale(1.08);
}

.cert-lightbox {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr) 80px;
	align-items: center;
	background: rgba(1, 1, 1, .94);
}

body.is-cert-lightbox-open {
	overflow: hidden;
}

.cert-lightbox[hidden] {
	display: none;
}

.cert-lightbox__figure {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 0;
}

.cert-lightbox__figure img {
	display: block;
	max-width: 100%;
	max-height: 86vh;
	object-fit: contain;
}

.cert-lightbox__figure figcaption {
	position: absolute;
	left: 50%;
	bottom: 24px;
	max-width: min(720px, calc(100% - 48px));
	color: var(--white);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
	text-align: center;
	transform: translateX(-50%);
	opacity: .72;
}

.cert-lightbox__close,
.cert-lightbox__nav {
	border: 0;
	background: transparent;
	color: var(--white);
	cursor: pointer;
	transition: opacity .2s ease;
}

.cert-lightbox__close {
	position: absolute;
	top: 22px;
	right: 26px;
	z-index: 2;
	width: 44px;
	height: 44px;
	font-size: 44px;
	font-weight: 300;
	line-height: 1;
}

.cert-lightbox__nav {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	justify-self: center;
}

.cert-lightbox__nav:hover,
.cert-lightbox__close:hover {
	opacity: .72;
}

.reviews {
	width: 100%;
	max-width: none;
}

.reviews__top {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 28px;
}

.review-add,
.review-submit {
	min-height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-primary);
	border-radius: var(--radius-sm);
	background: var(--white);
	color: var(--color-primary);
	font-size: var(--desktop-text-m-font-size);
	font-weight: 600;
	line-height: var(--desktop-text-m-line-height);
	cursor: pointer;
	transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.review-add {
	width: 100%;
}

.review-add:hover,
.review-submit:hover {
	background: var(--color-primary);
	color: var(--white);
	box-shadow: var(--shadow-primary);
}

.review-form-wrap {
	display: none;
	margin-bottom: 44px;
	padding: 32px;
	border: 1px solid var(--gray-300);
	border-radius: var(--radius-xl);
	background: var(--gray-100);
}

.review-form-wrap.is-open {
	display: block;
}

.review-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 24px;
}

.review-form label,
.review-captcha {
	display: grid;
	gap: 10px;
	color: var(--gray-800);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
}

.review-form b,
.review-captcha b {
	color: var(--color-primary);
	font-weight: 400;
}

.review-form input,
.review-form textarea,
.review-captcha input {
	width: 100%;
	border: 1px solid var(--gray-300);
	border-radius: var(--radius-sm);
	background: var(--white);
	color: var(--gray-900);
	font: inherit;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.review-form input,
.review-captcha input {
	height: 54px;
	padding: 0 18px;
}

.review-form textarea {
	min-height: 180px;
	resize: vertical;
	padding: 16px 18px;
}

.review-form input:focus,
.review-form textarea:focus,
.review-captcha input:focus {
	outline: none;
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px rgba(213, 35, 41, .12);
}

.review-form__wide,
.review-counter,
.review-captcha,
.review-submit {
	grid-column: 1 / -1;
}

.review-counter {
	color: var(--gray-600);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.review-captcha {
	max-width: 360px;
	grid-template-columns: 160px minmax(0, 1fr);
	align-items: end;
}

.review-captcha span {
	grid-column: 1 / -1;
}

.review-captcha img {
	width: 160px;
	height: 64px;
	border-radius: 12px;
	object-fit: cover;
	background: var(--white);
}

.review-submit {
	width: min(260px, 100%);
	background: var(--color-primary);
	color: var(--white);
}

.form-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--gray-700);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.consent input[type="checkbox"],
.form-consent input[type="checkbox"],
.modal-consent input[type="checkbox"] {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	margin: 2px 0 0;
	accent-color: var(--color-primary);
}

.form-consent a {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.contacts-page {
	display: grid;
	gap: 42px;
}

.contacts-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
	gap: 36px;
	align-items: start;
}

.contacts-info,
.contact-form-card,
.contact-map,
.contact-photo {
	border-radius: var(--radius-xl);
	background: var(--white);
}

.contacts-info,
.contact-form-card {
	padding: 34px;
}

.contact-map {
	padding: 0;
}

.contacts-info h2,
.contact-form-card h2,
.contact-map h2 {
	margin: 0 0 28px;
	color: var(--gray-900);
	font-size: var(--desktop-h3-font-size);
	line-height: var(--desktop-h3-line-height);
}

.contacts-list {
	display: grid;
	gap: 20px;
}

.contacts-list div {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--gray-300);
}

.contacts-list div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.contacts-list span {
	color: var(--gray-600);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.contacts-list strong {
	color: var(--gray-900);
	font-size: var(--desktop-text-m-font-size);
	font-weight: 600;
	line-height: 1.55;
}

.contacts-list a {
	color: inherit;
	text-decoration: none;
}

.contacts-list a:hover {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.contact-form-card {
	position: sticky;
	top: 24px;
}

.contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.contact-form label:not(.form-consent) {
	display: grid;
	gap: 8px;
	color: var(--gray-800);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.contact-form label.form-consent {
	display: flex;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea,
.contact-captcha input {
	width: 100%;
	border: 1px solid var(--gray-300);
	border-radius: var(--radius-sm);
	background: var(--white);
	color: var(--gray-900);
	font: inherit;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form input:not([type="checkbox"]),
.contact-captcha input {
	height: 52px;
	padding: 0 16px;
}

.contact-form textarea {
	min-height: 140px;
	padding: 14px 16px;
	resize: vertical;
}

.contact-form input:not([type="checkbox"]):focus,
.contact-form textarea:focus,
.contact-captcha input:not([type="checkbox"]):focus {
	outline: none;
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px rgba(213, 35, 41, .12);
}

.contact-form input[type="checkbox"]:focus {
	outline-offset: 2px;
	box-shadow: none;
}

.contact-form__wide,
.contact-form button {
	grid-column: 1 / -1;
}

.contact-captcha {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	gap: 10px;
	align-items: end;
}

.contact-captcha span {
	grid-column: 1 / -1;
	color: var(--gray-800);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.contact-captcha img {
	display: block;
	width: 160px;
	height: 64px;
	border-radius: 12px;
	background: var(--gray-100);
	object-fit: contain;
}

.contact-form button {
	min-height: 54px;
	border: 0;
	border-radius: var(--radius-sm);
	background: var(--color-primary);
	color: var(--white);
	font-size: var(--desktop-text-m-font-size);
	font-weight: 600;
	line-height: var(--desktop-text-m-line-height);
	cursor: pointer;
	transition: background .2s ease, box-shadow .2s ease;
}

.contact-form button:hover {
	background: #b91f24;
	box-shadow: var(--shadow-primary);
}

.contact-form label.is-invalid:not(.form-consent) input,
.contact-form label.is-invalid:not(.form-consent) textarea,
.contact-captcha.is-invalid input {
	border-color: var(--color-primary);
}

.contact-form .form-consent.is-invalid {
	background: transparent;
}

.contact-form-status {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: var(--radius-sm);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.contact-form-status.is-error {
	border: 1px solid rgba(213, 35, 41, .35);
	background: rgba(213, 35, 41, .08);
	color: var(--color-primary);
}

.contact-form-status.is-success {
	border: 1px solid var(--gray-300);
	background: var(--gray-100);
	color: var(--gray-800);
}

.contacts-media {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	gap: 36px;
	align-items: stretch;
}

.map-widget {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-lg);
	background: var(--gray-100);
}

.map-widget iframe {
	display: block;
	width: 100%;
	height: 430px;
	border: 0;
}

.map-widget a {
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 2;
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	padding: 0 18px;
	border-radius: 21px;
	background: rgba(255, 255, 255, .94);
	color: var(--gray-800);
	font-size: var(--desktop-text-m-font-size);
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 8px 28px rgba(39, 39, 41, .14);
}

.map-widget a:hover {
	color: var(--color-primary);
}

.contact-photo {
	overflow: hidden;
}

.contact-photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
}

.form-message {
	margin: 0 0 22px;
	padding: 16px 18px;
	border-radius: var(--radius-sm);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
}

.form-message.is-error {
	border: 1px solid rgba(213, 35, 41, .35);
	background: rgba(213, 35, 41, .08);
	color: var(--color-primary);
}

.form-message.is-success {
	border: 1px solid rgba(56, 56, 56, .16);
	background: var(--gray-100);
	color: var(--gray-800);
}

.reviews__list {
	display: grid;
	gap: 0;
}

.review {
	padding: 36px 0;
	border-top: 1px solid rgba(213, 35, 41, .45);
}

.review:first-child {
	border-top: 0;
	padding-top: 10px;
}

.review__author {
	margin-bottom: 20px;
	color: var(--gray-900);
	font-size: var(--desktop-text-xl-font-size);
	font-weight: 600;
	line-height: var(--desktop-text-xl-line-height);
	white-space: pre-line;
}

.review__body {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.review__avatar {
	width: 56px;
	height: 56px;
	border: 4px solid var(--color-primary);
	border-radius: 50%;
	background:
		linear-gradient(rgba(213, 35, 41, .55), rgba(213, 35, 41, .55)),
		url("/local/templates/akpp/images/otziv.jpg") center / cover no-repeat,
		var(--gray-800);
	box-shadow: 0 6px 18px rgba(213, 35, 41, .18);
}

.review__text {
	color: var(--gray-800);
	font-size: var(--desktop-text-m-font-size);
	line-height: 1.65;
}

.reviews__pager {
	margin-top: 34px;
}

.reviews__pager .bx-pagination {
	margin: 0;
}

.reviews__pager .bx-pagination-container {
	text-align: left;
}

.reviews__pager .bx-pagination .bx-pagination-container ul li span,
.reviews__pager .bx-pagination .bx-pagination-container ul li a {
	border-radius: 10px;
}

.reviews__pager .bx-pagination .bx-pagination-container ul li.bx-active span {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--white);
}

.footer {
	margin-top: 120px;
	padding: 84px 0 72px;
	background: var(--gray-900);
	color: var(--gray-500);
	overflow: hidden;
}

.footer__grid {
	display: grid;
	grid-template-columns: 150px 340px 280px 330px;
	justify-content: space-between;
	gap: 42px;
}

.footer__grid > div {
	min-width: 0;
}

.footer h3 {
	margin: 0 0 32px;
	color: var(--white);
	font-size: var(--desktop-text-xl-font-size);
	line-height: var(--desktop-text-xl-line-height);
}

.footer-accordion__toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 32px;
	border: 0;
	background: transparent;
	padding: 0;
	color: var(--white);
	font: inherit;
	font-size: var(--desktop-text-xl-font-size);
	font-weight: 700;
	line-height: var(--desktop-text-xl-line-height);
	text-align: left;
	cursor: default;
}

.footer-accordion__toggle svg {
	display: none;
	flex: 0 0 16px;
	transition: transform .2s ease;
}

.footer a {
	display: block;
	margin: 0 0 12px;
	color: var(--gray-500);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
	text-decoration: none;
	overflow-wrap: anywhere;
}

.footer p {
	margin: 0 0 12px;
	font-size: var(--desktop-text-s-font-size);
	line-height: 20px;
	overflow-wrap: anywhere;
}

.footer-contacts h3 {
	margin-bottom: 28px;
}

.footer-contact-row {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin-bottom: 12px;
	color: var(--gray-500);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.footer-contact-row:last-of-type {
	margin-bottom: 0;
}

.footer-contact-row img {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	object-fit: contain;
}

.footer-contact-row a {
	display: inline;
	margin: 0;
	color: inherit;
	font: inherit;
	line-height: inherit;
	text-decoration: none;
}

.footer-rating {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin: 32px 0 32px;
}

.footer-rating__score {
	display: block;
	width: 32px;
	height: auto;
}

.footer a.footer-rating__place,
.footer a.footer-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: var(--gray-500);
	text-decoration: none;
}

.footer a.footer-rating__place {
	min-height: 42px;
	gap: 10px;
	padding: 0 16px;
	border-radius: 12px;
	background: var(--gray-800);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.footer-rating__place img {
	width: 32px;
	height: 20px;
	flex: 0 0 32px;
}

.footer-socials {
	display: flex;
	gap: 12px;
}

.footer a.footer-social {
	min-height: 36px;
	width: 36px;
	padding: 0;
	border: 1px solid var(--color-primary-50);
	border-radius: 12px;
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.footer-social img {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.footer-info {
	padding-top: 0;
}

.footer-info > p {
	margin-bottom: 36px;
}

.footer-docs {
	display: grid;
	gap: 0;
	margin-bottom: 36px;
}

.footer-made {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 0;
}

.footer-made a {
	display: inline-flex;
	margin: 0;
}

.footer-made img {
	display: block;
	width: 63px;
	height: auto;
	opacity: .48;
}

.footer a.footer-rating__place:hover,
.footer a.footer-social:hover {
	border-color: var(--color-primary);
	color: var(--white);
	text-decoration: none;
}

.to-top {
	position: fixed;
	right: 42px;
	bottom: 42px;
	z-index: 60;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: var(--gray-800);
	color: var(--white);
	font-weight: 700;
	font-size: 0;
	line-height: 1;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	visibility: hidden;
}

.to-top svg {
	display: block;
	width: 16px;
	height: 16px;
}

.to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.to-top:hover {
	background: var(--color-primary);
	color: var(--white);
}

.modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(39, 39, 41, .62);
	overflow-y: auto;
}

.modal[hidden] {
	display: none;
}

.is-modal-open {
	overflow: hidden;
}

.modal__dialog {
	position: relative;
	width: min(704px, 100%);
	padding: 38px 40px 42px;
	border-radius: var(--radius-lg);
	background: var(--white);
	box-shadow: 0 24px 80px rgba(39, 39, 41, .22);
}

.modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: var(--gray-100);
	color: var(--gray-800);
	font-size: 30px;
	line-height: 36px;
	cursor: pointer;
}

.modal-form {
	display: grid;
	gap: 18px;
}

.modal-form h2 {
	margin: 0;
	color: var(--gray-900);
	font-size: var(--desktop-h4-font-size);
	font-weight: 700;
	line-height: var(--desktop-h4-line-height);
}

.modal-form h2 span {
	color: var(--color-primary);
}

.modal-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--gray-600);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
}

.modal-consent input[type="checkbox"] {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	margin: 4px 0 0;
	accent-color: var(--color-primary);
}

.modal-consent a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.modal-form input:not([type="checkbox"]) {
	width: 100%;
	height: 58px;
	padding: 0 24px;
	border: 1px solid var(--gray-400);
	border-radius: var(--radius-md);
	background: var(--white);
	color: var(--gray-900);
	font: inherit;
	font-size: var(--desktop-text-l-font-size);
	line-height: var(--desktop-text-l-line-height);
}

.modal-form input::placeholder {
	color: var(--gray-600);
}

.modal-captcha {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(160px, .95fr);
	gap: 14px;
	align-items: center;
}

.modal-captcha img {
	display: block;
	width: 100%;
	height: 58px;
	border: 1px solid var(--gray-400);
	border-radius: var(--radius-md);
	background: var(--white);
	object-fit: contain;
}

.modal-form button[type="submit"] {
	height: 64px;
	border: 0;
	border-radius: var(--radius-md);
	background: var(--color-primary);
	color: var(--white);
	font-size: var(--desktop-text-l-font-size);
	font-weight: 700;
	line-height: var(--desktop-text-l-line-height);
	cursor: pointer;
	box-shadow: 0 18px 34px rgba(213, 35, 41, .18);
}

.modal-form__status {
	padding: 14px 18px;
	border-radius: var(--radius-sm);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
}

.modal-form__status.is-success {
	background: var(--gray-100);
	color: var(--gray-800);
}

.modal-form__status.is-error {
	background: rgba(213, 35, 41, .08);
	color: var(--color-primary);
}

.prices {
	overflow: hidden;
	border: 1px solid var(--gray-300);
	border-radius: var(--radius-xl);
	background: var(--white);
}

.prices__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 160px 150px;
	gap: 36px;
	align-items: center;
	min-height: 74px;
	padding: 0 40px;
	border-top: 1px solid var(--gray-300);
	color: var(--gray-800);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
}

.prices__row:first-child {
	border-top: 0;
}

.prices__head {
	min-height: 88px;
	background: var(--gray-100);
	font-weight: 600;
}

.prices__price {
	color: var(--gray-900);
	font-weight: 700;
}

.prices__button {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border: 1px solid var(--color-primary-50);
	border-radius: 12px;
	background: var(--white);
	color: var(--color-primary);
	font: inherit;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.detail__content {
	color: var(--gray-800);
	font-size: var(--desktop-text-m-font-size);
	line-height: 1.62;
	margin-bottom: 120px;
}

.detail__content h2,
.detail__content h3 {
	margin: 0 0 40px;
	color: var(--gray-900);
	font-size: var(--desktop-h5-font-size);
	line-height: var(--desktop-h5-line-height);
}

.detail__content h3 {
	margin-top: 40px;
}

.detail__content p {
	margin: 0 0 20px;
}

.detail__content a {
	color: var(--color-primary);
	text-decoration: none;
}

.detail-media {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 34px 0 28px;
	overflow: hidden;
	border-radius: var(--radius-lg);
	max-width: 960px;
}

.detail-media--single {
	grid-template-columns: minmax(0, 1fr);
	max-width: 430px;
}

.detail-media img {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.detail-media--single img {
	height: auto;
}

.detail-back {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 120px;
	padding: 0 22px;
	border: 1px solid var(--color-primary-50);
	border-radius: 12px;
	background: transparent;
	color: var(--color-primary);
	font-size: var(--desktop-text-s-font-size);
	font-weight: 600;
	line-height: var(--desktop-text-s-line-height);
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.body a.detail-back,
.body a.detail-back:link,
.body a.detail-back:visited {
	color: var(--color-primary);
}

.detail-back svg {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.body a.detail-back:hover,
.body a.detail-back:focus-visible {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--white);
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(213, 35, 41, .12);
}

.detail-form {
	position: relative;
	margin: 60px 0 96px;
	padding: 70px 80px 60px;
	overflow: visible;
	border-radius: var(--radius-xl);
	background:
		radial-gradient(ellipse 78% 210% at -22% -92%, rgba(213, 35, 41, .5) 0%, rgba(213, 35, 41, .3) 34%, transparent 70%),
		radial-gradient(ellipse 72% 180% at 76% 148%, rgba(213, 35, 41, .3) 0%, rgba(213, 35, 41, .16) 38%, transparent 72%),
		url("/local/templates/akpp/images/banner-background.png") center / cover no-repeat,
		#272729;
	color: var(--white);
}

.detail-form::after {
	content: "";
	position: absolute;
	right: 58px;
	bottom: 0;
	width: 344px;
	height: 552px;
	background: url("/local/templates/akpp/images/banner-img.png") bottom center / contain no-repeat;
	pointer-events: none;
	z-index: 0;
}

.detail-form > * {
	position: relative;
	z-index: 1;
}

.detail-form h2 {
	max-width: 620px;
	margin: 0 0 36px;
	color: var(--white);
	font-size: var(--desktop-h3-font-size);
	line-height: var(--desktop-h3-line-height);
}

.detail-form p {
	max-width: 540px;
	color: var(--white);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
}

.detail-form .consent {
	max-width: 760px;
	margin-bottom: 24px;
}

.detail-form__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(130px, 1fr)) minmax(230px, 1.2fr) minmax(160px, .8fr);
	gap: 12px;
}

.detail-form__grid input:not([type="hidden"]) {
	width: 100%;
	height: 54px;
	padding: 0 16px;
	border: 0;
	border-radius: 20px;
	background: var(--white);
	color: var(--gray-900);
	font: inherit;
}

.detail-captcha {
	display: grid;
	grid-template-columns: minmax(110px, 1fr) minmax(76px, .8fr);
	gap: 8px;
}

.detail-captcha img {
	width: 100%;
	height: 54px;
	border-radius: 10px;
	background: var(--white);
	object-fit: contain;
}

.detail-form__grid button {
	height: 54px;
	border: 0;
	border-radius: 12px;
	background: var(--color-primary);
	color: var(--white);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.detail-form__phone {
	max-width: none;
	margin: 36px 0 0;
	color: var(--white);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
}

.detail-form__phone a {
	color: var(--color-primary);
	font-weight: 700;
	text-decoration: none;
}

.detail-form__phone a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.detail-related h2 {
	margin: 0 0 40px;
	color: var(--gray-900);
	font-size: var(--desktop-text-xl-font-size);
	line-height: var(--desktop-text-xl-line-height);
}

.related-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.related-list li {
	position: relative;
	padding-left: 16px;
	color: var(--gray-800);
	font-size: var(--desktop-text-s-font-size);
	line-height: var(--desktop-text-s-line-height);
}

.related-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	background: var(--color-primary);
	border-radius: 6px;
}

.related-list a {
	color: inherit;
	text-decoration: none;
}

.related-list a:hover {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.cookie {
	position: fixed;
	left: 50%;
	bottom: 30px;
	z-index: 80;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	width: min(980px, calc(100% - 48px));
	padding: 20px 22px 20px 28px;
	border: 1px solid rgba(213, 35, 41, .45);
	border-radius: var(--radius-md);
	background: rgba(39, 39, 41, .97);
	box-shadow: 0 18px 60px rgba(39, 39, 41, .24);
	color: var(--gray-100);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
	transform: translateX(-50%);
}

.cookie a {
	color: var(--color-primary);
	font-weight: 700;
	text-underline-offset: 4px;
}

.cookie button {
	height: 48px;
	padding: 0 26px;
	border-radius: var(--radius-sm);
	font-size: var(--desktop-text-m-font-size);
	line-height: var(--desktop-text-m-line-height);
}

.cookie[hidden] {
	display: none;
}

.mobile-menu-toggle,
.mobile-menu {
	display: none;
}

@media (max-width: 1180px) {
	:root {
		--container: 960px;
	}

	.header__top {
		flex-wrap: wrap;
		gap: 18px 24px;
	}

	.brand {
		flex: 1 1 100%;
	}

	.logo {
		flex-basis: 160px;
		width: 160px;
	}

	.logo img {
		height: auto;
	}

	.map-link,
	.header-socials {
		justify-self: start;
	}

	.nav__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(220px, 252px);
		align-items: center;
		gap: 18px;
		padding: 14px 0;
	}

	.nav__menu {
		width: 100%;
	}

	ul#primary-nav.nav__list,
	.nav__list {
		width: 100%;
		flex-wrap: wrap;
		gap: 8px;
	}

	ul#primary-nav.nav__list li,
	.nav__item {
		flex: 0 0 auto;
	}

	ul#primary-nav.nav__list li a.nav__link,
	.nav__link {
		min-height: 46px;
		padding: 12px 16px;
		font-size: var(--desktop-text-s-font-size);
		line-height: var(--desktop-text-s-line-height);
	}

	.nav__cta {
		width: 100%;
		min-height: 46px;
		padding: 12px 18px;
		font-size: var(--desktop-text-s-font-size);
		line-height: var(--desktop-text-s-line-height);
	}

	.hero {
		min-height: 660px;
	}

	.hero__person {
		width: 44vw;
		opacity: .45;
	}

	.hero h1,
	.hero__features {
		max-width: 100%;
	}

	.form-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.services__grid {
		grid-template-columns: repeat(auto-fit, 300px);
		justify-content: center;
	}

	.about__grid {
		grid-template-columns: 1fr;
	}

	.stats {
		max-width: 630px;
	}

	.reasons,
	.articles,
	.promos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cert {
		flex-basis: calc((100% - 60px) / 3);
	}

	.reviews {
		max-width: none;
	}

	.contacts-hero,
	.contacts-media {
		grid-template-columns: 1fr;
	}

	.contact-form-card {
		position: static;
	}

	.footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
		gap: 42px 48px;
	}

	.footer a,
	.footer p {
		overflow-wrap: anywhere;
	}

	.footer-contact-row {
		font-size: var(--desktop-text-m-font-size);
	}

	.footer a.footer-rating__place,
	.footer a.footer-social {
		font-size: var(--desktop-text-m-font-size);
	}
}

@media (max-width: 640px) {
	.body *,
	.body *::before,
	.body *::after {
		letter-spacing: -0.03em;
	}

	:root {
		--container: 100%;
		--desktop-d4-font-size: 28px;
		--desktop-d4-line-height: 32px;
		--desktop-h1-font-size: 26px;
		--desktop-h1-line-height: 30px;
		--desktop-h2-font-size: 24px;
		--desktop-h2-line-height: 30px;
		--desktop-h3-font-size: 22px;
		--desktop-h3-line-height: 28px;
		--desktop-h4-font-size: 22px;
		--desktop-h4-line-height: 28px;
		--desktop-h5-font-size: 20px;
		--desktop-h5-line-height: 26px;
		--desktop-h6-font-size: 18px;
		--desktop-h6-line-height: 24px;
		--desktop-text-xl-font-size: 16px;
		--desktop-text-xl-line-height: 20px;
		--desktop-text-l-font-size: 15px;
		--desktop-text-l-line-height: 20px;
		--desktop-text-m-font-size: 14px;
		--desktop-text-m-line-height: 18px;
		--desktop-text-s-font-size: 13px;
		--desktop-text-s-line-height: 16px;
	}

	.container {
		width: calc(100% - 32px);
	}

	body.is-mobile-menu-open {
		overflow: hidden;
	}

	.header {
		z-index: 1000;
	}

	.header.is-nav-fixed {
		padding-bottom: var(--sticky-height, 116px);
	}

	.header.is-nav-fixed .nav {
		position: static;
		box-shadow: none;
	}

	.header.is-nav-fixed .header__top {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
		max-width: none;
		margin: 0;
		background: var(--white);
		box-shadow: 0 10px 28px rgba(39, 39, 41, .12);
	}

	.header__top {
		width: 100%;
		min-height: 116px;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 4px 12px;
		padding: 0 16px 12px;
		background: var(--white);
		box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
	}

	.brand {
		order: 1;
		flex: 1 1 calc(100% - 38px);
		min-width: 0;
		gap: 8px;
	}

	.logo {
		flex: 0 0 auto;
		width: 109px;
	}

	.logo img {
		width: 109px;
		height: 56px;
	}

	.logo-caption {
		display: block;
		flex: 0 0 133px;
		max-width: 133px;
		color: var(--gray-800);
		font-size: var(--desktop-text-s-font-size);
		line-height: var(--desktop-text-s-line-height);
	}

	.header__top > .contact-item--address,
	.header__top > .map-link,
	.header > .nav {
		display: none;
	}

	.header__top > .contact-item--phones {
		order: 3;
		display: block;
		flex: 0 0 109px;
		padding-left: 0;
		font-size: var(--desktop-text-s-font-size);
		line-height: var(--desktop-text-s-line-height);
	}

	.header__top > .contact-item--phones::before,
	.header__top > .contact-item--phones span {
		display: none;
	}

	.header__top > .contact-item--phones strong {
		display: flex;
		flex-direction: column;
		gap: 4px;
	}

	.header-socials {
		order: 4;
		display: flex;
		width: 84px;
		gap: 12px;
		margin-left: auto;
	}

	.button-icon {
		width: 36px;
		min-height: 36px;
		border-radius: 12px;
	}

	.button-icon img {
		width: 16px;
		height: 16px;
		flex-basis: 16px;
	}

	.mobile-menu-toggle {
		position: relative;
		order: 2;
		z-index: 1002;
		width: 26px;
		height: 26px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 26px;
		border: 0;
		background: transparent;
		padding: 0;
		cursor: pointer;
	}

	.mobile-menu-toggle svg {
		display: block;
		width: 26px;
		height: 26px;
	}

	.is-mobile-menu-open .mobile-menu-toggle {
		width: 26px;
		height: 26px;
	}

	.mobile-menu-toggle .mobile-menu-toggle__close {
		display: none;
	}

	.is-mobile-menu-open .mobile-menu-toggle .mobile-menu-toggle__open {
		display: none;
	}

	.is-mobile-menu-open .mobile-menu-toggle .mobile-menu-toggle__close {
		display: block;
	}

	.mobile-menu {
		position: fixed;
		inset: 0;
		z-index: 1001;
		display: block;
		visibility: hidden;
		background: rgba(39, 39, 41, .78);
		opacity: 0;
		pointer-events: none;
		transition: opacity .2s ease, visibility .2s ease;
	}

	.is-mobile-menu-open .mobile-menu {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	.mobile-menu__panel {
		position: relative;
		width: calc(100vw - 80px);
		height: 100%;
		display: flex;
		flex-direction: column;
		overflow-x: hidden;
		overflow-y: auto;
		border-radius: 0;
		background: var(--white);
		box-shadow: 10px 0 60px rgba(0, 0, 0, .5);
		transform: translateX(-100%);
		transition: transform .22s ease;
	}

	.is-mobile-menu-open .mobile-menu__panel {
		transform: translateX(0);
	}

	.mobile-menu .nav__list {
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
		margin: 0;
		padding: 20px 0 0;
	}

	.mobile-menu .nav__item {
		width: 100%;
	}

	.mobile-menu .nav__item.has-dropdown {
		position: static;
	}

	.mobile-menu .nav__link {
		width: 100%;
		min-height: 46px;
		justify-content: space-between;
		padding: 0 24px;
		border-bottom: 1px solid var(--gray-300);
		border-radius: 0;
		background: var(--white);
		color: var(--gray-900);
		font-size: 15px;
		font-weight: 600;
		line-height: 20px;
		text-decoration: none;
	}

	.mobile-menu .nav__link.is-active {
		background: var(--white);
		color: var(--gray-900);
	}

	.mobile-menu__cta {
		min-height: 46px;
		display: flex;
		align-items: center;
		padding: 0 24px;
		border-bottom: 1px solid var(--gray-300);
		color: var(--color-primary);
		font-size: 15px;
		font-weight: 600;
		line-height: 20px;
		text-decoration: none;
	}

	.mobile-menu__cta:link,
	.mobile-menu__cta:visited,
	.mobile-menu__cta:hover {
		color: var(--color-primary);
	}

	.mobile-menu .nav__link.has-arrow::after {
		width: 12px;
		height: 12px;
		border: 0;
		background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25 1.625L8.625 6L4.25 10.375' stroke='%23272729' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
		transform: none;
	}

	.mobile-menu .nav__item.has-dropdown:hover .nav__link.has-arrow::after,
	.mobile-menu .nav__item.has-dropdown:focus-within .nav__link.has-arrow::after {
		transform: none;
	}

	.mobile-menu .nav-dropdown {
		position: absolute;
		inset: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		min-height: 100%;
		max-height: none;
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: var(--white);
		box-shadow: none;
		overflow-y: auto;
		opacity: 1;
		pointer-events: none;
		transform: translateX(-100%);
		transition: transform .22s ease;
	}

	.is-mobile-submenu-open .mobile-menu__panel {
		overflow: hidden;
	}

	.mobile-menu .nav__item.has-dropdown:hover .nav-dropdown,
	.mobile-menu .nav__item.has-dropdown:focus-within .nav-dropdown {
		opacity: 1;
		visibility: visible;
		transform: translateX(-100%);
	}

	.is-mobile-submenu-open .mobile-menu .nav-dropdown {
		pointer-events: auto;
		transform: translateX(0);
	}

	.is-mobile-submenu-open .mobile-menu .nav__item.has-dropdown:hover .nav-dropdown,
	.is-mobile-submenu-open .mobile-menu .nav__item.has-dropdown:focus-within .nav-dropdown {
		transform: translateX(0);
	}

	.mobile-menu .nav-dropdown__back {
		display: block;
		box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	}

	.mobile-menu .nav-dropdown__back button {
		width: 100%;
		height: 44px;
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 0 24px;
		border: 0;
		background: var(--white);
		color: var(--gray-900);
		font: inherit;
		font-size: 15px;
		font-weight: 600;
		line-height: 20px;
		cursor: pointer;
	}

	.mobile-menu .nav-dropdown__back button::before {
		content: "";
		width: 12px;
		height: 12px;
		background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25 1.625L8.625 6L4.25 10.375' stroke='%23272729' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
		transform: rotate(180deg);
	}

	.mobile-menu .nav-dropdown li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mobile-menu .nav-dropdown a {
		width: 100%;
		min-height: 38px;
		display: flex;
		align-items: center;
		padding: 9px 24px;
		border-bottom: 1px solid var(--gray-300);
		border-radius: 0;
		color: var(--gray-900);
		font-size: 15px;
		font-weight: 400;
		line-height: 20px;
		-webkit-tap-highlight-color: transparent;
	}

	.mobile-menu .nav-dropdown a:hover,
	.mobile-menu .nav-dropdown a:focus,
	.mobile-menu .nav-dropdown a:active {
		background: var(--white);
		color: var(--gray-900);
		text-decoration: none;
	}

	.mobile-menu .nav-dropdown li:nth-child(2) a,
	.mobile-menu .nav-dropdown li:nth-child(6) a,
	.mobile-menu .nav-dropdown li:nth-child(7) a,
	.mobile-menu .nav-dropdown li:nth-child(10) a,
	.mobile-menu .nav-dropdown li:nth-child(11) a {
		min-height: 56px;
	}

	.mobile-menu__contacts {
		display: grid;
		gap: 0;
		margin-top: auto;
		padding: 24px 24px 32px;
	}

	.mobile-contact {
		display: flex;
		gap: 15px;
		color: var(--gray-800);
		font-size: 13px;
		font-weight: 600;
		line-height: 16px;
	}

	.mobile-contact + .mobile-contact {
		margin-top: 16px;
	}

	.mobile-contact img {
		width: 16px;
		height: 16px;
		margin-top: 0;
	}

	.mobile-contact a {
		color: inherit;
		text-decoration: none;
	}

	.mobile-contact small {
		display: block;
		margin-top: 8px;
		font-size: 13px;
		font-weight: 400;
		line-height: 16px;
	}

	.mobile-menu__rating {
		display: flex;
		align-items: center;
		gap: 16px;
		margin-top: 24px;
	}

	.mobile-menu__score {
		width: 25px;
	}

	.mobile-menu__place {
		width: 145px;
		max-width: 100%;
		min-height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		padding: 0 14px;
		border: 1px solid var(--gray-300);
		border-radius: 12px;
		color: var(--gray-800);
		font-size: 13px;
		font-weight: 600;
		line-height: 16px;
		text-decoration: none;
	}

	.mobile-menu__place img {
		width: 28px;
		height: 28px;
	}

	.mobile-menu__socials {
		display: flex;
		margin-top: 16px;
		gap: 12px;
	}

	.mobile-menu__social {
		width: 36px;
		height: 36px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 1px solid var(--color-primary-50);
		border-radius: 12px;
		background: var(--white);
	}

	.mobile-menu__social img {
		width: 20px;
		height: 20px;
	}

	.page {
		padding: 24px 0 0;
	}

	.page h1 {
		margin-bottom: 24px;
	}

	.breadcrumbs {
		margin-bottom: 12px;
	}

	.modal {
		padding: 14px;
		align-items: flex-start;
	}

	.modal__dialog {
		padding: 28px 20px 24px;
		border-radius: var(--radius-md);
	}

	.modal-form {
		gap: 18px;
	}

	.modal-form h2 {
		padding-right: 34px;
		font-size: var(--desktop-h4-font-size);
		line-height: var(--desktop-h4-line-height);
	}

	.modal-consent {
		font-size: var(--desktop-text-m-font-size);
	}

	.modal-form input:not([type="checkbox"]),
	.modal-captcha img,
	.modal-form button[type="submit"] {
		height: 58px;
		border-radius: var(--radius-md);
		font-size: var(--desktop-text-l-font-size);
		line-height: var(--desktop-text-l-line-height);
	}

	.modal-captcha {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.prices {
		border-radius: var(--radius-lg);
	}

	.prices__row {
		grid-template-columns: 1fr;
		gap: 12px;
		min-height: 0;
		padding: 22px 32px;
	}

	.prices__head {
		display: grid;
		min-height: 108px;
		gap: 12px;
		padding-top: 26px;
		padding-bottom: 22px;
	}

	.prices__head div {
		font-size: var(--desktop-text-m-font-size);
		font-weight: 700;
		line-height: var(--desktop-text-m-line-height);
	}

	.prices__head div:last-child,
	.prices__button {
		display: none;
	}

	.prices__name {
		font-size: var(--desktop-text-l-font-size);
		line-height: var(--desktop-text-l-line-height);
	}

	.prices__price {
		font-size: var(--desktop-text-m-font-size);
		line-height: var(--desktop-text-m-line-height);
	}

	.detail {
		max-width: none;
	}

	.detail-media {
		grid-template-columns: 1fr;
		border-radius: var(--radius-md);
	}

	.detail-media img {
		height: auto;
		aspect-ratio: 16 / 11;
	}

	.detail-form {
		padding: 36px 24px;
		border-radius: var(--radius-lg);
	}

	.detail-form::after {
		display: none;
	}

	.detail-form__grid {
		grid-template-columns: 1fr;
	}

	.detail-captcha {
		grid-template-columns: 1fr 1fr;
	}

	.detail__content {
		margin-bottom: 60px;
	}

	.detail__content h2,
	.detail__content h3 {
		margin-bottom: 24px;
	}

	.detail__content h3 {
		margin-top: 24px;
	}

	.detail__content p {
		margin-bottom: 16px;
	}

	.home .main {
		overflow: hidden;
	}

	.hero {
		min-height: 0;
		overflow: visible;
		background: var(--white);
		background-blend-mode: normal;
		color: var(--gray-900);
	}

	.hero::before {
		content: "";
		position: absolute;
		inset: 0 0 auto;
		height: 674px;
		width: auto;
		border-radius: 0;
		background:
			radial-gradient(ellipse 638.89px 401.79px at calc(100% + 422px) 687px, rgba(213, 35, 41, .3) 0%, rgba(213, 35, 41, .3) 24%, rgba(213, 35, 41, 0) 70%),
			radial-gradient(ellipse 638.89px 401.79px at -100px 32px, rgba(213, 35, 41, .5) 0%, rgba(213, 35, 41, .5) 22%, rgba(213, 35, 41, 0) 70%),
			var(--hero-bg) center / cover no-repeat;
		background-blend-mode: normal;
		filter: none;
		opacity: 1;
		z-index: 0;
	}

	.detail-back, .detail-form {
		margin-bottom: 60px;
	}

	.detail-related h2 {
		margin-bottom: 24px;
	}

	.hero::after {
		display: none;
	}

	.hero__person {
		left: 50%;
		right: auto;
		top: 391px;
		bottom: auto;
		width: 288px;
		height: 387px;
		max-height: none;
		object-fit: contain;
		object-position: center bottom;
		clip-path: inset(0 0 104px 0);
		opacity: .96;
		transform: translateX(-50%);
		z-index: 2;
	}

	.hero__inner {
		position: relative;
		min-height: 674px;
		z-index: 2;
		padding: 32px 0 0;
	}

	.hero__inner::before {
		display: none;
	}

	.hero h1,
	.hero__features {
		position: relative;
		z-index: 3;
		width: 100%;
		max-width: none;
	}

	.hero h1 {
		margin-bottom: 24px;
		color: var(--white);
	}

	.hero__features {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-bottom: 0;
	}

	.hero-feature {
		gap: 10px;
		font-size: var(--desktop-text-m-font-size);
		line-height: var(--desktop-text-m-line-height);
	}

	.icon {
		width: 20px;
		height: 20px;
		flex-basis: 20px;
	}

	.icon img {
		width: 18px;
		height: 18px;
	}

	.hero-form {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		z-index: 4;
		display: grid;
		gap: 20px;
		margin-top: 350px;
		padding-top: 36px;
		color: var(--gray-900);
	}

	.hero-form h2 {
		margin: 0;
		color: var(--gray-900);
		font-size: var(--desktop-h4-font-size);
		line-height: var(--desktop-h4-line-height);
	}
	

	.hero-form p {
		display: none;
	}

	.consent {
		order: 2;
		margin: 0;
		color: var(--gray-600);
		font-size: var(--desktop-text-s-font-size);
		line-height: var(--desktop-text-s-line-height);
	}

	.consent input[type="checkbox"] {
		border: 1px solid var(--gray-600);
	}

	.consent a {
		color: inherit;
		text-decoration-color: currentColor;
	}

	.consent a:hover {
		color: inherit;
	}

	.form-row {
		order: 3;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.form-row input,
	.captcha input,
	.form-row button {
		height: 52px;
		border-radius: var(--radius-sm);
		font-size: var(--desktop-text-m-font-size);
		line-height: var(--desktop-text-m-line-height);
	}

	.captcha {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.captcha img {
		width: 100%;
		height: 52px;
		border: 1px solid var(--gray-300);
		border-radius: var(--radius-sm);
	}

	.form-status {
		order: 1;
		margin: 0;
	}

	.form-status.is-success {
		color: var(--gray-800);
	}

	.form-status.is-error {
		color: var(--color-primary);
	}

	.section {
		padding-top: 60px;
	}

	.section__head {
		align-items: center;
		flex-direction: row;
		margin-bottom: 24px;
	}

	.section__more.button-ordinary {
		min-height: 44px;
		padding: 11px 20px;
		font-size: var(--desktop-text-s-font-size);
		line-height: var(--desktop-text-s-line-height);
	}

	.services__grid,
	.reasons,
	.articles,
	.promos,
	.certs,
	.review-form,
	.footer__grid {
		grid-template-columns: 1fr;
	}

	.section h2,
	.about__text h2 {
		font-size: var(--desktop-h1-font-size);
		line-height: var(--desktop-h1-line-height);
	}

	.contacts-info,
	.contact-form-card {
		padding: 24px;
		border-radius: var(--radius-lg);
	}

	.contact-map {
		padding: 0;
		border-radius: var(--radius-lg);
	}

	.contacts-list div,
	.contact-form__grid,
	.contact-captcha {
		grid-template-columns: 1fr;
	}

	.contact-photo img {
		min-height: 260px;
	}

	.reason {
		min-height: 0;
		padding: 28px;
		border-radius: var(--radius-lg);
	}

	.reason::after {
		font-size: 110px;
		right: 12px;
		bottom: -20px;
	}

	.service-card {
		width: 100%;
		justify-self: center;
		gap: 0;
	}

	.service-card__image {
		width: 100%;
		height: auto;
		margin-bottom: 8px;
		aspect-ratio: 1 / 1;
		border-radius: var(--radius-md);
	}

	.service-card h3 {
		margin-bottom: 8px;
		font-size: var(--desktop-text-s-font-size);
		line-height: var(--desktop-text-s-line-height);
	}

	.service-card__more,
	.more {
		font-size: 12px;
		line-height: 16px;
	}

	.services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 12px;
		justify-content: stretch;
	}

	.about__grid {
		gap: 30px;
	}

	.about__badges {
		flex-wrap: wrap;
		gap: 8px;
		margin-top: 22px;
	}

	.about__badges span {
		flex: 0 1 auto;
		min-height: 44px;
		gap: 8px;
		padding: 12px 32px;
		border-radius: 60px;
		font-size: var(--desktop-text-s-font-size);
		line-height: var(--desktop-text-s-line-height);
	}

	.about__badges img {
		width: 18px;
		height: 18px;
	}

	.about__copy,
	.about__text p {
		margin-top: 24px;
	}

	.stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 12px;
	}

	.stat:first-child {
		grid-column: 1 / -1;
		height: 128px;
		min-height: 0;
		grid-template-columns: 44px 114px;
		grid-template-rows: auto auto;
		align-content: center;
		justify-content: center;
		column-gap: 28px;
		row-gap: 0;
		padding: 0 28px;
		border-radius: var(--radius-lg);
	}

	.stat:first-child::before {
		left: 50%;
		top: 0;
		bottom: auto;
		width: 300px;
		height: 128px;
		filter: blur(140px);
		opacity: .5;
	}

	.stat:first-child strong {
		grid-column: 2;
		grid-row: 1;
		font-size: 48px;
		line-height: 54px;
	}

	.stat:first-child span {
		grid-column: 2;
		grid-row: 2;
		width: 114px;
		margin-top: 0;
		font-size: 16px;
		line-height: 20px;
	}

	.stat__badge {
		grid-column: 1;
		grid-row: 1 / 3;
		width: 44px;
		height: 93px;
	}

	.stat {
		height: 102px;
		padding: 16px 24px 24px;
		border-radius: var(--radius-lg);
	}

	.stat strong {
		font-size: 26px;
		line-height: 30px;
	}

	.stat span {
		margin-top: 4px;
		font-size: 14px;
		line-height: 18px;
	}

	.reasons-title {
		margin: 36px 0 24px;
		font-size: 18px;
		line-height: 22px;
	}

	.reasons {
		gap: 12px;
	}

	.article__image,
	.article__image img {
		height: auto;
		aspect-ratio: 1 / 1;
		border-radius: var(--radius-md);
	}

	.articles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 12px;
	}

	.article h3 {
		margin: 10px 0 8px;
		font-size: var(--desktop-text-s-font-size);
		line-height: var(--desktop-text-s-line-height);
	}

	.article p {
		font-size: 12px;
		line-height: 16px;
	}

	.promo {
		aspect-ratio: auto;
		height: 172px;
		min-height: 0;
		justify-content: flex-end;
		gap: 4px;
		padding: 28px;
		border-radius: var(--radius-lg);
	}

	.promo::before {
		inset: 0;
		width: auto;
		height: auto;
		background:
			radial-gradient(ellipse 112% 72% at -8% 100%, rgba(213, 35, 41, .54) 0%, rgba(213, 35, 41, .38) 34%, rgba(213, 35, 41, .16) 62%, rgba(213, 35, 41, 0) 86%),
			linear-gradient(0deg, rgba(213, 35, 41, .18) 0%, rgba(213, 35, 41, .08) 34%, rgba(213, 35, 41, 0) 64%);
		filter: none;
		opacity: 1;
		transform: none;
	}

	.promos {
		gap: 12px;
	}

	.promo h3 {
		max-width: 232px;
		font-size: 18px;
		line-height: 22px;
		letter-spacing: -0.03em;
	}

	.promo p {
		max-width: 232px;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.02em;
	}

	.brands-image {
		overflow: hidden;
	}

	.brands-image img {
		width: 100%;
		min-width: 0;
	}

	.cert-controls {
		gap: 18px;
	}

	.cert-controls button,
	.cert-controls svg {
		width: 28px;
		height: 28px;
	}

	.certs {
		gap: 12px;
	}

	.cert {
		flex-basis: calc((100% - 12px) / 2);
		height: 92px;
		border-radius: 10px;
	}

	.certs-dots {
		gap: 8px;
		margin-top: 16px;
	}

	.certs-dots button {
		width: 6px;
		height: 6px;
	}

	.cert-lightbox {
		grid-template-columns: 44px minmax(0, 1fr) 44px;
	}

	.cert-lightbox__figure img {
		max-height: 78vh;
	}

	.cert-lightbox__nav {
		width: 44px;
		height: 44px;
	}

	.cert-lightbox__close {
		top: 14px;
		right: 14px;
	}

	.review-form-wrap {
		padding: 22px;
		border-radius: var(--radius-lg);
	}

	.review-captcha {
		max-width: none;
		grid-template-columns: 1fr;
	}

	.review__body {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 16px;
	}

	.review__avatar {
		width: 44px;
		height: 44px;
		border-width: 3px;
	}

	.footer {
		margin-top: 60px;
		padding: 36px 0 28px;
	}

	.footer__grid {
		gap: 0;
	}

	.footer__grid > div,
	.footer__grid > nav {
		padding: 24px 0;
		border-top: 1px solid var(--gray-800);
	}

	.footer a {
		margin-bottom: 16px;
	}

	.footer h3 {
		margin-bottom: 18px;
		font-size: var(--desktop-text-xl-font-size);
		line-height: var(--desktop-text-xl-line-height);
	}

	.footer-accordion__toggle {
		min-height: 28px;
		margin-bottom: 0;
		font-size: var(--desktop-text-xl-font-size);
		font-weight: 400;
		line-height: var(--desktop-text-xl-line-height);
		cursor: pointer;
	}

	.footer-accordion__toggle svg {
		display: block;
		transform: rotate(180deg);
	}

	.footer-accordion.is-open .footer-accordion__toggle {
		margin-bottom: 24px;
		color: var(--white);
	}

	.footer-accordion.is-open .footer-accordion__toggle svg {
		transform: rotate(0deg);
	}

	.footer-accordion__body {
		display: none;
	}

	.footer-accordion.is-open .footer-accordion__body {
		display: block;
	}

	.footer-contacts h3 {
		margin-bottom: 24px;
	}

	.footer-contact-row {
		grid-template-columns: 24px minmax(0, 1fr);
		gap: 8px;
		margin-bottom: 18px;
	}

	.footer-contact-row img {
		width: 16px;
		height: 16px;
	}

	.footer-rating {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 14px;
		margin: 28px 0 22px;
	}

	.footer-rating__score {
		width: 25px;
	}

	.footer-rating__place,
	.footer-social {
		width: 100%;
		min-height: 52px;
		border-radius: var(--radius-md);
	}

	.footer-contact-row a,
	.footer-made a,
	.footer a.footer-rating__place,
	.footer a.footer-social {
		margin-bottom: 0;
	}

	.footer-docs {
		margin-bottom: 24px;
	}

	.footer-made {
		margin-bottom: 0 !important;
	}

	.cookie {
		left: 50%;
		bottom: 12px;
		width: calc(100% - 24px);
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 20px;
		border-radius: var(--radius-md);
		font-size: var(--desktop-text-m-font-size);
		line-height: var(--desktop-text-m-line-height);
		transform: translateX(-50%);
	}

	.cookie button {
		width: 100%;
		height: 54px;
		font-size: var(--desktop-text-m-font-size);
	}

	.to-top {
		right: 16px;
		bottom: 16px;
		width: 38px;
		height: 38px;
	}
}

/* End */
/* /local/templates/akpp/template_styles.css?177909955677179 */
