:root {
	--kb-bg: #e9ddd5;
	--kb-bg-soft: #f0e6df;
	--kb-text: #1d1a18;
	--kb-muted: #6f6761;
	--kb-white: #ffffff;
	--kb-accent: #edd5c7;
	--kb-accent-dark: #d89e7d;
	--kb-dark: #202020;
	--kb-dark-soft: #2a2726;
	--kb-border: rgba(29, 26, 24, 0.16);
	--kb-width: 1400px;
	--kb-narrow: 1120px;
	--kb-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #EDE3DE;
	color: var(--kb-text);
	line-height: 1.45;
}

body.mobile-menu-open {
	overflow: hidden;
}

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

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

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

.container {
	width: min(calc(100% - 48px), var(--kb-width));
	margin: 0 auto;
}

.site-main {
	display: block;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--kb-dark);
}

.site-header__topbar {
	background: var(--kb-dark);
}

.site-header__topbar-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 24px;
	min-height: 92px;
}

.site-header__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.site-header__toggle span {
	display: block;
	width: 18px;
	height: 1.5px;
	margin: 3px 0;
	background: var(--kb-white);
	transition: transform 0.24s ease, opacity 0.24s ease;
}

.site-header__toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7.5px) rotate(45deg);
}

.site-header__toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.site-header__toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7.5px) rotate(-45deg);
}

.site-nav .menu,
.footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav .menu a,
.header-phone,
.header-langs,
.header-cart,
.footer-nav a,
.site-title {
	color: var(--kb-white);
}

.site-nav .menu a {
	font-size: 16px;
	line-height: 1;
}

.menu-item-has-children{
	color: white;
}

.menu-item-has-children > a {
	display: inline-flex;
	align-items: center;

	gap: 7px;
}

.menu-item-has-children > a::after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
}

.site-branding {
	display: grid;
	justify-items: center;
	text-align: center;
}

.site-logo,
.footer-branding__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.site-logo .custom-logo-link,
.footer-branding__logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	line-height: 0;
}

.site-logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 54px;
	object-fit: contain;
}

.site-branding__text {
	display: grid;
	gap: 4px;
}

.site-title {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-description {
	font-size: 8px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.74);
}

.site-header__actions,
.site-header__mobile-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.site-header__mobile-quick,
.site-header__mobile-booking {
	display: none;
	align-items: center;
	justify-content: center;
	justify-self: end;
	border-radius: 8px;
	background: var(--kb-accent);
	color: #2b201a;
}

.site-header__mobile-quick {
	width: 36px;
	height: 36px;
}

.site-header__mobile-booking {
	min-height: 40px;
	padding: 0 16px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.site-header__mobile-quick-icon {
	font-size: 16px;
	line-height: 1;
}

.site-header__mobile-quick-icon img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.header-booking {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border-radius: 8px;
	background: var(--kb-accent);
	color: #2b201a;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.header-phone {
	font-size: 16px;
	white-space: nowrap;
}

.header-langs {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
	text-transform: uppercase;
}

.header-langs__item {
	color: inherit;
	text-decoration: none;
}

.header-langs__item.is-current {
	opacity: 1;
}

.header-langs__item--link {
	transition: opacity 0.2s ease;
}

.header-langs__item--link:hover,
.header-langs__item--link:focus-visible {
	opacity: 0.78;
}

.header-langs__item--muted,
.header-langs__divider {
	opacity: 0.78;
}

.header-cart {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 16px;
	white-space: nowrap;
}

.header-cart__icon {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.site-header__mobile-panel {
	display: none;
	z-index: 140;
}

.site-header__mobile-backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.46);
}

.site-header__mobile-drawer {
	position: relative;
	z-index: 27;
	width: min(92vw, 360px);
	min-height: 100%;
	padding: 18px 16px 28px;
	background: #1c1a19;
	box-shadow: 30px 0 60px rgba(0, 0, 0, 0.35);
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.site-header__mobile-drawer::-webkit-scrollbar {
	display: none;
}

.site-header__mobile-panel-inner {
	padding: 20px 0 24px;
}

.site-header__mobile-head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-bottom: 22px;
	position: relative;
}

.site-header__mobile-branding .site-logo img {
	max-height: 46px;
}

.site-header__mobile-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: transparent;
	color: var(--kb-white);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.site-nav--mobile .menu {
	display: grid;
	gap: 0;
}

.site-nav--mobile {
	display: block;
	width: 100%;
}

.site-nav--mobile .menu > li {
	position: relative;
}

.site-nav--mobile .menu a {
	display: block;
	padding: 14px 42px 14px 0;
	font-size: 17px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-nav--mobile .menu .menu-item-has-children > a::after {
	display: none;
}

.site-nav__submenu-toggle {
	position: absolute;
	top: 8px;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--kb-white);
	cursor: pointer;
}

.site-nav__submenu-toggle span {
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
}

.site-nav__submenu-toggle span::before,
.site-nav__submenu-toggle span::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 14px;
	height: 1px;
	background: currentColor;
	transition: transform 0.24s ease, opacity 0.24s ease;
}

.site-nav__submenu-toggle span::after {
	transform: rotate(90deg);
}

.site-nav--mobile .menu .menu-item-has-children.is-open > .site-nav__submenu-toggle span::after {
	opacity: 0;
	transform: rotate(90deg) scaleX(0.2);
}

.site-nav--mobile .menu .sub-menu {
	position: static !important;
	z-index: auto !important;
	display: grid;
	gap: 0;
	width: 100%;
	margin: 0;
	padding: 4px 0 10px 16px;
	list-style: none;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-nav--mobile .menu .sub-menu[hidden] {
	display: none !important;
}

.site-nav--mobile .menu .sub-menu a {
	padding: 9px 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.78);
	border-bottom: 0;
}

.site-nav--mobile .menu > .menu-item-has-children.is-open > a {
	border-bottom-color: transparent;
}

.site-header__mobile-actions {
	margin-top: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__mobile-actions .header-booking {
	width: 100%;
	min-height: 46px;
}

.site-header__mobile-actions .header-phone,
.site-header__mobile-actions .header-cart,
.site-header__mobile-actions .header-langs {
	font-size: 15px;
}

.site-header__ticker {
	overflow: hidden;
	background: var(--kb-accent-dark);
}

.site-header__ticker-track {
	display: flex;
	align-items: center;
	gap: 32px;
	min-width: max-content;
	padding: 10px 24px;
	animation: kb-ticker 28s linear infinite;
}

.site-header__ticker-item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 11px;
	letter-spacing: 0.04em;
	color: #2d2825;
	text-transform: uppercase;
	white-space: nowrap;
}

.kb-running-ticker {
	position: sticky;
	top: var(--kb-sticky-header-offset, 88px);
	z-index: 24;
	overflow: hidden;
	background: var(--kb-accent-dark);
}

.kb-running-ticker__track {
	display: flex;
	align-items: center;
	gap: 32px;
	min-width: max-content;
	padding: 10px 24px;
	animation: kb-ticker 28s linear infinite;
}

.kb-running-ticker__item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 11px;
	letter-spacing: 0.04em;
	color: #2d2825;
	text-transform: uppercase;
	white-space: nowrap;
}

.kb-running-ticker__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 1;
}

.front-page {
	background: var(--kb-bg);
}

.hero {
	position: relative;
	min-height: 660px;
	background-color: var(--kb-dark);
	background-position: center;
	background-size: cover;
}

.hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.hero__video.is-visible {
	opacity: 1;
}

.hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 660px;
}

.hero__content {
	width: min(100%, 460px);
	text-align: center;
	color: var(--kb-white);
}

.hero__title {
	margin: 0 0 24px;
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 700;
	line-height: 1.02;
	text-transform: uppercase;
	text-shadow: 1px 0 0 var(--kb-dark), -1px 0 0 var(--kb-dark), 0 1px 0 var(--kb-dark), 0 -1px 0 var(--kb-dark);
}

.hero__text {
	max-width: 420px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	line-height: 1.45;
	text-shadow: 1px 0 0 var(--kb-dark), -1px 0 0 var(--kb-dark), 0 1px 0 var(--kb-dark), 0 -1px 0 var(--kb-dark);
}

.hero__text p,
.intro-section__text p,
.intro-section__quote p,
.faq-item__answer p {
	margin: 0;
}

.hero__actions {
	margin-top: 28px;
}

.hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 168px;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 6px;
	background: var(--kb-accent);
	color: #2b201a;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.class-cards__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.class-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 128px;
	padding: 16px 16px 14px;
	/*background-color: #47362c;*/
	background-position: center;
	background-size: cover;
	color: var(--kb-white);
}

.class-card::before {
	content: "";
	position: absolute;
	inset: 0;
	/*background: linear-gradient(180deg, rgba(16, 13, 12, 0.2), rgba(16, 13, 12, 0.68));*/
	pointer-events: none;
}

.class-card__title,
.class-card__text,
.class-card__label,
.class-card__arrow {
	position: relative;
	z-index: 1;
}

.class-card__title {
	max-width: calc(100% - 28px);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.class-card__text {
	margin-top: auto;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.class-card__label {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.9);
}

.class-card__arrow {
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 24px;
	line-height: 1;
}

.kb-home-class-card-editor {
	position: relative;
	z-index: 2;
	margin-top: 12px;
	padding: 10px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	color: #1f1d1b;
}

.intro-section {
	padding: 82px 0 54px;
}

.intro-section__inner {
	display: grid;
	gap: 34px;
}

.intro-section__top {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) auto minmax(450px, 0.95fr);
	gap: 28px;
	align-items: center;
}

.intro-section__body {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.92fr);
	gap: 42px 60px;
	align-items: start;
}

