/* Compact sticky header for desktop and mobile. */
.sticky-header-contacts {
  display: none;
}

/* The cart is now part of the sticky header, so the separate floating panel is redundant. */
.quick-panel_top {
  display: none !important;
}

.mob-quick-panel {
  display: none !important;
}

@media (min-width: 1250px) {
  .site-header_desk.site-header_sticky-active .site-header__mid {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1200;
    background: #fff;
    box-shadow: 0 6px 24px rgba(17, 24, 39, 0.12);
  }

  .site-header_desk.site-header_sticky-active .site-header__mid-inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-header_desk.site-header_sticky-active .site-header__mid-logo {
    max-width: 175px;
    margin-right: 18px;
  }

  .site-header_desk.site-header_sticky-active .site-header__cat-btn {
    margin-right: 18px;
  }

  .site-header_desk.site-header_sticky-active .site-header__action {
    margin-left: 18px;
  }

  .site-header_desk.site-header_sticky-active .sticky-header-contacts {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 190px;
    margin-left: 18px;
    color: #111827;
    font-size: 13px;
    line-height: 1.25;
    white-space: nowrap;
  }

  .sticky-header-contacts__mail {
    display: flex;
    align-items: baseline;
    gap: 5px;
  }

  .sticky-header-contacts__label {
    color: #697386;
    font-size: 11px;
  }

  .sticky-header-contacts a {
    color: #111827;
    text-decoration: none;
  }

  .sticky-header-contacts a:hover {
    color: #2f75df;
  }

  .sticky-header-contacts__phone {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 700;
  }
}

@media (max-width: 1249px) {
  .site-header_mob .site-actions__btn_search {
    display: none !important;
  }

  .site-header_mob.site-header_mobile-sticky-active .site-header__main {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1200;
    background: #fff;
    box-shadow: 0 5px 18px rgba(17, 24, 39, 0.1);
  }

  .site-header_mob .site-actions__btn_phone .action-btn__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-header_mob .site-actions__btn_phone .icon {
    color: #20242c;
  }
}

@media (max-width: 767px) {
  .site-header_mob.site-header_2 .site-actions__btn_phone {
    display: block !important;
  }
}
