.catalog-category-items{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;width:100%}@media all and (max-width:1023px){.catalog-category-items{grid-template-columns:repeat(3,1fr);gap:16px}}@media all and (max-width:768px){.catalog-category-items{grid-template-columns:repeat(2,1fr);gap:8px}}.catalog-category-items_item{border:5px solid #424f60;border-radius:8px;background-color:#424f60;padding-bottom:104px;position:relative}@media all and (max-width:1023px){.catalog-category-items_item{padding-bottom:60px}}.catalog-category-items_item-image{display:flex;justify-content:center;aspect-ratio:1;border-radius:4px;overflow:hidden;background-color:#fff;background-repeat:no-repeat;background-size:cover}.catalog-category-items_item-image img{max-width:100%;max-height:100%;width:100%;height:100%}.catalog-category-items_item-title{background-color:#424f60;color:#fff;padding:23px 30px;cursor:pointer;position:absolute;bottom:0;left:0;right:0}@media all and (max-width:1023px){.catalog-category-items_item-title{padding:11px 15px}}.catalog-category-items_item-title .name{font-weight:700;min-height:2em}.catalog-category-items_item-title .name a{color:#fff;text-decoration:none;font-size:24px;line-height:26px}@media all and (max-width:1023px){.catalog-category-items_item-title .name a{font-size:14px;line-height:18px}}.catalog-category-items_item-title .subcategories{overflow:hidden;height:0}.catalog-category-items_item-title .subcategories ul{list-style:disc;margin:0;padding:0 0 0 15px}.catalog-category-items_item-title .subcategories ul li{color:#fff;font-size:18px;font-weight:600;margin:10px 0 0}.catalog-category-items_item-title .subcategories ul li a{color:#fff;text-decoration:none}.catalog-category-items_item-title:hover .subcategories{height:initial}.catalog-category-items-undertext{margin:40px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;width:100%}@media all and (max-width:1023px){.catalog-category-items-undertext{grid-template-columns:repeat(2,1fr);gap:16px}}.catalog-category-items-undertext__item{display:flex;gap:8px;flex-direction:row;align-items:center}.catalog-category-items-undertext__item-icon i{width:54px;height:54px;background-color:#fab228;border-radius:50%;text-align:center;line-height:54px;display:inline-block}.catalog-category-items-undertext__item-icon i svg{vertical-align:middle;background:#fff;width:30px;height:30px}.catalog-category-items-undertext__item-text{font-size:16px;color:#424f60;font-weight:600}@media all and (max-width:990px){.catalog-category-items-undertext__item-text{padding-right:20px}}@media all and (max-width:768px){.catalog-category-items-undertext__item{gap:8px}.catalog-category-items-undertext__item-text{font-size:16px;font-weight:500}.catalog-category-items-undertext__item-icon i{width:36px;height:36px;line-height:36px}.catalog-category-items-undertext__item-icon i svg{width:20px;height:20px}}@media all and (max-width:576px){.catalog-category-items-undertext{grid-template-columns:repeat(1,1fr);margin:30px 0}}