:root {
  /* Brand palette: white / gray / gold (soft) */
  --zhivi-ink: #2a2c2e;
  --zhivi-ink-rgb: 42, 44, 46;
  --zhivi-gold: #bfa466;
  --zhivi-gold-rgb: 191, 164, 102;
  --zhivi-gold-soft: #d8caa6;
  --zhivi-gold-soft-rgb: 216, 202, 166;
  --zhivi-gray-50: #f7f8f8;
  --zhivi-gray-100: #eef1f1;
  --zhivi-gray-200: #e2e6e6;
  --zhivi-muted: #5b6167;

  --primary-color: var(--zhivi-ink);
  --secondary-color: var(--zhivi-gray-100);
  --accent-color: var(--zhivi-gold-soft);
  --text-color: rgba(var(--zhivi-ink-rgb), 0.78);
  --dark-divider-color: rgba(var(--zhivi-ink-rgb), 0.1);
  --divider-color: rgba(255, 255, 255, 0.18);
}

body {
  overflow-x: hidden;
}

.topbar-contact-info ul li > span {
  color: var(--white-color);
  display: flex;
  align-items: center;
}

.topbar-contact-info ul li > span img {
  max-width: 20px;
  margin-right: 10px;
}

/* Kill capitalize from template — looks bad in Russian */
h1, h2, h3, h4, h5, h6, p, a, span, li, th, td,
.section-title h3,
.service-body h3,
.home-contact-content h3,
.hero-counter-box p,
.btn-default,
.nav-link {
  text-transform: none !important;
}

/* Hero counters */
.zhivi-counters {
  display: flex;
  align-items: center;
  gap: 0;
}

.zhivi-counter-item {
  flex: 1;
  text-align: center;
}

.zhivi-counter-item h3 {
  font-size: 32px;
  color: var(--accent-color);
  margin-bottom: 5px;
  font-weight: 700;
}

.zhivi-counter-item p {
  color: var(--zhivi-ink);
  margin: 0;
  font-size: 14px;
}

.zhivi-counter-divider {
  width: 1px;
  height: 50px;
  background: rgba(var(--zhivi-ink-rgb), 0.15);
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .zhivi-counter-item h3 {
    font-size: 24px;
  }
  .zhivi-counter-item p {
    font-size: 12px;
  }
  .zhivi-counter-divider {
    height: 40px;
  }

  .topbar-contact-info ul li > span img {
    max-width: 16px;
  }
}

.zhivi-section-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(var(--zhivi-gold-rgb), 0.12);
  border: 1px solid rgba(var(--zhivi-gold-rgb), 0.22);
  color: rgba(var(--zhivi-gold-rgb), 0.98);
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero-content-body {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hero-content-body {
    flex-wrap: nowrap;
  }
}

.hero-content-body .btn-default {
  padding: 16px 46px 16px 18px;
  white-space: nowrap;
}

.hero-content-body .btn-default.btn-highlighted {
  margin-left: 0;
}

.zhivi-epilation-section .section-title h2 span {
  color: rgba(var(--zhivi-gold-rgb), 0.98);
}

.zhivi-epilation-section .solution-plan-body ul li:before {
  color: rgba(var(--zhivi-gold-rgb), 0.98);
}

.zhivi-epilation-cta {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin: -12px 0 40px;
}

.zhivi-epilation-section .solution-counter-item .icon-box img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(22%) saturate(520%) hue-rotate(8deg) brightness(94%) contrast(90%);
}

.zhivi-epilation-section .solution-plan-image img {
  box-shadow: 0 18px 45px rgba(var(--zhivi-ink-rgb), 0.12);
}

.zhivi-epilation-section .solution-plan-img-1,
.zhivi-epilation-section .solution-plan-img-2 {
  width: clamp(180px, 22vw, 320px);
  flex: 0 0 auto;
}

.zhivi-epilation-section .solution-plan-img-1 img,
.zhivi-epilation-section .solution-plan-img-2 img {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
}

/* Disable custom cursor (floating dot) */
.cb-cursor,
.cb-cursor-text {
  display: none !important;
}

.preloader {
  display: none !important;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.zhivi-logo img {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
}

.btn-default {
  background: var(--accent-color);
  color: var(--primary-color);
}

.btn-default::before {
  background-color: rgba(var(--zhivi-gold-rgb), 0.96);
}

.btn-default:hover {
  color: var(--white-color);
}

.btn-default:hover:before {
  background-color: rgba(var(--zhivi-gold-rgb), 1);
}

.btn-default.btn-highlighted {
  background: var(--secondary-color);
  color: var(--primary-color);
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.14);
}

.btn-default.btn-highlighted:hover {
  color: var(--white-color);
}

.btn-default.btn-highlighted::before {
  background-color: rgba(var(--zhivi-gold-rgb), 0.96);
}

.why-choose-image img {
  width: clamp(300px, 24vw, 430px);
  height: auto;
}

.hero {
  min-height: calc(100vh - 138px);
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero>.container {
  width: 100%;
}

/* Expert icons: keep one consistent (gold) tone */
.why-choose-item .icon-box img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(22%) saturate(520%) hue-rotate(8deg) brightness(94%) contrast(90%);
}

.why-choose-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.why-choose-item .icon-box::before,
.why-choose-box-2 .why-choose-item .icon-box::before {
  background-color: rgba(var(--zhivi-gold-rgb), 0.96);
}

.zhivi-hero-img figure {
  position: relative;
  display: inline-block;
  margin: 0;
  width: clamp(240px, 22vw, 380px);
  aspect-ratio: 5 / 8;
  background: transparent;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(var(--zhivi-ink-rgb), 0.18);
}

.zhivi-hero-img {
  text-align: center;
}

.zhivi-hero-img figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 520px at 24% 10%, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 52%),
    radial-gradient(900px 520px at 75% 92%, rgba(var(--zhivi-gold-rgb), 0.16), rgba(255, 255, 255, 0) 54%);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.zhivi-hero-img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  max-width: none;
  object-fit: cover;
  object-position: 50% 78%;
}

.zhivi-expert-chip {
  /* Match Physiocare behavior: left aligned + floating left/right */
  left: 18px;
  right: auto;
  max-width: 280px;
  width: auto;
}

.zhivi-expert-chip .icon-box {
  /* Requested: no doctor photo/icon in this chip */
  display: none;
}

.zhivi-expert-chip .export-doctor-content {
  width: auto;
  max-width: 240px;
}

.zhivi-expert-chip .export-doctor-content h3 {
  font-size: 18px;
  line-height: 1.1em;
  margin-bottom: 4px;
}

.zhivi-expert-chip .export-doctor-content p {
  font-size: 14px;
  line-height: 1.25em;
}

.about-content .section-title p,
.hero-content .section-title p {
  max-width: 100%;
}

.zhivi-hero-title {
  max-width: none;
  font-size: clamp(32px, 2.8vw, 46px);
  line-height: 1.15;
}

.zhivi-hero-title-accent {
  white-space: nowrap;
}

.zhivi-about-main {
  display: flex;
  width: 100%;
}

