.page-store{display:flex;flex-direction:column;margin:30px auto;min-height:600px;gap:30px}.page-store__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,370px),1fr));gap:20px 20px}.page-store__list .store-item__content{display:flex;flex-direction:column;padding:20px;padding-inline-end:calc(50% + 10px)}.page-store__list .store-item__badge{top:-15px;left:15px;right:15px}.page-store__list .store-item__title+.store-item__image{transform:translateY(calc(-50% + 15px))}.page-store__list .store-item__image{position:absolute;inset-inline-end:max(2%,15px);top:50%;bottom:0;width:40%;height:60%;aspect-ratio:unset;transform:translateY(-50%);margin:0}.page-store__list .store-item__offer{margin-block:auto}.page-store__list .store-item__offer>*{margin:0}.page-store__popular .block-header{margin-bottom:30px}.page-store__popular .store-item__box{border-color:#1eae9c}.page-store__popular .page-store__list{row-gap:25px}.store-item{position:relative;transition:transform .3s ease;container:store-item/inline-size;height:auto!important}.store-item__box{width:100%;height:100%;flex:1 1 auto;display:flex;flex-direction:column;background:#102128;border:.5px solid #1d3139}.store-item__content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:20px 15px;gap:20px}.store-item__badge{position:absolute;top:-10px;left:5px;right:5px;margin:auto;display:flex;z-index:1}.store-item__badge span{padding:3px 12px;font-weight:700;font-size:14px;letter-spacing:.06em;text-align:center;color:#fff;background:linear-gradient(46.78deg,#fd6e00 15.14%,#ffa800 74.22%)}.store-item__image{width:75%;aspect-ratio:5/3;margin:auto auto 0}.store-item__image picture{width:100%;height:100%;display:flex;position:relative}.store-item__image img{width:100%;height:100%;object-fit:contain;position:absolute}.store-item__offer{display:flex;flex-direction:column;gap:5px}.store-item__offer>*{width:fit-content;display:flex;margin:auto;gap:10px}.store-item__offer>.offer{font-size:clamp(1.25rem,.5rem + 7cqi,2.5rem);font-weight:600;line-height:150%;text-align:center}.store-item__offer>.free{max-width:100%;padding:3px 10px;background:#102128;background:#1d3139;border:1px solid #32505d;font-size:clamp(1rem,.4643rem + 5.7143cqi,1.25rem)}.store-item__offer>.free span:nth-of-type(2){margin-inline-start:-5px;margin-top:1px;font-weight:500;font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.store-item__offer>* span{display:flex;align-items:center}.store-item__offer>* img{width:clamp(1.25rem,14cqi,2.5rem);min-width:20px;max-width:30px}.store-item__offer picture{width:30px;height:30px;min-width:30px;margin:auto;display:flex}@media screen and (max-width:800px){.store-item__offer picture{width:20px;height:20px;min-width:20px}}.store-item__offer picture img{width:100%;margin:auto;object-fit:contain}.store-item__title{margin-bottom:-20px;width:calc(100cqw - 30px);z-index:1}.store-item__title h3{font-size:clamp(1rem,.5rem + 5cqi,1.5rem);font-weight:600;line-height:150%;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.store-item button.btn-primary.btn-fix div{letter-spacing:.05em;font-weight:700}.store-item button.btn-primary.btn-fix div:first-of-type:not(:only-child){font-weight:600;text-decoration:line-through}.store-item__box{background:#1a1a23;border:.5px solid #3b3b4f;border-radius:16px}.store-item__badge span{color:#1a1a23;background:linear-gradient(180deg,#a3fba8,#12cc1c);border-radius:12px}.store-item__offer>.offer{color:#fff}.store-item__offer>.free{background:#1a1a23;background:#242433;border:1px solid #3b3b4f;border-radius:50px}.store-item button.btn-primary.btn-fix div{color:#fff}.store-item button.btn-primary.btn-fix div:first-of-type:not(:only-child){color:hsla(0,0%,100%,.7)}.page-store__popular .store-item__box{border-color:#35dd6a}