/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.5.1773832649
Updated: 2026-03-18 11:17:29

*/

/* ==============================
   Kempa palette (design system)
   ============================== */
:root {
  /* ── Kempa design tokens ── */
  --kempa-green:  #a48749;
  --kempa-accent: #20392f;
  --kempa-gold:   #ffd36f;
  --kempa-text:   #a48749;

  /* Astra palette */
  --ast-global-color-0: #a48749;
  --ast-global-color-1: #20392f;
  --ast-global-color-2: #ffd36f;
  --ast-global-color-3: #a48749;
  --ast-global-color-4: #20392f;
  --ast-global-color-5: #ffd36f;
  --ast-global-color-6: #a48749;
  --ast-global-color-7: #20392f;
  --ast-global-color-8: #ffd36f;

  /* krp (single page) */
  --c-gold:   #20392f;
  --c-dark:   #a48749;
  --c-text:   #a48749;
  --c-muted:  #6b7280;
  --c-bg:     #f8f6f2;
  --c-white:  #ffffff;
  --c-border: rgba(0,0,0,0.08);
  --radius:   18px;
  --shadow:   0 8px 32px rgba(0,0,0,0.08);

  /* footer */
  --kf-dark:   #a48749;
  --kf-gold:   #20392f;
  --kf-light:  #ffd36f;
  --kf-text:   #e8dfc8;
  --kf-muted:  rgba(232,223,200,.55);
  --kf-border: rgba(164,135,73,.25);
  --kf-radius: 6px;

  /* filter shortcode */
  --krf-bg:       #ffffff;
  --krf-border:   rgba(164,135,73,0.10);
  --krf-field-bg: #f4f6f6;
  --krf-radius:   14px;
}

body,
button,
input,
select,
textarea {
	color: var(--kempa-text);
}

a { color: var(--kempa-accent); }
a:hover,
a:focus-visible { color: var(--kempa-gold); }

h1, h2, h3, h4, h5, h6 { color: var(--kempa-text); }

/* Inputs */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
select {
	border-color: rgba(164, 135, 73, 0.55) !important;
}
input:focus,
select:focus,
textarea:focus {
	border-color: rgba(255, 211, 111, 0.95) !important;
	box-shadow: 0 0 0 3px rgba(255, 211, 111, 0.25) !important;
	outline: none !important;
}

/* Buttons */
.ast-button,
.ast-custom-button,
.elementor-button,
.elementor-button-link,
button,
input[type="button"],
input[type="submit"] {
	background: var(--kempa-accent) !important;
	border-color: var(--kempa-accent) !important;
	color: #fff !important;
}

/* ==============================
   Filter Everything (wpc-*)
   ============================== */
.wpc-filters-main-wrap a.wpc-filters-submit-button,
.wpc-filters-main-wrap a.wpc-filters-apply-button {
	background: var(--kempa-green) !important;
	border-color: var(--kempa-green) !important;
	color: #fff !important;
}
.wpc-filters-main-wrap a.wpc-filters-reset-button {
	background: #fff !important;
	border-color: rgba(164, 135, 73, 0.85) !important;
	color: var(--kempa-green) !important;
}
.wpc-filter-chips-list li a {
	border-color: rgba(164, 135, 73, 0.65) !important;
	color: var(--kempa-green) !important;
}
.wpc-filter-chips-list li.wpc-filter-chip a:hover {
	background: rgba(255, 211, 111, 0.22) !important;
	border-color: rgba(255, 211, 111, 0.9) !important;
}
.wpc-filters-main-wrap input.wpc-label-input:checked + label span.wpc-filter-label-wrapper {
	background-color: var(--kempa-green) !important;
	color: #fff !important;
}
.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single,
.wpc-sorting-form .select2-container--default .select2-selection--single {
	border-color: rgba(164, 135, 73, 0.8) !important;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
	background: var(--kempa-green) !important;
}
.ui-datepicker.wpc-filter-datepicker .ui-state-active,
.ui-datepicker.wpc-filter-datepicker.ui-widget-content .ui-state-active {
	background: var(--kempa-green) !important;
	border-color: var(--kempa-green) !important;
	color: #fff !important;
}


