:root {
	--color-accent-dark: #550000;
	--color-accent-dark-hover: #7a0000;
	--color-accent: #980000;
	--color-accent-light: #fae6aa;
	--color-accent-light-hover: #fff5d7;

	--color-background: #f0ebf0;
	--color-white: #ffffff;
	--color-black: #000000;
	--color-dark: #0a0a05;
	--color-white-bg: #fff;
	--color-black-bg: #0a0a05;
	--title-accent-font: 'Hurricane', cursive;
	--title-font: 'Bebas Neue', sans-serif;
	--primary-font: 'Arimo', sans-serif;
	--container-padding: 16px;
}

@font-face {
	font-family: 'Arimo';
	src: url('/wp-content/themes/wbakehouse/assets/fonts/Arimo-Regular.woff2') format('woff2'),
		url('/wp-content/themes/wbakehouse/assets/fonts/Arimo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Arimo';
	src: url('/wp-content/themes/wbakehouse/assets/fonts/Arimo-Bold.woff2') format('woff2'),
		url('/wp-content/themes/wbakehouse/assets/fonts/Arimo-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Hurricane';
	src: url('/wp-content/themes/wbakehouse/assets/fonts/Hurricane-Regular.woff2') format('woff2'),
		url('/wp-content/themes/wbakehouse/assets/fonts/Hurricane-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('/wp-content/themes/wbakehouse/assets/fonts/BebasNeue-Thin.woff2') format('woff2'),
		url('/wp-content/themes/wbakehouse/assets/fonts/BebasNeue-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('/wp-content/themes/wbakehouse/assets/fonts/BebasNeueRegular.woff2') format('woff2'),
		url('/wp-content/themes/wbakehouse/assets/fonts/BebasNeueRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bebas Neue Book';
	src: url('/wp-content/themes/wbakehouse/assets/fonts/BebasNeueBook.woff2') format('woff2'),
		url('/wp-content/themes/wbakehouse/assets/fonts/BebasNeueBook.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('/wp-content/themes/wbakehouse/assets/fonts/BebasNeueLight.woff2') format('woff2'),
		url('/wp-content/themes/wbakehouse/assets/fonts/BebasNeueLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('/wp-content/themes/wbakehouse/assets/fonts/BebasNeueBold.woff2') format('woff2'),
		url('/wp-content/themes/wbakehouse/assets/fonts/BebasNeueBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'icomoon';
	src: url('/wp-content/themes/wbakehouse/assets/fonts/icomoon.eot?nv8hm4');
	src: url('/wp-content/themes/wbakehouse/assets/fonts/icomoon.eot?nv8hm4#iefix') format('embedded-opentype'),
		url('/wp-content/themes/wbakehouse/assets/fonts/icomoon.ttf?nv8hm4') format('truetype'),
		url('/wp-content/themes/wbakehouse/assets/fonts/icomoon.woff?nv8hm4') format('woff'),
		url('/wp-content/themes/wbakehouse/assets/fonts/icomoon.svg?nv8hm4#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^='_icon-']::before,
[class*=' _icon-']::before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

._icon-instagram-outline:before {
	content: '\e905';
}
._icon-email:before {
	content: '\e900';
}
._icon-facebook:before {
	content: '\e901';
}
._icon-instagram:before {
	content: '\e902';
}
._icon-location:before {
	content: '\e903';
}
._icon-phone:before {
	content: '\e904';
}
._icon-phone:before {
	content: '\e904';
}
._icon-whatsapp:before {
	content: '\e906';
}

body {
	background-color: var(--color-background);
	line-height: 1;
	font-family: var(--primary-font);
	font-size: 18px;
	line-height: 1.167;
	margin: 0;
}
.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	@supports (overflow: clip) {
		overflow: clip;
	}

	> main {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	> * {
		min-width: 0;
	}
}
.container {
	max-width: 1312px;
	margin: 0 auto;
	padding: 0 var(--container-padding);
	width: 100%;
}

/* --- CSS Reset --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}

button, input, textarea, select {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
section {
	padding: 120px 0;
}

@media (max-width: 1199.98px) {
	section {
		padding: 100px 0;
	}
}
@media (max-width: 1023.98px) {
	body {
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	section {
		padding: 80px 0;
	}
}
.faq {
	.container {
		max-width: calc(1064px + (var(--container-padding) * 2));
	}
}
/* Header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px 0;
	width: 100%;
	z-index: 10;
	line-height: 1.167;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	height: 160px;
	.container {
		max-width: 1312px;
	}
	&::after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(10, 10, 5, 0.6);
		content: '';
		display: none;
	}
	&.scrolled {
		background: rgba(10, 10, 5, 0.6);
	}
}
.header--hidden {
	translate: 0 -100%;
}

.header__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px auto 20px 1fr;
	grid-template-columns: 1fr auto 1fr;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__menu--left {
	.menu__phone {
		display: none;
	}
}
.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	a {
		&:not(:active) {
			-webkit-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
		}
		padding: 5px 0;
		border-bottom: 1px solid transparent;
		&.active {
			color: var(--color-accent-light);
		}
		&.disabled,
		&:disabled {
			color: var(--color-white) !important;
			opacity: 30% !important;
			cursor: not-allowed !important;
			border-color: transparent !important;
		}
		&:hover {
			border-color: var(--color-accent-light);
		}
		&:active {
			border-color: transparent !important;
		}
	}
	& > li {
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		color: var(--color-white);

		& > a {
			&:hover {
				color: var(--color-accent-light);
				&::after {
					background-color: var(--color-accent-light);
				}
			}
		}

		&.has-submenu {
			position: relative;
			padding: 12px 20px 12px 0;
			margin: -12px 0;
			& > a {
				position: relative;
				padding-right: 20px;
				&::after {
					-webkit-transition: 0.2s ease-in-out;
					-o-transition: 0.2s ease-in-out;
					transition: 0.2s ease-in-out;
					position: absolute;
					top: 50%;
					-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					transform: translateY(-50%);
					right: 0;
					content: '';
					width: 12px;
					height: 12px;
					-webkit-mask: url('/wp-content/uploads/2025/11/chevron.svg') center / contain
						no-repeat;
					mask: url('/wp-content/uploads/2025/11/chevron.svg') center / contain no-repeat;
					background-color: var(--color-white);
				}
				&.active {
					&::after {
						background-color: var(--color-accent-light);
					}
				}
			}
			&:hover {
				a {
					&::after {
						background-color: var(--color-accent-light);
					}
				}
				& > ul {
					opacity: 1;
					pointer-events: all;
					visibility: visible;
				}
			}
		}
		& > ul {
			position: absolute;
			top: 100%;
			min-width: 200px;
			background-color: rgba(10, 10, 5, 0.8);
			padding: 16px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			gap: 8px;
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
			-webkit-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
			a {
				&:hover {
					color: var(--color-accent-light);
				}
			}
		}
	}
}

.header__menu--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
.menu-burger-close,
.menu-burger {
	display: none;
}

.menu__phone {
	color: var(--color-accent-light);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	&::before {
		font-size: 24px;
	}
}
.menu__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

/* Header */
/* Head */
.head {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 32px;
}
.heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 32px;
	text-align: center;
}
.bottom {
	margin-top: 32px;
	text-align: center;
}
/* Head */
/* Hero */

.hero {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
}
.hero__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}
.hero__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px 16px;
	& > * {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}
.hero__content {
	margin: auto 0;
}
.hero__inner {
	height: 100vh;
	padding-top: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 802px;

	.title-label {
		margin-bottom: 4px;
	}
	.title {
		margin-bottom: 40px;
	}
	.title {
		color: var(--color-white);
	}
	.description,
	.text {
		color: var(--color-white);
		&:not(:last-child) {
			margin-bottom: 40px;
		}
	}
	a,
	button {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}
.hero--center {
	.hero__inner {
		max-width: none;
		text-align: center;
	}
}
/* Hero */
/* Typography */
.title-label {
	font-family: var(--title-accent-font);
	font-size: 89px;
	line-height: 1.38;
	color: var(--color-accent-dark);
}
.title-label--accent {
	color: var(--color-accent-light);
}
.title {
	font-family: var(--title-font);
	font-size: 120px;
	text-transform: uppercase;
}

.title-md {
	font-family: var(--title-font);
	font-size: 64px;
	color: #0a0a05;
}
.description {
	line-height: 140%;
	p {
		margin: -16px 0;
		padding: 16px 0;
		&:first-child {
			margin: 0;
			padding: 0;
		}
	}
}

/* Info */

.info__title {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	color: var(--color-accent-dark);
	margin-bottom: 40px;
}
.info__body {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 40px;
}
.info__block {
	line-height: 140%;
	p {
		margin: 12px 0;
		&:first-child {
			margin-top: 0;
		}
	}
	ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 24px;
		li {
			position: relative;
			padding-left: 28px;
			&::before {
				position: absolute;
				content: '';
				width: 12px;
				aspect-ratio: 1;
				left: 0;
				top: 50%;
				translate: 0 -50%;
				background-color: var(--color-accent-dark);
				rotate: 45deg;
			}
		}
	}
}

/* Info */
.text {
	font-size: 24px;
	line-height: 140%;
}
/* Typography */
/* Slider */
.slider {
	position: relative;
	margin-inline: auto;
	padding-inline: var(--container-padding);
	max-width: 1440px;
	.swiper-button-prev,
	.swiper-button-next {
		&::after {
			background-color: var(--color-black);
		}
	}
	.swiper-button-prev {
		left: var(--container-padding);
	}
	.swiper-button-next {
		right: var(--container-padding);
	}
}
/* Slider */
/* Swiper */
.swiper-button-prev,
.swiper-button-next {
	width: 32px;
	height: 22px;
	padding: 2px;
	&::after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		-webkit-mask: url('/wp-content/uploads/2025/11/arrow-slide.svg') center / contain
			no-repeat;
		mask: url('/wp-content/uploads/2025/11/arrow-slide.svg') center / contain no-repeat;
		background-color: var(--color-white);
		&:not(:active) {
			-webkit-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
		}
	}
	svg {
		display: none;
	}
	&:hover {
		&::after {
			background-color: var(--color-accent-dark);
			/* background-color: var(--color-accent-light); */
		}
	}
	&:active {
		&::after {
			background-color: var(--color-accent);
		}
	}
}
.swiper-button-next {
	scale: -1;
}
.swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}
.swiper-pagination-bullet {
	border-radius: 0;
	width: 16px;
	height: 16px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	margin-inline: 0 !important;
	&:hover,
	&.swiper-pagination-bullet-active {
		background: var(--color-accent-light);
		rotate: 45deg;
	}
}
/* Swiper */
/* Buttons */
.icon-btn {
	color: var(--color-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	font-size: 20px;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border-radius: 50%;
	&:not(:active) {
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	&:hover {
		background-color: var(--color-accent-light);
		color: var(--color-dark);
	}
	&:active {
		background-color: var(--color-accent-light-hover);
		color: var(--color-dark);
	}
	&:disabled,
	&.disabled {
		cursor: not-allowed;
		color: var(--color-dark);
	}
}
.btn-icon-light {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px;
	width: 56px;
	aspect-ratio: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background: var(--color-white-bg);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border-radius: 50%;
	&:not(:active) {
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	&.disabled,
	&:disabled {
		opacity: 50%;
		cursor: not-allowed;
	}
	&:hover {
		-webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1),
			0px 4px 4px -4px rgba(12, 12, 13, 0.05);
		box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1),
			0px 4px 4px -4px rgba(12, 12, 13, 0.05);
	}
	&:active {
		background-color: #f5f5f5;
	}
	&::before {
		content: '';
		display: inline-block;
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	&.whatsapp {
		&::before {
			background-image: url('/wp-content/uploads/2025/11/whatsapp-color.svg');
		}
	}
	&.instagram {
		&::before {
			content: '';
			display: inline-block;
			width: 100%;
			height: 100%;
			background-image: url('/wp-content/uploads/2025/11/instagram-color.svg');
		}
	}
	&.facebook {
		&::before {
			content: '';
			display: inline-block;
			width: 100%;
			height: 100%;
			background-image: url('/wp-content/uploads/2025/11/facebook-color.svg');
		}
	}
}
hr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 24px;
	gap: 16px;
	height: 72px;
	line-height: 1;
	background: var(--color-accent-dark);
	text-transform: uppercase;
	color: var(--color-white);
	border: 1px solid var(--color-accent-dark);
	&:not(:active) {
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	&.disabled,
	&:disabled {
		cursor: not-allowed;
		opacity: 0.6;
	}
	&:hover {
		background: var(--color-accent-dark-hover);
		border-color: var(--color-accent-dark-hover);
	}
	&:active {
		background: var(--color-accent);
		border-color: var(--color-accent);
	}
}
.button--secondary {
	background: transparent;
	color: var(--color-accent-dark);
	&:hover {
		background: var(--color-accent-dark);
		color: var(--color-white);
		border-color: var(--color-accent-dark);
	}
	&:active {
		background: var(--color-accent-dark-hover);
		color: var(--color-white);
		border-color: var(--color-accent-dark-hover);
	}
}
.button-light {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 24px;
	gap: 16px;
	height: 72px;
	background: #ffffff;
	text-align: center;
	text-transform: uppercase;
	color: #0a0a05;
	&:not(:active) {
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	&:disabled,
	&.disabled {
		cursor: not-allowed;
		opacity: 0.3;
	}
	&:hover {
		background: var(--color-accent-light);
	}
	&:active {
		background: var(--color-accent-light-hover);
	}
}
.button-light--accent {
	background-color: transparent;
	color: var(--color-white);
	border: 1px solid var(--color-white);
	&:hover {
		border-color: var(--color-accent-light);
		color: var(--color-dark);
	}
	&:active {
		color: var(--color-dark);
		border-color: var(--color-accent-light-hover);
	}
}
/* Buttons */
/* Footer */

.footer {
	background-color: var(--color-black-bg);
}

.footer__inner {
	position: relative;
}
.footer__top {
	padding: 48px 0 32px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px 16px;
}
.footer__logo {
	width: 100px;
	height: 100px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.footer-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}
.footer-block__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
}
.footer-block__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	line-height: 140%;
	color: var(--color-white);
	&::before {
		color: var(--color-accent-light);
	}
}
a.footer-block__title {
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	&:hover {
		color: var(--color-accent-light);
	}
}
.footer-block__text {
	color: rgba(255, 255, 255, 0.6);
	max-width: 262px;
}
.footer-block__text--link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	&:not(:active) {
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	&:hover {
		color: var(--color-accent-light);

		.footer-block__icon {
			background-color: var(--color-accent-light);
			color: var(--color-dark);
		}
	}
	&:active {
		color: var(--color-accent-light-hover);
		.footer-block__icon {
			background-color: var(--color-accent-light-hover);
			color: var(--color-dark);
		}
	}
}
.footer-block__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	aspect-ratio: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	&:not(:active) {
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
}
.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	a {
		line-height: 140%;
		color: rgba(255, 255, 255, 0.6);
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		&:hover {
			color: var(--color-accent-light);
		}
	}
}
.footer__bottom {
	padding: 12px 0;
	position: relative;
	z-index: 1;
	&::after {
		position: absolute;
		content: '';
		z-index: -1;
		background-color: rgba(255, 255, 255, 0.05);
		top: 0;
		left: 50%;
		height: 100%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100vw;
	}
}
.footer__copy {
	line-height: 140%;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
}
/* Footer */
/*.btn-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: 56px;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border-radius: 50%;
	left: 100%;
	font-size: 0;
	top: 48px;
	&::after {
		content: '';
		display: block;
		width: 24px;
		aspect-ratio: 1;
		-webkit-mask: url('/wp-content/uploads/2025/11/arrow-slide.svg') center/contain
			no-repeat;
		mask: url('/wp-content/uploads/2025/11/arrow-slide.svg') center/contain no-repeat;
		background-color: var(--color-white);
		rotate: 90deg;
		&:not(:active) {
			-webkit-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
		}
	}
	&:hover {
		&::after {
			background-color: var(--color-accent-light);
		}
	}
	&:active {
		&::after {
			background-color: var(--color-accent-light-hover);
		}
	}
}*/
.btn-top {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;          
	right: 20px;              
	bottom: 30px;       
    width: 56px;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(6px);
	border-radius: 50%;
	font-size: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .3s ease, visibility .3s ease;
	background: #000;

}

.btn-top::after {
	content: '';
	display: block;
	width: 24px;
	aspect-ratio: 1;
	-webkit-mask: url('/wp-content/uploads/2025/11/arrow-slide.svg') center/contain no-repeat;
	mask: url('/wp-content/uploads/2025/11/arrow-slide.svg') center/contain no-repeat;
	background-color: var(--color-white);
	rotate: 90deg;
	transition: 0.2s ease-in-out;
}

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

.btn-top:active::after {
	background-color: var(--color-accent-light-hover);
}

/* Показываем кнопку */
.btn-top.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.menu-open {
	.header {
		&::after {
			display: block;
		}
	}
	body {
		overflow: hidden;
	}
	.menu__body {
		translate: 0 0;
	}
}

/* Favorites */

.favorite-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}
.favorite-card__img {
	aspect-ratio: 1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.favorite-card__body {
	padding: 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
.favorite-card__title {
	font-weight: 700;
	font-size: 24px;

	color: var(--color-accent-dark);
	&:hover {
		a {
			text-decoration: underline;
		}
	}
}
.favorite-card__price {
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
}
.favorite-card--lg {
	.favorite-card__img {
		aspect-ratio: 632/335;
	}
}
.favorite__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 32px;
}
.favorite__bottomsl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	margin-top: 32px;
}
.favorite__bottomsl .button--secondary {
	background: transparent;
	color: var(--color-white);
	border-color: var(--color-white);
	&:hover {
		background: var(--color-accent-dark);
		color: var(--color-white);
		border-color: var(--color-accent-dark);
	}
	&:active {
		background: var(--color-accent-dark-hover);
		color: var(--color-accent-dark);
		border-color: var(--color-accent-dark-hover);
	}
}
.favorite-card--light {
	background-color: var(--color-white);
	.favorite-card__body {
		padding-bottom: 24px;
	}
	.favorite-card__text {
		display: -webkit-box; /* создаём flex-контейнер в виде коробки */
		-webkit-line-clamp: 2; /* ограничение по количеству строк */
		-webkit-box-orient: vertical; /* вертикальная ориентация */
		overflow: hidden; /* скрыть лишний текст */
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis; /* многоточие */
	}
}
/* Favorites */

.field {
	/* flex: 1; */
	label {
		display: block;
		margin-bottom: 4px;
		color: #757575;
	}
	textarea,
	input {
		padding: 24px;
		background: #fafafa;
		border: 1px solid #e3e3e3;
		width: 100%;
		&::-webkit-input-placeholder {
			color: #757575;
		}
		&::-moz-placeholder {
			color: #757575;
		}
		&:-ms-input-placeholder {
			color: #757575;
		}
		&::-ms-input-placeholder {
			color: #757575;
		}
		&::placeholder {
			color: #757575;
		}
	}
	input {
		height: 72px;
	}
	textarea {
		height: 160px;
		resize: none;
	}
	.field-error {
		display: none;
		margin-top: 4px;
		color: var(--color-accent-dark);
		font-size: 14px;
	}
	&.error {
		input {
			border-color: var(--color-accent-dark);
		}
		.field-error {
			display: block;
		}
	}
}

/* Reviews */

.reviews {
	background-color: var(--color-white-bg);
}

.review-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 32px;
	gap: 24px;
	min-height: 540px;

	background: #fafafa;
}
.review-card__head {
	position: relative;
	padding-left: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	&::before {
		position: absolute;
		content: '';
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 24px;
		aspect-ratio: 1;
		-webkit-mask: url('/wp-content/uploads/2025/11/quote.svg') center/contain no-repeat;
		mask: url('/wp-content/uploads/2025/11/quote.svg') center/contain no-repeat;
		background-color: #000;
	}
}
.review-card__stars {
	display: -ms-grid;
	display: grid;
	margin-left: auto;
	-ms-grid-columns: 20px 4px 20px 4px 20px 4px 20px 4px 20px;
	grid-template-columns: repeat(5, 20px);
	.star {
		overflow: hidden;
		width: 20px;
		aspect-ratio: 1;
		background-size: auto;
		background-repeat: no-repeat;
		background-position-y: center;
	}
}
.review-card__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.review-card__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 12px;
}
.review-card__text {
	line-height: 150%;
}
.review-card__bottom {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 64px 16px 1fr;
	grid-template-columns: 64px 1fr;
	gap: 8px 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.review-card__avatar {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	aspect-ratio: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	/* width: 64px; */
	width: 100%;
	font-size: 20px;
	overflow: hidden;
	-ms-grid-row-span: 2;
	grid-row: span 2;
	color: var(--color-white);

	img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.review-card__name {
	font-size: 20px;
}
.review-card__place {
	line-height: 150%;
}

.reviews__bottom {
	margin-top: 32px;
}
.reviews__text {
	text-align: center;

	line-height: 140%;
	a {
		color: #006ae2;
		text-decoration: underline;
		&:hover {
			text-decoration: none;
		}
	}
}

/* Reviews */
.head-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 32px;
}
.head-nav__btns {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
	&::before {
		position: absolute;
		left: 50%;
		height: 10px;
		width: 1px;
		background-color: rgba(0, 0, 0, 0.05);
	}
	.swiper-button-prev,
	.swiper-button-next {
		margin: 0;
		position: static;
		translate: 0;
		&::after {
			background-color: #000;
		}
		&:hover {
			&::after {
				background-color: var(--color-accent-dark);
				/* background-color: var(--color-accent-light); */
			}
		}
		&:active {
			&::after {
				background-color: var(--color-accent);
			}
		}
	}
}
/* Galley */

.gallery__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 32px;
}

.gallery__nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
	&::before {
		position: absolute;
		left: 50%;
		height: 10px;
		width: 1px;
		background-color: rgba(0, 0, 0, 0.05);
	}
	.swiper-button-prev,
	.swiper-button-next {
		margin: 0;
		position: static;
		translate: 0;
		&::after {
			background-color: #000;
		}
		&:hover {
			&::after {
				background-color: var(--color-accent-dark);
				/* background-color: var(--color-accent-light); */
			}
		}
		&:active {
			&::after {
				background-color: var(--color-accent);
			}
		}
	}
}

.gallery-cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 16px 1fr 16px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	-ms-grid-rows: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
	grid-template-rows: repeat(5, 1fr);
}

.gallery-cards > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.gallery-cards > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.gallery-cards > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.gallery-cards > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.gallery-cards > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.gallery-cards > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

.gallery-cards > *:nth-child(7) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.gallery-cards > *:nth-child(8) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}

