body {
	background-color: var(--white);
	color: var(--1-black-blue);
	font-size: 16px;
}

.container {
	max-width: 1232px;
	margin: 0 auto;
	padding: 0 16px;
}

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

.header {
	background-color: var(--1-black-blue);
}

.header__container {
	display: flex;
	align-items: center;
	gap: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.logo {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.logo__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.logo__name {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	color: var(--white);
}

.logo__slogan {
	font-size: 10px;
	line-height: 1.2;
	color: var(--8-withe-600);
}

.nav__list {
	display: flex;
	gap: 24px;
}

.nav__link {
	font-size: 13px;
	font-weight: 500;
	color: var(--white);
	transition: color 0.2s;
}

.nav__link:hover {
	color: var(--orange);
}

.header__contacts {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: auto;
}

.header__phone {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--second-family);
	font-size: 14px;
	font-weight: 500;
	color: var(--white);
	white-space: nowrap;
	transition: color 0.2s;
}

.header__phone:hover {
	color: var(--orange);
}

.header__cta {
	display: flex;
	align-items: stretch;
}

.header__cta-text {
	display: flex;
	align-items: center;
	padding: 10px 16px;
	white-space: nowrap;
	background-color: var(--9-withe-100);
	font-size: 13px;
	font-weight: 600;
	color: var(--white);
	transition: background-color 0.2s;
}

.header__cta:hover .header__cta-text {
	background-color: var(--10-withe-50);
}

.header__cta-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	background-color: var(--orange);
	color: var(--white);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.hero {
	padding: 64px 0 48px;
}

.hero__container {
	display: grid;
	grid-template-columns: 1fr 400px;
	grid-template-areas:
		"content media"
		"bottom media";
	column-gap: 64px;
	align-items: start;
}

.hero__content {
	grid-area: content;
}

.hero__media {
	grid-area: media;
}

.hero__bottom {
	grid-area: bottom;
}

.hero__label {
	display: flex;
	gap: 10px;
	font-family: var(--second-family);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--orange);
}

.hero__label span {
	color: var(--hit-pink);
}

.hero__title {
	margin-top: 16px;
	max-width: 640px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.hero__text {
	margin-top: 20px;
	max-width: 560px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--boulder-2);
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 16px;
	margin-top: 40px;
}

.btn-calc {
	display: flex;
	gap: 2px;
}

.btn-calc__text {
	display: flex;
	align-items: center;
	padding: 14px 20px;
	background-color: var(--orange);
	font-size: 14px;
	font-weight: 700;
	color: var(--white);
	transition: background-color 0.2s;
}

.btn-calc:hover .btn-calc__text {
	background-color: var(--woodsmoke);
}

.btn-calc__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	background-color: var(--orange);
	color: var(--white);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

.hero__search {
	display: flex;
}

.hero__search-input {
	width: 264px;
	padding: 14px 16px;
	background-color: var(--white);
	border: 1px solid var(--3-black-blue-200);
	border-right: none;
	font-size: 13px;
	font-weight: 600;
}

.hero__search-input::placeholder {
	color: var(--1-black-blue);
}

.hero__search-input:focus {
	outline: none;
	border-color: var(--orange);
}

.hero__search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	background-color: var(--gallery);
	border: 1px solid var(--3-black-blue-200);
	color: var(--orange);
	transition: background-color 0.2s;
}

.hero__search-btn:hover {
	background-color: var(--swirl);
}

.hero__note {
	margin-top: 16px;
	max-width: 520px;
	font-size: 12px;
	line-height: 1.5;
	color: var(--regent-gray);
}

.hero__media {
	position: relative;
}

.burger {
	display: none;
	color: var(--orange);
}

.hero__card {
	padding: 32px;
	background-color: var(--white);
	border-radius: 20px;
	box-shadow: 0 24px 48px var(--3-black-blue-200);
}

.hero__card img {
	width: 100%;
}

.hero__features {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin-top: -48px;
	margin-left: -12px;
}

