/*!
Theme Name: russtalmetal
Theme URI: https://underscores.me/
Author: r0bodev
Description: Custom WooCommerce theme for the /catalog/ section of the Russtal main website.
Version: 2.0.0
Requires PHP: 7.4
Text Domain: russtalmetal
*/

@font-face {
	font-family: 'Inter 28pt';
	src: url('/fonts/inter/Inter28pt-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter 28pt';
	src: url('/fonts/inter/Inter28pt-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter 28pt';
	src: url('/fonts/inter/Inter28pt-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter 28pt';
	src: url('/fonts/inter/Inter28pt-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--color-text: #101828;
	--color-text-muted: #667085;
	--color-surface: #ffffff;
	--color-surface-soft: #f6f8fb;
	--color-surface-muted: #eaf0fa;
	--color-border: #d7e0ec;
	--color-primary: #227098;
	--color-primary-dark: #19516e;
	--color-accent: #c11f1f;
	--color-accent-dark: #a81818;
	--color-success: #0f8a4b;
	--color-shadow: 0 24px 60px rgba(22, 40, 62, 0.12);
	--radius-xl: 22px;
	--radius-lg: 16px;
	--radius-md: 12px;
	--radius-sm: 8px;
	--container-width: 1440px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Inter 28pt', sans-serif;
	font-size: 18px;
	line-height: 1.55;
	color: var(--color-text);
	background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 180px);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--color-primary-dark);
}

button,
input,
select,
textarea {
	font: inherit;
}

.c-container {
	width: min(100%, var(--container-width));
	margin: 0 auto;
	padding: 0 20px;
}

.site-shell {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex: 1;
	padding-bottom: 72px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.button,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 24px;
	border: none;
	border-radius: 999px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	transform: translateY(-1px);
}

.button--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--color-primary);
	color: #fff;
}

.button--primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--color-primary-dark);
	color: #fff;
}

.button--accent {
	background: var(--color-accent);
	color: #fff;
}

.button--accent:hover {
	background: var(--color-accent-dark);
	color: #fff;
}

.button--ghost {
	background: #fff;
	color: var(--color-primary-dark);
	border: 1px solid var(--color-border);
}

.button--ghost:hover {
	background: var(--color-surface-soft);
	color: var(--color-primary-dark);
}

.button--soft {
	background: #fdf1f1;
	color: var(--color-accent);
}

.button--soft:hover {
	background: #f9e3e3;
	color: var(--color-accent-dark);
}

.button--full {
	width: 100%;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select,
.select2-container--default .select2-selection--single {
	width: 100%;
	min-height: 56px;
	padding: 0 18px;
	border: 1px solid var(--color-border);
	border-radius: 18px;
	background: #fff;
	color: var(--color-text);
	box-shadow: inset 0 1px 2px rgba(16, 24, 40, 0.02);
}

textarea {
	min-height: 140px;
	padding-top: 16px;
	padding-bottom: 16px;
	resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
	outline: 2px solid rgba(34, 112, 152, 0.2);
	border-color: var(--color-primary);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
	box-shadow: 0 8px 40px rgba(16, 24, 40, 0.08);
}

.site-header__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 24px;
	padding: 18px 0;
}

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

.site-branding__logo img {
	width: 220px;
}

.site-branding__slogan {
	max-width: 320px;
	font-size: 20px;
	line-height: 1.15;
	font-style: italic;
}

.site-header__contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
}

.site-header__phone {
	font-size: 24px;
	font-weight: 700;
}

.site-header__mail {
	color: var(--color-text-muted);
	font-size: 15px;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.header-cart {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 210px;
	padding: 12px 16px;
	border: 1px solid var(--color-border);
	border-radius: 999px;
	background: #fff;
}

.header-cart__icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--color-primary) 0%, #3d95c6 100%);
	position: relative;
}

.header-cart__icon::before {
	content: '';
	position: absolute;
	inset: 11px 10px 13px 10px;
	border: 2px solid #fff;
	border-top: 0;
	border-radius: 0 0 9px 9px;
}

.header-cart__icon::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 14px;
	width: 14px;
	height: 8px;
	border: 2px solid #fff;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
}