.kempa-re-filter__form {
	background: var(--krf-bg);
	border: 1px solid var(--krf-border);
	border-radius: var(--krf-radius);
	padding: 18px;
	margin-top: 18px;
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 1240px;
}
.kempa-re-filter__top {
	display: grid;
	grid-template-columns: 1fr 1fr auto auto;
	align-items: center;
	gap: 14px;
}
.kempa-re-filter__select {
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--krf-field-bg);
	border: 1px solid rgba(164, 135, 73, 0.22);
	border-radius: 14px;
	padding: 12px 14px;
	min-height: 52px;
}
.kempa-re-filter__select select {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	box-shadow: none !important;
	color: var(--kempa-text) !important;
	width: 100%;
}

/* Make selects match inputs in the grid */
.kempa-re-filter__field select {
	background: var(--krf-field-bg) !important;
	border: 1px solid rgba(32, 57, 47, 0.10) !important;
	border-radius: 12px !important;
	padding: 12px 14px !important;
	min-height: 48px !important;
	color: var(--kempa-text) !important;
}
.kempa-re-filter__icon {
	display: inline-flex;
	align-items: center;
	justify-content: left;
	width: auto;
	height: 28px;
	opacity: 0.9;
}
.kempa-re-filter__adv, .kempa-re-filter__reset {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: var(--kempa-accent) !important;
    border-color: var(--kempa-accent) !important;
    color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}
.kempa-re-filter__submit {
	height: 52px;
	border-radius: 14px;
	padding: 0 22px !important;
	font-weight: 700;
}
.kempa-re-filter__top-actions{
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
}
.kempa-re-filter__adv-panel { margin-top: 18px; }
.kempa-re-filter__adv-panel[data-open="0"] { display: none; }
.kempa-re-filter__adv-panel,
.kempa-re-filter__adv-panel * {
	pointer-events: auto;
}

.kempa-re-filter__reset:hover {
	background: rgba(255, 211, 111, 0.18);
	border-color: rgba(255, 211, 111, 0.9);
}
.kempa-re-filter__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--krf-gap);
	border-top: 1px solid rgba(32, 57, 47, 0.08);
	padding-top: 18px;
}
.kempa-re-filter__field { 
	display: flex; 
	flex-direction: column; 
	gap: 10px; 
	margin-right: 15px;
}
.kempa-re-filter__label { font-weight: 700; }
.kempa-re-filter__field input[type="text"],
.kempa-re-filter__field input[type="number"] {
	background: var(--krf-field-bg) !important;
	border: 1px solid rgba(32, 57, 47, 0.10) !important;
	border-radius: 12px !important;
	padding: 12px 14px !important;
	min-height: 48px !important;
}
.kempa-re-filter__range { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.kempa-re-filter__rooms { display: flex; gap: 10px; flex-wrap: wrap; }
.kempa-re-filter__room {
	background: var(--krf-field-bg) !important;
	border: 1px solid rgba(32, 57, 47, 0.10) !important;
	color: var(--kempa-text) !important;
	border-radius: 12px !important;
	width: 48px;
	height: 48px;
	padding: 0 !important;
	font-weight: 700;
	position: relative;
	z-index: 20;
	pointer-events: auto;
}
.kempa-re-filter__room.is-active {
	background: var(--kempa-green) !important;
	border-color: var(--kempa-green) !important;
	color: #fff !important;
}
.kempa-re-filter__cur { display: inline-flex; gap: 8px; align-items: center; }
.kempa-re-filter__cur-btn {
	background: transparent !important;
	border: none !important;
	padding: 0 8px !important;
	height: 32px;
	border-radius: 10px;
	color: rgba(32, 57, 47, 0.75) !important;
	font-weight: 800;
}
.kempa-re-filter__cur-btn.is-active {
	color: var(--kempa-gold) !important;
	background: rgba(32, 57, 47, 0.95) !important;
	border: 1px solid rgba(32, 57, 47, 0.95) !important;
}
.kempa-re-filter__range--price { grid-template-columns: auto 1fr 1fr; align-items: center; }
.kempa-re-filter__price-symbol {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 48px;
	border-radius: 12px;
	background: var(--krf-field-bg);
	border: 1px solid rgba(32, 57, 47, 0.10);
	font-weight: 800;
	color: rgba(32, 57, 47, 0.75);
}

/* Results */
.kempa-re-filter__results-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.kempa-re-filter__results-count {
	font-weight: 700;
	color: var(--kempa-text);
}
.kempa-re-filter__sort-form {
	display: flex;
	align-items: center;
	gap: 10px;
}
.kempa-re-filter__sort-form select {
	margin-top: 10px;
	padding: 8px 12px;
	border: 1px solid rgba(32, 57, 47, 0.10);
	border-radius: 8px;
	background: #fff;
	color: var(--kempa-text);
	font-size: 14px;
}

/* Results cards */
.kempa-re-filter__results-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}
.kempa-re-filter__result-card {
	border: 1px solid rgba(32, 57, 47, 0.10);
	border-radius: 14px;
	padding: 14px;
	background: #fff;
}
.kempa-re-filter__result-media {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 12px;
	background: rgba(32, 57, 47, 0.06);
}
.kempa-re-filter__result-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	background: var(--kempa-accent);
	border-radius: 8px;
	text-transform: uppercase;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.kempa-re-filter__result-img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.kempa-re-filter__result-link {
	color: var(--kempa-green) !important;
	text-decoration: none !important;
	display: block;
}
.kempa-re-filter__result-title {
	font-weight: 800;
	line-height: 1.25;
}
.kempa-re-filter__result-meta {
	margin-top: 6px;
	color: rgba(32, 57, 47, 0.82);
	font-size: 14px;
	line-height: 1.3;
}

