:root{--msw:1440px;--mainPadding:25px;--containerPadding:0px;--menuWidth:70px;--contentPadding:var(--mainPadding);--titlePadding:var(--mainPadding)}@media screen and (min-width:1024px){:root{--contentPadding:0px;--containerPadding:50px}}.d_desktop.no-touch{--menuWidth:250px;--mainPadding:0px}.v_norm_desktop.no-touch{--menuWidth:275px}:root{--main_padding:16px;--overlay_color:rgba(0,0,0,.5);--trns_time:.3s;--header_top_height:auto;--header_height:78px;--header_background:var(--green);--header_color:#fff;--header_logo_height:40px;--header_menu_width:420px;--icon_block_size:24px;--icon_svg_size:var(--icon_block_size);--icon_svg_color:currentColor;--green:#03982f;--green_middle:#109d39;--green_light:#29a74e}@media (min-width:1025px){:root{--main_padding:24px;--header_top_height:50px;--header_height:60px;--header_logo_height:30px}}@font-face{font-family:'Montserrat';src:url('../fonts/Montserrat-Regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Montserrat';src:url('../fonts/Montserrat-Medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Montserrat';src:url('../fonts/Montserrat-SemiBold.woff') format('woff');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Montserrat';src:url('../fonts/Montserrat-Bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}.boundBlock{margin-left:auto;margin-right:auto;padding-left:var(--containerPadding);padding-right:var(--containerPadding);max-width:var(--msw);box-sizing:border-box}.themeScroll{overflow-y:auto;overflow-x:hidden}.themeScroll::-webkit-scrollbar{width:4px}.themeScroll::-webkit-scrollbar:horizontal{height:4px}.themeScroll::-webkit-scrollbar-track{background-color:transparent}.themeScroll::-webkit-scrollbar-thumb{background-color:#d7d5e7}.themeScroll::-webkit-scrollbar-thumb:hover{background-color:#d7d5e7}.themeLoader{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;height:100%}.themeLoader p{display:none}.themeLoader img{display:none}.themeLoader:after{content:'';display:inline-flex;width:70%;height:70%;max-width:100px;max-height:100px;background:url(../images/loader.svg) no-repeat 50% 50%;background-size:contain;animation:roundLoader 1s infinite linear}@keyframes roundLoader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.grid-extend{--colCount:1;--columns:100%;--rows:auto;--h_gap:0px;--v_gap:0px;--gap:var(--v_gap) var(--h_gap);--h_align:unset;--v_align:unset;display:grid;grid-template-columns:var(--columns);grid-template-rows:var(--rows);grid-gap:var(--gap);justify-content:var(--h_align);align-items:var(--v_align)}.grid-extend.equal{--columns:repeat(var(--colCount),calc((100% - ((var(--colCount) - 1)*var(--h_gap)))/var(--colCount)))}.bound-block{width:100%;max-width:var(--msw);padding-left:var(--main_padding);padding-right:var(--main_padding);margin-right:auto;margin-left:auto}svg.icon-heart{fill:none}svg.icon-arrow{width:26px;height:13px}svg.angle-d{width:20px;height:20px}*{margin:0;padding:0;outline:none}html.overlay,html.nav-open{overflow:hidden;height:100%}html.overlay.touch body,html.nav-open.touch body{overflow:hidden;height:100%;position:fixed;width:100%}body{margin:0;font-family:'Montserrat';font-size:14px;font-weight:500;color:#000}a{outline:none;transition:color .3s;color:currentColor}.touch a{transition:none}.touch a:hover{color:currentColor}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input,textarea{font-family:'Montserrat'}.page-wrapper{min-height:100vh;box-sizing:border-box;display:flex;flex-direction:column}.page-wrapper>*{width:100%}.page-main{margin-left:auto;margin-right:auto;padding-left:var(--containerPadding);padding-right:var(--containerPadding);max-width:var(--msw);box-sizing:border-box;flex-grow:1}img{max-width:100%}.icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.icon.icon-phone,.icon.icon-cart{fill:none}[data-dropdown-container].open{z-index:5}[data-dropdown-container] [data-dropdown-toggle],[data-dropdown-container] [data-dropdown-content]{box-sizing:border-box}[data-dropdown-container] [data-dropdown-toggle]{padding:unset;color:currentColor}[data-dropdown-container] [data-dropdown-toggle] .icon-arrow_down{margin-left:7px}[data-dropdown-container] [data-dropdown-content]{padding:unset;box-shadow:none}.button-extend{font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none}.button-extend.disabled{pointer-events:none;opacity:.5}.button{font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none;color:#fff;background:#093;border:2px solid #093}.button.disabled{pointer-events:none;opacity:.5}.button.disabled{background:#f1f1f1;border-color:#f1f1f1;color:#adacbb;opacity:1}.d_mobile .button:active{background-color:#26a851;border-color:#26a851}.d_desktop .button:hover{background-color:#26a851;border-color:#26a851}.d_desktop .button:active{border-color:#093;background:#093}a.button,a.button-light,a.button-white,a.button-hollow,a.button-hollow-light{display:flex;align-items:center;justify-content:center}.button-hollow{font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none;color:#093;background-color:transparent;border:2px solid #093}.button-hollow.disabled{pointer-events:none;opacity:.5}.d_mobile .button-hollow:active{background-color:rgba(38,168,81,.2)}.d_desktop .button-hollow:hover{background-color:rgba(38,168,81,.2)}.d_desktop .button-hollow:active{background-color:transparent}.button-hollow-light{font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none;color:#fff;border:2px solid #fff;background-color:transparent}.button-hollow-light.disabled{pointer-events:none;opacity:.5}.d_mobile .button-hollow-light:active{background-color:rgba(255,255,255,.2)}.d_desktop .button-hollow-light:hover{background-color:rgba(255,255,255,.2);border-color:#fff}.d_desktop .button-hollow-light:active{background-color:transparent}.button-light{font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none;background-color:#f1f1f1;border:2px solid #f1f1f1;color:#093}.button-light.disabled{pointer-events:none;opacity:.5}.d_mobile .button-light:active{background-color:#fff;border-color:#fff}.d_desktop .button-light:hover{background-color:#fff;border-color:#fff}.d_desktop .button-light:active{background-color:#f1f1f1;border:2px solid #f1f1f1;color:#26a851}.button-white{font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none;background-color:#f1f1f1;border:2px solid #f1f1f1;background-color:#fff;border-color:#fff;color:#093}.button-white.disabled{pointer-events:none;opacity:.5}.d_mobile .button-white:active{background-color:#fff;border-color:#fff}.d_desktop .button-white:hover{background-color:#fff;border-color:#fff}.d_desktop .button-white:active{background-color:#f1f1f1;border:2px solid #f1f1f1;color:#26a851}.d_mobile .button-white:active{background:#f1f1f1;border-color:#f1f1f1;color:#26a851}.d_desktop .button-white:hover{background-color:#f1f1f1;border-color:#f1f1f1}.d_desktop .button-white:active{background:#fff;border-color:#fff;color:#26a851}.page.messages{--messagePadding:0px;--borderRadius:0;--translateTop:0px;--minHeight:80px;background:#fff;position:fixed;z-index:999;top:0;left:50%;width:calc(var(--content) + (var(--messagePadding)*2));margin-left:calc((var(--content)/2 + var(--messagePadding))*-1);transform:translateY(calc((100% + 20px)*-1));transition:transform .2s linear;border-radius:var(--borderRadius)}.d_desktop .page.messages{--borderRadius:16px;--translateTop:10px;--minHeight:52px}.page.messages .hide-message{position:absolute;z-index:1;top:50%;margin-top:-16px;right:10px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--hideColor);cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,color .3s}.d_desktop .page.messages .hide-message{transition:color .3s}.d_desktop .page.messages .hide-message:hover{color:#093}.page.messages .hide-message .icon{width:20px;height:20px;fill:currentColor}.page.messages.show{transform:translateY(var(--translateTop))}.page.messages.show .hide-message{opacity:1;visibility:visible}.page.messages [role=alert]:not(:last-child){display:none}.page.messages .messages .message-success,.page.messages .messages .message-error{min-height:var(--minHeight);display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:16px 45px 16px 24px;margin:0;font-size:16px;line-height:20px;font-weight:600;position:relative;border-radius:var(--borderRadius);--hideColor:#34cc67}.d_mobile .page.messages .messages .message-success,.d_mobile .page.messages .messages .message-error{font-size:14px;line-height:16px}.d_desktop .page.messages .messages .message-success,.d_desktop .page.messages .messages .message-error{padding:16px 50px}.page.messages .messages .message-success>div:not(.hide-message),.page.messages .messages .message-error>div:not(.hide-message){position:relative;display:block;padding-left:30px;box-sizing:border-box}.d_desktop .page.messages .messages .message-success>div:not(.hide-message),.d_desktop .page.messages .messages .message-error>div:not(.hide-message){display:flex;flex-wrap:wrap;align-items:center}.page.messages .messages .message-success>div:not(.hide-message) a,.page.messages .messages .message-error>div:not(.hide-message) a{margin:0 5px}.page.messages .messages .message-success>div:not(.hide-message):before,.page.messages .messages .message-error>div:not(.hide-message):before{content:'';position:absolute;top:50%;margin-top:-16px;left:-15px;width:32px;height:32px;background-repeat:no-repeat;background-position:50%;background-size:20px;filter:red;border:2px solid currentColor;border-radius:50%;box-sizing:border-box;flex-shrink:0}.d_desktop .page.messages .messages .message-success>div:not(.hide-message):before,.d_desktop .page.messages .messages .message-error>div:not(.hide-message):before{top:-7px;margin-top:0}.page.messages .messages .message-success a,.page.messages .messages .message-error a{text-decoration:underline;color:currentColor}.page.messages .messages .message-success a:hover,.page.messages .messages .message-error a:hover{text-decoration:none}.page.messages .messages .message-success{color:#34cc67;background:rgba(52,204,103,.15);box-shadow:0 0 15px 0 #34cc67}.page.messages .messages .message-success>div:before{background-image:url(../images/success.svg)}.page.messages .messages .message-error{color:#ff6060;background:rgba(255,96,96,.15);box-shadow:0 0 15px 0 #ff6060;--hideColor:#ff6060}.page.messages .messages .message-error>div:before{background-image:url(../images/error.svg)}.breadcrumbs{margin-left:auto;margin-right:auto;padding-left:var(--containerPadding);padding-right:var(--containerPadding);max-width:var(--msw);box-sizing:border-box}.breadcrumbs ul{list-style:none;padding:0;margin:0}.breadcrumbs .items{display:flex;flex-wrap:wrap;background:#fff;padding:16px var(--mainPadding)}.breadcrumbs .items .item{display:inline-flex;align-items:center}.breadcrumbs .items .item a{text-decoration:none}.breadcrumbs .items .item a,.breadcrumbs .items .item strong{font-weight:500;font-size:12px;line-height:18px;color:rgba(0,0,0,.4);transition:color .3s;word-break:break-word}.breadcrumbs .items .item strong{cursor:default}.breadcrumbs .items .item:not(:last-child):after{content:'';display:inline-flex;width:6px;height:6px;margin:0 13px 0 10px;border-style:solid;border-color:#666;border-width:1px 1px 0 0;position:relative;transform:rotate(45deg)}.d_desktop .breadcrumbs .items .item a{transition:color .3s}.d_desktop .breadcrumbs .items .item a:hover{color:#093}.theme-title{font-weight:600;font-size:20px;line-height:24px;color:#000}.d_desktop .theme-title{font-size:24px;line-height:30px}.section-title{font-weight:600;font-size:20px;line-height:24px;text-transform:uppercase;margin-bottom:25px}.d_desktop .section-title{font-size:24px;line-height:29px;margin-bottom:40px}.show-more{height:20px;display:inline-flex;align-items:center;font-weight:500;font-size:14px;color:#093}.d_desktop .show-more{transition:color .3s}.d_desktop .show-more:hover{color:#000}.show-more .text{display:block;line-height:1}.show-more .icon-block{width:20px;height:20px}.show-more .icon-block .icon{width:100%;height:100%;position:relative;transform:rotate(-90deg)}.form-extend fieldset{border:none;display:block}.form-extend .field{--inputHeight:50px;--padding:20px;--borderRadius:16px;--fieldsBg:#f1f1f1}.form-extend .field:not(.choice) .label{display:none}.form-extend .field.captcha{display:flex;flex-direction:column}.form-extend .field.captcha .compose-wrap{order:-1;margin-bottom:15px}.form-extend .field input:not([type=radio]):not([type=checkbox]),.form-extend .field textarea{display:block;width:100%;box-sizing:border-box;border:none;padding:0 var(--padding);font-weight:600;font-size:16px}.form-extend .field input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,.form-extend .field textarea::-webkit-input-placeholder{color:rgba(0,0,0,.6);opacity:1}.form-extend .field input:not([type=radio]):not([type=checkbox])::-moz-placeholder,.form-extend .field textarea::-moz-placeholder{color:rgba(0,0,0,.6);opacity:1}.form-extend .field input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,.form-extend .field textarea:-ms-input-placeholder{color:rgba(0,0,0,.6);opacity:1}.form-extend .field input:not([type=radio]):not([type=checkbox]):-moz-placeholder,.form-extend .field textarea:-moz-placeholder{color:rgba(0,0,0,.6);opacity:1}.form-extend .field input:not([type=radio]):not([type=checkbox]):-webkit-autofill,.form-extend .field textarea:-webkit-autofill{-webkit-text-fill-color:#fff;box-shadow:inset 0 0 0 500px var(--fieldsBg)}.form-extend .field input{height:var(--inputHeight);font-size:14px;outline:none;transition:border-color .3s}.form-extend .field .phonemask-validation{-webkit-appearance:none}.form-extend .field textarea{-webkit-appearance:none;border-radius:var(--borderRadius);resize:vertical;min-height:170px;padding:var(--padding);background:var(--fieldsBg)}.form-extend .field textarea.mage-error{box-shadow:0px 2px 0px rgba(255,95,95,.36)}.form-extend .field [id=password-strength-meter-container]{margin-top:5px;font-size:14px}.form-extend .field [id=password-strength-meter-container] span{color:red}.form-extend .field [id=password-strength-meter-container].password-very-strong span{color:#50c83a}.form-extend .password-wrap{position:relative}.form-extend .password-wrap .icon{position:absolute;z-index:2;top:50%;right:10px;margin-top:-12px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;visibility:visible;opacity:1;transition:opacity .3s,visibility .3s}.form-extend .password-wrap input[type=password][style*="display: none"]~.icon,.form-extend .password-wrap input[type=password][style*="display:none"]~.icon{display:none}.form-extend .password-wrap input[type=password]~.icon-eye-disabled{visibility:hidden;opacity:0}.form-extend .password-wrap input[type=text]~.icon-eye{visibility:hidden;opacity:0}.form-extend button{font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none;color:#fff;background:#093;border:2px solid #093}.form-extend button.disabled{pointer-events:none;opacity:.5}.form-extend button.disabled{background:#f1f1f1;border-color:#f1f1f1;color:#adacbb;opacity:1}.d_mobile .form-extend button:active{background-color:#26a851;border-color:#26a851}.d_desktop .form-extend button:hover{background-color:#26a851;border-color:#26a851}.d_desktop .form-extend button:active{border-color:#093;background:#093}input[type=radio]{-webkit-appearance:none;width:22px;height:22px;margin-right:15px;border:none;border-radius:50%;background:#f1f1f1;box-shadow:inset 0 0 0 0 #093;transition:background .3s,box-shadow .3s}input[type=radio]:checked{background:#fff;box-shadow:inset 0 0 0 5px #093}.checkbox-extend{display:inline-flex;line-height:20px;cursor:pointer}.checkbox-extend input[type=checkbox]{flex-shrink:0;-webkit-appearance:none;width:20px;height:20px;position:relative;display:flex;justify-content:center;align-items:center;margin:0 10px 0 0;cursor:pointer;background-color:#fff;background-repeat:no-repeat;background-position:50% 50%;background-size:13px;border:1px solid #bbb9d5;border-radius:6px;transition:background-color .3s,background-size .2s,border-color .3s}.checkbox-extend input[type=checkbox]:checked{background-image:url(../images/check.svg);background-color:#093;border-color:#093}.ln_overlay,.loading-mask-block,.loading-mask{display:none;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.8)}.ln_overlay .loader,.loading-mask-block .loader,.loading-mask .loader{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;height:100%}.ln_overlay .loader p,.loading-mask-block .loader p,.loading-mask .loader p{display:none}.ln_overlay .loader img,.loading-mask-block .loader img,.loading-mask .loader img{display:none}.ln_overlay .loader:after,.loading-mask-block .loader:after,.loading-mask .loader:after{content:'';display:inline-flex;width:100px;height:100px;background:url(../images/loader.svg) no-repeat 50% 50%;background-size:contain}.loading-mask-block{position:absolute;z-index:10}.ln_overlay,.loading-mask{position:fixed;z-index:999}body.ajax-loading .loading-mask{display:block}.page-header{--header_border_radius:7px;position:sticky;top:-74px;z-index:10}.page-header .icon-block{display:flex;align-items:center;justify-content:center;width:var(--icon_block_size);height:var(--icon_block_size);font-size:var(--icon_svg_size);color:var(--icon_svg_color)}@media (max-width:1024px){.page-header{background:var(--header_background);top:0}}@media (min-width:1025px){.page-header{height:240px}.cms-home .page-header{height:316px}}.page-header ul{list-style:none}.page-header a{text-decoration:none;color:currentColor}.page-header .header-container{box-sizing:border-box}@media (min-width:1025px){.page-header .header-container{--columns:119px 24px 64px 64px 1fr 130px 1fr 64px 64px 24px 119px;--v_align:center;padding-left:var(--containerPadding);padding-right:var(--containerPadding);background:#fff}}@media (max-width:1024px){.page-header .header-container .header-mobile-block{--h_gap:6px;--columns:auto 1fr repeat(2,auto);--rows:var(--header_height);--v_align:center;margin-right:calc(var(--main_padding)*-1)}}@media (min-width:1025px){.page-header .header-container .mobile-container{display:contents}}@media (max-width:1024px){.page-header .header-container .header-mobile-sidebar-container{position:fixed;top:0;left:0;right:0;bottom:0;z-index:6;background:var(--overlay_color);opacity:0;visibility:hidden;transition:opacity var(--trns_time),visibility var(--trns_time)}.menu-is-opened .page-header .header-container .header-mobile-sidebar-container{opacity:1;visibility:visible}}.page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-block{--background:#f5fff8}@media (max-width:1024px){.page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-block{--rows:var(--header_height) 1fr;position:absolute;top:0;bottom:0;left:calc(var(--header_menu_width)*-1);width:var(--header_menu_width);max-width:100%;background:var(--background);transition:left var(--trns_time)}.menu-is-opened .page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-block{left:0}}@media (max-width:1024px){.page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-top{--columns:1fr var(--header_height);background:var(--header_background)}.page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-top .menu-actions-block{--icon_block_size:30px;--h_gap:16px;--columns:repeat(3,var(--icon_block_size)) 1fr;--v_align:center;padding:calc(var(--main_padding)/2) calc(var(--main_padding) + (var(--main_padding)/2))}.page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-top .menu-close-block{--icon_block_size:var(--header_height);--icon_svg_size:24px;background:var(--green_light);color:var(--header_color)}.menu-is-opened .page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-top .menu-close-block:before{content:'';display:block;position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}}@media (min-width:1025px){.page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-top .menu-close-block{display:none}}@media (max-width:1024px){.page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-content{overflow-y:auto;overflow-x:hidden}.page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-content::-webkit-scrollbar{width:4px}.page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-content::-webkit-scrollbar:horizontal{height:4px}.page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-content::-webkit-scrollbar-track{background-color:transparent;border-radius:4px}.page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-content::-webkit-scrollbar-thumb{background-color:var(--green);border-radius:4px}.page-header .header-container .header-mobile-sidebar-container .header-mobile-sidebar-content::-webkit-scrollbar-thumb:hover{background-color:var(--green)}}.page-header .menu-toggle-block{color:var(--header_color);--icon_block_size:40px}.page-header .menu-toggle-block svg{width:100%;height:100%}@media (min-width:1025px){.page-header .menu-toggle-block{display:none}}.page-header .logo-container{margin:0 10px;overflow:hidden}@media (min-width:1025px){.page-header .logo-container{margin:32px 0;grid-column:6;grid-row:1}}.page-header .logo-container,.page-header .logo-container .logo{height:var(--header_logo_height)}.page-header .logo-container .logo{display:flex;align-items:center}.page-header .logo-container img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.page-header .logo-container .default-logo{display:none}.page-header .logo-container .additional-logo{display:block}@media (min-width:1025px){.page-header .logo-container .default-logo{display:block}.page-header .logo-container .additional-logo{display:none}}.page-header .header-phones-container .phones-dropdown-toggle .header-action-block{--icon_block_size:var(--header_height);--icon_svg_size:24px}.page-header .header-phones-container .phones-dropdown-content{display:none}.page-header .header-phones-container.open .phones-dropdown-content{display:flex}@media (max-width:1024px){.page-header .header-phones-container[data-dropdown-container]{position:static}.page-header .header-phones-container .phones-dropdown-toggle{color:var(--header_color);transition:background .3s}.page-header .header-phones-container .phones-dropdown-toggle[data-dropdown-toggle]{background:0 0}.page-header .header-phones-container .phones-dropdown-toggle .phone,.page-header .header-phones-container .phones-dropdown-toggle .arrow-block{display:none}.page-header .header-phones-container .phones-dropdown-content{padding:10px var(--main_padding);text-align:center;background-color:#f1f1f1;align-items:center;flex-wrap:wrap;justify-content:center;font-size:18px;line-height:1;color:var(--green);font-weight:600}.page-header .header-phones-container .phones-dropdown-content .phone a{text-decoration:underline}.page-header .header-phones-container .phones-dropdown-content .phone+.phone{margin-left:20px}.page-header .header-phones-container.open .phones-dropdown-toggle{background:#26a851}}@media (min-width:1025px){.page-header .header-phones-container{grid-column:7/span 4;grid-row:1;display:flex;justify-content:flex-end;align-items:center;font-size:16px;line-height:20px;font-weight:600;color:var(--green)}.page-header .header-phones-container .phones-dropdown-toggle{box-sizing:border-box;display:flex;justify-content:flex-start;padding:15px;width:186px}.page-header .header-phones-container .phones-dropdown-toggle .header-action-block{display:none}.page-header .header-phones-container .phones-dropdown-toggle .icon-block{margin-left:5px;--icon_block_size:20px}.page-header .header-phones-container .phones-dropdown-toggle .angle-d{position:relative;z-index:1}.page-header .header-phones-container .phones-dropdown-content{top:0;width:186px;right:0;min-width:initial;left:auto;box-shadow:0px 1px 7px rgba(19,12,121,.15)}.page-header .header-phones-container .phones-dropdown-content span{display:block;padding:15px}.page-header .header-phones-container.open .phones-dropdown-toggle .angle-d{transform:rotateZ(180deg)}}.page-header .header-minicart-container,.page-header .header-minicart-container .minicart-wrapper{display:flex;align-items:center}@media (max-width:1024px){.page-header .header-minicart-container .showcart{--icon_block_size:var(--header_height);--icon_svg_size:30px;background:var(--green_light)}.page-header .header-minicart-container .showcart .text{display:none}}@media (min-width:1025px){.page-header .header-minicart-container{grid-column:10/span 2;grid-row:2}}.page-header .block-search{position:static}.page-header .block-search .search-toggle{color:var(--header_color)}.page-header .block-search .search-toggle .text{display:none}.page-header .block-search .minisearch{position:relative;height:100%;border-bottom:1px solid #c5ead0}.page-header .block-search .minisearch .field{height:100%}.page-header .block-search .minisearch .field .label{display:none}.page-header .block-search .minisearch .field .control{height:100%}.page-header .block-search .minisearch .field input{width:100%;height:100%;padding:0 74px 0 24px;border:none;box-sizing:border-box;font-size:14px !important;min-width:56px}.page-header .block-search .minisearch .field input::-webkit-search-cancel-button{display:none}.macintosh .page-header .block-search .minisearch .field input{-webkit-appearance:none}.page-header .block-search .minisearch .field input:focus{outline:none}.page-header .block-search .minisearch .actions{position:absolute;top:0;height:100%;right:var(--header_height)}.page-header .block-search .minisearch .actions button.search{background:0 0;border:none;width:50px;height:100%;outline:none;cursor:pointer;color:var(--header_color)}.page-header .block-search .minisearch .actions button.search .icon{position:relative;top:1px;width:30px;height:30px}.page-header .block-search .minisearch .actions button.search span{display:none}@media (max-width:1024px){.page-header .block-search.open svg{color:rgba(40,41,45,.2)}}.page-header .block-search .block-content{z-index:5;top:0;width:100%;height:var(--header_height)}.page-header .block-search .block-content .search-close{position:absolute;width:var(--header_height);height:var(--header_height);right:0;color:#434548;background:#fff;font-size:0;z-index:1}.page-header .block-search .block-content .search-close span{width:100%;height:100%;position:absolute;top:0;font-size:0}.page-header .block-search .block-content .search-close span:before,.page-header .block-search .block-content .search-close span:after{content:'';width:24px;height:2px;background-color:currentColor;position:absolute;left:calc(50% - 9px);top:calc(50% - 1px);transform:rotateZ(45deg)}.page-header .block-search .block-content .search-close span:after{transform:rotateZ(-45deg)}@media (min-width:1025px){.page-header .block-search{grid-column:1/span 7;grid-row:2;position:relative;border-radius:10px 0 0;background:var(--green)}.page-header .block-search .search-toggle,.page-header .block-search .search-close{display:none}.page-header .block-search .minisearch{border:none;height:100%;padding:17px 32px;box-sizing:border-box;max-width:664px}.page-header .block-search .minisearch .field .control{display:flex;align-items:center}.page-header .block-search .minisearch .field input{padding:0 16px;height:38px;background-color:rgba(255,255,255,.15);border-radius:30px;color:var(--header_color)}.page-header .block-search .minisearch .field input::placeholder{color:var(--header_color)}.page-header .block-search .minisearch .actions{width:24px;right:44px}.page-header .block-search .minisearch .actions button.search{width:100%}.page-header .block-search .minisearch .actions button.search .icon{width:24px;height:24px}.page-header .block-search .block-content{display:block;width:100%;background:0 0;position:static;height:72px}}.page-header .search-autocomplete{display:none;width:100% !important;position:absolute;z-index:11;top:100%;left:0;right:0;box-sizing:border-box;background:#fff;box-shadow:0px 10px 10px 0 rgba(0,0,0,.4)}.page-header .search-autocomplete .all-results{border-top:1px solid rgba(0,0,0,.1);display:flex;justify-content:center}.page-header .search-autocomplete .all-results .all-results-action{border:none;background:0 0;height:40px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#093;cursor:pointer}.d_desktop .page-header .search-autocomplete .all-results .all-results-action{transition:color .3s}.d_desktop .page-header .search-autocomplete .all-results .all-results-action:hover{color:#000}.page-header .search-autocomplete .brander-autocomplete-result .autocomplete-list-title{display:none}.page-header .search-autocomplete .brander-autocomplete-result .search-item{display:flex;box-sizing:border-box;padding:10px 20px}.d_desktop:not(.v_small_desktop) .page-header .search-autocomplete .brander-autocomplete-result .search-item{padding:15px 30px}.page-header .search-autocomplete .brander-autocomplete-result .search-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.page-header .search-autocomplete .brander-autocomplete-result .search-item .product-image-box{flex-shrink:0;width:50px;margin-right:15px}.page-header .search-autocomplete .brander-autocomplete-result .search-item .product-image-box a,.page-header .search-autocomplete .brander-autocomplete-result .search-item .product-image-box img{display:block}.page-header .search-autocomplete .brander-autocomplete-result .search-item .product-data-box{flex-grow:1}.d_desktop:not(.v_small_desktop) .page-header .search-autocomplete .brander-autocomplete-result .search-item .product-data-box{display:flex;align-items:center;justify-content:space-between}.page-header .search-autocomplete .brander-autocomplete-result .search-item .product-data-box .product-primary{flex-grow:1;margin:0 0 15px}.d_desktop:not(.v_small_desktop) .page-header .search-autocomplete .brander-autocomplete-result .search-item .product-data-box .product-primary{margin:0}.page-header .search-autocomplete .brander-autocomplete-result .search-item .product-data-box .product-primary .product-name{font-size:14px;color:#000}.page-header .search-autocomplete .brander-autocomplete-result .search-item .product-data-box .stock-block{flex-shrink:0;margin:0 0 15px;font-weight:700;font-size:12px}.page-header .search-autocomplete .brander-autocomplete-result .search-item .product-data-box .stock-block .stock.available{color:#34cc67}.page-header .search-autocomplete .brander-autocomplete-result .search-item .product-data-box .stock-block .stock.unavailable{color:#ff6060}.d_desktop:not(.v_small_desktop) .page-header .search-autocomplete .brander-autocomplete-result .search-item .product-data-box .stock-block{margin:0 0 0 15px}.page-header .search-autocomplete .brander-autocomplete-result .search-item .product-data-box .button{height:36px;border-radius:4px;font-weight:700;font-size:14px;letter-spacing:1.6px;padding:0 15px}.d_desktop:not(.v_small_desktop) .page-header .search-autocomplete .brander-autocomplete-result .search-item .product-data-box .button{margin-left:15px}@media (max-width:1024px){.page-header .search-autocomplete-inner{max-height:calc(100vh - var(--header_height));display:flex;flex-direction:column}.page-header .search-autocomplete-inner .brander-autocomplete-result{flex-grow:1;overflow-y:auto;overflow-x:hidden}.page-header .search-autocomplete-inner .brander-autocomplete-result::-webkit-scrollbar{width:4px}.page-header .search-autocomplete-inner .brander-autocomplete-result::-webkit-scrollbar:horizontal{height:4px}.page-header .search-autocomplete-inner .brander-autocomplete-result::-webkit-scrollbar-track{background-color:transparent}.page-header .search-autocomplete-inner .brander-autocomplete-result::-webkit-scrollbar-thumb{background-color:#093}.page-header .search-autocomplete-inner .brander-autocomplete-result::-webkit-scrollbar-thumb:hover{background-color:#093}}@media (min-width:1025px){.page-header .search-autocomplete{border-radius:0 0 10px 10px;border:3px solid #093;top:calc(100% - 3px);width:calc(100% - 32px)!important}}.page-header .switcher-language{--buttonSize:40px;--h_gap:0;--currentColor:var(--header_color);--currentBackground:rgba(255,255,255,.1);--defaultColor:rgba(255,255,255,.5);--containerMR:calc((var(--main_padding)*0.75)*-1);order:2;margin-left:auto}.page-header .switcher-language .language-inner{display:flex;align-items:center;margin-right:var(--containerMR)}.page-header .switcher-language .lang-item{display:flex;align-items:center;justify-content:center;width:var(--buttonSize);height:var(--buttonSize);border-radius:50%;cursor:pointer;text-transform:uppercase;font-weight:600;font-size:14px;line-height:17px}.page-header .switcher-language .lang-item.current{color:var(--currentColor);background:var(--currentBackground)}.page-header .switcher-language .lang-item:not(.current){color:var(--defaultColor)}.d_desktop .page-header .switcher-language .lang-item:not(.current){transition:color .3s}.d_desktop .page-header .switcher-language .lang-item:not(.current):hover{color:var(--green)}.page-header .switcher-language .lang-item a{transition:none}.page-header .switcher-language .lang-item+.lang-item{margin-left:var(--h_gap)}@media (min-width:1025px){.page-header .switcher-language{grid-column:11;grid-row:1;--buttonSize:49px;--h_gap:7px;--currentColor:#888f8d;--currentBackground:#e9f6ed;--defaultColor:#000;--containerMR:calc((var(--main_padding)*0.42)*-1)}}.page-header .header-catalog-container .catalog-trigger-block{display:none}.page-header .header-catalog-container .categories-list{--gridBorderColor:#c5ead0}@media (max-width:1024px){.page-header .header-catalog-container .categories-list{display:grid;grid-template-columns:1fr 1fr;align-items:end;border-bottom:1px solid var(--gridBorderColor)}.page-header .header-catalog-container .categories-list .advancedmenu-wrap[data-dropdown-container]{background:0 0;position:static;overflow:visible;--maxHeight:0px}.page-header .header-catalog-container .categories-list .advancedmenu-wrap[data-dropdown-container].open{--maxHeight:500px}.page-header .header-catalog-container .categories-list .advancedmenu-wrap[data-dropdown-container].open>[data-dropdown-toggle]{background:0 0}.page-header .header-catalog-container .categories-list .advancedmenu-wrap[data-dropdown-container].open>.advancedmenu-content[data-dropdown-content]{right:0}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;height:134px;font-weight:500;font-size:12px;line-height:15px;text-align:center;margin-bottom:-1px;border-width:0 1px 1px 0;border-style:solid;border-color:var(--gridBorderColor)}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link .item-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin-bottom:5px}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link .item-icon svg,.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link .item-icon img{width:100%;height:100%;object-fit:contain;fill:currentColor}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link .name{display:block;max-width:130px}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link .arrow-block{position:absolute;left:0;top:0;width:100%;height:100%}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-content[data-dropdown-content]{top:var(--header_height)}.page-header .header-catalog-container .categories-list .advancedmenu-content[data-dropdown-content]{background:var(--green);display:flex;flex-direction:column;top:0;left:auto;right:100%;height:calc(100% - var(--header_height));transition:right .3s;z-index:1;transform:translate3d(0,0,0)}.page-header .header-catalog-container .categories-list .advancedmenu-content .close-block{flex-shrink:0}.page-header .header-catalog-container .categories-list .advancedmenu-content .close-block .icon-block{padding:var(--main_padding) calc(var(--main_padding)*1.5);box-sizing:border-box;width:100%;height:auto;color:var(--header_color);justify-content:flex-start;font-weight:600;font-size:20px;line-height:24px;border-bottom:1px solid rgba(255,255,255,.1)}.page-header .header-catalog-container .categories-list .advancedmenu-content .close-block .icon-block:before{content:'';border:solid currentColor;border-width:0 2px 2px 0;display:inline-block;padding:4px;border-radius:2px;transform:rotate(135deg);margin-right:10px}.page-header .header-catalog-container .categories-list .advancedmenu-content .close-block .advancedmenu-link{display:none;align-items:center;justify-content:flex-start;padding:var(--main_padding) calc(var(--main_padding)*1.5);background:var(--background);font-weight:500;font-size:16px;line-height:20px;margin-top:-1px}.page-header .header-catalog-container .categories-list .advancedmenu-content .close-block .advancedmenu-link .name{width:100%}.page-header .header-catalog-container .categories-list .advancedmenu-content .close-block .advancedmenu-link .item-icon{width:40px;height:40px;flex-shrink:0;margin-right:16px}.page-header .header-catalog-container .categories-list .advancedmenu-content .close-block .advancedmenu-link .item-icon svg,.page-header .header-catalog-container .categories-list .advancedmenu-content .close-block .advancedmenu-link .item-icon img{width:100%;height:100%;object-fit:contain;fill:currentColor}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-list{flex-grow:1;padding:var(--main_padding) calc(var(--main_padding)*2) var(--main_padding) calc(var(--main_padding)*1.5);overflow-y:auto;overflow-x:hidden}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-list::-webkit-scrollbar{width:4px}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-list::-webkit-scrollbar:horizontal{height:4px}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-list::-webkit-scrollbar-track{background-color:transparent;border-radius:4px}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-list::-webkit-scrollbar-thumb{background-color:var(--green);border-radius:4px}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-list::-webkit-scrollbar-thumb:hover{background-color:var(--green)}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-wrap>.advancedmenu-link{font-weight:600;font-size:14px;color:var(--header_color);width:100%;justify-content:flex-start;align-items:stretch;line-height:20px}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-wrap>.advancedmenu-link .name{width:100%;padding:var(--main_padding) 0;display:block}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-wrap>.advancedmenu-link .item-icon{display:none}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-wrap>.advancedmenu-link .arrow-block{height:initial;width:100%;min-width:var(--icon_block_size);margin-left:10px;justify-content:flex-end;align-items:center}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-wrap>.advancedmenu-link .arrow-block:before{content:'';border:solid currentColor;border-width:0 2px 2px 0;display:inline-block;padding:4px;border-radius:2px;transform:rotate(-45deg);transition:transform .3s}.page-header .header-catalog-container .categories-list .advancedmenu-content.level0>.close-block .advancedmenu-link{display:flex}.page-header .header-catalog-container .categories-list .advancedmenu-content.level1{height:100%}.page-header .header-catalog-container .categories-list .advancedmenu-content.level1 .advancedmenu-list .advancedmenu-link .name{padding:8px 0;display:inline-flex}.page-header .header-catalog-container .categories-list .advancedmenu-content.level1 .advancedmenu-wrap.open>.advancedmenu-link .name{width:auto;border-bottom:1px solid rgba(233,246,237,.3)}.page-header .header-catalog-container .categories-list .advancedmenu-content.level1 .advancedmenu-wrap.open>.advancedmenu-link .arrow-block:before{transform:rotate(45deg)}.page-header .header-catalog-container .categories-list .advancedmenu-content.level2{position:static;overflow:hidden;max-height:var(--maxHeight);transition:max-height .3s}.page-header .header-catalog-container .categories-list .advancedmenu-content.level2 .close-block{display:none}.page-header .header-catalog-container .categories-list .advancedmenu-content.level2 .advancedmenu-list{overflow-y:hidden;padding:0}.page-header .header-catalog-container .categories-list .advancedmenu-content.level2 .advancedmenu-list li:last-child{margin-bottom:8px}.page-header .header-catalog-container .categories-list .advancedmenu-content.level2 .advancedmenu-list .advancedmenu-link .name{width:auto;font-weight:400;font-size:12px;line-height:24px;border-bottom:1px solid rgba(233,246,237,.3)}}@media (min-width:1025px){.page-header .header-catalog-container .categories-list{display:flex;align-items:stretch;--indent:calc(var(--main_padding)*1.2);--height:508px;--maxHeight:calc(100vh - 342px)}.page-header .header-catalog-container .categories-list .advancedmenu-wrap[data-dropdown-container]{background:0 0;position:static;overflow:visible}.page-header .header-catalog-container .categories-list .advancedmenu-wrap[data-dropdown-container].open>[data-dropdown-toggle]{background:0 0}.page-header .header-catalog-container .categories-list .advancedmenu-wrap[data-dropdown-container]:not(.open)>.advancedmenu-content{display:none}.page-header .header-catalog-container .categories-list .close-block{display:none}.page-header .header-catalog-container .categories-list .level-top{width:100%;display:flex;flex-direction:column}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap{display:flex;flex-direction:column;flex-grow:1;transition:background .3s}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link{flex-grow:1;padding:var(--indent) 10px;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;font-weight:600;font-size:12px;line-height:15px;text-align:center;border-width:2px 0;border-style:solid;border-color:transparent;box-sizing:border-box;min-height:146px;transition:border .3s,min-height .3s}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link .item-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin-bottom:8px;transition:.3s;overflow:hidden}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link .item-icon svg,.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link .item-icon img{width:100%;height:100%;object-fit:contain;fill:currentColor;flex-shrink:0}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link .name{display:block;max-width:130px}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link .arrow-block{position:absolute;left:0;top:0;width:100%;height:100%}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap.open:before{content:'';display:block;position:absolute;left:0;top:100%;width:100%;height:calc(var(--height)/3)}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap.open,.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap:hover{background:#e9f6ed}.page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap:not([data-dropdown-container])>.advancedmenu-content{display:none}.page-header .header-catalog-container .categories-list .level-top+.level-top>.advancedmenu-wrap>.advancedmenu-link:before{content:'';position:absolute;left:0;width:1px;background:var(--gridBorderColor);top:var(--indent);height:calc(100% - (var(--indent)*2));transition:.3s}.page-header .header-catalog-container .categories-list .advancedmenu-content{--top:calc(100% + 27px);--left:27px;--width:25.08%;--background:var(--green);--linkSize:16px;--linkWeight:500;--activeLinkBackground:var(--green_middle);--wrapLeft:calc(var(--left)*-1);--wrapTop:calc(var(--left)*-1);--wrapWidth:calc(100% + var(--left));--wrapHeight:calc(var(--left) + 1px);padding:30px 0;width:var(--width);height:var(--height);max-height:var(--maxHeight);left:var(--left);top:var(--top);background:var(--background);min-width:auto;position:absolute;transition:top .3s,left .3s,max-height .3s}.page-header .header-catalog-container .categories-list .advancedmenu-content:before{content:'';position:absolute;left:var(--wrapLeft);top:var(--wrapTop);width:var(--wrapWidth);height:var(--wrapHeight)}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-link{min-height:50px;padding:5px 48px;line-height:1.25;font-size:var(--linkSize);font-weight:var(--linkWeight);display:flex;align-items:center;width:100%;justify-content:flex-start;color:var(--header_color);transition:background .3s;position:relative;box-sizing:border-box}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-link:before{content:'';width:0;height:0;border-style:solid;border-width:25px 0 25px 16px;border-color:transparent transparent transparent var(--activeLinkBackground);position:absolute;left:100%;top:50%;transform:translateY(-50%);opacity:0;transition:opacity .3s;pointer-events:none}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-link .name{text-decoration:underline;text-decoration-color:rgba(233,246,237,.3);text-underline-offset:4px;transition:text-decoration-color .3s}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-link .icon-block{display:none}.page-header .header-catalog-container .categories-list .advancedmenu-content span.advancedmenu-link .name{text-decoration:none}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-list{overflow-x:hidden;max-height:100%;box-sizing:border-box;padding-right:16px;width:calc(100% + 16px);-ms-overflow-style:none;scrollbar-width:none}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-list::-webkit-scrollbar{display:none}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-wrap.open>.advancedmenu-link,.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-wrap:hover>.advancedmenu-link{background:var(--activeLinkBackground);font-weight:700;font-size:16px}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-wrap.open>.advancedmenu-link .name,.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-wrap:hover>.advancedmenu-link .name{text-decoration-color:transparent}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-wrap.open>.advancedmenu-link:before{opacity:1}.page-header .header-catalog-container .categories-list .advancedmenu-content .advancedmenu-content{--top:0 !important;--left:calc(100% + 24px) !important;--width:100%;--background:#13a042;--linkSize:14px;--linkWeight:400;--height:100%;--activeLinkBackground:#1fa54b;--wrapLeft:-24px;--wrapTop:0;--wrapWidth:25px;--wrapHeight:100%}.sticky .page-header .header-catalog-container .categories-list,body:not(.cms-home) .page-header .header-catalog-container .categories-list{--indent:20px}.sticky .page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link,body:not(.cms-home) .page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link{border-bottom-color:rgba(3,152,47,.2);min-height:74px}.sticky .page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link .item-icon,body:not(.cms-home) .page-header .header-catalog-container .categories-list .level-top>.advancedmenu-wrap>.advancedmenu-link .item-icon{opacity:0;margin-bottom:0;height:0}.sticky .page-header .header-catalog-container .categories-list .level-top+.level-top>.advancedmenu-wrap>.advancedmenu-link:before,body:not(.cms-home) .page-header .header-catalog-container .categories-list .level-top+.level-top>.advancedmenu-wrap>.advancedmenu-link:before{height:48px;top:50%;transform:translateY(-50%)}.sticky .page-header .header-catalog-container .categories-list .advancedmenu-content,body:not(.cms-home) .page-header .header-catalog-container .categories-list .advancedmenu-content{--top:100%;--left:0}body:not(.cms-home) .page-header .header-catalog-container .categories-list{--maxHeight:calc(100vh - 260px)}.sticky .page-header .header-catalog-container .categories-list{--maxHeight:calc(100vh - 186px)!important}}@media (min-width:1025px){.page-header .header-catalog-container{position:relative;grid-column:1/span 11;grid-row:3}}@media (max-width:1024px){.page-header .header-pages-container{padding:calc(var(--main_padding)*1.5) calc(var(--main_padding)*1.5) calc(var(--main_padding)*2);font-weight:500;font-size:14px;line-height:30px}.page-header .header-pages-container li+li{margin-top:8px}}@media (min-width:1025px){.page-header .header-pages-container{grid-column:1/span 5;grid-row:1;font-weight:500;font-size:12px;line-height:24px}.page-header .header-pages-container .navigation{display:flex;align-items:center;flex-wrap:wrap}.page-header .header-pages-container .header-pages-nav-item{color:var(--green)}.d_desktop .page-header .header-pages-container .header-pages-nav-item{transition:color .3s}.d_desktop .page-header .header-pages-container .header-pages-nav-item:hover{color:#000}.page-header .header-pages-container li:not(:last-child){margin-right:16px}}.page-header .wishlist-block-wrapper .count,.page-header .compare-block-wrapper .count{display:block;position:absolute;left:100%;top:0;font-size:12px;line-height:15px;font-weight:600}@media (max-width:1024px){.page-header .wishlist-block-wrapper,.page-header .compare-block-wrapper{color:var(--header_color)}}@media (min-width:1025px){.page-header .wishlist-block-wrapper,.page-header .compare-block-wrapper{background:var(--green);height:100%;grid-row:2}.page-header .wishlist-block-wrapper>.icon-block,.page-header .compare-block-wrapper>.icon-block{color:var(--header_color);width:100%;height:100%;position:relative;cursor:pointer}.page-header .wishlist-block-wrapper>.icon-block:before,.page-header .compare-block-wrapper>.icon-block:before{content:'';display:block;width:1px;height:38px;position:absolute;background:rgba(255,255,255,.5);left:0;top:50%;transform:translateY(-50%)}.page-header .wishlist-block-wrapper>.icon-block svg,.page-header .compare-block-wrapper>.icon-block svg{width:30px;height:30px}.page-header .wishlist-block-wrapper .count,.page-header .compare-block-wrapper .count{left:45px;bottom:43px;top:auto}.page-header .wishlist-block-wrapper.open>.icon-block,.page-header .compare-block-wrapper.open>.icon-block,.page-header .wishlist-block-wrapper:hover>.icon-block,.page-header .compare-block-wrapper:hover>.icon-block{background:#26a851 !important}.page-header .wishlist-block-wrapper.open>.icon-block svg,.page-header .compare-block-wrapper.open>.icon-block svg,.page-header .wishlist-block-wrapper:hover>.icon-block svg,.page-header .compare-block-wrapper:hover>.icon-block svg{fill:var(--header_color)}}@media (min-width:1025px){.page-header .wishlist-block-wrapper{grid-column:9}}.page-header .compare-block-wrapper[data-dropdown-container].open>[data-dropdown-toggle]{background:0 0}.page-header .compare-block-wrapper .link-to-compare{position:absolute;width:100%;height:100%;pointer-events:all !important}.page-header .compare-block-wrapper .link-to-compare span{display:none}@media (min-width:1025px){.page-header .compare-block-wrapper .link-to-compare{display:none}}@media (max-width:1024px){.page-header .compare-block-wrapper [data-dropdown-content]{display:none}}@media (min-width:1025px){.page-header .compare-block-wrapper{grid-column:8}.page-header .compare-block-wrapper:not([data-dropdown-container]) .block-compare{display:none}.page-header .compare-block-wrapper a{text-decoration:none}.page-header .compare-block-wrapper span.icon-compare{display:none}.page-header .compare-block-wrapper .block-compare{width:400px;border-radius:0 0 16px 16px;background-color:#26a851;padding:30px 20px 20px 30px;color:var(--header_color);left:auto;right:0}.page-header .compare-block-wrapper .block-compare .block-title{font-weight:700;font-size:18px;line-height:22px;margin-bottom:20px}.page-header .compare-block-wrapper .block-compare .empty{margin-bottom:10px}.page-header .compare-block-wrapper ol{list-style:none;padding:0 5px 0 0;margin:0 -5px 0 0;max-height:calc(100vh - var(--headerTopHeight) - var(--headerBottomHeight) - 30px - 42px - 20px - 75px - 100px);overflow-y:auto;overflow-x:hidden}.page-header .compare-block-wrapper ol::-webkit-scrollbar{width:4px}.page-header .compare-block-wrapper ol::-webkit-scrollbar:horizontal{height:4px}.page-header .compare-block-wrapper ol::-webkit-scrollbar-track{background-color:transparent}.page-header .compare-block-wrapper ol::-webkit-scrollbar-thumb{background-color:#fff}.page-header .compare-block-wrapper ol::-webkit-scrollbar-thumb:hover{background-color:#fff}.page-header .compare-block-wrapper .product-item{position:relative;margin-bottom:20px;font-size:13px;font-weight:500;padding-right:25px}.page-header .compare-block-wrapper .delete{width:20px;height:20px;position:absolute;top:0;right:0}.page-header .compare-block-wrapper .delete:before,.page-header .compare-block-wrapper .delete:after{position:absolute;top:calc(50% - 1px);content:'';width:100%;height:2px;background-color:rgba(255,255,255,.4);transform:rotateZ(45deg)}.page-header .compare-block-wrapper .delete:after{transform:rotateZ(-45deg)}.page-header .compare-block-wrapper .delete span{display:none}.page-header .compare-block-wrapper .actions-toolbar{display:flex;align-items:center;margin-top:30px}.page-header .compare-block-wrapper .actions-toolbar>*{width:50%}.page-header .compare-block-wrapper .actions-toolbar .primary{color:var(--green)}.page-header .compare-block-wrapper .actions-toolbar .secondary{display:flex;align-items:center;justify-content:center;font-weight:600}.page-header .compare-block-wrapper .link-to-compare{position:absolute;width:100%;height:100%;pointer-events:auto !important}.d_desktop.no-touch .page-header .compare-block-wrapper .link-to-compare{display:none}.page-header .compare-block-wrapper .link-to-compare span{display:none}}.page-footer{font-size:14px;background-color:#093;content-visibility:auto}.page-footer a{text-decoration:none}.page-footer .footer{color:#fff;padding:60px 24px 40px;display:grid;grid-template-columns:1fr 1fr;grid-gap:40px 30px}.d_desktop .page-footer .footer{margin-left:auto;margin-right:auto;padding-left:var(--containerPadding);padding-right:var(--containerPadding);max-width:var(--msw);box-sizing:border-box;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-gap:40px 20px;padding-top:50px;padding-bottom:50px}.page-footer .footer-pages-nav .title,.page-footer .footer-categories .category-title,.page-footer .store-address-hours .info-title{display:block;font-weight:700;font-size:15px;line-height:18px;letter-spacing:.8px;text-transform:uppercase;margin-bottom:20px;color:#fff}.page-footer .footer-pages-nav ul.navigation,.page-footer .footer-categories .category-items{list-style:none;margin:0;padding:0;color:rgba(255,255,255,.6);display:grid;grid-row-gap:15px}.page-footer .store-address-hours{color:rgba(255,255,255,.6)}.page-footer .store-address-hours span{display:block}.page-footer .store-address-hours .work-hours{margin-top:15px}.page-footer .store-phone-list{color:#fff;font-weight:600}.page-footer .store-phone-list span{display:block;margin-bottom:10px}.page-footer .shop-social-links p{display:none}.page-footer .social-links-items{list-style:none;margin:0;padding:0}.page-footer .social-links-items .social-item{margin:0 15px 0 0}.page-footer .social-links-items .social-item a{background-color:#26a851;border-radius:16px}.page-footer .social-links-items .social-item a svg{fill:#fff}.page-footer .social-links-items .soc-icon{padding:8px}.page-footer .shop-partners-info{padding:0}.page-footer .shop-partners-info .description{display:none}.page-footer .shop-partners-info .list{list-style:none;padding:0;margin:20px 0 0;display:flex}.page-footer .shop-partners-info .list .item{margin-right:15px}.page-footer .shop-partners-info img{display:block}.page-footer .footer-wrap-column-1{grid-column:span 2}@media screen and (min-width:1024px){.page-footer .footer-wrap-column-1{grid-column:span 1;margin-bottom:0}}.page-footer .footer-wrap-column-1 a{display:block}.page-footer .footer-wrap-column-1 img{display:block;width:137px;height:26px}@media screen and (min-width:1024px){.page-footer .footer-wrap-column-2,.page-footer .footer-wrap-column-3,.page-footer .footer-wrap-column-4{grid-row:span 2}}.page-footer .footer-wrap-column-5{color:#fff}.page-footer .footer-wrap-column-5 .footer-call-button{font-weight:500;font-size:13px;line-height:16px;color:#ffb600;cursor:pointer}.page-footer .footer-wrap-column-6{display:flex;align-items:flex-end}.page-footer .copyright,.page-footer .development-by{display:block;font-weight:500;font-size:12px;line-height:15px;color:rgba(255,255,255,.6)}.page-footer .copyright svg,.page-footer .development-by svg{display:inline-block;width:64px;height:9px;fill:currentColor}.page-footer .copyright{margin-bottom:5px}.page-footer .up-button{position:fixed;right:30px;bottom:30px;width:70px;height:70px;background:#093;border-radius:50%;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;z-index:400;color:#fff;cursor:pointer;box-shadow:0px 4px 4px 0 rgba(40,42,106,.25),0px 4px 5px 0 #fff;transition:opacity .3s,visibility .3s}.d_mobile .page-footer .up-button{right:15px;bottom:15px;width:50px;height:50px}.page-footer .up-button.active{visibility:visible;opacity:1}.page-footer .up-button svg{transform:rotateZ(-180deg);width:52px;height:52px}.d_mobile .page-footer .up-button svg{width:30px;height:30px}.modal-popup{z-index:500;width:100%;display:flex;align-items:center;justify-content:center;pointer-events:none}.modal-popup._show{z-index:502}.modal-popup .modal-inner-wrap{width:90%;max-height:90%;max-width:480px;border-radius:16px;padding:50px;margin:0 auto;overflow:visible}.v_small_mobile .modal-popup .modal-inner-wrap{padding:24px}@media screen and (max-width:768px){.modal-popup .modal-inner-wrap{padding:40px 24px;width:calc(100% - 60px);max-width:380px}}.modal-popup .action-close{width:48px;height:48px;background-color:#093;color:#fff;border-radius:50%;box-shadow:-2px 2px 7px rgba(31,26,99,.3);right:-24px;top:-24px;margin:0;cursor:pointer}.d_desktop .modal-popup .action-close:hover{background-color:#009934}.modal-popup .action-close:focus{background-color:#009934}.modal-popup .action-close:before,.modal-popup .action-close:after{content:'';position:absolute;width:50%;height:2px;background-color:currentColor;left:25%;top:calc(50% - 1px);transform:rotateZ(45deg);color:currentColor}.modal-popup .action-close:after{transform:rotateZ(-45deg)}.modal-popup .action-primary{font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none;color:#fff;background:#093;border:2px solid #093}.modal-popup .action-primary.disabled{pointer-events:none;opacity:.5}.modal-popup .action-primary.disabled{background:#f1f1f1;border-color:#f1f1f1;color:#adacbb;opacity:1}.d_mobile .modal-popup .action-primary:active{background-color:#26a851;border-color:#26a851}.d_desktop .modal-popup .action-primary:hover{background-color:#26a851;border-color:#26a851}.d_desktop .modal-popup .action-primary:active{border-color:#093;background:#093}.modal-popup .action-secondary{font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none;color:#fff;background:#093;border:2px solid #093}.modal-popup .action-secondary.disabled{pointer-events:none;opacity:.5}.modal-popup .action-secondary.disabled{background:#f1f1f1;border-color:#f1f1f1;color:#adacbb;opacity:1}.d_mobile .modal-popup .action-secondary:active{background-color:#26a851;border-color:#26a851}.d_desktop .modal-popup .action-secondary:hover{background-color:#26a851;border-color:#26a851}.d_desktop .modal-popup .action-secondary:active{border-color:#093;background:#093}.modal-popup .modal-header,.modal-popup .modal-content,.modal-popup .modal-footer{padding:0}.modal-popup .modal-header .modal-title{margin:0;padding:0 0 25px;border:none;font-weight:500;font-size:24px;line-height:1.2;color:#000}.modal-popup .modal-content{overflow-y:auto;overflow-x:hidden;min-height:100px;width:calc(100% + 15px);padding-right:15px;box-sizing:border-box}.modal-popup .modal-content::-webkit-scrollbar{width:4px}.modal-popup .modal-content::-webkit-scrollbar:horizontal{height:4px}.modal-popup .modal-content::-webkit-scrollbar-track{background-color:transparent}.modal-popup .modal-content::-webkit-scrollbar-thumb{background-color:#d7d5e7}.modal-popup .modal-content::-webkit-scrollbar-thumb:hover{background-color:#d7d5e7}.modal-popup:not(.product-page-popup) .modal-content fieldset{border:none;display:block}.modal-popup:not(.product-page-popup) .modal-content .field{--inputHeight:50px;--padding:20px;--borderRadius:16px;--fieldsBg:#f1f1f1}.modal-popup:not(.product-page-popup) .modal-content .field:not(.choice) .label{display:none}.modal-popup:not(.product-page-popup) .modal-content .field.captcha{display:flex;flex-direction:column}.modal-popup:not(.product-page-popup) .modal-content .field.captcha .compose-wrap{order:-1;margin-bottom:15px}.modal-popup:not(.product-page-popup) .modal-content .field input:not([type=radio]):not([type=checkbox]),.modal-popup:not(.product-page-popup) .modal-content .field textarea{display:block;width:100%;box-sizing:border-box;border:none;padding:0 var(--padding);font-weight:600;font-size:16px}.modal-popup:not(.product-page-popup) .modal-content .field input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,.modal-popup:not(.product-page-popup) .modal-content .field textarea::-webkit-input-placeholder{color:rgba(0,0,0,.6);opacity:1}.modal-popup:not(.product-page-popup) .modal-content .field input:not([type=radio]):not([type=checkbox])::-moz-placeholder,.modal-popup:not(.product-page-popup) .modal-content .field textarea::-moz-placeholder{color:rgba(0,0,0,.6);opacity:1}.modal-popup:not(.product-page-popup) .modal-content .field input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,.modal-popup:not(.product-page-popup) .modal-content .field textarea:-ms-input-placeholder{color:rgba(0,0,0,.6);opacity:1}.modal-popup:not(.product-page-popup) .modal-content .field input:not([type=radio]):not([type=checkbox]):-moz-placeholder,.modal-popup:not(.product-page-popup) .modal-content .field textarea:-moz-placeholder{color:rgba(0,0,0,.6);opacity:1}.modal-popup:not(.product-page-popup) .modal-content .field input:not([type=radio]):not([type=checkbox]):-webkit-autofill,.modal-popup:not(.product-page-popup) .modal-content .field textarea:-webkit-autofill{-webkit-text-fill-color:#fff;box-shadow:inset 0 0 0 500px var(--fieldsBg)}.modal-popup:not(.product-page-popup) .modal-content .field input{height:var(--inputHeight);font-size:14px;outline:none;transition:border-color .3s}.modal-popup:not(.product-page-popup) .modal-content .field .phonemask-validation{-webkit-appearance:none}.modal-popup:not(.product-page-popup) .modal-content .field textarea{-webkit-appearance:none;border-radius:var(--borderRadius);resize:vertical;min-height:170px;padding:var(--padding);background:var(--fieldsBg)}.modal-popup:not(.product-page-popup) .modal-content .field textarea.mage-error{box-shadow:0px 2px 0px rgba(255,95,95,.36)}.modal-popup:not(.product-page-popup) .modal-content .field [id=password-strength-meter-container]{margin-top:5px;font-size:14px}.modal-popup:not(.product-page-popup) .modal-content .field [id=password-strength-meter-container] span{color:red}.modal-popup:not(.product-page-popup) .modal-content .field [id=password-strength-meter-container].password-very-strong span{color:#50c83a}.modal-popup:not(.product-page-popup) .modal-content .password-wrap{position:relative}.modal-popup:not(.product-page-popup) .modal-content .password-wrap .icon{position:absolute;z-index:2;top:50%;right:10px;margin-top:-12px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;visibility:visible;opacity:1;transition:opacity .3s,visibility .3s}.modal-popup:not(.product-page-popup) .modal-content .password-wrap input[type=password][style*="display: none"]~.icon,.modal-popup:not(.product-page-popup) .modal-content .password-wrap input[type=password][style*="display:none"]~.icon{display:none}.modal-popup:not(.product-page-popup) .modal-content .password-wrap input[type=password]~.icon-eye-disabled{visibility:hidden;opacity:0}.modal-popup:not(.product-page-popup) .modal-content .password-wrap input[type=text]~.icon-eye{visibility:hidden;opacity:0}.modal-popup:not(.product-page-popup) .modal-content button{font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none;color:#fff;background:#093;border:2px solid #093}.modal-popup:not(.product-page-popup) .modal-content button.disabled{pointer-events:none;opacity:.5}.modal-popup:not(.product-page-popup) .modal-content button.disabled{background:#f1f1f1;border-color:#f1f1f1;color:#adacbb;opacity:1}.d_mobile .modal-popup:not(.product-page-popup) .modal-content button:active{background-color:#26a851;border-color:#26a851}.d_desktop .modal-popup:not(.product-page-popup) .modal-content button:hover{background-color:#26a851;border-color:#26a851}.d_desktop .modal-popup:not(.product-page-popup) .modal-content button:active{border-color:#093;background:#093}.modal-popup:not(.product-page-popup) .modal-content .field{margin-bottom:30px}.v_small_mobile .modal-popup:not(.product-page-popup) .modal-content .field{margin-bottom:15px}.v_small_mobile .modal-popup:not(.product-page-popup) .modal-content .field:last-of-type{margin-bottom:0}.modal-popup:not(.product-page-popup) .modal-content .field .label{display:none}.modal-popup:not(.product-page-popup) .modal-content form button{width:100%}.modal-popup:not(.product-page-popup) .modal-content [id=contact-call-back-form] textarea{resize:none}.modal-popup .modal-footer{padding-top:20px}.modal-popup .modal-footer .action-primary{font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none;color:#fff;background:#093;border:2px solid #093;width:100%}.modal-popup .modal-footer .action-primary.disabled{pointer-events:none;opacity:.5}.modal-popup .modal-footer .action-primary.disabled{background:#f1f1f1;border-color:#f1f1f1;color:#adacbb;opacity:1}.d_mobile .modal-popup .modal-footer .action-primary:active{background-color:#26a851;border-color:#26a851}.d_desktop .modal-popup .modal-footer .action-primary:hover{background-color:#26a851;border-color:#26a851}.d_desktop .modal-popup .modal-footer .action-primary:active{border-color:#093;background:#093}.modal-popup .modal-footer .action-secondary{margin-top:20px;font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none;color:#093;background-color:transparent;border:2px solid #093;width:100%}.modal-popup .modal-footer .action-secondary.disabled{pointer-events:none;opacity:.5}.d_mobile .modal-popup .modal-footer .action-secondary:active{background-color:rgba(38,168,81,.2)}.d_desktop .modal-popup .modal-footer .action-secondary:hover{background-color:rgba(38,168,81,.2)}.d_desktop .modal-popup .modal-footer .action-secondary:active{background-color:transparent}.modal-popup.product-alert-popup .product-alert_title{font-weight:700;font-size:32px;line-height:39px;text-align:center;color:#000;margin-bottom:50px}@media screen and (max-width:768px){.modal-popup.product-alert-popup .product-alert_title{font-size:24px;line-height:29px}}.modal-popup.confirm .modal-inner-wrap{max-width:480px}@media screen and (max-width:768px){.modal-popup.confirm .modal-inner-wrap{max-width:380px}}.modal-popup.confirm .modal-inner-wrap .modal-content{padding:0;margin:0;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;font-weight:500}.modal-popup.confirm .modal-inner-wrap .modal-footer{width:100%;margin:40px 0 0;padding:0;display:flex;justify-content:space-between;margin:20px 0 0;flex-direction:column-reverse}.modal-popup.confirm .modal-inner-wrap .modal-footer button{margin:20px 0 0;width:100%}@media screen and (min-width:768px){.modal-popup.confirm .modal-inner-wrap .modal-footer{flex-direction:row-reverse}.modal-popup.confirm .modal-inner-wrap .modal-footer button{margin:0}.modal-popup.confirm .modal-inner-wrap .modal-footer .action-accept{width:100%}.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary{width:calc(50% - 10px)}.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary~.action-accept{width:calc(50% - 10px)}}.modal-popup.popup-authentication .block-title{font-weight:600;font-size:18px;line-height:22px;color:#000;margin-bottom:30px}.modal-popup.popup-authentication .block-authentication .message.message-error{text-align:right;font-size:12px;line-height:1;color:#ff6060;margin-bottom:5px}.modal-popup.popup-authentication .block-authentication .block-new-customer{margin-bottom:40px}.modal-popup.popup-authentication .block-authentication .block-new-customer .block-content{font-weight:500;font-size:14px;line-height:20px;color:#434548}.modal-popup.popup-authentication .block-authentication .block-new-customer .block-content p{margin-bottom:10px}.modal-popup.popup-authentication .block-authentication .block-new-customer .block-content ul{list-style:none;margin-bottom:20px}.modal-popup.popup-authentication .block-authentication .block-new-customer .block-content ul>li{position:relative;padding-left:15px}.modal-popup.popup-authentication .block-authentication .block-new-customer .block-content ul>li:before{content:'';position:absolute;left:0;width:6px;height:6px;top:7px;background-color:#093;border-radius:50%}.modal-popup.popup-authentication .block-authentication .block-new-customer .actions-toolbar .action-register{display:block;text-decoration:none;color:#093}.d_desktop .modal-popup.popup-authentication .block-authentication .block-new-customer .actions-toolbar .action-register{transition:color .3s}.d_desktop .modal-popup.popup-authentication .block-authentication .block-new-customer .actions-toolbar .action-register:hover{color:#000}.modal-popup.popup-authentication .block-authentication .block-customer-login .field{margin-bottom:15px}.modal-popup.popup-authentication .block-authentication .block-customer-login div.secondary{text-align:right;margin-bottom:15px}.modal-popup.popup-authentication .block-authentication .block-customer-login div.secondary .action{text-decoration:none;color:#093}.d_desktop .modal-popup.popup-authentication .block-authentication .block-customer-login div.secondary .action{transition:color .3s}.d_desktop .modal-popup.popup-authentication .block-authentication .block-customer-login div.secondary .action:hover{color:#000}.modal-popup.popup-authentication .block-authentication .block-customer-login .actions-toolbar{margin-bottom:40px}.d_mobile:not(.v_large_mobile) .modal-popup.popup-authentication .block-authentication .social-login-authentication-popup .account-social-login{flex-direction:column}.d_mobile:not(.v_large_mobile) .modal-popup.popup-authentication .block-authentication .social-login-authentication-popup .account-social-login .block-content{margin-bottom:20px}.d_mobile:not(.v_large_mobile) .modal-popup.popup-authentication .block-authentication .social-login-authentication-popup .account-social-login .block-note{max-width:unset}.modal-popup.credit-form-modal .modal-footer{display:flex;justify-content:space-between;flex-direction:column-reverse}.modal-popup.payment-credit-modal{--creditsPadding:40px}@media screen and (max-width:1024px){.modal-popup.payment-credit-modal{--creditsPadding:24px}}.modal-popup.payment-credit-modal .modal-inner-wrap{width:calc(100% - 60px);max-width:1150px;display:flex;flex-direction:column;padding:0}.modal-popup.payment-credit-modal .modal-header{padding:var(--creditsPadding)}.modal-popup.payment-credit-modal .modal-header .modal-title{padding:0}.modal-popup.payment-credit-modal .modal-content{padding:0;width:100%;display:flex;flex-direction:column;flex-grow:1;overflow:hidden;border-radius:0 0 16px 16px}.modal-popup.payment-credit-modal .modal-content .credit-popup-container,.modal-popup.payment-credit-modal .modal-content .credit-popup-content{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.modal-popup.payment-credit-modal .modal-content .credits-table{flex-grow:1;overflow-y:auto;overflow-x:hidden}.modal-popup.payment-credit-modal .modal-content .credits-table::-webkit-scrollbar{width:4px}.modal-popup.payment-credit-modal .modal-content .credits-table::-webkit-scrollbar:horizontal{height:4px}.modal-popup.payment-credit-modal .modal-content .credits-table::-webkit-scrollbar-track{background-color:transparent}.modal-popup.payment-credit-modal .modal-content .credits-table::-webkit-scrollbar-thumb{background-color:#093}.modal-popup.payment-credit-modal .modal-content .credits-table::-webkit-scrollbar-thumb:hover{background-color:#093}.modal-popup.payment-credit-modal .modal-content .table-wrapper{box-sizing:border-box}.modal-popup.payment-credit-modal .modal-content .totals{background:#f5f5f5;padding:30px}@media screen and (max-width:480px){.modal-popup.payment-credit-modal .modal-content .table-wrapper,.modal-popup.payment-credit-modal .modal-content .totals{padding:30px 15px}}.modal-popup.payment-credit-modal .credits-table .table-wrapper{padding:0 var(--creditsPadding)}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list{margin-bottom:35px}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;margin:10px 0;border:1px solid #26a851;box-sizing:border-box;border-radius:6px;padding:24px;display:grid;grid-template-columns:180px 140px 140px calc(100% - 670px) 130px;grid-gap:20px}@media screen and (max-width:1024px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item{grid-template-columns:180px calc(100% - 510px) 140px 130px}}@media screen and (max-width:900px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item{grid-template-columns:repeat(2,calc(50% - 10px))}}@media screen and (max-width:640px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item{grid-template-columns:100%}}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .select-bank-block{width:100%;grid-column-start:1;grid-column-end:6}@media screen and (max-width:1024px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .select-bank-block{grid-column-end:5}}@media screen and (max-width:900px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .select-bank-block{grid-column-end:3}}@media screen and (max-width:640px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .select-bank-block{grid-column-end:2}}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .select-bank-block .select-bank-inner{display:inline-flex;align-items:center;font-size:18px;font-weight:700;cursor:pointer}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .select-bank-block .select-bank-inner input,.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .select-bank-block .select-bank-inner span{cursor:pointer}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .info-block .first-block{display:flex;align-items:center;margin-bottom:20px}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .info-block .first-block .image-block{flex-shrink:0;margin-right:10px}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .info-block .first-block .name-block{font-weight:600;line-height:16px;font-size:14px}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .info-block .second-block .first-payment-inner{margin-bottom:15px}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .info-block .second-block .first-payment-inner,.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .info-block .second-block .text-block-inner{font-size:12px}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .label{font-weight:300;line-height:normal;font-size:12px;color:rgba(0,0,0,.5);margin-bottom:10px}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .term-block .term-list{display:flex;flex-wrap:wrap;margin:0 -4px}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .term-block .term-list input{visibility:hidden;width:0;height:0;position:absolute}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .term-block .term-list label{display:flex;align-items:center;justify-content:center;width:66px;height:30px;margin:4px;border:1px solid #093;box-sizing:border-box;border-radius:6px;font-weight:600;line-height:normal;font-size:12px;cursor:pointer}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .term-block .term-list input:checked+label{background:#093;color:#fff}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .amount-block{text-align:right}@media screen and (max-width:900px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .amount-block{text-align:left}}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .amount-block .commission-inner{margin-bottom:15px}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .amount-block .commission-inner,.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .amount-block .payment-amount{font-size:18px;font-weight:600}@media screen and (max-width:1024px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .description-block{grid-column-start:1;grid-column-end:5}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .description-block .label{display:none}}@media screen and (max-width:900px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .description-block{grid-column-end:3}}@media screen and (max-width:640px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .description-block{grid-column-end:2}}@media screen and (max-width:1024px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .description-block .bank-description-wrap{padding:24px 0 0;border-top:1px solid #26a851}}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .description-block .bank-description-wrap .bank-description{max-height:180px;overflow:hidden;font-size:14px;color:#000}@media screen and (max-width:1024px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .description-block .bank-description-wrap .bank-description{max-height:0}}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .description-block .bank-description-wrap .show-hide-trigger{display:inline-flex;align-items:center;height:20px;color:#093;cursor:pointer;margin-top:15px}@media screen and (max-width:1024px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .description-block .bank-description-wrap .show-hide-trigger{margin-top:0}}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .description-block .bank-description-wrap .show-hide-trigger .name{font-weight:500;font-size:14px}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .description-block .bank-description-wrap .show-hide-trigger .icon{display:none}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .description-block .bank-description-wrap .show-hide-text-block.open .show-hide-trigger{margin-top:15px}@media screen and (max-width:1024px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .button-block{grid-column-start:4;grid-row-start:2}}@media screen and (max-width:900px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .button-block{grid-column-start:2;grid-row-start:3;display:flex;align-items:flex-end;justify-content:flex-end}}@media screen and (max-width:640px){.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .button-block{grid-column-start:1;grid-column-end:2;grid-row-start:unset}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .button-block .buy-credit-button{width:100%}}.modal-popup.payment-credit-modal .credits-table .table-wrapper .conditions-list .conditions-item .button-block .action.primary{width:100%}.modal-popup.payment-credit-modal .credits-table .totals{padding:var(--creditsPadding)}.modal-popup.payment-credit-modal .credits-table .totals .item{display:flex;justify-content:flex-end;align-items:flex-end;text-align:right;margin-bottom:10px}.modal-popup.payment-credit-modal .credits-table .totals .item .label{margin-right:10px;opacity:.7}.modal-popup.payment-credit-modal .credits-table .totals .item .price{font-weight:700;width:130px;flex-shrink:0}.modal-popup.payment-credit-modal .credits-table .totals .item.total{font-size:20px;margin:0}@media screen and (max-width:640px){.modal-popup.payment-credit-modal .credits-table .totals .item{font-size:14px}.modal-popup.payment-credit-modal .credits-table .totals .item .price{width:100px}.modal-popup.payment-credit-modal .credits-table .totals .item.total{font-size:18px}}@media screen and (max-width:480px){.modal-popup.payment-credit-modal .credits-table .totals .item.total{font-size:16px}}.modal-popup.product-page-popup .product-tabs-heading-wrap{top:0;z-index:30}.modal-popup.product-page-popup .modal-inner-wrap{padding-left:0;padding-right:0}.ajax-loading .modal-popup.product-page-popup .modal-inner-wrap:after{content:'';display:inline-flex;position:absolute;left:50%;top:50%;width:100px;height:100px;transform:translate(-50%,-50%);background:url(../images/loader.svg) no-repeat 50% 50%;background-size:contain}.modal-popup.product-page-popup .modal-content{width:100%;border-right:5px solid transparent;padding-right:5px}.modal-popup.product-page-popup .product.media .product-image-wrap .product-image{box-shadow:none}.modal-popup.product-page-popup .product-page-wrap[data-quickview-modal]{display:block;padding-left:18px;transition:opacity .3s}.ajax-loading .modal-popup.product-page-popup .product-page-wrap[data-quickview-modal]{opacity:0}.d_mobile .modal-popup.product-page-popup .product-tabs-content .miniproduct{bottom:0;border-radius:0 0 16px 16px;grid-template-columns:1fr 100px}.modal-popup.product-page-popup .modal-inner-wrap{max-width:90%}.modal-popup.product-page-popup .product-info-sku-stock,.modal-popup.product-page-popup .page-title,.modal-popup.product-page-popup .product-info-main{padding:0}.modal-popup.product-page-popup .product.info.detailed .product.items .item.title{padding-left:0}.modal-popup.product-page-popup .product.info.detailed .product.items .item.title:before{right:10px}.modal-popup.product-page-popup .product.info.detailed .product.items .item.content{padding-left:0;padding-right:0}@media screen and (max-width:768px){.modal-popup.product-page-popup .modal-inner-wrap{max-width:100%}}@media screen and (max-width:767px){.modal-popup.product-page-popup .table.additional-attributes tr{grid-column-gap:0px !important;grid-template-columns:50% 50% !important}.modal-popup.product-page-popup .product-tabs-content{display:block}.modal-popup.product-page-popup .product-tabs-content .data.content+.data.content{margin-top:50px}.modal-popup.product-page-popup .all-info-wrapper .all-info-top-wrapper{display:block}}@media screen and (max-width:480px){.modal-popup.product-page-popup .buyoneclick-form-inner{display:block !important;text-align:center}.modal-popup.product-page-popup .buyoneclick-form-inner .action-primary{width:100%;justify-content:center}}.load.indicator{position:absolute;top:0;bottom:0;left:0;right:0;z-index:9999;background-color:rgba(255,255,255,.7)}.load.indicator:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;height:160px;width:160px;background:transparent url(../images/loader-2.gif) no-repeat 50% 50%;border-radius:5px;box-sizing:border-box;margin:auto}.minicart-wrapper{color:var(--header_color);position:static}.minicart-wrapper .loading-mask{background:rgba(255,255,255,.8);border-radius:0 10px 0 0;z-index:2}.minicart-wrapper .loading-mask .loader:after{width:40px;height:40px}.minicart-wrapper:not([data-dropdown-container]) .block-minicart{display:none}.d_desktop.no-touch .minicart-wrapper{position:relative;width:100%;border-radius:0 10px 0 0;background-color:#093}.d_mobile .minicart-wrapper.open .block-minicart{opacity:1;visibility:visible}.d_mobile .minicart-wrapper.open .block-minicart .minicart-content-outer-wrapper{right:0}.minicart-wrapper:not(.open) .showcart:not(.empty){background:#f9b32a}@media (min-width:1025px){.minicart-wrapper:not(.open) .showcart.empty{position:relative}.minicart-wrapper:not(.open) .showcart.empty:before{content:'';display:block !important;width:1px;height:38px;position:absolute;background:rgba(255,255,255,.5);left:0;top:50%;transform:translateY(-50%)}}.minicart-wrapper:not(.open) .showcart:before{display:none}.minicart-wrapper.open{background-color:#26a851;border-radius:0 10px 0 0}.minicart-wrapper.open .showcart{background-color:#26a851;border-radius:0 10px 0 0}.d_desktop.no-touch .minicart-wrapper.open .showcart{background-color:#26a851;border-radius:0 10px 0 0}.minicart-wrapper .showcart svg{margin-right:5px}.minicart-wrapper .showcart .text{display:none}.minicart-wrapper .showcart .counter.empty{display:none}.d_mobile .minicart-wrapper .showcart .counter,.touch .minicart-wrapper .showcart .counter{position:absolute;font-size:12px;line-height:15px;font-weight:600;right:20px;top:20px}@media (min-width:1025px){.minicart-wrapper .showcart{border-radius:0 10px 0 0;width:100%;height:72px;background:0 0;font-size:13px;font-weight:600}.minicart-wrapper .showcart .icon-cart{width:30px;height:30px}.minicart-wrapper .showcart .text{display:block}.minicart-wrapper .showcart .counter .counter-number:before{content:'('}.minicart-wrapper .showcart .counter .counter-number:after{content:')'}.minicart-wrapper .showcart .counter.empty{display:none}}div.field-error,div.mage-error{text-align:right;font-size:12px;line-height:1;color:#ff6060;margin-bottom:5px}div.field-error:not([style*="display: none"]):not([style*="display:none"])~.control .phonemask-validation,div.mage-error:not([style*="display: none"]):not([style*="display:none"])~.control .phonemask-validation,div.field-error:not([style*="display: none"]):not([style*="display:none"])~.compose-wrap,div.mage-error:not([style*="display: none"]):not([style*="display:none"])~.compose-wrap{box-shadow:0px 2px 0px rgba(255,95,95,.36)}div.field-error~.control .field-error,div.mage-error~.control .field-error{display:none}i.caption-text{position:absolute;max-width:100%;padding:0 20px;box-sizing:border-box;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-style:normal;font-weight:600;font-size:16px;color:var(--placeholderColor)}.compose-wrap{--placeholderColor:rgba(0,0,0,.6);width:100%;display:flex;border-radius:var(--borderRadius);background:var(--fieldsBg);overflow:hidden}.compose-wrap .input-wrap{overflow:hidden;width:0}.compose-wrap .input-wrap input{width:100%;padding:0 var(--padding);box-sizing:border-box;background:0 0;border:none}.compose-wrap .input-wrap input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder{color:transparent !important}.compose-wrap .input-wrap input:not([type=radio]):not([type=checkbox])::-moz-placeholder{color:transparent !important}.compose-wrap .input-wrap input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder{color:transparent !important}.compose-wrap .input-wrap input:not([type=radio]):not([type=checkbox]):-moz-placeholder{color:transparent !important}.compose-wrap .compose-caption{width:100%;padding:0;display:flex;align-items:center;overflow:hidden;position:relative}.compose-wrap.slide .input-wrap{transition:width .2s linear}.compose-wrap.slide .input-wrap.focus,.compose-wrap.slide .input-wrap.not-empty{width:calc(100% - var(--label))}.compose-wrap.slide .input-wrap.focus+.compose-caption,.compose-wrap.slide .input-wrap.not-empty+.compose-caption{width:var(--label)}.compose-wrap.slide .compose-caption{transition:width .2s linear}.compose-wrap:not(.slide) .input-wrap.focus,.compose-wrap:not(.slide) .input-wrap.not-empty{width:100%}.compose-wrap:not(.slide) .input-wrap.focus+.compose-caption,.compose-wrap:not(.slide) .input-wrap.not-empty+.compose-caption{width:0}.block.filter{position:relative;outline:none}.block.filter ul,.block.filter ol{list-style:none;padding:0}.block.filter a{text-decoration:none}.block.filter .filter-options{outline:none}.block.filter .filter-options-item{position:relative;padding:20px 0;border-bottom:1px solid #f1f1f1}.d_desktop .block.filter .filter-options-item{padding:25px 0}.block.filter .filter-options-item .filter-options-title{display:flex;align-items:center;justify-content:space-between;padding:0;box-sizing:border-box;font-weight:600;font-size:14px}.block.filter .filter-options-item .filter-options-title .icon{flex-shrink:0;width:16px;height:16px;fill:#093;margin:0;position:relative;transform:rotate(0deg)}.block.filter .filter-options-item .filter-options-title.selected strong{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%}.block.filter .filter-options-item .filter-options-title.selected strong:after{content:'';display:flex;position:relative;top:1px;right:10px;width:6px;height:6px;border-radius:50%}.block.filter .filter-options-item .filter-options-content-block{position:relative;top:unset;left:unset}.block.filter .filter-options-item .filter-options-content-block .items{margin:0}.block.filter .filter-options-item .filter-options-content-block .items .item{margin-top:15px}.block.filter .filter-options-item .filter-options-content-block .items .item .fake-input{display:none}.block.filter .filter-options-item .filter-options-content-block .items .item a{font-size:16px}.block.filter .filter-options-item .filter-options-content-block .items .item .label-name{font-weight:500;font-size:14px;color:#000;opacity:.8;transition:opacity .3s}.d_desktop .block.filter .filter-options-item .filter-options-content-block .items .item input[type=checkbox]:hover~.label-name,.block.filter .filter-options-item .filter-options-content-block .items .item input[type=checkbox]:checked~.label-name{opacity:1}.block.filter .filter-options-item .filter-options-content-block .items .item label{display:inline-flex;line-height:20px;cursor:pointer}.block.filter .filter-options-item .filter-options-content-block .items .item label input[type=checkbox]{flex-shrink:0;-webkit-appearance:none;width:20px;height:20px;position:relative;display:flex;justify-content:center;align-items:center;margin:0 10px 0 0;cursor:pointer;background-color:#fff;background-repeat:no-repeat;background-position:50% 50%;background-size:13px;border:1px solid #bbb9d5;border-radius:6px;transition:background-color .3s,background-size .2s,border-color .3s}.block.filter .filter-options-item .filter-options-content-block .items .item label input[type=checkbox]:checked{background-image:url(../images/check.svg);background-color:#093;border-color:#093}.block.filter .filter-options-item .filter-options-content-block .items .item .count .filter-count-label{display:none}.block.filter .filter-options-item .filter-options-content-block .items .item .count:before{content:'('}.block.filter .filter-options-item .filter-options-content-block .items .item .count:after{content:')'}.block.filter .filter-options-item .filter-options-content-block .visible-filters{margin-top:15px;font-weight:600;font-size:14px;line-height:17px;color:#093;cursor:pointer}.d_desktop .block.filter .filter-options-item .filter-options-content-block .visible-filters{transition:color .3s}.d_desktop .block.filter .filter-options-item .filter-options-content-block .visible-filters:hover{color:#000}.block.filter .filter-options-item .price-slider-inputs{margin-bottom:40px}.block.filter .filter-options-item .price-slider-inputs .inputs-block{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.block.filter .filter-options-item .price-slider-inputs .inputs-block .delimiter{font-size:12px;font-weight:700;margin-right:10px}.block.filter .filter-options-item .price-slider-inputs .inputs-block input{width:64px;height:34px;background:#f1f1f1;border-radius:8px;border:none;box-sizing:border-box;padding:0 10px;font-size:12px;font-weight:700}.block.filter .filter-options-item .price-slider-inputs .action-block .price-input-submit{font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none;color:#fff;background:#093;border:2px solid #093;height:40px;width:100%}.block.filter .filter-options-item .price-slider-inputs .action-block .price-input-submit.disabled{pointer-events:none;opacity:.5}.block.filter .filter-options-item .price-slider-inputs .action-block .price-input-submit.disabled{background:#f1f1f1;border-color:#f1f1f1;color:#adacbb;opacity:1}.d_mobile .block.filter .filter-options-item .price-slider-inputs .action-block .price-input-submit:active{background-color:#26a851;border-color:#26a851}.d_desktop .block.filter .filter-options-item .price-slider-inputs .action-block .price-input-submit:hover{background-color:#26a851;border-color:#26a851}.d_desktop .block.filter .filter-options-item .price-slider-inputs .action-block .price-input-submit:active{border-color:#093;background:#093}.block.filter .filter-options-item .ln_slider_container .ui-slider-horizontal{background:#093;height:4px;border-radius:0}.block.filter .filter-options-item .ln_slider_container .ui-slider-range{position:absolute;background:#f1f1f1;height:4px;top:0}.block.filter .filter-options-item .ln_slider_container .ui-slider-handle{width:14px;height:14px;top:-5px;margin-left:-7px;background:#093;cursor:pointer}.block.filter .filter-options-item .ln_slider_container .ln_slider_text{margin:15px 0 0;display:flex;justify-content:center;font-size:13px;line-height:15px;color:#000}.d_mobile .block.filter .filter-options-item .ln_slider_container{margin:0 30px}.block.filter .filter-options-item.open .filter-options-title .icon{transform:rotate(-180deg)}.sidebar.sidebar-main .icon{fill:currentColor}.sidebar.sidebar-main .layered-filter-container-before{display:flex;flex-wrap:wrap;justify-content:space-between;flex-shrink:0}.sidebar.sidebar-main .layered-filter-container-before .filters-block-title{font-size:22px;line-height:26px;font-weight:700}.sidebar.sidebar-main .layered-filter-container-before .filter-actions{display:contents}.sidebar.sidebar-main .layered-filter-container-before .filter-actions .filter-clear{display:flex;align-items:center;justify-content:flex-end;height:26px;font-weight:600;font-size:14px;color:#093;text-decoration:none}.d_desktop .sidebar.sidebar-main .layered-filter-container-before .filter-actions .filter-clear{transition:color .3s}.d_desktop .sidebar.sidebar-main .layered-filter-container-before .filter-actions .filter-clear:hover{color:#000}.d_desktop .sidebar.sidebar-main .layered-filter-container-before .filters-block-title{font-size:18px}.d_desktop .sidebar.sidebar-main .layered-filter-container-before .filters-block-title,.d_desktop .sidebar.sidebar-main .layered-filter-container-before .filter-actions{line-height:22px}.sidebar.sidebar-main .layered-filter-container-before .filter-current{width:100%;margin-top:15px}.sidebar.sidebar-main .layered-filter-container-before .filter-current .items{list-style:none;padding:0;margin:0}.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item{display:flex;flex-direction:column;align-items:flex-start}.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item:not(:last-child){margin-bottom:10px}.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item .filter-label{display:block;font-weight:500;font-size:12px;line-height:15px;color:rgba(0,0,0,.4);margin-top:5px}.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item .filter-item{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:12px;line-height:16px;padding:4px 8px;background:#f1f1f1;border-radius:10px;color:rgba(0,0,0,.6)}.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item .filter-item .filter-value{flex-grow:1}.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item .filter-item .action.remove{flex-shrink:0;width:1em;height:1em;margin-left:8px}.sidebar.sidebar-main .layered-filter-container-before .filter-current .items .item .filter-item .action.remove .icon{width:1em;height:1em}.sidebar.sidebar-main .layered-filter-block-container{border-top:1px solid #f1f1f1;margin-top:20px}.d_desktop .sidebar.sidebar-main .layered-filter-block-container{margin-top:25px}.d_desktop .sidebar.sidebar-main .filters-mobile-trigger,.d_desktop .sidebar.sidebar-main .close-filters-button{display:none}.v_small_mobile .sidebar.sidebar-main .filters-mobile-trigger span{display:none}.d_mobile .sidebar.sidebar-main .filters-mobile-trigger{font-size:15px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;height:45px;border-radius:19px;padding:0 15px;transition:background .3s,border-color .3s,box-shadow .3s;text-align:center;box-sizing:border-box;cursor:pointer;outline:none;color:#093;background-color:transparent;border:2px solid #093;height:44px;display:inline-flex;align-items:center;letter-spacing:.8px}.d_mobile .sidebar.sidebar-main .filters-mobile-trigger.disabled{pointer-events:none;opacity:.5}.d_mobile .d_mobile .sidebar.sidebar-main .filters-mobile-trigger:active{background-color:rgba(38,168,81,.2)}.d_desktop .d_mobile .sidebar.sidebar-main .filters-mobile-trigger:hover{background-color:rgba(38,168,81,.2)}.d_desktop .d_mobile .sidebar.sidebar-main .filters-mobile-trigger:active{background-color:transparent}.d_mobile .sidebar.sidebar-main .filters-mobile-trigger .icon{width:20px;height:20px;position:relative;top:2px}.d_mobile .sidebar.sidebar-main .filters-mobile-trigger span{margin-left:10px}.d_mobile .sidebar.sidebar-main .mobile-filter-wrap{position:fixed;z-index:12;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s}.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .close-filters-button{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:80px;height:80px;font-size:16px;cursor:pointer;background:#093;color:#fff}.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .close-filters-button .icon{width:20px;height:20px;fill:currentColor}.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block{position:absolute;top:0;left:-375px;bottom:0;width:100%;max-width:375px;transition:left .3s}.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .mobile-filter-inner{width:calc(100% - 80px);height:100%;box-sizing:border-box;padding:25px 24px 30px;max-height:100%;display:flex;flex-direction:column;background:#fff;overflow-y:auto;overflow-x:hidden}.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .mobile-filter-inner::-webkit-scrollbar{width:4px}.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .mobile-filter-inner::-webkit-scrollbar:horizontal{height:4px}.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .mobile-filter-inner::-webkit-scrollbar-track{background-color:transparent}.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .mobile-filter-inner::-webkit-scrollbar-thumb{background-color:#093}.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .mobile-filter-inner::-webkit-scrollbar-thumb:hover{background-color:#093}.d_mobile .sidebar.sidebar-main .mobile-filter-wrap .mobile-filter-block .layered-filter-block-container{flex-grow:1;box-sizing:border-box}.d_mobile .sidebar.sidebar-main .mobile-filter-wrap.open{visibility:visible;opacity:1}.d_mobile .sidebar.sidebar-main .mobile-filter-wrap.open .mobile-filter-block{left:0}.product-items{list-style:none;padding:0}.product-items .product-item{background:#fff;border-style:solid;border-color:#f1f1f1}.product-item{position:relative;box-sizing:border-box}.product-item a{text-decoration:none}.product-item .quick-view{--iconsSize:30px;--indent:10px;width:var(--iconsSize);height:var(--iconsSize);color:#093;cursor:pointer;z-index:1;margin:0 var(--indent)}.v_small_mobile .product-item .quick-view,.v_norm_mobile .product-item .quick-view{--iconsSize:25px;--indent:5px}.product-item .quick-view svg{fill:transparent;width:100%;height:100%;transition:fill .3s}.d_desktop .product-item .quick-view:hover svg{fill:rgba(0,153,51,.4)}.product-item .product-item-info-top{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;padding:0 0 100%;pointer-events:none}.product-item .product-item-info-top .multi-labels-container{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:flex-start;z-index:1;filter:blur(0px);transform:translateZ(0)}.product-item .product-item-info-top .multi-labels-container .multi-labels-text{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:0 0 12px;font-weight:500;color:#fff;text-transform:uppercase;line-height:14px;min-width:47px;font-size:10px;padding:5px 10px}.d_desktop .product-item .product-item-info-top .multi-labels-container .multi-labels-text{min-width:60px;font-size:13px;padding:8px 10px}.product-item .product-item-info-top .product-item-info-top-right{--playIconSize:40px;--iconsSize:30px;--indent:10px;position:absolute;z-index:2;display:flex;transform:translateZ(0);filter:blur(0px);pointer-events:auto;top:100%;left:0;right:0;justify-content:center;align-items:center}.v_small_mobile .product-item .product-item-info-top .product-item-info-top-right,.v_norm_mobile .product-item .product-item-info-top .product-item-info-top-right{--playIconSize:30px;--iconsSize:25px;--indent:5px}.product-item .product-item-info-top .product-item-info-top-right .video-exist{top:0;right:calc(var(--indent)/2*-1);height:var(--playIconSize);border-radius:20px;background:#fff;box-shadow:0px 2px 2px rgba(0,0,0,.2);cursor:pointer;display:flex;align-items:center;margin:0 var(--indent)}.product-item .product-item-info-top .product-item-info-top-right .video-exist .text{flex-shrink:0;display:none}.product-item .product-item-info-top .product-item-info-top-right .video-exist .play{flex-shrink:0;width:var(--playIconSize);height:var(--playIconSize);display:flex;justify-content:center;align-items:center}.product-item .product-item-info-top .product-item-info-top-right .video-exist .play:after{content:'';display:block;position:relative;left:2px;width:0;height:0;border-left:9px solid #093;border-top:6px solid transparent;border-bottom:6px solid transparent}.d_desktop .product-item .product-item-info-top .product-item-info-top-right .video-exist .text{display:block;font-weight:500;font-size:12px;line-height:16px;overflow:hidden;padding-left:0;box-sizing:border-box;max-width:0;transition:max-width .3s,padding .3s}.d_desktop .product-item .product-item-info-top .product-item-info-top-right .video-exist:hover .text{max-width:100px;padding-left:15px}.product-item .product-item-info-top .product-item-info-top-right .action{width:var(--iconsSize);height:var(--iconsSize);display:flex;align-items:center;justify-content:center;font-size:var(--iconsSize);color:#093;margin:0 var(--indent)}.product-item .product-item-info-top .product-item-info-top-right .action:hover{--fill:rgba(0,153,51,.4)}.product-item .product-item-info-top .product-item-info-top-right .action .icon{width:100%;height:100%;fill:currentColor}.product-item .product-item-info-top .product-item-info-top-right .action .icon.icon-heart{fill:none}.product-item .product-item-info{height:100%;display:flex}.product-item .product-item-info .product-item-photo,.product-item .product-item-info .product-item-details,.product-item .product-item-info .product-item-buy-price,.product-item .product-item-info .product-item-bottom{box-sizing:border-box}.product-item .product-item-info .product-item-photo{display:block;text-align:center;margin:0 0 30px}.product-item .product-item-info .product-item-photo img{max-width:100%;display:block;margin:0 auto}.product-item .product-item-info .product-item-details{box-sizing:border-box;flex-grow:1;display:flex;flex-direction:column}.product-item .product-item-info .product-item-details .product-item-name,.product-item .product-item-info .product-item-details .product-item-sku,.product-item .product-item-info .product-item-details .product-reviews-summary{width:100%}.product-item .product-item-info .product-item-details .product-item-name{display:block;flex-grow:1}.product-item .product-item-info .product-item-details .product-item-name .product-item-link{display:block;font-weight:600;font-size:13px;line-height:17px}.d_desktop .product-item .product-item-info .product-item-details .product-item-name .product-item-link{font-size:16px;line-height:22px}.product-item .product-item-info .product-item-details .product-item-sku{display:block;font-size:12px;font-weight:500;line-height:15px;color:rgba(0,0,0,.4);margin-bottom:5px}.product-item .product-item-info .product-item-details .stock{font-size:12px;font-weight:500;margin:0 0 5px}.product-item .product-item-info .product-item-details .stock.available{color:#26a851}.product-item .product-item-info .product-item-details .stock.unavailable{color:#f9b32a}.product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary{width:95px;display:flex;background:url(../images/stars.svg) 0 50% no-repeat}.product-item .product-item-info .product-item-details .product-reviews-summary .rating-result{width:100%}.product-item .product-item-info .product-item-details .product-reviews-summary .rating-result>span{width:0;display:block;font-size:0;background:url(../images/stars_filled.svg) 0 50% no-repeat}.product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary,.product-item .product-item-info .product-item-details .product-reviews-summary .rating-result>span{height:20px;background-size:auto 15px}.d_mobile .product-item .product-item-info .product-item-details .product-reviews-summary{margin-bottom:15px}.d_mobile .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions{display:none}.d_desktop .product-item .product-item-info .product-item-details .product-reviews-summary{display:flex;align-items:center}.d_desktop .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary{margin-right:10px}.d_desktop .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions .view{font-size:12px;font-weight:500;color:rgba(0,0,0,.4);text-transform:lowercase;transition:color .3s}.d_desktop .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions .view:hover{color:#093}.product-item .product-item-info .product-item-buy-price{display:flex;display:grid;grid-template-columns:100%;grid-gap:16px;padding:0 15px 20px}.d_mobile .product-item .product-item-info .product-item-buy-price{flex-direction:column}.d_mobile .product-item .product-item-info .product-item-buy-price .product-item-price-wrap{flex-grow:1;margin-bottom:10px}.product-item .product-item-info .product-item-buy-price .product-item-price-wrap{height:45px}.product-item .product-item-info .product-item-buy-price .product-item-price-wrap .price-box,.product-item .product-item-info .product-item-buy-price .product-item-price-wrap .price-as-configured{height:100%;display:flex;flex-direction:column-reverse;justify-content:flex-start}.product-item .product-item-info .product-item-buy-price .product-item-price-wrap .price-box .price-label,.product-item .product-item-info .product-item-buy-price .product-item-price-wrap .price-as-configured .price-label{display:none}.product-item .product-item-info .product-item-buy-price .product-item-price-wrap .price-box .price,.product-item .product-item-info .product-item-buy-price .product-item-price-wrap .price-as-configured .price{font-weight:700;font-size:22px;line-height:27px;color:#434548}.product-item .product-item-info .product-item-buy-price .product-item-price-wrap .price-box .old-price .price,.product-item .product-item-info .product-item-buy-price .product-item-price-wrap .price-as-configured .old-price .price{font-weight:500;font-size:14px;line-height:17px;color:#807f8e;position:relative}.product-item .product-item-info .product-item-buy-price .product-item-price-wrap .price-box .old-price .price:after,.product-item .product-item-info .product-item-buy-price .product-item-price-wrap .price-as-configured .old-price .price:after{content:'';position:absolute;left:0;right:0;top:calc(50% - 1px);border-top:1px solid #807f8e;border-bottom:1px solid #fff}.product-item .product-item-info .product-item-buy-price .actions-primary{display:grid;grid-template-columns:100%;grid-gap:10px}.product-item .product-item-info .product-item-buy-price .actions-primary>form{display:grid;grid-template-columns:100%;grid-gap:10px}.d_desktop .product-item .product-item-info .product-item-buy-price .actions-primary>form{grid-template-columns:1fr auto;grid-gap:16px}.d_desktop .product-item .product-item-info .product-item-buy-price .actions-primary{grid-template-columns:1fr auto;grid-gap:16px}.d_desktop .product-item .product-item-info .product-item-buy-price .actions-primary>form{grid-column:span 2}.product-item .product-item-info .product-item-buy-price .actions-primary .buy-one-click{font-size:13px;padding:0 10px}.d_desktop .product-item .product-item-info .product-item-buy-price .actions-primary .tocart{padding:0 10px}.d_desktop .product-item .product-item-info .product-item-buy-price .actions-primary .tocart .text{display:none}.d_desktop .product-item .product-item-info .product-item-buy-price .actions-primary .tocart .icon{width:24px;height:24px;fill:currentColor}.d_mobile .product-item .product-item-info .product-item-buy-price .actions-primary .tocart{width:100%}.d_mobile .product-item .product-item-info .product-item-buy-price .actions-primary .tocart .icon{display:none}.product-item .product-item-info .product-item-bottom{display:none}.products.wrapper .product-items{border-top:1px solid #f1f1f1}.d_mobile .products.wrapper .product-items,.d_desktop .products.wrapper.grid .product-items{display:flex;flex-wrap:wrap;width:100%;box-sizing:border-box;border-left:1px solid #f1f1f1}.d_mobile .products.wrapper .product-items .product-item,.d_desktop .products.wrapper.grid .product-items .product-item{width:50%;border-width:0 1px 1px 0}@media screen and (min-width:768px) and (max-width:1024px){.d_mobile .products.wrapper .product-items .product-item,.d_desktop .products.wrapper.grid .product-items .product-item{width:33.33%}}.d_mobile .products.wrapper .product-items .product-item .product-item-info,.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info{flex-wrap:wrap;flex-direction:column}.d_mobile .products.wrapper .product-items .product-item .product-item-info .product-item-photo,.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-photo,.d_mobile .products.wrapper .product-items .product-item .product-item-info .product-item-details,.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-details,.d_mobile .products.wrapper .product-items .product-item .product-item-info .product-item-buy-price,.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-buy-price,.d_mobile .products.wrapper .product-items .product-item .product-item-info .product-item-bottom,.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-bottom{width:100%}.d_mobile .products.wrapper .product-items .product-item .product-item-info .product-item-details,.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-details{padding:20px 15px 15px}.d_mobile .products.wrapper .product-items .product-item .product-item-info .product-item-description,.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-description{display:none}.d_mobile .products.wrapper .product-items .product-item .product-item-name{order:2}.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-sku,.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .stock{margin-bottom:10px}.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-name{margin-bottom:5px}.d_desktop .products.wrapper.grid .product-items .product-item .product-item-info .product-item-bottom{width:calc(100% + 2px);position:absolute;top:100%;left:-1px;right:-1px;background:#fff;border-style:solid;border-color:#f1f1f1;border-width:0 1px 1px;box-sizing:border-box}.d_desktop .products.wrapper.grid .product-items .product-item:hover{z-index:3;box-shadow:0px 1px 7px rgba(19,12,121,.15)}.d_desktop .products.wrapper.grid .product-items .product-item:hover .product-item-info .product-item-bottom{display:block;box-shadow:0px 7px 7px rgba(19,12,121,.15)}.d_desktop .products.wrapper.grid .product-characteristics{box-sizing:border-box;padding:20px 30px;position:relative}.d_desktop .products.wrapper.grid .product-characteristics:before{content:'';position:absolute;top:0;left:20px;right:20px;height:1px;background:#f1f1f1}.d_desktop .products.wrapper.grid .product-characteristics .characteristics-title{font-size:14px;line-height:17px;font-weight:700;color:#434548;display:block;margin-bottom:15px}.d_desktop .products.wrapper.grid .product-characteristics .characteristics-attributes .attribute-block{display:flex;justify-content:space-between;margin-bottom:10px}.d_desktop .products.wrapper.grid .product-characteristics .characteristics-attributes .attribute-block .attribute-label,.d_desktop .products.wrapper.grid .product-characteristics .characteristics-attributes .attribute-block .attribute-value{max-width:calc(50% - 5px);font-size:12px;line-height:15px}.d_desktop .products.wrapper.grid .product-characteristics .characteristics-attributes .attribute-block .attribute-label{font-weight:500;color:rgba(0,0,0,.8)}.d_desktop .products.wrapper.grid .product-characteristics .characteristics-attributes .attribute-block .attribute-value{font-weight:600;color:#434548;text-align:right}.v_small_desktop .products.wrapper.grid .product-items .product-item{width:33.33%}.v_big_desktop .products.wrapper.grid .product-items .product-item,.v_norm_desktop .products.wrapper.grid .product-items .product-item{width:25%}.v_norm_mobile .products.wrapper.grid .product-items{border-left:none}.v_norm_mobile .products.wrapper.grid .product-items .product-item:nth-child(2n){border-right-width:0}.d_desktop .products.wrapper.list{--imageWidth:240px;--imagePadding:30px;--flexWrap:wrap;--paddingDetails:15px 15px 0;--paddingPrice:15px;--elemsWidth:calc(100% - var(--imageWidth))}.v_big_desktop .products.wrapper.list,.v_norm_desktop .products.wrapper.list{--imageWidth:240px;--imagePadding:30px;--flexWrap:nowrap;--paddingDetails:40px 0 40px 30px;--paddingPrice:40px;--elemsWidth:auto}.d_desktop .products.wrapper.list .product-items .product-item{width:100%;border-width:0 0 1px}.d_desktop .products.wrapper.list .product-items .product-item .quick-view{top:15px}.d_desktop .products.wrapper.list .product-items .product-item .product-item-info{flex-wrap:var(--flexWrap)}.d_desktop .products.wrapper.list .product-items .product-item .product-item-details,.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price{width:var(--elemsWidth)}.d_desktop .products.wrapper.list .product-items .product-item .product-item-info-top{max-width:var(--imageWidth);height:calc(var(--imageWidth) + var(--imagePadding));padding:0}.d_desktop .products.wrapper.list .product-items .product-item .product-item-info-top .product-item-info-top-right{top:unset;left:0;right:0;bottom:0;flex-direction:row;align-items:center;justify-content:center}.d_desktop .products.wrapper.list .product-items .product-item .product-item-info-top .product-item-info-top-right .action{margin:0 10px}.d_desktop .products.wrapper.list .product-items .product-item .product-item-photo{flex-shrink:0;width:var(--imageWidth);height:calc(var(--imageWidth) + var(--imagePadding));padding:0 0 var(--imagePadding);margin-bottom:20px}.d_desktop .products.wrapper.list .product-items .product-item .product-item-details{flex-grow:1;padding:var(--paddingDetails)}.d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-name,.d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-sku{margin-bottom:10px}.d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-description{font-size:13px;line-height:17px;font-weight:500;color:#434548;margin-top:20px}.d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-description table{width:100%;border-collapse:collapse}.v_small_mobile .d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-description table,.v_norm_mobile .d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-description table{font-size:13px}.d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-description table th,.d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-description table td{padding:10px;word-break:break-all}.d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-description table tr td:first-child{color:rgba(0,0,0,.5)}.d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-description table p{margin:0}.d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-description table a{text-decoration:none;color:#093}.d_desktop .products.wrapper.list .product-items .product-item .product-item-details .product-item-description table a:hover{color:#000}.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price{flex-shrink:0;flex-direction:column;justify-content:flex-start;padding:var(--paddingPrice)}.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .product-item-price-wrap{margin-bottom:20px}.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .product-item-price-wrap .price-box{justify-content:unset;align-items:flex-end}.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .actions-primary .tocart{padding:0 15px;min-width:170px}.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .actions-primary .tocart .text{display:block}.d_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .actions-primary .tocart .icon{display:none}.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-info{display:grid;grid-template-columns:240px 1fr;grid-template-rows:auto auto}.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-info .product-item-photo{grid-row-start:1;grid-row-end:3}.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-info .product-item-details,.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-info .product-item-buy-price{width:100%;grid-column-start:2}.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price{flex-direction:row;align-items:center;justify-content:space-between}.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .product-item-price-wrap{margin:0}.v_small_desktop .products.wrapper.list .product-items .product-item .product-item-buy-price .product-item-price-wrap .price-box{align-items:flex-start}.products-slider{list-style:none;padding:0}.products-slider .product-item .product-item-info{flex-wrap:wrap;flex-direction:column}.products-slider .product-item .product-item-info .product-item-photo,.products-slider .product-item .product-item-info .product-item-details,.products-slider .product-item .product-item-info .product-item-buy-price,.products-slider .product-item .product-item-info .product-item-bottom{width:100%}.products-slider .product-item .product-item-info .product-item-details{padding:20px 15px 15px}.products-slider .product-item .product-item-info .product-item-info-bottom{display:none}.products-slider .product-item .product-item-info .product-item-name{margin-bottom:5px}.d_mobile .products-slider .product-item .product-item-info .product-reviews-summary{margin-bottom:0}.products-slider .product-item .product-item-info .tocart .icon{display:none}.d_desktop .products-slider .product-item .product-item-info .tocart .icon{display:block}.d_desktop .products-slider .product-item .product-item-info .tocart span{display:none}.products-slider:not(.owl-carousel){border:1px solid #f1f1f1}.products-slider:not(.owl-carousel) .owl-stage{display:flex}.products-slider:not(.owl-carousel) .owl-item{width:25%}.products-slider:not(.owl-carousel) .owl-item:not(:first-child){border-left:1px solid #f1f1f1}.products-slider:not(.owl-carousel) .owl-item:nth-child(1n+5){display:none}@media screen and (max-width:1023px){.products-slider:not(.owl-carousel) .owl-item{width:33.33%}.products-slider:not(.owl-carousel) .owl-item:nth-child(1n+4){display:none}}@media screen and (max-width:639px){.products-slider:not(.owl-carousel) .owl-item{width:50%}.products-slider:not(.owl-carousel) .owl-item:nth-child(1n+3){display:none}}@media screen and (max-width:639px){.products-slider:not(.owl-carousel){padding-bottom:39px}}.products-slider.owl-carousel{display:block}.products-slider.owl-carousel .owl-stage-outer{border:1px solid #f1f1f1}.products-slider.owl-carousel .owl-stage-outer .owl-stage{margin-left:-1px}.products-slider.owl-carousel .owl-item{display:flex}.products-slider.owl-carousel .owl-item:not(:first-child){box-shadow:-1px 0 0 0 #f1f1f1}.products-slider.owl-carousel .owl-item>.item{width:100%}.products-slider .secondary-addto-links{display:none}.products-slider .video-modal-content{margin:auto;display:flex;justify-content:center;align-items:center;align-content:flex-start;border-top:1px solid rgba(0,0,0,.1);box-shadow:0 0 12px 2px rgba(0,0,0,.35);border-radius:6px}.products-slider .video-modal-content[data-dropdown-content]{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:50%;max-width:calc(100% - 20px);min-width:auto;height:auto;padding:30px}.d_mobile .products-slider .video-modal-content[data-dropdown-content]{width:100%}.products-slider .video-modal-content .video-item{width:100%;padding-top:62%;max-height:100%;overflow-x:hidden;position:relative}.products-slider .video-modal-content .video-item img{display:block}.products-slider .video-modal-content .video-item .play-icon{position:absolute;z-index:20;top:50%;left:50%;width:90px;height:90px;display:flex;align-items:center;justify-content:center;pointer-events:none;transform:translate(-50%,-50%);transition:width .3s,height .3s}.products-slider .video-modal-content .video-item .play-icon .icon{width:100%;height:100%}.products-slider .video-modal-content .video-item .product-video-item{position:absolute;top:0;left:0;right:0;bottom:0}.products-slider .video-modal-content .video-item .product-video-item~img{position:absolute;z-index:1;width:100%;height:100%;left:0;top:0;object-fit:cover;cursor:pointer}.products-slider .video-modal-content .video-item .product-video-item~img.video-unplayed:hover~.play-icon{width:110px;height:110px}.products-slider .video-modal-content .video-item .product-video-item~img:not(.video-unplayed){visibility:hidden;z-index:-1}.toolbar{width:100%}.toolbar .limiter,.toolbar .toolbar-amount,.toolbar .modes,.toolbar .toolbar-sorter{display:none}.top-toolbar .toolbar{display:flex;justify-content:flex-end;margin-bottom:30px}.d_mobile .top-toolbar .toolbar{height:0}.top-toolbar .toolbar .show-more-container,.top-toolbar .toolbar .pages{display:none}.d_desktop .top-toolbar .toolbar .modes{display:flex;height:70px;padding:10px 0;box-sizing:border-box}.d_desktop .top-toolbar .toolbar .modes .modes-mode{width:76px;font-size:16px;display:flex;align-items:center;justify-content:center;border-left:1px solid #f1f1f1;color:#093}.d_desktop .top-toolbar .toolbar .modes .modes-mode .icon{width:1em;height:1em;fill:currentColor}.d_desktop .top-toolbar .toolbar .modes .modes-mode.active{color:#c4c4c4}.d_desktop .top-toolbar .toolbar .modes .modes-mode:not(.active):hover{color:#000}.top-toolbar .toolbar .toolbar-sorter{display:inline-flex;align-items:center}.d_mobile .top-toolbar .toolbar .toolbar-sorter{padding:0 24px;height:44px;margin-top:-44px;position:relative;z-index:3}.d_mobile .top-toolbar .toolbar .toolbar-sorter .sorter-label{display:none}.d_desktop .top-toolbar .toolbar .toolbar-sorter{padding:0 30px}.d_desktop .top-toolbar .toolbar .toolbar-sorter .sorter-label{font-weight:500;font-size:13px;line-height:16px;color:rgba(0,0,0,.75);margin-right:5px}.touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-container{display:none}.touch .top-toolbar .toolbar .toolbar-sorter .sorter-select{-webkit-appearance:none;background:0 0;border:none;font-weight:500;font-size:13px;color:#000;padding-right:21px;background:url(../images/arrow_down.svg) no-repeat 100% 50%}.no-touch .top-toolbar .toolbar .toolbar-sorter .sorter-select{display:none}.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-container{z-index:4}.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-container:not([data-dropdown-container]) .toolbar-dropdown-content{display:none}.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-head{display:flex;align-items:center;font-weight:500;font-size:13px;line-height:16px;color:#000}.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-head .icon-block{width:20px;height:20px;margin-left:5px}.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-content{overflow:hidden;border-radius:8px;background:#f1f1f1;margin-top:10px;right:-20px}.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-content .toolbar-dropdown-item{padding:10px 20px;font-size:14px;font-weight:600;line-height:20px;color:rgba(0,0,0,.6);cursor:pointer}.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-content .toolbar-dropdown-item:hover{background:rgba(215,213,231,.6)}.no-touch .top-toolbar .toolbar .toolbar-sorter .toolbar-dropdown-content .toolbar-dropdown-item.selected{background:#d7d5e7;color:#000;pointer-events:none}.toolbar ul,.toolbar ol{list-style:none}.toolbar .show-more-container{text-align:center}.hidden-layered .toolbar .show-more-container{display:none}.d_desktop .toolbar .show-more-container{padding:40px 0;--bgSize:100px;--mrgn:40px}.d_mobile .toolbar .show-more-container{display:none;padding:30px 0;--bgSize:60px;--mrgn:30px}.toolbar .show-more-container .btn-show-more{display:inline-flex;align-items:center;font-weight:600;color:#000;cursor:pointer;transition:color .3s}.d_desktop .toolbar .show-more-container .btn-show-more{font-size:24px;line-height:29px}.d_mobile .toolbar .show-more-container .btn-show-more{font-size:18px;line-height:22px}.toolbar .show-more-container .btn-show-more:before{content:'';display:block;width:var(--bgSize);height:var(--bgSize);background:url(../images/refresh.svg) no-repeat 50% 50%;background-size:contain;margin-right:var(--mrgn)}.d_desktop .toolbar .show-more-container .btn-show-more:hover{color:#093}.d_desktop .toolbar .show-more-container .btn-show-more:hover:before{animation:round .5s}@keyframes round{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.toolbar .show-more-container~.pager{border-top:1px solid #f1f1f1}.toolbar .pager{padding-top:50px}.toolbar .pages .pages-label{display:none}.toolbar .pages a{text-decoration:none}.toolbar .pages .pages-items{display:flex;align-items:center;justify-content:center}.toolbar .pages .pages-items .label{display:none}.toolbar .pages .pages-items .item{margin:0 7px}.d_desktop .toolbar .pages .pages-items .item .page{width:48px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:20px;color:#bbb9ce;box-sizing:border-box;border:2px solid #bbb9ce;border-radius:20px}.d_desktop .toolbar .pages .pages-items .item a.page{transition:border-color .3s,color .3s,background .3s}.d_desktop .toolbar .pages .pages-items .item a.page:hover{color:#093;border-color:#093;background:rgba(0,153,51,.2)}.d_desktop .toolbar .pages .pages-items .item.current .page{background:#093;border-color:#093;color:#fff}.d_desktop .toolbar .pages .pages-items .items-count{display:none}.toolbar .pages .pages-items .items-count:before{content:attr(data-title);display:flex;padding:0 5px;float:left}.d_mobile .toolbar .pages .pages-items .item:not(.current):not(.action-pages-item){display:none}.toolbar .pages .pages-items .pages-item-previous .action,.toolbar .pages .pages-items .pages-item-next .action{display:inline-flex;align-items:center;justify-content:center;min-width:128px;height:36px;padding:0 20px;font-weight:600;font-size:20px;color:#bbb9ce;box-sizing:border-box;border:2px solid #bbb9ce;border-radius:20px}.d_desktop .toolbar .pages .pages-items .pages-item-previous:not(.disabled) .action,.d_desktop .toolbar .pages .pages-items .pages-item-next:not(.disabled) .action{transition:border-color .3s,color .3s,background .3s}.d_desktop .toolbar .pages .pages-items .pages-item-previous:not(.disabled) .action:hover,.d_desktop .toolbar .pages .pages-items .pages-item-next:not(.disabled) .action:hover{color:#093;border-color:#093;background:rgba(0,153,51,.2)}.toolbar .pages .pages-items .pages-item-previous.disabled,.toolbar .pages .pages-items .pages-item-next.disabled{opacity:.5;pointer-events:none}.d_mobile .toolbar .pages .pages-items .item,.d_mobile .toolbar .pages .pages-items .items-count{margin:0;height:36px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#bbb9ce}.d_mobile .toolbar .pages .pages-items .pages-item-previous{margin-right:30px}.d_mobile .toolbar .pages .pages-items .pages-item-next{margin-left:30px}.d_mobile .toolbar .pages .pages-items .action-pages-item .action{font-size:15px;min-width:100px}.v_small_mobile .toolbar .pages .pages-items .pages-item-previous{margin-right:15px}.v_small_mobile .toolbar .pages .pages-items .pages-item-next{margin-left:15px}.v_norm_desktop .toolbar .pages .pages-items .pages-item-previous{margin-right:70px}.v_norm_desktop .toolbar .pages .pages-items .pages-item-next{margin-left:70px}.content-style-extend{font-weight:500;font-size:16px;line-height:27px;color:#434548}.content-style-extend h1,.content-style-extend h2,.content-style-extend h3{font-weight:600;line-height:1.35}.content-style-extend h4,.content-style-extend h5,.content-style-extend h6{font-weight:500;line-height:1.2}.d_mobile .content-style-extend h1{font-size:30px}.d_desktop .content-style-extend h1{font-size:36px}.d_mobile .content-style-extend h2{font-size:26px}.d_desktop .content-style-extend h2{font-size:30px}.d_mobile .content-style-extend h3{font-size:20px}.d_desktop .content-style-extend h3{font-size:24px}.d_mobile .content-style-extend h4{font-size:18px}.d_desktop .content-style-extend h4{font-size:22px}.content-style-extend ul,.content-style-extend ol{list-style:none}.content-style-extend ul>li,.content-style-extend ol>li{position:relative}.content-style-extend ul>li:before,.content-style-extend ol>li:before{content:'';position:absolute;left:0}.content-style-extend ul>li{padding-left:17px}.content-style-extend ul>li:before{content:'';width:6px;height:6px;top:11px;background-color:#093;border-radius:50%}.content-style-extend ol{counter-reset:li}.content-style-extend ol>li{counter-increment:li;padding-left:24px}.content-style-extend ol>li:before{content:counter(li) '.';color:#093;display:inline}.content-style-extend a{text-decoration:none;color:#093}.d_desktop .content-style-extend a{transition:color .3s}.d_desktop .content-style-extend a:hover{color:#26a851}.content-style-extend table{border-collapse:collapse}.content-style-extend table th,.content-style-extend table td{padding:10px}.content-style-extend table p{margin:0}.content-style-extend h1,.content-style-extend h2,.content-style-extend h3,.content-style-extend h4,.content-style-extend h5,.content-style-extend h6,.content-style-extend ul,.content-style-extend ol,.content-style-extend p,.content-style-extend table{margin-bottom:30px}.content-style-extend *:last-child{margin-bottom:0}.content-style-extend .header{font-weight:600;font-size:18px;line-height:22px;margin-bottom:20px;color:#000}.show-hide-text-content{max-height:unset;overflow:visible;font-weight:500;font-size:16px;line-height:27px;color:#434548;font-weight:300;font-size:14px;line-height:23px;color:rgba(0,0,0,.6);max-width:1140px;margin-left:auto;margin-right:auto;box-sizing:border-box}.show-hide-text-content h1,.show-hide-text-content h2,.show-hide-text-content h3{font-weight:600;line-height:1.35}.show-hide-text-content h4,.show-hide-text-content h5,.show-hide-text-content h6{font-weight:500;line-height:1.2}.d_mobile .show-hide-text-content h1{font-size:30px}.d_desktop .show-hide-text-content h1{font-size:36px}.d_mobile .show-hide-text-content h2{font-size:26px}.d_desktop .show-hide-text-content h2{font-size:30px}.d_mobile .show-hide-text-content h3{font-size:20px}.d_desktop .show-hide-text-content h3{font-size:24px}.d_mobile .show-hide-text-content h4{font-size:18px}.d_desktop .show-hide-text-content h4{font-size:22px}.show-hide-text-content ul,.show-hide-text-content ol{list-style:none}.show-hide-text-content ul>li,.show-hide-text-content ol>li{position:relative}.show-hide-text-content ul>li:before,.show-hide-text-content ol>li:before{content:'';position:absolute;left:0}.show-hide-text-content ul>li{padding-left:17px}.show-hide-text-content ul>li:before{content:'';width:6px;height:6px;top:11px;background-color:#093;border-radius:50%}.show-hide-text-content ol{counter-reset:li}.show-hide-text-content ol>li{counter-increment:li;padding-left:24px}.show-hide-text-content ol>li:before{content:counter(li) '.';color:#093;display:inline}.show-hide-text-content a{text-decoration:none;color:#093}.d_desktop .show-hide-text-content a{transition:color .3s}.d_desktop .show-hide-text-content a:hover{color:#26a851}.show-hide-text-content table{border-collapse:collapse}.show-hide-text-content table th,.show-hide-text-content table td{padding:10px}.show-hide-text-content table p{margin:0}.show-hide-text-content h1,.show-hide-text-content h2,.show-hide-text-content h3,.show-hide-text-content h4,.show-hide-text-content h5,.show-hide-text-content h6,.show-hide-text-content ul,.show-hide-text-content ol,.show-hide-text-content p,.show-hide-text-content table{margin-bottom:30px}.show-hide-text-content *:last-child{margin-bottom:0}.show-hide-text-content .header{font-weight:600;font-size:18px;line-height:22px;margin-bottom:20px;color:#000}.show-hide-text-content ul>li:before{top:9px}@media screen and (max-width:1024px){.show-hide-text-content table{display:block;max-width:100%;overflow-x:scroll;height:auto !important}.show-hide-text-content table tbody{display:block;min-width:900px}}.show-hide-text-block{max-width:1140px;margin-left:auto;margin-right:auto}.show-hide-text-block .show-hide-trigger{display:none}.rating-extend .rating-summary{width:95px;display:flex;background:url(../images/stars.svg) 0 50% no-repeat}.rating-extend .rating-result{width:100%}.rating-extend .rating-result>span{width:0;display:block;font-size:0;background:url(../images/stars_filled.svg) 0 50% no-repeat}.rating-extend .rating-summary,.rating-extend .rating-result>span{height:20px;background-size:auto 15px}.page-title-wrapper{padding-bottom:10px}.page-title-wrapper .page-title{font-weight:600;font-size:20px;line-height:24px;color:#000;margin:0;padding:20px var(--mainPadding);word-wrap:break-word}.d_desktop .page-title-wrapper .page-title{font-size:24px;line-height:30px}.page-main .page-title-wrapper,.page-main .columns{background:#fff}.category-view .category-image{background:#fff;padding-bottom:30px}.columns{display:flex;flex-direction:column-reverse;padding-bottom:60px}.columns .column.main,.columns .sidebar-main{width:100%}.columns .sidebar-main{box-sizing:border-box;padding:0 50px 0 0}.d_mobile .columns .sidebar-main{padding:0 25px}.d_desktop .columns{flex-direction:row-reverse}.d_desktop .columns .column.main{flex-grow:1}.d_desktop .columns .sidebar-main{flex-shrink:0;width:280px}.d_desktop .columns .sidebar-additional{display:none}.v_norm_desktop .columns .sidebar-main{width:330px}body.no-active-filters .sidebar-main{display:none}.page-bottom{margin-left:auto;margin-right:auto;padding-left:var(--containerPadding);padding-right:var(--containerPadding);max-width:var(--msw);box-sizing:border-box;margin-top:60px}.d_mobile .page-bottom{margin-bottom:60px;padding-left:var(--mainPadding);padding-right:var(--mainPadding)}.d_mobile .page-bottom .show-hide-text-block{padding:0 25px}.d_desktop .page-bottom{margin-top:100px;margin-bottom:100px}.page-bottom .catalog-faq-questions_wrap{--bottomIndent:60px;max-width:1140px;margin:0 auto var(--bottomIndent)}.d_desktop .page-bottom .catalog-faq-questions_wrap{--bottomIndent:100px}.page-bottom .catalog-faq-questions_wrap .catalog-faq-questions_block .catalog-faq-item-block{border-bottom:1px solid #e8e8e8}.page-bottom .catalog-faq-questions_wrap .catalog-faq-questions_block .catalog-faq-item-block .catalog-faq-question{word-break:break-word;font-weight:600;font-size:18px;color:#000;display:flex;align-items:center;justify-content:space-between;padding:20px 0;cursor:pointer}.d_desktop .page-bottom .catalog-faq-questions_wrap .catalog-faq-questions_block .catalog-faq-item-block .catalog-faq-question{transition:color .3s}.d_desktop .page-bottom .catalog-faq-questions_wrap .catalog-faq-questions_block .catalog-faq-item-block .catalog-faq-question:hover{color:#434548}.page-bottom .catalog-faq-questions_wrap .catalog-faq-questions_block .catalog-faq-item-block .catalog-faq-question .icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor;margin-left:16px;position:relative;transform:rotate(0deg);transition:transform .3s}.page-bottom .catalog-faq-questions_wrap .catalog-faq-questions_block .catalog-faq-item-block .catalog-faq-question.active .icon{transform:rotate(180deg)}.page-bottom .catalog-faq-questions_wrap .catalog-faq-questions_block .catalog-faq-item-block .catalog-faq-question:not(.active)~.catalog-faq-question_answer{display:none}.page-bottom .catalog-faq-questions_wrap .catalog-faq-questions_block .catalog-faq-item-block .catalog-faq-question_answer{word-break:break-word;font-weight:500;font-size:16px;line-height:27px;color:#434548;justify-content:space-between;padding:0 0 20px}.category-top-seo-description{margin:0 0 60px}.d_mobile .category-top-seo-description{padding:0 var(--mainPadding);margin-top:40px}.category-top-seo-description .actions-block{margin:24px 0 0}.category-top-seo-description .actions-block .link{cursor:pointer}.d_desktop .category-top-seo-description .actions-block .link{transition:color .3s}.d_desktop .category-top-seo-description .actions-block .link:hover{color:#093}.d_mobile .message.notice,.d_mobile .message.info.empty{padding:25px}