.header-cart__meta {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.header-cart__label {
	font-size: 14px;
	color: var(--color-text-muted);
}

.header-cart__count {
	font-size: 18px;
	font-weight: 700;
}

.header-cart__total {
	margin-left: auto;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.site-header__burger,
.mobile-navigation__close,
.mini-cart__close,
.modal__close {
	display: none;
	border: none;
	background: transparent;
	cursor: pointer;
}

.site-nav--primary {
	background: #0072bc;
}

.site-nav--secondary {
	background: #f5f7fa;
	border-top: 1px solid rgba(16, 24, 40, 0.06);
	border-bottom: 1px solid rgba(16, 24, 40, 0.06);
}

.site-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav--primary .site-nav__list {
	padding: 14px 0;
}

.site-nav--secondary .site-nav__list {
	padding: 11px 0;
}

.site-nav__item {
	position: relative;
}

.site-nav__item--has-children {
	z-index: 40;
}

.site-nav__item--has-children::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 18px;
}

.site-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.site-nav__link--secondary {
	font-size: 15px;
	font-weight: 500;
	color: var(--color-text);
}

.site-nav__item--has-children > .site-nav__link::after {
	content: '';
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.site-nav__dropdown {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	display: grid;
	gap: 8px;
	min-width: 280px;
	padding: 20px;
	margin: 0;
	list-style: none;
	background: #fff;
	border-radius: 20px;
	box-shadow: var(--color-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 80;
}

.site-nav__item:hover .site-nav__dropdown,
.site-nav__item:focus-within .site-nav__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-nav__dropdown-link {
	font-size: 15px;
	color: var(--color-text);
}

.breadcrumbs {
	padding: 20px 0 0;
}

.breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	color: var(--color-text-muted);
}

.breadcrumbs__item:not(:last-child)::after {
	content: '/';
	margin-left: 10px;
}

.catalog-hero,
.product-single-section {
	padding-top: 18px;
}

.catalog-hero__eyebrow,
.mini-cart__eyebrow,
.modal__eyebrow,
.product-single__eyebrow {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.catalog-hero__title,
.product-single__title,
.entry-title,
h1 {
	margin: 10px 0 0;
	font-size: clamp(32px, 4vw, 46px);
	line-height: 1.05;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.catalog-hero--reference .catalog-hero__title {
	margin: 4px 0 28px;
}

.catalog-hero-reference {
	display: grid;
	grid-template-columns: minmax(260px, 460px) minmax(320px, 1fr);
	gap: 28px;
	align-items: stretch;
}

.catalog-hero-reference--no-media {
	grid-template-columns: minmax(0, 1fr);
}

.catalog-hero-reference__media {
	min-height: 170px;
	border-radius: 18px;
	overflow: hidden;
	background: #d6dce3;
	box-shadow: var(--color-shadow);
}

.catalog-hero-reference__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog-hero-reference__copy {
	display: flex;
	align-items: stretch;
}

.catalog-hero-reference__text {
	width: 100%;
	padding: 2px 0;
	font-size: 18px;
	color: #2c313b;
}

.catalog-hero-reference__text p {
	margin: 0;
}

.catalog-quick-filters {
	display: grid;
	gap: 12px;
	margin-top: 18px;
	padding: 18px 24px;
	border-radius: 16px;
	background: #f4f4f5;
}

.catalog-quick-filters__group {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.catalog-quick-filters__label {
	font-size: 16px;
	color: var(--color-text-muted);
}

.catalog-quick-filters__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.catalog-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 10px;
	background: #fff;
	color: #2d3340;
	font-weight: 500;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.catalog-chip.is-active,
.catalog-chip:hover {
	background: #343844;
	color: #fff;
}

.catalog-section {
	padding-top: 32px;
}

.catalog-section--search {
	padding-top: 24px;
}

.catalog-search-header {
	margin-bottom: 22px;
}

.catalog-search-header__title {
	margin: 0;
	font-size: clamp(32px, 4vw, 46px);
	line-height: 1.05;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.catalog-search-header__text {
	max-width: 760px;
	margin: 12px 0 0;
	color: var(--color-text-muted);
}

.catalog-layout {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.catalog-sidebar,
.catalog-content {
	min-width: 0;
}

.catalog-sidebar__backdrop,
.catalog-sidebar__mobile-head,
.catalog-toolbar__mobile-actions,
.catalog-mobile-filter-button,
.catalog-row__thumb,
.product-single__highlights {
	display: none;
}

.catalog-sidebar__card,
.catalog-toolbar,
.catalog-row,
.product-single,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.mini-cart__panel,
.modal__dialog {
	background: #fff;
	border: 1px solid rgba(16, 24, 40, 0.08);
	border-radius: var(--radius-xl);
	box-shadow: var(--color-shadow);
}

.catalog-sidebar__card {
	padding: 24px;
}

.catalog-sidebar__mobile-head {
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.catalog-sidebar__mobile-eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.catalog-sidebar__mobile-title {
	margin-top: 6px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
}

.catalog-sidebar__close {
	position: relative;
	display: inline-flex;
	width: 44px;
	height: 44px;
	flex: none;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

.catalog-sidebar__close::before,
.catalog-sidebar__close::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: #fff;
}

.catalog-sidebar__close::before {
	transform: rotate(45deg);
}

.catalog-sidebar__close::after {
	transform: rotate(-45deg);
}

.catalog-sidebar__card + .catalog-sidebar__card {
	margin-top: 18px;
}

.catalog-sidebar__card--dark {
	background: #353944;
	color: #fff;
}

.catalog-sidebar__title {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 700;
}

.catalog-sidebar__all {
	display: inline-flex;
	margin-bottom: 12px;
	font-weight: 600;
	color: #fff;
	opacity: 0.78;
}

.catalog-sidebar__category-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.catalog-sidebar__category-item {
	font-size: 15px;
}

.catalog-sidebar__category-item > a {
	display: block;
	padding: 9px 12px;
	border-radius: 10px;
	color: inherit;
}

.catalog-sidebar__category-item.is-current > a,
.catalog-sidebar__category-item > a:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.catalog-sidebar__category-item .catalog-sidebar__category-list {
	margin-top: 8px;
	padding-left: 10px;
	border-left: 2px solid rgba(255, 255, 255, 0.08);
}

.catalog-filters__group + .catalog-filters__group {
	margin-top: 18px;
}

.catalog-filters__label {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-text-muted);
}

.catalog-filters__prices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.catalog-filters__toggle {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 34px 0 0;
	background: transparent;
	border: none;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: var(--color-text-muted);
	pointer-events: auto;
	cursor: pointer;
}

.catalog-filters__toggle::before,
.catalog-filters__toggle::after {
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	width: 12px;
	height: 2px;
	background: var(--color-text);
	transform: translateY(-50%);
	transition: transform 0.2s ease;
}

.catalog-filters__toggle::before,
.catalog-filters__toggle::after,
.catalog-filters__toggle-count {
	display: inline-flex;
}

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

.catalog-filters__group.is-open .catalog-filters__toggle::after {
	transform: translateY(-50%) rotate(0deg);
}

.catalog-filters__toggle-count {
	display: inline-flex;
	min-width: 24px;
	height: 24px;
	margin-left: 10px;
	padding: 0 8px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(34, 112, 152, 0.12);
	color: var(--color-primary);
	font-size: 12px;
	font-weight: 700;
}

.catalog-filters__group--accordion .catalog-filters__label {
	display: none;
}

.catalog-filters__panel[hidden] {
	display: none !important;
}

.catalog-filters__group--accordion .catalog-filters__panel {
	padding-top: 14px;
}

.catalog-filters__options {
	display: grid;
	gap: 8px;
	max-height: 220px;
	overflow: auto;
	padding-right: 4px;
}

.catalog-filters__option {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
}

.catalog-filters__actions {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.catalog-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 24px;
	margin-bottom: 18px;
}

.catalog-table-head {
	display: grid;
	grid-template-columns: minmax(280px, 2.2fr) minmax(140px, 1fr) minmax(100px, 0.8fr) minmax(130px, 0.9fr) minmax(100px, 0.8fr) minmax(160px, 1fr);
	gap: 14px;
	margin-bottom: 12px;
	padding: 16px 22px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	border-radius: 16px;
	background: #343844;
}

ul.products {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.catalog-row {
	display: grid;
	grid-template-columns: minmax(280px, 2.2fr) minmax(140px, 1fr) minmax(100px, 0.8fr) minmax(130px, 0.9fr) minmax(100px, 0.8fr) minmax(160px, 1fr);
	gap: 14px;
	align-items: center;
	padding: 18px 22px;
	border-radius: 0;
	border-left: none;
	border-right: none;
	box-shadow: none;
}

.catalog-row__main {
	display: block;
}

.catalog-row__content {
	min-width: 0;
}

.catalog-row__title {
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 500;
}

.catalog-row__title-wrap {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.preorder-badge {
	display: block;
	width: 118px;
	height: auto;
	flex: none;
}

.preorder-badge--catalog-image {
	display: none;
}

.product-single__title-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.product-single__title-row .product-single__title {
	margin: 0;
}

.preorder-badge--single-title {
	width: 140px;
	margin-top: 4px;
}

.product-single__gallery {
	position: relative;
}

.preorder-badge--gallery {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 3;
	width: 150px;
	filter: drop-shadow(0 6px 14px rgba(16, 24, 40, 0.2));
}

@media (max-width: 992px) {
	.catalog-row__thumb {
		position: relative;
	}

	.preorder-badge--catalog-title,
	.preorder-badge--single-title {
		display: none;
	}

	.preorder-badge--catalog-image {
		display: block;
		position: absolute;
		top: 7px;
		right: 7px;
		z-index: 2;
		width: 68px;
		filter: drop-shadow(0 3px 7px rgba(16, 24, 40, 0.18));
	}

	.preorder-badge--gallery {
		width: 122px;
		top: 12px;
		right: 12px;
	}
}

@media (max-width: 640px) {
	.preorder-badge--gallery {
		width: 104px;
		top: 10px;
		right: 10px;
	}
}

.catalog-row__badge {
	display: inline-flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff1f1;
	color: #ff5a5a;
	font-weight: 700;
}

.catalog-row__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
	font-size: 13px;
	color: var(--color-text-muted);
}

.catalog-row__price {
	display: grid;
	gap: 2px;
	line-height: 1.1;
}

.catalog-row__qty,
.catalog-row__line-total,
.catalog-row__actions,
.catalog-row__spec {
	display: flex;
	justify-content: center;
}

.catalog-row__price-old {
	font-size: 15px;
	color: #a6a6a6;
	text-decoration: line-through;
}

.catalog-row__price-current,
.catalog-row__spec-value,
.catalog-row__line-total {
	font-size: 18px;
	font-weight: 700;
}

.catalog-row__actions {
	flex-direction: row;
	gap: 10px;
}

.catalog-row__form {
	width: auto;
}

.quantity--custom {
	display: inline-flex;
	align-items: center;
	gap: 0;
	padding: 0;
	border: none;
	border-radius: 10px;
	background: #f4f4f5;
	overflow: hidden;
}

.quantity--custom .qty {
	width: 54px;
	min-height: 46px;
	padding: 0;
	border: none;
	background: transparent;
	text-align: center;
	font-weight: 700;
	border-radius: 0;
}

.quantity--custom .qty::-webkit-outer-spin-button,
.quantity--custom .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity--custom .qty[type='number'] {
	-moz-appearance: textfield;
	appearance: textfield;
}

.quantity__button {
	width: 42px;
	height: 46px;
	border-radius: 0;
	border: none;
	background: transparent;
	font-size: 24px;
	cursor: pointer;
}

.quantity__button--minus {
	color: #ff5a5a;
}

.quantity__button--plus {
	color: #73d869;
}

.catalog-action-button {
	position: relative;
	display: inline-flex;
	width: 48px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 8px;
	background: #fdf1f1;
	cursor: pointer;
}

.catalog-action-button:hover {
	transform: translateY(-1px);
}

.catalog-action-button__text {
	display: none;
}

.catalog-action-button::before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.catalog-action-button--cart::before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9V7.5C7 4.73858 9.23858 2.5 12 2.5C14.7614 2.5 17 4.73858 17 7.5V9' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M5.5 9H18.5L19.5 19.5C19.5524 20.0505 19.1201 20.5 18.5671 20.5H5.43293C4.87993 20.5 4.44758 20.0505 4.5 19.5L5.5 9Z' stroke='%23FFFFFF' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.catalog-action-button--details {
	background: #f7f7f7;
}

.catalog-action-button--details::before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4L16 12L8 20' stroke='%232F3034' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.catalog-action-button--quick::before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79C8.06 13.62 10.38 15.94 13.21 17.38L15.41 15.18C15.68 14.91 16.08 14.82 16.43 14.94C17.55 15.31 18.75 15.5 20 15.5C20.55 15.5 21 15.95 21 16.5V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.69 6.45 9.06 7.57C9.18 7.92 9.09 8.32 8.82 8.59L6.62 10.79Z' stroke='%232F3034' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.product-single {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.product-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
	gap: 28px;
	align-items: start;
}

.product-single__gallery,
.product-single__summary,
.product-single__tabs,
.product-single__specs,
.product-single__buybox {
	min-width: 0;
}

.woocommerce-product-gallery {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	grid-template-areas:
		"thumbs main"
		"thumbs main";
	gap: 18px;
}

.woocommerce-product-gallery.is-single-image {
	grid-template-columns: minmax(0, 1fr);
	grid-template-areas: "main";
}

.woocommerce-product-gallery .flex-viewport {
	grid-area: main;
	min-width: 0;
	width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	grid-area: main;
	margin: 0;
}

.woocommerce-product-gallery.is-single-image .flex-control-thumbs {
	display: none;
}

.woocommerce-product-gallery .flex-control-thumbs {
	grid-area: thumbs;
	display: grid;
	grid-template-columns: 1fr;
	align-content: start;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-product-gallery__image a,
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--color-shadow);
	padding: 20px;
	min-height: 560px;
	border: 1px solid rgba(16, 24, 40, 0.08);
}

.woocommerce-product-gallery__image {
	width: 100%;
}

.woocommerce-product-gallery__wrapper img {
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: contain;
	display: block;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	margin: 0;
	list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	padding: 10px;
	border-radius: 14px;
	border: 1px solid rgba(16, 24, 40, 0.08);
	background: #fff;
	box-shadow: var(--color-shadow);
}

.woocommerce-product-gallery .flex-control-thumbs img {
	width: 100%;
	height: auto;
	max-height: 76px;
	object-fit: contain;
	display: block;
}

.product-single__category {
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.product-single__highlights {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0 24px;
}

.product-single__highlight {
	padding: 16px 18px;
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #f2f6fa 100%);
	border: 1px solid rgba(34, 112, 152, 0.08);
	box-shadow: var(--color-shadow);
}

.product-single__highlight span {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--color-text-muted);
}

.product-single__highlight strong {
	display: block;
	margin-top: 8px;
	font-size: 18px;
	line-height: 1.25;
}

.product-single__price {
	margin-top: 0;
	font-size: 34px;
	font-weight: 700;
}

.product-single__stock {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.stock.in-stock {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 999px;
	background: transparent;
	color: var(--color-success);
	font-weight: 700;
}

.stock.in-stock::before {
	content: '';
	width: 12px;
	height: 12px;
	margin-right: 8px;
	border-radius: 50%;
	background: #6fd2a9;
}

.product-single__excerpt {
	margin-top: 18px;
	color: var(--color-text-muted);
}

.product-single__buybox {
	margin-top: 0;
	padding: 24px;
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--color-shadow);
}

.product-single__buybox-header {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.product-single__buybox-header--top {
	align-items: center;
	margin-bottom: 16px;
}

.product-single__buybox-title,
.mini-cart__title,
.modal__title {
	margin-top: 6px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
}

.product-single__buybox-note {
	max-width: 180px;
	font-size: 14px;
	text-align: right;
	color: var(--color-text-muted);
}

.product-single__option-line {
	padding: 18px 0;
	border-top: 1px solid #f0f1f3;
	border-bottom: 1px solid #f0f1f3;
	margin-bottom: 18px;
}

.product-single__option-title {
	font-size: 15px;
	color: var(--color-text-muted);
	margin-bottom: 10px;
}

.product-single__option-chip {
	display: inline-flex;
	padding: 10px 16px;
	border-radius: 10px;
	background: #343844;
	color: #fff;
	font-weight: 700;
}

.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin: 0;
}

.single-product form.cart .quantity {
	background: #f4f4f5;
}

.single-product form.cart .single_add_to_cart_button {
	flex: 1;
	background: #e61717;
}

.single-product form.cart .single_add_to_cart_button:hover {
	background: #c91313;
}

.product-single__cart-form + .button--soft {
	margin-top: 14px;
}

.product-single__notice {
	margin-top: 18px;
	padding: 16px 20px;
	border-radius: 14px;
	background: #effff4;
	font-size: 16px;
	line-height: 1.5;
}

.product-single__specs {
	margin-top: 22px;
	padding: 0;
	border: none;
	border-radius: 18px;
	background: transparent;
}

.product-single__specs-title {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 700;
}

.product-single__spec-table {
	display: grid;
	gap: 0;
}

.product-single__spec-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid #eceef1;
}

.product-single__spec-row span {
	color: var(--color-text-muted);
}

.product-single__all-specs {
	display: inline-flex;
	margin-top: 12px;
	color: var(--color-text-muted);
	text-decoration: underline;
}

.product-single__tabs {
	margin-top: 28px;
	padding: 28px;
	border-radius: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.product-single__tabs h2{
	margin: 0;
}

.woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	scrollbar-width: none;
}

.woocommerce-product-attributes-item__label{ text-align:left }
.woocommerce-tabs ul.tabs::-webkit-scrollbar {
	display: none;
}

.woocommerce-tabs ul.tabs li {
	flex: none;
}

.woocommerce-tabs ul.tabs li a {
	display: inline-flex;
	padding: 18px 36px;
	border-radius: 8px 8px 0 0;
	background: #f1f1f1;
	font-weight: 500;
}

.woocommerce-tabs ul.tabs li.active a {
	background: #fff;
	color: var(--color-text);
}

.woocommerce-Tabs-panel {
	padding: 28px 38px;
	background: #fff;
	border-radius: 0 18px 18px 18px;
	box-shadow: var(--color-shadow);
}

.product-copy ul,
.woocommerce-Tabs-panel ul,
.entry-content ul {
	padding-left: 22px;
}

.site-footer {
	margin-top: auto;
	padding: 44px 0 32px;
	background: var(--color-surface-muted);
	border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
	gap: 24px;
}

.site-footer__logo img {
	width: 160px;
}

.site-footer__brand {
	margin-top: 14px;
	font-size: 18px;
	font-weight: 700;
}

.site-footer__text,
.site-footer__contact-list {
	margin-top: 14px;
	color: var(--color-text-muted);
	font-size: 15px;
}

.site-footer__title {
	font-size: 16px;
	font-weight: 700;
}

.site-footer__title--small {
	margin-top: 20px;
}

.site-footer__list {
	display: grid;
	gap: 8px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.site-footer__bottom {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid rgba(16, 24, 40, 0.08);
	font-size: 12px;
	color: var(--color-text-muted);
}

.mini-cart,
.modal,
.mobile-navigation {
	position: fixed;
	inset: 0;
	z-index: 60;
}

.mini-cart__backdrop,
.modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 24, 40, 0.48);
}

.mini-cart__panel,
.modal__dialog {
	position: absolute;
	right: 24px;
	top: 24px;
	width: min(100% - 40px, 430px);
	max-height: calc(100vh - 48px);
	padding: 24px;
	overflow: auto;
}

.modal__dialog {
	left: 50%;
	right: auto;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(100% - 40px, 560px);
	max-height: calc(100vh - 40px);
}

.mini-cart__header,
.modal__close {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mini-cart__close,
.modal__close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--color-surface-soft);
}

.mini-cart__close::before,
.mini-cart__close::after,
.modal__close::before,
.modal__close::after,
.mobile-navigation__close::before,
.mobile-navigation__close::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: var(--color-text);
}

.mini-cart__close::before,
.modal__close::before,
.mobile-navigation__close::before {
	transform: rotate(45deg);
}

.mini-cart__close::after,
.modal__close::after,
.mobile-navigation__close::after {
	transform: rotate(-45deg);
}

.mini-cart__items {
	display: grid;
	gap: 14px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.mini-cart__item {
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
}

.mini-cart__thumb {
	aspect-ratio: 1 / 1;
	border-radius: 16px;
	overflow: hidden;
	background: var(--color-surface-soft);
}

.mini-cart__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mini-cart__name {
	font-weight: 700;
}

.mini-cart__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 6px;
	color: var(--color-text-muted);
	font-size: 14px;
}

.mini-cart__remove .remove {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--color-surface-soft);
	font-size: 22px;
}

.mini-cart__footer {
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid var(--color-border);
}

.mini-cart__subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 700;
}

.mini-cart__buttons,
.woocommerce-mini-cart__buttons {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

.woocommerce-mini-cart__buttons a {
	width: 100%;
}

.mini-cart__empty {
	display: grid;
	gap: 18px;
	margin-top: 20px;
	color: var(--color-text-muted);
}

.site-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.site-form--modal {
	display: grid;
	gap: 16px;
}

.site-form--modal .site-form__grid {
	grid-template-columns: 1fr;
	gap: 12px;
}

.site-form__field + .site-form__field,
.site-form__grid + .site-form__field {
	margin-top: 14px;
}

.site-form__field label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-text-muted);
}

