:root {
  --hestia-ink: #17312f;
  --hestia-muted: #5f716f;
  --hestia-soft: #f4f7f4;
  --hestia-paper: #fffaf0;
  --hestia-line: #dbe5df;
  --hestia-accent: #0f766e;
  --hestia-accent-dark: #0b514d;
  --hestia-warm: #d8aa55;
  --hestia-danger: #8b1e2d;
  --hestia-focus: #ffbf47;
  --hestia-shadow: 0 18px 44px rgba(18, 49, 47, .12);
}

html {
  scroll-behavior: smooth;
}

body.hestia-theme {
  color: var(--hestia-ink);
  background: var(--hestia-paper);
  font-size: 17px;
  line-height: 1.65;
}

.hestia-theme a,
.hestia-theme button,
.hestia-theme input,
.hestia-theme select,
.hestia-theme textarea {
  letter-spacing: 0;
}

.hestia-theme a:focus-visible,
.hestia-theme button:focus-visible,
.hestia-theme input:focus-visible,
.hestia-theme select:focus-visible,
.hestia-theme textarea:focus-visible,
.hestia-theme [tabindex]:focus-visible {
  outline: 4px solid var(--hestia-focus) !important;
  outline-offset: 4px !important;
}

.hestia-theme .skip-link {
  position: absolute;
  left: 18px;
  top: 12px;
  z-index: 20000;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 6px;
  background: var(--hestia-ink);
  color: #fff;
}

.hestia-theme .skip-link:focus {
  transform: translateY(0);
}

.hestia-wrapper {
  background: var(--hestia-paper);
}

body.hestia-theme #wrapper.hestia-wrapper {
  overflow: visible !important;
}

body.hestia-theme #topbar.hestia-topbar {
  display: block !important;
  position: relative;
  z-index: 1010;
  padding: 14px 0;
  background: rgba(15, 55, 45, .96) !important;
  color: #fff;
}

.hestia-topbar a,
.hestia-topbar span {
  color: #fff;
}

.hestia-topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.hestia-topbar__meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  flex: 1 1 auto;
  min-width: 0;
}

.hestia-topbar__links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-weight: 700;
}

.hestia-topbar__links a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hestia-topbar__tools {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hestia-topbar .header-widget {
  justify-content: flex-end;
  gap: 18px;
  font-size: 14px;
  line-height: 1.4;
}

.hestia-topbar .topbar-widget i {
  margin-right: 8px;
  color: #8ddf7b;
}

body.hestia-theme header.hestia-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 55, 45, .84) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
  backdrop-filter: blur(14px) !important;
}

.hestia-header .de-flex {
  min-height: 74px;
}

.hestia-logo a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  text-decoration: none;
}

.hestia-logo--topbar a {
  min-height: 52px;
}

.hestia-brand-mark {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: var(--hestia-accent);
  color: #fff;
  font-weight: 900;
}

.hestia-brand-copy strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
}

.hestia-brand-copy span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.25;
  margin-top: 3px;
}

.hestia-nav {
  flex: 1 1 auto;
}

.hestia-mobile-header-logo {
  display: none;
}

.hestia-mobile-drawer {
  display: none;
}

.hestia-header #mainmenu > li > a {
  color: #fff;
  font-weight: 800;
}

.hestia-header.smaller.scroll-light #mainmenu li a,
.hestia-header.smaller.scroll-light #mainmenu li.has-child::after,
.hestia-header.clone.scroll-light #mainmenu li a,
.hestia-header.clone.scroll-light #mainmenu li.has-child::after,
.hestia-header.smaller.scroll-light .h-phone,
.hestia-header.clone.scroll-light .h-phone,
.hestia-header.smaller.scroll-light .h-phone span,
.hestia-header.clone.scroll-light .h-phone span,
.hestia-header.smaller.scroll-light .h-phone a,
.hestia-header.clone.scroll-light .h-phone a {
  color: #fff !important;
}

.hestia-header #mainmenu li.current > a,
.hestia-header #mainmenu > li > a:hover {
  color: #8ddf7b;
}

