:root {
	--bison-hide: #c9bfae;
	--black: #000;
	--blue: #00e;
	--boulder: #767676;
	--boulder: #757575;
	--bright-gray: #3a4149;
	--elm: #1c7a8c;
	--hillary: #a99c86;
	--hit-pink: #ffb98a;
	--gallery: #efefef;
	--nevada: #5c6a70;
	--orange: #ff5a1f;
	--orange-160: rgba(255, 90, 31, 0.16);
	--oslo-gray: #8b9098;
	--pampas: #f3f1ea;
	--regent-gray: #8d979d;
	--shadow: #8a6f49;
	--swirl: #d8d3c6;
	--white: #fff;
	--woodsmoke: #101317;
	--yellow-orange: #ffb13d;
	--1-black-blue: #1b1d21;
	--2-black-blue-600: rgba(27, 29, 33, 0.6);
	--3-black-blue-200: rgba(27, 29, 33, 0.2);
	--4-black-blue-50: rgba(27, 29, 33, 0.05);
	--5-blue: #26428b;
	--6-caramel: #dca659;
	--7-withe: #fff;
	--8-withe-600: rgba(255, 255, 255, 0.6);
	--9-withe-100: rgba(255, 255, 255, 0.1);
	--10-withe-50: rgba(255, 255, 255, 0.05);
	--11-milk: #f5efeb;
	--color-white-solid: #fff;
	--color-blue-47: #00e;
	--color-orange-56: #ff5a1f;
	--color-orange-62: #ffb13d;
	--color-grey-94: #efefef;
	--color-black-solid: #000;
	--color-azure-87: #d8dee2;
	--color-azure-71: #aeb8be;
	--color-grey-58: #8d979d;
	--color-grey-40: #5c6a70;
	--color-orange-74: #c9bfae;
	--color-orange-59: #a99c86;
	--color-orange-85: #e7dcc8;
	--color-orange-66: #cbaf86;
	--color-orange-41: #8a6f49;
	--color-azure-8: #101317;
	--color-azure-26: #3a4149;
	--color-grey-57: #8b9098;
	--color-grey-94-2: #f3f1ea;
	--color-orange-81: #d8d3c6;
	--color-cyan-33: #1c7a8c;
	--color-orange-56-160: rgba(255, 90, 31, 0.16);
	--color-orange-77: #ffb98a;
	--color-grey-46: #767676;
	--color-grey-46-2: #757575;
	--font-family: "Manrope", sans-serif;
	--second-family: "Fraunces", sans-serif;
	--third-family: "Inter", sans-serif;
	--font3: "IBM Plex Sans", sans-serif;
	--green-dark: #1d4139;
	--green-hover: #2a5a4e;
	--green-border: #2f6a55;
	--mint: #cde5db;
	--page-bg: #eef1ef;
	--card-shadow: 0 8px 24px rgba(29, 65, 57, 0.08);
}

body {
	font-family: var(--font-family);
	font-size: 16px;
	line-height: 1.5;
	color: var(--nevada);
	background-color: var(--page-bg);
}

body.lock {
	overflow: hidden;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: clip;
}

.main {
	flex: 1 1 auto;
}

.container {
	max-width: 1256px;
	margin: 0 auto;
	padding: 0 28px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 28px;
	font-weight: 600;
	font-size: 15px;
	color: var(--white);
	background-color: var(--green-dark);
	border-radius: 16px;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

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

.btn--pill {
	padding: 12px 24px;
	border-radius: 100px;
}

.btn--outline {
	color: var(--green-dark);
	background-color: transparent;
	border: 1px solid var(--green-border);
}

.btn--outline:hover {
	color: var(--white);
	background-color: var(--green-dark);
}

.btn__arrow {
	font-size: 20px;
	line-height: 1;
}

.header {
	position: sticky;
	top: 0;
	z-index: 50;
	padding: 14px 0;
	background-color: var(--white);
	border-bottom: 1px solid var(--4-black-blue-50);
}

.header__container {
	display: flex;
	align-items: center;
	gap: 32px;
}

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

.logo__mark {
	width: 40px;
	height: 40px;
	background-color: var(--green-dark);
	border-radius: 12px;
}

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

.logo__name {
	font-weight: 800;
	font-size: 18px;
	line-height: 1.2;
	color: var(--green-dark);
}

.logo__desc {
	font-size: 11px;
	color: var(--regent-gray);
}

.menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex: 1 1 auto;
}

