body {
	background-color: var(--white);
	overflow-x: clip;
	color: var(--dark);
	font-family: var(--font-family);
}

body.lock {
	overflow: hidden;
}

picture {
	display: contents;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: opacity, transform;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: none;
	will-change: auto;
}

[data-reveal="fade"] {
	transform: none;
}

[data-reveal="left"] {
	transform: translateX(26px);
}

[data-reveal="right"] {
	transform: translateX(-26px);
}

[data-reveal="zoom"] {
	transform: scale(0.965);
}
@media (max-width: 767px) {
	[data-reveal="left"],
	[data-reveal="right"] {
		transform: translateY(22px);
	}
}


.header {
	transition: box-shadow var(--transition);
}

.header.is-scrolled {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
}

.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 var(--container-padding);
}

.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;
}

.ln {
	display: inline;
}

@media (min-width: 768px) {
	.ln {
		display: block;
	}
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 56px;
	padding: 0 36px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	transition: background-color var(--transition), color var(--transition), border-color var(--transition);
}

.btn--sm {
	height: 44px;
	padding: 0 26px;
	font-size: 15px;
}

.btn--accent {
	background-color: var(--accent);
	color: var(--white);
}

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

.btn--outline {
	border-color: var(--dark);
	color: var(--dark);
}

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

.btn--light {
	border-color: var(--white);
	color: var(--white);
}

.btn--light:hover {
	background-color: var(--accent);
	border-color: var(--accent);
}

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

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 90px;
}

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

.logo__icon {
	flex-shrink: 0;
}

.logo__name {
	display: block;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.logo__desc {
	display: block;
	margin-top: 6px;
	font-size: 10px;
	line-height: 1.2;
	color: var(--white-60);
}

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

.nav__link {
	font-size: 15px;
	line-height: 1.2;
	color: var(--white-60);
	transition: color var(--transition);
}

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

.header__actions {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-shrink: 0;
}

.header__phone {
	font-weight: 600;
	font-size: 16px;
	white-space: nowrap;
	transition: color var(--transition);
}

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

.burger {
	display: none;
	flex-wrap: wrap;
	gap: 5px;
	width: 27px;
	padding: 0;
}

.burger span {
	display: block;
	width: 11px;
	height: 11px;
	background-color: var(--accent);
	border-radius: 50%;
	transition: background-color var(--transition);
}

.burger.is-active span {
	background-color: var(--white);
}

.hero {
	position: relative;
	overflow: hidden;
	background-color: var(--light);
}

.hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero__inner {
	position: relative;
	z-index: 1;
	padding-top: 128px;
	padding-bottom: 128px;
}

.hero__card {
	width: 720px;
	max-width: 100%;
	padding: 40px 38px;
	background-color: var(--white);
}

.hero__caption {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--dark);
}

.hero__title {
	margin-top: 42px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	text-transform: uppercase;
}

.hero__title-accent {
	display: block;
	color: var(--accent);
}

.hero__text {
	margin-top: 30px;
	max-width: 620px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dark-60);
}

.hero__features {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 44px;
}

.hero__feature {
	display: flex;
	align-items: center;
	gap: 9px;
}

.hero__feature-icon {
	flex-shrink: 0;
}

.hero__feature-text {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
}

.hero__actions {
	display: flex;
	gap: 15px;
	margin-top: 46px;
}

.hero__note {
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.5;
	color: var(--dark-60);
}

.rooms__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border-top: 1px solid var(--dark-20);
	border-left: 1px solid var(--dark-20);
}

.rooms__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 26px 20px 34px;
	border-right: 1px solid var(--dark-20);
	border-bottom: 1px solid var(--dark-20);
	text-align: center;
}

.rooms__icon {
	width: 100%;
	max-width: 210px;
	height: auto;
}

.rooms__title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(3em + 28px);
	margin-top: auto;
	padding-top: 28px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.section {
	padding: 90px 0;
}

.title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 26px;
	line-height: 1.3;
}