.hestia-header .btn-main,
.hestia-theme .btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: #5ba886;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.hestia-header .btn-main:hover,
.hestia-theme .btn-main:hover {
  background: var(--hestia-accent-dark);
  color: #fff;
}

.hestia-theme .hestia-btn-secondary {
  margin-left: 10px;
  background: #fff;
  color: var(--hestia-accent-dark);
  border: 2px solid var(--hestia-accent-dark);
}

.hestia-theme .hestia-btn-secondary:hover {
  background: var(--hestia-accent-dark);
  color: #fff;
}

.hestia-theme .hestia-accordion-button {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.hestia-social-icons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hestia-social-icons a {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.hestia-social-icons a:hover {
  background: transparent;
  color: #8ddf7b;
}

.hestia-social-icons a i {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  line-height: 1;
}

body.hestia-theme #topbar .hestia-social-icons a,
body.hestia-theme #topbar .hestia-social-icons a:hover,
body.hestia-theme #topbar .hestia-social-icons a:focus,
body.hestia-theme #topbar .hestia-social-icons i,
body.hestia-theme #topbar .hestia-social-icons i:hover {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
}

body.hestia-theme #topbar .hestia-social-icons a {
  width: 28px !important;
  height: 28px !important;
}

body.hestia-theme #topbar .hestia-social-icons a:hover i,
body.hestia-theme #topbar .hestia-social-icons a:focus-visible i {
  color: #fff !important;
}

body.hestia-theme #topbar .hestia-social-icons a:hover,
body.hestia-theme #topbar .hestia-social-icons a:focus {
  transform: none !important;
  box-shadow: none !important;
}

.hestia-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
}

.hestia-lang-switch a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.hestia-lang-switch a[aria-current="true"] {
  background: #8ddf7b;
  color: var(--hestia-ink);
}

body.hestia-theme.hestia-home-page .section-dark .subtitle,
body.hestia-theme.hestia-home-page .section-dark h1,
body.hestia-theme.hestia-home-page .section-dark h2,
body.hestia-theme.hestia-home-page .section-dark h3,
body.hestia-theme.hestia-home-page .section-dark h4,
body.hestia-theme.hestia-home-page .section-dark p {
  color: inherit;
}

.hestia-home-hero__person {
  display: block;
  width: min(100%, 620px);
  max-height: 720px;
  margin-inline: auto 0;
  object-fit: contain;
  object-position: center bottom;
}

.hestia-home-news {
  padding: clamp(74px, 8vw, 112px) 0;
  background: #fff;
}

.hestia-home-news .lead {
  max-width: 680px;
}

.hestia-home-news__grid .hestia-post-card {
  border-radius: 8px;
  overflow: hidden;
}

.hestia-header .h-phone {
  color: #fff;
}

.hestia-header .h-phone a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.hestia-header .h-phone i {
  color: #8ddf7b;
}

.hestia-header .menu_side_area {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 54px;
}

.hestia-header .h-phone {
  margin-left: 0;
}

.hestia-header .menu_side_area .btn-main {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 54px;
  min-height: 54px;
  margin: 0;
  padding: 0 34px;
  line-height: 1;
  white-space: nowrap;
}

.hestia-search-toggle {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.hestia-search-toggle:hover,
.hestia-search-toggle[aria-expanded="true"] {
  background: #8ddf7b;
  color: var(--hestia-ink);
}

.hestia-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 10900;
  visibility: hidden;
  opacity: 0;
  background: rgba(8, 32, 28, .86);
  transition: opacity .2s ease, visibility .2s ease;
}

.hestia-search-overlay.active {
  visibility: visible;
  opacity: 1;
}

.hestia-search-popup {
  position: fixed;
  inset: 0;
  z-index: 11000;
  display: grid;
  place-items: center;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease, visibility .2s ease;
}

.hestia-search-popup.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.hestia-search-popup .search-form {
  width: min(680px, calc(100vw - 32px));
}

.hestia-search-popup .form-group {
  position: relative;
  margin: 0;
}

.hestia-search-popup .form-control {
  width: 100%;
  min-height: 72px;
  padding: 0 92px 0 26px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--hestia-ink);
  font-size: 22px;
  font-weight: 800;
}