.zhivi-about-main img {
  width: 100%;
  height: clamp(560px, 66vh, 740px);
  object-fit: cover;
  object-position: center;
}

.company-experience {
  right: 24px;
  bottom: 24px;
}

.zhivi-why-block {
  background: var(--zhivi-gray-50);
  padding: 110px 0;
}

.zhivi-why-block .section-title {
  margin-bottom: 36px;
}

.zhivi-why-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(90deg, var(--zhivi-gray-200) 0 50%, var(--zhivi-gray-100) 50% 100%);
}

.zhivi-why-side {
  display: grid;
  align-content: stretch;
}

.zhivi-why-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem 2.2rem;
  min-height: 176px;
  border-bottom: 1px solid rgba(var(--zhivi-ink-rgb), 0.12);
}

.zhivi-why-left .zhivi-why-item {
  padding-right: 7.2rem;
}

.zhivi-why-right .zhivi-why-item {
  padding-left: 7.2rem;
}

.zhivi-why-left .zhivi-why-item:last-child,
.zhivi-why-right .zhivi-why-item:last-child {
  border-bottom: none;
}

.zhivi-why-right .zhivi-why-item {
  justify-content: space-between;
  border-bottom-color: rgba(var(--zhivi-ink-rgb), 0.12);
}

.zhivi-why-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 10px;
  background: rgba(var(--zhivi-ink-rgb), 0.05);
  display: grid;
  place-items: center;
}

.zhivi-why-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.zhivi-why-text h4 {
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  line-height: 1.2em;
}

.zhivi-why-item .zhivi-why-text h4 {
  font-size: 1.6rem;
  font-family: var(--accent-font);
}

.zhivi-why-left .zhivi-why-text h4,
.zhivi-why-left .zhivi-why-text p {
  color: var(--primary-color);
}

.zhivi-why-right .zhivi-why-text h4,
.zhivi-why-right .zhivi-why-text p {
  color: var(--primary-color);
  text-align: right;
}

.zhivi-why-text p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.5em;
}

.zhivi-why-center {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 420px;
  z-index: 2;
  pointer-events: none;
}

.zhivi-why-center img {
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.2));
}

.pricing-section {
  padding: 110px 0;
  background: var(--zhivi-gray-50);
}

/* Expert section: make both halves visually equal */
.why-choose-us .why-choose-us-box {
  position: relative;
  border-radius: 30px;
  overflow: visible;
}

.why-choose-us .why-choose-us-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.12);
  background: linear-gradient(90deg, var(--zhivi-gray-100) 0 50%, var(--zhivi-ink) 50% 100%);
  z-index: 0;
}

.why-choose-us .why-choose-us-box>.row {
  position: relative;
  z-index: 1;
}

.why-choose-image {
  z-index: 2;
}

.why-choose-box-1,
.why-choose-box-2 {
  background: transparent;
  border-radius: 0;
}

.why-choose-item {
  border-bottom-width: 1px;
}

.why-choose-box-2 .why-choose-item {
  border-color: var(--divider-color);
}

.why-choose-box-2 .why-choose-content h3 {
  color: var(--white-color);
}

.why-choose-box-2 .why-choose-content p {
  color: rgba(255, 255, 255, 0.72);
  opacity: 1;
}

.pricing-box {
  background: #fff;
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.14);
  border-radius: 22px;
  padding: 1.8rem 1.5rem;
  height: 100%;
}

.pricing-box h4 {
  margin: 0 0 0.8rem;
  color: #1a1a1a;
  font-size: 1.2rem;
}

.pricing-box ul {
  list-style: none;
  margin: 0 0 1.3rem;
  padding: 0;
}

.pricing-box li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.58rem 0;
  border-bottom: 1px dashed rgba(var(--zhivi-ink-rgb), 0.18);
}

.pricing-box li span {
  color: var(--zhivi-muted);
}

.pricing-box li strong {
  white-space: nowrap;
  color: var(--zhivi-ink);
}

.zhivi-price-code-inline {
  display: inline-block;
  margin-right: 0.55rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(var(--zhivi-gold-rgb), 0.14);
  color: rgba(var(--zhivi-ink-rgb), 0.78);
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 0.8rem;
  line-height: 1.2em;
  vertical-align: 0.05em;
}

.pricing-actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.gallery-section {
  padding: 110px 0;
}

.zhivi-reviews-section {
  position: relative;
  padding: 30px 0 110px;
  background: #fff;
}

.zhivi-reviews-section::before {
  content: none;
}

.zhivi-reviews-section > .container {
  position: relative;
  z-index: 1;
}

.zhivi-reviews-stage {
  position: relative;
  padding: 0;
}

.zhivi-reviews-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-top: 3.5rem;
}

.zhivi-reviews-actions .btn-default {
  width: fit-content;
  box-shadow: none;
}

.zhivi-reviews-actions .btn-default:hover {
  box-shadow: none;
}

.zhivi-reviews-shell {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.zhivi-reviews-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem 0;
}

.zhivi-reviews-source {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  min-height: 58px;
  padding: 0.4rem 0.5rem 0.4rem 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.08);
}

.zhivi-reviews-source-meta {
  display: grid;
  gap: 0.05rem;
  padding-right: 0.45rem;
}

.zhivi-reviews-source-meta strong {
  color: var(--zhivi-ink);
  font-size: 1.15rem;
  line-height: 1;
}

.zhivi-reviews-source-meta span {
  color: rgba(var(--zhivi-ink-rgb), 0.62);
  font-size: 0.92rem;
  line-height: 1.2;
}

.zhivi-reviews-switch {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem;
  border-radius: 999px;
  background: rgba(var(--zhivi-ink-rgb), 0.04);
}

.zhivi-reviews-switch-btn {
  border: 0;
  background: transparent;
  color: rgba(var(--zhivi-ink-rgb), 0.64);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  min-height: 40px;
  padding: 0 1rem;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.zhivi-reviews-switch-btn.is-active {
  background: rgba(var(--zhivi-gold-rgb), 0.9);
  color: rgba(var(--zhivi-ink-rgb), 0.95);
  box-shadow: none;
}

.zhivi-reviews-switch-btn:not(.is-active):hover {
  color: rgba(var(--zhivi-ink-rgb), 0.88);
  transform: translateY(-1px);
}

.zhivi-reviews-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.zhivi-reviews-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: rgba(var(--zhivi-ink-rgb), 0.84);
  color: #fff;
  box-shadow: none;
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.zhivi-reviews-arrow:hover {
  transform: translateY(-1px);
  background: rgba(var(--zhivi-gold-rgb), 0.96);
}

.zhivi-reviews-arrow.swiper-button-disabled {
  opacity: 0.42;
  cursor: default;
  transform: none;
}

.zhivi-reviews-arrow svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zhivi-reviews-slider {
  padding: 1.2rem 1.25rem 1rem;
}

.zhivi-review-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  padding: 1.6rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: none;
  backdrop-filter: blur(14px);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.zhivi-review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--zhivi-gold-rgb), 0.45);
  box-shadow: none;
}

