.PopularBrands__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}@media(max-width:800px){.PopularBrands__header{align-items:flex-start;margin-bottom:20px}}@media(max-width:600px){.PopularBrands__header{flex-direction:column;gap:20px}}.PopularBrands__header__title{color:#fff;font-size:24px;line-height:1}.PopularBrands__header__btn{cursor:pointer;background-color:#ef4242;border-radius:12px;padding-inline:21px;height:48px;border:none;color:#fff;font-weight:700;font-size:17px;display:flex;align-items:center;justify-content:center;transition:filter .2s}.PopularBrands__header__btn:hover{filter:brightness(120%)}@media(max-width:800px){.PopularBrands__header__btn{margin:0 auto}}.PopularBrands__grid{margin-bottom:20px}.PopularBrands__grid__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media(max-width:800px){.PopularBrands__grid__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.PopularBrands__grid__list{grid-template-columns:repeat(1,1fr)}}.PopularBrands__grid__el{border-bottom:1px solid hsla(0,0%,100%,.2);display:flex;justify-content:space-between;padding-bottom:12px}.PopularBrands__grid__brand{color:#5967ff;font-size:16px;font-weight:400;cursor:pointer}.PopularBrands__grid__brand:hover{filter:brightness(120%)}.PopularBrands__grid__count{color:#fff;font-size:14px;font-weight:400;opacity:.7;padding-right:4px}.NoteficationBanner{width:100%;height:118px;background-color:#3746f0;border-radius:20px;display:flex;justify-content:space-between;align-items:center;padding-inline:40px}@media(max-width:550px){.NoteficationBanner{padding-inline:5px}}.NoteficationBanner__info{display:flex;align-items:center;gap:20px;max-width:650px}.NoteficationBanner__info__title{font-size:24px;line-height:100%;font-weight:700}@media(max-width:900px){.NoteficationBanner__info__title{font-size:20px}}@media(max-width:470px){.NoteficationBanner__info__title{font-size:16px;font-weight:500}.NoteficationBanner__info{gap:10px;font-size:16px}}@media(max-width:800px){.NoteficationBanner__logo{display:none}}