*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

:root {
	--font-family: "Inter", "Roboto", Arial, sans-serif;
	--color-primary: #566480;
	--color-accent: #e28519;
	--color-dark: #202d40;
	--color-white: #ffffff;
}

html {
	min-height: 100%;
}

body {
	min-width: 320px;
	min-height: 100%;
	margin: 0;
	font-family: var(--font-family);
	color: #26344f;
	background: #ffffff;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

button,
input,
textarea,
select {
	font: inherit;
}

.page {
	min-height: 100vh;
	padding-top: 132px;
}

body.page {
	padding-top: 0;
}

.page__section {
	width: 100%;
}

header.site-header.header_new,
header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	max-width: 100% !important;
	padding-top: 0;
	padding-bottom: 0;
	background: #ffffff;
	border-bottom: 1px solid #e7e9ee;
	-webkit-box-shadow: 0 1px 4px rgba(32, 45, 64, 0.08);
	box-shadow: 0 1px 4px rgba(32, 45, 64, 0.08);
}

.site-header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: min(100%, 1200px);
	min-height: 75px;
	margin: 0 auto;
	padding: 12px 16px 0;
	gap: 12px;
}

.site-header__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
}

.site-header__brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 0;
	gap: 10px;
	text-decoration: none;
}

.site-header__logo {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 142px;
	flex: 0 0 142px;
	width: 142px;
}

.site-header__logo-image {
	width: 142px;
	height: auto;
}

.site-header__tagline {
	font-size: 12px;
	line-height: 1.35;
	font-weight: 400;
	color: #323a48;
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
	max-width: 200px;
}

.site-header__contacts {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px;
}

.site-header__mail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	font-family: unset;
}

.site-header__mail-label {
	color: #323a48;
}

.site-header__mail-link {
	color: #5f8bdc;
	text-decoration: none;
}

.site-header__phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 3px;
}

.site-header__phone-link {
	font-size: 22px;
	line-height: 1.1;
	font-weight: 800;
	color: #000000;
	text-decoration: none;
	font-family: "Roboto", Sans-serif;
}

.site-header__callback {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	line-height: 1.1;
	font-weight: 600;
	color: #7eabff;
	border-bottom: 1px dashed #3091F2;
	padding: 0 2px 0 0;
	padding-bottom: 2px;
	text-underline-offset: 3px;
}

.site-header__callback-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.site-header__burger {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #dce1eb;
	border-radius: 4px;
	background: #ffffff;
	cursor: pointer;
	gap: 5px;
}

.site-header__burger-line {
	width: 22px;
	height: 2px;
	background: #ffffff;
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: transform 0.2s ease, opacity 0.2s ease;
	transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}

.site-header.is-menu-open .site-header__burger-line:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .site-header__burger-line:nth-child(2) {
	opacity: 0;
}

.site-header.is-menu-open .site-header__burger-line:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

.site-header__nav {
	display: none;
}

.site-header.is-menu-open .site-header__nav {
	display: block;
	max-height: calc(100vh - 108px);
	overflow-y: auto;
}

.nav__list,
.nav__submenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-top: 1px solid #e7e9ee;
}

.nav__item {
	position: relative;
	border-bottom: 1px solid #edf0f5;
}

.nav__link,
.nav__submenu-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 42px;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
	color: #26344f;
	text-decoration: none;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.nav__link {
	position: relative;
	padding: 0 42px 0 0;
}

.nav__submenu-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent !important;
	cursor: pointer;
}

[type=button].nav__submenu-button:focus,
[type=button].nav__submenu-button:hover {
	background: transparent !important;
}

.nav__submenu-button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--color-primary);
	border-bottom: 2px solid var(--color-primary);
	-webkit-transform: translate(-50%, -65%) rotate(45deg);
	transform: translate(-50%, -65%) rotate(45deg);
}

.nav__submenu {
	display: none;
	padding: 4px 0 10px 14px;
}

.nav__item--has-submenu:hover .nav__submenu,
.nav__item--has-submenu:focus-within .nav__submenu {
	display: block;
}

.nav__submenu-link {
	min-height: 34px;
	font-size: 14px;
	font-weight: 500;
	color: #566480;
}

.nav__link:hover,
.nav__submenu-link:hover {
	color: var(--color-accent);
}

.site-header__mail-link:hover,
.site-header__callback:hover {
	color: var(--color-accent);
}

.site-header__burger:focus-visible,
.site-header__brand:focus-visible,
.site-header__mail-link:focus-visible,
.site-header__phone-link:focus-visible,
.site-header__callback:focus-visible,
.nav__link:focus-visible,
.nav__submenu-link:focus-visible,
.nav__submenu-button:focus-visible {
	outline: 2px solid var(--color-accent);
	outline-offset: 3px;
}

.hero {
	overflow: hidden;
	padding: 77px 20px 8px;
	background: #ffffff;
}

.hero__container {
	display: grid;
	grid-template-columns: 637px minmax(0, 1fr);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: min(100%, 1200px);
	margin: 0 auto;
	gap: 8px;
}

.hero__content {
	position: relative;
	z-index: 2;
	width: 637px;
	max-width: 100%;
	padding-top: 8px;
	padding-bottom: 10px;
}

.hero__title {
	max-width: 590px;
	margin: 0;
	font-size: 48px;
	line-height: 1.03;
	font-weight: 700;
	color: #273654;
}

.hero__subtitle {
	max-width: 585px;
	margin: 27px 0 0;
	font-size: 22px;
	line-height: 1.45;
	font-weight: 600;
	color: #111111;
}

.hero__list {
	max-width: 585px;
	margin: 37px 0 0;
	padding-left: 18px;
	color: #111111;
}

.hero__item {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.hero__item + .hero__item {
	margin-top: 0;
}

.hero__text {
	max-width: 610px;
	margin: 21px 0 0;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: #26344f;
}

.hero__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 32px;
	margin-top: 29px;
}

.hero__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 252px;
	min-height: 56px;
	padding: 0 24px;
	border: 1px solid #566480;
	font-family: "Roboto", "Inter", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #566480;
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.hero__button:hover {
	border-color: #e28519;
	background: #e28519;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.hero__button_secondary {
	background: #4d5b78;
}

.hero__media {
	min-width: 0;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.hero__slider {
	width: min(52vw, 1030px);
	max-width: none;
	height: 100%;
	margin-left: -10px;
	margin-right: calc((100vw - min(100vw, 1200px)) / -2);
}

.hero__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 540px;
}

.hero__slider:not(.swiper-initialized) .hero__slide:not(:first-child) {
	display: none;
}

.hero__image {
	width: 100%;
	max-height: 600px;
	-o-object-fit: contain;
	object-fit: contain;
}

.quality {
	overflow: hidden;
	padding: 10px 16px 40px;
	background: #ffffff;
}