.feature {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	background-color: var(--white);
	border: 1px solid var(--4-black-blue-50);
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(27, 29, 33, 0.1);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.showcase {
	padding-bottom: 64px;
}

.showcase__photo {
	position: relative;
	max-width: 1216px;
	margin: 0 auto;
	padding: 0 16px;
}

.showcase__img {
	width: 100%;
	height: auto;
}

.showcase__badges {
	position: absolute;
	top: 48px;
	left: 64px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.badge {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	background-color: var(--white);
	font-size: 12px;
	font-weight: 700;
}

.categories {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	max-width: 1216px;
	margin: 0 auto;
	padding: 48px 48px 24px;
}

.categories::before {
	content: "";
	position: absolute;
	left: 16px;
	bottom: 24px;
	width: 24px;
	height: 24px;
	border-left: 2px solid var(--orange);
	border-bottom: 2px solid var(--orange);
}

.categories::after {
	content: "";
	position: absolute;
	right: 16px;
	bottom: 24px;
	width: 24px;
	height: 24px;
	border-right: 2px solid var(--orange);
	border-bottom: 2px solid var(--orange);
}

.category {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 18px 24px;
	background-color: var(--white);
	border: 1px solid var(--gallery);
	box-shadow: 0 4px 16px rgba(27, 29, 33, 0.06);
	font-size: 14px;
	font-weight: 700;
}

.zones {
	padding: 96px 0;
}

.section-label {
	display: flex;
	gap: 10px;
	font-family: var(--second-family);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--orange);
}

.section-label span {
	color: var(--hit-pink);
}

.zones__title {
	margin-top: 12px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.zones__text {
	margin-top: 16px;
	max-width: 560px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--boulder-2);
}

.zones__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px;
}

.zone-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	background-color: var(--white);
	border: 1px solid var(--gallery);
}

.zone-card::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 12px;
	height: 12px;
	border-top: 2px solid var(--1-black-blue);
	border-left: 2px solid var(--1-black-blue);
}

.zone-card::after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 12px;
	height: 12px;
	border-right: 2px solid var(--1-black-blue);
	border-bottom: 2px solid var(--1-black-blue);
}

.zone-card__num {
	font-family: var(--second-family);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--regent-gray);
}

.zone-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: 16px;
	background-color: var(--orange-160);
	border-radius: 8px;
	color: var(--orange);
}

.zone-card__title {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.zone-card__text {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--boulder-2);
}

.zone-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 20px;
	font-family: var(--second-family);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--blue);
}

.zone-card__link:hover {
	text-decoration: underline;
}

.products {
	padding: 96px 0;
	background-color: var(--pampas);
}

.products__title {
	margin-top: 12px;
	max-width: 640px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.products__text {
	margin-top: 16px;
	max-width: 640px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--boulder-2);
}

.products__list {
	margin-top: 48px;
	background-color: var(--white);
}

.product {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 40px;
	padding: 40px;
}

.product + .product {
	border-top: 1px solid var(--gallery);
}

.product__img {
	align-self: center;
}

.product__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.product__text {
	margin-top: 12px;
	max-width: 640px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--boulder-2);
}

.product__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.product__tags li {
	padding: 6px 10px;
	background-color: var(--gallery);
	font-family: var(--second-family);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--bright-gray);
}

.btn-more {
	display: inline-flex;
	align-items: stretch;
	gap: 2px;
	margin-top: 24px;
}

.btn-more__text {
	display: flex;
	align-items: center;
	padding: 10px 16px;
	background-color: var(--white);
	border: 1px solid var(--3-black-blue-200);
	font-family: var(--second-family);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: border-color 0.2s;
}

.btn-more:hover .btn-more__text {
	border-color: var(--orange);
}

.btn-more__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	background-color: var(--gallery);
	border: 1px solid var(--3-black-blue-200);
	color: var(--orange);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.components {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 48px;
}

.component {
	display: flex;
	flex-direction: column;
}

.component__img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background-color: var(--white);
	padding: 16px;
}

.component__caption {
	margin-top: 8px;
	padding: 8px 12px;
	background-color: var(--orange-160);
	border: 1px solid var(--orange);
	font-family: var(--second-family);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: var(--orange);
}

.pie {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-top: 48px;
	padding: 32px;
	background-color: var(--white);
}