.site-form__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.site-form__checkbox span {
	line-height: 1.45;
}

.modal__status {
	padding: 14px 18px;
	border-radius: 16px;
	font-weight: 600;
}

.modal__status--success {
	background: #effff4;
	color: #0f7b4d;
}

.modal__status--error {
	background: #fff2f2;
	color: #b42318;
}

.modal__product-context {
	padding: 14px 18px;
	border: 1px solid var(--color-border);
	border-radius: 18px;
	background: var(--color-surface-soft);
}

.modal__product-label {
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.modal__product-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 28px;
	display: flex;
	justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.woocommerce nav.woocommerce-pagination .page-numbers {
	display: inline-flex;
	min-width: 48px;
	height: 48px;
	padding: 0 16px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--color-shadow);
	font-weight: 700;
}

.woocommerce nav.woocommerce-pagination .page-numbers.current {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: #fff;
}

.woocommerce nav.woocommerce-pagination a.page-numbers:hover {
	border-color: var(--color-primary);
	color: var(--color-primary);
}

.navigation.pagination {
	margin-top: 28px;
	display: flex;
	justify-content: center;
}

.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.navigation.pagination .page-numbers {
	display: inline-flex;
	min-width: 48px;
	height: 48px;
	padding: 0 16px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--color-shadow);
	font-weight: 700;
}

.navigation.pagination .page-numbers.current {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: #fff;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	margin: 0 0 16px;
	padding: 18px 22px;
	list-style: none;
}

.woocommerce-error {
	border-color: rgba(193, 31, 31, 0.2);
}

.woocommerce-message {
	border-color: rgba(15, 138, 75, 0.2);
}

.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order {
	padding: 24px;
}

.woocommerce table.shop_table {
	width: 100%;
	border-collapse: collapse;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	padding: 16px 10px;
	border-bottom: 1px solid var(--color-border);
	text-align: left;
	vertical-align: middle;
}

.woocommerce .product-name a {
	font-weight: 700;
}

.woocommerce-cart-form__cart-item .product-thumbnail img {
	width: 88px;
	border-radius: 16px;
}

.cart-collaterals {
	margin-top: 20px;
}

.cart_totals h2,
.woocommerce-checkout-review-order-table + h3,
.woocommerce-billing-fields h3,
#order_review_heading {
	margin-top: 0;
	font-size: 24px;
}

.woocommerce form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 24px;
}

.woocommerce .col2-set,
.woocommerce-checkout-review-order {
	float: none;
	width: auto;
}

.woocommerce ul#shipping_method {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-checkout-payment {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--color-border);
}


.entry-content > * + * {
	margin-top: 20px;
}

.mobile-navigation {
	background: rgba(16, 24, 40, 0.5);
}

.mobile-navigation__panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(100%, 360px);
	padding: 24px;
	background: #fff;
	overflow: auto;
}

