.akn-mobile-header {
  display: none;
}

@media screen and (max-width: 576px) {
  .header > .mobile-content__header-phone,
  .header > .header__block {
    display: none;
  }

  .akn-mobile-header {
    --akn-mobile-icon-size: 22px;
    --akn-mobile-icon-hit-size: 27px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 78px;
    padding: 10px 20px;
    color: #fff;
    background-color: #26252c;
    border-radius: 0 0 12px 12px;
  }

  .akn-mobile-header__logo {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    color: inherit;
  }

  .akn-mobile-header__logo-mark {
    display: block;
    width: 44px;
    height: 44px;
    margin: 2px;
    background-color: currentColor;
    -webkit-mask: url(../img/akn_icon_main.svg) center / contain no-repeat;
    mask: url(../img/akn_icon_main.svg) center / contain no-repeat;
  }

  .akn-mobile-header__contacts {
    display: flex;
    flex: 1 1 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    column-gap: 8px;
    row-gap: 4px;
    min-width: 0;
  }

  .akn-mobile-header__phone {
    flex: 0 0 auto;
    height: 27px;
    color: #fff;
    font-size: clamp(20px, 4.7vw, 27px);
    font-weight: 600;
    line-height: 27px;
    white-space: nowrap;
  }

  .akn-mobile-header__phone:hover {
    color: #e30111;
  }

  .akn-mobile-header__socials {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
    height: 27px;
    margin: 0;
  }

  .akn-mobile-header__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--akn-mobile-icon-hit-size);
    height: var(--akn-mobile-icon-hit-size);
    margin: 0;
  }

  .akn-mobile-header__socials a.soc__route {
    display: inline-flex;
  }

  .akn-mobile-header__socials svg,
  .akn-mobile-header__socials .soc__max-icon,
  .akn-mobile-header__socials .soc__route-icon {
    width: var(--akn-mobile-icon-size);
    height: var(--akn-mobile-icon-size);
  }

  .akn-mobile-header__burger {
    display: block;
    flex: 0 0 24px;
  }

  .mobile {
    top: 78px;
  }
}