.pie__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pie__list {
	display: flex;
	flex-direction: column;
}

.pie__item {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid var(--orange);
}

.pie__num {
	font-family: var(--second-family);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.8;
	color: var(--orange);
}

.pie__name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.pie__sub {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.5;
	color: var(--regent-gray);
}

.pie__note {
	margin-top: 20px;
	max-width: 400px;
	font-size: 11px;
	line-height: 1.6;
	color: var(--regent-gray);
}

.solutions {
	margin-top: 48px;
	overflow-x: auto;
}

.solutions__table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
}

.solutions__table th {
	padding: 14px 20px;
	background-color: var(--1-black-blue);
	font-family: var(--second-family);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: left;
	color: var(--white);
}

.solutions__table td {
	padding: 16px 20px;
	background-color: var(--white);
	border-bottom: 1px solid var(--gallery);
	font-size: 14px;
	line-height: 1.5;
	color: var(--bright-gray);
}

.solutions__table td:first-child {
	font-weight: 700;
	color: var(--1-black-blue);
}

.price {
	padding: 96px 0;
	background-color: var(--gallery);
}

.price__title {
	margin-top: 12px;
	max-width: 560px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.price__grid {
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 110px;
	margin-top: 48px;
}

.price-card {
	padding: 32px;
	background-color: var(--white);
}

.price-card__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.price-card__text {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--boulder-2);
}

.price-card__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(6, auto);
	grid-auto-flow: column;
	gap: 14px 24px;
	margin-top: 24px;
}

.price-card__list li {
	position: relative;
	padding-left: 26px;
	font-size: 13px;
	line-height: 1.4;
}

.price-card__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1.5px solid var(--orange);
	border-radius: 50%;
}

.price-card__list li::after {
	content: "";
	position: absolute;
	left: 4.5px;
	top: 4.5px;
	width: 7px;
	height: 4px;
	border-left: 1.5px solid var(--orange);
	border-bottom: 1.5px solid var(--orange);
	transform: rotate(-45deg);
}

.kit {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 32px;
}

.kit__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	background-color: var(--white);
	font-size: 13px;
	font-weight: 700;
}

.warning {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-top: 32px;
	padding: 20px 24px;
	background-color: var(--orange-160);
	border: 1px solid var(--hit-pink);
}

.warning svg {
	flex-shrink: 0;
}

.warning p {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.price__photo {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.price__aside-title {
	margin-top: 32px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.data-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 24px;
}

.data-list li {
	display: flex;
	gap: 14px;
	font-size: 13px;
	line-height: 1.5;
}

.data-list span {
	font-family: var(--second-family);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.8;
	color: var(--blue);
}

.price__aside-note {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--boulder-2);
}

.buy {
	margin-top: 64px;
}

.buy__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.buy__text {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--boulder-2);
}

.btn-dark {
	display: inline-flex;
	align-items: stretch;
	gap: 2px;
	margin-top: 24px;
}

.btn-dark__text {
	display: flex;
	align-items: center;
	max-width: 220px;
	padding: 12px 20px;
	background-color: var(--1-black-blue);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--white);
	transition: background-color 0.2s;
}

.btn-dark:hover .btn-dark__text {
	background-color: var(--woodsmoke);
}

.btn-dark__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	background-color: var(--orange);
	color: var(--white);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

.faq {
	padding: 96px 0;
}

.section-label--center {
	justify-content: center;
}

.faq__title {
	margin-top: 12px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
	text-align: center;
}

.faq__list {
	margin-top: 48px;
}

.faq__item {
	border-bottom: 1px solid var(--hit-pink);
}

.faq__item[open] {
	background-color: var(--pampas);
	border-bottom-color: var(--orange);
}

.faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 16px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

.faq__question::-webkit-details-marker {
	display: none;
}

.faq__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border: 1px solid var(--orange);
	border-radius: 3px;
	color: var(--orange);
	font-size: 16px;
	font-weight: 500;
	transition: background-color 0.2s, color 0.2s;
}

.faq__toggle::before {
	content: "+";
}

.faq__item[open] .faq__toggle {
	background-color: var(--orange);
	color: var(--white);
}

