.sets-group-header img{width:100%;height:473px;border-radius:32px}@media only screen and (max-width:1024px){.sets-group-header img{height:200px}}.sets-group-header__text{position:absolute;top:0;display:flex;flex-direction:column;justify-content:space-between;gap:80px;border-radius:32px;padding:128px 0 64px 112px}@media only screen and (max-width:1024px){.sets-group-header__text{padding:20px;gap:30px}}.sets-group-header__title{display:flex;flex-direction:column;gap:15px}.sets-group-header__title h1{margin:0;color:var(--gray-gray-900,#292929);font-size:3rem;font-weight:500;line-height:120%;max-width:260px}@media only screen and (max-width:1024px){.sets-group-header__title h1{font-size:1.275em}}.sets-group-header__rating{display:flex;align-items:center;gap:16px}.sets-group-header__rating span{display:flex;align-items:center;gap:4px;font-weight:600;font-size:.75em;line-height:16px;color:var(--gray-900);background-color:var(--gray-100);border-radius:4px;width:fit-content;padding:4px 8px}.sets-group-header__rating span svg{width:15px;height:15px}.sets-group-header__rating span svg path{fill:var(--yelow-500)}.sets-group-header__rating p{font-weight:400;font-size:.75em;line-height:16px;color:var(--gray-900)}.sets-group-header__buttons{display:flex;gap:16px}.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}}.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}.section-inner{display:flex;flex-direction:column;gap:var(--gap)}.set-buy{display:grid;grid-template-columns:140fr 218fr;align-items:center;background-color:var(--white);gap:16px;padding:24px;border:1px solid var(--border-color-2);border-radius:16px}@media only screen and (max-width:1024px){.set-buy{grid-template-columns:1fr;padding:10px;gap:7px}}.set-buy--column{display:flex;flex-direction:column;z-index:10}.set-buy--column .set-buy__info-header{order:0}.set-buy--column .set-buy__info-footer{order:2;justify-content:flex-end}.set-buy--column .set-buy__image-container{order:1}@media only screen and (max-width:1024px){.set-buy--column .set-buy__image-container{width:100%}}.set-buy--column .set-buy__image-container img{height:262px;width:262px}@media only screen and (max-width:1024px){.set-buy--column .set-buy__image-container img{height:200px;width:100%}}.set-buy--main{display:grid;grid-template-columns:repeat(2,1fr);border:none;padding:0;width:100%;background:var(--white-3);border-radius:0}.set-buy--main .set-buy__image-container{grid-area:1/1/2/3;order:0}.set-buy--main .set-buy__image-container img{height:499px;width:100%}@media only screen and (max-width:840px){.set-buy--main .set-buy__image-container img{height:320px}}.set-buy--main .btn--circle{display:none}.set-buy--main .set-buy__info-footer_rating{position:absolute;top:24px;left:24px}.set-buy__image-container{grid-area:1/1/3/2}.set-buy__image-container img{border-radius:16px;height:140px;width:140px}@media only screen and (max-width:1024px){.set-buy__image-container img{width:100%}}.set-buy__info{flex-direction:column;height:140px}.set-buy__info,.set-buy__info-header{display:flex;justify-content:space-between;width:100%}.set-buy__info-header--text{display:flex;flex-direction:column;gap:4px}.set-buy__info-title{font-weight:400;font-size:1.125em;line-height:22px;text-align:left;color:var(--gray-900)}@media only screen and (max-width:540px){.set-buy__info-title{font-size:1rem;line-height:22px}}.set-buy__info-subtitle{text-align:start;font-weight:400;font-size:.75em;line-height:16px;color:var(--body_muted)}.set-buy__info-footer{display:flex;justify-content:space-between;width:100%;align-items:center}.set-buy__info-footer span{height:fit-content;border-radius:4px;font-size:.75em;line-height:19px}.set-buy__info-footer_scores{background-color:var(--yelow-100);font-weight:400;padding:4px;line-height:120%}.set-buy__info-footer_rating{background-color:var(--gray-100);padding:5px 8px;line-height:120%;gap:4px}.set-buy__info-footer_rating svg{max-width:15px;max-height:15px}.set-buy__info-footer_rating svg path{fill:var(--yelow-500)}