@media (min-width: 1200px) {
  .header-bottom,
  .header-bottom__container,
  .header-bottom__row {
    height: 48px !important;
    min-height: 48px !important;
  }

  .header-bottom__row {
    align-items: center !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
  }

  .header-bottom .logo {
    order: 1 !important;
    flex: 0 0 112px !important;
    width: 112px !important;
    margin: 0 12px 0 0 !important;
  }

  .header-bottom .main-menu {
    order: 2 !important;
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .header-bottom .main-menu .js-menu-desktop {
    width: auto !important;
  }

  .header-bottom .logo,
  .header-bottom .main-menu,
  .header-bottom #_desktop_search,
  .header-bottom .header-cart-next-search {
    height: 48px !important;
    min-height: 48px !important;
    align-items: center !important;
  }

  .header-bottom .logo img {
    width: auto !important;
    max-width: 100px !important;
    max-height: 27px !important;
  }

  .main-menu__tree,
  .main-menu__tree__item {
    height: 48px !important;
    min-height: 48px !important;
  }

  .main-menu__tree__link {
    display: flex !important;
    height: 48px !important;
    min-height: 48px !important;
    align-items: center !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  #_desktop_search {
    order: 3 !important;
    flex: 0 1 285px !important;
    width: min(285px, 27vw) !important;
    min-width: 190px !important;
    margin-left: auto !important;
  }

  #search_widget form {
    height: 34px !important;
    padding: 3px 4px 3px 13px !important;
    border-radius: 8px !important;
  }

  #search_widget .js-search-input {
    height: 28px !important;
    font-size: 12px !important;
  }

  #search_widget .search-submit {
    flex-basis: 28px !important;
    width: 28px !important;
    height: 28px !important;
  }

  #search_widget .search-submit i {
    font-size: 17px !important;
  }

  .header-cart-next-search {
    order: 4 !important;
    flex: 0 0 40px !important;
    padding-left: 5px !important;
  }

  .header-cart-next-search .header-block__action-btn {
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
  }

  .header-cart-next-search .header-cart-icon {
    width: 20px !important;
    height: 20px !important;
  }

  .header-cart-next-search .cart-products-count {
    min-width: 16px !important;
    height: 16px !important;
    font-size: 9px !important;
    line-height: 16px !important;
  }
}
