/* UNISHOP2_MOBILE_PHONE_HEADER_R25 — first mobile header row only. */
@media (max-width: 991px) {
  header .header-block {
    --eo-r25-active: 1;
    grid-template-columns: clamp(100px, 27.7vw, 120px) minmax(0, 1fr) 42px;
    column-gap: 8px;
    align-items: center;
  }

  header .header-block__item-logo {
    width: 100%;
    min-width: 0;
  }

  header .header-logo,
  header .header-logo a {
    width: 100%;
    max-width: 100%;
  }

  header .header-block__item-telephone {
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: center;
    justify-self: stretch;
  }

  header .header-phones,
  header .header-phones.has-addit {
    width: 100%;
    min-width: 0;
  }

  header .header-phones__main {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    overflow: visible;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #24272b;
  }

  header .header-phones__main-img-i {
    display: inline-flex;
    width: 18px;
    height: 42px;
    margin: 0 8px 0 0;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
  }

  header .header-block__item-cart {
    width: 42px;
    min-width: 42px;
    justify-self: end;
  }
}

@media (min-width: 390px) and (max-width: 991px) {
  header .header-phones__main {
    font-size: 18px;
  }
}

@media (min-width: 361px) and (max-width: 389px) {
  header .header-phones__main {
    font-size: 16.5px;
  }

  header .header-phones__main-img-i {
    margin-right: 7px;
  }
}

@media (max-width: 360px) {
  header .header-block {
    grid-template-columns: 98px minmax(0, 1fr) 42px;
    column-gap: 6px;
  }

  header .header-phones__main {
    width: 100%;
    min-width: 0;
    justify-content: center;
    overflow: visible;
    font-size: 16px;
  }

  header .header-phones__main-img-i {
    width: 17px;
    margin-right: 6px;
    flex-basis: 17px;
    font-size: 16px;
  }
}

@media (max-width: 359px) {
  header .header-phones__main {
    width: 42px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
  }

  header .header-phones__main-img-i {
    width: 42px;
    margin-right: 0;
    flex-basis: 42px;
  }
}
