/* Weber Forever landing page */

.page-template-weber-forever #footer-lp,
.page-template-weber-forever #footer,
.page-template-weber-forever #cart-app {
	display: none !important;
}

.page-template-weber-forever,
.page-template-weber-forever body {
	background: #fff;
}

.wf-page {
	--wf-red: #ed1c24;
	--wf-black: #000;
	--wf-muted: rgba(0, 0, 0, 0.5);
	--wf-field: rgba(217, 217, 217, 0.3);
	--wf-border: #888;
	--wf-serif: "Weber", "FbParmesan", serif;
	--wf-display: "FbParmesan", "Weber", sans-serif;
	--wf-sans: "Assistant", "Rubik", "Weber", sans-serif;
	background: #fff;
	color: var(--wf-black);
	overflow-x: hidden;
}

.wf-page * {
	box-sizing: border-box;
}

.wf-weber {
	font-family: var(--wf-serif);
	font-weight: 400;
	text-transform: uppercase;
}

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

/* Header */
.wf-header {
	background: var(--wf-black);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px 20px 16px;
}

.wf-header__logo {
	display: block;
	line-height: 0;
}

.wf-header__logo img {
	display: block;
	width: min(186px, 46vw);
	height: auto;
}

/* Hero */
.wf-hero {
	text-align: center;
	padding: 28px 20px 0;
}

.wf-hero__badge {
	display: inline-block;
	margin: 0 auto 18px;
	background: var(--wf-red);
	color: #fff;
	font-family: var(--wf-display);
	font-size: clamp(24px, 4vw, 52px);
	line-height: 1;
	padding: 8px 28px 6px;
	min-width: 120px;
}

.wf-hero__title {
	margin: 0 auto 8px;
	max-width: 1111px;
}

.wf-hero__brand {
	display: block;
	font-family: var(--wf-serif);
	font-weight: 700;
	font-size: clamp(36px, 8vw, 132px);
	line-height: 0.95;
	letter-spacing: -0.02em;
}

.wf-hero__subtitle {
	display: block;
	margin-top: 8px;
	font-family: var(--wf-display);
	font-weight: 300;
	font-size: clamp(22px, 4.2vw, 68px);
	line-height: 1.15;
}

.wf-hero__visual {
	max-width: 1321px;
	margin: 8px auto 0;
}

.wf-hero__visual img {
	display: block;
	width: 100%;
	height: auto;
}

/* Banner */
.wf-banner {
	background: var(--wf-black);
	color: #f5f5f5;
	text-align: center;
	padding: 28px 20px;
}

.wf-banner p {
	margin: 0 auto;
	max-width: 1200px;
	font-family: var(--wf-display);
	font-size: clamp(22px, 4vw, 68px);
	line-height: 1.08;
}

/* Offer */
.wf-offer {
	background: linear-gradient(180deg, #fff 0%, #e5e5e5 100%);
	padding: 36px 20px 28px;
	text-align: center;
}

.wf-offer__headline {
	margin: 0 auto 28px;
	max-width: 1200px;
	font-family: var(--wf-display);
	font-weight: 400;
	font-size: clamp(22px, 4vw, 68px);
	line-height: 1.1;
}

.wf-offer__headline span {
	display: block;
}

.wf-offer__headline-accent {
	color: var(--wf-red);
}

.wf-offer__tiers {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 16px;
	max-width: 980px;
	margin: 0 auto;
}

.wf-tier__q {
	margin: 0 0 4px;
	font-family: var(--wf-display);
	font-weight: 300;
	font-size: clamp(14px, 3.6vw, 55px);
	letter-spacing: -0.03em;
}

.wf-tier__deal {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	align-items: end;
	justify-content: center;
	column-gap: clamp(4px, 1vw, 14px);
	row-gap: 0;
	margin: 0;
	line-height: 1;
}

.wf-tier__num {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: end;
	font-family: var(--wf-serif);
	font-weight: 700;
	font-size: clamp(52px, 14vw, 330px);
	letter-spacing: -0.03em;
	line-height: 0.7;
}

.wf-tier__get {
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	font-family: var(--wf-display);
	font-size: clamp(16px, 4.2vw, 60px);
	line-height: 1;
	margin: 0;
}

.wf-tier__pct {
	grid-column: 1;
	grid-row: 2;
	align-self: end;
	font-family: var(--wf-serif);
	font-weight: 700;
	font-size: clamp(22px, 5.5vw, 153px);
	letter-spacing: -0.08em;
	line-height: 0.85;
	margin: 0;
}

.wf-tier__label {
	margin: 8px 0 0;
	font-family: var(--wf-display);
	font-size: clamp(14px, 3.6vw, 58px);
}

.wf-offer__simple {
	margin: 28px 0 0;
	font-family: var(--wf-display);
	font-size: clamp(32px, 8vw, 90px);
	line-height: 0.9;
	color: var(--wf-red);
}

/* Form */
.wf-form-section {
	padding: 36px 20px 48px;
	text-align: center;
}

.wf-form-section__title {
	margin: 0 auto 28px;
	max-width: 900px;
	font-family: var(--wf-display);
	font-weight: 300;
	font-size: clamp(24px, 3.6vw, 70px);
	line-height: 1.15;
}

.wf-form {
	max-width: 1260px;
	margin: 0 auto;
	text-align: right;
}

.wf-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
		"name phone"
		"address serial"
		"photo submit";
	gap: 16px 16px;
}

