@import url("desktop_header_figma_v1.css");

@media (min-width: 992px) and (max-width: 1199px) {
  #header > .header-top > .container > .row {
    grid-template-columns: 145px minmax(0, 1fr);
  }

  #header > .header-top .row > .header_logo {
    width: 145px;
  }

  #header > .header-top .header_logo img {
    max-width: 90px;
    max-height: 90px;
  }

  #header > .header-top .block-search {
    width: 310px !important;
    max-width: 310px;
  }

  #header > .header-top #_desktop_megamenu .menu-content > .menu-item {
    margin-left: 10px;
  }

  #header > .header-top #_desktop_megamenu .menu-content > .menu-item > a {
    font-size: 9px;
  }
}