.intro-section__title {
	margin: 0;
	font-size: clamp(30px, 2.7vw, 46px);
	line-height: 1.04;
	text-transform: uppercase;
}

.intro-section__text {
	max-width: 620px;
	font-size: 16px;
	line-height: 1.52;
	color: #352f2b;
}

.intro-section__leaves {
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro-section__leaves img {
	display: block;
	width: min(320px, 100%);
	height: auto;
}

.intro-section__quote {
	max-width: 520px;
	justify-self: end;
	text-align: right;
	font-size: 16px;
	line-height: 1.4;
	color: #403833;
}

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

.intro-section__gallery-item {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: var(--kb-shadow);
}

.intro-section__gallery-item img {
	width: 100%;
	aspect-ratio: 1.35 / 0.82;
	object-fit: cover;
	transition: transform 0.28s ease, filter 0.28s ease;
}

.intro-section__gallery-item:hover img,
.showcase__side:hover img,
.showcase__main:hover img {
	transform: scale(1.03);
	filter: brightness(1.04);
}

.showcase {
	padding: 18px 0 58px;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.showcase > .container {
	width: 100%;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.showcase__slider {
	--showcase-main-width: min(50vw, 640px);
	--showcase-main-height: calc(var(--showcase-main-width) / 1.46);
	--showcase-side-width: 320px;
	--showcase-side-overflow: 92px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow-x: hidden;
}

.showcase__stage {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: var(--showcase-main-height);
	overflow: visible;
}

.showcase__side,
.showcase__main {
	overflow: hidden;
	border-radius: 12px;
}

.showcase__side[aria-disabled="true"],
.showcase__main[aria-disabled="true"] {
	cursor: default;
}

.showcase__side {
	position: absolute;
	top: 50%;
	width: var(--showcase-side-width);
	aspect-ratio: 1.46 / 1;
	transform: translateY(-50%);
}

.showcase__side img,
.showcase__main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.28s ease, filter 0.28s ease, opacity 0.18s ease;
}

.showcase__side img.is-changing,
.showcase__main img.is-changing {
	opacity: 0.35;
}

.showcase__side img {
	opacity: 0.52;
	filter: saturate(0.8);
}

.showcase__side--left {
	left: calc(var(--showcase-side-overflow) * -1);
}

.showcase__side--right {
	right: calc(var(--showcase-side-overflow) * -1);
}

.showcase__main {
	position: relative;
	z-index: 2;
	width: var(--showcase-main-width);
	max-width: var(--showcase-main-width);
}

.showcase__main img {
	aspect-ratio: 1.46 / 1;
}

.showcase__nav {
	position: absolute;
	top: calc(var(--showcase-main-height) / 2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: transparent url("../images/gallery-nav-arrow.png") center / contain no-repeat;
	color: transparent;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	box-shadow: none;
	z-index: 5;
	pointer-events: auto;
	transform: translateY(-50%);
}

.showcase__nav::before {
	content: none;
}

.showcase__nav--prev {
	transform: translateY(-50%) rotate(180deg);
}

.showcase__nav--prev {
	left: calc(50% - (var(--showcase-main-width) / 2) - 98px);
}

.showcase__nav--next {
	right: calc(50% - (var(--showcase-main-width) / 2) - 98px);
}

.showcase__caption {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 0.75rem;
	width: min(100%, var(--showcase-caption-width, 760px));
	max-width: 100%;
	margin: 1rem auto 0;
	transform: translateX(var(--showcase-caption-offset, 0px));
	overflow: visible;
}

.showcase__caption-line {
	position: relative;
	height: 1px;
	width: 100%;
	background: none;
	min-width: 0;
	margin-left: -180px;
	width: calc(100% + 180px);
}

.showcase__caption-line::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	border-top: 1.5px solid rgba(0,0,0,0);
	border-right: 1.5px solid rgba(0,0,0,0);
	transform: translateY(-50%) rotate(45deg);
	transform-origin: center;
}

.showcase__caption::after {
	content: "";
	height: 1px;
	background: transparent;
}

.showcase__caption-text {
	display: grid;
	gap: 4px;
	padding-top: 15px;
	min-width: 340px;
	text-align: center;
}

.showcase__caption-title {
	font-size: clamp(1.2rem, 1.02rem + 0.22vw, 1.5rem);
	font-weight: 600;
	line-height: 1.2;
}

.showcase__caption-link {
	color: inherit;
	text-decoration: none;
}

.showcase__caption-link:hover,
.showcase__caption-link:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.showcase__caption-link[aria-disabled="true"] {
	pointer-events: none;
}

.showcase__caption-count {
	font-size: 0.9rem;
	color: rgba(42, 38, 39, 0.9);
	line-height: 1.2;
}

.faq-section {
	padding: 0 0 88px;
}

.faq-section__inner {
	width: min(100%, 960px);
}

.faq-section__title {
	margin: 0 0 36px;
	text-align: center;
	font-size: clamp(28px, 2.7vw, 42px);
	line-height: 1.04;
	text-transform: uppercase;
}

.faq-list {
	display: grid;
	gap: 10px;
}

.faq-item {
	border: 1px solid rgba(29, 26, 24, 0.34);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.18);
}

.faq-item__summary {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 18px;
	cursor: pointer;
	list-style: none;
}

.faq-item__summary::-webkit-details-marker {
	display: none;
}

.faq-item__icon {
	position: relative;
	content: "+";
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	padding: 6px;
	border-radius: 4px;
	border: 1px solid black;
}

.faq-item__icon::after {
	content: "+";
	position: absolute;
	left: 0; top: 0;
}


.faq-item__icon::after {
	top: -4px;
	left: 2px;
}

.faq-item[open] .faq-item__icon::after {
	content: "-";
	top: -6px;
	left: 4px;
}

.faq-item__question {
	font-size: 16px;
	font-weight: 700;
}

.faq-item__answer {
	padding: 0 18px 18px 34px;
	font-size: 15px;
	color: #3d3733;
}

.floating-actions {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 40;
	display: grid;
	gap: 12px;
}

.floating-actions__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(221, 230, 233, 0.94);
	color: #2f2b29;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
	font-size: 18px;
}

.floating-actions__button--phone img {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.site-footer {
	position: relative;
	overflow: hidden;
	padding: 58px 0 72px;
	background: #202020;
	color: var(--kb-white);
}

.site-footer__inner,
.site-footer__bottom {
	position: relative;
	z-index: 1;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 4fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 40px 56px;
	align-items: start;
}

.footer-column {
	min-width: 0;
}

.footer-side {
	display: grid;
	align-items: start;
}

.footer-side--left {
	grid-column: span 2;
	justify-items: start;
}

.footer-side--right {
	display: grid;
	grid-column: span 2;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px 54px;
	justify-content: stretch;
}

.footer-heading {
	margin: 0 0 28px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

.footer-nav a,
.footer-contact-item {
	font-size: 16px;
	line-height: 1.22;
}

.footer-nav {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	column-count: 2;
	column-gap: 88px;
}

.footer-nav li {
	break-inside: avoid;
	margin: 0 0 20px;
}

.footer-column--brand {
	display: grid;
	justify-items: center;
	text-align: center;
	align-content: center;
	grid-column: 3;
	justify-self: stretch;
	width: 100%;
	padding-top: 0;
	align-self: center;
}

.footer-branding {
	display: grid;
	justify-items: center;
}

.footer-branding__logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 108px;
	object-fit: contain;
}

.site-footer__bottom {
	margin-top: 24px;
	text-align: center;
	color: rgba(255, 255, 255, 0.48);
	font-size: 15px;
	line-height: 1.22;
}

.site-footer__bottom p {
	margin: 0;
}

.footer-legal {
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.42);
	font-size: 10px;
	line-height: 1.4;
}

.footer-contact-list {
	display: grid;
	gap: 16px;
}

.footer-contact-item {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	max-width: 100%;
}

.footer-contact-item__icon {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
}

.footer-restaurant-mark {
	display: none;
}

.footer-column--menu {
	width: 100%;
}

.site-foote li, .site-foote div, .site-foote p{
	font-size: 5px;
}


@keyframes kb-ticker {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-25%);
	}
}

@media (min-width: 1181px) {
	.site-nav .menu a,
	.header-booking,
	.header-phone,
	.header-langs,
	.footer-heading,
	.footer-nav a,
	.footer-contact-item,
	.site-footer__bottom {
		font-size: 14px;
	}

	.site-footer__inner {
		grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.3fr) minmax(0, 2.8fr) minmax(0, 1.3fr) minmax(0, 1.3fr);
	}

	.footer-side--left {
		width: 100%;
		max-width: 430px;
		justify-self: start;
	}

	.footer-side--right {
		width: 100%;
		max-width: 430px;
		justify-self: end;
		gap: 32px 40px;
	}
}