.btn--accent-outline {
	border-color: var(--accent);
	color: var(--accent);
}

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

.apply__lead {
	max-width: 620px;
	margin-top: 22px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--dark-60);
}

.apply__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-top: 56px;
}

.apply__card {
	display: flex;
	gap: 24px;
	padding: 22px;
	background-color: var(--light);
}

.apply__media {
	flex-shrink: 0;
	width: 290px;
	height: auto;
	align-self: flex-start;
	object-fit: cover;
}

.apply__content {
	display: flex;
	flex-direction: column;
	padding-top: 22px;
}

.apply__title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
}

.apply__text {
	margin-top: 18px;
	margin-bottom: 22px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--dark-60);
}

.apply__content .btn {
	align-self: flex-start;
	margin-top: auto;
	padding-top: 0;
	height: 42px;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 13px;
}

.film__top {
	position: relative;
	background-color: var(--light);
}

.film__intro {
	max-width: 640px;
	padding: 58px 0;
}

.film__lead {
	margin-top: 22px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--dark-60);
}

.film__roll {
	position: absolute;
	top: 0;
	right: 0;
	width: 44%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

.promo {
	position: relative;
}

.promo__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promo .container {
	position: relative;
	z-index: 1;
	padding-top: 112px;
	padding-bottom: 100px;
}

.promo__card {
	width: 550px;
	max-width: 100%;
	padding: 26px;
	border: 1px solid var(--accent);
	background-color: rgba(255, 255, 255, 0.9);
}

.promo--right .promo__card {
	margin-left: auto;
}

.promo__title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
}

.promo__text {
	margin-top: 18px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--dark-60);
}

.promo__subtitle {
	margin-top: 26px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--accent);
}

.promo__lists {
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: start;
	gap: 0 62px;
	margin-top: 16px;
}

.promo__list li {
	position: relative;
	padding-left: 14px;
	font-size: 13px;
	line-height: 1.75;
}

.promo__list li::before {
	content: "";
	position: absolute;
	top: 0.85em;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--dark);
}

.promo__card .btn {
	height: 46px;
	margin-top: 28px;
	padding: 0 26px;
	font-size: 13px;
}

.promo__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 26px;
}

.promo__tag {
	padding: 7px 13px;
	border-radius: 999px;
	background-color: var(--dark-5);
	font-size: 11px;
	line-height: 1.3;
	color: var(--dark-60);
}

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

.parts__card {
	display: flex;
	flex-direction: column;
	padding: 26px;
	border: 1px solid var(--accent);
}

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

.parts__title {
	margin-top: 24px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
}

.parts__text {
	margin-top: 16px;
	margin-bottom: 24px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--dark-60);
}

.parts__card .btn {
	align-self: flex-start;
	height: 46px;
	margin-top: auto;
	padding: 0 26px;
	font-size: 13px;
}

.parts__table-wrap {
	margin-top: 90px;
	overflow-x: auto;
}

.parts__table {
	width: 100%;
	min-width: 660px;
	border-collapse: collapse;
	text-align: left;
}

.parts__table th,
.parts__table td {
	padding: 20px 24px;
	border: 1px solid var(--accent);
	font-size: 14px;
	line-height: 1.5;
	vertical-align: middle;
}

.parts__table thead th {
	font-weight: 700;
	font-size: 15px;
	color: var(--accent);
}

.parts__table tbody th {
	width: 30%;
	font-weight: 600;
}

.parts__table th:first-child {
	background-color: var(--light);
}

.price {
	background-color: var(--light);
}

.price__inner {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 110px;
	align-items: start;
}

.price__subtitle {
	margin-top: 52px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
}

.price__factors {
	margin-top: 28px;
	border-top: 1px solid var(--dark-20);
	counter-reset: factor;
}

.price__factors li {
	display: flex;
	gap: 24px;
	padding: 13px 0;
	border-bottom: 1px solid var(--dark-20);
	font-size: 13px;
	line-height: 1.5;
}