.zhivi-review-card-placeholder {
  min-height: 360px;
  background:
    linear-gradient(90deg, rgba(var(--zhivi-ink-rgb), 0.05) 25%, rgba(var(--zhivi-ink-rgb), 0.08) 37%, rgba(var(--zhivi-ink-rgb), 0.05) 63%);
  background-size: 400% 100%;
  animation: zhivi-review-shimmer 1.4s ease infinite;
}

@keyframes zhivi-review-shimmer {
  0% { background-position: 100% 50%; }
  100% { background-position: 0 50%; }
}

.zhivi-review-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1.1rem;
}

.zhivi-review-card-stars {
  color: #eda90b;
  font-size: 1rem;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.zhivi-review-card-date {
  color: rgba(var(--zhivi-ink-rgb), 0.52);
  font-size: 0.93rem;
  white-space: nowrap;
}

.zhivi-review-card-text {
  margin: 0 0 1.4rem;
  color: rgba(var(--zhivi-ink-rgb), 0.8);
  font-size: 1.02rem;
  line-height: 1.78;
}

.zhivi-review-card-answer {
  margin-top: auto;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(var(--zhivi-gold-rgb), 0.12);
  color: rgba(var(--zhivi-ink-rgb), 0.74);
  font-size: 0.92rem;
  line-height: 1.55;
}

.zhivi-review-card-answer strong {
  color: var(--zhivi-ink);
}

.zhivi-review-card-footer {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.4rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(var(--zhivi-ink-rgb), 0.08);
}

.zhivi-review-card-avatar,
.zhivi-review-card-avatar img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex: 0 0 56px;
}

.zhivi-review-card-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(var(--zhivi-gold-rgb), 0.18);
  color: rgba(var(--zhivi-ink-rgb), 0.9);
  font-weight: 800;
  font-size: 1rem;
}

.zhivi-review-card-avatar img {
  object-fit: cover;
  display: block;
}

.zhivi-review-card-person {
  min-width: 0;
}

.zhivi-review-card-person strong {
  display: block;
  color: var(--zhivi-ink);
  font-size: 1.05rem;
  line-height: 1.2;
}

.zhivi-review-card-person span {
  display: block;
  margin-top: 0.15rem;
  color: rgba(var(--zhivi-ink-rgb), 0.54);
  font-size: 0.92rem;
}

.zhivi-review-card-source {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: rgba(var(--zhivi-ink-rgb), 0.05);
  color: rgba(var(--zhivi-ink-rgb), 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zhivi-reviews-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0 0 0.55rem;
}

.zhivi-reviews-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: rgba(var(--zhivi-ink-rgb), 0.18);
  opacity: 1;
}

.zhivi-reviews-pagination .swiper-pagination-bullet-active {
  background: rgba(var(--zhivi-gold-rgb), 0.96);
}

.gallery-card {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.12);
  background: #fff;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.gallery-card:hover img {
  transform: scale(1.04);
}

.contact-callout {
  background: var(--zhivi-gray-50);
  padding: 95px 0;
}

.zhivi-map-iframe,
.zhivi-map-iframe iframe {
  min-height: 520px;
  border-radius: 0;
}

.zhivi-map-iframe {
  position: relative;
}

.zhivi-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -100%) rotate(-45deg);
  border-radius: 50% 50% 50% 0;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  border: 4px solid #2b6ff7;
  z-index: 2;
  pointer-events: none;
}

.zhivi-map-label {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.12);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
  max-width: min(320px, calc(100% - 32px));
  pointer-events: none;
}

.zhivi-map-label-title {
  font-weight: 800;
  color: rgba(var(--zhivi-ink-rgb), 0.92);
  line-height: 1.15em;
}

.zhivi-map-label-sub {
  margin-top: 0.15rem;
  color: rgba(var(--zhivi-ink-rgb), 0.62);
  font-size: 0.92rem;
}

.zhivi-map-requisites {
  padding: 30px 15px 80px;
}

.zhivi-map-requisites-card {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  background: var(--zhivi-ink);
}

.zhivi-requisites-panel {
  min-height: 520px;
  display: grid;
  align-content: start;
  gap: 0.15rem;
  padding: 44px clamp(22px, 3.4vw, 54px);
  background: var(--zhivi-ink);
  color: rgba(255, 255, 255, 0.78);
}

.zhivi-requisites-panel h4 {
  margin-top: 0;
}

.zhivi-map-requisites-card .row > [class*="col-"] {
  display: flex;
}

.zhivi-map-requisites-card .row > [class*="col-"]:first-child {
  background: #fff;
}

.zhivi-map-requisites-card .row > [class*="col-"]:last-child {
  position: relative;
  margin-left: -30px;
}

.zhivi-contact-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.4rem;
  padding: 36px clamp(22px, 3vw, 42px);
}

.zhivi-contact-panel-head {
  display: grid;
  gap: 0.8rem;
}

.zhivi-contact-panel-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(var(--zhivi-gold-rgb), 0.96);
  font-size: 0.92rem;
  font-weight: 800;
}

.zhivi-contact-panel-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.18rem, 1.15vw, 1.55rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
  max-width: 22ch;
}

.zhivi-contact-panel .contact-cards.zhivi-contact-cards {
  gap: 0.75rem;
}

.zhivi-contact-panel .contact-cards.zhivi-contact-cards a {
  display: block;
  padding: 0.95rem 1rem 1rem;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.zhivi-contact-panel .contact-cards.zhivi-contact-cards a strong {
  display: block;
  margin-bottom: 0.26rem;
  color: rgba(255, 255, 255, 0.98);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
}

.zhivi-contact-panel .contact-cards.zhivi-contact-cards a span {
  display: block;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.35;
}

.zhivi-contact-panel .contact-cards.zhivi-contact-cards a:hover {
  border-color: rgba(var(--zhivi-gold-rgb), 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.08));
  transform: translateY(-1px);
}

.zhivi-map-requisites .zhivi-map-iframe iframe {
  display: block;
  width: calc(100% + 38px);
  max-width: none;
  height: 100%;
  margin-right: -38px;
}

.zhivi-map-requisites .zhivi-map-iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .zhivi-reviews-section {
    padding-bottom: 90px;
  }

  .zhivi-reviews-actions {
    justify-content: center;
    padding-top: 0;
    margin-top: 8px;
  }

  .zhivi-reviews-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .zhivi-reviews-source {
    width: 100%;
    justify-content: space-between;
  }

  .zhivi-reviews-nav {
    align-self: flex-end;
  }
}