.nav__list {
	display: flex;
	align-items: center;
	gap: 24px;
}

.nav__link {
	font-size: 15px;
	font-weight: 500;
	color: var(--bright-gray);
	transition: color 0.3s ease;
}

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

.menu__contacts {
	display: flex;
	align-items: center;
	gap: 24px;
}

.header__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 15px;
	color: var(--1-black-blue);
	white-space: nowrap;
	transition: color 0.3s ease;
}

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

.burger {
	display: none;
	position: relative;
	z-index: 60;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
}

.burger span,
.burger::before,
.burger::after {
	content: "";
	position: absolute;
	left: 10px;
	width: 24px;
	height: 2px;
	background-color: var(--green-dark);
	border-radius: 2px;
	transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.burger::before {
	top: 14px;
}

.burger span {
	top: 21px;
}

.burger::after {
	top: 28px;
}

.burger.active::before {
	top: 21px;
	transform: rotate(45deg);
}

.burger.active span {
	opacity: 0;
}

.burger.active::after {
	top: 21px;
	transform: rotate(-45deg);
}

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

.hero__container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	align-items: center;
	gap: 56px;
}

.hero__eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: var(--nevada);
	transition: color 0.3s ease;
}

.hero__eyebrow:hover {
	color: var(--green-dark);
}

.hero__title {
	margin-top: 20px;
	font-weight: 800;
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.25;
	color: var(--green-dark);
}

.hero__text {
	margin-top: 24px;
	max-width: 520px;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 36px;
}

.hero__note {
	margin-top: 20px;
	max-width: 400px;
	font-size: 12px;
	color: var(--regent-gray);
}

.hero__media {
	position: relative;
}

.hero__img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	border-radius: 24px;
}

.hero__film {
	position: absolute;
	top: 24px;
	left: 24px;
	width: 148px;
	border-radius: 24px;
	box-shadow: var(--card-shadow);
}

.hero__badges {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.hero__badge {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--1-black-blue);
	background-color: var(--white);
	border-radius: 100px;
	box-shadow: var(--card-shadow);
}

.hero__badge-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	background-color: var(--mint);
	border-radius: 50%;
}

.hero__badge-icon img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.categories {
	padding: 64px 0 80px;
}

.categories__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
}

.categories__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	height: 100%;
	padding: 24px 16px 20px;
	background-color: var(--white);
	border: 1px solid transparent;
	border-radius: 20px;
	box-shadow: var(--card-shadow);
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.categories__card:hover {
	border-color: var(--green-border);
	transform: translateY(-4px);
}

.categories__item--active .categories__card {
	border-color: var(--green-border);
}

.categories__img {
	width: 128px;
	height: 128px;
	object-fit: contain;
}

.categories__label {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: var(--1-black-blue);
}

.footer {
	padding: 64px 0 32px;
	background-color: var(--green-dark);
}

.footer__top {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px;
}

.footer__brand-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer__up {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--white);
	border-radius: 12px;
	transition: transform 0.3s ease;
}

.footer__up:hover {
	transform: translateY(-3px);
}

.footer__up img {
	width: 14px;
}

.footer__logo-text {
	display: flex;
	flex-direction: column;
}

.footer__logo-name {
	font-weight: 800;
	font-size: 18px;
	line-height: 1.2;
	color: var(--white);
}

.footer__logo-desc {
	font-size: 11px;
	color: var(--8-withe-600);
}

.footer__about {
	margin-top: 20px;
	max-width: 340px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--8-withe-600);
}

.footer__col-title {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--8-withe-600);
}

.footer__links {
	margin-top: 20px;
}

.footer__links li + li {
	margin-top: 12px;
}