@media (max-width: 1180px) {
	.site-header__topbar-inner {
		grid-template-columns: auto 1fr auto;
	}

	.site-nav .menu {
		gap: 20px;
	}

	.site-header__actions {
		gap: 16px;
	}

	.class-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.intro-section__inner {
		gap: 28px;
	}

	.intro-section__top,
	.intro-section__body {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__inner {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 32px;
	}

	.footer-side--right {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.showcase__nav--prev {
		left: calc(50% - (var(--showcase-main-width) / 2) - 78px);
	}

	.showcase__nav--next {
		right: calc(50% - (var(--showcase-main-width) / 2) - 78px);
	}
}

@media (max-width: 920px) {
	.container {
		width: min(calc(100% - 32px), var(--kb-width));
	}

	.site-header__toggle {
		display: inline-flex;
	}

	.site-header__topbar-inner {
		grid-template-columns: 36px 1fr auto;
		min-height: 74px;
		gap: 12px;
	}

	.site-nav {
		display: none;
	}

	.site-branding {
		justify-self: center;
	}

	.site-logo img {
		max-height: 44px;
	}

	.site-header__mobile-quick {
		display: none;
	}

	.site-header__mobile-booking {
		display: inline-flex;
	}

	.kb-running-ticker {
		top: var(--kb-sticky-header-offset, 72px);
	}

	.site-header__actions {
		display: none;
	}

	.site-header__mobile-panel[hidden] {
		display: none;
	}

	.site-header__mobile-panel:not([hidden]) {
		position: fixed;
		inset: 0;
		display: grid;
		align-items: stretch;
		overflow: hidden;
	}

	.site-nav--mobile {
		display: block;
	}

	.hero {
		min-height: 520px;
	}

	.hero__inner {
		min-height: 520px;
	}

	.intro-section {
		padding-top: 64px;
	}

	.intro-section__top,
	.intro-section__body,
	.showcase__stage {
		grid-template-columns: 1fr;
	}

	.intro-section__quote {
		justify-self: start;
		max-width: 100%;
	}

	.intro-section__leaves {
		justify-content: flex-start;
	}

	.showcase__stage {
		--showcase-main-width: 364px;
		--showcase-main-height: calc(var(--showcase-main-width) / 1.43);
		--showcase-side-width: 118px;
		min-height: var(--showcase-main-height);
		overflow: hidden;
	}

	.showcase__slider {
		--showcase-main-width: 364px;
		--showcase-main-height: calc(var(--showcase-main-width) / 1.43);
		--showcase-side-width: 118px;
	}

	.showcase__side {
		display: block;
		width: var(--showcase-side-width);
		aspect-ratio: 1.43 / 1;
		height: calc(var(--showcase-main-height) - 15px);
	}

	.showcase__side--left {
		left: -56px;
	}

	.showcase__side--right {
		right: -56px;
	}

	.showcase__side img {
		opacity: 0.38;
	}

	.showcase__main img {
		aspect-ratio: 1.43 / 1;
	}

	.showcase__nav {
		display: none;
	}

	.showcase__caption {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 0.8rem;
		max-width: 430px;
	}

	.showcase__caption-text {
		min-width: 0;
		max-width: 100%;
		text-align: center;
	}

	.showcase__caption-line,
	.showcase__caption::after {
		display: none;
	}
}

@media (max-width: 640px) {
	.site-header {
		position: sticky;
		top: 0;
		z-index: 50;
	}

	.site-header__mobile-drawer {
		width: min(100vw, 320px);
		padding: 16px 14px 24px;
	}

	.site-header__topbar-inner {
		min-height: 68px;
		grid-template-columns: 32px 1fr auto;
		gap: 10px;
	}

	.site-logo img {
		max-height: 34px;
	}

	.site-header__mobile-booking {
		min-height: 36px;
		padding: 0 12px;
		font-size: 11px;
		border-radius: 7px;
	}

	.site-header .site-logo,
	.site-header .custom-logo-link,
	.site-header .custom-logo {
		opacity: 1;
		visibility: visible;
	}

	.site-header .site-logo {
		position: relative;
		z-index: 2;
		width: auto;
		max-width: 96px;
	}

	.site-header .custom-logo-link {
		width: auto;
		max-width: 100%;
	}

	.site-header .custom-logo {
		display: block;
		width: auto;
		max-width: 100%;
		height: auto;
		object-fit: contain;
	}

	.site-header__mobile-branding .site-logo img {
		max-height: 40px;
	}

	.site-nav--mobile .menu a {
		font-size: 16px;
	}

	.site-nav--mobile .menu .sub-menu a {
		font-size: 13px;
	}

	.site-header__ticker-track {
		gap: 20px;
		padding: 9px 16px;
	}

	.site-header__ticker-item {
		font-size: 10px;
	}

	.kb-running-ticker__track {
		gap: 20px;
		padding: 9px 16px;
	}

	.kb-running-ticker__item {
		gap: 10px;
		font-size: 10px;
	}

	.hero {
		min-height: 360px;
	}

	.hero__inner {
		min-height: 360px;
	}

	.hero__title {
		font-size: 24px;
	}

	.hero__text {
		font-size: 13px;
	}

	.class-cards__grid {
		grid-template-columns: 1fr;
	}

	.class-card {
		min-height: 110px;
		padding: 14px 14px 12px;
	}

	.class-card__title {
		font-size: 13px;
	}

	.class-card__text {
		font-size: 11px;
	}

	.class-card__label {
		font-size: 10px;
	}

	.intro-section {
		padding: 34px 0 50px;
		overflow: hidden;
	}

	.intro-section__inner {
		gap: 0;
	}

	.intro-section__top,
	.intro-section__body {
		display: block;
	}

	.intro-section__top {
		position: relative;
		padding-right: 0;
	}

	.intro-section__top::after {
		position: absolute;
		top: -22px;
		right: 0;
		z-index: 0;
		width: 108px;
		height: 120px;
		background-image:
			url("../images/intro-mobile-leaves-right.svg"),
			url("../images/intro-mobile-leaves-left.svg");
		background-repeat: no-repeat;
		background-position: right top, left 6px;
		background-size: 58px 72px, 42px 42px;
		content: "";
		pointer-events: none;
	}

	.intro-section__title {
		position: relative;
		z-index: 1;
		max-width: 316px;
		font-size: 34px;
		line-height: 1.08;
		letter-spacing: -0.02em;
	}

	.faq-section__title {
		font-size: 25px;
	}

	.intro-section__quote {
		position: relative;
		z-index: 1;
		margin-top: 26px;
		max-width: none;
		font-size: 17px;
		font-weight: 700;
		line-height: 1.28;
		text-align: left;
	}

	.intro-section__body {
		margin-top: 17px;
	}

	.intro-section__text {
		max-width: none;
		font-size: 17px;
		line-height: 1.28;
		text-align: left;
	}

	.intro-section__leaves {
		justify-content: center;
		display: none;
	}

	.intro-section__leaves img {
		width: min(180px, 100%);
	}

	.intro-section__gallery {
		position: relative;
		display: block;
		min-height: 0;
		margin-top: 40px;
		padding: 0 0 70px;
		overflow: visible;
	}

	.intro-section__gallery::before {
		position: absolute;
		top: -7px;
		right: -6px;
		z-index: 3;
		display: block;
		width: 108px;
		height: 86px;
		background-repeat: no-repeat;
		background-position: right top, left 30px;
		background-size: 58px 66px, 52px 48px;
		background-image:
			url("../images/intro-mobile-leaves-right.svg"),
			url("../images/intro-mobile-leaves-left.svg");
		content: "";
		pointer-events: none;
	}

	.intro-section__gallery::after {
		position: absolute;
		left: 1px;
		bottom: 40px;
		z-index: 3;
		width: 88px;
		height: 88px;
		background-image:
			url("../images/intro-mobile-leaves-left.svg"),
			url("../images/intro-mobile-leaves-right.svg"),
			url("../images/intro-mobile-leaves-left.svg");
		background-repeat: no-repeat;
		background-position: left 30px, right top, 28px 58px;
		background-size: 50px 50px, 56px 66px, 36px 36px;
		content: "";
		pointer-events: none;
	}

	.intro-section__gallery-item {
		position: relative;
		z-index: 1;
		width: 72%;
		border-radius: 10px;
		box-shadow: none;
	}

	.intro-section__gallery-item + .intro-section__gallery-item {
		z-index: 2;
		width: 73%;
		margin-top: 20px;
		margin-left: 27%;
	}

	.intro-section__gallery-item img {
		aspect-ratio: 2.12 / 1;
		border-radius: inherit;
	}

	.showcase {
		padding: 8px 0 38px;
	}

	.showcase__slider {
		padding: 0;
	}

	.showcase__stage {
		--showcase-main-width: min(100vw - 110px, 364px);
		--showcase-main-height: calc(var(--showcase-main-width) / 1.43);
		--showcase-side-width: 112px;
		min-height: var(--showcase-main-height);
	}

	.showcase__slider {
		--showcase-main-width: min(100vw - 110px, 364px);
		--showcase-main-height: calc(var(--showcase-main-width) / 1.43);
		--showcase-side-width: 112px;
	}

	.showcase__main {
		width: var(--showcase-main-width);
		max-width: var(--showcase-main-width);
	}

	.showcase__side {
		width: var(--showcase-side-width);
		aspect-ratio: 1.43 / 1;
		height: calc(var(--showcase-main-height) - 15px);
	}

	.showcase__side--left {
		left: -70px;
	}

	.showcase__side--right {
		right: -70px;
	}

	.showcase__main,
	.showcase__side {
		border-radius: 12px;
	}

	.showcase__caption {
		width: 100%;
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 0.52rem;
		transform: none;
	}

	.showcase__caption-title {
		font-size: 18px;
		line-height: 1.16;
	}

	.showcase__caption-count {
		font-size: 14px;
	}

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

	.faq-section {
		padding-bottom: 64px;
	}

	.faq-item__summary {
		padding: 14px 14px 14px 16px;
		gap: 12px;
	}

	.faq-item__question,
	.faq-item__answer {
		font-size: 14px;
	}

	.faq-item__answer {
		padding: 0 14px 16px 28px;
	}

	.floating-actions {
		right: 14px;
		bottom: 14px;
	}

	.floating-actions__button {
		width: 42px;
		height: 42px;
	}

	.site-footer {
		padding: 5px 0 5px;
	}

	.site-footer__inner {
		width: 90%;
		/*max-width: 286px;*/
		margin: 0 auto;
		grid-template-columns: 150px minmax(0, 1fr);
		grid-template-areas:
			"brand contacts"
			"menu menu"
			"restaurant restaurant"
			"bottom bottom"
			"legal legal";
		gap: 20px 18px;
		align-items: start;
	}

	.footer-side--left,
	.footer-side--right {
		display: contents;
	}

	.footer-column--brand {
		display: contents;
	}

	.footer-branding {
		grid-area: brand;
		justify-items: start;
		align-self: start;
		justify-self: start;
		padding-top: 4px;
	}

	.footer-branding__logo,
	.footer-branding__logo .custom-logo-link,
	.footer-branding__logo .custom-logo {
		opacity: 1;
		visibility: visible;
	}

	.footer-branding__logo {
		justify-content: flex-start;
		width: auto;
		max-width: 92px;
	}

	.footer-branding__logo img {
		max-height: 60px;
	}

	.footer-column--contacts {
		grid-area: contacts;
		padding-left: 0;
		align-self: start;
		justify-self: stretch;
		padding-top: 2px;
	}

	.footer-column--menu {
		grid-area: menu;
		justify-self: stretch;
		margin-top: 2px;
	}

	.footer-column--restaurant {
		grid-area: restaurant;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 6px 16px;
		align-items: end;
		margin-top: 10px;
	}

	.footer-heading {
		font-size: 15px;
		margin-bottom: 14px;
		text-transform: uppercase;
	}

	.footer-column--contacts .footer-heading {
		display: none;
	}

	.footer-nav {
		column-count: 1;
	}

	.footer-nav a,
	.footer-contact-item {
		font-size: 13px;
		line-height: 1.24;
	}

	.footer-nav li {
		margin-bottom: 11px;
	}

	.footer-contact-list {
		gap: 7px;
	}

	.footer-contact-item {
		gap: 9px;
		align-items: center;
	}

	.footer-contact-item__icon {
		width: 14px;
		height: 14px;
	}

	.footer-column--restaurant .footer-heading {
		display: none;
	}

	.footer-restaurant-mark {
		display: grid;
		align-content: end;
		justify-items: end;
		text-align: right;
	}

	.footer-restaurant-mark__image {
		display: block;
		width: 122px;
		height: auto;
	}

	.footer-restaurant-mark__title {
		display: none;
		font-size: 30px;
		line-height: 0.94;
		letter-spacing: 0.12em;
		color: #b58f71;
		text-transform: uppercase;
	}

	.footer-restaurant-mark__subtitle {
		display: none;
		margin-top: 6px;
		font-size: 8px;
		letter-spacing: 0.24em;
		color: #b58f71;
		text-transform: uppercase;
	}

	.site-footer__bottom {
		grid-area: bottom;
		max-width: 228px;
		justify-self: center;
		margin-top: 14px;
		font-size: 9px;
		line-height: 1.22;
		text-align: center;
	}

	.footer-legal {
		grid-area: legal;
		max-width: 244px;
		justify-self: center;
		margin-top: 6px;
		font-size: 6px;
		line-height: 1.3;
		text-align: center;
	}
}
/*.container h1:first-of-type::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;         !* Starts exactly at the left edge *!*/
/*	width: 100%;       !* Initially hidden *!*/
/*	height: 20%;*/
/*	background-color: #202020; !* Your sliding color *!*/
/*	transition: width 0.4s ease;*/
/*	z-index: -9999;     !* Sits safely behind the button text *!*/
/*}*/


/*.menu-item{*/
/*	.sub-menu {*/
/*		height: 0;*/
/*		overflow: hidden;*/
/*	}*/
/*}*/

.sub-menu{
	position: absolute;
	z-index: 9999;
	display: none;
	background: var(--kb-dark);
	padding: 10px;
	list-style: none;
}

.menu-item:hover > .sub-menu {
	display: block;
}

.post-50 > h1:first-child {
	display: none;
}

.post-50,
.post-50 .wp-block-group__inner-container,
.post-50 .wp-block-columns,
.post-50 .wp-block-column {
	max-width: none;
}

.kb-gb-class-page {
	--bg: #e9ddd5;
	--dark: #222120;
	--dark-2: #2b2928;
	--accent: #e7b497;
	--accent-soft: #f2ddd0;
	--text: #181614;
	--muted: #6e645d;
	--border: rgba(24, 22, 20, 0.16);
	--content: 1260px;
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: Arial, Helvetica, sans-serif;
}

.kb-gb-class-page *,
.kb-gb-class-page *::before,
.kb-gb-class-page *::after {
	box-sizing: border-box;
}

.kb-gb-class-page p,
.kb-gb-class-page h1,
.kb-gb-class-page h2,
.kb-gb-class-page h3 {
	margin-top: 0;
}

.kb-gb-class-page img {
	border-radius: 8px;
}

.kb-gb-class-page__hero,
.kb-gb-class-page__ticker,
.kb-gb-class-page__cards,
.kb-gb-class-page__about,
.kb-gb-class-page__aroma,
.kb-gb-class-page__gallery-wrap,
.kb-gb-class-page__tabbar,
.kb-gb-class-page__price-section,
.kb-gb-class-page__restaurant {
	padding-left: max(24px, calc((100vw - var(--content)) / 2));
	padding-right: max(24px, calc((100vw - var(--content)) / 2));
}

.kb-gb-class-page__hero {
	margin: 0;
	padding-top: 72px;
	background: var(--dark);
	color: #fff;
}

.kb-gb-class-page__hero-inner {
	min-height: 430px;
	display: grid;
	place-items: center;
	padding: 68px 0 86px;
	text-align: center;
}

.kb-gb-class-page__hero-title {
	margin-bottom: 10px;
	font-size: clamp(30px, 3vw, 48px);
	line-height: 1.04;
	font-weight: 700;
	text-transform: uppercase;
}

.kb-gb-class-page__hero-meta {
	margin-bottom: 18px;
	font-size: 16px;
	opacity: 0.82;
}

.kb-gb-class-page__hero-text {
	max-width: 470px;
	margin: 0 auto;
	padding: 16px 18px;
	border: 1px solid rgba(255,255,255,0.28);
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.55;
}

.kb-gb-class-page__ticker {
	display: flex;
	flex-wrap: nowrap;
	gap: 22px;
	overflow: hidden;
	padding-top: 9px;
	padding-bottom: 9px;
	background: var(--accent);
	color: #32231d;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.kb-gb-class-page__ticker p {
	margin: 0;
	white-space: nowrap;
}

.kb-gb-class-page__ticker p::before {
	content: "✦";
	margin-right: 8px;
}

.kb-gb-class-page__cards {
	padding-top: 24px;
	padding-bottom: 34px;
}

.kb-gb-class-page__cards > .wp-block-columns {
	gap: 14px;
}

.kb-gb-class-page__card {
	position: relative;
	height: 100%;
	min-height: 142px;
	padding: 16px 16px 14px;
	border-radius: 6px;
	background: var(--dark-2);
	color: #fff;
	overflow: hidden;
}

.kb-gb-class-page__card::before,
.kb-gb-class-page__card::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(240, 191, 95, 0.92);
	border-radius: 40px 40px 0 40px;
	opacity: 0.8;
}

.kb-gb-class-page__card::before {
	right: 16px;
	top: 16px;
	width: 22px;
	height: 34px;
	transform: rotate(18deg);
}

.kb-gb-class-page__card::after {
	right: 38px;
	top: 22px;
	width: 12px;
	height: 20px;
	transform: rotate(-16deg);
}

.kb-gb-class-page__card-title {
	max-width: 190px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.05;
	text-transform: uppercase;
}

.kb-gb-class-page__card-label,
.kb-gb-class-page__card-text {
	max-width: 190px;
	margin-bottom: 0;
}

.kb-gb-class-page__card-label {
	font-size: 13px;
	color: rgba(255,255,255,0.7);
}

.kb-gb-class-page__card-text {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.42;
}

.kb-gb-class-page__card .wp-block-button {
	margin-top: 12px;
}

.kb-gb-class-page__button .wp-block-button__link,
.kb-gb-class-page__card .wp-block-button__link {
	min-height: 38px;
	padding: 10px 16px;
	border-radius: 6px;
	background: var(--accent-soft);
	color: #261d18;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.kb-gb-class-page__about,
.kb-gb-class-page__aroma,
.kb-gb-class-page__restaurant {
	padding-top: 38px;
	padding-bottom: 38px;
}

.kb-gb-class-page__about > .wp-block-columns,
.kb-gb-class-page__aroma > .wp-block-columns,
.kb-gb-class-page__restaurant > .wp-block-columns {
	gap: 42px;
	align-items: center;
}

.kb-gb-class-page__title {
	margin-bottom: 16px;
	font-size: clamp(26px, 2.2vw, 36px);
	line-height: 1.03;
	font-weight: 700;
	text-transform: uppercase;
}

.kb-gb-class-page__text,
.kb-gb-class-page__about p,
.kb-gb-class-page__aroma p,
.kb-gb-class-page__restaurant p {
	font-size: 15px;
	line-height: 1.58;
}

.kb-gb-class-page__about-gallery > .wp-block-columns {
	gap: 14px;
}

.kb-gb-class-page__eyebrow {
	margin-bottom: 10px;
	font-size: 13px;
	color: var(--muted);
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.kb-gb-class-page__sub {
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 1.08;
	font-weight: 700;
	text-transform: uppercase;
}

.kb-gb-class-page__sub-meta {
	margin-bottom: 8px;
	font-size: 12px;
	color: var(--muted);
	text-transform: uppercase;
}

.kb-gb-class-page__aroma-aside {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-top: 66px;
}

.kb-gb-class-page__aroma-leaf {
	margin-bottom: 16px;
	font-size: 28px;
	color: #b99674;
}

.kb-gb-class-page__gallery-wrap {
	padding-top: 10px;
	padding-bottom: 18px;
}

.kb-gb-class-page__gallery > .wp-block-columns {
	gap: 24px;
	align-items: center;
}

.kb-gb-class-page__gallery-side img {
	height: 246px;
	object-fit: cover;
	opacity: 0.45;
}

.kb-gb-class-page__gallery-main img {
	height: 430px;
	object-fit: cover;
}

.kb-gb-class-page__gallery-caption {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 500px;
	margin: 12px auto 0;
}

.kb-gb-class-page__gallery-line {
	flex: 1 1 auto;
	height: 1px;
	background: #26211f;
}

.kb-gb-class-page__gallery-copy {
	text-align: center;
}

.kb-gb-class-page__gallery-title {
	font-size: 16px;
}

.kb-gb-class-page__gallery-count {
	font-size: 12px;
	color: var(--muted);
}

.kb-gb-class-page__tabbar {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #211f1f;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.kb-gb-class-page__tabbar .wp-block-button__link {
	padding: 0;
	background: transparent;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.kb-gb-class-page__price-section {
	padding-top: 34px;
	padding-bottom: 46px;
}

.kb-gb-class-page__price-section--light {
	background: #efe5de;
}

.kb-gb-class-page__price-section--dark {
	background: #26211f;
	color: #fff;
}

.kb-gb-class-page__price-section > .wp-block-columns {
	gap: 24px 44px;
}

.kb-gb-class-page__price-item {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 9px 0 11px;
	border-bottom: 1px solid var(--border);
}

.kb-gb-class-page__price-section--dark .kb-gb-class-page__price-item {
	border-bottom-color: rgba(255,255,255,0.12);
}

.kb-gb-class-page__price-name {
	font-size: 15px;
	line-height: 1.3;
}

.kb-gb-class-page__price-meta {
	margin-top: 4px;
	font-size: 11px;
	color: var(--muted);
	text-transform: uppercase;
}

.kb-gb-class-page__price-section--dark .kb-gb-class-page__price-meta {
	color: rgba(255,255,255,0.58);
}

.kb-gb-class-page__price-value {
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
}

.kb-gb-class-page__restaurant-gallery > .wp-block-columns {
	gap: 12px;
}

.kb-gb-class-page__restaurant-stack {
	display: grid;
	gap: 12px;
}

.kb-gb-class-page__restaurant-stack img,
.kb-gb-class-page__restaurant-main img {
	width: 100%;
	aspect-ratio: 1 / 0.88;
	object-fit: cover;
}

.kb-gb-class-page__button--dark .wp-block-button__link {
	background: #2a2827;
	color: #fff;
}

@media (max-width: 1100px) {
	.kb-gb-class-page__cards > .wp-block-columns,
	.kb-gb-class-page__about > .wp-block-columns,
	.kb-gb-class-page__aroma > .wp-block-columns,
	.kb-gb-class-page__restaurant > .wp-block-columns,
	.kb-gb-class-page__gallery > .wp-block-columns,
	.kb-gb-class-page__price-section > .wp-block-columns,
	.kb-gb-class-page__about-gallery > .wp-block-columns,
	.kb-gb-class-page__restaurant-gallery > .wp-block-columns {
		flex-direction: column;
	}

	.kb-gb-class-page__gallery-side img {
		height: 200px;
		opacity: 1;
	}

	.kb-gb-class-page__gallery-main img {
		height: 340px;
	}
}

@media (max-width: 767px) {
	.kb-gb-class-page__hero,
	.kb-gb-class-page__ticker,
	.kb-gb-class-page__cards,
	.kb-gb-class-page__about,
	.kb-gb-class-page__aroma,
	.kb-gb-class-page__gallery-wrap,
	.kb-gb-class-page__tabbar,
	.kb-gb-class-page__price-section,
	.kb-gb-class-page__restaurant {
		padding-left: 14px;
		padding-right: 14px;
	}

	.kb-gb-class-page__hero {
		padding-top: 18px;
	}

	.kb-gb-class-page__hero-inner {
		min-height: 0;
		padding: 28px 0 36px;
	}

	.kb-gb-class-page__hero-title {
		font-size: 26px;
	}

	.kb-gb-class-page__hero-meta {
		font-size: 13px;
	}

	.kb-gb-class-page__hero-text {
		font-size: 12px;
		padding: 12px 12px;
	}

	.kb-gb-class-page__ticker {
		gap: 16px;
		font-size: 8px;
	}

	.kb-gb-class-page__cards > .wp-block-columns,
	.kb-gb-class-page__about-gallery > .wp-block-columns {
		flex-direction: column;
	}

	.kb-gb-class-page__title {
		font-size: 24px;
	}

	.kb-gb-class-page__card {
		min-height: 132px;
	}

	.kb-gb-class-page__text,
	.kb-gb-class-page__about p,
	.kb-gb-class-page__aroma p,
	.kb-gb-class-page__restaurant p,
	.kb-gb-class-page__price-name,
	.kb-gb-class-page__price-value {
		font-size: 14px;
	}

	.kb-gb-class-page__gallery-main img {
		height: 264px;
	}

	.kb-gb-class-page__gallery-side img {
		height: 138px;
	}

	.kb-gb-class-page__tabbar {
		gap: 10px 14px;
		font-size: 8px;
	}
}

.post-35 > h1:first-child {
	display: none;
}

.post-35,
.post-35 .wp-block-group__inner-container,
.post-35 .wp-block-columns,
.post-35 .wp-block-column {
	max-width: none;
}

.kb-gb-contacts-page {
	--contacts-bg: #232222;
	--contacts-accent: #efd5c8;
	--contacts-text: #ffffff;
	--contacts-muted: rgba(255, 255, 255, 0.72);
	--contacts-width: 1260px;
	background: var(--contacts-bg);
	color: var(--contacts-text);
	font-family: Arial, Helvetica, sans-serif;
}

.kb-gb-contacts-page *,
.kb-gb-contacts-page *::before,
.kb-gb-contacts-page *::after {
	box-sizing: border-box;
}

.kb-gb-contacts-page__hero,
.kb-gb-contacts-page__info {
	padding-left: max(24px, calc((100vw - var(--contacts-width)) / 2));
	padding-right: max(24px, calc((100vw - var(--contacts-width)) / 2));
}

.kb-gb-contacts-page__hero {
	padding-top: 56px;
	padding-bottom: 52px;
	background: var(--contacts-bg);
	text-align: center;
}

.kb-gb-contacts-page__logo {
	margin-bottom: 26px;
}

.kb-gb-contacts-page__logo img {
	width: auto;
	max-width: 168px;
	margin: 0 auto;
}

.kb-gb-contacts-page__title {
	margin: 0;
	font-size: clamp(34px, 3.2vw, 56px);
	line-height: 1.02;
	font-weight: 700;
	text-transform: uppercase;
}

.kb-gb-contacts-page__map {
	position: relative;
	display: block;
	padding-bottom: 0;
	background: var(--contacts-bg);
}

.kb-gb-contacts-page__map-frame {
	position: relative;
	min-height: 660px;
	background: #d7d2cb;
	overflow: hidden;
}

.kb-gb-contacts-page__map-frame iframe {
	display: block;
	width: 100%;
	height: 660px;
	border: 0;
	filter: grayscale(0.05);
}

.kb-gb-contacts-page__info {
	position: absolute;
	right: max(24px, calc((100vw - var(--contacts-width)) / 2) + 28px);
	top: 56px;
	width: min(100%, 470px);
	padding: 26px 24px 24px;
	border-radius: 14px;
	background: rgba(28, 28, 28, 0.96);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.kb-gb-contacts-page__lead,
.kb-gb-contacts-page__note,
.kb-gb-contacts-page__feedback {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.45;
}

.kb-gb-contacts-page__lead a,
.kb-gb-contacts-page__feedback a {
	color: inherit;
	text-decoration: underline;
}

.kb-gb-contacts-page__section-title {
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 700;
}

.kb-gb-contacts-page__schedule {
	display: grid;
	gap: 12px;
	margin-bottom: 28px;
}

.kb-gb-contacts-page__schedule-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px 24px;
}

.kb-gb-contacts-page__schedule-item p {
	margin: 0;
}

.kb-gb-contacts-page__schedule-name {
	font-size: 15px;
}

.kb-gb-contacts-page__schedule-phone {
	font-size: 13px;
	color: var(--contacts-muted);
}

.kb-gb-contacts-page__schedule-time {
	align-self: center;
	text-align: right;
	font-size: 16px;
	line-height: 1.25;
}

.kb-gb-contacts-page__social {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 2px 0 22px;
	font-size: 15px;
	font-weight: 700;
}

.kb-gb-contacts-page__social::before {
	content: "";
	width: 26px;
	height: 26px;
	background: url("../images/icon-vk.svg") center/contain no-repeat;
	flex: 0 0 26px;
}

@media (max-width: 1024px) {
	.kb-gb-contacts-page__map {
		display: flex;
		flex-direction: column;
	}

	.kb-gb-contacts-page__map-frame {
		min-height: 560px;
		order: 2;
	}

	.kb-gb-contacts-page__map-frame iframe {
		height: 560px;
	}

	.kb-gb-contacts-page__info {
		position: static;
		order: 1;
		width: 100%;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
	}
}

@media (max-width: 767px) {
	.kb-gb-contacts-page__hero {
		padding: 24px 14px 34px;
	}

	.kb-gb-contacts-page__hero,
	.kb-gb-contacts-page__info {
		padding-left: 14px;
		padding-right: 14px;
	}

	.kb-gb-contacts-page__logo img {
		max-width: 108px;
	}

	.kb-gb-contacts-page__title {
		font-size: 26px;
	}

	.kb-gb-contacts-page__map-frame {
		min-height: 570px;
	}

	.kb-gb-contacts-page__map-frame iframe {
		height: 570px;
	}

	.kb-gb-contacts-page__info {
		padding-top: 26px;
		padding-bottom: 30px;
	}

	.kb-gb-contacts-page__lead,
	.kb-gb-contacts-page__note,
	.kb-gb-contacts-page__feedback,
	.kb-gb-contacts-page__schedule-name,
	.kb-gb-contacts-page__social {
		font-size: 14px;
	}

	.kb-gb-contacts-page__schedule-item {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 6px 14px;
	}

	.kb-gb-contacts-page__schedule-phone {
		font-size: 13px;
	}

	.kb-gb-contacts-page__schedule-time {
		font-size: 16px;
	}
}

.kb-gb-vacancies-page {
	--vac-bg: #ece1d9;
	--vac-dark: #222120;
	--vac-text: #1f1b18;
	--vac-border: rgba(34, 33, 32, 0.38);
	--vac-muted: #8d847d;
	--vac-width: 1260px;
	background: var(--vac-bg);
	color: var(--vac-text);
	font-family: Arial, Helvetica, sans-serif;
}

.page-id-153 .site-header__ticker {
	display: none;
}

.kb-gb-vacancies-page *,
.kb-gb-vacancies-page *::before,
.kb-gb-vacancies-page *::after {
	box-sizing: border-box;
}

.kb-gb-vacancies-page__hero,
.kb-gb-vacancies-page__body {
	padding-left: max(24px, calc((100vw - var(--vac-width)) / 2));
	padding-right: max(24px, calc((100vw - var(--vac-width)) / 2));
}

.kb-gb-vacancies-page__hero {
	min-height: 298px;
	padding-top: 48px;
	padding-bottom: 54px;
	background: var(--vac-dark);
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.kb-gb-vacancies-page__logo {
	margin: 0 0 36px;
}

.kb-gb-vacancies-page__logo img {
	width: auto;
	max-width: 148px;
	margin: 0 auto;
}

.kb-gb-vacancies-page__title {
	margin: 0;
	font-size: clamp(34px, 3vw, 56px);
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

.kb-gb-vacancies-page__body {
	padding-top: 34px;
	padding-bottom: 102px;
}

.kb-gb-vacancies-page__form-wrap {
	max-width: 442px;
	margin: 0 auto;
	text-align: center;
}

.kb-gb-vacancies-page__lead {
	max-width: 430px;
	margin: 0 auto 28px;
	font-size: 16px;
	line-height: 1.34;
}

.kb-gb-vacancies-page__form {
	display: grid;
	gap: 10px;
	text-align: left;
}

.kb-gb-vacancies-page__field,
.kb-gb-vacancies-page__select,
.kb-gb-vacancies-page__textarea {
	width: 100%;
	min-height: 45px;
	padding: 0 14px;
	border: 1px solid var(--vac-border);
	border-radius: 3px;
	background: transparent;
	color: var(--vac-text);
	font-size: 14px;
	font-family: inherit;
	outline: none;
}

.kb-gb-vacancies-page__select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #6f6660 50%), linear-gradient(135deg, #6f6660 50%, transparent 50%);
	background-position: calc(100% - 21px) 19px, calc(100% - 15px) 19px;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 38px;
}

.kb-gb-vacancies-page__field::placeholder,
.kb-gb-vacancies-page__textarea::placeholder {
	color: #8f867f;
}

.kb-gb-vacancies-page__textarea {
	min-height: 93px;
	padding-top: 13px;
	padding-bottom: 12px;
	resize: vertical;
}

.kb-gb-vacancies-page__upload {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	min-height: 34px;
	padding: 0 13px;
	border: 1px solid var(--vac-border);
	border-radius: 3px;
	background: transparent;
	color: var(--vac-text);
	font-size: 14px;
	cursor: pointer;
}

.kb-gb-vacancies-page__upload input {
	display: none;
}

.kb-gb-vacancies-page__upload::before {
	content: "↗";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	font-size: 13px;
	line-height: 1;
}

.kb-gb-vacancies-page__agree {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.34;
	color: var(--vac-muted);
}

.kb-gb-vacancies-page__agree input {
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: var(--vac-dark);
}

.kb-gb-vacancies-page__submit {
	width: 100%;
	min-height: 54px;
	margin-top: 14px;
	border: 0;
	border-radius: 6px;
	background: var(--vac-dark);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

@media (max-width: 767px) {
	.kb-gb-vacancies-page__hero,
	.kb-gb-vacancies-page__body {
		padding-left: 14px;
		padding-right: 14px;
	}

	.kb-gb-vacancies-page__hero {
		min-height: 182px;
		padding-top: 18px;
		padding-bottom: 22px;
	}

	.kb-gb-vacancies-page__logo img {
		max-width: 92px;
	}

	.kb-gb-vacancies-page__title {
		font-size: 24px;
	}

	.kb-gb-vacancies-page__body {
		padding-top: 29px;
		padding-bottom: 48px;
	}

	.kb-gb-vacancies-page__form-wrap {
		max-width: none;
	}

	.kb-gb-vacancies-page__lead {
		max-width: 290px;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.3;
	}

	.kb-gb-vacancies-page__field,
	.kb-gb-vacancies-page__select,
	.kb-gb-vacancies-page__textarea {
		font-size: 13px;
	}

	.kb-gb-vacancies-page__field,
	.kb-gb-vacancies-page__select {
		min-height: 33px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.kb-gb-vacancies-page__textarea {
		min-height: 94px;
		padding: 10px;
	}

	.kb-gb-vacancies-page__upload {
		min-height: 33px;
		padding: 0 10px;
		font-size: 12px;
	}

	.kb-gb-vacancies-page__agree {
		gap: 8px;
		font-size: 11px;
	}

	.kb-gb-vacancies-page__agree input {
		flex-basis: 15px;
		width: 15px;
		height: 15px;
	}

	.kb-gb-vacancies-page__submit {
		min-height: 37px;
		margin-top: 10px;
		font-size: 13px;
	}
}

body.booking-modal-open {
	overflow: hidden;
}

.booking-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	place-items: center;
	padding: 24px;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

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

.booking-modal__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(13, 11, 11, 0.72);
	cursor: pointer;
}

.booking-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 567px);
	max-height: calc(100dvh - 48px);
	opacity: 0;
	transform: translateY(18px) scale(0.98);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.booking-modal.is-iframe-mode .booking-modal__dialog {
	width: min(100%, 980px);
}

.booking-modal.is-visible .booking-modal__dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.booking-modal__card {
	position: relative;
	padding: 28px 24px 24px;
	border-radius: 12px;
	background: #202020;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
	color: #fff;
	max-height: inherit;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.booking-modal__card--iframe {
	padding: 0;
	overflow: hidden;
}

.booking-modal__iframe-shell {
	height: min(80dvh, 860px);
	padding-top: 60px;
}

.booking-modal__iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #fff;
}

.booking-modal__card--iframe .booking-modal__close {
	top: 16px;
	right: 16px;
	z-index: 2;
}

.booking-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 24px;
	height: 24px;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

.booking-modal__close::before,
.booking-modal__close::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 24px;
	height: 2px;
	border-radius: 999px;
	background: #d9d9d9;
}

.booking-modal__close::before {
	transform: rotate(45deg);
}

.booking-modal__close::after {
	transform: rotate(-45deg);
}

.booking-modal__eyebrow {
	margin: 0 0 10px;
	font-size: 14px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #8c8c8c;
}

.booking-modal__title {
	margin: 0 0 12px;
	max-width: 420px;
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.02;
	text-transform: uppercase;
}

.booking-modal__text {
	margin: 0 0 28px;
	max-width: 430px;
	font-size: 15px;
	line-height: 1.5;
	color: #8c8c8c;
}

.booking-modal__grid {
	display: grid;
	gap: 12px;
}

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

.booking-modal__field {
	display: grid;
	gap: 8px;
}

.booking-modal__label {
	font-size: 13px;
	color: #8c8c8c;
}

.booking-modal__input,
.booking-modal__select,
.booking-modal__textarea {
	width: 100%;
	border: 1px solid #434343;
	border-radius: 4px;
	background: transparent;
	color: #fff;
	font: inherit;
}

.booking-modal__input,
.booking-modal__select {
	height: 52px;
	padding: 0 16px;
}

.booking-modal__textarea {
	min-height: 124px;
	padding: 14px 16px;
	resize: vertical;
}

.booking-modal__note {
	display: grid;
	gap: 8px;
	margin-top: 2px;
	color: #bdb7b1;
	font-size: 15px;
	line-height: 1.45;
}

.booking-modal__note[hidden] {
	display: none !important;
}

.booking-modal__note p {
	margin: 0;
}

.booking-modal__input::placeholder,
.booking-modal__textarea::placeholder {
	color: #8c8c8c;
}

.booking-modal__select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #8c8c8c 50%),
		linear-gradient(135deg, #8c8c8c 50%, transparent 50%);
	background-position:
		calc(100% - 18px) calc(50% - 3px),
		calc(100% - 12px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.booking-modal__select option{
	text-shadow: 1px 0 0 var(--kb-dark), -1px 0 0 var(--kb-dark), 0 1px 0 var(--kb-dark), 0 -1px 0 var(--kb-dark);
	color: black;
}

.woocommerce-message{
	display: none;
}
.return-to-shop{
	display: none;
}

.cart-empty::before{
	content: "";
}

.booking-modal__check {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 18px;
	color: #8c8c8c;
	font-size: 13px;
	line-height: 1.45;
}

.booking-modal__check input {
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: #ead6ca;
}

.booking-modal__actions {
	margin-top: 22px;
}

.booking-modal__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 196px;
	min-height: 52px;
	padding: 0 22px;
	border: 0;
	border-radius: 4px;
	background: #ead6ca;
	color: #221813;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
}

.callback-modal .booking-modal__dialog {
	width: min(100%, 520px);
}

.callback-modal .booking-modal__card {
	padding: 32px 28px 28px;
}

.callback-modal .booking-modal__title {
	max-width: 360px;
}

.callback-modal .booking-modal__actions {
	margin-top: 22px;
}

.callback-modal .booking-modal__button {
	width: 100%;
}

.booking-modal.is-compact-mode .booking-modal__eyebrow,
.booking-modal.is-compact-mode .booking-modal__text,
.booking-modal.is-compact-mode [data-booking-field="name"],
.booking-modal.is-compact-mode [data-booking-field="date"],
.booking-modal.is-compact-mode [data-booking-field="comment"] {
	display: none;
}

.booking-modal.is-compact-mode .booking-modal__dialog {
	width: min(100%, 980px);
}

.booking-modal.is-compact-mode .booking-modal__card {
	padding: 40px 38px 28px;
}

.booking-modal.is-compact-mode .booking-modal__title {
	margin-bottom: 32px;
	padding-right: 64px;
	font-size: clamp(42px, 4.8vw, 56px);
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.booking-modal.is-compact-mode .booking-modal__grid {
	gap: 24px;
}

.booking-modal.is-compact-mode .booking-modal__row {
	grid-template-columns: 1fr;
	gap: 24px;
}

.booking-modal.is-compact-mode .booking-modal__field {
	gap: 0;
}

.booking-modal.is-compact-mode .booking-modal__label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.booking-modal.is-compact-mode .booking-modal__input,
.booking-modal.is-compact-mode .booking-modal__select {
	height: 68px;
	padding: 0 18px;
	border-color: #454545;
	border-radius: 8px;
	font-size: 18px;
	color: #9b9b9b;
}

.booking-modal.is-compact-mode .booking-modal__select {
	background-position:
		calc(100% - 24px) calc(50% - 4px),
		calc(100% - 15px) calc(50% - 4px);
	background-size: 9px 9px, 9px 9px;
}

.booking-modal.is-compact-mode .booking-modal__check {
	margin-top: 32px;
	font-size: 14px;
	line-height: 1.35;
}

.booking-modal.is-compact-mode .booking-modal__actions {
	margin-top: 24px;
}

.booking-modal.is-compact-mode .booking-modal__button {
	width: 100%;
	min-height: 72px;
	border-radius: 12px;
	font-size: 18px;
}

.kb-booking-anchor[hidden] {
	display: none !important;
}

.kb-form-status {
	display: none;
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.4;
}

.kb-form-status.is-visible {
	display: block;
}

.kb-form-status.is-success {
	color: #215b32;
}

.kb-form-status.is-error {
	color: #9b2f2f;
}

@media (max-width: 640px) {
	.booking-modal {
		place-items: start center;
		padding: 12px;
	}

	.booking-modal__dialog {
		width: 100%;
		max-height: calc(100dvh - 24px);
		margin: auto 0;
	}

	.booking-modal__card {
		padding: 22px 16px 18px;
	}

	.booking-modal__card--iframe {
		padding: 0;
	}

	.booking-modal__iframe-shell {
		height: calc(100dvh - 48px);
		padding-top: 56px;
	}

	.booking-modal__title {
		padding-right: 34px;
		font-size: 24px;
	}

	.booking-modal__row {
		grid-template-columns: 1fr;
	}

	.booking-modal__button {
		width: 100%;
	}

	.booking-modal.is-compact-mode .booking-modal__card {
		padding: 28px 16px 20px;
	}

	.booking-modal.is-compact-mode .booking-modal__title {
		margin-bottom: 18px;
		padding-right: 42px;
		font-size: 28px;
	}

	.booking-modal.is-compact-mode .booking-modal__grid {
		gap: 12px;
	}

	.booking-modal.is-compact-mode .booking-modal__row {
		gap: 12px;
	}

	.booking-modal.is-compact-mode .booking-modal__input,
	.booking-modal.is-compact-mode .booking-modal__select {
		height: 56px;
		font-size: 16px;
	}

	.booking-modal.is-compact-mode .booking-modal__check {
		margin-top: 22px;
		font-size: 13px;
	}

	.booking-modal.is-compact-mode .booking-modal__button {
		min-height: 56px;
		border-radius: 10px;
		font-size: 15px;
	}

	.callback-modal .booking-modal__card {
		padding: 24px 16px 20px;
	}
}

.page-id-35 .site-header__ticker,
.page-id-31 .site-header__ticker,
.page-id-33 .site-header__ticker {
	display: none;
}

.kb-contacts-page {
	background: #ebe0d7;
	color: #22201e;
}

.kb-contacts-page__map {
	position: relative;
}

.kb-contacts-page__info {
	position: absolute;
	top: 56px;
	right: max(24px, calc((100vw - 1320px) / 2));
	z-index: 3;
	width: min(100%, 720px);
	padding: 28px 24px;
	border-radius: 16px;
	background: #232323;
	color: #fff;
}

.kb-contacts-page__lead,
.kb-contacts-page__note,
.kb-contacts-page__feedback {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.45;
}

.kb-contacts-page__lead a,
.kb-contacts-page__feedback a {
	color: inherit;
}

.kb-contacts-page__section-title {
	margin: 0 0 20px;
	font-size: 18px;
}

.kb-contacts-page__schedule {
	display: grid;
	gap: 16px;
	margin-bottom: 24px;
}

.kb-contacts-page__schedule-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
}

.kb-contacts-page__schedule-name,
.kb-contacts-page__schedule-phone,
.kb-contacts-page__schedule-time,
.kb-contacts-page__social {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
}

.kb-contacts-page__schedule-phone {
	color: rgba(255, 255, 255, 0.72);
}

.kb-contacts-page__social {
	font-weight: 700;
}

.kb-certs-page {
	background: #ebe0d7;
	color: #202020;
}

.kb-certs-page__body {
	max-width: 1320px;
	margin: 0 auto;
	padding: 26px 24px 86px;
}

.kb-certs-page__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	margin-bottom: 28px;
	justify-content: center;
}

.kb-certs-page__tab {
	border: 0;
	padding: 0;
	background: transparent;
	font: inherit;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 0.7;
}

.kb-certs-page__tab.is-active {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.kb-certs-page__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.kb-certs-page__card {
	display: flex;
	flex-direction: column;
	min-height: 238px;
	padding: 18px;
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(22, 22, 22, 0.18), rgba(22, 22, 22, 0.8)), var(--cert-card-image) center / cover no-repeat;
	color: #fff;
}

.kb-certs-page__card[hidden] {
	display: none;
}

.kb-certs-page__card-eyebrow {
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.74;
}

.kb-certs-page__card-title {
	margin: 8px 0 12px;
	font-size: 20px;
	line-height: 1.06;
	text-transform: uppercase;
}

.kb-certs-page__card-list {
	margin: 0;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.35;
}

.kb-certs-page__card-footer {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
	padding-top: 18px;
}

.kb-certs-page__card-price {
	font-size: 30px;
	font-weight: 700;
}

.kb-certs-page__card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/*width: 30px;*/
	/*height: 30px;*/
	border-radius: 999px;
	/*background: rgba(255, 255, 255, 0.92);*/
	color: #232323;
	text-decoration: none;
}

.kb-certs-page__card-icon.is-disabled {
	opacity: 0.38;
	pointer-events: none;
}

.kb-team-page {
	background: #ebe0d7;
	color: #202020;
}

.kb-team-page__body {
	max-width: 1440px;
	margin: 0 auto;
	padding: 24px 24px 86px;
}

.kb-team-page__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 32px;
	margin-bottom: 34px;
}

.kb-team-page__tab {
	border: 0;
	padding: 0;
	background: transparent;
	font: inherit;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 0.7;
}

.kb-team-page__tab.is-active {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.kb-team-page__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.kb-team-page__card {
	display: grid;
	grid-template-columns: 188px minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
	height: 100%;
	padding: 12px;
	border: 1px solid rgba(32, 32, 32, 0.1);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.18);
}

.kb-team-page__card[hidden] {
	display: none;
}

.kb-team-page__photo {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 240px;
	aspect-ratio: 0.82;
	border-radius: 8px;
	object-fit: cover;
	background: #5a5755;
}

.kb-team-page__photo--placeholder {
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #5c5956 0%, #7c756f 100%);
}

.kb-team-page__initials {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
}

.kb-team-page__card-name {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.08;
	text-transform: uppercase;
}

.kb-team-page__card-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.kb-team-page__card-subtitle,
.kb-team-page__card-description {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.35;
}

.kb-team-page__card-subtitle:last-child,
.kb-team-page__card-description:last-child {
	margin-bottom: 0;
}

.kb-team-page__card-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 12px 18px;
	border-radius: 6px;
	background: #222120;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.kb-certs-page__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kb-team-page__cards {
		grid-template-columns: 1fr 1fr;
	}

	.kb-team-page__card {
		grid-template-columns: 160px minmax(0, 1fr);
	}

	.kb-team-page__photo {
		min-height: 216px;
	}

	.kb-contacts-page__info {
		position: static;
		width: 100%;
		max-width: none;
		border-radius: 0;
		padding: 28px 16px 32px;
	}
}