.faq__item[open] .faq__toggle::before {
	content: "\2212";
}

.faq__answer {
	max-width: 880px;
	padding: 16px 16px 32px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--bright-gray);
}

.request {
	padding: 96px 0;
	background-color: var(--gallery);
}

.request__intro {
	display: grid;
	grid-template-columns: 1fr 520px;
	gap: 130px;
	align-items: center;
}

.request__title {
	margin-top: 12px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.request__text {
	margin-top: 16px;
	max-width: 420px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--boulder-2);
}

.request__media {
	padding: 24px;
	background-color: var(--white);
	box-shadow: 0 16px 40px var(--4-black-blue-50);
}

.request__media img {
	width: 100%;
	object-fit: contain;
}

.request__form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 28px;
	margin-top: 48px;
	padding: 32px;
	background-color: var(--white);
}

.field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.field--wide {
	grid-column: 1 / -1;
}

.field__label {
	font-family: var(--second-family);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--blue);
}

.field__input {
	width: 100%;
	padding: 13px 16px;
	background-color: var(--gallery);
	border: 1px solid var(--3-black-blue-200);
	font-size: 14px;
	color: var(--1-black-blue);
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.field__input::placeholder {
	color: var(--regent-gray);
}

.field__input:focus {
	outline: none;
	border-color: var(--orange);
}

select.field__input {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='m1 1 5 5 5-5' stroke='%231b1d21' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	cursor: pointer;
}

.field__input--area {
	min-height: 72px;
	resize: vertical;
}

.field__file {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 18px 16px;
	background-color: var(--gallery);
	border: 1px dashed var(--regent-gray);
	cursor: pointer;
	transition: border-color 0.2s;
}

.field__file:hover {
	border-color: var(--orange);
}

.field__file span {
	font-family: var(--second-family);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--blue);
}

.request__footer {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 8px;
}

.agree {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	max-width: 460px;
	font-size: 12px;
	line-height: 1.5;
	color: var(--bright-gray);
	cursor: pointer;
}

.agree__box {
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	margin-top: 1px;
	accent-color: var(--orange);
	cursor: pointer;
}

.request__submit {
	margin-top: 0;
	border: none;
	padding: 0;
	background: none;
	cursor: pointer;
}

.request__submit .btn-dark__text {
	max-width: none;
	white-space: nowrap;
}

.delivery {
	padding: 96px 0;
}

.delivery__title {
	margin-top: 12px;
	max-width: 560px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.delivery__text {
	margin-top: 20px;
	max-width: 880px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--bright-gray);
}

.delivery__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 40px;
}

.delivery__col {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.delivery__photo {
	width: 100%;
}

.d-card {
	padding: 24px 28px 28px;
	background-color: var(--white);
	border: 1px solid var(--gallery);
	box-shadow: 0 2px 8px var(--4-black-blue-50);
}

.d-card__title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 17px;
	font-weight: 700;
}

.d-card__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 18px;
}

.d-card__list li {
	position: relative;
	padding-left: 16px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--bright-gray);
}

.d-card__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	background-color: var(--orange);
}

.delivery__note {
	font-size: 12px;
	line-height: 1.5;
	color: var(--regent-gray);
}

.steps {
	padding: 96px 0;
	background-color: var(--pampas);
}

.steps__title {
	margin-top: 12px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.steps__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 24px;
	margin-top: 40px;
}

.step {
	padding-top: 16px;
	border-top: 1px solid var(--swirl);
}

.step__num {
	font-family: var(--second-family);
	font-size: 14px;
	font-weight: 700;
	color: var(--orange);
}

.step__title {
	margin-top: 12px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.step__text {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.55;
	color: var(--boulder-2);
}

.steps__btn {
	margin-top: 48px;
}

.warranty {
	padding: 96px 0;
}

.warranty__title {
	margin-top: 12px;
	max-width: 560px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.warranty__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-top: 40px;
}

.w-card {
	padding: 24px 20px 28px;
	background-color: var(--white);
	border: 1px solid var(--gallery);
}

.w-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--orange-160);
	border-radius: 6px;
	color: var(--orange);
}

