.icn-burger{--menu-icon-offset:4px;--menu-icon-height:2px;--menu-icon-width:15px;--menu-icon-width-secondary:20px;width:var(--menu-icon-width-secondary);height:16px;transition-duration:.3s;border-radius:2px;position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.icn-burger-line{width:var(--menu-icon-width);border-radius:3px;position:absolute;left:0;height:var(--menu-icon-height);background-color:currentColor;transition:transform .3s ease-out,opacity .3s ease-out,left .3s ease-out}.icn-burger-line-top{top:0;width:var(--menu-icon-width-secondary)}.icn-burger-line-bottom{bottom:0;width:var(--menu-icon-width-secondary)}.btn-menu{aspect-ratio:1/1;height:var(--top-nav-height);z-index:11;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#062045;background-color:#feeaed;transition:all .3s ease-out}.btn-menu.opened-menu .icn-burger-line{left:7px;--opened-offset:10px;--opened-offset:calc(var(--menu-icon-width-secondary) / 2)}.btn-menu.opened-menu .icn-burger-line-top{transform:rotate(45deg) translateY(calc(var(--opened-offset)))}.btn-menu.opened-menu .icn-burger-line-bottom{transform:rotate(-45deg) translateY(calc(var(--opened-offset) * -1))}.btn-menu.opened-menu .icn-burger-line-middle{transform:scale(0,1)}.mobile-menu{position:fixed;left:-100%;top:0;height:100vh;width:100%;z-index:9;background-color:#f8f3f4;color:#303030;overflow:auto;transition:transform .3s ease-out;display:none;scrollbar-width:none}.mobile-menu.opened-menu{transform:translateX(100%)}.mobile-menu-wrap{height:calc(var(--vh) * 100);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-top:var(--top-nav-height)}.mobile-menu-main{-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;overflow:hidden;position:relative}.mobile-menu-main-wrap{height:100%;overflow-y:auto;overflow-x:hidden;padding:20px var(--container-padding);scrollbar-width:none}.mobile-menu-main a{display:block;padding:10px 0}.mobile-menu-main-content{--gap:10px}.mobile-menu-main-content li{margin-bottom:var(--gap)}.mobile-menu-main-content li:last-of-type{margin-bottom:0}.mobile-menu-main-content li a{font-size:.875rem;line-height:1.4;background-color:#fff;padding:14px 20px;border-radius:8px}.mobile-menu-main-content .menu-item-has-children>a{position:relative}.mobile-menu-main-content .menu-item-has-children>a .btn-sub-menu{position:absolute;height:100%;right:0;top:0;font-size:.625rem;width:50px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:2;color:#062045}.mobile-menu-main-content .menu-item-has-children.active>.sub-menu{opacity:1;transform:scale(1);pointer-events:auto}.mobile-menu-main-content .sub-menu{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#f8f3f4;pointer-events:none;opacity:0;z-index:3;transform:translateX(100%);transition:transform .3s ease-out,opacity .3s ease-out;overflow-y:auto;overflow-x:hidden;padding:20px var(--container-padding);scrollbar-width:none}.mobile-menu-main-content .sub-menu.prev-menu{overflow:hidden}.mobile-menu-main-content .sub-menu-top{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-bottom:var(--gap)}.mobile-menu-main-content .sub-menu-top .btn-sub-back{border:2px solid #f6d8df;border-radius:8px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:var(--btn-height);width:var(--btn-height);font-size:.6875rem;color:#585858}.mobile-menu-main-content .sub-menu-top .title{-ms-flex:1;flex:1}.mobile-menu-main-content .sub-menu-top .title a{width:100%;height:var(--btn-height);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:8px;background-color:#f6d8df;color:#062045;-ms-flex-pack:start;justify-content:flex-start;font-size:.875rem;font-weight:600;letter-spacing:.04em;padding:0 20px;text-transform:uppercase}.mobile-menu-catalog{margin-bottom:var(--gap);--btn-height:49px}.mobile-menu-catalog-btn .btn-catalog{position:relative;border-radius:8px;display:-ms-flexbox;display:flex;height:auto;padding:0 20px;height:var(--btn-height);font-size:.875rem;gap:18px}.mobile-menu-catalog-btn .btn-catalog:after{display:none}.mobile-menu-catalog-btn .btn-catalog-sub{position:absolute;height:100%;right:0;top:0;font-size:.625rem;width:50px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:2;color:#062045}.mobile-menu-catalog-btn .btn-catalog-sub i{font-size:.625rem}.mobile-menu-catalog-list{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#f8f3f4;pointer-events:none;opacity:0;z-index:3;transform:translateX(100%);transition:transform .3s ease-out,opacity .3s ease-out;overflow-y:auto;overflow-x:hidden;padding:20px var(--container-padding);scrollbar-width:none}.mobile-menu-catalog-list.prev-menu{overflow:hidden}.mobile-menu-catalog-list-top{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-bottom:var(--gap)}.mobile-menu-catalog-list-top .btn-catalog-back{border:2px solid #f6d8df;border-radius:8px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:var(--btn-height);width:var(--btn-height);font-size:.6875rem;color:#585858}.mobile-menu-catalog-list-top .title{-ms-flex:1;flex:1}.mobile-menu-catalog-list-top .title a{width:100%;height:var(--btn-height);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:8px;background-color:#f6d8df;color:#062045;-ms-flex-pack:start;justify-content:flex-start;font-size:.875rem;font-weight:600;letter-spacing:.04em;padding:0 20px;text-transform:uppercase}.mobile-menu-catalog.active .mobile-menu-catalog-list{opacity:1;transform:scale(1);pointer-events:auto}.mobile-menu-bottom{-ms-flex:0 0 auto;flex:0 0 auto;padding:17px 35px 20px;background-color:#f7e9eb}.mobile-menu-bottom p{color:#2c3576;font-weight:500;font-size:.875rem;margin-bottom:15px}.mobile-menu-bottom .socials a{background:linear-gradient(147.68deg,#f2c4ce 9.26%,#efb2bb 100%);width:54px;height:54px;font-size:1.625rem;border-radius:50%;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#fff}.top-nav{--fixed-offset:100px;--side-offset:60px;position:absolute;left:0;top:0;width:100%;z-index:10;background-color:#fff;transition:box-shadow .3s ease-out,filter .3s ease-out;box-shadow:0 4px 10px rgba(0,0,0,.1)}.top-nav.pre-fixed{position:fixed;top:calc(var(--fixed-offset) * -1);transition:box-shadow .3s ease-out,transform .3s ease-out,filter .3s ease-out;box-shadow:0 4px 10px rgba(0,0,0,.1)}.top-nav.fixed{transform:translateY(var(--fixed-offset))}.top-nav.opened-menu{box-shadow:none}.top-nav.opened-menu .top-nav-lang{opacity:1;transform:scale(1)}.top-nav.opened-menu .top-nav-search{transform:scale(0,0);opacity:0}.top-nav.opened-menu .top-nav-block-center{opacity:0;transform:translateY(-100px)}.top-nav.opened-search .top-nav-menu{transform:translateX(-100%)}.top-nav-block{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin:0 calc(var(--side-offset) * -1);height:var(--top-nav-height)}.top-nav-block-left{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:25px}.top-nav-block-center{-ms-flex:1;flex:1;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;inset:0 var(--side-offset);margin:auto;transition:transform .3s ease-out,opacity .3s ease-out;pointer-events:none}.top-nav-block-center .top-nav-pages{pointer-events:auto;position:absolute;top:100%;left:0;width:100%;z-index:1}.top-nav-block-center .top-nav-pages:before{content:'';position:absolute;z-index:-1;top:0;height:100%;width:100vw;background-color:#feeaed;left:calc((100vw - var(--container-width) + 30px)/ -2)}.top-nav-block-right{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;height:100%;position:relative;margin-right:-10px}.top-nav-menu{margin-left:calc(var(--container-padding) * -1);transition:transform .3s ease-out,opacity .3s ease-out}.top-nav-socials .socials a{width:24px;height:24px;font-size:1.5rem;transition:color .3s ease-out}.top-nav-lang{transition:transform .3s ease-out,opacity .3s ease-out}.top-nav-logo{pointer-events:auto}.top-nav-pages{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:var(--top-nav-height-secondary);gap:80px;font-size:.875rem;text-transform:uppercase;letter-spacing:.04em}.top-nav-pages-list ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:80px}.top-nav-pages-list a{line-height:var(--top-nav-height-secondary);display:block;transition:background-color .3s ease-out,color .3s ease-out}.top-nav-pages-list .sale{font-weight:600;color:#de4346}.top-nav-catalog{position:relative}.top-nav-catalog-list{--list-width:234px;--list-width-secondary:330px;--gap:8px;position:absolute;opacity:0;transition:transform .3s ease-out,opacity .3s ease-out;pointer-events:none;left:0;top:calc(100% + var(--gap));transform:scale(1,0);transform-origin:50% 0}.top-nav-catalog-list:before{content:'';position:absolute;top:calc(var(--gap) * -1);left:0;width:100%;z-index:1;height:var(--gap)}.top-nav-search{transition:transform .3s ease-out,opacity .3s ease-out}.top-nav-user{transition:transform .3s ease-out,opacity .3s ease-out}.top-nav-cart{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:20px;transition:transform .3s ease-out,opacity .3s ease-out}.top-nav-cart-price{font-size:.875rem;font-weight:500;letter-spacing:.02em}.header{position:relative;z-index:1}.header-bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}.header-page{overflow:hidden}.header-page .bg img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:calc(50% + 50% * var(--scroll-progress-first) * -1) calc(50% + 50% * var(--scroll-progress-first) * -1);transition:object-position .3s ease-out}.header-page .header-block{padding-bottom:70px}.header-page .header-block-content{color:#062045}.header-page .header-block-content .h2{margin-top:20px}.header-simple-block-content .h2{color:#062045;margin-bottom:20px}.header-simple-block-content .h6{text-transform:uppercase;margin:25px 0 15px}.header-simple-block-content p{line-height:1.8}.header-simple-block.dashed-underline{padding-bottom:40px}.icn-close{--close-size:20px;--close-line-height:2px;width:var(--close-size);height:var(--close-size);display:inline-block;transition:color .3s ease-out;position:relative}.icn-close:after,.icn-close:before{content:'';position:absolute;width:133%;height:var(--close-line-height);top:50%;left:-15%;transition:transform .3s ease-out;background-color:currentColor}.icn-close:before{transform:rotate(45deg)}.icn-close:after{transform:rotate(-45deg)}.elements{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.elements .el{position:absolute}.bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}.logo{--logo-height:32px;--first-color:#062045;--second-color:#F5909F;--offset:5px}.logo path{transform-origin:50% 50%;transform-box:fill-box;transition:fill .3s ease-out,transform .3s ease-out}.logo a{height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.logo img,.logo svg{display:block;overflow:visible;width:auto;height:var(--logo-height)}.logo .logo-top{--delay:0.05s}.logo .logo-top path{fill:var(--first-color)}.logo .logo-top path:nth-child(2){transition-delay:calc(var(--delay) * 1)}.logo .logo-top path:nth-child(3){transition-delay:calc(var(--delay) * 2)}.logo .logo-top path:nth-child(4){transition-delay:calc(var(--delay) * 3)}.logo .logo-bottom{--delay:0.1s;--offset:2px}.logo .logo-bottom path{fill:var(--second-color)}.logo .logo-bottom path:nth-child(2){transition-delay:calc(var(--delay) * 1)}.logo .logo-bottom path:nth-child(3){transition-delay:calc(var(--delay) * 2)}.logo .logo-bottom path:nth-child(4){transition-delay:calc(var(--delay) * 3)}.logo .logo-amp,.logo .logo-bottom{fill:var(--second-color)}.cava-container{--cava-color:#F0F4F5;--cava-accent:#F2C4CE;--cava-hover:#F2006D;--cava-size:21.5px;height:var(--cava-size)}.cava-container a{display:block}.cava-block .img svg{overflow:visible;width:auto;height:var(--cava-size);display:block}.cava-block .img path{transition:fill .3s ease-out}.cava-block .img-cava path,.cava-block .img-designed path{fill:var(--cava-color)}.cava-block .img-studio path{fill:var(--cava-accent)}.price{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:end;align-items:flex-end;line-height:1.4;font-weight:600;gap:15px;white-space:nowrap}.price-sale{color:#de4346}.price-default{color:#062045}.price-old{color:#8f8f8f;text-decoration:line-through}.count-block{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;border-radius:50px;padding:2px;gap:5px;background-color:#fff}.count-block .input-number{width:37px}.count-block .input-number input{font-size:.75rem;text-align:center;background-color:transparent;font-weight:500}.scroll-container .simplebar-track{background-color:#ccd1d8;width:2px;overflow:visible;right:14px;border-radius:2px}.scroll-container .simplebar-vertical{bottom:20px}.scroll-container .simplebar-scrollbar{left:-1px;right:-1px;background:linear-gradient(126.49deg,#2c3576 19.79%,#3d4186 93.75%);border-radius:3px}.score-block{--size:18px;--gap:15px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.score-block .input{display:none}.score-block.score-block-error .score-block-stars{color:#de4346}.score-block-input li{cursor:pointer}.score-block-stars{color:#f5909f;transition:color .3s ease-out}.score-block-stars ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.star-item{line-height:1;font-size:var(--size);padding:0 calc(var(--gap)/ 2);position:relative;transition:transform .3s ease-out;text-align:center}.star-item.active .star-empty{opacity:0;transform:scale(0,0)}.star-item.active .star-full{opacity:1;transform:scale(1,1)}.star-item .star{transition:transform .3s ease-out,opacity .3s ease-out}.star-item .star-full{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transform:scale(1.5,1.5)}.dashed-underline{position:relative}.dashed-underline:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px;left:0}.btn{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:51px;border-radius:50px;z-index:1;padding:0 30px;color:#fff;font-size:.875rem;letter-spacing:.04em;text-transform:uppercase;font-weight:500;transition:color .3s ease-out;z-index:1;--anim-offset:10px;position:relative}.btn:after,.btn:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn:before{inset:0;background-color:#3d4186;background-image:linear-gradient(126.49deg,#2c3576 19.79%,#3d4186 93.75%);transition:all .3s ease-out}.btn:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.btn:focus{color:#fff}.btn[disabled]{pointer-events:none}.btn[disabled]:before{background-image:none;background-color:#d8dfe6}.btn-hollow{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:51px;border-radius:50px;padding:0 38px;color:#fff;font-size:.875rem;letter-spacing:.04em;text-transform:uppercase;color:#062045;font-weight:500;transition:color .3s ease-out;z-index:1;--anim-offset:10px;position:relative}.btn-hollow:after,.btn-hollow:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-hollow:before{inset:0;border:#062045 solid 2px}.btn-hollow:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.btn-nav{width:48px;height:48px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:50%;font-size:.75rem;transition:opacity .3s ease-out,color .3s ease-out;color:#062045;z-index:1;--anim-offset:10px;position:relative}.btn-nav:after,.btn-nav:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-nav:before{inset:0;background-color:#f6d8df}.btn-nav:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.btn-nav[disabled]{opacity:.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.btn-catalog{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;height:var(--top-nav-height-secondary);font-weight:600;text-transform:uppercase;padding:0 20px;background-color:rgba(242,196,206,.65);letter-spacing:.04em;transition:background-color .3s ease-out,color .3s ease-out;gap:10px;color:#062045}.btn-catalog i{font-size:1.4375rem}.btn-catalog:after{content:"\f015";font-family:svg;font-size:.625rem;display:inline-block;transition:transform .3s ease-out}.btn-icon{padding:10px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;transition:color .3s ease-out;color:#062045}.btn-icon i{width:22px;height:22px;font-size:1.375rem}.btn-icon[data-count]:after{content:attr(data-count);position:absolute;top:-1px;right:-1px;background-color:#f2c4ce;border-radius:50%;width:21px;height:21px;line-height:21px;text-align:center;letter-spacing:.02em;font-weight:600;font-size:.625rem;transition:background-color .3s ease-out,color .3s ease-out,transform .3s ease-out;transform:scale(1,1)}.btn-icon[data-count="0"]:after{transform:scale(0,0)}.btn-search-submit{border-radius:50px;color:#062045;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-weight:500;letter-spacing:.04em;font-size:.875rem;height:40px;text-transform:uppercase;width:146px;z-index:1;--anim-offset:10px;position:relative}.btn-search-submit:after,.btn-search-submit:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-search-submit:before{inset:0;background-color:#f2c4ce}.btn-search-submit:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.btn-account-favs-item-add{width:42px;height:42px;font-size:1.125rem;border-radius:50%;color:#fff;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;line-height:1;z-index:1;z-index:1;--anim-offset:10px;position:relative}.btn-account-favs-item-add:after,.btn-account-favs-item-add:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-account-favs-item-add:before{inset:0;background:linear-gradient(126.49deg,#2c3576 19.79%,#3d4186 93.75%)}.btn-account-favs-item-add:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.btn-quick-search-item{width:42px;height:42px;font-size:1.125rem;border-radius:50%;color:#fff;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;line-height:1;z-index:1;z-index:1;--anim-offset:10px;position:relative}.btn-quick-search-item:after,.btn-quick-search-item:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-quick-search-item:before{inset:0;background:linear-gradient(126.49deg,#2c3576 19.79%,#3d4186 93.75%)}.btn-quick-search-item:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.btn-quick-search-all{display:block;padding:20px;text-decoration:underline;font-weight:500;font-size:.875rem;color:#062045;background-color:#feeaed;text-align:center;transition:background-color .3s ease-out,color .3s ease-out}.btn-count{--btn-size:26px;--btn-icon:10px;width:var(--btn-size);height:var(--btn-size);border-radius:50%;color:#062045;font-size:var(--btn-icon);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;line-height:1;text-align:center;transition:color .3s ease-out,opacity .3s ease-out;z-index:1;--anim-offset:7px;position:relative}.btn-count:after,.btn-count:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-count:before{inset:0;background-color:#feeaed}.btn-count:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.btn-count[disabled]{pointer-events:none;color:#b9bcc0}.btn-cart-close,.btn-favs-close{--size:40px;--icon-size:12px;width:var(--size);height:var(--size);border-radius:50%;z-index:1;color:#2c3576;transition:background-color .3s ease-out,color .3s ease-out}.btn-cart-close .icn-close,.btn-favs-close .icn-close{display:-ms-inline-flexbox;display:inline-flex;--close-size:var(--icon-size)}.btn-cart-close{z-index:1;--anim-offset:10px;position:relative}.btn-cart-close:after,.btn-cart-close:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-cart-close:before{inset:0;background-color:#f2c4ce}.btn-cart-close:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.btn-favs-close{color:#6d82a0;z-index:1;--anim-offset:10px;position:relative}.btn-favs-close:after,.btn-favs-close:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-favs-close:before{inset:0;background-color:#feeaed}.btn-favs-close:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.btn-product-favs{--size:51px;--icon-size:21px;width:var(--size);height:var(--size);border-radius:50%;color:#062045;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:var(--icon-size);line-height:1;transition:color .3s ease-out;z-index:1;--anim-offset:10px;position:relative}.btn-product-favs:after,.btn-product-favs:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-product-favs:before{inset:0;background-color:#f6d8df}.btn-product-favs:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.btn-product-favs span{display:-ms-inline-flexbox;display:inline-flex;line-height:1}.btn-product-favs .fav-not{transition:transform .3s ease-out,opacity .3s ease-out}.btn-product-favs .fav-in{position:absolute;transition:transform .3s ease-out,opacity .3s ease-out;opacity:0;transform:scale(0,0)}.btn-product-favs.active .fav-not{opacity:0;transform:scale(0,0)}.btn-product-favs.active .fav-in{opacity:1;transform:scale(1,1)}.breadcrumbs{font-size:.875rem;font-weight:500;color:#6f737d;--gap:12px;overflow:hidden;white-space:nowrap;padding:30px 0}.breadcrumbs ul{display:-ms-flexbox;display:flex;gap:var(--gap)}.breadcrumbs li{-ms-flex:0 0 auto;flex:0 0 auto}.breadcrumbs li:last-of-type{color:#062045;pointer-events:none;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0}.breadcrumbs li:last-of-type a{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.breadcrumbs li:last-of-type a:after{display:none}.breadcrumbs a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;align-items:center;gap:var(--gap);transition:color .3s ease-out}.breadcrumbs a:after{content:"\f01a";font-family:svg;display:inline-block;width:12px;height:12px;font-size:.75rem;transition:transform .3s ease-out}.pagination{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:15px;font-weight:500}.pagination ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;color:#a4a8b0}.pagination ul a,.pagination ul span{display:block;padding:10px}.pagination ul span{pointer-events:none}.pagination ul .current{color:#062045}.pagination ul a{transition:color .3s ease-out}.socials{line-height:1;color:#062045}.socials ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:25px}.socials a{line-height:1;width:26px;height:26px;font-size:1.625rem;display:block}.lang-list ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;letter-spacing:.06em}.lang-list li{color:#aeaeae;position:relative}.lang-list li:after{content:'';position:absolute;width:2px;height:100%;right:-16px;top:0;background-color:#aeaeae;border-radius:2px}.lang-list li:last-of-type:after{display:none}.lang-list li.active{color:#222;pointer-events:none}.lang-list a{text-transform:uppercase;line-height:26px;display:block;font-size:1rem;font-weight:500;transition:color .3s ease-out}.catalog-list{position:relative;line-height:1.4;z-index:5;text-transform:none;letter-spacing:0}.catalog-list a{display:block;transition:background-color .3s ease-out,color .3s ease-out}.catalog-list .menu-item-has-children>a{position:relative}.catalog-list .menu-item-has-children>a:after{--size:10px;position:absolute;content:"\f015";font-family:svg;top:calc(50% - var(--size)/ 2);font-size:var(--size);display:inline-block;line-height:1;transition:transform .3s ease-out;opacity:1}.catalog-list>ul{background-color:#f8f3f4;padding:calc(var(--gap)/ 2);border-radius:15px;width:var(--list-width)}.catalog-list>ul>li{padding:calc(var(--gap)/ 2)}.catalog-list>ul>li>a{--padding:12px;padding:var(--padding) 50px 12px 20px;background-color:#fff;border-radius:8px;font-weight:500;transition:background-color .3s ease-out,color .3s ease-out}.catalog-list>ul>li>a:after{right:20px}.catalog-list li:last-of-type{margin-bottom:0}.catalog-list .sub-menu{--side-offset:30px;--side-padding:25px;--padding-block:20px;opacity:0;pointer-events:none;transition:transform .3s ease-out,opacity .3s ease-out;line-height:1.6;position:absolute;left:calc(100% + var(--gap));top:0;z-index:1;width:var(--list-width-secondary);background-color:#f8f3f4;border-radius:15px;min-height:100%;padding:var(--padding-block) var(--side-offset) var(--padding-block) var(--side-padding);transform-origin:0 50%;transform:translateY(15%)}.catalog-list .sub-menu:before{content:'';position:absolute;top:0;left:calc(var(--gap) * -2);width:calc(var(--gap) * 3);z-index:1;height:100%}.catalog-list .sub-menu-list{line-height:1.6}.catalog-list .sub-menu-list:before{content:attr(data-title);text-transform:uppercase;color:#8292ac;display:block;margin-bottom:15px;line-height:1.4;font-weight:500;letter-spacing:.02em}.catalog-list .sub-menu .menu-item-has-children>a:after{right:0}.catalog-list .sub-menu li{margin-bottom:5px}.catalog-list .sub-menu a{padding:10px 0;transition:color .3s ease-out}.catalog-list .sub-menu .sub-menu{z-index:-2;left:calc(100% - var(--side-offset));padding-left:calc(var(--side-offset) * 2 + 5px);padding-right:var(--side-padding);transform:translateX(-30%) scale(.5,1);width:calc(var(--list-width-secondary) + var(--side-offset));transform-origin:50% 50%}.catalog-list .sub-menu .sub-menu .sub-menu-list:after{content:'';position:absolute;left:var(--side-offset);top:10px;bottom:10px;margin:auto;width:0;height:auto;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(0deg,var(--border-color) 0 5px,transparent 5px 9px) 1}.catalog-list .sub-menu .sub-menu a{padding-left:21px;position:relative}.catalog-list .sub-menu .sub-menu a:before{content:'';position:absolute;--size:6px;left:0;width:var(--size);height:var(--size);background-color:#f2c4ce;border-radius:50%;top:calc(50% - var(--size)/ 2)}.slider-wrap{position:relative}.slider-buttons{--offset:-24px;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:2}.slider-buttons .btn-slider{position:absolute;pointer-events:auto;top:calc(50% - var(--btn-size)/ 2)}.slider-buttons .btn-slider-prev{left:calc(var(--btn-size) * -1 - var(--offset))}.slider-buttons .btn-slider-next{right:calc(var(--btn-size) * -1 - var(--offset))}.slider-main .swiper-slide{transform:rotateY(90deg);opacity:0;transition:transform .3s ease-out,opacity .3s ease-out;transform-origin:100% 100%}.slider-main .swiper-slide-visible{opacity:1;transform:rotateY(0)}.slider-main .swiper-slide-visible~.swiper-slide{transform-origin:0 0}.slider-main .swiper-pagination{--size:8px;--gap:15px;--offset:-3px;bottom:18px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;gap:var(--gap)}.slider-main .swiper-pagination-bullet{width:var(--size);height:var(--size);margin:0!important;border:#ccd1d8 solid 1px;background-color:#f8f3f4;opacity:1;transition:border-color .3s ease-out,background-color .3s ease-out;position:relative}.slider-main .swiper-pagination-bullet:before{content:'';position:absolute;inset:var(--offset);border:#062045 solid 1px;border-radius:50%;transition:transform .3s ease-out,opacity .3s ease-out;opacity:0;transform:scale(1.5,1.5)}.slider-main .swiper-pagination-bullet-active{background-color:#062045;border-color:#062045;pointer-events:none}.slider-main .swiper-pagination-bullet-active:before{opacity:1;transform:scale(1)}.btn-slider{--btn-size:48px;--btn-icon:12px;width:var(--btn-size);height:var(--btn-size);font-size:var(--btn-icon);display:-ms-inline-flexbox;display:inline-flex;line-height:1;border-radius:50%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#062045;transition:color .3s ease-out,opacity .3s ease-out;z-index:1;--anim-offset:10px;position:relative}.btn-slider:after,.btn-slider:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-slider:before{inset:0;background-color:#f6d8df;transition:all .3s ease-out}.btn-slider:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.btn-slider[disabled]{opacity:.5}.block-header{text-align:center;margin-bottom:40px}.block-header .h2{color:#062045;margin-bottom:20px;line-height:1.2}.wrapper{overflow-x:clip;padding-top:var(--top-nav-height)}.section{position:relative;z-index:1}.slider-section{z-index:3}.slider-section-block-header{margin-bottom:30px}.slider-section-block-header .h2{color:#062045}.slider-section .slider-buttons{--offset:30px}.search-catalog .catalog-block-empty{display:none}.search-catalog .catalog-block-results{display:none}.reviews{padding:110px 0 90px}.reviews-block-header{width:814px;max-width:100%;margin-inline:auto}.reviews-block-slider .slider-buttons{--offset:30px}.reviews-block-button{text-align:center;margin-top:30px}.reviews-item{background-color:#fff;border-radius:15px;padding:25px 30px 35px;position:relative;z-index:1}.reviews-item:after{content:"\f00b";font-family:svg;position:absolute;line-height:1;z-index:-1;color:#f8f3f4;right:15px;bottom:15px;font-size:4.6875rem}.reviews-item-top{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:19px;border-bottom:2px solid #e6d4d6;margin-bottom:19px;gap:15px}.reviews-item-top .name{font-weight:600;line-height:1.4;color:#062045}.reviews-item-top .score-block{--gap:10px;--size:16px;margin-right:calc(var(--gap)/ -2)}.reviews-item-top .score-block-stars{color:#f2c4ce}.brands{background-color:#f7e9eb;padding:25px 0}.brands-block-slider{display:-ms-flexbox;display:flex;transform:translateX(-100%)}.brands-block-slider ul{display:-ms-flexbox;display:flex;gap:var(--gap)}.brands-item .img img,.brands-item .img svg{display:block;height:63px;width:auto;max-width:none}.brands-item .img path{transition:fill .3s ease-out}.brands-line-wrap{--gap:70px;--count:9;--time:2s;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:var(--gap);animation:brands-line calc(var(--count) * var(--time)) infinite linear}.one-screen{min-height:calc(100svh - var(--top-nav-height) - var(--top-nav-height-secondary));display:-ms-grid;display:grid;grid-auto-rows:auto 1fr}.header-p404{background-color:#efc9e0}.header-p404 .bg{z-index:1;pointer-events:none}.header-p404 .bg .img img{background-size:cover;object-position:50% 64%}.header-p404 .header-block{padding-bottom:0;padding:7px 0 8px}.header-p404 .header-block-content{text-align:center}.header-p404 .header-block-content .h1{color:#f8f3f4;font-weight:800;font-size:13.75rem;line-height:1;transition:transform .4s ease-out}.p404{height:100%;text-align:center}.p404 .container{height:100%}.p404-block{min-height:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;padding-top:40px;padding-bottom:40px}.p404-block-content{width:734px;max-width:100%}.p404-block .h2{margin-bottom:20px}.p404-block p{margin-bottom:30px}.p404-block .btn{width:169px}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes callme{45%,5%{transform:rotate3d(0,0,1,-7deg)}10%,40%{transform:rotate3d(0,0,1,7deg)}15%,25%,35%{transform:rotate3d(0,0,1,-7deg)}20%,30%{transform:rotate3d(0,0,1,7deg)}51%{transform:rotate3d(0,0,0,0deg)}100%{transform:rotate3d(0,0,0,0deg)}}@keyframes brands-line{0%{transform:translateX(0)}100%{transform:translateX(calc(100% / -3 - var(--gap)/ 3))}}.input-wrap{--padding-vert:15px;--padding-hor:25px;--border-width:2px;position:relative;--focus-offset:6px;font-size:.875rem;text-align:left;transition:opacity .3s ease-out}.input-wrap input,.input-wrap textarea{padding:calc(var(--padding-vert) - var(--border-width)) calc(var(--padding-hor) - var(--border-width));border:2px solid #f0ebec;transition:border-color .3s ease-out,box-shadow .3s ease-out,padding .3s ease-out;box-shadow:none;box-sizing:border-box;background-color:#fff}.input-wrap input:hover,.input-wrap textarea:hover{border-color:#f6d8df}.input-wrap input:focus,.input-wrap textarea:focus{border-color:#f2c4ce;box-shadow:0 0 15px rgba(118,44,74,.15)}.input-wrap input{border-radius:50px}.input-wrap textarea{border-radius:15px;min-height:92px}.input-wrap.visible .placeholder{opacity:1}.input-wrap .placeholder{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;padding:calc(var(--padding-vert)) calc(var(--padding-hor));color:#8f8f8f;transition:font-size .3s ease-out,padding-top .3s ease-out,opacity .3s ease-out;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:0}.input-wrap.focus .placeholder,.input-wrap.not-empty .placeholder{padding-top:5px;font-size:.625rem}.input-wrap.focus input,.input-wrap.focus textarea,.input-wrap.not-empty input,.input-wrap.not-empty textarea{padding:calc(var(--padding-vert) - var(--border-width) + var(--focus-offset)) calc(var(--padding-hor) - var(--border-width)) calc(var(--padding-vert) - var(--border-width) - var(--focus-offset))}.input-wrap.input-error input,.input-wrap.input-error textarea{border-color:#de4346}.input-wrap-error{color:#de4346;padding-top:8px;padding-left:25px;font-weight:500;font-size:.625rem}.input-wrap-check{--check-size:16px;--check-offset:10px;--check-icon-size:10px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:0 var(--check-offset);cursor:pointer;transition:color .3s ease-out}.input-wrap-check .crossbrowser{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.input-wrap-check .crossbrowser:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:3px;border:#f2c4ce solid 2px;transition:border-color .3s ease-out,background-color .3s ease-out}.input-wrap-check .crossbrowser:after{content:"\f016";font-family:svg;position:absolute;width:var(--check-icon-size);height:var(--check-icon-size);font-size:var(--check-icon-size);color:#062045;position:absolute;left:0;top:0;width:100%;height:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;line-height:1;transform:scale(0,0);transition:transform .3s ease-out,opacity .3s ease-out;padding-top:1px}.input-wrap-check .input{width:var(--check-size);height:var(--check-size);position:relative;pointer-events:none}.input-wrap-check .input input{opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}.input-wrap-check .input input:checked~.crossbrowser:before{background-color:#f2c4ce}.input-wrap-check .input input:checked~.crossbrowser:after{transform:scale(1,1)}.input-wrap-check .text{-ms-flex:1;flex:1;text-align:left}.input-wrap-check .text a{text-decoration:underline;color:#062045;transition:color .3s ease-out}.input-wrap-check .input-wrap-error{width:100%;padding-left:0}.input-wrap-radio{--radio-size:20px;--radio-offset:15px;--radio-icon-size:12px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:var(--radio-offset);cursor:pointer;transition:color .3s ease-out}.input-wrap-radio .crossbrowser{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.input-wrap-radio .crossbrowser:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:50%;border:#e6d4d6 solid 1px;background-color:#fff;transition:border-color .3s ease-out,color .3s ease-out}.input-wrap-radio .crossbrowser:after{content:'';position:absolute;width:var(--radio-icon-size);height:var(--radio-icon-size);border-radius:50%;background-color:#f8f3f4;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;line-height:1;transition:background-color .3s ease-out;inset:4px}.input-wrap-radio .input{width:var(--radio-size);height:var(--radio-size);position:relative;pointer-events:none}.input-wrap-radio .input input{opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}.input-wrap-radio .input input:checked~.crossbrowser:after{background-color:#f2c4ce}.input-wrap-radio .input input:hover~.crossbrowser:before{border-color:#f5909f}.input-wrap-radio .text{-ms-flex:1;flex:1;text-align:left;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;line-height:1.4;gap:10px}.input-wrap-radio .text .title{font-size:.875rem;margin-bottom:5px}.input-wrap-radio .text .desc{font-size:.75rem;color:#848484}.input-wrap-radio .text .price{font-size:.875rem;display:block}.input-wrap-radio .text .price-default{color:#222}.input-row{--rows:2;--gap-vert:15px;--gap-hor:30px;--space:calc((var(--rows) - 1) * var(--gap-hor));display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap-vert) var(--gap-hor)}.input-row .input-wrap{width:calc((100% - var(--space))/ var(--rows))}.select-item{position:relative;z-index:1;transition:opacity .3s ease-out;pointer-events:none;opacity:0}.select-item.visible{opacity:1;pointer-events:auto}.select-item-title{margin-bottom:10px}.select-item-title p{font-weight:500}.select-item-title p span{color:#de4346;display:inline-block;margin-right:.3em}.select-item-input{display:none}.select-item-list{--gap-hor:25px;--gap-vert:11px;padding:15px;position:relative;transition:filter .3s ease-out;filter:drop-shadow(0 0 0 rgba(44, 53, 118, .19));transform:translateZ(0);z-index:1}.select-item-list-wrap{margin:-15px}.select-item-list-current{cursor:pointer;border-radius:30px;z-index:1;position:relative}.select-item-list-current:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;border:2px #e6d4d6 solid;border-radius:inherit;background-color:#fff;transition:border-color .3s ease-out,color .3s ease-out;pointer-events:none;z-index:-1}.select-item-list-current:after{--size:10px;content:"\f015";font-family:svg;position:absolute;z-index:2;line-height:1;width:var(--size);height:var(--size);font-size:var(--size);top:calc(50% - var(--size)/ 2);right:20px;transition:color .3s ease-out,transform .3s ease-out;display:inline-block}.select-item-list-current .select-item-list-option .text{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:10px}.select-item-list-option{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:10px;font-size:.875rem;font-weight:500;padding:var(--gap-vert) var(--gap-hor);line-height:normal;transition:color .3s ease-out}.select-item-list-option .icon{border-radius:50%;width:20px;height:20px}.select-item-list-options{--bdrs:10px;background-color:#fff;position:absolute;top:50%;width:100%;left:0;z-index:-1;border-radius:0 0 var(--bdrs) var(--bdrs);padding-top:23px;transition:transform .3s ease-out,opacity .3s ease-out;opacity:0;transform:scale(1,0);transform-origin:50% 0;pointer-events:none}.select-item-list-options li{cursor:pointer;position:relative}.select-item-list-options li.active{display:none}.select-item-list-options li.active:first-of-type+li:before{display:none}.select-item-list-options li:before{content:'';position:absolute;top:-1px;left:var(--gap-hor);right:var(--gap-hor);height:2px;width:auto;margin:auto;border-radius:2px;background-color:#e1e3e5;transition:background-color .3s ease-out}.select-item-list-options li:first-of-type:before{display:none}.select-item.active{z-index:5}.select-item.active .select-item-list{filter:drop-shadow(0 0 7.5px rgba(44, 53, 118, .19))}.select-item.active .select-item-list-current:after{transform:rotate(180deg)}.select-item.active .select-item-list-options{pointer-events:auto;opacity:1;transform:scale(1)}.quick-search{--gap:5px;--offset-y:-10px;--offset-x:14px;position:relative}.quick-search-btn{width:42px;height:42px;position:relative}.quick-search-btn .btn-icon{transition:color .3s ease-out,transform .3s ease-out,opacity .3s ease-out;position:absolute;position:absolute;left:0;top:0;width:100%;height:100%}.quick-search-btn .btn-search-close{transform:scale(0,0);opacity:0}.quick-search-btn .btn-search-close .icn-close{width:16px;height:16px;font-size:1rem}.quick-search-block{position:absolute;z-index:2;pointer-events:none;opacity:0;transition:transform .5s cubic-bezier(.17,.89,.32,1.1),opacity .5s cubic-bezier(.17,.89,.32,1.1);width:958px;right:calc(100% + var(--offset-x));top:var(--offset-y)}.quick-search-block-form{height:var(--top-nav-height);padding-top:6px}.quick-search-block-results{background-color:#fff;margin-top:-57px;padding-top:63px;border-radius:24px 24px 10px 10px;overflow:hidden;box-shadow:0 0 25px rgba(118,44,74,.15);display:none}.quick-search-form{position:relative}.quick-search-form-icon{position:absolute;left:calc(100% + 25px);top:0;pointer-events:none;z-index:2;height:100%;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:1.375rem;color:#6d82a0;transition:transform .5s cubic-bezier(.17,.89,.32,1.06),left .5s cubic-bezier(.17,.89,.32,1.06)}.quick-search-form-input .input-wrap-search{--padding-hor:62px}.quick-search-form-input .input-wrap-search input{height:50px;padding-right:160px}.quick-search-form-input .input-wrap-search.focus .placeholder,.quick-search-form-input .input-wrap-search.not-empty .placeholder{opacity:0}.quick-search-form-input .input-wrap-search.focus input,.quick-search-form-input .input-wrap-search.not-empty input{padding:calc(var(--padding-vert) - var(--border-width)) calc(var(--padding-hor) - var(--border-width))}.quick-search-form-submit{--submit-offset:5px;position:absolute;right:var(--submit-offset);top:var(--submit-offset);transform:scale(0,0);opacity:0;transition:transform .5s cubic-bezier(.17,.89,.32,1.2),left .5s cubic-bezier(.17,.89,.32,1.2)}.quick-search-results-exist{display:none}.quick-search-results-empty{display:none;padding:12px 30px 25px}.quick-search-results-empty p{color:#222}.quick-search-results-list{padding:0 30px;max-height:327px}.quick-search-results-list .simplebar-vertical{bottom:20px}.quick-search-results-list li{border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 9px) 1;border-left:none;border-right:none;padding:14px 0}.quick-search-results-list li:first-of-type{border-top:none}.quick-search-results-list li:last-of-type{border-bottom:none}.quick-search-item{--offset-button:87px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;position:relative;gap:25px;padding-right:var(--offset-button)}.quick-search-item .img{width:61px;overflow:hidden;border-radius:5px}.quick-search-item .img img{height:70px;width:100%;object-fit:cover;transition:transform .3s ease-out}.quick-search-item .text{-ms-flex:1;flex:1}.quick-search-item .title{margin-bottom:15px;font-size:.875rem;line-height:1.4;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.quick-search-item .title a{transition:color .3s ease-out}.quick-search-item .price{font-size:1rem}.quick-search-item .price-old{font-size:.75rem;position:relative;top:-1px}.quick-search-item .button{position:absolute;right:0;top:0;height:100%;width:var(--offset-button);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.quick-search.opened-search .quick-search-btn .btn-search-nav{transform:scale(0,0);opacity:0}.quick-search.opened-search .quick-search-btn .btn-search-close{opacity:1;transform:scale(1)}.quick-search.opened-search .quick-search-block{pointer-events:auto;opacity:1;transform:translateY(0)}.quick-search.opened-search .quick-search-form-icon{opacity:1;transform:scale(1,1)}.quick-search.opened-search .quick-search-form-submit{transform:scale(1,1);opacity:1}.cart-menu{--gap:25px;position:fixed;z-index:11;right:0;top:0;bottom:0;margin:auto;width:434px;background-color:#f8f3f4;box-shadow:-2px 0 20px rgba(0,0,0,.15);transition:transform .3s ease-out,opacity .3s ease-out;opacity:0;transform:translateX(100%);pointer-events:none}.cart-menu:before{content:'';position:absolute;right:100%;width:100vw;height:100%;background-color:rgba(17,23,33,.45);z-index:-1}.cart-menu.opened{opacity:1;transform:scale(1);pointer-events:auto}.cart-menu-wrap{height:calc(var(--vh) * 100);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.cart-menu-top{-ms-flex:0 0 auto;flex:0 0 auto;background-color:#feeaed;padding:15px var(--gap);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.cart-menu-top .title{color:#062045;line-height:1.4;font-weight:600;font-size:1.125rem}.cart-menu-top .title[data-count]:after{content:" (" attr(data-count) ")"}.cart-menu-top .title[data-count="0"]:after{display:none}.cart-menu-list{-ms-flex:1 1 auto;flex:1 1 auto;min-height:0}.cart-menu-list-empty{padding:20px var(--gap)}.cart-menu-list-empty .text{background-color:#e6e7ef;border-radius:15px;padding:15px var(--gap)}.cart-menu-list-empty .text p{font-size:1rem;font-weight:500;color:#062045;line-height:1.8}.cart-menu-list-wrap{padding-top:20px;height:100%}.cart-menu-list-wrap li{--item-gap:15px;--item-padding:15px;--side-padding:40px;position:relative}.cart-menu-list-wrap li:before{content:'';position:absolute;top:0;bottom:0;left:var(--gap);right:var(--side-padding);border:1px solid transparent;--border-color:#E6D4D6;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 9px) 1;border-left:none;border-right:none;pointer-events:none}.cart-menu-list-wrap li:first-of-type:before{border-top:none}.cart-menu-list-wrap li:first-of-type .cart-item{padding-top:0}.cart-menu-list-wrap li:last-of-type:before{border-bottom:none}.cart-menu-list-wrap .simplebar-track{right:19px}.cart-menu-list-wrap .simplebar-vertical{top:20px}.cart-menu-bottom{-ms-flex:0 0 auto;flex:0 0 auto;background-color:#feeaed;box-shadow:0 -1px 16px rgba(44,53,118,.13);position:relative;z-index:2;padding:15px var(--gap) 20px}.cart-menu-total{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px}.cart-menu-total p{color:#222;font-weight:500;line-height:auto}.cart-menu-checkout .btn{width:100%}.cart-menu-empty{display:none;padding-top:5px}.cart-menu-empty .btn{width:100%}.cart-item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:10px;padding:var(--item-padding) var(--side-padding) var(--item-padding) var(--gap)}.cart-item-left{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:var(--item-gap);width:243px}.cart-item-right{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:var(--item-gap);-ms-flex:1;flex:1;-ms-flex-pack:end;justify-content:flex-end}.cart-item .img{width:70px;width:70px;overflow:hidden;border-radius:5px}.cart-item .img img{width:100%;display:block;object-fit:cover;height:80px;transition:transform .3s ease-out}.cart-item .img a{display:block}.cart-item .text{-ms-flex:1;flex:1}.cart-item .title{font-size:.75rem;line-height:1.4;font-weight:500;line-height:1.4}.cart-item .title a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;transition:color .3s ease-out}.cart-item .count-block{margin-top:10px}.cart-item .price{display:block;text-align:right}.cart-item .price-old{font-size:.6875rem}.btn-cart-remove{transition:color .3s ease-out;width:18px;height:18px;font-size:1.125rem;line-height:1;z-index:1;color:#aeaeae;position:relative}.btn-cart-remove:before{content:'';position:absolute;inset:-10px;border-radius:50%;background-color:#de4346;z-index:-1;opacity:0;transform:scale(1.3,1.3);transition:transform .3s ease-out,opacity .3s ease-out}.products-grid{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.products-grid-item{width:234px}.product-item{--bdrs:15px;padding:5px;border-radius:15px;position:relative;background-color:#fff;transition:border-radius .3s ease-out,filter .3s ease-out;border-radius:var(--bdrs)}.product-item-labels{position:absolute;left:0;top:0;padding:10px;z-index:3;pointer-events:none}.product-item-labels ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px}.product-item-label{padding:4px 12px;border-radius:5px;text-transform:uppercase;letter-spacing:.09em;line-height:1.2;font-size:.75rem;font-weight:700}.product-item-label-new{background-color:#2c3576;color:#f6d8df}.product-item-label-hit{background-color:#f6d8df;color:#2c3576}.product-item-label-sale{background-color:#de4346;color:#fff}.product-item-img{position:relative;overflow:hidden;border-radius:10px}.product-item-img .img img{width:100%;object-fit:cover;height:230px}.product-item-img .video{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;opacity:0;pointer-events:none;transition:opacity .3s ease-out;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;overflow:hidden;transition-delay:0s}.product-item-img .video iframe{object-fit:cover;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.product-item-text{padding:15px 5px 10px}.product-item-text .title{font-size:.75rem;line-height:1.4;font-weight:500;border-bottom:#e6d4d6 solid 2px;padding-bottom:10px}.product-item-text .title a{display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;transition:color .3s ease-out}.product-item-text .price{padding-top:10px;font-size:1rem}.product-item-text .price-old{font-size:.75rem;position:relative;top:-2px}.product-item-addition{--offset:15px;--side-padding:10px;position:absolute;top:calc(100% - var(--offset));left:0;width:100%;background-color:#fff;opacity:0;pointer-events:none;transform:scale(1,0);transform-origin:50% 0;transition:transform .3s ease-out,opacity .3s ease-out;padding:5px var(--side-padding) 15px;border-radius:0 0 var(--bdrs) var(--bdrs)}.product-item-addition-options{padding:5px 0;--igap:12px}.product-item-addition-options>*{margin-bottom:var(--igap)}.product-item-addition-options>:last-child{margin-bottom:0}.product-item-addition-options .select-item-title{margin-bottom:5px;margin-bottom:5px}.product-item-addition-options .select-item-title p{font-size:.75rem;line-height:1.2}.product-item-addition-options .select-item-list{--gap-hor:16px;--gap-vert:9px}.product-item-addition-options .select-item-list-current:before{background-color:#fff7f8}.product-item-addition-options .select-item-list-current:after{right:14px;--size:8px;font-weight:700}.product-item-addition-options .select-item-list-option{font-size:.75rem;gap:10px}.product-item-addition-options .select-item-list-option .icon{width:18px;height:18px}.product-item-addition-options .select-item-list-options{padding-top:16px}.product-item-addition-buttons{padding-top:5px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;gap:10px;line-height:1}.product-item-addition-buttons-left{-ms-flex:1;flex:1}.product-item-addition-buttons-right{position:relative}.product-item-addition-buttons .btn-product-cart{width:100%;height:42px}.product-item-addition-buttons .btn-product-favs{--size:42px;--icon-size:22px}.product-item-meta{display:none}.btn-product-cart .cart-not{transition:transform .3s ease-out,opacity .3s ease-out}.btn-product-cart .cart-in{position:absolute;left:0;top:0;width:100%;height:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transition:transform .3s ease-out,opacity .3s ease-out;opacity:0;transform:scale(0,0)}.btn-product-cart.active:not(:hover){color:#062045}.btn-product-cart.active:before{background:#d8dbef}.btn-product-cart.active .cart-not{opacity:0;transform:scale(0,0)}.btn-product-cart.active .cart-in{transform:scale(1,1);opacity:1}.header-main-slider .swiper-pagination{--offset:-4px}.header-main-slider-item .img{display:none}.header-main-slider-item .img img{width:100%}.main-categories{padding:21px 0 20px}.main-categories-block-slider{--scroll-offset:32px;padding-bottom:var(--scroll-offset);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.main-categories-block-slider .slider-buttons{--offset:30px}.main-categories-block-slider .swiper-scrollbar{top:auto;bottom:calc(var(--scroll-offset) * -1);height:2px;background-color:#ccd1d8}.main-categories-block-slider .swiper-scrollbar-drag{top:-1px;height:4px;background-image:linear-gradient(126.49deg,#2c3576 19.79%,#3d4186 93.75%)}.main-categories-item{overflow:hidden;text-align:center;--border:5px;--side-offset:10px;padding:0 var(--side-offset)}.main-categories-item .img{border-radius:50%;overflow:hidden;overflow:hidden;background-color:#fff;padding:var(--border);margin-bottom:15px;transition:background-color .3s ease-out}.main-categories-item .img img{aspect-ratio:1/1;width:100%;border-radius:inherit}.main-categories-item .title{margin:0 calc(var(--side-offset) * -1)}.main-categories-item .title p{color:#222;line-height:1.4;font-weight:500;transition:color .3s ease-out}.main-bestsellers{padding:70px 0 90px}.main-new{padding:70px 0 90px;background-color:#f7e9eb}.main-sale{padding:90px 0 110px}.catalog{padding:40px 0 90px;z-index:2}.catalog.opened{z-index:11}.catalog-block{gap:30px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog-block-left{width:234px;width:234px}.catalog-block-right-top{margin-bottom:20px}.catalog-block-right-items{margin-bottom:30px}.catalog-block-right-items:last-child{margin-bottom:0}.catalog-block-right-more{margin-bottom:10px;text-align:center}.catalog-block-right-pagination{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.catalog-block-empty{background:#f7e9eb;border-radius:15px;padding:30px;width:100%}.catalog-block-empty p{font-weight:500;color:#222;line-height:1.2;font-size:1rem}.catalog-block-empty p span{color:#2c3576}.catalog-panel-top{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:end}.catalog-panel-top-right{width:234px}.catalog-panel-top-right .select-item-list-current:before{border-color:#f2c4ce;background-color:#f8f3f4}.catalog-panel-top-right .select-item-list-option{font-weight:400;font-size:.75rem}.catalog-panel-filters{display:none;margin-top:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.catalog-panel-filters ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.filters-container{opacity:0;transition:transform .3s ease-out,opacity .3s ease-out}.filters-container.visible{opacity:1}.filters-container.opened{transform:translateX(0)}.filters-container.opened:after{opacity:.45;pointer-events:auto}.filters-top{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;padding-top:9px;padding-bottom:20px;position:relative}.filters-top:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px}.filters-top-left .title{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:15px;text-transform:uppercase;letter-spacing:.04em;color:#062045}.filters-top-left .title i{font-size:1.125rem}.filters-top-right{line-height:1}.filters-content-list{position:relative}.filters-content-list:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px}.filters-content-list ul{padding:20px 0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.filters-content-list .filter-active-item,.filters-content-list .filter-active-reset{height:36px;padding:0 15px}.filters-content-list .filter-active-item .icn-close,.filters-content-list .filter-active-reset .icn-close{--close-size:8px;top:-1px}.filters-bottom{background-color:#feeaed;padding:15px var(--container-padding);box-shadow:0 -1px 15px rgba(44,53,118,.13)}.filters-bottom .btn,.filters-bottom .btn-hollow{width:100%;transition:transform .3s ease-out,opacity .3s ease-out,color .3s ease-out}.filters-bottom-buttons{position:relative}.filters-bottom .btn-filters-bottom-apply{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;pointer-events:none;transform:scale(.5,.5)}.filters-bottom.active .btn-filters-bottom-close{pointer-events:none;opacity:0;transform:scale(.5,.5)}.filters-bottom.active .btn-filters-bottom-apply{opacity:1;transform:scale(1,1);pointer-events:auto}.filters-block{padding:20px 0;position:relative}.filters-block:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px}.filters-block-title{cursor:pointer;position:relative;--dropdown-size:10px;color:#062045;transition:color .3s ease-out}.filters-block-title:after{content:"\f015";font-family:svg;position:absolute;width:var(--dropdown-size);height:var(--dropdown-size);font-size:var(--dropdown-size);display:-ms-inline-flexbox;display:inline-flex;transition:transform .3s ease-out;right:0;top:calc(50% - var(--dropdown-size)/ 2);transform:rotate(-180deg)}.filters-block-title p{line-height:1.2;font-weight:500;color:inherit}.filters-block-content ul{--igap:10px}.filters-block-content ul>*{margin-bottom:var(--igap)}.filters-block-content ul>:last-child{margin-bottom:0}.filters-block-content-list{padding-top:15px}.filters-block-content-hidden{padding-top:10px;display:none}.filters-block-content-button{margin-top:15px;display:none}.filters-block-content-button.visible{display:block}.filters-block.active .filters-block-title:after{transform:rotate(0)}.filter-item{color:#464646}.filter-item p{font-size:.75rem;line-height:1.6;color:inherit}.filter-item-left{-ms-flex:1;flex:1}.filter-item-right{color:#a4a8b0}.filter-item-link{--disk-size:6px;--disk-offset:16px}.filter-item-link a{display:block;padding-left:var(--disk-offset);transition:color .3s ease-out;position:relative}.filter-item-link a:before{content:'';position:absolute;background-color:#f2c4ce;border-radius:50%;width:var(--disk-size);height:var(--disk-size);display:-ms-inline-flexbox;display:inline-flex;left:0;top:calc(50% - var(--disk-size)/ 2);transition:transform .3s ease-out}.filter-item-check{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:15px}.filter-active-item,.filter-active-reset{cursor:pointer;font-size:.75rem;font-weight:500;height:42px;border-radius:50px;padding:0 20px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:15px;z-index:1;transition:color .3s ease-out}.filter-active-item span,.filter-active-reset span{-ms-flex:1;flex:1}.filter-active-item{color:#062045;z-index:1;--anim-offset:10px;position:relative}.filter-active-item:after,.filter-active-item:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.filter-active-item:before{inset:0;background-color:#f7e0e5}.filter-active-item:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.filter-active-item:after{background-color:#de4346}.filter-active-item .icn-close{--close-size:8px;position:relative;top:-1px}.filter-active-reset{cursor:pointer;color:#585858;z-index:1;--anim-offset:10px;position:relative}.filter-active-reset:after,.filter-active-reset:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.filter-active-reset:before{inset:0;border:2px solid #f2c4ce}.filter-active-reset:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.filter-active-reset:after{background-color:#de4346}.filter-active-reset .icon{font-size:1.125rem;display:-ms-inline-flexbox;display:inline-flex;line-height:1}.btn-filters-more{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:42px;border-radius:50px;font-size:.75rem;color:#585858;font-weight:500;z-index:1;--anim-offset:10px;position:relative}.btn-filters-more:after,.btn-filters-more:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-filters-more:before{inset:0;border:#f2c4ce solid 2px}.btn-filters-more:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.btn-filters-close-top{display:-ms-inline-flexbox;display:inline-flex;line-height:1;color:#aeaeae}.btn-filters-close-top i{--close-size:17px}.btn-catalog-more{font-size:.875rem;font-weight:500;text-decoration:underline;color:#062045;padding:10px 15px;z-index:1;--anim-offset:10px;position:relative;border-radius:50px;transition:color .3s ease-out}.btn-catalog-more:after,.btn-catalog-more:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-catalog-more:before{inset:0}.btn-catalog-more:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.btn-catalog-filter-mobile{border-radius:50px;font-size:.875rem;font-weight:500;letter-spacing:.04em;color:#062045;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:15px;background-color:#f2c4ce;height:42px;padding:0 34px;text-transform:uppercase}.btn-catalog-filter-mobile i{display:-ms-inline-flexbox;display:inline-flex;line-height:1;font-size:1.125rem}.btn-catalog-filter-mobile[data-count="0"]:after{display:none}.btn-catalog-filter-mobile:after{content:"(" attr(data-count) ")";margin-left:-5px}.product{padding-bottom:90px}.product-block-top{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:60px}.product-block-top-left{width:410px;position:relative;z-index:2;padding-top:7px}.product-block-top-right{width:528px;background-color:#f8f3f4}.product-info-article{margin-bottom:15px}.product-info-article p{line-height:1.4;font-size:.875rem;font-weight:500;color:#90959f}.product-info-title{margin-bottom:15px}.product-info-title .h3{line-height:1.4}.product-info-price{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:12px}.product-info-price .price{font-size:1.5rem;line-height:1.4}.product-info-price .price-default{color:#e97b8b}.product-info-price .price-old{font-size:1rem;position:relative;top:-3px}.product-info-options{width:264px;--igap:11px}.product-info-options>*{margin-bottom:var(--igap)}.product-info-options>:last-child{margin-bottom:0}.product-info-options:has(*){padding-bottom:20px}.product-info-options:not(:has(*)){padding-bottom:10px}.product-info-options .select-item-title{margin-bottom:7px}.product-info-bottom{padding:20px 0;border-top:2px solid #e6d4d6;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;justify-content:space-between;gap:20px}.product-info-bottom-count{width:206px}.product-info-bottom-count .count-block{width:100%;padding:5px}.product-info-bottom-count .count-block .btn-count{--btn-size:41px;--btn-icon:13px}.product-info-bottom-count .count-block .input-number{width:50px}.product-info-bottom-count .count-block .input-number input{font-size:.875rem}.product-info-bottom-cart{-ms-flex:1;flex:1}.product-info-bottom-cart .btn-product-cart{width:100%}.product-info-bottom-favs{position:relative}.product-info-items ul{--igap:15px}.product-info-items ul>*{margin-bottom:var(--igap)}.product-info-items ul>:last-child{margin-bottom:0}.product-info-item{background-color:#e6e7ef;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;padding:15px 20px;gap:30px;border-radius:10px;transition:background-color .3s ease-out,color .3s ease-out}.product-info-item .icon{--size:48px;--icon-size:22px;width:var(--size);height:var(--size);font-size:var(--icon-size);line-height:1;color:#feeaed;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;align-items:center;justify-content:center;border-radius:50%;z-index:1;transition:color .3s ease-out;position:relative}.product-info-item .icon:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;background-image:linear-gradient(126.49deg,#2c3576 19.79%,#3d4186 93.75%);border-radius:inherit;z-index:-1;transition:transform .3s ease-out,opacity .3s ease-out;pointer-events:none}.product-info-item .text{-ms-flex:1;flex:1;--igap:9px}.product-info-item .text>*{margin-bottom:var(--igap)}.product-info-item .text>:last-child{margin-bottom:0}.product-info-item .title{color:#062045;font-weight:600;font-size:.875rem;transition:color .3s ease-out;line-height:1.4}.product-info-item p{font-size:.75rem;transition:color .3s ease-out;line-height:1.4}.product-info-item p a{color:#062045;text-decoration:underline;transition:color .3s ease-out}.product-gallery{position:relative}.product-gallery .product-item-label{font-size:1rem;border-radius:8px}.product-gallery .swiper-pagination{--size:8px;--gap:15px;--offset:-3px;bottom:18px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;gap:var(--gap)}.product-gallery .swiper-pagination-bullet{width:var(--size);height:var(--size);margin:0!important;border:#ccd1d8 solid 1px;background-color:#f8f3f4;opacity:1;transition:border-color .3s ease-out,background-color .3s ease-out;position:relative}.product-gallery .swiper-pagination-bullet:before{content:'';position:absolute;inset:var(--offset);border:#062045 solid 1px;border-radius:50%;transition:transform .3s ease-out,opacity .3s ease-out;opacity:0;transform:scale(1.5,1.5)}.product-gallery .swiper-pagination-bullet-active{background-color:#062045;border-color:#062045;pointer-events:none}.product-gallery .swiper-pagination-bullet-active:before{opacity:1;transform:scale(1)}.product-gallery-main{margin-bottom:20px}.product-gallery-main .btn-slider[disabled]{opacity:1;color:#7f8397}.product-gallery-main-item{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.product-gallery-main-item-video.iframe-loaded .img{opacity:0}.product-gallery-main-item .img{position:relative;z-index:2}.product-gallery-main-item .video{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1}.product-gallery-main-item .img,.product-gallery-main-item .video{overflow:hidden;border-radius:15px;transition:opacity .3s ease-out;pointer-events:none}.product-gallery-main-item .img:before,.product-gallery-main-item .video:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:#062045;transition:opacity .3s ease-out;pointer-events:none;opacity:0}.product-gallery-main-item .img iframe,.product-gallery-main-item .img img,.product-gallery-main-item .video iframe,.product-gallery-main-item .video img{width:100%;display:block;object-fit:cover;height:438px}.product-gallery-thumbs .swiper-slide-thumb-active .product-gallery-thumbs-item:before{border-color:#062045}.product-gallery-thumbs-item{border-radius:50%;overflow:hidden;background-color:#fff;padding:5px;cursor:pointer;position:relative}.product-gallery-thumbs-item:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;pointer-events:none;border-radius:inherit;border:#d4dae1 solid 2px;transition:border-color .3s ease-out}.product-gallery-thumbs-item-video{cursor:pointer}.product-gallery-thumbs-item-video .img{position:relative}.product-gallery-thumbs-item-video .img:after,.product-gallery-thumbs-item-video .img:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;pointer-events:none}.product-gallery-thumbs-item-video .img:before{background-color:#062045;opacity:.3;transition:opacity .3s ease-out}.product-gallery-thumbs-item-video .img:after{content:"\f010";font-family:svg;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#fff;transition:color .3s ease-out;font-size:1.625rem}.product-gallery-thumbs-item .img{aspect-ratio:1/1;position:relative;border-radius:50%;overflow:hidden}.product-gallery-thumbs-item .img img{width:100%;height:100%;object-fit:cover}.product-tabs{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-tabs-left{width:353px;padding:40px 30px 40px 58px;position:relative}.product-tabs-left:before{content:'';position:absolute;border:1px solid transparent;--border-color:#E6D4D6;transition:border .3s ease-out;border-image:repeating-linear-gradient(0deg,var(--border-color) 0 5px,transparent 5px 10px) 1;top:0;right:-1px;height:100%}.product-tabs-left ul{--igap:25px}.product-tabs-left ul>*{margin-bottom:var(--igap)}.product-tabs-left ul>:last-child{margin-bottom:0}.product-tabs-left li{--line-width:17px;--line-offset:30px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;color:#9aa6b1;font-weight:500;font-size:.875rem;padding-left:0;transition:color .3s ease-out,padding-left .3s ease-out;position:relative}.product-tabs-left li:before{content:'';position:absolute;left:0;top:calc(50% - 1px);height:2px;width:var(--line-width);border-radius:2px;background-color:currentColor;transition:transform .3s ease-out,opacity .3s ease-out;pointer-events:none;transform:scale(0,1);transform-origin:0 50%}.product-tabs-left li.active{color:#062045;padding-left:var(--line-offset)}.product-tabs-left li.active:before{transform:scale(1,1)}.product-tabs-right{--tab-height:206px;--tab-padding:40px;position:relative;-ms-flex:1;flex:1;min-width:0;padding:var(--tab-padding) 50px var(--tab-padding) 60px}.product-tabs-content{position:relative;--igap:10px}.product-tabs-content>*{margin-bottom:var(--igap)}.product-tabs-content>:last-child{margin-bottom:0}.product-tabs-item{transition:transform .3s ease-out,opacity .3s ease-out}.product-tabs-item-title{display:none;text-align:center;padding:12px;background-color:#fff;font-weight:500;color:#9aa6b1;border-radius:10px;transition:background-color .3s ease-out,color .3s ease-out}.product-tabs-item-title p{color:inherit}.product-tabs-item-desc{transition:all .3s ease-out}.product-tabs-item-desc .scroll-container{max-height:var(--tab-height)}.product-tabs-item-desc .scroll-container .simplebar-vertical{right:-1px;top:0;bottom:0}.product-tabs-item-desc .content li,.product-tabs-item-desc .content p{font-size:.875rem;color:#585858;line-height:1.8}.product-table-item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1.8;padding:17px 0;gap:20px;position:relative}.product-table-item:after{content:'';position:absolute;border:1px solid transparent;--border-color:#D5D6E4;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 3px,transparent 3px 6px) 1;bottom:-1px;width:100%}.product-table-item:first-of-type{padding-top:0}.product-table-item:last-of-type{padding-bottom:0}.product-table-item:last-of-type:after{display:none}.product-table-item .title{color:#6d82a0;font-weight:600;width:48%;text-transform:uppercase}.product-table-item .desc{-ms-flex:1;flex:1;color:#585858}.product-related{padding-bottom:80px}.stock{--circle-size:4px;--circle-offset:10px;padding-left:calc(var(--circle-offset) + var(--circle-size));font-weight:600;font-size:.875rem;position:relative}.stock:before{content:'';position:absolute;top:calc(50% - var(--circle-size)/ 2);border-radius:50%;left:0;width:var(--circle-size);height:var(--circle-size);background-color:currentColor}.stock-in{color:#268658}.stock-not{color:#de4346}.about-block{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;gap:88px;position:relative}.about-block-left{-ms-flex:1;flex:1}.about-block-left-title{margin-bottom:20px;color:#062045}.about-block-left-text{--igap:10px}.about-block-left-text>*{margin-bottom:var(--igap)}.about-block-left-text>:last-child{margin-bottom:0}.about-block-left-text p{line-height:1.76}.about-block-left-text p:first-child{font-weight:500;color:#222;margin-bottom:15px}.about-block-left-bottom{margin-top:35px;padding-top:30px;position:relative}.about-block-left-bottom:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;top:-1px}.about-block-right{width:410px}.about-block .el1{right:0;bottom:0;width:205px;right:-204px;bottom:-80px;transform:translateX(-100%);transition:opacity 1s cubic-bezier(.34,1.56,.64,1),transform 1s cubic-bezier(.34,1.56,.64,1);transform:translateX(-100%) rotate(-45deg)}.about-block .el1.visible{transform:translateX(0);opacity:1}.about-block .el1 .img{transition:transform .3s ease-out,opacity .3s ease-out}.about-block .el1 img{width:100%}.about-img{overflow:hidden;border-radius:20px;background-color:#fff;position:relative;width:100%;transition:background-color 1s ease-out}.about-img.visible{background-color:#e698a8}.about-img.visible .img img{opacity:1;transform:scale(1)}.about-img .logo{z-index:1;--logo-height:104px;position:absolute;left:0;right:0;margin:auto;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;top:44px;opacity:0;pointer-events:none;transition:transform .3s ease-out,opacity .3s ease-out;transform:translateY(-20%);--first-color:#D83666;--second-color:#FEEAED}.about-img .logo.done{opacity:.4;transform:translateY(0)}.about-img .logo-wrap{transition:transform .3s ease-out,opacity .3s ease-out}.about-img .img{--offset:0px;position:absolute;bottom:0;left:var(--offset);right:var(--offset);margin:auto;z-index:2;transition:transform .3s ease-out}.about-img .img img{width:100%;transition:transform .5s ease-out 0s,opacity .5s ease-out 0s;opacity:0;transform:translateY(20%)}.stats-block ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.stats-block li{min-width:234px}.stats-item .numbers{color:#f6a4b0;font-size:3.875rem;font-weight:800;line-height:1;margin-bottom:5px;transition:color .3s ease-out}.stats-item p{transition:color .3s ease-out}.advantages{padding:90px 0 110px}.advantages-block-header p{line-height:1.8}.advantages-block-items ul{display:-ms-grid;display:grid;--grid-cols:4;-ms-grid-columns:(1fr) [var];grid-template-columns:repeat(var(--grid-cols),1fr);gap:30px}.advantages-block-items li{transition:transform .5s ease-out 0s,opacity .5s ease-out 0s;opacity:0;transform:scale(.5,.5)}.advantages-block-items li:nth-of-type(1){transition-delay:.15s}.advantages-block-items li:nth-of-type(2){transition-delay:.3s}.advantages-block-items li:nth-of-type(3){transition-delay:.45s}.advantages-block-items li:nth-of-type(4){transition-delay:.6s}.advantages-block-items li:nth-of-type(5){transition-delay:.75s}.advantages-block-items li:nth-of-type(6){transition-delay:.9s}.advantages-block-items li:nth-of-type(7){transition-delay:1.05s}.advantages-block-items li:nth-of-type(8){transition-delay:1.2s}.advantages-block-items.visible li{opacity:1;transform:scale(1)}.advantages-item{background-color:#f7e9eb;border-radius:15px;padding:35px 25px;height:100%;transition:background-color .3s ease-out,color .3s ease-out}.advantages-item .icon{width:46px;height:46px;font-size:2.875rem;line-height:1;margin-bottom:25px;color:#f6a4b0;transition:color .3s ease-out}.advantages-item .title{margin-bottom:10px;font-weight:600;color:#2c3576;line-height:1.4;font-size:1rem}.advantages-item p{line-height:1.8}.contacts{padding-bottom:80px}.contacts-block{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end;gap:88px;position:relative}.contacts-block-left-top{--igap:10px;padding-bottom:20px}.contacts-block-left-top>*{margin-bottom:var(--igap)}.contacts-block-left-top>:last-child{margin-bottom:0}.contacts-block-left-top .h2{margin-bottom:20px;line-height:1.2;color:#062045}.contacts-block-left-top p{line-height:1.8}.contacts-block-left-top p i{color:#2c3576;font-weight:600}.contacts-block-left-items{position:relative;padding:20px 0;margin-bottom:1px}.contacts-block-left-items:after,.contacts-block-left-items:before{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;left:0}.contacts-block-left-items:before{top:-1px}.contacts-block-left-items:after{bottom:-1px}.contacts-block-left-items .contacts-item-title p{color:#6d82a0}.contacts-block-left-items .contacts-item-content{color:#062045}.contacts-block-right{width:528px}.contacts-block .el1{width:233px;right:-102px;bottom:-31px}.contacts-block .el1 img{width:100%}.contacts-items{--igap:15px}.contacts-items>*{margin-bottom:var(--igap)}.contacts-items>:last-child{margin-bottom:0}.contacts-item-title{margin-bottom:10px}.contacts-item-title p{font-weight:500;line-height:1.8}.contacts-item-content{font-size:.875rem}.contacts-item-content a{transition:color .3s ease-out}.form-contacts{border-radius:20px;background-color:#f7e9eb;padding:30px 35px 25px;--igap:20px}.form-contacts>*{margin-bottom:var(--igap)}.form-contacts>:last-child{margin-bottom:0}.form-contacts-top .h4{margin-bottom:10px;line-height:1.4;color:#062045}.form-contacts-top p{line-height:1.8}.form-contacts-fields{margin-bottom:15px}.form-contacts-submit .btn{width:158px}.faq{padding:10px 0 60px}.faq-block{--igap:30px;width:850px;max-width:100%;margin-inline:auto}.faq-block>*{margin-bottom:var(--igap)}.faq-block>:last-child{margin-bottom:0}.faq-block-panel ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;gap:15px}.faq-block-panel li{padding:15px 32px;border-radius:50px;cursor:pointer;font-weight:500;font-size:.875rem;white-space:nowrap;color:#818181;z-index:1;--anim-offset:10px;position:relative}.faq-block-panel li:after,.faq-block-panel li:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.faq-block-panel li:before{inset:0;border:#f2c4ce solid 2px}.faq-block-panel li:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.faq-block-panel li:after{background-color:#f2c4ce}.faq-block-panel li.active{color:#062045;pointer-events:none}.faq-block-panel li.active:after{transform:scale(1,1);opacity:1;inset:0}.faq-block-tabs-item{height:0;transition:height .3s ease-out,opacity .3s ease-out;border-radius:15px;opacity:0;pointer-events:none}.faq-block-tabs-item.active{opacity:1;height:auto;height:var(--tab-height);pointer-events:auto}.faq-block-bottom{padding:20px 30px;background-color:#f7e9eb;border-radius:15px;text-align:center}.faq-block-bottom p{color:#062045;line-height:1.8;font-weight:500}.faq-block-bottom a{text-decoration:underline;transition:color .3s ease-out}.faq-list{--igap:12px}.faq-list>*{margin-bottom:var(--igap)}.faq-list>:last-child{margin-bottom:0}.faq-item{--padding:20px;--side-padding:30px;padding:20px 30px;border-radius:15px;background-color:#fff;padding:0 calc(var(--side-padding) - 5px) 0 var(--side-padding);position:relative}.faq-item:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;pointer-events:none;border-radius:inherit;border:2px solid rgba(240,235,236,.35);transition:border-color .3s ease-out,color .3s ease-out}.faq-item-title{--offset:32px;--size:10px;position:relative;cursor:pointer;padding:var(--padding) var(--offset) var(--padding) 0;color:#222;transition:color .3s ease-out}.faq-item-title:after{content:"\f015";font-family:svg;position:absolute;display:-ms-inline-flexbox;display:inline-flex;top:calc(50% - var(--size)/ 2);right:0;transition:transform .3s ease-out,color .3s ease-out;font-size:var(--size);font-weight:600;color:#2c3576}.faq-item-title p{font-weight:500;color:inherit;line-height:normal;letter-spacing:.02em}.faq-item-desc{position:relative;height:0;overflow:hidden;transition:height .3s ease-out}.faq-item-desc:before{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;top:-1px;left:0}.faq-item-desc:before{opacity:0;transition:opacity .3s ease-out;top:0}.faq-item-desc .content{padding:var(--padding) 0;letter-spacing:.02em}.faq-item.active .faq-item-title:not(:hover){color:#2c3576}.faq-item.active .faq-item-title:after{transform:rotate(-180deg)}.faq-item.active .faq-item-desc{margin-top:-1px;height:auto;height:var(--content-height)}.faq-item.active .faq-item-desc:before{opacity:1}.header-delivery .header-simple-block-content{width:850px;max-width:100%}.delivery{padding:40px 0 90px}.delivery-block{--igap:40px}.delivery-block>*{margin-bottom:var(--igap)}.delivery-block>:last-child{margin-bottom:0}.delivery-block-inner{padding:40px 58px;border-radius:20px;background-color:#f7e9eb}.delivery-block-inner-title .h4{margin-bottom:15px}.delivery-block-inner-title p{line-height:1.8}.delivery-block-inner-payment{background-color:#e6e7ef}.delivery-lists{display:-ms-grid;display:grid;--grid-cols:2;-ms-grid-columns:(1fr) [var];grid-template-columns:repeat(var(--grid-cols),1fr);gap:30px;margin-top:25px}.delivery-list{background-color:#f8f3f4;padding:20px 25px;border-radius:15px;position:relative}.delivery-list:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;border-radius:inherit;pointer-events:none;border:#e6d4d6 solid 1px;transition:border-color .3s ease-out,color .3s ease-out}.delivery-list:hover:before{border-color:#f5909f}.delivery-list:hover .delivery-list-title p{color:#f5909f}.delivery-list-title{padding-bottom:15px;position:relative;padding-bottom:15px}.delivery-list-title:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px;left:0}.delivery-list-title p{color:#2c3576;font-weight:600;line-height:1.4;font-size:1rem;transition:color .3s ease-out}.delivery-list-content{padding-top:15px}.delivery-list-content li{margin:10px 0}.payment-imgs{margin-top:15px}.payment-imgs ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.payment-imgs .img{height:70px;background-color:#f8f3f4;border-radius:10px;padding:0 40px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative}.payment-imgs .img:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:inherit;z-index:1;pointer-events:none;border:#c0cbd7 solid 1px;transition:border-color .3s ease-out,color .3s ease-out}.payment-imgs .img img{width:auto;height:100%}.payment-text{margin-top:20px}.payment-text p{line-height:1.8}.loyalty{padding:40px 0 90px}.loyalty-block{--igap:40px}.loyalty-block>*{margin-bottom:var(--igap)}.loyalty-block>:last-child{margin-bottom:0}.loyalty-block-inner{position:relative;padding-bottom:40px}.loyalty-block-inner:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px;left:0}.loyalty-block-inner-title{margin-bottom:25px;line-height:1.2}.loyalty-block-inner-title .title{margin-bottom:15px}.loyalty-block-inner-title p{line-height:1.8}.loyalty-block-inner-bottom{margin-top:25px}.loyalty-block-bottom{background-color:#f6d8df;border-radius:15px;overflow:hidden;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.loyalty-block-bottom-left{-ms-flex:1;flex:1;padding:45px 35px 55px 58px}.loyalty-block-bottom-left .title{margin-bottom:15px;line-height:1.8;color:#2c3576}.loyalty-block-bottom-left p{margin-top:10px;color:#222;line-height:1.8}.loyalty-block-bottom-left p b{color:#062045;font-weight:600}.loyalty-block-bottom-left p i{color:#585858}.loyalty-block-bottom-left p:last-of-type{margin-top:15px}.loyalty-block-bottom-right{width:316px}.loyalty-table-title{margin-bottom:20px}.loyalty-table-title .title{color:#2c3576;line-height:1.4}.loyalty-table-content{overflow-x:auto;overflow-y:hidden}.loyalty-table-content table{display:block;background-color:#fff;border-radius:15px;padding:15px 15px 0;--cols:2;--gap:30px;line-height:1.8;text-align:center;max-width:none;--min-width:270px;min-width:calc(var(--min-width) * var(--cols) + var(--gap) * (var(--cols) - 1) + 30px);position:relative}.loyalty-table-content table:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;pointer-events:none;border:#c0cbd7 solid 1px;border-radius:inherit;transition:border-color .3s ease-out,color .3s ease-out}.loyalty-table-content table thead{display:block}.loyalty-table-content table thead td{background-color:#f6d8df;text-transform:uppercase;color:#2c3576;font-size:.81875rem;border-radius:10px;height:53px;font-weight:600}.loyalty-table-content table tbody{display:block;padding:4px 0 2px}.loyalty-table-content table tbody tr{position:relative}.loyalty-table-content table tbody tr:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px;left:0}.loyalty-table-content table tbody tr:last-of-type:after{display:none}.loyalty-table-content table tbody td{padding:12px;font-size:.875rem}.loyalty-table-content table tr{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap);width:100%}.loyalty-table-content table td{width:calc((100% - var(--gap) * (var(--cols) - 1))/ var(--cols));min-width:270px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.custom-list-stars ul{--igap:20px}.custom-list-stars ul>*{margin-bottom:var(--igap)}.custom-list-stars ul>:last-child{margin-bottom:0}.custom-list-stars li{--size:38px;--gap:25px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;font-weight:500;color:#062045;min-height:var(--size);padding-left:calc(var(--size) + var(--gap));transition:color .3s ease-out;line-height:1.8;font-size:.875rem;position:relative}.custom-list-stars li:before{content:'';position:absolute;top:calc(50% - var(--size)/ 2);left:0;background-image:url(../img/svg/list-star.svg);width:var(--size);height:var(--size);background-position:center;background-size:100% 100%;line-height:1;transition:transform .3s ease-out}.terms{padding:40px 0 90px}.terms-block-content .content li{--li-offset:25px}.terms-block-content .content>:first-child{margin-top:0}.terms-block-content .content>:last-child{margin-bottom:0}.terms-block-content .content h2{font-size:1.3125rem;color:#062045;line-height:1.2;margin:30px 0 15px}.terms-block-content .content h3{text-transform:uppercase;line-height:1.2;font-size:1rem;margin:25px 0 15px}.terms-block-content .content p{line-height:1.8}.checkout{padding-bottom:60px}.checkout-block{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;gap:58px}.checkout-block-left-title{margin-bottom:10px}.checkout-block-right{width:440px}.checkout-order{position:sticky;top:100px}.checkout-tabs{counter-reset:checkout-tabs}.checkout-tabs .checkout-tab{counter-increment:checkout-tab}.checkout-tab{position:relative;padding:20px 0;position:relative;z-index:1}.checkout-tab:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#E6D4D6;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px;left:0}.checkout-tab:after{z-index:-1}.checkout-tab-title{--dropdown-size:12px;position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:20px;cursor:pointer}.checkout-tab-title:before{content:counter(checkout-tab);width:42px;height:42px;background-color:#f2c4ce;border-radius:50%;color:#2c3576;font-size:1rem;font-weight:600;line-height:1;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transition:background-color .3s ease-out,color .3s ease-out}.checkout-tab-title:after{content:"\f015";font-family:svg;position:absolute;width:var(--dropdown-size);height:var(--dropdown-size);font-size:var(--dropdown-size);display:-ms-inline-flexbox;display:inline-flex;transition:transform .3s ease-out,color .3s ease-out;right:2px;top:calc(50% - var(--dropdown-size)/ 2);pointer-events:none;color:#062045}.checkout-tab-title p{-ms-flex:1;flex:1;color:#222;font-size:1rem;font-weight:500;transition:color .3s ease-out}.checkout-tab-content{height:0;transition:height .3s ease-out,opacity .3s ease-out;opacity:0;pointer-events:none}.checkout-tab-content-wrap{position:relative;padding-top:40px}.checkout-tab-content-wrap:before{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#E6D4D6;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;top:-1px;left:0}.checkout-tab-content-wrap:before{top:20px;z-index:-1}.checkout-tab.active{z-index:5}.checkout-tab.active .checkout-tab-title:after{transform:rotate(-180deg)}.checkout-tab.active .checkout-tab-content{height:auto;height:var(--tab-height);opacity:1;pointer-events:auto}.checkout-tab .input-row{--gap-hor:20px}.checkout-user-panel{padding:5px;border-radius:50px;margin-bottom:15px;position:relative}.checkout-user-panel:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:inherit;pointer-events:none;z-index:1;opacity:.6;border:2px solid #f2c4ce;transition:border-color .3s ease-out,opacity .3s ease-out}.checkout-user-panel ul{display:-ms-flexbox;display:flex;gap:10px}.checkout-user-panel li{border-radius:50px;transition:background-color .3s ease-out,color .3s ease-out;color:#585858;text-transform:uppercase;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0 15px;height:51px;font-weight:500;cursor:pointer;font-size:.875rem;letter-spacing:.04em;position:relative}.checkout-user-panel li:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:inherit;pointer-events:none;z-index:1;opacity:.6;border:2px solid #f2c4ce;transition:border-color .3s ease-out,opacity .3s ease-out;display:none}.checkout-user-panel li.active{pointer-events:none;color:#062045;background-color:#f2c4ce}.checkout-user-tab{height:0;transition:height .3s ease-out,opacity .3s ease-out;opacity:0;pointer-events:none}.checkout-user-tab.active{opacity:1;height:var(--user-tab-height);overflow:visible;pointer-events:auto}.checkout-user-tab.active .checkout-user-tab-login-inner{pointer-events:none}.checkout-user-tab.active .checkout-user-tab-login-inner.active{pointer-events:auto}.checkout-user-tab-register-sign{background-color:#feeaed;border-radius:10px;padding:12px 20px;margin-bottom:20px}.checkout-user-tab-register-sign p{font-size:.75rem;line-height:1.8}.checkout-user-tab-register-sign p a,.checkout-user-tab-register-sign p button{text-decoration:underline;font-weight:500;color:#2c3576;transition:color .3s ease-out}.checkout-user-tab-login-inner{opacity:0;transition:height .3s ease-out,opacity .3s ease-out;height:0}.checkout-user-tab-login-inner.active{opacity:1;height:auto;height:var(--user-inner-height)}.checkout-shipping-block{position:relative;padding:25px 0 20px}.checkout-shipping-block:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#E6D4D6;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px;left:0}.checkout-shipping-block:first-of-type{padding-top:0}.checkout-shipping-block:last-of-type{padding-bottom:10px}.checkout-shipping-block:last-of-type:after{display:none}.form-checkout-user-inner{background-color:#fff;border-radius:20px;padding:30px}.form-checkout-user-login-title{margin-bottom:20px}.form-checkout-user-login-title .title{color:#062045;line-height:1.4}.form-checkout-user-login-fields{margin-bottom:15px}.form-checkout-user-login-fields:last-of-type{margin-bottom:0}.form-checkout-user-login-fields .input-wrap{margin-bottom:15px}.form-checkout-user-login-bottom{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.form-checkout-user-login-bottom .input-wrap-submit{width:234px}.form-checkout-user-login-bottom .input-wrap-submit .btn{width:100%}.form-checkout-user-password-title{margin-bottom:15px}.form-checkout-user-password-title .title{color:#062045;line-height:1.4}.form-checkout-user-password-title p{margin-top:15px;line-height:1.8;font-size:.75rem}.form-checkout-user-password-fields{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.form-checkout-user-password-fields .input-wrap-submit{width:179px}.form-checkout-user-password-fields .input-wrap-submit .btn{width:100%}.form-checkout-shipping-address .input-row{margin-bottom:15px}.form-checkout-shipping-type-radio{--igap:20px}.form-checkout-shipping-type-radio>*{margin-bottom:var(--igap)}.form-checkout-shipping-type-radio>:last-child{margin-bottom:0}.form-checkout-payment-radio{--igap:20px}.form-checkout-payment-radio>*{margin-bottom:var(--igap)}.form-checkout-payment-radio>:last-child{margin-bottom:0}.form-checkout-payment-radio .input-wrap-radio{--radio-offset:21px}.form-checkout-payment-radio .input-wrap-radio .text .img{height:24px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:center;align-content:center}.form-checkout-payment-radio .input-wrap-radio .text .img img{height:62px}.form-checkout-payment-radio .input-wrap-radio .text .img-payoneer img{height:56px}.form-checkout-confirm{--igap:15px}.form-checkout-confirm>*{margin-bottom:var(--igap)}.form-checkout-confirm>:last-child{margin-bottom:0}.form-checkout-confirm .input-wrap-check{--check-size:18px;--check-icon-size:14px;--check-offset:15px}.form-checkout-confirm .input-wrap-check .crossbrowser:before{border-color:#e6d4d6;background-color:#fff}.form-checkout-confirm .input-wrap-check .input input:checked~.crossbrowser:before{background-color:#fff}.form-checkout-confirm .input-wrap-check .text p{font-size:.75rem}.form-checkout-confirm .input-wrap-submit .btn{width:100%}.form-checkout-confirm .input-wrap-submit .btn[disabled]{color:#aeaeae}.form-checkout-confirm .input-wrap-submit .btn[disabled]:before{background-color:#fff}.checkout-order{background-color:#fff;box-shadow:0 0 25px rgba(118,44,74,.15);border-radius:15px;--gap:20px;overflow:hidden;opacity:0;transition:opacity .3s ease-out}.checkout-order.visible{opacity:1}.checkout-order-title{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:25px var(--gap) 20px;padding-inline:var(--gap);padding-block:25px 20px;position:relative;--dropdown-size:12px;transition:padding .3s ease-out}.checkout-order-title .title{color:#062045;line-height:1.4}.checkout-order-title .title:after{content:" (" attr(data-count) ")";transition:transform .3s ease-out,opacity .3s ease-out;transform:scale(1,1);opacity:1}.checkout-order-title .title[data-count="0"]:after{transform:scale(0,0);opacity:0}.checkout-order-title .checkout-order-total{display:none;line-height:1.4;transition:transform .3s ease-out}.checkout-order-title:after{content:"\f015";font-family:svg;position:absolute;width:var(--dropdown-size);height:var(--dropdown-size);font-size:var(--dropdown-size);display:-ms-inline-flexbox;display:inline-flex;transition:transform .3s ease-out,color .3s ease-out;right:26px;top:33px;pointer-events:none;color:#062045}.checkout-order-content{margin-bottom:-1px}.checkout-order.active .checkout-order-title:after{transform:rotate(-180deg)}.checkout-order-items .cart-menu-list-empty{display:none;padding-top:0}.checkout-order-items .cart-menu-list-wrap{padding-top:0;max-height:264px;overflow-x:hidden}.checkout-order-items .cart-menu-list-wrap .simplebar-vertical{top:0;bottom:15px}.checkout-order-items .cart-menu-list-wrap .cart-item-right .button{line-height:1}.checkout-order-items .cart-menu-list-wrap .cart-item .count-block{--offset:-1px;position:relative}.checkout-order-items .cart-menu-list-wrap .cart-item .count-block:before{content:'';position:absolute;inset:var(--offset);border-radius:50px;border:#feeaed solid 1px}.checkout-order-bottom{background-color:#feeaed;padding:15px 20px}.checkout-order-bottom-info .checkout-order-cost{border-bottom:#e6d4d6 solid 2px;padding-bottom:14px}.checkout-order-cost ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.checkout-order-cost li{width:100%}.checkout-order-cost-item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;color:#8d8d8d;line-height:1.4;font-size:.875rem;font-weight:500}.checkout-order-cost-item-discount{color:#de4346}.checkout-order-subtotal{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;font-size:1rem;font-weight:500;padding:14px 0 15px}.checkout-order-subtotal p{color:inherit;font-size:inherit;line-height:1.4}.checkout-order-subtotal .price{font-weight:600;display:block}.checkout-item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:var(--gap);padding:var(--item-padding) var(--side-padding) var(--item-padding) var(--gap)}.checkout-item-left{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:var(--item-gap);width:243px}.checkout-item-right{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:var(--item-gap);-ms-flex:1;flex:1;-ms-flex-pack:end;justify-content:flex-end}.checkout-item .img{width:70px;width:70px;overflow:hidden;border-radius:5px}.checkout-item .img img{width:100%;display:block;object-fit:cover;height:80px;transition:transform .3s ease-out}.checkout-item .img a{display:block}.checkout-item .text{-ms-flex:1;flex:1}.checkout-item .title{font-size:.75rem;line-height:1.4;font-weight:500;line-height:1.4}.checkout-item .title a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;transition:color .3s ease-out}.checkout-item .count-block{margin-top:10px}.checkout-item .price{display:block;text-align:right}.checkout-item .price-old{font-size:.6875rem}.checkout-success{padding-bottom:60px}.checkout-success-block-title{margin-bottom:30px}.checkout-success-block-content{position:relative;text-align:center;padding:40px 50px 50px;position:relative;z-index:1;background-color:#f7e9eb;overflow:hidden;border-radius:20px}.checkout-success-block-content-inner{width:618px;max-width:100%;margin-inline:auto}.checkout-success-block-content .circle-element{opacity:.5;--border:44px}.checkout-success-block-content .el{z-index:-1;transition:transform .3s ease-out}.checkout-success-block-content .el1{top:-59px;right:-81px}.checkout-success-block-content .el1 .circle-element{--size:209px}.checkout-success-block-content .el2{left:-89px;bottom:-123px}.checkout-success-block-content .el2 .circle-element{--size:242px}.checkout-success-block-content .icon{color:#efb2bb;line-height:1;font-size:3.625rem;margin-bottom:15px}.checkout-success-block-content .title{color:#062045;margin-bottom:15px;line-height:1.2}.checkout-success-block-content .subtitle{font-weight:500;font-size:1rem;margin-bottom:10px}.checkout-success-block-content .desc p{line-height:1.8}.checkout-success-block-content .btn{width:206px;margin-top:20px}.account{padding-bottom:60px}.account-block{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.account-block-left{width:322px;--igap:20px}.account-block-left>*{margin-bottom:var(--igap)}.account-block-left>:last-child{margin-bottom:0}.account-block-right{-ms-flex:1;flex:1}.account-block-inner{background-color:#fff;border-radius:20px;padding:30px 58px}.account-block-inner-title{margin-bottom:20px}.account-block-inner-title .h4{color:#062045;line-height:1.4}.btn-account-sidebar{font-size:.625rem;height:66px;width:50px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transition:transform .3s ease-out;color:#062045}.account-sidebar{background-color:#fff;border-radius:20px;padding:3px 20px;position:relative}.account-sidebar-button{position:absolute;right:0;top:0;z-index:2;width:100%;display:none;height:66px}.account-sidebar-button .btn-account-sidebar{position:absolute;top:0;right:0}.account-sidebar-list li.active{pointer-events:none}.account-sidebar-list li.active .account-sidebar-item .icon{color:#fff}.account-sidebar-list li.active .account-sidebar-item .icon:before{opacity:0}.account-sidebar-list li.active .account-sidebar-item .icon:after{opacity:1}.account-sidebar-list li.active .account-sidebar-item .text{color:#062045}.account-sidebar-list li:last-of-type .account-sidebar-item:after{display:none}.account-sidebar-item{--size:40px;--icon-size:18px;--padding:17px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:15px;padding:var(--padding) 0;position:relative;color:#767676;transition:color .3s ease-out}.account-sidebar-item:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px;left:0}.account-sidebar-item:after{transition:transform .3s ease-out,opacity .3s ease-out}.account-sidebar-item .icon{width:var(--size);height:var(--size);font-size:var(--icon-size);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:50%;overflow:hidden;z-index:1;transition:color .3s ease-out;color:#efb2bb;position:relative}.account-sidebar-item .icon:after,.account-sidebar-item .icon:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;border-radius:inherit;pointer-events:none}.account-sidebar-item .icon:before{background-color:#feeaed;opacity:1;transition:background-color .3s ease-out,opacity .3s ease-out}.account-sidebar-item .icon:after{background-image:linear-gradient(126.49deg,#2c3576 19.79%,#3d4186 93.75%);transition:opacity .3s ease-out;opacity:0}.account-sidebar-item .text{-ms-flex:1;flex:1;font-weight:500;font-size:.875rem;transition:transform .3s ease-out}.account-sidebar-item-logout{cursor:pointer}.account-sidebar-item-logout .icon{color:#aeaeae}.account-sidebar-item-logout .icon:before{background-color:#f3f3f3}.account-sidebar-item-logout .text{color:#aeaeae;transition:transform .3s ease-out,color .3s ease-out}.account-sidebar-item-personal .icon{padding-left:1px}.account-loyalty{background-color:#f6d8df;border-radius:20px;padding:20px;position:relative;overflow:hidden}.account-loyalty .el1{transition:transform .3s ease-out;width:180px;bottom:-44px;right:-59px}.account-loyalty .el1 img,.account-loyalty .el1 svg{width:100%}.account-loyalty-top{margin-bottom:20px}.account-loyalty-top .title{font-size:.875rem;font-weight:500;margin-bottom:10px}.account-loyalty-top .desc{font-size:1rem;font-weight:600;line-height:1.4}.account-loyalty-discount{margin-bottom:10px;color:#2c3576}.account-loyalty-discount .title{font-weight:700;text-transform:uppercase;font-size:.875rem;margin-bottom:3px;letter-spacing:.04em}.account-loyalty-discount .desc{font-weight:600;font-size:2rem}.account-loyalty-bottom p{font-size:.75rem;line-height:1.4}.account-loyalty-bottom p a{text-decoration:underline;color:#062045;transition:color .3s ease-out}.form-account-block{position:relative;padding-bottom:25px;margin-bottom:25px}.form-account-block:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px;left:0}.form-account-block .title{margin-bottom:20px;font-weight:500;font-size:1.125rem;line-height:1.4}.form-account-delivery-submit .btn,.form-account-personal-submit .btn{width:270px}.form-account-delivery-fields .input-row~.input-wrap{margin-top:15px}.account-favs-block-list-empty{display:none}.account-favs-block-list-empty .text{background-color:#e6e7ef;border-radius:15px;padding:20px}.account-favs-block-list-empty .text p{font-size:1rem;font-weight:500;color:#062045;line-height:1.8}.account-favs-block-list-exist li{position:relative}.account-favs-block-list-exist li:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#F2C4CE;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px;left:0}.account-favs-block-list-exist li:first-of-type .account-favs-item{padding-top:0}.account-favs-block-list-exist li:last-of-type .account-favs-item{padding-bottom:0}.account-favs-block-list-exist li:last-of-type:after{display:none}.account-favs-item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;position:relative;gap:25px;padding-block:15px}.account-favs-item .img{width:61px;overflow:hidden;border-radius:5px}.account-favs-item .img .btn-account-favs-item-remove{position:relative}.account-favs-item .img .btn-account-favs-item-remove:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;background-color:#111721;opacity:0;transition:opacity .3s ease-out;z-index:2}.account-favs-item .img .btn-account-favs-item-remove .icn-close{color:#fff;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;--close-size:12px;z-index:3;transition:transform .3s ease-out,opacity .3s ease-out;transform:scale(0,0)}.account-favs-item .img img{height:70px;width:100%;object-fit:cover;transition:transform .3s ease-out}.account-favs-item .text{-ms-flex:1;flex:1}.account-favs-item .title{margin-bottom:15px;font-size:.875rem;line-height:1.4;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.account-favs-item .title a{transition:color .3s ease-out}.account-favs-item .price{font-size:1rem}.account-favs-item .price-old{font-size:.75rem;position:relative;top:-1px}.account-favs-item .button{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:10px}.account-favs-item .button .btn-account-favs-item-remove{width:100%;aspect-ratio:1/1;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.account-favs-item .button .btn-account-favs-item-remove .icn-close{--close-size:12px;color:#aeaeae}.account-table{--cell-width-1:82px;--cell-width-2:100px;--cell-width-3:105px;--cell-width-4:116px;--cell-width-5:45px;--cell-addition:0px;font-size:.875rem;line-height:1.4}.account-table-row{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:20px}.account-table-cell .title{display:none;font-weight:600;letter-spacing:.02em;color:#2c3576;margin-bottom:3px}.account-table-cell-btn{font-size:.75rem;-ms-flex:1;flex:1}.account-table-cell-btn a{display:block}.account-table-head{font-weight:600;letter-spacing:.02em;color:#2c3576;background-color:#feeaed;border-radius:10px}.account-table-head .account-table-row{padding:15px}.account-table-body .account-table-row{padding:21px 15px;position:relative}.account-table-body .account-table-row:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#E6D4D6;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px;left:0}.account-table-body .account-table-row:last-of-type{padding-bottom:0}.account-table-body .account-table-row:last-of-type:after{display:none}.status-processing{color:#777}.status-delivered{color:#108236}.status-cancelled,.status-failed{color:#de4346}.btn-account-orders{letter-spacing:.04em;font-weight:600;text-decoration:underline;text-transform:uppercase;transition:color .3s ease-out}.btn-account-orders-view{color:#2c3576}.btn-account-orders-back{color:#6d82a0}.account-orders-block-details{margin-top:20px}.account-orders-details-title{font-weight:600;letter-spacing:.02em;color:#2c3576;background-color:#feeaed;border-radius:10px;padding:15px;font-size:.875rem;line-height:1.4}.account-orders-details-info{position:relative;padding:22px 15px;margin-bottom:5px}.account-orders-details-info:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#E6D4D6;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px;left:0}.account-orders-details-info ul{--igap:15px}.account-orders-details-info ul>*{margin-bottom:var(--igap)}.account-orders-details-info ul>:last-child{margin-bottom:0}.account-orders-details-info li{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.account-orders-details-info li .title{width:161px}.account-orders-details-info li .desc{--igap:10px}.account-orders-details-info li .desc>*{margin-bottom:var(--igap)}.account-orders-details-info li .desc>:last-child{margin-bottom:0}.account-orders-details-info li .desc p{color:#222;display:inline-block}.account-orders-details-info li p{line-height:1.55;color:#8f8f8f}.account-orders-details-items li{position:relative}.account-orders-details-items li:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#E6D4D6;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px;left:0}.account-orders-details-cost{padding:15px 20px 20px}.account-orders-details-buttons{position:relative;padding-bottom:20px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;gap:30px;padding-inline:20px}.account-orders-details-buttons:after{content:'';position:absolute;width:100%;height:2px;border:1px solid transparent;--border-color:#E6D4D6;transition:border .3s ease-out;border-image:repeating-linear-gradient(90deg,var(--border-color) 0 5px,transparent 5px 10px) 1;border-radius:2px;bottom:-1px;left:0}.account-orders-details-buttons .btn,.account-orders-details-buttons .btn-hollow{width:calc(50% - 15px)}.account-orders-details-bottom{padding:20px 20px 0;--igap:10px}.account-orders-details-bottom>*{margin-bottom:var(--igap)}.account-orders-details-bottom>:last-child{margin-bottom:0}.account-orders-details-bottom .title p{color:#8f8f8f}.account-orders-details-bottom .desc p{color:#222}.account-orders-details-bottom p{line-height:1.55}.account-orders-details-item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;position:relative;gap:20px;padding-block:15px;padding:15px 20px}.account-orders-details-item .img{width:70px;overflow:hidden;border-radius:5px;width:70px}.account-orders-details-item .img .btn-account-favs-item-remove{position:relative}.account-orders-details-item .img .btn-account-favs-item-remove:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;background-color:#111721;opacity:0;transition:opacity .3s ease-out;z-index:2}.account-orders-details-item .img .btn-account-favs-item-remove .icn-close{color:#fff;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;--close-size:12px;z-index:3;transition:transform .3s ease-out,opacity .3s ease-out;transform:scale(0,0)}.account-orders-details-item .img img{height:80px;width:100%;object-fit:cover;transition:transform .3s ease-out;height:80px}.account-orders-details-item .text{-ms-flex:1;flex:1}.account-orders-details-item .title{margin-bottom:15px;font-size:.75rem;line-height:1.4;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.account-orders-details-item .title a{transition:color .3s ease-out}.account-orders-details-item .count{font-weight:500;font-size:.75rem;color:#8f8f8f}.account-orders-details-item .price{font-size:1rem;width:83px;display:block;text-align:right}.account-orders-details-item .price-old{font-size:.75rem;position:relative;top:-1px}.account-order-cost ul{--igap:10px}.account-order-cost ul>*{margin-bottom:var(--igap)}.account-order-cost ul>:last-child{margin-bottom:0}.account-order-cost-item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;color:#8d8d8d;line-height:1.4;font-size:.875rem;font-weight:500}.account-order-cost-item-discount{color:#de4346}.account-order-cost-item-subtotal{color:#222}.account-order-cost-item-subtotal .val{font-weight:600}.footer{position:relative;z-index:1;background-color:#0b1b32;color:#dadada}.footer a{transition:color .3s ease-out}.footer p{line-height:1.8}.footer-block-top{padding:45px 0 42px;line-height:1.8;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.footer-block-top-left{width:264px;max-width:100%}.footer-block-top-left .logo{display:inline-block;margin-bottom:30px;--first-color:#fff;--second-color:#F2C4CE;--logo-height:43px;margin-bottom:30px}.footer-block-top-right{-ms-flex:1;flex:1;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end;gap:var(--gap);padding-right:var(--gap);--col-width:205px}.footer-block-bottom{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:25px 0;margin-top:2px;position:relative}.footer-block-bottom:before{content:'';position:absolute;width:100%;top:-2px;left:0;height:2px;background-color:#33445c;border-radius:2px}.footer-block-bottom p{color:#dadada}.footer-block-bottom-right{padding-right:30px}.footer-contacts{color:#fff}.footer-contacts .contacts-items{position:relative}.footer-contacts .contacts-items:after,.footer-contacts .contacts-items:before{content:'';position:absolute;height:2px;width:100%;left:0;background-image:url(../img/elements/dashed-border.svg);background-size:cover;background-position:center center;display:none}.footer-contacts .contacts-items:before{top:-2px}.footer-contacts .contacts-items:after{bottom:-2px}.footer-contacts .contacts-items p{color:#efb2bb;font-weight:500}.footer-contacts .contacts-item .socials{color:#fff}.footer-pages{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap)}.footer-pages-col .title{font-size:1rem;color:#f2c4ce;font-weight:600;margin-bottom:15px;text-transform:uppercase;letter-spacing:.04em}.footer-pages-col ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;gap:10px 30px;max-height:240px;font-size:.875rem}.footer-pages-col li{width:var(--col-width)}.footer-pages-col a{display:block}.popup-main{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(17,23,33,.45);z-index:99;overflow:auto;pointer-events:none;opacity:0;transition:opacity .3s ease-out;--margin-offset:30px}.popup-main.opened{opacity:1;pointer-events:auto}.popup-main.opened .popup-wrapper{transition-delay:0s;filter:drop-shadow(0 0 12px rgba(54, 17, 32, .45))}.popup-main.opened .popup-content{transform:scale(1,1)}.popup-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;filter:drop-shadow(0 0 12px rgba(54, 17, 32, .45));transition:filter .3s ease-out;transition-delay:.5s;padding-top:var(--margin-offset)}.popup-close{--size:42px;--icon-size:12px;z-index:1;--anim-offset:10px;position:relative;width:var(--size);height:var(--size);cursor:pointer;position:absolute;left:0;right:0;margin:auto;top:calc(var(--size)/ -2);border-radius:50%;z-index:1;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;line-height:1;color:#062045;transition:background-color .3s ease-out,color .3s ease-out;padding-bottom:1px}.popup-close:after,.popup-close:before{content:'';position:absolute;z-index:-1;border-radius:inherit;transition:inset .3s ease-out,opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.popup-close:before{inset:0;background-color:#f2c4ce}.popup-close:after{opacity:0;background-color:#f5909f;inset:calc(var(--anim-offset) * -1)}.popup-close .icn-close{display:-ms-inline-flexbox;display:inline-flex;--close-size:var(--icon-size)}.popup-content{position:relative;display:-ms-flexbox;display:flex;width:498px;max-width:100%;min-height:0;transform:scale(0,0);transition:transform .4s ease-out}.popup-content:after{content:'';height:var(--margin-offset);display:-ms-inline-flexbox;display:inline-flex;width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;position:absolute;top:100%}.popup-content-inner{width:100%}.popup-content-main{background-color:#f7e9eb;border-radius:20px}.popup-content.has-close:before{content:'';position:absolute;width:102px;height:31px;background-image:url(../img/elements/popup-close-el.svg);background-size:100% 100%;left:0;right:0;bottom:100%;margin:auto}.popup-block{padding:45px 58px 35px;text-align:center}.popup-block .title{color:#062045;line-height:1.2}.popup-block .desc{margin-top:15px}.popup-block .desc p{font-size:.875rem;line-height:1.8}.popup-block .btn{min-width:125px}.popup-block .form-popup{margin-top:15px}.popup-block .form-popup-block{--igap:20px}.popup-block .form-popup-block>*{margin-bottom:var(--igap)}.popup-block .form-popup-block>:last-child{margin-bottom:0}.popup-block .form-popup-login .input-wrap-submit .btn,.popup-block .form-popup-password .input-wrap-submit .btn{width:100%}.popup-block .form-popup-login-fields{--igap:15px;margin-bottom:20px}.popup-block .form-popup-login-fields>*{margin-bottom:var(--igap)}.popup-block .form-popup-login-fields>:last-child{margin-bottom:0}.popup-block .form-popup-login-signup p{line-height:1.4}.popup-block .form-popup-login-signup p a,.popup-block .form-popup-login-signup p span{color:#2c3576;text-decoration:underline;cursor:pointer;transition:color .3s ease-out}.popup-block .form-popup-registration-fields{margin-bottom:15px}.popup-block .form-popup-registration-terms{margin-bottom:20px}.popup-block .form-popup-registration-terms p{line-height:1.6;font-size:.75rem}.popup-block .form-popup-registration-terms p a,.popup-block .form-popup-registration-terms p span{color:#2c3576;text-decoration:underline;cursor:pointer;transition:color .3s ease-out}.popup-block .form-popup-registration-submit .btn{width:237px}.popup-block .form-popup-review-score{margin-bottom:15px}.popup-block .form-popup-review-fields{margin-bottom:15px}.popup-block .form-popup-review-textarea .input-wrap textarea{height:117px}.popup-block .form-popup-review-submit .btn{width:245px}.popup-form-big .popup-content{width:674px}.popup-success .popup-content-main{overflow:hidden}.popup-success-block{padding-top:30px;position:relative;z-index:1}.popup-success-block .circle-element{opacity:.5}.popup-success-block .el{z-index:-1;transition:transform .3s ease-out}.popup-success-block .el1{top:-96px;right:-69px}.popup-success-block .el2{left:-40px;bottom:-116px}.popup-success-block .el2 .circle-element{--size:190px}.popup-success-block .icon{color:#efb2bb;line-height:1;font-size:3.625rem;margin-bottom:15px}.popup-success-block .btn{margin-top:25px}.circle-element{--size:180px;--border:40px;width:var(--size);height:var(--size);border:var(--border) solid #fff;border-radius:50%}.btn-forgot-password{font-size:.875rem;color:#222;text-decoration:underline;line-height:1.4;cursor:pointer;transition:color .3s ease-out}.popup-lightbox .popup-wrapper{padding-top:0}.popup-lightbox .popup-content{max-width:100%;width:auto}.popup-lightbox .popup-content:before{display:none}.popup-lightbox .popup-content-main{background-color:transparent}.popup-lightbox .popup-block{padding:0}.popup-lightbox .img img{max-width:calc(100vw - 60px);max-height:calc(100svh - 60px);border-radius:20px}.popup-lightbox .iframe iframe{display:block;border:0;width:100%;height:100%;border-radius:20px}.popup-lightbox .iframe-vertical{aspect-ratio:9/16;max-height:calc(100svh - 60px);width:min(768px,calc(100svw - 40px),calc((100svh - 60px) * (9 / 16)))}.popup-lightbox .iframe-horizontal{aspect-ratio:16/9;width:min(1366px,calc(100svw - 60px),calc((100svh - 60px) * (16 / 9)));max-height:calc(100svh - 60px);position:relative}.favs-tip-add{padding:30px;text-align:center;position:fixed;bottom:0;left:0;width:100%;z-index:5;background-color:#f6d8df;transition:transform .3s ease-out,opacity .3s ease-out;pointer-events:none;transform:translateY(100%)}.favs-tip-add.active{opacity:1;transform:translateY(0);pointer-events:auto}.favs-tip-add-content{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:15px}.favs-tip-add-content .icon{font-size:1.5rem;display:-ms-inline-flexbox;display:inline-flex;line-height:1;color:#062045}.favs-tip-add-content .text p{color:#062045;font-weight:500}.favs-tip-add-content .text a{transition:color .3s ease-out}.favs-tip-add .btn-favs-close{position:absolute;top:calc(50% - var(--size)/ 2);--offset:40px;right:var(--container-padding)}.favs-tip-auth{--offset-x:-40px;--offset-y:0px;position:absolute;left:var(--offset-x);bottom:100%;z-index:5;width:265px;transition:transform .4s ease-out,opacity .4s ease-out;opacity:0;transform:scale(0,0);transform-origin:22% 100%;filter:drop-shadow(0 0 12px rgba(118, 44, 74, .15));padding-bottom:23px}.favs-tip-auth .text{background-color:#fff;position:relative;padding:12px 20px;border-radius:10px;position:relative}.favs-tip-auth .text:after{content:'';position:absolute;border-style:solid;border-width:19px 11px 0 11px;border-color:#fff transparent transparent transparent;top:calc(100% - 1px);left:50px}.favs-tip-auth .text p{font-size:.8125rem;line-height:1.8}.favs-tip-auth .text button{text-decoration:underline;font-weight:500;transition:color .3s ease-out}.disable-hover{pointer-events:none}.lock-body{overflow:hidden}.typicals-section{padding:50px 0}.typicals-block{padding:30px 0;border-top:#f5909f solid 1px}.typicals-block h2{font-weight:600;text-transform:uppercase;text-decoration:underline;margin-bottom:30px}.notification{--width:400px;--gap:15px;--notification-bg:#fff;position:fixed;z-index:999999;right:0;bottom:0;max-width:calc(var(--width) + var(--gap) * 2);padding:var(--gap);pointer-events:none}.notification li{border-radius:8px;background:var(--notification-bg);padding:10px;font-size:.75rem;font-weight:500;border:#f2f2f2 solid 1px;color:#333;margin-top:var(--gap);box-shadow:0 5px 5px rgba(0,0,0,.15);pointer-events:auto}.mouse-tip{position:absolute;z-index:999999;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.15);border-radius:50px;padding:8px 12px;max-width:300px;color:#333;font-size:.6875rem;pointer-events:none;opacity:0;transition:opacity .3s ease-out;left:0;top:0;font-weight:500}.mouse-tip.active{opacity:1}.mouse-tip.inter{font-family:Inter,sans-serif;font-size:.8125rem;padding:10px 15px}.viewport-anim-t,.viewport-anim-t-0{opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;transform:translateY(50px)}.viewport-anim-t-0.visible,.viewport-anim-t.visible{opacity:1;transform:scale(1)}.viewport-anim-s,.viewport-anim-s-0{opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;transform:scale(0,0)}.viewport-anim-s-0.visible,.viewport-anim-s.visible{opacity:1;transform:scale(1)}.viewport-anim-l,.viewport-anim-l-0{opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;transform:translateX(-50%)}.viewport-anim-l-0.visible,.viewport-anim-l.visible{opacity:1;transform:scale(1)}.viewport-anim-r,.viewport-anim-r-0{opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;transform:translateX(50%)}.viewport-anim-r-0.visible,.viewport-anim-r.visible{opacity:1;transform:scale(1)}.viewport-anim-o,.viewport-anim-o-0{opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s}.viewport-anim-o-0.visible,.viewport-anim-o.visible{opacity:1;transform:scale(1)}.loading{position:fixed;z-index:999;background-color:rgba(0,0,0,.1);width:100%;height:100%;top:0;left:0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:flex-end;transition:transform .3s ease-out,opacity .3s ease-out;opacity:0;pointer-events:none}.loading.active{opacity:1}.loading .img{width:80px}.documentation{padding-bottom:100px;--padding:20px;font-family:Inter,sans-serif}.documentation-block{--igap:30px}.documentation-block>*{margin-bottom:var(--igap)}.documentation-block>:last-child{margin-bottom:0}.documentation-block-inner-title{margin-bottom:20px}.documentation-list{--igap:15px}.documentation-list>*{margin-bottom:var(--igap)}.documentation-list>:last-child{margin-bottom:0}.documentation-list-item{background-color:#fff;border-radius:10px}.documentation-list-item-title{padding:var(--padding);font-weight:700;cursor:pointer;transition:color .3s ease-out}.documentation-list-item-content{display:none}.documentation-list-item-content-wrap{padding:0 var(--padding) var(--padding);--igap:10px}.documentation-list-item-content-wrap>*{margin-bottom:var(--igap)}.documentation-list-item-content-wrap>:last-child{margin-bottom:0}.documentation-item{border-radius:10px;background-color:#f1f1f1;border:#cfcfcf solid 1px;overflow:hidden}.documentation-item-title{cursor:pointer;font-weight:600;padding:var(--padding);transition:color .3s ease-out}.documentation-item-content{display:none}.documentation-item-content-wrap{padding:var(--padding);background-color:#fff}.documentation-table table{width:100%}.documentation-table table td{width:5%;padding:10px;vertical-align:top}.documentation-table table td:nth-of-type(1){width:25%}.documentation-table table td:nth-of-type(2){width:45%}.documentation-table table td:nth-of-type(3){width:20%}.documentation-table thead{margin-bottom:10px;border-radius:5px;font-size:.8125rem;overflow:hidden;z-index:1;position:relative}.documentation-table thead:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;border-radius:inherit;background-color:#f1f1f1}.documentation-table thead td{padding:10px}.documentation-table tbody td:nth-of-type(1){color:#2c3576;font-weight:600}.documentation-table tbody td:nth-of-type(2){--igap:5px}.documentation-table tbody td:nth-of-type(2)>*{margin-bottom:var(--igap)}.documentation-table tbody td:nth-of-type(2)>:last-child{margin-bottom:0}.documentation-table tbody td:nth-of-type(3){color:#ffa763;font-weight:600}.documentation-table tbody td:nth-of-type(4){text-align:center;font-size:.875rem;color:#268658}.documentation-table tbody td:nth-of-type(5){text-align:center;font-size:.875rem;color:#268658}.documentation-table code{font-weight:600;color:#062045;cursor:pointer}.documentation-table p{line-height:1.4}.asRange{position:relative}.asRange-bar{height:3px;width:100%;background-color:#626262}.asRange-pointer{cursor:pointer;outline:0;border-radius:50%;overflow:hidden;background-color:#fff;width:20px;height:20px;position:absolute;top:-9px;transform:translateX(-50%);box-shadow:1px 1px 5px rgba(0,0,0,.15);z-index:2}.asRange-pointer:hover{background-color:#f5909f}.asRange-tip{display:none}.asRange-selected{position:absolute;background-color:#f5909f;height:3px;top:0}.asRange-scale{display:none}.mCSB_scrollTools{width:4px;opacity:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#f5909f!important}.mCSB_scrollTools .mCSB_draggerRail{background-color:#505050;width:4px}@media only screen and (min-width:768px){.about-img .img{bottom:-15px}.checkout-user-panel li{-ms-flex:1;flex:1}.form-checkout-user-password-fields .input-wrap{-ms-flex:1;flex:1}.account-table-row .account-table-cell:nth-child(1){width:calc(var(--cell-width-1) + var(--cell-addition))}.account-table-row .account-table-cell:nth-child(2){width:calc(var(--cell-width-2) + var(--cell-addition))}.account-table-row .account-table-cell:nth-child(3){width:calc(var(--cell-width-3) + var(--cell-addition))}.account-table-row .account-table-cell:nth-child(4){width:calc(var(--cell-width-4) + var(--cell-addition))}.account-table-row .account-table-cell:nth-child(5){width:calc(var(--cell-width-5) + var(--cell-addition))}.account-orders-details-info li .desc{-ms-flex:1;flex:1}}@media only screen and (min-width:992px){.top-nav-shadow:not(.pre-fixed){filter:drop-shadow(0 4px 10px rgba(0, 0, 0, .1))}.top-nav.pre-fixed .top-nav-block{--top-nav-height:var(--top-nav-height-secondary)}.top-nav.pre-fixed .top-nav-block-left{display:none}.top-nav.pre-fixed .top-nav-block-center{position:static;-ms-flex-pack:start;justify-content:flex-start}.top-nav.pre-fixed .top-nav-block-right{margin-right:13px}.top-nav.pre-fixed .top-nav-logo{width:var(--side-offset);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.top-nav.pre-fixed .top-nav-pages{position:relative;-ms-flex:1;flex:1;width:auto}.top-nav.pre-fixed .top-nav-pages:before{display:none}.top-nav.pre-fixed .top-nav-search{display:none}.top-nav.pre-fixed .top-nav-cart{position:static}.top-nav-block-right .top-nav-cart{position:absolute;top:100%;left:0;height:var(--top-nav-height-secondary);z-index:1}.top-nav-menu{display:none}.top-nav-socials .socials a:hover{color:#f5909f}.top-nav-pages-list a:hover{color:#f5909f}.top-nav-catalog:hover .btn-catalog:after{transform:rotate(-180deg)}.top-nav-catalog:hover .top-nav-catalog-list{opacity:1;transform:scale(1);pointer-events:auto}.top-nav-catalog-list{filter:drop-shadow(0 4px 10px rgba(0, 0, 0, .1))}.header-simple-block-content{margin-top:10px}.logo a:hover .logo-amp{transform:translateX(calc(var(--offset) * -1))}.logo a:hover .logo-bottom path,.logo a:hover .logo-top path{fill:#f5909f}.logo a:hover .logo-bottom path:nth-child(2),.logo a:hover .logo-top path:nth-child(2){transform:translateX(calc(var(--offset) * 1))}.logo a:hover .logo-bottom path:nth-child(3),.logo a:hover .logo-top path:nth-child(3){transform:translateX(calc(var(--offset) * 2))}.logo a:hover .logo-bottom path:nth-child(4),.logo a:hover .logo-top path:nth-child(4){transform:translateX(calc(var(--offset) * 3))}.logo a:hover .logo-amp{fill:#f5909f}.cava-container a:hover .cava-block .img-cava path,.cava-container a:hover .cava-block .img-designed path{fill:#fff}.cava-container a:hover .cava-block .img-studio path{fill:var(--cava-hover)}.score-block-input .score-block-stars:hover{color:#2c3576}.score-block-input .score-block-stars:hover .star-empty{opacity:0;transform:scale(0,0)}.score-block-input .score-block-stars:hover .star-full{opacity:1;transform:scale(1)}.score-block-input .score-block-stars:hover .star-item.active-value{transform:scale(1.2,1.2)}.score-block-input li:hover~li .star-item .star-empty{opacity:1;transform:scale(1)}.score-block-input li:hover~li .star-item .star-full{opacity:0;transform:scale(1.5,1.5)}.btn:hover:not([disabled]){color:#fff}.btn:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.btn:hover:not([disabled]):after{opacity:1;inset:0}.btn:hover:not([disabled]).active-temp:after,.btn:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.btn-hollow:hover:not([disabled]){color:#fff}.btn-hollow:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.btn-hollow:hover:not([disabled]):after{opacity:1;inset:0}.btn-hollow:hover:not([disabled]).active-temp:after,.btn-hollow:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.btn-nav:hover:not([disabled]){color:#fff}.btn-nav:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.btn-nav:hover:not([disabled]):after{opacity:1;inset:0}.btn-nav:hover:not([disabled]).active-temp:after,.btn-nav:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.btn-catalog:hover{background-color:#fff;color:#f5909f}.btn-catalog:hover:after{transform:rotate(-180deg)}.btn-icon:hover{color:#f5909f}.btn-icon:hover:after{background-color:#f5909f;color:#fff}.btn-search-submit:hover:not([disabled]){color:#fff}.btn-search-submit:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.btn-search-submit:hover:not([disabled]):after{opacity:1;inset:0}.btn-search-submit:hover:not([disabled]).active-temp:after,.btn-search-submit:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.btn-account-favs-item-add:hover:not([disabled]){color:#fff}.btn-account-favs-item-add:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.btn-account-favs-item-add:hover:not([disabled]):after{opacity:1;inset:0}.btn-account-favs-item-add:hover:not([disabled]).active-temp:after,.btn-account-favs-item-add:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.btn-quick-search-item:hover:not([disabled]){color:#fff}.btn-quick-search-item:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.btn-quick-search-item:hover:not([disabled]):after{opacity:1;inset:0}.btn-quick-search-item:hover:not([disabled]).active-temp:after,.btn-quick-search-item:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.btn-quick-search-all:hover{color:#f5909f;text-decoration:underline}.btn-count:hover:not([disabled]){color:#fff}.btn-count:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.btn-count:hover:not([disabled]):after{opacity:1;inset:0}.btn-count:hover:not([disabled]).active-temp:after,.btn-count:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.btn-cart-close:hover .icn-close:after,.btn-favs-close:hover .icn-close:after{transform:rotate(135deg)}.btn-cart-close:hover:not([disabled]){color:#fff}.btn-cart-close:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.btn-cart-close:hover:not([disabled]):after{opacity:1;inset:0}.btn-cart-close:hover:not([disabled]).active-temp:after,.btn-cart-close:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.btn-favs-close:hover:not([disabled]){color:#fff}.btn-favs-close:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.btn-favs-close:hover:not([disabled]):after{opacity:1;inset:0}.btn-favs-close:hover:not([disabled]).active-temp:after,.btn-favs-close:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.btn-product-favs:hover:not([disabled]){color:#fff}.btn-product-favs:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.btn-product-favs:hover:not([disabled]):after{opacity:1;inset:0}.btn-product-favs:hover:not([disabled]).active-temp:after,.btn-product-favs:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.btn-product-favs-wrap:hover .favs-tip-auth{opacity:1;transform:scale(1,1)}.breadcrumbs a:hover{color:#f5909f}.breadcrumbs a:hover:after{transform:translateX(-2px)}.pagination ul a:hover{color:#f5909f}.lang-list a:hover{color:#f5909f}.catalog-list>ul>li>a:hover{background-color:#2c3576;color:#fff}.catalog-list>ul>li>a:hover:after{transform:rotate(-90deg)}.catalog-list>ul>li.menu-item-has-children:hover>a{background-color:#2c3576;color:#fff}.catalog-list>ul>li.menu-item-has-children:hover>a:after{transform:rotate(-90deg)}.catalog-list>ul>li.menu-item-has-children:hover>.sub-menu{opacity:1;pointer-events:auto;transform:scale(1,1);z-index:2}.catalog-list .sub-menu .menu-item-has-children:hover>a{text-decoration:underline}.catalog-list .sub-menu .menu-item-has-children:hover>a:not(:hover){color:#2c3576}.catalog-list .sub-menu .menu-item-has-children:hover>a:after{transform:rotate(-90deg)}.catalog-list .sub-menu .menu-item-has-children:hover .sub-menu{opacity:1;transform:translateX(0) scale(1);pointer-events:auto}.catalog-list .sub-menu a:hover{color:#2c3576}.slider-main .swiper-pagination-bullet:hover{background-color:#f5909f;border-color:#f5909f}.btn-slider:hover:not([disabled]){color:#fff}.btn-slider:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.btn-slider:hover:not([disabled]):after{opacity:1;inset:0}.btn-slider:hover:not([disabled]).active-temp:after,.btn-slider:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.wrapper{padding-top:calc(var(--top-nav-height) + var(--top-nav-height-secondary))}.slider-section:hover{z-index:4}.slider-section .swiper-slide:hover{z-index:1}.brands-item:not(:hover) .img path{fill:#f2c4ce}.brands-line-wrap:hover{animation-play-state:paused}.input-wrap-check:hover{color:#f5909f}.input-wrap-check .text a:hover{color:#f5909f}.input-wrap-check:hover .input .crossbrowser:before{border-color:#f5909f}.input-wrap-radio:hover{color:#f5909f}.input-wrap-radio:hover .input .crossbrowser:before{border-color:#f5909f}.select-item-list-current:hover:before{border-color:#f5909f}.select-item-list-current:hover:after{color:#f5909f}.select-item-list-option:hover{color:#f5909f}.select-item-list-options li:hover+li:before{background-color:#f5909f}.select-item-list-options li:hover+li.active+li:before{background-color:#f5909f}.quick-search-btn .btn-search-close:hover .icn-close:after{transform:rotate(135deg)}.quick-search-block{transform:translateY(100px)}.quick-search-item .img:hover img{transform:scale(1.2,1.2)}.quick-search-item .title a:hover{color:#f5909f}.quick-search.opened-search .quick-search-form-icon{left:25px}.cart-item .img:hover img{transform:scale(1.2,1.2)}.cart-item .title a:hover{color:#f5909f}.btn-cart-remove:hover{color:#fff}.btn-cart-remove:hover:before{opacity:1;transform:scale(1)}.product-item-text .title a:hover{color:#f5909f}.product-item:hover{z-index:4;filter:drop-shadow(0 4px 10px rgba(0, 0, 0, .1))}.product-item:hover .product-item-addition{pointer-events:auto;opacity:1;transform:scale(1)}.product-item:hover .video.iframe-loaded{transition-delay:.5s;opacity:1}.main-categories-item:hover .img{background-color:#f5909f}.main-categories-item:hover .title p{color:#f5909f}.catalog{--min-height:100vh;min-height:var(--min-height)}.catalog-block-left .filters-container{position:sticky;top:calc(var(--top-nav-height-secondary) + 21px)}.catalog-block-left .filters-container.sticky{top:calc(100vh - var(--height))}.catalog-block-right{-ms-flex:1;flex:1}.catalog-panel-top-left{display:none}.filters-top-right{display:none}.filters-content-list{display:none!important}.filters-bottom{display:none}.filters-block-title:hover{color:#f5909f}.filter-item-link a:hover{color:#f5909f}.filter-item-link a:hover:before{transform:scale(1.3,1.3)}.filter-active-item:hover:not([disabled]){color:#fff}.filter-active-item:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.filter-active-item:hover:not([disabled]):after{opacity:1;inset:0}.filter-active-item:hover:not([disabled]).active-temp:after,.filter-active-item:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.filter-active-item:hover .icn-close:after{transform:rotate(135deg)}.filter-active-reset:hover:not([disabled]){color:#fff}.filter-active-reset:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.filter-active-reset:hover:not([disabled]):after{opacity:1;inset:0}.filter-active-reset:hover:not([disabled]).active-temp:after,.filter-active-reset:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.btn-filters-more:hover:not([disabled]){color:#fff}.btn-filters-more:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.btn-filters-more:hover:not([disabled]):after{opacity:1;inset:0}.btn-filters-more:hover:not([disabled]).active-temp:after,.btn-filters-more:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.btn-catalog-more:hover:not([disabled]){color:#fff}.btn-catalog-more:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.btn-catalog-more:hover:not([disabled]):after{opacity:1;inset:0}.btn-catalog-more:hover:not([disabled]).active-temp:after,.btn-catalog-more:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.btn-catalog-more:hover{text-decoration:none}.product-info-bottom-favs:hover .favs-tip-auth{transform:scale(1,1);opacity:1}.product-info-item p a:hover{color:#2c3576}.product-info-item:hover{background-color:#f5909f;color:#fff}.product-info-item:hover .icon{background-color:#fff;color:#f5909f}.product-info-item:hover .icon:before{opacity:0;transform:scale(0,0)}.product-info-item:hover .title{color:#fff}.product-info-item:hover a,.product-info-item:hover p{color:#fff}.product-gallery .swiper-pagination-bullet:hover{background-color:#f5909f;border-color:#f5909f}.product-gallery-main .btn-slider[disabled]:before{background-color:#f7e6e9}.product-gallery-main-item:hover .img:before,.product-gallery-main-item:hover .video:before{opacity:.2}.product-gallery-thumbs-item:hover:before{border-color:#f5909f}.product-gallery-thumbs-item:hover .img:before{opacity:.6}.product-gallery-thumbs-item:hover .img:after{color:#f5909f}.product-tabs{background-color:#fff;border-radius:15px}.product-tabs-left li:hover{color:#f5909f}.product-tabs-right{height:calc(var(--tab-padding) * 2 + var(--tab-height))}.product-tabs-item{opacity:0;transform:translateY(15px);pointer-events:none;position:absolute;left:0;top:0;width:100%;height:100%}.product-tabs-item.active{opacity:1;pointer-events:auto;transform:translateY(0)}.product-tabs-item-desc .scroll-container .simplebar-vertical{bottom:0}.about{margin-top:-10px}.about-block{-ms-flex-align:center;align-items:center}.stats-item:hover .numbers{color:#2c3576}.stats-item:hover p{color:#2c3576}.advantages-item:hover{background-color:#fff}.advantages-item:hover .icon{color:#f2c4ce}.contacts-block-left{-ms-flex:1;flex:1}.contacts-item-content a:hover{color:#f5909f}.faq-block-panel li:hover:not([disabled]){color:#fff}.faq-block-panel li:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.faq-block-panel li:hover:not([disabled]):after{opacity:1;inset:0}.faq-block-panel li:hover:not([disabled]).active-temp:after,.faq-block-panel li:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.faq-block-bottom a:hover{color:#f5909f}.faq-item:hover:before{border-color:#f5909f}.faq-item-title:hover{color:#f5909f}.faq-item-title:hover:after{color:#f5909f}.payment-imgs .img:hover:before{border-color:#f5909f}.loyalty-table-content table:hover:before{border-color:#f5909f}.loyalty-table-content table tbody tr:hover:after{--border-color:#F5909F}.custom-list-stars li:hover{color:#f5909f}.custom-list-stars li:hover:before{transform:scale(1.1,1.1)}.checkout-block-left{-ms-flex:1;flex:1}.checkout-tab-title:hover:before{background-color:#f5909f;color:#fff}.checkout-tab-title:hover:after{color:#f5909f}.checkout-tab-title:hover p{color:#f5909f}.checkout-user-panel:hover:before{opacity:1}.checkout-user-panel li:hover{background-color:#f5909f;color:#fff}.checkout-user-tab-register-sign p a:hover,.checkout-user-tab-register-sign p button:hover{color:#f5909f}.form-checkout-confirm .input-wrap-check:hover .input input~.crossbrowser:before{border-color:#f5909f}.checkout-order-title:after{display:none}.checkout-order-bottom-info .checkout-order-subtotal{display:none}.checkout-item .img:hover img{transform:scale(1.2,1.2)}.checkout-item .title a:hover{color:#f5909f}.checkout-success{min-height:100vh;--min-height:100vh;min-height:var(--min-height)}.account-sidebar-list li{display:block!important}.account-sidebar-item:hover{color:#f5909f}.account-sidebar-item:hover .icon{color:#fff}.account-sidebar-item:hover .icon:before{background-color:#f5909f}.account-sidebar-item:hover .text{transform:translateX(5px);color:#f5909f}.account-loyalty-bottom p a:hover{color:#f5909f}.account-favs-item:hover .img .btn-account-favs-item-remove:before{opacity:.5}.account-favs-item:hover .img .btn-account-favs-item-remove .icn-close{transform:scale(1,1);opacity:1}.account-favs-item:hover .title{color:#2c3576}.account-favs-item .img .btn-account-favs-item-remove:hover .icn-close:after{transform:rotate(135deg)}.account-favs-item .img:hover img{transform:scale(1.2,1.2)}.account-favs-item .title a:hover{color:#f5909f}.account-favs-item .button .btn-account-favs-item-remove{display:none}.btn-account-orders:hover{color:#f5909f;text-decoration:underline}.account-orders-details-item:hover .img .btn-account-favs-item-remove:before{opacity:.5}.account-orders-details-item:hover .img .btn-account-favs-item-remove .icn-close{transform:scale(1,1);opacity:1}.account-orders-details-item:hover .title{color:#2c3576}.account-orders-details-item .img .btn-account-favs-item-remove:hover .icn-close:after{transform:rotate(135deg)}.account-orders-details-item .img:hover img{transform:scale(1.2,1.2)}.account-orders-details-item .title a:hover{color:#f5909f}.footer a:hover{color:#f5909f}.popup-close:hover:not([disabled]){color:#fff}.popup-close:hover:not([disabled]):before{opacity:0;inset:var(--anim-offset)}.popup-close:hover:not([disabled]):after{opacity:1;inset:0}.popup-close:hover:not([disabled]).active-temp:after,.popup-close:hover:not([disabled]):active:after{inset:calc(var(--anim-offset)/ -2)}.popup-close:hover .icn-close:after{transform:rotate(135deg)}.popup-block .form-popup-login-signup p a:hover,.popup-block .form-popup-login-signup p span:hover{color:#f5909f}.popup-block .form-popup-registration-terms p a:hover,.popup-block .form-popup-registration-terms p span:hover{color:#f5909f}.btn-forgot-password:hover{color:#f5909f}.favs-tip-add-content .text a:hover{color:#f5909f}.favs-tip-add .btn-favs-close{right:calc((100vw - var(--container-width))/ 2 - var(--offset))}.favs-tip-auth .text button:hover{color:#f5909f}.documentation-list-item-title:hover{color:#f5909f}.documentation-item-title:hover{color:#f5909f}}@media only screen and (min-width:992px) and (min-width:1800px){.top-nav.pre-fixed .top-nav-block-right{margin-right:33px}}@media only screen and (min-width:1800px){.top-nav{--side-offset:208px}.top-nav-block-left{gap:30px}.top-nav-block-right{gap:10px}.top-nav-socials .socials a{width:28px;height:28px;font-size:1.75rem}.top-nav-pages{font-size:1rem}.top-nav-pages{gap:90px}.top-nav-pages-list ul{gap:90px}.top-nav-catalog-list{--gap:10px;--list-width:264px;--list-width-secondary:377px}.top-nav-cart{gap:23px}.top-nav-cart-price{font-size:1rem}.header-page .header-block{padding-bottom:90px}.header-simple-block-content .h2{margin-bottom:25px}.header-simple-block-content .h6{margin:30px 0 20px}.header-simple-block.dashed-underline{padding-bottom:50px}.logo{--logo-height:40px}.cava-container{--cava-size:24px}.count-block .input-number input{font-size:.875rem}.score-block{--size:24px;--gap:20px}.btn{font-size:1rem}.btn{height:60px}.btn-hollow{font-size:1rem}.btn-hollow{height:60px;padding:0 41px}.btn-catalog{gap:15px}.btn-catalog i{font-size:1.625rem}.btn-icon i{width:26px;height:26px;font-size:1.625rem}.btn-icon[data-count]:after{top:-3px;right:-3px;width:25px;height:25px;font-size:.75rem;line-height:25px}.btn-search-submit{font-size:1rem}.btn-search-submit{height:47px;width:166px}.btn-account-favs-item-add{font-size:1.375rem}.btn-account-favs-item-add{width:48px;height:48px}.btn-quick-search-item{font-size:1.375rem}.btn-quick-search-item{width:48px;height:48px}.btn-quick-search-all{font-size:1rem}.btn-quick-search-all{padding:30px}.btn-count{--btn-size:30px;--btn-icon:12px}.btn-cart-close,.btn-favs-close{--size:50px;--icon-size:13px}.btn-product-favs{--size:60px;--icon-size:26px}.breadcrumbs{font-size:1rem}.breadcrumbs{--gap:15px;padding:40px 0}.breadcrumbs a:after{width:13px;height:13px;font-size:.8125rem}.socials a{width:30px;height:30px;font-size:1.875rem}.lang-list a{font-size:1.125rem}.lang-list a{line-height:30px}.catalog-list>ul>li>a{--padding:14px}.catalog-list .sub-menu{--padding-block:24px;--side-padding:30px;--side-offset:35px}.catalog-list .sub-menu-list:before{margin-bottom:20px}.catalog-list .sub-menu .sub-menu a{padding-left:28px}.catalog-list .sub-menu .sub-menu a:before{--size:8px}.slider-buttons{--offset:-29px}.slider-main .swiper-pagination{bottom:19px;--size:10px;--offset:-4px}.btn-slider{--btn-size:58px;--btn-icon:14px}.block-header{margin-bottom:50px}.block-header .h2{margin-bottom:25px}.slider-section-block-header{margin-bottom:35px}.slider-section .slider-buttons{--offset:45px}.reviews{padding:140px 0 120px}.reviews-block-slider .slider-buttons{--offset:45px}.reviews-block-button{margin-top:40px}.reviews-item{padding:31px 35px 40px}.reviews-item:after{font-size:5.25rem}.reviews-item:after{right:20px;bottom:20px}.reviews-item-top{padding-bottom:27px}.reviews-item-top{margin-bottom:24px}.reviews-item-top .score-block{--gap:10px;--size:19px}.brands{padding:40px 0}.brands-item .img img,.brands-item .img svg{height:81px}.brands-line-wrap{--gap:80px}.header-p404 .bg .img img{object-position:50% 66%}.header-p404 .header-block{padding:27px 0 20px}.header-p404 .header-block-content .h1{font-size:20rem}.p404-block{padding-top:60px}.p404-block{padding-bottom:60px}.p404-block-content{width:950px}.p404-block .h2{margin-bottom:25px}.p404-block p{margin-bottom:35px}.p404-block .btn{width:200px}.input-wrap{font-size:1rem}.input-wrap{--padding-vert:18px;--padding-hor:30px}.input-wrap textarea{min-height:130px}.input-wrap.focus .placeholder,.input-wrap.not-empty .placeholder{padding-top:6px;font-size:.75rem}.input-wrap-error{font-size:.75rem}.input-wrap-error{padding-top:10px;padding-left:30px}.input-wrap-check{--check-size:18px;--check-offset:15px;--check-icon-size:12px}.input-wrap-radio{--radio-size:24px;--radio-offset:20px;--radio-icon-size:14px}.input-wrap-radio .crossbrowser:after{inset:5px}.input-wrap-radio .text .title{font-size:1rem}.input-wrap-radio .text .desc{font-size:.875rem}.input-wrap-radio .text .price{font-size:1rem}.select-item-title{margin-bottom:15px}.select-item-list-current:after{right:25px;--size:12px}.select-item-list-option{font-size:1rem}.select-item-list-option{gap:15px}.select-item-list-option .icon{width:24px;height:24px}.select-item-list-options{padding-top:27px;--bdrs:15px}.quick-search{--offset-y:-15px;--offset-x:8px}.quick-search-btn{width:46px;height:46px}.quick-search-btn .btn-search-close .icn-close{width:20px;height:20px;font-size:1.25rem}.quick-search-block{width:1200px}.quick-search-block-form{padding-top:8px}.quick-search-block-results{border-radius:30px 30px 20px 20px;margin-top:-69px;padding-top:59px}.quick-search-form-icon{font-size:1.625rem}.quick-search-form-input .input-wrap-search{--padding-hor:75px}.quick-search-form-input .input-wrap-search input{height:59px}.quick-search-form-submit{--submit-offset:6px}.quick-search-results-empty{padding:30px}.quick-search-results-list{max-height:400px}.quick-search-results-list .simplebar-vertical{top:10px}.quick-search-results-list li{padding:19px 0}.quick-search-item{--offset-button:96px}.quick-search-item .img{width:68px;border-radius:10px}.quick-search-item .img img{height:78px}.quick-search-item .title{font-size:1rem}.quick-search-item .price{font-size:1.125rem}.quick-search-item .price-old{font-size:.875rem}.cart-menu{--gap:30px;width:544px}.cart-menu-top{padding-block:20px}.cart-menu-top .title{font-size:1.3125rem}.cart-menu-list-empty .text{padding-block:20px}.cart-menu-list-empty .text p{font-size:1.125rem}.cart-menu-list-wrap li{--item-gap:30px;--item-padding:20px}.cart-item-left{width:320px}.cart-item .img{width:78px}.cart-item .img{border-radius:10px}.cart-item .img img{height:89px}.cart-item .title{font-size:.875rem}.cart-item .count-block{margin-top:15px}.cart-item .price{font-size:1.125rem}.cart-item .price-old{font-size:.75rem}.btn-cart-remove{width:20px;height:20px;font-size:1.25rem}.products-grid-item{width:264px}.product-item-label{font-size:.875rem}.product-item-label{border-radius:8px}.product-item-img .img img{height:250px}.product-item-text{padding:20px 15px 8px}.product-item-text .title{font-size:.875rem}.product-item-text .title{padding-bottom:15px}.product-item-text .price{font-size:1.125rem}.product-item-text .price{padding-top:14px}.product-item-text .price-old{font-size:.875rem}.product-item-text .price-old{top:-1px}.product-item-addition{padding-top:15px;--offset:15px;--side-padding:20px}.product-item-addition-options{--igap:15px;padding-bottom:10px}.product-item-addition-options .select-item-title{margin-bottom:7px}.product-item-addition-options .select-item-title p{font-size:.875rem}.product-item-addition-options .select-item-list{--gap-vert:11px}.product-item-addition-options .select-item-list-current:after{--size:9px;right:16px}.product-item-addition-options .select-item-list-option{font-size:.875rem}.product-item-addition-options .select-item-list-option{gap:10px}.product-item-addition-options .select-item-list-option .icon{width:21px;height:21px}.product-item-addition-options .select-item-list-options{padding-top:20px}.product-item-addition-buttons .btn-product-cart{height:48px}.product-item-addition-buttons .btn-product-favs{--size:48px;--icon-size:26px}.header-main-slider .swiper-pagination{bottom:33px;--offset:-5px;--gap:19px}.header-main-slider-item .img-xl{display:block}.main-categories{padding:53px 0 40px}.main-categories-block-slider{--scroll-offset:39px}.main-categories-block-slider .slider-buttons{--offset:45px}.main-categories-item{--side-offset:8px;--border:7px}.main-categories-item .img{margin-bottom:20px}.main-bestsellers{padding:80px 0 120px}.main-new{padding:90px 0 130px}.main-sale{padding:120px 0 140px}.catalog{padding:50px 0 120px}.catalog-block-left{width:264px}.catalog-block-right-items{margin-bottom:40px}.catalog-block-right-more{margin-bottom:20px}.catalog-block-empty{padding-block:40px}.catalog-block-empty p{font-size:1.125rem}.catalog-panel-top-right{width:264px}.catalog-panel-top-right .select-item-list{--gap-hor:20px;--gap-vert:12px}.catalog-panel-top-right .select-item-list-option{font-size:.875rem}.catalog-panel-top-right .select-item-list-options{padding-top:22px}.filters-top{padding-bottom:25px}.filters-top-left .title i{font-size:1.375rem}.filters-block{padding:25px 0}.filters-block-title{--dropdown-size:12px}.filters-block-content ul{--igap:15px}.filters-block-content ul>*{margin-bottom:var(--igap)}.filters-block-content ul>:last-child{margin-bottom:0}.filters-block-content-list{padding-top:20px}.filters-block-content-hidden{padding-top:15px}.filter-item p{font-size:.875rem}.filter-item-link{--disk-size:8px;--disk-offset:23px}.filter-active-item,.filter-active-reset{font-size:.875rem}.filter-active-item,.filter-active-reset{height:45px}.filter-active-item .icn-close{--close-size:10px}.btn-filters-more{height:45px}.btn-filters-more{font-size:.875rem}.btn-catalog-more{font-size:1rem}.product{padding-bottom:120px}.product{padding-top:5px}.product-block-top-left{width:460px}.product-block-top-left{padding-top:5px}.product-block-top-right{width:588px}.product-info-top{min-height:214px}.product-info-article{margin-bottom:20px}.product-info-article p{font-size:1rem}.product-info-title{margin-bottom:20px}.product-info-price{margin-bottom:15px}.product-info-price .price{font-size:1.75rem}.product-info-price .price-old{font-size:1.125rem}.product-info-price .price-old{top:-5px}.product-info-options{width:293px}.product-info-options{--igap:15px}.product-info-options:has(*){padding-bottom:25px}.product-info-options:not(:has(*)){padding-bottom:9px}.product-info-options .select-item-title{margin-bottom:12px}.product-info-options .select-item-list{--gap-hor:30px}.product-info-bottom{padding:25px 0}.product-info-bottom-count{width:244px}.product-info-bottom-count .count-block .btn-count{--btn-size:50px;--btn-icon:14px}.product-info-bottom-count .count-block .input-number input{font-size:1rem}.product-info-bottom-favs .favs-tip-auth{--offset-x:-36px}.product-info-item{border-radius:15px;padding-block:19px}.product-info-item .icon{--size:58px;--icon-size:26px}.product-info-item .text{--igap:10px}.product-info-item .title{font-size:1rem}.product-info-item p{font-size:.875rem}.product-gallery .product-item-label{font-size:1.125rem}.product-gallery .swiper-pagination{bottom:19px;--size:10px;--offset:-4px}.product-gallery-main-item .img iframe,.product-gallery-main-item .img img,.product-gallery-main-item .video iframe,.product-gallery-main-item .video img{height:532px}.product-gallery-thumbs-item-video .img:after{font-size:1.75rem}.product-tabs{border-radius:20px}.product-tabs-left{width:393px}.product-tabs-left{padding:50px 30px 50px 68px}.product-tabs-left ul{--igap:30px}.product-tabs-left ul>*{margin-bottom:var(--igap)}.product-tabs-left ul>:last-child{margin-bottom:0}.product-tabs-left li{font-size:1rem}.product-tabs-left li{--line-width:22px;--line-offset:40px}.product-tabs-right{--tab-height:245px;--tab-padding:50px;padding-left:68px}.product-tabs-item-desc .scroll-container.simplebar-scrollable-y{padding-right:48px}.product-tabs-item-desc .content li,.product-tabs-item-desc .content p{font-size:1rem}.product-table-item{font-size:1rem}.product-table-item{padding:20px 0}.product-related{padding-bottom:120px}.stock{font-size:1rem}.stock{--circle-size:6px}.about-block{gap:97px}.about-block-left-title{margin-bottom:30px}.about-block-left-text{--igap:15px}.about-block-left-text p{line-height:1.8}.about-block-left-text p:first-child{margin-bottom:20px}.about-block-left-bottom{margin-top:40px}.about-block-left-bottom{padding-top:40px}.about-block-right{width:460px}.about-block .el1{width:261px}.about-block .el1{right:-268px}.about-block .el1{bottom:-98px}.about-img{height:639px}.about-img .logo{top:50px}.about-img .logo{--logo-height:123px}.about-img .img{--offset:-15px}.stats-block li{min-width:264px}.stats-item .numbers{font-size:4.25rem}.stats-item .numbers{margin-bottom:10px}.advantages{padding:120px 0 140px}.advantages-item{padding-block:40px}.advantages-item .icon{margin-bottom:30px}.advantages-item .icon{width:50px;height:50px;font-size:3.125rem}.advantages-item .title{margin-bottom:15px}.advantages-item .title{font-size:1.125rem}.contacts{padding-bottom:133px}.contacts{padding-top:10px}.contacts-block{gap:98px}.contacts-block-left-top{padding-bottom:30px}.contacts-block-left-top{--igap:15px}.contacts-block-left-top .h2{margin-bottom:25px}.contacts-block-left-items{padding:30px 0}.contacts-block-right{width:656px}.contacts-block .el1{width:307px}.contacts-block .el1{right:-141px}.contacts-block .el1{bottom:-42px}.contacts-items{--igap:20px}.contacts-item-content{font-size:1rem}.contacts-item-content .socials{margin-top:15px}.form-contacts{--igap:30px;padding:45px 40px 40px}.form-contacts-top .h4{margin-bottom:20px}.form-contacts-fields{margin-bottom:15px}.form-contacts-submit .btn{width:200px}.faq{padding-bottom:120px}.faq-block{width:950px;--igap:40px}.faq-block-header{margin-bottom:40px}.faq-block-panel ul{gap:20px}.faq-block-panel li{font-size:1rem}.faq-block-panel li{padding:18px 36px}.faq-block-tabs-item{border-radius:20px}.faq-block-bottom{padding:30px 40px;border-radius:20px}.faq-list{--igap:15px}.faq-item{border-radius:20px;--side-padding:40px;--padding:30px}.faq-item-title{--size:12px}.faq-item-desc .content{padding-top:25px}.faq-item.active .faq-item-desc{margin-top:-3px}.header-delivery .header-simple-block-content{width:880px}.delivery{padding:50px 0 120px}.delivery-block{--igap:50px}.delivery-block-inner{padding:50px 68px}.delivery-block-inner-title .h4{margin-bottom:20px}.delivery-lists{margin-top:30px}.delivery-list{padding:30px}.delivery-list-title{padding-bottom:20px}.delivery-list-title p{font-size:1.125rem}.delivery-list-content{padding-top:20px}.delivery-list-content li{--li-offset:20px}.payment-imgs{margin-top:20px}.payment-imgs ul{gap:30px}.payment-imgs .img{height:84px}.payment-imgs .img{border-radius:15px;padding:0 50px}.payment-text{margin-top:30px}.loyalty{padding:50px 0 120px}.loyalty-block>*{--igap:50px}.loyalty-block-inner{padding-bottom:50px}.loyalty-block-inner-title{margin-bottom:30px}.loyalty-block-inner-title .title{margin-bottom:20px}.loyalty-block-inner-bottom{margin-top:30px}.loyalty-block-inner-bottom{padding:0 30px}.loyalty-block-bottom-left{padding:50px 30px 60px 68px}.loyalty-block-bottom-left .title{margin-bottom:20px}.loyalty-block-bottom-left p:last-of-type{margin-top:20px}.loyalty-block-bottom-right{width:362px}.loyalty-table-title{margin-bottom:25px}.loyalty-table-content table{padding:20px 20px 0}.loyalty-table-content table thead td{font-size:.875rem}.loyalty-table-content table thead td{height:60px}.loyalty-table-content table thead td{border-radius:12px}.loyalty-table-content table tbody{padding:5px 0}.loyalty-table-content table tbody td{font-size:1rem}.loyalty-table-content table tbody td{padding:15px}.custom-list-stars ul>*{--igap:25px}.custom-list-stars li{font-size:1rem}.custom-list-stars li{--size:42px;--gap:30px}.terms{padding:50px 0 120px}.terms-block-content .content h2{font-size:1.5rem}.terms-block-content .content h2{margin:40px 0 20px}.terms-block-content .content h3{font-size:1.125rem}.terms-block-content .content h3{margin:30px 0 20px}.checkout{padding-bottom:80px}.checkout{margin-top:-10px}.checkout-block{gap:68px}.checkout-block-left-title{margin-bottom:14px}.checkout-block-right{width:490px}.checkout-tab-title{--dropdown-size:16px}.checkout-tab-title:before{font-size:1.125rem}.checkout-tab-title:before{width:48px;height:48px}.checkout-tab-title p{font-size:1.125rem}.checkout-tab-content-wrap:before{top:20px}.checkout-user-panel{margin-bottom:20px}.checkout-user-panel li{height:60px}.checkout-user-panel li{font-size:1rem}.checkout-user-tab-register-sign{border-radius:15px;padding:15px 30px}.checkout-user-tab-register-sign p{font-size:.875rem}.checkout-shipping-block{padding:30px 0 20px}.form-checkout-user-login-bottom .input-wrap-submit{width:264px}.form-checkout-user-password-title{margin-bottom:20px}.form-checkout-user-password-title p{margin-top:20px}.form-checkout-user-password-title p{font-size:.875rem}.form-checkout-user-password-fields .input-wrap-submit{width:176px}.form-checkout-shipping-type-radio>*{--igap:30px}.form-checkout-payment-radio>*{--igap:30px}.form-checkout-payment-radio .input-wrap-radio .text .img{height:28px}.form-checkout-payment-radio .input-wrap-radio .text .img img{height:73px}.form-checkout-payment-radio .input-wrap-radio .text .img-payoneer img{height:65px}.form-checkout-confirm>*{--igap:15px}.form-checkout-confirm .input-wrap-check{--check-size:20px;--check-icon-size:16px;--check-offset:20px}.form-checkout-confirm .input-wrap-check .text p{font-size:.875rem}.checkout-order-title{padding-block:30px 25px}.checkout-order-items .cart-menu-list-wrap{max-height:307px}.checkout-order-items .cart-menu-list-wrap li{--item-gap:20px}.checkout-order-items .cart-menu-list-wrap .cart-item-left{width:287px}.checkout-order-bottom{padding:20px}.checkout-order-bottom-info .checkout-order-cost{padding-bottom:19px}.checkout-order-cost ul{gap:15px}.checkout-order-cost-item{font-size:1rem}.checkout-order-subtotal{font-size:1.125rem}.checkout-order-subtotal{padding:19px 0 20px}.checkout-order-subtotal .price{font-size:1.3125rem}.checkout-item-left{width:320px}.checkout-item .img{width:78px}.checkout-item .img{border-radius:10px}.checkout-item .img img{height:89px}.checkout-item .title{font-size:.875rem}.checkout-item .count-block{margin-top:15px}.checkout-item .price{font-size:1.125rem}.checkout-item .price-old{font-size:.75rem}.checkout-success{padding-bottom:80px}.checkout-success-block-title{margin-bottom:30px}.checkout-success-block-content{border-radius:30px}.checkout-success-block-content .circle-element{--border:50px}.checkout-success-block-content .el1{top:-95px}.checkout-success-block-content .el1{right:-98px}.checkout-success-block-content .el1 .circle-element{--size:237px}.checkout-success-block-content .el2{left:-87px}.checkout-success-block-content .el2{bottom:-96px}.checkout-success-block-content .el2 .circle-element{--size:265px}.checkout-success-block-content .icon{font-size:4.25rem}.checkout-success-block-content .icon{margin-bottom:20px}.checkout-success-block-content .title{margin-bottom:20px}.checkout-success-block-content .subtitle{font-size:1.125rem}.checkout-success-block-content .subtitle{margin-bottom:15px}.checkout-success-block-content .btn{width:211px}.checkout-success-block-content .btn{margin-top:30px}.account{padding-bottom:80px}.account-block-left{width:362px}.account-block-inner{padding:40px 68px}.account-block-inner-title{margin-bottom:25px}.account-sidebar{padding:4px 30px}.account-sidebar-item{gap:20px;--padding:21px;--size:46px;--icon-size:22px}.account-sidebar-item .text{font-size:1rem}.account-sidebar-item-personal{--icon-size:21px}.account-sidebar-item-personal .icon{padding-bottom:1px}.account-loyalty{padding:25px 30px}.account-loyalty .el1{width:200px}.account-loyalty .el1{bottom:-37px}.account-loyalty .el1{right:-70px}.account-loyalty-top .title{font-size:1rem}.account-loyalty-top .desc{font-size:1.125rem}.account-loyalty-discount .title{font-size:1rem}.account-loyalty-discount .title{margin-bottom:5px}.account-loyalty-discount .desc{font-size:2.25rem}.account-loyalty-bottom p{font-size:.875rem}.form-account-block{padding-bottom:30px}.form-account-block{margin-bottom:30px}.form-account-block .title{margin-bottom:25px}.form-account-block .title{font-size:1.3125rem}.form-account-delivery-submit .btn,.form-account-personal-submit .btn{width:295px}.account-favs-block-list-empty .text{padding:20px 25px}.account-favs-block-list-empty .text p{font-size:1.125rem}.account-favs-block-list-exist li:first-of-type .account-favs-item{padding-top:5px}.account-favs-item{padding-block:20px}.account-favs-item .img .btn-account-favs-item-remove .icn-close{--close-size:14px}.account-favs-item .img{width:68px;border-radius:10px}.account-favs-item .img img{height:78px}.account-favs-item .title{font-size:1rem}.account-favs-item .price{font-size:1.125rem}.account-favs-item .price-old{font-size:.875rem}.account-orders-block-history{padding-top:5px}.account-table{font-size:1rem}.account-table{--cell-addition:10px}.account-table-cell-btn{font-size:.875rem}.account-table-head{border-radius:15px}.account-table-head .account-table-row{padding:20px}.account-table-body .account-table-row{padding:31px 20px}.account-orders-block-details{margin-top:30px}.account-orders-details-title{font-size:1rem}.account-orders-details-title{border-radius:15px;padding:20px}.account-orders-details-info{margin-bottom:10px}.account-orders-details-info{padding:30px 20px}.account-orders-details-info ul>*{--igap:20px}.account-orders-details-info li .title{width:176px}.account-orders-details-info li .desc>*{--igap:10px}.account-orders-details-cost{padding-top:20px}.account-orders-details-buttons{padding-bottom:30px}.account-orders-details-bottom>*{--igap:15px}.account-orders-details-bottom{padding-top:30px}.account-orders-details-item{padding-block:20px}.account-orders-details-item .img{width:78px}.account-orders-details-item .img{border-radius:10px}.account-orders-details-item .img .btn-account-favs-item-remove .icn-close{--close-size:14px}.account-orders-details-item .img img{height:89px}.account-orders-details-item .title{font-size:.875rem}.account-orders-details-item .count{font-size:.875rem}.account-orders-details-item .price{font-size:1.125rem}.account-orders-details-item .price{width:108px}.account-orders-details-item .price-old{font-size:.875rem}.account-order-cost ul>*{--igap:15px}.account-order-cost-item{font-size:1rem}.footer-block-top{padding:58px 0 49px}.footer-block-top-left{padding-top:2px}.footer-block-top-left .logo{margin-bottom:35px}.footer-block-top-left .logo{--logo-height:48px;margin-bottom:35px}.footer-block-top-right{--gap:68px;--col-width:196px}.footer-block-bottom-right{padding-right:38px}.footer-pages-col .title{font-size:1.125rem}.footer-pages-col .title{margin-bottom:20px}.footer-pages-col ul{font-size:1rem}.footer-pages-col ul{gap:15px 30px;max-height:300px}.popup-close{--size:50px;--icon-size:14px}.popup-content{width:558px}.popup-content-main{border-radius:30px}.popup-content.has-close:before{width:120px}.popup-content.has-close:before{height:40px}.popup-content.has-close:before{background-image:url(../img/elements/popup-close-el_1920.svg)}.popup-block{padding:50px 68px 40px}.popup-block .desc p{font-size:1rem}.popup-block .btn{min-width:128px}.popup-block .form-popup-block{--igap:25px}.popup-block .form-popup-login-fields{margin-bottom:25px}.popup-block .form-popup-registration-fields{margin-bottom:20px}.popup-block .form-popup-registration-terms p{font-size:.875rem}.popup-block .form-popup-registration-submit .btn{width:294px}.popup-block .form-popup-review-score{margin-bottom:20px}.popup-block .form-popup-review-textarea{margin-bottom:20px}.popup-block .form-popup-review-textarea .input-wrap textarea{height:135px}.popup-block .form-popup-review-submit .btn{width:294px}.popup-form-big .popup-content{width:754px}.popup-form-big .popup-block{padding-bottom:50px}.popup-form-big .popup-block .desc{margin-top:20px}.popup-form-big .form-popup{margin-top:20px}.popup-success-block{padding-top:40px}.popup-success-block .el1{top:-115px}.popup-success-block .el1{right:-82px}.popup-success-block .el2{left:-41px}.popup-success-block .el2{bottom:-155px}.popup-success-block .el2 .circle-element{--size:241px}.popup-success-block .icon{font-size:4.25rem}.popup-success-block .icon{margin-bottom:20px}.popup-success-block .btn{margin-top:30px}.circle-element{--size:237px;--border:50px}.btn-forgot-password{font-size:1rem}.popup-lightbox .img img{border-radius:30px}.popup-lightbox .iframe iframe{border-radius:30px}.favs-tip-add-content{gap:30px}.favs-tip-add-content .icon{font-size:2rem}.favs-tip-add .btn-favs-close{--offset:165px}.favs-tip-auth{width:282px;--offset-x:-42px}.favs-tip-auth .text:after{left:56px}.favs-tip-auth .text p{font-size:.875rem}.typicals-section .container{width:1176px}.mouse-tip{font-size:.8125rem}.mouse-tip.inter{font-size:.875rem}.documentation-block-inner-title{margin-bottom:30px}.documentation-list>*{--igap:20px}.documentation-list-item-content-wrap>*{--igap:15px}.documentation-table thead{font-size:.875rem}}@media only screen and (max-width:991px){.mobile-menu{display:block}.top-nav{--side-offset:0;filter:none}.top-nav-shadow:not(.pre-fixed){box-shadow:0 4px 10px rgba(0,0,0,.1)}.top-nav .container{width:100%;max-width:100%}.top-nav.opened-search .top-nav-cart,.top-nav.opened-search .top-nav-lang,.top-nav.opened-search .top-nav-user{opacity:0;transform:scale(0,0)}.top-nav.opened-search .top-nav-block-center{opacity:0;transform:translateY(-100px)}.top-nav-block-right{position:static;margin-right:0;gap:5px}.top-nav-block-right .top-nav-search{position:absolute;transition:left .3s ease-out,transform .3s ease-out,opacity .3s ease-out;left:40px}.top-nav-socials{display:none}.top-nav-lang{opacity:0;transform:scale(0,0)}.top-nav-pages{display:none}.top-nav-favs{display:none}.top-nav-cart-price{display:none}.header-page .bg img{object-position:50%}.btn-search-submit span{display:none}.btn-slider[disabled]{opacity:1;color:#bbb7c2}.btn-slider[disabled]:before{background-color:#f7e1e5}.reviews-item-top .name{width:100%}.reviews-item-top .score-block{margin-left:calc(var(--gap)/ -2)}.brands-item .img path{fill:#f2c4ce}.one-screen{min-height:calc(100svh - var(--top-nav-height))}.p404-block-content{width:100%}.quick-search-btn .btn-search-close{color:#aeaeae}.quick-search-form-icon{top:4px;right:4px;left:auto;color:#062045;padding-left:1px}.quick-search-form-input .input-wrap-search{--padding-hor:20px}.quick-search-form-input .input-wrap-search input{padding-right:50px}.quick-search-form-submit{--submit-offset:4px}.cart-menu-list-empty .text{border-radius:10px}.products-grid{gap:20px}.product-item-img .img img{height:auto;aspect-ratio:148/150}.main-categories-block-slider{--scroll-offset:20px}.catalog-block-left{width:100%;position:absolute}.catalog-block-right{width:100%}.catalog-block-right-top{margin-bottom:25px}.catalog-panel-top{-ms-flex-pack:justify;justify-content:space-between}.catalog-panel-filters{display:none!important}.filters{height:calc(var(--vh) * 100);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0 var(--container-padding)}.filters-container{position:fixed;z-index:15;left:0;top:0;background-color:#f8f3f4;transform:translateX(-100%)}.filters-container:after{content:'';position:absolute;height:100%;width:100vw;left:100%;top:0;background-color:#111721;pointer-events:none;opacity:0;transition:opacity .3s ease-out}.filters-top{-ms-flex:0 0 auto;flex:0 0 auto}.filters-content{-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.filters-content-list{display:block}.filters-bottom{-ms-flex:0 0 auto;flex:0 0 auto;margin:0 calc(var(--container-padding) * -1)}.filters-block:last-of-type:after{display:none}.product-block-top{margin-bottom:50px}.product-info-bottom-count{width:100%}.product-tabs-left{display:none}.product-tabs-right{padding:0}.product-tabs-item.active .product-tabs-item-title{background-color:#2c3576;color:#fff}.product-tabs-item.active .product-tabs-item-desc{height:calc(var(--tab-padding) * 2 + var(--tab-height))}.product-tabs-item-title{display:block}.product-tabs-item-desc{margin-top:10px;background-color:#fff;margin-top:0;height:0;overflow:hidden}.product-tabs-item-desc .scroll-container .simplebar-vertical{top:0;bottom:0}.about-block .el1{display:none}.about-img{aspect-ratio:335/442}.about-img .logo{--logo-height:85px}.stats-block ul{gap:20px}.stats-block li{min-width:0;width:calc(50% - 10px)}.contacts-block-left{width:100%}.contacts-block-right{width:100%}.contacts-block .el1{display:none}.faq-item.active .faq-item-title{color:#2c3576}.loyalty-table-content{margin:0 calc(var(--container-padding) * -1);padding:0 var(--container-padding)}.checkout-block-left{width:100%}.checkout-block-left-title{-ms-flex-order:-1;order:-1;margin-bottom:0;padding-top:2px}.checkout-block-right{width:100%;-ms-flex-order:-1;order:-1}.checkout-order-title .checkout-order-total{display:block}.checkout-order-content{height:0;opacity:0;transition:height .3s ease-out,opacity .3s ease-out;overflow:hidden;pointer-events:none}.checkout-order.active .checkout-order-content{height:var(--order-height);opacity:1;pointer-events:auto}.checkout-order-bottom-group{background-color:#feeaed;padding:1px 20px 15px;width:100%;border-radius:15px}.checkout-success{margin-top:0}.account-block-left{width:100%}.account-sidebar-button{display:block}.account-sidebar.opened .account-sidebar-button{width:auto}.account-sidebar.opened .account-sidebar-button .btn-account-sidebar{transform:rotate(-180deg)}.account-sidebar.opened .account-sidebar-item:after{transform:scale(1,1);opacity:1}.account-sidebar-list li.active{display:block}.account-sidebar-item:after{opacity:0}.account-favs-block-list-empty .text{border-radius:10px}.account-favs-item .img .btn-account-favs-item-remove{pointer-events:none}.footer-block-top-left{width:100%}.footer-contacts .contacts-items:after,.footer-contacts .contacts-items:before{display:block}.popup-lightbox .iframe-horizontal{width:min(1366px,calc(100svw - 40px),calc((100svh - 60px) * (16 / 9)))}[data-parallaxify-range-x],[data-parallaxify-range]{transform:none!important}.mouse-tip{display:none}.viewport-anim-t,.viewport-anim-t-0{opacity:1!important;transform:scale(1)!important}.viewport-anim-s,.viewport-anim-s-0{opacity:1!important;transform:scale(1)!important}.viewport-anim-l,.viewport-anim-l-0{opacity:1!important;transform:scale(1)!important}.viewport-anim-r,.viewport-anim-r-0{opacity:1!important;transform:scale(1)!important}.viewport-anim-o,.viewport-anim-o-0{opacity:1!important;transform:scale(1)!important}}@media only screen and (max-width:767px){.top-nav.opened-search .top-nav-search{left:calc(100vw - 70px)}.header-page .bg img{width:748px;max-width:none;left:calc(50% - 748px / 2)}.header-page .header-block{padding-bottom:45px}.header-page .header-block-content .h2{margin-top:10px}.header-simple-block-content .h2{margin-bottom:15px}.header-simple-block-content .h6{margin:15px 0 10px;font-size:.8125rem}.header-simple-block.dashed-underline{padding-bottom:25px}.logo{--logo-height:26px}.count-block .input-number{width:44px}.btn{font-size:.8125rem}.btn{height:48px}.btn-hollow{font-size:.8125rem}.btn-hollow{height:48px}.btn-icon[data-count]:after{top:2px}.btn-search-submit{width:34px;height:34px}.btn-quick-search-all{box-shadow:0 -1px 16px rgba(44,53,118,.13)}.btn-cart-close,.btn-favs-close{--size:36px;--icon-size:11px;padding-bottom:2px}.btn-product-favs{--size:48px;--icon-size:20px}.breadcrumbs{font-size:.75rem}.breadcrumbs{--gap:10px;padding:20px 0}.breadcrumbs a:after{width:10px;height:10px;font-size:.625rem}.lang-list a{font-size:.875rem}.lang-list a{line-height:22px}.slider-buttons{--offset:-21px}.btn-slider{--btn-size:42px}.block-header{margin-bottom:30px}.block-header .h2{margin-bottom:15px}.slider-section-block-header{margin-bottom:25px}.slider-section .slider-buttons{--offset:-27px}.reviews{padding:60px 0 50px}.reviews-block-slider .slider-buttons{--offset:-27px}.reviews-block-button{margin-top:25px}.reviews-item{padding:20px 30px 30px}.reviews-item:after{font-size:4.0625rem}.reviews-item-top{padding-bottom:24px}.reviews-item-top .score-block{--size:15px;--gap:9px}.brands{padding:14px 0}.brands-item .img img,.brands-item .img svg{height:45px}.brands-line-wrap{--gap:50px}.header-p404 .bg .img img{width:900px;object-position:50% 50%;left:calc(50% - 880px / 2);max-width:none}.header-p404 .header-block{padding:30px 0 14px}.header-p404 .header-block-content .h1{font-size:8.75rem}.p404-block{padding-top:30px}.p404-block{padding-bottom:30px}.p404-block .h2{margin-bottom:15px}.p404-block p{margin-bottom:20px}.p404-block .btn{width:163px}.input-wrap{font-size:.8125rem}.input-wrap{--padding-vert:14px;--padding-hor:20px}.input-wrap textarea{min-height:114px}.input-wrap-error{padding-top:8px;padding-left:20px}.input-wrap-radio{--radio-size:18px;--radio-icon-size:10px}.input-wrap-radio .text-right{width:100%}.input-wrap-radio .text .title{font-size:.8125rem}.input-wrap-radio .text .desc{font-size:.625rem}.input-wrap-radio .text .price{font-size:.8125rem}.input-wrap-radio .text .price{width:100%}.input-row{--gap-vert:12px}.input-row .input-wrap{width:100%}.select-item-list-option{font-size:.75rem}.select-item-list-option .icon{width:18px;height:18px}.select-item-list-options{padding-top:20px}.quick-search{--offset-x:10px}.quick-search-block{width:calc(100vw - 80px);top:-5px;height:var(--top-nav-height)}.quick-search-block-form{padding-top:5px}.quick-search-block-results{position:absolute;top:var(--top-nav-height);margin-top:0;padding-top:15px;left:calc(var(--container-padding) * -1);height:calc(var(--vh) * 100 - var(--top-nav-height) + 1px);border-radius:0;box-shadow:none;width:100vw;z-index:-1}.quick-search-form-icon{width:34px;height:34px;font-size:1.125rem}.quick-search-form-input .input-wrap-search{--padding-vert:11px;font-size:.75rem}.quick-search-form-input .input-wrap-search input{height:42px}.quick-search-results-list{max-height:none;padding:0 20px;height:calc(100dvh - 62px - var(--top-nav-height) - 15px)}.quick-search-results-list .simplebar-track{opacity:0}.quick-search-item{--offset-button:50px;gap:15px;padding-right:75px}.quick-search-item .title{font-size:.75rem}.quick-search-item .title{margin-bottom:10px}.quick-search-item .price{font-size:.875rem}.quick-search-item .price-old{font-size:.625rem}.cart-menu{width:100%;--gap:20px}.cart-menu-top{padding-block:12px}.cart-menu-top .title{font-size:1rem}.cart-menu-list-empty{padding-block:15px}.cart-menu-list-empty .text p{font-size:.875rem}.cart-menu-list-wrap{padding-top:15px}.cart-menu-list-wrap li{--side-padding:20px}.cart-menu-list-wrap .simplebar-track{opacity:0;right:9px}.cart-menu-bottom{padding-block:7px 15px}.cart-menu-total{margin-bottom:12px}.cart-menu-total p{font-size:.875rem}.cart-item-left{width:auto;-ms-flex:1;flex:1}.cart-item-right{width:76px;-ms-flex:initial;flex:initial}.cart-item .img{width:65px}.cart-item .img img{height:75px}.cart-item .price{width:100%;font-size:.875rem}.cart-item .price-old{font-size:.625rem}.products-grid-item{width:calc(50% - 10px)}.product-item{--bdrs:10px}.product-item-label{font-size:.625rem}.product-item-img{border-radius:8px}.product-item-text{padding:15px 5px 7px}.product-item-text .title{padding-bottom:12px}.product-item-text .title a{-webkit-line-clamp:3}.product-item-text .price{font-size:.875rem}.product-item-text .price{padding-top:11px}.product-item-text .price-old{font-size:.6875rem}.product-item-addition-options .select-item-list-option .icon{width:16px;height:16px}.header-main-slider-item .img-mobile{display:block}.main-categories{padding:23px 0 20px}.main-categories-block-slider .slider-buttons{display:none}.main-categories-item{--side-offset:0}.main-categories-item .img{margin-bottom:10px}.main-bestsellers{padding:40px 0 60px}.main-new{padding:40px 0 50px}.main-sale{padding:60px 0}.catalog{padding:25px 0 50px}.catalog-block-right-items{margin-bottom:20px}.catalog-block-empty{border-radius:10px}.catalog-block-empty p{font-size:.875rem}.catalog-panel-top-right{width:174px}.catalog-panel-top-right .select-item-list{--gap-vert:10px;--gap-hor:15px}.filters-container{width:274px}.filters-top{padding-bottom:15px}.filters-top{padding:15px 0}.filters-top-left .title i{font-size:1.0625rem}.filters-content-list ul{padding:15px 0}.filters-content-list .filter-active-item,.filters-content-list .filter-active-reset{height:34px}.filters-bottom{padding:13px var(--container-padding)}.filters-block{padding:15px 0}.btn-filters-more{height:38px}.btn-filters-close-top i{--close-size:15px}.btn-catalog-filter-mobile i{font-size:1rem}.btn-catalog-filter-mobile{font-size:.75rem;gap:10px;height:38px;padding:0 20px}.product{padding-bottom:50px}.product-block-top{gap:27px}.product-block-top-left{width:100%}.product-block-top-left{padding-top:0}.product-block-top-right{width:100%}.product-info-article{margin-bottom:10px}.product-info-article p{font-size:.75rem}.product-info-title{margin-bottom:10px}.product-info-price{margin-bottom:6px}.product-info-price .price{font-size:1.125rem}.product-info-price .price-old{font-size:.875rem}.product-info-price .price-old{top:-2px}.product-info-options{width:100%;--igap:12px}.product-info-options:has(*){padding-bottom:14px}.product-info-options:not(:has(*)){padding-bottom:7px}.product-info-bottom{padding:14px 0}.product-info-bottom-count .count-block .btn-count{--btn-size:38px;--btn-icon:12px}.product-info-item{gap:20px;padding:17px 15px}.product-info-item .text{--igap:8px}.product-gallery .product-item-label{font-size:.875rem}.product-gallery-main{margin-bottom:0;margin:0 5px}.product-gallery-main-item .img iframe,.product-gallery-main-item .img img,.product-gallery-main-item .video iframe,.product-gallery-main-item .video img{height:auto;aspect-ratio:1/1}.product-gallery-thumbs{display:none}.product-tabs-right{--tab-height:283px;--tab-padding:25px}.product-tabs-item.active .product-tabs-item-desc{padding:var(--tab-padding) 20px;margin-top:5px}.product-tabs-item-title{font-size:.875rem}.product-tabs-item-title p{font-size:.875rem;line-height:1.5}.product-tabs-item-desc{border-radius:10px;padding:0 20px}.product-tabs-item-desc .scroll-container.simplebar-scrollable-y{padding-right:20px}.product-tabs-item-desc .content li,.product-tabs-item-desc .content p{font-size:.75rem}.product-table-item{font-size:.75rem}.product-table-item{padding:10px 0}.product-table-item .title{width:auto;max-width:55%}.product-related{padding-bottom:50px}.stock{font-size:.75rem}.about-block{gap:30px}.about-block-left-title{margin-bottom:15px}.about-block-left-text{--igap:5px}.about-block-left-text p{line-height:1.84}.about-block-left-text p:first-child{margin-bottom:10px}.about-block-left-bottom{margin-top:25px}.about-block-left-bottom{padding-top:20px}.about-block-right{width:100%}.about-img{border-radius:15px}.about-img .logo{top:35px}.about-img .img{bottom:-5px}.stats-item .numbers{font-size:2.875rem}.stats-item .numbers{margin-bottom:0}.stats-item p{font-size:.6875rem}.advantages{padding:50px 0 60px}.advantages-block-header{margin-bottom:25px}.advantages-block-items ul{--grid-cols:1;gap:15px}.advantages-item{padding:30px 20px}.advantages-item .icon{margin-bottom:20px}.advantages-item .icon{width:40px;height:40px;font-size:2.5rem}.advantages-item .title{font-size:.875rem}.contacts{padding-bottom:50px}.contacts-block{gap:30px}.contacts-block-left-top{--igap:5px}.contacts-block-left-top .h2{margin-bottom:15px}.contacts-items{--igap:17px}.contacts-item-title p{font-size:.875rem}.form-contacts{border-radius:15px;padding-inline:20px;--igap:12px}.form-contacts-top .h4{margin-bottom:8px}.form-contacts-top .h4{font-size:1.3125rem}.form-contacts-fields{margin-bottom:12px}.form-contacts-submit .btn{width:100%}.faq{padding:0 0 50px}.faq-block{--igap:20px}.faq-block-header{margin-bottom:0}.faq-block-header p{line-height:1.8}.faq-block-panel{display:-ms-flexbox;display:flex;overflow-x:auto;overflow-y:hidden;margin-inline:-20px;margin-bottom:0;scrollbar-width:none}.faq-block-panel ul{padding:20px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.faq-block-panel li{font-size:.8125rem}.faq-block-tabs-item{border-radius:10px}.faq-block-bottom{padding:15px 20px;border-radius:10px}.faq-item{border-radius:10px;--side-padding:20px;--padding:15px}.delivery{padding:30px 0 50px}.delivery-block{--igap:30px}.delivery-block-inner{border-radius:15px;padding:25px 20px}.delivery-block-inner-title .h4{margin-bottom:10px}.delivery-lists{margin-top:20px}.delivery-lists{--grid-cols:1;gap:15px}.delivery-list{border-radius:10px;padding:16px 20px}.delivery-list-title{padding-bottom:10px}.delivery-list-title p{font-size:.875rem}.delivery-list-content{padding-top:10px}.delivery-list-content li{margin:5px 0}.payment-imgs{margin-top:10px}.payment-imgs ul{gap:10px}.payment-imgs li{width:100%}.payment-imgs .img{height:62px}.payment-imgs .img{padding:0}.payment-text{margin-top:15px}.loyalty{padding:25px 0 50px}.loyalty-block>*{--igap:25px}.loyalty-block-inner{padding-bottom:25px}.loyalty-block-inner-title{margin-bottom:20px}.loyalty-block-inner-title .title{margin-bottom:10px}.loyalty-block-inner-bottom{margin-top:20px}.loyalty-block-bottom{border-radius:10px;padding:30px 20px 0}.loyalty-block-bottom-left{padding:0}.loyalty-block-bottom-left .title{margin-bottom:10px}.loyalty-block-bottom-left p{margin-top:5px}.loyalty-block-bottom-left p:last-of-type{margin-top:10px}.loyalty-block-bottom-right{width:100%;margin-left:-20px;width:auto}.loyalty-table-title{margin-bottom:15px}.loyalty-table-content table{padding:10px 10px 0;--gap:10px;width:calc(var(--min-width) * var(--cols) + var(--gap) * (var(--cols) - 1) + 20px)}.loyalty-table-content table thead td{font-size:.75rem}.loyalty-table-content table thead td{height:42px}.loyalty-table-content table tbody td{font-size:.75rem}.loyalty-table-content table tbody td{padding:10px}.loyalty-table-content table td{width:var(--min-width)}.custom-list-stars ul>*{--igap:15px}.custom-list-stars li{font-size:.75rem}.custom-list-stars li{--size:34px;--gap:20px}.terms{padding:25px 0 50px}.terms-block-content .content li{--li-offset:20px}.terms-block-content .content h2{font-size:1.125rem}.terms-block-content .content h2{margin:20px 0 12px}.terms-block-content .content h3{font-size:.875rem}.terms-block-content .content h3{margin:20px 0 12px}.checkout{padding-bottom:50px}.checkout-block{gap:15px}.checkout-block-left{margin-top:-5px}.checkout-block-left-title{margin-bottom:5px}.checkout-tab{padding:15px 0}.checkout-tab-title{gap:15px;--dropdown-size:10px}.checkout-tab-title:before{font-size:.875rem}.checkout-tab-title:before{width:36px;height:36px}.checkout-tab-title:after{right:0}.checkout-tab-title p{font-size:.875rem}.checkout-tab-content-wrap{padding-top:30px}.checkout-tab-content-wrap:before{top:15px}.checkout-user-panel{padding:0;border-radius:0}.checkout-user-panel:before{display:none}.checkout-user-panel ul{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.checkout-user-panel li{height:48px}.checkout-user-panel li{font-size:.8125rem}.checkout-user-panel li{width:100%}.checkout-user-panel li:before{display:block}.checkout-user-tab-register-sign{padding:10px 15px}.checkout-user-tab-register-sign p{font-size:.6875rem}.checkout-user-tab-login-inner{border-radius:15px}.checkout-shipping-block{padding:15px 0}.checkout-shipping-block:last-of-type{padding-bottom:0}.form-checkout-user-inner{border-radius:15px;padding:25px 20px}.form-checkout-user-login{text-align:center}.form-checkout-user-login-fields{margin-bottom:12px}.form-checkout-user-login-fields .input-wrap{margin-bottom:12px}.form-checkout-user-login-bottom .input-wrap-submit{width:100%}.form-checkout-user-login-bottom .forgot-password{width:100%}.form-checkout-user-password{text-align:center}.form-checkout-user-password-title p{font-size:.625rem}.form-checkout-user-password-fields{gap:15px}.form-checkout-user-password-fields .input-wrap{width:100%}.form-checkout-user-password-fields .input-wrap-submit{width:100%}.form-checkout-shipping-address .input-row{margin-bottom:12px}.form-checkout-payment-radio .input-wrap-radio .text .img{height:22px}.form-checkout-payment-radio .input-wrap-radio .text .img img{height:57px}.form-checkout-payment-radio .input-wrap-radio .text .img-payoneer img{height:50px}.form-checkout-confirm>*{--igap:10px}.form-checkout-confirm .input-wrap-check{--check-size:14px;--check-icon-size:12px}.form-checkout-confirm .input-wrap-check .text p{font-size:.625rem}.checkout-order{width:100%;--side-padding:15px;--gap:15px;border-radius:10px}.checkout-order-title{--dropdown-size:10px;padding:15px 45px 15px 15px}.checkout-order-title .title{font-size:.875rem}.checkout-order-title .checkout-order-total .price{font-size:.875rem}.checkout-order-title:after{right:15px;top:22px}.checkout-order-items .cart-menu-list-wrap{max-height:251px}.checkout-order-items .cart-menu-list-wrap li{--side-padding:15px;--item-padding:15px}.checkout-order-items .cart-menu-list-wrap .cart-item-left{gap:10px}.checkout-order-items .cart-menu-list-wrap .cart-item .title{font-size:.625rem}.checkout-order-bottom{padding:15px 15px 0}.checkout-order-bottom-info .checkout-order-cost{padding-bottom:11px}.checkout-order-bottom-group{border-radius:10px;padding:1px 15px 15px}.checkout-order-bottom-group .checkout-order-subtotal{padding:14px 0 15px}.checkout-order-cost ul{gap:8px}.checkout-order-cost-item{font-size:.75rem}.checkout-order-subtotal{font-size:.875rem}.checkout-item-left{width:auto;-ms-flex:1;flex:1}.checkout-item-right{width:76px;-ms-flex:initial;flex:initial}.checkout-item .img{width:65px}.checkout-item .img img{height:75px}.checkout-item .price{width:100%;font-size:.875rem}.checkout-item .price-old{font-size:.625rem}.checkout-success{padding-bottom:50px}.checkout-success-block-title{margin-bottom:20px}.checkout-success-block-content{border-radius:15px;padding:20px 30px 30px}.checkout-success-block-content .circle-element{--border:30px}.checkout-success-block-content .el1{top:-69px}.checkout-success-block-content .el1{right:-88px}.checkout-success-block-content .el1 .circle-element{--size:141px}.checkout-success-block-content .el2{left:-63px}.checkout-success-block-content .el2{bottom:-84px}.checkout-success-block-content .el2 .circle-element{--size:157px}.checkout-success-block-content .icon{font-size:3rem}.checkout-success-block-content .subtitle{font-size:.875rem}.checkout-success-block-content .btn{width:200px}.account{padding-bottom:50px}.account-block-inner{border-radius:15px;padding:20px 15px}.account-block-inner-title{margin-bottom:15px}.account-sidebar{border-radius:15px;padding:0 15px}.account-sidebar-item{--padding:13px;--size:36px;--icon-size:16px}.account-sidebar-item .text{font-size:.8125rem}.account-sidebar-item-favs .icon{padding-top:1px}.account-loyalty{border-radius:15px;padding:15px}.account-loyalty .el1{bottom:-49px}.account-loyalty .el1{right:-66px}.account-loyalty-top{margin-bottom:15px}.account-loyalty-top .title{font-size:.75rem}.account-loyalty-top .title{margin-bottom:5px}.account-loyalty-top .desc{font-size:.875rem}.account-loyalty-discount{margin-bottom:5px}.account-loyalty-discount .title{font-size:.75rem}.account-loyalty-discount .title{margin-bottom:0}.account-loyalty-discount .desc{font-size:1.75rem}.form-account-block{padding-bottom:20px}.form-account-block{margin-bottom:20px}.form-account-block .title{margin-bottom:15px}.form-account-block .title{font-size:1rem}.form-account-delivery-submit .btn,.form-account-personal-submit .btn{width:100%}.form-account-delivery-fields .input-row~.input-wrap{margin-top:12px}.account-favs-block-list-empty .text{padding:15px}.account-favs-block-list-empty .text p{font-size:.875rem}.account-favs-item{gap:15px}.account-favs-item .title{font-size:.75rem}.account-favs-item .title{margin-bottom:10px}.account-favs-item .price{font-size:.875rem}.account-favs-item .price-old{font-size:.625rem}.account-favs-item .button{width:36px}.account-favs-item .button .btn-account-favs-item-remove .icn-close{--close-size:10px}.account-favs-item .button .btn-account-favs-item-add{width:36px;height:36px;font-size:1rem}.account-table{font-size:.75rem}.account-table-cell{width:calc(50% - 10px)}.account-table-cell .title{display:block;line-height:1.55}.account-table-cell-btn{width:100%;text-align:center}.account-table-head{display:none}.account-table-body .account-table-row{padding:15px 0;gap:8px 20px}.account-table-body .account-table-row:first-of-type{padding-top:0}.account-orders-block-details{margin-top:15px}.account-orders-details-title{font-size:.8125rem}.account-orders-details-info{margin-bottom:0}.account-orders-details-info{padding:15px}.account-orders-details-info ul>*{--igap:8px}.account-orders-details-info li{gap:0}.account-orders-details-info li .title{width:100%}.account-orders-details-info li .desc>*{--igap:3px}.account-orders-details-info li p{line-height:1.2}.account-orders-details-cost{padding:15px 0}.account-orders-details-buttons{padding-bottom:15px}.account-orders-details-buttons{gap:15px;padding-inline:0}.account-orders-details-buttons .btn,.account-orders-details-buttons .btn-hollow{width:100%}.account-orders-details-bottom>*{--igap:5px}.account-orders-details-bottom{padding:15px 0 0}.account-orders-details-item{gap:10px;padding:15px 0}.account-orders-details-item .img{width:65px}.account-orders-details-item .img img{height:75px}.account-orders-details-item .title{font-size:.625rem}.account-orders-details-item .title{margin-bottom:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.account-orders-details-item .count{font-size:.6875rem}.account-orders-details-item .price{font-size:.875rem}.account-orders-details-item .price{width:76px}.account-orders-details-item .price-old{font-size:.625rem}.account-order-cost ul>*{--igap:11px}.account-order-cost-item{font-size:.75rem}.footer-block-top{padding:30px 0 34px}.footer-block-top-left .logo{margin-bottom:31px}.footer-block-top-left .logo{--logo-height:36px}.footer-block-top-right{--col-width:158px;--col-width:calc((100vw - 60px) / 2);--gap:30px;padding-right:0}.footer-block-bottom{padding:20px 0}.footer-block-bottom p{font-size:.875rem}.footer-block-bottom-left{width:100%;text-align:center}.footer-block-bottom-right{display:none}.footer-contacts .contacts-items{padding:24px 0;--igap:20px}.footer-contacts .contacts-items p{font-size:.875rem}.footer-pages-col .title{font-size:.875rem}.footer-pages-col .title{margin-bottom:10px}.footer-pages-col ul{font-size:.75rem}.footer-pages-col ul{gap:8px 20px;max-height:calc(var(--rows) * 30px)}.popup-close{--size:36px;--icon-size:12px}.popup-content{width:335px}.popup-content-main{border-radius:15px}.popup-content.has-close:before{width:92px}.popup-content.has-close:before{height:26px}.popup-content.has-close:before{background-image:url(../img/elements/popup-close-el_375.svg)}.popup-block{padding:33px 20px 30px}.popup-block .desc{margin-top:10px}.popup-block .desc p{font-size:.75rem}.popup-block .btn{min-width:115px}.popup-block .form-popup{margin-top:10px}.popup-block .form-popup-block{--igap:12px}.popup-block .form-popup-login-fields{margin-bottom:15px}.popup-block .form-popup-login-fields{--igap:10px}.popup-block .form-popup-login-password{margin-bottom:20px}.popup-block .form-popup-login-submit{margin-bottom:15px}.popup-block .form-popup-registration-terms p{line-height:1.4}.popup-block .form-popup-registration-submit .btn{width:100%}.popup-block .form-popup-review{margin-top:20px}.popup-block .form-popup-review-score{margin-bottom:20px}.popup-block .form-popup-review-fields{margin-bottom:12px}.popup-block .form-popup-review-fields .input-row{gap:12px}.popup-block .form-popup-review-textarea{margin-bottom:20px}.popup-block .form-popup-review-submit .btn{width:100%}.popup-form-big .popup-content{width:335px}.popup-form-big .popup-block .desc{width:255px;max-width:100%;margin-inline:auto}.popup-success-block{padding-top:20px}.popup-success-block{padding-inline:30px}.popup-success-block .el1{top:-69px}.popup-success-block .el1{right:-88px}.popup-success-block .el2{left:-63px}.popup-success-block .el2{bottom:-98px}.popup-success-block .el2 .circle-element{--size:157px}.popup-success-block .icon{font-size:3rem}.popup-success-block .btn{margin-top:15px}.circle-element{--size:141px;--border:30px}.btn-forgot-password{font-size:.75rem}.popup-lightbox .img img{border-radius:15px}.popup-lightbox .iframe iframe{border-radius:15px}.favs-tip-add{padding:20px;text-align:left}.favs-tip-add-content .text{-ms-flex:1;flex:1;padding-right:50px}}@media only screen and (max-width:374px){.mobile-menu-bottom .socials ul{gap:20px}.mobile-menu-bottom .socials a{width:46px;height:46px;font-size:1.5rem}}@media only screen and (min-width:768px) and (max-width:991px){.icn-burger{--menu-icon-width:16px;--menu-icon-width-secondary:22px;height:17px}.btn-menu.opened-menu .icn-burger-line{left:8px}.mobile-menu-main-wrap{padding-block:30px}.mobile-menu-main-content{--gap:15px}.mobile-menu-main-content li a{padding-block:18px}.mobile-menu-main-content .sub-menu{padding-block:30px}.mobile-menu-main-content .sub-menu-top .title a{padding:0 30px}.mobile-menu-catalog{--btn-height:57px}.mobile-menu-catalog-list{padding-block:30px}.mobile-menu-catalog-list-top .title a{padding:0 30px}.mobile-menu-bottom{padding:25px 55px 30px}.mobile-menu-bottom p{font-size:1rem;margin-bottom:20px}.top-nav.opened-search .top-nav-search{left:calc(100vw - 108px)}.top-nav-block-left{gap:30px}.header-page .bg{width:auto;left:-77px;right:-77px;margin:auto}.logo{--logo-height:27px}.btn-search-submit{width:41px;height:41px}.block-header{margin-bottom:30px}.slider-section .slider-buttons{--offset:-24px}.reviews{padding:100px 0 80px}.reviews-block-slider .slider-buttons{--offset:-24px}.reviews-item-top{padding-bottom:23px}.brands{padding:17px 0}.header-p404 .bg .img img{width:1366px;left:calc(50% - 1366px / 2);max-width:none}.p404-block{padding-top:50px}.p404-block{padding-bottom:50px}.select-item-list{--gap-vert:14px;--gap-hor:30px}.quick-search-block{width:calc(100vw - 122px)}.quick-search-block-results{margin-top:-51px;padding-top:61px}.quick-search-form-icon{width:41px;height:41px;font-size:1.375rem}.quick-search-form-input .input-wrap-search{--padding-vert:13px}.quick-search-form-input .input-wrap-search input{height:49px}.products-grid-item{width:calc((100% - 40px)/ 3)}.product-item-text{padding-bottom:7px}.product-item-text .price{padding-top:11px}.header-main-slider-item .img-tab{display:block}.main-categories-block-slider .slider-wrap{margin:0 30px;padding:0 30px}.main-categories-block-slider .slider-buttons{--offset:5px}.main-categories-item{--side-offset:0}.main-bestsellers{padding-top:60px}.main-new{padding-top:60px}.main-sale{padding-bottom:100px}.catalog{padding:30px 0 80px;min-height:758px}.catalog-block-right-items{margin-bottom:20px}.filters-container{width:312px}.filters-top{padding:20px 0}.product-block-top-left{width:312px}.product-block-top-right{width:335px}.product-info-options .select-item-list{--gap-vert:11px;--gap-hor:25px}.product-info-item .text{--igap:11px}.product-gallery-thumbs{padding:0 3px}.product-gallery-thumbs-item{padding:6px}.product-tabs-right{--tab-padding:30px}.product-tabs-content{--igap:15px}.product-tabs-item.active .product-tabs-item-desc{margin-top:10px;padding:var(--tab-padding) 40px}.product-tabs-item-title{padding:11px}.product-tabs-item-title p{font-size:1rem}.product-tabs-item-desc{padding:0 40px;border-radius:15px}.product-tabs-item-desc .scroll-container.simplebar-scrollable-y{padding-right:30px;margin-right:-10px}.about-block{gap:20px}.about-block-left-text{min-height:380px}.about-block-left-bottom{margin-top:40px}.about-block-left-bottom{margin-right:-355px}.about-block-right{width:335px}.about-img .logo{top:35px}.advantages{padding:80px 0 100px}.advantages-block-items ul{--grid-cols:2;gap:20px}.contacts-block{gap:40px}.faq{padding:0 0 80px}.delivery{padding-bottom:80px}.delivery-block-inner{padding-inline:40px}.delivery-lists{gap:20px}.loyalty{padding-bottom:80px}.loyalty-block-inner-bottom{padding:0 10px}.loyalty-block-bottom-left{padding:35px 0 40px 30px}.loyalty-block-bottom-right{width:344px;margin-right:-100px}.loyalty-table-content table{--gap:20px}.terms{padding-bottom:80px}.checkout{padding-bottom:70px}.checkout-block{gap:30px}.checkout-block-left{margin-top:-5px}.checkout-block-left-title{margin-top:-5px}.checkout-block-right{margin-top:4px}.checkout-shipping-block:last-of-type{padding-bottom:5px}.form-checkout-user-login-fields{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.form-checkout-user-login-fields .input-wrap{width:305px;margin-bottom:0}.form-checkout-user-login-bottom .input-wrap-submit{width:305px}.form-checkout-user-password-fields .input-wrap-submit{width:216px}.form-checkout-payment{padding-top:5px}.form-checkout-confirm>*{--igap:12px}.checkout-order-title{padding-right:88px;padding-block:25px}.checkout-order-title .checkout-order-total .price{font-size:1.125rem}.checkout-order.active .checkout-order-title{padding-bottom:20px}.checkout-order-items .cart-menu-list-wrap{max-height:363px}.checkout-order-items .cart-menu-list-wrap li{--side-padding:50px}.checkout-order-items .cart-menu-list-wrap .cart-item-left{-ms-flex:1;flex:1}.checkout-order-items .cart-menu-list-wrap .cart-item-right{-ms-flex:initial;flex:initial}.checkout-order-bottom{padding-bottom:0}.checkout-order-bottom-group .checkout-order-subtotal{padding-bottom:13px}.checkout-success{padding-bottom:70px}.checkout-success{min-height:886px}.checkout-success-block-content .el1{top:-89px}.checkout-success-block-content .el1{right:-127px}.checkout-success-block-content .el2{left:-129px}.account{padding-bottom:70px}.account-block-inner{padding:30px}.btn-account-sidebar{font-size:.75rem;height:74px;width:63px}.account-sidebar{padding-block:0}.account-sidebar-button{height:74px}.account-sidebar-item-favs .icon{padding-top:2px}.account-loyalty{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.account-loyalty .el1{bottom:-84px}.account-loyalty .el1{right:-61px}.account-loyalty-discount{width:316px}.account-loyalty-bottom{width:100%;margin-top:-13px}.form-account-delivery-submit .btn,.form-account-personal-submit .btn{width:305px}.account-favs-item .button{width:42px}.account-table{--cell-addition:10px}.footer-block-top{padding:30px 0 42px;gap:42px}.footer-block-top-right{--col-width:216px;width:100%;--gap:20px;padding-right:0}.footer-block-bottom-right{padding-right:16px}.footer-contacts .contacts-items{padding:24px 0;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:20px;--igap:0px}.footer-contacts .contacts-items>*{margin-bottom:var(--igap)}.footer-contacts .contacts-items>:last-child{margin-bottom:0}.footer-contacts .contacts-item-title{margin-bottom:10px}.footer-pages-col-left{width:452px}.footer-pages-col ul{column-gap:20px}}@media only screen and (min-width:992px) and (max-width:1199px){.top-nav{--side-offset:0}.top-nav-pages{gap:50px}.top-nav-pages-list ul{gap:50px}.slider-buttons{--offset:-24px}.slider-section .slider-buttons{--offset:-24px}.reviews-block-slider .slider-buttons{--offset:-24px}.quick-search-block{width:770px}.products-grid{gap:30px}.products-grid-item{width:calc((100% - 60px)/ 3)}.product-item-img .img img{height:210px}.main-categories-block-slider .slider-buttons{--offset:-24px}.catalog-block-left{width:215px}.product-block-top-right{width:490px}.stats-block li{min-width:200px}.account-block-left{width:300px}.account-block-inner{padding:30px 40px}.footer-block-top-right{padding-right:0;--col-width:196px}.favs-tip-add .btn-favs-close{right:20px}}@media only screen and (min-width:992px) and (min-width:992px) and (max-width:1799px){.top-nav.pre-fixed .top-nav-block-center{margin-left:-65px}.top-nav.pre-fixed .top-nav-block-right{gap:5px}.top-nav.pre-fixed .top-nav-logo{width:125px}.top-nav.pre-fixed .top-nav-pages{gap:70px}.top-nav.pre-fixed .top-nav-pages-list ul{gap:70px}}@media only screen and (min-width:992px) and (min-width:992px) and (max-width:1199px){.top-nav.pre-fixed .top-nav-block-center{margin-left:0}.top-nav.pre-fixed .top-nav-pages{gap:20px}.top-nav.pre-fixed .top-nav-pages-list ul{gap:20px}}@media only screen and (min-width:992px) and (max-width:1799px){.top-nav.opened-search .top-nav-lang{opacity:0;transform:scale(0,0)}.catalog-list .sub-menu li{margin-bottom:0}.header-main-slider .swiper-pagination{bottom:28px}.header-main-slider-item .img-desctop{display:block}.product-info-options .select-item-list{--gap-hor:25px}.product-info-bottom-favs .favs-tip-auth{--offset-x:-210px}.product-info-bottom-favs .favs-tip-auth .text:after{left:225px}.product-tabs-item-desc .scroll-container.simplebar-scrollable-y{padding-right:38px}.about-img{height:541px}.loyalty-block-inner-bottom{padding:0 20px}.loyalty-block-bottom{padding-right:5px}.checkout-block-right{margin-top:-10px}.checkout-tab{padding:15px 0}.checkout-tab-content-wrap{padding-top:30px}.checkout-tab-content-wrap:before{top:15px}.form-checkout-payment{padding:5px 0}.checkout-order-items .cart-menu-list-wrap .simplebar-vertical{right:15px}.footer-block-top-right{--gap:30px}}@media only screen and (min-width:768px) and (max-width:1799px){.btn-cart-close,.btn-favs-close{padding-bottom:1px}.catalog-panel-top-right .select-item-list{--gap-hor:20px;--gap-vert:10px}.catalog-panel-top-right .select-item-list-current .select-item-list-option{padding-block:12px}.catalog-panel-top-right .select-item-list-option{font-size:.75rem}.product-info-top{min-height:178px}.contacts-item-title{margin-bottom:7px}.form-contacts-fields .input-row{--gap-hor:20px}.checkout-order-items .cart-menu-list-wrap li{--item-gap:20px}.checkout-order-subtotal .price{font-size:1.125rem}.checkout-success-block-content .title{font-size:1.75rem}.form-account-block .input-row{--gap-hor:20px}.popup-success .popup-content{width:434px}}