@media (max-width: 767px) {
	.kb-certs-page__body,
	.kb-team-page__body {
		padding: 18px 12px 40px;
	}

	.kb-certs-page__tabs,
	.kb-team-page__tabs {
		justify-content: flex-start;
		gap: 10px 18px;
	}

	.kb-certs-page__tab,
	.kb-team-page__tab {
		font-size: 14px;
	}

	.kb-certs-page__grid,
	.kb-team-page__cards {
		grid-template-columns: 1fr;
	}

	.kb-certs-page__card-title {
		font-size: 18px;
	}

	.kb-certs-page__card-price {
		font-size: 22px;
	}

	.kb-team-page__card {
		grid-template-columns: 124px minmax(0, 1fr);
		gap: 14px;
		padding: 10px;
	}

	.kb-team-page__card-name {
		font-size: 17px;
	}

	.kb-team-page__photo {
		min-height: 168px;
	}

	.kb-team-page__card-subtitle,
	.kb-team-page__card-description,
	.kb-contacts-page__lead,
	.kb-contacts-page__note,
	.kb-contacts-page__feedback,
	.kb-contacts-page__schedule-name,
	.kb-contacts-page__schedule-phone,
	.kb-contacts-page__schedule-time,
	.kb-contacts-page__social {
		font-size: 14px;
	}

	.kb-team-page__card-button {
		width: 100%;
		min-height: 42px;
		padding: 10px 14px;
		font-size: 13px;
	}

	.kb-contacts-page__schedule-item {
		grid-template-columns: 1fr;
		gap: 6px;
	}
}