.footer__link {
	font-size: 14px;
	color: var(--white);
	transition: color 0.3s ease;
}

.footer__link:hover {
	color: var(--hit-pink);
}

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

.footer__note {
	margin-top: 16px;
	font-size: 12px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1100px) {
	.hero__container {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.hero__text {
		max-width: 640px;
	}

	.hero__img {
		min-height: 360px;
	}
}

@media (max-width: 1024px) {
	.menu {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 55;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 32px;
		width: min(320px, 100%);
		height: 100dvh;
		padding: 96px 28px 28px;
		background-color: var(--white);
		box-shadow: -8px 0 32px rgba(29, 65, 57, 0.12);
		transform: translateX(100%);
		transition: transform 0.3s ease;
	}

	.menu.open {
		transform: translateX(0);
	}

	.nav__list {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.nav__link {
		font-size: 18px;
	}

	.menu__contacts {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		width: 100%;
	}

	.menu__contacts .btn {
		width: 100%;
	}

	.header__container {
		justify-content: space-between;
	}

	.burger {
		display: block;
	}
}

@media (max-width: 768px) {
	.hero {
		padding: 40px 0 24px;
	}

	.hero__actions .btn {
		width: 100%;
	}

	.categories {
		padding: 40px 0 56px;
	}

	.categories__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.footer__container {
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.container {
		padding: 0 16px;
	}

	.hero__img {
		min-height: 280px;
	}

	.hero__film {
		top: 16px;
		left: 16px;
		width: 96px;
		border-radius: 16px;
	}

	.hero__badges {
		position: static;
		grid-template-columns: 1fr;
		margin-top: 12px;
	}

	.hero__badge {
		border-radius: 20px;
	}
}

@media (max-width: 480px) {
	.categories__list {
		grid-template-columns: 1fr;
	}

	.categories__card {
		flex-direction: row;
		justify-content: flex-start;
		padding: 16px;
	}

	.categories__img {
		width: 88px;
		height: 88px;
	}

	.categories__label {
		text-align: left;
	}
}

@media (max-width: 1024px) {
	body::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: 40;
		background-color: rgba(27, 29, 33, 0.4);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease;
	}

	body.lock::after {
		opacity: 1;
	}
}

.check {
	padding: 80px 0;
	background-color: #e7efec;
}

.check__eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: var(--nevada);
	transition: color 0.3s ease;
}

.check__eyebrow:hover {
	color: var(--green-dark);
}

.check__heading {
	margin-top: 16px;
	max-width: 560px;
	font-weight: 800;
	font-size: clamp(24px, 2.6vw, 32px);
	line-height: 1.3;
	color: var(--green-dark);
}

.check__desc {
	margin-top: 16px;
	max-width: 620px;
}

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

.check__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 28px 28px 24px;
	background-color: var(--white);
	border-radius: 20px;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.check__item:hover,
.check__item--active {
	box-shadow: 0 16px 40px rgba(29, 65, 57, 0.14);
}

.check__item:hover {
	transform: translateY(-4px);
}

.check__icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
}

.check__title {
	margin-top: 20px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--1-black-blue);
}

.check__text {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.55;
}

.check__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	padding-top: 20px;
	font-size: 14px;
	font-weight: 600;
	color: var(--orange);
	transition: color 0.3s ease;
}

.check__link:hover {
	color: var(--green-dark);
}

.check__link-arrow {
	transition: transform 0.3s ease;
}

.check__link:hover .check__link-arrow {
	transform: translateX(4px);
}

.check__steps {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px 20px;
	margin-top: 32px;
	padding: 18px 32px;
	background-color: var(--white);
	border-radius: 100px;
}

.steps__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 700;
	color: var(--1-black-blue);
}

.steps__item svg {
	color: var(--green-dark);
}

.steps__divider {
	display: inline-flex;
	color: var(--green-dark);
}

@media (max-width: 1024px) {
	.check__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.check {
		padding: 56px 0;
	}

	.check__list {
		margin-top: 32px;
		gap: 16px;
	}

	.check__steps {
		border-radius: 24px;
	}
}

