@media screen and (max-width: 960px) {
  .submenu, .filter-submenu-overlay .submenu._fixed {
    /* overflow: visible; */
    z-index: 80;
  }
  .header {
    z-index: 250;
  }
}
@media (min-width: 801px) {
  .header__phone {
    display: none;
  }
}
@media (max-width: 800px) {
  .header__phone {
    display: block;
  }
  .ui-slider-handle {
    transform: scale(1.75);
  }
  .lk-b__nav.active {
    display: block;
  }
  .header__basket-count {
    font-size: 10px;
    background: #000;
    width: auto;
    height: 20px;
    padding: 0 5px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    width: 12px;
    line-height: 22px;
  }

  .soc_dnone{
    display: none;
  }

  .soc_desc_none{
    display: block;
    text-align: center;
  }
}
@media (min-width: 800px) {

  .soc_desc_none{
    display: none;
  }

}
@media (max-width: 640px) {
  .main-collection__list-inside:after {
    content: "";
    display:  block;
    position:  absolute;
    bottom: 0px;
    left: 0px;
    width:  100%;
    height: 200px;
    background: linear-gradient(rgba(255,255,255,0), #fff);
    visibility: visible;
    pointer-events: none;
  }
  .header-empty .header__search {
    top: 20px;
  }
  .column {
    float: none;
    width: 100%;
  }
  .input-text {
    width: 100%;
  }
}
@media (min-width: 541px) and (max-width: 640px) {
  .main-collection__list-inside {
    max-height: 540px;
  }
}

@media (min-width: 381px) and (max-width: 540px) {
  .main-collection__list-inside {
    max-height: 660px;
  }
}

@media (max-width: 380px) {
  .main-collection__list-inside {
    max-height: 530px;
  }
}

@media (max-width: 480px) {
  .collection--custom .collection__show-all {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .collection--custom .collection__header {
		padding: 44px 20px;
	}
  .header-empty .header__search {
    top: 0px;
  }
  .header__phone {
    display: block;
  }
}

@media (max-width: 840px) {
  .collection-catalog__item {
    width: 50%;
    text-align: center;
  }


}
@media (max-width: 470px) {
  .collection-catalog__item {
    width: 100%;
  }
}
@media screen and (max-width: 1039px) {
  .header .nav_fixed {
    position: fixed;
  }
  .nav_mobile .nav__item_selected {
    background-color: #fff;
    transition: 0.2s;
  }
  .nav_mobile .nav__item_selected:hover {
    background-color: #000;
    color: #fff;
  }
  li.nav__item.nav__item_shop {
    border-bottom: 1px solid #000;
  }
}

