/*
 * Главная страница гостиниц «Клевер».
 * Стили ограничены классом .klever-home-page: внутренние страницы не меняются.
 */

:root {
	--klever-ink: #26231f;
	--klever-muted: #68635d;
	--klever-line: #e7ddd1;
	--klever-surface: #fffdf9;
	--klever-soft: #f8f4ed;
	--klever-gold: #d7a11e;
	--klever-gold-deep: #b97e08;
	--klever-dark: #211f1b;
	--klever-shell: 1180px;
}

body.klever-home-page {
	background: #fff;
	color: var(--klever-ink);
}

body.klever-home-page .header {
	display: none !important;
}

.klever-home-header {
	position: relative;
	z-index: 21010;
	width: 100%;
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid rgba(35, 32, 27, 0.08);
	box-shadow: 0 3px 18px rgba(38, 32, 23, 0.06);
}

.klever-home-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	width: min(calc(100% - 40px), var(--klever-shell));
	min-height: 76px;
	margin: 0 auto;
}

.klever-home-header__brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: 0;
	color: var(--klever-ink);
	text-decoration: none !important;
}

.klever-home-header__brand .klever-logo-title {
	margin: 0 !important;
	font-size: 34px !important;
	line-height: 34px !important;
	white-space: nowrap;
}

.klever-home-header__caption {
	flex: 1 1 auto;
	min-width: 0;
	color: var(--klever-muted);
	font-size: 13px;
	line-height: 1.35;
}

.klever-home-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex: 0 0 auto;
}

.klever-home-header__call,
.klever-home-header__link,
.klever-home-header__booking {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.klever-home-header__call {
	padding: 0 4px;
	color: var(--klever-ink) !important;
}

.klever-home-header__call i {
	margin-right: 7px;
	color: var(--klever-gold-deep);
}

.klever-home-header__link {
	padding: 0 14px;
	border: 1px solid var(--klever-line);
	color: var(--klever-ink) !important;
	background: #fff;
}

.klever-home-header__booking {
	padding: 0 17px;
	color: #fff !important;
	background: linear-gradient(135deg, #e2b13b, #bd850f);
	box-shadow: 0 8px 16px rgba(175, 117, 0, .2);
}

.klever-home-header__link:hover,
.klever-home-header__booking:hover,
.klever-home-header__call:hover {
	transform: translateY(-1px);
}

.klever-home-header__link:hover {
	border-color: rgba(196, 137, 17, .66);
	background: #fff9eb;
}

.klever-home-header__booking:hover {
	background: linear-gradient(135deg, #e9bd4d, #c89014);
	box-shadow: 0 10px 19px rgba(175, 117, 0, .28);
}

/* Основное меню на новой главной — светлое и компактное. */
body.klever-home-page #menu.default,
body.klever-home-page #menu.fixed {
	z-index: 21000;
	border-bottom: 1px solid rgba(35, 32, 27, 0.08);
	box-shadow: 0 3px 14px rgba(38, 32, 23, 0.06);
}

body.klever-home-page #menu .navbar-inverse {
	min-height: 48px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
}

body.klever-home-page #menu .navbar-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	float: none;
	min-height: 48px;
}

body.klever-home-page #menu .navbar-inverse .navbar-nav > li > a {
	padding: 15px 12px;
	color: #514b44 !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .01em;
	text-transform: none;
}

body.klever-home-page #menu .navbar-inverse .navbar-nav > li > a:hover,
body.klever-home-page #menu .navbar-inverse .navbar-nav > li.active > a {
	color: #a96f00 !important;
	background: transparent !important;
}

body.klever-home-page #menu .navbar-inverse .navbar-nav > li.active > a::after {
	position: absolute;
	bottom: 0;
	left: 13px;
	right: 13px;
	height: 2px;
	content: '';
	background: var(--klever-gold);
}

body.klever-home-page #menu .navbar-inverse .dropdown-menu {
	border: 1px solid var(--klever-line);
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(35, 29, 20, .16);
}

body.klever-home-page #menu .navbar-inverse .dropdown-menu > li > a {
	color: var(--klever-ink);
}

/* TravelLine переносится из legacy-шапки в самостоятельный блок. */
body.klever-home-page #block-search {
	display: none;
}

body.klever-home-page #home-booking-slot #block-search {
	display: block;
	margin: 0;
	background: transparent;
}

body.klever-home-page #home-booking-slot .tl-container {
	width: 100%;
	max-width: none;
	min-height: 0;
	padding: 0;
}

body.klever-home-page #home-booking-slot #tl-block-select {
	margin: 0;
}