.w-card__title {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.w-card__text {
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.55;
	color: var(--regent-gray);
}

.warranty__note {
	margin-top: 32px;
	max-width: 720px;
	font-size: 12px;
	line-height: 1.6;
	color: var(--regent-gray);
}

.cta {
	padding: 96px 0;
	background-color: var(--1-black-blue);
}

.cta__grid {
	display: grid;
	grid-template-columns: 1fr 620px;
	gap: 80px;
	align-items: start;
}

.cta__title {
	margin-top: 16px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: var(--white);
}

.cta__text {
	margin-top: 16px;
	max-width: 560px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--8-withe-600);
}

.cta__img {
	width: 100%;
	margin-top: 40px;
}

.cta__form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 24px;
	padding: 32px;
	background-color: var(--10-withe-50);
	border: 1px solid var(--9-withe-100);
}

.cta__form .field__label {
	font-family: var(--font-family);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: var(--white);
}

.cta__form .field__input {
	background-color: var(--9-withe-100);
	border-color: var(--9-withe-100);
	color: var(--white);
}

.cta__form .field__input::placeholder {
	color: var(--oslo-gray);
}

.cta__form .field__input:focus {
	border-color: var(--orange);
}

.cta__form select.field__input {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='m1 1 5 5 5-5' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
}

.cta__form select.field__input option {
	color: var(--1-black-blue);
}

.cta__form .field__file {
	background-color: var(--9-withe-100);
	border-color: var(--oslo-gray);
}

.cta__form .field__file span {
	font-family: var(--font-family);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: var(--8-withe-600);
}

.field__file--tall {
	flex-direction: column;
	gap: 10px;
	padding: 24px 16px;
}

.cta__footer {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 4px;
}

.agree--dark {
	max-width: 220px;
	color: var(--8-withe-600);
}

.btn-cta {
	display: flex;
	align-items: stretch;
	gap: 2px;
	border: none;
	padding: 0;
	background: none;
	cursor: pointer;
}

.btn-cta__text {
	display: flex;
	align-items: center;
	padding: 14px 24px;
	background-color: var(--orange);
	font-size: 13px;
	font-weight: 700;
	color: var(--white);
	white-space: nowrap;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 12px 100%, 0 calc(100% - 12px));
	transition: background-color 0.2s;
}

.btn-cta:hover .btn-cta__text {
	background-color: var(--hit-pink);
}

.btn-cta__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	background-color: var(--hit-pink);
	color: var(--white);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

.footer {
	padding: 64px 0 48px;
	background-color: var(--woodsmoke);
}

.footer__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 48px;
}

.footer__logo {
	gap: 12px;
}

.footer__about {
	margin-top: 24px;
	max-width: 380px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--regent-gray);
}

.footer__heading {
	font-family: var(--second-family);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--nevada);
}

.footer__list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 24px;
}

.footer__list a {
	font-size: 14px;
	color: var(--color-azure-87);
	transition: color 0.2s;
}

.footer__list a:hover {
	color: var(--orange);
}

.footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid var(--9-withe-100);
}

.footer__meta {
	font-family: var(--second-family);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--nevada);
}

.footer__disclaimer {
	margin-top: 24px;
	max-width: 780px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--regent-gray);
}

.agree__link {
	color: inherit;
	text-decoration: underline;
	transition: color 0.2s;
}

.agree__link:hover {
	color: var(--orange);
}

.legal {
	padding: 64px 0 96px;
}

.legal__container {
	max-width: 832px;
	margin: 0 auto;
	padding: 0 16px;
}

.legal__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.legal__date {
	margin-top: 16px;
	font-family: var(--second-family);
	font-size: 12px;
	color: var(--regent-gray);
}

.legal h2 {
	margin-top: 40px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.legal p {
	margin-top: 16px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--bright-gray);
}

.legal ul {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.legal ul li {
	position: relative;
	padding-left: 18px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--bright-gray);
}

.legal ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background-color: var(--orange);
}

.legal a {
	color: var(--blue);
}

.legal a:hover {
	text-decoration: underline;
}