.quality__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: min(100%, 1213px);
	margin: 0 auto;
	gap: 28px;
}

.quality__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	min-width: 0;
	gap: 16px;
}

.quality__title {
	margin: 0;
	font-family: var(--font-family);
	font-size: 28px;
	line-height: 1.22;
	font-weight: 800;
	letter-spacing: 0;
	color: #213252;
}

.quality__text {
	max-width: 100%;
	margin: 0;
	font-family: var(--font-family);
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	letter-spacing: 0;
	color: #213252;
}

.quality__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 0 14px;
	border: 1px solid #566480;
	font-family: "Roboto", "Inter", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #566480;
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.quality__button:hover {
	border-color: #e28519;
	background: #e28519;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.quality__button:focus-visible,
.quality__guarantee:focus-visible {
	outline: 2px solid #e28519;
	outline-offset: 3px;
}

.quality__guarantee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 502px;
	min-height: 104px;
	overflow: hidden;
	text-decoration: none;
	background: #333333;
	border-radius: 8px;
	-webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, transform 0.2s ease;
	transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.quality__guarantee:hover {
	background: #e28519;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.quality__document {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 82px;
	flex: 0 0 82px;
	padding: 14px;
	background: #566480;
}

.quality__document picture {
	display: block;
}

.quality__document-image {
	width: 49px;
	height: 68px;
	-o-object-fit: cover;
	object-fit: cover;
}

.quality__guarantee-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 0;
	padding: 16px 18px;
	gap: 0;
}

.quality__guarantee-title {
	margin: 0;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	line-height: 60px;
	font-weight: 500;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
}

.quality__guarantee-text {
	margin: 0;
	font-family: "Roboto", "Inter", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	color: #ffffff;
}

.calculation {
	overflow: hidden;
	padding: 32px 16px 15px;
	margin-bottom: 60px;
	background: var(--color-dark);
}

.calculation__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: min(100%, 1200px);
	margin: 0 auto;
	gap: 30px 0;
}

.calculation__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	gap: 26px;
}

.calculation__title {
	max-width: 600px;
	margin: 0;
	font-family: var(--font-family);
	font-size: 28px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0;
	color: var(--color-white);
}

.calculation__text {
	max-width: 520px;
	margin: 0;
	font-family: var(--font-family);
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	color: #fff;
}

.calculation__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 580px;
	gap: 12px;
}

.calculation__fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.calculation__field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.calculation__label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.calculation__input {
	width: 100%;
	min-height: 53px;
	padding: 0 18px;
	border: 1px solid #d9dce2;
	border-radius: 5px !important;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	color: #202d40;
	background: var(--color-white);
}

.calculation__input::-webkit-input-placeholder {
	color: #8b8f98;
	opacity: 1;
}

.calculation__input:-ms-input-placeholder {
	color: #8b8f98;
	opacity: 1;
}

.calculation__input::placeholder {
	color: #8b8f98;
	opacity: 1;
}

.calculation__input:focus-visible,
.calculation__file:focus-visible {
	outline: 2px solid var(--color-accent);
	outline-offset: 2px;
}

.calculation__upload {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.calculation__upload-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-size: 15px;
	line-height: 1.05;
	font-weight: 700;
	color: var(--color-white);
}

.calculation__file-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9dce2;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.1;
	color: #202d40;
	background: var(--color-white);
	cursor: pointer;
}

.calculation__file {
	max-width: 210px;
	font-size: 13px;
	color: var(--color-white);
}

.calculation__file::file-selector-button {
	display: none;
}

.calculation__agreement {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 6px;
	font-family: "Roboto", "Inter", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 400;
	color: var(--color-white);
}

.calculation__checkbox {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 13px;
	height: 13px;
	margin: 3px 0 0;
	accent-color: #4d87ff;
}

.calculation__link {
	color: #4d87ff;
	text-decoration: none;
}

.calculation__link:hover {
	text-decoration: underline;
}

.calculation__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 0 20px;
	border: 1px solid var(--color-accent);
	border-radius: 3px;
	font-family: "Roboto", "Inter", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 600;
	color: var(--color-white);
	background: var(--color-accent);
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.calculation__button:hover {
	border-color: var(--color-primary);
	background: var(--color-primary);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.calculation__button:focus-visible {
	outline: 2px solid var(--color-white);
	outline-offset: 3px;
}

.calculation__media {
	min-width: 0;
}

.calculation__slider {
	width: 100%;
	height: 100%;
}

.calculation__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 300px;
}

.calculation__slider:not(.swiper-initialized) .calculation__slide:not(:first-child) {
	display: none;
}

.calculation__slide picture {
	display: block;
	width: 100%;
}

.calculation__image {
	width: 100%;
	height: auto;
	max-height: 320px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: right bottom;
	object-position: right bottom;
}

.touch {
	padding: 0 16px 60px;
	background: #ffffff;
}

.touch__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: min(100%, 1200px);
	margin: 0 auto;
	gap: 0;
}

.touch__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 28px;
}

.touch__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-width: 0;
	gap: 20px;
}

.touch__title {
	max-width: 100%;
	margin: 0 0 30px;
	font-family: var(--font-family);
	font-size: 28px;
	line-height: 1.22;
	font-weight: 800;
	letter-spacing: 0;
	overflow-wrap: break-word;
	color: #213252;
}

.touch__text {
	max-width: 590px;
	margin: 0;
	font-family: var(--font-family);
	font-size: 26px;
	line-height: 1.35;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #213252;
}

.touch__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 0 16px;
	border: 1px solid var(--color-primary);
	font-family: "Roboto", "Inter", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: var(--color-white);
	background: var(--color-primary);
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.touch__button:hover {
	border-color: var(--color-accent);
	background: var(--color-accent);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.touch__button:focus-visible,
.touch__video:focus-visible {
	outline: 2px solid var(--color-accent);
	outline-offset: 3px;
}

.touch__video {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
	background: #111111;
}

.touch__video picture {
	display: block;
}

.touch__video-image {
	width: 100%;
	aspect-ratio: 16 / 9;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: transform 0.2s ease, opacity 0.2s ease;
	transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}

.touch__video:hover .touch__video-image {
	opacity: 0.86;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.touch__play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--color-white);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.touch__play::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 4px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 17px solid var(--color-accent);
}

.touch__modal {
	display: none;
	width: min(100%, 960px);
	padding: 0;
	background: #000000;
}

.touch__modal-video {
	display: block;
	width: 100%;
	max-height: 80vh;
	background: #000000;
}

.advantage {
	padding: 0 16px 60px;
	background: #ffffff;
}

.advantage__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: min(100%, 1200px);
	margin: 0 auto;
	gap: 24px;
}

.advantage__title {
	margin: 0;
	font-family: var(--font-family);
	font-size: 28px;
	line-height: 1.22;
	font-weight: 800;
	letter-spacing: 0;
	color: #213252;
}



