.offer-cards{flex-direction:column;justify-content:space-between;gap:2rem;height:100%;display:flex}.offer-cards__main{flex-direction:column;gap:2rem;display:flex}.offer-cards__header{flex-direction:column-reverse;align-items:center;gap:1rem;display:flex}@media screen and (min-width:540px){.offer-cards__header{flex-direction:row;justify-content:space-between}}.offer-cards__cards{flex-direction:column;gap:2rem;display:flex}@media screen and (min-width:620px){.offer-cards__cards{grid-template-columns:repeat(2,1fr);display:grid}}@media screen and (min-width:1024px){.offer-cards__cards{grid-template-columns:repeat(3,1fr)}}.offer-cards__count{font-size:1.75rem}@media screen and (min-width:768px){.offer-cards__count{font-size:2rem}}
.offer-empty-list{flex-direction:column;align-items:center;gap:2rem;margin-top:2rem;padding-left:1rem;padding-right:1rem;font-size:1.75rem;font-style:italic;display:flex}@media screen and (min-width:540px){.offer-empty-list{padding-left:2rem;padding-right:2rem}}@media screen and (min-width:768px){.offer-empty-list{padding-left:3rem;padding-right:3rem;font-size:2rem}}@media screen and (min-width:540px){.offer-empty-list__image-container{align-items:center;display:flex}}.offer-empty-list__image{width:auto;height:20rem}@media screen and (min-width:768px){.offer-empty-list__image{height:25rem}}
.top{color:#000;background-color:#fff;border:1px solid #000;border-radius:5px;width:5rem;height:5rem;font-size:3.5rem;position:fixed;bottom:2rem;right:2rem;overflow:hidden}
.sort{background-color:#f5f5f5;border:1px solid #000;border-radius:5px;padding:1rem;overflow:hidden}@media screen and (min-width:540px){.sort{width:unset}}.sort__dropdown{font-size:1.75rem}.sort:before{content:"Sort: ";font-size:1.75rem}
.filter-container{background-color:#f5f5f5;border:1px solid #000;border-radius:5px;flex-direction:column;padding:1.25rem;display:flex;overflow:hidden}@media screen and (min-width:540px){.filter-container{padding:2rem}}.filter-container__header{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.filter-container__title{font-size:2rem;font-weight:700}@media screen and (min-width:768px){.filter-container__title{font-size:2.25rem}}.filter-container__icon{font-size:2.75rem;font-weight:700}.filter-container__filters{flex-direction:column;gap:2rem;max-height:0;transition:all .2s ease-in-out;display:flex;overflow:hidden}.filter-container__filters--active{max-height:100rem}
.filter-categories{flex-direction:column;align-items:center;display:flex}.filter-categories__title{text-transform:uppercase;margin-top:1rem;padding:.75rem;font-weight:700}.filter-categories__list{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}
.filter-tag{cursor:pointer;background-color:#fff;border:1px solid #000;border-radius:5px;width:-moz-fit-content;width:fit-content;padding:.75rem 1.5rem;overflow:hidden}.filter-tag--active{color:#fff;background-color:#000}
.filter-flags{flex-direction:column;align-items:center;display:flex}.filter-flags__title{text-transform:uppercase;margin-top:1rem;padding:.75rem;font-weight:700}.filter-flags__list{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}
