.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}}.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)}.sets-header{display:flex;justify-content:space-between}@media only screen and (max-width:1024px){.sets-header{flex-direction:column-reverse;gap:10px}}.sets-header__title{color:var(--gray-gray-900,#292929);font-size:2rem;font-weight:500;line-height:48px;margin-bottom:0}@media only screen and (max-width:628px){.sets-header__title{font-size:1.5rem;line-height:32px}}.sets-header__btns{display:flex;gap:16px}.sets-header__switch{padding:0 2px;background:var(--white);border:1px solid var(--border-color-2);border-radius:8px;display:flex;height:46px;gap:3px;align-items:center;transition:var(--transition)}.sets-header__switch-item{font-weight:400;font-size:.875em;line-height:20px;color:var(--gray-800);padding:9px 57px;border-radius:8px;cursor:pointer;height:40px;transition:var(--transition)}@media only screen and (max-width:1024px){.sets-header__switch-item{padding:9px 39px}}.sets-header__switch-item:hover{border:1px solid var(--gray-800)}.sets-header__switch-item--active{color:var(--white);background:var(--gray-800)}.sets-header__switch-item--active:hover{border:none}.section-inner{display:flex;flex-direction:column;gap:var(--gap)}.sets-page__slider{height:474px}@media only screen and (max-width:1024px){.sets-page__slider{display:none}}.sets-page__list{display:grid;grid-template-columns:1fr 1fr;gap:15px}@media only screen and (min-width:1023px){.sets-page__list{display:none}}.sets-page__inner{display:flex;flex-direction:column;gap:24px}