.advantage__intro {
	max-width: 1140px;
	margin: 0;
	font-family: var(--font-family);
	font-size: 26px;
	line-height: 1.35;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #213252;
}

.advantage__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 28px;
}

.advantage__picture {
	display: block;
	width: 100%;
	overflow: hidden;
}

.advantage__image {
	width: 100%;
	height: auto;
	min-height: 210px;
	-o-object-fit: cover;
	object-fit: cover;
}

.advantage__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
}

.advantage__subtitle {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 600;
	color: #0e0e0e;
}

.advantage__text {
	max-width: 430px;
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: #213252;
}

.reviews {
	overflow: hidden;
	padding: 55px 16px;
	background: #f5f5f5;
}

.reviews__container {
	position: relative;
	width: min(100%, 1120px);
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.reviews__slider {
	overflow: hidden !important;
	width: 100%;
	padding: 10px 14px 22px !important;
}

.reviews__slide {
	height: auto;
}

.reviews__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-height: 390px;
	padding: 18px 20px;
	border: 1px solid #eeeeee;
	border-radius: 20px;
	color: #4a5568;
	background: #ffffff;
	-webkit-box-shadow: 0 7px 5px rgba(32, 45, 64, 0.16);
	box-shadow: 0 7px 5px rgba(32, 45, 64, 0.16);
}

.reviews__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 12px;
}

.reviews__avatar {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42px;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border-radius: 50%;
	background: #f0f2f7;
}

.reviews__avatar-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.reviews__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	gap: 4px;
}

.reviews__rating {
	position: relative;
	width: 84px;
	height: 18px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	color: #d8dde6;
}

.reviews__rating::before,
.reviews__rating::after {
	content: "★★★★★";
	position: absolute;
	top: 0;
	left: 0;
}

.reviews__rating::after {
	width: 100%;
	overflow: hidden;
	color: #ffd21f;
}

.reviews__rating[data-rating="0"]::after {
	width: 0;
}

.reviews__rating[data-rating="1"]::after {
	width: 20%;
}

.reviews__rating[data-rating="2"]::after {
	width: 40%;
}

.reviews__rating[data-rating="3"]::after {
	width: 60%;
}

.reviews__rating[data-rating="4"]::after {
	width: 80%;
}

.reviews__rating[data-rating="5"]::after {
	width: 100%;
}

.reviews__name {
	margin: 0;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #1f2937;
}

.reviews__date {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	color: #9aa3af;
}

.reviews__text {
	display: -webkit-box;
	min-height: 172px;
	margin: 24px 0 18px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 500;
	color: #4b5563;
}

.reviews__more {
	display: inline;
	margin-left: 10px;
	font-weight: 700;
	color: #31363f;
	text-decoration: none;
	outline: none !important;
}

.reviews__button {
	outline: none !important;
}

.reviews__more:hover,
.reviews__source:hover {
	color: var(--color-accent);
}

.reviews__more:focus-visible,
.reviews__source:focus-visible,
.reviews__button:focus-visible {
	outline: 2px solid var(--color-accent);
	outline-offset: 3px;
}

.reviews__source {
	margin-top: auto;
	font-size: 12px;
	line-height: 1.2;
	color: #7b8089;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.reviews__button {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: none;
	width: 52px;
	height: 52px;
	border: 1px solid #d3d3d3 !important;
	border-radius: 50%;
	background: #ffffff !important;
	cursor: pointer !important;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	-webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease !important;
	transition: border-color 0.2s ease, -webkit-transform 0.2s ease !important;
	transition: border-color 0.2s ease, transform 0.2s ease !important;
	transition: border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease !important;
}

.reviews__button::before {
	content: "";
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	width: 10px !important;
	height: 10px !important;
	border-top: 2px solid #c4c6cc !important;
	border-right: 2px solid #c4c6cc !important;
}

.reviews__button--prev {
	left: -55px;
}

.reviews__button--next {
	right: -55px;
}

.reviews__button--prev::before {
	-webkit-transform: translate(-35%, -50%) rotate(-135deg);
	transform: translate(-35%, -50%) rotate(-135deg);
}

.reviews__button--next::before {
	-webkit-transform: translate(-65%, -50%) rotate(45deg);
	transform: translate(-65%, -50%) rotate(45deg);
}

.reviews__button:hover {
	border-color: var(--color-accent) !important;
	-webkit-transform: translateY(-50%) scale(1.04) !important;
	transform: translateY(-50%) scale(1.04) !important;
}

.reviews__button:hover::before {
	border-color: var(--color-accent) !important;
}

.reviews__modal {
	display: none;
	width: min(100%, 560px);
	padding: 28px;
	border-radius: 12px;
	color: #26344f;
	background: #ffffff;
}

.reviews__modal-title {
	margin: 0 0 16px;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
}

.reviews__modal-text {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
}

.touch__text,
.advantage__intro {
	color: #213252;
	font-family: "Inter", Sans-serif;
	font-size: 24px;
	font-weight: 400;
}