.form-status {
	grid-column: 1 / -1;
	padding: 12px 16px;
	background-color: var(--orange-160);
	border-left: 3px solid var(--elm);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
}

.form-status--error {
	border-left-color: var(--orange);
}

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

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s ease, transform 0.7s ease;
	transition-delay: var(--reveal-delay, 0s);
}

.reveal--visible {
	opacity: 1;
	transform: none;
}

.zone-card,
.w-card,
.d-card,
.category,
.component,
.kit__item,
.feature,
.product {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zone-card:hover,
.w-card:hover,
.d-card:hover,
.category:hover,
.component:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(27, 29, 33, 0.12);
}

.header__cta-icon svg,
.btn-calc__icon svg,
.btn-dark__icon svg,
.btn-cta__icon svg,
.btn-more__icon svg,
.zone-card__link span,
.hero__search-btn svg {
	transition: transform 0.25s ease;
}

.header__cta:hover .header__cta-icon svg,
.btn-calc:hover .btn-calc__icon svg,
.btn-dark:hover .btn-dark__icon svg,
.btn-cta:hover .btn-cta__icon svg,
.btn-more:hover .btn-more__icon svg,
.zone-card__link:hover span {
	transform: translateX(4px);
}

.hero__search-btn:hover svg {
	transform: scale(1.15);
}

.zone-card__icon,
.w-card__icon {
	transition: transform 0.3s ease;
}

.zone-card:hover .zone-card__icon,
.w-card:hover .w-card__icon {
	transform: scale(1.1) rotate(-4deg);
}

.hero__card {
	overflow: hidden;
}

.hero__card img,
.request__media img {
	transition: transform 0.5s ease;
}

.hero__card:hover img,
.request__media:hover img {
	transform: scale(1.04);
}

.faq__answer {
	animation: faq-open 0.4s ease;
}