.woocommerce-cart .section,
.woocommerce-checkout .section,
.woocommerce-account .section {
	padding: 48px 0 72px;
}

.woocommerce-cart .prose,
.woocommerce-checkout .prose,
.woocommerce-account .prose {
	max-width: 100%;
}

.woocommerce-cart .prose > article > h1,
.woocommerce-checkout .prose > article > h1,
.woocommerce-account .prose > article > h1 {
	margin: 0 0 28px;
	font-size: clamp(32px, 2.8vw, 52px);
	line-height: 1.02;
	text-transform: uppercase;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
	display: grid;
	gap: 24px;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-error,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
	margin: 0;
	padding: 16px 20px;
	border: 1px solid rgba(29, 26, 24, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.52);
	color: var(--kb-text);
	list-style: none;
}

.woocommerce-cart .woocommerce-message::before,
.woocommerce-cart .woocommerce-info::before,
.woocommerce-checkout .woocommerce-message::before,
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-info::before {
	color: #2b201a;
}

.woocommerce-cart .shop_table,
.woocommerce-checkout .shop_table,
.woocommerce-account .shop_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(29, 26, 24, 0.12);
	border-radius: 18px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.48);
}

.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td,
.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td,
.woocommerce-account .shop_table th,
.woocommerce-account .shop_table td {
	padding: 18px 20px;
	border: 0;
	border-bottom: 1px solid rgba(29, 26, 24, 0.12);
	vertical-align: middle;
}

