@media screen and (min-width: 768px) and (max-width: 1090px){
  .home-search > .container{
    display: block;
  }

  .home-search form{
    max-width: unset !important;
  }

  #us-map{
    display: none;
  }

  .how-it-works__item:not(:last-child)::after{
    display: none;
  }

  .headForm .pattern{
    flex: 1;
  }

  .headForm input.pattern{
    width: auto;
  }

  body header .links{
    width: auto;
    flex: none;
  }

  .accountDropMenu,
  .links .account .indHead{
    display: none !important;
  }

  header .links .btn.account span:not(.counter){
    display: none;
  }

  #search-items .products.grid, .products.grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }

  #search-quick-bar .sort-type{
    margin-left: 10px;
  }


  .bpr-prof .bpr-row-inf{
    overflow: hidden;
  }

  .bpr-prof .bpr-row-inf strong{
    width: 100% !important;
  }

  #user-menu{
    top: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px){
  header .links .publish span{
    display: none;
  }

  header .links .btn.publish svg{
    fill: #fff;
  }

  #user-menu{
    margin-left: 0;
  }
}