@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes first{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes secont{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes third{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes countdown{0%{stroke-dashoffset:0}to{stroke-dashoffset:76px}}.CatalogPage{display:flex;flex-direction:column;width:100%;margin:24px auto 0;max-width:1440px}@media screen and (max-width:1600px){.CatalogPage{max-width:1272px}}@media screen and (max-width:1439px){.CatalogPage{max-width:1224px}}@media screen and (max-width:1365px){.CatalogPage{padding:0 16px}}.CatalogPage__head{display:flex;align-items:center;justify-content:space-between}.CatalogPage__head-title,.CatalogPage__top-filter{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px}.CatalogPage__top-filter{margin-top:16px;background:#fff;font-size:14px;line-height:16px;padding:12px;display:flex;align-items:center;transition:all 250ms ease-in-out;border-radius:8px;text-transform:uppercase;width:100%}.CatalogPage__top-filter.open{padding:8px 12px}.CatalogPage__top-filter.open:after{display:flex}@media screen and (max-width:1365px){.CatalogPage__top-filter.open:after{display:none}.CatalogPage__top-filter{width:100%;justify-content:center}}.CatalogPage__top-filter:before{content:"";display:flex;width:24px;min-width:24px;height:24px;margin-right:8px;background:url(../assets/catalog/filters-button.svg);transition:all 250ms ease-in-out}.CatalogPage__top-filter:after{content:"";display:none;width:16px;min-width:16px;height:16px;margin-left:auto;background:url(../assets/catalog/filters-close.svg);transition:all 250ms ease-in-out}.CatalogPage .CatalogSmartFilters{margin-top:24px;overflow:scroll}.CatalogPage__body{display:grid;margin-top:24px;grid-template-columns:320px 1fr;gap:58px}@media screen and (max-width:1600px){.CatalogPage__body{grid-template-columns:280px 1fr}}@media screen and (max-width:1365px){.CatalogPage__body{margin-top:24px;grid-template-columns:1fr}.CatalogPage__body .CatalogSelectedFilters{display:none}}.CatalogPage__body.open{display:grid;grid-template-columns:322px minmax(0,1fr);grid-column-gap:46px}@media screen and (max-width:1600px){.CatalogPage__body.open{grid-template-columns:312px minmax(0,1fr);grid-column-gap:24px}}@media screen and (max-width:1440px){.CatalogPage__body.open{grid-template-columns:306px minmax(0,1fr)}}@media screen and (max-width:1365px){.CatalogPage__body.open{display:flex;grid-gap:0}}.CatalogPage__overlay{position:fixed;width:100%;height:100vh;background:rgba(0,0,0,.25);left:0;top:0;display:flex}.CatalogPage .popup-anim-enter-active,.CatalogPage .popup-anim-leave-active{transition:all 300ms ease-in-out}.CatalogPage .popup-anim-enter,.CatalogPage .popup-anim-leave-to{opacity:0}.ComparePage{width:100%;display:flex;flex-direction:column;margin-top:24px}.ComparePage__head{display:flex;justify-content:space-between;align-items:center;margin-top:24px}@media screen and (max-width:1365px){.ComparePage__head{flex-direction:column;row-gap:24px;padding:0 16px;align-items:initial}}.ComparePage__head-left,.ComparePage__head-right{display:flex;align-items:center}.ComparePage__head-right{gap:32px}@media screen and (max-width:1365px){.ComparePage__head-left,.ComparePage__head-right{gap:16px}}.ComparePage__head-left{gap:24px}.ComparePage__head-left-button{display:flex;align-items:center;width:-webkit-fill-available;height:40px;padding:8px 16px 8px 12px;font-weight:380;line-height:16px;font-size:14px;color:#a35454;position:relative;border-radius:8px;transition:all 250ms ease-in-out;gap:8px}@media screen and (max-width:1365px){.ComparePage__head-left-button{padding:8px;width:40px;height:40px;justify-content:center}}@media screen and (max-width:767px){.ComparePage__head-left-button{width:40px}}.ComparePage__head-left-button::before{content:"";width:24px;height:24px;display:flex;background-image:url(../assets/compare-page/delete-icon-red.svg);background-position:center center;background-repeat:no-repeat}.ComparePage__head-left-button:hover{cursor:pointer;background:#f6eeee}.ComparePage__head-left-button:active{background:#e8d4d4}@media screen and (max-width:1365px){.ComparePage__head-left-button p{display:none}}.ComparePage__head-right .CompareAddDiffBtns{display:flex;gap:32px;justify-content:space-between;width:100%}.ComparePage__info{border-radius:8px;background:#f6edeb;margin-top:24px}@media screen and (max-width:1365px){.ComparePage__info{margin:20px 20px 0}.ComparePage__info span{display:block}}@media screen and (max-width:767px){.ComparePage__info{margin:16px 16px 0}}.ComparePage__info-text{color:#a3463b;font-size:16px;line-height:20px;padding:22px 0;text-align:center}@media screen and (max-width:767px){.ComparePage__info-text{padding:16px;line-height:140%}}.ComparePage__title{font-size:24px;font-weight:380;line-height:32px;color:#1f1f1f;width:100%;margin:0 auto}@media screen and (max-width:1365px){.ComparePage__title{padding:0 16px}}.ComparePage__body{display:flex;margin:32px auto 0;max-width:1440px;width:100%}@media screen and (max-width:1600px){.ComparePage__body{max-width:1272px}}@media screen and (max-width:1439px){.ComparePage__body{max-width:1224px}}@media screen and (max-width:1365px){.ComparePage__body{max-width:100%;margin-top:24px}}.ErrorPage{display:flex;flex-direction:column;width:100%;margin:64px auto 32px;max-width:1440px}@media screen and (max-width:1600px){.ErrorPage{max-width:1272px}}@media screen and (max-width:1439px){.ErrorPage{max-width:1224px}}@media screen and (max-width:1365px){.ErrorPage{max-width:100%;margin-top:0}}.ErrorPage__title{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px}@media screen and (max-width:1365px){.ErrorPage__title{padding:0 16px}}.ErrorPage__products{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:24px}@media screen and (max-width:1600px){.ErrorPage__products{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1365px){.ErrorPage__products{grid-template-columns:repeat(2,1fr);padding:0 16px}}@media screen and (max-width:767px){.ErrorPage__products{padding:0;gap:0}}.ErrorPage__products .ProductItem{max-width:272px}.ErrorPage__products .ProductItem__name{font-size:14px}@media screen and (max-width:767px){.ErrorPage__products .ProductItem__name{font-size:12px}}.ErrorPage__products .ProductItem__wrapper{width:232px;height:232px}@media screen and (max-width:767px){.ErrorPage__products .ProductItem__wrapper{width:156px;height:156px}}@media screen and (max-width:1600px){.ErrorPage__products .ProductItem{max-width:100%}}@media screen and (max-width:767px){.ErrorPage__products .ProductItem{border-radius:0;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb}}.Header{width:100%;height:64px;margin:0;padding:0;background:#fff;display:flex;align-items:center}.Header.checkout .Header__container{max-width:1272px}@media screen and (max-width:1365px){.Header.checkout .Header__container{padding:0 16px}.Header.checkout .Header__container-logo{margin-left:0;width:127px;height:28px}}.Header.checkout .Header-callback{margin-left:auto}.Header.checkout .Header-location__button{display:none}.Header.checkout .Header-callback__top{margin-right:0}@media screen and (max-width:1365px){.Header .Header-callback__top-button{display:none}}.Header.checkout .Header-callback__top-button{display:flex}@media screen and (max-width:1365px){.Header{z-index:5}}.Header__container{max-width:1440px;margin:0 auto;display:flex;align-items:center;width:100%;height:100%;justify-content:space-between}@media screen and (max-width:1600px){.Header__container{max-width:1272px}}@media screen and (max-width:1439px){.Header__container{max-width:1224px}}@media screen and (max-width:1365px){.Header__container{padding:0 8px;max-width:100%}}.Header__container-left{height:100%}.Header__container-left,.Header__container-right{display:flex;align-items:center}.Header__container-logo{width:104px;height:26px;display:flex;background-image:url(../assets/header/logo.svg);background-size:100% 100%;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}.Header__container-logo:hover{cursor:pointer}@media screen and (max-width:1365px){.Header__container-logo{margin-left:auto}}.Header__container-list{display:flex;align-items:center;height:100%;margin-left:24px;gap:24px}.Header__container-list-item{font-weight:380;font-size:14px;color:#1f1f1f;line-height:16px;align-items:center;display:flex;transition:all 250ms ease-in-out;position:relative;height:100%}.Header__container-list-item:hover{cursor:pointer;text-decoration:underline;text-underline-offset:4px}.Header__container-list-item:active{color:#535353}.MainPage__container{max-width:1440px;margin:48px auto;display:flex;flex-direction:column}@media screen and (max-width:1600px){.MainPage__container{max-width:1272px}}@media screen and (max-width:1439px){.MainPage__container{max-width:1224px}}@media screen and (max-width:1365px){.MainPage__container{margin:60px auto 48px;padding:0 16px;max-width:100%}}.Footer{display:flex;flex-direction:column;width:100%;background:#f6f2ec;padding:32px 32px 24px;margin-top:48px}@media screen and (max-width:1365px){.Footer{padding:32px 16px;margin-top:32px}}@media screen and (max-width:767px){.Footer{padding:32px 8px}}.Footer__main{max-width:1440px;width:100%;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:86px}@media screen and (max-width:1599px){.Footer__main{max-width:1272px;grid-gap:44px}}@media screen and (max-width:1439px){.Footer__main{max-width:1256px;grid-gap:32px}}@media screen and (max-width:1365px){.Footer__main{display:flex;flex-direction:column;grid-gap:0;max-width:100%}}.Footer__main-divider{display:none;width:100%;height:1px;background:#e8e1d8;margin:8px}@media screen and (max-width:1365px){.Footer__main-divider{display:flex;order:2}}.Footer__main-item{display:flex;flex-direction:column}@media screen and (max-width:1365px){.Footer__main-item{overflow:hidden;transition:all 400ms ease-in-out;max-height:48px;order:2}.Footer__main-item.active{max-height:900px}.Footer__main-item.active .Footer__main-item-head{color:#a48561}.Footer__main-item.active .Footer__main-item-head:after{background:url(../assets/footer/minus.svg)}}.Footer__main-item-head{font-weight:450;font-size:14px;line-height:16px;color:#a3a3a3;position:relative;text-transform:uppercase}@media screen and (max-width:1365px){.Footer__main-item-head{padding:18px 16px;font-size:16px;font-weight:380;color:#1f1f1f;line-height:20px;text-transform:none}}.Footer__main-item-head:after{content:"";width:16px;height:16px;background:url(../assets/footer/plus.svg);display:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.Footer__main-item-head:after{display:flex}}.Footer__main-item-list{display:flex;flex-direction:column}.Footer__main-item-list-li{display:flex;margin-top:24px;font-weight:330;font-size:14px;color:#1f1f1f;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.Footer__main-item-list-li{margin:0;padding:16px;align-items:center;border-radius:8px}.Footer__main-item-list-li:active{background:#f0e8dd}}.Footer__main-item-list-li:hover{text-decoration:underline;color:#a48561}@media screen and (max-width:1365px){.Footer__main-item-list-li:hover{text-decoration:unset;color:#1f1f1f}}.Footer__main-contacts{display:flex;flex-direction:column}@media screen and (max-width:1365px){.Footer__main-contacts{order:1;padding:0 16px;margin-bottom:24px}}@media screen and (max-width:767px){.Footer__main-contacts{display:flex}}.Footer__main-contacts-container{display:flex;flex-direction:column;margin-top:24px}.Footer__main-contacts-container:first-child{margin-top:0}.Footer__main-contacts-container-phone{display:flex;flex-direction:column}.Footer__main-contacts-container-phone-link{font-weight:380;font-size:18px;color:#1f1f1f;transition:all 250ms ease-in-out}.Footer__main-contacts-container-phone-link:hover{text-decoration:underline}.Footer__main-contacts-container-phone-text{font-weight:330;font-size:14px;color:#7b7b7b;margin-top:8px}.Footer__main-contacts-container-time{margin-top:16px;color:#1f1f1f;font-weight:330;font-size:14px}.Footer__main-contacts-container-soc{display:flex;width:100%;margin-top:24px;gap:24px}.Footer__main-contacts-container-soc-button{width:32px;height:32px;background-size:100% 100%;display:flex;position:relative}.Footer__main-contacts-container-soc-button span{content:"";position:absolute;display:flex;width:100%;height:100%;left:0;top:0;border-radius:16px;background:rgba(255,255,255,.16);pointer-events:none;opacity:0;transition:all 250ms ease-in-out}.Footer__main-contacts-container-soc-button:hover span{opacity:1}.Footer__main-contacts-container-soc-button:first-child{margin-left:0}.Footer__main-contacts-container-soc-button.facebook{background-image:url(../assets/footer/f-messanger-logo.svg)}.Footer__main-contacts-container-soc-button.viber{background-image:url(../assets/footer/viber-logo.svg)}.Footer__main-contacts-container-soc-button.telegram{background-image:url(../assets/footer/telegram-logo.svg)}.Footer__main-contacts-container-soc-button.apple-m{background-image:url(../assets/footer/apple-m-logo.svg)}.Footer__bottom{display:flex;justify-content:space-between;margin:24px auto 0;padding-top:24px;border-top:1px solid #e8e1d8;max-width:1440px;width:100%;align-items:center;gap:32px}@media screen and (max-width:1599px){.Footer__bottom{max-width:1272px}}@media screen and (max-width:1439px){.Footer__bottom{max-width:1256px}}@media screen and (max-width:1365px){.Footer__bottom{padding-top:32px;max-width:calc(100% - 8px);margin:8px auto 0;flex-wrap:wrap}}.Footer__bottom-cards{display:flex;gap:24px}@media screen and (max-width:1365px){.Footer__bottom-cards{order:2;width:calc(50% - 32px);justify-content:flex-end}}@media screen and (max-width:767px){.Footer__bottom-cards{width:100%;justify-content:center;order:2}}.Footer__bottom-cards-card{width:72px;height:32px;display:flex;background-repeat:no-repeat;background-position:center}.Footer__bottom-cards-card:first-child{margin-left:0}.Footer__bottom-cards-card.master{background-image:url(../assets/footer/master-card-logo.svg);width:112px}.Footer__bottom-cards-card.visa{width:114px;background-image:url(../assets/footer/visa-logo.svg)}.Footer__bottom-copyright{color:#a3a3a3;font-size:14px;font-weight:330;line-height:16px;display:flex}@media screen and (max-width:1365px){.Footer__bottom-copyright{order:3;width:100%;justify-content:center}}@media screen and (max-width:767px){.Footer__bottom-copyright{width:100%}}.Footer__bottom-soc{display:flex;width:-moz-fit-content;width:fit-content;gap:32px}@media screen and (max-width:1365px){.Footer__bottom-soc{order:1;width:calc(50% - 32px);justify-content:flex-start}}@media screen and (max-width:767px){.Footer__bottom-soc{gap:32px;width:100%;justify-content:center;order:1}}.Footer__bottom-soc-link{width:32px;height:32px;display:flex;background-repeat:no-repeat;background-position:center;position:relative;border-radius:50%;transition:all 250ms ease-in-out}.Footer__bottom-soc-link.facebook{background-image:url(../assets/footer/facebook-logo.svg)}.Footer__bottom-soc-link.facebook:hover{background-image:url(../assets/footer/facebook-logo-hover.svg)}.Footer__bottom-soc-link.youtube{background-image:url(../assets/footer/youtube-logo.svg)}.Footer__bottom-soc-link.youtube:hover{background-image:url(../assets/footer/youtube-logo-hover.svg)}.Footer__bottom-soc-link.insta{background-image:url(../assets/footer/instagramm-logo.svg)}.Footer__bottom-soc-link.insta:hover{background-image:url(../assets/footer/instagramm-logo-hover.svg)}.Footer__bottom-soc-link.telegram{background-image:url(../assets/footer/teleg-logo.svg)}.Footer__bottom-soc-link.telegram:hover{background-image:url(../assets/footer/teleg-logo-hover.svg)}.ProductCardChar{width:952px;display:flex;flex-direction:column;margin:64px auto 0;scroll-margin-top:95px}@media screen and (max-width:1365px){.ProductCardChar{margin-top:48px;width:100%;padding:0 24px}}.ProductCardChar__name{font-weight:380;font-size:24px;color:#1f1f1f;width:100%;text-align:center}@media screen and (max-width:1365px){.ProductCardChar__name{display:flex;flex-direction:column}}.ProductCardChar__name span{color:#8e8e8e}@media screen and (max-width:1365px){.ProductCardChar__name span{margin-top:8px}}.ProductCardChar__container{display:flex;width:100%;margin-top:32px}@media screen and (max-width:1365px){.ProductCardChar__container{margin-top:24px}}.ProductItem{display:flex;flex-direction:column;width:342px;background:#fff;border-radius:8px;transition:box-shadow,border 250ms ease-in-out;position:relative;height:auto;box-shadow:0 4px 12px 0 transparent;padding:24px}@media screen and (max-width:1600px){.ProductItem{width:300px}}@media screen and (max-width:1439px){.ProductItem{width:288px}}@media screen and (max-width:1365px){.ProductItem{width:100%;height:auto}}@media screen and (max-width:767px){.ProductItem{padding:20px}}.ProductItem:hover{box-shadow:0 4px 12px 0 rgba(0,0,0,.08)}.ProductItem.no-available .ProductItem__badges,.ProductItem.no-available .ProductItem__name,.ProductItem.no-available .ProductItem__wrapper{opacity:.7}.ProductItem.no-available .ProductItem__bottom{flex-direction:row;display:flex;justify-content:space-between;opacity:.7}.ProductItem.no-available .ProductItem__bottom-cart,.ProductItem.no-available .ProductItem__cashback p,.ProductItem.no-available .ProductItem__credit p{display:none}.ProductItem.no-available .ProductItem__bottom-no-available{display:flex}.ProductItem__wrapper{width:100%;height:294px;overflow:hidden}.ProductItem__wrapper:hover{cursor:pointer}@media screen and (max-width:1600px){.ProductItem__wrapper{height:252px}}@media screen and (max-width:1439px){.ProductItem__wrapper{height:240px}}@media screen and (max-width:1365px){.ProductItem__wrapper{height:280px}}@media screen and (max-width:767px){.ProductItem__wrapper{height:156px}}.ProductItem__wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ProductItem__container{display:flex;flex-direction:column;gap:16px;margin-top:16px}@media screen and (max-width:767px){.ProductItem__container{gap:12px;margin-top:12px}}.ProductItem__badges{display:flex;flex-direction:row;flex-wrap:wrap;position:absolute;left:0;top:0;padding:16px 50px 0 16px;gap:8px;pointer-events:none}.ProductItem__compare{top:16px;right:16px;background-image:url(../assets/product-item/compare-icon.svg)}.ProductItem__compare,.ProductItem__favorite{display:flex;align-items:center;justify-content:space-around;width:40px;height:40px;position:absolute;transition:all 250ms ease-in-out;border-radius:50%;background-size:24px 24px;background-repeat:no-repeat;background-position:center;background-color:#fff;z-index:1}@media screen and (max-width:767px){.ProductItem__compare,.ProductItem__favorite{width:32px;height:32px;top:12px;right:12px}}.ProductItem__compare:hover{background-image:url(../assets/product-item/compare-icon-hover.svg);cursor:pointer}.ProductItem__favorite:hover{cursor:pointer}.ProductItem__compare.active{background-image:url(../assets/product-item/compare-icon-hover.svg);background-color:#e8e1d8}.ProductItem__favorite.active{background-color:#e8e1d8}.ProductItem__bottom-cart.active::after,.ProductItem__compare.active::after,.ProductItem__favorite.active::after{content:"";position:absolute;right:-1px;top:-1px;background:url(../assets/product-item/added-icon.svg);width:16px;height:16px;background-size:100% 100%;transition:all 250ms ease-in-out}.ProductItem__favorite{top:64px;right:16px;background-image:url(../assets/product-item/fav-icon.svg)}@media screen and (max-width:767px){.ProductItem__favorite{top:56px;right:12px}}.ProductItem__favorite:hover{background-image:url(../assets/product-item/fav-icon-hover.svg)}.ProductItem__favorite.active{background-image:url(../assets/product-item/fav-icon-active.svg)}.ProductItem__name{font-weight:380;font-size:16px;line-height:24px;height:48px;color:#1f1f1f;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ProductItem .ProductItemRating{margin-top:-8px}@media screen and (max-width:767px){.ProductItem .ProductItemRating{margin-top:-4px}}.ProductItem__info-char{padding:16px 0;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}.ProductItem__info-char,.ProductItem__info-char ul{display:flex;flex-direction:column;gap:12px}.ProductItem__info-char ul li{font-size:14px;font-weight:330;line-height:140%;color:#1f1f1f;position:relative;padding-left:18px}.ProductItem__info-char ul li:before{content:"";width:4px;height:4px;border-radius:50%;background:#a48561;position:absolute;top:8px;left:0}.ProductItem__bottom{position:relative;height:44px;display:flex}.ProductItem__bottom-price{display:flex;flex-direction:column;margin-top:auto;gap:4px}.ProductItem__bottom-price-old{display:flex;align-items:center}.ProductItem__bottom-price-old-value{font-weight:380;font-size:14px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#8e8e8e}.ProductItem__bottom-price-old-percent{background:#f6eeee;border-radius:4px;padding:0 4px;font-weight:630;font-size:10px;color:#a35454;margin-left:8px}.ProductItem__bottom-price-new{font-weight:380;font-size:24px;color:#1f1f1f;line-height:32px}.ProductItem__bottom-cart{width:40px;height:40px;background-color:transparent;border-radius:50%;background-image:url(../assets/product-item/cart-icon.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out;position:absolute;right:0;bottom:0}.ProductItem__bottom-cart:hover{background-color:#f6f3ef;cursor:pointer}.ProductItem__bottom-cart.preorder{background-image:url(../assets/product-item/preorder-icon-small.svg)}.ProductItem__bottom-cart.active{background-color:transparent}.ProductItem__bottom-cart.active::after{width:18px;height:18px}.ProductItem__bottom-no-available{display:none;color:#7b7b7b;font-size:14px;font-weight:380;line-height:16px}.ProductItem__cashback{height:20px}.ProductItem__cashback p{display:flex;align-items:center}.ProductItem__cashback p:before{width:16px;height:16px;content:"";background:url(../assets/product-item/cashback-icon.svg);margin-right:8px}.ProductItem__cashback p span{font-weight:520;color:#a48561;margin-left:4px}.ProductItem__credit{height:16px;display:flex;gap:4px}.ProductItem__cashback p,.ProductItem__credit p{font-size:14px;font-weight:380;color:#1f1f1f;line-height:16px}.ProductItem__credit p span,.ProductItem__preorder span,.ProductItem__promocode span{color:#404b7a;font-weight:520}.ProductItem__preorder,.ProductItem__promocode,.SupportPage__body-find-head-list li{color:#1f1f1f;font-size:14px;font-weight:380;line-height:16px}.ProductItem__preorder span{margin-right:4px}.SupportPage{display:flex;flex-direction:column}@media screen and (max-width:1365px){.SupportPage{margin-bottom:32px}}.SupportPage__head{width:100%;height:360px;background:#f5f1eb;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}@media screen and (max-width:767px){.SupportPage__head{gap:16px;padding:0 32px;height:280px}}.SupportPage__head h1,.SupportPage__head p{color:#a48561;font-size:40px;font-weight:380;line-height:48px;text-align:center}@media screen and (max-width:767px){.SupportPage__head h1{font-size:32px;line-height:40px}}.SupportPage__head p{font-size:20px;font-weight:330;line-height:140%;max-width:640px}@media screen and (max-width:767px){.SupportPage__head p{font-size:14px}}.SupportPage__body{display:flex;flex-direction:column;width:100%;max-width:1196px;margin:48px auto 32px}@media screen and (max-width:1365px){.SupportPage__body{margin:40px 0 0}}.SupportPage__body-find{display:flex;flex-direction:column}@media screen and (max-width:1365px){.SupportPage__body-find{padding:0 16px}}.SupportPage__body-find-head{display:flex;align-items:center}@media screen and (max-width:1365px){.SupportPage__body-find-head{flex-direction:column;align-items:unset}}.SupportPage__body-find-head-text{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px;margin-right:auto}@media screen and (max-width:1365px){.SupportPage__body-find-head-text{padding:0 8px}}.SupportPage__body-find-head-link{color:#404b7a;font-size:14px;font-weight:380;line-height:16px;margin-left:24px}.SupportPage__body-find-head-link:hover{cursor:pointer;text-decoration:underline}@media screen and (max-width:1365px){.SupportPage__body-find-head-link{margin-left:0;margin-top:16px;align-self:center}}.SupportPage__body-find-head-list{gap:7px;margin-top:20px;padding-left:18px}.SupportPage__body-find-head-list li{font-style:normal;line-height:140%}.Auth__popup-foot-offert p a,.SupportPage__body-find-head-list li a{color:#404b7a;text-decoration:underline}.AddQuestionPopup__container-body-offert a:hover,.AddReviewPopup__container-body-offert a:hover,.CatalogFiltersGroup__body-more:hover div,.ReplyReviewPopup__container-body-offert a:hover,.SupportPage__body-find-head-list li a:hover{text-decoration:unset}.SupportPage__body-find-body,.SupportPage__body-find-head-list{display:flex;flex-direction:column}.SupportPage__body-find-body-categories{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:16px;margin-top:32px}@media screen and (max-width:1365px){.SupportPage__body-find-body-categories{grid-template-columns:repeat(2,1fr)}}.SupportPage__body-find-body-products{display:flex;flex-direction:column;margin-top:32px}@media screen and (max-width:1365px){.SupportPage__body-find-body-products{margin:32px -16px 0}}.SupportPage__body-find-body-products-head{color:#1f1f1f;font-size:20px;font-weight:380;line-height:24px}@media screen and (max-width:1365px){.SupportPage__body-find-body-products-head{padding:0 16px}}.SupportPage__body-find-body-products .ScrollSlider{margin-top:24px}.SupportPage__body-find-body-products .SupportPageFindItem{width:186px;min-width:186px;padding:16px 24px 24px}.SupportPage__body-find-body-products .SupportPageFindItem__img{width:128px;height:128px}@media screen and (max-width:1365px){.SupportPage__body-find-body-products .SupportPageFindItem{width:148px;min-width:148px}.SupportPage__body-find-body-products .SupportPageFindItem__img{width:96px;height:96px}}.SupportPage__body-find-body-products-model{display:flex;justify-content:center;gap:12px;align-items:center}.SupportPage__body-find-body-products-sub-models{margin-top:24px}.SupportPage__body-section{display:flex;flex-direction:column;margin-top:64px}@media screen and (max-width:1365px){.SupportPage__body-section{margin-top:48px}.SupportPage__body-section.services{padding:0}}@media screen and (max-width:767px){.SupportPage__body-section.services{padding:0}}@media screen and (max-width:1365px){.SupportPage__body-section.services .SupportPage__body-section-head{padding:0 24px}}@media screen and (max-width:767px){.SupportPage__body-section.services .SupportPage__body-section-head{padding:0 16px}}.SupportPage__body-section-head{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px}@media screen and (max-width:1365px){.SupportPage__body-section-head{padding:0 24px}}.SupportPage__body-section-body{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;margin-top:24px}@media screen and (max-width:1365px){.SupportPage__body-section-body.mobile-column{display:flex;flex-direction:column}.SupportPage__body-section-body{grid-gap:16px;overflow-y:auto;padding:0 16px}.SupportPage__body-section-body::-webkit-scrollbar{display:none}}.SalePage{display:flex;flex-direction:column;width:100%;max-width:1440px;margin:0 auto 32px}@media screen and (max-width:1600px){.SalePage{max-width:1272px}}@media screen and (max-width:1439px){.SalePage{max-width:1224px}}@media screen and (max-width:1365px){.SalePage{max-width:100%;margin:0 auto 32px}}.SalePage__breadcrumbs{margin-top:24px;display:flex;align-items:center}@media screen and (max-width:1365px){.SalePage__breadcrumbs{max-width:calc(100% - 32px);width:100%;margin:24px auto 0}}.SalePage__breadcrumbs-item{display:flex;padding-left:12px;position:sticky;padding-right:12px;color:#1f1f1f;font-weight:380;font-size:14px;transition:all 250ms ease-in-out;text-wrap:nowrap}.SalePage__breadcrumbs-item:hover{text-decoration:underline}.SalePage__breadcrumbs-item.active{color:#8e8e8e;pointer-events:none}.SalePage__breadcrumbs-item:last-child{padding-right:0}.SalePage__breadcrumbs-item:first-child{padding-left:0}.CompareProducts__fixed-container-carousel.owl-carousel .owl-item.active:first-child::before,.SalePage__breadcrumbs-item:first-child::before,.SupportProduct__crumbs-item:first-child:before{display:none}.SalePage__breadcrumbs-item::before{content:"";position:absolute;width:4px;height:4px;background:#dbcec0;left:0;top:50%;border-radius:50%;transform:translateY(-50%)}.SalePage__head{font-size:32px;font-weight:380;color:#1f1f1f;margin-top:24px;line-height:40px}@media screen and (max-width:1365px){.SalePage__head{max-width:calc(100% - 32px);width:100%;margin:24px auto 0}}.SalePage__body{display:grid;grid-template-columns:292px 1fr;grid-column-gap:48px;margin-top:48px}@media screen and (max-width:1365px){.SalePage__body{display:flex;grid-gap:0;margin-top:0}}.SalePage__body-left{display:flex;flex-direction:column}.SalePage__body-left-head{color:#1f1f1f;font-size:20px;font-weight:380;line-height:24px;margin-bottom:24px}.SalePage__body-left-catalog .CatalogFilters__title{display:none}.SalePage__body-left-catalog .CatalogFilters__block{margin-top:0}.SalePage__body-left-catalog-head{color:#262729;font-size:20px;font-weight:500;line-height:24px;margin-top:24px}.SalePage__body-left-catalog .CatalogFiltersBadges{grid-template-columns:repeat(2,1fr)}.SalePage__body-left-catalog .CatalogFilters{margin-top:24px}.SalePage__body-right{display:flex;flex-direction:column}@media screen and (max-width:1365px){.SalePage__body-right{width:100%}}.SalePage__promo{display:grid;grid-template-columns:1fr minmax(100px,464px);gap:24px;margin-top:24px}@media screen and (max-width:1365px){.SalePage__promo{display:flex;flex-direction:column;margin:24px 0 0;gap:16px}}.SupportProduct{width:100%;margin:24px auto 48px}@media screen and (max-width:1365px){.SupportProduct{margin:24px auto 32px}}.SupportProduct__crumbs{display:flex;max-width:1440px;margin:0 auto;gap:12px}@media screen and (max-width:1600px){.SupportProduct__crumbs{max-width:1272px}}@media screen and (max-width:1439px){.SupportProduct__crumbs{max-width:1224px}}@media screen and (max-width:1365px){.SupportProduct__crumbs{padding:0 16px}}.SupportProduct__crumbs-item{color:#1f1f1f;font-size:14px;font-weight:380;line-height:16px;display:flex;gap:12px;align-items:center}.SupportProduct__crumbs-item:hover{text-decoration:underline}.SupportProduct__crumbs-item:before{content:"";width:4px;height:4px;border-radius:2px;background:#dbcec0}.SupportProduct__crumbs-item.name{color:#8e8e8e;pointer-events:none}@media screen and (max-width:1365px){.SupportProduct__crumbs-item{display:none}.SupportProduct__crumbs-item.back{display:flex;gap:8px}.SupportProduct__crumbs-item.back:before{background:url(../assets/support-page/back-link-arrow.svg);width:16px;height:16px}}.SupportProduct__top{display:grid;grid-template-columns:720px minmax(0,1fr);grid-gap:64px;max-width:1440px;margin:24px auto 0}@media screen and (max-width:1600px){.SupportProduct__top{max-width:1272px;grid-gap:40px;grid-template-columns:576px minmax(0,1fr)}}@media screen and (max-width:1439px){.SupportProduct__top{max-width:1224px;grid-template-columns:528px minmax(0,1fr)}}@media screen and (max-width:1365px){.SupportProduct__top{display:flex;flex-direction:column;grid-gap:0;margin-top:24px}}.SupportProduct__top-left{position:relative;padding-bottom:100%;height:0}.SupportProduct__top-left img{display:flex;width:100%;height:100%;position:absolute;border-radius:8px}@media screen and (max-width:1365px){.SupportProduct__top-left img{border-radius:0;position:unset}.SupportProduct__top-left{height:100%;padding-bottom:0;background:#fff}}.SupportProduct__top-right,.SupportProduct__top-right-info{display:flex;flex-direction:column}.SupportProduct__top-right-info{gap:16px}@media screen and (max-width:1365px){.SupportProduct__top-right-info{flex-direction:column;gap:24px}}.SupportProduct__top-right-name{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px}@media screen and (max-width:1365px){.SupportProduct__top-right-name{padding:0 16px}}.SupportProduct__top-right-codes{display:flex;margin-left:-12px}@media screen and (max-width:1365px){.SupportProduct__top-right-codes{margin-top:24px;padding:0 16px;margin-left:0}}.SupportProduct__top-right-codes-item{font-weight:330;font-size:14px;line-height:16px;color:#7b7b7b;background:0 0;padding:8px 8px 8px 12px;gap:12px;position:relative;transition:all 250ms ease-in-out;display:flex;align-items:center;border-radius:8px}@media screen and (max-width:1365px){.SupportProduct__top-right-codes-item{width:100%;justify-content:center}}.SupportProduct__top-right-codes-item span{color:#1f1f1f;font-weight:380;margin-left:-8px}@media screen and (max-width:1365px){.SupportProduct__top-right-codes-item span{word-break:break-word}}.SupportProduct__top-right-codes-item::after{content:"";display:flex;width:16px;height:16px;min-width:16px;background:url(../assets/product-card/copy-icon.svg);transition:all 250ms ease-in-out}.SupportProduct__top-right-codes-item:hover{cursor:pointer}.SupportProduct__top-right-codes-item:hover:after{background:url(../assets/product-card/copy-icon-hover.svg)}.SupportProduct__top-right-codes-item:active{background:#f0eeeb}.SupportProduct__top-right-codes-item .ProductCardNameBlockPopup{text-transform:none}.SupportProduct__top-right-codes-divider{margin:0 16px;width:1px;height:100%;background:#e8e1d8;padding:4px 0}@media screen and (max-width:1365px){.SupportProduct__top-right-codes-divider{height:unset}}.SupportProduct__top-right-small{display:flex;gap:16px;overflow-y:auto;margin:0 -24px -24px;padding:24px}.SupportProduct__top-right-small::-webkit-scrollbar{display:none}@media screen and (max-width:1365px){.SupportProduct__top-right-small{gap:12px;margin:24px 0 0;padding:0}}@media screen and (max-width:767px){.SupportProduct__top-right-small{padding:0 16px}}.SupportProduct__top-right-large{display:flex;flex-direction:column;gap:24px;margin-top:24px}@media screen and (max-width:767px){.SupportProduct__top-right-large{padding:0 16px;gap:16px}}.SupportProduct__tabs-desktop{margin-top:64px}@media screen and (max-width:1365px){.SupportProduct__tabs-desktop{margin-top:40px;overflow-y:auto;padding:0 16px}.SupportProduct__tabs-desktop::-webkit-scrollbar{display:none}}.SupportProduct__tabs-desktop-container{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px;max-width:1440px;margin:0 auto}.CatalogFilters__block::-webkit-scrollbar,.SupportProduct__tabs-desktop-container::-webkit-scrollbar{display:none}@media screen and (max-width:1600px){.SupportProduct__tabs-desktop-container{max-width:1272px}}@media screen and (max-width:1439px){.SupportProduct__tabs-desktop-container{max-width:1224px}}@media screen and (max-width:1365px){.SupportProduct__tabs-desktop-container{grid-gap:16px}}.SupportProduct__tabs-desktop-tab{width:100%;color:#1f1f1f;font-size:14px;font-weight:450;line-height:16px;text-transform:uppercase;transition:all 250ms ease-in-out;text-align:center;padding:12px 16px;border:1px solid #e8e1d8;border-radius:8px;display:flex;align-items:center;justify-content:space-around}@media screen and (max-width:1365px){.SupportProduct__tabs-desktop-tab{white-space:nowrap}}.SupportProduct__tabs-desktop-tab:hover{cursor:pointer;background:#f0ece6;border:1px solid #f0ece6}.SupportProduct__tabs-desktop-tab.active{border:1px solid #a48561;background:#a48561;color:#fff}.SupportProduct__tabs-content{max-width:1440px;margin:0 auto}@media screen and (max-width:1600px){.SupportProduct__tabs-content{max-width:1272px}}@media screen and (max-width:1439px){.SupportProduct__tabs-content{max-width:1224px}}.popup-smooth-enter-active,.popup-smooth-leave-active{transition:opacity 400ms ease-in-out,max-height 400ms ease-in-out;overflow:hidden}.popup-smooth-enter,.popup-smooth-leave-to{opacity:0;max-height:0}.ProductCard{display:flex;flex-direction:column;width:100%;margin:24px auto 0;max-width:1440px;scroll-margin-top:65px}@media screen and (max-width:1599px){.ProductCard{max-width:1272px}}@media screen and (max-width:1439px){.ProductCard{max-width:1256px}}@media screen and (max-width:1365px){.ProductCard{max-width:100%}}.ProductCard__container{display:grid;grid-template-columns:640px minmax(0,1fr);margin:0 auto;width:100%;grid-gap:64px;scroll-margin-top:95px}@media screen and (max-width:1599px){.ProductCard__container{grid-template-columns:560px minmax(0,1fr)}}@media screen and (max-width:1439px){.ProductCard__container{grid-gap:48px}}@media screen and (max-width:1365px){.ProductCard__container{flex-direction:column;display:flex;grid-gap:0;gap:24px;position:relative}}.ProductCard__container-left,.ProductCard__container-right{display:flex;flex-direction:column;width:100%}.ProductCard__container-right{position:relative}@media screen and (max-width:1365px){.ProductCard__container-right{max-width:100%;margin:0 auto;position:static}}.ProductCard__container-right-divider{width:100%;height:1px;background:#e8e1d8;margin-top:24px}@media screen and (max-width:1365px){.ProductCard__container-right-divider{margin:24px 24px 0;width:calc(100% - 48px)}}@media screen and (max-width:767px){.ProductCard__container-right-divider{margin:24px 16px 0;width:calc(100% - 32px)}}.CatalogFilters{display:flex;flex-direction:column;position:relative}@media screen and (max-width:1365px){.CatalogFilters{max-height:unset}}@media screen and (max-width:767px){.CatalogFilters{padding-bottom:80px}}.CatalogFilters__title{color:#1f1f1f;font-size:20px;font-weight:380;line-height:24px}@media screen and (max-width:1365px){.CatalogFilters__title{display:none}}.CatalogFilters__block{height:100%;overflow-y:auto;margin-top:24px}@media screen and (max-width:1365px){.CatalogFilters__block{overflow-y:visible;padding:0 12px;margin-top:16px}}.CatalogFilters__block .CatalogFiltersBadges{padding-bottom:24px;border-bottom:1px solid #e8e1d8}.CatalogFilters__head{font-weight:500;font-size:20px;color:#2f2d40;display:flex}@media screen and (max-width:1365px){.CatalogFilters__head{display:none}}.CatalogFilters__container{display:flex;flex-direction:column;width:100%}@media screen and (max-width:1365px){.CatalogFilters__container{margin-top:4px}}.CatalogFilters__container-open-all{width:100%;padding:12px 16px;border-radius:8px;border:1px solid #e8e1d8;display:flex;align-items:center;justify-content:space-around;color:#a48561;text-transform:uppercase;font-weight:450;font-size:13px;margin-bottom:8px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CatalogFilters__container-open-all{margin:0}}.CatalogFilters__container-open-all:hover{background:#f6f3ef;border-color:transparent;cursor:pointer}.CatalogFilters__container-open-all:active{background:#e8e1d8;border-color:transparent}.CatalogFilters__hint{left:calc(100% + 10px);width:-moz-max-content;width:max-content;max-width:340px;position:absolute;top:0;background:#fff;box-shadow:0 2px 8px 0 rgba(0,0,0,.16);padding:24px;border-radius:16px;z-index:10;opacity:0;transition:all 250ms ease-in-out;pointer-events:none;font-size:14px;font-weight:400;line-height:20px;color:#262729}.CatalogFilters__hint.active{opacity:1}.CatalogFilters__mobile-hint{position:fixed;width:calc(100% - 20px);left:0;right:0;margin:auto;bottom:10px;background:#fff;border-radius:8px;display:flex;flex-direction:column;padding:20px}.CatalogFilters__mobile-hint-head{display:flex;align-items:center;justify-content:space-between}.CatalogFilters__mobile-hint-head-text{font-weight:500;font-size:18px;color:#2f2d40}.CatalogFilters__mobile-hint-head-cross{width:24px;height:24px;margin-left:10px}.CatalogFilters__mobile-hint-body{margin-top:20px;display:flex;font-size:14px}.CatalogFilters__mobile-hint-overlay{width:100%;height:100vh;position:fixed;background:rgba(0,0,0,.25);left:0;top:0;display:flex}.CatalogFilters .mob-hint-anim-enter-active,.CatalogFilters .mob-hint-anim-leave-active{transition:all 250ms ease-in-out}.CatalogFilters .mob-hint-anim-enter,.CatalogFilters .mob-hint-anim-leave-to{bottom:-100%}.CatalogCompare{background:#fff;margin-top:128px;padding:64px 0}@media screen and (max-width:1365px){.CatalogCompare{padding:48px 16px;margin-top:64px}}.CatalogCompare__container{max-width:1196px;margin:0 auto}@media screen and (max-width:1600px){.CatalogCompare__container{max-width:1056px}}@media screen and (max-width:1439px){.CatalogCompare__container{max-width:1016px}}@media screen and (max-width:1365px){.CatalogCompare__container{max-width:100%}}.CatalogCompare__top{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1365px){.CatalogCompare__top{flex-direction:column;justify-content:center;gap:24px}}.CatalogCompare__title{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px}@media screen and (max-width:1365px){.CatalogCompare__title{text-align:center;max-width:264px}}.CatalogCompare__button{color:#404b7a;font-size:14px;font-weight:380;line-height:14px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all 250ms ease-in-out}.CatalogCompare__button:after{content:"";display:inline-block;width:16px;height:16px;background-image:url(../assets/product-card/button-arrow-right.svg);background-repeat:no-repeat;background-size:contain}.CatalogCompare__button:hover{text-decoration:underline;text-underline-offset:4px}.CatalogCompare__products{margin-top:32px;display:flex;justify-content:space-between}@media screen and (max-width:767px){.CatalogCompare__products{margin-top:24px;gap:16px}}.CatalogPageFilterPopup{display:flex;flex-direction:column;padding:16px 16px 85px;position:fixed;width:100%;max-width:480px;height:100vh;overflow-y:auto;overflow-x:hidden;background:#fff;left:0;top:0;z-index:999}@media screen and (max-width:1365px){.CatalogPageFilterPopup{padding:16px 0 85px}}.CatalogPageFilterPopup__head{display:flex;justify-content:space-between;align-items:center;margin-top:-4px;background:#fff;padding:0 12px 0 24px}.CatalogPageFilterPopup__head-text{font-weight:380;font-size:20px;color:#1f1f1f;line-height:24px}.CatalogPageFilterPopup__head-cross{width:40px;height:40px;background-image:url(../assets/header/cross-24x24.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;margin-top:4px}.CatalogPageFilterPopup__show{width:100%;padding:6px 16px;position:fixed;bottom:0;left:0;background:#fff;max-width:480px;box-shadow:0 0 16px 0 rgba(0,0,0,.08);border-top:1px solid #f5f7fa;z-index:1}.CatalogPageFilterPopup__show-button{width:100%;padding:14px 24px;border-radius:22px;background:#f5f7fa;display:flex;justify-content:space-around;color:#1f1f1f;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase}.CatalogPageFilterPopup__divider{width:100%;height:1px;min-height:1px;background:#ebebeb;display:flex;margin-top:24px}.popup-anim-enter-active,.popup-anim-leave-active{transition:all 300ms ease-in-out}.popup-anim-enter,.popup-anim-leave-to{opacity:0}.CatalogPageSortPopup{display:flex;flex-direction:column;padding:16px 8px;position:fixed;width:100%;max-width:480px;height:100vh;overflow-y:auto;background:#121212;right:0;top:0;z-index:999}.CatalogPageSortPopup__head{display:flex;justify-content:space-between;align-items:center;padding:0 8px}.CatalogPageSortPopup__head-text{font-weight:400;font-size:20px;color:#fff}.CatalogPageSortPopup__head-cross{width:24px;height:24px}.CatalogPageSortPopup__body{display:flex;flex-direction:column;margin-top:16px}.CatalogPageSortPopup__body-item{font-weight:500;font-size:16px;color:#fff;padding:14px 14px 14px 16px;position:relative;border-radius:8px;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.CatalogPageSortPopup__body-item{padding:16px}}.CatalogPageSortPopup__body-item::after{content:"";width:20px;height:20px;position:absolute;top:13px;right:13px;border:2px solid rgba(255,255,255,.16);border-radius:50%;background-size:100% 100%;display:flex;transition:all 250ms ease-in-out}.CatalogPageSortPopup__body-item::before{content:"";width:10px;height:10px;position:absolute;top:18px;right:18px;background:#0ac;opacity:0;border-radius:50%;transition:all 250ms ease-in-out}.CatalogPageSortPopup__body-item.active{background:rgba(0,170,204,.16)}.CatalogPageSortPopup__body-item.active::after{border:2px solid #0ac}.CatalogPageSortPopup__body-item.active::before{opacity:1}.CatalogPageSort,.CatalogPageSort__button{display:flex;position:relative}.CatalogPageSort__button{align-items:center;width:-moz-max-content;width:max-content;padding:12px 12px 12px 16px;font-weight:380;font-size:14px;line-height:16px;color:#1f1f1f;background:0 0;border-radius:8px;border:1px solid #e8e1d8;transition:all 250ms ease-in-out;min-width:210px}@media screen and (max-width:1365px){.CatalogPageSort__button{width:100%;justify-content:center}}@media screen and (max-width:767px){.CatalogPageSort__button{flex-direction:row-reverse;justify-items:center;padding:8px 12px;text-transform:uppercase;font-size:12px;font-weight:500;line-height:14px}}.CatalogPageSort__button:hover{border:1px solid #e8e1d8;background:#fff;cursor:pointer}.CatalogPageSort__button:after{margin-left:auto;content:"";display:flex;width:16px;height:16px;background-image:url(../assets/catalog/arrow-down-16x16.svg);background-repeat:no-repeat;background-position:center center;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.CatalogPageSort__button:after{background-image:url(../assets/catalog/sort-icon.svg);width:24px;height:24px;margin-left:0;margin-right:8px}}.CatalogPageSort__button.active{border-color:#a48561;background:#f0ece6}.CatalogPageSort__button.active::after{transform:rotate(180deg)}.CatalogPageSort__popup{top:calc(100% + 8px);width:-moz-max-content;width:max-content;min-width:180px;background:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.12);border-radius:8px;padding:8px 0;position:absolute;z-index:4}@media screen and (max-width:767px){.CatalogPageSort__popup{width:100%}}.CatalogPageSort__popup-item{min-width:210px;padding:12px 16px;color:#1f1f1f;font-weight:380;font-size:14px;line-height:16px;transition:background 250ms ease-in-out}.CatalogPageSort__popup-item:hover{background:#f5f5f5;cursor:pointer}.CatalogPageSort__popup-item:active{background:#ebebeb}.CatalogProducts{display:flex;flex-direction:column;width:100%;position:relative}.CatalogProducts ::v-deep .CatalogSelectedFilters{margin-bottom:24px}.CatalogProducts__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;height:-moz-max-content;height:max-content}@media screen and (max-width:1365px){.CatalogProducts__products{grid-gap:16px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.CatalogProducts__products{grid-template-columns:1fr}}.CatalogProducts__products>*{min-width:0}.CatalogProducts__products .ProductItem{width:100%}@media screen and (max-width:1365px){.CatalogProducts__products .ProductItem{padding:24px}.CatalogProducts__products .ProductItem__container{margin-top:16px}}.CatalogProducts__bottom{display:flex;flex-direction:column;align-items:center;margin-top:32px}@media screen and (max-width:1365px){.CatalogProducts__bottom{margin-top:24px}}.CatalogProducts__bottom-more{background:0 0;width:240px;border-radius:8px;padding:12px 16px;color:#a48561;font-weight:450;font-size:14px;position:relative;height:48px;display:flex;align-items:center;text-transform:uppercase;justify-content:center;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CatalogProducts__bottom-more{width:100%}}.CatalogProducts__bottom-more.disabled{opacity:.5;pointer-events:none}.CatalogProducts__bottom-more::before{content:"";width:24px;height:24px;background:url(../assets/catalog/more-arrow-icon.svg);background-size:100% 100%;margin-right:12px;display:flex}.CatalogProducts__bottom-more:hover{cursor:pointer;background:#e8e1d8}.CatalogProducts__bottom-more:active{background:#dbcec0}.CatalogProducts__bottom-pagination{display:flex;margin-top:16px}.CatalogProducts__bottom-pagination-button{width:48px;height:48px;border-radius:50%;display:flex;background-size:8px 14px;background-position:center;background-repeat:no-repeat;transition:all 250ms ease-in-out}.CatalogProducts__bottom-pagination-button.prev{margin-right:8px;transform:rotate(180deg)}.CatalogProducts__bottom-pagination-button.disabled{pointer-events:none}.CatalogProducts__bottom-pagination-button:hover{background-color:rgba(0,170,204,.16);cursor:pointer}.CatalogProducts__bottom-pagination-container{display:flex}.CatalogProducts__bottom-pagination-container-item{width:48px;height:48px;background:0 0;border-radius:50%;transition:all 250ms ease-in-out;margin-right:20px;display:flex;align-items:center;justify-content:space-around;font-weight:500;font-size:16px;color:#fff}@media screen and (max-width:767px){.CatalogProducts__bottom-pagination-container-item{margin-right:9px}}.CatalogProducts__bottom-pagination-container-item:hover{background:rgba(0,170,204,.16);cursor:pointer}.CatalogProducts__bottom-pagination-container-item.active{background:rgba(0,170,204,.16);color:#0ac}.CatalogProducts__preloader{position:absolute;width:100%;height:100%;background:rgba(255,255,255,.64);display:flex;border-radius:16px;z-index:1}.CatalogProducts__preloader ::v-deep .Preloader{position:sticky;top:300px;margin:20px auto}.CatalogSmartFilters{display:flex;gap:16px}.CatalogSmartFilters::-webkit-scrollbar{display:none}.CatalogSmartFilters__item{min-width:140px;width:-moz-fit-content;width:fit-content;padding:10px 24px;background:0 0;border-radius:20px;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;color:#1f1f1f;font-weight:380;font-size:14px;line-height:16px;border:1px solid #e8e1d8}@media screen and (max-width:1365px){.CatalogSmartFilters__item{min-width:unset;white-space:nowrap}}.CatalogSmartFilters__item:hover{cursor:pointer;background:#e8e1d8}.CatalogSmartFilters__item.active{background:#fff;border-color:transparent}.CatalogSort{display:flex;flex-direction:column;width:100%;padding-bottom:16px;border-bottom:1px solid #ebebeb;margin-top:16px}@media screen and (max-width:1365px){.CatalogSort{margin-top:0}}.CatalogSort__head{padding:14px 12px;align-items:center;position:relative;font-weight:500;font-size:16px;color:#262729;gap:8px}.CatalogSort__head:hover{cursor:pointer;color:#8a6827}.CatalogSort__head::after{content:"";width:16px;min-width:16px;height:16px;background-image:url(../assets/catalog/filter-plus.svg);background-size:100% 100%;margin-left:auto}.CatalogSort__head.active::after{background-image:url(../assets/catalog/filter-minus.svg)}.CatalogSort__body,.CatalogSort__body-item,.CatalogSort__head,.CatalogSort__head::after{display:flex;transition:all 250ms ease-in-out}.CatalogSort__body{flex-direction:column;max-height:0;height:auto;overflow:hidden}.CatalogSort__body-item{padding:10px 8px;background:0 0;border-radius:8px}.CatalogSort__body-item:hover{cursor:pointer;background:#f3f0e9}.CatalogSort__body-item:hover::v-deep .FormCheckbox__container-checkmark{border:1px solid #8a6827}.CatalogSort__body-item:first-child{margin-top:8px}.CatalogSort__body-item ::v-deep .FormCheckbox__text{font-weight:400}.CatalogSelectedFilters{display:flex;align-items:flex-start;position:relative;flex-wrap:wrap;gap:12px;margin-bottom:24px}@media screen and (max-width:1365px){.CatalogSelectedFilters{background:#faf8f5;padding:16px 24px 24px;margin:12px -12px 0}}.CatalogSelectedFilters__text{font-weight:380;line-height:16px;font-size:14px;color:#7b7b7b;margin-top:8px}@media screen and (max-width:1365px){.CatalogSelectedFilters__text{width:calc(100% - 140px)}}.CatalogSelectedFilters__text span{color:#1f1f1f}.CatalogSelectedFilters__remove{display:flex;align-items:center;justify-content:space-around;margin-left:12px;padding:10px 16px;font-weight:380;font-size:14px;color:#a35454;border:1px solid #e8d4d4;border-radius:18px;height:36px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CatalogSelectedFilters__remove{margin-left:auto}}.CatalogSelectedFilters__remove:hover{cursor:pointer;background:#e8d4d4;border-color:transparent}.CatalogSelectedFilters__remove:active{background:#dabbbb}.CompareAddDiffBtns__form-switch{position:relative;display:flex;gap:16px;align-items:center;cursor:pointer;white-space:nowrap;color:#1f1f1f;font-size:14px;font-weight:380;line-height:16px}@media screen and (max-width:1600px){.CompareAddDiffBtns__form-switch{gap:8px}}.CompareAddDiffBtns__form-switch i{position:relative;display:inline-block;width:40px;height:24px;border-radius:12px;transition:all 250ms ease-in-out;border:1px solid #dbcec0}.CompareAddDiffBtns__form-switch i::after{content:"";position:absolute;left:4px;top:3px;width:16px;height:16px;border-radius:50%;background:#e8e1d8;transition:all 250ms ease-in-out}.CompareAddDiffBtns__form-switch i:hover{background:#fff}.CompareAddDiffBtns__form-switch input{position:absolute;opacity:0;pointer-events:none}.CompareAddDiffBtns__form-switch input:checked+i{background:0 0;border:1px solid #dbcec0}.CompareAddDiffBtns__form-switch input:checked+i::after{background:#a48561;left:20px}.CompareAddDiffBtns__form-switch.disabled,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-next span,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-prev span,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav.disabled{display:none}.CompareAddDiffBtns .PrimaryButton{font-size:14px;font-weight:450;padding:12px 16px;justify-content:center;max-width:200px}@media screen and (max-width:1365px){.CompareAddDiffBtns .PrimaryButton.notEnough{width:100%}}@media screen and (max-width:767px){.CompareAddDiffBtns .PrimaryButton{width:148px}}.CompareAddDiffBtns .PrimaryButton::before{content:"";width:16px;height:16px;display:flex;margin-right:8px;background:url(../assets/compare-page/plus-icon-white.svg)}.CompareFormSelect,.CompareFormSelect__input{border-radius:8px;position:relative;transition:all 250ms ease-in-out}.CompareFormSelect{width:100%;height:40px;display:flex;flex-direction:column;box-sizing:border-box;background:0 0}.CompareFormSelect,.CompareFormSelect:hover{border:1px solid #e8e1d8}.CompareFormSelect.active{border:1px solid #a48561;background:#f0ece6}.CompareFormSelect__input{padding:8px 12px 8px 16px;color:#1f1f1f;width:240px}@media screen and (max-width:1365px){.CompareFormSelect__input{width:unset}}.CompareFormSelect__input:hover{cursor:pointer}.CompareFormSelect__input::after{content:"";position:absolute;width:16px;height:16px;top:12px;right:12px;background:url(../assets/compare-page/input-select-arrow.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.CompareFormSelect__input input{font-weight:380;font-size:14px;line-height:16px;color:#1f1f1f;pointer-events:none;width:90%}@media screen and (max-width:1365px){.CompareFormSelect__input input{width:100%}}.CompareFormSelect__input.active::after{transform:rotate(180deg)}.CompareFormSelect__list{width:100%;left:0;padding:8px 0;top:calc(100% + 8px);border:1px solid #ebeef5;box-sizing:border-box;box-shadow:0 0 8px 0 rgba(0,0,0,.12);border-radius:8px;flex-direction:column;color:#1f1f1f;position:absolute;max-height:160px;overflow-y:auto;opacity:0;display:flex;transition:all 250ms ease-in-out;pointer-events:none;z-index:2;background-color:#fff}.CompareFormSelect__list.active{opacity:1;pointer-events:all}.CompareFormSelect__list-item{padding:12px 16px;transition:all 250ms ease-in-out;font-size:14px;font-weight:380;line-height:16px;color:#1f1f1f}.CompareFormSelect__list-item:hover{background:#faf8f5;cursor:pointer}.ComparePageEmpty{margin:24px auto 0;max-width:1440px;width:100%}@media screen and (max-width:1600px){.ComparePageEmpty{max-width:1272px}}@media screen and (max-width:1439px){.ComparePageEmpty{max-width:1224px}}@media screen and (max-width:1365px){.ComparePageEmpty{padding:0 20px;max-width:100%;margin:24px auto 32px}}@media screen and (max-width:767px){.ComparePageEmpty{padding:0 16px}}.ComparePageEmpty__title{font-size:24px;font-weight:380;line-height:32px;color:#1f1f1f}.ComparePageEmpty__container{width:720px;display:flex;flex-direction:column;align-items:center;margin:48px auto 0}@media screen and (max-width:767px){.ComparePageEmpty__container{margin:32px auto 0;width:100%}}.ComparePageEmpty__container-image{height:320px;width:320px;background-image:url(../assets/compare-page/compare-image.svg);background-repeat:no-repeat;background-position:center center}@media screen and (max-width:1365px){.ComparePageEmpty__container-image{width:100%}}@media screen and (max-width:767px){.ComparePageEmpty__container-image{width:240px;height:240px;background-size:contain;background-position:center center}}.ComparePageEmpty__container-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ComparePageEmpty__container-text{font-size:20px;font-weight:380;line-height:24px;margin-top:32px;color:#1f1f1f}@media screen and (max-width:767px){.ComparePageEmpty__container-text{text-align:center}}.ComparePageEmpty__container-descr{margin-top:16px;font-size:16px;font-weight:380;line-height:140%;color:#8e8e8e}@media screen and (max-width:767px){.ComparePageEmpty__container-descr{max-width:328px;text-align:center;margin-top:16px}}.ComparePageEmpty__container-button{margin-top:32px;width:240px;height:40px;color:#a48561;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;padding:12px 16px 12px 12px;transition:all 250ms ease-in-out;position:relative;border:1px solid #e8e1d8;font-weight:450;line-height:16px;text-transform:uppercase}.ComparePageEmpty__container-button::before{content:"";width:16px;height:16px;display:block;margin-right:8px;background:url(../assets/compare-page/compare-plus-icon.svg)}.ComparePageEmpty__container-button:hover{border:1px solid transparent;background:#f6f3ef}.ComparePageEmpty__container-button:active{border:1px solid transparent;background:#e8e1d8}.CompareProductHead{background:#fff;border-radius:8px;display:flex;flex-direction:column;position:relative;height:460px;padding:20px}@media screen and (max-width:1600px){.CompareProductHead{height:480px}}@media screen and (max-width:1365px){.CompareProductHead{height:427px;border-radius:0;border-width:0 1px 1px 0;padding:12px;border-right:1px solid #ebebeb}}@media screen and (max-width:767px){.CompareProductHead{height:347px}}.CompareProductHead__wrapper{width:100%;height:218px;min-height:218px;display:flex;background:#fff;border-radius:8px 8px 0 0}@media screen and (max-width:1600px){.CompareProductHead__wrapper{height:240px;min-height:240px}}@media screen and (max-width:1365px){.CompareProductHead__wrapper{height:232px;min-height:232px;border-radius:0}}@media screen and (max-width:767px){.CompareProductHead__wrapper{height:140px;min-height:140px;border-radius:0}}.CompareProductHead__wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px 8px 0 0}@media screen and (max-width:1365px){.CompareProductHead__wrapper img{border-radius:0}}.CompareProductHead__delete{width:36px;height:36px;background-color:#fff;border-radius:50%;background-image:url(../assets/compare-page/delete-icon-red.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out;position:absolute;right:16px;top:16px}@media screen and (max-width:1365px){.CompareProductHead__delete{right:8px;top:8px}}.CompareProductHead__delete:hover{background-color:#f6eeee;cursor:pointer}.CompareProductHead__delete:active{background-color:#e8d4d4}.CompareProductHead__name{display:flex;font-weight:380;height:40px;font-size:14px;line-height:140%;color:#1f1f1f;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:16px}.CompareProductHead__name:hover{text-decoration:underline}@media screen and (max-width:1365px){.CompareProductHead__name{font-size:12px;height:34px}}.CompareProductHead .ProductItemRating{margin-top:8px}@media screen and (max-width:767px){.CompareProductHead .ProductItemRating{margin-top:8px}.CompareProductHead .ProductItemRating__count-word{font-size:12px}}.CompareProductHead__container{position:relative;margin-top:16px}@media screen and (max-width:767px){.CompareProductHead__container{margin-top:12px}}.CompareProductHead__container-price{display:flex;flex-direction:column;margin-top:auto}.CompareProductHead__container-price-old span:first-child{font-weight:380;font-size:14px;color:#8e8e8e;line-height:16px;text-decoration:line-through}@media screen and (max-width:1365px){.CompareProductHead__container-price-old span:first-child{font-size:12px;line-height:14px}}.CompareProductHead__container-price-old span:last-child{background:#f6eeee;border-radius:4px;font-weight:630;font-size:10px;line-height:16px;color:#a35454;padding:2px 4px;margin-left:8px}@media screen and (max-width:1365px){.CompareProductHead__container-price-old span:last-child{margin-left:4px}}@media screen and (max-width:767px){.CompareProductHead__container-price-old span:last-child{font-size:8px;line-height:12px}}.CompareProductHead__container-price-current{font-weight:380;font-size:24px;line-height:32px;color:#1f1f1f;margin-top:4px}@media screen and (max-width:767px){.CompareProductHead__container-price-current{font-size:16px;line-height:20px}}.CompareProductHead__container-cart{width:40px;height:40px;background-color:transparent;border-radius:50%;background-image:url(../assets/product-item/cart-icon.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out;position:absolute;right:0;top:12px}@media screen and (max-width:767px){.CompareProductHead__container-cart{width:32px;height:32px;background-size:20px 20px;top:0}}.CompareProductHead__container-cart:hover{background-color:#f6f3ef;cursor:pointer}.CompareProductHead__container-cart:active{background-color:#e8e1d8}.CompareProductHead__container-cart.active::after{content:"";position:absolute;right:-1px;top:-1px;background-image:url(../assets/product-item/added-icon.svg);width:20px;height:20px;background-size:100% 100%;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.CompareProductHead__container-cart.active::after{width:18px;height:18px;top:-4px;right:-4px}}.CompareProductHead__container-cart.disabled{opacity:.4;pointer-events:none}.CompareProductHead__container-cart.preorder{background-image:url(../assets/product-card/preorder-icon-blue.svg);background-size:24px 24px}.CompareProductHead__container-cashback{margin-top:8px;font-size:14px;font-weight:380;color:#1f1f1f;line-height:14px;display:flex;align-items:center;gap:8px}.CompareProductHead__container-cashback::before{content:"";background-image:url(../assets/header/cashback-icon.svg);background-repeat:no-repeat;background-size:100% 100%;background-position:center;width:16px;height:16px;display:block}.CompareProductHead__container-cashback span{color:#a48561;margin-left:-4px;font-weight:520}@media screen and (max-width:1365px){.CompareProductHead__container-cashback{font-size:12px}}.CompareProductHead__container-credit{margin-top:8px;color:#1f1f1f;font-size:14px;font-weight:380;line-height:16px}.CompareProductHead__container-credit span{color:#404b7a;font-weight:520}@media screen and (max-width:1365px){.CompareProductHead__container-credit{font-size:12px}}.CompareProducts{display:flex;flex-direction:column;width:100%;position:relative}.CompareProducts__fixed{position:fixed;top:-100%;left:0;width:100%;z-index:4;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.08);transition:top 500ms ease-in-out}.CompareProducts__fixed.visible{top:0}.CompareProducts__fixed-container{display:grid;grid-template-columns:312px 1104px;grid-column-gap:24px;width:100%;overflow:hidden;max-width:1440px;margin:0 auto}@media screen and (max-width:1600px){.CompareProducts__fixed-container{grid-template-columns:360px 888px;max-width:1272px}}@media screen and (max-width:1365px){.CompareProducts__fixed-container{display:flex;grid-column-gap:0}}@media screen and (max-width:767px){.CompareProducts__fixed-container{grid-template-columns:164px 1fr}}.CompareProducts__fixed-container-clean .CompareAddDiffBtns{display:flex;flex-direction:column;gap:24px;position:relative;top:50%;transform:translateY(-50%)}@media screen and (max-width:1365px){.CompareProducts__fixed-container-clean{display:none}}.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav{position:absolute;top:50%;transform:translateY(-50%);margin-top:0;right:8px;left:0;display:flex;justify-content:space-between;pointer-events:none}.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-next,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-prev{width:32px;height:32px;background-color:#f6f3ef!important;border-radius:50%;pointer-events:all;background-image:url(../assets/compare-page/arrow-small-carousel.svg)!important;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-next.disabled,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-prev.disabled{background-image:url(../assets/compare-page/arrow-small-carousel-disabled.svg);pointer-events:all;background-size:9px 14px}.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-next:hover,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-prev:hover{cursor:pointer;background-color:#e8e1d8}.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-next:active,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-prev:active{cursor:pointer;background-size:8px 14px;background-color:#dbcec0}.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-prev{transform:rotate(180deg)}.CompareProducts__fixed-container-carousel.owl-carousel .owl-item.active::before{content:"";position:absolute;top:50%;transform:translateY(-50%);background-position:center;background-repeat:no-repeat;border-radius:50%;width:1px;height:100%;border-left:1px solid #f6f3ef;z-index:1;left:-12px}@media screen and (max-width:1365px){.CompareProducts__fixed-container-carousel.owl-carousel .owl-item.active::before{left:-1px}}.CompareProducts__body-container.owl-carousel .owl-nav .owl-next span,.CompareProducts__body-container.owl-carousel .owl-nav .owl-prev span,.CompareProducts__body-container.owl-carousel .owl-nav.disabled,.CompareProducts__fixed-container-bottom{display:none}@media screen and (max-width:1365px){.CompareProducts__fixed-container-bottom{display:block;position:fixed;bottom:-100%;left:0;width:100%;z-index:3;background:#fff;border-bottom:1px solid #ebeef5;transition:bottom 500ms ease-in-out;padding:12px 16px}.CompareProducts__fixed-container-bottom.visible{bottom:0}.CompareProducts__fixed-container-bottom .CompareAddDiffBtns{display:flex;justify-content:space-between}}.CompareProducts__body{display:grid;grid-template-columns:312px 1104px;grid-column-gap:24px;width:100%;overflow:hidden}@media screen and (max-width:1600px){.CompareProducts__body{grid-template-columns:360px 888px;max-width:1272px}}@media screen and (max-width:1365px){.CompareProducts__body{display:flex;grid-column-gap:0}}@media screen and (max-width:767px){.CompareProducts__body{grid-template-columns:164px 1fr}}.CompareProducts__body-container.owl-carousel{position:relative}.CompareProducts__body-container.owl-carousel .owl-nav{position:absolute;top:174px;margin-top:0;right:16px;left:16px;display:flex;justify-content:space-between;pointer-events:none}@media screen and (max-width:1600px){.CompareProducts__body-container.owl-carousel .owl-nav{left:-320px}}@media screen and (max-width:1439px){.CompareProducts__body-container.owl-carousel .owl-nav{left:-308px}}.CompareProducts__body-container.owl-carousel .owl-nav .owl-next,.CompareProducts__body-container.owl-carousel .owl-nav .owl-prev{width:32px;height:32px;background-color:#f6f3ef;border-radius:50%;pointer-events:all;background-image:url(../assets/compare-page/arrow-small-carousel.svg);background-size:7px 14px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}.CompareProducts__body-container.owl-carousel .owl-nav .owl-next.disabled{opacity:0}.CompareProducts__body-container.owl-carousel .owl-nav .owl-next:hover,.CompareProducts__body-container.owl-carousel .owl-nav .owl-prev:hover{cursor:pointer;background-color:#e8e1d8}.CompareProducts__body-container.owl-carousel .owl-nav .owl-next:active,.CompareProducts__body-container.owl-carousel .owl-nav .owl-prev:active{cursor:pointer;background-size:6px 12px;background-color:#dbcec0}.CompareProducts__body-container.owl-carousel .owl-nav .owl-prev{transform:rotate(180deg)}.CompareProducts__body-container.owl-carousel .owl-nav .owl-prev.disabled{opacity:0}@media screen and (max-width:1365px){.CompareProductGroup{margin-top:40px}}@media screen and (max-width:767px){.CompareProductGroup{margin-top:32px}}.CompareProductGroup.empty{margin-top:0}.CompareProductGroup.diactive .CompareProductGroup__head span::after{background:url(../assets/compare-page/char-group-arrow.svg);transform:rotate(180deg)}@media screen and (max-width:1365px){.CompareProductGroup.first .CompareProductGroup__body-item p:first-child{color:#1f1f1f;z-index:3;background:#faf8f5}}@media screen and (max-width:1365px){.CompareProductGroup__head p{font-size:20px;margin-left:16px}}@media screen and (max-width:1600px){.CompareProductGroup__head span{width:1320px}}@media screen and (max-width:1439px){.CompareProductGroup__head span{width:1296px}}@media screen and (max-width:1365px){.CompareProductGroup__head span{top:0}}.CompareProductGroup__head span:after{background:url(../assets/product-card/char-group-arrow.svg)}.CompareProductGroup__body{background:#f5f7fa}@media screen and (max-width:1365px){.CompareProductGroup__body{border-radius:0;margin-top:16px}}@media screen and (max-width:1365px){.CompareProductGroup__body-item{padding:0;flex-direction:column;border-bottom:none}}.CompareProductGroup__body-item p:last-child.transparent{opacity:0;pointer-events:none}@media screen and (max-width:1365px){.CompareProductGroup__body-item p:last-child{border-right:2px solid #fff;padding:14px 16px;margin-top:46px;height:100%;font-size:14px}}.CompareProductGroup__body-item p:last-child.name{font-size:16px;line-height:20px}@media screen and (max-width:1365px){.CompareProductGroup__body-item p:first-child{display:flex;padding:14px 16px;width:100%;background:#fff;color:#1f1f1f;position:absolute;height:48px;left:0;align-items:center;justify-content:center;font-size:14px;line-height:140%}}.Auth{display:flex;z-index:999}.Auth__overlay{width:100%;height:100vh;background:#1f1f1f;opacity:.32;position:fixed;left:0;top:0;z-index:998}.Auth__popup{width:360px;display:flex;flex-direction:column;padding:24px;left:0;top:0;bottom:0;right:0;margin:auto;z-index:9999;position:fixed;height:-moz-max-content;height:max-content;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 0 8px 0 rgba(0,0,0,.08)}@media screen and (max-width:767px){.Auth__popup{width:100%;height:100%;border-radius:0;padding:16px;overflow-y:auto}}.Auth__popup-errors{display:flex;width:100%;max-height:0;overflow:hidden;transition:all 1000ms ease-in-out}.Auth__popup-errors.active{max-height:500px}@media screen and (max-width:767px){.Auth__popup-errors.active{max-height:unset;opacity:1;overflow:initial}}.Auth__popup-errors-container{display:flex;flex-direction:column;padding:16px;width:100%;margin-top:16px;background:#f6eeee;border-radius:8px}@media screen and (max-width:767px){.Auth__popup-errors-container{margin-top:16px}}.Auth__popup-errors-container p{color:#a35454;margin-top:8px;font-size:14px;font-weight:380;line-height:140%}.Auth__popup-errors-container p:first-child,.SupportProductTroubleTab__body-table td ul li:first-child{margin-top:0}.Auth__popup-errors-container-btn{color:#a35454;font-weight:450;text-decoration:underline;cursor:pointer}.Auth__popup-errors-container-btn:hover{text-decoration:none}.Auth__popup-head{display:flex;align-items:center;margin:-8px -8px 0 0}.Auth__popup-head-button{color:#1f1f1f;font-weight:380;font-size:20px;line-height:24px}.Auth__popup-head-wrapper{width:40px;height:40px;margin-left:auto;background-image:url(../assets/header/cross-24x24.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px;background-color:transparent;transition:all 250ms ease-in-out;border-radius:50%}.Auth__popup-head-wrapper:hover{background-color:#f5f5f5;cursor:pointer}.Auth__popup-head-wrapper:active{background-color:#ebebeb}.Auth__popup-body{margin-top:16px;max-height:0;overflow:hidden;opacity:0;transition:all 500ms ease-in-out}@media screen and (max-width:767px){.Auth__popup-body{overflow:unset}}.Auth__popup-body.active{max-height:999px;overflow:unset;opacity:1}.Auth__popup-foot{flex-direction:column;padding-top:24px;border-top:1px solid #ebebeb;width:100%}.Auth__popup-foot,.Auth__popup-foot-offert{display:flex;margin-top:24px}.Auth__popup-foot-offert p{font-weight:380;font-size:12px;color:#7b7b7b;line-height:140%}.Auth__popup-foot-offert p a:hover{text-decoration:unset;color:#404b7a;transition:all 250ms ease-in-out}.Auth__popup-preloader,.HeaderCatalog{align-items:center;display:flex;transition:all 250ms ease-in-out;border-radius:8px}.Auth__popup-preloader{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(28,28,41,.32);pointer-events:none;opacity:0;justify-content:space-around}.Auth__popup-preloader.active{pointer-events:all;opacity:1}.HeaderCatalog{font-weight:450;font-size:14px;line-height:16px;color:#fff;padding:8px 16px;margin-left:24px;background:#a48561}.HeaderCatalog::before{content:"";width:24px;height:24px;background:url(../assets/header/products-image.svg);background-size:100% 100%;margin-right:8px;transition:all 500ms ease-in-out}.HeaderCatalog:hover{cursor:pointer;background:#b29779}.HeaderCatalog:active{background:#8b7152}.HeaderCatalog.active{background:#f6f3ef;color:#a48561}.HeaderCatalog.active::before{transform:rotate(180deg);background:url(../assets/header/catalog-close.svg)}.HeaderCatalog.active::after{transform:rotate(180deg)}.HeaderCatalog.active:hover{background:#e8e1d8}.HeaderCatalog.active:active{background:#dbcec0}@media screen and (max-width:1600px){.HeaderCatalog{margin:4px 0 4px 32px}}@media screen and (max-width:1365px){.HeaderCatalog{display:none}}.Compare{z-index:999}.Compare__overlay{width:100%;height:100vh;background:#000;opacity:.32;position:fixed;left:0;top:0;z-index:998}.Compare__overlay:hover{cursor:initial}.Compare__popup{position:fixed;left:0;right:0;bottom:0;top:0;margin:auto;width:420px;padding:20px 16px 16px;background:#fff;border-radius:8px;z-index:999;display:flex;flex-direction:column;height:-moz-max-content;height:max-content}@media screen and (max-width:767px){.Compare__popup{width:100%;height:100vh;border-radius:0;margin:0;padding:20px 8px 8px}}.Compare__popup-head{display:flex;align-items:center;justify-content:space-between}.Compare__popup-head-text{font-weight:380;font-size:20px;color:#1f1f1f;cursor:default;padding:0 0 0 8px;line-height:32px}.Compare__popup-head-wrapper{width:40px;height:40px;background-image:url(../assets/header/cross-24x24.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px;background-color:transparent;transition:all 250ms ease-in-out;border-radius:20px;margin:-4px 0 0}.Compare__popup-head-wrapper:hover{background-color:#f7f7fa;cursor:pointer}.Compare__popup-head-wrapper:active{background-color:#f0f0f5}.Compare__popup-body{display:flex;width:100%;flex-direction:column;margin-top:16px}.Compare__popup-body-item{display:flex;align-items:center;margin:8px 0;position:relative;background:0 0;border-radius:8px;transition:all 250ms ease-in-out;padding:4px 8px 4px 16px}.Compare__popup-body-item::before{content:"";width:100%;height:1px;background-color:#ebebeb;position:absolute;bottom:-8px;left:0}.Compare__popup-body-item:last-child::before{display:none}.Compare__popup-body-item:hover{cursor:pointer;background:#f7f7fa}.Compare__popup-body-item:active{background:#f0f0f5}.Compare__popup-body-item:first-child{margin:0 0 8px}.Compare__popup-body-item:last-child{margin:8px 0 0}.Compare__popup-body-item:only-child{margin:0}.Compare__popup-body-item-text{font-weight:400;font-size:14px;color:#1f1f1f;width:calc(100% - 37px);line-height:16px;margin-right:4px}.Compare__popup-body-item-text span{color:#86868f}.Compare__popup-body-item-wrapper,.Header-callback__top-button::after{background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}.Compare__popup-body-item-wrapper{width:32px;height:32px;min-width:32px;display:flex;align-items:center;justify-content:space-around;border-radius:16px;background-image:url(../assets/header/basket-icon.svg);background-size:24px 24px;background-color:transparent;margin-left:auto;align-self:center}.Compare__popup-body-item-wrapper:hover{cursor:pointer;background-color:#f6eeee}.Compare__popup-body-item-wrapper:active{background-color:#f0e1e1}.Compare__popup-preloader{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.64);pointer-events:none;opacity:0;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around;border-radius:12px}.Compare__popup-preloader.active{pointer-events:all;opacity:1}.Header-callback{height:100%}.Header-callback.checkout{border-right:unset}.Header-callback.checkout .Header-callback__top-button p{display:block;margin-left:8px}@media screen and (max-width:1365px){.Header-callback{margin-left:0;padding-right:0}}.Header-callback__top{position:relative;height:100%}.Header-callback__top-button{align-items:center;display:flex;transition:all 250ms ease-in-out;position:relative;max-width:157px}.Header-callback__top-button:hover{cursor:pointer}.Header-callback__top-button:hover p{text-decoration:underline}.Header-callback__top-button.active p{color:#535353}.Header-callback__top-button.active:after{transform:rotate(180deg)}.Header-callback__top-button p,.HeaderCustomer__top-button p{font-weight:380;font-size:14px;color:#1f1f1f;line-height:16px;display:flex;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;transition:all 250ms ease-in-out}.Header-callback__top-button::after{content:"";width:16px;height:16px;min-width:16px;background-image:url(../assets/header/arrow-down-16x16.svg);background-size:16px 16px;margin-left:4px}.Header-callback__top-info{position:absolute;right:-65px;top:calc(100% + 16px);width:240px;z-index:999;display:flex;flex-direction:column;background:#fff;border-radius:8px;padding:8px 8px 16px;box-shadow:0 0 8px 0 rgba(0,0,0,.08)}@media screen and (max-width:1365px){.Header-callback__top-info{width:320px;position:fixed;left:0;top:0;bottom:0;right:0;margin:auto;height:-moz-max-content;height:max-content}}@media screen and (max-width:767px){.Header-callback__top-info{width:100%;height:100%;overflow-y:auto;border-radius:0}}.Header-callback__top-info-head{align-items:center;justify-content:space-between;width:100%;padding:0 8px;display:none}@media screen and (max-width:1365px){.Header-callback__top-info-head{display:flex}}.Header-callback__top-info-head-text{font-weight:500;font-size:24px;line-height:32px;color:#1f1f1f;cursor:default}.Header-callback__top-info-head-wrapper{width:40px;height:40px;background-image:url(../assets/header/cross-24x24.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px;transition:all 250ms ease-in-out;border-radius:20px}.Header-callback__top-info-head-wrapper:hover{cursor:pointer;background-color:#f7f7fa}.Header-callback__top-info-head-wrapper:active{background-color:#f0f0f5}.Header-callback__top-info-soc{display:flex;width:100%;flex-direction:column}@media screen and (max-width:1365px){.Header-callback__top-info-soc{margin-top:16px}}.Header-callback__top-info-soc-item{display:flex;align-items:center;padding:12px 16px 12px 12px;position:relative;font-weight:380;font-size:14px;line-height:16px;color:#1f1f1f;background:0 0;transition:all 250ms ease-in-out;border-radius:8px}@media screen and (max-width:1365px){.Header-callback__top-info-soc-item{padding:12px 24px;margin-bottom:12px;margin-top:12px}.Header-callback__top-info-soc-item:first-child{margin-top:0}}.Header-callback__top-info-soc-item:hover{background:#f5f5f5;cursor:pointer}.Header-callback__top-info-soc-item:active{background:#ebebeb}.Header-callback__top-info-soc-item::before{content:"";width:24px;height:24px;background-size:100% 100%;display:flex;margin-right:12px}.Header-callback__top-info-soc-item:after{content:"";width:100%;height:1px;background:#f0f0f5;position:absolute;bottom:-12px;left:0}@media screen and (min-width:1366px){.Header-callback__top-info-soc-item:after{display:none}}.Header-callback__top-info-soc-item.facebook::before{background-image:url(../assets/footer/f-messanger-logo.svg)}.Header-callback__top-info-soc-item.viber::before{background-image:url(../assets/footer/viber-logo.svg)}.Header-callback__top-info-soc-item.telegram::before{background-image:url(../assets/footer/telegram-logo.svg)}.Header-callback__top-info-soc-item.apple-m::before{background-image:url(../assets/footer/apple-m-logo.svg)}.Header-callback__top-info-container{display:flex;width:100%;position:relative;margin-top:16px}.Header-callback__top-info-container-items{display:flex;flex-direction:column;gap:8px;width:100%}.Header-callback__top-info-container-phone{display:flex;align-items:center;gap:12px;padding:12px 16px 12px 12px;border-radius:8px;transition:all 250ms ease-in-out;cursor:pointer}.Header-callback__top-info-container-phone:hover{background:#f5f5f5}.Header-callback__top-info-container-phone:active{background:#ebebeb}.Header-callback__top-info-container-phone:before{content:"";display:flex;width:24px;height:24px;background-image:url(../assets/header/icon-call.svg);background-repeat:no-repeat;background-position:center;background-size:100% 100%;border-radius:50%}.Header-callback__top-info-container-phone-number{font-weight:380;font-size:14px;line-height:16px;color:#1f1f1f;transition:all 250ms ease-in-out}.Header-callback__top-info-container-content{padding:0 16px}.Header-callback__top-info-container-content-name{font-weight:380;font-size:14px;line-height:16px;color:#666}.Header-callback__top-info-container-content-time{font-weight:330;font-size:14px;color:#1f1f1f;line-height:16px;margin-top:16px}.Header-callback__top-info-container-content-time span{display:block}.Header-callback__top-info-container-content-time span:last-child{margin-top:8px}.Header-callback__overlay{width:100%;height:100vh;opacity:0;background:linear-gradient(to left,#1c1c29,#1c1c29) no-repeat 0 64px;position:absolute;left:0;top:0;z-index:998}.Header-callback__overlay:hover{cursor:initial}.HeaderCustomer{height:100%;margin-left:24px}@media screen and (max-width:1365px){.HeaderCustomer{display:none}}.HeaderCustomer__top{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.HeaderCustomer__top-button{align-items:center;display:flex;transition:all 250ms ease-in-out;position:relative}.HeaderCustomer__top-button:hover{cursor:pointer}.HeaderCustomer__top-button.active p,.HeaderCustomer__top-button:active{color:#535353}.Header-lang__top-button.active:after,.HeaderCustomer__top-button.active:after{transform:rotate(180deg)}.Header-location__button:hover p,.HeaderCustomer__top-button p:hover{text-decoration:underline}.HeaderCustomer__top-button::after{content:"";width:16px;height:16px;min-width:16px;background-image:url(../assets/header/arrow-down-16x16.svg);background-repeat:no-repeat;background-position:center;background-size:16px 16px;margin-left:8px;transition:all 250ms ease-in-out}.HeaderCustomer__dropdown{position:absolute;right:-50px;top:calc(100% - 8px);width:236px;z-index:999;display:flex;flex-direction:column;background:#fff;border-radius:8px;padding:8px 0;box-shadow:0 0 8px 0 rgba(0,0,0,.08)}@media screen and (max-width:1365px){.HeaderCustomer__dropdown{width:320px;position:fixed;left:0;top:0;bottom:0;right:0;margin:auto;height:-moz-max-content;height:max-content}}@media screen and (max-width:767px){.HeaderCustomer__dropdown{width:100%;height:100%;overflow-y:auto;border-radius:0}}.HeaderCustomer__dropdown-list{display:flex;flex-direction:column}.HeaderCustomer__dropdown-link{display:block;padding:12px 16px;color:#1f1f1f;font-size:14px;font-weight:380;line-height:16px;transition:background 250ms ease-in-out}.HeaderCustomer__dropdown-link:hover{background:#f5f5f5}.HeaderCustomer__dropdown-link:active{background:#ebebeb}.HeaderCustomer__overlay{width:100%;height:100vh;opacity:0;background:linear-gradient(to left,#1c1c29,#1c1c29) no-repeat 0 72px;position:absolute;left:0;top:0;z-index:998}.HeaderCart__overlay:hover,.HeaderCustomer__overlay:hover{cursor:initial}.HeaderCart{z-index:999}.HeaderCart__overlay{width:100%;height:100vh;background:#000;opacity:.32;position:fixed;left:0;top:0;z-index:998}.HeaderCart__popup-cart{position:fixed;left:0;right:0;bottom:0;top:0;margin:auto;width:800px;padding:20px 24px 24px;background:#fff;border-radius:8px;z-index:999;display:flex;flex-direction:column;height:-moz-max-content;height:max-content}@media screen and (max-width:1365px){.HeaderCart__popup-cart{width:100%;height:100vh;border-radius:0;padding:16px;overflow-x:hidden;margin:0}}.HeaderCart__popup-cart-head{display:flex;align-items:center;justify-content:space-between;margin:-4px -4px 0 0}@media screen and (max-width:1365px){.HeaderCart__popup-cart-head{padding:0 0 0 8px}}.HeaderCart__popup-cart-head-text{font-weight:380;font-size:20px;line-height:24px;color:#1f1f1f;cursor:default}.HeaderCart__popup-cart-head-wrapper{width:40px;height:40px;margin-left:auto;background-image:url(../assets/header/cross-24x24.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px;background-color:transparent;transition:all 250ms ease-in-out;border-radius:20px}.HeaderCart__popup-cart-head-wrapper:hover{cursor:pointer;background-color:#f5f5f5}.HeaderCart__popup-cart-head-wrapper:active{background-color:#ebebeb}.HeaderCart__popup-cart-body{display:flex;flex-direction:column;width:100%;margin-top:16px}@media screen and (max-width:1365px){.HeaderCart__popup-cart-body{margin-bottom:85px;margin-top:20px}}.HeaderCart__popup-cart-body-list{display:flex;width:100%;flex-direction:column;max-height:265px;overflow-y:auto}@media screen and (max-width:1365px){.HeaderCart__popup-cart-body-list{max-height:calc(100% - 256px);margin-bottom:24px}}.HeaderCart__popup-cart-body-sum{display:flex;padding:16px;align-items:center;justify-content:space-between;background:#fafafa;border-radius:8px;margin-top:32px}@media screen and (max-width:1365px){.HeaderCart__popup-cart-body-sum{flex-wrap:wrap;margin-top:0}}.HeaderCart__popup-cart-body-sum-price,.HeaderCart__popup-cart-body-sum-text{font-weight:380;font-size:14px;line-height:16px;color:#1f1f1f}.HeaderCart__popup-cart-body-sum-price{display:flex;align-items:flex-end;margin-left:8px;color:#8e8e8e}.HeaderCart__popup-cart-body-sum-price-current{font-weight:380;font-size:20px;color:#1f1f1f;line-height:24px}.HeaderCart__popup-cart-body-sum-price-old{margin-left:8px;text-decoration:line-through;padding-bottom:3px}.HeaderCart__popup-cart-body-buttons{margin-top:32px;width:100%;display:flex;justify-content:space-between}@media screen and (max-width:1365px){.HeaderCart__popup-cart-body-buttons{flex-direction:column-reverse}}.HeaderCart__popup-cart-body-buttons-right{display:flex;gap:16px}@media screen and (max-width:1365px){.HeaderCart__popup-cart-body-buttons-right{flex-direction:column-reverse}}.HeaderCart__popup-cart-body-buttons-right .checkout-button{margin-left:auto;width:-moz-max-content;width:max-content;padding:12px 16px;min-height:40px;font-weight:500;margin-top:0}@media screen and (max-width:1365px){.HeaderCart__popup-cart-body-buttons-right .checkout-button{width:100%}}.HeaderCart__popup-cart-body-buttons-right .fast-order-button{padding:12px 16px}.HeaderCart__popup-cart-body-buttons-left{display:flex;align-items:center}@media screen and (max-width:1365px){.HeaderCart__popup-cart-body-buttons-left{justify-content:center;margin-top:16px}}.HeaderCart__popup-cart-body-buttons-left .PrimaryButton{padding:12px 16px;min-height:40px;width:100%;margin-top:0}.HeaderCart__popup-cart-body-buttons .fast-order-button{width:-moz-max-content;width:max-content;min-height:40px;margin-top:0}@media screen and (max-width:1365px){.HeaderCart__popup-cart-body-buttons .fast-order-button{width:100%}}.HeaderCart__popup-cart-preloader{width:100%;height:100%;background:rgba(255,255,255,.64);display:flex;align-items:center;justify-content:space-around;z-index:999;position:absolute;left:0;top:0;border-radius:12px;opacity:0;transition:all 150ms ease-in-out;pointer-events:none}.HeaderCart__popup-cart-preloader.active{pointer-events:all;opacity:1}.HeaderCart .BadgesPopupFastOrder{position:fixed;z-index:999;left:0;top:0;right:0;bottom:0;margin:auto}.HeaderServices{z-index:999}.HeaderServices__overlay{width:100%;height:100vh;background:#1f1f1f;opacity:.4;position:fixed;left:0;top:0;z-index:998}.HeaderServices__overlay:hover{cursor:initial}.HeaderServices__popup{width:580px;display:flex;flex-direction:column;padding:24px 24px 16px;left:0;top:0;bottom:0;right:0;margin:auto;z-index:999;position:fixed;height:-moz-max-content;height:max-content;background:#fff;border-radius:16px;overflow:hidden;max-height:80vh}@media screen and (max-width:767px){.HeaderServices__popup{width:100%;height:100%;max-height:100%;border-radius:0;padding:16px 16px 24px;overflow-y:auto}}.HeaderServices__popup-head{display:flex;align-items:center}.HeaderServices__popup-head-text{color:#1f1f1f;font-weight:500;font-size:24px;line-height:32px}.HeaderServices__popup-head-wrapper{width:40px;height:40px;background-image:url(../assets/header/cross-24x24.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px;background-color:transparent;transition:all 250ms ease-in-out;border-radius:20px;margin-top:-8px;margin-left:auto;margin-right:-8px}.HeaderServices__popup-head-wrapper:hover{background-color:#f7f7fa;cursor:pointer}.HeaderServices__popup-head-wrapper:active{background-color:#f0f0f5}.HeaderServices__popup-body{display:flex;flex-direction:column;margin-top:16px;overflow-x:auto;padding-right:15px;margin-right:-15px}@media screen and (max-width:767px){.HeaderServices__popup-body{margin-top:8px}}.Header-lang{display:flex;align-items:center;margin-left:24px}.Header-lang__top{position:relative}.Header-lang__top-button{color:#1f1f1f;font-size:14px;font-weight:380;line-height:16px;display:flex;align-items:center;transition:all 250ms ease-in-out}.Header-lang__top-button:after,.Header-lang__top-select-item:after{content:"";background-size:100% 100%;transition:all 250ms ease-in-out}.Header-lang__top-button:after{width:16px;height:16px;background:url(../assets/header/arrow-down-16x16.svg);margin-left:4px;display:block}.Header-lang__top-button:hover{cursor:pointer;text-decoration:underline}.Header-lang__top-button.active{color:#535353}.Header-lang__top-select{position:absolute;flex-direction:column;top:32px;left:-27px;z-index:999;width:96px;padding:8px;background:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.08);display:none;border-radius:8px}.Header-lang__top-select.active{display:flex}@media screen and (max-width:767px){.Header-lang__top-select{right:0;left:unset}}.Header-lang__top-select-item{padding:11px 12px 11px 16px;color:#1f1f1f;font-size:14px;font-weight:380;line-height:16px;display:flex;align-items:center;transition:all 250ms ease-in-out;text-transform:uppercase}.Header-lang__top-select-item:after{width:18px;height:18px;background-image:url(../assets/header/lang-active-checkmark.svg);background-repeat:no-repeat;background-position:center center;margin-left:auto;opacity:0;display:flex}.Header-lang__top-select-item.active:after{opacity:1}.Header-lang__top-select-item:hover{cursor:pointer;background:#f5f5f5}.Header-lang__top-select-item:active{background:#ebebeb}.Header-lang__overlay{width:100%;height:100vh;background:linear-gradient(to left,transparent,transparent) no-repeat 0 64px;position:absolute;left:0;top:0;z-index:998}@media screen and (max-width:1365px){.Header-lang__overlay{background:0 0}}.Header-lang__overlay:hover{cursor:initial}.Header-location{display:flex;align-items:center;position:relative}.Header-location__button{display:flex;margin-left:32px;font-weight:380;font-size:14px;color:#1f1f1f;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center}@media screen and (max-width:1365px){.Header-location__button{display:none}}.Header-location__button:before{content:"";width:16px;height:16px;display:flex;background:url(../assets/header/location-icon-black.svg);margin-right:8px}.Header-location__button:after{content:"";width:16px;height:16px;display:flex;background:url(../assets/header/arrow-down-16x16.svg);margin-left:4px}.Header-location__button:hover{cursor:pointer}.Header-location__popup{display:flex;position:fixed;left:0;top:0;width:100%;height:100vh;z-index:999}.Header-location__popup-overlay{width:100%;height:100vh;background:#000;opacity:.32;position:fixed;left:0;top:0;z-index:998}.Header-location__popup-overlay:hover{cursor:initial}.Header-location__popup-container{padding:0 24px 24px;z-index:999;position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;width:560px;height:-moz-max-content;height:max-content;background:#fff;border-radius:8px;box-shadow:0 0 8px 0 rgba(0,0,0,.08)}@media screen and (max-width:640px){.Header-location__popup-container{width:100%;height:100vh;margin:0;border-radius:0;transition:left 250ms ease-in-out}}.Header-location__popup-container-head{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.Header-location__popup-container-head-text{font-weight:380;font-size:20px;color:#1f1f1f;line-height:24px}.Header-location__popup-container-head-text span{color:#a48561;line-height:22px}.Header-location__popup-container-head-close{width:40px;height:40px;display:flex;justify-content:space-around;align-items:center;background-image:url(../assets/header/cross-24x24.svg);background-size:24px 24px;background-position:center;background-repeat:no-repeat;border-radius:20px;transition:all 250ms ease-in-out}.Header-location__popup-container-head-close:hover{cursor:pointer;background-color:#f5f5f5}.Header-location__popup-container-head-close:active{background-color:#ebebeb}.Header-location__popup-container-search{margin-top:16px}.Header-location__popup-container-search-head{font-weight:450;font-size:12px;color:#7b7b7b;line-height:14px}.Header-location__popup-container-search-body{margin-top:8px;position:relative}.Header-location__popup-container-selected-b{width:100%;background:#eef6ef;border-radius:8px;display:flex;justify-content:space-around;max-height:0;transition:all 350ms ease-in-out;overflow:hidden}.Header-location__popup-container-selected-b p{color:#56a463;font-weight:380;font-size:14px;padding:15px;display:flex}.Header-location__popup-container-selected-b.active{margin-top:24px;max-height:100px}.Header-location__popup-container-bottom{font-weight:380;font-size:12px;color:#8e8e8e;line-height:20px;margin-top:24px}.Header-location__popup-container-preloader{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:space-around;background:rgba(255,255,255,.6);border-radius:12px;z-index:999;opacity:0;pointer-events:none;transition:all 150ms ease-in-out}@media screen and (max-width:640px){.Header-location__popup-container-preloader{border-radius:0}}.Header-location__popup-container-preloader.active{opacity:1;pointer-events:all}.Header-location .header-select .vs__dropdown-toggle{border:1px solid #ebebeb;background:#fff;border-radius:8px;height:40px}.Header-location .header-select .vs__dropdown-menu{background:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.12);border-radius:8px;border:0;top:calc(100% + 8px);max-height:205px}.Header-location .header-select .vs__actions{display:none}.Header-location .header-select .vs__search{padding:0 10px 0 16px}.Header-location .header-select .vs__search::-moz-placeholder{color:#acb3bf;font-weight:500;font-size:16px}.Header-location .header-select .vs__search::placeholder{color:#acb3bf;font-weight:500;font-size:16px}.Header-location .header-select .vs__selected{padding:0 10px 0 16px;position:absolute;height:25px;overflow:hidden;display:flex;align-items:flex-start;font-size:16px;font-weight:380}.Header-location .header-select .vs__selected-options{align-items:center}.Header-location .header-select .vs__dropdown-menu{padding:10px 0}.Header-location .header-select .vs__dropdown-option{padding:12px 16px;color:#1f1f1f;font-size:16px;white-space:unset;font-weight:380;line-height:16px}.Header-location .header-select .vs__dropdown-option.vs__dropdown-option--highlight{background:#faf8f5;color:#1f1f1f}.Header-location .header-select.vs--open .vs__dropdown-toggle{border:1px solid #a48561;background:#fff}.Header-location .header-select.vs--open .vs__selected{opacity:0}.MobileMenu{display:flex}.MobileMenu__wrapper{width:40px;height:40px;margin-right:16px;background-image:url(../assets/header/burger-icon.svg);background-color:transparent;background-repeat:no-repeat;background-position:center;background-size:24px 24px;border-radius:8px;transition:all 250ms ease-in-out}.MobileMenu__wrapper:hover{cursor:pointer;background-color:#f5f5f5}.MobileMenu__wrapper:active{background-color:#ebebeb}.HeaderSearch{display:flex;align-items:center;margin-left:24px;position:relative}@media screen and (max-width:1365px){.HeaderSearch{margin-left:auto}.HeaderSearch.mobile-search{position:fixed;top:0;left:0;width:100%;height:64px;margin-left:0;background:#fff;z-index:999}.HeaderSearch.mobile-search .HeaderSearch__search{display:flex;margin-top:0;width:100%}.HeaderSearch.mobile-search .HeaderSearch__popup-overlay{display:none}.HeaderSearch.mobile-search .HeaderSearch__popup-container{height:calc(100vh - 60px);background:#fff}}@media screen and (max-width:1365px) and (max-width:1365px){.HeaderSearch.mobile-search .HeaderSearch__popup-container{height:calc(100vh - 64px)}}@media screen and (max-width:1365px){.HeaderSearch.mobile-search .HeaderSearch__mobile-button{opacity:0;visibility:hidden;transform:translateX(40px);pointer-events:none}.HeaderSearch.mobile-search .HeaderSearch__mobile-close{display:flex}}.HeaderSearch__search{display:flex;align-items:center;gap:8px;transition:all 250ms ease-in-out;border:1px solid transparent;background:#fff;border-radius:20px;width:40px;position:relative;z-index:1;contain:layout style}@media screen and (max-width:1365px){.HeaderSearch__search{display:none}}@media screen and (max-width:767px){.HeaderSearch__search{transition:unset}}.HeaderSearch__search:hover{background:#f7f7fa;cursor:pointer}.HeaderSearch__search:active{background:#f0f0f5}.HeaderSearch__search-clear,.HeaderSearch__search-icon{display:flex;align-items:center;justify-content:space-around}.HeaderSearch__search-icon{width:40px;height:40px;min-width:40px;background:url(../assets/header/search-icon.svg) no-repeat center;background-size:24px 24px}.HeaderSearch__search-clear{width:20px;height:20px;min-width:20px;background:url(../assets/header/cross-20x20.svg) no-repeat center;background-size:100% 100%;transition:all 250ms ease-in-out;display:none}.HeaderSearch__search-clear:hover{cursor:pointer}@media screen and (max-width:767px){.HeaderSearch__search-clear{margin-right:8px}}.HeaderSearch__search-close{display:flex;align-items:center;color:#1f1f1f;font-size:12px;font-weight:450;line-height:14px;height:24px;padding-left:16px;text-transform:uppercase;display:none}.HeaderSearch__search-input{font-weight:380;font-size:16px;width:100%;font-family:"MiSans Latin",sans-serif}.HeaderSearch__search.active{background:#faf8f5;border-radius:20px;z-index:999;border:1px solid transparent;width:360px;position:absolute;right:0;padding:20px 16px 20px 12px;height:40px}@media screen and (max-width:1365px){.HeaderSearch__search.active{border-radius:0;height:64px}}.HeaderSearch__search.active .HeaderSearch__search-clear,.HeaderSearch__search.active .HeaderSearch__search-close{display:flex}.HeaderSearch__mobile-button{width:40px;height:40px;background-image:url(../assets/header/search-icon.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px;display:none;position:absolute;right:0;opacity:1;visibility:visible;transform:translateX(0);transition:opacity 250ms ease-in-out,visibility 250ms ease-in-out,transform 250ms ease-in-out;will-change:transform,opacity,visibility}@media screen and (max-width:1365px){.HeaderSearch__mobile-button{display:flex;position:absolute;right:0}}.HeaderSearch__mobile-close{width:55px;height:100%;font-weight:380;font-size:14px;color:#1f1f1f;align-items:center;display:none;margin:0 20px}.HeaderSearch__popup-overlay{width:100%;height:100vh;opacity:0;background:linear-gradient(to left,#1f1f1f,#1f1f1f) no-repeat 0 62px;position:fixed;left:0;top:0;z-index:998}.HeaderSearch__popup-overlay:hover{cursor:initial}.HeaderSearch__popup-container{z-index:9999;position:absolute;top:26px;width:-moz-max-content;width:max-content;right:0;box-shadow:0 0 8px 0 rgba(0,0,0,.08);border-radius:8px}@media screen and (max-width:1365px){.HeaderSearch__popup-container{top:64px}}@media screen and (max-width:790px){.HeaderSearch__popup-container{width:100%}}.HeaderSearch__popup-container-preloader{display:flex;align-items:center;justify-content:space-between;width:360px;box-shadow:0 0 8px 0 rgba(0,0,0,.08);border-radius:8px;padding:40px 20px;background:#fff}@media screen and (max-width:790px){.HeaderSearch__popup-container-preloader{width:100%;border-radius:0}}.search-container{background:#fff;width:360px;display:flex;border-radius:8px}@media screen and (max-width:1365px){.search-container{width:100%;border-radius:0;box-shadow:unset;height:100%}}.search-container__no-result{display:flex;width:100%;padding:48px 32px;justify-content:space-around;font-size:14px;font-weight:380;line-height:140%;color:#1f1f1f}.search-container__result{padding:0 0 8px;width:100%}@media screen and (max-width:1365px){.search-container__result{height:100%;overflow-y:auto;padding-bottom:85px}}.search-container__result-title{margin:16px 0;padding-left:16px;color:#7b7b7b;font-size:12px;font-weight:450;line-height:14px;text-transform:uppercase}.search-container__result-container{display:flex;width:calc(100% - 8px);flex-direction:column;max-height:300px;overflow-y:auto}@media screen and (max-width:1365px){.search-container__result-container{max-height:100%;margin-right:0;width:100%}}.search-container__history{padding:16px 8px;display:flex;flex-direction:column;width:100%}.search-container__history-title{color:#7b7b7b;font-size:12px;font-weight:450;line-height:16px;text-transform:uppercase;padding-left:8px}.search-container__history-items{margin-top:8px;display:flex;flex-direction:column}.search-container__history-items-item{padding:14px 12px 14px 16px;color:#1f1f1f;font-size:14px;font-weight:400;line-height:16px;width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:8px;transition:background 250ms ease-in-out}.search-container__history-items-item-clear{width:20px;height:20px;background-image:url(../assets/header/cross-20x20.svg);background-repeat:no-repeat;background-position:center;background-size:100% 100%;cursor:pointer;transition:all 250ms ease-in-out}.search-container__history-items-item:hover{background:#f7f7fa;cursor:pointer}.search-container__history-items-item:active{background:#f0f0f5}.search-container__history-items-empty{margin-top:16px;color:#1f1f1f;font-size:14px;font-weight:380;line-height:140%;padding-left:8px;padding-bottom:16px}.MainPageProducts{margin-top:64px}@media screen and (max-width:1365px){.MainPageProducts{margin-top:40px}}.MainPageProducts__title{color:#1f1f1f;font-size:32px;font-weight:380;line-height:40px}@media screen and (max-width:1365px){.MainPageProducts__title{font-size:24px;line-height:32px}}.MainPageProducts__container{margin-top:24px}.MainPageProducts__container .ScrollSlider__container{padding:0}.MainPageProducts__container .ScrollSlider__side.disabled .ScrollSlider__side-arrow,.MainPageReviews__items .ScrollSlider__side.disabled .ScrollSlider__side-arrow,.MainPageTechnologies__items .ScrollSlider__side.disabled .ScrollSlider__side-arrow{display:none}.MainPageProducts__container .ProductItem{max-width:342px;min-width:342px;padding:20px}.MainPageProducts__container .ProductItem__wrapper{height:302px}@media screen and (max-width:1600px){.MainPageProducts__container .ProductItem{max-width:300px;min-width:300px}.MainPageProducts__container .ProductItem__wrapper{height:260px}}@media screen and (max-width:1439px){.MainPageProducts__container .ProductItem{max-width:288px;min-width:288px}.MainPageProducts__container .ProductItem__wrapper{height:248px}}@media screen and (max-width:1365px){.MainPageProducts__container .ProductItem{max-width:292px;min-width:292px}.MainPageProducts__container .ProductItem__wrapper{height:252px}}.MainPageReviews{margin-top:64px}.MainPageReviews__title{color:#1f1f1f;font-size:32px;font-weight:380;line-height:40px}@media screen and (max-width:1365px){.MainPageReviews__title{font-size:24px;line-height:32px}}.MainPageReviews__items{margin-top:24px}.MainPageReviews__items .ScrollSlider__container{padding:0 0 16px}.MainPageReviews__items .ScrollSlider__container::-webkit-scrollbar{display:block}@media screen and (max-width:1365px){.MainPageReviews__items .ScrollSlider__container{padding-bottom:0}.MainPageReviews__items .ScrollSlider__container::-webkit-scrollbar{display:none}}.MainPageServices{margin-top:64px}@media screen and (max-width:1365px){.MainPageServices{margin-top:40px}}.MainPageServices__title{color:#1f1f1f;font-size:32px;font-weight:380;line-height:40px}@media screen and (max-width:1365px){.MainPageServices__title{font-size:24px;line-height:32px}}.MainPageServices__container{margin-top:32px;display:flex;flex-direction:column;gap:24px}@media screen and (max-width:1365px){.MainPageServices__container{margin-top:24px;gap:8px}}.MainPageServices__top{display:flex;gap:24px}@media screen and (max-width:1365px){.MainPageServices__top{flex-direction:column;gap:8px}}.MainPageServices__top-left{display:grid;grid-template-columns:1fr 1fr;gap:4px}.MainPageServices__top-left>:first-child{grid-column:1/-1}@media screen and (max-width:1365px){.MainPageServices__top-left>:first-child{padding:24px}.MainPageServices__top-left>:first-child .MainPageServicesItem__icon{width:40px;height:40px}.MainPageServices__top-left>:first-child .MainPageServicesItem__title{font-size:20px;line-height:24px;min-height:24px}.MainPageServices__top-left>:first-child .MainPageServicesItem__description{font-size:14px;line-height:20px;margin-top:16px;max-height:40px}}.MainPageServices__top-left>:nth-child(2).MainPageServicesItem,.MainPageServices__top-left>:nth-child(3).MainPageServicesItem{border-radius:0 0 8px 8px}@media screen and (max-width:1365px){.MainPageServices__top-left.MainPageServicesItem:first-child__icon{width:40px;height:40px}.MainPageServices__top-left.MainPageServicesItem:first-child__title{font-size:20px;line-height:24px;min-height:24px}.MainPageServices__top-left.MainPageServicesItem:first-child__description{font-size:14px;line-height:20px;margin-top:16px;max-height:40px}}.MainPageServices__top-right{display:flex;flex-direction:column;gap:24px}@media screen and (max-width:1365px){.MainPageServices__top-right{display:grid;grid-template-columns:1fr 1fr;gap:8px}}.MainPageServices__bottom{display:grid;grid-template-columns:repeat(auto-fill,minmax(288px,1fr));gap:24px}@media screen and (max-width:1365px){.MainPageServices__bottom{grid-template-columns:repeat(2,1fr);gap:8px}}.MainPageSmartMenu{display:flex;gap:16px}@media screen and (max-width:1365px){.MainPageSmartMenu{gap:12px;overflow-x:scroll}}.MainPageTechnologies{margin-top:64px}@media screen and (max-width:1365px){.MainPageTechnologies{margin-top:40px}}.MainPageTechnologies__title{color:#1f1f1f;font-size:32px;font-weight:380;line-height:40px}@media screen and (max-width:1365px){.MainPageTechnologies__title{font-size:24px;line-height:32px}}.MainPageTechnologies__sections{display:flex;gap:16px;margin-top:32px}@media screen and (max-width:1365px){.MainPageTechnologies__sections{overflow-x:scroll;margin-top:24px;gap:12px}.MainPageTechnologies__sections::-webkit-scrollbar{display:none}}.MainPageTechnologies__sections-item{padding:10px 24px;background:0 0;border-radius:20px;color:#1f1f1f;font-size:14px;font-weight:380;line-height:16px;border:1px solid #e8e1d8;cursor:pointer;transition:background-color .3s ease}@media screen and (max-width:1365px){.MainPageTechnologies__sections-item{min-width:-moz-fit-content;min-width:fit-content}}.MainPageTechnologies__sections-item:hover{background:#e8e1d8}.MainPageTechnologies__sections-item.active{background:#fff;border-color:transparent}.MainPageTechnologies__items{margin-top:32px}@media screen and (max-width:1365px){.MainPageTechnologies__items{margin-top:24px}}.MainPageTechnologies__items .ScrollSlider__container{padding:0}.VideoSlider{position:relative;width:100%;height:640px;overflow:hidden}@media (max-width:768px){.VideoSlider{height:70vh;overflow:visible}}.VideoSlider__video-placeholder{width:100%;height:100%;background-color:#1f1f1f;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.VideoSlider__container{position:relative;width:100%;height:100%}.VideoSlider__container-inner{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1440px;height:100%;pointer-events:none}@media screen and (max-width:1600px){.VideoSlider__container-inner{max-width:1272px}}@media screen and (max-width:1439px){.VideoSlider__container-inner{max-width:1224px}}.VideoSlider__container-inner>*{pointer-events:auto}.VideoSlider__slide,.VideoSlider__slides{position:relative;width:100%;height:100%}.VideoSlider__slide{position:absolute;top:0;left:0;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility .5s ease-in-out}.VideoSlider__slide.active{opacity:1;visibility:visible}.VideoSlider__image,.VideoSlider__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.VideoSlider__video{background:#1f1f1f}.VideoSlider__content{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.VideoSlider__content .VideoSlider__container-inner{display:flex;align-items:center}@media screen and (max-width:768px){.VideoSlider__content .VideoSlider__container-inner{align-items:flex-end}}.VideoSlider__text{max-width:600px;color:#fff;pointer-events:auto;padding-left:148px}@media screen and (max-width:1600px){.VideoSlider__text{padding-left:100px}}@media (max-width:1365px){.VideoSlider__text{height:100%;padding:32px 0 24px 24px;display:flex;flex-direction:column;justify-content:space-between}.VideoSlider__text .PrimaryButton{margin-top:auto}}.VideoSlider__subtitle{color:#fff;font-size:24px;font-weight:380;line-height:32px;margin-bottom:16px}@media screen and (max-width:767px){.VideoSlider__subtitle{font-size:16px;line-height:24px;margin-bottom:8px}}.VideoSlider__title{color:#fff;font-size:48px;font-weight:450;line-height:56px}@media screen and (max-width:767px){.VideoSlider__title{font-size:32px;line-height:48px}}.VideoSlider__button{max-width:180px;margin-top:48px;width:100%;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:450;padding:8px 16px;background:#a48561;color:#fff;font-size:14px;line-height:16px;transition:all 250ms ease-in-out}.PrimaryButton.primary.brand:hover,.VideoSlider__button:hover{background:#b29779;cursor:pointer}.VideoSlider__button:active{background:#8b7152}@media screen and (max-width:767px){.VideoSlider__button{margin-top:auto}}.VideoSlider__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;background-image:url(../assets/others/slider-button-arrow-b-n.svg);background-color:#fff;background-position:center;background-size:8px 14px;background-repeat:no-repeat;border-radius:50%}.VideoSlider__nav:hover{background-color:#e8e1d8}.VideoSlider__nav:active{background-color:#dbcec0;background-size:7px 12px}.VideoSlider__nav:disabled{background-image:url(../assets/others/slider-button-arrow-b-d.svg);background-color:#f5f5f5;pointer-events:none}.VideoSlider__nav--prev{left:20px;transform:translateY(-50%) rotate(180deg)}.VideoSlider__nav--next{right:20px}@media screen and (max-width:1365px){.VideoSlider__nav--prev{left:16px}.VideoSlider__nav--next{right:16px}}.VideoSlider__controls{position:absolute;bottom:32px;right:0;z-index:10}@media screen and (max-width:1365px){.VideoSlider__controls{bottom:24px;right:24px;max-height:40px}}.VideoSlider__play-pause{width:40px;height:40px;background-color:rgba(0,0,0,.16);border-radius:50%;cursor:pointer;transition:all .3s ease;background-position:center;background-repeat:no-repeat}.VideoSlider__play-pause:hover{background-color:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:scale(1.05)}.VideoSlider__play-pause.paused{background-image:url(../assets/others/play-icon.svg);background-size:13px 18px}.VideoSlider__play-pause.playing{background-image:url(../assets/others/pause-icon.svg);background-size:24px 24px}.VideoSlider__indicators{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:1}@media screen and (max-width:1365px){.VideoSlider__indicators{bottom:-24px}}.VideoSlider__indicator{position:relative;width:64px;height:4px;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.VideoSlider__indicator:hover{transform:scale(1.05)}.VideoSlider__indicator.active{transform:scale(1.1)}@media (max-width:768px){.VideoSlider__indicator{width:48px;height:3px}}.VideoSlider__indicator-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.16);border-radius:2px}@media screen and (max-width:1365px){.VideoSlider__indicator-bg{background:rgba(0,0,0,.12)}}.VideoSlider__indicator-progress{position:absolute;top:0;left:0;height:100%;background:#fff;border-radius:2px;transition:width .3s cubic-bezier(.25,.46,.45,.94);transform-origin:left;transition:transform .1s linear}@media screen and (max-width:1365px){.VideoSlider__indicator-progress{background:#a48561}}.VideoSlider__image,.VideoSlider__video{will-change:transform}.VideoSlider__slide.active .VideoSlider__text{animation:fadeIn .8s ease .2s both}.BuyButton{display:flex;align-items:center;width:-moz-max-content;width:max-content;background:#a48561;border-radius:8px;transition:all 250ms ease-in-out;position:relative;border:1px solid transparent;padding:8px 16px;justify-content:center;gap:12px}@media screen and (max-width:1439px){.BuyButton{width:122px}}.BuyButton.preorder .BuyButton__icon{width:24px;min-width:24px;height:24px;background:url(../assets/product-card/preorder-icon.svg)}.BuyButton.active,.BuyButton.loading{border:1px solid #a48561;pointer-events:none}.BuyButton.active{background:0 0}.BuyButton.active .BuyButton__icon{background-image:url(../assets/product-card/buy-button-cart-active.svg)}.BuyButton.active .BuyButton__icon:after{opacity:1}.BuyButton.active .BuyButton__text{color:#a48561}.BuyButton.loading{background:#fff}.BuyButton.loading .BuyButton__icon,.BuyButton.loading .BuyButton__text{opacity:0}.BuyButton.loading .BuyButton__preloader{opacity:1}@media (hover:hover) and (pointer:fine){.BuyButton:hover{cursor:pointer;background:#b29779}}.BuyButton:active,.PrimaryButton.primary.brand:active{background:#8b7152}.BuyButton__icon,.BuyButton__text{opacity:1;transition:all 250ms ease-in-out}.BuyButton__icon{width:24px;min-width:24px;height:24px;margin-left:auto;background-image:url(../assets/product-card/buy-button-cart.svg);background-size:100% 100%;position:relative}.BuyButton__text{font-weight:450;font-size:14px;color:#fff;text-transform:uppercase;margin-right:auto}@media screen and (max-width:767px){.BuyButton{width:100%}}.BuyButton__preloader{width:100%;height:100%;position:absolute;left:0;top:0;display:flex;opacity:0;pointer-events:none;transition:all 250ms ease-in-out}.BuyButton__preloader .Preloader{margin:auto;width:30px;height:30px}.CloseButton{width:40px;height:40px;background-image:url(../assets/header/cross-24x24.svg);background-position:center;background-repeat:no-repeat;background-size:24px 24px;background-color:transparent;border-radius:50%;transition:all 250ms ease-in-out;margin:0 4px 0 0}.CloseButton:hover{background-color:#f5f5f5;cursor:pointer}.CloseButton:active{background-color:#ebebeb}.FormInput{display:flex;flex-direction:column;width:100%;position:relative}.FormInput__label{display:flex;justify-content:space-between}.FormInput__label-error,.FormInput__label-ps{font-weight:450;font-size:12px;line-height:14px;max-height:0;overflow:hidden;transition:all 250ms ease-in-out;display:flex}.FormInput__label-ps{flex-direction:column;width:-moz-max-content;width:max-content;color:#7b7b7b}.FormInput__label-ps.dirty,.FormInput__label-ps.focus{max-height:20px;margin-bottom:8px}.FormInput__label-error{color:#a35454;width:-moz-fit-content;width:fit-content;align-items:center;gap:4px}.FormInput__label-error.active{margin-top:8px;max-height:28px}.FormInput__container{position:relative;width:100%}.FormInput__container-input{font-weight:330;font-size:16px;color:#1f1f1f;padding:10px 16px;width:100%;background:#fff;border-radius:8px;border:1px solid #ebebeb;box-shadow:0 0 0 1px transparent;transition:all 250ms ease-in-out;line-height:20px;font-family:"MiSans Latin",sans-serif}.FormInput__container-input:-webkit-autofill,.FormInput__container-input:-webkit-autofill:focus,.FormInput__container-input:-webkit-autofill:hover{background-color:#fff!important;border:1px solid #ebebeb!important;color:#1f1f1f!important;border-radius:8px!important;-webkit-text-fill-color:#1f1f1f;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-background-clip:text}.FormInput__container-input::-moz-placeholder{color:#7b7b7b;font-weight:330;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.FormInput__container-input::placeholder{color:#7b7b7b;font-weight:330;font-size:16px;transition:all 250ms ease-in-out}.FormInput__container-input:hover{border:1px solid #b2b2b8;cursor:pointer}.FormInput__container-input.focus{border:1px solid #d6d6d6}.FormInput__container-input.focus::-moz-placeholder{color:transparent}.FormInput__container-input.focus::placeholder{color:transparent}.FormInput__container-input.error{border:1px solid #a35454}.FormInput__not-required{font-weight:450;font-size:12px;color:#7b7b7b;position:absolute;right:16px;bottom:15px;height:-moz-fit-content;height:fit-content;pointer-events:none;opacity:0;transition:all 250ms ease-in-out}.FormInput__not-required.active{opacity:1}.FormCheckbox{display:flex;align-items:center}.FormCheckbox.full:hover{cursor:pointer}.FormCheckbox.full .FormCheckbox__container{pointer-events:none}.FormCheckbox__container{display:block;position:relative;padding-left:20px;margin-bottom:20px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.FormCheckbox__container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.FormCheckbox__container-checkmark{position:absolute;top:0;left:2px;width:20px;height:20px;background:#fff;border:1px solid #d6d6d6;box-sizing:border-box;border-radius:4px;transition:all 250ms ease-in-out;box-shadow:0 0 0 2px transparent}.FormCheckbox__container:hover input~.FormCheckbox__container-checkmark{border:1px solid #a48561;background:#fff}.FormCheckbox__container input:checked~.FormCheckbox__container-checkmark{background:#a48561;border:1px solid transparent}.FormCheckbox__container input:checked:hover~.FormCheckbox__container-checkmark{box-shadow:0 0 0 2px rgba(164,133,97,.32)}.FormCheckbox__container-checkmark:after{content:"";position:absolute;display:none}.FormCheckbox__container input:checked~.FormCheckbox__container-checkmark:after{display:block}.FormCheckbox__container .FormCheckbox__container-checkmark:after{left:4px;top:5px;width:11px;height:6px;border:solid #fff;border-width:0 0 2px 2px;border-radius:1px;transform:rotate(-45deg)}.FormCheckbox__text{font-weight:380;font-size:14px;line-height:16px;color:#1f1f1f;margin-left:12px}.FormCheckbox__text span,.FormSelect.disabled .FormSelect__input input{color:#7b7b7b}.FormPhone{display:flex;flex-direction:column;width:100%}.FormPhone__label{display:flex;justify-content:space-between}.FormPhone__label-error,.FormPhone__label-ps{font-weight:450;font-size:12px;max-height:0;overflow:hidden;transition:all 250ms ease-in-out;width:-moz-max-content;width:max-content;display:flex}.FormPhone__label-ps{flex-direction:column;color:#7b7b7b;line-height:14px;margin-right:20px}.FormPhone__label-ps.dirty,.FormPhone__label-ps.focus{max-height:20px;margin-bottom:8px}.FormPhone__label-error{color:#a35454;align-items:center;gap:4px}.FormPhone__label-error.active{margin-top:8px;max-height:20px}.FormPhone__container{position:relative;width:100%;background:#fff;border-radius:8px;border:1px solid #ebebeb;transition:all 250ms ease-in-out;padding:10px 16px;display:flex}.FormPhone__container:hover{border:1px solid #b2b2b8;cursor:pointer}.FormPhone__container.focus{border:1px solid #d6d6d6;background:#fff}.FormPhone__container.focus::-moz-placeholder{color:transparent}.FormPhone__container.focus::placeholder{color:transparent}.FormPhone__container.focus.dirty,.FormPhone__container.focus.error{background:#fff}.FormPhone__container.error,.FormPhone__container.focus.error{border:1px solid #a35454}.FormPhone__container-pre{font-weight:330;font-size:16px;color:#7b7b7b;margin-right:8px}.FormPhone__container-input{font-weight:330;font-size:16px;color:#1f1f1f;width:100%;caret-color:#a48561;font-family:"MiSans Latin",sans-serif}.FormPhone__container-input::-moz-placeholder{color:#7b7b7b;font-weight:330;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.FormPhone__container-input::placeholder{color:#7b7b7b;font-weight:330;font-size:16px;transition:all 250ms ease-in-out}.FormSearchSelect,.FormSearchSelect__label{display:flex;flex-direction:column;width:100%}.FormSearchSelect{position:relative}.FormSearchSelect__label{color:#7b7b7b;font-weight:380;font-size:14px;max-height:0;overflow:hidden;transition:all 250ms ease-in-out}.FormSearchSelect__label.dirty,.FormSearchSelect__label.focus{max-height:20px;margin-bottom:8px}.FormSearchSelect__container{position:relative;width:100%;background:#fff;border-radius:8px;border:1px solid #ebebeb;transition:all 250ms ease-in-out;min-height:47px}.FormSearchSelect__container.focus{border:1px solid #a48561}.FormSearchSelect__container.focus::-moz-placeholder{color:transparent}.FormSearchSelect__container.focus::placeholder{color:transparent}.FormSearchSelect__container.error,.FormSearchSelect__container.focus.error{border:1px solid #a35454}.FormSearchSelect__container-selected{color:#1f1f1f;font-weight:330;font-size:16px;transition:all 250ms ease-in-out;opacity:1;padding:14px 16px}.FormSearchSelect__container-selected.inFocus{opacity:0}.FormSearchSelect__container-input{font-weight:330;font-size:16px;color:#1f1f1f;width:100%;position:absolute;left:0;top:0;padding:14px 16px;height:100%}.FormSearchSelect__container-input::-moz-placeholder{color:#7b7b7b;font-weight:330;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.FormSearchSelect__container-input::placeholder{color:#7b7b7b;font-weight:330;font-size:16px;transition:all 250ms ease-in-out}.FormSearchSelect__container-input.focus::-moz-placeholder{color:transparent}.FormSearchSelect__container-input.focus::placeholder{color:transparent}.FormSearchSelect__container-input.no-placeholder::-moz-placeholder{color:transparent}.FormSearchSelect__container-input.no-placeholder::placeholder{color:transparent}.FormSearchSelect__error{font-weight:450;font-size:12px;color:#a35454;max-height:0;overflow:hidden;transition:all 250ms ease-in-out}.FormSearchSelect__error.active{margin-top:5px;max-height:20px}.FormSearchSelect__list{width:100%;left:0;top:calc(100% + 8px);background:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.12);border-radius:8px;box-sizing:border-box;flex-direction:column;position:absolute;max-height:396px;overflow-y:auto;opacity:0;display:flex;transition:all 250ms ease-in-out;pointer-events:none;z-index:2}@media screen and (max-width:1365px){.FormSearchSelect__list{max-height:328px}}.FormSearchSelect__list.active{opacity:1;pointer-events:all}.FormSearchSelect__list-item{padding:12px 16px;background:0 0;transition:all 250ms ease-in-out;font-size:14px;line-height:140%;font-weight:330;color:#1f1f1f}.FormSearchSelect__list-item:hover{background:#f5f5f5;cursor:pointer}.FormSearchSelect__list-item:active{background:#ebebeb}.FormSearchSelect__list-more{display:flex;align-items:center;justify-content:space-around;padding:12px 16px;color:#f3f0e9;background:#8a6827}.FormSearchSelect__list-more:hover{cursor:pointer;background:#a18652}.FormSearchSelect__list-more:active{background:#96773d}.FormSelect,.FormSelect__input{border-radius:8px;position:relative;transition:all 250ms ease-in-out}.FormSelect{width:100%;display:flex;flex-direction:column;background:0 0;border:1px solid #ebebeb;box-sizing:border-box}.FormSelect.active,.FormSelect:hover{border:1px solid #a48561}.FormSelect.active{background:#f6f3ef}.FormSelect.disabled{border:1px solid #e0e0e0;background:#fafafa;pointer-events:none}.FormSelect.disabled .FormSelect__input::after{background-image:url(../assets/catalog/arrow-down-16x16-disabled.svg)}.FormSelect__input{padding:10px 12px 10px 16px}.FormSelect__input:hover{cursor:pointer}.FormSelect__input::after{content:"";position:absolute;width:16px;height:16px;top:12px;right:12px;background-image:url(../assets/catalog/arrow-down-16x16.svg);background-size:16px 16px;transition:all 250ms ease-in-out}.FormSelect__input input{font-weight:330;font-size:16px;color:#1f1f1f;line-height:20px;pointer-events:none}.FormSelect__input.active::after{transform:rotate(180deg)}.FormSelect__list,.FormSelect__list-item{background:#fff;transition:all 250ms ease-in-out}.FormSelect__list{width:100%;left:0;top:calc(100% + 8px);box-sizing:border-box;box-shadow:0 0 8px 0 rgba(0,0,0,.12);border-radius:8px;flex-direction:column;position:absolute;max-height:296px;overflow-y:auto;opacity:0;display:flex;pointer-events:none;z-index:2;padding:8px 0}.FormSelect__list.active{opacity:1;pointer-events:all}.FormSelect__list-item{padding:12px 16px;font-size:14px;font-weight:380;color:#1f1f1f;line-height:16px}.FormSelect__list-item:hover{background:#f5f5f5;cursor:pointer}.FormSelect__list-item.active{background:#ebebeb}.FormTextArea,.FormTextArea__label{display:flex;flex-direction:column;width:100%}.FormTextArea__label{color:#7b7b7b;font-weight:450;font-size:12px;line-height:14px;max-height:0;overflow:hidden;transition:all 250ms ease-in-out}.FormTextArea__label.dirty,.FormTextArea__label.focus{max-height:20px;margin-bottom:8px}.FormTextArea__container{position:relative;width:100%}.FormTextArea__container-input{font-weight:330;font-size:16px;color:#1f1f1f;padding:10px 16px;width:100%;background:#fff;border-radius:8px;border:1px solid #ebebeb;box-shadow:0 0 0 1px transparent;transition:all 250ms ease-in-out;resize:none;font-family:"MiSans Latin",sans-serif}.FormTextArea__container-input::-moz-placeholder{color:#7b7b7b;font-weight:330;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.FormTextArea__container-input::placeholder{color:#7b7b7b;font-weight:330;font-size:16px;transition:all 250ms ease-in-out}.FormTextArea__container-input:-webkit-autofill,.FormTextArea__container-input:-webkit-autofill:focus,.FormTextArea__container-input:-webkit-autofill:hover{background-color:#fff!important;border:1px solid #ebebeb!important;color:#1f1f1f!important;border-radius:8px!important;-webkit-text-fill-color:#1f1f1f;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-background-clip:text}.FormTextArea__container-input:hover{border:1px solid #b2b2b8;cursor:pointer}.FormTextArea__container-input.focus{border:1px solid #d6d6d6}.FormTextArea__container-input.focus::-moz-placeholder{color:transparent}.FormTextArea__container-input.focus::placeholder{color:transparent}.FormTextArea__container-input.error{border:1px solid #a35454}.FormTextArea__container-pass-button{width:24px;height:24px;position:absolute;right:18px;top:11px;background-size:100% 100%}.FormTextArea__container-pass-button:hover{cursor:pointer}.FormTextArea__error{font-weight:450;font-size:12px;color:#a35454;line-height:14px;max-height:0;overflow:hidden;transition:all 250ms ease-in-out;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;gap:4px}.FormTextArea__error.active{margin-top:8px;max-height:28px}.Preloader{width:60px;height:60px;margin:auto;position:relative;display:block}.Preloader__first,.Preloader__secont,.Preloader__third{width:100%;height:100%;position:absolute;top:0;left:0;border-radius:50%;border:6px solid transparent}.Preloader__first{border-top-color:#a48561;border-right-color:#a48561;z-index:3;animation:first 1000ms ease infinite}.Preloader__secont{border-top-color:rgba(164,133,97,.6);border-right-color:rgba(164,133,97,.6);z-index:2;animation:secont 1000ms ease 150ms infinite}.Preloader__third{border-top-color:rgba(164,133,97,.3);border-right-color:rgba(164,133,97,.3);z-index:1;animation:third 1000ms ease 350ms infinite}.PrimaryButton{width:100%;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:14px;font-weight:450;line-height:16px;transition:all 250ms ease-in-out;padding:8px 16px}.PrimaryButton.primary.brand{background:#a48561;color:#fff}.PrimaryButton.primary.brand.disabled{background:#f5f5f5;color:#8e8e8e;pointer-events:none}.PrimaryButton.primary.accent{background:#a35454;color:#fff}.PrimaryButton.primary.accent:hover{background:#b16e6e;cursor:pointer}.PrimaryButton.primary.accent:active{background:#8b4747}.PrimaryButton.primary.accent.disabled{background:#f5f5f5;color:#8e8e8e;pointer-events:none}.PrimaryButton.primary.neutral{background:#f5f5f5;color:#1f1f1f}.PrimaryButton.primary.neutral:hover{background:#ebebeb;cursor:pointer}.PrimaryButton.primary.neutral:active{background:#e0e0e0}.PrimaryButton.primary.neutral.disabled{background:#f5f5f5;color:#8e8e8e;pointer-events:none}.PrimaryButton.secondary.brand{border:1px solid #a48561;background:0 0;color:#a48561}.PrimaryButton.secondary.brand:hover{background:#a48561;color:#fff;cursor:pointer}.PrimaryButton.secondary.brand:active{background:#8b7152;color:#fff;border-color:transparent}.PrimaryButton.secondary.brand.disabled{background:#fff;border:1px solid #e0e0e0;color:#8e8e8e;pointer-events:none}.PrimaryButton.secondary.accent{border:1px solid #a35454;background:#fff;color:#a35454}.PrimaryButton.secondary.accent:hover{background:#a35454;cursor:pointer}.PrimaryButton.secondary.accent:active{background:#8b4747;border-color:transparent}.PrimaryButton.secondary.accent.disabled{background:#f5f5f5;color:#8e8e8e;pointer-events:none}.PrimaryButton.secondary.neutral{border:1px solid #e0e0e0;background:0 0;color:#1f1f1f}.PrimaryButton.secondary.neutral:hover{border-color:transparent;background:#f5f5f5;color:#1f1f1f;cursor:pointer}.PrimaryButton.secondary.neutral:active{background:#ebebeb}.PrimaryButton.secondary.neutral.disabled{border-color:#ebebeb;background:#fff;color:#8e8e8e;pointer-events:none}.PrimaryButton.tertiary.brand{background:#f6f3ef;color:#a48561}.PrimaryButton.tertiary.brand:hover{background:#e8e1d8;cursor:pointer}.PrimaryButton.tertiary.brand:active{background:#dbcec0}.PrimaryButton.tertiary.brand.disabled{background:#f5f5f5;color:#8e8e8e;pointer-events:none}.PrimaryButton.tertiary.accent{background:#f6eeee;color:#a35454}.PrimaryButton.tertiary.accent:hover{background:#e8d4d4;cursor:pointer}.PrimaryButton.tertiary.accent:active{background:#dabbbb}.PrimaryButton.tertiary.accent.disabled{background:#f5f5f5;color:#8e8e8e;pointer-events:none}.PrimaryButton.tertiary.neutral{background:0 0;color:#1f1f1f}.PrimaryButton.tertiary.neutral:hover{background:#f5f5f5;cursor:pointer}.PrimaryButton.tertiary.neutral:active{background:#ebebeb}.PrimaryButton.tertiary.neutral.disabled{color:#8e8e8e;pointer-events:none}.PrimaryButton.quaternary.brand{background:#fff;border:1px solid #e8e1d8;color:#a48561}.PrimaryButton.quaternary.brand:hover{background:#f6f3ef;border-color:transparent;cursor:pointer}.PrimaryButton.quaternary.brand:active{background:#e8e1d8}.PrimaryButton.quaternary.brand.disabled{border-color:#e0e0e0;color:#8e8e8e;background:#fff;pointer-events:none}.PrimaryButton.quaternary.accent{background:#fff;border:1px solid #e8d4d4;color:#a35454}.PrimaryButton.quaternary.accent:hover{background:#f6eeee;border-color:transparent;cursor:pointer}.PrimaryButton.quaternary.accent:active{background:#e8d4d4}.PrimaryButton.quaternary.accent.disabled{background:#f5f5f5;color:#8e8e8e;pointer-events:none}.PrimaryButton.quinary.brand{background:0 0;border:0;color:#a48561}.PrimaryButton.quinary.brand:hover{background:#f6f3ef;cursor:pointer}.PrimaryButton.quinary.brand:active{background:#e8e1d8}.PrimaryButton.quinary.brand.disabled{color:#8e8e8e;pointer-events:none}.PrimaryButton.quinary.accent{background:0 0;border:0;color:#a35454}.PrimaryButton.quinary.accent:hover{background:#f6eeee;cursor:pointer}.PrimaryButton.quinary.accent:active{background:#e8d4d4}.PrimaryButton.quinary.accent.disabled{color:#8e8e8e;pointer-events:none}.RadioButton,.RadioButton__mark{display:flex;border-radius:50%;transition:all 250ms ease-in-out}.RadioButton{width:20px;height:20px;border:1px solid #c4c8cc;background:0 0;align-items:center;justify-content:space-around}.RadioButton:hover{border:1px solid #a48561;cursor:pointer}.RadioButton.active{border:1px solid #a48561;background:#a48561}.RadioButton__mark{background:#fff;width:10px;height:10px}.ScrollSlider{width:100%;display:flex;position:relative}.ScrollSlider__side{background:0 0;position:absolute;right:0;top:-2px;display:flex;width:100px;height:calc(100% + 3px);z-index:1;pointer-events:none;transition:all 250ms ease-in-out}.ScrollSlider__side.gradient{background:0 0;background:linear-gradient(90deg,rgba(250,248,245,0) 0,#faf8f5 75%)}.ScrollSlider__side.gradient .ScrollSlider__side-arrow{margin:0}.ScrollSlider__side.gradient.disabled{display:none}.ScrollSlider__side.left{transform:rotate(180deg);right:unset;left:0}.ScrollSlider__side.disabled .ScrollSlider__side-arrow{pointer-events:none;background-color:#f7f7fa}@media screen and (max-width:1365px){.ScrollSlider__side{display:none}}.ScrollSlider__side-arrow{width:32px;height:32px;background-color:#fff;background-image:url(../assets/others/slider-button-arrow-n-n.svg);background-position:center;background-repeat:no-repeat;background-size:7px 12px;pointer-events:all;position:absolute;right:0;top:50%;transform:translateY(-50%);border-radius:50%;display:flex;transition:all 250ms ease-in-out;margin:0 16px}.ScrollSlider__side-arrow:hover{background-color:#e8e1d8;cursor:pointer}.ScrollSlider__side-arrow:active{background-size:6px 10px}.ScrollSlider__container{width:100%;position:relative;overflow-x:auto;display:flex;scroll-behavior:smooth}@media screen and (max-width:1365px){.ScrollSlider__container{padding:0 24px}}@media screen and (max-width:767px){.ScrollSlider__container{padding:0 16px}}@media screen and (max-width:1365px){.ScrollSlider__container.sbe{padding-bottom:20px}.ScrollSlider__container.sbe::-webkit-scrollbar{display:flex}}.ScrollSlider__container.sbe.no-scroll{padding-bottom:0}.ScrollSlider__container::-webkit-scrollbar{display:none}.SliderButton{display:flex;align-items:center;justify-content:center;background-color:#f6f3ef;border-radius:50%;transition:background-color 250ms ease-in-out}.SliderButton:after{width:7px;height:12px;content:"";display:flex;transition:all 250ms ease-in-out}.SliderButton:hover{cursor:pointer;background-color:#e8e1d8}.SliderButton:active{background-color:#dbcec0}.SliderButton:active:after{transform:scale(.85)}.SliderButton.left{transform:rotate(180deg)}.SliderButton.normal{width:32px;height:32px}.SliderButton.normal:after{width:7px;height:12px;background-image:url(../assets/others/slider-button-arrow-n-n.svg)}.SliderButton.big{width:40px;height:40px}.SliderButton.big:after{width:8px;height:14px;background-image:url(../assets/others/slider-button-arrow-b-n.svg)}.SliderButton.small{width:24px;height:24px}.SliderButton.small:after{width:6px;height:10px;background-image:url(../assets/others/slider-button-arrow-s-n.svg)}.SliderButton.disabled{background-color:#f5f5f5;pointer-events:none}.SliderButton.normal.disabled:after{background-image:url(../assets/others/slider-button-arrow-n-d.svg)}.SliderButton.big.disabled:after{background-image:url(../assets/others/slider-button-arrow-b-d.svg)}.SliderButton.small.disabled:after{background-image:url(../assets/others/slider-button-arrow-s-d.svg)}.SliderButton.secondary{background-color:#fff}.MainPageBanners__slider-carousel.owl-carousel .owl-nav .owl-next:hover,.MainPageBanners__slider-carousel.owl-carousel .owl-nav .owl-prev:hover,.SliderButton.secondary:hover{background-color:#e8e1d8}.SliderButton.secondary:active{background-color:#dbcec0}.SliderButton.secondary.disabled{background-color:#fff}.ProductItemBadge{padding:5px 12px;font-weight:520;font-size:12px;border-radius:12px;width:-moz-max-content;width:max-content;text-transform:uppercase;background:#a35454;color:#fff;display:flex}@media screen and (max-width:767px){.ProductItemBadge{padding:4px 8px;font-size:10px;line-height:12px}}.ProductItemBadge.new{color:#56a463}.ProductItemBadge.hit,.ProductItemBadge.sale{background:#a48561}.ProductItemBadge.preorder{background:#404b7a}.ProductItemGallery{display:flex;flex-direction:column;width:100%}.ProductItemGallery__top{width:100%;height:auto;max-height:294px;min-height:294px;display:flex}@media screen and (max-width:1600px){.ProductItemGallery__top{max-height:252px;min-height:252px}}@media screen and (max-width:1439px){.ProductItemGallery__top{max-height:240px;min-height:240px}}@media screen and (max-width:1365px){.ProductItemGallery__top{max-height:280px;min-height:280px}}.ProductItemGallery__top img{width:100%;-o-object-fit:contain;object-fit:contain;border-radius:16px}.ProductItemGallery__container{display:flex;margin-top:16px;box-sizing:border-box;gap:5px;overflow-x:auto;overflow-y:hidden}@media screen and (max-width:1599px){.ProductItemGallery__container{gap:8px}}@media screen and (max-width:1439px){.ProductItemGallery__container{gap:5px}}.ProductItemGallery__container::-webkit-scrollbar{display:none}.ProductItemGallery__container-small{width:54px;min-width:54px;height:54px;min-height:54px;display:flex;border:2px solid transparent;transition:all 250ms ease-in-out;border-radius:4px;flex-shrink:0}@media screen and (max-width:1599px){.ProductItemGallery__container-small{width:56px;min-width:56px;height:56px;min-height:56px}}@media screen and (max-width:1439px){.ProductItemGallery__container-small{width:54px;min-width:54px;height:54px;min-height:54px}}@media screen and (max-width:1365px){.ProductItemGallery__container-small{width:52px;min-width:52px;height:52px;min-height:52px}}.ProductItemGallery__container-small:hover{cursor:pointer}.ProductItemGallery__container-small.active{border:2px solid #a48561}.ProductItemGallery__container-small img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.OverlayPreloader{position:absolute;left:0;top:0;pointer-events:all;display:flex;align-items:center;justify-content:space-around;width:100%;height:100%;background:rgba(255,255,255,.64)}.ProductItemPreorderPopup,.ProductItemPreorderPopup__overlay{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0}.ProductItemPreorderPopup__overlay{background:rgba(0,0,0,.32);z-index:998}.ProductItemPreorderPopup__container{width:360px;display:flex;flex-direction:column;padding:24px;left:0;top:0;bottom:0;right:0;margin:auto;z-index:999;position:fixed;height:-moz-max-content;height:max-content;background:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.08);border-radius:8px;overflow:hidden}@media screen and (max-width:767px){.ProductItemPreorderPopup__container{width:100%;height:100%;border-radius:0;padding:16px;overflow-y:auto}}.ProductItemPreorderPopup__head{display:flex;align-items:center;margin:-8px -8px 0 0}.ProductItemPreorderPopup__head-name{font-weight:380;font-size:20px;color:#1f1f1f;line-height:24px;text-transform:capitalize}.ProductItemPreorderPopup__head-close{width:40px;height:40px;margin-left:auto;background-image:url(../assets/header/cross-24x24.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px;background-color:transparent;transition:all 250ms ease-in-out;border-radius:50%}.ProductItemPreorderPopup__head-close:hover{background-color:#f5f5f5;cursor:pointer}.ProductItemPreorderPopup__head-close:active{background-color:#ebebeb}.ProductItemPreorderPopup__body{display:flex;flex-direction:column}.ProductItemPreorderPopup__body-text{font-weight:380;font-size:14px;line-height:140%;color:#1f1f1f;margin-top:16px}.ProductItemPreorderPopup__body-text-price{color:#404b7a;font-weight:520;white-space:nowrap}.PriceAndBuy__preorder b,.ProductItemPreorderPopup__body-text-activeTo,.ProductItemPreorderPopup__body-text-delivery{font-weight:520}.ProductItemPreorderPopup__body-inputs{display:flex;flex-direction:column;width:100%}.ProductItemPreorderPopup__body-inputs .FormInput,.ProductItemPreorderPopup__body-inputs .FormPhone{margin-top:24px}.ProductItemPreorderPopup__body-inputs .PrimaryButton{margin-top:24px;height:48px;border-radius:24px}.ProductItemPreorderPopup__complete{display:flex;flex-direction:column;margin-top:55px}@media screen and (max-width:768px){.ProductItemPreorderPopup__complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content}}.ProductItemPreorderPopup__complete-img{width:80px;height:80px;background:url(../assets/product-card/review-complete-icon.svg);background-size:100% 100%;margin:0 auto}.ProductItemPreorderPopup__complete-text{margin-top:30px;margin-bottom:40px}.ProductItemPreorderPopup__complete-text p{font-weight:380;font-size:14px;color:#7b7b7b;text-align:center}.ProductItemPreorderPopup__complete-text p:first-child{font-weight:380;font-size:20px;color:#1f1f1f;margin-bottom:16px}.ProductItemPreorderPopup__preloader,.SupportPageFindItem{display:flex;align-items:center;transition:all 250ms ease-in-out}.ProductItemPreorderPopup__preloader{position:absolute;left:0;top:0;pointer-events:none;opacity:0;justify-content:space-around;width:100%;height:100%;background:rgba(255,255,255,.5)}.ProductItemPreorderPopup__preloader.active{pointer-events:auto;opacity:1}.SupportPageFindItem{padding:24px 16px;gap:16px;background:0 0;position:relative;border:1px solid #e8e1d8;flex-direction:column;border-radius:8px}.SupportPageFindItem:hover{cursor:pointer;background-color:#f0ece6;border:1px solid #f0ece6}.SupportPageFindItem.active{pointer-events:none;background-color:#fff;border:1px solid transparent}.SupportPageFindItem.active:after{opacity:1}.SupportPageFindItem:after{content:"";width:18px;height:18px;position:absolute;top:12px;right:12px;background-image:url(../assets/support-page/active-icon.svg);background-repeat:no-repeat;background-size:100%;opacity:0;transition:opacity 250ms ease-in-out}.SupportPageFindItem__img{display:flex;width:48px;height:48px}.SupportPageFindItem__text{color:#1f1f1f;text-align:center;font-size:14px;font-weight:380;line-height:20px}.ProductItemRating{display:flex;margin-top:16px}.ProductItemRating.no-comments .ProductItemRating__stars{display:none}.ProductItemRating.no-comments .ProductItemRating__count{margin-left:0}.ProductItemRating.no-comments .ProductItemRating__count-word{width:-moz-fit-content;width:fit-content;height:unset}.ProductItemRating__stars{display:flex;flex-direction:column;position:relative;overflow:hidden}.ProductItemRating__stars-item{display:flex;gap:2px;overflow:hidden}.ProductItemRating__stars-item.fill{position:absolute;overflow:hidden;width:0;left:0}.ProductItemRating__stars-empty,.ProductItemRating__stars-fill{width:14px;min-width:14px;min-height:14px;height:14px;background-size:100% 100%}.ProductItemRating__stars-fill{background-image:url(../assets/product-item/star-fill.svg)}.ProductItemRating__stars-empty{background-image:url(../assets/product-item/star-empty.svg)}.ProductItemRating__count{display:flex;margin-left:8px;align-items:center}.ProductItemRating__count::before{content:"";width:16px;height:16px;background-size:100% 100%;margin-right:8px;background:url(../assets/product-item/comment-image.svg);display:flex}@media screen and (max-width:767px){.ProductItemRating__count::before{margin-right:4px}}.ProductItemRating__count-word{font-weight:380;font-size:14px;color:#404b7a;line-height:16px;width:-moz-max-content;width:max-content;position:relative}.ProductItemRating__count-word:hover{text-decoration:underline;cursor:pointer}.FullCharacteristics{width:100%;position:relative}.FullCharacteristics__container{width:100%;display:flex;flex-direction:column}.FullCharacteristics__more{width:-moz-max-content;width:max-content;margin:32px auto 0;padding:12px 16px;color:#404b7a;gap:12px;font-size:14px;font-weight:450;line-height:16px;text-transform:uppercase;display:flex;transition:all 250ms ease-in-out;border-radius:8px}@media screen and (max-width:1365px){.FullCharacteristics__more{margin:24px auto 0}}.FullCharacteristics__more:after{content:"";background:url(../assets/product-card/arrow-down-16x16-blue.svg);width:16px;height:16px;transition:all 250ms ease-in-out}.FullCharacteristics__more:hover{cursor:pointer;background:#f0f2fa}.FullCharacteristics__more:active{background:#e6e9f5}.MainPageBanners{margin-top:48px}@media (max-width:1365px){.MainPageBanners{margin-top:32px}}.MainPageBanners__grid{display:grid;grid-template-columns:708px 1fr;gap:24px}@media screen and (max-width:1600px){.MainPageBanners__grid{grid-template-columns:624px 1fr}}@media screen and (max-width:1439px){.MainPageBanners__grid{grid-template-columns:600px 1fr}}@media (max-width:1365px){.MainPageBanners__grid{display:flex;flex-direction:column;height:auto;gap:64px}}.MainPageBanners__left-section{position:relative}@media (max-width:1365px){.MainPageBanners__left-section{height:clamp(484px,60vw,624px)}}.MainPageBanners__slider{position:relative;height:100%;border-radius:8px;overflow:hidden;background:#fff;padding:48px 0 64px}@media screen and (max-width:1365px){.MainPageBanners__slider{padding:32px 0 40px;overflow:visible}}.MainPageBanners__slider-carousel{height:100%}.MainPageBanners__slider:hover .MainPageBanners__slide-img{transform:scale(1.05)}.MainPageBanners__slide-button:hover,.MainPageBanners__slider:hover .MainPageBanners__slide-button{text-decoration:underline;text-underline-offset:4px}.MainPageBanners__slide{width:100%;height:100%;display:flex;flex-direction:column}.MainPageBanners__indicator,.MainPageBanners__slide-button{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.MainPageBanners__slide-content{height:100%;display:flex;flex-direction:column}.MainPageBanners__slide-text{display:flex;flex-direction:column;align-items:center;justify-content:center}.MainPageBanners__slide-title{font-size:24px;font-weight:380;line-height:40px;margin-top:16px;color:#1f1f1f;max-width:392px;text-align:center}@media (max-width:1365px){.MainPageBanners__slide-title{font-size:20px;line-height:32px}}.MainPageBanners__slide-button{margin-top:24px;display:inline-block;color:#404b7a;font-size:14px;font-weight:380;line-height:14px;display:flex;align-items:center;gap:4px}@media screen and (max-width:1365px){.MainPageBanners__slide-button{margin-top:16px;font-size:12px;line-height:14px}}.MainPageBanners__right-button::after,.MainPageBanners__slide-button::after{content:"";width:16px;height:16px;background-image:url(../assets/main-page/arrow-right-blue.svg);background-size:100% 100%;display:inline-block}.MainPageBanners__right-button:active::after,.MainPageBanners__slide-button:active::after,.MainPageBanners__video-btn:active::after{transform:scale(.7)}.MainPageBanners__slide-image{margin:48px auto 0;max-width:388px}@media (max-width:1365px){.MainPageBanners__slide-image{position:static;transform:none;max-width:100%;display:flex;justify-content:center;align-items:center;margin-top:40px}}.MainPageBanners__slide-img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}@media (max-width:1365px){.MainPageBanners__slide-img{max-width:clamp(248px,38vw,388px)}}.MainPageBanners__slider-carousel.owl-carousel .owl-stage{display:flex;height:100%}.MainPageBanners__slider-carousel.owl-carousel .owl-item{height:100%}.MainPageBanners__slider-carousel.owl-carousel .owl-nav{position:absolute;top:50%;transform:translateY(-50%);margin-top:0;width:100%;display:flex;pointer-events:none;padding:0 20px}.MainPageBanners__slider-carousel.owl-carousel .owl-nav .owl-next,.MainPageBanners__slider-carousel.owl-carousel .owl-nav .owl-prev{width:40px;height:40px;padding:0;color:transparent;background-image:url(../assets/others/slider-button-arrow-b-n.svg);background-position:center;background-size:8px 14px;background-repeat:no-repeat;background-color:#f6f3ef;border-radius:50%;transition:all .3s ease;pointer-events:auto}@media screen and (max-width:1365px){.MainPageBanners__slider-carousel.owl-carousel .owl-nav .owl-next,.MainPageBanners__slider-carousel.owl-carousel .owl-nav .owl-prev{display:none}}.MainPageBanners__slider-carousel.owl-carousel .owl-nav .owl-next:active,.MainPageBanners__slider-carousel.owl-carousel .owl-nav .owl-prev:active{background-color:#dbcec0;background-size:7px 12px}.MainPageBanners__slider-carousel.owl-carousel .owl-nav .owl-next.disabled,.MainPageBanners__slider-carousel.owl-carousel .owl-nav .owl-prev.disabled{opacity:.5;cursor:not-allowed}.MainPageBanners__slider-carousel.owl-carousel .owl-nav .owl-next{margin:0 0 0 auto}.MainPageBanners__slider-carousel.owl-carousel .owl-nav .owl-prev{margin:0 auto 0 0;transform:rotate(180deg)}.MainPageBanners__indicators{position:absolute;bottom:-32px;left:32px;display:flex;gap:16px;z-index:10;display:none}@media screen and (max-width:1365px){.MainPageBanners__indicators{display:flex;left:50%;transform:translateX(-50%)}}.MainPageBanners__indicator{width:8px;height:8px;border:0;background:#dbcec0;border-radius:50%;cursor:pointer;transition:all .3s ease}.MainPageBanners__indicator.active{background:#a48561}.MainPageBanners__right-section{display:flex;flex-direction:column}.MainPageBanners__right-grid{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;gap:24px;height:100%}@media screen and (max-width:1365px){.MainPageBanners__right-grid{grid-template-rows:auto auto;gap:16px}}.MainPageBanners__right-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:flex;justify-content:end;transition:transform .3s ease}.MainPageBanners__right-item{position:relative;border-radius:8px;overflow:hidden}.MainPageBanners__right-item--top{background:#fff;display:flex;flex-direction:column;grid-row:1;padding:24px}@media screen and (max-width:1365px){.MainPageBanners__right-item--top{padding:32px}}.MainPageBanners__right-item--top:hover .MainPageBanners__right-image{transform:scale(1.05)}.MainPageBanners__right-item--top:hover .MainPageBanners__right-button{text-decoration:underline;text-underline-offset:4px}.MainPageBanners__right-item--bottom{height:342px}@media screen and (max-width:1600px){.MainPageBanners__right-item--bottom{height:300px;width:300px}}@media screen and (max-width:1439px){.MainPageBanners__right-item--bottom{height:288px;width:288px}}@media screen and (max-width:1365px){.MainPageBanners__right-item--bottom{height:264px;min-width:100%;max-width:100%}}@media screen and (max-width:767px){.MainPageBanners__right-item--bottom{width:100%;flex-shrink:0;height:auto;min-height:320px;aspect-ratio:1}}.MainPageBanners__right-item--bottom:hover .MainPageBanners__right-image,.MainPageBanners__right-item--bottom:hover .MainPageBanners__right-video,.MainPageReviewsItem:hover .MainPageReviewsItem__image img{transform:scale(1.05)}.MainPageBanners__right-button:hover,.MainPageBanners__right-item--bottom:hover .MainPageBanners__video-btn,.MainPageBanners__video-btn:hover{text-decoration:underline;text-underline-offset:4px}.MainPageBanners__bottom-row{grid-row:2;display:grid;grid-template-columns:1fr 1fr;gap:24px}@media screen and (max-width:767px){.MainPageBanners__bottom-row{display:flex;flex-direction:column;gap:16px}}.MainPageBanners__right-content{height:100%;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1365px){.MainPageBanners__right-content{flex-direction:column;align-items:flex-start;justify-content:center;gap:32px}}.MainPageBanners__right-button{margin-top:24px;display:inline-block;color:#404b7a;font-size:14px;font-weight:380;line-height:14px;display:flex;align-items:center;gap:4px}@media screen and (max-width:1365px){.MainPageBanners__right-button{margin-top:16px;font-size:12px;line-height:14px;justify-content:center}}.MainPageBanners__right-text{flex:1;max-width:264px;padding:24px 0 24px 24px;display:flex;flex-direction:column;justify-content:space-between;height:100%}@media screen and (max-width:1365px){.MainPageBanners__right-text{padding:0;max-width:100%;text-align:center;width:100%}}.MainPageBanners__right-text-container{display:flex;flex-direction:column;gap:24px}@media screen and (max-width:1365px){.MainPageBanners__right-text-container{gap:12px}}.MainPageBanners__right-title{font-size:20px;font-weight:380;line-height:32px;color:#1f1f1f}@media screen and (max-width:1365px){.MainPageBanners__right-title{margin-top:12px}}.MainPageBanners__video-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.MainPageBanners__video-wrapper::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.48) 100%);z-index:1;pointer-events:none}.MainPageBanners__right-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.MainPageBanners__badge{font-size:12px;font-weight:520;line-height:14px;text-transform:uppercase;z-index:2}@media screen and (max-width:1365px){.MainPageBanners__badge{font-size:10px;font-weight:630;line-height:12px}}.MainPageBanners__badge--new{color:#56a463}.MainPageBanners__badge--sale{color:#a35454}.AuthOffert__content p a,.MainPageBanners__badge--preorder{color:#404b7a}.MainPageBanners__badge--hit{color:#cd6d4a}.MainPageBanners__badge--gift{color:#a48561}.MainPageBanners__discount{font-size:36px;font-weight:700;color:#ef4444;margin:8px 0 16px}@media (max-width:768px){.MainPageBanners__discount{font-size:28px}}.MainPageBanners__video-overlay{position:absolute;bottom:20px;left:20px;right:20px;color:#fff;z-index:2}.MainPageBanners__video-title{color:#fff;font-size:24px;font-weight:380;line-height:32px}@media screen and (max-width:1365px){.MainPageBanners__video-title{font-size:20px;line-height:24px}}.MainPageBanners__video-btn{margin-top:16px;display:inline-block;color:#fff;font-size:14px;font-weight:380;line-height:14px;display:flex;align-items:center;gap:4px}.MainPageBanners__video-btn::after{content:"";width:16px;height:16px;background-image:url(../assets/main-page/arrow-right-white.svg);background-size:100% 100%;display:inline-block}@media screen and (max-width:1365px){.MainPageBanners__video-btn{margin-top:12px;font-size:12px;line-height:14px}}.SalePageBanner{border-radius:8px;overflow:hidden}@media screen and (max-width:1365px){.SalePageBanner{border-radius:0}}.SalePageBanner__wrapper{position:relative;width:100%;height:440px}@media screen and (max-width:1365px){.SalePageBanner__wrapper{height:340px}}@media screen and (max-width:767px){.SalePageBanner__wrapper{height:240px}}.SalePageBanner__wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.SalePageBanner__wrapper-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:48px;font-weight:380;z-index:2}@media screen and (max-width:1365px){.SalePageBanner__wrapper-text{font-size:32px}}@media screen and (max-width:767px){.SalePageBanner__wrapper-text{font-size:24px;width:100%;text-align:center}}.SalePageCatalog{display:flex;flex-direction:column;width:100%}.SalePageCatalog__head{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:1365px){.SalePageCatalog__head{flex-direction:column-reverse;margin-top:24px;padding:0 20px;align-items:unset}}@media screen and (max-width:767px){.SalePageCatalog__head{padding:0 16px}}.SalePageCatalog__head-title{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px}@media screen and (max-width:1365px){.SalePageCatalog__head-title{margin-top:32px}}.SalePageCatalog__body{display:flex;flex-direction:column}.SalePageCatalog__body-top{display:flex}.SalePageCatalog__body-top .CatalogSelectedFilters{margin-top:8px;align-items:center}.SalePageCatalog__body-top .CatalogSelectedFilters__text{margin-right:16px;margin-top:0}@media screen and (max-width:1365px){.SalePageCatalog__body-top .CatalogSelectedFilters__text{margin-right:0}}.SalePageCatalog__body-top .CatalogSelectedFilters__remove{margin:0}@media screen and (max-width:1365px){.SalePageCatalog__body-top .CatalogSelectedFilters__remove{margin:0 0 0 auto}}.SalePageCatalog__body-top-filter,.SalePageCatalog__body-top-sort{font-weight:450;font-size:14px;line-height:16px;color:#1f1f1f;align-items:center;justify-content:center;display:none;background:#fff;width:100%;text-transform:uppercase;border-radius:8px}.SalePageCatalog__body-top-sort{padding:12px}.SalePageCatalog__body-top-filter:hover,.SalePageCatalog__body-top-sort:hover{cursor:pointer}.SalePageCatalog__body-top-filter:last-child,.SalePageCatalog__body-top-sort:last-child{margin-left:20px}@media screen and (max-width:1365px){.SalePageCatalog__body-top-filter:last-child,.SalePageCatalog__body-top-sort:last-child{margin:0 auto}.SalePageCatalog__body-top-filter,.SalePageCatalog__body-top-sort{display:flex}}.SalePageCatalog__body-top-filter::before,.SalePageCatalog__body-top-sort::before{content:"";width:24px;height:24px;background:url(../assets/catalog/filters-button.svg);display:flex;margin-right:8px}.SalePageCatalog__body-top-filter span,.SalePageCatalog__body-top-sort span{color:#fff;font-size:12px;font-weight:500;line-height:124px;width:18px;height:18px;background:#a48561;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-left:8px}.SalePageCatalog__body-top-filter{padding:14px 12px}@media screen and (max-width:1365px){.SalePageCatalog__body-top-sort{max-width:calc(100% - 40px);margin:0 auto}}.SalePageCatalog__body-bottom{display:flex;margin-top:24px}@media screen and (max-width:1365px){.SalePageCatalog__body-bottom{margin-top:16px}}.catalog-filter-transition-enter-active,.catalog-filter-transition-leave-active,.catalog-sort-transition-enter-active,.catalog-sort-transition-leave-active{transition:all 250ms ease-in-out}.catalog-filter-transition-enter,.catalog-filter-transition-leave-to{left:-100%}.catalog-sort-transition-enter,.catalog-sort-transition-leave-to{right:-100%}.SupportPageProductSelect{display:flex;position:relative}@media screen and (max-width:1365px){.SupportPageProductSelect{margin-top:16px}}.SupportPageProductSelect__search{width:320px;padding:8px 16px 8px 8px;gap:8px;display:flex;border:1px solid transparent;background:#fff;height:40px;transition:all 250ms ease-in-out;border-radius:8px}@media screen and (max-width:1365px){.SupportPageProductSelect__search{width:100%;padding:12px 16px 12px 8px;height:48px}}.SupportPageProductSelect__search:hover{border:1px solid #e8e1d8;cursor:pointer}.SupportPageProductSelect__search.dirty,.SupportPageProductSelect__search.focus{border:1px solid #a48561}.SupportPageProductSelect__search:before{content:"";width:24px;min-width:24px;height:24px;background-image:url(../assets/support-page/search-icon.svg);background-size:100% 100%}.SupportPageProductSelect__search-input{color:#1f1f1f;font-size:16px;font-weight:330;line-height:20px;width:100%;font-family:"MiSans Latin",sans-serif}.SupportPageProductSelect__search-input::-moz-placeholder{color:#a3a3a3;font-size:16px;font-weight:330;line-height:20px}.SupportPageProductSelect__search-input::placeholder{color:#a3a3a3;font-size:16px;font-weight:330;line-height:20px}.SupportPageProductSelect__search-close{width:20px;height:20px;position:absolute;top:10px;right:12px;background-image:url(../assets/support-page/clear-search.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:center}.SupportPageProductSelect__list{position:absolute;width:100%;top:100%;left:0;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.08);border-radius:8px;padding:8px;max-height:320px;overflow-y:auto;z-index:1}.SupportPageProductSelect__list-item{display:flex;gap:16px;padding:16px;transition:background 250ms ease-in-out}.SupportPageProductSelect__list-item:hover{cursor:pointer;background:#faf8f5}.SupportPageProductSelect__list-item-image{width:64px;height:64px;min-width:64px;border-radius:4px;overflow:hidden}.SupportPageProductSelect__list-item-right{display:flex;flex-direction:column}.SupportPageProductSelect__list-item-right-code{color:#1f1f1f;font-size:12px;font-weight:380;line-height:14px}.SupportPageProductSelect__list-item-right-code span,.SupportProductAccessoriesTab__head span,.SupportProductFaqTab__head span,.SupportProductInstructions__head span{color:#7b7b7b}.SupportPageProductSelect__list-item-right-name{color:#1f1f1f;font-size:14px;font-weight:380;line-height:140%;margin-top:8px}.SalePageCounter{padding:32px;border-radius:8px;background:#fff}@media screen and (max-width:1365px){.SalePageCounter{padding:24px;max-width:100%;width:calc(100% - 32px);margin:0 auto}}.SalePageCounter__text div{color:#1f1f1f;font-size:14px;font-weight:520;line-height:16px;text-transform:uppercase}.SalePageCounter__text div span{color:#a35454;font-weight:520;line-height:16px}@media screen and (max-width:767px){.SalePageCounter__text div span{display:block;margin-top:4px}}.SalePageCounter__benefits{color:#1f1f1f;font-size:14px;font-weight:330;line-height:140%;margin-top:24px}.SalePageCounter__benefits ul{padding-left:21px;margin-top:16px;list-style:disc}@media screen and (max-width:1365px){.SalePageCounter__benefits ul{padding:0 0 0 17px;margin-top:16px}}.SalePageCounter__time{margin-top:24px}.SalePageCounter__time-title{color:#1f1f1f;font-size:14px;font-weight:520;line-height:16px}.SalePageCounter__time-item{margin-top:16px;display:flex;align-items:baseline}.SalePageCounter__time-item:after{content:":";width:4px;display:flex;margin:0 16px;color:#1f1f1f}@media screen and (max-width:767px){.SalePageCounter__time-item:after{margin:0 12px}}@media screen and (max-width:390px){.SalePageCounter__time-item:after{margin:0 8px}}.SalePageCounter__time-item:last-child:after{display:none}.SalePageCounter__time-item-wrapper{display:flex;flex-direction:column;gap:8px;align-items:center}.SalePageCounter__time-item-num{padding:10px 24px;border-radius:8px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#1f1f1f;font-size:16px;font-weight:330;line-height:20px;min-width:66px}@media screen and (max-width:767px){.SalePageCounter__time-item-num{min-width:55px;padding:10px 16px}}.SalePageCounter__time-item-text{color:#8e8e8e;font-size:12px;font-weight:450;line-height:14px;text-transform:uppercase}@media screen and (max-width:767px){.SalePageCounter__time-item-text{font-size:10px;font-weight:500}}.SalePageCounter__time-container{display:flex}.SalePageCategory{display:flex;flex-direction:column;width:100%;position:relative}.SalePageCategory__head{display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:8px;transition:all 250ms ease-in-out}.SalePageCategory__head-text{color:#1f1f1f;font-size:14px;font-weight:380;padding-right:32px;position:relative;width:-moz-max-content;width:max-content;max-width:100%;display:flex;align-items:center}.SalePageCategory__head-count{color:#7b7b7b;font-size:14px;font-weight:380;line-height:16px}.SalePageCategory__head:hover{cursor:pointer;background:#f0ece6}.SalePageCategory__head:active{background:#fff}@media screen and (max-width:1365px){.SalePageCategory__head:active{background:#f0ece6}}.SalePageCategory__head.active{background:#fff}@media screen and (max-width:1365px){.SalePageCategory__head.active{background:#f0ece6}}.SalePageFiltersPopup{display:flex;flex-direction:column;padding:12px 16px 130px 12px;position:fixed;width:100%;max-width:480px;height:100vh;overflow-y:auto;overflow-x:hidden;background:#fff;left:0;top:0;z-index:999}.SalePageFiltersPopup .CatalogFilters{margin-top:24px}@media screen and (max-width:767px){.SalePageFiltersPopup .CatalogFilters{margin-top:16px}}.SalePageFiltersPopup__head{display:flex;justify-content:space-between;align-items:center;background:#fff;transition:all 250ms ease-in-out;margin-bottom:16px}@media screen and (max-width:1365px){.SalePageFiltersPopup__head{padding-left:12px}}@media screen and (max-width:767px){.SalePageFiltersPopup__head{margin-bottom:8px}}.SalePageFiltersPopup__head-text{font-size:20px;color:#1f1f1f;font-weight:380;line-height:24px}.SalePageFiltersPopup__head-cross{width:40px;height:40px;background-image:url(../assets/header/cross-24x24.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px;border-radius:50%;margin:-4px -8px 0 0}.SalePageFiltersPopup__head-cross:hover{background-color:#f5f5f5;cursor:pointer}.SalePageFiltersPopup__head-cross:active{background-color:#ebebeb}.SalePageFiltersPopup__text{color:#1f1f1f;font-size:20px;font-weight:380;line-height:24px;margin-top:24px;margin-bottom:16px}@media screen and (max-width:1365px){.SalePageFiltersPopup__text{padding:14px 12px;font-size:16px;font-weight:380;margin:16px 0 8px;line-height:20px}}.SalePageFiltersPopup__show{width:100%;padding:16px;position:fixed;bottom:0;left:0;border-top:1px solid #e1e4eb;background:#fff;max-width:480px;z-index:1}.SalePageFiltersPopup .CatalogFilters__block{padding:0}.SupportProductAccessoriesTab{display:flex;flex-direction:column;margin-top:48px}@media screen and (max-width:1365px){.SupportProductAccessoriesTab{margin-top:32px;padding:0 16px 16px}}.SupportProductAccessoriesTab__head{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px;display:flex;gap:8px}@media screen and (max-width:1365px){.SupportProductAccessoriesTab__head{flex-direction:column}}.SupportProductAccessoriesTab__body{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;margin-top:32px}@media screen and (max-width:1365px){.SupportProductAccessoriesTab__body{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}}@media screen and (max-width:767px){.SupportProductAccessoriesTab__body{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0;margin:24px -16px 0}.SupportProductAccessoriesTab__body .ProductItem{border-bottom:1px solid #e8eaeb;width:100%;min-width:100%;border-radius:0;padding:12px}}.SupportProductAccessoriesTab__body .ProductItem:before{display:none}@media screen and (max-width:767px){.SupportProductAccessoriesTab__body .ProductItem:after{width:1px;height:100%;position:absolute;content:"";background:#e8eaeb;top:0;right:0}}@media screen and (min-width:1366px){.SupportProductAccessoriesTab__body .ProductItem:nth-child(4n):after{display:none}}@media screen and (max-width:1365px) and (min-width:768px){.SupportProductAccessoriesTab__body .ProductItem:nth-child(3n):after{display:none}}@media screen and (max-width:767px){.SupportProductAccessoriesTab__body .ProductItem:nth-child(2n):after{display:none}}.SupportProductFaqTab{display:flex;flex-direction:column;margin-top:48px}@media screen and (max-width:1365px){.SupportProductFaqTab{margin-top:32px;padding:0 16px 16px}}.SupportProductFaqTab__head{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px;display:flex;gap:8px}@media screen and (max-width:1365px){.SupportProductFaqTab__head{flex-direction:column}}.SupportProductFaqTab__body{margin-top:32px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px 48px}@media screen and (max-width:1365px){.SupportProductFaqTab__body{margin-top:24px;grid-template-columns:1fr}}.SupportProductInstructions{display:flex;flex-direction:column;margin-top:48px}@media screen and (max-width:1365px){.SupportProductInstructions{margin-top:32px;padding:0 16px 16px}}.SupportProductInstructions__head{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px;display:flex;gap:8px}@media screen and (max-width:1365px){.SupportProductInstructions__head{flex-direction:column}}.SupportProductInstructions__body{display:flex;flex-direction:column;margin-top:32px}@media screen and (max-width:767px){.SupportProductInstructions__body{margin-top:24px}}.SupportProductInstructions__body-item{border-bottom:1px solid #e8e1d8;padding:24px 0;gap:24px;display:flex;align-items:center}.SupportProductInstructions__body-item:last-child{border-bottom:none}@media screen and (max-width:1365px){.SupportProductInstructions__body-item{padding:16px 0}}@media screen and (min-width:1366px){.SupportProductInstructions__body-item:active,.SupportProductInstructions__body-item:hover{cursor:pointer}.SupportProductInstructions__body-item:hover span:last-child{background:#e8e1d8}.SupportProductInstructions__body-item:active span:last-child{background:#dbcec0}}.SupportProductInstructions__body-item span:first-child{color:#1f1f1f;font-size:14px;font-weight:380;line-height:16px;width:100%;display:flex;align-items:center;gap:16px}@media screen and (max-width:1365px){.SupportProductInstructions__body-item span:first-child{font-size:12px;line-height:140%}}.SupportProductInstructions__body-item span:first-child:before{content:"PDF";padding:5px 8px;background:#f0ece6;border-radius:4px;display:block;color:#a48561;font-size:12px;font-weight:520;line-height:14px}.SupportProductInstructions__body-item span:last-child{color:#a48561;font-size:14px;font-weight:380;line-height:16px;padding:10px 16px;border-radius:8px;transition:all 250ms ease-in-out;display:flex;gap:12px;align-items:center}.SupportProductInstructions__body-item span:last-child:before{content:"";width:16px;height:16px;min-width:16px;background-image:url(../assets/support-page/download-icon.svg);background-size:16px 16px;background-position:center;background-repeat:no-repeat;display:block;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.SupportProductInstructions__body-item span:last-child{font-size:0;padding:12px;width:40px}}.SupportProductLargeItem{display:flex;flex-direction:column;gap:24px;background:#fff;width:100%;padding:24px;position:relative}.SupportProductLargeItem__wrapper{width:40px;height:40px;background-size:100% 100%;display:flex}.SupportProductLargeItem__wrapper.info{background-image:url(../assets/support-page/info-icon.svg)}.SupportProductLargeItem__wrapper.warranty{background-image:url(../assets/support-page/warranty-icon.svg)}.SupportProductLargeItem__name{color:#262729;font-size:18px;font-weight:380;line-height:24px}.SupportProductLargeItem__container{display:grid;grid-template-columns:1fr 85px;grid-gap:8px;width:100%;position:relative}@media screen and (max-width:767px){.SupportProductLargeItem__container{grid-template-columns:1fr;grid-gap:16px}}.SupportProductLargeItem__container .SupportPageWarrantyInfoPopup{right:-54%}.SupportProductLargeItem__submit{background:#a48561;padding:8px 16px;color:#fff;font-size:14px;font-weight:450;line-height:16px;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;width:100%;border-radius:8px}@media screen and (max-width:1365px){.SupportProductLargeItem__submit{height:48px}}.SupportProductLargeItem__submit:hover{cursor:pointer;background:#b29779}.SupportProductLargeItem__submit.disabled{background:#f5f5f5;color:#8e8e8e;pointer-events:none}.SupportProductLargeItem__search{padding:12px 16px 12px 8px;gap:12px;display:flex;align-items:center;border:1px solid #e0e0e0;background:#fff;height:48px;transition:all 250ms ease-in-out;width:100%;border-radius:8px}.SupportProductLargeItem__search:hover{background:#fafafa;cursor:pointer}.SupportProductLargeItem__search.dirty,.SupportProductLargeItem__search.focus{border:1px solid #a48561;background:#fff}.SupportProductLargeItem__search:before{content:"";width:24px;min-width:24px;height:24px;background-image:url(../assets/support-page/search-icon.svg);background-size:100% 100%}.SupportProductLargeItem__search-input{color:#1f1f1f;font-size:16px;font-weight:330;line-height:20px;width:100%;font-family:"MiSans Latin",sans-serif}.SupportProductLargeItem__search-input::-moz-placeholder{color:#a3a3a3;font-size:16px;font-weight:330;line-height:20px}.SupportProductLargeItem__search-input::placeholder{color:#a3a3a3;font-size:16px;font-weight:330;line-height:20px}.SupportProductLargeItem__search-icon{content:"";width:20px;height:20px;min-width:20px;background-image:url(../assets/support-page/search-question-icon.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.SupportProductLargeItem__preloader{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.7);display:flex;justify-content:space-around;align-items:center}.SupportProductLargeItem__errors{display:flex;flex-direction:column;gap:5px;margin-top:-5px}.SupportProductLargeItem__errors span{font-weight:500;font-size:12px;color:#e6000d}.SupportProductServicesTab{margin-top:32px}@media screen and (max-width:1365px){.SupportProductServicesTab{margin-top:24px}}.SupportProductServicesTab__title{color:#1a1c1f;font-size:24px;font-weight:500;line-height:32px;display:flex;gap:8px}@media screen and (max-width:1365px){.SupportProductServicesTab__title{padding:0 24px}}@media screen and (max-width:767px){.SupportProductServicesTab__title{padding:0 16px;display:flex;flex-direction:column;font-size:20px;line-height:140%}}.SupportProductServicesTab__title span{color:#8a8d8f}.SupportProductSmallItem{display:flex;flex-direction:column;gap:16px;padding:24px 16px;background:#fff;border:1px solid transparent;width:152px;min-width:152px;transition:all 250ms ease-in-out;cursor:pointer;border-radius:8px}@media screen and (max-width:1365px){.SupportProductSmallItem{width:142px;min-width:142px;padding:24px 12px}}.SupportProductSmallItem:hover{background:#f0ece6;border-color:transparent}.SupportProductSmallItem__wrapper{width:40px;height:40px;background-size:100% 100%;display:flex;margin:0 auto}.SupportProductSmallItem__wrapper.question{background-image:url(../assets/support-page/question-icon.svg)}.SupportProductSmallItem__wrapper.video{background-image:url(../assets/support-page/video-icon.svg)}.SupportProductSmallItem__wrapper.repair{background-image:url(../assets/support-page/repair-icon.svg)}.SupportProductSmallItem__wrapper.info{background-image:url(../assets/support-page/info-icon.svg)}.SupportProductSmallItem__text{color:#1f1f1f;text-align:center;font-size:12px;font-weight:520;line-height:20px;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:60px}@media screen and (max-width:767px){.SupportProductSmallItem__text{font-size:12px;line-height:16px;height:32px}}.SupportProductTroubleTab{display:flex;flex-direction:column;margin-top:48px}@media screen and (max-width:1365px){.SupportProductTroubleTab{margin-top:32px;padding:0 16px 16px}}.SupportProductTroubleTab__head{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px;display:flex;gap:8px}@media screen and (max-width:1365px){.SupportProductTroubleTab__head{flex-direction:column}}.SupportProductTroubleTab__head span,.SupportProductVideoTab__head span{color:#7b7b7b}.SupportProductTroubleTab__body{margin-top:32px}@media screen and (max-width:1365px){.SupportProductTroubleTab__body{margin-top:24px}}@media screen and (max-width:767px){.SupportProductTroubleTab__body{overflow-y:auto}.SupportProductTroubleTab__body::-webkit-scrollbar{display:none}}.SupportProductTroubleTab__body-table{width:100%;border-collapse:collapse;border:1px solid transparent}.SupportProductTroubleTab__body-table th{padding:16px;color:#7b7b7b;font-size:16px;font-weight:450;line-height:20px;border-right:1px solid #e8e1d8;width:33.3333333333%}@media screen and (max-width:767px){.SupportProductTroubleTab__body-table th{width:275px;min-width:275px;font-size:14px}.SupportProductTroubleTab__body-table th:first-child{width:180px;min-width:180px}}.SupportProductTroubleTab__body-table th:last-child{border-right:none}.SupportProductTroubleTab__body-table td{padding:32px 24px;color:#1f1f1f;font-size:16px;font-weight:330;line-height:20px;border:1px solid #e8e1d8;border-bottom:unset;vertical-align:top}@media screen and (max-width:1365px){.SupportProductTroubleTab__body-table td{padding:24px;font-size:14px;line-height:24px}}.SupportProductTroubleTab__body-table td:first-child{border-left:none}.SupportProductTroubleTab__body-table td:last-child{border-right:none}.SupportProductTroubleTab__body-table td ul{list-style-type:disc;padding-left:22px}.SupportProductTroubleTab__body-table td ul li{color:#1f1f1f;font-size:16px;font-weight:330;line-height:24px;margin-top:8px}@media screen and (max-width:1365px){.SupportProductTroubleTab__body-table td ul li{font-size:14px;line-height:20px}}.SalePageGroups{display:flex;flex-direction:column;width:100%}.SalePageGroups__title{font-size:32px;font-weight:380;line-height:40px;color:#1f1f1f;margin-top:48px}@media screen and (max-width:1365px){.SalePageGroups__title{font-size:24px;line-height:32px;padding:0 16px}}.SalePageGroups__button{color:#1f1f1f;font-size:14px;font-weight:500;line-height:16px;align-items:center;justify-content:center;padding:12px;display:none;background:#fff;width:100%;margin:24px auto 32px;text-transform:uppercase;border-radius:16px}.SalePageGroups__button:hover{cursor:pointer}.SalePageGroups__button:last-child{margin-left:20px}@media screen and (max-width:767px){.SalePageGroups__button:last-child{margin-left:10px}}@media screen and (max-width:1365px){.SalePageGroups__button{display:flex;max-width:calc(100% - 32px);margin:24px auto 32px}}.SalePageGroups__button::before{content:"";width:24px;height:24px;background:url(../assets/catalog/filters-button.svg);display:flex;margin-right:16px}.SupportProductVideoTab{display:flex;flex-direction:column;margin-top:48px}@media screen and (max-width:1365px){.SupportProductVideoTab{margin-top:32px;padding:0 16px 16px}}.SupportProductVideoTab__head{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px;display:flex;gap:8px}@media screen and (max-width:1365px){.SupportProductVideoTab__head{flex-direction:column}}.SupportProductVideoTab__body{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px 24px;margin-top:32px}@media screen and (max-width:1365px){.SupportProductVideoTab__body{grid-gap:24px;margin-top:24px;grid-template-columns:1fr}}.SupportProductVideo{display:flex;flex-direction:column;width:100%;gap:16px}.SupportProductVideo__wrapper{width:100%;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px}.SupportProductVideo__wrapper iframe,.SupportProductVideo__wrapper img{position:absolute;left:0;top:0;width:100%;height:100%}.SupportProductVideo__wrapper:after{position:absolute;content:"";width:48px;height:48px;border-radius:50%;background-image:url(../assets/support-page/play-arrow.svg);background-size:100% 100%;background-repeat:no-repeat;background-position:center center;transition:all 250ms ease-in-out;z-index:2;pointer-events:none;left:0;top:0;right:0;bottom:0;margin:auto}@media screen and (max-width:1365px){.SupportProductVideo__wrapper:after{width:32px;height:32px}}.GalleryBlock__big-carousel-item.gallery-video:hover,.SupportProductVideo__wrapper:hover{cursor:pointer}.SupportProductVideo__wrapper:hover:after{background-image:url(../assets/support-page/play-arrow-hover.svg);background-color:#fff}.GalleryBlock__big-carousel-item.gallery-video.clicked::before,.SupportProductVideo__wrapper.clicked:after,.SupportProductVideo__wrapper.clicked:before{display:none}.SupportProductVideo__text{color:#262729;font-size:16px;font-weight:380;line-height:20px}@media screen and (max-width:1365px){.SupportProductVideo__text{line-height:24px}}.Badges{display:flex;width:100%;position:relative;margin-top:24px}@media screen and (max-width:1365px){.Badges{margin:24px auto 0}}.Badges.empty{margin-bottom:-20px}.Badges__container{width:100%}.Badges__container .ScrollSlider__container{padding:0}@media screen and (max-width:1365px){.Badges__container .ScrollSlider__container{padding:0 16px}}.Badges__container .ScrollSlider__container::-webkit-scrollbar{display:none}.Badges__skeleton{display:flex;overflow:hidden;gap:8px}@media screen and (max-width:1365px){.Badges__skeleton{margin-top:16px;margin-left:8px}}.Badges__skeleton-item{width:102px;min-width:102px;height:120px;background:#f5f7fa;border-radius:16px;display:flex;position:relative;overflow:hidden}.Badges__skeleton-item::after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));animation:skeleton-anim 2s infinite;content:""}.ColorSize{display:flex;flex-direction:column;position:relative}.ColorSize,.ColorSize__container{width:100%;margin-top:24px}.ColorSize__container:first-child{margin-top:0}.GalleryBlock{display:flex;flex-direction:column;width:100%;position:sticky;top:78px;z-index:2}@media screen and (max-width:1365px){.GalleryBlock{justify-content:space-around;padding:0 0 8px;border-radius:0;position:static}}.GalleryBlock__big{display:flex;position:relative;border-radius:8px;overflow:hidden}@media screen and (max-width:1365px){.GalleryBlock__big{border-radius:0}}.GalleryBlock__big-lens{width:256px;height:256px;position:absolute;left:0;top:0;z-index:1;pointer-events:none;opacity:0;border-radius:8px;border:1px solid #feebec;background:rgba(165,131,90,.08);box-sizing:border-box;transition:opacity 250ms ease-in-out}.GalleryBlock__big-lens.active{opacity:1}.GalleryBlock__big-carousel{background:#fff;overflow:hidden}@media screen and (max-width:1365px){.GalleryBlock__big-carousel{border-radius:0}}.GalleryBlock__big-carousel-item{width:640px;height:640px;overflow:hidden}@media screen and (max-width:1599px){.GalleryBlock__big-carousel-item{width:560px;height:560px}}@media screen and (max-width:1365px){.GalleryBlock__big-carousel-item{border-radius:0;width:100%;height:100%}}.GalleryBlock__big-carousel-item.gallery-video::before{content:"";position:absolute;width:64px;height:64px;left:0;right:0;top:0;bottom:0;margin:auto;background-image:url(../assets/product-card/gallery-video-button.svg);background-size:100% 100%;background-repeat:no-repeat;border-radius:100%;transition:all 250ms ease-in-out;pointer-events:none}@media screen and (max-width:1365px){.GalleryBlock__big-carousel-item.gallery-video::before{opacity:1}}.GalleryBlock__big-carousel-item.gallery-video:hover::before{background-image:url(../assets/product-card/gallery-video-button-hover.svg)}.GalleryBlock__big-carousel-item .iframe-block,.GalleryBlock__big-carousel-item .iframe-block iframe{width:100%;height:100%}@media screen and (max-width:1365px){.GalleryBlock__big-carousel-item .iframe-block{height:0;padding:50%;position:relative}}@media screen and (max-width:1365px){.GalleryBlock__big-carousel-item .iframe-block iframe{position:absolute;left:0;top:0;right:0;bottom:0}}.GalleryBlock__big-carousel-item.scaleActive:hover{cursor:none}.GalleryBlock__big-carousel-item img{width:100%;height:100%;-o-object-fit:scale-down;object-fit:scale-down}.GalleryBlock__big-carousel-item-text{position:absolute;bottom:16px;left:16px;color:#1c1c29;font-size:12px;font-weight:500;line-height:14px;padding:8px 16px;display:flex;gap:16px;align-items:center;background:#fff;border-radius:16px;z-index:9;pointer-events:none}@media screen and (max-width:1365px){.GalleryBlock__big-carousel-item-text{display:none}}.GalleryBlock__big-carousel-item-text:before{content:"";display:block;min-width:16px;width:16px;height:16px;background:url(../assets/product-card/zoom-icon.svg) no-repeat center center}.GalleryBlock__big-carousel.owl-carousel .owl-stage{display:flex}.GalleryBlock__big-carousel.owl-carousel .owl-nav{position:absolute;top:50%;transform:translateY(-50%);margin-top:0;width:100%;display:flex;pointer-events:none}.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-next,.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev{width:40px;height:40px;padding:0;color:transparent;background-image:url(../assets/others/slider-button-arrow-b-n.svg);background-position:center;background-size:8px 14px;background-repeat:no-repeat;background-color:#f6f3ef;border-radius:50%;transition:all 250ms ease-in-out;pointer-events:all}@media screen and (max-width:767px){.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-next,.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev{width:32px;height:32px}}.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-next:hover,.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev:hover{background-color:#e8e1d8}.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-next:active,.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev:active{background-color:#dbcec0;background-size:7px 12px}.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-next.disabled,.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev.disabled{background-image:url(../assets/others/slider-button-arrow-b-d.svg);background-color:#f5f5f5;pointer-events:none}.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-next{margin:0 24px 0 auto}@media screen and (max-width:767px){.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-next{margin:0 16px 0 auto}}.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev{margin:0 auto 0 24px;transform:rotate(180deg)}@media screen and (max-width:767px){.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev{margin:0 auto 0 16px}}.GalleryBlock__big-badges{position:absolute;left:24px;top:24px;display:flex;z-index:1}@media screen and (max-width:1365px){.GalleryBlock__big-badges{left:16px;top:16px}}.GalleryBlock__big-badges-badge{padding:8px 16px;font-weight:520;font-size:14px;line-height:16px;border-radius:16px;margin-left:10px;color:#fff;text-transform:uppercase}@media screen and (max-width:1365px){.GalleryBlock__big-badges-badge{padding:5px 12px;font-size:12px;border-radius:12px}}.GalleryBlock__big-badges-badge:first-child,.MainPageServicesPopup__container-body div div:first-child,.MainPageTechnologiesPopup__container-body div div:first-child{margin-left:0}.GalleryBlock__big-badges-badge.hit{background:#a48561}.GalleryBlock__big-badges-badge.sale{background:#a35454}.GalleryBlock__big-badges-badge.new{background:#56a463}.GalleryBlock__big-badges-badge.preorder{background:#404b7a}.GalleryBlock__big-video{display:flex;flex-direction:column;align-items:center;transition:all 250ms ease-in-out;position:absolute;bottom:24px;right:24px;z-index:2;padding:9px 4px}.GalleryBlock__big-video:hover{cursor:pointer}.GalleryBlock__big-video-arrow{width:32px;height:32px;background-image:url(../assets/product-card/gallery-video-button.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat;transition:all 250ms ease-in-out}.GalleryBlock__big-video-text{color:#1a1c1f;font-size:12px;font-weight:700;line-height:14px;margin-top:8px;transition:all 250ms ease-in-out;text-transform:uppercase;background:#f6f3ef;padding:2px 6px;border-radius:4px}.GalleryBlock__big-video:active .GalleryBlock__big-video-arrow,.GalleryBlock__big-video:hover .GalleryBlock__big-video-arrow{background-image:url(../assets/product-card/gallery-video-button-hover.svg)}.DeliveryBlock__container-name p span,.GalleryBlock__big-video:active .GalleryBlock__big-video-text,.GalleryBlock__big-video:hover .GalleryBlock__big-video-text{color:#a48561}.GalleryBlock__big .hide{display:none}.GalleryBlock__small{display:flex;margin-top:16px;width:100%;position:relative;padding:0 48px}@media screen and (max-width:1365px){.GalleryBlock__small{padding:0 0 0 16px}}.GalleryBlock__small-next,.GalleryBlock__small-prev{width:32px;height:32px;background-color:#fff;border-radius:50%;pointer-events:all;position:absolute;top:25%;background-image:url(../assets/others/slider-button-arrow-n-n.svg);background-size:7px 12px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out;z-index:2}.GalleryBlock__small-next:hover,.GalleryBlock__small-prev:hover{cursor:pointer;background-color:#e8e1d8}@media screen and (max-width:1365px){.GalleryBlock__small-next,.GalleryBlock__small-prev{display:none}}.GalleryBlock__small-prev{left:0;transform:rotate(180deg)}.GalleryBlock__small-next{right:0}.GalleryBlock__small-container{width:100%}.GalleryBlock__small-container-item{width:64px;height:64px;border-radius:8px;transition:all 250ms ease-in-out;-o-object-fit:contain;object-fit:contain;position:relative;margin:2px 0;opacity:.5}.GalleryBlock__small-container-item:first-child{margin-left:2px}.GalleryBlock__small-container-item:last-child{margin-right:2px}.GalleryBlock__small-container-item:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;border-radius:8px;transition:all 250ms ease-in-out;box-shadow:0 0 0 2px transparent}.GalleryBlock__small-container-item:hover:after{cursor:pointer;opacity:0}.GalleryBlock__scale-image.active,.GalleryBlock__small-container-item.active{opacity:1}.GalleryBlock__small-container-item.active:after{box-shadow:0 0 0 2px #a48561;opacity:1}.GalleryBlock__small-container-item img{width:100%;height:100%;border-radius:8px}.GalleryBlock__small-container-item.gallery-video:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:16px;height:24px;background-image:url(../assets/product-card/gallery-video-button.svg);background-size:contain;background-repeat:no-repeat;transition:all 250ms ease-in-out}.GalleryBlock__scale-image{position:absolute;top:0;left:calc(100% + 48px);width:640px;height:640px;background:#fff;overflow:hidden;opacity:0;pointer-events:none;transition:all 250ms ease-in-out;z-index:2;border-radius:24px}@media screen and (max-width:1439px){.GalleryBlock__scale-image{width:560px;height:560px}}@media screen and (max-width:1365px){.GalleryBlock__scale-image{display:none}}.GalleryBlock__scale-image img{position:absolute;max-width:unset;max-height:unset}.GalleryBlock .ProductCardCodeAndArticle{margin-top:16px;padding:0 16px}.GalleryBlock .ProductCardCodeAndArticle__divider{height:24px}.GalleryBlock .ProductCardCodeAndArticle__code{justify-content:flex-start}.DeliveryBlock{width:100%;margin-top:24px;display:flex;gap:16px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.DeliveryBlock{padding:0 16px}}.DeliveryBlock.hover{cursor:pointer}.DeliveryBlock__wrapper{display:flex;width:24px;height:24px;background-size:100% 100%;background-image:url(../assets/product-card/delivery-icon.svg)}.DeliveryBlock__container,.ProductCardAdvantages__body ul{display:flex;flex-direction:column}.DeliveryBlock__container-name{display:flex;align-items:center;margin-right:auto}.DeliveryBlock__container-name p{font-weight:380;font-size:16px;line-height:20px;color:#1f1f1f}.DeliveryBlock__container-name p span:hover{cursor:pointer;text-decoration:underline}.DeliveryBlock__container-list{display:flex;flex-direction:column;margin-top:16px;gap:12px}.DeliveryBlock__container-period{font-weight:330;font-size:14px;color:#7b7b7b;line-height:16px;position:relative;display:inline;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.DeliveryBlock__container-period span{color:#1f1f1f}@media screen and (max-width:1365px){.DeliveryBlock__container-period{-webkit-line-clamp:2}}.DeliveryBlock__arrow{width:24px;min-width:24px;height:24px;display:flex;border-radius:50%;margin-left:auto;background-color:transparent;background-repeat:no-repeat;background-position:center;background-image:url(../assets/product-card/arrow-4x8.svg);background-size:6px 10px;align-items:center;justify-content:space-around;align-self:center;transition:all 250ms ease-in-out}.DeliveryBlock__arrow:hover{cursor:pointer;background-color:#e8e1d8}.MainTechnologies{display:flex;flex-direction:column;gap:24px;margin-top:24px}.MainTechnologies__head{font-weight:380;font-size:20px;color:#1f1f1f;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:1365px){.MainTechnologies__head{padding:0 16px}}.MainTechnologies__body .ScrollSlider__side{background:linear-gradient(90deg,rgba(250,248,245,0) 0,#faf8f5 75.5%)}.MainTechnologies__body .ScrollSlider__side-arrow{margin:0 16px}@media screen and (max-width:767px){.MainTechnologies__body .ScrollSlider__container{padding:0 16px}}.ProductCardAdvantages{width:100%;position:relative;display:flex;flex-direction:column;gap:24px;margin-top:32px}@media screen and (max-width:1365px){.ProductCardAdvantages{padding:0 16px}}.ProductCardAdvantages__head{display:flex;justify-content:space-between;gap:16px}@media screen and (max-width:1365px){.ProductCardAdvantages__head{flex-direction:column}}.ProductCardAdvantages__head-text{font-weight:380;font-size:20px;color:#1f1f1f;display:flex;justify-content:space-between;align-items:center}.ProductCardAdvantages__head-link{display:flex;background-color:transparent;color:#404b7a;font-size:14px;font-weight:380;transition:all 250ms ease-in-out;width:-moz-max-content;width:max-content;gap:4px;align-items:center;line-height:14px}.ProductCardAdvantages__head-link:after{content:"";display:flex;width:16px;height:16px;background-image:url(../assets/product-card/button-arrow-right.svg);background-size:100% 100%}.ProductCardAdvantages__head-link:hover{cursor:pointer;text-decoration:underline}.ProductCardAdvantages__body ul{gap:16px}.ProductCardAdvantages__body ul li{display:flex;color:#1f1f1f;font-size:14px;font-weight:330;line-height:16px;padding-left:12px;position:relative}.ProductCardAdvantages__body ul li:before{content:"";width:4px;height:4px;border-radius:50%;background:#a48561;position:absolute;top:6px;left:0}.ProductCardComments{width:100%;display:flex;flex-direction:column;margin:96px auto 0;scroll-margin-top:95px;max-width:952px}@media screen and (max-width:1599px){.ProductCardComments{max-width:840px}}@media screen and (max-width:1439px){.ProductCardComments{max-width:808px}}@media screen and (max-width:1365px){.ProductCardComments{padding:0 16px;margin-top:48px}}.ProductCardComments__top{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e8e1d8}@media screen and (max-width:1365px){.ProductCardComments__top{flex-direction:column;align-items:flex-start}}.ProductCardComments__top-name{font-size:24px;font-weight:380;line-height:32px;color:#1f1f1f}.ProductCardComments__top-name span{color:#8e8e8e}@media screen and (max-width:767px){.ProductCardComments__top-name span{margin-top:8px}.ProductCardComments__top-name{display:flex;flex-direction:column}}.ProductCardComments__top .PrimaryButton{width:180px;min-width:180px;padding:12px 16px;font-size:14px}@media screen and (max-width:1365px){.ProductCardComments__top .PrimaryButton{width:100%}}.ProductCardComments__middle{display:flex;justify-content:space-between;gap:24px}@media screen and (max-width:1365px){.ProductCardComments__middle{flex-direction:column}}.ProductCardComments__middle-switch{display:grid;grid-gap:12px;grid-template-columns:repeat(2,max-content)}.ProductCardComments__middle-switch.disabled{opacity:.5;pointer-events:none}.ProductCardComments__middle-switch-b{display:flex;padding:12px 24px;color:#1f1f1f;font-size:14px;font-weight:380;line-height:16px;gap:4px;border-radius:20px;border:1px solid #e8e1d8;transition:all 250ms ease-in-out}.ProductCardComments__middle-switch-b:hover{background:#e8e1d8;cursor:pointer}.ProductCardComments__middle-switch-b.active{border:1px solid #fff;background:#fff}@media screen and (max-width:1365px){.ProductCardComments__middle-switch{grid-template-columns:repeat(2,minmax(0,1fr))}}.ProductCardComments__middle-sort{display:flex;width:180px}@media screen and (max-width:1365px){.ProductCardComments__middle-sort{width:100%}}.ProductCardComments__middle-sort .FormSelect{width:100%}.MainPageServicesPopup__container-body ol,.MainPageTechnologiesPopup__container-body ol,.ProductCardComments__gallery{display:flex;flex-direction:column;margin-top:24px}.ProductCardComments__gallery-head{color:#1f1f1f;font-size:16px;font-weight:380;line-height:20px}.ProductCardComments__gallery .ScrollSlider{margin-top:16px}.ProductCardComments__gallery-image{width:80px;height:80px;display:flex;border-radius:4px;overflow:hidden;position:relative}.ProductCardComments__gallery-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ProductCardComments__gallery-image:after{width:32px;height:32px;content:"";background-image:url(../assets/product-card/gallery-play.svg);position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;opacity:0}.ProductCardComments__gallery-image.video{width:142px}.ProductCardComments__gallery-image.video:after{opacity:1}.ProductCardComments__container{display:flex;flex-direction:column;width:100%;margin-top:24px}.ProductCardComments__container-empty{display:flex;width:100%;justify-content:space-between;align-items:center}.ProductCardComments__container-empty-head{font-size:16px;font-weight:500;color:#1c1c29}.ProductCardCompare{background:#fff;margin-top:128px;padding:64px 0;scroll-margin-top:95px}@media screen and (max-width:1365px){.ProductCardCompare{padding:48px 16px 24px;margin-top:64px}}.ProductCardCompare__container{max-width:1440px;margin:0 auto}@media screen and (max-width:1599px){.ProductCardCompare__container{max-width:1272px}}@media screen and (max-width:1439px){.ProductCardCompare__container{max-width:1256px}}@media screen and (max-width:1365px){.ProductCardCompare__container{max-width:100%}}.ProductCardCompare__container-head{display:flex;justify-content:space-between;align-items:center;gap:12px}@media screen and (max-width:1365px){.ProductCardCompare__container-head{flex-direction:column;gap:24px}}.ProductCardCompare__container-head-text{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px;display:flex;gap:8px}@media screen and (max-width:1365px){.ProductCardCompare__container-head-text{flex-direction:column;text-align:center}}.ProductCardCompare__container-head-text span{color:#8e8e8e}.ProductCardCompare__container-head-link{color:#404b7a;font-size:14px;font-weight:380;line-height:14px;display:flex;align-items:center;gap:4px}.ProductCardCompare__container-head-link:hover{text-decoration:underline;cursor:pointer}.ProductCardCompare__container-head-link:after{content:"";display:flex;width:16px;height:16px;background-image:url(../assets/product-card/button-arrow-right.svg);background-size:100% 100%}.ProductCardCompare__products{margin:32px auto 0;display:flex;justify-content:space-between;max-width:1196px}@media screen and (max-width:1599px){.ProductCardCompare__products{max-width:1056px}}@media screen and (max-width:1449px){.ProductCardCompare__products{max-width:1016px}}@media screen and (max-width:1365px){.ProductCardCompare__products{max-width:100%;margin:24px auto 0;justify-content:space-evenly}}.PriceAndBuy{width:100%;display:flex;flex-direction:column;position:relative;margin-top:24px}@media screen and (max-width:1365px){.PriceAndBuy{padding:0 16px 117px}.PriceAndBuy.non-aval{padding:0 16px 61px}}.PriceAndBuy__head{color:#1f1f1f;font-size:14px;font-weight:380;line-height:140%;margin-bottom:16px}.PriceAndBuy__head span{color:#56a463;font-weight:520}.PriceAndBuy__top{display:flex;align-items:flex-end;flex-wrap:wrap}.PriceAndBuy__preorder{width:100%;font-size:14px;color:#1f1f1f;font-weight:380;line-height:140%;margin-bottom:16px}.PriceAndBuy__preorder span{color:#56a463}.PriceAndBuy__price{display:flex;flex-direction:column;width:-moz-max-content;width:max-content;justify-content:center;gap:8px}@media screen and (max-width:1365px){.PriceAndBuy__price{justify-content:unset;margin-right:auto}}.PriceAndBuy__price-old{font-weight:380;font-size:14px;color:#8e8e8e;line-height:16px;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;gap:8px}.PriceAndBuy__price-old span:first-child,.SuppPopup__container-body-top-info-block .PriceAndBuy__price-old span:first-child{text-decoration:line-through}.PriceAndBuy__price-old span:last-child{background:#f6eeee;border-radius:4px;padding:0 4px;font-weight:630;font-size:10px;color:#a35454}.PriceAndBuy__price-new{font-weight:380;font-size:24px;color:#1f1f1f;line-height:32px}.PriceAndBuy__price-new:first-child{margin-top:0}.PriceAndBuy__bottom{display:flex;flex-wrap:wrap;margin-top:16px;gap:16px 32px;align-items:center}@media screen and (max-width:767px){.PriceAndBuy__bottom{flex-direction:column;align-items:flex-start}}.PriceAndBuy__bottom-preorder{font-size:14px;font-weight:380;line-height:16px;color:#1f1f1f}.PriceAndBuy__bottom-preorder span,.PriceAndBuy__credit span{color:#404b7a;font-weight:520}.PriceAndBuy__buttons{display:flex;margin-left:36px;gap:16px}@media screen and (max-width:1365px){.PriceAndBuy__buttons{display:grid;grid-template-columns:1fr;grid-gap:16px;position:absolute;bottom:0;width:100%;margin-left:0;left:0;padding:0 16px}}.PriceAndBuy__buttons.no-price{display:none}.PriceAndBuy__buttons .BuyButton{width:160px;height:40px;padding:8px 16px}@media screen and (max-width:1365px){.PriceAndBuy__buttons .BuyButton{width:100%;padding:12px 16px;height:48px}}.PriceAndBuy__buttons .call-button{width:160px;height:40px;margin-top:0;font-size:14px;text-transform:uppercase}@media screen and (max-width:1365px){.PriceAndBuy__buttons .call-button{width:100%;padding:12px 16px}}.PriceAndBuy__buttons .non-aval-button{width:-moz-max-content;width:max-content;min-height:40px;padding:8px 16px;margin-left:32px}@media screen and (max-width:1365px){.PriceAndBuy__buttons .non-aval-button{width:100%;margin-left:0}}.PriceAndBuy__buttons .PrimaryButton.primary.brand.preorder{background:#404b7a;color:#fff;padding:8px 16px;justify-content:center;margin-top:0;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1365px){.PriceAndBuy__buttons .PrimaryButton.primary.brand.preorder{width:100%}}.PriceAndBuy__buttons .PrimaryButton.primary.brand.preorder::before{content:"";width:24px;height:24px;background-image:url(../assets/product-card/preorder.svg);background-size:100% 100%;margin-right:8px}.PriceAndBuy__buttons .PrimaryButton.primary.brand.preorder:hover{background:#5d668e}.PriceAndBuy__buttons .PrimaryButton.primary.brand.preorder:active{background:#364068}.PriceAndBuy__buttons-buy,.PriceAndBuy__buttons-preorder{display:flex;align-items:center;padding:8px 16px;margin-left:auto;background:#a48561;border-radius:8px;border:1px solid transparent;gap:12px;transition:all 250ms ease-in-out;position:relative}.PriceAndBuy__buttons-buy.loading,.PriceAndBuy__buttons-preorder.loading{background:#fff;border:1px solid #a48561;pointer-events:none}.PriceAndBuy__buttons-buy.loading .PriceAndBuy__buttons-buy-icon,.PriceAndBuy__buttons-buy.loading .PriceAndBuy__buttons-buy-text,.PriceAndBuy__buttons-buy.loading .PriceAndBuy__buttons-preorder-icon,.PriceAndBuy__buttons-buy.loading .PriceAndBuy__buttons-preorder-text,.PriceAndBuy__buttons-preorder.loading .PriceAndBuy__buttons-buy-icon,.PriceAndBuy__buttons-preorder.loading .PriceAndBuy__buttons-buy-text,.PriceAndBuy__buttons-preorder.loading .PriceAndBuy__buttons-preorder-icon,.PriceAndBuy__buttons-preorder.loading .PriceAndBuy__buttons-preorder-text{opacity:0}.PriceAndBuy__buttons-buy.active .PriceAndBuy__buttons-buy-icon:after,.PriceAndBuy__buttons-buy.active .PriceAndBuy__buttons-preorder-icon:after,.PriceAndBuy__buttons-buy.loading .PriceAndBuy__buttons-buy-preloader,.PriceAndBuy__buttons-buy.loading .PriceAndBuy__buttons-preorder-preloader,.PriceAndBuy__buttons-preorder.active .PriceAndBuy__buttons-buy-icon:after,.PriceAndBuy__buttons-preorder.active .PriceAndBuy__buttons-preorder-icon:after,.PriceAndBuy__buttons-preorder.loading .PriceAndBuy__buttons-buy-preloader,.PriceAndBuy__buttons-preorder.loading .PriceAndBuy__buttons-preorder-preloader,.PriceAndBuy__compare.active::after{opacity:1}.PriceAndBuy__buttons-buy.active,.PriceAndBuy__buttons-preorder.active{pointer-events:none;background:0 0;border:1px solid #a48561}.PriceAndBuy__buttons-buy.active .PriceAndBuy__buttons-buy-icon,.PriceAndBuy__buttons-buy.active .PriceAndBuy__buttons-preorder-icon,.PriceAndBuy__buttons-preorder.active .PriceAndBuy__buttons-buy-icon,.PriceAndBuy__buttons-preorder.active .PriceAndBuy__buttons-preorder-icon{background-image:url(../assets/product-card/buy-button-cart-active.svg)}.PriceAndBuy__buttons-buy.active .PriceAndBuy__buttons-buy-text,.PriceAndBuy__buttons-buy.active .PriceAndBuy__buttons-preorder-text,.PriceAndBuy__buttons-preorder.active .PriceAndBuy__buttons-buy-text,.PriceAndBuy__buttons-preorder.active .PriceAndBuy__buttons-preorder-text{color:#a48561}.PriceAndBuy__buttons-buy-icon,.PriceAndBuy__buttons-preorder-icon{width:24px;height:24px;margin-left:auto;background-image:url(../assets/product-card/buy-button-cart.svg);background-size:100% 100%}.PriceAndBuy__buttons-buy-text,.PriceAndBuy__buttons-preorder-text{color:#fff;text-transform:uppercase;font-size:14px;font-weight:450;line-height:16px}.PriceAndBuy__buttons-buy-preloader,.PriceAndBuy__buttons-preorder-preloader{width:100%;height:100%;position:absolute;margin:auto;opacity:0;left:0;top:0}.PriceAndBuy__buttons-buy-preloader .Preloader,.PriceAndBuy__buttons-preorder-preloader .Preloader{width:30px;height:30px;margin:4px auto}.PriceAndBuy__buttons-preorder{background:#404b7a}.PriceAndBuy__buttons-preorder-icon{background:url(../assets/product-card/preorder-icon.svg)}.PriceAndBuy__compare{display:flex;align-items:center;justify-content:space-around;width:40px;min-width:40px;height:40px;margin-left:32px;position:relative;transition:all 250ms ease-in-out;border-radius:20px;background:0 0}@media screen and (max-width:767px){.PriceAndBuy__compare{transition:none}}.PriceAndBuy__compare-icon,.PriceAndBuy__compare::after{background-size:100% 100%;transition:all 250ms ease-in-out}.PriceAndBuy__compare::after{content:"";position:absolute;right:1px;top:0;background-image:url(../assets/product-card/compare-active.svg);width:20px;height:20px;opacity:0}@media screen and (max-width:767px){.PriceAndBuy__compare::after{transition:none}}.PriceAndBuy__compare-icon{width:24px;height:24px;display:flex;background-image:url(../assets/product-card/compare-icon.svg)}@media screen and (max-width:767px){.PriceAndBuy__compare-icon{transition:none}}@media screen and (min-width:768px){.PriceAndBuy__compare:hover{cursor:pointer}.PriceAndBuy__compare:active .PriceAndBuy__compare-icon,.PriceAndBuy__compare:hover .PriceAndBuy__compare-icon{background-image:url(../assets/product-card/compare-icon-hover.svg);background-size:100% 100%}.PriceAndBuy__compare:active{background:#e8e1d8}}.PriceAndBuy__compare.active .PriceAndBuy__compare-icon{background-image:url(../assets/product-card/compare-icon-hover.svg);background-size:100% 100%}.PriceAndBuy__compare.active:hover::after{background-image:url(../assets/product-card/compare-remove.svg);background-size:100% 100%}@media screen and (min-width:768px){.PriceAndBuy__compare.active:active{background:#e8e1d8}}.PriceAndBuy__cashback p,.PriceAndBuy__credit{color:#1f1f1f;font-size:14px;font-weight:380}@media screen and (max-width:767px){.PriceAndBuy__credit{width:100%}}.PriceAndBuy__credit:hover{cursor:pointer;text-decoration:underline}.PriceAndBuy__pcode{display:flex;align-items:center;position:relative}@media screen and (max-width:1919px){.PriceAndBuy__pcode{width:100%}}.PriceAndBuy__pcode-text{font-weight:380;font-size:14px;color:#1f1f1f;display:flex;align-items:flex-end}.PriceAndBuy__pcode-text span{font-weight:520;color:#a35454;margin-right:4px}.PriceAndBuy__pcode-code{padding:8px 12px;background:#f6eeee;width:-moz-max-content;width:max-content;margin-left:16px;position:relative;display:flex;transition:all 250ms ease-in-out;border-radius:8px}.PriceAndBuy__cashback p span:hover,.PriceAndBuy__pcode-code input:hover,.PriceAndBuy__pcode-code:hover{cursor:pointer}.PriceAndBuy__pcode-code:hover .PriceAndBuy__pcode-code-icon{background:url(../assets/product-card/promocode-icon-hover.svg)}.PriceAndBuy__pcode-code:active{background:#e8d4d4}.PriceAndBuy__pcode-code input{font-weight:450;font-size:14px;color:#a35454;width:-moz-max-content;width:max-content;margin-right:8px}.PriceAndBuy__pcode-code-icon{width:16px;height:16px;display:flex;background:url(../assets/product-card/promocode-icon.svg)}.PriceAndBuy__cashback{display:flex;position:relative;justify-content:flex-end;align-items:center}@media screen and (max-width:767px){.PriceAndBuy__cashback{justify-content:unset}}.PriceAndBuy__cashback::before{display:flex;align-self:center;content:"";background-image:url(../assets/product-card/cashback-icon.svg);width:20px;height:20px;margin-right:8px}.PriceAndBuy__cashback p{line-height:16px}.PriceAndBuy__cashback p span{font-weight:520;color:#a48561}.PriceAndBuy__fixed-block{display:flex;justify-content:space-between;position:fixed;width:100%;bottom:0;left:0;z-index:2;background:#fff;filter:drop-shadow(0 0 12px rgba(0,0,0,.1))}.PriceAndBuy__fixed-block-container{padding:12px;width:100%;display:flex;align-items:center}.PriceAndBuy__fixed-block-container-price{display:flex;width:-moz-max-content;width:max-content;gap:16px}.PriceAndBuy__fixed-block-container-price-left{display:flex;flex-direction:column;gap:4px;justify-content:center}.PriceAndBuy__fixed-block-container-price-left .old{color:#8e8e8e;font-size:12px;font-weight:380;line-height:16px;text-decoration:line-through}.PriceAndBuy__fixed-block-container-price-left .new{color:#1f1f1f;font-size:20px;line-height:24px;font-weight:380}.PriceAndBuy__fixed-block-container-price-divider{width:1px;height:auto;background:#ebebeb}.PriceAndBuy__fixed-block-container-price-right{display:flex;flex-direction:column;color:#1f1f1f;font-size:12px;line-height:14px;font-weight:380;gap:8px;justify-content:center}.PriceAndBuy__fixed-block-container-price-right span{font-size:14px;line-height:16px;color:#404b7a;font-weight:520}.ProductCardFaq{width:100%;display:flex;flex-direction:column;margin:64px auto 0;scroll-margin-top:65px;max-width:1196px}@media screen and (max-width:1599px){.ProductCardFaq{max-width:1056px}}@media screen and (max-width:1439px){.ProductCardFaq{max-width:1016px}}@media screen and (max-width:1365px){.ProductCardFaq{max-width:100%;padding:0 16px;margin-top:48px}}.ProductCardFaq__head{font-weight:380;font-size:24px;color:#1f1f1f;width:100%;text-align:center}@media screen and (max-width:767px){.ProductCardFaq__head{display:flex;flex-direction:column}}.ProductCardFaq__head span{color:#8e8e8e}@media screen and (max-width:767px){.ProductCardFaq__head span{margin-top:8px}}.ProductCardFaq__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px 48px;margin-top:48px}@media screen and (max-width:1365px){.ProductCardFaq__body{grid-template-columns:minmax(0,1fr);margin-top:24px}}.ProductCardNameBlock{display:flex;flex-direction:column;width:100%}@media screen and (max-width:1365px){.ProductCardNameBlock{padding:0 16px;width:100%}}.ProductCardNameBlock__container{display:flex;justify-content:space-between;gap:16px;margin-top:16px}.ProductCardNameBlock__top{display:flex;margin-left:-12px}@media screen and (max-width:1365px){.ProductCardNameBlock__top{margin-left:0}}.ProductCardNameBlock__name{margin-top:16px;font-weight:380;font-size:24px;line-height:32px;color:#1f1f1f}@media screen and (max-width:1365px){.ProductCardNameBlock__name{margin-top:24px}}.ProductCardNameBlock .ProductCardRating{margin-top:0}.ProductPayAndWarranty{display:flex;flex-direction:column;width:100%}@media screen and (max-width:1365px){.ProductPayAndWarranty{margin:0 auto;padding:0 16px}}.ProductPayAndWarranty__payment,.ProductPayAndWarranty__warranty{transition:all 250ms ease-in-out;display:flex;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid #e8e1d8}.ProductPayAndWarranty__payment-arrow,.ProductPayAndWarranty__warranty-arrow{width:24px;min-width:24px;height:24px;display:flex;border-radius:50%;margin-left:auto;background-color:transparent;background-repeat:no-repeat;background-position:center;background-image:url(../assets/product-card/arrow-4x8.svg);background-size:6px 10px;align-items:center;justify-content:space-around;align-self:center;transition:all 250ms ease-in-out}.ProductPayAndWarranty__payment-arrow:hover,.ProductPayAndWarranty__warranty-arrow:hover{cursor:pointer;background-color:#e8e1d8}.ProductPayAndWarranty__payment-arrow:active,.ProductPayAndWarranty__warranty-arrow:active{background-color:#dbcec0}.ProductPayAndWarranty__payment-wrapper,.ProductPayAndWarranty__warranty-wrapper{display:flex;width:24px;height:24px;background-size:100% 100%}.ProductPayAndWarranty__payment:hover{cursor:pointer}.ProductPayAndWarranty__payment-wrapper{background-image:url(../assets/product-card/payment-icon.svg)}.ProductPayAndWarranty__warranty-wrapper{background-image:url(../assets/product-card/warranty-icon.svg)}.ProductPayAndWarranty__container{width:100%;display:flex;flex-direction:column;gap:8px}.ProductPayAndWarranty__container:first-child{margin-top:0}.ProductPayAndWarranty__container-name{font-weight:380;font-size:16px;line-height:20px;color:#1f1f1f;width:100%;display:flex;align-items:center}.ProductPayAndWarranty__container-content{font-weight:330;font-size:14px;line-height:16px;color:#7b7b7b;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}@media screen and (max-width:767px){.ProductPayAndWarranty__container-content{-webkit-line-clamp:2}}.ProductCardRating{display:flex;align-items:center;justify-content:center}.ProductCardRating.no-comments .ProductCardRating__stars{display:none}.ProductCardRating.no-comments .ProductCardRating__count{margin-left:0}.ProductCardRating.no-comments .ProductCardRating__count-word{width:-moz-fit-content;width:fit-content;height:unset}.ProductCardRating.no-comments .ProductCardRating__number,.SupplementProducts__container .ScrollSlider__side.disabled{display:none}.ProductCardRating__stars{display:flex;flex-direction:column;position:relative;overflow:hidden}.ProductCardRating__stars-item{display:flex;gap:2px;overflow:hidden}.ProductCardRating__stars-item.fill{position:absolute;overflow:hidden;width:0;left:0}.ProductCardRating__stars-empty,.ProductCardRating__stars-fill{width:14px;min-width:14px;min-height:14px;height:14px;background-size:100% 100%}.ProductCardRating__stars-fill{background-image:url(../assets/product-card/rating-star-fill.svg)}.ProductCardRating__stars-empty{background-image:url(../assets/product-card/rating-star-empty.svg)}.ProductCardRating__count{display:flex;margin-left:12px;align-items:center}.ProductCardRating__count::before{content:"";width:16px;height:16px;background-size:100% 100%;margin-right:8px;background:url(../assets/product-card/comment-image.svg);display:flex}@media screen and (max-width:767px){.ProductCardRating__count::before{margin-right:10px}}.ProductCardRating__count-word{font-weight:380;font-size:14px;color:#404b7a;line-height:16px;width:-moz-max-content;width:max-content;position:relative}.ShortChar{width:100%;position:relative;display:flex;flex-direction:column;gap:24px;margin-top:24px}@media screen and (max-width:1365px){.ShortChar{padding:0 16px}}.ShortChar__head{display:flex;justify-content:space-between;gap:16px}@media screen and (max-width:1365px){.ShortChar__head{flex-direction:column}}.ShortChar__head-link,.ShortChar__head-text{display:flex;font-weight:380;align-items:center}.ShortChar__head-text{font-size:20px;color:#1f1f1f;justify-content:space-between}.ShortChar__head-link{background-color:transparent;color:#404b7a;font-size:14px;transition:all 250ms ease-in-out;width:-moz-max-content;width:max-content;gap:4px;line-height:14px}.ShortChar__head-link:after{content:"";display:flex;width:16px;height:16px;background-image:url(../assets/product-card/button-arrow-right.svg);background-size:100% 100%}.ProductCardRating__count-word:hover,.ShortChar__head-link:hover{cursor:pointer;text-decoration:underline}.ShortChar__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px 32px}@media screen and (max-width:767px){.ShortChar__grid{grid-template-columns:1fr}}.ShortChar__grid-item{display:flex;flex-direction:column;gap:8px}.ShortChar__grid-item-name,.ShortChar__grid-item-val{color:#7b7b7b;font-size:14px;font-weight:330;line-height:16px}.ShortChar__grid-item-val{color:#1f1f1f;font-weight:380}.ProductCardAccessories{max-width:1440px;width:100%;margin:64px auto 0;display:flex;flex-direction:column;scroll-margin-top:95px}@media screen and (max-width:1599px){.ProductCardAccessories{max-width:1272px}}@media screen and (max-width:1439px){.ProductCardAccessories{max-width:1256px}}@media screen and (max-width:1365px){.ProductCardAccessories{max-width:100%;margin:48px auto 0}}.ProductCardAccessories__head{font-weight:380;font-size:24px;line-height:32px;color:#1f1f1f}@media screen and (max-width:1365px){.ProductCardAccessories__head{padding:0 16px}}.ProductCardAccessories__head span{color:#8e8e8e}.ProductCardAccessories__body{margin-top:24px;width:100%;overflow:hidden}.ProductCardAccessories__body .ProductItem{width:342px;max-width:342px}@media screen and (max-width:1599px){.ProductCardAccessories__body .ProductItem{width:300px;max-width:300px}}@media screen and (max-width:1439px){.ProductCardAccessories__body .ProductItem{width:288px;max-width:288px}}.SupplementProducts{margin-top:24px;display:flex;flex-direction:column}.SupplementProducts__name{font-weight:380;font-size:20px;color:#1f1f1f}@media screen and (max-width:1365px){.SupplementProducts__name{padding:0 16px}}.SupplementProducts__container{position:relative;margin-top:16px}.SupplementProducts__container .ScrollSlider__side{z-index:2}.SupplementProducts__bottom{display:flex;padding:16px 0;margin-top:16px;border-top:1px solid #e8e1d8;align-items:center}@media screen and (max-width:1365px){.SupplementProducts__bottom{width:calc(100% - 32px);margin:16px auto 0;flex-direction:column;align-items:flex-start}}.SupplementProducts__bottom-price{display:flex;align-items:flex-end}.SupplementProducts__bottom-price-current{font-weight:380;font-size:20px;color:#1f1f1f;line-height:24px}.SupplementProducts__bottom-price-old{font-weight:380;font-size:14px;color:#8e8e8e;position:relative;height:-moz-max-content;height:max-content;margin-left:8px;text-decoration:line-through}.SupplementProducts__bottom-price-discount{display:flex;background:#f6eeee;padding:0 4px;margin-left:8px;color:#a35454;font-weight:630;line-height:16px;font-size:10px;border-radius:4px}.SupplementProducts__bottom .buy-bundle{width:-moz-max-content;width:max-content;margin-left:auto;margin-top:0;height:36px}@media screen and (max-width:767px){.SupplementProducts__bottom .buy-bundle{margin-top:16px;width:100%}}.CatalogFiltersGroup{display:flex;flex-direction:column;width:100%;padding-bottom:16px;border-bottom:1px solid #e8e1d8;margin-top:16px}.CatalogFiltersGroup:last-child{border-bottom:0}.CatalogFiltersGroup__head{padding:10px 12px;align-items:center;position:relative;display:flex;border-radius:8px;transition:all 250ms ease-in-out}.CatalogFiltersGroup__head-text{font-weight:380;font-size:16px;line-height:20px;padding-right:28px;position:relative;width:-moz-max-content;width:max-content;max-width:100%;min-height:20px;display:flex;align-items:center;color:#1f1f1f}.CatalogFiltersGroup__head-text-about{display:flex;width:20px;height:20px;position:absolute;right:0;transition:all 250ms ease-in-out}.CatalogFiltersGroup__head:hover{cursor:pointer}.CatalogFiltersGroup__head:active{background:#e8e1d8}.CatalogFiltersGroup__head::after,.CatalogFiltersPrice__head::after{content:"";display:flex;width:16px;min-width:16px;height:16px;background-image:url(../assets/catalog/filter-plus.svg);background-size:100% 100%;transition:all 250ms ease-in-out;margin-left:auto}.CatalogFiltersGroup__head.active::after,.CatalogFiltersPrice__head.active::after{background-image:url(../assets/catalog/filter-minus.svg)}.CatalogFiltersGroup__body{display:flex;flex-direction:column;max-height:0;height:auto;overflow:hidden;transition:all 250ms ease-in-out}.CatalogFiltersGroup__body-item{display:flex;padding:10px 12px;background:0 0;transition:all 250ms ease-in-out;border-radius:8px}.CatalogFiltersGroup__body-item:first-child{margin-top:8px}.CatalogFiltersGroup__body-item .FormCheckbox__text{font-weight:380}.CatalogFiltersGroup__body-item:hover{background:#fff;cursor:pointer}.CatalogFiltersGroup__body-item:active{background:#e8e1d8}.CatalogFiltersGroup__body-item:hover .FormCheckbox__container-checkmark{border:1px solid #a48561}.CatalogFiltersGroup__body-item.range:hover{background:0 0}.CatalogFiltersGroup__body-more{display:flex;align-items:center;margin:8px}.CatalogFiltersGroup__body-more div{color:#404b7a;font-weight:380;line-height:16px;font-size:14px;text-decoration:underline}.CatalogFiltersGroup__body-more:hover{cursor:pointer}.CatalogFiltersBadges{display:flex;flex-direction:column}@media screen and (max-width:1365px){.CatalogFiltersBadges{margin-top:16px}}.CatalogFiltersBadges__item{padding:10px 12px;border-radius:8px;transition:all 250ms ease-in-out}.CatalogFiltersBadges__item:hover{background:#fff;cursor:pointer}.CatalogFiltersBadges__item:active{background:#e8e1d8}.CatalogFiltersPrice{display:flex;flex-direction:column;margin-top:16px;padding-bottom:24px;border-bottom:1px solid #ebebeb}.CatalogFiltersPrice__head{padding:10px 12px;align-items:center;position:relative;display:flex;font-weight:380;font-size:16px;line-height:20px;color:#1f1f1f;gap:8px;border-radius:8px;transition:all 250ms ease-in-out}.CatalogFiltersPrice__head:hover{cursor:pointer}.CatalogFiltersPrice__head:active{background:#e8e1d8}.CatalogFiltersPrice__body{display:flex;flex-direction:column;max-height:0;height:auto;overflow:hidden;transition:all 250ms ease-in-out}.CatalogFiltersPrice__top{display:grid;grid-template-columns:1fr 12px 1fr;grid-column-gap:16px;margin-top:16px}.CatalogFiltersPrice__top-max,.CatalogFiltersPrice__top-min{width:100%;padding:10px 16px;background:#fff;border-radius:8px;font-weight:330;font-size:16px;line-height:20px;border:1px solid #ebebeb;transition:all 250ms ease-in-out;color:#262729}.CatalogFiltersPrice__top-max:hover,.CatalogFiltersPrice__top-min:hover{cursor:pointer;border:1px solid #d6d6d6}.CatalogFiltersPrice__top-max:focus,.CatalogFiltersPrice__top-min:focus{border:1px solid #a48561;cursor:auto}.CatalogFiltersPrice__top-separator{width:100%;height:1px;background:#ccc;align-self:center}.CatalogFiltersPrice__range{margin-top:24px;padding:0 4px;height:25px}.CatalogFiltersPrice__range .multi-range-slider{box-shadow:none;border:0;padding:10px 7px}.CatalogFiltersPrice__range .multi-range-slider .bar-inner{background:#a48561;border:0;box-shadow:none}.CatalogFiltersPrice__range .multi-range-slider .bar-left,.CatalogFiltersPrice__range .multi-range-slider .bar-right{border:0;box-shadow:none;background:#f0e9e1}.CatalogFiltersPrice__range .multi-range-slider .bar-left{padding:2px 0}.CatalogFiltersPrice__range .multi-range-slider .thumb::before{box-shadow:unset;background:#a48561;width:16px;height:16px;border:0}.CatalogFiltersPrice__range .multi-range-slider .thumb-left::before{margin:-6px -9px}.CatalogFiltersPrice__range .multi-range-slider .thumb-right::before{margin:-6px -7px}.CatalogFiltersPrice__range .multi-range-slider .thumb::after{content:"";position:absolute;width:20px;height:20px;top:-8px;left:-9px;background:#a48561;box-shadow:0 0 0 2px transparent;border-radius:50%;transition:all 250ms ease-in-out}.CatalogFiltersPrice__range .multi-range-slider .thumb:hover::after,.CatalogFiltersRange__range .multi-range-slider .thumb:hover::after{background:#a48561;box-shadow:0 0 0 2px rgba(164,133,97,.32)}.CatalogFiltersPrice__range .multi-range-slider .thumb-left::after{left:-11px}.CatalogFiltersPrice__range .multi-range-slider .caption{display:none;opacity:0}.CatalogFiltersPrice__button{width:100%;padding:12px 16px;background:#a48561;border-radius:8px;display:flex;align-items:center;justify-content:space-around;color:#fff;transition:all 250ms ease-in-out;margin-top:24px;font-weight:500;font-size:14px}.CatalogFiltersPrice__button:hover{cursor:pointer;background-color:#b29779}.CatalogFiltersPrice__button:active{background-color:#8b7152}.CatalogFiltersRange{display:flex;flex-direction:column;width:100%}.CatalogFiltersRange__top{display:grid;grid-template-columns:1fr 12px 1fr;grid-column-gap:16px}.CatalogFiltersRange__top-max,.CatalogFiltersRange__top-min{width:100%;padding:10px 16px;background:#fff;border-radius:8px;font-weight:330;font-size:16px;line-height:20px;border:1px solid #ebebeb;transition:all 250ms ease-in-out;color:#262729}.CatalogFiltersRange__top-max:hover,.CatalogFiltersRange__top-min:hover{cursor:pointer;border:1px solid #d6d6d6}.CatalogFiltersRange__top-max:focus,.CatalogFiltersRange__top-min:focus{border:1px solid #a48561;cursor:auto}.CatalogFiltersRange__top-separator{width:100%;height:1px;background:#ccc;align-self:center}.CatalogFiltersRange__range{margin-top:24px;padding:0 4px;height:25px}.CatalogFiltersRange__range .multi-range-slider{box-shadow:none;border:0;padding:10px 7px}.CatalogFiltersRange__range .multi-range-slider .bar-inner{background:#a48561;border:0;box-shadow:none}.CatalogFiltersRange__range .multi-range-slider .bar-left,.CatalogFiltersRange__range .multi-range-slider .bar-right{border:0;box-shadow:none;background:#f0e9e1}.CatalogFiltersRange__range .multi-range-slider .bar-left{padding:2px 0}.CatalogFiltersRange__range .multi-range-slider .thumb::before{box-shadow:unset;background:#a48561;width:16px;height:16px;border:0}.CatalogFiltersRange__range .multi-range-slider .thumb-left::before{margin:-6px -9px}.CatalogFiltersRange__range .multi-range-slider .thumb-right::before{margin:-6px -7px}.CatalogFiltersRange__range .multi-range-slider .thumb::after{content:"";position:absolute;width:20px;height:20px;top:-8px;left:-9px;background:#a48561;box-shadow:0 0 0 2px transparent;border-radius:50%;transition:all 250ms ease-in-out}.CatalogFiltersRange__range .multi-range-slider .thumb-left::after{left:-11px}.CatalogFiltersRange__range .multi-range-slider .caption{display:none}.CatalogFiltersRange__button{width:100%;padding:12px 16px;background:#a48561;border-radius:8px;display:flex;align-items:center;justify-content:space-around;color:#fff;transition:all 250ms ease-in-out;margin-top:24px;font-weight:500;font-size:14px}.CatalogFiltersRange__button:hover{cursor:pointer;background-color:#b29779}.CatalogFiltersRange__button:active{background-color:#8b7152}.CatalogCompareProduct__content{padding:0 24px;margin-top:16px}@media screen and (max-width:767px){.CatalogCompareProduct__content{padding:0}}.CatalogCompareProduct__wrapper{width:356px;height:356px;overflow:hidden;margin:0 auto;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1600px){.CatalogCompareProduct__wrapper{width:320px;height:320px}}@media screen and (max-width:1439px){.CatalogCompareProduct__wrapper{width:312px;height:312px}}@media screen and (max-width:767px){.CatalogCompareProduct__wrapper{width:156px;height:156px}}.CatalogCompareProduct__wrapper img{margin:0 auto}@media screen and (max-width:767px){.CatalogCompareProduct__select .FormSelect{max-width:156px}}.CatalogCompareProduct__select .FormSelect__input{padding:12px 16px}.CatalogCompareProduct__select .FormSelect__input input{max-width:80%;overflow:hidden}.CatalogCompareProduct__select .FormSelect__input:after{top:14px}.CatalogCompareProduct__price{margin-top:16px;display:flex;gap:4px;justify-content:center}@media screen and (max-width:767px){.CatalogCompareProduct__price{flex-direction:column}}.CatalogCompareProduct__price-credit,.CatalogCompareProduct__price-value{color:#1f1f1f;text-align:center;font-size:18px;font-weight:520;line-height:24px}@media screen and (max-width:767px){.CatalogCompareProduct__price-credit,.CatalogCompareProduct__price-value{font-size:14px;line-height:20px}}.CatalogCompareProduct__price-credit{height:16px}.CatalogCompareProduct__buttons{display:flex;gap:24px;align-items:center;justify-content:center;margin-top:16px}@media screen and (max-width:767px){.CatalogCompareProduct__buttons{flex-direction:column;gap:16px}}.CatalogCompareProduct__buy{padding:10px 16px;border-radius:8px;background:#a48561;color:#fff;font-size:14px;font-weight:450;line-height:16px;text-transform:uppercase;max-width:-moz-fit-content;max-width:fit-content;transition:all 250ms ease-in-out;min-width:118px;text-align:center}@media screen and (max-width:767px){.CatalogCompareProduct__buy{padding:8px 16px}}.CatalogCompareProduct__buy:hover{background:#b29779;cursor:pointer}.CatalogCompareProduct__buy:active{background:#8b7152}.CatalogCompareProduct__buy.not_available{background:#f5f5f5;color:#8e8e8e;pointer-events:none}.CatalogCompareProduct__buy.preorder{background:#404b7a;pointer-events:none}.CatalogCompareProduct__buy.preorder:hover{background:#5d668e}.CatalogCompareProduct__buy.preorder:active{background:#364068}.CatalogCompareProduct__buy .Preloader{width:14px;height:14px}.CatalogCompareProduct__buy .Preloader__first,.CatalogCompareProduct__buy .Preloader__secont,.CatalogCompareProduct__buy .Preloader__third{border-width:2px}.CatalogCompareProduct__buy .Preloader__first{border-top-color:#fff;border-right-color:#fff}.CatalogCompareProduct__link{color:#a48561;font-size:14px;font-weight:380;line-height:14px;display:flex;align-items:center;gap:4px;justify-content:center}.CatalogCompareProduct__link:after{content:"";display:block;width:16px;height:16px;background:url(../assets/catalog/arrow-right-16x16.svg) no-repeat}.AuthOffert__content p a:hover,.CatalogCompareProduct__link:hover{text-decoration:underline}.CatalogCompareProduct__chars{margin-top:32px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width:767px){.CatalogCompareProduct__chars{margin-top:16px;padding:16px 12px}}.CatalogCompareProduct__chars-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;max-width:308px;width:100%;padding-bottom:24px;border-bottom:1px solid #e0e0e0}.CatalogCompareProduct__chars-item:not(:first-child){padding-top:24px}.CatalogCompareProduct__chars-item:last-child{padding-bottom:0;border-bottom:none}@media screen and (max-width:1600px){.CatalogCompareProduct__chars-item{max-width:272px}}@media screen and (max-width:1439px){.CatalogCompareProduct__chars-item{max-width:264px}}@media screen and (max-width:767px){.CatalogCompareProduct__chars-item{max-width:132px}}.CatalogCompareProduct__chars-item-top{color:#7b7b7b;font-size:14px;font-weight:330;line-height:140%;text-align:center}.CatalogCompareProduct__chars-item-bottom{font-size:16px;font-weight:380;line-height:140%;color:#1f1f1f;text-align:center}.CatalogSelectedFiltersItem{display:flex;align-items:flex-start;padding:10px 12px 10px 16px;border:1px solid #e8e1d8;border-radius:18px;max-width:100%;transition:all 250ms ease-in-out;min-height:36px}@media screen and (max-width:1365px){.CatalogSelectedFiltersItem{min-height:unset;padding:10px 12px 10px 16px;background:#fff;border-color:transparent;align-items:center}}.CatalogSelectedFiltersItem:hover{border:1px solid transparent;background:#fff;cursor:default}.CatalogSelectedFiltersItem:active{background:#e8e1d8}.CatalogSelectedFiltersItem__text{font-weight:380;line-height:16px;font-size:14px;flex:1;word-wrap:break-word;overflow-wrap:break-word}.CatalogSelectedFiltersItem__text span:first-child{color:#7b7b7b}.CatalogSelectedFiltersItem__text span:last-child{color:#1f1f1f}.CatalogSelectedFiltersItem__icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;min-width:16px;border-radius:50%;background-color:transparent;background-image:url(../assets/catalog/filter-remove.svg);background-size:8px 8px;background-position:center;background-repeat:no-repeat;margin-left:8px;transition:all 250ms ease-in-out;margin-top:2px}@media screen and (max-width:1365px){.CatalogSelectedFiltersItem__icon{background-image:url(../assets/catalog/filter-remove-hover.svg);margin-top:0}}.CatalogSelectedFiltersItem__icon:hover{cursor:pointer;background-image:url(../assets/catalog/filter-remove-hover.svg)}.CatalogSelectedFiltersRange{display:flex;align-items:center;padding:10px 12px 10px 16px;border:1px solid #e8e1d8;border-radius:18px;transition:all 250ms ease-in-out;height:36px}@media screen and (max-width:1365px){.CatalogSelectedFiltersRange{height:unset;padding:10px 12px 10px 16px;background:#fff;border-color:transparent}}.CatalogSelectedFiltersRange:hover{border:1px solid transparent;background:#fff;cursor:default}.CatalogSelectedFiltersRange:active{background:#e8e1d8}.CatalogSelectedFiltersRange__text{font-weight:380;line-height:16px;font-size:14px;display:inline-block;max-width:100%;white-space:normal;word-wrap:break-word;word-break:break-word}.CatalogSelectedFiltersRange__text span:first-child{color:#7b7b7b}.CatalogSelectedFiltersRange__text span:last-child{color:#1f1f1f}.CatalogSelectedFiltersRange__icon,.CompareProductSmall.first::after{background-position:center;background-repeat:no-repeat;border-radius:50%}.CatalogSelectedFiltersRange__icon{display:flex;align-items:center;width:16px;height:16px;background-color:transparent;background-image:url(../assets/catalog/filter-remove.svg);background-size:8px 8px;margin-left:8px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CatalogSelectedFiltersRange__icon{background-image:url(../assets/catalog/filter-remove-hover.svg)}}.CatalogSelectedFiltersRange__icon:hover{cursor:pointer;background-image:url(../assets/catalog/filter-remove-hover.svg)}.CompareProductCard{display:flex;flex-direction:column;width:272px;min-width:272px}@media screen and (max-width:1600px){.CompareProductCard{width:312px;min-width:312px}}@media screen and (max-width:1439px){.CompareProductCard{width:306px;min-width:306px}}@media screen and (max-width:1365px){.CompareProductCard{width:232px;min-width:232px}.CompareProductCard .ProductCardCompareGroup__head p{position:absolute;left:0;top:0}.CompareProductCard .ProductCardCompareGroup__head span{width:200%}.CompareProductCard.first .ProductCardCompareGroup__head{opacity:1;pointer-events:all}.CompareProductCard.first .ProductCardCompareGroup__head p{width:190%}}@media screen and (max-width:767px){.CompareProductCard{width:164px;min-width:164px}}.CompareProductCard__head,.CompareProductSmall{display:flex;flex-direction:column}.CompareProductCard__head.transparent{opacity:0;pointer-events:none}.CompareProductSmall{width:258px;min-width:258px;padding:16px;position:relative}.CompareProductSmall.first::after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:1px;height:100%;border-left:1px solid #f6f3ef;z-index:1;right:-12px}@media screen and (max-width:1365px){.CompareProductSmall.first::after{right:-1px}}@media screen and (max-width:1600px){.CompareProductSmall{width:280px;min-width:280px}}@media screen and (max-width:1365px){.CompareProductSmall{width:232px;min-width:232px}}@media screen and (max-width:767px){.CompareProductSmall{width:164px;min-width:164px;padding:8px 12px}}.CompareProductSmall__top{display:grid;grid-template-columns:64px 1fr;grid-column-gap:16px;align-items:flex-start}@media screen and (max-width:1365px){.CompareProductSmall__top{grid-template-columns:48px 1fr;gap:12px}}.CompareProductSmall__top-wrapper{width:100%;height:64px;display:flex}@media screen and (max-width:1365px){.CompareProductSmall__top-wrapper{height:48px}}.CompareProductSmall__top-name{margin:15px 0;font-size:12px;font-weight:380;line-height:140%;color:#1f1f1f;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:1365px){.CompareProductSmall__top-name{line-height:140%;-webkit-line-clamp:3;font-size:10px}}.CompareProductSmall__bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:8px}@media screen and (max-width:1365px){.CompareProductSmall__bottom{flex-direction:column;align-items:flex-start}}.CompareProductSmall__bottom-price{display:flex;flex-direction:column}.CompareProductSmall__bottom-price-old span:first-child{font-size:12px;font-weight:380;line-height:14px;text-decoration:line-through;color:#8e8e8e}.CompareProductSmall__bottom-price-old span:last-child{background:#f6eeee;border-radius:4px;font-weight:630;line-height:14px;font-size:10px;color:#a35454;padding:1px 4px;margin-left:8px}.CompareProductSmall__bottom-price-current{font-size:20px;font-weight:380;line-height:24px;margin-top:4px;color:#1f1f1f}@media screen and (max-width:1365px){.CompareProductSmall__bottom-price-current{font-size:16px}}.CompareProductSmall__bottom-buy{width:40px;height:40px;background-color:transparent;border-radius:50%;background-image:url(../assets/product-item/cart-icon.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out;position:relative}@media screen and (max-width:1365px){.CompareProductSmall__bottom-buy{margin-top:8px;width:100%;background-image:none;background-color:#a48561;border-radius:8px;height:24px;display:flex;align-items:center;justify-content:space-around;position:static;transition:all 250ms ease-in-out}.CompareProductSmall__bottom-buy.preorder{background-color:#404b7a;color:#fff}}.CompareProductSmall__bottom-buy p{font-size:12px;font-weight:450;line-height:16px;text-transform:uppercase;color:#fff;display:none}@media screen and (max-width:1365px){.CompareProductSmall__bottom-buy p{display:flex}.CompareProductSmall__bottom-buy{right:16px;bottom:16px}}.CompareProductSmall__bottom-buy:hover{background-color:#b29779;cursor:pointer}@media screen and (max-width:1365px){.CompareProductSmall__bottom-buy:hover{background-color:#8b7152}}.CompareProductSmall__bottom-buy:active{background-color:transparent}.CompareProductSmall__bottom-buy.active::after{content:"";position:absolute;right:-1px;top:-1px;background:url(../assets/product-item/added-icon.svg);width:18px;height:18px;background-size:100% 100%;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CompareProductSmall__bottom-buy.active::after{display:none}}.CompareProductSmall__bottom-buy.disabled{opacity:.4;pointer-events:none}.CompareProductSmall__bottom-buy.preorder{background-image:url(../assets/product-card/preorder-icon-blue.svg);background-size:24px 24px}.CompareProductGroup{display:flex;flex-direction:column;margin-top:48px;transition:all 250ms ease-in-out;border-bottom:1px solid transparent}@media screen and (max-width:1365px){.CompareProductGroup{margin-top:40px}}@media screen and (max-width:767px){.CompareProductGroup{margin-top:32px}}.CompareProductGroup:first-child{margin-top:48px}@media screen and (max-width:1365px){.CompareProductGroup:first-child{margin-top:32px}}.CompareProductGroup.diactive .CompareProductGroup__body{display:none}@media screen and (max-width:1365px){.CompareProductGroup.first .CompareProductGroup__body-item p:first-child{color:#1f1f1f;z-index:2}}.CompareProductGroup__head{display:flex;justify-content:space-between;align-items:center;min-height:32px;position:relative;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CompareProductGroup__head{min-height:28px}}.CompareProductGroup__head p{font-weight:380;font-size:24px;color:#1f1f1f;line-height:32px}@media screen and (max-width:1365px){.CompareProductGroup__head p{margin-left:16px}}@media screen and (max-width:767px){.CompareProductGroup__head p{font-size:18px;line-height:24px}}.CompareProductGroup__head span:hover,.CompareProductGroup__head:hover{cursor:pointer}.CompareProductGroup__head.transparent{opacity:0;pointer-events:none}.CompareProductGroup__head span{position:absolute;display:flex;width:1440px;height:32px;left:0;top:4px;z-index:2}@media screen and (max-width:1600px){.CompareProductGroup__head span{max-width:1272px}}@media screen and (max-width:1439px){.CompareProductGroup__head span{max-width:1224px}}@media screen and (max-width:1365px){.CompareProductGroup__head span{top:0;height:24px}}.CompareProductGroup__head span:after{width:24px;min-width:24px;height:24px;background:url(../assets/compare-page/char-group-arrow.svg);display:flex;content:"";margin-left:15px;transition:all 250ms ease-in-out;position:absolute;right:0;top:0}.CompareProductGroup__body{display:flex;flex-direction:column;margin-top:24px;background:#fff;border-radius:8px}@media screen and (max-width:1365px){.CompareProductGroup__body{border-radius:0;margin-top:16px}}.CompareProductGroup__body.name{background:0 0}.CompareProductGroup__body-item{display:flex;width:100%;border-bottom:2px solid #faf8f5;padding:22px 16px;text-align:center;align-items:center}.CompareProductGroup__body-item.name{border-bottom:2px solid transparent;background:0 0;padding:22px 0;text-align:left}@media screen and (max-width:1365px){.CompareProductGroup__body-item{padding:0;flex-direction:column;border-bottom:none}}.CompareProductGroup__body-item:last-child{border-bottom:none}.CompareProductGroup__body-item p:last-child{font-weight:450;font-size:16px;color:#1f1f1f;padding-right:20px;line-height:20px;width:100%}@media screen and (max-width:1365px){.CompareProductGroup__body-item p:last-child{border-right:2px solid #faf8f5;padding:14px 16px;margin-top:46px;height:100%;font-size:14px}}.CompareProductGroup__body-item p:last-child.name{color:#1f1f1f;font-weight:380}.CompareProductGroup__body-item p:first-child{display:none;font-weight:380;font-size:14px;color:#1f1f1f;padding-bottom:20px}@media screen and (max-width:1365px){.CompareProductGroup__body-item p:first-child{display:flex;padding:14px 16px;width:100%;background:#fff;position:absolute;height:46px;left:0;align-items:center;justify-content:center}}.CompareProduct{display:flex;flex-direction:column;width:258px;min-width:258px}@media screen and (max-width:1600px){.CompareProduct{width:280px;min-width:280px}}@media screen and (max-width:1365px){.CompareProduct{width:232px;min-width:232px}.CompareProduct .CompareProductGroup__head p{position:absolute;left:0;top:0}.CompareProduct .CompareProductGroup__head span{width:200%}.CompareProduct.first .CompareProductGroup__head{opacity:1;pointer-events:all}.CompareProduct.first .CompareProductGroup__head p{width:190%}.CompareProduct.first .CompareProductHead{background:0 0;border-color:transparent}.CompareProduct.first .CompareProductHead__container{opacity:0;padding:0;height:0;width:0}.CompareProduct.first .CompareProductHead__delete{opacity:0;pointer-events:none}}@media screen and (max-width:1365px) and (max-width:1365px){.CompareProduct.first .CompareProductHead__info{opacity:0}}@media screen and (max-width:1365px){.CompareProduct.first .CompareProductHead .ProductItemRating{opacity:0}}@media screen and (max-width:767px){.CompareProduct{width:164px;min-width:164px}}.AuthLogin,.CompareProduct__head{display:flex;flex-direction:column}.CompareProduct__head.transparent{opacity:0;pointer-events:none}.CompareProduct.first{width:0;min-width:0}.AuthLogin{width:100%}.AuthLogin__container{width:100%;justify-content:space-between;margin-top:24px}.AuthLogin__container,.AuthLogin__container-remember{display:flex;align-items:center}.AuthLogin__container-restore{font-weight:380;font-size:14px;color:#404b7a;line-height:16px}.AuthLogin__container-restore:hover{cursor:pointer;text-decoration:underline}.AuthLogin__register{font-weight:380;font-size:14px;color:#404b7a;margin-top:16px;text-align:center}.AuthLogin__buttons{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.AuthLogin__buttons-button{color:#404b7a;font-size:14px;font-style:normal;font-weight:380;line-height:16px;transition:all 250ms ease-in-out}.AuthLogin__buttons-button:hover,.AuthLogin__register:hover{cursor:pointer;text-decoration:underline}.AuthLogin__divider{display:flex;width:100%;position:relative;margin:24px 0}.AuthLogin__divider div:first-child{width:100%;height:1px;background:#ebebeb}.AuthLogin__divider div:last-child{display:flex;font-weight:400;line-height:16px;font-size:14px;color:#1f1f1f;padding:0 16px;background:#fff;position:absolute;left:0;right:0;top:-8px;margin:auto;width:-moz-max-content;width:max-content}.AuthLogin__foot,.AuthOffert{margin-top:24px}.AuthLogin .FormInput{margin-top:16px}.AuthLogin .FormInput:first-child{margin-top:0}.AuthLogin .PrimaryButton{margin-top:24px;font-weight:500;padding:12px 16px;text-transform:uppercase}.AuthOffert__content p{color:#7b7b7b;font-size:12px;font-weight:380;line-height:140%}.AuthChangePassword{display:flex;flex-direction:column;width:100%}.AuthChangePassword__submit{width:100%;height:40px;display:flex;align-items:center;justify-content:space-around;background:#6734ff;border-radius:8px;color:#fff;margin-top:30px;transition:all 250ms ease-in-out}.AuthChangePassword__submit:hover{cursor:pointer;background:#904bff}.AuthChangePassword__submit.disabled{opacity:.5;cursor:default;background:#6734ff}.AuthChangePassword__text{color:#1f1f1f}.AuthChangePassword__buttons{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:10px}.AuthChangePassword__preloader{width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(255,255,255,.5);opacity:0;pointer-events:none;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around}.AuthChangePassword__preloader.active{opacity:1;pointer-events:auto}.AuthChangePassword ::v-deep .FormInput{margin-top:16px}.AuthChangePassword ::v-deep .FormInput:first-child{margin-top:0}.AuthPasswordRecovery{display:flex;flex-direction:column;width:100%}.AuthPasswordRecovery__info{display:flex;color:#1f1f1f;line-height:140%;font-size:14px;font-weight:380;margin-bottom:24px}.AuthPasswordRecovery .PrimaryButton{margin-top:24px;font-weight:500;text-transform:uppercase;font-size:14px}.AuthRecoveryComplete__text p:first-child{font-weight:330;color:#1f1f1f}.AuthRecoveryComplete__text p:last-child{font-weight:450;font-size:18px}.AuthRecoveryComplete .PrimaryButton{margin-top:24px}.AuthPhoneLogin{display:flex;flex-direction:column;width:100%}.AuthPhoneLogin .PrimaryButton{margin-top:24px;text-transform:uppercase;font-weight:500;font-size:14px}.AuthPhoneLogin__divider{display:flex;width:100%;position:relative;margin:24px 0}.AuthPhoneLogin__divider div:first-child{width:100%;height:1px;background:#ebebeb}.AuthPhoneLogin__divider div:last-child{display:flex;font-weight:380;line-height:16px;font-size:14px;color:#1f1f1f;padding:0 16px;background:#fff;position:absolute;left:0;right:0;top:-8px;margin:auto;width:-moz-max-content;width:max-content}.AuthPhoneLogin__buttons{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.AuthPhoneLogin__buttons-button{color:#404b7a;font-size:14px;font-style:normal;font-weight:380;line-height:16px;transition:all 250ms ease-in-out}.AuthPhoneLogin__buttons-button:hover{cursor:pointer;text-decoration:underline}.AuthPhoneLoginCode{display:flex;flex-direction:column}.AuthPhoneLoginCode__head{color:#1f1f1f;font-size:14px;font-style:normal;font-weight:380;line-height:140%}.AuthPhoneLoginCode__phone{margin-top:16px;color:#1f1f1f;font-size:20px;font-weight:450;line-height:24px}.AuthPhoneLoginCode__code{margin-top:24px}.AuthPhoneLoginCode__code.error .AuthPhoneLoginCode__code-head{color:#a35454}.AuthPhoneLoginCode__code.error .AuthPhoneLoginCode__code-error{display:flex}.AuthPhoneLoginCode__code-head{color:#86868f;font-size:12px;font-weight:500;line-height:14px}.AuthPhoneLoginCode__code-container{display:flex;align-items:center;margin-top:8px}.AuthPhoneLoginCode__code-container input{font-weight:330;font-size:16px;color:#1f1f1f;padding:10px 16px;width:100%;background:#fff;border:1px solid #ebebeb;border-radius:8px;transition:all 250ms ease-in-out;caret-color:#a48561;font-family:"MiSans Latin",sans-serif}.AuthPhoneLoginCode__code-container input:-webkit-autofill,.AuthPhoneLoginCode__code-container input:-webkit-autofill:focus,.AuthPhoneLoginCode__code-container input:-webkit-autofill:hover{background-color:#fff!important;border:1px solid #ebebeb!important;color:#1f1f1f!important;border-radius:8px!important;-webkit-text-fill-color:#ebebeb;-webkit-background-clip:text}.AuthPhoneLoginCode__code-container input::-moz-placeholder{color:#a3a3a3;font-weight:330;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.AuthPhoneLoginCode__code-container input::placeholder{color:#a3a3a3;font-weight:330;font-size:16px;transition:all 250ms ease-in-out}.AuthPhoneLoginCode__code-container input:hover{border:1px solid #d6d6d6}.AuthPhoneLoginCode__code-container input:focus{border:1px solid #a48561;color:#1f1f1f}.AuthPhoneLoginCode__code-container input:focus::-moz-placeholder,.AuthTempPassword__body-item-input:focus::-moz-placeholder{color:transparent}.AuthPhoneLoginCode__code-container input:focus::placeholder,.AuthTempPassword__body-item-input:focus::placeholder{color:transparent}.AuthPhoneLoginCode__code-container input.error{border:1px solid #a35454}.AuthPhoneLoginCode__code-error{color:#a35454;font-size:12px;font-weight:450;line-height:14px;margin-top:8px;display:none}.AuthPhoneLoginCode .PrimaryButton{margin-top:24px;font-size:14px;line-height:16px;padding:12px 16px;min-height:40px;text-transform:uppercase;font-weight:450}.AuthPhoneLoginCode__foot{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.AuthPhoneLoginCode__foot-button{color:#404b7a;font-size:14px;font-style:normal;font-weight:380;line-height:16px;transition:all 250ms ease-in-out}.AuthPhoneLoginCode__foot-button.disabled{pointer-events:none;color:#7b7b7b}.AuthPhoneLoginCode__foot-button:hover{cursor:pointer;text-decoration:underline}.AuthPhoneLoginCode__about{display:flex;flex-direction:column;width:100%;margin-top:24px;overflow:hidden;max-height:16px;transition:all 250ms ease-in-out}.AuthPhoneLoginCode__about.active{max-height:342px}.AuthPhoneLoginCode__about.active .AuthPhoneLoginCode__about-head:after{transform:rotate(180deg)}.AuthPhoneLoginCode__about:hover{cursor:pointer}.AuthPhoneLoginCode__about-head{color:#1f1f1f;font-size:14px;font-weight:450;line-height:140%;display:flex;align-items:center;justify-content:space-between}.AuthPhoneLoginCode__about-head:after{content:"";width:16px;height:16px;background-image:url(../assets/header/arrow-down-16x16.svg);background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out;display:flex;margin-left:auto}.AuthPhoneLoginCode__about-body{display:flex;flex-direction:column;gap:12px;margin-top:16px}.AuthPhoneLoginCode__about-body-top{color:#1f1f1f;font-size:14px;font-weight:380;line-height:140%}.AuthPhoneLoginCode__about-body-list{display:flex;flex-direction:column;gap:10px}.AuthPhoneLoginCode__about-body-list-item{color:#1f1f1f;font-size:14px;font-weight:380;line-height:140%;padding-left:24px;position:relative}.AuthPhoneLoginCode__about-body-list-item:before{content:"";position:absolute;width:3px;height:3px;border-radius:50%;background:#1f1f1f;top:9px;left:9px}.AuthRegister{display:flex;flex-direction:column;width:100%}.AuthRegister__login{font-weight:380;font-size:14px;color:#404b7a;margin-top:16px;text-align:center;line-height:16px}.AuthRegister__login:hover{cursor:pointer;text-decoration:underline}.AuthRegister .FormInput,.AuthRegister .FormPhone{margin-top:16px}.AuthRegister .FormInput:first-child{margin-top:0}.AuthRegister .PrimaryButton{margin-top:24px;padding:12px 16px;text-transform:uppercase;font-size:14px;font-weight:500}.AuthRecoveryComplete,.AuthRecoveryComplete__text{display:flex;flex-direction:column;width:100%}.AuthRecoveryComplete__text{margin-bottom:24px}.AuthRecoveryComplete__text p{font-weight:330;font-size:16px;color:#1f1f1f}.AuthRecoveryComplete__text p:first-child{font-size:18px}.AuthRecoveryComplete__text p:last-child{margin-top:8px;color:#1f1f1f}.AuthSocialButtons{display:flex;flex-direction:column;width:100%}.AuthSocialButtons__head{font-weight:400;font-size:16px;line-height:20px;color:#1f1f1f}.AuthSocialButtons__body{display:flex;width:100%}.AuthSocialButtons__body-preloader{width:100%;display:flex;align-items:center;justify-content:space-around}.AuthSocialButtons__body-buttons{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;width:100%}.AuthTempPassword{display:flex;flex-direction:column;width:100%}.AuthTempPassword__head{font-weight:380;font-size:14px;color:#1f1f1f;line-height:20px}.AuthTempPassword__body{margin-top:24px;display:flex}.AuthTempPassword__body-item{width:100%}.AuthTempPassword__body-item-input{font-weight:330;font-size:16px;color:#1f1f1f;min-width:170px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-around;background:#fff;border-radius:8px;text-align:center;transition:all 250ms ease-in-out;border:1px solid #ebebeb;caret-color:#a48561;font-family:"MiSans Latin",sans-serif}.AuthTempPassword__body-item-input::-moz-placeholder{color:#a3a3a3;font-weight:330;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.AuthTempPassword__body-item-input::placeholder{color:#a3a3a3;font-weight:330;font-size:16px;transition:all 250ms ease-in-out}.AuthTempPassword__body-item-input:hover{border:1px solid #d6d6d6}.AuthTempPassword__body-item-input:focus{border:1px solid #a48561;color:#1f1f1f}.AuthTempPassword__body-item-input.error{border:1px solid #a35454}.AuthTempPassword__resend{font-weight:380;font-size:14px;color:#404b7a;margin-top:24px;text-align:center;text-decoration:underline}.AuthTempPassword__resend:hover{cursor:pointer;text-decoration:unset}.AuthTempPassword__resend.disabled{opacity:.5;pointer-events:none}.AuthTempPassword .PrimaryButton{margin-top:24px}.Header-right-buttons,.Header-right-buttons__button{display:flex;align-items:center}.Header-right-buttons__button{width:40px;height:40px;justify-content:space-around;position:relative;margin-left:8px;border-radius:8px;background:0 0;border:1px solid transparent;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.Header-right-buttons__button{margin-left:8px}}.Header-right-buttons__button:hover{cursor:pointer}.Header-right-buttons__button:active{background:rgba(240,37,70,.04)}.Header-right-buttons__button-count{position:absolute;min-width:18px;min-height:18px;background:#a48561;border-radius:50%;right:0;top:1px;display:flex;align-items:center;justify-content:space-around}.Header-right-buttons__button-count p{font-weight:520;font-size:12px;color:#fff;line-height:13px;text-transform:uppercase}.Header-right-buttons__button-icon{width:40px;height:40px;background-size:24px 24px;background-repeat:no-repeat;background-position:center;background-color:#fff;display:flex;transition:all 250ms ease-in-out;border-radius:20px}.Header-right-buttons__button-icon:hover{background-color:#f5f5f5}.Header-right-buttons__button-icon:active{background-color:#ebebeb}.Header-right-buttons__button.compare .Header-right-buttons__button-icon{background-image:url(../assets/header/compare-icon.svg)}.Header-right-buttons__button.compare.disabled{cursor:default;pointer-events:none}.Header-right-buttons__button.compare.disabled .Header-right-buttons__button-icon{opacity:.5}.Header-right-buttons__button.cart .Header-right-buttons__button-icon{background-image:url(../assets/header/cart-icon.svg)}@media screen and (max-width:1365px){.Header-right-buttons .compare,.Header-right-buttons .favorite{display:none}}@media screen and (max-width:767px){.Header-right-buttons .profile{display:none}}.CatalogItemProduct{width:100%;max-width:131px;display:flex;flex-direction:column;gap:16px;background:0 0;transition:background 250ms ease-in-out}.CatalogItem:first-child,.CatalogItemProduct:first-child{margin-top:0}.CatalogItemProduct:active .CatalogItemProduct__name,.CatalogItemProduct:hover .CatalogItemProduct__name{color:#eb404c;transform:translateX(0);transition:color 250ms ease-in-out,transform 250ms ease-in-out}.CatalogItemProduct:active .CatalogItemProduct__name::after,.CatalogItemProduct:hover .CatalogItemProduct__name::after{transition:opacity 250ms ease-in-out,width 250ms ease-in-out,height 250ms ease-in-out;opacity:1;right:0}.CatalogItemProduct__name{font-weight:500;font-size:12px;line-height:140%;color:#1f1f1f;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;position:relative;height:34px;padding-right:20px;transition:color 250ms ease-in-out,transform 250ms ease-in-out,opacity 250ms ease-in-out}.CatalogItem::after,.CatalogItemProduct__name::after{content:"";width:16px;min-width:16px;height:16px;background-size:100% 100%}.CatalogItemProduct__name::after{transition:opacity 250ms ease-in-out,width 250ms ease-in-out,height 250ms ease-in-out;position:absolute;right:0;top:0;opacity:0}.CatalogItemProduct__image{max-width:131px;max-height:131px;min-height:131px;transition:border-radius 250ms ease-in-out}.CatalogItemProduct__image img{border-radius:8px;overflow:hidden}.CatalogItemProduct__price{font-weight:400;font-size:14px;margin-top:8px;color:#7b7b7b;transition:color 250ms ease-in-out}.CatalogItem,.CatalogItem__wrapper{display:flex;transition:all 250ms ease-in-out}.CatalogItem{align-items:center;padding:12px 16px;background:#191938;position:relative;margin-top:8px}.CatalogItem.active,.CatalogItem:hover{background:#33334e}.CatalogItem.active .CatalogItem__text{color:#ffb600}.CatalogItem::after{transition:all 250ms ease-in-out;right:40px;margin-left:auto}.CatalogItem__wrapper{width:40px;height:40px;min-width:40px;margin-right:16px}.CatalogItem__text{font-weight:400;font-size:14px;color:#fff;transition:all 250ms ease-in-out;margin-right:10px}.HeaderCartItem{display:flex;width:100%;padding-bottom:24px;border-bottom:1px solid #ebebeb;margin-top:24px;align-items:center;position:relative}@media screen and (max-width:767px){.HeaderCartItem{position:relative;align-items:center;padding-bottom:64px;padding-top:24px;border-bottom:none;border-top:1px solid #ebebeb}.HeaderCartItem:first-child{padding-top:0;border-top:none}}.HeaderCartItem:first-child{margin-top:0}.HeaderCartItem:last-child{border-bottom:1px solid transparent;padding-bottom:0}@media screen and (max-width:767px){.HeaderCartItem:last-child{padding-bottom:72px}}.HeaderCartItem__wrapper{width:64px;height:64px;min-width:64px;background:#fff;display:flex;border-radius:4px}.HeaderCartItem__wrapper img{width:100%;height:100%}.HeaderCartItem__body{display:flex;flex-direction:row;margin-left:24px;width:100%}@media screen and (max-width:767px){.HeaderCartItem__body{margin-left:16px}}.HeaderCartItem__body-left{display:flex;width:100%;max-width:322px;min-width:322px;height:-moz-fit-content;height:fit-content;margin:auto 0}@media screen and (max-width:767px){.HeaderCartItem__body-left{max-width:calc(100% - 66px);min-width:calc(100% - 66px);min-height:36px}}.HeaderCartItem__body-left-name{font-weight:380;font-size:14px;color:#1f1f1f;line-height:140%;transition:all 250ms ease-in-out}.HeaderCartItem__body-left-name:hover,.MainPageServicesPopup__container-body p a:hover,.MainPageTechnologiesPopup__container-body p a:hover{text-decoration:underline}@media screen and (max-width:767px){.HeaderCartItem__body-left-name{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px}}.HeaderCartItem__body-right{display:flex;align-items:center;margin-left:auto}.HeaderCartItem__body-right.mob{display:none}@media screen and (max-width:767px){.HeaderCartItem__body-right{margin-left:0;width:100%;display:none;position:absolute;bottom:0}.HeaderCartItem__body-right.mob{display:flex;margin-top:8px}}.HeaderCartItem__body-right-count{display:flex;gap:8px}.HeaderCartItem__body-right-count-minus,.HeaderCartItem__body-right-count-plus{width:32px;height:32px;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;background:0 0;border-radius:16px}.HeaderCartItem__body-right-count-minus-icon,.HeaderCartItem__body-right-count-plus-icon{width:16px;height:16px;background-size:100% 100%}.HeaderCartItem__body-right-count-minus:hover,.HeaderCartItem__body-right-count-plus:hover{cursor:pointer;background:#f6f3ef}.HeaderCartItem__body-right-count-minus:active,.HeaderCartItem__body-right-count-plus:active{background:#e8e1d8}.HeaderCartItem__body-right-count-minus.disabled,.HeaderCartItem__body-right-count-plus.disabled{pointer-events:none}.HeaderCartItem__body-right-count-minus-icon{background-image:url(../assets/header/cart-minus.svg)}.HeaderCartItem__body-right-count-minus.disabled .HeaderCartItem__body-right-count-minus-icon{background-image:url(../assets/header/cart-minus-disabled.svg)}.HeaderCartItem__body-right-count-plus-icon{background-image:url(../assets/header/cart-plus.svg)}.HeaderCartItem__body-right-count-plus.disabled .HeaderCartItem__body-right-count-plus-icon{background-image:url(../assets/header/cart-plus-disabled.svg)}.HeaderCartItem__body-right-count-number{width:48px;height:32px;display:flex;align-items:center;justify-content:space-around;background:0 0;font-size:14px;font-weight:380;line-height:16px;color:#1f1f1f}.HeaderCartItem__body-right-price{display:flex;flex-direction:column;margin-left:32px}@media screen and (max-width:767px){.HeaderCartItem__body-right-price{margin-left:auto}}.HeaderCartItem__body-right-price-top{display:flex;align-items:center;gap:8px}.HeaderCartItem__body-right-price-top-old{font-weight:380;font-size:14px;line-height:16px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#8e8e8e}@media screen and (max-width:767px){.HeaderCartItem__body-right-price-top-old{text-align:right}}.HeaderCartItem__body-right-price-top-discount{padding:0 4px;border-radius:4px;background:#f6eeee;color:#a35454;font-size:10px;font-weight:630;line-height:16px}.HeaderCartItem__body-right-price-new{font-weight:380;font-size:20px;color:#1f1f1f;margin-top:4px;line-height:24px}.HeaderCartItem__body-right-price-cashback{margin-top:8px;font-size:12px;font-weight:380;color:#1f1f1f;line-height:14px;display:flex;align-items:center;gap:8px}.HeaderCartItem__body-right-price-cashback::before{content:"";background-image:url(../assets/header/cashback-icon.svg);background-repeat:no-repeat;background-size:100% 100%;background-position:center;width:16px;height:16px;display:block}.HeaderCartItem__body-right-price-cashback span{color:#a48561;margin-left:-4px;font-weight:520}.CatalogSubItem,.HeaderCartItem__body-remove{display:flex;align-items:center;transition:all 250ms ease-in-out}.HeaderCartItem__body-remove{width:32px;height:32px;min-width:32px;justify-content:space-around;background-image:url(../assets/header/basket-icon.svg);background-size:24px 24px;background-position:center;background-color:transparent;background-repeat:no-repeat;margin-left:auto;align-self:center;border-radius:20px}.HeaderCartItem__body-remove:hover{cursor:pointer;background-color:#f6eeee}.HeaderCartItem__body-remove:active{background-color:#f0e1e1}.CatalogSubItem{width:100%;height:48px;overflow:hidden;position:relative;padding:14px 0;margin-top:8px}.CatalogSubItem:first-child{margin-top:0}.CatalogSubItem span{font-weight:500;font-size:16px;line-height:20px;color:#1f1f1f;display:flex;transition:margin-left 250ms ease-in-out,color 250ms ease-in-out}.CatalogSubItem::before{content:"";display:block;width:16px;height:16px;background-size:100% 100%;transition:opacity 250ms ease-in-out,background-image 250ms ease-in-out;opacity:0;position:absolute;left:0}.CatalogSubItem.active::before,.CatalogSubItem:hover::before{opacity:1}.CatalogSubItem.active span,.CatalogSubItem:hover span{margin-left:28px;color:#eb404c}.HeaderCartSupplement{margin-top:24px;display:flex;flex-direction:column}.HeaderCartSupplement__name{font-weight:500;font-size:20px;color:#1f1f1f;line-height:24px}.HeaderCartSupplement__container{position:relative;margin-top:16px}.HeaderCartSupplement__container .SuppProduct{width:174px;background:#fff;border:1px solid #f0f0f5}.HeaderCartSupplement__container .SuppProduct__wrapper{height:142px}@media screen and (max-width:767px){.HeaderCartSupplement__container .SuppProduct{width:184px}}.HeaderCartSupplement__container .ScrollSlider__container{padding-bottom:16px}@media screen and (max-width:767px){.HeaderCartSupplement__container .ScrollSlider__container{padding-left:0}}.HeaderCartSupplement__container .ScrollSlider__side.disabled{display:none}.HeaderCartSupplement__container .ScrollSlider__side.gradient{background:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 65%)}.HeaderCart__popup-no-items{position:fixed;left:0;right:0;bottom:0;top:0;margin:auto;width:780px;min-height:420px;height:-moz-max-content;height:max-content;padding:24px;background:#fff;border-radius:16px;z-index:999;display:flex;flex-direction:column}@media screen and (max-width:1365px){.HeaderCart__popup-no-items{width:730px}}@media screen and (max-width:767px){.HeaderCart__popup-no-items{width:100%;height:100vh;padding:16px 24px;border-radius:0;margin:0}}.HeaderCart__popup-no-items-head{display:flex;align-items:center;justify-content:space-between;margin:-8px -8px 0 0}.HeaderCart__popup-no-items-head-text{font-weight:380;font-size:20px;line-height:24px;color:#1f1f1f;cursor:default}.HeaderCart__popup-no-items-head-wrapper{width:40px;height:40px;margin-left:auto;background-image:url(../assets/header/cross-24x24.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px;background-color:transparent;transition:all 250ms ease-in-out;border-radius:50%}.HeaderCart__popup-no-items-head-wrapper:hover{cursor:pointer;background-color:#f5f5f5}.HeaderCart__popup-no-items-head-wrapper:active{background-color:#ebebeb}.HeaderCart__popup-no-items-body{display:flex;flex-direction:column;align-items:center;width:-moz-max-content;width:max-content;margin:auto}@media screen and (max-width:480px){.HeaderCart__popup-no-items-body{width:auto}}.HeaderCart__popup-no-items-body-text-f{font-weight:380;font-size:24px;color:#1f1f1f;line-height:32px;text-align:center;margin-top:32px}@media screen and (max-width:767px){.HeaderCart__popup-no-items-body-text-f{font-size:24px}}.HeaderCart__popup-no-items-body-text-s{margin-top:16px;font-weight:380;font-size:14px;line-height:140%;color:#8e8e8e;text-align:center}.HeaderCart__popup-no-items-body .PrimaryButton{margin-top:32px;max-width:244px}.HeaderServicesItem{display:grid;grid-template-columns:40px 1fr auto;align-items:center;grid-gap:24px;border-bottom:1px solid #f0f0f5;padding:16px 0}@media screen and (max-width:767px){.HeaderServicesItem{grid-template-columns:40px 1fr;grid-column-gap:24px;grid-row-gap:24px;padding:24px 0}}.HeaderServicesItem:first-child{padding:16px 0}@media screen and (max-width:767px){.HeaderServicesItem:first-child{padding:24px 0}}.HeaderServicesItem:last-child{border-bottom:none}.HeaderServicesItem__wrapper{width:40px;height:40px;display:flex}@media screen and (max-width:767px){.HeaderServicesItem__wrapper{align-self:baseline}}.HeaderServicesItem__wrapper img,.MobileCatalog__item-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.HeaderServicesItem__text{display:flex;flex-direction:column}.HeaderServicesItem__text-top{font-size:16px;font-weight:500;line-height:20px;color:#1c1c29}.HeaderServicesItem__text-bottom{font-size:14px;font-weight:400;line-height:140%;color:#86868f;margin-top:8px}.HeaderServicesItem__btn{padding:12px 16px;min-height:36px;color:#1c1c29;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;border-radius:18px;transition:all 250ms ease-in-out;border:1px solid #e5e5ea}@media screen and (max-width:767px){.HeaderServicesItem__btn{width:100%;background:#fff6f8;text-align:center}}.HeaderServicesItem__btn:hover{background:#f7f7fa;cursor:pointer}.HeaderServicesItem__btn:active{background:#f0f0f5}@media screen and (max-width:767px){.HeaderServicesItem__btn{grid-column-start:1;grid-column-end:3}}.CorrectLocation,.CorrectLocation:before{display:flex;position:absolute;left:50%;background:#fff}.CorrectLocation{flex-direction:column;width:210px;transform:translateX(-50%);top:calc(100% + 20px);z-index:9;box-shadow:0 0 8px 0 rgba(0,0,0,.08);border-radius:8px;padding:24px}.CorrectLocation:before{content:"";width:12px;height:12px;transform:rotate(45deg) translateX(-50%);top:-2px}.CorrectLocation__name{color:#2f2d40;text-align:center;font-size:14px;font-weight:500;line-height:16px}.CorrectLocation__buttons{display:flex;margin-top:16px;gap:16px}.CorrectLocation__buttons .PrimaryButton{padding:8px 16px;height:auto;font-size:14px;margin-top:0}.FavLocations{display:grid;margin-top:24px;width:100%;grid-template-columns:repeat(3,1fr);grid-gap:16px}@media screen and (max-width:767px){.FavLocations{grid-template-columns:1fr}}.FavLocations__button{display:flex;padding:10px 16px;font-weight:380;font-size:14px;color:#1f1f1f;border-radius:20px;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;border:1px solid #ebebeb}.FavLocations__button:hover{background:#f6f3ef;border-color:transparent;cursor:pointer}.FavLocations__button.active{background:#a48561;color:#fff;border-color:transparent}.MobileCatalog{display:flex;flex-direction:column;margin-bottom:16px}.MobileCatalog__item{display:flex;align-items:center;padding:12px 16px 12px 8px;width:100%;transition:all 250ms ease-in-out;border-radius:8px;background:0 0;margin-top:4px;border:1px solid transparent}.MobileCatalog__item:first-child{margin-top:0}.MobileCatalog__item:hover{cursor:pointer;background:#f7f7fa}.MobileCatalog__item:active{background:#f0f0f5}.MobileCatalog__item-wrapper{width:48px;height:48px;display:flex;min-width:48px}.MobileCatalog__item-name{font-weight:500;font-size:14px;color:#1f1f1f;margin:0 16px}.MobileCatalog__item-arrow{margin-left:auto;display:flex;width:16px;height:16px}.SearchItem{width:calc(100% - 16px);margin:0 auto}.SearchItem__container{display:flex;padding:16px 16px 16px 8px;background:#fff;border-radius:8px;transition:all 250ms ease-in-out}.SearchItem__container:hover{background:#f5f5f5}.SearchItem__container:active{background:#ebebeb}.SearchItem__wrapper{width:64px;min-width:64px;height:64px;background:0 0;overflow:hidden}.MainPageSmartMenuItem__wrapper svg,.SearchItem__wrapper img{width:100%;height:100%}.SearchItem__body{display:flex;flex-direction:column;margin-left:16px}.MainPageServicesPopup__container-body ol li p,.SearchItem__body-text{font-weight:380;font-size:14px;color:#1f1f1f;line-height:140%}.SearchItem__body-price{margin-top:8px;display:flex;align-items:center}.SearchItem__body-price p:nth-child(1){font-weight:500;font-size:16px;color:#1f1f1f;line-height:20px}.SearchItem__body-price p:nth-child(2){font-weight:380;font-size:12px;color:#7b7b7b;line-height:14px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;margin-left:8px}.SearchItem__body-price p:nth-child(3){font-weight:520;font-size:10px;color:#a35454;line-height:16px;margin-left:8px;padding:0 4px;background:#f6eeee;border-radius:4px}.MobileMenuSidebar{width:100%;height:100vh;position:fixed;pointer-events:none;left:0;top:0;z-index:999}@media screen and (min-width:768px){.MobileMenuSidebar ::-webkit-scrollbar{display:none}}.MobileMenuSidebar__menu,.MobileMenuSidebar__overlay{height:100vh;transition:all 250ms ease-in-out;position:fixed}.MobileMenuSidebar__overlay{width:100%;background:#1f1f1f;opacity:0;pointer-events:none}.MobileMenuSidebar__menu{width:360px;top:0;left:-360px;background:#fff;padding:12px 8px 85px;overflow-y:auto}@media screen and (max-width:1365px){.MobileMenuSidebar__menu{width:360px;left:-360px}}@media screen and (max-width:767px){.MobileMenuSidebar__menu{width:360px;left:-372px}}.MobileMenuSidebar__menu-head{display:flex;align-items:center;justify-content:space-between;padding:0 0 0 16px}@media screen and (max-width:1365px){.MobileMenuSidebar__menu-head{padding:0 8px}}.MobileMenuSidebar__menu-head-wrapper{width:127px;min-width:127px;height:28px;background:url(../assets/header/logo.svg);background-size:100% 100%}.MobileMenuSidebar__menu-head-inner{display:flex;align-items:center;gap:8px}.MobileMenuSidebar__menu-head-inner .Header-lang{margin-left:0;padding:12px}.MobileMenuSidebar__menu-divider{width:calc(100% - 16px);height:1px;background:#ebedf0;margin:16px auto}.MobileMenuSidebar__menu-divider.s{margin:8px 0 16px}.MobileMenuSidebar__menu-divider.s2{margin:16px 0 8px}.MobileMenuSidebar__menu-divider.s-min{margin:8px 0}.MobileMenuSidebar__menu-divider.s16{margin:16px 0}.MobileMenuSidebar__menu-catalogue{display:flex;flex-direction:column;gap:8px;margin:24px auto 16px;width:calc(100% - 32px)}.MobileMenuSidebar__menu-catalogue li{list-style-type:none}.MobileMenuSidebar__menu-catalogue-item,.MobileMenuSidebar__menu-item{display:flex;align-items:center;transition:all 250ms ease-in-out;border-radius:8px}.MobileMenuSidebar__menu-catalogue-item{padding:8px 16px;color:#fff;background:#a48561;font-weight:450;font-size:14px;line-height:16px;justify-content:center}.MobileMenuSidebar__menu-catalogue-item::before{content:"";width:24px;height:24px;background:url(../assets/header/products-image-white.svg);background-size:100% 100%;margin-right:8px;transition:all 500ms ease-in-out;filter:grayscale(0)}.MobileMenuSidebar__menu-catalogue-item:hover{background:#b29779;cursor:pointer}.MobileMenuSidebar__menu-catalogue-item:active{color:#fff;background:#8b7152}.MobileMenuSidebar__menu-catalogue-item.loading::before{animation:rotate-anim 1s infinite linear}.FullCharacteristicsGroup__name.closed:after,.MobileMenuSidebar__menu-catalogue-item.active::before{transform:rotate(180deg)}.MobileMenuSidebar__menu-item{padding:12px 16px 12px 12px;width:100%;background:0 0;margin-top:8px}.MobileMenuSidebar__menu-item:first-child{margin-top:0}.MobileMenuSidebar__menu-item:hover{cursor:pointer;background:#f5f5f5}.MobileMenuSidebar__menu-item:active{background:#ebebeb}.MobileMenuSidebar__menu-item.disabled{opacity:.5;pointer-events:none}.MobileMenuSidebar__menu-item-info{margin-top:8px;color:#666;font-size:14px;font-weight:380;line-height:16px;padding:0 16px;display:flex;flex-direction:column}.MobileMenuSidebar__menu-item-info span{margin-top:16px;color:#1f1f1f;font-size:14px;font-weight:330;line-height:16px}.MobileMenuSidebar__menu-item-info span:last-child{margin-top:8px}.MobileMenuSidebar__menu-item-wrapper{width:24px;height:24px;display:flex;align-items:center;justify-content:space-around;background-size:24px 24px;background-repeat:no-repeat;background-position:center}.MobileMenuSidebar__menu-item-wrapper.cart{background-image:url(../assets/header/cart-icon.svg)}.MobileMenuSidebar__menu-item-wrapper.compare{background-image:url(../assets/header/compare-icon.svg)}.MobileMenuSidebar__menu-item-wrapper.my-orders{background-image:url(../assets/header/my-orders-icon.svg)}.MobileMenuSidebar__menu-item-wrapper.watched{background-image:url(../assets/header/watched-icon.svg)}.MobileMenuSidebar__menu-item-wrapper.my-reviews{background-image:url(../assets/header/my-reviews-icon.svg)}.MobileMenuSidebar__menu-item-wrapper.bonus{background-image:url(../assets/header/bonus-icon-black.svg)}.MobileMenuSidebar__menu-item-wrapper.logout{background-image:url(../assets/header/logout-icon.svg)}.MobileMenuSidebar__menu-item-wrapper.location{background-image:url(../assets/header/location-icon.svg)}.MobileMenuSidebar__menu-item-wrapper.phoneCall{background-image:url(../assets/header/phoneCall-icon.svg)}.MobileMenuSidebar__menu-item-wrapper.favorites{background-image:url(../assets/header/favorites-icon.svg)}.MobileMenuSidebar__menu-item-text{font-weight:380;font-size:14px;color:#1f1f1f;margin-left:12px;line-height:16px}.MobileMenuSidebar__menu-item-text span{color:#7b7b7b}.MobileMenuSidebar__menu-item-icon{margin-left:auto}.MobileMenuSidebar__menu-item-icon::after{content:"";display:flex;width:16px;height:16px;transition:all 250ms ease-in-out}.MobileMenuSidebar__menu-item-count{height:18px;width:18px;background:#a48561;border-radius:50%;margin-left:auto;font-weight:520;font-size:12px;line-height:13px;color:#fff;text-transform:uppercase;display:flex;align-items:center;justify-content:space-around}.MobileMenuSidebar__menu-contact-button{width:calc(100% - 32px);background:#f6f3ef;border-radius:8px;padding:8px 12px;display:flex;align-items:center;margin:16px auto 0;transition:all 250ms ease-in-out}.MobileMenuSidebar__menu-contact-button:hover{cursor:pointer;background:#e8e1d8}.MobileMenuSidebar__menu-contact-button:active{background:#dbcec0}.MobileMenuSidebar__menu-contact-button-icon{width:24px;height:24px;background-image:url(../assets/header/connect-icon.svg);background-repeat:no-repeat;background-position:center;background-size:100%;display:flex;margin-left:auto;transition:all 250ms ease-in-out}.MobileMenuSidebar__menu-contact-button-text{font-weight:380;font-size:14px;line-height:16px;color:#a48561;margin-left:12px;margin-right:auto}.MobileMenuSidebar__menu-text{margin:24px 0 0 16px;font-weight:380;font-size:14px;color:#7b7b7b;line-height:16px}.MobileMenuSidebar.active{pointer-events:all}.MobileMenuSidebar.active .MobileMenuSidebar__overlay{opacity:.32;pointer-events:all}.MobileMenuSidebar.active .MobileMenuSidebar__menu{left:0}.MainPageReviewsItem{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;height:564px;width:342px;flex-shrink:0}@media screen and (max-width:1600px){.MainPageReviewsItem{width:300px;height:496px}}@media screen and (max-width:1439px){.MainPageReviewsItem{width:288px;height:476px}}@media screen and (max-width:1365px){.MainPageReviewsItem{width:292px;height:492px}}.MainPageReviewsItem__image{width:100%;height:100%;position:relative}.MainPageReviewsItem__image img{transition:transform .3s ease}.MainPageReviewsItem__overlay{position:absolute;bottom:0;left:0;right:0;background:#fff;padding:24px;transform:translateY(100%);transition:transform .3s ease}@media screen and (max-width:768px){.MainPageReviewsItem__overlay{transform:translateY(0);background:#fff}}.MainPageReviewMonth__text p,.MainPageReviewsItem__text{color:#1f1f1f;font-size:16px;font-weight:330;line-height:24px}@media screen and (max-width:1365px){.MainPageReviewsItem__text{font-size:14px}}.MainPageReviewsItem:hover .MainPageReviewsItem__overlay{transform:translateY(0)}@media screen and (max-width:768px){.MainPageReviewsItem:hover .MainPageReviewsItem__overlay{transform:translateY(0)}}.MainPageReviewMonth{display:flex;margin-top:32px;background:#fff;border-radius:16px;overflow:hidden}@media screen and (max-width:1365px){.MainPageReviewMonth{flex-direction:column;margin-top:24px}}.MainPageReviewMonth__image{flex:0 0 720px}@media screen and (max-width:1600px){.MainPageReviewMonth__image{flex:0 0 636px}}@media screen and (max-width:1439px){.MainPageReviewMonth__image{flex:0 0 612px}}@media screen and (max-width:1365px){.MainPageReviewMonth__image{flex:0 0 100%;max-height:220px;border-radius:16px 16px 0 0;overflow:hidden}}.MainPageReviewMonth__image img,.MainPageReviewsItem__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.MainPageReviewMonth__content{padding:48px;display:flex;flex-direction:column}@media screen and (max-width:1365px){.MainPageReviewMonth__content{padding:24px}}.MainPageReviewMonth__title{color:#1f1f1f;font-size:24px;font-weight:450;line-height:32px}@media screen and (max-width:1365px){.MainPageReviewMonth__title{font-size:20px;line-height:24px}}.MainPageReviewMonth__stars{display:flex;align-items:center;gap:8px;margin-top:32px}@media screen and (max-width:1365px){.MainPageReviewMonth__stars{margin-top:16px}}.MainPageReviewMonth__stars-empty,.MainPageReviewMonth__stars-fill{width:24px;height:24px;background-size:24px 24px;background-repeat:no-repeat;background-position:center}@media screen and (max-width:1365px){.MainPageReviewMonth__stars-empty,.MainPageReviewMonth__stars-fill{width:20px;height:20px}}.MainPageReviewMonth__stars-fill{background-image:url(../assets/product-card/rating-star-fill.svg)}.MainPageReviewMonth__stars-empty{background-image:url(../assets/product-card/rating-star-empty.svg)}.MainPageReviewMonth__text{margin-top:24px}@media screen and (max-width:1365px){.MainPageReviewMonth__text{margin-top:16px}}.MainPageReviewMonth__text p:not(:first-child){margin-top:16px}@media screen and (max-width:1365px){.MainPageReviewMonth__text p{font-size:14px}}.MainPageReviewMonth__author{margin-top:24px;color:#1f1f1f;font-size:16px;font-weight:450;line-height:24px}@media screen and (max-width:1365px){.MainPageReviewMonth__author{margin-top:16px;font-size:14px;line-height:16px}}.MainPageServicesPopup{display:flex;position:fixed;left:0;top:0;width:100%;height:100vh;z-index:999}.MainPageServicesPopup__overlay{position:fixed;left:0;top:0;width:100%;height:100vh;background:#000;opacity:.32;z-index:1}.MainPageServicesPopup__container{display:flex;flex-direction:column;width:560px;height:-moz-fit-content;height:fit-content;background:#fff;padding:24px;z-index:2;margin:auto;max-height:80vh;overflow:auto;box-shadow:0 0 8px 0 rgba(0,0,0,.08);border-radius:8px}@media screen and (max-width:767px){.MainPageServicesPopup__container{width:100%;height:100vh;max-height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px 24px 100px}}.MainPageServicesPopup__container-head{display:flex;justify-content:space-between;align-items:center;margin-top:-8px}@media screen and (max-width:767px){.MainPageServicesPopup__container-head{margin-top:-4px}}.MainPageServicesPopup__container-head-text{font-size:20px;font-weight:380;line-height:24px;color:#1f1f1f}.MainPageServicesPopup__container-head-close{display:flex;background-image:url(../assets/header/cross-24x24.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;width:40px;height:40px;transition:all 250ms ease-in-out;margin-right:-8px;background-color:#fff;border-radius:20px}@media screen and (max-width:767px){.MainPageServicesPopup__container-head-close{margin-right:-4px}}.MainPageServicesPopup__container-head-close:hover{cursor:pointer;background-color:#f5f5f5}.MainPageServicesPopup__container-head-close:active{background-color:#ebebeb}.MainPageServicesPopup__container-body{display:flex;flex-direction:column;margin-top:20px}.MainPageServicesPopup__container-body p{font-weight:380;font-size:14px;line-height:140%;color:#1f1f1f;margin-top:16px}.MainPageServicesPopup__container-body ol li:first-child,.MainPageServicesPopup__container-body p:first-child,.MainPageTechnologiesPopup__container-body ol li:first-child,.MainPageTechnologiesPopup__container-body p:first-child{margin-top:0}.MainPageServicesPopup__container-body p span,.MainPageTechnologiesPopup__container-body p span{font-weight:520;color:#1f1f1f}.MainPageServicesPopup__container-body p a,.MainPageTechnologiesPopup__container-body p a{color:#404b7a;font-weight:380;font-size:14px;line-height:140%}.MainPageServicesPopup__container-body p img,.MainPageTechnologiesPopup__container-body p img{margin-top:16px;display:flex}.MainPageServicesPopup__container-body ol li{display:flex;position:relative;counter-increment:step-counter;margin-top:24px}@media screen and (max-width:767px){.MainPageServicesPopup__container-body ol li{flex-direction:column}}.MainPageServicesPopup__container-body ol li:before,.MainPageTechnologiesPopup__container-body ol li:before{width:24px;height:24px;background:#f6f3ef;border-radius:12px;content:counter(step-counter);position:absolute;left:-44px;top:0;color:#a48561;font-weight:520;font-size:14px;display:flex;align-items:center;justify-content:space-around}.MainPageServicesPopup__container-body ol li img{width:232px;height:auto;min-width:232px;margin-left:24px}@media screen and (max-width:767px){.MainPageServicesPopup__container-body ol li img{margin-top:16px;margin-left:0}}.MainPageServicesPopup__container-body div{display:grid;margin-top:16px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media screen and (max-width:767px){.MainPageServicesPopup__container-body div{grid-template-columns:repeat(2,minmax(0,1fr))}}.MainPageServicesPopup__container-body div div,.MainPageTechnologiesPopup__container-body div div{margin-top:0;display:flex;flex-direction:column;width:100%;gap:12px;align-items:center;padding:16px 12px;min-width:116px;margin-left:0}.MainPageServicesPopup__container-body div div img,.MainPageServicesPopup__container-body ul li img{width:32px;height:32px}.MainPageServicesPopup__container-body div div p,.MainPageServicesPopup__container-body ul li p{font-weight:380;font-size:12px;color:#1f1f1f;margin-top:0}.MainPageServicesPopup__container-body ul,.MainPageTechnologiesPopup__container-body div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:16px}@media screen and (max-width:767px){.MainPageServicesPopup__container-body ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}.MainPageServicesPopup__container-body ul li{display:flex;flex-direction:column;gap:12px;min-width:116px;width:100%;padding:0 12px;text-align:center;align-items:center}@media screen and (max-width:1365px){.MainPageServicesPopup__container-body ul li{padding:16px}}.MainPageServicesPopup__container-body ul li p{line-height:16px}.MainPageServicesPopup__container .PrimaryButton{width:240px;margin:32px auto 0;padding:12px 16px;min-height:40px}@media screen and (max-width:767px){.MainPageServicesPopup__container .PrimaryButton{width:100%}}.MainPageServicesItem{background:#fff;padding:32px;display:flex;flex-direction:column;border-radius:8px 8px 0 0;box-shadow:0 0 8px 0 transparent;transition:box-shadow .3s ease;position:relative;cursor:pointer}@media screen and (max-width:1365px){.MainPageServicesItem{padding:20px}}.MainPageServicesItem.rounded{border-radius:8px}.MainPageServicesItem:hover,.MainPageSmartMenuItem:hover{box-shadow:0 0 8px 0 rgba(0,0,0,.08)}.MainPageServicesItem__content{display:flex;flex-direction:column}.MainPageServicesItem__icon{width:48px;height:48px}@media screen and (max-width:767px){.MainPageServicesItem__icon{width:32px;height:32px}}.MainPageServicesItem__title,.MainPageTechnologiesPopup__container-body p{margin-top:24px;color:#1f1f1f;font-size:20px;font-weight:380;line-height:24px}@media screen and (max-width:767px){.MainPageServicesItem__title{font-size:14px;line-height:20px;margin-top:16px;min-height:40px}}.MainPageServicesItem__description{margin-top:16px;color:#7b7b7b;font-size:16px;font-weight:330;line-height:28px}@media screen and (max-width:767px){.MainPageServicesItem__description{font-size:12px;line-height:16px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:32px;text-overflow:ellipsis;overflow-wrap:anywhere;margin-top:8px}}.MainPageServicesItem__info-btn{position:absolute;top:12px;right:12px;width:20px;height:20px;background-image:url(../assets/main-page/info-icon.svg);background-size:100%;background-repeat:no-repeat;background-position:center;cursor:pointer}.MainPageSmartMenuItem{display:flex;flex-direction:column;gap:16px;min-width:192px;background:#fff;align-items:center;padding:24px 16px;box-shadow:0 0 8px 0 transparent;transition:all 250ms ease-in-out;border-radius:8px}@media screen and (max-width:1600px){.MainPageSmartMenuItem{min-width:168px}}@media screen and (max-width:1439px){.MainPageSmartMenuItem{min-width:161px}}@media screen and (max-width:1365px){.MainPageSmartMenuItem{min-width:138px}}.MainPageSmartMenuItem:hover{cursor:pointer}.MainPageSmartMenuItem.active{background:#f0ece6}.MainPageSmartMenuItem.active:hover{box-shadow:0 0 0 0 transparent}.MainPageSmartMenuItem__wrapper{display:flex;width:48px;height:48px;position:relative}.MainPageSmartMenuItem__wrapper svg path{fill:#1f1f1f}.MainPageSmartMenuItem__text{color:#1f1f1f;text-align:center;font-size:14px;font-weight:380;line-height:20px}.MainPageTechnologiesItem{width:342px;min-width:342px;height:456px;display:flex;position:relative;padding:32px;border-radius:8px;overflow:hidden}.MainPageTechnologiesItem:hover{cursor:pointer}@media screen and (max-width:1600px){.MainPageTechnologiesItem{width:300px;min-width:300px;height:400px}}@media screen and (max-width:1439px){.MainPageTechnologiesItem{width:288px;min-width:288px;height:384px}}@media screen and (max-width:1365px){.MainPageTechnologiesItem{width:292px;min-width:292px;height:388px}}.MainPageTechnologiesItem:hover .MainPageTechnologiesItem__img{transform:scale(1.1)}.MainPageTechnologiesItem:hover .MainPageTechnologiesItem__btn{background-image:url(../assets/main-page/plus-icon-hover.svg);background-color:#a48561}.MainPageTechnologiesItem__img{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;border-radius:8px;transition:all 150ms ease-in-out}.MainPageTechnologiesItem__container{position:relative;z-index:1;height:-moz-fit-content;height:fit-content}.MainPageTechnologiesItem__text{color:#fff;font-size:20px;font-weight:380;line-height:32px;max-width:224px}.MainPageTechnologiesItem__btn{position:absolute;bottom:24px;right:24px;width:40px;height:40px;background-image:url(../assets/main-page/plus-icon.svg);background-repeat:no-repeat;background-size:16px 16px;background-position:center;background-color:#f6f3ef;transition:all 250ms ease-in-out;border-radius:50%}.MainPageTechnologiesPopup{display:flex;position:fixed;left:0;top:0;width:100%;height:100vh;z-index:999}.MainPageTechnologiesPopup__overlay{position:fixed;left:0;top:0;width:100%;height:100vh;background:#000;opacity:.32;z-index:1}.MainPageTechnologiesPopup__container{display:flex;flex-direction:column;width:720px;height:-moz-fit-content;height:fit-content;min-height:500px;background:#fff;padding:32px;z-index:2;margin:auto;max-height:80vh;overflow:auto;box-shadow:0 0 8px 0 rgba(0,0,0,.08);border-radius:16px;position:relative}@media screen and (max-width:767px){.MainPageTechnologiesPopup__container{width:100%;height:100vh;max-height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:24px 24px 85px}}.MainPageTechnologiesPopup__container-head-close{position:absolute;top:16px;right:16px;z-index:10;display:flex;background-image:url(../assets/header/cross-24x24.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;width:40px;height:40px;transition:all 250ms ease-in-out;background-color:#fff;border-radius:20px;flex-shrink:0}.MainPageTechnologiesPopup__container-head-close:hover{cursor:pointer;background-color:#f5f5f5}.MainPageTechnologiesPopup__container-head-close:active{background-color:#ebebeb}@media screen and (max-width:767px){.MainPageTechnologiesPopup__container-head-close{top:12px;right:12px}}.MainPageTechnologiesPopup__container-image{width:calc(100% + 64px);margin:-32px -32px 0}.MainPageTechnologiesPopup__container-image img{width:100%;height:auto;max-height:300px;-o-object-fit:cover;object-fit:cover;display:block}@media screen and (max-width:767px){.MainPageTechnologiesPopup__container-image{width:calc(100% + 48px);margin:-32px -24px 0}.MainPageTechnologiesPopup__container-image img{max-height:203px}}.MainPageTechnologiesPopup__container-body{display:flex;flex-direction:column}.MainPageTechnologiesPopup__container-body h2,.MainPageTechnologiesPopup__container-body h3,.MainPageTechnologiesPopup__container-body h4,.MainPageTechnologiesPopup__container-body h5{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px;margin-top:32px}@media screen and (max-width:1365px){.MainPageTechnologiesPopup__container-body h2,.MainPageTechnologiesPopup__container-body h3,.MainPageTechnologiesPopup__container-body h4,.MainPageTechnologiesPopup__container-body h5{font-size:20px;line-height:28px}}.MainPageTechnologiesPopup__container-body p{font-weight:330;font-size:16px}.MainPageTechnologiesPopup__container-body ol li{display:flex;position:relative;counter-increment:step-counter;margin-top:24px}@media screen and (max-width:767px){.MainPageTechnologiesPopup__container-body ol li{flex-direction:column}}.MainPageTechnologiesPopup__container-body ol li p{font-weight:380;font-size:14px;color:#1f1f1f;line-height:140%}.MainPageTechnologiesPopup__container-body ol li img{width:232px;height:auto;min-width:232px;margin-left:24px}@media screen and (max-width:767px){.MainPageTechnologiesPopup__container-body ol li img{margin-top:16px;margin-left:0}}.MainPageTechnologiesPopup__container-body div{gap:12px}@media screen and (max-width:767px){.MainPageTechnologiesPopup__container-body div{grid-template-columns:repeat(2,minmax(0,1fr))}}.MainPageTechnologiesPopup__container-body div div img,.MainPageTechnologiesPopup__container-body ul li img{width:32px;height:32px}.MainPageTechnologiesPopup__container-body div div p,.MainPageTechnologiesPopup__container-body ul li p{font-weight:380;font-size:12px;color:#1f1f1f;margin-top:0}.MainPageTechnologiesPopup__container-body ul{display:flex;flex-direction:column;gap:12px;margin-top:16px}.MainPageTechnologiesPopup__container-body ul li{display:flex;align-items:center;gap:12px;min-width:116px;width:100%;font-size:16px;font-weight:330;line-height:24px}.MainPageTechnologiesPopup__container-body ul li:before{content:"";width:6px;height:6px;background-color:#1f1f1f;border-radius:50%}.MainPageTechnologiesPopup__container-body ul li p{line-height:16px}.SupportPageAddPopup{position:fixed;width:100%;height:100%;z-index:999;left:0;top:0}.SupportPageAddPopup__overlay{background:rgba(0,0,0,.32);width:100%;height:100%;position:absolute;z-index:1}.SupportPageAddPopup__container{display:flex;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;height:-moz-fit-content;height:fit-content;flex-direction:column;width:400px;background:#fff;padding:20px 24px 24px;box-shadow:0 0 8px 0 rgba(0,0,0,.08);max-height:100%;overflow-y:auto;border-radius:8px}@media screen and (max-width:767px){.SupportPageAddPopup__container{width:100%;height:100%;overflow:auto;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.SupportPageAddPopup__container-head{display:flex;justify-content:space-between;gap:30px;align-items:center}.SupportPageAddPopup__container-head-name{color:#1f1f1f;font-size:20px;font-weight:380;line-height:24px}.SupportPageAddPopup__container-head-close{display:flex;background-image:url(../assets/header/cross-24x24.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;width:40px;height:40px;transition:all 250ms ease-in-out;margin-left:auto;border-radius:20px;margin-right:-12px;margin-top:-12px}.SupportPageAddPopup__container-head-close:hover{background-color:#f5f5f5;cursor:pointer}.SupportPageAddPopup__container-head-close:active{background-color:#ebebeb}.SupportPageAddPopup__container-sub-head{color:#1f1f1f;font-size:14px;font-weight:380;line-height:140%;margin-top:20px}.SupportPageAddPopup__container-preloader{width:100%;height:100%;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:space-around;background:rgba(26,28,31,.1)}@media screen and (max-width:1365px){.SupportPageAddPopup__container-preloader{position:fixed}}.SupportPageAddPopup__container-complete{display:flex;flex-direction:column;width:100%;height:374px;padding:60px 16px 0}@media screen and (max-width:767px){.SupportPageAddPopup__container-complete{height:-moz-max-content;height:max-content;padding:10px 16px 0;margin:auto}}.SupportPageAddPopup__container-complete-wrapper{width:80px;height:80px;background-image:url(../assets/support-page/complete-image.svg);background-size:100% 100%;margin:0 auto}.SupportPageAddPopup__container-complete-head{color:#1f1f1f;font-size:20px;font-weight:380;line-height:24px;margin-top:32px;text-align:center}.SupportPageAddPopup__container-complete-text{color:#7b7b7b;font-size:14px;font-weight:380;line-height:140%;margin-top:18px;text-align:center}.SupportPageAddItem{width:100%;display:flex;flex-direction:column;background:#fff;padding:32px;gap:24px;height:100%;border-radius:8px}@media screen and (max-width:1365px){.SupportPageAddItem{padding:24px}}@media screen and (max-width:767px){.SupportPageAddItem{min-width:292px}}.SupportPageAddItem__image{width:48px;height:48px;background-size:100% 100%}.SupportPageAddItem__image.question{background-image:url(../assets/support-page/question-icon.svg)}.SupportPageAddItem__image.video{background-image:url(../assets/support-page/video-icon.svg)}.SupportPageAddItem__image.repair{background-image:url(../assets/support-page/repair-icon.svg)}.SupportPageAddItem__image.parts{background-image:url(../assets/support-page/parts-icon.svg)}.SupportPageAddItem__image.info{background-image:url(../assets/support-page/info-icon.svg)}.SupportPageAddItem__image.warranty{background-image:url(../assets/support-page/warranty-icon.svg)}.SupportPageAddItem__name{color:#262729;font-size:20px;font-weight:380;line-height:24px}@media screen and (max-width:1365px){.SupportPageAddItem__name{font-size:18px}}.SupportPageAddItem__text{color:#8e8e8e;font-size:16px;font-weight:380;line-height:24px;margin-top:-8px}@media screen and (max-width:1365px){.SupportPageAddItem__text{font-size:14px}}.SupportPageAddItem__bottom{display:flex;flex-direction:column;margin-top:auto}.SupportPageBenefits{margin-top:36px}@media screen and (max-width:1365px){.SupportPageBenefits{padding:0 24px;margin-top:32px}}.SupportPageBenefits__container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:60px 64px}@media screen and (max-width:1365px){.SupportPageBenefits__container{grid-template-columns:1fr;grid-gap:32px}}.SupportPageConsult{box-shadow:0 2px 16px 0 transparent;transition:all 250ms ease-in-out}.SupportPageConsult:hover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08)}.SupportPageConsult__button{padding:12px 16px;background:#a48561;color:#fff;font-size:14px;font-weight:450;line-height:16px;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around;width:180px;border-radius:8px}@media screen and (max-width:1365px){.SupportPageConsult__button{width:100%}}.SupportPageConsult__button:hover{cursor:pointer;background:#b29779}.SupportPageFaq{margin-top:32px}@media screen and (max-width:1365px){.SupportPageFaq{padding:0 24px;margin-top:24px}}.SupportPageFaq__container{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 48px}@media screen and (max-width:1365px){.SupportPageFaq__container{grid-template-columns:1fr;grid-gap:16px}}.SupportPageInfo{box-shadow:0 2px 16px 0 transparent;transition:all 250ms ease-in-out}.SupportPageInfo:hover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08)}.SupportPageInfo__container{display:grid;grid-template-columns:1fr 85px;grid-gap:8px;width:100%}@media screen and (max-width:767px){.SupportPageInfo__container{grid-template-columns:1fr;grid-gap:16px}}.SupportPageInfo__search{padding:12px 16px 12px 8px;gap:12px;display:flex;align-items:center;border:1px solid #e0e0e0;background:#fff;height:48px;transition:all 250ms ease-in-out;width:100%;border-radius:8px}.SupportPageInfo__search:hover{background:#fafafa;cursor:pointer}.SupportPageInfo__search.dirty,.SupportPageInfo__search.focus{border:1px solid #a48561;background:#fff}.SupportPageInfo__search:before{content:"";width:24px;min-width:24px;height:24px;background-image:url(../assets/support-page/search-icon.svg);background-size:100% 100%}.SupportPageInfo__search-input{color:#1f1f1f;font-size:16px;font-weight:330;line-height:20px;width:100%;font-family:"MiSans Latin",sans-serif}.SupportPageInfo__search-input::-moz-placeholder{color:#a3a3a3;font-size:16px;font-weight:330;line-height:20px}.SupportPageInfo__search-input::placeholder{color:#a3a3a3;font-size:16px;font-weight:330;line-height:20px}.SupportPageInfo__search-icon{content:"";width:20px;height:20px;min-width:20px;background-image:url(../assets/support-page/search-question-icon.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.SupportPageInfo__submit{background:#a48561;padding:8px 16px;color:#fff;font-size:14px;font-weight:450;line-height:16px;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;width:100%;border-radius:8px}@media screen and (max-width:1365px){.SupportPageInfo__submit{padding:16px}}.SupportPageInfo__submit:hover{cursor:pointer;background:#b29779}.SupportPageInfo__submit.disabled{background:#f5f5f5;color:#8e8e8e;pointer-events:none}.SupportPageInfo__submit .Preloader{width:16px;height:16px}.SupportPageInfo__submit .Preloader__first,.SupportPageInfo__submit .Preloader__secont,.SupportPageInfo__submit .Preloader__third{border:3px solid transparent}.SupportPageInfo__submit .Preloader__first{border-top-color:#fff;border-right-color:#fff}.SupportPageInfo__preloader{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.7);display:flex;justify-content:space-around;align-items:center}.SupportPageInfo__errors{display:flex;flex-direction:column;gap:5px;margin-top:10px}.SupportPageInfo__errors span{font-weight:500;font-size:12px;color:#e6000d}.SupportPageParts{box-shadow:0 2px 16px 0 transparent;transition:all 250ms ease-in-out}.SupportPageParts:hover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08)}.SupportPageParts__button{padding:12px 16px;background:#a48561;color:#fff;font-size:14px;font-weight:450;line-height:16px;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around;width:180px;border-radius:8px}@media screen and (max-width:1365px){.SupportPageParts__button{width:100%}}.SupportPageParts__button:hover{cursor:pointer;background:#b29779}.SupportPageQuestions{box-shadow:0 2px 16px 0 transparent;transition:all 250ms ease-in-out}.SupportPageQuestions:hover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08)}.SupportPageQuestions__buttons{display:flex;gap:16px}@media screen and (max-width:1365px){.SupportPageQuestions__buttons{flex-direction:column;width:100%}}.SupportPageQuestions__buttons-button{padding:12px 16px;background:#a48561;color:#fff;font-size:14px;font-weight:450;line-height:16px;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around;width:126px;border-radius:8px}@media screen and (max-width:1365px){.SupportPageQuestions__buttons-button{width:100%}}.SupportPageQuestions__buttons-button:hover{cursor:pointer;background:#b29779}.SupportPageRepair{box-shadow:0 2px 16px 0 transparent;transition:all 250ms ease-in-out}.SupportPageRepair:hover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08)}.SupportPageRepair__button{padding:12px 16px;background:#a48561;color:#fff;font-size:14px;font-weight:450;line-height:16px;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around;width:180px;border-radius:8px}@media screen and (max-width:1365px){.SupportPageRepair__button{width:100%}}.SupportPageRepair__button:hover{cursor:pointer;background:#b29779}.SupportPageServices{margin-top:24px}@media screen and (max-width:767px){.SupportPageServices{margin-top:16px}}.SupportPageServices__container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.SupportPageServices__table{width:100%;border-collapse:separate;background:0 0;color:#262729;border-spacing:4px}.SupportPageServices__table-head{background:#fef5f5;color:#e6000d;text-align:left;white-space:nowrap;font-size:14px;line-height:16px;font-weight:500}.SupportPageServices__table-head-header{padding:16px}.SupportPageServices__table-head-header:last-child{width:142px}.SupportPageServices__table-body-row{background:#fff}.SupportPageServices__table-body-row:nth-child(even){background:#f8f8f8}.SupportPageServices__table-body-data{padding:28px 16px;font-size:14px;line-height:16px;color:#262729;font-weight:500}.SupportPageServices__table-body-data:last-child{padding:20px 8px;display:flex;justify-content:center}@media screen and (max-width:1365px){.SupportPageServices__table-body-data{min-width:120px;padding:20px 16px;line-height:140%}.SupportPageServices__table-body-data:first-child{min-width:300px}}.SupportPageServices__table-body-data-button{padding:8px 16px;background:#e6000d;color:#fff;font-size:14px;font-weight:600;line-height:16px;text-transform:uppercase;width:-moz-fit-content;width:fit-content;white-space:nowrap;transition:background 250ms ease-in-out}.SupportPageServices__table-body-data-button:hover{background:#ec3d47;cursor:pointer}.SupportPageServices__table-body-data-button:active{background:#ca000b}.SupportPageWarranty{box-shadow:0 2px 16px 0 transparent;transition:all 250ms ease-in-out}.SupportPageWarranty:hover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08)}.SupportPageWarranty__container{display:grid;grid-template-columns:1fr 85px;grid-gap:8px;width:100%;position:relative}@media screen and (max-width:767px){.SupportPageWarranty__container{grid-template-columns:1fr;grid-gap:16px}}.SupportPageWarranty__search{padding:12px 16px 12px 8px;gap:12px;display:flex;align-items:center;border:1px solid #e0e0e0;background:#fff;height:48px;transition:all 250ms ease-in-out;width:100%;border-radius:8px}.SupportPageWarranty__search:hover{background:#fafafa;cursor:pointer}.SupportPageWarranty__search.dirty,.SupportPageWarranty__search.focus{border:1px solid #a48561;background:#fff}.SupportPageWarranty__search:before{content:"";width:24px;min-width:24px;height:24px;background-image:url(../assets/support-page/search-icon.svg);background-size:100% 100%}.SupportPageWarranty__search-input{color:#1f1f1f;font-size:16px;font-weight:330;line-height:20px;width:100%;font-family:"MiSans Latin",sans-serif}.SupportPageWarranty__search-input::-moz-placeholder{color:#a3a3a3;font-size:16px;font-weight:330;line-height:20px}.SupportPageWarranty__search-input::placeholder{color:#a3a3a3;font-size:16px;font-weight:330;line-height:20px}.SupportPageWarranty__search-icon{content:"";width:20px;height:20px;min-width:20px;background-image:url(../assets/support-page/search-question-icon.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.SupportPageWarranty__submit{background:#a48561;padding:8px 16px;color:#fff;font-size:14px;font-weight:450;line-height:16px;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;width:100%;border-radius:8px}@media screen and (max-width:1365px){.SupportPageWarranty__submit{padding:16px}}.SupportPageWarranty__submit:hover{cursor:pointer;background:#b29779}.SupportPageWarranty__submit.disabled{background:#f5f5f5;color:#8e8e8e;pointer-events:none}.SupportPageWarranty__submit .Preloader{width:16px;height:16px}.SupportPageWarranty__submit .Preloader__first,.SupportPageWarranty__submit .Preloader__secont,.SupportPageWarranty__submit .Preloader__third{border:3px solid transparent}.SupportPageWarranty__submit .Preloader__first{border-top-color:#fff;border-right-color:#fff}.SupportPageWarranty__preloader{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.7);display:flex;justify-content:space-around;align-items:center}.SupportPageWarranty__errors{display:flex;flex-direction:column;gap:5px;margin-top:10px}.SupportPageWarranty__errors span{font-weight:500;font-size:12px;color:#eb404c}.FullCharacteristicsInstruction{width:100%;display:flex;flex-wrap:wrap;margin-bottom:24px;gap:24px}.FullCharacteristicsInstruction__item{width:100%;padding:14px 0;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none}.FullCharacteristicsInstruction__item:first-child{margin-top:0}@media screen and (max-width:767px){.FullCharacteristicsInstruction__item{padding:12px 0}}.FullCharacteristicsInstruction__item-text{margin-right:24px;display:flex;align-items:center}.FullCharacteristicsInstruction__item-text p{font-weight:380;font-size:14px;color:#1f1f1f;line-height:16px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}@media screen and (max-width:767px){.FullCharacteristicsInstruction__item-text p{-webkit-line-clamp:2}}.FullCharacteristicsInstruction__item-text:before{content:attr(data-text);border-radius:4px;display:flex;align-items:center;background:#f0ece6;padding:5px 8px;color:#a48561;margin-right:16px;font-size:12px;font-weight:520}.FullCharacteristicsInstruction__item-link{display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;padding:10px 16px;width:-moz-max-content;width:max-content;min-width:-moz-max-content;min-width:max-content;gap:12px;border-radius:8px}@media screen and (max-width:767px){.FullCharacteristicsInstruction__item-link{padding:12px}}.FullCharacteristicsInstruction__item-link.disabled{pointer-events:none}.FullCharacteristicsInstruction__item-link:hover{background:#e8e1d8}.FullCharacteristicsInstruction__item-link:active{background:#dbcec0}.FullCharacteristicsInstruction__item-link span:first-child{display:flex;background:url(../assets/product-card/download-instr-icon.svg);width:16px;height:16px;min-width:16px;transition:all 250ms ease-in-out}.FullCharacteristicsInstruction__item-link span:last-child{font-weight:380;font-size:14px;color:#a48561;text-transform:uppercase;display:flex;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.FullCharacteristicsInstruction__item-link span:last-child{display:none}}.FullCharacteristicsGroup{display:flex;flex-direction:column;width:100%;margin-top:32px}.FullCharacteristicsGroup:first-child{margin-top:0}.FullCharacteristicsGroup__name{font-weight:380;font-size:20px;line-height:24px;color:#1f1f1f;width:100%;position:relative;display:flex;gap:12px}.FullCharacteristicsGroup__name:hover{cursor:pointer}.FullCharacteristicsGroup__name:after{content:"";display:flex;width:24px;min-width:24px;height:24px;background-image:url(../assets/product-card/char-arrow.svg);background-size:100% 100%;margin-left:auto;transition:all 250ms ease-in-out}.FullCharacteristicsGroup__list{margin-top:24px;display:flex;flex-direction:column}@media screen and (max-width:1365px){.FullCharacteristicsGroup__list{margin-top:16px}}.SupportPageConsultPopup{display:flex;flex-direction:column;gap:24px;margin-top:24px}.SupportPageCheckRepairPopup{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0}.SupportPageCheckRepairPopup__overlay{background:rgba(0,0,0,.32);width:100%;height:100%;position:absolute;z-index:1}.SupportPageCheckRepairPopup__container{display:flex;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;height:-moz-fit-content;height:fit-content;flex-direction:column;width:400px;background:#fff;padding:20px 24px 24px;box-shadow:0 0 8px 0 rgba(0,0,0,.08);max-height:100%;overflow-y:auto;border-radius:8px}@media screen and (max-width:767px){.SupportPageCheckRepairPopup__container{width:100%;height:100%;overflow:auto;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.SupportPageCheckRepairPopup__container-head{display:flex;justify-content:space-between;gap:30px;align-items:center}.SupportPageCheckRepairPopup__container-head-name{color:#1f1f1f;font-size:20px;font-weight:380;line-height:24px}.SupportPageCheckRepairPopup__container-head-close{display:flex;background-image:url(../assets/header/cross-24x24.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;width:40px;height:40px;transition:all 250ms ease-in-out;margin-left:auto;border-radius:20px;margin-right:-12px;margin-top:-12px}.SupportPageCheckRepairPopup__container-head-close:hover{background-color:#f5f5f5;cursor:pointer}.SupportPageCheckRepairPopup__container-head-close:active{background-color:#ebebeb}.SupportPageCheckRepairPopup__container-body{margin-top:20px;display:flex;flex-direction:column}.SupportPageCheckRepairPopup__container-body-text{color:#1f1f1f;font-size:14px;font-weight:380}.SupportPageCheckRepairPopup__container-body-product{display:flex;align-items:center;gap:16px;padding:8px 0 24px;border-bottom:1px solid #ebebeb;margin-top:16px}.SupportPageCheckRepairPopup__container-body-product-wrapper{width:64px;min-width:64px;height:64px;display:flex;border-radius:4px}.SupportPageCheckRepairPopup__container-body-product-wrapper img,.SupportPageWarrantyPopup__container-body-product-wrapper img{width:100%;height:100%;border-radius:4px}.SupportPageCheckRepairPopup__container-body-product-container{display:flex;flex-direction:column;gap:12px}.SupportPageCheckRepairPopup__container-body-product-container-top{color:#1f1f1f;font-size:14px;font-weight:380;line-height:140%}.SupportPageCheckRepairPopup__container-body-product-container-bottom{color:#7b7b7b;font-size:12px;font-weight:380;line-height:14px}.SupportPageCheckRepairPopup__container-body-status{display:flex;flex-direction:column;margin-top:24px}.SupportPageCheckRepairPopup__container-body-status-item{display:flex;flex-direction:column}.SupportPageCheckRepairPopup__container-body-status-item:before{content:"";width:2px;height:16px;background:#ebebeb;margin:7px;border-radius:2px}.BadgesPopupDeliveryToday__body-text p:first-child:before,.SupportPageCheckRepairPopup__container-body-status-item:first-child:before{display:none}.SupportPageCheckRepairPopup__container-body-status-item-text{display:flex;align-items:center;gap:12px;color:#7b7b7b;font-size:14px;font-weight:380}.SupportPageCheckRepairPopup__container-body-status-item-text:before{width:16px;height:16px;content:"";border-radius:8px;border:4px solid #e0e0e0}.SupportPageCheckRepairPopup__container-body-status-item-text.active{color:#1f1f1f}.SupportPageCheckRepairPopup__container-body-status-item-text.active:before{border:4px solid #56a463}.SupportPagePartRequestPopup,.SupportPageRepairPopup{display:flex;flex-direction:column;gap:24px;margin-top:24px}.SupportPageWarrantyInfoPopup{background:#fff;position:absolute;bottom:calc(100% + 16px);width:-moz-max-content;width:max-content;right:-10%;filter:drop-shadow(0 2px 8px rgba(0,0,0,.12));transition:all 250ms ease-in-out;pointer-events:none;z-index:999;max-width:360px;padding:24px}.SupportPageWarrantyInfoPopup p{font-weight:400;font-size:14px;color:#1c1c29}.SupportPageWarrantyInfoPopup p:not(:first-child){margin-top:8px}.SupportPageWarrantyInfoPopup:after{content:"";width:16px;height:16px;display:flex;position:absolute;left:0;right:0;margin:auto;transform:rotate(-45deg);bottom:-4px;background:#fff}@media screen and (max-width:1365px){.SupportPageWarrantyInfoPopup:after{display:none}.SupportPageWarrantyInfoPopup{position:fixed;width:calc(100% - 30px);left:0;right:0;bottom:15px;margin:auto;transform:unset;top:unset;padding:16px;z-index:9;pointer-events:all}}.SupportPageWarrantyInfoPopup__close{position:relative;height:26px;width:26px;text-align:center;background-image:url(../assets/header/cross-24x24-hover.svg);background-position:center;background-repeat:no-repeat;background-size:16px 16px;display:none;border:2px solid #e5e5ea}@media screen and (max-width:1365px){.SupportPageWarrantyInfoPopup__close{display:flex;width:40px;height:40px;position:absolute;background-color:#fff;background-size:24px 24px;top:-48px;left:50%;transform:translateX(-50%);border:0;box-shadow:0 0 8px 0 rgba(0,0,0,.12)}}.SupportPageWarrantyInfoPopup__close svg{position:absolute;top:-2px;right:-2px;width:26px;height:26px;transform:rotateY(-180deg) rotateZ(-90deg)}@media screen and (max-width:1365px){.SupportPageWarrantyInfoPopup__close svg{display:none}}.SupportPageWarrantyInfoPopup__close svg circle{stroke-dasharray:76px;stroke-dashoffset:0;stroke-linecap:round;stroke-width:2px;stroke:#f02546;fill:none;animation:countdown 2600ms linear infinite forwards}.SupportPageWarrantyPopup{position:fixed;width:100%;height:100%;z-index:999;left:0;top:0}.SupportPageWarrantyPopup__overlay{background:rgba(0,0,0,.32);width:100%;height:100%;position:absolute;z-index:1}.SupportPageWarrantyPopup__container{display:flex;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;height:-moz-fit-content;height:fit-content;flex-direction:column;width:400px;background:#fff;padding:20px 24px 24px;box-shadow:0 0 8px 0 rgba(0,0,0,.08);max-height:100%;overflow-y:auto;border-radius:8px}@media screen and (max-width:767px){.SupportPageWarrantyPopup__container{width:100%;height:100%;overflow:auto;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.SupportPageWarrantyPopup__container-head{display:flex;justify-content:space-between;gap:30px;align-items:center}.SupportPageWarrantyPopup__container-head-name{color:#1f1f1f;font-size:20px;font-weight:380;line-height:24px}.SupportPageWarrantyPopup__container-head-close{display:flex;background-image:url(../assets/header/cross-24x24.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;width:40px;height:40px;transition:all 250ms ease-in-out;margin-left:auto;border-radius:20px;margin-right:-12px;margin-top:-12px}.SupportPageWarrantyPopup__container-head-close:hover{background-color:#f5f5f5;cursor:pointer}.SupportPageWarrantyPopup__container-head-close:active{background-color:#ebebeb}.SupportPageWarrantyPopup__container-body{margin-top:20px;display:flex;flex-direction:column}.SupportPageWarrantyPopup__container-body-text{color:#1f1f1f;font-size:14px;font-weight:380}.SupportPageWarrantyPopup__container-body-product{display:flex;align-items:center;gap:16px;padding:8px 0 24px;border-bottom:1px solid #ebebeb;margin-top:16px}.SupportPageWarrantyPopup__container-body-product-wrapper{width:64px;min-width:64px;height:64px;display:flex;border-radius:4px}.SupportPageWarrantyPopup__container-body-product-container{display:flex;flex-direction:column;gap:12px}.SupportPageWarrantyPopup__container-body-product-container-top{color:#1f1f1f;font-size:14px;font-weight:380;line-height:140%}.SupportPageWarrantyPopup__container-body-product-container-bottom{color:#7b7b7b;font-size:12px;font-weight:380;line-height:14px}.SupportPageWarrantyPopup__container-body-date{display:flex;gap:8px;justify-content:space-between;align-items:center;margin-top:24px}.SupportPageWarrantyPopup__container-body-date-left{color:#7b7b7b;font-size:14px;font-weight:380;line-height:140%}.SupportPageWarrantyPopup__container-body-date-right{color:#1f1f1f;font-size:14px;font-weight:380;line-height:140%}.SupportPageWarrantyPopup__container-body-warranty{display:flex;gap:10px;justify-content:space-between;align-items:center;margin-top:20px}.SupportPageWarrantyPopup__container-body-warranty-left{color:#56a463;font-size:14px;font-weight:380;line-height:140%;display:flex;align-items:center;gap:8px}.SupportPageWarrantyPopup__container-body-warranty-left:before{content:"";width:16px;height:16px;display:flex;background-image:url(../assets/support-page/valid-icon.svg);background-size:100% 100%}.SupportPageWarrantyPopup__container-body-warranty-left.not-active{color:#a35454}.SupportPageWarrantyPopup__container-body-warranty-left.not-active:before{background-image:url(../assets/support-page/invalid-icon.svg)}.SupportPageWarrantyPopup__container-body-warranty-right{color:#1f1f1f;font-size:14px;font-weight:380;line-height:140%}.SalePageCatalogProducts{display:flex;flex-direction:column;width:100%;position:relative}.SalePageCatalogProducts__container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;height:-moz-max-content;height:max-content}.SalePageCatalogProducts__container .ProductItem{max-width:260px;min-width:260px}@media screen and (max-width:1600px){.SalePageCatalogProducts__container{grid-template-columns:repeat(3,1fr)}.SalePageCatalogProducts__container .ProductItem{width:100%;max-width:100%;min-width:100%}}@media screen and (max-width:1365px){.SalePageCatalogProducts__container{min-height:unset;margin:0 auto;grid-template-columns:repeat(3,1fr);grid-gap:0}.SalePageCatalogProducts__container .ProductItem{width:100%;max-width:100%;min-width:100%;border-radius:0;border:1px solid #e1e4eb}.SalePageCatalogProducts__container .ProductItem__name{font-size:12px;height:34px;line-height:140%}.SalePageCatalogProducts__container .ProductItem__bottom-price-old-value,.SalePageCatalogProducts__container .ProductItem__cashback p,.SalePageCatalogProducts__container .ProductItem__container .ProductItemRating__count-word,.SalePageCatalogProducts__container .ProductItem__credit p{font-size:12px}.SalePageCatalogProducts__container .ProductItem__bottom-price-new{font-size:16px;line-height:20px}.SalePageCatalogProducts__container .ProductItem__credit{margin-top:-4px}}@media screen and (max-width:1010px){.SalePageCatalogProducts__container{grid-template-columns:repeat(3,1fr);margin:0 auto}}@media screen and (max-width:767px){.SalePageCatalogProducts__container{grid-template-columns:repeat(2,1fr);grid-gap:0}}.SalePageCatalogProducts__container .ProductItem__wrapper{height:auto;max-height:270px;min-height:270px}@media screen and (max-width:1600px){.SalePageCatalogProducts__container .ProductItem__wrapper{height:auto;min-height:325px}}@media screen and (max-width:1439px){.SalePageCatalogProducts__container .ProductItem__wrapper{min-height:317px;height:auto}}@media screen and (max-width:1365px){.SalePageCatalogProducts__container .ProductItem__wrapper{border-radius:0;min-height:254px}}@media screen and (max-width:767px){.SalePageCatalogProducts__container .ProductItem__wrapper{min-height:190px}}.SalePageCatalogProducts__bottom{display:flex;width:100%;align-items:center;justify-content:space-around;margin-top:20px}.AddReviewPopup__container-body-media-body-button input,.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-nav.disabled,.SalePageCatalogProducts__bottom.disabled{display:none}.SalePageGroupMore{display:flex;flex-direction:column;align-items:center;width:260px;background:0 0;border-radius:8px;transition:all 250ms ease-in-out;position:relative;height:auto;min-height:474px;outline:1px solid transparent}@media screen and (max-width:1600px){.SalePageGroupMore{width:100%;min-height:433px}}@media screen and (max-width:1439px){.SalePageGroupMore{min-height:428px}}@media screen and (max-width:1365px){.SalePageGroupMore{width:230px;min-height:418px;border-radius:0}}@media screen and (max-width:767px){.SalePageGroupMore{width:172px;padding:12px;min-height:350px}}.SalePageGroupMore:hover{background:#fff;cursor:pointer}.SalePageGroupMore:hover .SalePageGroupMore__arrow{background:#a48561 url(../assets/sale-page/more-category-hover.svg) no-repeat center}.SalePageGroupMore__arrow{width:48px;height:48px;display:flex;background:url(../assets/sale-page/more-category.svg) no-repeat center;margin-top:auto;background-size:24px 24px;border-radius:24px;transition:all 250ms ease-in-out}.SalePageGroupMore__text{color:#1f1f1f;font-size:14px;font-style:normal;font-weight:380;line-height:16px;text-transform:uppercase;margin-bottom:auto;margin-top:16px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.SalePageGroupMore__text{text-align:center}}.SalePageGroupPopular{display:flex;flex-direction:column;margin-top:48px}.SalePageGroupPopular:nth-of-type(2){margin-top:0}.SalePageGroupPopular__head{color:#1f1f1f;font-size:32px;font-weight:380;line-height:40px}@media screen and (max-width:1365px){.SalePageGroupPopular__head{width:100%;max-width:calc(100% - 32px);margin:0 auto;font-size:24px;line-height:32px}}.SalePageGroupPopular__body{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;margin-top:24px}.SalePageGroupPopular__body .ProductItem{max-width:260px;min-width:260px}@media screen and (max-width:1600px){.SalePageGroupPopular__body{grid-template-columns:repeat(3,1fr)}.SalePageGroupPopular__body .ProductItem{width:100%;max-width:100%;min-width:100%}}@media screen and (max-width:1365px){.SalePageGroupPopular__body{min-height:unset;margin:24px auto 0;grid-template-columns:repeat(3,1fr);grid-gap:0}.SalePageGroupPopular__body .ProductItem{width:100%;max-width:100%;min-width:100%;border-radius:0;border:1px solid #e1e4eb}.SalePageGroupPopular__body .ProductItem__name{font-size:12px;height:34px;line-height:140%}.SalePageGroupPopular__body .ProductItem__bottom-price-old-value,.SalePageGroupPopular__body .ProductItem__cashback p,.SalePageGroupPopular__body .ProductItem__container .ProductItemRating__count-word,.SalePageGroupPopular__body .ProductItem__credit p{font-size:12px}.SalePageGroupPopular__body .ProductItem__bottom-price-new{font-size:16px;line-height:20px}.SalePageGroupPopular__body .ProductItem__credit{margin-top:-4px}}@media screen and (max-width:1010px){.SalePageGroupPopular__body{grid-template-columns:repeat(3,1fr);margin:24px auto 0}}@media screen and (max-width:767px){.SalePageGroupPopular__body{grid-template-columns:repeat(2,1fr);grid-gap:0}}.SalePageGroupPopular__body .ProductItem__wrapper{height:auto;max-height:270px;min-height:270px}@media screen and (max-width:1600px){.SalePageGroupPopular__body .ProductItem__wrapper{height:auto;min-height:325px}}@media screen and (max-width:1439px){.SalePageGroupPopular__body .ProductItem__wrapper{min-height:317px;height:auto}}@media screen and (max-width:1365px){.SalePageGroupPopular__body .ProductItem__wrapper{border-radius:0;min-height:254px}}@media screen and (max-width:767px){.SalePageGroupPopular__body .ProductItem__wrapper{min-height:190px}}.SalePageGroupsItem{display:flex;flex-direction:column;margin-top:48px}@media screen and (max-width:1365px){.SalePageGroupsItem{margin-top:40px}}.SalePageGroupsItem:nth-of-type(4){margin-top:24px}.SalePageGroupsItem__head{color:#1f1f1f;font-size:24px;font-weight:380;line-height:32px}@media screen and (max-width:1365px){.SalePageGroupsItem__head{width:100%;max-width:calc(100% - 32px);margin:0 auto;font-size:20px;line-height:24px}}.SalePageGroupsItem__body{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;margin-top:24px}.SalePageGroupsItem__body .ProductItem{max-width:260px;min-width:260px}@media screen and (max-width:1600px){.SalePageGroupsItem__body{grid-template-columns:repeat(3,1fr)}.SalePageGroupsItem__body .ProductItem{width:100%;max-width:100%;min-width:100%}}@media screen and (max-width:1365px){.SalePageGroupsItem__body{min-height:unset;margin:24px auto 0;grid-template-columns:repeat(3,1fr);grid-gap:0}.SalePageGroupsItem__body .ProductItem{width:100%;max-width:100%;min-width:100%;border-radius:0;border:1px solid #e1e4eb}.SalePageGroupsItem__body .ProductItem__name{font-size:12px;height:34px;line-height:140%}.SalePageGroupsItem__body .ProductItem__bottom-price-old-value,.SalePageGroupsItem__body .ProductItem__cashback p,.SalePageGroupsItem__body .ProductItem__container .ProductItemRating__count-word,.SalePageGroupsItem__body .ProductItem__credit p{font-size:12px}.SalePageGroupsItem__body .ProductItem__bottom-price-new{font-size:16px;line-height:20px}.SalePageGroupsItem__body .ProductItem__credit{margin-top:-4px}}@media screen and (max-width:1010px){.SalePageGroupsItem__body{grid-template-columns:repeat(3,1fr);margin:24px auto 0}}@media screen and (max-width:767px){.SalePageGroupsItem__body{grid-template-columns:repeat(2,1fr);grid-gap:0}}.SalePageGroupsItem__body .ProductItem__wrapper{height:auto;max-height:270px;min-height:270px}@media screen and (max-width:1600px){.SalePageGroupsItem__body .ProductItem__wrapper{height:auto;min-height:325px}}@media screen and (max-width:1439px){.SalePageGroupsItem__body .ProductItem__wrapper{min-height:317px;height:auto}}@media screen and (max-width:1365px){.SalePageGroupsItem__body .ProductItem__wrapper{border-radius:0;min-height:254px}}@media screen and (max-width:767px){.SalePageGroupsItem__body .ProductItem__wrapper{min-height:190px}}.BadgesItem,.BadgesItem:after{display:flex;transition:all 250ms ease-in-out}.BadgesItem{width:124px;min-width:124px;height:120px;border-radius:8px;background:#fff;padding:16px 12px;flex-direction:column;position:relative;gap:16px}.BadgesItem:after{content:"";width:16px;height:16px;position:absolute;top:12px;right:12px;background:url(../assets/product-card/badge-info-icon.svg) no-repeat center}.BadgesItem:before{content:attr(data-gift);border-radius:16px;background:#f6eeee;position:absolute;left:8px;top:8px;padding:2px 8px;font-size:12px;color:#a35454;font-weight:520;text-transform:uppercase;display:none}.BadgesItem:hover{cursor:pointer;background:#e8e1d8}.BadgesItem:hover:after{background:url(../assets/product-card/badge-info-icon-hover.svg) no-repeat center}.BadgesItem:active{background:#dbcec0}.BadgesItem.gift:before{display:flex}.BadgesItem__img{width:40px;height:40px;min-height:40px;margin:0 auto}.BadgesItem__img img,.DeliveryBlockItem__wrapper img,.ProductPayAndWarrantyPopup__container-body-item-wrapper image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.BadgesItem__img-percent{position:absolute;left:43px;top:40px;width:38px;height:16px;overflow:hidden;color:#fff;text-align:center;font-size:10px;font-weight:630;line-height:16px;text-transform:uppercase}.BadgesItem__descr,.BadgesItem__text{color:#1f1f1f;text-transform:uppercase}.BadgesItem__text{font-weight:630;font-size:10px;line-height:16px;text-align:center;transition:all 250ms ease-in-out;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;letter-spacing:.04em;max-width:93px;margin:0 auto}.BadgesItem__descr{position:absolute;top:8px;left:8px;display:block;border-radius:8px;background:#f6f3ef;font-size:8px;font-weight:700;line-height:10px;padding:5px 8px}.ColorBlock{flex-direction:column}.ColorBlock,.ColorBlock__name{display:flex}@media screen and (max-width:1365px){.ColorBlock__name{padding:0 16px}}.ColorBlock__name p,.SizeBlock__name p{font-weight:330;font-size:14px;color:#7b7b7b}.ColorBlock__name p span,.SizeBlock__name p span{font-weight:380;color:#1f1f1f}.ColorBlock__container{display:flex;margin-top:16px;flex-wrap:wrap;gap:8px}@media screen and (max-width:1365px){.ColorBlock__container{flex-wrap:nowrap;overflow-x:auto;padding-left:16px}.ColorBlock__container::-webkit-scrollbar{display:none}}.BadgesPopup{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0}.BadgesPopup__overlay{background:rgba(28,28,41,.4);width:100%;height:100%;position:absolute;z-index:1}.BadgesPopup__container{display:flex;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.SizeBlock{flex-direction:column}.SizeBlock,.SizeBlock__name{display:flex}@media screen and (max-width:1365px){.SizeBlock__name{padding:0 16px}}.SizeBlock__container{display:flex;flex-wrap:wrap;gap:16px 12px;margin-top:16px}@media screen and (max-width:1365px){.SizeBlock__container{flex-wrap:nowrap;overflow-x:auto;padding-left:16px}.SizeBlock__container::-webkit-scrollbar{display:none}}.DeliveryBlockItem{display:grid;grid-template-columns:24px 278px 1fr 80px;grid-column-gap:16px;padding:20px 0;border-bottom:1px solid #ebebeb;width:100%}@media screen and (max-width:767px){.DeliveryBlockItem{display:flex;grid-column-gap:0;flex-wrap:wrap}}.DeliveryBlockItem:last-child{border-bottom:none}.DeliveryBlockItem__wrapper{display:flex;width:24px;height:24px}.DeliveryBlockItem__container{display:flex;flex-direction:column}@media screen and (max-width:767px){.DeliveryBlockItem__container{width:calc(100% - 40px);margin-left:16px}}.DeliveryBlockItem__container-name{font-weight:380;font-size:14px;color:#262729}.DeliveryBlockItem__container-addr{font-weight:380;font-size:14px;color:#404b7a;margin-top:8px;text-decoration:underline}.DeliveryBlockItem__container-addr:hover{text-decoration:unset;cursor:pointer}@media screen and (max-width:767px){.DeliveryBlockItem__container-addr{margin-bottom:16px}}.DeliveryBlockItem__time{font-weight:520;font-size:14px;color:#262729}@media screen and (max-width:767px){.DeliveryBlockItem__time{width:-moz-max-content;width:max-content;margin:0 auto 0 40px}}.DeliveryBlockItem__price{font-weight:520;font-size:14px;color:#56a463;justify-self:end}@media screen and (max-width:767px){.DeliveryBlockItem__price{width:-moz-max-content;width:max-content;margin-left:40px}}.DeliveryBlockPopup{width:100%;height:100vh;position:fixed;z-index:999;left:0;top:0}.DeliveryBlockPopup__overlay{background:#1c1c29;opacity:.4;width:100%;height:100%;position:absolute;z-index:1}.DeliveryBlockPopup__container{display:flex;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;flex-direction:column;width:720px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px}@media screen and (max-width:767px){.DeliveryBlockPopup__container{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:0}}.DeliveryBlockPopup__container-body{display:flex;flex-direction:column;margin-top:8px}.MainTechnologiesItem{display:flex;gap:24px;width:320px;height:240px;min-width:320px;position:relative;padding:24px;z-index:0}@media screen and (max-width:1365px){.MainTechnologiesItem{width:280px;min-width:280px;height:210px}}.MainTechnologiesItem:hover .MainTechnologiesItem__ico{background-image:url(../assets/product-card/info-icon-hover.svg);background-color:#a48561}.MainTechnologiesItem__image{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;border-radius:8px;-o-object-fit:cover;object-fit:cover;z-index:0}.MainTechnologiesItem__image:hover{cursor:pointer}.MainTechnologiesItem__text{color:#fff;font-size:16px;font-weight:380;line-height:140%;z-index:1;pointer-events:none;max-width:224px;align-self:flex-end}@media screen and (max-width:1365px){.MainTechnologiesItem__text{max-width:184px}}.MainTechnologiesItem__ico{width:24px;min-width:24px;height:24px;background-color:#fff;background-image:url(../assets/product-card/info-icon.svg);background-size:12px 12px;background-repeat:no-repeat;background-position:center;z-index:1;pointer-events:none;transition:all 250ms ease-in-out;margin-top:auto;margin-left:auto;display:flex;border-radius:50%}.MainTechnologiesPopup{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0}.MainTechnologiesPopup__overlay{background:#000;opacity:.32;width:100%;height:100%;position:absolute;z-index:1}.MainTechnologiesPopup__container{display:flex;flex-direction:column;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;width:512px;height:-moz-max-content;height:max-content;background:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.08);border-radius:8px;padding:24px}@media screen and (max-width:767px){.MainTechnologiesPopup__container{width:100%;height:100vh;position:absolute;border-radius:0;padding:16px}}.MainTechnologiesPopup__container-body{display:flex;flex-direction:column;margin-top:16px}.MainTechnologiesPopup__container-body img{border-radius:16px;overflow:hidden}.MainTechnologiesPopup__container-body h2,.MainTechnologiesPopup__container-body h3,.MainTechnologiesPopup__container-body h4,.MainTechnologiesPopup__container-body h5,.MainTechnologiesPopup__container-body h6{margin-top:32px;color:#1f1f1f;font-size:20px;font-weight:380;line-height:140%}@media screen and (max-width:767px){.MainTechnologiesPopup__container-body h2,.MainTechnologiesPopup__container-body h3,.MainTechnologiesPopup__container-body h4,.MainTechnologiesPopup__container-body h5,.MainTechnologiesPopup__container-body h6{font-size:18px}}.MainTechnologiesPopup__container-body p{margin-top:16px;color:#1f1f1f;font-size:14px;font-weight:380;line-height:24px}.MainTechnologiesPopup__container-body p span{font-weight:450}.MainTechnologiesPopup__container-body ul{margin-top:24px;display:flex;gap:16px}@media screen and (max-width:767px){.MainTechnologiesPopup__container-body ul{flex-direction:column;gap:24px}}.MainTechnologiesPopup__container-body ul li{width:153px;display:flex;flex-direction:column;gap:4px}@media screen and (max-width:767px){.MainTechnologiesPopup__container-body ul li{width:100%}}.MainTechnologiesPopup__container-body ul li p:first-child{margin-top:0;color:#1f1f1f;font-size:16px;font-weight:380;line-height:24px;text-align:center}.MainTechnologiesPopup__container-body ul li p:last-child{margin-top:0;color:#7b7b7b;text-align:center;font-size:14px;font-weight:380;line-height:140%}.TabCommentsList{display:flex;flex-direction:column}.TabCommentsList__top{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1365px){.TabCommentsList__top{flex-direction:row;align-items:center}}@media screen and (max-width:767px){.TabCommentsList__top{flex-direction:column-reverse}}.TabCommentsList__top-text{font-weight:400;font-size:16px;color:#4d5766;margin-right:10px}@media screen and (max-width:1365px){.TabCommentsList__top-text{margin-right:0;margin-bottom:10px}}.TabCommentsList__top-select{width:220px}@media screen and (max-width:767px){.TabCommentsList__top-select{width:100%;margin-top:24px}.TabCommentsList__top-btn{width:100%}}.TabCommentsList__top-btn .PrimaryButton{min-height:40px;height:40px;padding:10px 24px;min-width:240px}@media screen and (max-width:767px){.TabCommentsList__top-btn .PrimaryButton{height:48px;padding:14px 24px}}.TabCommentsList__bottom{display:flex;flex-direction:column;gap:24px}@media screen and (max-width:767px){.TabCommentsList__bottom{margin-top:16px}}.TabCommentsList__bottom-more{width:-moz-max-content;width:max-content;margin:32px auto 0;padding:12px 16px;color:#404b7a;gap:12px;font-size:14px;font-weight:450;line-height:16px;text-transform:uppercase;display:flex;transition:all 250ms ease-in-out;border-radius:8px}@media screen and (max-width:1365px){.TabCommentsList__bottom-more{margin:24px auto 0}}.TabCommentsList__bottom-more:after{content:"";background:url(../assets/product-card/arrow-down-16x16-blue.svg);width:16px;height:16px;transition:all 250ms ease-in-out}.TabCommentsList__bottom-more:hover{cursor:pointer;background:#f0f2fa}.TabCommentsList__bottom-more:active{background:#e6e9f5}.TabCommentsList__preloader{margin-top:24px}.ProductCardCompareProduct{width:100%;max-width:356px}@media screen and (max-width:1599px){.ProductCardCompareProduct{max-width:320px}}@media screen and (max-width:1439px){.ProductCardCompareProduct{max-width:312px}}@media screen and (max-width:1365px){.ProductCardCompareProduct{max-width:156px}}.ProductCardCompareProduct__wrapper{height:0;padding-bottom:100%;position:relative;display:flex;justify-content:center;align-items:center}.ProductCardCompareProduct__wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;left:0}.ProductCardCompareProduct__select{margin-top:16px;padding:0 24px}@media screen and (max-width:1365px){.ProductCardCompareProduct__select{padding:0}}@media screen and (max-width:767px){.ProductCardCompareProduct__select .FormSelect{max-width:156px}}@media screen and (max-width:1365px){.ProductCardCompareProduct__select .FormSelect__input{padding:12px 12px 12px 16px}}.ProductCardCompareProduct__select .FormSelect__input input{max-width:80%;overflow:hidden}.ProductCardCompareProduct__price{margin-top:16px;display:flex;gap:6px;align-items:center;padding:0 24px;justify-content:center}@media screen and (max-width:1365px){.ProductCardCompareProduct__price{flex-direction:column;padding:0;gap:0;height:48px;overflow:hidden}}.ProductCardCompareProduct__price-credit,.ProductCardCompareProduct__price-value{color:#1f1f1f;text-align:center;font-size:18px;font-weight:520;line-height:24px}@media screen and (max-width:1365px){.ProductCardCompareProduct__price-credit,.ProductCardCompareProduct__price-value{font-size:14px}}.ProductCardCompareProduct__buttons{display:flex;align-items:center;gap:24px;justify-content:center;margin-top:16px}@media screen and (max-width:1365px){.ProductCardCompareProduct__buttons{flex-direction:column;gap:16px}}.ProductCardCompareProduct__buy{display:flex;padding:10px 16px;border-radius:8px;background:#a48561;color:#fff;transition:all 250ms ease-in-out;font-size:14px;font-weight:450}@media screen and (max-width:1365px){.ProductCardCompareProduct__buy{padding:8px 16px}}.ProductCardCompareProduct__buy:hover{background:#b29779;cursor:pointer}.ProductCardCompareProduct__buy:active{background:#8b7152}.ProductCardCompareProduct__buy.not_available{background:#f5f5f5;color:#8e8e8e;pointer-events:none}.ProductCardCompareProduct__buy.preorder{color:#fff;background:#404b7a;pointer-events:none}.ProductCardCompareProduct__buy .Preloader{width:14px;height:14px}.ProductCardCompareProduct__buy .Preloader__first,.ProductCardCompareProduct__buy .Preloader__secont,.ProductCardCompareProduct__buy .Preloader__third{border-width:2px}.ProductCardCompareProduct__buy .Preloader__first{border-top-color:#fff;border-right-color:#fff}.ProductCardCompareProduct__link{color:#a48561;font-size:14px;font-weight:380;line-height:14px;display:flex;align-items:center;gap:4px;justify-content:center}.ProductCardCompareProduct__link:after{content:"";display:block;width:16px;height:16px;background:url(../assets/catalog/arrow-right-16x16.svg) no-repeat}.ProductCardCompareProduct__link:hover{text-decoration:underline}.ProductCardCompareProduct__chars{margin-top:32px;display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:center}@media screen and (max-width:1365px){.ProductCardCompareProduct__chars{gap:16px}}.ProductCardCompareProduct__chars-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding-bottom:24px;border-bottom:1px solid #e0e0e0}@media screen and (max-width:1365px){.ProductCardCompareProduct__chars-item{padding-bottom:16px}}.ProductCardCompareProduct__chars-item:last-child{border-bottom:unset}.ProductCardCompareProduct__chars-item-name{color:#7b7b7b;text-align:center;font-size:14px;font-weight:330;line-height:140%}.ProductCardCompareProduct__chars-item-value{color:#1f1f1f;text-align:center;font-size:16px;font-weight:380;line-height:140%}.CashBackPopup{padding:24px;display:flex;flex-direction:column;position:absolute;width:328px;background:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.08);border-radius:8px;z-index:3;bottom:calc(100% + 10px);opacity:0;transition:all 250ms ease-in-out;pointer-events:none}@media screen and (max-width:768px){.CashBackPopup{position:fixed;width:100%;height:100vh;left:0;top:0;z-index:999}}.CashBackPopup.active{opacity:1;pointer-events:all}.CashBackPopup__body{display:flex;flex-direction:column}.CashBackPopup__body-head{font-weight:380;font-size:14px;color:#1f1f1f;margin-top:20px}.CashBackPopup__body-list{padding-left:15px}.CashBackPopup__body-list-item{font-weight:380;font-size:14px;color:#1f1f1f;margin-top:12px}.PreorderPopup,.PreorderPopup__overlay{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0}.PreorderPopup__overlay{background:#000;opacity:.32;z-index:998}.PreorderPopup__container{width:360px;display:flex;flex-direction:column;padding:24px;left:0;top:0;bottom:0;right:0;margin:auto;z-index:999;position:fixed;height:-moz-max-content;height:max-content;background:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.08);border-radius:8px;overflow:hidden}@media screen and (max-width:767px){.PreorderPopup__container{width:100%;height:100%;border-radius:0;overflow-y:auto}}.PreorderPopup__body{display:flex;flex-direction:column}.PreorderPopup__body-text{font-weight:400;font-size:14px;line-height:20px;color:#1c1c29;margin-top:20px}.PreorderPopup__body-text-price{color:#404b7a;font-weight:500;white-space:nowrap}.PreorderPopup__body-text-activeTo,.PreorderPopup__body-text-delivery{font-weight:500}.PreorderPopup__body-inputs{display:flex;flex-direction:column;width:100%;margin-top:8px}.PreorderPopup__body-inputs .FormInput,.PreorderPopup__body-inputs .FormPhone,.PreorderPopup__body-inputs .PrimaryButton{margin-top:24px}.PreorderPopup__complete{display:flex;flex-direction:column;margin-top:48px}@media screen and (max-width:767px){.PreorderPopup__complete{height:-moz-fit-content;height:fit-content;margin-top:auto;margin-bottom:auto}}.PreorderPopup__complete-img{width:80px;height:80px;background:url(../assets/product-card/review-complete-icon.svg);background-size:100% 100%;margin:0 auto}.PreorderPopup__complete-text{margin-top:32px;padding:0 24px;margin-bottom:120px}@media screen and (max-width:767px){.PreorderPopup__complete-text{margin-bottom:unset}}.AddQuestionPopup__container-complete-text p,.AddReviewPopup__container-complete-text p,.PreorderPopup__complete-text p{text-align:center;font-size:14px;font-weight:380;line-height:140%;color:#7b7b7b}.AddQuestionPopup__container-complete-text p:first-child,.AddReviewPopup__container-complete-text p:first-child,.PreorderPopup__complete-text p:first-child{font-size:20px;font-weight:380;line-height:24px;color:#1f1f1f;margin-bottom:18px}.PreorderPopup__preloader,.PromoCodePopup{display:flex;position:absolute;opacity:0;transition:all 250ms ease-in-out;pointer-events:none}.PreorderPopup__preloader{left:0;top:0;align-items:center;justify-content:space-around;width:100%;height:100%;background:rgba(255,255,255,.5)}.PreorderPopup__preloader.active{pointer-events:auto;opacity:1}.PromoCodePopup{padding:24px;flex-direction:column;width:328px;background:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.08);border-radius:8px;z-index:3;bottom:calc(100% + 10px)}@media screen and (max-width:768px){.PromoCodePopup{position:fixed;width:100%;height:100vh;left:0;top:0;z-index:999}}.PromoCodePopup.active{opacity:1;pointer-events:all}.PromoCodePopup__body{display:flex;flex-direction:column;margin-top:20px}.PromoCodePopup__body-period{font-weight:450;font-size:14px;color:#a35454}.PromoCodePopup__body-head{font-weight:380;font-size:14px;color:#1f1f1f;margin-top:16px}.PromoCodePopup__body-list{padding-left:15px}.PromoCodePopup__body-list-item{font-weight:380;font-size:14px;color:#1f1f1f;margin-top:12px}.PromoCodePopup__body-foot{font-weight:380;font-size:12px;line-height:140%;color:#7b7b7b;margin-top:16px}.ProductCardFaqItem{display:flex;flex-direction:column;width:100%;background:0 0;padding:24px;height:-moz-max-content;height:max-content;border:1px solid #e8e1d8;border-radius:8px;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.ProductCardFaqItem{padding:16px 24px}}.ProductCardFaqItem:hover{cursor:pointer}.ProductCardFaqItem.active{background:#fff}.ProductCardFaqItem.active .ProductCardFaqItem__top{color:#a48561}.ProductCardFaqItem.active .ProductCardFaqItem__top:after{background:url(../assets/product-card/faq-minus.svg)}.ProductCardFaqItem__top{display:flex;justify-content:space-between;font-weight:380;font-size:14px;line-height:16px;color:#1f1f1f;align-items:flex-start;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.ProductCardFaqItem__top{align-items:center}}.ProductCardFaqItem__top:after{width:16px;min-width:16px;height:16px;background:url(../assets/product-card/faq-plus.svg);display:flex;content:"";margin-left:24px;transition:all 250ms ease-in-out}.ProductCardFaqItem__bottom{color:#1f1f1f;font-size:14px;font-weight:330;line-height:24px;margin-top:24px;padding-top:24px;border-top:1px solid #ebebeb}@media screen and (max-width:1365px){.ProductCardFaqItem__bottom{margin-top:16px;padding-top:16px}}.ProductCardCodeAndArticle{display:flex;align-items:center;gap:16px}.ProductCardCodeAndArticle__divider{width:1px;min-width:1px;height:calc(100% - 8px);background:#e8e1d8;display:flex}.ProductCardCodeAndArticle__article,.ProductCardCodeAndArticle__code{font-weight:330;font-size:14px;color:#7b7b7b;border-radius:8px;background:0 0;padding:8px 8px 8px 12px;gap:4px;position:relative;transition:all 250ms ease-in-out;display:flex;align-items:center}@media screen and (max-width:1365px){.ProductCardCodeAndArticle__article,.ProductCardCodeAndArticle__code{width:100%;justify-content:center}}.ProductCardCodeAndArticle__article span,.ProductCardCodeAndArticle__code span,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-article span,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-code span{color:#1f1f1f;font-weight:380}.ProductCardCodeAndArticle__article::after,.ProductCardCodeAndArticle__code::after{content:"";display:flex;width:16px;height:16px;background:url(../assets/product-card/copy-icon.svg);transition:all 250ms ease-in-out;margin-left:8px}.ProductCardCodeAndArticle__article:hover,.ProductCardCodeAndArticle__code:hover{background:#fff;cursor:pointer}.ProductCardCodeAndArticle__article:hover:after,.ProductCardCodeAndArticle__code:hover:after,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-article:hover:after,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-code:hover:after{background:url(../assets/product-card/copy-icon-hover.svg)}.ProductCardCodeAndArticle__article:active,.ProductCardCodeAndArticle__code:active{background:#f0eeeb}.ProductCardNameBlockPopup{font-weight:330;font-size:14px;color:#1f1f1f;padding:8px 16px;background:#fff;border-radius:8px;position:absolute;bottom:calc(100% + 8px);width:-moz-max-content;width:max-content;left:50%;transform:translateX(-50%);filter:drop-shadow(0 1px 8px rgba(0,0,0,.12));display:flex;align-items:center;justify-content:space-between;transition:all 250ms ease-in-out;pointer-events:none;z-index:999}.ProductCardNameBlockPopup:after{content:"";width:12px;height:12px;display:flex;position:absolute;left:0;right:0;margin:auto;transform:rotate(-45deg);bottom:-4px;background:#fff}@media screen and (max-width:1365px){.ProductCardNameBlockPopup:after{display:none}.ProductCardNameBlockPopup{position:fixed;width:calc(100% - 32px);left:0;right:0;bottom:16px;margin:auto;transform:unset;top:unset;padding:12px 12px 12px 16px;z-index:9;pointer-events:all}}.ProductCardNameBlockPopup__close{position:relative;height:26px;width:26px;text-align:center;background-image:url(../assets/header/cross-16x16-hover.svg);background-position:center;background-repeat:no-repeat;background-size:16px 16px;display:none;border:2px solid #e8e1d8;border-radius:50%}@media screen and (max-width:1365px){.ProductCardNameBlockPopup__close{display:flex}}.ProductCardNameBlockPopup__close svg{position:absolute;top:-2px;right:-2px;width:26px;height:26px;transform:rotateY(-180deg) rotateZ(-90deg)}.ProductCardNameBlockPopup__close svg circle{stroke-dasharray:76px;stroke-dashoffset:0;stroke-linecap:round;stroke-width:2px;stroke:#a48561;fill:none;animation:countdown 2600ms linear infinite forwards}.ProductPayAndWarrantyPopup{width:100%;height:100vh;position:fixed;z-index:999;left:0;top:0}.ProductPayAndWarrantyPopup__overlay{background:#1c1c29;opacity:.4;width:100%;height:100%;position:absolute;z-index:1}.ProductPayAndWarrantyPopup__container{display:flex;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;flex-direction:column;width:400px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px}@media screen and (max-width:767px){.ProductPayAndWarrantyPopup__container{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.ProductPayAndWarrantyPopup__container-body{display:flex;flex-direction:column;width:100%;margin-top:8px;overflow-y:auto}@media screen and (max-width:767px){.ProductPayAndWarrantyPopup__container-body{margin-top:8px}}.ProductPayAndWarrantyPopup__container-body-item{display:flex;align-items:center;width:100%;padding:20px 0;border-bottom:1px solid #ebebeb}.ProductPayAndWarrantyPopup__container-body-item:last-child{border-bottom:none}.ProductPayAndWarrantyPopup__container-body-item-wrapper{width:24px;height:24px}.ProductPayAndWarrantyPopup__container-body-item-text{font-weight:380;font-size:14px;color:#1f1f1f;margin-left:16px;line-height:16px}.AddQuestionPopup{display:flex;width:100%;height:100vh;position:fixed;left:0;top:0;z-index:10;padding:24px 0}.AddQuestionPopup__container{display:flex;flex-direction:column;padding:20px 24px 24px;background:#fff;border-radius:8px;width:480px;left:0;right:0;top:0;bottom:0;margin:auto;z-index:2;max-height:100%;position:relative}.AddQuestionPopup__container.complete{padding:20px 24px 24px;width:464px;height:428px}@media screen and (max-width:767px){.AddQuestionPopup__container,.AddQuestionPopup__container.complete{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}.AddQuestionPopup__container{padding:20px 16px 16px}}.AddQuestionPopup__container-head{display:flex;justify-content:space-between;align-items:center}.AddQuestionPopup__container-head-name{font-weight:380;font-size:20px;color:#1f1f1f;line-height:24px}.AddQuestionPopup__container-head-close{display:flex;background-image:url(../assets/header/cross-24x24.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;width:40px;height:40px;transition:all 250ms ease-in-out;border-radius:20px;margin-right:-12px;margin-top:-8px;background-color:#fff}@media screen and (max-width:1365px){.AddQuestionPopup__container-head-close{top:8px;right:8px}}.AddQuestionPopup__container-head-close:hover{background-color:#f5f5f5;cursor:pointer}.AddQuestionPopup__container-head-close:active{background-color:#ebebeb}.AddQuestionPopup__container-body{display:flex;flex-direction:column;margin-top:28px}.AddQuestionPopup__container-body::-webkit-scrollbar,.AddReviewPopup__container-body::-webkit-scrollbar,.ReplyReviewPopup__container-body::-webkit-scrollbar{display:none}.AddQuestionPopup__container-body .FormInput{margin-top:16px}.AddQuestionPopup__container-body-person{display:flex;flex-direction:column}.AddQuestionPopup__container-body .FormCheckbox,.AddQuestionPopup__container-body .PrimaryButton,.AddQuestionPopup__container-body-check{margin-top:24px}.AddQuestionPopup__container-body-offert{font-weight:380;font-size:12px;color:#8e8e8e;line-height:140%;display:inline;margin-top:16px;transition:all 250ms ease-in-out}.AddQuestionPopup__container-body-offert a,.AddReviewPopup__container-body-offert a,.ReplyReviewPopup__container-body-offert a{color:#404b7a;text-decoration:underline;transition:all 250ms ease-in-out}.AddQuestionPopup__container-complete{display:flex;flex-direction:column;margin-top:48px}@media screen and (max-width:767px){.AddQuestionPopup__container-complete{height:-moz-fit-content;height:fit-content;margin-top:auto;margin-bottom:auto}}.AddQuestionPopup__container-complete-img{width:80px;height:80px;background:url(../assets/product-card/review-complete-icon.svg);background-size:100% 100%;margin:0 auto}.AddQuestionPopup__container-complete-text{margin-top:32px;padding:0 24px;margin-bottom:120px}@media screen and (max-width:767px){.AddQuestionPopup__container-complete-text{margin-bottom:unset}}.AddQuestionPopup__container-preloader{width:100%;height:100vh;background:#fff;display:flex;align-items:center;justify-content:space-around;pointer-events:none;opacity:0;transition:all 250ms ease-in-out;border-radius:8px;position:absolute;left:0;top:0}.AddQuestionPopup__container-preloader.active{opacity:.5;pointer-events:all}.AddQuestionPopup__overlay{display:flex;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:1}.AddReviewPopup{display:flex;width:100%;height:100vh;position:fixed;left:0;top:0;z-index:10;padding:73px 0}.AddReviewPopup__container{display:flex;flex-direction:column;padding:20px 24px 24px;background:#fff;border-radius:8px;width:480px;left:0;right:0;top:0;bottom:0;margin:auto;z-index:2;max-height:100%;position:relative}@media screen and (max-width:767px){.AddReviewPopup__container{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.AddReviewPopup__container.complete{padding:20px 24px 24px;width:464px;height:428px}@media screen and (max-width:767px){.AddReviewPopup__container.complete{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.AddReviewPopup__container-head{display:flex;justify-content:space-between;align-items:center}.AddReviewPopup__container-head-name{font-weight:380;font-size:20px;color:#1f1f1f;line-height:24px}.AddReviewPopup__container-head-close{display:flex;background-image:url(../assets/header/cross-24x24.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;width:40px;height:40px;transition:all 250ms ease-in-out;border-radius:20px;margin-right:-12px;margin-top:-8px;background-color:#fff}@media screen and (max-width:1365px){.AddReviewPopup__container-head-close{top:8px;right:8px}}.AddReviewPopup__container-head-close:hover{background-color:#f5f5f5;cursor:pointer}.AddReviewPopup__container-head-close:active{background-color:#ebebeb}.AddReviewPopup__container-body{display:flex;flex-direction:column;margin-top:28px;overflow-x:auto}.AddReviewPopup__container-body .AddReviewPopupRating{margin-bottom:8px}.AddReviewPopup__container-body .FormInput,.AddReviewPopup__container-body .FormTextArea{margin-top:16px}.AddReviewPopup__container-body .FormCheckbox{margin-top:24px}.AddReviewPopup__container-body-media{display:flex;flex-direction:column;width:100%;margin-top:24px;margin-bottom:8px}.AddReviewPopup__container-body-media-head{font-weight:380;font-size:16px;color:#1f1f1f;line-height:20px}@media screen and (max-width:767px){.AddReviewPopup__container-body-media-head{margin-bottom:4px}}.AddReviewPopup__container-body-media-body{display:flex;flex-direction:column;width:100%}.AddReviewPopup__container-body-media-body-button{width:100%;display:flex;align-items:center;justify-content:space-around;text-transform:uppercase;transition:all 250ms ease-in-out;border:1px solid #e5e5ea;padding:12px 16px;font-size:14px;line-height:16px;font-weight:450;color:#a48561;border-radius:8px;background:#fff;margin-top:16px}.AddReviewPopup__container-body-media-body-button:hover{cursor:pointer;background:#f6f3ef;border:1px solid #f6f3ef}.AddReviewPopup__container-body-media-body-button:active{background:#e8e1d8;border:1px solid #e8e1d8}.AddReviewPopup__container-body-media-foot{display:flex;font-weight:380;font-size:12px;color:#8e8e8e;margin-top:16px;line-height:16px}.AddReviewPopup__container-body-person{display:flex;flex-direction:column}.AddReviewPopup__container-body .PrimaryButton{margin-top:24px;padding:12px 0;text-transform:uppercase;font-size:14px;font-weight:500;line-height:16px}.AddReviewPopup__container-body-offert{font-weight:380;font-size:12px;color:#8e8e8e;line-height:140%;display:inline;margin-top:16px;transition:all 250ms ease-in-out}.AddReviewPopup__container-complete{display:flex;flex-direction:column;margin-top:48px}@media screen and (max-width:767px){.AddReviewPopup__container-complete{height:-moz-fit-content;height:fit-content;margin-top:auto;margin-bottom:auto}}.AddReviewPopup__container-complete-img{width:80px;height:80px;background:url(../assets/product-card/review-complete-icon.svg);background-size:100% 100%;margin:0 auto}.AddReviewPopup__container-complete-text{margin-top:32px;padding:0 24px;margin-bottom:120px}@media screen and (max-width:767px){.AddReviewPopup__container-complete-text{margin-bottom:unset}}.AddReviewPopup__container-preloader{width:100%;height:-webkit-fill-available;background:#1c1c29;display:flex;align-items:center;justify-content:space-around;pointer-events:none;opacity:0;transition:all 250ms ease-in-out;border-radius:16px;position:absolute;left:0;top:0}@media screen and (max-width:1365px){.AddReviewPopup__container-preloader{border-radius:0}}.AddReviewPopup__container-preloader.active{opacity:.4;pointer-events:all}.AddReviewPopup__overlay{display:flex;position:absolute;left:0;top:0;width:100%;height:100%;background:#1c1c29;opacity:.4;z-index:1}.ReplyReviewPopup{display:flex;width:100%;height:100vh;position:fixed;left:0;top:0;z-index:10;padding:24px 0}.ReplyReviewPopup__container{display:flex;flex-direction:column;padding:20px 24px 24px;background:#fff;border-radius:8px;width:480px;left:0;right:0;top:0;bottom:0;margin:auto;z-index:2;max-height:100%;position:relative}.ReplyReviewPopup__container.complete{padding:20px 24px 24px;width:480px;height:428px}@media screen and (max-width:767px){.ReplyReviewPopup__container,.ReplyReviewPopup__container.complete{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px}.ReplyReviewPopup__container{padding:20px 16px 16px}}.ReplyReviewPopup__container-head{display:flex;justify-content:space-between;align-items:center}.ReplyReviewPopup__container-head-name{font-weight:380;font-size:20px;color:#1f1f1f;line-height:24px}.ReplyReviewPopup__container-head-close{display:flex;background-image:url(../assets/header/cross-24x24.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;width:40px;height:40px;transition:all 250ms ease-in-out;border-radius:20px;margin-right:-12px;margin-top:-8px;background-color:#fff}@media screen and (max-width:1365px){.ReplyReviewPopup__container-head-close{top:8px;right:8px}}.ReplyReviewPopup__container-head-close:hover{background-color:#f5f5f5;cursor:pointer}.ReplyReviewPopup__container-head-close:active{background-color:#ebebeb}.ReplyReviewPopup__container-body{margin-top:28px}.ReplyReviewPopup__container-body .FormInput{margin-top:16px}.ReplyReviewPopup__container-body,.ReplyReviewPopup__container-body-person{display:flex;flex-direction:column}.ReplyReviewPopup__container-body .PrimaryButton,.ReplyReviewPopup__container-body-check{margin-top:24px}.ReplyReviewPopup__container-body-offert{font-weight:380;font-size:12px;color:#8e8e8e;line-height:140%;display:inline;margin-top:16px;transition:all 250ms ease-in-out}.ReplyReviewPopup__container-complete{display:flex;flex-direction:column;margin-top:84px}@media screen and (max-width:768px){.ReplyReviewPopup__container-complete{height:-moz-fit-content;height:fit-content;margin-top:auto;margin-bottom:auto}}.ReplyReviewPopup__container-complete-img{width:80px;height:80px;background:url(../assets/product-card/review-complete-icon.svg);background-size:100% 100%;margin:0 auto}.ReplyReviewPopup__container-complete-text{margin-top:24px;padding:0 24px}.ReplyReviewPopup__container-complete-text p{text-align:center;font-size:14px;font-weight:400;line-height:24px;color:#71717a}.ReplyReviewPopup__container-complete-text p:first-child{font-size:20px;font-weight:400;line-height:24px;color:#1c1c29;margin-bottom:16px}.ReplyReviewPopup__container-preloader{width:100%;height:-webkit-fill-available;background:#1c1c29;display:flex;align-items:center;justify-content:space-around;pointer-events:none;opacity:0;transition:all 250ms ease-in-out;border-radius:16px;position:absolute;left:0;top:0}@media screen and (max-width:1365px){.ReplyReviewPopup__container-preloader{border-radius:0}}.ReplyReviewPopup__container-preloader.active{opacity:.4;pointer-events:all}.ReplyReviewPopup__overlay{display:flex;position:absolute;left:0;top:0;width:100%;height:100%;background:#1c1c29;opacity:.4;z-index:1}.SuppPopup{width:100%;height:100vh;position:fixed;z-index:999;left:0;top:0}.SuppPopup__overlay{background:rgba(0,0,0,.32);width:100%;height:100%;position:absolute;z-index:1}.SuppPopup__container{display:flex;position:fixed;right:0;top:0;z-index:2;flex-direction:column;width:400px;height:100%;max-height:100%;background:#fff;overflow-y:auto;padding:24px}@media screen and (max-width:1365px){.SuppPopup__container{width:100%;height:100%;top:0;left:0;border-radius:0}}.SuppPopup__container-body{display:flex;flex-direction:column}.SuppPopup__container-body-extra{color:#1c1c29;font-size:14px;font-weight:400;line-height:140%;margin-top:16px;padding:0 24px}@media screen and (max-width:1365px){.SuppPopup__container-body-extra{padding:0 16px;margin-top:12px}}.SuppPopup__container-body-top{display:flex;flex-direction:column;margin-top:20px;gap:16px}@media screen and (max-width:1365px){.SuppPopup__container-body-top{display:flex;flex-direction:column;padding:0 16px}}.SuppPopup__container-body-top-image{width:100%;height:0;padding-bottom:100%;position:relative;display:flex}.SuppPopup__container-body-top-image img{width:100%;height:100%;top:0;position:absolute;-o-object-fit:contain;object-fit:contain}.SuppPopup__container-body-top-info{display:flex;flex-direction:column;width:100%}.SuppPopup__container-body-top-info-code{display:flex;gap:16px;align-items:center;margin:0 auto}.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-article,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-code{font-weight:330;font-size:14px;color:#7b7b7b;background:0 0;padding:8px;gap:4px;position:relative;transition:all 250ms ease-in-out;display:flex;align-items:center}.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-article::after,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-code::after{content:"";display:flex;width:16px;height:16px;background:url(../assets/product-card/copy-icon.svg);transition:all 250ms ease-in-out}.SuppPopup__container-body-top-info-block .PriceAndBuy__promo-cashback p span:hover,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-article:hover,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-code:hover{cursor:pointer}.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-divider{width:1px;min-width:1px;height:calc(100% - 8px);background:#e8e1d8;display:flex}.SuppPopup__container-body-top-info-name{margin-top:16px;font-weight:380;font-size:20px;color:#1f1f1f;line-height:140%}.SuppPopup__container-body-top-info .ProductCardRating{margin-top:16px;justify-content:start}.SuppPopup__container-body-top-info-block{display:flex;flex-direction:row;margin-top:24px;justify-content:space-between;align-items:flex-end}@media screen and (max-width:1365px){.SuppPopup__container-body-top-info-block{align-items:unset}}.SuppPopup__container-body-top-info-block .PriceAndBuy__container{display:flex}.SuppPopup__container-body-top-info-block .PriceAndBuy__price{display:flex;flex-direction:column;justify-content:center}.SuppPopup__container-body-top-info-block .PriceAndBuy__price-old{font-weight:380;font-size:14px;color:#8e8e8e;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;line-height:16px}.SuppPopup__container-body-top-info-block .PriceAndBuy__price-old span:last-child{border-radius:4px;background:#f6eeee;padding:0 4px;font-weight:630;font-size:10px;color:#a35454;margin-left:8px}.SuppPopup__container-body-top-info-block .PriceAndBuy__price-new{font-weight:380;font-size:24px;line-height:32px;color:#1f1f1f;margin-top:8px}.SuppPopup__container-body-top-info-block .PriceAndBuy__price-new:first-child{margin-top:0}.SuppPopup__container-body-top-info-block .PriceAndBuy__promo-cashback{display:flex;align-items:center;position:relative;min-height:32px;margin-top:24px}@media screen and (max-width:1365px){.SuppPopup__container-body-top-info-block .PriceAndBuy__promo-cashback{margin-top:0;margin-left:24px}}.SuppPopup__container-body-top-info-block .PriceAndBuy__promo-cashback p{font-weight:400;font-size:14px;color:#fff;display:flex;align-items:flex-end}.SuppPopup__container-body-top-info-block .PriceAndBuy__promo-cashback p span{font-weight:500;font-size:16px;color:#0ac;margin-left:8px}.SuppPopup__container-body-bottom{display:flex;flex-direction:column;margin-top:32px;margin-bottom:auto}.SuppPopup__container-body-bottom .FullCharacteristicsGroup__list{margin-top:16px}.SuppPopup__container-body-bottom .FullCharacteristicsGroup__name{font-weight:380;font-size:16px}.SuppPopup__container-body-bottom .FullCharacteristicsGroupItem{display:flex;flex-direction:column}.SuppPopup__container-body-bottom .FullCharacteristicsGroupItem__name,.SuppPopup__container-body-bottom .FullCharacteristicsGroupItem__value{font-size:14px}@media screen and (max-width:767px){.SuppPopup__container-body-bottom .FullCharacteristicsGroupItem__name:after{display:none}}.SuppPopup__container-body .PrimaryButton{width:240px;margin:24px auto}@media screen and (max-width:1365px){.SuppPopup__container-body .PrimaryButton{width:calc(100% - 32px);margin:16px auto}}.SuppAddButton{width:100%;display:flex;padding:8px 12px;border:1px solid #e5e5ea;border-radius:16px;transition:all 250ms ease-in-out;align-items:center}.SuppAddButton:hover{background:#f7f7fa;border-color:transparent;cursor:pointer}.SuppAddButton:active{background:#f0f0f5}.SuppAddButton.active{border:1px solid #fdcccf}.SuppAddButton.active:hover{border-color:transparent;background:#feebec}.SuppAddButton.active:active{background:#fdcccf}.SuppAddButton.active .SuppAddButton__wrapper{background:url(../assets/product-card/supp-plus-icon-active.svg);transform:rotate(45deg)}.SuppAddButton.active .SuppAddButton__text{color:#ff3347}.SuppAddButton__wrapper,.SuppProduct__cashback::before{background-size:100% 100%;width:16px;height:16px;margin-right:8px}.SuppAddButton__wrapper{margin-left:auto;min-width:16px;background:url(../assets/product-card/supp-plus-icon.svg);transition:all 250ms ease-in-out}.SuppAddButton__text{font-weight:500;font-size:12px;color:#002;margin-right:auto;text-transform:uppercase}.SuppProduct{display:grid;grid-template-columns:64px minmax(0,1fr) 24px;align-items:center;width:280px;min-width:280px;position:relative;border-radius:8px;transition:all 250ms ease-in-out;padding:16px;border:1px solid #e8e1d8;gap:16px}.SuppProduct__wrapper{width:100%;height:0;padding-bottom:100%;overflow:hidden;position:relative;border-radius:4px}.SuppProduct__wrapper:hover{cursor:pointer}.SuppProduct__wrapper img{-o-object-fit:contain;object-fit:contain;position:absolute;left:0;top:0;width:100%;height:100%}.SuppProduct__container{display:flex;flex-direction:column}.SuppProduct__name{font-weight:380;font-size:14px;line-height:140%;color:#1f1f1f;height:40px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:all 250ms ease-in-out}.SuppProduct__name:hover{cursor:pointer;text-decoration:underline}.SuppProduct__price{margin-top:12px;flex-direction:column}.SuppProduct__price,.SuppProduct__price-wrapper{display:flex;gap:4px}.SuppProduct__price-wrapper-base{font-size:12px;font-weight:380;color:#8e8e8e;text-decoration:line-through}.SuppProduct__price-wrapper-discount{display:flex;padding:0 4px;justify-content:center;align-items:center;border-radius:4px;background:#f6eeee;color:#a35454;font-size:10px;font-weight:630;line-height:16px}.SuppProduct__cashback,.SuppProduct__price-current{font-weight:380;font-size:16px;color:#1f1f1f;line-height:20px}.SuppProduct__cashback{margin-top:8px;font-size:12px;line-height:14px;display:flex;align-items:center}.SuppProduct__cashback::before{display:flex;align-self:center;content:"";background-image:url(../assets/product-card/cashback-icon.svg)}.SuppProduct__cashback span{color:#a48561;margin-left:4px;font-weight:520}.SuppProduct__added,.SuppProduct__button{display:flex;transition:all 250ms ease-in-out}.SuppProduct__button{width:24px;height:24px;border-radius:50%;background-color:#f5f1eb;background-image:url(../assets/product-card/info-icon.svg);background-size:12px 12px;background-repeat:no-repeat;background-position:center}.SuppProduct__button:hover{background-color:#a48561;background-image:url(../assets/product-card/info-icon-hover.svg);cursor:pointer}.SuppProduct__button.active{background-color:#a48561;background-image:url(../assets/product-card/info-icon-active.svg)}.SuppProduct__button.active:hover{background-color:#a35454;background-image:url(../assets/product-card/info-icon-remove.svg)}.SuppProduct__added{background:#a48561;border-radius:8px;padding:6px 8px;position:absolute;align-items:center;justify-content:space-around;left:12px;top:12px;font-weight:630;font-size:10px;line-height:12px;color:#fff;text-transform:uppercase;opacity:0}.SuppProduct.added .SuppProduct__added{opacity:1}.CompareProductCardHead{background:#fff;border-radius:16px;display:flex;flex-direction:column;position:relative;border:1px solid #e1e4eb;height:436px}@media screen and (max-width:1365px){.CompareProductCardHead{border-radius:0;border-width:0 1px 1px 0;height:388px}}@media screen and (max-width:767px){.CompareProductCardHead{height:306px}}.CompareProductCardHead__wrapper{width:100%;height:272px;min-height:272px;display:flex;background:#f5f7fa;border-radius:16px 16px 0 0;overflow:hidden}@media screen and (max-width:1365px){.CompareProductCardHead__wrapper{height:232px;min-height:232px}}@media screen and (max-width:767px){.CompareProductCardHead__wrapper{height:164px;min-height:164px}}.CompareProductCardHead__wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.CompareProductCardHead__container{display:flex;flex-direction:column;padding:16px}@media screen and (max-width:767px){.CompareProductCardHead__container{padding:8px}}.CompareProductCardHead__container-name{display:flex;font-weight:400;height:44px;font-size:16px;line-height:22px;color:#1f1f1f;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.CompareProductCardHead__container-name:hover{text-decoration:underline}@media screen and (max-width:1365px){.CompareProductCardHead__container-name{font-size:14px;height:40px}.CompareProductCardHead__container .ProductItemRating{margin-top:8px}}.CompareProductCardHead__container-price{display:flex;flex-direction:column;margin-top:16px}.CompareProductCardHead__container-price-old span:first-child{font-weight:400;font-size:14px;color:#969aa3;line-height:16px;text-decoration:line-through}.CompareProductCardHead__container-price-old span:last-child{background:#a3463b;border-radius:10px;font-weight:700;font-size:12px;line-height:14px;color:#fff;padding:1px 6px;margin-left:8px}@media screen and (max-width:767px){.CompareProductCardHead__container-price-old span:last-child{margin-left:6px}}.CompareProductCardHead__container-price-current{font-weight:500;font-size:20px;line-height:24px;color:#a3463b;margin-top:4px}@media screen and (max-width:767px){.CompareProductCardHead__container-price-current{font-size:18px;line-height:22px}}.CompareProductCardHead__container-cart{width:40px;height:40px;background-color:transparent;border-radius:50%;background-image:url(../../../../../assets/product-item/cart-icon.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out;position:absolute;right:16px;bottom:16px}@media screen and (max-width:767px){.CompareProductCardHead__container-cart{right:8px;bottom:8px}}@media screen and (min-width:1366px){.CompareProductCardHead__container-cart:hover{background-color:#e8e1d4;cursor:pointer}}.CompareProductCardHead__container-cart.active::after{content:"";position:absolute;right:-1px;top:-1px;background-image:url(../../../../../assets/product-item/added-icon.svg);width:24px;height:24px;background-size:100% 100%;transition:all 250ms ease-in-out}.CompareProductCardHead__container-cart.disabled{opacity:.4;pointer-events:none}.AuthSocialButtonsButton{width:100%;border-radius:20px;display:flex;align-items:center;padding:8px 16px;transition:all 250ms ease-in-out}.AuthSocialButtonsButton:hover{cursor:pointer;opacity:.7}.AuthSocialButtonsButton__wrapper{margin:0 auto}.AuthSocialButtonsButton.apple{background:#000}.AuthSocialButtonsButton.apple .AuthSocialButtonsButton__wrapper{width:24px;height:24px;background:url(../assets/header/apple-logo.svg);background-size:100% 100%}.AuthSocialButtonsButton.apple .AuthSocialButtonsButton__text{color:#fff}.AuthSocialButtonsButton.google{background:#ebeef5}.AuthSocialButtonsButton.google .AuthSocialButtonsButton__wrapper{width:24px;height:24px;background:url(../assets/header/google-logo.svg);background-size:100% 100%}.AuthSocialButtonsButton.google .AuthSocialButtonsButton__text{color:#151515}.AuthSocialButtonsButton.facebook{background:#1877f2}.AuthSocialButtonsButton.facebook .AuthSocialButtonsButton__wrapper{width:24px;height:24px;background:url(../assets/header/facebook-logo.svg);background-size:100% 100%}.AuthSocialButtonsButton.facebook .AuthSocialButtonsButton__text{color:#fff}.MobileCatalogSubItem{display:flex;flex-direction:column;width:360px;height:100vh;top:0;left:-360px;transition:all 250ms ease-in-out;background:#fff;position:fixed;padding:8px;z-index:1}@media screen and (max-width:1365px){.MobileCatalogSubItem{width:304px;left:-304px;padding:8px}}.MobileCatalogSubItem.active{left:0}.MobileCatalogSubItem__head{display:flex;flex-direction:column;margin-left:16px;margin-top:8px}.MobileCatalogSubItem__head-text{font-weight:500;font-size:20px;color:#1f1f1f;line-height:24px}.MobileCatalogSubItem__head-wrapper{display:flex;align-items:center;background:0 0;transition:all 250ms ease-in-out;font-weight:500;font-size:12px;line-height:14px;text-transform:uppercase;color:#eb404c;margin-top:20px;width:-moz-max-content;width:max-content}.MobileCatalogSubItem__head-wrapper:hover{cursor:pointer}.MobileCatalogSubItem__head-wrapper::before{content:"";width:16px;height:16px;display:flex;margin-right:12px}.MobileCatalogSubItem__link{margin-top:40px;font-weight:400;font-size:14px;color:#eb404c;margin-left:16px}@media screen and (max-width:1365px){.MobileCatalogSubItem__link{margin-top:40px}}.MobileCatalogSubItem__link:hover{text-decoration:underline}.MobileCatalogSubItem__list{display:flex;flex-direction:column;width:100%;overflow-y:auto;margin-top:16px}.MobileCatalogSubItem__list-item{width:100%;display:flex;flex-direction:column;justify-content:center;background:0 0;padding:16px 8px 16px 16px;transition:all 250ms ease-in-out;position:relative;margin-top:16px;color:#1f1f1f;border-radius:8px}.MobileCatalogSubItem__list-item.active,.MobileCatalogSubItem__list-item:hover{background:#f7f7fa;cursor:pointer}.MobileCatalogSubItem__list-item:first-child{margin-top:0}.MobileCatalogSubItem__list-item::before{content:"";width:calc(100% - 32px);height:1px;background-color:#ebedf0;position:absolute;top:-8px;left:16px}.MobileCatalogSubItem__list-item-link{font-weight:400;font-size:14px;line-height:140%;color:#1f1f1f;transition:all 250ms ease-in-out;display:flex}.MobileCatalogSubItem__list-item-link::after{content:"";width:16px;min-width:16px;height:16px;background-size:100% 100%;transition:all 250ms ease-in-out;right:40px;margin-left:auto}.MobileCatalogSubItem__list-products{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 16px;padding:0 16px;margin-top:8px}.MobileCatalogSubProduct{display:flex;flex-direction:column;gap:16px}.MobileCatalogSubProduct__wrapper img{border-radius:8px;overflow:hidden}.MobileCatalogSubProduct__name{display:flex;justify-content:space-between;align-items:center}.MobileCatalogSubProduct__name-text{color:#1f1f1f;font-size:12px;font-weight:500;line-height:16px;display:flex;justify-content:space-between;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;transition:all 250ms ease-in-out}.MobileCatalogSubProduct__name-arrow{display:block;width:16px;height:16px;background-image:url(../assets/header/arrow-right-catalog-black.svg);background-repeat:no-repeat;background-position:center center;flex-shrink:0;transition:all 250ms ease-in-out;margin-left:8px}.MobileCatalogSubProduct__name:hover .MobileCatalogSubProduct__name-text{color:#eb404c}.SideBarClient{display:flex;flex-direction:column}.SideBarClient__button{display:flex;align-items:center;width:100%;padding:16px 12px 16px 16px;border-radius:8px;transition:all 250ms ease-in-out;background:0 0}.SideBarClient__button:hover{background:#f5f5f5}@media screen and (min-width:1366px){.SideBarClient__button:hover{cursor:pointer}}.SideBarClient__button:active{background:#ebebeb}.SideBarClient__button.active .SideBarClient__button-text{font-weight:520}.SideBarClient__button-text{font-weight:380;font-size:14px;color:#1f1f1f;line-height:16px}.SideBarClient__button-arrow{margin-left:auto;transition:all 250ms ease-in-out;background:url(../assets/header/arrow-down-16x16.svg);width:16px;height:16px;background-size:100% 100%}.SideBarClient__con{display:flex;width:100%;flex-direction:column;max-height:0;overflow:hidden;transition:all 500ms ease-in-out}.SideBarClient__con.active{max-height:900px}.SideBarClient__con-button{display:flex;align-items:center;width:100%;padding:16px;transition:all 250ms ease-in-out;font-weight:380;line-height:16px;font-size:14px;color:#1f1f1f;border-radius:8px}.SideBarClient__con-button:first-child{margin-top:0}.SideBarClient__con-button:hover{background:#f5f5f5;color:#1f1f1f}.SideBarClient__con-button:active{background:#ebebeb}.SideBarClient__button.active .SideBarClient__button-arrow{transform:rotate(180deg)}.SideBarSocButtons{margin:24px 0 0 16px;display:flex;align-items:center}.SideBarSocButtons__button{width:24px;height:24px;margin-left:32px;background-size:100% 100%;background-repeat:no-repeat;background-position:center;position:relative;transition:all 250ms ease-in-out}.SideBarSocButtons__button:first-child{margin-left:0}.SideBarSocButtons__button.telegram{background-image:url(../assets/header/telegram-logo-sidebar.svg)}.SideBarSocButtons__button.instagram{background-image:url(../assets/header/instagram-logo-sidebar.svg);transition:all 250ms ease-in-out}.SideBarSocButtons__button.youtube{background-image:url(../assets/header/youtube-logo-sidebar.svg);transition:all 250ms ease-in-out}.SideBarSocButtons__button.facebook{background-image:url(../assets/header/facebook-logo-sidebar.svg);transition:all 250ms ease-in-out;background-size:32px 32px}.RightButtonsProfile__button,.RightButtonsProfile__button-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:space-around;border-radius:20px}.RightButtonsProfile__button{position:relative;margin-left:8px;transition:all 250ms ease-in-out;border:1px solid transparent}.RightButtonsProfile__button-icon{background-image:url(../assets/header/profile-icon.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px;transition:all 500ms ease-in-out}.RightButtonsProfile__button:hover{cursor:pointer;border-color:#f7f7fa}.RightButtonsProfile__button:active{background-color:#f0f0f5}.RightButtonsProfile__button.disabled:hover{cursor:default}.RightButtonsProfile__button.active{background:#faf8f5}.RightButtonsProfile__button.active:hover{background:#f6f3ef;border-color:transparent}.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-dots .owl-dot:hover span,.RightButtonsProfile__button.active:active{background:#e8e1d8}.RightButtonsProfile__button.active .RightButtonsProfile__button-icon{background-image:url(../assets/header/profile-icon-active.svg)}.RightButtonsProfile__overlay{width:100%;height:100vh;background:#1f1f1f;opacity:0;position:absolute;left:0;top:0;z-index:998}.RightButtonsProfile__overlay:hover{cursor:initial}.RightButtonsProfile__popup{position:absolute;width:296px;padding:8px;background:#fff;border-radius:8px;top:calc(100% + 8px);z-index:999;display:flex;flex-direction:column;right:-48px;box-shadow:0 0 8px 0 rgba(0,0,0,.08)}.RightButtonsProfile__popup-divider{height:1px;background:#e5e5ea;margin:8px;display:flex}.RightButtonsProfile__popup-head{display:grid;grid-template-columns:40px 1fr 16px;grid-column-gap:16px;align-items:center;width:100%;padding:12px}.RightButtonsProfile__popup-head-left{width:40px;height:40px;background-color:#faf8f5;border-radius:50%;display:flex;justify-content:space-around;align-items:center;text-transform:uppercase;background-image:url(../assets/header/profile-icon-active.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px}.RightButtonsProfile__popup-head-right{display:flex;flex-direction:column}.RightButtonsProfile__popup-head-right-email,.RightButtonsProfile__popup-head-right-name{color:#1f1f1f;font-weight:380;font-size:14px;line-height:16px}.RightButtonsProfile__popup-head-right-email{margin-top:8px;color:#7b7b7b}.RightButtonsProfile__popup-head-arrow{width:16px;height:16px;background-image:url(../assets/header/arrow-right-16x16-black.svg);background-repeat:no-repeat;background-position:center;background-size:16px 16px;transition:all 250ms ease-in-out}.RightButtonsProfile__popup-body{display:flex;flex-direction:column;width:100%}.RightButtonsProfile__popup-body-item{display:flex;align-items:center;padding:12px 16px;width:100%;transition:all 250ms ease-in-out;border-radius:8px;background:0 0}.RightButtonsProfile__popup-body-item:hover{cursor:pointer;background:#f5f5f5}.RightButtonsProfile__popup-body-item:active{background:#ebebeb}.RightButtonsProfile__popup-body-item.disabled{opacity:.5;pointer-events:none}.BadgesPopupCardPaySale__body ol li:first-child,.BadgesPopupConsult__body-text p:first-child,.BadgesPopupReturn__body p:first-child,.RightButtonsProfile__popup-body-item:first-child{margin-top:0}.RightButtonsProfile__popup-body-item.m0{margin:0}.RightButtonsProfile__popup-body-item-wrapper{width:24px;height:24px;display:flex;align-items:center;justify-content:space-around;background-size:24px 24px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}.RightButtonsProfile__popup-body-item-wrapper.my-orders{background-image:url(../assets/header/my-orders-icon.svg)}.RightButtonsProfile__popup-body-item-wrapper.bonus{background-image:url(../assets/header/bonus-icon.svg)}.RightButtonsProfile__popup-body-item-wrapper.watched{background-image:url(../assets/header/watched-icon.svg)}.RightButtonsProfile__popup-body-item-wrapper.comments{background-image:url(../assets/header/my-reviews-icon.svg)}.RightButtonsProfile__popup-body-item-wrapper.logout{background-image:url(../assets/header/logout-icon.svg)}.RightButtonsProfile__popup-body-item-wrapper.liked{background-image:url(../assets/header/favorites-icon.svg)}.RightButtonsProfile__popup-body-item-wrapper.compare{background-image:url(../assets/header/compare-icon.svg)}.RightButtonsProfile__popup-body-item-wrapper.subscribes{background-image:url(../assets/header/subscribes-icon.svg)}.RightButtonsProfile__popup-body-item-text{font-weight:380;line-height:16px;font-size:14px;color:#1f1f1f;margin-left:12px}.UserBlock{display:flex;margin-top:20px}.UserBlock__no-log{display:flex;flex-direction:column;width:100%}.UserBlock__no-log-container,.UserBlock__no-log-wrapper{display:flex;align-items:center;border-radius:8px;background:0 0}.UserBlock__no-log-container{transition:all 250ms ease-in-out;padding:12px}.UserBlock__no-log-container:hover{background-color:#f5f5f5;cursor:pointer}.UserBlock__no-log-container:active{background:#ebebeb}.UserBlock__no-log-wrapper{width:24px;height:24px;justify-content:space-around}.UserBlock__no-log-wrapper-icon{width:24px;height:24px;background:url(../assets/header/profile-icon.svg);background-size:100% 100%}.UserBlock__no-log-text{font-weight:380;line-height:16px;font-size:14px;color:#1f1f1f;margin-left:8px;transition:all 250ms ease-in-out}.UserBlock__no-log-icon{margin-left:auto}.UserBlock__no-log-icon::after{content:"";display:flex;width:16px;height:16px;background-image:url(../assets/header/arrow-right-16x16-black.svg);transition:all 250ms ease-in-out}.UserBlock__no-log-bottom-text{line-height:140%;font-weight:380;font-size:12px;color:#7b7b7b;padding:0 16px;margin-top:8px}.UserBlock__logged{display:flex;flex-direction:column;width:100%;padding:12px}.UserBlock__logged-button{display:grid;grid-template-columns:40px 1fr 16px;grid-column-gap:16px;align-items:center;width:100%;cursor:pointer}.UserBlock__logged-button-wrapper{width:40px;height:40px;background:#faf8f5;border-radius:20px;background-image:url(../assets/header/profile-icon-active.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px;display:flex;justify-content:space-around;align-items:center;text-transform:uppercase}.UserBlock__logged-button-text{display:flex;flex-direction:column}.UserBlock__logged-button-text-email,.UserBlock__logged-button-text-name{color:#1f1f1f;font-weight:380;font-size:14px;line-height:16px}.UserBlock__logged-button-text-email{color:#7b7b7b;margin-top:8px}.UserBlock__logged-button-arrow{width:16px;height:16px;background-image:url(../assets/header/arrow-right-16x16-black.svg);background-repeat:no-repeat;background-position:center;background-size:16px 16px;transition:all 250ms ease-in-out}.SupportPageBenefitsItem{display:flex;flex-direction:column;gap:16px}.SupportPageBenefitsItem__img{display:flex;width:32px;height:32px;background-repeat:no-repeat;background-size:100%;background-position:center}.SupportPageBenefitsItem__img.calendar{background-image:url(../assets/support-page/calendar.svg)}.SupportPageBenefitsItem__img.status{background-image:url(../assets/support-page/status.svg)}.SupportPageBenefitsItem__img.consult{background-image:url(../assets/support-page/consult.svg)}.SupportPageBenefitsItem__img.repair{background-image:url(../assets/support-page/repair.svg)}.SupportPageBenefitsItem__img.warranty{background-image:url(../assets/support-page/warranty.svg)}.SupportPageBenefitsItem__img.certificate{background-image:url(../assets/support-page/certificate.svg)}.SupportPageBenefitsItem__content-title{color:#1f1f1f;font-size:16px;font-weight:380;line-height:24px}@media screen and (max-width:1365px){.SupportPageBenefitsItem__content-title{line-height:20px}}.SupportPageBenefitsItem__content-description{margin-top:12px;color:#7b7b7b;font-size:14px;font-weight:380;line-height:140%}.FullCharacteristicsGroupItem{display:grid;grid-template-columns:464px minmax(0,1fr);padding:21px 0;position:relative;grid-gap:24px;background:0 0;border-bottom:1px solid #e8e1d8}@media screen and (max-width:1365px){.FullCharacteristicsGroupItem{grid-template-columns:1fr;grid-gap:8px;border-radius:0;padding:22px 0}}.FullCharacteristicsGroupItem__name{width:100%;position:relative;height:-moz-fit-content;height:fit-content;display:flex}.FullCharacteristicsGroupItem__name-text{width:-moz-max-content;width:max-content;position:relative}@media screen and (max-width:1365px){.FullCharacteristicsGroupItem__name-text{width:unset}}.FullCharacteristicsGroupItem__name-text span{font-weight:330;font-size:16px;line-height:20px;color:#7b7b7b;padding-right:24px;position:relative;z-index:1}.FullCharacteristicsGroupItem__name-hint{width:20px;height:20px;background-image:url(../assets/product-card/hint-questionmark.svg);position:relative;padding-right:20px;background-repeat:no-repeat;transition:all 250ms ease-in-out}.FullCharacteristicsGroupItem__name-hint:before{width:32px;height:32px;box-shadow:0 4px 16px 0 rgba(0,0,0,.16);border:1px solid #ebeef5;background-color:#fff;background-image:url(../assets/header/cross-20x20.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:center;position:absolute;top:-40px;left:0;right:0;margin:auto}@media screen and (max-width:767px){.FullCharacteristicsGroupItem__name-hint{margin-left:auto}}.FullCharacteristicsGroupItem__name-hint.active{pointer-events:none;background-image:url(../assets/product-card/hint-questionmark-hover.svg)}.FullCharacteristicsGroupItem__name-hint:hover{cursor:pointer;background-image:url(../assets/product-card/hint-questionmark-hover.svg)}.FullCharacteristicsGroupItem__name-hint-popup{width:344px;height:-moz-fit-content;height:fit-content;padding:16px;position:absolute;top:calc(100% + 16px);border-radius:8px;background:#fff;filter:drop-shadow(0 0 8px rgba(0,0,0,.12));z-index:1}@media screen and (max-width:767px){.FullCharacteristicsGroupItem__name-hint-popup{position:fixed;bottom:24px;top:unset;left:0;right:0;width:calc(100% - 32px);height:-moz-max-content;height:max-content;margin:0 auto}}.FullCharacteristicsGroupItem__value{font-weight:380;font-size:16px;color:#1f1f1f;line-height:140%;position:relative;text-align:left}.BadgePopupComplete{display:flex;flex-direction:column;margin-top:60px;margin-bottom:120px}@media screen and (max-width:767px){.BadgePopupComplete{margin-top:auto;margin-bottom:auto}}.BadgePopupComplete__img{width:80px;height:80px;display:flex;margin:0 auto;background:url(../assets/product-card/badge-complete.svg)}.BadgePopupComplete__text{display:flex;flex-direction:column;margin-top:32px}@media screen and (max-width:767px){.BadgePopupComplete__text{padding:0 32px}}.BadgePopupComplete__text-sub,.BadgePopupComplete__text-top{font-weight:380;font-size:20px;color:#1f1f1f;text-align:center}.BadgePopupComplete__text-sub{margin-top:18px;font-size:14px;line-height:140%;color:#7b7b7b}.ColorItem{display:flex;align-items:center;justify-content:space-around;border:2px solid transparent;box-sizing:border-box;transition:all 250ms ease-in-out;border-radius:50%;width:32px;min-width:32px;height:32px;position:relative}@media screen and (max-width:1365px){.ColorItem:last-child{position:relative}.ColorItem:last-child::after{content:"";width:15px;position:absolute;left:100%;top:0;height:100%}}.ColorItem:first-child{margin-left:0}.ColorItem:hover{border:1px solid #a48561;cursor:pointer}.ColorItem.active{border:2px solid #a48561}.ColorItem.disabled{pointer-events:none}.ColorItem.disabled:after{content:"";position:absolute;width:24px;height:24px;background:url(../assets/product-card/disable-color.svg);top:1px;left:1px}.ColorItem span{width:24px;height:24px;box-shadow:inset 0 0 3px rgba(0,0,0,.45);margin:2px;border-radius:50%}.BadgesPopupCardPaySale{display:flex;flex-direction:column;width:400px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px}@media screen and (max-width:767px){.BadgesPopupCardPaySale{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;overflow-x:auto}}.BadgesPopupCardPaySale__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupCardPaySale__body p{color:#1f1f1f;font-size:14px;font-weight:380;line-height:140%}.BadgesPopupCardPaySale__body ol{margin-top:12px;padding-left:16px}.BadgesPopupCardPaySale__body ol li,.BadgesPopupConsult__body-text p{color:#1f1f1f;font-size:14px;font-weight:380;line-height:140%;margin-top:3px}.BadgesPopupCardPaySale__body div{margin-top:24px;color:#8e8e8e;font-size:12px;font-weight:380;line-height:140%}.BadgesPopupConsult{display:flex;flex-direction:column;width:400px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px}@media screen and (max-width:767px){.BadgesPopupConsult{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.BadgesPopupConsult__body{margin-top:20px}.BadgesPopupConsult__body,.BadgesPopupConsult__body-buttons,.BadgesPopupConsult__body-text{display:flex;flex-direction:column}.BadgesPopupConsult__body-text p{margin-top:16px}.BadgesPopupConsult__body-buttons-button{width:100%;padding:8px 24px;border-radius:8px;display:flex;align-items:center;justify-content:space-around;margin-top:16px}.BadgesPopupConsult__body-buttons-button span{width:-moz-fit-content;width:fit-content;color:#fff;font-weight:450;font-size:14px;display:flex;align-items:center}.BadgesPopupConsult__body-buttons-button span:before{width:24px;height:24px;display:flex;content:"";background-position:center;background-repeat:no-repeat;margin-right:16px}.BadgesPopupConsult__body-buttons-button.teleg{background:#2aabee}.BadgesPopupConsult__body-buttons-button.teleg span:before{background-image:url(../assets/product-card/telegramm-logo.svg)}.BadgesPopupConsult__body-buttons-button.viber{background:#7360f2}.BadgesPopupConsult__body-buttons-button.viber span:before{background-image:url(../assets/product-card/viber-logo.svg)}.BadgesPopupConsult__body-buttons-button.phone,.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-dots .owl-dot.active span{background:#a48561}.BadgesPopupConsult__body-buttons-button.phone span:before{background-image:url(../assets/product-card/phone-logo.svg)}.BadgesPopupDeliveryToday{display:flex;flex-direction:column;width:400px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px}@media screen and (max-width:767px){.BadgesPopupDeliveryToday{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.BadgesPopupDeliveryToday__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupDeliveryToday__body-text{display:flex;flex-direction:column;gap:12px}.BadgesPopupDeliveryToday__body-text p{font-weight:380;font-size:14px;color:#1f1f1f;display:flex}.BadgesPopupDeliveryToday__body-text p:before{content:"";display:flex;width:4px;height:4px;background:#1f1f1f;border-radius:50%;margin:0 8px;align-self:center}.BadgesPopupDeliveryToday__body-text p span{font-weight:520;color:#56a463;display:flex;margin-left:3px}.BudgesPopupCredit{display:flex;flex-direction:column;width:800px;height:-moz-fit-content;height:fit-content;background:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.08);border-radius:8px;padding:24px}@media screen and (max-width:870px){.BudgesPopupCredit{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px;overflow-x:auto}}.BudgesPopupCredit__body{display:flex;flex-direction:column;margin-top:20px;position:relative;padding-bottom:72px;gap:16px}@media screen and (max-width:870px){.BudgesPopupCredit__body{padding-bottom:71px;gap:8px}}.BudgesPopupCredit__foot{display:flex;flex-wrap:wrap;margin-top:24px;gap:16px}@media screen and (max-width:870px){.BudgesPopupCredit__foot{flex-direction:column;margin-bottom:85px}}.BudgesPopupCredit__foot-text{color:#8e8e8e;font-weight:380;font-size:12px}.BudgesPopupCredit__foot-link{font-weight:380;font-size:14px;color:#404b7a;margin-left:auto;width:-moz-max-content;width:max-content}@media screen and (max-width:870px){.BudgesPopupCredit__foot-link{margin-left:0}}.BudgesPopupCredit__foot-link:hover{text-decoration:underline}.BudgesPopupCredit .OverlayPreloader{border-radius:8px}.BadgeHeader{display:flex;align-items:center;justify-content:space-between;width:calc(100% + 12px);margin-top:-12px}@media screen and (max-width:767px){.BadgeHeader{width:100%;margin-top:0}}.BadgeHeader__name{font-weight:380;font-size:20px;line-height:24px;color:#1f1f1f;cursor:default}.BadgeHeader__close{width:40px;height:40px;background-color:transparent;background-image:url(../assets/header/cross-24x24.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px;transition:all 250ms ease-in-out;border-radius:20px}.BadgeHeader__close:hover{cursor:pointer;background-color:#f5f5f5}.BadgeHeader__close:active{background-color:#ebebeb}.BadgesPopupLive{display:flex;flex-direction:column;width:400px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px;position:relative}@media screen and (max-width:767px){.BadgesPopupLive{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.BadgesPopupLive__body{display:flex;flex-direction:column}.BadgesPopupLive__body-text{font-weight:380;font-size:14px;color:#1f1f1f;margin-top:20px}.BadgesPopupLive__body-inputs{display:flex;flex-direction:column;width:100%}.BadgesPopupLive__body-inputs .FormInput,.BadgesPopupLive__body-inputs .FormPhone{margin-top:24px}.BadgesPopupLive__body-d-t-button{display:flex;width:-moz-max-content;width:max-content;padding:10px 16px;color:#1f1f1f;font-size:14px;font-weight:380;line-height:16px;border-radius:8px;border:1px solid #ebebeb;transition:all 250ms ease-in-out}.BadgesPopupLive__body-d-t-button:hover{cursor:pointer;border:1px solid #f6f3ef;background:#f6f3ef}.BadgesPopupLive__body-d-t-button.disabled{color:#ebebeb;background:#fff}.BadgesPopupLive__body-d-t-button.active{background:#a48561;border:1px solid #a48561;color:#fff}.BadgesPopupLive__body-data{display:flex;flex-direction:column;margin-top:24px}.BadgesPopupLive__body-data-head{font-weight:380;font-size:16px;color:#1f1f1f}.BadgesPopupLive__body-data-container{margin-top:16px;display:flex;gap:12px}.BadgesPopupLive__body-time{margin-top:24px;display:flex;flex-direction:column}.BadgesPopupLive__body-time-head{font-weight:380;font-size:16px;color:#1f1f1f}.BadgesPopupLive__body-time-container{display:flex;overflow-y:auto;margin-top:16px;gap:12px}.BadgesPopupLive__body-time-container::-webkit-scrollbar{display:none}.BadgesPopupLive__body .submit{margin-top:24px}.BadgesPopupLive__body-link{font-weight:380;font-size:14px;color:#404b7a;margin:24px auto 0;width:-moz-max-content;width:max-content}.BadgesPopupFastOrder__body-offert a:hover,.BadgesPopupLive__body-link:hover{text-decoration:underline}.BadgesPopupLive .OverlayPreloader{border-radius:8px}.BadgesPopupFastOrder{display:flex;flex-direction:column;width:400px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px;position:relative}@media screen and (max-width:767px){.BadgesPopupFastOrder{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.BadgesPopupFastOrder__body{display:flex;flex-direction:column}.BadgesPopupFastOrder__body-text{font-weight:380;font-size:14px;line-height:140%;color:#1f1f1f;margin-top:20px}.BadgesPopupFastOrder__body-inputs{display:flex;flex-direction:column;width:100%}.BadgesPopupFastOrder__body-inputs .FormInput,.BadgesPopupFastOrder__body-inputs .FormPhone{margin-top:24px}.BadgesPopupFastOrder__body-inputs .PrimaryButton{margin-top:24px;text-transform:uppercase;font-size:14px;font-weight:500;line-height:16px}.BadgesPopupFastOrder__body-offert{margin-top:16px;font-weight:380;font-size:12px;line-height:18px;color:#8e8e8e}.BadgesPopupFastOrder__body-offert a{color:#404b7a}.BadgesPopupFastOrder .OverlayPreloader{border-radius:16px}.BadgesPopupOpenBox{display:flex;flex-direction:column;width:400px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px;position:relative}@media screen and (max-width:767px){.BadgesPopupOpenBox{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.BadgesPopupOpenBox__body{display:flex;flex-direction:column}.BadgesPopupOpenBox__body-text{font-weight:380;font-size:14px;line-height:140%;color:#1f1f1f;margin-top:20px}.BadgesPopupOpenBox__body-inputs{display:flex;flex-direction:column;width:100%}.BadgesPopupOpenBox__body-inputs .FormInput,.BadgesPopupOpenBox__body-inputs .FormPhone,.BadgesPopupOpenBox__body-inputs .PrimaryButton{margin-top:24px}.BadgesPopupOpenBox__body-link{font-weight:380;font-size:14px;color:#404b7a;margin:24px auto 0;width:-moz-max-content;width:max-content;text-decoration:underline}.BadgesPopupOpenBox__body-link:hover{text-decoration:unset}.BadgesPopupOpenBox .OverlayPreloader{border-radius:8px}.BadgesPopupGift{display:flex;flex-direction:column;width:640px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:24px}@media screen and (max-width:790px){.BadgesPopupGift{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px 16px 85px;overflow-x:auto}}.BadgesPopupGift__body{display:flex;flex-direction:column}.BadgesPopupGift__body-top,.BadgesPopupReturn__body p{margin-top:16px;color:#1c1c29;font-size:14px;font-weight:400;line-height:140%}.BadgesPopupGift__body-container{display:flex;margin-top:24px}@media screen and (max-width:790px){.BadgesPopupGift__body-container{flex-direction:column}}.BadgesPopupGift__body-container-wrapper{width:220px;min-width:220px;height:220px;display:flex}@media screen and (max-width:790px){.BadgesPopupGift__body-container-wrapper{width:100%;min-width:unset;height:auto}}.BadgesPopupGift__body-container-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.BadgesPopupGift__body-container-right{display:flex;flex-direction:column;margin-left:32px}@media screen and (max-width:790px){.BadgesPopupGift__body-container-right{margin-left:0;margin-top:16px}}.BadgesPopupGift__body-container-right-code{display:flex;align-items:center}.BadgesPopupGift__body-container-right-code-item{display:flex;align-items:center;background:0 0;border-radius:8px;width:-moz-max-content;width:max-content;padding:8px 12px;text-transform:uppercase;color:#86868f;font-weight:500;line-height:14px;font-size:12px;position:relative;transition:all 250ms ease-in-out}@media screen and (max-width:790px){.BadgesPopupGift__body-container-right-code-item{font-size:12px}}.BadgesPopupGift__body-container-right-code-item-value{color:#1c1c29;font-weight:500;margin-left:4px}.BadgesPopupGift__body-container-right-code-item .ProductCardNameBlockPopup{text-transform:none}.BadgesPopupGift__body-container-right-code-item-icon::after{content:"";display:flex;width:16px;height:16px;background-image:url(../assets/product-card/copy-icon.svg);background-repeat:no-repeat;background-position:center;margin-left:8px;transition:all 250ms ease-in-out}.BadgesPopupGift__body-container-right-code-item:hover{cursor:pointer}.BadgesPopupGift__body-container-right-code-item:hover .BadgesPopupGift__body-container-right-code-item-icon:after{background-image:url(../assets/product-card/copy-icon-hover.svg)}.BadgesPopupGift__body-container-right-code-item:active{background:#f0f0f5}.BadgesPopupGift__body-container-right-code-separator{width:1px;height:24px;background:#dadae0;margin:0 8px}.BadgesPopupGift__body-container-right-name{color:#222629;font-size:24px;font-weight:400;line-height:32px;margin-top:16px}.BadgesPopupGift__body-container-right .ProductItemRating{margin-top:12px;justify-content:flex-start}.BadgesPopupGift__body-container-right-bottom{display:flex;margin-top:24px;gap:24px;align-items:flex-end}@media screen and (max-width:790px){.BadgesPopupGift__body-container-right-bottom{flex-direction:column;align-items:flex-start}}.BadgesPopupGift__body-container-right-bottom-price{display:flex;flex-direction:column;width:60%;gap:5px}.BadgesPopupGift__body-container-right-bottom-price-old{display:flex;gap:8px}.BadgesPopupGift__body-container-right-bottom-price-old-value{color:#9b9ba3;font-size:14px;font-weight:400;text-decoration:line-through;line-height:16px}.BadgesPopupGift__body-container-right-bottom-price-old-discount{text-decoration:none;border-radius:4px;background:#feebec;padding:1px 6px;font-size:12px;color:#eb404c;font-weight:500;line-height:14px}.BadgesPopupGift__body-container-right-bottom-price-new{display:flex;gap:24px;align-items:baseline}.BadgesPopupGift__body-container-right-bottom-price-new-value{color:#1c1c29;font-size:24px;font-weight:500;line-height:32px}.BadgesPopupGift__body-container-right-bottom-price-new-cashback{color:#1c1c29;font-size:14px;font-weight:400;line-height:16px}.BadgesPopupGift__body-container-right-bottom-price-new-cashback span{color:#1c1c29;font-size:16px;font-weight:500;margin-left:8px}.BadgesPopupGift__body-container-right-bottom-button{width:100%;display:flex;align-items:center;justify-content:space-around;border-radius:20px;background:#eb404c;transition:all 250ms ease-in-out;color:#fff;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase;padding:8px 16px}@media screen and (max-width:790px){.BadgesPopupGift__body-container-right-bottom-button{width:100%}}.BadgesPopupGift__body-container-right-bottom-button:hover{cursor:pointer;background:#fb5467}.BadgesPopupGift__body-container-right-bottom-button:active{background:#ce2b35}.BadgesPopupGift__body-bottom{display:flex;margin-top:24px}.BadgesPopupGift__body-bottom .FullCharacteristicsGroupItem{grid-template-columns:1fr 1fr}@media screen and (max-width:790px){.BadgesPopupGift__body-bottom{width:calc(100% + 30px);margin-left:-15px;margin-top:32px}}.BadgesPopupReturn{display:flex;flex-direction:column;width:400px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px;position:relative}@media screen and (max-width:767px){.BadgesPopupReturn{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;overflow-x:auto}}.BadgesPopupReturn__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupReturn__body p{font-weight:380;color:#1f1f1f}.BadgesPopupReturn__body a{display:flex;margin-top:8px;transition:all 250ms ease-in-out;line-height:16px;text-decoration:underline}.BadgesPopupReturn__body a:hover{text-decoration:none}.BadgesPopupPickMagazine{display:flex;flex-direction:column;width:460px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px}@media screen and (max-width:767px){.BadgesPopupPickMagazine{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.BadgesPopupPickMagazine__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupPickMagazine__body-text{display:flex;flex-direction:column;gap:8px}.BadgesPopupPickMagazine__body-text p{font-size:14px;font-weight:380;line-height:16px;color:#1f1f1f}.BadgesPopupPickMagazine__body-text a,.BadgesPopupReturn__body a{color:#404b7a;font-size:14px;font-weight:380}.BadgesPopupPickMagazine__body-text a:hover{text-decoration:underline}.BadgesPopupPickMagazine__body-image{display:flex;margin-top:24px;background-image:url(../assets/product-card/store-map.png);background-size:100% 100%;width:412px;height:412px;position:relative}@media screen and (max-width:767px){.BadgesPopupPickMagazine__body-image{position:relative;background-size:cover;background-position:center;padding-bottom:100%;height:0;width:100%}}.BadgesPopupFreeDelivery{display:flex;flex-direction:column;width:460px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px}@media screen and (max-width:767px){.BadgesPopupFreeDelivery{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.BadgesPopupFreeDelivery__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupFreeDelivery__body-text{font-weight:380;font-size:14px;color:#1f1f1f;line-height:140%}.BadgesPopupFreeDelivery__body-text span{font-weight:500;color:#56a463}.BadgesPopupFreeDelivery__body-list{display:flex;flex-direction:column;margin-top:16px}.BadgesPopupFreeDelivery__body-list-item{display:flex;align-items:center;padding:16px 0;border-bottom:1px solid #ebebeb;position:relative;gap:8px}@media screen and (max-width:767px){.BadgesPopupFreeDelivery__body-list-item{flex-direction:column;padding-left:40px;align-items:flex-start}}.BadgesPopupFreeDelivery__body-list-item img{width:24px;height:24px;display:flex}@media screen and (max-width:767px){.BadgesPopupFreeDelivery__body-list-item img{position:absolute;left:0;top:20px}}.BadgesPopupFreeDelivery__body-list-item span{font-weight:330;font-size:14px;color:#1f1f1f;line-height:16px}.BadgesPopupFreeDelivery__body-list-item span:last-child{font-weight:450;margin-left:auto}@media screen and (max-width:767px){.BadgesPopupFreeDelivery__body-list-item span:last-child{margin-left:0}}.BadgesPopupFreeDelivery__body-list-item:last-child{border-bottom:none}.BadgesPopupPriceless{display:flex;flex-direction:column;width:400px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px;position:relative}@media screen and (max-width:767px){.BadgesPopupPriceless{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.BadgesPopupPriceless__body{display:flex;flex-direction:column}.BadgesPopupPriceless__body-text,.BadgesPopupSale__body p{font-weight:380;font-size:14px;line-height:20px;color:#1f1f1f;margin-top:20px}.BadgesPopupPriceless__body-inputs{display:flex;flex-direction:column;width:100%}.BadgesPopupPriceless__body-inputs .FormInput,.BadgesPopupPriceless__body-inputs .FormPhone,.BadgesPopupPriceless__body-inputs .PrimaryButton{margin-top:24px}.BadgesPopupPriceless__body-inputs-link{font-weight:380;font-size:14px;color:#404b7a;margin:24px auto 0;width:-moz-max-content;width:max-content;text-decoration:underline}.BadgesPopupPriceless__body-inputs-link:hover{text-decoration:unset}.BadgesPopupPriceless .OverlayPreloader,.BadgesPopupSale{border-radius:8px}.BadgesPopupSale{display:flex;flex-direction:column;width:400px;height:-moz-fit-content;height:fit-content;background:#fff;position:relative}@media screen and (max-width:767px){.BadgesPopupSale{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.BadgesPopupSale__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupSale__body p{line-height:140%;margin-top:16px}.BadgesPopupSale__body p:first-child{color:#404b7a;margin-top:0}.BadgesPopupSale__body a{width:100%;height:40px;display:flex;align-items:center;justify-content:space-around;background:#a48561;color:#fff;border-radius:8px;margin-top:24px;transition:all 250ms ease-in-out}.BadgesPopupSale__body a:hover{cursor:pointer;background:#b29779}.BadgesPopupSendToday{display:flex;flex-direction:column;width:468px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px}@media screen and (max-width:767px){.BadgesPopupSendToday{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.BadgesPopupSendToday__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupSendToday__body-text{font-weight:380;font-size:14px;color:#1f1f1f;line-height:140%}.BadgesPopupSendToday__body-delivery{display:flex;flex-direction:column;margin-top:16px}.BadgesPopupSendToday__body-delivery-text{font-weight:450;font-size:14px;color:#1f1f1f}.BadgesPopupSendToday__body-delivery-container{margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:12px}@media screen and (max-width:767px){.BadgesPopupSendToday__body-delivery-container{gap:8px}}.BadgesPopupSendToday__body-delivery-container-item{display:flex;flex-direction:column;padding:0 8px}.BadgesPopupSendToday__body-delivery-container-item-wrapper{width:32px;height:32px;display:flex;margin:0 auto;background-repeat:no-repeat;background-position:center center}.BadgesPopupSendToday__body-delivery-container-item-wrapper.new-post{background-image:url(../assets/product-card/new-post.svg)}.BadgesPopupSendToday__body-delivery-container-item-wrapper.justin{background-image:url(../assets/product-card/justin.svg)}.BadgesPopupSendToday__body-delivery-container-item-wrapper.ukr-post{background-image:url(../assets/product-card/ukr-post.svg)}.BadgesPopupSendToday__body-delivery-container-item-wrapper.meest{background:url(../assets/product-card/meest.svg)}.BadgesPopupSendToday__body-delivery-container-item-text{margin-top:12px;font-weight:380;font-size:12px;line-height:16px;color:#1f1f1f;text-align:center}.CommentsAllMediaPopup{display:flex;width:100%;height:100vh;position:fixed;left:0;top:0;z-index:10}.CommentsAllMediaPopup__container{display:flex;flex-direction:column;position:absolute;width:1280px;height:640px;border-radius:8px;left:0;right:0;top:0;bottom:0;margin:auto;z-index:2;background:#fff;max-height:90vh}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container{width:100%;height:100vh;max-height:unset;overflow-y:auto;border-radius:0}}.CommentsAllMediaPopup__container-head{display:flex;justify-content:space-between;align-items:center;padding:12px 12px 12px 24px}.CommentsAllMediaPopup__container-head-name{font-weight:380;font-size:20px;color:#1f1f1f;line-height:24px}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-head-name{display:flex;flex-direction:column;gap:8px}}.CommentsAllMediaPopup__container-head-name span{color:#8e8e8e}.CommentsAllMediaPopup__container-head-close{display:flex;background-image:url(../assets/header/cross-24x24.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;width:40px;min-width:40px;height:40px;transition:all 250ms ease-in-out;border-radius:20px;background-color:#fff}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-head-close{top:8px;right:8px}}.CommentsAllMediaPopup__container-head-close:hover{background-color:#f5f5f5;cursor:pointer}.CommentsAllMediaPopup__container-head-close:active{background-color:#ebebeb}.CommentsAllMediaPopup__container-body{display:grid;grid-template-columns:minmax(0,1fr) 488px;grid-gap:48px;width:100%;overflow-y:auto;margin-top:16px;height:100%;padding:0 24px}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body{grid-template-columns:minmax(0,1fr);height:-moz-fit-content;height:fit-content;padding:0;grid-gap:24px}}.CommentsAllMediaPopup__container-body-carousel.owl-carousel{width:560px;height:420px;margin:auto}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-carousel.owl-carousel{width:100%;height:auto}}.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-nav{position:absolute;top:50%;transform:translateY(-50%);margin-top:0;width:100%;display:flex;pointer-events:none}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-nav{display:none}}.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-nav .owl-next,.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-nav .owl-prev{width:40px;height:40px;padding:0;color:transparent;background-image:url(../assets/others/slider-button-arrow-b-n.svg);background-color:#f6f3ef;background-position:center;background-repeat:no-repeat;border-radius:50%;transition:background 250ms ease-in-out;pointer-events:all;position:absolute}.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-nav .owl-prev{transform:rotate(180deg);right:calc(100% + 32px)}.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-nav .owl-next:hover,.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-nav .owl-prev:hover{background-color:#e8e1d8}.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-nav .owl-next.disabled,.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-nav .owl-prev.disabled{background-image:url(../assets/others/slider-button-arrow-b-d.svg);background-color:#f5f5f5}.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-nav .owl-next{left:calc(100% + 32px);transform:rotate(0)}.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-dots{margin-top:16px!important;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;min-height:36px}.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-dots .owl-dot{margin-left:12px}.CommentsAllMediaPopup__container-body-carousel.owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;border-radius:50%;display:flex;background:#e8e1d8;transition:background 150ms ease-in-out}.CommentsAllMediaPopup__container-body-carousel-item{width:560px;height:0;padding-bottom:420px;position:relative}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-carousel-item{width:100%;padding-bottom:75%}}.CommentsAllMediaPopup__container-body-carousel-item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;left:0;top:0}.CommentsAllMediaPopup__container-body-comment{width:100%;overflow-y:auto;max-height:100%}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-comment{width:100%;padding:0 24px 24px;overflow-y:unset}}.CommentsAllMediaPopup__container-body-comment .TabCommentsListItem{padding:0;margin-top:0}.CommentsAllMediaPopup__container-body-comment .TabCommentsListItem__body{grid-template-columns:1fr;grid-gap:16px}.CommentsAllMediaPopup__container-body-comment .TabCommentsListItem__body-person-data{flex-direction:row;justify-content:space-between}.CommentsAllMediaPopup__container-body-comment .TabCommentsListItem__foot{display:none}.CommentsAllMediaPopup__container-body-comment .TabCommentsListItem__body-media-wrapper:hover{cursor:initial}.CommentsAllMediaPopup__container :root .catalog-wrap,.CommentsAllMediaPopup__container :root .catalog-wrap__list,.CommentsAllMediaPopup__container :root .new-review__body,.CommentsAllMediaPopup__container :root .search-city,.CommentsAllMediaPopup__container :root .service-menu.media-ios-bottom-menu,.CommentsAllMediaPopup__container _::-webkit-full-page-media,.CommentsAllMediaPopup__container _:future{padding-bottom:115px}.CommentsAllMediaPopup__overlay{display:flex;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:1}.BadgesPopupWarranty{display:flex;flex-direction:column;width:400px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px}@media screen and (max-width:767px){.BadgesPopupWarranty{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.BadgesPopupWarranty__body{margin-top:20px;font-weight:380;font-size:14px;line-height:140%;color:#1f1f1f}.BadgesPopupWarranty__body span{font-weight:520;color:#a48561}.BadgesPopupWarranty__body a{text-decoration:underline;color:#404b7a}.SizeItem{border:1px solid #e8e1d8;box-sizing:border-box;border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;transition:all 250ms ease-in-out;position:relative}@media screen and (max-width:1365px){.SizeItem:last-child{position:relative}.SizeItem:last-child::after{content:"";width:15px;position:absolute;left:100%;top:0;height:100%}}.SizeItem:hover{border:1px solid #a48561;cursor:pointer}.SizeItem.active{border:2px solid #a48561}.SizeItem.preorder{border:1px solid #e6e9f5;justify-content:center;padding-right:40px}.SizeItem.preorder:before{content:"";position:absolute;width:16px;height:16px;background:url(../assets/product-card/preorder-size-icon.svg);top:0;bottom:0;margin-top:auto;margin-bottom:auto;right:12px}.SizeItem.preorder:hover{border:1px solid #404b7a}.SizeItem.preorder.active{border:2px solid #404b7a}.SizeItem.active.disabled,.SizeItem.disabled{pointer-events:none;border-radius:8px;border:1px solid #e0e0e0;justify-content:center;position:relative}.SizeItem.active.disabled:after,.SizeItem.disabled:after{content:"";position:absolute;width:24px;height:24px;background:url(../assets/product-card/disable-color.svg);top:0;left:0;right:0;bottom:0;margin:auto}.SizeItem.disabled .SizeItem__name,.SizeItem.disabled .SizeItem__value{color:#7b7b7b}.SizeItem.disabled.active{border:2px solid #a48561}.SizeItem__name,.SizeItem__value{font-weight:330;font-size:14px;color:#1f1f1f;white-space:nowrap}.SizeItem__value{font-weight:520;margin-top:8px}.TabCommentsListItem{display:flex;flex-direction:column;width:100%;height:-moz-max-content;height:max-content;padding-bottom:24px;border-bottom:1px solid #e8e1d8}.TabCommentsListItem:last-child{border-bottom:unset}.TabCommentsListItem__body{display:grid;grid-template-columns:170px 1fr;gap:32px}@media screen and (max-width:767px){.TabCommentsListItem__body{display:flex;flex-direction:column;gap:24px}}.TabCommentsListItem__body-rev-container{display:flex;flex-direction:column}.TabCommentsListItem__body-rev-container-head{display:flex;width:100%;margin-bottom:24px}.TabCommentsListItem__body-rev-container-head-text{font-size:16px;font-weight:450;color:#1f1f1f;line-height:20px}.TabCommentsListItem__body-person{margin-top:16px}.TabCommentsListItem__body-person-data{display:flex;flex-direction:column;gap:8px}.TabCommentsListItem__body-person-data-name{font-size:14px;font-weight:380;line-height:16px;color:#1f1f1f}.TabCommentsListItem__body-person-data-date{font-size:14px;font-weight:80;line-height:16px;color:#8e8e8e}.TabCommentsListItem__body-rating{display:flex;align-items:center;gap:2px}.TabCommentsListItem__body-rating-stars{display:flex;flex-direction:column;position:relative;overflow:hidden}.TabCommentsListItem__body-rating-stars-item{display:flex;gap:2px;overflow:hidden}.TabCommentsListItem__body-rating-stars-item.fill{position:absolute;overflow:hidden;width:0;max-width:98px}.TabCommentsListItem__body-rating-stars-empty,.TabCommentsListItem__body-rating-stars-fill{width:16px;min-width:16px;min-height:16px;height:16px;background-size:100% 100%}.TabCommentsListItem__body-rating-stars-fill{background-image:url(../assets/product-card/rating-star-fill.svg)}.TabCommentsListItem__body-rating-stars-empty{background-image:url(../assets/product-card/rating-star-empty.svg)}.TabCommentsListItem__body-text{font-size:14px;font-weight:330;line-height:160%;color:#232323;width:100%;word-wrap:break-word}.TabCommentsListItem__body-media{display:flex;margin-top:16px;gap:12px}.TabCommentsListItem__body-media-wrapper{width:64px;height:64px;overflow:hidden;transition:all 250ms ease-in-out;border-radius:4px;border:2px solid transparent;box-shadow:0 0 0 2px transparent}.TabCommentsListItem__body-media-wrapper:hover{cursor:pointer}.BadgesPopupCreditItem__wrapper img,.TabCommentsListItem__body-media-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.TabCommentsListItem__body-sub{margin-top:16px;color:#1f1f1f;font-size:14px;font-weight:330;line-height:160%}.TabCommentsListItem__body-sub-title{font-weight:450}.TabCommentsListItem__body-content{width:100%;overflow:hidden}.TabCommentsListItem__foot{display:flex;width:100%;margin-top:24px;align-items:center;padding-top:16px;border-top:1px solid #e8e1d8}.TabCommentsListItem__foot-answer,.TabCommentsListItem__foot-feedbacks,.TabCommentsListItem__foot-likes{font-size:14px;font-weight:380;color:#1f1f1f;background:0 0;padding:8px;align-items:center;transition:all 250ms ease-in-out;display:flex;gap:8px;border-radius:8px}.TabCommentsListItem__foot-answer::before,.TabCommentsListItem__foot-feedbacks::before,.TabCommentsListItem__foot-likes::before{content:"";width:16px;height:16px;background-size:100% 100%;transition:all 250ms ease-in-out;display:flex}.TabCommentsListItem__foot-answer:hover,.TabCommentsListItem__foot-feedbacks:hover,.TabCommentsListItem__foot-likes:hover{cursor:pointer;background:#f6f3ef}.TabCommentsListItem__foot-answer:active,.TabCommentsListItem__foot-feedbacks:active,.TabCommentsListItem__foot-likes:active{background:#e8e1d8}.TabCommentsListItem__foot-answer.disabled,.TabCommentsListItem__foot-feedbacks.disabled,.TabCommentsListItem__foot-likes.disabled{cursor:default;pointer-events:none}.TabCommentsListItem__foot-answer::before{background-image:url(../assets/product-card/review-answer-icon.svg)}.TabCommentsListItem__foot-feedbacks{margin-left:8px}.TabCommentsListItem__foot-feedbacks::before{background-image:url(../assets/product-card/review-feedback-icon.svg)}.TabCommentsListItem__foot-likes{margin-left:auto}.TabCommentsListItem__foot-likes::before{background-image:url(../assets/product-card/review-like-icon.svg)}.TabCommentsListItem__replies{display:flex;flex-direction:column;width:100%;padding-bottom:24px}.TabCommentsListItem__replies-list{display:flex;flex-direction:column;width:100%;gap:16px}.TabCommentsListItem__replies-list-item{display:flex;flex-direction:column;padding:16px 0 16px 24px;border-left:1px solid #dbcec0}.TabCommentsListItem__replies-list-item:first-child{margin-top:16px}.TabCommentsListItem__replies-list-item-comment{font-size:14px;font-weight:330;line-height:160%;color:#232323;margin-top:16px}.TabCommentsListItem__replies-list-item-bottom{display:flex;justify-content:space-between;align-items:center}.TabCommentsListItem__replies-list-item-bottom-name{font-size:14px;font-weight:450;line-height:16px;color:#1f1f1f}.TabCommentsListItem__replies-list-item-bottom-manager{font-size:12px;font-weight:520;line-height:14px;text-transform:uppercase;padding:5px 12px;color:#fff;border-radius:4px;background:#a48561}.TabCommentsListItem__replies-list-item-bottom-date{font-size:14px;font-weight:380;line-height:16px;color:#8e8e8e}.TabCommentsListItem__replies-hide{width:-moz-max-content;width:max-content;margin:16px auto 0;padding:12px 16px;color:#404b7a;gap:12px;font-size:14px;font-weight:450;line-height:16px;text-transform:uppercase;transition:all 250ms ease-in-out;display:flex;border-radius:8px}.TabCommentsListItem__replies-hide:after{content:"";background:url(../assets/product-card/arrow-down-16x16.svg);width:16px;height:16px;transition:all 250ms ease-in-out;transform:rotate(180deg)}.TabCommentsListItem__replies-hide:hover{cursor:pointer;background:#f0f2fa}.TabCommentsListItem__replies-hide:active{background:#e6e9f5}.AddReviewPopupRating{display:flex;justify-content:space-around;width:-moz-max-content;width:max-content;margin:0 auto;gap:32px}.AddReviewPopupRating__container{display:flex;flex-direction:column;align-items:center}.AddReviewPopupRating__container:hover{cursor:pointer}.AddReviewPopupRating__container-star{width:32px;height:32px;background-image:url(../assets/product-card/review-rating-star-big-empty.svg);display:flex;background-size:32px 32px;transition:all 250ms ease-in-out}.AddReviewPopupRating__container-text{font-weight:400;font-size:14px;color:#002;transition:all 250ms ease-in-out;margin-top:10px}@media screen and (max-width:767px){.AddReviewPopupRating__container-text{display:none}}.AddReviewPopupRating__container.active .AddReviewPopupRating__container-star{background-image:url(../assets/product-card/review-rating-star-big-fill.svg)}.BadgesPopupTestDrive{display:flex;flex-direction:column;width:400px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px;position:relative}@media screen and (max-width:767px){.BadgesPopupTestDrive{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.BadgesPopupTestDrive__body{display:flex;flex-direction:column}.BadgesPopupTestDrive__body-text{font-weight:380;font-size:14px;line-height:140%;color:#1f1f1f;margin-top:20px}.BadgesPopupTestDrive__body-text span{color:#404b7a}.BadgesPopupTestDrive__body-inputs{display:flex;flex-direction:column;width:100%}.BadgesPopupTestDrive__body-inputs .FormInput,.BadgesPopupTestDrive__body-inputs .FormPhone,.BadgesPopupTestDrive__body-inputs .PrimaryButton{margin-top:24px}.BadgesPopupTestDrive__body-inputs-link{font-weight:380;font-size:14px;color:#404b7a;margin:24px auto 0;width:-moz-max-content;width:max-content;text-decoration:underline}.BadgesPopupTestDrive__body-inputs-link:hover{text-decoration:unset}.BadgesPopupTestDrive .OverlayPreloader{border-radius:16px}.BadgesPopupCreditItem{display:flex;align-items:center;padding:16px;border-radius:8px;border:1px solid #ebebeb;background:#fff}@media screen and (max-width:870px){.BadgesPopupCreditItem{flex-direction:column;align-items:flex-start;gap:16px}}.BadgesPopupCreditItem__top{display:flex}@media screen and (max-width:870px){.BadgesPopupCreditItem__top{justify-content:space-between;width:100%}}.BadgesPopupCreditItem__top .RadioButton{display:none}@media screen and (max-width:870px){.BadgesPopupCreditItem__top .RadioButton{display:flex}}.BadgesPopupCreditItem__wrapper{width:32px;height:32px;display:flex}.BadgesPopupCreditItem__info{display:flex;flex-direction:column;margin-left:24px;gap:8px}@media screen and (max-width:870px){.BadgesPopupCreditItem__info{margin-left:0}}.BadgesPopupCreditItem__info-name{font-size:16px;font-weight:380;line-height:20px;color:#1f1f1f}.BadgesPopupCreditItem__info-count,.BadgesPopupCreditItem__info-text{font-size:14px;font-weight:380;line-height:16px;color:#7b7b7b}.BadgesPopupCreditItem__select{width:140px;display:flex;margin-left:auto}@media screen and (max-width:870px){.BadgesPopupCreditItem__select{margin-left:0;width:100%}}.BadgesPopupCreditItem__price{font-size:18px;font-weight:380;line-height:24px;color:#262729;margin-right:32px;margin-left:32px}@media screen and (max-width:870px){.BadgesPopupCreditItem__price{margin-left:0;margin-right:0}}.BadgesPopupCreditItem__radio{display:flex}@media screen and (max-width:870px){.BadgesPopupCreditItem__radio{display:none}}.BadgesPopupCreditItem__order{display:flex;position:absolute;bottom:0;left:0;right:0;justify-content:space-around}.BadgesPopupCreditItem__order .PrimaryButton{width:240px}@media screen and (max-width:870px){.BadgesPopupCreditItem__order .PrimaryButton{width:100%}}.BadgesPopupCreditSelect{width:100%;height:36px;display:flex;flex-direction:column;position:relative}.BadgesPopupCreditSelect__input{background:#fff;border:1px solid #ebebeb;box-shadow:unset;border-radius:8px;padding:12px 12px 12px 16px;position:relative;transition:all 250ms ease-in-out;display:flex;gap:8px;height:40px}@media screen and (max-width:1365px){.BadgesPopupCreditSelect__input{height:40px}}.BadgesPopupCreditSelect__input:hover{cursor:pointer;border:1px solid #a48561}.BadgesPopupCreditSelect__input.active{border:1px solid #a48561;background:#f6f3ef}.BadgesPopupCreditSelect__input::after{content:"";display:flex;position:absolute;top:11px;right:12px;width:16px;min-width:16px;height:16px;background:url(../assets/product-card/credit-arrow-down.svg);background-size:100% 100%;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.BadgesPopupCreditSelect__input::after{top:8px}}.BadgesPopupCreditSelect__input input{font-weight:400;font-size:16px;color:#1c1c29;pointer-events:none;font-family:"MiSans Latin",sans-serif}.BadgesPopupCreditSelect__input.active::after{transform:rotate(180deg)}.BadgesPopupCreditSelect__list{width:100%;left:0;top:calc(100% + 8px);box-sizing:border-box;flex-direction:column;background:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.12);border-radius:8px;position:absolute;max-height:256px;overflow-y:auto;opacity:0;display:flex;padding:8px 0;transition:all 250ms ease-in-out;pointer-events:none;z-index:2}.BadgesPopupCreditSelect__list.active{opacity:1;pointer-events:all}.BadgesPopupCreditSelect__list-item{padding:12px 16px;background:#fff;transition:all 250ms ease-in-out;color:#1f1f1f;font-size:14px;font-weight:380}.BadgesPopupCreditSelect__list-item:hover{background:#faf8f5;cursor:pointer}