.mobile-navigation__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.mobile-navigation__list,
.mobile-navigation__links {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.mobile-navigation__item a {
	font-weight: 700;
}

.mobile-navigation__sublist {
	display: grid;
	gap: 8px;
	margin-top: 8px;
	padding-left: 14px;
	border-left: 2px solid rgba(34, 112, 152, 0.12);
}

.mobile-navigation__contacts {
	display: grid;
	gap: 10px;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid var(--color-border);
}

.has-open-modal,
.has-open-mini-cart,
.has-mobile-nav,
.has-open-catalog-sidebar {
	overflow: hidden;
}

.modal[hidden],
.mini-cart[hidden],
.mobile-navigation[hidden] {
	display: none !important;
}

@media (max-width: 1200px) {
	.site-header__top {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.site-header__contacts {
		display: none;
	}

	.catalog-layout,
	.catalog-hero-reference,
	.product-single__layout,
	.woocommerce form.checkout,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.catalog-quick-filters__group {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.catalog-table-head {
		display: none;
	}

	.catalog-row {
		grid-template-columns: 1fr;
	}

	.catalog-row__qty,
	.catalog-row__line-total,
	.catalog-row__actions,
	.catalog-row__spec {
		justify-content: flex-start;
	}

	.woocommerce-product-gallery {
		grid-template-columns: 1fr;
		grid-template-areas:
			"main"
			"thumbs";
	}

	.woocommerce-product-gallery .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 992px) {
	.site-branding__slogan,
	.site-nav {
		display: none;
	}

	.site-header__top {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.site-header__actions .button--accent {
		display: none;
	}

	.site-header__burger,
	.mobile-navigation__close {
		position: relative;
		display: inline-flex;
		width: 44px;
		height: 44px;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		background: var(--color-surface-soft);
	}

	.site-header__burger span:not(.screen-reader-text) {
		position: absolute;
		width: 18px;
		height: 2px;
		background: var(--color-text);
	}

	.site-header__burger span:nth-child(1) {
		transform: translateY(-6px);
	}

	.site-header__burger span:nth-child(2) {
		transform: translateY(0);
	}

	.site-header__burger span:nth-child(3) {
		transform: translateY(6px);
	}

	.site-branding__logo img {
		width: 150px;
	}

	.header-cart {
		min-width: auto;
		padding: 10px 12px;
	}

	.header-cart__label,
	.header-cart__total {
		display: none;
	}

	.catalog-hero__inner,
	.product-single__tabs,
	.catalog-sidebar__card,
	.catalog-toolbar,
	.catalog-row,
	.woocommerce-cart-form,
	.cart-collaterals .cart_totals,
	.woocommerce-checkout-review-order,
	.mini-cart__panel,
	.modal__dialog {
		border-radius: 16px;
		padding: 20px;
	}

	.catalog-hero--reference .catalog-hero__title {
		margin-bottom: 20px;
	}

	.catalog-hero-reference {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 640px) {
	body {
		font-size: 16px;
	}

	.catalog-row__actions {
		flex-wrap: wrap;
	}

	.product-single__spec-grid,
	.catalog-filters__prices {
		grid-template-columns: 1fr;
	}

	.single-product form.cart {
		align-items: stretch;
	}

	.single-product form.cart .single_add_to_cart_button {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.breadcrumbs {
		padding: 8px 0 0;
	}

	.breadcrumbs__list {
		gap: 6px 16px;
		font-size: 12px;
		white-space: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.breadcrumbs__list::-webkit-scrollbar {
		display: none;
	}

	.catalog-hero--reference {
		padding-top: 6px;
	}

	.catalog-hero__title {
		font-size: clamp(30px, 8vw, 42px);
		line-height: 0.98;
	}

	.catalog-hero-reference {
		gap: 16px;
	}

	.catalog-hero-reference__media {
		min-height: 156px;
		border-radius: 18px;
	}

	.catalog-hero-reference__text {
		font-size: 16px;
		line-height: 1.55;
	}

	.catalog-quick-filters {
		padding: 0;
		background: transparent;
	}

	.catalog-quick-filters__label {
		margin-bottom: 10px;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.catalog-quick-filters__chips {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 6px;
		scrollbar-width: none;
	}

	.catalog-quick-filters__chips::-webkit-scrollbar {
		display: none;
	}

	.catalog-chip {
		white-space: nowrap;
		border: 1px solid rgba(34, 112, 152, 0.14);
	}

	.catalog-layout {
		display: block;
	}

	.catalog-sidebar__backdrop {
		position: fixed;
		inset: 0;
		z-index: 69;
		background: rgba(13, 18, 26, 0.5);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.24s ease;
		display: block;
	}

	.catalog-sidebar {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 70;
		width: min(92vw, 390px);
		padding: 18px;
		overflow-y: auto;
		background: linear-gradient(180deg, #2d3440 0%, #1f2630 100%);
		transform: translateX(100%);
		transition: transform 0.28s ease;
	}

	.has-open-catalog-sidebar .catalog-sidebar {
		transform: translateX(0);
	}

	.has-open-catalog-sidebar .catalog-sidebar__backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.catalog-sidebar__mobile-head {
		display: flex;
	}

	.catalog-sidebar__card {
		padding: 18px;
		border-radius: 16px;
	}

	.catalog-sidebar__card--dark {
		background: rgba(255, 255, 255, 0.06);
		border-color: rgba(255, 255, 255, 0.08);
		box-shadow: none;
	}

	.catalog-sidebar__title {
		font-size: 18px;
	}

	.catalog-sidebar__category-item > a {
		padding: 11px 12px;
	}

	.catalog-sidebar__card .catalog-filters__group--accordion {
		padding: 14px 0;
		border-top: 1px solid rgba(16, 24, 40, 0.08);
	}

	.catalog-sidebar__card .catalog-filters__group--accordion:first-of-type {
		padding-top: 0;
		border-top: 0;
	}

	.catalog-filters__toggle {
		display: block;
		padding: 0 34px 0 0;
		font-size: 15px;
		color: var(--color-text);
		pointer-events: auto;
	}

	.catalog-filters__toggle::before,
	.catalog-filters__toggle::after,
	.catalog-filters__toggle-count {
		display: inline-flex;
	}

	.catalog-filters__group--accordion .catalog-filters__label {
		display: none;
	}

	.catalog-filters__group--accordion .catalog-filters__panel {
		padding-top: 14px;
	}

	.catalog-filters__options {
		max-height: none;
		padding-right: 0;
	}

	.catalog-toolbar {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 12px;
		align-items: center;
		padding: 16px 18px;
		border-radius: 16px;
		background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
	}

	.catalog-toolbar__meta {
		font-size: 14px;
		font-weight: 700;
	}

	.catalog-toolbar__mobile-actions {
		display: block;
	}

	.catalog-toolbar__sort {
		grid-column: 1 / -1;
	}

	.catalog-toolbar__sort .orderby {
		min-height: 52px;
		border-radius: 16px;
		background: #fff;
	}

.catalog-mobile-filter-button {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		min-height: 52px;
		padding: 0 18px;
		border-radius: 14px;
		background: #0f4f74;
		color: #fff;
		font-weight: 700;
		box-shadow: 0 14px 28px rgba(15, 79, 116, 0.22);
	}

.catalog-mobile-filter-button--ghost {
	background: #fff;
	color: var(--color-primary);
	border: 1px solid rgba(34, 112, 152, 0.12);
	box-shadow: none;
}

	.catalog-mobile-filter-button__icon {
		position: relative;
		width: 18px;
		height: 14px;
	}

	.catalog-mobile-filter-button__icon::before,
	.catalog-mobile-filter-button__icon::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		height: 2px;
		background: #fff;
		border-radius: 999px;
	}

	.catalog-mobile-filter-button__icon::before {
		top: 3px;
		box-shadow: 0 6px 0 #fff;
	}

	.catalog-mobile-filter-button__icon::after {
		top: 9px;
		width: 70%;
	}

	.catalog-mobile-filter-button__count {
		display: inline-flex;
		min-width: 24px;
		height: 24px;
		padding: 0 8px;
		align-items: center;
		justify-content: center;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.18);
		font-size: 12px;
		font-weight: 700;
	}

	.catalog-row {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 18px;
		border-radius: 18px;
		border: 1px solid rgba(34, 112, 152, 0.08);
		background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
		box-shadow: 0 18px 34px rgba(16, 24, 40, 0.08);
	}

	.catalog-row__main {
		display: grid;
		grid-template-columns: 84px minmax(0, 1fr);
		gap: 14px;
		align-items: start;
	}

	.catalog-row__thumb {
		display: block;
		border-radius: 14px;
		overflow: hidden;
		background: #eef3f7;
		box-shadow: inset 0 0 0 1px rgba(34, 112, 152, 0.06);
	}

	.catalog-row__thumb img {
		width: 100%;
		height: 100%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}

	.catalog-row__title {
		font-size: 20px;
		line-height: 1.15;
		font-weight: 700;
	}

	.catalog-row__title-wrap {
		display: flex;
		align-items: flex-start;
	}

	.catalog-row__badge {
		flex: none;
	}

	.catalog-row__meta {
		gap: 8px;
		margin-top: 10px;
	}

	.catalog-row__meta span {
		padding: 7px 10px;
		border-radius: 999px;
		background: #edf3f8;
		font-size: 12px;
		font-weight: 600;
	}

	.catalog-row__spec,
	.catalog-row__price,
	.catalog-row__line-total {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: end;
		gap: 12px;
	}

	.catalog-row__qty {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 12px;
	}

	.catalog-row__qty .quantity--custom {
		width: min(100%, 210px);
		justify-self: end;
	}

	.catalog-row__spec::before,
	.catalog-row__price::before,
	.catalog-row__qty::before,
	.catalog-row__line-total::before {
		display: block;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: var(--color-text-muted);
	}

	.catalog-row__spec::before {
		content: 'Размер';
	}

	.catalog-row__price::before {
		content: 'Цена';
	}

	.catalog-row__qty::before {
		content: 'Количество';
	}

	.catalog-row__line-total::before {
		content: 'Сумма';
	}

	.catalog-row__qty,
	.catalog-row__line-total,
	.catalog-row__actions,
	.catalog-row__spec {
		justify-content: stretch;
	}

	.catalog-row__actions {
		display: grid;
		grid-template-columns: minmax(0, 1.4fr) 56px 56px;
		gap: 10px;
		align-items: stretch;
	}

	.catalog-row__form {
		width: 100%;
	}

	.catalog-row__form .catalog-action-button,
	.catalog-row__actions > .catalog-action-button {
		width: 100%;
		height: 56px;
		border-radius: 12px;
	}

	.catalog-row__form .catalog-action-button {
		justify-content: center;
		background: linear-gradient(135deg, #d71818 0%, #b91111 100%);
		box-shadow: 0 16px 28px rgba(215, 24, 24, 0.22);
	}

	.catalog-row__form .catalog-action-button::before,
	.catalog-row__form .catalog-action-button::after {
		border-color: #fff;
	}

	.catalog-row__form .catalog-action-button::before {
		left: 46px;
		right: auto;
		top: 16px;
	}

	.catalog-row__form .catalog-action-button::after {
		left: 23px;
		right: auto;
		top: 13px;
	}

	.catalog-row__form .catalog-action-button__text {
		display: inline;
		padding-left: 26px;
		color: #fff;
		font-weight: 700;
	}

	.catalog-action-button--details,
	.catalog-action-button--quick {
		background: #fff;
		border: 1px solid rgba(34, 112, 152, 0.1);
	}

	.quantity--custom {
		width: 100%;
		max-width: 210px;
		border-radius: 14px;
	}

	.quantity--custom .qty {
		width: 100%;
		flex: 1;
	}

	.product-single__category {
		margin-bottom: 8px;
		font-size: 12px;
	}

	.product-single__title {
		font-size: clamp(28px, 8vw, 36px);
	}

	.product-single__highlights {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin: 16px 0 20px;
		overflow: visible;
		padding-bottom: 0;
	}

	.product-single__highlights::-webkit-scrollbar {
		display: none;
	}

	.product-single__highlight {
		min-width: 0;
	}

	.product-single__highlight:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.product-single__layout {
		gap: 18px;
	}

	.woocommerce-product-gallery {
		gap: 12px;
	}

	.woocommerce-product-gallery.is-single-image {
		grid-template-columns: 1fr;
		grid-template-areas: "main";
	}

	.woocommerce-product-gallery__image a,
	.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child a {
		padding: 12px;
		border-radius: 18px;
		min-height: 360px;
	}

	.woocommerce-product-gallery .flex-control-thumbs {
		display: flex;
		grid-template-columns: none;
		gap: 10px;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
		display: none;
	}

	.woocommerce-product-gallery .flex-control-thumbs li {
		flex: 0 0 72px;
	}

	.product-single__buybox {
		padding: 20px;
		border-radius: 16px;
		background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
	}

	.product-single__buybox-header--top {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.product-single__price {
		font-size: 30px;
	}

	.product-single__stock {
		justify-content: flex-start;
	}

	.product-single__buybox-header:not(.product-single__buybox-header--top) {
		display: grid;
		gap: 8px;
	}

	.product-single__buybox-note {
		max-width: none;
		text-align: left;
	}

	.single-product form.cart {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.single-product form.cart .single_add_to_cart_button {
		width: 100%;
		min-height: 58px;
		border-radius: 12px;
	}

	.single-product form.cart .quantity {
		width: 100%;
	}

	.product-single__notice {
		padding: 16px 18px;
		border-radius: 14px;
		font-size: 15px;
	}

	.product-single__specs {
		padding: 20px;
		border: 1px solid rgba(34, 112, 152, 0.08);
		border-radius: 16px;
		background: #fff;
		box-shadow: var(--color-shadow);
	}

	.product-single__tabs {
		margin-top: 22px;
		padding: 0;
	}

	.woocommerce-tabs ul.tabs {
		gap: 8px;
		margin-bottom: 0;
		padding-bottom: 4px;
	}

	.woocommerce-tabs ul.tabs li a {
		padding: 12px 16px;
		border-radius: 12px;
		background: #edf2f6;
		font-size: 14px;
		font-weight: 700;
		white-space: nowrap;
	}

	.woocommerce-tabs ul.tabs li.active a {
		background: var(--color-primary);
		color: #fff;
	}

	.woocommerce-Tabs-panel {
		padding: 20px;
		border-radius: 16px;
		background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	}
}

@media (max-width: 640px) {
	.catalog-section {
		padding-top: 22px;
	}

	.catalog-hero-reference__media {
		min-height: 132px;
	}

	.catalog-sidebar {
		width: 100vw;
		padding: 14px;
	}

	.catalog-toolbar {
		padding: 14px;
	}

	.catalog-mobile-filter-button {
		width: 100%;
		justify-content: center;
	}

	.catalog-row {
		padding: 16px;
		border-radius: 16px;
	}

	.catalog-row__main {
		grid-template-columns: 74px minmax(0, 1fr);
		gap: 12px;
	}

	.catalog-row__title {
		font-size: 18px;
	}

	.catalog-row__actions {
		grid-template-columns: minmax(0, 1fr) 52px 52px;
	}

	.catalog-row__form .catalog-action-button,
	.catalog-row__actions > .catalog-action-button {
		height: 52px;
	}

	.catalog-row__spec-value,
	.catalog-row__line-total,
	.catalog-row__price-current {
		font-size: 17px;
	}

	.product-single__highlights {
		grid-template-columns: 1fr;
	}

	.product-single__highlight {
		padding: 14px 16px;
	}

	.product-single__price {
		font-size: 28px;
	}

	.product-single__spec-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.product-single__spec-row strong {
		font-size: 18px;
	}
}

body.is-header-fixed {
  padding-top: 60px;
}
body.is-header-fixed header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
body.is-header-fixed header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
body.is-header-fixed header.is-header-hidden {
  top: -100%;
}
header {
  background-color: #F6F6F6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
.c-header {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.c-header__slogan {
  font-weight: 400;
  line-height: 1.1;
  padding-left: 24px;
  color: #000;
  font-size: 22px;
  font-style: italic;
}

.gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 4000;
	display: grid;
	place-items: center;
	padding: 24px;
}

.gallery-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 15, 25, 0.84);
	backdrop-filter: blur(8px);
}

.gallery-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) 56px;
	gap: 16px;
	align-items: center;
	width: min(1120px, calc(100vw - 48px));
	max-height: calc(100vh - 48px);
	padding: 28px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}
.gallery-lightbox[hidden] {
  display: none !important;
}
.gallery-lightbox__image {
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: calc(100vh - 180px);
	margin: 0 auto;
	object-fit: contain;
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
	position: relative;
	display: inline-flex;
	width: 56px;
	height: 56px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(16, 24, 40, 0.08);
	border-radius: 14px;
	background: #fff;
	color: var(--color-text);
	box-shadow: var(--color-shadow);
}

.gallery-lightbox__close {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
}

.gallery-lightbox__close::before,
.gallery-lightbox__close::after,
.gallery-lightbox__nav::before {
	content: '';
	position: absolute;
}

.gallery-lightbox__close::before,
.gallery-lightbox__close::after {
	width: 18px;
	height: 2px;
	background: currentColor;
}

.gallery-lightbox__close::before {
	transform: rotate(45deg);
}

.gallery-lightbox__close::after {
	transform: rotate(-45deg);
}

.gallery-lightbox__nav::before {
	width: 14px;
	height: 14px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.gallery-lightbox__nav--prev::before {
	transform: rotate(-135deg);
}

.gallery-lightbox__nav--next::before {
	transform: rotate(45deg);
}

.gallery-lightbox__caption {
	grid-column: 1 / -1;
	font-size: 14px;
	color: var(--color-text-muted);
	text-align: center;
}

.has-gallery-lightbox {
	overflow: hidden;
}

@media (max-width: 767px) {
	.c-button.c-button-red{font-size: 16px !important;font-weight: 400 !important}
	.gallery-lightbox {
		padding: 12px;
	}

	.gallery-lightbox__dialog {
		grid-template-columns: 1fr;
		gap: 12px;
		width: min(100vw - 24px, 100%);
		padding: 16px 16px 20px;
		border-radius: 16px;
	}

	.gallery-lightbox__close {
		top: 12px;
		right: 12px;
		width: 44px;
		height: 44px; 
	}

	.gallery-lightbox__nav {
		position: absolute;
		top: calc(50% - 22px);
		width: 44px;
		height: 44px;
		z-index: 2;
	}

	.gallery-lightbox__nav--prev {
		left: 12px;
	}

	.gallery-lightbox__nav--next {
		right: 12px;
	}

	.gallery-lightbox__image {
		max-height: calc(100vh - 140px);
	}
}
@media (max-width: 992px) {
  .c-header__slogan {
    display: none;
  }
}
.c-header__logo img {
  width: 240px;
}
@media (max-width: 992px) {
  .c-header__logo img {
    width: 130px;
  }
}
.c-header__nav {
  margin-left: auto;
}
@media (min-width: 993px) {
  .c-header__action .link-phone {
    display: none;
  }
}
@media (max-width: 992px) {
  .c-header__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .c-header__action .c-button {
    padding: 4px 12px;
    font-size: 14px;
  }
  .c-header__action .link-phone {
    font-size: 14px;
  }
}
.c-header__options {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.c-header__options .link-phone {
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.2;
}
.c-header__options .link-phone:hover {
  color: #d1d9e8;
}
.c-header__options .link-mail {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.2;
}
.c-header__options .link-mail:hover {
  color: #d1d9e8;
}
@media (max-width: 992px) {
  .c-header__options {
    display: none;
  }
}
.c-header__action {
  margin-left: 0;
}
.c-header__nav-full {
  background-color: #c3deff;
  padding: 18px 0;
}
@media (max-width: 992px) {
  .c-header {
    padding: 10px 0;
  }
}
.c-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-nav-list-item__link {
  color: #227098;
  text-decoration: none;
  font-size: calc(18px + 4px);
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease;
}
.c-nav-list-item__link:hover {
  color: #19516e;
  border-bottom: 1px solid;
}
.c-nav-list-item__link.is-current {
  color: #19516e;
  border-bottom: 1px solid;
}
.c-nav-list-item--dropdown {
  position: relative;
}
.c-nav-list-item--dropdown:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5L4.37114e-07 -5.24537e-07L6 0L3 5Z' fill='gray' /%3E%3C/svg%3E%0A");
  width: 6px;
  height: 5px;
  margin-left: 8px;
  position: relative;
  display: inline-block;
  top: -2px;
}
@media (min-width: 1025px) {
  .c-nav-list-item--dropdown:hover .c-header-nav-dropdown {
    display: flex;
    animation: showDropdownMenu 0.4s ease forwards;
    animation-delay: 0.1s;
  }
}
.c-language-wrap {
  position: relative;
}
.c-language-btn {
  font-size: 12px;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 6px;
}
.c-language-btn:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5L4.37114e-07 -5.24537e-07L6 0L3 5Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 6px;
  height: 5px;
  margin-left: 8px;
}
.c-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: -50%;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 10px 40px 0 rgba(130, 130, 130, 0.25);
  opacity: 0;
  min-width: 50px;
}
.c-dropdown-menu.is-opened {
  display: flex;
  animation: showDropdownMenu 0.3s ease forwards;
}
.c-dropdown-menu__btn {
  background-color: transparent;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 1;
}
.c-dropdown-menu__btn.is-selected {
  background-color: #F4F4F4;
  text-decoration: none;
}
.c-dropdown-menu__btn:hover {
  background-color: #F4F4F4;
  text-decoration: none;
}
.c-header-nav-dropdown {
  border-radius: 24px;
  position: absolute;
  top: calc(100% + 20px);
  left: -30px;
  width: 270px;
  background: #fff;
  z-index: 30;
  display: none;
  transition: all 0.3s ease;
  opacity: 0;
  flex-direction: column;
  padding: 24px 30px;
  box-shadow: 0 0 42px 0 rgba(107, 107, 107, 0.4);
}
.c-header-nav-dropdown:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.79423 0V8.25H0L7.79423 0Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 30px 100%;
  width: 100%;
  height: 24px;
  position: absolute;
  top: -23px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .c-header-nav-dropdown:before {
    left: auto;
    right: 73px;
  }
}
@media (max-width: 1024px) {
  .c-header-nav-dropdown {
    top: calc(100% + 16px);
  }
}
.c-header-nav-dropdown__item-link {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
}
.c-header-nav-dropdown__item-link:not(:last-child) {
  margin-bottom: 8px;
}
.c-header-nav-dropdown__item-link.is-current {
  text-decoration: underline;
}
.c-header-nav-dropdown__item-link:hover {
  text-decoration: underline;
}
@keyframes showDropdownMenu {
  0% {
    transform: scale(0.9) translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
.sub-menu {
  background-color: #0072bc;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 0;
}
.sub-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.sub-menu ul a {
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.sub-menu ul a:hover {
  color: #d1d9e8;
}
.sub-menu-second {
  background-color: #f8f8f8;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 0;
}
.sub-menu-second ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-menu-second ul a {
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1240px) {
  .sub-menu-second ul a {
    font-size: 12px;
  }
}
.sub-menu-second ul a:hover {
  color: #227098;
}
.dropdonw-item {
  position: relative;
}
.dropdonw-item:hover ul.dropdonw {
  display: flex;
}
.dropdonw-item-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.dropdonw-item-link:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='18' viewBox='0 0 29 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6736 1.50181C26.4059 0.769578 27.5938 0.769578 28.326 1.50181C29.0582 2.23404 29.0582 3.42192 28.326 4.15416L15.826 16.6542C15.0938 17.3864 13.9059 17.3864 13.1736 16.6542L0.673642 4.15416L0.545713 4.01158C-0.0552181 3.27512 -0.0129247 2.18838 0.673642 1.50181C1.36021 0.815245 2.44695 0.772951 3.18341 1.37388L3.32599 1.50181L14.4998 12.6756L25.6736 1.50181Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
ul.dropdonw {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: -20px;
  width: 340px;
  padding: 20px !important;
  flex-direction: column;
  text-align: left !important;
  gap: 4px !important;
  align-items: flex-start !important;
  border-radius: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9;
}
ul.dropdonw li a {
  text-align: left !important;
  color: #000;
}
ul.dropdonw li a:hover {
  color: #000;
  opacity: 0.9;
}
@media (max-width: 992px) {
  ul.dropdonw {
    position: static;
    margin-top: 10px;
  }
}
footer {
  background-color: #eaf0fa;
  border-top: 1px solid #ccc;
  padding: 40px 0;
  margin-top: auto;
}
.c-footer-logo img {
  width: 150px;
}
.c-footer-nav__title {
  font-weight: bold;
  margin-bottom: calc(20px / 2);
}
.c-footer-nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-footer-nav-item__link {
  color: black;
  font-size: 12px;
}
.c-footer-nav-item__link:hover {
  text-decoration: none;
}
.c-social-links {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}
.c-social-links img {
  filter: grayscale(1);
  transition: all 0.5s ease;
}
.c-social-links__link:hover img {
  transform: scale(1.15);
  filter: grayscale(0);
}
.c-contacts-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-contacts-links__mail {
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='41' viewBox='0 0 51 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.15039 10.4435L16.7752 19.5267C19.9828 21.665 21.5866 22.7342 23.3199 23.1497C24.8519 23.5167 26.4489 23.5167 27.9809 23.1497C29.7141 22.7342 31.3181 21.665 34.5256 19.5267L48.1504 10.4435M11.1504 37.9435H40.1504C42.9506 37.9435 44.3509 37.9435 45.4204 37.3985C46.3611 36.9192 47.1261 36.1542 47.6054 35.2135C48.1504 34.144 48.1504 32.7437 48.1504 29.9435V10.9435C48.1504 8.14323 48.1504 6.74308 47.6054 5.67353C47.1261 4.73271 46.3611 3.96781 45.4204 3.48846C44.3509 2.94348 42.9506 2.94348 40.1504 2.94348H11.1504C8.35014 2.94348 6.94999 2.94348 5.88044 3.48846C4.93962 3.96781 4.17472 4.73271 3.69537 5.67353C3.15039 6.74308 3.15039 8.14321 3.15039 10.9435V29.9435C3.15039 32.7437 3.15039 34.144 3.69537 35.2135C4.17472 36.1542 4.93962 36.9192 5.88044 37.3985C6.94999 37.9435 8.35012 37.9435 11.1504 37.9435Z' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 16px;
  min-height: 16px;
  padding-left: 24px;
}
.c-contacts-links__mail:hover {
  text-decoration: none;
}
.c-contacts-links__phone {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='51' viewBox='0 0 50 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7561 6.08653C17.9968 4.18823 16.1583 2.94348 14.1138 2.94348H7.23685C4.62075 2.94348 2.5 5.06373 2.5 7.67981C2.5 29.9165 20.527 47.9435 42.7637 47.9435C45.3797 47.9435 47.5 45.8225 47.5 43.2065L47.5012 36.3285C47.5012 34.2837 46.2568 32.4457 44.3585 31.6862L37.7672 29.0507C36.0622 28.3687 34.1208 28.6757 32.7098 29.8515L31.0087 31.2702C29.0222 32.9257 26.099 32.794 24.2705 30.9655L19.4806 26.1712C17.652 24.3425 17.5168 21.4217 19.1724 19.4352L20.5908 17.7342C21.7665 16.3234 22.0763 14.3814 21.3943 12.6762L18.7561 6.08653Z' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 16px;
  min-height: 16px;
  padding-left: 24px;
}
.c-contacts-links__phone:hover {
  text-decoration: none;
}
.c-contacts-links__address {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='51' viewBox='0 0 40 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 47.9435C28.75 38.9435 37.5 30.8845 37.5 20.9435C37.5 11.0024 29.665 2.94348 20 2.94348C10.335 2.94348 2.5 11.0024 2.5 20.9435C2.5 30.8845 11.25 38.9435 20 47.9435Z' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 25.4435C22.7615 25.4435 25 23.205 25 20.4435C25 17.6821 22.7615 15.4435 20 15.4435C17.2385 15.4435 15 17.6821 15 20.4435C15 23.205 17.2385 25.4435 20 25.4435Z' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 16px;
  min-height: 16px;
  padding-left: 24px;
  text-decoration: none;
}
.c-contacts-links__address:hover {
  text-decoration: none;
}
.c-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #ccc;
  color: #303030;
}
.c-copyright__left {
  font-size: 11px;
}
.c-copyright a {
  font-size: 11px;
  color: #303030;
}
.c-copyright a:hover {
  text-decoration: none;
}
.c-copyright__center {
  display: flex;
  gap: 10px;
}
.c-fhtagn {
  color: #303030;
  display: flex;
  align-items: center;
  font-size: 11px;
}
.c-fhtagn:before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='28' viewBox='0 0 15 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2306_61)'%3E%3Cpath d='M11.5 15.2H12.7V11.6H11.5V8.2H10.3V5.8H9.2V3.5H8.1V2.3H6.9V1.2H5.8V0H2.3V1.2H1.2V3.6H2.4V6H3.6V7H4.8V8.2H5.9V9.4H7.1V10.6H8.3V15.2H6.9V16.4H3.5V15.2H2.3V12.8H3.5V11.6H5.8V14H7V11.6H5.8V10.4H3.5V11.6H2.3V12.8H1.2V16.4H2.4V17.6H3.6V18.8H5.9V21H4.6V22.2H3.5V23.4H1.2V21H2.4V19.8H1.2V21H0V23.4H1.2V24.6H4.8V23.4H5.9V27H7.1V28H9.5V26.8H10.7V24.4H9.2V26.8H6.9V23.2H8.1V22H10.5V23.2H14.1V22H15V18.6H13.8V17.4H12.6V18.6H13.8V22.2H11.4V21H10.2V17.4H11.4V15.2H11.5Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2306_61'%3E%3Crect width='15' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  display: block;
  height: 28px;
  margin-right: 10px;
  opacity: 0.6;
  width: 15px;
}
.c-fhtagn a:hover {
  text-decoration: none;
}

.o-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.o-block {
  display: block;
  width: 100%;
  height: auto;
}
.o-center {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.o-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.is-hidden {
  display: none !important;
}
/* Media Query */
/* How to use */
@media screen and (max-width: 1023px) {
  .example-class {
    font-size: 1em;
  }
}
.c-swiper--temp {
  height: 100%;
}
.c-swiper--temp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-swiper-pagination.swiper-pagination {
  margin: 32px 0;
  position: static !important;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.c-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background-color: #2b8fc2;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 1;
  transition: all 0.5s ease;
}
.c-swiper-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0 !important;
  width: 30px;
  height: 10px;
  background-color: #19516e;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.c-swiper-scrollbar.swiper-scrollbar {
  position: static !important;
  background-color: #dfdfdf;
  height: 5px !important;
  width: 100% !important;
}
.c-swiper-scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #a3a3a3;
}
.c-swiper-button-prev.swiper-button-prev {
  background-color: #fff;
  border: 1px solid #227098;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin: 0;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.c-swiper-button-prev.swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.c-swiper-button-prev.swiper-button-prev:hover {
  background-color: #19516e;
}
.c-swiper-button-prev.swiper-button-prev:hover:after {
  color: #fff;
}
.c-swiper-button-next.swiper-button-next {
  background-color: #fff;
  border: 1px solid #227098;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin: 0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.c-swiper-button-next.swiper-button-next:after {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.c-swiper-button-next.swiper-button-next:hover {
  background-color: #19516e;
}
.c-swiper-button-next.swiper-button-next:hover:after {
  color: #fff;
}
.c-swiper-outline-nav {
  display: flex;
  gap: 10px;
}
.c-swiper-outline-nav .c-swiper-button-next,
.c-swiper-outline-nav .c-swiper-button-prev {
  position: static;
}
.c-container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.prof-block {
  display: flex;
  user-select: none;
}
.prof-block__img {
  width: 320px;
  position: relative;
  padding: 24px;
}
.prof-block__img .section-title {
  position: relative;
  z-index: 5;
  color: #fff;
}
.prof-block__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
  border-radius: 24px;
}
.prof-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.prof-block__swiper {
  width: calc(100% - 320px);
  padding-left: 24px;
}
.prof-block--full .prof-block__swiper {
  width: 100%;
  padding-left: 0;
}
@media (max-width: 992px) {
  .prof-block {
    flex-direction: column;
  }
  .prof-block__img {
    margin-bottom: 18px;
  }
  .prof-block__img br {
    display: none;
  }
  .prof-block__img .section-title {
    margin: 0;
  }
  .prof-block__swiper {
    padding: 0;
  }
  .prof-block__swiper,
  .prof-block__img {
    width: 100%;
  }
}
.prof-list-slider-item {
  height: auto;
  background-color: #ededed;
  border-radius: 24px;
  padding: 24px;
}
.prof-list-slider-item__media {
  margin-bottom: 12px;
}
.prof-list-slider-item__media img {
  border-radius: 12px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.prof-list-slider-item__title {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 12px;
}
.prof-list-slider-item__action {
  width: 100%;
  text-align: center;
}
.prof-list-slider-item__text {
  font-size: 14px;
}
.prof-block--full .prof-list-slider-item__title {
  text-align: left;
}
.c-blocks-row--custom {
  height: 100%;
}
.c-blocks-row--custom .c-block-gray-block {
  height: 100%;
  display: flex;
  align-items: center;
}
.c-blocks-column {
  background-color: none;
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.c-blocks-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.c-blocks-row + .c-blocks-row {
  margin-top: 40px;
}
.c-blocks-row[data-columns="1"] > .c-blocks-column {
  width: 100%;
}
.c-blocks-row[data-columns="2"] > .c-blocks-column {
  width: calc((100% - 20px) / 2);
}
.c-blocks-row[data-columns="3"] > .c-blocks-column {
  width: calc((100% - (20px * 2)) / 3);
}
.c-blocks-row[data-columns="4"] > .c-blocks-column {
  width: calc((100% - (20px * 3)) / 4);
}
.c-blocks-row[data-columns="5"] > .c-blocks-column {
  width: calc((100% - (20px * 4)) / 5);
}
.c-blocks-row[data-columns="6"] > .c-blocks-column {
  width: calc((100% - (20px * 5)) / 6);
}

@media (max-width: 1024px) {
  .c-blocks-row {
    gap: 25px;
  }
  .c-blocks-row[data-columns="2"] .c-blocks-column {
    width: calc((100% - 25px) / 2);
  }
  .c-blocks-row[data-columns="3"] .c-blocks-column {
    width: calc((100% - (25px * 2)) / 3);
  }
  .c-blocks-row[data-columns="4"] .c-blocks-column {
    width: calc((100% - (25px * 3)) / 4);
  }
  .c-blocks-row[data-columns="5"] .c-blocks-column {
    width: calc((100% - (25px * 4)) / 5);
  }
  .c-blocks-row[data-columns="6"] .c-blocks-column {
    width: calc((100% - (25px * 5)) / 6);
  }
}
@media (max-width: 767px) {
  .c-blocks-row {
    gap: 10px;
  }
  .c-blocks-row[data-columns="2"] .c-blocks-column {
    width: 100%;
  }
  .c-blocks-row[data-columns="3"] .c-blocks-column {
    width: 100%;
  }
  .c-blocks-row[data-columns="4"] .c-blocks-column {
    width: 100%;
  }
  .c-blocks-row[data-columns="5"] .c-blocks-column {
    width: 100%;
  }
  .c-blocks-row[data-columns="6"] .c-blocks-column {
    width: 100%;
  }
  .c-blocks-row--mobile-reverse {
    flex-wrap: wrap-reverse;
  }
}
.c-section {
  padding: 40px 0;
}
.c-section + .c-section {
  border-top: 1px solid #ccc;
}
.c-section--temp {
  height: 50vh;
}
.c-section--clear {
  padding: 0;
}
.c-section:first-child {
  margin-top: 0;
}
.c-section--paddings {
  padding: 40px;
}
.c-section--bg {
  background-color: #ededed;
}
.c-section--image-bg {
  position: relative;
}
.c-section--image-bg .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
}
.c-section--image-bg .c-container {
  position: relative;
  z-index: 2;
}
.c-section--image-bg .c-container * {
  color: #fff;
}
.c-section--image-bg .c-section-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-section--image-bg .c-section-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-section--image-bg .c-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-text {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-text p {
  margin: 0;
}
.c-text p strong {
  font-weight: 700;
}
.c-block-black-block--custom img {
  height: 450px !important;
}
@media (max-width: 767px) {
  .c-block-black-block--custom img {
    height: 300px !important;
  }
}
.c-title-h1,
h1 {
  font-size: 32px;
  font-weight: bold;
}
.c-title-h2,
h2 {
  font-size: 28px;
  font-weight: bold;
}
.c-title-h3,
h3 {
  font-size: 26px;
  font-weight: bold;
}
.c-title-h4,
h4 {
  font-size: 24px;
  font-weight: bold;
}
.c-title-h5,
h5 {
  font-size: 22px;
  font-weight: bold;
}
.c-title-h6,
h6 {
  font-size: 20px;
  font-weight: bold;
}
.section-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 22px;
  }
}
.c-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  justify-content: center;
  position: relative;
  background-color: transparent;
  transition: all 0.5s ease;
}
.c-button.c-button-main {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 18px 24px;
  border-radius: 60px;
  font-weight: 800;
}
@media (hover: hover) {
  .c-button.c-button-main:hover {
    background-color: #1a1a1a;
  }
}
@media (max-width: 992px) {
  .c-button.c-button-main {
    padding: 10px 12px;
  }
}
@media (max-width: 360px) {
  .c-button.c-button-main {
    font-size: 14px;
  }
}
.c-button.c-button-red {
  background-color: #c11f1f;
  color: #fff;
  font-size: 18px;
  padding: 18px 32px;
  border-radius: 60px;
  font-weight: 800;
}
@media (hover: hover) {
  .c-button.c-button-red:hover {
    background-color: #de3535;
  }
}
@media (max-width: 992px) {
  .c-button.c-button-red {
    padding: 10px 12px;
  }
}
@media (max-width: 360px) {
  .c-button.c-button-red {
    font-size: 14px;
  }
}
.c-button.c-button-second {
  background-color: #227098;
  color: #fff;
  font-size: 16px;
  padding: 18px 24px;
  border-radius: 60px;
  font-weight: 800;
}
.c-button.c-button-second--mini {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 24px;
}
@media (hover: hover) {
  .c-button.c-button-second:hover {
    background-color: #2b8fc2;
  }
}
@media (max-width: 992px) {
  .c-button.c-button-second {
    padding: 10px 12px;
  }
}
@media (max-width: 360px) {
  .c-button.c-button-second {
    font-size: 14px;
  }
}
.c-button [disabled="true"],
.c-button.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.c-link {
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  color: blue;
}
.c-link:hover {
  text-decoration: none;
}
.c-tooltip {
  position: fixed;
  padding: 10px 20px;
  border-radius: calc(4px / 2);
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
}
body.is-popup-opened {
  overflow: hidden;
}
.popup-wrap {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.popup-wrap.is-opened {
  display: flex;
}
.popup-wrap.is-opened .popup-overlay {
  opacity: 1;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.82);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1001;
}
.popup {
  width: 600px;
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  z-index: 1002;
  display: none;
  position: relative;
}
.popup.is-opened {
  display: block;
  animation: showPopup 0.4s ease forwards;
}
.popup__title {
  font-weight: 700;
  font-size: 24px;
  padding-right: 30px ;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
}
.popup__close {
  width: 30px;
  height: 30px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 8L8 24M8 8L24 24' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  font-style: normal;
  line-height: normal;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.popup__close:hover {
  background-color: var(--fill-inverse-1);
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 8L8 24M8 8L24 24' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .popup {
    max-width: 100%;
    padding: 20px;
  }
}
.popup-overlow {
  max-height: 85vh;
  overflow-y: auto;
}
.popup-overlow::-webkit-scrollbar {
  width: 0.4rem;
  border-radius: 0.7rem;
}
.popup-overlow::-webkit-scrollbar-track {
  background: var(--fill-inverse-3);
}
.popup-overlow::-webkit-scrollbar-thumb {
  background: var(--fill-accent-1-1);
}
.popup-overlow::-webkit-scrollbar-thumb:hover {
  background: var(--fill-accent-1-1);
}
@keyframes showPopup {
  0% {
    opacity: 0;
    margin-top: -100px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
#map {
  height: 50rem;
  margin-top: 5rem;
  border-radius: 3.2rem 3.2rem 0 0;
}
/* Модальное окно */
.modal {
  display: none;
  /* Скрыто по умолчанию */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal:not([hidden]) {
  display: block !important;
}
.modal[hidden] {
  display: none !important;
}
.modal-content {
  background: var(--fill-dark-3-1);
  border: 1px solid var(--border-default-3);
  width: 54rem;
  border-radius: 4.8rem;
  padding: 4rem 4rem 4.8rem 4rem;
  margin: 15% auto;
  max-width: 60rem;
}
.close {
  color: #aaa;
  float: right;
  font-size: 2.8rem;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#modalTitle {
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--text-accent-1-100);
  padding-right: 6rem;
  margin-bottom: 5.5rem;
  min-height: 5.4rem;
  display: flex;
  align-items: flex-end;
}
#modalDescription {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  color: var(--text-inverse-100);
  margin-bottom: 1.2rem;
}
#modalDescription p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  color: var(--text-inverse-100);
}
#modalDescription p:not(:last-child) {
  margin-bottom: 1.2rem;
}
/************************** Popup event */
.popup-event {
  display: flex;
  flex-direction: column;
}
.popup-event__media {
  height: 38rem;
  border-radius: 4.8rem 4.8rem 0 0;
  overflow: hidden;
}
.popup-event__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-event__title {
  padding: 4.8rem 4rem 4rem 4rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: var(--text-inverse-100);
}
.popup-event__content {
  padding: 0 4rem 4.8rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  color: var(--text-inverse-100);
}
div[id^="wait_comp_"] {
  display: none;
}
.form-group {
  margin: 12px 0;
}
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.custom-checkbox input {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  display: block;
}
.popup-call {
  padding: 12px 0;
  text-align: center;
}
.product-single__price p{margin: 0}


/* Front page catalog */

.catalog-front {
	background: #fff;
	color: #101827;
}

.catalog-front-hero {
	padding: 56px 0 48px;
	background:
		radial-gradient(circle at 78% 22%, rgba(0, 126, 190, 0.12), transparent 32%),
		linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
	overflow: hidden;
}

.catalog-front-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 44px;
	align-items: center;
}

