.sets-item{position:relative;width:100%;height:100%;display:flex}.sets-item:hover{filter:brightness(.9)}.sets-item img{border-radius:32px;height:312px}@media only screen and (max-width:1024px){.sets-item img{border-radius:15px;height:158px}}.sets-item__title{position:absolute;top:0;left:0;font-weight:500;font-size:1.125em;line-height:24px;color:var(--gray-900);padding:32px;white-space:break-spaces}@media only screen and (max-width:1024px){.sets-item__title{font-size:.875em;line-height:20px;padding:10px}}.sets-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.sets-grid :first-child{grid-area:1/1/3/3}@media only screen and (max-width:1024px){.sets-grid :first-child{grid-area:1/1/1/5}}.sets-grid :first-child .img{height:656px}@media only screen and (max-width:1024px){.sets-grid :first-child .img{height:158px}}.sets-grid :nth-child(2){grid-area:1/3/2/4}@media only screen and (max-width:1024px){.sets-grid :nth-child(2){grid-area:2/1/3/3}}.sets-grid :nth-child(3){grid-area:1/4/2/5}@media only screen and (max-width:1024px){.sets-grid :nth-child(3){grid-area:2/3/3/5}}.sets-grid :nth-child(4){grid-area:2/3/3/5}@media only screen and (max-width:1024px){.sets-grid :nth-child(4){grid-area:3/5/3/1}}.sets-grid--reverse :first-child{grid-area:1/1/2/2}@media only screen and (max-width:1024px){.sets-grid--reverse :first-child{grid-area:1/1/3/3}}.sets-grid--reverse :first-child .img{height:312px}@media only screen and (max-width:1024px){.sets-grid--reverse :first-child .img{height:158px}}.sets-grid--reverse :nth-child(2){grid-area:1/2/2/3}@media only screen and (max-width:1024px){.sets-grid--reverse :nth-child(2){grid-area:1/3/1/5}}.sets-grid--reverse :nth-child(3){grid-area:2/1/3/3}@media only screen and (max-width:1024px){.sets-grid--reverse :nth-child(3){grid-area:2/1/3/3}}.sets-grid--reverse :nth-child(4){grid-area:1/3/3/5}@media only screen and (max-width:1024px){.sets-grid--reverse :nth-child(4){grid-area:2/3/3/5}}.sets-grid--reverse :nth-child(4) .img{height:656px}@media only screen and (max-width:1024px){.sets-grid--reverse :nth-child(4) .img{height:158px}}.cook-links{padding:16px 0;background:var(--white-3)}.cook-links__catalog{padding:48px 0}@media only screen and (max-width:1080px){.cook-links__catalog{padding:20px 0}}.cook-links__content{display:flex;gap:24px;justify-content:space-between}@media only screen and (max-width:1080px){.cook-links__content{gap:18px;overflow:auto}}.cook-links__item{display:flex;flex-direction:column;align-items:center;gap:12px}@media only screen and (max-width:1080px){.cook-links__item{gap:6px;min-width:80px}}.cook-links__item:hover .cook-links__title{color:var(--main)}.cook-links__img{mix-blend-mode:darken;width:100px;height:100px;object-fit:contain}@media only screen and (max-width:980px){.cook-links__img{width:80px;height:80px}}.cook-links__title{font-weight:500;font-size:1rem;line-height:22px;text-align:center;color:var(--gray-dark);transition:var(--transition)}@media only screen and (max-width:1080px){.cook-links__title{font-size:.725rem}}.section-inner{display:flex;flex-direction:column;gap:var(--gap)}.product-card{position:relative;padding:24px;border:1px solid var(--white-2);background-color:var(--white);border-radius:16px;width:100%;height:auto;max-height:391px;display:flex;transition:var(--transition)}.product-card--absent{cursor:default}@media only screen and (max-width:1250px){.product-card{padding:15px}}@media only screen and (max-width:480px){.product-card{padding:10px}}.product-card:hover:not(.product-card--absent){border:1px solid var(--main)}.product-card__body{display:flex;flex-direction:column;gap:5px;width:100%}@media only screen and (max-width:420px){.product-card__body{gap:0}}.product-card__link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.product-card__header{display:flex;flex-direction:column;gap:8px;position:absolute;z-index:1;width:auto}.product-card__header-tag{display:flex;background:#3f3b3b;font-size:.75rem;line-height:16px;font-weight:600;border-radius:6px;padding:4px;color:var(--white);width:fit-content}.product-card__promotion{display:flex;height:25px}.product-card__promotion-wrapper{display:inline-flex;height:100%;background:#f8f8f8;border-radius:8px}.product-card__percent{background:var(--red);color:var(--white);line-height:17px;font-weight:500;padding:4px;height:100%}.product-card__date,.product-card__percent{display:inline-flex;justify-content:center;align-items:center;font-size:.75rem;border-radius:8px}.product-card__date{padding:5px 8px;font-weight:400;background:#f8f8f8;color:var(--gray-900)}.product-card__favorite{position:relative;z-index:1;display:flex;width:28px;height:28px;justify-content:center;align-items:center;border:1px solid var(--white-2);border-radius:999px;cursor:pointer;transition:var(--transition)}.product-card__favorite:hover{border-color:var(--main)}.product-card__favorite:hover .icon svg path{fill:var(--main)}.product-card__favorite .icon svg{width:16px;height:16px}.product-card__favorite .icon svg path{transition:var(--transition);fill:var(--gray-900)}.product-card__img-wrapper{position:relative;width:100%;height:196px}.product-card--absent .product-card__img-wrapper{opacity:.5}@media only screen and (max-width:560px){.product-card__img-wrapper{height:140px}}.product-card__tag{z-index:1;display:flex;position:absolute;padding:4px;top:9px;background:#292929;font-size:.75rem;line-height:16px;font-weight:600;border-radius:6px;color:var(--white)}.product-card__img{z-index:0;position:absolute;top:0;left:0;bottom:0;right:0}.product-card__img img{width:100%;height:100%;object-fit:contain}.product-card__img-empty{position:absolute;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:.75rem;background:hsla(0,0%,100%,.8);color:var(--dark)}.product-card__flag{position:absolute;bottom:3px}.product-card__flag,.product-card__flag .icon{width:21px;height:15px}.product-card__info-block{display:flex;flex-direction:column;justify-content:flex-end;width:100%;flex-grow:1}.product-card__info-wrapper{display:flex;flex-direction:column;gap:1px}.product-card--absent .product-card__info-wrapper{opacity:.5}.product-card__info{display:flex;justify-content:space-between;align-items:center}.product-card__description{font-size:.75rem;font-weight:400;line-height:16px;color:var(--gray-5)}.product-card__stars{display:flex;align-items:center;background:#f8f8f8;padding:4px 8px;line-height:16px;border-radius:4px;gap:4px}.product-card__stars .icon{width:16px;height:16px}.product-card__stars .icon svg path{fill:#f8d749}.product-card__stars-count{font-weight:600;font-size:.75rem;color:var(--gray-900)}.product-card__title{display:flex;font-weight:500;font-size:1rem;line-height:19px;color:var(--gray-900);text-align:left;height:40px;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:480px){.product-card__title{font-weight:700;font-size:.875em;line-height:20px}}.product-card__title span{text-align:left}.product-card__price-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:5px;padding-top:13px;z-index:1;margin-top:auto}@media only screen and (max-width:480px){.product-card__price-wrapper{padding-top:0}}.product-card__price-sale{display:flex;flex-direction:column;align-items:flex-start}.product-card__price-default{font-weight:500;font-size:1.125rem;line-height:24px;align-self:flex-end}.product-card__empty{margin-top:2px;width:100%;height:36px;font-size:.875rem}.product-card__price-old{color:var(--gray-400);font-size:.75rem;line-height:16px;font-weight:500;text-decoration:line-through}.product-card__price-new{color:var(--gray-900);font-weight:500;font-size:1.125rem;line-height:22px}.product-card__price--discount{color:var(--red)}.product-card__cart{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;width:38px;height:38px;background:var(--green);border-radius:16px;cursor:pointer;transition:var(--transition)}.product-card--absent .product-card__cart{cursor:default}.product-card__cart:active{transform:scale(.95)}.product-card__cart .icon{width:16px;height:16px}.product-card__cart .icon svg path{fill:var(--white)}.product-card__btn-add-cart{width:100%}.product-card--grid{height:100%}.product-card--grid .product-card--empty .product-card__info-block{padding-bottom:18px!important}.product-card--grid .product-card--empty .product-card__price-wrapper{padding-top:15px!important}.product-card--grid .product-card__tag{top:7px}.product-card--grid .product-card__price-wrapper{padding-top:8px}.product-card--grid .product-card__price-default{align-self:flex-end}.product-card--grid .product-card__price-new{line-height:25px}.product-card--grid .product-card__body{display:flex;flex-direction:row;gap:16px}.product-card--grid .product-card__img-wrapper{max-width:140px;min-width:100px;height:auto;flex-shrink:2}.product-card--grid .product-card__info-wrapper{flex-direction:column-reverse;gap:6px}.product-card--grid .product-card__flag{display:flex;bottom:18px}.product-card--grid .product-card__info-block--equalizer{padding-bottom:25px}.product-card--grid .product-card__info-block--equalizer .product-card__price-default{line-height:21px}.product-card--grid .product-card__info-block--equalizer .product-card__price-wrapper{padding-top:9px}.sets-category-tabs{display:flex;flex-direction:column;gap:8px;height:fit-content;z-index:1}@media only screen and (min-width:1025px){.sets-category-tabs{position:sticky;top:100px;max-height:calc(100vh - var(--header-main-height));overflow:auto}}@media only screen and (max-width:1024px){.sets-category-tabs{max-height:400px;overflow-y:auto}}.sets-category-tabs__item{flex-shrink:0;display:flex;justify-content:space-between;padding:16px 12px;background-color:var(--white);border:1px solid var(--border-color-2);border-radius:16px;transition:var(--transition);cursor:pointer}.sets-category-tabs__item span{font-weight:400;font-size:.875em;line-height:20px;color:var(--gray-800)}.sets-category-tabs__item svg{width:20px;height:20px}.sets-category-tabs__item:hover{border:1px solid var(--main)}.sets-category-tabs__left{display:flex;gap:4px;align-items:center}.sets-category-tabs__left img{width:28px;height:28px;border-radius:16px}.category-card{position:relative;padding-top:68.58974358974359%;width:100%;height:0;display:flex;flex-direction:column;align-items:center;background:var(--white);border-radius:16px;gap:20px;transition:var(--transition);cursor:pointer}.category-card .ratio-container{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.category-card .ratio-container>:first-child{width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;object-position:center}.category-card:hover{filter:brightness(.9)}.category-card__img{width:120px;height:120px;border-radius:16px}.category-card__info{position:absolute;top:0;right:0;bottom:0;left:0;padding:24px}@media only screen and (max-width:480px){.category-card__info{padding:10px}}.category-card__title{display:inline-flex;line-height:22px;color:var(--gray-900)}@media only screen and (max-width:480px){.category-card__title{font-size:.875em;line-height:1.3}}.sets-category-items{display:flex;flex-direction:column;gap:24px;padding-top:var(--header-main-height);margin-top:calc(var(--header-main-height)*-1)}.sets-category-items__title{font-weight:500;font-size:24px;line-height:29px;color:var(--gray-dark)}.sets-category-items__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media only screen and (max-width:1200px){.sets-category-items__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:1024px){.sets-category-items__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:860px){.sets-category-items__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:540px){.sets-category-items__grid{gap:10px}}@media only screen and (max-width:360px){.sets-category-items__grid{grid-template-columns:1fr}}.brands{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}@media only screen and (max-width:1280px){.brands{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:820px){.brands{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:620px){.brands{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:480px){.brands{grid-gap:10px}}.brands__item{display:flex;padding:10px;border-radius:var(--big-radius);background:var(--gray-50);height:100px}@media only screen and (max-width:480px){.brands__item{height:80px}}.brands__item:hover{background:var(--green-50)}.catalog-banner{position:relative;padding-top:100%;width:100%;height:0;border-radius:32px;overflow:hidden}.catalog-banner .ratio-container{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.catalog-banner .ratio-container>:first-child{width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;object-position:center}.catalog-banner:hover{filter:brightness(.9)}.catalog-banner__info{position:absolute;left:0;top:0;right:0;bottom:0;padding:32px;color:var(--gray-900);font-weight:500;font-size:1.25em;line-height:32px}.catalog-page h2{margin:0}.catalog-page__banners{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:24px}@media only screen and (max-width:628px){.catalog-page__banners{grid-template-columns:1fr}}.category-list__slider{height:474px}@media only screen and (max-width:1200px){.category-list__slider{height:420px}}