.gallery-cards > *:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
}

.gallery-cards > *:nth-child(10) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}

.gallery-cards > *:nth-child(11) {
	-ms-grid-row: 7;
	-ms-grid-column: 3;
}

.gallery-cards > *:nth-child(12) {
	-ms-grid-row: 7;
	-ms-grid-column: 5;
}

.gallery-cards > *:nth-child(13) {
	-ms-grid-row: 9;
	-ms-grid-column: 1;
}

.gallery-cards > *:nth-child(14) {
	-ms-grid-row: 9;
	-ms-grid-column: 3;
}

.gallery-cards > *:nth-child(15) {
	-ms-grid-row: 9;
	-ms-grid-column: 5;
}
.gallery-card {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	&:nth-child(odd) {
		aspect-ratio: 1;
		-ms-grid-row-span: 2;
		grid-row: span 2;
	}
	&:nth-child(even) {
		-ms-grid-row-span: 3;
		grid-row: span 3;
	}
	&:nth-child(5) {
		-ms-grid-column: 2;
		grid-column: 2;
	}
	&:nth-child(6) {
		-ms-grid-column: 3;
		grid-column: 3;
		grid-row: 3 / -1;
	}
}

/* Galley */

/* Works */

.work-item {
	aspect-ratio: 1;
	width: 416px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/*cursor: pointer;*/
}