.catalog-front-hero__eyebrow,
.catalog-front-section-head__eyebrow {
	margin-bottom: 12px;
	color: #0a7ebd;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.catalog-front-hero__title {
	max-width: 760px;
	margin: 0;
	color: #101827;
	font-size: clamp(38px, 5vw, 68px);
	line-height: 0.98;
	font-weight: 900;
	letter-spacing: -0.045em;
}

.catalog-front-hero__text {
	max-width: 660px;
	margin: 24px 0 0;
	color: #526078;
	font-size: 19px;
	line-height: 1.65;
}

.catalog-front-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.catalog-front-hero__button {
	min-height: 54px;
	padding-right: 28px;
	padding-left: 28px;
	border-radius: 999px;
}

.catalog-front-hero__media {
	position: relative;
	min-height: 360px;
}

.catalog-front-hero__media::before {
	content: "";
	position: absolute;
	inset: 28px 24px 18px 36px;
	border-radius: 38px;
	background: #0a7ebd;
	box-shadow: 0 28px 80px rgba(16, 24, 39, 0.14);
	transform: rotate(-3deg);
}

.catalog-front-hero__media-card {
	position: absolute;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	min-height: 130px;
	padding: 24px;
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58)),
		repeating-linear-gradient(135deg, rgba(16, 24, 39, 0.12) 0 8px, transparent 8px 18px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 18px 48px rgba(16, 24, 39, 0.18);
	backdrop-filter: blur(12px);
}