@media (max-width: 767px) {
  .zhivi-reviews-toolbar,
  .zhivi-reviews-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .zhivi-reviews-source {
    border-radius: 22px;
    padding: 0.6rem;
  }

  .zhivi-reviews-switch {
    width: 100%;
    justify-content: space-between;
  }

  .zhivi-reviews-switch-btn {
    flex: 1 1 0;
    padding: 0 0.8rem;
  }

  .zhivi-reviews-source-meta {
    width: 100%;
    padding: 0 0.2rem;
  }

  .zhivi-review-card {
    padding: 1.25rem;
    border-radius: 22px;
  }

  .zhivi-review-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .zhivi-review-card-text {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .zhivi-review-card-footer {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .zhivi-review-card-source {
    margin-left: 0;
  }
}

.main-footer {
  padding: 55px 0 0;
}

.contact-cards {
  display: grid;
  gap: 0.7rem;
}

.contact-cards a {
  text-decoration: none;
  color: var(--zhivi-ink);
  background: #fff;
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.12);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  font-weight: 700;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.contact-cards a span {
  display: block;
  margin-top: 0.2rem;
  font-weight: 500;
  color: var(--zhivi-muted);
}

.contact-cards a:hover {
  border-color: rgba(var(--zhivi-gold-rgb), 0.65);
  transform: translateY(-1px);
}

.footer-copyright-text {
  width: 100%;
}

.zhivi-requisites {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.55em;
}

.zhivi-requisites-footer {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0 10px;
}

.zhivi-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 1fr);
  gap: 24px 40px;
  align-items: start;
}

.zhivi-footer-grid .zhivi-requisites-footer {
  max-width: none;
  margin: 0;
}

.zhivi-footer-docs p {
  margin-bottom: 0.75rem;
}

.zhivi-requisites h4 {
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.1rem;
}

.zhivi-requisites p {
  margin: 0 0 0.55rem;
}

.zhivi-requisites a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(var(--zhivi-gold-rgb), 0.7);
}

.zhivi-requisites a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration-color: rgba(var(--zhivi-gold-rgb), 0.95);
}

.zhivi-requisites-note {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.66);
}

.footer-copyright-text p {
  margin: 0;
  padding: 1.3rem 0;
}

/* Extended price page */
.zhivi-price-main {
  padding: 110px 0 90px;
  background: var(--zhivi-gray-50);
}

.legal-main {
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at top left, rgba(var(--zhivi-gold-rgb), 0.12), transparent 34%),
    linear-gradient(180deg, #f7f4ee 0%, #f5f5f2 100%);
}

.legal-card {
  max-width: 960px;
  margin: 0 auto;
  padding: 36px clamp(20px, 4vw, 44px);
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 60px rgba(24, 33, 45, 0.08);
}

.legal-card > *:first-child {
  margin-top: 0;
}

.legal-card > *:last-child {
  margin-bottom: 0;
}

.legal-card h2 {
  margin: 2rem 0 0.9rem;
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  color: var(--zhivi-ink);
}

.legal-card p,
.legal-card li {
  color: rgba(var(--zhivi-ink-rgb), 0.82);
  font-size: 1rem;
  line-height: 1.72;
}

.legal-card p {
  margin: 0 0 1rem;
}

.legal-card ol,
.legal-card ul {
  margin: 0 0 1.15rem;
  padding-left: 1.35rem;
}

.legal-card li + li {
  margin-top: 0.55rem;
}

.legal-card a {
  color: var(--zhivi-ink);
  text-decoration: underline;
  text-decoration-color: rgba(var(--zhivi-gold-rgb), 0.75);
  text-underline-offset: 3px;
}

.legal-card a:hover {
  text-decoration-color: rgba(var(--zhivi-gold-rgb), 1);
}

.legal-card-intro {
  font-size: 1.08rem;
}

.legal-card-meta {
  margin-bottom: 1.5rem;
  color: rgba(var(--zhivi-ink-rgb), 0.62);
  font-size: 0.95rem;
}

.zhivi-price-tools {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 1.2rem;
  max-width: 1080px;
}

.zhivi-price-search {
  flex: 1 1 420px;
  display: grid;
  gap: 0.35rem;
}

.zhivi-price-search-label {
  font-weight: 700;
  color: rgba(var(--zhivi-ink-rgb), 0.74);
  font-size: 0.95rem;
}

.zhivi-price-search input {
  width: 100%;
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.16);
  border-radius: 14px;
  padding: 0.85rem 0.9rem;
  outline: none;
  background: #fff;
  color: var(--zhivi-ink);
}

.zhivi-price-search input:focus {
  border-color: rgba(var(--zhivi-gold-rgb), 0.85);
  box-shadow: 0 0 0 4px rgba(var(--zhivi-gold-rgb), 0.16);
}

.zhivi-price-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.zhivi-price-table-wrap {
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.14);
  border-radius: 18px;
  overflow: auto;
}

.zhivi-price-table {
  width: 100%;
  min-width: 780px;
  border-collapse: separate;
  border-spacing: 0;
}

.zhivi-price-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid rgba(var(--zhivi-ink-rgb), 0.12);
  color: rgba(var(--zhivi-ink-rgb), 0.78);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
  padding: 0.9rem 1rem;
}

.zhivi-price-th-code {
  width: 170px;
}

.zhivi-price-th-price {
  width: 140px;
  text-align: right;
}

.zhivi-price-table td {
  padding: 0.85rem 1rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(var(--zhivi-ink-rgb), 0.08);
}

.zhivi-price-category td {
  background: rgba(var(--zhivi-gold-rgb), 0.12);
  color: var(--primary-color);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom-color: rgba(var(--zhivi-ink-rgb), 0.12);
}

.zhivi-price-code code {
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.92rem;
  padding: 0.2rem 0.45rem;
  border-radius: 10px;
  background: rgba(var(--zhivi-gold-rgb), 0.16);
  color: rgba(var(--zhivi-ink-rgb), 0.86);
}

.zhivi-price-price {
  text-align: right;
  white-space: nowrap;
  font-weight: 800;
  color: var(--zhivi-ink);
}

.zhivi-price-footnote {
  max-width: 1080px;
  margin: 1rem auto 0;
  color: rgba(var(--zhivi-ink-rgb), 0.68);
}

.zhivi-price-footnote p {
  margin: 0;
}

/* FORKOSMO section */
.forkosmo-section {
  padding: 110px 0;
  background: var(--zhivi-gray-50);
}

.forkosmo-section .section-title .forkosmo-distributor {
  margin-top: 16px;
  margin-bottom: 0;
  color: rgba(var(--zhivi-ink-rgb), 0.7);
  font-weight: 600;
}

.forkosmo-section .service-item {
  margin-bottom: 0;
  height: 100%;
  border-color: rgba(var(--zhivi-ink-rgb), 0.12);
  box-shadow: 0 18px 40px rgba(var(--zhivi-ink-rgb), 0.06);
}

.forkosmo-service-item {
  height: 100% !important;
  background: #fff;
}

.forkosmo-service-item:before {
  background-color: rgba(var(--zhivi-gold-rgb), 0.12);
}

.forkosmo-service-item:not(.forkosmo-cta-item):hover .service-body h3 {
  color: var(--primary-color);
}

.forkosmo-service-item:not(.forkosmo-cta-item):hover .service-body p {
  color: var(--text-color);
}