/* Works */

/* Explore */

.explore__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 16px 1fr 16px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	-ms-grid-rows: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
	grid-template-rows: repeat(5, 1fr);
}

.explore__items > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.explore__items > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.explore__items > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.explore__items > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.explore__items > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.explore__items > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

.explore__items > *:nth-child(7) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.explore__items > *:nth-child(8) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}

.explore__items > *:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
}

.explore__items > *:nth-child(10) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}

.explore__items > *:nth-child(11) {
	-ms-grid-row: 7;
	-ms-grid-column: 3;
}

.explore__items > *:nth-child(12) {
	-ms-grid-row: 7;
	-ms-grid-column: 5;
}

.explore__items > *:nth-child(13) {
	-ms-grid-row: 9;
	-ms-grid-column: 1;
}

.explore__items > *:nth-child(14) {
	-ms-grid-row: 9;
	-ms-grid-column: 3;
}

.explore__items > *:nth-child(15) {
	-ms-grid-row: 9;
	-ms-grid-column: 5;
}
.explore-card {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	&::before {
		position: absolute;
		content: '';
		inset: 0;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(10, 10, 5, 0)),
			to(rgba(10, 10, 5, 0.5))
		);
		background: -o-linear-gradient(
			top,
			rgba(10, 10, 5, 0) 0%,
			rgba(10, 10, 5, 0.5) 100%
		);
		background: linear-gradient(
			180deg,
			rgba(10, 10, 5, 0) 0%,
			rgba(10, 10, 5, 0.5) 100%
		);
	}
	&:nth-child(odd) {
		aspect-ratio: 1;
		-ms-grid-row-span: 2;
		grid-row: span 2;
	}
	&:nth-child(even) {
		-ms-grid-row-span: 3;
		grid-row: span 3;
	}
	&:nth-child(5) {
		-ms-grid-column: 2;
		grid-column: 2;
	}
	&:nth-child(6) {
		-ms-grid-column: 3;
		grid-column: 3;
		grid-row: 3 / -1;
	}
	&:hover {
		.explore-card__layout {
			opacity: 1;
			pointer-events: all;
		}
		.explore-card__label {
			opacity: 0;
		}
	}
}
.explore-card__label {
	position: absolute;
	left: 0;
	bottom: 32px;
	padding: 24px;
	font-size: 24px;
	text-transform: uppercase;
	background-color: #fae6dc;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	max-width: 318px;
}
.explore-card__layout {
	position: absolute;
	inset: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px;
	gap: 32px;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(10, 10, 5, 0.6)),
		to(rgba(10, 10, 5, 0.6))
	);
	background: -o-linear-gradient(
		bottom,
		rgba(10, 10, 5, 0.6),
		rgba(10, 10, 5, 0.6)
	);
	background: linear-gradient(0deg, rgba(10, 10, 5, 0.6), rgba(10, 10, 5, 0.6));
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.explore-card__title {
	font-size: 24px;
	text-transform: uppercase;
	color: #ffffff;
}
.feedback {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 0;
}

