/* Fixes specific to the standalone file:// reference preview. */

.inline-svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/*
 * The delivered build switches to its burger menu at 1400px. For this
 * reference version, keep the complete desktop navigation down to 961px.
 */
@media (min-width: 961px) {
  .header .container {
    align-items: flex-start;
    padding-top: 30px;
  }

  .header__logo {
    margin-right: 20px;
  }

  .header__logo svg {
    width: 82px;
    height: 88px;
  }

  .burger {
    display: none;
  }

  .header__menu {
    position: static;
    z-index: auto;
    display: flex;
    overflow: visible;
    flex: 1 1 auto;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    min-width: 0;
    height: auto;
    padding-left: 0;
    pointer-events: auto;
    opacity: 1;
    background-color: transparent;
  }

  .header__menu-inn {
    width: 100%;
  }

  .menu__list {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .menu__item {
    padding: 0 clamp(4px, .55vw, 9px);
  }

  .menu__link {
    font-family: 'HelveticaNowDisplay-Medium', sans-serif;
    font-size: clamp(11px, 1.08vw, 16px);
    line-height: 1.2;
    padding: 0 0 12px;
    color: #fff;
  }

  .menu__link::before {
    right: 0;
  }

  .menu__link:hover {
    color: #fff;
  }

  .menu__link--parent {
    padding-right: 0;
  }

  .menu__link--parent:hover::before {
    width: 100%;
  }

  .menu__link-btn,
  .menu__close {
    display: none;
  }

  .header__contacts {
    flex: 0 0 auto;
    margin-left: 16px;
  }

  .header__phone {
    font-size: clamp(14px, 1.35vw, 20px);
  }

  .header__email {
    font-size: clamp(10px, .9vw, 13px);
  }
}
.index-procedure__list-link,
.index-procedure__list-link:hover {
  color: inherit;
}