.wf-field--name { grid-area: name; }
.wf-field--phone { grid-area: phone; }
.wf-field--address { grid-area: address; }
.wf-field--serial { grid-area: serial; }
.wf-field--photo { grid-area: photo; }
.wf-field--submit { grid-area: submit; }

.wf-input,
.wf-file,
.wf-submit {
	width: 100%;
	min-height: 72px;
	border: 0;
	background: var(--wf-field);
	font-family: var(--wf-sans);
	font-size: 18px;
	color: var(--wf-black);
}

.wf-input {
	padding: 0 18px;
	text-align: right;
}

.wf-input::placeholder {
	color: var(--wf-muted);
}

.wf-input:focus,
.wf-file:focus-within,
.wf-submit:focus-visible {
	outline: 2px solid var(--wf-red);
	outline-offset: 2px;
}

.wf-input.is-invalid,
.wf-field.is-invalid .wf-file {
	outline: 2px solid var(--wf-red);
}

.wf-field .invalid-feedback {
	display: block;
	margin-top: 6px;
	color: var(--wf-red);
	font-family: var(--wf-sans);
	font-size: 14px;
}

.wf-file {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px;
	cursor: pointer;
	color: var(--wf-muted);
}

.wf-file__text {
	flex: 1;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wf-file__text.has-file {
	color: var(--wf-black);
}

.wf-file__icon {
	width: 31px;
	height: 30px;
	flex: 0 0 auto;
	margin-inline-start: 12px;
}

.wf-file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.wf-submit {
	background: var(--wf-red);
	color: #fff;
	font-family: var(--wf-display);
	font-size: clamp(26px, 3vw, 46px);
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease;
}

.wf-submit:hover {
	background: #d10017;
}

.wf-submit:active {
	transform: translateY(1px);
}

.wf-form[aria-busy="true"] .wf-submit {
	opacity: 0.7;
	pointer-events: none;
}

.wf-form-note {
	margin: 0 0 18px;
	font-family: var(--wf-sans);
	font-size: 16px;
	line-height: 1.4;
	color: var(--wf-muted);
	text-align: right;
}

.wf-terms {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 18px;
	font-family: var(--wf-sans);
	font-size: 16px;
	color: var(--wf-muted);
	cursor: pointer;
}

.wf-terms input {
	appearance: auto;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	flex: 0 0 auto;
	accent-color: var(--wf-red);
}

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

.wf-terms .wf-terms__terms-link {
	text-decoration: underline;
}

.wf-serial-guide {
	margin: 12px 0 0;
	font-family: var(--wf-sans);
	font-size: 16px;
	line-height: 1.4;
}

.wf-serial-guide a {
	color: var(--wf-red);
	text-decoration: underline;
}

.wf-serial-guide a:hover {
	text-decoration: none;
}

.wf-success {
	display: none;
	margin: 18px 0 0;
	font-family: var(--wf-sans);
	font-size: 20px;
	font-weight: 600;
	color: #0d771f;
}

.wf-recaptcha {
	height: 0;
	overflow: hidden;
}

.wf-form-error {
	display: none;
	margin: 18px 0 0;
	font-family: var(--wf-sans);
	font-size: 18px;
	font-weight: 600;
	color: var(--wf-red);
}

/* Products */
.wf-products {
	padding: 12px 20px 48px;
}

.wf-products__title {
	margin: 0 auto 28px;
	text-align: center;
	font-family: var(--wf-display);
	font-weight: 300;
	font-size: clamp(26px, 3.6vw, 70px);
}

.wf-products__carousel {
	position: relative;
	max-width: 1414px;
	margin: 0 auto;
	padding-inline: 36px;
}

.wf-products__swiper {
	overflow: hidden;
}

.wf-products__swiper .swiper-slide {
	height: auto;
}

.wf-products__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: var(--wf-black);
	cursor: pointer;
	z-index: 2;
	padding: 0;
}