/* Pagination */
.kempa-re-filter__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 24px;
	flex-wrap: wrap;
}
.kempa-re-filter__pagination-prev,
.kempa-re-filter__pagination-next,
.kempa-re-filter__pagination-page {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid rgba(32, 57, 47, 0.15);
	border-radius: 8px;
	background: #fff;
	color: var(--kempa-green);
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 2px;
	font-weight: 600;
	transition: all 0.2s ease;
}
.kempa-re-filter__pagination-prev:hover,
.kempa-re-filter__pagination-next:hover,
.kempa-re-filter__pagination-page:hover {
	background: var(--kempa-accent);
	border-color: var(--kempa-accent);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(32, 57, 47, 0.15);
}
.kempa-re-filter__pagination-current {
	background: var(--kempa-gold);
	border-color: var(--kempa-gold);
	color: var(--kempa-green);
	font-weight: 700;
	pointer-events: none;
	text-decoration: none;
}
.kempa-re-filter__pagination-dots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	color: rgba(32, 57, 47, 0.5);
	font-weight: 600;
}

@media (max-width: 980px) {
	.kempa-re-filter__top { grid-template-columns: 1fr; }
	.kempa-re-filter__grid { grid-template-columns: 1fr; }
	.kempa-re-filter__results-grid { grid-template-columns: 1fr; }
	.kempa-re-filter__adv,
	.kempa-re-filter__submit { width: 40%; }
	.kempa-re-filter__top-actions { margin-top: -80px; }
}

.main-filter .kempa-re-filter__reset{
	display: none;
}

.ast-site-identity .site-title a {
	color: var(--ast-global-color-0);
}
 
.krp-wrap {
	max-width: 1200px;
	margin: 2rem auto 4rem;
	padding: 0 1rem;
	font-family: 'Georgia', serif;
	color: var(--c-text);
	overflow-x: hidden;
}
 
.krp-grid {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 2rem;
	align-items: start;
}
.krp-grid > * { min-width: 0; }
@media (max-width: 900px) {
	.krp-grid { grid-template-columns: 1fr; }
}
 
/* Slider */
.krp-slider {
	position: relative;
	border-radius: var(--radius);
	background: #111;
	aspect-ratio: 4/3;
	user-select: none;
	overflow: hidden;
}
.krp-slider__track {
	display: flex;
	height: 100%;
	transition: transform .45s cubic-bezier(.4,0,.2,1);
	will-change: transform;
}
.krp-slider__slide { min-width: 100%; height: 100%; }
.krp-slider__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
 