@media (min-width: 768px) {
	.page {
		padding-top: 118px;
	}

	.site-header__container {
		min-height: 75px;
		padding: 12px 16px 5px;
		gap: 10px;
	}

	.site-header__top {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.site-header__brand {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 410px;
		flex: 0 1 410px;
		gap: 20px;
	}

	.site-header__logo {
		-ms-flex-preferred-size: 210px;
		flex-basis: 210px;
		width: 210px;
	}

	.site-header__logo-image {
		width: 221px;
	}

	.site-header__tagline {
		max-width: 179px;
		font-size: 14px;
	}

	.site-header__contacts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		gap: 28px;
	}

/*
	.site-header__mail {
		font-size: 12px;
	}
*/

	.site-header__phone {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.site-header__phone-link {
		font-size: 15px;
	}

	.site-header__callback {
		font-size: 11px;
	}

	.site-header__callback-icon {
		width: 11px;
		height: 15px;
	}

	.site-header__burger {
		display: none;
	}

	.site-header__nav {
		display: block;
		max-height: none;
		overflow: visible;
		border-top: 1px solid #edf0f5;
	}

	.nav__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-top: 0;
		gap: 42px;
	}

	.nav__item {
		border-bottom: 0;
	}

	.nav__link {
		min-height: 36px;
		padding: 0;
		font-size: 14px;
		white-space: nowrap;
	}

	.nav__submenu-button {
		display: none;
	}

	.nav__item--has-submenu .nav__link {
		padding-right: 16px;
	}

	.nav__item--has-submenu .nav__link::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 7px;
		height: 7px;
		border-right: 2px solid var(--color-primary);
		border-bottom: 2px solid var(--color-primary);
		-webkit-transform: translateY(-65%) rotate(45deg);
		transform: translateY(-65%) rotate(45deg);
	}

	.nav__submenu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 25;
		min-width: 245px;
		padding: 10px 0;
		border: 1px solid #edf0f5;
		border-radius: 0 0 6px 6px;
		background: #ffffff;
		-webkit-box-shadow: 0 8px 18px rgba(32, 45, 64, 0.12);
		box-shadow: 0 8px 18px rgba(32, 45, 64, 0.12);
	}

	.nav__submenu-link {
		min-height: 38px;
		padding: 0 16px;
	}

	.quality {
		padding: 0 16px;
	}

	.quality__title {
		font-size: 34px;
	}

	.quality__text {
		max-width: 642px;
		font-size: 18px;
		line-height: 1.25;
	}

	.quality__button {
		width: auto;
		min-width: 335px;
	}

	.quality__guarantee {
		min-height: 126px;
	}

	.quality__document {
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
		padding: 17px 20px;
	}

	.quality__document-image {
		width: 61px;
		height: 85px;
	}

	.quality__guarantee-content {
		padding: 20px 30px;
	}

	.quality__guarantee-text {
		font-size: 16px;
	}

	.calculation__title {
		font-size: 34px;
	}

	.calculation__fields {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.calculation__field {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.calculation__field--half {
		-ms-flex-preferred-size: calc(50% - 5px);
		flex-basis: calc(50% - 5px);
	}

	.calculation__button {
		width: 349px;
		min-height: 50px;
	}

	.calculation__slide {
		min-height: 430px;
	}

	.calculation__image {
		max-height: 430px;
	}

	.touch {
		padding-right: 16px;
		padding-bottom: 70px;
		padding-left: 16px;
	}

	.touch__title {
		font-size: 34px;
	}

	.touch__text {
		line-height: 1.32;
	}

	.touch__button {
		width: 356px;
		min-height: 61px;
		font-size: 16px;
	}

	.advantage {
		padding-right: 16px;
		padding-bottom: 70px;
		padding-left: 16px;
	}

	.advantage__title {
		font-size: 34px;
	}

	.advantage__image {
		min-height: 256px;
	}

	.reviews {
		padding-top: 55px;
		padding-bottom: 55px;
	}

}

@media (max-width: 767px) {

	.site-header__tagline {
		max-width: 118px;
	}

	.site-header__container {
		min-height: 60px;
		padding: 0;
		gap: 10px;
	}

	.calculation__slide {
		min-height: 240px;
	}

	.advantage__intro,
	.touch__text {
		font-size: 18px;
	}

	.calculation {
		margin-bottom: 35px;
	}

	.advantage,
	.touch {
		padding: 0 16px 35px;
	}

	.reviews {
		padding: 35px 16px;
	}

	.main_page .gefest-hero-product {
		padding-top: 0;
	}

}

@media (min-width: 992px) {
	.calculation {
		padding: 0;
	}

	.quality {
		padding: 0 20px 60px;
	}

	.quality__content {
		gap: 19px;
	}

	.quality__title {
		font-size: 40px;
		line-height: 1.18;
		white-space: nowrap;
	}

	.quality__text {
		max-width: 665px;
		font-size: 20px;
		line-height: 1.14;
	}

	.quality__button {
		width: 356px;
		min-width: 0;
		min-height: 61px;
		font-size: 16px;
	}

	.calculation__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 30px 0;
	}

	.calculation__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 589px;
		flex: 0 0 589px;
		gap: 0;
	}

	.calculation__title {
		width: 750px;
		max-width: none;
		margin: 0 0 30px;
		font-size: 32px;
		line-height: 1.35;
	}

	.calculation__text {
		max-width: 520px;
		margin: 0 0 33px;
		font-family: var(--font-family);
		font-size: 18px;
		line-height: 1.55;
		font-weight: 500;
		color: #fff;
	}

	.calculation__media {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 520px;
		flex: 1 1 520px;
		min-width: 0;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	.calculation__slider {
		width: min(52vw, 1030px);
		max-width: none;
		height: 100%;
		margin-right: 0;
	}

	.calculation__slide {
		min-height: 659px;
	}

	.calculation__image {
		max-height: 740px;
	}

	.calculation__button {
		width: 349px;
		min-width: 0;
		min-height: 50px;
		font-size: 16px;
	}

	.calculation__agreement {
		font-family: "Roboto", "Inter", Arial, sans-serif;
		font-size: 15px;
		font-weight: 400;
	}

	.touch__body {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 52px;
	}

	.touch__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 680px;
		flex: 0 1 680px;
		gap: 22px;
	}

	.touch__title {
		font-size: 40px;
		line-height: 1.18;
	}

	.touch__text {
		max-width: 590px;
		line-height: 1.32;
	}

	.touch__video {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 480px;
		flex: 0 0 480px;
		width: 480px;
		height: 293px;
	}

	.touch__video-image {
		height: 293px;
		aspect-ratio: auto;
	}

	.advantage__title {
		font-size: 40px;
		line-height: 1.18;
	}

	.advantage__intro {
		max-width: 1140px;
		line-height: 1.35;
	}

	.advantage__body {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 70px;
	}

	.advantage__picture {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 546px;
		flex: 0 0 546px;
		width: 546px;
		height: 256px;
	}

	.advantage__image {
		width: 546px;
		height: 256px;
	}

	.advantage__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 530px;
		flex: 0 1 530px;
	}

	.reviews {
		padding-right: 20px;
		padding-left: 20px;
	}

	.reviews__button {
		display: block;
	}
}

@media (min-width: 1200px) {
	.site-header__container {
		padding-right: 0;
		padding-left: 0;
	}

	.site-header__contacts {
		gap: 30px;
	}

	.site-header__mail {
		font-size: 14px;
	}

	.site-header__callback span {
		font-family: "Nunito", Sans-serif;
		font-weight: 500;
		color: #3091F2;
		font-size: 16px;
	}

	.site-header__mail-label,
	.site-header__mail-link,
	.site-header__phone-link,
	.site-header__callback span {
		position: static;
		width: auto;
		height: auto;
		overflow: visible;
		clip: auto;
		white-space: normal;
	}

	.site-header__mail-link,
	.site-header__phone-link,
	.site-header__callback {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: auto;
		height: auto;

	}

	.site-header__mail-link::before,
	.site-header__phone-link::before {
		content: none;
	}

	.site-header__phone-link {
		font-size: 22px;
		color: #000000;
	}

	.site-header__callback {
		font-size: 13px;
		color: #7eabff;
		border-bottom: 1px dashed #3091F2;
		padding: 0 2px 0 0;
		padding-bottom: 2px;
	}

	.site-header__callback-icon {
		width: 13px;
		height: 18px;
	}

	.quality {
		padding-right: 0;
		padding-left: 0;
	}

	.quality__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 24px;
	}

	.quality__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 787px;
		flex: 0 1 787px;
	}

	.quality__guarantee {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 502px;
		flex: 0 0 502px;
		max-width: none;
	}

	.calculation__container {
		gap: 30px 0;
	}

	.calculation__media {
		-ms-flex-preferred-size: 590px;
		flex-basis: 590px;
	}

	.touch {
		padding-right: 0;
		padding-left: 0;
	}

	.touch__body {
		gap: 70px;
	}

	.touch__content {
		-ms-flex-preferred-size: 680px;
		flex-basis: 680px;
	}

	.touch__video {
		-ms-flex-preferred-size: 480px;
		flex-basis: 480px;
	}

	.advantage {
		padding-right: 0;
		padding-left: 0;
	}

	.reviews {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 1024px) {
	.hero {
		padding-top: 44px;
	}

	.hero__container {
		grid-template-columns: minmax(320px, 48%) minmax(0, 1fr);
		gap: 10px;
	}

	.hero__content {
		width: auto;
	}

	.hero__title {
		font-size: 40px;
	}

	.hero__subtitle {
		font-size: 20px;
		line-height: 1.35;
	}

	.hero__text {
		line-height: 1.8;
	}

	.hero__slider {
		width: 52vw;
		margin-left: 0;
		margin-right: 0;
	}

	.hero__slide {
		min-height: 420px;
	}
}