.feedback-form {
	background-color: var(--color-white-bg);
	padding: 48px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 16px 1fr 16px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	.button,
	.field--textarea {
		-ms-grid-column-span: 3;
		grid-column: span 3;
	}
	.button {
		max-width: 368px;
		margin-inline: auto;
		width: 100%;
	}
}
/* Explore */

.section__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 16px 1fr 16px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px 16px;
}
.section__grid--two {
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
}
.ready {
	color: var(--color-white);
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	.title {
		margin-bottom: 34px;
	}
	.text {
		margin-bottom: 48px;
	}
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
	li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		a,
		span {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			padding: 2px;
			width: 48px;
			height: 48px;
			border: 1px solid var(--color-accent-dark);
			text-transform: uppercase;
			color: var(--color-accent-dark);
			-webkit-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
			&.current,
			&:hover {
				background-color: var(--color-accent-dark);
				color: var(--color-white);
			}
		}
		.prev,
		.next {
			border-color: transparent;
			&::after {
				-webkit-transition: 0.2s ease-in-out;
				-o-transition: 0.2s ease-in-out;
				transition: 0.2s ease-in-out;
				display: block;
				content: '';
				width: 32px;
				height: 32px;
				-webkit-mask: url('/wp-content/uploads/2025/11/arrow-slide.svg') center/32px
					no-repeat;
				mask: url('/wp-content/uploads/2025/11/arrow-slide.svg') center/32px no-repeat;
				background-color: var(--color-black);
			}
			&:hover {
				&::after {
					background-color: var(--color-white);
				}
			}
		}

		.next {
			scale: -1 1;
		}
	}
}
.ready__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 634px;
	margin-inline: auto;
	.field {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		input {
			background: rgba(255, 255, 255, 0.2);
			border: 1px solid #ffffff;
			-webkit-backdrop-filter: blur(6px);
			backdrop-filter: blur(6px);
			&::-webkit-input-placeholder {
				color: var(--color-white);
			}
			&::-moz-placeholder {
				color: var(--color-white);
			}
			&:-ms-input-placeholder {
				color: var(--color-white);
			}
			&::-ms-input-placeholder {
				color: var(--color-white);
			}
			&::placeholder {
				color: var(--color-white);
			}
		}
	}
}
.breadcrumbs {
	/* padding: 24px 0; */
	ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: var(--color-white);
		gap: 16px;
		li {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			&:not(:last-child) {
				&::after {
					display: inline-block;
					content: '';
					width: 16px;
					-webkit-box-flex: 0;
					-ms-flex: 0 0 auto;
					flex: 0 0 auto;
					aspect-ratio: 1;
					-webkit-mask: url('/wp-content/uploads/2025/11/chevron.svg') center/contain
						no-repeat;
					mask: url('/wp-content/uploads/2025/11/chevron.svg') center/contain no-repeat;
					background-color: var(--color-white);
					rotate: -90deg;
					margin-left: 16px;
				}
			}
		}
		a {
			position: relative;
			-webkit-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
			border-bottom: 1px solid transparent;
			&:hover {
				color: var(--color-accent-light);
				border-bottom-color: var(--color-accent-light);
			}
		}
		span {
			font-weight: 700;
		}
	}
}
.note {
	background-color: #e1e1e1;
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	line-height: 140%;
	margin-top: auto;
}
.modal {
	padding: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 632px;
	gap: 32px;
	.f-button.is-close-button {
		top: 48px;
		right: 48px;
		color: #cecece;
		width: 32px;
		height: 32px;
		&:hover {
			color: var(--color-accent-dark);
		}
	}
}
.modal__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}
.modal__title {
	line-height: 140%;
	padding-right: 36px;
	font-weight: 700;
	font-size: 24px;
	color: var(--color-dark);
}
.modal__text {
	line-height: 140%;
}
.modal-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	.button,
	.button-light {
		margin-inline: auto;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}