.forkosmo-service-item:not(.forkosmo-cta-item) .icon-box {
  width: 100%;
  height: clamp(130px, 14vw, 180px);
  background:
    radial-gradient(700px 260px at 30% 20%, rgba(var(--zhivi-gold-rgb), 0.14), rgba(255, 255, 255, 0) 62%),
    linear-gradient(180deg, #fff, var(--zhivi-gray-50));
  border-radius: 22px;
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.1);
  box-shadow: 0 10px 28px rgba(var(--zhivi-ink-rgb), 0.06);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.forkosmo-service-item:not(.forkosmo-cta-item) .icon-box img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: 50% 55%;
  border-radius: inherit;
  padding: 0;
  transform: none;
  transition: transform 0.4s ease;
}

.forkosmo-service-item:not(.forkosmo-cta-item):hover .icon-box img {
  transform: scale(1.04);
}

.forkosmo-section .service-footer {
  display: none;
}

.forkosmo-service-item .service-footer a {
  background-color: rgba(var(--zhivi-ink-rgb), 0.92);
}

.forkosmo-service-item .service-footer a:hover {
  background-color: rgba(var(--zhivi-gold-rgb), 0.96);
}

.forkosmo-cta-item {
  background: var(--zhivi-ink);
  border-color: rgba(var(--zhivi-gold-rgb), 0.35);
}

.forkosmo-cta-item:before {
  display: none;
}

.forkosmo-cta-item .service-body h3,
.forkosmo-cta-item .service-body p {
  color: var(--white-color);
}

.forkosmo-cta-item .service-body p {
  opacity: 0.86;
}

.forkosmo-cta-item .forkosmo-cta-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: rgba(var(--zhivi-gold-rgb), 0.12);
  border-color: rgba(var(--zhivi-gold-rgb), 0.25);
  box-shadow: none;
}

.forkosmo-cta-item .forkosmo-cta-icon i {
  color: rgba(var(--zhivi-gold-soft-rgb), 0.98);
  font-size: 28px;
}

.forkosmo-cta-item .forkosmo-cta-icon {
  color: rgba(var(--zhivi-gold-soft-rgb), 0.98);
}

.forkosmo-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.12);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.forkosmo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(var(--zhivi-ink-rgb), 0.08);
  border-color: rgba(var(--zhivi-gold-rgb), 0.5);
}

.forkosmo-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  padding: 1.1rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(var(--zhivi-ink-rgb), 0.08);
}

.forkosmo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.forkosmo-card:hover .forkosmo-img img {
  transform: scale(1.06);
}

.forkosmo-body {
  padding: 1.6rem 1.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.forkosmo-category {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(var(--zhivi-gold-rgb), 0.98);
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.forkosmo-title {
  font-size: 1.1rem;
  line-height: 1.35em;
  color: var(--zhivi-ink);
  font-weight: 700;
  margin: 0 0 0.6rem;
}

.forkosmo-desc {
  margin: 0 0 1.1rem;
  color: rgba(var(--zhivi-ink-rgb), 0.72);
  font-size: 0.95rem;
  line-height: 1.45em;
  flex: 1;
}

.forkosmo-price {
  margin-top: auto;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.forkosmo-old-price {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--zhivi-muted);
  text-decoration: line-through;
}

.forkosmo-actions {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}

.forkosmo-actions .btn-default {
  padding-left: 36px;
  padding-right: 36px;
}

/* Team section */
.team-section {
  padding: 110px 0;
  background:
    radial-gradient(900px 320px at 18% 6%, rgba(var(--zhivi-gold-rgb), 0.12), rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, #f6f7f5 0%, #eef0ee 100%);
}

.team-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(var(--zhivi-ink-rgb), 0.1);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(var(--zhivi-ink-rgb), 0.07);
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) 1.05fr;
  align-items: stretch;
}

.team-card-media {
  position: relative;
  min-height: 100%;
  background:
    radial-gradient(140% 90% at 50% 8%, rgba(var(--zhivi-gold-rgb), 0.22), rgba(255, 255, 255, 0) 56%),
    linear-gradient(180deg, #f3efe4 0%, #e6e8e5 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 26px 18px 0;
}

.team-card-media img {
  width: 100%;
  max-width: 360px;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}

.team-card-body {
  padding: 34px 34px 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.team-card-role {
  display: inline-flex;
  align-self: flex-start;
  justify-content: center;
  text-align: center;
  padding: 10px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(var(--zhivi-gold-rgb), 0.14);
  color: rgba(var(--zhivi-ink-rgb), 0.84);
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.team-card-body h3 {
  margin: 0 0 14px;
  font-size: clamp(30px, 2.1vw, 40px);
  line-height: 1.04;
  color: var(--zhivi-ink);
}

.team-card-body p {
  margin: 0;
  color: rgba(var(--zhivi-ink-rgb), 0.72);
  font-size: 1rem;
  line-height: 1.65;
}

.team-card-body .team-card-lead {
  margin-bottom: 12px;
  color: rgba(var(--zhivi-ink-rgb), 0.84);
  font-weight: 600;
}

/* Wheel promo modal */
body.zhivi-wheel-open {
  overflow: hidden;
}

:root {
  --zhivi-wheel-bg-1: #f7f2e7;
  --zhivi-wheel-bg-2: #efe7d8;
  --zhivi-wheel-panel: rgba(255, 252, 246, 0.94);
  --zhivi-wheel-panel-soft: rgba(214, 191, 139, 0.09);
  --zhivi-wheel-line: rgba(126, 108, 72, 0.12);
  --zhivi-wheel-gold: #c9ae6f;
  --zhivi-wheel-gold-soft: #e9dcc0;
  --zhivi-wheel-ivory: #fffaf2;
  --zhivi-wheel-text: #232a32;
  --zhivi-wheel-muted: rgba(35, 42, 50, 0.68);
}

.zhivi-wheel-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.zhivi-wheel-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.zhivi-wheel-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(112, 104, 92, 0.28);
  backdrop-filter: blur(8px);
}

.zhivi-wheel-dialog {
  position: relative;
  width: min(1120px, 100%);
  overflow: hidden;
  border-radius: 32px;
  transform: scale(var(--zhivi-wheel-scale, 1));
  transform-origin: center center;
  will-change: transform;
  background:
    radial-gradient(620px 260px at 12% 16%, rgba(201, 174, 111, 0.16), rgba(255, 255, 255, 0) 68%),
    radial-gradient(480px 240px at 84% 10%, rgba(201, 174, 111, 0.09), rgba(255, 255, 255, 0) 62%),
    linear-gradient(135deg, var(--zhivi-wheel-bg-2) 0%, var(--zhivi-wheel-bg-1) 56%, #fcf9f3 100%);
  border: 1px solid rgba(201, 174, 111, 0.22);
  box-shadow:
    0 36px 80px rgba(83, 67, 39, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.56) inset;
}

.zhivi-wheel-dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(126, 108, 72, 0.04) 1px, transparent 1px) 0 0 / 100% 54px,
    linear-gradient(90deg, rgba(126, 108, 72, 0.035) 1px, transparent 1px) 0 0 / 54px 100%;
  opacity: 0.5;
  pointer-events: none;
}

.zhivi-wheel-dialog::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(214, 191, 139, 0.05), rgba(214, 191, 139, 0) 18%, rgba(214, 191, 139, 0) 82%, rgba(214, 191, 139, 0.04));
  pointer-events: none;
}