.hestia-search-popup .submit-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: #5ba886;
  color: #fff;
  font-size: 18px;
}

.hestia-search-popup .submit-btn:hover {
  background: var(--hestia-accent-dark);
}

.hestia-main {
  min-height: 65vh;
}

.hestia-hero {
  position: relative;
  min-height: calc(100svh - 132px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,250,240,.98) 0%, rgba(255,250,240,.95) 47%, rgba(255,250,240,.62) 70%, rgba(255,250,240,.18) 100%),
    var(--hestia-hero-image, url("../images/slider/1.webp")) center right / cover no-repeat;
}

.hestia-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 10px;
  background: linear-gradient(90deg, var(--hestia-accent), var(--hestia-warm));
}

.hestia-hero__content {
  width: min(720px, 100%);
  padding: clamp(70px, 9vw, 128px) 0;
}

.hestia-kicker,
.hestia-theme .subtitle.s2 {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--hestia-accent-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hestia-kicker::before,
.hestia-theme .subtitle.s2::before {
  content: "";
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: var(--hestia-warm);
}

.hestia-hero h1,
.hestia-page-hero h1 {
  margin: 16px 0;
  color: var(--hestia-ink);
  font-size: clamp(44px, 7vw, 92px);
  line-height: .98;
  letter-spacing: 0;
}

.hestia-page-hero h1 {
  color: #fff;
  font-size: clamp(40px, 5vw, 70px);
}

.hestia-hero p {
  max-width: 650px;
  color: #344d4a;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.5;
}

.hestia-search {
  display: flex;
  align-items: stretch;
  width: min(720px, 100%);
  margin: 28px 0 20px;
  border: 3px solid var(--hestia-ink);
  background: #fff;
  box-shadow: var(--hestia-shadow);
}

.hestia-search label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.hestia-search input {
  width: 100%;
  min-height: 66px;
  border: 0;
  padding: 0 18px;
  color: var(--hestia-ink);
  background: #fff;
  font-size: 18px;
}

.hestia-search button {
  min-width: 154px;
  border: 0;
  border-left: 3px solid var(--hestia-ink);
  background: var(--hestia-accent);
  color: #fff;
  font-weight: 900;
}

.hestia-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hestia-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 10px 15px;
  border: 1px solid var(--hestia-line);
  border-left: 5px solid var(--hestia-accent);
  background: rgba(255, 255, 255, .9);
  color: var(--hestia-ink);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(18, 49, 47, .08);
}

.hestia-section {
  padding: clamp(70px, 8vw, 112px) 0;
}

.hestia-section--soft {
  background: var(--hestia-soft);
  border-block: 1px solid var(--hestia-line);
}

.hestia-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 390px);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.hestia-section__head h2,
.hestia-content h2 {
  margin: 10px 0 0;
  color: var(--hestia-ink);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hestia-section__head p {
  margin: 0;
  color: var(--hestia-muted);
  font-size: 18px;
}

.hestia-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
  border-top: 1px solid var(--hestia-line);
  border-left: 1px solid var(--hestia-line);
}

.hestia-service {
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid var(--hestia-line);
  border-bottom: 1px solid var(--hestia-line);
  color: var(--hestia-ink);
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.hestia-service:hover {
  background: #f8fbf9;
  color: var(--hestia-ink);
  transform: translateY(-2px);
}

.hestia-service i {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 10px;
  background: #e4f1ee;
  color: var(--hestia-accent-dark);
  font-size: 21px;
}

.hestia-service h3 {
  margin-bottom: 8px;
  color: var(--hestia-ink);
  font-size: 24px;
}

.hestia-service p {
  margin: 0;
  color: var(--hestia-muted);
}

.hestia-online-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

.hestia-steps {
  margin: 0;
  padding: 0;
  counter-reset: hestia-step;
  list-style: none;
  border-top: 1px solid var(--hestia-line);
}

.hestia-steps li {
  counter-increment: hestia-step;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--hestia-line);
}