.wf-products__nav::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 11px auto;
}

.wf-products__nav--prev {
	right: 0;
}

.wf-products__nav--prev::before {
	transform: rotate(-135deg);
	margin-right: 13px;
}

.wf-products__nav--next {
	left: 0;
}

.wf-products__nav--next::before {
	transform: rotate(45deg);
	margin-left: 13px;
}

.wf-products__nav.swiper-button-disabled {
	opacity: 0.25;
	cursor: default;
}

.wf-product {
	border: 1px solid var(--wf-border);
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.wf-product__image {
	aspect-ratio: 431 / 370;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 28px 4px;
	background: #fff;
}

.wf-product__image img {
	width: 78%;
	height: auto;
	max-height: 280px;
	object-fit: contain;
}

.wf-product__meta {
	padding: 0 16px 8px;
	text-align: right;
}

.wf-product__name {
	margin: 0;
	font-family: var(--wf-sans);
	font-weight: 700;
	font-size: clamp(20px, 1.9vw, 36px);
	line-height: 1.2;
}

.wf-product__price {
	margin-top: 2px;
	font-family: var(--wf-sans);
	font-weight: 400;
	font-size: clamp(20px, 1.9vw, 36px);
	line-height: 1.2;
}

.wf-product__price del {
	opacity: 0.55;
	margin-inline-end: 8px;
}

.wf-product__link {
	display: block;
	background: rgba(217, 217, 217, 0.3);
	padding: 16px 16px 18px;
	margin-top: auto;
	font-family: var(--wf-sans);
	font-weight: 600;
	font-size: 20px;
	color: var(--wf-red);
	text-decoration: none;
	text-align: right;
}

.wf-product__link:hover {
	text-decoration: underline;
}

/* Gallery */
.wf-gallery {
	padding: 12px 20px 56px;
}

.wf-gallery__title {
	margin: 0 auto 28px;
	text-align: center;
	font-family: var(--wf-display);
	font-weight: 300;
	font-size: clamp(24px, 3.6vw, 70px);
	line-height: 1.1;
}

.wf-gallery__swiper {
	max-width: 1420px;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: hidden;
}

.wf-gallery__swiper .swiper-slide {
	height: auto;
}

.wf-gallery__pagination {
	position: relative;
	margin-top: 24px;
}

.wf-gallery__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: var(--wf-black);
	opacity: 0.25;
}

.wf-gallery__pagination .swiper-pagination-bullet-active {
	background: var(--wf-red);
	opacity: 1;
}

.wf-vintage {
	border: 1px solid var(--wf-border);
	background: #fff;
	display: flex;
	flex-direction: column;
	min-width: 0;
	width: 100%;
	height: 100%;
}

.wf-vintage__head {
	background: var(--wf-black);
	color: #fff;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	text-align: center;
}

.wf-vintage__head p {
	margin: 0;
	font-family: var(--wf-display);
	font-weight: 300;
	font-size: clamp(18px, 2.2vw, 43px);
	line-height: 1.15;
}

.wf-vintage__image {
	position: relative;
	aspect-ratio: 431 / 538;
	overflow: hidden;
	background: #fff;
}

.wf-vintage__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wf-vintage__placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #ececec;
	color: rgba(0, 0, 0, 0.55);
	font-family: var(--wf-display);
	font-size: clamp(16px, 2.4vw, 28px);
	line-height: 1.25;
	text-align: center;
	padding: 24px 16px;
}

.wf-vintage__placeholder-note {
	margin-top: 8px;
	font-family: var(--wf-sans);
	font-size: clamp(13px, 1.8vw, 18px);
	font-weight: 600;
}