body.klever-home-page #home-booking-slot #tl-hotel-select {
	border-color: var(--klever-line);
	border-radius: 10px;
	box-shadow: none;
}

.klever-home {
	overflow: clip;
}

.klever-home-shell {
	width: min(calc(100% - 40px), var(--klever-shell));
	margin: 0 auto;
}

.klever-home-hero {
	position: relative;
	isolation: isolate;
	min-height: 650px;
	overflow: hidden;
	background: #211f1b;
}

.klever-home-hero .slideshow-stage {
	z-index: 0 !important;
}

.klever-home-hero .slideshow-dark-overlay {
	background: linear-gradient(90deg, rgba(23, 20, 15, .86) 0%, rgba(23, 20, 15, .56) 46%, rgba(23, 20, 15, .4) 100%) !important;
}

.klever-home-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(12, 10, 8, .1), rgba(12, 10, 8, .25));
}

.klever-home-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(calc(100% - 40px), var(--klever-shell));
	min-height: 650px;
	margin: 0 auto;
	padding: 76px 0 54px;
	box-sizing: border-box;
}

.klever-home-hero__top {
	display: grid;
	/* Правая колонка вдвое уже прежней: компактная промо-карточка над Митино. */
	grid-template-columns: minmax(0, 1fr) minmax(190px, .5fr);
	align-items: start;
	gap: 14px;
	width: 100%;
}

.klever-home-hero__intro-wrap {
	min-width: 0;
}

.klever-home-hero__intro {
	width: min(670px, 100%);
	color: #fff;
}

/*
 * Компактный баннер конференц-зала расположен в правой колонке
 * первого экрана и ровно над карточкой «Митино».
 */
.klever-home-conference-promo {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: start;
	width: 100%;
	min-width: 0;
	min-height: 0;
	padding: 14px 15px 13px;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 15px;
	color: #fff !important;
	background:
		radial-gradient(circle at 100% 0, rgba(231, 181, 69, .10), transparent 42%),
		linear-gradient(145deg, rgba(29, 27, 23, .88), rgba(59, 54, 46, .80));
	box-shadow: 0 12px 28px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .12);
	backdrop-filter: blur(7px);
	text-decoration: none !important;
	transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.klever-home-conference-promo::before {
	position: absolute;
	top: -34px;
	right: -24px;
	width: 82px;
	height: 82px;
	border: 1px solid rgba(247, 206, 103, .10);
	border-radius: 50%;
	content: '';
	pointer-events: none;
}

.klever-home-conference-promo::after {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 3px;
	border-radius: 5px 5px 0 0;
	content: '';
	background: linear-gradient(90deg, transparent, #e4b748, transparent);
	opacity: .58;
}

.klever-home-conference-promo:hover,
.klever-home-conference-promo:focus {
	transform: translateY(-3px);
	border-color: rgba(241, 205, 111, .62);
	background:
		radial-gradient(circle at 100% 0, rgba(231, 181, 69, .15), transparent 42%),
		linear-gradient(145deg, rgba(29, 27, 23, .96), rgba(74, 67, 56, .89));
	box-shadow: 0 16px 31px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.klever-home-conference-promo__eyebrow {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 8px;
	color: rgba(240, 199, 93, .92);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.klever-home-conference-promo__eyebrow i {
	font-size: 11px;
}

.klever-home-conference-promo > strong {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	color: #fff;
	font-size: clamp(17px, 1.35vw, 20px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.08;
}

.klever-home-conference-promo__facts {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 9px;
}

.klever-home-conference-promo__facts > span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 7px;
	border-radius: 999px;
	color: #fff2c8;
	background: rgba(231, 181, 69, .17);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.klever-home-conference-promo__facts i {
	color: #efc153;
	font-size: 10px;
}

.klever-home-conference-promo__more {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 12px;
	padding-top: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.klever-home-conference-promo__more i {
	margin-left: 5px;
	color: #e7b545;
}

.klever-home-eyebrow {
	margin: 0 0 10px;
	color: #d9aa3a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.klever-home-hero h1 {
	max-width: 680px;
	margin: 0;
	color: #fff;
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.04;
	text-shadow: 0 3px 18px rgba(0, 0, 0, .35);
}

.klever-home-hero__lead {
	max-width: 610px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, .9);
	font-size: 18px;
	line-height: 1.55;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .32);
}

.klever-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 26px;
}

.klever-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.klever-button:hover { transform: translateY(-2px); }

.klever-button--gold {
	color: #201b12 !important;
	background: linear-gradient(135deg, #f1ca65, #d79918);
	box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
}

.klever-button--gold:hover {
	color: #1f1a12 !important;
	background: linear-gradient(135deg, #f5d279, #e0aa2b);
}

.klever-button--light {
	border-color: rgba(255, 255, 255, .55);
	color: #fff !important;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(4px);
}

.klever-button--light:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .18);
}

.klever-home-hotel-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	width: 100%;
	margin-top: 14px;
}

.klever-home-hotel-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 202px;
	padding: 19px 20px 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 15px;
	color: #fff !important;
	background: linear-gradient(145deg, rgba(29, 27, 23, .88), rgba(59, 54, 46, .8));
	box-shadow: 0 12px 28px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .12);
	backdrop-filter: blur(7px);
	text-decoration: none !important;
	transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.klever-home-hotel-card::after {
	position: absolute;
	inset: auto 20px 0;
	height: 3px;
	border-radius: 5px 5px 0 0;
	content: '';
	background: linear-gradient(90deg, transparent, #e4b748, transparent);
	opacity: .8;
	transition: inset .25s ease, opacity .25s ease;
}

.klever-home-hotel-card:hover,
.klever-home-hotel-card:focus {
	transform: translateY(-5px);
	border-color: rgba(241, 205, 111, .78);
	background: linear-gradient(145deg, rgba(29, 27, 23, .96), rgba(74, 67, 56, .89));
	box-shadow: 0 18px 36px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .16);
}