@media (max-width: 820px) {
	.hero {
		padding: 30px 16px 8px;
	}

	.hero__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 24px;
	}

	.hero__content {
		padding: 0;
	}

	.hero__title,
	.hero__subtitle,
	.hero__list,
	.hero__text {
		max-width: none;
	}

	.hero__title {
		font-size: 38px;
	}

	.hero__subtitle {
		margin-top: 18px;
	}

	.hero__list {
		margin-top: 26px;
	}

	.hero__text {
		margin-top: 28px;
		line-height: 1.65;
	}

	.hero__slider {
		width: 100%;
	}

	.hero__slide {
		min-height: 260px;
	}

	.hero__image {
		max-height: 340px;
	}
}

@media (max-width: 520px) {
	.hero {
		padding-top: 24px;
	}

	.hero__title {
		font-size: 32px;
	}

	.hero__subtitle {
		margin-top: 12px;
		font-size: 18px;
	}

	.hero__list {
		margin-top: 22px;
	}

	.hero__item {
		font-size: 14px;
	}

	.hero__text {
		margin-top: 24px;
		font-size: 14px;
	}

	.hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 22px;
	}

	.hero__button {
		width: 100%;
		min-width: 0;
		min-height: 48px;
		padding-right: 16px;
		padding-left: 16px;
		font-size: 13px;
	}

	.hero__slide {
		min-height: 210px;
	}
}


[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
	color: #fff;
	background-color: #e28519 !important;
	text-decoration: none;
}

.calculation__website-field {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.calculation__message {
	color: #b42318;
}

.calculation-modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 9998;
	background: rgba(0, 0, 0, .55);
}

