.shopList__header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:20px;position:relative}@media(max-width:640px){.shopList__header{flex-wrap:wrap}}.shopList__header-filter{order:1}.shopList__header-search{margin-left:0;margin-right:auto;order:2;position:relative}@media(max-width:640px){.shopList__header-search{display:none;left:0;margin-top:17px;position:absolute;right:0;top:100%;z-index:100}}.shopList__header-search--opened{display:block}.shopList__header-search svg{color:var(--color_black_60);display:block;height:20px;left:18px;position:absolute;top:50%;transform:translateY(-50%);width:20px;z-index:1}.shopList__header-search input{background:#fff;border:1px solid var(--color_black_30);border-radius:30px;font-size:16px;height:40px;padding:5px 18px 5px 44px;transition:.3s;width:130px}@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{display:flex;margin-left:auto;order:3}.shopList__header-types_item{align-items:center;background:#fff;border-radius:100%;color:var(--color_black_70);display:flex;height:40px;justify-content:center;margin-left:12px;transition:.3s;width:40px}.shopList__header-types_item svg{display:block;height:24px;width:24px}.shopList__header-types_item--active{background:#000;color:#fff}@media(min-width:641px){.shopList__header-types_item--search{display:none}}@media(min-width:992px){.shopList__header-types_item:hover{background:#000;color:#fff}}.shopList__items{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:10px}@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{gap:24px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-bottom:24px}@media(max-width:1220px){.shopList__items--vertical{gap:10px;margin-bottom:10px}}@media(max-width:1159px){.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);margin-bottom:10px;margin-top:-10px;padding:10px 0;position:sticky;top:70px;z-index:90}.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);font-size:16px;font-weight:400;line-height:1;margin-bottom:20px;text-transform:uppercase}.shopsEmpty{background:#fff;border-radius:10px;color:var(--color_black_60);padding:24px;text-align:center}