.category-skeleton{max-width:var(--max-width);flex-direction:column;gap:56px;margin:0 auto;display:flex}.category-skeleton__header{background:var(--color-gray-10);border-radius:12px;flex-direction:column;align-items:center;gap:32px;width:100%;margin-bottom:24px;padding:40px 24px;display:flex}.category-skeleton__header-title{max-width:520px}.category-skeleton__header-subs{flex-wrap:wrap;justify-content:center;gap:24px;width:100%;display:flex}@media (max-width:479px){.category-skeleton__header-subs{flex-direction:column}}.category-skeleton__header-sub{flex-shrink:0;width:216px;height:78px}@media (max-width:479px){.category-skeleton__header-sub{width:100%}}.category-skeleton__section{flex-direction:column;gap:24px;display:flex}.category-skeleton__section-title{max-width:100%}.category-skeleton__goals-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:1199px){.category-skeleton__goals-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.category-skeleton__goals-grid{grid-template-columns:1fr}}.category-skeleton__lists-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (max-width:1199px){.category-skeleton__lists-grid{grid-template-columns:1fr}}.category-skeleton__catalog-filters{flex-wrap:wrap;align-items:center;gap:16px;display:flex}@media (max-width:767px){.category-skeleton__catalog-filters{flex-direction:column;align-items:stretch}}.category-skeleton__catalog-search{flex:1;min-width:200px}.card-skeleton{background:var(--color-surface);border:1px solid var(--color-gray-9);border-radius:8px;flex-direction:column;gap:12px;padding:8px;display:flex}.card-skeleton__image{flex-shrink:0;width:100%;height:160px}.card-skeleton__body{flex-direction:column;gap:8px;padding:8px;display:flex}.card-skeleton__title{margin:0}.card-skeleton__text{flex-direction:column;gap:6px;margin:8px 0;display:flex}.card-skeleton__footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:8px;display:flex}.card-skeleton--horizontal{flex-direction:row}.card-skeleton--horizontal .card-skeleton__image{width:37%;height:auto;min-height:160px}.card-skeleton--horizontal .card-skeleton__body{width:63%}
.category{padding:calc(var(--header-category-height,430px) + 56px) 0 0}@media (max-width:1464px){.category{padding:calc(var(--header-category-height,430px) + 56px) 24px 0}}.category__wrapper-title{max-width:var(--max-width);justify-content:space-between;margin:0 auto 24px;display:flex}@media (max-width:575px){.category__wrapper-title{flex-direction:column;gap:12px}}.category__title{max-width:var(--max-width);margin:0 auto 24px}.category__popular-goals{max-width:var(--max-width);flex-wrap:wrap;gap:24px;margin:0 auto 56px;display:flex}@media (max-width:767px){.category__popular-goals{flex-direction:column}}.category__popular-goal{width:calc(25% - 18px)}@media (max-width:1199px){.category__popular-goal{width:calc(50% - 12px)}}@media (max-width:767px){.category__popular-goal{width:100%}}.category__popular-lists{max-width:var(--max-width);flex-wrap:wrap;gap:24px;margin:0 auto 56px;display:flex}@media (max-width:1199px){.category__popular-lists{flex-direction:column}}.category__popular-list{width:calc(50% - 12px)}@media (max-width:1199px){.category__popular-list{width:100%}}.category__all-goals{max-width:var(--max-width);flex-direction:column;gap:24px;margin:0 auto;padding-bottom:72px;display:flex}.category--empty{padding:calc(var(--header-category-height,284px) + 56px) 0 0}@media (max-width:1464px){.category--empty{padding:calc(var(--header-category-height,284px) + 56px) 24px 0}}@media (max-width:767px){.category--empty{padding:calc(var(--header-category-height,284px) + 24px) 24px 0}}.category--all{padding:56px 24px 96px}
