@charset "UTF-8";@keyframes contract{40%,46%{top:50%;left:50%;width:30px;height:30px}}@keyframes dot-size{40%,43%{width:40px;height:40px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(.9);opacity:0}}:root{--shadow-box:inset 0 0 5px rgba(0, 0, 0, .5);--shadow-border:inset 0 0 0 1px var(--field-full);--icon-size:18px;--separator-color-edge:#e4e4e4;--separator-color-middle:#a0a0a0;--transition-duration:0.3s;--gradient-start:#0f65c4;--gradient-middle:yellow;--gradient-end:#d34f19;--grayscale-full:grayscale(100%);--header-gradient:linear-gradient(
            to bottom,
            rgb(0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 95%
    );--header-height:60px;--header-padding:4px;--close-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.2 6 4.5-4.5A.9.9 0 0010.6.2L6 4.8 1.5.3A.9.9 0 00.2 1.4L4.8 6 .2 10.5c-.7.9.5 2 1.3 1.3L6 7.2l4.5 4.6a.9.9 0 001.2-1.3L7.3 6z'/%3E%3C/svg%3E");--close-image-hover:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffe200'%3E%3Cpath d='m7.2 6 4.5-4.5A.9.9 0 0010.6.2L6 4.8 1.5.3A.9.9 0 00.2 1.4L4.8 6 .2 10.5c-.7.9.5 2 1.3 1.3L6 7.2l4.5 4.6a.9.9 0 001.2-1.3L7.3 6z'/%3E%3C/svg%3E");--filter-yellow:brightness(0) saturate(100%) invert(88%) sepia(65%) saturate(1185%) hue-rotate(358deg) brightness(105%) contrast(101%);--filter-grey:brightness(0) saturate(100%) invert(44%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(89%)}@font-face{font-family:"AvantGardeGothic";font-display:swap;src:url(../fonts/AvantGardeGothic/AvantGardeGothic-Demi.eot);src:local("AvantGardeGothic Demi"),local("AvantGardeGothic-Demi"),url(../fonts/AvantGardeGothic/AvantGardeGothic-Demi.eot?#iefix)format("embedded-opentype"),url(../fonts/AvantGardeGothic/AvantGardeGothic-Demi.woff)format("woff"),url(../fonts/AvantGardeGothic/AvantGardeGothic-Demi.woff2)format("woff2"),url(../fonts/AvantGardeGothic/AvantGardeGothic-Demi.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"AvantGardeGothic";font-display:swap;src:url(../fonts/AvantGardeGothic/AvantGardeGothic-Book.eot);src:local("AvantGardeGothic Book"),local("AvantGardeGothic-Book"),url(../fonts/AvantGardeGothic/AvantGardeGothic-Book.eot?#iefix)format("embedded-opentype"),url(../fonts/AvantGardeGothic/AvantGardeGothic-Book.woff)format("woff"),url(../fonts/AvantGardeGothic/AvantGardeGothic-Book.woff2)format("woff2"),url(../fonts/AvantGardeGothic/AvantGardeGothic-Book.ttf)format("truetype");font-weight:700;font-style:normal}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.8em;display:block;font-weight:700;line-height:1.1}.h1,h1{font-size:2.188rem}h1.block-title{margin-top:0}.h2,h2{font-size:1.625rem}.h3,.page-empty .empty-text p,h3{font-size:1.25rem}h3.block-title{font-size:1.875rem;margin-bottom:26px}.h4,h4{font-size:1.125rem}picture{max-width:100%;max-height:100%}body,html{width:100vw;font-size:1rem;font-family:"AvantGardeGothic",sans-serif}#page-header,#popup-default{width:100%;min-width:100vw}body{overflow-x:hidden}body.menu-filter-show,body.menu-show{overflow:hidden;min-height:100vh;height:100%;position:fixed}body::-webkit-scrollbar{width:6px;cursor:pointer}body::-webkit-scrollbar-track{background:var(--color-background)}body::-webkit-scrollbar-thumb{background:rgba(255,226,0,.5);border-radius:4px;cursor:pointer}body::-webkit-scrollbar-thumb:hover{background:#ffe200}body:not(.mobile) ::-webkit-scrollbar{width:6px;height:6px}body:not(.mobile) ::-webkit-scrollbar-button{width:6px;height:6px}body:not(.mobile) ::-webkit-scrollbar-button:vertical:start{background-size:4px 4px;display:none}body:not(.mobile) ::-webkit-scrollbar-button:vertical:end{background-size:4px 4px;display:none}body:not(.mobile) ::-webkit-scrollbar-button:horizontal:start{background-size:4px 4px;display:none}body:not(.mobile) ::-webkit-scrollbar-button:horizontal:end{background-size:4px 4px;display:none}body:not(.mobile) ::-webkit-scrollbar-track{background:var(--color-background)}body:not(.mobile) ::-webkit-scrollbar-track-piece{background:var(--color-background)}body:not(.mobile) ::-webkit-scrollbar-thumb{background:var(--color-brand);border-radius:8px}body:not(.mobile) ::-webkit-scrollbar-corner{background:var(--color-background)}::-moz-placeholder{color:var(--field-empty);opacity:1;transition:all .3s}::placeholder{color:var(--field-empty);opacity:1;transition:all .3s}:focus::-moz-placeholder{opacity:0;-moz-transition:all .3s;transition:all .3s}:focus::placeholder{opacity:0}.transition{transition:all .3s}.hidden{opacity:0;visibility:hidden}.w-100{width:100%}.ic,[class*=" ic-"],[class^=ic-]{display:inline-block;position:relative}#category-left-close,#mobile-filter,#mobile-sort-close,.ic-mail-send,.ic-no-availability,.ic-search{display:none}.ic-arrow-down{width:14px;height:14px;padding:4px}.ic-email{width:21px;height:14px;left:-5px;top:10px;margin-right:3px;position:absolute}.ic-arrow-down:before{transition:all .3s;border-style:solid;border-width:0 2px 2px 0;transform:rotate(45deg) translate(0);display:block;height:100%;border-color:#000}button:not(.callback-title):hover .ic-arrow-down:before{border-color:var(--color-brand)}.filter .ic-arrow-down:before{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.ic-plus,.ui-slider .products-label .help-tooltip__box-wrap p{text-align:center}.ic-plus:hover{background-color:var(--color-brand)}.help-tooltip .ic-plus:before{transition:all .3s;transform:rotate(45deg) translate(-2px,-2px);background-image:var(--close-image-hover)}.help-tooltip.add .ic-plus:before{transform:rotate(0deg) translate(0,-3px)}.help-tooltip .ic-plus:hover:before{background-image:var(--close-image)}.head-phones.is-open .ic-arrow-down:before,.is-active .ic-arrow-down:before,.row.is-open .ic-arrow-down.d-xl-none:before{transform:rotate(225deg) translate(-2px,-2px)}.ic-search svg{width:var(--icon-size);height:var(--icon-size);transform:scale(-1,1)}.inline-svg-icon{width:27px;height:31px;cursor:pointer;transition:all .3s;fill:#1a1a1a;top:1px;position:relative}.btn .inline-svg-icon{fill:var(--color-white)}#page-footer .footer-top .footer-logo:hover svg,.btn:active .inline-svg-icon,.btn:hover .inline-svg-icon,.btn:visited .inline-svg-icon,.compare-list .product-card .product-element.product-compare svg,.ic-search svg,.page-compare .product-card .product-element.product-compare svg,.product-card .product-element.is-active svg,.product-page .active-element.is-active svg{fill:var(--color-brand)}.count,.count>*{display:block;position:absolute}.count{height:18px;background-color:#ed1c24;border-radius:50%;text-align:center;right:-3px;top:-3px;width:18px;cursor:pointer;font-size:0}.count>*{font-weight:700;font-size:11px;color:var(--color-white);height:11px;top:0;bottom:0;margin:auto;left:-100%;right:-100%;max-width:18px;line-height:11px}.count:empty{visibility:hidden}.separator{display:inline-block;position:relative;width:20px;height:20px;margin:0 5px}.separator:before{content:"";display:block;transform:rotate(45deg);position:absolute;top:0;bottom:0;margin:auto;border-style:solid;border-width:1px 1px 0 0;border-color:var(--color-white);width:6px;height:6px;right:0;left:-1px}.ic-youtube-play:before,.ic:before,[class*=" ic-"]:before,[class^=ic-]:before{display:block;content:"";height:100%;background-size:cover}.ic-youtube-play{display:inline-block;position:absolute;width:16px;height:16px;right:0;bottom:0}.ic-youtube-play:before{background-size:contain}.ic-pencil{width:16px;height:16px;top:3px;margin-right:3px}.scroll-up{position:fixed;right:32px;bottom:90px;width:42px;height:42px;z-index:100;cursor:pointer;display:none;border:2px solid var(--color-brand);opacity:.36;background:var(--color-background);padding:15px 11px}.scroll-up:hover{opacity:1!important}.scroll-up:before{content:"";display:block;width:15px;height:15px;transform:rotate(135deg);border-style:solid;border-width:4px;border-color:transparent transparent var(--color-brand) var(--color-brand)}.bgd-grey{background-color:#3b3b3b}.our-partners{font-size:.875rem;height:62px;width:100%;justify-content:center;align-items:center;display:flex}.address-list .our-partners{display:block;padding:6px 0;height:auto;margin-bottom:13px}.our-partners>*{display:inline-block;padding:0 5px}.address-list .our-partners>*{width:auto;text-align:left;display:inline-block;padding-left:0;float:left;line-height:31px;font-size:1rem}.our-partners span{color:var(--color-brand);font-weight:700;font-size:16px}.our-partners__logo:before{content:"";display:block;height:31px;background-color:var(--color-brand);border:3px solid var(--color-brand);background-size:cover;background-repeat:no-repeat;width:110px}.table-box{width:100%;text-align:left;border-collapse:collapse;font-size:.875rem}.table-box>a{display:block;margin:0 auto;padding:.25rem .5rem;font-size:.75rem;text-align:center;text-decoration:underline}.table-box>a:after{content:"";display:inline-block;width:0;height:0;border-style:solid;border-color:var(--color-brand) transparent transparent;border-width:5px 5px 0}.table-row{display:table-row}.table-cell{display:table-cell}.block-relative{position:relative}.sticky{position:fixed;z-index:101;padding:0!important}.stop{position:relative;z-index:101}#home-page-info{padding:13px 0 12px;margin-bottom:70px}.utp-wrapper .utp-item .img-wrapper{margin-right:14px}.utp-wrapper .utp-item .img-wrapper svg path{fill:var(--color-brand);transition:all .3s;width:60px;height:55px}.utp-wrapper .utp-item .text-wrapper{flex-grow:1;font-weight:700}#category-showcase,#seriesShowcase{padding:50px 0 64px}.category-showcase{padding:3px 0;margin:0}.category-showcase-item{flex:0 0 20%;max-width:20%;padding:0 2.5px 5px}#recommended-wall-showcase .category-showcase-item{max-width:16.66667%}.category-showcase a,.category-showcase span{display:block;position:relative;height:100%}.category-showcase .products-label__left-type-6{z-index:1;padding:2px 9px 1px;text-align:left;margin-bottom:4px;position:absolute;color:var(--color-white);font-size:.8125rem;border-radius:0 3px 3px 0;cursor:default;height:18px;top:3px;left:0}.category-showcase .image-wrapper{background:#000;height:0;padding-bottom:74%;overflow:hidden}.category-showcase .image-wrapper img{position:absolute;left:-150%;right:-150%;top:-150%;bottom:-150%;margin:auto;max-height:100%;width:auto;height:auto;max-width:100%}.category-showcase .title-wrapper{position:absolute;bottom:0;text-align:center;line-height:1.2;font-size:1rem;text-transform:uppercase;background-color:rgba(21,21,21,.72);display:block;width:100%;margin:0;top:calc(100% - 56px);height:auto;min-height:56px;border:1px solid transparent}.category-showcase-item:hover .title-wrapper{top:0;border-color:#666}.category-showcase strong{display:table;text-align:center;width:100%;height:100%}.category-showcase strong i{font-style:normal;vertical-align:middle;display:table-cell;padding:0 10px}.series-showcase{padding-top:24px;margin-bottom:0}.series-showcase-item{flex:0 0 16.6666666667%;max-width:16.6666666667%;border-left:2px solid #4d4d4d;margin-bottom:20px;min-height:100px}.series-showcase-item:hover{border-color:var(--color-brand)}.series-drop-link{padding:5px 21px 13px;display:block;height:100%}#page-footer .footer-top .footer-work-time-wrapper a:hover,.article-list-wrapper .article-item:hover .title a,.series-showcase-item:hover .title-wrapper{color:var(--color-brand)}.series-drop-link .title-wrapper{font-size:1.25rem;letter-spacing:-.5px;margin-bottom:18px;color:var(--color-text)}.series-drop-link span{display:block}.series-drop-link .description-wrapper{color:var(--field-empty);font-size:.75rem;line-height:14px}.subscription-wrapper{height:350px;background-color:transparent;padding-top:170px;margin-top:-192px;margin-bottom:20px}.subscription-wrapper.categorise-page{padding-top:0;margin-top:0;height:180px}.subscription-block__wrapper-text{height:100%;margin:0-90px;background-color:#3b3b3b}.subscription-img__left,.subscription-img__right{flex:0 0 50%;max-width:29.25%;position:relative;overflow:hidden}.subscription-img__wrapper{height:100%}.subscription-img__wrapper:after,.subscription-img__wrapper:before{content:"";display:block;width:70px;height:150%;position:absolute;background-color:#3b3b3b;top:-25%;bottom:-25%;z-index:1;transform:rotate(18.8deg)}.subscription-img__wrapper:before{box-shadow:inset -2px 0 6px rgba(0,0,0,.61);left:-42px}.subscription-img__wrapper:after{right:-42px;box-shadow:inset 2px 0 6px rgba(0,0,0,.61)}.subscription-img__wrapper span{display:block;height:100%;position:relative}.subscription-img__wrapper img{position:absolute;left:0;right:0;top:-100%;bottom:-100%;margin:auto;min-width:100%;min-height:100%;max-width:150%}.subscription-block__center{flex:0 0 41%;max-width:787px;position:relative;padding:0 38px}.subscription-block__center .title{font-size:1.125rem;text-transform:uppercase;text-align:center;line-height:1.35}.subscription-block__form{width:100%;max-width:632px;margin:0 auto;padding-top:14px}.subscription-wrapper .subscribeForm-container .field-email-wrap,.subscription-wrapper .subscribeForm-container .field-name-wrap{flex:0 0 36.5%;max-width:36.5%;padding-right:5px;position:relative}.subscription-wrapper .subscribeForm-container .form-control{border-radius:0!important;padding-top:12px;padding-bottom:15px;height:45px}.subscribe-form .form-error{display:none!important}.subscription-wrapper input::-moz-placeholder{color:var(--field-placeholder)}.subscription-wrapper input::placeholder{color:var(--field-placeholder)}.subscription-wrapper .subscribeForm-container .form-error{display:inline;top:100%;margin-top:2px;line-height:1.1;padding-right:10px;right:auto}.subscription-wrapper .subscribeForm-container .form-error ul{right:auto}.subscription-wrapper .subscribeForm-container .form-error li{text-align:left;color:#ff3100;white-space:nowrap}.subscription-wrapper .subscribeForm-container .input-group-btn{flex:0 0 27%;max-width:27%}.subscription-wrapper .subscribeForm-container .input-group-btn .btn{width:100%;height:45px;font-size:1rem;text-transform:uppercase;max-width:none}#home-page-articles{padding-top:0;margin-bottom:50px}#home-page-articles .row:first-child:after{content:"";padding-bottom:16px;border-bottom:1px solid #2c2c2c;display:block;width:calc(100% - 30px);margin:0 auto 30px}.blog-outer{padding-right:5.5%}.video-outer{padding-left:4.2%}.block-title-wrapper{padding:0;margin-bottom:25px;margin-right:26px}.block-title-wrapper .block-title{font-size:.875rem;margin-bottom:-2px}.block-title-wrapper .block-title .text{text-transform:uppercase;color:var(--color-brand);font-weight:700;font-size:1.5rem}.block-title-wrapper .slide-more{line-height:22px;font-size:.875rem;color:var(--color-text);padding:0 30px}.block-title-wrapper .slide-more:hover{color:var(--color-brand);text-decoration:none}.block-title-wrapper .page-next,.block-title-wrapper .page-prev{user-select:none;line-height:1;cursor:pointer;font-size:.875rem;padding:0 19px 0 14px;position:relative}.block-title-wrapper .page-next i,.block-title-wrapper .page-prev i{transition:all .3s;font-size:.625rem;display:inline-block;vertical-align:middle;position:absolute;top:0;opacity:.36}.block-title-wrapper .page-next:hover i,.block-title-wrapper .page-prev:hover i{opacity:1}.block-title-wrapper .page-prev i{left:1px}.block-title-wrapper .page-next i{right:3px}.article-list-wrapper,.video-list-wrapper{padding-top:16px}.article-list-wrapper .article-item{margin-bottom:20px;flex:0 0 50%;max-width:calc(50% - 10px)}.article-list-wrapper .article-item .img-wrapper{border:1px solid #404040}.article-list-wrapper .article-item:hover .img-wrapper,.video-item a:hover .img-wrapper{border-color:var(--color-brand)}.article-list-wrapper .article-item .title a{color:var(--color-text);font-size:.875rem;display:block;height:54px;overflow:hidden;margin-top:3px}.article-list-wrapper .article-item .link-more{color:var(--color-brand);display:block;margin-top:10px;font-size:.8125rem}.article-list-wrapper .article-item .mt-auto.clearfix{max-width:226px}.article-list-wrapper .article-item .public-data{font-size:.75rem;color:#4c4c4c}.page-articles-list .article-list-wrapper{padding:0}.page-articles-list .article-list-wrapper .article-item{max-width:none;margin-bottom:38px}.page-articles-list .article-list-wrapper .img-wrapper{flex:0 0 28.2%;max-width:28.2%;overflow:hidden}.page-articles-list .article-list-wrapper .description-wrapper{flex:0 0 71.8%;max-width:71.8%;padding-left:20px}.page-articles-list .article-list-wrapper .description-wrapper a{margin:0;color:var(--color-brand);font-weight:700;min-height:30px;height:auto}.page-articles-list .article-list-wrapper .article-item .text{font-size:.875rem;line-height:1.25;height:51px;overflow:hidden}.video-item{margin-bottom:20px}.video-list-wrapper .video-item{flex:0 0 33.33333%;max-width:calc(33.33333% - 10px)}.video-item .img-wrapper{display:block;border:1px solid #404040;position:relative;padding-bottom:56%;height:0;overflow:hidden}.video-item .img-wrapper img{max-height:100%;position:absolute;top:-100%;bottom:-100%;margin:auto;left:-100%;right:-100%}.video-item a{display:block;color:var(--color-text);font-size:.875rem}.video-item .img-wrapper:after{content:"";width:51px;height:38px;background-size:contain;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.12 32.14'%3E%3Cpath fill='red' d='M45.32 5.17C44.76 2.72 42.75.91 40.33.64 34.62 0 28.83 0 23.07 0 17.3 0 11.51 0 5.8.64 3.38.91 1.38 2.72.81 5.17.01 8.66 0 12.48 0 16.07c0 3.6 0 7.41.8 10.9.56 2.45 2.57 4.26 4.98 4.53 5.72.64 11.51.64 17.27.64s11.55 0 17.27-.64c2.41-.27 4.42-2.08 4.99-4.53.8-3.49.81-7.31.81-10.9 0-3.59 0-7.41-.8-10.9zm-27.1 17.19V9.57l12.19 6.39-12.19 6.4z'/%3E%3Cpath fill='%23FFF' d='M30.41 15.96l-12.19 6.4V9.57z'/%3E%3C/svg%3E");position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-repeat:no-repeat;background-position:center;border-radius:50%/13%;box-shadow:0 0 8px rgba(0,0,0,.5)}.video-item .video-title{display:block;height:64px;overflow:hidden;margin-top:2px}.first-slider{max-width:100vw;width:100%;flex:0 0 100%;padding-bottom:19px}.first-slider:empty{display:none!important}.first-slider img{width:100%}.first-slider .block-slider{position:relative;width:100%}.first-slider .lSSlideOuter .lSPager.lSpg{bottom:5px}#wrapper{overflow:hidden;position:relative}.menu-show #wrapper{min-height:auto}#page-content{margin:121px auto 0;width:100%;position:relative;min-height:calc(100vh - 468px)}body:not(.product-cart) #page-content{z-index:31}body.page-main #page-content{width:100%}#page-footer{position:relative;z-index:30;width:100%}.first-column{padding:0 15px;flex:0 0 50%;max-width:50%}.second-column,.third-column{padding:0 15px;flex:0 0 30%;max-width:30%}.third-column{flex:0 0 50%;max-width:50%;text-align:right}#page-footer .footer-top .footer-logo{max-width:288px;float:right;width:100%;margin-right:-23px;margin-top:-9px}#page-footer .footer-top .footer-logo svg{fill:var(--color-text)}#page-footer .footer-top{background-color:#212121;padding:45px 0 108px}#page-footer .footer-social,.success-wrapper .footer-social{clear:both;padding-top:30px}#page-footer .footer-social{float:right}.success-wrapper .footer-social .social{justify-content:center}#page-footer .footer-top .footer-work-time-wrapper .title{margin-bottom:22px;text-align:center;max-width:320px}#page-footer .footer-top .footer-work-time-wrapper .title~.title{margin-top:22px;clear:both;display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-direction:row;align-content:center}#page-footer .footer-top .footer-work-time-wrapper .title i{display:block;margin-right:11px}#page-footer .footer-top .footer-work-time-wrapper .title svg{width:55px;height:55px;fill:var(--color-brand)}#page-footer .footer-top .footer-work-time-wrapper .title span{display:block;margin-left:11px;text-align:left}#page-footer .footer-top .footer-work-time-wrapper #second-phones{width:min-content;display:inline-block;float:left;max-width:160px}#page-footer .footer-top .footer-work-time-wrapper .footer-work-time{width:50%;display:inline-block;float:left;max-width:160px;white-space:nowrap}#page-footer .footer-top .footer-work-time-wrapper p{margin-bottom:7px}#page-footer .footer-top .footer-work-time-wrapper a{display:block;margin:0 5px 7px 0;color:var(--color-text);transition:all .3s;line-height:19px}#page-footer .footer-top .footer-social .social-link,.success-wrapper .footer-social .social-link{display:block;width:48px;height:48px;border-radius:50%;margin-right:8px;border:2px solid rgba(255,226,0,.15);padding:10px}#page-footer .footer-top .footer-social .social-link:last-child,.success-wrapper .footer-social .social-link:last-child{margin-right:0}#page-footer .footer-top .footer-social .social-link:hover,.success-wrapper .footer-social .social-link:hover{border-color:var(--color-brand)}#page-footer .footer-top .footer-social .social-link i,.success-wrapper .footer-social .social-link i{display:block;height:100%}#page-footer .footer-bottom,.checkout-cart-discount .share-info .add-next-coupon .help-tooltip__box-wrap .icon-plus:hover::after,.checkout-cart-discount .share-info .add-next-coupon .help-tooltip__box-wrap .icon-plus:hover::before{background:#1a1a1a}.page-title{color:var(--color-brand)}.page-title i{font-style:normal}header{background-color:var(--color-brand);height:121px;position:absolute;left:0;right:0;top:0;z-index:1003;box-shadow:0-100px 0 var(--color-brand),0 0 6px rgba(0,0,0,.6)}body:not(.mobile) .fancybox-container~#wrapper header{margin-right:6px}.to-head-wrap{max-width:1500px;padding:0 15px;margin:auto;height:100%;position:relative}.flex-header{margin:0-15px;height:100%}.first-header,.second-header{position:relative}.first-header,.second-header,.third-header{flex-basis:96px;flex-shrink:0}.first-header{flex:0 0 19.2%;max-width:19.2%;max-height:100%}.second-header{flex:0 0 66.933%;max-width:66.933%;padding:0 107px 0 40px}.second-header .row:last-child{opacity:1;visibility:visible;height:42px;padding-top:16px}.small-header .second-header .row:last-child,.small-header .third-header .row:first-child{opacity:0;visibility:hidden;height:0;padding-top:0}.third-header{flex:0 0 13.867%;position:static;max-width:13.867%;height:66px;max-height:100%;padding:2px 15px}.third-header .row{justify-content:flex-end;height:31px;margin:0;flex-wrap:nowrap}.third-header .row:last-child{justify-content:space-between}.third-header .row:last-child>*{width:27px;font-weight:400;font-size:.875rem;color:var(--field-empty);text-align:center}.third-header .row:last-child>:not(.desktop-compare){position:relative}.third-header .row:last-child>:after{content:"";width:0;margin:auto;height:2px;background-color:#1a1a1a;display:block;transition:all .3s}.third-header .row:last-child>.is-open:after,.third-header .row:last-child>:hover:after{width:100%}.small-header .first-header a{height:38px}.first-header a{display:block}.first-header svg{max-height:100%}.small-header .first-header svg{max-height:170%;margin-top:-5px}#page-footer .footer-top .footer-logo svg path:not(#Nitecore),.first-header svg path:not(#Nitecore){display:none;opacity:0}#page-footer .footer-top .footer-logo svg.lang-pl #pl,#page-footer .footer-top .footer-logo svg.lang-ru #ru,#page-footer .footer-top .footer-logo svg.lang-uk #ua,.first-header svg.lang-pl #pl,.first-header svg.lang-ru #ru,.first-header svg.lang-uk #ua{display:block!important;opacity:1}.nav-link:after{content:"";width:0;margin:auto;height:2px;background-color:#1a1a1a;display:block;transition:all .3s}.menu-show .nav-link.first:after,.nav-link:hover:after{width:100%}.callback-title{box-shadow:0 0 8px rgba(0,0,0,.5);font-size:.9375rem;font-weight:700;background-color:var(--color-brand);height:26px;border-radius:26px;margin-left:3px;width:170px}.callback-title:active,.callback-title:hover{background-color:var(--color-background);color:var(--color-brand)}.head-phones{width:calc(100% - 180px);text-align:right;font-weight:700;white-space:nowrap}.head-phones div{display:inline-block}#top-submenu .row.mobile-menu-row,.head-phones .ic-arrow-down{display:none}.breadcrumb .breadcrumb-item.is-collapse span:not(.separator):not(.add-hellip),.breadcrumb .breadcrumb-item:not(.is-collapse) span.add-hellip,.head-phones .btn:not(:disabled):not(.disabled){display:none}.head-phones .ic-map-marker{padding:0 15px}.head-phones .ic-map-marker:before{width:16px;height:18px}#top-submenu{position:absolute;left:0;right:0;top:0;background-color:rgba(41,41,41,.98);margin:auto;max-height:calc(100vh - 50px);box-shadow:0 12px 17px rgba(0,0,0,.63);border-radius:4px;max-width:1264px;width:calc(100% - 30px)}#top-submenu-wrap{padding:37px 30px 37px 29px}#top-submenu .wrap{position:relative;padding-right:4px;max-height:calc(100vh - 130px);height:100%;overflow:auto;overflow-x:hidden}#top-submenu .row{height:100%}.catalog-drop-inner{display:flex;width:100%;max-height:calc(100vh - 60px)}.catalog-sub{flex:1 1 20%;padding:0 15px;border-left:1px solid #424242}.catalog-sub:first-child{border:0}.list-unstyled.lv-2{padding-left:0;padding-top:8px}header a.catalog-drop-link,header a.catalog-drop-link:active,header a.catalog-drop-link:focus,header a.catalog-drop-link:hover{color:var(--color-brand);font-size:1.125rem;display:block}header a.catalog-drop-link.mobile-item{display:none}.lv-2 .catalog-drop-link{color:#e6e6e6;font-size:.875rem;padding:4px 0;display:block}.lv-2 .catalog-drop-link:active,.lv-2 .catalog-drop-link:focus,.lv-2 .catalog-drop-link:hover{color:var(--color-brand);font-size:.875rem}#popup-default:after,#popup-default:before,.catalog-drop-link .icon-wrapper,.catalog-drop-link img,.lv-2 .catalog-drop-link.desktop-hidden{display:none}#prod-close{position:absolute;top:10px;right:10px}#prod-close i,.fancybox-close-small,.ic-close,.ic-close-2,.ic-delete{border-radius:50%;text-align:center;transition:all .3s;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(255,226,0,.5);display:block}#prod-close i,.ic-close{background-color:var(--color-brand)}#prod-close i,.fancybox-close-small,.ic-close{width:18px;height:18px;line-height:18px;min-height:18px}#prod-close i:hover{background:0 0}.close,.close-button,.close-forever,.fancybox-close-small,.ic-close-1,.player-close-btn{font-family:sans-serif!important;background-color:var(--color-brand)}.close-button:hover,.close:hover,.ic-close-1:hover,.player-close-btn:hover{background-color:var(--color-background);box-shadow:0 0 0 1px rgba(255,226,0,.5)}.close-forever:hover,.fancybox-close-small:hover{background-color:var(--color-background)}.ic-close-2,.ic-delete{width:18px;height:18px;line-height:18px}#prod-close:hover i,.close-forever:hover,.fancybox-close-small:hover,.ic-close-2:hover,.ic-close:hover,.ic-delete:hover{box-shadow:0 0 0 1px rgba(255,226,0,.5)}#prod-close i:before,.ic-close:before{top:3px;transition:all .3s}#prod-close i:before,.ic-close-2:before,.ic-close:before,.ic-delete:before{content:"";display:block;outline:0!important;background-repeat:no-repeat;background-image:var(--close-image);width:12px;height:12px;margin:auto;position:relative}.close-button:before,.close:before,.fancybox-close-small:before,.ic-close-1:before,.player-close-btn:before{content:"";background-image:var(--close-image);width:12px;height:12px;margin:auto;position:relative;display:block;transform:scale(1)}.player-close-btn:before{top:0}#prod-close i:hover:before,.close-button:hover:before,.close-forever:hover:before,.close:hover:before,.fancybox-close-small:hover:after,.fancybox-close-small:hover:before,.ic-close-1:hover:before,.ic-close-2:hover:before,.ic-close:hover:before,.ic-delete:hover:before,.player-close-btn:hover:before{background-image:var(--close-image-hover)}#prod-close:hover i:before,.fancybox-close-small:hover:before,.ic-close-2:hover:before,.ic-close:hover:before,.ic-delete:hover:before{color:var(--color-brand)}.ic-close-2:before,.ic-delete:before{font-size:.8125rem;transition:all .3s;transform:none;top:0}.ic-delete:before{top:3px}.form-popup .fancybox-close-small:before{transition:all .3s;transform:none;top:0}#popup-default .fancybox-close-small,.drop-block .ic-close{top:8px;right:8px}.drop-block .ic-close{border-radius:50%;width:18px;height:18px}.fancybox-close-small,.ic-close{border:0;position:absolute;z-index:100;overflow:hidden;outline:0!important;right:10px;top:10px}.products-label .help-tooltip i.close{position:absolute;right:0;top:0;width:16px!important;height:16px!important;display:none}#c-mask{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.75);z-index:999;opacity:0}#c-mask.is-active,#header-search-result.search-result-active{opacity:1;visibility:visible}#c-mask,.menu-show .nicescroll-rails,.pop-up-open .nicescroll-rails{visibility:hidden}#header-search-result ul,.search{position:static!important}.search-form-wrap{position:absolute;right:0;bottom:-15px;transform:rotateX(90deg);left:0;margin:auto;width:100%;max-width:1500px;text-align:right;padding:0 15px;z-index:10}.is-open .search-form-wrap{transform:rotateX(0deg)}.search .form-element-wrapper{position:relative;margin:auto;width:170px;display:inline-block;transition-delay:.25s}.search.is-open .form-element-wrapper{width:100%;transition-delay:0s}.search.is-open #header-search-result .ui-autocomplete{display:block!important}.search.is-open .search-wrap{position:absolute;width:100%;height:150%;left:-50%;top:-25%;z-index:0}.search.is-open .form-search-relative-wrapper,.to-head-warranty span{position:relative;z-index:1}.search .form-control{background:#f9f9f9;box-shadow:0 0 8px rgba(0,0,0,.5);width:100%;padding:5px 15px;color:#000;font-weight:700;min-height:30px}.search .btn.btn-search{position:absolute;right:15px;font-size:.9375rem;height:100%;border-radius:18px;width:170px;box-shadow:-3px 0 8px -2px rgba(0,0,0,.5);top:0;z-index:3;max-height:100%}.mobile-close-search{position:absolute;z-index:1;right:15px;top:0;width:46px;height:46px;border-radius:46px;display:flex;align-items:center;justify-content:center;background:#ffe200}.search .btn.btn-search:hover{background:var(--color-background)}#header-search-result{position:absolute;background-color:#f9f9f9;top:15px;left:50%;border-radius:0 0 18px 18px;box-shadow:0 0 8px rgba(0,0,0,.5);z-index:-1;box-sizing:unset;transform:translateX(-50%);width:100%;opacity:0;visibility:hidden;transition:all .3s ease}#header-search-result ul{background:0 0;width:auto!important;max-width:none;max-height:none;box-sizing:content-box;margin:0;padding:27px 0 15px}#header-search-result li{padding:0 20px;transition:all .3s}#header-search-result li:not(.separate):hover{background-color:#e4e4e4}#header-search-result li.product:after{content:"";display:block;height:5px}#header-search-result li.more-result:before{content:"";height:1px;position:relative;display:block;transition:all var(--transition-duration);background:linear-gradient(to right,var(--separator-color-edge)0,var(--separator-color-middle) 50%,var(--separator-color-edge) 100%)}#header-search-result li.more-result{margin-bottom:10px;padding-top:1px;padding-bottom:2px;top:-1px}#header-search-result li.separate{text-align:left;font-size:12px;padding-bottom:5px;background-color:transparent;color:inherit;cursor:default}#header-search-result li:hover:before{opacity:1}#header-search-result li:first-of-type:before{opacity:0}#header-search-result li a{display:block;font-weight:400;width:100%;font-size:.875rem}#header-search-result li.relevant+.separate{margin-top:13px}#header-search-result li.category a,#header-search-result li.relevant a{padding:5px 13px;position:relative;display:flex}#header-search-result li.category i,#header-search-result li.relevant i{width:58px;padding-right:5px;display:flex}#header-search-result li.category i svg,#header-search-result li.relevant i svg{width:15px;margin:auto}#header-search-result li.category i .inline-svg-icon{width:17px;height:20px;fill:#1a1a1a}#header-search-result li .image,#header-search-result li .info{display:table-cell;padding:5px 5px 5px 0;vertical-align:middle;text-align:left}#header-search-result li .image{width:75px}#header-search-result li .price-block{display:block;font-weight:700;font-size:1.25rem;padding-top:5px}#header-search-result li .price{font-size:1.5rem}.page-empty .empty-text{font-size:2.125rem;line-height:1.5;padding:42px 0 100px}.page-empty .empty-text .page-title{font-size:1.875rem;margin-bottom:48px}.page-empty .empty-text .page-title.h4{font-size:1.5rem;color:var(--color-text);margin-bottom:10px}.content-variant{margin-bottom:48px}.search-page .category-left .total-count{color:var(--color-brand);padding-top:35px;font-size:.875rem;padding-bottom:23px}.search-page .category-left .total-count+.page-aside a{font-size:.875rem;padding:3px 0;display:inline-block}.search-page .category-right .block-title{font-size:1.5rem;padding-top:10px;letter-spacing:-.4px;margin-bottom:15px}#langwidget{position:relative;display:inline-block;font-size:1rem;font-weight:700;white-space:nowrap}.lang-link{opacity:.5;padding:0 2px}.filter .attribute-checkbox.selected .list .checkbox:before,.lang-link.active,.lang-link:hover{opacity:1}.your-city{display:inline-block;text-align:right;margin-right:14px}.current-city{font-size:1rem;font-weight:700;color:#000;white-space:nowrap}.city-drop{width:260px;color:var(--color-text);font-size:.875rem;text-align:left;top:55px}.city-drop .label+.city-item{padding:17px 28px 12px}.city-drop .city-description{padding:17px 0;font-size:14px;line-height:20px;color:#bfbfbf;white-space:normal;display:flex;border-top:1px solid #4c4c4c;margin:0 28px;position:relative;align-items:center}.city-drop .city-description:before{content:"";display:flex;align-items:center;justify-content:center;width:35px;height:100%;background-color:#4c4c4c;color:#fff;flex-shrink:0}.city-drop .city-description span{display:block;padding-left:12px;flex:1}.city-drop .city-link{padding:0 0 12px 21px;position:relative;cursor:pointer}.city-drop .city-link:before{content:"";position:absolute;border-radius:50%;width:13px;height:13px;border:2px solid #a6a6a6;left:0;top:3px}.city-drop .city-link.active,.city-drop .city-link:hover{text-decoration:none}.city-drop .city-link.active:before{border-color:var(--color-brand);box-shadow:inset 0 0 0 2px #282828,inset 0 0 0 8px var(--color-brand)}.desktop-compare .empty{padding:19px 28px;font-size:.875rem;width:180px;text-align:left}.compare-drop-inner{padding:22px 15px 12px}.compare-drop-inner li{text-align:left;padding:11px 14px;line-height:1.1;border-bottom:1px solid #4d4d4d}.compare-drop-inner .btn:not(:disabled):not(.disabled){border:0;background:0 0;color:var(--color-brand);text-transform:none;font-weight:400;padding:5px;height:auto;margin-top:7px}#callback-popup .controls .col-5,#callback-popup .controls .col-7{flex:0 0 100%;max-width:100%}.toggle-drop{position:relative;cursor:pointer}.toggle-drop-wrapper{opacity:0;visibility:hidden;z-index:1001;position:fixed}#page-content .toggle-drop-wrapper{left:0;top:0;right:0;bottom:0;margin:auto;background-color:#383838;z-index:1000;opacity:0;visibility:hidden;padding:20px;box-shadow:0 10px 20px rgba(0,0,0,.75);position:absolute}#page-content .buy-click.toggle-drop-wrapper,#page-content .select-city.toggle-drop-wrapper{background-color:transparent;padding:0;right:-100%!important;width:260px;left:-100%}#page-content .select-city.toggle-drop-wrapper{top:0;bottom:auto}#page-content .buy-click.toggle-drop-wrapper{top:auto;bottom:0}.desktop-compare .toggle-drop-wrapper{margin-top:5px;width:204px}#page-content .buy-click.toggle-drop-wrapper.is-active,#page-content .select-city.toggle-drop-wrapper.is-active,.desktop-favorites:hover .empty,.toggle-drop-wrapper.is-active{opacity:1;visibility:visible;z-index:100000}#buy-one-click,#callback-popup{max-width:260px;max-height:296px;top:102px}.drop-block,.drop-block-inner{position:relative;height:auto;min-height:100%}.drop-block ul,.drop-block-inner ul{margin:0}.drop-block .btn,.drop-block-inner .btn{position:static}#popup-default{background-color:#292928;max-width:648px;margin:auto;max-height:420px;padding:0;overflow:hidden;width:calc(100vw - 20px);height:calc(100vh - 20px);min-width:auto;font-size:0}#popup-default>*{font-size:1rem;overflow:hidden}#popup-default .col-content,#popup-default .popup-default-wrapper{height:100%;position:relative}#popup-default .popup-default-wrapper:after{content:"";clear:both;display:table}#popup-default .popup-default-wrapper .popup-default-image{width:53%;height:100%;display:block;float:left;overflow:hidden;position:relative}#popup-default .popup-default-wrapper img{position:absolute;left:-100%;right:-100%;top:-100%;bottom:-100%;max-width:none;margin:auto;max-height:100%}#popup-default .col-content{align-items:stretch;flex-direction:column;display:flex;width:47%;padding:40px 16px 30px;float:right}#popup-default .col-content div{position:relative;z-index:1;letter-spacing:.5px;text-align:center}#popup-default .col-content:before{content:"";position:absolute;width:100px;height:140%;bottom:0;transform-origin:550% 95%;transform:rotate(-10deg);background:#292928;box-shadow:inset 6px 0 16px -7px #000;z-index:0;left:0}#popup-default .title{font-size:1.25rem;font-weight:700;color:var(--color-brand);text-transform:uppercase;text-align:center;font-style:normal;margin-bottom:25px;line-height:1.3}#popup-default ol:empty,#popup-default p:empty,#popup-default ul:empty{display:none}#popup-default ul{padding:0;text-align:left}#popup-default ul li{position:relative;padding:4px 4px 4px 18px}#popup-default ul li:before{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:var(--color-brand);top:10px;left:0}#popup-default .note{margin-bottom:24px}#popup-default .form-wrap{margin-top:8px;min-height:167px}#popup-default form{padding:0;background:0 0}#popup-default form .input-group{flex-direction:column}#popup-default form .form-control{height:35px;display:block;width:100%}#popup-default form .field-wrap{margin-bottom:16px}#popup-default form .btn{margin-top:5px;padding:0 19px;margin-bottom:25px}#popup-default .close-forever{font-size:.75rem;color:#999;background-color:transparent;text-align:center;position:relative;min-height:20px}#popup-default .close-forever:hover{color:var(--color-brand)}#popup-default .close-forever i.ic-close-1:after{content:""}#popup-default .close-forever .text{color:var(--filter-grey);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;transition:inherit}#popup-default .close-forever:hover .text{color:var(--color-brand);border-color:var(--color-brand)}#popup-default .close-forever .text .ic-close{position:relative;width:auto;height:auto;display:inline-block;background-color:transparent;opacity:1;top:0;right:0;box-shadow:none;margin-left:5px}#popup-default .close-forever .text .ic-close:before{filter:var(--filter-grey);transition:inherit}#popup-default .close-forever:hover .text .ic-close:before{filter:var(--filter-yellow);color:var(--color-brand)}.city-drop .drop-block-inner,.desktop-favorites .empty,.drop-block .drop-block-inner{box-shadow:0 0 6px rgba(0,0,0,.6);border-radius:5px;background:rgba(41,41,41,.98)}.desktop-favorites .empty{position:absolute;top:100%;right:-16px;margin-top:5px;width:204px;padding:19px 28px;transition:all .3s;opacity:0;visibility:hidden;z-index:1001}.city-drop .label,.drop-block .drop-block-inner .form,.drop-block .label{font-size:.875rem;padding:19px 28px}.drop-block .label+div,.drop-block .label+form{padding:10px 21px 21px}.drop-block .label+form .btn.btn-submit{margin-bottom:0;margin-top:0}.drop-block .label+form .cellphone{margin-bottom:0}.drop-block .label .one-tooltip{font-size:.75rem;opacity:.75;line-height:1.3;padding-top:5px;display:block}.drop-block input.form-control{width:100%;margin-bottom:20px}.drop-block .drop-block-inner form .btn{margin:18px auto 0}.fancy-content{display:none;padding:30px!important}.info-hidden{max-width:780px;color:var(--color-text);font-size:.875rem;box-shadow:0 0 6px rgba(0,0,0,.6);background:rgba(41,41,41,.98);border-radius:5px;width:100%;max-height:90vh;overflow:hidden!important}.info-hidden__wrap{overflow-x:hidden;overflow-y:auto;max-height:calc(90vh - 60px);height:100%}.info-hidden.info-delivery{max-width:1190px}.info-hidden .h2,.info-hidden .h3,.info-hidden .info-title,.info-hidden h2,.info-hidden h3{font-size:1rem;font-weight:700;line-height:1;background:var(--color-brand);padding:14px 15px;margin-bottom:20px;text-transform:none;color:#323232;display:flex;align-items:center;margin-top:10px}.info-hidden .h2 .info-title-img,.info-hidden .h3 .info-title-img,.info-hidden .info-title .info-title-img,.info-hidden h2 .info-title-img,.info-hidden h3 .info-title-img{width:31px;text-align:center;margin-right:16px}.info-hidden .h2 .info-title-img img,.info-hidden .h3 .info-title-img img,.info-hidden .info-title .info-title-img img,.info-hidden h2 .info-title-img img,.info-hidden h3 .info-title-img img{width:auto!important;height:auto!important}.to-head-warranty{background-color:#e10008;width:90px;text-align:center;text-transform:uppercase;font-size:1rem;font-weight:700;height:41px;z-index:10;padding-top:10px;line-height:1.2;position:absolute;left:15px}#page-content>.to-head-warranty{display:none}.to-head-warranty:after{content:"";display:block;width:0;border-color:#e10008 transparent;border-style:solid;border-width:23px 45px 0;position:relative;top:-7px;box-shadow:0-2px 0#e10008}.products-label{font-size:.875rem}.products-label__bottom,.products-label__left,.products-label__right{position:absolute}.products-label__left{top:45px;left:129px}#load-catalog .products-label__left,.compare-product .products-label__left,.page-compare-list .products-label__left,.page-customer-edit .products-label__left,.ui-slider .products-label__left{top:6px;left:6px}.products-label__left>div{padding:2px 9px 1px;text-align:left;float:left;clear:both;margin-bottom:4px;position:relative;color:var(--color-white);font-size:.8125rem;border-radius:3px;cursor:default;z-index:13}.product-card .products-label__left>div{z-index:auto}.products-label__left-type-5{background-color:var(--color-buy)}.products-label__left-type-6{background-color:#d42a00}.products-label__left-type-7{background-color:#0088cf}.products-label__left-type-8{background-color:#9000cf}.products-label__left-type-9{background-color:#cf00a5}.products-label__right{bottom:27px;right:5px;display:flex;flex-direction:column;justify-content:flex-end}#load-catalog .products-label__right,.page-compare .products-label__right,.page-customer-edit .products-label__right,.ui-slider .products-label__right{right:3px;bottom:20px}.products-label__right>div{margin-top:2px;z-index:13}.products-label__bottom{left:0;right:0;bottom:1px;font-size:.1px;line-height:1}.product-gallery .products-label__bottom{display:none}.products-label__bottom>*{display:inline-block}#load-catalog .products-label .products-label__bottom .help-tooltip i,.page-compare .compare-product .products-label .products-label__bottom .help-tooltip i,.page-customer-edit .favorites-products-list .products-label .help-tooltip i,.ui-slider .products-label .products-label__bottom .help-tooltip i{padding:4px;height:27px}.products-label__bottom i:before{display:block;margin:auto;height:100%;background-size:contain;background-repeat:no-repeat;background-position:center}.products-label .help-tooltip{padding:0;background:0 0}.products-label .help-tooltip i{height:46px;border:0;border-radius:0;width:54px}#load-catalog .products-label .help-tooltip i,.compare-list .products-label .help-tooltip i,.page-compare .products-label .help-tooltip i,.page-customer-edit .products-label .help-tooltip i,.ui-slider .products-label .help-tooltip i{width:36px;height:32px}.products-label .help-tooltip i:before{content:"";height:100%;background-repeat:no-repeat}.products-label .help-tooltip i+.help-tooltip__box{left:calc((180px - 36px)/-2);right:calc((180px - 36px)/-2)}.products-label .products-label__right .help-tooltip i+.help-tooltip__box{left:-144px;right:0}.products-label .help-tooltip__box-wrap:before{left:auto;right:22px}.products-label__bottom .help-tooltip__box-wrap:before{left:13px}.products-label .products-label__right .help-tooltip__box-wrap:before{left:auto!important;right:14px!important}#load-catalog .products-label .help-tooltip__box-wrap:before,.compare-list .products-label .help-tooltip__box-wrap:before,.page-compare .products-label .help-tooltip__box-wrap:before,.page-customer-edit .products-label .help-tooltip__box-wrap:before{right:13px}.ui-slider .products-label .help-tooltip__box-wrap:before{right:0;left:0;width:0;margin:auto}#cumulative-discount-block .helper-popover,.help-tooltip{display:inline-block;position:relative;background-color:var(--color-background);padding:0 5px}#cumulative-discount-block .helper-popover i.ic-info,.help-tooltip i{display:block;width:14px;height:14px;font-style:normal;line-height:12px;border-radius:50%;font-size:.6875rem;cursor:help;letter-spacing:normal;font-family:sans-serif;font-weight:700;position:relative;top:3px}#cumulative-discount-block .helper-popover i.ic-info{cursor:pointer}.help-tooltip i:before{content:"";display:block;text-align:center;text-align-last:center;letter-spacing:normal;text-indent:.5px;height:100%}.help-tooltip i+.help-tooltip__box{position:absolute;opacity:0;visibility:hidden;transition:all .3s;background-color:#f2f2f2;color:#1a1a1a;font-size:.8125rem;width:180px;border-radius:4px;box-shadow:0 0 11px rgba(0,0,0,.5);left:-7px;bottom:calc(100% + 18px);line-height:14px;z-index:10}.help-tooltip i:hover+.help-tooltip__box{opacity:1;visibility:visible;text-align:left}.help-tooltip__box-wrap{padding:9px;position:relative;display:flex;align-items:center;gap:16px}.help-tooltip__box-wrap:before{content:"";position:absolute;border-style:solid;border-width:14px 6px 0;border-color:#f2f2f2 transparent transparent;top:100%;left:13px;width:0;margin:auto}.help-tooltip__box-wrap p{margin:0;white-space:inherit}.row-breadcrumbs{height:52px;position:relative;z-index:1}.row-breadcrumbs+div{position:relative;box-shadow:0-17px 0 var(--color-background),-200px -17px 0 var(--color-background),200px -17px 0 var(--color-background);background-color:var(--color-background);z-index:2}#page-breadcrumb{padding-top:14px;padding-bottom:14px}.breadcrumb-first-item-mobile{display:none}.breadcrumb{color:var(--color-white);margin:0;line-height:24px}.breadcrumb,.breadcrumb li{align-items:center}.breadcrumb .breadcrumb-item:first-child{position:relative}.breadcrumb .inline-svg-icon{width:18px;height:18px;top:unset}.breadcrumb .separator:before{left:-2px}.breadcrumb .breadcrumb-item:first-child .separator{display:none}.breadcrumb .breadcrumb-item a{color:var(--color-white);min-width:16px;line-height:1}.breadcrumb .breadcrumb-item a>span:not(.add-hellip){white-space:nowrap}.breadcrumb .breadcrumb-item:last-child span:not(.add-hellip){white-space:nowrap}.breadcrumb .breadcrumb-item:first-child a+.separator{margin-left:3px}.breadcrumb .breadcrumb-item a:hover{text-decoration:none;color:var(--color-brand)}.breadcrumb .breadcrumb-item.active span{cursor:default}.product-page{padding-bottom:40px}.itembanner{width:100%;background-position:center;background-size:auto 100%;padding-bottom:37.85%;height:0;overflow:hidden}.product-page .page-title{margin:0}.product-page .page-title:after{content:"";border-bottom:1px solid #4b4b4b;margin-top:17px;display:block}.product-desc{margin-bottom:86px;position:relative;padding:0 15px}#photos,.advantages-box>div{flex:0 0 50%;max-width:50%}#rightben{padding-left:0;flex:0 0 32%;max-width:32%;border-color:transparent;padding-bottom:0}.top-block{position:absolute;top:0;left:50%}.product-card .product-element:not(.review-block),.product-page .active-element{cursor:pointer;display:inline-block;background-color:#212121;position:relative;float:left}.product-page .active-element{padding:5px 7px 0;margin-right:7px}.product-card .product-element:not(.review-block):after,.product-page .active-element:after{content:"";width:0;display:block;height:0;border-style:solid;border-color:#212121 transparent;position:absolute;right:0;left:0;margin:auto}.product-card .product-element:not(.review-block):after{border-width:13px 14px 0}.product-page .active-element:after{border-width:13px 18px 0}.product-card .product-element svg,.product-page .active-element svg{fill:#b3b3b3}.product-card .product-element svg{width:18px;height:21px}.product-page .active-element svg{width:22px}body:not(.mobile) .product-card .product-element:hover svg,body:not(.mobile) .product-page .active-element:hover svg{fill:var(--color-brand)}.sku-stock{display:inline-block;font-size:.8125rem;clear:both;padding:6px 0 0 6px}.articul{color:var(--color-text)}.stock{clear:right}.stock.in-stock{color:var(--color-in-stock)}.stock.out-of-stock{color:#f54432}.stock.out-of-production{color:#999}.stock.pre-order-stock{color:#fe8024}.product-page .card-item{padding-bottom:28px;border-bottom:1px solid #4b4b4b;padding-top:64px}.product-page .card-item.cumulative_discount{margin-top:37px;padding-top:37px;border-bottom:0;border-top:1px solid #4b4b4b}.product-page .card-item.cumulative_discount ul{padding:0 1rem;list-style:disc;width:max-content;margin:auto}.product-page .card-item.cumulative_discount p{margin:0;padding:.5rem 0}.product-page .product-variant{padding-right:15px;margin-bottom:24px;margin-top:auto}.card-item__parameters{padding-bottom:24px}.card-item__parameters .table-box>div{padding-bottom:.5rem}.card-item__parameters .table-box .row-equipment{display:block!important}.card-item__parameters .table-box .row-equipment:after,.product-card .hide-block>div:after{content:"";clear:both;display:table}.card-item__parameters .table-box .row-equipment .side-left{float:left;margin:0}.card-item__parameters .table-box>div:not(.row-equipment)>*{flex:1 1 50%}.card-item__parameters .table-box .side-left{color:var(--color-brand);padding-right:.5rem}.card-item__parameters .table-box .side-right{color:var(--color-text);padding-left:.5rem}.card-item__parameters .row-equipment div:last-child{padding-left:0}.product-variant+.card-item-inner .card-item__parameters{border:0;padding-bottom:5px}.card-item__parameters p{margin-bottom:12px}.card-item__parameters span{line-height:1.2}.card-item__parameters span.h3{display:block;margin-bottom:6px;font-weight:700;font-size:1.6rem}.card-item__parameters span:last-of-type{position:relative}.product-page .card-item .bottom-block{padding-top:20px;border-top:1px solid #4b4b4b}.product-page .product-variant~.bottom-block{border:0}.product-page .card-item .card-price{line-height:1;position:relative}.product-page .card-item .card-price .price-block{margin-bottom:30px}.product-page .card-item .card-price .btn-to-order,.product-page .card-item .card-price .get-availability{display:inline-block}.product-page .card-item .card-price .get-availability i{left:0}.product-page .card-item .follow-price,.product-page .card-item .found-cheap{cursor:pointer;font-size:.8125rem;color:var(--color-brand);display:inline-block;padding-bottom:2px;border:0;text-decoration:underline;text-decoration-style:dashed}.product-page .card-item .follow-price:hover,.product-page .card-item .found-cheap:hover{color:var(--color-text);border-color:var(--color-text)}#page-content .product-cheap{margin-bottom:8px}#page-content .get-info-available .drop-add2WaitingList,#page-content .product-cheap .product-cheaper,#page-content .product-tracking .drop-add2tracking{background-color:transparent;padding:0;right:0!important;width:100%;bottom:auto;height:auto}#page-content .get-info-available .drop-add2WaitingList{top:-20px}#page-content .get-info-available.is-open .drop-add2WaitingList,#page-content .product-cheap.is-open .product-cheaper,#page-content .product-tracking.is-open .drop-add2tracking{opacity:1;visibility:visible}.download-block i:before,.product-gallery-modal .btn.add-cart i:before,.product-page .card-item .button-block .add-cart i:before,.product-page .card-item .end-sales,.product-page .card-item .price-block .price small{display:none}.price-block .price{font-size:2.625rem;min-width:175px;letter-spacing:0;white-space:nowrap}.product-card .price-block .price-old{font-size:.9375rem;line-height:22px;height:22px;margin-top:0;top:0}.price-block .price .price-currency{padding-left:9px}.price-block .price-old{color:var(--color-text);font-size:1.125rem;white-space:nowrap;line-height:1.6;margin-top:1px;position:relative;top:2px;text-align:center;display:inline-block;margin-left:10px}.col-price-total .price-block .price-old{padding:0 5px}.price-block .price-old .price-currency{padding-left:2px}.price-block .price-gain{font-size:.75rem;color:#6fd700;white-space:nowrap;position:relative;border:1px solid #6fd700;margin:15px 0 0 12px}.price-block .price-gain .text{text-align:center;padding:5px;white-space:nowrap}.product-page .card-item .button-block{max-width:41%;float:left;width:100%}.product-page .card-item .pre-order .button-block{max-width:none}.product-page .card-item .pre-order .btn-to-order{width:41%;font-size:1rem;padding:11px;height:auto;float:left;margin-right:5px;background:var(--color-buy);border-color:var(--color-buy);color:var(--color-white)}.product-page .card-item .get-info-available .btn-gray,.product-page .card-item .pre-order .btn-gray{float:left;padding:7px 15px;height:48px;font-weight:400;text-transform:none;white-space:normal;line-height:1.2;text-align:center;width:100%;max-width:218px}.product-page .card-item .get-info-available .btn-gray{max-width:240px}.product-page .card-item .pre-order .btn-gray{margin-left:15px}.product-page .card-item .get-info-available .btn-gray{margin-left:0}.product-page .card-item .get-info-available .btn-gray .text,.product-page .card-item .pre-order .btn-gray .text{max-width:none;padding-left:29px;height:32px;overflow:hidden}.product-page .card-item .button-block .add-cart{width:100%;padding:0 5px;margin:0 0 10px}.product-gallery-modal .btn.add-cart,.product-page .card-item .button-block .add-cart{height:48px;font-size:1rem;line-height:52px;max-width:none;background:var(--color-buy);border-color:var(--color-buy);color:var(--color-white)}.product-gallery-modal .btn.add-cart span,.product-page .card-item .button-block .add-cart span{display:inline-block;padding:0 27px 0 49px;line-height:31px;position:relative;top:-1px}.product-gallery-modal .btn.add-cart i,.product-page .card-item .button-block .add-cart i{display:inline-block;position:absolute;top:-6px;left:0;bottom:0;margin:auto;width:27px}.product-page .card-item .button-block .add-cart svg.product-gallery-modal .btn.add-cart svg{width:24px}.product-page .card-item .button-block .buy-one-click{font-size:1rem;max-width:none}#orderSubmitButton .buy-one-click,.product-page .card-item .button-block .buy-one-click{line-height:29px;color:var(--color-white);background-color:#404040;border-color:#404040;font-weight:400;text-transform:none}.product-page .card-item .button-block .button-inner{position:relative}.product-page .card-item .pre-order .button-block .button-inner{max-width:100%;position:static}.product-page .card-info{background:#212121;line-height:1.2;border-radius:4px;padding-bottom:5px;border:1px solid #444;align-self:flex-start;color:var(--color-text);font-size:.875rem;flex:0 0 18%;max-width:252px;margin:36px 0 0 11px}.product-page .card-info .card-info-label,.product-page .card-info .title{background-color:var(--color-brand);text-transform:uppercase;font-weight:700;color:var(--color-info)}.product-page .card-info .card-info-label{text-align:center;padding:11px 10px;border-radius:4px 4px 0 0}.product-page .card-info .title{padding:9px 26px}.product-page .card-info .card-city{position:relative;padding:13px 26px 15px;white-space:nowrap}.product-page .card-info .your-city{margin:0}.product-page .card-info .your-city .current-city{display:flex;align-items:center;text-decoration:underline;color:var(--color-text);font-weight:400;font-size:.875rem}.product-page .card-info .your-city .ic-arrow-down:before{border-color:var(--color-brand);border-width:0 1px 1px 0}.product-page .card-info .title .info-show{transition:all .3s;cursor:pointer;display:inline-block;position:relative;width:14px;text-align:center;border-radius:50%;box-sizing:content-box;text-transform:lowercase;font-family:sans-serif;margin-left:10px;font-size:.6875rem;height:14px;line-height:14px;letter-spacing:0;top:-1px}.product-page .card-info .card-city:empty,.product-page .card-info .description{padding:6px 26px}.warranty-data{font-weight:700;color:var(--color-brand)}.product-page .card-info .description p{line-height:1.4;margin-bottom:15px}.product-page .card-info .description p:last-child{margin-bottom:10px}.download-block{padding-left:125px;font-size:.875rem;margin-top:16px;display:flex}.download-block a{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;font-size:82%}.download-block a.youtube-link{margin-right:5px;width:104px}.download-block a.download-link{margin-left:17px;width:70px}.download-block .download-link:hover{text-decoration:none}.download-block i{display:inline-block;position:relative;top:-2px}.download-block i,.download-block span{width:100%;text-align:center;margin-bottom:7px}.download-block svg{fill:var(--color-white);width:106px}.download-block .youtube-link svg{height:76px}.download-block .download-link svg{height:73px;margin:3px 0 2px}.download-link .text,.filter .selections-wrapper>.title .filter-form .filter-form-btn .ic-search{display:block}.row.product-related,.row.product-upsell-1,.row.product-upsell-2,.row.product-viewed{position:relative}.row.product-upsell-1{z-index:4}.row.product-upsell-2{z-index:3}.row.product-related{z-index:2}.row.product-viewed{z-index:1}.category-page>.container{padding-bottom:27px}.category-page .block-title{margin-top:1px;margin-bottom:27px}.category-left{flex:0 0 19.7%;max-width:19.7%;z-index:2;width:100%}.category-right{flex:0 0 80.3%;max-width:80.3%;z-index:1;width:100%;margin-bottom:30px}.category-page .page-content{padding:45px 0 0;line-height:1.2}.text-formatted .h1,.text-formatted h1{font-size:1.5rem;text-transform:uppercase}.text-formatted .h2,.text-formatted h2{margin-bottom:17px}.text-formatted .h3,.text-formatted h3{margin-top:39px;margin-bottom:27px}.text-formatted blockquote,.text-formatted ol,.text-formatted p,.text-formatted ul{margin-bottom:21px}.text-formatted ul{margin-left:21px}.text-formatted ul li{list-style-type:disc;position:relative;margin-bottom:5px}.filter,.filter .filter-toggle-wrap{position:relative}.filter .filter-toggle-wrap .filter-delete-wrapper,.filter .selections-wrapper>.title .open-filter-search:before{display:none}.filter .filter-toggle-wrap>.loader-wrap{display:flex;align-items:center;position:absolute;top:0;left:0;height:100%;width:100%;z-index:100;opacity:0;visibility:hidden;background-color:rgba(21,21,21,.75)}.filter .filter-toggle-wrap>.loader-wrap .page-preloader{position:absolute;width:100px;height:100px;right:0;margin:auto;background-color:transparent}.filter .filter-toggle-wrap.loading>.loader-wrap{z-index:200;opacity:1;visibility:visible}.filter .selections-wrapper{position:relative;line-height:1.2;padding-bottom:27px}#load-catalog,.filter .attribute-range,.filter .selections-wrapper>.title{position:relative}.filter .selections-wrapper>.title.active-trigger{border-color:transparent}.filter .selections-wrapper>.title>span{text-transform:uppercase;font-size:.875rem;margin-bottom:15px;color:var(--color-brand);font-weight:700}.filter .selections-wrapper>.title>span>i{text-transform:none;font-style:normal}.filter .selections-wrapper>.title .clear-filter{display:none;margin-left:11px;margin-top:2px}.filter .selections-wrapper>.title.selected .clear-filter{display:block;flex:0 0 12px;max-width:12px;box-shadow:none}.filter .selections-wrapper>.title .open-filter-search{cursor:pointer;top:-3px;right:-2px}.filter .selections-wrapper>.title .filter-form{overflow:hidden;position:absolute;top:-6px;right:-5px;left:calc(100% + 6px)}.filter .selections-wrapper>.title .filter-form.active{left:-3px;overflow:visible}.filter .selections-wrapper>.title .filter-form .form-control{height:24px;padding-right:30px;display:block;border-radius:3px}.filter .selections-wrapper>.title .filter-form .filter-form-btn{position:absolute;top:-1px;right:-2px;background:0 0;border:0;height:24px;width:28px;text-align:center;padding:0;line-height:24px;color:silver;cursor:pointer;left:auto}.filter .selections-wrapper>.accordion-content{max-height:178px;overflow:auto}.filter .attribute-content:not(._range){overflow-y:auto;overflow-x:hidden}.filter .attribute-content:not(._range)::-webkit-scrollbar{width:3px;cursor:pointer}.filter .attribute-content:not(._range)::-webkit-scrollbar-track{background:#3d3d3d}.filter .attribute-content:not(._range)::-webkit-scrollbar-thumb{background:rgba(255,226,0,.5);border-radius:2px;cursor:pointer}.filter .attribute-content:not(._range)::-webkit-scrollbar-thumb:hover{background:#ffe200}.filter .attribute-range .min-max-price span{font-size:.75rem;color:#8c8c8c;padding-bottom:5px}.FromText,.ToText{font-size:.75rem;color:var(--color-text)}.FromText{float:left}.ToText{float:right}.filter .attribute-range .ui-slider{height:3px;border:0;border-radius:5px;background:#3d3d3d;margin:5px 0 20px}.filter .attribute-range .ui-slider .ui-slider-range:last-of-type{height:3px;background:linear-gradient(to right,#0f65c4,#ff0,#d34f19)}.filter .attribute-range .ui-slider .ui-slider-handle{position:absolute;z-index:10;top:50%;width:13px;height:13px;margin-left:0;margin-top:-6.5px;background:var(--color-white);display:block;border-radius:100%;border:1px solid var(--color-white);cursor:pointer;transition:background .3s}.filter .attribute-range .ui-slider .ui-slider-handle:hover{border-color:var(--color-brand);background-color:var(--color-brand)}.filter .attribute-range .ui-slider .ui-slider-handle:first-of-type{left:0}.filter .attribute-range .ui-slider .ui-slider-handle:last-of-type{right:0}.filter .attribute-range .ui-slider .ui-slider-handle+.ui-slider-handle{margin-left:-13px}.filter .attribute-range .ranges-wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.filter .attribute-range .range-separate,.filter .attribute-range .range-wrap{display:flex}.filter .attribute-range .range{position:relative;overflow:hidden;font-size:.75rem;color:var(--field-empty)}.filter .attribute-range .range .label{width:14px}.filter .attribute-range .range .form-control{height:24px;padding-left:3px;padding-right:3px;color:var(--color-brand);text-align:center;font-size:.75rem;background:0 0;border-radius:2px;border:1px solid #4d4d4d;text-align-last:center;box-shadow:none;letter-spacing:normal;width:auto;max-width:55px}.filter .attribute-range .range>*{margin-bottom:0;margin-right:7px}.filter .attribute-range .btn-apply{height:24px;font-size:.8125rem;padding:1px 8px;min-width:37px}.filter .attribute-checkbox .list{line-height:1;padding-bottom:12px;position:relative;display:inline-block;vertical-align:top;text-decoration:none;font-size:.875rem;color:var(--color-text);display:flex;align-items:center}.filter .attribute-checkbox .list .count,.filter .attribute-checkbox .list .text{line-height:1.25}.filter .attribute-checkbox .list .checkbox{display:inline-block;position:relative;width:13px;height:13px;vertical-align:middle;border:2px solid #a6a6a6;border-radius:50%;min-width:13px;margin-right:9px;box-shadow:none}.filter .attribute-checkbox.selected .list .checkbox{border-color:var(--color-brand);box-shadow:inset 0 0 0 2px var(--color-background),inset 0 0 0 6px var(--color-brand)}.filter .filter-pre-info,.filter .filter-pre-info:before{border-style:solid;background:#3b3b3b;border-color:var(--color-brand)}.filter .filter-pre-info{font-size:.875rem;line-height:1;display:flex;align-items:center;white-space:nowrap;z-index:10;padding:9px;border-width:2px 2px 2px 0;transform:translate(20px,-30px)}.filter .filter-pre-info:before{content:"";width:34px;height:34px;display:block;transform:rotate(45deg);border-width:0 0 2px 2px;position:absolute;left:-17px;z-index:-1}.filter .filter-pre-info .close{position:absolute;top:-9px;right:-9px;text-align:center;color:#737373;cursor:pointer;font-size:1rem}.filter .filter-pre-info .close:before{color:#a6a6a6;font-size:1.125rem;font-weight:400}.filter .filter-pre-info .close:hover:before{color:var(--color-brand)}.filter .filter-pre-info .btn{height:26px;font-size:.9375rem;font-weight:400;text-transform:none;padding:2px 8px;margin:0 14px 0 18px}.filter-delete-wrapper{color:var(--field-empty);flex-wrap:wrap;display:flex;background-color:var(--color-info);font-size:.75rem;margin:4px 0 21px;padding:10px 10px 5px}.filter-delete-wrapper span{margin-right:5px;display:inline-block}.filter-delete-wrapper .filter-delete-item{padding:3px 7px 3px 10px;cursor:pointer;border:1px solid #4d4d4d;border-radius:18px;margin:0 7px 5px 0}.filter-delete-wrapper .filter-delete-item.filter-delete-all,.filter-delete-wrapper .filter-delete-item:hover{color:var(--color-brand);background:rgba(255,226,0,.08);border-color:rgba(255,226,0,.5)}.filter-delete-wrapper .filter-delete-item.filter-delete-all .delete-icon,.filter-delete-wrapper .filter-delete-item:hover .delete-icon{background-color:var(--color-brand)}.filter-delete-wrapper .delete-icon{transition:all .3s;box-shadow:none}.filter-delete-wrapper .delete-icon:before{letter-spacing:1px}.block-filter-wrapper{font-size:.75rem;color:var(--field-empty);position:relative;padding-bottom:20px}.show-on-page,.sort-wrapper{padding-right:32px}.sort-wrapper .jq-selectbox .jq-selectbox__select{min-width:175px}.show-on-page .show-count{padding-left:10px}.current-page-wrapper .label{padding:0 8px}.current-page-wrapper .page-control{position:relative;top:2px}.current-page-wrapper .page-control-prev{margin:0 4px}.current-page-wrapper .page-control-next{margin-right:6px}.current-page-wrapper .ic-arrow-left:before,.current-page-wrapper .ic-arrow-right:before{width:12px;height:12px;border-width:3px;opacity:.36;transition:all .3s}[data-js-link]{line-height:1.1}[data-js-link]:not(.disabled){cursor:pointer}.current-page-wrapper [data-js-link]:not(.disabled) .ic-arrow-left:hover:before,.current-page-wrapper [data-js-link]:not(.disabled) .ic-arrow-right:hover:before{opacity:1}.pagination-wrap{padding:16px 0}.pagination{margin:0;padding-bottom:24px}.pagination .page-item .page-current,.pagination .page-item .page-link,.pagination .page-item .page-next,.pagination .page-item .page-prev{position:relative;display:inline-block;vertical-align:top;line-height:16px;text-align:center;padding:1px;margin:5px 10px;font-size:1rem;font-weight:400;color:var(--color-text);text-transform:lowercase}.pagination .page-item a.disabled{color:#4c4c4c}.pagination .page-item:hover a:not(.disabled){color:var(--color-brand)}.pagination .page-item .page-gap{cursor:default;position:relative;display:inline-block;vertical-align:top;text-align:center;margin:5px;font-size:1rem}.pagination-wrap .pagination .page-item.active .page-current,.pagination-wrap .pagination .page-item.active .page-link,.pagination-wrap .pagination .page-item.is-active .page-link{color:var(--color-brand);font-weight:700}#cumulative-discount-block .share-action.apply span.d-block:hover,.page-success .buttons-wrap button.btn-link:hover,.pagination-wrap .btn-load-more{background-color:transparent;color:var(--color-brand)}.pagination-wrap .btn-load-more.btn-link{font-size:1rem;text-transform:none;font-weight:400;height:auto;max-width:none;width:auto;padding-bottom:25px}.pagination-wrap .btn-load-more.btn-link:after{content:"";width:26px;height:26px;opacity:.36;transition:all .3s;transform:rotate(-45deg);border-style:solid;position:absolute;bottom:7px;margin:auto;left:0;right:0;border-width:7px}.lSSlideOuter.vertical .lSAction>.lSNext:hover,.lSSlideOuter.vertical .lSAction>.lSNext:hover:before,.lSSlideOuter.vertical .lSAction>.lSPrev:hover,.lSSlideOuter.vertical .lSAction>.lSPrev:hover:before,.pagination-wrap .btn-load-more.btn-link:hover:after{opacity:1}.ic-arrow-left:before,.ic-arrow-right:before{content:"";width:15px;height:15px;transform:rotate(45deg);border-style:solid;border-width:4px}.ic-arrow-right:before,.page-success .buttons-wrap button.btn-link:hover i:before,.pagination-wrap .btn-load-more.btn-link:after{border-color:transparent transparent var(--color-brand) var(--color-brand)}.ic-arrow-left:before{border-color:var(--color-brand) var(--color-brand) transparent transparent}.ic-info:before{content:""}.container.checkout-page{position:relative}.custom-radio,.delivery-tab{padding-left:25px;position:relative;cursor:pointer;user-select:none;margin-bottom:0;line-height:1.9}.custom-radio .checkmark,.delivery-tab .checkmark{top:0;left:0}.custom-radio .checkmark:after{content:"";position:absolute;transform:translateY(-50%);transition:all .3s;border-radius:50%;border:2px solid var(--color-brand)}.custom-radio .checkmark:before{left:0}.custom-radio .checkmark:before,.delivery-tab .checkmark:after,.delivery-tab .checkmark:before{content:"";position:absolute;transform:translateY(-50%);transition:all .3s;border-radius:50%;border:2px solid var(--color-brand)}.delivery-tab .checkmark:before{left:0}.custom-radio .checkmark:before,.delivery-tab .checkmark:before{width:14px;height:14px;top:15px}.custom-radio .checkmark:after,.delivery-tab .checkmark:after{background:var(--color-brand);left:4px;width:6px;height:6px;transform:translateY(-50%) scale(0);top:15px}.delivery-tab small{display:inline-block;padding:0 10px;margin-left:5px;background-color:var(--color-success);border-radius:24px;color:var(--color-brand)}.custom-radio input:checked~.checkmark:after,.custom-radio.active .checkmark:after,.custom-radio.active~.checkmark:after,.delivery-tab input:checked .checkmark:after,.delivery-tab input:checked~.checkmark:after,.delivery-tab.active .checkmark:after,.delivery-tab.active~.checkmark:after,input:checked+.custom-radio .checkmark:after{transform:translateY(-50%) scale(1)}.delivery-content input[type=radio],.delivery-tab input,.payment-content input[type=checkbox],.payment-content input[type=radio]{visibility:hidden;opacity:0;position:absolute;z-index:-1}.payment-notice.is-show,.payment-title span,.ui-slider-wrapper .lSPager.lSpg>li a{display:block}.payment-notice{font-size:.75rem;color:#747474;display:none}.payment-notice p{margin:0}.custom-checkbox{font-size:.75rem;color:#7d7d7d;position:relative;cursor:pointer;user-select:none;margin-bottom:0;padding-left:24px;padding-top:2px}.dealerForm-container .custom-checkbox{color:var(--color-brand)}.custom-checkbox .checkmark:after,.custom-checkbox .checkmark:before{content:"";position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;border-radius:50%}.custom-checkbox .checkmark:before{width:14px;height:14px;left:0;border:2px solid var(--color-brand)}.custom-checkbox .gui-field-error+.checkmark:before{background-color:var(--color-alert)}.custom-checkbox .checkmark:after{transform:translateY(-50%) scale(0);background:var(--color-brand);left:3px;width:8px;height:8px}.custom-checkbox input:checked .checkmark:after,.custom-checkbox input:checked~.checkmark:after{transform:translateY(-50%) scale(.8)}.custom-checkbox input:checked._dark .checkmark:before,.custom-checkbox input:checked._dark~.checkmark:before{border-color:#ff3c20}.custom-checkbox input{height:0;width:0;opacity:0;visibility:hidden}.jq-selectbox{cursor:pointer;border:0;border-radius:0;padding:0}.jq-selectbox .jq-selectbox__select{height:auto;outline:0!important;vertical-align:middle;overflow:hidden;min-width:60px}.jq-selectbox,.jq-selectbox .jq-selectbox__select-text,.page-article-content iframe{max-width:100%}.jq-selectbox .jq-selectbox__trigger{width:16px;height:16px;right:10px}.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before{content:"";transform:rotate(-45deg);border-style:solid;border-width:0 0 2px 2px;border-color:transparent transparent var(--color-brand) var(--color-brand);width:7px;height:7px;display:block;top:0;bottom:0;left:0;right:0;margin:auto;transition:all .3s}.jq-selectbox.opened .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before{transform:rotate(135deg) translate(50%)}.jq-selectbox .jq-selectbox__dropdown ul{max-height:300px;z-index:1}.autocomplete-wrap .ui-autocomplete.ui-widget{max-height:300px}.autocomplete-wrap .ui-autocomplete.ui-widget li,.jq-selectbox .jq-selectbox__dropdown ul li{text-align:left;position:relative;padding:5px 0 5px 26px;min-width:74px}.autocomplete-wrap .ui-autocomplete.ui-widget li:hover,.jq-selectbox .jq-selectbox__dropdown ul li:hover{background:0 0;color:var(--color-text)}.autocomplete-wrap .ui-autocomplete.ui-widget li.sel,.jq-selectbox .jq-selectbox__dropdown ul li.sel{color:var(--color-text);cursor:default}.autocomplete-wrap .ui-autocomplete.ui-widget li:before,.jq-selectbox .jq-selectbox__dropdown ul li:before{content:"";position:absolute;display:block;left:9px;top:0;bottom:0;margin:auto;width:8px;height:8px;border:1px solid transparent;border-radius:50%;transition:all .3s}.autocomplete-wrap .ui-autocomplete.ui-widget li:hover:before,.jq-selectbox .jq-selectbox__dropdown ul li:hover:before{border-color:var(--color-text)}.autocomplete-wrap .ui-autocomplete.ui-widget li.sel:before,.autocomplete-wrap .ui-autocomplete.ui-widget li.sel:hover:before,.jq-selectbox .jq-selectbox__dropdown ul li.sel:before,.jq-selectbox .jq-selectbox__dropdown ul li.sel:hover:before,.lSSlideOuter.vertical .lSPager.lSGallery li.active,.lSSlideOuter.vertical .lSPager.lSGallery li:hover{border-color:var(--color-brand)}.ui-autocomplete.ui-widget{max-height:120px;overflow:hidden;overflow-y:auto;background:#2d2c28}.ui-autocomplete.ui-widget::-webkit-scrollbar{width:3px;cursor:pointer}.ui-autocomplete.ui-widget::-webkit-scrollbar-track{background:#3d3d3d}.ui-autocomplete.ui-widget::-webkit-scrollbar-thumb{background:rgba(255,226,0,.5);border-radius:2px;cursor:pointer}.ui-autocomplete.ui-widget::-webkit-scrollbar-thumb:hover{background:#ffe200}.ui-autocomplete.ui-widget .ui-menu-item{transition:all .3s;border:0}.lSSlideOuter:not(.vertical) .lSPager{display:flex;overflow-x:auto;justify-content:center}.lSSlideOuter .lSPager.lSpg{margin:0;position:absolute;width:100%;left:0;z-index:100;bottom:20px}.product-gallery .lSSlideOuter .lSPager.lSpg{bottom:auto}.ui-slider-wrapper .lSPager.lSpg{z-index:1}.ui-slider-wrapper .lSPager.lSpg>li:not(.active):hover a{background-color:var(--color-info)}body:not(.mobile) .ui-slider-wrapper.carousel-product .lSSlideOuter{margin-right:-10px;margin-left:-10px;padding-bottom:76px!important;margin-bottom:-68px!important}.ui-slider-wrapper._product_blocks .ui-slider>li{padding:0 10px}.product-gallery .lSSlideOuter.vertical .lSGallery{right:auto!important;top:24px!important}.lSSlideOuter.vertical .lSPager.lSGallery li{border-radius:0;display:flex;justify-content:center;align-items:center;transition:all .3s;border:1px solid #4a4a4a}:not(.product-gallery)>.lSSlideOuter.vertical .lSAction{opacity:0;visibility:hidden}.lSSlideOuter.vertical .lSAction>.lSNext,.lSSlideOuter.vertical .lSAction>.lSPrev{transition:all .3s;z-index:100000;background:var(--color-background);opacity:1;left:-111px}.lSSlideOuter.vertical .lSAction>.lSNext:before,.lSSlideOuter.vertical .lSAction>.lSPrev:before{content:"";border-style:solid;border-width:4px;height:6px;display:block;position:relative;width:6px;border-color:var(--color-brand) var(--color-brand) transparent transparent;box-sizing:content-box;left:44%;opacity:.36;transition:all .3s}.lSSlideOuter.vertical .lSAction>.lSPrev{top:-34px}.lSSlideOuter.vertical .lSAction>.lSPrev:before{transform:rotate(-45deg);top:13px}.lSSlideOuter.vertical .lSAction>.lSNext{bottom:-34px}.lSSlideOuter.vertical .lSAction>.lSNext:before{transform:rotate(135deg);top:6px}.fancybox-container.form-popup .fancybox-slide>div#reviewAnswerDialog{padding:0;width:480px;max-width:90vw}.fancybox-container.form-popup .fancybox-slide>div#callbackFormDialog{max-width:310px}.fancybox-slide--iframe.fancybox-slide--video .fancybox-content,.fancybox-slide--iframe.fancybox-slide--video iframe{background:#000}.fancybox-slide--iframe.fancybox-slide--video .fancybox-content{height:unset}.fancybox-slide--iframe.fancybox-slide--video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.fancybox-slide--iframe.fancybox-slide--video .fancybox-content:before{display:block;padding-top:56%;content:""}.review-author{padding-bottom:10px}jdiv.label_39._right_1y._pad100_GR{bottom:60px!important}jdiv._orinationRight_25.wrap_mW{right:auto;left:-11px;bottom:19px;transform:scale(.62)}#delivery-condition p,jdiv._orinationRight_25 .button_1O{margin:0}#page-header{height:121px}#page-header.small-header{height:40px;position:fixed}#page-header .header-link{cursor:pointer;white-space:nowrap}#page-header .header-link.novelty{color:var(--color-success)}#page-header .header-link.novelty:after{background-color:var(--color-success)}#page-header .header-link.discount{color:var(--color-action)}#page-header .header-link.discount:after{background-color:var(--color-action)}#page-header .search-form .search-results .product.empty,#page-header .search-form .search-results .ui-menu-item.empty{text-align:center}#page-header .search-form .search-results .separate.ui-menu-divider{margin-bottom:13px}img{max-width:100%;transition:opacity .75s ease-in}img:not([src]){opacity:0}img[src]{opacity:1}img[src*=star]{width:14px;height:13px;display:inline-block}a,a:active,a:focus,a:hover{outline:0;color:var(--color-brand)}header a,header a:active,header a:focus,header a:hover{outline:0;color:#1a1a1a}.navbar{width:100%}#order-form #paymentContent .control-group,.small-header .navbar{padding-bottom:0}.date,.phone{display:inline-block}.phone{position:relative;text-decoration:none;white-space:nowrap;line-height:26px;margin-left:13px}.date{padding-bottom:20px;color:#9e9e9e;font-size:.75rem}.qty-wrap .qty-block{display:flex}.qty-wrap .minus,.qty-wrap .plus{position:relative;border:0;outline:0!important;display:inline-block;padding:0;width:16px;cursor:pointer;height:24px}.qty-wrap .minus:after,.qty-wrap .minus:before,.qty-wrap .plus:after,.qty-wrap .plus:before{content:"";position:absolute;transition:all .3s;background:#d1d1d1;top:0;left:0;right:0;bottom:0;margin:auto}.qty-wrap .minus:hover:after,.qty-wrap .minus:hover:before,.qty-wrap .plus:hover:after,.qty-wrap .plus:hover:before{background:var(--color-brand)}.qty-wrap .minus:before,.qty-wrap .plus:before{width:9px;height:1px}.qty-wrap .minus:after,.qty-wrap .plus:after{width:1px;height:9px}.qty-wrap .minus:after{display:none}.qty-wrap .count-input{outline:0;box-shadow:inset 0 0 4px rgba(0,0,0,.5);margin:0;padding:0 2px;font-size:.875rem;line-height:28px;height:24px;width:38px;border:0;text-align:center;background:var(--field-full);color:var(--color-text);font-weight:400;border-radius:4px}.qty-wrap .count-input:focus{border-color:#8c8c8c}.qty-wrap .count-text{font-weight:700;color:#262626;margin:0 5px}select.styler{width:100%;background:var(--field-full);color:transparent;padding-left:15px;padding-right:15px;box-shadow:var(--shadow-box);font-size:.875rem;border-radius:18px;letter-spacing:1px;border:0;min-height:34px}.relocate-to-catalog{font-size:1rem;position:relative;display:inline-block;margin-top:21px}.relocate-to-catalog:after{display:inline-block;border-color:var(--color-brand);border-width:0 2px 2px 0;width:10px;height:10px;bottom:0;position:relative;top:2px}.relocate-to-catalog:hover:after{border-color:#e0e0e0}.relocate-to-catalog span{border-bottom:1px solid var(--color-brand);color:var(--color-brand)}.relocate-to-catalog:hover span{border-color:#e0e0e0;color:#e0e0e0}.btn,.btn .text{position:relative;text-align:center;padding:0 5px}.btn{transition:all .3s;color:var(--color-background);border-color:var(--color-brand);background:var(--color-brand);text-transform:uppercase;font-size:.875rem;font-weight:700;height:35px;letter-spacing:0;overflow:hidden;display:block;margin:0 auto}.btn .text{display:inherit;margin:auto}.btn-yellow{max-width:none;top:20px}.btn-gray{background:#404040;color:var(--color-white);border-color:#404040}button.btn-link{padding:0;margin:0;border:0;outline:0!important;box-shadow:none!important}.btn-link{display:inline-block;cursor:pointer;text-decoration:none}.btn-link .text{display:inline-block;max-width:none}.btn-link-gray,.btn-link-gray .text{transition:.2s ease .2s;color:#737373;line-height:1}.btn-link-gray .text{border-bottom-color:transparent}.button-view-all-text{cursor:pointer;position:absolute;user-select:none;display:none}.button-view-all-text._circle i,.button-view-all-text.show{display:inline-block}.button-view-all-text._circle{position:relative;width:auto;color:var(--color-brand);text-align:center;line-height:1;font-size:1rem;text-transform:none;font-weight:400;height:auto;max-width:none;padding-bottom:25px;margin-top:20px}.button-view-all-text._circle:after,.relocate-to-catalog:after{content:"";transition:all .3s;transform:rotate(-45deg);border-style:solid;margin:auto}.button-view-all-text._circle:after{width:26px;height:26px;opacity:.36;border-color:transparent transparent var(--color-brand) var(--color-brand);position:absolute;bottom:7px;left:0;right:0;border-width:7px}.button-view-all-text._circle:hover:after{opacity:1}.button-view-all-text._circle.view-btn_hide:after{transform:rotate(135deg) translateX(50%) translateY(-50%)}.hidden-text-block:not(.view-all-text){position:relative}.hidden-text-block:not(.view-all-text):after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:30px;z-index:10;box-shadow:inset 0-15px 8px -1px var(--color-background)}.form-control:placeholder-shown,.form-control:placeholder-shown:-webkit-autofill,.form-control:placeholder-shown:-webkit-autofill:focus,.form-control:placeholder-shown:-webkit-autofill:hover,.form-control[type=tel]:not(.error){background-color:var(--field-empty);color:var(--field-placeholder);box-shadow:var(--shadow-box)}.form-control,.form-control.no-empty[type=tel],.form-control:-webkit-autofill,.form-control:-webkit-autofill:focus,.form-control:-webkit-autofill:hover{color:var(--field-empty);background-color:var(--field-full);padding-left:15px;padding-right:15px;font-size:.875rem;letter-spacing:1px;border:0;box-shadow:var(--shadow-box);min-height:34px;border-radius:18px}.form-control::-moz-placeholder{font-weight:400;color:var(--field-placeholder);text-transform:lowercase}.form-control::placeholder{font-weight:400;color:var(--field-placeholder);text-transform:lowercase}.form-control.error{background:#751c1c;color:var(--color-alert)}.form-control.error::-moz-placeholder{color:var(--color-alert)}.form-control.error::placeholder{color:var(--color-alert)}.form-control.gui-field-error{background-color:#751c1c!important;color:var(--field-empty)!important}.subscribe-form .form-control.gui-field-error{border:1px solid var(--color-alert)}.gui-field-error::-webkit-input-placeholder,.subscribe-form .form-control.gui-field-error::-webkit-input-placeholder{color:var(--field-empty)}.gui-field-error::-moz-placeholder,.subscribe-form .form-control.gui-field-error::-moz-placeholder{color:var(--field-empty)}.gui-field-error:-ms-input-placeholder,.subscribe-form .form-control.gui-field-error:-ms-input-placeholder{color:var(--field-empty)}.gui-field-error::placeholder,.subscribe-form .form-control.gui-field-error::placeholder{color:var(--field-empty)}.form-control.gui-field-error+.gui-details{opacity:0}textarea.form-control{resize:none;height:79px;padding-bottom:5px;padding-top:5px}.controls{position:relative}.cities_delivery_pickup{display:flex;align-items:center;flex-wrap:wrap;gap:12px}form .form-block:not(._fourth) .control-group .controls{width:100%;height:57px}form .form-block:not(._fourth) .control-group:last-of-type .controls{height:auto}form .control-group .controls:nth-child(1){z-index:10}form .control-group .controls:nth-child(2){z-index:9}form .control-group .controls:nth-child(3){z-index:8}form .control-group .controls:nth-child(4){z-index:7}form .control-group .controls:nth-child(5){z-index:6}form .control-group .controls:nth-child(6){z-index:5}form .control-group .controls:nth-child(7){z-index:4}form .control-group .controls:nth-child(8){z-index:3}form .control-group .controls:nth-child(9){z-index:2}form .control-group .controls:nth-child(10){z-index:1}form .control-group .our-partners__logo:before{width:108px}.form-inline .input-group{justify-content:space-between}form .control-group{margin-bottom:13px;z-index:2}form .control-group:last-child{margin-bottom:0}form .control-group.separator{display:block;width:100%;margin-left:0;margin-right:0;text-align:center;height:auto;line-height:1}form .control-group.separator:before{display:none}form .control-group.separator label{margin:0;font-size:.75rem;color:var(--color-brand);letter-spacing:1px}.form-popup form{border-radius:2px;position:relative;padding:25px 30px}.form-popup form.toOrder-form,.review-gallery-modal .advantages-box p{padding:0}.form-popup form.toOrder-form .form-note,.form-popup form.toOrder-form .form-title{margin-bottom:10px;text-align:center}.form-popup form.toOrder-form .form-title{padding:0 15px}.form-popup form.toOrder-form .form-note{font-size:.75rem;color:var(--color-brand)}.form-popup form .btn{padding:6px 12px;min-width:127px}#product-warehouse-0 span,.form-popup .form-note,.form-popup .form-title,.form-popup .popup-note,.form-popup .popup-title{text-align:center}.form-popup .form-title,.form-popup .popup-title{display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1.2;margin-bottom:15px;padding-bottom:15px;border-bottom:2px solid var(--color-brand)}.form-popup label{font-size:.875rem;line-height:1;margin-bottom:10px}.btn-login:not(.btn-blue),.btn-pass-recovery,.btn-registration{font-size:.875rem;color:var(--color-text)}.btn-login:not(.btn-blue):hover,.btn-pass-recovery:hover,.btn-registration:hover{color:var(--color-brand)}.drop-block-inner .price-currency{margin:0 4px}#messageDialog{max-width:480px;min-width:320px}#messageDialog .content{display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column}#reviewAnswerDialog .btn-send,.fancybox-container.form-popup .fancybox-slide .review-author b{display:flex;justify-content:space-between}#reviewAnswerDialog .btn-send button{width:calc(50% - 2.5px)}#reviewAnswerDialog .btn-send button:first-child{margin-right:5px}.tab-section{z-index:100;position:relative}.nav-tabs-wrap .nav-decor{position:relative;z-index:1;margin-left:5px;top:-2px}.nav-tabs-wrap .nav-decor:before{content:"";display:block;border-bottom:2px solid #575757;transition:all .3s}.nav-tabs-wrap .nav-tabs{position:relative;z-index:2}.nav-tabs .nav-link{line-height:1;text-align:center;vertical-align:middle;font-weight:700;position:relative;display:block;color:var(--color-text);margin-left:2px}.nav-tabs .nav-link:not(:last-child){box-shadow:2px 0 0 0 var(--color-background)}.nav-tabs .nav-link:after,.nav-tabs .nav-link:before{display:none}.nav-tabs .nav-link .text{display:block;padding:15px 40px 15px 15px;background-color:var(--color-info);position:relative;border-bottom:2px solid #575757}.nav-tabs .nav-link:hover .text,.nav-tabs .nav-link:hover:after,.nav-tabs .nav-link:hover:before{border-color:var(--color-brand)}.nav-tabs .nav-link .count{background:var(--color-brand);z-index:1;top:0;bottom:0;margin:auto;right:12px}.nav-tabs .nav-link .count>*{color:var(--color-info)}.nav-tabs .nav-link:hover .count{background:var(--color-brand);color:var(--color-info)}.nav-tabs .nav-link.active .count{color:#212121}.nav-tabs .nav-link.active .text{background:#212121;color:var(--color-brand);border-color:var(--color-brand)}.nav-tabs .nav-link .text:after{content:"";transition:all .3s;opacity:0;visibility:hidden}.nav-tabs .nav-link:hover{background:inherit;border-color:transparent;color:inherit}.tab-content{padding:30px 0 0;position:relative}.tab-content .img-wrapper{padding-bottom:15px;margin:auto;max-width:1050px}.tab-content .img-wrapper .img-fluid{max-height:calc(96vh - 40px);margin-bottom:15px}.reviews-list .review-item{line-height:1.2;margin-bottom:22px;font-size:.875rem}.review-gallery-modal .review-content,.reviews-list .review-content{display:flex;border-radius:5px;padding:10px 15px;margin-bottom:8px;position:relative;border:1px solid var(--color-info);font-size:.875rem}.review-gallery-modal .review-content .review-text>p{text-overflow:ellipsis;overflow:hidden;position:relative}.reviews-list .review-reply{color:#8c8c8c;font-size:.875rem;cursor:pointer;margin-bottom:16px;margin-top:20px}.reviews-list .review-reply .text{border-bottom:1px solid #8c8c8c}.reviews-list .review-answer{padding-top:20px;margin-top:16px;position:relative;padding-left:60px}.reviews-list .review-info{padding-left:65px}.reviews-list .review-info .review-name{margin-bottom:9px}.review-gallery-modal .review-info .review-name,.reviews-list .review-info .review-name{font-size:1rem;font-weight:700;color:var(--color-brand)}.fancybox-container.form-popup .fancybox-slide .review-author{font-size:1rem;font-weight:700;margin-bottom:9px;color:var(--color-brand)}.fancybox-container.form-popup .fancybox-slide .review-author>span:last-of-type,.review-gallery-modal .review-info .review-date,.reviews-list .review-info .review-date{color:var(--field-empty);margin-right:5px;font-size:.875rem}.review-gallery-modal .review-info .rating,.reviews-list .review-info .rating{padding-bottom:3px}#hiddenReviewForm{position:relative;margin-right:0;height:auto}#hiddenReviewForm>div{background-color:var(--color-background)}#hiddenReviewForm>div.sticky{width:100%;max-width:calc(33.3333333333% - 15px)}.reviews-form-container{padding:20px;border:1px solid var(--color-info);border-radius:5px}#hiddenReviewForm>div:not([id]) .reviews-form-container{margin-right:15px}#hiddenReviewForm>div.sticky .reviews-form-container{width:100%}.reviews-form-container .review-rate{display:flex;align-items:flex-end;margin-bottom:13px;font-size:.875rem}.reviews-form-container .review-rate .rate-label{white-space:nowrap;line-height:18px}.reviews-form-container .review-rate .rate-stars-wrapper{display:flex;align-items:center}.reviews-form-container .review-rate .review-rate-stars{margin-left:7px;white-space:nowrap}.reviews-form-container .review-rate-hint{position:relative;visibility:visible;margin-left:20px;height:22px;border-radius:0 4px 4px 0;line-height:20px;vertical-align:middle;font-size:.75rem;text-align:center;min-width:80px;border-style:solid;border-color:var(--color-brand);border-width:1px 1px 1px 0;opacity:0}.reviews-form-container .review-rate-hint:after,.reviews-form-container .review-rate-hint:before{content:"";position:absolute;top:50%;margin-top:-11px;border-style:solid;border-width:11px 9px 11px 0}.reviews-form-container .review-rate-hint:before{left:-9px;border-color:transparent var(--color-brand)}.reviews-form-container .review-rate-hint:after{left:-8px;border-color:transparent var(--color-background)}.reviews-form-container .review-rate-hint:not(:empty){display:inline-block;visibility:visible;opacity:1;transition:.3s ease}.reviews-form-container .reviews-form .form-title{font-weight:700;margin-bottom:40px;color:var(--color-brand);text-align:center}.reviews-form-container .reviews-form .control-group{display:flex}#order-form input#order-form-delivery_city,.reviews-form-container .reviews-form .control-group.collapse{margin-bottom:0}.reviews-form-container .reviews-form .control-group.collapse label:not(.aks-file-upload-label){font-size:.875rem;display:block;text-align:right;cursor:pointer;letter-spacing:1px;position:relative;padding:0 21px 15px}.reviews-form-container .reviews-form .control-group.collapse label:not(.aks-file-upload-label):after,.reviews-form-container .reviews-form .control-group.collapse label:not(.aks-file-upload-label):before{content:"";display:inline-block;position:absolute}.reviews-form-container .reviews-form .control-group.collapse label:not(.aks-file-upload-label):before{width:8px;height:8px;z-index:1;border-color:var(--color-background);border-style:solid;border-width:0 0 2px 2px;right:4px;top:3px;transform:rotate(-45deg);transition:all .3s;line-height:18px}.reviews-form-container .reviews-form .control-group.collapse label:not(.aks-file-upload-label):after{width:17px;height:17px;right:0;top:0;background-color:var(--color-brand);border-radius:50%}.reviews-form-container .reviews-form .control-group.collapse label.open:before{transform:rotate(135deg);right:4px;top:6px}.reviews-form-container .reviews-form .control-group.collapse .controls{padding-bottom:13px}.reviews-form-container .reviews-form .control-group .controls{width:100%;height:auto}.reviews-form-container .reviews-form .control-group .controls[id]{height:100px}.reviews-form-container .reviews-form .control-group.video .controls[id]{height:65px}.reviews-form-container .reviews-form .control-group.gallery .controls[id]{height:139px}.page-article-content img,.reviews-form-container .reviews-form .control-group.gallery .open+.controls[id]{height:auto}.number-search-form-wrap .form-element-wrapper input,.reviews-form-container .reviews-form .form-control{height:35px}.gui-details{font-size:.625rem;text-align:center;color:#909090;padding-top:4px}.dealerForm-container .gui-details{position:absolute;top:0;right:0;background-color:var(--color-alert);display:block;width:34px;height:34px;border-radius:50%;font-size:3rem;line-height:30px;padding:4px 0;cursor:pointer;color:var(--color-brand);transition:all .3s}.dealerForm-container .form-control.gui-field-error+.gui-details{opacity:1}.control-group[data-type]:last-of-type .gui-details{display:none}.gui-details small{font-size:90%;letter-spacing:1px}.gui-details span{border-bottom:1px solid #5f5f5f;display:inline-block;margin-bottom:5px}.gui-details ul{text-align:left;list-style:disc}.reviews-form-container .reviews-form textarea.form-control{padding-top:5px;height:160px}.reviews-form-container .reviews-form textarea.advantages{height:80px}.review-gallery-modal .review-info,.review-tab .reviews-list .review-info{margin-bottom:10px;padding-left:0}.review-gallery-modal .review-info .review-name,.review-tab .reviews-list .review-info .review-name{margin-bottom:3px}.review-gallery-modal .review-info .review-name span,.review-tab .reviews-list .review-info .review-name span{position:relative;white-space:nowrap;cursor:pointer}.fancybox-container.form-popup .fancybox-slide .likes-box span,.review-gallery-modal .likes-box span,.review-tab .likes-box span{margin:0 5px;height:19px}.fancybox-container.form-popup .fancybox-slide .likes-box svg,.review-gallery-modal .likes-box svg,.review-tab .likes-box svg{height:17px;position:relative}.fancybox-container.form-popup .fancybox-slide .likes-box .likes-box__like svg,.review-gallery-modal .likes-box .likes-box__like svg,.review-tab .likes-box .likes-box__like svg{top:-4px}.fancybox-container.form-popup .fancybox-slide .likes-box .likes-box__dislike svg,.review-gallery-modal .likes-box .likes-box__dislike svg,.review-tab .likes-box .likes-box__dislike svg{top:2px}.fancybox-container.form-popup .fancybox-slide .likes-box i,.review-gallery-modal .likes-box i,.review-tab .likes-box i{font-size:13px}.review-gallery-modal .review-item,.review-tab .reviews-list .review-item{margin-bottom:45px}.review-gallery-modal .review-item .review-content,.review-tab .reviews-list .review-item .review-content{margin-bottom:20px}.review-gallery ul[id^=reviewGallery] li.video-review svg,.review-gallery-modal .slider-modal-thumb .item.video-review svg,.review-text{width:100%}.advantages-box{font-size:.75rem;color:#8c8c8c}.review-gallery-modal .advantages-box>div{flex:0 0 100%;max-width:100%}.advantages-box span{flex:0 0 100%;max-width:80px}.review-gallery-modal .advantages-box span{padding-top:5px}.advantages-box p{padding:0 6px;color:var(--field-empty);margin:0}.review-gallery{margin:0-.5rem}.review-gallery .lSSlideOuter,.review-gallery .lSSlideWrapper{padding:0 .5rem}.review-gallery ul[id^=reviewGallery]{margin:1rem 0 0;list-style:none;padding:0 .5rem!important}.review-gallery ul[id^=reviewGallery] li{margin-bottom:0;list-style-type:none;min-height:66px;cursor:pointer}.review-gallery ul[id^=reviewGallery] li>*{display:block;margin:auto;height:100%;min-height:66px}.review-gallery ul[id^=reviewGallery] li.video-review i{background-color:#000;width:100%;padding:7px;height:66px;max-height:100%}.review-gallery ul[id^=reviewGallery] li i,.review-gallery ul[id^=reviewGallery] li img{display:block;width:100px;transform:scale(.9)}.review-gallery ul[id^=reviewGallery] li:hover i,.review-gallery ul[id^=reviewGallery] li:hover img{transform:scale(1)}.video-tab-title{margin-bottom:32px;font-size:20px}.review-gallery ul[id^=reviewGallery] li>:after,.review-gallery ul[id^=reviewGallery] li>:before{content:"";position:absolute;left:0;top:-5px;right:0;bottom:-5px;transition:all .3s;display:block}.review-gallery ul[id^=reviewGallery] li>:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:mtc='http://www.make-the-cut.com/namespaces/make-the-cut' viewBox='0 0 81.7 65' mtc:dpi='90'%3E%3Cpath fill='%23ffe200' d='M49.4 1.93c-14.08 0-25.53 11.45-25.53 25.53 0 14.08 11.45 25.53 25.53 25.53s25.53-11.45 25.53-25.53c0-14.08-11.45-25.53-25.53-25.53zm0 46.05c-11.32 0-20.53-9.21-20.53-20.53S38.08 6.93 49.4 6.93s20.53 9.21 20.53 20.53-9.21 20.52-20.53 20.52zm0-37.59v3c-7.76 0-14.07 6.31-14.07 14.07h-3c.01-9.42 7.66-17.07 17.07-17.07zM26.48 46.32l3.54 3.54L10.3 69.57l-3.54-3.54 19.72-19.71z'/%3E%3C/svg%3E%0A");z-index:2;background-position:center;background-repeat:no-repeat;background-size:26px;opacity:1}.review-gallery ul[id^=reviewGallery] li.video-review>:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffe200' d='M256 0C114.618 0 0 114.618 0 256s114.618 256 256 256 256-114.618 256-256S397.382 0 256 0zm0 469.333c-117.818 0-213.333-95.515-213.333-213.333S138.182 42.667 256 42.667 469.333 138.182 469.333 256 373.818 469.333 256 469.333z'/%3E%3Cpath fill='%23ffe200' d='M375.467 238.933l-170.667-128c-14.064-10.548-34.133-.513-34.133 17.067v256c0 17.58 20.07 27.615 34.133 17.067l170.667-128c11.377-8.534 11.377-25.6 0-34.134zm-162.134 102.4V170.667L327.111 256l-113.778 85.333z'/%3E%3C/svg%3E");background-size:20px}#order-form #orderProductsTable.load .loader-wrap .page-preloader,#order-form .delivery-content.load .loader-wrap .page-preloader,#order-form .payment-content.load .loader-wrap .page-preloader,.review-gallery ul[id^=reviewGallery] li>:after{background-color:rgba(21,21,21,.5)}.review-gallery ul[id^=reviewGallery] li:hover>:before{opacity:0}.review-gallery ul[id^=reviewGallery] li:hover>:after{background-color:transparent}.review-gallery ul[id^=reviewGallery]+.lSAction{justify-content:flex-end;margin-top:.5rem;display:flex!important}.review-gallery ul[id^=reviewGallery]+.lSAction .lSNext,.review-gallery ul[id^=reviewGallery]+.lSAction .lSPrev{position:static;margin:0 .5rem;text-align:center;height:1rem;width:1rem}.review-gallery ul[id^=reviewGallery]+.lSAction .lSNext:before,.review-gallery ul[id^=reviewGallery]+.lSAction .lSPrev:before{content:"";display:inline-block;width:10px;height:10px;border-style:solid;border-color:var(--color-brand);transform:rotate(45deg)}.review-gallery ul[id^=reviewGallery]+.lSAction .lSPrev:before{border-width:0 0 2px 2px}.review-gallery ul[id^=reviewGallery]+.lSAction .lSNext:before{border-width:2px 2px 0 0}.review-gallery-modal.fancy-content .h3{text-align:center;height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-gallery-modal.fancy-content .h3 span{width:50%;padding:0 10px 4px}.product-gallery{position:relative;margin:10px 23px 0 0}.product-gallery .lSSlideOuter.vertical{padding:26px 0 85%!important;height:0}.product-gallery .lSSlideWrapper{overflow:visible;margin-left:125px}.product-gallery .lslide{cursor:pointer;opacity:0;transition:all .3s}.product-gallery .lslide.active{opacity:1}.product-gallery .lslide>div{display:flex;justify-content:center;align-items:center;height:100%;overflow:hidden;padding:1px}.brands-product,.carousel-product,.category-product,.day-deal,.recomended-product,.sales-product{position:relative;z-index:1}.brands-product:hover,.carousel-product:hover,.category-product:hover,.day-deal:hover,.recomended-product:hover,.sales-product:hover{z-index:2}.carousel-product,.recomended-product,.sales-product{margin-left:-10px;margin-right:-10px;padding:23px 10px 38px}#RelatedCarousel{padding-bottom:40px}#noveltyProducts{margin-top:26px}.carousel-product .ui-slider:not(.BookSlider),.recomended-product .ui-slider:not(.BookSlider),.sales-product .ui-slider:not(.BookSlider){display:flex;align-items:flex-start;list-style:none;padding:0;overflow:visible}.color-slider-inner #productGallery:not(.BookSlider),.color-slider-inner #sliderModal:not(.BookSlider),.product-gallery #sliderModal:not(.BookSlider),.slider-modal-wrapper #productGallery:not(.BookSlider),.slider-modal-wrapper #sliderModal:not(.BookSlider){list-style:none;padding:0;display:block!important;margin:0}.product-gallery #productGallery:not(.BookSlider){list-style:none;padding:0;margin:0}.d-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.color-slider-inner #colorSlider:not(.BookSlider),.product-gallery #colorSlider:not(.BookSlider),.slider-modal-wrapper #colorSlider:not(.BookSlider){list-style:none;margin:0;padding:0;display:flex;overflow:visible;max-width:100%}.color-slider-inner #colorSlider:not(.BookSlider)>li,.product-gallery #colorSlider:not(.BookSlider)>li,.slider-modal-wrapper #colorSlider:not(.BookSlider)>li{margin-right:10px;width:calc(100%/6 - 10px);flex:0 0 calc(100%/6 - 10px);max-width:calc(100%/6 - 10px)}.color-slider-inner #colorSlider:not(.BookSlider)>li{border:1px solid #4a4a4a;margin-left:1px}.color-slider-inner #colorSlider:not(.BookSlider)>li:first-child{margin-left:0}.color-slider-inner #colorSlider:not(.BookSlider)>li:last-child{margin-right:0}.color-slider-inner #colorSlider:not(.BookSlider)>li.current{border-color:var(--color-brand)}.page-aside{max-width:248px;position:relative}.aside-menu{padding-top:17px;height:100%}.aside-menu ul.aside-menu{margin-bottom:0;padding-bottom:17px;border-right:1px solid #484848}.aside-menu li.title{font-weight:700;text-transform:uppercase;font-size:.875rem;padding:10px 0}.aside-menu .menu-link,.aside-menu .nav-link{color:var(--color-text);font-size:.875rem;padding:2px 0 5px;margin-bottom:5px;text-transform:none;display:inline-block}.aside-menu .menu-link.current,.aside-menu .menu-link:after,.aside-menu .nav-link:after{display:none}#customer-menu.aside-menu .menu-link.current{display:inline-block;color:var(--color-brand);cursor:default}.aside-menu .menu-link.active,.aside-menu .menu-link:hover,.aside-menu .nav-link.active,.aside-menu .nav-link:hover,.aside-menu li.title,.page-compare .compare-header .btn:hover .ic-delete:before,.page-compare-list .compare-header .btn:hover .ic-delete:before{color:var(--color-brand)}.aside-tags .title{font-size:.875rem;font-weight:700;margin-bottom:17px}.aside-tags .tag-link{display:inline-block;border:1px solid #4c4c4c;padding:0 8px;border-radius:14px;font-size:.75rem;color:var(--color-text);line-height:24px;margin:0 5px 5px 0}.aside-tags .tag-link i{transform:rotate(30deg);margin-right:4px;top:-1px}.aside-tags .tag-link svg{fill:#4c4c4c;width:17px;height:13px}.aside-tags .tag-link.active,.aside-tags .tag-link:hover{background:#272513;border-color:#8a7c0a;color:var(--color-brand)}.aside-tags .tag-link.active svg,.aside-tags .tag-link:hover svg{fill:rgba(255,226,0,.8)}.product-all-color__wrapper{max-height:calc(66vh - 88px);overflow:hidden;overflow-y:auto;margin-right:-10px;margin-left:-10px}.product-all-color__wrapper>.row{margin:0;padding:0 2px}.product-all-color.fancy-content{padding:17px 41px 17px 33px!important;width:90vw;max-width:600px;max-height:66vh}.product-all-color .product-card{box-sizing:border-box;border-color:transparent}.product-all-color .product-card:not(:last-child){margin-bottom:0;border-right-color:#2c2c2c}.product-all-color .product-card:nth-child(n+4){border-top:1px solid #2c2c2c}.product-all-color .product-card .product-title{text-align:center;margin-top:5px;margin-bottom:8px;height:auto;min-height:72px}.product-all-color .product-card .price-block{padding:10px}.product-gallery-modal{max-width:1440px;width:100%;max-height:calc(100vh - 60px);height:100%}.product-gallery-modal #sliderModal,.product-gallery-modal .row,.review-gallery-modal #sliderModal{height:100%}.fancybox-slide ::-webkit-scrollbar,.jq-selectbox__dropdown ul::-webkit-scrollbar{width:6px;cursor:pointer}.fancybox-slide ::-webkit-scrollbar-track,.jq-selectbox__dropdown ul::-webkit-scrollbar-track{background:var(--color-background)}.fancybox-slide ::-webkit-scrollbar-thumb,.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb{background:rgba(255,226,0,.5);border-radius:4px;cursor:pointer}.fancybox-slide ::-webkit-scrollbar-thumb:hover,.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb:hover{background:#ffe200}.product-gallery-modal.fancy-content,.review-gallery-modal.fancy-content{padding:20px 35px!important;width:95vw;max-height:95vh;margin:auto 0}.product-gallery-modal .btn.add-cart,.review-gallery-modal .btn.add-cart{margin:15px auto 50px!important;width:auto;position:relative;padding:0 20px}.product-gallery-modal .slider-modal-thumb,.review-gallery-modal .slider-modal-thumb{position:relative;justify-content:center;flex-wrap:wrap;display:flex}.product-gallery-modal .slider-modal-thumb .item,.review-gallery-modal .slider-modal-thumb .item{flex:0 0 85px;max-width:85px;border:1px solid #4a4a4a;transition:all .3s;text-align:center;line-height:85px;margin:8px;cursor:pointer}.review-gallery-modal .slider-modal-thumb .item.video-review{background-color:#000}.review-gallery-modal .slider-modal-thumb .item.video-review i{height:0;padding:50% 7px}.page-customer-edit .aside-menu ul.aside-menu,.page-customer-info .aside-menu ul.aside-menu,.product-gallery-modal .slider-modal-thumb .item.active,.product-gallery-modal .slider-modal-thumb .item:hover,.review-gallery-modal .slider-modal-thumb .item.active,.review-gallery-modal .slider-modal-thumb .item:hover{border-color:var(--color-brand)}.product-gallery-modal .slider-modal-thumb .item img,.review-gallery-modal .slider-modal-thumb .item img{display:block;margin:auto}.product-gallery-modal .slider-modal-wrapper,.review-gallery-modal .slider-modal-wrapper{padding-right:15px;padding-left:15px;flex:0 0 66.6666666667%;max-width:66.6666666667%;position:relative;width:100%;min-height:1px}.product-gallery-modal .slider-modal-wrapper+div,.review-gallery-modal .slider-modal-wrapper+div{padding-right:15px;padding-left:15px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.product-gallery-modal .price-block.sale-price{align-items:center;justify-content:center;display:flex}.product-gallery-modal .price-block .price-old{order:2}.product-gallery-modal .price-block .price{order:1;line-height:normal;text-align:center}.product-gallery-modal .price-block .price .price-value{white-space:nowrap}.product-gallery-modal .price-block .price-gain{order:3;padding:5px;margin:0}.product-gallery-modal .price-block .price-gain>*{display:inline-block}.product-gallery-modal .price-block .price-currency{margin-left:4px}.product-gallery-modal .lSSlideWrapper,.review-gallery-modal .lSSlideWrappe{height:100%;overflow:hidden}.product-gallery-modal .lSSlideOuter,.review-gallery-modal .lSSlideOuter{height:100%;min-height:400px}.product-gallery-modal .lightSlider,.review-gallery-modal .lightSlider{margin:0 auto}.product-gallery-modal .lightSlider>li,.review-gallery-modal .lightSlider>li{text-align:center;display:flex;height:100%;align-items:center;justify-content:center;padding:20px;max-height:calc(95vh - 80px)}.product-gallery-modal .BookSlider>li>*,.product-gallery-modal .lightSlider>li>*,.review-gallery-modal .BookSlider>li>*,.review-gallery-modal .lightSlider>li>*{height:100%;max-width:100%}.review-gallery-modal #player{width:640px;height:360px}.product-gallery-modal .BookSlider>li img,.product-gallery-modal .lightSlider>li img,.review-gallery-modal .BookSlider>li img,.review-gallery-modal .lightSlider>li img{max-height:100%;object-fit:contain;height:100%;max-width:100%}.product-gallery-modal .BookSlider>li iframe,.product-gallery-modal .lightSlider>li iframe,.review-gallery-modal .BookSlider>li iframe,.review-gallery-modal .lightSlider>li iframe{object-fit:contain;max-width:100%;max-height:100%}.product-gallery-modal .lSAction>.lSNext,.product-gallery-modal .lSAction>.lSPrev,.review-gallery-modal .lSAction>.lSNext,.review-gallery-modal .lSAction>.lSPrev{margin:0;background:0 0;height:32px;opacity:.36;transition:all .3s;top:50%;transform:translateY(-50%);width:32px;padding:9px}.product-gallery-modal .lSAction>.lSNext:before,.product-gallery-modal .lSAction>.lSPrev:before,.review-gallery-modal .lSAction>.lSNext:before,.review-gallery-modal .lSAction>.lSPrev:before{content:"";display:block;width:15px;height:15px;transform:rotate(45deg);border-style:solid;border-width:4px;border-color:transparent transparent var(--color-brand) var(--color-brand);vertical-align:top}.product-gallery-modal .lSAction>.lSNext:hover,.product-gallery-modal .lSAction>.lSPrev:hover,.product-page .color-slider .color-control-next i:hover:before,.product-page .color-slider .color-control-prev i:hover:before,.review-gallery-modal .lSAction>.lSNext:hover,.review-gallery-modal .lSAction>.lSPrev:hover{opacity:1}.product-gallery-modal .lSAction>.lSPrev,.review-gallery-modal .lSAction>.lSPrev{left:0}.product-gallery-modal .lSAction>.lSNext,.review-gallery-modal .lSAction>.lSNext{right:0;transform:translateY(-50%) rotate(-180deg)}#product-accessory{position:relative;min-height:100px}.product-card{position:relative;transition:all .3s;height:100%!important;display:flex;flex-direction:column;border-style:solid;border-width:1px;border-color:#2c2c2c;box-sizing:border-box;padding-bottom:6px}.product-card:not(:last-child){margin-bottom:20px;border-right-color:#2c2c2c}.product-card._not-availible .price-block.one-price .price .price-currency,.product-card._not-availible .price-block.one-price .price .price-value{color:#999}.product-card .img-wrapper{position:relative;text-align:center;display:block;padding-bottom:0}.product-card .description-wrapper{display:flex;flex-direction:column;padding-bottom:8px}.coupon-box{min-width:100%;text-align:center;margin-top:8px;border-width:2px;border-color:var(--color-info);border-style:dashed;position:relative}.coupon-box .coupon-wrapper{display:flex;justify-content:space-between;height:30px;align-items:center;position:relative;background-color:var(--color-background);z-index:2}.coupon-box .coupon-wrapper>button{width:18px;margin:0 5px;position:relative;height:30px}.coupon-box .coupon-wrapper>button i{display:block;height:100%;width:18px;position:absolute;top:0;left:0;cursor:pointer}.coupon-box .coupon-wrapper>button i:before{background-size:contain;background-position:center;background-repeat:no-repeat}.coupon-box .coupon-wrapper>span{font-family:monospace;font-size:14px;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.coupon-box .copy-notification{position:absolute;z-index:1;bottom:0;left:0;right:0;font-size:.75rem;top:0;line-height:20px;opacity:0;visibility:hidden;padding:5px}.coupon-box .copy-notification.is-opens{background-color:var(--color-brand);color:var(--color-background);z-index:3;opacity:1;visibility:visible}.coupon-box .help-tooltip{background-color:transparent}.coupon-box .help-tooltip i{top:0}.coupon-box .help-tooltip i:hover+.help-tooltip__box{left:auto;right:-7px}.coupon-box .help-tooltip__box-wrap:before{left:auto;right:13px}.product-card._is-availible .img-wrapper,.product-card._is-expected .img-wrapper,.product-card._not-availible .img-wrapper{height:0;padding-bottom:calc(100% + 10px)}.product-all-color .product-card .img-wrapper{padding-bottom:calc(100%);margin:15px 0 0}.product-all-color .product-card:not(._is-availible) .img-wrapper{opacity:.5}.product-card .img-wrapper a{display:block;padding:10px 0}.product-card .img-wrapper a img{width:calc(100% - 20px);margin:auto}.product-card._not-availible .img-wrapper a img{filter:grayscale(100%);opacity:.5}.product-card .description-wrapper__flag{background-color:var(--color-info);padding:0 9px 8px;margin:0}.product-card .product-title{padding-top:5px}.product-card .product-title a{line-height:1.2;overflow:hidden;display:block;font-size:.9375rem;color:var(--color-text);height:57px;margin:0 8px 9px}.product-card .product-title a:hover{text-decoration:none}.product-card .articul,.product-card .stock{font-size:.75rem;text-indent:10px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .articul{padding:6px 0 0}.product-card .stock{padding:4px 23px 0 0}.product-card .price-block{padding:0 10px;line-height:18px;height:50px;margin-bottom:8px}.product-card .price-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.product-card .price-block .saving-pay,.product-card .price-block .saving-pay span{width:100%;text-align:center;line-height:1.25rem;font-size:.75rem}.product-card .price-block .saving-pay span{border:1px solid #68c505;color:#68c505;margin-top:6px;display:block}.product-card .price-block .saving-pay span:empty,label.error:empty{display:none}.product-card .price-block .price{font-size:1.3125rem;letter-spacing:normal;min-width:auto;font-weight:700;color:var(--color-brand)}.product-card .price-block .price .price-currency,.product-card .price-block .price .price-value,.product-card .price-block .price-old .price-currency,.product-card .price-block .price-old .price-value{display:inline-block}.product-card .price-block .price small{font-weight:400;font-size:.9375rem;opacity:.75}.price-block .price-old p{margin:0 auto;display:inline-block;position:relative}.price-block .price-old:after{content:"";border-top:2px solid #ff3c20;position:absolute;width:calc(100% + 4px);height:50%;transform:rotate(-10deg);top:48%;left:0;right:10px;margin:auto}.product-card .product-element:not(.review-block){margin-right:5px;padding:5px 5px 0}.product-card .product-element.review-block{float:right;padding:3px 0 0;font-size:.75rem;text-align:center}.product-card .product-element.review-block .rate-list{padding-top:3px}.product-card .product-element.product-video{display:block;padding:0;float:none}.product-card .product-element.product-video:after{display:none}.product-card .btn-wrapper .btn{height:38px;padding:9px 12px;background:var(--color-buy);border-color:var(--color-buy);color:var(--color-white);width:100%}.product-card .btn-wrapper .btn:hover{background:0 0;color:var(--color-brand);border-color:var(--color-brand)}.product-card .btn-wrapper .btn i{position:relative;top:-3px}.product-card .btn-wrapper .btn svg{height:23px;width:24px}.product-card .btn-wrapper .btn:hover svg{fill:var(--color-brand)}.product-card .hide-block{position:absolute;top:100%;overflow:hidden;z-index:2;left:-1px;background-color:#595959;border-style:solid;border-color:#595959;border-width:0 1px 1px;transform-origin:center top 0;transform:rotateX(90deg) perspective(150px);transition-duration:.3s;width:calc(100% + 2px);box-sizing:border-box;background-clip:padding-box;border-top-color:var(--color-background)}.product-card .hide-block>div{background-color:var(--color-background);position:relative;padding:20px 10px 17px}.product-card .hide-block .btn-wrapper{float:left;min-width:52%}body:not(.mobile) .product-card:hover{border-color:#595959}body:not(.mobile) .product-card:hover .hide-block{transform:rotateX(0deg)}body:not(.mobile) .product-card:hover .hide-block:before{opacity:1}.page-compare-list,.page-compare-tile{padding-top:26px}.page-compare-list>.row>div:last-child,.page-compare-tile>.row>div:last-child{flex:0 0 80.5%;max-width:80.5%;margin-bottom:10px}.page-compare-list .row>.sidebar-left,.page-compare-tile .row>.sidebar-left{flex:0 0 19.5%;max-width:19.5%;margin-bottom:10px;z-index:20}.page-compare-list .compare-list{position:relative;padding-left:3px;padding-bottom:48px}#compare-header{height:100%;padding-bottom:30px}#compare-header>div:first-child{margin-bottom:auto!important}#compare-header>div:not(:first-child){font-size:.875rem;font-weight:700;width:100%;padding:5px 10px}#compare-header>div:nth-child(even){background-color:#1f1f1f;box-shadow:15px 0 0 0#1f1f1f}.page-compare .compare-header{margin-bottom:10px}.page-compare-list .compare-header{padding:5px 0;margin-bottom:10px}.page-compare .compare-header .title,.page-compare .compare-header>div:first-child,.page-compare-list .compare-header .title{font-size:1.5rem;font-weight:700;float:left;color:var(--color-text);line-height:18px;max-width:calc(100% - 140px)}.page-compare .compare-header .btn,.page-compare-list .compare-header .btn{float:right;height:auto;padding:6px 8px;line-height:normal;background:rgba(255,226,0,.08);color:var(--color-brand);text-transform:none;font-weight:400;font-size:.75rem;white-space:nowrap;border-radius:28px}.page-compare .compare-header .btn:hover,.page-compare-list .compare-header .btn:hover{background:var(--color-brand);color:var(--color-background)}.page-compare .compare-header .btn .text,.page-compare-list .compare-header .btn .text{display:inline-block;margin-right:7px}.page-compare .compare-header .btn .ic-delete,.page-compare-list .compare-header .btn .ic-delete{display:inline-block;background-color:var(--color-brand);opacity:1}.page-compare .compare-header .btn:hover .ic-delete,.page-compare-list .compare-header .btn:hover .ic-delete{background-color:var(--color-background);box-shadow:none}.page-compare-list .catalog-list .product-card-wrapper>.text-center{position:relative}.page-compare .compare-remove-product,.page-compare-list .compare-remove-product{position:absolute;right:12px;top:12px;z-index:10}.page-compare .compare-remove-product .ic-delete,.page-compare-list .compare-remove-product .ic-delete{background-color:transparent;box-shadow:none;right:4px}.page-compare .compare-remove-product .ic-delete:before,.page-compare-list .compare-remove-product .ic-delete:before{color:var(--field-empty);font-size:1.5rem;font-weight:400}.page-compare #compare-table{position:relative;margin:0-10px}.page-compare .compare-products-wrap{width:100%;overflow-y:hidden;overflow-x:auto}.page-compare .compare-products{display:flex}.page-compare .compare-header,.page-compare .compare-product{min-width:299px;flex-basis:299px;padding:0 10px;position:relative}.page-compare .compare-header>div,.page-compare .compare-product>div{font-size:.875rem;color:var(--field-empty);line-height:1.3;padding:5px 0}.page-compare .compare-header>div:nth-child(even):not(:first-child),.page-compare .compare-product>div:nth-child(even):not(:first-child){background-color:#1f1f1f;box-shadow:10px 0 0 0#1f1f1f,-10px 0 0 0#1f1f1f}.catalog-aside .catalog-aside-toggle-ajax:after{display:block;content:"";position:absolute;top:0;right:0;transition:all .3s;width:10px;height:10px;bottom:0;margin:auto;border-style:solid;border-width:1px 1px 0 0;border-color:var(--color-text);transform:rotate(135deg)}.catalog-aside .catalog-aside-toggle-ajax.active:after{transform:rotate(-45deg);border-color:var(--color-brand)}.catalog-aside .catalog-aside-sub-title{cursor:pointer;position:relative}.catalog-aside .catalog-aside-title{position:relative;cursor:pointer;padding-right:32px}.catalog-aside .catalog-aside-title>a{transition:all .3s;color:var(--color-text)}.catalog-aside .catalog-aside-inner-item a.active,.catalog-aside .catalog-aside-title.active>a,.catalog-aside .catalog-aside-title:hover>a,.catalog-aside .catalog-aside-title>a.current,.catalog-aside .catalog-aside-title>a:hover{color:var(--color-brand)}.catalog-aside .catalog-aside-inner-item a{transition:all .3s;color:inherit}.catalog-list-more{padding:0 5px}.catalog-list .product-card-wrapper{padding:0 10px 20px}.success-wrapper{width:100%;max-width:634px;box-shadow:inset 0 0 10px rgba(0,0,0,.5);padding:7px 49px 30px;background-color:var(--field-placeholder);margin:40px auto}.success-wrapper .page-title{font-size:2.375rem}.success-wrapper .info{border-style:solid;border-color:#948714;border-width:1px 0;font-size:.9375rem}.cart-products .product .col-info .title:hover,.success-wrapper .success-sum{color:var(--color-brand)}.success-wrapper .table-cell{padding:3px 0 4px}.success-wrapper .table-cell:last-child{padding-left:5px}.success-wrapper .success-sum .table-cell:last-child{font-weight:700}.success-wrapper .success-sum .table-cell .price-currency{padding-left:5px}.page-success .buttons-wrap{width:100%;padding-bottom:53px}.page-success .buttons-wrap button.btn-link{display:block;padding:11px 15px;border:1px solid var(--color-brand);background-color:var(--color-brand);color:var(--color-background);text-transform:uppercase;font-weight:700;margin:auto 2rem;width:245px}.page-success .buttons-wrap button.btn-link i{top:.5px}.page-success .buttons-wrap button.btn-link i:before{border-width:0 0 2px 2px;border-color:transparent transparent var(--color-background) var(--color-background);width:12px;height:12px}#order-form .control-group,#order-form .form-group{position:relative}.discount-item{display:flex;align-items:center;gap:4px}#order-form .delivery-content .control-group{flex:0 0 45%;max-width:45%;flex-direction:column;display:flex;z-index:2}.decorate-checkout-point-choose{margin-bottom:4px;display:none}#order-form .delivery-content .control-group:first-child{z-index:3}#order-form .autocomplete-wrap .ui-autocomplete.ui-widget{border-width:10px}#order-form .form-group{min-height:35.5px}#order-form .form-control{padding:6px 24px;min-height:34px}#order-form input.form-control{position:relative;z-index:11;margin-bottom:23px}#order-form input.form-control.error{outline:0}#order-form input.form-control.error:-webkit-autofill{color:#999!important}#order-form .form-control[name^=coupon]{padding:2px;min-height:30px;z-index:0}#order-form label.error,#order-form-delivery_postindex-error,.alert-danger,.form-inline .form-error,form .form-error{left:0;right:0;position:absolute;margin:auto;text-transform:uppercase;font-size:.75rem;letter-spacing:1px;font-variant:all-small-caps;text-align:center;color:var(--color-brand);top:0;z-index:10;background-color:var(--color-alert);padding-top:34px;box-shadow:0 0 0 2px var(--color-alert);border-radius:16px}.checkout-page .delivery-content .control-group-wrapper .control-group:not([data-box])>label[for=order-form-delivery_city],.form-inline .form-error,.form-inline .form-error li:before,.form-inline .form-error li:not(:first-child),form .form-error,form .form-error li:before,form .form-error li:not(:first-child){display:none}.form-inline .form-error ul,form .form-error ul{position:absolute;left:0;right:0;margin:4px auto}.form-inline .form-error li,form .form-error li{line-height:1;padding:2px!important;text-align:center}.checkout-cart-outer{width:100%;max-width:594px}.checkout-cart-outer.mt-3:last-child{margin-top:1.5rem!important}.checkout-cart-wrapper{padding-top:15px}#checkoutDialog{width:90vw;max-width:748px;padding:28px 24px}#checkoutDialog .popup-title{display:block;border-radius:5px 5px 0 0;font-size:1.125rem;font-weight:700;margin:0 0 15px;color:var(--color-brand);padding:0 17px 15px}#checkoutDialog .popup-title .text{display:block;text-align:left}#checkoutDialog .wrap{position:relative;overflow:hidden;min-height:100px;margin:0-16px}#checkoutDialog #checkoutDialogLoader{position:absolute;z-index:100;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}#checkoutDialog .cart-products{max-height:40vh;overflow:auto;padding:0 17px}#checkoutDialog .alert{margin:auto;border:0;padding:0}#checkoutDialog .fist-block{display:flex;align-items:start;flex-direction:column;margin-right:auto}#checkoutDialog .text-center.mb-4{padding-top:20px}#checkoutDialog .btn-yellow{top:auto;min-width:200px}#checkoutDialog .btn-yellow .text{max-width:none}.cart-products .cart-title{text-transform:uppercase;font-weight:700;margin-bottom:10px;font-size:1rem;color:#3d4572}.cart-products header{display:flex;font-size:.75rem;position:relative;text-align:center;background-color:#4b4b4b;height:auto}.cart-products header .col{border-left:5px solid #282828}.cart-products .col-img{flex:0 0 104px;max-width:104px}.cart-products .col-info{flex:1 1 100%}.cart-products .col-price-total{flex:0 0 130px;min-width:130px;padding-right:0}.cart-products .product{position:relative;flex-wrap:nowrap;justify-content:space-between;margin:0;overflow:hidden;border-top:1px solid var(--color-brand);padding:3px 0;text-align:center}.cart-products .product:first-child{border:0}.cart-products .product>*{min-height:104px;padding:10px 0;display:-webkit-flex;display:flex;align-items:center}.cart-products .product .col-img{text-align:center;position:relative}.cart-products .product .col-img img{display:block;margin:auto;max-height:100%;opacity:1;word-break:break-all}.cart-products .product .col-img a{display:block;width:100%;border:1px solid var(--color-brand);padding:5px;align-self:start}.cart-products .product .col-info{height:auto;width:auto;padding-left:3%;text-align:left}.cart-products .product .col-info>*{font-size:.875rem;width:100%}.cart-products .product .col-info .row-info{padding-right:30px}.cart-products .product .col-info .row-qty{margin-left:-4px;display:flex;align-items:center;justify-content:space-between}.cart-products .product .col-info .title{display:block;text-decoration:none;line-height:1;margin-bottom:15px;color:var(--field-empty)}.cart-products .product .col-info .params{width:100%}.cart-products .product .col-info .params .param .param-value{font-size:.75rem;color:var(--color-brand);cursor:help}.cart-products .product .col-price-total{text-align:right}.cart-products .product .col-price-total .price-old{text-align:center;font-size:1rem}.cart-products .product .col-price-total .price{min-width:100%;font-size:1.3125rem;font-weight:700}.cart-products .product .col-price-total .price-old span.price-value{padding-left:0}.cart-products .product .col-price-total .price-old span.price-currency{padding-left:5px}.cart-products .product .col-remove-block,.cart-products .product .col-remove-block .remove{width:24px;height:24px;position:absolute;display:flex;align-items:center;justify-content:center}.cart-products .product .col-remove-block{min-height:auto;right:0;top:7px}.cart-products .product .col-remove-block .remove{padding:0;z-index:100;overflow:hidden;outline:0!important;box-shadow:none!important;cursor:pointer;color:gray;font-size:1rem;text-decoration:none;border-radius:50%;text-align:center;line-height:18px;left:50%;top:50%;margin:auto;box-sizing:content-box;transform:translate(-50%,-50%);transition:all .3s;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="white" fill-opacity="0.01"/><mask id="mask0_664_2685" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/></mask><g mask="url(%23mask0_664_2685)"><circle cx="12" cy="12" r="12" fill="%23474747"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.2182 12.0061L17.7458 7.474C18.0848 7.13467 18.0848 6.58829 17.7458 6.25471C17.5849 6.09173 17.3656 6 17.1367 6C16.9079 6 16.6885 6.09173 16.5277 6.25471L12.0001 10.7868L7.47253 6.25471C7.31169 6.09173 7.09235 6 6.86349 6C6.63463 6 6.41529 6.09173 6.25445 6.25471C5.9212 6.58829 5.9212 7.13467 6.25445 7.474L10.782 12.0061L6.25445 16.5382C6.09164 16.6992 6 16.9188 6 17.1479C6 17.3769 6.09164 17.5965 6.25445 17.7575C6.59345 18.0911 7.13928 18.0911 7.47253 17.7575L12.0001 13.2254L16.5277 17.7575C16.8667 18.0911 17.4125 18.0911 17.7458 17.7575C18.0847 17.4239 18.0847 16.8775 17.7458 16.5382L13.2182 12.0061Z" fill="%23BFBFBF"/></g></svg>')center no-repeat}.cart-products .product .col-remove-block .remove:focus,.cart-products .product .col-remove-block .remove:hover{opacity:.8}.cart-products .remove-product-msg{top:0;bottom:0;left:0;right:0;height:fit-content;margin:auto;z-index:999;padding:0;position:fixed;width:fit-content}.remove-product-msg{background:var(--field-full);box-shadow:0 0 6px 0 rgba(0,0,0,.5);padding:25px 17px 15px;line-height:1.25;border-radius:5px;font-size:.875rem}.remove-product-msg .ic-close{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:rgba(21,21,21,.898039);border-radius:0;border:0;box-shadow:none;z-index:-1}.remove-product-msg .ic-close:before{color:var(--color-brand);font-weight:400;font-size:1.375rem;position:absolute;top:5px;right:7px;cursor:pointer;transition:all .3s;background-color:transparent;opacity:0}.remove-product-msg .title{font-weight:400;font-size:16px;line-height:18px;text-align:center;color:#e5e5e5}.remove-product-msg .actions{margin-top:30px;padding-left:15px;display:flex;gap:10px 36px}.remove-product-msg .separator{display:none;position:absolute}.remove-product-msg .full-remove,.remove-product-msg .move-to-favorites{cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-weight:400;font-size:12px;line-height:14px;text-align:center;color:#d3d3d3}.remove-product-msg-inner{background:#333;position:relative;padding:34px 24px 27px;border-radius:8px;min-width:329px}.choice-images,.remove-product-msg-inner .ic-close,.remove-product-msg-inner .ic-close:before{display:flex;justify-content:center;align-items:center}.remove-product-msg-inner .ic-close{position:absolute;top:10px;right:10px;width:24px;left:unset;bottom:0;height:24px;background:#ffe200;border-radius:24px;z-index:1}.remove-product-msg-inner .ic-close:before{color:#151515;font-size:32px;top:0;bottom:0;left:0;right:0;margin:auto;opacity:1}.remove-product-msg .full-remove:hover,.remove-product-msg .move-to-favorites:hover{color:#ffe200}.remove-product-msg .full-remove:hover path,.remove-product-msg .move-to-favorites:hover path{fill:#ffe200}.choice-images{min-height:60px;min-width:60px;border-radius:60px;background:#474747}.remove-product-msg .full-remove i,.remove-product-msg .move-to-favorites i{display:inline-block;height:18px;width:20px;position:relative;margin-right:10px;background-color:transparent;top:3px;opacity:1}.remove-product-msg .full-remove i:before,.remove-product-msg .move-to-favorites i:before{content:"";background-size:contain}.remove-product-msg .full-remove i{box-shadow:none}.cart-buy-block{padding:6px 24px 0}.cart-buy-block .price-block .label{font-size:1.125rem;margin-bottom:3px;white-space:nowrap}.cart-buy-block .price-block .price .price-currency,.cart-buy-block .price-block .price .price-value{font-size:1.3125rem;font-weight:700;color:var(--color-brand);line-height:1;display:inline-block}.cart-buy-block .btn-checkout-wrapper{flex:0 0 50%;text-align:right;padding-left:15px;max-width:50%}.cart-buy-block .btn-checkout-wrapper .btn-checkout{margin-right:0;height:40px;padding:5px 11px 3px;font-size:1rem;margin-top:20px;float:right;background:var(--color-buy);border-color:var(--color-buy);color:var(--color-white)}.cart-buy-block .btn-checkout-wrapper .btn-checkout:hover{background:0 0;color:var(--color-brand);border-color:var(--color-brand)}.cart-buy-block .btn-checkout-wrapper .btn-checkout span{padding:0;text-align:center}.cart-buy-block .btn-checkout-wrapper .price-block .price{font-size:inherit}.tell-block-cart{flex:0 0 50%;max-width:50%}.tell-block-cart form{padding:34px 0 0;width:100%}.tell-block-cart form .form-note{font-size:.75rem;line-height:1.1;margin-bottom:16px}.tell-block-cart form .form-note b{font-size:1rem;display:block;margin-bottom:8px}.tell-block-cart form .form-control[type=tel]{width:100%;height:40px;border-radius:0;padding-left:13px;padding-right:10px;font-size:1rem;letter-spacing:0}.tell-block-cart form .btn{flex:0 0 38%;padding:5px;min-width:100px;height:40px;line-height:29px;font-weight:700;text-transform:none;font-size:1rem;max-width:none;margin-left:3px}.tell-block-cart form .btn:not(:disabled):not(.disabled){color:var(--color-white);background-color:#404040;border-color:#404040}.tell-block-cart form .btn:not(:disabled):not(.disabled):hover{background-color:transparent;border-color:var(--color-brand);color:var(--color-brand)}.tell-block-cart form .form-group .controls{flex:0 0 62%;max-width:62%}.gm-style .gm-style-iw-t::after{background:var(--field-placeholder);box-shadow:none}.gm-style .gm-style-iw-c{background-color:var(--field-placeholder);width:372px;padding:25px!important;max-height:314px!important;box-shadow:0 0 7px 0 rgba(0,0,0,.6)}.gm-style .gm-style-iw-d{max-height:265px!important;overflow:hidden!important}.gm-style .gm-style-iw-c>button{border-radius:50%;width:18px!important;height:18px!important;top:8px!important;right:8px!important;background-color:var(--color-brand)!important;transition:all .3s}.gm-style .gm-style-iw-c>button img{margin:2px!important}.maps-popup{font-size:.8125rem}.maps-popup .info .magazine-img a{width:calc(50% - 4px);float:left;display:block;height:196px;position:relative;overflow:hidden}.maps-popup .info .magazine-img a:first-child{margin-right:8px}.maps-popup .info img{min-width:100%;min-height:100%;max-width:150%;max-height:150%;position:absolute;left:-50%;top:-50%;bottom:-50%;margin:auto;right:-50%}.maps-popup .info-img{margin-top:100px}.maps-popup .magazine-title{font-size:.875rem;font-weight:700;color:var(--color-brand);text-transform:uppercase;padding:3px}.product-page .card-item .card-item-inner{margin:0-18px 15px;padding:0 18px;height:100%}.product-page .card-item .credit-product{float:right;width:100%;max-width:calc(59% - 15px)}.product-page .card-item .credit-product .credit{flex:0 0 52%;max-width:52%}.product-page .card-item .buy-credit{background-color:#404040;border-color:#404040;padding-top:11px;padding-bottom:9px;height:auto;color:#f2f2f2;font-size:1rem;margin-bottom:10px;top:0}.product-page .card-item .buy-credit:hover{background-color:transparent}.product-page .card-item .buy-credit i{position:relative;width:19px;height:19px;display:inline-block;top:2px;margin-right:2px;left:-3px}.product-page .card-item #small-sum{background:0 0;left:0;right:0!important;top:0;bottom:0;box-shadow:none}.product-page .card-item #small-sum.is-active{visibility:visible;opacity:1}.product-page .card-item #small-sum p{font-size:.875rem;line-height:1.2;margin-bottom:10px}.product-page .card-item .credit-conditions{text-align:center;font-size:.75rem;line-height:1.25;padding-top:2px}.checkout-page .pickup-store-wrapper a.phone:hover,.product-page .card-item .credit-conditions .price{color:var(--color-brand)}.product-page .card-item .credit-product .products-tracking{margin-top:8px}.product-page .card-item .credit-product .credit-toggle-wrapper{flex:0 0 48%;max-width:calc(48% - 10px);padding:2px 0 0}.product-page .color-slider{position:relative}.product-page .color-slider .color-control-next,.product-page .color-slider .color-control-prev{position:absolute;width:15px;height:100%;top:50%;transform:translateY(-50%);cursor:pointer;transition:all .3s;opacity:0;visibility:hidden;background-color:var(--color-background);z-index:10}.product-page .color-slider .color-control-next i,.product-page .color-slider .color-control-prev i{z-index:100000;opacity:1;display:block;height:100%;position:relative}.product-page .color-slider .color-control-next i:before,.product-page .color-slider .color-control-prev i:before{content:"";border-style:solid;border-width:4px;height:6px;display:block;position:relative;width:6px;border-color:var(--color-brand) var(--color-brand) transparent transparent;box-sizing:content-box;opacity:.36;transition:all .3s;top:calc(50% - 8px)}.product-page .color-slider .color-control-next i:before{transform:rotate(45deg);right:4px}.product-page .color-slider .color-control-prev i:before{transform:rotate(-135deg);left:4px}.product-page .color-slider .color-control-prev{left:-20px}.product-page .color-slider .color-control-next{right:-10px}.product-page .color-slider .color-control-next._next,.product-page .color-slider .color-control-prev._prev{opacity:1;visibility:visible}.product-page .color-slider li .wrap{display:block;position:relative;z-index:1;text-align:center;padding:1px 1px 100%;height:0}.product-page .color-slider li._not-availible .wrap{opacity:.5}.product-page .color-slider li.current .wrap{cursor:default}.product-page .color-slider .all-color{font-size:.875rem;display:inline-block;border-bottom:1px solid var(--color-text);line-height:1;cursor:pointer;transition:all .3s;user-select:none;color:var(--color-text);margin-top:6px}.product-page .color-slider .color-slider-inner{position:relative}.product-page .tab-characteristic .characteristics-wrap a{color:#154054;text-decoration:underline}.product-page .tab-content{line-height:1.2}.product-page .tab-characteristic .characteristics-item{flex:0 0 50%;max-width:calc(50% - 10px);border-bottom:1px solid #2c2c2c}.product-page .tab-characteristic .characteristics-item:nth-child(odd){margin-right:20px}.product-page .tab-characteristic .characteristics-item.end-row{flex:0 0 100%;max-width:100%;margin:20px 0 0;border:0}.product-page .tab-characteristic .characteristics-title,.product-page .tab-characteristic .characteristics-value{display:inline-block;padding:3px 10px;height:100%}.product-page .tab-characteristic .characteristics-title{color:var(--field-empty);width:40%;float:left}.product-page .tab-characteristic .characteristics-value{color:var(--color-text);width:60%;border-width:0 0 0 1px;border-color:var(--color-brand);border-style:solid;clear:both}.product-page .tab-characteristic .characteristics-item.end-row .characteristics-title,.product-page .tab-characteristic .characteristics-item.end-row .characteristics-value{width:100%;border:0}.product-page .tab-characteristic .characteristics-item.end-row .characteristics-title{height:auto;color:var(--color-brand);font-weight:700;text-transform:uppercase}.product-page .accesory-tab .btn-link .text,.viewed-filter{color:var(--color-text);font-size:.75rem}.page-regular .info-hidden{max-width:none;background:0 0;box-shadow:none;font-size:1rem;border-radius:0}.viewed-filter{color:var(--field-empty);flex-wrap:wrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:var(--color-info);margin:4px 0 21px;padding:10px 10px 5px}.viewed-filter .viewed-item{padding:0 7px 3px 10px;cursor:pointer;border:1px solid #4d4d4d;border-radius:18px;margin:0 7px 5px 0;color:var(--field-empty);line-height:20px}.viewed-filter .viewed-item .count{position:relative;top:4px;background-color:var(--field-empty);display:inline-block}.viewed-filter .viewed-item .count span{color:var(--color-info)}.viewed-filter .viewed-item.active .count,.viewed-filter .viewed-item:hover .count{background-color:var(--color-brand)}.viewed-filter .viewed-item.active,.viewed-filter .viewed-item:hover{color:var(--color-brand);background:rgba(255,226,0,.08);border-color:rgba(255,226,0,.5)}#order-form>:not(#orderProductsTable)>*{max-width:678px}.checkout-page .checkout-form{padding-top:39px;box-shadow:0-18px 0 var(--color-background),-200px -18px 0 var(--color-background),200px -18px 0 var(--color-background);position:relative}.checkout-page .checkout-title{font-size:1.125rem;font-weight:700;color:var(--color-brand);display:table;width:100%;position:relative;white-space:nowrap}.checkout-page .checkout-title>.text,.checkout-page .checkout-title>i,.checkout-page .checkout-title>span{display:table-cell;white-space:nowrap}.checkout-page .checkout-title>i{width:100%}.checkout-page .checkout-title>.helper-popover,.checkout-page .checkout-title>.nav{padding-left:19px;display:table-cell}.checkout-page .checkout-cart-outer>.checkout-title:first-child>.nav{display:none}.checkout-page .checkout-title>.nav .nav-link:after,.checkout-page .checkout-title>.nav .nav-link:before,.checkout-page .checkout-title>i:before,.checkout-page .nav-tabs-wrap .nav-item:after,.checkout-page .nav-tabs-wrap .nav-item:before{display:none}.checkout-page .checkout-title>i:after{content:"";display:block;position:absolute;left:13px;right:0;top:0;bottom:0;height:1px;background-color:var(--color-brand);margin:auto}.checkout-page .checkout-title>.nav a{white-space:nowrap;padding:0;cursor:pointer}.checkout-page .checkout-title>.helper-popover span,.checkout-page .checkout-title>.nav span{padding:0;background-color:transparent;border:0;font-size:.9375rem;font-weight:400;display:inline-block;color:var(--color-text)}.checkout-page .checkout-title>.nav i{width:14px;height:14px;top:2px;right:-2px}.checkout-page .checkout-title>.helper-popover i.ic-info,.checkout-page .checkout-title>.nav i.ic-info{width:14px;height:14px;font-style:normal;line-height:12px;border-radius:50%;font-size:.6875rem;cursor:help;letter-spacing:normal;font-family:sans-serif;font-weight:700;text-align:center;top:2px;position:relative}.checkout-page .checkout-title .helper-popover{white-space:nowrap;cursor:pointer;position:relative;top:-2px}.cumulative_discount{padding:30px 0 0;text-align:center}.cumulative_discount ul{color:var(--field-empty);list-style:disc;padding:0 1rem;width:max-content;margin:auto}.cumulative_discount p{margin:0;padding:6px 0;text-align:left}.cumulative_discount a{padding:6px;max-width:20px}.checkout-page .nav-tabs-wrap .nav-tabs{display:inline-block}.checkout-page .nav-tabs-wrap .nav-item:last-child{margin:0;line-height:normal;font-size:.9375rem}.checkout-page .nav-tabs-wrap .nav-item .text{padding:0;border:0;background-color:transparent;font-size:.9375rem;font-weight:400;display:inherit}.checkout-page .form-block:not(._fourth){padding-bottom:24px}.checkout-page .form-block._second{padding-top:10px;position:relative;z-index:3}.checkout-page .delivery-tabs{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.checkout-page .delivery-content{padding-top:18px}.checkout-page .delivery-content .control-group-wrapper .index-block{padding-bottom:13px}.checkout-page .delivery-content .control-group-wrapper .payment-notice{text-align:center;padding-bottom:10px}.checkout-page .delivery-content .control-group-wrapper .controls.index-block{min-height:57px;margin-bottom:10px}#order-form-delivery_postindex-error{height:18px;line-height:1}#deliveryContent .control-group-wrapper,.checkout-page .delivery-content .control-group-wrapper .control-group{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:flex-start}.checkout-page .delivery-content .control-group-wrapper .control-group:not([data-box])>:not(.delivery-default__type-method),.checkout-page .delivery-content .control-group-wrapper .control-group[data-box]{flex:0 0 44%;max-width:44%}.checkout-page .delivery-content .control-group-wrapper .control-group:not([data-box])>label[for=order-form-delivery_city]+.controls{flex:0 0 100%;max-width:100%;margin:auto;height:auto}.checkout-page .delivery-content .control-group-wrapper .control-group:not([data-box])>.delivery-default__type-method span{display:block}.checkout-page .delivery-content .control-group-wrapper .control-group:not([data-box])>.delivery-default__type-method small{display:block;line-height:1;opacity:.5;text-transform:lowercase;font-size:12px}.checkout-page .jq-selectbox{width:100%;font-size:.875rem}.checkout-page .jq-selectbox .jq-selectbox__select{width:100%;height:34px;background:var(--field-full);box-shadow:var(--shadow-box);border-radius:18px;letter-spacing:1px;border:0;line-height:34px;padding:0 23px;transition:all .3s}.checkout-page .jq-selectbox .jq-selectbox__dropdown{margin-top:0;border-radius:0 0 18px 18px;transform:translateY(-17px);z-index:-1;padding:22px 0 10px}.checkout-page .pickup-store-wrapper{font-size:.8125rem;padding:15px 0 0 27px}.checkout-page .pickup-store-wrapper a:not(.phone){display:inline-block;margin-right:10px}.checkout-page .pickup-store-wrapper a.phone{margin-left:2px;line-height:normal;color:var(--color-text)}.checkout-page .pickup-store-wrapper a i{width:18px;height:19px;top:3px}.checkout-page .pickup-store-wrapper .title{font-weight:700;display:inline-block}.checkout-page .pickup-store-wrapper .street,.checkout-page .pickup-store-wrapper .work_time{padding:5px 0}.checkout-page .pickup-store-wrapper .street p{max-width:200px;margin-bottom:0}.checkout-page .block-price-checkout{padding-top:10px}.checkout-page .block-price-checkout .price-block .price-text{font-size:1.125rem;white-space:nowrap}.checkout-page .block-price-checkout .price-block .price-text .text-inner .help-tooltip{top:-2px}.checkout-page .block-price-checkout .price-block .price-text .text-inner>span{white-space:nowrap}.checkout-page .block-price-checkout .price-block .price{font-size:1.5625rem;font-weight:700;color:var(--color-brand);line-height:normal;padding:2px 5px}.checkout-cart-discount{padding-top:10px;z-index:10;padding-bottom:10px}.checkout-cart-discount .form-share.active .share-input{z-index:1}.checkout-cart-discount .form-share.active .share-input+.share-input:last-child{display:none;position:relative;z-index:0}.checkout-cart-discount .form-share.apply .share-action.cancel{display:inline-block;height:26px;margin-right:5px}.checkout-cart-discount .form-share.apply .share-input-text{z-index:12;opacity:1;background:var(--field-full);box-shadow:var(--shadow-box);border-radius:4px}.checkout-cart-discount .form-share.apply .share-input-text:empty,.payment-credit__type-method .payment-title small:empty{display:none}.checkout-cart-discount .share-label{display:inline-block;font-size:.875rem;color:#ffe500;width:100%}.checkout-cart-discount .share-label span{border-bottom:1px dashed #ffe500;white-space:nowrap}.checkout-cart-discount .share-input{white-space:nowrap;margin-left:5px;padding:0;position:relative;margin-bottom:16px}.checkout-cart-discount .share-input>*{display:inline-block;position:relative}.checkout-cart-discount .share-input .add+.info-message,.checkout-cart-discount .share-input .share-action.share-action-info+.info-message{line-height:1.15;display:block;flex:1 1 100%;width:calc(100% - 220px);height:auto}.checkout-cart-discount .share-input .add+.info-message span,.checkout-cart-discount .share-input .share-action.share-action-info+.info-message span{opacity:0;visibility:hidden;white-space:normal}.checkout-cart-discount .share-input .add+.info-message span.is-active,.checkout-cart-discount .share-input .share-action.share-action-info+.info-message span.is-active{opacity:1;visibility:visible}#order-form .checkout-cart-discount .share-input input.form-control,.share-input-full{text-align:center;font-size:1rem;font-weight:700;font-family:monospace;border-radius:4px}#order-form .checkout-cart-discount .share-input input.form-control{margin-bottom:0;padding-bottom:0;padding-top:0;height:30.5px;min-height:auto}.checkout-cart-discount .share-input-inner{flex:3 1 calc(100% - 46px);width:calc(100% - 46px);max-width:160px}.share-input-full{display:block;letter-spacing:1px;border:1px solid var(--field-full)}.checkout-cart-discount .share-action.add,.checkout-cart-discount .share-action.apply:not(.cancel){font-size:.875rem;color:#1a1a1a;background:var(--color-brand);line-height:24px;font-weight:700;text-transform:uppercase;border:1px solid var(--color-brand);box-sizing:content-box;cursor:pointer;height:24px;width:24px;text-align:center;margin-left:10px;border-radius:50%}#cumulative-discount-block .share-action.apply{flex:3 1 calc(100% - 46px);width:calc(100% - 46px);max-width:160px;border-radius:3px;margin:0;padding:5px 0;color:#8c8c8c;font-size:11px;text-transform:lowercase;font-weight:400;background-color:var(--field-full);box-shadow:var(--shadow-box);border:0;position:relative}#cumulative-discount-block .share-action.apply span:first-child{margin:0 2.5px 0 auto}#cumulative-discount-block .share-action.apply span:nth-child(2){margin:0 auto 0 2.5px}#cumulative-discount-block .share-action.apply span.d-block{position:absolute;top:3px;left:100%;font-size:.875rem;color:#1a1a1a;background:var(--color-brand);line-height:24px;font-weight:700;text-transform:uppercase;border:1px solid var(--color-brand);box-sizing:content-box;cursor:pointer;height:24px;width:24px;text-align:center;margin-left:10px;border-radius:50%}#cumulative-discount-block .share-action.apply span.d-block:empty{opacity:0}.checkout-cart-discount .share-action.add{margin-right:15px}.checkout-cart-discount .share-action.add:hover,.checkout-cart-discount .share-action.apply:hover:not(.share-action-info){background:0 0;color:var(--color-brand);border-color:var(--color-brand)}.checkout-cart-discount .share-action.share-action-info{font-size:.875rem;color:var(--color-brand);line-height:32px;font-weight:700;height:32px;width:24px;text-align:center;margin-left:10px;margin-right:15px}.checkout-cart-discount .share-action.cancel{padding:0 10px;display:none}.checkout-cart-discount .share-action.cancel i,.checkout-cart-discount .share-info .add-next-coupon i{background-color:transparent;border-radius:50%;width:26px;height:26px;left:0;right:0;margin:auto;cursor:pointer;border:1px solid var(--color-brand)}.checkout-cart-discount .share-action.cancel i:hover,.checkout-cart-discount .share-info .add-next-coupon .help-tooltip__box-wrap .icon-plus:hover{background-color:var(--color-brand)}.checkout-cart-discount .share-action.cancel i:before{transition:all .3s;background-image:var(--close-image-hover);transform:none;top:6px}.checkout-cart-discount .share-action.cancel i:hover:before{background-image:var(--close-image)}.checkout-cart-discount .share-info,.checkout-cart-discount .share-info-card{font-size:.75rem;color:#8c8c8c;text-transform:lowercase;white-space:nowrap;line-height:30.5px;width:calc(100% - 110px);position:relative}.checkout-cart-discount .share-info .info-message{display:block;line-height:1.5}#cumulative-discount-block .share-info .info-message{margin-left:10px}.checkout-cart-discount .share-info .add-next-coupon{position:relative;top:0}.checkout-cart-discount .share-info .add-next-coupon.add{top:34px}.checkout-cart-discount .share-info .add-next-coupon .help-tooltip__box-wrap:before{left:19px;display:none}.checkout-cart-discount .share-info .add-next-coupon .help-tooltip__box-wrap .icon-plus{position:relative;background-color:transparent;border-radius:50%;top:0;width:26px;height:26px;margin:auto;cursor:pointer;text-align:center;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-brand);transition:all .3s}.checkout-cart-discount .share-info .add-next-coupon .help-tooltip__box-wrap .icon-plus::before{content:"";position:absolute;top:50%;left:50%;width:50%;height:2px;background:var(--color-brand);transform:translate(-50%,-50%);transition:all .3s}.checkout-cart-discount .share-info .add-next-coupon .help-tooltip__box-wrap .icon-plus::after{content:"";position:absolute;top:50%;left:50%;width:50%;height:2px;background:var(--color-brand);transform:translate(-50%,-50%) rotate(90deg);transition:all .3s}.checkout-cart-discount .share-info .add-next-coupon i{font-weight:400;font-size:100%;color:var(--color-brand)}.checkout-cart-discount .share-info .add-next-coupon i:hover{background:var(--color-brand);color:var(--color-background)}.checkout-cart-discount .share-info .add-next-coupon.add i{color:var(--color-brand)}.checkout-cart-discount .helper-popover{line-height:0;font-size:0}.checkout-cart-discount .form-share-inner{padding:8px 0;min-width:176px;width:176px}.checkout-cart-discount .share-input-text{position:absolute;top:0;bottom:0;left:0;right:0;white-space:nowrap;z-index:-1;font-size:.75rem;text-align:center;opacity:0;background:var(--color-background)}.checkout-cart-discount .discount-form{width:100%}.checkout-cart-discount .discount-form .form-share{flex-wrap:wrap}.checkout-cart-discount .discount-info{max-width:300px;font-size:.875rem;line-height:1.7;margin-bottom:0;position:relative;z-index:100}.checkout-cart-discount .discount-info .deilievery-price,.checkout-cart-discount .discount-info .discount-price,.checkout-cart-discount .discount-info .price{display:inline-block;padding-left:6px}.checkout-cart-discount .discount-info .free-shipping{color:var(--color-brand)}.checkout-cart-discount .discount-info .price-currency{margin-left:5px}#deliveryPriceMessage{margin-top:-10px;margin-bottom:10px}#deliveryPriceMessage .order-alert{background-color:var(--color-success);color:var(--color-brand)}#deliveryPriceMessage .order-alert,.no-credit{text-align:center;font-size:.875rem;font-weight:700;padding:3px;margin-top:-21px;border-radius:18px}#deliveryPriceMessage .order-alert.info,.no-credit{background-color:var(--color-alert);color:var(--color-brand)}#deliveryPriceMessage .order-alert.warning{background-color:var(--color-brand);color:var(--color-background)}.autocomplete-wrap{position:relative;z-index:10;padding:0;top:-17px}.autocomplete-wrap .ui-autocomplete.ui-widget{margin-top:0;border-radius:0 0 18px 18px;transform:translateY(-17px);z-index:-1;padding:0 0 10px;max-width:100%;border-style:solid;border-width:10px 10px 10px 0;border-color:#2d2c28;box-shadow:0-22px 0#2d2c28}#paymentContent{position:relative;padding-bottom:16px}#currentPaymentContent{position:static}#currentPaymentContent>.kreditmarket-form{padding:15px;border:1px solid var(--color-brand);border-radius:6px}#currentPaymentContent>.kreditmarket-form.no-credit{padding:5px;border-radius:18px;border-color:transparent;margin-top:0}#currentPaymentContent>.kreditmarket-form .payment-notice{padding:0 15px;width:100%}#currentPaymentContent .loader-wrap{position:absolute;left:0;top:0;right:0;bottom:0}#currentPaymentContent:not(.load) .loader-wrap{visibility:hidden;opacity:0}#currentPaymentContent.load .loader-wrap{visibility:visible;opacity:1}#currentPaymentContent .control-label{font-size:.875rem;padding-bottom:5px;text-indent:13px}#currentPaymentContent .time .value{font-weight:700;font-size:1rem}#currentPaymentContent .info{text-align:center;font-size:.875rem;padding-top:10px}#currentPaymentContent .price{font-size:1rem}#currentPaymentContent .price-currency{text-transform:uppercase;font-variant:all-petite-caps}#currentPaymentContent .price-value{font-weight:700;color:#ffe500;padding-right:3px}#currentPaymentContent .sum-credit{opacity:.5;font-size:.75rem}#orderSubmitButton{padding-bottom:49px}.no-call{text-align:center;padding-bottom:20px}#orderSubmitButton button{height:48px;min-width:194px;padding-top:2px;text-align:center;font-size:1rem}#orderSubmitButton .buy-one-click{margin-top:11px;max-width:194px;width:100%;font-size:1rem}#catalog-table table,#more-discount-static .label+div,#paymentCreditBox{width:100%}#currentPaymentType{display:none;width:100%}.payment-credit__type-method{display:flex;flex-flow:row wrap;padding-top:10px;justify-content:center}.payment-credit__type-method>label{flex:0 1 33.33333%;padding-left:45px}.delivery-content .checkmark:before,.payment-credit__type-method .checkmark:before{border-radius:0;background:0 0}.payment-credit__type-method .checkmark:before{left:25px}.delivery-content .checkmark:before{left:0}.delivery-content .checkmark:after,.payment-credit__type-method .checkmark:after{border-radius:0;border-color:transparent;border-style:solid;border-width:0 2px 2px 0;width:10px;height:14px;transform:rotate(45deg);top:4px;box-shadow:none;background:0 0}.payment-credit__type-method .checkmark:after{left:31px}.delivery-content .checkmark:after{left:6px}.delivery-content input:checked+.checkmark:after,.payment-credit__type-method input:checked+.checkmark:after{border-color:var(--color-brand);transform:rotate(45deg);box-shadow:1px 1px 0 0 var(--color-background),inset -1px -1px 0 0 var(--color-background)}.payment-credit__type-method .payment-title{display:flex;justify-content:flex-start;align-items:center}.payment-credit__type-method .payment-title i{display:block;height:30px;width:64px}.payment-credit__type-method .payment-title i:before{content:"";display:block;margin:auto;height:100%;background-size:auto 100%;background-repeat:no-repeat;background-position:center}.payment-credit__type-method .payment-title span{text-align:center;line-height:1}.payment-credit__type-method .payment-title strong{font-weight:400;display:block}.payment-credit__type-method .payment-title small{display:block;text-transform:lowercase;opacity:.5;font-size:12px}.delivery-data>div{width:100%;display:flex;overflow:hidden}.ukrposhta-logo{width:100px}.ukrposhta-logo:before{content:"";display:inline-block;height:27px;width:100%}#delivery-condition{font-size:12px;line-height:16px;padding:2px 15px 0;width:calc(100% - 100px)}#delivery-condition p.hidden{height:0}#delivery-condition p i{text-transform:none}#delivery-condition p i:first-of-type{color:#747474}#delivery-condition p small{text-transform:lowercase;font-style:italic}#ukrposhta-warehouse-citytype{text-transform:lowercase}.contact-page .contacts-page-content{padding-top:36px}.contact-page .block-info .free-call{margin-bottom:38px}.contact-page .block-info .free-call div a{font-size:2.625rem;margin:0;color:var(--color-white);line-height:1;letter-spacing:-.5px}.contact-page .block-info .free-call p{margin-bottom:4px}.contact-page .block-info .free-call span{display:block;font-size:.875rem;padding-left:10px;line-height:1.2}.contact-page .block-info .info-title{font-weight:700;color:var(--color-brand)}.contact-page .block-info .phones{margin-bottom:15px}.contact-page .block-info .phones p{margin-bottom:0;line-height:26px}.contact-page .block-info .phones p~a{display:block;line-height:26px;color:var(--color-white)}.contact-page .block-info .phones .phone{margin:0 13px 0 0;color:var(--color-white)}.contact-page .contact-form-wrapper{padding-top:38px;max-width:386px}.contact-page .tab-content{padding:4px 0 0;margin-bottom:44px}.contact-page .address-list .row>*{flex:0 0 calc(20% - 30px);max-width:calc(20% - 30px)}.contact-page .address-list .address-item{cursor:pointer;overflow:hidden;margin:15px;padding:0}.contact-page .address-list .address-item>*{border-left:2px solid transparent;position:relative;font-size:.875rem;padding:0 10px;max-width:calc(100% - 30px)}.contact-page .address-list .address-item.select>:not([target]),.contact-page .address-list .address-item:hover>:not([target]){border-color:var(--color-brand);margin-left:30px}.contact-page .address-list .address-item>a{position:absolute;padding:0;width:30px;border:0;left:-30px;opacity:0}.contact-page .address-list .address-item.select>a,.contact-page .address-list .address-item:hover>a{left:0;opacity:1}.contact-page .address-list .address-item>a i{width:100%;height:18px}.contact-page .address-list .address-item>a i:before{background-size:auto;background-repeat:no-repeat;background-position:center}.contact-page .address-list .address-item>.address-mall{font-size:1rem;font-weight:700}.address-title,.contact-page .address-list .address-item.select>.address-mall,.contact-page .address-list .address-item:hover>.address-mall,.copyright a:hover{color:var(--color-brand)}.contact-page .city-map .map-city{width:100%;height:500px}.contact-page .contact-form-wrapper .form-title{color:var(--color-brand);font-size:1.125rem;font-weight:700;margin-bottom:24px}.contact-page .contact-form-wrapper .control-group{margin-bottom:16px}.contact-page .contact-form-wrapper .form-control{height:34px}.contact-page .contact-form-wrapper textarea.form-control{height:84px;padding:5px 15px}.contact-page .contact-form-wrapper .text-center{padding-top:5px}.contact-page .contact-form-wrapper .btn{height:40px;padding:3px 30px;font-size:1rem}.address-title{font-size:1.125rem;font-weight:700;text-align:center;padding-bottom:10px}#accordion{margin-bottom:30px}.card .card-header+div{border-style:solid;border-width:2px 0;border-color:#575757}.card-header h5{text-align:left;margin:5px 0 0}.card-header button{min-width:200px}.card-header button.collapsed{background-color:var(--color-info);color:var(--color-text)}.card-header button:not(.collapsed){background:#212121;color:var(--color-brand)}.card-header span.text{position:static}.card-header .count{top:0;right:4px;bottom:1px;margin:auto;background-color:var(--color-brand)}.card-header .count span,.warranty-block .text-center{color:var(--color-background)}.warranty-block{background-color:var(--color-brand);margin-top:1.5rem}.warranty-block .text-center{font-weight:700;font-size:1.3125rem;line-height:1.6;padding-top:8px;padding-bottom:8px}.warranty-block span{background-color:#f00000;color:var(--color-white);display:inline-block;padding:0 12px 2px}.partners-block{padding:0 0 20px}.partner-url{color:var(--color-text);display:inline-block;padding:5px 0}.page-error{min-height:627px}.error-banner,.error-banner__box{width:100%;position:absolute;height:100%}.error-banner{position:relative;margin-left:31%}.error-banner__img,.error-banner__wrapper{background-size:contain;display:none;background-position:left center}.error-banner__wrapper{text-align:center;position:relative;background-image:url(../images/404_error.jpg);margin:auto;height:100%;overflow:hidden;width:100%}.error-banner__img{position:absolute;background-image:url(../images/404_shadow.png);left:-100px;top:-100px;width:calc(100% + 200px);height:calc(100% + 200px)}.page-error .text-formatted{padding:31px 0;font-size:1.375rem}.page-error .text-big,.page-error .text-big+span{color:var(--color-brand);font-weight:700}.page-error .text-big{font-size:8.8125rem;line-height:1}.page-error .text-big+span{font-size:1.875rem;max-width:616px;padding:0 0 10px 14px;line-height:1.2}.page-error .text-formatted p{margin:64px 0 14px}.page-error .text-formatted ul{max-width:670px}.page-error .text-formatted li{padding:18px 0 9px 32px;line-height:1.2}.page-error .text-formatted li:before{content:"";position:absolute;width:8px;height:8px;background-color:var(--color-text);left:0;border-radius:50%;top:28px}.page-error .text-formatted a.home-url{margin:20px 41px;display:inline-block;font-size:1rem;border-bottom:1px solid var(--color-brand);padding-bottom:1px;position:relative}.page-error .text-formatted a.home-url:after{content:"";display:block;position:absolute;width:10px;height:10px;right:-26px;top:0;bottom:0;margin:auto;transform:rotate(45deg);border-style:solid;border-color:var(--color-brand);border-width:1px 1px 0 0}.page-articles-list .category-left,.page-videos-list .category-left{padding-top:33px;flex:0 0 20.5%;max-width:20.5%}.page-articles-list .category-right,.page-videos-list .category-right{flex:0 0 62.6%;max-width:62.6%;padding-top:42px}.page-regular-header{font-size:1.25rem;border-bottom:1px solid #4d4d4d;padding-bottom:15px;margin-bottom:68px}.page-regular-header .title-img-wrapper{display:inline-block;width:51px;margin-right:1rem}.page-regular-header .title{font-weight:700;color:#ffe500;text-transform:uppercase;padding:39px 0 15px;display:inline-block}.page-regular-header a{color:var(--color-white);margin:0 7px 0-2px}.page-regular-content{margin-bottom:100px}.number-search-form-wrap{max-width:320px;margin:auto}.number-btn-search{width:100px;border-radius:33px}#number-search-form+.number-search-result{margin-top:30px;border-top-width:1px}.number-search-result{text-align:center;border-style:solid;border-color:#4d4d4d;border-width:0 1px 1px}.number-search-result:nth-child(even){background-color:#212121}.number-search-result p+small,.number-search-result.no-results{background-color:var(--color-brand);color:var(--color-background)}.number-search-result.no-results{border:0;font-weight:700;border-radius:36px;position:relative;padding:10px 10px 10px 54px}.number-search-result.no-results:before{content:"!";display:inline-block;position:absolute;left:8px;top:0;bottom:0;margin:auto;height:40px;width:40px;background-color:var(--color-background);border-radius:50%;color:var(--color-brand);line-height:40px;font-size:38px}.number-search-result>*{padding:5px;border-color:#4d4d4d;border-style:solid;border-width:0 1px 0 0}#accordionFaq .card-header+div,.number-search-result.no-results>*{border:0}.number-search-result .order-0,.number-search-result .order-1,.number-search-result .order-2,.number-search-result .w-100 div{flex:1 1 calc(50%/3);max-width:calc(50%/3)}.number-search-result .order-3{flex:1 1 50%;border-right:0;max-width:50%}.number-search-result .w-100{border-width:1px 0 0}.number-search-result .w-100 img{height:auto;width:75%}.number-search-result p{margin:0}.number-search-result p+small{display:block}.number-search-result p+small:before{margin-right:5px;background-color:var(--color-text);color:var(--color-background);font-weight:700}.page-regular-content .text-formatted{border-left:2px solid var(--color-brand);padding-left:20px;flex:0 0 60%;max-width:60%;line-height:1.2}.base-type .page-regular-content .text-formatted{border-left:0;padding-left:0;flex:0 0 100%;max-width:none}.page-regular-content .text-formatted>p{margin-bottom:20px}.page-regular-content .text-formatted>p:last-of-type{margin-bottom:0}.page-regular-content .page-regular-form{flex:0 0 30.6%;max-width:30.6%}.page-title-wrapper .page-title{font-size:1.125rem;margin-bottom:21px}.page-regular-form .form-control{padding-top:2px;height:34px}.dealerForm-container form .control-group{margin-bottom:16px}.dealerForm-container form textarea.form-control{height:190px;margin-bottom:19px;padding-top:5px}.dealerForm-container form .btn{height:40px;max-width:none;font-size:1rem;padding-right:30px;padding-left:30px}.dealerForm-container form .gui-field-details-container{position:relative}body>.ui-helper-hidden-accessible{display:none}.delivery-buy-condition .col-12{padding-top:21px}.delivery-buy-condition .nav-tabs .nav-link .text{padding:15px 17px}.page-article-content{margin-bottom:80px}.copyright{text-align:center;font-size:.75rem;padding:10px}.copyright li{display:inline-block;padding:0 10px}.copyright a,.copyright i,.copyright span{color:#9e9e9e}.more-discount-block{margin:-5px 0 20px;position:relative;clear:both}#more-discount-static{padding-top:.5rem}.more-discount-block .btn.more-discount-click{height:auto;background:0 0;color:var(--color-brand);padding:10px 5px 5px}#more-discount-popup .btn.more-discount-click span{font-size:36px;display:inline-block;padding-right:.5rem;text-transform:none}#more-discount-popup .btn.more-discount-click small{font-size:initial}.more-discount-block .btn.more-discount-click:hover{background:var(--color-brand);color:var(--color-background)}#more-discount-popup #more-discount-click.toggle-drop-wrapper{min-width:100%;background-color:transparent;padding:0}#more-discount-popup #more-discount-click.toggle-drop-wrapper.is-active{opacity:1;visibility:visible;background-color:transparent;box-shadow:none}#more-discount-static #more-discount-click.toggle-drop-wrapper{position:relative;opacity:1;visibility:visible;width:100%;max-width:unset;background-color:#212121;color:var(--color-text);padding:10px;font-weight:400;text-align:center;line-height:1.2;border-radius:4px;font-size:.875rem;z-index:0;box-shadow:none;border:1px solid #444}#more-discount-static .add-cart{padding-left:15px;padding-right:15px}#more-discount-click .drop-block .drop-block-inner>*{width:100%;padding:19px 28px 0}#more-discount-click .drop-block .drop-block-inner>:last-child{padding-bottom:19px;border-top:1px solid var(--color-brand);margin-top:1rem}#more-discount-click .drop-block .drop-block-inner p{margin-bottom:0;text-align:center}#more-discount-click .drop-block .drop-block-inner .label p:last-child{margin-top:1rem;font-size:.875em;color:rgba(229,229,229,.6)}#more-discount-click .drop-block .drop-block-inner .label p.text-center{font-size:.875em;color:rgba(229,229,229,.6)}#more-discount-click .drop-block .drop-block-inner a{display:block;text-align:center}#more-discount-click .drop-block .drop-block-inner button.add-cart{margin:1rem auto;padding:0 15px}#more-discount-click .drop-block .coupon-box+a{display:block;text-align:center;font-size:.875em}#more-discount-static .label+div a{display:block;color:var(--orange);font-weight:700;padding:.5rem 0;text-decoration:underline}#more-discount-static .label p{margin:.5rem 0}.more-discount-block p.coupone-note{background-color:var(--color-action);padding:5px 0;color:var(--color-white);margin:9px 0 0}#more-discount-static p.coupone-note{color:var(--color-brand)}#more-discount-static .label p span{font-weight:700;font-size:1rem;color:var(--orange)}.loader-wrap .page-preloader{z-index:99999;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(21,21,21,.5)}.loader-wrap .page-preloader .dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:15px;height:15px;background-color:var(--color-white);border-radius:50%;animation-timing-function:cubic-bezier(.42,0,.58,1);box-shadow:0 0 20px var(--color-white),0 0 10px var(--color-white)}.loader-wrap .page-preloader .dot:nth-of-type(1){left:calc(50% - 40px)}.loader-wrap .page-preloader .dot:nth-of-type(1),.loader-wrap .page-preloader .dot:nth-of-type(2),.loader-wrap .page-preloader .dot:nth-of-type(3){top:calc(50% - 40px);animation:contract 1.6s infinite}.loader-wrap .page-preloader .dot:nth-of-type(3){left:calc(50% + 40px)}.loader-wrap .page-preloader .dot:nth-of-type(4){left:calc(50% - 40px);animation:contract 1.6s infinite}.loader-wrap .page-preloader .dot:nth-of-type(5){animation:dot-size 1.6s infinite}.loader-wrap .page-preloader .dot:nth-of-type(6){left:calc(50% + 40px);animation:contract 1.6s infinite}.loader-wrap .page-preloader .dot:nth-of-type(7){left:calc(50% - 40px)}.loader-wrap .page-preloader .dot:nth-of-type(7),.loader-wrap .page-preloader .dot:nth-of-type(8),.loader-wrap .page-preloader .dot:nth-of-type(9){top:calc(50% + 40px);animation:contract 1.6s infinite}.loader-wrap .page-preloader .dot:nth-of-type(9){left:calc(50% + 40px)}#video-acc p:nth-child(3n+2){width:100%;padding-bottom:calc(70%/1.56);margin:auto;position:relative;max-width:1024px}#video-acc p iframe{min-width:100%;height:100%!important;position:absolute;left:0;right:0;top:0;bottom:0}.subscribe-form{position:relative}.sticky_block{position:absolute;z-index:-1;opacity:0}table.product-features,table.product-features td{border-color:var(--color-brand);border-width:1px;border-style:solid}table.product-features{margin:auto}table.product-features td{background-color:#333}.notify-box{padding:20px 10px 15px;background:#ff3c20;color:var(--color-white)}.notify-box p{margin-bottom:0}.notify-box :first-child{font-size:18px;margin-bottom:5px;display:inline-block;border-bottom:2px solid var(--color-white)}.notify-box :last-child{text-align:right}#category-wall-showcase,#recommended-wall-showcase{padding:32px 10px}.col-12+#category-wall-showcase{padding:39px 15px 32px}.col-12+#category-wall-showcase .catalog-list-more{border-top:1px solid var(--color-brand);padding-top:15px;margin-top:-15px}#category-wall-showcase .catalog-list-more,#category-wall-showcase .category-showcase,#recommended-wall-showcase .catalog-list-more,#recommended-wall-showcase .category-showcase{padding:0}#catalog-table,#category-faq{position:relative;border:1px solid #2c2c2c;padding:4px;margin-top:30px;font-size:.875rem}#category-faq{margin-bottom:10px}#catalog-table h2,#category-faq h2{display:block;padding:8px 0 10px;color:var(--color-brand);text-transform:uppercase;min-width:240px;text-align:center;font-size:.875rem;font-weight:500;border-bottom:1px solid #2c2c2c;margin-bottom:0}#catalog-table th{padding:10px}#accordionFaq button,#catalog-table th{border-bottom:2px solid #2c2c2c}#catalog-table td:last-child,#catalog-table th:last-child{text-align:center;width:120px}#accordionFaq .card .card-body,#catalog-table td{padding:5px 10px}#accordionFaq .card{border-width:0}#accordionFaq .card:not(:last-child) .card-body{border-bottom:2px solid #2c2c2c}#accordionFaq .card:last-child button.collapsed{border-color:transparent}#accordionFaq .card-header{background:0 0;padding:0;border:0}#accordionFaq button{transition:.2s ease-in-out;width:100%;text-align:left;position:relative;background-color:transparent;text-transform:none;font-weight:400;height:auto;white-space:normal;line-height:1;padding:13px 30px 13px 10px}#accordionFaq button:after{position:absolute;display:block;right:10px;top:0;bottom:0;margin:auto;width:14px;content:"";height:14px;transition:.2s ease-in-out;transform:rotate(-135deg);border-style:solid;border-color:#2c2c2c;border-width:0 0 2px 2px}#accordionFaq button.collapsed:after{transform:rotate(-45deg)}#accordionFaq .card-body p:last-child{margin:0}.search-page .block-title.col-12{padding:5px 15px 30px}.search-page .block-title.h1,.search-page .total-count.h3{margin:0 15px 0 0;display:inline-block}.search-page .total-count.h3{text-transform:lowercase;color:var(--color-brand)}.search-page .category-left{padding-top:31px}.search-page .catalog-aside-title>a{padding:7.5px 0;display:block}#error-mes,#error-mes .ic-close{position:absolute;background-color:#ed1c24}#error-mes{z-index:2;padding:5px 15px;left:0;right:0;top:50%;width:160px;transform:translateY(-50%);color:var(--color-brand);border-radius:3px}#error-mes .ic-close{right:-40px;cursor:pointer;width:32px;height:32px;bottom:0;top:0;margin:auto;box-shadow:none;line-height:29px;font-size:32px}#error-mes .ic-close:before{color:var(--color-brand);border:2px solid var(--color-brand);border-radius:50%}.checkout-cart-discount .form-share .message-cupon{position:absolute;top:100%;padding-top:3px;left:0;font-size:12px;line-height:1;color:red}#ticker-box{position:relative;z-index:1004;transition:.45s ease}#ticker-default{background-size:1500px auto;background-repeat:no-repeat;background-position:center;position:relative;display:flex;align-items:center;left:0;right:0;height:100%}.ticker-fixed #ticker-default{position:fixed;height:auto;width:100%}#ticker-default .container{padding:7px 38px 7px 15px;min-height:32px}#ticker-default p{margin-bottom:0;opacity:1;transition:all .3s}.is-close>#ticker-default p{opacity:0}#ticker-box .ticker-wrapper,.aks-file-upload-label:before{display:block;position:absolute;left:0;top:0;right:0;bottom:0}#ticker-box .btn-close,#ticker-box .btn-open{position:fixed;transition:.45s ease}#ticker-box .btn-close{top:5px;left:calc(100% - 27px);opacity:1;visibility:visible;z-index:100}#ticker-box .btn-open,#ticker-box.is-close .btn-close{opacity:0;visibility:hidden}#ticker-box.is-close .btn-open{visibility:visible;opacity:1}#ticker-box .btn-open,#ticker-box .ic-close-1{background-color:var(--color-background);border:2px solid var(--color-brand)}#ticker-box .ic-close-1{border-radius:50%;display:block;width:22px;height:22px;line-height:19px;text-align:center;text-indent:.5px;color:var(--color-brand);font-size:1.5rem}#ticker-box .ic-close-1:before{content:"";text-indent:-2px;background-image:var(--close-image)}#ticker-box .btn-open{width:42px;height:42px;right:20px;bottom:66px}#ticker-box .ic-open{display:block;padding:5px}#ticker-box .ic-open:before{content:"";display:block;width:28px;height:28px}.tags-cloud{margin-bottom:15px}.tag-cloud{padding:8px;font-size:.75rem;color:#3b3b3b;margin:0 0 5px 10px}.tag-cloud:hover{color:var(--field-empty)}.tag-cloud span{text-decoration:underline}.aks-file-upload{width:auto;display:block;margin:0 auto 5px;height:auto;line-height:normal;position:relative;z-index:1;background:var(--field-empty);padding-left:15px;padding-right:15px;box-shadow:var(--shadow-box);font-size:.875rem;border-radius:18px;letter-spacing:1px;border:0;color:var(--field-placeholder)}.aks-file-upload.no-empty{color:var(--field-empty);background:var(--field-full)}.aks-file-upload-content{width:auto;align-items:center;justify-content:center;flex-direction:column;display:flex}.aks-file-upload-label{text-align:center;width:100%;height:35px}.aks-file-upload-label:before{content:""}.aks-file-upload-preview{width:100%;height:auto;position:relative;transition:all 350ms ease-in-out;border-radius:10px;overflow:hidden;margin-bottom:1rem;user-select:none}.aks-file-upload-p-header{position:absolute;top:0;left:0;right:0;z-index:1;height:var(--header-height);padding:var(--header-padding);display:flex;align-items:center;background:var(--header-gradient);color:var(--color-brand);line-height:normal;box-shadow:none}.aks-file-upload-p-header-content{display:flex;align-items:flex-start;padding-left:7px;padding-right:10px;width:70%}.aks-file-upload-title{font-size:13px;margin-bottom:2px;font-weight:400;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;display:-webkit-box;width:100%}.aks-file-upload-size{font-size:10px;color:var(--color-text)}.aks-file-upload-btn,.aks-file-upload-delete{display:flex;align-items:center;justify-content:center;border-radius:9999px;cursor:pointer;position:absolute;right:12px}.aks-file-upload-delete{transition:all .25s ease-in;box-shadow:0 0 0 .125em var(--color-text);color:var(--color-text)}.aks-file-upload-delete:hover{box-shadow:0 0 0 .125em var(--color-brand);color:var(--color-background);background-color:var(--color-brand)}.aks-file-upload-btn{background-color:rgba(0,0,0,.5);transition:box-shadow .25s ease-in;color:#fff}.aks-file-upload-btn:hover{box-shadow:0 0 0 .125em rgba(255,255,255,.9);background-color:rgba(0,0,0,.8)}.aks-file-upload-p-main{background:#0e0e0e;position:relative;width:100%;height:auto}.aks-file-upload-image,.aks-file-upload-p-main{transition:all 350ms ease-in-out}.aks-file-upload-image img{width:100%;height:0;object-fit:contain;object-position:center;user-select:none;pointer-events:none;position:relative}.aks-file-upload-image img.png{background-size:cover;background:url(background.png)no-repeat center}.aks-file-upload-preview.aks-no-preview{background:#171717;display:flex;align-items:center}.aks-file-upload-preview.aks-no-preview .aks-file-upload-p-header{position:relative;width:100%;background:0 0}.aks-file-upload-preview.aks-no-preview .aks-file-upload-p-header-content{padding-top:0}.aks-file-upload-preview.aks-no-preview .aks-file-upload-delete{background-color:rgb(74 74 74/50%)}.aks-file-upload-p-header-icon{display:flex;align-items:center;justify-content:center;padding-left:4px;user-select:none;transition:all 350ms ease;position:relative}.aks-file-upload-p-header-icon svg{width:22px;height:22px}.aks-file-upload-error{width:90%;margin:0 auto;line-height:1.3;padding-bottom:1rem;font-size:.625rem;color:#909090}.aks-file-upload-error span{text-transform:lowercase}.aks-uplaod-bar{position:absolute;top:0;width:0;height:5px;background:#00ab3c;border-radius:4px;user-select:none;appearance:none;display:block;transition:all 350ms ease-in;z-index:5}.your-profile{height:26px;position:relative;margin:-7px 0 auto 10px}.current-profile{margin-top:2px;top:19px}.profile-box:after,.your-profile .profile-drop-inner button:after{content:"";margin:3px auto 0;height:2px;background-color:#1a1a1a;transition:all .3s;display:block;width:0}.profile-box:hover:after,.your-profile .profile-drop-inner button:hover:after{width:100%}.current-profile .inline-svg-icon{height:24px}.your-profile .profile-drop-inner{padding:10px 35px 5px 15px}.your-profile .profile-drop-inner .d-flex{min-height:26px;font-size:.875rem;margin-bottom:5px;padding-bottom:5px}.your-profile .profile-drop-inner .user-icon{margin-right:10px;padding:5px}.your-profile .profile-drop-inner .user-icon img{border-radius:50%;overflow:hidden;box-shadow:0 0 0 2px #2d2c28,0 0 0 4px var(--color-brand);width:34px}.your-profile .profile-drop-inner .user-icon svg{fill:var(--color-brand);height:34px}.your-profile .profile-drop-inner .hello-world{color:var(--color-text);margin-left:auto;margin-right:auto}.your-profile .profile-drop-inner .hello-world span:last-child{font-weight:700;color:var(--color-brand);display:block}.your-profile .profile-drop-inner li.menu-item__exit{border-top:1px solid var(--color-brand);padding-top:5px;margin-top:5px}.your-profile .profile-drop-inner li a{color:var(--color-brand);padding:5px 0;display:block;cursor:pointer}.your-profile .profile-drop-inner li a:before{content:"";display:inline-block;width:18px;height:18px;margin-right:5px;position:relative;top:3px}.your-profile .profile-drop-inner li.menu-item__exit a{color:var(--color-text)}.your-profile .profile-drop-inner button{color:var(--color-brand);text-align:left;padding:5px 0 3px;position:relative}.your-profile .profile-drop-inner button:after{background-color:var(--color-brand);margin-left:0;margin-top:0;position:absolute;left:0;bottom:0}.your-profile .profile-drop-inner .separator:before{transform:rotate(0deg);border-color:var(--color-brand);border-width:0 2px 0 0;width:0;height:14px;margin:0 auto;bottom:0;top:auto}#loginDialog,#registrationDialog{padding:10px}#loginDialog form,#registrationDialog form{padding:25px 20px 0}#loginDialog .form-title,#registrationDialog .form-title{border-bottom:1px solid var(--color-brand);padding-bottom:10px;color:var(--color-brand);font-weight:700;text-transform:uppercase;letter-spacing:1px}#loginDialogContainer,#registrationDialog fieldset{padding-left:0;padding-right:0;max-width:100vw;width:340px}#loginDialog form .btn,#registrationDialog form .btn{margin-bottom:21px;margin-top:30px}#registrationDialog form .gui-details{padding:0;line-height:1;position:relative;top:6px}#loginDialog form .form-error,#registrationDialog form .form-error{display:block;top:unset;left:unset;right:unset;position:unset;padding-top:0;background:0 0;box-shadow:none}#loginDialog form .form-error ul,#registrationDialog form .form-error ul{margin:1px;position:unset}#loginDialog form .form-control.gui-field-error,#registrationDialog form .form-control.gui-field-error{border:1px solid var(--color-alert);color:var(--color-alert)!important}#loginDialog form .form-control.gui-field-error::placeholder,#registrationDialog form .form-control.gui-field-error::placeholder{color:var(--color-alert)!important}.loginForm-container{max-width:320px;margin:auto}.customer-right{padding-right:225px}.data-edit{position:absolute;padding:1px 7px 5px;border:2px solid var(--color-brand);border-radius:14px;color:var(--color-brand);font-size:14px;left:0;right:0;top:calc(100% + 10px);width:192px;margin-left:auto}.data-edit:hover{background-color:var(--color-brand)}.data-edit:hover *{filter:grayscale(100%) brightness(200%) invert(100%)}.discount-data,.interests-data .col-12.col-md-4.col-lg-3.col-xl-2{margin-bottom:15px}.profile-data{margin-bottom:48px;position:relative}.profile-data .icon-wrapper{padding-bottom:15px;height:65px}.profile-data .user-icon{width:50px;height:50px;border-radius:50%;margin-left:auto}.profile-data .user-icon svg{fill:var(--color-brand);width:100%;height:100%}.profile-data .user-icon img{border-radius:50%;overflow:hidden;box-shadow:0 0 0 2px #2d2c28,0 0 0 4px var(--color-brand);width:100%}.discount-data .my-2,.interests-data .my-2,.profile-data .my-2{padding:3px 0 6px;margin:3px 0}.profile-data .my-2{border-bottom:1px solid #7d7d7d}.discount-data .my-2 b,.interests-data .my-2 b,.profile-data .my-2 b{flex:3 1 100px;color:#7d7d7d;padding-right:10px;white-space:nowrap;font-size:14px}.discount-data .my-2 .w-50,.discount-data .my-2 span,.interests-data .my-2 span,.profile-data .my-2 span{flex:3 1 100px;line-height:1}.discount-data .my-2 small,.interests-data .my-2 small,.profile-data .my-2 small{color:#7d7d7d}.discount-card{letter-spacing:3px}.discount-card strong{padding:5px}.discount-notice{width:100%;padding:5px;border-radius:50px;margin:5px 0;background-color:rgba(255,226,0,.15);color:var(--color-brand);text-align:center;font-size:.875rem;font-weight:700}.discount-notice:empty{display:none}.discount-notice a{text-decoration:unset}.discount-data table{border-collapse:collapse}.discount-data tr:nth-child(odd) td{background-color:#1b1b1b}.discount-data td,.discount-data th{width:50%;text-align:center;font-size:14px;padding:5px;border:1px solid #1b1b1b}.discount-data th{color:#7d7d7d}.discount-data td{font-weight:700;letter-spacing:1px}.interests-data{border-top:1px solid #7d7d7d;margin-bottom:30px}.interests-data .control-group{padding-left:30px}.interests-data .custom-checkbox input:checked._dark~.checkmark:before{border-color:var(--color-brand)}.interests-data .custom-checkbox{padding:2px 24px;color:var(--color-text);font-size:16px}.page-customer-edit .page-title{margin-top:20px;font-size:1rem;border-bottom:1px solid var(--color-brand);padding-bottom:10px;text-transform:uppercase}.page-customer-edit .page-title+.btn-clear-viewed{position:absolute;top:13px;right:15px}.page-customer-edit .control-label{color:#7d7d7d;font-size:12px;display:block;line-height:20px;padding-left:12px}.page-customer-edit form .control-group{position:relative}.page-customer-edit form .control-group:last-child{margin-bottom:30px;margin-top:15px;z-index:1}.page-customer-edit .jq-selectbox .jq-selectbox__select{padding:6px 13px}.page-customer-edit .jq-selectbox .jq-selectbox__trigger{top:6px;right:0}.page-customer-edit .jq-selectbox__dropdown{right:0;left:0;z-index:1}.page-customer-edit .note{padding:0 15px;color:#7d7d7d}.orders-info-list{font-size:.75rem;color:#d4d4d4;margin-bottom:25px}.orders-info-list .text,.orders-info-list .text-inner{white-space:nowrap}.orders-info-list .text._share{display:none}.orders-info-list .text-inner{margin:0 10px}.orders-list{padding-bottom:65px}.orders-list .full-info .loader{display:none;margin:0 auto;height:105px}.orders-list .full-info.loading .loader{display:flex}.orders-list .orders-list-inner{margin-bottom:9px;padding-left:15px;padding-right:15px;transition:.2s ease;box-shadow:0 0 0 1px var(--color-brand)}.orders-list .orders-list-inner.active .list-image-wrapper{display:none}.orders-list .list-image-wrapper{padding:5px 0;overflow:hidden;transition:.2s ease}.orders-list .list-image-wrapper .list-image{border:1px solid var(--color-brand);margin-left:9px;padding:5px}.orders-list .list-image-wrapper .list-price{font-size:.75rem}.orders-list .order-detail-trigger{padding-top:9px;padding-bottom:9px;cursor:pointer;transition:.2s ease;color:var(--color-background);background-color:var(--color-brand)}.orders-list .order-detail-trigger .order-number{font-size:.875rem;font-weight:700}.orders-list .order-detail-trigger .order-number:before{display:inline-block;content:"";position:relative;top:-.2rem;margin-right:5px;width:6px;height:6px;border-style:solid;border-color:var(--color-background);border-width:0 0 2px 2px}.orders-list-inner .order-detail-trigger .order-number:before{transform:rotate(135deg) translate(2px,-2px);transition:.2s ease}.orders-list-inner.active .order-detail-trigger .order-number:before{transform:rotate(-45deg) translate(0)}.orders-list .order-detail-trigger .order-date,.orders-list .order-detail-trigger .order-info{font-size:.75rem}.orders-list .order-detail-trigger .order-info .text{font-weight:700;font-size:.875rem;text-transform:lowercase}.orders-list .order-list-info{font-size:.75rem;line-height:1.2;padding:9px 0}.orders-list .order-list-info .info-item{margin-bottom:5px}.orders-list .order-list-info .info-customer,.orders-list .order-list-info .info-delivery{margin-bottom:24px}.orders-list .order-list-info .info-consignment-note{border-top:1px solid var(--color-brand);padding-top:15px}.orders-list .order-list-info .info-consignment-note .h4{font-size:1rem;color:var(--color-brand)}.orders-list .customer-order-products{margin-top:32px;border-style:solid;border-color:var(--color-brand);border-width:1px;padding:0 13px}.orders-list .customer-order-products .col-img,.orders-list .customer-order-products .col-info,.orders-list .customer-order-products .col-price-total,.orders-list .customer-order-products .col-qty,.orders-list .customer-order-products .col-remove-block{min-height:75px}.orders-list .customer-order-products .col-img{flex:0 0 75px;min-width:75px}.orders-list .customer-order-products .col-info{flex:0 0 48.5%;max-width:48.5%;text-align:left;display:block}.orders-list .order-list-short-info{font-size:.75rem;line-height:1.2;padding-bottom:20px}.orders-list .order-list-short-info .item{margin-bottom:5px}.orders-list .order-list-short-info .item .price{font-size:.875rem;font-weight:700}.orders-list .order-list-info-wrapper{padding:8px 15px 0}.warehouse-list{border-width:1px 0;border-style:solid;border-color:var(--color-info)}.warehouse-item{font-size:12px}.warehouse-item:nth-child(odd){background-color:var(--color-info)}#product-warehouse-0{background-color:var(--color-brand);color:var(--color-background);font-weight:700;font-size:14px}.success_image{width:48px;height:38px;display:block;margin:0 auto 20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCA0OCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ni40MzcyIDYuMjQ2MTNDNDcuODM4NCA0LjgyMTEzIDQ3LjgzODQgMi40OTM2MyA0Ni40MzcyIDEuMDY4NjNDNDUuMDM1OSAtMC4zNTYzNzIgNDIuNzc5NyAtMC4zNTYzNzIgNDEuMzc4NCAxLjA2ODYzTDE1LjM3MjIgMjcuNjQ0OUw2LjEwOTY5IDE4LjE2ODZDNC43MDg0NCAxNi43NDM2IDIuNDUyMTkgMTYuNzQzNiAxLjA1MDk0IDE4LjE2ODZDLTAuMzUwMzEzIDE5LjU5MzYgLTAuMzUwMzEyIDIxLjkyMTEgMS4wNTA5NCAyMy4zNDYxTDE1LjM3MjIgMzcuOTk5OUw0Ni40MzcyIDYuMjQ2MTNaIiBmaWxsPSIjMDBGRjcwIi8+Cjwvc3ZnPgo=)}.warehouse-list .flex-fill{padding:8px;text-align:center;border-left:1px solid var(--color-background);flex:1 1 25%!important}.warehouse-list .flex-fill span{display:block;width:100%}.warehouse-list .flex-fill.warehouse-address span,.warehouse-list .flex-fill.warehouse-title span{text-align:left}.mobile-appear{display:none;margin-bottom:6px}.mobile-back-link,.mobile-checkout-label,.mobile-svg-icon,.search-mask{display:none}.feedback-thanks{padding:32px 16px;width:100%;height:100%;min-height:calc(100vh - 468px);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--color-brand);font-size:20px}.feedback-thanks-content{max-width:800px}.feedback-thanks-content span:first-child{font-size:32px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.youtube-preview-modal.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100.1%;background:rgba(0,0,0,.8);z-index:1100;opacity:0;transition:opacity var(--transition-duration) ease}.youtube-preview-modal.show{animation:fadeIn var(--transition-duration) forwards}.youtube-preview-modal.hide{animation:fadeOut var(--transition-duration) forwards}.youtube-preview-modal .modal-content{position:relative;background:#292828;margin:5%auto;padding:20px;width:auto;height:90%;max-width:90%;max-height:314px;transition:transform var(--transition-duration) ease}.youtube-preview-modal.show .modal-content{animation:scaleIn var(--transition-duration) forwards}.youtube-preview-modal.hide .modal-content{animation:scaleOut var(--transition-duration) forwards}.youtube-preview-modal .modal-content .video-grid{height:100%}.youtube-preview-modal .close-button,.youtube-preview-modal .player-close-btn{position:absolute;right:-22px;top:-18px;cursor:pointer;border-radius:50%;color:var(--color-background);display:flex;width:30px;height:30px;z-index:1;justify-content:center}.player-close-btn{z-index:1000}.youtube-preview-modal .videos-wrapper{display:flex;flex-wrap:nowrap;gap:20px;justify-content:space-between;align-items:stretch;height:100%}.youtube-preview-modal .videos-wrapper .video-preview{position:relative;overflow:hidden;box-shadow:none;transition:transform .2s;cursor:pointer;flex:0 1 auto;min-width:0;min-height:0;height:auto;width:auto;display:flex;flex-direction:column}.youtube-preview-modal .videos-wrapper .video-preview .inline-svg-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:auto;width:52px}.youtube-preview-modal .video-preview.embed{height:100%;order:3}.youtube-preview-modal .video-preview.shorts{width:auto;height:100%;order:1}.youtube-preview-modal .video-preview:hover{transform:scale(1.05)}.youtube-preview-modal .video-preview img{width:100%;height:100%;object-fit:contain}.youtube-preview-modal.show{display:flex;align-items:center;justify-content:center}.youtube-preview-modal.show.embed .modal-content,.youtube-preview-modal.show.shorts .modal-content{max-height:fit-content;padding:0;background:0 0}.youtube-preview-modal.show.embed .modal-content{max-width:none;width:90%}.youtube-preview-modal.show.shorts .modal-content{max-width:fit-content}.youtube-preview-modal.show.embed .video-grid,.youtube-preview-modal.show.shorts .video-grid{display:none}.video-player{max-height:90vh;margin:0 auto;padding-bottom:90vh;position:relative}.video-player.shorts{width:50.625vh;height:auto}.video-player:not(.shorts){width:auto;height:50.625vh}.video-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;animation:fadeIn var(--transition-duration) forwards}.video-preview:only-of-type{width:100%}.video-preview.embed:only-of-type,.video-preview.shorts:only-of-type{margin:0 auto}