/* light theme */
:root {
	--black: #000000;
	--white: #eeeeee;
}

body {
	background: #fafafa !important;
	--background-color: #fafafa !important;
	--text-color: #111111 !important;
	font-family: 'YS Geo', sans-serif;
}

.bgf5 {
	background: var(--white);
}

.service-item {
	background: var(--white);
}

.service-item-desc {
	color: #5f6469;
}

.service-item-time {
	color: #5f6469;
}

/* blue text */
.service-item-desc-accent {
	color: #0079ff;
}

/* ─── Pricing section title ───────────── */

/* ─── Pricing block — Split (exact demo v10) ── */
.pd10-card{margin-bottom:28px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
.pd10-card-header{font-size:1.1em;font-weight:600;color:#222;padding:0 0 12px;display:flex;align-items:center;justify-content:center;gap:8px}
.pd10-card-icon{font-size:1.05em;line-height:1}
.pd10-row{display:grid;grid-template-columns:1fr 140px;gap:0;padding:0;border-radius:12px;overflow:hidden;margin-bottom:8px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.04)}
.pd10-row:hover{box-shadow:0 4px 20px rgba(0,0,0,.14),0 8px 32px rgba(0,0,0,.06)}
.pd10-row-body{padding:14px 18px}
.pd10-row-name{font-size:.94em;font-weight:500;color:#222}
.pd10-row-desc{font-size:.83em;color:#888;margin-top:2px}
.pd10-meta{background:#f8f9fa;padding:14px 18px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;border-left:1px solid #eee}
.pd10-price{font-size:1.1em;font-weight:700;color:var(--text-color)}
.pd10-time{font-size:.82em;color:#666;margin-top:2px}
.pd10-footnote{padding:14px 18px;font-size:.83em;color:#999;background:#f5f6f7;border-radius:12px;line-height:1.5;margin-top:16px}
@media(max-width:640px){.pd10-row{grid-template-columns:1fr}.pd10-meta{border-left:none;border-top:1px solid #eee;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:8px;padding:10px 16px}.pd10-price{font-size:1em}.pd10-time{margin-top:0}}

/* active menu item */
#menu-mb-content a.active {
	font-weight: bold;
	color: #f47920 !important;
}

/* Yandex Good Place banner */
.is-goodplace-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--background-color, #fafafa);
	text-align: center;
	height: 585px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}
.is-goodplace-confetti {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.is-goodplace-confetti .is-gp-sweet {
	position: absolute;
}
.is-goodplace-confetti .is-gp-s1 { width: 100px; top: 30px; left: 3%; }
.is-goodplace-confetti .is-gp-s2 { width: 85px; top: 25px; right: 3%; }
.is-goodplace-confetti .is-gp-s3 { width: 90px; top: 45%; right: 2%; }
.is-goodplace-confetti .is-gp-s4 { width: 110px; bottom: 25px; left: 3%; }
.is-goodplace-confetti .is-gp-s5 { width: 95px; bottom: 20px; right: 4%; }
.is-goodplace-confetti .is-gp-s6 { width: 70px; top: 30%; left: 1%; }
.is-goodplace-confetti .is-gp-s7 { width: 60px; bottom: 40%; left: 6%; }
.is-goodplace-confetti .is-gp-s8 { width: 65px; top: 15%; left: 22%; }
.is-goodplace-confetti .is-gp-s9 { width: 80px; top: 10%; right: 22%; }
.is-goodplace-confetti .is-gp-s10 { width: 75px; bottom: 35%; right: 18%; }

.is-goodplace-content {
	position: relative;
	z-index: 2;
	max-width: 520px;
}
.is-goodplace-heading {
	font-size: 4em;
	color: #000;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 28px;
}
.is-goodplace-badge {
	display: block;
	width: 100%;
	max-width: 220px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

/* Tablet */
@media (max-width: 1024px) {
	.is-goodplace-banner { height: 450px; }
	.is-goodplace-heading { font-size: 3em; margin-bottom: 22px; }
	.is-goodplace-badge { max-width: 170px; }
	.is-goodplace-confetti .is-gp-s1 { width: 75px; top: 25px; left: 3%; }
	.is-goodplace-confetti .is-gp-s2 { width: 65px; top: 20px; right: 3%; }
	.is-goodplace-confetti .is-gp-s3 { width: 70px; top: 44%; right: 2%; }
	.is-goodplace-confetti .is-gp-s4 { width: 85px; bottom: 20px; left: 3%; }
	.is-goodplace-confetti .is-gp-s5 { width: 70px; bottom: 15px; right: 4%; }
	.is-goodplace-confetti .is-gp-s6 { width: 55px; top: 28%; left: 1%; }
	.is-goodplace-confetti .is-gp-s7 { width: 50px; bottom: 38%; left: 5%; }
	.is-goodplace-confetti .is-gp-s8 { width: 50px; top: 14%; left: 22%; }
	.is-goodplace-confetti .is-gp-s9 { width: 60px; top: 9%; right: 20%; }
	.is-goodplace-confetti .is-gp-s10 { width: 55px; bottom: 33%; right: 16%; }
}

/* Mobile */
@media (max-width: 768px) {
	.is-goodplace-banner { height: 360px; background: #eeeeee; }
	.is-goodplace-banner.is-model-page { display: none; }
	.is-contacts-module.is-model-page { display: none; }
	.is-goodplace-heading { font-size: 2em; margin-bottom: 18px; }
	.is-goodplace-badge { max-width: 140px; }
	.is-goodplace-confetti .is-gp-s1 { width: 55px; top: 20px; left: 3%; }
	.is-goodplace-confetti .is-gp-s2 { width: 50px; top: 15px; right: 3%; }
	.is-goodplace-confetti .is-gp-s3 { width: 50px; top: 42%; right: 2%; }
	.is-goodplace-confetti .is-gp-s4 { width: 60px; bottom: 15px; left: 3%; }
	.is-goodplace-confetti .is-gp-s5 { width: 55px; bottom: 10px; right: 4%; }
	.is-goodplace-confetti .is-gp-s6 { width: 40px; top: 26%; left: 1%; }
	.is-goodplace-confetti .is-gp-s7 { width: 40px; bottom: 36%; left: 5%; }
	.is-goodplace-confetti .is-gp-s8 { width: 45px; top: 12%; left: 20%; }
	.is-goodplace-confetti .is-gp-s9 { width: 50px; top: 8%; right: 18%; }
	.is-goodplace-confetti .is-gp-s10 { width: 45px; bottom: 30%; right: 14%; }
}

/* Small mobile */
@media (max-width: 480px) {
	.is-goodplace-banner { height: 306px; background: #eeeeee; }
	.is-goodplace-banner.is-model-page { display: none; }
	.is-contacts-module.is-model-page { display: none; }
	.is-goodplace-heading { font-size: 1.5em; margin-bottom: 14px; }
	.is-goodplace-badge { max-width: 110px; }
	.is-goodplace-confetti .is-gp-s1 { width: 40px; top: 15px; left: 3%; }
	.is-goodplace-confetti .is-gp-s2 { width: 35px; top: 10px; right: 3%; }
	.is-goodplace-confetti .is-gp-s3 { width: 40px; top: 40%; right: 2%; }
	.is-goodplace-confetti .is-gp-s4 { width: 45px; bottom: 12px; left: 3%; }
	.is-goodplace-confetti .is-gp-s5 { width: 40px; bottom: 8px; right: 4%; }
	.is-goodplace-confetti .is-gp-s6 { width: 35px; top: 24%; left: 1%; }
	.is-goodplace-confetti .is-gp-s7 { width: 35px; bottom: 34%; left: 4%; }
	.is-goodplace-confetti .is-gp-s8 { width: 38px; top: 10%; left: 18%; }
	.is-goodplace-confetti .is-gp-s9 { width: 40px; top: 6%; right: 16%; }
	.is-goodplace-confetti .is-gp-s10 { width: 38px; bottom: 28%; right: 12%; }
}

/* ─── Footer ──────────────────────────────────────────────── */
.is-footer {
  background: var(--black);
  color: #e0e0e0;
  padding: 0;
  margin-top: 60px;
}
.is-footer-inner {
  display: table;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 48px 20px 40px;
  border-collapse: separate;
  border-spacing: 40px 0;
}
.is-footer-col {
  display: table-cell;
  vertical-align: top;
  overflow-wrap: break-word;
}
.is-footer-brand {
  width: 28%;
}
.is-footer-logo {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.3px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.is-footer-logo img {
  display: block;
  flex-shrink: 0;
}
.is-footer-logo-text {
  transform: translateY(14%);
}
.is-footer-tagline {
  font-size: 0.9em;
  line-height: 1.5;
  color: #ccc;
}
.is-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}
.is-footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #eee;
  transition: background 0.2s, color 0.2s;
}
.is-footer-social-link:hover {
  text-decoration: none;
}
.is-footer-col-title {
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  font-size: 0.95em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.is-footer-nav a {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 2;
  transition: color 0.2s;
  display: block;
}
.is-footer-nav a:hover {
  color: #fff;
  text-decoration: none;
}
.is-footer-phone {
  font-size: 1.1em;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  overflow-wrap: break-word;
  display: block;
  line-height: 2;
}
.is-footer-phone:hover {
  color: #fff !important;
  text-decoration: none;
}
.is-footer-addr {
  font-size: 0.88em;
  line-height: 2;
  color: #ccc;
  display: block;
}
.is-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 16px 20px;
  font-size: 0.82em;
  color: #666;
}
.is-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  max-width: 1170px;
  margin: 0 auto;
}
.is-contacts-buttons {
  display: none;
}
.contacts-subtitle {
  padding: 0;
  font-size: 0.9em;
  color: #666;
}
@media (max-width: 576px) {
  .is-contacts-buttons {
    display: block;
  }
}
@media (max-width: 991px) {
  .is-footer-inner {
    display: block;
    padding: 40px 20px 32px;
    max-width: 720px;
  }
  .is-footer-col {
    display: block;
    width: 100%;
    margin-bottom: 28px;
  }
  .is-footer-col:last-child {
    margin-bottom: 0;
  }
  .is-footer-brand {
    text-align: center;
  }
  .is-footer-social {
    justify-content: center;
  }
  .is-footer-bottom {
    text-align: center;
  }
  .is-footer-bottom-inner {
    flex-direction: column;
    gap: 4px;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .is-footer { margin-top: 0; }
  .is-footer-inner {
    padding: 32px 20px 28px;
  }
  .is-footer-col {
    text-align: center;
    margin-bottom: 24px;
  }
  .is-footer-nav a {
    display: block;
    padding: 4px 0;
  }
  .is-footer-social {
    justify-content: center;
  }
  .is-footer-bottom {
    text-align: center;
  }
  .is-footer-bottom-inner {
    flex-direction: column;
    gap: 4px;
  }
}



/* ─── Slider banners ───────────────────────────────────────── */
.is-hidden { display: none; }
.is-slider-btn {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 32px;
	font-size: 16px;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s;
}
.pb80 { padding-bottom: 80px; }





/* ─── Header logo text ──────────────────────────────────────── */
.is-logo-text {
  float: none;
  width: auto;
  margin: 0 0 0 10px;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.3px;
  display: inline;
  vertical-align: middle;
  white-space: nowrap;
  transform: translateY(-28%);
}



/* ─── Device icons bigger on mobile ────────────────────────── */
@media (max-width: 767px) {
  .is-rc-item img {
    transform: scale(1.15);
  }
}

/* ─── Menu items centered, phone at right edge on desktop ──── */
@media (min-width: 993px) {
  #header-menu .menu-mb,
  #header-menu .menu-mb-left {
    display: none !important;
  }
  #header-menu .col-xs-10.col-xs-offset-1 {
    margin-left: 15.33%;
    padding-right: 150px;
  }
  #header-menu .is-menu-phone-wrapper {
    right: 2%;
  }
  #header-menu .is-menu-phone-wrapper .is-menu-phone {
    right: 0;
    font-size: 1.23em;
  }
}

/* ─── Logo 1% from left edge ───────────────────────────────── */
#header-menu .is-logo-wrapper {
  margin-left: 1%;
}

/* ─── Banners 10% taller on mobile ────────────────────────── */
@media (max-width: 767px) {
  .is-slide {
    height: 368px;
  }
}

/* ─── Table styling for legal/privacy pages ────────────────── */
.is-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}
.is-container table th,
.is-container table td {
  padding: 10px 14px;
  border: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
}
.is-container table th {
  background: #f5f5f5;
  font-weight: 600;
}
.is-container table tr:nth-child(even) td {
  background: #fafafa;
}
.is-container .text-muted {
  color: #888;
  font-size: 0.85em;
}