@media (max-width: 640px) {
	.check__list {
		grid-template-columns: 1fr;
	}

	.check__steps {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding: 20px 24px;
	}

	.steps__divider {
		display: none;
	}
}

.products {
	padding: 80px 0;
}

.products__eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: var(--nevada);
	transition: color 0.3s ease;
}

.products__eyebrow:hover {
	color: var(--green-dark);
}

.products__heading {
	margin-top: 16px;
	max-width: 620px;
	font-weight: 800;
	font-size: clamp(24px, 2.6vw, 32px);
	line-height: 1.3;
	color: var(--green-dark);
}

.products__desc {
	margin-top: 16px;
	max-width: 540px;
	font-size: 14px;
}

.products__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 64px;
	padding: 56px 0;
}

.products__row + .products__row {
	border-top: 1px solid var(--3-black-blue-200);
}

.products__row--reverse .products__media {
	order: 2;
}

.products__row--reverse .products__content {
	order: 1;
}

.products__img {
	width: 100%;
	border-radius: 24px;
}

.products__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 600;
	color: var(--green-dark);
	background-color: var(--mint);
	border-radius: 100px;
}

.products__title {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--1-black-blue);
}

.products__text {
	margin-top: 12px;
	max-width: 480px;
	font-size: 14px;
	line-height: 1.6;
}

.products__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.products__tag {
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 500;
	color: var(--bright-gray);
	background-color: var(--white);
	border: 1px solid var(--3-black-blue-200);
	border-radius: 100px;
}

.products__btn {
	margin-top: 32px;
}

@media (max-width: 900px) {
	.products {
		padding: 56px 0;
	}

	.products__row {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 40px 0;
	}

	.products__row--reverse .products__media {
		order: 0;
	}

	.products__row--reverse .products__content {
		order: 0;
	}

	.products__media {
		max-width: 480px;
	}
}

@media (max-width: 640px) {
	.products__btn {
		width: 100%;
	}
}

.products__table-wrap {
	margin-top: 24px;
	border-radius: 16px;
	box-shadow: var(--card-shadow);
	overflow-x: auto;
}

.products__table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	background-color: var(--white);
	font-size: 14px;
}

.products__table th,
.products__table td {
	padding: 16px 24px;
	text-align: left;
}

.products__table th {
	font-weight: 600;
	color: var(--white);
	background-color: var(--green-dark);
}

.products__table th:first-child {
	border-top-left-radius: 16px;
}

.products__table th:last-child {
	border-top-right-radius: 16px;
}

.products__table td {
	color: var(--nevada);
	border-top: 1px solid var(--4-black-blue-50);
}

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

.products__table th:first-child,
.products__table td:first-child {
	width: 24%;
}

.products__table th:nth-child(2),
.products__table td:nth-child(2) {
	width: 42%;
}

.menu.no-transition {
	transition: none;
}

.price {
	padding: 80px 0;
	background-color: #e7efec;
}

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

.price__eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: var(--nevada);
	transition: color 0.3s ease;
}

.price__eyebrow:hover {
	color: var(--green-dark);
}

.price__heading {
	margin-top: 16px;
	font-weight: 800;
	font-size: clamp(24px, 2.6vw, 32px);
	line-height: 1.3;
	color: var(--green-dark);
}

.price__card {
	margin-top: 32px;
	padding: 28px;
	background-color: var(--white);
	border-radius: 16px;
}

.price__card-title {
	font-size: 17px;
	font-weight: 700;
	color: var(--1-black-blue);
}

.price__card-text {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.6;
}

.price__factors {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(6, auto);
	grid-auto-flow: column;
	gap: 12px 32px;
	margin-top: 24px;
}

.price__factor {
	position: relative;
	padding-left: 18px;
	font-size: 13px;
	color: var(--bright-gray);
}

.price__factor::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	background-color: var(--green-dark);
	border-radius: 50%;
}

.price__parts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.price__part {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 600;
	color: var(--1-black-blue);
	background-color: var(--white);
	border-radius: 100px;
}

.price__part svg {
	color: var(--green-dark);
	flex-shrink: 0;
}