.hestia-steps li::before {
  content: counter(hestia-step);
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--hestia-ink);
  color: #fff;
  font-weight: 900;
}

.hestia-steps strong {
  display: block;
  margin-bottom: 4px;
  color: var(--hestia-ink);
  font-size: 20px;
}

.hestia-steps span {
  color: var(--hestia-muted);
}

.hestia-support-panel {
  padding: clamp(28px, 4vw, 44px);
  background: var(--hestia-ink);
  color: #fff;
  box-shadow: var(--hestia-shadow);
}

.hestia-support-panel h2 {
  color: #fff;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
}

.hestia-support-panel p {
  color: #d8e6e3;
}

.hestia-news-list {
  border-top: 1px solid var(--hestia-line);
}

.hestia-news-item {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--hestia-line);
  color: var(--hestia-ink);
  text-decoration: none;
}

.hestia-news-item:hover {
  color: var(--hestia-accent-dark);
}

.hestia-news-item time {
  color: var(--hestia-muted);
  font-weight: 900;
}

.hestia-news-item strong {
  font-size: 20px;
}

.hestia-tag {
  display: inline-flex;
  justify-content: center;
  min-width: 116px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e4f1ee;
  color: var(--hestia-accent-dark);
  font-size: 14px;
  font-weight: 900;
}

.hestia-contact {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  border: 1px solid var(--hestia-line);
  background: #fff;
  box-shadow: var(--hestia-shadow);
}

.hestia-contact__main,
.hestia-contact__urgent {
  padding: clamp(28px, 4vw, 48px);
}

.hestia-contact__urgent {
  background: #fff5f4;
  border-left: 1px solid #efc9c6;
}

.hestia-contact__urgent h2 {
  color: var(--hestia-danger);
}

.hestia-contact dl {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 10px 18px;
  margin: 24px 0;
}

.hestia-contact dt {
  color: var(--hestia-muted);
  font-weight: 900;
}

.hestia-contact dd {
  margin: 0;
  color: var(--hestia-ink);
  font-weight: 900;
}

.hestia-page-hero {
  padding: 150px 0 88px;
  background:
    linear-gradient(90deg, rgba(23,49,47,.93), rgba(23,49,47,.72)),
    url("../images/background/1.webp") center / cover no-repeat;
}

.hestia-page-hero p {
  max-width: 740px;
  color: #e3ece8;
  font-size: 20px;
}

.hestia-content {
  padding: 80px 0 100px;
  background: var(--hestia-paper);
}

.hestia-content-card,
.hestia-sidebar-box,
.hestia-post-card {
  background: #fff;
  border: 1px solid var(--hestia-line);
  box-shadow: 0 14px 34px rgba(18, 49, 47, .08);
}

.hestia-content-card {
  padding: clamp(26px, 4vw, 46px);
}

.hestia-richtext {
  color: #294441;
  font-size: 18px;
}

.hestia-richtext img {
  max-width: 100%;
  height: auto;
}

.hestia-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.hestia-gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / .75;
  object-fit: cover;
}

.hestia-sidebar {
  display: grid;
  gap: 22px;
}

.hestia-sidebar-box {
  padding: 26px;
}

.hestia-sidebar-box h2,
.hestia-sidebar-box h3 {
  margin-bottom: 16px;
  color: var(--hestia-ink);
  font-size: 24px;
}

.hestia-sidebar-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hestia-sidebar-box li + li {
  margin-top: 10px;
}

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

.hestia-post-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: var(--hestia-ink);
  text-decoration: none;
}

.hestia-post-card:hover {
  color: var(--hestia-accent-dark);
}

.hestia-post-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

.hestia-post-card__body {
  padding: 24px;
}

.hestia-post-card time,
.hestia-post-card__meta {
  display: block;
  margin-bottom: 10px;
  color: var(--hestia-muted);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.hestia-post-card h2,
.hestia-post-card h3 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 24px;
  line-height: 1.18;
}

.hestia-post-card p {
  margin: 0;
  color: var(--hestia-muted);
}

.hestia-listing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 36px;
}

.hestia-pagination {
  margin-top: 36px;
}

