@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-white-item-anim{to{transform:translateX(100%)}}@keyframes skeleton-anim{to{transform:translateX(100%)}}.CatalogPage{display:flex;flex-direction:column;max-width:1600px;margin:20px auto 0;width:100%}@media screen and (max-width:1919px){.CatalogPage{max-width:1420px;margin:16px auto 0}}@media screen and (max-width:1600px){.CatalogPage{max-width:1360px}}@media screen and (max-width:1439px){.CatalogPage{max-width:1300px}}@media screen and (max-width:1365px){.CatalogPage{max-width:calc(100% - 30px)}}@media screen and (max-width:767px){.CatalogPage{max-width:calc(100% - 20px)}}.CatalogPage__top{display:flex;justify-content:space-between}.CatalogPage__top-filter,.CatalogPage__top-sort{font-weight:500;font-size:14px;color:#2f2d40;height:40px;align-items:center;justify-content:center;padding:0 12px;display:none;background:#fff;border-radius:8px;width:100%}.CatalogPage__top-filter:hover,.CatalogPage__top-sort:hover,.FormCheckbox.full:hover{cursor:pointer}.CatalogPage__top-filter:last-child,.CatalogPage__top-sort:last-child{margin-left:20px}@media screen and (max-width:767px){.CatalogPage__top-filter:last-child,.CatalogPage__top-sort:last-child{margin-left:10px}}@media screen and (max-width:1365px){.CatalogPage__top-filter,.CatalogPage__top-sort{display:flex}}.CatalogPage__top-filter::before,.CatalogPage__top-sort::before{content:"";width:16px;height:16px;background:url(../assets/catalog/filter-button-icon.svg);display:flex;margin-right:12px}.CatalogPage__top-sort::before{background:url(../assets/catalog/sort-button-icon.svg)}.CatalogPage__body{display:grid;grid-template-columns:320px 1fr;grid-column-gap:20px;margin-top:20px}@media screen and (max-width:1919px){.CatalogPage__body{grid-template-columns:280px 1fr;margin-top:15px;grid-column-gap:32px}}@media screen and (max-width:1599px){.CatalogPage__body{grid-template-columns:300px 1fr;grid-column-gap:20px}}@media screen and (max-width:1439px){.CatalogPage__body{grid-template-columns:260px 1fr}}@media screen and (max-width:1365px){.CatalogPage__body{display:flex;grid-gap:0}}@media screen and (max-width:767px){.CatalogPage__body{margin:15px -10px 0}}.CatalogPage__overlay{position:fixed;width:100%;height:100vh;background:rgba(0,0,0,.25);left:0;top:0;display:flex}.ComparePage{width:100%;display:flex;flex-direction:column;margin-top:30px;margin-bottom:40px}@media screen and (max-width:1365px){.ComparePage{margin-top:20px;margin-bottom:-10px}}.ComparePage__title{font-size:32px;font-weight:500;line-height:40px;color:#2f2d40;max-width:1600px;margin:0 auto;width:100%}@media screen and (max-width:1600px){.ComparePage__title{max-width:1320px}}@media screen and (max-width:1439px){.ComparePage__title{max-width:1300px}}@media screen and (max-width:1365px){.ComparePage__title{padding:0 20px;font-size:24px;line-height:32px;max-width:100%}}@media screen and (max-width:767px){.ComparePage__title{padding:0 15px}}.ComparePage__head{display:flex;justify-content:space-between;align-items:center;margin:20px auto 0;max-width:1600px;width:100%}@media screen and (max-width:1600px){.ComparePage__head{max-width:1320px}}@media screen and (max-width:1439px){.ComparePage__head{max-width:1300px}}@media screen and (max-width:1365px){.ComparePage__head{flex-direction:column;row-gap:20px;padding:0 20px;align-items:initial;margin-top:15px;max-width:100%}}@media screen and (max-width:767px){.ComparePage__head{padding:0 15px;row-gap:15px}}.ComparePage__head-left{display:flex;align-items:center;gap:20px}.ComparePage__head-left .CompareFormSelect{height:auto;width:250px}@media screen and (max-width:1365px){.ComparePage__head-left .CompareFormSelect{width:100%}}.ComparePage__head-left-button,.ComparePage__head-right{display:flex;gap:24px;align-items:center}.ComparePage__head-left-button{justify-content:center;padding:8px 16px 8px 12px;font-weight:500;font-size:14px;color:#f05;position:relative;border-radius:8px;transition:all 250ms ease-in-out;background:0 0;width:-moz-max-content;width:max-content;gap:8px}@media screen and (max-width:1365px){.ComparePage__head-left-button{padding:8px;width:40px;height:40px;justify-content:center}}.ComparePage__head-left-button::before{content:"";width:24px;height:24px;display:flex;background-image:url(../assets/compare-page/delete-icon-red.svg);background-position:center center;background-repeat:no-repeat}.ComparePage__head-left-button:hover{cursor:pointer;background:#ffe5ee}.ComparePage__head-left-button:active{background:rgba(255,0,85,.16)}@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:#f0ebff;max-width:1600px;margin:25px auto 0;width:100%;padding:22px 16px}@media screen and (max-width:1600px){.ComparePage__info{max-width:1320px}}@media screen and (max-width:1439px){.ComparePage__info{max-width:1300px}}@media screen and (max-width:1365px){.ComparePage__info{font-size:24px;line-height:32px;width:calc(100% - 30px);margin:15px 15px 0;padding:16px}.ComparePage__info span{display:block}}.ComparePage__info-text{color:#6734ff;font-size:14px;font-weight:500;text-align:center;line-height:140%}.ComparePage__body{display:flex;margin:24px auto 0;max-width:1600px;width:100%}@media screen and (max-width:1600px){.ComparePage__body{max-width:1320px}}@media screen and (max-width:1439px){.ComparePage__body{max-width:1300px}}@media screen and (max-width:1365px){.ComparePage__body{max-width:100%;margin-top:20px}}.ComparePageEmpty{margin:auto;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%}}@media screen and (max-width:767px){.ComparePageEmpty{padding:0 16px}}.ComparePageEmpty__container{width:708px;display:flex;flex-direction:column;align-items:center;margin:104px auto 48px}@media screen and (max-width:1600px){.ComparePageEmpty__container{margin:96px auto 48px}}@media screen and (max-width:1365px){.ComparePageEmpty__container{margin:64px auto 32px}}@media screen and (max-width:767px){.ComparePageEmpty__container{width:328px}}.ComparePageEmpty__container-image{height:320px;width:264px;background-image:url(../assets/compare-page/compare-image.svg);background-size:100% 100%;background-repeat:no-repeat;background-position:center center}@media screen and (max-width:1365px){.ComparePageEmpty__container-image{height:240px;width:198px}}.ComparePageEmpty__container-image img,.ProductItem__wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ComparePageEmpty__container-text{font-size:24px;font-weight:400;line-height:40px;margin-top:32px;color:#2f2d40}.ComparePageEmpty__container-descr{margin-top:16px;font-size:16px;font-weight:400;line-height:20px;text-align:center;color:#8590a6;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.ComparePageEmpty__container-descr:after{content:"";width:40px;height:40px;margin-left:8px;background-image:url(../assets/compare-page/compare-icon.svg);background-size:26px 22px;background-position:center;background-repeat:no-repeat;line-height:140%}.ComparePageEmpty__container-button{min-width:240px;margin-top:32px;padding:14px 16px;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all 250ms ease-in-out;position:relative;background:#6734ff;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{cursor:pointer;background:#794dff}@media screen and (max-width:767px){.ComparePageEmpty__container-button{min-width:295px}}.CategoryPage{display:flex;flex-direction:column;gap:40px;max-width:1600px;margin:0 auto 20px;width:100%}@media screen and (max-width:1919px){.CategoryPage{max-width:1420px}}@media screen and (max-width:1600px){.CategoryPage{max-width:1330px}}@media screen and (max-width:1439px){.CategoryPage{max-width:1300px}}@media screen and (max-width:1365px){.CategoryPage{max-width:100%;gap:30px;margin:0 auto -10px}}.FormCheckbox{display:flex;align-items:center}.FormCheckbox.full:hover input~.FormCheckbox__container-checkmark,.FormCheckbox__container:hover input~.FormCheckbox__container-checkmark{border:2px solid #2f2d40}.FormCheckbox.full .FormCheckbox__container{pointer-events:none}.FormCheckbox__container{display:block;position:relative;padding-left:20px;margin-bottom:20px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.FormCheckbox__container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.FormCheckbox__container-checkmark{position:absolute;top:0;left:2px;width:20px;height:20px;background:#fff;border:2px solid #dadee6;box-sizing:border-box;border-radius:4px;transition:all 250ms ease-in-out}.FormCheckbox__container input:checked~.FormCheckbox__container-checkmark{background:#6734ff;border:2px solid #6734ff}.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:3px;top:3px;width:10px;height:7px;border:solid #fff;border-width:0 0 2px 2px;transform:rotate(-45deg)}.FormCheckbox__text{font-weight:500;font-size:14px;color:#8590a6;margin-left:20px;display:inline}.FormCheckbox__text span:first-child{color:#2f2d40}.FormPhone{display:flex;flex-direction:column;width:100%}.FormPhone__label{display:flex;justify-content:space-between}.FormPhone__label-error,.FormPhone__label-ps{font-weight:500;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:#2f2d40;font-size:14px;margin-right:20px}.FormPhone__label-error{font-size:12px;color:#ff002b}.FormPhone__label-error.active,.FormPhone__label-ps.dirty,.FormPhone__label-ps.focus{margin-bottom:8px;max-height:20px}.FormPhone__container{position:relative;width:100%;background:#f6f8fb;border-radius:8px;border:2px solid #fff;transition:all 250ms ease-in-out;padding:12px 15px;display:flex}.FormPhone__container.focus{border:2px solid #6734ff;background:#fff}.FormPhone__container.focus::-moz-placeholder{color:transparent}.FormPhone__container.focus::placeholder{color:transparent}.FormPhone__container.dirty{background:#f0ebff}.FormPhone__container.error{background:#ffe5ea}.FormPhone__container.error input::-moz-placeholder{color:#f05}.FormPhone__container.error input::placeholder{color:#f05}.FormPhone__container.error .FormPhone__container-pre{color:#ff6598}.FormPhone__container.focus.dirty,.FormPhone__container.focus.error{background:#fff}.FormPhone__container.focus.error{border:2px solid #ff002b}.FormPhone__container-pre{font-weight:500;font-size:16px;color:#a3acbf;margin-right:8px}.FormPhone__container-input{font-weight:500;font-size:16px;color:#2f2d40;width:100%}.FormPhone__container-input::-moz-placeholder{color:#a3acbf;font-weight:500;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.FormPhone__container-input::placeholder{color:#a3acbf;font-weight:500;font-size:16px;transition:all 250ms ease-in-out}.FormInput{display:flex;flex-direction:column;width:100%;position:relative}.FormInput__label{display:flex;justify-content:space-between}.FormInput__label-ps{display:flex;flex-direction:column;width:-moz-max-content;width:max-content;color:#2f2d40;font-weight:500;font-size:14px;max-height:0;overflow:hidden;transition:all 250ms ease-in-out;margin-right:20px}@media screen and (max-width:767px){.FormInput__label-ps{width:-moz-max-content;width:max-content;min-width:-moz-max-content;min-width:max-content}}.FormInput__label-error{font-weight:500;font-size:12px;color:#ff002b;max-height:0;overflow:hidden;transition:all 250ms ease-in-out;width:-moz-max-content;width:max-content}.FormInput__label-error.active,.FormInput__label-ps.dirty,.FormInput__label-ps.focus{margin-bottom:8px;max-height:20px}.FormInput__container{position:relative;width:100%}.FormInput__container-input{font-weight:500;font-size:16px;color:#2f2d40;padding:12px 15px;width:100%;background:#f6f8fb;border-radius:8px;border:2px solid #fff;transition:all 250ms ease-in-out}.FormInput__container-input::-moz-placeholder{color:#a3acbf;font-weight:500;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.FormInput__container-input::placeholder{color:#a3acbf;font-weight:500;font-size:16px;transition:all 250ms ease-in-out}.FormInput__container-input.pass{padding:12px 45px 12px 15px}.FormInput__container-input.focus{border:2px solid #6734ff;background:#fff}.FormInput__container-input.focus::-moz-placeholder{color:transparent}.FormInput__container-input.focus::placeholder{color:transparent}.FormInput__container-input.dirty{background:#f0ebff}.FormInput__container-input.error{background:#ffe5ea}.FormInput__container-input.error::-moz-placeholder{color:#ff4080}.FormInput__container-input.error::placeholder{color:#ff4080}.FormInput__container-input.focus.dirty,.FormInput__container-input.focus.error{background:#fff}.FormInput__container-input.focus.error{border:2px solid #ff002b}.FormInput__container-pass-button{width:24px;height:24px;position:absolute;right:18px;top:11px;background:url(../assets/header/password-show.svg);background-size:100% 100%}.FormInput__container-pass-button:hover{cursor:pointer}.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}.FormSearchSelect,.FormSearchSelect__label{display:flex;flex-direction:column;width:100%}.FormSearchSelect{position:relative}.FormSearchSelect__label{color:#2f2d40;font-weight:500;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:#f6f8fb;border-radius:8px;border:2px solid #fff;transition:all 250ms ease-in-out;min-height:47px}.FormSearchSelect__container.focus{border:2px solid #6734ff;background:#fff}.FormSearchSelect__container.focus::-moz-placeholder{color:transparent}.FormSearchSelect__container.focus::placeholder{color:transparent}.FormSearchSelect__container.dirty{background:#f0ebff}.FormSearchSelect__container.error{background:#ffe5ea}.FormSearchSelect__container.focus.dirty,.FormSearchSelect__container.focus.error{background:#fff}.FormSearchSelect__container.focus.error{border:2px solid #ff002b}.FormSearchSelect__container-selected{color:#2f2d40;font-weight:500;font-size:16px;transition:all 250ms ease-in-out;opacity:1;padding:12px 15px}.FormSearchSelect__container-selected.inFocus{opacity:0}.FormSearchSelect__container-input{font-weight:500;font-size:16px;color:#2f2d40;width:100%;position:absolute;left:0;top:0;padding:12px 15px;height:100%}.FormSearchSelect__container-input::-moz-placeholder{color:#a3acbf;font-weight:500;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.FormSearchSelect__container-input::placeholder{color:#a3acbf;font-weight:500;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% + 10px);border:1px solid #edeff2;box-sizing:border-box;box-shadow:0 8px 24px rgba(47,45,64,.1);border-radius:8px;flex-direction:column;background:#fff;position:absolute;max-height:384px;overflow-y:auto;opacity:0;display:flex;transition:all 250ms ease-in-out;pointer-events:none;z-index:2}.FormSearchSelect__list.active{opacity:1;pointer-events:all}.FormSearchSelect__list-item{padding:10px 13px;background:#fff;transition:all 250ms ease-in-out;font-size:14px;font-weight:500;color:#2f2d40}.FormSearchSelect__list-item:first-child{border-radius:8px 8px 0 0}.FormSearchSelect__list-item:hover{background:#f6f8fb;cursor:pointer}.FormSearchSelect__list-preloader{display:flex;align-items:center;justify-content:space-around;height:100%;width:100%;background:rgba(255,255,255,.5);position:absolute;left:0;top:0;opacity:0;pointer-events:none;transition:opacity 250ms ease-in-out}.FormSearchSelect__list-preloader.active{pointer-events:all;opacity:1}.FormSearchSelect__list-more{display:flex;align-items:center;justify-content:space-around;padding:10px 13px;color:#fff;background:#6734ff}.FormSearchSelect__list-more:hover{cursor:pointer;background:#794dff}.FormSearchSelect__list-more:active{background:#572bd9}.FormSelect,.FormSelect__input{position:relative;transition:all 250ms ease-in-out}.FormSelect{width:100%;display:flex;flex-direction:column;box-sizing:border-box;background:#f6f8fb;border-radius:8px;border:2px solid #fff;min-height:47px}.FormSelect.active{border:2px solid #6734ff;background:#fff}.FormSelect__input{padding:12px 34px 12px 15px}.FormSelect__input:hover{cursor:pointer}.FormSelect__input::after{content:"";position:absolute;width:24px;height:24px;top:10px;right:10px;background:url(../assets/product-card/popup-select-arrow.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.FormSelect__input.active::after,.FormSelect__input:hover::after{background:url(../assets/product-card/popup-select-arrow-black.svg)}.FormSelect__input input{font-weight:500;font-size:16px;color:#2f2d40;pointer-events:none;width:100%}.FormSelect__input.active::after{transform:rotate(180deg)}.FormSelect__list,.FormSelect__list-item{background:#fff;transition:all 250ms ease-in-out}.FormSelect__list{width:100%;left:0;top:calc(100% + 10px);border:1px solid #edeff2;box-sizing:border-box;box-shadow:0 8px 24px rgba(47,45,64,.1);border-radius:8px;flex-direction:column;position:absolute;max-height:160px;overflow-y:auto;opacity:0;display:flex;pointer-events:none;z-index:2;padding:8px 0}.FormSelect__list.active{opacity:1;pointer-events:all}.FormSelect__list-item{padding:10px 13px;font-size:14px;font-weight:500;color:#2f2d40}.FormSelect__list-item:hover{background:#f6f8fb;cursor:pointer}.FormSelect__list-item.active{background:#f6f8fb}.FormTextArea,.FormTextArea__label{display:flex;flex-direction:column;width:100%}.FormTextArea__label{color:#2f2d40;font-weight:500;font-size:14px;max-height:0;overflow:hidden;transition:all 250ms ease-in-out}.FormTextArea__label.dirty,.FormTextArea__label.focus{max-height:20px;margin-bottom:8px}.FormTextArea__container{position:relative;width:100%}.FormTextArea__container-input{font-weight:500;font-size:16px;color:#2f2d40;padding:12px 15px;width:100%;background:#f6f8fb;border-radius:8px;border:2px solid #fff;transition:all 250ms ease-in-out;resize:none}.FormTextArea__container-input::-moz-placeholder{color:#a3acbf;font-weight:500;font-size:16px;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.FormTextArea__container-input::placeholder{color:#a3acbf;font-weight:500;font-size:16px;transition:all 250ms ease-in-out}.FormTextArea__container-input.pass{padding:12px 45px 12px 15px}.FormTextArea__container-input.focus{border:2px solid #6734ff;background:#fff}.FormTextArea__container-input.focus::-moz-placeholder{color:transparent}.FormTextArea__container-input.focus::placeholder{color:transparent}.FormTextArea__container-input.dirty{background:#f0ebff}.FormTextArea__container-input.error{background:#ffe5ea}.FormTextArea__container-input.focus.dirty,.FormTextArea__container-input.focus.error{background:#fff}.FormTextArea__container-input.focus.error{border:2px solid #ff002b}.FormTextArea__container-pass-button{width:24px;height:24px;position:absolute;right:18px;top:11px;background:url(../assets/header/password-show.svg);background-size:100% 100%}.FormTextArea__container-pass-button:hover{cursor:pointer}.FormTextArea__error{font-weight:500;font-size:12px;color:#ff002b;max-height:0;overflow:hidden;transition:all 250ms ease-in-out}.FormTextArea__error.active{margin-top:5px;max-height:20px}.Header{width:100%;height:70px;margin:0;padding:0;background:#6734ff;display:flex;align-items:center}@media screen and (max-width:767px){.Header{height:60px;z-index:4}}.Header__container{max-width:1600px;margin:0 auto;display:flex;align-items:center;width:100%}@media screen and (max-width:1919px){.Header__container{max-width:1420px}}@media screen and (max-width:1600px){.Header__container{max-width:1330px}}@media screen and (max-width:1439px){.Header__container{max-width:1300px}}@media screen and (max-width:1365px){.Header__container{max-width:100%;padding:0 20px}}@media screen and (max-width:767px){.Header__container{padding:0 10px}}.Header__container.checkout{max-width:1330px}@media screen and (max-width:767px){.Header__container.checkout{padding:0 15px}}.Header__container.checkout .Header-location__button{display:none}.Header__container.checkout .Header__container-logo{display:flex}.Footer__main-item-head::after,.Header__container-logo{background-size:100% 100%;transition:all 250ms ease-in-out}.Header__container-logo{width:73px;min-width:73px;height:30px;display:flex;background-image:url(../assets/header/wo-logo.svg);background-repeat:no-repeat;background-position:center}.Header__container-logo:hover{cursor:pointer;background-image:url(../assets/header/wo-logo-hover.svg)}@media screen and (max-width:767px){.Header__container-logo{display:none}}.Header__container-checkout-tel{display:flex;margin-left:auto}@media screen and (max-width:767px){.Header__container-checkout-tel{flex-direction:column}}.Header__container-checkout-tel a{font-weight:500;font-size:18px;color:#fff}@media screen and (max-width:767px){.Header__container-checkout-tel a{font-weight:600;font-size:14px}}.Header__container-checkout-tel p{font-weight:500;font-size:16px;color:#8590a6;margin-left:16px}@media screen and (max-width:767px){.Header__container-checkout-tel p{font-size:14px;margin-left:0;margin-top:3px}}.Preloader{width:60px;height:60px;margin:auto;position:relative;display:block}.Preloader__first,.Preloader__secont,.Preloader__third{width:100%;height:100%;position:absolute;top:0;left:0;border-radius:50%;border:6px solid transparent}.Preloader__first{border-top-color:#6334ff;border-right-color:#6334ff;z-index:3;animation:first 1000ms ease infinite}.Preloader__secont{border-top-color:#b7a1ff;border-right-color:#b7a1ff;z-index:2;animation:secont 1000ms ease 150ms infinite}.Preloader__third{border-top-color:#e7e9eb;border-right-color:#e7e9eb;z-index:1;animation:third 1000ms ease 350ms infinite}.MainPage{width:100%;max-width:1600px;margin:0 auto;display:flex;flex-direction:column}@media screen and (max-width:1919px){.MainPage{max-width:1420px}}@media screen and (max-width:1599px){.MainPage{max-width:1300px}}@media screen and (max-width:1439px){.MainPage{max-width:1240px}}@media screen and (max-width:1365px){.MainPage{max-width:100%}}.MainPage__top{display:grid;grid-template-columns:340px minmax(0,1fr);grid-gap:20px;margin-top:10px}@media screen and (max-width:1919px){.MainPage__top{grid-template-columns:280px minmax(0,1fr)}}@media screen and (max-width:1439px){.MainPage__top{display:flex;flex-direction:column-reverse;grid-gap:0}}.MainPage__top-left{z-index:2}@media screen and (max-width:1365px){.MainPage__top-left{padding:0 20px;margin-top:15px}}@media screen and (max-width:767px){.MainPage__top-left{padding:0 15px}}.MainPage__top-right{z-index:1}.ProductCardAccessories{width:100%;max-width:1600px;margin:0 auto;display:flex;flex-direction:column}@media screen and (max-width:1919px){.ProductCardAccessories{max-width:1420px}}@media screen and (max-width:1600px){.ProductCardAccessories{max-width:1330px}}@media screen and (max-width:1439px){.ProductCardAccessories{max-width:1300px}}@media screen and (max-width:1365px){.ProductCardAccessories{max-width:100%}}.ProductCardAccessories__name{color:#2f2d40;font-size:36px;font-weight:500;line-height:42px;margin-top:30px}.ProductCardAccessories__name span{color:#a3acbf}@media screen and (max-width:1365px){.ProductCardAccessories__name{font-size:20px;margin-top:0;padding:0 15px}}@media screen and (max-width:767px){.ProductCardAccessories__name{padding:0 10px}}.ProductCardAccessories__container{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:20px;width:100%;margin-top:20px}@media screen and (max-width:1600px){.ProductCardAccessories__container{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width:1365px){.ProductCardAccessories__container{margin-top:10px;padding:0 10px;grid-gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:767px){.ProductCardAccessories__container{grid-template-columns:repeat(2,minmax(0,1fr))}}.Footer,.ProductCardAccessories__container .ProductItem{width:100%}.Footer{display:flex;flex-direction:column;background:#fff;padding:40px 0;margin-top:60px}@media screen and (max-width:1365px){.Footer{padding:0 10px 40px}}.Footer__main{max-width:1600px;width:100%;margin:0 auto;display:grid;grid-template-columns:repeat(4,337px);grid-gap:25px}@media screen and (max-width:1919px){.Footer__main{grid-template-columns:repeat(4,340px);max-width:1420px}}@media screen and (max-width:1600px){.Footer__main{grid-template-columns:repeat(4,288px);max-width:1330px}}@media screen and (max-width:1439px){.Footer__main{grid-template-columns:repeat(4,281px);max-width:1330px}}@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{max-height:80px;overflow:hidden;border-bottom:1px solid #edeff2;padding:0 10px 30px;transition:all 400ms ease-in-out}.Footer__main-item.active{max-height:900px}.Footer__main-item.active .Footer__main-item-head::after{transform:translateY(-50%) rotate(180deg)}}.Footer__main-item-head{font-weight:500;font-size:14px;color:#8590a6;text-transform:uppercase;position:relative}.Footer__main-item-head::after{content:"";width:14px;height:8px;background:url(../assets/footer/arrow-down.svg);display:none;position:absolute;right:10px;top:50%;transform:translateY(-50%)}@media screen and (max-width:1365px){.Footer__main-item-head{margin-top:30px;font-weight:500;font-size:16px;color:#2f2d40}.Footer__main-item-head::after{display:flex}}.Footer__main-item-list{display:flex;flex-direction:column;margin-top:10px}@media screen and (max-width:1365px){.Footer__main-item-list{margin-top:30px}}.Footer__main-item-list-li{display:flex;margin-top:20px;font-weight:500;font-size:16px;color:#2f2d40}@media screen and (max-width:1365px){.Footer__main-item-list-li{margin-top:0;height:48px;align-items:center}.Footer__main-item-list-li:last-child{margin-bottom:-10px}}.Footer__main-item-list-li:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#6734ff}.Footer__main-contacts{display:flex;flex-direction:column}@media screen and (max-width:1365px){.Footer__main-contacts{max-height:80px;overflow:hidden;padding:0 10px 30px;transition:all 400ms ease-in-out}.Footer__main-contacts.active{max-height:900px}.Footer__main-contacts.active .Footer__main-contacts-head::after{transform:translateY(-50%) rotate(180deg)}}.Footer__main-contacts-head{font-weight:500;font-size:14px;color:#8590a6;text-transform:uppercase;position:relative}.Footer__main-contacts-head::after{content:"";width:14px;height:8px;background:url(../assets/footer/arrow-down.svg);background-size:100% 100%;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-contacts-head{margin-top:30px;font-weight:500;font-size:16px;color:#2f2d40}.Footer__main-contacts-head::after{display:flex}}.Footer__main-contacts-body{display:flex;flex-direction:column;margin-top:30px}@media screen and (max-width:1365px){.Footer__main-contacts-body{margin-top:40px}}.Footer__main-contacts-body-phone{display:flex;flex-direction:column}.Footer__main-contacts-body-phone a{font-weight:500;font-size:20px;color:#2f2d40}.Footer__main-contacts-body-phone div,.Footer__main-contacts-body-showroom-time div{font-weight:500;font-size:16px;color:#8590a6;margin-top:10px}.Footer__main-contacts-body-showroom{display:flex;flex-direction:column;margin-top:30px}.Footer__main-contacts-body-showroom-addr{font-weight:500;font-size:16px;color:#2f2d40}.Footer__main-contacts-body-showroom-time{margin-top:10px}.Footer__main-contacts-body-showroom-time div{color:#2f2d40}.Footer__main-soc{display:flex;flex-direction:column}@media screen and (max-width:1365px){.Footer__main-soc{margin-top:10px;padding:0 10px}}.Footer__main-soc-head{font-weight:500;font-size:14px;color:#8590a6;text-transform:uppercase}@media screen and (max-width:1365px){.Footer__main-soc-head{font-weight:500;font-size:16px;color:#2f2d40}}.Footer__main-soc-body{margin-top:30px;display:flex}.Footer__main-soc-body-item{width:36px;height:36px;border-radius:50%;margin-left:30px;background-size:100% 100%}.Footer__main-soc-body-item:first-child{margin-left:0}.Footer__main-soc-body-item.teleg{background-image:url(../assets/footer/telegram.svg)}.Footer__main-soc-body-item.inst{background-image:url(../assets/footer/instagramm.svg)}.Footer__main-soc-body-item.you{background-image:url(../assets/footer/youtube.svg)}.Footer__main-soc-body-item.face{background-image:url(../assets/footer/facebook.svg)}.Footer__main-soc-body-item.tick{background-image:url(../assets/footer/ticktock.svg)}.Footer__bottom{max-width:1600px;width:100%;margin:90px auto 0;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1919px){.Footer__bottom{max-width:1420px}}@media screen and (max-width:1600px){.Footer__bottom{max-width:1330px}}@media screen and (max-width:1439px){.Footer__bottom{max-width:1330px}}@media screen and (max-width:1365px){.Footer__bottom{display:flex;flex-direction:column;margin:40px 0 0;padding:0 10px;gap:24px}}.Footer__bottom a{font-weight:500;font-size:14px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#2f2d40}.Footer__bottom div{font-weight:500;font-size:14px;color:#8590a6}.Footer__bottom-cards{display:flex}@media screen and (max-width:1365px){.Footer__bottom-cards{margin-top:8px}}.Footer__bottom-cards-card{width:40px;height:40px;display:flex;margin-left:16px;background-repeat:no-repeat;background-position:center}.Footer__bottom-cards-card:first-child{margin-left:0}.Footer__bottom-cards-card.master{background-image:url(../assets/footer/master-card-logo.svg)}.Footer__bottom-cards-card.visa{background-image:url(../assets/footer/visa-logo.svg)}.ProductCardChar{width:100%;max-width:1600px;margin:0 auto;display:flex;flex-direction:column}@media screen and (max-width:1919px){.ProductCardChar{max-width:1420px}}@media screen and (max-width:1600px){.ProductCardChar{max-width:1330px}}@media screen and (max-width:1439px){.ProductCardChar{max-width:1300px}}@media screen and (max-width:1365px){.ProductCardChar{max-width:100%}}.ProductCardChar__name{color:#a3acbf;font-size:36px;font-weight:500;line-height:42px;margin-top:30px}.ProductCardChar__name span,.ProductCardComments__name span,.ProductCardCompareTab__name span,.ProductCardQuestions__name span{color:#2f2d40}@media screen and (max-width:1365px){.ProductCardChar__name{font-size:20px;margin-top:0;padding:0 15px;line-height:28px}}@media screen and (max-width:767px){.ProductCardChar__name{padding:0 10px}}.ProductCardChar__container{display:flex;width:100%;margin-top:20px}@media screen and (max-width:1365px){.ProductCardChar__container{margin-top:10px}}.ProductCardChar__container-left{width:1200px;z-index:0}@media screen and (max-width:1919px){.ProductCardChar__container-left{width:1020px}}@media screen and (max-width:1600px){.ProductCardChar__container-left{width:930px}}@media screen and (max-width:1439px){.ProductCardChar__container-left{width:900px}}@media screen and (max-width:1365px){.ProductCardChar__container-left{width:100%;max-width:100%;margin:0 auto}}.ProductCardChar__container-right{width:380px;margin-left:20px;position:relative}@media screen and (max-width:1365px){.ProductCardChar__container-right{display:none}}.ProductCardComments{width:100%;max-width:1600px;margin:0 auto;display:flex;flex-direction:column}@media screen and (max-width:1919px){.ProductCardComments{max-width:1420px}}@media screen and (max-width:1600px){.ProductCardComments{max-width:1330px}}@media screen and (max-width:1439px){.ProductCardComments{max-width:1300px}}@media screen and (max-width:1365px){.ProductCardComments{max-width:100%}}.ProductCardComments__name{color:#a3acbf;font-size:36px;font-weight:500;line-height:42px;margin-top:30px}@media screen and (max-width:1365px){.ProductCardComments__name{font-size:20px;margin-top:0;padding:0 15px}}@media screen and (max-width:767px){.ProductCardComments__name{padding:0 10px}}.ProductCardComments__container{display:flex;width:100%;margin-top:20px}@media screen and (max-width:1365px){.ProductCardComments__container{margin-top:10px}}.ProductCardComments__container-left{width:1200px}@media screen and (max-width:1919px){.ProductCardComments__container-left{width:1020px}}@media screen and (max-width:1600px){.ProductCardComments__container-left{width:930px}}@media screen and (max-width:1439px){.ProductCardComments__container-left{width:900px}}@media screen and (max-width:1365px){.ProductCardComments__container-left{width:100%;max-width:calc(100% - 20px);margin:0 auto}}.ProductCardComments__container-right{width:380px;margin-left:20px;position:relative}@media screen and (max-width:1365px){.ProductCardComments__container-right{display:none}}.ProductCardComments__container-left{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:767px){.ProductCardComments__container-left{gap:15px}}.ProductCardQuestions{width:100%;max-width:1600px;margin:0 auto;display:flex;flex-direction:column}@media screen and (max-width:1919px){.ProductCardQuestions{max-width:1420px}}@media screen and (max-width:1600px){.ProductCardQuestions{max-width:1330px}}@media screen and (max-width:1439px){.ProductCardQuestions{max-width:1300px}}@media screen and (max-width:1365px){.ProductCardQuestions{max-width:100%}}.ProductCardQuestions__name{color:#a3acbf;font-size:36px;font-weight:500;line-height:42px;margin-top:30px}@media screen and (max-width:1365px){.ProductCardQuestions__name{font-size:20px;margin-top:0;padding:0 15px}}@media screen and (max-width:767px){.ProductCardQuestions__name{padding:0 10px}}.ProductCardQuestions__container{display:flex;width:100%;margin-top:20px}@media screen and (max-width:1365px){.ProductCardQuestions__container{margin-top:10px}}.ProductCardQuestions__container-left{width:1200px}@media screen and (max-width:1919px){.ProductCardQuestions__container-left{max-width:1020px}}@media screen and (max-width:1600px){.ProductCardQuestions__container-left{width:930px}}@media screen and (max-width:1439px){.ProductCardQuestions__container-left{width:900px}}@media screen and (max-width:1365px){.ProductCardQuestions__container-left{width:100%;max-width:calc(100% - 30px);margin:0 auto}}@media screen and (max-width:767px){.ProductCardQuestions__container-left{max-width:calc(100% - 20px)}}.ProductCardQuestions__container-left-add{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#fff;border-radius:8px}@media screen and (max-width:1365px){.ProductCardQuestions__container-left-add{flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.ProductCardQuestions__container-left-add{padding:15px}}.ProductCardQuestions__container-left-add-text{font-weight:500;font-size:18px;color:#2f2d40;margin-left:10px}@media screen and (max-width:1365px){.ProductCardQuestions__container-left-add-text{margin-left:0}}.ProductCardQuestions__container-left-add-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){.ProductCardQuestions__container-left-add-button{width:100%;margin-top:20px}}.ProductCardQuestions__container-left-add-button:hover{background:#e0d6ff;cursor:pointer}.ProductCardQuestions__container-right{width:380px;margin-left:20px;position:relative}@media screen and (max-width:1365px){.ProductCardQuestions__container-right{display:none}}.ProductCard{width:100%;max-width:1600px;margin:0 auto;display:flex;flex-direction:column}@media screen and (max-width:1919px){.ProductCard{max-width:1420px}}@media screen and (max-width:1600px){.ProductCard{max-width:1330px}}@media screen and (max-width:1439px){.ProductCard{max-width:1300px}}@media screen and (max-width:1365px){.ProductCard{max-width:100%}}@media screen and (max-width:767px){.ProductCard .ProgressScrollButton{bottom:80px}}.ProductCard__container{display:flex;margin-top:20px}@media screen and (max-width:1365px){.ProductCard__container{flex-direction:column;margin-top:0}}.ProductCard__container-left{display:flex;flex-direction:column;max-width:790px;width:100%}@media screen and (max-width:1919px){.ProductCard__container-left{max-width:640px}}@media screen and (max-width:1600px){.ProductCard__container-left{max-width:620px}}@media screen and (max-width:1439px){.ProductCard__container-left{max-width:610px}}@media screen and (max-width:1365px){.ProductCard__container-left{max-width:calc(100% - 30px);margin:0 auto}}@media screen and (max-width:767px){.ProductCard__container-left{max-width:calc(100% - 20px);margin:0 auto}}.ProductCard__container-right{display:flex;flex-direction:column;margin-left:20px;max-width:790px;width:100%}@media screen and (max-width:1919px){.ProductCard__container-right{max-width:740px;margin-left:40px}}@media screen and (max-width:1600px){.ProductCard__container-right{max-width:690px;margin-left:20px}}@media screen and (max-width:1439px){.ProductCard__container-right{max-width:670px}}@media screen and (max-width:1365px){.ProductCard__container-right{max-width:calc(100% - 30px);margin:0 auto}}@media screen and (max-width:767px){.ProductCard__container-right{max-width:calc(100% - 20px);margin:0 auto}}.ProductCardCompareTab{width:100%;display:flex;flex-direction:column}.ProductCardCompareTab__name{color:#a3acbf;font-size:36px;font-weight:500;line-height:42px;margin:30px auto 0;max-width:1596px;width:100%}@media screen and (max-width:1600px){.ProductCardCompareTab__name{max-width:1320px}}@media screen and (max-width:1439px){.ProductCardCompareTab__name{max-width:1272px}}@media screen and (max-width:1365px){.ProductCardCompareTab__name{font-size:20px;margin:0 auto;padding:0 15px;max-width:100%;line-height:28px}}@media screen and (max-width:767px){.ProductCardCompareTab__name{padding:0 10px}}.ProductCardCompareTab__body{display:flex;margin:20px auto 0;max-width:1596px;width:100%}@media screen and (max-width:1600px){.ProductCardCompareTab__body{max-width:1320px}}@media screen and (max-width:1439px){.ProductCardCompareTab__body{max-width:1272px}}@media screen and (max-width:1365px){.ProductCardCompareTab__body{max-width:100%;margin:10px auto 0}}.ProductItem{display:flex;flex-direction:column;width:304px;background:#fff;border-radius:16px;transition:all 250ms ease-in-out;position:relative;box-shadow:0 4px 16px 0 transparent;height:auto;padding:15px}@media screen and (max-width:1919px){.ProductItem{width:268px;min-width:268px}}@media screen and (max-width:1599px){.ProductItem{width:244px;min-width:244px}}@media screen and (max-width:1439px){.ProductItem{width:232px;min-width:232px}}@media screen and (max-width:1365px){.ProductItem{border-radius:0;min-width:unset}}@media screen and (min-width:768px){.ProductItem:hover{box-shadow:0 4px 16px 0 rgba(47,45,64,.1)}.ProductItem:hover .ProductItem__key-props{opacity:1;pointer-events:auto}}.ProductItem.no-available .ProductItem__name,.ProductItem.no-available .ProductItem__wrapper{opacity:.5}.ProductItem.no-available .ProductItem__bottom{padding:0}.ProductItem.no-available .ProductItem__bottom-price{opacity:.5}.ProductItem.no-available .ProductItem__bottom-cart{display:none}.ProductItem.no-available .ProductItem__bottom-no-available{display:flex}.ProductCardMediaTab__media-carousel.owl-carousel .owl-nav .owl-next span,.ProductCardMediaTab__media-carousel.owl-carousel .owl-nav .owl-prev span,.ProductItem.no-available .ProductItem__credit,.ProductItem.no-available .ProductItem__pickup,.ProductItem.no-available .ProductItem__promocode{display:none}.ProductItem__wrapper{width:100%;max-width:274px;height:274px;display:flex;align-items:center;justify-content:space-around}@media screen and (max-width:1919px){.ProductItem__wrapper{max-width:238px;height:238px}}@media screen and (max-width:1599px){.ProductItem__wrapper{max-width:214px;height:214px}}@media screen and (max-width:1439px){.ProductItem__wrapper{max-width:202px;height:202px}}@media screen and (max-width:1365px){.ProductItem__wrapper{align-self:center;position:relative;width:100%;height:0;padding-bottom:100%}}@media screen and (max-width:1365px){.ProductItem__wrapper img{position:absolute;left:0;top:0}}.ProductItem__wrapper:hover{cursor:pointer}.ProductItem__badges{display:flex;flex-direction:row;flex-wrap:wrap;position:absolute;left:0;top:0;padding:15px 50px 0 15px;gap:8px;pointer-events:none}@media screen and (max-width:767px){.ProductItem__badges{padding:10px 45px 0 10px;gap:4px}}.ProductItem__compare{top:55px}.ProductItem__compare,.ProductItem__favorite{display:flex;align-items:center;justify-content:space-around;width:32px;height:32px;position:absolute;right:15px;transition:all 250ms ease-in-out;border-radius:8px;border:1px solid #edeff2;background:#fff}@media screen and (max-width:767px){.ProductItem__compare,.ProductItem__favorite{top:44px;right:8px}}.ProductItem__compare-icon{background-image:url(../assets/product-card/compare-icon.svg)}.ProductItem__compare-icon,.ProductItem__favorite-icon{width:20px;height:20px;display:flex;background-size:100% 100%;transition:all 250ms ease-in-out}@media screen and (min-width:767px){.ProductItem__compare:hover,.ProductItem__favorite:hover{background:#f6f8fb;cursor:pointer}}.ProductItem__compare.active,.ProductItem__favorite.active{border:1px solid transparent;background:#fff}.ProductItem__compare.active::after,.ProductItem__favorite.active::after{content:"";position:absolute;right:-1px;top:-1px;background-image:url(../assets/product-card/compare-active.svg);width:16px;height:16px;background-size:100% 100%;transition:all 250ms ease-in-out}@media screen and (min-width:1365px){.ProductItem__compare.active:hover::after,.ProductItem__favorite.active:hover::after{background-image:url(../assets/product-card/compare-active-hover.svg)}}.ProductItem__compare.active .ProductItem__compare-icon,.ProductItem__compare.active .ProductItem__favorite-icon,.ProductItem__favorite.active .ProductItem__compare-icon{background-image:url(../assets/product-card/compare-icon-active.svg)}.ProductItem__favorite{top:15px}@media screen and (max-width:767px){.ProductItem__favorite{top:8px}}.ProductItem__favorite-icon{background-image:url(../assets/product-card/favorite-icon.svg)}.ProductItem__favorite.active .ProductItem__favorite-icon{background-image:url(../assets/product-card/favorite-icon-active.svg)}.ProductItem__name{margin-top:12px;font-weight:500;font-size:14px;height:40px;color:#2f2d40;line-height:140%;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:767px){.ProductItem__name{font-size:12px;margin-top:10px;height:34px}}.ProductItem__name.hover{text-decoration:underline}.ProductItem__name:hover{cursor:pointer}.ProductItem__bottom{margin-top:12px;height:52px;display:flex}@media screen and (max-width:767px){.ProductItem__bottom{margin-top:10px;height:38px}}.ProductItem__bottom-price{display:flex;flex-direction:column;margin-top:auto;gap:2px}.ProductItem__bottom-price-old{display:flex;align-items:center;gap:8px}@media screen and (max-width:767px){.ProductItem__bottom-price-old{gap:5px}}.ProductItem__bottom-price-old span:first-child{font-weight:500;font-size:14px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#5c6373}@media screen and (max-width:767px){.ProductItem__bottom-price-old span:first-child{font-size:12px}}.ProductItem__bottom-price-old span:last-child{display:flex;padding:2px 4px;border-radius:4px;background:#ffe5ea;color:#ff002b;font-size:10px;font-weight:600;line-height:12px;text-transform:uppercase}.ProductItem__bottom-price-new{font-weight:500;font-size:24px;line-height:32px;margin-top:4px;color:#2f2d40}@media screen and (max-width:767px){.ProductItem__bottom-price-new{font-size:18px;line-height:20px}}.ProductItem__bottom-cart{width:40px;height:40px;background-color:#6734ff;border-radius:8px;background-image:url(../assets/product-item/cart-img.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out;right:0;top:0;margin:auto 0 auto auto}.ProductItem__bottom-cart.preorder{background-image:url(../assets/product-card/preorder-icon.svg);background-size:24px 24px}.ProductItem__bottom-cart .Preloader{width:25px;height:25px}.ProductItem__bottom-cart .Preloader__first{border-top-color:#9b7dff;border-right-color:#9b7dff}@media (hover:hover) and (pointer:fine){.ProductItem__bottom-cart:hover{background-color:#855cff;cursor:pointer}}.ProductItem__bottom-cart.active{background-color:#f0ebff;background-image:url(../assets/product-item/cart-active-img.svg);background-size:24px 24px;background-position-x:10px;background-position-y:6px}.ProductItem__bottom-cart.loading{background-image:none;display:flex;align-items:center;justify-content:space-around;pointer-events:none}.ProductItem__bottom-no-available{background:#f6f8fb;border-radius:8px;width:100%;font-weight:600;font-size:14px;color:#8590a6;height:40px;display:none;align-items:center;justify-content:space-around;margin-top:10px;margin-bottom:6px}.ProductItem__cashback{display:flex;margin-top:8px;height:20px}@media screen and (max-width:767px){.ProductItem__cashback{margin-top:4px}}.ProductItem__cashback p,.ProductItem__promocode{display:flex;gap:4px;color:#2f2d40;font-size:14px;font-weight:500;line-height:16px;align-items:flex-end}@media screen and (max-width:767px){.ProductItem__cashback p{font-size:12px;line-height:14px;height:14px}}.ProductItem__cashback p span,.ProductItem__promocode span{color:#6734ff;font-size:16px;line-height:20px}@media screen and (max-width:767px){.ProductItem__cashback p span{font-size:12px;line-height:14px}}.ProductItem__promocode{margin-top:8px;gap:6px;height:20px}@media screen and (max-width:767px){.ProductItem__promocode{font-size:12px;line-height:14px;height:14px}}.ProductItem__promocode span{color:#f05}@media screen and (max-width:767px){.ProductItem__promocode span{font-size:12px;line-height:14px}}.ProductItem__credit{font-weight:500;font-size:14px;color:#2f2d40;margin-top:8px;height:20px}@media screen and (max-width:767px){.ProductItem__credit{font-size:12px;height:14px}}.ProductItem__pickup,.ProductItem__preorder-info{display:flex;margin-top:12px}.ProductItem__pickup p{color:#01b401;font-size:12px;font-weight:500;line-height:14px;display:flex;align-items:center}@media screen and (max-width:767px){.ProductItem__pickup p{font-size:10px}}.ProductItem__pickup p:before{content:"";width:24px;min-width:24px;height:24px;display:flex;background:url(../assets/product-item/delivery-icon.svg);margin-right:8px}.ProductItem__preorder-info{flex-direction:column;gap:12px}@media screen and (max-width:767px){.ProductItem__preorder-info{gap:8px;margin-top:8px}}.ProductItem__preorder-info-price{color:#2f2d40;font-size:14px;font-weight:500}.ProductItem__preorder-info-price ::v-deep span{color:#f05;font-weight:600}@media screen and (max-width:767px){.ProductItem__preorder-info-price{font-size:12px}}.ProductItem__preorder-info-active{color:#2f2d40;font-size:14px;font-weight:500}@media screen and (max-width:767px){.ProductItem__preorder-info-active{font-size:14px}}.PriceAndBuy__buttons-top b,.ProductItem__preorder-info-active span{font-weight:600}.ProductItem__preorder-info-delivery{display:flex;align-items:center;gap:8px}.ProductItem__preorder-info-delivery:before{content:"";width:24px;min-width:24px;height:24px;display:flex;background:url(../assets/product-item/delivery-icon.svg)}.ProductItem__preorder-info-delivery p{color:#01b401;font-size:12px;font-weight:500}@media screen and (max-width:767px){.ProductItem__preorder-info-delivery p{font-size:10px}}.ProductItem__preorder-info-delivery p span{font-weight:600;text-transform:capitalize}.ProductItem__key-props{display:flex;flex-direction:column;position:absolute;top:calc(100% - 20px);background:#fff;z-index:2;padding:0 15px;left:0;width:100%;border-radius:0 0 16px 10px;box-shadow:-1px 8px 9px 0 rgba(47,45,64,.1);opacity:0;transition:all 250ms ease-in-out;pointer-events:none;gap:8px}@media screen and (max-width:767px){.ProductItem__key-props{display:none}}.ProductItem__key-props-item{color:#2f2d40;font-size:12px;font-weight:500;line-height:140%}.ProductItem__key-props-item:first-child{margin-top:12px}.ProductItem__key-props-item:last-child{margin-bottom:15px}.ProductItem__key-props-item span{color:#8590a6}.SalePage{display:flex;flex-direction:column;width:100%;max-width:1600px;margin:0 auto}@media screen and (max-width:1600px){.SalePage{max-width:1330px}}@media screen and (max-width:1439px){.SalePage{max-width:1300px}}@media screen and (max-width:1365px){.SalePage{max-width:calc(100% - 40px)}}@media screen and (max-width:767px){.SalePage{max-width:calc(100% - 30px)}}.SalePage__head{display:flex;align-items:flex-end;justify-content:space-between}@media screen and (max-width:1365px){.SalePage__head{flex-direction:column;align-items:flex-start;gap:10px}}@media screen and (max-width:767px){.SalePage__head{align-items:flex-start}}.SalePage__head-name{font-weight:500;font-size:32px;color:#2f2d40}@media screen and (max-width:767px){.SalePage__head-name{font-size:24px}}.SalePage__head-period{font-weight:500;font-size:16px;color:#2f2d40}@media screen and (max-width:767px){.SalePage__head-period{font-size:14px}.SalePage__head{flex-direction:column}}.SalePage__body{display:grid;grid-template-columns:310px 1fr;grid-column-gap:30px;margin-top:20px}@media screen and (max-width:1600px){.SalePage__body{grid-template-columns:260px 1fr}}@media screen and (max-width:1439px){.SalePage__body{grid-template-columns:250px 1fr}}@media screen and (max-width:1365px){.SalePage__body{display:flex;grid-gap:0}}.SalePage__body-left,.SalePage__body-right{display:flex;flex-direction:column}.SalePage__body-left .CatalogFilters{margin-top:20px}@media screen and (max-width:1365px){.SalePage__body-right{width:100%}}.SalePage__body-right-banner{width:1260px;height:480px;border-radius:8px;overflow:hidden}.SalePage__body-right-banner img{width:100%;height:auto;max-width:unset;max-height:unset}@media screen and (max-width:1600px){.SalePage__body-right-banner{width:1040px;height:396px}}@media screen and (max-width:1439px){.SalePage__body-right-banner{width:1020px;height:388px}}@media screen and (max-width:1365px){.SalePage__body-right-banner{width:100%;height:auto}}.ProductCardMediaTab{width:100%;max-width:1600px;margin:0 auto;display:flex;flex-direction:column}@media screen and (max-width:1919px){.ProductCardMediaTab{max-width:1420px}}@media screen and (max-width:1600px){.ProductCardMediaTab{max-width:1330px}}@media screen and (max-width:1439px){.ProductCardMediaTab{max-width:1300px}}@media screen and (max-width:1365px){.ProductCardMediaTab{max-width:100%}}.ProductCardMediaTab__name{color:#2f2d40;font-size:36px;font-weight:500;line-height:42px;margin-top:30px}.ProductCardMediaTab__name span{color:#a3acbf}@media screen and (max-width:1365px){.ProductCardMediaTab__name{font-size:20px;margin-top:0;padding:0 15px}}@media screen and (max-width:767px){.ProductCardMediaTab__name{padding:0 10px}}.ProductCardMediaTab__media{display:flex;width:100%;margin-top:20px;background:#fff;border-radius:8px;padding:30px 108px;height:900px;margin-bottom:90px}@media screen and (max-width:1600px){.ProductCardMediaTab__media{height:700px}}@media screen and (max-width:1439px){.ProductCardMediaTab__media{height:640px}}@media screen and (max-width:1365px){.ProductCardMediaTab__media{height:660px;padding:20px;max-width:calc(100% - 30px);margin:10px auto 0}}@media screen and (max-width:767px){.ProductCardMediaTab__media{height:330px;padding:15px;max-width:calc(100% - 20px)}}.ProductCardMediaTab__media-carousel,.ProductCardMediaTab__media-carousel.owl-carousel .owl-nav{width:100%}.ProductCardMediaTab__media-carousel-wrapper{width:100%;height:840px;display:flex}@media screen and (max-width:1600px){.ProductCardMediaTab__media-carousel-wrapper{height:640px}}@media screen and (max-width:1439px){.ProductCardMediaTab__media-carousel-wrapper{height:580px}}@media screen and (max-width:767px){.ProductCardMediaTab__media-carousel-wrapper{height:265px}}.ProductCardMediaTab__media-carousel-wrapper img,.SalePage__body-right-banner img{-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1365px){.ProductCardMediaTab__media-carousel.owl-carousel .owl-nav{display:none}}.ProductCardMediaTab__media-carousel.owl-carousel .owl-nav .owl-next,.ProductCardMediaTab__media-carousel.owl-carousel .owl-nav .owl-prev{background-image:url(../assets/product-card/gallery-tab-arrow.svg);background-position:center;background-repeat:no-repeat;width:48px;height:48px;transition:all 250ms ease-in-out;position:absolute;top:50%;transform:translateY(-50%)}.ProductCardMediaTab__media-carousel.owl-carousel .owl-nav .owl-next:hover,.ProductCardMediaTab__media-carousel.owl-carousel .owl-nav .owl-prev:hover{background-image:url(../assets/product-card/gallery-tab-arrow-black.svg)}.ProductCardMediaTab__media-carousel.owl-carousel .owl-nav .owl-next.disabled,.ProductCardMediaTab__media-carousel.owl-carousel .owl-nav .owl-prev.disabled{background-image:url(../assets/product-card/gallery-tab-arrow.svg)}.ProductCardMediaTab__media-carousel.owl-carousel .owl-nav .owl-prev{right:calc(100% + 30px)}.ProductCardMediaTab__media-carousel.owl-carousel .owl-nav .owl-next{transform:rotate(180deg);left:calc(100% + 30px)}.ProductCardMediaTab__media-carousel.owl-carousel .owl-dots{position:absolute;top:calc(100% + 40px);left:-108px;height:87px;display:flex;overflow-x:auto;flex-wrap:nowrap;width:calc(100% + 216px)}.ProductCardMediaTab__media-carousel.owl-carousel .owl-dots::-webkit-scrollbar{display:none}@media screen and (max-width:1365px){.ProductCardMediaTab__media-carousel.owl-carousel .owl-dots{position:static;margin-top:16px;flex-wrap:wrap;height:-moz-fit-content;height:fit-content;align-items:center;width:100%;justify-content:center}}@media screen and (max-width:767px){.ProductCardMediaTab__media-carousel.owl-carousel .owl-dots{margin-top:11px}}.ProductCardMediaTab__media-carousel.owl-carousel .owl-dots .owl-dot{width:80px;min-width:80px;height:80px;margin-left:10px;border-radius:8px;transition:all 250ms ease-in-out;border:0 solid transparent;margin-top:0}@media screen and (max-width:1365px){.ProductCardMediaTab__media-carousel.owl-carousel .owl-dots .owl-dot{position:static;border:0;background:#dadee6;border-radius:50%;width:10px;height:10px;min-width:10px;margin-top:7px}.ProductCardMediaTab__media-carousel.owl-carousel .owl-dots .owl-dot img{display:none}}@media screen and (max-width:767px){.ProductCardMediaTab__media-carousel.owl-carousel .owl-dots .owl-dot{width:8px;min-width:8px;height:8px;margin-top:8px}}.ProductCardMediaTab__media-carousel.owl-carousel .owl-dots .owl-dot.active{border:2px solid #6734ff}@media screen and (max-width:1365px){.ProductCardMediaTab__media-carousel.owl-carousel .owl-dots .owl-dot.active{border:0;background:#6734ff}}.ProductCardMediaTab__media-carousel.owl-carousel .owl-dots .owl-dot.active img{border-radius:6px}.ProductCardMediaTab__media-carousel.owl-carousel .owl-dots .owl-dot:first-child{margin-left:0}.ProductCardMediaTab__media-carousel.owl-carousel .owl-dots .owl-dot img{border-radius:8px}.ProductCardMediaTab__container{display:flex;width:100%;margin-top:40px}@media screen and (max-width:767px){.ProductCardMediaTab__container{margin-top:20px}}.ProductCardMediaTab__container-left{width:1200px}@media screen and (max-width:1919px){.ProductCardMediaTab__container-left{width:1020px}}@media screen and (max-width:1600px){.ProductCardMediaTab__container-left{width:930px}}@media screen and (max-width:1439px){.ProductCardMediaTab__container-left{width:900px}}@media screen and (max-width:1365px){.ProductCardMediaTab__container-left{width:100%;max-width:calc(100% - 20px);margin:0 auto}}.ProductCardMediaTab__container-left-video{width:100%;display:flex;margin-top:20px;border-radius:8px;overflow:hidden}@media screen and (max-width:767px){.ProductCardMediaTab__container-left-video{margin-top:10px}}.ProductCardMediaTab__container-left-video:first-child{margin-top:0}.ProductCardMediaTab__container-right{width:380px;margin-left:20px;position:relative}@media screen and (max-width:1365px){.ProductCardMediaTab__container-right{display:none}}.CatalogFilters{border-radius:8px;background:#fff;padding:24px 4px 24px 20px;display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content;position:relative}@media screen and (max-width:1919px){.CatalogFilters{padding:15px 4px 15px 15px}}@media screen and (max-width:1365px){.CatalogFilters{padding:0;max-height:unset;margin-top:20px}}@media screen and (max-width:767px){.CatalogFilters{padding-bottom:80px}}.CatalogFilters__block{height:100%;overflow-y:auto;padding-right:12px}@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%;height:36px;border:2px solid #edeff2;border-radius:8px;display:flex;align-items:center;justify-content:space-around;color:#2f2d40;font-weight:500;font-size:14px;margin-bottom:16px}@media screen and (max-width:1365px){.CatalogFilters__container-open-all{margin:0}}.CatalogFilters__container-open-all:hover{background:#f6f8fb;border:1px solid #edeff2;cursor:pointer}.CatalogFilters__container-open-all:active{background:#edeff2;border:1px solid #edeff2}.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 4px 16px rgba(47,45,64,.1);border-radius:8px;padding:16px;z-index:10;opacity:0;transition:all 250ms ease-in-out;pointer-events:none;font-size:14px}.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;z-index:2}.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;background:url(../assets/catalog/catalog-popup-cross.svg);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;z-index:2}.CatalogFilters__apply,.CatalogFilters__apply:before{position:absolute;background:#f0ebff;transition:background 250ms ease-in-out}.CatalogFilters__apply{display:flex;padding:10px 12px;justify-content:center;align-items:center;border-radius:8px;color:#6734ff;font-size:14px;font-weight:500;line-height:16px;left:calc(100% - 16px);width:-moz-max-content;width:max-content;top:0;z-index:10;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CatalogFilters__apply:before{content:"";left:-7px;top:50%;width:8px;height:8px;transform:rotate(45deg) translateY(-50%)}.CatalogFilters__apply:hover{cursor:pointer;background:#e0d6ff}.CatalogFilters__apply:hover:before{background:#e0d6ff}.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%}.CatalogBrandFilters{display:flex;width:100%;overflow-x:auto;margin-bottom:30px}@media screen and (max-width:1919px){.CatalogBrandFilters{margin-bottom:25px}}.CatalogBrandFilters::-webkit-scrollbar{display:none}.CatalogBrandFilters__item{width:130px;min-width:130px;height:48px;background:#fff;border-radius:8px;margin-left:12px;display:flex;align-items:center;justify-content:space-around;padding:7px 16px;border:1px solid transparent;transition:all 250ms ease-in-out}.CatalogBrandFilters__item:first-child{margin-left:0}.CatalogBrandFilters__item:hover{cursor:pointer}.CatalogBrandFilters__item.active{background:#edeff2;border:1px solid #edeff2;border-radius:8px}.CatalogPageFilterPopup{display:flex;flex-direction:column;padding:0 15px;position:fixed;width:100%;max-width:480px;height:100vh;overflow-y:auto;background:#fff;left:-100%;top:0;z-index:999;transition:all 250ms ease-in-out}.CatalogPageFilterPopup.active,.CatalogPageFilterPopup__show.active{left:0}.CatalogPageFilterPopup__head{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.CatalogPageFilterPopup__head-text{font-weight:500;font-size:24px;color:#2f2d40}.CatalogPageFilterPopup__head-cross{width:24px;height:24px;background:url(../assets/catalog/catalog-popup-cross.svg)}.CatalogPageFilterPopup__show{width:100%;padding:15px;bottom:0;background:#fff;z-index:1;left:-100%;transition:all 250ms ease-in-out}.CatalogPageFilterPopup__show .PrimaryButton{height:48px;margin-top:0}.CatalogPageFilterPopup .absolute-preloader,.CatalogPageFilterPopup__show,.CatalogPageSortPopup{max-width:480px;position:fixed}.CatalogPageSortPopup{display:flex;flex-direction:column;padding:0 15px;width:100%;height:100vh;overflow-y:auto;background:#fff;right:0;top:0;z-index:999}.CatalogPageSortPopup__head{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.CatalogPageSortPopup__head-text{font-weight:500;font-size:24px;color:#2f2d40}.CatalogPageSortPopup__head-cross{width:24px;height:24px;background:url(../assets/catalog/catalog-popup-cross.svg)}.CatalogPageSortPopup__body{display:flex;flex-direction:column;margin-top:20px}.CatalogPageSortPopup__body-item{font-weight:500;font-size:16px;color:#2f2d40;padding:15px 16px;position:relative;border-radius:8px}.CatalogPageSortPopup__body-item::after{content:"";width:20px;height:20px;position:absolute;top:15px;right:16px;background-image:url(../assets/catalog/mobile-sort-active.svg);background-size:100% 100%;display:none}.CatalogPageSortPopup__body-item.active{background:#f0ebff}.CatalogPageSortPopup__body-item.active::after{display:flex}.CatalogSelectedFilters{display:flex;align-items:flex-start;margin-top:-10px;position:relative}@media screen and (max-width:1365px){.CatalogSelectedFilters{margin-top:0;flex-direction:column}}.CatalogSelectedFilters__text{display:flex;align-items:center;height:38px;font-weight:500;font-size:16px;color:#8590a6;margin-top:10px;width:-moz-max-content;width:max-content;min-width:-moz-max-content;min-width:max-content}@media screen and (max-width:1365px){.CatalogSelectedFilters__text{margin-top:29px;margin-bottom:25px;height:unset}}.CatalogSelectedFilters__text span{color:#2f2d40;margin-left:5px}.CatalogSelectedFilters__remove{width:111px;min-width:111px;height:38px;border:2px solid #ffe5ee;border-radius:18px;display:flex;align-items:center;justify-content:space-around;margin-left:24px;font-weight:500;font-size:14px;color:#f05;margin-top:10px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CatalogSelectedFilters__remove{position:absolute;top:10px;right:0}}.CatalogSelectedFilters__remove:hover{cursor:pointer;background:#ffe5ee}.CatalogSelectedFilters__filters{display:flex;align-items:center;margin-left:24px;flex-wrap:wrap}@media screen and (max-width:1365px){.CatalogSelectedFilters__filters{background:#f6f8fb;margin:0 0 0 -15px;width:calc(100% + 30px);padding:10px 15px 20px}}.CatalogSort{width:250px;margin-left:auto}.CatalogSort .FormSelect{background:#fff}.CatalogSort .FormSelect__list{max-height:230px}.CatalogSort .FormSelect__input,.CatalogSort .FormSelect__input input{width:100%}.CompareAddDiffBtns__form-switch{position:relative;display:flex;gap:16px;align-items:center;cursor:pointer;white-space:nowrap;color:#2f2d40;font-size:14px;font-weight:500}.CompareAddDiffBtns__form-switch i{position:relative;display:inline-block;width:40px;height:24px;border-radius:12px;background:#dadee5;transition:all 250ms ease-in-out}.CompareAddDiffBtns__form-switch i::after{content:"";position:absolute;left:4px;top:4px;width:16px;height:16px;border-radius:50%;background:#fff;transition:all 250ms ease-in-out}.CompareAddDiffBtns__form-switch input{position:absolute;opacity:0;pointer-events:none}.CompareAddDiffBtns__form-switch input:checked+i{background:#6734ff}.CompareAddDiffBtns__form-switch input:checked+i::after{left:20px}.CompareAddDiffBtns__form-switch.disabled,.CompareProductGroup.diactive .CompareProductGroup__body,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-next span,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-prev span,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav.disabled{display:none}.CompareAddDiffBtns__add{padding:12px 16px;display:flex;justify-content:center;border-radius:8px;background:#6734ff;color:#fff;font-size:14px;font-weight:600;line-height:16px;text-transform:uppercase;width:240px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CompareAddDiffBtns__add{width:160px}.CompareAddDiffBtns__add.notEnough{width:100%}}.CompareAddDiffBtns__add:hover{background-color:#855cff;cursor:pointer}.CompareAddDiffBtns__add:before{content:"";display:flex;width:16px;height:16px;background:url(../assets/compare-page/plus-icon.svg);margin-right:8px}.CatalogProducts{display:flex;flex-direction:column;width:100%;position:relative}.CatalogProducts__products{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;height:-moz-max-content;height:max-content}.CatalogProducts__products .ProductItem{width:100%}@media screen and (max-width:1919px){.CatalogProducts__products .ProductItem{min-width:unset}}@media screen and (max-width:1365px){.CatalogProducts__products{min-height:unset;margin:0 auto}.CatalogProducts__products .ProductItem{width:100%}}@media screen and (max-width:1010px){.CatalogProducts__products{grid-template-columns:repeat(3,1fr);margin:0 auto}}@media screen and (max-width:767px){.CatalogProducts__products{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1px}}@media screen and (max-width:480px){.CatalogProducts__products .ProductItem__bottom{flex-direction:column;height:auto}.CatalogProducts__products .ProductItem__bottom-cart{width:100%;height:34px;margin-top:10px;margin-bottom:5px}}.CatalogProducts__bottom{display:flex;flex-direction:column;align-items:center;margin-top:20px}.CatalogProducts__bottom-more{background:#f6f8fb;border-radius:8px;padding:0 16px;width:-moz-fit-content;width:fit-content;color:#6734ff;font-weight:500;font-size:16px;position:relative;height:40px;display:flex;align-items:center;transition:all 250ms ease-in-out}.CatalogProducts__bottom-more.disabled{opacity:.5;pointer-events:none}.CatalogProducts__bottom-more::before{content:"";width:24px;height:24px;background:url(../assets/catalog/more-button-icon.svg);background-size:100% 100%;margin-right:16px;left:0;top:0}.CatalogProducts__bottom-more:hover{cursor:pointer;background:#f0ebff}.CatalogProducts__bottom-more:active{background:#e0d6ff}.CatalogProducts__bottom-pagination{display:flex;margin-top:20px}.CatalogProducts__bottom-pagination-button,.CompareProductGroup__head span:after{background-repeat:no-repeat;background-position:center;display:flex;transition:all 250ms ease-in-out}.CatalogProducts__bottom-pagination-button{width:40px;height:40px;border-radius:8px;background-image:url(../assets/catalog/pagination-arrow.svg);background-size:16px 16px;opacity:1}.CatalogProducts__bottom-pagination-button.prev{margin-right:20px;transform:rotate(180deg)}.CatalogProducts__bottom-pagination-button.disabled{opacity:0;pointer-events:none}.CatalogProducts__bottom-pagination-button:hover{cursor:pointer;background-color:#edeff2}.CatalogProducts__bottom-pagination-container{display:flex}.CatalogProducts__bottom-pagination-container-item{width:40px;height:40px;background:0 0;border-radius:8px;transition:all 250ms ease-in-out;margin-right:20px;display:flex;align-items:center;justify-content:space-around;font-weight:500;font-size:18px;color:#2f2d40}@media screen and (max-width:767px){.CatalogProducts__bottom-pagination-container-item{margin-right:9px}}.CatalogProducts__bottom-pagination-container-item:hover{cursor:pointer;background:#edeff2}.CatalogProducts__bottom-pagination-container-item.active{background:#fff}.CompareProductGroup{display:flex;flex-direction:column;margin-top:40px;transition:all 250ms ease-in-out;border-bottom:1px solid transparent}@media screen and (max-width:1365px){.CompareProductGroup{margin-top:30px}}.CompareProductGroup.empty{margin-top:0}.CompareProductGroup.diactive .CompareProductGroup__head span::after{transform:rotate(180deg)}@media screen and (max-width:1365px){.CompareProductGroup.first .CompareProductGroup__body-item p:first-child{color:#5c6373;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:#2f2d40}@media screen and (max-width:1365px){.CompareProductGroup__head p{font-size:20px}}.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:1600px;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:1300px}}@media screen and (max-width:1365px){.CompareProductGroup__head span{top:0}}.CompareProductGroup__head span:after{width:24px;min-width:24px;height:24px;background-image:url(../assets/product-card/char-group-arrow.svg);content:"";margin-left:15px;position:absolute;right:0;top:0}.CompareProductGroup__body{display:flex;flex-direction:column;margin-top:20px;background:#fff;border-radius:16px}@media screen and (max-width:1365px){.CompareProductGroup__body{border-radius:0;background:0 0}}@media screen and (max-width:767px){.CompareProductGroup__body{margin-top:10px}}.CompareProductGroup__body.name{background:0 0}.CompareProductGroup__body-item{display:flex;width:100%;border-bottom:1px solid #edeff2;padding:15px 20px;text-align:center;align-items:center}@media screen and (max-width:1365px){.CompareProductGroup__body-item{padding:0;flex-direction:column;border-bottom:none}}.CompareProductGroup__body-item.name{border-bottom:1px solid transparent;background:0 0;padding:15px 20px 15px 0;text-align:left}.CompareProductGroup__body-item:last-child{border-bottom:none}.CompareProductGroup__body-item p:last-child{font-size:16px;font-weight:500;color:#2f2d40;line-height:140%;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:1px solid #edeff2;background:#fff;padding:15px 20px;margin-top:48px;height:100%;font-size:14px}}.CompareProductGroup__body-item p:last-child.name{font-size:16px;font-weight:500;line-height:20px;color:#5c6373}.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:16px 15px;width:100%;background:#f5f7fa;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:8px;display:flex;flex-direction:column;position:relative;padding:16px}@media screen and (max-width:1365px){.CompareProductHead{border-radius:0;border-width:0 1px 1px 0;height:348px}}@media screen and (max-width:767px){.CompareProductHead{height:272px}}.CompareProductHead__wrapper{width:100%;height:220px;min-height:220px;display:flex;background:#fff}@media screen and (max-width:1365px){.CompareProductHead__wrapper{border-radius:0;height:180px;min-height:180px}}@media screen and (max-width:767px){.CompareProductHead__wrapper{height:116px;min-height:116px}}.CompareProductHead__wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1365px){.CompareProductHead__wrapper img{border-radius:0}}.CompareProductHead__delete{width:36px;height:36px;background-color:#fff;border-radius:50%;background-image:url(../assets/compare-page/delete-icon.svg);background-size:24px 24px;background-repeat:no-repeat;background-position:center;border:1px solid transparent;transition:all 250ms ease-in-out;position:absolute;right:10px;top:10px}@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);background-color:#ffe5ea;cursor:pointer}.CompareProductHead__container{display:flex;flex-direction:column;height:100%;margin-top:8px}.CompareProductHead__container-name{display:flex;font-weight:500;height:40px;font-size:14px;line-height:140%;color:#2f2d40;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.CompareProductHead__container-name:hover{text-decoration:underline}@media screen and (max-width:767px){.CompareProductHead__container-name{height:37px}}.CompareProductHead__container .ProductItemRating{margin-top:8px}.CompareProductHead__container-price{display:flex;flex-direction:column;margin-top:16px;height:48px}@media screen and (max-width:767px){.CompareProductHead__container-price{height:42px}}.CompareProductHead__container-price-old{font-weight:500;font-size:14px;color:#8590a6;line-height:16px;text-decoration:line-through}.CompareProductHead__container-price-current{font-weight:500;font-size:24px;line-height:30px;color:#2f2d40;margin-top:2px}@media screen and (max-width:767px){.CompareProductHead__container-price-current{font-size:20px;line-height:24px}}.CompareProductHead__container-cart{width:40px;height:40px;background-color:#6734ff;border-radius:8px;background-image:url(../assets/product-card/buy-button-cart.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out;position:absolute;right:16px;bottom:16px}.CompareProductHead__container-cart:hover{background-color:#855cff;cursor:pointer}.CompareProductHead__container-cart.active{background-color:#f0ebff;background-image:url(../assets/product-item/cart-active-img.svg);background-size:24px 24px}.CompareProductHead__container-cart.disabled{opacity:.4;pointer-events:none}.CompareProductHead__container-cart.preorder{background-image:url(../assets/product-card/preorder-icon.svg);background-size:24px 24px}.CategoriesGrid{display:flex;flex-direction:column}.CategoriesGrid__container{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px}@media screen and (max-width:1439px){.CategoriesGrid__container{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1365px){.CategoriesGrid__container{grid-template-columns:repeat(4,1fr);padding:0 20px;grid-gap:11px}}@media screen and (max-width:767px){.CategoriesGrid__container{grid-template-columns:repeat(2,1fr);padding:0 15px}}.CompareProduct{display:flex;flex-direction:column;width:304px;min-width:304px}@media screen and (max-width:1600px){.CompareProduct{width:248px;min-width:248px}}@media screen and (max-width:1439px){.CompareProduct{width:244px;min-width:244px}}@media screen and (max-width:1365px){.CompareProduct{width:232px;min-width:232px}.CompareProduct .CompareProductGroup__head p{position:absolute;left:0;top:0;padding-left:15px}.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;pointer-events:none}.CompareProduct.first{width:0;min-width:0}.CompareProductSmall{width:304px;min-width:304px;padding:10px 15px;position:relative}.CompareProductSmall.first::after,.CompareProducts__fixed-container-carousel.owl-carousel .owl-item.active::before{content:"";position:absolute;top:50%;transform:translateY(-50%);background-position:center;background-repeat:no-repeat;border-radius:50%;width:1px;height:100%;border-left:1px solid #f5f7fa;z-index:1}.CompareProductSmall.first::after{right:-12px}@media screen and (max-width:1365px){.CompareProductSmall.first::after{right:-1px}}@media screen and (max-width:1600px){.CompareProductSmall{width:248px;min-width:248px}}@media screen and (max-width:1439px){.CompareProductSmall{width:244px;min-width:244px}}@media screen and (max-width:1365px){.CompareProductSmall{width:232px;min-width:232px}}@media screen and (max-width:767px){.CompareProductSmall{width:164px;min-width:164px;padding:10px}}.CompareProductSmall__top{display:grid;grid-template-columns:60px 1fr;grid-column-gap:15px;align-items:flex-start}@media screen and (max-width:1365px){.CompareProductSmall__top{grid-template-columns:32px 1fr;grid-column-gap:10px}}.CompareProductSmall__top-wrapper{width:100%;height:60px;display:flex}@media screen and (max-width:1365px){.CompareProductSmall__top-wrapper{height:32px}}.CompareProductSmall__top-name{margin:10px 0;font-size:14px;font-weight:500;line-height:140%;color:#2f2d40;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:767px){.CompareProductSmall__top-name{font-size:12px;font-weight:500;line-height:16px}}.CompareProductSmall__bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:10px}@media screen and (max-width:767px){.CompareProductSmall__bottom{flex-direction:column;align-items:flex-start}}.CompareProductSmall__bottom-price{display:flex;flex-direction:column;height:42px}@media screen and (max-width:767px){.CompareProductSmall__bottom-price{flex-direction:row-reverse;align-items:flex-end;height:auto}}.CompareProductSmall__bottom-price-old{font-weight:500;font-size:14px;color:#8590a6;line-height:16px;text-decoration:line-through}@media screen and (max-width:767px){.CompareProductSmall__bottom-price-old{font-size:12px;line-height:14px;margin-left:5px}}.CompareProductSmall__bottom-price-current{font-weight:500;font-size:20px;line-height:24px;color:#2f2d40;margin-top:2px}@media screen and (max-width:767px){.CompareProductSmall__bottom-price-current{font-size:16px;line-height:20px;margin-top:0}}.CompareProductSmall__bottom-buy{width:40px;height:40px;background-color:#6734ff;border-radius:8px;background-image:url(../assets/product-card/buy-button-cart.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out;position:absolute;right:25px;bottom:10px}@media screen and (max-width:767px){.CompareProductSmall__bottom-buy{background-image:none;width:100%;position:static;height:auto;padding:4px 20px;margin-top:10px;border-radius:4px}}.CompareProductSmall__bottom-buy span{color:#fff;font-size:14px;font-weight:500;line-height:16px;display:none;justify-content:center}@media screen and (max-width:767px){.CompareProductSmall__bottom-buy span{display:flex}}.CompareProductSmall__bottom-buy:hover{background-color:#855cff;cursor:pointer}.CompareProductSmall__bottom-buy.active{background-size:24px 24px;background-color:#f0ebff;background-image:url(../assets/product-item/cart-active-img.svg)}@media screen and (max-width:1365px){.CompareProductSmall__bottom-buy.active{background-color:#6734ff;background-image:unset}}.CompareProductSmall__bottom-buy.disabled{opacity:.4;pointer-events:none}.CompareProductSmall__bottom-buy.preorder{background-image:url(../assets/product-card/preorder-icon.svg);background-size:24px 24px}.CompareProducts{display:flex;flex-direction:column;width:100%;position:relative}.CompareProducts__fixed{position:fixed;top:-100%;left:0;width:100%;z-index:2;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.1);transition:top 500ms ease-in-out}.CompareProducts__fixed.visible{top:0}.CompareProducts__fixed-container{display:grid;grid-template-columns:304px 1276px;grid-column-gap:20px;width:100%;overflow:hidden;max-width:1600px;margin:0 auto}@media screen and (max-width:1600px){.CompareProducts__fixed-container{grid-template-columns:248px 1052px;max-width:1320px}}@media screen and (max-width:1439px){.CompareProducts__fixed-container{grid-template-columns:244px 1036px;max-width:1300px}}@media screen and (max-width:1365px){.CompareProducts__fixed-container{display:flex;grid-column-gap:0}}.CompareProducts__fixed-container-clean .CompareAddDiffBtns{display:flex;flex-direction:column;gap:20px;position:relative;top:50%;transform:translateY(-50%)}@media screen and (max-width:1365px){.CompareProducts__fixed-container-clean{display:none}}.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav{position:absolute;top:50%;transform:translateY(-50%);margin-top:0;right:8px;left:0;display:flex;justify-content:space-between;pointer-events:none}.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-next,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-prev{width:32px;height:32px;background-color:#f6f8fb;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-carousel .owl-nav .owl-next.disabled,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-prev.disabled{background-color:#f5f7fa;background-image:url(../assets/compare-page/arrow-small-carousel-disabled.svg);pointer-events:all}.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-next:hover,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-prev:hover{cursor:pointer;background-color:#dfe3eb}.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-next:active,.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-prev:active{cursor:pointer;background-color:#d3d7e0}.CompareProducts__fixed-container-carousel.owl-carousel .owl-nav .owl-prev{transform:rotate(180deg)}.CompareProducts__fixed-container-carousel.owl-carousel .owl-item.active::before{left:-12px}@media screen and (max-width:1365px){.CompareProducts__fixed-container-carousel.owl-carousel .owl-item.active::before{left:-1px}}.CompareProducts__fixed-container-carousel.owl-carousel .owl-item.active:first-child::before,.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-item.active:first-child::before{display:none}.CompareProducts__body-container.owl-carousel .owl-nav .owl-next span,.CompareProducts__body-container.owl-carousel .owl-nav .owl-prev span,.CompareProducts__body-container.owl-carousel .owl-nav.disabled,.CompareProducts__fixed-container-bottom{display:none}@media screen and (max-width:1365px){.CompareProducts__fixed-container-bottom{display:block;position:fixed;bottom:-100%;left:0;width:100%;z-index:3;background:#fff;border-bottom:1px solid #ebeef5;transition:bottom 500ms ease-in-out;padding:10px}.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:304px 1276px;grid-column-gap:20px;width:100%;overflow:hidden;z-index:1}@media screen and (max-width:1600px){.CompareProducts__body{grid-template-columns:248px 1052px}}@media screen and (max-width:1439px){.CompareProducts__body{grid-template-columns:244px 1036px}}@media screen and (max-width:1365px){.CompareProducts__body{display:flex;grid-column-gap:0}}@media screen and (max-width:767px){.CompareProducts__body{grid-template-columns:164px 1fr}}.CompareProducts__body-container.owl-carousel{position:relative}.CompareProducts__body-container.owl-carousel .owl-nav{position:absolute;top:174px;margin-top:0;right:16px;left:16px;display:flex;justify-content:space-between;pointer-events:none}@media screen and (max-width:1600px){.CompareProducts__body-container.owl-carousel .owl-nav{left:-320px}}@media screen and (max-width:1439px){.CompareProducts__body-container.owl-carousel .owl-nav{left:-308px}}.CategoryBanners .ScrollSlider__side-arrow,.CompareProducts__body-container.owl-carousel .owl-nav .owl-next,.CompareProducts__body-container.owl-carousel .owl-nav .owl-prev{width:32px;height:32px;background-color:#f5f7fa;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-carousel .owl-nav .owl-next.disabled,.CompareProducts__body-container.owl-carousel .owl-nav .owl-prev.disabled{background-image:url(../assets/compare-page/arrow-small-carousel-disabled.svg)}.CompareProducts__body-container.owl-carousel .owl-nav .owl-next:hover,.CompareProducts__body-container.owl-carousel .owl-nav .owl-prev:hover{cursor:pointer;background-color:#dfe3eb}.CompareProducts__body-container.owl-carousel .owl-nav .owl-next:active,.CompareProducts__body-container.owl-carousel .owl-nav .owl-prev:active{background-color:#d3d7e0}.CompareFormSelect__input.active::after,.CompareProducts__body-container.owl-carousel .owl-nav .owl-prev{transform:rotate(180deg)}.CategoryBlockHead{color:#2f2d40;font-size:24px;font-weight:500;line-height:32px;margin-bottom:20px}@media screen and (max-width:1365px){.CategoryBlockHead{font-size:20px;margin-bottom:15px;padding:0 20px}}@media screen and (max-width:767px){.CategoryBlockHead{padding:0 15px}}.CategoryBanners,.CategoryBlog,.CategoryPageSections{display:flex;flex-direction:column}.CategoryBanners .ScrollSlider__side.disabled{display:none}.CategoryBanners .ScrollSlider__side-arrow{width:42px;height:60px;padding:0;color:transparent;background-image:url(../assets/main-page/big-banners-slider-arrow.svg);background-size:100% 100%;transition:background 250ms ease-in-out;background-color:transparent;border-radius:unset;border:unset}.CategoryBanners .ScrollSlider__side-arrow:hover{background-image:url(../assets/main-page/big-banners-slider-arrow-hover.svg);background-color:transparent;border:1px solid transparent}.CategoryPageSections{gap:40px}@media screen and (max-width:1365px){.CategoryPageSections{gap:30px}}.CategoryPopulars{display:flex;flex-direction:column}.CategoryPopulars__brands{margin-top:40px}@media screen and (max-width:1365px){.CategoryPopulars__brands{margin-top:30px}}.CategorySection,.CategoryServices{display:flex;flex-direction:column}.CategorySection__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:20px}@media screen and (max-width:1439px){.CategorySection__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width:1365px){.CategorySection__grid{grid-gap:1px}}@media screen and (max-width:1024px){.CategorySection__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:767px){.CategorySection__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.CategorySection__grid .ProductItem{width:100%;min-width:100%}.CategorySection__grid .ProductItem__wrapper{margin:0 auto}.CompareFormSelect{display:flex;flex-direction:column;position:relative;border-radius:8px;border:1px solid #fff;transition:all 250ms ease-in-out;box-sizing:border-box;background:#fff;box-shadow:0 0 0 1px transparent}.CompareFormSelect.active,.CompareFormSelect:hover{border:1px solid #edeff2}.CompareFormSelect:hover .CompareFormSelect__input:after{background-image:url(../assets/compare-page/compare-list-hover-icon.svg)}.CompareFormSelect__input,.CompareFormSelect__list{width:100%;border-radius:8px;color:#002;display:flex;transition:all 250ms ease-in-out}.CompareFormSelect__input{padding:8px 8px 8px 16px;position:relative;gap:8px}.CompareFormSelect__input:hover{cursor:pointer}.CompareFormSelect__input::after{content:"";display:flex;width:24px;min-width:24px;height:24px;background-image:url(../assets/compare-page/compare-list-icon.svg);background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}.CompareFormSelect__input input{font-weight:500;font-size:14px;line-height:16px;color:#2f2d40;pointer-events:none;width:100%}.CompareFormSelect__list{left:0;top:calc(100% + 10px);border:1px solid #edeff2;background-color:#fff;box-shadow:0 4px 16px 0 rgba(47,45,64,.1);flex-direction:column;position:absolute;max-height:160px;overflow-y:auto;opacity:0;pointer-events:none;z-index:2}.CompareFormSelect__list.active{opacity:1;pointer-events:all}.CompareFormSelect__list-item{padding:12px 15px;transition:all 250ms ease-in-out;font-size:14px;font-weight:500;line-height:16px;color:#2f2d40;background:#fff}.CompareFormSelect__list-item:hover{background:#f6f8fb;cursor:pointer}.Auth{display:flex;z-index:998}.Auth__overlay{width:100%;height:100vh;background:#000;opacity:.5;position:fixed;left:0;top:0;z-index:998}.Auth__popup{width:408px;display:flex;flex-direction:column;padding:20px 24px 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 4px 16px rgba(0,0,0,.1);border-radius:12px;overflow:hidden;max-height:90vh}@media screen and (max-width:768px){.Auth__popup{width:100%;height:100%;border-radius:0;padding:20px 16px 16px;overflow-y:auto;max-height:100%}}.Auth__popup-errors{display:flex;position:absolute;top:0;left:0;width:100%;box-shadow:0 4px 16px rgba(0,0,0,.1);border-radius:0 0 12px 12px;background:#fff;max-height:0;overflow:hidden;transition:all 1000ms ease-in-out;z-index:2}.Auth__popup-errors.active{max-height:999px}.Auth__popup-errors-container{display:flex;flex-direction:column;align-items:center;padding:30px;width:100%}.Auth__popup-errors-container p{color:#ff002b;margin-top:10px}.Auth__popup-errors-container p:first-child{margin-top:0}.Auth__popup-errors-container-btn{margin-top:16px;color:#006aff;font-size:14px;font-weight:500;line-height:16px;transition:all 250ms ease-in-out}.Auth__popup-errors-container-btn:hover{cursor:pointer;color:#70acff;text-decoration:underline}.Auth__popup-head{display:flex;align-items:center}.Auth__popup-head-text{color:#2f2d40;font-size:24px;font-weight:500;line-height:24px}.Auth__popup-head-wrapper{width:24px;height:24px;margin-left:auto;background:url(../assets/header/close-button.svg);background-size:100% 100%;transition:all 250ms ease-in-out;opacity:.5}.Auth__popup-head-wrapper:hover{cursor:pointer;opacity:1}.Auth__popup-body{margin-top:24px;max-height:0;overflow:hidden;opacity:0;transition:all 500ms ease-in-out}@media screen and (max-width:768px){.Auth__popup-body{overflow:unset}}.Auth__popup-body.active{opacity:1;max-height:999px;overflow:unset}.Auth__popup-preloader{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(255,255,255,.7);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__top{position:relative}.Header-callback__top-button{display:flex;align-items:center;margin-left:24px}@media screen and (max-width:1365px){.Header-callback__top-button{display:none}}.Header-callback__top-button p{margin-right:4px;font-weight:500;font-size:14px;color:#fff;white-space:nowrap;transition:all 250ms ease-in-out}.Header-callback__top-button-arrow{width:16px;height:16px;min-width:16px;background:url(../assets/header/arrow-down-16x16.svg);background-size:100% 100%;display:flex;transition:all 250ms ease-in-out}.Header-callback__top-button-arrow.active{transform:rotate(180deg)}.Header-callback__top-button:hover{cursor:pointer}.Header-callback__top-button:hover p{color:#d1c2ff}.Header-callback__top-button:hover .Header-callback__top-button-arrow{background:url(../assets/header/arrow-down-16x16-hover.svg)}.Header-callback__top-info{position:absolute;left:0;top:calc(100% + 26px);width:-moz-max-content;width:max-content;z-index:999;display:none;flex-direction:column;background:#fff;min-width:280px;box-shadow:0 4px 16px rgba(0,0,0,.1);border-radius:12px;padding:18px 20px;opacity:0;transition:all 250ms ease-in-out}.Header-callback__top-info.active{opacity:1;display:flex}.Header-callback__top-info-container{display:flex;flex-direction:column;width:100%;margin-top:20px}.Header-callback__top-info-container:first-child{margin-top:0}.Header-callback__top-info-container-number{font-weight:500;font-size:24px;color:#2f2d40}.Header-callback__top-info-container-name{margin-top:5px;font-weight:500;font-size:16px;color:#5c6373}.Header-callback__top-info-container-time{font-weight:500;font-size:14px;color:#5c6373;margin-top:10px;line-height:18px}.Header-callback__top-info-container-sub{font-weight:500;font-size:14px;color:#8590a6;margin-top:10px}.Header-callback__top-info-button{margin-top:20px;font-weight:500;font-size:16px;color:#fff;background:#6734ff;border-radius:8px;padding:12px 0;width:100%;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around}.Header-callback__top-info-button:hover{cursor:pointer;background:#764aff}.Header-callback__overlay{width:100%;height:100vh;background:linear-gradient(to left,#000,#000) no-repeat 0 70px;opacity:.5;position:absolute;left:0;top:0;z-index:998}.Header-callback__overlay:hover{cursor:initial}.Header-callback__popup{display:none}.Header-callback__popup.active{display:flex}.Header-callback__popup-overlay{width:100%;height:100vh;background:#000;opacity:.5;position:absolute;left:0;top:0;z-index:998}.Header-callback__popup-overlay:hover{cursor:initial}.Header-callback__popup-container{display:flex;flex-direction:column;z-index:999;left:0;top:0;bottom:0;right:0;margin:auto;position:fixed;width:380px;height:-moz-max-content;height:max-content;background:#fff;padding:20px 30px;box-shadow:0 4px 16px rgba(0,0,0,.1);border-radius:12px;min-height:293px}@media screen and (max-width:480px){.Header-callback__popup-container{width:100%;height:100vh;border-radius:0;margin:0}}.Header-callback__popup-container-head{display:flex;align-items:center;justify-content:space-between;width:100%}.Header-callback__popup-container-head-text{font-weight:500;font-size:24px;color:#2f2d40}.Header-callback__popup-container-head-wrapper{width:24px;height:24px;background:url(../assets/header/popup-close.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.Header-callback__popup-container-head-wrapper:hover{cursor:pointer;opacity:.5}.Header-callback__popup-container .b24-form{margin-top:30px}.Header-callback__popup-container .b24-form .b24-form-wrapper.b24-form-border-bottom{border-bottom:none}.Header-callback__popup-container .b24-form .b24-form-padding-side{padding:0}.Header-callback__popup-container .b24-form .b24-form-header{display:none}.Header-callback__popup-container .b24-form .b24-form-control{border:1px solid #6734ff;border-radius:8px;background:#fff}.Header-callback__popup-container .b24-form .b24-form-control-alert.b24-form-control-list .b24-form-control,.Header-callback__popup-container .b24-form .b24-form-control-alert.b24-form-control-string .b24-form-control,.Header-callback__popup-container .b24-form .b24-form-control-alert.b24-form-control-text .b24-form-control{background-color:rgba(242,88,48,.08);border-color:rgba(242,88,48,.25)}.Header-callback__popup-container .b24-form .b24-form-btn,.Header-catalog{background:#6734ff;border-radius:8px}.Header-callback__popup-container .b24-form .b24-form-loader-icon .b24-form-loader-icon-sun-ring,.Header-callback__popup-container .b24-form .b24-form-loader-icon svg path{stroke:#6734ff}.Header-callback__popup-container .b24-form .b24-form-loader-icon .bx-sun-lines-animate{fill:#6734ff}.Header-callback__popup-container .b24-form .b24-form-error-icon,.Header-callback__popup-container .b24-form .b24-form-success-icon{width:69px;height:69px}.Header-callback__popup-container .b24-form .b24-form-wrapper{min-height:auto}.Header-callback__popup-container .b24-form .b24-form-sign{display:none}.Header-catalog{display:flex;align-items:center;padding:8px 16px;gap:8px;margin-left:24px;transition:all 150ms ease-in-out}.Header-catalog-icon{width:24px;height:24px;display:flex;background:url(../assets/header/header-catalog-icon.svg);background-size:100% 100%;transition:all 350ms ease-in-out}.Header-catalog-icon.loading{animation:rotate-anim 1s infinite linear}.Header-catalog:hover{cursor:pointer;background:#fff}.Header-catalog.active p,.Header-catalog:hover p{color:#6734ff}.Header-catalog:hover .Header-catalog-icon{background:url(../assets/header/header-catalog-icon-hover.svg)}.Header-catalog.active{background:#fff}.Header-catalog.active .Header-catalog-icon{background:url(../assets/header/header-catalog-cross.svg)}.Header-catalog p{font-weight:500;font-size:16px;color:#fff;transition:all 250ms ease-in-out}.Header-catalog__popup,.Header-catalog__popup-overlay{position:fixed;z-index:999;width:100%;height:100vh;left:0;top:0}.Header-catalog__popup-overlay{background:linear-gradient(to left,#000,#000) no-repeat 0 70px;opacity:.5;position:absolute;z-index:998;transition:all 250ms ease-in-out}.Header-catalog__popup-overlay:hover{cursor:initial}.Header-catalog__popup-container{z-index:999;position:absolute;left:0;right:0;margin:auto;top:80px;overflow:hidden;transition:all 250ms ease-in-out}.popup-catalog{width:1600px;border-radius:12px;overflow:hidden;background:#fff}@media screen and (max-width:1620px){.popup-catalog{width:1330px}}.popup-catalog__nav{width:340px;background:#fff;padding:10px 0}.popup-catalog__nav-item{width:100%;padding:0 15px;background:#fff;transition:background 150ms ease-in-out}.popup-catalog__nav-item-container{position:relative;display:flex;align-items:center;width:100%}.popup-catalog__nav-item-container-wrapper{width:30px;height:30px;position:absolute;left:0}.popup-catalog__nav-item-container-link{font-weight:500;font-size:16px;color:#2f2d40;width:100%;padding:15px 15px 15px 45px}.popup-catalog__nav-item-container svg{position:absolute;right:0}.popup-catalog__nav-item-container svg path,.popup-catalog__nav-item-list{transition:all 150ms ease-in-out}.popup-catalog__nav-item:hover{cursor:pointer}.popup-catalog__nav-item-list{display:flex;flex-direction:column;position:absolute;left:340px;top:0;padding:10px 30px;width:1260px;height:100%;flex-wrap:wrap;align-content:flex-start;cursor:initial;box-shadow:0 0 12px rgba(0,0,0,.1);pointer-events:none;opacity:0}.popup-catalog__nav-item-list-sub{display:flex;flex-direction:column;width:230px;margin:10px 20px 10px 0}@media screen and (max-width:1620px){.popup-catalog__nav-item-list-sub{width:220px}}.popup-catalog__nav-item-list-sub-link{font-size:16px;color:#2f2d40}.popup-catalog__nav-item-list-sub-link:visited{color:#2f2d40}.popup-catalog__nav-item-list-sub-link:hover{color:#6334ff;text-decoration:underline}.popup-catalog__nav-item-list-sub-items{display:flex;flex-direction:column;margin-top:10px}.popup-catalog__nav-item-list-sub-items-li{display:flex}.popup-catalog__nav-item-list-sub-items-li:first-child-link{padding-top:0}.popup-catalog__nav-item-list-sub-items-li:last-child-link{padding-bottom:0}.popup-catalog__nav-item-list-sub-items-li-link{padding:4px 0;font-size:14px;color:#5a5a5a;width:100%}.popup-catalog__nav-item-list-sub-items-li-link:visited{color:#5a5a5a}.popup-catalog__nav-item-list-sub-items-li-link:hover{color:#6334ff;text-decoration:underline}.popup-catalog__nav-item-additional{width:240px;position:absolute;right:0;top:0;display:flex;height:100%;pointer-events:none;opacity:0;transition:all 150ms ease-in-out;cursor:initial}@media screen and (max-width:1919px){.popup-catalog__nav-item-additional{display:none;opacity:0;pointer-events:none}}.popup-catalog__nav-item-additional-brands{display:flex;flex-direction:column;background:#f6f8fb;padding:20px}@media screen and (max-width:1919px){.popup-catalog__nav-item-additional-brands{display:none}}.popup-catalog__nav-item-additional-brands-head{font-weight:500;font-size:16px;color:#2f2d40}.popup-catalog__nav-item-additional-brands-list{display:flex;flex-direction:column;margin-top:5px}.popup-catalog__nav-item-additional-brands-list-item{width:200px;height:40px;display:flex;margin-top:10px}.popup-catalog__nav-item-additional-brands-list-item-link{width:100%;height:100%;display:flex;justify-content:space-around;align-items:center;background:0 0;border-radius:12px;transition:all 150ms ease-in-out}.popup-catalog__nav-item-additional-brands-list-item-link-image{position:absolute;transition:all 150ms ease-in-out}.popup-catalog__nav-item-additional-brands-list-item-link-image:first-child{opacity:1}.popup-catalog__nav-item-additional-brands-list-item-link-image:last-child{opacity:0}.popup-catalog__nav-item-additional-brands-list-item:hover{cursor:pointer}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-list-item:hover .MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-list-item-link,.popup-catalog__nav-item-additional-brands-list-item:hover .popup-catalog__nav-item-additional-brands-list-item-link{background:#fff;cursor:pointer}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-list-item:hover .MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-list-item-link-image:first-child,.popup-catalog__nav-item-additional-brands-list-item:hover .popup-catalog__nav-item-additional-brands-list-item-link-image:first-child{opacity:0}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-list-item:hover .MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-list-item-link-image:last-child,.popup-catalog__nav-item-additional-brands-list-item:hover .popup-catalog__nav-item-additional-brands-list-item-link-image:last-child{opacity:1}.popup-catalog__nav-item-additional-banner{display:flex}@media screen and (max-width:1919px){.popup-catalog__nav-item-additional-banner{display:none}}.popup-catalog__nav-item.active{background:#f6f8fb}.popup-catalog__nav-item.active svg path{stroke:#2f2d40}.popup-catalog__nav-item.active .popup-catalog__nav-item-list{pointer-events:all;opacity:1}.popup-catalog__nav-item.active .popup-catalog__nav-item-additional{pointer-events:all;display:flex;opacity:1}.Header-client__top{position:relative}.Header-client__top-button{display:flex;align-items:center;margin-left:24px}.Header-client__top-button p{font-weight:500;font-size:16px;margin-right:10px}.Header-client__top-button-arrow{width:12px;height:8px;min-width:12px;background:url(../assets/header/arrow-down.svg);background-size:100% 100%;display:flex;transition:all 250ms ease-in-out}.Header-client__top-button-arrow.active{transform:rotate(180deg)}.Header-client__top-button:hover{cursor:pointer}.Header-client__top-button:hover p{text-decoration:underline}.Header-client__top-menu{position:absolute;left:0;top:calc(100% + 26px);width:-moz-max-content;width:max-content;z-index:999;display:flex;flex-direction:column;background:#fff;padding:10px;min-width:280px;box-shadow:0 4px 16px rgba(0,0,0,.1);border-radius:12px}.Header-client__top-menu-item{border-radius:8px;transition:all 250ms ease-in-out}.Header-client__top-menu-item-link{font-weight:500;font-size:16px;color:#2f2d40;padding:12px 15px;display:flex}.Header-client__top-menu-item:hover{background:#f6f8fb;cursor:pointer}.Compare__overlay,.Header-client__popup-overlay{width:100%;height:100vh;opacity:.5;left:0;top:0;z-index:998}.Header-client__popup-overlay{background:linear-gradient(to left,#000,#000) no-repeat 0 70px;position:absolute}.Compare__overlay:hover,.Header-client__popup-overlay:hover{cursor:initial}.Compare__overlay{background:#000;position:fixed}.Compare__popup{position:fixed;left:0;right:0;bottom:0;top:0;margin:auto;width:440px;padding:20px;background:#fff;z-index:999;border-radius:12px;display:flex;flex-direction:column;height:-moz-max-content;height:max-content}@media screen and (max-width:480px){.Compare__popup{width:100%;height:100vh;padding:20px 15px;border-radius:0;margin:0}}.Compare__popup-head{display:flex;justify-content:space-between;width:100%}.Compare__popup-head-text{font-weight:500;font-size:24px;color:#2f2d40;cursor:default}.Compare__popup-head-wrapper{width:24px;height:24px;background:url(../assets/header/close-button.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.Compare__popup-head-wrapper:hover{cursor:pointer;opacity:.5}.Compare__popup-body{display:flex;width:100%;flex-direction:column;margin-top:20px}.Compare__popup-body-item{display:flex;margin-top:5px;position:relative;background:#fff;border-radius:8px;transition:all 250ms ease-in-out}.Compare__popup-body-item:hover{cursor:pointer;background:#f6f8fb}.Compare__popup-body-item:first-child{margin-top:0}.Compare__popup-body-item-text{font-weight:500;font-size:16px;color:#2f2d40;padding:12px 38px 12px 15px;width:100%}.Compare__popup-body-item-text span{color:#a3acbf}.Compare__popup-body-item-wrapper{width:24px;height:24px;margin:6px;display:flex;align-items:center;justify-content:space-around;position:absolute;right:2px;top:3px;background:url(../assets/header/compare-remove.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.Compare__popup-body-item-wrapper:hover{opacity:.5}.Compare__popup-body.no-items{width:-moz-max-content;width:max-content;margin:auto;height:190px;justify-content:center;max-width:80%}.Compare__popup-body.no-items p:first-child,.HeaderCart__popup-no-items-body p:first-child{font-weight:500;font-size:24px;color:#2f2d40}@media screen and (max-width:480px){.Compare__popup-body.no-items p:first-child{text-align:center}}.Compare__popup-body.no-items p:last-child{margin-top:10px;font-weight:500;font-size:16px;color:#5c6373}@media screen and (max-width:480px){.Compare__popup-body.no-items p:last-child{margin-top:20px;text-align:center}}.Compare__popup-preloader{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(255,255,255,.7);pointer-events:none;opacity:0;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around;border-radius:12px}.Compare__popup-preloader.active{pointer-events:all;opacity:1}.HeaderCart{z-index:998}.HeaderCart__overlay{width:100%;height:100vh;background:#000;opacity:.5;position:fixed;left:0;top:0;z-index:998}.HeaderCart__overlay:hover{cursor:initial}.HeaderCart__popup-no-items{position:fixed;left:0;right:0;bottom:0;top:0;margin:auto;width:440px;height:240px;padding:20px;background:#fff;z-index:999;border-radius:12px;display:flex;flex-direction:column}@media screen and (max-width:480px){.HeaderCart__popup-no-items{width:100%;height:100vh;padding:20px 15px;border-radius:0;margin:0}}.HeaderCart__popup-no-items-head{display:flex;justify-content:space-between;width:100%}.HeaderCart__popup-no-items-head-text{font-weight:500;font-size:24px;color:#2f2d40;cursor:default}.HeaderCart__popup-no-items-head-wrapper{width:24px;height:24px;background:url(../assets/header/popup-close.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.HeaderCart__popup-cart-head-wrapper:hover,.HeaderCart__popup-no-items-head-wrapper:hover{cursor:pointer;opacity:.5}.HeaderCart__popup-no-items-body{display:flex;flex-direction:column;width:-moz-max-content;width:max-content;margin:auto}@media screen and (max-width:480px){.HeaderCart__popup-no-items-body{width:auto}}@media screen and (max-width:480px){.HeaderCart__popup-no-items-body p:first-child{text-align:center}}.HeaderCart__popup-no-items-body p:last-child{margin-top:10px;font-weight:500;font-size:16px;color:#5c6373}@media screen and (max-width:480px){.HeaderCart__popup-no-items-body p:last-child{margin-top:20px;text-align:center}}.HeaderCart__popup-cart{position:fixed;left:0;right:0;bottom:0;top:0;margin:auto;width:960px;padding:24px;background:#fff;z-index:999;border-radius:12px;display:flex;flex-direction:column;height:-moz-max-content;height:max-content}@media screen and (max-width:1365px){.HeaderCart__popup-cart{width:730px}}@media screen and (max-width:767px){.HeaderCart__popup-cart{width:100%;height:100vh;border-radius:0;padding:20px 15px;overflow-y:auto;margin:0}}.HeaderCart__popup-cart-head{display:flex;justify-content:space-between;width:100%}.HeaderCart__popup-cart-head-text{font-weight:500;font-size:24px;color:#2f2d40;cursor:default}.HeaderCart__popup-cart-head-wrapper{width:24px;height:24px;background:url(../assets/header/popup-close.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.HeaderCart__popup-cart-body{display:flex;flex-direction:column;width:100%;margin-top:30px}@media screen and (max-width:767px){.HeaderCart__popup-cart-body{margin-bottom:115px}}.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:435px}}.HeaderCart__popup-cart-body-sum{display:flex;flex-direction:column;padding:18px 20px;background:#f0ebff;border-radius:12px;margin-top:10px}.HeaderCart__popup-cart-body-sum-overall{display:flex;justify-content:space-between;align-items:center}.HeaderCart__popup-cart-body-sum-text{font-weight:500;font-size:18px;color:#2f2d40}.HeaderCart__popup-cart-body-sum-price{display:flex;align-items:flex-end}.HeaderCart__popup-cart-body-sum-price-current{font-weight:500;font-size:24px;color:#2f2d40}.HeaderCart__popup-cart-body-sum-price-old{font-weight:500;font-size:16px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#a3acbf;margin-left:12px}.HeaderCart__popup-cart-body-sum-cashback{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.HeaderCart__popup-cart-body-sum-cashback-text{color:#2f2d40;font-size:14px;font-weight:500}.HeaderCart__popup-cart-body-sum-cashback-summ{color:#6734ff;font-size:14px;font-weight:600}.HeaderCart__popup-cart-body-buttons{margin-top:20px;width:100%;display:flex}@media screen and (max-width:767px){.HeaderCart__popup-cart-body-buttons{flex-direction:column;margin-top:30px}}.HeaderCart__popup-cart-body-buttons-checkout,.HeaderCart__popup-cart-body-buttons-continue{justify-content:space-around}.HeaderCart__popup-cart-body-buttons-checkout,.HeaderCart__popup-cart-body-buttons-continue,.HeaderCart__popup-cart-body-buttons-fast{width:220px;height:40px;display:flex;align-items:center;font-weight:500;font-size:14px;border-radius:8px;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.HeaderCart__popup-cart-body-buttons-checkout,.HeaderCart__popup-cart-body-buttons-continue,.HeaderCart__popup-cart-body-buttons-fast{width:100%;height:48px}}.HeaderCart__popup-cart-body-buttons-fast:hover{cursor:pointer}.HeaderCart__popup-cart-body-buttons-continue{color:#2f2d40;background:#fff;margin-right:auto}@media screen and (max-width:767px){.HeaderCart__popup-cart-body-buttons-continue{order:3;margin-top:30px}}.HeaderCart__popup-cart-body-buttons-continue:hover{cursor:pointer;background:#f6f8fb}.HeaderCart__popup-cart-body-buttons-continue:active{background:#edeff2}.HeaderCart__popup-cart-body-buttons-checkout{color:#fff;background:#6734ff}@media screen and (max-width:767px){.HeaderCart__popup-cart-body-buttons-checkout{order:1}}.HeaderCart__popup-cart-body-buttons-checkout:hover{cursor:pointer;background:#764aff}.HeaderCart__popup-cart-body-buttons-fast{margin-right:24px;justify-content:center;border:1px solid #f0ebff}.HeaderCart__popup-cart-body-buttons-fast div:first-child{width:24px;height:24px;background:url(../assets/header/fast-order-arrow.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.HeaderCart__popup-cart-body-buttons-fast div:last-child{color:#6734ff;margin-left:11px}.HeaderCart__popup-cart-body-buttons-fast:hover{background:#f0ebff}.HeaderCart__popup-cart-body-buttons-fast:hover div:first-child{background:url(../assets/header/fast-order-arrow-white.svg)}@media screen and (max-width:767px){.HeaderCart__popup-cart-body-buttons-fast{margin-right:0;margin-top:15px;order:2}}.HeaderCart__popup-cart-preloader{width:100%;height:100%;background:rgba(255,255,255,.7);display:flex;align-items:center;justify-content:space-around;z-index:999;position:absolute;left:0;top:0;border-radius:12px;opacity:0;transition:all 150ms ease-in-out;pointer-events:none}.HeaderCart__popup-cart-preloader.active{pointer-events:all;opacity:1}.HeaderCart .BadgesPopupFastOrder{position:fixed;z-index:999;left:0;top:0;right:0;bottom:0;margin:auto}@media screen and (max-width:767px){.HeaderCart .BadgesPopupFastOrder{margin:unset}}.HeaderServices__button{display:flex;align-items:center;color:#fff;font-size:14px;font-weight:500;width:-moz-max-content;width:max-content;min-width:-moz-max-content;min-width:max-content;padding:8px 12px;gap:8px;background:0 0;border-radius:8px;margin-left:8px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.HeaderServices__button{display:none}}.HeaderServices__button:hover{cursor:pointer;background:#7547ff}.HeaderServices__button:before{content:"";width:24px;min-width:24px;height:24px;display:flex;background:url(../assets/header/service-icon.svg)}.HeaderServices__popup{display:flex;position:fixed;width:100%;height:100vh;left:0;top:0;z-index:999}.HeaderServices__popup-overlay{display:flex;opacity:.48;background:#000;position:absolute;left:0;top:0;width:100%;height:100%}.HeaderServices__popup-container{display:flex;flex-direction:column;padding:30px;position:absolute;left:0;top:0;bottom:0;right:0;margin:auto;background:#fff;width:740px;height:-moz-max-content;height:max-content;max-height:100%;border-radius:12px;gap:40px}@media screen and (max-width:767px){.HeaderServices__popup-container{gap:30px;width:100%;border-radius:0;padding:15px}}.HeaderServices__popup-container-head{display:flex;justify-content:space-between;margin-top:-10px;margin-right:-10px}@media screen and (max-width:767px){.HeaderServices__popup-container-head{margin-top:5px;margin-right:0}}.HeaderServices__popup-container-head-name{color:#2f2d40;font-size:24px;font-weight:500}.HeaderServices__popup-container-head-close{display:flex;width:24px;height:24px;background:url(../assets/header/cross-24x24.svg)}.HeaderServices__popup-container-head-close:hover,.LangPopup__close:hover{cursor:pointer}.HeaderServices__popup-container-body{overflow-x:auto}@media screen and (max-width:767px){.HeaderServices__popup-container-body{width:calc(100% + 15px);margin-right:-15px;padding-right:15px}}.HeaderServices__popup-container-body ::-webkit-scrollbar{display:none}.LangPopup{width:320px;position:absolute;top:63px;right:-100%;background:#fff;z-index:999;padding:24px;border-radius:16px;box-shadow:0 0 16px 0 rgba(0,0,0,.16);transform:translateX(-5%)}@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:24px;height:24px;background:url(../assets/header/cross-24x24.svg)}.LangPopup__container-image{width:100%;height:48px;background-image:url(../assets/header/ua-flag.svg);background-repeat:no-repeat;background-position:center center;background-size:48px 48px}.LangPopup__container-text{margin-top:16px;text-align:center;color:#2f2d40;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,.LangPopup__container-buttons-secondary{padding:8px 16px;border-radius:8px;font-size:14px;line-height:16px;text-align:center;transition:all 250ms ease-in-out}.LangPopup__container-buttons-primary{background:#6734ff;width:88px;color:#fff;font-weight:600;text-transform:uppercase}.LangPopup__container-buttons-primary:hover{cursor:pointer;background:#794dff}.LangPopup__container-buttons-primary:active{background:#572bd9}.LangPopup__container-buttons-secondary{width:64px;border:1px solid #dadee5;color:#2f2d40;font-weight:500}.LangPopup__container-buttons-secondary:hover{background:#f0ebff;border:1px solid #f0ebff;cursor:pointer}.LangPopup__container-buttons-secondary:active{background:#e0d6ff;border:1px solid #e0d6ff}.Header-lang{display:flex;align-items:center;margin-left:24px;position:relative}@media screen and (max-width:767px){.Header-lang{margin-left:0}}.Header-lang__button{font-weight:500;font-size:14px;color:#fff;padding:12px 8px;border-radius:8px;display:flex;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.Header-lang__button{display:none}}.Header-lang__button.ua{padding:12px 10px 12px 8px;gap:10px}.Header-lang__button.ua::before{content:"";width:16px;height:16px;background:url(../assets/header/lang-logo.svg);display:flex}.Header-lang__button:hover{background:#7547ff;cursor:pointer}.Header-lang__button.active{color:#b399ff}.Header-lang__button.active:hover{background:0 0;cursor:default}.Header-lang__divider{margin:0 4px;width:1px;height:24px;background:#855cff}@media screen and (max-width:767px){.Header-lang__divider{display:none}}.Header-location{display:flex;align-items:center;position:relative}.Header-location__button{display:flex;margin-left:24px;font-weight:500;font-size:14px;color:#fff;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:1365px){.Header-location__button{display:none}}.Header-location__button:before{content:"";width:16px;height:16px;display:flex;background:url(../assets/header/location-icon-white.svg);margin-right:8px}.Header-location__button:after{content:"";width:16px;height:16px;display:flex;background:url(../assets/header/arrow-down-16x16.svg);margin-left:4px}.Header-location__button:hover{cursor:pointer}.Header-location__button:hover p{text-decoration:underline}.Header-location__popup{display:flex;position:fixed;left:0;top:0;width:100%;height:100vh;z-index:999}.Header-location__popup-overlay{width:100%;height:100vh;background:#000;opacity:.5;position:fixed;left:0;top:0;z-index:998}.Header-location__popup-overlay:hover{cursor:initial}.Header-location__popup-container{padding:20px 30px;z-index:999;position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;width:640px;height:-moz-max-content;height:max-content;background:#fff;border-radius:12px}@media screen and (max-width:640px){.Header-location__popup-container{width:100%;height:100vh;margin:0;border-radius:0;transition:left 250ms ease-in-out}}.Header-location__popup-container-head{display:flex;justify-content:space-between;align-items:center}.Header-location__popup-container-head-text{font-weight:500;font-size:24px;color:#2f2d40}.Header-location__popup-container-head-close{width:24px;height:24px;display:flex;justify-content:space-around;align-items:center;background:url(../assets/header/popup-close.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.Header-location__popup-container-head-close:hover{cursor:pointer;opacity:.5}.Header-location__popup-container-search{margin-top:30px}.Header-location__popup-container-search-head{font-weight:500;font-size:16px;color:#2f2d40}.Header-location__popup-container-search-body{margin-top:15px;position:relative}.Header-location__popup-container-search-body-wrapper{position:absolute;left:10px;top:50%;transform:translateY(-50%);z-index:2;pointer-events:none;width:24px;height:24px;background:url(../assets/header/location-search-icon.svg)}.Header-location__popup-container-selected-b{width:100%;background:#e6ffea;border-radius:12px;display:flex;justify-content:space-around;margin-top:10px;max-height:0;transition:all 350ms ease-in-out;overflow:hidden}.Header-location__popup-container-selected-b p{color:#00b31e;font-weight:500;font-size:16px;padding:15px;display:flex}.Header-location__popup-container-selected-b.active{margin-top:20px;max-height:100px}.Header-location__popup-container-bottom{font-weight:500;font-size:14px;color:#959ba6;line-height:18px;margin-top:20px}.Header-location__popup-container-preloader{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:space-around;background:rgba(255,255,255,.6);border-radius:12px;z-index:999;opacity:0;pointer-events:none;transition:all 150ms ease-in-out}@media screen and (max-width:640px){.Header-location__popup-container-preloader{border-radius:0}}.Header-location__popup-container-preloader.active{opacity:1;pointer-events:all}.Header-location .header-select .vs__dropdown-toggle{background:#f5f6f9;border-radius:20px;border:2px solid transparent}.Header-location .header-select .vs__dropdown-menu{background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.1);border-radius:12px;border:0;top:calc(100% + 10px);max-height:205px}.Header-location .header-select .vs__actions{display:none}.Header-location .header-select .vs__search{padding:0 10px 0 50px}.Header-location .header-select .vs__search::-moz-placeholder{color:#acb3bf;font-weight:500;font-size:16px}.Header-location .header-select .vs__search::placeholder{color:#acb3bf;font-weight:500;font-size:16px}.Header-location .header-select .vs__selected{padding:0 10px 0 50px;position:absolute;height:25px;overflow:hidden;display:flex;align-items:flex-start}.Header-location .header-select .vs__selected-options{align-items:center}.Header-location .header-select .vs__dropdown-menu{padding:10px 0}.Header-location .header-select .vs__dropdown-option{padding:12px 20px;color:#2f2d40;font-weight:500;font-size:16px;white-space:unset}.Header-location .header-select .vs__dropdown-option.vs__dropdown-option--highlight{background:#f5f2ff;color:#2f2d40}.Header-location .header-select.vs--open .vs__dropdown-toggle{border:2px solid #6734ff;background:#fff}.Header-location .header-select.vs--open .vs__selected{opacity:0}.MobileMenu{display:flex}.MobileMenu__wrapper{width:40px;height:40px;margin-right:20px;background-image:url(../assets/header/burger-icon.svg);background-size:24px 24px;background-position:center;background-color:transparent;background-repeat:no-repeat;transition:all 250ms ease-in-out;border-radius:8px}.MobileMenu__wrapper:hover{cursor:pointer;background-color:#7547ff}.MobileMenu__wrapper:active{background-color:#6734ff}.Header-right-buttons,.Header-right-buttons__button{display:flex;align-items:center}.Header-right-buttons__button{width:40px;height:40px;justify-content:space-around;position:relative;margin-left:8px;border-radius:8px;background:0 0;transition:all 250ms ease-in-out}.Header-right-buttons__button:hover{cursor:pointer;background:#7547ff}.Header-right-buttons__button:first-child{margin-left:20px}.Header-right-buttons__button-count{position:absolute;min-width:20px;min-height:20px;background:#fff;border:2px solid #6734ff;border-radius:50%;right:0;top:1px;display:flex;align-items:center;justify-content:space-around;padding:0 3px}.Header-right-buttons__button-count p{font-weight:600;font-size:12px;color:#6734ff;margin-top:1px}.Header-right-buttons__button-icon{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{width:26px;height:24px;background:url(../assets/header/header-compare-icon.svg)}.Header-right-buttons__button.favorite .Header-right-buttons__button-icon{width:24px;height:24px;background:url(../assets/header/favorite-icon.svg)}.Header-right-buttons__button.favorite.disabled{cursor:default}.Header-right-buttons__button.favorite.disabled .Header-right-buttons__button-icon{opacity:.4}.Header-right-buttons__button.cart .Header-right-buttons__button-icon{width:24px;height:24px;background:url(../assets/header/header-cart-icon.svg)}@media screen and (max-width:1365px){.Header-right-buttons .compare,.Header-right-buttons .favorite{display:none}}@media screen and (max-width:767px){.Header-right-buttons .profile{display:none}}.Header-search{display:flex;align-items:center;margin-left:24px;width:100%}@media screen and (max-width:1365px){.Header-search{width:100%;max-width:100%}}@media screen and (max-width:767px){.Header-search{margin-left:0}}.Header-search__search{display:flex;padding:8px 12px 8px 8px;margin:0;background:#f5f6f9;border-radius:22px;align-items:center;border:2px solid transparent;width:100%;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.Header-search__search{transition:unset}}.Header-search__search:hover{border:2px solid #c2adff}.Header-search__search-icon{width:24px;height:24px;display:flex;background:url(../assets/header/header-search-icon.svg)}.Header-search__search-close{width:16px;height:16px;display:flex;background:url(../assets/header/header-search-close-icon.svg);opacity:0;pointer-events:none;transition:all 250ms ease-in-out}.Header-search__search-close:hover{cursor:pointer}.Header-search__search-mobile-close{display:none;width:40px;height:40px;background-color:#6734ff;position:absolute;top:-2px;right:-50px;background-image:url(../assets/header/search-close-mobile.svg);background-size:100% 100%}.Header-search__search-input{margin-left:16px;font-weight:500;font-size:16px;width:100%;color:#2f2d40}.Header-search__search-input::-moz-placeholder{color:#a3acbf}.Header-search__search-input::placeholder{color:#a3acbf}.Header-search__search.active{z-index:999;border-radius:8px}@media screen and (max-width:767px){.Header-search__search.active{position:absolute;left:17px;top:10px;height:40px;width:calc(100% - 77px)}}.Header-search__search.active .Header-search__search-icon{background:url(../assets/header/header-search-icon-active.svg)}.Header-search__search.active .Header-search__search-close{opacity:1;pointer-events:all}.Header-search__search.active .Header-search__search-mobile-close{display:flex}.Header-search__popup-overlay{width:100%;height:100vh;background:rgba(0,0,0,.32);position:absolute;left:0;top:0;z-index:998}@media screen and (max-width:767px){.Header-search__popup-overlay{background:linear-gradient(to left,rgba(0,0,0,.32),rgba(0,0,0,.32)) no-repeat 0 60px}}.Header-search__popup-overlay:hover{cursor:initial}.Header-search__popup-container{z-index:999;position:absolute;left:-203px;right:0;margin:auto;top:65px;width:-moz-max-content;width:max-content}@media screen and (max-width:790px){.Header-search__popup-container{width:100%;left:0}}@media screen and (max-width:767px){.Header-search__popup-container{top:60px}}.Header-search__popup-container-preloader{display:flex;align-items:center;justify-content:space-between;width:788px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);padding:40px 20px;background:#fff}@media screen and (max-width:790px){.Header-search__popup-container-preloader{width:100%;border-radius:0}}.Header-search .search-container{background:#fff;box-shadow:0 2px 16px 0 rgba(0,0,0,.16);border-radius:12px;width:788px;display:flex;max-height:calc(100vh - 65px);overflow-x:auto}.Header-search .search-container::-webkit-scrollbar,.ScrollSlider__container::-webkit-scrollbar{display:none}@media screen and (max-width:790px){.Header-search .search-container{width:100%;border-radius:0;box-shadow:unset;max-height:unset;height:calc(100vh - 60px)}}.Header-search .search-container__no-result{display:flex;width:100%;padding:40px 20px;justify-content:space-around}.Header-search .search-container__result{padding:20px 10px;width:100%}.Header-search .search-container__result-container{display:flex;width:100%;flex-direction:column;max-height:471px;overflow-y:auto}@media screen and (max-width:790px){.Header-search .search-container__result-container{max-height:327px}}.Header-search .search-container__result-category{display:flex;flex-direction:column;width:100%}.Header-search .search-container__result-category-header{font-weight:500;font-size:14px;color:#8590a6;margin-top:20px;margin-bottom:10px;margin-left:10px}.Header-search .search-container__result-category-container{display:flex;flex-direction:column;width:100%;max-height:108px;overflow-y:auto}.CallBackForm{display:flex;flex-direction:column;gap:20px;min-height:237px}.CallBackForm__h{color:#2f2d40;font-size:20px;font-weight:400;line-height:24px}.CallBackForm__b{display:grid;grid-template-columns:320px minmax(0,1fr);grid-gap:30px;position:relative}@media screen and (max-width:767px){.CallBackForm__b{grid-template-columns:1fr}}.CallBackForm__b-c{display:flex;flex-direction:column;gap:15px}.CallBackForm__b .FormTextArea__container-input{height:100%;font-family:"SF Pro Display",sans-serif}.CallBackForm__b .PrimaryButton{margin-top:0}.CallBackForm__b .PrimaryButton.primary.disabled{opacity:.5;background:#6734ff;color:#fff}.CallBackForm__b-preloader{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center}.CallBackForm__complete{display:flex;flex-direction:column;min-height:237px;max-height:237px}@media screen and (max-width:767px){.CallBackForm__complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content;min-height:350px;max-height:350px}}.CallBackForm__complete-img{width:210px;height:200px;background:url(../assets/product-card/popup-complete.svg);background-size:100% 100%;margin:0 auto}.CallBackForm__complete-text{margin-top:30px;margin-bottom:40px}.CallBackForm__complete-text p{font-weight:500;font-size:14px;color:#5c6373;text-align:center}.CallBackForm__complete-text p:first-child{font-weight:500;font-size:18px;color:#2f2d40;margin-bottom:16px}.PrimaryButton,.dyn-b-r{width:100%;display:flex;border-radius:8px}.dyn-b-r{background:#fff}.PrimaryButton{height:40px;align-items:center;justify-content:space-around;margin-top:20px;transition:all 250ms ease-in-out}.PrimaryButton.primary{background:#6734ff;color:#fff}.PrimaryButton.primary:hover{cursor:pointer;background:#794dff}.PrimaryButton.primary:active{background:#572bd9}.PrimaryButton.primary.disabled{cursor:default;background:#f6f8fb;color:#8590a6;pointer-events:none}.PrimaryButton.secondary{border:1px solid #f0ebff;background:0 0;color:#2f2d40}.PrimaryButton.secondary.disabled{pointer-events:none;opacity:.5}.PrimaryButton.secondary:hover{background:#f0ebff;border:1px solid #f0ebff;cursor:pointer}.PrimaryButton.secondary:active{background:#e0d6ff;border:1px solid #e0d6ff}.PrimaryButton.tertiary{background:#ece5ff;color:#6734ff}.PrimaryButton.tertiary.disabled{opacity:.5;pointer-events:none}.PrimaryButton.tertiary:hover{cursor:pointer;background:#f5f2ff}.PrimaryButton.tertiary:active{background:#d9ccff}.ProgressLoadingBar{display:flex;width:100%;height:4px;background:#edeff2;position:fixed;top:0;left:0;z-index:999;opacity:0}.BuyButton.active .BuyButton__icon:after,.ProgressLoadingBar.active{opacity:1}.ProgressLoadingBar.active .ProgressLoadingBar__progress{animation:5s ease-out 0s forwards progress-line-50,10s ease-out 5s forwards progress-line-75,60s ease-out 14s forwards progress-line-100}.ProgressLoadingBar__progress{display:flex;width:1%;border-radius:0 2px 2px 0;height:100%;background:#6734ff;transition:all 250ms ease-in-out}.ProgressScrollButton{width:40px;height:40px;border-radius:50%;background:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.12);border:2px solid #6734ff;display:flex;align-items:center;justify-content:center;position:fixed;bottom:42px;right:42px;z-index:2}@media screen and (max-width:767px){.ProgressScrollButton{bottom:96px;right:20px}}.ProgressScrollButton:hover .ProgressScrollButton__arrow svg path{stroke:#8590a6}.ProgressScrollButton:active .ProgressScrollButton__arrow svg path{stroke:#5c6373}.ProgressScrollButton__arrow{display:flex;width:14px;height:8px}.ProgressScrollButton__arrow svg path,.RadioButton,.RadioButton__mark{transition:all 250ms ease-in-out}.ProgressScrollButton__progress svg{position:absolute;top:-2px;right:-2px;width:40px;height:40px;transform:rotateY(-180deg) rotateZ(-90deg)}.ProgressScrollButton__progress svg circle{stroke-dasharray:125px;stroke-dashoffset:0;stroke-width:4px;stroke:#fff;fill:none}.RadioButton,.RadioButton__mark{background:0 0;display:flex;border-radius:50%}.RadioButton{width:20px;height:20px;border:1px solid #dadee6;box-shadow:0 0 0 2px transparent;align-items:center;justify-content:space-around}.ProgressScrollButton:hover,.RadioButton:hover{cursor:pointer}.RadioButton.active,.RadioButton:hover{border:1px solid #6734ff}.GalleryBlock__big-carousel.owl-carousel .owl-dots .owl-dot.active .simple,.RadioButton.active .RadioButton__mark{background:#6734ff}.RadioButton__mark{width:12px;height:12px}.ScrollSlider{width:100%;display:flex;position:relative}.ScrollSlider__side{background:0 0;position:absolute;right:0;top:-2px;display:flex;width:100px;height:calc(100% + 3px);z-index:1;pointer-events:none;transition:all 250ms ease-in-out}.ScrollSlider__side.gradient{background:0 0;background:linear-gradient(90deg,rgba(245,247,250,0) 0,#f5f7fa 65.62%)}.ScrollSlider__side.gradient .ScrollSlider__side-arrow{margin:0}.ScrollSlider__side.gradient.disabled{display:none}.ScrollSlider__side.left{transform:rotate(180deg);right:unset;left:0}.ScrollSlider__side.disabled .ScrollSlider__side-arrow{background-image:url(../assets/product-card/bundles-arrow-gray.svg);pointer-events:none;background-color:#f6f8fb}@media screen and (max-width:1365px){.ScrollSlider__side{display:none}}.ScrollSlider__side-arrow{width:32px;height:32px;background-color:#f6f8fb;background-image:url(../assets/product-card/bundles-arrow.svg);background-position:center;background-repeat:no-repeat;background-size:8px 12px;pointer-events:all;position:absolute;right:0;top:50%;transform:translateY(-50%);border-radius:50%;display:flex;transition:all 250ms ease-in-out;margin:0 16px;border:1px solid transparent}.ScrollSlider__side-arrow:hover{background-color:#fff;border:1px solid #edeff2;cursor:pointer}.ScrollSlider__container{width:100%;position:relative;overflow-y:auto;display:flex;scroll-behavior:smooth}@media screen and (max-width:1365px){.ScrollSlider__container{padding:0 20px}}@media screen and (max-width:767px){.ScrollSlider__container{padding:0 15px}}@media screen and (max-width:1365px){.ScrollSlider__container.sbe{padding-bottom:20px}.ScrollSlider__container.sbe::-webkit-scrollbar{display:flex}}.ScrollSlider__container.sbe.no-scroll{padding-bottom:0}.BuyButton{display:flex;align-items:center;height:40px;width:-moz-max-content;width:max-content;background:#6734ff;border-radius:8px;transition:all 250ms ease-in-out;position:relative;border:1px solid transparent;padding:8px 20px}.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:#f0ebff;padding:8px 16px}.BuyButton.active .BuyButton__icon{background:url(../assets/product-card/buy-button-cart-active.svg);width:24px;height:24px}.BuyButton.active .BuyButton__text{color:#6734ff}.BuyButton.loading{background:#fff;border:1px solid #6734ff;pointer-events:none}.BuyButton.loading .BuyButton__icon,.BuyButton.loading .BuyButton__text{opacity:0}.BuyButton.loading .BuyButton__preloader{opacity:1}@media (hover:hover) and (pointer:fine){.BuyButton:hover{cursor:pointer;background:#794dff}}.BuyButton:active{background:#572bd9}.BuyButton__icon,.BuyButton__icon:after,.BuyButton__text{opacity:1;transition:all 250ms ease-in-out}.BuyButton__icon{width:20px;min-width:20px;height:20px;margin-left:auto;background:url(../assets/product-card/buy-button-cart.svg);background-size:100% 100%;margin-right:15px;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-cart-label.svg);opacity:0}.BuyButton__text{font-weight:600;font-size:14px;color:#fff;text-transform:uppercase;margin-right:auto}@media screen and (max-width:767px){.BuyButton{width:100%}}.BuyButton__preloader{width:100%;height:100%;position:absolute;left:0;top:0;display:flex;opacity:0;pointer-events:none;transition:all 250ms ease-in-out}.BuyButton__preloader .Preloader{margin:auto;width:30px;height:30px}.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,.SkeletonWhiteItem::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:""}.AvailableServices,.SkeletonWhiteItem{width:100%;display:flex;position:relative}.SkeletonWhiteItem{border-radius:8px;overflow:hidden;background:#e5e7ec;height:420px}.SkeletonWhiteItem::after{animation:skeleton-white-item-anim 2s infinite}.AvailableServices{margin-top:30px;flex-direction:column}.AvailableServices__head,.MainPageBlog__container-head p{font-weight:500;font-size:24px;line-height:32px;color:#2f2d40}@media screen and (max-width:1365px){.AvailableServices__head{font-size:18px;line-height:22px;padding:0 20px}}@media screen and (max-width:767px){.AvailableServices__head{padding:0 15px}}.AvailableServices__container{display:flex;margin-top:15px}.AvailableServices__container .ScrollSlider__container{padding:12px;margin:-12px}@media screen and (max-width:1365px){.AvailableServices__container .ScrollSlider__container{margin:0;padding:0 20px}}@media screen and (max-width:767px){.AvailableServices__container .ScrollSlider__container{padding:0 15px}}.AvailableServices__container .ScrollSlider__side.left.gradient{left:-12px}@media screen and (max-width:1365px){.AvailableServices__container .ScrollSlider__side.left.gradient{left:0}}.AvailableServices__container .ScrollSlider__side.right.gradient{right:12px}@media screen and (max-width:1365px){.AvailableServices__container .ScrollSlider__side.right.gradient{right:0}}.MainCategories{margin-top:30px;display:flex}@media screen and (max-width:1365px){.MainCategories{margin-top:20px}}.MainCategories .ScrollSlider__container{padding:12px;margin:-12px}@media screen and (max-width:1365px){.MainCategories .ScrollSlider__container{margin:0;padding:0 0 0 20px}}@media screen and (max-width:767px){.MainCategories .ScrollSlider__container{padding-left:15px}}.MainCategories .ScrollSlider__side.left.gradient{left:-12px}@media screen and (max-width:1365px){.MainCategories .ScrollSlider__side.left.gradient{left:0}}.MainCategories .ScrollSlider__side.right.gradient{right:12px}@media screen and (max-width:1365px){.MainCategories .ScrollSlider__side.right.gradient{right:0}}.MainCategories__item{display:flex;flex-direction:column;width:160px;min-width:160px;height:160px;background:#fff;border-radius:16px;gap:12px;padding:16px;border:1px solid transparent;transition:all 250ms ease-in-out}@media screen and (max-width:1599px){.MainCategories__item{width:152px;min-width:152px;height:152px}}@media screen and (max-width:1439px){.MainCategories__item{width:148px;min-width:148px;height:148px}}@media screen and (max-width:1365px){.MainCategories__item{width:124px;min-width:124px;height:132px;padding:16px 12px}}.MainCategories__item:hover{cursor:pointer;box-shadow:0 2px 12px 0 rgba(0,0,0,.08)}.MainCategories__item:active{border:1px solid #dadee5;background:#edeff2}.MainCategories__item-wrapper{width:80px;height:80px;display:flex;margin:auto auto 0}@media screen and (max-width:1599px){.MainCategories__item-wrapper{width:72px;height:72px}}@media screen and (max-width:1439px){.MainCategories__item-wrapper{width:68px;height:68px}}@media screen and (max-width:1365px){.MainCategories__item-wrapper{width:56px;height:56px}}.MainCategories__item-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.MainCategories__item-text{font-weight:500;font-size:14px;color:#2f2d40;line-height:18px;text-align:center;margin-bottom:auto}@media screen and (max-width:767px){.MainCategories__item-text{font-size:12px;line-height:16px}}.MainPageBanners{display:flex;flex-direction:column}@media screen and (max-width:1365px){.MainPageBanners{margin-top:0;height:auto}}@media screen and (max-width:1919px){.MainPageBanners .ScrollSlider__side{background:linear-gradient(90deg,rgba(246,248,251,0) 0,#f6f8fb 84.78%);width:240px}}@media screen and (max-width:1439px){.MainPageBanners .ScrollSlider__side{background:0 0;width:100px}}.MainPageBanners .ScrollSlider__side.disabled{display:none}.MainPageBanners .ScrollSlider__side-arrow{width:42px;height:60px;padding:0;color:transparent;background-image:url(../assets/main-page/big-banners-slider-arrow.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat;transition:background 250ms ease-in-out;pointer-events:all;background-color:transparent;border-radius:unset;border:unset}.MainPageBanners .ScrollSlider__side-arrow:hover{background-image:url(../assets/main-page/big-banners-slider-arrow-hover.svg);background-color:transparent;border:1px solid transparent}.MainPageCatalog__mob-button{border-radius:8px;background:#6734ff;width:100%;padding:12px;justify-content:center;align-items:center;color:#fff;font-size:16px;font-weight:700;line-height:16px;gap:10px;display:none}@media screen and (max-width:1365px){.MainPageCatalog__mob-button{display:flex}}.MainPageCatalog__mob-button:before{display:flex;content:"";width:24px;height:24px;background:url(../assets/main-page/catalog-mob-icon.svg)}.MainPageCatalog .main-page-popup-catalog{width:1600px;overflow:hidden;background:0 0;position:relative;pointer-events:none;top:0}@media screen and (max-width:1919px){.MainPageCatalog .main-page-popup-catalog{width:1420px}}@media screen and (max-width:1600px){.MainPageCatalog .main-page-popup-catalog{width:1300px}}@media screen and (max-width:1439px){.MainPageCatalog .main-page-popup-catalog{display:none}}.MainPageCatalog .main-page-popup-catalog__sub{width:20px;height:100%;position:absolute;left:340px;top:0;background:0 0;pointer-events:all}@media screen and (max-width:1919px){.MainPageCatalog .main-page-popup-catalog__sub{left:280px}}.MainPageCatalog .main-page-popup-catalog__nav{width:340px;background:#fff;padding:10px 0;border-radius:8px;pointer-events:all}@media screen and (max-width:1919px){.MainPageCatalog .main-page-popup-catalog__nav{width:280px}}.MainPageCatalog .main-page-popup-catalog__nav-item{width:100%;background:#fff;transition:background 150ms ease-in-out}.MainPageCatalog .main-page-popup-catalog__nav-item-container{display:flex;align-items:center;width:100%;padding:10px 24px 10px 16px;gap:15px}.MainPageCatalog .main-page-popup-catalog__nav-item-container-wrapper{width:24px;min-width:24px;height:24px;display:flex}.MainPageCatalog .main-page-popup-catalog__nav-item-container-wrapper-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.MainPageCatalog .main-page-popup-catalog__nav-item-container-link{font-weight:500;font-size:14px;color:#2f2d40;width:100%}.MainPageCatalog .main-page-popup-catalog__nav-item-container svg{width:8px;height:12px;min-width:8px;display:flex;margin-left:auto}.MainPageCatalog .main-page-popup-catalog__nav-item-container svg path{transition:all 150ms ease-in-out}.MainPageCatalog .main-page-popup-catalog__nav-item:hover{cursor:pointer}.MainPageCatalog .main-page-popup-catalog__nav-item-list{display:flex;flex-direction:column;position:absolute;left:360px;top:0;padding:20px;width:1240px;height:100%;flex-wrap:wrap;align-content:flex-start;cursor:initial;box-shadow:0 0 12px rgba(0,0,0,.1);pointer-events:none;opacity:0;transition:all 150ms ease-in-out;background:#fff;border-radius:12px;gap:20px 40px}@media screen and (max-width:1919px){.MainPageCatalog .main-page-popup-catalog__nav-item-list{left:300px}}.MainPageCatalog .main-page-popup-catalog__nav-item-list-sub{display:flex;flex-direction:column;width:208px}@media screen and (max-width:1919px){.MainPageCatalog .main-page-popup-catalog__nav-item-list-sub{width:220px}}.MainPageCatalog .main-page-popup-catalog__nav-item-list-sub-link{font-size:16px;font-weight:500;color:#2f2d40}.MainPageCatalog .main-page-popup-catalog__nav-item-list-sub-link:visited{color:#2f2d40}.MainPageCatalog .main-page-popup-catalog__nav-item-list-sub-link:hover{color:#6334ff;text-decoration:underline}.MainPageCatalog .main-page-popup-catalog__nav-item-list-sub-items{display:flex;flex-direction:column;gap:8px;margin-top:10px}.MainPageCatalog .main-page-popup-catalog__nav-item-list-sub-items-li{display:flex}.MainPageCatalog .main-page-popup-catalog__nav-item-list-sub-items-li:first-child-link{padding-top:0}.MainPageCatalog .main-page-popup-catalog__nav-item-list-sub-items-li:last-child-link{padding-bottom:0}.MainPageCatalog .main-page-popup-catalog__nav-item-list-sub-items-li-link{font-size:14px;font-weight:400;color:#5c6373;width:100%;line-height:16px}.MainPageCatalog .main-page-popup-catalog__nav-item-list-sub-items-li-link:visited{color:#5c6373}.MainPageCatalog .main-page-popup-catalog__nav-item-list-sub-items-li-link:hover{color:#6334ff;text-decoration:underline}.MainPageCatalog .main-page-popup-catalog__nav-item-additional{width:260px;position:absolute;right:0;top:0;display:flex;height:100%;pointer-events:none;opacity:0;transition:all 150ms ease-in-out;cursor:initial}@media screen and (max-width:1919px){.MainPageCatalog .main-page-popup-catalog__nav-item-additional{display:none}}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands{display:flex;flex-direction:column;background:#f6f8fb;padding:20px}@media screen and (max-width:1919px){.MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands{display:none}}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-head{font-weight:500;font-size:16px;color:#2f2d40}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-list{display:flex;flex-direction:column;margin-top:5px}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-list-item{width:200px;height:40px;display:flex;margin-top:10px}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-list-item-link{width:100%;height:100%;display:flex;justify-content:space-around;align-items:center;background:0 0;border-radius:12px;transition:all 150ms ease-in-out}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-list-item-link-image{position:absolute;transition:all 150ms ease-in-out}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-list-item-link-image:first-child{opacity:1}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-list-item-link-image:last-child{opacity:0}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-brands-list-item:hover{cursor:pointer}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-banner{display:flex;width:100%;border-radius:0 12px 12px 0}@media screen and (max-width:1919px){.MainPageCatalog .main-page-popup-catalog__nav-item-additional-banner{display:none}}.MainPageCatalog .main-page-popup-catalog__nav-item-additional-banner img{width:100%;height:100%}.MainPageCatalog .main-page-popup-catalog__nav-item.active{background:#f6f8fb}.MainPageCatalog .main-page-popup-catalog__nav-item.active svg path{stroke:#2f2d40}.MainPageCatalog .main-page-popup-catalog__nav-item.active .main-page-popup-catalog__nav-item-list{pointer-events:all;opacity:1}.MainPageCatalog .main-page-popup-catalog__nav-item.active .main-page-popup-catalog__nav-item-additional{pointer-events:all;display:flex;opacity:1}.MainPageBlog,.MainPageBlog__container{display:flex;flex-direction:column}.MainPageBlog__container{margin-top:30px}.MainPageBlog__container-head{display:flex;align-items:center;gap:24px}@media screen and (max-width:1365px){.MainPageBlog__container-head{padding:0 15px}}@media screen and (max-width:1365px){.MainPageBlog__container-head p{font-size:18px;line-height:22px}}.MainPageBlog__container-head a{display:flex;align-items:center;background-color:transparent;color:#6734ff;font-size:14px;font-weight:500;line-height:15px;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:all 250ms ease-in-out;width:-moz-max-content;width:max-content;min-width:-moz-max-content;min-width:max-content}@media screen and (max-width:1365px){.MainPageBlog__container-head a{margin-left:auto;font-size:12px}}.MainPageBlog__container-head a:after,.MainPageSection__head-button:after{display:flex;width:6px;height:10px;content:"";background-image:url(../assets/main-page/arrow-right-4x8.svg);background-size:100% 100%;margin-left:8px}.MainPageBlog__container-head a:hover{text-decoration:unset}.MainPageBlog__container-body{display:flex;margin-top:15px}.MainPageBlog__container-body .ScrollSlider__container{padding-bottom:15px}.MainPageBlog__container-body .ScrollSlider__container::-webkit-scrollbar{display:block}@media screen and (max-width:1365px){.MainPageBlog__container-body .ScrollSlider__container{padding-bottom:0}.MainPageBlog__container-body .ScrollSlider__container::-webkit-scrollbar{display:none}}.MainPageBlog__container-body .ScrollSlider__side{width:32px;height:32px;top:-56px}.MainPageBlog__container-body .ScrollSlider__side.left{left:unset;right:47px}.MainPageBlog__container-body .ScrollSlider__side.disabled .ScrollSlider__side-arrow{background-color:#e9ecf2}.MainPageBlog__container-body .ScrollSlider__side-arrow{margin:0;background-color:#fff}.MainPageSection{display:flex;flex-direction:column;gap:15px}.MainPageSection__head{display:flex;gap:24px}@media screen and (max-width:1365px){.MainPageSection__head{padding:0 20px}}@media screen and (max-width:767px){.MainPageSection__head{padding:0 15px;justify-content:space-between}}.MainPageSection__head-name{color:#2f2d40;font-size:24px;font-weight:500;line-height:32px}@media screen and (max-width:1365px){.MainPageSection__head-name{font-size:18px;line-height:22px}}.MainPageSection__head-button{display:flex;align-items:center;background-color:transparent;color:#6734ff;font-size:14px;font-weight:500;line-height:15px;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:all 250ms ease-in-out;width:-moz-max-content;width:max-content;min-width:-moz-max-content;min-width:max-content}@media screen and (max-width:1365px){.MainPageSection__head-button{font-size:12px}}.MainPageSection__head-button:hover{text-decoration:unset}.MainPageSection__body .MainPageBanner{width:304px;height:auto;padding:20px;min-width:304px}@media screen and (max-width:1919px){.MainPageSection__body .MainPageBanner{width:268px;min-width:268px}}@media screen and (max-width:1599px){.MainPageSection__body .MainPageBanner{width:244px;min-width:244px}}@media screen and (max-width:1439px){.MainPageSection__body .MainPageBanner{width:232px;min-width:232px}}@media screen and (max-width:1365px){.MainPageSection__body .MainPageBanner{border-radius:0}}@media screen and (max-width:767px){.MainPageSection__body .MainPageBanner{width:175px;min-width:175px;min-height:358px;padding:15px}}.MainPageSection__body .MainPageBanner:before,.SelectedBrands__body .ScrollSlider__side.disabled{display:none}.MainPageSection__body .MainPageBanner__button{margin-top:16px;padding:5px 10px;font-size:12px;font-weight:600;border-radius:12px}@media screen and (max-width:1365px){.MainPageSection__body .MainPageBanner__button{margin-top:auto}}.MainPageSection__body .MainPageBanner__button:after{width:6px;height:10px;margin-left:8px;margin-top:-1px}.MainPageSection__body .MainPageBanner__text{padding:0}@media screen and (max-width:1365px){.MainPageSection__body .MainPageBanner__text{gap:5px}}.MainPageSection__body .MainPageBanner__text p:first-child{font-size:16px;font-weight:500}@media screen and (max-width:1365px){.MainPageSection__body .MainPageBanner__text p:first-child{font-size:12px}}.MainPageSection__body .MainPageBanner__text p:last-child{font-size:32px;font-weight:500}@media screen and (max-width:1919px){.MainPageSection__body .MainPageBanner__text p:last-child{font-size:24px}}@media screen and (max-width:1365px){.MainPageSection__body .MainPageBanner__text p:last-child{font-size:18px}}.MainPageSection__body .ProductItem{width:304px;min-width:304px}@media screen and (max-width:1919px){.MainPageSection__body .ProductItem{width:268px;min-width:268px}}@media screen and (max-width:1599px){.MainPageSection__body .ProductItem{width:244px;min-width:244px}}@media screen and (max-width:1439px){.MainPageSection__body .ProductItem{width:232px;min-width:232px}}@media screen and (max-width:1365px){.MainPageSection__body .ProductItem{border-radius:0;height:auto}}@media screen and (max-width:767px){.MainPageSection__body .ProductItem{width:200px;min-width:200px}}@media screen and (max-width:1365px){.MainPageSection__body .ScrollSlider__container{padding:0}}.MainPageSections{display:flex;flex-direction:column;gap:30px;margin-top:30px}.MainPageSocial{display:flex;flex-direction:column;margin-top:40px}@media screen and (max-width:1365px){.MainPageSocial{margin-top:30px}}.MainPageSocial__head{color:#2f2d40;font-size:32px;font-weight:500;line-height:40px}@media screen and (max-width:1365px){.MainPageSocial__head{font-size:18px;line-height:22px;padding:0 20px}}.MainPageSocial__body{display:flex;margin-top:20px}@media screen and (max-width:1365px){.MainPageSocial__body{margin-top:15px}}.MainPageSocial__body-item{width:115px;height:115px;min-width:115px;background-image:url(../assets/main-page/gradient-border.svg);display:flex;align-items:center;justify-content:space-around}@media screen and (max-width:1365px){.MainPageSocial__body-item{width:64px;height:64px;min-width:64px;background-image:url(../assets/main-page/gradient-border-mob.svg)}}.MainPageSocial__body-item img{width:99px;height:99px;border-radius:50%}@media screen and (max-width:1365px){.MainPageSocial__body-item img{width:54px;height:54px}}.AvailableServicesPopup__container-body ol,.MainPageWatched{display:flex;flex-direction:column;margin-top:30px}@media screen and (max-width:1365px){.MainPageWatched{margin-top:25px}}.MainPageWatched__head{color:#2f2d40;font-size:24px;font-weight:500;line-height:32px}@media screen and (max-width:1365px){.MainPageWatched__head{font-size:18px;line-height:22px;padding:0 20px}}@media screen and (max-width:767px){.MainPageWatched__head{padding:0 15px}}.MainPageWatched__body{display:flex;margin-top:15px}@media screen and (max-width:1365px){.MainPageWatched__body .ScrollSlider__container{padding:0}}.MainPageWatched__body .ProductItem{width:304px;min-width:304px}@media screen and (max-width:1919px){.MainPageWatched__body .ProductItem{width:268px;min-width:268px}}@media screen and (max-width:1599px){.MainPageWatched__body .ProductItem{width:244px;min-width:244px}}@media screen and (max-width:1439px){.MainPageWatched__body .ProductItem{width:232px;min-width:232px}}@media screen and (max-width:1365px){.MainPageWatched__body .ProductItem{border-radius:0;height:auto}}@media screen and (max-width:767px){.MainPageWatched__body .ProductItem{width:200px;min-width:200px}}.SelectedBrands{margin-top:30px;width:100%;display:flex;flex-direction:column;position:relative}.SelectedBrands__head{font-weight:500;font-size:24px;line-height:32px;color:#2f2d40}@media screen and (max-width:1365px){.SelectedBrands__head{font-size:18px;line-height:22px;padding:0 20px}}@media screen and (max-width:767px){.SelectedBrands__head{padding:0 15px}}.SelectedBrands__body{display:flex;margin-top:15px}.SelectedBrands__body .ScrollSlider__side-arrow{background-color:#fff}.SelectedBrands__body .ScrollSlider__side.left{z-index:2}.CommentsAllMedia{background:#fff;border-radius:8px;display:flex;flex-direction:column;padding:20px}@media screen and (max-width:767px){.CommentsAllMedia{padding:15px}}.CommentsAllMedia__head{font-weight:500;font-size:18px;color:#2f2d40}@media screen and (max-width:767px){.CommentsAllMedia__head{font-size:16px}}.CommentsAllMedia__body{margin-top:20px;display:grid;grid-template-columns:1fr 120px;grid-column-gap:10px}@media screen and (max-width:1600px){.CommentsAllMedia__body{grid-template-columns:1fr 110px}}@media screen and (max-width:1439px){.CommentsAllMedia__body{grid-template-columns:1fr 80px}}@media screen and (max-width:1365px){.CommentsAllMedia__body{grid-template-columns:1fr 90px}}@media screen and (max-width:767px){.CommentsAllMedia__body{grid-template-columns:1fr 75px;grid-column-gap:10px}}.CommentsAllMedia__body-container{width:100%;display:flex;flex-wrap:nowrap;overflow:hidden}.CommentsAllMedia__body-container-wrapper{width:120px;min-width:120px;height:120px;margin-right:10px;border-radius:8px;overflow:hidden;position:relative;display:flex}.CommentsAllMedia__body-container-wrapper:hover{cursor:pointer}.CommentsAllMedia__body-container-wrapper.vid::after{content:"";position:absolute;width:36px;height:36px;background:url(../assets/product-card/comments-media-play.svg);background-size:100% 100%;left:0;top:0;right:0;bottom:0;margin:auto}@media screen and (max-width:1365px){.CommentsAllMedia__body-container-wrapper{width:90px;min-width:90px;height:90px}}@media screen and (max-width:767px){.CommentsAllMedia__body-container-wrapper{width:75px;min-width:75px;height:75px;margin-right:5px}}.CommentsAllMedia__body-container-wrapper img{width:100%;height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover}.CommentsAllMedia__body-all{width:100%;height:120px;border:1px solid #f0ebff;border-radius:8px;display:flex;align-items:center;justify-content:space-around;margin-left:auto;color:#6734ff;transition:all 250ms ease-in-out;cursor:pointer}.CommentsAllMedia__body-all:hover{background:#f0ebff}@media screen and (max-width:1365px){.CommentsAllMedia__body-all{height:90px}}@media screen and (max-width:767px){.CommentsAllMedia__body-all{height:75px;margin-right:5px}}.FullCharacteristics{background:#fff;border-radius:8px;width:100%;position:relative;padding:24px 30px}@media screen and (max-width:1439px){.FullCharacteristics{padding:30px}}@media screen and (max-width:1365px){.FullCharacteristics{margin:0 auto;border-radius:0;padding:20px 0}}.FullCharacteristics__name{display:flex;font-weight:500;font-size:18px;color:#2f2d40;margin-top:15px}@media screen and (max-width:1365px){.FullCharacteristics__name{padding:0 15px}}.FullCharacteristics__instruction{background:#f6f8fb;border-radius:8px;display:flex;width:100%;padding:10px 15px;align-items:center;transition:all 250ms ease-in-out;margin-bottom:40px}@media screen and (max-width:1365px){.FullCharacteristics__instruction{margin:0 15px 20px;width:calc(100% - 30px)}}.FullCharacteristics__instruction-text{font-weight:500;font-size:14px;color:#2f2d40;margin-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FullCharacteristics__instruction-watch{font-weight:600;font-size:12px;color:#2f2d40;text-transform:uppercase;margin-left:auto;padding-left:26px;position:relative;transition:all 250ms ease-in-out}.FullCharacteristics__instruction-watch::before{content:"";position:absolute;background:url(../assets/product-card/watch-icon.svg);width:16px;height:16px;background-size:100%;left:0;top:-2px;transition:all 250ms ease-in-out}.FullCharacteristics__instruction:hover{background:#f0ebff;cursor:pointer}.DeliveryBlock__container-name p span,.FullCharacteristics__instruction:hover .FullCharacteristics__instruction-watch,.TabCommentsList__bottom-more:hover div,.TabSideCard__aval-cashback p span{color:#6734ff}.FullCharacteristics__instruction:hover .FullCharacteristics__instruction-watch::before{background:url(../assets/product-card/watch-icon-violet.svg)}.TopBrandProducts{margin-top:30px;width:100%;display:flex;flex-direction:column;position:relative}.TopBrandProducts__head{font-weight:500;font-size:24px;line-height:32px;color:#2f2d40}@media screen and (max-width:1365px){.TopBrandProducts__head{font-size:18px;line-height:22px;padding:0 20px}}@media screen and (max-width:767px){.TopBrandProducts__head{padding:0 15px}}.TopBrandProducts__products{margin-top:20px;display:grid;grid-gap:20px;grid-template-columns:repeat(5,minmax(0,1fr))}@media screen and (max-width:1365px){.TopBrandProducts__products{display:flex;gap:1px;margin-top:15px;overflow-y:auto;padding:0}.TopBrandProducts__products::-webkit-scrollbar{display:none}}.TopBrandProducts__products .ProductItem{width:304px;min-width:304px}@media screen and (max-width:1919px){.TopBrandProducts__products .ProductItem{width:268px;min-width:268px}}@media screen and (max-width:1599px){.TopBrandProducts__products .ProductItem{width:244px;min-width:244px}}@media screen and (max-width:1439px){.TopBrandProducts__products .ProductItem{width:232px;min-width:232px}}@media screen and (max-width:1365px){.TopBrandProducts__products .ProductItem{border-radius:0;height:auto}}@media screen and (max-width:767px){.TopBrandProducts__products .ProductItem{width:200px;min-width:200px}}@media screen and (max-width:1365px){.TopBrandProducts__products .ScrollSlider__container{padding:0}}.TabCommentsList{display:flex;flex-direction:column}.TabCommentsList.empty{margin-top:0}@media screen and (max-width:767px){.TabCommentsList.empty{margin-top:0}}.TabCommentsList__top{display:flex;justify-content:space-between}@media screen and (max-width:767px){.TabCommentsList__top{flex-direction:column-reverse;margin-bottom:5px}}.TabCommentsList__top-select{width:220px}.TabCommentsList__top-select .FormSelect{background:#fff}@media screen and (max-width:767px){.TabCommentsList__top-select{width:100%;margin-top:15px}}.TabCommentsList__top-create{width:220px;height:40px;display:flex;justify-content:space-around;align-items:center;background:#f0ebff;border-radius:8px;color:#7547ff;transition:all 250ms ease-in-out}.TabCommentsList__top-create.none-sort{margin-left:auto}@media screen and (max-width:767px){.TabCommentsList__top-create{width:100%}}.TabCommentsList__top-create:hover{background:#e0d6ff;cursor:pointer}.TabCommentsList__bottom{display:flex;flex-direction:column}.TabCommentsList__bottom-more{width:100%;display:flex;align-items:center;justify-content:space-around;height:40px;background:#fff;border-radius:8px;margin-top:20px}.TabCommentsList__bottom-more:hover,.TabSideCard__aval-cashback p span:hover,.TabSideCard__promo-pcode-code input:hover{cursor:pointer}.TabCommentsList__bottom-more:hover div::before{background:url(../assets/product-card/more-comments-arrow-violet.svg)}.TabCommentsList__bottom-more div{color:#2f2d40;font-weight:500;font-size:14px;position:relative;padding-left:32px;display:flex;width:-moz-fit-content;width:fit-content;transition:all 250ms ease-in-out}.TabCommentsList__bottom-more div::before,.TabSideCard__block-compare.active::after{content:"";position:absolute;background-size:100% 100%;transition:all 250ms ease-in-out}.TabCommentsList__bottom-more div::before{width:16px;height:16px;display:flex;background:url(../assets/product-card/more-comments-arrow.svg);left:0}.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}.TabSideCard{position:sticky;top:72px;left:0;display:flex;flex-direction:column;height:-moz-max-content;height:max-content;width:100%;gap:10px}.TabSideCard__codes{display:flex}.TabSideCard__codes .ProductCardNameBlockCodes{display:grid;grid-template-columns:repeat(2,1fr);width:100%}.TabSideCard__codes .ProductCardNameBlockCodes__article,.TabSideCard__codes .ProductCardNameBlockCodes__code{width:100%;justify-content:center}@media screen and (max-width:1365px){.TabSideCard__codes .ProductCardNameBlockCodes__article,.TabSideCard__codes .ProductCardNameBlockCodes__code{padding:3px 5px 3px 10px}}.TabSideCard__card{background:#fff;border-radius:8px;width:100%;padding:20px;display:flex;flex-direction:column}.TabSideCard__wrapper{width:260px;height:260px;display:flex;margin:0 auto}.TabSideCard__name{font-weight:500;font-size:16px;line-height:22px;color:#2f2d40;margin-top:13px}.TabSideCard__block{display:flex;justify-content:space-between;width:100%;margin-top:23px;align-items:flex-end}.TabSideCard__block-price{display:flex;flex-direction:column;width:100%}.TabSideCard__block-price-old{font-weight:500;font-size:16px;color:#8590a6;position:relative;width:-moz-fit-content;width:fit-content;text-decoration:line-through}.TabSideCard__block-price-new{font-weight:500;font-size:32px;color:#2f2d40;margin-top:5px}.TabSideCard__block-compare{display:flex;align-items:center;justify-content:space-around;width:40px;min-width:40px;height:40px;transition:all 250ms ease-in-out;border-radius:8px;background:0 0;position:relative;align-self:flex-start}.TabSideCard__block-compare-icon{width:26px;height:24px;display:flex;background-image:url(../assets/product-card/compare-icon.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.TabSideCard__block-compare:hover{background:#f6f8fb;cursor:pointer}.TabSideCard__block-compare.active .TabSideCard__block-compare-icon,.TabSideCard__block-compare:hover .TabSideCard__block-compare-icon{background-image:url(../assets/product-card/compare-icon-active.svg)}.TabSideCard__block-compare.active::after{right:3px;top:3px;background:url(../assets/product-card/compare-active.svg);width:18px;height:18px}.TabSideCard__block-compare.active:hover::after{background:url(../assets/product-card/compare-active-hover.svg)}.TabSideCard__aval{display:flex;flex-direction:column;margin-top:10px}.TabSideCard__aval-stock{font-weight:500;font-size:14px;color:#00b23c}.TabSideCard__aval-cashback{display:flex;align-items:center;position:relative;margin-left:18px}.TabSideCard__aval-cashback p,.TabSideCard__text{font-weight:500;font-size:14px;color:#2f2d40}.TabSideCard__text{font-size:13px;line-height:16px;margin-top:15px}.TabSideCard__text span{color:#00b23c;text-transform:capitalize}.TabSideCard__promo{display:flex;margin-top:15px;width:100%}.TabSideCard__promo-pcode{display:flex;align-items:center;position:relative}.TabSideCard__promo-pcode-text{font-weight:500;font-size:14px;color:#2f2d40}.TabSideCard__promo-pcode-text span{font-weight:600;color:#f05}.TabSideCard__promo-pcode-code{padding:8px 13px;background:#ffe6ee;border-radius:16px;width:170px;margin-left:20px;position:relative;display:flex;transition:all 250ms ease-in-out}.TabSideCard__promo-pcode-code:hover{cursor:pointer;background:#fff2f7}.TabSideCard__promo-pcode-code input{font-weight:600;font-size:14px;color:#f05;width:calc(100% - 20px)}.TabSideCard__promo-pcode-code-icon{width:16px;height:16px;display:flex;background:url(../assets/product-card/promocode-icon.svg);position:absolute;right:8px;top:8px}.TabSideCard__buttons{display:flex;flex-wrap:wrap;width:100%;margin-top:15px}.TabSideCard__buttons-buy{display:flex;align-items:center;height:40px;width:100%;background:#6734ff;border-radius:8px;transition:all 250ms ease-in-out}.TabSideCard__buttons-buy:hover{cursor:pointer;background:#794dff}.TabSideCard__buttons-buy:active{background:#572bd9}.TabSideCard__buttons-buy-icon{width:20px;height:20px;margin-left:auto;background:url(../assets/product-card/buy-button-cart.svg);background-size:100% 100%;margin-right:15px}.TabSideCard__buttons-buy-text{font-weight:600;font-size:16px;color:#fff;text-transform:uppercase;margin-right:auto}.TabSideCard__buttons-credit,.TabSideCard__buttons-non-available{border-radius:8px;display:flex;align-items:center;justify-content:space-around;height:40px}.TabSideCard__buttons-non-available{background:#f6f8fb;color:#8590a6;text-transform:uppercase;font-weight:600;font-size:16px;width:100%}.TabSideCard__buttons-credit{border:1px solid #f0ebff;box-sizing:border-box;width:176px;transition:all 250ms ease-in-out;margin-top:10px;margin-left:10px}.TabSideCard__buttons-credit:hover{cursor:pointer;background:#f0ebff;border:1px solid #f0ebff}.TabSideCard__buttons-credit:active{background:#e0d6ff;border:1px solid #e0d6ff}.TabSideCard__buttons-credit-text{font-weight:500;font-size:14px;color:#2f2d40;padding:15px;text-align:center}.TabSideCard__buttons-credit-text span{display:block;color:#6734ff}.TabSideCard__buttons-one-click{border:1px solid #e0d6ff;box-sizing:border-box;border-radius:8px;display:flex;align-items:center;justify-content:space-around;margin-top:10px;height:40px;width:154px;font-weight:600;font-size:14px;color:#6734ff;text-transform:uppercase}.TabSideCard__buttons-one-click.long{width:100%}.TabSideCard__buttons-one-click:hover{cursor:pointer;background:#f0ebff;border:1px solid #f0ebff}.TabSideCard__buttons-one-click:active{background:#e0d6ff;border:1px solid #e0d6ff}.ProductCardQuestionsList,.ProductCardQuestionsList__list{display:flex;flex-direction:column}@media screen and (max-width:767px){.ProductCardQuestionsList__list{margin-top:5px}}.ProductCardQuestionsList__list .ReviewsAndQuestionsQuestion{margin-left:0;margin-top:20px}@media screen and (max-width:767px){.ProductCardQuestionsList__list .ReviewsAndQuestionsQuestion{margin-top:10px}}.ProductCardQuestionsList__list .ReviewsAndQuestionsQuestion__bottom{padding-left:20px}.ProductCardQuestionsList__list .ReviewsAndQuestionsQuestion__bottom-head{order:2;margin-top:16px}.ProductCardQuestionsList__list .ReviewsAndQuestionsQuestion__bottom-body{order:1;margin-top:0}.ProductCardQuestionsList__preloader{width:100%;display:flex;align-items:center;justify-content:space-around;margin-top:20px}@media screen and (max-width:767px){.ProductCardQuestionsList__preloader{margin-top:15px}}.ColorSize{display:flex;flex-direction:column;background:#fff;border-radius:8px;padding:20px;width:100%;position:relative;margin-top:20px}.ColorSize:first-child{margin-top:0}@media screen and (max-width:1919px){.ColorSize{margin-top:10px}}@media screen and (max-width:1365px){.ColorSize{padding:20px 0 20px 20px}}@media screen and (max-width:767px){.ColorSize{margin-top:10px;padding:15px 0 15px 15px}.ColorSize:first-child{margin-top:10px}}.ColorSize__container{width:100%;margin-top:20px}.ColorSize__container:first-child{margin-top:0}.ColorSize__to-compare{display:flex;align-items:center;color:#6734ff;font-weight:500;font-size:14px;margin-top:20px;transition:all 250ms ease-in-out}.ColorSize__to-compare:after{width:7px;height:12px;content:"";background:url(../assets/product-card/short-char-arrow.svg);display:flex;margin-left:11px;transition:all 250ms ease-in-out}.ColorSize__to-compare:hover{color:#855cff;text-decoration:underline;cursor:pointer}.ColorSize__to-compare:hover:after{background:url(../assets/product-card/short-char-arrow-hover.svg)}.Badges{display:flex;width:100%;position:relative;margin-top:20px}@media screen and (max-width:1919px){.Badges{margin-top:15px}}.Badges.empty{margin-bottom:-20px}.Badges__container{width:100%}@media screen and (max-width:1365px){.Badges__container .ScrollSlider__container{padding-left:0;padding-right:0}}.Badges__skeleton{display:flex;overflow:hidden}@media screen and (max-width:1365px){.Badges__skeleton{margin-top:20px}}@media screen and (max-width:767px){.Badges__skeleton{margin-top:10px}}.Badges__skeleton-item{width:104px;min-width:104px;height:110px;background-color:#fff;border:2px solid #fff;margin-left:10px;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}@media screen and (max-width:1919px){.Badges__skeleton-item{width:96px;height:118px;min-width:96px;margin-left:8px}}.Badges__skeleton-item:after,.Badges__skeleton-item:before{content:"";width:40px;height:40px;background:#e0d6ff;display:flex;border-radius:8px;animation:badgeAnim 3000ms ease-in-out infinite}.Badges__skeleton-item:after{width:80px;height:24px}@media screen and (max-width:767px){.Badges__skeleton-item{margin-left:8px}}.Badges__skeleton-item:first-child{border:2px solid #6734ff;margin-left:0}.DeliveryBlock{width:100%;background:#fff;border-radius:8px;margin-top:20px;padding:20px;display:flex}@media screen and (max-width:1919px){.DeliveryBlock{padding:15px 20px}}@media screen and (max-width:767px){.DeliveryBlock{padding:15px;margin-top:10px}}.DeliveryBlock__container{display:flex;flex-direction:column;width:100%}.DeliveryBlock__container-name{display:flex;width:100%}@media screen and (max-width:1919px){.DeliveryBlock__container-name{height:30px;align-items:center}}.DeliveryBlock__container-name p{font-weight:500;font-size:18px;color:#2f2d40}.DeliveryBlock__container-name p span:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer}.DeliveryBlock__container-body{margin-top:20px;display:flex;width:100%}@media screen and (max-width:1919px){.DeliveryBlock__container-body{margin-top:10px}}.DeliveryBlock__container-body .ScrollSlider__side{top:-44px;width:30px!important;height:30px}.DeliveryBlock__container-body .ScrollSlider__side-arrow{margin:0}@media screen and (max-width:1919px){.DeliveryBlock__container-body .ScrollSlider__side{top:-39px}}.DeliveryBlock__container-body .ScrollSlider__side.left{right:46px;left:unset}@media screen and (max-width:767px){.DeliveryBlock__container-body .ScrollSlider__container{padding:0}}.DeliveryBlock__skeleton,.GalleryBlock{display:flex;width:100%}.GalleryBlock{flex-direction:column;position:sticky;top:62px;z-index:2}@media screen and (max-width:1365px){.GalleryBlock{justify-content:space-around;padding:0 0 10px;background:#fff;border-radius:16px 16px 8px 8px;position:static}}.GalleryBlock__big{display:flex;position:relative;border-radius:16px;overflow:hidden}@media screen and (max-width:1365px){.GalleryBlock__big{border-radius:0}}.GalleryBlock__big-lens{width:240px;height:240px;position:absolute;left:0;top:0;z-index:1;pointer-events:none;opacity:0;border-radius:8px;border:1px solid #e0d6ff;background:rgba(103,52,255,.1);box-sizing:border-box;transition:opacity 250ms ease-in-out}.GalleryBlock__big-lens.active{opacity:1}.GalleryBlock__big-carousel{background:#fff;border-radius:8px}.GalleryBlock__big-carousel-item{width:790px;height:790px;border-radius:8px;overflow:hidden}@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/video-play-button.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.clicked::before,.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-next span,.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev span{display:none}.GalleryBlock__big-carousel-item.gallery-video:hover{cursor:pointer}.GalleryBlock__big-carousel-item.gallery-video:hover::before{opacity:1}@media screen and (max-width:1919px){.GalleryBlock__big-carousel-item{width:640px;height:640px}}@media screen and (max-width:1600px){.GalleryBlock__big-carousel-item{width:620px;height:620px}}@media screen and (max-width:1439px){.GalleryBlock__big-carousel-item{width:610px;height:610px}}@media screen and (max-width:1365px){.GalleryBlock__big-carousel-item{width:100%;position:relative;padding-bottom:100%;height:0;margin-left:2px}}.GalleryBlock__big-carousel-item .iframe-block,.GalleryBlock__big-carousel-item .iframe-block iframe{width:100%;height:100%}@media screen and (max-width:1365px){.GalleryBlock__big-carousel-item .iframe-block{height:0;padding:50%;position:relative}}@media screen and (max-width:1365px){.GalleryBlock__big-carousel-item .iframe-block iframe{position:absolute;left:0;top:0;right:0;bottom:0}}.GalleryBlock__big-carousel-item.scaleActive:hover,.GalleryBlock__big-carousel-item:hover{cursor:none}@media screen and (max-width:1365px){.GalleryBlock__big-carousel-item:hover{cursor:initial}}.GalleryBlock__big-carousel-item img{width:100%;position:absolute;height:100%;-o-object-fit:scale-down;object-fit:scale-down}@media screen and (max-width:1365px){.GalleryBlock__big-carousel-item img{-o-object-fit:cover;object-fit:cover}}.GalleryBlock__big-carousel-item:hover{cursor:url(../assets/product-card/gallery-cursor.svg) 14 14,move}.GalleryBlock__big-carousel.owl-carousel .owl-dots{display:none;align-items:center;margin:0 auto;width:-moz-fit-content;width:fit-content;flex-wrap:wrap;justify-content:center}@media screen and (max-width:1365px){.GalleryBlock__big-carousel.owl-carousel .owl-dots{display:flex}}.GalleryBlock__big-carousel.owl-carousel .owl-dots .owl-dot{margin-top:10px}.GalleryBlock__big-carousel.owl-carousel .owl-dots .owl-dot .simple{width:10px;height:10px;background:#dadee6;margin:0 10px;border-radius:50%;display:flex}.GalleryBlock__big-carousel.owl-carousel .owl-dots .owl-dot .gallery-video{display:flex;width:16px;height:16px;background:url(../assets/product-card/video-dot.svg);background-size:100% 100%;margin:0 10px}.GalleryBlock__big-carousel.owl-carousel .owl-dots .owl-dot.active .gallery-video{background:url(../assets/product-card/video-dot-active.svg)}.GalleryBlock__big-carousel.owl-carousel .owl-stage{display:flex}.GalleryBlock__big-carousel.owl-carousel .owl-nav{position:absolute;top:50%;transform:translateY(-50%);left:20px;pointer-events:none;width:calc(100% - 40px);display:flex;justify-content:space-between}.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-next,.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev{background-image:url(../assets/product-card/big-gallery-arrow.svg);background-position:center;background-repeat:no-repeat;background-color:#edeff2;width:40px;height:40px;border-radius:50%;transition:all 250ms ease-in-out;pointer-events:auto}@media screen and (max-width:1365px){.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-next,.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev{width:32px;height:32px;background-image:url(../assets/product-card/big-gallery-arrow-mob.svg)}}@media screen and (min-width:1366px){.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-next:hover,.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev:hover{background-color:#dadee6}}.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-next.disabled,.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev.disabled{background-color:#f6f8fb;background-image:url(../assets/product-card/big-gallery-arrow-disabled.svg)}@media screen and (max-width:1365px){.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-next.disabled,.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev.disabled{background-image:url(../assets/product-card/big-gallery-arrow-mob-disabled.svg)}}.GalleryBlock__big-carousel.owl-carousel .owl-nav .owl-prev{transform:rotate(180deg);margin-right:16px}.GalleryBlock__big-badges{position:absolute;left:24px;top:24px;display:flex;z-index:1;gap:8px}@media screen and (max-width:1365px){.GalleryBlock__big-badges{left:8px;top:8px}.GalleryBlock__big-badges.column{flex-direction:column}}.GalleryBlock__big-badges-badge{padding:8px 12px;font-weight:600;font-size:14px;line-height:16px;border-radius:18px}@media screen and (max-width:1365px){.GalleryBlock__big-badges-badge{padding:5px 12px;font-size:12px;border-radius:12px;width:-moz-fit-content;width:fit-content}}.GalleryBlock__big-badges-badge:first-child{margin-left:0}.GalleryBlock__big-badges-badge.hit{color:#ff6a00;background:#fff2e5}.GalleryBlock__big-badges-badge.sale{color:#ff002b;background:#ffe6ea}.GalleryBlock__big-badges-badge.new{color:#01b401;background:#e5ffe5}.GalleryBlock__big-badges-badge.own{background:#f0ebff;color:#6734ff}.GalleryBlock__big-badges-badge.preorder{background:#e7f1ff;color:#006aff}.GalleryBlock__big-easyReturn{position:absolute;right:24px;top:24px;display:flex;z-index:1;padding:6px 12px;border-radius:8px;background:#da292b;color:#fff;font-size:12px;font-weight:700;line-height:12px;width:-moz-min-content;width:min-content}.GalleryBlock__big-easyReturn:hover{cursor:pointer}.GalleryBlock__big-easyReturn:before{display:flex;content:"";width:24px;min-width:24px;height:24px;background-image:url(../assets/product-card/easy-return-gallery-icon.svg);background-size:100% 100%;margin-right:8px}@media screen and (max-width:1365px){.GalleryBlock__big-easyReturn:before{width:20px;min-width:20px;height:20px}.GalleryBlock__big-easyReturn{right:8px;top:8px;font-size:10px;line-height:10px;width:119px}}.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;width:280px;height:24px;gap:16px;z-index:9}@media screen and (max-width:1365px){.GalleryBlock__dots{display:flex;margin:32px auto 0}}@media screen and (max-width:767px){.GalleryBlock__dots{margin:10px auto 0}}.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:100%;width:100%;justify-content:center}.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;display:none}.GalleryBlock__dots-container .owl-dot.show{opacity:1;display:inline-flex}.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:10px;height:10px;background-color:#dadee6;border-radius:50%;display:inline-flex;transition:all .3s ease-in-out}.GalleryBlock__dots-container .owl-dot.active .simple{width:12px;height:12px;background-color:#6734ff;border-radius:50%;box-sizing:border-box;box-shadow:none;position:relative}.GalleryBlock__dots-container .owl-dot .gallery-video,.GalleryBlock__dots-gallery-video{display:flex;background-image:url(../assets/product-card/gallery-dots-video.svg);background-repeat:no-repeat;background-size:50% 50%;background-position:57%}.GalleryBlock__dots-container .owl-dot.active .gallery-video{background-image:url(../assets/product-card/gallery-dots-video-active.svg)}.GalleryBlock__dots-container .owl-dot.active.gallery-video{background-color:#6734ff}.GalleryBlock__dots-gallery-video{width:24px;height:24px;background-color:#dadee6;background-size:8px 12px;border-radius:50%;margin-left:12px;position:absolute;z-index:99;right:0}.GalleryBlock__small{display:flex;margin-top:10px}@media screen and (max-width:1919px){.GalleryBlock__small{margin-top:16px}}@media screen and (max-width:1365px){.GalleryBlock__small{width:520px;padding:0 40px;display:none}}.GalleryBlock__small-carousel{width:700px;padding:0 40px;position:relative}.GalleryBlock__small-carousel.full{width:100%}@media screen and (max-width:1919px){.GalleryBlock__small-carousel{width:568px;padding:0 33px}.GalleryBlock__small-carousel.full{width:100%}}@media screen and (max-width:1600px){.GalleryBlock__small-carousel{width:547px;padding:0 45px}.GalleryBlock__small-carousel.full{width:100%}}@media screen and (max-width:1440px){.GalleryBlock__small-carousel{width:538px;padding:0 40px}.GalleryBlock__small-carousel.full{width:100%}}.GalleryBlock__small-carousel-next,.GalleryBlock__small-carousel-prev{width:30px;height:80px;background-color:#fff;border-radius:8px;pointer-events:all;position:absolute;top:0;background-image:url(../assets/product-card/photo-slider-arrow.svg);background-size:8px 13px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}@media screen and (max-width:1919px){.GalleryBlock__small-carousel-next,.GalleryBlock__small-carousel-prev{width:24px;height:56px}}.GalleryBlock__small-carousel-next.disabled,.GalleryBlock__small-carousel-prev.disabled{background-color:#edeff2;background-image:url(../assets/product-card/photo-slider-arrow-disabled.svg)}.GalleryBlock__small-carousel-next:hover,.GalleryBlock__small-carousel-prev:hover{cursor:pointer;background-image:url(../assets/product-card/photo-slider-arrow-hover.svg)}.GalleryBlock__small-carousel-prev{left:0}.GalleryBlock__small-carousel-next{right:0;transform:rotate(180deg)}.GalleryBlock__small-carousel-container{width:100%}.GalleryBlock__small-carousel-container-item{width:80px;height:80px;border-radius:8px;transition:all 250ms ease-in-out;-o-object-fit:contain;object-fit:contain;overflow:hidden;position:relative}@media screen and (max-width:1919px){.GalleryBlock__small-carousel-container-item{width:56px;height:56px}}.GalleryBlock__small-carousel-container-item:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;border:2px solid transparent;border-radius:8px}.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;background:url(../assets/product-card/video-play-button.svg);background-size:100% 100%}.GalleryBlock__small-carousel-container-item:hover:after{cursor:pointer;border:2px solid #d1c2ff}.GalleryBlock__small-carousel-container-item.active:after{border:2px solid #6734ff}.GalleryBlock__small-carousel-container-item img{width:100%;height:100%}.GalleryBlock__small-video{width:80px;height:80px;background:#fff;border-radius:8px;display:flex;flex-direction:column;align-items:center;margin-left:10px;gap:10px}@media screen and (max-width:1919px){.GalleryBlock__small-video{width:56px;height:56px;gap:5px;margin-left:16px}}.GalleryBlock__small-video:hover{cursor:pointer}.GalleryBlock__small-video-arrow{width:30px;height:30px;background:url(../assets/product-card/video-button-arrow.svg);margin-top:auto}@media screen and (max-width:1919px){.GalleryBlock__small-video-arrow{width:24px;height:24px;background:url(../assets/product-card/video-button-arrow-small.svg)}}.GalleryBlock__small-video-text{color:#2f2d40;font-size:12px;font-weight:600;margin-bottom:auto;transition:all 250ms ease-in-out}@media screen and (max-width:1919px){.GalleryBlock__small-video-text{font-size:10px}}.GalleryBlock__small-video:hover .GalleryBlock__small-video-text{color:#6734ff}.GalleryBlock__scale-image{position:absolute;top:0;left:calc(100% + 20px);width:790px;height:790px;background:#c9c9c9;border-radius:8px;overflow:hidden;opacity:0;pointer-events:none;transition:all 250ms ease-in-out;z-index:2}@media screen and (max-width:1600px){.GalleryBlock__scale-image{width:620px;height:620px}}@media screen and (max-width:1440px){.GalleryBlock__scale-image{width:610px;height:610px}}@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}.PriceAndBuy{background:#fff;border-radius:8px;width:100%;padding:20px;display:flex;flex-wrap:wrap;align-items:flex-end;margin-top:20px;position:relative;gap:15px 32px}.PriceAndBuy:first-child{margin-top:0}@media screen and (max-width:1919px){.PriceAndBuy{margin-top:15px}}@media screen and (max-width:1439px){.PriceAndBuy{gap:10px 20px}}@media screen and (max-width:1366px){.PriceAndBuy:first-child{margin-top:20px}}@media screen and (max-width:767px){.PriceAndBuy{padding:15px;margin-top:10px}.PriceAndBuy:first-child{margin-top:10px}}.PriceAndBuy__price{display:flex;flex-direction:column;width:-moz-max-content;width:max-content}@media screen and (max-width:767px){.PriceAndBuy__price{width:100%;order:1}}.PriceAndBuy__price-old{font-weight:500;font-size:16px;color:#5c6373;position:relative;width:-moz-fit-content;width:fit-content}.PriceAndBuy__price-old::after{content:"";position:absolute;width:100%;height:1px;background:#5c6373;left:0;top:50%;transform:translateY(-50%)}.PriceAndBuy__price-new{font-weight:500;font-size:32px;color:#2f2d40;margin-top:10px}@media screen and (max-width:1919px){.PriceAndBuy__price-new{margin-top:15px}}@media screen and (max-width:1365px){.PriceAndBuy__price-new{margin-top:5px}}.PriceAndBuy__price-new:first-child{margin-top:0}.PriceAndBuy__buttons,.ProductCardAdvantages ul{display:flex;flex-direction:column}@media screen and (max-width:767px){.PriceAndBuy__buttons{flex-direction:column;width:100%;margin-left:0;order:3}}.PriceAndBuy__buttons.no-price{margin-left:0}.PriceAndBuy__buttons-top{font-weight:500;font-size:14px;line-height:16px;color:#2f2d40;display:inline}@media screen and (max-width:1365px){.PriceAndBuy__buttons-top{font-size:13px}}.PriceAndBuy__buttons-top span{color:#00b23c}.PriceAndBuy__buttons-bottom{display:flex;margin-top:15px;gap:10px}@media screen and (max-width:767px){.PriceAndBuy__buttons-bottom{flex-wrap:wrap}}.PriceAndBuy__buttons-bottom .preorder{width:-moz-max-content;width:max-content}@media screen and (max-width:767px){.PriceAndBuy__buttons-bottom .BuyButton{width:100%}}.PriceAndBuy__buttons-non-available{background:#f6f8fb;border-radius:8px;display:flex;align-items:center;justify-content:space-around;color:#8590a6;text-transform:uppercase;font-weight:600;font-size:16px;width:240px;height:40px}@media screen and (max-width:1439px){.PriceAndBuy__buttons-non-available{width:220px}}@media screen and (max-width:1365px){.PriceAndBuy__buttons-non-available{width:240px}}@media screen and (max-width:767px){.PriceAndBuy__buttons-non-available{width:255px}}.PriceAndBuy__buttons-credit{border:1px solid #e0d6ff;box-sizing:border-box;border-radius:8px;display:flex;align-items:center;justify-content:space-around;width:-moz-max-content;width:max-content;min-width:177px;height:40px;padding:0 15px;transition:all 250ms ease-in-out}@media screen and (max-width:1439px){.PriceAndBuy__buttons-credit{padding:0 12px}}@media screen and (max-width:767px){.PriceAndBuy__buttons-credit{width:calc(60% - 10px)}}.PriceAndBuy__buttons-credit:hover{cursor:pointer;background:#f0ebff;border:1px solid #f0ebff}.PriceAndBuy__buttons-credit:active{background:#e0d6ff;border:1px solid #e0d6ff}.PriceAndBuy__buttons-credit-text{font-weight:500;font-size:14px;color:#2f2d40}@media screen and (max-width:767px){.PriceAndBuy__buttons-credit-text{text-align:center}}.PriceAndBuy__buttons-credit-text span{color:#6734ff;font-weight:700}@media screen and (max-width:767px){.PriceAndBuy__buttons-credit-text span{display:block}}.PriceAndBuy__buttons-one-click{border:1px solid #e0d6ff;box-sizing:border-box;border-radius:8px;display:flex;align-items:center;justify-content:space-around;height:40px;width:120px;font-weight:700;font-size:14px;color:#6734ff;text-transform:uppercase}@media screen and (max-width:1439px){.PriceAndBuy__buttons-one-click{width:85px}}.PriceAndBuy__buttons-one-click:hover{cursor:pointer;background:#f0ebff;border:1px solid #f0ebff}.PriceAndBuy__buttons-one-click:active{background:#e0d6ff;border:1px solid #e0d6ff}@media screen and (max-width:1439px){.PriceAndBuy__buttons-one-click{width:91px}}@media screen and (max-width:767px){.PriceAndBuy__buttons-one-click,.PriceAndBuy__buttons-one-click.long{width:100%}}.PriceAndBuy__compare,.PriceAndBuy__favorite{display:flex;align-items:center;justify-content:space-around;width:40px;height:40px;position:relative;transition:all 250ms ease-in-out;border-radius:8px;background:0 0}@media screen and (max-width:1919px){.PriceAndBuy__compare,.PriceAndBuy__favorite{margin-left:10px}}@media screen and (max-width:767px){.PriceAndBuy__compare,.PriceAndBuy__favorite{position:absolute;top:15px;right:15px}}.PriceAndBuy__compare-icon,.PriceAndBuy__favorite-icon{width:24px;height:24px;display:flex;background-image:url(../assets/product-card/compare-icon.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.PriceAndBuy__compare:hover,.PriceAndBuy__favorite:hover{background:#f6f8fb;cursor:pointer}.PriceAndBuy__compare.active .PriceAndBuy__compare-icon,.PriceAndBuy__compare.active .PriceAndBuy__favorite-icon,.PriceAndBuy__compare:hover .PriceAndBuy__compare-icon,.PriceAndBuy__compare:hover .PriceAndBuy__favorite-icon,.PriceAndBuy__favorite.active .PriceAndBuy__compare-icon,.PriceAndBuy__favorite.active .PriceAndBuy__favorite-icon,.PriceAndBuy__favorite:hover .PriceAndBuy__compare-icon,.PriceAndBuy__favorite:hover .PriceAndBuy__favorite-icon{background-image:url(../assets/product-card/compare-icon-active.svg)}.PriceAndBuy__compare.active::after,.PriceAndBuy__favorite.active::after{content:"";position:absolute;right:3px;top:3px;background-image:url(../assets/product-card/compare-active.svg);width:18px;height:18px;background-size:100% 100%;transition:all 250ms ease-in-out}.PriceAndBuy__compare.active:hover::after,.PriceAndBuy__favorite.active:hover::after{background-image:url(../assets/product-card/compare-active-hover.svg)}@media screen and (max-width:767px){.PriceAndBuy__compare.active:hover::after,.PriceAndBuy__favorite.active:hover::after{background-image:url(../assets/product-card/compare-active.svg)}}.PriceAndBuy__promo{display:flex;gap:15px 30px;flex-wrap:wrap;width:100%}@media screen and (max-width:1365px){.PriceAndBuy__promo{flex-direction:column;flex-wrap:nowrap}}@media screen and (max-width:767px){.PriceAndBuy__promo{order:2}}.PriceAndBuy__promo-preorder,.PriceAndBuy__promo-stock,.ProductCardAdvantages ul li{font-weight:500;font-size:14px;color:#00b23c}.PriceAndBuy__promo-preorder{display:flex;color:#2f2d40;line-height:16px;gap:5px}.PriceAndBuy__promo-preorder span{font-weight:600;color:#f05}.ProductCardAdvantages{display:flex;border-radius:8px;background:#fff;margin-top:20px;flex-direction:column;gap:20px;padding:20px}@media screen and (max-width:1919px){.ProductCardAdvantages{gap:16px;margin-top:10px}}@media screen and (max-width:1365px){.ProductCardAdvantages{margin-top:10px}}.ProductCardAdvantages__head{display:flex;font-size:18px;color:#2f2d40;font-weight:500}.ProductCardAdvantages ul{gap:10px}.ProductCardAdvantages ul li{display:flex;color:#5c6373;line-height:20px;padding-left:14px;position:relative}.ProductCardAdvantages ul li:before{content:"";width:4px;height:4px;border-radius:50%;background:#2f2d40;position:absolute;top:8px;left:0}.ProductCardAdvantages__anchor{display:flex;align-items:center;color:#6734ff;font-weight:500;font-size:14px;transition:all 250ms ease-in-out}.ProductCardAdvantages__anchor:after{width:7px;height:12px;content:"";background:url(../assets/product-card/short-char-arrow.svg);display:flex;margin-left:11px;transition:all 250ms ease-in-out}.ProductCardAdvantages__anchor:hover{color:#855cff;text-decoration:underline;cursor:pointer}.ProductCardAdvantages__anchor:hover:after{background:url(../assets/product-card/short-char-arrow-hover.svg)}.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 rgba(0,0,0,.1);transition:top 500ms ease-in-out}.ProductCardCompare__fixed.visible{top:0;z-index:3}.ProductCardCompare__fixed-container{display:grid;grid-template-columns:304px 304px 952px;grid-column-gap:20px;width:100%;overflow:hidden;max-width:1600px;margin:0 auto}@media screen and (max-width:1600px){.ProductCardCompare__fixed-container{grid-template-columns:248px 248px 784px;max-width:1330px}}@media screen and (max-width:1439px){.ProductCardCompare__fixed-container{grid-template-columns:244px 244px 772px;max-width:1300px}}@media screen and (max-width:1365px){.ProductCardCompare__fixed-container{display:flex;grid-column-gap:0;max-width:100%}}@media screen and (max-width:767px){.ProductCardCompare__fixed-container{grid-template-columns:164px 1fr}}@media screen and (max-width:1365px){.ProductCardCompare__fixed-container-clean{display:none}}.ProductCardCompare__fixed-container-carousel.owl-carousel:hover{cursor:grab}.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-nav{position:absolute;top:50%;transform:translateY(-50%);margin-top:0;right:8px;left:-300px;display:flex;justify-content:space-between;pointer-events:none}@media screen and (max-width:1600px){.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-nav{left:-308px}}@media screen and (max-width:1439px){.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-nav{left:-300px}}.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-nav .owl-next span,.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-nav .owl-prev span,.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-nav.disabled{display:none}.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-nav .owl-next,.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-nav .owl-prev{width:32px;height:32px;background-color:#edeff2;border-radius:50%;pointer-events:all;background-image:url(../assets/product-card/small-slider-arrow.svg);background-size:8px 14px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-nav .owl-next.disabled,.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-nav .owl-prev.disabled{background-image:url(../assets/product-card/small-slider-arrow-disabled.svg);background-color:#f6f8fb;pointer-events:none}.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-nav .owl-next:hover,.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-nav .owl-prev:hover{cursor:pointer;background-color:#dadee6}.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-nav .owl-prev{transform:rotate(180deg)}.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-item.active::before{content:"";position:absolute;top:50%;transform:translateY(-50%);background-position:center;background-repeat:no-repeat;border-radius:50%;width:1px;height:100%;border-left:1px solid #edeff2;z-index:1;left:-9px}@media screen and (max-width:1365px){.ProductCardCompare__fixed-container-carousel.owl-carousel .owl-item.active::before{left:-1px}}.ProductCardCompare__body{display:grid;grid-template-columns:304px 304px 952px;grid-column-gap:20px;width:100%;overflow:hidden}@media screen and (max-width:1600px){.ProductCardCompare__body{grid-template-columns:248px 248px 784px}}@media screen and (max-width:1439px){.ProductCardCompare__body{grid-template-columns:244px 244px 772px}}@media screen and (max-width:1365px){.ProductCardCompare__body{display:flex;grid-column-gap:0}}@media screen and (max-width:767px){.ProductCardCompare__body{grid-template-columns:164px 1fr}}.ProductCardCompare__body-container.owl-carousel{position:relative}.ProductCardCompare__body-container.owl-carousel:hover{cursor:grab}.ProductCardCompare__body-container.owl-carousel .owl-nav{position:absolute;top:174px;margin-top:0;right:16px;left:-308px;display:flex;justify-content:space-between;pointer-events:none}.ProductCardCompare__body-container.owl-carousel .owl-nav .owl-next span,.ProductCardCompare__body-container.owl-carousel .owl-nav .owl-prev span,.ProductCardCompare__body-container.owl-carousel .owl-nav.disabled{display:none}@media screen and (max-width:1600px){.ProductCardCompare__body-container.owl-carousel .owl-nav{left:-320px}}@media screen and (max-width:1439px){.ProductCardCompare__body-container.owl-carousel .owl-nav{left:-308px}}.ProductCardCompare__body-container.owl-carousel .owl-nav .owl-next,.ProductCardCompare__body-container.owl-carousel .owl-nav .owl-prev{width:32px;height:32px;background-color:#edeff2;border-radius:50%;pointer-events:all;background-image:url(../assets/product-card/small-slider-arrow.svg);background-size:8px 14px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}.ProductCardCompare__body-container.owl-carousel .owl-nav .owl-next.disabled,.ProductCardCompare__body-container.owl-carousel .owl-nav .owl-prev.disabled{background-image:url(../assets/product-card/small-slider-arrow-disabled.svg);background-color:#f6f8fb;pointer-events:none}.ProductCardCompare__body-container.owl-carousel .owl-nav .owl-next:hover,.ProductCardCompare__body-container.owl-carousel .owl-nav .owl-prev:hover{cursor:pointer;background-color:#dadee6}.ProductCardCompare__body-container.owl-carousel .owl-nav .owl-prev{transform:rotate(180deg)}.ProductCardCredit{display:grid;grid-template-columns:minmax(0,1fr) 160px;grid-gap:20px;align-items:center;padding:20px;background:#fff;border-radius:8px;margin-top:15px}@media screen and (max-width:1365px){.ProductCardCredit{padding:15px;grid-template-columns:minmax(0,1fr);grid-gap:15px}}.ProductCardCredit__container{display:flex;width:100%}.ProductCardCredit__container .ScrollSlider__side.gradient{background:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 60.94%)}.ProductCardCredit__container .ScrollSlider__side-arrow{background-color:transparent;border:unset}.ProductCardCredit__container .ScrollSlider__side-arrow:hover{filter:contrast(0)}@media screen and (max-width:1365px){.ProductCardCredit__container .ScrollSlider__side{display:flex}.ProductCardCredit__container .ScrollSlider__container{padding:0}}.ProductCardCredit__item{display:flex;flex-direction:column;width:80px;min-width:80px;gap:4px;align-items:center}.ProductCardCredit__item-wrapper{width:24px;height:24px;position:relative}.ProductCardCredit__item-wrapper img,.ProductCardOffDist__container-w img{width:100%;height:100%}.ProductCardCredit__item-wrapper span{display:flex;position:absolute;padding:0 4px;color:#2f2d40;font-size:10px;font-weight:700;line-height:12px;border-radius:6px;background:#edeff2;bottom:-5px;right:-7px}.ProductCardCredit__item-name{color:#2f2d40;text-align:center;font-size:10px;font-weight:700;line-height:12px;margin-top:7px}.ProductCardCredit__item-sum{color:#2f2d40;text-align:center;font-size:12px;font-weight:500;line-height:14px}.ProductCardCredit .PrimaryButton{text-transform:uppercase;font-size:14px;margin-top:0;font-weight:600}.ProductCardOffDist{display:flex;position:relative;width:-moz-max-content;width:max-content;margin:10px 0}.ProductCardOffDist__container{display:flex;gap:12px;height:40px;align-items:center}.ProductCardOffDist__container-w{height:32px;display:flex}.ProductCardOffDist__container-t{display:flex;flex-direction:column;gap:4px;justify-content:center}.ProductCardOffDist__container-t-t{color:#2f2d40;font-size:14px;font-weight:500;line-height:16px;gap:8px;display:flex}.ProductCardOffDist__container-t-t:after{content:"";width:16px;height:16px;background:url(../assets/product-card/green-check.svg)}.ProductCardOffDist__container-t-b,.ProductCardOffDist__popup{color:#5c6373;font-size:12px;font-weight:500;line-height:14px}.ProductCardOffDist__popup{position:absolute;display:flex;border-radius:0 8px 8px 8px;background:#fff;left:calc(100% + 20px);padding:16px;color:#2f2d40;line-height:140%;z-index:2;width:248px;box-shadow:0 0 8px rgba(0,0,0,.12)}@media screen and (max-width:1365px){.ProductCardOffDist__popup{left:0;bottom:calc(100% + 20px);border-radius:8px 8px 8px 0}}.ProductCardOffDist__popup:before{content:"";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #fff;position:absolute;left:-6px;top:-5px;transform:rotate(90deg)}@media screen and (max-width:1365px){.ProductCardOffDist__popup:before{left:0;top:calc(100% - 12px);transform:rotate(0deg)}}.ProductCardPageChar{width:100%;max-width:1600px;margin:0 auto;display:flex;flex-direction:column}@media screen and (max-width:1919px){.ProductCardPageChar{max-width:1420px}}@media screen and (max-width:1600px){.ProductCardPageChar{max-width:1330px}}@media screen and (max-width:1439px){.ProductCardPageChar{max-width:1300px}}@media screen and (max-width:1365px){.ProductCardPageChar{max-width:100%;z-index:0}}.ProductCardPageChar__head{color:#2f2d40;font-size:24px;font-weight:500;line-height:36px;margin-top:40px}.ProductCardPageChar__head span{color:#5c6373}@media screen and (max-width:1365px){.ProductCardPageChar__head{font-size:20px;margin-top:30px;padding:0 20px;line-height:28px}}@media screen and (max-width:767px){.ProductCardPageChar__head{padding:0 15px}}.ProductCardPageChar__body{display:flex;flex-direction:column;border-radius:8px;background:#fff;padding:30px;margin-top:20px;max-width:1060px}@media screen and (max-width:1365px){.ProductCardPageChar__body{padding:20px 0;margin-top:15px;border-radius:0}}.ProductCardPageChar__body-instruction{background:#f6f8fb;border-radius:8px;display:flex;width:100%;padding:10px 15px;align-items:center;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.ProductCardPageChar__body-instruction{margin:0 15px;width:calc(100% - 30px)}}.ProductCardPageChar__body-instruction-text{font-weight:500;font-size:14px;color:#2f2d40;margin-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ProductCardPageChar__body-instruction-watch{font-weight:600;font-size:12px;color:#2f2d40;text-transform:uppercase;margin-left:auto;padding-left:26px;position:relative;transition:all 250ms ease-in-out}.ProductCardPageChar__body-instruction-watch::before{content:"";position:absolute;background:url(../assets/product-card/watch-icon.svg);width:16px;height:16px;background-size:100%;left:0;top:-2px;transition:all 250ms ease-in-out}.ProductCardPageChar__body-instruction:hover{background:#f0ebff;cursor:pointer}.ProductCardPageChar__body-instruction:hover .ProductCardPageChar__body-instruction-watch{color:#6734ff}.ProductCardPageChar__body-instruction:hover .ProductCardPageChar__body-instruction-watch::before{background:url(../assets/product-card/watch-icon-violet.svg)}.ProductCardNameBlock{display:flex;flex-direction:column;width:100%;gap:15px}@media screen and (max-width:1919px){.ProductCardNameBlock{gap:16px}}@media screen and (max-width:1365px){.ProductCardNameBlock{margin-top:10px;gap:10px}}.ProductCardNameBlock__name{margin-top:10px;font-weight:500;font-size:32px;line-height:40px;color:#2f2d40}@media screen and (max-width:1919px){.ProductCardNameBlock__name{font-size:24px;line-height:32px}}@media screen and (max-width:1365px){.ProductCardNameBlock__name{font-size:20px;line-height:28px;margin-top:0}}.ProductCardNameBlock__open-box{border-radius:8px;background:#edeff2;display:flex;align-items:center;padding:20px;width:100%;color:#2f2d40;font-size:14px;font-weight:500;line-height:16px;gap:5px}.ProductCardNameBlock__open-box span{font-weight:600}@media screen and (max-width:1365px){.ProductCardNameBlock__open-box{flex-direction:column;padding:15px;align-items:flex-start}}.ProductCardNameBlock__status{display:flex;align-items:center;font-size:14px;font-weight:500;line-height:16px;padding:3px 10px 3px 5px;gap:5px;color:#00b23c;margin-left:15px;margin-right:auto}.ProductCardNameBlock__status.low{color:#f60}.ProductCardNameBlock__status.non-aval{color:#8590a6}.ProductCardNameBlock__status.preorder{color:#006aff}.ProductCardNameBlock__status:before{content:"";display:flex;width:24px;height:24px;background:url(../assets/product-card/available-icon.svg)}.ProductCardNameBlock__status.low:before{background:url(../assets/product-card/low-count-icon.svg)}.ProductCardNameBlock__status.non-aval:before{background:url(../assets/product-card/out-of-stock.svg)}.ProductCardNameBlock__status.preorder:before{background:url(../assets/product-card/preorder-status-icon.svg)}.ProductCardNameBlock__container{display:flex;justify-content:space-between;align-items:center;gap:15px}@media screen and (max-width:767px){.ProductCardNameBlock__container{flex-direction:column;align-items:flex-start}}.ProductCardNameBlock__container .ProductCardRating{margin-top:0}.ProductCardNameBlock__container-top,.ProductPayAndWarranty__container-warranty-item.moneyback.active .ProductPayAndWarranty__container-warranty-item-inner::after{display:flex}.ProductPayAndWarranty,.ProductPayAndWarranty__container{display:flex;flex-direction:column;width:100%;margin-top:10px}.ProductPayAndWarranty__container{padding:20px;background:#fff;border-radius:8px;position:relative}@media screen and (max-width:1919px){.ProductPayAndWarranty__container{padding:15px 20px}.ProductPayAndWarranty__container.warranty{padding:20px}}.ProductPayAndWarranty__container:first-child{margin-top:0}.ProductPayAndWarranty__container::after,.ProductPayAndWarranty__container::before{content:"";background:linear-gradient(90deg,rgba(255,255,255,0) 50%,#fff 100%);width:64px;height:36px;position:absolute;bottom:15px;opacity:0;transition:opacity 250ms ease-in-out;display:none}.ProductPayAndWarranty__container::after{right:0}.ProductPayAndWarranty__container::before{transform:rotate(180deg);right:unset;left:0}.ProductPayAndWarranty__container.afterActive::after,.ProductPayAndWarranty__container.beforeActive::before{opacity:1}@media screen and (max-width:767px){.ProductPayAndWarranty__container{padding:15px}.ProductPayAndWarranty__container::after,.ProductPayAndWarranty__container::before{display:flex}}.ProductPayAndWarranty__container-name{font-weight:500;font-size:18px;color:#2f2d40}@media screen and (max-width:1919px){.ProductPayAndWarranty__container-name{height:30px;align-items:center;display:flex}.ProductPayAndWarranty__container-name.warranty{height:auto}}.ProductPayAndWarranty__container-pay{margin-top:17px;display:flex}@media screen and (max-width:1919px){.ProductPayAndWarranty__container-pay{margin-top:10px}}.ProductPayAndWarranty__container-pay .ScrollSlider__side{top:-44px;width:30px!important;height:30px}.ProductPayAndWarranty__container-pay .ScrollSlider__side-arrow{margin:0}@media screen and (max-width:1919px){.ProductPayAndWarranty__container-pay .ScrollSlider__side{top:-40px}}.ProductPayAndWarranty__container-pay .ScrollSlider__side.left{right:46px;left:unset}@media screen and (max-width:767px){.ProductPayAndWarranty__container-pay .ScrollSlider__container{padding:0}}.ProductPayAndWarranty__container-pay-item{border-radius:8px;display:flex;flex-direction:column;border:1px solid #edeff2;padding:12px;width:124px;min-width:124px;align-items:center;gap:12px;margin-left:10px}@media screen and (max-width:1919px){.ProductPayAndWarranty__container-pay-item{padding:15px 10px;gap:15px}}.ProductPayAndWarranty__container-pay-item:first-child{margin-left:0}.ProductPayAndWarranty__container-pay-item-text{color:#2f2d40;text-align:center;font-size:14px;font-weight:500;line-height:18px;display:flex;flex-direction:column}.ProductPayAndWarranty__container-pay-item-text span{color:#00b23c;text-align:center;font-size:10px;font-weight:600;line-height:12px;letter-spacing:.5px;text-transform:uppercase;margin-top:4px}.ProductPayAndWarranty__container-pay-item-wrapper{width:24px;height:24px}.ProductPayAndWarranty__container-pay-item-wrapper img,.SameBrandProducts__head-link img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ProductPayAndWarranty__container-warranty{display:flex;margin-top:15px;flex-wrap:wrap;gap:10px}@media screen and (max-width:767px){.ProductPayAndWarranty__container-warranty{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;margin-top:15px;padding-top:0}.ProductPayAndWarranty__container-warranty::-webkit-scrollbar{display:none}}.ProductPayAndWarranty__container-warranty-item{padding:6px 12px;align-items:center;display:flex;border-radius:8px;border:1px solid #dadee5;transition:all 250ms ease-in-out}@media screen and (max-width:1919px){.ProductPayAndWarranty__container-warranty-item{padding:8px 12px}}.ProductPayAndWarranty__container-warranty-item:hover{cursor:pointer;background:#f6f8fb}.ProductPayAndWarranty__container-warranty-item:active{background:#edeff2}.ProductPayAndWarranty__container-warranty-item.moneyback,.ProductPayAndWarranty__container-warranty-item.warranty{pointer-events:none}.ProductPayAndWarranty__container-warranty-item.warranty .ProductPayAndWarranty__container-warranty-item-inner::before{background:url(../assets/product-card/warranty-icon.svg)}.ProductPayAndWarranty__container-warranty-item.moneyback.active{pointer-events:all}.ProductPayAndWarranty__container-warranty-item.moneyback .ProductPayAndWarranty__container-warranty-item-inner::before{background:url(../assets/product-card/moneyback-icon.svg)}.ProductPayAndWarranty__container-warranty-item.easyReturn .ProductPayAndWarranty__container-warranty-item-inner::before{background:url(../assets/product-card/easy-return-icon.svg)}.ProductPayAndWarranty__container-warranty-item.easyReturn .ProductPayAndWarranty__container-warranty-item-inner::after{display:flex}.ProductPayAndWarranty__container-warranty-item-inner{font-weight:500;font-size:14px;color:#2f2d40;white-space:nowrap;display:flex;align-items:center;position:relative}.ProductPayAndWarranty__container-warranty-item-inner::before{content:"";width:24px;height:24px;margin-right:10px;display:flex}.ProductPayAndWarranty__container-warranty-item-inner::after{content:"";width:16px;height:16px;margin-left:8px;display:none;background:url(../assets/product-card/warranty-info-icon.svg)}.ProductPayAndWarranty__container-warranty-item-inner span{font-weight:600;margin-left:3px;white-space:nowrap}.SameBrandProducts{display:flex;flex-direction:column;width:100%;margin-top:40px}@media screen and (max-width:1365px){.SameBrandProducts{margin:30px auto 0}}.SameBrandProducts__head{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:1365px){.SameBrandProducts__head{padding:0 20px}}@media screen and (max-width:767px){.SameBrandProducts__head{padding:0 15px}}.SameBrandProducts__head-name{font-weight:500;font-size:24px;color:#2f2d40}@media screen and (max-width:767px){.SameBrandProducts__head-name{font-size:20px}}.SameBrandProducts__head-link{width:345px;display:flex;align-items:center;gap:15px;padding:10px 15px;border-radius:8px;background:#fff;transition:all 250ms ease-in-out;box-shadow:0 8px 16px transparent}.SameBrandProducts__head-link:hover{cursor:pointer;box-shadow:0 8px 16px rgba(47,45,64,.06)}@media screen and (max-width:767px){.SameBrandProducts__head-link{display:none}}.SameBrandProducts__head-link.no-link{width:-moz-max-content;width:max-content}.SameBrandProducts__head-link.no-link:hover{cursor:default;box-shadow:0 8px 16px transparent}.SameBrandProducts__head-link.no-link p,.SameBrandProducts__head-link.no-link:after{display:none}.SameBrandProducts__head-link.mob{display:none;margin-top:10px;width:100%}@media screen and (max-width:767px){.SameBrandProducts__head-link.mob{display:flex}}.SameBrandProducts__head-link p{color:#2f2d40;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.SameBrandProducts__head-link img{width:87px;height:24px;display:flex}.SameBrandProducts__head-link:after{content:"";width:7px;height:12px;display:flex;margin-left:auto;background:url(../assets/product-card/same-brands-link-arrow.svg)}.SameBrandProducts .SkeletonPreloader{margin-top:20px}@media screen and (max-width:767px){.SameBrandProducts .SkeletonPreloader{margin-top:15px}}.SameBrandProducts__body{display:flex;margin-top:20px}@media screen and (max-width:767px){.SameBrandProducts__body{margin-top:15px}}.SameBrandProducts__body .ProductItem{width:304px;min-width:304px}@media screen and (max-width:1919px){.SameBrandProducts__body .ProductItem{width:268px;min-width:268px}}@media screen and (max-width:1600px){.SameBrandProducts__body .ProductItem{width:250px;min-width:250px}}@media screen and (max-width:1439px){.SameBrandProducts__body .ProductItem{width:244px;min-width:244px}}@media screen and (max-width:1365px){.SameBrandProducts__body .ProductItem{width:220px;min-width:220px}}@media screen and (max-width:767px){.SameBrandProducts__body .ProductItem{width:250px;min-width:250px}}.ShortChar{background:#fff;border-radius:8px;width:100%;position:relative;padding:20px;margin-top:10px}@media screen and (max-width:1365px){.ShortChar{padding:20px 15px 20px 20px}}.ShortChar__head{font-weight:500;font-size:18px;color:#2f2d40}.ShortChar__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;margin-top:20px}@media screen and (max-width:1919px){.ShortChar__grid{grid-gap:20px 32px}}@media screen and (max-width:1365px){.ShortChar__grid{grid-template-columns:1fr;grid-gap:15px}}.ShortChar__grid-item{display:flex;flex-direction:column}@media screen and (max-width:1365px){.ShortChar__grid-item{padding-bottom:15px;border-bottom:1px solid #edeff2}.ShortChar__grid-item:last-child{padding-bottom:0;border-bottom:unset}}.ShortChar__grid-item-name,.ShortChar__grid-item-val{font-weight:500;font-size:14px;line-height:18px;color:#5c6373}.ShortChar__grid-item-val{line-height:16px;margin-top:10px;color:#2f2d40}@media screen and (max-width:1365px){.ShortChar__grid-item-val{margin-top:5px}}.ShortChar__all-link{display:flex;align-items:center;color:#6734ff;font-weight:500;font-size:14px;margin-top:20px;transition:all 250ms ease-in-out}@media screen and (max-width:1919px){.ShortChar__all-link{margin-top:16px}}.ShortChar__all-link:after{width:7px;height:12px;content:"";background:url(../assets/product-card/short-char-arrow.svg);display:flex;margin-left:11px;transition:all 250ms ease-in-out}.ShortChar__all-link:hover{color:#855cff;text-decoration:underline;cursor:pointer}.ShortChar__all-link:hover:after{background:url(../assets/product-card/short-char-arrow-hover.svg)}.ReviewsAndQuestions{display:flex;justify-content:space-between;width:100%;margin-top:40px}@media screen and (max-width:1365px){.ReviewsAndQuestions{max-width:calc(100% - 30px);margin:10px auto 0;flex-direction:column}}@media screen and (max-width:767px){.ReviewsAndQuestions{margin:0 auto;max-width:calc(100% - 20px)}}.ReviewsAndQuestions__container{display:flex;flex-direction:column;width:calc(50% - 10px)}.ReviewsAndQuestions__container.hidden{display:none}.ReviewsAndQuestions__container.full{width:100%}.ReviewsAndQuestions__container.last{order:2}.ReviewsAndQuestions__container.last .ReviewsAndQuestions__container-all,.ReviewsAndQuestions__container.last .ReviewsAndQuestions__container-head-button{opacity:0;pointer-events:none}@media screen and (max-width:1365px){.ReviewsAndQuestions__container.last .ReviewsAndQuestions__container-all,.ReviewsAndQuestions__container.last .ReviewsAndQuestions__container-head-button{display:none}}@media screen and (max-width:1600px){.ReviewsAndQuestions__container{width:calc(50% - 7px)}}@media screen and (max-width:1439px){.ReviewsAndQuestions__container{width:calc(50% - 10px)}}@media screen and (max-width:1365px){.ReviewsAndQuestions__container{width:100%;margin-top:30px}}@media screen and (max-width:767px){.ReviewsAndQuestions__container{margin-left:0;width:100%;margin-top:30px}}.ReviewsAndQuestions__container:first-child{margin-left:0}.ReviewsAndQuestions__container-head{width:100%;display:flex;justify-content:space-between}@media screen and (max-width:767px){.ReviewsAndQuestions__container-head{flex-direction:column}}.ReviewsAndQuestions__container-head-text{font-weight:500;font-size:24px;color:#2f2d40}.ReviewsAndQuestions__container-head-text span{color:#8490a6}.ReviewsAndQuestions__container-head-button{background:#f0ebff;border-radius:8px;font-weight:500;font-size:16px;color:#7547ff;width:180px;height:36px;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.ReviewsAndQuestions__container-head-button{width:100%;margin-top:15px;height:40px}}.ReviewsAndQuestions__container-head-button:hover{cursor:pointer;background:#e0d6ff}.ReviewsAndQuestions__container-body{display:flex;margin-top:20px;height:100%}@media screen and (max-width:1365px){.ReviewsAndQuestions__container-body{overflow-y:auto}}@media screen and (max-width:767px){.ReviewsAndQuestions__container-body{width:100%;flex-direction:column}}.ReviewsAndQuestions__container-all{width:100%;height:40px;min-height:40px;display:flex;align-items:center;padding:0 16px;position:relative;color:#2f2d40;transition:all 250ms ease-in-out;background:#fff;border-radius:8px;font-weight:500;font-size:14px;text-transform:uppercase;margin-top:20px}@media screen and (max-width:1919px){.ReviewsAndQuestions__container-all{margin-top:15px}}@media screen and (max-width:768px){.ReviewsAndQuestions__container-all{margin-top:10px}}.ReviewsAndQuestions__container-all::after{content:"";width:16px;height:16px;background:url(../assets/product-card/same-brands-button.svg);position:absolute;top:50%;transform:translateY(-50%);right:12px;transition:all 250ms ease-in-out}.ReviewsAndQuestions__container-all:hover{color:#6734ff;cursor:pointer}.ReviewsAndQuestions__container-all:hover::after{background:url(../assets/product-card/same-brands-button-violet.svg)}.ProductCardRating{display:flex;align-items:center}@media screen and (max-width:1365px){.ProductCardRating{margin-top:10px}}.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}.ProductCardRating__stars-empty,.ProductCardRating__stars-fill{width:18px;min-width:18px;min-height:18px;height:18px;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:16px;align-items:center}@media screen and (max-width:1919px){.ProductCardRating__count{margin-left:10px}}.ProductCardRating__count::before{content:"";width:14px;height:14px;background-size:100% 100%;margin-right:8px;background:url(../assets/product-card/comment-image.svg);display:flex}@media screen and (max-width:767px){.ProductCardRating__count::before{margin-right:10px}}.ProductCardRating__count-word{font-weight:500;font-size:14px;color:#2f2d40;line-height:15px;width:-moz-max-content;width:max-content;position:relative}.ProductCardRating__count-word:hover{text-decoration:underline;cursor:pointer}.Tabs{display:flex;width:100%;background:0 0;left:0;top:0;transition:all 250ms ease-in-out;z-index:3;box-shadow:0 8px 24px transparent}@media screen and (max-width:1365px){.Tabs{background:#fff}}.Tabs.changed{background:#fff;position:fixed;box-shadow:0 8px 24px rgba(47,45,64,.1)}@media screen and (max-width:1365px){.Tabs.changed{position:static}}.Tabs.product-show .Tabs__container-product{opacity:1;pointer-events:all}.Tabs.product-show .Tabs__container-tab{padding:13px 16px}.Tabs__container{display:flex;max-width:1600px;width:100%;background:#fff;border-radius:8px;margin:0 auto;padding:0 10px;overflow-x:auto}@media screen and (max-width:1919px){.Tabs__container{max-width:1420px}}@media screen and (max-width:1600px){.Tabs__container{max-width:1330px}}@media screen and (max-width:1439px){.Tabs__container{max-width:1300px}}@media screen and (max-width:1365px){.Tabs__container{max-width:100%;border-radius:0}}.Tabs__container-wrapper{display:flex}.Tabs__container-tab{font-weight:500;font-size:14px;color:#5c6373;padding:13px 30px;border-bottom:2px solid transparent;transition:all 250ms ease-in-out;text-transform:uppercase;width:-moz-max-content;width:max-content;white-space:nowrap}@media screen and (max-width:1919px){.Tabs__container-tab{padding:13px 30px}}.Tabs__container-tab:hover{color:#6734ff;cursor:pointer}.Tabs__container-tab.active{color:#6734ff;border-bottom:2px solid #6734ff}.Tabs__container-product{display:flex;align-items:center;gap:10px;margin-left:auto;opacity:0;pointer-events:none;transition:all 250ms ease-in-out}.Tabs__container-product-wrapper{width:40px;height:40px;display:flex;margin-right:0}.Tabs__container-product-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.Tabs__container-product-name{overflow:hidden;text-overflow:ellipsis;font-size:12px;font-style:normal;font-weight:500;line-height:16px;width:132px;height:32px}.Tabs__container-product-price{display:flex;flex-direction:column;width:-moz-max-content;width:max-content;gap:2px}.Tabs__container-product-price-old{display:flex;gap:6px}.Tabs__container-product-price-old span:first-child{color:#5c6373;font-size:10px;font-weight:500;line-height:12px;text-decoration:line-through}.Tabs__container-product-price-old span:last-child{color:#ff002b;font-size:8px;font-weight:600;line-height:10px;text-transform:uppercase;border-radius:4px;background:#ffe5ea;padding:1px 4px}.Tabs__container-product-price-new{color:#2f2d40;font-size:14px;font-weight:500;line-height:16px}.Tabs__container-product-buy{display:flex;align-items:center;width:-moz-max-content;width:max-content;background:#6734ff;border-radius:8px;transition:all 250ms ease-in-out;position:relative;border:1px solid transparent;padding:8px}.Tabs__container-product-buy.loading{background:#fff;border:1px solid #6734ff;pointer-events:none}.Tabs__container-product-buy.loading .Tabs__container-product-buy-icon,.Tabs__container-product-buy.loading .Tabs__container-product-buy-text{opacity:0}.CatalogFiltersPrice__range .multi-range-slider .thumb:hover::after,.CatalogFiltersRange__range .multi-range-slider .thumb:hover::after,.Tabs__container-product-buy.loading .Tabs__container-product-buy-preloader{opacity:1}.Tabs__container-product-buy.preorder{padding:6px}.Tabs__container-product-buy.preorder .Tabs__container-product-buy-icon{background-image:url(../assets/product-card/preorder-icon.svg);width:24px;height:24px}.Tabs__container-product-buy.active{pointer-events:none;background:#f0ebff}.Tabs__container-product-buy.active .Tabs__container-product-buy-icon{background-image:url(../assets/product-card/buy-button-cart-active.svg);position:relative}.Tabs__container-product-buy.active .Tabs__container-product-buy-icon:after{content:"";width:16px;height:16px;display:flex;position:absolute;top:-6px;right:-5px;background-image:url(../assets/product-card/buy-button-cart-label.svg);transition:all 250ms ease-in-out}@media (hover:hover) and (pointer:fine){.Tabs__container-product-buy:hover{cursor:pointer;background:#794dff}}.Tabs__container-product-buy:active{background:#572bd9}.Tabs__container-product-buy-icon{width:20px;height:20px;background-image:url(../assets/product-card/buy-button-cart.svg);background-size:100% 100%;opacity:1;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.Tabs__container-product-buy{width:100%}}.Tabs__container-product-buy-preloader{width:100%;height:100%;position:absolute;left:0;top:0;display:flex;opacity:0;pointer-events:none;transition:all 250ms ease-in-out}.Tabs__container-product-buy-preloader .Preloader{margin:auto;width:20px;height:20px}.WatchedProducts{display:flex;flex-direction:column;width:100%;margin:40px auto 0;max-width:1600px}@media screen and (max-width:1919px){.WatchedProducts{max-width:1420px}}@media screen and (max-width:1365px){.WatchedProducts{max-width:calc(100% - 19px);margin:40px 0 0 19px}}@media screen and (max-width:767px){.WatchedProducts{margin:30px 0 0 10px;max-width:calc(100% - 15px)}}.WatchedProducts__head{display:flex;justify-content:space-between;align-items:center}.WatchedProducts__head-name{font-weight:500;font-size:24px;color:#2f2d40}@media screen and (max-width:767px){.WatchedProducts__head-name{font-size:20px}}.WatchedProducts__body{display:flex;margin-top:20px}@media screen and (max-width:767px){.WatchedProducts__body{margin-top:15px}}.WatchedProducts__body .ProductItem{width:304px;min-width:304px}@media screen and (max-width:1919px){.WatchedProducts__body .ProductItem{width:268px;min-width:268px}}@media screen and (max-width:1600px){.WatchedProducts__body .ProductItem{width:250px;min-width:250px}}@media screen and (max-width:1439px){.WatchedProducts__body .ProductItem{width:244px;min-width:244px}}@media screen and (max-width:1365px){.WatchedProducts__body .ProductItem{width:220px;min-width:220px}}@media screen and (max-width:768px){.WatchedProducts__body .ProductItem{width:250px;min-width:250px}}.WatchedProducts__skeleton{display:flex;flex-wrap:nowrap;width:100%;overflow:hidden;margin-top:20px}@media screen and (max-width:767px){.WatchedProducts__skeleton{margin-top:15px}}.WatchedProducts__skeleton-item{width:304px;max-width:304px;min-width:304px;height:459px;margin-left:20px}.AvailableServicesPopup__container-body div div:first-child,.WatchedProducts__skeleton-item:first-child{margin-left:0}@media screen and (max-width:1600px){.WatchedProducts__skeleton-item{width:250px;max-width:250px;min-width:250px}}@media screen and (max-width:1439px){.WatchedProducts__skeleton-item{width:244px;max-width:244px;height:453px;min-width:244px}}@media screen and (max-width:1365px){.WatchedProducts__skeleton-item{width:220px;max-width:220px;height:429px;margin-left:10px;min-width:220px}}@media screen and (max-width:768px){.WatchedProducts__skeleton-item{width:250px;max-width:250px;min-width:250px}}.WatchedProducts__skeleton-item-anim{width:100%;height:100%;display:flex;position:relative;border-radius:8px;background:#6334ff;overflow:hidden}.WatchedProducts__skeleton-item-anim::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:""}.WatchedProductsContainer{width:100%;max-width:1600px;margin:0 auto;display:flex;flex-direction:column}@media screen and (max-width:1919px){.WatchedProductsContainer{max-width:1420px;margin:0 auto 20px}}@media screen and (max-width:1599px){.WatchedProductsContainer{max-width:1330px;margin:0 auto}}@media screen and (max-width:1439px){.WatchedProductsContainer{max-width:1300px}}@media screen and (max-width:1365px){.WatchedProductsContainer{max-width:100%}}.ProductCardCompareGroup{display:flex;flex-direction:column;margin-top:40px;transition:all 250ms ease-in-out;border-bottom:1px solid transparent}@media screen and (max-width:1365px){.ProductCardCompareGroup{margin-top:30px}}.ProductCardCompareGroup.diactive .ProductCardCompareGroup__head span::after{transform:translateY(-50%) rotate(180deg)}.ProductCardCompareGroup.diactive .ProductCardCompareGroup__body{display:none}@media screen and (max-width:1365px){.ProductCardCompareGroup.first .ProductCardCompareGroup__body-item p:first-child{color:#5c6373;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:24px}}.ProductCardCompareGroup__head p{font-weight:400;font-size:24px;color:#2f2d40}@media screen and (max-width:1365px){.ProductCardCompareGroup__head p{font-size:20px;margin-left:15px}}.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:1596px;height:32px;left:0;top:0;z-index:2}@media screen and (max-width:1600px){.ProductCardCompareGroup__head span{width:1320px}}@media screen and (max-width:1439px){.ProductCardCompareGroup__head span{width:1272px}}@media screen and (max-width:1365px){.ProductCardCompareGroup__head span{top:0;height:24px}}.ProductCardCompareGroup__head span:after{width:16px;min-width:16px;height:8px;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:50%;transform:translateY(-50%) rotate(0deg)}.ProductCardCompareGroup__body{display:flex;flex-direction:column;margin-top:20px;background:#fff;border-radius:8px}@media screen and (max-width:1365px){.ProductCardCompareGroup__body{border-radius:0;margin-top:10px}}.ProductCardCompareGroup__body.name{background:0 0}.ProductCardCompareGroup__body-item{display:flex;width:100%;border-bottom:1px solid #edeff2;padding:15px 20px;text-align:center;align-items:center}.ProductCardCompareGroup__body-item.name{border-bottom:1px solid transparent;background:0 0;padding:15px 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:#2f2d40;padding-right:20px;width:100%}@media screen and (max-width:1365px){.ProductCardCompareGroup__body-item p:last-child{border-right:1px solid #edeff2;padding:15px 20px;margin-top:46px;height:100%;font-size:14px}}.ProductCardCompareGroup__body-item p:last-child.name{color:#5c6373}.ProductCardCompareGroup__body-item p:first-child{display:none;font-weight:400;font-size:16px;color:#5c6373;padding-bottom:20px}@media screen and (max-width:1365px){.ProductCardCompareGroup__body-item p:first-child{display:flex;padding:16px 20px;width:100%;background:#f6f8fb;color:#5c6373;position:absolute;height:46px;left:0;align-items:center;justify-content:center;font-size:16px}}.ProductCardCompareProduct{display:flex;flex-direction:column;width:304px;min-width:304px}@media screen and (max-width:1600px){.ProductCardCompareProduct{width:248px;min-width:248px}}@media screen and (max-width:1439px){.ProductCardCompareProduct{width:244px;min-width:244px}}@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{display:flex;flex-direction:column}.ProductCardCompareProduct__head.transparent{opacity:0}.ProductItemAdv{display:flex;align-items:center;gap:10px;overflow-y:auto;margin-top:12px;height:-moz-max-content;height:max-content;scrollbar-width:none}@media screen and (max-width:767px){.ProductItemAdv{gap:8px;margin-top:5px}}.ProductItemAdv::-webkit-scrollbar{display:none}.ProductItemAdv__easy{display:flex;align-items:center;color:#da292b;font-size:9px;font-weight:500;line-height:9px;padding:3px 0;width:-moz-min-content;width:min-content;min-width:84px}.ProductItemAdv__easy:before{content:"";width:16px;min-width:16px;height:16px;display:flex;margin-right:8px;background:url(../assets/catalog/easy-return-icon.svg)}.ProductItemAdv__bank,.ProductItemAdv__default{width:24px;min-width:24px;height:24px;background-size:20px 20px;background-repeat:no-repeat;background-position:top left;position:relative}.ProductItemAdv__bank:after,.ProductItemAdv__default:after{content:attr(data-text);position:absolute;bottom:0;right:0;text-align:center;font-size:8px;font-weight:700}.ProductItemAdv__bank:after{border-radius:7px;background:#fff;padding:1px 4px;color:#2f2d40}.ProductItemAdv__bank.privat{background-image:url(../assets/catalog/privat-icon.svg)}.ProductItemAdv__bank.mono{background-image:url(../assets/catalog/mono-icon.svg)}.ProductItemAdv__bank.pumb{background-image:url(../assets/catalog/pumb-icon.png)}.ProductItemAdv__default{background-size:24px 24px;background-position:center}.ProductItemAdv__default:after{left:0;margin:0 auto;color:#fff}.ProductItemAdv__default.gift{background-image:url(../assets/catalog/gift-icon.svg)}.ProductItemAdv__default.card{background-image:url(../assets/catalog/card-percent-icon.svg)}.ProductItemAdv__default.delivery{background-image:url(../assets/catalog/delivery-icon.svg)}.ProductItemAdv__simple{display:flex;width:24px;min-width:24px;height:24px;background-size:100% 100%}.ProductItemAdv__simple.testDrive{background-image:url(../assets/catalog/test-drive.svg)}.ProductItemAdv__simple.consultation{background-image:url(../assets/catalog/consult-icon.svg)}.ProductItemAdv__simple.returnBadge{background-image:url(../assets/catalog/return-icon.svg)}.ProductCardCompareSmall{display:flex;flex-direction:column;width:304px;min-width:304px;padding:10px 15px;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:1px solid #edeff2;z-index:1;right:-13px}@media screen and (max-width:1365px){.ProductCardCompareSmall.first::after{right:0}}@media screen and (max-width:1600px){.ProductCardCompareSmall{width:248px;min-width:248px}}@media screen and (max-width:1439px){.ProductCardCompareSmall{width:244px;min-width:244px}}@media screen and (max-width:1365px){.ProductCardCompareSmall{width:232px;min-width:232px}}@media screen and (max-width:767px){.ProductCardCompareSmall{width:164px;min-width:164px;padding:10px}}.ProductCardCompareSmall__top{display:grid;grid-template-columns:60px 1fr;grid-column-gap:15px;align-items:center}@media screen and (max-width:1365px){.ProductCardCompareSmall__top{grid-template-columns:32px 1fr;grid-column-gap:10px}}.ProductCardCompareSmall__top-wrapper{width:100%;height:60px;display:flex}@media screen and (max-width:1365px){.ProductCardCompareSmall__top-wrapper{height:32px}}.ProductCardCompareSmall__top-name{font-weight:500;font-size:14px;line-height:20px;color:#2f2d40;height:40px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:1365px){.ProductCardCompareSmall__top-name{font-size:12px;line-height:16px;height:33px}}.ProductCardCompareSmall__bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:10px}@media screen and (max-width:1365px){.ProductCardCompareSmall__bottom{flex-direction:column;align-items:flex-start}}.ProductCardCompareSmall__bottom-price{display:flex;flex-direction:column}@media screen and (max-width:1365px){.ProductCardCompareSmall__bottom-price{flex-direction:row-reverse;align-items:flex-end}}.ProductCardCompareSmall__bottom-price-old{color:#8590a6;font-weight:500;font-size:14px;text-decoration:line-through}@media screen and (max-width:1365px){.ProductCardCompareSmall__bottom-price-old{font-size:12px}}.ProductCardCompareSmall__bottom-price-current{font-weight:500;font-size:20px;color:#2f2d40;margin-top:2px}@media screen and (max-width:1365px){.ProductCardCompareSmall__bottom-price-current{margin-right:5px;font-size:16px}}.ProductCardCompareSmall__bottom-buy{width:40px;height:40px;background-color:#6734ff;border-radius:8px;background-image:url(../assets/product-item/cart-img.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.ProductCardCompareSmall__bottom-buy{margin-top:10px;width:100%;background-image:none;background-color:#6734ff;border-radius:4px;height:24px;display:flex;align-items:center;justify-content:space-around;position:static}}.ProductCardCompareSmall__bottom-buy p{display:none;color:#fff;font-weight:500;font-size:14px}@media screen and (max-width:1365px){.ProductCardCompareSmall__bottom-buy p{display:flex}.ProductCardCompareSmall__bottom-buy{right:16px;bottom:16px}}.ProductCardCompareSmall__bottom-buy:hover{background-color:#855cff;cursor:pointer}.ProductCardCompareSmall__bottom-buy.active{background-color:#f0ebff;background-image:url(../assets/product-item/cart-active-img.svg);background-size:24px 24px;background-position-x:10px;background-position-y:6px}@media screen and (max-width:1365px){.ProductCardCompareSmall__bottom-buy.active{background-image:unset}}.ProductCardCompareSmall__bottom-buy.active p{color:#6734ff}.ProductCardCompareSmall__bottom-buy.loading{background-image:none;display:flex;align-items:center;justify-content:space-around;pointer-events:none}.ProductCardCompareSmall__bottom-buy.loading p{display:none}.ProductCardCompareSmall__bottom-buy.disabled{opacity:.4;pointer-events:none}.ProductCardCompareSmall__bottom-buy.preorder{background-image:url(../assets/product-card/preorder-icon.svg);background-size:24px 24px}.ProductCardCompareSmall__bottom-buy .Preloader{width:22px;height:22px}.ProductCardCompareSmall__bottom-buy .Preloader__first{border-top-color:#9b7dff;border-right-color:#9b7dff}.ProductItemBadge{padding:4px 8px;font-weight:600;font-size:12px;border-radius:20px;width:-moz-max-content;width:max-content;text-transform:uppercase;background:#ffe5ea;color:#ff002b;display:flex}@media screen and (max-width:767px){.ProductItemBadge{padding:3px 6px;font-size:8px}}.ProductItemBadge.own{background:#ece5ff;color:#6734ff;z-index:1;display:flex}.ProductItemBadge.new{background:#e5ffe5;color:#01b401;display:flex}.ProductItemBadge.sale{background:#ffe5ea;color:#ff002b;display:flex}.ProductItemBadge.hit{background:#ffe8d8;color:#ff6b00;display:flex}.ProductItemBadge.preorder{color:#006aff;background:#e7f1ff;display:flex}.ProductItemPreorderPopup{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0}.ProductItemPreorderPopup__overlay{background:rgba(0,0,0,.25);width:100%;height:100%;position:absolute;z-index:1}.ProductItemPreorderPopup__container{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px}@media screen and (max-width:767px){.ProductItemPreorderPopup__container{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.ProductItemPreorderPopup__head{display:flex;justify-content:space-between}.ProductItemPreorderPopup__head-name{font-weight:500;font-size:24px;color:#2f2d40;text-transform:capitalize}.ProductItemPreorderPopup__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.ProductItemPreorderPopup__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.ProductItemPreorderPopup__body{display:flex;flex-direction:column}.ProductItemPreorderPopup__body-text{font-weight:500;font-size:14px;line-height:20px;color:#000;margin-top:20px}.ProductItemPreorderPopup__body-inputs{display:flex;flex-direction:column;width:100%}.ProductItemPreorderPopup__body-inputs .FormInput,.ProductItemPreorderPopup__body-inputs .FormPhone{margin-top:20px}.ProductItemPreorderPopup__body-inputs-submit{width:100%;height:40px;display:flex;align-items:center;justify-content:space-around;background:#572bd9;border-radius:8px;color:#fff;margin-top:30px;transition:all 250ms ease-in-out}.ProductItemPreorderPopup__body-inputs-submit:hover{cursor:pointer;background:#904bff}.ProductItemPreorderPopup__body-inputs-submit.disabled{opacity:.5;cursor:default;background:#6734ff}.ProductItemPreorderPopup__complete{display:flex;flex-direction:column;margin-top:55px}@media screen and (max-width:768px){.ProductItemPreorderPopup__complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content}}.ProductItemPreorderPopup__complete-img{width:210px;height:200px;background:url(../assets/product-card/popup-complete.svg);background-size:100% 100%;margin:0 auto}.ProductItemPreorderPopup__complete-text{margin-top:30px;margin-bottom:40px}.ProductItemPreorderPopup__complete-text p{font-weight:500;font-size:14px;color:#5c6373;text-align:center}.ProductItemPreorderPopup__complete-text p:first-child{font-weight:500;font-size:18px;color:#2f2d40;margin-bottom:16px}.ProductItemPreorderPopup__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)}.ProductItemPreorderPopup__preloader.active{pointer-events:auto;opacity:1}.SalePageCatalog{display:flex;flex-direction:column;width:100%}.SalePageCatalog__head{font-weight:500;font-size:24px;color:#2f2d40;margin-top:30px}@media screen and (max-width:767px){.SalePageCatalog__head{font-size:20px;margin-top:20px}}.SalePageCatalog__body{display:flex;flex-direction:column}.SalePageCatalog__body-top{display:flex;margin-top:20px}.SalePageCatalog__body-top-filter,.SalePageCatalog__body-top-sort{font-weight:500;font-size:14px;color:#2f2d40;height:40px;align-items:center;justify-content:center;padding:0 12px;display:none;background:#fff;border-radius:8px;width:100%}.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:767px){.SalePageCatalog__body-top-filter:last-child,.SalePageCatalog__body-top-sort:last-child{margin-left:10px}}@media screen and (max-width:1365px){.SalePageCatalog__body-top-filter,.SalePageCatalog__body-top-sort{display:flex}}.SalePageCatalog__body-top-filter::before,.SalePageCatalog__body-top-sort::before{content:"";width:16px;height:16px;background:url(../assets/catalog/sale-filters-icon.svg);display:flex;margin-right:12px}.SalePageCatalog__body-top-sort::before{min-width:16px;background:url(../assets/catalog/sort-button-icon.svg)}.SalePageCatalog__body-bottom{display:flex;margin-top:20px}.SuppProduct__button svg rect,.catalog-filter-transition-enter-active,.catalog-filter-transition-leave-active,.catalog-sort-transition-enter-active,.catalog-sort-transition-leave-active{transition:all 250ms ease-in-out}.catalog-filter-transition-enter,.catalog-filter-transition-leave-to{left:-100%}.catalog-sort-transition-enter,.catalog-sort-transition-leave-to{right:-100%}.SupplementProducts{margin-top:20px;display:flex;flex-direction:column}.SupplementProducts__name{font-weight:500;font-size:20px;color:#2f2d40}@media screen and (max-width:1919px){.SupplementProducts__name{font-size:18px}}.SupplementProducts .SkeletonPreloader{margin-top:13px}.SupplementProducts__container{position:relative;margin-top:13px}@media screen and (max-width:1919px){.SupplementProducts__container{margin-top:10px}}.SupplementProducts__container .ScrollSlider__side{top:-40px;width:30px;height:30px;transform:unset}.SupplementProducts__container .ScrollSlider__side.left{transform:rotate(180deg);right:46px;left:unset}.SupplementProducts__container .ScrollSlider__container{padding:7px;margin:-7px;width:calc(100% + 14px)}@media screen and (max-width:1365px){.SupplementProducts__container .ScrollSlider__container{padding:0;margin:0;width:100%}}.SupplementProducts__container .ScrollSlider__side-arrow{margin:0}.SupplementProducts__bottom{display:flex;background:#fff;border-radius:8px;padding:20px;align-items:center;margin-top:10px}@media screen and (max-width:1919px){.SupplementProducts__bottom{padding:15px 20px}}@media screen and (max-width:1365px){.SupplementProducts__bottom{flex-wrap:wrap;padding:15px;align-items:flex-start}}.SupplementProducts__bottom-price{display:flex;align-items:baseline}@media screen and (max-width:1365px){.SupplementProducts__bottom-price{flex-direction:column}}.SupplementProducts__bottom-price-current{font-weight:500;font-size:30px;color:#2f2d40}@media screen and (max-width:1919px){.SupplementProducts__bottom-price-current{font-size:24px}}.SupplementProducts__bottom-price-old{font-weight:500;font-size:16px;color:#8590a6;position:relative;height:-moz-max-content;height:max-content;margin-left:15px}@media screen and (max-width:1919px){.SupplementProducts__bottom-price-old{margin-left:12px;color:#5c6373}}@media screen and (max-width:1365px){.SupplementProducts__bottom-price-old{margin-left:0;margin-top:5px}}.SupplementProducts__bottom-price-old::after{content:"";position:absolute;width:100%;height:1px;background:#8590a6;top:50%;transform:translateY(-50%);left:0}.SupplementProducts__bottom-discount{display:flex;background:#ffebf1;border-radius:16px;padding:8px 18px;height:-moz-max-content;height:max-content;margin-left:auto;color:#f05;font-weight:500;font-size:14px}@media screen and (max-width:1919px){.SupplementProducts__bottom-discount{font-size:12px;font-weight:600;padding:5px 10px}}.SupplementProducts__bottom-button{width:180px;height:40px;display:flex;align-items:center;justify-content:space-around;background:#6734ff;border-radius:8px;font-weight:500;font-size:16px;color:#fff;margin-left:30px;transition:all 250ms ease-in-out;border:1px solid #6734ff}.SupplementProducts__bottom-button span:last-child{display:none;width:100%;height:100%}.SupplementProducts__bottom-button span:last-child .Preloader{width:27px;height:27px}.SupplementProducts__bottom-button:hover{cursor:pointer;background:#794dff;border:1px solid #794dff}.SupplementProducts__bottom-button.loading{background:#fff;pointer-events:none}.SupplementProducts__bottom-button.loading span:last-child{display:flex}.CategoryBlogItem__top-date p:first-child:before,.SupplementProducts__bottom-button.loading span:first-child{display:none}@media screen and (max-width:1365px){.SupplementProducts__bottom-button{width:100%;margin-top:15px;margin-left:0}}.SalePageFiltersPopup{display:flex;flex-direction:column;padding:0 15px 80px;position:fixed;width:100%;max-width:480px;height:100vh;overflow-y:auto;background:#fff;left:0;top:0;z-index:999}.SalePageFiltersPopup__head{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.SalePageFiltersPopup__head-text{font-weight:500;font-size:24px;color:#2f2d40}.SalePageFiltersPopup__head-cross{width:24px;height:24px;background:url(../assets/catalog/catalog-popup-cross.svg)}.SalePageFiltersPopup .CatalogFilters{padding-bottom:0}.SalePageCategory{display:flex;width:100%;padding:10px;flex-direction:column;background:#fff;border-radius:8px}.SalePageCategory-item{padding:8px 10px;display:flex;align-items:center;width:100%;transition:all 250ms ease-in-out;min-height:52px}@media screen and (max-width:1365px){.SalePageCategory-item{min-height:48px}}.SalePageCategory-item.all{padding:8px 0 10px;margin:0 10px 10px;border-bottom:1px solid #edeff2;width:calc(100% - 20px);min-height:63px}@media screen and (max-width:1365px){.SalePageCategory-item.all{min-height:54px}}.SalePageCategory-item:hover{cursor:pointer}.SalePageCategory-item.active span:nth-child(2),.SalePageCategory-item:hover span:nth-child(2){color:#2f2d40}.SalePageCategory-item img{width:24px;height:24px;margin-right:15px;display:none}.SalePageCategory-item span{font-weight:500;font-size:14px}.SalePageCategory-item span:nth-child(2){color:#5c6373;margin-right:auto}.SalePageCategory-item span:nth-child(3){color:#8590a6;margin-left:15px}.ProductItemRating{display:flex;align-items:center;margin-top:8px}@media screen and (max-width:767px){.ProductItemRating{margin-top:5px}}.ProductItemRating.no-comments .ProductItemRating__stars{display:none}.ProductItemRating.no-comments .ProductItemRating__count{margin-left:0}.ProductItemRating.no-comments .ProductItemRating__count::before{background:url(../assets/product-item/comment-image-gray.svg)}.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:1px;overflow:hidden}.ProductItemRating__stars-item.fill{position:absolute;overflow:hidden;width:0}.ProductItemRating__stars-empty,.ProductItemRating__stars-fill{width:14px;min-width:14px;min-height:14px;height:14px;background-size:100% 100%}.ProductItemRating__stars-fill{background-image:url(../assets/product-card/rating-star-fill.svg)}.ProductItemRating__stars-empty{background-image:url(../assets/product-card/rating-star-empty.svg)}.ProductItemRating__count{display:flex;margin-left:12px;align-items:center}.ProductItemRating__count::before{content:"";width:16px;height:16px;background:url(../assets/product-item/comment-image.svg);background-size:100% 100%;margin-right:8px}.ProductItemRating__count-word{font-weight:500;font-size:14px;color:#2f2d40}@media screen and (max-width:767px){.ProductItemRating__count-word{width:20px;height:20px;font-size:12px;align-items:center;display:flex}}.ProductItemRating__count-word:hover{cursor:pointer;text-decoration:underline}.SalePageGroups{display:flex;flex-direction:column;width:100%}.SalePageGroups__button{font-weight:500;font-size:14px;color:#2f2d40;height:40px;align-items:center;justify-content:center;padding:0 12px;display:none;background:#fff;border-radius:8px;width:100%;margin-top:20px}.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}}.SalePageGroups__button::before{content:"";width:16px;height:16px;background:url(../assets/catalog/sale-filters-icon.svg);display:flex;margin-right:12px}.ProductCardMediaVideo{position:relative;padding-bottom:56.25%;height:0;width:100%}@media screen and (max-width:1600px){.ProductCardMediaVideo{padding-bottom:56%}}@media screen and (max-width:1439px){.ProductCardMediaVideo{padding-bottom:55.6%}}@media screen and (max-width:1365px){.ProductCardMediaVideo{padding-bottom:53.5%}}.ProductCardMediaVideo iframe,.ProductCardMediaVideo img{width:100%;height:100%;min-width:100%;min-height:100%}.ProductCardMediaVideo__container{width:100%;height:100%;display:flex;position:absolute}.ProductCardMediaVideo__container-overlay{width:100%;height:100%;position:absolute;left:0;top:0}.ProductCardMediaVideo__container-overlay:after{content:"";width:72px;height:72px;border-radius:50%;background:url(../assets/main-page/video-arrow.svg);position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;transition:all 250ms ease-in-out}.ProductCardMediaVideo__container-overlay:hover{cursor:pointer}.ProductCardMediaVideo__container-overlay:hover:after{background:url(../assets/main-page/video-arrow-violet.svg)}.CatalogFiltersBadges{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;margin-top:16px;margin-bottom:8px}@media screen and (max-width:1600px){.CatalogFiltersBadges{grid-gap:10px}}@media screen and (max-width:1439px){.CatalogFiltersBadges{grid-template-columns:repeat(2,1fr);grid-gap:8px}}@media screen and (max-width:1365px){.CatalogFiltersBadges{display:flex;flex-wrap:wrap;margin:0}.CatalogFiltersBadges:first-child{margin-left:0}}.CatalogFiltersBadges__item{width:100%;min-height:82px;background:#fff;border:1px solid #edeff2;border-radius:8px;padding:10px;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CatalogFiltersBadges__item{width:109px}}.CatalogFiltersBadges__item:hover{cursor:pointer;background:#f6f8fb}.CatalogFiltersBadges__item.active{background:#f0ebff;border:2px solid #6734ff}.CatalogFiltersBadges__item-img{width:32px;height:32px;margin:0 auto}.CatalogFiltersBadges__item-img img{width:100%;-o-object-fit:contain;object-fit:contain}.CatalogFiltersBadges__item-text{color:#2f2d40;font-weight:600;font-size:9px;margin-top:8px;text-align:center;text-transform:uppercase}.CatalogFiltersPrice{display:flex;flex-direction:column;margin-top:16px;padding-bottom:16px;border-bottom:1px solid #edeff2}.CatalogFiltersPrice__name{font-weight:500;font-size:16px;color:#2f2d40}.CatalogFiltersPrice__top{display:grid;grid-template-columns:1fr 8px 1fr;grid-column-gap:16px;margin-top:20px}.CatalogFiltersPrice__top-max,.CatalogFiltersPrice__top-min{width:100%;padding:8px 10px;background:#f6f8fb;border-radius:8px;font-weight:500;font-size:14px;color:#2f2d40;transition:all 250ms ease-in-out;border:2px solid #f6f8fb}.CatalogFiltersPrice__top-max:hover,.CatalogFiltersPrice__top-min:hover{cursor:pointer;background:#edeff2;border:2px solid #edeff2}.CatalogFiltersPrice__top-max:focus,.CatalogFiltersPrice__top-min:focus{border:2px solid #6734ff;background:#fff;cursor:auto}.CatalogFiltersPrice__top-separator{width:100%;height:2px;background:#2f2d40;align-self:center}.CatalogFiltersPrice__range{margin-top:16px;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:#6734ff;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:#edeff2}.CatalogFiltersPrice__range .multi-range-slider .bar-left{padding:2px 0}.CatalogFiltersPrice__range .multi-range-slider .thumb::before{box-shadow:unset;border:0;background:#6734ff;width:16px;height:16px}.CatalogFiltersPrice__range .multi-range-slider .thumb-left::before{margin:-6px -7px}.CatalogFiltersPrice__range .multi-range-slider .thumb-right::before{margin:-6px -9px}.CatalogFiltersPrice__range .multi-range-slider .thumb::after{content:"";position:absolute;width:24px;height:24px;top:-10px;left:-13px;opacity:0;background:rgba(103,52,255,.25);border-radius:50%;transition:opacity 250ms ease-in-out}.CatalogFiltersPrice__range .multi-range-slider .thumb-left::after{left:-11px}.CatalogFiltersPrice__range .multi-range-slider .caption{display:none!important}.CatalogFiltersPrice__button{width:100%;height:36px;background:#f0ebff;border-radius:8px;display:flex;align-items:center;justify-content:space-around;color:#7547ff;transition:all 250ms ease-in-out;margin-top:16px}.CatalogFiltersPrice__button:hover{background:#e0d6ff;cursor:pointer}.CatalogFiltersGroup{display:flex;flex-direction:column;width:100%;padding-bottom:16px;border-bottom:1px solid #edeff2;margin-top:16px}.CatalogFiltersGroup:last-child{border-bottom:0}.CatalogFiltersGroup__head,.CatalogFiltersGroup__head-text{padding-right:50px;align-items:center;position:relative}.CatalogFiltersGroup__head-text{font-size:16px;font-weight:500;padding-right:32px;width:-moz-max-content;width:max-content;max-width:100%;min-height:24px;display:flex}.CatalogFiltersGroup__head-text-about{display:flex;width:24px;height:24px;background:url(../assets/catalog/filter-questionmark.svg);position:absolute;top:0;right:0}.CatalogFiltersGroup__head:hover{cursor:pointer}.CatalogFiltersGroup__head::after{content:"";position:absolute;width:24px;height:24px;background:url(../assets/catalog/filter-arrow.svg);background-size:100% 100%;right:0;top:0;transition:all 250ms ease-in-out}.CatalogFiltersGroup__body-more.active::before,.CatalogFiltersGroup__head.active::after{transform:rotate(180deg)}.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 10px 10px 0}.CatalogFiltersGroup__body-item.disabled{display:none}.CatalogFiltersGroup__body-item:first-child{margin-top:10px}.CatalogFiltersGroup__body-item .FormCheckbox__text{margin-left:16px}.CatalogFiltersGroup__body-item-link{display:none;width:0;height:0}.CatalogFiltersGroup__body-more{display:flex;padding:4px 0;align-items:center}.CatalogFiltersGroup__body-more div{color:#6734ff;font-weight:500;font-size:14px}.CatalogFiltersGroup__body-more:hover{cursor:pointer}.AuthLogin__foot-offert p a:hover,.AuthPhoneLogin__foot-offert p a:hover,.AuthRegister__foot-offert p a:hover,.CatalogFiltersGroup__body-more:hover div{text-decoration:underline}.CatalogFiltersGroup__body-more::before{content:"";width:16px;height:16px;background:url(../assets/catalog/more-arrow.svg);background-size:100% 100%;margin-right:8px;transition:all 250ms ease-in-out}.CatalogFiltersRange{display:flex;flex-direction:column;width:100%}.CatalogFiltersRange__top{display:grid;grid-template-columns:1fr 8px 1fr;grid-column-gap:16px}.CatalogFiltersRange__top-max,.CatalogFiltersRange__top-min{width:100%;padding:8px 10px;background:#f6f8fb;border-radius:8px;font-weight:500;font-size:14px;color:#2f2d40;transition:all 250ms ease-in-out;border:2px solid #f6f8fb}.CatalogFiltersRange__top-max:hover,.CatalogFiltersRange__top-min:hover{cursor:pointer;background:#edeff2;border:2px solid #edeff2}.CatalogFiltersRange__top-max:focus,.CatalogFiltersRange__top-min:focus{border:2px solid #6734ff;background:#fff;cursor:auto}.CatalogFiltersRange__top-separator{width:100%;height:2px;background:#2f2d40;align-self:center}.CatalogFiltersRange__range{margin-top:16px;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:#6734ff;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:#edeff2}.CatalogFiltersRange__range .multi-range-slider .bar-left{padding:2px 0}.CatalogFiltersRange__range .multi-range-slider .thumb::before{box-shadow:unset;border:0;background:#6734ff;width:16px;height:16px}.CatalogFiltersRange__range .multi-range-slider .thumb-left::before{margin:-6px -7px}.CatalogFiltersRange__range .multi-range-slider .thumb-right::before{margin:-6px -9px}.CatalogFiltersRange__range .multi-range-slider .thumb::after{content:"";position:absolute;width:24px;height:24px;top:-10px;left:-13px;opacity:0;background:rgba(103,52,255,.25);border-radius:50%;transition:opacity 250ms ease-in-out}.CatalogFiltersRange__range .multi-range-slider .thumb-left::after{left:-11px}.CatalogFiltersRange__range .multi-range-slider .caption{display:none!important}.CatalogFiltersRange__button{width:100%;height:36px;background:#f0ebff;border-radius:8px;display:flex;align-items:center;justify-content:space-around;color:#7547ff;transition:all 250ms ease-in-out;margin-top:16px}.CatalogFiltersRange__button:hover{background:#e0d6ff;cursor:pointer}.CatalogSelectedFiltersRange{display:flex;align-items:center;padding:8px 8px 8px 16px;margin-top:10px;background:#fff;border:1px solid #f6f8fb;border-radius:18px;margin-right:12px;width:-moz-max-content;width:max-content}.AvailableServicesPopup__container-body ol li p,.CatalogSelectedFiltersRange__text{font-weight:500;font-size:14px;color:#2f2d40}.CatalogSelectedFiltersItem__text span,.CatalogSelectedFiltersRange__text span{font-weight:600}.CatalogSelectedFiltersRange__icon{display:flex;align-items:center;width:20px;height:20px;border-radius:12px;background-color:transparent;background-image:url(../assets/catalog/remove-filter.svg);background-size:8px 8px;background-position:center;background-repeat:no-repeat;margin-left:10px;transition:all 250ms ease-in-out}.CatalogSelectedFiltersItem__icon:hover,.CatalogSelectedFiltersRange__icon:hover{background-color:#ffe5ee;cursor:pointer}.CatalogSelectedFiltersItem{display:flex;align-items:center;padding:8px 8px 8px 16px;margin-top:10px;background:#fff;border:1px solid #f6f8fb;border-radius:18px;margin-right:12px;width:-moz-fit-content;width:fit-content}.CatalogSelectedFiltersItem__text{font-weight:500;font-size:14px;color:#2f2d40;width:100%;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.CatalogSelectedFiltersItem__icon{display:flex;align-items:center;width:20px;height:20px;border-radius:12px;background-color:transparent;background-image:url(../assets/catalog/remove-filter.svg);background-size:8px 8px;background-position:center;background-repeat:no-repeat;margin-left:10px;transition:all 250ms ease-in-out}.CategoriesGridItem{display:flex;flex-direction:column;width:100%;padding:24px 32px 32px;border-radius:16px;background:#fff}@media screen and (max-width:1365px){.CategoriesGridItem{padding:16px}}.CategoriesGridItem__image{width:100%;height:0;padding-bottom:100%;position:relative}.CategoriesGridItem__image img{width:100%;height:100%;position:absolute;left:0;top:0;-o-object-fit:contain;object-fit:contain}.AvailableServicesPopup__container-body p span,.CategoriesGridItem__image:hover~.CategoriesGridItem__top,.CategoriesGridItem__top:hover{color:#6734ff}.CategoriesGridItem__top{color:#2f2d40;font-size:20px;font-weight:500;line-height:140%;margin-top:24px;display:flex;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CategoriesGridItem__top{font-size:16px;margin-top:16px}}.CategoriesGridItem__list{display:flex;flex-direction:column;gap:12px;margin-top:16px}@media screen and (max-width:1365px){.CategoriesGridItem__list{display:none}}.CategoriesGridItem__list-item{color:#2f2d40;font-size:16px;font-weight:400;line-height:140%;transition:all 250ms ease-in-out}.CategoriesGridItem__list-item:hover,.TabCommentsListItem__body-text a{color:#6734ff;text-decoration:underline}.CategoryBannersItem{display:flex;flex-direction:column;padding:24px;position:relative;width:304px;min-width:304px;height:304px;border-radius:16px;overflow:hidden}@media screen and (max-width:1365px){.CategoryBannersItem{width:265px;min-width:265px;height:265px}}.CategoryBannersItem:before,.CategoryBannersItem__wrapper{width:100%;height:100%;position:absolute;left:0;top:0;transition:all 250ms ease-in-out}.CategoryBannersItem:before{content:"";background:0 0;pointer-events:none;z-index:1}.CategoryBannersItem:hover{cursor:pointer}.CategoryBannersItem:hover:before{background:rgba(255,255,255,.24)}.CategoryBannersItem:hover .CategoryBannersItem__wrapper{transform:scale(1.1)}.CategoryBannersItem:hover .CategoryBannersItem__button:after{margin-left:15px}.CategoryBannersItem__wrapper{display:flex;z-index:0}.CategoryBannersItem__wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.CategoryBannersItem__badges{display:flex;flex-wrap:wrap;gap:8px;z-index:1}.CategoryBannersItem__badges-badge{color:#3d3d3d;font-size:10px;font-weight:700;line-height:120%;text-transform:uppercase;padding:5px 8px;border-radius:12px;background:#fff}.CategoryBannersItem__text{color:#3c3c3c;font-size:16px;font-weight:500;line-height:120%;z-index:1}@media screen and (max-width:1365px){.CategoryBannersItem__text{margin-top:16px;font-size:14px}}.CategoryBannersItem__name{color:#3c3c3c;font-size:32px;font-weight:500;line-height:120%;margin-top:8px;z-index:1}@media screen and (max-width:1365px){.CategoryBannersItem__name{font-size:24px}}.CategoryBannersItem__button{display:flex;align-items:center;padding:10px 16px;color:#f3f0e9;font-size:16px;font-weight:500;text-transform:uppercase;z-index:1;border-radius:8px;background:#6734ff;width:-moz-max-content;width:max-content;margin-top:auto;position:relative;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CategoryBannersItem__button{padding:8px 16px;font-size:14px;font-weight:600}}.CategoryBannersItem__button:after{content:"";display:flex;width:7px;height:12px;background-image:url(../assets/main-page/detail-arrow-icon.svg);margin-left:12px;background-size:100% 100%;transition:all 250ms ease-in-out}.CategoryBlogItem{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;width:385px;min-width:385px;box-shadow:0 0 24px 0 transparent}@media screen and (max-width:1365px){.CategoryBlogItem{width:285px;min-width:285px}}.CategoryBlogItem:hover{cursor:pointer;box-shadow:0 0 24px 0 rgba(0,0,0,.16)}.CategoryBlogItem:hover .CategoryBlogItem__foot-button{background:#6734ff;color:#fff}.CategoryBlogItem:hover .CategoryBlogItem__foot-button:after{background-image:url(../assets/category-page/button-arrow-hover.svg)}.CategoryBlogItem__wrapper{width:100%;position:relative;padding-bottom:59.8%;height:0}@media screen and (max-width:1365px){.CategoryBlogItem__wrapper{padding-bottom:56.2%}}.CategoryBlogItem__wrapper img{width:100%;height:100%;position:absolute;top:0;left:0}.CategoryBlogItem__container{padding:16px}.CategoryBlogItem__top{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1365px){.CategoryBlogItem__top{gap:10px}}.CategoryBlogItem__top-date{display:flex;align-items:center;gap:4px}.CategoryBlogItem__top-badge,.CategoryBlogItem__top-date p{display:flex;font-size:12px;font-weight:600;line-height:14px;text-transform:uppercase}.CategoryBlogItem__top-date p{color:#8590a6;align-content:center}.CategoryBlogItem__top-date p:before{content:"-";color:#8590a6;font-size:12px;font-weight:600;line-height:14px;margin-right:4px}.CategoryBlogItem__top-badge{padding:5px 8px;border-radius:4px}.CategoryBlogItem__top-badge.news{background:#ebecff;color:#343cff}.CategoryBlogItem__top-badge.reviews{background:#ffebee;color:#ff3456}.CategoryBlogItem__top-badge.new{background:#e9ffe9;color:#33b833}.CategoryBlogItem__top-badge.comparsions{background:#f3ebff;color:#6a00ff}.CategoryBlogItem__top-badge.recommendations{background:#e4ffff;color:#099}.CategoryBlogItem__top-badge.recipes{background:#fff3eb;color:#ff6a00}.CategoryBlogItem__text{color:#2f2d40;font-size:18px;font-weight:400;line-height:24px;margin-top:16px}.CategoryBlogItem__sub{color:#5c6373;font-size:14px;font-weight:400;line-height:20px;margin-top:8px;margin-bottom:auto}.CategoryBlogItem__foot{display:flex;align-content:center;justify-content:space-between;margin-top:16px}.CategoryBlogItem__foot-soc{display:flex;gap:8px}.CategoryBlogItem__foot-button,.CategoryBlogItem__foot-soc-answers,.CategoryBlogItem__foot-soc-watch{display:flex;padding:8px;color:#5c6373;font-size:14px;font-weight:400;line-height:16px}.CategoryBlogItem__foot-soc-answers:before,.CategoryBlogItem__foot-soc-watch:before{content:"";display:flex;width:16px;height:16px;background-size:100% 100%;background-repeat:no-repeat;margin-right:8px}.CategoryBlogItem__foot-soc-answers:before{background-image:url(../assets/category-page/blog-answers-icon.svg)}.CategoryBlogItem__foot-soc-watch:before{background-image:url(../assets/category-page/blog-watched-icon.svg)}.CategoryBlogItem__foot-button{align-items:center;border-radius:8px;background:#f0ebff;color:#6734ff;font-weight:500;padding:8px 12px;transition:all 250ms ease-in-out}.CategoryBlogItem__foot-button:after{content:"";display:flex;width:16px;height:16px;background-size:100% 100%;background-repeat:no-repeat;background-image:url(../assets/category-page/button-arrow.svg);margin-left:8px}.CategoryPopularsBrand{display:flex;width:186px;min-width:186px;height:64px;align-items:center;justify-content:center;border-radius:8px;background:#fff}@media screen and (max-width:1365px){.CategoryPopularsBrand{width:150px;min-width:150px;height:48px}}.CategoryPopularsBrand img{width:auto;height:auto;max-width:90%;max-height:75%}.CategoryPopularsItem{display:flex;flex-direction:column;width:160px;min-width:160px;height:175px;padding:20px 8px;border-radius:8px;background:#fff;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.CategoryPopularsItem{padding:15px 10px;width:124px;min-width:124px;height:160px}}.CategoryPopularsItem:hover{cursor:pointer;box-shadow:0 2px 12px 0 rgba(0,0,0,.08)}.CategoryPopularsItem__wrapper{width:80px;height:80px;margin:0 auto}@media screen and (max-width:1365px){.CategoryPopularsItem__wrapper{width:64px;height:64px}}.CategoryPopularsItem__text{display:flex;margin-top:15px;color:#2f2d40;text-align:center;font-size:14px;font-weight:500;line-height:140%}@media screen and (max-width:1365px){.CategoryPopularsItem__text{font-size:12px}}.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__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:15px}.AuthChangePassword .FormInput:first-child,.AuthLogin .FormInput:first-child{margin-top:0}.AuthLogin{display:flex;width:100%;flex-direction:column}.AuthLogin__container{width:100%;justify-content:space-between;margin-top:22px}.AuthLogin__container,.AuthLogin__container-remember{display:flex;align-items:center}.AuthLogin__container-remember-text{font-weight:500;font-size:16px;color:#2f2d40;margin-left:15px}.AuthLogin__container-restore{font-weight:500;font-size:14px;color:#006aff}.AuthLogin__container-restore:hover{cursor:pointer;color:#70acff}.AuthLogin__container-restore:active{color:#4794ff;text-decoration:underline}.AuthLogin__container-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}.AuthLogin__container-submit:hover{cursor:pointer;background:#904bff}.AuthLogin__container-submit.disabled{opacity:.5;cursor:default;background:#6734ff;pointer-events:none}.AuthLogin .FormInput{margin-top:22px}.AuthLogin .PrimaryButton{font-size:14px;text-transform:uppercase;height:44px}.AuthLogin__buttons{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.AuthLogin__buttons-button{color:#006aff;font-size:14px;font-style:normal;font-weight:500;line-height:15px;transition:all 250ms ease-in-out}.AuthLogin__buttons-button:hover{cursor:pointer;color:#70acff}.AuthLogin__buttons-button:active{color:#4794ff;text-decoration:underline}.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__foot{margin-top:24px}.AuthLogin__foot-offert p,.AuthPhoneLogin__foot-offert p,.AuthRegister__foot-offert p{color:#5c6373;font-size:13px;font-weight:500;line-height:140%}.AuthLogin__foot-offert p a,.AuthPhoneLogin__foot-offert p a,.AuthRegister__foot-offert p a{color:#006aff;font-weight:400}.AuthPasswordRecovery{display:flex;flex-direction:column;width:100%}.AuthPasswordRecovery__info{color:#2f2d40;font-size:14px;font-weight:500;line-height:140%;margin-bottom:24px}.AuthPasswordRecovery__button{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}.AuthPasswordRecovery__button:hover{cursor:pointer;background:#904bff}.AuthPasswordRecovery__button.disabled{opacity:.5}.AuthPhoneLogin{display:flex;flex-direction:column;width:100%}.AuthPhoneLogin .PrimaryButton{text-transform:uppercase;font-size:14px;font-weight:500}.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:#006aff;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:#70acff}.AuthPhoneLogin__buttons-button:active{color:#4794ff;text-decoration:underline}.AuthPhoneLogin__foot{margin-top:24px}.AuthRecoveryComplete__text p:first-child{font-weight:500;color:#5c6373}.AuthRecoveryComplete__text p:last-child{font-weight:500;font-size:18px}.AuthRecoveryComplete__enter{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}.AuthRecoveryComplete__enter:hover{cursor:pointer;background:#904bff}.AuthRecoveryComplete__enter.disabled{opacity:.5}.AuthPhoneLoginCode{display:flex;flex-direction:column}.AuthPhoneLoginCode__head{color:#2f2d40;font-size:14px;font-style:normal;font-weight:500;line-height:140%}.AuthPhoneLoginCode__phone{margin-top:12px;color:#2f2d40;font-size:16px;font-weight:500;line-height:20px}.AuthPhoneLoginCode__code{display:flex;flex-direction:column;gap:8px;margin-top:24px}.AuthPhoneLoginCode__code.error .AuthPhoneLoginCode__code-head{color:#f05}.AuthPhoneLoginCode__code.error .AuthPhoneLoginCode__code-error{display:flex}.AuthPhoneLoginCode__code-head{color:#2f2d40;font-size:12px;font-weight:500;line-height:14px}.AuthPhoneLoginCode__code-container{display:flex;align-items:center;gap:12px}.AuthPhoneLoginCode__code-container input{border-radius:8px;border:1px solid #f6f8fb;background:#f6f8fb;color:#2f2d40;font-size:16px;font-weight:400;line-height:20px;width:45px;padding:10px 16px;position:relative;box-shadow:0 0 0 2px transparent;transition:all 250ms ease-in-out}.AuthPhoneLoginCode__code-container input:focus{border:1px solid #6734ff;background:#fff;box-shadow:0 0 0 2px rgba(103,52,255,.16)}.AuthPhoneLoginCode__code-container input.error{border:1px solid #f05;background:#fff;color:#2f2d40;box-shadow:0 0 0 2px rgba(255,0,85,.16)}.AuthPhoneLoginCode__code-error{color:#f05;font-size:12px;font-weight:500;line-height:14px;display:none;gap:8px}.AuthPhoneLoginCode__code-error:before{display:flex;content:"";background-image:url(../assets/header/required-icon.svg);width:14px;height:14px}.AuthPhoneLoginCode .PrimaryButton{font-size:14px;font-weight:600;text-transform:uppercase;height:44px}.AuthPhoneLoginCode__foot{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.AuthPhoneLoginCode__foot-button{color:#006aff;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:#a3acbf}.AuthPhoneLoginCode__foot-button:hover{cursor:pointer;color:#70acff;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:hover{cursor:pointer}.AuthPhoneLoginCode__about-head{color:#2f2d40;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);transition:all 250ms ease-in-out;display:flex;margin-left:auto}.AuthPhoneLoginCode__about-head.active::after{rotate:180deg}.AuthPhoneLoginCode__about-body{display:flex;flex-direction:column;gap:12px;margin-top:16px}.AuthPhoneLoginCode__about-body-top{color:#2f2d40;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:#2f2d40;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:#2f2d40;top:9px;left:9px}.AuthRegister{display:flex;flex-direction:column;width:100%}.AuthRegister .FormInput{margin-top:24px}.AuthRegister .FormInput:first-child{margin-top:0}.AuthRegister .PrimaryButton{font-size:14px;text-transform:uppercase;margin-top:24px;height:44px}.AuthRegister__login{font-weight:500;font-size:14px;color:#006aff;margin-top:24px;text-align:center;transition:all 250ms ease-in-out}.AuthRegister__login:hover{cursor:pointer;color:#70acff}.AuthRegister__login:active{color:#4794ff;text-decoration:underline}.AuthRegister__foot{margin-top:24px}.AuthRecoveryComplete,.AuthRecoveryComplete__text{display:flex;flex-direction:column;width:100%}.AuthRecoveryComplete__text p{font-weight:500;font-size:16px;color:#2f2d40}.AuthRecoveryComplete__text p:first-child{font-size:18px}.AuthRecoveryComplete__text p:last-child{margin-top:10px;color:#5c6373}.AuthRecoveryComplete__return{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}.AuthRecoveryComplete__return:hover{cursor:pointer;background:#904bff}.AuthTempPassword{display:flex;flex-direction:column;width:100%}.AuthTempPassword__head{color:#2f2d40;font-size:14px;font-weight:500;line-height:140%}.AuthTempPassword__body{margin-top:20px;display:flex}.AuthTempPassword__body-item{width:100%}.AuthTempPassword__body-item-input{font-weight:500;font-size:18px;color:#2f2d40;width:170px;margin:0 auto;height:46px;display:flex;align-items:center;justify-content:space-around;background:#f6f8fb;border-radius:8px;text-align:center;transition:all 250ms ease-in-out;border:2px solid transparent}.AuthTempPassword__body-item-input.dirty,.AuthTempPassword__body-item-input:focus{background:#fff;border:2px solid #6734ff}.AuthTempPassword__body-item-input.error{background:#fff;border:2px solid #ff002b}.AuthTempPassword__repeat{font-weight:500;font-size:14px;color:#006aff;margin-top:15px}.AuthTempPassword__repeat:hover{cursor:pointer}.AuthTempPassword__repeat.disabled{opacity:.5;cursor:default}.AuthTempPassword__submit{width:100%;height:40px;display:flex;align-items:center;justify-content:space-around;background:#6734ff;border-radius:8px;color:#fff;margin-top:15px;transition:all 250ms ease-in-out}.AuthTempPassword__submit:hover{cursor:pointer;background:#904bff}.AuthTempPassword__submit.disabled{opacity:.5}.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:12px;width:100%}@media screen and (max-width:768px){.AuthSocialButtons__body-buttons{grid-gap:8px}}.HeaderCartItem{display:flex;width:100%;border-radius:16px;border:1px solid #dadee5;padding:16px;margin-top:16px;align-items:center}@media screen and (max-width:960px){.HeaderCartItem{position:relative;align-items:flex-start}}.HeaderCartItem:first-child{margin-top:0}.HeaderCartItem__wrapper{width:66px;height:66px;min-width:66px;display:flex}@media screen and (max-width:960px){.HeaderCartItem__wrapper{width:48px;height:48px;min-width:48px}}.HeaderCartItem__wrapper img,.SearchItem__wrapper img{width:100%;height:100%}.HeaderCartItem__body{display:flex;flex-direction:row;width:100%}@media screen and (max-width:960px){.HeaderCartItem__body{flex-direction:column}}.HeaderCartItem__body-left{display:flex;height:-moz-fit-content;height:fit-content;align-items:center}@media screen and (max-width:960px){.HeaderCartItem__body-left{align-items:center}}.HeaderCartItem__body-left-name{font-weight:500;font-size:16px;margin-left:24px;color:#2f2d40;height:38px;width:285px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:960px){.HeaderCartItem__body-left-name{margin-left:16px;font-size:14px;height:35px;width:unset}}.HeaderCartItem__body-right{display:flex;align-items:center;margin-left:30px}@media screen and (max-width:960px){.HeaderCartItem__body-right{margin-left:0;width:100%;margin-top:8px;flex-direction:column;align-items:flex-start}}.HeaderCartItem__body-right-count{display:flex}@media screen and (max-width:960px){.HeaderCartItem__body-right-count{width:100%}}.HeaderCartItem__body-right-count-minus,.HeaderCartItem__body-right-count-plus{width:36px;min-width:36px;height:36px;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;background:#fff;border-radius:8px}.HeaderCartItem__body-right-count-minus:hover,.HeaderCartItem__body-right-count-plus:hover{cursor:pointer;background:#f6f8fb}.HeaderCartItem__body-right-count-minus:active,.HeaderCartItem__body-right-count-plus:active{background:#edeff2}.HeaderCartItem__body-right-count-minus.disabled,.HeaderCartItem__body-right-count-plus.disabled{opacity:.4}.HeaderCartItem__body-right-count-minus.disabled:hover,.HeaderCartItem__body-right-count-plus.disabled:hover{background:#fff;cursor:default}.HeaderCartItem__body-right-count-minus-icon{width:10px;height:2px;background-image:url(../assets/header/cart-minus.svg);background-size:100% 100%}.HeaderCartItem__body-right-count-plus-icon{width:22px;height:22px;background-image:url(../assets/header/cart-plus.svg);background-size:100% 100%}.HeaderCartItem__body-right-count-number{width:80px;height:36px;margin:0 12px;display:flex;align-items:center;justify-content:space-around;background:#f6f8fb;border-radius:8px}@media screen and (max-width:960px){.HeaderCartItem__body-right-count-number{width:100%;margin:0 8px}}.HeaderCartItem__body-right-price{display:flex;flex-direction:column;margin-left:30px;gap:4px}@media screen and (max-width:960px){.HeaderCartItem__body-right-price{margin-left:0;margin-top:16px}}.HeaderCartItem__body-right-price-old{display:flex;gap:8px;align-items:center}.HeaderCartItem__body-right-price-old span:first-child{color:#5c6373;font-size:14px;font-weight:500;text-decoration:line-through}.HeaderCartItem__body-right-price-old span:last-child{display:flex;padding:2px 4px;border-radius:4px;background:#ffe5ea;color:#ff002b;font-size:10px;font-weight:600;line-height:12px;text-transform:uppercase}.HeaderCartItem__body-right-price-new{color:#2f2d40;font-size:24px;font-weight:500;line-height:32px}.HeaderCartItem__body-right-cashback{color:#2f2d40;font-size:14px;font-weight:500;line-height:16px;display:flex;gap:4px;margin-bottom:4px;margin-left:2px;align-self:flex-end}@media screen and (max-width:960px){.HeaderCartItem__body-right-cashback{margin-left:0;font-size:12px}}.HeaderCartItem__body-right-cashback span{font-weight:600;color:#6734ff}.HeaderCartItem__body-right-container{display:flex}.HeaderCartItem__body-remove{width:36px;height:36px;min-width:20px;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out;border-radius:8px;background-image:url(../assets/header/cart-item-remove.svg);background-size:20px 20px;background-position:center;background-color:transparent;background-repeat:no-repeat;margin-left:auto;align-self:center}.HeaderCartItem__body-remove.mobile{display:none}@media screen and (max-width:767px){.HeaderCartItem__body-remove{display:none}.HeaderCartItem__body-remove.mobile{display:flex}}.HeaderCartItem__body-remove:hover{cursor:pointer;background-color:#f6f8fb}.HeaderCartSupplement{margin-top:20px;display:flex;flex-direction:column;margin-bottom:22px}@media screen and (max-width:767px){.HeaderCartSupplement{margin-bottom:20px}}.HeaderCartSupplement__name{font-weight:500;font-size:20px;color:#2f2d40}.HeaderCartSupplement__container{margin-top:13px}.HeaderCartSupplement__container .SuppProduct{width:176px;min-width:176px;border:1px solid #edeff2;margin-left:0}.HeaderCartSupplement__container .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 #edeff2;z-index:1;left:-17px}.HeaderCartSupplement__container .SuppProduct:first-child::before{display:none}@media screen and (min-width:1365px){.HeaderCartSupplement__container .SuppProduct.hover{box-shadow:unset}}@media screen and (max-width:768px){.HeaderCartSupplement__container .SuppProduct{width:150px;min-width:150px}}.HeaderCartSupplement__container .SuppProduct__price{flex-direction:row}.HeaderCartSupplement__container .SuppProduct__price-old{order:2;font-size:12px;margin-left:8px;height:-moz-fit-content;height:fit-content;align-self:flex-end}.HeaderCartSupplement__container .SuppProduct__price-current{order:1;font-size:16px}.HeaderCartSupplement__container .ScrollSlider__side-arrow{margin:0 -16px}.HeaderCartSupplement__container .ScrollSlider__container.no-scroll{height:auto}@media screen and (max-width:1365px){.HeaderCartSupplement__container .ScrollSlider__container{margin:0 -20px}}@media screen and (max-width:767px){.HeaderCartSupplement__container .ScrollSlider__container{margin:0 -15px}}.HeaderServicesItem{display:grid;grid-template-columns:minmax(0,1fr) 113px;width:100%;grid-gap:48px;align-items:center;padding:16px 0;border-bottom:1px solid #edeff2}@media screen and (max-width:767px){.HeaderServicesItem{grid-template-columns:1fr;grid-gap:16px;padding:20px 0}}.HeaderServicesItem:first-child{padding-top:0}.HeaderServicesItem:last-child{padding-bottom:0;border-bottom:none}@media screen and (max-width:767px){.HeaderServicesItem:last-child{margin-bottom:85px}}.HeaderServicesItem__left{display:flex;gap:24px;align-items:flex-start}.HeaderServicesItem__left-wrapper{width:40px;height:40px;min-width:40px}.HeaderServicesItem__left-text{display:flex;flex-direction:column;gap:8px}.HeaderServicesItem__left-text div:first-child{color:#2f2d40;font-size:16px;font-weight:500;line-height:20px}.HeaderServicesItem__left-text div:last-child{color:#676a73;font-size:14px;font-weight:400;line-height:normal}.HeaderServicesItem__right{width:100%}.HeaderServicesItem__right .PrimaryButton{font-size:14px;height:auto;padding:10px 20px;margin-top:0}.CorrectLocation,.CorrectLocation:before{display:flex;position:absolute;left:50%;background:#fff}.CorrectLocation{flex-direction:column;width:248px;transform:translateX(-50%);top:calc(100% + 20px);z-index:9;box-shadow:0 0 16px 0 rgba(0,0,0,.16);border-radius:16px;padding:24px}@media screen and (max-width:1365px){.CorrectLocation{display:none}}.CorrectLocation:before{content:"";width:12px;height:12px;transform:rotate(45deg) translateX(-50%);top:-2px}.CorrectLocation__loc,.CorrectLocation__name{color:#2f2d40;text-align:center;font-size:14px;font-weight:500;line-height:16px}.CorrectLocation__loc{font-size:16px;line-height:20px;margin-top:8px}.CorrectLocation__buttons{display:flex;margin-top:24px;gap:16px}.CorrectLocation__buttons .PrimaryButton{padding:8px 16px;height:auto;font-size:14px;margin-top:0}.FavLocations{display:grid;margin-top:30px;width:100%;grid-template-columns:repeat(3,1fr);grid-gap:20px}@media screen and (max-width:640px){.FavLocations{grid-template-columns:repeat(2,1fr)}}.FavLocations__button,.MobileCatalog{transition:all 250ms ease-in-out;display:flex}.FavLocations__button{padding:11px 0;font-weight:500;font-size:18px;color:#2f2d40;border-radius:8px;align-items:center;justify-content:space-around}.FavLocations__button:hover{background:#f6f8fb;cursor:pointer}.FavLocations__button.active{background:#f5f2ff;color:#6734ff}.MobileCatalog{width:360px;left:-372px;position:absolute;height:100vh;background:#fff;box-shadow:0 0 12px rgba(0,0,0,.1);flex-direction:column}.MobileCatalog.active{left:0}.MobileCatalog__head{display:flex;align-items:center;justify-content:space-between;padding:20px}.MobileCatalog__head-text{font-weight:500;font-size:24px;color:#2f2d40}.MobileCatalog__head-wrapper{width:24px;height:24px;background:url(../assets/header/mobile-catalog-close.svg);background-size:100% 100%}.MobileCatalog__head-wrapper:hover{cursor:pointer}.MobileCatalog__body{display:flex;position:relative;height:100%;overflow-y:auto}.MobileCatalog__body-list{display:flex;flex-direction:column;width:100%;overflow-y:auto;height:100%;padding-bottom:85px}.MobileCatalog__body-list-item{display:flex;align-items:center;width:100%;padding:9px 20px}.MobileCatalog__body-list-item:active{background:#f6f8fb}.MobileCatalog__body-list-item-wrapper{width:30px;height:30px}.MobileCatalog__body-list-item-name{margin-left:15px;font-weight:500;font-size:16px;color:#2f2d40}.MobileCatalog__body-list-item-arrow{margin-left:auto;display:flex;width:8px;height:12px;background:url(../assets/header/mobile-catalog-arrow.svg);background-size:100% 100%}.MobileMenuSidebar{width:100%;height:100vh;position:fixed;pointer-events:none;left:0;top:0;z-index:99}.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:320px;top:0;left:-320px;background:#fff;padding:20px 10px 85px;overflow-y:auto}.MobileMenuSidebar__menu-head{display:flex;align-items:center;justify-content:space-between;margin:0 10px}.MobileMenuSidebar__menu-head-wrapper{width:76px;min-width:76px;height:30px;background:url(../assets/header/wo-logo.png);background-size:100% 100%}.MobileMenuSidebar__menu-divider{width:calc(100% - 20px);height:1px;background:#edeff2;margin:10px}.MobileMenuSidebar__menu-item{display:flex;align-items:center;padding:12px 15px;width:100%;transition:all 250ms ease-in-out;border-radius:8px}.MobileMenuSidebar__menu-item:hover{cursor:pointer}.MobileMenuSidebar__menu-item:active{background:#f6f8fb}.MobileMenuSidebar__menu-item.disabled{opacity:.5}.MobileMenuSidebar__menu-item-wrapper{width:24px;height:24px;display:flex;align-items:center;justify-content:space-around;background-size:100% 100%}.MobileMenuSidebar__menu-item-wrapper.loading{animation:rotate-anim 1s infinite linear}.MobileMenuSidebar__menu-item-wrapper.catalog{background-image:url(../assets/header/mobile-catalog-icon.svg)}.MobileMenuSidebar__menu-item-wrapper.cart{background-image:url(../assets/header/mobile-cart-icon.svg)}.MobileMenuSidebar__menu-item-wrapper.compare{background-image:url(../assets/header/mobile-compare-icon.svg)}.MobileMenuSidebar__menu-item-wrapper.location{background-image:url(../assets/header/mobile-location-icon.svg)}.MobileMenuSidebar__menu-item-wrapper.services{background-image:url(../assets/header/service-icon-mob.svg)}.MobileMenuSidebar__menu-item-wrapper.favorites{background-image:url(../assets/header/favorite-icon.svg)}.MobileMenuSidebar__menu-item-text{font-weight:500;font-size:16px;color:#2f2d40;margin-left:15px}.MobileMenuSidebar__menu-item-arrow{margin-left:auto;display:flex;align-items:center;width:9px;height:14px;background:url(../assets/header/mobile-arrow-right.svg);background-size:100% 100%}.MobileMenuSidebar__menu-item-count{width:24px;height:24px;background:#6734ff;border-radius:12px;margin-left:auto;font-weight:600;font-size:14px;color:#fff;display:flex;align-items:center;justify-content:space-around}.MobileMenuSidebar__menu-text{margin-top:10px;padding:10px 15px;font-weight:500;font-size:16px;color:#8590a6}.MobileMenuSidebar.active{pointer-events:all}.MobileMenuSidebar.active .MobileMenuSidebar__overlay{opacity:.5;pointer-events:all}.MobileMenuSidebar.active .MobileMenuSidebar__menu{left:0}.RightButtonsProfile__button{position:relative;display:flex;width:40px;height:40px;align-items:center;justify-content:space-around;margin-left:8px;background:0 0;transition:all 250ms ease-in-out;border-radius:8px}@media screen and (max-width:1365px){.RightButtonsProfile__button{display:none}}.RightButtonsProfile__button-icon{width:24px;height:24px;background:url(../assets/header/profile-icon.svg);background-size:100% 100%;transition:all 500ms ease-in-out}.RightButtonsProfile__button:hover{cursor:pointer;background:#7547ff}.RightButtonsProfile__button.disabled{opacity:.5}.RightButtonsProfile__button.disabled:hover{cursor:default}.RightButtonsProfile__overlay{width:100%;height:100vh;background:linear-gradient(to left,#000,#000) no-repeat 0 70px;opacity:.5;position:absolute;left:0;top:0;z-index:998}.RightButtonsProfile__overlay:hover{cursor:initial}.RightButtonsProfile__popup{position:absolute;width:280px;padding:20px 10px;background:#fff;top:calc(100% + 15px);z-index:999;box-shadow:0 4px 16px rgba(0,0,0,.1);border-radius:12px;display:flex;flex-direction:column}.RightButtonsProfile__popup-divider{width:100%;height:1px;background:#edeff2;margin:10px;display:flex}.RightButtonsProfile__popup-head{display:flex;width:100%;flex-direction:column;margin-bottom:5px;padding:0 10px}.RightButtonsProfile__popup-head-name{font-weight:500;font-size:16px;color:#2f2d40}.RightButtonsProfile__popup-head-email{font-weight:500;font-size:14px;color:#8590a6;margin-top:5px}.RightButtonsProfile__popup-body{display:flex;flex-direction:column;width:100%}.RightButtonsProfile__popup-body-item{display:flex;width:100%;padding:8px 10px;background:#fff;border-radius:8px;transition:all 250ms ease-in-out;align-items:center}.RightButtonsProfile__popup-body-item-wrapper{width:24px;height:24px;display:flex;background-size:100% 100%}.RightButtonsProfile__popup-body-item-wrapper.personal-info{background:url(../assets/header/personal-info-icon.svg)}.RightButtonsProfile__popup-body-item-wrapper.my-orders{background:url(../assets/header/my-orders-icon.svg)}.RightButtonsProfile__popup-body-item-wrapper.favorite-list{background:url(../assets/header/wish-list-icon.svg)}.RightButtonsProfile__popup-body-item-wrapper.watched{background:url(../assets/header/watched-icon.svg)}.RightButtonsProfile__popup-body-item-wrapper.comments{background:url(../assets/header/comments-icon.svg)}.RightButtonsProfile__popup-body-item-text{margin-left:15px;font-weight:500;font-size:16px;color:#2f2d40}.RightButtonsProfile__popup-body-item:hover,.RightButtonsProfile__popup-foot:hover{background:#f6f8fb;cursor:pointer}.RightButtonsProfile__popup-foot{display:flex;width:100%;padding:8px 10px;background:#fff;border-radius:8px;transition:all 250ms ease-in-out;align-items:center}.RightButtonsProfile__popup-foot-wrapper{width:24px;height:24px;display:flex;background:url(../assets/header/profile-exit-icon.svg);background-size:100% 100%}.RightButtonsProfile__popup-foot-text{margin-left:15px;font-weight:500;font-size:16px;color:#2f2d40}.SearchCategoryItem{display:flex;padding:6px 8px;align-items:center}.SearchCategoryItem__wrapper{width:24px;height:24px;min-width:24px;background:url(../assets/header/search-category-icon.svg);background-size:100% 100%}.SearchCategoryItem__text{color:#2f2d40;font-weight:500;font-size:16px;margin-left:20px}.SearchItem{display:flex;padding:10px;background:#fff;border-radius:8px;transition:all 250ms ease-in-out}.SearchItem:hover{background:#f6f8fb}.SearchItem__wrapper{width:60px;min-width:60px;height:60px;border-radius:8px;background:#c9c9c9;overflow:hidden}.SearchItem__body{display:flex;flex-direction:column;margin-left:20px}.SearchItem__body-text{font-weight:500;font-size:16px;color:#2f2d40}.SearchItem__body-price{margin-top:10px;display:flex;align-items:center}.SearchItem__body-price p:nth-child(1){font-weight:500;font-size:18px;color:#2f2d40}.SearchItem__body-price p:nth-child(2){font-weight:500;font-size:14px;color:#a3acbf;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;margin-left:10px}.AvailableServicesItem{display:flex;flex-direction:column;width:190px;min-width:190px;height:auto;padding:24px;background:#fff;border-radius:16px;gap:16px;align-items:center;position:relative;transition:all 250ms ease-in-out;border:1px solid transparent}@media screen and (max-width:1599px){.AvailableServicesItem{width:172px;min-width:172px}}@media screen and (max-width:1439px){.AvailableServicesItem{width:156px;min-width:156px}}@media screen and (max-width:1365px){.AvailableServicesItem{min-width:140px;width:140px;padding:24px 12px}}.AvailableServicesItem:after{content:"";width:20px;height:20px;background-image:url(../assets/main-page/service-info-icon.svg);position:absolute;top:12px;right:12px}@media screen and (min-width:1366px){.AvailableServicesItem:hover{border:1px solid #edeff2;box-shadow:0 2px 12px 0 rgba(0,0,0,.08);cursor:pointer}}.AvailableServicesItem:hover:after{background-image:url(../assets/main-page/service-info-icon-hover.svg)}.AvailableServicesItem__wrapper{width:40px;height:40px}.AvailableServicesItem__wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.AvailableServicesItem__name{font-weight:500;font-size:16px;color:#2f2d40;line-height:20px;text-align:center}@media screen and (max-width:1439px){.AvailableServicesItem__name{font-size:14px;line-height:16px}}@media screen and (max-width:1365px){.AvailableServicesItem__name{line-height:18px}}.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(0,0,0,.64);z-index:1}.AvailableServicesPopup__container{display:flex;flex-direction:column;width:516px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:8px;padding:20px 20px 30px;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:20px 20px 85px}}.AvailableServicesPopup__container-head{display:flex;justify-content:space-between;align-items:center}.AvailableServicesPopup__container-head-text{font-weight:500;font-size:24px;color:#2f2d40}.AvailableServicesPopup__container-head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.AvailableServicesPopup__container-head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.AvailableServicesPopup__container-body,.AvailableServicesPopup__container-body ul{display:flex;flex-direction:column;margin-top:20px}.AvailableServicesPopup__container-body p{font-weight:500;font-size:14px;line-height:20px;color:#2f2d40;margin-top:20px}.AvailableServicesPopup__container-body ol li:first-child,.AvailableServicesPopup__container-body p:first-child,.AvailableServicesPopup__container-body ul li:first-child{margin-top:0}.AvailableServicesPopup__container-body p a{color:#6734ff;text-decoration:underline;font-weight:500;font-size:14px}.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:#6734ff;border-radius:12px;content:counter(step-counter);position:absolute;left:-44px;top:0;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:space-around}.AvailableServicesPopup__container-body ol li img{width:232px;height:auto;min-width:232px;margin-left:30px}@media screen and (max-width:767px){.AvailableServicesPopup__container-body ol li img{margin-top:15px;margin-left:0}}.AvailableServicesPopup__container-body div{display:flex;margin-top:20px}.AvailableServicesPopup__container-body div div{margin-top:0;display:flex;width:-moz-fit-content;width:fit-content;height:36px;align-items:center;margin-left:20px}.AvailableServicesPopup__container-body div div img{width:24px;height:24px}.AvailableServicesPopup__container-body div div p,.AvailableServicesPopup__container-body ul li p{font-weight:500;font-size:14px;color:#2f2d40;margin-left:15px;margin-top:0}.AvailableServicesPopup__container-body ul li{display:flex;margin-top:15px}.AvailableServicesPopup__container-body ul li img{width:36px;height:36px}.AvailableServicesPopup__container-body ul li p{margin-left:16px}.AvailableServicesPopup__container .PrimaryButton{width:320px;height:40px;margin:30px auto 0;min-height:40px;border-radius:8px}@media screen and (max-width:767px){.AvailableServicesPopup__container .PrimaryButton{width:100%}}.MainPageBanner{width:295px;min-width:295px;height:494px;display:flex;flex-direction:column;padding:24px;position:relative;border-radius:16px;overflow:hidden}@media screen and (max-width:1365px){.MainPageBanner{width:227px;min-width:227px;height:338px;padding:16px}}.MainPageBanner:before,.MainPageBanner__image{width:100%;height:100%;position:absolute;left:0;top:0;transition:all 250ms ease-in-out}.MainPageBanner:before{content:"";background:0 0;pointer-events:none;z-index:1}.MainPageBanner:hover,.MainPageBlogItem: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}.MainPageBanner__image{-o-object-fit:cover;object-fit:cover;z-index:0}.MainPageBanner__text{display:flex;flex-direction:column;gap:8px;width:100%;z-index:1;position:relative}.MainPageBanner__text p:first-child{color:#fff;font-size:16px;font-weight:500;line-height:140%}@media screen and (max-width:1365px){.MainPageBanner__text p:first-child{font-size:14px}}.MainPageBanner__text p:last-child{color:#fff;font-size:32px;font-weight:500;line-height:36px}@media screen and (max-width:1919px){.MainPageBanner__text p:last-child{font-size:24px;line-height:28px}}.MainPageBanner__button{display:flex;align-items:center;padding:10px 16px;color:#f3f0e9;font-size:14px;font-weight:500;text-transform:uppercase;z-index:0;border-radius:8px;background:#6734ff;width:-moz-max-content;width:max-content;margin-top:auto;position:relative;transition:all 250ms ease-in-out}@media screen and (max-width:1365px){.MainPageBanner__button{padding:9px 16px;font-size:12px;font-weight:600}}.MainPageBanner__button:after{content:"";display:flex;width:7px;height:12px;background-image:url(../assets/main-page/detail-arrow-icon.svg);margin-left:12px;background-size:100% 100%;transition:all 250ms ease-in-out}.MainPageBlogItem{display:flex;flex-direction:column;width:385px;min-width:385px;border-radius:16px;overflow:hidden;background:#fff}@media screen and (max-width:1919px){.MainPageBlogItem{width:340px;min-width:310px}}@media screen and (max-width:1599px){.MainPageBlogItem{width:310px;min-width:310px}}@media screen and (max-width:1439px){.MainPageBlogItem{width:295px;min-width:295px}}@media screen and (max-width:1365px){.MainPageBlogItem{width:310px;min-width:310px}}.MainPageBlogItem.video .MainPageBlogItem__wrapper:after{display:flex}.MainPageBlogItem:hover .MainPageBlogItem__container-head{text-decoration:underline}.MainPageBlogItem.video:hover .MainPageBlogItem__wrapper:after{background-color:#6734ff}.MainPageBlogItem__wrapper{width:100%;height:200px;position:relative}@media screen and (max-width:1599px){.MainPageBlogItem__wrapper{height:182px}}@media screen and (max-width:1439px){.MainPageBlogItem__wrapper{height:172px}}@media screen and (max-width:1365px){.MainPageBlogItem__wrapper{height:174px}}.MainPageBlogItem__wrapper:after{content:"";position:absolute;border-radius:50%;background-color:rgba(0,0,0,.5);background-image:url(../assets/main-page/video-pay-arrow-16x24.svg);background-size:15px 20px;background-repeat:no-repeat;background-position:18px 14px;width:48px;height:48px;top:0;right:0;bottom:0;left:0;margin:auto;display:none;transition:all 250ms ease-in-out}.MainPageBlogItem__wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.MainPageBlogItem__container{display:flex;flex-direction:column;padding:20px;gap:15px;height:100%}.MainPageBlogItem__container-head{color:#2f2d40;font-size:16px;font-weight:600;line-height:140%}@media screen and (max-width:1439px){.MainPageBlogItem__container-head{font-size:14px}}.MainPageBlogItem__container-text{color:#2f2d40;font-size:14px;font-weight:500;line-height:140%}.MainPageBlogItem__container-bottom{color:#8590a6;font-size:12px;font-weight:500;line-height:14px;display:flex;margin-top:auto}.MainPageBlogItem__container-bottom span{display:flex;align-items:center}.MainPageBlogItem__container-bottom span:before{content:"";display:flex;width:8px;height:1px;background:#c3cad9;margin:0 10px}.brands-grid{display:flex;flex-direction:row;width:790px;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:1600px){.brands-grid{width:655px}}@media screen and (max-width:1439px){.brands-grid{width:640px}}.brands-grid .banner-grid-item{margin-bottom:20px}.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:1800px;height:940px;padding:30px;left:0;right:0;top:0;bottom:0;margin:auto;z-index:2;background:#fff}@media screen and (max-width:1800px){.CommentsAllMediaPopup__container{width:1360px;height:800px}}@media screen and (max-width:1439px){.CommentsAllMediaPopup__container{width:1300px;height:690px}}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container{width:100%;height:100vh;overflow-y:auto;padding:20px 19px}}@media screen and (max-width:767px){.CommentsAllMediaPopup__container{padding:15px 10px}}.CommentsAllMediaPopup__container-head{display:flex;justify-content:space-between;padding-right:19px}@media screen and (max-width:767px){.CommentsAllMediaPopup__container-head{padding-right:4px}}.CommentsAllMediaPopup__container-head-name{font-weight:500;font-size:24px;color:#2f2d40}.CommentsAllMediaPopup__container-head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.CommentsAllMediaPopup__container-head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.CommentsAllMediaPopup__container-body{display:flex;width:100%;height:inherit}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body{flex-direction:column;height:-moz-fit-content;height:fit-content;margin-top:20px}}@media screen and (max-width:767px){.CommentsAllMediaPopup__container-body{margin-bottom:115px}}.CommentsAllMediaPopup__container-body-carousel{width:960px;height:700px;margin:auto}@media screen and (max-width:1800px){.CommentsAllMediaPopup__container-body-carousel{width:660px;height:480px}}@media screen and (max-width:1439px){.CommentsAllMediaPopup__container-body-carousel{width:640px;height:460px}}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-carousel{width:100%;height:auto}}.CommentsAllMediaPopup__container-body-carousel-item{width:960px;height:700px}@media screen and (max-width:1800px){.CommentsAllMediaPopup__container-body-carousel-item{width:660px;height:480px}}@media screen and (max-width:1439px){.CommentsAllMediaPopup__container-body-carousel-item{width:640px;height:460px}}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-carousel-item{width:100%;max-height:540px}}@media screen and (max-width:767px){.CommentsAllMediaPopup__container-body-carousel-item{max-height:250px}}.CommentsAllMediaPopup__container-body-carousel-item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.CommentsAllMediaPopup__container-body-carousel .owl-nav{position:absolute;top:50%;transform:translateY(-50%);margin-top:0;width:100%;display:flex;pointer-events:none}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-carousel .owl-nav{display:none}}.CommentsAllMediaPopup__container-body-carousel .owl-nav.disabled{display:none}.CommentsAllMediaPopup__container-body-carousel .owl-nav .owl-next,.CommentsAllMediaPopup__container-body-carousel .owl-nav .owl-prev{width:40px;height:40px;padding:0;color:transparent;background-image:url(../assets/product-card/comments-popup-arrow.svg);background-color:#fff;background-position:center;background-repeat:no-repeat;border-radius:8px;transition:background 250ms ease-in-out;pointer-events:all;position:absolute}.CommentsAllMediaPopup__container-body-carousel .owl-nav .owl-next:hover,.CommentsAllMediaPopup__container-body-carousel .owl-nav .owl-prev:hover{background-color:#edeff2}.CommentsAllMediaPopup__container-body-carousel .owl-nav .owl-next.disabled,.CommentsAllMediaPopup__container-body-carousel .owl-nav .owl-prev.disabled{background-image:url(../assets/product-card/comments-popup-arrow-gray.svg)}.CommentsAllMediaPopup__container-body-carousel .owl-nav .owl-prev{right:calc(100% + 32px)}.CommentsAllMediaPopup__container-body-carousel .owl-nav .owl-next{left:calc(100% + 32px);transform:rotate(180deg)}.CommentsAllMediaPopup__container-body-carousel .owl-dots{margin-top:20px!important;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;min-height:36px}@media screen and (max-width:767px){.CommentsAllMediaPopup__container-body-carousel .owl-dots{margin-top:15px!important}}.CommentsAllMediaPopup__container-body-carousel .owl-dots .owl-dot{margin-left:20px}.CommentsAllMediaPopup__container-body-carousel .owl-dots .owl-dot span{width:10px;height:10px;border-radius:50%;display:flex;background:#dadde5;transition:background 150ms ease-in-out}.CommentsAllMediaPopup__container-body-carousel .owl-dots .owl-dot:hover span{background:#959ba6}.CommentsAllMediaPopup__container-body-carousel .owl-dots .owl-dot.active span{background:#6734ff}.CommentsAllMediaPopup__container-body-comment{width:590px;padding-right:30px;overflow-y:auto;margin-left:40px;max-height:820px;margin-top:30px}@media screen and (max-width:1800px){.CommentsAllMediaPopup__container-body-comment{width:420px;max-height:680px}}@media screen and (max-width:1439px){.CommentsAllMediaPopup__container-body-comment{width:380px;max-height:570px}}@media screen and (max-width:1365px){.CommentsAllMediaPopup__container-body-comment{width:100%;max-height:unset;padding-right:0;margin:30px 0 0;overflow-y:unset}}@media screen and (max-width:767px){.CommentsAllMediaPopup__container-body-comment{margin:25px 0 0}}.CommentsAllMediaPopup__container-body-comment .TabCommentsListItem{padding:0;margin-top:0}.CommentsAllMediaPopup__container-body-comment .TabCommentsListItem__body-media-wrapper:hover{cursor:initial}.CommentsAllMediaPopup__container :root .catalog-wrap,.CommentsAllMediaPopup__container :root .catalog-wrap__list,.CommentsAllMediaPopup__container :root .new-review__body,.CommentsAllMediaPopup__container :root .search-city,.CommentsAllMediaPopup__container :root .service-menu.media-ios-bottom-menu,.CommentsAllMediaPopup__container _::-webkit-full-page-media,.CommentsAllMediaPopup__container _:future{padding-bottom:115px}.CommentsAllMediaPopup__overlay{display:flex;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:1}.FullCharacteristicsGroup{display:flex;flex-direction:column;width:100%;margin-bottom:30px}.FullCharacteristicsGroup:last-child{margin-bottom:0}.FullCharacteristicsGroup__name{font-weight:500;font-size:20px;color:#2f2d40}@media screen and (max-width:1365px){.FullCharacteristicsGroup__name{padding:0 15px}}.FullCharacteristicsGroup__list{margin-top:20px;display:flex;flex-direction:column}@media screen and (max-width:1365px){.FullCharacteristicsGroup__list{margin-top:10px}}.FullCharacteristicsGroup__list-prop{display:grid;grid-template-columns:1fr 1fr;position:relative;grid-gap:20px;padding:15px;border-radius:8px}@media screen and (max-width:1365px){.FullCharacteristicsGroup__list-prop{border-radius:0}}.FullCharacteristicsGroup__list-prop:nth-child(even),.FullCharacteristicsGroup__list-prop:nth-child(even) .FullCharacteristicsGroup__list-prop-name,.FullCharacteristicsGroup__list-prop:nth-child(even) .FullCharacteristicsGroup__list-prop-name p,.FullCharacteristicsGroup__list-prop:nth-child(even) .FullCharacteristicsGroup__list-prop-value{background:#f6f8fb}@media screen and (max-width:1365px){.FullCharacteristicsGroup__list-prop{grid-template-columns:1fr;grid-gap:10px}}.FullCharacteristicsGroup__list-prop-name,.FullCharacteristicsGroup__list-prop-name p,.FullCharacteristicsGroup__list-prop-value{font-weight:500;font-size:14px;background:#fff}.FullCharacteristicsGroup__list-prop-name{width:100%;position:relative}.FullCharacteristicsGroup__list-prop-name p{color:#5c6373;z-index:2;width:-moz-fit-content;width:fit-content;position:relative;padding-right:20px}.FullCharacteristicsGroup__list-prop-name::before{content:"";border-bottom:2px dotted #dadee6;width:100%;position:absolute;left:0;top:12px;z-index:1}@media screen and (max-width:1365px){.FullCharacteristicsGroup__list-prop-name::before{display:none}}.FullCharacteristicsGroup__list-prop-value{color:#2f2d40;width:100%;z-index:2;position:relative;text-align:left}@media screen and (max-width:1365px){.FullCharacteristicsGroup__list-prop-value{text-align:unset}}.TabCommentsListItem{display:flex;flex-direction:column;width:100%;padding:16px 20px;background:#fff;border-radius:8px;height:-moz-max-content;height:max-content;margin-top:20px}@media screen and (max-width:767px){.TabCommentsListItem{padding:15px;margin-left:0;margin-top:10px}}.TabCommentsListItem__head{display:flex;width:100%;padding-bottom:16px;border-bottom:1px solid #edeff2;margin-bottom:16px}@media screen and (max-width:768px){.TabCommentsListItem__head{padding-bottom:15px}}.TabCommentsListItem__head-text{font-weight:500;font-size:16px;color:#2f2d40}.TabCommentsListItem__body{display:flex;flex-direction:column}.TabCommentsListItem__body-rating{display:flex;max-width:98px}.TabCommentsListItem__body-rating-stars{display:flex;flex-direction:column;position:relative;overflow:hidden}.TabCommentsListItem__body-rating-stars-item{display:flex;gap:2px;overflow:hidden}.TabCommentsListItem__body-rating-stars-item.fill{position:absolute;overflow:hidden;width:0;max-width:98px}.TabCommentsListItem__body-rating-stars-empty,.TabCommentsListItem__body-rating-stars-fill{width:18px;min-width:18px;min-height:18px;height:18px;background-size:100% 100%}.TabCommentsListItem__body-rating-stars-fill{background-image:url(../assets/product-card/rating-star-fill.svg)}.TabCommentsListItem__body-rating-stars-empty{background-image:url(../assets/product-card/rating-star-empty.svg)}.TabCommentsListItem__body-text{font-weight:500;font-size:14px;line-height:20px;color:#2f2d40;margin-top:16px}.TabCommentsListItem__body-media{display:flex;margin-top:16px}.TabCommentsListItem__body-media-wrapper{width:60px;height:60px;border-radius:4px;overflow:hidden;margin-left:10px}.TabCommentsListItem__body-media-wrapper:first-child{margin-left:0}.TabCommentsListItem__body-media-wrapper:hover{cursor:pointer}.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-weight:500;font-size:14px;color:#5c6373}.TabCommentsListItem__body-sub-text{color:#2f2d40;margin-top:5px;font-size:14px;line-height:20px;font-weight:500}.TabCommentsListItem__body-person{display:flex;width:100%;align-items:center;margin-top:20px}.TabCommentsListItem__body-person-wrapper{display:flex;width:48px;height:48px;overflow:hidden;border-radius:32px}.TabCommentsListItem__body-person-wrapper img{width:100%;height:100%}.TabCommentsListItem__body-person-data{display:flex;flex-direction:column;margin-left:16px;height:-moz-fit-content;height:fit-content}.TabCommentsListItem__body-person-data-name{font-weight:700;font-size:14px;color:#2f2d40}.TabCommentsListItem__body-person-data-date{font-weight:500;font-size:14px;color:#8590a6;margin-top:4px}.TabCommentsListItem__body-person.simple .TabCommentsListItem__body-person-wrapper{display:none}.TabCommentsListItem__body-person.simple .TabCommentsListItem__body-person-data{flex-direction:row;justify-content:space-between;width:100%;margin-left:0}.TabCommentsListItem__body-person.simple .TabCommentsListItem__body-person-data-date{margin-top:0}.TabCommentsListItem__foot{display:flex;width:100%;margin-top:26px;align-items:center}.TabCommentsListItem__foot-answer,.TabCommentsListItem__foot-feedbacks,.TabCommentsListItem__foot-likes{font-weight:500;font-size:14px;color:#8590a6;padding-left:26px;position:relative;align-items:center;transition:all 250ms ease-in-out}.TabCommentsListItem__foot-answer::before,.TabCommentsListItem__foot-feedbacks::before,.TabCommentsListItem__foot-likes::before{content:"";width:16px;height:16px;background-size:100% 100%;position:absolute;left:0;top:0;transition:all 250ms ease-in-out}.TabCommentsListItem__foot-answer:hover,.TabCommentsListItem__foot-feedbacks:hover,.TabCommentsListItem__foot-likes:hover{color:#2f2d40;cursor:pointer}.TabCommentsListItem__foot-answer.disabled,.TabCommentsListItem__foot-feedbacks.disabled,.TabCommentsListItem__foot-likes.disabled{cursor:default;pointer-events:none}.TabCommentsListItem__foot-answer::before{background-image:url(../assets/product-card/review-answer.svg)}.TabCommentsListItem__foot-answer:hover::before{background-image:url(../assets/product-card/rating-answer-black.svg)}.TabCommentsListItem__foot-feedbacks{margin-left:20px}.TabCommentsListItem__foot-feedbacks::before{background-image:url(../assets/product-card/review-feedbacks.svg)}.TabCommentsListItem__foot-feedbacks:hover::before{background-image:url(../assets/product-card/review-feedbacks-black.svg)}.TabCommentsListItem__foot-likes{margin-left:auto}.TabCommentsListItem__foot-likes::before{background-image:url(../assets/product-card/review-like.svg)}.TabCommentsListItem__foot-likes:hover::before{background-image:url(../assets/product-card/review-like-black.svg)}.TabCommentsListItem__replies,.TabCommentsListItem__replies-list,.TabCommentsListItem__replies-list-item{display:flex;flex-direction:column;width:100%}.TabCommentsListItem__replies-list-item{padding-top:20px;padding-left:20px;border-top:1px solid #edeff2;margin-top:20px}.TabCommentsListItem__replies-list-item:last-child{padding-bottom:20px;border-bottom:1px solid #edeff2}.ColorBlock__name p,.SizeBlock__name p,.TabCommentsListItem__replies-list-item-comment{font-weight:500;font-size:14px;color:#2f2d40}.TabCommentsListItem__replies-list-item-bottom{display:flex;justify-content:space-between;margin-top:16px}.TabCommentsListItem__replies-list-item-bottom-name{font-weight:700;font-size:14px;color:#2f2d40}.TabCommentsListItem__replies-list-item-bottom-manager{color:#6734ff;font-weight:600;font-size:12px;padding:6px 12px;background:#f0ebff;border-radius:12px}.TabCommentsListItem__replies-list-item-bottom-date{font-weight:500;font-size:14px;color:#8590a6;margin-top:4px}.TabCommentsListItem__replies-hide{width:180px;height:40px;display:flex;align-items:center;justify-content:space-around;font-weight:500;font-size:14px;color:#2f2d40;text-transform:uppercase;margin:10px auto 0;transition:all 250ms ease-in-out}.TabCommentsListItem__replies-hide:hover{cursor:pointer;color:#6734ff}.TabSideCardButtonsArchive{display:flex;flex-direction:column;width:100%;margin-top:15px;gap:10px}.TabSideCardButtonsArchive .PrimaryButton,.TabSideCardButtonsArchive__link{padding:0 20px;width:100%;font-size:14px;font-weight:600;text-transform:uppercase}.TabSideCardButtonsArchive .PrimaryButton{margin-top:0}.TabSideCardButtonsArchive__link{background:#6734ff;color:#fff;height:40px;display:flex;align-items:center;border-radius:8px;transition:all 250ms ease-in-out;justify-content:center;gap:15px}.TabSideCardButtonsArchive__link:after{content:"";width:24px;height:24px;display:flex;background:url(../assets/product-card/archive-product-arrow.svg)}.TabSideCardButtonsArchive__link:hover{cursor:pointer;background:#794dff}.TabSideCardButtonsArchive__link:active{background:#572bd9}.TabSideCardButtons{display:flex;flex-wrap:wrap;width:100%;margin-top:15px}.TabSideCardButtons__buy,.TabSideCardButtons__preorder{display:flex;align-items:center;height:40px;width:100%;background:#6734ff;border-radius:8px;transition:all 250ms ease-in-out}.TabSideCardButtons__buy:hover,.TabSideCardButtons__preorder:hover{cursor:pointer;background:#794dff}.TabSideCardButtons__buy:active,.TabSideCardButtons__preorder:active{background:#572bd9}.TabSideCardButtons__buy.active,.TabSideCardButtons__preorder.active{pointer-events:none;background:#f0ebff;padding:8px 16px}.TabSideCardButtons__buy.active .TabSideCardButtons__buy-icon,.TabSideCardButtons__buy.active .TabSideCardButtons__preorder-icon,.TabSideCardButtons__preorder.active .TabSideCardButtons__buy-icon,.TabSideCardButtons__preorder.active .TabSideCardButtons__preorder-icon{background:url(../assets/product-card/buy-button-cart-active.svg);width:24px;height:24px;position:relative}.TabSideCardButtons__buy.active .TabSideCardButtons__buy-icon:after,.TabSideCardButtons__buy.active .TabSideCardButtons__preorder-icon:after,.TabSideCardButtons__preorder.active .TabSideCardButtons__buy-icon:after,.TabSideCardButtons__preorder.active .TabSideCardButtons__preorder-icon:after{content:"";width:16px;height:16px;display:flex;position:absolute;top:-4px;right:-4px;background-image:url(../assets/product-card/buy-button-cart-label.svg);transition:all 250ms ease-in-out}.BadgesCarousel__item:hover .BadgesCarousel__item-text,.TabSideCardButtons__buy.active .TabSideCardButtons__buy-text,.TabSideCardButtons__buy.active .TabSideCardButtons__preorder-text,.TabSideCardButtons__preorder.active .TabSideCardButtons__buy-text,.TabSideCardButtons__preorder.active .TabSideCardButtons__preorder-text{color:#6734ff}.TabSideCardButtons__buy-icon{width:20px;height:20px}.TabSideCardButtons__buy-icon,.TabSideCardButtons__preorder-icon{margin-left:auto;background:url(../assets/product-card/buy-button-cart.svg);background-size:100% 100%;margin-right:15px}.TabSideCardButtons__buy-text,.TabSideCardButtons__preorder-text{font-weight:600;font-size:16px;color:#fff;text-transform:uppercase;margin-right:auto}.TabSideCardButtons__preorder-icon{background:url(../assets/product-card/preorder-icon.svg);width:24px;min-width:24px;height:24px}.TabSideCardButtons__non-available{background:#f6f8fb;border-radius:8px;display:flex;align-items:center;justify-content:space-around;color:#8590a6;text-transform:uppercase;font-weight:600;font-size:16px;width:100%;height:40px}.TabSideCardButtons__credit,.TabSideCardButtons__tell-me{border-radius:8px;display:flex;align-items:center;justify-content:space-around;transition:all 250ms ease-in-out}.TabSideCardButtons__tell-me{width:100%;padding:12px 15px;border:1px solid #e0d6ff;background:0 0;color:#6734ff;font-size:14px;font-weight:600;text-transform:uppercase}.TabSideCardButtons__tell-me:hover{background:#f0ebff;border:1px solid #f0ebff;cursor:pointer}.TabSideCardButtons__tell-me:active{background:#e0d6ff;border:1px solid #e0d6ff}.TabSideCardButtons__credit{border:1px solid #f0ebff;box-sizing:border-box;width:176px;margin-top:10px;height:40px;margin-left:10px}.TabSideCardButtons__credit:hover{cursor:pointer;background:#f0ebff;border:1px solid #f0ebff}.TabSideCardButtons__credit:active{background:#e0d6ff;border:1px solid #e0d6ff}.TabSideCardButtons__credit-text{font-weight:500;font-size:14px;color:#2f2d40;padding:15px;text-align:center}.TabSideCardButtons__credit-text ::v-deep span{display:block;color:#6734ff}.TabSideCardButtons__one-click{border:1px solid #e0d6ff;box-sizing:border-box;border-radius:8px;display:flex;align-items:center;justify-content:space-around;margin-top:10px;height:40px;width:154px;font-weight:600;font-size:14px;color:#6734ff;text-transform:uppercase}.TabSideCardButtons__one-click.long{width:100%}.TabSideCardButtons__one-click:hover{cursor:pointer;background:#f0ebff;border:1px solid #f0ebff}.TabSideCardButtons__one-click:active{background:#e0d6ff;border:1px solid #e0d6ff}.SizeBlock{display:flex;flex-direction:column}.SizeBlock__container{display:flex;flex-wrap:wrap;margin-left:-10px}@media screen and (max-width:1365px){.SizeBlock__container{flex-wrap:nowrap;overflow-x:auto;margin-left:-15px;padding-left:5px}.SizeBlock__container::-webkit-scrollbar{display:none}}.ColorBlock,.SizeBlock__name{display:flex}.ColorBlock__name p span,.SizeBlock__name p span{font-weight:600}.ColorBlock{flex-direction:column}.ColorBlock__container{display:flex;margin-top:10px;flex-wrap:wrap}@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}}.BadgesCarousel__item.gift:before,.ColorBlock__name{display:flex}.BadgesCarousel__item{display:flex;flex-direction:column;gap:10px;width:104px;min-width:104px;height:110px;background:#fff;border-radius:8px;padding:15px 10px;transition:all 250ms ease-in-out;position:relative}@media screen and (max-width:1919px){.BadgesCarousel__item{width:96px;min-width:96px;height:121px;padding:20px 10px}}.BadgesCarousel__item:first-child{margin-left:0}.BadgesCarousel__item:after{content:"";width:16px;height:16px;background:url(../assets/product-card/badge-info-icon.svg);position:absolute;right:8px;top:8px;pointer-events:none}.BadgesCarousel__item:before{display:none;content:attr(data-text);color:#f05;font-size:8px;font-weight:600;text-transform:uppercase;padding:2px 6px;line-height:10px;position:absolute;left:8px;top:8px;background:#ffebf1;border-radius:8px;z-index:1}.BadgesCarousel__item.sale{border:2px solid #6734ff}.BadgesCarousel__item:hover{cursor:pointer;background:#fff;box-shadow:0 2px 8px 0 rgba(0,0,0,.12);border-radius:8px}.BadgesCarousel__item-img{width:40px;height:40px;margin:0 auto;position:relative}.BadgesCarousel__item-img img{width:100%;-o-object-fit:contain;object-fit:contain}.BadgesCarousel__item-img-percent{position:absolute;left:4px;top:23.5px;width:31px;height:13px;overflow:hidden;color:#fff;text-align:center;font-size:11px;font-weight:800;text-transform:uppercase}.BadgesCarousel__item-text{color:#2f2d40;text-align:center;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;font-weight:600;line-height:14px;text-transform:uppercase;transition:all 250ms ease-in-out}.BadgesCarousel__item-touch{width:24px;height:24px;position:absolute;top:2px;right:8px}.BadgesCarousel__item-touch-finger{width:15px;height:18px;background:url(../assets/product-card/badges/badge-finger.svg);background-size:100% 100%;position:absolute;bottom:-5px;left:5px}.BadgesCarousel__item-touch-dot{width:100%;height:100%;position:absolute;left:0;top:0}.BadgesCarousel__item-touch-dot span{position:absolute;display:flex;left:0;right:0;top:0;bottom:0;margin:auto;border-radius:50%}.BadgesCarousel__item-touch-dot span:nth-child(1){width:10px;height:10px;background:#6734ff}.BadgesCarousel__item-touch-dot span:nth-child(2){background:rgba(103,52,255,.2);width:2px;height:2px;animation:dot-anim-f 1500ms linear infinite}.BadgesCarousel__item-touch-dot span:nth-child(3){background:rgba(103,52,255,.1);width:2px;height:2px;animation:dot-anim-s 1500ms linear infinite}.BadgesCarousel .ScrollSlider__container{padding-top:9px;padding-bottom:9px;margin-top:-9px;margin-bottom:-9px}.BadgesCarousel .ScrollSlider__side{background:linear-gradient(90deg,rgba(246,248,251,0) 0,#f6f8fb 60.94%);width:88px}.BadgesCarousel .ScrollSlider__side.disabled,.DeliveryBlockSection__body .owl-nav .owl-next span,.DeliveryBlockSection__body .owl-nav .owl-prev span{display:none}.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}.DeliveryBlockItem{width:142px;min-width:142px;display:flex;flex-direction:column;padding:15px 10px;border-radius:8px;border:1px solid #edeff2;margin-left:10px;position:relative;transition:all 250ms ease-in-out}.DeliveryBlockItem.self:hover,.DeliveryBlockItem__container.self:after:hover{cursor:pointer}.DeliveryBlockItem:first-child{margin-left:0}.DeliveryBlockItem.flipped{transform:scaleX(-1)}.DeliveryBlockItem__container{display:flex;flex-direction:column;width:100%;align-items:center;gap:15px}.DeliveryBlockItem__container.self:after{content:"";width:20px;height:20px;background:url(../assets/product-card/delivery-info-icon.svg);position:absolute;right:10px;top:10px}.DeliveryBlockItem__wrapper{width:32px;height:32px;display:flex}.DeliveryBlockItem__wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.DeliveryBlockItem__name,.DeliveryBlockItem__time{text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:18px;height:36px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.DeliveryBlockItem__name{color:#2f2d40}.DeliveryBlockItem__time{color:#5c6373}.DeliveryBlockItem__price{color:#2f2d40;text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:16px}.DeliveryBlockItem__price.free{color:#00b23c}.DeliveryBlockItem__add{position:absolute;top:0;left:0;transform:scaleX(-1);padding:15px 10px;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.DeliveryBlockItem__add-link,.DeliveryBlockItem__add-name{font-size:14px;font-style:normal;font-weight:500;line-height:140%;color:#5c6373;text-align:center}.DeliveryBlockItem__add-link{color:#2f2d40;margin-top:8px}.DeliveryBlockItem__add-link:hover{text-decoration:underline}.DeliveryBlockSection{padding:17px 0;border-top:1px solid #edeff2;display:flex;flex-direction:column}@media screen and (max-width:767px){.DeliveryBlockSection{padding:15px 0}}.DeliveryBlockSection:hover,.PriceAndBuyCashBack p span:hover,.PriceAndBuyPromoCode__code input:hover,.ProductPayAndWarrantyPopupReturn__container-body a:hover{cursor:pointer}.DeliveryBlockSection:nth-child(2){border-top:none}.DeliveryBlockSection__head{display:grid;grid-template-columns:2fr 170px 1fr;width:100%;padding-left:39px;padding-right:48px;position:relative;align-items:center}@media screen and (max-width:767px){.DeliveryBlockSection__head{display:flex;flex-wrap:wrap;padding-right:32px}}.DeliveryBlockSection__head::after{content:"";width:24px;height:24px;position:absolute;right:0;top:-4px;background-size:100% 100%;background-image:url(../assets/product-card/delivery-arrow.svg);transition:all 250ms ease-in-out}@media screen and (max-width:767px){.DeliveryBlockSection__head::after{top:50%;transform:translateY(-50%);width:20px;height:20px}}.DeliveryBlockSection__head::before{content:"";width:24px;height:24px;position:absolute;left:0;top:0;background-size:100% 100%}@media screen and (max-width:767px){.DeliveryBlockSection__head::before{top:50%;transform:translateY(-50%)}}.DeliveryBlockSection__head.self::before{background:url(../assets/product-card/delivery-self.svg)}.DeliveryBlockSection__head.courier::before{background:url(../assets/product-card/delivery-courier.svg)}.DeliveryBlockSection__head.parcel::before,.DeliveryBlockSection__head.warehouse::before{background:url(../assets/product-card/delivery-warehouse.svg)}.DeliveryBlockSection__head-name{padding:5px 0;font-weight:500;font-size:14px;color:#2f2d40}@media screen and (max-width:767px){.DeliveryBlockSection__head-name{width:calc(100% - 39px)}}.DeliveryBlockSection__head-time,.PreorderPopup__complete-text p{font-weight:500;font-size:14px;color:#5c6373}.DeliveryBlockSection__head-price{font-weight:600;font-size:14px;color:#2f2d40;text-align:right}@media screen and (max-width:767px){.DeliveryBlockSection__head-price{margin-left:auto}}.DeliveryBlockSection__head-price.free{color:#00b23c}.CashBackPopup,.DeliveryBlockSection__body{display:flex;transition:all 250ms ease-in-out}.DeliveryBlockSection__body{margin-top:0;position:relative;max-height:0;overflow:hidden}.DeliveryBlockSection__body.active{max-height:999px;margin-top:20px}.DeliveryBlockSection__body.nav{padding:0 40px}.DeliveryBlockSection__body .owl-stage,.DeliveryBlockSection__body.nav .owl-nav{display:flex}.DeliveryBlockSection__body .owl-item{display:flex;flex:1 0 auto}.DeliveryBlockSection__body .owl-nav{position:absolute;display:none;pointer-events:none;width:100%;left:0;top:0;justify-content:space-between}.DeliveryBlockSection__body .owl-nav .owl-next,.DeliveryBlockSection__body .owl-nav .owl-prev{border:1px solid #edeff2;box-sizing:border-box;border-radius:8px;width:30px;height:72px;background-repeat:no-repeat;background-position:center;pointer-events:all;background-image:url(../assets/product-card/delivery-slider-arrow.svg)}.DeliveryBlockSection__body .owl-nav .owl-next.disabled,.DeliveryBlockSection__body .owl-nav .owl-prev.disabled{background-image:url(../assets/product-card/delivery-slider-arrow-gray.svg)}.DeliveryBlockSection.active .DeliveryBlockSection__head::after,.DeliveryBlockSection__body .owl-nav .owl-prev{transform:rotate(180deg)}.CashBackPopup{padding:20px;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;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-name{font-weight:500;font-size:24px;color:#2f2d40}.CashBackPopup__head-cross{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.CashBackPopup__head-cross:hover,.PreorderPopup__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.CashBackPopup__body{display:flex;flex-direction:column}.CashBackPopup__body-head{font-weight:500;font-size:14px;color:#2f2d40;margin-top:20px}.CashBackPopup__body-list{padding-left:15px}.CashBackPopup__body-list-item{font-weight:500;font-size:14px;color:#2f2d40;margin-top:5px}.PreorderPopup{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0}.PreorderPopup__overlay{background:rgba(0,0,0,.25);width:100%;height:100%;position:absolute;z-index:1}.PreorderPopup__container{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px}@media screen and (max-width:767px){.PreorderPopup__container{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.PreorderPopup__head{display:flex;justify-content:space-between}.PreorderPopup__head-name{font-weight:500;font-size:24px;color:#2f2d40;text-transform:capitalize}.PreorderPopup__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.PreorderPopup__body{display:flex;flex-direction:column}.PreorderPopup__body-text{font-weight:500;font-size:14px;line-height:20px;color:#000;margin-top:20px}.PreorderPopup__body-inputs{display:flex;flex-direction:column;width:100%}.PreorderPopup__body-inputs .FormInput,.PreorderPopup__body-inputs .FormPhone{margin-top:20px}.PreorderPopup__body-inputs-submit{width:100%;height:40px;display:flex;align-items:center;justify-content:space-around;background:#572bd9;border-radius:8px;color:#fff;margin-top:30px;transition:all 250ms ease-in-out}.PreorderPopup__body-inputs-submit:hover{cursor:pointer;background:#904bff}.PreorderPopup__body-inputs-submit.disabled{opacity:.5;cursor:default;background:#6734ff}.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:210px;height:200px;background:url(../assets/product-card/popup-complete.svg);background-size:100% 100%;margin:0 auto}.PreorderPopup__complete-text{margin-top:30px;margin-bottom:40px}.PreorderPopup__complete-text p{text-align:center}.PreorderPopup__complete-text p:first-child,.TellMePopup__complete-text p:first-child{font-weight:500;font-size:18px;color:#2f2d40;margin-bottom:16px}.PreorderPopup__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)}.PreorderPopup__preloader.active{pointer-events:auto;opacity:1}.PriceAndBuyArchive{background:#fff;border-radius:8px;width:100%;padding:20px;display:flex;margin-top:20px;align-items:center;gap:15px}@media screen and (max-width:1365px){.PriceAndBuyArchive{flex-direction:column;gap:10px;padding:15px}}.PriceAndBuyArchive:first-child{margin-top:0}.PriceAndBuyArchive .PrimaryButton,.PriceAndBuyArchive__link{padding:0 20px;width:-moz-max-content;width:max-content;font-size:14px;font-weight:600;text-transform:uppercase}.PriceAndBuyArchive .PrimaryButton{margin-top:0}@media screen and (max-width:1365px){.PriceAndBuyArchive .PrimaryButton{width:100%}}.PriceAndBuyArchive__link{background:#6734ff;color:#fff;height:40px;display:flex;align-items:center;border-radius:8px;transition:all 250ms ease-in-out;justify-content:center;gap:15px}@media screen and (max-width:1365px){.PriceAndBuyArchive__link{width:100%}}.PriceAndBuyArchive__link:after{content:"";width:24px;height:24px;display:flex;background:url(../assets/product-card/archive-product-arrow.svg)}.PriceAndBuyArchive__link:hover{cursor:pointer;background:#794dff}.PriceAndBuyArchive__link:active{background:#572bd9}.PriceAndBuyCashBack{display:flex;align-items:center;position:relative}.PriceAndBuyCashBack:first-child{margin-left:0}.PriceAndBuyCashBack:before{content:"";width:16px;height:16px;border-radius:50%;border:4px solid #6734ff;margin-right:10px}.PriceAndBuyCashBack p{font-weight:500;font-size:14px;color:#2f2d40}.PriceAndBuyCashBack p span,.ProductCardPageCharGroup__prop-value p a,.ProductPayAndWarrantyPopupWarranty__container-body div p span{color:#6734ff}.PriceAndBuyFixedBlock{display:flex;justify-content:space-between;position:fixed;padding:5px 5px 11px;width:100%;bottom:0;left:0;z-index:3;background:#fff;filter:drop-shadow(0 0 12px rgba(0,0,0,.1))}.PriceAndBuyFixedBlock__container{padding:6px 20px 6px 15px;border-radius:8px;background:#6734ff;width:100%;display:flex;align-items:center}.PriceAndBuyFixedBlock__container-price{display:flex;width:-moz-max-content;width:max-content;gap:15px}.PriceAndBuyFixedBlock__container-price-left{display:flex;flex-direction:column;gap:2px;justify-content:center}.PriceAndBuyFixedBlock__container-price-left .old{color:#b399ff;font-size:12px;font-weight:500;line-height:14px;text-decoration:line-through}.PriceAndBuyFixedBlock__container-price-left .new{color:#fff;font-size:20px;line-height:20px;font-weight:500}.PriceAndBuyFixedBlock__container-price-divider{width:1px;margin:2px 0;height:auto;background:#855cff}.PriceAndBuyFixedBlock__container-price-right{display:flex;flex-direction:column;color:#fff;font-size:12px;line-height:14px;font-weight:500;gap:2px;justify-content:center}.PriceAndBuyFixedBlock__container-price-right span{font-size:16px;line-height:20px}.PriceAndBuyFixedBlock .BuyButton{width:-moz-max-content;width:max-content;margin-left:auto;padding:0 10px}.PriceAndBuyFixedBlock .BuyButton__icon{margin-right:10px}.PriceAndBuyFixedBlock .BuyButton__text{margin-right:0;font-size:12px;font-weight:600}.PriceAndBuyTellMe{background:#fff;border-radius:8px;width:100%;padding:20px;display:flex;margin-top:20px;align-items:flex-end;position:relative;gap:15px}@media screen and (max-width:1365px){.PriceAndBuyTellMe{align-items:flex-start;flex-direction:column;gap:10px;padding:15px}}.PriceAndBuyTellMe .PrimaryButton{color:#6734ff;font-size:14px;font-weight:600;text-transform:uppercase;padding:0 20px;width:-moz-max-content;width:max-content;margin-top:0}@media screen and (max-width:1365px){.PriceAndBuyTellMe .PrimaryButton{width:100%}}.PriceAndBuyTellMe__price{display:flex;flex-direction:column;width:-moz-max-content;width:max-content;margin-right:15px}.PriceAndBuyTellMe__price-old{font-weight:500;font-size:16px;color:#8590a6;position:relative;width:-moz-fit-content;width:fit-content}.PriceAndBuyTellMe__price-old::after{content:"";position:absolute;width:100%;height:1px;background:#8590a6;left:0;top:50%;transform:translateY(-50%)}.PriceAndBuyTellMe__price-new{font-weight:500;font-size:32px;color:#2f2d40;margin-top:10px}@media screen and (max-width:1365px){.PriceAndBuyTellMe__price-new{margin-top:5px}}.PriceAndBuyTellMe__price-new:first-child{margin-top:0}.PriceAndBuyTellMe__compare{display:flex;align-items:center;justify-content:space-around;width:40px;height:40px;position:relative;transition:all 250ms ease-in-out;border-radius:8px;background:0 0}@media screen and (max-width:767px){.PriceAndBuyTellMe__compare{position:absolute;top:15px;right:15px}}.PriceAndBuyTellMe__compare-icon{width:24px;height:24px;display:flex;background-image:url(../assets/product-card/compare-icon.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.PriceAndBuyTellMe__compare:hover{background:#f6f8fb;cursor:pointer}.PriceAndBuyTellMe__compare.active .PriceAndBuyTellMe__compare-icon,.PriceAndBuyTellMe__compare:hover .PriceAndBuyTellMe__compare-icon{background-image:url(../assets/product-card/compare-icon-active.svg)}.PriceAndBuyTellMe__compare.active::after{content:"";position:absolute;right:3px;top:3px;background:url(../assets/product-card/compare-active.svg);width:18px;height:18px;background-size:100% 100%;transition:all 250ms ease-in-out}.PriceAndBuyTellMe__compare.active:hover::after{background:url(../assets/product-card/compare-active-hover.svg)}@media screen and (max-width:767px){.PriceAndBuyTellMe__compare.active:hover::after{background:url(../assets/product-card/compare-active.svg)}}.PromoCodePopup{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){.PromoCodePopup{position:fixed;width:100%;height:100vh;left:0;top:0;z-index:999;padding:20px 15px}}.PromoCodePopup.active{opacity:1;pointer-events:all}.PromoCodePopup__head{display:flex;justify-content:space-between;align-items:center}.PromoCodePopup__head-name{font-weight:500;font-size:24px;color:#2f2d40}.PromoCodePopup__head-cross{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.PromoCodePopup__head-cross:hover,.TellMePopup__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.PromoCodePopup__body{display:flex;flex-direction:column}.PromoCodePopup__body-head,.PromoCodePopup__body-period{font-weight:500;font-size:14px;color:#f05;margin-top:20px}.PromoCodePopup__body-head{color:#2f2d40}.PromoCodePopup__body-list{padding-left:15px}.PromoCodePopup__body-list-item{font-weight:500;font-size:14px;color:#2f2d40;margin-top:5px}.PromoCodePopup__body-foot{font-weight:500;font-size:12px;line-height:17px;color:#5c6373;margin-top:15px}.TellMePopup{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0}.TellMePopup__overlay{background:rgba(0,0,0,.25);width:100%;height:100%;position:absolute;z-index:1}.TellMePopup__container{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px}@media screen and (max-width:767px){.TellMePopup__container{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.TellMePopup__head{display:flex;justify-content:space-between}.TellMePopup__head-name{font-weight:500;font-size:24px;color:#2f2d40}.TellMePopup__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.TellMePopup__body{display:flex;flex-direction:column}.TellMePopup__body-text{font-weight:500;font-size:14px;line-height:20px;color:#000;margin-top:20px}.TellMePopup__body-inputs{display:flex;flex-direction:column;width:100%}.TellMePopup__body-inputs .FormInput,.TellMePopup__body-inputs .FormPhone{margin-top:20px}.TellMePopup__body-inputs-submit{width:100%;height:40px;display:flex;align-items:center;justify-content:space-around;background:#572bd9;border-radius:8px;color:#fff;margin-top:20px;transition:all 250ms ease-in-out}.TellMePopup__body-inputs-submit:hover{cursor:pointer;background:#904bff}.TellMePopup__body-inputs-submit.disabled{opacity:.5;cursor:default;background:#6734ff}.TellMePopup__complete{display:flex;flex-direction:column;margin-top:55px}@media screen and (max-width:768px){.TellMePopup__complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content}}.TellMePopup__complete-img{width:210px;height:200px;background:url(../assets/product-card/popup-complete.svg);background-size:100% 100%;margin:0 auto}.TellMePopup__complete-text{margin-top:30px}.TellMePopup__complete-text p{font-weight:500;font-size:14px;color:#5c6373;text-align:center}.TellMePopup__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)}.TellMePopup__preloader.active{pointer-events:auto;opacity:1}.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,.ReviewsAndQuestionsReview__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,.ProductPayAndWarrantyPopupReturn__container-body p: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}.PriceAndBuyPromoCode{display:flex;align-items:center;position:relative;margin-top:15px}.PriceAndBuyPromoCode__text{font-weight:500;font-size:14px;color:#2f2d40}.PriceAndBuyPromoCode__text span{font-weight:600;color:#f05}.PriceAndBuyPromoCode__code{padding:7px 13px;background:#ffe6ee;border-radius:16px;width:180px;margin-left:20px;position:relative;display:flex;transition:all 250ms ease-in-out}.PriceAndBuyPromoCode__code:hover{cursor:pointer;background:#fff2f7}.PriceAndBuyPromoCode__code input{font-weight:600;font-size:14px;color:#f05;width:calc(100% - 20px)}.PriceAndBuyPromoCode__code-icon{width:16px;height:16px;display:flex;background:url(../assets/product-card/promocode-icon.svg);position:absolute;right:8px;top:8px}@media screen and (max-width:767px){.PriceAndBuyPromoCode__code{width:146px}}.ProductCardPageCharGroup{display:flex;flex-direction:column;width:100%;margin-top:30px}@media screen and (max-width:1365px){.ProductCardPageCharGroup:first-child{margin-top:20px}}.ProductCardPageCharGroup:last-child{margin-bottom:0}.ProductCardPageCharGroup__name{display:flex}.ProductCardPageCharGroup__name th{font-weight:500;font-size:20px;color:#2f2d40;margin-bottom:20px}@media screen and (max-width:1365px){.ProductCardPageCharGroup__name th{padding:0 15px;margin-bottom:10px}}.ProductCardPageCharGroup__prop{display:grid;grid-template-columns:1fr 1fr;position:relative;grid-gap:20px;padding:15px;border-radius:8px}.ProductCardPageCharGroup__prop:nth-child(even),.ProductCardPageCharGroup__prop:nth-child(even) .ProductCardPageCharGroup__prop-name,.ProductCardPageCharGroup__prop:nth-child(even) .ProductCardPageCharGroup__prop-name p,.ProductCardPageCharGroup__prop:nth-child(even) .ProductCardPageCharGroup__prop-value{background:#f6f8fb}@media screen and (max-width:1365px){.ProductCardPageCharGroup__prop{border-radius:0;grid-template-columns:1fr;grid-gap:10px}}.ProductCardPageCharGroup__prop-name,.ProductCardPageCharGroup__prop-name p,.ProductCardPageCharGroup__prop-value{font-weight:500;font-size:14px;background:#fff}.ProductCardPageCharGroup__prop-name{width:100%;position:relative}.ProductCardPageCharGroup__prop-name p{color:#5c6373;z-index:2;width:-moz-fit-content;width:fit-content;position:relative;padding-right:20px}.ProductCardPageCharGroup__prop-name::before{content:"";border-bottom:2px dotted #dadee6;width:100%;position:absolute;left:0;top:12px;z-index:1}@media screen and (max-width:1365px){.ProductCardPageCharGroup__prop-name::before{display:none}}.ProductCardPageCharGroup__prop-value{color:#2f2d40;width:100%;z-index:2;position:relative;text-align:left;display:flex;flex-wrap:wrap}@media screen and (max-width:1365px){.ProductCardPageCharGroup__prop-value{text-align:unset}}.ProductCardPageCharGroup__prop-value p:after{content:",";margin-right:3px}.ProductCardPageCharGroup__prop-value p:last-child:after{display:none}.BadgesPopupConsult__body-buttons-button.phone span,.ProductCardPageCharGroup__prop-value p span,.SuppPopup__container-body-top-info-code p span{color:#2f2d40}.ProductCardPageCharGroup__prop-value p a:hover{color:#855cff;text-decoration:underline}.ProductCardNameBlockCodes{display:flex;gap:10px}.ProductCardNameBlockCodes__article,.ProductCardNameBlockCodes__code{font-weight:500;font-size:12px;color:#5c6373;border-radius:8px;background:#fff;padding:3px 5px 3px 10px;position:relative;transition:all 250ms ease-in-out;display:flex;align-items:center}@media screen and (max-width:1365px){.ProductCardNameBlockCodes__article,.ProductCardNameBlockCodes__code{padding:3px 10px 3px 15px}}.ProductCardNameBlockCodes__article span,.ProductCardNameBlockCodes__code span{font-weight:600;color:#2f2d40;margin-left:3px}.ProductCardNameBlockCodes__article::after,.ProductCardNameBlockCodes__code::after{content:"";display:flex;width:24px;height:24px;background:url(../assets/product-card/copy-icon.svg);transition:all 250ms ease-in-out;margin-left:10px}.ProductCardNameBlockCodes__article:hover,.ProductCardNameBlockCodes__code:hover{background:#edeff2;cursor:pointer}.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;z-index:3}.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{position:absolute;top:-2px;right:-2px;width:26px;height:26px;transform:rotateY(-180deg) rotateZ(-90deg)}.ProductCardNameBlockPopup__close svg circle{stroke-dasharray:76px;stroke-dashoffset:0;stroke-linecap:round;stroke-width:2px;stroke:#6734ff;fill:none;animation:countdown 2600ms linear infinite forwards}.ProductPayAndWarrantyPopupReturn{width:100%;height:100vh;position:fixed;z-index:999;left:0;top:0}.ProductPayAndWarrantyPopupReturn__overlay{background:rgba(0,0,0,.25);width:100%;height:100%;position:absolute;z-index:1}.ProductPayAndWarrantyPopupReturn__container{display:flex;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;padding:20px;border-radius:8px}@media screen and (max-width:767px){.ProductPayAndWarrantyPopupReturn__container{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px;box-shadow:unset}}.ProductPayAndWarrantyPopupReturn__container-head{display:flex;justify-content:space-between}.ProductPayAndWarrantyPopupReturn__container-head-name{font-weight:500;font-size:24px;color:#2f2d40}.ProductPayAndWarrantyPopupReturn__container-head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out;margin-left:auto}.ProductPayAndWarrantyPopupReturn__container-head-close:hover,.ProductPayAndWarrantyPopupWarranty__container-head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.ProductPayAndWarrantyPopupReturn__container-body{display:flex;flex-direction:column;width:100%;margin-top:20px}.ProductPayAndWarrantyPopupReturn__container-body p,.ProductPayAndWarrantyPopupWarranty__container-body div p{font-size:14px;font-weight:500;line-height:160%;color:#2f2d40;margin-top:15px}.ProductPayAndWarrantyPopupReturn__container-body a{color:#6734ff;text-decoration:underline;display:block;font-size:14px;font-weight:500;line-height:16px;margin-top:5px}.ProductPayAndWarrantyPopupWarranty{width:100%;height:100vh;position:fixed;z-index:999;left:0;top:0}.ProductPayAndWarrantyPopupWarranty__overlay{background:rgba(0,0,0,.25);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:380px;height:-moz-fit-content;height:fit-content;background:#fff;padding:20px;border-radius:8px}@media screen and (max-width:767px){.ProductPayAndWarrantyPopupWarranty__container{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px}}.ProductPayAndWarrantyPopupWarranty__container-head{display:flex;justify-content:space-between}.ProductPayAndWarrantyPopupWarranty__container-head-name{font-weight:500;font-size:24px;color:#2f2d40;line-height:24px}.ProductPayAndWarrantyPopupWarranty__container-head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out;margin-left:auto}.ProductPayAndWarrantyPopupWarranty__container-body{display:flex;flex-direction:column;width:100%;margin-top:20px}.ProductPayAndWarrantyPopupWarranty__container-body div p{margin-top:10px}.ProductPayAndWarrantyPopupWarranty__container-body div p:first-child{margin-top:0}.ProductPayAndWarrantyPopupWarranty__container-body div a{color:#6734ff;text-decoration:underline;display:block;font-size:14px;font-weight:500;margin-top:10px}.ProductPayAndWarrantyPopupWarranty__container-body div a:hover{cursor:pointer}.AddQuestionPopup{display:flex;width:100%;height:100vh;position:fixed;left:0;top:0;z-index:10;padding:24px 0}.AddQuestionPopup__container{display:flex;flex-direction:column;padding:30px 11px 30px 30px;background:#fff;border-radius:8px;width:640px;left:0;right:0;top:0;bottom:0;margin:auto;z-index:2;max-height:100%;position:relative}.AddQuestionPopup__container.complete{padding:20px 11px 20px 20px;width:380px;height:460px}@media screen and (max-width:767px){.AddQuestionPopup__container.complete{padding:20px 11px 20px 15px}.AddQuestionPopup__container{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 11px 20px 15px}}.AddQuestionPopup__container-head{display:flex;justify-content:space-between;padding-right:19px}@media screen and (max-width:767px){.AddQuestionPopup__container-head{padding-right:4px}}.AddQuestionPopup__container-head-name{font-weight:500;font-size:24px;color:#2f2d40}.AddQuestionPopup__container-head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.AddQuestionPopup__container-head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.AddQuestionPopup__container-body{display:flex;flex-direction:column;margin-top:24px;overflow-x:auto;padding-right:19px}@media screen and (max-width:767px){.AddQuestionPopup__container-body{padding-right:4px;margin-top:20px}}.AddQuestionPopup__container-body::-webkit-scrollbar-track{background:#f6f8fb}.AddQuestionPopup__container-body::-webkit-scrollbar-thumb{background:#dadee6}.AddQuestionPopup__container-body .AddReviewPopupRating{margin-bottom:8px}.AddQuestionPopup__container-body .FormInput{margin-top:16px}.AddQuestionPopup__container-body .FormCheckbox{margin-top:24px}@media screen and (max-width:767px){.AddQuestionPopup__container-body .FormCheckbox{margin-top:20px}}.AddQuestionPopup__container-body-media{display:flex;flex-direction:column;width:100%;margin-top:24px}.AddQuestionPopup__container-body-media-head{font-weight:500;font-size:18px;color:#2f2d40}@media screen and (max-width:767px){.AddQuestionPopup__container-body-media-head{margin-bottom:4px}}.AddQuestionPopup__container-body-media-body{display:flex;flex-direction:column;width:100%}.AddQuestionPopup__container-body-media-body-button{width:100%;height:40px;background:#f0ebff;border-radius:8px;display:flex;align-items:center;justify-content:space-around;color:#6734ff;font-weight:500;font-size:14px;margin-top:16px;transition:all 250ms ease-in-out}.AddQuestionPopup__container-body-media-body-button:hover{cursor:pointer;background:#e0d6ff}.AddQuestionPopup__container-body-media-body-button input{display:none}.AddQuestionPopup__container-body-media-foot{display:flex;font-weight:500;font-size:13px;color:#8590a6;margin-top:16px}.AddQuestionPopup__container-body-person{display:flex;align-items:flex-end}@media screen and (max-width:767px){.AddQuestionPopup__container-body-person{flex-direction:column}}.AddQuestionPopup__container-body-person .FormInput{margin-left:20px}@media screen and (max-width:767px){.AddQuestionPopup__container-body-person .FormInput{margin-left:0}}.AddQuestionPopup__container-body-person .FormInput:first-child{margin-left:0}.AddQuestionPopup__container-body-submit{width:100%;height:40px;background:#6734ff;border-radius:8px;font-weight:500;font-size:14px;color:#fff;display:flex;align-items:center;justify-content:space-around;min-height:40px;margin-top:24px;transition:all 250ms ease-in-out}.AddQuestionPopup__container-body-submit:hover{cursor:pointer;background:#794dff}.AddQuestionPopup__container-body-submit.disabled{opacity:.5}.AddQuestionPopup__container-body-submit.disabled:hover,.ReplyReviewPopup__container-body-submit.disabled:hover{cursor:default;background:#6734ff}@media screen and (max-width:767px){.AddQuestionPopup__container-body-submit{margin-top:20px}}.AddQuestionPopup__container-body-offert{font-weight:500;font-size:13px;color:#8590a6;display:inline;margin-top:16px}.AddQuestionPopup__container-body-offert a,.AddReviewPopup__container-body-offert a,.ReplyReviewPopup__container-body-offert a,.ReviewsAndQuestionsReview__body-text a{color:#6734ff;text-decoration:underline}.AddQuestionPopup__container-complete{display:flex;flex-direction:column;margin-top:55px}@media screen and (max-width:768px){.AddQuestionPopup__container-complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content}}.AddQuestionPopup__container-complete-img{width:210px;height:200px;background:url(../assets/product-card/popup-complete.svg);background-size:100% 100%;margin:0 auto}.AddQuestionPopup__container-complete-text{margin-top:30px}.AddQuestionPopup__container-complete-text p,.AddReviewPopup__container-complete-text p,.ReplyReviewPopup__container-complete-text p{font-weight:500;font-size:14px;color:#5c6373;text-align:center}.AddQuestionPopup__container-complete-text p:first-child,.AddReviewPopup__container-complete-text p:first-child,.ReplyReviewPopup__container-complete-text p:first-child{font-weight:500;font-size:18px;color:#2f2d40;margin-bottom:16px}.AddQuestionPopup__container-preloader{width:100%;height:100vh;background:#fff;display:flex;align-items:center;justify-content:space-around;pointer-events:none;opacity:0;transition:all 250ms ease-in-out;border-radius:8px;position:absolute;left:0;top:0}.AddQuestionPopup__container-preloader.active{opacity:.5;pointer-events:all}.AddQuestionPopup__overlay{display:flex;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:1}.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:30px 11px 30px 30px;background:#fff;border-radius:8px;width:640px;left:0;right:0;top:0;bottom:0;margin:auto;z-index:2;max-height:100%;position:relative}.ReplyReviewPopup__container.complete{padding:20px 11px 20px 20px;width:380px;height:460px}@media screen and (max-width:767px){.ReplyReviewPopup__container.complete{padding:20px 11px 20px 15px}.ReplyReviewPopup__container{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 11px 20px 15px}}.ReplyReviewPopup__container-head{display:flex;justify-content:space-between;padding-right:19px}@media screen and (max-width:767px){.ReplyReviewPopup__container-head{padding-right:4px}}.ReplyReviewPopup__container-head-name{font-weight:500;font-size:24px;color:#2f2d40}.ReplyReviewPopup__container-head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.ReplyReviewPopup__container-head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.ReplyReviewPopup__container-body{display:flex;flex-direction:column;margin-top:24px;padding-right:19px}@media screen and (max-width:767px){.ReplyReviewPopup__container-body{padding-right:4px;margin-top:20px}}.ReplyReviewPopup__container-body .FormInput,.ReplyReviewPopup__container-body .FormTextArea{margin-top:16px}.ReplyReviewPopup__container-body-submit{width:100%;height:40px;background:#6734ff;border-radius:8px;font-weight:500;font-size:14px;color:#fff;display:flex;align-items:center;justify-content:space-around;min-height:40px;margin-top:24px;transition:all 250ms ease-in-out}.ReplyReviewPopup__container-body-submit:hover{cursor:pointer;background:#794dff}.ReplyReviewPopup__container-body-submit.disabled{opacity:.5}@media screen and (max-width:767px){.ReplyReviewPopup__container-body-submit{margin-top:20px}}.ReplyReviewPopup__container-body-offert{font-weight:500;font-size:13px;color:#8590a6;display:inline;margin-top:16px}.ReplyReviewPopup__container-complete{display:flex;flex-direction:column;margin-top:55px}@media screen and (max-width:768px){.ReplyReviewPopup__container-complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content}}.ReplyReviewPopup__container-complete-img{width:210px;height:200px;background:url(../assets/product-card/popup-complete.svg);background-size:100% 100%;margin:0 auto}.ReplyReviewPopup__container-complete-text{margin-top:30px}.ReplyReviewPopup__container-preloader{width:100%;height:100vh;background:#fff;display:flex;align-items:center;justify-content:space-around;pointer-events:none;opacity:0;transition:all 250ms ease-in-out;border-radius:8px;position:absolute;left:0;top:0}.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,.25);z-index:1}.ReviewsAndQuestionsEButton{background:#f6f8fb;border:1px solid #dadee6;border-radius:8px;width:100%;height:100%;transition:all 250ms ease-in-out;display:flex;align-items:center;justify-content:space-around}@media screen and (max-width:1365px){.ReviewsAndQuestionsEButton{min-height:92px}}.ReviewsAndQuestionsEButton:hover{cursor:pointer;background:#f0ebff}.ReviewsAndQuestionsEButton__inner{font-weight:500;font-size:16px;color:#2f2d40;display:flex;align-items:center}.ReviewsAndQuestionsEButton__inner::before{content:"";width:32px;height:32px;margin-right:24px;background:url(../assets/product-card/review-and-questions-e-button.svg);background-size:100% 100%}.ReviewsAndQuestionsQuestion{display:flex;flex-direction:column;width:100%;padding:16px 20px;background:#fff;border-radius:8px;margin-left:20px;height:-moz-max-content;height:max-content}@media screen and (max-width:1600px){.ReviewsAndQuestionsQuestion{margin-left:15px}}@media screen and (max-width:1439px){.ReviewsAndQuestionsQuestion{margin-left:20px}}@media screen and (max-width:767px){.ReviewsAndQuestionsQuestion{padding:15px;margin-left:0;margin-top:10px}.ReviewsAndQuestionsQuestion:first-child{margin-top:0}}.ReviewsAndQuestionsQuestion:first-child{margin-left:0}.ReviewsAndQuestionsQuestion__top{display:flex;flex-direction:column}.ReviewsAndQuestionsQuestion__top-text{font-weight:500;font-size:14px;line-height:20px;color:#2f2d40}.ReviewsAndQuestionsQuestion__top-person{margin-top:20px;display:flex;justify-content:space-between;align-items:center}.ReviewsAndQuestionsQuestion__top-person-name{font-weight:700;font-size:14px;color:#2f2d40}.ReviewsAndQuestionsQuestion__top-person-date{font-weight:500;font-size:14px;color:#8590a6}.ReviewsAndQuestionsQuestion__bottom{padding-top:20px;border-top:1px solid #edeff2;margin-top:20px;display:flex;flex-direction:column}.ReviewsAndQuestionsQuestion__bottom-head{display:flex;align-items:center}.ReviewsAndQuestionsQuestion__bottom-head-badge{background:#f0ebff;border-radius:12px;width:120px;height:24px;font-weight:600;font-size:12px;color:#6734ff;display:flex;align-items:center;justify-content:space-around}.ReviewsAndQuestionsQuestion__bottom-head-date{font-weight:500;font-size:14px;color:#8590a6;margin-left:auto}.ReviewsAndQuestionsQuestion__bottom-body{font-weight:500;font-size:14px;line-height:20px;color:#2f2d40;margin-top:16px}.ReviewsAndQuestionsReview{display:flex;flex-direction:column;width:100%;padding:16px 20px;background:#fff;border-radius:8px;margin-left:20px;height:-moz-max-content;height:max-content}@media screen and (max-width:1600px){.ReviewsAndQuestionsReview{margin-left:15px}}@media screen and (max-width:1439px){.ReviewsAndQuestionsReview{margin-left:20px}}@media screen and (max-width:767px){.ReviewsAndQuestionsReview{padding:15px;margin-left:0;margin-top:10px}.ReviewsAndQuestionsReview:first-child{margin-top:0}}.ReviewsAndQuestionsReview:first-child{margin-left:0}.ReviewsAndQuestionsReview__head{display:flex;width:100%;padding-bottom:16px;border-bottom:1px solid #edeff2;margin-bottom:16px}@media screen and (max-width:768px){.ReviewsAndQuestionsReview__head{padding-bottom:15px}}.ReviewsAndQuestionsReview__head-text{font-weight:500;font-size:16px;color:#2f2d40}.ReviewsAndQuestionsReview__body{display:flex;flex-direction:column}.ReviewsAndQuestionsReview__body-rating{display:flex;flex-direction:column;position:relative;overflow:hidden;max-width:98px}.ReviewsAndQuestionsReview__body-rating-star{display:flex;gap:2px;overflow:hidden}.ReviewsAndQuestionsReview__body-rating-star.fill{position:absolute;overflow:hidden;width:0;max-width:98px}.ReviewsAndQuestionsReview__body-rating-star-empty,.ReviewsAndQuestionsReview__body-rating-star-fill{width:18px;min-width:18px;min-height:18px;height:18px;background-size:100% 100%}.ReviewsAndQuestionsReview__body-rating-star-fill{background-image:url(../assets/product-card/rating-star-fill.svg)}.ReviewsAndQuestionsReview__body-rating-star-empty{background-image:url(../assets/product-card/rating-star-empty.svg)}.ReviewsAndQuestionsReview__body-text{font-weight:500;font-size:14px;line-height:20px;color:#2f2d40;margin-top:16px}.ReviewsAndQuestionsReview__body-sub{display:flex;flex-direction:column;margin-top:16px}.ReviewsAndQuestionsReview__body-sub-head{font-weight:500;font-size:14px;color:#5c6373}.ReviewsAndQuestionsReview__body-sub-text{color:#2f2d40;margin-top:5px;font-size:14px;line-height:20px;font-weight:500}.ReviewsAndQuestionsReview__body-person{display:flex;width:100%;align-items:center;margin-top:20px}.ReviewsAndQuestionsReview__body-person-wrapper{display:flex;width:48px;height:48px;overflow:hidden;border-radius:32px}.ReviewsAndQuestionsReview__body-person-data{display:flex;flex-direction:column;margin-left:16px;height:-moz-fit-content;height:fit-content}.ReviewsAndQuestionsReview__body-person-data-name{font-weight:600;font-size:14px;color:#2f2d40}.ReviewsAndQuestionsReview__body-person-data-date{font-weight:500;font-size:14px;color:#8590a6;margin-top:4px}.AddReviewPopup__container-body-media-body-button input,.ReviewsAndQuestionsReview__body-person.simple .ReviewsAndQuestionsReview__body-person-wrapper{display:none}.ReviewsAndQuestionsReview__body-person.simple .ReviewsAndQuestionsReview__body-person-data{flex-direction:row;justify-content:space-between;width:100%;margin-left:0}.ReviewsAndQuestionsReview__body-person.simple .ReviewsAndQuestionsReview__body-person-data-date{margin-top:0}.ReviewsAndQuestionsReview__foot{display:flex;width:100%;margin-top:26px;align-items:center}.ReviewsAndQuestionsReview__foot-answer,.ReviewsAndQuestionsReview__foot-feedbacks,.ReviewsAndQuestionsReview__foot-likes{font-weight:500;font-size:14px;color:#8590a6;padding-left:26px;position:relative;align-items:center;transition:all 250ms ease-in-out}.ReviewsAndQuestionsReview__foot-answer::before,.ReviewsAndQuestionsReview__foot-feedbacks::before,.ReviewsAndQuestionsReview__foot-likes::before{content:"";width:16px;height:16px;background-size:100% 100%;position:absolute;left:0;top:0;transition:all 250ms ease-in-out}.ReviewsAndQuestionsReview__foot-answer:hover,.ReviewsAndQuestionsReview__foot-feedbacks:hover,.ReviewsAndQuestionsReview__foot-likes:hover{color:#2f2d40;cursor:pointer}.ReviewsAndQuestionsReview__foot-answer.disabled,.ReviewsAndQuestionsReview__foot-feedbacks.disabled,.ReviewsAndQuestionsReview__foot-likes.disabled{cursor:default;pointer-events:none}.ReviewsAndQuestionsReview__foot-answer::before{background-image:url(../assets/product-card/review-answer.svg)}.ReviewsAndQuestionsReview__foot-answer:hover::before{background-image:url(../assets/product-card/rating-answer-black.svg)}.ReviewsAndQuestionsReview__foot-feedbacks{margin-left:20px}.ReviewsAndQuestionsReview__foot-feedbacks::before{background-image:url(../assets/product-card/review-feedbacks.svg)}.ReviewsAndQuestionsReview__foot-feedbacks:hover::before{background-image:url(../assets/product-card/review-feedbacks-black.svg)}.ReviewsAndQuestionsReview__foot-likes{margin-left:auto}.ReviewsAndQuestionsReview__foot-likes::before{background-image:url(../assets/product-card/review-like.svg)}.ReviewsAndQuestionsReview__foot-likes:hover::before{background-image:url(../assets/product-card/review-like-black.svg)}.AddReviewPopup{display:flex;width:100%;height:100vh;position:fixed;left:0;top:0;z-index:10;padding:24px 0}.AddReviewPopup__container{display:flex;flex-direction:column;padding:30px 11px 30px 30px;background:#fff;border-radius:8px;width:640px;left:0;right:0;top:0;bottom:0;margin:auto;z-index:2;max-height:100%;position:relative}.AddReviewPopup__container.complete{padding:20px 11px 20px 20px;width:380px;height:460px}@media screen and (max-width:767px){.AddReviewPopup__container,.AddReviewPopup__container.complete{padding:20px 11px 20px 15px}.AddReviewPopup__container{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0}}.AddReviewPopup__container-head{display:flex;justify-content:space-between;padding-right:19px}@media screen and (max-width:767px){.AddReviewPopup__container-head{padding-right:4px}}.AddReviewPopup__container-head-name{font-weight:500;font-size:24px;color:#2f2d40}.AddReviewPopup__container-head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.AddReviewPopup__container-head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.AddReviewPopup__container-body{display:flex;flex-direction:column;margin-top:24px;overflow-x:auto;padding-right:19px}@media screen and (max-width:767px){.AddReviewPopup__container-body{padding-right:4px;margin-top:20px}}.AddReviewPopup__container-body::-webkit-scrollbar-track{background:#f6f8fb}.AddReviewPopup__container-body::-webkit-scrollbar-thumb{background:#dadee6}.AddReviewPopup__container-body .AddReviewPopupRating{margin-bottom:8px}.AddReviewPopup__container-body .FormInput,.AddReviewPopup__container-body .FormTextArea{margin-top:16px}.AddReviewPopup__container-body .FormCheckbox{margin-top:24px}@media screen and (max-width:767px){.AddReviewPopup__container-body .FormCheckbox{margin-top:20px}}.AddReviewPopup__container-body-media{display:flex;flex-direction:column;width:100%;margin-top:24px}.AddReviewPopup__container-body-media-head{font-weight:500;font-size:18px;color:#2f2d40}@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:40px;background:#f0ebff;border-radius:8px;display:flex;align-items:center;justify-content:space-around;color:#6734ff;font-weight:500;font-size:14px;margin-top:16px;transition:all 250ms ease-in-out}.AddReviewPopup__container-body-media-body-button:hover{cursor:pointer;background:#e0d6ff}.AddReviewPopup__container-body-media-files{gap:8px;font-weight:500;font-size:13px;color:#2f2d40;margin-top:16px;display:none}.AddReviewPopup__container-body-media-files.active{display:flex;flex-wrap:wrap}.AddReviewPopup__container-body-media-foot{display:flex;font-weight:500;font-size:13px;color:#8590a6;margin-top:16px}.AddReviewPopup__container-body-person{display:flex;align-items:flex-end}@media screen and (max-width:767px){.AddReviewPopup__container-body-person{flex-direction:column}}.AddReviewPopup__container-body-person .FormInput{margin-left:20px}@media screen and (max-width:767px){.AddReviewPopup__container-body-person .FormInput{margin-left:0}}.AddReviewPopup__container-body-person .FormInput:first-child{margin-left:0}.AddReviewPopup__container-body-submit{width:100%;height:40px;background:#6734ff;border-radius:8px;font-weight:500;font-size:14px;color:#fff;display:flex;align-items:center;justify-content:space-around;min-height:40px;margin-top:24px;transition:all 250ms ease-in-out}.AddReviewPopup__container-body-submit:hover{cursor:pointer;background:#794dff}.AddReviewPopup__container-body-submit.disabled{opacity:.5}.AddReviewPopup__container-body-submit.disabled:hover{cursor:default;background:#6734ff}@media screen and (max-width:767px){.AddReviewPopup__container-body-submit{margin-top:20px}}.AddReviewPopup__container-body-offert{font-weight:500;font-size:13px;color:#8590a6;display:inline;margin-top:16px}.AddReviewPopup__container-complete{display:flex;flex-direction:column;margin-top:55px}@media screen and (max-width:768px){.AddReviewPopup__container-complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content}}.AddReviewPopup__container-complete-img{width:210px;height:200px;background:url(../assets/product-card/popup-complete.svg);background-size:100% 100%;margin:0 auto}.AddReviewPopup__container-complete-text{margin-top:30px}.AddReviewPopup__container-preloader{width:100%;height:100vh;background:#fff;display:flex;align-items:center;justify-content:space-around;pointer-events:none;opacity:0;transition:all 250ms ease-in-out;border-radius:8px;position:absolute;left:0;top:0}.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(0,0,0,.25);z-index:1}.ProductCardCompareProductHead{background:#fff;border-radius:16px;display:flex;flex-direction:column;padding:16px;position:relative;height:385px}@media screen and (max-width:1365px){.ProductCardCompareProductHead{border-radius:0;border-right:1px solid #edeff2;height:341px}}@media screen and (max-width:767px){.ProductCardCompareProductHead{height:294px}}.ProductCardCompareProductHead__wrapper{width:100%;height:200px;display:flex}@media screen and (max-width:1600px){.ProductCardCompareProductHead__wrapper{height:210px}}@media screen and (max-width:1440px){.ProductCardCompareProductHead__wrapper{height:200px}}@media screen and (max-width:1365px){.ProductCardCompareProductHead__wrapper{height:164px}}@media screen and (max-width:767px){.ProductCardCompareProductHead__wrapper{height:108px}}.ProductCardCompareProductHead__wrapper img{height:100%}.ProductCardCompareProductHead__name{display:flex;font-weight:500;height:40px;font-size:14px;color:#2f2d40;margin-top:8px;line-height:20px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ProductCardCompareProductHead .ProductItemRating{margin-top:8px;margin-bottom:auto}@media screen and (max-width:1365px){.ProductCardCompareProductHead .ProductItemRating__count{margin-left:12px}.ProductCardCompareProductHead .ProductItemRating__count-word{font-size:12px}.ProductCardCompareProductHead .ProductItemRating__count-word::before{margin-right:4px}}.ProductCardCompareProductHead__price{display:flex;flex-direction:column;margin-top:16px}.ProductCardCompareProductHead__price-old{font-weight:500;font-size:14px;color:#8590a6;-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.ProductCardCompareProductHead__price-current{font-weight:500;font-size:24px;color:#2f2d40;margin-top:2px}@media screen and (max-width:767px){.ProductCardCompareProductHead__price-current{font-size:20px}}.ProductCardCompareProductHead__cart{width:40px;height:40px;background-color:#6734ff;border-radius:8px;background-image:url(../assets/product-item/cart-img.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:center;transition:all 250ms ease-in-out;position:absolute;right:20px;bottom:16px}@media screen and (max-width:1365px){.ProductCardCompareProductHead__cart{right:16px;bottom:16px}}.ProductCardCompareProductHead__cart .Preloader{width:25px;height:25px}.ProductCardCompareProductHead__cart .Preloader__first{border-top-color:#9b7dff;border-right-color:#9b7dff}@media (hover:hover) and (pointer:fine){.ProductCardCompareProductHead__cart:hover{background-color:#855cff;cursor:pointer}}.ProductCardCompareProductHead__cart.active{background-color:#f0ebff;background-image:url(../assets/product-item/cart-active-img.svg);background-size:24px 24px;background-position-x:10px;background-position-y:6px}.ProductCardCompareProductHead__cart.loading{background-image:none;display:flex;align-items:center;justify-content:space-around;pointer-events:none}.ProductCardCompareProductHead__cart.disabled{opacity:.4;pointer-events:none}.ProductCardCompareProductHead__cart.preorder{background-image:url(../assets/product-card/preorder-icon.svg);background-size:24px 24px}.SalePageCatalogProducts{display:flex;flex-direction:column;width:100%;position:relative}.SalePageCatalogProducts__container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;height:-moz-max-content;height:max-content}.SalePageCatalogProducts__container .ProductItem{width:100%}@media screen and (max-width:1365px){.SalePageCatalogProducts__container{min-height:unset;margin:0 auto;grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:767px){.SalePageCatalogProducts__container{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:11px}}@media screen and (max-width:480px){.SalePageCatalogProducts__container{margin:0 -15px;grid-gap:1px}}.SalePageCatalogProducts__bottom{display:flex;width:100%;align-items:center;justify-content:space-around;margin-top:20px}.SalePageCatalogProducts__bottom.disabled,.SuppPopup__container-body-top-info-block-add.added p:before{display:none}.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;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;flex-direction:column;width:790px;height:630px;background:#fff;box-shadow:0 8px 24px rgba(47,45,64,.1);padding:30px;border-radius:16px;overflow-y:auto}@media screen and (max-width:800px){.SuppPopup__container{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:0;padding:0}}.SuppPopup__container-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out;position:absolute;right:20px;top:20px}.SuppPopup__container-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.SuppPopup__container-body{display:flex;flex-direction:column}.SuppPopup__container-body-top{display:flex}@media screen and (max-width:800px){.SuppPopup__container-body-top{flex-direction:column;padding:15px 15px 0}}.SuppPopup__container-body-top-image{width:340px;height:340px;display:flex}@media screen and (max-width:800px){.SuppPopup__container-body-top-image{width:100%;height:auto}}.ProductCardCompareProductHead__wrapper img,.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;margin-left:40px;margin-top:34px;width:350px}@media screen and (max-width:800px){.SuppPopup__container-body-top-info{margin-left:0;margin-top:15px;width:100%}}.SuppPopup__container-body-top-info-code{display:flex}.SuppPopup__container-body-top-info-code p{font-weight:500;font-size:14px;color:#5c6373;padding:8px 16px;background:#edeff2;border-radius:8px}.SuppPopup__container-body-top-info-code p:first-child{padding-right:20px;margin-right:20px;border-right:1px solid #e1e9f5}@media screen and (max-width:800px){.SuppPopup__container-body-top-info-code p:first-child{padding-right:15px;margin-right:15px}}.SuppPopup__container-body-top-info-name{font-weight:500;font-size:20px;color:#2f2d40;margin-top:20px}.SuppPopup__container-body-top-info .ProductCardRating{margin-top:10px}.SuppPopup__container-body-top-info-block{display:flex;align-items:center;margin-top:20px}@media screen and (max-width:800px){.SuppPopup__container-body-top-info-block{flex-direction:column;align-items:unset}}.SuppPopup__container-body-top-info-block-price{display:flex;flex-direction:column;width:-moz-max-content;width:max-content}.SuppPopup__container-body-top-info-block-price-old{font-weight:500;font-size:16px;color:#8590a6;position:relative;width:-moz-fit-content;width:fit-content;text-decoration:line-through}.SuppPopup__container-body-top-info-block-price-new{font-weight:500;font-size:32px;color:#2f2d40;margin-top:5px}.SuppPopup__container-body-top-info-block-price-new:first-child{margin-top:0}.SuppPopup__container-body-top-info-block-add{margin-left:auto;width:220px;height:40px;display:flex;align-items:center;justify-content:space-around;background:0 0;border:1px solid #f0ebff;border-radius:8px}.SuppPopup__container-body-top-info-block-add.added{opacity:.5;pointer-events:none}.SuppPopup__container-body-top-info-block-add:hover{background:#f0ebff;border:1px solid #f0ebff;cursor:pointer}@media screen and (max-width:800px){.SuppPopup__container-body-top-info-block-add{width:100%;margin-top:20px}}.SuppPopup__container-body-top-info-block-add p{color:#6734ff;font-weight:500;font-size:14px;text-transform:uppercase;display:flex;align-items:center}.SuppPopup__container-body-top-info-block-add p:before{content:"";width:10px;height:10px;background:url(../assets/product-card/bundle-add.svg);margin-right:10px}.SuppPopup__container-body-bottom{display:flex}.SuppPopup__container-body-bottom .FullCharacteristicsGroup{margin-top:20px}@media screen and (max-width:800px){.SuppPopup__container-body-bottom .FullCharacteristicsGroup{margin-top:30px}.SuppPopup__container-body-bottom .FullCharacteristicsGroup__name{padding:0 15px}}.SuppPopup__container-body-product{margin-left:auto;width:100%;height:48px;display:flex;align-items:center;justify-content:space-around;background:#6734ff;border-radius:8px;margin-top:30px;transition:all 250ms ease-in-out;font-weight:600;font-size:16px;color:#fff}@media screen and (max-width:800px){.SuppPopup__container-body-product{transition:unset;width:calc(100% - 30px);margin:30px 15px}}.SuppPopup__container-body-product:active,.SuppPopup__container-body-product:hover{cursor:pointer}@media screen and (min-width:800px){.SuppPopup__container-body-product:active,.SuppPopup__container-body-product:hover{background:#904bff}}.SuppProduct{display:flex;flex-direction:column;padding:12px;width:156px;min-width:156px;background:#fff;position:relative;border-radius:8px;margin-left:10px;transition:all 250ms ease-in-out}.SuppProduct::after{content:"";background-image:url(../assets/product-card/bundles-plus.svg);background-size:10px 10px;background-position:center;background-repeat:no-repeat;position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;border-radius:50%;width:24px;height:24px;outline:4px solid #f6f8fb;z-index:1;right:-16px}.SuppProduct:first-child{margin-left:0}.SuppProduct:last-child:after{display:none}@media screen and (min-width:1365px){.SuppProduct.hover{box-shadow:0 2px 8px rgba(0,0,0,.16)}}@media screen and (max-width:1365px){.SuppProduct{width:150px;min-width:150px}}.SuppProduct__wrapper{width:132px;height:100px;margin:0 auto}.SuppProduct__wrapper:hover{cursor:pointer}.SuppProduct__wrapper img{width:100%;height:100%}.SuppProduct__name{font-weight:500;font-size:12px;line-height:16px;color:#2f2d40;margin-top:12px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:all 250ms ease-in-out;margin-bottom:12px}.SuppProduct__name:hover{text-decoration:underline;cursor:pointer}@media screen and (min-width:1365px){.SuppProduct__name:hover{color:#6734ff}}.SuppProduct__price{margin-top:auto;display:flex;flex-direction:column}.SuppProduct__price-old{font-weight:500;font-size:12px;color:#5c6373;position:relative;width:-moz-fit-content;width:fit-content;text-decoration:line-through;line-height:14px}.SuppProduct__price-current{font-weight:500;font-size:16px;color:#2f2d40;margin-top:2px;line-height:20px}.SuppProduct__cashback p,.SuppProduct__m-price{color:#2f2d40;font-size:12px;font-weight:500;gap:4px;display:flex}.SuppProduct__m-price{line-height:14px;margin-top:8px}.SuppProduct.added .SuppProduct__button-text p,.SuppProduct__m-price span{color:#f05}.SuppProduct__cashback p{align-items:flex-end;margin-top:10px}.SuppProduct__cashback p span{font-weight:600;color:#6734ff}.SuppProduct__button{display:flex;padding:9px 0;align-items:center;border:1px solid #f0ebff;box-sizing:border-box;border-radius:8px;width:100%;margin-top:10px;transition:all 250ms ease-in-out}.SuppProduct__button:hover{cursor:pointer}@media screen and (min-width:1365px){.SuppProduct__button:hover{background:#f0ebff}}.SuppProduct__button svg{transition:all 250ms ease-in-out;margin-left:auto}.SuppProduct__button-text{display:flex;margin-left:10px;position:relative;margin-right:auto;margin-top:1px}.SuppProduct__button-text p{font-weight:600;font-size:12px}.SuppProduct__button-text p:first-child{opacity:1;color:#6734ff;text-transform:uppercase;transition:all 250ms ease-in-out}.SuppProduct__button-text p:last-child{position:absolute;left:0;top:0;opacity:0;color:#f05;text-transform:uppercase;transition:all 250ms ease-in-out}.SuppProduct__added{background:#f0ebff;box-sizing:border-box;border-radius:12px;position:absolute;left:10px;top:10px;padding:5px 15px;font-weight:600;font-size:10px;color:#6734ff;text-transform:uppercase;opacity:0;transition:all 250ms ease-in-out}.SuppProduct.added .SuppProduct__button{border:1px solid #ffebf1}@media screen and (min-width:1365px){.SuppProduct.added .SuppProduct__button:hover{background:#ffebf1}}.SuppProduct.added .SuppProduct__button svg{transform:rotate(45deg)}.SuppProduct.added .SuppProduct__button svg rect{fill:#f05}.SuppProduct.added .SuppProduct__button-text p:first-child{opacity:0}.SuppProduct.added .SuppProduct__button-text p:last-child{opacity:1}.SuppProduct.added .SuppProduct__added{opacity:1}.SalePageGroupMore{display:flex;flex-direction:column;align-items:center;width:300px;background:0 0;border-radius:8px;transition:all 250ms ease-in-out;position:relative;height:auto;min-height:488px}@media screen and (max-width:1600px){.SalePageGroupMore{width:245px;min-height:433px}}@media screen and (max-width:1439px){.SalePageGroupMore{width:240px;min-height:428px}}@media screen and (max-width:1365px){.SalePageGroupMore{width:230px;min-height:418px}}@media screen and (max-width:767px){.SalePageGroupMore{width:172px;padding:12px;min-height:350px}}.SalePageGroupMore__arrow{width:80px;height:80px;display:flex;background:url(../assets/catalog/more-category.svg);margin-top:auto;background-size:100% 100%}@media screen and (max-width:1600px){.SalePageGroupMore__arrow{width:64px;height:64px}}@media screen and (max-width:1365px){.SalePageGroupMore__arrow{width:48px;height:48px}}.SalePageGroupMore__text{font-weight:500;font-size:16px;color:#2f2d40;margin-bottom:auto;margin-top:24px;text-align:center}@media screen and (max-width:1600px){.SalePageGroupMore__text{font-size:14px}}@media screen and (max-width:1365px){.SalePageGroupMore__text{margin-top:16px}}.SalePageGroupMore:hover{cursor:pointer}.SalePageGroupsItem{display:flex;flex-direction:column;margin-top:30px}@media screen and (max-width:767px){.SalePageGroupsItem{margin-top:20px}}.SalePageGroupsItem__head{font-weight:500;font-size:24px;color:#2f2d40}@media screen and (max-width:767px){.SalePageGroupsItem__head{font-size:20px}}.SalePageGroupsItem__body{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;margin-top:20px}.SalePageGroupsItem__body .ProductItem,.SalePageGroupsItem__body .SalePageGroupMore{width:100%;min-width:100%}@media screen and (max-width:1600px){.SalePageGroupsItem__body{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.SalePageGroupsItem__body{grid-template-columns:repeat(2,1fr);grid-gap:11px;margin-top:15px}}@media screen and (max-width:480px){.SalePageGroupsItem__body{grid-template-columns:repeat(2,minmax(0,1fr));width:calc(100% + 30px);grid-gap:1px;margin:15px -15px 0}}.AuthSocialButtonsButton{width:100%;border-radius:8px;display:flex;align-items:center;padding:8px 12px;transition:all 250ms ease-in-out}.AuthSocialButtonsButton:hover{cursor:pointer;opacity:.7}.AuthSocialButtonsButton__wrapper{margin-left:auto}.AuthSocialButtonsButton__text{font-weight:500;font-size:14px;margin-left:8px;margin-right:auto}.AuthSocialButtonsButton.apple,.AuthSocialButtonsButton.google{box-shadow:0 1px 1px 0 rgba(0,0,0,.16),0 0 1px 0 rgba(0,0,0,.08)}.AuthSocialButtonsButton.apple{background:#000}.AuthSocialButtonsButton.apple .AuthSocialButtonsButton__wrapper{width:17px;height:20px;background:url(../assets/header/soc-apple.svg);background-size:100% 100%}.AuthSocialButtonsButton.apple .AuthSocialButtonsButton__text{color:#fff}.AuthSocialButtonsButton.google{background:#fff}.AuthSocialButtonsButton.google .AuthSocialButtonsButton__wrapper{width:18px;height:18px;background:url(../assets/header/soc-google.svg);background-size:100% 100%}.AuthSocialButtonsButton.google .AuthSocialButtonsButton__text{color:#5c6373}.AuthSocialButtonsButton.facebook{background:#1877f2}.AuthSocialButtonsButton.facebook .AuthSocialButtonsButton__wrapper{width:20px;height:20px;background:url(../assets/header/soc-facebook.svg);background-size:100% 100%}.AuthSocialButtonsButton.facebook .AuthSocialButtonsButton__text{color:#fff}.MobileCatalogSubItem{display:flex;flex-direction:column;position:absolute;width:100%;height:100%;top:0;left:-100%;transition:all 250ms ease-in-out;background:#fff}.MobileCatalogSubItem.active{left:0}.MobileCatalogSubItem__head{display:flex;align-items:center;padding:20px;margin-bottom:8px}.MobileCatalogSubItem__head-wrapper{width:24px;height:24px;background:url(../assets/header/mobile-catalog-sub-arrow.svg);background-size:100% 100%}.MobileCatalogSubItem__head-text{margin-left:20px;font-weight:500;font-size:20px}.MobileCatalogSubItem__link{margin:10px;font-weight:500;font-size:16px;color:#2f2d40;padding:16px 15px}.MobileCatalogSubItem__link:active,.MobileCatalogSubItem__list-item:active{background:#f6f8fb;border-radius:12px}.MobileCatalogSubItem__list{display:flex;flex-direction:column;width:100%;overflow-y:auto;padding-bottom:85px}.MobileCatalogSubItem__list-item{display:flex;align-items:center;width:calc(100% - 20px);position:relative;margin:0 10px}.MobileCatalogSubItem__list-item-link{font-weight:500;font-size:16px;color:#2f2d40;display:flex;padding:16px 15px;width:100%}.MobileCatalogSubItem__list-item-wrapper{position:absolute;right:15px;width:8px;height:12px;background:url(../assets/header/mobile-catalog-arrow.svg);background-size:100% 100%}.LangSwitch,.LangSwitch__button{display:flex;align-items:center}.LangSwitch__button{width:60px;height:40px;justify-content:space-around;border-radius:8px}.LangSwitch__button.active,.SideBarClient__button.active{background:#f6f8fb}.LangSwitch__separator{width:1px;height:40px;background:#edeff2;display:flex;margin:0 10px}.SideBarClient{display:flex;flex-direction:column}.SideBarClient__button{display:flex;align-items:center;width:100%;padding:12px 15px;border-radius:8px;transition:all 250ms ease-in-out}.SideBarClient__button-text{font-weight:500;font-size:16px;color:#2f2d40}.SideBarClient__button-arrow{margin-left:auto;transition:all 250ms ease-in-out;background:url(../assets/header/side-bar-arrow-down.svg);width:14px;height:9px;background-size:100% 100%}.SideBarClient__button.active .SideBarClient__button-arrow,.SideBarServices__button.active .SideBarServices__button-arrow,.SideBarShowRoom__button.active .SideBarShowRoom__button-arrow,.UserBlock__logged-button.active .UserBlock__logged-button-arrow{transform:rotate(180deg)}.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:12px 15px;border-radius:8px;transition:all 250ms ease-in-out;font-weight:500;font-size:16px;color:#2f2d40}.SideBarCallBack__button:active,.SideBarCallBack__link:active,.SideBarClient__con-button:active,.SideBarServices__button.active{background:#f6f8fb}.SideBarCallBack{display:flex;flex-direction:column}.SideBarCallBack__button{display:flex;align-items:center;padding:12px 15px;width:100%;transition:all 250ms ease-in-out;border-radius:8px}.SideBarCallBack__button-wrapper{width:24px;height:24px;display:flex;align-items:center;justify-content:space-around;background:url(../assets/header/mobile-callback-icon.svg);background-size:100% 100%}.SideBarCallBack__button-text{font-weight:500;font-size:16px;color:#2f2d40;margin-left:15px}.SideBarCallBack__link{display:flex;align-items:center;width:100%;transition:all 250ms ease-in-out;border-radius:8px;position:relative}.SideBarCallBack__link-wrapper{width:24px;height:24px;display:flex;align-items:center;justify-content:space-around;position:absolute;left:15px;top:50%;transform:translateY(-50%);background:url(../assets/header/mobile-callback-icon.svg);background-size:100% 100%}.SideBarCallBack__link-text{font-weight:500;font-size:16px;color:#2f2d40;padding:15px 15px 15px 54px;width:100%}.SideBarCallBack__divider{width:calc(100% - 20px);margin:10px;height:1px;background:#edeff2}.SideBarServices{display:flex;flex-direction:column}.SideBarServices__button{display:flex;align-items:center;width:100%;padding:12px 15px;border-radius:8px;transition:all 250ms ease-in-out}.SideBarServices__button-text{font-weight:500;font-size:16px;color:#2f2d40}.SideBarServices__button-arrow{margin-left:auto;transition:all 250ms ease-in-out;background:url(../assets/header/side-bar-arrow-down.svg);width:14px;height:9px;background-size:100% 100%}.SideBarServices__con{display:flex;width:100%;flex-direction:column;max-height:0;overflow:hidden;transition:all 500ms ease-in-out}.SideBarServices__con.active{max-height:900px}.SideBarServices__con-button{display:flex;align-items:center;width:100%;padding:12px 15px;border-radius:8px;transition:all 250ms ease-in-out;font-weight:500;font-size:16px;color:#2f2d40}.SideBarServices__con-button:active,.SideBarShowRoom__button.active{background:#f6f8fb}.SideBarShowRoom{display:flex;flex-direction:column}.SideBarShowRoom__button{display:flex;align-items:center;width:100%;padding:12px 15px;border-radius:8px;transition:all 250ms ease-in-out}.SideBarShowRoom__button-text{font-weight:500;font-size:16px;color:#2f2d40}.SideBarShowRoom__button-arrow{margin-left:auto;transition:all 250ms ease-in-out;background:url(../assets/header/side-bar-arrow-down.svg);width:14px;height:9px;background-size:100% 100%}.SideBarShowRoom__con{display:flex;width:100%;flex-direction:column;max-height:0;overflow:hidden;transition:all 500ms ease-in-out}.SideBarShowRoom__con.active{max-height:900px}.SideBarShowRoom__con-text{display:flex;flex-direction:column;padding:10px 15px}.BadgesPopupCardPaySale__body ol li:first-child,.SideBarShowRoom__con-text:first-child{margin-top:0}.SideBarShowRoom__con-text p{font-weight:500;font-size:14px;color:#2f2d40;line-height:18px;margin-top:10px}.SideBarShowRoom__con-text p:first-child{font-size:16px;margin-top:0}.SideBarSocButtons{padding:10px 15px;display:flex;align-items:center;width:100%}.SideBarSocButtons__button{width:24px;height:24px;margin-left:30px;background-size:100% 100%}.SideBarSocButtons__button:first-child{margin-left:0}.SideBarSocButtons__button.telegram{background:url(../assets/header/mobile-soc-teleg.svg)}.SideBarSocButtons__button.instagram{background:url(../assets/header/mobile-soc-inst.svg)}.SideBarSocButtons__button.youtube{background:url(../assets/header/mobile-soc-youtube.svg)}.SideBarSocButtons__button.facebook{background:url(../assets/header/mobile-soc-face.svg)}.UserBlock{display:flex;margin-top:20px}.UserBlock__no-log{display:flex;align-items:center;padding:10px 15px;width:100%}.UserBlock__no-log-wrapper{width:40px;height:40px;display:flex;align-items:center;justify-content:space-around;background:#f6f8fb;border-radius:20px}.UserBlock__no-log-wrapper-icon{width:24px;height:24px;background:url(../assets/header/mobile-user-no-log.svg);background-size:100% 100%}.UserBlock__no-log-text{font-weight:500;font-size:16px;color:#2f2d40;margin-left:20px}.UserBlock__no-log-arrow{margin-left:auto;width:9px;height:14px;background:url(../assets/header/mobile-arrow-right.svg);background-size:100% 100%}.UserBlock__logged{display:flex;flex-direction:column;width:100%}.UserBlock__logged-button{display:flex;align-items:center;width:100%;padding:10px 15px;border-radius:8px;transition:all 250ms ease-in-out}.UserBlock__logged-button:hover{cursor:pointer}.UserBlock__logged-button-wrapper{width:40px;height:40px;display:flex;align-items:center;justify-content:space-around;background:#f0ebff;border-radius:20px}.UserBlock__logged-button-wrapper-icon{width:24px;height:24px;background-size:100% 100%;background:url(../assets/header/mobile-user-logged.svg)}.UserBlock__logged-button-text{display:flex;flex-direction:column;width:185px;margin-left:20px}.UserBlock__logged-button-text p:first-child{font-weight:500;font-size:16px;color:#2f2d40}.UserBlock__logged-button-text p:last-child{font-weight:500;font-size:14px;color:#8590a6;margin-top:5px}.UserBlock__logged-button-arrow{margin-left:auto;transition:all 250ms ease-in-out;background:url(../assets/header/side-bar-arrow-down.svg);width:14px;height:9px;background-size:100% 100%}.UserBlock__logged-button.active{background:#f6f8fb}.UserBlock__logged-con{display:flex;width:100%;flex-direction:column;max-height:0;overflow:hidden;transition:all 500ms ease-in-out}.UserBlock__logged-con.active{max-height:900px}.UserBlock__logged-con-button{display:flex;align-items:center;width:100%;padding:12px 15px;border-radius:8px;transition:all 250ms ease-in-out}.UserBlock__logged-con-button:first-child{margin-top:10px}.UserBlock__logged-con-button:hover{cursor:pointer}.UserBlock__logged-con-button-wrapper{width:24px;height:24px;background-size:100% 100%}.UserBlock__logged-con-button-wrapper.personal-info{background:url(../assets/header/personal-info-icon.svg)}.UserBlock__logged-con-button-wrapper.wish-list{background:url(../assets/header/wish-list-icon.svg);padding:0}.UserBlock__logged-con-button-wrapper.watched{background:url(../assets/header/watched-icon.svg)}.UserBlock__logged-con-button-wrapper.my-orders{background:url(../assets/header/my-orders-icon.svg)}.UserBlock__logged-con-button-wrapper.comments{background:url(../assets/header/comments-icon.svg)}.UserBlock__logged-con-button-wrapper.log-out{background:url(../assets/header/profile-exit-icon.svg)}.UserBlock__logged-con-button-text{margin-left:15px;font-weight:500;font-size:16px;color:#2f2d40}.UserBlock__logged-con-button:active{background:#f6f8fb}.banner-grid-item{width:304px;min-width:304px;height:410px;display:flex;position:relative;padding:24px;border-radius:16px;overflow:hidden}.banner-grid-item:hover{cursor:pointer}@media screen and (max-width:1919px){.banner-grid-item{width:268px;min-width:268px;height:362px}}@media screen and (max-width:1599px){.banner-grid-item{width:244px;min-width:244px;height:330px}}@media screen and (max-width:1439px){.banner-grid-item{width:232px;min-width:232px;height:314px}}@media screen and (max-width:1365px){.banner-grid-item{width:227px;min-width:227px;height:306px}}.banner-grid-item:hover .banner-grid-item__img{transform:scale(1.1)}.banner-grid-item__img{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;border-radius:12px;transition:all 150ms ease-in-out}.banner-grid-item__container{display:flex;z-index:2;width:100%;flex-wrap:wrap-reverse;align-self:flex-end;align-items:flex-end;gap:12px}@media screen and (max-width:1365px){.banner-grid-item__container{gap:8px}}.banner-grid-item__container-button{max-width:-moz-max-content;max-width:max-content;height:-moz-max-content;height:max-content;padding:8px 16px;background:#fff;border-radius:18px;font-weight:500;font-size:14px;color:#2f2d40;transition:all 150ms ease-in-out}@media screen and (max-width:1365px){.banner-grid-item__container-button{padding:5px 12px;font-size:12px}}.banner-grid-item__container-button:hover{background:#6734ff;color:#fff}.SizeItem{border:2px solid #edeff2;box-sizing:border-box;border-radius:8px;padding:10px 15px;display:flex;flex-direction:column;transition:all 250ms ease-in-out;margin-left:10px;margin-top:10px;position:relative}@media screen and (max-width:1365px){.SizeItem:last-child{position:relative}.SizeItem:last-child::after{content:"";width:15px;position:absolute;left:100%;top:0;height:100%}}.SizeItem:hover{border:2px solid #d1c2ff;cursor:pointer}.SizeItem.active{border:2px solid #6734ff;padding:10px 15px}.SizeItem.preorder{padding:10px 44px 10px 15px;border:2px solid #c2dbff;box-shadow:0 0 0 1px transparent;justify-content:center}.SizeItem.preorder:before{content:"";position:absolute;width:24px;height:24px;background:url(../assets/product-card/preorder-size-icon.svg);top:0;bottom:0;margin-top:auto;margin-bottom:auto;right:10px}.SizeItem.preorder:hover{border:2px solid #85b8ff}.SizeItem.preorder.active{border:2px solid #006aff}.SizeItem.active.disabled,.SizeItem.disabled{pointer-events:none;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 .SizeItem__name,.SizeItem.disabled .SizeItem__value{color:#a3acbf}.SizeItem.disabled.active{border:2px solid #6734ff}.SizeItem__name,.SizeItem__value{font-weight:500;font-size:14px;color:#2f2d40;white-space:nowrap}.SizeItem__value{color:#5c6373;margin-top:6px}.ColorItem{display:flex;align-items:center;justify-content:space-around;border:2px solid transparent;box-sizing:border-box;transition:all 250ms ease-in-out;border-radius:50%;width:32px;min-width:32px;height:32px;margin-left:5px;position:relative}@media screen and (max-width:1365px){.ColorItem:last-child{position:relative}.ColorItem:last-child::after{content:"";width:15px;position:absolute;left:100%;top:0;height:100%}}@media screen and (max-width:480px){.ColorItem{margin-left:7px}}.ColorItem:first-child{margin-left:0}.ColorItem:hover{border:2px solid #d1c2ff;cursor:pointer}.ColorItem.active{border:2px solid #6734ff}.ColorItem.disabled{pointer-events:none}.ColorItem.disabled:after{content:"";position:absolute;width:24px;height:24px;background:url(../assets/product-card/disable-color.svg);top:1px;left:1px}.ColorItem span{width:24px;height:24px;box-shadow:inset 0 0 3px rgba(0,0,0,.45);margin:2px;border-radius:50%}.BadgesPopupCardPaySale{display:flex;flex-direction:column;width:460px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px}@media screen and (max-width:767px){.BadgesPopupCardPaySale{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupCardPaySale__head{display:flex;justify-content:space-between}.BadgesPopupCardPaySale__head-name{font-weight:500;font-size:24px;line-height:24px;color:#2f2d40}.BadgesPopupCardPaySale__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupCardPaySale__head-close:hover,.BadgesPopupConsult__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.BadgesPopupCardPaySale__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupCardPaySale__body ol li,.BadgesPopupCardPaySale__body p{color:#2f2d40;font-size:14px;font-weight:500;line-height:160%}.BadgesPopupCardPaySale__body ol{margin-top:10px;padding-left:16px}.BadgesPopupCardPaySale__body ol li{margin-top:3px}.BadgesPopupCardPaySale__body div{margin-top:15px;color:#8590a6;font-size:12px;font-weight:500;line-height:160%}.BadgesPopupConsult{display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px}@media screen and (max-width:767px){.BadgesPopupConsult{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupConsult__head{display:flex;justify-content:space-between}.BadgesPopupConsult__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupConsult__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupConsult__body{margin-top:20px}.BadgesPopupConsult__body,.BadgesPopupConsult__body-text{display:flex;flex-direction:column}.BadgesPopupConsult__body-text p{font-weight:500;font-size:14px;color:#000;margin-top:15px;line-height:20px}.BadgesPopupConsult__body-text p:first-child,.BadgesPopupEasyReturn__body ol li:first-child{margin-top:0}.BadgesPopupConsult__body-buttons{display:flex;flex-direction:column;margin-top:5px}.BadgesPopupConsult__body-buttons-button{width:100%;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:space-around;margin-top:15px}.BadgesPopupConsult__body-buttons-button span{width:-moz-fit-content;width:fit-content;color:#fff;font-weight:500;font-size:14px;display:flex;align-items:center}.BadgesPopupConsult__body-buttons-button span:before{width:24px;height:24px;display:flex;content:"";background-position:center;background-repeat:no-repeat;margin-right:15px}.BadgesPopupConsult__body-buttons-button.teleg{background:#2aabee}.BadgesPopupConsult__body-buttons-button.teleg span:before{background-image:url(../assets/product-card/badges/telegramm-logo.svg)}.BadgesPopupConsult__body-buttons-button.viber{background:#7360f2}.BadgesPopupConsult__body-buttons-button.viber span:before{background-image:url(../assets/product-card/badges/viber-logo.svg)}.BadgesPopupConsult__body-buttons-button.phone{background:#f6f8fb}.BadgesPopupConsult__body-buttons-button.phone span:before{background-image:url(../assets/product-card/badges/phone-logo.svg)}.BadgesPopupEasyReturn{display:flex;flex-direction:column;width:400px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px}@media screen and (max-width:767px){.BadgesPopupEasyReturn{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupEasyReturn__head{display:flex;justify-content:space-between}.BadgesPopupEasyReturn__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupEasyReturn__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupEasyReturn__head-close:hover,.BadgesPopupFreeDelivery__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.BadgesPopupEasyReturn__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupEasyReturn__body ol,.BadgesPopupEasyReturn__body p{color:#2f2d40;font-size:14px;font-weight:500;line-height:160%}.BadgesPopupEasyReturn__body ol{margin-top:15px;padding-left:15px}.BadgesPopupEasyReturn__body ol li{margin-top:10px}.BadgesPopupFreeDelivery{display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px}@media screen and (max-width:767px){.BadgesPopupFreeDelivery{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupFreeDelivery__head{display:flex;justify-content:space-between}.BadgesPopupFreeDelivery__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupFreeDelivery__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupFreeDelivery__body{display:flex;flex-direction:column}.BadgesPopupFreeDelivery__body-text{font-weight:500;font-size:14px;margin-top:20px;color:#2f2d40}.BadgesPopupFreeDelivery__body-text span{color:#00b23c}.BadgesPopupFreeDelivery__body-list{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupFreeDelivery__body-list-item{display:flex;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid #edeff2;margin-bottom:15px}.BadgesPopupFreeDelivery__body-list-item span{font-weight:500;font-size:14px;color:#2f2d40;padding-right:20px}.BadgesPopupFreeDelivery__body-list-item span:last-child{color:#5c6373;padding-right:0;padding-left:20px}.BadgesPopupFreeDelivery__body-list-item:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}.BadgesPopupFastOrder{display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px;position:relative}@media screen and (max-width:767px){.BadgesPopupFastOrder{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupFastOrder__head{display:flex;justify-content:space-between}.BadgesPopupFastOrder__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupFastOrder__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupFastOrder__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.BadgesPopupFastOrder__body{display:flex;flex-direction:column}.BadgesPopupFastOrder__body-text{font-weight:500;font-size:14px;line-height:20px;color:#000;margin-top:20px}.BadgesPopupFastOrder__body-inputs{display:flex;flex-direction:column;width:100%}.BadgesPopupFastOrder__body-inputs .FormInput,.BadgesPopupFastOrder__body-inputs .FormPhone{margin-top:20px}.BadgesPopupFastOrder__body-inputs-submit{width:100%;height:40px;display:flex;align-items:center;justify-content:space-around;background:#572bd9;border-radius:8px;color:#fff;margin-top:20px;transition:all 250ms ease-in-out}.BadgesPopupFastOrder__body-inputs-submit:hover{cursor:pointer;background:#904bff}.BadgesPopupFastOrder__body-inputs-submit.disabled{opacity:.5;cursor:default;background:#6734ff}.BadgesPopupFastOrder__complete{display:flex;flex-direction:column;margin-top:55px}@media screen and (max-width:768px){.BadgesPopupFastOrder__complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content}}.BadgesPopupFastOrder__complete-img{width:210px;height:200px;background:url(../assets/product-card/popup-complete.svg);background-size:100% 100%;margin:0 auto}.BadgesPopupFastOrder__complete-text{margin-top:30px}.BadgesPopupFastOrder__complete-text p,.BadgesPopupLive__complete-text p,.BadgesPopupOpenBox__complete-text p{font-weight:500;font-size:14px;color:#5c6373;text-align:center}.BadgesPopupFastOrder__complete-text p:first-child,.BadgesPopupLive__complete-text p:first-child,.BadgesPopupOpenBox__complete-text p:first-child{font-weight:500;font-size:18px;color:#2f2d40;margin-bottom:16px}.BadgesPopupFastOrder__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)}.BadgesPopupFastOrder__preloader.active{pointer-events:auto;opacity:1}.BadgesPopupGift{display:flex;flex-direction:column;width:790px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:30px}@media screen and (max-width:790px){.BadgesPopupGift{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupGift__head{display:flex;justify-content:space-between}.BadgesPopupGift__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupGift__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out;margin-right:-10px;margin-top:-10px}.BadgesPopupGift__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}@media screen and (max-width:790px){.BadgesPopupGift__head-close{margin-right:0;margin-top:0}}.BadgesPopupGift__body{display:flex;flex-direction:column}.BadgesPopupGift__body-top{margin-top:20px;color:#2f2d40;font-size:16px;font-weight:500;line-height:25px}.BadgesPopupGift__body-container{display:flex;margin-top:20px}@media screen and (max-width:790px){.BadgesPopupGift__body-container{flex-direction:column}}.BadgesPopupGift__body-container-wrapper{width:340px;min-width:340px;height:340px;display:flex}@media screen and (max-width:790px){.BadgesPopupGift__body-container-wrapper{width:100%;min-width:unset;height:auto}}.BadgesPopupGift__body-container-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.BadgesPopupGift__body-container-right{display:flex;flex-direction:column;margin-left:40px;margin-top:18px}@media screen and (max-width:790px){.BadgesPopupGift__body-container-right{margin-left:0;margin-top:20px}}.BadgesPopupGift__body-container-right-code{display:flex}.BadgesPopupGift__body-container-right-code-item{display:flex;align-items:center;background:#edeff2;border-radius:8px;width:-moz-max-content;width:max-content;padding:8px 16px;margin-left:8px;color:#5c6373;font-weight:500;font-size:14px}.BadgesPopupGift__body-container-right-code-item:first-child{margin-left:0}.BadgesPopupGift__body-container-right-code-item span{color:#2f2d40;font-weight:600;margin-left:5px}.BadgesPopupGift__body-container-right-name{color:#2f2d40;font-size:20px;font-weight:500;line-height:28px;margin-top:20px}.BadgesPopupGift__body-container-right .ProductCardRating{margin-top:10px}.BadgesPopupGift__body-container-right-bottom{display:flex;margin-top:30px;justify-content:space-between;flex-wrap:wrap;gap:20px;align-items:flex-end}@media screen and (max-width:790px){.BadgesPopupGift__body-container-right-bottom{margin-top:20px;flex-direction:column;align-items:flex-start}}.BadgesPopupGift__body-container-right-bottom-price{display:flex;flex-direction:column;width:-moz-max-content;width:max-content;gap:5px}.BadgesPopupGift__body-container-right-bottom-price-old{color:#8590a6;font-size:16px;font-weight:500;text-decoration:line-through}.BadgesPopupGift__body-container-right-bottom-price-new{color:#2f2d40;font-size:32px;font-weight:500}.BadgesPopupGift__body-container-right-bottom-button{width:200px;height:40px;display:flex;align-items:center;justify-content:space-around;border-radius:8px;transition:all 250ms ease-in-out;background:#6734ff;color:#fff}@media screen and (max-width:790px){.BadgesPopupGift__body-container-right-bottom-button{height:48px;width:100%}}.BadgesPopupGift__body-container-right-bottom-button:hover{cursor:pointer;background:#794dff}.BadgesPopupGift__body-container-right-bottom-button:active{background:#572bd9}.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:30px}}.BadgesPopupLive{display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px;position:relative;overflow-y:scroll}@media screen and (max-width:767px){.BadgesPopupLive{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupLive__head{display:flex;justify-content:space-between}.BadgesPopupLive__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupLive__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupLive__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.BadgesPopupLive__body{display:flex;flex-direction:column}.BadgesPopupLive__body-text{font-weight:500;font-size:14px;line-height:20px;color:#000;margin-top:20px}.BadgesPopupLive__body-inputs{display:flex;flex-direction:column;width:100%}.BadgesPopupLive__body-inputs .FormInput,.BadgesPopupLive__body-inputs .FormPhone{margin-top:20px}.BadgesPopupLive__body-submit{width:100%;height:40px;display:flex;align-items:center;justify-content:space-around;background:#572bd9;border-radius:8px;color:#fff;margin-top:20px;transition:all 250ms ease-in-out}.BadgesPopupLive__body-submit:hover{cursor:pointer;background:#904bff}.BadgesPopupLive__body-submit.disabled{opacity:.5;cursor:default;background:#6734ff}.BadgesPopupLive__complete{display:flex;flex-direction:column;margin-top:55px}@media screen and (max-width:768px){.BadgesPopupLive__complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content}}.BadgesPopupLive__complete-img{width:210px;height:200px;background:url(../assets/product-card/popup-complete.svg);background-size:100% 100%;margin:0 auto}.BadgesPopupLive__complete-text{margin-top:30px}.BadgesPopupLive__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)}.BadgesPopupLive__preloader.active{pointer-events:auto;opacity:1}.BadgesPopupOpenBox{display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px;position:relative}@media screen and (max-width:767px){.BadgesPopupOpenBox{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupOpenBox__head{display:flex;justify-content:space-between}.BadgesPopupOpenBox__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupOpenBox__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupOpenBox__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.BadgesPopupOpenBox__body{display:flex;flex-direction:column}.BadgesPopupOpenBox__body-text{font-weight:500;font-size:14px;line-height:20px;color:#000;margin-top:20px}.BadgesPopupOpenBox__body-inputs{display:flex;flex-direction:column;width:100%}.BadgesPopupOpenBox__body-inputs .FormInput,.BadgesPopupOpenBox__body-inputs .FormPhone{margin-top:20px}.BadgesPopupOpenBox__body-inputs-submit{width:100%;height:40px;display:flex;align-items:center;justify-content:space-around;background:#572bd9;border-radius:8px;color:#fff;margin-top:20px;transition:all 250ms ease-in-out}.BadgesPopupOpenBox__body-inputs-submit:hover{cursor:pointer;background:#904bff}.BadgesPopupOpenBox__body-inputs-submit.disabled{opacity:.5;cursor:default;background:#6734ff}.BadgesPopupOpenBox__complete{display:flex;flex-direction:column;margin-top:55px}@media screen and (max-width:768px){.BadgesPopupOpenBox__complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content}}.BadgesPopupOpenBox__complete-img{width:210px;height:200px;background:url(../assets/product-card/popup-complete.svg);background-size:100% 100%;margin:0 auto}.BadgesPopupOpenBox__complete-text{margin-top:30px}.BadgesPopupOpenBox__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)}.BadgesPopupOpenBox__preloader.active{pointer-events:auto;opacity:1}.BadgesPopupPickMagazine{display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px}@media screen and (max-width:767px){.BadgesPopupPickMagazine{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupPickMagazine__head{display:flex;justify-content:space-between}.BadgesPopupPickMagazine__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupPickMagazine__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupPickMagazine__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.BadgesPopupPickMagazine__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupPickMagazine__body-item{display:flex;margin-bottom:20px;border-bottom:1px solid #edeff2;padding-bottom:20px}.BadgesPopupPickMagazine__body-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.BadgesPopupPickMagazine__body-item-right{width:-moz-max-content;width:max-content;margin-left:auto;padding-left:10px}.BadgesPopupPickMagazine__body-item-left{max-width:205px}.BadgesPopupDeliveryToday__body-text p,.BadgesPopupPickMagazine__body-item-left p{font-weight:500;font-size:14px;color:#2f2d40}.BadgesPopupPickMagazine__body-item-left p:nth-child(2){color:#5c6373;margin-top:14px;margin-bottom:6px}.BadgesPopupPickMagazine__body-item-right{font-weight:500;font-size:14px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#6734ff}.BadgesPopupDeliveryToday{display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px}@media screen and (max-width:767px){.BadgesPopupDeliveryToday{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupDeliveryToday__head{display:flex;justify-content:space-between}.BadgesPopupDeliveryToday__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupDeliveryToday__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupDeliveryToday__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.BadgesPopupDeliveryToday__body{margin-top:20px}.BadgesPopupDeliveryToday__body,.BadgesPopupDeliveryToday__body-text{display:flex;flex-direction:column}.BadgesPopupDeliveryToday__body-text p span{color:#00b23c;font-weight:700}.BadgesPopupDeliveryToday__body-text p:first-child{margin-bottom:8px}.BadgesPopupDeliveryToday__body-time{margin-top:20px;display:flex;flex-direction:column}.BadgesPopupDeliveryToday__body-time-head{font-weight:500;font-size:14px;color:#2f2d40}.BadgesPopupDeliveryToday__body-time-container{margin-top:16px;display:flex;justify-content:space-between}@media screen and (max-width:767px){.BadgesPopupDeliveryToday__body-time-container{justify-content:unset}}.BadgesPopupDeliveryToday__body-time-container-item{width:165px;height:40px;display:flex;align-items:center;border:1px solid #edeff2;box-sizing:border-box;border-radius:8px;font-weight:500;font-size:14px;color:#2f2d40;transition:all 250ms ease-in-out;justify-content:space-around}@media screen and (max-width:767px){.BadgesPopupDeliveryToday__body-time-container-item{margin-left:10px}.BadgesPopupDeliveryToday__body-time-container-item:first-child{margin-left:0}}.BadgesPopupDeliveryToday__body-time-container-item:hover{cursor:pointer;border:2px solid #d1c2ff}.BadgesPopupDeliveryToday__body-time-container-item.active{border:2px solid #6734ff}.BudgesPopupCredit{display:flex;flex-direction:column;width:960px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:30px}@media screen and (max-width:1365px){.BudgesPopupCredit{width:730px}}@media screen and (max-width:767px){.BudgesPopupCredit{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BudgesPopupCredit__head{display:flex;justify-content:space-between}.BudgesPopupCredit__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BudgesPopupCredit__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BudgesPopupCredit__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.BudgesPopupCredit__body{display:flex;flex-direction:column;margin-top:10px}.BudgesPopupCredit__foot{font-weight:500;font-size:14px;margin-top:30px;color:#5c6373}@media screen and (max-width:767px){.BudgesPopupCredit__foot{margin-top:20px}}.BudgesPopupCredit__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)}.BudgesPopupCredit__preloader.active{pointer-events:auto;opacity:1}.BadgesPopupPriceless{display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px;position:relative}@media screen and (max-width:767px){.BadgesPopupPriceless{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupPriceless__head{display:flex;justify-content:space-between}.BadgesPopupPriceless__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupPriceless__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupPriceless__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.BadgesPopupPriceless__body{display:flex;flex-direction:column}.BadgesPopupPriceless__body-text{font-weight:500;font-size:14px;line-height:20px;color:#000;margin-top:20px}.BadgesPopupPriceless__body-inputs{display:flex;flex-direction:column;width:100%}.BadgesPopupPriceless__body-inputs .FormInput,.BadgesPopupPriceless__body-inputs .FormPhone{margin-top:20px}.BadgesPopupPriceless__body-inputs-submit{width:100%;height:40px;display:flex;align-items:center;justify-content:space-around;background:#572bd9;border-radius:8px;color:#fff;margin-top:20px;transition:all 250ms ease-in-out}.BadgesPopupPriceless__body-inputs-submit:hover{cursor:pointer;background:#904bff}.BadgesPopupPriceless__body-inputs-submit.disabled{opacity:.5;cursor:default;background:#6734ff}.BadgesPopupPriceless__body-inputs-link{font-weight:500;font-size:12px;margin-top:20px;color:#6734ff}.BadgesPopupPriceless__body-inputs-link:hover{text-decoration:underline}.BadgesPopupPriceless__complete{display:flex;flex-direction:column;margin-top:55px}@media screen and (max-width:768px){.BadgesPopupPriceless__complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content}}.BadgesPopupPriceless__complete-img{width:210px;height:200px;background:url(../assets/product-card/popup-complete.svg);background-size:100% 100%;margin:0 auto}.BadgesPopupPriceless__complete-text{margin-top:30px}.BadgesPopupPriceless__complete-text p,.BadgesPopupTestDrive__complete-text p{font-weight:500;font-size:14px;color:#5c6373;text-align:center}.BadgesPopupPriceless__complete-text p:first-child,.BadgesPopupTestDrive__complete-text p:first-child{font-weight:500;font-size:18px;color:#2f2d40;margin-bottom:16px}.BadgesPopupPriceless__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)}.BadgesPopupPriceless__preloader.active{pointer-events:auto;opacity:1}.BadgesPopupPlusOne{display:flex;flex-direction:column;width:644px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:16px;padding:30px}@media screen and (max-width:767px){.BadgesPopupPlusOne{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 20px 85px;overflow-x:auto}}.BadgesPopupPlusOne__head{display:flex;justify-content:space-between}.BadgesPopupPlusOne__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupPlusOne__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;margin:-10px -10px 0 0;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.BadgesPopupPlusOne__head-close{margin:0 -5px 0 0}}.BadgesPopupPlusOne__head-close:hover,.BadgesPopupTestDrive__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.BadgesPopupPlusOne__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupPlusOne__body-top{color:#2f2d40;font-size:16px;font-weight:500;line-height:160%}.BadgesPopupPlusOne__body-products{display:flex;margin-top:20px;gap:32px}@media screen and (max-width:767px){.BadgesPopupPlusOne__body-products{margin-top:32px;gap:24px;flex-direction:column}}.BadgesPopupPlusOne__body-products-divider{display:flex;width:40px;height:40px;border-radius:20px;background-color:#f6f8fb;background-image:url(../assets/product-card/plus-16x16.svg);background-size:16px 16px;background-repeat:no-repeat;background-position:center;align-self:center}.BadgesPopupTestDrive{display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px;position:relative}@media screen and (max-width:767px){.BadgesPopupTestDrive{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px}}.BadgesPopupTestDrive__head{display:flex;justify-content:space-between}.BadgesPopupTestDrive__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupTestDrive__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupTestDrive__body{display:flex;flex-direction:column}.BadgesPopupSale__body p,.BadgesPopupTestDrive__body-text{font-weight:500;font-size:14px;line-height:20px;color:#000;margin-top:20px}.BadgesPopupTestDrive__body-inputs{display:flex;flex-direction:column;width:100%}.BadgesPopupTestDrive__body-inputs .FormInput,.BadgesPopupTestDrive__body-inputs .FormPhone{margin-top:20px}.BadgesPopupSale__body a,.BadgesPopupTestDrive__body-inputs-submit{width:100%;height:40px;display:flex;align-items:center;justify-content:space-around;background:#572bd9;border-radius:8px;color:#fff;margin-top:20px;transition:all 250ms ease-in-out}.BadgesPopupSale__body a:hover,.BadgesPopupTestDrive__body-inputs-submit:hover{cursor:pointer;background:#904bff}.BadgesPopupSale__body a.disabled,.BadgesPopupTestDrive__body-inputs-submit.disabled{opacity:.5;cursor:default;background:#6734ff}.BadgesPopupTestDrive__body-inputs-link{font-weight:500;font-size:12px;margin-top:20px;color:#6734ff}.BadgesPopupReturn__body a:hover,.BadgesPopupTestDrive__body-inputs-link:hover{text-decoration:underline}.BadgesPopupTestDrive__complete{display:flex;flex-direction:column;margin-top:55px}@media screen and (max-width:768px){.BadgesPopupTestDrive__complete{margin-top:auto;margin-bottom:auto;height:-moz-fit-content;height:fit-content}}.BadgesPopupTestDrive__complete-img{width:210px;height:200px;background:url(../assets/product-card/popup-complete.svg);background-size:100% 100%;margin:0 auto}.BadgesPopupTestDrive__complete-text{margin-top:30px}.BadgesPopupTestDrive__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)}.BadgesPopupTestDrive__preloader.active{pointer-events:auto;opacity:1}.BadgesPopupSendToday{display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px}@media screen and (max-width:767px){.BadgesPopupSendToday{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupSendToday__head{display:flex;justify-content:space-between}.BadgesPopupSendToday__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupSendToday__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupSendToday__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.BadgesPopupSendToday__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupSendToday__body-text{font-weight:500;font-size:14px;color:#000}.BadgesPopupSendToday__body-delivery{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupSendToday__body-delivery-text{font-weight:500;font-size:14px;color:#8590a6}.BadgesPopupSendToday__body-delivery-container{margin-top:15px;display:flex}.BadgesPopupSendToday__body-delivery-container-item{margin-left:23px}.BadgesPopupSendToday__body-delivery-container-item:first-child{margin-left:0}.BadgesPopupSale{display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px;position:relative}@media screen and (max-width:767px){.BadgesPopupSale{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupSale__head{display:flex;justify-content:space-between}.BadgesPopupSale__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupSale__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupReturn__head-close:hover,.BadgesPopupSale__head-close:hover{background:url(../assets/product-card/popup-cross-gray.svg);cursor:pointer}.BadgesPopupSale__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupSale__body p:first-child{color:#f05;margin-top:0}.BadgesPopupReturn{display:flex;flex-direction:column;width:380px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:12px;padding:20px;position:relative}@media screen and (max-width:767px){.BadgesPopupReturn{width:100%;height:100vh;position:fixed;top:0;left:0;border-radius:0;padding:20px 15px 85px;overflow-x:auto}}.BadgesPopupReturn__head{display:flex;justify-content:space-between}.BadgesPopupReturn__body p,.BadgesPopupReturn__head-name{font-weight:500;font-size:24px;color:#2f2d40}.BadgesPopupReturn__head-close{display:flex;background:url(../assets/product-card/popup-cross.svg);background-size:100% 100%;width:24px;height:24px;transition:all 250ms ease-in-out}.BadgesPopupReturn__body{display:flex;flex-direction:column;margin-top:20px}.BadgesPopupReturn__body p{font-size:14px;line-height:160%;margin-top:16px}.BadgesPopupReturn__body p:first-child{margin-top:0}.BadgesPopupReturn__body a{display:flex;color:#6734ff;margin-top:5px;transition:all 250ms ease-in-out;font-size:14px;font-weight:500;line-height:16px}.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,.BadgesPopupCreditSelect__input:hover{cursor:pointer}.AddReviewPopupRating__container-star{width:36px;height:36px;background-image:url(../assets/product-card/rating-star-big.svg);display:flex;background-size:100% 100%;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/rating-star-big-fill.svg)}.AddReviewPopupRating__container.active .AddReviewPopupRating__container-text{color:#2f2d40}.BadgesPopupCreditSelect{width:100%;height:40px;display:flex;flex-direction:column;position:relative}.BadgesPopupCreditSelect__input{background:#f6f8fb;border-radius:8px;padding:10px 34px 10px 14px;position:relative;transition:all 250ms ease-in-out}.BadgesPopupCreditSelect__input::after{content:"";position:absolute;width:24px;height:24px;top:8px;right:10px;background:url(../assets/product-card/popup-select-arrow.svg);background-size:100% 100%;transition:all 250ms ease-in-out}.BadgesPopupCreditSelect__input input{font-weight:500;font-size:14px;color:#2f2d40;pointer-events:none}.BadgesPopupCreditSelect__input.active{background:#edeff2}.BadgesPopupCreditSelect__input.active::after{transform:rotate(180deg)}.BadgesPopupCreditSelect__list{width:100%;left:0;top:calc(100% + 10px);border:1px solid #edeff2;box-sizing:border-box;box-shadow:0 8px 24px rgba(47,45,64,.1);border-radius:8px;flex-direction:column;background:#fff;position:absolute;max-height:160px;overflow-y:auto;opacity:0;display:flex;transition:all 250ms ease-in-out;pointer-events:none;z-index:2}.BadgesPopupCreditSelect__list.active{opacity:1;pointer-events:all}.BadgesPopupCreditSelect__list-item{padding:10px 13px;background:#fff;transition:all 250ms ease-in-out}.BadgesPopupCreditSelect__list-item:first-child{border-radius:8px 8px 0 0}.BadgesPopupCreditSelect__list-item:hover{background:#f6f8fb;cursor:pointer}.BadgesPopupCreditItem{display:flex;margin-top:20px;padding-bottom:20px;border-bottom:1px solid #edeff2}@media screen and (max-width:1365px){.BadgesPopupCreditItem{flex-direction:column}}.BadgesPopupCreditItem:last-child{padding-bottom:0;border-bottom:none}.BadgesPopupCreditItem__left{display:flex;width:57%}@media screen and (max-width:1365px){.BadgesPopupCreditItem__left{justify-content:space-between;width:100%}}@media screen and (max-width:767px){.BadgesPopupCreditItem__left{flex-direction:column}}.BadgesPopupCreditItem__left-info{display:flex}@media screen and (max-width:767px){.BadgesPopupCreditItem__left-info{width:100%}}.BadgesPopupCreditItem__left-info-wrapper{width:24px;height:24px}.BadgesPopupCreditItem__left-info-wrapper img{width:100%;height:100%}.BadgesPopupCreditItem__left-info-text{display:flex;flex-direction:column;margin-left:20px}.BadgesPopupCreditItem__left-info-text p{font-weight:500;font-size:14px;color:#5c6373;margin-top:6px}.BadgesPopupCreditItem__left-info-text p:first-child{color:#2f2d40;margin-top:0;margin-bottom:4px}.BadgesPopupCreditItem__left-select{width:180px;margin-left:auto}@media screen and (max-width:1365px){.BadgesPopupCreditItem__left-select{margin-left:0;width:210px}}@media screen and (max-width:767px){.BadgesPopupCreditItem__left-select{width:100%;margin-top:16px}}.BadgesPopupCreditItem__right{display:flex;margin-left:auto}@media screen and (max-width:1365px){.BadgesPopupCreditItem__right{justify-content:space-between;margin-left:0;width:100%;margin-top:10px;align-items:center}}@media screen and (max-width:767px){.BadgesPopupCreditItem__right{margin-top:16px}}.BadgesPopupCreditItem__right-price{font-weight:500;font-size:24px;color:#2f2d40}@media screen and (max-width:1365px){.BadgesPopupCreditItem__right-price{margin-left:44px}}@media screen and (max-width:767px){.BadgesPopupCreditItem__right-price{margin-left:0}}.BadgesPopupCreditItem__right-order{background:#6734ff;border-radius:8px;font-weight:500;font-size:14px;color:#fff;width:120px;height:40px;margin-left:30px;display:flex;justify-content:space-around;align-items:center;transition:all 250ms ease-in-out}.BadgesPopupCreditItem__right-order:hover{background:#794dff;cursor:pointer}@media screen and (max-width:1365px){.BadgesPopupCreditItem__right-order{width:210px}}@media screen and (max-width:767px){.BadgesPopupCreditItem__right-order{width:160px}}.BadgesPopupPlusOneProduct{display:flex;flex-direction:column;width:240px}@media screen and (max-width:767px){.BadgesPopupPlusOneProduct{width:100%;flex-direction:row;gap:16px}}.BadgesPopupPlusOneProduct__image{display:flex;position:relative;width:100%;height:0;padding-bottom:100%}@media screen and (max-width:767px){.BadgesPopupPlusOneProduct__image{width:80px;min-width:80px;padding-bottom:80px}}.BadgesPopupPlusOneProduct__image img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.BadgesPopupPlusOneProduct__container{display:flex;flex-direction:column;width:100%}.BadgesPopupPlusOneProduct__codes{display:flex;gap:8px;align-items:center;margin-top:16px}@media screen and (max-width:767px){.BadgesPopupPlusOneProduct__codes{margin-top:0}}.BadgesPopupPlusOneProduct__codes-item{color:#5c6373;font-size:12px;font-weight:500;line-height:16px;padding:8px 16px;border-radius:8px;background:#f6f8fb}@media screen and (max-width:767px){.BadgesPopupPlusOneProduct__codes-item{padding:4px 16px;font-size:10px}}.BadgesPopupPlusOneProduct__codes-item span{font-weight:600;color:#2f2d40}.BadgesPopupPlusOneProduct__name{color:#2f2d40;font-size:16px;font-weight:500;line-height:140%;margin-top:16px}@media screen and (max-width:767px){.BadgesPopupPlusOneProduct__name{font-size:14px}}.BadgesPopupPlusOneProduct .ProductCardRating{margin-top:12px}.BadgesPopupPlusOneProduct__price{display:flex;align-items:flex-end;margin-top:16px;gap:8px}.BadgesPopupPlusOneProduct__price-new{color:#2f2d40;font-size:24px;font-weight:500;line-height:32px}.BadgesPopupPlusOneProduct__price-old{color:#5c6373;font-size:16px;font-weight:500;line-height:16px;margin-bottom:5px;text-decoration:line-through}.BadgesPopupPlusOneProduct__details{display:flex;width:100%;margin-top:16px;padding:8px 16px;border-radius:8px;background:#f0ebff;color:#6734ff;font-size:14px;font-weight:500;line-height:16px;justify-content:space-around;transition:all 250ms ease-in-out}@media screen and (max-width:767px){.BadgesPopupPlusOneProduct__details{margin-top:27px}}.BadgesPopupPlusOneProduct__details:hover{cursor:pointer;background:#f7f3ff}