.zhivi-wheel-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(35, 42, 50, 0.08);
  color: var(--zhivi-wheel-text);
  font-size: 28px;
  line-height: 1;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.zhivi-wheel-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 470px) 1fr;
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  padding:
    clamp(28px, 4vw, 40px)
    clamp(28px, 4vw, 40px)
    clamp(18px, 2.4vw, 24px);
}

.zhivi-wheel-stage {
  position: relative;
  z-index: 2;
  padding: 24px 14px 24px 10px;
}

.zhivi-wheel-pointer {
  position: absolute;
  top: 50%;
  right: -4px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 24px solid rgba(214, 191, 139, 0.96);
  filter:
    drop-shadow(0 0 10px rgba(201, 174, 111, 0.3))
    drop-shadow(0 0 20px rgba(201, 174, 111, 0.14));
}

.zhivi-wheel-disc {
  --wheel-size: min(430px, 70vw);
  position: relative;
  width: var(--wheel-size);
  height: var(--wheel-size);
  margin: 0 auto;
  border-radius: 50%;
  border: 7px solid rgba(214, 191, 139, 0.72);
  background:
    radial-gradient(circle at center, rgba(246, 240, 228, 1) 0 17%, transparent 17.5%),
    conic-gradient(from -30deg,
      #f1e8d9 0 60deg,
      #fbf7ef 60deg 120deg,
      #f1e8d9 120deg 180deg,
      #fbf7ef 180deg 240deg,
      #f1e8d9 240deg 300deg,
      #fbf7ef 300deg 360deg);
  box-shadow:
    0 0 0 2px rgba(214, 191, 139, 0.34) inset,
    0 0 0 10px rgba(214, 191, 139, 0.06),
    0 0 22px rgba(214, 191, 139, 0.22),
    0 0 56px rgba(214, 191, 139, 0.12),
    0 18px 50px rgba(83, 67, 39, 0.14);
  transition: transform 4.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.zhivi-wheel-disc::before {
  display: none;
}

.zhivi-wheel-center {
  position: absolute;
  inset: 50%;
  width: 88px;
  height: 88px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #f5ead1, #d6bf8b);
  color: #1e2530;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.14em;
  display: grid;
  place-items: center;
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.03),
    0 0 18px rgba(214, 191, 139, 0.28);
}

.zhivi-wheel-label {
  --label-radius: 115px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82px;
  min-height: 54px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform:
    translate(-50%, -50%)
    rotate(var(--sector-angle))
    translateX(var(--label-radius));
}

.zhivi-wheel-label > span {
  display: block;
  color: rgba(35, 42, 50, 0.92);
  font-size: 16px;
  line-height: 1.12;
  font-weight: 800;
  text-wrap: pretty;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7);
}

.zhivi-wheel-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--zhivi-wheel-text);
  padding-right: clamp(6px, 1vw, 14px);
  align-self: stretch;
}

.zhivi-wheel-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
  color: rgba(92, 73, 36, 0.94);
  background: rgba(201, 174, 111, 0.12);
  border: 1px solid rgba(214, 191, 139, 0.18);
  font-weight: 800;
}

.zhivi-wheel-copy h3 {
  margin: 0 0 14px;
  color: var(--zhivi-wheel-text);
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.05;
  text-align: center;
  letter-spacing: -0.02em;
  text-shadow: none;
}

.zhivi-wheel-text {
  margin: 0 0 18px;
  max-width: 520px;
  color: var(--zhivi-wheel-muted);
  font-size: 18px;
  line-height: 1.55;
}

.zhivi-wheel-form.is-locked {
  pointer-events: none;
}

.zhivi-wheel-input-wrap {
  display: block;
  margin-bottom: 10px;
  color: rgba(247, 243, 236, 0.92);
  font-weight: 800;
}

.zhivi-wheel-input {
  width: min(420px, 100%);
  min-height: 56px;
  padding: 14px 18px;
  border-radius: 16px;
  border: 1px solid rgba(214, 191, 139, 0.14);
  background: rgba(255, 255, 255, 0.88);
  color: #1c2430;
  font-size: 16px;
  outline: none;
  box-shadow: 0 8px 20px rgba(83, 67, 39, 0.08);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.zhivi-wheel-input + .zhivi-wheel-input-wrap {
  margin-top: 14px;
}

.zhivi-wheel-input:focus {
  border-color: rgba(214, 191, 139, 0.7);
  box-shadow:
    0 0 0 4px rgba(214, 191, 139, 0.14),
    0 10px 24px rgba(83, 67, 39, 0.08);
}

.zhivi-wheel-consents {
  width: min(420px, 100%);
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.zhivi-wheel-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--zhivi-wheel-text);
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.zhivi-wheel-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--zhivi-wheel-gold);
}

.zhivi-wheel-consent span {
  flex: 1 1 auto;
}

.zhivi-wheel-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(201, 174, 111, 0.75);
}

.zhivi-wheel-consent a:hover {
  text-decoration-color: rgba(201, 174, 111, 1);
}

.zhivi-wheel-consent-note {
  margin: 0;
  color: var(--zhivi-wheel-muted);
  font-size: 13px;
  line-height: 1.45;
}

.zhivi-wheel-submit {
  margin-top: 14px;
  min-width: min(420px, 100%);
  min-height: 56px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #e3cf9f 0%, #c9ae6f 100%);
  color: #232a32;
  font-weight: 800;
  font-size: 17px;
  box-shadow:
    0 10px 24px rgba(83, 67, 39, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

.zhivi-wheel-submit[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
  box-shadow: none;
}

.zhivi-wheel-result {
  min-height: 54px;
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.5;
  color: var(--zhivi-wheel-text);
}

.zhivi-wheel-result:empty {
  min-height: 0;
  margin-top: 0;
}

.zhivi-wheel-result span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.zhivi-wheel-result strong {
  color: var(--zhivi-wheel-gold-soft);
}

.zhivi-wheel-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.zhivi-wheel-actions .btn-default {
  min-width: 180px;
}

.zhivi-wheel-actions .btn-highlighted {
  background: rgba(255, 255, 255, 0.52);
  color: var(--zhivi-wheel-text);
  border-color: rgba(201, 174, 111, 0.18);
}

.zhivi-wheel-success {
  padding: 22px 22px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.42));
  border: 1px solid rgba(214, 191, 139, 0.16);
  box-shadow: 0 18px 32px rgba(83, 67, 39, 0.08);
}

.zhivi-wheel-success-kicker {
  color: rgba(160, 130, 70, 0.9);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.zhivi-wheel-success-title {
  margin: 10px 0 14px;
  color: var(--zhivi-wheel-text);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1;
}

.zhivi-wheel-coupon {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  min-width: 220px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(246, 240, 228, 0.98);
  color: #1d2430;
  border: 2px dashed rgba(201, 174, 111, 0.58);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.zhivi-wheel-coupon-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(29, 36, 48, 0.56);
  font-weight: 800;
}

.zhivi-wheel-coupon-code {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 900;
}

.zhivi-wheel-success-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 12px;
}

