:root {
  --plant-red: #b42b25;
  --plant-red-dark: #8f211c;
  --plant-ink: #25211f;
  --plant-muted: #6d655f;
  --plant-cream: #f4eee7;
  --plant-line: #ded5cc;
  --plant-white: #fff;
}

.psc-elementor-fallback {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px;
  width: 100%;
}

.psc-site-nav,
.psc-site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.psc-site-nav--desktop {
  width: 100%;
}

.psc-site-nav--desktop > .psc-site-nav__list {
  align-items: stretch;
  display: flex;
  gap: 4px;
  justify-content: center;
}

.psc-site-nav__item {
  position: relative;
}

.psc-site-nav__row {
  align-items: stretch;
  display: flex;
}

.psc-site-nav--desktop .psc-site-nav__row > a,
.psc-site-nav--desktop .psc-site-nav__submenu-toggle {
  align-items: center;
  color: var(--plant-ink);
  display: inline-flex;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  min-height: 44px;
  text-decoration: none;
}

.psc-site-nav--desktop .psc-site-nav__row > a {
  border-radius: 8px 0 0 8px;
  padding: 8px 10px;
}

.psc-site-nav--desktop .psc-site-nav__item:not(.has-children) .psc-site-nav__row > a {
  border-radius: 8px;
}

.psc-site-nav__submenu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  justify-content: center;
  padding: 0 8px;
}

.psc-site-nav--desktop .psc-site-nav__row:hover,
.psc-site-nav--desktop .psc-site-nav__row:focus-within {
  background: rgb(180 43 37 / 10%);
  border-radius: 8px;
}

.psc-site-nav__submenu {
  background: var(--plant-white);
  border: 1px solid var(--plant-line);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgb(32 23 18 / 16%);
  display: none;
  left: 0;
  min-width: 290px;
  padding: 8px !important;
  position: absolute;
  top: calc(100% + 4px);
  z-index: 10000;
}

.psc-site-nav--desktop .psc-site-nav__item:first-child .psc-site-nav__submenu {
  column-gap: 8px;
  min-width: 620px;
  columns: 2;
}

.psc-site-nav--desktop .has-children:hover > .psc-site-nav__submenu,
.psc-site-nav--desktop .has-children:focus-within > .psc-site-nav__submenu,
.psc-site-nav--desktop .has-children.is-open > .psc-site-nav__submenu {
  display: block;
}

.psc-site-nav__submenu a {
  border-radius: 7px;
  color: var(--plant-ink);
  display: block;
  font-size: 14px;
  line-height: 1.35;
  padding: 10px 12px;
  text-decoration: none;
}

.psc-site-nav__submenu a:hover,
.psc-site-nav__submenu a:focus-visible {
  background: var(--plant-cream);
  color: var(--plant-red-dark);
}

.psc-site-nav a:focus-visible,
.psc-site-nav button:focus-visible,
.psc-mobile-header a:focus-visible,
.psc-mobile-header button:focus-visible,
.psc-mobile-dock a:focus-visible {
  outline: 3px solid #175eaa;
  outline-offset: 2px;
}