.woocommerce-cart .shop_table tr:last-child > td,
.woocommerce-cart .shop_table tr:last-child > th,
.woocommerce-checkout .shop_table tr:last-child > td,
.woocommerce-checkout .shop_table tr:last-child > th,
.woocommerce-account .shop_table tr:last-child > td,
.woocommerce-account .shop_table tr:last-child > th {
	border-bottom: 0;
}

.woocommerce-cart .shop_table thead th,
.woocommerce-checkout .shop_table thead th,
.woocommerce-account .shop_table thead th {
	background: #232222;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-cart table.cart th.product-thumbnail,
.woocommerce-cart table.cart td.product-thumbnail,
.wc-block-cart-items .wc-block-cart-item__image,
.wc-block-cart-items .wc-block-cart-item__image img {
	display: none !important;
}

.woocommerce-cart table.cart img {
	width: 0;
	border-radius: 0;
}

.woocommerce-cart table.cart td.product-name a,
.woocommerce-checkout .product-name a,
.woocommerce-account .product-name a {
	font-weight: 600;
}

.woocommerce-cart table.cart td.product-remove a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	color: #2b201a !important;
	background: rgba(35, 34, 34, 0.08);
	font-size: 22px;
	line-height: 1;
}

.woocommerce-cart .quantity .qty,
.woocommerce-checkout .input-text,
.woocommerce-account .input-text,
.woocommerce-account select,
.woocommerce-cart .coupon .input-text {
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid rgba(29, 26, 24, 0.18);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.74);
	color: var(--kb-text);
	font: inherit;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .form-row-wide {
	width: 100%;
	max-width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
	margin-bottom: 18px;
}