.price__factors li::before {
	content: counter(factor, decimal-leading-zero);
	counter-increment: factor;
	min-width: 16px;
	font-size: 12px;
	font-weight: 500;
	color: var(--accent);
}

.price__text {
	margin-top: 28px;
	font-size: 13px;
	line-height: 1.7;
	color: var(--dark-60);
}

.price__title-accent {
	margin-top: 46px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.4;
	color: var(--accent);
}

.price__btn {
	height: 50px;
	margin-top: 44px;
	font-size: 14px;
}

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

.price__aside-title {
	margin-top: 26px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
}

.price__kit {
	margin-top: 24px;
}

.price__aside .price__btn {
	margin-top: 32px;
}

.title--center {
	text-align: center;
}

.faq__list {
	display: grid;
	gap: 16px;
	max-width: 1070px;
	margin: 56px auto 0;
}

.faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	min-height: 62px;
	padding: 16px 34px;
	border-radius: 999px;
	background-color: var(--light);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.4;
	text-align: left;
	transition: background-color var(--transition), color var(--transition);
}

.faq__question:hover {
	color: var(--accent);
}

.faq__item.is-open .faq__question {
	background-color: var(--accent-10);
	color: var(--accent);
}

.faq__icon {
	position: relative;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
}

.faq__icon::before,
.faq__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1.5px;
	background-color: currentColor;
	transform: translateY(-50%);
	transition: transform var(--transition), opacity var(--transition);
}

.faq__icon::after {
	transform: translateY(-50%) rotate(90deg);
}

.faq__item.is-open .faq__icon::after {
	transform: translateY(-50%) rotate(0deg);
	opacity: 0;
}

.faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows var(--transition);
}

.faq__item.is-open .faq__answer {
	grid-template-rows: 1fr;
}

.faq__answer-inner {
	overflow: hidden;
}

.faq__answer p {
	padding: 30px 34px 8px;
	font-size: 14px;
	line-height: 1.65;
	color: var(--dark-60);
}

.lead {
	position: relative;
	padding: 90px 0;
}

.lead__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lead__inner {
	position: relative;
	z-index: 1;
}

.lead__text {
	max-width: 660px;
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--dark-60);
}

.lead__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.lead__badge {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	line-height: 1.3;
	color: var(--dark-60);
}

.lead__flag {
	flex-shrink: 0;
	border-radius: 2px;
}

.form {
	margin-top: 40px;
	padding: 40px;
	border: 1px solid var(--accent);
	background-color: var(--white);
}

.form__top {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.form__col {
	display: grid;
	gap: 20px;
	align-content: start;
}

.form__col--file {
	grid-template-rows: auto 1fr;
}

.form__input {
	width: 100%;
	height: 53px;
	padding: 0 20px;
	border-radius: 8px;
	background-color: var(--accent-10);
	font-size: 14px;
	color: var(--dark);
	transition: box-shadow var(--transition);
}

.form__input::placeholder {
	color: var(--dark-60);
}

.form__input:focus {
	box-shadow: inset 0 0 0 1px var(--accent);
}

.form__textarea {
	height: 110px;
	padding: 16px 20px;
	line-height: 1.5;
}

.form__file {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 184px;
	padding: 20px;
	border: 1px dashed var(--accent);
	border-radius: 8px;
	cursor: pointer;
	transition: background-color var(--transition);
}

.form__file:hover {
	background-color: var(--accent-10);
}

.form__file-text {
	font-size: 14px;
	color: var(--dark-60);
	text-align: center;
	word-break: break-all;
}

.form__file.is-filled {
	border-style: solid;
	background-color: var(--accent-10);
}

.form__file.is-filled .form__file-text {
	color: var(--accent);
}

.form__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px 20px;
	margin-top: 34px;
}

.form__field {
	display: grid;
	gap: 9px;
}

.form__label {
	font-size: 13px;
	line-height: 1.3;
}