.calculation-modal {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	width: min(520px, calc(100% - 32px));
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	-webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
	box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.calculation-modal__close {
	position: absolute;
	top: 8px;
	right: 12px;
	border: 0;
	background: transparent;
	font-size: 30px;
	cursor: pointer;
}

.calculation-modal__button {
	cursor: pointer;
}

body.calculation-modal-open {
	overflow: hidden;
}

.gefest-product-card__trigger {
	cursor: pointer;
}

.card__list_cat {
	padding: 0;
}

.card__list_cat li {
	margin: 0 0 3px;
}

.card__list_cat li a {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #26344f;
}

.gefest-products__title {
	margin-bottom: 24px;
}

a.gefest-product-card__button {
	font-family: "Inter", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	fill: #FFFFFF;
}

/*модалка категорий*/

/* =========================================================
   Fancybox — модалка категорий
   ========================================================= */

.fancybox__content.category-modal {
	--modal-primary: #556686;
	--modal-primary-dark: #44536f;
	--modal-primary-soft: #f1f4f8;
	--modal-text: #354158;
	--modal-border: rgba(85, 102, 134, 0.18);

	position: relative;
	width: min(720px, calc(100vw - 32px));
	max-width: 100%;
	padding: 36px 38px 38px;
	overflow: visible;

	border: 1px solid var(--modal-border);
	border-radius: 22px;

	background: #fff;
	color: var(--modal-text);

	-webkit-box-shadow:
		0 28px 70px rgba(20, 27, 39, 0.25),
		0 8px 24px rgba(20, 27, 39, 0.12);

	box-shadow:
		0 28px 70px rgba(20, 27, 39, 0.25),
		0 8px 24px rgba(20, 27, 39, 0.12);
}

/* Верхняя декоративная линия */
.fancybox__content.category-modal::before {
	content: "";
	position: absolute;
	top: 0;
	left: 18px;
	right: 18px;
	height: 4px;

	border-radius: 0 0 4px 4px;
	background: var(--modal-primary);
}

/* Шапка */
.category-modal__head {
	margin: 0 0 24px;
	padding: 0 48px 0 0;
}

.category-modal__title {
	margin: 0;

	color: var(--modal-text);
	font-size: clamp(25px, 3.4vw, 38px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.category-modal__title::after {
	content: "";
	display: block;
	width: 56px;
	height: 3px;
	margin-top: 16px;

	border-radius: 999px;
	background: var(--modal-primary);
}

/* Список */
.category-modal__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;

	margin: 0;
	padding: 0;

	list-style: none;
}

.category-modal__list-item {
	min-width: 0;
	margin: 0;
	padding: 0;
}

/* Ссылка категории */
.category-modal__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 14px;

	min-height: 62px;
	padding: 13px 16px;

	border: 1px solid var(--modal-border);
	border-radius: 13px;

	background: #fff;
	color: var(--modal-text);

	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;

	-webkit-box-shadow: 0 5px 15px rgba(53, 65, 88, 0.045);

	box-shadow: 0 5px 15px rgba(53, 65, 88, 0.045);

	-webkit-transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		-webkit-box-shadow 0.2s ease,
		-webkit-transform 0.2s ease;

	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		-webkit-box-shadow 0.2s ease,
		-webkit-transform 0.2s ease;

	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;

	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease,
		-webkit-box-shadow 0.2s ease,
		-webkit-transform 0.2s ease;
}

.category-modal__link:hover {
	border-color: rgba(85, 102, 134, 0.42);
	background: var(--modal-primary-soft);
	color: var(--modal-primary-dark);

	-webkit-box-shadow: 0 8px 20px rgba(53, 65, 88, 0.09);

	box-shadow: 0 8px 20px rgba(53, 65, 88, 0.09);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.category-modal__link:focus-visible {
	outline: 3px solid rgba(85, 102, 134, 0.2);
	outline-offset: 2px;
}

.category-modal__link-name {
	min-width: 0;
	overflow-wrap: anywhere;
}

.category-modal__link-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: var(--modal-primary);

	-webkit-transition: -webkit-transform 0.2s ease;

	transition: -webkit-transform 0.2s ease;

	transition: transform 0.2s ease;

	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.category-modal__link:hover .category-modal__link-icon {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

/* Кнопка закрытия */
.fancybox__content.category-modal > .f-button.is-close-btn {
	top: 12px;
	right: 12px;

	width: 40px;
	height: 40px;

	border: 1px solid rgba(85, 102, 134, 0.16);
	border-radius: 50%;

	background: #fff;
	color: var(--modal-primary);

	opacity: 1;
	-webkit-box-shadow: 0 5px 14px rgba(53, 65, 88, 0.1);
	box-shadow: 0 5px 14px rgba(53, 65, 88, 0.1);

	-webkit-transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		-webkit-transform 0.2s ease;

	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		-webkit-transform 0.2s ease;

	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;

	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease,
		-webkit-transform 0.2s ease;
}

.fancybox__content.category-modal > .f-button.is-close-btn:hover {
	border-color: var(--modal-primary);
	background: var(--modal-primary);
	color: #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fancybox__content.category-modal > .f-button.is-close-btn svg {
	width: 18px;
	height: 18px;
}

/* Затемнение */
.fancybox__backdrop {
	background: rgba(20, 23, 30, 0.82);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

/* Убираем лишние внешние отступы */
.fancybox__slide {
	padding: 24px;
}

/* Когда категорий мало */
.category-modal__list:has(.category-modal__list-item:only-child) {
	grid-template-columns: 1fr;
}

/* Планшет */
@media (max-width: 767px) {
	.fancybox__content.category-modal {
		width: min(620px, calc(100vw - 24px));
		padding: 32px 24px 26px;
		border-radius: 18px;
	}

	.category-modal__head {
		margin-bottom: 20px;
	}

	.category-modal__list {
		grid-template-columns: 1fr;
	}
}

/* Телефон */
@media (max-width: 479px) {
	.fancybox__slide {
		padding: 10px;
	}

	.fancybox__content.category-modal {
		width: 100%;
		padding: 28px 16px 18px;
		border-radius: 16px;
	}

	.fancybox__content.category-modal::before {
		left: 14px;
		right: 14px;
	}

	.category-modal__head {
		padding-right: 42px;
	}

	.category-modal__title {
		font-size: 25px;
	}

	.category-modal__link {
		min-height: 56px;
		padding: 12px 14px;
		font-size: 15px;
	}

	.fancybox__content.category-modal > .f-button.is-close-btn {
		top: 10px;
		right: 10px;
		width: 36px;
		height: 36px;
	}
}


/* =========================================================
   Модальное окно заявки на товар
   ========================================================= */

.fancybox__content.product-request-modal {
	--request-primary: #556686;
	--request-primary-dark: #44536f;
	--request-primary-soft: #edf1f6;
	--request-text: #354158;
	--request-muted: #727d90;
	--request-border: rgba(85, 102, 134, 0.18);

	position: relative;
	width: min(560px, calc(100vw - 32px));
	max-width: 100%;
	padding: 38px;
	border: 1px solid var(--request-border);
	border-radius: 22px;
	background: #fff;
	color: var(--request-text);
	-webkit-box-shadow:
		0 30px 80px rgba(20, 27, 39, 0.24),
		0 8px 24px rgba(20, 27, 39, 0.12);
	box-shadow:
		0 30px 80px rgba(20, 27, 39, 0.24),
		0 8px 24px rgba(20, 27, 39, 0.12);
}

.fancybox__content.product-request-modal::before {
	content: "";
	position: absolute;
	top: 0;
	right: 18px;
	left: 18px;
	height: 4px;
	border-radius: 0 0 4px 4px;
	background: var(--request-primary);
}

.product-request-modal__head {
	margin-bottom: 26px;
	padding-right: 42px;
}

.product-request-modal__title {
	margin: 0;
	color: var(--request-text);
	font-size: clamp(28px, 4vw, 38px);
	font-weight: 700;
	line-height: 1.15;
}

.product-request-modal__subtitle {
	margin: 10px 0 0;
	color: var(--request-muted);
	font-size: 15px;
	line-height: 1.5;
}

.product-request-form__fields {
	display: grid;
	gap: 16px;
}

.product-request-form__field {
	display: block;
}

.product-request-form__label {
	display: block;
	margin-bottom: 7px;
	color: var(--request-text);
	font-size: 14px;
	font-weight: 600;
}

.product-request-form__input {
	display: block;
	width: 100%;
	height: 54px;
	padding: 0 16px;
	border: 1px solid var(--request-border);
	border-radius: 12px;
	outline: none;
	background: #fff;
	color: var(--request-text);
	font: inherit;
	-webkit-transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		-webkit-box-shadow 0.2s ease;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		-webkit-box-shadow 0.2s ease;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease,
		-webkit-box-shadow 0.2s ease;
}

.product-request-form__input::-webkit-input-placeholder {
	color: #99a1af;
}

.product-request-form__input:-ms-input-placeholder {
	color: #99a1af;
}

.product-request-form__input::placeholder {
	color: #99a1af;
}

.product-request-form__input:hover {
	border-color: rgba(85, 102, 134, 0.38);
}

.product-request-form__input:focus {
	border-color: var(--request-primary);
	-webkit-box-shadow: 0 0 0 4px rgba(85, 102, 134, 0.12);
	box-shadow: 0 0 0 4px rgba(85, 102, 134, 0.12);
}

.product-request-form__consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
	margin-top: 18px;
	color: var(--request-muted);
	font-size: 13px;
	line-height: 1.45;
	cursor: pointer;
}

.product-request-form__checkbox {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin-top: 1px;
	accent-color: var(--request-primary);
}

.product-request-form__submit {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	margin-top: 20px;
	padding: 13px 22px;
	border: 0;
	border-radius: 12px;
	background: var(--request-primary);
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition:
		background-color 0.2s ease,
		opacity 0.2s ease,
		-webkit-transform 0.2s ease;
	transition:
		background-color 0.2s ease,
		opacity 0.2s ease,
		-webkit-transform 0.2s ease;
	transition:
		background-color 0.2s ease,
		transform 0.2s ease,
		opacity 0.2s ease;
	transition:
		background-color 0.2s ease,
		transform 0.2s ease,
		opacity 0.2s ease,
		-webkit-transform 0.2s ease;
}

.product-request-form__submit:hover {
	background: var(--request-primary-dark);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.product-request-form__submit:disabled {
	cursor: wait;
	opacity: 0.72;
	-webkit-transform: none;
	transform: none;
}

.product-request-form__loader {
	display: none;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: #fff;
	border-radius: 50%;
	-webkit-animation: product-request-spin 0.7s linear infinite;
	animation: product-request-spin 0.7s linear infinite;
}

.product-request-form__submit.is-loading .product-request-form__loader {
	display: block;
}

.product-request-form__message {
	display: none;
	margin-top: 16px;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.45;
}

.product-request-form__message.is-success,
.product-request-form__message.is-error {
	display: block;
}

.product-request-form__message.is-success {
	border: 1px solid rgba(39, 143, 81, 0.2);
	background: rgba(39, 143, 81, 0.08);
	color: #247546;
}

.product-request-form__message.is-error {
	border: 1px solid rgba(190, 53, 53, 0.2);
	background: rgba(190, 53, 53, 0.08);
	color: #a72f2f;
}

.fancybox__content.product-request-modal > .f-button.is-close-btn {
	top: 12px;
	right: 12px;
	width: 40px;
	height: 40px;
	border: 1px solid var(--request-border);
	border-radius: 50%;
	background: #fff;
	color: var(--request-primary);
	opacity: 1;
	-webkit-box-shadow: 0 5px 14px rgba(53, 65, 88, 0.1);
	box-shadow: 0 5px 14px rgba(53, 65, 88, 0.1);
}

@-webkit-keyframes product-request-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes product-request-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media (max-width: 479px) {
	.fancybox__content.product-request-modal {
		width: 100%;
		padding: 30px 18px 20px;
		border-radius: 18px;
	}

	.product-request-modal__title {
		font-size: 27px;
	}

	.product-request-form__input {
		height: 50px;
	}
}

.product-request-form__honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/*спасибо*/
.fancybox__content.product-request-success {
	width: min(460px, calc(100vw - 32px));
	padding: 42px 36px 36px;
	border-radius: 22px;
	text-align: center;
	background: #fff;
	color: #354158;
}

.product-request-success__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: rgba(39, 143, 81, 0.1);
	color: #278f51;
	font-size: 34px;
	font-weight: 700;
}

.product-request-success__title {
	margin: 0 0 12px;
	font-size: 30px;
	line-height: 1.2;
	color: #354158;
}

.product-request-success__text {
	margin: 0;
	color: #758095;
	font-size: 16px;
	line-height: 1.55;
}

.product-request-success__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 150px;
	min-height: 50px;
	margin-top: 26px;
	padding: 12px 24px;
	border: 0;
	border-radius: 12px;
	background: #556686;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.product-request-success__button:hover {
	background: #44536f;
}

/*кнопка корзины*/

:root {
	--basket-background: #556686;
	--basket-active: #E28519;
	--basket-size: 66px;
}

/* Фиксированная кнопка корзины */
.user_basket {
	position: fixed;
	right: clamp(16px, 2.3vw, 34px);
	top: calc(clamp(18px, 2.3vw, 34px) + env(safe-area-inset-bottom));

	z-index: 9999;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	width: var(--basket-size);
	height: var(--basket-size);

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 22px;

	color: #fff;
	background:
		linear-gradient(145deg,
			rgba(255, 255, 255, 0.11) 0%,
			rgba(255, 255, 255, 0) 45%),
		var(--basket-background);

	-webkit-box-shadow:
		0 18px 42px rgba(34, 45, 68, 0.3),
		0 6px 14px rgba(34, 45, 68, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);

	box-shadow:
		0 18px 42px rgba(34, 45, 68, 0.3),
		0 6px 14px rgba(34, 45, 68, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);

	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	isolation: isolate;

	-webkit-transition:
		background-color 0.28s ease,
		border-color 0.28s ease,
		-webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		-webkit-box-shadow 0.28s ease;

	transition:
		background-color 0.28s ease,
		border-color 0.28s ease,
		-webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		-webkit-box-shadow 0.28s ease;

	transition:
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		background-color 0.28s ease,
		border-color 0.28s ease,
		box-shadow 0.28s ease;

	transition:
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		background-color 0.28s ease,
		border-color 0.28s ease,
		box-shadow 0.28s ease,
		-webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		-webkit-box-shadow 0.28s ease;
}

/* Внешний премиальный контур */
.user_basket::before {
	content: "";
	position: absolute;
	inset: -5px;
	z-index: -1;

	border: 1px solid rgba(85, 102, 134, 0.15);
	border-radius: 26px;

	opacity: 0;
	-webkit-transform: scale(0.92);
	transform: scale(0.92);

	-webkit-transition:
		opacity 0.28s ease,
		border-color 0.28s ease,
		-webkit-transform 0.28s ease;

	transition:
		opacity 0.28s ease,
		border-color 0.28s ease,
		-webkit-transform 0.28s ease;

	transition:
		opacity 0.28s ease,
		transform 0.28s ease,
		border-color 0.28s ease;

	transition:
		opacity 0.28s ease,
		transform 0.28s ease,
		border-color 0.28s ease,
		-webkit-transform 0.28s ease;
}

/* Легкий блик */
.user_basket::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 10px;

	width: 27px;
	height: 13px;

	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	-webkit-filter: blur(4px);
	filter: blur(4px);

	pointer-events: none;
}

/* Иконка */
.user_basket__icon {
	position: relative;
	z-index: 2;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	width: 30px;
	height: 30px;
}

.user_basket__icon svg {
	display: block;
	width: 100%;
	height: 100%;

	overflow: visible;

	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;

	-webkit-filter: drop-shadow(0 2px 3px rgba(20, 27, 42, 0.18));

	filter: drop-shadow(0 2px 3px rgba(20, 27, 42, 0.18));

	-webkit-transition: -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);

	transition: -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);

	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);

	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Счетчик */