.price__warning {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-top: 28px;
	padding: 20px 24px;
	background-color: #fbe7d9;
	border-radius: 12px;
}

.price__warning svg {
	flex-shrink: 0;
	margin-top: 2px;
	color: var(--1-black-blue);
}

.price__warning p {
	font-size: 14px;
	line-height: 1.55;
	color: var(--bright-gray);
}

.price__subheading {
	margin-top: 40px;
	font-size: 19px;
	font-weight: 700;
	color: var(--1-black-blue);
}

.price__subtext {
	margin-top: 12px;
	max-width: 560px;
	font-size: 14px;
	line-height: 1.6;
}

.price__btn {
	margin-top: 32px;
}

.price__side {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.price__media {
	position: relative;
}

.price__img {
	width: 100%;
	border-radius: 16px;
}

.price__badges {
	position: absolute;
	top: 16px;
	left: 12px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.price__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px;
	font-size: 13px;
	font-weight: 600;
	color: var(--1-black-blue);
	background-color: var(--white);
	border-radius: 100px;
	box-shadow: var(--card-shadow);
}

.price__badge svg {
	color: var(--orange);
	flex-shrink: 0;
}

.price__badge:nth-child(2) {
	margin-left: 12px;
}

.price__form {
	padding: 28px;
	background-color: var(--green-dark);
	border-radius: 16px;
}

.price__form-title {
	font-size: 19px;
	font-weight: 700;
	color: var(--white);
}

.price__form-text {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--8-withe-600);
}

.price__field {
	display: block;
	margin-top: 16px;
}

.price__label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	color: var(--8-withe-600);
}

.price__select,
.price__input {
	width: 100%;
	padding: 12px 16px;
	font-size: 14px;
	color: var(--white);
	background-color: var(--9-withe-100);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	transition: border-color 0.3s ease;
}

.price__select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	cursor: pointer;
}

.price__select option {
	color: var(--1-black-blue);
	background-color: var(--white);
}

.price__select:focus,
.price__input:focus {
	outline: none;
	border-color: var(--hit-pink);
}

.price__input::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.price__submit {
	width: 100%;
	margin-top: 24px;
	padding: 15px 24px;
	font-size: 15px;
	font-weight: 700;
	color: var(--woodsmoke);
	background-color: #ec9662;
	border-radius: 10px;
	transition: background-color 0.3s ease;
}

.price__submit:hover {
	background-color: var(--hit-pink);
}

.price__form-note {
	margin-top: 14px;
	font-size: 11px;
	line-height: 1.5;
	color: var(--8-withe-600);
}

@media (max-width: 1100px) {
	.price__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.price__side {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
	}
}

@media (max-width: 860px) {
	.price__side {
		grid-template-columns: 1fr;
		max-width: 480px;
	}
}

@media (max-width: 768px) {
	.price {
		padding: 56px 0;
	}

	.price__card {
		padding: 20px;
	}

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

@media (max-width: 640px) {
	.price__btn {
		width: 100%;
	}

	.price__form {
		padding: 20px;
	}
}

.faq {
	padding: 80px 0;
	background-color: #fafbfa;
}

.faq__eyebrow {
	display: block;
	width: fit-content;
	margin: 0 auto;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-align: center;
	color: var(--nevada);
	transition: color 0.3s ease;
}

.faq__eyebrow:hover {
	color: var(--green-dark);
}

.faq__heading {
	margin-top: 16px;
	font-weight: 800;
	font-size: clamp(24px, 2.6vw, 32px);
	line-height: 1.3;
	text-align: center;
	color: var(--green-dark);
}

.faq__list {
	max-width: 800px;
	margin: 48px auto 0;
	padding: 16px 40px;
	background-color: #edf1f0;
	border-radius: 24px;
}

.faq__item {
	border-bottom: 1px solid var(--4-black-blue-50);
}

.faq__item:last-child {
	border-bottom: none;
}

.faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 0 16px;
	font-size: 16px;
	font-weight: 700;
	color: var(--green-dark);
	list-style: none;
	cursor: pointer;
}

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