.form__select {
	position: relative;
	display: block;
}

.form__select::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: var(--accent);
	transform: translateY(-2px);
	pointer-events: none;
}

.form__select select {
	width: 100%;
	height: 53px;
	padding: 0 46px 0 20px;
	border: 1px solid var(--accent);
	border-radius: 8px;
	background-color: var(--white);
	font-size: 14px;
	color: var(--dark);
	appearance: none;
	cursor: pointer;
}

.form__check {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 32px;
	font-size: 13px;
	line-height: 1.4;
	color: var(--dark-60);
	cursor: pointer;
}

.form__check input {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	accent-color: var(--accent);
	cursor: pointer;
}

.form__submit {
	height: 54px;
	margin-top: 26px;
	font-size: 14px;
}

.title--light {
	color: var(--white);
}

.delivery {
	background-color: var(--dark);
}

.delivery__lead {
	max-width: 780px;
	margin-top: 22px;
	font-size: 13px;
	line-height: 1.7;
	color: var(--white-60);
}

.delivery__list-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 46px;
}

.delivery__card {
	display: flex;
	flex-direction: column;
	padding: 32px;
	border: 1px solid transparent;
	background-color: rgba(255, 255, 255, 0.05);
	color: var(--white);
}

.delivery__card--light {
	background-color: var(--11-milk);
	color: var(--dark);
}

.delivery__card--outline {
	border-color: var(--accent);
	background-color: transparent;
}

.delivery__icon {
	width: 60px;
	height: 60px;
	margin-bottom: 52px;
}

.delivery__title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
}

.delivery__list {
	margin-top: 18px;
}

.delivery__list li {
	position: relative;
	padding-left: 16px;
	font-size: 13px;
	line-height: 1.45;
	color: var(--white-60);
}

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

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

.delivery__card--light .delivery__list li {
	color: var(--dark-60);
}

.warranty {
	background-color: var(--dark);
}

.warranty__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 18px;
	margin-top: 46px;
}

.warranty__card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 26px;
	background-color: rgba(255, 255, 255, 0.05);
	color: var(--white);
}

.warranty__card--flush {
	padding: 0;
}

.warranty__card--row {
	flex-direction: row;
	align-items: center;
	gap: 26px;
}

.warranty__card--half {
	grid-column: span 6;
}

.warranty__card--lg {
	grid-column: span 5;
}

.warranty__card--sm {
	grid-column: span 3;
}

.warranty__card--md {
	grid-column: span 4;
}

.warranty__card--flush .warranty__body {
	padding: 26px;
}

.warranty__badge {
	flex-shrink: 0;
	width: 120px;
	height: auto;
}

.warranty__side {
	flex-shrink: 0;
	align-self: stretch;
	width: 34%;
	height: auto;
	object-fit: cover;
}

.warranty__media {
	width: 100%;
	height: 217px;
	object-fit: cover;
}

.warranty__inset {
	width: 100%;
	height: 190px;
	object-fit: contain;
}

.warranty__title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.35;
}

.warranty__list {
	margin-top: 18px;
}

.warranty__list li {
	position: relative;
	padding-left: 15px;
	font-size: 13px;
	line-height: 1.45;
	color: var(--white-60);
}

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

.warranty__list li::before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: var(--white-60);
}

.steps {
	position: relative;
	overflow: hidden;
	padding: 90px 0 120px;
	background-color: var(--11-milk);
}

.steps__media {
	position: absolute;
	top: 90px;
	right: 0;
	bottom: 120px;
	width: 50%;
	height: auto;
	object-fit: cover;
}

.steps__main {
	position: relative;
	z-index: 1;
	max-width: 620px;
}

.steps__timeline {
	margin-top: 34px;
	padding-bottom: 60px;
	padding-left: 36px;
	border-left: 2px solid var(--accent);
	counter-reset: step;
}

.steps__item {
	display: grid;
	grid-template-columns: 92px 1fr;
	align-items: start;
	gap: 12px;
	padding: 17px 0;
}