.woocommerce-checkout #billing_state_field,
.woocommerce-checkout .wc-block-components-address-form__state,
.woocommerce-checkout .wc-block-components-address-form__country {
	grid-column: 1 / -1;
	margin-top: 18px !important;
}

.woocommerce-cart .actions {
	padding-top: 20px;
}

.woocommerce-cart .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.wc-block-components-button,
.wc-block-cart__submit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: 10px;
	background: #232222 !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: none;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background: var(--kb-accent) !important;
	color: #2b201a !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:hover,
.wc-block-cart__submit-button:hover {
	filter: brightness(1.03);
}

.woocommerce-cart .cart-collaterals {
	margin-top: 24px;
}

.woocommerce-cart .cart_totals,
.wc-block-cart,
.wc-block-checkout,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	padding: 24px;
	border: 1px solid rgba(29, 26, 24, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.48);
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 22px;
	line-height: 1.08;
	text-transform: uppercase;
}

.woocommerce-cart .cart_totals table {
	margin-bottom: 18px;
}

.woocommerce-cart .wc-proceed-to-checkout {
	margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px 14px;
	border-radius: 10px;
	background: rgba(35, 34, 34, 0.06);
}

.wc-block-cart-items,
.wc-block-components-sidebar {
	border: 0 !important;
}

