@charset "UTF-8";

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 120;
  border-bottom: 1px solid var(--c-080617) 80;
}

.header__bar {
  padding-block: clamp(20px, 1.935483871vw, 30px);
  background: transparent;
  border-bottom: 1px solid rgba(15, 15, 19, 0.1);
}

.header__bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.935483871vw, 30px);
}

.header__logo {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 60px;
  height: 15px;
  color: var(--c-080b1c);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo:hover,
.header__logo:focus-visible {
  opacity: 0.7;
}

.header__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: clamp(10px, 2.064516129vw, 32px);
  z-index: 2;
}

.header__menu-top {
  display: none;
}

.header__nav {
  width: 100%;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 clamp(10px, 2.064516129vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__nav-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: var(--c-080b1c);
  text-decoration: none;
}

.header__menu-bottom {
  display: none;
}

.header__menu-body {
  display: block;
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 3.8709677419vw, 60px);
}

.header__contact-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  white-space: nowrap;
  color: var(--c-080b1c);
}

.header__cta {
  /* пусто */
}

.header__lang {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.header__lang--menu {
  margin-left: auto;
}

.header__lang--menu .header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__lang-btn {
  width: 34px;
  height: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.header__lang-btn.is-active {
  background-color: var(--c-080b1c);
  color: var(--c-white);
}

.header__lang-btn:not(.is-active):hover,
.header__lang-btn:not(.is-active):focus-visible {
  background-color: rgba(5, 6, 28, 0.1);
}

.header__burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  width: 44px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  margin-left: 40px;
}

.header__burger span {
  width: 100%;
  height: 2px;
  background: var(--c-05061c);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
}

.header__burger span:last-child {
  width: 80%;
}

.header__burger:hover,
.header__burger:focus-visible {
  border-color: var(--c-05061c);
}

.header__close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.4s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.4s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.4s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  position: relative;
}

.header__close span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--c-05061c);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header__close span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__close span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__close:hover,
.header__close:focus-visible {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(21, 21, 28, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header {
  /* элементы, появляющиеся в мобильном меню */
}

.header.is-fixed {
  background: rgba(255, 255, 255, 0.1333333333);
  backdrop-filter: blur(15px);
}

body.is-header-locked {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body.is-header-locked .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .header__contact {
    gap: 20px;
  }

  .header__contact-label {
    display: none;
  }
}

@media (max-width: 991px) {
  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /* gap now managed inside menu-body to keep footer pinned */
    width: min(320px, 90vw);
    padding-block: 19px calc(45px + env(safe-area-inset-bottom, 0px));
    background: var(--c-white);
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-box-shadow: -24px 0 48px rgba(7, 8, 25, 0.18);
            box-shadow: -24px 0 48px rgba(7, 8, 25, 0.18);
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    min-height: 100vh;
    height: 100vh;
  }

@supports (height: 100svh) {
    .header__menu {
      min-height: 100svh;
      height: 100svh;
    }
}

@supports (height: 100dvh) and (not (height: 100svh)) {
    .header__menu {
      min-height: 100dvh;
      height: 100dvh;
    }
}

  .header__menu[data-state=opened] {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }

  .header__menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid var(--c-080617) 80;
    padding-inline: 30px 35px;
    padding-bottom: 17.5px;
  }

  .header__nav {
    padding-inline: 30px;
  }

  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }

  .header__nav-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    padding: 0;
  }

  .header__nav-link:after {
    display: none;
  }

  .header__menu-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-inline: 30px;
    padding-bottom: calc(30px + env(safe-area-inset-bottom, 0px));
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .header__menu-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 30px;
    overflow-y: auto;
    padding-inline: 0;
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }

  .header__actions {
    margin-left: auto;
  }

  .header__lang {
    display: none;
  }

  .header__burger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .header__menu-social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }

  .header__menu-cta .header__cta {
    width: 100%;
  }

  .header__contact-note {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: var(--c-080b1c);
  }
}
@supports (appearance:none){

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 991px){

@supports (appearance:none){

}

}