.steps__item + .steps__item {
	border-top: 1px solid var(--dark-20);
}

.steps__item::before {
	content: counter(step, decimal-leading-zero);
	counter-increment: step;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 26px;
	line-height: 1.1;
	color: var(--accent);
}

.steps__name {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
}

.steps__desc {
	max-width: 420px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.55;
	color: var(--dark-60);
}

.steps__btn {
	height: 52px;
	margin-top: 34px;
	font-size: 14px;
}

.cta {
	position: relative;
	padding: 88px 0;
}

.cta__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cta__card {
	position: relative;
	z-index: 1;
	width: 780px;
	max-width: 100%;
	margin: 0 auto;
	padding: 44px 46px;
	border: none;
}

.cta__text {
	margin-top: 18px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--dark-60);
}

.cta__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 22px;
	margin-top: 28px;
}

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

.form__select--soft select {
	border-color: transparent;
	background-color: var(--accent-10);
}

.cta__file {
	min-height: 54px;
	padding: 14px 20px;
}

.cta__check {
	align-items: flex-start;
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.45;
}

.cta__check input {
	margin-top: 1px;
}

.cta__check a {
	text-decoration: underline;
}

.cta__check a:hover {
	color: var(--accent);
}

.cta__submit {
	margin-top: 24px;
}

.footer {
	padding: 58px 0 40px;
	background-color: var(--dark);
	color: var(--white);
}

.footer__inner {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 40px;
	padding-bottom: 46px;
}

.footer__col {
	position: relative;
	padding-left: 40px;
}

.footer__col::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.12);
}

.footer .logo__name {
	font-size: 19px;
	color: var(--accent);
}

.footer .logo__icon {
	width: 38px;
	height: auto;
}

.footer__about {
	max-width: 420px;
	margin-top: 30px;
	font-size: 13px;
	line-height: 1.65;
	color: var(--white-60);
}

.footer__title {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.footer__list {
	display: grid;
	gap: 14px;
	margin-top: 34px;
	font-size: 14px;
	line-height: 1.4;
	color: var(--white-60);
}

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

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

.footer__bottom {
	padding-top: 44px;
}

.footer__copy {
	font-size: 13px;
	color: var(--white-60);
}

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

.legal__title {
	max-width: 900px;
}

.legal__body {
	max-width: 900px;
	margin-top: 34px;
}

.legal__body h2 {
	margin-top: 38px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 17px;
	line-height: 1.4;
}

.legal__body p {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.75;
	color: var(--dark-60);
}

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

.legal__body li {
	position: relative;
	padding-left: 16px;
	font-size: 14px;
	line-height: 1.75;
	color: var(--dark-60);
}

.legal__body li::before {
	content: "";
	position: absolute;
	top: 0.75em;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--accent);
}

.legal__body a {
	color: var(--accent);
	text-decoration: underline;
}

@media (max-width: 1280px) {
	.nav__list {
		gap: 20px;
	}

	.nav__link {
		font-size: 14px;
	}

	.header__actions {
		gap: 16px;
	}

	.hero__inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}

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

	.rooms__item:last-child {
		grid-column: span 2;
	}

	.apply__media {
		width: 240px;
	}

	.apply__card {
		gap: 18px;
	}
}