.catalog-front-hero__media-card span {
	color: #101827;
	font-size: 22px;
	font-weight: 900;
}

.catalog-front-hero__media-card--large {
	top: 28px;
	left: 28px;
	right: 64px;
	height: 210px;
}

.catalog-front-hero__media-card--small {
	right: 0;
	bottom: 40px;
	width: 230px;
	height: 150px;
}

.catalog-front-hero__media-card--accent {
	left: 0;
	bottom: 0;
	width: 250px;
	height: 160px;
	background:
		linear-gradient(135deg, rgba(255, 244, 244, 0.95), rgba(255, 255, 255, 0.72)),
		repeating-linear-gradient(90deg, rgba(10, 126, 189, 0.2) 0 7px, transparent 7px 18px);
}

.catalog-front-categories {
	padding: 48px 0 80px;
}

.catalog-front-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.catalog-front-section-head__title {
	margin: 0;
	color: #101827;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
	font-weight: 900;
	letter-spacing: -0.035em;
}

.catalog-front-section-head__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid #d8e0ec;
	border-radius: 999px;
	color: #101827;
	font-weight: 800;
	text-decoration: none;
	transition: 0.2s ease;
}

.catalog-front-section-head__link:hover {
	border-color: #0a7ebd;
	color: #0a7ebd;
}

