@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*{font-family:Montserrat,sans-serif}body,html{position:relative;padding:0;margin:0;background-color:#fff;overflow-x:hidden}body{transition:padding .4s linear}a{color:inherit;text-decoration:none;cursor:pointer}select{-webkit-appearance:none}*,:after,:before{box-sizing:border-box;outline:none}button{border:none;background:transparent}button:enabled{cursor:pointer}button:disabled{cursor:not-allowed}.container{max-width:1200px;margin:0 auto}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:2px}::-webkit-scrollbar-thumb{background:#b8091a;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#b8091a}:root{--badge-color:#363d3e;--error-color:#b8091a}body[data-theme=green]{--main-color:#236f1d;--main-transparent:rgb(5 90 16/5%)}body[data-theme=red]{--main-color:#b8091a;--main-transparent:rgba(184,9,26,.05)}.bx-livechat-copyright{display:none!important}.fillable-svg>path{fill:var(--main-color);stroke:var(--main-color)}.header--sticky{position:fixed;top:0;margin-top:0;padding:8px 0;width:100%;background-color:#fff;z-index:3;filter:drop-shadow(0 2px 10px rgba(143,143,143,.58));animation-duration:1s;animation-name:slide-up-down}.header--padding{padding:8px 0}.header--no-padding{padding-top:8px}.header__logo{width:220px;height:42px}.header .header__menu{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:48px 0;transition:margin .4s linear}.header--sticky .header__menu{margin:4px 0}.header__category{position:relative}.header__category-link{font-size:24px;border-bottom:1px dashed var(--main-color)}.header__category-link:after{content:"";position:absolute;top:50%;left:100%;background:url(/_next/static/media/dropdown-arrow.c685da5a.svg) 50%;background-size:12px 12px;width:12px;height:12px;transform:translateY(-50%)}.header-buttons{display:flex;justify-content:space-between;align-items:center}.header-buttons__item{margin-right:5px}.header-buttons__item:last-child{margin-right:0}.button-rounded{position:relative;border:2px solid var(--main-color);padding:20px;border-radius:50%}.header__search:before{content:"";position:absolute;background-image:url(/_next/static/media/search.9c0585c9.svg);background-position:50%;background-size:21px 21px;background-repeat:no-repeat;top:50%;left:50%;transform:translate(-50%,-50%);width:21px;height:21px}.header__check-for-auto:before{content:"";position:absolute;background-image:url(/_next/static/media/car.eb115169.svg);background-position:50%;background-size:21px 21px;background-repeat:no-repeat;top:50%;left:50%;transform:translate(-50%,-50%);width:21px;height:21px}.header__profile:before{content:"";position:absolute;background-image:url(/_next/static/media/profile.b7457ef1.svg);background-position:50%;background-size:21px 21px;background-repeat:no-repeat;top:50%;left:50%;transform:translate(-50%,-50%);width:21px;height:21px}.header__cart{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:226px;border:2px solid var(--main-color);background:#fff;padding:11px 30px;border-radius:30px}.header__cart-item{position:relative;color:var(--main-color);font-size:16px;font-weight:700}.header__cart-delimiter{position:relative;margin:0 15px 0 0}.header__cart-delimiter:before{content:"";position:absolute;width:3px;height:20px;background:var(--main-color);top:50%;left:0;transform:translateY(-50%)}.header__cart-item--price{padding-right:10px}.header__cart-item--price:after{content:"₽";position:absolute;top:0;left:85%}.header__cart-item--icon{display:none}.header__cart-item--count{padding-left:10px}.header__cart-item--count:before{content:"";position:absolute;background-image:url(/_next/static/media/tire.0d9676a0.svg);background-position:50%;background-size:21px 21px;background-repeat:no-repeat;bottom:0;right:65%;width:21px;height:21px}.blank{min-height:600px}.catalog{position:relative;padding-bottom:20px}.catalog-loading{position:absolute;width:100%;height:100%;background:#fff;opacity:.7;z-index:1}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px 16px;grid-auto-flow:row dense;align-items:stretch}.catalog-load-more-sentinel{grid-column:1/-1;display:flex;justify-content:center;align-items:center;min-height:48px;padding:8px 0 24px}.catalog-item{position:relative;display:flex;flex-direction:column;width:100%;min-width:0;min-height:100%;padding:16px 16px 18px;font-size:16px;background:#fff;border:none;border-radius:16px;box-shadow:0 2px 8px rgba(16,24,40,.05);transition:box-shadow .2s ease,transform .2s ease;overflow:hidden;box-sizing:border-box}.catalog-item:hover{box-shadow:0 10px 28px rgba(16,24,40,.1);transform:translateY(-2px)}.catalog-item__header{display:flex;flex-direction:column;align-items:center;text-align:center}.catalog-item__title{text-align:center;line-height:1.35;min-height:44px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;font-weight:500;font-size:15px;color:#1f2937}.catalog-item__title a{color:inherit;text-decoration:none}.catalog-item__title a:hover{color:var(--main-color)}.catalog-item__image{width:100%;max-width:225px;height:300px;margin:12px auto 0;flex-shrink:0;overflow:hidden}.catalog-item__image a,.catalog-item__image span{display:block;width:100%;height:100%}.catalog-item__image .image-with-loader,.catalog-item__image .image-with-loader__img{width:100%!important;height:100%!important;max-width:100%;max-height:100%}.catalog-item__specs{width:100%;margin-top:0;margin-bottom:6px;border:1px solid #eef0f3;border-radius:10px;overflow:hidden;background:#fafbfc}.catalog-item__spec-row{display:grid;grid-template-columns:minmax(0,42%) minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;padding:6px 10px;border-bottom:1px solid #eef0f3;font-size:12px;line-height:1.3}.catalog-item__spec-row:last-child{border-bottom:none}.catalog-item__spec-label{display:inline-flex;align-items:center;gap:5px;color:#6b7280;font-weight:500}.catalog-item__spec-icon{flex-shrink:0;color:var(--main-color)}.catalog-item__spec-value{color:#1f2937;text-align:right;font-weight:600}.catalog-item__spec-value--low{color:var(--error-color)}.catalog-item__spec-value--stock{color:#0f766e}.catalog-item__spec-value--season .product-attr__text{display:inline-flex;align-items:center;justify-content:flex-end;width:100%;font-size:inherit;font-weight:inherit}.catalog-item__spec-value--season .product-attr__text:before{width:13px;height:13px;background-size:13px 13px}.catalog-item__offers{width:100%;margin-top:10px;margin-bottom:8px}.catalog-item__offers .product-services{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;width:100%}.catalog-item__offers .product-services__link{display:inline-flex;align-items:center;justify-content:center;max-width:100%;box-sizing:border-box;white-space:nowrap;text-decoration:none}.catalog-item__meta{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;min-height:28px;margin-top:12px;margin-bottom:8px;position:relative;z-index:1;box-sizing:border-box}.catalog-item__meta-row{align-items:center}.catalog-item__meta-row,.catalog-item__meta-row--services .product-services{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;width:100%}.catalog-item__meta-row--services .product-services__link{display:inline-flex;align-items:center;justify-content:center;max-width:100%;box-sizing:border-box;white-space:nowrap;text-decoration:none}.catalog-item__badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap}.catalog-item__badge-icon{flex-shrink:0}.catalog-item__badge--delivery{color:var(--main-color);background:var(--main-transparent)}.catalog-item__badge--stock{color:#0f766e;background:rgba(15,118,110,.08)}.catalog-item__badge--season{padding:2px 6px;background:transparent}.catalog-item__badge--season .product-attr__text{display:inline-flex;align-items:center;font-size:inherit;font-weight:inherit;line-height:1.2}.catalog-item__badge--season .product-attr__text:before{width:14px;height:14px;background-size:14px 14px}.catalog-item__code{display:inline-flex;align-items:center;justify-content:center;gap:5px;margin:4px auto 0;text-align:center;font-size:12px;color:#6b7280;cursor:pointer;transition:color .15s ease}.catalog-item__code-icon{flex-shrink:0}.catalog-item__code:hover{color:var(--main-color)}.catalog-item__detail{display:none}.catalog-item__detail-row{margin-bottom:10px}.catalog-item__detail-image{width:125px;height:180px;margin:0 auto}.catalog-item__detail-code{position:relative;cursor:pointer}.catalog-item__detail-code:after{content:"";display:inline-flex;margin-left:5px;margin-top:5px;background-image:url(/_next/static/media/copy.47504a1b.svg);background-size:16px 16px;width:16px;height:16px}.catalog-item__detail-code:hover .catalog-item__detail-code-text{border-bottom:1px dashed #20a1f7}.catalog-item__rest{position:relative;margin-bottom:12px;text-align:center;font-size:14px;color:#4b5563}.catalog-item__rest-low{color:var(--error-color);font-weight:600}.catalog-item__stock{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:3px 8px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:12px;font-weight:600;line-height:1.2}.catalog-item__stock-icon{flex-shrink:0;color:#6b7280}.catalog-item__stock--low{background:rgba(239,68,68,.08);color:var(--error-color)}.catalog-item__stock--low .catalog-item__stock-icon{color:var(--error-color)}.catalog-item__stock-qty{white-space:nowrap}.catalog-item__rest-no-more{display:block;margin-top:4px;font-size:12px;color:var(--main-color)}.catalog-item__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-column-gap:12px;-moz-column-gap:12px;column-gap:12px;margin-top:auto;padding-top:4px}.catalog-item__footer .catalog-item__controls-price{justify-self:start;min-width:0}.catalog-item__footer .catalog-item__buy,.catalog-item__footer .catalog-item__buy-group{justify-self:end}.catalog-item__controls{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:30px 8px 0 20px}.catalog-item__controls-price{position:relative;font-size:22px;font-weight:700;line-height:1;color:#111827;letter-spacing:-.02em}.catalog-item__controls-price:after{content:"₽";display:inline-block;margin-left:3px;font-size:15px;font-weight:600}.catalog-item__buy{display:inline-flex;align-items:center;justify-content:center;min-width:96px;height:42px;padding:0 14px;border:1px solid var(--main-color);border-radius:12px;background:var(--main-transparent);color:var(--main-color);font-size:14px;font-weight:600;line-height:1;cursor:pointer;box-shadow:none;transition:background .15s ease,color .15s ease,transform .15s ease,border-color .15s ease}.catalog-item__buy:hover:not(:disabled){background:var(--main-color);color:#fff;transform:translateY(-1px)}.catalog-item__buy:active:not(:disabled){transform:translateY(0)}.catalog-item__buy--disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.catalog-item__buy-group{display:inline-flex;align-items:center;gap:4px;min-width:96px;height:42px;padding:4px;border-radius:12px;background:#f3f4f6}.catalog-item__buy-group--in-cart{background:var(--main-transparent);border:1px solid rgba(0,0,0,.04)}.catalog-item__buy-step{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:10px;background:#fff;color:#374151;font-size:18px;font-weight:500;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.catalog-item__buy-step:hover:not(:disabled){background:var(--main-color);color:#fff}.catalog-item__buy-step:disabled{opacity:.35;cursor:not-allowed}.catalog-item__buy-cart-link{flex:0 0 auto;min-width:24px;border:none;background:transparent;color:var(--main-color);font-size:15px;font-weight:700;line-height:1;cursor:pointer;padding:0 2px;text-align:center}.catalog-item__buy-cart-link:hover{text-decoration:underline}.catalog-item__controls-cart{display:flex;align-items:center;justify-content:center}.catalog-item__controls-button--in-cart>.catalog-item__controls-cart:hover path{fill:#fff}.catalog-item__controls-cart:hover path{fill:var(--main-color)}.catalog-item__controls-action,.catalog-item__controls-button{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.catalog-item__controls-button{padding:0 12px;width:156px;height:40px;border-radius:30px;text-align:center;color:#525252;font-size:16px;font-weight:700}.catalog-item__controls-button--buy{background:transparent;border:1px solid var(--main-color)}.catalog-item__controls-button--in-cart{font-size:12px;background:var(--main-color);color:#fff;border:1px solid var(--main-color)}.catalog-item__controls-button--in-cart path{fill:#fff}.catalog-sort{margin-bottom:50px;font-size:14px}.catalog-sort__title{font-weight:700;margin-right:5px}.catalog-sort__title:before{display:inline-block;margin-right:5px;background:url(/_next/static/media/arrow-bold.bf143aef.svg) no-repeat 50%;background-size:10px 6px;width:10px;height:6px}.catalog-sort__value{position:relative;font-weight:400}.filter{display:flex;flex-wrap:wrap;flex-direction:row;margin:55px -10px 20px 0}.filter__item{position:relative;display:flex;justify-content:center;align-items:center;background:#f9f9f9;color:#141414;border-radius:30px;margin-top:5px;margin-right:5px;padding:10px 20px;max-width:125px;width:125px}.filter__item--no-max-width{width:auto;max-width:none}.filter__item--dropdown:after{display:inline-block;content:"";margin-left:5px;background:url(/_next/static/media/dropdown-arrow.c685da5a.svg) 50%;background-size:11px 11px;width:11px;height:11px}.filter__item--toggle:after{display:none}.filter__item--active{background:var(--main-color);color:#fff}.filter__item--disabled{cursor:not-allowed}.filter__item-inner{display:flex;align-items:center;position:relative}.filter__item-title{position:relative;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.filter__item-title--no-max-width{max-width:none}.dropdown{position:absolute;top:105%;left:50%;display:flex;flex-direction:column;width:100%;min-width:200px;max-width:400px;min-height:150px;max-height:200px;box-shadow:0 5px 15px rgba(0,0,0,.09);border-radius:10px;overflow-y:auto;transform:translateX(-50%);background:#fff;padding:10px 0;z-index:3}.dropdown>a:not(.dropdown__item){display:block;width:100%;color:inherit;text-decoration:none}.dropdown a.dropdown__item{display:flex;justify-content:center;align-items:center;width:100%;color:inherit;text-decoration:none}.dropdown__item--empty{color:#6b7280}.dropdown__close{display:none}.dropdown__search{width:100%;margin:0 auto;padding:10px 0;outline:none;text-align:center;border:none;border-bottom:1px solid #e8e8e8}.dropdown__item{display:flex;justify-content:center;align-items:center;padding:10px}.dropdown__item--align-left{padding-left:15px;justify-content:normal}.dropdown__item--active,.dropdown__item:hover{background:var(--main-transparent)}.dropdown__item--active{color:var(--main-color)}.dropdown__item-title{font-size:14px;color:#141414}.dropdown__item-title--active{color:var(--main-color)}.footer{background:#363d3e;color:#fff}.footer-info{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:75px;background:var(--main-color)}.footer-info__item{margin-right:50px;font-size:18px}.footer-info__item:last-child{margin-right:0}.footer-info__item--clock{position:relative}.footer-info__item--clock:before{position:absolute;content:"";top:50%;left:-60px;background:url(/_next/static/media/clock.7aa4b726.svg) 50%;background-size:50px 50px;width:50px;height:50px;transform:translateY(-50%)}.footer-inner{padding:40px 0}.footer-inner__small{width:45%;padding-right:140px}.footer-inner__big{width:55%}.footer-contact{display:flex;flex-direction:row;position:relative;font-size:28px}.footer-contact__phone-text{color:transparent;-webkit-background-clip:text;background-image:linear-gradient(180deg,hsla(0,0%,77%,.71),hsla(0,0%,77%,.03) 60.94%);background-blend-mode:luminosity}.footer-contact__phone-text:hover{color:#fff}.footer-contact--phone{color:#c5c5c5}.footer-contact__icon{position:absolute;top:50%;transform:translateY(-50%)}.footer-contact__icon--phone{left:-60px;background:url(/_next/static/media/phone.642d581b.svg) 50%;background-size:44px 44px;width:44px;height:44px;margin-right:20px}.footer-contact__icon--address{left:-90px;background:url(/_next/static/media/home-placemark.b5fb14aa.svg) 50%;background-size:70px;width:70px;height:44px;margin-right:20px}.footer-contact--address{flex-direction:column;align-items:flex-start}.footer-title{font-weight:700;font-size:36px}.footer-paragraph{font-size:16px;font-weight:700;color:#fff;line-height:25px}.footer-cat{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;margin-top:60px}.footer-cat__nav{list-style:none;margin-left:0;padding-left:0}.footer-cat__nav-item{color:#c5c5c5;font-size:22px;transition:all .1s linear}.footer-cat__nav-item:hover{color:var(--main-color)}.footer-services{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.footer-services__item{font-size:22px;font-weight:700}.footer-map{margin:40px 0;width:100%;height:212px}.footer-bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:50px 0;border-top:1px solid #828488;font-size:16px}.footer-bottom__copyright,.footer-nav{font-weight:700}.footer-nav__item{margin-right:10px}.footer-nav__item:last-child{margin-right:0}.footer-social{display:flex;flex-direction:row;justify-content:center;align-items:center}.footer-social__item{width:30px;height:30px;background:#495253;padding:5px;border-radius:5px;margin-right:5px}.footer-social__item:last-child{margin-right:0}.link-dotted{border-bottom:1px dashed #fff;transition:border-bottom-color .2s ease-in-out}.link-dotted--red{border-bottom:1px dashed var(--main-color)}.link-dotted--grey{border-bottom:1px dashed #c5c5c5}.link-dotted--grey:hover{border-bottom:1px dashed var(--main-color)}.link-scalable{transition:all .2s linear}.link-scalable:hover{transform:scale(1.05)}.link-underlined{border-bottom:1px solid #fff;transition:border-bottom-color .2s ease-in-out}.link-underlined--red,.link-underlined:hover{border-bottom-color:var(--main-color)}.link-underlined--red{color:var(--main-color)}.link-underlined--grey{border-bottom-color:#c5c5c5}.icon-scalable{transition:all .2s linear}.icon-scalable:hover{transform:scale(1.5)}.close{position:relative;width:30px;height:30px;border-radius:100px;padding:15px;background:var(--main-color)}.close:after{position:absolute;content:"";top:50%;left:50%;width:12px;height:12px;background:url(/_next/static/media/cross.63147f8b.svg);transform:translate(-50%,-50%)}.badge{display:flex;justify-content:center;align-items:center;padding:5px;height:20px;width:20px;border-radius:50%;background:var(--main-color);margin-left:5px}.badge__item{font-size:12px;font-weight:400;color:#fff}.cover,.cover-true{position:fixed;top:0;left:0;width:100%;height:100%;z-index:11}.cover-true{background:hsla(0,0%,77%,.7);opacity:.75}.side-popup{position:fixed;top:0;right:0;width:385px;max-width:100vw;height:100dvh;background:#fff;box-shadow:-10px 4px 24px rgba(0,0,0,.1);padding:0 40px;color:#0c0c0c;z-index:15;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.side-popup--cart{display:flex;flex-direction:column;overflow:hidden}.side-popup--cart .side-popup__inner{display:flex;flex:1 1 auto;flex-direction:column;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-scroll-chaining:none;overscroll-behavior:contain;touch-action:pan-y;height:auto}.side-popup__inner{-webkit-overflow-scrolling:touch;height:100%}.side-popup__inner::-webkit-scrollbar{width:0}.cart__message{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin-top:50%}.cart__message-image{margin-bottom:20px}.cart__message-title{font-size:22px;font-weight:600;margin-top:40px;margin-bottom:10px}.cart__message-text{color:gray;margin-bottom:40px}.cart__row{margin-bottom:30px}.checkout-step{display:flex;flex-direction:column;gap:4px}.checkout-step__hint{margin-top:8px;font-size:14px;color:#6b7280;line-height:1.4}.checkout-status-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 20px;border:1px solid #eef0f3;border-radius:14px;background:linear-gradient(180deg,#fff,#fafbfc);box-shadow:0 2px 8px rgba(16,24,40,.05);text-align:center}.checkout-status-card--muted{background:#fafbfc}.checkout-status-card__spinner{display:flex;justify-content:center;margin-bottom:4px}.checkout-status-card__spinner>div{margin:0}.checkout-status-card__title{font-size:15px;font-weight:600;color:#1f2937;line-height:1.35}.checkout-status-card__text{max-width:280px;font-size:13px;line-height:1.45;color:#6b7280}.checkout-step__section{margin-bottom:16px}.checkout-step__note{padding:12px 14px;border-radius:12px;background:#fafbfc;border:1px solid #eef0f3;font-size:13px;line-height:1.45;color:#4b5563}.checkout-option-group{margin-bottom:16px}.checkout-option-group__label{margin-bottom:8px;font-size:13px;font-weight:600;color:#374151}.checkout-option-group__list{display:flex;flex-direction:column;gap:8px}.checkout-option-group__list--inline{flex-direction:row;flex-wrap:wrap}.checkout-option-group__list--inline .checkout-option{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 4px);min-width:140px}.checkout-option{display:block;width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;font-size:14px;line-height:1.35;text-align:left;color:#1f2937;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.checkout-option:hover{border-color:#cbd5e1;background:#f9fafb}.checkout-option--active{border-color:var(--main-color);background:var(--main-transparent);color:var(--main-color);font-weight:600;box-shadow:0 0 0 1px rgba(0,0,0,.02)}.checkout-option-map-link{display:inline-flex;align-items:center;margin:-8px 0 16px;padding:0;border:none;background:transparent;color:var(--main-color);font-size:13px;font-weight:500;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.checkout-option-map-link:hover{opacity:.85}.checkout-form-card{overflow:hidden;border:1px solid #eef0f3;border-radius:14px;background:#fafbfc;box-shadow:0 2px 8px rgba(16,24,40,.05)}.checkout-form-card__head{padding:10px 16px;border-bottom:1px solid #eef0f3;background:#fff;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#6b7280}.checkout-form-card__body{display:flex;flex-direction:column;background:#fff}.floating-field-wrap{position:relative;border-bottom:1px solid #eef0f3;background:#fff;transition:background .15s ease}.checkout-form-card__body .floating-field-wrap:last-child{border-bottom:none}.checkout-form-card__body .floating-field-wrap:focus-within{background:#f9fffb}.checkout-form-card__body .floating-field-wrap--error{background:snow}.floating-field-wrap--solo{overflow:hidden;border:1px solid #eef0f3;border-radius:12px}.floating-field-wrap--solo:focus-within{border-color:var(--main-color);background:#f9fffb}.floating-field-wrap--solo.floating-field-wrap--error{border-color:#ef4444;background:snow}.floating-field{position:relative;width:100%}.floating-field__input{display:block;width:100%;min-height:54px;padding:22px 16px 10px;border:none;border-radius:0;background:transparent;font-size:15px;line-height:1.35;color:#111827;outline:none;box-sizing:border-box}.floating-field__input:focus{outline:none;box-shadow:none}.floating-field__label{position:absolute;left:16px;right:16px;top:50%;transform:translateY(-50%);font-size:14px;line-height:1.2;color:#9ca3af;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:top .15s ease,transform .15s ease,font-size .15s ease,color .15s ease}.floating-field__input:not(:-moz-placeholder-shown)+.floating-field__label{top:10px;transform:translateY(0);font-size:10px;font-weight:600;letter-spacing:.03em;color:#6b7280}.floating-field__input:not(:-ms-input-placeholder)+.floating-field__label{top:10px;transform:translateY(0);font-size:10px;font-weight:600;letter-spacing:.03em;color:#6b7280}.floating-field__input:focus+.floating-field__label,.floating-field__input:not(:placeholder-shown)+.floating-field__label{top:10px;transform:translateY(0);font-size:10px;font-weight:600;letter-spacing:.03em;color:#6b7280}.floating-field__input:focus+.floating-field__label{color:var(--main-color)}.floating-field-wrap--error .floating-field__input:not(:-moz-placeholder-shown)+.floating-field__label{color:#ef4444}.floating-field-wrap--error .floating-field__input:not(:-ms-input-placeholder)+.floating-field__label{color:#ef4444}.floating-field-wrap--error .floating-field__input:focus+.floating-field__label,.floating-field-wrap--error .floating-field__input:not(:placeholder-shown)+.floating-field__label{color:#ef4444}.floating-field__error{padding:0 16px 10px;font-size:11px;line-height:1.3;color:#ef4444;background:transparent}.checkout-dservice-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.checkout-dservice-item{flex:1 1 120px;max-width:160px;padding:8px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease,opacity .15s ease}.checkout-dservice-item:hover{border-color:#cbd5e1;background:#f9fafb}.checkout-dservice-item--active{border-color:var(--main-color);background:var(--main-transparent)}.checkout-dservice-item--disabled{opacity:.35;filter:grayscale(100%);cursor:not-allowed}.side-popup__head{position:sticky;top:0;left:0;width:100%;height:100px;padding:0;display:flex;gap:20px;align-items:center;justify-content:space-between;z-index:100;background:#fff}.side-popup__head-title{font-size:24px;font-weight:700}.cart__empty{margin:0 auto}.cart__empty-text{font-size:14px;color:#4f4f4f}.cart__products{gap:12px}.cart-item,.cart__products{display:flex;flex-direction:column;min-width:0;max-width:100%}.cart-item{position:relative;padding:14px 44px 14px 14px;background:#fff;border:none;border-radius:16px;box-shadow:0 2px 8px rgba(16,24,40,.05);box-sizing:border-box}.cart-item__body{display:flex;flex-direction:row;align-items:flex-start;gap:12px}.cart-item__image{flex:0 0 96px;width:96px;height:120px;overflow:hidden}.cart-item__image .image-with-loader,.cart-item__image .image-with-loader__img,.cart-item__image a,.cart-item__image span{display:block;width:100%!important;height:100%!important;max-width:100%;max-height:100%}.cart-item__content{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.cart-item__title{font-size:14px;font-weight:500;line-height:1.35;color:#1f2937;overflow:hidden}.cart-item__title a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:inherit;text-decoration:none;word-break:break-word}.cart-item__title a:hover{color:var(--main-color)}.cart-item__code{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#6b7280;cursor:pointer;transition:color .15s ease}.cart-item__code:hover{color:var(--main-color)}.cart-item__code-icon{flex-shrink:0}.cart-item__status{font-size:12px;font-weight:500;line-height:1.3}.cart-item__status--stock{color:#0f766e}.cart-item__status--delivery{color:var(--main-color)}.cart-item__footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid #eef0f3}.cart-item__price{flex:1 1 auto;min-width:0;position:relative;font-size:18px;font-weight:700;line-height:1;color:#111827;letter-spacing:-.02em;white-space:nowrap}.cart-item__qty-group{display:inline-flex;flex:0 0 auto;align-items:center;gap:2px;height:36px;padding:3px;border-radius:10px;background:var(--main-transparent);border:1px solid rgba(0,0,0,.04)}.cart-item__qty-step{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:8px;background:#fff;color:#374151;font-size:16px;font-weight:500;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.cart-item__qty-step:hover:not(:disabled){background:var(--main-color);color:#fff}.cart-item__qty-step:disabled{opacity:.35;cursor:not-allowed}.cart-item__qty-value{flex:0 0 auto;min-width:20px;padding:0 2px;color:var(--main-color);font-size:14px;font-weight:700;line-height:1;text-align:center}.cart-item__price:after{content:"₽";display:inline-block;margin-left:3px;font-size:13px;font-weight:600}.cart-item__price--skeleton:after{content:none;display:none}.cart-item--skeleton{pointer-events:none}.cart-item__code--skeleton,.cart-item__image--skeleton,.cart-item__price--skeleton,.cart-item__qty--skeleton,.cart-item__status--skeleton,.cart-item__title--skeleton{border-radius:8px;background:linear-gradient(90deg,#eef0f3,#f8f9fb 45%,#eef0f3 90%);background-size:800px 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}.cart-item__image--skeleton{flex:0 0 96px;width:96px;height:120px;border-radius:10px}.cart-item__title--skeleton{width:100%;height:36px}.cart-item__code--skeleton{width:80px;height:12px}.cart-item__status--skeleton{width:140px;height:14px}.cart-item__price--skeleton{width:72px;height:22px}.cart-item__qty--skeleton{width:96px;height:40px;border-radius:12px}.cart-item__remove{position:absolute;top:12px;right:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#9ca3af;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.cart-item__remove:hover{border-color:var(--error-color);color:var(--error-color);background:rgba(239,68,68,.06)}.catalog-item__buy-qty{flex:0 0 auto;min-width:24px;color:var(--main-color);font-size:15px;font-weight:700;line-height:1;text-align:center;padding:0 2px}.cart__product{display:flex;flex-direction:column;justify-content:space-between;height:131px;border:1px solid #f3f3f3;border-radius:20px;margin-bottom:10px;padding:20px}.cart__product:last-child{margin-bottom:0}.cart__product-head{display:flex;flex-direction:row;align-items:center;height:50px}.cart__product-head-image{width:30%;height:100%}.cart__product-head-title{width:70%;font-size:14px;font-weight:400;margin-left:20px}.cart__product-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.cart__product-footer-price{font-size:14px;font-weight:700}.cart__product-footer-remove{position:relative;width:32px;height:32px;background:#fff;border:1px solid #dbdbdb;border-radius:8px}.cart__product-footer-remove:hover path{border-color:var(--main-color);fill:var(--main-color)}.cart__product-footer-remove:hover{border-color:var(--main-color)}.cart__product-footer-remove-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart__product-footer-remove-icon path{fill:#b5b5b5}.cart__product-footer-control{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 4px;width:66px;height:18px;border-radius:30px;text-align:center;color:#525252;font-size:11px;font-weight:700;background:transparent;border:1px solid var(--main-color)}.cart__checkout{position:absolute;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:186px;font-size:16px;padding:30px;background:#fff;filter:drop-shadow(-1px -2px 40px rgba(0,0,0,.25))}.cart__checkout-row{overflow:hidden}.cart__checkout-row:after{content:"";display:block;overflow:hidden;margin-top:14px;border-bottom:1px dotted #dfdfdf}.cart__checkout-row-key{float:left;font-weight:400;padding-right:10px}.cart__checkout-row-value{float:right;font-weight:600;padding-left:10px}.cart__checkout-button{position:relative;width:100%;height:48px;padding:0 18px;font-size:15px;font-weight:600;text-align:center;background:var(--main-color);border:none;border-radius:12px;color:#fff;cursor:pointer;transition:background .15s ease,transform .15s ease}.cart__checkout-button:after{display:none}.cart__checkout-button:hover{background:var(--main-color);transform:translateY(-1px)}.cart__checkout-button:hover:after{display:none}.checkout-footer{flex-shrink:0;display:flex;flex-direction:column;gap:14px;margin-top:auto;padding:16px 0 calc(16px + env(safe-area-inset-bottom, 0px));background:#fff;border-top:1px solid #eef0f3;box-shadow:0 -8px 24px rgba(16,24,40,.06)}.checkout-footer__legal{font-size:12px;line-height:1.45;color:#6b7280}.checkout-footer__total{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px dotted #dfdfdf;font-size:16px}.checkout-footer__total-label{color:#374151}.checkout-footer__total-value{font-weight:700;color:#111827;white-space:nowrap}.checkout-footer__nav{display:grid;grid-template-columns:minmax(0,108px) minmax(0,1fr);grid-gap:8px;gap:8px;width:100%}.checkout-footer__nav--solo{grid-template-columns:minmax(0,1fr)}.checkout-footer__back,.checkout-footer__next{box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin:0;padding:0 16px;border-radius:12px;font-family:inherit;font-size:15px;font-weight:600;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.checkout-footer__back{position:relative;padding-left:32px;border:1px solid #e5e7eb;background:#fff;color:#374151}.checkout-footer__back:before{content:"";position:absolute;top:50%;left:14px;width:14px;height:12px;background:url(/_next/static/media/arrow.b877925e.svg) 50%/14px 12px no-repeat;transform:translateY(-50%) rotate(180deg);opacity:.75}.checkout-footer__next{border:none;background:var(--main-color);color:#fff}.checkout-footer__back:hover:not(:disabled),.checkout-footer__next:hover:not(:disabled){transform:translateY(-1px)}.checkout-footer__back:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none}.checkout-footer__next:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none}.cart__inner--checkout{display:flex;flex-direction:column}.cart__checkout.cart__checkout--steps{position:sticky;bottom:0;left:0;z-index:10;gap:18px;width:100%;height:auto;min-height:0;margin-top:auto;padding:24px 0 calc(32px + env(safe-area-inset-bottom, 0px));background:#fff;filter:none;border-top:1px solid #eef0f3;box-shadow:0 -8px 24px rgba(16,24,40,.06)}.cart__checkout--steps .cart__checkout-row:after{margin-top:12px}.cart__checkout-legal{font-size:12px;line-height:1.45;color:#6b7280}.checkout-nav{display:flex;gap:10px;width:100%;margin-top:2px}.checkout-nav--solo .checkout-nav__next{width:100%}.checkout-nav__back,.checkout-nav__next{min-height:48px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease,opacity .15s ease}.checkout-nav__back{position:relative;flex:0 0 112px;padding:0 16px 0 34px;border:1px solid #e5e7eb;background:#fff;color:#374151}.checkout-nav__back:before{content:"";position:absolute;top:50%;left:14px;width:14px;height:12px;background:url(/_next/static/media/arrow.b877925e.svg) 50%/14px 12px no-repeat;transform:translateY(-50%) rotate(180deg);opacity:.75}.checkout-nav__back:hover:not(:disabled){border-color:#cbd5e1;background:#f9fafb;transform:translateY(-1px)}.checkout-nav__next{flex:1 1;padding:0 18px;border:none;background:var(--main-color);color:#fff}.checkout-nav__next:hover:not(:disabled){transform:translateY(-1px)}.checkout-nav__back:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none}.checkout-nav__next:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none}.load-more{display:flex;flex-direction:column;justify-content:center;align-items:center;width:213px;height:282px;background:#fff;border-radius:30px}.load-more:hover{border-color:var(--main-color)}.load-more__item{font-size:16px;color:var(--main-color);margin-bottom:5px}.load-more__item:last-child{margin-bottom:0}.home-catalog-cta{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;min-height:100%;padding:28px 20px;text-decoration:none;background:linear-gradient(180deg,#fff 0,var(--main-transparent) 100%);border:1px solid rgba(16,24,40,.08);border-radius:16px;box-shadow:0 2px 8px rgba(16,24,40,.05);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.home-catalog-cta:hover{border-color:var(--main-color);box-shadow:0 10px 28px rgba(16,24,40,.1);transform:translateY(-2px)}.home-catalog-cta__label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#6b7280}.home-catalog-cta__title{max-width:180px;font-size:17px;font-weight:700;line-height:1.35;text-align:center;color:var(--main-color)}.home-catalog-cta__arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-top:4px;border-radius:999px;background:#fff;color:var(--main-color);font-size:20px;box-shadow:0 2px 10px rgba(16,24,40,.08);transition:transform .2s ease,background .2s ease,color .2s ease}.home-catalog-cta:hover .home-catalog-cta__arrow{transform:translateX(3px);background:var(--main-color);color:#fff}.product-attr{display:flex;flex-direction:row;align-items:center}.product-attr__text{position:relative}.product-attr__text:before{content:"";display:inline-flex;margin-right:4px;width:16px;height:16px;background-size:16px 16px}.product-attr__text--season-summer:before{background-image:url(/_next/static/media/sun.0e27724b.svg)}.product-attr__text--season-winter:before{background-image:url(/_next/static/media/snowflake.7f04cf13.svg)}.product-attr__text--all-seasons:before{background-image:url(/_next/static/media/all-seasons.6adcfa9e.svg)}.product-attr__text--with-thorns:before{background-image:url(/_next/static/media/thorn.8c9c1224.svg)}.product-attr__text--without-thorns:before{background-image:url(/_next/static/media/no-thorn.0d860e16.svg)}.product{position:fixed;top:0;right:0;width:1008px;height:100dvh;background:#fff;z-index:12;overflow:hidden auto;-webkit-overflow-scrolling:touch}.product-parameter{position:relative;margin:0 0 8px;font-size:16px}.product-parameter--lg{font-size:20px}.product-parameter--bold{font-weight:700}.product-title{margin:0 60px;display:none}.product-title__text{font-size:36px;font-weight:400;text-align:center}.product-services{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;font-size:12px}.product-services__item{text-align:center;border-radius:999px;border-width:1px;border-style:solid;padding:4px 10px;margin-right:0}.product-services__item:last-child{margin-right:0}.product-services__item--red{color:var(--main-color);border-color:var(--main-color)}.product-services__item--blue{color:#20a1f7;border-color:#20a1f7}.product-services__link{display:inline-block;text-decoration:none;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}.product-services__link:hover{transform:translateY(-1px)}.product-services__item--red.product-services__link:hover{background:var(--main-transparent)}.product-services__item--blue.product-services__link:hover{background:rgba(32,161,247,.08)}.product-detail{display:flex;flex-direction:row;justify-content:space-between;margin:0 40px}.product-detail__info{min-width:250px}.product-detail__row{margin-bottom:32px}.product-detail__row--inline{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.product-recommended-links{padding-bottom:30px}.product-recommended-links__menu{list-style:none;padding:0;margin:0}.product-recommended-links__menu-link{margin-bottom:12px}.product__tabs{margin-top:60px}.product__recommended-products{margin-top:80px}.product__recommended-products-title{font-size:36px}.product__recommended-products-section{display:flex;flex-direction:row;align-items:center;overflow:hidden}.product__recommended-products-section__product{margin-right:20px;max-width:288px}.product__recommended-products-section__product:last-child{margin-right:0}.tab__container{min-width:100%}.tab__items{list-style:none outside none;padding:0;margin:0;white-space:nowrap;overflow:hidden;font-size:13px}.tab__item{display:inline-block;height:100%;margin-right:15px;padding:5px 0}.tab__item:last-child{margin-right:0}.tab__item--active{font-weight:700;border-bottom:2px solid var(--main-color)}.tab__content{margin:20px 0 0}.error{height:100vh;overflow:hidden}.error,.error__inner{display:flex;align-items:center;justify-content:center}.error__inner{flex-direction:column}.error__text{font-size:36px;margin-bottom:30px}.error__code{font-size:288px;font-weight:700;margin-bottom:30px}.error__tumbleweed-inner{position:relative;width:100%;height:220px}.error__tumbleweed{position:absolute;left:0;width:212px;height:220px;background:url(/_next/static/media/tumbleweed.aaa6f681.png) 50% no-repeat;background-size:212px 220px;animation:tumbleweed 5s infinite;animation-direction:alternate-reverse}.catalog-desc{margin:50px 0}.catalog-desc__title{font-size:18px;font-weight:700;margin-bottom:20px}.catalog-desc__body{font-size:14px}@keyframes tumbleweed{0%{left:0;transform:rotate(0deg)}to{left:90%;transform:rotate(1turn)}}@keyframes slide-up-down{0%{top:-300px}to{top:0}}@keyframes slide-down-up{0%{opacity:0}to{opacity:1}}.right-left-enter{right:-50%}.right-left-enter-active{right:0;transition:all .3s ease-in}.right-left-exit{right:0}.right-left-exit-active{right:-50%;transition:all .3s ease-in}.opacity-enter{opacity:.1}.opacity-enter-active{opacity:1;transition:all .5s linear}.opacity-exit{opacity:1}.opacity-exit-active{opacity:.1;transition:all .5s linear}.fade-enter{opacity:0}.fade-enter-active{opacity:.6;transition:all .3s ease-in}.fade-exit{opacity:.6}.fade-exit-active{display:none;opacity:0;transition:all .3s ease-in}.right-left-fade-enter{opacity:0;transform:translateX(50px)}.right-left-fade-enter-active{transition:all .2s linear}.right-left-fade-enter-active,.right-left-fade-exit{opacity:1;transform:translateX(0)}.right-left-fade-exit-active{display:none;opacity:0;transform:translateX(50px);transition:all .2s linear}.down-up-enter{opacity:0;transform:translateY(50px)}.down-up-enter-active{transition:all .2s linear}.down-up-enter-active,.down-up-exit{opacity:1;transform:translateY(0)}.down-up-exit-active{display:none;opacity:0;transform:translateY(50px);transition:all .2s linear}.up-down-enter{opacity:0;transform:translateY(-50px)}.up-down-enter-active{transition:all .2s linear}.up-down-enter-active,.up-down-exit{opacity:1;transform:translateY(0)}.up-down-exit-active{display:none;opacity:0;transform:translateY(-50px);transition:all .2s linear}.popup-anim-enter{opacity:0;transform:translateX(-2000px) rotate(-20deg)!important}.popup-anim-enter-active{transition:all 1s ease-out}.popup-anim-enter-active,.popup-anim-exit{opacity:1;transform:translate(-50%,-50%)!important}.popup-anim-exit-active{opacity:0;transform:translate(-50%,2000px) rotate(45deg)!important;transition:all 1s ease-in}.form-input{position:relative;width:100%;height:30px;border-radius:6px;border:1px solid #b5b5b5;padding:7px 25px;margin-bottom:20px}.form-input:last-child{margin-bottom:0}.form-input--large{height:50px;border-radius:12px}.form-input--error{border-color:var(--error-color)}.form-input--textarea{width:100%;height:auto;resize:none}.form-option{padding:7px 25px;height:30px}select.form-input{background:url(/_next/static/media/bottom-arrow-gray.cb27b612.svg) no-repeat right 15px center}select.form-input--error{background:url(/_next/static/media/bottom-arrow-red.dac5df3b.svg) no-repeat right 15px center}.form-option:first-child{border-radius:30px 0}.form-option:last-child{border-radius:0 30px}.popup{position:fixed;top:50%;left:50%;width:580px;transform:translate(-50%,-50%);background:#fff;z-index:15;transition:all .4s linear}.popup,.popup__header{display:flex;flex-direction:column}.popup__header{position:relative;justify-content:space-between;padding:40px 40px 30px}.popup__header-close{position:absolute;top:-7px;right:-7px;width:32px;height:32px;border-radius:50%;background:var(--main-color)}.popup__header-close:after{position:absolute;content:"";top:50%;left:50%;width:12px;height:12px;background:url(/_next/static/media/cross.63147f8b.svg);transform:translate(-50%,-50%)}.popup__header-title{font-size:24px;margin:0}.popup__header-subtitle{font-size:16px;color:#969696}.popup__header-subtitle--op30{color:silver}.popup__body{padding:20px 40px 40px;max-height:500px;overflow-y:auto;overflow-x:hidden}.product-badge{background:#f6f6f6;border-radius:30px;width:100%}.product-badge--row{height:33px}.product-badge--row-sm{height:16px}.product-badge--row-md{height:23px}.product-badge--image{height:283px}@keyframes skeleton-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.catalog-item--skeleton{pointer-events:none}.product-skeleton__title{min-height:44px;border-radius:8px}.image-with-loader__placeholder .product-skeleton__image,.product-skeleton__image,.product-skeleton__title{width:100%;background:linear-gradient(90deg,#eef0f3,#f8f9fb 45%,#eef0f3 90%);background-size:800px 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}.image-with-loader__placeholder .product-skeleton__image,.product-skeleton__image{height:100%;min-height:220px;border-radius:12px}.image-with-loader{display:block;width:100%;height:100%}.image-with-loader__placeholder{position:absolute;inset:0;z-index:1}.image-with-loader__img{position:relative;z-index:2;display:block;width:100%;height:100%;opacity:0;transition:opacity .3s ease}.image-with-loader__img--loaded{opacity:1}.product-skeleton__specs{width:100%;margin-top:10px;margin-bottom:6px;border:1px solid #eef0f3;border-radius:10px;overflow:hidden}.product-skeleton__spec-row{height:28px;border-bottom:1px solid #eef0f3;background:linear-gradient(90deg,#eef0f3,#f8f9fb 45%,#eef0f3 90%);background-size:800px 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}.product-skeleton__spec-row:last-child{border-bottom:none}.product-skeleton__offers{display:flex;justify-content:center;gap:4px;margin-bottom:8px}.product-skeleton__chip--xs{width:72px;height:18px}.product-skeleton__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:12px;margin-bottom:8px}.product-skeleton__chip{width:120px;height:24px;border-radius:999px;background:linear-gradient(90deg,#eef0f3,#f8f9fb 45%,#eef0f3 90%);background-size:800px 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}.product-skeleton__chip--sm{width:72px}.product-skeleton__code{width:88px;height:14px;margin:4px auto 0;border-radius:6px}.product-skeleton__code,.product-skeleton__stock{background:linear-gradient(90deg,#eef0f3,#f8f9fb 45%,#eef0f3 90%);background-size:800px 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}.product-skeleton__stock{width:64px;height:22px;border-radius:999px}.product-skeleton__price{width:88px;height:28px;border-radius:8px}.product-skeleton__button,.product-skeleton__price{background:linear-gradient(90deg,#eef0f3,#f8f9fb 45%,#eef0f3 90%);background-size:800px 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}.product-skeleton__button{width:118px;height:42px;border-radius:12px}.catalog-item--skeleton .product-skeleton__image{width:100%;max-width:225px;height:300px;margin:12px auto 0}.product-image-preview-wrap{position:relative}.product-image-preview-wrap,.product-image-preview-wrap__link{display:block;width:100%;height:100%}.product-image-preview{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:20;width:min(420px,90vw);height:min(520px,70vh);padding:16px;background:#fff;border-radius:16px;box-shadow:0 20px 56px rgba(16,24,40,.2);pointer-events:none;animation:product-image-preview-in .18s ease}.product-image-preview img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@keyframes product-image-preview-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.94)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.section-title{font-size:36px;font-weight:700;margin:50px 0;min-height:43px}.lds-spinner{display:inline-block;position:relative;width:30px;height:30px}.lds-spinner div{transform-origin:15px 15px;animation:lds-spinner 1.2s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:15px;width:2px;height:6px;border-radius:20%;background:#000}.lds-spinner div:first-child{transform:rotate(0deg);animation-delay:-1.1s}.lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.smooth-text{line-height:1.6;word-spacing:2px}.main{min-height:100vh;margin-bottom:40px}.main-badge{background:var(--badge-color);color:#fff;padding:40px 0;font-size:28px}.main-badge--sticky{position:sticky;top:0;margin-top:8px;font-size:16px;width:100%;padding:5px 0;z-index:2}.main-badge--sticky .main-badge__row{margin-bottom:5px}.main-badge--sticky button{padding:5px 20px}.main-badge__inner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.main-badge__close{position:absolute;content:"";top:50%;right:-35px;width:15px;height:15px;background:url(/_next/static/media/cross.63147f8b.svg) no-repeat 50%;background-size:15px 15px;transform:translateY(-50%);z-index:10}.main-badge__row{position:relative;display:flex;margin-bottom:20px;align-items:center}.main-badge__row:last-child{margin-bottom:0}.main-badge__city-text{position:relative;margin-right:40px}.main-badge__city-controls{display:flex;justify-content:space-between}.main-badge__city-controls-item{margin-right:10px}.button{padding:10px 20px;border-radius:30px;text-align:center;color:#fff;background:var(--main-color)}.button--back{position:relative;width:100%;border-radius:20px;padding:10px 30px;min-height:50px}.button--back:hover:after{transform:translateY(-50%) rotate(180deg) scale(1.15)}.button--back:after{position:absolute;content:"";top:50%;left:15px;background:url(/_next/static/media/arrow.b877925e.svg);background-size:14px 12px;width:14px;height:12px;transform:translateY(-50%) rotate(180deg);transition:all .1s linear}.button--next{position:relative;width:100%;border-radius:20px;min-height:50px}.button--next:hover:after{transform:translate(-50%,-50%) scale(1.15)}.button--next:after{position:absolute;content:"";top:50%;left:50%;background:url(/_next/static/media/arrow.b877925e.svg);background-size:14px 12px;width:14px;height:12px;transform:translate(-50%,-50%);transition:all .1s linear}.button-search,.button-search:after{width:23px;height:23px}.button-search:after{position:absolute;content:"";top:50%;left:50%;background:url(/_next/static/media/search.9c0585c9.svg);background-size:23px 23px;transform:translate(-50%,-50%);transition:all .1s linear}.check-for-auto{height:100%}.check-for-auto__inner{display:flex;flex-direction:column;justify-content:space-between;text-align:center}.check-for-auto__step-title{font-size:18px;font-weight:700;text-transform:uppercase;margin-bottom:15px}.check-for-auto__step-desc{font-size:20px;text-transform:uppercase;letter-spacing:2px;margin-bottom:40px}.check-for-auto__form{margin-bottom:40px}.check-for-auto__buttons{display:flex;justify-content:space-between}.check-for-auto-results{flex:1 1;text-align:left;text-align:initial;font-size:18px}.check-for-auto-results__status{display:flex;align-items:center;font-size:17px;margin-bottom:40px}.check-for-auto-results__tabs{display:flex;align-items:center;margin-bottom:20px;margin-left:40px}.check-for-auto-results__tabs-item{margin-right:10px;font-weight:700}.check-for-auto-results__tabs-item:last-child{margin-right:0}.check-for-auto-results__item{margin-bottom:20px}.check-for-auto-results__item-inner{padding:20px 40px;border:1px solid #c4c4c4;border-radius:30px}.check-for-auto-results__item-title{font-weight:700;margin-bottom:20px;margin-left:40px}.check-for-auto-results__item-subtitle{font-size:12px;margin-bottom:3px}.check-for-auto-results__item-values{margin-bottom:40px}.check-for-auto-results__item-values:last-child{margin-bottom:0}.check-for-auto-results__item-value{display:flex;justify-content:space-between;font-size:20px;margin-bottom:5px}.check-for-auto-results__item-value-inner{display:flex;flex-direction:column;align-items:flex-start;font-size:20px;margin-bottom:5px}.tooltip{position:relative}.tooltip__inner{position:absolute;bottom:45px;width:125px;padding:10px;background:var(--badge-color);border-radius:8px;z-index:2}.tooltip__inner:before{content:"";position:absolute;top:100%;left:13%;transform:translateX(-50%);border-width:5px;border-style:solid;border-color:var(--badge-color) transparent transparent transparent}.tooltip__title{font-size:12px;color:#fff;text-align:center}.trade-in-block{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:30px}.trade-in-block__heading{margin-bottom:10px}.trade-in-block__inner{display:flex;flex-direction:row;flex-wrap:wrap}.trade-in__inner{border-radius:15px}.no-padding{padding:0!important}.search-container{position:fixed;top:120px;left:50%;transform:translateX(-50%);width:567px;z-index:100}.search-input-container{position:relative;padding:25px;background:#fff;border-radius:15px}.search-input-container__submit{position:absolute;top:50%;right:25px;transform:translateY(-50%)}.search-input-container__submit--no-padding{right:0}.search-input{width:100%;font-size:18px;border:none}.search-input--bordered{border-bottom:1px solid #e0e0e0;padding-bottom:10px}.search-results{margin-top:10px;background:#fff;border-radius:15px;overflow-y:auto;max-height:400px}.search-results__not-found{padding:35px}.search-results-item{width:100%;border-bottom:2px solid #f1f1f1;padding:25px}.search-results-item:hover{background:var(--main-transparent)}.search-results-item:last-child{border-bottom:none}.search-results-item__inner{display:flex;flex-direction:row}.search-results-item__image{display:flex;width:69px;height:86px;margin-right:25px;align-self:center}.search-results-item-content{display:flex;flex-direction:column;justify-content:center;width:100%}.search-results-item__name{font-size:18px}.search-results-item__meta{display:flex;flex-direction:row;justify-content:space-between}.search-results-item__meta-item{font-size:16px;color:#6a6a6a}.cart-toast{position:fixed;top:12px;left:50%;z-index:25;width:calc(100% - 24px);max-width:420px;transform:translate(-50%,-120%);opacity:0;pointer-events:none;transition:transform .28s ease,opacity .28s ease}.cart-toast--visible{transform:translate(-50%);opacity:1;pointer-events:auto}.cart-toast__body{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;border:1px solid rgba(35,111,29,.18);border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(16,24,40,.14);font:inherit;text-align:left;color:#111827;cursor:pointer}.cart-toast__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:var(--main-color);color:#fff;font-size:14px;font-weight:700}.cart-toast__text{flex:1 1 auto;font-size:14px;font-weight:600;line-height:1.3}.cart-toast__action{flex:0 0 auto;font-size:12px;font-weight:600;color:var(--main-color);white-space:nowrap}@media (max-width:480px){.cart-toast__action{display:none}}.notification{position:fixed;bottom:0;left:0;width:100%;background:var(--badge-color);color:#fff;z-index:2}@media (max-width:320px){.container{max-width:100%;padding:0 20px}.filter{flex-direction:column;align-items:center}.catalog-item{font-size:15px}.footer-info__item{font-size:14px}}@media (min-width:0px) and (max-width:766px){.container{max-width:100%;padding:0 20px}.header__logo{width:30%;height:auto}.header__menu{margin:24px 0!important}.header--sticky .header__menu{margin:12px 0!important}.header__category{margin:0 20px}.header__category-link{font-size:14px}.header__cart{position:relative;width:21px;height:21px;padding:15px;margin-right:0!important}.header__cart:before{content:"";position:absolute;background-image:url(/_next/static/media/cart.a8fb2706.svg);background-position:50%;background-size:21px 21px;background-repeat:no-repeat;top:50%;left:50%;transform:translate(-50%,-50%);width:21px;height:21px}.button-rounded{padding:15px}.header__cart-item--count,.header__cart-item--count:before,.header__cart-item--price{display:none}.header__cart-item--icon{display:block}.header__cart-item--count{padding-left:0}.header__cart-delimiter{display:none}.filter{justify-content:center;margin-top:20px}.main-badge{font-size:16px;padding:20px 0}.main-badge .main-badge__close{right:0}.main-badge--sticky .main-badge__close{right:-10px}.main-badge__row{flex-direction:column;margin-bottom:0}.main-badge__row div{margin-bottom:10px}.section-title{font-size:24px;margin:50px 0 25px}.catalog-grid{grid-template-columns:minmax(0,1fr);grid-gap:12px}.catalog-item{height:auto;padding:14px 12px 16px}.catalog-item:hover{transform:none}.catalog-item__title{min-height:auto;line-height:1.3;font-size:14px}.catalog-item__image{width:100%;max-width:200px;height:200px;margin:10px auto 0}.catalog-item__spec-row{padding:5px 8px;font-size:11px}.catalog-item__offers .product-services__link{font-size:11px;padding:3px 8px}.catalog-item__code{font-size:11px;margin-top:3px}.floating-field__input{min-height:50px;padding:20px 14px 9px;font-size:14px}.floating-field__label{left:14px;right:14px;font-size:13px}.floating-field__input:not(:-moz-placeholder-shown)+.floating-field__label{top:9px;font-size:9px}.floating-field__input:not(:-ms-input-placeholder)+.floating-field__label{top:9px;font-size:9px}.floating-field__input:focus+.floating-field__label,.floating-field__input:not(:placeholder-shown)+.floating-field__label{top:9px;font-size:9px}.floating-field__error{padding:0 14px 8px}.catalog-item__footer{grid-template-columns:minmax(0,1fr) auto;-moz-column-gap:10px;column-gap:10px;padding-top:0}.catalog-item__controls-price{min-width:0;margin-bottom:0;text-align:left;font-size:18px}.catalog-item__controls-price:after{font-size:14px}.catalog-item__buy{min-width:96px;width:auto;height:40px;padding:0 14px;font-size:14px;flex-shrink:0}.catalog-item__buy-group{width:auto;min-width:104px;height:40px;flex-shrink:0}.catalog-item__buy-step{width:30px;height:30px;font-size:16px}.cart-item{padding:12px 40px 12px 12px}.cart-item__image{flex-basis:72px;width:72px;height:90px}.cart-item__title{font-size:13px}.cart-item__footer{gap:6px;margin-top:8px;padding-top:8px}.cart-item__price{font-size:15px}.cart-item__price:after{font-size:12px}.cart-item__qty-group{height:34px;padding:2px}.cart-item__qty-step{width:26px;height:26px;font-size:15px}.cart-item__qty-value{min-width:18px;font-size:13px}.cart-item__remove{top:10px;right:10px;width:30px;height:30px}.home-catalog-cta{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center;gap:12px;min-height:auto;padding:16px 18px}.home-catalog-cta__label{display:none}.home-catalog-cta__title{max-width:none;font-size:15px;text-align:left}.home-catalog-cta__arrow{margin-top:0;flex-shrink:0;width:36px;height:36px;font-size:18px}.catalog-item--skeleton .product-skeleton__image{max-width:140px;height:180px}.product-services__item{font-size:11px;padding:3px 8px}.side-popup.product .side-popup__inner{padding-bottom:24px}.side-popup__head-title{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer-inner{flex-direction:column;padding:20px 0}.footer-inner__big,.footer-inner__small{padding-right:0;width:auto}.footer-contact{margin-top:40px;flex-direction:column}.footer-info{padding:0 20px}.footer-info__item--clock:before{display:none}.footer-map div,ymaps{width:100%}.footer-bottom,.footer-services{flex-direction:column}.footer-bottom__copyright,.footer-nav{margin-bottom:20px}.footer-nav{flex-direction:column;text-align:center}.footer-nav__item{display:block}.footer-social{margin-bottom:20px}.dropdown{position:fixed;top:0;width:100%;max-height:100dvh;height:100dvh;padding-bottom:60px}.dropdown__close{position:fixed;display:block;left:50%;bottom:10px;transform:translateX(-50%);width:100%;display:flex;justify-content:center;z-index:4;height:40px;padding-inline:20px}.dropdown__item{padding:20px 10px}.side-popup{width:100%;padding:0 20px}.side-popup--cart{padding-left:0;padding-right:0;padding-bottom:0}.side-popup--cart .side-popup__head,.side-popup--cart .side-popup__inner{padding-left:20px;padding-right:20px;box-sizing:border-box}.side-popup--cart .side-popup__inner{width:100%;height:auto;flex:1 1 auto}.checkout-footer{width:100%;margin-left:0;margin-right:0;padding:16px 20px calc(16px + env(safe-area-inset-bottom, 0px));box-sizing:border-box}.cart__checkout{position:static;padding:0;filter:none}.cart__checkout.cart__checkout--steps{padding:20px 0 calc(28px + env(safe-area-inset-bottom, 0px))}.product{width:100%;height:100%;overflow-y:scroll}.product-title{margin:0}.product-title__text{font-size:17px}.product-detail{margin:0 20px}.product-detail,.product-detail__row--inline{flex-direction:column}.product-recommended-links{margin:0}.product-recommended-links__menu{padding:0}.product__recommended-products-section{flex-direction:column}.product__recommended-products-section__product{margin-bottom:40px}.product__recommended-products-section__product:last-child{margin-bottom:0}.tab__content>div{padding-right:0!important}.load-more{margin:0 auto}.popup{width:90%}.popup__header{padding:20px}.popup__header-title{font-size:18px}.popup__body{padding:20px}.dropdown__item{min-height:30px}.search-input{font-size:14px}.search-container{top:3%;width:90%}}@media (max-width:480px){.catalog-item__image{max-width:180px;height:180px}}@media (min-width:767px) and (max-width:1023px){.container{max-width:100%;padding:0 20px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px 12px}.catalog-item{padding:14px 12px 16px}.catalog-item__image{max-width:180px;height:240px}.catalog-item__badge,.catalog-item__meta .product-services__link{font-size:11px;padding:3px 8px}.home-catalog-cta{padding:22px 16px}.home-catalog-cta__title{font-size:16px}.product{width:100%}.product-detail__row--inline{flex-direction:column}}@media (min-width:1024px) and (max-width:1100px){.container{max-width:100%;padding:0 20px}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px 14px}.product-detail__row--inline{flex-direction:column}}@media only screen and (max-width:812px) and (orientation:landscape){.product{width:100%}.side-popup{width:100%;padding:100px 40px 0}.side-popup--cart{padding-left:0;padding-right:0}.checkout-footer,.side-popup--cart .side-popup__head,.side-popup--cart .side-popup__inner{padding-left:20px;padding-right:20px;box-sizing:border-box}.checkout-footer{width:100%;margin-left:0;margin-right:0}.cart__checkout{position:static;padding:0;filter:none}.cart__checkout.cart__checkout--steps{padding:20px 0 calc(28px + env(safe-area-inset-bottom, 0px))}.product-detail{margin:80px 0 0}.product-detail__row--inline{flex-direction:column}}