.wc-block-components-totals-wrapper,
.wc-block-components-order-summary {
	border-color: rgba(29, 26, 24, 0.12) !important;
}

.wc-block-components-product-name,
.wc-block-components-product-metadata,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-formatted-money-amount {
	color: var(--kb-text);
}

.wc-block-components-order-summary-item__quantity {
	background: rgba(35, 34, 34, 0.08);
	color: var(--kb-text);
}

@media (max-width: 767px) {
	.woocommerce-cart .section,
	.woocommerce-checkout .section,
	.woocommerce-account .section {
		padding: 24px 0 40px;
	}

	.woocommerce-cart .prose > article > h1,
	.woocommerce-checkout .prose > article > h1,
	.woocommerce-account .prose > article > h1 {
		margin-bottom: 18px;
		font-size: 30px;
	}

	.woocommerce-cart .shop_table,
	.woocommerce-checkout .shop_table,
	.woocommerce-account .shop_table,
	.woocommerce-cart .cart_totals,
	.wc-block-cart,
	.wc-block-checkout,
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		border-radius: 14px;
	}

	.woocommerce-cart .shop_table th,
	.woocommerce-cart .shop_table td,
	.woocommerce-checkout .shop_table th,
	.woocommerce-checkout .shop_table td,
	.woocommerce-account .shop_table th,
	.woocommerce-account .shop_table td {
		padding: 14px 12px;
	}

	.woocommerce-cart table.cart img {
		width: 0;
		border-radius: 0;
	}

	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.wc-block-components-button,
	.wc-block-cart__submit-button {
		width: 100%;
	}

	.woocommerce-cart .coupon {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.intro-section {
		padding: 34px 0 58px;
		overflow: hidden;
	}

	.intro-section .intro-section__top {
		position: relative;
		width: 100%;
		padding-right: 0;
	}

	.intro-section .intro-section__top::after {
		top: -8px;
		right: 6px;
		width: 120px;
		height: 130px;
		background-image:
			url("../images/intro-mobile-leaves-right.svg"),
			url("../images/intro-mobile-leaves-left.svg");
		background-repeat: no-repeat;
		background-position: right top, left 8px;
		background-size: 86px 102px, 68px 68px;
	}

	.intro-section .intro-section__title {
		max-width: 292px;
		font-size: 32px;
		line-height: 1.06;
		letter-spacing: -0.02em;
	}

	.intro-section .intro-section__quote,
	.intro-section .intro-section__text {
		width: 100%;
		max-width: none;
	}

	.intro-section .intro-section__quote {
		margin-top: 22px;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.24;
	}

	.intro-section .intro-section__body {
		margin-top: 18px;
	}

	.intro-section .intro-section__text {
		font-size: 16px;
		line-height: 1.24;
	}

	.intro-section .intro-section__gallery {
		display: flex;
		flex-direction: column;
		margin-top: 40px;
		padding-bottom: 52px;
		overflow: visible;
	}

	.intro-section .intro-section__gallery::before {
		top: 14px;
		right: 0;
		width: 94px;
		height: 78px;
		background-image:
			url("../images/intro-mobile-leaves-right.svg"),
			url("../images/intro-mobile-leaves-left.svg");
		background-repeat: no-repeat;
		background-position: right top, left 30px;
		background-size: 66px 76px, 58px 54px;
	}

	.intro-section .intro-section__gallery::after {
		left: 0;
		top: 150px;
		width: 92px;
		height: 100px;
		background-image:
			url("../images/intro-mobile-leaves-left.svg"),
			url("../images/intro-mobile-leaves-right.svg"),
			url("../images/intro-mobile-leaves-left.svg");
		background-repeat: no-repeat;
		background-position: left 34px, right top, 30px 66px;
		background-size: 58px 58px, 64px 76px, 42px 42px;
	}

	.intro-section .intro-section__gallery-item {
		width: 72%;
		border-radius: 9px;
	}

	.intro-section .intro-section__gallery-item:nth-child(2) {
		order: 1;
		width: 72%;
		margin-top: 0;
		margin-left: 0;
	}

	.intro-section .intro-section__gallery-item:nth-child(1) {
		order: 2;
		width: 73%;
		margin-top: 18px;
		margin-left: 27%;
	}

	.intro-section .intro-section__gallery-item img {
		aspect-ratio: 2.12 / 1;
	}
}