.hestia-empty {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--hestia-line);
}

body.hestia-theme footer.hestia-footer {
  position: relative;
  overflow: hidden;
  padding: 70px 0 0;
  background: #fffaf0 !important;
  color: var(--hestia-ink);
}

.hestia-footer__logo a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.hestia-footer__logo .hestia-brand-copy strong {
  color: var(--hestia-ink);
}

.hestia-footer__logo .hestia-brand-copy span {
  color: var(--hestia-muted);
}

.hestia-footer p {
  color: var(--hestia-muted);
}

.hestia-footer__emergency {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 5px solid var(--hestia-warm);
  background: #f1f7ef;
  color: var(--hestia-ink);
  font-weight: 800;
}

.hestia-footer__title {
  margin-bottom: 16px;
  color: var(--hestia-ink);
  font-size: 18px;
}

.hestia-footer__links,
.hestia-footer__contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hestia-footer__links li + li,
.hestia-footer__contact li + li {
  margin-top: 9px;
}

.hestia-footer a {
  color: var(--hestia-ink);
  text-underline-offset: 4px;
}

.hestia-footer__bottom {
  margin-top: 54px;
  padding: 22px 0;
  border-top: 1px solid rgba(23, 49, 47, .12);
  background: rgba(15, 55, 45, .06);
  color: var(--hestia-muted);
}

.hestia-footer__bottom .de-flex {
  gap: 18px;
}

.hestia-footer__credit a {
  color: var(--hestia-accent-dark);
  font-weight: 900;
  text-decoration: none;
}

.hestia-footer .menu-simple {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hestia-footer .menu-simple a {
  font-weight: 800;
  text-decoration: none;
}

.hestia-footer .hestia-social-icons {
  margin-top: 18px;
}

.hestia-footer .hestia-social-icons a {
  width: 42px;
  height: 42px;
  background: #5ba886;
  color: #fff;
  font-size: 17px;
}

.hestia-footer .hestia-social-icons a:hover {
  background: var(--hestia-ink);
  color: #fff;
}

.hestia-footer__flower {
  opacity: .34;
  pointer-events: none;
}

.hestia-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .45s ease, transform .45s ease;
}

.hestia-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hestia-theme .public-form,
.hestia-theme .public-survey,
.hestia-theme .appointment-public,
.hestia-theme .queue-public,
.hestia-theme .account-dashboard-section {
  background: var(--hestia-paper);
}

.hestia-theme .public-form-card,
.hestia-theme .public-survey-card,
.hestia-theme .appointment-card,
.hestia-theme .queue-card,
.hestia-theme .account-dashboard-card,
.hestia-theme .account-dashboard-hero {
  border: 1px solid var(--hestia-line) !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 34px rgba(18, 49, 47, .08) !important;
}

