.section{--section-padding-block:clamp(
    2rem,
    1.823943662rem + 0.7511737089vw,
    2.5rem
  );--section-header-offest-bottom:clamp(
    2rem,
    1.823943662rem + 0.7511737089vw,
    2.5rem
  );--section-footer-offest-top:clamp(
    1.25rem,
    0.985915493rem + 1.1267605634vw,
    2rem
  );padding-block:var(--section-padding-block)}.section__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:var(--section-header-offest-bottom)}.section__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:var(--section-footer-offest-top)}.section__bottom{display:grid;justify-content:space-between;align-items:center;gap:1rem;margin-top:clamp(1.25rem,.985915493rem + 1.1267605634vw,2rem)}@media screen and (max-width:47.99875rem){.section__bottom{grid-template-areas:"pagination pagination" "action arrows"}}@media screen and (min-width:48rem){.section__bottom{grid-template-areas:"pagination arrows"}}.section__bottom .section__arrows-block{grid-area:arrows}.section__bottom .section__action-block{grid-area:action}@media screen and (min-width:48rem){.section__bottom .section__action-block{display:none}}.section__bottom .section__pagination-block{grid-area:pagination}@media screen and (max-width:47.99875rem){.section__bottom .section__pagination-block{display:flex;justify-content:center}.section__bottom .section__pagination-block .app-swiper-pagination{width:auto}}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media screen and (max-width:64.06125rem){.categories-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}}@media screen and (max-width:47.99875rem){.categories-grid{grid-template-columns:repeat(2,1fr)}}.category-card{position:relative;display:flex;flex-direction:row;background-color:var(--brown-100);border-radius:12px}.category-card:focus{outline:2px solid var(--black);outline-offset:3px}.category-card:hover{color:var(--black)}.category-card:hover .title{text-decoration:underline}@media screen and (max-width:47.99875rem){.category-card{flex-direction:column;border-radius:8px;padding:.5rem}}.category-card .text-wap{display:flex;align-items:center;flex:1 1 auto;padding-left:1rem;padding-right:1.5rem}@media screen and (max-width:47.99875rem){.category-card .text-wap{height:2.125rem;margin-top:auto;padding:0}}.category-card .image-wrap{width:5.5rem;height:5.5rem;flex:0 0 5.5rem;border-radius:12px;overflow:hidden}@media only screen and (max-width:767px){.category-card .image-wrap{width:2.5rem;height:2.5rem;flex:0 0 2.5rem;border-radius:8px;margin-bottom:.5rem}}.category-card .image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .3s}.category-card .image-wrap img.loaded{opacity:1}.category-card .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:clamp(.875rem,.786971831rem + .3755868545vw,1.125rem);line-height:1.2222;font-weight:500;overflow:hidden}.bullet-items-list{padding-left:1rem;margin-top:clamp(1.25rem,1.161971831rem + .3755868545vw,1.5rem);margin-bottom:clamp(1.25rem,.8098591549rem + 1.8779342723vw,2.5rem)}.bullet-items-list li{font-size:clamp(1rem,.9559859155rem + .1877934272vw,1.125rem);line-height:1.4;letter-spacing:-.01em;color:var(--text-body-dark);list-style:disc}.bullet-items-list li+li{margin-top:.5rem}