.category-card{padding:32px 24px;border-radius:15px;display:flex;flex-direction:column;gap:32px;background-color:var(--gray);height:570px;overflow:hidden}@media(max-width:991.98px){.category-card{padding:25px 30px;border-radius:11px;gap:26px;height:368px}}@media(max-width:767.98px){.category-card{padding:18px 24px;height:340px}}.category-card._open{height:auto}.category-card__image{height:200px;width:200px;text-align:center;flex:0 0 auto;margin:0 auto}.category-card__image img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.1)}@media(max-width:991.98px){.category-card__image{width:104px;height:104px;margin:0}}@media(max-width:767.98px){.category-card__image{width:82px;height:82px}}.category-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:24px;flex:1 1 auto;overflow:hidden}@media(max-width:991.98px){.category-card__content{gap:14px}}@media(max-width:767.98px){.category-card__content{gap:10px}}.category-card__label{font-size:32px;font-weight:600;line-height:1.25;transition:color .2s;flex:0 0 auto}.category-card__label:hover{color:var(--blue)}@media(max-width:991.98px){.category-card__label{font-size:24px;line-height:1.31}}@media(max-width:767.98px){.category-card__label{font-size:18px;line-height:1.33}}.category-card__links{display:flex;flex-direction:column;gap:16px;align-items:flex-start;flex:1 1 auto;overflow:hidden}@media(max-width:991.98px){.category-card__links{gap:8px}}.category-card__link{font-size:20px;font-weight:500;line-height:1.2;text-decoration:underline;transition:color .2s}.category-card__link:hover{color:var(--blue)}@media(max-width:991.98px){.category-card__link{font-size:16px;line-height:1.18}}@media(max-width:767.98px){.category-card__link{font-size:12px;line-height:1.16}}.category-card__toggle{font-size:20px;font-weight:600;line-height:1.2;color:var(--blue);display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}@media(max-width:991.98px){.category-card__toggle{font-size:16px;line-height:1.18}}