.wf-vintage__badge {
	position: absolute;
	right: 12px;
	bottom: 18px;
	margin: 0;
	background: var(--wf-red);
	color: #fff;
	font-family: var(--wf-display);
	font-size: clamp(14px, 1.6vw, 25px);
	line-height: 1.05;
	text-align: center;
	padding: 10px 14px;
	transform: rotate(-11deg);
	transform-origin: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.wf-vintage__foot {
	background: var(--wf-black);
	border-top: 1px solid var(--wf-border);
	min-height: 138px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px;
}

.wf-vintage__foot-logo {
	display: block;
	width: min(134px, 42vw);
	height: auto;
}

.wf-vintage__foot-text {
	margin: 0;
	color: #fff;
	font-family: var(--wf-serif);
	font-size: clamp(18px, 2vw, 30px);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* Footer */
.wf-footer {
	background: var(--wf-black);
	color: #fff;
	text-align: center;
	padding: 28px 20px 32px;
}

.wf-footer__logo {
	display: block;
	width: min(180px, 48vw);
	height: auto;
	margin: 0 auto 10px;
}

.wf-footer__tagline {
	margin: 0;
	font-family: var(--wf-sans);
	font-weight: 600;
	font-size: clamp(16px, 1.9vw, 36px);
}

body.wf-pdf-modal-open {
	overflow: hidden;
}

.wf-pdf-modal[hidden] {
	display: none;
}

.wf-pdf-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.72);
	direction: rtl;
	font-family: "Assistant", "Rubik", sans-serif;
}

.wf-pdf-modal__dialog {
	width: min(1000px, 100%);
	height: min(90vh, 900px);
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 16px 50px rgba(0, 0, 0, 0.35);
}

.wf-pdf-modal__header {
	min-height: 62px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	font-family: var(--wf-sans);
}

.wf-pdf-modal__header h2 {
	margin: 0;
	font-family: inherit;
	font-size: 22px;
	font-weight: 700;
}

.wf-pdf-modal__close {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

.wf-pdf-modal__frame {
	width: 100%;
	flex: 1;
	border: 0;
	background: #f3f3f3;
}

@media (max-width: 767px) {
	.wf-pdf-modal {
		padding: 12px;
	}

	.wf-pdf-modal__dialog {
		height: calc(100dvh - 24px);
	}

	.wf-pdf-modal__header {
		min-height: 54px;
		padding: 6px 14px;
	}

	.wf-pdf-modal__header h2 {
		font-size: 18px;
	}

	.wf-header {
		min-height: 71px;
		padding: 12px 20px;
	}

	.wf-header__logo img {
		width: 112px;
	}

	.wf-hero {
		padding: 29px 20px 0;
	}

	.wf-hero__badge {
		min-width: 121px;
		margin-bottom: 18px;
		padding: 3px 14px;
		font-size: clamp(25px, 7.06vw, 30px);
		line-height: 1;
	}

	.wf-hero__title {
		position: relative;
		z-index: 1;
		max-width: 350px;
		margin-bottom: 0;
	}

	.wf-hero__brand {
		font-size: clamp(64px, 20vw, 85px);
		line-height: 0.9;
	}

	.wf-hero__subtitle {
		margin-top: 8px;
		font-size: clamp(35px, 10.7vw, 45.5px);
		line-height: 1.14;
	}

	.wf-hero__visual {
		width: 100vw;
		margin: -34px calc(50% - 50vw) 0;
	}

	.wf-banner {
		padding: 17px 10px;
	}

	.wf-banner p {
		max-width: 405px;
		font-size: clamp(34px, 10vw, 42.5px);
		line-height: 1.06;
	}

	.wf-banner__mobile-line {
		display: block;
	}

	.wf-banner__desktop-break {
		display: none;
	}

	.wf-offer {
		padding: 48px 12px 29px;
	}

	.wf-offer__headline {
		margin-bottom: 31px;
		font-size: clamp(34px, 10vw, 42.5px);
		line-height: 1.06;
	}

	.wf-offer__tiers {
		gap: 12px 8px;
	}

	.wf-tier__q {
		margin-bottom: 8px;
		font-size: clamp(18px, 5.3vw, 22.5px);
		line-height: 1.05;
	}

	.wf-tier__deal {
		column-gap: 3px;
	}

	.wf-tier__num {
		font-size: clamp(86px, 26.7vw, 113.5px);
		line-height: 0.7;
	}

	.wf-tier__get {
		font-size: clamp(18px, 5.3vw, 22.5px);
	}

	.wf-tier__pct {
		font-size: clamp(48px, 14.5vw, 61.5px);
		line-height: 0.78;
	}

	.wf-tier__label {
		margin-top: 9px;
		font-size: clamp(17px, 4.82vw, 20.5px);
		line-height: 1.05;
	}

	.wf-offer__simple {
		margin-top: 43px;
		font-size: clamp(34px, 10vw, 42.5px);
		line-height: 1;
	}

	.wf-form-section {
		padding: 53px 33px 48px;
	}

	.wf-form-section__title {
		margin-bottom: 32px;
		padding-inline: 0;
		font-size: clamp(28px, 8.24vw, 35px);
		line-height: 1.08;
	}

	.wf-form__grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"name"
			"phone"
			"address"
			"serial"
			"photo"
			"submit";
		gap: 11px;
	}

	.wf-input,
	.wf-file,
	.wf-submit {
		min-height: 42px;
		font-size: 15px;
	}

	.wf-input,
	.wf-file {
		padding-inline: 20px;
	}

	.wf-file__icon {
		width: 21px;
		height: 24px;
		margin-inline-start: 10px;
	}

	.wf-submit {
		font-size: clamp(20px, 5.42vw, 23px);
	}

	.wf-form-note,
	.wf-terms {
		font-size: 15px;
		line-height: 1.4;
	}

	.wf-terms {
		gap: 6px;
		margin-top: 17px;
	}

	.wf-form-note {
		margin-bottom: 14px;
	}

	.wf-terms input {
		width: 14px;
		height: 14px;
		margin-top: 3px;
	}

	.wf-serial-guide {
		margin-top: 9px;
		font-size: 15px;
	}

	.wf-products {
		padding: 12px 33px 48px;
	}

	.wf-products__title {
		margin-bottom: 28px;
		font-size: clamp(28px, 8.24vw, 35px);
		line-height: 1.05;
	}

	.wf-products__carousel {
		padding-inline: 0;
	}

	.wf-products__nav {
		display: none;
	}

	.wf-product__image {
		padding: 12px 14px 2px;
	}

	.wf-product__image img {
		width: 79%;
		max-height: 138px;
	}

	.wf-product__meta {
		padding: 0 8px 4px;
	}

	.wf-product__name {
		font-size: 15px;
	}

	.wf-product__price {
		font-size: 18px;
	}

	.wf-product__link {
		padding: 7px 8px 8px;
		font-size: 12px;
	}

	.wf-gallery {
		padding: 12px 16px 42px;
	}

	.wf-gallery__title {
		margin-bottom: 28px;
		font-size: clamp(28px, 8.24vw, 35px);
		line-height: 1.05;
	}

	.wf-vintage__head p {
		font-size: clamp(14px, 3.8vw, 18px);
	}

	.wf-vintage__badge {
		font-size: clamp(11px, 2.8vw, 14px);
		padding: 8px 10px;
		right: 8px;
		bottom: 12px;
	}

	.wf-vintage__placeholder {
		font-size: clamp(18px, 5.65vw, 24px);
	}

	.wf-footer {
		min-height: 88px;
		padding: 14px 20px 12px;
	}

	.wf-footer__logo {
		width: 103px;
		margin-bottom: 4px;
	}

	.wf-footer__tagline {
		font-size: 10px;
		line-height: 1.2;
	}
}