.catalog-front-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.catalog-front-card {
	position: relative;
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	min-height: 230px;
	border: 1px solid #e6ebf3;	
	background: #fff;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.catalog-front-card:hover {
	transform: translateY(-4px);
	border-color: rgba(10, 126, 189, 0.35);
	box-shadow: 0 24px 70px rgba(16, 24, 39, 0.12);
}

.catalog-front-card__main-link {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.catalog-front-card__image-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
	background:#fff;
}

.catalog-front-card__image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 150px;
	object-fit: contain;
	mix-blend-mode: multiply;
	transition: transform 0.2s ease;
}

.catalog-front-card:hover .catalog-front-card__image {
	transform: scale(1.05);
}

.catalog-front-card__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 24px 24px 22px;
}

.catalog-front-card__top {
	margin-bottom: 12px;
}

.catalog-front-card__title {
	margin: 0;
	color: #101827;
	font-size: 22px;
	line-height: 1.15;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.catalog-front-card__count {
	margin-top: 8px;
	color: #526078;
	font-size: 14px;
	font-weight: 700;
}

.catalog-front-card__description {
	margin: 0 0 14px;
	color: #526078;
	font-size: 15px;
	line-height: 1.55;
}

.catalog-front-card__children {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
	padding-top: 4px;
}

.catalog-front-card__children a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #f3f7fb;
	color: #526078;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.2s ease;
}