.faq__icon {
	position: relative;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	transition: transform 0.3s ease;
}

.faq__icon::before,
.faq__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: var(--nevada);
	transform: translate(-50%, -50%);
}

.faq__icon::before {
	width: 14px;
	height: 2px;
}

.faq__icon::after {
	width: 2px;
	height: 14px;
}

.faq__item[open] .faq__icon {
	transform: rotate(45deg);
}

.faq__answer {
	padding-bottom: 24px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--regent-gray);
}

@media (max-width: 768px) {
	.faq {
		padding: 56px 0;
	}

	.faq__list {
		margin-top: 32px;
		padding: 8px 20px;
		border-radius: 16px;
	}

	.faq__question {
		font-size: 15px;
		padding: 20px 0 12px;
	}

	.faq__answer {
		padding-bottom: 20px;
	}
}

.select {
	padding: 80px 0;
}

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

.select__eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: var(--nevada);
	transition: color 0.3s ease;
}

.select__eyebrow:hover {
	color: var(--green-dark);
}

.select__heading {
	margin-top: 16px;
	font-weight: 800;
	font-size: clamp(24px, 2.6vw, 32px);
	line-height: 1.3;
	color: var(--green-dark);
}

.select__desc {
	margin-top: 16px;
	max-width: 480px;
	font-size: 14px;
	line-height: 1.6;
}

.select__img {
	width: 100%;
	max-height: 360px;
	object-fit: cover;
	border-radius: 16px;
	justify-self: end;
}

.select__form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 44px;
	margin-top: 48px;
	padding: 40px;
	background-color: var(--white);
	border-radius: 24px;
	box-shadow: var(--card-shadow);
}

.select__field {
	display: block;
}

.select__field--full {
	grid-column: 1 / -1;
}

.select__label {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	color: var(--1-black-blue);
}

.select__control {
	width: 100%;
	padding: 13px 16px;
	font-size: 14px;
	color: var(--1-black-blue);
	background-color: #e9f1ed;
	border: 1px solid transparent;
	border-radius: 8px;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}

.select__control:focus {
	outline: none;
	background-color: var(--white);
	border-color: var(--green-border);
}

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

select.select__control {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%231d4139' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	cursor: pointer;
}

.select__control--textarea {
	resize: vertical;
	min-height: 88px;
}

.select__file {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 22px;
	color: var(--green-dark);
	background-color: #e9f1ed;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.select__file:hover {
	background-color: var(--mint);
}

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

.select__file-text {
	font-size: 13px;
	color: var(--regent-gray);
}

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

.select__agree {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: var(--regent-gray);
	cursor: pointer;
}

.select__checkbox {
	width: 16px;
	height: 16px;
	accent-color: var(--green-dark);
	cursor: pointer;
}

@media (max-width: 1024px) {
	.select__top {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.select__img {
		justify-self: start;
	}
}

@media (max-width: 768px) {
	.select {
		padding: 56px 0;
	}

	.select__form {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 32px;
		padding: 24px 20px;
		border-radius: 16px;
	}

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

	.select__submit {
		width: 100%;
	}
}

.delivery {
	padding: 80px 0;
	background-color: #e7efec;
}

.delivery__eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: var(--nevada);
	transition: color 0.3s ease;
}

.delivery__eyebrow:hover {
	color: var(--green-dark);
}

.delivery__heading {
	margin-top: 16px;
	max-width: 640px;
	font-weight: 800;
	font-size: clamp(24px, 2.6vw, 32px);
	line-height: 1.3;
	color: var(--green-dark);
}

.delivery__desc {
	margin-top: 16px;
	max-width: 540px;
	font-size: 14px;
	line-height: 1.6;
}

.delivery__visual {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 64px;
	margin-top: 40px;
}

.delivery__img {
	width: 100%;
	border-radius: 24px;
}

.delivery__map svg {
	width: 100%;
	height: auto;
}

.delivery__map-label {
	font-family: var(--font-family);
	font-size: 13px;
	font-weight: 700;
	fill: var(--1-black-blue);
}

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