.zhivi-wheel-copy-btn {
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: rgba(214, 191, 139, 0.16);
  color: rgba(92, 73, 36, 0.96);
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(83, 67, 39, 0.08);
}

.zhivi-wheel-success-note {
  margin: 0;
  color: rgba(35, 42, 50, 0.78);
  font-size: 16px;
  line-height: 1.55;
}

.zhivi-wheel-actions-success {
  margin-top: 16px;
}

.zhivi-wheel-gift,
.zhivi-wheel-gift::before,
.zhivi-wheel-gift::after,
.zhivi-wheel-spark,
.zhivi-wheel-spark::before {
  position: absolute;
  content: "";
  pointer-events: none;
}

.zhivi-wheel-gift {
  width: 78px;
  height: 78px;
  border: 3px solid rgba(214, 191, 139, 0.34);
  border-radius: 14px;
  box-shadow:
    0 0 10px rgba(214, 191, 139, 0.18);
  opacity: 0.3;
}

.zhivi-wheel-gift::before {
  top: 50%;
  left: 50%;
  width: 4px;
  height: calc(100% + 18px);
  transform: translate(-50%, -50%);
  background: currentColor;
  color: rgba(214, 191, 139, 0.34);
}

.zhivi-wheel-gift::after {
  top: 50%;
  left: 50%;
  width: calc(100% + 18px);
  height: 4px;
  transform: translate(-50%, -50%);
  background: currentColor;
  color: rgba(214, 191, 139, 0.34);
}

.zhivi-wheel-gift-a {
  top: 44px;
  left: 42%;
  transform: rotate(-12deg);
}

.zhivi-wheel-gift-b {
  left: 22px;
  bottom: 26px;
  transform: rotate(16deg) scale(0.9);
}

.zhivi-wheel-spark {
  width: 26px;
  height: 26px;
  border: 3px solid rgba(244, 232, 207, 0.22);
  transform: rotate(35deg);
  border-radius: 10px;
  box-shadow:
    0 0 10px rgba(244, 232, 207, 0.08);
}

.zhivi-wheel-spark::before {
  inset: 50%;
  width: 4px;
  height: 38px;
  transform: translate(-50%, -50%);
  background: currentColor;
  color: rgba(244, 232, 207, 0.22);
}

.zhivi-wheel-spark-a {
  top: 40px;
  left: 28px;
}

.zhivi-wheel-spark-b {
  right: 29%;
  bottom: 76px;
  transform: rotate(12deg) scale(1.15);
}

.zhivi-wheel-spark-c {
  left: 51%;
  top: 52%;
  transform: rotate(22deg) scale(0.9);
}

/* Laser epilation page */
.zhivi-epilation-main {
  padding: 110px 0 90px;
  background: var(--zhivi-gray-50);
}

.zhivi-epilation-price {
  max-width: 1080px;
  margin: 0 auto;
}

.zhivi-epilation-note {
  max-width: 1080px;
  margin: 1.2rem auto 0;
  color: rgba(var(--zhivi-ink-rgb), 0.68);
}

.zhivi-epilation-note p {
  margin: 0;
}

@media (max-width: 1300px) {
  .zhivi-why-item {
    padding: 1.7rem;
  }

  .zhivi-why-left .zhivi-why-item {
    padding-right: 6rem;
  }

  .zhivi-why-right .zhivi-why-item {
    padding-left: 6rem;
  }

  .zhivi-why-item .zhivi-why-text h4 {
    font-size: 1.35rem;
  }

  .zhivi-why-text p {
    font-size: 0.98rem;
  }

  .zhivi-why-center {
    width: 380px;
  }
}

