:root {
  --ff0: Onest, HelveticaNeue, system-ui, -apple-system, sans-serif;
  --ff1: Onest, HelveticaNeue, system-ui, -apple-system, sans-serif;
  --ff2: Onest, HelveticaNeue, system-ui, -apple-system, sans-serif;
}

:root {
  --as-plr: 12px;
  --as-gap: 12px;
  --as-mobile-container: 320px;
  --as-mobile-break: 344px;
  --as-tablet-container: 768px;
  --as-tablet-break: 792px;
  --as-laptop-container: 1240px;
  --as-laptop-break: 1264px;
  --as-desktop-container: 1440px;
  --as-desktop-break: 1464px;
}

.as-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--as-plr);
  padding-right: var(--as-plr);
}

@media (min-width: 320px) {
  .as-container {
    max-width: var(--as-mobile-container);
  }
}

@media (min-width: 768px) {
  .as-container {
    max-width: var(--as-tablet-container);
  }
}

@media (min-width: 1240px) {
  .as-container {
    max-width: var(--as-laptop-container);
  }
}

@media (min-width: 1440px) {
  .as-container {
    max-width: var(--as-desktop-container);
  }
}

:root {
  --primary: primary;
  --secondary: secondary;
  --tripple: tripple;
}

:root {
  --lp-header_h: 60px;
}

@media (min-width: 768px) {
  :root {
    --lp-header_h: 80px;
  }
}

:root {
  --lp-header_pt: calc(var(--lp-header_h) + 24px);
}

@media (min-width: 768px) {
  :root {
    --lp-header_pt: calc(var(--lp-header_h) + 48px);
  }
}

.lp-header.mod-tonis .lp-header__logo, .lp-header.mod-elise .lp-header__logo {
  position: relative;
  width: 200px;
  flex: 0 0 200px;
  background: none;
  box-shadow: none;
  padding: 0;
}

.lp-header.mod-tonis .lp-header__logo .logo, .lp-header.mod-elise .lp-header__logo .logo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 200px;
  height: 100px;
}

@media (min-width: 768px) {
  .lp-header.mod-tonis .lp-header__logo .logo, .lp-header.mod-elise .lp-header__logo .logo {
    overflow: hidden;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 767px) {
  .lp-header.mod-tonis .lp-header__logo .logo:has(img:nth-of-type(2)), .lp-header.mod-elise .lp-header__logo .logo:has(img:nth-of-type(2)) {
    width: 140px;
    height: 56px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .lp-header.mod-tonis .lp-header__logo .logo:has(img:nth-of-type(2)) img:first-of-type, .lp-header.mod-elise .lp-header__logo .logo:has(img:nth-of-type(2)) img:first-of-type {
    display: none;
    visibility: hidden;
  }
}

.lp-header.mod-tonis .lp-header__logo .logo:has(img:nth-of-type(2)) img:nth-of-type(2), .lp-header.mod-elise .lp-header__logo .logo:has(img:nth-of-type(2)) img:nth-of-type(2) {
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .lp-header.mod-tonis .lp-header__logo .logo:has(img:nth-of-type(2)) img:nth-of-type(2), .lp-header.mod-elise .lp-header__logo .logo:has(img:nth-of-type(2)) img:nth-of-type(2) {
    display: block;
    visibility: visible;
  }
}

.lp-header.mod-tonis .lp-header__logo .logo-text, .lp-header.mod-elise .lp-header__logo .logo-text {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -8px;
  right: 0;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .lp-header.mod-tonis .lp-header__logo .logo-text, .lp-header.mod-elise .lp-header__logo .logo-text {
    display: block;
    visibility: visible;
  }
}

.lp-header.mod-tonis .lp-header__phone, .lp-header.mod-elise .lp-header__phone {
  padding-top: 8px;
  /*
  .phone {
    &__tel {
      font-size: 16px;
      line-height: 24px;
      @include tablet {
        font-size: 16px;
        line-height: 24px;
      }
      @include laptop {
        font-size: 21px;
        line-height: 30px;
      }
    }
    &__desc {
      font-size: 12px;
      line-height: 14px;
      margin-top: 6px;
      @include tablet {
        margin-top: 0;
        font-size: 12px;
        line-height: 20px;
      }
    }
  }
  */
}

@media (min-width: 768px) {
  .lp-header.mod-tonis .lp-header__phone, .lp-header.mod-elise .lp-header__phone {
    padding-top: 16px;
    padding-bottom: 15px;
  }
}

.lp-header.mod--page.scrolled.mod-tonis .logo, .lp-header.mod--page.scrolled.mod-elise .logo {
  height: var(--lp-header_h);
  border-radius: 0;
}

@media (max-width: 767px) {
  .lp-header.mod--page.scrolled.mod-tonis .logo:has(img:nth-of-type(2)), .lp-header.mod--page.scrolled.mod-elise .logo:has(img:nth-of-type(2)) {
    width: 140px;
    height: 56px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .lp-header.mod--page.scrolled.mod-tonis .logo:has(img:nth-of-type(2)) img:first-of-type, .lp-header.mod--page.scrolled.mod-elise .logo:has(img:nth-of-type(2)) img:first-of-type {
    display: block;
    visibility: visible;
  }
}

.lp-header.mod--page.scrolled.mod-tonis .logo:has(img:nth-of-type(2)) img:nth-of-type(2), .lp-header.mod--page.scrolled.mod-elise .logo:has(img:nth-of-type(2)) img:nth-of-type(2) {
  display: none;
  visibility: hidden;
}

.lp-header.mod--page.scrolled.mod-tonis .logo-text, .lp-header.mod--page.scrolled.mod-elise .logo-text {
  display: none;
  visibility: hidden;
}