.delivery__card {
	padding: 24px;
	background-color: var(--white);
	border-radius: 16px;
}

.delivery__card-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 700;
	color: var(--1-black-blue);
}

.delivery__card-title svg {
	flex-shrink: 0;
	color: var(--green-dark);
}

.delivery__list {
	margin-top: 16px;
}

.delivery__list li {
	position: relative;
	padding-left: 14px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--nevada);
}

.delivery__list li + li {
	margin-top: 8px;
}

.delivery__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 4px;
	background-color: var(--regent-gray);
	border-radius: 50%;
}

@media (max-width: 1024px) {
	.delivery__cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.delivery__visual {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.delivery__map {
		max-width: 480px;
	}
}

@media (max-width: 768px) {
	.delivery {
		padding: 56px 0;
	}
}

@media (max-width: 560px) {
	.delivery__cards {
		grid-template-columns: 1fr;
	}
}

.steps-buy {
	padding: 80px 0;
	background-color: #fafbfa;
}

.steps-buy__eyebrow,
.warranty__eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: var(--nevada);
	transition: color 0.3s ease;
}

.steps-buy__eyebrow:hover,
.warranty__eyebrow:hover {
	color: var(--green-dark);
}

.steps-buy__heading,
.warranty__heading {
	margin-top: 16px;
	max-width: 640px;
	font-weight: 800;
	font-size: clamp(24px, 2.6vw, 32px);
	line-height: 1.3;
	color: var(--green-dark);
}

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

.steps-buy__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	font-size: 13px;
	font-weight: 700;
	color: var(--white);
	background-color: var(--green-dark);
	border-radius: 50%;
}

.steps-buy__title {
	margin-top: 14px;
	font-size: 14px;
	font-weight: 700;
	color: var(--green-dark);
}

.steps-buy__text {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--regent-gray);
}

.warranty {
	padding: 80px 0;
	background-color: #e7efec;
}

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

.warranty__card {
	padding: 24px 20px;
	background-color: var(--white);
	border-radius: 16px;
}

.warranty__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: var(--white);
	background-color: var(--green-dark);
	border-radius: 12px;
}

.warranty__title {
	margin-top: 16px;
	font-size: 14px;
	font-weight: 700;
	color: var(--green-dark);
}

.warranty__text {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--regent-gray);
}

@media (max-width: 1024px) {
	.steps-buy__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.warranty__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.steps-buy,
	.warranty {
		padding: 56px 0;
	}

	.steps-buy__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px 24px;
		margin-top: 32px;
	}

	.warranty__list {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 32px;
	}
}

@media (max-width: 480px) {
	.steps-buy__list {
		grid-template-columns: 1fr;
	}

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

.cta {
	padding: 80px 0;
	background-color: var(--green-dark);
}

.cta__panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 56px;
	padding: 48px;
	background-color: var(--10-withe-50);
	border: 1px solid var(--9-withe-100);
	border-radius: 24px;
}

.cta__eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: var(--8-withe-600);
	transition: color 0.3s ease;
}

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

.cta__heading {
	margin-top: 16px;
	font-weight: 800;
	font-size: clamp(22px, 2.2vw, 28px);
	line-height: 1.35;
	color: var(--white);
}

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

.cta__img {
	width: 100%;
	margin-top: 28px;
	border-radius: 16px;
}

.cta__form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 20px;
	align-content: start;
}

.cta__field {
	display: block;
}

.cta__field--full {
	grid-column: 1 / -1;
}

.cta__label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	color: var(--white);
}

.cta__control {
	width: 100%;
	padding: 12px 16px;
	font-size: 14px;
	color: var(--white);
	background-color: var(--10-withe-50);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	transition: border-color 0.3s ease;
}

.cta__control:focus {
	outline: none;
	border-color: var(--hit-pink);
}

.cta__control::placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.cta__control--select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	cursor: pointer;
}

.cta__control--select option {
	color: var(--1-black-blue);
	background-color: var(--white);
}

.cta__control--textarea {
	resize: vertical;
	min-height: 72px;
}