#contact-modal {
	max-width: 848px;
}
#order-modal {
	max-width: 1064px;
	.modal-form {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 16px 1fr 16px 1fr;
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
		.button,
		.button-light,
		.field--textarea {
			-ms-grid-column-span: 3;
			grid-column: span 3;
		}
		.button,
		.button-light {
			width: 100%;
		}
	}
}
.header__logo {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 122/120;
	width: 122px;
}
@media (max-width: 1440px) {
	.btn-top {
		left: auto;
		right: 10px;
	}
}
@media (max-width: 1390px) {
	.slider {
		padding-inline: calc((var(--container-padding) * 2) + 8px);
	}
}
@media (max-width: 1250px) {
	.menu__list,
	.menu {
		gap: 20px;
	}
}
@media (max-width: 1199.98px) {
	.header {
		height: 140px;
	}
	.hero__inner {
		padding-top: 140px;
	}
	.hero {
		.description,
		.text {
			color: var(--color-white);
			&:not(:last-child) {
				margin-bottom: 32px;
			}
		}
	}
	.feedback-form {
		padding: 36px;
	}
	.review-card {
		padding: 28px;
	}
	.review-card__bottom {
		-ms-grid-columns: 56px 1fr;
		grid-template-columns: 56px 1fr;
	}
	.menu__phone {
		span {
			display: none;
		}
	}
	.header__logo {
		width: 100px;
	}
	.title {
		font-size: 90px;
	}
	.title-label {
		font-size: 65px;
	}
	.title-md {
		font-size: 52px;
	}
	.text {
		font-size: 21px;
	}
	.favorite-card {
		gap: 20px;
	}
	.favorite-card__body {
		gap: 14px;
		padding-inline: 20px;
	}
	.favorite-card__title {
		font-size: 21px;
	}
	.gallery-cards {
		gap: 8px;
	}
	.work-item {
		width: 350px;
	}
	.explore__items {
		gap: 12px;
	}
	.explore-card__label {
		padding: 18px;
		font-size: 21px;
	}
	.favorite-card--light {
		.favorite-card__body {
			padding-bottom: 20px;
		}
	}
	.modal {
		padding: 40px;
		.f-button.is-close-button {
			right: 40px;
			top: 40px;
		}
	}
}
@media (max-width: 1023.98px) {
	.menu-burger-close,
	.menu-burger {
		display: block;
		width: 24px;
		font-size: 0;
		height: 24px;
	}
	.menu-burger {
		-webkit-mask: url('/wp-content/uploads/2025/11/burger.svg') center/contain no-repeat;
		mask: url('/wp-content/uploads/2025/11/burger.svg') center/contain no-repeat;
		background-color: var(--color-white);
		z-index: 2;
	}
	.menu-burger-close {
		width: 32px;
		height: 32px;
		-webkit-mask: url('/wp-content/uploads/2025/11/close.svg') center/24px no-repeat;
		mask: url('/wp-content/uploads/2025/11/close.svg') center/24px no-repeat;
		background-color: #cecece;
		position: absolute;
		right: 16px;
		top: 12px;
	}
	.feedback-form {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		.button,
		.field--textarea {
			-ms-grid-column-span: 2;
			grid-column: span 2;
		}
	}
	.menu__body {
		position: fixed;
		z-index: 11;
		top: 0;
		left: 0;
		height: 100vh;
		overflow-y: auto;
		background-color: var(--color-white-bg);
		width: 242px;
		padding: 68px 16px 32px;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
		translate: -100% 0;
		.menu__phone {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin: 24px 0;
			color: var(--color-accent-dark);
			span {
				display: block;
			}
		}
		.icon-btn {
			background-color: rgba(0, 0, 0, 0.1);
			color: #000;
		}
	}
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 0;
		li {
			width: 100%;
			a {
				display: block;
				padding: 16px 12px;
				color: #000 !important;
			}
		}
		& > li {
			&.has-submenu {
				background-color: #fafafa;
				padding: 0 12px;
				margin: 0;
				& > a {
					&::after {
						background-color: #000 !important;
					}
				}
				&.active {
					& > ul {
						max-height: 100vh;
					}
				}
			}
			& > ul {
				position: static;
				padding: 0;
				min-width: auto;
				opacity: 1;
				visibility: visible;
				pointer-events: all;
				background-color: transparent;
				gap: 0;
				height: 100%;
				overflow: hidden;
				max-height: 0;
				a {
					padding: 12px;
					font-size: 14px;
					&:hover,
					&.active {
						background-color: #f2f2f2;
					}
				}
			}
		}
		a {
			color: var(--color-black);
		}
	}
	.section__grid {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	#order-modal {
		.modal-form {
			-ms-grid-columns: (1fr) [2];
			grid-template-columns: repeat(2, 1fr);

			.button,
			.button-light,
			.field--textarea {
				-ms-grid-column-span: 2;
				grid-column: span 2;
			}
		}
	}
}
@media (max-width: 991.98px) {
	.footer__top {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767.98px) {
	.reviews-swiper,
	.favorites-swiper {
		.swiper-slide {
			width: 285px;
		}
	}
	.feedback-form {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		padding: 24px;
		gap: 12px;
		.button,
		.field--textarea {
			grid-column: inherit;
		}
	}
	.ready {
		.title-label {
			margin-bottom: 12px;
		}
		.title {
			margin-bottom: 41px;
		}
		.text {
			margin-bottom: 24px;
			font-size: 16px;
		}
	}

	.favorite-card__price {
		font-size: 20px;
	}
	.info__title {
		font-size: 18px;
		margin-bottom: 24px;
	}
	.info__body {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
	.gallery-cards {
		gap: 4px;
	}
	.gallery-cards {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		.gallery-card {
			&:nth-child(3),
			&:nth-child(6) {
				display: none;
			}
		}
	}
	.slider {
		padding: 0;
		.swiper {
			overflow: visible !important;
		}
	}
	.favorite-card {
		gap: 16px;
	}
	.favorite-card__body {
		gap: 12px;
		padding-inline: 16px;
	}
	.favorite-card__title {
		font-size: 18px;
	}
	.slider {
		.swiper-button-prev,
		.swiper-button-next {
			display: none;
		}
	}
	.header {
		height: 108px;
	}
	.title-label {
		font-size: 40px;
	}
	.title {
		font-size: 60px;
	}
	.title-md {
		font-size: 40px;
	}
	.header {
		padding: 16px 0;
	}
	.header__logo {
		width: 75px;
	}
	.head {
		gap: 8px;
	}
	.text {
		font-size: 18px;
	}
	.footer__top {
		padding: 16px 0;
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer__logo {
		width: 76px;
		height: 85px;
		margin-inline: auto;
	}
	.footer-block__title {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-block {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		gap: 16px;
	}
	.footer__bottom {
		padding: 16px 0;
	}
	/*.btn-top {
		width: 40px;
		top: 16px;
	}*/
	.button-light,
	.button {
		height: 64px;
	}
	.field {
		input {
			height: 64px;
		}
	}
	.swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
	.hero {
		.swiper-button-next,
		.swiper-button-prev {
			display: none;
		}
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 24px;
		height: 16px;
	}
	.work-item {
		width: 285px;
	}
	.explore__items {
		gap: 8px;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		-ms-grid-columns: 1fr 8px 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
	.explore__items > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.explore__items > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.explore-card {
		&:nth-child(odd) {
			aspect-ratio: 168/212;
			grid-row: inherit;
		}
		&:nth-child(even) {
			aspect-ratio: 168/212;
			grid-row: inherit;
		}
		&:nth-child(5),
		&:nth-child(6) {
			grid-column: inherit;
		}
	}
	.explore-card__label {
		padding: 12px;
		font-size: 18px;
		color: var(--color-white);
		background-color: var(--color-accent-dark);
		bottom: 0;
		width: 100%;
		max-width: none;
	}
	.hero__inner {
		padding-top: 108px;
	}
	.hero {
		background-position: 70% center;
	}
	.hero__inner {
		text-align: center;
		.title {
			margin-bottom: 48px;
		}
	}
	.favorite-card--lg {
		gap: 12px;
		.favorite-card__body {
			padding-inline: 8px;
			gap: 8px;
		}
	}
	.section__grid {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		gap: 32px 8px;
	}
	.section__grid--cols,
	.section__grid--two {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.section__grid--scroll {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: auto;
		margin-inline: -16px;
		padding-inline: 16px;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory; /* включаем snap */
		-webkit-overflow-scrolling: touch;
		scroll-padding: 0 16px;
		.favorite-card {
			width: 285px;
			-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
		}
		.favorite-card {
			scroll-snap-align: start;
		}
		&::-webkit-scrollbar {
			opacity: 0;
		}
	}
	.hero {
		.description,
		.text {
			color: var(--color-white);
			&:not(:last-child) {
				margin-bottom: 24px;
			}
		}
		a,
		button {
			margin-inline: auto;
		}
	}
	.favorite-card--light {
		.favorite-card__body {
			padding-bottom: 16px;
		}
	}
	.pagination {
		li {
			a,
			span {
				width: 35px;
				height: 35px;
			}
		}
	}
	.btn-icon-light {
		width: 48px;
		padding: 14px;
	}
	.hero__actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		.button,
		.button-light {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			width: 100%;
		}
	}
	.hero__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
	.modal {
		padding: 32px;
		.f-button.is-close-button {
			right: 32px;
			top: 32px;
		}
	}
	#order-modal {
		.modal-form {
			-ms-grid-columns: auto;
			grid-template-columns: auto;

			.button,
			.button-light,
			.field--textarea {
				grid-column: inherit;
			}
		}
	}
}
