@keyframes flip-item{0%,to{transform:scaleX(1)}25%,75%{transform:scaleX(0)}50%{transform:scaleX(-1)}}@keyframes move{0%,23%,to{transform:translateX(0) translateY(0)}10%,20%{transform:translateX(0) translateY(-350%)}15%,17%{transform:translateX(0) translateY(-400%)}}@keyframes move2{0%,26%,to{transform:translateX(0) translateY(0)}10%{transform:translateX(0) translateY(-370%)}15%,17%{transform:translateX(0) translateY(-530%)}20%{transform:translateX(0) translateY(-450%)}23%{transform:translateX(0) translateY(-150%)}}@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 skeleton-anim{to{transform:translateX(100%)}}@keyframes ucwfs-anim{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes countdown{0%{stroke-dashoffset:0}to{stroke-dashoffset:76px}}.CatalogPage{display:flex;flex-direction:column;width:100%;margin:48px auto 0;max-width:1440px}@media screen and (max-width:1600px){.CatalogPage{max-width:1320px}}@media screen and (max-width:1439px){.CatalogPage{max-width:1296px}}@media screen and (max-width:1365px){.CatalogPage{max-width:100%;margin-top:24px}}.CatalogPage__top{display:grid;grid-template-columns:265px minmax(0,1fr) 88px;grid-column-gap:32px}.CatalogPage__top.open{grid-template-columns:322px minmax(0,1fr) 88px}@media screen and (max-width:1600px){.CatalogPage__top.open{grid-template-columns:312px minmax(0,1fr) 88px}}@media screen and (max-width:1440px){.CatalogPage__top.open{grid-template-columns:306px minmax(0,1fr) 88px}}@media screen and (max-width:1365px){.CatalogPage__top{display:flex;flex-wrap:wrap;grid-gap:0;padding:0 16px}}.CatalogPage__top-filter{font-weight:500;font-size:14px;color:#262729;padding:8px 16px 8px 12px;display:flex;align-items:center;transition:all 250ms ease-in-out;border-radius:8px;text-transform:uppercase}.CatalogPage__top-filter span{width:20px;height:20px;background:#8a6827;display:flex;align-items:center;justify-content:space-around;color:#fff;font-size:12px;font-weight:700;line-height:12px;border-radius:50%;margin-left:8px}.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{order:1;width:-moz-max-content;width:max-content;padding:8px 12px;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__top-filter:hover{cursor:pointer;background:#f3f0e9}.CatalogPage__top-smart{display:flex;flex-wrap:wrap}@media screen and (max-width:1365px){.CatalogPage__top-smart{order:3;width:100%;margin-top:15px;flex-wrap:nowrap;overflow-y:auto}.CatalogPage__top-smart.empty{margin-top:0}.CatalogPage__top-smart::-webkit-scrollbar{display:none}}.CatalogPage__top-buttons{display:flex;width:100%;justify-content:space-between}@media screen and (max-width:1365px){.CatalogPage__top-buttons{order:2;width:80px;margin-left:auto}}.CatalogPage__top-buttons.loading{pointer-events:none}.CatalogPage__top-buttons-large,.CatalogPage__top-buttons-small{background-color:#fff;border-radius:8px;width:40px;height:40px;transition:all 250ms ease-in-out;background-size:24px 24px;background-repeat:no-repeat;background-position:center}.CatalogPage__top-buttons-large:hover,.CatalogPage__top-buttons-small:hover{background-color:#f3f0e9;cursor:pointer}.CatalogPage__top-buttons-small{background-image:url(../assets/catalog/small-grid.svg)}.CatalogPage__top-buttons-small.active{background-image:url(../assets/catalog/small-grid-active.svg);pointer-events:none}.CatalogPage__top-buttons-large{background-image:url(../assets/catalog/big-grid.svg)}.CatalogPage__top-buttons-large.active{background-image:url(../assets/catalog/big-grid-active.svg);pointer-events:none}.CatalogPage__body{display:flex;margin-top:24px}@media screen and (max-width:1365px){.CatalogPage__body{margin-top:16px;padding:0 20px}.CatalogPage__body .CatalogSelectedFilters{display:none}}@media screen and (max-width:767px){.CatalogPage__body{padding:0 16px}}.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}.Footer{display:flex;flex-direction:column;width:100%;background:#262729;padding:32px 32px 16px;margin-top:48px}@media screen and (max-width:1365px){.Footer{padding:8px 24px 24px;margin-top:32px}}@media screen and (max-width:767px){.Footer{padding:8px 16px 80px}}.Footer__main{max-width:1440px;width:100%;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:45px}@media screen and (max-width:1600px){.Footer__main{max-width:1320px;grid-gap:24px}}@media screen and (max-width:1439px){.Footer__main{max-width:1296px}}@media screen and (max-width:1365px){.Footer__main{display:flex;flex-direction:column;grid-gap:0}}.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:72px;border-bottom:1px solid #383a3d}.Footer__main-item.active{max-height:900px}.Footer__main-item.active .Footer__main-item-head:after{background:url(../assets/footer/minus.svg)}}.Footer__main-item-head{font-weight:400;font-size:16px;line-height:20px;color:#fff;position:relative}@media screen and (max-width:1365px){.Footer__main-item-head{padding:24px 0;font-size:16px;line-height:24px}}.Footer__main-item-head:after{content:"";width:16px;height:16px;background:url(../assets/footer/plus.svg);display:none;position:absolute;right:10px;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}@media screen and (max-width:1365px){.Footer__main-item-list{margin-top:0}}.Footer__main-item-list-li{display:flex;margin-top:24px;font-weight:400;font-size:14px;color:#969aa3}@media screen and (max-width:1365px){.Footer__main-item-list-li{margin-top:0;margin-bottom:24px;align-items:center}.Footer__main-item-list-li:last-child{margin-bottom:32px}}.Footer__main-item-list-li:hover{text-decoration:underline}.Footer__main-contacts{display:flex;flex-direction:column}@media screen and (max-width:1365px){.Footer__main-contacts{margin-top:32px}}.Footer__main-contacts-container:first-child,.Footer__main-contacts:first-child{margin-top:0}.AvailableServicesPopup__container-body ol,.Footer__main-contacts-container{display:flex;flex-direction:column;margin-top:24px}.Footer__main-contacts-container-phone{display:flex;flex-direction:column}.Footer__main-contacts-container-phone-link{font-weight:400;font-size:18px;color:#fff;transition:all 250ms ease-in-out}.Footer__main-contacts-container-phone-link:hover{color:#b9a47d;text-decoration:underline}.Footer__main-contacts-container-phone-text{font-weight:400;font-size:14px;color:#969aa3;margin-top:8px}.Footer__main-contacts-container-time{margin-top:16px;color:#fff;font-weight:400;font-size:14px}.Footer__main-contacts-container-soc{display:flex;width:100%}.Footer__main-contacts-container-soc-button{width:32px;height:32px;margin-left:24px;background-size:100% 100%;margin-top:24px;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-logo.svg)}.Footer__bottom{display:flex;justify-content:space-between;margin:32px auto 0;padding-top:16px;border-top:1px solid #383a3d;max-width:1440px;width:100%;align-items:center}@media screen and (max-width:1600px){.Footer__bottom{max-width:1320px}}@media screen and (max-width:1439px){.Footer__bottom{max-width:1296px}}@media screen and (max-width:1365px){.Footer__bottom{padding-top:24px}}@media screen and (max-width:767px){.Footer__bottom{flex-direction:column}}.Footer__bottom-cards{display:flex}.Footer__bottom-cards-card{width:72px;height:32px;display:flex;margin-left:24px;background-repeat:no-repeat;background-position:center}@media screen and (max-width:1365px){.Footer__bottom-cards-card{margin-left:16px}}.Footer__bottom-cards-card:first-child{margin-left:0}.Footer__bottom-cards-card.master{background-image:url(../assets/footer/master-card-logo.svg);width:128px}.Footer__bottom-cards-card.visa{background-image:url(../assets/footer/visa-logo.svg);width:114px}.Footer__bottom-soc{display:flex;width:-moz-fit-content;width:fit-content}@media screen and (max-width:767px){.Footer__bottom-soc{margin-top:32px}}.Footer__bottom-soc-link{width:32px;height:32px;display:flex;background-repeat:no-repeat;background-position:center;margin-left:24px;position:relative;background-color:#2f3033;border-radius:50%;transition:all 250ms ease-in-out}.Footer__bottom-soc-link:hover{background-color:#a18652}.Footer__bottom-soc-link:first-child{margin-left:0}.Footer__bottom-soc-link.facebook{background-image:url(../assets/footer/facebook-logo.svg)}.Footer__bottom-soc-link.youtube{background-image:url(../assets/footer/yotube-logo.svg)}.Footer__bottom-soc-link.insta{background-image:url(../assets/footer/instagramm-logo.svg)}.Footer__bottom-link,.Footer__bottom-policy{font-weight:400;font-size:14px;color:#fff;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.Footer__bottom-link,.Footer__bottom-policy{margin-top:24px}}.Footer__bottom-link:hover,.Footer__bottom-policy:hover{color:#b9a47d;text-decoration:underline}.Header{width:100%;height:64px;margin:0;padding:0;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.08);display:flex;align-items:center}.Header.no-bs{box-shadow:none}.Header.checkout .Header__container{max-width:1272px;width:100%}@media screen and (max-width:1365px){.Header.checkout .Header__container-logo{margin-left:0}}.Header.checkout .Header-callback{margin-left:auto}@media screen and (max-width:1600px){.Header.checkout .Header-callback__top-button,.Header.checkout .Header-callback__top-button p,.Header.checkout .Header-callback__top-button:after,.Header.checkout .Header-callback__top-button:before{display:flex}}@media screen and (max-width:767px){.Header.checkout .Header-callback__top-button p,.Header.checkout .Header-callback__top-button:after{display:none}}@media screen and (max-width:1365px){.Header{height:56px;z-index:5}}.Header__container{max-width:1440px;margin:0 auto;display:flex;align-items:center;width:100%;position:relative}@media screen and (max-width:1600px){.Header__container{max-width:1320px}}@media screen and (max-width:1439px){.Header__container{max-width:1296px}}@media screen and (max-width:1365px){.Header__container{padding:0 8px;max-width:100%}}.Header__container-logo{width:128px;height:16px;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%}.Header__container-list-item{font-weight:500;font-size:14px;color:#262729;align-items:center;display:flex;margin-left:24px;transition:all 250ms ease-in-out}.Header__container-list-item.products{padding:8px 16px;border-radius:20px;color:#8a6827;margin-left:32px;background:#f3f0e9}.Header__container-list-item.products::before{content:"";width:24px;height:24px;background:url(../assets/header/catalog-button.svg);background-size:100% 100%;margin-right:12px;transition:all 500ms ease-in-out}.Header__container-list-item.products:hover{color:#8a6827;background:#e8e1d4}.Header__container-list-item.products:hover::before{background:url(../assets/header/catalog-button-hover.svg)}.Header__container-list-item.products:active{color:#8a6827;background:#dcd2be}.Header__container-list-item.products.active{color:#8a6827;background:#f3f0e9}.Header__container-list-item.products.active::before{background:url(../assets/header/catalog-button-active.svg)}.Header__container-list-item.active,.Header__container-list-item:hover{cursor:pointer;color:#8a6827}.Header__container-list-item.loading::before{animation:rotate-anim 1s infinite linear}.Header__container-list-item.active::before{transform:rotate(180deg)}.MainPage{display:flex;flex-direction:column;width:100%;margin:24px auto 0;max-width:1440px}@media screen and (max-width:1600px){.MainPage{max-width:1320px}}@media screen and (max-width:1439px){.MainPage{max-width:1296px}}@media screen and (max-width:1365px){.MainPage{max-width:100%;margin-top:16px}}.ProductCardChar{width:100%;display:flex;flex-direction:column;margin:32px auto 0;max-width:1440px;scroll-margin-top:65px}@media screen and (max-width:1600px){.ProductCardChar{max-width:1320px}}@media screen and (max-width:1439px){.ProductCardChar{max-width:1296px}}@media screen and (max-width:1365px){.ProductCardChar{max-width:100%}}@media screen and (max-width:767px){.ProductCardChar{margin-top:24px}}.ProductCardChar__name{font-weight:500;font-size:32px;color:#262729;width:100%}@media screen and (max-width:1365px){.ProductCardChar__name{padding:0 20px;font-size:24px}}@media screen and (max-width:767px){.ProductCardChar__name{padding:0 16px;display:flex;flex-direction:column}}.ProductCardChar__name span{color:#969aa3}@media screen and (max-width:767px){.ProductCardChar__name span{margin-top:8px}}.ProductCardChar__container{display:flex;width:100%;margin-top:32px}@media screen and (max-width:767px){.ProductCardChar__container{margin-top:16px}}.ProductCardAccessories{width:100%;display:flex;flex-direction:column;margin:32px auto 48px;max-width:1440px}@media screen and (max-width:1600px){.ProductCardAccessories{max-width:1320px}}@media screen and (max-width:1439px){.ProductCardAccessories{max-width:1296px}}@media screen and (max-width:1365px){.ProductCardAccessories{max-width:100%;margin:24px auto 32px}}.ProductCardAccessories__head{font-weight:500;font-size:32px;color:#262729;width:100%}@media screen and (max-width:1365px){.ProductCardAccessories__head{padding:0 20px;font-size:24px}}@media screen and (max-width:767px){.ProductCardAccessories__head{padding:0 16px;display:flex;flex-direction:column}}.ProductCardAccessories__head span{color:#969aa3}@media screen and (max-width:767px){.ProductCardAccessories__head span{margin-top:8px}}.ProductCardAccessories__body{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;margin-top:32px;width:100%;overflow:hidden}.ProductCardAccessories__body .ProductItem{width:100%;height:auto}@media screen and (max-width:1440px){.ProductCardAccessories__body{grid-gap:24px}}@media screen and (max-width:1365px){.ProductCardAccessories__body{grid-template-columns:repeat(2,1fr);grid-gap:16px;margin-top:24px;padding:0 20px}}@media screen and (max-width:767px){.ProductCardAccessories__body{grid-template-columns:1fr;grid-gap:16px;padding:0 16px}}.ComparePage{width:100%;display:flex;flex-direction:column;margin-top:24px}.ComparePage__head{display:flex;justify-content:space-between;align-items:center;margin-top:32px}@media screen and (max-width:1365px){.ComparePage__head{flex-direction:column;row-gap:24px;padding:0 20px;align-items:initial;margin-top:24px}}@media screen and (max-width:767px){.ComparePage__head{padding:0 16px;margin-top:16px}}.ComparePage__head-left,.ComparePage__head-right{display:flex;gap:32px;align-items:center}@media screen and (max-width:1365px){.ComparePage__head-left,.ComparePage__head-right{gap:16px}}.ComparePage__head-left-button{display:flex;align-items:center;width:-webkit-fill-available;height:40px;padding:4px 12px 4px 16px;font-weight:500;font-size:14px;color:#a3463b;position:relative;border-radius:20px;transition:all 250ms ease-in-out;border:1px solid #e1e4eb;gap:8px}@media screen and (max-width:1365px){.ComparePage__head-left-button{padding:8px;width:56px;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;border:1px solid transparent;background:#f6edeb}.ComparePage__head-left-button:active{background:#eddad8}@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:500;line-height:32px;color:#262729;width:100%;margin:0 auto}@media screen and (max-width:1365px){.ComparePage__title{padding:0 20px}}@media screen and (max-width:767px){.ComparePage__title{line-height:28px;padding:0 16px}}.ComparePage__body{display:flex;margin:24px auto 0;max-width:1440px;width:100%}@media screen and (max-width:1600px){.ComparePage__body{max-width:1320px}}@media screen and (max-width:1439px){.ComparePage__body{max-width:1296px}}@media screen and (max-width:1365px){.ComparePage__body{max-width:100%;margin-top:24px}}.ComparePageEmpty{margin:24px auto 48px;max-width:1440px;width:100%}@media screen and (max-width:1600px){.ComparePageEmpty{max-width:1320px}}@media screen and (max-width:1439px){.ComparePageEmpty{max-width:1296px}}@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:500;line-height:32px;color:#262729}.ComparePageEmpty__container{width:708px;display:flex;flex-direction:column;align-items:center;margin:48px auto 0}@media screen and (max-width:767px){.ComparePageEmpty__container{width:328px}}.ComparePageEmpty__container-image{height:320px;width:506px;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:300px;height:190px;background-size:contain;background-position:center center}}.ComparePageEmpty__container-image img,.ProductItem__wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ComparePageEmpty__container-text{font-size:32px;font-weight:400;line-height:40px;margin-top:32px;color:#262729}@media screen and (max-width:767px){.ComparePageEmpty__container-text{text-align:center;font-size:24px}}.ComparePageEmpty__container-descr{margin-top:24px;font-size:16px;font-weight:400;line-height:20px;color:#454a52}@media screen and (max-width:767px){.ComparePageEmpty__container-descr{max-width:328px;text-align:center;margin-top:16px}}.ComparePageEmpty__container-button{margin-top:32px;height:40px;color:#8a6827;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:12px;padding:12px 24px;transition:all 250ms ease-in-out;position:relative;border:1px solid #e1e4eb;font-weight:500;line-height:14px;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:#e8e1d4}.ComparePageEmpty__container-button:active{border:1px solid transparent;background:#dcd2be}@media screen and (max-width:1365px){.ComparePageEmpty__container-button{margin-top:24px}}.ProductCardComments{width:100%;display:flex;flex-direction:column;margin:32px auto 48px;max-width:1440px}@media screen and (max-width:1600px){.ProductCardComments{max-width:1320px}}@media screen and (max-width:1439px){.ProductCardComments{max-width:1296px}}@media screen and (max-width:1365px){.ProductCardComments{width:calc(100% - 40px);margin:32px auto}}@media screen and (max-width:767px){.ProductCardComments{width:calc(100% - 32px);margin:24px auto 32px}}.ProductCardComments__backlink{display:flex;margin-bottom:32px;border-radius:8px;border:1px solid #e1e4eb;padding:12px 16px;width:-moz-max-content;width:max-content;gap:12px;color:#262729;font-size:14px;font-weight:500;line-height:16px;transition:all 250ms ease-in-out}.ProductCardComments__backlink:before{content:"";width:16px;height:16px;display:flex;background-image:url(../assets/product-card/arrow-left-16x16.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.ProductCardComments__backlink:hover{background:#e8e1d4;border:1px solid #e8e1d4;color:#8a6827}.ProductCardComments__backlink:hover:before{background-image:url(../assets/product-card/arrow-left-16x16-hover.svg)}@media screen and (max-width:1365px){.ProductCardComments__backlink{margin-bottom:16px;width:100%;font-size:12px;line-height:14px}}.ProductCardComments__top{display:flex}.ProductCardComments__top-name{font-size:32px;font-weight:500;line-height:40px;color:#262729}.ProductCardComments__top-name span{color:#969aa3}@media screen and (max-width:767px){.ProductCardComments__top-name span{margin-top:8px;line-height:32px}}@media screen and (max-width:1365px){.ProductCardComments__top-name{font-size:24px}}@media screen and (max-width:767px){.ProductCardComments__top-name{display:flex;flex-direction:column}}.ProductCardComments__container{display:flex;flex-direction:column;width:100%;margin-top:32px}@media screen and (max-width:767px){.ProductCardComments__container{margin-top:24px}}.ProductCardComments__container-empty{padding:16px 16px 16px 24px;display:flex;width:100%;border:1px solid #e1e4eb;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:324px}@media screen and (max-width:1365px){.ProductCardComments__container-empty{margin-bottom:64px}}@media screen and (max-width:767px){.ProductCardComments__container-empty{flex-direction:column;padding:16px}}.ProductCardComments__container-empty-head{font-size:20px;font-weight:500;line-height:24px;color:#262729}@media screen and (max-width:767px){.ProductCardComments__container-empty-head{font-size:16px;line-height:140%}.ProductCardComments__container-empty-btn{width:100%}}.ProductCardComments__container-empty-btn .PrimaryButton{min-height:40px;height:40px;padding:10px 24px}@media screen and (max-width:767px){.ProductCardComments__container-empty-btn .PrimaryButton{margin-top:16px}}.ProductCardComments__container-empty-preloader{width:100%;height:100vh;background:#fff;display:flex;align-items:center;justify-content:space-around;pointer-events:none;transition:all 250ms ease-in-out;border-radius:8px;position:absolute;left:0;top:0}.ProductCard{display:flex;flex-direction:column;width:100%;margin:0 auto;max-width:1440px;scroll-margin-top:65px}@media screen and (max-width:1600px){.ProductCard{max-width:1320px}}@media screen and (max-width:1439px){.ProductCard{max-width:1296px}}@media screen and (max-width:1365px){.ProductCard{max-width:100%;margin-top:0}}.ProductCard__container{display:flex;margin:32px auto 0;width:100%}@media screen and (max-width:1365px){.ProductCard__container{flex-direction:column;margin:0 auto;position:relative}}.ProductCard__container-left{display:flex;flex-direction:column;max-width:684px;width:100%}@media screen and (max-width:1600px){.ProductCard__container-left{max-width:624px}}@media screen and (max-width:1439px){.ProductCard__container-left{max-width:600px}}@media screen and (max-width:1365px){.ProductCard__container-left{max-width:100%;margin:0 auto}}.ProductCard__container-right{display:flex;flex-direction:column;margin-left:48px;max-width:708px;width:100%;position:relative}@media screen and (max-width:1600px){.ProductCard__container-right{max-width:648px}}@media screen and (max-width:1365px){.ProductCard__container-right{max-width:100%;margin:0 auto;position:static}}.ProductItem{display:flex;flex-direction:column;width:272px;background:#fff;border-radius:16px;transition:box-shadow,border 250ms ease-in-out;position:relative;height:auto;box-shadow:0 4px 16px 0 transparent;border:1px solid #e1e4eb}@media screen and (max-width:1600px){.ProductItem{width:248px}}@media screen and (max-width:1439px){.ProductItem{width:240px}}@media screen and (max-width:1365px){.ProductItem{width:100%;height:auto}}.ProductItem.hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.12);border-radius:16px 16px 0 0;border:1px solid transparent}.ProductItem.hover.no-props{border-radius:16px}.ProductItem.hover .ProductItem__container{border-radius:0}.ProductItem.hover .ProductItem__name{cursor:pointer;text-decoration:underline}.ProductItem.no-available.hover{box-shadow:unset;border:1px solid #e1e4eb}.ProductItem.hover.no-props .ProductItem__container,.ProductItem.no-available .ProductItem__container{border-radius:0 0 16px 16px}.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:272px;border-radius:16px 16px 0 0;overflow:hidden;position:relative}.ProductItem__wrapper:hover{cursor:pointer}@media screen and (max-width:1600px){.ProductItem__wrapper{height:248px}}@media screen and (max-width:1439px){.ProductItem__wrapper{height:240px}}@media screen and (max-width:1365px){.ProductItem__wrapper{height:356px}}@media screen and (max-width:767px){.ProductItem__wrapper{height:328px}}.ProductItem__wrapper-pay-badges{display:flex;position:absolute;left:18px;bottom:14px;gap:8px}.ProductItem__wrapper-pay-badges-item{width:40px;height:40px;border-radius:8px;background-color:#fff;background-size:24px 24px;background-repeat:no-repeat;background-position:center;position:relative}.ProductItem__wrapper-pay-badges-item span{padding:2px 4px;border-radius:8px;background:#fff;position:absolute;right:4px;bottom:4px;color:#262729;text-align:center;font-size:10px;font-style:normal;font-weight:700;line-height:12px}.ProductItem__wrapper-pay-badges-item.privat{background-image:url(../assets/product-item/privat-icon.svg)}.ProductItem__wrapper-pay-badges-item.privat2{background-image:url(../assets/product-item/privat2-icon.svg)}.ProductItem__wrapper-pay-badges-item.mono{background-image:url(../assets/product-item/mono-icon.svg)}.ProductItem__container{border-radius:0 0 16px 16px;transition:border-color 250ms ease-in-out;display:flex;flex-direction:column;padding:16px;gap:12px}.ProductItem__badges{display:flex;flex-direction:column;position:absolute;left:16px;top:16px}.ProductItem__badges-item{display:flex;padding:5px 12px;font-weight:700;font-size:12px;border-radius:12px;margin-bottom:10px;width:-moz-max-content;width:max-content;color:#fff}.ProductItem__badges-item.new{background:#568f64}.ProductItem__badges-item.sale{background:#a3463b}.ProductItem__badges-item.hit{background:#8a6827}.ProductItem__compare,.ProductItem__favorite{display:flex;align-items:center;justify-content:space-around;width:40px;height:40px;position:absolute;top:8px;right:8px;transition:all 250ms ease-in-out;border-radius:50%;background-color:#f5f7fa;background-image:url(../assets/product-card/compare-icon.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center}.ProductItem__favorite{top:56px;background-image:url(../assets/product-card/fav-icon.svg)}.ProductItem__compare:hover{background-image:url(../assets/product-card/compare-icon-hover.svg)}.ProductItem__compare:hover,.ProductItem__favorite:hover{background-color:#fff;cursor:pointer}.ProductItem__compare.active{background-image:url(../assets/product-card/compare-icon-hover.svg);background-color:#fff}.ProductItem__favorite.active{background-color:#fff}.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.active,.ProductItem__favorite:hover{background-image:url(../assets/product-card/fav-icon-hover.svg)}.ProductItem__name{font-weight:400;font-size:16px;line-height:22px;height:44px;color:#262729;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ProductItem .ProductItemRating{margin-top:0}.ProductItem__bottom{margin-top:4px;position:relative;height:44px;display:flex}.ProductItem__bottom-price{display:flex;flex-direction:column;margin-top:auto;gap:4px}.ProductItem__bottom-price-old,.ProductItem__cashback p{display:flex;align-items:center}.ProductItem__bottom-price-old-value{font-weight:400;font-size:14px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#969aa3}.ProductItem__bottom-price-old-percent{background:#a3463b;border-radius:10px;padding:1px 6px;font-weight:700;font-size:12px;color:#fff;margin-left:8px}.ProductItem__bottom-price-new{font-weight:500;font-size:20px;color:#a3463b;line-height:24px}.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:#e8e1d4;cursor:pointer}.ProductItem__bottom-cart.preorder{background-image:url(../assets/product-card/preorder-icon-small.svg)}.ProductItem__bottom-cart.active{background-color:transparent}.ProductItem__bottom-cart.active::after{right:4px;top:2px;width:18px;height:18px}.ProductItem__bottom-no-available{display:none;color:#969aa3;font-size:14px;font-weight:700;line-height:16px;text-transform:uppercase}@media screen and (max-width:767px){.ProductItem__bottom-no-available{font-size:12px;line-height:14px}}.ProductItem__cashback{height:16px}.ProductItem__cashback p{font-size:14px;font-weight:400;color:#262729}.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:500;color:#8a6827;margin-left:3px}.ProductItem__credit{height:16px;display:flex;gap:3px}.ProductItem__credit p span{font-weight:500}.ProductItem__credit p,.ProductItem__preorder,.ProductItem__promocode{font-weight:400;font-size:14px;color:#262729}.ProductItem__preorder span,.ProductItem__promocode span{color:#a3463b;font-weight:500}.ProductItem__preorder{line-height:16px}.ProductItem__preorder span{font-size:16px;margin-right:4px}.ProductItem__add{display:flex;flex-direction:column;position:absolute;top:100%;padding:8px 16px 16px;box-shadow:0 14px 17px 0 rgba(0,0,0,.12);z-index:3;gap:16px;background:#fff;border-radius:0 0 16px 16px;width:calc(100% + 2px);left:-1px;overflow:hidden;transition:border 250ms ease-in-out}.ProductItem__add-item{display:grid;grid-template-columns:minmax(0,1fr) 100px;grid-gap:16px}@media screen and (max-width:1600px){.ProductItem__add-item{grid-template-columns:minmax(0,1fr) 100px}}.ProductItem__add-item div:first-child{color:#666e7a;font-size:13px;font-weight:400;line-height:16px}.ProductItem__add-item div:last-child{text-align:right;font-size:13px;font-weight:500;line-height:16px}.CategoryPage{display:flex;flex-direction:column;margin:48px auto 0;max-width:1440px}@media screen and (max-width:1600px){.CategoryPage{max-width:1320px}}@media screen and (max-width:1439px){.CategoryPage{max-width:1296px}}@media screen and (max-width:1365px){.CategoryPage{max-width:100%;margin-top:40px}}.CategoryPage .AvailableServices{margin-top:48px}@media screen and (max-width:1365px){.CategoryPage .AvailableServices{margin-top:40px}}.CategoryPage .AvailableServices__container{margin-top:24px}@media screen and (max-width:1365px){.CategoryPage .AvailableServices__container{margin-top:16px}}.ProductItemBig{display:flex;flex-direction:column;width:100%;background:#fff;border-radius:16px;border:1px solid #e1e4eb;transition:all 250ms ease-in-out;position:relative}.ProductItemBig.no-available:hover{box-shadow:unset;border:1px solid #e1e9f5}.ProductItemBig.no-available .ProductItemBig__gallery,.ProductItemBig.no-available .ProductItemBig__info-char,.ProductItemBig.no-available .ProductItemBig__info-delivery,.ProductItemBig.no-available .ProductItemBig__info-name,.ProductItemBig.no-available .ProductItemBig__info-price,.ProductItemBig.no-available .ProductItemBig__info-rating{opacity:.7}.ProductItemBig.no-available .ProductItemBig__info-buttons{display:none}.ProductItemBig.no-available .ProductItemBig__info-non-aval{display:flex}.ProductItemBig:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.12);border:1px solid transparent}.ProductItemBig:hover .ProductItemBig__info-name{cursor:pointer;text-decoration:underline}.ProductItemBig__badges{display:flex;flex-direction:column;position:absolute;left:16px;top:16px}.ProductItemBig__badges-item{display:flex;padding:5px 12px;font-weight:700;font-size:12px;border-radius:12px;margin-bottom:10px;width:-moz-max-content;width:max-content;color:#fff;line-height:14px;letter-spacing:.48px}.ProductItemBig__badges-item.new{background:#568f64}.ProductItemBig__badges-item.sale{background:#a3463b}.ProductItemBig__badges-item.hit{background:#8a6827}.ProductItemBig__compare,.ProductItemBig__fav{display:flex;align-items:center;justify-content:space-around;width:40px;height:40px;position:absolute;top:8px;right:8px;transition:all 250ms ease-in-out;border-radius:50%;background-color:#f5f7fa;background-image:url(../assets/product-card/compare-icon.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center}.ProductItemBig__fav{top:56px;background-image:url(../assets/product-card/fav-icon.svg)}.ProductItemBig__compare:hover{background-image:url(../assets/product-card/compare-icon-hover.svg)}.ProductItemBig__compare:hover,.ProductItemBig__fav:hover{background-color:#fff;cursor:pointer}.ProductItemBig__compare.active{background-image:url(../assets/product-card/compare-icon-hover.svg);background-color:#fff}.ProductItemBig__fav.active{background-color:#fff}.ProductItemBig__compare.active::after,.ProductItemBig__fav.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}.ProductItemBig__fav.active,.ProductItemBig__fav:hover{background-image:url(../assets/product-card/fav-icon-hover.svg)}.ProductItemBig__info{padding:0 16px 16px;gap:16px;margin-top:16px;display:flex;flex-direction:column;height:100%}.ProductItemBig__info-name{display:block;font-size:16px;font-weight:500;line-height:140%;color:#262729;min-height:45px}.ProductItemBig__info-name:hover{text-decoration:underline}.ProductItemBig__info-rating{margin-top:-8px}.ProductItemBig__info-rating .ProductItemRating{margin-top:0}.ProductItemBig__info-char,.ProductItemBig__info-char ul{display:flex;flex-direction:column}.ProductItemBig__info-char ul{gap:8px}.ProductItemBig__info-char ul li,.SupportPage__body-find-head-list li{font-size:14px;font-weight:400;line-height:140%;color:#666e7a}.ProductItemBig__info-packing{border-top:1px solid #ebeef5;padding-top:16px;display:flex;justify-content:space-between}.ProductItemBig__info-packing-text{max-width:192px;font-size:14px;font-weight:400;line-height:140%;color:#262729}.ProductItemBig__info-packing-btn{padding:13px 0;font-size:12px;font-weight:500;line-height:14px;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase;color:#55559d;display:flex;align-items:center;transition:all 250ms ease-in-out}.ProductItemBig__info-packing-btn:after{content:"";width:16px;height:16px;background:url(../assets/product-card/arrow-right-blue-16x16.svg);display:flex;margin-left:8px}.ProductItemBig__info-packing-btn:hover{color:#6666a7;-webkit-text-decoration-line:none;text-decoration-line:none;cursor:pointer}.ProductItemBig__info-delivery{border-top:1px solid #ebeef5;padding-top:16px;margin-top:auto}.ProductItemBig__info-delivery-text{font-size:14px;font-weight:400;line-height:140%;color:#262729;display:flex;justify-content:space-between;height:39px}.ProductItemBig__info-delivery-text span{font-weight:500;line-height:16px;color:#262729;display:block}.ProductItemBig__info-price{display:flex;padding-top:16px;border-top:1px solid #ebeef5;flex-direction:column;min-height:93px}.ProductItemBig__info-price-old{display:flex;align-items:center;margin-bottom:4px}.ProductItemBig__info-price-old-value{font-weight:500;font-size:14px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#969aa3;line-height:16px}.ProductItemBig__info-price-old-percent{background:#a3463b;border-radius:10px;padding:1px 6px;font-weight:700;font-size:12px;line-height:14px;color:#fff;margin-left:8px}.ProductItemBig__info-price-new{display:flex;align-items:center}.ProductItemBig__info-price-new-value{font-weight:500;font-size:24px;color:#a3463b;line-height:32px}.ProductItemBig__info-price-new-cashback{font-size:14px;font-weight:400;color:#262729;margin-left:24px;display:flex;line-height:16px}.ProductItemBig__info-price-new-cashback span{color:#8a6827;margin-left:4px;font-weight:500}.ProductItemBig__info-price-new-cashback:before{content:"";width:16px;height:16px;background:url(../assets/product-card/cashback-icon.svg);display:flex;margin-right:8px}.ProductItemBig__info-price-credit,.ProductItemBig__info-price-preorder{font-weight:400;font-size:14px;color:#262729;margin-top:8px;line-height:16px}.ProductItemBig__info-price-credit span{font-weight:500}.ProductItemBig__info-price-preorder{font-weight:500;display:flex;gap:8px}.ProductItemBig__info-price-preorder span{font-size:16px;color:#a3463b;line-height:20px;margin-right:4px}.ProductItemBig__info-price-promocode{font-weight:400;font-size:14px;color:#262729;margin-top:8px}.ProductItemBig__info-price-promocode span{color:#a3463b;font-size:16px;font-weight:500}.ProductItemBig__info-buttons{display:flex;flex-direction:row;gap:8px;align-items:center}.ProductItemBig__info-buttons-detail{width:100%;padding:12px 24px;border-radius:20px;border:1px solid #e1e4eb;font-size:14px;font-weight:500;line-height:16px;color:#8a6827;text-align:center;transition:all 250ms ease-in-out;box-sizing:border-box;height:40px}.ProductItemBig__info-buttons-detail:hover{border:1px solid transparent;background-color:#e8e1d4;cursor:pointer}.ProductItemBig__info-buttons-detail:active{background-color:#dcd2be}.ProductItemBig__info-buttons-buy{border-radius:50%;background-image:url(../assets/catalog/cart-icon-white.svg);background-repeat:no-repeat;background-size:24px 24px;background-position:center center;width:40px;min-width:40px;height:40px;padding:8px;background-color:#8a6827;transition:all 250ms ease-in-out}.ProductItemBig__info-buttons-buy:hover{cursor:pointer;background-color:#a18652}.ProductItemBig__info-buttons-buy.preorder{background-image:url(../assets/product-card/preorder-icon.svg)}.ProductItemBig__info-non-aval{width:100%;height:36px;background:#f5f7fa;border-radius:24px;display:none;align-items:center;justify-content:space-around;font-weight:500;font-size:16px;color:#969aa3;line-height:20px;text-transform:uppercase;margin-top:auto}.SalePage{display:flex;flex-direction:column;width:100%;max-width:1440px;margin:0 auto 48px}@media screen and (max-width:1600px){.SalePage{max-width:1320px}}@media screen and (max-width:1439px){.SalePage{max-width:1296px}}@media screen and (max-width:1365px){.SalePage{max-width:100%;margin:0 auto 32px}}.SalePage__head{display:flex;align-items:center;justify-content:space-between;margin-top:24px}@media screen and (max-width:1365px){.SalePage__head{max-width:calc(100% - 32px);width:100%;margin:24px auto 0;flex-direction:column;gap:16px;align-items:baseline}}@media screen and (max-width:767px){.SalePage__head{align-items:flex-start}}.SalePage__head-name{font-weight:500;font-size:24px;color:#262729;line-height:32px;margin:0 auto}@media screen and (max-width:1365px){.SalePage__head-name{margin:0}}.SalePage__head-backlink{color:#666e7a;font-size:12px;font-weight:500;line-height:14px;text-transform:uppercase;display:flex;gap:8px;transition:all 250ms ease-in-out}.SalePage__head-backlink:before{content:"";display:flex;width:16px;height:16px;background:url(../assets/catalog/backlink-arrow.svg)}.SalePage__head-backlink:hover{color:#262729}.SalePage__head-backlink:hover:before{background:url(../assets/catalog/backlink-arrow-hover.svg)}.SalePage__head-backlink:active{color:#55559d}.SalePage__head-backlink:active:before{background:url(../assets/catalog/backlink-arrow-active.svg)}.SalePage__body{display:grid;grid-template-columns:260px 1fr;grid-column-gap:32px;margin-top:32px}@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-catalog-head,.SalePage__body-left-head{color:#262729;font-size:20px;font-weight:500;line-height:24px}.SalePage__body-left-head{margin-bottom:16px}.SalePage__body-left-catalog-head{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;width:calc(100% - 32px);margin:16px auto 0;gap:16px}}.ProductCardCompareTab{width:100%;display:flex;flex-direction:column;margin-top:32px;margin-bottom:48px}@media screen and (max-width:1365px){.ProductCardCompareTab{margin-top:24px;margin-bottom:16px}}.ProductCardCompareTab__head{font-weight:500;font-size:32px;color:#262729;width:100%;max-width:1440px;margin:0 auto}@media screen and (max-width:1600px){.ProductCardCompareTab__head{max-width:1320px}}@media screen and (max-width:1439px){.ProductCardCompareTab__head{max-width:1296px}}@media screen and (max-width:1365px){.ProductCardCompareTab__head{padding:0 20px;font-size:24px;max-width:100%}}@media screen and (max-width:767px){.ProductCardCompareTab__head{padding:0 16px;display:flex;flex-direction:column}}.ProductCardCompareTab__head span{color:#969aa3}@media screen and (max-width:767px){.ProductCardCompareTab__head span{margin-top:8px}}.ProductCardCompareTab__body{display:flex;margin:32px auto 0;width:100%;max-width:1440px}@media screen and (max-width:1600px){.ProductCardCompareTab__body{max-width:1320px}}@media screen and (max-width:1439px){.ProductCardCompareTab__body{max-width:1296px}}@media screen and (max-width:1365px){.ProductCardCompareTab__body{max-width:100%;margin-top:24px}}.ProductCardFaq{width:100%;display:flex;flex-direction:column;margin:32px auto 48px;max-width:1440px}@media screen and (max-width:1600px){.ProductCardFaq{max-width:1320px}}@media screen and (max-width:1439px){.ProductCardFaq{max-width:1296px}}@media screen and (max-width:1365px){.ProductCardFaq{max-width:100%;width:calc(100% - 40px);margin:32px auto 16px}}@media screen and (max-width:767px){.ProductCardFaq{width:calc(100% - 32px);margin:24px auto 16px}}.ProductCardFaq__head{font-weight:500;font-size:32px;color:#262729;width:100%}@media screen and (max-width:1365px){.ProductCardFaq__head{font-size:24px}}@media screen and (max-width:767px){.ProductCardFaq__head{display:flex;flex-direction:column}}.ProductCardFaq__head span{color:#969aa3}@media screen and (max-width:767px){.ProductCardFaq__head span{margin-top:8px}}.ProductCardFaq__button{border-radius:24px;background:#8a6827;padding:14px 24px;color:#f3f0e9;font-size:16px;font-weight:500;line-height:20px;text-transform:uppercase;justify-content:space-around;margin-top:24px;display:none}@media screen and (max-width:1365px){.ProductCardFaq__button{display:flex}}.ProductCardFaq__body{display:grid;grid-template-columns:1fr 370px;grid-column-gap:48px;margin-top:32px}@media screen and (max-width:1600px){.ProductCardFaq__body{grid-template-columns:1fr 312px}}@media screen and (max-width:1439px){.ProductCardFaq__body{grid-template-columns:1fr 306px}}@media screen and (max-width:1365px){.ProductCardFaq__body{display:flex;flex-direction:column;margin-top:24px}}.ProductCardFaq__body-left{display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1365px){.ProductCardFaq__body-left{margin-top:24px;gap:8px}}@media screen and (max-width:767px){.ProductCardFaq__body-left{margin-top:0}}@media screen and (max-width:1365px){.ProductCardFaq__body-right{display:none}}.SupportPage{display:flex;flex-direction:column;max-width:1440px;margin:32px auto 48px}@media screen and (max-width:1600px){.SupportPage{max-width:1320px}}@media screen and (max-width:1365px){.SupportPage{margin:24px auto 32px;max-width:100%}}.SupportPage__backlink{margin-bottom:24px;color:#666e7a;font-size:12px;font-weight:500;line-height:14px;text-transform:uppercase;display:flex;align-items:center;gap:8px;transition:color .3s ease-in-out}@media screen and (max-width:1365px){.SupportPage__backlink{padding:0 20px}}@media screen and (max-width:767px){.SupportPage__backlink{padding:0 16px}}.SupportPage__backlink:before,.SupportProduct__backlink:before{content:"";display:block;width:16px;height:16px;min-width:16px;background-image:url(../assets/support-page/backlink-arrow.svg);background-size:100% 100%;background-position:center;transition:background-image .3s ease-in-out}.SupportPage__backlink:hover{cursor:pointer;color:#262729}.SupportPage__backlink:active{color:#55559d}.SupportPage__backlink:hover:before{background-image:url(../assets/support-page/backlink-arrow-hover.svg)}.SupportPage__backlink:active:before{background-image:url(../assets/support-page/backlink-arrow-active.svg)}.SupportPage__head{width:100%;height:320px;background:#f3f0e9;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;border-radius:24px}@media screen and (max-width:1365px){.SupportPage__head{width:calc(100% - 40px);margin:0 auto}}@media screen and (max-width:767px){.SupportPage__head{gap:16px;width:calc(100% - 32px);padding:48px 32px}}.SupportPage__head h1,.SupportPage__head p{color:#262729;font-size:32px;font-weight:500;line-height:40px;text-align:center}@media screen and (max-width:767px){.SupportPage__head h1{font-size:24px;line-height:32px}}.SupportPage__head p{font-size:16px;font-weight:400;line-height:140%;max-width:708px}@media screen and (max-width:767px){.SupportPage__head p{font-size:14px}}.SupportPage__body{display:flex;flex-direction:column;width:100%;margin:64px auto 0}@media screen and (max-width:1365px){.SupportPage__body{margin:48px 0 0}}@media screen and (max-width:767px){.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 20px}}@media screen and (max-width:767px){.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:#262729;font-size:24px;font-weight:500;line-height:32px;margin-right:auto}.SupportPage__body-find-head-link{color:#55559d;font-size:14px;font-weight:500;line-height:15px;margin-left:24px;text-decoration:underline}.SupportPage__body-find-head-link:hover{cursor:pointer;text-decoration:none}@media screen and (max-width:1365px){.SupportPage__body-find-head-link{margin-left:0;margin-top:16px;text-align:center}}.SupportPage__body-find-head-list{gap:7px;margin-top:20px;padding-left:18px}.SupportPage__body-find-head-list li{color:#262729;font-style:normal}.Auth__popup-foot-offert p a,.SupportPage__body-find-head-list li a{color:#55559d;text-decoration:underline}.CatalogFiltersGroup__body-more:hover div,.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(5,1fr);grid-gap:24px;margin-top:32px}@media screen and (max-width:1365px){.SupportPage__body-find-body-categories{grid-template-columns:repeat(3,1fr);gap:16px}.SupportPage__body-find-body-categories .SupportPageFindItem{min-width:130px;width:130px}}@media screen and (max-width:1365px) and (max-width:1365px){.SupportPage__body-find-body-categories .SupportPageFindItem{min-width:100%;width:100%}}@media screen and (max-width:767px){.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:767px){.SupportPage__body-find-body-products{margin-top:24px}}.SupportPage__body-find-body-products-head{color:#262729;font-size:20px;font-weight:400;line-height:24px}.SupportPage__body-find-body-products-container{margin-top:24px}.SupportPage__body-find-body-products-container .SupportPageFindItem{flex-direction:column;gap:16px;padding:24px;min-width:176px;width:176px}@media screen and (max-width:1365px){.SupportPage__body-find-body-products-container .SupportPageFindItem{min-width:160px;width:160px;padding:16px 16px 24px}}@media screen and (max-width:767px){.SupportPage__body-find-body-products-container .SupportPageFindItem{min-width:148px;width:148px}}.SupportPage__body-find-body-products-container .SupportPageFindItem__text{font-weight:400}.SupportPage__body-find-body-products-container .SupportPageFindItem__img{filter:grayscale(0);width:128px;height:128px}@media screen and (max-width:767px){.SupportPage__body-find-body-products-container .SupportPageFindItem__img{width:96px;height:96px}}.SupportPage__body-section{display:flex;flex-direction:column;margin-top:48px}@media screen and (max-width:1365px){.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 20px}}@media screen and (max-width:767px){.SupportPage__body-section.services .SupportPage__body-section-head{padding:0 16px}}.SupportPage__body-section.first{margin-top:64px}@media screen and (max-width:1365px){.SupportPage__body-section.first{margin-top:48px}}@media screen and (max-width:767px){.SupportPage__body-section.first{margin-top:32px}}@media screen and (max-width:1365px){.SupportPage__body-section{margin-top:40px;padding:0 20px}}@media screen and (max-width:767px){.SupportPage__body-section{margin-top:32px;padding:0 16px}}.SupportPage__body-section-head{color:#262729;font-size:24px;font-weight:500;line-height:32px}@media screen and (max-width:1365px){.SupportPage__body-section-head{font-size:20px}}.SupportPage__body-section-body{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;margin-top:24px}@media screen and (max-width:767px){.SupportPage__body-section-body.mobile-column{display:flex;flex-direction:column}}@media screen and (max-width:1365px){.SupportPage__body-section-body{grid-gap:16px;overflow-y:auto}}@media screen and (max-width:767px){.SupportPage__body-section-body{padding-bottom:8px}}.SupportProduct{width:100%;margin:32px auto;max-width:1440px}@media screen and (max-width:1600px){.SupportProduct{max-width:1320px}}@media screen and (max-width:1439px){.SupportProduct{max-width:1296px}}@media screen and (max-width:1365px){.SupportProduct{margin:24px auto 32px;padding:0 20px}}@media screen and (max-width:767px){.SupportProduct{padding:0}}.SupportProduct__backlink{margin-bottom:32px;display:flex;align-items:center;gap:8px}@media screen and (max-width:767px){.SupportProduct__backlink{margin-bottom:24px;padding:0 16px}}.SupportProduct__backlink:hover:before{background-image:url(../assets/support-page/backlink-arrow-hover.svg)}.SupportProduct__backlink:active:before{background-image:url(../assets/support-page/backlink-arrow-active.svg)}.SupportProduct__backlink-link{color:#666e7a;font-size:12px;font-weight:500;line-height:14px;text-transform:uppercase;transition:color .3s ease-in-out}.SupportProduct__backlink-link:hover{cursor:pointer;color:#262729}.SupportProduct__backlink-link:active{color:#55559d}.SupportProduct__top{display:grid;grid-template-columns:720px minmax(0,1fr);grid-gap:64px;max-width:1440px;margin:0 auto}@media screen and (max-width:1600px){.SupportProduct__top{grid-template-columns:640px minmax(0,1fr);max-width:1320px}}@media screen and (max-width:1439px){.SupportProduct__top{gap:48px;max-width:1296px}}@media screen and (max-width:1365px){.SupportProduct__top{display:flex;flex-direction:column;grid-gap:0;margin-top:0}}.SupportProduct__top-left{position:relative;padding-bottom:100%;height:0}.SupportProduct__top-left img{display:flex;position:absolute;border-radius:24px;width:720px;height:720px}@media screen and (max-width:1600px){.SupportProduct__top-left img{max-width:640px;height:640px}}@media screen and (max-width:1439px){.SupportProduct__top-left img{max-width:640px;height:640px}}@media screen and (max-width:1365px){.SupportProduct__top-left img{width:100%;max-width:100%;height:100%;border-radius:0;position:unset}.SupportProduct__top-left{height:100%;background:#fff;padding:0}}.SupportProduct__top-right,.SupportProduct__top-right-info{display:flex;flex-direction:column}.SupportProduct__top-right-info{gap:24px}@media screen and (max-width:1365px){.SupportProduct__top-right-info{gap:0}}.SupportProduct__top-right-codes{display:flex;gap:8px}@media screen and (max-width:1365px){.SupportProduct__top-right-codes{background:#fff;margin-top:0;padding:24px 24px 16px}}@media screen and (max-width:767px){.SupportProduct__top-right-codes{padding:24px 16px 16px}}.SupportProduct__top-right-codes-item{font-weight:400;font-size:14px;line-height:16px;color:#262729;background:0 0;padding:8px 12px 8px 16px;gap:8px;position:relative;transition:all 250ms ease-in-out;display:flex;align-items:center;border-radius:16px;border:1px solid #ebeef5}@media screen and (max-width:1365px){.SupportProduct__top-right-codes-item{width:100%;justify-content:center}}.SupportProduct__top-right-codes-item span{font-weight:500;margin-left:-4px}@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{background:#f5f7fa;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:#ebeef5}.SupportProduct__top-right-codes-item .ProductCardNameBlockPopup{text-transform:none}.SupportProduct__top-right-name{color:#262729;font-size:24px;font-weight:500;line-height:32px}@media screen and (max-width:1365px){.SupportProduct__top-right-name{padding:0 24px}}@media screen and (max-width:767px){.SupportProduct__top-right-name{padding:0 16px}}.SupportProduct__top-right-small{display:flex;gap:16px;overflow-y:auto;margin:0 -24px -24px;padding:24px}.SupportProduct__tabs-desktop-container::-webkit-scrollbar,.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}}.SupportProduct__tabs-desktop-container{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;border-radius:16px 16px 0 0;max-width:1440px;margin:96px auto 0}@media screen and (max-width:1600px){.SupportProduct__tabs-desktop-container{margin:64px auto 0}}@media screen and (max-width:1365px){.SupportProduct__tabs-desktop-container{margin:0}.SupportProduct__tabs-desktop{margin-top:40px;display:flex;flex-wrap:nowrap;grid-gap:0;overflow-y:auto;gap:10px}}.SupportProduct__tabs-desktop-tab{width:100%;color:#262729;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;transition:all 250ms ease-in-out;text-align:center;padding:12px 16px;background:#f5f7fa;border-radius:8px}@media screen and (max-width:1365px){.SupportProduct__tabs-desktop-tab{white-space:nowrap}}.SupportProduct__tabs-desktop-tab:hover{cursor:pointer;background:#f3f0e9;color:#8a6827}.SupportProduct__tabs-desktop-tab.active{background:#8a6827;color:#fff}.SupportProduct__tabs-mobile{margin-top:32px}.SupportProduct__tabs-mobile-item-header{padding:20px 16px;border-bottom:1px solid #e8eaeb;display:flex;align-items:center;justify-content:space-between;background:#fff;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase}.SupportProduct__tabs-mobile-item-header:after{content:"";width:24px;height:24px;display:block;background-image:url(../assets/product-card/faq-plus.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}.SupportProduct__tabs-mobile-item-header.open{color:#8a6827}.SupportProduct__tabs-mobile-item-header.open:after{background-image:url(../assets/product-card/faq-minus.svg)}.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}.CatalogFilters{background:#fff;display:flex;flex-direction:column;max-height:2520px;position:relative}@media screen and (max-width:1365px){.CatalogFilters{max-height:unset;margin-top:20px}}@media screen and (max-width:767px){.CatalogFilters{padding-bottom:80px}}.CatalogFilters__block{height:100%;overflow-y:auto}.CatalogFilters__block::-webkit-scrollbar{display:none}@media screen and (max-width:1365px){.CatalogFilters__block{overflow-y:visible;padding-right:0}}.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 24px;border-radius:20px;border:1px solid #e1e4eb;display:flex;align-items:center;justify-content:space-around;color:#8a6827;text-transform:uppercase;font-weight:500;font-size:14px;margin-bottom:16px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CatalogFilters__container-open-all{margin:0}}.CatalogFilters__container-open-all:hover{background:#e8e1d4;border:1px solid #e8e1d4;cursor:pointer;color:#8a6827}.CatalogFilters__container-open-all.active{background:#dcd2be;border:1px solid #dcd2be;color:#8a6827}.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%}.CatalogGuide{padding:24px;border-radius:16px;background:rgba(138,104,39,.06);gap:24px;display:flex;flex-direction:column;margin:24px 0}.CatalogGuide.closed{padding:20px 24px}@media screen and (max-width:1365px){.CatalogGuide.closed{gap:16px}}.CatalogGuide__h{display:flex;align-items:center;justify-content:space-between}.CatalogGuide__h-text{color:#262729;font-size:20px;font-weight:500;line-height:24px}.CatalogGuide__h-button{color:#8a6827;font-size:14px;font-weight:500;line-height:16px;padding:12px 24px;border-radius:20px;background:#fff;transition:all 250ms ease-in-out}.CatalogGuide__h-button:hover,.CatalogGuide__mob-b:active{background:#e8e1d4;cursor:pointer}@media screen and (max-width:1365px){.CatalogGuide__h-button{display:none}}.CatalogGuide__b{display:flex;flex-direction:column;gap:24px}.CatalogGuide__mob-b{display:none;width:100%;color:#8a6827;font-size:14px;font-weight:500;line-height:16px;padding:10px 16px;border-radius:20px;background:#fff;transition:all 250ms ease-in-out;align-items:center;justify-content:space-around}@media screen and (max-width:1365px){.CatalogGuide__mob-b{display:flex}}.CatalogPopular{display:flex;flex-direction:column;gap:16px;margin-bottom:48px}@media screen and (max-width:1365px){.CatalogPopular{margin-bottom:32px}.CatalogPopular .ScrollSlider__container{padding:0 16px}}.CatalogPopular .ScrollSlider__side-arrow{border:1px solid #e1e4eb;background-color:#fff;background-size:8px 12px}.CatalogPopular .ScrollSlider__side-arrow:hover{background-color:#ebeef5;border-color:#ebeef5}.CatalogPopular__h{color:#262729;font-size:20px;font-weight:500;line-height:24px}@media screen and (max-width:1365px){.CatalogPopular__h{padding:0 16px}}.CatalogProducts{display:flex;flex-direction:column;width:100%;position:relative}.CatalogProducts .CatalogSelectedFilters{margin-bottom:24px}.CatalogProducts__products{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;height:-moz-max-content;height:max-content}@media screen and (max-width:1439px){.CatalogProducts__products{grid-gap:24px}}@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%}.CatalogProducts__products.large,.CatalogProducts__products.open{grid-template-columns:repeat(4,1fr)}.CatalogProducts__products.large{grid-gap:24px}@media screen and (max-width:1365px){.CatalogProducts__products.large{grid-template-columns:repeat(2,1fr);grid-gap:16px}}@media screen and (max-width:767px){.CatalogProducts__products.large{grid-template-columns:1fr}}.CatalogProducts__products.large.open{grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1365px){.CatalogProducts__products.large.open{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.CatalogProducts__products.large.open{grid-template-columns:1fr}}.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:280px;border-radius:24px;padding:0 16px;border:1px solid #e1e4eb;color:#8a6827;font-weight:500;font-size:16px;position:relative;height:40px;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:8px;display:flex}.CatalogProducts__bottom-more:hover{cursor:pointer;background:#e8e1d4;border:1px solid #e8e1d4}.CatalogProducts__bottom-more:active{background:#dcd2be;border:1px solid #dcd2be}.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 .Preloader{position:sticky;top:300px;margin:20px auto}.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}.CatalogPageFilterPopup__head{display:flex;justify-content:space-between;align-items:center;margin-top:-4px;background:#fff}.CatalogPageFilterPopup__head-text{font-weight:500;font-size:24px;color:#262729}.CatalogPageFilterPopup__head-cross{width:24px;height:24px;background:url(../assets/catalog/catalog-popup-cross.svg);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:#262729;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase}.CatalogPageFilterPopup__divider{width:100%;height:1px;min-height:1px;background:#ebeef5;display:flex;margin-top:24px}.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}.CatalogSelectedFilters{display:flex;align-items:flex-start;position:relative;flex-wrap:wrap;gap:8px}@media screen and (max-width:1365px){.CatalogSelectedFilters{margin-top:16px}}.CatalogSelectedFilters__text{font-weight:500;font-size:14px;color:#666e7a;margin-top:8px}@media screen and (max-width:1365px){.CatalogSelectedFilters__text{width:calc(100% - 140px)}}.CatalogSelectedFilters__text span{color:#262729}.CatalogSelectedFilters__remove{display:flex;align-items:center;justify-content:space-around;margin-left:18px;padding:10px 16px;font-weight:500;font-size:14px;color:#a3463b;border:1px solid #e1e4eb;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}.CatalogSmartFilters{display:flex;gap:8px;position:relative;width:100%}@media screen and (max-width:767px){.CatalogSmartFilters{margin-bottom:5px}}.CatalogSmartFilters::-webkit-scrollbar{display:none;scrollbar-width:none}.CatalogSmartFilters .ScrollSlider__side-arrow{width:24px;height:24px;background-size:7px 10px}.CatalogSmartFilters__item{width:-moz-max-content;width:max-content;padding:8px 12px 8px 16px;border-radius:20px;background:#fff;align-items:center;justify-content:space-around;color:#262729;font-weight:500;font-size:14px;gap:8px;min-width:-moz-max-content;min-width:max-content}.CatalogSmartFilters__hint:before,.CatalogSmartFilters__item span{background-position:center;background-repeat:no-repeat;background-color:#fff}.CatalogSmartFilters__item,.CatalogSmartFilters__item span{display:flex;border:1px solid #e1e4eb;transition:all 250ms ease-in-out}.CatalogSmartFilters__item span{width:20px;min-width:20px;height:20px;background-image:url(../assets/catalog/info-icon.svg);background-size:8px 11px;border-radius:10px}.CatalogSmartFilters__item span:hover{cursor:pointer;background-color:#ebeef5;border-color:#ebeef5}.CatalogSmartFilters__item:hover{cursor:pointer;background:#f5f7fa;border-color:#f5f7fa}.CatalogSmartFilters__item.active{background:#f3f0e9;border-color:#f3f0e9;color:#8a6827}.CatalogSmartFilters__item.active span{border-color:#dcd2be;background-image:url(../assets/catalog/info-icon-active.svg)}.CatalogSmartFilters__item.active span:hover{border-color:transparent;background-color:#fff}.CatalogSmartFilters__hint{position:absolute;border-radius:16px;background:#fff;box-shadow:0 2px 8px 0 rgba(0,0,0,.16);padding:20px;color:#262729;font-size:13px;font-weight:500;line-height:20px;z-index:999;width:352px}.CatalogSmartFilters__hint:before{position:absolute;width:32px;height:32px;content:"";background-image:url(../assets/catalog/hint-close.svg);background-size:16px 16px;left:0;right:0;bottom:calc(100% + 8px);margin:0 auto;border-radius:20px;box-shadow:0 2px 8px 0 rgba(0,0,0,.16);display:none}@media screen and (max-width:1365px){.CatalogSmartFilters__hint:before{display:flex}.CatalogSmartFilters__hint{position:fixed;width:100%;max-width:calc(100% - 32px);left:0!important;right:0!important;bottom:16px!important;top:unset!important;margin:0 auto}}.CatalogSort{display:flex;flex-direction:column;width:100%;padding-bottom:16px;border-bottom:1px solid #ebeef5;margin-top:16px}.CatalogSort__head{padding:6px 8px;align-items:center;position:relative;display:flex;font-weight:500;font-size:16px;color:#262729;gap:8px;transition:all 250ms ease-in-out}.CatalogSort__head:hover{cursor:pointer;color:#8a6827}.CatalogSort__head:hover::after{background-image:url(../assets/catalog/filter-plus-hover.svg)}.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__head.active:hover::after{background-image:url(../assets/catalog/filter-minus-hover.svg)}.CatalogSort__body,.CatalogSort__body-item,.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 .FormCheckbox__container-checkmark,.FormCheckbox.full:hover input~.FormCheckbox__container-checkmark{border:1px solid #8a6827}.CatalogSort__body-item:first-child{margin-top:12px}.CatalogSort__body-item .FormCheckbox__text{font-weight:400}.Header-catalog{display:flex;position:fixed;width:100%;height:100vh;left:0;top:64px;z-index:999}.Header-catalog__container,.Header-catalog__overlay{width:100%;position:absolute;left:0;top:0;transition:all 250ms ease-in-out}.Header-catalog__overlay{height:100%;background:rgba(38,39,41,.56);z-index:1}.Compare__overlay:hover,.Header-catalog__overlay:hover{cursor:initial}.Header-catalog__container{min-height:452px;z-index:2;right:0;margin:auto;overflow:hidden;background:#fff;padding:16px 0;border-top:1px solid #ebeef5}.Header-catalog__container-nav{max-width:1440px;width:100%;margin:0 auto;overflow:hidden;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:24px}@media screen and (max-width:1600px){.Header-catalog__container-nav{max-width:1320px}}@media screen and (max-width:1439px){.Header-catalog__container-nav{max-width:1296px}}.Header-catalog__container-nav-container{display:flex;flex-direction:column;width:100%}.Header-catalog__container-nav-banner{width:320px;height:-moz-max-content;height:max-content}.Header-catalog__container-nav-banner img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.Compare{z-index:999}.Compare__overlay{width:100%;height:100vh;background:rgba(38,39,41,.56);position:fixed;left:0;top:0;z-index:998}.Compare__popup{position:fixed;left:0;right:0;bottom:0;top:0;margin:auto;width:470px;padding:16px 8px;background:#fff;border-radius:16px;z-index:999;display:flex;flex-direction:column;height:-moz-max-content;height:max-content}@media screen and (max-width:767px){.Compare__popup{padding:8px;width:100%;height:100vh;border-radius:0;margin:0}}.Compare__popup-head{display:flex;align-items:center;justify-content:space-between;margin:0 8px 0 16px}@media screen and (max-width:767px){.Compare__popup-head{margin:0 0 0 8px}}.Compare__popup-head-text{font-weight:500;font-size:24px;color:#262729;cursor:default}.Compare__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%}.Compare__popup-head-wrapper:hover{background-color:#f3f0e9;cursor:pointer}.Compare__popup-head-wrapper:active{background-color:#f3f0e9}.Compare__popup-body{display:flex;width:100%;flex-direction:column;margin-top:16px}.Compare__popup-body-item{display:flex;align-items:center;margin-top:8px;position:relative;background:0 0;border-radius:16px;border:1px solid transparent;transition:all 250ms ease-in-out;padding:8px 16px}.Compare__popup-body-item:hover{cursor:pointer;background:#f3f0e9}.Compare__popup-body-item:hover .Compare__popup-body-item-wrapper{background-image:url(../assets/header/basket-icon-24x24-hover.svg)}.Auth__popup-errors-container p:first-child,.Compare__popup-body-item:first-child{margin-top:0}.Compare__popup-body-item-text{font-weight:500;font-size:14px;color:#262729;width:calc(100% - 37px);line-height:16px;margin-right:5px}.Compare__popup-body-item-text span{color:#969aa3}.Compare__popup-body-item-wrapper,.Compare__popup-preloader{transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around}.Compare__popup-body-item-wrapper{width:32px;height:32px;min-width:32px;border-radius:20px;background-image:url(../assets/header/basket-icon-24x24.svg);background-size:24px 24px;background-position:center;background-color:transparent;background-repeat:no-repeat;margin-left:auto;margin-right:-6px;align-self:center}.Compare__popup-body-item-wrapper:hover{cursor:pointer;background-image:url(../assets/header/basket-icon-24x24-hover.svg)}.Compare__popup-body-item-wrapper:active{background-color:#eddad8}.Compare__popup-preloader{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.64);pointer-events:none;opacity:0;border-radius:12px}.Compare__popup-preloader.active{pointer-events:all;opacity:1}.Auth{display:flex;z-index:999}.Auth__overlay{width:100%;height:100vh;background:rgba(38,39,41,.56);position:fixed;left:0;top:0;z-index:998}.Auth__popup{width:470px;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 2px 8px 0 rgba(0,0,0,.16);border-radius:16px;overflow:hidden}@media screen and (max-width:767px){.Auth__popup{width:100%;height:100%;border-radius:0;overflow-y:auto;padding:16px 16px 70px}}.Auth__popup-errors{display:flex;width:100%;max-height:0;overflow:hidden;transition:all 300ms ease-in-out}@media screen and (max-width:767px){.Auth__popup-errors{position:fixed;top:12px;left:0;max-height:unset;display:flex;align-items:center;justify-content:space-around;padding:8px 16px;background:#fff;opacity:0;pointer-events:none;z-index:999}}.Auth__popup-errors.active{max-height:500px}@media screen and (max-width:767px){.Auth__popup-errors.active{max-height:unset;opacity:1;z-index:1000;pointer-events:all}}.Auth__popup-errors-container{display:flex;flex-direction:column;padding:16px;width:100%;margin-top:16px;margin-bottom:16px;background:#eddad8;border-radius:16px}@media screen and (max-width:767px){.Auth__popup-errors-container{margin:0}}.Auth__popup-errors-container p{color:#262729;font-size:14px;font-weight:400;margin-top:10px}.Auth__popup-errors-container-btn{margin-top:16px;color:#55559d;font-size:14px;font-weight:500;line-height:16px;text-decoration:underline;transition:all 250ms ease-in-out}.Auth__popup-errors-container-btn:hover{cursor:pointer;color:#6666a7;text-decoration:unset}.Auth__popup-head{display:flex;align-items:center;margin:-8px -8px 0 0}.Auth__popup-head-text{color:#262729;font-weight:500;font-size: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:#f3f0e9;cursor:pointer}.Auth__popup-head-wrapper:active{background-color:#f3f0e9}.Auth__popup-body{margin-top:24px;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 #ebeef5;width:100%}.Auth__popup-foot,.Auth__popup-foot-offert{display:flex;margin-top:24px}.Auth__popup-foot-offert p{font-weight:400;font-size:13px;color:#969aa3;line-height:18px}.Auth__popup-foot-offert p a:hover{text-decoration:unset;color:#6666a7;transition:all 250ms ease-in-out}.Auth__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}.Auth__popup-preloader.active{pointer-events:all;opacity:1}.Header-callback{margin-left:auto;height:100%}@media screen and (max-width:1365px){.Header-callback{margin-left: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;padding:8px 12px 8px 16px;border-radius:20px;max-width:155px}@media screen and (max-width:1600px){.Header-callback__top-button{padding:0}}@media screen and (max-width:1365px){.Header-callback__top-button{display:none}}.Header-callback__top-button:hover{cursor:pointer;background:#eeeef5}.Header-callback__top-button:active:before,.Header-callback__top-button:hover:before{background-image:url(../assets/header/callback-icon-hover.svg)}.Header-callback__top-button:active{background:#ddddeb}.Header-callback__top-button.active{background:#eeeef5}.Header-callback__top-button.active::after{transform:rotate(180deg)}.Header-callback__top-button p{font-weight:500;font-size:14px;color:#262729;transition:all 250ms ease-in-out;display:flex;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}@media screen and (max-width:1600px){.Header-callback__top-button p{display:none}}.Header-callback__top-button::after{content:"";width:8px;min-width:8px;height:4px;background:url(../assets/header/callback-arrow.svg);background-size:100% 100%;margin-left:8px;transition:all 250ms ease-in-out}@media screen and (max-width:1600px){.Header-callback__top-button::after{display:none}}.Header-callback__top-button::before{content:"";width:24px;min-width:24px;height:24px;background-color:transparent;background-image:url(../assets/header/callback-icon.svg);background-repeat:no-repeat;background-position:center;background-size:100% 100%;margin-right:16px;transition:all 250ms ease-in-out}@media screen and (max-width:1600px){.Header-callback__top-button::before{margin-right:0;width:40px;min-width:40px;height:40px;background-size:24px 24px;border-radius:20px}}.Header-callback__top-info{position:absolute;left:0;top:calc(100% + 20px);width:246px;z-index:999;display:flex;flex-direction:column;background:#fff;border-radius:16px;padding:8px}@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{display:none;align-items:center;justify-content:space-between;width:100%;padding-left:8px;padding-bottom:16px}@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;color:#262729;cursor:default}.Header-callback__top-info-head-wrapper{width:40px;height:40px;background:url(../assets/header/cross-24x24.svg) no-repeat center;background-size:24px 24px;transition:all 250ms ease-in-out}.Header-callback__top-info-head-wrapper:hover{cursor:pointer;opacity:.5}.Header-callback__top-info-soc{display:flex;width:100%;flex-direction:column}.Header-callback__top-info-soc-item{display:flex;align-items:center;padding:8px 16px;position:relative;font-weight:500;font-size:14px;color:#262729;background:0 0;transition:all 250ms ease-in-out;border-radius:16px}.Header-callback__top-info-soc-item:hover{background:#f3f0e9;cursor:pointer}.Header-callback__top-info-container:first-child,.Header-callback__top-info-soc-item:first-child{margin-top:0}.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.facebook::before{background-image:url(../assets/header/round-facebook-24x24.svg)}.Header-callback__top-info-soc-item.viber::before{background-image:url(../assets/header/round-viber-24x24.svg)}.Header-callback__top-info-soc-item.telegram::before{background-image:url(../assets/header/round-telegramm-24x24.svg)}.Header-callback__top-info-soc-item.apple-m::before{background-image:url(../assets/header/round-apple-message-24x24.svg)}.Header-callback__top-info-container{display:flex;flex-direction:column;width:100%;margin-top:16px;margin-left:16px}@media screen and (max-width:767px){.Header-callback__top-info-container{margin-left:0;padding-left:16px}}.Header-callback__top-info-container:last-child{margin-bottom:16px}.Header-callback__top-info-container-number{font-weight:500;font-size:16px;color:#55559d}.Header-callback__top-info-container-number:hover{text-decoration:underline}.Header-callback__top-info-container-name,.Header-callback__top-info-container-time{margin-top:8px;font-weight:400;font-size:12px;color:#666e7a}.Header-callback__top-info-container-time{margin-top:12px;line-height:17px}.Header-callback__top-info-container-sub{font-weight:400;font-size:12px;color:#969aa3;margin-top:8px}.Header-callback__overlay{width:100%;height:100vh;background:linear-gradient(to left,#262729 ,#262729) no-repeat 0 64px;opacity:.56;position:fixed;left:0;top:0;z-index:998}@media screen and (max-width:1365px){.Header-callback__overlay{background:#262729}}.Header-callback__overlay:hover,.HeaderCart__overlay:hover{cursor:initial}.HeaderCart{z-index:999}.HeaderCart__overlay{width:100%;height:100vh;background:rgba(38,39,41,.56);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:850px;padding:24px;background:#fff;border-radius:16px;z-index:999;display:flex;flex-direction:column;height:-moz-max-content;height:max-content;box-shadow:0 2px 8px 0 rgba(0,0,0,.16)}@media screen and (max-width:1365px){.HeaderCart__popup-cart{width:740px;padding:16px}}@media screen and (max-width:767px){.HeaderCart__popup-cart{width:100%;height:100vh;border-radius:0;padding:16px;overflow-y:auto;margin:0}}.HeaderCart__popup-cart-head{display:flex;align-items:center;justify-content:space-between;margin:-8px 0 0;width:100%}.HeaderCart__popup-cart-head-text{font-weight:500;font-size:24px;color:#262729;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:50%;margin-right:-8px}.HeaderCart__popup-cart-head-wrapper:hover{background-color:#f3f0e9;cursor:pointer}.HeaderCart__popup-cart-head-wrapper:active{background-color:#f3f0e9}.HeaderCart__popup-cart-body{display:flex;flex-direction:column;width:100%;margin-top:16px}@media screen and (max-width:767px){.HeaderCart__popup-cart-body{margin-bottom:85px;margin-top:24px}}.HeaderCart__popup-cart-body-list{display:flex;width:100%;flex-direction:column;max-height:265px;overflow-y:auto}@media screen and (max-width:767px){.HeaderCart__popup-cart-body-list{max-height:unset;overflow:unset}}.HeaderCart__popup-cart-body-sum{display:flex;padding:12px 16px;align-items:center;background:#f3f0e9;border-radius:16px;margin-top:24px}@media screen and (max-width:767px){.HeaderCart__popup-cart-body-sum{padding:16px;flex-wrap:wrap;margin-top:32px}}.HeaderCart__popup-cart-body-sum-text{font-weight:500;font-size:16px;color:#262729}.HeaderCart__popup-cart-body-sum-price{display:flex;align-items:flex-end;margin-left:8px}.HeaderCart__popup-cart-body-sum-price-current{font-weight:500;font-size:20px;color:#a3463b}.HeaderCart__popup-cart-body-sum .checkout-button{margin-left:auto;width:-moz-max-content;width:max-content;padding:10px 24px;min-height:40px}@media screen and (max-width:767px){.HeaderCart__popup-cart-body-sum .checkout-button{width:100%;margin-top:16px}}.HeaderCart__popup-cart-body-buttons{margin-top:24px;width:100%;display:flex;justify-content:space-between}@media screen and (max-width:767px){.HeaderCart__popup-cart-body-buttons{flex-direction:column-reverse}}.HeaderCart__popup-cart-body-buttons .continue-button{width:-moz-max-content;width:max-content;padding:12px 24px;min-height:40px;font-size:14px}@media screen and (max-width:767px){.HeaderCart__popup-cart-body-buttons .continue-button{width:100%;margin-top:16px}}.HeaderCart__popup-cart-body-buttons .fast-order-button{width:-moz-max-content;width:max-content;min-height:40px}@media screen and (max-width:767px){.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:fixed;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}@media screen and (max-width:767px){.HeaderCart .BadgesPopupFastOrder{margin:unset}}.HeaderServices{z-index:999}.HeaderServices__overlay{width:100%;height:100vh;background:rgba(38,39,41,.56);position:fixed;left:0;top:0;z-index:998}.HeaderServices__overlay:hover{cursor:initial}.HeaderServices__popup{width:640px;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;box-shadow:0 2px 8px 0 rgba(0,0,0,.16);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;overflow-y:auto}}.HeaderServices__popup-head{display:flex;align-items:center;margin:-8px -8px 0 0}.HeaderServices__popup-head-text{color:#262729;font-weight:500;font-size:24px}.HeaderServices__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%}.HeaderServices__popup-head-wrapper:hover{background-color:#f3f0e9;cursor:pointer}.HeaderServices__popup-head-wrapper:active{background-color:#f3f0e9}.HeaderServices__popup-body{display:flex;flex-direction:column;margin-top:8px;overflow-x:auto;padding-right:15px;margin-right:-15px}.LangPopup{width:320px;position:absolute;top:63px;right:-8%;background:#fff;z-index:999;padding:24px;border-radius:16px;box-shadow:0 4px 16px 0 rgba(0,0,0,.16)}@media screen and (max-width:1670px){.LangPopup{right:-2%}}@media screen and (max-width:1365px){.LangPopup{top:unset;bottom:16px;width:345px;right:50%;transform:translateX(50%);position:fixed}}.LangPopup__close{display:flex;position:absolute;top:16px;right:16px;width:16px;height:16px;background:url(../assets/header/cross-16x16.svg)}.LangPopup__close:hover{cursor:pointer}.LangPopup__container-image{width:100%;height:48px;background-image:url(../assets/header/flag-icon.svg);background-repeat:no-repeat;background-position:center center;background-size:48px 48px}.LangPopup__container-text{margin-top:16px;text-align:center;color:#262729;font-size:16px;font-weight:500;line-height:20px}.LangPopup__container-buttons{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px}.LangPopup__container-buttons-primary{padding:8px 24px;border-radius:24px;background:#8a6827;width:96px;text-align:center;color:#fff;font-size:16px;font-weight:500;line-height:20px;text-transform:uppercase;transition:all 250ms ease-in-out}.LangPopup__container-buttons-primary:hover{background:#96773d;cursor:pointer}.LangPopup__container-buttons-primary:active{background:#e8e1d4}.LangPopup__container-buttons-secondary{padding:10px 24px;border-radius:20px;width:64px;border:1px solid #e1e4eb;color:#262729;font-size:14px;font-weight:500;line-height:16px;text-align:center;transition:all 250ms ease-in-out}.LangPopup__container-buttons-secondary:hover{background:#f3f0e9;border-color:#f3f0e9;cursor:pointer}.Header-lang{display:flex;align-items:center;margin-left:8px;position:relative}.Header-lang__button{font-weight:500;font-size:14px;color:#262729;padding:12px;border-radius:8px;transition:all 250ms ease-in-out;margin-left:4px;display:flex}@media screen and (max-width:1365px){.Header-lang__button{padding:10px 12px}}.Header-lang__button.ua:before{content:"";display:flex;width:16px;height:16px;background:url(../assets/header/ua-lang-icon.svg);margin-right:8px}.Header-lang__button:first-child{margin-left:0}.Header-lang__button:hover{background:#f3f0e9;cursor:pointer}.Header-lang__button:active{background:#e8e1d4}.Header-lang__button.active,.Header-location .header-select .vs__dropdown-option.vs__dropdown-option--highlight{background:#f3f0e9}.Header-lang__button.active:hover{background:#f3f0e9;cursor:default}.MobileMenu{display:flex}.MobileMenu__wrapper{width:40px;height:40px;margin-right:24px;background-image:url(../assets/header/burger-icon.svg);background-color:transparent;background-repeat:no-repeat;background-position:center;background-size:24px 24px;border-radius:20px;transition:all 250ms ease-in-out}.MobileMenu__wrapper:hover{cursor:pointer;background-color:#f3f0e9}.MobileMenu__wrapper:active{background-color:#e8e1d4}.Header-location{display:flex;align-items:center}.Header-location__popup{display:none}@media screen and (max-width:767px){.Header-location__popup{display:flex}}.Header-location__popup.active{display:flex}@media screen and (max-width:767px){.Header-location__popup.active .Header-location__popup-container{left:0}.Header-location__popup.active .Header-location__popup-overlay{display:flex}}.Header-location__popup-overlay{width:100%;height:100vh;background:rgba(38,39,41,.64);position:fixed;left:0;top:0;z-index:998}@media screen and (max-width:767px){.Header-location__popup-overlay{display:none}}.Header-location__popup-overlay:hover{cursor:initial}.Header-location__popup-container{padding:24px;z-index:999;position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;width:620px;height:-moz-max-content;height:max-content;background:#fff;border-radius:16px;box-shadow:0 4px 16px 0 rgba(0,0,0,.16)}@media screen and (max-width:767px){.Header-location__popup-container{width:100%;height:100vh;padding:16px;margin:0;border-radius:0;left:-205%;transition:left 250ms ease-in-out}}.Header-location__popup-container-head{display:flex;align-items:center;justify-content:space-between;width:calc(100% + 8px);margin-top:-8px}@media screen and (max-width:767px){.Header-location__popup-container-head{width:100%;margin-top:0}}.Header-location__popup-container-head-name{font-weight:500;font-size:24px;color:#262729;cursor:default}.Header-location__popup-container-head-name span{color:#55559d}.Header-location__popup-container-head-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:50%}@media screen and (max-width:767px){.Header-location__popup-container-head-close{width:24px;height:24px}}.Header-location__popup-container-head-close:hover{cursor:pointer;background-color:#f3f0e9}.Header-location__popup-container-head-close:active{background-color:#f3f0e9}.Header-location__popup-container-search{margin-top:24px}@media screen and (max-width:767px){.Header-location__popup-container-search{margin-top:32px}}.Header-location__popup-container-search-head{font-weight:400;font-size:14px;color:#666e7a}.Header-location__popup-container-search-body{margin-top:8px;position:relative}.Header-location__popup-container-selected-b{width:100%;max-height:0;transition:all 350ms ease-in-out;overflow:hidden}.Header-location__popup-container-selected-b p{color:#262729;font-weight:500;font-size:14px;padding:16px;display:flex;margin-top:16px;background:#f3f0e9;border-radius:16px;width:100%;justify-content:space-around}.Header-location__popup-container-selected-b.active{max-height:100px}.Header-location__popup-container-bottom{font-weight:500;font-size:13px;color:#969aa3;line-height:18px;margin-top:24px}.Header-location .header-select .vs__dropdown-toggle{background:#fff;border-radius:16px;border:1px solid #e1e4eb;font-size:14px;font-weight:400;color:#262729;padding:5px 0 10px}.Header-location .header-select .vs__dropdown-menu{background:#fff;border:1px solid #ebeef5;box-shadow:0 4px 16px 0 rgba(0,0,0,.08);border-radius:16px;top:calc(100% + 8px);max-height:176px;padding:8px 0}.Header-location .header-select .vs__actions{display:none}.Header-location .header-select .vs__search{padding:0 13px;font-size:16px}.Header-location .header-select .vs__search::-moz-placeholder{color:#969aa3;font-weight:400;font-size:16px}.Header-location .header-select .vs__search::placeholder{color:#969aa3;font-weight:400;font-size:16px}.Header-location .header-select .vs__selected{padding:0 10px;position:absolute;height:25px;overflow:hidden;display:flex;align-items:flex-start;font-size:16px;font-weight:400;color:#262729;margin-top:7px}.Header-location .header-select .vs__dropdown-option{padding:10px 16px;font-weight:400;font-size:14px;white-space:unset;color:#262729}.Header-location .header-select.vs--open .vs__dropdown-toggle{border:1px solid #8a6827;box-shadow:0 0 0 2px rgba(138,104,39,.16)}.Header-location .header-select.vs--open .vs__selected{opacity:0}.Header-search{display:flex;align-items:center}@media screen and (max-width:1365px){.Header-search{margin-left:auto}.Header-search.mobile-search{position:fixed;top:0;left:0;width:100%;height:56px;margin-left:0;z-index:999;background:#fff}.Header-search.mobile-search .Header-search__container{display:flex;margin-top:0;margin-left:66px;width:calc(100% - 83px)}.Header-search.mobile-search .Header-search__popup-overlay{display:none}.Header-search.mobile-search .Header-search__popup-container{height:calc(100vh - 56px)}.Header-search.mobile-search .Header-search__mobile-button{display:none}.Header-search.mobile-search .Header-search__mobile-close{display:flex}}.Header-search__container{position:relative}.Header-search__container-button{width:40px;height:40px;background-image:url(../assets/header/search-icon.svg);background-color:transparent;background-size:24px 24px;background-position:center;background-repeat:no-repeat;transition:all 250ms ease-in-out;border-radius:20px;margin-left:8px}.Header-search__container-button:hover{cursor:pointer;background-color:#f3f0e9}.Header-search__container-button:active{background-color:#e8e1d4}.Header-search__block{width:770px;position:absolute;right:48px;top:0;z-index:999}@media screen and (max-width:1600px){.Header-search__block{width:650px}}@media screen and (max-width:1439px){.Header-search__block{width:626px}}@media screen and (max-width:1365px){.Header-search__block{width:100%}}.Header-search__search{display:flex;padding:8px 16px;margin:0;background:#fff;border-radius:20px;align-items:center;border:1px solid #8a6827;box-shadow:0 0 0 2px rgba(138,104,39,.16);width:100%;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.Header-search__search{transition:unset;box-shadow:unset}}.Header-search__search-icon{width:24px;height:24px;background:url(../assets/header/search-icon.svg);background-size:100% 100%}.Header-search__search-close,.Header-search__search-mobile-close{background-position:center;background-repeat:no-repeat;transition:all 250ms ease-in-out}.Header-search__search-close{width:24px;height:24px;display:flex;background-image:url(../assets/header/cross-16x16.svg);background-size:16px 16px;opacity:0;pointer-events:none}.Header-search__search-close:hover{cursor:pointer}.Header-search__search-mobile-close{width:40px;height:40px;position:absolute;right:-48px;background-image:url(../assets/header/cross-24x24.svg);background-size:24px 24px;background-color:#fff;border-radius:50%}.Header-search__search-mobile-close:hover{background-color:#f3f0e9;cursor:pointer}.Header-search__search-mobile-close:active{background-color:#e8e1d4}.Header-search__search-input{margin-left:16px;font-weight:500;font-size:16px;width:100%;color:#262729}.Header-search__search-input::-moz-placeholder{color:#969aa3}.Header-search__search-input::placeholder{color:#969aa3}.Header-search__search.active{z-index:999}.Header-search__search.active .Header-search__search-close{opacity:1;pointer-events:all}@media screen and (max-width:1365px){.Header-search__search.active .Header-search__search-mobile-close{display:flex}}.Header-search__popup-overlay{width:100%;height:100vh;background:linear-gradient(to left,#262729 ,#262729) no-repeat 0 64px;opacity:.56;position:absolute;left:0;top:0;z-index:998}@media screen and (max-width:768px){.Header-search__popup-overlay{background:linear-gradient(to left,#262729 ,#262729) no-repeat 0 56px}}.Header-search__popup-overlay:hover{cursor:initial}.Header-search__popup-container{z-index:999;position:absolute;left:0;right:0;margin:auto;top:70px;width:100%}@media screen and (max-width:790px){.Header-search__popup-container{width:100%;position:fixed;top:56px}}.Header-search__popup-container-preloader{display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:16px;padding:40px 20px;background:#fff;box-shadow:0 2px 8px 0 rgba(0,0,0,.16);position:relative}@media screen and (max-width:790px){.Header-search__popup-container-preloader{height:100%;border-radius:0}}.Header-search .search-container{background:#fff;border-radius:16px;width:100%;display:flex;box-shadow:0 2px 8px 0 rgba(0,0,0,.16)}@media screen and (max-width:790px){.Header-search .search-container{height:100%;border-radius:0;box-shadow:unset}}.Header-search .search-container__no-result{display:flex;width:100%;padding:40px 20px;justify-content:space-around;color:#262729;font-size:14px;font-weight:500}.Header-search .search-container__result{padding:8px;width:100%}@media screen and (max-width:790px){.Header-search .search-container__result{overflow-y:auto}}.Header-search .search-container__result-container{display:flex;width:100%;flex-direction:column;max-height:364px;overflow-y:auto}@media screen and (max-width:790px){.Header-search .search-container__result-container{max-height:100%}.Header-search .search-container__result-container.have-categories{max-height:282px}}.Header-search .search-container__result-category{display:flex;flex-direction:column;width:100%;margin-top:16px;margin-bottom:8px}.Header-search .search-container__result-category-header{font-weight:500;font-size:16px;color:#262729;margin-bottom:16px;margin-left:16px;display:flex;align-items:center}.Header-search .search-container__result-category-header:before{content:"";display:flex;background:url(../assets/header/category-icon.svg);margin-right:16px;width:24px;height:24px}.Header-search .search-container__result-category-container{display:flex;flex-direction:column;width:100%;max-height:100px;overflow-y:auto}.AvailableServices{margin:32px auto 0;max-width:1600px;width:100%;display:flex;flex-direction:column;position:relative}@media screen and (max-width:1600px){.AvailableServices{max-width:1330px}}@media screen and (max-width:1439px){.AvailableServices{max-width:1300px}}@media screen and (max-width:1365px){.AvailableServices{padding-left:20px;margin:24px 0 0;max-width:100%}}@media screen and (max-width:767px){.AvailableServices{padding-left:16px}}.AvailableServices__head{font-weight:500;font-size:24px;color:#262729}@media screen and (max-width:767px){.AvailableServices__head{font-size:20px}}.AvailableServices__container{display:flex;margin-top:24px}@media screen and (max-width:1365px){.AvailableServices__container{gap:8px}}@media screen and (max-width:767px){.AvailableServices__container{margin-top:12px}}.AvailableServices__container::-webkit-scrollbar{display:none}.AvailableServices__container .ScrollSlider__side.disable{opacity:0;pointer-events:none}.MainPageBanners{display:flex;flex-direction:column}@media screen and (max-width:1365px){.MainPageBanners{padding:0 0 0 20px}}@media screen and (max-width:767px){.MainPageBanners{padding:0 0 0 16px}}.MainPageBanners__banners.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:767px){.MainPageBanners__banners.owl-carousel .owl-nav{display:none}}.MainPageBanners__banners.owl-carousel .owl-nav.disabled{display:none}.MainPageBanners__banners.owl-carousel .owl-nav .owl-next,.MainPageBanners__banners.owl-carousel .owl-nav .owl-prev{width:40px;height:40px;padding:0;color:transparent;background-image:url(../assets/main-page/slider-arrow.svg);background-color:#f5f7fa;background-position:center;background-repeat:no-repeat;border-radius:50%;transition:background 250ms ease-in-out;pointer-events:all}.MainPageBanners__banners.owl-carousel .owl-nav .owl-next:hover,.MainPageBanners__banners.owl-carousel .owl-nav .owl-prev:hover{background-color:#e1e4eb}.MainPageBanners__banners.owl-carousel .owl-nav .owl-next.disabled,.MainPageBanners__banners.owl-carousel .owl-nav .owl-prev.disabled,.MainPageBanners__dots.hidden,.MainPageCategory__body .MainPageBanner:before{display:none}.MainPageBanners__banners.owl-carousel .owl-nav .owl-next{margin:0 16px 0 auto}.MainPageBanners__banners.owl-carousel .owl-nav .owl-prev{margin:0 auto 0 16px;transform:rotate(180deg)}.MainPageBanners__dots.opc{opacity:0}.MainPageBanners__dots-dot{width:10px;height:10px;border-radius:50%;border:3px solid #fff;background:rgba(0,0,0,.24);transition:all 250ms ease-in-out}.MainPageBanners__dots.owl-carousel{width:222px;margin:16px auto 0;padding:7px 16px;pointer-events:none;transition:opacity 250ms ease-in-out}.MainPageBanners__dots.owl-carousel .owl-item.active.center .MainPageBanners__dots-dot{background:#8a6827;border:0}.MainPageBanners__dots.owl-carousel .owl-item.active.six .MainPageBanners__dots-dot{border:2.5px solid #fff}.MainPageBanners__dots.owl-carousel .owl-item.active.eighth .MainPageBanners__dots-dot{border:1px solid #fff}.MainPageCategories{display:flex;flex-direction:column;gap:12px;margin-top:32px}@media screen and (max-width:1365px){.MainPageCategories{gap:32px}}@media screen and (max-width:767px){.MainPageCategories{margin-top:24px;gap:24px}}.MainPageCategory{display:flex;flex-direction:column;gap:4px}@media screen and (max-width:1365px){.MainPageCategory{gap:16px}}.MainPageCategory__head{display:flex;flex-wrap:wrap;gap:16px}@media screen and (max-width:1365px){.MainPageCategory__head{padding:0 20px}}@media screen and (max-width:767px){.MainPageCategory__head{padding:0 16px;flex-wrap:unset}}.MainPageCategory__head-name{color:#262729;font-size:24px;font-weight:500;line-height:32px}@media screen and (max-width:767px){.MainPageCategory__head-name{font-size:20px}}.MainPageCategory__head-button{display:flex;align-items:center;background-color:transparent;color:#55559d;font-size:14px;font-weight:500;line-height:16px;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:all 250ms ease-in-out;padding:8px 12px;border-radius:16px;width:-moz-max-content;width:max-content;min-width:-moz-max-content;min-width:max-content}@media screen and (max-width:767px){.MainPageCategory__head-button{margin-left:auto;margin-right:-12px}}.MainPageCategory__head-button:after{display:flex;width:16px;height:16px;content:"";background-image:url(../assets/product-card/arrow-right-blue-16x16.svg);margin-left:4px}.MainPageCategory__head-button:hover{background-color:#eeeef5}.MainPageCategory__head-button:active{background-color:#ddddeb}@media screen and (max-width:1365px){.MainPageCategory__body{padding:0 0 0 20px}}@media screen and (max-width:767px){.MainPageCategory__body{padding:0 0 0 16px}}.MainPageCategory__body .ScrollSlider__container{padding:20px 0}@media screen and (max-width:1365px){.MainPageCategory__body .ScrollSlider__container{padding:0}}.MainPageCategory__body .ScrollSlider__side{background:unset}.MainPageCategory__body .ScrollSlider__side-arrow{margin:16px;background-color:#fff}.MainPageCategory__body .ScrollSlider__side-arrow:hover{background-color:#ebeef5}.MainPageCategory__body .MainPageBanner{width:272px;height:auto;padding:24px;min-width:272px}.MainPageCategory__body .MainPageBanner__button{margin-top:16px;padding:6px 12px;font-size:10px;font-weight:700}.MainPageCategory__body .MainPageBanner__text{padding:0}.MainPageCategory__body .MainPageBanner__text p:first-child{font-size:16px;font-weight:400}.MainPageCategory__body .MainPageBanner__text p:last-child{font-size:18px;font-weight:500}@media screen and (max-width:1600px){.MainPageCategory__body .MainPageBanner{width:248px;min-width:248px}}@media screen and (max-width:1439px){.MainPageCategory__body .MainPageBanner{width:240px;min-width:240px}}@media screen and (max-width:1365px){.MainPageCategory__body .MainPageBanner{width:272px;min-width:272px}}.MainPageCategory__body .ProductItem{width:272px;min-width:272px;border-radius:16px!important}.MainPageCategory__body .ProductItem .ProductItemRating,.MainPageCategory__body .ProductItem__add,.MainPageCategory__body .ProductItem__credit{display:none}@media screen and (max-width:1365px){.MainPageCategory__body .ProductItem__wrapper{height:272px}}@media screen and (max-width:767px){.MainPageCategory__body .ProductItem__wrapper{height:272px}}.MainPageCategory__body .ProductItem__container{border-radius:0 0 16px 16px!important}@media screen and (max-width:1600px){.MainPageCategory__body .ProductItem{width:248px;min-width:248px}}@media screen and (max-width:1439px){.MainPageCategory__body .ProductItem{width:240px;min-width:240px}}@media screen and (max-width:1365px){.MainPageCategory__body .ProductItem{width:272px;min-width:272px}}.MainPagePreorders{margin:64px auto 0;max-width:1600px;width:100%;display:flex;flex-direction:column;position:relative}@media screen and (max-width:1600px){.MainPagePreorders{max-width:1330px}}@media screen and (max-width:1439px){.MainPagePreorders{max-width:1300px}}@media screen and (max-width:1365px){.MainPagePreorders{margin:40px 0 0;max-width:100%}}.MainPagePreorders__head{color:#262729;font-size:24px;font-weight:500;line-height:32px}@media screen and (max-width:1365px){.MainPagePreorders__head{padding:0 20px}}@media screen and (max-width:767px){.MainPagePreorders__head{padding:0 16px;font-size:20px}}@media screen and (max-width:1365px){.MainPagePreorders__body{padding:0 0 0 20px;margin-top:24px}}@media screen and (max-width:767px){.MainPagePreorders__body{padding:0 0 0 16px}}.MainPagePreorders__body .ScrollSlider__container{padding:20px 0}@media screen and (max-width:1365px){.MainPagePreorders__body .ScrollSlider__container{padding:0}}.MainPagePreorders__body .ScrollSlider__side{background:unset}.MainPagePreorders__body .ScrollSlider__side-arrow{margin:16px;background-color:#fff}.MainPagePreorders__body .ScrollSlider__side-arrow:hover{background-color:#ebeef5}.MainPagePreorders__body .ProductItem{width:272px;min-width:272px;border-radius:16px!important}.MainPagePreorders__body .ProductItem .ProductItemRating,.MainPagePreorders__body .ProductItem__add,.MainPagePreorders__body .ProductItem__credit{display:none}@media screen and (max-width:1365px){.MainPagePreorders__body .ProductItem__wrapper{height:272px}}@media screen and (max-width:767px){.MainPagePreorders__body .ProductItem__wrapper{height:272px}}.MainPagePreorders__body .ProductItem__container{border-radius:0 0 16px 16px!important}@media screen and (max-width:1600px){.MainPagePreorders__body .ProductItem{width:248px;min-width:248px}}@media screen and (max-width:1439px){.MainPagePreorders__body .ProductItem{width:240px;min-width:240px}}@media screen and (max-width:1365px){.MainPagePreorders__body .ProductItem{width:272px;min-width:272px}}.MainPageShowRooms{display:flex;flex-direction:column;margin-top:44px}@media screen and (max-width:1365px){.MainPageShowRooms{padding:0 16px;width:100%}}.MainPageShowRooms__h{color:#262729;font-size:24px;font-weight:500;line-height:32px}@media screen and (max-width:1365px){.MainPageShowRooms__h{font-size:20px;line-height:24px}}.MainPageShowRooms__c{display:flex;margin-top:24px}@media screen and (max-width:1365px){.MainPageShowRooms__c{flex-direction:column;gap:24px}}.MainPageShowRooms__c-buttons{display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1365px){.MainPageShowRooms__c-buttons{flex-direction:row}}@media screen and (max-width:767px){.MainPageShowRooms__c-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}.BuyButton{display:flex;align-items:center;height:40px;width:-moz-max-content;width:max-content;background:#8a6827;transition:all 250ms ease-in-out;position:relative;border:1px solid transparent;padding:10px 24px;color:#f3f0e9;border-radius:24px}.BuyButton.preorder{background:#55559d}.BuyButton.preorder:hover{background:#7777b1}.BuyButton.preorder:active{background:#6666a7}.BuyButton.non-aval{background:#f5f7fa;pointer-events:none}.BuyButton.non-aval .BuyButton__icon{display:none}.BuyButton.non-aval .BuyButton__text{color:#969aa3}.BuyButton.preorder .BuyButton__icon{width:24px;min-width:24px;height:24px;background:url(../assets/product-card/preorder-icon.svg)}.BuyButton.active{pointer-events:none;background:#e8e1d4}.BuyButton.active .BuyButton__icon{background:url(../assets/product-card/buy-button-cart-active.svg);width:24px;height:24px}.BuyButton.active .BuyButton__icon:after{opacity:1}.BuyButton.active .BuyButton__text{color:#8a6827}.BuyButton.disabled{pointer-events:none;background:#f5f7fa}.BuyButton.disabled .BuyButton__icon{filter:brightness(.6)}.BuyButton.disabled .BuyButton__text{color:#969aa3}.BuyButton.loading{background:#fff;border:1px solid #96773d;pointer-events:none}.BuyButton.loading .BuyButton__icon,.BuyButton.loading .BuyButton__text{opacity:0}.BuyButton.loading .BuyButton__preloader{opacity:1}.BuyButton:hover{cursor:pointer;background:#a18652}.BuyButton:active{background:#96773d}.BuyButton__icon,.BuyButton__icon:after,.BuyButton__text{opacity:1;transition:all 250ms ease-in-out}.BuyButton__icon{width:24px;min-width:24px;height:24px;margin-left:auto;background:url(../assets/product-card/buy-button-cart.svg);background-size:100% 100%;margin-right:8px;position:relative}.BuyButton__icon:after{content:"";width:16px;height:16px;display:flex;position:absolute;top:-4px;right:-4px;background-image:url(../assets/product-card/buy-button-label.svg);background-size:16px 16px;opacity:0}.BuyButton__text{font-weight:500;font-size:16px;color:#f3f0e9;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-spinner{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:#fff;border-radius:50%;transition:all 250ms ease-in-out}.CloseButton:hover{background-color:#f3f0e9;cursor:pointer}.CloseButton:active{background-color:#e8e1d4}.FormCheckbox{display:flex;align-items:center}.FormCheckbox.full:hover{cursor:pointer}.FormCheckbox.full .FormCheckbox__container{pointer-events:none}.FormCheckbox.round .FormCheckbox__container-checkmark{border-radius:50%}.FormCheckbox.round .FormCheckbox__container-checkmark:after{left:3px;top:3px;width:12px;height:12px;border-radius:50%}.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:0;width:20px;height:20px;background:0 0;border:1px solid #d3d7e0;box-shadow:0 0 0 1px transparent;border-radius:4px;box-sizing:border-box;transition:all 250ms ease-in-out}.FormCheckbox__container:hover input~.FormCheckbox__container-checkmark{border:1px solid #8a6827}.FormCheckbox__container input:checked~.FormCheckbox__container-checkmark{border:1px solid #8a6827;box-shadow:0 0 0 1px rgba(138,104,39,.16)}.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:4px;width:10px;height:10px;background:#8a6827;border-radius:2px}.FormCheckbox__text{font-weight:500;font-size:14px;color:#262729;margin-left:12px}.FormCheckbox__text span{color:#262729}.FormInput{display:flex;flex-direction:column;width:100%;position:relative}.FormInput__label{display:flex;justify-content:space-between}.FormInput__label-error,.FormInput__label-ps{max-height:0;overflow:hidden;transition:all 250ms ease-in-out;width:-moz-max-content;width:max-content}.FormInput__label-ps{display:flex;flex-direction:column;color:#666e7a;font-weight:400;font-size:14px}.FormInput__label-ps.dirty,.FormInput__label-ps.focus{max-height:20px;margin-bottom:8px}.FormInput__label-error{font-weight:500;font-size:12px;color:#a3463b}.FormInput__label-error.active{margin-top:8px;max-height:20px}.FormInput__container{position:relative;width:100%}.FormInput__container-input{font-weight:400;font-size:16px;color:#262729;padding:14px 16px;width:100%;background:#fff;border-radius:16px;border:1px solid #e1e4eb;box-shadow:0 0 0 2px transparent;transition:all 250ms ease-in-out}.FormInput__container-input:-webkit-autofill,.FormInput__container-input:-webkit-autofill:focus,.FormInput__container-input:-webkit-autofill:hover{background-color:#fff!important;border:1px solid #e1e4eb!important;color:#262729!important;border-radius:16px!important;-webkit-text-fill-color:#262729;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-background-clip:text}.FormInput__container-input::-moz-placeholder{color:#969aa3;font-weight:400;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.FormInput__container-input::placeholder{color:#969aa3;font-weight:400;font-size:16px;transition:all 250ms ease-in-out}.FormInput__container-input:hover{border:1px solid #8a6827}.FormInput__container-input.pass{padding:14px 56px 14px 16px}.FormInput__container-input.focus{border:1px solid #8a6827;box-shadow:0 0 0 2px rgba(138,104,39,.16)}.FormInput__container-input.focus::-moz-placeholder{color:transparent}.FormInput__container-input.focus::placeholder{color:transparent}.FormInput__container-input.error{border:1px solid #a3463b;box-shadow:0 0 0 2px rgba(221,110,66,.24)}.FormInput__container-pass-button{width:24px;height:24px;position:absolute;right:12px;top:12px;background:url(../assets/form-input/password-icon.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.FormInput__container-pass-button:hover{cursor:pointer}.FormInput__container-pass-button.active{background:url(../assets/form-input/password-show-icon.svg)}.FormInput__not-required{font-weight:500;font-size:12px;color:#8590a6;position:absolute;right:16px;bottom:17px;height:-moz-fit-content;height:fit-content;pointer-events:none;opacity:0;transition:all 250ms ease-in-out}.FormInput__not-required.active{opacity:1}.FormPhone{display:flex;flex-direction:column;width:100%}.FormPhone__label{display:flex;justify-content:space-between}.FormPhone__label-error,.FormPhone__label-ps{max-height:0;overflow:hidden;transition:all 250ms ease-in-out;width:-moz-max-content;width:max-content}.FormPhone__label-ps{display:flex;flex-direction:column;color:#666e7a;font-weight:400;font-size:14px}.FormPhone__label-ps.dirty,.FormPhone__label-ps.focus{max-height:20px;margin-bottom:8px}.FormPhone__label-error{font-weight:500;font-size:12px;color:#a3463b}.FormPhone__label-error.active{margin-top:8px;max-height:20px}.FormPhone__container{display:flex;position:relative;width:100%;padding:14px 16px;background:#fff;border-radius:16px;border:1px solid #e1e4eb;box-shadow:0 0 0 2px transparent;transition:all 250ms ease-in-out}.FormPhone__container:hover{border:1px solid #8a6827}.FormPhone__container.focus{border:1px solid #8a6827;box-shadow:0 0 0 2px rgba(138,104,39,.16)}.FormPhone__container.focus::-moz-placeholder{color:transparent}.FormPhone__container.focus::placeholder{color:transparent}.FormPhone__container.dirty .FormPhone__container-pre,.FormPhone__container.focus .FormPhone__container-pre{display:flex}.FormPhone__container.error{border:1px solid #a3463b;box-shadow:0 0 0 2px rgba(221,110,66,.24)}.FormPhone__container.focus.error{border:2px solid #ff3254}.FormPhone__container-pre{font-weight:400;font-size:16px;color:#969aa3;margin-right:12px;display:none}.FormPhone__container-input{font-weight:400;font-size:16px;color:#262729;width:100%}.FormPhone__container-input::-moz-placeholder{color:#969aa3;font-weight:400;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.FormPhone__container-input::placeholder{color:#969aa3;font-weight:400;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:#666e7a;font-weight:400;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:16px;border:1px solid #e1e4eb;box-shadow:0 0 0 2px transparent;transition:all 250ms ease-in-out;min-height:47px}.FormSearchSelect__container.focus{border:1px solid #8a6827;box-shadow:0 0 0 2px rgba(138,104,39,.16)}.FormSearchSelect__container.focus::-moz-placeholder{color:transparent}.FormSearchSelect__container.focus::placeholder{color:transparent}.FormSearchSelect__container.error{border:2px solid #ff3254}.FormSearchSelect__container.focus.error{border:2px solid #ff002b}.FormSearchSelect__container-selected{color:#262729;font-weight:400;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:400;font-size:16px;color:#262729;width:100%;position:absolute;left:0;top:0;padding:14px 16px;height:100%}.AuthPhoneLoginCode__code-container input::-moz-placeholder,.FormSearchSelect__container-input::-moz-placeholder{color:#969aa3;font-weight:400;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.AuthPhoneLoginCode__code-container input::placeholder,.FormSearchSelect__container-input::placeholder{color:#969aa3;font-weight:400;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:500;font-size:12px;color:#ff002b;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);border:1px solid #ebeef5;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.08);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:10px 16px;background:0 0;transition:all 250ms ease-in-out;font-size:14px;line-height:140%;font-weight:400;color:#262729}.FormSearchSelect__list-item:hover{background:#f3f0e9;cursor:pointer}.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:#fff;border:1px solid #d3d7e0;box-sizing:border-box}.FormSelect.active,.FormSelect:hover{border:1px solid #8a6827}.FormSelect.active{box-shadow:0 0 0 2px rgba(138,104,39,.16)}.FormSelect__input{padding:12px 12px 12px 16px;color:#262729}.FormSelect__input:hover{cursor:pointer}.FormSelect__input::after{content:"";width:16px;height:16px;position:absolute;top:14px;right:12px;background:url(../assets/product-card/arrow-down-16x16.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.FormSelect__input input{font-weight:400;font-size:14px;line-height:16px;color:#262729;pointer-events:none}.FormSelect__input.active::after{transform:rotate(180deg)}.FormSelect__list,.FormSelect__list-item{background:#fff;transition:all 250ms ease-in-out;color:#262729}.FormSelect__list{width:100%;left:0;padding:8px 0;top:calc(100% + 15px);border:1px solid #ebeef5;box-sizing:border-box;box-shadow:0 4px 16px 0 rgba(0,0,0,.08);border-radius:8px;flex-direction:column;position:absolute;max-height:124px;overflow-y:auto;opacity:0;display:flex;pointer-events:none;z-index:2}.FormSelect__list.active{opacity:1;pointer-events:all}.FormSelect__list-item{padding:10px 16px;font-size:14px;font-weight:400;line-height:16px}.FormSelect__list-item:hover{background:#f3f0e9;cursor:pointer}.FormTextArea,.FormTextArea__label{display:flex;flex-direction:column;width:100%}.FormTextArea__label{color:#666e7a;font-weight:400;font-size:14px;line-height:16px;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:400;font-size:16px;color:#262729;padding:14px 16px;width:100%;background:#fff;border-radius:16px;border:1px solid #e1e4eb;transition:all 250ms ease-in-out;resize:none}.FormTextArea__container-input::-moz-placeholder{color:#969aa3;font-weight:400;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;line-height:20px}.FormTextArea__container-input::placeholder{color:#969aa3;font-weight:400;font-size:16px;transition:all 250ms ease-in-out;line-height:20px}.FormTextArea__container-input:-internal-autofill-selected,.FormTextArea__container-input:-webkit-autofill,.FormTextArea__container-input:-webkit-autofill:focus{border:1px solid #252525!important;color:#666e7a!important}.FormTextArea__container-input:hover{border:1px solid #8a6827}.FormTextArea__container-input.pass{padding:12px 45px 12px 15px}.FormTextArea__container-input.focus{border:1px solid #8a6827;box-shadow:0 0 0 2px rgba(138,104,39,.16)}.AuthPhoneLoginCode__code-container input.focus::-moz-placeholder,.FormTextArea__container-input.focus::-moz-placeholder{color:transparent}.AuthPhoneLoginCode__code-container input.focus::placeholder,.FormTextArea__container-input.focus::placeholder{color:transparent}.FormTextArea__container-input.error,.FormTextArea__container-input.focus.error{border:1px solid #a3463b;box-shadow:0 0 0 2px rgba(221,110,66,.24)}.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:500;font-size:12px;color:#a3463b;max-height:0;overflow:hidden;transition:all 250ms ease-in-out}.FormTextArea__error.active{margin-top:8px;max-height:14px}.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)}.Preloader{position:relative;height:80px;width:80px;filter:url(#goo)}.Preloader .Preloader__spinner{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.Preloader .Preloader__spinner:after{content:"";background:#8a6827;border-radius:50%}.Preloader .Preloader__spinner span,.Preloader .Preloader__spinner:after{height:24px;width:24px;position:absolute;top:0;left:0}.Preloader .Preloader__spinner span:nth-of-type(1){transform:translateX(-100%) translateY(0) rotate(-90deg)}.Preloader .Preloader__spinner span:nth-of-type(2){transform:translateX(-70%) translateY(-70%) rotate(-45deg)}.Preloader .Preloader__spinner span:nth-of-type(3){transform:translateX(0) translateY(-100%) rotate(0)}.Preloader .Preloader__spinner span:nth-of-type(4){transform:translateX(70%) translateY(-70%) rotate(45deg)}.Preloader .Preloader__spinner span:nth-of-type(5){transform:translateX(100%) translateY(0) rotate(90deg)}.Preloader .Preloader__spinner span:nth-of-type(6){transform:translateX(70%) translateY(70%) rotate(135deg)}.Preloader .Preloader__spinner span:nth-of-type(7){transform:translateX(0) translateY(100%) rotate(180deg)}.Preloader .Preloader__spinner span:nth-of-type(8){transform:translateX(-70%) translateY(70%) rotate(-135deg)}.Preloader .Preloader__spinner span:nth-of-type(1):after{animation-delay:0ms}.Preloader .Preloader__spinner span:nth-of-type(2):after{animation-delay:375ms}.Preloader .Preloader__spinner span:nth-of-type(3):after{animation-delay:750ms}.Preloader .Preloader__spinner span:nth-of-type(4):after{animation-delay:1125ms}.Preloader .Preloader__spinner span:nth-of-type(5):after{animation-delay:1500ms}.Preloader .Preloader__spinner span:nth-of-type(6):after{animation-delay:1875ms}.Preloader .Preloader__spinner span:nth-of-type(7):after{animation-delay:2250ms}.Preloader .Preloader__spinner span:nth-of-type(8):after{animation-delay:2625ms}.Preloader .Preloader__spinner span:nth-of-type(1):before{animation-delay:0ms}.Preloader .Preloader__spinner span:nth-of-type(2):before{animation-delay:375ms}.Preloader .Preloader__spinner span:nth-of-type(3):before{animation-delay:750ms}.Preloader .Preloader__spinner span:nth-of-type(4):before{animation-delay:1125ms}.Preloader .Preloader__spinner span:nth-of-type(5):before{animation-delay:1500ms}.Preloader .Preloader__spinner span:nth-of-type(6):before{animation-delay:1875ms}.Preloader .Preloader__spinner span:nth-of-type(7):before{animation-delay:2250ms}.Preloader .Preloader__spinner span:nth-of-type(8):before{animation-delay:2625ms}.Preloader .Preloader__spinner span:after,.Preloader .Preloader__spinner span:before{content:"";background:#8a6827;height:13px;width:13px;position:absolute;top:9px;left:9px;transform:translateX(0) translateY(0);border-radius:50%;animation:move 3s linear infinite}.Preloader .Preloader__spinner span:before{height:10px;width:10px;top:8px;left:8px;animation:move2 3s linear infinite}.Preloader-spinner{width:60px;height:60px;margin:auto;position:relative;display:block}.Preloader-spinner__first,.Preloader-spinner__secont,.Preloader-spinner__third{width:100%;height:100%;position:absolute;top:0;left:0;border-radius:50%;border:6px solid transparent}.Preloader-spinner__first{border-top-color:#8a6827;border-right-color:#8a6827;z-index:3;animation:first 1000ms ease infinite}.Preloader-spinner__secont{border-top-color:#947b4c;border-right-color:#947b4c;z-index:2;animation:secont 1000ms ease 150ms infinite}.Preloader-spinner__third{border-top-color:#918e87;border-right-color:#918e87;z-index:1;animation:third 1000ms ease 350ms infinite}.PrimaryButton{width:100%;min-height:48px;border-radius:24px;font-weight:500;font-size:16px;padding:14px 24px;display:flex;align-items:center;text-transform:uppercase;justify-content:space-around;transition:all 250ms ease-in-out;position:relative}.PrimaryButton:after{width:24px;height:24px;content:"";position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;display:none}.PrimaryButton.primary{background:#8a6827;color:#f3f0e9;line-height:20px}.PrimaryButton.primary:hover{background:#a18652;cursor:pointer}.PrimaryButton.primary:active{background:#96773d}.PrimaryButton.primary.disabled{background:#f5f7fa;color:#969aa3;pointer-events:none}.PrimaryButton.secondary{border:1px solid #e1e4eb;color:#8a6827;background:0 0;padding:12px 24px;border-radius:20px;line-height:16px;font-size:14px}.PrimaryButton.secondary.disabled{pointer-events:none;background:#fff;color:#969aa3}.PrimaryButton.secondary:hover{background:#e8e1d4;border:1px solid #e8e1d4;color:#8a6827;cursor:pointer}.PrimaryButton.secondary:active{background:#dcd2be;border:1px solid #dcd2be;color:#8a6827}.PrimaryButton.tertiary{background:0 0;color:#55559d;text-decoration:underline;line-height:16px;font-size:14px}.PrimaryButton.tertiary.disabled{pointer-events:none;text-decoration:unset}.PrimaryButton.tertiary:hover{background:#eeeef5;text-decoration:unset;cursor:pointer}.PrimaryButton.tertiary:active{background:#ddddeb;text-decoration:unset}.PrimaryButton.quaternary{border:1px solid #e1e4eb;color:#262729;text-transform:none}.PrimaryButton.quaternary.disabled{color:#969aa3}.PrimaryButton.quaternary:hover{cursor:pointer;background:#f5f7fa;border-color:transparent}.PrimaryButton.quaternary:active{background:#ebeef5;border-color:transparent}.PrimaryButton.sub-butt{background:#55559d;color:#fff}.PrimaryButton.sub-butt:hover{background:#7777b1;cursor:pointer}.PrimaryButton.sub-butt:active{background:#6666a7}.PrimaryButton.buttonError{background:#eddad8;color:#a3463b;pointer-events:none}.PrimaryButton.buttonError:after{display:flex}.RadioButton,.RadioButton__mark{background:0 0;display:flex;border-radius:50%;transition:all 250ms ease-in-out}.RadioButton{width:20px;height:20px;border:1px solid #d3d7e0;box-shadow:0 0 0 2px transparent;align-items:center;justify-content:space-around}.RadioButton:hover{border:1px solid #8a6827;cursor:pointer}.RadioButton.active{border:1px solid #8a6827;box-shadow:0 0 0 1px rgba(138,104,39,.16)}.RadioButton.active .RadioButton__mark{background:#8a6827}.RadioButton__mark{width:12px;height:12px}.ScrollSlider{width:100%;display:flex;position:relative}.ScrollSlider.no-gradient .ScrollSlider__side{background:0 0}.ScrollSlider.no-gradient .ScrollSlider__side-arrow{background-color:#fff;width:40px;height:40px;border:1px solid #e1e4eb;margin:0 16px}.ScrollSlider.no-gradient .ScrollSlider__side-arrow:hover{background-color:#ebeef5;cursor:pointer}.ScrollSlider__side{background:linear-gradient(270deg,#fff 44.79%,rgba(255,255,255,0) 100%);position:absolute;right:0;top:-2px;display:flex;width:104px;height:calc(100% + 3px);z-index:1;pointer-events:none;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.ScrollSlider__side{display:none}}.ScrollSlider__side.left{transform:rotate(180deg);right:unset;left:0}.ScrollSlider__side-arrow{width:32px;height:32px;background-color:#f5f7fa;background-image:url(../assets/product-card/arrow-black-6x12.svg);background-position:center;background-repeat:no-repeat;background-size:9px 14px;pointer-events:all;position:absolute;right:0;top:50%;transform:translateY(-50%);border-radius:20px;display:flex;transition:all 250ms ease-in-out}.ScrollSlider__side-arrow:hover{background-color:#ebeef5;cursor:pointer}.ScrollSlider__side-arrow:active{background-color:#ebeef5}.ScrollSlider__container{width:100%;position:relative;overflow-y:auto;display:flex;scroll-behavior:smooth}.ScrollSlider__container::-webkit-scrollbar{display:none}.SkeletonPreloader{display:flex;overflow:hidden}@media screen and (max-width:1365px){.SkeletonPreloader{margin-top:20px}}@media screen and (max-width:767px){.SkeletonPreloader{margin-top:10px}}.SkeletonPreloader__item{display:flex;position:relative;border-radius:12px;background:#6334ff;margin-left:10px;overflow:hidden}.SkeletonPreloader__item:first-child{margin-left:0!important}@media screen and (max-width:1600px){.SkeletonPreloader__item{width:110px;height:110px}}@media screen and (max-width:1439px){.SkeletonPreloader__item{width:106px;height:106px}}@media screen and (max-width:1365px){.SkeletonPreloader__item{width:130px;height:130px;min-width:130px}.SkeletonPreloader__item:first-child{margin-left:0}}.SkeletonPreloader__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:""}.Spinner{width:16px;height:16px;background-image:url(../assets/support-page/submit-loader.svg);background-position:center center;background-repeat:no-repeat;animation:ucwfs-anim 1s infinite linear}.FullCharacteristics{width:100%;position:relative}.FullCharacteristics__container{width:100%;display:flex;flex-direction:column}.CompareAddDiffBtns__form-switch{position:relative;display:flex;gap:16px;align-items:center;cursor:pointer;white-space:nowrap;color:#262729;font-size:14px;font-weight:500;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 #e1e4eb}.CompareAddDiffBtns__form-switch i::after{content:"";position:absolute;left:4px;top:3px;width:16px;height:16px;border-radius:50%;background:#d3d7e0;transition:all 250ms ease-in-out}.CompareAddDiffBtns__form-switch input{position:absolute;opacity:0;pointer-events:none}.CompareAddDiffBtns__form-switch input:checked+i{background:#f3f0e9;border:1px solid #8a6827}.CompareAddDiffBtns__form-switch input:checked+i::after{background:#8a6827;left:20px}.CompareAddDiffBtns__form-switch.disabled{display:none}.CompareAddDiffBtns .PrimaryButton{font-size:14px;font-weight:500;padding:12px 16px;justify-content:center;max-width:221px}@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:42px;display:flex;flex-direction:column;border:1px solid #d3d7e0;box-sizing:border-box}.CompareFormSelect:hover{border:1px solid #8a6827}.CompareFormSelect.active{box-shadow:0 0 0 2px rgba(138,104,39,.16)}.CompareFormSelect__input{padding:12px 12px 12px 16px;color:#262729;width:230px}@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:400;font-size:14px;line-height:16px;color:#262729;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% + 6px);border:1px solid #ebeef5;box-sizing:border-box;box-shadow:0 4px 16px 0 rgba(0,0,0,.08);border-radius:8px;flex-direction:column;color:#262729;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:10px 16px;transition:all 250ms ease-in-out;font-size:14px;font-weight:400;line-height:16px;color:#262729}.CompareFormSelect__list-item:hover{background:#f3f0e9;cursor:pointer}.CompareFormSelect__list-item.active{background:#e7dbc8}.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.empty{margin-top:0}.CompareProductGroup.diactive .CompareProductGroup__head span::after{background:url(../assets/compare-page/char-group-arrow.svg);transform:rotate(180deg)}.CompareProductGroup.diactive .CompareProductGroup__body{display:none}@media screen and (max-width:1365px){.CompareProductGroup.first .CompareProductGroup__body-item p:first-child{color:#262729;z-index:3}}.CompareProductGroup__head{display:flex;justify-content:space-between;align-items:center;min-height:24px;position:relative;transition:all 250ms ease-in-out}.CompareProductGroup__head p{font-size:24px;font-weight:500;line-height:32px;color:#262729}@media screen and (max-width:1365px){.CompareProductGroup__head p{font-size:20px;margin-left:16px}}.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:24px;left:0;top:0;z-index:2}@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{width:24px;min-width:24px;height:24px;background:url(../assets/product-card/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:#f5f7fa;border-radius:16px}@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:1px solid #fff;padding:22px 16px;text-align:center;align-items:center}.CompareProductGroup__body-item.name{border-bottom:1px 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-size:16px;font-weight:500;color:#262729;line-height:20px;padding-right:20px;width:100%}.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;font-weight:400;line-height:20px;color:#262729}.CompareProductGroup__body-item p:first-child{display:none;font-weight:400;font-size:16px;color:#999;padding-bottom:20px}@media screen and (max-width:1365px){.CompareProductGroup__body-item p:first-child{display:flex;padding:14px 16px;width:100%;background:#fff;color:#262729;position:absolute;height:48px;left:0;align-items:center;justify-content:center;font-size:14px;line-height:140%}}.CompareProductHead{background:#fff;border-radius:16px;display:flex;flex-direction:column;position:relative;border:1px solid #e1e4eb;height:436px}@media screen and (max-width:1365px){.CompareProductHead{border-radius:0;border-width:0 1px 1px 0;height:388px}}@media screen and (max-width:767px){.CompareProductHead{height:298px}}.CompareProductHead__wrapper{width:100%;height:272px;min-height:272px;display:flex;background:#f5f7fa;border-radius:16px 16px 0 0}@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:164px;min-height:164px}}.CompareProductHead__wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px 16px 0 0}@media screen and (max-width:1365px){.CompareProductHead__wrapper img{border-radius:0}}.CompareProductHead__delete{width:32px;height:32px;background-color:#fff;border-radius:50%;background-image:url(../assets/compare-page/delete-icon-white.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-image:url(../assets/compare-page/delete-icon-red.svg);cursor:pointer}.CompareProductHead__delete:active{background-color:#eddad8}.CompareProductHead__container{display:flex;flex-direction:column;padding:16px;height:100%}@media screen and (max-width:767px){.CompareProductHead__container{padding:8px}}.CompareProductHead__container-name{display:flex;font-weight:400;height:44px;font-size:16px;line-height:22px;color:#262729;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.CompareProductHead__container-name:hover,.PriceAndBuy__head .delivery-np-popover p a:hover{text-decoration:underline}@media screen and (max-width:1365px){.CompareProductHead__container-name{font-size:14px;height:40px}}@media screen and (max-width:767px){.CompareProductHead__container-name{font-size:12px;height:34px;line-height:16px}.CompareProductHead__container .ProductItemRating{margin-top:8px}}.CompareProductHead__container-price{display:flex;flex-direction:column;margin-top:auto}.CompareProductHead__container-price-old span:first-child{font-weight:400;font-size:14px;color:#969aa3;line-height:16px;text-decoration:line-through}.CompareProductHead__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){.CompareProductHead__container-price-old span:last-child{margin-left:6px}}.CompareProductHead__container-price-current{font-weight:500;font-size:20px;line-height:24px;color:#a3463b;margin-top:4px}@media screen and (max-width:767px){.CompareProductHead__container-price-current{font-size:18px;line-height:22px}}.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:16px;bottom:16px}@media screen and (max-width:767px){.CompareProductHead__container-cart{right:8px;bottom:8px}}.CompareProductHead__container-cart:hover{background-color:#e8e1d4;cursor:pointer}.CompareProductHead__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}.CompareProductHead__container-cart.disabled{opacity:.4;pointer-events:none}.CompareProduct{display:flex;flex-direction:column;width:272px;min-width:272px}@media screen and (max-width:1600px){.CompareProduct{width:312px;min-width:312px}}@media screen and (max-width:1439px){.CompareProduct{width:306px;min-width:306px}}@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__container{opacity:0;padding:0;height:0;width:0}}@media screen and (max-width:1365px) and (max-width:1365px){.CompareProduct.first .CompareProductHead__info{opacity:0}}@media screen and (max-width:767px){.CompareProduct{width:164px;min-width:164px}}.CompareProductSmall,.CompareProduct__head{display:flex;flex-direction:column}.CompareProduct__head.transparent{opacity:0}.CompareProduct.first{width:0;min-width:0}.CompareProductSmall{width:272px;min-width:272px;padding:16px;position:relative}.CompareProductSmall.first::after{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 #f5f7fa;z-index:1;right:-12px}@media screen and (max-width:1365px){.CompareProductSmall.first::after{right:-1px}}@media screen and (max-width:1600px){.CompareProductSmall{width:312px;min-width:312px}}@media screen and (max-width:1439px){.CompareProductSmall{width:306px;min-width:306px}}@media screen and (max-width:1365px){.CompareProductSmall{width:232px;min-width:232px;padding:8px 16px}}@media screen and (max-width:767px){.CompareProductSmall{width:164px;min-width:164px}}.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:32px 1fr}}.CompareProductSmall__top-wrapper{width:100%;height:64px;display:flex}@media screen and (max-width:1365px){.CompareProductSmall__top-wrapper{height:32px}}.CompareProductSmall__top-name{margin:12px 0;font-size:14px;font-weight:500;line-height:140%;color:#262729;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}}.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}@media screen and (max-width:1365px){.CompareProductSmall__bottom-price{flex-direction:row-reverse;align-items:flex-end}}.CompareProductSmall__bottom-price-old span:first-child{font-size:14px;font-weight:400;line-height:16px;text-decoration:line-through;color:#969aa3}.CompareProductSmall__bottom-price-old span:last-child{background:#a3463b;border-radius:10px;font-weight:700;line-height:14px;font-size:12px;color:#fff;padding:1px 6px}@media screen and (max-width:1365px){.CompareProductSmall__bottom-price-old span:last-child{display:none}}.CompareProductSmall__bottom-price-current{font-size:20px;font-weight:500;line-height:24px;margin-top:4px;color:#a3463b}@media screen and (max-width:1365px){.CompareProductSmall__bottom-price-current{margin-right:8px;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:#8a6827;border-radius:16px;height:24px;display:flex;align-items:center;justify-content:space-around;position:static;transition:all 250ms ease-in-out}}.CompareProductSmall__bottom-buy p{font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase;color:#f3f0e9;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:#e8e1d4;cursor:pointer}@media screen and (max-width:1365px){.CompareProductSmall__bottom-buy:hover{background-color:#a18652}}.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}.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,.12);transition:top 500ms ease-in-out}.CompareProducts__fixed.visible{top:0}.CompareProducts__fixed-container{display:grid;grid-template-columns:272px 1148px;grid-column-gap:20px;width:100%;overflow:hidden;max-width:1440px;margin:0 auto}@media screen and (max-width:1600px){.CompareProducts__fixed-container{grid-template-columns:312px 984px;grid-column-gap:24px;max-width:1320px}}@media screen and (max-width:1439px){.CompareProducts__fixed-container{grid-template-columns:306px 946px;max-width:1296px}}@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-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-bottom,.CompareProducts__fixed-container-carousel .owl-nav .owl-next span,.CompareProducts__fixed-container-carousel .owl-nav .owl-prev span,.CompareProducts__fixed-container-carousel .owl-nav.disabled{display:none}.CompareProducts__fixed-container-carousel .owl-nav .owl-next,.CompareProducts__fixed-container-carousel .owl-nav .owl-prev{width:32px;height:32px;background-color:#ebeef5;border-radius:50%;pointer-events:all;background-image:url(../assets/compare-page/arrow-small-carousel.svg);background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}.CompareProducts__fixed-container-carousel .owl-nav .owl-next.disabled,.CompareProducts__fixed-container-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-nav .owl-next:hover,.CompareProducts__fixed-container-carousel .owl-nav .owl-prev:hover{cursor:pointer;background-color:#fff}.CompareProducts__fixed-container-carousel .owl-nav .owl-next:active,.CompareProducts__fixed-container-carousel .owl-nav .owl-prev:active{cursor:pointer;background-size:8px 14px}.CompareProducts__fixed-container-carousel .owl-nav .owl-prev{transform:rotate(180deg)}.CompareProducts__fixed-container-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 #f5f7fa;z-index:1;left:-12px}@media screen and (max-width:1365px){.CompareProducts__fixed-container-carousel .owl-item.active::before{left:-1px}}.CompareProducts__fixed-container-carousel .owl-item.active:first-child::before,.ProductCardCompare__fixed-container-carousel .owl-item.active:first-child::before{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:272px 1148px;grid-column-gap:20px;width:100%;overflow:hidden}@media screen and (max-width:1600px){.CompareProducts__body{grid-template-columns:312px 984px;grid-column-gap:24px}}@media screen and (max-width:1439px){.CompareProducts__body{grid-template-columns:306px 946px}}@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{position:relative}.CompareProducts__body-container .owl-nav{position:absolute;top:174px;margin-top:0;right:16px;left:16px;display:flex;justify-content:space-between;pointer-events:none}.CompareProducts__body-container .owl-nav .owl-next span,.CompareProducts__body-container .owl-nav .owl-prev span,.CompareProducts__body-container .owl-nav.disabled,.GalleryBlock__big-carousel-item.gallery-video.clicked::before{display:none}@media screen and (max-width:1600px){.CompareProducts__body-container .owl-nav{left:-320px}}@media screen and (max-width:1439px){.CompareProducts__body-container .owl-nav{left:-308px}}.CompareProducts__body-container .owl-nav .owl-next,.CompareProducts__body-container .owl-nav .owl-prev{width:32px;height:32px;background-color:#ebeef5;border-radius:50%;pointer-events:all;background-image:url(../assets/compare-page/arrow-small-carousel.svg);background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}.CompareProducts__body-container .owl-nav .owl-next.disabled,.CompareProducts__body-container .owl-nav .owl-prev.disabled{background-image:url(../assets/compare-page/arrow-small-carousel-disabled.svg);background-size:9px 14px}.CompareProducts__body-container .owl-nav .owl-next:hover,.CompareProducts__body-container .owl-nav .owl-prev:hover{cursor:pointer;background-color:#fff}.CompareProducts__body-container .owl-nav .owl-next:active,.CompareProducts__body-container .owl-nav .owl-prev:active{cursor:pointer;background-size:8px 14px}.CompareProducts__body-container .owl-nav .owl-prev{transform:rotate(180deg)}.CompareProducts__body-container .owl-nav .owl-prev.disabled{opacity:0}.CommentsAllMedia{border-radius:8px;display:flex;flex-direction:column;margin-bottom:26px}.CommentsAllMedia__head{font-size:20px;font-weight:500;line-height:24px;color:#262729}.CommentsAllMedia__body{margin-top:18px;display:grid;grid-template-columns:1fr 98px;grid-column-gap:24px}@media screen and (max-width:1600px){.CommentsAllMedia__body{grid-template-columns:1fr 88px}}@media screen and (max-width:1439px){.CommentsAllMedia__body{grid-template-columns:1fr 86px}}@media screen and (max-width:1365px){.CommentsAllMedia__body{grid-template-columns:1fr 108px;grid-column-gap:16px}}@media screen and (max-width:767px){.CommentsAllMedia__body{grid-template-columns:1fr 70px}}.CommentsAllMedia__body-container{width:100%;display:flex;flex-wrap:nowrap;overflow:auto;gap:24px;height:102px;align-items:center;padding-left:2px}.CommentsAllMedia__body-container::-webkit-scrollbar{display:none}@media screen and (max-width:1600px){.CommentsAllMedia__body-container{height:92px}}@media screen and (max-width:1439px){.CommentsAllMedia__body-container{height:90px}}@media screen and (max-width:1365px){.CommentsAllMedia__body-container{gap:16px;height:112px}}@media screen and (max-width:767px){.CommentsAllMedia__body-container{height:74px}}.CommentsAllMedia__body-container-wrapper{width:98px;min-width:98px;height:98px;position:relative;display:flex;border-radius:16px;border:2px solid transparent}@media screen and (max-width:1600px){.CommentsAllMedia__body-container-wrapper{width:88px;min-width:88px;height:88px}}@media screen and (max-width:1439px){.CommentsAllMedia__body-container-wrapper{width:86px;min-width:86px;height:86px}}@media screen and (max-width:1365px){.CommentsAllMedia__body-container-wrapper{width:108px;min-width:108px;height:108px}}@media screen and (max-width:767px){.CommentsAllMedia__body-container-wrapper{width:70px;min-width:70px;height:70px}}.CommentsAllMedia__body-container-wrapper:hover{cursor:pointer;box-shadow:0 0 0 2px #ccaf93;border:2px solid #fff}.CommentsAllMedia__body-container-wrapper.vid::after{content:"";position:absolute;width:36px;height:36px;background:url(../assets/product-card/review-video-play-button.svg);background-size:100% 100%;left:0;top:0;right:0;bottom:0;margin:auto}.CommentsAllMedia__body-container-wrapper img{width:100%;height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.CommentsAllMedia__body-all,.TabCommentsList__bottom-more div{font-size:14px;text-transform:uppercase;display:flex;align-items:center}.CommentsAllMedia__body-all{width:100%;border-radius:20px;border:1px solid #e1e4eb;background:#fff;justify-content:space-around;margin-left:auto;color:#8a6827;transition:all 250ms ease-in-out;cursor:pointer;height:98px}.CommentsAllMedia__body-all:hover{border:1px solid transparent;background:#e8e1d4}.CommentsAllMedia__body-all:active{background:#dcd2be}@media screen and (max-width:1600px){.CommentsAllMedia__body-all{width:88px;min-width:88px;height:88px}}@media screen and (max-width:1439px){.CommentsAllMedia__body-all{width:86px;min-width:86px;height:86px}}@media screen and (max-width:1365px){.CommentsAllMedia__body-all{width:108px;min-width:108px;height:108px}}@media screen and (max-width:767px){.CommentsAllMedia__body-all{width:70px;min-width:70px;height:70px;font-size:12px}}.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.none-sort{margin-left:auto}@media screen and (max-width:767px){.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:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:24px;grid-row-gap:24px;margin-top:24px}@media screen and (max-width:1365px){.TabCommentsList__bottom{margin-top:24px;grid-template-columns:minmax(0,1fr);grid-column-gap:0}}@media screen and (max-width:767px){.TabCommentsList__bottom{margin-top:16px}}.TabCommentsList__bottom-more{width:280px;display:flex;align-items:center;height:48px;color:#55559d;margin:32px auto 0;border-radius:24px;transition:all 250ms ease-in-out;padding:12px 24px;-webkit-text-decoration-line:underline;text-decoration-line:underline}@media screen and (max-width:1365px){.TabCommentsList__bottom-more{margin:24px 0 0;width:100%}}.TabCommentsList__bottom-more:hover{cursor:pointer;background-color:#eeeef5;-webkit-text-decoration-line:none;text-decoration-line:none}.TabCommentsList__bottom-more:active{background-color:#ddddeb}.TabCommentsList__bottom-more div{color:#55559d;font-weight:500;line-height:16px;margin:0 auto;width:-moz-fit-content;width:fit-content}.TabCommentsList__bottom-more div::before{content:"";background-image:url(../assets/product-card/review-more-button.svg);width:24px;height:24px;display:flex;margin-right:8px;background-size:100% 100%}.TabCommentsList__preloader{margin-top:20px}.TabCommentsList__empty{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#fff;border-radius:8px}@media screen and (max-width:1365px){.TabCommentsList__empty{flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.TabCommentsList__empty{padding:15px}}.TabCommentsList__empty-text{font-weight:500;font-size:18px;color:#2f2d40;margin-left:10px}@media screen and (max-width:1365px){.TabCommentsList__empty-text{margin-left:0}}.TabCommentsList__empty-button{width:220px;height:40px;background:#f0ebff;border-radius:8px;font-weight:500;font-size:16px;color:#7547ff;display:flex;justify-content:space-around;align-items:center;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.TabCommentsList__empty-button{width:100%;margin-top:20px}}.TabCommentsList__empty-button:hover{background:#e0d6ff;cursor:pointer}.BackLink{display:flex;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1365px){.BackLink{position:absolute;padding:16px;left:0;top:0;width:100%;z-index:3;background:#f5f7fa}}.BackLink__link{display:flex;align-items:center}.BackLink__link span:first-child{width:16px;height:16px;background:url(../assets/product-card/backlink-arrow.svg);margin-right:8px;transition:all 250ms ease-in-out}.BackLink__link span:last-child{font-weight:500;font-size:12px;line-height:14px;color:#666e7a;text-transform:uppercase;transition:all 250ms ease-in-out}.BackLink__link:hover{cursor:pointer}.BackLink__link:hover span:first-child{background:url(../assets/product-card/backlink-arrow-hover.svg)}.BackLink__link:hover span:last-child{color:#262729}.BackLink__link:active span:first-child{background:url(../assets/product-card/backlink-arrow-active.svg)}.BackLink__link:active span:last-child{color:#55559d}.Badges{display:flex;width:100%;position:relative;margin-top:24px}@media screen and (max-width:1365px){.Badges{margin:24px auto 0;width:calc(100% - 40px)}}@media screen and (max-width:767px){.Badges{width:calc(100% - 32px)}}.Badges.empty{margin-bottom:-20px}.Badges__container{width:100%}.Badges__skeleton{display:flex;overflow:hidden;gap:8px}@media screen and (max-width:1365px){.Badges__skeleton{margin-top:16px;margin-left:16px}}.Badges__skeleton-item{width:116px;min-width:116px;height:116px;background:#f5f7fa;border-radius:16px;display:flex;position:relative;overflow:hidden}@media screen and (max-width:1600px){.Badges__skeleton-item{width:104px;min-width:104px;height:104px}}@media screen and (max-width:767px){.Badges__skeleton-item{width:96px;min-width:96px;height:96px}}.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:""}.CompareBlock{width:100%;display:flex;flex-direction:column;margin-top:60px;gap:30px;scroll-margin-top:65px}@media screen and (max-width:1365px){.CompareBlock{margin-top:40px;gap:20px}}.CompareBlock__head{display:flex;gap:10px;margin:0 auto;width:100%;max-width:1440px;justify-content:space-between}@media screen and (max-width:1600px){.CompareBlock__head{max-width:1320px}}@media screen and (max-width:1439px){.CompareBlock__head{max-width:1296px}}@media screen and (max-width:1365px){.CompareBlock__head{flex-direction:column;gap:4px;max-width:100%;padding:0 16px}}.CompareBlock__head-name{color:#262729;font-size:24px;font-style:normal;font-weight:500;line-height:32px}.CompareBlock__head-name span,.PCShowRooms__h span{color:#666e7a}.CompareBlock__head-link{color:#404b7a;font-size:14px;font-weight:500;line-height:14px;display:flex;align-items:center;gap:4px}.CompareBlock__head-link:hover{text-decoration:underline;cursor:pointer}.CompareBlock__head-link:after{content:"";display:flex;width:16px;height:16px;background-image:url(../assets/catalog/arrow-right-16x16.svg);background-size:100% 100%}.CompareBlock__container{display:flex;width:100%;background:#fff;padding:60px 0 32px}@media screen and (max-width:1365px){.CompareBlock__container{padding:20px 20px 15px}}.CompareBlock__container-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:64px;width:100%;margin:0 auto;max-width:1440px;align-items:stretch}@media screen and (max-width:1600px){.CompareBlock__container-products{max-width:1320px;grid-gap:48px}}@media screen and (max-width:1439px){.CompareBlock__container-products{max-width:1296px}}@media screen and (max-width:1365px){.CompareBlock__container-products{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px}}.ColorSize{display:flex;flex-direction:column;width:100%;position:relative;margin-top:32px}@media screen and (max-width:1365px){.ColorSize{margin:32px auto 0;width:calc(100% - 40px)}}@media screen and (max-width:767px){.ColorSize{margin:24px auto 0;width:calc(100% - 32px)}}.ColorSize__container{width:100%;margin-top:24px}.ColorSize__container:first-child{margin-top:0}.ColorSize__to-compare,.DeliveryBlock{display:flex;transition:all 250ms ease-in-out}.ColorSize__to-compare{align-items:center;background-color:transparent;color:#55559d;font-size:14px;font-weight:500;line-height:16px;-webkit-text-decoration-line:underline;text-decoration-line:underline;padding:8px 12px;border-radius:16px;width:-moz-max-content;width:max-content;margin-top:16px;margin-left:-12px}.ColorSize__to-compare:after{display:flex;width:16px;height:16px;content:"";background-image:url(../assets/product-card/arrow-right-blue-16x16.svg);margin-left:4px}.ColorSize__to-compare:hover{background-color:#eeeef5;cursor:pointer}.ColorSize__to-compare:active{background-color:#ddddeb}.DeliveryBlock{width:100%;background:0 0;margin-top:32px;gap:24px;padding-bottom:16px;border-bottom:1px solid #e1e4eb}@media screen and (max-width:1365px){.DeliveryBlock{margin:24px auto 0;width:calc(100% - 40px)}}@media screen and (max-width:767px){.DeliveryBlock{width:calc(100% - 32px)}}.DeliveryBlock.hover,.GalleryBlock__big-carousel .owl-nav .owl-next.disabled,.GalleryBlock__big-carousel .owl-nav .owl-prev.disabled,.GalleryBlock__big-carousel-item.gallery-video:hover{cursor:pointer}.DeliveryBlock__container{display:flex;flex-direction:column}.DeliveryBlock__container-name{display:flex;align-items:center;margin-right:auto}.DeliveryBlock__container-name p{font-weight:500;font-size:16px;color:#262729}.DeliveryBlock__container-name p span,.ProductItemBigPreorderPopup__body-inputs-foot-offert p a{color:#55559d;text-decoration:underline}.DeliveryBlock__container-name p span:hover{cursor:pointer;text-decoration:unset}.DeliveryBlock__container-period{margin-top:12px;position:relative;display:flex;flex-direction:column;gap:12px}.DeliveryBlock__container-period p{font-weight:400;font-size:14px;color:#666e7a;line-height:140%}.DeliveryBlock__container-period p span{color:#262729}.DeliveryBlock__arrow{width:24px;height:24px;display:flex;margin-left:auto;background-repeat:no-repeat;background-position:center;background-image:url(../assets/product-card/arrow-black-16x16.svg);align-items:center;justify-content:space-around;background-size:16px 16px;align-self:center}.PCShowRooms{display:flex;flex-direction:column;margin:64px auto 32px;max-width:1440px}@media screen and (max-width:1600px){.PCShowRooms{max-width:1320px}}@media screen and (max-width:1439px){.PCShowRooms{max-width:1296px}}@media screen and (max-width:1365px){.PCShowRooms{max-width:100%;width:calc(100% - 40px);margin:32px auto}}@media screen and (max-width:767px){.PCShowRooms{width:calc(100% - 32px);margin:24px auto 32px}}.PCShowRooms__h{color:#262729;font-size:24px;font-weight:500;line-height:32px;display:flex;gap:8px}@media screen and (max-width:1365px){.PCShowRooms__h{flex-direction:column}}.PCShowRooms__b{display:flex;flex-direction:column;margin-top:32px;gap:40px;width:100%}@media screen and (max-width:1365px){.PCShowRooms__b{gap:32px}}.GalleryBlock{display:flex;flex-direction:column;width:100%;position:sticky;top:66px;z-index:2}@media screen and (max-width:1365px){.GalleryBlock{justify-content:space-around;padding:0 0 8px;background:#fff;border-radius:8px;position:static;margin-top:48px}}.GalleryBlock__big{display:flex;position:relative;border-radius:24px}@media screen and (max-width:1365px){.GalleryBlock__big{border-radius:0}}.GalleryBlock__big-lens{width:192px;height:192px;position:absolute;left:0;top:0;z-index:1;pointer-events:none;opacity:0;border:2px solid #fff;background:#8a6827;box-sizing:border-box;transition:opacity 250ms ease-in-out}.GalleryBlock__big-lens.active{opacity:.16}.GalleryBlock__big-carousel{background:#f5f7fa;border-radius:24px;overflow:hidden}@media screen and (max-width:1365px){.GalleryBlock__big-carousel{border-radius:0}}.GalleryBlock__big-carousel-item{width:684px;height:684px;border-radius:24px;overflow:hidden}@media screen and (max-width:1600px){.GalleryBlock__big-carousel-item{width:624px;height:624px}}@media screen and (max-width:1439px){.GalleryBlock__big-carousel-item{width:600px;height:600px}}@media screen and (max-width:1365px){.GalleryBlock__big-carousel-item{border-radius:0}}.GalleryBlock__big-carousel-item.gallery-video::before{content:"";position:absolute;width:80px;height:80px;left:0;right:0;top:0;bottom:0;margin:auto;background:url(../assets/product-card/gallery-video-button-hover.svg);background-size:100% 100%;opacity:0;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{opacity:1}@media screen and (max-width:1600px){.GalleryBlock__big-carousel-item{width:624px;height:624px}}@media screen and (max-width:1439px){.GalleryBlock__big-carousel-item{width:600px;height:600px}}@media screen and (max-width:1365px){.GalleryBlock__big-carousel-item{width:100%;height:100%}}.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:hover{cursor:url(../assets/product-card/gallery-cursor.svg) 14 14,move}.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 .owl-stage{display:flex}.GalleryBlock__big-carousel .owl-nav{position:absolute;top:50%;transform:translateY(-50%);margin-top:0;width:100%;display:flex;pointer-events:none}.GalleryBlock__big-carousel .owl-nav.disabled{display:none}.GalleryBlock__big-carousel .owl-nav .owl-next,.GalleryBlock__big-carousel .owl-nav .owl-prev{width:48px;height:48px;padding:0;color:transparent;background-image:url(../assets/product-card/gallery-arrow-right.svg);background-position:center;background-size:12px 20px;background-repeat:no-repeat;background-color:#ebeef5;border-radius:50%;transition:all 250ms ease-in-out;pointer-events:all}@media screen and (max-width:767px){.GalleryBlock__big-carousel .owl-nav .owl-next,.GalleryBlock__big-carousel .owl-nav .owl-prev{width:32px;height:32px;background-size:8px 16px}}.GalleryBlock__big-carousel .owl-nav .owl-next:hover,.GalleryBlock__big-carousel .owl-nav .owl-prev:hover{background-color:#fff}.GalleryBlock__big-carousel .owl-nav .owl-next:active,.GalleryBlock__big-carousel .owl-nav .owl-prev:active{background-size:9px 18px;background-color:#fff}.GalleryBlock__big-carousel .owl-nav .owl-next{margin:0 16px 0 auto}.GalleryBlock__big-carousel .owl-nav .owl-prev{margin:0 auto 0 24px;transform:rotate(180deg)}@media screen and (max-width:767px){.GalleryBlock__big-carousel .owl-nav .owl-prev{margin:0 auto 0 16px}}.GalleryBlock__big-badges{position:absolute;left:20px;top:20px;display:flex;z-index:1}@media screen and (max-width:1365px){.GalleryBlock__big-badges{left:15px;top:15px}}.GalleryBlock__big-badges-badge{padding:8px 16px;font-weight:600;font-size:14px;line-height:16px;border-radius:20px;margin-left:10px;color:#fff;background:#8a6827}@media screen and (max-width:1365px){.GalleryBlock__big-badges-badge{padding:4px 16px}}.GalleryBlock__big-badges-badge:first-child{margin-left:0}.GalleryBlock__big-badges-badge.hit{color:#fff;background:#8a6827}.GalleryBlock__big-badges-badge.sale{color:#fff;background:#a3463b}.GalleryBlock__big-badges-badge.new{color:#fff;background:#568f64}.GalleryBlock__big-badges-badge.preorder{background:#55559d;color:#fff}.GalleryBlock__big-video{width:42px;height:54px;display:flex;flex-direction:column;align-items:center;transition:all 250ms ease-in-out;position:absolute;bottom:24px;right:24px;z-index:2}.GalleryBlock__big-video:hover,.PriceAndBuy__cashback p span:hover,.PriceAndBuy__pcode-code input:hover{cursor:pointer}.GalleryBlock__big-video:active{color:#8a6827}.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;margin-top:auto;transition:all 250ms ease-in-out}.GalleryBlock__big-video-text{color:#262729;font-size:12px;font-weight:700;line-height:14px;margin-top:8px;transition:all 250ms ease-in-out;text-transform:uppercase}.GalleryBlock__big-video:hover .GalleryBlock__big-video-arrow{background-image:url(../assets/product-card/gallery-video-button-hover.svg)}.GalleryBlock__big-video:active .GalleryBlock__big-video-text{color:#8a6827}@media screen and (max-width:1365px){.GalleryBlock__big-video{display:none}}.GalleryBlock__big .hide{display:none}.GalleryBlock__dots{display:none;flex-wrap:nowrap;align-items:center;justify-content:center;margin:8px auto 0;position:relative;overflow-x:hidden;white-space:nowrap;text-align:center;max-width:264px;height:24px;gap:16px;z-index:9}@media screen and (max-width:1365px){.GalleryBlock__dots{display:flex}}.GalleryBlock__dots:has(.disabled){margin:0;height:0;max-width:0}.GalleryBlock__dots-container{display:flex;transition:all .3s ease-in-out;gap:16px;align-items:center;max-width:75%}@media screen and (max-width:767px){.GalleryBlock__dots-container{max-width:60%}}.GalleryBlock__dots-container.disabled{display:none}.GalleryBlock__dots-container .owl-dot{display:inline-flex;align-items:center;transition:all .3s ease-in-out}.GalleryBlock__dots-container .owl-dot.hide{opacity:0}.GalleryBlock__dots-container .owl-dot.show{opacity:1}.GalleryBlock__dots-container .owl-dot.small{transform:scale(.75)}.GalleryBlock__dots-container .owl-dot.very-small{transform:scale(.5)}.GalleryBlock__dots-container .owl-dot .simple{width:8px;height:8px;background:rgba(0,0,0,.24);border-radius:50%;display:inline-flex;transition:all .3s ease-in-out}.GalleryBlock__dots-container .owl-dot.active .simple{width:10px;height:10px;background-color:#8a6827;border-radius:50%;box-sizing:border-box;box-shadow:none;position:relative}.GalleryBlock__dots-container .owl-dot .gallery-video,.GalleryBlock__dots-gallery-video{width:24px;height:24px;background:url(../assets/product-card/gallery-video-button-hover.svg);background-size:100% 100%;margin-left:12px}.GalleryBlock__dots-container .owl-dot .gallery-video{display:none}.GalleryBlock__dots-gallery-video{display:flex;position:absolute;z-index:99;right:0}.GalleryBlock__small{display:flex;margin-top:16px}@media screen and (max-width:1365px){.GalleryBlock__small{width:520px;padding:0 40px;display:none}}.GalleryBlock__small-carousel{width:684px;padding:0 48px;position:relative}.GalleryBlock__small-carousel.full{width:100%}@media screen and (max-width:1600px){.GalleryBlock__small-carousel{width:624px;padding:0 45px}.GalleryBlock__small-carousel.full{width:100%}}@media screen and (max-width:1439px){.GalleryBlock__small-carousel{width:600px;padding:0 48px}.GalleryBlock__small-carousel.full{width:100%}}.GalleryBlock__small-carousel-next,.GalleryBlock__small-carousel-prev{width:32px;height:32px;background-color:#f5f7fa;border-radius:50%;pointer-events:all;position:absolute;top:25%;background-image:url(../assets/product-card/gallery-arrow-right.svg);background-size:9px 14px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}.GalleryBlock__small-carousel-next:hover,.GalleryBlock__small-carousel-prev:hover{cursor:pointer;background-color:#ebeef5}.GalleryBlock__small-carousel-next:active,.GalleryBlock__small-carousel-prev:active{cursor:pointer;background-size:8px 12px}.GalleryBlock__small-carousel-prev{left:0;transform:rotate(180deg)}.GalleryBlock__small-carousel-next{right:0}.GalleryBlock__small-carousel-container{width:100%}.GalleryBlock__small-carousel-container-item{width:88px;height:88px;border-radius:16px;transition:all 250ms ease-in-out;-o-object-fit:contain;object-fit:contain;overflow:hidden;position:relative}@media screen and (max-width:1600px){.GalleryBlock__small-carousel-container-item{height:78px;width:78px}}@media screen and (max-width:1439px){.GalleryBlock__small-carousel-container-item{height:74px;width:74px}}.GalleryBlock__small-carousel-container-item:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;border:2px solid transparent;border-radius:16px;transition:all 250ms ease-in-out}.GalleryBlock__small-carousel-container-item.gallery-video:before{content:"";position:absolute;width:30px;height:30px;left:0;right:0;top:0;bottom:0;margin:auto}.GalleryBlock__small-carousel-container-item:hover:after{cursor:pointer;background:rgba(255,255,255,.08);border:2px solid #8a6827}.GalleryBlock__small-carousel-container-item.active:after{border:2px solid #8a6827;box-shadow:0 0 0 2px #8a6827}.GalleryBlock__small-carousel-container-item img{width:100%;height:100%}.GalleryBlock__scale-image{position:absolute;top:0;left:calc(100% + 48px);width:684px;height:684px;background:#f5f7fa;overflow:hidden;opacity:0;pointer-events:none;transition:all 250ms ease-in-out;z-index:2;border-radius:24px}@media screen and (max-width:1600px){.GalleryBlock__scale-image{width:624px;height:624px}}@media screen and (max-width:1439px){.GalleryBlock__scale-image{width:600px;height:600px}}@media screen and (max-width:1365px){.GalleryBlock__scale-image{display:none}}.GalleryBlock__scale-image.active{opacity:1}.GalleryBlock__scale-image img{position:absolute;max-width:unset;max-height:unset}.MainTechnologies{display:flex;flex-direction:column;margin-top:32px}@media screen and (max-width:1365px){.MainTechnologies{padding:0 20px;margin-top:28px}}@media screen and (max-width:767px){.MainTechnologies{padding:0 16px;margin-top:24px}}.MainTechnologies__head{font-weight:500;font-size:20px;color:#262729;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:767px){.MainTechnologies__head{font-size:18px}}.MainTechnologies__body{margin-top:12px}.MainTechnologies__body .ScrollSlider__side{background:unset}.MainTechnologies__body .ScrollSlider__side-arrow{margin:0 16px}.MainTechnologies__link-button{display:flex;align-items:center;background-color:transparent;color:#55559d;font-size:14px;font-weight:500;line-height:16px;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:all 250ms ease-in-out;padding:8px 12px;border-radius:16px;width:-moz-max-content;width:max-content}@media screen and (max-width:1365px){.MainTechnologies__link-button{display:none}}.MainTechnologies__link-button.mob{display:none;margin-left:-12px;margin-top:16px}@media screen and (max-width:1365px){.MainTechnologies__link-button.mob{display:flex}}.MainTechnologies__link-button:after{display:flex;width:16px;height:16px;content:"";background-image:url(../assets/product-card/arrow-right-blue-16x16.svg);margin-left:4px}.MainTechnologies__link-button:hover{cursor:pointer;background-color:#eeeef5}.MainTechnologies__link-button:active{background-color:#ddddeb}.PriceAndBuy{width:100%;display:flex;flex-direction:column;margin-top:24px;position:relative}@media screen and (max-width:1365px){.PriceAndBuy{width:calc(100% - 40px);margin:24px auto 0;padding-bottom:70px}.PriceAndBuy.non-aval{padding-bottom:63px}}@media screen and (max-width:767px){.PriceAndBuy{width:calc(100% - 32px);padding-bottom:126px}.PriceAndBuy.non-aval{padding-bottom:63px}}.PriceAndBuy__head{color:#262729;font-size:14px;font-weight:400;line-height:140%;margin-bottom:16px}.PriceAndBuy__head .delivery-np-cost span,.PriceAndBuy__head span{font-weight:500;color:#568f64}.PriceAndBuy__head .delivery-np{display:flex;gap:16px;align-items:center}@media screen and (max-width:767px){.PriceAndBuy__head .delivery-np{align-items:flex-start;flex-direction:column;gap:8px}}.PriceAndBuy__head .delivery-np-block{display:flex;align-items:center;gap:12px;position:relative}.PriceAndBuy__head .delivery-np-icon{width:24px;height:24px;flex-shrink:0}.PriceAndBuy__head .delivery-np-text{font-size:14px;color:#262729;font-weight:500;line-height:140%}.PriceAndBuy__head .delivery-np-btn{width:20px;height:20px;background:#fff;border:1px solid #e1e4eb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 250ms ease-in-out;flex-shrink:0;margin-left:-4px}.PriceAndBuy__head .delivery-np-btn:hover{background:#f3f0e9;border-color:#f3f0e9}.PriceAndBuy__head .delivery-np-btn:hover svg path{stroke:#8a6827}.PriceAndBuy__head .delivery-np-btn:hover svg circle{fill:#8a6827}.PriceAndBuy__head .delivery-np-cost,.PriceAndBuy__head .delivery-np-popover p{color:#262729;font-size:14px;font-weight:400;line-height:140%}.PriceAndBuy__head .delivery-np-cost b{font-weight:500;line-height:16px}.PriceAndBuy__head .delivery-np-popover{position:absolute;top:calc(100% + 15px);left:49%;width:272px;background:#fff;border-radius:12px;box-shadow:0 4px 16px 0 rgba(0,0,0,.15);padding:20px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}@media (max-width:767px){.PriceAndBuy__head .delivery-np-popover{left:50vw;margin-left:-150px}}.PriceAndBuy__head .delivery-np-btn:hover+.delivery-np-popover,.PriceAndBuy__head .delivery-np-popover:hover{opacity:1;visibility:visible;transform:translateY(0)}.PriceAndBuy__head .delivery-np-popover::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff;filter:drop-shadow(0 -2px 4px rgba(0,0,0,.1))}.PriceAndBuy__head .delivery-np-popover p{line-height:24px;margin-bottom:12px}.PriceAndBuy__head .delivery-np-popover p:last-child{margin-bottom:0}.PriceAndBuy__head .delivery-np-popover p a{display:block;color:#55559d;font-weight:500;line-height:20px;font-size:14px}.PriceAndBuy__top{display:flex;align-items:flex-end}.PriceAndBuy__bottom{display:flex;margin-top:16px;align-items:center;gap:24px}@media screen and (max-width:767px){.PriceAndBuy__bottom{flex-wrap:wrap}}.PriceAndBuy__price{display:flex;flex-direction:column;width:-moz-max-content;width:max-content;justify-content:center}@media screen and (max-width:1365px){.PriceAndBuy__price{justify-content:unset;margin-right:auto}}.PriceAndBuy__price-old{font-weight:500;font-size:14px;color:#969aa3;line-height:16px;width:-moz-fit-content;width:fit-content;display:flex;align-items:center}.PriceAndBuy__price-old span:first-child{text-decoration:line-through}.PriceAndBuy__price-old span:last-child{background:#a3463b;border-radius:10px;padding:1px 6px;font-weight:700;font-size:12px;color:#fff;margin-left:8px}.PriceAndBuy__price-new{font-weight:500;font-size:32px;color:#a3463b;line-height:40px}.PriceAndBuy__price-new.preorder{color:#55559d}@media screen and (max-width:767px){.PriceAndBuy__price-new{font-size:24px;line-height:32px}}.PriceAndBuy__price-new:first-child{margin-top:0}.PriceAndBuy__buttons{display:flex;margin-left:24px;gap:16px}@media screen and (max-width:1365px){.PriceAndBuy__buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;position:absolute;bottom:0;left:0;width:100%;margin-left:0}}@media screen and (max-width:767px){.PriceAndBuy__buttons{grid-template-columns:1fr;grid-gap:12px}}.PriceAndBuy__buttons.no-price{display:none}.PriceAndBuy__buttons .call-button{width:180px;min-height:40px;padding:10px 24px}@media screen and (max-width:1365px){.PriceAndBuy__buttons .call-button{width:100%;min-height:48px}}.PriceAndBuy__compare,.PriceAndBuy__fav{display:flex;align-items:center;justify-content:space-around;width:40px;min-width:40px;height:40px;margin-left:16px;position:relative;transition:all 250ms ease-in-out;border-radius:50%;background:0 0;border:1px solid #ebeef5}@media screen and (max-width:767px){.PriceAndBuy__compare,.PriceAndBuy__fav{width:32px;min-width:32px;height:32px;transition:none}}.PriceAndBuy__compare::after,.PriceAndBuy__fav::after{content:"";position:absolute;right:6px;top:5px;background-image:url(../assets/product-card/compare-active.svg);width:16px;height:16px;opacity:0;background-size:100% 100%;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.PriceAndBuy__compare::after,.PriceAndBuy__fav::after{right:2px;top:2px;transition:none}}.PriceAndBuy__compare-icon{background-image:url(../assets/product-card/compare-icon.svg)}.PriceAndBuy__compare-icon,.PriceAndBuy__fav-icon{width:24px;height:24px;display:flex;background-size:100% 100%;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.PriceAndBuy__compare-icon,.PriceAndBuy__fav-icon{width:16px;height:16px;transition:none}}@media screen and (min-width:768px){.PriceAndBuy__compare:hover,.PriceAndBuy__fav:hover{background:#f3f0e9;cursor:pointer}.PriceAndBuy__compare:hover .PriceAndBuy__compare-icon,.PriceAndBuy__compare:hover .PriceAndBuy__fav-icon,.PriceAndBuy__fav:hover .PriceAndBuy__compare-icon,.PriceAndBuy__fav:hover .PriceAndBuy__fav-icon{background-image:url(../assets/product-card/compare-icon-hover.svg);background-size:100% 100%}}.PriceAndBuy__compare:active,.PriceAndBuy__fav:active{background:#e8e1d4}@media screen and (min-width:768px){.PriceAndBuy__compare:active .PriceAndBuy__compare-icon,.PriceAndBuy__compare:active .PriceAndBuy__fav-icon,.PriceAndBuy__fav:active .PriceAndBuy__compare-icon,.PriceAndBuy__fav:active .PriceAndBuy__fav-icon{background-image:url(../assets/product-card/compare-icon-hover.svg);background-size:100% 100%}.PriceAndBuy__compare:active,.PriceAndBuy__fav:active{background:#fff}}.PriceAndBuy__compare.active::after,.PriceAndBuy__fav.active::after,.Tabs__container-right-buttons .BuyButton.active .BuyButton__icon:after{opacity:1}.PriceAndBuy__compare.active .PriceAndBuy__compare-icon,.PriceAndBuy__compare.active .PriceAndBuy__fav-icon,.PriceAndBuy__fav.active .PriceAndBuy__compare-icon{background-image:url(../assets/product-card/compare-icon-hover.svg);background-size:100% 100%}.PriceAndBuy__fav.active .PriceAndBuy__fav-icon{background-size:100% 100%}.PriceAndBuy__compare.active:hover::after,.PriceAndBuy__fav.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:hover,.PriceAndBuy__fav.active:hover{background:#fff}}.PriceAndBuy__fav-icon{background-image:url(../assets/product-card/fav-icon.svg)}.PriceAndBuy__fav.active .PriceAndBuy__fav-icon,.PriceAndBuy__fav:hover .PriceAndBuy__fav-icon{background-image:url(../assets/product-card/fav-icon-hover.svg)}.PriceAndBuy__fav.active{pointer-events:none}.PriceAndBuy__credit{color:#262729;font-size:14px;font-weight:500;line-height:16px}@media screen and (max-width:767px){.PriceAndBuy__credit{width:50%}}.PriceAndBuy__credit:hover{cursor:pointer;text-decoration:underline}.PriceAndBuy__pcode{display:flex;align-items:center;position:relative;margin-left:24px}@media screen and (max-width:767px){.PriceAndBuy__pcode{width:100%;margin-left:0;margin-top:16px}}.PriceAndBuy__pcode-text{font-weight:500;font-size:14px;color:#262729;display:flex;align-items:flex-end}.PriceAndBuy__pcode-code input,.PriceAndBuy__pcode-text span{font-weight:500;font-size:16px;color:#a3463b;margin-right:8px}.PriceAndBuy__pcode-code{padding:8px 12px;background:#f6edeb;border-radius:8px;width:-moz-max-content;width:max-content;margin-left:16px;position:relative;display:flex;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.PriceAndBuy__pcode-code{margin-left:auto}}.PriceAndBuy__pcode-code:hover{cursor:pointer;background:#eddad8}.PriceAndBuy__pcode-code input{font-size:14px;width:100%}.PriceAndBuy__pcode-code-icon{width:16px;min-width:16px;height:16px;display:flex;background:url(../assets/product-card/promocode-icon.svg)}.PriceAndBuy__cashback{display:flex;position:relative;justify-content:flex-end}.PriceAndBuy__cashback::before{display:flex;content:"";background-image:url(../assets/product-card/cashback-icon.svg);width:16px;height:16px;margin-right:8px}.PriceAndBuy__cashback p,.PriceAndBuy__preorder{font-weight:500;font-size:14px;color:#262729;line-height:16px}.PriceAndBuy__cashback p span{font-weight:500;font-size:16px;color:#8a6827;line-height:20px;margin-left:4px}.PriceAndBuy__preorder{display:flex;gap:4px;align-items:center}.PriceAndBuy__preorder span{font-size:16px;color:#a3463b;line-height:20px}.PriceAndBuy__fixed-block{display:flex;justify-content:space-between;position:fixed;padding:4px 4px 12px;width:100%;bottom:0;left:0;z-index:3;background:#fff;filter:drop-shadow(0 0 12px rgba(0,0,0,.1))}.PriceAndBuy__fixed-block-container{padding:6px 16px 6px 12px;border-radius:8px;background:#8a6827;width:100%;display:flex;align-items:center;justify-content:space-between}.PriceAndBuy__fixed-block-container.preorder{background:#fff}.PriceAndBuy__fixed-block-container.preorder .PriceAndBuy__fixed-block-container-price-left .old{color:#666e7a}.PriceAndBuy__fixed-block-container.preorder .PriceAndBuy__fixed-block-container-price-left .new{color:#55559d}.PriceAndBuy__fixed-block-container-price{display:flex;width:-moz-max-content;width:max-content;gap:12px}.PriceAndBuy__fixed-block-container-price-left{display:flex;flex-direction:column;gap:2px;justify-content:center}.PriceAndBuy__fixed-block-container-price-left .old{color:#b9a47d;font-size:12px;font-weight:400;line-height:14px;text-decoration:line-through}.PriceAndBuy__fixed-block-container-price-left .new{color:#fff;font-size:20px;line-height:20px;font-weight:500}.PriceAndBuy__fixed-block-container-price-divider{width:1px;height:auto;background:#b9a47d}.PriceAndBuy__fixed-block-container-price-right{display:flex;flex-direction:column;color:#fff;font-size:12px;line-height:14px;font-weight:500;gap:2px;justify-content:center}.PriceAndBuy__fixed-block-container-price-right ::v-deep span{font-size:16px;line-height:20px}.PriceAndBuy__fixed-block-container .BuyButton{max-width:-moz-fit-content;max-width:fit-content}.ProductCardAdvantages{display:flex;border-radius:8px;background:#fff;margin-top:24px;flex-direction:column;gap:16px}@media screen and (max-width:1365px){.ProductCardAdvantages{padding:0 16px;margin-top:32px}}.ProductCardAdvantages__head{display:flex;font-size:20px;color:#262729;font-weight:500}.ProductCardAdvantages ul{display:flex;flex-direction:column;gap:12px}.ProductCardAdvantages ul li{display:flex;color:#454a52;font-size:14px;font-weight:500;line-height:140%;padding-left:12px;position:relative}.ProductCardAdvantages ul li:before{content:"";width:4px;height:4px;border-radius:50%;background:#8a6827;position:absolute;top:8px;left:0}.ProductCardAdvantages__anchor{display:flex;align-items:center;background-color:transparent;color:#55559d;font-size:14px;font-weight:500;line-height:16px;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:all 250ms ease-in-out;padding:8px 12px;border-radius:16px;width:-moz-max-content;width:max-content;margin-left:-12px}.ProductCardAdvantages__anchor:after{display:flex;width:16px;height:16px;content:"";background-image:url(../assets/product-card/arrow-right-blue-16x16.svg);margin-left:4px}.ProductCardAdvantages__anchor:hover{background-color:#eeeef5;cursor:pointer}.ProductCardAdvantages__anchor:active{background-color:#ddddeb}.ProductCardCompare{display:flex;flex-direction:column;width:100%;position:relative}.ProductCardCompare__fixed{position:fixed;top:-100%;left:0;width:100%;z-index:3;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.08);transition:top 500ms ease-in-out}.ProductCardCompare__fixed.visible{top:50px}@media screen and (max-width:1365px){.ProductCardCompare__fixed.visible{top:44px}}.ProductCardCompare__fixed-container{display:grid;grid-template-columns:272px 272px 856px;grid-column-gap:20px;width:100%;overflow:hidden;max-width:1440px;margin:0 auto}@media screen and (max-width:1600px){.ProductCardCompare__fixed-container{grid-template-columns:312px 312px 648px;max-width:1320px}}@media screen and (max-width:1439px){.ProductCardCompare__fixed-container{grid-template-columns:306px 306px 636px;max-width:1296px}}@media screen and (max-width:1365px){.ProductCardCompare__fixed-container{display:flex;grid-column-gap:0;max-width:100%}.ProductCardCompare__fixed-container-clean{display:none}}.ProductCardCompare__fixed-container-carousel .owl-nav{position:absolute;top:50%;transform:translateY(-50%);margin-top:0;right:8px;left:-284px;display:flex;justify-content:space-between;pointer-events:none}@media screen and (max-width:1600px){.ProductCardCompare__fixed-container-carousel .owl-nav{left:-308px}}@media screen and (max-width:1439px){.ProductCardCompare__fixed-container-carousel .owl-nav{left:-300px}}.ProductCardCompare__fixed-container-carousel .owl-nav .owl-next span,.ProductCardCompare__fixed-container-carousel .owl-nav .owl-prev span,.ProductCardCompare__fixed-container-carousel .owl-nav.disabled{display:none}.ProductCardCompare__fixed-container-carousel .owl-nav .owl-next,.ProductCardCompare__fixed-container-carousel .owl-nav .owl-prev{width:32px;height:32px;background-color:#ebeef5;background-image:url(../assets/product-card/arrow-black-6x12.svg);background-position:center;background-repeat:no-repeat;background-size:9px 14px;pointer-events:all;border-radius:50%;transition:all 250ms ease-in-out}.ProductCardCompare__fixed-container-carousel .owl-nav .owl-next.disabled,.ProductCardCompare__fixed-container-carousel .owl-nav .owl-prev.disabled{background-image:url(../assets/product-card/arrow-gray-6x12.svg);pointer-events:none}.ProductCardCompare__fixed-container-carousel .owl-nav .owl-next:hover,.ProductCardCompare__fixed-container-carousel .owl-nav .owl-prev:hover{background-color:#fff;cursor:pointer}.ProductCardCompare__fixed-container-carousel .owl-nav .owl-next:active,.ProductCardCompare__fixed-container-carousel .owl-nav .owl-prev:active{background-color:#fff}.ProductCardCompare__fixed-container-carousel .owl-nav .owl-prev{transform:rotate(180deg)}.ProductCardCompare__fixed-container-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:2px solid #f5f7fa;z-index:1;left:-12px}@media screen and (max-width:1365px){.ProductCardCompare__fixed-container-carousel .owl-item.active::before{left:-1px}}.ProductCardCompare__body{display:grid;grid-template-columns:272px 272px 856px;grid-column-gap:20px;width:100%;overflow:hidden}@media screen and (max-width:1600px){.ProductCardCompare__body{grid-template-columns:312px 312px 648px;grid-column-gap:24px}}@media screen and (max-width:1439px){.ProductCardCompare__body{grid-template-columns:306px 306px 636px}}@media screen and (max-width:1365px){.ProductCardCompare__body{display:flex;grid-column-gap:0}}.ProductCardCompare__body-container{position:relative}.ProductCardCompare__body-container .owl-nav{position:absolute;top:174px;margin-top:0;right:8px;left:-283px;display:flex;justify-content:space-between;pointer-events:none}.ProductCardCompare__body-container .owl-nav .owl-next span,.ProductCardCompare__body-container .owl-nav .owl-prev span,.ProductCardCompare__body-container .owl-nav.disabled{display:none}@media screen and (max-width:1600px){.ProductCardCompare__body-container .owl-nav{left:-320px}}@media screen and (max-width:1439px){.ProductCardCompare__body-container .owl-nav{left:-308px}}.ProductCardCompare__body-container .owl-nav .owl-next,.ProductCardCompare__body-container .owl-nav .owl-prev{width:32px;height:32px;background-color:#ebeef5;background-image:url(../assets/product-card/arrow-black-6x12.svg);background-position:center;background-repeat:no-repeat;background-size:9px 14px;pointer-events:all;border-radius:50%;transition:all 250ms ease-in-out}.ProductCardCompare__body-container .owl-nav .owl-next.disabled,.ProductCardCompare__body-container .owl-nav .owl-prev.disabled{background-image:url(../assets/product-card/arrow-gray-6x12.svg);pointer-events:none}.ProductCardCompare__body-container .owl-nav .owl-next:hover,.ProductCardCompare__body-container .owl-nav .owl-prev:hover{background-color:#fff;cursor:pointer}.ProductCardCompare__body-container .owl-nav .owl-next:active,.ProductCardCompare__body-container .owl-nav .owl-prev:active{background-color:#fff}.ProductCardCompare__body-container .owl-nav .owl-prev{transform:rotate(180deg)}.ProductCardNameBlock{display:flex;flex-direction:column;width:100%}@media screen and (max-width:1365px){.ProductCardNameBlock{margin:24px auto 0;width:calc(100% - 40px)}}@media screen and (max-width:767px){.ProductCardNameBlock{width:calc(100% - 32px)}}.ProductCardNameBlock__container{display:flex;justify-content:space-between;gap:15px}.ProductCardNameBlock__top{display:flex}.ProductCardNameBlock__top-article,.ProductCardNameBlock__top-code{font-weight:400;font-size:14px;color:#262729;border:1px solid #ebeef5;border-radius:16px;background:0 0;padding:8px 16px;margin-right:8px;position:relative;transition:all 250ms ease-in-out;display:flex;align-items:center}.ProductCardNameBlock__top-article::after,.ProductCardNameBlock__top-code::after{content:"";display:flex;width:16px;height:16px;background:url(../assets/product-card/copy-icon.svg);margin-right:-4px;margin-left:8px;transition:all 250ms ease-in-out}.ProductCardNameBlock__top-article:hover,.ProductCardNameBlock__top-code:hover{background:#f5f7fa;cursor:pointer}.ProductCardNameBlock__top-article:hover:after,.ProductCardNameBlock__top-code:hover:after{background:url(../assets/product-card/copy-icon-hover.svg)}.ProductCardNameBlock__top-article:active,.ProductCardNameBlock__top-code:active{background:#ebeef5}.ProductCardNameBlock__top-article:active:after,.ProductCardNameBlock__top-code:active:after{background:url(../assets/product-card/copy-icon-active.svg)}.ProductCardNameBlock__top-article:last-child,.ProductCardNameBlock__top-code:last-child{margin-right:0}.ProductCardNameBlock__name{margin-top:16px;font-weight:500;font-size:24px;line-height:32px;color:#262729}.ProductCardNameBlock .ProductCardRating{margin-top:16px}.ProductCardRating{display:flex;align-items:center;margin-top:10px}@media screen and (max-width:1365px){.ProductCardRating{margin-top:15px}}.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__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:16px;min-width:16px;min-height:16px;height:16px;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}@media screen and (max-width:767px){.ProductCardRating__count{margin-left:8px}}.ProductCardRating__count-word{font-weight:500;font-size:14px;color:#55559d;text-decoration:underline}@media screen and (max-width:1365px){.ProductCardRating__count-word{align-items:center;display:flex}.ProductCardRating__count-word span{margin-left:3px}}.ProductCardRating__count-word:hover{color:#6666a7;cursor:pointer;text-decoration:unset}.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{padding:16px 0;border-top:1px solid #e1e4eb;transition:all 250ms ease-in-out;display:flex}.ProductPayAndWarranty__payment:first-child,.ProductPayAndWarranty__warranty:first-child{border-top:1px solid transparent}.ProductPayAndWarranty__payment-arrow,.ProductPayAndWarranty__warranty-arrow{width:24px;height:24px;display:flex;margin-left:auto;background-repeat:no-repeat;background-position:center;background-image:url(../assets/product-card/arrow-black-16x16.svg);align-items:center;justify-content:space-around;background-size:16px 16px;align-self:center}.ProductPayAndWarranty__payment:hover,.ProductPayAndWarranty__warranty.active:hover{cursor:pointer}.ProductPayAndWarranty__warranty-arrow{display:none}.ProductPayAndWarranty__warranty.active .ProductPayAndWarranty__warranty-arrow{display:flex}.ProductPayAndWarranty__container{width:100%;display:flex;flex-direction:column}.ProductPayAndWarranty__container:first-child{margin-top:0}.ProductPayAndWarranty__container-name{font-weight:500;font-size:16px;color:#262729;width:100%;display:flex;align-items:center}.ProductPayAndWarranty__container-content{font-weight:400;font-size:14px;line-height:20px;color:#666e7a;margin-top:8px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-width:90%}@media screen and (max-width:767px){.ProductPayAndWarranty__container-content{-webkit-line-clamp:2;max-width:100%}}.ProductPayAndWarranty__item{padding:16px 0;border-top:1px solid #e1e4eb;transition:all 250ms ease-in-out;display:flex;align-items:center;color:#262729;font-size:14px;font-weight:400;line-height:16px;gap:4px}.ProductPayAndWarranty__item:hover{cursor:pointer}.ProductPayAndWarranty__item span{font-weight:500}.ProductPayAndWarranty__item:before{width:24px;height:24px;content:"";background-size:100% 100%;display:flex;margin-right:8px}.ProductPayAndWarranty__item:after{content:"";width:24px;min-width:24px;height:24px;display:flex;margin-left:auto;background-repeat:no-repeat;background-position:center;background-image:url(../assets/product-card/arrow-black-16x16.svg);background-size:16px 16px;align-self:center}.ProductPayAndWarranty__item.warranty:before{background-image:url(../assets/product-card/warranty-icon.svg)}.ProductPayAndWarranty__item.service:before{background-image:url(../assets/product-card/service-icon.svg)}.ProductPayAndWarranty__item.return:before{background-image:url(../assets/product-card/return-icon.svg)}.ProductPayAndWarranty__item.help-setup:before{background-image:url(../assets/product-card/help-setup-icon.svg)}.SameBrandProducts{display:flex;flex-direction:column;width:100%;margin-top:64px}@media screen and (max-width:1365px){.SameBrandProducts{margin:48px auto 0}}.SameBrandProducts__head{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:1365px){.SameBrandProducts__head{padding:0 16px}}.SameBrandProducts__head-name{font-weight:500;font-size:24px;color:#262729}.SameBrandProducts__head-name span{color:#666e7a}.SameBrandProducts__body{display:flex;margin-top:32px}@media screen and (max-width:1365px){.SameBrandProducts__body{margin-top:24px}}.SameBrandProducts__body .ProductItem{width:272px;min-width:272px}.SameBrandProducts__body .ProductItem__add{display:none}.SameBrandProducts__body .ScrollSlider__container{padding:20px 0;margin:-20px 0}@media screen and (max-width:1365px){.SameBrandProducts__body .ScrollSlider__container{padding:20px 16px;margin:-20px 0}}.ShortChar{width:100%;position:relative;margin-top:24px}@media screen and (max-width:1365px){.ShortChar{padding:0 20px}}@media screen and (max-width:767px){.ShortChar{padding:0 16px}}.ShortChar__head{font-weight:500;font-size:20px;color:#262729;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:767px){.ShortChar__head{font-size:18px}}.ShortChar__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;margin-top:20px}@media screen and (max-width:1365px){.ShortChar__grid{grid-gap:40px 24px}}@media screen and (max-width:767px){.ShortChar__grid{grid-template-columns:1fr;grid-gap:24px}}.ShortChar__grid-item{display:flex;flex-direction:column;gap:8px}.ShortChar__grid-item-name{color:#666e7a;font-size:14px;font-weight:400;line-height:16px}.ShortChar__all-link,.ShortChar__grid-item-val{color:#262729;font-size:14px;font-weight:500;line-height:16px}.ShortChar__all-link{display:flex;align-items:center;background-color:transparent;color:#55559d;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:all 250ms ease-in-out;padding:8px 12px;border-radius:16px;width:-moz-max-content;width:max-content}@media screen and (max-width:1365px){.ShortChar__all-link{display:none}}.ShortChar__all-link.mob{display:none;margin-left:-12px;margin-top:16px}@media screen and (max-width:1365px){.ShortChar__all-link.mob{display:flex}}.ShortChar__all-link:after{display:flex;width:16px;height:16px;content:"";background-image:url(../assets/product-card/arrow-right-blue-16x16.svg);margin-left:4px}.ShortChar__all-link:hover{cursor:pointer;background-color:#eeeef5}.ShortChar__all-link:active{background-color:#ddddeb}.ProductReviews{display:flex;justify-content:space-between;width:100%;margin-top:32px;scroll-margin-top:65px}@media screen and (max-width:1365px){.ProductReviews{max-width:calc(100% - 40px);margin:32px auto 0;flex-direction:column}}@media screen and (max-width:767px){.ProductReviews{margin:24px auto 0;max-width:calc(100% - 32px)}}.ProductReviews__container{display:flex;flex-direction:column;width:100%}.ProductReviews__container.hidden{display:none}.ProductReviews__container.full{width:100%}.AvailableServicesPopup__container-body div div:first-child,.ProductReviews__container:first-child{margin-left:0}.ProductReviews__container-head{width:100%;display:flex;justify-content:space-between}@media screen and (max-width:1365px){.ProductReviews__container-head{flex-direction:column}}.ProductReviews__container-head-container{display:flex;flex-direction:row}@media screen and (max-width:1365px){.ProductReviews__container-head-container{justify-content:space-between}}@media screen and (max-width:767px){.ProductReviews__container-head-container{flex-direction:column}}.ProductReviews__container-head-container-text{font-weight:500;font-size:24px;color:#262729;line-height:32px;display:flex;flex-direction:row;align-items:center}@media screen and (max-width:1365px){.ProductReviews__container-head-container-text{flex-direction:column;align-items:baseline}}.ProductReviews__container-head-container-text span{font-size:24px;font-weight:500;line-height:32px;color:#666e7a;margin-left:8px}@media screen and (max-width:1365px){.ProductReviews__container-head-container-text span{margin-left:0}}.ProductReviews__container-head-container-link{display:flex;align-items:center;border-radius:16px;padding:8px 8px 8px 12px;font-size:14px;font-weight:500;line-height:16px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#55559d;margin-left:24px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.ProductReviews__container-head-container-link{margin-left:0;padding:8px 0;margin-top:8px}}.ProductReviews__container-head-container-link::after{content:"";width:16px;height:16px;background:url(../assets/product-card/review-arrow-right.svg);transition:all 250ms ease-in-out;display:inline-block;margin-left:4px}.ProductReviews__container-head-container-link:hover{background-color:#eeeef5}.ProductReviews__container-head-container-link:active{background-color:#ddddeb}.ProductReviews__container-head-button{background:#8a6827;border-radius:20px;font-weight:500;font-size:16px;line-height:20px;color:#f3f0e9;width:206px;height:40px;display:flex;text-transform:uppercase;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.ProductReviews__container-head-button{width:100%;margin-top:16px}}.ProductReviews__container-head-button:hover{cursor:pointer;background:#a18652}.ProductReviews__container-head-button:active{background:#96773d}.ProductReviews__container-wrapper.last{display:flex;gap:24px}@media screen and (max-width:1365px){.ProductReviews__container-wrapper.last{flex-direction:column;gap:8px}}.ProductReviews__container-wrapper.last .ProductReviews__container-wrapper-body{width:calc(50% - 10px)}@media screen and (max-width:1365px){.ProductReviews__container-wrapper.last .ProductReviews__container-wrapper-body{width:100%}.ProductReviews__container-wrapper.last .ProductReviews__container-wrapper-body:last-child{margin-top:0}}.ProductReviews__container-wrapper-body{display:flex;margin-top:16px;overflow-y:auto;scroll-behavior:smooth;width:100%}.ProductReviews__container-wrapper-body::-webkit-scrollbar{display:none}@media screen and (max-width:767px){.ProductReviews__container-wrapper-body{margin-top:16px}}.ProductReviews__container-all{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:12px;position:relative;transition:all 250ms ease-in-out;background:#fff;font-weight:400;font-size:14px;color:#262729;line-height:16px;text-transform:uppercase;margin-top:24px;border:1px solid #e1e4eb;border-radius:16px}@media screen and (max-width:1365px){.ProductReviews__container-all{margin-top:16px}}.ProductReviews__container-all::after{content:"";width:16px;height:16px;background:url(../assets/product-card/arrow-left-16x16.svg);transition:all 250ms ease-in-out;display:flex;transform:rotate(180deg)}.ProductReviews__container-all:hover{cursor:pointer;border-color:#8a6827}.SupplementProducts{margin-top:32px;display:flex;flex-direction:column}@media screen and (max-width:1365px){.SupplementProducts{margin-top:24px}}.SupplementProducts__name{font-weight:500;font-size:20px;color:#262729}@media screen and (max-width:1365px){.SupplementProducts__name{width:calc(100% - 40px);margin:0 auto}}@media screen and (max-width:767px){.SupplementProducts__name{width:calc(100% - 32px)}}.SupplementProducts__container{position:relative;margin-top:16px}@media screen and (max-width:1365px){.SupplementProducts__container{padding:0 20px}}@media screen and (max-width:767px){.SupplementProducts__container{padding:0 16px}}.SupplementProducts__container .ScrollSlider__side{z-index:2}.SupplementProducts__bottom{display:flex;background:#f3f0e9;border-radius:16px;padding:16px;align-items:center;margin-top:16px}@media screen and (max-width:1365px){.SupplementProducts__bottom{padding:16px;width:calc(100% - 40px);margin:16px auto 0;justify-content:space-between}}@media screen and (max-width:767px){.SupplementProducts__bottom{flex-direction:column;width:calc(100% - 32px);align-items:unset}}.SupplementProducts__bottom-price{display:flex;align-items:flex-end}.SupplementProducts__bottom-price-current{font-weight:500;font-size:20px;color:#a3463b;line-height:24px}.SupplementProducts__bottom-price-old{font-weight:500;font-size:14px;color:#969aa3;position:relative;height:-moz-max-content;height:max-content;margin-left:8px;text-decoration:line-through}.SupplementProducts__bottom-discount{display:flex;background:#a3463b;border-radius:10px;padding:3px 8px;margin-left:8px;color:#fff;font-weight:700;font-size:12px;line-height:14px}.SupplementProducts__bottom .buy-bundle{height:40px;min-height:40px;border-radius:24px;width:240px;margin-left:auto;padding:10px 24px}@media screen and (max-width:1365px){.SupplementProducts__bottom .buy-bundle{width:unset;margin-left:0}}@media screen and (max-width:767px){.SupplementProducts__bottom .buy-bundle{margin-top:16px}}.Tabs{display:flex;width:100%;background:0 0;left:0;top:0;transition:all 250ms ease-in-out;z-index:3;border-top:1px solid #ebeef5;box-shadow:0 6px 9px 0 rgba(0,0,0,.08);height:56px}@media screen and (max-width:1365px){.Tabs{height:40px;z-index:4}}.Tabs.changed{background:#fff;position:fixed}.Tabs__container{display:flex;max-width:1440px;width:100%;background:#fff;margin:0 auto;overflow-x:auto}@media screen and (max-width:1600px){.Tabs__container{max-width:1320px}}@media screen and (max-width:1439px){.Tabs__container{max-width:1296px}}@media screen and (max-width:1365px){.Tabs__container{max-width:100%;overflow-y:auto}}.Tabs__container-tab{font-weight:500;font-size:12px;line-height:16px;color:#666e7a;padding:19px 16px;border-bottom:2px solid transparent;transition:all 250ms ease-in-out;text-transform:uppercase;width:-moz-max-content;width:max-content;white-space:nowrap}.Tabs__container-tab:hover{color:#262729;border-bottom:2px solid #8a6827;cursor:pointer}.Tabs__container-tab.active{color:#8a6827;border-bottom:2px solid #8a6827}@media screen and (max-width:1365px){.Tabs__container-tab{padding:12px 16px}}.Tabs__container-right{display:flex;align-items:center;gap:10px;margin-left:auto;opacity:1;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.Tabs__container-right{display:none}}.Tabs__container-right-price{display:flex;flex-direction:column;width:-moz-max-content;width:max-content}.Tabs__container-right-price-old{display:flex;gap:6px}.Tabs__container-right-price-old span{color:#969aa3;font-size:12px;font-weight:500;line-height:14px;text-decoration:line-through}.Tabs__container-right-price-new{color:#a3463b;font-size:16px;font-weight:500;line-height:20px}.Tabs__container-right-price-new.preorder{color:#55559d}.Tabs__container-right-buttons{display:flex;align-items:center;gap:8px}.Tabs__container-right-buttons .BuyButton{padding:8px 16px;max-height:32px;min-height:32px}.Tabs__container-right-buttons .BuyButton__icon{min-width:20px}.Tabs__container-right-buttons .BuyButton.active .BuyButton__icon,.Tabs__container-right-buttons .BuyButton__icon{width:20px;height:20px;background-size:20px 20px}.Tabs__container-right-buttons .BuyButton.active .BuyButton__text,.Tabs__container-right-buttons .BuyButton__text{font-size:14px}.ProductItemRating{display:flex;align-items:center;margin-top:12px}.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:16px;min-width:16px;min-height:16px;height:16px;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:12px;align-items:center}.ProductItemRating__count::before{content:"";width:16px;height:16px;background-image:url(../assets/product-item/comment-image.svg);background-size:100% 100%;margin-right:8px}.ProductItemRating__count-word{font-weight:500;font-size:14px;color:#55559d;text-decoration:underline;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.ProductItemRating__count-word{width:16px;height:16px;align-items:center;display:flex}}.ProductItemRating__count-word:hover{cursor:pointer;text-decoration:unset;color:#6666a7}.ProductItemBigGallery{display:flex;flex-direction:column;width:100%}.ProductItemBigGallery__top{width:100%;height:auto;max-height:342px;min-height:342px;display:flex}@media screen and (max-width:1600px){.ProductItemBigGallery__top{max-height:312px;min-height:312px}}@media screen and (max-width:1439px){.ProductItemBigGallery__top{max-height:306px;min-height:306px}}@media screen and (max-width:1365px){.ProductItemBigGallery__top{max-height:356px;min-height:356px}}@media screen and (max-width:767px){.ProductItemBigGallery__top{max-height:328px;min-height:328px}}.ProductItemBigGallery__top img{width:100%;-o-object-fit:contain;object-fit:contain;border-radius:16px}.ProductItemBigGallery__container{display:flex;margin-top:8px;box-sizing:border-box;padding:0 16px;overflow-x:auto;overflow-y:hidden}.ProductItemBigGallery__container::-webkit-scrollbar{display:none}.ProductItemBigGallery__container-small{width:54px;height:54px;display:flex;border:2px solid transparent;transition:all 250ms ease-in-out;border-radius:8px;margin-right:10px;flex-shrink:0}@media screen and (max-width:1439px){.ProductItemBigGallery__container-small{width:46px;height:46px}}@media screen and (max-width:1365px){.ProductItemBigGallery__container-small{width:56px;height:56px}}@media screen and (max-width:767px){.ProductItemBigGallery__container-small{width:52px;height:52px;margin-right:2px}}.ProductItemBigGallery__container-small:last-child{margin-right:0}.ProductItemBigGallery__container-small:hover{cursor:pointer}.ProductItemBigGallery__container-small.active{border:2px solid #8a6827}.ProductItemBigGallery__container-small img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:2px solid #fff}.CategoryPageSection{display:flex;flex-direction:column;gap:24px;margin-top:48px}@media screen and (max-width:1365px){.CategoryPageSection{margin-top:40px;gap:16px}}.CategoryPageSection:first-child{margin-top:0}.CategoryPageSection__h{color:#262729;font-size:24px;font-weight:500;line-height:32px}@media screen and (max-width:1365px){.CategoryPageSection__h{padding:0 16px}}.CategoryPageSection .ProductItem{min-width:272px}@media screen and (max-width:1365px){.CategoryPageSection .ProductItem{min-width:280px}.CategoryPageSection .ScrollSlider__container{padding:0 16px}}.ProductItemBigPopup{display:flex;position:fixed;left:0;top:0;width:100%;height:100vh;z-index:999}.ProductItemBigPopup__overlay{background:rgba(38,39,41,.64);position:fixed;left:0;top:0;width:100%;height:100vh;z-index:1}.ProductItemBigPopup__container{display:flex;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:10;flex-direction:column;width:720px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:20px 24px 24px;box-shadow:0 4px 16px 0 rgba(0,0,0,.16);overflow-x:hidden;overflow-y:auto}.ProductItemBigPopup__container::-webkit-scrollbar{display:none;scrollbar-width:none}@media screen and (max-width:767px){.ProductItemBigPopup__container{width:100%;height:100%;border-radius:0;padding:16px 16px 120px}}.ProductItemBigPopup__container-header{display:flex;align-items:center;justify-content:space-between;width:calc(100% + 8px);margin-top:-8px}.ProductItemBigPopup__container-header-name{font-size:24px;font-weight:500;line-height:32px;color:#262729}.ProductItemBigPopup__container-header-close{width:40px;height:40px;background-color:transparent;background-image:url(../assets/product-card/popup-close.svg);background-repeat:no-repeat;background-position:center;background-size:24px 24px;transition:all 250ms ease-in-out;border-radius:50%}.ProductItemBigPopup__container-header-close:hover{background-color:#f3f0e9;cursor:pointer}.ProductItemBigPopup__container-header-close:active{background-color:#e8e1d4}.ProductItemBigPopup__container-body{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:24px;margin-top:12px}@media screen and (max-width:767px){.ProductItemBigPopup__container-body{display:flex;flex-direction:column}}.ProductItemBigPopup__container-body-item{display:flex;align-items:center;width:100%;padding:16px 0;gap:24px}.ProductItemBigPopup__container-body-item-wrapper{width:72px;height:72px}.ProductItemBigPopup__container-body-item-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ProductItemBigPopup__container-body-item-text{display:flex;flex-direction:column;gap:8px;max-width:228px}.ProductItemBigPopup__container-body-item-text-title{font-size:16px;font-weight:500;line-height:140%;color:#262729}.ProductItemBigPopup__container-body-item-text-descr{font-size:14px;font-weight:400;line-height:140%;color:#666e7a}.ProductItemBigPreorderPopup,.ProductItemBigPreorderPopup__overlay{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0}.ProductItemBigPreorderPopup__overlay{background:rgba(38,39,41,.56);z-index:998}.ProductItemBigPreorderPopup__container{width:470px;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 2px 8px 0 rgba(0,0,0,.16);border-radius:16px;overflow:hidden}@media screen and (max-width:767px){.ProductItemBigPreorderPopup__container{width:100%;height:100%;border-radius:0;padding:16px;overflow-y:auto}}.ProductItemBigPreorderPopup__head{display:flex;align-items:center;margin:-8px -8px 0 0}.ProductItemBigPreorderPopup__head-name{font-weight:500;font-size:24px;color:#2f2d40;text-transform:capitalize}.ProductItemBigPreorderPopup__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%}.ProductItemBigPreorderPopup__head-close:hover{background-color:#f3f0e9;cursor:pointer}.ProductItemBigPreorderPopup__head-close:active{background-color:#f3f0e9}.ProductItemBigPreorderPopup__body{display:flex;flex-direction:column}.ProductItemBigPreorderPopup__body-text{font-weight:400;font-size:16px;line-height:20px;color:#262729;margin-top:16px}.ProductItemBigPreorderPopup__body-text-price{color:#a3463b;font-weight:500}.ProductItemBigPreorderPopup__body-text-activeTo,.ProductItemBigPreorderPopup__body-text-delivery{font-weight:500}.ProductItemBigPreorderPopup__body-inputs{display:flex;flex-direction:column;width:100%}.ProductItemBigPreorderPopup__body-inputs .FormInput,.ProductItemBigPreorderPopup__body-inputs .FormPhone{margin-top:24px}.ProductItemBigPreorderPopup__body-inputs .PrimaryButton{margin-top:24px;height:48px;border-radius:24px}.ProductItemBigPreorderPopup__body-inputs-submit{font-weight:500;font-size:13px;color:#55559d;margin:24px auto 0;width:-moz-max-content;width:max-content;text-decoration:underline}.ProductItemBigPreorderPopup__body-inputs-submit:hover{color:#6666a7;text-decoration:unset}.ProductItemBigPreorderPopup__body-inputs-foot{display:flex;flex-direction:column;margin-top:24px;width:100%}.ProductItemBigPreorderPopup__body-inputs-foot-offert{display:flex}.ProductItemBigPreorderPopup__body-inputs-foot-offert p{font-weight:400;font-size:13px;color:#969aa3;line-height:18px}.ProductItemBigPreorderPopup__body-inputs-foot-offert p a:hover{text-decoration:unset;color:#6666a7;transition:all 250ms ease-in-out}.ProductItemBigPreorderPopup__complete{display:flex;flex-direction:column;margin-top:55px}@media screen and (max-width:768px){.ProductItemBigPreorderPopup__complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content}}.ProductItemBigPreorderPopup__complete-img{width:80px;height:80px;background:url(../assets/product-card/review-complete-icon.svg);background-size:100% 100%;margin:0 auto}.ProductItemBigPreorderPopup__complete-text{margin-top:30px;margin-bottom:40px}.ProductItemBigPreorderPopup__complete-text p{font-weight:500;font-size:14px;color:#5c6373;text-align:center}.ProductItemBigPreorderPopup__complete-text p:first-child{font-weight:500;font-size:18px;color:#2f2d40;margin-bottom:16px}.ProductItemBigPreorderPopup__preloader{position:absolute;left:0;top:0;pointer-events:none;opacity:0;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;width:100%;height:100%;background:rgba(255,255,255,.5)}.ProductItemBigPreorderPopup__preloader.active{pointer-events:auto;opacity:1}.SalePageBanner{border-radius:24px;overflow:hidden}.SalePageBanner__wrapper{position:relative}.SalePageBanner__wrapper-text{position:absolute;top:50%;right:50%;transform:translate(50%,-50%);color:#fff;font-size:48px;font-weight:500}@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:16px;padding:0 20px;align-items:unset}}@media screen and (max-width:767px){.SalePageCatalog__head{padding:0 16px}}.SalePageCatalog__head-title{color:#262729;font-size:24px;font-weight:500;line-height:32px}@media screen and (max-width:1365px){.SalePageCatalog__head-title{margin-top:24px}}.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{order:1;margin:0 0 8px auto}}.SalePageCatalog__body-top-filter,.SalePageCatalog__body-top-sort{font-weight:500;font-size:14px;line-height:16px;color:#262729;align-items:center;justify-content:center;display:none;background:#fff;width:100%;text-transform:uppercase;border-bottom:1px solid #ebeef5}.SalePageCatalog__body-top-sort{padding:12px 16px 20px 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:700;line-height:12px;width:20px;height:20px;background:#8a6827;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}.SalePageCategory{display:flex;flex-direction:column;width:100%;position:relative;border-bottom:1px solid #ebeef5}.SalePageCategory:last-child{border-bottom:1px solid transparent}.SalePageCategory__head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;margin:8px 0;border-radius:8px;transition:all 250ms ease-in-out}.SalePageCategory__head-text{font-weight:500;font-size:16px;padding-right:32px;position:relative;width:-moz-max-content;width:max-content;max-width:100%;min-height:24px;display:flex;align-items:center;color:#262729}.SalePageCategory__head-count{color:#666e7a;font-size:14px;font-weight:400;line-height:16px}.SalePageCategory__head:hover{cursor:pointer;background:#f3f0e9}.SalePageCategory__head:active{background:#f3f0e9;color:#8a6827}.SalePageCategory__head.active{background:#f3f0e9}.SalePageCategory__head.active .SalePageCategory__head-text{color:#8a6827}.SalePageCategory__body{display:flex;flex-direction:column;height:auto;overflow:hidden;transition:all 250ms ease-in-out}.SalePageCategory__body.active{margin-bottom:24px}.SalePageCategory__body-item{display:flex}.SalePageCategory__body-item-link{padding:14px 16px;display:flex;align-items:center;width:100%;transition:all 250ms ease-in-out;min-height:40px;border-radius:8px;border:1px solid transparent;background:0 0}.SalePageCategory__body-item-link.active span:nth-child(2){color:#8a6827}.SalePageCategory__body-item-link:hover{cursor:pointer;background:#f3f0e9}.SalePageCategory__body-item-link:active{background:#f3f0e9;color:#8a6827}.SalePageCategory__body-item-link span{font-weight:400;font-size:14px;line-height:16px}.SalePageCategory__body-item-link span:nth-child(1){color:#262729;margin-right:auto}.SalePageCategory__body-item-link span:nth-child(2){color:#666e7a;margin-left:15px}.SalePageCounter{padding:32px;border-radius:16px;background:#f5f7fa}@media screen and (max-width:1365px){.SalePageCounter{padding:24px;max-width:100%}}.SalePageCounter__text div{color:#262729;font-size:14px;font-weight:700;line-height:140%;text-transform:uppercase}.SalePageCounter__text div span{color:#8a6827;font-weight:700;line-height:12px}@media screen and (max-width:767px){.SalePageCounter__text div span{display:block;margin-top:4px}}.SalePageCounter__benefits{color:#262729;font-size:14px;font-weight:400;line-height:140%;margin-top:24px}@media screen and (max-width:767px){.SalePageCounter__benefits{margin-top:16px}}.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}@media screen and (max-width:767px){.SalePageCounter__time{margin-top:16px}}.SalePageCounter__time-title{color:#262729;font-size:14px;font-weight:500;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:#262729}@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:#fff;display:flex;align-items:center;justify-content:center;color:#262729;font-size:16px;font-weight:400;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:#666e7a;font-size:12px;font-weight:400;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}.SalePageFiltersPopup{display:flex;flex-direction:column;padding:12px 16px 130px;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:767px){.SalePageFiltersPopup .CatalogSelectedFiltersItem{margin-top:16px}}.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:767px){.SalePageFiltersPopup__head{margin-bottom:8px}}.SalePageFiltersPopup__head-text{font-weight:500;line-height:32px;font-size:24px;color:#262729}.SalePageFiltersPopup__head-cross{width:40px;height:40px;background-image:url(../assets/catalog/catalog-popup-cross.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:#f3f0e9;cursor:pointer}.SalePageFiltersPopup__head-cross:active{background-color:#e8e1d4}.SalePageFiltersPopup__text{color:#262729;font-size:20px;font-weight:500;line-height:24px;margin-top:24px;margin-bottom:16px}@media screen and (max-width:767px){.SalePageFiltersPopup__text{margin-bottom:8px}}.SalePageFiltersPopup__selected{border-bottom:1px solid #ebeef5}.SalePageFiltersPopup__selected.active{padding-bottom:24px}.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}.SalePageGroups{display:flex;flex-direction:column;width:100%;gap:32px}.SalePageGroups__button{color:#262729;font-size:14px;font-weight:500;line-height:16px;align-items:center;justify-content:center;padding:12px 16px 20px 12px;display:none;background:#fff;width:100%;margin-top:16px;border-bottom:1px solid #ebeef5;text-transform:uppercase}.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:16px auto 0}}.SalePageGroups__button::before{content:"";width:24px;height:24px;background:url(../assets/catalog/filters-button.svg);display:flex;margin-right:16px}.ProductCardCompareGroup{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){.ProductCardCompareGroup{margin-top:40px}}@media screen and (max-width:767px){.ProductCardCompareGroup{margin-top:32px}}.ProductCardCompareGroup:first-child{margin-top:32px}@media screen and (max-width:1365px){.ProductCardCompareGroup:first-child{margin-top:24px}}.ProductCardCompareGroup.diactive .ProductCardCompareGroup__head span::after{background:url(../assets/product-card/char-group-arrow.svg);transform:rotate(180deg)}.ProductCardCompareGroup.diactive .ProductCardCompareGroup__body{display:none}@media screen and (max-width:1365px){.ProductCardCompareGroup.first .ProductCardCompareGroup__body-item p:first-child{color:#262729;z-index:2}}.ProductCardCompareGroup__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){.ProductCardCompareGroup__head{min-height:28px}}.ProductCardCompareGroup__head p{font-weight:500;font-size:24px;color:#262729}@media screen and (max-width:1365px){.ProductCardCompareGroup__head p{margin-left:16px}}@media screen and (max-width:767px){.ProductCardCompareGroup__head p{font-size:20px}}.ProductCardCompareGroup__head span:hover,.ProductCardCompareGroup__head:hover{cursor:pointer}.ProductCardCompareGroup__head.transparent{opacity:0;pointer-events:none}.ProductCardCompareGroup__head span{position:absolute;display:flex;width:1440px;height:32px;left:0;top:4px;z-index:2}@media screen and (max-width:1600px){.ProductCardCompareGroup__head span{width:1320px}}@media screen and (max-width:1439px){.ProductCardCompareGroup__head span{width:1296px}}@media screen and (max-width:1365px){.ProductCardCompareGroup__head span{top:0;height:24px}}.ProductCardCompareGroup__head span:after{width:24px;min-width:24px;height:24px;background:url(../assets/product-card/char-group-arrow.svg);display:flex;content:"";margin-left:15px;transition:all 250ms ease-in-out;position:absolute;right:0;top:0}.ProductCardCompareGroup__body{display:flex;flex-direction:column;margin-top:24px;background:#f5f7fa;border-radius:16px}@media screen and (max-width:1365px){.ProductCardCompareGroup__body{border-radius:0;margin-top:16px}}.ProductCardCompareGroup__body.name{background:0 0}.ProductCardCompareGroup__body-item{display:flex;width:100%;border-bottom:2px solid #fff;padding:22px 16px;text-align:center;align-items:center}.ProductCardCompareGroup__body-item.name{border-bottom:2px solid transparent;background:0 0;padding:22px 0;text-align:left}@media screen and (max-width:1365px){.ProductCardCompareGroup__body-item{padding:0;flex-direction:column;border-bottom:none}}.ProductCardCompareGroup__body-item:last-child{border-bottom:none}.ProductCardCompareGroup__body-item p:last-child{font-weight:500;font-size:16px;color:#262729;padding-right:20px;line-height:20px;width:100%}@media screen and (max-width:1365px){.ProductCardCompareGroup__body-item p:last-child{border-right:2px solid #fff;padding:14px 16px;margin-top:46px;height:100%;font-size:14px}}.ProductCardCompareGroup__body-item p:last-child.name{color:#262729;font-weight:400}.ProductCardCompareGroup__body-item p:first-child{display:none;font-weight:400;font-size:14px;color:#262729;padding-bottom:20px}@media screen and (max-width:1365px){.ProductCardCompareGroup__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}}.ProductCardCompareProduct{display:flex;flex-direction:column;width:272px;min-width:272px}@media screen and (max-width:1600px){.ProductCardCompareProduct{width:312px;min-width:312px}}@media screen and (max-width:1439px){.ProductCardCompareProduct{width:306px;min-width:306px}}@media screen and (max-width:1365px){.ProductCardCompareProduct{width:232px;min-width:232px}.ProductCardCompareProduct .ProductCardCompareGroup__head p{position:absolute;left:0;top:0}.ProductCardCompareProduct .ProductCardCompareGroup__head span{width:200%}.ProductCardCompareProduct.first .ProductCardCompareGroup__head{opacity:1;pointer-events:all}.ProductCardCompareProduct.first .ProductCardCompareGroup__head p{width:190%}}@media screen and (max-width:767px){.ProductCardCompareProduct{width:164px;min-width:164px}}.ProductCardCompareProduct__head,.ProductCardCompareSmall{display:flex;flex-direction:column}.ProductCardCompareProduct__head.transparent{opacity:0}.ProductCardCompareSmall{width:272px;min-width:272px;padding:16px;position:relative}.ProductCardCompareSmall.first::after{content:"";position:absolute;top:50%;transform:translateY(-50%);background-position:center;background-repeat:no-repeat;border-radius:50%;width:1px;height:100%;border-left:2px solid #f5f7fa;z-index:1;right:-12px}@media screen and (max-width:1365px){.ProductCardCompareSmall.first::after{right:-1px}}@media screen and (max-width:1600px){.ProductCardCompareSmall{width:312px;min-width:312px}}@media screen and (max-width:1439px){.ProductCardCompareSmall{width:306px;min-width:306px}}@media screen and (max-width:1365px){.ProductCardCompareSmall{width:232px;min-width:232px;padding:8px 16px}}@media screen and (max-width:767px){.ProductCardCompareSmall{width:164px;min-width:164px}}.ProductCardCompareSmall__top{display:grid;grid-template-columns:64px 1fr;grid-column-gap:24px;align-items:flex-start}@media screen and (max-width:767px){.ProductCardCompareSmall__top{grid-template-columns:32px 1fr;grid-column-gap:16px}}.ProductCardCompareSmall__top-wrapper{width:100%;height:64px;display:flex}@media screen and (max-width:767px){.ProductCardCompareSmall__top-wrapper{height:32px}}.ProductCardCompareSmall__top-name{margin:12px 0;font-weight:500;font-size:14px;line-height:20px;color:#262729;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:767px){.ProductCardCompareSmall__top-name{margin:2px 0;min-height:40px}}.ProductCardCompareSmall__bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:8px}@media screen and (max-width:767px){.ProductCardCompareSmall__bottom{flex-direction:column;align-items:flex-start}}.ProductCardCompareSmall__bottom-price{display:flex;flex-direction:column;min-height:48px}@media screen and (max-width:767px){.ProductCardCompareSmall__bottom-price{min-height:44px}}.ProductCardCompareSmall__bottom-price-old span:first-child{font-weight:400;font-size:14px;color:#969aa3;line-height:16px;text-decoration:line-through}.ProductCardCompareSmall__bottom-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){.ProductCardCompareSmall__bottom-price-old span:last-child{margin-left:6px}}.ProductCardCompareSmall__bottom-price-current{font-weight:500;font-size:20px;line-height:24px;color:#a3463b;margin-top:4px}@media screen and (max-width:767px){.ProductCardCompareSmall__bottom-price-current{font-size:16px;line-height:20px}}.ProductCardCompareSmall__bottom-buy{display:flex;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;margin-left:auto;position:relative}.ProductCardCompareSmall__bottom-buy::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;opacity:0}@media screen and (max-width:767px){.ProductCardCompareSmall__bottom-buy::after{display:none}.ProductCardCompareSmall__bottom-buy{margin-left:0;width:100%;margin-top:8px;border-radius:16px;background-color:#8a6827;padding:4px 16px;height:auto;background-image:none;justify-content:space-around}}.ProductCardCompareSmall__bottom-buy:hover{background-color:#e8e1d4;cursor:pointer}.ProductCardCompareSmall__bottom-buy.active::after{opacity:1}.ProductCardCompareSmall__bottom-buy p{color:#f3f0e9;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase;display:none}@media screen and (max-width:767px){.ProductCardCompareSmall__bottom-buy p{display:flex;width:-moz-fit-content;width:fit-content}}.ProductCardCompareSmall__bottom-buy.disabled{opacity:.4;pointer-events:none}.ProductCardFaqAdd{display:flex;flex-direction:column;background:#fff;border:1px solid #ebeef5;padding:24px;border-radius:16px}@media screen and (max-width:1365px){.ProductCardFaqAdd{display:none}}.ProductCardFaqAdd__head{font-weight:400;font-size:24px;color:#0a1b33;line-height:32px;margin-bottom:16px}.ProductCardFaqAdd__body{display:flex;flex-direction:column}.ProductCardFaqAdd__body-text{font-weight:400;font-size:16px;color:#666e7a;line-height:22px}.ProductCardFaqAdd__body-buttons{display:flex;flex-direction:column;gap:16px;margin-top:24px}.ProductCardFaqAdd__body-buttons-button{width:100%;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:space-around}.ProductCardFaqAdd__body-buttons-button span{width:-moz-fit-content;width:fit-content;color:#fff;font-weight:500;font-size:14px;display:flex;align-items:center}.ProductCardFaqAdd__body-buttons-button span:before{width:24px;height:24px;display:flex;content:"";background-position:center;background-repeat:no-repeat;margin-right:15px}.ProductCardFaqAdd__body-buttons-button.teleg{background:#2aabee}.ProductCardFaqAdd__body-buttons-button.teleg span:before{background-image:url(../assets/product-card/telegram-logo.svg)}.ProductCardFaqAdd__body-buttons-button.viber{background:#7360f2}.ProductCardFaqAdd__body-buttons-button.viber span:before{background-image:url(../assets/product-card/viber-logo.svg)}.ProductCardFaqAdd__body-buttons-button.phone{background:#8a6827}.ProductCardFaqAdd__body-buttons-button.phone span:before{background-image:url(../assets/product-card/phone-logo.svg)}.ProductCardFaqPopup{display:flex;flex-direction:column;width:100%;height:100vh;position:fixed;left:0;top:0;z-index:10;background:#fff;padding:20px}.ProductCardFaqPopup__head{display:flex;justify-content:space-between;padding-right:19px}@media screen and (max-width:767px){.ProductCardFaqPopup__head{padding-right:4px}}.ProductCardFaqPopup__head-name{font-weight:500;font-size:24px;color:#2f2d40}.ProductCardFaqItem__top:after,.ProductCardFaqPopup__head-close{width:24px;min-width:24px;height:24px;display:flex;transition:all 250ms ease-in-out}.ProductCardFaqPopup__head-close{background:url(../assets/product-card/popup-close.svg);background-size:100% 100%}.ProductCardFaqPopup__head-close:hover{cursor:pointer}.ProductCardFaqPopup .ProductCardFaqAdd{display:flex;padding:0;border:0;margin-top:20px}.ProductCardFaqPopup .ProductCardFaqAdd__head,.SupportProductLargeItem__search.warranty:after{display:none}.ProductCardFaqItem{display:flex;flex-direction:column;width:100%;border:1px solid #ebeef5;padding:28px 24px;border-radius:16px;gap:16px}.ProductCardFaqItem.active{border:1px solid #8a6827}.ProductCardFaqItem.active .ProductCardFaqItem__top{color:#8a6827;font-weight:500}.ProductCardFaqItem.active .ProductCardFaqItem__top:after{background:url(../assets/product-card/faq-minus.svg)}.ProductCardFaqItem__top{display:flex;justify-content:space-between;font-weight:400;font-size:16px;line-height:22px;color:#0a1b33;align-items:flex-start;transition:all 250ms ease-in-out}.ProductCardFaqItem__top:hover{cursor:pointer}.ProductCardFaqItem__top:after{background:url(../assets/product-card/faq-plus.svg);content:"";margin-left:15px}.ProductCardFaqItem__bottom{color:#262729;font-size:14px;font-weight:400;line-height:22px}.SupportPageProductSelect{display:flex;position:relative}@media screen and (max-width:1365px){.SupportPageProductSelect{margin-top:24px}}.SupportPageProductSelect__search{width:360px;padding:14px;gap:8px;display:flex;align-items:center;border:1px solid #ebeef5;background:#fff;border-radius:16px;height:48px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.SupportPageProductSelect__search{width:100%}}.SupportPageProductSelect__search:hover{background:#f5f7fa;cursor:pointer}.SupportPageProductSelect__search.dirty,.SupportPageProductSelect__search.focus{border:1px solid #8a6827;background:#fff;box-shadow:0 0 0 2px rgba(138,104,39,.16)}.SupportPageProductSelect__search:before{content:"";width:16px;min-width:16px;height:16px;background-image:url(../assets/support-page/search-icon.svg);background-size:100% 100%}.SupportPageProductSelect__search-input{color:#262729;font-size:16px;font-weight:400;line-height:20px;width:100%}.SupportPageProductSelect__search-input::-moz-placeholder{color:#969aa3;font-size:16px;font-weight:400;line-height:20px}.SupportPageProductSelect__search-input::placeholder{color:#969aa3;font-size:16px;font-weight:400;line-height:20px}.SupportPageProductSelect__search-close{width:20px;height:20px;position:absolute;top:14px;right:12px;background-image:url(../assets/support-page/clear-search.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center}.SupportPageProductSelect__list{position:absolute;width:100%;top:calc(100% + 8px);left:0;background:#fff;padding:8px 0;max-height:360px;overflow-y:auto;z-index:1;border-radius:8px;box-shadow:0 4px 16px 0 rgba(0,0,0,.08);border:1px solid #ebeef5}.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:active{background:#f3f0e9}.SupportPageProductSelect__list-item-image{width:64px;height:64px;min-width:64px}.SupportPageProductSelect__list-item-right{display:flex;flex-direction:column}.SupportPageProductSelect__list-item-right-code{color:#666e7a;font-size:12px;font-weight:400;line-height:14px}.SupportPageProductSelect__list-item-right-code span{color:#262729}.SupportPageProductSelect__list-item-right-name{color:#262729;font-size:14px;font-weight:400;line-height:140%;margin-top:8px}.SupportProductAccessoriesTab{display:flex;flex-direction:column;background:#fff;margin-top:40px}@media screen and (max-width:1365px){.SupportProductAccessoriesTab{margin-top:24px}}@media screen and (max-width:767px){.SupportProductAccessoriesTab{border-bottom:1px solid #e5e5ea}}.SupportProductAccessoriesTab__head{color:#262729;font-size:32px;font-weight:500;line-height:40px;display:flex;gap:16px}@media screen and (max-width:1365px){.SupportProductAccessoriesTab__head{flex-direction:column;gap:8px}}@media screen and (max-width:767px){.SupportProductAccessoriesTab__head{font-size:24px;line-height:32px;padding:0 16px}}.SupportProductAccessoriesTab__head span,.SupportProductFaqTab__head span,.SupportProductInstructions__head span{color:#969aa3;font-weight:400}.SupportProductAccessoriesTab__body{display:grid;grid-template-columns:repeat(5,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}.SupportProductAccessoriesTab__body .ProductItem{width:100%;border:1px solid #e1e4eb}}@media screen and (max-width:767px){.SupportProductAccessoriesTab__body{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0}.SupportProductAccessoriesTab__body .ProductItem{border-radius:0}}.SupportProductAccessoriesTab__body .ProductItem__wrapper{height:auto;max-height:270px;min-height:270px}@media screen and (max-width:1600px){.SupportProductAccessoriesTab__body .ProductItem__wrapper{height:auto;min-height:325px}}@media screen and (max-width:1439px){.SupportProductAccessoriesTab__body .ProductItem__wrapper{min-height:317px;height:auto}}@media screen and (max-width:1365px){.SupportProductAccessoriesTab__body .ProductItem__wrapper{border-radius:0;min-height:254px}}@media screen and (max-width:767px){.SupportProductAccessoriesTab__body .ProductItem__wrapper{min-height:190px}.SupportProductAccessoriesTab__body .ProductItem__name{font-size:14px}}.SupportPageFindItem{display:flex;padding:24px;align-items:center;gap:16px;background:#f5f7fa;transition:all 250ms ease-in-out;position:relative;flex-direction:column;border-radius:16px}.SupportPageFindItem:hover{cursor:pointer;background:#f3f0e9}.SupportPageFindItem.active .SupportPageFindItem__text,.SupportPageFindItem:hover .SupportPageFindItem__text{color:#8a6827}.SupportPageFindItem.active{background:#f3f0e9}.SupportPageFindItem.active .SupportPageFindItem__img{filter:grayscale(0)}.SupportPageFindItem__img{display:flex;width:72px;height:72px;filter:grayscale(100%)}.SupportPageFindItem__text{color:#262729;text-align:center;font-size:16px;font-weight:400;line-height:20px}@media screen and (max-width:767px){.SupportPageFindItem__text{font-size:14px;line-height:140%}}.SupportPageModelItem{padding:10px 12px;display:flex;align-items:center;justify-content:center;border:1px solid #e8eaeb;color:#262729;font-size:14px;font-weight:500;line-height:16px}.SupportPageModelItem:hover{background:#fef5f5;border-color:transparent;cursor:pointer}.SupportPageModelItem.active{background:#e6000d;color:#fff;border-color:transparent}.SupportProductFaqTab{display:flex;flex-direction:column;background:#fff;margin-top:40px}@media screen and (max-width:1365px){.SupportProductFaqTab{margin-top:24px}}@media screen and (max-width:767px){.SupportProductFaqTab{border-bottom:1px solid #e5e5ea;padding:0 16px 16px}}.SupportProductFaqTab__head{color:#262729;font-size:32px;font-weight:500;line-height:40px;display:flex;gap:16px}@media screen and (max-width:1365px){.SupportProductFaqTab__head{flex-direction:column;gap:8px}}@media screen and (max-width:767px){.SupportProductFaqTab__head{font-size:24px;line-height:32px}}.SupportProductFaqTab__body{margin-top:32px;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:767px){.SupportProductFaqTab__body{margin-top:24px}}.SupportProductInstructions{display:flex;flex-direction:column;background:#fff;margin-top:40px}@media screen and (max-width:1365px){.SupportProductInstructions{margin-top:24px}}@media screen and (max-width:767px){.SupportProductInstructions{border-bottom:1px solid #e5e5ea;padding:0 16px 16px}}.SupportProductInstructions__head{color:#262729;font-size:32px;font-weight:500;line-height:40px;display:flex;gap:16px}@media screen and (max-width:1365px){.SupportProductInstructions__head{flex-direction:column;gap:8px}}@media screen and (max-width:767px){.SupportProductInstructions__head{font-size:24px;line-height:32px}}.SupportProductInstructions__body{display:flex;flex-direction:column;gap:24px;margin-top:32px}@media screen and (max-width:767px){.SupportProductInstructions__body{margin-top:24px;gap:16px}}.SupportProductInstructions__body-item{border:1px solid #ebeef5;background:#fff;padding:12px 24px;gap:16px;display:flex;align-items:center;border-radius:16px}@media screen and (max-width:1365px){.SupportProductInstructions__body-item{padding:12px 16px}}@media screen and (min-width:1366px){.SupportProductInstructions__body-item:active,.SupportProductInstructions__body-item:hover{cursor:pointer}.SupportProductInstructions__body-item:hover span:last-child{background:#f3f0e9;border-color:unset}.SupportProductInstructions__body-item:active span:last-child{color:#af000a}}.SupportProductInstructions__body-item span:first-child{color:#262729;font-size:16px;font-weight:400;line-height:20px;width:100%;display:flex;align-items:center;gap:16px}@media screen and (max-width:767px){.SupportProductInstructions__body-item span:first-child{font-size:14px;line-height:140%}}.SupportProductInstructions__body-item span:first-child:before{content:"PDF";padding:6px 8px;background:#f5f7fa;display:block;color:#969aa3;font-size:10px;font-weight:700;line-height:12px;border-radius:8px}.SupportProductInstructions__body-item span:last-child{font-size:12px;font-weight:700;line-height:14px;text-transform:uppercase;padding:8px 16px;background:#fff;transition:all 250ms ease-in-out;display:flex;gap:8px;align-items:center;width:160px;border:1px solid #e1e4eb;border-radius:20px;color:#8a6827}.SupportProductInstructions__body-item span:last-child:before{content:"";width:24px;height:24px;min-width:24px;background-image:url(../assets/support-page/download-icon.svg);background-size:24px 24px;background-position:center;background-repeat:no-repeat;display:block;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.SupportProductInstructions__body-item span:last-child:before{min-width:24px;min-height:24px}}@media screen and (max-width:1365px){.SupportProductInstructions__body-item span:last-child{font-size:0;width:40px;max-width:40px;padding:8px}}.SupportProductLargeItem{display:flex;flex-direction:column;gap:24px;background:#fff;width:100%;padding:32px;position:relative;border:1px solid #e1e4eb;border-radius:16px}@media screen and (max-width:767px){.SupportProductLargeItem{padding:24px}}.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:500;line-height:20px}.SupportProductLargeItem__container{display:grid;grid-template-columns:1fr 120px;gap:16px;position:relative}@media screen and (max-width:767px){.SupportProductLargeItem__container{grid-template-columns:1fr}}.SupportProductLargeItem__container .SupportPageWarrantyInfoPopup{right:-3%}@media screen and (max-width:1365px){.SupportProductLargeItem__container .SupportPageWarrantyInfoPopup{right:0}}.SupportProductLargeItem__submit{background:#8a6827;padding:16px 24px;color:#fff;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;width:100%;border-radius:24px}.SupportProductLargeItem__submit:hover{cursor:pointer;background:#a18652}.SupportProductLargeItem__submit:active{background:linear-gradient(0deg,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 100%),#8a6827}.SupportProductLargeItem__submit.disabled{background:#f5f7fa;color:#969aa3;pointer-events:none}.SupportProductLargeItem__search{padding:14px 14px 14px 20px;gap:8px;display:flex;border:1px solid #ebeef5;background:#fff;height:48px;transition:all 250ms ease-in-out;width:100%;border-radius:16px}.SupportProductLargeItem__search:hover{background:#f5f7fa;cursor:pointer}.SupportProductLargeItem__search.dirty,.SupportProductLargeItem__search.focus{border:1px solid #8a6827;background:#fff;box-shadow:0 0 0 2px rgba(138,104,39,.16)}.SupportProductLargeItem__search-input{color:#262729;font-size:16px;font-weight:400;line-height:20px;width:100%}.SupportProductLargeItem__search-input::-moz-placeholder{color:#969aa3;font-size:16px;font-weight:400;line-height:20px}.SupportProductLargeItem__search-input::placeholder{color:#969aa3;font-size:16px;font-weight:400;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__search-icon.active,.SupportProductLargeItem__search-icon:hover{background-image:url(../assets/support-page/search-question-icon-hover.svg)}.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:#a3463b}.SupportProductServicesTab{margin-top:32px}@media screen and (max-width:1365px){.SupportProductServicesTab{margin-top:24px}}.SupportProductServicesTab__title{color:#262729;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:#f5f7fa;width:152px;min-width:152px;transition:all 250ms ease-in-out;cursor:pointer;border-radius:16px}@media screen and (max-width:1600px){.SupportProductSmallItem{width:142px;min-width:142px}}@media screen and (max-width:1439px){.SupportProductSmallItem{width:140px;min-width:140px}}@media screen and (max-width:1365px){.SupportProductSmallItem{width:146px;min-width:146px}}.SupportProductSmallItem:hover{background:#f3f0e9;border-color:transparent}.CatalogFiltersBadges__item.active .CatalogFiltersBadges__item-text,.SupportProductSmallItem:hover .SupportProductSmallItem__text{color:#8a6827}.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:#262729;text-align:center;font-size:12px;font-weight:700;line-height:16px;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:48px;transition:color 350ms ease-in-out}.SupportProductTroubleTab{display:flex;flex-direction:column;background:#fff;margin-top:40px}@media screen and (max-width:1365px){.SupportProductTroubleTab{margin-top:24px}}@media screen and (max-width:767px){.SupportProductTroubleTab{border-bottom:1px solid #e1e4eb}}.SupportProductTroubleTab__head{color:#262729;font-size:32px;font-weight:500;line-height:40px;display:flex;gap:16px}@media screen and (max-width:1365px){.SupportProductTroubleTab__head{flex-direction:column;gap:8px}}@media screen and (max-width:767px){.SupportProductTroubleTab__head{font-size:24px;line-height:32px;padding:0 16px}}.SupportProductTroubleTab__head span,.SupportProductVideoTab__head span{color:#969aa3;font-weight:400}.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 #fff}.SupportProductTroubleTab__body-table th{padding:16px;color:#666e7a;font-size:16px;font-weight:400;line-height:20px;border-right:1px solid #e1e4eb;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:#262729;font-size:16px;font-weight:400;line-height:20px;border:1px solid #e1e4eb;border-bottom:unset;vertical-align:top}@media screen and (max-width:767px){.SupportProductTroubleTab__body-table td{font-size:14px;padding: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:#262729;font-size:16px;font-weight:400;line-height:20px;margin-top:8px}@media screen and (max-width:767px){.SupportProductTroubleTab__body-table td ul li{font-size:14px}}.SupportProductVideo{display:flex;flex-direction:column;width:100%;gap:16px}.SupportProductVideo__wrapper{width:100%;position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.SupportProductVideo__wrapper iframe,.SupportProductVideo__wrapper img{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:16px}.SupportProductVideo__wrapper:after{position:absolute;content:"";width:48px;height:48px;border-radius:50%;background-image:url(../assets/support-page/play-arrow.svg);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}.SupportProductVideo__wrapper:hover{cursor:pointer}.SupportProductVideo__wrapper:hover:after{background-image:url(../assets/support-page/play-arrow-hover.svg);background-color:#fff}.SupportProductVideo__wrapper:active:after{background-image:url(../assets/support-page/play-arrow-active.svg)}.SupportProductVideo__wrapper.clicked:after,.SupportProductVideo__wrapper.clicked:before{display:none}.SupportProductVideo__text{color:#262729;font-size:16px;font-weight:500;line-height:20px}.SupportProductVideoTab{display:flex;flex-direction:column;background:#fff;margin-top:40px}@media screen and (max-width:1365px){.SupportProductVideoTab{margin-top:24px}}@media screen and (max-width:767px){.SupportProductVideoTab{padding:0 16px 16px;border-bottom:1px solid #e5e5ea}}.SupportProductVideoTab__head{color:#262729;font-size:32px;font-weight:500;line-height:40px;display:flex;gap:16px}@media screen and (max-width:1365px){.SupportProductVideoTab__head{flex-direction:column;gap:8px}}@media screen and (max-width:767px){.SupportProductVideoTab__head{font-size:24px;line-height:32px}}.SupportProductVideoTab__body{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}@media screen and (max-width:1365px){.SupportProductVideoTab__body{margin-top:24px;grid-template-columns:1fr}}.CatalogFiltersBadges{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px}@media screen and (max-width:1365px){.CatalogFiltersBadges{display:flex;flex-wrap:wrap;margin:0;gap:8px}}.CatalogFiltersBadges__item{display:flex;flex-direction:column;width:100%;min-height:94px;background:#fff;border-radius:16px;border:1px solid #e1e4eb;padding:13px 8px;gap:8px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CatalogFiltersBadges__item{width:104px;min-height:104px}}.CatalogFiltersBadges__item:hover{cursor:pointer;background:#f3f0e9;border:1px solid #f3f0e9}.CatalogFiltersBadges__item.active{background:#f3f0e9;border:1px solid #8a6827}.CatalogFiltersBadges__item-img{width:32px;height:32px;margin:0 auto;background-size:100% 100%}.CatalogFiltersBadges__item-img.testDrive{background-image:url(../assets/badges/test-drive.svg)}.CatalogFiltersBadges__item-img.watchLive{background-image:url(../assets/badges/watch-live.svg)}.CatalogFiltersBadges__item-img.bestPrice{background-image:url(../assets/badges/best-price.svg)}.CatalogFiltersBadges__item-img.takeInShop{background-image:url(../assets/badges/self-pick.svg)}.CatalogFiltersBadges__item-img.deliveryToday,.CatalogFiltersBadges__item-img.deliveryTomorrow{background-image:url(../assets/badges/delivery-today.svg)}.CatalogFiltersBadges__item-img.sendToday,.CatalogFiltersBadges__item-img.sendTomorrow{background-image:url(../assets/badges/send-today.svg)}.CatalogFiltersBadges__item-img.freeDelivery{background-image:url(../assets/badges/free-delivery.svg)}.CatalogFiltersBadges__item-img.openBox{background-image:url(../assets/badges/open-box.svg)}.CatalogFiltersBadges__item-img.credit{background-image:url(../assets/badges/credit.svg)}.CatalogFiltersBadges__item-img.warranty{background-image:url(../assets/badges/warranty.svg)}.CatalogFiltersBadges__item-text{color:#262729;font-weight:700;font-size:10px;line-height:14px;text-align:center;text-transform:uppercase;transition:all 250ms ease-in-out}.CatalogFiltersPrice{display:flex;flex-direction:column;margin-top:16px;padding-bottom:16px;border-bottom:1px solid #ebeef5}.CatalogFiltersPrice__head{padding:6px 8px;align-items:center;position:relative;display:flex;font-weight:500;font-size:16px;color:#262729;gap:8px;transition:all 250ms ease-in-out}.CatalogFiltersPrice__head:hover{cursor:pointer;color:#8a6827}.CatalogFiltersPrice__head:hover::after{background-image:url(../assets/catalog/filter-plus-hover.svg)}.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}.CatalogFiltersPrice__head.active::after{background-image:url(../assets/catalog/filter-minus.svg)}.CatalogFiltersPrice__head.active:hover::after{background-image:url(../assets/catalog/filter-minus-hover.svg)}.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:20px}.CatalogFiltersPrice__top-max,.CatalogFiltersPrice__top-min{width:100%;padding:12px 21px;background:#fff;border-radius:8px;font-weight:500;font-size:14px;border:1px solid #e1e4eb;box-shadow:0 0 0 2px transparent;transition:all 250ms ease-in-out;color:#262729}.CatalogFiltersPrice__top-max:hover,.CatalogFiltersPrice__top-min:hover{cursor:pointer;border:1px solid #8a6827}.CatalogFiltersPrice__top-max:focus,.CatalogFiltersPrice__top-min:focus{border:1px solid #8a6827;box-shadow:0 0 0 2px rgba(138,104,39,.16);cursor:auto}.CatalogFiltersPrice__top-separator{width:100%;height:2px;background:#bcc1cc;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:#8a6827;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:#ebeef5}.CatalogFiltersPrice__range .multi-range-slider .bar-left{padding:2px 0}.CatalogFiltersPrice__range .multi-range-slider .thumb::before{box-shadow:unset;background:#8a6827;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:#8a6827;box-shadow:0 0 0 2px transparent;border-radius:50%;transition:background 250ms ease-in-out}.CatalogFiltersPrice__range .multi-range-slider .thumb:hover::after,.CatalogFiltersRange__range .multi-range-slider .thumb:hover::after{background:#8a6827;box-shadow:0 0 0 2px rgba(138,104,39,.16)}.CatalogFiltersPrice__range .multi-range-slider .thumb-left::after{left:-11px}.CatalogFiltersPrice__range .multi-range-slider .caption{display:none}.CatalogFiltersPrice__button{width:100%;padding:12px 24px;background:#8a6827;border-radius:20px;display:flex;align-items:center;justify-content:space-around;color:#f3f0e9;transition:all 250ms ease-in-out;margin-top:24px;font-weight:500;font-size:14px}.CatalogFiltersPrice__button:hover{cursor:pointer;background-color:#a18652}.CatalogFiltersPrice__button:active{background-color:#96773d}.CatalogFiltersGroup{display:flex;flex-direction:column;width:100%;padding-bottom:16px;border-bottom:1px solid #ebeef5;margin-top:16px}.CatalogFiltersGroup:last-child{border-bottom:0}.CatalogFiltersGroup__head{padding:6px 8px;align-items:center;position:relative;display:flex}.CatalogFiltersGroup__head-text{font-weight:500;font-size:16px;padding-right:28px;position:relative;width:-moz-max-content;width:max-content;max-width:100%;min-height:20px;display:flex;align-items:center;color:#262729}.CatalogFiltersGroup__head-text-about{display:flex;width:20px;height:20px;background:url(../assets/catalog/filter-about-icon.svg);position:absolute;right:0;transition:all 250ms ease-in-out}.CatalogFiltersGroup__head-text-about:hover{background:url(../assets/catalog/filter-about-icon-hover.svg)}.CatalogFiltersGroup__head:hover{cursor:pointer}.CatalogFiltersGroup__head:hover::after{background-image:url(../assets/catalog/filter-plus-hover.svg)}.CatalogFiltersGroup__head:hover .CatalogFiltersGroup__head-text{color:#8a6827}.CatalogFiltersGroup__head.active::after{background-image:url(../assets/catalog/filter-minus.svg)}.CatalogFiltersGroup__head.active:hover::after{background-image:url(../assets/catalog/filter-minus-hover.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 8px;background:0 0;transition:all 250ms ease-in-out;border-radius:8px}.CatalogFiltersGroup__body-item:first-child{margin-top:12px}.CatalogFiltersGroup__body-item .FormCheckbox__text{font-weight:400}.CatalogFiltersGroup__body-item:hover{cursor:pointer;background:#f3f0e9}.CatalogFiltersGroup__body-item:hover .FormCheckbox__container-checkmark{border:1px solid #8a6827}.CatalogFiltersGroup__body-item.range:hover{background:0 0}.CatalogFiltersGroup__body-more{display:flex;align-items:center;margin:8px}.CatalogFiltersGroup__body-more div{color:#55559d;font-weight:500;font-size:14px;text-decoration:underline}.CatalogFiltersGroup__body-more:hover{cursor:pointer}.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:12px 21px;background:#fff;border-radius:8px;font-weight:500;font-size:14px;border:1px solid #e1e4eb;box-shadow:0 0 0 2px transparent;transition:all 250ms ease-in-out;color:#262729}.CatalogFiltersRange__top-max:hover,.CatalogFiltersRange__top-min:hover{cursor:pointer;border:1px solid #8a6827}.CatalogFiltersRange__top-max:focus,.CatalogFiltersRange__top-min:focus{border:1px solid #8a6827;box-shadow:0 0 0 2px rgba(138,104,39,.16);cursor:auto}.CatalogFiltersRange__top-separator{width:100%;height:2px;background:#bcc1cc;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:#8a6827;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:#ebeef5}.CatalogFiltersRange__range .multi-range-slider .bar-left{padding:2px 0}.CatalogFiltersRange__range .multi-range-slider .thumb::before{box-shadow:unset;background:#8a6827;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:#8a6827;box-shadow:0 0 0 2px transparent;border-radius:50%;transition:background 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 24px;background:#8a6827;border-radius:20px;display:flex;align-items:center;justify-content:space-around;color:#f3f0e9;transition:all 250ms ease-in-out;margin-top:24px;font-weight:500;font-size:14px}.CatalogFiltersRange__button:hover{cursor:pointer;background-color:#a18652}.CatalogFiltersRange__button:active{background-color:#96773d}.CatalogGuideSection{display:flex;gap:24px}.CatalogGuideSection__preloader{display:flex;width:100%;height:650px;justify-content:space-around;align-items:center}@media screen and (max-width:1365px){.CatalogGuideSection__preloader{height:624px}}.CatalogGuideTabs{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;margin:0 -24px -10px;padding:0 24px 10px}.CatalogGuideTabs::-webkit-scrollbar{display:none;scrollbar-width:none}.CatalogGuideTabs__item{display:flex;padding:8px 16px;background:0 0;border-radius:16px;color:#262729;font-size:14px;font-weight:500;line-height:16px;min-width:-moz-max-content;min-width:max-content;transition:all 250ms ease-in-out}.CatalogGuideTabs__item:hover{background:#fff;cursor:pointer}.CatalogGuideTabs__item.active{background:#8a6827;color:#fff;pointer-events:none}.CatalogGuideTabs__item.loading{pointer-events:none}.CatalogPopularProduct{display:flex;width:342px;min-width:342px;border-radius:8px;border:1px solid #e1e4eb;background:#fff}@media screen and (max-width:1365px){.CatalogPopularProduct{width:298px;min-width:298px}}.CatalogPopularProduct:hover{cursor:pointer}.AuthLogin__foot-offert p a:hover,.AuthPhoneLogin__foot-offert p a:hover,.AuthRegister__foot-offert p a:hover,.CatalogPopularProduct:hover .CatalogPopularProduct__c-l-name{text-decoration:underline}.CatalogPopularProduct:hover .CatalogPopularProduct__c-r{background-color:#e8e1d4}.CatalogPopularProduct__i{width:98px;min-width:98px;height:118px;background:0 0}.CatalogPopularProduct__i img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.CatalogPopularProduct__c{display:flex;gap:16px;padding:12px 16px}.CatalogPopularProduct__c-l{display:flex;flex-direction:column;gap:8px}.CatalogPopularProduct__c-l-type{color:#262729;font-size:10px;font-weight:700;line-height:12px;letter-spacing:.4px;text-transform:uppercase}.CatalogPopularProduct__c-l-type.rating{color:#e07b2d}.CatalogPopularProduct__c-l-type.sales{color:#55559d}.CatalogPopularProduct__c-l-type.new{color:#568f64}.CatalogPopularProduct__c-l-type.hot{color:#a3463b}.CatalogPopularProduct__c-l-type.exclusive{color:#8a6827}.CatalogPopularProduct__c-l-type.trand{color:#6d49a4}.CatalogPopularProduct__c-l-name{color:#262729;font-size:12px;font-weight:500;line-height:16px;height:32px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2}.CatalogPopularProduct__c-l-price{display:flex;flex-direction:column;gap:4px}.CatalogPopularProduct__c-l-price p:first-child{display:flex;align-items:center;gap:8px}.CatalogPopularProduct__c-l-price p:first-child span:first-child{color:#666e7a;font-size:12px;font-weight:500;line-height:14px;text-decoration:line-through}.CatalogPopularProduct__c-l-price p:first-child span:last-child{padding:1px 6px;border-radius:10px;background:#a3463b;color:#fff;font-size:10px;font-weight:700;line-height:12px;text-decoration:unset}.CatalogPopularProduct__c-l-price p:last-child{color:#a3463b;font-size:14px;font-weight:500;line-height:16px}.CatalogPopularProduct__c-r{width:32px;min-width:32px;height:32px;display:flex;border-radius:16px;background-color:#f3f0e9;background-image:url(../assets/catalog/popular-watch-icon.svg);background-size:20px 20px;background-position:center;background-repeat:no-repeat;align-self:center;transition:all 250ms ease-in-out}.CatalogSelectedFiltersItem{display:flex;align-items:center;padding:8px 12px 8px 16px;border:1px solid #e1e4eb;border-radius:18px;width:-moz-max-content;width:max-content;min-width:-moz-max-content;min-width:max-content;transition:all 250ms ease-in-out;height:36px}@media screen and (max-width:1365px){.CatalogSelectedFiltersItem{height:unset;width:100%;min-width:unset}}.CatalogSelectedFiltersItem:hover{background:#f5f7fa;border:1px solid transparent;cursor:default}.CatalogSelectedFiltersItem__text{font-weight:500;line-height:16px;font-size:14px}.CatalogSelectedFiltersItem__text span:first-child{color:#666e7a}.CatalogSelectedFiltersItem__text span:last-child{color:#262729}.CatalogSelectedFiltersItem__icon,.CatalogSelectedFiltersRange{display:flex;align-items:center;transition:all 250ms ease-in-out}.CatalogSelectedFiltersItem__icon{width:20px;height:20px;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}.CatalogSelectedFiltersItem__icon:hover{cursor:pointer;background-image:url(../assets/catalog/filter-remove-hover.svg);background-color:#fff}.CatalogSelectedFiltersRange{padding:8px 12px 8px 16px;border:1px solid #e1e4eb;border-radius:18px;width:-moz-max-content;width:max-content;min-width:-moz-max-content;min-width:max-content;height:36px}@media screen and (max-width:1365px){.CatalogSelectedFiltersRange{height:unset;width:100%;min-width:unset}}.CatalogSelectedFiltersRange:hover{background:#f5f7fa;border:1px solid transparent;cursor:default}.CatalogSelectedFiltersRange__text{font-weight:500;line-height:16px;font-size:14px}.CatalogSelectedFiltersRange__text span:first-child{color:#666e7a}.CatalogSelectedFiltersRange__text span:last-child{color:#262729}.CatalogItem,.CatalogSelectedFiltersRange__icon{display:flex;align-items:center;transition:all 250ms ease-in-out}.CatalogSelectedFiltersRange__icon{width:20px;height:20px;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}.CatalogSelectedFiltersRange__icon:hover{cursor:pointer;background-image:url(../assets/catalog/filter-remove-hover.svg);background-color:#fff}.CatalogItem{padding:12px 16px;background:0 0;position:relative;margin-top:10px;border-radius:16px}.AuthChangePassword .FormInput:first-child,.AuthLogin .FormInput:first-child,.CatalogItem:first-child{margin-top:0}.CatalogItem.active,.CatalogItem:hover,.CatalogItemProduct.active,.CatalogItemProduct:hover{background:#f3f0e9}.CatalogItem::after,.CatalogItemProduct__name::after{content:"";width:16px;min-width:16px;height:16px;background-image:url(../assets/header/catalog-arrow-16x16.svg);background-size:100% 100%;transition:all 250ms ease-in-out;right:40px;margin-left:auto}.CatalogItem__wrapper{width:40px;height:40px;min-width:40px;display:flex;transition:all 250ms ease-in-out;margin-right:16px}.CatalogItem__text{font-weight:500;font-size:14px;color:#262729;transition:all 250ms ease-in-out;margin-right:10px}.CatalogItemProduct{width:100%;height:76px;display:flex;flex-direction:column;justify-content:center;background:0 0;padding:16px;transition:all 250ms ease-in-out;border-radius:16px}.CatalogItemProduct:active .CatalogItemProduct__name::after,.CatalogItemProduct:hover .CatalogItemProduct__name::after{background-image:url(../assets/header/catalog-arrow-16x16-hover.svg)}.CatalogItemProduct__name{font-weight:500;font-size:16px;color:#262729;transition:all 250ms ease-in-out;display:flex}.CatalogItemProduct__price{font-weight:400;font-size:14px;margin-top:8px;color:#666e7a}.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:#262729}.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 .FormInput{margin-top:16px}.AuthLogin{display:flex;width:100%;flex-direction:column}.AuthLogin__container{width:100%;justify-content:space-between;margin-top:16px}.AuthLogin__container,.AuthLogin__container-remember{display:flex;align-items:center}.AuthLogin__container-remember .FormCheckbox__container input:checked~.FormCheckbox__container-checkmark:after{left:4px;top:4px;width:11px;height:11px}.AuthLogin__container-restore,.AuthLogin__register{font-weight:500;font-size:14px;color:#55559d}.AuthLogin__buttons-button:hover,.AuthLogin__container-restore:hover,.AuthLogin__register:hover{cursor:pointer;text-decoration:underline}.AuthLogin__register{margin-top:16px;text-align:center;margin-bottom:8px}.AuthLogin__buttons{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.AuthLogin__buttons-button{color:#55559d;font-size:14px;font-style:normal;font-weight:500;line-height:15px;transition:all 250ms ease-in-out}.AuthLogin__buttons-button:hover{color:#55559d}.AuthLogin__divider{display:flex;width:100%;position:relative;margin:24px 0}.AuthLogin__divider div:first-child{width:100%;height:1px;background:#dadee5}.AuthLogin__divider div:last-child{display:flex;font-weight:500;font-size:14px;color:#5c6373;padding:0 16px;background:#fff;position:absolute;left:0;right:0;top:-8px;margin:auto;width:-moz-max-content;width:max-content}.AuthLogin .FormInput,.AuthLogin .PrimaryButton,.AuthLogin__foot,.AuthPasswordRecovery .PrimaryButton{margin-top:24px}.AuthLogin__foot-offert p,.AuthPhoneLogin__foot-offert p,.AuthRegister__foot-offert p{color:#666e7a;font-size:13px;font-weight:400;line-height:140%}.AuthLogin__foot-offert p a,.AuthPhoneLogin__foot-offert p a,.AuthRegister__foot-offert p a{color:#55559d;font-weight:500}.AuthPasswordRecovery{display:flex;flex-direction:column;width:100%}.AuthPasswordRecovery__info{display:flex;color:#262729;line-height:20px;font-size:14px;font-weight:500;margin-bottom:24px}.AuthPhoneLogin{display:flex;flex-direction:column;width:100%}.AuthPhoneLogin .PrimaryButton{margin-top:32px}.AuthPhoneLogin__divider{display:flex;width:100%;position:relative;margin:24px 0}.AuthPhoneLogin__divider div:first-child{width:100%;height:1px;background:#dadee5}.AuthPhoneLogin__divider div:last-child{display:flex;font-weight:500;font-size:14px;color:#5c6373;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:#55559d;font-size:14px;font-style:normal;font-weight:500;line-height:15px;transition:all 250ms ease-in-out}.AuthPhoneLogin__buttons-button:hover{cursor:pointer;color:#55559d;text-decoration:underline}.AuthPhoneLogin__foot{margin-top:24px}.AuthPhoneLoginCode{display:flex;flex-direction:column}.AuthPhoneLoginCode__head{color:#262729;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.AuthPhoneLoginCode__phone{margin-top:16px;color:#262729;font-size:20px;font-weight:400;line-height:24px}.AuthPhoneLoginCode__code{margin-top:24px}.AuthPhoneLoginCode__code.error .AuthPhoneLoginCode__code-head{color:#a3463b}.AuthPhoneLoginCode__code.error .AuthPhoneLoginCode__code-error{display:flex}.AuthPhoneLoginCode__code-head{color:#666e7a;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:400;font-size:16px;color:#262729;padding:14px 16px;width:100%;background:#fff;border-radius:16px;border:1px solid #e1e4eb;box-shadow:0 0 0 2px transparent;transition:all 250ms ease-in-out}.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 #e1e4eb!important;color:#262729!important;border-radius:16px!important;-webkit-text-fill-color:#262729;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-background-clip:text}.AuthPhoneLoginCode__code-container input:hover{border:1px solid #8a6827}.AuthPhoneLoginCode__code-container input.focus{border:1px solid #8a6827;box-shadow:0 0 0 2px rgba(138,104,39,.16)}.AuthPhoneLoginCode__code-container input.error{border:1px solid #a3463b;box-shadow:0 0 0 2px rgba(221,110,66,.24)}.AuthPhoneLoginCode__code-error{color:#a3463b;font-size:12px;font-weight:500;line-height:14px;margin-top:8px;display:none}.AuthPhoneLoginCode .PrimaryButton{margin-top:32px;font-size:14px;line-height:16px;padding:12px 16px;min-height:40px}.AuthPhoneLoginCode__foot{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.AuthPhoneLoginCode__foot-button{color:#55559d;font-size:14px;font-style:normal;font-weight:500;line-height:15px;transition:all 250ms ease-in-out}.AuthPhoneLoginCode__foot-button.disabled{pointer-events:none;color:#969aa3}.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:300px}.AuthPhoneLoginCode__about.active .AuthPhoneLoginCode__about-head:after{transform:rotate(180deg)}.AuthPhoneLoginCode__about:hover{cursor:pointer}.AuthPhoneLoginCode__about-head{color:#262729;font-size:14px;font-weight:500;line-height:16px;display:flex;align-items:center;justify-content:space-between}.AuthPhoneLoginCode__about-head:after{content:"";width:16px;height:16px;background-image:url(../assets/header/code-arrow-down.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:#262729;font-size:14px;font-weight:400;line-height:140%}.AuthPhoneLoginCode__about-body-list{display:flex;flex-direction:column;gap:10px}.AuthPhoneLoginCode__about-body-list-item{color:#262729;font-size:14px;font-weight:400;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:#262729;top:9px;left:9px}.AuthRecoveryComplete__text p:first-child{font-weight:400;color:#262729}.AuthRecoveryComplete__text p:last-child{font-weight:500;font-size:18px}.AuthRecoveryComplete .PrimaryButton{margin-top:24px}.AuthRegister{display:flex;flex-direction:column;width:100%}.AuthRegister__login{font-weight:500;font-size:14px;color:#55559d;margin-top:16px;text-align:center;text-decoration:underline;margin-bottom:8px}.AuthRegister__login:hover{cursor:pointer;text-decoration:unset;color:#6666a7}.AuthRegister .FormInput,.AuthRegister .FormPhone,.AuthRegister__foot{margin-top:24px}.AuthRegister .FormInput:first-child{margin-top:0}.AuthRegister .PrimaryButton{margin-top:32px;font-size:14px;min-height:40px;line-height:16px}.AuthSocialButtons{flex-direction:column}.AuthSocialButtons,.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:16px;width:100%}@media screen and (max-width:767px){.AuthSocialButtons__body-buttons{grid-template-columns:repeat(1,1fr)}}.CatalogSubItem{width:100%;height:76px;display:flex;align-items:center;overflow:hidden;position:relative;padding:16px;border-radius:16px;transition:all 250ms ease-in-out}.CatalogSubItem span{font-weight:500;font-size:16px;color:#262729;display:flex;padding-right:10px}.CatalogSubItem::after{content:"";width:16px;min-width:16px;height:16px;background-image:url(../assets/header/catalog-arrow-16x16.svg);background-size:100% 100%;transition:all 250ms ease-in-out;right:40px;margin-left:auto}.CatalogSubItem.active,.CatalogSubItem:hover{background:#f3f0e9}.AuthTempPassword{display:flex;flex-direction:column;width:100%}.AuthTempPassword__head{font-weight:500;font-size:14px;color:#262729;line-height:20px}.AuthTempPassword__body{margin-top:24px;display:flex}.AuthTempPassword__body-item{width:100%}.AuthTempPassword__body-item-input{font-weight:400;font-size:16px;color:#262729;min-width:170px;margin:0 auto;padding:14px 16px;display:flex;align-items:center;justify-content:space-around;background:#fff;border-radius:16px;text-align:center;transition:all 250ms ease-in-out;border:1px solid #e1e4eb}.AuthTempPassword__body-item-input::-moz-placeholder{color:#969aa3;font-weight:400;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.AuthTempPassword__body-item-input::placeholder{color:#969aa3;font-weight:400;font-size:16px;transition:all 250ms ease-in-out}.AuthTempPassword__body-item-input:hover{border:1px solid #8a6827}.AuthTempPassword__body-item-input.focus{border:1px solid #8a6827;box-shadow:0 0 0 2px rgba(138,104,39,.16)}.AuthTempPassword__body-item-input.focus::-moz-placeholder{color:transparent}.AuthTempPassword__body-item-input.focus::placeholder{color:transparent}.AuthTempPassword__body-item-input.error{border:1px solid #a3463b;box-shadow:0 0 0 2px rgba(221,110,66,.24)}.AuthTempPassword__resend{font-weight:500;font-size:14px;color:#55559d;margin-top:16px;text-align:center;text-decoration:underline}.AuthTempPassword__resend:hover{cursor:pointer;text-decoration:unset;color:#6666a7}.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:20px;background:0 0}.Header-right-buttons__button:hover{cursor:pointer;background:#f3f0e9}.Header-right-buttons__button:active{background:#e8e1d4}.Header-right-buttons__button-count{position:absolute;min-width:18px;min-height:18px;background:#8a6827;border-radius:50%;right:0;top:1px;display:flex;align-items:center;justify-content:space-around;padding:1px}.Header-right-buttons__button-count p{font-weight:500;font-size:14px;color:#fff}.Header-right-buttons__button-icon{width:24px;height:24px;background-size:100% 100%;background-repeat:no-repeat;display:flex;transition:all 500ms ease-in-out}.Header-right-buttons__button.compare .Header-right-buttons__button-icon{background:url(../assets/header/compare-icon.svg)}.Header-right-buttons__button.compare.disabled{cursor:default}.Header-right-buttons__button.compare.disabled .Header-right-buttons__button-icon,.Header-right-buttons__button.favorite.disabled .Header-right-buttons__button-icon{opacity:.4}.Header-right-buttons__button.favorite .Header-right-buttons__button-icon{width:24px;height:24px}.Header-right-buttons__button.favorite.disabled{cursor:default}.Header-right-buttons__button.cart .Header-right-buttons__button-icon{background:url(../assets/header/cart-icon.svg)}.Header-right-buttons__service-button{display:flex;width:-moz-max-content;width:max-content;padding:8px 16px;font-size:14px;font-weight:500;line-height:16px;color:#262729;border-radius:20px;background:0 0;transition:all 250ms ease-in-out;align-items:center;margin-left:8px}.Header-right-buttons__service-button:hover{background:#f3f0e9;cursor:pointer}.Header-right-buttons__service-button:active{background:#e8e1d4}.Header-right-buttons__service-button:before{content:"";width:24px;height:24px;display:flex;margin-right:8px;background:url(../assets/header/services-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}}.HeaderCartItem{display:flex;width:100%;padding-bottom:16px;border-bottom:1px solid #ebeef5;margin-top:16px;align-items:center;position:relative}@media screen and (max-width:767px){.HeaderCartItem{position:relative;align-items:flex-start;padding-bottom:64px;border-bottom:none;border-top:1px solid #ebeef5;padding-top:24px;margin-top:24px}.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:64px}}.HeaderCartItem__wrapper{width:64px;height:64px;min-width:64px;background:#d3d3d3;display:flex}@media screen and (max-width:767px){.HeaderCartItem__wrapper{width:72px;height:72px;min-width:72px}}.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:282px;height:-moz-fit-content;height:fit-content}@media screen and (max-width:767px){.HeaderCartItem__body-left{max-width:calc(100% - 66px);min-height:36px}}.HeaderCartItem__body-left-name{font-weight:500;font-size:14px;color:#262729;line-height:20px;transition:all 250ms ease-in-out;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.HeaderCartItem__body-left-name:hover{color:#55559d;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}}.HeaderCartItem__body-right{display:flex;align-items:center;margin-left:32px}@media screen and (max-width:1365px){.HeaderCartItem__body-right{margin-left:8px}}.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}}.HeaderCartItem__body-right-count{display:flex}.HeaderCartItem__body-right-count-minus,.HeaderCartItem__body-right-count-plus{width:44px;height:40px;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;background:0 0;border:1px solid #e1e4eb}.HeaderCartItem__body-right-count-minus-icon,.HeaderCartItem__body-right-count-plus-icon{width:24px;height:24px;background-size:100% 100%}.HeaderCartItem__body-right-count-minus:hover,.HeaderCartItem__body-right-count-plus:hover{cursor:pointer;border:1px solid #f3f0e9;background:#f3f0e9}.HeaderCartItem__body-right-count-minus:active,.HeaderCartItem__body-right-count-plus:active{border:1px solid #e8e1d4;background:#e8e1d4}.HeaderCartItem__body-right-count-minus.disabled,.HeaderCartItem__body-right-count-plus.disabled{pointer-events:none}.HeaderCartItem__body-right-count-minus{border-radius:20px 0 0 20px;padding:8px 8px 8px 12px}.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{border-radius:0 20px 20px 0;padding:8px 12px 8px 8px}.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:40px;display:flex;align-items:center;justify-content:space-around;background:0 0;font-size:14px;font-weight:500;color:#262729;border-top:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb}@media screen and (max-width:767px){.HeaderCartItem__body-right-count-number{width:48px}}.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-old{font-weight:500;font-size:14px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#969aa3}.HeaderCartItem__body-right-price-new{font-weight:500;font-size:18px;color:#a3463b;margin-top:4px}.HeaderCartItem__body-right-cashback{font-size:14px;line-height:14px;color:#262729;font-weight:400;margin-left:16px;align-self:flex-end}.HeaderCartItem__body-right-cashback span{font-weight:500;color:#8a6827;margin-left:4px}.HeaderCartItem__body-remove{width:32px;height:32px;min-width:32px;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;border-radius:20px;background-image:url(../assets/header/basket-icon-24x24.svg);background-size:24px 24px;background-position:center;background-color:transparent;background-repeat:no-repeat;margin-left:auto;align-self:center}.HeaderCartItem__body-remove:hover{cursor:pointer;background-image:url(../assets/header/basket-icon-24x24-hover.svg)}.HeaderCartItem__body-remove:active{background-color:#eddad8}.HeaderCart__popup-no-items{position:fixed;left:0;right:0;bottom:0;top:0;margin:auto;width:708px;min-height:540px;height:-moz-max-content;height:max-content;padding:24px;background:#fff;border-radius:16px;z-index:999;display:flex;flex-direction:column;box-shadow:0 2px 8px 0 rgba(0,0,0,.16)}@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;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:500;font-size:24px;color:#262729;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{background-color:#f3f0e9;cursor:pointer}.HeaderCart__popup-no-items-head-wrapper:active{background-color:#f3f0e9}.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-img{width:96px;height:96px;background:url(../assets/header/empty-cart.svg);background-size:100% 100%}.HeaderCart__popup-no-items-body-text-f{font-weight:500;font-size:32px;color:#262729;line-height:40px;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:400;font-size:16px;line-height:25px;color:#666e7a;text-align:center}.AuthRecoveryComplete,.AuthRecoveryComplete__text{display:flex;flex-direction:column;width:100%}.AuthRecoveryComplete__text{margin-bottom:24px}.AuthRecoveryComplete__text p{font-weight:400;font-size:16px;color:#262729}.AuthRecoveryComplete__text p:first-child{font-size:18px}.AuthRecoveryComplete__text p:last-child{margin-top:10px;color:#262729}.HeaderCartSupplement{margin-top:24px;display:flex;flex-direction:column}.HeaderCartSupplement__name{font-weight:500;font-size:20px;color:#262729;line-height:24px}.HeaderCartSupplement__container{position:relative;margin-top:16px}.HeaderCartSupplement__container .SuppProduct{width:159px;background:#fff;min-height:248px}.HeaderCartSupplement__container .SuppProduct:before{left:-17px}.HeaderCartSupplement__container .SuppProduct__wrapper{height:116px}.HeaderCartSupplement__container .SuppProduct .SuppAddButton{margin-top:8px;width:127px}@media screen and (max-width:767px){.HeaderCartSupplement__container .SuppProduct{width:184px}}.HeaderServicesItem{display:grid;grid-template-columns:40px 1fr 127px;align-items:center;grid-gap:24px;border-bottom:1px solid #e1e4eb;padding:16px 0}@media screen and (max-width:767px){.HeaderServicesItem{grid-template-columns:40px 1fr;grid-column-gap:24px;grid-row-gap:16px}}.HeaderServicesItem:last-child{border-bottom:none}.HeaderServicesItem__wrapper{width:40px;height:40px;display:flex}.HeaderServicesItem__wrapper img,.MobileCatalog__item-wrapper img,.MobileMenuSidebar__menu-catalogue-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:#262729}.HeaderServicesItem__text-bottom{font-size:14px;font-weight:500;line-height:20px;color:#666e7a;margin-top:8px}.HeaderServicesItem .PrimaryButton{padding:10px 16px;min-height:36px}@media screen and (max-width:767px){.HeaderServicesItem .PrimaryButton{grid-column-start:1;grid-column-end:3}}.MobileCatalog{display:flex;flex-direction:column}.MobileCatalog__item{display:flex;align-items:center;padding:4px 16px;width:100%;transition:all 250ms ease-in-out;border-radius:16px;background:0 0;margin-top:8px}.MobileCatalog__item:first-child{margin-top:0}.MobileCatalog__item:hover{cursor:pointer}@media screen and (min-width:1366px){.MobileCatalog__item:hover{background:#f3f0e9}}.MobileCatalog__item:active{background:#e8e1d4}.MobileCatalog__item-wrapper{width:40px;height:40px;display:flex}.MobileCatalog__item-name{margin-left:16px;font-weight:500;font-size:14px;color:#262729;margin-right:10px}.MobileCatalog__item-arrow{margin-left:auto;display:flex;width:16px;height:16px;background:url(../assets/header/catalog-arrow-16x16.svg)}.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 1fr}}.FavLocations__button{display:flex;padding:10px 16px;font-weight:400;font-size:14px;color:#262729;background:#fff;border:1px solid #e1e4eb;border-radius:20px;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out}.FavLocations__button:hover{border:1px solid #8a6827;cursor:pointer}.FavLocations__button.active{color:#fff;background:#8a6827;border:1px solid #8a6827}.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:#000;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:304px;left:-304px;padding:10px 8px 85px}}.MobileMenuSidebar__menu-head{display:flex;align-items:center;justify-content:space-between;padding:0 0 0 8px}@media screen and (max-width:1365px){.MobileMenuSidebar__menu-head{padding:0 8px}}.MobileMenuSidebar__menu-head-wrapper{width:94px;min-width:94px;height:20px;background:url(../assets/header/dreame-logo-mob.svg);background-size:100% 100%}.MobileMenuSidebar__menu-head .Header-lang{margin-left:0}.MobileMenuSidebar__menu-head .Header-lang__button{padding:10px 12px}@media screen and (max-width:1365px){.MobileMenuSidebar__menu-head .CloseButton{display:none}}.MobileMenuSidebar__menu-divider{width:calc(100% - 32px);height:1px;background:#ebeef5;margin:16px}.MobileMenuSidebar__menu-divider.s{margin:8px 16px}.MobileMenuSidebar__menu-catalogue{display:flex;flex-direction:column}.MobileMenuSidebar__menu-catalogue-item{display:flex;align-items:center;padding:4px 16px;width:100%;transition:all 250ms ease-in-out;border-radius:16px;background:0 0;margin-top:8px}.MobileMenuSidebar__menu-catalogue-item:first-child{margin-top:0}.MobileMenuSidebar__menu-catalogue-item:hover{cursor:pointer}@media screen and (min-width:1366px){.MobileMenuSidebar__menu-catalogue-item:hover{background:#f3f0e9}}.MobileMenuSidebar__menu-catalogue-item:active{background:#e8e1d4}.MobileMenuSidebar__menu-catalogue-item-wrapper{width:40px;height:40px;display:flex;background:#f3f0e9}.MobileMenuSidebar__menu-catalogue-item-name{margin-left:16px;font-weight:500;font-size:14px;color:#262729;margin-right:10px}.MobileMenuSidebar__menu-catalogue-item-arrow{margin-left:auto;display:flex;width:16px;height:16px;background:url(../assets/header/catalog-arrow-16x16.svg)}.MobileMenuSidebar__menu-item{display:flex;align-items:center;padding:4px 16px;width:100%;transition:all 250ms ease-in-out;border-radius:16px;background:0 0;margin-top:8px}.MobileMenuSidebar__menu-item:first-child{margin-top:0}.MobileMenuSidebar__menu-item:hover{cursor:pointer}@media screen and (min-width:1366px){.MobileMenuSidebar__menu-item:hover{background:#f3f0e9}}.MobileMenuSidebar__menu-item:active{background:#e8e1d4}.MobileMenuSidebar__menu-item.disabled{opacity:.5;pointer-events:none}.MobileMenuSidebar__menu-item.leave .MobileMenuSidebar__menu-item-wrapper{background-color:#eddad8}.MobileMenuSidebar__menu-item.leave .MobileMenuSidebar__menu-item-text{color:#a3463b}@media screen and (min-width:1366px){.MobileMenuSidebar__menu-item.leave:hover{background:#eddad8}}.MobileMenuSidebar__menu-item.leave:active{background:#e3c8c4}.MobileMenuSidebar__menu-item-wrapper{width:40px;height:40px;display:flex;align-items:center;justify-content:space-around;background-size:24px 24px;background-color:#f3f0e9;background-repeat:no-repeat;background-position:center;border-radius:50%}.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.svg)}.MobileMenuSidebar__menu-item-wrapper.logout{background-image:url(../assets/header/logout-icon.svg)}.MobileMenuSidebar__menu-item-wrapper.services{background-image:url(../assets/header/services-icon.svg)}.MobileMenuSidebar__menu-item-text{font-weight:500;font-size:14px;color:#262729;margin-left:16px}.MobileMenuSidebar__menu-item-count{padding:1px 6px;background:#8a6827;border-radius:50%;margin-left:auto;font-weight:500;font-size:14px;color:#fff;display:flex;align-items:center;justify-content:space-around}.MobileMenuSidebar__menu-contact-button{width:calc(100% - 32px);background:#55559d;border-radius:24px;height:48px;display:flex;align-items:center;margin:0 auto 16px}.MobileMenuSidebar__menu-contact-button:hover{cursor:pointer}@media screen and (min-width:1366px){.MobileMenuSidebar__menu-contact-button:hover{background:#7777b1}}.MobileMenuSidebar__menu-contact-button:active{background:#6666a7}.MobileMenuSidebar__menu-contact-button-icon{width:24px;height:24px;background:url(../assets/header/connect-24x24.svg);display:flex;margin-left:auto}.MobileMenuSidebar__menu-contact-button-text{font-weight:500;font-size:16px;color:#fff;text-transform:uppercase;margin-left:12px;margin-right:auto}.MobileMenuSidebar__menu-text{margin:16px 0 0 16px;font-weight:400;font-size:14px;color:#666e7a}.MobileMenuSidebar.active{pointer-events:all}.MobileMenuSidebar.active .MobileMenuSidebar__overlay{opacity:.5;pointer-events:all}.MobileMenuSidebar.active .MobileMenuSidebar__menu{left:0}.SearchCategoryItem{display:flex;padding:16px;align-items:center;margin-top:4px;transition:all 250ms ease-in-out;border-radius:16px}.SearchCategoryItem:hover{background:#f3f0e9}.SearchCategoryItem:first-child,.SearchItem:first-child{margin-top:0}.SearchCategoryItem__text{color:#262729;font-weight:500;font-size:14px}.SearchItem{display:flex;padding:12px 16px;background:#fff;border-radius:16px;transition:all 250ms ease-in-out;margin-top:4px;align-items:center}.SearchItem:hover{background:#f3f0e9}.SearchItem__wrapper{width:64px;min-width:64px;height:64px;border-radius:8px;background:0 0;overflow:hidden}.SearchItem__wrapper img{width:100%;height:100%}.SearchItem__body{display:flex;flex-direction:column;margin-left:16px}.SearchItem__body-text{font-weight:500;font-size:14px;color:#262729;line-height:20px}.SearchItem__body-price{margin-top:8px;display:flex;align-items:center}.SearchItem__body-price p:nth-child(1){font-weight:500;font-size:18px;color:#a3463b}.SearchItem__body-price p:nth-child(2){font-weight:500;font-size:14px;color:#969aa3;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;margin-left:8px}.AvailableServicesItem{display:flex;flex-direction:column;align-items:center;width:172px;min-width:172px;height:auto;padding:24px;background:#f5f7fa;border-radius:16px;transition:all 250ms ease-in-out;border:1px solid transparent;gap:16px;position:relative}.AvailableServicesItem:after{display:flex;content:"";width:18px;height:18px;background:url(../assets/main-page/badge-info-icon.svg);position:absolute;right:12px;top:12px}@media screen and (max-width:1600px){.AvailableServicesItem{min-width:160px;width:160px}}@media screen and (max-width:1439px){.AvailableServicesItem{min-width:154px;width:154px}}@media screen and (max-width:1365px){.AvailableServicesItem{min-width:140px;width:140px;padding:24px 16px}}@media screen and (max-width:767px){.AvailableServicesItem{min-width:124px;width:124px;padding:20px 16px}}@media screen and (min-width:1366px){.AvailableServicesItem:hover{background:#f3f0e9;cursor:pointer}}.AvailableServicesItem:hover .AvailableServicesItem__name,.AvailableServicesPopup__container-body p span{color:#8a6827}.AvailableServicesItem__wrapper{width:40px;height:40px}.AvailableServicesItem__wrapper img,.CommentsAllMediaPopup__container-body-wrapper-carousel-item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.AvailableServicesItem__name{font-weight:500;font-size:16px;color:#262729;line-height:20px;text-align:center}@media screen and (max-width:1600px){.AvailableServicesItem__name{font-size:14px;line-height:16px}}@media screen and (max-width:767px){.AvailableServicesItem__name{font-size:12px;line-height:14px}}.AvailableServicesPopup{display:flex;position:fixed;left:0;top:0;width:100%;height:100vh;z-index:999}.AvailableServicesPopup__overlay{position:fixed;left:0;top:0;width:100%;height:100vh;background:rgba(38,39,41,.64);z-index:1}.AvailableServicesPopup__container{display:flex;flex-direction:column;width:548px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:24px;z-index:2;margin:auto;max-height:80vh;overflow:auto}@media screen and (max-width:767px){.AvailableServicesPopup__container{width:100%;height:100vh;max-height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px 16px 85px}}.AvailableServicesPopup__container-head{display:flex;justify-content:space-between;align-items:center;margin-top:-8px}.AvailableServicesPopup__container-head-text{font-weight:500;font-size:24px;color:#262729}.AvailableServicesPopup__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}.AvailableServicesPopup__container-head-close:hover{background-color:#f3f0e9;cursor:pointer}.AvailableServicesPopup__container-head-close:active{background-color:#e8e1d4}.AvailableServicesPopup__container-body{display:flex;flex-direction:column;margin-top:16px}.AvailableServicesPopup__container-body p{font-weight:400;font-size:16px;line-height:22px;color:#262729;margin-top:24px}.AvailableServicesPopup__container-body ol li:first-child,.AvailableServicesPopup__container-body p:first-child{margin-top:0}.AvailableServicesPopup__container-body p a{color:#8a6827;text-decoration:underline;font-weight:400;font-size:16px}.AvailableServicesPopup__container-body p img{margin-top:10px;margin-bottom:-5px;display:flex}.AvailableServicesPopup__container-body ol li{display:flex;position:relative;counter-increment:step-counter;margin-top:20px}@media screen and (max-width:767px){.AvailableServicesPopup__container-body ol li{flex-direction:column}}.AvailableServicesPopup__container-body ol li:before{width:24px;height:24px;background:#8a6827;border-radius:12px;content:counter(step-counter);position:absolute;left:-44px;top:0;color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:space-around}.AvailableServicesPopup__container-body ol li p{font-weight:400;font-size:16px;color:#262729;line-height:22px}.AvailableServicesPopup__container-body ol li img{width:232px;height:auto;min-width:232px;margin-left:24px}@media screen and (max-width:767px){.AvailableServicesPopup__container-body ol li img{margin-top:16px;margin-left:0}}.AvailableServicesPopup__container-body div{display:flex;margin-top:16px}.AvailableServicesPopup__container-body div div{margin-top:0;display:flex;flex-direction:column;width:-moz-max-content;width:max-content;gap:8px;align-items:center;margin-left:16px;border-radius:16px;border:1px solid #ebeef5;padding:13px 8px;min-width:113px}.AvailableServicesPopup__container-body div div img,.AvailableServicesPopup__container-body ul li img{width:24px;height:24px}.AvailableServicesPopup__container-body div div p,.AvailableServicesPopup__container-body ul li p{font-weight:500;font-size:12px;color:#262729;margin-top:0}.AvailableServicesPopup__container-body ul{display:flex;gap:16px;margin-top:16px}.AvailableServicesPopup__container-body ul li{display:flex;flex-direction:column;gap:8px;width:156px;padding:13px 8px;text-align:center;align-items:center}.AvailableServicesPopup__container-body ul li p{line-height:16px}.AvailableServicesPopup__container .PrimaryButton{width:240px;margin:32px auto 0}@media screen and (max-width:767px){.AvailableServicesPopup__container .PrimaryButton{width:100%}}.MainPageBanner{width:342px;height:464px;display:flex;flex-direction:column;padding:24px;position:relative;border-radius:24px;overflow:hidden}.MainPageBanner:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:0 0;pointer-events:none;z-index:1;transition:all 250ms ease-in-out}.MainPageBanner:hover{cursor:pointer}.MainPageBanner:hover:before{background:rgba(255,255,255,.24)}.MainPageBanner:hover .MainPageBanner__image{transform:scale(1.1)}.MainPageBanner:hover .MainPageBanner__button:after{margin-left:12px}@media screen and (max-width:1600px){.MainPageBanner{width:312px;height:424px}}@media screen and (max-width:1439px){.MainPageBanner{width:306px;height:412px}}@media screen and (max-width:1365px){.MainPageBanner{width:284px;height:386px}}.MainPageBanner__image{width:100%;height:100%;position:absolute;left:0;top:0;z-index:0;transition:all 250ms ease-in-out}.MainPageBanner__text{padding:8px;display:flex;flex-direction:column;gap:8px;width:100%;z-index:1;position:relative}.MainPageBanner__text p:first-child{color:#262729;font-size:16px;font-weight:500;line-height:20px}.MainPageBanner__text p:last-child{color:#262729;font-size:28px;font-weight:500;line-height:36px}.MainPageBanner__button{display:flex;align-items:center;padding:10px 24px;color:#f3f0e9;font-size:14px;font-weight:500;text-transform:uppercase;z-index:1;border-radius:20px;background:#8a6827;width:-moz-max-content;width:max-content;margin-top:auto;position:relative;transition:all 250ms ease-in-out}.MainPageBanner__button:after{content:"";display:flex;width:8px;height:12px;background-image:url(../assets/main-page/detail-arrow-icon.svg);margin-left:8px;background-size:100% 100%;margin-top:-2px;transition:all 250ms ease-in-out}.MainPageShowRoomsAddr{display:flex;flex-direction:column;gap:16px;margin-left:32px;width:319px}@media screen and (max-width:1600px){.MainPageShowRoomsAddr{margin-left:24px}}@media screen and (max-width:1365px){.MainPageShowRoomsAddr{margin-left:0;width:100%}}.MainPageShowRoomsAddr__n{color:#262729;font-size:20px;font-weight:500;line-height:24px}@media screen and (max-width:1365px){.MainPageShowRoomsAddr__n{font-size:18px}}.MainPageShowRoomsAddr__a{color:#262729;font-size:16px;font-weight:400;line-height:20px}.MainPageShowRoomsAddr__g{color:#454a52;font-size:14px;font-weight:400;line-height:16px;display:flex;flex-direction:column;gap:4px}.MainPageShowRoomsAddr__g span:first-child{margin-top:4px}.MainPageShowRoomsAddr__p{color:#55559d;font-size:16px;font-weight:400;line-height:20px}.MainPageShowRoomsAddr__p:hover{text-decoration:underline}.MainPageShowRoomsButton{display:flex;flex-direction:column;padding:16px 24px;gap:8px;border-radius:8px;border:1px solid #e1e4eb;background:#fff;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.MainPageShowRoomsButton{padding:12px 24px}}@media screen and (max-width:767px){.MainPageShowRoomsButton{width:100%;justify-content:space-around;text-align:center}}.MainPageShowRoomsButton:hover{border-color:#8a6827;cursor:pointer}.MainPageShowRoomsButton.active{background:#f3f0e9;border-color:#f3f0e9}.MainPageShowRoomsButton.active .MainPageShowRoomsButton__a,.MainPageShowRoomsButton.active .MainPageShowRoomsButton__n{color:#8a6827}.MainPageShowRoomsButton__n{color:#262729;font-size:16px;font-weight:500;line-height:20px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.MainPageShowRoomsButton__n{font-size:14px;line-height:16px}}.MainPageShowRoomsButton__a{color:#262729;font-size:16px;font-weight:400;line-height:24px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.MainPageShowRoomsButton__a{display:none}}.MainPageShowRoomsMap{display:flex;width:676px;padding-bottom:508px;height:0;position:relative;margin-left:48px;border-radius:16px;overflow:hidden}@media screen and (max-width:1600px){.MainPageShowRoomsMap{margin-left:24px}}@media screen and (max-width:1365px){.MainPageShowRoomsMap{width:100%;margin-left:0;padding-bottom:100%}}.MainPageShowRoomsMap__container{position:absolute;left:0;top:0}.MainPageShowRoomsMap__container,.MainPageShowRoomsMap__container-map{width:100%;height:100%;display:flex}.FullCharacteristicsGroup{display:flex;flex-direction:column;width:100%;margin-top:48px}@media screen and (max-width:1365px){.FullCharacteristicsGroup{margin-top:32px}}.FullCharacteristicsGroup:first-child{margin-top:0}.FullCharacteristicsGroup__name{font-weight:500;font-size:24px;line-height:32px;color:#262729;width:100%;padding-right:30px;position:relative;height:32px}.FullCharacteristicsGroup__name:hover{cursor:pointer}@media screen and (max-width:1365px){.FullCharacteristicsGroup__name{width:calc(100% - 40px);margin:0 auto}}@media screen and (max-width:767px){.FullCharacteristicsGroup__name{width:calc(100% - 32px);margin:0 auto}}.FullCharacteristicsGroup__name:after{content:"";width:24px;height:24px;position:absolute;display:flex;background:url(../assets/product-card/char-group-arrow.svg);top:0;right:0;transition:all 250ms ease-in-out}.FullCharacteristicsGroup__name.closed:after{transform:rotate(180deg)}@media screen and (max-width:767px){.FullCharacteristicsGroup__name{font-size:18px}}.FullCharacteristicsGroup__list{margin-top:24px;display:flex;flex-direction:column}.FullCharacteristicsGroup__list.closed{display:none}@media screen and (max-width:767px){.FullCharacteristicsGroup__list{margin-top:16px}}.FullCharacteristicsInstruction{width:100%;display:flex;flex-direction:column;margin-bottom:32px}@media screen and (max-width:1365px){.FullCharacteristicsInstruction{width:calc(100% - 40px);margin:0 auto 32px}}@media screen and (max-width:767px){.FullCharacteristicsInstruction{width:calc(100% - 32px);margin:0 auto 24px}}.FullCharacteristicsInstruction__item{width:100%;padding:12px 24px;display:flex;align-items:center;border-radius:16px;justify-content:space-between;margin-top:16px;border:1px solid #ebeef5}.FullCharacteristicsInstruction__item:first-child,.MainTechnologiesPopup__container-body img:first-child,.MainTechnologiesPopup__container-body p:first-child{margin-top:0}@media screen and (max-width:767px){.FullCharacteristicsInstruction__item{padding:12px 16px}}.FullCharacteristicsInstruction__item-text{font-weight:500;font-size:16px;color:#262729;line-height:20px;margin-right:16px;display:flex;align-items:center}.FullCharacteristicsInstruction__item-text:before{content:attr(data-text);display:flex;align-items:center;background:#f5f7fa;padding:6px 8px;border-radius:8px;color:#969aa3;margin-right:16px;font-size:10px;font-weight:700;line-height:12px;letter-spacing:.2px}@media screen and (max-width:767px){.FullCharacteristicsInstruction__item-text{font-size:14px}}.FullCharacteristicsInstruction__item-link{display:flex;border:1px solid #e1e4eb;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;padding:8px 16px;border-radius:20px;width:-moz-max-content;width:max-content;min-width:-moz-max-content;min-width:max-content}@media screen and (max-width:767px){.FullCharacteristicsInstruction__item-link{padding:8px;border-radius:50%}}.FullCharacteristicsInstruction__item-link.disabled{pointer-events:none}.FullCharacteristicsInstruction__item-link:hover{background:#e8e1d4;border:1px solid #e8e1d4;cursor:pointer}.FullCharacteristicsInstruction__item-link:active{background:#dcd2be;border:1px solid #dcd2be}.FullCharacteristicsInstruction__item-link span:first-child{display:flex;background:url(../assets/product-card/download-instr-icon.svg);width:24px;height:24px;min-width:24px}.FullCharacteristicsInstruction__item-link span:last-child{font-weight:500;font-size:14px;color:#8a6827;text-transform:uppercase;display:flex;margin-left:8px}@media screen and (max-width:767px){.FullCharacteristicsInstruction__item-link span:last-child{display:none}}.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:1440px;height:810px;left:0;right:0;top:0;bottom:0;margin:auto;z-index:2;background:#fff;border-radius:16px;padding:20px 24px 0}@media screen and (max-width:1439px){.CommentsAllMediaPopup__container{width:1296px;height:720px}}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container{width:100%;height:100vh;overflow-y:auto;padding:12px 16px 100px;border-radius:0}}.CommentsAllMediaPopup__container-head{display:flex;justify-content:space-between}.CommentsAllMediaPopup__container-head-name{font-size:24px;font-weight:500;line-height:32px;color:#262729;max-width:88%}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-head-name{display:flex;flex-direction:column}}.CommentsAllMediaPopup__container-head-name span{color:#969aa3}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-head-name span{display:inline-flex;margin-top:8px}}.CommentsAllMediaPopup__container-head-close{display:flex;background-image:url(../assets/product-card/popup-close.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center center;width:40px;height:40px;transition:all 250ms ease-in-out;border-radius:20px}.CommentsAllMediaPopup__container-head-close:hover{cursor:pointer;background-color:#f3f0e9}.CommentsAllMediaPopup__container-head-close:active{background-color:#e8e1d4}.CommentsAllMediaPopup__container-body{display:flex;width:100%;height:inherit;align-items:center}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body{flex-direction:column;height:-moz-fit-content;height:fit-content;margin-top:24px}}@media screen and (max-width:767px){.CommentsAllMediaPopup__container-body{margin-bottom:24px}}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-wrapper{width:100%;height:auto}}.CommentsAllMediaPopup__container-body-wrapper-carousel{width:800px;height:460px;margin:auto}@media screen and (max-width:1439px){.CommentsAllMediaPopup__container-body-wrapper-carousel{width:688px;height:390px}}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-wrapper-carousel{width:100%;height:auto}}.CommentsAllMediaPopup__container-body-wrapper-carousel-item{width:800px;height:460px;border-radius:20px;overflow:hidden}@media screen and (max-width:1439px){.CommentsAllMediaPopup__container-body-wrapper-carousel-item{width:688px;height:390px}}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-wrapper-carousel-item{width:100%;max-height:540px}}@media screen and (max-width:767px){.CommentsAllMediaPopup__container-body-wrapper-carousel-item{max-height:250px}}.CommentsAllMediaPopup__container-body-wrapper-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-wrapper-carousel .owl-nav{height:32px}}.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-next,.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-prev{width:48px;height:48px;padding:0;color:transparent;background-image:url(../assets/product-card/gallery-arrow-right.svg);background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:9px 18px;transition:background 250ms ease-in-out;pointer-events:all;position:absolute;border-radius:50%}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-next,.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-prev{height:32px;width:32px}}.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-next:hover,.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-prev:hover{background-color:#ebeef5}.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-next:active,.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-prev:active{background-color:#cdced5;background-size:7px 14px}.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-next.disabled,.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-prev.disabled{background-color:#ebeef5}.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-prev{left:24px;transform:rotate(180deg)}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-prev{left:16px}}.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-next{right:24px}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-wrapper-carousel .owl-nav .owl-next{right:16px}}.CommentsAllMediaPopup__container-body-wrapper-dots{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;margin:84px auto 0;position:relative;overflow-x:hidden;white-space:nowrap;text-align:center;max-width:222px;height:24px;gap:16px;z-index:9}@media screen and (max-width:767px){.CommentsAllMediaPopup__container-body-wrapper-dots{max-width:90%;margin:16px auto 0}}.CommentsAllMediaPopup__container-body-wrapper-dots-container{display:flex;transition:all .3s ease-in-out;gap:16px;align-items:center;max-width:50%}.CommentsAllMediaPopup__container-body-wrapper-dots-container.disabled{display:none}.CommentsAllMediaPopup__container-body-wrapper-dots-container .owl-dot.small span{transform:scale(.75)}.CommentsAllMediaPopup__container-body-wrapper-dots-container .owl-dot.very-small span{transform:scale(.5)}.CommentsAllMediaPopup__container-body-wrapper-dots-container .owl-dot.hide{opacity:0}.CommentsAllMediaPopup__container-body-wrapper-dots-container .owl-dot.show{opacity:1}.CommentsAllMediaPopup__container-body-wrapper-dots-container .owl-dot span{width:8px;height:8px;border-radius:50%;display:flex;background:rgba(0,0,0,.24);transition:background 250ms ease-in-out}.CommentsAllMediaPopup__container-body-wrapper-dots-container .owl-dot:hover span{cursor:pointer}.CommentsAllMediaPopup__container-body-wrapper-dots-container .owl-dot.active span{width:10px;height:10px;background:#8a6827}.CommentsAllMediaPopup__container-body-comment{width:560px;padding-right:8px;overflow-y:auto;margin-left:32px;max-height:706px;margin-top:24px;align-self:baseline}@media screen and (max-width:1439px){.CommentsAllMediaPopup__container-body-comment{width:528px;max-height:624px;margin-top:16px}}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-comment{width:100%;max-height:unset;padding-right:0;margin:24px 0 0;overflow-y:unset}}.CommentsAllMediaPopup__container-body-comment .TabCommentsListItem{margin-top:0}.CommentsAllMediaPopup__container-body-comment .TabCommentsListItem__body-media-wrapper:hover{cursor:initial}.CommentsAllMediaPopup__overlay{display:flex;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(38,39,41,.64);z-index:1}.TabCommentsListItem{display:flex;flex-direction:column;width:100%;background:#fff;height:-moz-max-content;height:max-content;border:1px solid #e1e4eb;border-radius:16px;padding:24px 24px 16px}@media screen and (max-width:767px){.TabCommentsListItem{padding:16px}}.TabCommentsListItem__head{display:flex;width:100%;margin-bottom:16px}.TabCommentsListItem__head-text{font-size:18px;font-weight:500;line-height:22px;color:#262729}.TabCommentsListItem__body,.TabCommentsListItem__body-rev-container{display:flex;flex-direction:column}.TabCommentsListItem__body-rating{display:flex}.TabCommentsListItem__body-rating-star{width:18px;height:18px;display:flex;background-size:100% 100%;background-image:url(../assets/product-card/rating-star-empty.svg)}.TabCommentsListItem__body-rating-star.fill{background-image:url(../assets/product-card/rating-star-fill.svg)}.TabCommentsListItem__body-text{font-size:14px;font-weight:400;line-height:160%;color:#262729;margin-top:16px}.TabCommentsListItem__body-media{display:flex;margin-top:16px;gap:16px}@media screen and (max-width:767px){.TabCommentsListItem__body-media{gap:8px}}.TabCommentsListItem__body-media-wrapper{width:72px;height:72px;overflow:hidden;transition:all 250ms ease-in-out;border-radius:16px;border:2px solid transparent}.TabCommentsListItem__body-media-wrapper:hover{cursor:pointer;box-shadow:0 0 0 2px #ccaf93;border:2px solid #fff}.TabCommentsListItem__body-media-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.TabCommentsListItem__body-sub{display:flex;flex-direction:column;margin-top:16px}.TabCommentsListItem__body-sub-head{font-size:14px;font-weight:500;line-height:16px;color:#262729}.TabCommentsListItem__body-sub-text{margin-top:8px;font-size:14px;font-weight:400;line-height:160%;color:#262729}.TabCommentsListItem__body-person{margin-top:8px}.TabCommentsListItem__body-person-data{display:flex;justify-content:space-between}.TabCommentsListItem__body-person-data-name{font-size:14px;font-weight:500;line-height:16px;color:#262729}.TabCommentsListItem__body-person-data-date{font-size:14px;font-weight:400;line-height:16px;color:#666e7a}.TabCommentsListItem__foot{display:flex;width:100%;margin-top:24px;align-items:center}@media screen and (max-width:767px){.TabCommentsListItem__foot{margin-top:16px}}.TabCommentsListItem__foot-answer,.TabCommentsListItem__foot-feedbacks,.TabCommentsListItem__foot-likes{font-size:14px;font-weight:400;line-height:16px;color:#262729;padding:8px;align-items:center;transition:all 250ms ease-in-out;display:flex;border:1px solid transparent;border-radius:6px}.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;margin-right:6px}.TabCommentsListItem__foot-answer:hover,.TabCommentsListItem__foot-feedbacks:hover,.TabCommentsListItem__foot-likes:hover{cursor:pointer}.TabCommentsListItem__foot-answer.disabled,.TabCommentsListItem__foot-feedbacks.disabled,.TabCommentsListItem__foot-likes.disabled{cursor:default;pointer-events:none}.TabCommentsListItem__foot-answer:hover,.TabCommentsListItem__foot-feedbacks:hover,.TabCommentsListItem__foot-likes:hover{background:#f3f0e9}.TabCommentsListItem__foot-answer:active,.TabCommentsListItem__foot-feedbacks:active,.TabCommentsListItem__foot-likes:active{background:#e8e1d4}.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,.TabCommentsListItem__replies-list{display:flex;flex-direction:column;width:100%}.TabCommentsListItem__replies-list-item{display:flex;flex-direction:column;margin-top:8px;border:1px solid #e1e4eb;padding:24px;border-radius:16px}.TabCommentsListItem__replies-list-item:first-child{margin-top:16px}.TabCommentsListItem__replies-list-item-comment{font-size:14px;font-weight:400;line-height:160%;color:#262729;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:500;line-height:16px;color:#262729}.TabCommentsListItem__replies-list-item-bottom-manager{font-size:12px;font-weight:700;line-height:14px;text-transform:uppercase;padding:5px 12px;color:#8a6827;border-radius:20px;background:#f3f0e9}.TabCommentsListItem__replies-list-item-bottom-date{font-size:14px;font-weight:400;line-height:16px;color:#666e7a}.TabCommentsListItem__replies-hide{margin:16px auto 0;height:32px;display:flex;align-items:center;border-radius:16px;font-size:14px;font-weight:500;line-height:16px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#55559d;padding:8px 8px 8px 12px;justify-content:center;gap:8px}.TabCommentsListItem__replies-hide:after{content:"";width:16px;height:16px;background-size:100% 100%;transition:all 250ms ease-in-out;display:flex;background-image:url(../assets/product-card/review-arrow-down.svg);transform:rotate(180deg)}@media screen and (max-width:1365px){.TabCommentsListItem__replies-hide{width:calc(100% - 20px)}}@media screen and (max-width:767px){.TabCommentsListItem__replies-hide{margin-top:16px}}.TabCommentsListItem__replies-hide:hover{cursor:pointer;background:#eeeef5;-webkit-text-decoration-line:none;text-decoration-line:none}.TabCommentsListItem__replies-hide:active{background:#ddddeb}@media screen and (max-width:1365px){.BadgesCarousel{padding-left:16px}}.BadgesCarousel__item{width:116px;height:116px;background:#f5f7fa;border-radius:16px;padding:20px;display:flex;flex-direction:column;transition:all 250ms ease-in-out;position:relative;border:1px solid transparent}@media screen and (max-width:1600px){.BadgesCarousel__item{width:104px;height:104px;padding:18px 14px}}@media screen and (max-width:767px){.BadgesCarousel__item{width:96px;height:96px;padding:14px 10px}}.BadgesCarousel__item:hover,.BadgesItem:hover{cursor:pointer;background:#f3f0e9}.BadgesCarousel__item:hover .BadgesCarousel__item-text,.BadgesItem:hover .BadgesItem-text{color:#8a6827;text-decoration:underline}.BadgesCarousel__item-img{width:40px;height:40px;margin:0 auto}.BadgesCarousel__item-img img,.BadgesItem__img img{width:100%;-o-object-fit:contain;object-fit:contain}.BadgesCarousel__item-text{font-weight:700;font-size:10px;margin-top:8px;color:#262729;text-align:center;transition:all 250ms ease-in-out}.BadgesItem{width:116px;min-width:116px;height:116px;background:#f5f7fa;border-radius:16px;padding:18px 12px;display:flex;flex-direction:column;transition:all 250ms ease-in-out;position:relative;gap:8px;border:1px solid transparent}.BadgesItem:after{display:flex;content:"";width:16px;height:16px;position:absolute;top:8px;right:8px;background:url(../assets/product-card/badge-info-icon.svg)}.BadgesItem__img{width:40px;height:40px;min-height:40px;margin:0 auto;position:relative}@media screen and (max-width:1600px){.BadgesItem__img{width:32px;height:32px;min-height:32px}}.BadgesItem__img img{height:100%;text-indent:-9999px}.BadgesItem__img-percent{position:absolute;left:4px;top:24px;width:31px;height:13px;overflow:hidden;color:#8a6827;text-align:center;font-size:12px;font-weight:700;text-transform:uppercase}@media screen and (max-width:1600px){.BadgesItem__img-percent{left:1px;top:18px;font-size:10px}}.BadgesItem__descr,.BadgesItem__text{font-weight:700;text-transform:uppercase}.BadgesItem__text{font-size:10px;line-height:14px;letter-spacing:.4px;color:#262729;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}.BadgesItem__descr{position:absolute;top:8px;left:8px;display:block;border-radius:8px;background:#a3463b;color:#fff;font-size:8px;line-height:10px;letter-spacing:.32px;padding:3px 6px}.CompareBlockProduct{width:100%;height:100%;display:flex;flex-direction:column}.CompareBlockProduct:first-child .CompareBlockProduct__select{opacity:.5;pointer-events:none}.CompareBlockProduct__wrapper{height:0;padding-bottom:100%;position:relative;display:flex;justify-content:center;align-items:center}.CompareBlockProduct__wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;left:0}.CompareBlockProduct__wrapper .Preloader{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.CompareBlockProduct__select{margin-top:16px;padding:0 24px}@media screen and (max-width:1365px){.CompareBlockProduct__select{padding:0}}.CompareBlockProduct__select .FormSelect{width:100%}.CompareBlockProduct__select .FormSelect__input input{width:80%}.CompareBlockProduct__price{margin-top:16px;display:flex;gap:6px;align-items:center;padding:0 24px;justify-content:center}@media screen and (max-width:1365px){.CompareBlockProduct__price{flex-direction:column;padding:0;gap:4px;height:74px;overflow:hidden}}.CompareBlockProduct__price-credit,.CompareBlockProduct__price-value{color:#1f1f1f;text-align:center;font-size:18px;font-weight:500;line-height:24px}@media screen and (max-width:1365px){.CompareBlockProduct__price-credit{font-size:14px}}.CompareBlockProduct__buttons{display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center;margin-top:16px}.CompareBlockProduct__buy{display:flex;align-items:center;justify-content:center;padding:6px 24px;width:-moz-max-content;width:max-content;min-width:180px;border-radius:20px;background:#8a6827;color:#fff;transition:all 250ms ease-in-out;font-size:16px;font-weight:500}@media screen and (max-width:1365px){.CompareBlockProduct__buy{min-width:unset;width:100%}}.CompareBlockProduct__buy:hover{background:#a18652;cursor:pointer}.CompareBlockProduct__buy:active{background:#96773d}.CompareBlockProduct__buy.not_available{background:#f5f7fa;color:#969aa3;pointer-events:none}.CompareBlockProduct__buy .Preloader{width:14px;height:14px}.CompareBlockProduct__buy .Preloader__first,.CompareBlockProduct__buy .Preloader__secont,.CompareBlockProduct__buy .Preloader__third{border-width:2px}.CompareBlockProduct__buy .Preloader__first{border-top-color:#fff;border-right-color:#fff}.CompareBlockProduct__link{color:#55559d;font-size:14px;font-weight:500;line-height:14px;display:flex;align-items:center;gap:4px;justify-content:center}.CompareBlockProduct__link:after{content:"";display:block;width:16px;height:16px;background:url(../assets/catalog/arrow-right-16x16.svg) no-repeat}.CompareBlockProduct__link:hover{text-decoration:underline}.CompareBlockProduct__chars,.CompareBlockProduct__chars-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.CompareBlockProduct__chars{margin-top:32px;gap:24px;padding:0 24px;height:100%}.CompareBlockProduct__chars-item{gap:8px;padding-bottom:24px;border-bottom:1px solid #e1e4eb;width:100%;min-height:-moz-fit-content;min-height:fit-content}.CompareBlockProduct__chars-item:last-child{border-bottom:unset;flex-grow:1}.CompareBlockProduct__chars-item-name,.CompareBlockProduct__chars-item-value{color:#666e7a;text-align:center;font-size:14px;font-weight:500;line-height:140%;width:100%;word-wrap:break-word;min-height:-moz-fit-content;min-height:fit-content}.CompareBlockProduct__chars-item-value{color:#262729;font-size:16px}.BadgesPopup{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0}.BadgesPopup__overlay{background:rgba(0,0,0,.25);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}.ColorBlock{display:flex;flex-direction:column}.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;margin-left:-15px;padding-left:15px}.ColorBlock__container::-webkit-scrollbar{display:none}}.ColorBlock__name{display:flex}.ColorBlock__name p,.ColorSizePopup,.SizeBlock__name p{font-weight:500;font-size:14px;color:#666e7a}.ColorBlock__name p span,.SizeBlock__name p span{color:#262729}.ColorSizePopup{color:#0a1b33;padding:10px 20px;filter:drop-shadow(0 2px 16px rgba(0,0,0,.16));background:#fff;position:absolute;top:calc(100% + 10px);width:-moz-max-content;width:max-content;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between;z-index:999}.ColorSizePopup::before{content:"";width:12px;height:6px;background-size:100% 100%;position:absolute;bottom:100%;left:0;right:0;margin:auto}@media screen and (max-width:1365px){.ColorSizePopup{position:fixed;width:calc(100% - 30px);left:0;right:0;bottom:15px;margin:auto;transform:unset;top:unset;padding:12px 20px;z-index:999}.ColorSizePopup:before{display:none}}.ColorSizePopup span{width:24px;height:24px;background-size:100% 100%;display:none}@media screen and (max-width:1365px){.ColorSizePopup span{display:flex}}.ColorSizeToolTip,.ColorSizeToolTip:before{display:flex;position:absolute;left:50%;background:#fff}.ColorSizeToolTip{border-radius:8px;box-shadow:0 2px 8px 0 rgba(0,0,0,.16);padding:8px 12px;justify-content:center;align-items:center;color:#2f2d40;font-size:14px;font-weight:500;line-height:16px;top:calc(100% + 3px);transform:translateX(-50%);width:-moz-max-content;width:max-content;z-index:3}@media screen and (max-width:1365px){.ColorSizeToolTip{top:50%;transform:translate(-50%,-50%)}}.ColorSizeToolTip:before{content:"";width:12px;height:12px;transform:rotate(45deg) translateX(-50%);top:-2px}@media screen and (max-width:1365px){.ColorSizeToolTip:before{display:none}}.SizeBlock{display:flex;flex-direction:column}.SizeBlock__container{display:flex;flex-wrap:wrap;margin-top:16px;gap:8px}@media screen and (max-width:1365px){.SizeBlock__container{flex-wrap:nowrap;overflow-x:auto}.SizeBlock__container::-webkit-scrollbar{display:none}}.SizeBlock__name{display:flex}.DeliveryBlockItem{display:grid;grid-template-columns:24px 278px 1fr 80px;grid-column-gap:16px;padding:20px 0;border-bottom:1px solid #ebeef5;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__wrapper img,.ProductPayAndWarrantyPopup__container-body-item-wrapper image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.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:400;font-size:16px;color:#262729}.DeliveryBlockItem__container-addr{font-weight:400;font-size:14px;color:#55559d;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:500;font-size:16px;color:#262729;margin-left:16px}@media screen and (max-width:767px){.DeliveryBlockItem__time{width:-moz-max-content;width:max-content;margin:0 auto 0 40px}}.DeliveryBlockItem__price{font-weight:500;font-size:16px;color:#568f64;justify-self:end}@media screen and (max-width:767px){.DeliveryBlockItem__price{width:-moz-max-content;width:max-content;margin-left:10px}}.DeliveryBlockPopup{width:100%;height:100vh;position:fixed;z-index:999;left:0;top:0}.DeliveryBlockPopup__overlay{background:rgba(38,39,41,.64);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:708px;height:-moz-fit-content;height:fit-content;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.16);border-radius:16px;padding:24px}@media screen and (max-width:767px){.DeliveryBlockPopup__container{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.DeliveryBlockPopup__container-body{margin-top:16px;display:flex;flex-direction:column}@media screen and (max-width:767px){.DeliveryBlockPopup__container-body{margin-top:8px}}.PCShowRoomsItem{display:flex;flex-direction:column;width:100%;gap:16px}.PCShowRoomsItem__c{display:flex;align-self:center;justify-content:space-between;width:100%}@media screen and (max-width:1365px){.PCShowRoomsItem__c{flex-direction:column;gap:16px}}.PCShowRoomsItem__c-l{width:500px;display:flex;flex-direction:column;gap:12px}@media screen and (max-width:1365px){.PCShowRoomsItem__c-l{width:100%}}.PCShowRoomsItem__c-l span:first-child{color:#262729;font-size:20px;font-weight:500;line-height:24px}.PCShowRoomsItem__c-l span:last-child{color:#666e7a;font-size:14px;font-weight:500;line-height:16px}.PCShowRoomsItem__c-r{display:flex;align-items:center;gap:24px}.PCShowRoomsItem__c-r-count{width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;padding:10px 16px;display:flex;border-radius:8px;background:#f5f7fa;color:#262729;font-size:16px;font-weight:500;line-height:20px}.PCShowRoomsItem__c-r :deep(.PrimaryButton){width:-moz-max-content;width:max-content;padding:10px 24px;min-height:unset;height:-moz-max-content;height:max-content}.PCShowRoomsItem__button{color:#55559d;font-size:14px;font-weight:500;line-height:16px;text-decoration:underline;display:flex;gap:8px}.PCShowRoomsItem__button:hover{cursor:pointer;text-decoration:unset}.PCShowRoomsItem__button:before{content:"";display:flex;width:16px;height:16px;background-image:url(../assets/product-card/show-rooms-map-icon.svg);background-size:100% 100%}.PCShowRoomsMap{display:flex;width:586px;padding-bottom:391px;height:0;position:relative;border-radius:16px;overflow:hidden;margin-top:24px}.AddReviewPopup__container-body-media-body-button input,.PCShowRoomsMap.hide{display:none}@media screen and (max-width:1365px){.PCShowRoomsMap{width:100%;margin-left:0;padding-bottom:100%}}.PCShowRoomsMap__container{position:absolute;left:0;top:0}.PCShowRoomsMap__container,.PCShowRoomsMap__container-map{width:100%;height:100%;display:flex}.MainTechnologiesItem{display:flex;align-items:flex-end;gap:34px;width:228px;height:228px;min-width:228px;position:relative;padding:16px}@media screen and (max-width:1600px){.MainTechnologiesItem{width:208px;height:208px;min-width:208px}}@media screen and (max-width:1365px){.MainTechnologiesItem{width:224px;height:224px;min-width:224px}}.MainTechnologiesItem:hover .MainTechnologiesItem__ico{background-image:url(../assets/product-card/info-icon-hover.svg)}.MainTechnologiesItem__image{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;border-radius:16px;-o-object-fit:cover;object-fit:cover;z-index:0}.MainTechnologiesItem__image:hover,.SuppPopup__container-body-top-info-block .PriceAndBuy__promo-cashback p span:hover{cursor:pointer}.MainTechnologiesItem__text{color:#fff;font-size:14px;font-weight:500;line-height:20px;z-index:1;pointer-events:none}.MainTechnologiesItem__ico{width:20px;min-width:20px;height:20px;background-image:url(../assets/product-card/info-icon.svg);background-size:100% 100%;z-index:1;pointer-events:none;transition:all 250ms ease-in-out}.MainTechnologiesPopup{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0}.MainTechnologiesPopup__overlay{background:rgba(0,0,0,.25);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 4px 16px 0 rgba(0,0,0,.16);border-radius:16px;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 p{color:#262729;font-size:16px;font-weight:400;line-height:26px;margin-top:24px}.MainTechnologiesPopup__container-body img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;margin-top:24px}.CashBackPopup{padding:20px;display:flex;flex-direction:column;position:absolute;width:360px;background:#fff;box-shadow:0 8px 24px rgba(47,45,64,.1);border-radius:12px;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;padding:20px 15px}}.CashBackPopup.active{opacity:1;pointer-events:all}.CashBackPopup__head{display:flex;justify-content:space-between;align-items:center}.CashBackPopup__head-text{font-weight:500;font-size:20px;color:#262729;line-height:24px}.CashBackPopup__head-cross{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:50%}.CashBackPopup__head-cross:hover{cursor:pointer;background-color:#f3f0e9}.CashBackPopup__head-cross:active{background-color:#e8e1d4}.CashBackPopup__body{display:flex;flex-direction:column}.CashBackPopup__body ol li,.CashBackPopup__body p{font-weight:500;font-size:14px;color:#262729;margin-top:20px}.CashBackPopup__body ol{padding-left:15px;margin-top:8px}.CashBackPopup__body ol li{font-weight:400;margin-top:5px}.PreorderPopup,.PreorderPopup__overlay{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0}.PreorderPopup__overlay{background:rgba(38,39,41,.56);z-index:998}.PreorderPopup__container{width:470px;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 2px 8px 0 rgba(0,0,0,.16);border-radius:16px;overflow:hidden}@media screen and (max-width:767px){.PreorderPopup__container{width:100%;height:100%;border-radius:0;padding:16px;overflow-y:auto}}.PreorderPopup__head{display:flex;align-items:center;margin:-8px -8px 0 0}.PreorderPopup__head-name{font-weight:500;font-size:24px;color:#2f2d40;text-transform:capitalize}.PreorderPopup__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%}.PreorderPopup__head-close:hover{background-color:#f3f0e9;cursor:pointer}.PreorderPopup__head-close:active{background-color:#f3f0e9}.PreorderPopup__body{display:flex;flex-direction:column}.PreorderPopup__body-text{font-weight:400;font-size:16px;line-height:20px;color:#262729;margin-top:16px}.PreorderPopup__body-text-price{color:#a3463b;font-weight:500}.CatalogGuideSectionDescr__c p b,.CatalogGuideSectionDescr__c p span,.PreorderPopup__body-text-activeTo,.PreorderPopup__body-text-delivery{font-weight:500}.PreorderPopup__body-inputs{display:flex;flex-direction:column;width:100%}.PreorderPopup__body-inputs .FormInput,.PreorderPopup__body-inputs .FormPhone{margin-top:24px}.PreorderPopup__body-inputs .PrimaryButton{margin-top:24px;height:48px;border-radius:24px}.PreorderPopup__body-inputs-submit{font-weight:500;font-size:13px;color:#55559d;margin:24px auto 0;width:-moz-max-content;width:max-content;text-decoration:underline}.PreorderPopup__body-inputs-submit:hover{color:#6666a7;text-decoration:unset}.PreorderPopup__body-inputs-foot{display:flex;flex-direction:column;margin-top:24px;width:100%}.PreorderPopup__body-inputs-foot-offert{display:flex}.PreorderPopup__body-inputs-foot-offert p{font-weight:400;font-size:13px;color:#969aa3;line-height:18px}.PreorderPopup__body-inputs-foot-offert p a{color:#55559d;text-decoration:underline}.PreorderPopup__body-inputs-foot-offert p a:hover{text-decoration:unset;color:#6666a7;transition:all 250ms ease-in-out}.PreorderPopup__complete{display:flex;flex-direction:column;margin-top:55px}@media screen and (max-width:768px){.PreorderPopup__complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content}}.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:24px;margin-bottom:96px}.PreorderPopup__complete-text p{font-weight:400;font-size:16px;color:#666e7a;text-align:center;line-height:140%}.PreorderPopup__complete-text p:first-child{font-weight:500;font-size:20px;line-height:24px;color:#262729;margin-bottom:16px}.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:20px 24px;flex-direction:column;width:360px;background:#fff;border-radius:8px;z-index:3;bottom:calc(100% + 10px);filter:drop-shadow(0 2px 8px rgba(0,0,0,.16))}@media screen and (max-width:768px){.PromoCodePopup{position:fixed;width:100%;height:100vh;left:0;top:0;z-index:999;padding:16px}}.PromoCodePopup.active{opacity:1;pointer-events:all}.PromoCodePopup .BadgeHeader{margin-top:0}.PromoCodePopup .BadgeHeader__close{margin-top:-4px;margin-right:-8px}@media screen and (max-width:768px){.PromoCodePopup .BadgeHeader__close{margin-top:0;margin-right:0}}.PromoCodePopup__body{display:flex;flex-direction:column;margin-top:8px}@media screen and (max-width:768px){.PromoCodePopup__body{margin-top:24px}}.PromoCodePopup__body-head,.PromoCodePopup__body-period{font-weight:400;font-size:14px;color:#a3463b}.PromoCodePopup__body-head{color:#262729;margin-top:16px}.PromoCodePopup__body-list{padding-left:15px}.PromoCodePopup__body-list-item{font-weight:400;font-size:14px;color:#262729;margin-top:12px}.PromoCodePopup__body-foot{font-weight:400;font-size:12px;line-height:17px;color:#666e7a;margin-top:16px}.ProductCardCompareItem{width:250px;display:flex;flex-direction:column;position:relative}@media screen and (max-width:1439px){.ProductCardCompareItem{width:244px}}@media screen and (max-width:1365px){.ProductCardCompareItem{width:100%}}.ProductCardCompareItem__head{width:100%;background:#fff;border-radius:8px;font-weight:500;font-size:14px;color:#2f2d40;padding:12px 16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ProductCardCompareItem__wrapper{width:100%;height:250px;margin-top:20px}@media screen and (max-width:1439px){.ProductCardCompareItem__wrapper{height:244px}}@media screen and (max-width:1365px){.ProductCardCompareItem__wrapper{width:100%;height:auto}}.ProductCardCompareItem__wrapper img,.ProductReviewsItem__body-person-wrapper img{width:100%;height:100%}.ProductCardCompareItem__props{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;margin-top:20px}@media screen and (max-width:1365px){.ProductCardCompareItem__props{overflow:unset}}.ProductCardCompareItem__props-block{display:flex;flex-direction:column;width:100%;position:relative}.ProductCardCompareItem__props-block-item{background:#fff;margin-top:2px;width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-around;font-weight:500;font-size:14px;color:#2f2d40;padding:12px 15px;text-align:center}.ProductCardCompareItem__props-block-item:first-child{margin-top:0}.ProductCardCompareItem__props-block-item.price{font-size:18px;padding:10px 15px}@media screen and (max-width:1365px){.ProductCardCompareItem__props-block-item{border-radius:8px;margin-top:10px}.ProductCardCompareItem__props-block-item:first-child,.ProductCardCompareItem__props-block-item:last-child{border-radius:8px}}@media screen and (max-width:767px){.ProductCardCompareItem__props-block-item{min-height:36px;padding:10px 15px;display:flex;align-items:center;justify-content:space-around}.ProductCardCompareItem__props-block-item.price{padding:8px 15px}}.ProductCardCompareItem__props-block-mob-name{display:none;color:#5c6373;background:#edeff2;border-radius:8px;width:100%;padding:12px 15px;margin-top:10px;align-items:center;justify-content:space-around;text-align:center;opacity:0}@media screen and (max-width:1365px){.ProductCardCompareItem__props-block-mob-name{display:flex}}@media screen and (max-width:767px){.ProductCardCompareItem__props-block-mob-name{padding:10px 15px}}.ProductCardCompareItem__props-block-mob-name.abs{position:absolute;top:0;left:0;width:100%;z-index:2;opacity:1}@media screen and (max-width:767px){.ProductCardCompareItem__props{margin-top:10px}}.ProductCardCompareItem__props-more{background:#f0ebff;font-weight:500;font-size:16px;color:#7547ff;width:100%;height:40px;display:flex;align-items:center;justify-content:space-around;margin-top:2px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.ProductCardCompareItem__props-more{margin-top:10px;border-radius:8px}}@media screen and (max-width:767px){.ProductCardCompareItem__props-more{height:36px}}.ProductCardCompareItem__props-more:hover{background:#e0d6ff}.ProductCardNameBlockPopup{font-weight:400;font-size:14px;color:#262729;padding:8px 16px;background:#fff;border-radius:8px;position:absolute;top:calc(100% + 10px);width:-moz-max-content;width:max-content;left:50%;transform:translateX(-50%);filter:drop-shadow(0 2px 8px rgba(0,0,0,.16));display:flex;align-items:center;justify-content:space-between;transition:all 250ms ease-in-out;pointer-events:none}.ProductCardNameBlockPopup:after{content:"";width:12px;height:12px;display:flex;position:absolute;left:0;right:0;margin:auto;transform:rotate(45deg);top:-4px;background:#fff}@media screen and (max-width:1365px){.ProductCardNameBlockPopup:after{display:none}.ProductCardNameBlockPopup{position:fixed;width:calc(100% - 30px);left:0;right:0;bottom:15px;margin:auto;transform:unset;top:unset;padding:12px 20px;z-index:999;pointer-events:all}}.ProductCardNameBlockPopup__close{position:relative;height:26px;width:26px;text-align:center;background-image:url(../assets/product-card/code-popup-close.svg);background-position:center;background-repeat:no-repeat;background-size:24px 24px;display:none;border:2px solid #e8e1d4;border-radius:50%}@media screen and (max-width:1365px){.ProductCardNameBlockPopup__close{display:flex}}.ProductCardNameBlockPopup__close svg,.SupportPageWarrantyInfoPopup__close svg{position:absolute;top:-2px;right:-2px;width:26px;height:26px;transform:rotateY(-180deg) rotateZ(-90deg)}.ProductCardNameBlockPopup__close svg circle,.SupportPageWarrantyInfoPopup__close svg circle{stroke-dasharray:76px;stroke-dashoffset:0;stroke-linecap:round;stroke-width:2px;stroke:#8a6827;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:rgba(38,39,41,.64);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:464px;height:-moz-fit-content;height:fit-content;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.16);border-radius:16px;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:16px;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 #ebeef5}.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:400;font-size:16px;color:#262729;margin-left:16px}.ProductPayAndWarrantyPopupWarranty{width:100%;height:100vh;position:fixed;z-index:999;left:0;top:0}.ProductPayAndWarrantyPopupWarranty__overlay{background:rgba(38,39,41,.64);width:100%;height:100%;position:absolute;z-index:1}.ProductPayAndWarrantyPopupWarranty__container{display:flex;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.16);border-radius:16px;padding:20px 24px 24px}@media screen and (max-width:767px){.ProductPayAndWarrantyPopupWarranty__container{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:0;padding:12px 16px 85px}}.ProductPayAndWarrantyPopupWarranty__container .BadgeHeader{width:100%;margin-top:0}.ProductPayAndWarrantyPopupWarranty__container .BadgeHeader__close{margin-top:-4px;margin-right:-8px}.ProductPayAndWarrantyPopupWarranty__container-body{display:flex;flex-direction:column;width:100%;margin-top:16px}.ProductPayAndWarrantyPopupWarranty__container-body :deep(p){font-weight:400;font-size:16px;line-height:140%;color:#262729;margin-top:16px}.ProductPayAndWarrantyPopupWarranty__container-body :deep(p):first-child{margin-top:0}.ProductPayAndWarrantyPopupWarranty__container-body :deep(p) span{color:#8a6827}.ProductPayAndWarrantyPopupWarranty__container-body a{margin-top:4px;font-size:16px;font-weight:500;line-height:20px}.ProductPayAndWarrantyPopupWarranty__container-body a:hover{text-decoration:none}.ProductPayAndWarrantyPopupWarranty__container-body ul{list-style:none;margin-top:16px;display:flex;flex-direction:column;gap:8px}.ProductPayAndWarrantyPopupWarranty__container-body ul li{color:#262729;font-size:16px;font-weight:400;line-height:24px;padding-left:12px;position:relative}.ProductPayAndWarrantyPopupWarranty__container-body ul li:before{content:"";width:4px;height:4px;border-radius:50%;background:#262729;position:absolute;top:8px;left:0}.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 4px 24px 24px;background:#fff;border-radius:16px;width:464px;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;padding:12px 4px 32px 16px}}.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;padding:16px}}.AddReviewPopup__container-head{display:flex;justify-content:space-between}.AddReviewPopup__container-head-name{font-weight:500;font-size:24px;line-height:32px;color:#262729}.AddReviewPopup__container-head-close{display:flex;background-image:url(../assets/product-card/popup-close.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;width:40px;height:40px;transition:all 250ms ease-in-out;padding:8px;border-radius:20px;position:absolute;top:16px;right:15px}@media screen and (max-width:1365px){.AddReviewPopup__container-head-close{top:8px;right:8px}}.AddReviewPopup__container-head-close:hover{padding:8px;background-color:#f3f0e9;cursor:pointer}.AddReviewPopup__container-head-close:active{background-color:#e8e1d4}.AddReviewPopup__container-body{display:flex;flex-direction:column;margin-top:24px;overflow-x:auto;padding-right:12px}@media screen and (max-width:767px){.AddReviewPopup__container-body{padding-right:12px}}.AddReviewPopup__container-body .AddReviewPopupRating{margin-bottom:16px}.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:500;font-size:18px;line-height:22px;color:#262729}@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%;height:48px;border-radius:20px;display:flex;align-items:center;justify-content:space-around;color:#8a6827;font-weight:500;font-size:16px;line-height:16px;text-transform:uppercase;margin-top:16px;transition:all 250ms ease-in-out;border:1px solid #e1e4eb}.AddReviewPopup__container-body-media-body-button:hover{cursor:pointer;background:#e8e1d4;border:1px solid transparent}.AddReviewPopup__container-body-media-body-button:active{background:#dcd2be}.AddReviewPopup__container-body-media-foot{display:flex;font-weight:500;font-size:13px;color:#969aa3;margin-top:16px;line-height:140%}.AddReviewPopup__container-body-person{display:flex;flex-direction:column}.AddReviewPopup__container-body-submit{width:100%;height:48px;background:#8a6827;border-radius:24px;font-weight:500;font-size:16px;line-height:20px;color:#f3f0e9;display:flex;text-transform:uppercase;align-items:center;justify-content:space-around;min-height:48px;margin-top:24px;transition:all 250ms ease-in-out}.AddReviewPopup__container-body-submit:hover{cursor:pointer;background:#a18652}.AddReviewPopup__container-body-submit:active{background:#96773d}.AddReviewPopup__container-body-submit.disabled{background:#f5f7fa;color:#969aa3}.AddReviewPopup__container-body-offert{font-weight:500;font-size:13px;color:#969aa3;line-height:140%;display:inline;margin-top:16px;transition:all 250ms ease-in-out}.AddReviewPopup__container-body-offert a,.ProductPayAndWarrantyPopupWarranty__container-body a{color:#55559d;text-decoration:underline;transition:all 250ms ease-in-out}.AddReviewPopup__container-body-offert a:hover{color:#6666a7}.AddReviewPopup__container-complete{display:flex;flex-direction:column;margin-top:64px}@media screen and (max-width:768px){.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:24px;padding:0 24px}.AddReviewPopup__container-complete-text p{text-align:center;font-size:16px;font-weight:400;line-height:140%;color:#666e7a}.AddReviewPopup__container-complete-text p:first-child{font-size:20px;font-weight:500;line-height:24px;color:#262729;margin-bottom:16px}.AddReviewPopup__container-preloader{width:100%;height:-webkit-fill-available;background:rgba(38,39,41,.64);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:.5;pointer-events:all}.AddReviewPopup__overlay{display:flex;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(38,39,41,.64);z-index:1}.ProductReviewsEButton{background:#fff;border:1px solid #e1e4eb;border-radius:16px;width:100%;height:100%;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around;padding:24px}@media screen and (max-width:1365px){.ProductReviewsEButton{min-height:98px}}.ProductReviewsEButton:hover{cursor:pointer;background:#f3f0e9;border:1px solid transparent}.ProductReviewsEButton:hover .ProductReviewsEButton__inner::before{background-color:#fff}.ProductReviewsEButton:active{background:#e8e1d4}.ProductReviewsEButton__inner{font-weight:500;font-size:16px;line-height:20px;color:#262729;display:flex;align-items:center;transition:all 250ms ease-in-out}.ProductReviewsEButton__inner::before{content:"";width:32px;height:32px;margin-right:24px;background-image:url(../assets/product-card/review-e-button.svg);background-repeat:no-repeat;background-position:center center;background-size:16px 16px;border-radius:16px;background-color:#f3f0e9;transition:all 250ms ease-in-out}.ProductReviewsItem{display:flex;flex-direction:column;width:100%;min-width:342px;padding:24px;background:#fff;border-radius:16px;margin-left:24px;height:auto;transition:all 250ms ease-in-out;border:1px solid #e1e4eb}.ProductReviewsItem:hover{border:1px solid #8a6827;cursor:pointer}@media screen and (max-width:1365px){.ProductReviewsItem{padding:16px 16px 8px;margin-left:12px;min-width:320px;height:340px}.ProductReviewsItem:first-child{margin-top:0}}.ProductReviewsItem:first-child{margin-left:0}.ProductReviewsItem__head{display:flex;width:100%;margin-bottom:16px}.ProductReviewsItem__head-text{font-weight:500;font-size:18px;color:#262729;line-height:22px}.ProductReviewsItem__body{display:flex;flex-direction:column;margin-bottom:16px}.ProductReviewsItem__body-rating{display:flex}.ProductReviewsItem__body-rating-star{width:16px;height:16px;display:flex;background-size:100% 100%;background-image:url(../assets/product-card/rating-star-empty.svg)}.ProductReviewsItem__body-rating-star.fill{background-image:url(../assets/product-card/rating-star-fill.svg)}.ProductReviewsItem__body-person{display:flex;width:100%;align-items:center;margin-top:8px}.ProductReviewsItem__body-person-wrapper{display:flex;width:48px;height:48px;overflow:hidden;border-radius:32px}.ProductReviewsItem__body-person-data{display:flex;flex-direction:column;margin-left:16px;height:-moz-fit-content;height:fit-content}.ProductReviewsItem__body-person-data-name{font-weight:500;font-size:14px;line-height:16px;color:#262729}.ProductReviewsItem__body-person-data-date{font-weight:400;font-size:14px;line-height:16px;color:#666e7a;margin-top:4px}.ProductReviewsItem__body-person.simple .ProductReviewsItem__body-person-wrapper{display:none}.ProductReviewsItem__body-person.simple .ProductReviewsItem__body-person-data{flex-direction:row;justify-content:space-between;width:100%;margin-left:0}.ProductReviewsItem__body-person.simple .ProductReviewsItem__body-person-data-date{margin-top:0}.ProductReviewsItem__body-inner a{display:inline;font-weight:400;font-size:14px;line-height:160%;color:#55559d;-webkit-text-decoration-line:underline;text-decoration-line:underline}.ProductReviewsItem__body-inner a:hover{color:#6666a7;text-decoration:unset}.ProductReviewsItem__body-inner-text{font-weight:400;font-size:14px;line-height:160%;color:#262729;margin-top:16px;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ProductReviewsItem__body-sub{display:flex;flex-direction:column;margin-top:16px}.ProductReviewsItem__body-sub-head,.ProductReviewsItem__body-sub-text{font-weight:500;font-size:14px;color:#fff}.ProductReviewsItem__body-sub-text{margin-top:5px;line-height:20px}.ProductReviewsItem__foot{display:flex;width:100%;margin-top:auto;align-items:center}.ProductReviewsItem__foot-answer,.ProductReviewsItem__foot-feedbacks,.ProductReviewsItem__foot-likes{font-weight:400;font-size:14px;color:#262729;line-height:16px;position:relative;align-items:center;transition:all 250ms ease-in-out;padding:8px 8px 8px 30px;border-radius:8px}.ProductReviewsItem__foot-answer::before,.ProductReviewsItem__foot-feedbacks::before,.ProductReviewsItem__foot-likes::before{content:"";width:16px;height:16px;background-size:100% 100%;position:absolute;top:50%;left:8px;transform:translateY(-50%);transition:all 250ms ease-in-out}.ProductReviewsItem__foot-answer:hover,.ProductReviewsItem__foot-feedbacks:hover,.ProductReviewsItem__foot-likes:hover{cursor:pointer;background-color:#f3f0e9}.ProductReviewsItem__foot-answer:active,.ProductReviewsItem__foot-feedbacks:active,.ProductReviewsItem__foot-likes:active{background-color:#e8e1d4}.ProductReviewsItem__foot-answer.disabled,.ProductReviewsItem__foot-feedbacks.disabled,.ProductReviewsItem__foot-likes.disabled{cursor:default;pointer-events:none}.ProductReviewsItem__foot-answer::before,.ProductReviewsItem__foot-answer:hover::before{background-image:url(../assets/product-card/review-answer-icon.svg)}.ProductReviewsItem__foot-answer:active::before{background-image:url(../assets/product-card/review-answer-icon-active.svg)}.ProductReviewsItem__foot-feedbacks{margin-left:8px}.ProductReviewsItem__foot-feedbacks::before{background-image:url(../assets/product-card/review-feedback-icon.svg)}.ProductReviewsItem__foot-feedbacks:hover::before{background-image:url(../assets/product-card/review-feedback-icon-hover.svg)}.ProductReviewsItem__foot-feedbacks:active::before{background-image:url(../assets/product-card/review-feedback-icon-active.svg)}.ProductReviewsItem__foot-likes{margin-left:auto}.ProductReviewsItem__foot-likes::before{background-image:url(../assets/product-card/review-like-icon.svg)}.ProductReviewsItem__foot-likes:hover::before{background-image:url(../assets/product-card/review-like-icon-hover.svg)}.ProductReviewsItem__foot-likes:active::before{background-image:url(../assets/product-card/review-like-icon-active.svg)}.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:16px;width:464px;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:464px;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:12px 16px 16px}}.ReplyReviewPopup__container-head{display:flex;justify-content:space-between}.ReplyReviewPopup__container-head-name{font-weight:500;font-size:24px;line-height:32px;color:#262729}.ReplyReviewPopup__container-head-close{display:flex;background-image:url(../assets/product-card/popup-close.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;width:40px;height:40px;transition:all 250ms ease-in-out;padding:8px;border-radius:20px;position:absolute;top:16px;right:15px}@media screen and (max-width:1365px){.ReplyReviewPopup__container-head-close{top:8px;right:8px}}.ReplyReviewPopup__container-head-close:hover{padding:8px;background-color:#f3f0e9;cursor:pointer}.ReplyReviewPopup__container-head-close:active{background-color:#e8e1d4}.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-check{margin-top:24px}.ReplyReviewPopup__container-body-submit{width:100%;height:48px;background:#8a6827;border-radius:24px;font-weight:500;font-size:16px;color:#f3f0e9;display:flex;text-transform:uppercase;align-items:center;justify-content:space-around;min-height:48px;margin-top:24px;transition:all 250ms ease-in-out}.ReplyReviewPopup__container-body-submit:hover{cursor:pointer;background:#a18652}.ReplyReviewPopup__container-body-submit:active{background:#96773d}.ReplyReviewPopup__container-body-submit.disabled{background:#f5f7fa;color:#969aa3;pointer-events:none}.ReplyReviewPopup__container-body-offert{font-weight:500;font-size:13px;color:#969aa3;line-height:140%;display:inline;margin-top:16px;transition:all 250ms ease-in-out}.ReplyReviewPopup__container-body-offert a{color:#55559d;text-decoration:underline;transition:all 250ms ease-in-out}.ReplyReviewPopup__container-body-offert a:hover{color:#6666a7}.ReplyReviewPopup__container-complete{display:flex;flex-direction:column;margin:68px 0 120px}@media screen and (max-width:768px){.ReplyReviewPopup__container-complete{height:-moz-fit-content;height:fit-content;margin:auto 0}}.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}.ReplyReviewPopup__container-complete-text p{font-weight:400;font-size:16px;color:#666e7a;line-height:140%;text-align:center}.ReplyReviewPopup__container-complete-text p:first-child{font-weight:500;font-size:20px;color:#262729;margin-bottom:16px}.ReplyReviewPopup__container-preloader{width:100%;height:-webkit-fill-available;background:rgba(38,39,41,.64);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:.5;pointer-events:all}.ReplyReviewPopup__overlay{display:flex;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.64);z-index:1}.SuppAddButton{width:136px;display:flex;padding:8px;outline:1px solid #e1e4eb;border-radius:20px;transition:all 250ms ease-in-out;align-items:center}.SuppAddButton:hover{background:#e8e1d4;cursor:pointer}.SuppAddButton:active{background:#dcd2be}.SuppAddButton.active{outline:1px solid #e1e4eb}.SuppAddButton.active:hover{background:#eddad8}.SuppAddButton.active:active{background:#e3c8c4}.SuppAddButton.active .SuppAddButton__wrapper{background:url(../assets/product-card/supp-plus-icon-active.svg)}.SuppAddButton.active .SuppAddButton__text{color:#a3463b}.SuppAddButton__wrapper{margin-left:auto;margin-right:8px;width:16px;height:16px;background:url(../assets/product-card/supp-plus-icon.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.SuppAddButton__text{font-weight:500;font-size:12px;color:#8a6827;margin-right:auto;text-transform:uppercase}.SuppPopup{width:100%;height:100vh;position:fixed;z-index:999;left:0;top:0}.SuppPopup__overlay{background:rgba(0,0,0,.25);width:100%;height:100%;position:absolute;z-index:1}.SuppPopup__container{display:flex;position:absolute;top:0;right:0;bottom:0;z-index:2;flex-direction:column;width:412px;height:100vh;background:#fff;overflow-y:auto}@media screen and (max-width:1365px){.SuppPopup__container{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:0}}.SuppPopup__container-close{display:flex;background-image:url(../assets/header/cross-24x24.svg);background-repeat:no-repeat;background-position:center;background-color:transparent;background-size:24px 24px;width:40px;height:40px;min-width:40px;min-height:40px;transition:all 250ms ease-in-out;border-radius:20px;margin:16px 16px 0 auto}.SuppPopup__container-close:hover{background-color:#f3f0e9;cursor:pointer}.SuppPopup__container-close:active{background-color:#e8e1d4}.SuppPopup__container-body{display:flex;flex-direction:column}.SuppPopup__container-body-top{display:grid;grid-template-rows:232px 1fr;grid-row-gap:16px;margin-top:16px;padding:0 24px}@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:232px;display:flex}@media screen and (max-width:767px){.SuppPopup__container-body-top-image{width:100%;height:186px}}.SuppPopup__container-body-top-image img{width:100%;-o-object-fit:contain;object-fit:contain}.SuppPopup__container-body-top-info{display:flex;flex-direction:column;width:100%}@media screen and (max-width:1365px){.SuppPopup__container-body-top-info{margin-left:0;margin-top:16px}}.SuppPopup__container-body-top-info-code{display:flex}.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-article,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-code{font-weight:400;font-size:14px;color:#262729;border:1px solid #ebeef5;border-radius:16px;background:0 0;padding:8px 12px 8px 16px;margin-right:8px;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:24px;height:24px;background-image:url(../assets/product-card/copy-icon.svg);background-repeat:no-repeat;background-position:center;background-size:16px 16px;background-color:transparent;margin-right:-8px;margin-left:8px;transition:all 250ms ease-in-out}.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-article span,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-code span{font-weight:500;margin-left:3px}@media screen and (max-width:1365px){.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-article,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-code{margin-top:5px}}.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-article:hover,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-code:hover{background-color:#f5f7fa;cursor:pointer}.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-article:hover:after,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-code:hover:after{background-image:url(../assets/product-card/copy-icon-hover.svg)}.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-article:active,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-code:active{background-color:#ebeef5}.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-article:active:after,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-code:active:after{background-image:url(../assets/product-card/copy-icon-active.svg)}.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-article:last-child,.SuppPopup__container-body-top-info-code .ProductCardNameBlock__top-code:last-child{margin-right:0}.SuppPopup__container-body-top-info-name{margin-top:16px;font-weight:500;font-size:24px;color:#262729;line-height:32px}.SuppPopup__container-body-top-info .ProductCardRating{margin-top:16px}.SuppPopup__container-body-top-info-block{display:flex;flex-direction:row;margin-top:24px;justify-content:space-between}@media screen and (max-width:1365px){.SuppPopup__container-body-top-info-block{flex-direction:column;margin-top:24px;align-items:unset}}.RightButtonsProfile__button.active .RightButtonsProfile__button-icon p,.SuppPopup__container-body-top-info-block .PriceAndBuy__container{display:flex}.SuppPopup__container-body-top-info-block .PriceAndBuy__price{display:flex;flex-direction:column;width:-moz-max-content;width:max-content;min-height:48px;justify-content:center}@media screen and (max-width:1365px){.SuppPopup__container-body-top-info-block .PriceAndBuy__price{min-height:unset;justify-content:unset}}.SuppPopup__container-body-top-info-block .PriceAndBuy__price-old{font-weight:500;font-size:14px;color:#969aa3;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:first-child{text-decoration:line-through}.SuppPopup__container-body-top-info-block .PriceAndBuy__price-old span:last-child{background:#a3463b;border-radius:10px;padding:1px 6px;font-weight:600;font-size:14px;color:#fff;margin-left:8px}.SuppPopup__container-body-top-info-block .PriceAndBuy__price-new{font-weight:500;font-size:24px;line-height:32px;color:#a3463b;margin-top:4px}.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-top-info-block .SuppAddButton{margin-top:24px;padding:12px 16px;height:40px;border-radius:20px}@media screen and (max-width:1365px){.SuppPopup__container-body-top-info-block .SuppAddButton{width:100%;margin-top:16px}}.SuppPopup__container-body-bottom{display:flex;margin-top:24px;margin-bottom:auto}.SuppPopup__container-body-bottom-title{margin-top:24px;margin-bottom:16px}.SuppPopup__container-body-bottom .FullCharacteristicsGroup__list{margin-top:16px}.SuppPopup__container-body-bottom .FullCharacteristicsGroup__name{width:calc(100% - 48px);margin:0 auto;font-weight:500;color:#262729;font-size:20px;line-height:24px}@media screen and (max-width:1365px){.SuppPopup__container-body-bottom .FullCharacteristicsGroup__name{width:calc(100% - 32px)}}.SuppPopup__container-body-bottom .FullCharacteristicsGroupItem{padding:10px 24px;border-radius:0}.SuppPopup__container-body-bottom .FullCharacteristicsGroupItem:nth-child(even){background:#fff}@media screen and (max-width:1365px){.SuppPopup__container-body-bottom .FullCharacteristicsGroupItem{padding:16px}}.SuppPopup__container-body .PrimaryButton{width:calc(100% - 140px);margin:44px auto}@media screen and (max-width:1365px){.SuppPopup__container-body .PrimaryButton{width:calc(100% - 32px);margin:24px auto}}.SuppProduct{display:flex;flex-direction:column;padding:8px 16px 16px;width:168px;background:#fff;border-radius:16px;position:relative;border:1px solid #e1e4eb;transition:all 250ms ease-in-out}.SuppProduct:hover{border:1px solid #8a6827}.SuppProduct::before{content:"";background-image:url(../assets/product-card/bundles-plus.svg);position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;background-position:center;background-repeat:no-repeat;border-radius:50%;width:24px;height:24px;border:1px solid #e1e4eb;z-index:1;left:-19px}.SuppProduct:first-child{margin-left:0}.SuppProduct:first-child::before{display:none}@media screen and (max-width:1440px){.SuppProduct{width:153px}}@media screen and (max-width:1365px){.SuppProduct{width:168px}}@media screen and (max-width:767px){.SuppProduct{width:158px}}.SuppProduct__wrapper{width:100%;height:124px;margin:0 auto}.SuppProduct__wrapper:hover{cursor:pointer}@media screen and (max-width:1440px){.SuppProduct__wrapper{height:108px}}@media screen and (max-width:1365px){.SuppProduct__wrapper{height:124px}}@media screen and (max-width:767px){.SuppProduct__wrapper{height:116px}}.SuppProduct__wrapper img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.SuppProduct__name{margin-top:8px;font-weight:400;font-size:14px;line-height:16px;color:#262729;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;color:#55559d;text-decoration:underline}.SuppProduct__price{display:flex;flex-direction:row;align-items:baseline;margin-top:8px}.SuppProduct__price-current{font-weight:500;font-size:16px;color:#a3463b;line-height:20px}.SuppProduct__price-base{font-size:12px;font-weight:500;line-height:14px;color:#969aa3;text-decoration:line-through;margin-left:8px}.SuppProduct__cashback{margin-top:8px;font-size:12px;line-height:14px;color:#262729;font-weight:400}.SuppProduct__cashback span{font-weight:500;color:#8a6827;margin-left:4px}.SuppProduct .SuppAddButton{margin-top:8px;padding:8px 16px;width:121px}@media screen and (max-width:1365px){.SuppProduct .SuppAddButton{width:136px}}@media screen and (max-width:767px){.SuppProduct .SuppAddButton{width:126px}}.SuppProduct__added{background:#f3f0e9;border-radius:12px;padding:5px 12px;position:absolute;display:flex;align-items:center;justify-content:space-around;left:16px;top:16px;font-weight:500;font-size:12px;line-height:14px;color:#8a6827;text-transform:uppercase;opacity:0;transition:all 250ms ease-in-out}.SuppProduct.added .SuppProduct__added{opacity:1}.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}@media screen and (max-width:1600px){.SalePageCatalogProducts__container{grid-template-columns:repeat(3,1fr)}.SalePageCatalogProducts__container.ProductItem{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%;border-radius:0;border:1px solid #e1e4eb}}@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__container .ProductItem__name{font-size:14px}}.SalePageCatalogProducts__bottom{display:flex;width:100%;align-items:center;justify-content:space-around;margin-top:20px}.SalePageCatalogProducts__bottom.disabled{display:none}.SalePageGroupMore{display:flex;flex-direction:column;align-items:center;width:300px;background:0 0;border-radius:16px;transition:all 250ms ease-in-out;position:relative;height:auto;min-height:437px;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:#f3f0e9}.SalePageGroupMore:active{background:#e8e1d4}.SalePageGroupMore:hover .SalePageGroupMore__arrow{background:#8a6827 url(../assets/catalog/more-category-hover.svg) no-repeat center}.SalePageGroupMore:hover .SalePageGroupMore__text{color:#8a6827}.SalePageGroupMore__arrow{width:48px;height:48px;display:flex;background:#f3f0e9 url(../assets/catalog/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:#262729;font-size:12px;font-style:normal;font-weight:500;line-height:14px;text-transform:uppercase;margin-bottom:auto;margin-top:24px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.SalePageGroupMore__text{text-align:center}}.SalePageGroupMore:hover{cursor:pointer}.SalePageGroupsItem{display:flex;flex-direction:column}.SalePageGroupsItem__head{color:#262729;font-size:24px;font-weight:500;line-height:32px}@media screen and (max-width:1365px){.SalePageGroupsItem__head{width:100%;max-width:calc(100% - 32px);margin:0 auto}}.SalePageGroupsItem__body{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;margin-top:24px}@media screen and (max-width:1600px){.SalePageGroupsItem__body{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1365px){.SalePageGroupsItem__body{grid-template-columns:repeat(3,1fr);margin-top:16px;grid-gap:0}.SalePageGroupsItem__body .ProductItem,.SalePageGroupsItem__body .SalePageGroupMore{width:100%}}@media screen and (max-width:767px){.SalePageGroupsItem__body{grid-template-columns:repeat(2,1fr)}}.SalePageGroupsItem__body .ProductItem{width:100%}@media screen and (max-width:1365px){.SalePageGroupsItem__body .ProductItem{border-radius:0}.SalePageGroupsItem__body .ProductItem:hover{border:0}}@media screen and (max-width:767px){.SalePageGroupsItem__body .ProductItem__name{font-size:14px}}.ProductCardCompareProductHead{background:#fff;border-radius:16px;display:flex;flex-direction:column;position:relative;border:1px solid #e1e4eb;height:436px}@media screen and (max-width:1365px){.ProductCardCompareProductHead{border-radius:0;border-width:0 1px 1px 0;height:388px}}@media screen and (max-width:767px){.ProductCardCompareProductHead{height:306px}}.ProductCardCompareProductHead__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){.ProductCardCompareProductHead__wrapper{height:232px;min-height:232px}}@media screen and (max-width:767px){.ProductCardCompareProductHead__wrapper{height:164px;min-height:164px}}.ProductCardCompareProductHead__wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ProductCardCompareProductHead__container{display:flex;flex-direction:column;padding:16px}@media screen and (max-width:767px){.ProductCardCompareProductHead__container{padding:8px}}.ProductCardCompareProductHead__container-name{display:flex;font-weight:400;height:44px;font-size:16px;line-height:22px;color:#262729;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ProductCardCompareProductHead__container-name:hover{text-decoration:underline}@media screen and (max-width:1365px){.ProductCardCompareProductHead__container-name{font-size:14px;height:40px}.ProductCardCompareProductHead__container .ProductItemRating{margin-top:8px}}.ProductCardCompareProductHead__container-price{display:flex;flex-direction:column;margin-top:16px}.ProductCardCompareProductHead__container-price-old span:first-child{font-weight:400;font-size:14px;color:#969aa3;line-height:16px;text-decoration:line-through}.ProductCardCompareProductHead__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){.ProductCardCompareProductHead__container-price-old span:last-child{margin-left:6px}}.ProductCardCompareProductHead__container-price-current{font-weight:500;font-size:20px;line-height:24px;color:#a3463b;margin-top:4px}@media screen and (max-width:767px){.ProductCardCompareProductHead__container-price-current{font-size:18px;line-height:22px}}.ProductCardCompareProductHead__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){.ProductCardCompareProductHead__container-cart{right:8px;bottom:8px}}@media screen and (min-width:1366px){.ProductCardCompareProductHead__container-cart:hover{background-color:#e8e1d4;cursor:pointer}}.ProductCardCompareProductHead__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}.ProductCardCompareProductHead__container-cart.disabled{opacity:.4;pointer-events:none}.SupportPageAddItem{width:100%;display:flex;flex-direction:column;background:#fff;padding:32px;gap:24px;height:100%;border-radius:16px}@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:18px;font-weight:500;line-height:24px}@media screen and (max-width:1365px){.SupportPageAddItem__name{font-size:16px}}.SupportPageAddItem__text{color:#666e7a;font-size:16px;font-weight:400;line-height:140%;margin-top:-14px}@media screen and (max-width:1365px){.SupportPageAddItem__text{font-size:14px}}.SupportPageAddItem__bottom{display:flex;flex-direction:column;margin-top:auto}.SupportPageAddPopup{position:fixed;width:100%;height:100%;z-index:999;left:0;top:0}.SupportPageAddPopup__overlay{background:rgba(38,39,41,.64);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:480px;background:#fff;padding:16px 24px 24px;max-height:100%;overflow-y:auto;border-radius:16px;box-shadow:0 4px 16px 0 rgba(0,0,0,.16)}@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:#262729;font-size:24px;font-weight:500;line-height:30px}.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:-8px;min-width:40px}.SupportPageAddPopup__container-head-close:hover{background-color:#f3f0e9;cursor:pointer}.SupportPageAddPopup__container-head-close:active{background-color:#e8e1d4}.SupportPageAddPopup__container-sub-head{color:#262729;font-size:16px;font-weight:400;line-height:140%;margin-top:24px}.SupportPageAddPopup__container-preloader{width:100%;height:100%;position:fixed;left:0;top:0;display:flex;align-items:center;justify-content:space-around;background:rgba(26,28,31,.1);z-index:3}.SupportPageAddPopup__container-complete{display:flex;flex-direction:column;width:100%;height:204px;padding-top:24px}@media screen and (max-width:767px){.SupportPageAddPopup__container-complete{height:-moz-max-content;height:max-content;padding:10px;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:#262729;font-size:20px;font-weight:500;line-height:24px;margin-top:24px;text-align:center}.SupportPageAddPopup__container-complete-text{color:#606366;font-size:14px;font-weight:500;line-height:140%;margin-top:16px;text-align:center}.SupportPageBenefits{margin-top:32px}@media screen and (max-width:767px){.SupportPageBenefits{margin-top:24px}}.SupportPageBenefits__container{display:grid;grid-template-columns:repeat(3,1fr);row-gap:32px;-moz-column-gap:88px;column-gap:88px}@media screen and (max-width:1439px){.SupportPageBenefits__container{-moz-column-gap:80px;column-gap:80px}}@media screen and (max-width:1365px){.SupportPageBenefits__container{grid-template-columns:repeat(2,1fr);-moz-column-gap:52px;column-gap:52px}}@media screen and (max-width:767px){.SupportPageBenefits__container{grid-template-columns:repeat(1,1fr);row-gap:24px}}.SupportPageConsult{box-shadow:0 0 16px 0 transparent;transition:all 250ms ease-in-out;border:1px solid #e1e4eb;border-radius:16px}.SupportPageConsult:hover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08);border-color:transparent}.SupportPageConsult__button{padding:12px 24px;background:#8a6827;color:#fff;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around;width:240px;border-radius:24px;height:48px}@media screen and (max-width:1365px){.SupportPageConsult__button{width:100%}}.SupportPageConsult__button:hover{cursor:pointer;background:#a18652}.SupportPageConsult__button:active{background:linear-gradient(0deg,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 100%),#8a6827}.SupportPageFaq{margin-top:24px}.SupportPageFaq__container{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media screen and (max-width:1365px){.SupportPageFaq__container{gap:16px;grid-template-columns:1fr}}@media screen and (max-width:767px){.SupportPageFaq__container .ProductCardFaqItem{padding:16px 20px}}.SupportPageInfo{box-shadow:0 0 16px 0 transparent;transition:all 250ms ease-in-out;border:1px solid #e1e4eb;border-radius:16px}.SupportPageInfo:hover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08);border-color:transparent}.SupportPageInfo__container{display:grid;grid-template-columns:1fr 120px;grid-gap:16px;width:100%}@media screen and (max-width:1365px){.SupportPageInfo__container{grid-template-columns:1fr}}.SupportPageInfo__search{padding:14px 14px 14px 20px;gap:8px;display:flex;border:1px solid #ebeef5;background:#fff;transition:all 250ms ease-in-out;width:100%;height:48px;border-radius:16px}.SupportPageInfo__search:hover{background:#f5f7fa;cursor:pointer}.SupportPageInfo__search.dirty,.SupportPageInfo__search.focus{border:1px solid #8a6827;background:#fff;box-shadow:0 0 0 2px rgba(138,104,39,.16)}.SupportPageInfo__search-input{color:#262729;font-size:16px;font-weight:400;line-height:20px;width:100%}.SupportPageInfo__search-input::-moz-placeholder{color:#969aa3;font-size:16px;font-weight:400;line-height:20px}.SupportPageInfo__search-input::placeholder{color:#969aa3;font-size:16px;font-weight:400;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__search-icon:hover{background-image:url(../assets/support-page/search-question-icon-hover.svg)}.SupportPageInfo__preloader,.SupportPageInfo__submit{width:100%;display:flex;justify-content:space-around;align-items:center}.SupportPageInfo__submit{background:#8a6827;padding:16px 24px;color:#fff;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase;transition:all 250ms ease-in-out;border-radius:24px}.SupportPageInfo__submit:hover{cursor:pointer;background:#a18652}.SupportPageInfo__submit:active{background:linear-gradient(0deg,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 100%),#8a6827}.SupportPageInfo__submit.disabled{background:#f5f7fa;color:#969aa3;pointer-events:none}.SupportPageInfo__preloader{position:absolute;top:0;left:0;height:100%;background:rgba(255,255,255,.7)}.SupportPageInfo__errors{display:flex;flex-direction:column;gap:5px;margin-top:10px}.SupportPageInfo__errors span,.SupportPageWarranty__errors span{font-weight:500;font-size:12px;color:#a3463b}.SupportPageParts{box-shadow:0 0 16px 0 transparent;transition:all 250ms ease-in-out;border:1px solid #e1e4eb;border-radius:16px}.SupportPageParts:hover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08);border-color:transparent}.SupportPageParts__button{padding:12px 24px;background:#8a6827;color:#fff;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around;width:240px;border-radius:24px;height:48px}@media screen and (max-width:1365px){.SupportPageParts__button{width:100%}}.SupportPageParts__button:hover{cursor:pointer;background:#a18652}.SupportPageParts__button:active{background:linear-gradient(0deg,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 100%),#8a6827}.SupportPageQuestions{box-shadow:0 0 16px 0 transparent;transition:all 250ms ease-in-out;border:1px solid #e1e4eb;border-radius:16px}.SupportPageQuestions:hover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08);border-color:transparent}.SupportPageQuestions__buttons{display:flex;gap:16px}.SupportPageQuestions__buttons-button{padding:12px 24px;background:#8a6827;color:#fff;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around;width:-moz-fit-content;width:fit-content;border-radius:24px;height:48px}.SupportPageQuestions__buttons-button:hover{cursor:pointer;background:#a18652}.SupportPageQuestions__buttons-button:active{background:linear-gradient(0deg,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 100%),#8a6827}.SupportPageRepair{box-shadow:0 0 16px 0 transparent;transition:all 250ms ease-in-out;border:1px solid #e1e4eb;border-radius:16px}.SupportPageRepair:hover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08);border-color:transparent}.SupportPageRepair__button{padding:12px 24px;background:#8a6827;color:#fff;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around;width:240px;border-radius:24px;height:48px}@media screen and (max-width:1365px){.SupportPageRepair__button{width:100%}}.SupportPageRepair__button:hover{cursor:pointer;background:#a18652}.SupportPageRepair__button:active{background:linear-gradient(0deg,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 100%),#8a6827}.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 0 16px 0 transparent;transition:all 250ms ease-in-out;border:1px solid #e1e4eb;border-radius:16px}.SupportPageWarranty:hover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08);border-color:transparent}.SupportPageWarranty__container{display:grid;grid-template-columns:1fr 120px;grid-gap:16px;width:100%;position:relative}@media screen and (max-width:1365px){.SupportPageWarranty__container{grid-template-columns:1fr;grid-gap:16px}}.SupportPageWarranty__search{padding:14px 14px 14px 20px;gap:8px;display:flex;border:1px solid #ebeef5;background:#fff;transition:all 250ms ease-in-out;width:100%;height:48px;border-radius:16px}.SupportPageWarranty__search:hover{background:#f5f7fa;cursor:pointer}.SupportPageWarranty__search.dirty,.SupportPageWarranty__search.focus{border:1px solid #8a6827;background:#fff;box-shadow:0 0 0 2px rgba(138,104,39,.16)}.SupportPageWarranty__search-input{color:#262729;font-size:16px;font-weight:400;line-height:20px;width:100%}.SupportPageWarranty__search-input::-moz-placeholder{color:#969aa3;font-size:16px;font-weight:400;line-height:20px}.SupportPageWarranty__search-input::placeholder{color:#969aa3;font-size:16px;font-weight:400;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__search-icon.active,.SupportPageWarranty__search-icon:hover{background-image:url(../assets/support-page/search-question-icon-hover.svg)}.SupportPageWarranty__preloader,.SupportPageWarranty__submit{width:100%;display:flex;justify-content:space-around;align-items:center}.SupportPageWarranty__submit{background:#8a6827;padding:16px 24px;color:#fff;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase;transition:all 250ms ease-in-out;border-radius:24px}.SupportPageWarranty__submit:hover{cursor:pointer;background:#a18652}.SupportPageWarranty__submit:active{background:linear-gradient(0deg,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 100%),#8a6827}.SupportPageWarranty__submit.disabled{background:#f5f7fa;color:#969aa3;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;height:100%;background:rgba(255,255,255,.7)}.SupportPageWarranty__errors{display:flex;flex-direction:column;gap:5px;margin-top:10px}.SupportPageCheckRepairPopup{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0}.SupportPageCheckRepairPopup__overlay{background:rgba(38,39,41,.64);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;border-radius:16px;box-shadow:0 4px 16px 0 rgba(0,0,0,.16)}@media screen and (max-width:767px){.SupportPageCheckRepairPopup__container{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:0;padding:20px}}.SupportPageCheckRepairPopup__container-head{display:flex;justify-content:space-between;gap:24px;align-items:center}.SupportPageCheckRepairPopup__container-head-name{color:#262729;font-size:24px;font-weight:500;line-height:32px}.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;margin-right:-8px;margin-top:-4px;border-radius:20px}.SupportPageCheckRepairPopup__container-head-close:hover{background-size:24px 24px;background-repeat:no-repeat;background-position:center;background-color:#f3f0e9;cursor:pointer}.SupportPageCheckRepairPopup__container-head-close:active{background-color:#e8e1d4}.SupportPageCheckRepairPopup__container-body{margin-top:24px;display:flex;flex-direction:column}.SupportPageCheckRepairPopup__container-body-text{color:#262729;font-size:16px;font-weight:400;line-height:140%}.SupportPageCheckRepairPopup__container-body-product{display:flex;align-items:center;gap:24px;padding-bottom:16px;border-bottom:1px solid #ebeef5;margin-top:16px}.SupportPageCheckRepairPopup__container-body-product-wrapper{width:64px;min-width:64px;height:64px;display:flex}.SupportPageCheckRepairPopup__container-body-product-wrapper img,.SupportPageWarrantyPopup__container-body-product-wrapper img{width:100%;height:100%}.SupportPageCheckRepairPopup__container-body-product-container{display:flex;flex-direction:column;gap:8px}.SupportPageCheckRepairPopup__container-body-product-container-top{color:#666e7a;font-size:14px;font-weight:400;line-height:16px}.SupportPageCheckRepairPopup__container-body-product-container-top span,.SupportPageWarrantyPopup__container-body-product-container-bottom span{color:#666e7a}.SupportPageCheckRepairPopup__container-body-product-container-bottom{color:#262729;font-size:16px;font-weight:400;line-height:140%}.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:#d3d7e0;margin:7px;border-radius:2px}.SupportPageCheckRepairPopup__container-body-status-item:first-child:before{display:none}.SupportPageCheckRepairPopup__container-body-status-item-text{display:flex;align-items:center;gap:16px;color:#666e7a;font-size:14px;font-weight:400;line-height:16px}.SupportPageCheckRepairPopup__container-body-status-item-text:before{width:16px;height:16px;content:"";border-radius:8px;border:4px solid #ebeef5}.SupportPageCheckRepairPopup__container-body-status-item-text.active{color:#262729}.SupportPageCheckRepairPopup__container-body-status-item-text.active:before{border:4px solid #568f64}.SupportPageConsultPopup{display:flex;flex-direction:column;gap:24px;margin-top:24px}.SupportPageConsultPopup .PrimaryButton,.SupportPageConsultPopup__submit{text-transform:uppercase;font-weight:500;font-size:14px;line-height:16px}.SupportPageConsultPopup__submit{width:100%;padding:12px 16px;border-radius:20px;background:#1c1c29;color:#fff;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;margin-top:8px}.SupportPageConsultPopup__submit:hover{cursor:pointer;background:#2e2e43}.SupportPageConsultPopup__submit:active{background:#171722}.SupportPageConsultPopup__submit.disabled{background:#f7f7fa;color:#9b9ba3;pointer-events:none}.SupportPagePartRequestPopup{display:flex;flex-direction:column;gap:24px;margin-top:24px}.SupportPagePartRequestPopup .PrimaryButton,.SupportPagePartRequestPopup__submit{text-transform:uppercase;font-weight:500;font-size:14px;line-height:16px;margin-top:8px}.SupportPagePartRequestPopup__submit{width:100%;padding:12px 16px;border-radius:20px;background:#1c1c29;color:#fff;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out}.SupportPagePartRequestPopup__submit:hover{cursor:pointer;background:#2e2e43}.SupportPagePartRequestPopup__submit:active{background:#171722}.SupportPagePartRequestPopup__submit.disabled{background:#f7f7fa;color:#9b9ba3;pointer-events:none}.SupportPageRepairPopup{display:flex;flex-direction:column;gap:24px;margin-top:24px}.SupportPageRepairPopup .PrimaryButton,.SupportPageRepairPopup__submit{text-transform:uppercase;font-weight:500;font-size:14px;line-height:16px;margin-top:8px}.SupportPageRepairPopup__submit{width:100%;padding:12px 16px;border-radius:20px;background:#1c1c29;color:#fff;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out}.SupportPageRepairPopup__submit:hover{cursor:pointer;background:#2e2e43}.SupportPageRepairPopup__submit:active{background:#171722}.SupportPageRepairPopup__submit.disabled{background:#f7f7fa;color:#9b9ba3;pointer-events:none}.SupportPageWarrantyInfoPopup{background:#fff;position:absolute;bottom:calc(100% + 16px);width:-moz-max-content;width:max-content;right:-3%;box-shadow:0 4px 16px 0 rgba(0,0,0,.08);transition:all 250ms ease-in-out;pointer-events:none;z-index:999;max-width:360px;padding:24px;border-radius:8px}.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.svg);background-position:center;background-repeat:no-repeat;background-size:16px 16px;display:none;border:2px solid #e5e5ea;border-radius:50%}@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)}}@media screen and (max-width:1365px){.SupportPageWarrantyInfoPopup__close svg{display:none}}.SupportPageWarrantyPopup{position:fixed;width:100%;height:100%;z-index:999;left:0;top:0}.SupportPageWarrantyPopup__overlay{background:rgba(38,39,41,.64);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 4px 16px 0 rgba(0,0,0,.16);border-radius:16px}@media screen and (max-width:767px){.SupportPageWarrantyPopup__container{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.SupportPageWarrantyPopup__container-head{display:flex;justify-content:space-between;gap:24px;align-items:center}.SupportPageWarrantyPopup__container-head-name{color:#262729;font-size:24px;font-weight:500;line-height:32px}.SupportPageWarrantyPopup__container-head-close,.SupportPageWarrantyPopup__container-head-close:hover{background-image:url(../assets/header/cross-24x24.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center}.SupportPageWarrantyPopup__container-head-close{display:flex;width:40px;height:40px;transition:all 250ms ease-in-out;margin-left:auto;margin-right:-8px;margin-top:-4px;border-radius:20px}.SupportPageWarrantyPopup__container-head-close:hover{cursor:pointer;background-color:#f3f0e9}.SupportPageWarrantyPopup__container-head-close:active{background-color:#e8e1d4}.SupportPageWarrantyPopup__container-body{margin-top:24px;display:flex;flex-direction:column}.SupportPageWarrantyPopup__container-body-text{color:#262729;font-size:16px;font-weight:400}.SupportPageWarrantyPopup__container-body-product{display:flex;align-items:center;gap:24px;padding-bottom:16px;border-bottom:1px solid #ebeef5;margin-top:16px}.SupportPageWarrantyPopup__container-body-product-wrapper{width:64px;min-width:54px;height:64px;display:flex}.SupportPageWarrantyPopup__container-body-product-container{display:flex;flex-direction:column;gap:8px}.SupportPageWarrantyPopup__container-body-product-container-top{color:#262729;font-size:16px;font-weight:400;line-height:140%}.SupportPageWarrantyPopup__container-body-product-container-bottom{color:#666e7a;font-size:14px;font-weight:400;line-height:16px}.SupportPageWarrantyPopup__container-body-date{display:flex;gap:8px;justify-content:space-between;align-items:center;margin-top:24px}.SupportPageWarrantyPopup__container-body-date-left{color:#262729;font-size:14px;font-weight:400;line-height:16px}.SupportPageWarrantyPopup__container-body-date-right{color:#262729;font-size:14px;font-weight:500;line-height:16px}.SupportPageWarrantyPopup__container-body-warranty{display:flex;gap:10px;justify-content:space-between;align-items:center;margin-top:20px}.SupportPageWarrantyPopup__container-body-warranty-left{color:#568f64;font-size:14px;font-weight:400;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:#a3463b}.SupportPageWarrantyPopup__container-body-warranty-left.not-active:before{background-image:url(../assets/support-page/invalid-icon.svg)}.CatalogGuideSectionDescr__c p,.SupportPageWarrantyPopup__container-body-warranty-right{color:#262729;font-size:14px;font-weight:400;line-height:140%}.CatalogGuideSectionDescr{display:flex;flex-direction:column;border-radius:16px;background:#fff;padding:20px 0;width:330px;min-width:330px;gap:16px}@media screen and (max-width:1365px){.CatalogGuideSectionDescr{min-width:280px;width:280px}}.CatalogGuideSectionDescr__h{color:#262729;font-size:18px;font-weight:500;line-height:24px;padding:0 20px}@media screen and (max-width:1365px){.CatalogGuideSectionDescr__h{font-size:16px;line-height:20px}}.CatalogGuideSectionDescr__i{width:100%;height:0;padding-bottom:66.56%;position:relative}.CatalogGuideSectionDescr__i img,.CatalogGuideSectionProduct__i img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.CatalogGuideSectionDescr__c{display:flex;flex-direction:column;padding:0 20px;gap:16px}.CatalogGuideSectionDescr__c p{line-height:20px}.CatalogGuideSectionProduct{display:flex;flex-direction:column;gap:8px;width:100%}.CatalogGuideSectionProduct__i{display:flex;width:100%;padding-bottom:106%;position:relative;border-radius:8px}@media screen and (max-width:1365px){.CatalogGuideSectionProduct__i{padding-bottom:100%}}.CatalogGuideSectionProduct__i img{z-index:1;border-radius:8px}.CatalogGuideSectionProduct__n{color:#262729;font-size:12px;font-weight:500;line-height:16px}.CatalogGuideSectionProduct__n:hover{cursor:pointer;text-decoration:underline}.CatalogGuideSectionProduct__p{display:flex;gap:8px;flex-wrap:wrap}.CatalogGuideSectionProduct__p span:last-child{color:#666e7a;font-size:12px;font-weight:500;line-height:14px;text-decoration:line-through}.CatalogGuideSectionProduct__p span:first-child{color:#262729;font-size:14px;font-weight:500;line-height:16px;text-decoration:unset}.CatalogGuideSectionProduct__b{display:flex;position:absolute;z-index:2;bottom:8px;right:8px;width:32px;height:32px;border-radius:16px;background-color:#8a6827;background-image:url(../assets/catalog/guide-buy-icon.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}.CatalogGuideSectionProduct__b:hover{cursor:pointer;background-color:#a18652}.CatalogGuideSectionProduct__b.preorder{background-image:url(../assets/catalog/guide-preorder-icon.svg);background-color:#55559d}.CatalogGuideSectionProduct__b.preorder:hover{background-color:#7777b1}.CatalogGuideSectionProduct__b.active{background-color:#f3f0e9;background-image:url(../assets/catalog/guide-buy-icon-active.svg);pointer-events:none}.CatalogGuideSectionProduct__b.active::after{content:"";position:absolute;right:2px;top:1px;background:url(../assets/product-item/added-icon.svg);width:16px;height:16px;background-size:100% 100%;transition:all 250ms ease-in-out}.CatalogGuideSectionProducts{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:16px;background:#fff;width:330px;min-width:330px}@media screen and (max-width:1365px){.CatalogGuideSectionProducts{min-width:280px;width:280px}}.CatalogGuideSectionProducts__h{color:#262729;font-size:18px;font-weight:500;line-height:24px;display:flex;align-items:center;gap:24px;justify-content:space-between}@media screen and (max-width:1365px){.CatalogGuideSectionProducts__h{font-size:16px;line-height:20px}}.CatalogGuideSectionProducts__h:after{display:flex;content:"";width:16px;height:16px;background-image:url(../assets/catalog/arrow-right-16x16-black.svg);background-size:100% 100%}.CatalogGuideSectionProducts__s-h{color:#262729;font-size:14px;font-weight:400;line-height:20px}.CatalogGuideSectionProducts__c{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.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-left:auto}.AuthSocialButtonsButton__text{font-weight:400;font-size:14px;margin-left:8px;margin-right: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}.RightButtonsProfile__button{position:relative;display:flex;width:40px;height:40px;align-items:center;justify-content:space-around;margin-left:8px;transition:all 250ms ease-in-out;border-radius:20px}.RightButtonsProfile__button-icon{width:24px;height:24px;background:url(../assets/header/profile-icon.svg);background-size:100% 100%;transition:all 500ms ease-in-out;display:flex;align-items:center;justify-content:space-around}.RightButtonsProfile__button-icon p{display:none;font-weight:500;font-size:20px;color:#fff;align-items:center;text-transform:uppercase}.RightButtonsProfile__button:hover{cursor:pointer;background:#f3f0e9}.RightButtonsProfile__button:active{background:#e8e1d4}.RightButtonsProfile__button.disabled:hover{cursor:default}.RightButtonsProfile__button.active{background:#7777b1}.RightButtonsProfile__button.active .RightButtonsProfile__button-icon{background:unset}.RightButtonsProfile__overlay{width:100%;height:100vh;background:linear-gradient(to left,#262729 ,#262729) no-repeat 0 64px;opacity:.56;position:absolute;left:0;top:0;z-index:998}.RightButtonsProfile__overlay:hover{cursor:initial}.RightButtonsProfile__popup{position:absolute;width:342px;padding:24px 8px 16px;background:#fff;border-radius:16px;top:calc(100% + 20px);z-index:999;display:flex;flex-direction:column;box-shadow:0 2px 8px 0 rgba(0,0,0,.16)}.RightButtonsProfile__popup-divider{width:100%;height:1px;background:#e1e4eb;margin:16px;display:flex}.RightButtonsProfile__popup-head{display:grid;grid-template-columns:40px 1fr;grid-column-gap:16px;width:100%;margin-left:16px}.RightButtonsProfile__popup-head-left{width:40px;height:40px;background:#55559d;border-radius:20px;color:#fff;font-weight:500;font-size:20px;display:flex;justify-content:space-around;align-items:center;text-transform:uppercase}.RightButtonsProfile__popup-head-right{display:flex;flex-direction:column}.RightButtonsProfile__popup-head-right-name{color:#262729;font-weight:500;font-size:14px}.RightButtonsProfile__popup-head-right-email{font-weight:500;font-size:14px;color:#969aa3;margin-top:8px}.RightButtonsProfile__popup-head-right .edit-button{padding:5px 12px;font-size:12px;font-weight:500;min-height:unset;width:-moz-max-content;width:max-content;margin-top:16px}.RightButtonsProfile__popup-body{display:flex;flex-direction:column;width:100%}.RightButtonsProfile__popup-body-item{display:flex;align-items:center;padding:4px 16px;width:100%;transition:all 250ms ease-in-out;border-radius:16px;background:0 0;margin-top:8px}.RightButtonsProfile__popup-body-item:hover{cursor:pointer}@media screen and (min-width:1366px){.RightButtonsProfile__popup-body-item:hover{background:#f3f0e9}}.RightButtonsProfile__popup-body-item:active{background:#e8e1d4}.RightButtonsProfile__popup-body-item.disabled{opacity:.5;pointer-events:none}.RightButtonsProfile__popup-body-item.leave .RightButtonsProfile__popup-body-item-wrapper{background-color:#eddad8}.RightButtonsProfile__popup-body-item.leave .RightButtonsProfile__popup-body-item-text{color:#a3463b}@media screen and (min-width:1366px){.RightButtonsProfile__popup-body-item.leave:hover{background:#eddad8}}.RightButtonsProfile__popup-body-item.leave:active{background:#e3c8c4}.BadgesPopupCardPaySale__body ol li:first-child,.BadgesPopupConsult__body-text 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:40px;height:40px;display:flex;align-items:center;justify-content:space-around;background-size:24px 24px;background-color:#f3f0e9;background-repeat:no-repeat;background-position:center;border-radius:50%}.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-text{font-weight:500;font-size:14px;color:#262729;margin-left:16px}.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 8px 85px}}.MobileCatalogSubItem.active{left:0}.MobileCatalogSubItem__head{display:flex;align-items:flex-start;justify-content:space-between;margin-left:8px;margin-top:8px}.MobileCatalogSubItem__head-text{font-weight:500;font-size:20px;color:#262729}.MobileCatalogSubItem__back{display:flex;align-items:center;background:0 0;transition:all 250ms ease-in-out;font-weight:500;font-size:14px;color:#666e7a;margin-top:32px;margin-left:16px;width:-moz-max-content;width:max-content}.MobileCatalogSubItem__back:hover{cursor:pointer}.MobileCatalogSubItem__back::before{content:"";width:16px;height:16px;background:url(../assets/header/catalog-back-icon.svg);display:flex;margin-right:8px}.MobileCatalogSubItem__link{margin-top:40px;font-weight:500;font-size:14px;color:#55559d;margin-left:16px;text-decoration:underline}@media screen and (max-width:1365px){.MobileCatalogSubItem__link{margin-top:32px}}.MobileCatalogSubItem__link:hover{color:#6666a7;text-decoration:unset}.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;transition:all 250ms ease-in-out;border-radius:16px}.MobileCatalogSubItem__list-item.active,.MobileCatalogSubItem__list-item:hover{background:#f3f0e9}.MobileCatalogSubItem__list-item:active .MobileCatalogSubItem__list-item-name::after,.MobileCatalogSubItem__list-item:hover .MobileCatalogSubItem__list-item-name::after{background-image:url(../assets/header/catalog-arrow-16x16-hover.svg)}.MobileCatalogSubItem__list-item-name{font-weight:500;font-size:16px;color:#262729;transition:all 250ms ease-in-out;display:flex}.MobileCatalogSubItem__list-item-name::after{content:"";width:16px;min-width:16px;height:16px;background-image:url(../assets/header/catalog-arrow-16x16.svg);background-size:100% 100%;transition:all 250ms ease-in-out;right:40px;margin-left:auto}.MobileCatalogSubItem__list-item-price{font-weight:400;font-size:14px;margin-top:8px;color:#666e7a}.SideBarClient{display:flex;flex-direction:column}.SideBarClient__button{display:flex;align-items:center;width:100%;padding:16px;border-radius:16px;transition:all 250ms ease-in-out;background:0 0}@media screen and (min-width:1366px){.SideBarClient__button:hover{cursor:pointer;background:#f3f0e9}}.SideBarClient__button:active{background:#e8e1d4}.SideBarClient__button-text{font-weight:500;font-size:14px;color:#262729}.SideBarClient__button-arrow{margin-left:auto;transition:all 250ms ease-in-out;background:url(../assets/header/plus-16x16.svg);width:16px;height:16px;background-size:100% 100%}.SideBarClient__button.active .SideBarClient__button-arrow{background:url(../assets/header/minus-16x16.svg)}.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:400;font-size:14px;color:#262729}.SideBarSocButtons{margin:16px 0 16px 16px;display:flex;align-items:center}.SideBarSocButtons__button{width:32px;height:32px;margin-left:24px;background-size:24px 24px;background-repeat:no-repeat;background-position:center;position:relative;transition:all 250ms ease-in-out;border-radius:50%}.SideBarSocButtons__button:first-child{margin-left:0}.SideBarSocButtons__button:hover{background-color:#f3f0e9}.SideBarSocButtons__button.telegram{background:url(../assets/header/telegramm-logo.svg)}.SideBarSocButtons__button.instagram{background-image:url(../assets/header/instagramm-logo.svg)}.SideBarSocButtons__button.youtube{background-image:url(../assets/header/youtube-logo.svg)}.SideBarSocButtons__button.facebook{background-image:url(../assets/header/facebook-logo-black.svg)}.UserBlock{display:flex;margin-top:12px}@media screen and (max-width:1365px){.UserBlock{margin-bottom:-4px}}.UserBlock__no-log{display:flex;flex-direction:column;width:100%}.UserBlock__no-log-container{display:flex;padding:4px 16px;align-items:center;background:0 0;border-radius:16px;transition:all 250ms ease-in-out}.UserBlock__no-log-container:hover{background-color:#f3f0e9;cursor:pointer}.UserBlock__no-log-wrapper{width:40px;height:40px;display:flex;align-items:center;justify-content:space-around;border-radius:20px;background:#f3f0e9}.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:500;font-size:14px;color:#262729;margin-left:16px}.UserBlock__no-log-bottom-text{line-height:20px;font-weight:400;font-size:14px;color:#969aa3;padding:0 16px;margin-top:8px}.UserBlock__logged{display:flex;flex-direction:column;width:100%;margin-left:16px}.UserBlock__logged-button{display:grid;grid-template-columns:40px 1fr;grid-column-gap:16px;width:100%}.UserBlock__logged-button-wrapper{width:40px;height:40px;background:#55559d;border-radius:20px;color:#fff;font-weight:500;font-size:20px;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-name{color:#262729;font-weight:500;font-size:14px}.UserBlock__logged-button-text-email{font-weight:500;font-size:14px;color:#969aa3;margin-top:8px}.UserBlock__logged-button-text-button{display:flex;padding:8px 12px;color:#55559d;background:#fff;text-transform:uppercase;font-size:12px;font-weight:500;align-items:center;width:-moz-max-content;width:max-content;margin-top:12px;border-radius:12px}@media screen and (max-width:1365px){.UserBlock__logged-button-text-button{padding:5px 12px;border-radius:12px;background:#55559d;color:#fff;margin-top:16px}}.UserBlock__logged-button-text-button:hover{cursor:pointer}@media screen and (min-width:1366px){.UserBlock__logged-button-text-button:hover{background:#eeeef5}}.UserBlock__logged-button-text-button:active{background:#ddddeb}.UserBlock__logged-button-text-button:before{content:"";display:flex;width:16px;height:16px;background:url(../assets/header/edit-icon.svg);margin-right:8px}@media screen and (max-width:1365px){.UserBlock__logged-button-text-button:before{display:none}}.FullCharacteristicsGroupItem{display:grid;grid-template-columns:1fr 1fr;padding:22px 24px;position:relative;grid-column-gap:24px;background:0 0;border-radius:16px}.FullCharacteristicsGroupItem:nth-child(odd){background:#f5f7fa}@media screen and (max-width:1365px){.FullCharacteristicsGroupItem{display:flex;flex-direction:column;grid-gap:0;border-radius:0;padding:18px 20px}}@media screen and (max-width:767px){.FullCharacteristicsGroupItem{padding:18px 16px}}.FullCharacteristicsGroupItem__name{width:100%;position:relative;display:flex}.FullCharacteristicsGroupItem__name-text{font-weight:400;font-size:16px;line-height:20px;color:#262729;width:-moz-fit-content;width:fit-content;position:relative;padding-right:24px}.FullCharacteristicsGroupItem__name-hint{width:24px;height:24px;background-image:url(../assets/product-card/hint-questionmark.svg);position:relative;padding-right:20px;background-repeat:no-repeat}.FullCharacteristicsGroupItem__name-hint:before{width:32px;height:32px;box-shadow:0 2px 8px 0 rgba(0,0,0,.16);background-color:#fff;background-image:url(../assets/header/cross-16x16.svg);background-size:16px 16px;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}.FullCharacteristicsGroupItem__name-hint:hover{cursor:pointer}.FullCharacteristicsGroupItem__name-hint-popup{width:360px;height:-moz-fit-content;height:fit-content;padding:24px;box-shadow:0 2px 8px 0 rgba(0,0,0,.16);background:#fff;position:absolute;top:calc(100% + 10px);z-index:1}@media screen and (max-width:767px){.FullCharacteristicsGroupItem__name-hint-popup{position:fixed;bottom:25px;top:unset;left:0;right:0;width:calc(100% - 32px);height:-moz-max-content;height:max-content;margin:0 auto}}.FullCharacteristicsGroupItem__value{font-weight:500;font-size:16px;color:#262729;position:relative;text-align:left}@media screen and (max-width:767px){.FullCharacteristicsGroupItem__value{margin-top:8px;text-align:unset;font-size:14px}}.BadgeHeader{display:flex;align-items:flex-start;justify-content:space-between;width:calc(100% + 8px);margin-top:-8px}@media screen and (max-width:767px){.BadgeHeader{width:100%;margin-top:0}}.BadgeHeader__name{font-weight:500;font-size:24px;color:#262729;cursor:default}.BadgeHeader__close{width:40px;min-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:50%;margin-top:2px}@media screen and (max-width:767px){.BadgeHeader__close{width:24px;min-width:24px;height:24px}}.BadgeHeader__close:hover{cursor:pointer;background-color:#f3f0e9}.BadgeHeader__close:active{background-color:#f3f0e9}.BadgePopupComplete{display:flex;flex-direction:column;margin-top:64px;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:24px}.BadgePopupComplete__text-top{font-weight:500;font-size:20px;color:#262729;text-align:center}.BadgePopupComplete__text-sub{margin-top:16px;font-weight:400;font-size:16px;line-height:22px;color:#666e7a;text-align:center}.BadgesPopupCardPaySale{display:flex;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:20px 24px 24px}@media screen and (max-width:767px){.BadgesPopupCardPaySale{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:12px 16px 85px;overflow-x:auto}}.BadgesPopupCardPaySale__head{display:flex;justify-content:space-between}.BadgesPopupCardPaySale__head-name{font-weight:500;font-size:24px;line-height:32px;color:#262729}.BadgesPopupCardPaySale__head-close{display:flex;background-image:url(../assets/product-card/popup-close.svg);background-size:24px 24px;background-position:center;background-repeat:no-repeat;width:40px;height:40px;border-radius:50%;transition:all 250ms ease-in-out;margin-right:-8px;margin-top:-4px}.BadgesPopupCardPaySale__head-close:hover{cursor:pointer;background-color:#f3f0e9}.BadgesPopupCardPaySale__head-close:active{background-color:#e8e1d4}.BadgesPopupCardPaySale__body{display:flex;flex-direction:column;margin-top:16px}.BadgesPopupCardPaySale__body ol li,.BadgesPopupCardPaySale__body p{color:#262729;font-size:16px;font-weight:400;line-height:140%}.BadgesPopupCardPaySale__body ol{margin-top:10px;padding-left:16px}.BadgesPopupCardPaySale__body ol li{margin-top:3px}.BadgesPopupCardPaySale__body div{margin-top:16px;color:#969aa3;font-size:13px;font-weight:500;line-height:140%}.BadgesPopupConsult{display:flex;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:24px}@media screen and (max-width:767px){.BadgesPopupConsult{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.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;line-height:20px}.BadgesPopupConsult__body-buttons{margin-top:8px}.BadgesPopupConsult__body-buttons-button{width:100%;height:48px;border-radius:24px;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:500;font-size:16px;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/telegram-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{background:#8a6827}.BadgesPopupConsult__body-buttons-button.phone span:before{background-image:url(../assets/product-card/phone-logo.svg)}.BudgesPopupCredit{display:flex;flex-direction:column;width:780px;height:-moz-fit-content;height:fit-content;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.16);border-radius:16px;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:16px;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-link,.BudgesPopupCredit__foot-text{color:#969aa3;font-weight:500;font-size:13px}.BudgesPopupCredit__foot-link{color:#55559d;margin-left:auto;width:-moz-max-content;width:max-content;text-decoration:underline}@media screen and (max-width:870px){.BudgesPopupCredit__foot-link{margin-left:0}}.BudgesPopupCredit__foot-link:hover{color:#6666a7;text-decoration:unset}.BudgesPopupCredit .OverlayPreloader{border-radius:16px}.BadgesPopupDeliveryToday{display:flex;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:24px}@media screen and (max-width:767px){.BadgesPopupDeliveryToday{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.BadgesPopupDeliveryToday__body{display:flex;flex-direction:column;margin-top:16px}.BadgesPopupDeliveryToday__body-text{display:flex;flex-direction:column;gap:12px}.BadgesPopupConsult__body-text p,.BadgesPopupDeliveryToday__body-text p{font-weight:400;font-size:16px;color:#262729}.BadgesPopupDeliveryToday__body-text p span{color:#568f64}.BadgesPopupFastOrder{display:flex;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:24px;position:relative}@media screen and (max-width:767px){.BadgesPopupFastOrder{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.BadgesPopupFastOrder__body{display:flex;flex-direction:column}.BadgesPopupFastOrder__body-text{font-weight:400;font-size:16px;line-height:22px;color:#262729;margin-top:16px}.BadgesPopupFastOrder__body-inputs{display:flex;flex-direction:column;width:100%}.BadgesPopupFastOrder__body-inputs .FormInput,.BadgesPopupFastOrder__body-inputs .FormPhone,.BadgesPopupFastOrder__body-inputs .PrimaryButton{margin-top:24px}.BadgesPopupFastOrder__body-offert{margin-top:24px;font-weight:500;font-size:13px;line-height:18px;color:#969aa3}.BadgesPopupFastOrder__body-offert a,.BadgesPopupOpenBox__body-offert a{color:#55559d;text-decoration:underline}.BadgesPopupFastOrder__body-offert a:hover,.BadgesPopupOpenBox__body-offert a:hover{text-decoration:unset}.BadgesPopupFastOrder .OverlayPreloader{border-radius:16px}.BadgesPopupFreeDelivery{display:flex;flex-direction:column;width:480px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:24px 24px 8px}@media screen and (max-width:767px){.BadgesPopupFreeDelivery{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.BadgesPopupFreeDelivery__body{display:flex;flex-direction:column}.BadgesPopupFreeDelivery__body-text{font-weight:400;font-size:16px;margin-top:16px;color:#262729;line-height:22px}.BadgesPopupFreeDelivery__body-text span{font-weight:500;color:#568f64}.BadgesPopupFreeDelivery__body-list{display:flex;flex-direction:column;margin-top:8px}.BadgesPopupFreeDelivery__body-list-item{display:flex;align-items:center;padding:20px 0;border-bottom:1px solid #ebeef5;position:relative}@media screen and (max-width:767px){.BadgesPopupFreeDelivery__body-list-item{padding:16px 0;align-items:flex-start}}.BadgesPopupFreeDelivery__body-list-item img{width:24px;height:24px;display:flex}.BadgesPopupFreeDelivery__body-list-item p{display:flex;gap:16px;justify-content:space-between;margin-left:16px}@media screen and (max-width:767px){.BadgesPopupFreeDelivery__body-list-item p{flex-direction:column;gap:8px}}.BadgesPopupFreeDelivery__body-list-item p span{font-weight:400;font-size:16px;color:#262729;line-height:16px}.BadgesPopupFreeDelivery__body-list-item p span:last-child{font-weight:500}.BadgesPopupFreeDelivery__body-list-item:last-child{border-bottom:none}.BadgesPopupGift{display:flex;flex-direction:column;width:708px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:20px 24px 24px}@media screen and (max-width:790px){.BadgesPopupGift{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:12px 16px 85px;overflow-x:auto}}.BadgesPopupGift__head{display:flex;justify-content:space-between}.BadgesPopupGift__head-name{font-weight:500;font-size:24px;line-height:32px;color:#262729}.BadgesPopupGift__head-close{display:flex;background-image:url(../assets/product-card/popup-close.svg);background-size:24px 24px;background-position:center;background-repeat:no-repeat;width:40px;height:40px;transition:all 250ms ease-in-out;margin-right:-8px;margin-top:-4px;border-radius:50%}.BadgesPopupGift__head-close:hover{background-color:#f3f0e9;cursor:pointer}.BadgesPopupGift__head-close:active{background-color:#e8e1d4}@media screen and (max-width:790px){.BadgesPopupGift__head-close{margin-right:-4px;margin-top:-4px}}.BadgesPopupGift__body{display:flex;flex-direction:column}.BadgesPopupGift__body-top{margin-top:16px;color:#262729;font-size:14px;font-weight:400;line-height:160%}.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:320px;min-width:320px;height:320px;display:flex}@media screen and (max-width:790px){.BadgesPopupGift__body-container-wrapper{width:100%;min-width:unset;height:auto}}.BadgesPopupCreditItem__wrapper img,.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}.BadgesPopupGift__body-container-right-code-item{display:flex;align-items:center;background:0 0;border-radius:16px;border:1px solid #ebeef5;width:-moz-max-content;width:max-content;padding:8px 12px 8px 16px;margin-left:8px;color:#262729;font-weight:400;line-height:16px;font-size:14px;position:relative;transition:all 250ms ease-in-out}.BadgesPopupGift__body-container-right-code-item:first-child{margin-left:0}.BadgesPopupGift__body-container-right-code-item-value{color:#262729;font-weight:500;margin-left:4px}.BadgesPopupGift__body-container-right-code-item-icon::after{content:"";display:flex;width:24px;height:24px;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{background:#f5f7fa;cursor:pointer}.BadgesPopupGift__body-container-right-code-item:active{background:#ebeef5}.BadgesPopupGift__body-container-right-name{color:#262729;font-size:20px;font-weight:500;line-height:24px;margin-top:16px}.BadgesPopupGift__body-container-right .ProductItemRating{margin-top:16px}.BadgesPopupGift__body-container-right .ProductItemRating__count-word{font-size:14px}.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:#969aa3;font-size:14px;font-weight:400;text-decoration:line-through}.BadgesPopupGift__body-container-right-bottom-price-old-discount{text-decoration:none;border-radius:10px;background:rgba(255,50,84,.32);padding:3px 8px;font-size:12px;color:#fff;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:#a3463b;font-size:32px;font-weight:500;line-height:40px}.BadgesPopupGift__body-container-right-bottom-price-new-cashback{color:#262729;font-size:14px;font-weight:400;line-height:16px}.BadgesPopupGift__body-container-right-bottom-price-new-cashback span{color:#a3463b;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:#8a6827;transition:all 250ms ease-in-out;color:#fff;font-size:16px;font-weight:500;line-height:20px;text-transform:uppercase;padding:10px 24px}@media screen and (max-width:790px){.BadgesPopupGift__body-container-right-bottom-button{width:100%}}.BadgesPopupGift__body-container-right-bottom-button:hover{cursor:pointer;background:#a18652}.BadgesPopupGift__body-container-right-bottom-button:active{background:#96773d}.BadgesPopupGift__body-bottom{display:flex;margin-top:20px}@media screen and (max-width:790px){.BadgesPopupGift__body-bottom{width:calc(100% + 30px);margin-left:-15px;margin-top:32px}}.BadgesPopupLive{display:flex;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:24px;position:relative}@media screen and (max-width:767px){.BadgesPopupLive{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.BadgesPopupLive__body{display:flex;flex-direction:column}.BadgesPopupLive__body-text{font-weight:400;font-size:16px;line-height:22px;color:#262729;margin-top:16px}.BadgesPopupLive__body-inputs{display:flex;flex-direction:column;width:100%}.BadgesPopupLive__body-inputs .FormInput,.BadgesPopupLive__body-inputs .FormPhone{margin-top:24px}.BadgesPopupLive__body-data{display:flex;flex-direction:column;margin-top:24px}.BadgesPopupLive__body-data-head{font-weight:500;font-size:14px;color:#262729}.BadgesPopupLive__body-data-container{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:16px}.BadgesPopupLive__body-data-container .date-button{height:36px;border-radius:18px}.BadgesPopupLive__body-time{margin-top:24px;display:flex;flex-direction:column}.BadgesPopupLive__body-time-head{font-weight:500;font-size:14px;color:#262729}.BadgesPopupLive__body-time-container{display:flex;overflow-y:auto;margin-top:24px}.BadgesPopupLive__body-time-container::-webkit-scrollbar{display:none}.BadgesPopupLive__body-time-container .time-button{width:-moz-max-content;width:max-content;min-width:-moz-max-content;min-width:max-content;margin-right:8px}.BadgesPopupLive__body .submit{margin-top:24px}.BadgesPopupLive__body-link{font-weight:500;font-size:13px;color:#55559d;margin:24px auto 0;width:-moz-max-content;width:max-content;text-decoration:underline}.BadgesPopupLive__body-link:hover{color:#6666a7;text-decoration:unset}.BadgesPopupLive .OverlayPreloader{border-radius:16px}.BadgesPopupOpenBox{display:flex;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:24px;position:relative}@media screen and (max-width:767px){.BadgesPopupOpenBox{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.BadgesPopupOpenBox__body{display:flex;flex-direction:column}.BadgesPopupOpenBox__body-text{font-weight:400;font-size:16px;line-height:22px;color:#262729;margin-top:16px}.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-offert{margin-top:24px;font-weight:500;font-size:13px;line-height:18px;color:#969aa3}.BadgesPopupOpenBox .OverlayPreloader{border-radius:16px}.BadgesPopupPickMagazine{display:flex;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:24px}@media screen and (max-width:767px){.BadgesPopupPickMagazine{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.BadgesPopupPickMagazine__body{display:flex;flex-direction:column;margin-top:16px}.BadgesPopupPickMagazine__body-text{display:flex;flex-direction:column;gap:3px}.BadgesPopupPickMagazine__body-text p{font-size:16px;font-weight:400;line-height:25px;color:#262729}.BadgesPopupPickMagazine__body-text p:last-child{color:#8a6827}.BadgesPopupPickMagazine__body-image{display:flex;margin-top:24px;background:url(../assets/product-card/store-map.png);background-size:cover;width:416px;height:232px;position:relative}@media screen and (max-width:767px){.BadgesPopupPickMagazine__body-image{position:relative;padding-bottom:56.25%;height:0;width:100%}}.BadgesPopupPickMagazine__body-image:after{width:32px;height:32px;content:"";background:url(../assets/product-card/store-map-sub.svg);position:absolute;right:8px;top:8px}.BadgesPopupPriceless{display:flex;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:24px;position:relative}@media screen and (max-width:767px){.BadgesPopupPriceless{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.BadgesPopupPriceless__body{display:flex;flex-direction:column}.BadgesPopupPriceless__body-text,.BadgesPopupReturn__body p{font-weight:400;font-size:16px;line-height:20px;color:#262729;margin-top:16px}.BadgesPopupPriceless__body-inputs{display:flex;flex-direction:column;width:100%}.BadgesPopupPriceless__body-inputs .FormInput,.BadgesPopupPriceless__body-inputs .FormPhone{margin-top:24px}.BadgesPopupPriceless__body-inputs .PrimaryButton{margin-top:24px;height:48px;border-radius:24px}.BadgesPopupPriceless__body-inputs-link{font-weight:500;font-size:13px;color:#55559d;margin:24px auto 0;width:-moz-max-content;width:max-content;text-decoration:underline}.BadgesPopupPriceless__body-inputs-link:hover{color:#6666a7;text-decoration:unset}.BadgesPopupPriceless .OverlayPreloader{border-radius:16px}.BadgesPopupReturn{display:flex;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:20px 24px 24px;position:relative;box-shadow:0 4px 16px 0 rgba(0,0,0,.16)}@media screen and (max-width:767px){.BadgesPopupReturn{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:12px 16px 85px;overflow-x:auto}}.BadgesPopupReturn__head{display:flex;justify-content:space-between}.BadgesPopupReturn__head-name{font-weight:500;font-size:24px;line-height:32px;color:#262729}.BadgesPopupReturn__head-close{display:flex;background-image:url(../assets/product-card/popup-close.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;width:40px;height:40px;transition:all 250ms ease-in-out;border-radius:50%;margin-right:-8px;margin-top:-4px}.BadgesPopupReturn__head-close:hover{background-color:#f3f0e9;cursor:pointer}.BadgesPopupReturn__head-close:active{background-color:#e8e1d4}.BadgesPopupReturn__body{display:flex;flex-direction:column;margin-top:16px}.BadgesPopupReturn__body p{line-height:140%}.BadgesPopupReturn__body p:first-child{margin-top:0}.BadgesPopupReturn__body a{display:flex;color:#55559d;margin-top:4px;transition:all 250ms ease-in-out;font-size:16px;font-weight:500;line-height:20px;text-decoration:underline}.BadgesPopupReturn__body a:hover{text-decoration:none}.BadgesPopupSale{display:flex;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:24px;position:relative}@media screen and (max-width:767px){.BadgesPopupSale{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.BadgesPopupSale__body{display:flex;flex-direction:column;margin-top:24px}.BadgesPopupSale__body p{font-weight:400;font-size:16px;line-height:22px;color:#262729;margin-top:16px}.BadgesPopupSale__body p:first-child{color:#f05;margin-top:0}.BadgesPopupSale__body a{width:100%;height:48px;display:flex;align-items:center;justify-content:space-around;background:#8a6827;color:#f3f0e9;border-radius:24px;margin-top:24px;transition:all 250ms ease-in-out}.BadgesPopupSale__body a:hover{cursor:pointer;background:#a18652}.BadgesPopupSendToday{display:flex;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;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:16px}.BadgesPopupSendToday__body-text{font-weight:400;font-size:16px;color:#262729;line-height:20px}.BadgesPopupSendToday__body-text span{font-weight:500}.BadgesPopupSendToday__body-delivery{display:flex;flex-direction:column;margin-top:24px}@media screen and (max-width:767px){.BadgesPopupSendToday__body-delivery{margin-top:16px}}.BadgesPopupSendToday__body-delivery-text{font-weight:500;font-size:16px;color:#262729}.BadgesPopupSendToday__body-delivery-container{margin-top:16px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px}@media screen and (max-width:767px){.BadgesPopupSendToday__body-delivery-container{grid-template-columns:repeat(2,1fr)}}.BadgesPopupSendToday__body-delivery-container-item{display:flex;flex-direction:column;padding:13px 8px;border:1px solid #ebeef5;border-radius:16px}.BadgesPopupSendToday__body-delivery-container-item-wrapper{width:24px;height:24px;display:flex;margin:0 auto}.BadgesPopupSendToday__body-delivery-container-item-wrapper.new-post{background:url(../assets/product-card/new-post.svg)}.BadgesPopupSendToday__body-delivery-container-item-wrapper.justin{background:url(../assets/product-card/justin.svg)}.BadgesPopupSendToday__body-delivery-container-item-wrapper.ukr-post{background: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:8px;font-weight:500;font-size:12px;line-height:14px;color:#262729;text-align:center}.BadgesPopupTestDrive{display:flex;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:24px;position:relative}@media screen and (max-width:767px){.BadgesPopupTestDrive{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.BadgesPopupTestDrive__body{display:flex;flex-direction:column}.BadgesPopupTestDrive__body-text{font-weight:400;font-size:16px;line-height:22px;color:#262729;margin-top:16px}.BadgesPopupTestDrive__body-text span{color:#8a6827}.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:500;font-size:13px;color:#55559d;margin:24px auto 0;width:-moz-max-content;width:max-content;text-decoration:underline}.BadgesPopupTestDrive__body-inputs-link:hover{color:#6666a7;text-decoration:unset}.BadgesPopupTestDrive .OverlayPreloader{border-radius:16px}.BadgesPopupWarranty{display:flex;flex-direction:column;width:464px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:24px}@media screen and (max-width:767px){.BadgesPopupWarranty{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:16px}}.BadgesPopupWarranty__body{margin-top:16px;font-weight:400;font-size:14px;line-height:22px;color:#262729}.BadgesPopupWarranty__body span{font-weight:500;color:#8a6827}.BadgesPopupWarranty__body a{text-decoration:underline;color:#55559d}.ColorItem{display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;border-radius:8px;width:64px;min-width:64px;height:64px;position:relative}.ColorItem:after,.ColorItem__img{width:100%;height:100%;border-radius:8px}.ColorItem:after{content:"";position:absolute;left:0;top:0;border:1px solid #edeff2;transition:all 250ms ease-in-out;box-shadow:0 0 0 2px transparent}.ColorItem:hover:after{cursor:pointer;border:1px solid #8a6827}.ColorItem.active:after{border:1px solid #8a6827;box-shadow:0 0 0 1px #8a6827;opacity:1}.ColorItem.disabled{cursor:default}.ColorItem.disabled:before{content:"";position:absolute;width:40px;height:40px;background-image:url(../assets/product-card/disable-color.svg);background-size:100% 100%;margin:auto;top:0;left:0;right:0;bottom:0;z-index:2}.ColorItem.disabled .ColorItem__img{opacity:.5}.ColorItem.disabled:after{border:1px solid #c3cad9!important;box-shadow:0 0 0 1px transparent!important}.ColorItem__img{border:2px solid #f6f8fb}.SizeItem{border:1px solid #e1e4eb;box-sizing:border-box;border-radius:8px;padding:12px;display:flex;flex-direction:column;transition:all 250ms ease-in-out;position:relative;box-shadow:0 0 0 1px transparent}@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 #8a6827;cursor:pointer}.SizeItem.active{border:1px solid #8a6827;box-shadow:0 0 0 1px #8a6827}.SizeItem.preorder{padding:12px 38px 12px 12px;border:1px solid #9999c4;justify-content:center}.BadgesPopupCreditSelect__input::after,.SizeItem.preorder:before{content:"";position:absolute;width:16px;height:16px;background-size:100% 100%}.SizeItem.preorder:before{background-image:url(../assets/product-card/preorder-size-icon.svg);top:0;bottom:0;margin-top:auto;margin-bottom:auto;right:10px}.SizeItem.preorder:hover{border:1px solid #9999c4;box-shadow:0 0 0 1px #9999c4}.SizeItem.preorder.active{border:1px solid #55559d;box-shadow:0 0 0 1px #55559d}.SizeItem.active.disabled,.SizeItem.disabled{background:#f6f8fb;border-radius:8px;border:1px solid #f6f8fb;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:hover{border:1px solid #f6f8fb;box-shadow:0 0 0 1px #f6f8fb;cursor:default}.SizeItem.disabled .SizeItem__name,.SizeItem.disabled .SizeItem__value{color:#969aa3!important}.SizeItem.disabled.active{border:2px solid #8a6827!important}.SizeItem__name,.SizeItem__value{font-weight:400;font-size:14px;color:#262729;white-space:nowrap}.SizeItem__value{font-weight:500;margin-top:8px}.AddReviewPopupRating{display:flex;width:100%;justify-content:space-around}.AddReviewPopupRating__container{display:flex;flex-direction:column;padding:0 20px;align-items:center}@media screen and (max-width:767px){.AddReviewPopupRating__container{padding:0}}.AddReviewPopupRating__container:hover{cursor:pointer}.AddReviewPopupRating__container-star{width:32px;height:29px;background-image:url(../assets/product-card/review-rating-star-big-empty.svg);display:flex;background-size:32px 29px;transition:all 250ms ease-in-out}.AddReviewPopupRating__container-text{font-weight:500;font-size:14px;color:#8590a6;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)}.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:#262729;font-size:16px;font-weight:500;line-height:20px}.SupportPageBenefitsItem__content-description{margin-top:12px;color:#666e7a;font-size:14px;font-weight:400;line-height:140%}.BadgesPopupCreditItem{display:flex;align-items:center;padding:16px;border-radius:16px;border:1px solid #ebeef5;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:400;line-height:20px;color:#262729}.BadgesPopupCreditItem__info-count,.BadgesPopupCreditItem__info-text{font-size:14px;font-weight:400;line-height:16px;color:#666e7a}.BadgesPopupCreditItem__select{width:160px;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:500;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:270px;height:48px;border-radius:24px}@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,.BadgesPopupCreditSelect__list{background:#fff;border-radius:8px;transition:all 250ms ease-in-out}.BadgesPopupCreditSelect__input{border:1px solid #d3d7e0;box-shadow:unset;padding:10px 16px;position:relative}.BadgesPopupCreditSelect__input:hover{cursor:pointer;border:1px solid #8a6827}.BadgesPopupCreditSelect__input::after{top:10px;right:12px;background:url(../assets/product-card/arrow-down-16x16.svg);transition:all 250ms ease-in-out}.BadgesPopupCreditSelect__input input{font-weight:400;font-size:14px;color:#262729;pointer-events:none}.BadgesPopupCreditSelect__input.active{border:1px solid #8a6827;box-shadow:0 0 0 2px rgba(138,104,39,.16)}.BadgesPopupCreditSelect__input.active::after{transform:rotate(180deg)}.BadgesPopupCreditSelect__list{width:100%;left:0;top:calc(100% + 12px);box-sizing:border-box;flex-direction:column;box-shadow:0 4px 16px 0 rgba(0,0,0,.08);position:absolute;max-height:232px;overflow-y:auto;opacity:0;display:flex;padding:8px 0;pointer-events:none;z-index:2}.BadgesPopupCreditSelect__list.active{opacity:1;pointer-events:all}.BadgesPopupCreditSelect__list-item{padding:10px 16px;background:#fff;transition:all 250ms ease-in-out;color:#262729;font-size:14px;font-weight:400}.BadgesPopupCreditSelect__list-item:hover{background:#f3f0e9;cursor:pointer}