@media (min-width: 768px) {
	.wf-header {
		padding: 28px 20px 24px;
	}

	.wf-header__logo img {
		width: 260px;
	}

	.wf-hero {
		padding-top: 40px;
	}

	.wf-banner {
		padding: 48px 40px;
	}

	.wf-offer {
		padding: 56px 40px 40px;
	}

	.wf-offer__tiers {
		grid-template-columns: 1fr 1fr;
		gap: 24px 48px;
		max-width: 1100px;
	}

	.wf-form-section {
		padding: 48px 40px 64px;
	}

	.wf-input,
	.wf-file,
	.wf-submit {
		min-height: 88px;
		font-size: 22px;
	}

	.wf-file__icon {
		width: 38px;
		height: 37px;
	}

	.wf-products__carousel {
		padding-inline: 0;
	}

	.wf-products__nav {
		display: none;
	}
}

@media (min-width: 1200px) {
	.wf-header {
		min-height: 180px;
		padding: 36px 20px 32px;
	}

	.wf-header__logo img {
		width: 280px;
	}

	.wf-hero {
		padding: 40px 40px 0;
	}

	.wf-hero__badge {
		padding: 10px 32px 8px;
		min-width: 220px;
	}

	.wf-hero__visual {
		max-width: 980px;
	}

	.wf-form__grid {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas:
			"name phone address"
			"serial photo submit";
		gap: 28px 30px;
	}

	.wf-input,
	.wf-file,
	.wf-submit {
		min-height: 100px;
		font-size: 24px;
		padding: 0 22px;
	}

	.wf-form-note,
	.wf-terms {
		font-size: 24px;
	}

	.wf-terms {
		justify-content: flex-start;
	}

	.wf-products__nav {
		display: none;
	}

	.wf-gallery__swiper {
		padding-bottom: 0;
	}

	.wf-footer {
		min-height: 252px;
		padding: 40px 20px 36px;
	}

	.wf-footer__logo {
		width: 301px;
	}
}