@media (prefers-reduced-motion: reduce) {
  .hestia-theme *,
  .hestia-theme *::before,
  .hestia-theme *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

@media (max-width: 991px) {
  .hestia-home-hero__person {
    max-height: 520px;
    margin-inline: auto;
  }

  body.hestia-theme #topbar.hestia-topbar {
    display: none !important;
  }

  .hestia-topbar__inner,
  .hestia-topbar__meta {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .hestia-topbar__meta {
    width: 100%;
    gap: 14px;
  }

  .hestia-topbar .header-widget {
    justify-content: flex-start;
    width: 100%;
  }

  .hestia-header #mainmenu {
    position: static !important;
    display: none;
    width: 100% !important;
    height: auto !important;
    order: 2;
    margin: 0;
    padding: 10px 18px 18px;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .14);
    background: rgba(9, 49, 40, .96);
  }

  .hestia-menu-open .hestia-header #mainmenu {
    display: block;
  }

  .hestia-header #mainmenu li,
  .hestia-header #mainmenu > li {
    position: static !important;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
  }

  .hestia-header #mainmenu > li > a,
  .hestia-header #mainmenu li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    color: #fff !important;
    line-height: 1.25;
    text-align: left;
  }

  .hestia-header #mainmenu ul {
    position: static !important;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 0 14px;
    background: transparent;
    box-shadow: none;
  }

  .hestia-header .de-flex {
    align-items: center;
    flex-wrap: wrap;
    min-height: 68px;
    justify-content: space-between;
  }

  .hestia-mobile-header-logo {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
  }

  .hestia-mobile-header-logo a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    text-decoration: none;
  }

  .hestia-mobile-header-logo img {
    max-width: min(170px, 42vw);
    height: auto !important;
  }

  .hestia-nav {
    order: 3;
    flex-basis: 100%;
    flex-grow: 0;
  }

  .hestia-menu-open .hestia-nav {
    position: absolute !important;
    top: 74px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    width: auto !important;
    height: auto !important;
    max-height: calc(100vh - 86px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .hestia-header .menu_side_area {
    margin-left: auto;
    gap: 14px;
    justify-content: flex-end;
  }

  .hestia-header .menu_side_area > .btn-main {
    display: none !important;
  }

  .hestia-mobile-drawer {
    display: none;
    order: 1;
    margin: 0;
    padding: 18px;
    border-radius: 8px 8px 0 0;
    background: rgba(9, 49, 40, .96);
    color: #fff;
  }

  .hestia-menu-open .hestia-mobile-drawer {
    display: block;
  }

  .hestia-mobile-drawer__brand a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
  }

  .hestia-mobile-drawer__brand img {
    max-width: min(220px, 70vw);
    height: auto !important;
  }

  .hestia-mobile-drawer__meta {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 700;
  }

  .hestia-mobile-drawer__account {
    margin-top: 16px;
  }

  .hestia-mobile-drawer__account .btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    text-decoration: none;
  }

  .hestia-mobile-drawer__meta div,
  .hestia-mobile-drawer__meta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #fff;
    overflow-wrap: anywhere;
    text-decoration: none;
  }

  .hestia-mobile-drawer__meta i {
    flex: 0 0 auto;
    color: #8ddf7b;
  }

  .hestia-mobile-drawer__tools {
    display: grid;
    gap: 12px;
    margin-top: 16px;
  }

  .hestia-mobile-drawer .hestia-social-icons a,
  .hestia-mobile-drawer .hestia-social-icons a:hover,
  .hestia-mobile-drawer .hestia-social-icons a:focus,
  .hestia-mobile-drawer .hestia-social-icons i,
  .hestia-mobile-drawer .hestia-social-icons i:hover {
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
  }

  .hestia-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255,250,240,.98), rgba(255,250,240,.9)),
      var(--hestia-hero-image, url("../images/slider/1.webp")) center / cover no-repeat;
  }

  .hestia-section__head,
  .hestia-online-grid,
  .hestia-contact,
  .hestia-listing-layout {
    grid-template-columns: 1fr;
  }

  .hestia-service-grid,
  .hestia-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hestia-contact__urgent {
    border-left: 0;
    border-top: 1px solid #efc9c6;
  }
}

@media (max-width: 640px) {
  body.hestia-theme {
    font-size: 16px;
  }

  .hestia-lang-switch {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
    min-height: 36px;
    border-radius: 14px;
  }

  .hestia-lang-switch a {
    min-height: 26px;
    padding: 0 8px;
    font-size: 12px;
  }

  .hestia-header .de-flex {
    min-height: 64px;
  }

  .hestia-header .menu_side_area {
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
  }

  .hestia-header #menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    margin: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
  }

  .hestia-search-toggle {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .hestia-header .h-phone {
    display: none;
  }

  .hestia-header .menu_side_area .btn-main {
    height: 46px;
    min-height: 46px;
    padding: 0 22px;
  }

  .hestia-search {
    flex-direction: column;
  }

  .hestia-search button {
    min-height: 58px;
    border-left: 0;
    border-top: 3px solid var(--hestia-ink);
  }

  .hestia-service-grid,
  .hestia-post-grid,
  .hestia-gallery-grid {
    grid-template-columns: 1fr;
  }

  .hestia-news-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hestia-tag {
    justify-self: start;
  }

  .hestia-contact dl {
    grid-template-columns: 1fr;
  }
}