.user_basket .basket_cont {
	position: absolute;
	top: -7px;
	right: -7px;
	z-index: 3;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	min-width: 27px;
	height: 27px;
	padding: 0 7px;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
	border: 3px solid #fff;
	border-radius: 999px;

	color: #fff;
	background: var(--basket-active);

	-webkit-box-shadow:
		0 6px 15px rgba(226, 133, 25, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.28);

	box-shadow:
		0 6px 15px rgba(226, 133, 25, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.28);

	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;

	-webkit-transform-origin: center;

	transform-origin: center;
}

.user_basket .basket_cont[hidden] {
	display: none !important;
}

/* Активное состояние: в корзине есть товары */
.user_basket.is-active {
	background:
		linear-gradient(145deg,
			rgba(255, 255, 255, 0.16) 0%,
			rgba(255, 255, 255, 0) 48%),
		var(--basket-active);

	border-color: rgba(255, 255, 255, 0.3);

	-webkit-box-shadow:
		0 20px 44px rgba(226, 133, 25, 0.32),
		0 7px 17px rgba(87, 54, 17, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.28);

	box-shadow:
		0 20px 44px rgba(226, 133, 25, 0.32),
		0 7px 17px rgba(87, 54, 17, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.user_basket.is-active::before {
	border-color: rgba(226, 133, 25, 0.25);
}

.user_basket.is-active .basket_cont {
	color: var(--basket-active);
	background: #fff;

	-webkit-box-shadow:
		0 7px 16px rgba(93, 55, 14, 0.25),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);

	box-shadow:
		0 7px 16px rgba(93, 55, 14, 0.25),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Hover / focus */
.user_basket:hover,
.user_basket:focus-visible {
	color: #fff;
	background:
		linear-gradient(145deg,
			rgba(255, 255, 255, 0.16) 0%,
			rgba(255, 255, 255, 0) 48%),
		var(--basket-active);

	border-color: rgba(255, 255, 255, 0.3);

	-webkit-box-shadow:
		0 23px 48px rgba(226, 133, 25, 0.34),
		0 8px 18px rgba(87, 54, 17, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.28);

	box-shadow:
		0 23px 48px rgba(226, 133, 25, 0.34),
		0 8px 18px rgba(87, 54, 17, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.28);

	-webkit-transform: translateY(-4px) scale(1.035);

	transform: translateY(-4px) scale(1.035);
}

.user_basket:hover::before,
.user_basket:focus-visible::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-color: rgba(226, 133, 25, 0.3);
}

.user_basket:hover .user_basket__icon svg,
.user_basket:focus-visible .user_basket__icon svg {
	-webkit-transform: translateY(-1px) rotate(-3deg);
	transform: translateY(-1px) rotate(-3deg);
}

.user_basket:focus-visible {
	outline: 3px solid rgba(226, 133, 25, 0.25);
	outline-offset: 5px;
}

.user_basket:active {
	-webkit-transform: translateY(-1px) scale(0.97);
	transform: translateY(-1px) scale(0.97);
}

/* Появление счетчика */
@-webkit-keyframes basket-count-in {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.45);
		transform: scale(0.45);
	}

	65% {
		opacity: 1;
		-webkit-transform: scale(1.14);
		transform: scale(1.14);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes basket-count-in {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.45);
		transform: scale(0.45);
	}

	65% {
		opacity: 1;
		-webkit-transform: scale(1.14);
		transform: scale(1.14);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.user_basket .basket_cont:not([hidden]) {
	-webkit-animation: basket-count-in 0.42s cubic-bezier(0.22, 1, 0.36, 1);
	animation: basket-count-in 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Адаптив */
@media (max-width: 767px) {
	:root {
		--basket-size: 58px;
	}

	.user_basket {
		top: auto;
		right: auto;
		bottom: 3vh;
		border-radius: 19px;
		left: 2vw;
	}

	.user_basket::before {
		border-radius: 23px;
	}

	.user_basket__icon {
		width: 27px;
		height: 27px;
	}

	.user_basket .basket_cont {
		top: -6px;
		right: -6px;

		min-width: 25px;
		height: 25px;
		padding: 0 6px;

		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.user_basket,
	.user_basket::before,
	.user_basket__icon svg,
	.user_basket .basket_cont {
		-webkit-transition: none;
		transition: none;
		-webkit-animation: none;
		animation: none;
	}
}

/*footer*/

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer {
	min-height: 278px;
	background-color: #121415;
	color: #ffffff;
	font-family: "Roboto Condensed", Arial, sans-serif;
}

.footer__container {
	width: calc(100% - 32px);
	max-width: 1176px;
	min-height: 278px;
	margin: 0 auto;
	padding: 55px 0 22px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* Верхняя строка */

.footer__top {
	display: grid;
	grid-template-columns: 206px 268px 240px minmax(260px, 1fr);
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

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

.footer__logo {
	display: block;
	width: 207px;
	line-height: 1;
}

/* Временный текст вместо логотипа */

.footer__logo span {
	display: block;
	color: #556686;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 54px;
	font-weight: 800;
	line-height: 0.85;
	letter-spacing: -1px;
}

/* Будущее изображение логотипа */

.footer__logo-image {
	display: block;
	width: 207px;
	max-width: 100%;
	height: auto;
}

.footer__description {
	font-size: 16px;
	line-height: 1.45;
}

.footer__email {
	padding-top: 3px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;

	font-size: 16px;
	line-height: 1.45;
}

.footer__label {
	color: #3b84f7;
	font-weight: 400;
}

.footer__email a {
	font-weight: 700;
}

.footer__contacts {
	margin-right: -24px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.footer__phone {
	font-family: "Roboto", Sans-serif;
	font-size: 22px;
	font-weight: 800;
	white-space: nowrap;
}

.footer__callback {
	position: relative;

	margin-top: 5px;
	padding: 0 0 2px 0;

	border: 0;
	border-bottom: 1px dashed currentColor;
	background: transparent;

	color: #3091F2 !important;
	font-size: 16px;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	font-family: "Nunito", Sans-serif;
	font-weight: 500;
}

.footer__callback span {
	color: #3091F2;
	font-size: 16px;
}

/* Нижняя строка */

.footer__bottom {
	display: grid;
	grid-template-columns: 368px -webkit-max-content;
	grid-template-columns: 368px max-content;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__bottom a {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;

	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

/* Интерактивные состояния */

.footer__email a,
.footer__phone,
.footer__bottom a,
.footer__callback {
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.footer__email a:hover,
.footer__phone:hover,
.footer__bottom a:hover {
	color: #3b84f7;
}

.footer__callback:hover {
	color: #65aaff;
}

/* Фокус с клавиатуры */

.footer a:focus-visible,
.footer button:focus-visible {
	outline: 2px solid #3b84f7;
	outline-offset: 4px;
}

/* Небольшие ноутбуки */

@media (max-width: 1240px) {
	.footer__contacts {
		margin-right: 0;
	}
}

/* Планшеты */

@media (max-width: 991px) {
	.footer {
		min-height: auto;
	}

	.footer__container {
		min-height: auto;
		padding: 42px 0 32px;
	}

	.footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 40px;
	}

	.footer__contacts {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer__bottom {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		-webkit-column-gap: 40px;
		column-gap: 40px;
		margin-top: 50px;
	}
}

/* Мобильные устройства */

@media (max-width: 640px) {
	.footer__container {
		width: calc(100% - 30px);
		padding: 34px 0 28px;
	}

	.footer__top {
		grid-template-columns: 1fr;
		row-gap: 26px;
	}

	.footer__logo,
	.footer__logo-image {
		width: 185px;
	}

	.footer__logo span {
		font-size: 48px;
	}

	.footer__description,
	.footer__email,
	.footer__bottom a {
		font-size: 15px;
	}

	.footer__phone {
		font-size: 22px;
	}

	.footer__callback {
		font-size: 15px;
	}

	.footer__bottom {
		grid-template-columns: 1fr;
		row-gap: 18px;
		margin-top: 42px;
	}
}

/* Очень узкие экраны */

@media (max-width: 360px) {
	.footer__phone {
		font-size: 20px;
	}
}