.krp-slider__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px; height: 44px;
	border-radius: 50%;
	background: var(--c-white);
	border: none; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 2px 12px rgba(0,0,0,0.18);
	z-index: 2;
	transition: background .2s, transform .2s;
	color: #1a3a2a;
}
.krp-slider__btn:hover { background: var(--c-gold); color: #fff; transform: translateY(-50%) scale(1.08); }
.krp-slider__btn--prev { left: 14px; }
.krp-slider__btn--next { right: 14px; }
.krp-slider__btn svg {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  flex-shrink: 0 !important;
  display: block !important;
}

/* Mobile: keep nav buttons inside slider bounds */
@media (max-width: 768px) {
	.krp-slider__btn {
		width: 36px;
		height: 36px;
		transform: translateY(-50%);
	}
	.krp-slider__btn:hover { transform: translateY(-50%); }
	.krp-slider__btn--prev { left: 12px; }
	.krp-slider__btn--next { right: 12px; }
	.krp-slider__btn svg {
		width: 18px !important;
		height: 18px !important;
		min-width: 18px !important;
	}
}

@media (max-width: 480px) {
	.krp-slider__btn {
		width: 32px;
		height: 32px;
		transform: translateY(-50%);
	}
	.krp-slider__btn:hover { transform: translateY(-50%); }
	.krp-slider__btn--prev { left: 10px; }
	.krp-slider__btn--next { right: 10px; }
}
 
.krp-slider__counter {
	position: absolute;
	bottom: 14px; right: 16px;
	background: rgba(0,0,0,.52);
	color: #fff; font-size: .82rem;
	padding: 3px 10px; border-radius: 20px;
	font-family: sans-serif;
}
.krp-slider__badge {
	position: absolute;
	top: 14px; left: 14px;
	background: var(--c-gold); color: #fff;
	font-size: .78rem; font-weight: 700;
	letter-spacing: .08em;
	padding: 4px 12px; border-radius: 20px;
	font-family: sans-serif; text-transform: uppercase;
}
 
/* Thumbnails */
.krp-thumbs {
	display: flex; gap: 8px;
	margin-top: 10px;
	overflow-x: auto; padding-bottom: 4px;
}
.krp-thumbs::-webkit-scrollbar { height: 4px; }
.krp-thumbs::-webkit-scrollbar-thumb { background: var(--c-gold); border-radius: 4px; }
.krp-thumb {
	min-width: 80px; width: 80px; height: 56px;
	border-radius: 8px; overflow: hidden; cursor: pointer;
	border: 2px solid transparent;
	transition: border-color .2s; flex-shrink: 0;
}
.krp-thumb.is-active { border-color: var(--c-gold); }
.krp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
 
/* Meta / Title */
.krp-meta-row { display: flex; align-items: center; gap: .6rem; margin-bottom: 1rem; flex-wrap: wrap; }
.krp-badge {
	display: inline-block;
	background: #1a3a2a; color: #fff;
	font-size: .78rem; font-weight: 700;
	letter-spacing: .07em;
	padding: 4px 14px; border-radius: 20px;
	font-family: sans-serif; text-transform: uppercase;
}
.krp-badge--rent { background: #7c4a00; }
.krp-object-id { font-family: sans-serif; font-size: .82rem; color: var(--c-muted); }
 
.krp-title {
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	font-weight: 700; line-height: 1.25;
	margin: 0 0 .6rem; color: var(--c-dark);
}
.krp-location {
	display: flex; align-items: center; gap: .4rem;
	font-family: sans-serif; font-size: .95rem; color: var(--c-muted);
	margin-bottom: 1.5rem;
}
.krp-location svg { width: 16px; height: 16px; flex-shrink: 0; }
 
/* Stats */
.krp-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	background: var(--c-border);
	border: 1px solid var(--c-border);
	border-radius: var(--radius);
	overflow: hidden;
	margin-bottom: 1.5rem;
}
/* Прибираємо сірий фон у порожніх клітинках grid */
.krp-stats::after { display: none; }
.krp-stat { background: var(--c-white); padding: 1rem 1.1rem; display: flex; flex-direction: column; gap: .25rem; flex: 1 1 120px; }
.krp-stat__label { font-family: sans-serif; font-size: .75rem; color: var(--c-muted); text-transform: uppercase; letter-spacing: .06em; }
.krp-stat__value { font-size: 1.1rem; font-weight: 700; color: var(--c-dark); font-family: sans-serif; }
 
/* Слайдер завжди на повну ширину */
.krp-slider { width: 100%; }
 
/* Description */
.krp-desc { margin-bottom: 1.5rem; }
.krp-desc h2 { font-size: 1.15rem; font-weight: 700; margin: 0 0 .6rem; color: var(--c-dark); }
.krp-desc p { font-size: 1rem; line-height: 1.7; color: var(--c-text); margin: 0; }
 
/* Sidebar */
.krp-sidebar { position: sticky; top: 100px; }
.krp-price-card {
	background: var(--c-white);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 1.5rem; margin-bottom: 1rem;
}
.krp-price { font-size: 2rem; font-weight: 800; color: var(--c-dark); font-family: sans-serif; line-height: 1; margin-bottom: .3rem; }
.krp-price-per { font-family: sans-serif; font-size: .9rem; color: var(--c-muted); margin-bottom: 1.25rem; }
 
.krp-btn {
	display: flex; align-items: center; justify-content: center; gap: .5rem;
	width: 100%; padding: .9rem 1rem; border-radius: 12px;
	font-family: sans-serif; font-size: 1rem; font-weight: 600;
	cursor: pointer; border: none;
	transition: opacity .2s, transform .15s;
	text-decoration: none; margin-bottom: .65rem;
	box-sizing: border-box;
}
.krp-btn:hover { opacity: .88; transform: translateY(-1px); }
.krp-btn:last-of-type { margin-bottom: 0; }
.krp-btn--call { background: var(--c-gold); color: #fff; }
.krp-btn--callback { background: #1a3a2a; color: #fff; margin-top: .4rem; }
.krp-btn svg { width: 18px; height: 18px; }
 
.krp-prop-type {
	margin-top: 1.25rem; padding-top: 1.25rem;
	border-top: 1px solid var(--c-border);
	font-family: sans-serif;
}
.krp-prop-type__label { font-size: .8rem; color: var(--c-muted); margin-bottom: .2rem; }
.krp-prop-type__value { font-size: 1rem; font-weight: 700; color: var(--c-dark); }
 
.krp-consult {
	background: var(--c-gold);
	border-radius: var(--radius);
	padding: 1.4rem 1.5rem; color: #fff;
}
.krp-consult h3 { font-size: 1.15rem; font-weight: 700; margin: 0 0 .4rem; }
.krp-consult p { font-size: .9rem; line-height: 1.5; margin: 0; opacity: .92; font-family: sans-serif; }
 
/* Popup */
.krp-popup-overlay {
	display: none;
	position: fixed; inset: 0;
	background: rgba(0,0,0,.55);
	z-index: 9999;
	align-items: center; justify-content: center;
}
.krp-popup-overlay.is-open { display: flex; }
 
.krp-popup {
	background: var(--c-white);
	border-radius: 22px; padding: 2rem;
	width: 100%; max-width: 440px;
	position: relative;
	box-shadow: 0 24px 60px rgba(0,0,0,.18);
	animation: krp-popup-in .3s cubic-bezier(.4,0,.2,1);
	margin: 1rem;
}
@keyframes krp-popup-in {
	from { transform: translateY(24px) scale(.97); opacity: 0; }
	to   { transform: none; opacity: 1; }
}
.krp-popup__close {
	position: absolute; top: 14px; right: 14px;
	width: 34px; height: 34px; border-radius: 50%;
	border: none; background: var(--c-bg);
	cursor: pointer; display: flex; align-items: center; justify-content: center;
	font-size: 1.2rem; color: var(--c-muted);
	transition: background .2s;
}
.krp-popup__close:hover { background: #eee; }
.krp-popup h2 { font-size: 1.3rem; font-weight: 700; margin: 0 0 .4rem; color: var(--c-dark); }
.krp-popup > p { font-family: sans-serif; font-size: .9rem; color: var(--c-muted); margin: 0 0 1.25rem; }
 
/* CF7 override */
.krp-popup .wpcf7-form p { margin: 0 0 .75rem; }
.krp-popup .wpcf7-form input[type="text"],
.krp-popup .wpcf7-form input[type="tel"],
.krp-popup .wpcf7-form textarea {
	width: 100%; box-sizing: border-box;
	padding: .75rem 1rem;
	border: 1px solid var(--c-border);
	border-radius: 10px;
	font-size: .95rem; font-family: sans-serif;
	outline: none; transition: border-color .2s;
}
.krp-popup .wpcf7-form input:focus,
.krp-popup .wpcf7-form textarea:focus { border-color: var(--c-gold); }
.krp-popup .wpcf7-form input[type="submit"] {
	background: var(--c-gold); color: #fff;
	border: none; padding: .85rem 1.5rem;
	border-radius: 10px; font-size: 1rem; font-weight: 600;
	cursor: pointer; width: 100%; font-family: sans-serif;
	transition: opacity .2s;
}
.krp-popup .wpcf7-form input[type="submit"]:hover { opacity: .88; }

.krp-map {
    margin-top: 2rem;
}

.krp-map h2 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.krp-map__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
}

.krp-map__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 250x;
    border: 0;
    display: block;
}

.ast-plain-container, .ast-page-builder-template, .ast-separate-container {
	background-color: white !important;
}

.kempa-re-filter__adv img {
	max-width: 25px;
}

.ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	fill: var(--kempa-gold) !important;
}

.kempa-re-filter__adv {
	z-index: 5;
}

.popmake-close {
	background-color: #a48749 !important;
    height: 35px !important;
    width: 35px !important;

}

#popmake-394 {
	border: none !important;
}