@keyframes faq-open {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation: none !important;
		transition: none !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 1100px) {
	.hero__container {
		grid-template-columns: 1fr;
		grid-template-areas:
			"content"
			"media"
			"bottom";
		row-gap: 48px;
	}

	.hero__media {
		max-width: 480px;
	}

	.hero__actions {
		margin-top: 0;
	}

	.zones__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.components {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.pie__img {
		height: auto;
	}

	.price__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.price__photo {
		height: 220px;
	}

	.request__intro {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.request__media {
		max-width: 520px;
	}

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

	.steps__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.warranty__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.cta__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.footer__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media (max-width: 900px) {
	.nav {
		display: none;
	}

	.hero__title {
		font-size: 32px;
	}
}

@media (max-width: 600px) {
	.header {
		background-color: var(--white);
		border-bottom: 1px solid var(--4-black-blue-50);
	}

	.header__container {
		gap: 12px;
	}

	.logo__name {
		color: var(--1-black-blue);
	}

	.logo__slogan {
		color: var(--2-black-blue-600);
	}

	.header__phone {
		display: none;
	}

	.header__contacts {
		gap: 12px;
	}

	.header__cta-text {
		padding: 8px 14px;
		background-color: transparent;
		border: 1px solid var(--3-black-blue-200);
		border-radius: 999px;
		font-size: 12px;
		color: var(--1-black-blue);
	}

	.header__cta:hover .header__cta-text {
		background-color: var(--4-black-blue-50);
	}

	.header__cta-icon {
		display: none;
	}

	.burger {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hero {
		padding: 32px 0 40px;
	}

	.hero__container {
		row-gap: 32px;
	}

	.hero__title {
		font-size: 28px;
	}

	.hero__card {
		padding: 20px;
	}

	.hero__features {
		margin-left: 0;
	}

	.hero__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.btn-calc__text,
	.hero__search-input {
		flex-grow: 1;
		width: auto;
	}

	.showcase__photo {
		margin: 0 16px;
		padding: 12px;
		background-image:
			linear-gradient(var(--orange), var(--orange)),
			linear-gradient(var(--orange), var(--orange)),
			linear-gradient(var(--orange), var(--orange)),
			linear-gradient(var(--orange), var(--orange)),
			linear-gradient(var(--orange), var(--orange)),
			linear-gradient(var(--orange), var(--orange)),
			linear-gradient(var(--orange), var(--orange)),
			linear-gradient(var(--orange), var(--orange));
		background-position: 0 0, 0 0, 100% 0, 100% 0, 0 100%, 0 100%, 100% 100%, 100% 100%;
		background-size: 24px 2px, 2px 24px, 24px 2px, 2px 24px, 24px 2px, 2px 24px, 24px 2px, 2px 24px;
		background-repeat: no-repeat;
	}

	.showcase__img {
		height: 320px;
		object-fit: cover;
	}

	.showcase__badges {
		top: auto;
		bottom: 40px;
		left: 44px;
		flex-direction: column;
		align-items: flex-start;
	}

	.categories {
		flex-direction: column;
		align-items: stretch;
		padding: 32px 16px;
	}

	.categories::before,
	.categories::after {
		display: none;
	}

	.zones {
		padding: 64px 0;
	}

	.zones__title {
		font-size: 24px;
	}

	.zones__grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 32px;
	}

	.products {
		padding: 64px 0;
	}

	.products__title {
		font-size: 24px;
	}

	.products__list {
		margin-top: 32px;
	}

	.product {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 24px;
	}

	.product__img {
		align-self: start;
	}

	.product__title {
		font-size: 19px;
	}

	.btn-more {
		display: flex;
	}

	.btn-more__text {
		flex-grow: 1;
	}

	.components {
		gap: 12px;
		margin-top: 32px;
	}

	.component__caption {
		font-size: 10px;
		padding: 8px 10px;
	}

	.pie {
		margin-top: 32px;
		padding: 16px;
	}

	.solutions {
		margin-top: 32px;
	}

	.price {
		padding: 64px 0;
	}

	.price__title {
		font-size: 24px;
	}

	.price__grid {
		margin-top: 32px;
	}

	.price-card {
		padding: 20px;
	}

	.price-card__list {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		grid-auto-flow: row;
	}

	.buy {
		margin-top: 48px;
	}

	.btn-dark {
		display: flex;
	}

	.btn-dark__text {
		flex-grow: 1;
		max-width: none;
	}

	.faq {
		padding: 64px 0;
	}

	.faq__title {
		font-size: 24px;
	}

	.faq__list {
		margin-top: 32px;
	}

	.faq__question {
		padding: 18px 12px;
		font-size: 15px;
		gap: 16px;
	}

	.faq__answer {
		padding: 4px 12px 24px;
	}

	.request {
		padding: 64px 0;
	}

	.request__title {
		font-size: 24px;
	}

	.request__form {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 32px;
		padding: 20px;
	}

	.field__file {
		gap: 16px;
	}

	.request__footer {
		flex-direction: column;
		align-items: stretch;
	}

	.request__submit {
		display: flex;
	}

	.request__submit .btn-dark__text {
		flex-grow: 1;
		white-space: normal;
	}

	.delivery {
		padding: 64px 0;
	}

	.delivery__title {
		font-size: 24px;
	}

	.delivery__grid {
		margin-top: 32px;
	}

	.d-card {
		padding: 20px;
	}

	.steps {
		padding: 64px 0;
	}

	.steps__title {
		font-size: 24px;
	}

	.steps__grid {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-top: 32px;
	}

	.steps__btn {
		display: flex;
		margin-top: 40px;
	}

	.steps__btn .btn-dark__text {
		flex-grow: 1;
		max-width: none;
	}

	.warranty {
		padding: 64px 0;
	}

	.warranty__title {
		font-size: 24px;
	}

	.warranty__grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 32px;
	}

	.cta {
		padding: 64px 0;
	}

	.cta__title {
		font-size: 24px;
	}

	.cta__form {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.cta__footer {
		flex-direction: column;
		align-items: stretch;
	}

	.agree--dark {
		max-width: none;
	}

	.btn-cta__text {
		flex-grow: 1;
		justify-content: center;
	}

	.footer {
		padding: 48px 0 40px;
	}

	.footer__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.legal {
		padding: 40px 0 64px;
	}

	.legal__title {
		font-size: 24px;
	}
}