@media (max-width: 1100px) {
	.burger {
		display: flex;
	}

	.nav {
		position: fixed;
		top: 90px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 40;
		overflow: hidden;
		visibility: hidden;
		transition: visibility var(--transition);
	}

	.nav.is-open {
		visibility: visible;
	}

	.nav__list {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		width: min(340px, 100%);
		height: 100%;
		margin-left: auto;
		padding: 32px var(--container-padding);
		background-color: var(--dark);
		transform: translateX(100%);
		transition: transform var(--transition);
	}

	.nav.is-open .nav__list {
		transform: translateX(0);
	}

	.nav__link {
		font-size: 16px;
		color: var(--white);
	}

	.header__phone {
		display: none;
	}

	.hero__inner {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.hero__card {
		padding: 32px 30px;
	}

	.hero__features {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 20px 30px;
	}

	.hero__feature {
		width: calc(50% - 15px);
	}

	.rooms__item {
		padding: 22px 16px 28px;
	}

	.rooms__title {
		min-height: calc(3em + 22px);
		padding-top: 22px;
		font-size: 13px;
	}

	.section {
		padding: 64px 0;
	}

	.apply__list {
		grid-template-columns: 1fr;
		margin-top: 40px;
	}

	.film__intro {
		max-width: 52%;
		padding: 40px 0;
	}

	.parts__list {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.price__inner {
		grid-template-columns: 1fr;
		gap: 56px;
	}

	.faq__list {
		margin-top: 40px;
	}

	.lead {
		padding: 64px 0;
	}

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

	.warranty__card--half,
	.warranty__card--lg,
	.warranty__card--sm,
	.warranty__card--md {
		grid-column: span 6;
	}

	.steps {
		padding: 64px 0 72px;
	}

	.cta {
		padding: 64px 0;
	}

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

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

	.footer__col:nth-child(2) {
		padding-left: 0;
	}

	.footer__col:nth-child(2)::before {
		display: none;
	}

	.cta__card {
		padding: 32px;
	}

	.steps__media {
		position: static;
		width: 100%;
		height: 320px;
		margin-bottom: 36px;
	}

	.steps__main {
		max-width: none;
	}

	.warranty__card:last-child {
		grid-column: span 12;
	}

	.warranty__card:last-child .warranty__inset {
		height: 220px;
	}

	.delivery__icon {
		margin-bottom: 40px;
	}

	.form {
		padding: 28px;
	}

	.price__aside {
		max-width: 560px;
	}

	.parts__table-wrap {
		margin-top: 56px;
	}

	.promo .container {
		padding-top: 72px;
		padding-bottom: 72px;
	}
}

@media (max-width: 767px) {
	:root {
		--container-padding: 16px;
	}

	.header__inner {
		min-height: 64px;
		gap: 8px;
	}

	.logo {
		gap: 8px;
		min-width: 0;
		flex-shrink: 1;
	}

	.logo__text {
		min-width: 0;
	}

	.logo__name {
		font-size: 14px;
	}

	.logo__desc {
		margin-top: 4px;
		font-size: 7.5px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.nav {
		top: 64px;
	}

	.header__actions {
		gap: 8px;
	}

	.btn--sm {
		height: 34px;
		padding: 0 12px;
		font-size: 12px;
	}

	.hero {
		background-color: var(--light);
	}

	.hero__bg {
		position: relative;
		height: 200px;
	}

	.hero__inner {
		padding: 0;
	}

	.hero__card {
		width: 100%;
		padding: 0;
		background-color: transparent;
	}

	.hero__caption {
		padding: 20px var(--container-padding);
		font-size: 11px;
		letter-spacing: 0.04em;
	}

	.hero__body {
		padding: 24px var(--container-padding) 32px;
		background-color: var(--white);
	}

	.hero__title {
		max-width: none;
		margin-top: 0;
		font-size: 22px;
	}

	.hero__text {
		max-width: none;
		margin-top: 22px;
		font-size: 14px;
	}

	.hero__features {
		gap: 16px 20px;
		margin-top: 30px;
	}

	.hero__feature {
		width: calc(50% - 10px);
		gap: 8px;
	}

	.hero__feature-icon {
		width: 34px;
		height: 34px;
	}

	.hero__feature-text {
		font-size: 11px;
		white-space: normal;
	}

	.hero__actions {
		flex-direction: column;
		gap: 12px;
		margin-top: 32px;
	}

	.hero__actions .btn {
		width: 100%;
		height: 52px;
	}

	.hero__note {
		margin-top: 0;
		padding: 20px var(--container-padding) 28px;
		font-size: 12px;
	}

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

	.rooms__item:last-child {
		grid-column: 1 / -1;
	}

	.section {
		padding: 48px 0;
	}

	.title {
		font-size: 22px;
	}

	.apply__list {
		gap: 12px;
		margin-top: 30px;
	}

	.apply__card {
		flex-direction: column;
		gap: 0;
		padding: 14px;
	}

	.apply__media {
		width: 100%;
		align-self: stretch;
	}

	.apply__content {
		padding-top: 18px;
	}

	.apply__title {
		font-size: 16px;
	}

	.apply__content .btn {
		margin-top: 20px;
	}

	.film__top {
		display: flex;
		flex-direction: column-reverse;
	}

	.film__roll {
		position: static;
		width: 100%;
		height: 180px;
	}

	.film__intro {
		max-width: none;
		padding: 28px 0 32px;
	}

	.promo .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.promo__card {
		width: 100%;
		padding: 20px;
	}

	.promo__lists {
		gap: 0 30px;
	}

	.promo__card .btn {
		width: 100%;
	}

	.parts__card {
		padding: 18px;
	}

	.parts__title {
		font-size: 16px;
	}

	.parts__card .btn {
		align-self: stretch;
		width: 100%;
	}

	.parts__table-wrap {
		margin-top: 40px;
	}

	.price__inner {
		gap: 40px;
	}

	.price__subtitle {
		margin-top: 32px;
		font-size: 15px;
	}

	.price__title-accent {
		margin-top: 32px;
	}

	.price__btn {
		width: 100%;
		margin-top: 30px;
	}

	.faq__list {
		gap: 12px;
		margin-top: 28px;
	}

	.faq__question {
		min-height: 54px;
		padding: 14px 22px;
		border-radius: 26px;
		font-size: 14px;
	}

	.faq__answer p {
		padding: 20px 22px 6px;
		font-size: 13px;
	}

	.lead {
		padding: 48px 0;
	}

	.delivery__list-cards {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 30px;
	}

	.warranty__grid {
		gap: 12px;
		margin-top: 30px;
	}

	.steps {
		padding: 48px 0 56px;
	}

	.cta {
		padding: 40px 0;
	}

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

	.legal__body h2 {
		margin-top: 28px;
		font-size: 16px;
	}

	.legal__body p,
	.legal__body li {
		font-size: 13px;
	}

	.footer__inner {
		grid-template-columns: 1fr;
		gap: 30px;
		padding-bottom: 32px;
	}

	.footer__col {
		padding-left: 0;
	}

	.footer__col::before {
		display: none;
	}

	.footer__about {
		margin-top: 22px;
	}

	.footer__list {
		margin-top: 18px;
	}

	.footer__bottom {
		padding-top: 30px;
	}

	.footer__disclaimer {
		margin-top: 18px;
	}

	.cta__card {
		padding: 20px;
	}

	.cta__grid {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 22px;
	}

	.cta__submit {
		width: 100%;
	}

	.steps__media {
		height: 220px;
		margin-bottom: 26px;
	}

	.steps__timeline {
		margin-top: 26px;
		padding-bottom: 36px;
		padding-left: 20px;
	}

	.steps__item {
		grid-template-columns: 52px 1fr;
		gap: 10px;
		padding: 14px 0;
	}

	.steps__item::before {
		font-size: 20px;
	}

	.steps__btn {
		width: 100%;
		margin-top: 26px;
	}

	.warranty__card--half,
	.warranty__card--lg,
	.warranty__card--sm,
	.warranty__card--md {
		grid-column: span 12;
	}

	.warranty__card {
		padding: 20px;
	}

	.warranty__card--flush {
		padding: 0;
	}

	.warranty__card--row {
		flex-direction: column;
		align-items: stretch;
		gap: 18px;
	}

	.warranty__card--flush .warranty__body {
		padding: 20px;
	}

	.warranty__badge {
		width: 96px;
	}

	.warranty__side {
		width: 100%;
		height: 180px;
	}

	.warranty__media {
		height: 180px;
	}

	.delivery__card {
		padding: 22px;
	}

	.delivery__icon {
		margin-bottom: 22px;
	}

	.form {
		margin-top: 28px;
		padding: 18px;
	}

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

	.form__col {
		display: contents;
	}

	.form__top [name="name"] {
		order: 1;
	}

	.form__top [name="phone"] {
		order: 2;
	}

	.form__top [name="city"] {
		order: 3;
	}

	.form__top [name="comment"] {
		order: 4;
	}

	.form__file {
		order: 5;
	}

	.form__file {
		min-height: 120px;
	}

	.form__grid {
		margin-top: 20px;
	}

	.form__submit {
		width: 100%;
	}

	.parts__table th,
	.parts__table td {
		padding: 14px 16px;
		font-size: 13px;
	}

	.parts__table thead th {
		font-size: 14px;
	}

	.rooms__item {
		padding: 18px 12px 22px;
	}

	.rooms__icon {
		max-width: 150px;
	}

	.rooms__title {
		min-height: calc(3em + 16px);
		padding-top: 16px;
		font-size: 12px;
	}
}

.rooms__item {
	transition: background-color var(--transition);
}

.rooms__item:hover {
	background-color: var(--dark-5);
}

.rooms__icon {
	transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.rooms__item:hover .rooms__icon {
	transform: translateY(-6px);
}

.apply__card,
.parts__card,
.delivery__card,
.warranty__card {
	transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), border-color var(--transition), background-color var(--transition);
}

.apply__card:hover,
.parts__card:hover,
.delivery__card:hover,
.warranty__card:hover {
	transform: translateY(-4px);
}

.apply__media,
.parts__media,
.warranty__media,
.warranty__side {
	transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.apply__card:hover .apply__media,
.parts__card:hover .parts__media,
.warranty__card:hover .warranty__media,
.warranty__card:hover .warranty__side {
	transform: scale(1.04);
}

.apply__card,
.parts__card,
.warranty__card {
	overflow: hidden;
}

.btn {
	transition: background-color var(--transition), color var(--transition), border-color var(--transition), transform 0.2s ease;
}

.btn:active {
	transform: translateY(1px);
}

.logo {
	transition: opacity var(--transition);
}

.logo:hover {
	opacity: 0.85;
}

.steps__item {
	transition: background-color var(--transition);
}

.footer__list a,
.nav__link {
	display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	[data-reveal] {
		opacity: 1;
		transform: none;
	}
}

@keyframes heroIn {
	from {
		opacity: 0;
		transform: translateY(26px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes heroBgIn {
	from {
		opacity: 0;
		transform: scale(1.06);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.hero__bg {
	animation: heroBgIn 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.hero__card > * {
	animation: heroIn 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.hero__caption {
	animation-delay: 0.1s;
}

.hero__title {
	animation-delay: 0.18s;
}

.hero__text {
	animation-delay: 0.26s;
}

.hero__features {
	animation-delay: 0.34s;
}

.hero__actions {
	animation-delay: 0.42s;
}

.hero__note {
	animation-delay: 0.5s;
}

.header__inner > * {
	animation: heroIn 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.header__inner > *:nth-child(2) {
	animation-delay: 0.08s;
}

.header__inner > *:nth-child(3) {
	animation-delay: 0.16s;
}

.footer__list {
	font-style: normal;
}

address.footer__list {
	display: grid;
	gap: 14px;
}

.form__status {
	display: none;
	margin-top: 16px;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.5;
}

.form__status.is-success,
.form__status.is-error {
	display: block;
}

.form__status.is-success {
	background-color: rgba(46, 125, 50, 0.1);
	color: #2e7d32;
}

.form__status.is-error {
	background-color: var(--accent-10);
	color: var(--accent);
}

.form.is-sending {
	opacity: 0.7;
	pointer-events: none;
}

.btn:disabled {
	opacity: 0.7;
	cursor: default;
}