.krp-slider__wrapper {
  position: relative;
}

.kempa-footer {
	background: var(--kf-gold);
	color: var(--kf-text);
	font-family: inherit;
	border-top: 3px solid var(--kf-gold);
}

.kempa-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 24px 36px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}

/* Logo */
.kempa-footer__logo a {
	display: inline-block;
	text-decoration: none;
}
.kempa-footer__logo-img {
	width: auto;
	height: 200px;  /* fixed height; auto width keeps ratio */
	max-width: 180px;
	object-fit: contain;
	display: block;
}
.kempa-footer__logo-text {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .12em;
	color: var(--kf-light);
	text-transform: uppercase;
}

/* Nav */
.kempa-footer__nav {
	padding: 20px;
}

.kempa-footer__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.kempa-footer__nav a {
	color: var(--kf-text);
	text-decoration: none;
	font-size: .95rem;
	letter-spacing: .04em;
	text-transform: uppercase;
	transition: color .2s;
	position: relative;
	padding-bottom: 2px;
}
.kempa-footer__nav a::after {
	content:'';
	position:absolute;
	left:0;bottom:0;
	width:0;height:1px;
	background:var(--kf-light);
	transition:width .25s;
}
.kempa-footer__nav a:hover { color: var(--kf-light); }
.kempa-footer__nav a:hover::after { width:100%; }



