

/* Start:/local/templates/climat/css/main.css?1765203237102137*/
@charset "UTF-8";@layer base,component,mod;:root{--spacing: 100px;--font-primary: "Montserrat", sans-serif, -apple-system, blinkmacsystemfont, roboto, ubuntu, "Droid Sans", "Helvetica Neue", arial, sans-serif, "Apple Color Emoji"}:root{--color-primary: #000;--color-primary--rgb: 0, 0, 0;--color-alt: #3caeff;--color-alt--rgb: 60, 174, 255;--color-alt-hover: #6cc2ff;--color-alt-hover--rgb: 108, 194, 255;--color-whte: #fff;--color-whte--rgb: 255, 255, 255;--color-gry: #ecf6fb;--color-gry--rgb: 236, 246, 251;--color-gry-blck: #7b99ae;--color-gry-blck--rgb: 123, 153, 174;--color-bg: #ecf6fb;--color-bg--rgb: 236, 246, 251;--color-bg-secondary: #e0e0e0;--color-bg-secondary--rgb: 224, 224, 224;--color-success: #259243;--color-success--rgb: 37, 146, 67;--color-error: #ea3232;--color-error--rgb: 234, 50, 50;--font-size-default: 14px;--index-1: 100;--index-2: 200;--index-3: 1200;--index-4: 1300}@layer base{*{margin:0;padding:0;border:0}*,*:before,*:after{box-sizing:border-box}*:before,*:after{display:inline-block}html,body{min-width:360px;height:100%;scroll-behavior:smooth;-webkit-tap-highlight-color:rgba(0,0,0,0);background:var(--color-bg)}body{color:var(--color-primary);font-size:var(--font-size-default);font-family:var(--font-primary);line-height:1;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:5px}::-webkit-scrollbar-track{background:var(--color-scroll-bg)}::-webkit-scrollbar-thumb{background:var(--color-alt);border-radius:10px}::selection{color:var(--color-whte);background:var(--color-alt)}input,button,textarea{font-size:inherit;font-family:var(--font-primary);line-height:inherit}button{color:inherit;font-family:var(--font-primary);background-color:transparent;outline:0;cursor:pointer}div[class*=__text] p:only-of-type,div[class*=__text] p:last-of-type,div[class*=__details] p:only-of-type,div[class*=__details] p:last-of-type,div[class*=__note] p:only-of-type,div[class*=__note] p:last-of-type{margin:0}[class*=image] img{width:100%;object-fit:cover;object-position:center}a{display:inline-block;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}address,cite{font-style:normal}fieldset,dl,dd{margin:0;padding:0}fieldset{border:none}}.lock body{overflow:hidden;touch-action:none;overscroll-behavior:none}@font-face{font-weight:400;font-family:Montserrat;font-style:normal;src:url(/fonts/Montserrat-400.woff2) format("woff2"),url(/fonts/Montserrat-400.woff) format("woff");font-display:swap}@font-face{font-weight:500;font-family:Montserrat;font-style:normal;src:url(/fonts/Montserrat-500.woff2) format("woff2"),url(/fonts/Montserrat-500.woff) format("woff");font-display:swap}@font-face{font-weight:600;font-family:Montserrat;font-style:normal;src:url(/fonts/Montserrat-600.woff2) format("woff2"),url(/fonts/Montserrat-600.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-family:Montserrat;font-style:normal;src:url(/fonts/Montserrat-700.woff2) format("woff2"),url(/fonts/Montserrat-700.woff) format("woff");font-display:swap}body:after{position:fixed;top:0;left:0;z-index:calc(var(--index-3) - 1);width:100%;height:100%;background-color:#151515e6;opacity:0;transition:opacity .8s ease 0s;content:"";pointer-events:none}[data-popup].popup-open{pointer-events:none}.popup-show body:after{opacity:1;z-index:calc(var(--index-3) + 2)}@layer component{.popup{position:fixed;top:0;right:0;bottom:0;left:0;padding:30px 19px;visibility:hidden;transition:visibility .8s ease 0s;pointer-events:none}.popup_show{z-index:calc(var(--index-3) + 3);overflow:auto;visibility:visible;pointer-events:auto}.popup_show .popup__content{transform:scale(1);visibility:visible}.popup__wrapper{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100%}.popup__content{width:100%;max-width:450px;padding:30px;background-color:var(--color-whte);border-radius:20px;transform:scale(0);visibility:hidden;transition:transform .3s ease 0s}.lock .popup__content{visibility:visible}}.popup__close{position:absolute;--pad: 25px;top:var(--pad);right:var(--pad);--size: 30px;width:var(--size);height:var(--size);mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-alt);transition:all .3s ease-in 0s}.popup__form{display:flex;flex-direction:column;gap:20px}.popup__form .form__items{grid-template-columns:repeat(1,1fr);gap:20px}.popup__form .form__items .form__item-input .input{background:var(--color-whte);color:var(--color-primary);border-color:#d4dbdf}.popup__form .form__items .form__item-input .input::placeholder{color:#445c6d}.popup__form .form__items .form__item-input .form__item-icon{background:var(--color-alt)}.popup__form .form__items .form__item-input._form-error .input{border-color:var(--color-error);color:var(--color-error)}.popup__form .form__items .form__item-input._form-error .input::placeholder{color:var(--color-error)}.popup__form .form__items .form__item-input._form-error .form__item-icon{background:var(--color-error)}.popup__form .form__items .form__item-input._form-focus .input{border-color:var(--color-alt);color:var(--color-primary)}.popup__form .form__items .form__item-input._form-focus .input::placeholder{color:var(--color-primary)}.popup__top{display:flex;flex-direction:column;gap:12px;padding-right:40px}.popup__top.popup__top--two{text-align:center;padding-right:0}.popup__content{display:flex;flex-direction:column;gap:25px}.popup__text{color:#445c6d}.popup__icon{--size: 55px;width:var(--size);height:var(--size);border-radius:10px;display:flex;justify-content:center;align-items:center;background:var(--color-alt);margin:0 auto}.popup__icon:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);--size: 30px;width:var(--size);height:var(--size)}.popup__btns{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.popup__btns .popup__btn,.popup__btn--big{width:100%;max-width:100%}.popup--video .popup__content{position:relative;overflow:hidden;padding:0rem;width:100%;max-width:900px}.popup--video .popup__close{position:absolute;top:10px;right:10px;z-index:2;background:var(--color-whte)}.popup--video .popup__videos{position:relative;height:0;padding-bottom:56.25%;overflow:hidden}.popup--video .popup__videos video,.popup--video .popup__videos iframe,.popup--video .popup__videos object,.popup--video .popup__videos embed{position:absolute;top:0;left:0;width:100%;height:100%}.form__footer{display:flex;flex-direction:column;gap:14px;text-align:center}.form__footer .form__btn{width:100%;max-width:100%}.form__text{font-size:12px;line-height:normal}.form__text a{color:var(--color-alt);transition:all .3s ease-in 0s}.form__block{display:flex;flex-direction:column;gap:15px}.form__block-title{font-size:20px;font-weight:700;line-height:normal}.form__block-items{display:flex;flex-direction:column;gap:20px}.form__block-item.js-check-pickup{display:none}.form__block-item.js-check-pickup._active{display:block}.form__block-item.js-check-delivery{display:none}.form__block-item.js-check-delivery._active{display:block}.form__block-checkboxs{display:flex;gap:12px;flex-wrap:wrap}.form__block-checkboxs.form__block-checkboxs--two{flex-direction:column}.form__block-checkbox .checkbox__text{color:var(--color-primary);font-size:14px}.form__block-checkbox .checkbox__label:before{content:"";border-radius:50%}.form__block-checkbox .checkbox__label:after{content:"";--size: 4px;width:var(--size);height:var(--size);background:var(--color-bg);border-radius:50%;left:7px;top:7px}.form__block-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.form__block-btn{width:100%;max-width:100%;margin-top:auto}.form__block-column{display:flex;flex-direction:column;gap:10px}.form__block-label{font-size:15px;font-weight:500;line-height:140%}.form__block-input{position:relative}.form__block-input .input{background:var(--color-bg);color:var(--color-primary);height:54px;padding:16px 70px 16px 30px;font-size:15px;font-weight:500;line-height:140%;border-radius:10px}.form__block-input .input::placeholder{color:#829eac}.form__block-input textarea{background:var(--color-bg);color:var(--color-primary);padding:16px 70px 16px 30px;font-size:15px;font-weight:500;border-radius:10px;line-height:140%;height:auto}.form__block-input textarea::placeholder{color:#829eac}.form__block-icon{position:absolute;top:50%;transform:translateY(-50%);right:30px;--size: 20px;width:var(--size);height:var(--size);background:#445c6d;mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat}.form__block-images{display:flex;flex-wrap:wrap;gap:16px}.form__block-image{width:66px;height:44px;flex:0 0 66px}.form__block-image img,.form__block-image picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.form__fieldset{display:flex;flex-direction:column;gap:12px}.form__fieldset-range{margin-top:7px}.form__fieldset-range .noUi-target{padding-right:16px}.form__fieldset-checkboxs{display:flex;flex-direction:column;gap:12px}.form__fieldset-checkbox .checkbox__text{color:var(--color-primary);font-size:14px}.form__btns{position:sticky;bottom:0;padding:10px 25px;background:var(--color-whte);z-index:3;display:flex;gap:10px;flex-wrap:wrap;margin:0 -25px;width:calc(100% + 50px)}.form__btns .form__submit{min-width:139px}.form__reset{--size: 50px;width:var(--size);flex:0 0 var(--size);display:flex;justify-content:center;align-items:center;background:var(--color-bg);border-radius:10px;transition:all .3s ease-in 0s}.form__reset:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-primary);--size: 18px;width:var(--size);height:var(--size);transition:all .3s ease-in 0s}.form__error{font-size:12px;font-weight:500;line-height:normal;color:var(--color-error);position:absolute;top:calc(100% + 1px);left:0}.form__items{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form__item-input{position:relative}.form__item-input .input{padding-left:64px;color:var(--color-whte);background:#258ad2}.form__item-input .input::placeholder{color:var(--color-whte)}.form__item-input._form-error .form__item-icon{background:var(--color-error)}.form__item-icon{mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);--size: 24px;width:var(--size);height:var(--size);position:absolute;top:50%;left:30px;transform:translateY(-50%);transition:all .3s ease-in 0s}.form__bottom{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form__search-input._form-focus .input{border:1px solid var(--color-alt)!important}.form__search-input .input{height:55px;border-radius:10px;background:var(--color-bg);border:none;font-size:15px;font-weight:400;line-height:186.667%;color:var(--color-primary);padding:14px 70px 14px 25px;border:1px solid transparent}.form__search-input .input::placeholder{font-size:15px;font-weight:400;line-height:186.667%;color:#718fa4}.form__search-btn{--size: 55px;width:var(--size);height:var(--size);border-radius:10px;display:flex;justify-content:center;align-items:center;background:var(--color-alt);transition:all .3s ease-in 0s}.form__search-btn:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);--size: 20px;width:var(--size);height:var(--size)}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.input{display:block;width:100%;padding:18px 30px;height:62px;border:2px solid var(--color-whte);border-radius:15px;cursor:pointer;font-size:16px;font-weight:500;line-height:162.5%;transition:all .3s ease-in 0s}.input::placeholder{font-size:16px;font-weight:500;line-height:162.5%}.input._form-focus{border:2px solid var(--color-alt)}.input._form-error{border:2px solid var(--color-error);color:var(--color-error)}.input._form-error::placeholder{color:var(--color-error)}.input[placeholder]:not([data-placeholder-nohiden])::placeholder{transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder{opacity:0}textarea.input{resize:none}textarea.input::-webkit-scrollbar{display:none}@layer component{.select{position:relative;min-width:0}.select._select-open .select__title{color:var(--color-alt)}.select__body{position:relative}.select__title{font-weight:500;line-height:normal;color:var(--color-gry-blck);transition:all .3s ease-in 0s;position:relative;font-size:15px}.select__value{display:flex;gap:10px;align-items:center;min-width:0}.select__value>*{flex:1 1 auto}.select__value:after{display:flex;flex:0 0 10px;align-items:center;align-self:stretch;justify-content:center;transition:all .3s ease 0s;content:"";mask:url(/local/templates/climat/css/../img/icons/select.svg) center center/contain no-repeat;-webkit-mask:url(/local/templates/climat/css/../img/icons/select.svg) center center/contain no-repeat;background:var(--color-gry-blck)}._select-open .select__value:after{transform:rotate(-180deg);background:var(--color-alt)}.select__value._select-pseudo-label:before{opacity:.5;content:attr(data-pseudo-label)}.select__content,.select__text{flex:1 1 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select__input{width:100%;height:100%;background-color:transparent}.select__options{position:absolute;top:calc(100% + 31px);left:0;min-width:100%;color:#000;background-color:var(--color-whte);border-radius:20px;min-width:198px;padding:20px 25px}.select__scroll{max-height:250px;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;gap:15px}.select__scroll::-webkit-scrollbar{display:none}.select__scroll .select__option[hidden]{display:none}.select__option{width:100%;color:inherit;text-align:left;cursor:pointer;font-size:15px;font-weight:500;line-height:normal;transition:all .3s ease-in 0s;color:var(--color-gry-blck)}.select__option._select-selected{color:var(--color-alt)}.select__row{display:inline-flex;align-items:center}.select--show-top .select__options{top:auto;bottom:calc(100% - 1px);padding:5px 0 10px;border:1px solid var(--color-bg);border-bottom:0;border-radius:4px 4px 0 0}._select-tag{cursor:pointer}}.checkbox{position:relative}.checkbox:has(._form-error) .form__error{display:none}.checkbox:has(._form-error) .checkbox__label:before{content:"";border:1px solid var(--color-error);background:rgba(var(--color-error--rgb),.5)}.checkbox__input{position:absolute;width:0;height:0;opacity:0}.checkbox__input:checked+.checkbox__label:before{background:var(--color-alt)}.checkbox__input:checked+.checkbox__label:after{opacity:1;pointer-events:all}.checkbox__label{position:relative;gap:10px;cursor:pointer;padding-left:26px;display:inline-flex}.checkbox__label:before{content:"";border:1px solid var(--color-alt);--size: 18px;width:var(--size);height:var(--size);border-radius:3px;transition:all .3s ease-in 0s;background:var(--color-gry);position:absolute;top:0;left:0}.checkbox__label:after{content:"";background:url(/local/templates/climat/css/../../img/icons/15.svg) center center/contain no-repeat;width:8px;height:6.212px;top:5px;left:5px;position:absolute;transition:all .3s ease-in 0s;opacity:0;pointer-events:none}.checkbox__text{align-self:center;font-size:12px;font-style:normal;font-weight:400;line-height:normal;color:var(--color-whte);display:inline}.checkbox__text a{text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;display:inline}.noUi-target,.noUi-target *{box-sizing:border-box;-webkit-user-select:none;user-select:none;touch-action:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.noUi-target{position:relative}.noUi-base,.noUi-connects{position:relative;z-index:1;width:100%;height:100%}.noUi-connects{z-index:0;overflow:hidden}.noUi-connect,.noUi-origin{position:absolute;top:0;right:0;z-index:1;width:100%;height:100%;transform-origin:0 0;transform-style:preserve-3d;transform-style:flat;will-change:transform}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{right:auto;left:0}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden}.noUi-touch-area{width:100%;height:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:5px}.noUi-horizontal .noUi-handle{top:-6px;right:-16px;--size: 16px;width:var(--size);height:var(--size);border-radius:50%}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{right:-6px;bottom:-17px;width:28px;height:34px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{right:auto;left:-17px}.noUi-target{background:#d8e9f2;border-radius:20px}.noUi-connects{border-radius:20px}.noUi-connect{background:var(--color-alt)}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{background:var(--color-alt);cursor:pointer}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:before,.noUi-handle:after{position:absolute;top:6px;left:14px;display:block;width:1px;height:14px;background:#e8e7e6;content:"";display:none}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after{top:14px;left:6px;width:14px;height:1px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub,.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{top:100%;left:0;width:100%;height:80px;padding:10px 0}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{width:2px;height:5px;margin-left:-1px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{top:0;left:100%;height:100%;padding:0 10px}.noUi-value-vertical{padding-left:25px;transform:translateY(-50%)}.noUi-rtl .noUi-value-vertical{transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{position:absolute;display:block;padding:5px;color:#000;white-space:nowrap;text-align:center;background:#fff;border:1px solid #d9d9d9;border-radius:3px}.noUi-horizontal .noUi-tooltip{bottom:120%;left:50%;transform:translate(-50%)}.noUi-vertical .noUi-tooltip{top:50%;right:120%;transform:translateY(-50%)}.noUi-horizontal .noUi-origin>.noUi-tooltip{bottom:10px;left:auto;transform:translate(50%)}.noUi-vertical .noUi-origin>.noUi-tooltip{top:auto;right:28px;transform:translateY(-18px)}.range__values{display:flex;margin-top:14px;gap:5px;align-items:center}.range__value{position:relative;width:100%}.range__value:before{content:"₽";position:absolute;top:50%;right:10px;transform:translateY(-50%);font-size:12px;font-weight:500}.range__value .input{border-radius:5px;height:37px;padding:9px 20px 9px 13px;font-size:12px;font-weight:500;line-height:140%;background:var(--color-bg)}.pagination{display:flex;align-items:center;justify-content:center;gap:15px}.pagination__arrows{display:flex;gap:5px}.pagination__arrow{transition:all .3s ease-in 0s;background:var(--color-whte);border-radius:5px;--size: 45px;width:var(--size);height:var(--size);flex:0 0 var(--size);display:flex;justify-content:center;align-items:center}.pagination__arrow:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-primary);--size: 9px;width:var(--size);height:var(--size);transition:all .3s ease-in 0s}.pagination__arrow.pagination__arrow--one:before{content:"";--size: 11px}.pagination__list{display:flex;gap:5px}.pagination__item{--size: 45px;width:var(--size);height:var(--size);flex:0 0 var(--size);display:flex;justify-content:center;align-items:center;border-radius:5px;background:var(--color-whte);transition:all .3s ease-in 0s;font-size:15px;font-weight:500;line-height:normal}.pagination__item._active{background:var(--color-alt);color:var(--color-whte)}.quantity{display:flex;width:150px;height:52px;border:1px solid var(--color-alt);border-radius:10px;overflow:hidden;background:var(--color-bg)}.quantity__button{position:relative;flex:0 0 45px;width:45px;height:52px;cursor:pointer;background:var(--color-alt);transition:all .3s ease-in 0s}.quantity__button:before,.quantity__button:after{position:absolute;top:50%;left:50%;width:15px;height:1px;margin:0 0 0 -6.5px;background-color:var(--color-whte);transition:all .3s ease 0s;content:""}.quantity__button--plus:before{transform:rotate(-90deg)}.quantity__input{flex:1 1 auto}.quantity__input input{width:100%;height:100%;text-align:center;background:var(--color-bg);font-size:15px;font-weight:500;line-height:140%;padding:10px}@layer component{.spollers__item{padding:25px 30px;background:var(--color-bg);transition:all .3s ease-in 0s;border-radius:15px}.spollers__item:has(._spoller-active){background:var(--color-alt)}.spollers__item:has(._spoller-active) .spollers__description,.spollers__item:has(._spoller-active) .spollers__title{color:var(--color-whte)}.spollers__item:has(._spoller-active) .spollers__title span:before,.spollers__item:has(._spoller-active) .spollers__title span:after{content:"";background:var(--color-whte)}.spollers__description-text{transition:all .3s ease-in 0s;line-height:160%!important}.spollers__description{display:flex;flex-direction:column;gap:12px;padding-top:15px;transition:all .3s ease-in 0s}.spollers__title{position:relative;width:100%;cursor:pointer;text-align:left;list-style:none;transition:all .3s ease-in 0s;display:flex;align-items:center;justify-content:space-between;gap:20px;outline:none}.spollers__title span{--size: 24px;width:var(--size);height:var(--size);flex:0 0 var(--size);display:flex;justify-content:center;align-items:center;position:relative}.spollers__title span:before{content:"";transition:all .3s ease-in 0s;width:18px;height:1px;background:var(--color-alt);border-radius:10px;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.spollers__title span:after{content:"";transition:all .3s ease-in 0s;height:18px;width:1px;background:var(--color-alt);border-radius:10px;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.spollers__title::marker,.spollers__title::-webkit-details-marker{display:none}._spoiler-init .spollers__title{cursor:pointer}._spoiler-init .spollers__title:before,._spoiler-init .spollers__title:after{position:absolute;top:50%;right:10px;width:15px;height:2px;background-color:currentColor;transition:transform .5s ease-in 0s;content:""}._spoiler-init .spollers__title:before{transform:translate(-75%,-50%) rotate(40deg)}._spoiler-init .spollers__title:after{transform:translateY(-50%) rotate(-40deg)}._spoiler-init .spollers__title._spoiler-active:before{transform:translate(-75%) rotate(-40deg)}._spoiler-init .spollers__title._spoiler-active:after{transform:rotate(40deg)}.spollers__title._spoller-active span:after{content:"";transform:translate(-50%,-50%) rotate(-90deg)}}@layer base{@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}}.header{margin-top:15px;position:fixed;top:0;left:0;width:100%;z-index:calc(var(--index-3) + 1)}.header._scroll .menu__bottom{opacity:0;pointer-events:none}.header__menu{display:flex;flex-direction:column;gap:10px}.menu__mobile{position:fixed;top:0;right:-100%;height:100dvh;overflow:auto;width:50%;background:var(--color-primary);transition:all .3s ease-in 0s;display:flex;flex-direction:column;gap:20px;padding:20px;z-index:calc(var(--index-3) + 1)}.menu__mobile::-webkit-scrollbar{display:none}.menu__top{padding:18px 19px 17px;border-radius:20px;background:var(--color-whte);display:flex;gap:38px}.menu__logo{width:203.078px;height:56.564px;flex:0 0 203.078px}.menu__logo img,.menu__logo picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.menu__inner{display:flex;align-items:flex-start;align-self:center;gap:40px;width:100%}.menu__catalog{font-size:15px;line-height:186.667%;color:var(--color-whte);padding:12px 24px;border-radius:10px;background:var(--color-alt);display:flex;align-items:center;gap:10px;max-width:max-content}.menu__catalog:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);--size: 20px;width:var(--size);height:var(--size);flex:0 0 var(--size)}.menu__row{display:flex;flex-direction:column;gap:20px}.menu__column{display:flex;flex-direction:column}.menu__column-link{font-weight:600;line-height:155.556%;font-size:14px;transition:all .3s ease-in 0s}.menu__column-items{display:grid;grid-template-columns:repeat(2,1fr);gap:3px}.menu__column-item{font-size:12px;font-weight:500;line-height:normal;display:flex;align-items:center;gap:5px;color:var(--color)}.menu__column-item:before{content:"";background:var(--icon) center center/contain no-repeat;--size: 15px;width:var(--size);height:var(--size);flex:0 0 var(--size);transition:all .3s ease-in 0s}.menu__column-time{font-size:12px;line-height:normal;color:#707070}.menu__info{display:flex;gap:15px;align-self:center}.menu__location{display:flex;align-items:center;gap:3px;line-height:186.667%;font-size:15px}.menu__location:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-primary);width:var(--size);height:var(--size);flex:0 0 var(--size);--size: 27px}.menu__pages{display:flex;gap:15px}.menu__page{position:relative}.menu__page:before{content:"";width:var(--size);height:var(--size);flex:0 0 var(--size);mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-primary);--size: 27px;transition:all .3s ease-in 0s}.menu__page span{font-size:9px;font-weight:500;line-height:normal;padding:3px;border-radius:30px;background:var(--color-alt);color:var(--color-whte);position:absolute;top:-2px;right:-5px;min-width:13px;height:13px;display:flex;justify-content:center;align-items:center}.menu__bottom{padding:7px 8px;border-radius:20px;background:var(--color-whte);display:flex;gap:23px;transition:all .3s ease-in 0s;will-change:opacity}.menu__body{flex:1 1 auto}.menu__list{display:flex;gap:35px}.menu__btns{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;width:100%}.menu__btns .btn,.menu__btns .menu__catalog{max-width:100%;width:100%;text-align:center;display:flex;justify-content:center;align-items:center}.menu__link{font-weight:500;line-height:normal;color:var(--color-gry-blck);transition:all .3s ease-in 0s;position:relative;font-size:15px}.menu__link:before{content:"";position:absolute;top:calc(100% - 44px);width:100%;height:3px;border-radius:0 0 25px 25px;background:var(--color-alt);transition:all .3s ease-in 0s;opacity:0}.menu__link._active{color:var(--color-alt)}.menu__link._active:before{content:"";opacity:1}.menu__form{min-width:350px}.icon-menu{--size: 55px;width:var(--size);height:var(--size);flex:0 0 var(--size);border-radius:10px;background:var(--color-alt);display:flex;justify-content:center;align-items:center;position:relative;z-index:calc(var(--index-3) + 2)}.icon-menu span{position:relative;z-index:5;display:block;width:18px;height:16px}.icon-menu span span,.icon-menu span:before,.icon-menu span:after{content:"";position:absolute;right:0;width:100%;height:1px;background-color:var(--color-whte);transition:all .3s ease-in 0s}.icon-menu span:before{top:0}.icon-menu span:after{bottom:0;width:10px}.icon-menu span span{top:calc(50% - 1px);width:14px}.menu-open .icon-menu span span{width:0}.menu-open .icon-menu span:before{top:calc(50% - 1px);transform:rotate(-45deg)}.menu-open .icon-menu span:after{bottom:calc(50% - 1px);transform:rotate(45deg);width:100%}.footer{background:#1f1f1f;padding:44px 0 43px}.footer__inner{display:flex;justify-content:space-between;gap:30px}.footer__info{display:flex;flex-direction:column;justify-content:space-between;gap:20px}.footer__logo{width:239.001px;height:68px}.footer__logo img,.footer__logo picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.footer__content{display:flex;flex-direction:column;gap:12px}.footer__copyright{font-size:13px;font-style:normal;font-weight:400;line-height:normal;color:#bfbfbf}.footer__link{font-size:13px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;color:#bfbfbf;transition:all .3s ease-in 0s}.footer__body{display:flex;gap:78px}.footer__row{display:flex;gap:97px}.footer__column{display:flex;flex-direction:column;gap:15px}.footer__column-title{font-size:15px;font-weight:700;line-height:normal;color:var(--color-whte)}.footer__column-list{display:flex;flex-direction:column;gap:12px}.footer__column-link{font-size:15px;line-height:normal;transition:all .3s ease-in 0s;color:#bfbfbf}.footer__contacts{display:flex;flex-direction:column;gap:20px;min-width:241px;margin-top:-5px}.footer__contacts-row{display:flex;flex-direction:column;gap:20px}.footer__contacts-column{display:flex;flex-direction:column;gap:2px}.footer__contacts-link{font-size:18px;font-style:normal;font-weight:600;line-height:155.556%;color:var(--color-whte);transition:all .3s ease-in 0s}.footer__contacts-items{display:flex;gap:10px}.footer__contacts-item{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:500;line-height:normal;color:var(--color)}.footer__contacts-item:before{content:"";background:var(--icon) center center/contain no-repeat;--size: 15px;width:var(--size);height:var(--size);flex:0 0 var(--size);transition:all .3s ease-in 0s}.footer__contacts-time{font-size:12px;line-height:normal;color:#bfbfbf}.footer__contacts-btn{max-width:100%}@layer component{.btn{display:inline-flex;justify-content:center;align-items:center;text-align:center;max-width:max-content;font-size:15px;line-height:186.667%;color:var(--color-whte);padding:12px 22px;border-radius:10px;background:var(--color-alt);transition:all .3s ease-in 0s}}@layer mod{.btn--whte{background:var(--color-whte);color:var(--color-primary)}.btn--border{color:var(--color-whte);background:transparent;border-radius:50px;border:1px solid var(--color-whte);padding:14px 24px}}.wrapper{display:flex;flex-direction:column;min-height:100%;overflow:hidden;padding-top:var(--header)}@supports (overflow: clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}@layer base{[class*=__container],.container{--pad: 20px;box-sizing:border-box;max-width:1470px;margin:0 auto;padding:0 var(--pad)}}@layer component{.intro{margin-top:25px;margin-bottom:30px}.intro__btn{margin-top:21px}.intro__inner{position:relative;border-radius:25px;overflow:hidden;padding:30px 28px 0 30px;min-height:385px}.intro__info{max-width:629px;display:flex;flex-direction:column;gap:15px;color:var(--color-whte);position:relative;z-index:3}.intro__info .intro__title{font-size:36px}.intro__info .intro__title br{display:none}.intro__img{position:absolute;bottom:0;right:-320px;width:786px;height:393px;z-index:2}.intro__img img,.intro__img picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.intro__decor{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.intro__decor img,.intro__decor picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}}@layer component{.block-h1{font-size:32px;font-style:normal;font-weight:700;line-height:normal}.block-h2{font-size:24px;font-weight:700;line-height:normal}.block-h3{font-size:18px;font-weight:700;line-height:normal}.block-h4{font-size:16px;font-style:normal;font-weight:500;line-height:normal}.block-text{font-size:15px;line-height:145%}.swiper-arrows{display:flex;justify-content:space-between;position:absolute;top:calc(50% - 11px);left:-26px;width:calc(100% + 52px);transform:translateY(-50%);gap:14px;pointer-events:none}.swiper-arrow{--size: 52px;width:var(--size);height:var(--size);border-radius:50%;transition:all .3s ease-in 0s;pointer-events:all;display:flex;justify-content:center;align-items:center;background:var(--color-whte);box-shadow:6px 6px 19.3px 2px #88888840}.swiper-arrow:before{content:"";--size: 14px;width:var(--size);height:var(--size);mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-alt);transition:all .3s ease-in 0s}.swiper-arrow.swiper-button-disabled{opacity:.5;pointer-events:none}}@layer component{.directory{margin-bottom:30px}.directory.directory--two{margin-bottom:82px}.directory__inner{position:relative;border-radius:20px;background:var(--color-whte);padding:25px 30px 30px}.directory__title{margin-bottom:30px}.directory__slide{max-width:244px;width:100%;height:auto}}@layer component{.card-product{display:flex;flex-direction:column;gap:10px}.card-product__inner{flex:1 1 auto;display:flex;flex-direction:column;gap:11px}.card-product__top{position:relative}.card-product__img{border-radius:10px;display:flex;justify-content:center;align-items:center;padding:23px 23px 21px;background:var(--color-gry);overflow:hidden}.card-product__img img,.card-product__img picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;transition:all .3s ease-in 0s}.card-product__favorites{position:absolute;--pad: 10px;top:var(--pad);right:var(--pad);--size: 26px;width:var(--size);height:var(--size);z-index:2}.card-product__favorites:before{content:"";position:absolute;top:0;right:0;mask:var(--favorites) center center/contain no-repeat;-webkit-mask:var(--favorites) center center/contain no-repeat;--size: 26px;width:var(--size);height:var(--size);background:var(--color-alt);transition:all .3s ease-in 0s}.card-product__favorites:after{content:"";top:0;right:0;position:absolute;mask:var(--favorites-active) center center/contain no-repeat;-webkit-mask:var(--favorites-active) center center/contain no-repeat;--size: 26px;width:var(--size);height:var(--size);background:var(--color-alt);transition:all .3s ease-in 0s;opacity:0}.card-product__favorites._active:after{content:"";opacity:1}.card-product__info{display:flex;flex-direction:column;gap:14px;height:100%}.card-product__title{flex:1 1 auto;transition:all .3s ease-in 0s}.card-product__prices{display:flex;flex-direction:column;gap:3px}.card-product__old{font-size:15px;font-weight:500;line-height:normal;color:#445c6d}.card-product__price{font-size:30px;font-weight:700;line-height:normal}.card-product__btns{margin-top:6px}.card-product__btn{max-width:100%;padding:15px;width:100%}.card-product__btn.js-buy-basket._active{display:none}.card-product__btn.js-product-basket{display:none;pointer-events:none;align-items:center;gap:8px;color:#4b4b4b;transition:all .3s ease-in 0s;background:var(--color-gry)}.card-product__btn.js-product-basket:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-alt);--size: 18px;width:var(--size);height:var(--size);flex:0 0 var(--size)}.card-product__btn.js-product-basket._active{display:flex}}@layer component{.about{margin-bottom:30px}.about.about--two{margin-bottom:80px}.about.about--two .about__inner{padding:80px 30px 282px}.about__inner{border-radius:20px;overflow:hidden;position:relative;padding:52px 30px 215px;background:var(--color-whte)}.about__content{position:relative;z-index:2;max-width:1146px;margin:0 auto}.about__top{display:flex;flex-direction:column;text-align:center;gap:10px;margin-bottom:38px}.about__top.about__top--two{text-align:left;gap:20px;margin-bottom:50px}.about__top.about__top--two .about__text{font-weight:500}.about__row{display:grid;grid-template-columns:repeat(1,1fr);gap:40px}.about__column{display:flex;flex-direction:column;gap:15px;text-align:center}.about__column-icon{--size: 55px;width:var(--size);height:var(--size);display:flex;justify-content:center;align-items:center;background:var(--color-alt);border-radius:10px;margin:0 auto}.about__column-icon:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);--size: 30px;width:var(--size);height:var(--size)}.about__column-info{display:flex;flex-direction:column;gap:12px}.about__column-text{line-height:140%}.about__btn{margin:40px auto 0;display:flex;justify-content:center;align-items:center;padding:15px 28px}.about__decor{position:absolute;top:0;left:0;width:100%;height:100%}.about__decor img,.about__decor picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}}@layer component{.delivery{margin-bottom:30px}.delivery.delivery--two{margin-bottom:80px}.delivery.delivery--two .delivery__inner{padding:0;border-radius:0;background:transparent}.delivery.delivery--two .delivery__column{background:var(--color-whte)}.delivery__inner{border-radius:20px;overflow:hidden;background:var(--color-whte)}.delivery__top{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.delivery__text{font-size:16px;font-style:normal;font-weight:400;line-height:normal}.delivery__row{display:grid;grid-template-columns:repeat(1,1fr);gap:20px}.delivery__row.delivery__row--two .delivery__column{gap:25px}.delivery__column{border-radius:20px;transition:all .3s ease-in 0s;padding:30px 35px;background:var(--color-gry);display:flex;flex-direction:column;gap:14px}.delivery__column.delivery__column--pad{padding:0}.delivery__column.delivery__column--pad .delivery__column-map{margin-top:0;border-radius:20px;overflow:hidden;height:404px}.delivery__column-title{transition:all .3s ease-in 0s}.delivery__column-map{height:380px;width:100%;border-radius:10px;overflow:hidden;margin-top:10px}.delivery__column-items{display:flex;flex-direction:column;gap:11px}.delivery__column-block{display:flex;flex-direction:column;gap:15px}.delivery__column-subtitle{transition:all .3s ease-in 0s}.delivery__column-item{display:flex;flex-direction:column;gap:6px;padding-left:22px;position:relative}.delivery__column-item:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-alt);--size: 14px;width:var(--size);height:var(--size);position:absolute;top:2px;left:0;transition:all .3s ease-in 0s}.delivery__column-text{transition:all .3s ease-in 0s;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.delivery__column-text span{display:block;font-weight:700}.delivery__column-list{display:flex;flex-direction:column}.delivery__column-column{transition:all .3s ease-in 0s;position:relative;padding-left:22px;font-size:15px;font-style:normal;font-weight:400;line-height:192%}.delivery__column-column:before{content:"";position:absolute;top:13px;left:10px;--size: 2px;width:var(--size);height:var(--size);border-radius:50%;background:var(--color-primary);transition:all .3s ease-in 0s}}@layer component{.answer{margin-bottom:80px}.answer.answer--two .answer__inner{border-radius:0;padding:0;background:transparent}.answer.answer--two .answer__inner .spollers__item{background:var(--color-whte)}.answer.answer--two .answer__inner .spollers__item:has(._spoller-active){background:var(--color-alt)}.answer.answer--two .answer__inner .spollers__item:has(._spoller-active) .spollers__description,.answer.answer--two .answer__inner .spollers__item:has(._spoller-active) .spollers__title{color:var(--color-whte)}.answer.answer--two .answer__inner .spollers__item:has(._spoller-active) .spollers__title span:before,.answer.answer--two .answer__inner .spollers__item:has(._spoller-active) .spollers__title span:after{content:"";background:var(--color-whte)}.answer__title{margin-bottom:30px}.answer__spollers{display:flex;flex-direction:column;gap:20px}.answer__link{display:flex;justify-content:center;align-items:center;margin:35px auto 0}}@layer component{.choice{margin-bottom:80px}.choice__inner{border-radius:30px;background:var(--color-whte);overflow:hidden;position:relative;padding:30px;min-height:322px}.choice__info{position:relative;z-index:3;max-width:620px}.choice__top{display:flex;flex-direction:column;gap:15px;color:var(--color-whte);margin-bottom:30px}.choice__text{font-size:16px;font-style:normal;font-weight:400;line-height:normal}.choice__form{display:flex;flex-direction:column;gap:20px}.choice__form .form__submit{max-width:100%;padding:17px}.choice__form .form__checkbox{align-self:center}.choice__form .form__checkbox .checkbox__text br{display:none}.choice__decor{position:absolute;top:0;left:0;width:100%;height:100%}.choice__decor img,.choice__decor picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.choice__img{z-index:2;position:absolute;bottom:0;right:-50px;width:486px;height:336px}.choice__img img,.choice__img picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}}.choice--alt .form__submit{background:var(--color-gry)}.choice--alt .form__item-input._form-error .form__item-icon{background:#762424}.choice--alt .form__item-input._form-error .form__error{color:#762424}.choice--alt .form__item-input .input._form-error{color:#762424;border-color:#762424}.choice--alt .form__item-input .input._form-error::placeholder{color:#762424;transition:all .3s ease-in 0s}@layer component{.characteristic{border-top:1px solid #adc2d0;padding-top:60px;margin-bottom:64px}.characteristic__inner{display:flex;flex-direction:column}.characteristic__row{display:flex;flex-direction:column;gap:15px}.characteristic__column{display:flex;flex-direction:column;gap:20px}.characteristic__column-text{font-size:15px;font-style:normal;font-weight:500;line-height:140%}.characteristic__column-list{display:flex;flex-direction:column;gap:10px}.characteristic__column-item{position:relative;padding-left:19px;font-size:15px;font-style:normal;font-weight:500;line-height:140%}.characteristic__column-item:before{content:"";position:absolute;top:10px;left:0;width:11px;height:3px;border-radius:30px;background:var(--color-alt)}.characteristic__hidden{padding-top:15px}.characteristic__btn{margin-top:10px;font-size:15px;font-style:normal;font-weight:500;line-height:140%;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;color:var(--color-alt);transition:all .3s ease-in 0s}.characteristic__btn span:nth-child(2){display:none}.characteristic__btn._active span:nth-child(1){display:none}.characteristic__btn._active span:nth-child(2){display:block}}@layer component{.catalog{position:absolute;top:calc(var(--header) + 25px);left:0;z-index:calc(var(--index-3) + 2);height:100%;width:100%;transition:all .3s ease-in 0s;opacity:0;pointer-events:none}.catalog::-webkit-scrollbar{display:none}.catalog__close{mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-alt);--size: 30px;width:var(--size);height:var(--size);position:absolute;top:0;right:0;z-index:2;--pad: 15px;top:var(--pad);right:var(--pad)}.catalog__inner{position:relative;max-width:797px;width:100%;background:var(--color-whte);border-radius:0 20px 20px 0;padding:25px}.catalog__row{display:grid;grid-template-columns:repeat(1,1fr);gap:30px 0px;position:relative}.catalog__row::-webkit-scrollbar{display:none}.catalog__column{display:flex;flex-direction:column;gap:15px}.catalog__column-title{font-size:15px;font-weight:700;line-height:normal}.catalog__column-list{display:flex;flex-direction:column;gap:15px}.catalog__column-link{font-size:15px;line-height:normal;transition:all .3s ease-in 0s;color:#445c6d}}._catalog .catalog{opacity:1;pointer-events:all}@layer component{.breadcrumb{padding:30px 0 35px}.breadcrumb__list{display:flex;flex-wrap:wrap;gap:0px 3px}.breadcrumb__item{font-size:15px;font-weight:500;line-height:140%;color:var(--color-gry-blck);transition:all .3s ease-in 0s;display:flex;gap:5px}.breadcrumb__item:after{content:"/"}.breadcrumb__item.breadcrumb__item--active{color:#4b4b4b;pointer-events:none}.breadcrumb__item.breadcrumb__item--active:after{content:"";display:none}}@layer component{.product{padding-bottom:80px}.product__inner{display:grid;grid-template-columns:1fr;gap:20px}.product__sliders{display:flex;flex-direction:column;gap:20px;min-width:0;height:max-content}.product__slider{max-width:100%;border-radius:20px;padding:18px;background:var(--color-whte);aspect-ratio:1/1}.product__slide-img{height:100%}.product__slide-img img,.product__slide-img picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.product__favorites{position:absolute;--pad: 27px;top:var(--pad);right:var(--pad);--size: 26px;width:var(--size);height:var(--size);z-index:2}.product__favorites:before{content:"";position:absolute;top:0;right:0;mask:var(--favorites) center center/contain no-repeat;-webkit-mask:var(--favorites) center center/contain no-repeat;--size: 26px;width:var(--size);height:var(--size);background:var(--color-alt);transition:all .3s ease-in 0s}.product__favorites:after{content:"";top:0;right:0;position:absolute;mask:var(--favorites-active) center center/contain no-repeat;-webkit-mask:var(--favorites-active) center center/contain no-repeat;--size: 26px;width:var(--size);height:var(--size);background:var(--color-alt);transition:all .3s ease-in 0s;opacity:0}.product__favorites._active:after{content:"";opacity:1}.product__bottom{position:relative;padding:0 40px}.product__gallery{max-width:100%;position:static}.product__image{position:relative;border-radius:20px;overflow:hidden;background:var(--color-whte);cursor:pointer}.product__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;border:1px solid var(--color-alt);transition:all .3s ease-in 0s;opacity:0;pointer-events:all}.product__image.swiper-slide-thumb-active:before{content:"";opacity:1}.product__image img,.product__image picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.product__arrows{top:50%;left:0;width:100%;z-index:2}.product__arrow{--size: 25px}.product__arrow:before{content:"";--size: 8px}.product__content{display:flex;flex-direction:column;gap:15px;min-width:0}.product__constructor{display:flex;flex-wrap:wrap;align-items:center;gap:15px;margin-bottom:4px}.product__info{display:flex;align-items:center;gap:31px}.product__prices{display:flex;flex-direction:column;gap:6px}.product__price{font-size:32px;font-weight:700;line-height:normal}.product__price.product__price--old{font-size:15px;font-style:normal;font-weight:500;line-height:normal;color:#445c6d}.product__btn{padding:12px 30px}.product__items{display:flex;flex-direction:column;margin-bottom:16px}.product__item{border-radius:10px;display:grid;grid-template-columns:236px 1fr;gap:27px;padding:8px 16px;font-size:15px;font-weight:500;line-height:140%;color:#4b4b4b}.product__item:nth-child(odd){background:var(--color-whte)}.product__description{display:flex;flex-direction:column;gap:14px}.product__text{font-size:15px;font-weight:500;line-height:140%;color:#445c6d}.product__hidden .product__description{padding:14px 0 5px}.product__showmore{font-size:15px;font-weight:500;line-height:140%;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;color:var(--color-alt);margin-top:10px;transition:all .3s ease-in 0s}.product__showmore span:nth-child(2){display:none}.product__showmore._active span:nth-child(1){display:none}.product__showmore._active span:nth-child(2){display:block}}@layer component{.agreement{counter-reset:section;padding-bottom:80px}.agreement__inner{display:flex;flex-direction:column;gap:36px}.agreement__inner a{color:var(--color-alt);text-decoration:underline;font-size:15px;font-weight:500;line-height:140%}.agreement__inner h1{font-size:32px;font-weight:700;line-height:normal}.agreement__inner p{font-size:15px;font-weight:500;line-height:140%;color:#445c6d}.agreement__inner li{color:#445c6d;font-size:15px;font-weight:500;line-height:140%}.agreement__top{display:flex;flex-direction:column;gap:20px}.agreement__row{display:flex;flex-direction:column;gap:35px}.agreement__column{display:flex;flex-direction:column;gap:20px}.agreement__column h2,.agreement__column h3,.agreement__column h4,.agreement__column h5,.agreement__column h6{counter-increment:section;font-size:24px;font-weight:700;line-height:normal}.agreement__column h2:before,.agreement__column h3:before,.agreement__column h4:before,.agreement__column h5:before,.agreement__column h6:before{content:counter(section) ". ";margin-right:7px}.agreement__column ol{list-style:none;display:flex;flex-direction:column;gap:20px}.agreement__column ol>li{counter-increment:subsection;counter-reset:subsubsection}.agreement__column ol>li:before{content:counter(section) "." counter(subsection) ".";margin-right:7px}.agreement__column ol>li>ul{padding-top:20px}.agreement__column ol>li>ol{list-style:none;padding-top:20px;gap:21px}.agreement__column ol>li>ol>li{counter-increment:subsubsection1}.agreement__column ol>li>ol>li:before{content:counter(section) "." counter(subsection) "." counter(subsubsection1) ".";margin-right:7px}}@layer component{.blog{padding-bottom:80px}.blog__title{margin-bottom:15px}.blog__row{display:grid;grid-template-columns:repeat(1,1fr);gap:15px}.blog__column{display:flex;flex-direction:column;gap:10px;border-radius:20px;background:var(--color-whte);padding:15px}.blog__column-img{border-radius:10px;overflow:hidden;flex:0 0 176px}.blog__column-img img,.blog__column-img picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;transition:all .3s ease-in 0s}.blog__column-content{display:flex;flex-direction:column;gap:15px;height:100%}.blog__column-info{flex:1 1 auto;display:flex;flex-direction:column;gap:5px}.blog__column-time{margin-bottom:5px;font-size:16px;font-weight:500;line-height:normal;color:#969696}.blog__column-title{font-size:18px;font-weight:700;line-height:normal;transition:all .3s ease-in 0s}.blog__column-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:130%}.blog__column-btn{max-width:100%;padding:15px}.blog__pagination{margin-top:60px}}@layer component{.news{padding-bottom:80px}.news__inner{display:flex;flex-direction:column;gap:35px}.news__block{display:flex;flex-direction:column;gap:20px}.news__text{font-weight:500;color:#445c6d}.news__img{border-radius:20px;overflow:hidden;aspect-ratio:1410/401}.news__img img,.news__img picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.news__list{display:flex;flex-direction:column;gap:10px}.news__item{position:relative;padding-left:19px;font-weight:500;color:#445c6d}.news__item:before{content:"";position:absolute;top:10px;left:0;width:11px;height:3px;background:var(--color-alt);border-radius:30px}.news__column:nth-child(2n) .news__column-items{background:var(--color-whte)}.news__column-items{padding:17px 28px;border-radius:15px;display:grid;grid-template-columns:40.9158050222% 37.6661742984% 1fr;gap:30px}}@layer component{.brand{padding-bottom:80px}.brand__title{margin-bottom:15px}.brand__row{display:grid;grid-template-columns:repeat(2,1fr);gap:28px 15px}.brand__column-title{margin-bottom:20px}.brand__column-list{display:flex;flex-direction:column;gap:10px}.brand__column-link{font-size:15px;font-weight:500;line-height:140%;transition:all .3s ease-in 0s;position:relative;padding-left:19px}.brand__column-link:before{content:"";position:absolute;top:10px;left:0;width:11px;height:3px;border-radius:30px;background:var(--color-alt)}}@layer component{.commodity{margin-bottom:100px}.commodity__top{margin-bottom:30px;display:flex;flex-direction:column;gap:15px}.commodity__btns{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.commodity__btns .commodity__btn{min-width:160px;width:100%;max-width:100%}.commodity__btn{display:flex;gap:10px;align-items:center}.commodity__btn:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);--size: 18px;width:var(--size);height:var(--size);flex:0 0 var(--size)}.commodity__inner{display:grid;grid-template-columns:249px 1fr;gap:20px;position:relative}.commodity__content{min-width:0}.commodity__tags{display:flex;gap:10px;margin-bottom:23px}.commodity__tags::-webkit-scrollbar{display:none}.commodity__tag{display:flex;align-items:center;gap:10px;padding:8px 18px;border-radius:50px;transition:all .3s ease-in 0s;background:var(--color-whte)}.commodity__tag.commodity__tag--close{background:var(--color-alt)}.commodity__tag.commodity__tag--close .commodity__tag-name{color:var(--color-whte)}.commodity__tag.commodity__tag--close .commodity__tag-close{background:var(--color-whte)}.commodity__tag-name{font-size:13px;font-weight:500;line-height:140%;transition:all .3s ease-in 0s;white-space:nowrap}.commodity__tag-close{transition:all .3s ease-in 0s;mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-alt);--size: 14px;width:var(--size);height:var(--size);flex:0 0 var(--size)}.commodity__row{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:40px}.commodity__column .card-product__btn{padding:13px}}@layer component{.aside{height:max-content;position:sticky;top:10px;padding:25px;background:var(--color-whte);border-radius:20px}.aside__top{position:sticky;top:0;z-index:5;background:var(--color-whte);margin:0 -25px;width:calc(100% + 50px);padding:25px 40px 25px 25px}.aside__title{text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.aside__close{mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-alt);--size: 18px;width:var(--size);height:var(--size);position:absolute;top:26px;right:25px}.aside__form{display:flex;flex-direction:column;gap:28px;position:relative}}._filter .aside{left:0}@layer component{.basket{margin-bottom:80px}.basket__title{margin-bottom:30px}.basket__block{display:flex;align-items:center;gap:12px}.basket__block .basket__column{width:100%}.basket__block .basket__column-inner{display:grid;grid-template-columns:1fr}.basket__checkbox{margin-bottom:26px;width:18px}.basket__row{display:flex;flex-direction:column;gap:15px;margin-bottom:15px}.basket__column{padding:15px 50px 15px 15px;background:var(--color-whte);border-radius:20px;display:grid;grid-template-columns:1fr;gap:15px;align-items:center}.basket__column-info{display:flex;gap:25px}.basket__column-img{--size: 103px;width:var(--size);height:var(--size);flex:0 0 var(--size);border-radius:10px;overflow:hidden;background:var(--color-bg)}.basket__column-img img,.basket__column-img picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.basket__column-content{display:flex;flex-direction:column;gap:10px;padding-top:15px}.basket__column-title{font-size:20px;font-weight:700;line-height:normal;transition:all .3s ease-in 0s}.basket__column-article{font-size:14px;font-weight:400;line-height:normal;color:#5e5e5e}.basket__column-inner{display:flex;gap:15px;justify-content:flex-end}.basket__column-characteristics{display:flex;flex-direction:column;gap:10px}.basket__column-characteristic{display:flex;gap:5px;font-size:14px;line-height:normal}.basket__column-category{color:#5e5e5e}.basket__column-data{display:flex;align-items:center;justify-content:flex-end;gap:15px}.basket__column-prices{display:flex;gap:7px;width:100%}.basket__column-cost{font-size:32px;font-weight:700;line-height:normal;color:var(--color-alt)}.basket__column-old{font-size:15px;font-style:normal;font-weight:500;line-height:normal;color:#445c6d}.basket__column-constructor{display:flex;gap:15px}.basket__column-price{align-self:center;font-size:24px;font-weight:600;line-height:normal;color:#445c6d;white-space:nowrap}.basket__column-total{display:flex;align-self:center;justify-content:space-between;gap:43px;min-width:300px}.basket__column-sum{font-size:24px;font-weight:700;line-height:normal;color:var(--color-alt);white-space:nowrap;display:flex;gap:15px}.basket__column-sum:before{content:"=";font-size:15px;font-style:normal;font-weight:500;line-height:normal;color:#445c6d;align-self:center}.basket__column-delete{transition:all .3s ease-in 0s}.basket__column-delete:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);--size: 16px;width:var(--size);height:var(--size);transition:all .3s ease-in 0s}.basket__column-delete span{color:#da6767;font-size:14px;font-weight:500;line-height:normal}.basket__bottom{display:flex;justify-content:space-between;gap:30px}.basket__design.js-add-basket{display:flex}.basket__design.js-add-basket._active,.basket__design.js-basket-open{display:none}.basket__design.js-basket-open._active{display:flex}.basket__result{display:flex;gap:14px}.basket__result-title{font-size:16px;font-weight:600;line-height:normal;color:#445c6d;margin-top:8px}.basket__result-sum{font-size:24px;font-weight:700;line-height:normal;color:var(--color-alt)}}@layer component{.order{margin-bottom:80px}.order__basket{margin-bottom:0}.order__inner{display:grid;gap:30px;grid-template-columns:240px 1fr}.order__aside{position:relative}.order__aside-inner{padding:20px 25px 25px;border-radius:20px;background:var(--color-whte);display:flex;flex-direction:column;gap:30px}.order__aside-items{display:flex;flex-direction:column;gap:20px}.order__aside-item{font-size:15px;font-weight:400;line-height:normal;display:flex;align-items:center;gap:10px;transition:all .3s ease-in 0s}.order__aside-item._active{color:var(--color-alt)}.order__aside-item span{border-radius:7px;color:var(--color-whte);background:var(--color-alt);padding:4px 7px;min-width:27px;display:flex;justify-content:center;align-items:center}.order__aside-item:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-alt);--size: 24px;width:var(--size);height:var(--size);flex:0 0 var(--size)}.order__aside-btn{display:flex;align-items:center;gap:8px;padding:10px 20px}.order__aside-btn:after{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);--size: 16px;width:var(--size);height:var(--size);flex:0 0 var(--size)}.order__title{margin-bottom:31px}.order__form{display:flex;flex-direction:column;gap:20px}.order__form .form__btn{min-width:217px}}@layer component{.story-order__row{display:flex;flex-direction:column;gap:15px}.story-order__column{padding:15px 15px 15px 30px;border-radius:20px;background:var(--color-whte)}.story-order__top{display:flex;align-items:center;gap:45px}.story-order__title{font-size:20px;font-weight:700;line-height:normal}.story-order__items{display:flex;flex:1 1 auto;gap:40px}.story-order__item{display:flex;gap:5px;font-size:14px;line-height:normal}.story-order__category{color:#5e5e5e}.story-order__info{display:flex;gap:40px}.story-order__status{font-size:15px;font-weight:500;line-height:140%;display:flex;align-items:center;gap:7px}.story-order__status:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color);--size: 20px;width:var(--size);height:var(--size);flex:0 0 var(--size)}.story-order__btns{display:flex;gap:5px}.story-order__update{--size: 52px;width:var(--size);height:var(--size);flex:0 0 var(--size);border-radius:10px;background:var(--color-alt);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in 0s}.story-order__update:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);--size: 28px;width:var(--size);height:var(--size);transition:all .3s ease-in 0s}.story-order__body{padding-top:40px;padding-bottom:13px;display:flex;flex-direction:column;gap:20px}.story-order__blocks{display:flex;flex-direction:column;gap:10px}}@layer component{.block-story__head{display:grid;grid-template-columns:1fr 134px 99px 165px;gap:15px;padding:0 15px}.block-story__item{font-size:15px;font-weight:500;line-height:normal}.block-story__column{background:var(--color-bg);padding:10px;border-radius:20px;display:flex;gap:15px}.block-story__img{background:var(--color-whte);border-radius:10px;overflow:hidden;--size: 80px;width:var(--size);height:var(--size);flex:0 0 var(--size)}.block-story__img img,.block-story__img picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.block-story__info{display:flex;gap:15px;align-self:center;width:100%}.block-story__name{font-size:18px;font-weight:700;line-height:normal;flex:1 1 auto;transition:all .3s ease-in 0s}.block-story__row{display:grid;grid-template-columns:134px 99px 165px;gap:15px}.block-story__block{font-size:15px;font-weight:500;line-height:normal;align-self:center}.block-story__price{font-size:24px;font-weight:700;line-height:normal;color:var(--color-alt)}.block-story__value{color:#445c6d}}@layer component{.bottom-story{display:flex;justify-content:space-between;gap:15px}.bottom-story__info{display:flex;flex-direction:column;gap:10px}.bottom-story__items{display:flex;flex-direction:column;gap:9px}.bottom-story__item{font-size:14px;line-height:normal;color:#5e5e5e;display:inline}.bottom-story__item span{color:var(--color-primary)}.bottom-story__total{display:flex;gap:14px;align-items:center;height:max-content;padding-right:48px}.bottom-story__text{font-size:16px;font-weight:600;line-height:normal;color:#445c6d}.bottom-story__sum{font-size:24px;font-style:normal;font-weight:700;line-height:normal;color:var(--color-alt);white-space:nowrap}}@layer component{.mistake{padding:85px 0 113px}.mistake__inner{max-width:707px;margin:0 auto;text-align:center}.mistake__title{font-size:15px;font-weight:500;line-height:140%;color:#4b4b4b}.mistake__img{aspect-ratio:707/353}.mistake__img img,.mistake__img picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.mistake__text{font-size:15px;font-weight:500;line-height:140%;color:#4b4b4b}.mistake__link{margin-top:40px}}@layer component{.loaded .preloader{opacity:0;visibility:hidden;pointer-events:none}@keyframes slide-top02{0%{transform:translateY(80px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-top03{0%{opacity:0}to{opacity:1}}}.outer{width:100%;height:100vh;overflow:hidden;position:relative}.inner{width:100%;height:100%;overflow-y:scroll;box-sizing:content-box}@layer component{.supplier{padding-bottom:80px}.supplier__top{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.supplier__inner{display:flex;flex-direction:column;gap:20px}.supplier__img{border-radius:20px;overflow:hidden;aspect-ratio:1410/401}.supplier__img img,.supplier__img picture{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.supplier__gallery{position:relative}.supplier__slider{position:static}.supplier__slide-img{border-radius:20px;overflow:hidden;aspect-ratio:450/238}.supplier__slide-img img,.supplier__slide-img picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;display:block}.supplier__arrows{position:absolute;top:50%;transform:translateY(-50%);left:20px;width:calc(100% - 40px);display:flex;justify-content:space-between;z-index:2;pointer-events:none}.supplier__arrow{mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-alt);--size: 30px;width:var(--size);height:var(--size);flex:0 0 var(--size);transition:all .3s ease-in 0s;pointer-events:all}.supplier__arrow.swiper-button-disabled{opacity:0;pointer-events:none}}@layer component{.work{padding-bottom:80px}.work__top{display:flex;flex-direction:column;gap:10px;margin-bottom:30px;text-align:center}.work__row{display:grid;grid-template-columns:repeat(1,1fr);gap:15px;margin-bottom:30px}.work__column{display:flex;flex-direction:column;gap:15px;border-radius:15px;background:var(--color-whte);padding:15px}.work__column-icon{--size: 55px;width:var(--size);height:var(--size);flex:0 0 var(--size);display:flex;justify-content:center;align-items:center;border-radius:10px;background:var(--color-alt);margin:0 auto}.work__column-icon:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);--size: 30px;width:var(--size);height:var(--size)}.work__column-info{text-align:center;display:flex;flex-direction:column;gap:12px}.work__btn{display:flex;justify-content:center;align-items:center;margin:0 auto}}@layer component{.report{padding-bottom:80px}.report__top{display:flex;flex-direction:column;gap:10px;text-align:center;margin-bottom:30px}.report__inner{position:relative}.report__slider{position:static}.report__slide{position:relative;border-radius:20px;overflow:hidden}.report__slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%)}.report__slide-img{aspect-ratio:690/390}.report__slide-img img,.report__slide-img picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;display:block;transition:all .3s ease-in 0s}.report__slide-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;padding:10px 15px;border-radius:124px;display:flex;align-items:center;gap:10px;background:rgba(124,124,124,.5);transition:all .3s ease-in 0s}.report__slide-icon{--size: 30px;width:var(--size);height:var(--size);flex:0 0 var(--size);mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-alt);transition:all .3s ease-in 0s}.report__slide-text{font-size:14px;line-height:110%;color:var(--color-whte);transition:all .3s ease-in 0s}.report__arrows{position:absolute;top:50%;transform:translateY(-50%);left:20px;width:calc(100% - 40px);display:flex;justify-content:space-between;z-index:2;pointer-events:none}.report__arrow{mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-alt);--size: 30px;width:var(--size);height:var(--size);flex:0 0 var(--size);transition:all .3s ease-in 0s;pointer-events:all}.report__arrow.swiper-button-disabled{opacity:0;pointer-events:none}}@media only screen and (min-width: 479.98px){@layer component{.product__title br{display:none}}@layer component{.basket__column-delete{--size: 32px;width:var(--size);height:var(--size);flex:0 0 var(--size);border-radius:7px;background:var(--color-alt);display:flex;justify-content:center;align-items:center}}@layer component{.basket__column-delete span{display:none}}}@media only screen and (min-width: 620px){@layer component{.product__slider{aspect-ratio:2/1}}@layer component{.blog__row{grid-template-columns:repeat(2,1fr)}}@layer component{.brand__row{grid-template-columns:repeat(3,1fr)}}@layer component{.commodity__row{grid-template-columns:repeat(3,1fr)}}@layer component{.basket__design{margin-top:10px;min-width:217px}}@layer component{.work__row{grid-template-columns:repeat(2,1fr)}}}@media only screen and (min-width: 767.98px){@layer component{.about__row{grid-template-columns:repeat(2,1fr)}}@layer component{.brand__row{grid-template-columns:repeat(4,1fr);gap:35px}}}@media only screen and (min-width: 991.98px){.form__block{border-radius:20px;background:var(--color-whte);padding:36px 40px 40px;gap:20px}.form__block-column.form__block-column--big{grid-column:span 3}.form__search{position:relative}.form__search-btn{position:absolute;top:0;right:0}.menu__page.menu__page--mobile,.menu__btns{display:none}.footer__info{padding-top:8px}@layer base{[class*=__container],.container{--pad: 30px}}@layer component{.intro__inner{padding:30px}}@layer component{.intro__info .intro__title br{display:block}}@layer component{.about__row{grid-template-columns:repeat(3,1fr)}}@layer component{.delivery__inner{padding:40px 30px}}@layer component{.delivery__top{margin-bottom:35px;gap:15px}}@layer component{.delivery__row{grid-template-columns:repeat(2,1fr)}}@layer component{.delivery__column.delivery__column--big{grid-column-start:span 2}}@layer component{.answer.answer--two .spollers__title{font-size:18px}}@layer component{.answer__inner{padding:40px 30px;background:var(--color-whte);border-radius:20px;overflow:hidden}}@layer component{.catalog__close{display:none}}@layer component{.catalog__inner{max-height:calc(100dvh - var(--header) - 50px);padding:35px 45px 40px;border-radius:20px;overflow:auto}}@layer component{.catalog__row{grid-template-columns:repeat(2,1fr)}}@layer component{.catalog__column:nth-child(odd){padding-right:37px;border-right:1px solid #d8e6f0}.catalog__column:nth-child(2n){padding-left:37px}}@layer component{.catalog__column-list{gap:12px}}@layer component{.product__inner{gap:41px;grid-template-columns:40.4255319149% 1fr}}@layer component{.product__sliders{position:sticky;top:10px}}@layer component{.product__slider{aspect-ratio:1/1}}@layer component{.product__content{gap:25px}}@layer component{.product__prices{gap:5px}}@layer component{.product__items{gap:5px;margin-bottom:5px}}@layer component{.product__showmore{margin-top:5px}}@layer component{.blog__title{margin-bottom:30px}}@layer component{.blog__row{grid-template-columns:repeat(3,1fr)}}@layer component{.brand__title{margin-bottom:30px}}@layer component{.brand__row{grid-template-columns:repeat(5,1fr)}}@layer component{.commodity__btns{display:none}}@layer component{.commodity__tags{flex-wrap:wrap}}@layer component{.commodity__column{background:var(--color-whte);padding:15px;border-radius:20px}}@layer component{.aside__top{display:none}}@layer component{.basket__block .basket__column{grid-template-columns:1fr}}@layer component{.basket__column-prices{flex-direction:column}}@layer component{.basket__column-quantity{min-width:168px}}@layer component{.basket__result{min-width:400px}}@layer component{.order__aside-inner{position:sticky;top:10px}}@layer component{.story-order__title{white-space:nowrap}}@layer component{.loaded .fade-up{transform:translateY(80px);opacity:0}.loaded .fade-up._watcher-view{animation:slide-top02 .5s cubic-bezier(.25,.46,.45,.94) both}}@layer component{.loaded .fade-opacity{opacity:0}.loaded .fade-opacity._watcher-view{animation:slide-top03 1s linear both}}@layer component{.supplier__inner{gap:40px}}@layer component{.work__row{grid-template-columns:repeat(3,1fr)}}}@media (min-width: 991.98px){._mac .header,._safari .header{width:calc(100% - 6px)}}@media only screen and (min-width: 1119.98px){@layer component{.blog__row{grid-template-columns:repeat(4,1fr)}}@layer component{.brand__row{grid-template-columns:repeat(6,1fr)}}}@media only screen and (min-width: 1365.98px){@layer component{.intro__inner{padding:35px 55px}}@layer component{.intro__img{right:66px}}@layer component{.directory__inner{padding:40px 55px}}@layer component{.delivery__inner{padding:40px 55px 52px}}@layer component{.delivery__row{gap:29px}}@layer component{.answer__inner{padding:40px 55px}}@layer component{.choice__inner{padding:30px 55px}}@layer component{.choice__info{max-width:868px}}@layer component{.choice__form .form__checkbox .checkbox__text br{display:block}}@layer component{.choice__img{right:54px}}@layer component{.blog__row{gap:30px}}@layer component{.commodity__row{grid-template-columns:repeat(4,1fr)}}@layer component{.basket__block .basket__column{padding-right:40px;grid-template-columns:36.8421052632% 1fr}}@layer component{.basket__block .basket__column-inner{display:grid;grid-template-columns:1fr 240px}}@layer component{.basket__column{grid-template-columns:44.8327137546% 1fr;gap:30px}}@layer component{.work__column{padding:25px}}}@media only screen and (min-width: 1439.98px){.menu__mobile{display:none}.menu__row{flex-direction:row;align-self:center;flex:1 1 auto;margin-left:9px;gap:40px}.menu__bottom{padding:7px 8px 7px 30px}.menu__body{align-self:center}.icon-menu{display:none}}@media only screen and (min-width: 1535.98px){.menu__column-link{font-size:18px}.menu__form{min-width:424px}@layer component{.story-order__blocks{padding-right:15px}}@layer component{.block-story__category{display:none}}@layer component{.work__row{gap:30px}}}@media only screen and (min-width: 1600px){@layer component{.supplier__arrows{left:-70px;width:calc(100% + 140px)}}@layer component{.report__arrows{left:-70px;width:calc(100% + 140px)}}}@media (max-width: 991.98px){:root{--spacing: 80px}}@media (max-width: 767.98px){:root{--spacing: 60px}}@media only screen and (max-width: 991.98px){@layer component{.popup__content{padding:20px 25px}}.popup__close{--pad: 10px}.popup__top{padding-right:30px;gap:15px}.popup__content{gap:20px}.popup__text{font-size:15px}.popup__btns{gap:8px}.form__text br{display:none}.form__block-title{font-size:16px}.form__block-row{gap:17px;grid-template-columns:repeat(1,1fr)}.form__block-label{font-size:14px}.form__block-input .input{background:var(--color-whte);font-size:14px!important}.form__block-images{gap:5px}.form__block-image{width:63px;height:42px;flex:0 0 63px}.form__btns{background:var(--color-bg);padding:18px 25px}.form__btns .form__submit{max-width:100%;width:100%}.form__reset{display:none}.form__search{position:fixed;bottom:0;left:0;width:100%;height:53px;display:flex;align-items:flex-end;gap:11px;padding:12px 18px 14px;background:var(--color-whte);opacity:0;pointer-events:none;transition:all .3s ease-in 0s}.form__search-input{width:100%}.form__search-input .input{background:var(--color-whte);height:35px;padding:0;border-radius:0;border-bottom:1px solid var(--color-primary)}.form__search-btn:before{--size: 27px;background:var(--color-primary)}.form__search-btn{--size: 27px;background:transparent;border-radius:0}._search .menu__form{width:100%}._search .form__search{opacity:1;pointer-events:all}._search .form__search-btn:before{content:"";background:var(--color-alt)}.pagination__arrow.pagination__arrow--one{display:none}@layer component{.spollers__item{background:var(--color-whte)}}.header{margin-top:20px}.header._scroll .menu__top,.header._scroll-top .menu__top,.header._scroll-top .menu__bottom{padding:10px;border-radius:20px;background:var(--color-whte);box-shadow:0 0 16px 2px #47a9f940}.header__menu{gap:20px}.menu__mobile{width:100%}.menu__top{padding:0;border-radius:0;background:transparent;gap:18px;transition:all .3s ease-in 0s}.menu__location{color:var(--color-whte)}.menu__location:before{background:var(--color-whte)}.menu__pages{position:fixed;bottom:0;left:0;width:100%;background:var(--color-whte);padding:12px 20px;justify-content:space-between;gap:35px;z-index:calc(var(--index-3) - 1)}.menu__bottom{padding:0;border-radius:0;background:transparent}.menu__btns{gap:10px}.menu__btns .menu__btn{padding:12px}.menu__link:before{display:none}.footer{padding:38px 0 100px}.footer__inner{flex-direction:column;gap:25px}.footer__content{margin-top:5px;gap:10px}.footer__copyright{font-size:12px;font-style:normal;font-weight:400;line-height:normal}.footer__link{font-size:12px}.footer__row{gap:22px}.footer__column-list{gap:9px}@layer component{.btn{padding:12px 16px}}.wrapper{padding-top:calc(var(--header) + 10px)}@layer component{.intro{margin-top:18px}}@layer component{.intro__btn{margin-top:6px}}@layer component{.intro__info{gap:12px}}@layer component{.intro__info .intro__title{font-size:24px;font-style:normal;font-weight:700;line-height:normal;padding-right:2px}}@layer component{.intro__img{position:relative;right:0;margin:0 auto;transform:translate(-13px);width:277px;height:198px}}@layer component{.block-h1{font-size:24px;font-style:normal;font-weight:700;line-height:normal}}@layer component{.block-text{font-size:14px;font-weight:400;line-height:145%}}@layer component{.directory{margin-bottom:75px}}@layer component{.directory__inner{overflow:hidden;width:calc(100% + 40px);margin-left:-20px}}@layer component{.directory__title{margin-bottom:20px}}@layer component{.directory__slider{overflow:visible}}@layer component{.directory__arrows{position:static;justify-content:center;width:100%;top:0;transform:translate(0);margin-top:20px}}@layer component{.card-product__btn{padding:15px}}@layer component{.about{margin-bottom:60px}}@layer component{.about.about--two{margin-bottom:60px}}@layer component{.about.about--two .about__inner{padding:40px 30px}}@layer component{.about__inner{padding:52px 30px 26px}}@layer component{.about__top{margin-bottom:30px}}@layer component{.about__top.about__top--two{gap:15px;margin-bottom:20px}}@layer component{.about__top.about__top--two .about__text{font-size:14px;line-height:144%}}@layer component{.about__text{font-size:16px;font-style:normal;font-weight:400;line-height:normal}}@layer component{.about__column-text{font-size:15px;line-height:140%}}@layer component{.about__decor{display:none}}@layer component{.delivery{margin-bottom:60px}}@layer component{.delivery.delivery--two{margin-bottom:60px}}@layer component{.delivery.delivery--two .delivery__row{gap:15px}}@layer component{.delivery.delivery--two .delivery__column{padding:20px 25px;border-radius:20px;gap:17px}.delivery.delivery--two .delivery__column .delivery__column-title{font-size:18px}.delivery.delivery--two .delivery__column .delivery__column-text,.delivery.delivery--two .delivery__column .delivery__column-column{font-size:14px}}@layer component{.delivery.delivery--two .delivery__top{margin-bottom:15px}}@layer component{.delivery__inner{background:transparent;border-radius:0}}@layer component{.delivery__text{font-size:16px;font-style:normal;font-weight:400;line-height:normal}}@layer component{.delivery__row.delivery__row--two .delivery__column{gap:25px}}@layer component{.delivery__column{background:var(--color-whte)}}@layer component{.delivery__column.delivery__column--pad{padding:0!important}}@layer component{.delivery__column-subtitle{font-size:16px}}@layer component{.delivery__column-text{font-size:15px;font-style:normal;font-weight:400;line-height:122%}}@layer component{.answer{margin-bottom:60px}}@layer component{.answer.answer--two .answer__title{margin-bottom:15px}}@layer component{.answer__title{margin-bottom:20px}}@layer component{.answer__spollers{gap:12px}}@layer component{.choice{margin-bottom:48px}}@layer component{.choice__inner{padding:30px 30px 0;border-radius:25px}}@layer component{.choice__info{max-width:100%}}@layer component{.choice__top{margin-bottom:15px}}@layer component{.choice__img{position:relative;right:0;margin:18px auto 0;width:261px;height:178px}}@layer component{.characteristic{padding-top:40px;margin-bottom:60px}}@layer component{.characteristic__column-text{font-size:15px;font-style:normal;font-weight:500;line-height:140%}}@layer component{.catalog{top:0;width:calc(100% - 64px);height:100dvh;overflow:auto;left:-100%}}@layer component{.catalog__container{padding:0}}._catalog .catalog{left:0}@layer component{.breadcrumb{padding:18px 0 20px}}@layer component{.breadcrumb__item{font-size:14px}}@layer component{.product{padding-bottom:30px}}@layer component{.product__favorites{--pad: 16px}}@layer component{.product__bottom{display:none}}@layer component{.product__arrows{left:15px;width:calc(100% - 30px)}}@layer component{.product__constructor{margin-top:5px;margin-bottom:15px}}@layer component{.product__price.product__price--old{font-size:14px}}@layer component{.product__btn{max-width:100%;width:100%}}@layer component{.product__item{grid-template-columns:1fr;gap:1px;font-size:14px;padding:10px 15px}}@layer component{.product__category{font-weight:700}}@layer component{.product__text{font-size:14px}}@layer component{.agreement{padding-bottom:60px}}@layer component{.agreement__inner{gap:20px}}@layer component{.agreement__inner a{font-size:14px}}@layer component{.agreement__inner h1{font-size:24px}}@layer component{.agreement__inner p{font-size:14px;line-height:143%}}@layer component{.agreement__inner li{font-size:14px;line-height:143%}}@layer component{.agreement__top{gap:15px}}@layer component{.agreement__row{gap:20px}}@layer component{.agreement__column h2,.agreement__column h3,.agreement__column h4,.agreement__column h5,.agreement__column h6{font-size:18px}}@layer component{.blog{padding-bottom:60px}}@layer component{.blog__column-text{font-size:15px;line-height:130%}}@layer component{.blog__column-btn{padding:15px}}@layer component{.blog__pagination{margin-top:40px}}@layer component{.news{padding-bottom:60px}}@layer component{.news__inner{gap:20px}}@layer component{.news__inner .block-h2{font-size:18px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:5px}}@layer component{.news__inner .block-h3{font-size:16px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:5px}}@layer component{.news__block{gap:15px}}@layer component{.news__text{line-height:143%;font-size:14px}}@layer component{.news__item{font-weight:500}}@layer component{.news__row{margin-top:-5px}}@layer component{.news__column.news__column--head{display:none}}@layer component{.news__column-items{padding:10px 15px;border-radius:10px;gap:1px;grid-template-columns:1fr}}@layer component{.news__column-item{font-size:14px;font-style:normal;font-weight:500;line-height:140%;color:#4b4b4b}.news__column-item:nth-child(1){color:var(--color-primary);font-weight:700}}@layer component{.brand{padding-bottom:60px}}@layer component{.brand__column-title{font-size:18px}}@layer component{.brand__column-link{font-size:14px}}@layer component{.commodity{margin-bottom:60px}}@layer component{.commodity__top{margin-bottom:20px}}@layer component{.commodity__inner{grid-template-columns:1fr}}@layer component{.commodity__tags{overflow:auto;margin:0 -20px 20px;padding:0 20px;gap:5px}}@layer component{.commodity__column{gap:3px}}@layer component{.commodity__column .card-product__inner{gap:6px}}@layer component{.commodity__column .card-product__info{gap:8px}}@layer component{.commodity__column .card-product__img{background:var(--color-whte)}}@layer component{.commodity__column .card-product__btn{padding:9px;font-size:12px;border-radius:7px}}@layer component{.commodity__column .card-product__title{font-size:11px}}@layer component{.commodity__column .card-product__old{font-size:10px}}@layer component{.aside{border-radius:0;position:fixed;top:0;left:-100%;width:100%;height:100dvh;overflow:auto;z-index:calc(var(--index-3) + 2);padding:0 25px;transition:all .3s ease-in 0s}.aside::-webkit-scrollbar{display:none}}@layer component{.basket{margin-bottom:60px}}@layer component{.basket__title{margin-bottom:15px}}@layer component{.basket__block{gap:6px}}@layer component{.basket__block .basket__column-info{gap:10px}}@layer component{.basket__block .basket__column-inner{gap:15px}}@layer component{.basket__column{padding:15px;align-items:flex-start}}@layer component{.basket__column-inner{flex-direction:column;justify-content:flex-start;gap:25px}}@layer component{.basket__column-prices{flex-wrap:wrap;gap:17px;align-items:center}}@layer component{.basket__column-cost{font-size:30px}}@layer component{.basket__column-constructor{flex-direction:row-reverse;justify-content:flex-end;margin-right:auto;flex-wrap:wrap;align-items:flex-start;gap:15px 25px}}@layer component{.basket__column-total{min-width:auto;gap:10px;align-self:flex-start;width:100%}}@layer component{.basket__column-sum:before{display:none}}@layer component{.order{margin-bottom:60px}}@layer component{.order__basket{margin-bottom:0}}@layer component{.order__inner{grid-template-columns:1fr}}@layer component{.order__title{margin-bottom:15px}}@layer component{.order__form{gap:30px}}@layer component{.story-order__column{padding:15px}}@layer component{.story-order__title{font-size:18px;font-style:normal;font-weight:700;line-height:normal}}@layer component{.story-order__items{flex:none;flex-direction:column;gap:9px}}@layer component{.story-order__btns{gap:10px}}@layer component{.story-order__showmore{width:100%;max-width:100%}}@layer component{.story-order__body{padding-top:30px;padding-bottom:0}}@layer component{.block-story__column{padding:15px;gap:10px}}@layer component{.block-story__img{--size: 70px}}@layer component{.block-story__name{font-size:16px}}@layer component{.bottom-story{flex-direction:column-reverse;gap:30px}}@layer component{.mistake{padding:56px 0 93px}}@layer component{.mistake__title{margin-bottom:16px}}@layer component{.mistake__text{margin-top:20px}}@layer component{.supplier{padding-bottom:60px}}@layer component{.supplier__slider{overflow:visible}}@layer component{.supplier__arrows{display:none}}@layer component{.work{padding-bottom:60px}}@layer component{.report{padding-bottom:60px}}@layer component{.report__slider{overflow:visible}}@layer component{.report__slide-play{border-radius:50%;padding:10px}}@layer component{.report__slide-text{display:none}}@layer component{.report__arrows{display:none}}}@media (any-hover: hover){.popup__close:hover{background:var(--color-alt-hover)}.popup__form .form__items .form__item-input:hover .input{border-color:var(--color-alt);color:var(--color-primary)}.popup__form .form__items .form__item-input:hover .input::placeholder{color:var(--color-primary)}.form__text a:hover{text-decoration:underline;color:var(--color-alt-hover)}.form__reset:hover{background:var(--color-alt)}.form__reset:hover:before{content:"";background:var(--color-whte)}.form__search-btn:hover{background:var(--color-alt-hover)}.input:hover{border:2px solid var(--color-alt)}@layer component{.select__option:hover{color:var(--color-alt)}}.checkbox__text a:hover{text-decoration:none}.pagination__arrow:hover{background:var(--color-alt)}.pagination__arrow:hover:before{content:"";background:var(--color-whte)}.pagination__item:hover{color:var(--color-whte);background:var(--color-alt)}.quantity__button:hover{background:var(--color-alt-hover)}.menu__column-link:hover{color:var(--color-alt)}.menu__column-item:hover:before{content:"";transform:scale(1.1)}.menu__page:hover:before{content:"";background:var(--color-alt)}.menu__link:hover{color:var(--color-alt)}.menu__link:hover:before{content:"";opacity:1}.footer__link:hover{color:var(--color-alt);text-decoration:none}.footer__column-link:hover,.footer__contacts-link:hover{color:var(--color-alt)}.footer__contacts-item:hover:before{content:"";transform:scale(1.1)}@layer component{.btn:hover{background:var(--color-alt-hover)}}@layer mod{.btn--whte:hover{background:rgba(var(--color-whte--rgb),.9);color:var(--color-alt)}}@layer mod{.btn--border:hover{background:var(--color-whte);color:var(--color-alt)}}@layer component{.block-text a:hover{text-decoration:underline}}@layer component{.swiper-arrow:hover{background:var(--color-alt);box-shadow:6px 6px 19.3px 2px #47a9f940}.swiper-arrow:hover:before{content:"";background:var(--color-whte)}}@layer component{.card-product:hover .card-product__title{color:var(--color-alt)}.card-product:hover .card-product__img img,.card-product:hover .card-product__img picture{transform:scale(1.1)}}@layer component{.card-product__favorites:hover:after{content:"";opacity:1}}@layer component{.delivery__column.delivery__column--hover:hover{background:var(--color-alt)}.delivery__column.delivery__column--hover:hover .delivery__column-title,.delivery__column.delivery__column--hover:hover .delivery__column-text,.delivery__column.delivery__column--hover:hover .delivery__column-column,.delivery__column.delivery__column--hover:hover .delivery__column-subtitle{color:var(--color-whte)}.delivery__column.delivery__column--hover:hover .delivery__column-column:before{content:"";background:var(--color-whte)}.delivery__column.delivery__column--hover:hover .delivery__column-item:before{content:"";background:var(--color-whte)}}.choice--alt .form__submit:hover{background:rgba(255,255,255,.8);color:var(--color-alt)}@layer component{.characteristic__btn:hover{color:var(--color-alt-hover);text-decoration:none}}@layer component{.catalog__column-link:hover{color:var(--color-alt)}}@layer component{.breadcrumb__item:hover{color:var(--color-alt)}}@layer component{.product__favorites:hover:after{content:"";opacity:1}}@layer component{.product__image:hover:before{content:"";opacity:1}}@layer component{.product__showmore:hover{text-decoration:none;color:var(--color-alt-hover)}}@layer component{.agreement__inner a:hover{text-decoration:none}}@layer component{.blog__column:hover .blog__column-title{color:var(--color-alt)}.blog__column:hover .blog__column-img img,.blog__column:hover .blog__column-img picture{transform:scale(1.1)}}@layer component{.brand__column-link:hover{color:var(--color-alt)}}@layer component{.commodity__tag:hover{background:var(--color-alt)}.commodity__tag:hover .commodity__tag-name{color:var(--color-whte)}.commodity__tag:hover .commodity__tag-close{background:var(--color-whte)}}@layer component{.commodity__tag.commodity__tag--close .commodity__tag-close:hover{background:var(--color-gry)}}@layer component{.commodity__tag.commodity__tag--close:hover{background:var(--color-alt-hover)}}@layer component{.commodity__tag-close:hover{background:var(--color-alt-hover)}}@layer component{.basket__column-title:hover{color:var(--color-alt)}}@layer component{.basket__column-delete:hover{background:var(--color-alt-hover)}}@layer component{.order__aside-item:hover{color:var(--color-alt)}}@layer component{.story-order__update:hover{background:var(--color-alt-hover)}.story-order__update:hover:before{content:"";transform:rotate(180deg)}}@layer component{.block-story__name:hover{color:var(--color-alt)}}@layer component{.supplier__arrow:hover{background:var(--color-alt-hover)}}@layer component{.report__slide:hover .report__slide-img img,.report__slide:hover .report__slide-img picture{transform:scale(1.1)}.report__slide:hover .report__slide-icon{transform:scale(1.1)}.report__slide:hover .report__slide-text{color:var(--color-alt)}}@layer component{.report__arrow:hover{background:var(--color-alt-hover)}}}@media only screen and (max-width: 620px){.form__block-input textarea{min-height:74px;font-size:14px!important}.form__items{grid-template-columns:repeat(1,1fr);gap:20px}.form__bottom{grid-template-columns:repeat(1,1fr);gap:10px}.checkbox__text{font-size:10px}.footer__row{flex-direction:column}@layer component{.choice__form{gap:20px}}@layer component{.choice__form .form__submit{border-radius:15px;padding:15px}}@layer component{.news__img{aspect-ratio:335/255}}@layer component{.basket__column-info{gap:15px}}@layer component{.basket__column-img{--size: 83px}}@layer component{.basket__column-content{padding-top:5px;gap:15px}}@layer component{.basket__column-title{font-size:16px}}@layer component{.basket__column-data{flex-direction:column;align-items:flex-start}}@layer component{.basket__column-sum{font-size:30px}}@layer component{.basket__bottom{flex-direction:column-reverse;gap:40px}}@layer component{.basket__design{width:100%;max-width:100%}}@layer component{.order__form .form__btn{width:100%;max-width:100%;margin-top:10px}}@layer component{.supplier__img{aspect-ratio:335/255}}@layer component{.supplier__slide{max-width:200px}}@layer component{.report__slide{max-width:250px}}}@media only screen and (max-width: 1439.98px){@layer component{.select__title{color:var(--color-whte)}}.menu__inner{justify-content:space-between}.menu__row{width:calc(100% - 80px)}.menu__column-link{font-size:18px;font-weight:600;line-height:28px;color:var(--color-whte)}.menu__column-items{display:flex;gap:10px;flex-wrap:wrap}.menu__column-time{color:#b9b9b9}.menu__location,.menu__body{width:calc(100% - 80px)}.menu__list{flex-direction:column}.menu__link{color:var(--color-whte)}.menu__form{width:100%}.menu-open .menu__mobile{right:0}.menu-open body:after{content:"";opacity:1}}@media only screen and (max-width: 1439px){@layer component{.select__options{position:static}}.menu__item .select__options{border-radius:0;background:transparent;padding:15px 0 0 15px}.menu__item .select__options .select__option{color:var(--color-whte)}}@media only screen and (max-width: 479.98px){.menu__callback{width:100%;max-width:100%;margin-top:20px}@layer component{.intro__btn{max-width:100%}}@layer component{.about__btn{max-width:100%;margin:44px auto 0;padding:15px 28px}}@layer component{.basket__column-delete{align-items:center;display:flex;gap:15px}}@layer component{.basket__column-delete:before{background:#da6767;--size: 22px}}@layer component{.mistake__img{aspect-ratio:335/167}}@layer component{.mistake__link{width:100%;max-width:100%}}}@media only screen and (max-width: 1439.98px) and (max-width: 991.98px){.menu__form{width:auto;min-width:auto;position:absolute}}@media (any-hover: none){.icon-menu{cursor:default}}@media only screen and (max-width: 1365.98px){.footer__body{flex-direction:column;gap:37px}@layer component{.commodity__column .card-product__price{font-size:22px}}}@media (any-hover: hover) and (any-hover: hover){@layer component{.commodity__tag:hover .commodity__tag-close:hover{background:var(--color-gry)}}}@media only screen and (max-width: 1365.98px) and (max-width: 991.98px){@layer component{.commodity__column .card-product__price{font-size:18px}}}@media only screen and (max-width: 991.98px) and (max-width: 479.98px){@layer component{.basket__column-total{flex-direction:column}}}@media only screen and (max-width: 1535.98px){@layer component{.story-order__top{flex-direction:column;align-items:flex-start;gap:8px}}@layer component{.story-order__info{gap:25px;justify-content:flex-end;width:100%}}@layer component{.block-story__head{display:none}}@layer component{.block-story__info{flex-direction:column;gap:10px;align-items:flex-start}}@layer component{.block-story__row{grid-template-columns:1fr;gap:10px}}@layer component{.block-story__block{font-size:14px;font-weight:400;line-height:normal;display:flex;gap:5px}}@layer component{.block-story__price{font-size:14px;font-style:normal;font-weight:700;line-height:normal}}}@media only screen and (max-width: 1535.98px) and (max-width: 991.98px){@layer component{.story-order__info{justify-content:flex-start;flex-direction:column}}}

/* End */


/* Start:/local/templates/climat/css/custom.css?17652039101379*/
.menu__body .menu__list {
	display: flex;
	justify-content: space-between;
}

div[id*="wait_comp_"] {
	display: none !important;
}
.menu__list {
	gap: 30px;
}
.menu__item {
	position: relative;
}
.menu__link {
	position: static;
}
.menu__link:before {
	top: -27px;
}
.card-product__img {
	padding: 0 !important;
}
.breadcrumb__item:after{
    
}
.delivery__row.delivery__row--two .delivery__column {
	gap: 5px;
}
.popup.popup_show {
	background: rgba(0, 0, 0, .8);
}

.header {
	z-index: 9;
}

.product__slide-img {
	padding: 0 10px;
}

.form__item.step {
	display: none;
}

.form__item.step._active {
	display: block;
}

body::after {
	z-index: 1;
}

body {
	overflow: hidden;
}

.delivery__column-subtitle.block-h3 {
	margin-bottom: 15px;
}

.delivery__column-title.block-h2 {
	margin-bottom: 25px;
}

@media(max-width: 991.98px) {
	.header._scroll .menu__bottom {
		display: none;
	}
}

@media(min-width: 992px) {
	.product__favorites:hover::before,
	.card-product__favorites:hover::before {
		opacity: 0 !important;
	}
	.product__favorites:hover::after,
	.card-product__favorites:hover::after {
		background: url('/local/templates/climat/css/../img/icons/favorite-hover.svg') no-repeat !important;
		background-position: center center !important;
		background-size: contain !important;
		/*opacity: .6 !important;*/
	}
}
/* End */


/* Start:/local/templates/climat/components/bitrix/sale.basket.basket.line/.default/style.min.css?17617236124062*/
.bx-basket-block{margin:auto;position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:100;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(min-width:768px) and (width <= 992px){.block-store-catalog-list .bx-basket-fixed.bottom{bottom:90px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:100;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{padding-bottom:0}}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/climat/components/bitrix/menu/top/style.min.css?1761675763490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/climat/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/climat/components/bitrix/search.title/my_custom/style.min.css?17616757631827*/
div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:205}table.title-search-result{border-collapse:collapse;border:none;width:10%}table.title-search-result th{background-color:#f7f7f7;border-right:1px solid #e8e8e8;color:#949494;font-weight:400;padding:2px 12px 2px 14px;text-align:right;vertical-align:top;white-space:nowrap;width:1%}table.title-search-result td{background-color:#fff;color:#000;font-weight:400;padding-top:2px;padding-bottom:2px;text-align:left;white-space:nowrap}table.title-search-result td.title-search-item{padding-left:8px;padding-right:15px}table.title-search-result td.title-search-item a{padding-left:4px;padding-right:15px;text-decoration:none;color:#000;vertical-align:top;display:block}table.title-search-result td.title-search-item img{vertical-align:top}table.title-search-result td.title-search-item b{color:#cf0000;font-weight:400}table.title-search-result tr.title-search-selected a,table.title-search-result tr.title-search-selected td,table.title-search-result tr.title-search-selected td.title-search-more a{background-color:#fff2be}table.title-search-result td.title-search-more{font-size:11px;font-weight:400;padding-right:15px;padding-left:24px;padding-top:0}table.title-search-result td.title-search-more a{padding-left:12px;padding-right:15px;text-decoration:none;color:#999}table.title-search-result td.title-search-all{padding-left:24px;padding-right:15px}table.title-search-result td.title-search-all a{padding-left:4px;text-decoration:none;color:grey}table.title-search-result td.title-search-separator,table.title-search-result th.title-search-separator{padding-top:0;padding-bottom:0;font-size:4px}div.title-search-fader{display:none;background-image:url(/local/templates/climat/components/bitrix/search.title/my_custom/images/fader.png);background-position:100% 0;background-repeat:repeat-y;position:absolute}
/* End */


/* Start:/local/templates/climat/components/bitrix/breadcrumb/custom/style.min.css?1761675763467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/climat/components/bitrix/menu/bottom/style.min.css?1761675763490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/climat/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/components/bitrix/main.feedback/templates/fback/style.min.css?1663328361251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */
/* /local/templates/climat/css/main.css?1765203237102137 */
/* /local/templates/climat/css/custom.css?17652039101379 */
/* /local/templates/climat/components/bitrix/sale.basket.basket.line/.default/style.min.css?17617236124062 */
/* /local/templates/climat/components/bitrix/menu/top/style.min.css?1761675763490 */
/* /local/templates/climat/components/bitrix/search.title/my_custom/style.min.css?17616757631827 */
/* /local/templates/climat/components/bitrix/breadcrumb/custom/style.min.css?1761675763467 */
/* /local/templates/climat/components/bitrix/menu/bottom/style.min.css?1761675763490 */
/* /local/components/bitrix/main.feedback/templates/fback/style.min.css?1663328361251 */