.cta__file {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 20px;
	color: var(--8-withe-600);
	border: 1px dashed rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	cursor: pointer;
	transition: border-color 0.3s ease;
}

.cta__file:hover {
	border-color: var(--hit-pink);
}

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

.cta__file-text {
	font-size: 13px;
}

.cta__agree {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	grid-column: 1 / -1;
	font-size: 12px;
	color: var(--8-withe-600);
	cursor: pointer;
}

.cta__agree-link,
.select__agree-link,
.price__form-link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.3s ease;
}

.cta__agree-link:hover {
	color: var(--white);
}

.select__agree-link:hover,
.price__form-link:hover {
	color: var(--green-dark);
}

.cta__checkbox {
	width: 15px;
	height: 15px;
	accent-color: var(--hit-pink);
	cursor: pointer;
}

.cta__submit {
	grid-column: 1 / -1;
	justify-self: start;
	padding: 15px 40px;
	font-size: 15px;
	font-weight: 700;
	color: var(--woodsmoke);
	background-color: #ec9662;
	border-radius: 100px;
	transition: background-color 0.3s ease;
}

.cta__submit:hover {
	background-color: var(--hit-pink);
}

@media (max-width: 1024px) {
	.cta__panel {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 32px;
	}

	.cta__img {
		max-width: 520px;
	}

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

	.footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 768px) {
	.cta {
		padding: 56px 0;
	}

	.cta__panel {
		padding: 24px 20px;
		border-radius: 16px;
	}

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

	.cta__submit {
		width: 100%;
	}

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

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

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

.doc {
	padding: 56px 0 96px;
}

.doc__container {
	max-width: 820px;
}

.doc__title {
	font-weight: 800;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.25;
	color: var(--green-dark);
}

.doc__date {
	margin-top: 12px;
	font-size: 13px;
	color: var(--regent-gray);
}

.doc h2 {
	margin-top: 40px;
	font-size: 20px;
	font-weight: 700;
	color: var(--green-dark);
}

.doc p {
	margin-top: 14px;
	font-size: 15px;
	line-height: 1.7;
}

.doc ul {
	margin-top: 14px;
}

.doc li {
	position: relative;
	padding-left: 18px;
	font-size: 15px;
	line-height: 1.7;
}

.doc li + li {
	margin-top: 8px;
}

.doc li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background-color: var(--green-dark);
	border-radius: 50%;
}

.doc a {
	color: var(--green-dark);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.categories__heading {
	margin-bottom: 32px;
	font-weight: 800;
	font-size: clamp(24px, 2.6vw, 32px);
	line-height: 1.3;
	text-align: center;
	color: var(--green-dark);
}

.price__parts-title {
	margin-top: 32px;
	font-size: 16px;
	font-weight: 700;
	color: var(--1-black-blue);
}

.price__parts {
	margin-top: 16px;
}

.steps-buy__btn {
	margin-top: 40px;
}

.reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.reveal:nth-child(2) {
	transition-delay: 0.08s;
}

.reveal:nth-child(3) {
	transition-delay: 0.16s;
}

.reveal:nth-child(4) {
	transition-delay: 0.24s;
}

.reveal:nth-child(5) {
	transition-delay: 0.32s;
}

.reveal:nth-child(6) {
	transition-delay: 0.4s;
}

@media (prefers-reduced-motion: reduce) {
	.reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	html {
		scroll-behavior: auto;
	}
}

@media (max-width: 768px) {
	.steps-buy__btn {
		width: 100%;
		margin-top: 28px;
	}
}

.thanks {
	padding: 96px 0 120px;
}

.thanks__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.thanks__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	color: var(--white);
	background-color: var(--green-dark);
	border-radius: 50%;
}

.thanks__title {
	margin-top: 24px;
	font-weight: 800;
	font-size: clamp(26px, 3vw, 36px);
	color: var(--green-dark);
}

.thanks__text {
	margin-top: 16px;
	max-width: 520px;
	line-height: 1.6;
}

.thanks__btn {
	margin-top: 32px;
}

.logo__desc {
	max-width: 200px;
}

.nav__link,
.btn--pill {
	white-space: nowrap;
}