.catalog-front-card__children a:hover {
	background: #0a7ebd;
	color: #fff;
}

.catalog-front-card__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 18px;
	color: #0a7ebd;
	font-size: 15px;
	font-weight: 900;
}

.catalog-front-card__arrow {
	position: relative;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	border-radius: 14px;
	background: #f7eeee;
}

.catalog-front-card__arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 3px solid #101827;
	border-right: 3px solid #101827;
	transform: translate(-65%, -50%) rotate(45deg);
}

.catalog-front-empty {
	padding: 32px;
	border-radius: 24px;
	background: #f5f7fb;
	color: #526078;
	font-size: 18px;
	font-weight: 700;
}

@media (max-width: 1180px) {
	.catalog-front-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.catalog-front-hero__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.catalog-front-hero__media {
		max-width: 560px;
	}
}

@media (max-width: 767px) {
	.catalog-front-categories {
		padding: 20px 0 42px;
	}

	.catalog-front-section-head {
		display: block;
		margin-bottom: 20px;
	}

	.catalog-front-section-head__title {
		max-width: 100%;
		margin-bottom: 14px;
		font-size: 30px;
		line-height: 1.04;
		letter-spacing: -0.04em;
	}

	.catalog-front-section-head__link {
		display: inline-flex;
		min-height: 42px;
		padding: 0 18px;
		font-size: 15px;
		border-radius: 999px;
	}

	.catalog-front-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.catalog-front-card {
		display: flex;
		flex-direction: column;
		min-height: 0;
		border: 1px solid #eef2f7;
		background: #fff;
		box-shadow: 0 12px 30px rgba(16, 24, 39, 0.07);
		overflow: hidden;
	}

	.catalog-front-card:hover {
		transform: none;
		border-color: #eef2f7;
		box-shadow: 0 12px 30px rgba(16, 24, 39, 0.07);
	}

	.catalog-front-card__image-wrap {
		width: 100%;
		height: 118px;
		min-height: 118px;
		padding: 12px;
		background:
			radial-gradient(circle at 50% 35%, rgba(10, 126, 189, 0.08), transparent 55%),
			#f6f8fb;
	}

	.catalog-front-card__image {
		width: 100%;
		height: 94px;
		object-fit: contain;
		mix-blend-mode: multiply;
	}

	.catalog-front-card:hover .catalog-front-card__image {
		transform: none;
	}

	.catalog-front-card__content {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 66px;
		padding: 12px 10px 14px;
		text-align: center;
	}

	.catalog-front-card__top {
		margin: 0;
	}

	.catalog-front-card__title {
		margin: 0;
		font-size: 16px;
		line-height: 1.18;
		font-weight: 800;
		letter-spacing: -0.02em;
	}

	.catalog-front-card__count,
	.catalog-front-card__description,
	.catalog-front-card__children,
	.catalog-front-card__bottom {
		display: none;
	}
}

@media (max-width: 480px) {
	.catalog-front-categories {
		padding-top: 16px;
	}

	.catalog-front-section-head {
		margin-bottom: 16px;
	}

	.catalog-front-section-head__title {
		font-size: 28px;
	}

	.catalog-front-grid {
		gap: 10px;
	}


	.catalog-front-card__image-wrap {
		height: 104px;
		min-height: 104px;
		padding: 10px;
	}

	.catalog-front-card__image {
		height: 84px;
	}

	.catalog-front-card__content {
		min-height: 62px;
		padding: 10px 8px 12px;
	}

	.catalog-front-card__title {
		font-size: 15px;
		line-height: 1.18;
	}
}


.catalog-seo-text {
	margin-top: 32px;
	padding: 24px 0 0;
	font-size: 16px;
	line-height: 1.65;
	color: #1f2937;
}

.catalog-seo-text__content {
	position: relative;
	max-height: 200px;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.catalog-seo-text--expanded .catalog-seo-text__content {
	max-height: 2000px;
}

.catalog-seo-text--collapsed .catalog-seo-text__content::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 52px;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0),
		#ffffff
	);
	pointer-events: none;
}

.catalog-seo-text__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 18px;
	padding: 15px 24px;
	border: 1px solid #d9e1ea;
	border-radius: 14px;
	background: #ffffff;
	color: #102033;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease;
}

.catalog-seo-text__toggle:hover {
	border-color: #0074b8;
	color: #0074b8;
}

.catalog-seo-text h2,
.catalog-seo-text h3,
.catalog-seo-text h4 {
	margin: 0 0 16px;
	color: #102033;
	font-weight: 700;
	line-height: 1.3;
}

.catalog-seo-text p {
	margin: 0 0 16px;
}

.catalog-seo-text p:last-child,
.catalog-seo-text ul:last-child,
.catalog-seo-text ol:last-child {
	margin-bottom: 0;
}

.catalog-seo-text ul,
.catalog-seo-text ol {
	margin: 0 0 16px 22px;
}

.catalog-seo-text a {
	color: #0074b8;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.catalog-seo-text {
		margin-top: 24px;
		font-size: 15px;
		line-height: 1.6;
	}

	.catalog-seo-text__content {
		max-height: 120px;
	}

	.catalog-seo-text__toggle {
		padding: 14px 18px;
		border-radius: 12px;
		font-size: 14px;
	}
}