.psc-mobile-header,
.psc-mobile-overlay,
.psc-mobile-drawer,
.psc-mobile-dock {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 76px;
    padding-top: 64px;
  }

  body.psc-menu-open {
    overflow: hidden;
  }

  body > .x-root .x-masthead {
    display: none !important;
  }

  .psc-mobile-header {
    align-items: center;
    background: var(--plant-white);
    border-bottom: 1px solid var(--plant-line);
    box-shadow: 0 4px 18px rgb(35 25 18 / 9%);
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    height: 64px;
    inset: 0 0 auto;
    padding: 6px 10px;
    position: fixed;
    z-index: 100020;
  }

  .psc-mobile-header__brand {
    align-items: center;
    display: flex;
    min-width: 0;
  }

  .psc-mobile-header__brand img {
    display: block;
    height: auto;
    max-height: 49px;
    max-width: 148px;
    width: 100%;
  }

  .psc-mobile-header__phone,
  .psc-mobile-header__toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--plant-ink);
    display: inline-flex;
    flex-direction: column;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    min-width: 48px;
    padding: 3px 5px;
    text-decoration: none;
  }

  .psc-mobile-header__phone > span:first-child {
    color: var(--plant-red);
    font-size: 20px;
    line-height: 1;
  }

  .psc-mobile-header__toggle-icon {
    display: grid;
    gap: 4px;
    margin-bottom: 4px;
  }

  .psc-mobile-header__toggle-icon i {
    background: currentColor;
    border-radius: 2px;
    display: block;
    height: 2px;
    width: 22px;
  }

  .psc-mobile-overlay:not([hidden]) {
    background: rgb(20 16 13 / 54%);
    display: block;
    inset: 0;
    position: fixed;
    z-index: 100025;
  }

  .psc-mobile-drawer:not([hidden]) {
    background: var(--plant-white);
    display: flex;
    flex-direction: column;
    height: 100dvh;
    inset: 0 0 0 auto;
    max-width: 390px;
    overflow-y: auto;
    padding: 0 0 90px;
    position: fixed;
    width: min(90vw, 390px);
    z-index: 100030;
  }

  .psc-mobile-drawer__top {
    align-items: center;
    background: var(--plant-cream);
    border-bottom: 1px solid var(--plant-line);
    display: flex;
    justify-content: space-between;
    min-height: 64px;
    padding: 8px 12px 8px 18px;
  }

  .psc-mobile-drawer__close {
    align-items: center;
    background: var(--plant-white);
    border: 1px solid var(--plant-line);
    border-radius: 50%;
    color: var(--plant-ink);
    cursor: pointer;
    display: inline-flex;
    font-size: 28px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    width: 44px;
  }

  .psc-site-nav--mobile {
    padding: 8px 12px;
  }

  .psc-site-nav--mobile .psc-site-nav__item {
    border-bottom: 1px solid #eee8e2;
  }

  .psc-site-nav--mobile .psc-site-nav__row > a {
    align-items: center;
    color: var(--plant-ink);
    display: flex;
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    min-height: 52px;
    padding: 8px 6px;
    text-decoration: none;
  }

  .psc-site-nav--mobile .psc-site-nav__submenu-toggle {
    border-left: 1px solid #eee8e2;
    min-height: 44px;
    min-width: 48px;
  }

  .psc-site-nav--mobile .psc-site-nav__submenu-toggle span {
    display: block;
    font-size: 22px;
    transition: transform 160ms ease;
  }

  .psc-site-nav--mobile .is-open .psc-site-nav__submenu-toggle span {
    transform: rotate(180deg);
  }

  .psc-site-nav--mobile .psc-site-nav__submenu {
    background: #faf8f5;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    min-width: 0;
    padding: 4px 8px 10px !important;
    position: static;
  }

  .psc-site-nav--mobile .is-open > .psc-site-nav__submenu {
    display: block;
  }

  .psc-site-nav--mobile .psc-site-nav__submenu a {
    min-height: 44px;
    padding: 12px 10px;
  }

  .psc-mobile-drawer__contacts {
    background: var(--plant-cream);
    border-radius: 10px;
    display: grid;
    gap: 6px;
    margin: 14px;
    padding: 14px;
  }

  .psc-mobile-drawer__contacts a {
    color: var(--plant-ink);
    font-weight: 700;
    min-height: 44px;
    padding: 10px 6px;
  }

  .psc-mobile-dock {
    background: #fff;
    border-top: 1px solid rgb(0 0 0 / 12%);
    box-shadow: 0 -7px 24px rgb(0 0 0 / 12%);
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    inset: auto 0 0;
    min-height: 68px;
    padding: 7px 10px 0;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    z-index: 100040;
  }

  .psc-mobile-dock a {
    align-items: center;
    border-radius: 10px;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 14%);
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    min-height: 54px;
    padding: 7px 3px;
    text-decoration: none;
  }

  .psc-mobile-dock__icon {
    display: block;
    flex: 0 0 26px;
    height: 26px;
    object-fit: contain;
    width: 26px;
  }

  .psc-mobile-dock__icon--telegram,
  .psc-mobile-dock__icon--phone {
    filter: brightness(0) invert(1);
  }

  .psc-mobile-dock__telegram { background: #229ed9; }
  .psc-mobile-dock__max { background: #6534d9; }
  .psc-mobile-dock__phone { background: #169b52; }
}

@media (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .psc-mobile-header {
    align-items: stretch;
    background: #e4dbc3;
    border-bottom: 0;
    box-shadow: 0 3px 28px rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    gap: 0;
    height: auto;
    inset: auto;
    justify-content: flex-start;
    min-height: 376px;
    padding: 16px 16px 14px;
    position: relative;
    z-index: 100020;
  }

  .psc-mobile-header__brand {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 18px 10px;
  }

  .psc-mobile-header__brand img {
    display: block;
    height: auto;
    max-height: 128px;
    max-width: 132px;
    width: 132px;
  }

  .psc-mobile-header__contacts {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    padding: 0 0 13px;
    width: 100%;
    text-align: center;
  }

  .psc-mobile-header__contacts p {
    margin: 0;
  }

  .psc-mobile-header__contacts a {
    text-decoration: none;
  }

  .psc-mobile-header__phone-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 8px;
    max-width: 430px;
    width: 100%;
  }

  .psc-mobile-header__phone-card {
    align-items: center;
    background: #169b52;
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 10px;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 14%);
    color: #fff;
    display: flex;
    gap: 7px;
    justify-content: center;
    min-height: 58px;
    min-width: 0;
    padding: 7px 7px;
  }

  .psc-mobile-header__phone-card img {
    filter: brightness(0) invert(1);
    flex: 0 0 18px;
    height: 18px;
    width: 18px;
  }

  .psc-mobile-header__phone-card > span {
    display: grid;
    gap: 1px;
    min-width: 0;
    text-align: left;
  }

  .psc-mobile-header__phone-card strong {
    color: #fff;
    font-size: clamp(13px, 4vw, 16px);
    font-weight: 800;
    letter-spacing: -0.2px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .psc-mobile-header__phone-label {
    color: rgb(255 255 255 / 86%);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.1;
  }

  .psc-mobile-header__email {
    color: #313131;
    font-size: 13px;
    margin-top: 8px !important;
  }

  .psc-mobile-shortcuts {
    border-top: 1px solid rgb(79 59 21 / 16%);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 11px;
  }

  .psc-mobile-shortcuts a,
  .psc-mobile-shortcuts button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #000;
    cursor: pointer;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.15;
    min-height: 38px;
    padding: 8px 4px;
    text-align: center;
    text-decoration: none;
  }

  .psc-mobile-shortcuts button[aria-expanded="true"],
  .psc-mobile-shortcuts a:hover,
  .psc-mobile-shortcuts button:hover {
    color: #7f1d18;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }

  .psc-mobile-shortcuts a:focus-visible,
  .psc-mobile-shortcuts button:focus-visible,
  .psc-mobile-drawer a:focus-visible,
  .psc-mobile-drawer button:focus-visible,
  .psc-mobile-drawer summary:focus-visible {
    outline: 3px solid #175eaa;
    outline-offset: 2px;
  }

  .psc-mobile-overlay:not([hidden]) {
    background: rgb(20 16 13 / 58%);
    display: block;
    inset: 0;
    position: fixed;
    z-index: 100025;
  }

  .psc-mobile-drawer:not([hidden]) {
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -16px 50px rgb(20 16 13 / 24%);
    display: flex;
    flex-direction: column;
    height: auto;
    inset: auto 0 0;
    max-height: calc(100dvh - 18px);
    max-width: none;
    overflow-y: auto;
    padding: 0 0 calc(86px + env(safe-area-inset-bottom));
    position: fixed;
    width: 100%;
    z-index: 100030;
  }

  .psc-mobile-drawer__top {
    align-items: center;
    background: #f4eee7;
    border-bottom: 1px solid #ded5cc;
    display: flex;
    justify-content: space-between;
    min-height: 72px;
    padding: 12px 14px 12px 18px;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .psc-mobile-drawer__top > div {
    display: grid;
    gap: 3px;
  }

  .psc-mobile-drawer__top strong {
    color: #25211f;
    font-size: 20px;
    line-height: 1.15;
  }

  .psc-mobile-drawer__top span {
    color: #6d655f;
    font-size: 13px;
    line-height: 1.3;
  }

  .psc-mobile-drawer__close {
    background: #fff;
    border: 1px solid #cfc3b7;
    border-radius: 999px;
    color: #25211f;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    min-height: 44px;
    padding: 8px 13px;
    width: auto;
  }

  .psc-mobile-door-menu {
    padding: 14px;
  }

  .psc-mobile-door-menu__all {
    align-items: center;
    background: #b42b25;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    min-height: 50px;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
  }

  .psc-mobile-door-menu__group {
    border-bottom: 1px solid #eee8e2;
    padding: 5px 0;
  }

  .psc-mobile-door-menu__group summary {
    color: #25211f;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    min-height: 48px;
    padding: 14px 4px;
  }

  .psc-mobile-door-menu__group ul {
    display: grid;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
  }

  .psc-mobile-door-menu__group a {
    align-items: center;
    background: #faf8f5;
    border-radius: 8px;
    color: #25211f;
    display: flex;
    font-size: 14px;
    line-height: 1.35;
    min-height: 44px;
    padding: 10px 12px;
    text-decoration: none;
  }

  .psc-mobile-door-menu__group a:hover {
    background: #f4eee7;
    color: #8f211c;
  }

  .psc-mobile-drawer__contacts {
    background: #f4eee7;
    border-radius: 10px;
    display: grid;
    gap: 8px;
    margin: 0 14px 14px;
    padding: 14px;
  }

  .psc-mobile-drawer__contacts a {
    align-items: center;
    color: #8f211c;
    display: flex;
    font-weight: 800;
    min-height: 44px;
    padding: 8px 0;
  }
}

@media (max-width: 350px) {
  .psc-mobile-header {
    padding-inline: 10px;
  }

  .psc-mobile-header__phone-card {
    gap: 4px;
    padding-inline: 5px;
  }

  .psc-mobile-header__phone-card img {
    flex-basis: 16px;
    height: 16px;
    width: 16px;
  }

  .psc-mobile-header__phone-card strong {
    font-size: 12px;
    letter-spacing: -0.45px;
  }

  .psc-mobile-shortcuts a,
  .psc-mobile-shortcuts button {
    font-size: 12px;
    padding-inline: 2px;
  }

  .psc-mobile-header__contacts {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .psc-site-nav *,
  .psc-mobile-drawer * {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
  }
}
