@charset "UTF-8";:root{--font-family-main:"Nunito",sans-serif;--primary:rgba(0, 0, 0, 1);--accent:rgba(235, 126, 2, 1);--secondary:rgba(106, 188, 184, 1);--light-bg:rgba(245, 245, 245, 1);--accent-bg:rgba(253, 243, 230, 1);--secondary-bg:rgba(233, 245, 245, 1);--stroke:rgba(232, 232, 232, 1);--gray:rgba(118, 118, 118, 1);--gray-light:rgba(204, 204, 204, 1);--gap-section:120px;--gap-xxl:80px;--gap-l:48px;--gap-x:32px;--gap-m:28px;--gap-sm:20px;--gap-s:16px;--gap-sx:12px;--gap-xs:8px;--bold:700;--headline-size-l:40px;--headline-size-xl:36px;--headline-size-x:28px;--headline-size-m:22px;--headline-size-s:18px;--text-size-l:18px;--text-size-x:16px;--text-size-m:14px;--text-size-s:13px}body,html{width:100%;height:100%;margin:0;padding:0;scrollbar-gutter:stable}body{font-family:var(--font-family-main);font-optical-sizing:auto;font-style:normal;color:var(--primary);font-weight:500;font-size:var(--text-size-m);line-height:145%;box-sizing:border-box}a{text-decoration:none}.link,.productfilters-feature-value-link{display:inline-flex;align-items:center;color:var(--secondary);cursor:pointer}.link:hover,.productfilters-feature-value-link:hover{color:var(--primary)}.link-accent{text-decoration:underline;color:var(--accent)}.link-accent:hover{text-decoration:none}button.link{padding:0;border:0;background-color:transparent}.color-accent{color:var(--accent)}.color-primary{color:var(--primary)}.color-secondary{color:var(--secondary)}.red{color:rgba(226,24,54,1)}.gray{color:var(--gray)}.gray-light{color:var(--gray-light)}a.color-accent:hover,a.color-secondary:hover{color:var(--primary)}.underline{text-decoration:underline}a.underline:hover{text-decoration:none}.border{border:1px solid var(--stroke)}.cursor-pointer{cursor:pointer}.shadow-hover{transition:box-shadow .2s ease-in-out}.shadow-hover:hover{box-shadow:0 0 12px 0 rgba(0,0,0,.06);z-index:5}.card-list,.card-list:not(.owl-loaded) .owl-stage{gap:20px}.card-list.owl-carousel .owl-stage:after{display:none}.card-item{border-radius:20px;padding:20px;background-color:#fff}.card-item__wrapper{margin:4px 0}@media(min-width:1026px){.card-item--max-width-360{max-width:360px}}.card-item__header{gap:20px}.card-item__header-x{margin-bottom:var(--gap-s)}.card-item__header-s{margin-bottom:var(--gap-sx)}.card-item__header img{display:flex;align-items:center;justify-self:center;width:50px;height:50px;border-radius:50%;background-color:var(--light-bg);flex-shrink:0}.card-item p{margin-bottom:0}.card-item .text.flex{gap:var(--gap-sx);flex:1}.card-item .text.flex .more{margin-top:auto}.card-list--2{--cols-count:2}.card-list--3{--cols-count:3}.card-list--4{--cols-count:4}.card-list--5{--cols-count:5}.card-list__list{display:grid;gap:20px;grid-template-columns:repeat(var(--cols-count),minmax(0,1fr))}.js-image-lazy{opacity:0;transition:opacity .4s}.js-image-lazy.is_show{opacity:1}.burger{width:26px;display:inline-flex;cursor:pointer;background-color:transparent;padding:0;border:0;flex-direction:column;align-items:center}.burger__bar{position:relative;display:block;width:18px;height:2px;margin:2px 0;border-radius:1px;transition:.3s;background-color:var(--primary)}.burger.is_show .burger__bar:nth-of-type(1){-webkit-transform:translateY(7px) translateZ(0) rotate(45deg);transform:translateY(7px) translateZ(0) rotate(45deg)}.burger.is_show .burger__bar:nth-of-type(2){opacity:0}.burger.is_show .burger__bar:nth-of-type(3){-webkit-transform:translateY(-5px) translateZ(0) rotate(-45deg);transform:translateY(-5px) translateZ(0) rotate(-45deg)}.menu-open{overflow:hidden;height:auto;position:relative}.menu-open .burger{pointer-events:none}.message{background-color:var(--light-bg);color:var(--primary);padding:var(--gap-s) var(--gap-sm);border-radius:20px}.message--accent{background-color:var(--accent-bg);color:var(--accent)}.message--secondary{background-color:var(--secondary-bg);color:var(--secondary)}.message--success{background-color:#dff0d8;color:#3c763d}img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}#themeOverride .shop-regions-window__search .shop-regions-window__sub-header,.headline,.modal-content__headline,.quickorder-form [data-quickorder-cfh],.quickorder-form [data-quickorder-pfh],h1,h2,h3,h4,h5,h6{font-weight:var(--bold);line-height:140%;font-style:normal;margin-bottom:0;margin-top:0}.headline--l,h1{font-size:var(--headline-size-l);line-height:120%;font-weight:600}.headline--xl{font-size:var(--headline-size-xl);line-height:120%}#themeOverride .shop-regions-window__search .shop-regions-window__sub-header,.headline--x,.modal-content__headline,.quickorder-form [data-quickorder-cfh],.quickorder-form [data-quickorder-pfh],h2{font-size:var(--headline-size-x);line-height:130%}.headline--m,h3{font-size:var(--headline-size-m);line-height:140%}.headline--s,h4{font-size:var(--headline-size-s);line-height:140%}.text--l{font-size:var(--text-size-l);line-height:145%}.text--x{font-size:var(--text-size-x);line-height:150%}.text--m{font-size:var(--text-size-m);line-height:145%}.text--s{font-size:var(--text-size-s);line-height:140%}.flex{display:flex}.flex--wrap{flex-wrap:wrap}.flex--v{align-items:center}.flex--center{align-items:center;justify-content:center}.flex--column{flex-direction:column}.flex--column-start{flex-direction:column;align-items:flex-start}.flex--space-between{justify-content:space-between}.img-wrap{font-size:0;line-height:1}.img-wrap img{max-width:100%}.ico:not(.none-outline){display:inline-block;stroke:currentColor;flex-shrink:0}.ico--size-l{width:32px;min-width:32px;height:32px;min-height:32px}.ico--size-x{width:24px;min-width:24px;height:24px;min-height:24px}.ico--size-m{width:20px;min-width:20px;height:20px;min-height:20px}.ico--size-s{width:16px;min-width:16px;height:16px;min-height:16px}.ico--left{margin-right:6px}.ico--left-m{margin-right:8px}.ico--left-x{margin-right:10px}.ico--left-l{margin-right:12px}.ico--right-m{margin-left:6px}.ico--right-x{margin-left:8px}.ico--right{margin-left:10px}.ico--right-l{margin-left:12px}.is_rotate180{transform:rotate(180deg)}.gap-row-xxl{row-gap:var(--gap-xxl)}.gap-row-l{row-gap:var(--gap-l)}.gap-row-x{row-gap:var(--gap-x)}.gap-row-m{row-gap:var(--gap-m)}.gap-row-s{row-gap:var(--gap-s)}.gap-row-sx{row-gap:var(--gap-sx)}.gap-row-sm{row-gap:var(--gap-sm)}.gap-row-xs{row-gap:var(--gap-xs)}.gap-col-xxl{column-gap:var(--gap-xxl)}.gap-col-l{column-gap:var(--gap-l)}.gap-col-x{column-gap:var(--gap-x)}.gap-col-m{column-gap:var(--gap-m)}.gap-col-sm{column-gap:var(--gap-sm)}.gap-col-s{column-gap:var(--gap-s)}.gap-col-sx{column-gap:var(--gap-sx)}.gap-col-xs{column-gap:var(--gap-xs)}.section-header{display:flex;align-items:center;justify-content:space-between;gap:var(--gap-sx);flex-wrap:wrap}.section-header.align-center{justify-content:center}.margin-m,.section-header--m{margin-bottom:var(--gap-m)}.margin-sx,.section-header--sx{margin-bottom:var(--gap-sx)}.margin-sm,.section-header--sm{margin-bottom:var(--gap-sm)}.margin-s,.section-header--s{margin-bottom:var(--gap-s)}.section-header .button>span{margin-left:4px}.section{margin-top:var(--gap-section)}.small-section{margin-top:var(--gap-xxl)}.section-colors{padding-top:80px;padding-bottom:80px}.bg-secondary{background-color:var(--secondary-bg)}.bg-grey{background:var(--light-bg)}.mb0{margin-bottom:0!important}.p0{padding:0!important}figcaption,figure,main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}button{font-family:var(--font-family-main)}#themeOverride #cookies_note .cookies-note__inner .cookies-note__continue,#themeOverride .easyfeedback .easyfeedback__submit,#themeOverride .product_one-click__wrap [data-quickorder-pb],#themeOverride .quickorder-form [data-quickorder-pfb],#themeOverride .quickorder-popup [type=button],#themeOverride [data-quickorder-cb],#themeOverride [data-quickorder-submit-button],.Checkout__Plugin input[type=submit],.button,.kmcollectemails button,.wforms-form input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:var(--font-family-main);font-size:15px;font-weight:400;line-height:130%;padding:var(--gap-sx) var(--gap-s);text-decoration:none!important;cursor:pointer;transition:background-color .1s ease-out,border .1s,color .1s ease-out;user-select:none;border-width:1px;border-style:solid;border-color:currentColor;box-sizing:border-box;white-space:nowrap;user-select:none;border-radius:100px}#themeOverride #cookies_note .cookies-note__inner .cookies-note__continue,.button--small{padding:6px 12px;line-height:140%}.button--small-x{padding:9px 12px;line-height:134%}#themeOverride .quickorder-form [data-quickorder-pfb],#themeOverride [data-quickorder-submit-button],.button--100,.wforms-form input[type=submit]{width:100%}#themeOverride #cookies_note .cookies-note__inner .cookies-note__continue,#themeOverride .easyfeedback .easyfeedback__submit,#themeOverride .quickorder-form [data-quickorder-pfb],#themeOverride [data-quickorder-submit-button],.Checkout__Plugin input[type=submit],.button--main,.wforms-form input[type=submit]{background-color:var(--accent);border-color:var(--accent);color:#fff}.button--secondary,.kmcollectemails button{background-color:var(--secondary);border-color:var(--secondary);color:#fff}.button--secondary:hover,.kmcollectemails button:hover{background-color:rgb(83 183 178);border-color:rgb(83 183 178);color:#fff}#themeOverride .product_one-click__wrap [data-quickorder-pb],#themeOverride .quickorder-popup [type=button],.button--secondary-light{background-color:var(--secondary-bg);border-color:var(--secondary-bg);color:var(--secondary)}#themeOverride .is_mobile_product-page .product_one-click__wrap [data-quickorder-pb],#themeOverride [data-quickorder-cb],.button--main-light{background-color:var(--accent-bg);border-color:var(--accent-bg);color:var(--accent)}#themeOverride .is_mobile_product-page .product_one-click__wrap [data-quickorder-pb]:hover,#themeOverride [data-quickorder-cb]:hover,.button--main-light:hover{background-color:rgba(228,219,207,1);border-color:rgba(228,219,207,1);color:var(--accent)}#themeOverride .cookies-note__continue:hover,#themeOverride .easyfeedback .easyfeedback__submit:hover,#themeOverride .quickorder-form [data-quickorder-pfb]:hover,#themeOverride [data-quickorder-submit-button]:hover,.Checkout__Plugin input[type=submit]:hover,.button--main:hover,.wforms-form input[type=submit]:hover{background-color:rgba(201,107,0,1);border-color:rgba(201,107,0,1);color:#fff}#themeOverride .product_one-click__wrap [data-quickorder-pb]:hover,#themeOverride .quickorder-popup [type=button]:hover,.button--secondary-light:hover{background-color:rgba(221,233,233,1);border-color:rgba(221,233,233,1);color:var(--secondary)}.button--link{background-color:transparent;color:var(--secondary);border-color:transparent}.button--link:hover{color:rgba(53,94,92,1)}.button--gray{background-color:var(--light-bg);border-color:var(--light-bg);color:var(--primary)}.button--gray:hover{background-color:#eee;border-color:#eee;color:var(--primary)}.button--outline{background-color:#fff;border-color:var(--stroke);color:var(--primary)}.button--outline:hover{background-color:#eee;border-color:#eee;color:var(--primary)}.button.text--l{font-size:var(--font-size-l)}.button.text--x{font-size:var(--font-size-x)}.button.text--m{font-size:var(--font-size-m)}.button.text--s{font-size:var(--font-size-s)}.sub-menu{padding-top:var(--gap-sm);border-top:1px solid var(--stroke);font-weight:500;font-size:15px;line-height:130%;margin-bottom:40px}.sub-menu>*{display:inline-block;padding:6px 0;border-bottom:1px solid transparent}.sub-menu>.is_current{border-color:var(--secondary)}.sub-menu>.is_current>*{color:var(--secondary)}.more{display:inline-flex;align-items:center;gap:6px;cursor:pointer;border:0;padding:0;margin:0;background-color:transparent;align-self:flex-start}.more.gray:hover{color:var(--accent)}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:var(--bold)}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}img{border-style:none}svg:not(:root){overflow:hidden}button,input{overflow:visible}button,select{text-transform:none}.rotate180{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden]:not(.is_show),template{display:none!important}.title{margin-bottom:30px;text-align:center;font-weight:700;font-size:38px;line-height:45px}@media (min-width:481px){.title--main{position:relative;top:-20px}}.slider-wrapper{position:relative}.slider-wrapper .owl-prev{left:-23px}.slider-wrapper .owl-next{right:-23px}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.product-gallery .owl-carousel{margin-top:0!important;border-radius:20px}.owl-carousel{width:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;margin:0 auto}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owcontainer,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.slider-outer--products{background:linear-gradient(155deg,#fff 0,rgba(243,243,243,.8) 69%)}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:a;animation-name:a}.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .2s}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-2.857rem;margin-top:-2.857rem;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3);transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-stage-outer{-webkit-box-sizing:border-box;box-sizing:border-box}.owl-stage{margin:0 auto}.owl-carousel .owl-item .owl-lazy{opacity:1}.owl-next,.owl-prev{position:absolute;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0;cursor:pointer;z-index:2}.owl-next{left:auto;right:10px}.owl-next.disabled,.owl-next.disabled:hover,.owl-prev.disabled,.owl-prev.disabled:hover{opacity:0!important}.owl-carousel .owl-item img{width:auto;max-width:100%;display:block}.owl-next,.owl-prev{display:flex;align-items:center;justify-content:center;width:44px;height:44px;line-height:44px;text-align:center;border-radius:50%;z-index:2;top:calc(50% - 47px);background-color:#fff;color:var(--primary);box-shadow:0 0 10px 0 rgba(0,0,0,.16);border:0}.owl-nav--mini .owl-next,.owl-nav--mini .owl-prev{width:26px;height:26px}.owl-nav--mini .ico--size-m{width:16px;min-width:16px;height:16px;min-height:16px}.owl-next:hover,.owl-prev:hover{color:var(--accent)}.owl-dot>span{background:#fff}.owl-next{right:40px}.owl-prev{left:40px}.owl-dots{width:100%;margin-top:10px}.owl-stage{display:flex}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-.071rem;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(img/loading32.gif) 50% no-repeat;background-size:32px}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{border:none!important;text-decoration:none!important;cursor:pointer;width:2rem;height:2rem;top:0;font-family:free-font!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;font-size:20px}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{float:left}#swipebox-prev:before{content:"\e930"}#swipebox-next{float:right}#swipebox-next:before{content:"\e92b"}#swipebox-close{top:10px;right:10px;position:absolute;z-index:9999;background-position:0}#swipebox-close:before{content:"\e95e"}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:a .3s;animation:a .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:b .3s;animation:b .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:" ";position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0}.swipebox-touch #swipebox-container:after{right:0}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes a{0%{left:0}50%{left:-30px}to{left:0}}@keyframes a{0%{left:0}50%{left:-30px}to{left:0}}@-webkit-keyframes b{0%{left:0}50%{left:30px}to{left:0}}@keyframes b{0%{left:0}50%{left:30px}to{left:0}}@media screen and (min-width:800px){#swipebox-close{right:27px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#fff}#swipebox-top-bar{color:#fff!important;font-size:1.071rem;line-height:43px;font-family:Helvetica,Arial,sans-serif}.opacity-black #swipebox-bottom-bar,.opacity-black #swipebox-top-bar{background:0 0}#swipebox-bottom-bar.swipebox-bottom-bar--pos-center{top:50%;bottom:auto;margin:1.571rem 0 0}#swipebox-arrows.swipebox-arrows--pos-center{width:92%;max-width:92%}.opacity-black #swipebox-close,.opacity-black #swipebox-next,.opacity-black #swipebox-prev{font-family:Ionicons;background:0 0;width:50px;height:50px;text-align:center;line-height:50px;border-radius:50%}.opacity-black #swipebox-close:after,.opacity-black #swipebox-next:after,.opacity-black #swipebox-prev:after{font-family:Ionicons;color:#fff;background:0 0;font-size:2.5rem}.opacity-black #swipebox-prev:after{content:"\f3cf";display:inline-block;margin-right:.071rem}.opacity-black #swipebox-next:after{content:"\f3d1";display:inline-block;margin-left:.071rem}.opacity-black #swipebox-close:after{content:"\f12a";font-size:19px}.opacity-black #swipebox-slider .slide img{padding:.714rem;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.swipebox-thumbs{position:absolute;width:100%;bottom:15px}.swipebox-thumbs{text-align:center}.swipebox-thumbs_el{background:#fff;height:54px;line-height:44px;width:54px;text-align:center;display:inline-block;margin:.357rem;padding:.214rem;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #fff}.swipebox-thumbs_el--icon{text-decoration:none;font-size:1.857rem}@media (max-width:750px){.swipebox-thumbs_el{height:44px;line-height:34px;width:44px;margin:.143rem}.swipebox-thumbs_el--icon{font-size:1.429rem}}.swipebox-thumbs_el img{vertical-align:middle;max-width:100%;max-height:100%}input[type=checkbox],input[type=radio]{display:inline-block;vertical-align:middle;margin:0 .357rem .071rem 0}.add-review-form-fields .wa-auth-socials{background:0 0;border-top:none;border-left:none;border-right:none}figure{margin:0 0 1.429rem}img{max-width:100%}p{margin:0 0 12px 0}.info-page .h1,.info-page .h2,.info-page .h3,.info-page .h4,.info-page .h5,.info-page .h6,.info-page h1,.info-page h2,.info-page h3,.info-page h4,.info-page h5,.info-page h6{margin:0 0 var(--gap-x) 0}blockquote{border-left:5px solid #b11116;line-height:1.45;margin:2rem 0;font-size:1.2rem;font-style:italic;padding:1rem 2rem;position:relative;background:#f2f3f5;color:#001a34;font-weight:700}.h1:first-child,.h2:first-child,.h4:first-child,.h5:first-child,.h6:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}.content-block .h1:last-child,.content-block .h2:last-child,.content-block .h3:last-child,.content-block .h4:last-child,.content-block .h5:last-child,.content-block .h6:last-child,.content-block h1:last-child,.content-block h2:last-child,.content-block h3:last-child,.content-block h4:last-child,.content-block h5:last-child,.content-block h6:last-child{margin-bottom:0}.link-half,a.link-half{text-decoration:none;border-bottom:1px dotted;cursor:pointer}.link-half--act,.link-style,a.link-half--act,a.link-style{border-bottom:1px dotted;cursor:pointer;text-decoration:none}.link-btn,.link.selected,.link.selected:hover,a.selected,a.selected:hover,a:hover{text-decoration:none}.link-btn{height:37px;line-height:37px;padding:0 .714rem;border-radius:10px;border-width:1px;border-style:solid;display:inline-block;cursor:pointer}textarea{height:90px;border-radius:5px;padding:.571rem .714rem}.jq-selectbox select{display:none}.searchpro__page .jq-selectbox select{display:inherit}hr{height:1px;border:0}.inline{display:inline!important}.small{font-size:.9em}.large{font-size:1.1em}.bold{font-weight:var(--bold)}.strike{text-decoration:line-through}.hint{color:var(--gray)}.nowrap{white-space:nowrap}.uppercase{text-transform:uppercase}ul.menu-v{margin:0;padding:0;font-size:1.2rem}ul.menu-v>li{list-style:none;margin:0 1.071rem;border-bottom:1px solid #ebebeb}ul.menu-v>li a.selected{text-decoration:none}ul.menu-v>li:last-child{border-bottom:none}ul.menu-v>li ul{margin:.3rem 0 0 1.3rem;padding:0;font-size:1.1rem}ul.menu-v>li ul li{list-style:none;margin:.714rem 0 0;position:relative}.menu-v__caret{text-align:center;font-size:1rem;cursor:pointer;font-style:normal;float:right}.menu-v__caret:after{font-family:free-font;vertical-align:middle;content:"\f107"}.menu-v__caret.selected:after{content:"\f106"}.menu-v__item{position:relative}.menu-v__item i{position:absolute;right:0;top:9px;cursor:pointer;-webkit-transition:all .5s;transition:all .5s}.menu-v__item i.opened{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}ul.menu-h{margin:0;padding:0}ul.menu-h li{list-style:none;padding:0 .714rem 0 0}ul.menu-h li,ul.menu-h li a{display:inline-block;float:left}ul.menu-h li a{padding:.929rem 1.143rem;text-decoration:none}ul.tree{list-style:none;padding:0;margin:0}ul.tree li{border:none}ul.tree li a{display:block;text-decoration:none}ul.tree li.selected a{background:0 0}ul.tree ul{padding-left:1.429rem;list-style:none}ul.tree ul a{padding:.214rem .429rem;font-size:90%}.paging-nav{text-align:center}.paging-nav ul li{display:inline-block;list-style:none;margin-right:.714rem}.paging-nav ul li a{padding:.571rem .714rem}.wa-auth-socials{margin:0 0 1.429rem}.wa-auth-socials br{display:none}.wa-auth-socials ul{padding:0;min-height:16px;margin:0}.wa-auth-socials ul li{list-style:none;display:inline-block;padding:0 1.071rem 0 0}.wa-auth-socials ul li a{text-decoration:underline;padding:0}.wa-auth-socials ul li a img,.wa-auth-socials ul li span img{position:relative;top:4px;margin-right:.214rem}.wa-auth-socials p{margin:.714rem 0 0}.wa-auth-socials.wa-connect{margin-top:1.429rem}.wa-form{max-width:400px}.My__Page--Profile .wa-form{max-width:initial}.wa-form .wa-field{margin:0 0 12px 0;clear:none!important}.wa-form .wa-field.wa-separator{height:10px}.wa-field .wa-value input.wa-error{border:1px solid #f91155}.wa-field .wa-value .wa-error-msg{font-size:.857rem;display:block;font-style:normal}.wa-form .wa-field .wa-value input.wa-captcha-input{width:100px;min-width:0}.wa-form .wa-field .wa-value .wa-captcha img{margin-left:0}.wa-form .wa-field .wa-value.wa-submit{margin:1.786rem 0 0}.wa-form .wa-field .wa-value.wa-submit a{display:inline-block}.wa-form .wa-field .wa-value p label{margin:0 1.429rem 0 0}.wa-form .wa-field .wa-value p i.icon16{float:left;left:-20px;margin-top:.143rem;position:absolute}.wa-form .wa-field .wa-value p input{display:block;margin-bottom:.143rem}.wa-form .wa-field .wa-value p input[type=checkbox],.wa-form .wa-field .wa-value p input[type=radio]{display:inline}.wa-form .wa-field .wa-value p .field.wa-requi#F91155 span:after,.wa-form .wa-field.wa-requi#F91155 .wa-name:after{content:" *"}.wa-signup-form .wa-form .wa-field.wa-field-email{margin-top:1.429rem}.wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input{min-width:240px}.wa-field-birthday .jq-selectbox,.wa-field-birthday input[type=text],.wa-field-birthday select{width:120px;margin:0 1.429rem 0 0;vertical-align:top}.wa-field-birthday input[type=text]{border-radius:10px}.Single__Label--Flat.-Alternative .Single__Input--Checkbox:checked+.Single__Name--Flat,.jq-selectbox,input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],select,textarea{border:1px solid #e8e8e8}.wa-captcha{padding:0 0 20px}.wa-captcha p{margin:0;display:flex;align-items:center;gap:var(--gap-xs)}.wa-captcha strong{font-size:1.2em;display:inline-block;vertical-align:top}.wa-captcha p img{display:inline-block!important;margin-right:.357rem;vertical-align:middle}.wa-captcha .wa-captcha-refresh{font-size:.8em;text-decoration:underline}input[type=text].wa-captcha-input{width:130px;vertical-align:middle;display:inline!important}.wa-captcha .errormsg{display:inline-block;margin-left:.714rem;vertical-align:middle}input.error,textarea.error{border:1px solid #f91155}.wa-signup-form-wrapper .wa-field-birthday .jq-selectbox,.wa-signup-form-wrapper .wa-field-birthday input[type=text],.wa-signup-form-wrapper .wa-field-birthday select{width:125px!important;margin:0 1.429rem 0 0;vertical-align:top}@media (max-width:500px){.wa-signup-form-wrapper .wa-field-birthday .jq-selectbox,.wa-signup-form-wrapper .wa-field-birthday input[type=text],.wa-signup-form-wrapper .wa-field-birthday select{width:30%!important;margin:0 1% 0 0}}.wa-set-password-form-wrapper .wa-field{margin:0 0 1.071rem}.wa-set-password-form-wrapper .wa-login-url{margin-top:.714rem}@media (max-width:500px){.wa-auth-socials ul li{padding:0 .714rem 0 0}}.errormsg{display:block}.row{border-top:1px solid #ebebeb;padding:1.429rem 0;white-space:nowrap;word-spacing:0;font-size:0}.row *{font-size:1rem;word-spacing:normal;white-space:normal;max-width:100%}.row.border-none{border:none}table{border-collapse:collapse;border-spacing:0}table td,table th{padding:.714rem;border:1px solid #ebebeb}.button.disabled,button.disabled,button[disabled],input[type=button].disabled,input[type=button][disabled],input[type=submit].disabled,input[type=submit][disabled]{cursor:default;opacity:.5!important;background:#d5d5d5!important;color:#000!important;border:1px solid var(--gray)!important;pointer-events:none}.select-fake{height:33px;padding:0 .6rem;margin-top:8px;border:2px solid #00bbb5}.select-fake:hover{border:2px solid #00bbb5!important}.select-fake:empty{display:none}.select-fake-link{display:none!important}.jq-selectbox.sm,select.sm{height:20px;line-height:18px;background:0 0;padding:0 .5rem;width:auto}.jq-selectbox.md{height:33px;line-height:30px;padding:0 10px}.jq-selectbox__select{padding:0 1.071rem 0 0;white-space:nowrap;overflow:hidden}.jq-selectbox__trigger{position:absolute;top:0;right:0;width:15px;height:100%}.checked-list__items,.jq-selectbox__dropdown,ul.select-options{left:0;min-width:100%;overflow:hidden;margin:.143rem 0 0;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2);border-radius:5px;background:#fff;z-index:11}.jq-selectbox__dropdown ul{list-style:none;margin:0;padding:0 .714rem;color:#000;white-space:nowrap}.jq-checkbox input:not(:disabled):not(.disabled),.jq-radio input:not(:disabled):not(.disabled),.radio-styler input:not(:disabled):not(.disabled),.style-check input:not(:disabled):not(.disabled){cursor:pointer}.jq-checkbox.disabled,.jq-radio.disabled,.radio-styler.disabled,.style-check.disabled{opacity:.5}.jq-checkbox input,.jq-radio input,.radio-styler input,.style-check input{opacity:0}.jq-radio,.radio-styler{width:15px;height:15px;margin-right:.357rem;top:2px}.jq-checkbox.checked:before,.jq-radio.checked:before,.radio-styler.checked:before{position:absolute;font:normal normal normal 14px/1 free-font;font-size:.929rem}.jq-checkbox.checked:before{font-size:.786rem;top:1px;left:3px;height:13px;line-height:13px;text-align:center;width:10px;font-weight:700}.jq-radio.checked:before,.radio-styler.checked:before{top:0;bottom:0;left:0;right:0;content:"";width:100%;height:100%;margin:auto}label{cursor:pointer}iframe{border:none;max-width:100%}.with-sidebar .container{padding:0}.margin-bottom{margin-bottom:1.714rem}.margin-bottom:last-child{margin-bottom:0}.align-center{text-align:center}.align-right{text-align:right}.hide{display:none}.df-block{display:flex;align-items:center;width:100%;flex-wrap:wrap;margin-top:1rem;margin-bottom:1rem}header .messengers__item{transition:scale .2s}header .messengers__item:hover{scale:1.1}.messengers .ico--left{margin-right:8px;translate:0 -1px}.my-reviews-item{gap:20px;height:100%;box-sizing:border-box}.my-reviews-item .mini-raiting{gap:3px;translate:2px -2px}.my-reviews-item__header{display:flex;flex-direction:column;gap:6px}.my-reviews-item__name.headline{gap:10px;justify-content:space-between}.my-reviews-item__name>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-reviews-item__photos{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.my-reviews-item__photos .more-photo,.my-reviews-item__photos img{width:100%!important;max-width:104px!important;height:74px;border-radius:8px;overflow:hidden;object-fit:cover}.my-reviews-item__photos img{background-color:var(--light-bg)}.my-reviews-item__photos>a{flex:1}.my-reviews-item .more{margin-top:-5px;margin-bottom:5px}.my-reviews-item__text{margin-bottom:5px}.more-photo{background-color:#fff;transition:background-color .2s ease-in-out}.more-photo:hover{background-color:rgba(251,251,251,1)}.popup-toogle{position:relative}.popup{visibility:hidden;opacity:0;pointer-events:none;position:absolute;border:1px solid var(--stroke);background-color:#fff;z-index:1;box-shadow:0 0 17px 0 rgba(0,0,0,.04);padding:12px 15px;top:calc(100% + 4px);left:-16px;width:100%;transition:opacity .2s}.popup-toogle:hover .popup,.popup.is_show{visibility:visible;opacity:1;pointer-events:all}.popup-toogle:hover>.phones__item{color:var(--accent)}.popup-toogle:hover .ico--arrow{transform:rotate(180deg)}.popup .worktime{padding-top:9px;margin-left:-2px;gap:2px}.popup .worktime svg{translate:0 -1px;margin-right:3px}.phones .popup:before{content:'';display:block;height:10px;top:-6px;width:100%;position:absolute}.important-text{padding:1rem 1rem 1rem 3.4rem;border-radius:3px;background-color:#f2f3f5;font-weight:700;position:relative;font-size:1rem!important}.important-text:before{content:"!";color:#4d5f71;padding:0 .63rem;margin:.5rem;border-radius:50%;border:1px solid #4d5f71;border-radius:50%;position:absolute;left:5px;font-size:1.2rem}sup.count{font-size:12px;margin-left:4px;top:3px}.old-price{text-decoration:line-through}.adv-price{display:flex}.comments ul ul:before,.filter-option-color .jq-checkbox.checked:before,.filter-option-color .jq-radio.checked:before,.free-icon-after:after,.owl-next:after,.owl-prev:after,.reviews-list .reviews-list .review:before,.star,.star-empty,.star-half,.star-hover,.star-rating-empty{font:normal normal normal 1rem/1 free-font;vertical-align:middle}.wa-icon.star.size-11{width:17px!important;height:14px!important}.wa-icon.star svg,.wa-icon.star-half svg,.wa-icon.star-rating-empty svg{display:none}.star,.star-empty,.star-empty.icon16,.star-half.icon16,.star-hover.icon16,.star-rating-empty.icon16,.star.icon16{font-size:1rem;text-indent:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background:0 0;margin:0 .1rem}.star-empty.icon20,.star-half.icon20,.star-hover.icon20,.star-rating-empty.icon20,.star.icon20{font-size:20px;text-indent:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background:0 0;margin:0 .1rem}.star-empty.icon16,.star-half.icon16,.star-hover.icon16,.star-rating-empty.icon16,.star.icon16{margin:0 .1rem}.star-hover:before,.star:before{font-family:free-font;color:#ffb300;content:"\e900"}.star-empty:before{font-family:free-font;color:#e2e2e2;content:"\e900"}.rating.-zero .star:before,.star-half,.star-rating-empty{color:#e2e2e2}.star-rating-empty:before{content:"\e900"}.star-half{position:relative}.star-half:before{content:"\e900"}.star-half:after{color:#ffb300;content:"\e900";position:absolute;left:0;top:0;width:50%;z-index:1;overflow:hidden}.dd-wrap{background:#fff;position:relative;-webkit-transition:.5s all ease;transition:.5s all ease;-webkit-box-shadow:0 20px 24px rgba(0,0,0,.1);box-shadow:0 20px 24px rgba(0,0,0,.1)}.dd-wrap:after{content:"";position:absolute;top:-13px;left:70px}.mfp-fade.mfp-bg{opacity:0;transition:opacity .3s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;transition:opacity .3s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-bg{z-index:1042;overflow:hidden;background:#000;opacity:.5}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}@media (max-width:1025px){.mfp-wrap{position:fixed!important;top:initial!important;overflow:auto}}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 .571rem;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044;color:#fff}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none;-ms-touch-action:manipulation;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}button.mfp-close{width:40px;height:40px;line-height:40px;position:absolute;right:10px;top:-30px;text-decoration:none;text-align:center;color:var(--primary);background:0 0;font-size:1.6rem}button.mfp-close:focus,button.mfp-close:hover{opacity:1}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-30px;text-align:right;padding-right:.429rem}.mfp-counter{position:absolute;top:0;right:20px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:1;margin:0;top:50%;margin-top:-3.929rem;padding:0;width:44px;height:44px;-webkit-tap-highlight-color:transparent;box-shadow:0 0 10px 0 rgba(0,0,0,.16)}.mfp-arrow:active{margin-top:-3.857rem}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow-left{left:40px}.mfp-arrow-left:after,.mfp-arrow-right:after{content:'';display:block;width:44px;height:44px;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15L12.58 9.99918L8 5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.mfp-arrow-left:after{transform:rotate(180deg)}.mfp-arrow-right{right:40px}.mfp-iframe-holder{padding-top:2.857rem;padding-bottom:2.857rem}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}.mfp-figure small{display:block;font-size:.857rem}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-20px;position:absolute;top:100%;left:0;width:100%;cursor:auto;color:#fff}.mfp-title{text-align:left;word-wrap:break-word;padding-right:2.571rem}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}#themeOverride .quickorder-form,.modal-content--dialog-options.modal-content--dialog{padding:40px}.modal-content--dialog-options.modal-content--dialog .mfp-close{right:10px;top:7px}.modal-content--dialog{padding:3rem}@media (max-width:1025px){.modal-content--dialog{padding:1rem}#themeOverride .quickorder-form,#themeOverride .shop-regions-window__wrapper,.modal-content--dialog-options.modal-content--dialog{padding:20px}}.modal-content--dialog{max-width:1025px}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:.357rem}.mfp-img-mobile .mfp-bottom-bar{bottom:0;margin:0;top:auto;padding:.214rem .357rem;position:fixed;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:.429rem;padding-right:.429rem}}.search-wrapper input[type=search]{border-radius:100px}.search-wrapper input[type=search]::placeholder{color:var(--primary)}.search-wrapper input[type=search]:focus{border-color:var(--secondary)}.search-wrapper{position:relative}.search-wrapper button{position:absolute;right:9px;top:5px;padding:7px;border:0;background-color:transparent;display:inline-flex;align-items:center;justify-content:center}#themeOverride .shop-regions-window-search,#themeOverride .shop-regions-window__regions .shop-regions-window__sub-header{display:none}#themeOverride .shop-regions{line-height:1}#themeOverride .shop-regions-button{font-size:0}#themeOverride .shop-regions-button .shop-regions__link{border-bottom:0;font-size:var(--text-size-s)}#themeOverride .shop-regions-button .shop-regions__link:hover{color:var(--accent)}#themeOverride .shop-regions-window_show{z-index:1000;background:rgba(0,0,0,.5)}#themeOverride .shop-regions-window__wrapper{font-family:var(--font-family-main)}#themeOverride .shop-regions-window__wrapper{padding:40px 40px 30px 40px;box-shadow:none;border-radius:20px}#themeOverride .shop-regions-window__regions_all,#themeOverride .shop-regions-window__regions_popular,#themeOverride .shop-regions-window__search{padding-left:0}#themeOverride .shop-regions-window__search .shop-regions-window__sub-header{margin-bottom:10px}#themeOverride .shop-regions-window__search .shop-regions-window__sub-subheader{opacity:1;margin-bottom:30px;font-size:var(--text-size-m)}#themeOverride .shop-regions-window__regions .shop-regions-window__sub-header{color:var(--gray);margin-bottom:10px}#themeOverride .shop-regions__button-close{color:var(--primary);top:20px;right:25px;font-size:16px}#themeOverride .shop-regions-window-search{width:100%}#themeOverride .shop-regions-window__region{margin-bottom:10px}#themeOverride .shop-regions-window__regions_all{margin-top:0}.header_lang-el{margin:0 0 0 .214rem}.header_lang-el:not(.js-language){font-weight:700}.header_currency{position:relative}.header_currency img{margin-left:.6rem;margin-right:.2rem}.header_currency__selected{font-weight:700;margin-left:5px}.header_currency:last-child{padding-right:0}.header_currency-ttl,.header_lang-ttl{margin:0 .2rem 0 0;display:inline-block}.header_currency select{margin:0 0 0 .357rem}@media (max-width:400px){.currency_item img{display:none}}.header_logo{display:block;text-decoration:none;line-height:0;min-width:105px}.header_logo-text{font-size:.929rem;display:block;margin:.357rem 0 0}.wrapper{display:flex;flex-direction:column;min-height:100%}.site-content{flex:1 0 auto}.footer{padding-top:80px;padding-bottom:60px;margin-top:var(--gap-section);border-top:1px solid var(--stroke);flex:0 0 auto}.footer-logo img{width:178px}.footer__wrapper{display:flex;gap:var(--gap-sm);justify-content:space-between;flex-wrap:wrap}@media(min-width:1351px){.footer__col--contacts{max-width:221px}}.footer__col--logo{display:flex;flex-direction:column;justify-content:space-between}.footer__col-title{margin-bottom:10px}@media(min-width:581px){.footer__col-title .ico{display:none}}.footer__wrapper .flex--column:not([class*=" gap-"]){gap:10px}.footer__col .messengers{padding-top:8px}.footer a:not([class]){text-decoration:none;color:var(--gray)}.footer a.messengers__item:hover,.footer a:not([class]):hover{color:var(--accent)}.footer__row+.footer__row{margin-top:var(--gap-m)}.wa-mobile{position:fixed;bottom:135px;right:15px;cursor:pointer;opacity:.9;z-index:1000}.wa-mobile .wa{display:flex;align-items:center;justify-content:center;border-radius:50%;padding:8px}.insta{background:linear-gradient(45deg,#feda75 0,#fa7e1e 24.5%,#d62976 50%,#962fbf 76.6%,#4f5bd5 100%)}.youtube{background:red}.vk{background:#07f}.ok{background:#f4731c}.tg{background:#039be5}.wa{background:#50c961}.viber{background:#7b519d}.header-top_nav{font-weight:300;white-space:nowrap;word-spacing:0;width:100%}.header-top_nav-sub>ul,.header-top_nav-sub>ul>li,.header-top_nav>ul,.header-top_nav>ul>li{list-style:none;padding:0;margin:0}.header-top_nav>ul>li{display:inline-block;margin:0 1.429rem 0 0;position:relative;cursor:pointer}.header-top_nav>ul>li>.link,.header-top_nav>ul>li>a{text-decoration:none}.header-top_nav>ul>li.hide{display:none}.header-top_nav-sub{position:absolute;display:none;width:200px;left:50%;margin:0 0 0 -7.143rem;z-index:110}.header-top_nav>ul>li:last-child .header-top_nav-sub{left:auto;right:0;margin:0}.header-top_nav-sub>ul:before{border-right:5px solid transparent;border-left:5px solid transparent;content:"";position:absolute;top:-8px;left:50%;margin:0 0 0 -.214rem}.header-top_nav>ul>li:last-child .header-top_nav-sub>ul:before{right:30px;left:auto}.header-top_nav-sub>ul>li{padding:.5rem .7rem;border-bottom:1px solid #e8e8e8}.header-top_nav-sub>ul>li:last-child{border-bottom:none}.header-top_nav-sub>ul>li a{text-decoration:none}.header-top_nav-sub .header-top_nav-sub{display:none}.nav-caret{position:absolute;right:-13px;top:4px}.nav-caret.open:before{content:"\f112"}@media (max-width:700px){.header-top_nav{display:none}.header-top_nav.show{display:block}.header-top_nav>ul>li,.header-top_nav>ul>li.hide{display:block;padding:0 .714rem;margin:0;border-bottom:1px solid #ebebeb;position:relative}.header-top_nav>ul>li>a{border-bottom:none;display:block;height:29px;margin:0 2.143rem 0 0}.header-top_nav>ul>li.header-top_nav-else{display:none}.top-nav-info.show{display:block}.header-top_nav{margin:0 -.714rem;background:#fff;border-bottom:1px solid #ebebeb}.cat-menu__item.open>.cat-submenu-wrap,.header-top_nav>ul>li.open .header-top_nav-sub,.nav-caret{display:block}.header-top_nav-sub{position:static;margin:0 0 0 1.429rem;width:auto}.header-top_nav-sub .top-border-color{border:none}.header-top_nav-sub>ul{-webkit-box-shadow:none;box-shadow:none;margin:0}.header-top_nav-sub>ul:before{display:none}.header-top_nav-sub>ul>li{border-bottom:none}}.header__cart a{text-decoration:none;font-size:1.143rem}#main-content .cols-2{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1025px){#main-content .cols-2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.checkout--box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.checkout--box>.content{-webkit-box-flex:1;-ms-flex:1;flex:1}.checkout--box .wa-form{max-width:initial}.checkout--box .out_sidebars .right-sidebar{background-color:#f2f2f2;margin-left:2rem;padding:0 1rem;max-width:400px}.product-msg-added-wrap{position:fixed;bottom:30px;width:320px;right:30px;opacity:0;visibility:hidden;pointer-events:none;white-space:normal;z-index:20;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1);border-radius:20px;transition:opacity .2s,visibility .2s}.checkout-option__header label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:768px){.product-msg-added-wrap{display:none!important}}.header__cart.active .product-msg-added-wrap,.product-custom.active .product-msg-added-wrap{opacity:1;visibility:visible;pointer-events:all;transition:opacity .2s,visibility .2s}.product-added-msg{padding:20px;gap:20px}.product-added-msg .ico{width:48px;height:48px}.product-msg-added-wrap .ico-close{position:absolute;top:10px;right:10px;cursor:pointer}.product-custom a{text-decoration:none}.product-custom:last-child{margin-left:0}.product-custom_icon{display:inline-flex;flex-direction:column;position:relative}.fixed-panel .product-custom_icon{height:36px}.product-custom_content{display:inline-block;vertical-align:middle}.product-custom_title{margin:0 0 .214rem;color:#fff}.product-custom_total{color:#fff;margin:.143rem 0 0}.product-custom_total{font-weight:700}.nav-cat{margin-right:1.786rem;white-space:nowrap;vertical-align:middle;z-index:101;position:relative}.nav-cat *{white-space:normal}@media (max-width:1100px){.nav-cat{margin-right:1rem}}@media (max-width:1025px){.nav-cat{display:none}}.nav-cat-btn{line-height:42px;height:43px;padding:0 1rem;font-size:1rem;font-weight:700;cursor:pointer;white-space:nowrap;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-cat-btn .fi-rr-align-justify{margin-right:3px;position:relative;top:1px}.nav-cat-btn:hover{opacity:.9}.nav-cat_wrap{position:absolute;z-index:110;top:100%;left:10px;display:none}.nav-cat_wrap.desktop-show,.nav-cat_wrap.show{display:block}.nav-cat_wrap .dd-wrap{border:none}.nav-cat_wrap.desktop-show .dd-wrap{-webkit-box-shadow:none;box-shadow:none}.nav-cat_wrap .dd-wrap:after{display:none;border-bottom-color:#fff;top:-10px;left:125px}.nav-cat-btn__action__wrap:not(.MobileMenu-btn){margin-right:7px}.nav-cat-btn__action{position:relative;display:block;width:25px;height:1px;margin:0 1px;transition:background-color .3s,-webkit-transform .3s;transition:transform .3s,background-color .3s;transition:transform .3s,background-color .3s,-webkit-transform .3s}.nav-cat-btn__action:not(:first-child){margin-top:3px}.fixed-panel .nav-cat-btn__action:not(:first-child){margin-top:6px}.MobileMenu-btn.show .nav-cat-btn__action--top,.nav-cat-btn.show .nav-cat-btn__action--top{-webkit-transform:translateY(5px) translateZ(0) rotate(45deg);transform:translateY(5px) translateZ(0) rotate(45deg)}.MobileMenu-btn.show .nav-cat-btn__action--middle,.nav-cat-btn.show .nav-cat-btn__action--middle{margin-top:3px;opacity:0}.MobileMenu-btn.show .nav-cat-btn__action--bottom,.nav-cat-btn.show .nav-cat-btn__action--bottom{margin-top:3px;-webkit-transform:translateY(-5px) translateZ(0) rotate(-45deg);transform:translateY(-5px) translateZ(0) rotate(-45deg)}.category-menu{width:258px;background:#fff;border-top:none}.Nav__Primary-outer .cat-menu__item .fi-rr-angle-small-right{float:right;font-size:1.071rem;cursor:pointer;width:2.857rem;height:2.726rem;text-align:center;line-height:2.726rem;margin:0 0 0 -2.857rem}.cat-menu__item--icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:0;margin-right:10px;width:20px}.cat-menu__item-title{display:flex;align-items:center}.MobileMenu .MobileMenu_nav-m ul>li:after,.cat-menu__item-link:after{content:"\e92b";font:normal normal normal .7rem/1 free-font;vertical-align:middle;font-weight:var(--bold);color:var(--gray-light)}.cat-menu__item.pos-rel{position:relative}.cat-menu__item:last-child{border-bottom:none}.cat-menu__item-link{cursor:pointer}.Nav__Primary-outer .cat-menu__item-link,.Nav__Primary-outer .subcat-menu__item a{padding:.714rem 0 .714rem 1.071rem;margin:0 2.857rem 0 0}.subcat-menu__item.pos-rel{position:relative}.subcat-menu__item__full-products{font-weight:700}.cat-menu__item-link,.subcat-menu__item>a{text-decoration:none;display:block}.cat-menu__item,.cat-menu__item a{text-decoration:none}.subcat-opened__el .fi-rr-angle-small-right{display:none}.menu-subcategory{vertical-align:top;width:260px;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;left:258px;top:0;min-height:100%;background:#fff;-webkit-transition:.2s;transition:.2s}.menu-subcategory.menu-subcategory--disclosed{width:initial}@media (max-width:1350px){.menu-subcategory.menu-subcategory--disclosed{width:initial}}.Nav__Primary-outer .menu-subcategory{display:none}.left-sidebar .menu-subcategory,.pos-rel .menu-subcategory{padding:0}.left-sidebar>*{padding-bottom:var(--gap-sm)}.menu-subcategory .menu-subcategory{left:258px}.menu-subcategory--disclosed{padding:0;font-size:0}.sub-category_cols{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.071rem}.sub-category_cols--full-width{-ms-flex-wrap:wrap;flex-wrap:wrap}.sub-category_cols--full-width .sub-category_col{margin-bottom:10px}.sub-category_cols .sub-category_col{padding:0 .714rem;display:inline-block;white-space:normal;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1rem;width:258px}@media (max-width:1350px){.sub-category_col{padding:0 .714rem;display:inline-block;white-space:normal;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1rem;width:180px}}.subcat-opened__el{margin:0 0 1.429rem;overflow:hidden}.subcat-opened__el:last-child{border-bottom:none;margin:0;padding:0}.subcat-opened__el-name{font-weight:700;margin:0 0 .357rem}.sub-category-opened__subs{margin:.714rem 0}.sub-category-opened__sub{position:relative;margin:.714rem 0 .714rem 0}.categories-el_subs li:before,.sub-category-opened__sub:before{content:"•";position:absolute;left:-15px;top:1px;font-size:1.071rem}.menu-subcategory--disclosed.padding-bottom{padding-bottom:14.286rem}.Nav-search{display:table-cell;width:100%;vertical-align:middle}.Nav-search form{margin-bottom:0;position:relative}.Nav-search{flex-basis:460px}.inp-search svg{position:absolute;top:10px;right:15px}.inp-search>i{position:absolute;font-size:1.429rem;cursor:pointer;height:100%;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:3.2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;right:0}.Nav-search input.Nav-inp-search{height:42px;line-height:42px;padding:0 2.5rem 0 1rem;position:relative;font-size:13px;box-shadow:none;color:#000;border-color:var(--stroke)}.Nav-search__button{display:inline-block;width:24px;height:23px;position:absolute;top:15px;right:20px;cursor:pointer}.main-search.is_show{position:absolute;top:57px;left:0}.ajax-search-all{text-align:left;padding:0 1.071rem 1.071rem}.ajax-search .link,.ajax-search .link:hover,.ajax-search a,.ajax-search a:hover{color:#000}.ajax-search-result{position:absolute;left:-10px;z-index:100;width:calc(100% + 20px);border-radius:0 0 3px 3px;padding:0 10px 10px 10px;background:#fff}@media (max-width:1025px){.ajax-search-result{padding:0}}.inp-search{position:relative;z-index:20}.header__cart-count,.product-custom_short-count{position:absolute;text-align:center;border-radius:100px;top:-9px;right:-13px;font-size:11px;width:16px;height:16px;line-height:16px;background:var(--accent);border:2px solid #fff;font-weight:500}.header__cart-count{display:block}.with-sidebar .slider-outer{margin-top:.643rem}.cat-nav-bg{display:none;opacity:.3;z-index:0!important}.nav-cat_wrap~.cat-nav-bg{z-index:11!important}.nav-cat_wrap.desktop-show.show~.cat-nav-bg{display:none}.nav-cat_wrap.show .cat-nav-bg{display:block}@media (max-width:1025px){.nav-cat-btn{font-size:1.286rem;padding:0 1.071rem;height:40px;line-height:40px}.ajax-search{margin-top:0}.nav-cat .dd-wrap{margin-top:1rem}.nav-cat_wrap .dd-wrap{-webkit-box-shadow:none;box-shadow:none}.nav-cat_wrap.desktop-show{display:none}.MobileMenu .category-menu{width:100%;margin-top:12px;box-sizing:border-box}.sub-category-opened__subs,.sub-category_col{display:none}.sub-category-opened__subs,.subcat-opened__el-icon~.sub-category-opened__subs{padding:0 0 0 1.071rem;margin:0}.menu-subcategory--disclosed{white-space:normal;width:100%!important}.sub-category_cols{padding:0}.sub-category_col{display:block;padding:0;width:100%!important}.sub-category-opened__sub,.subcat-opened__el{border-bottom:none;margin:0;padding:0;text-align:left}.sub-category-opened__sub>a,.subcat-opened__el-name>a,.subcat-opened__el>a{font-size:1rem;padding:.714rem 0 .714rem 1.071rem;display:block;font-weight:400;margin:0 1.071rem 0 0}.subcat-opened__el-name{font-weight:400}.subcat-opened__el .fi-rr-angle-small-right{display:block}.sub-category-opened__sub:before{display:none}.menu-subcategory--disclosed.padding-bottom{padding-bottom:0}.subcat-opened__el.has-subs>a{margin:0 2.857rem 0 0}}@media (max-width:600px){.Nav-search .btn{top:5px}}@media (max-width:550px){.slider-outer--photos .bx-pager{display:none}}.product-day .Product-grid{border-right:none;border-bottom:none;width:auto;display:block}@media print{.footer{display:none}}.copyright{font-size:.857rem}.breadcrumbs{list-style:none;margin:var(--gap-m) 0 10px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto;color:#8e8e8e}.breadcrumbs--box>.breadcrumbs:not(:last-child){margin-bottom:.3rem}.breadcrumbs>li{display:inline-block;padding:0;list-style:none;margin:0 3px;position:relative;white-space:nowrap;color:var(--secondary)}.breadcrumbs>li a{color:#8e8e8e}.breadcrumbs>li a:hover{color:#242424}.breadcrumbs>li .rarr{color:#8e8e8e}.breadcrumbs>li:first-child{margin-left:0}.breadcrumbs__subs__cat{position:absolute;top:100%;padding:.714rem 0 0;z-index:10;display:none;width:180px}.breadcrumbs>li:hover .breadcrumbs__subs__cat{display:block}.breadcrumbs__subs__cat-wrap{background:#fff;padding:.714rem 0}.breadcrumbs__subs__cat-link{display:block;padding:.5rem 1.286rem}.breadcrumbs--double{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.breadcrumbs--double.breadcrumbs>li:first-child{margin:0 .214rem}.breadcrumbs--double.breadcrumbs>li:first-child .rarr{display:none}.breadcrumbs--double.breadcrumbs>li:last-child{margin-left:0}.inner-wrap{width:100%;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.inner-wrap.bg-gray{margin:0;padding:1rem 0;background:#f7f8f9}@media (min-width:1025px){.left-sidebar{width:280px}}.content img{max-width:100%}.sb-wrap{font-size:14px}.sb-wrap--pages #sidebar-nav li{margin:0;border-bottom:0}.sb-wrap--pages #sidebar-nav li a{border-radius:3px;padding:.3rem .5rem;line-height:1.35}.sb-wrap:last-child{margin:0}.sb-wrap_bottom,.sb-wrap_brands-plugin,.sb-wrap_content,.sb-wrap_head{padding:1rem 0}.sb-wrap_head{font-size:1.1rem;font-weight:700;margin-bottom:0}.sb-wrap_bottom{border-top:1px solid #ebebeb}@media (max-width:1025px){.sb-wrap--hide-mobile,.sb-wrap--plugin,.sb-wrap.compare-products,.sb-wrap.sidebar-news,.sidebar-categories,.sidebar-pages,.sidebar-views,.sidebar-widgets,.tags--sidebar{display:none}.with-right-sidebar,.with-sidebar{margin-right:0;margin-left:0}.sb-wrap--pages .menu-v{display:none}}.tags.cloud a{display:inline-block;text-decoration:none;border:0;margin:0 1rem 1rem 0;font-size:1rem;text-align:center;background:rgba(0,0,0,.04)!important;color:#666;background:#f3f3f3!important;padding:6px 12px;border-radius:16px}.tags.cloud a.hide{display:none}.tags.cloud{margin:0 0 .643rem}.tags_all{margin:0 0 1.714rem}.tags_all .link-half--act{font-size:.95rem}.tags_all:before{font-size:1rem;display:inline-block;margin:0 .357rem 0 0}.content-block{border-bottom:1px solid #ebebeb}@media print{.content-block{border-bottom:none}}.content-block:last-child{border-bottom:none}.pagination{display:flex;justify-content:center;padding:0;margin:var(--gap-x) 0 0 0;list-style:none;text-align:center}.pagination li{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px}.pagination li a{display:inline-block;width:30px;text-align:center;margin:0 .1rem;height:30px;line-height:30px;border-radius:5px}.pagination li:not(.selected):hover a{color:var(--accent)}.pagination li a{margin:0;font-size:1.1rem}.pagination li.selected{border:0;margin:0;background-color:var(--accent-bg)}.pagination li.selected a{color:var(--accent)}.pagination li .link-style{border-bottom:none}.pagination .next,.pagination .prev,.pagination li.selected a{text-decoration:none}.lazyloading-load-more{padding:1.071rem 0;text-align:center}.angle{position:absolute}.angle.top{top:0}.angle.bottom{bottom:0}.angle.left{left:0}.angle.right{right:0}.ajax-search .sb-product{padding:.2rem 1rem;margin:0 0 .5rem;border-bottom:1px solid #ebebeb}.ajax-search .sb-product:last-child{margin:0}.header_cart-preview{position:relative}.header_cart-preview-empty{padding:.714rem}.header_cart-preview-empty p{margin:0}.header_cart-preview:after{right:70px;left:auto}.header_cart-preview__products{max-height:500px;overflow-y:auto}.header_cart-preview__product{overflow:hidden;padding:.571rem 0;border-bottom:1px solid #ebebeb}.header_cart-preview__product+.sb-wrap_bottom{border-top:none}.header_cart-preview__product-img{width:28%;float:left;margin:0 2% 0 0;text-align:center}.header_cart-preview__product-img img{max-width:100%}.header_cart-preview__product-info{float:left;width:52%;font-size:.929rem;margin:0 2% 0 0}.header_cart-preview__product-price{font-size:1rem;font-weight:700;color:#000;margin:.357rem 0 0}.header_cart-preview__product-count{width:15%;float:left;text-align:center}.header_cart-preview__product-count input{height:20px;line-height:20px;text-align:center}.header_cart-preview__product-remove{font-size:1.571rem;cursor:pointer}.header_cart-preview__total{margin:.714rem 0 0;overflow:hidden;text-align:center}.header_cart-preview__total-text{font-size:1.286rem}.header_cart-preview__buttons{margin:.714rem 0 0;text-align:center;padding:0 0 .714rem}.header_cart-preview__buttons *,.header_cart-preview__total *{margin:0 .714rem}#call-b-close{height:37px!important;line-height:37px!important;padding:0!important}.btn-absolute-input{position:absolute;top:0;bottom:0;right:11px;margin:auto 0}.hidden-fixed,.ovf_hidden{overflow:hidden}.hidden-fixed{position:fixed;width:100%;height:100%}.info-page{overflow:hidden}.full-content{width:100vw;margin-left:calc(-50vw + 50%)}.map{width:100vw;margin-left:calc(-50vw + 50%)}.page-slider .owl-item img{max-width:none!important}.page-slider .owl-carousel{overflow:visible}.section-text__col:not(.section-text__col--image){flex:1}ul.pages-list{margin:0 0 1.071rem;padding:0}ul.pages-list li{list-style:none;display:inline-block;padding:0 1.071rem 0 0;margin:0 1.071rem 0 0;position:relative}ul.pages-list li:first-child{padding-left:0}ul.pages-list li:last-child:after{content:""}ul.pages-list li:after{content:"|";position:absolute;right:-3px;top:0}ul.pages-list li:last-child{padding-right:0}ul.pages-list li a{text-decoration:none;border-bottom:1px solid}.wa-value{color:#000}.wa-value .error{margin:0 0 0 .214rem;display:inline-block}.wa-value_empty{font-weight:400}.profile-title{display:table;width:100%;margin:0 0 1.429rem}.profile-title h1{display:inline-block;margin:0 1.071rem 0 0}.lk_edit-cancel-btn{margin:0 0 0 1.071rem}.menu-v.brands{padding:1.071rem}.menu-v.brands li{padding:0;margin:0}[data-notify=container]{padding:.714rem 2.5rem .714rem 1.071rem;font-size:1.071rem;color:#fff;max-width:400px;border-radius:15px}[data-notify=icon]{vertical-align:middle;font-size:1.571rem}[data-notify=container] a{color:#fff;text-decoration:underline}[data-notify=container] button{background:0 0;padding:0;height:auto;font-size:1.571rem}[data-notify=container] button.close{position:absolute;top:0;right:10px;font-weight:700}.currency_item{position:relative;cursor:pointer}.currency_item.fi-rr-caret-down:before{margin:0 0 0 .1rem}.currency_item img{vertical-align:middle;max-height:12px;margin:0 .214rem .214rem 0}.dd-wrap .currency_item{display:block;padding:.2rem 1rem}.currency_list{position:absolute;width:auto;z-index:32;top:100%;margin:0;right:-16px;display:none}.currency_list.show{display:block}.btn-top{position:fixed;bottom:130px;text-decoration:none;right:30px;display:none;z-index:111;cursor:pointer;border-radius:50%;background:#fff;-webkit-box-shadow:0 0 1.429rem rgba(0,0,0,.1);box-shadow:0 0 1.429rem rgba(0,0,0,.1);width:48px;height:48px}.btn-top:hover{color:var(--accent)}.btn-top svg{position:absolute;inset:0;margin:auto}.error-box,.error-box>img{margin-bottom:40px}.error-box h1{font-size:56px;line-height:120%;font-weight:600}.error-box .text{font-size:20px;line-height:150%}.home-prev-news{display:flex;justify-content:center;margin:-14px -14px 0 -14px}.b-post,.home-prev-news_item__wrap{width:100%;padding:0;background-color:#fff;overflow:hidden;border-radius:20px;height:100%;box-sizing:border-box}.b-post__main-image,.home-prev-news_item-image{height:0;padding-top:72.22%;position:relative;display:block;background-color:var(--light-bg);border-radius:20px}.b-post__main-image img,.home-prev-news_item-image img{position:absolute;width:100%!important;height:100%;inset:0;border-radius:20px;overflow:hidden;object-fit:cover}.b-post-title a,.home-prev-news_item-name a{display:block;overflow:hidden}.b-post-info,.home-prev-news_item-info{padding:20px;gap:6px}.home-prev-news .homepage-news-outer{background-color:#f7f7f7;padding:2.5rem 0;margin-bottom:8rem}.admin-edit-links{position:fixed;bottom:60px;left:20px;z-index:1100}.admin-edit-links__el,.btn-settings{width:50px;height:50px;font-size:2.143rem;text-align:center;line-height:45px;display:block;z-index:1100}.admin-edit-links__el i{line-height:50px}@media (max-width:700px){.btn-settings{display:none}}.admin-edit-links__el:hover,.btn-settings:hover{color:#fff;opacity:1}@media print{.admin-edit-links__el,.btn-settings{display:none}}.modal-content{background:#fff;padding:50px 40px;max-width:460px;width:100%;margin:auto;position:relative;border-radius:20px;box-sizing:border-box}.modal-content--page{max-width:900px}.modal-content .wa-form{max-width:420px}.modal-content--custom{max-width:900px}.mfp-preloader{font-size:0;height:32px}.mfp-preloader:before{font:normal normal normal 36px/1 free-font;content:"\ea40"}.modal-content--settings{max-width:800px;padding:2.143rem}li,ul{margin:0;padding:0;list-style:none}article,aside,footer,header,nav,section{display:block}.checked-list,.jq-selectbox,input[type=email],input[type=number],input[type=password],input[type=phone],input[type=search],input[type=tel],input[type=text],select,textarea{width:100%;font-family:var(--font-family-main);box-sizing:border-box;outline:0;display:inline-block;height:44px;padding:12px 16px;border-radius:20px;font-size:var(--text-size-m);line-height:145%;border:1px solid var(--stroke)}textarea{height:100px}.jq-selectbox,select{outline:0;cursor:pointer;background:#fff}.checkout-options li{border:1px solid transparent}.style-check{display:inline-flex;align-items:center}.style-check:before{position:absolute;top:3px;left:3px;font-size:12px;font-weight:600;display:none}.style-check.checked:before{display:inline-block}.container{margin:0 auto;max-width:1580px;min-width:300px;padding-left:40px;padding-right:40px;box-sizing:border-box}.container-small{max-width:972px;margin:0 auto;box-sizing:border-box}@media (max-width:1100px){.container{max-width:100%}}.inp-search .btn{position:absolute;right:10px;top:10px;font-size:1.357rem;cursor:pointer}.head_info-massage{position:fixed;bottom:0;z-index:1000;background:#fff;width:100%}.head_info-massage .head_info-massage__wrap{padding:.714rem 0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.head_info-massage .head_info-massage__content{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;font-size:12px}.head_info-massage .head_info-massage__closeку{font-size:1rem;height:30px;line-height:30px;padding:0 10px;border-radius:6px;margin-left:5px;border:1px solid #b3b3b7;color:#333}.head_info-massage .head_info-massage__closeку:hover{cursor:pointer}@media (max-width:850px){.head_info-massage{bottom:70px;border-bottom:1px solid #b3b3b7}.head_info-massage .head_info-massage__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.head_info-massage .head_info-massage__content{margin-bottom:10px;font-size:12px}}.category-menu .MobileMenu_nav-header{display:none}.MobileMenu .header_lang{padding:.5rem 0 .5rem .8rem;font-weight:700}.MobileMenu .mobile-region{padding:.5rem 0 .5rem .8rem}.MobileMenu .mobile-region__title{font-weight:600}.MobileMenu .MobileMenu_nav__catalog-title{justify-content:space-between;margin-bottom:10px;padding:0 12px 0 15px}.MobileMenu .MobileMenu_nav__info__title{padding:.6rem .5rem;font-size:1.1rem;font-weight:700;background:#f5f5f5;margin:0}.MobileMenu .MobileMenu_nav-m{margin:0;background:#fff;border-top:1px solid #ebebeb;position:fixed;transition:.2s;left:-100%;top:0;width:320px;height:100%;z-index:112;overflow:auto;padding-top:10px;padding-bottom:50px;padding-left:15px;padding-right:15px;box-sizing:border-box}.MobileMenu .header__buttons{margin-top:auto}.MobileMenu .header__main{margin:0 -15px 12px -15px;padding:0 15px 10px 15px;border-bottom:1px solid var(--stroke)}.MobileMenu_nav__other{margin-top:10px;margin-bottom:24px}.MobileMenu_nav__other+div{padding:0 12px}.MobileMenu_nav__other a{padding:10px 12px}.MobileMenu .searchpro__field .searchpro__field-input-container .searchpro__field-input{padding:0 12px}.MobileMenu .Nav-search{display:block}.mobile-menu-wrapper{height:100%}.MobileMenu .MobileMenu_nav-m.show{left:0}.MobileMenu .MobileMenu_nav-m ul>li{display:flex;position:relative;border-bottom:1px solid #ededed;line-height:15px;font-size:1rem;align-items:center;justify-content:space-between}.MobileMenu .MobileMenu_nav-m ul>li:last-child{border-bottom:0}.MobileMenu .MobileMenu_nav-m ul>li a{padding:.5rem 0 .5rem 1.8rem;display:flex}.MobileMenu .MobileMenu_nav-m .cat-menu__item a{text-decoration:none;display:inline-flex;padding:10px 12px;width:100%;box-sizing:border-box;align-items:center;justify-content:space-between}.MobileMenu-bg{position:fixed;width:100%;left:320px;height:100%;top:0;background:rgba(0,0,0,.5);transition:.2s;opacity:0;pointer-events:none;visibility:hidden}.MobileMenu_nav-m.show .MobileMenu-bg{opacity:1;visibility:visible;pointer-events:all}.MobileMenu .cat-menu__item.open .menu-subcategory{left:0}.MobileMenu .cat-menu__item-title{padding:0}.MobileMenu .-hideList,.MobileMenu .menu-subcategory{margin:0;background:#fff;position:fixed;left:-100%;top:110px;width:290px;height:calc(100% - 60px);z-index:100;-webkit-transition:.2s;transition:.2s;overflow:auto;padding-bottom:120px}.MobileMenu .-hideList.open,.MobileMenu .cat-menu__item.is_open .menu-subcategory{left:15px!important}.MobileMenu .fi-rr-angle-small-right{height:21px;text-align:center;font-size:1.7rem;color:rgba(0,0,0,.87);position:absolute;right:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:.6rem 13px .6rem .8rem}.MobileMenu .MobileMenu_nav-header{display:flex;align-items:center;padding:9px 12px;background-color:rgba(248,248,248,1);justify-content:space-between;color:var(--accent);box-sizing:border-box;border-radius:20px;cursor:pointer}.MobileMenu .menu-close{font-size:36px;cursor:pointer}.MobileMenu .MobileMenu_nav-header .btn-back{display:inline-block;font-size:20px}.MobileMenu .MobileMenu_nav-header .menu-close{line-height:1.3}.MobileMenu .mob-menu-lk a{padding:.5rem 0 .5rem .8rem;border-bottom:1px solid rgba(0,0,0,.1)}.MobileMenu .header_currency{padding:.5rem 0 .5rem .8rem;font-weight:700}.MobileMenu .header_lang-el:not(.js-language){font-weight:700}.MobileMenu .currency_list{right:initial;left:70px;bottom:-60px}.MobileMenu .currency_item.fi-rr-caret-down:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.MobileMenu .mob-menu-lk{display:flex;flex-direction:column}@media (min-width:1026px){.MobileMenu_nav-m{display:none!important}}.header-top{padding:8px 0;background-color:var(--light-bg)}.header-top__wrapper{justify-content:space-between}.header-top__menu,.header-top__right{gap:var(--gap-m)}.header-top .header-top_nav>ul>li{display:inline-block;margin:0 31px 0 31px;position:relative;font-size:14px}.header-top .header-top_nav>ul>li:nth-last-child(-n+2){margin:0 0 0 31px}.header-top .header-top_nav>ul>li.hide{display:none}.header-top .header-top_nav-sub{position:absolute;display:none;width:250px;left:0;margin:0;z-index:115}.header-top .header-top_nav>ul>li:last-child .header-top_nav-sub{left:auto;right:0;margin:0}.header-top .header-top_nav-sub>ul{background:#fff;text-align:left;margin:.357rem 0 0;font-size:1rem;line-height:1.4;position:relative;white-space:normal;-webkit-box-shadow:0 20px 24px rgba(0,0,0,.1);box-shadow:0 20px 24px rgba(0,0,0,.1)}.header-top .header-top_nav-sub>ul:before{border-right:5px solid transparent;border-left:5px solid transparent;content:"";position:absolute;top:-8px;left:50%;margin:0 0 0 -.214rem}.header-top .header-top_nav>ul>li:last-child .header-top_nav-sub>ul:before{right:30px;left:auto}.header-top .header-top_nav-sub>ul>li{padding:.5rem .7rem;border-bottom:1px solid #e8e8e8}.header-top .header-top_nav-sub>ul>li:last-child{border-bottom:none}.header-top .header-top_nav-sub>ul>li a{text-decoration:none}.header-top .header-top_nav-sub .header-top_nav-sub{display:none}.header-top .header-top--right{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;margin-left:auto}.header-top .header_currency,.header-top .header_lang{margin-left:2.143rem}@media (max-width:1025px){.header-top{display:none!important}}.Nav__Primary-outer--dd{border-top:1px solid var(--stroke)}.Nav__Primary-outer--dd .Nav__horizontal--link{position:relative;text-decoration:none}.Nav__Primary-outer--full-width{position:relative}.Nav__Primary-outer--full-width .Nav__Primary{position:initial}.Nav__Primary-outer--full-width .category-menu{position:relative;border-right:1px solid #ebebeb}.Nav__Primary-outer--full-width .nav-cat_wrap{width:100%;left:0}.Nav__Primary-outer--full-width .Nav__horizontal--list{padding:0}.Nav__horizontal--list .container{width:100%}.Nav__horizontal--list-2.full-width{position:relative}.Nav__horizontal--list-2.full-width>.container{width:100%}.Nav__horizontal--list,.Nav__horizontal--list .container{list-style:none;display:flex;box-sizing:border-box}.Nav__horizontal--list .Nav__horizontal--list-2,.Nav__horizontal--list .container .Nav__horizontal--list-2{position:absolute;bottom:auto;left:0;top:100%;width:100%;background:#fff;opacity:0;z-index:-10;box-sizing:border-box;padding:40px 0;pointer-events:none;box-shadow:0 0 17px 0 rgba(0,0,0,.04)}.Nav__subcat{display:block!important;column-count:3;column-gap:0;margin:auto;min-height:222px;padding-right:300px;position:relative}.Nav__horizontal--list-2 .headline{margin-bottom:20px}.cat-logo{position:absolute;top:-40px;right:15px;border-radius:20px;overflow:hidden}.cat-logo img{width:334px;height:260px;object-fit:cover}.Nav__horizontal--list .container.-Between{justify-content:space-between}.Nav__horizontal--item-more{display:flex;align-items:center;cursor:pointer;color:rgba(0,0,0,.4);margin-top:8px}.Nav__horizontal--item .Nav__horizontal--link{display:flex;align-items:center;white-space:nowrap;padding:18px 12px}.Nav__horizontal--item.hover .Nav__horizontal--list-2{opacity:1}.Nav__horizontal--list-2{transition:opacity .2s ease-out}.Nav__horizontal--item.hover .ico--arrow{transform:rotate(180deg)}.Nav__horizontal--item.hover>.Nav__horizontal--list-2{top:100%;opacity:1;z-index:110;pointer-events:all;border-top:1px solid var(--stroke)}.Nav__horizontal--item .Nav__horizontal--item-2{margin-bottom:10px;margin-right:10px}.Nav__horizontal--item .Nav__horizontal--item-2 .Nav__horizontal--list-3{margin-top:.6rem}.Nav__horizontal--item .Nav__horizontal--item-2 .Nav__horizontal--list-3 .Nav__horizontal--item-3.hide{display:none}.Nav__horizontal--list.-Between{margin:0 -12px;justify-content:space-between;flex:1;max-width:1246px;margin-right:12px;overflow:auto}.header{display:flex;flex-direction:column;position:sticky;width:100%;z-index:111;background-color:#fff;top:0;transition:top .4s}.dropdown-item:hover,.header a:not(.button):hover,.home-prev-news_item-name a:hover,a.headline:hover{color:var(--accent)}.header--fixed{top:-136px;box-shadow:3px 3px 15px rgba(0,0,0,.15);padding:7px 0 0 0;margin:0}.header .button{font-size:14px;line-height:145%}@media(min-width:1441px){.header .button{padding:11px 16px}}@media(min-width:1026px){.header--fixed.header>.container{padding-bottom:10px}.header--fixed .Nav-search__button{top:11px}}.header--fixed .Nav__horizontal--item .Nav__horizontal--item-2{margin-bottom:22px}.header--fixed .product-custom .product-custom--link>span{display:none}.header--fixed .header .Nav-product-custom{margin-top:4px}.header--fixed .Nav-search input.Nav-inp-search{height:44px;line-height:44px}.header--fixed.header .Nav-product-custom{flex-basis:auto;margin-top:0}.header--fixed .product-custom--lk{margin-right:0!important}.header .Nav-contact-info{flex-basis:19%;margin-right:2.5rem;position:relative}.header .Nav-contact-info+.Nav-contact-info{margin-left:-1rem}.header .Nav-contact-info p{margin-bottom:2px}.Nav-contact-info--work-time .value,.header a.Nav-contact-phone{white-space:nowrap;text-align:center;font-weight:700;margin-bottom:.2rem;display:inline-block;font-size:19px}.Nav-contact-info--work-time .hint{margin-left:8px}.Nav-contact-info--work-time div{white-space:nowrap}@media(max-width:1100px){.Nav-contact-info--work-time{display:none}.header .Nav-contact-info+.Nav-contact-info{margin-left:0;flex-basis:20%}}.header .phone-hover-block{display:none;position:absolute;background:#fff;box-shadow:0 0 3px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.12);padding:20px;z-index:100;width:300px;justify-content:center;align-items:center;left:-90px}.header .Nav-contact-info:hover .phone-hover-block{display:flex}.header>.container{display:flex;justify-content:space-between;width:100%;padding-top:12px;padding-bottom:12px;gap:12px}.header>.container>.Nav-search{display:none}.header__main{flex:1 1;display:flex;justify-content:space-between;align-items:center;gap:12px;position:relative}.header .Nav-contact-phone-btn{display:none}.header .header_login-logout .icon{margin:0 .214rem 0 0}.header .header_login-icon .icon{font-size:3rem}.header .header_login-icon .userpic{height:50px;width:50px;border:1px solid #ebebeb}.Nav__Primary{display:flex;align-items:center;justify-content:space-between;gap:12px}.header .product-custom_icon .icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:1.6rem}.header .header__cart-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;height:24px}.header .header__cart-icon .icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:1.714rem}.header .header__cart-content,.header .header__cart-icon{display:inline-block;vertical-align:top;font-size:2.643rem}.header .header__cart-price-total{color:#000;font-weight:700}.header .Nav-product-custom{display:flex;align-items:flex-end;justify-content:flex-end}.product-custom{position:relative}.product-custom--link{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--stroke);border-radius:50%;cursor:pointer}.header .product-custom--link{width:36px;height:36px}.product-custom--link.active{background-color:var(--secondary);border-color:var(--secondary);color:#fff}.header .product-custom .product-custom--link>span{max-width:78px;overflow:hidden;text-overflow:ellipsis;margin-top:4px}.header .product-custom.product-custom--city{display:none}.product-custom--city svg{width:22px;height:28px}.product-custom:not(.product-custom--lk){margin-right:6px}.header .product-custom:not(.product-custom--lk){margin-right:8px}.header .product-custom--link>span{font-size:15px}.header .header-top--right{display:flex}@media (max-width:1380px){.header a.Nav-contact-phone{font-size:18px}}@media (max-width:1025px){.header .container{flex-wrap:wrap}.header .container>.Nav-search{display:block;margin-top:.714rem}.header .product-custom{width:initial}.header .header_address{width:calc(85% - 400px)}}@media (max-width:1025px){.header .product-custom{padding-left:0}.header .product-custom--link>span{display:none}.header .Nav-contact-phone-btn{display:block;font-size:1.786rem}}@media (max-width:680px){.header .Nav-product-custom>div:not(:last-child){display:none}}@media (max-width:500px){.header .nav-cat{display:none}}@media (max-width:1025px){.Nav__Primary-outer{display:none}}.fixed-panel .product-added-msg:after{border-right:5px solid transparent;border-left:5px solid transparent;border-bottom:none;top:100%;left:50%;position:absolute}.fixed-panel{position:fixed;bottom:-1px;box-sizing:border-box;width:100%;left:0;z-index:110;min-width:300px;text-align:center;display:flex;align-items:center;justify-content:space-evenly;box-shadow:0 0 10px 0 rgba(0,0,0,.08)}.fixed-panel .product-custom_short-count{top:-6px;right:2px}.fixed-panel .product-custom{padding:8px 0 7px 0;display:flex}.fixed-panel .product-custom svg{margin:0 auto;position:relative}.fixed-panel__icon-wrap{display:inline-flex;align-items:center;justify-content:center;height:20px}.fixed-panel .product-custom_icon .icon{display:inline-flex;font-size:17px;justify-content:center;align-items:center;cursor:pointer}.fixed-panel .product-custom_icon .icon.nav-cat-btn__action__wrap{flex-direction:column;height:20px}.product-custom_icon--phone svg{top:-2px;width:20px;height:20px;fill:var(--gray)}.fixed-panel .product-custom_icon__name{font-size:10px;margin-top:1px}.fixed-panel .product-custom a{font-size:.929rem}.fixed-panel .product-custom i{height:20px;min-height:20px;font-size:1.643rem}@media (min-width:1025px){.fixed-panel{display:none!important}}@media (max-width:500px){.fixed-panel .product-added-msg:after{left:20px}}@media (max-width:320px){.fixed-panel .product-custom_icon__name{font-size:9px}}.messenger{display:none;position:fixed;width:100%;height:100%;background:#f5f5f5;top:0;padding:90px 15px;z-index:100}.messenger__close{position:absolute;top:64px;right:15px;width:20px;height:20px;cursor:pointer}.messenger__close:after,.messenger__close:before{content:"";position:absolute;top:9px;left:1px;width:18px;height:2px;background:#555}.messenger__close:before{transform:rotate(45deg)}.messenger__close:after{transform:rotate(-45deg)}.messenger.is_open{display:block}.messenger__item{margin-bottom:15px}.messenger__item a{display:flex;align-items:center;text-transform:uppercase;font-weight:500;line-height:1}.messenger__item-icon{flex-shrink:0;margin-right:10px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.messenger__item-icon.messenger__item-icon--phone{background-color:#ff6803}.Brands__Box--Description{margin:3rem 0 2rem;text-align:left}.Brands__Box--Description:after{clear:both;content:"";display:block}.cat-onpage_select.select-hidden{display:none}.cat-onpage.-hide{width:135.5px;height:18.19px}.cat-onpage.-hide .cat-onpage-title{display:none}ul.select-options{display:none;position:absolute;width:100%;top:20px;left:0;text-align:center;-webkit-box-shadow:0 10px 20px -5px rgba(0,0,0,.4);box-shadow:0 10px 20px -5px rgba(0,0,0,.4)}.select-options li[rel=hide]{display:none}.select-options li.is-selected:before{content:"\e946";font-family:free-font;position:absolute;left:7px}.Orders__Item{margin-bottom:var(--gap-sm)}.Orders__Item>*{flex:1}.Orders__Item:after{clear:both;content:"";display:block}.Orders__Status{flex:100%;margin-bottom:1.2rem}.Orders__Box--Info{margin-bottom:1rem}.Orders__Link{cursor:pointer;display:inline-block;text-decoration:underline;-webkit-transition:.3s all;transition:.3s all;margin-right:1rem;vertical-align:middle;transition:.3s all}.Orders__Title--H3{margin-bottom:.5rem}.Button__Primary,.Button__Secondary{cursor:pointer;font-size:1.4rem;font-weight:400;display:block;overflow:hidden;width:100%}.Button__Primary:hover{opacity:.9}.Button__Primary{color:#333;cursor:pointer;display:inline-block;text-decoration:none;-webkit-transition:.3s all;transition:.3s all;border:0;border-radius:.2rem;font-family:inherit;cursor:pointer;padding:.1rem 1rem;text-align:center;color:#fff;padding:1rem}.Orders__Link--Single{color:#404040;cursor:pointer;display:inline-block;text-decoration:none;-webkit-transition:.3s all;transition:.3s all;font-size:1em;padding:.5rem 0}.Orders__Link--Single:hover{text-decoration:underline}@media (min-width:48em){.Orders__Link--Single{padding:0}}.Button__Primary,.Button__Secondary{cursor:pointer;font-size:1.4rem;font-weight:400;display:block;overflow:hidden;width:100%}.Button__Primary{color:#333;cursor:pointer;display:inline-block;text-decoration:none;-webkit-transition:.3s all;transition:.3s all;background-color:#ee1c24;border:0;border-radius:.2rem;-webkit-box-shadow:0 .2rem #c80f16;box-shadow:0 .2rem #c80f16;font-family:inherit;cursor:pointer;padding:.1rem 1rem;text-align:center;color:#fff;padding:1rem}@media (min-width:37.5em){ul.pages{font-size:1em}}ul.pages{margin:0;padding:0;list-style:none;font-size:.8em;margin-bottom:1.2rem}.pages li{display:inline-block}.pages li:not(:last-child){margin-right:5px}.pages li a,.pages li span{background-color:#f2f3f5;color:#404040;font-size:1.1rem;border-radius:.2rem;display:block;margin-bottom:1rem;padding:.4rem 1.1rem}.pages li:not(:last-child){margin-right:1.1rem}.pages .shop.selected a{background-color:#00bbb5;color:#fff}.w-dialog-block{max-width:500px}.My__OAuth--Title{font-size:14px}.My__OAuth--List{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.My__OAuth--List .My__OAuth--Item:not(:last-child){margin-right:10px}.My__Value--Calc.-Add{color:#2e7d32}.Bonuses__Title{display:inline-block;margin-right:.2rem;vertical-align:middle}.Bonuses__Title .bonus{color:#ee1c24}.Login{margin-top:2rem}.Login__Box{width:100%}.Title__Main{font-size:2rem;margin-bottom:2rem;font-weight:700}.Title__Main.-No-Border{border-bottom:0;padding-bottom:0}#themeOverride .order-wrap .wa-name{width:initial}#themeOverride #wa-my-info-wrapper #wa-my-info-read-wrapper .wa-value{-webkit-box-sizing:border-box;box-sizing:border-box}#themeOverride .wa-value .field:not(:last-child){display:block;margin-bottom:12px}#themeOverride .cartOS__shipOptions select,#themeOverride .quickorder-form input:not([type=checkbox]),#themeOverride .quickorder-form select,#themeOverride .quickorder-form textarea,#themeOverride .wa-value input[type=email],#themeOverride .wa-value input[type=password],#themeOverride .wa-value input[type=text],#themeOverride .wa-value select,#themeOverride .wa-value textarea{border:1px solid var(--stroke);border-radius:100px;-webkit-box-shadow:none;box-shadow:none;font-size:var(--text-size-m);line-height:145%;display:block;font-family:inherit;margin:0;max-width:100%;outline:0;padding:12px 16px;-webkit-transition:.3s all;transition:.3s all;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}#themeOverride .cartOS__shipOptions select,#themeOverride .wa-value select{padding:12px 16px}#themeOverride .quickorder-form textarea,#themeOverride .wa-value textarea{border-radius:20px}#themeOverride .cartOS__shipOptions select,#themeOverride .quickorder-form select,#themeOverride .wa-value select,#themeOverride select.md{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23CCCCCC' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 16px center;background-size:16px 12px;appearance:none}.input-hint{position:absolute;top:12px;left:16px;pointer-events:none;color:var(--gray);font-size:var(--text-size-m);line-height:145%;transition:top .2s}.is_add .input-hint{top:6px;font-size:10px}.required-ico{cursor:auto;position:relative;top:-4px}.Title__Main.-Centered{text-align:center}.wa-login-form-wrapper .wa-info-messages{margin:0 0 1.0714285714em}.wa-login-form-wrapper .wa-login-form-actions{position:relative;margin:1.0714285714em 0 0}#themeOverride .wa-login-form-wrapper .wa-login-form-actions,#themeOverride .wa-login-form-wrapper .wa-signup-form-actions,#themeOverride .wa-signup-form-wrapper .wa-login-form-actions,#themeOverride .wa-signup-form-wrapper .wa-signup-form-actions{margin-top:0}#themeOverride .wa-field:not(.js-product-quantity){-webkit-transition:.3s all;transition:.3s all}#themeOverride .wa-services .wa-field{margin-bottom:0}.wa-login-form-wrapper .wa-field:first-child{margin-top:0}.wa-login-form-wrapper .wa-field .wa-name{display:block;margin-bottom:.5em;font-size:.86em;line-height:1.1666666667em;color:var(--gray)}@media (min-width:37.5em){#themeOverride .wa-value{width:60%}}.wa-login-form-wrapper .wa-field .wa-value{margin:0}#themeOverride .wa-login-form-wrapper .wa-login-form-fields .wa-value,#themeOverride .wa-login-form-wrapper .wa-signup-form-fields .wa-value,#themeOverride .wa-signup-form-wrapper .wa-login-form-fields .wa-value,#themeOverride .wa-signup-form-wrapper .wa-signup-form-fields .wa-value{width:100%}.wa-signup-url a{text-decoration:underline}.wa-login-url a{text-decoration:underline}#themeOverride .wa-value{width:100%;position:relative}#themeOverride .wa-login-form-wrapper .wa-login-form-fields .wa-value .wa-login-forgotpassword-url,#themeOverride .wa-login-form-wrapper .wa-signup-form-fields .wa-value .wa-login-forgotpassword-url,#themeOverride .wa-signup-form-wrapper .wa-login-form-fields .wa-value .wa-login-forgotpassword-url,#themeOverride .wa-signup-form-wrapper .wa-signup-form-fields .wa-value .wa-login-forgotpassword-url{text-decoration:underline;margin:1rem 0 0 0}.My__Message--Pin{margin-bottom:10px}.My__Input--Pin{border-radius:.2rem;display:block;font-family:inherit;height:auto;margin:0;outline:0;padding:1rem 1.6rem;-webkit-transition:.3s all;transition:.3s all;width:100%;max-width:200px}.My__Button--Pin{display:inline-block;text-decoration:none;-webkit-transition:.3s all;transition:.3s all;border:0;font-family:inherit;cursor:pointer;text-align:center;font-weight:400;padding:10px;max-width:145px;margin-top:12px}#themeOverride .wa-value p{margin:0}@media (min-width:37.5em){#themeOverride .My__Page--Profile .wa-name{margin-bottom:0;width:25%;font-weight:700}#themeOverride .My__Page--Profile .wa-value{width:75%}}.contacts--box{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:.6rem 1rem .4rem 1rem;margin:0 0 1.071rem 0;border-bottom:1px solid #e8e8e8}@media (max-width:1100px){.contacts--box{display:-webkit-box;display:-ms-flexbox;display:flex}}svg#Social_Icons{width:20px;height:20px}.contacts__right{display:-webkit-box;display:-ms-flexbox;display:flex}.contacts__right__item{line-height:1}.contacts__right__item a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:20px;height:20px}.contacts__right__item a:not(:last-child){margin-right:10px}.contacts__right__item:not(:last-child){margin-right:10px}.contacts__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.contacts__right--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.contacts__right--row p{margin-bottom:0}.contacts__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-weight:600}.contacts__left .Nav-contact-email{margin-bottom:0}.contacts__left a{line-height:1}.contacts__left a:not(:last-child){padding-top:3px;margin-bottom:10px}#themeOverride .wa-order-cart-wrapper .wa-cart-details .wa-affiliate-section .wa-bonus-details .wa-details{margin:0 0 1.8rem;line-height:1.6rem;background-color:#f7f8f9;padding:.5rem 1.3rem}.b-cityselect__notifier{padding:1rem;display:none;position:absolute;z-index:105;border-radius:4px;border:0;background:#fff;-webkit-transition:all .25s cubic-bezier(0,0,.2,1);transition:all .25s cubic-bezier(0,0,.2,1);-webkit-box-shadow:0 .2rem .5rem rgba(0,0,0,.0509803922),0 0 1.1rem rgba(0,0,0,.0509803922);box-shadow:0 .2rem .5rem rgba(0,0,0,.0509803922),0 0 1.1rem rgba(0,0,0,.0509803922);margin-top:1rem;min-width:15rem;text-align:left}.b-cityselect__notifier_triangle:before{content:"";position:absolute;left:15px;top:-21px;border:10px solid transparent;border-bottom:10px solid rgba(0,0,0,.0509803922)}span.i-cityselect__city{white-space:nowrap}span.i-cityselect__city:before{content:"\e9c8";font-family:free-font;margin-right:3px;top:1px;position:relative}.b-cityselect__city{text-decoration:none;border-bottom:0}.b-cityselect__mfp{border-radius:4px}@media (max-width:640px){.b-cityselect__list_wrapper{height:295px;overflow:auto}}.acc-text{display:none;margin-top:var(--gap-s)}body .kmcollectemails .after .ok{background:0 0}.loading+.loading{display:none}#page ol,#page ul:not(.li-none),.Brands__Description ol,.Brands__Description ul,.category-desc ol,.category-desc ul,.product_description ol,.product_description ul,.product_info-page ol:not([class]),.product_info-page ul:not([class]),.product_page.tab-content_el ol,.product_page.tab-content_el ul,.product_short-desc ol,.product_short-desc ul,ul.list{padding-left:20px;margin-bottom:20px}#page li,.Brands__Description li,.category-desc li,.product_description li,.product_info-page li:not([class]),.product_page.tab-content_el li,.product_short-desc li,ul.list li{margin-bottom:6px;position:relative}.feedback ul.list li{margin-bottom:12px}.product_short-desc li{margin-bottom:5px;font-size:1.1rem}#page ul li,.Brands__Description ul li,.category-desc ul li,.product_description ul li,.product_info-page ul:not([class]) li,.product_page.tab-content_el ul li,.product_short-desc ul li,ul.list{list-style:none;position:relative}#page ul:not(.li-none) li:before,.Brands__Description ul li:before,.category-desc ul li:before,.product_info-page ul:not([class]) li:before,.product_page.tab-content_el ul li:before,.product_short-desc ul li:before,ul.list li:before{content:'';position:absolute;width:8px;height:8px;border-radius:50%;top:8px;left:-20px;background-color:var(--secondary)}.feedback ul li:before,.product_description ul li:before,.tab-contents .product_info-page ul:not([class]) li:before{top:6px}.feedback ul{margin-bottom:0!important}#page ol li,.Brands__Description ol li,.category-desc ol li,.product_description ol li,.product_info-page ol:not([class]) li,.product_page.tab-content_el ol li,.product_short-desc ol li{list-style:decimal}#page h2:not([class]){font-size:1.6rem}#page h3:not([class]){font-size:1.4rem}#page h2:not([class]),#page h3:not([class]){margin:40px 0 var(--gap-sx)}#page h4:not([class]),#page h5:not([class]),#page h6:not([class]){margin:var(--gap-sm) 0 var(--gap-sx)}#page h4:not([class]){font-size:1.2rem}.Brands__Description h2,.category-desc h2,.product-tab_title h2,.product_description h2,.product_page.tab-content_el h2{font-size:var(--headline-size-x)}.Brands__Description h3,.category-desc h3,.product-tab_title h3,.product_description h3,.product_page.tab-content_el h3{font-size:var(--headline-size-m)}.Brands__Description h4,.category-desc h4,.product-tab_title h4,.product_description h4,.product_page.tab-content_el h4{font-size:var(--headline-size-s)}#page a:not([class]),.Brands__Description a,.category-desc a,.product_description a:not([class]),.product_page.tab-content_el a{color:var(--secondary)}.product_description h2,.product_description h3,.product_description h4,.product_description h5,.product_description h6{margin:var(--gap-x) 0}.Brands__Description h2,.Brands__Description h3,.Brands__Description h4,.Brands__Description h5,.Brands__Description h6{margin:var(--gap-x) 0}.category-desc h2,.category-desc h3,.category-desc h4,.category-desc h5,.category-desc h6{margin:var(--gap-x) 0}.product_page.tab-content_el h2,.product_page.tab-content_el h3,.product_page.tab-content_el h4,.product_page.tab-content_el h5,.product_page.tab-content_el h6{margin:var(--gap-x) 0}.feedback{gap:80px}.feedback__col--content{flex:1;display:flex;flex-direction:column;gap:var(--gap-m)}.feedback__col--content .button{align-self:flex-start;width:100%;max-width:167px}.Header__Banner{background-size:400% 400%;-webkit-animation:AnimationName 30s ease infinite;animation:AnimationName 30s ease infinite;text-align:center;color:#fff;padding:1rem 100px;position:relative}.js-attention-close{position:absolute;cursor:pointer;right:25px;top:10px;font-size:20px;font-weight:400}.header-banner__sale{font-weight:600;color:red}.header-banner__link{color:#000;text-decoration:underline}.wa-order-cart-wrapper .wa-products .wa-product .wa-quantity-section .wa-product-price{white-space:nowrap;text-align:center}@media (max-width:1025px){#themeOverride .wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body>.wa-column-quantity{padding-left:0}}#themeOverride .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body>.wa-column-quantity{padding-right:0}#themeOverride .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body>.wa-column-quantity .wa-product-fractional-prices{text-align:center;width:100%}.wrap_d292{z-index:initial}body>jdiv>jdiv>jdiv:first-child{bottom:110px!important}body>jdiv>jdiv>jdiv[class^=mobileContainer_]{bottom:0!important}.-Close{display:none!important}.my-mail-form{width:248px}.kmcollectemails button{font-size:0;width:44px;height:44px;position:absolute;top:0;right:0}.kmcollectemails button:after{content:'';width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8 15 4.58-5L8 5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");position:absolute}#themeOverride #cookies_note{border-top:0;background-color:var(--accent-bg);width:380px;bottom:15px;left:15px;border-radius:20px}#themeOverride .cookies-note__content{margin-right:10px;padding-right:0}#themeOverride #cookies_note a{color:var(--accent)}#themeOverride #cookies_note a:hover{color:var(--primary)}#themeOverride #cookies_note button.cookies-note__continue,#themeOverride #cookies_note button.cookies-note__continue:active,#themeOverride #cookies_note button.cookies-note__continue:hover,#themeOverride #cookies_note>*{font-family:var(--font-family-main)}#themeOverride .cookies-note__inner{flex-direction:column;align-items:flex-start;gap:10px;padding:20px}#themeOverride #cookies_note .cookies-note__inner .cookies-note__continue,#themeOverride #cookies_note .cookies-note__inner .cookies-note__continue:active,#themeOverride #cookies_note .cookies-note__inner .cookies-note__continue:hover{text-shadow:none;font-size:13px}@media screen and (max-width:768px){#themeOverride #cookies_note .cookies-note.cookies-note_bottom{padding:0}}#themeOverride .easyfeedback__field-name{display:none}#themeOverride .easyfeedback .easyfeedback__input[type=email],#themeOverride .easyfeedback .easyfeedback__input[type=phone],#themeOverride .easyfeedback .easyfeedback__input[type=text],#themeOverride .easyfeedback .easyfeedback__select,#themeOverride .easyfeedback .easyfeedback__textarea,#themeOverride .easyfeedback .wa-captcha-input{width:100%;padding:12px 16px;font-size:14px;color:var(--primary);background-color:transparent;border:1px solid var(--stroke);border-radius:100px}#themeOverride .easyfeedback .easyfeedback__textarea{border-radius:20px}#themeOverride .easyfeedback .easyfeedback__field--string{padding:0;color:var(--primary);background-color:transparent;font-weight:500;font-size:13px;line-height:140%}#themeOverride .easyfeedback .easyfeedback__field{margin-bottom:0}#themeOverride .easyfeedback .easyfeedback__submit{width:100%;max-width:173px}#themeOverride .easyfeedback .easyfeedback__form{display:flex;flex-wrap:wrap;gap:20px}#themeOverride .easyfeedback__field--phone,#themeOverride .easyfeedback__field--text{flex:1}#themeOverride .easyfeedback .wa-captcha{padding:0}#themeOverride .easyfeedback__field--textarea{flex:100%}#themeOverride .que-result.success{z-index:1;width:100%!important;margin-left:0!important;margin-right:0!important;padding:15px;box-sizing:border-box;line-height:1.2}#themeOverride .que-result-header{margin-bottom:12px}#themeOverride .que-error{top:auto;right:auto;padding-left:0;height:auto}#themeOverride .que-plugin-question:first-child{border-top:1px solid var(--stroke)}#themeOverride .que-plugin-question:not(:last-child){border-bottom:1px solid var(--stroke)}#themeOverride .que-plugin-question .que-hint{color:var(--gray)}#callback-form .callback-time-range .jq-selectbox{width:85px;height:auto;line-height:normal;padding:3px 0}#themeOverride #easyreviews .wa-form .wa-field .wa-name{font-size:18px;font-weight:500}#themeOverride #easyreviews ul.pagination li{padding:0;border-radius:5px;margin-right:10px}#themeOverride #easyreviews ul.pagination li a{border-radius:5px}#themeOverride #easyreviews ul.pagination li.selected a{border:0;color:#fff}#themeOverride #easyreviews .wa-form .wa-field .wa-value{margin-left:0;margin-bottom:5px;position:relative}#themeOverride #easyreviews .wa-form{margin:10px 0 40px 0;max-width:800px}#themeOverride #easyreviews .wa-form .wa-field .wa-value textarea{height:120px}#themeOverride #easyreviews .wa-form .wa-field .wa-value.wa-submit{margin-top:0}#themeOverride #easyreviews .post{margin-bottom:40px}#themeOverride #easyreviews .avatar-block{padding-right:20px}.soc__item a{display:inline-block;width:32px;height:32px;background-image:url(/wa-data/public/site/themes/epika/assets/img/soc_sprites.png);background-repeat:no-repeat;margin-right:5px;text-indent:-99999px}.soc__item-vk{background-position:-10px -62px}.soc__item-in{background-position:-10px -10px}.soc__item-ws{background-position:-62px -62px}.soc__item-vb{background-position:-62px -10px}.soc__item-tg{background-image:url(/wa-data/public/site/img/telegram32x32.png)!important;background-position:0 0}.soc__item{display:inline-block}.sub-category-list a,input[type=text]{transition:border-color .2s}.my-rooms__title,a{transition:color .2s}.Product-grid{transition:box-shadow .2s}.product-action.add-to-favorite svg path{transition:fill .2s}.js-product-ajax-list-loader.-Close[style="display: block;"]{display:block!important}.header .product-custom.product-custom--city .shop-regions{display:none}.promotions-list{display:flex;gap:20px}.promotions-item{display:flex;gap:32px;padding:20px;background-color:var(--secondary-bg);border-radius:20px;flex:1;overflow:hidden;position:relative;min-height:316px;box-sizing:border-box;min-width:575px}.promotions-item:after{content:'';width:340px;height:340px;position:absolute;inset:-12px 0 0 -131px;background-color:var(--secondary);border-radius:50%}.promotions-item__header{font-size:32px;font-weight:var(--bold);text-align:center;color:#fff;transform:rotate(90deg);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-left:-18px;position:relative;z-index:1;text-transform:uppercase}.promotions-item__header div:first-child{font-size:100px;line-height:100%}.promotions-item__content{display:flex;flex-direction:column;gap:12px;flex:1;justify-content:center;margin-left:27px}.promotions-item__button .button{min-width:128px}.promotions-item p{margin-bottom:0}.wforms-form table td,.wforms-form table th{padding:0;border:0}#themeOverride .wa-login-form-wrapper .wa-login-form-fields .wa-field,#themeOverride .wa-login-form-wrapper .wa-signup-form-fields .wa-field,#themeOverride .wa-signup-form-wrapper .wa-login-form-fields .wa-field,#themeOverride .wa-signup-form-wrapper .wa-signup-form-fields .wa-field,.callback-form-row,.que-plugin-faq-form .que-field:not(.que-field--button),.wforms-form .field-value:not(.field-value--captcha){padding-bottom:20px}.que-plugin-faq-form .que-field--button{padding-bottom:0;margin-bottom:12px}.que-name,.wforms-form .field-value__hint:not(:empty){display:none}.wforms-form td.field-name{display:none}.wforms-form table.form-fields{width:100%}.wforms-form input[type=submit]{margin-bottom:12px}.wforms-polyce{font-size:var(--text-size-s);text-align:center;line-height:140%}.wforms-polyce a{color:var(--secondary);text-decoration:underline}.wforms-polyce a:hover{text-decoration:none}.wforms-form #que-faq-form-submit{margin-bottom:0}.modal-content .wforms-form label.error{font-size:13px;padding-top:8px;text-align:left}.modal-content .wforms-form input.error{font-size:15px;text-align:left}.wform-error{color:red}.wform-success{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:20px}.wform-success__wrapper{max-width:335px}.mobile-actions{gap:8px}.mobile-actions__item{width:32px;height:32px;border:1px solid var(--stroke);border-radius:50%;background-color:transparent;cursor:pointer;box-sizing:border-box}.owl-nav.disabled{opacity:0;visibility:hidden;pointer-events:none}.footer__col--right .copyright{text-align:center;margin-top:15px}.flexdiscount-big-loading{position:absolute!important}.scroll{overflow:auto;margin-right:-40px;margin-left:-40px;padding-left:40px;padding-right:40px}.is_mobile_version .scroll{-ms-overflow-style:none;scrollbar-width:none}.is_mobile_version .scroll::-webkit-scrollbar{display:none}.custom-file-upload{position:relative}.custom-file-upload .file-input,.custom-file-upload input[type=file]{position:absolute;opacity:0;width:0;height:0}.custom-file-upload .file-label.dragover{background:#e3f2fd;border-radius:20px;outline:10px solid #e3f2fd}.custom-file-upload .file-icon{font-size:20px}.custom-file-upload .file-list{margin-top:10px;flex:100%}.custom-file-upload .file-list:empty{display:none}.custom-file-upload .file-hint{flex:1}.custom-file-upload .file-text{max-width:140px;overflow:hidden;text-overflow:ellipsis}.custom-file-upload .file-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#e8f5e8;border-radius:4px;margin-bottom:5px;font-size:14px}.custom-file-upload .file-name{flex:1;margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-file-upload .file-size{color:#666;font-size:12px;margin-right:10px}.custom-file-upload .file-remove{background:#ff4757;color:#fff;border:none;border-radius:3px;padding:0 6px;cursor:pointer;font-size:15px}.custom-file-upload .file-remove:hover{background:#ff3742}.easyreviews-header{margin-bottom:30px}@media(min-width:1026px){.mobile-actions{display:none}}@media (max-width:1570px){.container{max-width:1443px}.Nav-search{flex-basis:324px}.promotions-item__text{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}}@media (max-width:1440px){:root{--gap-section:80px}.info-page{--gap-xxl:60px;--gap-l:40px}.header_logo{width:105px}.header--fixed{top:-122px}.section-colors{padding-top:60px;padding-bottom:60px}.home-prev-news_item-text{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.feedback__col--image{flex-basis:670px}.info-page .section-text__col--image img,.page-slider .owl-item img{max-height:407px}#page h2:not([class]),#page h3:not([class]){margin:28px 0 var(--gap-sx)}}@media (max-width:1380px){.home-products>.container{padding:0}}@media (max-width:1350px){.Nav__horizontal--item .Nav__horizontal--link{padding:18px 5px}.Nav__horizontal--list.-Between{margin:0 -5px}.footer__col{flex:30%}.footer__wrapper{gap:40px var(--gap-sx)}.my-mail-form{width:100%}}@media (max-width:1260px){.card-list--small-desctop-2{--cols-count:2}.header__main .mail{display:none}.feedback__col--image{flex-basis:400px}.feedback{gap:40px}.info-page .section-text__col--image img{max-height:330px}.more-cards .card-list{--cols-count:2}}@media (max-width:1140px){.section-text--cooperations .section-text__col--image{display:none}.cat-logo img{width:210px;height:auto}.section-text:not(.section-text--contacts,.section-text--feedback){flex-direction:column}.section-text__col--image:not(.section-text__col--image-feedback){width:100%;order:-1}.section-text--feedback{align-items:stretch}.section-text__col--image-feedback{flex:1}.info-page .section-text--feedback .section-text__col--image img{height:100%;max-height:100%;width:auto;max-width:100%;object-fit:cover;border-radius:20px}.section-text--cooperations .section-text__col--content{--gap-m:20px;--headline-size-l:32px;text-align:center;max-width:312px;margin-left:auto;margin-right:auto}.section-text--cooperations .section-text__col--content .flex--column-start{align-items:center}}@media (max-width:1025px){:root{--gap-section:60px;--gap-xxl:60px;--headline-size-xl:32px;--headline-size-l:32px;--headline-size-x:26px;--headline-size-m:18px}.info-page{--gap-xxl:40px}.header__main .phones,.header__main>.header__buttons,.main-search:not(.is_show),.promo .owl-nav{display:none}.section-header--m{--gap-m:24px}.breadcrumbs,.feedback{--gap-m:20px}.acc{--gap-sm:12px;--gap-s:12px}.more-cards,.sub-category{--headline-size-s:14px}.more-cards{--headline-size-x:24px;--gap-s:12px}.section-text--feedback{--headline-size-l:26px}.card-list--tablet-1{--cols-count:1}.card-list--tablet-2{--cols-count:2}.card-list--tablet-3{--cols-count:3}#themeOverride .shop-regions-window__search .shop-regions-window__sub-header,.headline--m,.headline--x,.modal-content__headline,h2,h3{line-height:130%}#page h2:not([class]),#page h3:not([class]){margin:20px 0 var(--gap-sx)}#page h2:not([class]),#page h3:not([class]){font-size:18px}#page h4:not([class]){font-size:16px}#themeOverride .easyfeedback .easyfeedback__submit,.error-box .button,.feedback .button,.order-3d,.promotions .button{font-size:13px;padding:var(--gap-xs) var(--gap-s)}.section-text--feedback{--gap-l:20px}.category-page,.default-page,.product-page{overflow:hidden}.card-item{padding:12px}.card-item__wrapper{margin:12px 8px}.card-list:not(.homepage-text__content),.card-list:not(.owl-loaded) .owl-stage,.card-list__list{gap:12px}.header_logo{width:105px}.slider-wrapper .owl-carousel.owl-loaded{overflow:visible;flex-wrap:wrap}.header{border-bottom:1px solid var(--stroke)}.header--fixed{top:0;padding:0}.home-prev-news_item__wrap:last-child{display:inherit}.home-prev-news_item__wrap{width:260px;flex-shrink:0}.home-prev-news{display:flex;flex-wrap:nowrap;justify-content:flex-start;margin:0 -15px -14px -14px;white-space:nowrap;overflow:auto;padding-right:7px;padding-left:7px;padding-bottom:14px}.b-post-info,.home-prev-news_item-info{padding:12px;white-space:normal}.sub-menu{white-space:nowrap}.footer-logo img{width:100%;max-width:175px}.btn-top{bottom:75px;right:40px}.footer{padding-top:40px}.feedback{flex-wrap:wrap;gap:20px;--headline-size-x:26px}.feedback br{display:none}.feedback__col--image{flex-basis:100%}.feedback__col--content{flex:100%}.promotions-item{min-width:544px}.promotions-list{gap:12px}.promotions-item__content{margin-left:24px;gap:8px}.home-reviews .my-reviews-item{width:424px}.slider-wrapper .owl-prev{left:0}.slider-wrapper .owl-next{right:0}.page-slider .owl-item img{max-height:304px}#themeOverride .easyfeedback__field--phone,#themeOverride .easyfeedback__field--text{flex:100%}#themeOverride .easyfeedback .easyfeedback__submit{max-width:95px;margin-top:8px}#themeOverride .easyfeedback .easyfeedback__form{gap:12px}.error-box h1{font-size:36px}.error-box .text{font-size:16px}.error-box,.error-box>img{margin-bottom:25px}#themeOverride .wa-login-form-wrapper .wa-login-form-fields .wa-field,#themeOverride .wa-login-form-wrapper .wa-signup-form-fields .wa-field,#themeOverride .wa-signup-form-wrapper .wa-login-form-fields .wa-field,#themeOverride .wa-signup-form-wrapper .wa-signup-form-fields .wa-field,.callback-form-row,.que-plugin-faq-form .que-field:not(.que-field--button),.wforms-form .field-value:not(.field-value--captcha){padding-bottom:12px}.b-stream-wrapper .card-list{--cols-count:3}.easyreviews-header{margin-bottom:20px}}@media(min-width:581px) and (max-width:768px){.footer__col--logo{display:none}}@media (max-width:700px){.promotions-item{flex-direction:column;min-width:260px;width:260px;max-width:260px}.promotions-item{--headline-size-s:16px}.promotions-item__content{margin-left:0}.promotions-item__header{transform:none;order:1;margin-left:0;font-size:18px;justify-content:flex-end}.promotions-item__header div:first-child{font-size:50px}.promotions-item:after{width:297px;height:297px;inset:75% 0 0 -17px}.promotions-item__text{-webkit-line-clamp:none}.page-slider .owl-item img{max-height:290px}.section-text--contacts,.section-text--feedback{flex-direction:column}.more-cards .card-list{--cols-count:1}.b-stream-wrapper .card-list{--cols-count:2}}@media (max-width:580px){:root{--headline-size-xl:28px;--headline-size-l:28px;--headline-size-x:24px;--headline-size-s:16px;--gap-section:40px;--gap-xxl:40px;--text-size-x:14px}.footer__col-content{display:none}.card-list--mobile-2{--cols-count:2}.card-list--mobile-1{--cols-count:1}.my-mail-form,.my-rooms{--text-size-m:13px;--gap-m:20px}.text--x{line-height:140%}.cooperation-first-window,.tab-contents{--gap-m:20px}.feedback .headline-s{line-height:130%}#page h4:not([class]){font-size:14px}.Product-grid,.feedback,.promotions-item{--headline-size-s:14px}.feedback{--headline-size-x:24px}.feedback .button{max-width:100%}.section-header--m{margin-bottom:20px}.container{padding-left:15px;padding-right:15px}.header>.container{padding-top:10px;padding-bottom:10px}.card-item__wrapper{margin:0}.card-item__header{gap:12px}.section-colors{padding-top:40px;padding-bottom:40px}.scroll,.sub-menu{overflow:auto;margin-right:-15px;margin-left:-15px;padding-left:15px;padding-right:15px}.b-post-title a,.home-prev-news_item-name a{font-size:16px}.footer__col--logo,.footer__col--menu,.footer__col--right,.footer__col--socials{flex:100%}.footer__wrapper{gap:15px}.footer__row+.footer__row{margin-top:15px}.footer__col .messengers{padding-top:0}.messengers{--gap-s:12px}.footer__col--menu .footer__col-title{margin-bottom:0;padding:12px 0}.footer__col--menu{border-bottom:1px solid var(--stroke)}.footer__col--contacts{display:flex;gap:var(--gap-sx)}.footer__col--contacts>.footer__row{flex:1}.footer__col--contacts .footer__row+.footer__row{margin-top:0}.footer__col--menu-last{margin-top:-15px}.footer__col-content{padding-bottom:12px}.home-reviews .my-reviews-item{width:260px}.my-reviews-item__photos .more-photo,.my-reviews-item__photos img{max-width:73px!important;height:52px}.my-reviews-item__photos{gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.my-reviews-item .mini-raiting{translate:0 2px}.my-reviews-item__name>span{max-width:118px}.my-reviews-item__text{margin-bottom:0}.home-reviews .section-header .button{padding:0}.home-reviews .section-header .button>span{margin-left:0}.Product-grid .ico--size-m{width:16px;min-width:16px;height:16px;min-height:16px}.page-slider .owl-item img{max-height:176px}.error-box h1{font-size:32px}.error-box .text{font-size:14px}.error-box,.error-box>img{margin-bottom:10px}#page ul:not(.li-none) li:before,.Brands__Description ul li:before,.category-desc ul li:before,.product_info-page ul:not([class]) li:before,.product_page.tab-content_el ul li:before,.product_short-desc ul li:before,ul.list li:before{top:5px}#themeOverride #cookies_note .cookies-note__inner{padding:6px}#themeOverride #cookies_note{width:300px}#themeOverride #cookies_note .cookies-note__close{top:-6px;right:-12px}.b-stream-wrapper .card-list{--cols-count:1}.mfp-arrow-left{left:10px}.mfp-arrow-right{right:10px}}@media(max-width:350px){.card-list:not(.homepage-text__content),.card-list:not(.owl-loaded) .owl-stage,.card-list__list{gap:10px}}