.shopList__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex;position:relative}@media (max-width:640px){.shopList__header{flex-wrap:wrap}}.shopList__header-filter{order:1}.shopList__header-search{order:2;margin-left:0;margin-right:auto;position:relative}@media (max-width:640px){.shopList__header-search{z-index:100;margin-top:17px;display:none;position:absolute;top:100%;left:0;right:0}}.shopList__header-search--opened{display:block}.shopList__header-search svg{color:var(--color_black_60);z-index:1;width:20px;height:20px;display:block;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.shopList__header-search input{border:1px solid var(--color_black_30);background:#fff;border-radius:30px;width:130px;height:40px;padding:5px 18px 5px 44px;font-size:16px;transition:all .3s}@media (max-width:640px){.shopList__header-search input{width:100%}}.shopList__header-search input::placeholder{color:var(--color_black_60)}@media (min-width:641px){.shopList__header-search input:focus,.shopList__header-search--active input{width:350px}}.shopList__header-types{order:3;margin-left:auto;display:flex}.shopList__header-types_item{color:var(--color_black_70);background:#fff;border-radius:100%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:12px;transition:all .3s;display:flex}.shopList__header-types_item svg{width:24px;height:24px;display:block}.shopList__header-types_item--active{color:#fff;background:#000}@media (min-width:641px){.shopList__header-types_item--search{display:none}}@media (min-width:992px){.shopList__header-types_item:hover{color:#fff;background:#000}}.shopList__items{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:10px;display:grid}@media (max-width:1040px){.shopList__items{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.shopList__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:450px){.shopList__items{grid-template-columns:repeat(1,minmax(0,1fr))}}.shopList__items--vertical{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;margin-bottom:24px}@media (max-width:1220px){.shopList__items--vertical{gap:10px;margin-bottom:10px}}@media (max-width:1175px){.shopList__items--vertical{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}@media (max-width:1040px){.shopList__items--vertical{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width:920px){.shopList__items--vertical{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}@media (max-width:843px){.shopList__items--vertical{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width:580px){.shopList__items--vertical{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width:450px){.shopList__items--vertical{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.shopList__more{text-align:center}.shopList__grouped{position:relative}.shopList__grouped-abc{background:var(--color_black_20);z-index:90;margin-top:-10px;margin-bottom:10px;padding:10px 0;position:-webkit-sticky;position:sticky;top:70px}.shopList__grouped-abc .bubbles{margin-bottom:0}@media (max-width:767px){.shopList__grouped-abc{top:55px}}@media (max-width:520px){.shopList__grouped-abc{top:47px}}.shopList__grouped-list__item{margin-bottom:20px}.shopList__grouped-list__item-header{color:var(--color_black_main);text-transform:uppercase;margin-bottom:20px;font-size:16px;font-weight:400;line-height:1}.shopsEmpty{color:var(--color_black_60);text-align:center;background:#fff;border-radius:10px;padding:24px}