/* Contacts */
.kempa-footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 20px;
}
.kempa-footer__phones {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.kempa-footer__phone-row {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}
.kempa-footer__phone {
	color: var(--kf-light);
	text-decoration: none;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: .03em;
	white-space: nowrap;
	transition: color .2s;
}
.kempa-footer__phone:hover { color: #fff; }

/* Messengers */
.kempa-footer__messengers {
	display: flex;
	gap: 8px;
	align-items: center;
}
.kempa-footer__messenger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	transition: transform .2s, opacity .2s;
	opacity: .85;
}
.kempa-footer__messenger svg {
	width: 18px;
	height: 18px;
}
.kempa-footer__messenger:hover { transform: scale(1.15); opacity: 1; }

.kempa-footer__messenger--wa { background: #25D366; color: #fff; }
.kempa-footer__messenger--vb { background: #7360f2; color: #fff; }
.kempa-footer__messenger--tg { background: #2AABEE; color: #fff; }

/* Info */
.kempa-footer__info {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.kempa-footer__email {
	color: var(--kf-light);
	text-decoration: none;
	font-size: .95rem;
	transition: color .2s;
}
.kempa-footer__email:hover { color: var(--kf-light); }

.kempa-footer__address {
	font-style: normal;
	font-size: .92rem;
	color: var(--kf-muted);
	line-height: 1.5;
}

/* Bottom bar */
.kempa-footer__bottom {
	border-top: 1px solid var(--kf-border);
	text-align: center;
	padding: 14px 24px;
	font-size: .8rem;
	color: var(--kf-muted);
}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 900px) {
	.kempa-footer__inner {
		grid-template-columns: 1fr 1fr;
		gap: 36px 32px;
	}
	.kempa-footer__logo {
		grid-column: 1 / -1;
		margin: 0 auto;
	}
}

@media (max-width: 580px) {
	.kempa-footer__inner {
		grid-template-columns: 1fr;
		padding: 36px 20px 28px;
		gap: 28px;
	}
	.kempa-footer__logo-img {
		height: 150px;
	}
	.kempa-footer__nav ul {
		flex-direction: column;
		flex-wrap: wrap;
		gap: 10px 20px;
	}
	.kempa-footer__phone {
		font-size: .98rem;
	}
}

.krp-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    transition: opacity 0.2s;
}
.krp-social-btn:hover { opacity: 0.85; }
.krp-social-btn svg { width: 22px; height: 22px; }

.krp-social-btn--wa { background: #25D366; }
.krp-social-btn--vb { background: #7360F2; }
.krp-social-btn--tg { background: #2AABEE; }

.pum-close {
	top: 5px !important;
	right: 5px !important;
}

#page {
	padding-right: 0;
}

.metaslider.ms-theme-nexus .caption-wrap .caption {
    padding: 10px !important;
    text-align: center
}

.ast-builder-menu-1 .menu-item > .menu-link, .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link, a:hover {
	color: var(--kempa-text) !important;
}

.kempa-re-filter-stats__title {
	color: var(--kempa-green) !important;
}

.metaslider.ms-theme-nexus .flexslider .flex-direction-nav li a.flex-next, .metaslider.ms-theme-nexus .flexslider .flex-direction-nav li a.flex-next:hover, .metaslider.ms-theme-nexus .flexslider .flex-direction-nav li a.flex-prev, .metaslider.ms-theme-nexus .flexslider .flex-direction-nav li a.flex-prev:hover {
	mask-position: center !important; 
	width: 45px !important;
}

header .custom-logo-link img {
	position: absolute;
    top: 0;
    left: 0;
}

.ast-mobile-header-content {
	z-index: 10;
}

.kempa-re-filter-stats {
			margin: 0 auto 2rem;
			max-width: 1200px;
			padding: 0 0.75rem;
		}
		.kempa-re-filter-stats__title {
			font-size: 1.6rem;
			font-weight: 700;
			margin-bottom: 1rem;
			color: #1f2937;
		}
		.kempa-re-filter-stats__grid {
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
			gap: 1rem;
		}
		.kempa-re-filter-stats__card {
			background: #ffffff;
			border: 1px solid rgba(15, 23, 42, 0.08);
			border-radius: 22px;
			padding: 1.25rem;
			box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			justify-content: center;
			min-height: 160px;
			transition: transform .2s ease, box-shadow .2s ease;
		}
		.kempa-re-filter-stats__card:hover {
			transform: translateY(-3px);
			box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
		}
		.kempa-re-filter-stats__emoji {
			font-size: 1.8rem;
			margin-bottom: 0.75rem;
		}
		.kempa-re-filter-stats__value {
			font-size: 2.25rem;
			font-weight: 700;
			color: #111827;
			line-height: 1;
		}
		.kempa-re-filter-stats__label {
			margin-top: 0.5rem;
			font-size: 1rem;
			font-weight: 600;
			color: #4b5563;
		}
		@media (max-width: 640px) {
			.kempa-re-filter-stats {
				padding: 0 0.5rem;
			}
			.kempa-re-filter-stats__title {
				font-size: 1.4rem;
			}
			.kempa-re-filter-stats__card {
				min-height: 140px;
				padding: 1rem;
			}
			.kempa-re-filter-stats__value {
				font-size: 2rem;
			}
		}

.chaty-svg circle, .chaty-svg ellipse {
	fill: var(--kempa-accent);
}