@media (max-width: 991px) {
  .zhivi-footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero {
    padding-top: 50px;
  }

  .hero-content {
    padding-right: 0;
  }

  .zhivi-hero-title {
    font-size: clamp(42px, 10vw, 60px);
  }

  .zhivi-hero-title-accent {
    white-space: normal;
  }

  .zhivi-hero-img figure {
    width: min(360px, 86vw);
  }

  .zhivi-expert-chip {
    left: 10px;
    right: auto;
    bottom: 0;
    transform: translateY(-70px);
    max-width: 260px;
    animation: none;
  }

  .zhivi-about-main img {
    height: clamp(400px, 50vh, 520px);
  }

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

  .zhivi-wheel-layout {
    grid-template-columns: 1fr;
  }

  .zhivi-wheel-stage {
    order: 2;
    padding: 6px 0 0;
  }

  .zhivi-wheel-copy {
    order: 1;
    text-align: center;
    padding-right: 0;
  }

  .zhivi-wheel-text {
    margin-left: auto;
    margin-right: auto;
  }

  .zhivi-wheel-input,
  .zhivi-wheel-submit {
    min-width: 100%;
    width: 100%;
  }

  .zhivi-wheel-consents {
    width: 100%;
  }

  .zhivi-wheel-actions {
    justify-content: center;
  }

  .team-card-media {
    min-height: 420px;
    padding-top: 24px;
  }

  .team-card-body {
    padding: 28px 24px 30px;
  }

  /* Expert block: stacked layout (no vertical split background) */
  .why-choose-us .why-choose-us-box {
    overflow: hidden;
  }

  .why-choose-us .why-choose-us-box::before {
    background: transparent;
  }

  .why-choose-box-1 {
    background: var(--zhivi-gray-100);
    border-radius: 30px 30px 0 0;
  }

  .why-choose-box-2 {
    background: var(--zhivi-ink);
    border-radius: 0 0 30px 30px;
  }

  .why-choose-box-2 .why-choose-item {
    border-color: rgba(255, 255, 255, 0.16);
  }

  .zhivi-why-wrap {
    grid-template-columns: 1fr;
    background: var(--zhivi-gray-200);
  }

  .zhivi-why-left .zhivi-why-item,
  .zhivi-why-right .zhivi-why-item {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .zhivi-why-center {
    position: static;
    transform: none;
    margin: 1.2rem auto 0;
    width: 280px;
  }

  .zhivi-why-right {
    background: var(--zhivi-gray-100);
  }

  .legal-main {
    padding: 96px 0 72px;
  }

  .legal-card {
    border-radius: 22px;
    padding: 26px 18px;
  }
}

/* --- Fix FORKOSMO CTA Hover --- */
.forkosmo-cta-item:hover {
  background: var(--zhivi-ink) !important;
}

/* Disable template overlay on CTA card */
.forkosmo-cta-item::before,
.forkosmo-cta-item:hover::before {
  display: none !important;
}

.forkosmo-cta-item .icon-box::before,
.forkosmo-cta-item:hover .icon-box::before {
  display: none !important;
}

.forkosmo-cta-item:hover h3,
.forkosmo-cta-item:hover p {
  color: #fff !important;
}

.forkosmo-cta-item:hover .forkosmo-cta-icon {
  background: rgba(var(--zhivi-gold-rgb), 0.25) !important;
}

.forkosmo-cta-item:hover .forkosmo-cta-icon svg {
  color: var(--zhivi-gold-soft) !important;
}

.forkosmo-cta-item:hover .service-cta-btn .btn-default {
  color: #fff !important;
}

.forkosmo-cta-item:hover .service-cta-btn .btn-default::before {
  background-color: var(--zhivi-gold) !important;
}

@media (max-width: 767px) {
  .zhivi-wheel-modal {
    padding: 10px;
  }

  .hero {
    padding-top: 50px;
  }

  .hero-content-body .btn-default {
    width: 100%;
    text-align: center;
  }

  .zhivi-price-main {
    padding: 76px 0 66px;
  }

  .zhivi-epilation-main {
    padding: 76px 0 66px;
  }

  .zhivi-price-actions .btn-default {
    width: 100%;
    text-align: center;
  }

  .pricing-actions .btn-default {
    width: 100%;
    text-align: center;
  }

  .pricing-section,
  .team-section,
  .gallery-section,
  .contact-callout,
  .zhivi-why-block {
    padding: 76px 0;
  }

  .zhivi-wheel-dialog {
    border-radius: 24px;
  }

  .zhivi-wheel-layout {
    gap: 18px;
    padding: 18px 14px 12px;
  }

  .zhivi-wheel-copy h3 {
    margin-top: 8px;
    font-size: clamp(22px, 7vw, 28px);
    text-align: center;
  }

  .zhivi-wheel-text,
  .zhivi-wheel-result,
  .zhivi-wheel-success-note {
    font-size: 14px;
    line-height: 1.45;
  }

  .zhivi-wheel-stage {
    padding: 0 0 4px;
  }

  .zhivi-wheel-disc {
    --wheel-size: min(260px, calc(100vw - 92px));
  }

  .zhivi-wheel-label {
    --label-radius: 82px;
    width: 64px;
    min-height: 40px;
  }

  .zhivi-wheel-label > span {
    font-size: 10px;
  }

  .zhivi-wheel-center {
    width: 64px;
    height: 64px;
    font-size: 11px;
  }

  .zhivi-wheel-success {
    padding: 18px 16px;
  }

  .zhivi-wheel-coupon {
    width: 100%;
    min-width: 0;
  }

  .zhivi-wheel-coupon-code {
    font-size: 22px;
  }

  .zhivi-wheel-success-tools {
    flex-wrap: wrap;
  }

  .zhivi-wheel-pointer {
    right: 10px;
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-right-width: 16px;
  }

  .zhivi-wheel-badge {
    min-height: 34px;
    padding: 8px 12px;
    margin-bottom: 12px;
    font-size: 13px;
  }

  .zhivi-wheel-input-wrap {
    margin-bottom: 8px;
    color: rgba(92, 73, 36, 0.9);
    font-size: 14px;
  }

  .zhivi-wheel-input,
  .zhivi-wheel-submit {
    min-height: 52px;
    border-radius: 14px;
    font-size: 16px;
  }

  .zhivi-wheel-consents {
    margin-top: 14px;
    gap: 8px;
  }

  .zhivi-wheel-consent {
    gap: 10px;
    font-size: 13px;
  }

  .zhivi-wheel-consent-note {
    font-size: 12px;
  }

  .zhivi-wheel-result {
    min-height: 0;
    margin-top: 14px;
  }

  .zhivi-wheel-success {
    border-radius: 18px;
  }

  .zhivi-wheel-close {
    top: 12px;
    right: 12px;
  }

  .zhivi-wheel-gift,
  .zhivi-wheel-spark {
    display: none;
  }

  .zhivi-map-iframe,
  .zhivi-map-iframe iframe {
    min-height: 420px;
  }

  .zhivi-map-requisites {
    padding: 20px 15px 55px;
  }

  .zhivi-map-requisites .zhivi-map-iframe,
  .zhivi-map-requisites .zhivi-map-iframe iframe {
    height: 380px;
    min-height: 380px;
  }

  .zhivi-map-label {
    left: 12px;
    top: 12px;
    padding: 9px 10px;
    border-radius: 12px;
  }

  .zhivi-requisites-panel {
    min-height: auto;
    padding: 34px 18px;
  }

  .zhivi-contact-panel {
    justify-content: flex-start;
    padding: 30px 18px;
  }

  .zhivi-map-requisites-card .row > [class*="col-"]:last-child {
    margin-left: 0;
  }

  .zhivi-contact-panel .contact-cards.zhivi-contact-cards a {
    padding: 0.95rem 1rem;
    border-radius: 16px;
  }

  .zhivi-contact-panel-head {
    justify-items: center;
    text-align: center;
  }

  .zhivi-contact-panel-title {
    max-width: none;
    font-size: clamp(1.45rem, 5vw, 1.9rem);
  }

  .zhivi-contact-panel .contact-cards.zhivi-contact-cards a strong,
  .zhivi-contact-panel .contact-cards.zhivi-contact-cards a span {
    text-align: center;
  }

  .zhivi-why-item {
    min-height: auto;
    padding: 1.2rem 1rem;
  }

  .zhivi-why-item .zhivi-why-text h4 {
    font-size: 1.18rem;
  }

  .zhivi-why-text p {
    font-size: 0.95rem;
  }

  .zhivi-footer-grid {
    text-align: center;
  }
}

/* --- Redesigned Information Cards --- */
.zhivi-info-cards {
  padding: 100px 0;
  background: var(--zhivi-ink);
  color: var(--white-color);
  position: relative;
  overflow: hidden;
}

.zhivi-info-cards::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 50% 10%, rgba(var(--zhivi-gold-rgb), 0.05), transparent 60%);
  pointer-events: none;
}

.zhivi-info-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2.2rem 2rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  height: 100%;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(10px);
}

.zhivi-info-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(var(--zhivi-gold-rgb), 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.zhivi-info-card-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  place-items: center;
  transition: background 0.3s ease;
}

.zhivi-info-card:hover .zhivi-info-card-icon {
  background: rgba(var(--zhivi-gold-rgb), 0.15);
}

.zhivi-info-card-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  /* Gold/green filter for dark bg */
  filter: brightness(0) saturate(100%) invert(75%) sepia(22%) saturate(520%) hue-rotate(8deg) brightness(94%) contrast(90%);
}

.zhivi-info-card:hover .zhivi-info-card-icon img {
  filter: brightness(0) saturate(100%) invert(84%) sepia(27%) saturate(632%) hue-rotate(3deg) brightness(107%) contrast(97%);
  /* Brighter gold on hover */
}

.zhivi-info-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zhivi-info-card-text h3 {
  margin: 0 0 0.4rem;
  font-size: 1.35rem;
  font-family: var(--accent-font);
  color: #fff;
  line-height: 1.25em;
}

.zhivi-info-card-text p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
  .zhivi-info-cards {
    padding: 76px 0;
  }

  .zhivi-info-card {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
    gap: 1.2rem;
  }
}

/* ═══ Back-to-top button ═══ */
.zhivi-back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9990;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: var(--zhivi-gold, #bfa466);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background 0.3s;
}
.zhivi-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.zhivi-back-to-top:hover {
  background: #a88d52;
}
.zhivi-back-to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 767px) {
  .zhivi-back-to-top {
    bottom: 16px;
    right: 12px;
    width: 42px;
    height: 42px;
  }
}