.klever-home-hotel-card:hover::after,
.klever-home-hotel-card:focus::after {
	left: 8px;
	right: 8px;
	opacity: 1;
}

.klever-home-hotel-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 13px;
}

.klever-home-hotel-card__stars {
	color: #edc15a;
	font-size: 14px;
	letter-spacing: 1px;
}

.klever-home-hotel-card__from {
	padding: 4px 7px;
	border: 1px solid rgba(234, 191, 80, .52);
	border-radius: 999px;
	color: #fff1c5;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.klever-home-hotel-card strong {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.klever-home-hotel-card__location {
	display: block;
	min-height: 36px;
	color: rgba(255, 255, 255, .78);
	font-size: 12px;
	line-height: 1.45;
}

.klever-home-hotel-card__location i { color: #e7b545; margin-right: 4px; }

.klever-home-hotel-card__feature {
	display: inline-flex;
	align-self: flex-start;
	margin-top: 10px;
	padding: 5px 8px;
	border-radius: 999px;
	color: #fff2c8;
	background: rgba(231, 181, 69, .17);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

.klever-home-hotel-card__more {
	display: block;
	margin-top: auto;
	padding-top: 13px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
}

.klever-home-hotel-card__more i { margin-left: 5px; color: #e7b545; }

.klever-home-booking {
	position: relative;
	z-index: 5;
	margin-top: -30px;
	padding: 0 0 64px;
}

.klever-home-booking .klever-home-shell {
	padding: 26px 30px 28px;
	border: 1px solid #ece3d6;
	border-radius: 16px;
	background: var(--klever-surface);
	box-shadow: 0 18px 44px rgba(64, 51, 33, .13);
}

.klever-home-section-heading {
	max-width: 700px;
	margin-bottom: 30px;
}

.klever-home-section-heading--booking {
	max-width: none;
	margin-bottom: 17px;
}

.klever-home-section-heading--centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.klever-home-section-heading--gallery {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 16px;
	max-width: none;
}

.klever-home-section-heading h2 {
	margin: 0;
	color: var(--klever-ink);
	font-size: clamp(28px, 3.1vw, 40px);
	font-weight: 700;
	letter-spacing: -.03em;
	line-height: 1.08;
}

.klever-home-section-heading p:not(.klever-home-eyebrow) {
	margin: 12px 0 0;
	color: var(--klever-muted);
	font-size: 16px;
	line-height: 1.55;
}

.klever-home-section-heading--gallery > a {
	padding-bottom: 4px;
	color: #9b6700 !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
}

.klever-home-section-heading--gallery > a i { margin-left: 6px; }

.klever-home-locations,
.klever-home-trip-types,
.klever-home-gallery {
	padding: 66px 0;
}

.klever-home-locations { background: #fff; }

.klever-home-location-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.klever-home-location-card {
	position: relative;
	min-height: 285px;
	padding: 27px 26px 23px;
	border: 1px solid var(--klever-line);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(55, 46, 34, .06);
}

.klever-home-location-card__number {
	display: block;
	margin-bottom: 22px;
	color: #d6b169;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
}

.klever-home-location-card h3 {
	margin: 0;
	color: var(--klever-ink);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.18;
}

.klever-home-location-card p {
	margin: 12px 0;
	color: var(--klever-muted);
	font-size: 14px;
	line-height: 1.55;
}

.klever-home-location-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.klever-home-location-card li {
	position: relative;
	margin: 6px 0;
	padding-left: 16px;
	color: #4d4842;
	font-size: 12px;
	line-height: 1.4;
}

.klever-home-location-card li::before {
	position: absolute;
	left: 0;
	top: .48em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	content: '';
	background: #d5a535;
}

.klever-home-location-card a {
	display: inline-block;
	margin-top: 18px;
	color: #9b6700 !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.klever-home-location-card a i { margin-left: 5px; }

.klever-home-benefits {
	padding: 64px 0 68px;
	background: var(--klever-soft);
	border-top: 1px solid #efe8dd;
	border-bottom: 1px solid #efe8dd;
}

.klever-home-trip-types { background: #fff; }

.klever-home-trip-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.klever-home-trip-card {
	display: flex;
	flex-direction: column;
	min-height: 194px;
	padding: 23px 21px;
	border: 1px solid transparent;
	border-radius: 15px;
	color: #fff !important;
	background: linear-gradient(145deg, #2b2925, #464038);
	box-shadow: 0 11px 26px rgba(38, 31, 22, .14);
	text-decoration: none !important;
	transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.klever-home-trip-card:hover,
.klever-home-trip-card:focus {
	transform: translateY(-5px);
	background: linear-gradient(145deg, #312e29, #5a5044);
	box-shadow: 0 16px 31px rgba(38, 31, 22, .22);
}

.klever-home-trip-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 28px;
	border-radius: 12px;
	color: #573b00;
	background: linear-gradient(135deg, #f4cf70, #d69518);
	font-size: 18px;
}

.klever-home-trip-card__icon .klever-feature-icon {
	width: 21px;
	height: 21px;
}

.klever-home-trip-card strong {
	font-size: 17px;
	line-height: 1.2;
}

.klever-home-trip-card > span:last-child {
	margin-top: 9px;
	color: rgba(255, 255, 255, .77);
	font-size: 13px;
	line-height: 1.45;
}

.klever-home-about {
	background: #fff;
}

.klever-home-gallery {
	padding-bottom: 46px;
	background: #fffdf9;
	border-top: 1px solid #efe8dd;
}

.klever-home-gallery .klever-photo-gallery {
	margin-bottom: 0;
}

.klever-home-reviews {
	padding: 56px 0 24px;
	background: #fff;
}

.klever-home-reviews .reviews_block {
	margin-top: 0;
}

/* На touch-устройствах декоративные подскоки не нужны. */
@media (hover: none), (pointer: coarse) {
	.klever-home-hotel-card:hover,
	.klever-home-trip-card:hover,
	.klever-home-header__link:hover,
	.klever-home-header__booking:hover,
	.klever-button:hover {
		transform: none;
	}
}

@media (max-width: 1100px) {
	.klever-home-header__caption { display: none; }
	.klever-home-hero { min-height: 690px; }
	.klever-home-hero__content { min-height: 690px; }
	.klever-home-trip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
	.klever-home-header__inner { width: min(calc(100% - 28px), var(--klever-shell)); }
	.klever-home-hero__top { grid-template-columns: minmax(0, 1.55fr) minmax(250px, .95fr); }
	.klever-home-conference-promo { padding: 13px 14px 12px; }
	.klever-home-header__link { display: none; }
	body.klever-home-page #menu .navbar-nav > li > a { padding-left: 8px; padding-right: 8px; font-size: 11px; }
	.klever-home-hero { min-height: 810px; }
	.klever-home-hero__content { min-height: 810px; padding-top: 64px; }
	/* На планшетах карточки уже идут одной колонкой —
	 * растягиваем их на всю ширину первого экрана. */
	.klever-home-hotel-grid {
		grid-template-columns: 1fr;
		width: 100%;
		max-width: none;
		margin-top: 32px;
	}
	.klever-home-hotel-card { min-height: 166px; }
	.klever-home-location-grid { grid-template-columns: 1fr; }
	.klever-home-location-card { min-height: 0; }
}

@media (max-width: 767px) {
	.klever-home-header__inner { min-height: 64px; gap: 10px; }
	.klever-home-header__brand .klever-logo-title { font-size: 25px !important; }
	.klever-home-header__call { display: none; }
	.klever-home-header__booking { min-height: 38px; padding: 0 12px; font-size: 12px; }

	body.klever-home-page #menu .navbar-inverse { min-height: 50px; }
	body.klever-home-page #menu .navbar-header { min-height: 50px; }
	body.klever-home-page #menu .navbar-toggle { margin-top: 8px; margin-bottom: 8px; border-color: #d6c9b5; }
	body.klever-home-page #menu .navbar-toggle .icon-bar { background-color: #5a5044; }
	body.klever-home-page #menu .navbar-inverse .navbar-collapse { border-color: #eee4d6; background: #fff; }
	body.klever-home-page #menu .navbar-nav { display: block; min-height: 0; margin: 0 -15px; }
	body.klever-home-page #menu .navbar-inverse .navbar-nav > li > a { padding: 14px 20px; color: #3d3832 !important; font-size: 14px; }
	body.klever-home-page #menu .navbar-inverse .navbar-nav > li.active > a::after { display: none; }
	body.klever-home-page #menu .navbar-inverse .dropdown-menu { border: 0; border-radius: 0; box-shadow: none; }
	body.klever-home-page #menu .navbar-inverse .dropdown-menu > li > a { padding: 11px 31px; }

	.klever-home-shell,
	.klever-home-hero__content { width: min(calc(100% - 28px), var(--klever-shell)); }
	.klever-home-hero { min-height: 690px; }
	.klever-home-hero__content { min-height: 690px; padding-top: 40px; padding-bottom: 30px; }
	.klever-home-hero .slideshow-dark-overlay { background: linear-gradient(180deg, rgba(23, 20, 15, .66), rgba(23, 20, 15, .73)) !important; }
	.klever-home-hero h1 { font-size: 34px; line-height: 1.08; }
	.klever-home-hero__lead { margin-top: 15px; font-size: 15px; }
	.klever-home-hero__actions { margin-top: 20px; }
	.klever-home-hero__top { display: block; }
	.klever-home-conference-promo { display: none; }
	.klever-button { flex: 1 1 100%; min-height: 45px; }
	.klever-home-hotel-grid { margin-top: 26px; gap: 9px; }
	.klever-home-hotel-card { min-height: 128px; padding: 13px 15px 12px; border-radius: 12px; }
	.klever-home-hotel-card__top { margin-bottom: 7px; }
	.klever-home-hotel-card strong { margin-bottom: 4px; font-size: 16px; }
	.klever-home-hotel-card__location { min-height: 0; font-size: 11px; }
	.klever-home-hotel-card__feature { margin-top: 6px; font-size: 10px; }
	.klever-home-hotel-card__more { display: none; }

	.klever-home-booking { margin-top: 0; padding-bottom: 45px; background: #fffdf9; }
	.klever-home-booking .klever-home-shell { width: 100%; padding: 31px 14px 28px; border: 0; border-radius: 0; box-shadow: none; }
	.klever-home-section-heading { margin-bottom: 22px; }
	.klever-home-section-heading h2 { font-size: 29px; }
	.klever-home-section-heading p:not(.klever-home-eyebrow) { font-size: 14px; }
	.klever-home-locations,
	.klever-home-trip-types,
	.klever-home-gallery { padding: 46px 0; }
	.klever-home-location-grid { gap: 12px; }
	.klever-home-location-card { padding: 22px 19px; border-radius: 13px; }
	.klever-home-location-card__number { margin-bottom: 15px; }
	.klever-home-location-card h3 { font-size: 19px; }
	.klever-home-benefits { padding: 46px 0; }
	.klever-home-trip-grid { grid-template-columns: 1fr; gap: 10px; }
	.klever-home-trip-card { min-height: 0; padding: 19px; }
	.klever-home-trip-card__icon { margin-bottom: 18px; }
	.klever-home-section-heading--gallery { display: block; }
	.klever-home-section-heading--gallery > a { display: inline-block; margin-top: 14px; }
	.klever-home-reviews { padding-top: 38px; }
}

@media (max-width: 390px) {
	.klever-home-header__brand .klever-logo-title { font-size: 22px !important; }
	.klever-home-hero { min-height: 720px; }
	.klever-home-hero__content { min-height: 720px; }
	.klever-home-hero h1 { font-size: 31px; }
}

/*
 * Конференц-зал: на широком экране сама промо-карточка занимает
 * примерно 64% ширины карточки «Митино» и выровнена по её правому краю.
 */
@media (min-width: 1101px) {
	.klever-home-hero__top .klever-home-conference-promo {
		width: calc(64% - 5px) !important;
		max-width: calc(64% - 5px) !important;
		min-width: 0 !important;
		justify-self: end !important;
	}
}

