.diafan_errors{border:1px solid #c05f5f;padding:7px 7px 7px 30px;color:#c05f5f;margin:0 8% 10px;width:80%}.diafan_errors td.calls{cursor:pointer}.diafan_errors td.calls div{padding:10px 15px;display:none}.diafan_errors td.file{vertical-align:top;white-space:nowrap}.diafan_errors table{width:100%}.diafan_errors table tr:hover{background-color:#f0e6e6}.diafan_div_error_overlay{position:absolute;z-index:8;background:#ccc;opacity:.8;top:0;left:0;width:100%;height:100%}.diafan_div_error{position:absolute;width:70%;z-index:9;border:1px solid #ccc;background:#fff;border-radius:5px 5px 5px 5px;box-shadow:1px 1px 3px rgba(0,0,0,.17);padding:5px 5px 5px 8px;top:0;left:0}*{outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-size:0;padding:0;margin:0;border:0;line-height:1}html{overflow-y:scroll;overflow-x:hidden;font-size:16px}:not(output):-moz-ui-invalid{box-shadow:none}body{position:relative}[hidden]{display:none}a{background:transparent;text-decoration:none}a:active,a:hover{outline:0}input:focus{outline:none}svg:not(:root){overflow:hidden}textarea{overflow:auto}button[disabled],input[disabled]{cursor:default}select{border:none}hr{height:1px;background:silver;margin:5px 0}h1,h2,h3,h4,h5,h6,ul,li,code,kbd,pre,samp,p,span,a,td,th,input,label,em,strong,b{font-size:1rem;font-weight:400}strong{font-family:bold}input[type='submit']{-webkit-appearance:none;-moz-appearance:none;appearance:none}.flex{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.flex-between{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-webkit-flex-wrap:wrap}.flex-between_wrap_no-wrap{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-justify-content:space-between}.flex-center{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-justify-content:center;flex-wrap:wrap;-webkit-flex-wrap:wrap}.flex-start{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-justify-content:flex-start;flex-wrap:wrap;-webkit-flex-wrap:wrap}.flex-start_wrap_no-wrap{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-justify-content:flex-start}.flex-end{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;flex-wrap:wrap}.flex-end_wrap_no-wrap{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end}.flex_align_top{-ms-align-items:flex-start;align-items:flex-start}.flex_align_center{-ms-align-items:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.flex_align_bottom{-ms-align-items:flex-end;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.flex_direction_column{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:flex;-moz-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex_direction_column_between{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:flex;-moz-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-between}.flex__wrap_no-wrap{flex-wrap:nowrap}.grid-1{display:grid;grid-template-columns:1fr}.grid-2{display:grid;grid-template-columns:repeat(2,1fr)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr)}.grid-5{display:grid;grid-template-columns:repeat(5,1fr)}.grid-gap-10{grid-gap:10px}.grid-gap-20{grid-gap:20px}.grid-gap-30{grid-gap:30px}.grid-gap-40{grid-gap:40px}.grid-gap-50{grid-gap:50px}.grid-gap-60{grid-gap:60px}[class*=grid-]>*{min-width:0}@-webkit-keyframes animate-nsv_name_zoom-in{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes animate-nsv_name_zoom-in{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate-nsv_zoom-in{-webkit-animation-name:animate-nsv_name_zoom-in;animation-name:animate-nsv_name_zoom-in}@-webkit-keyframes animate-nsv_name_zoom-out{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}to{opacity:0}}@keyframes animate-nsv_name_zoom-out{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}to{opacity:0}}.animate-nsv_zoom-out{-webkit-animation-name:animate-nsv_name_zoom-out;animation-name:animate-nsv_name_zoom-out}@keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}*[class*=popup-nsv]{display:none}.loaded-nsv{position:relative;overflow:hidden;height:40px;width:100%;background:rgb(237,238,240)!important}.loaded-nsv_no-bg{background-color:initial!important}.loaded-nsv_bg-white{background-color:#FFF!important}.loaded-nsv *:not(.loaded-nsv__item){position:absolute;opacity:0}.loaded-nsv__item{position:absolute;top:50%;right:0;bottom:0;left:50%;margin-top:-10px;margin-left:-10px;height:20px;width:20px;border-left:3px solid rgba(var(--color_brand),1);border-right:3px solid rgba(var(--color_brand),1);border-top:3px solid rgba(var(--color_brand),1);border-bottom:3px solid silver;border-radius:50%;-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite}.ui-tooltip{position:absolute;max-width:450px;padding:5px 10px;font-size:.70rem;background:#fff;box-shadow:0 0 15px -5px gray!important;z-index:9999;border-radius:3px}.ui-tooltip-content{font-size:inherit;color:#000}.arrow{width:70px;height:16px;overflow:hidden;position:absolute;left:50%;margin-left:-35px;bottom:-16px}.arrow.top{top:-16px;bottom:auto}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;height:auto;margin:0 auto}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://nikatin.com/userfls/dev/img/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;-webkit-transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-carousel .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-nav [class*=owl-]{padding:10px 5px;background:rgba(255,255,255,.9);cursor:pointer;border-radius:0 3px 3px 0;position:absolute;top:50%;margin-top:-18px;opacity:.3;transition:opacity .3s}.owl-carousel .owl-nav [class*=owl-]:hover{opacity:1}.owl-carousel .owl-nav .owl-next{border-radius:3px 0 0 3px;right:0}.owl-carousel .owl-nav .disabled{cursor:not-allowed}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{font-size:1rem}.owl-carousel .owl-dots{position:absolute;bottom:5px;width:100%}.owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-carousel .owl-dots .owl-dot span{width:7px;height:7px;margin:5px 7px;background:#cecece;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;transition:opacity .2s ease,background-color .3s;border-radius:30px}.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background:#fff}.display-inline-block{display:inline-block}.display-block{display:block}.display-none{display:none}.width-100{width:100%}.width-max-50{max-width:50%}.width-max-90{max-width:90%}.padding-0{padding:0}.padding-5{padding:5px}.padding-10{padding:10px}.padding-15{padding:15px}.padding-20{padding:20px}.padding-25{padding:25px}.padding-30{padding:30px}.margin-0{margin:0}.margin-top-5{margin-top:5px}.margin-top-10{margin-top:10px}.margin-top-15{margin-top:15px}.margin-top-20{margin-top:20px}.margin-top-25{margin-top:25px}.margin-top-30{margin-top:30px}.margin-top-40{margin-top:40px}.margin-top-50{margin-top:50px}.margin-top-60{margin-top:60px}.margin-bottom-5{margin-bottom:5px}.margin-bottom-10{margin-bottom:10px}.margin-bottom-15{margin-bottom:15px}.margin-bottom-20{margin-bottom:20px}.margin-bottom-25{margin-bottom:25px}.margin-bottom-30{margin-bottom:30px}.margin-left-5{margin-left:5px}.margin-left-10{margin-left:10px}.margin-left-15{margin-left:15px}.margin-left-20{margin-left:20px}.margin-left-25{margin-left:25px}.margin-left-30{margin-left:30px}.margin-left-40{margin-left:40px}.margin-left-50{margin-left:50px}.margin-right-5{margin-right:5px}.margin-right-10{margin-right:10px}.margin-right-15{margin-right:15px}.margin-right-20{margin-right:20px}.margin-right-25{margin-right:25px}.margin-right-30{margin-right:30px}.text-align-left{text-align:left}.text-align-center{text-align:center}.text-align-right{text-align:right}.position-relative{position:relative}.height-100{height:100%}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports(padding:max(0)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media(max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports(padding:max(0)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media(max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/custom/nsv_theme/css/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/custom/nsv_theme/css/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame .fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame .fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear .fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame .fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame .fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame .fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3 .fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls .fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls .fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls .fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls .fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2 .fotorama__wrap--no-controls .fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2 .fotorama__wrap--no-controls .fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2 .fotorama__wrap--no-controls .fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2 .fotorama__wrap--no-controls .fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2 .fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2 .fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3 .fotorama__wrap--no-controls .fotorama__wrap--slide .fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3 .fotorama__wrap--no-controls .fotorama__wrap--slide .fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3 .fotorama__wrap--no-controls .fotorama__wrap--slide .fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3 .fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3 .fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3 .fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav .fotorama__shadows--left:before,.fotorama__stage .fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav .fotorama__shadows--right:after,.fotorama__stage .fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}html{background-color:rgba(var(--color_3),1);height:100%}.body-aside{transition:width .3s;background:rgba(var(--color_white),1);position:fixed;top:0;left:0;width:500px;height:100%;z-index:10;box-shadow:0 1px 3px rgba(11,11,11,.2)}.aside-block{padding:20px 40px}.aside-header__logo,.header-media__logo{background-color:rgba(252,219,4,1);padding:27px 20px 10px;color:rgba(var(--color_black),1);font-size:22px;border-radius:0 0 3px 3px;font-family:bold}html body .aside-header__logo:hover{color:rgba(var(--color_black),1)}.aside-header{margin-top:-20px}.aside-header__time{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;-o-flex-direction:column-reverse;flex-direction:column-reverse;margin-left:20px}.aside-message{display:block;width:15px;height:15px;background-size:100%;background-repeat:no-repeat}.aside-message.aside-message__whatsupp{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.711' height='20' viewBox='0 0 19.711 20'%3E%3Cg id='Icon-WhatsApp' transform='translate(-870 -139)'%3E%3Cpath id='Icon-WhatsApp-2' data-name='Icon-WhatsApp' d='M10.108,0A9.76,9.76,0,0,0,1.754,14.773L0,20l5.393-1.654A9.744,9.744,0,1,0,10.108,0Zm0,17.866a7.99,7.99,0,0,1-4.467-1.323l-3.11,1.009L3.54,14.541a8.106,8.106,0,1,1,6.617,3.309Zm4.566-5.906c-.248-.132-1.439-.778-1.654-.877s-.38-.132-.562.1-.678.794-.827.959-.3.165-.529,0a6.915,6.915,0,0,1-1.969-1.307A7.626,7.626,0,0,1,7.808,9.1c-.149-.265,0-.38.116-.513s.347-.314.347-.414a1.654,1.654,0,0,0,.265-.414.5.5,0,0,0,0-.43c0-.132-.513-1.373-.711-1.869s-.347-.5-.48-.5h-.48a.893.893,0,0,0-.678.281A2.812,2.812,0,0,0,5.244,7.3a4.764,4.764,0,0,0,.91,2.63,10.124,10.124,0,0,0,4.119,3.9c2.481,1.059,2.5.761,2.961.728a2.531,2.531,0,0,0,1.654-1.108,1.952,1.952,0,0,0,.182-1.175C15.087,12.159,14.888,12.093,14.673,11.96Z' transform='translate(870 139)' fill='%23b7b7b7' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.aside-message.aside-message__telegram{height:14px;background-position:bottom;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.717' height='20' viewBox='0 0 23.717 20'%3E%3Cg id='Icon-Telegram' transform='translate(-109 -1056)'%3E%3Cg id='icon-msm-01' transform='translate(109 1056)'%3E%3Cpath id='icon-msm-soc-telegram' d='M22.106.159.89,8.184c-1.163.335-1.124,1.5-.256,1.775l5.284,1.656,1.972,6.231c.256.67.454.927.887.946s.611-.158,1.065-.572L12.5,15.657l5.6,4.062c1.025.572,1.755.276,1.972-.946L23.663,1.657C23.939.159,23.072-.275,22.106.159ZM6.785,11.22,18.852,3.649c.592-.394.789,0,.513.355L9.348,13.014,8.836,17.53Z' transform='translate(0.002 0.001)' fill='%23b7b7b7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.aside-message.aside-message__viber{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.083' height='20' viewBox='0 0 18.083 20'%3E%3Cg id='icon-Viber' transform='translate(-160 -1056)'%3E%3Cg id='icon-msm-01' transform='translate(160 1056)'%3E%3Cpath id='icon-msm-soc-viber' d='M16.087,1.85A6.337,6.337,0,0,0,13.558.6,18.454,18.454,0,0,0,6.468.164,9.6,9.6,0,0,0,3.021,1.248,4.967,4.967,0,0,0,.507,4.394a13.427,13.427,0,0,0-.5,3.131A15.052,15.052,0,0,0,.4,12.04a5.133,5.133,0,0,0,3.146,3.688l.542.256a.346.346,0,0,1,.226.376V20c.452-.421.753-.738.978-.993.677-.753,1.31-1.385,2-2.107.331-.346.241-.346.738-.346h2.288a17.1,17.1,0,0,0,3.613-.6,4.726,4.726,0,0,0,3.312-2.77,9.032,9.032,0,0,0,.421-1.144,16.783,16.783,0,0,0,0-7.24A4.967,4.967,0,0,0,16.087,1.85ZM8.651,3.355c0-.226.135-.316.361-.3A5.223,5.223,0,0,1,13.347,5.1a5.615,5.615,0,0,1,1.009,3.01v.467a.277.277,0,0,1-.286.316.286.286,0,0,1-.316-.3,7.436,7.436,0,0,0-.512-2.288,4.26,4.26,0,0,0-3.116-2.5A7.526,7.526,0,0,0,9.042,3.6c-.241-.015-.406-.045-.391-.286Zm1.9,1.927A7.24,7.24,0,0,0,9.388,5c-.211-.03-.346-.135-.346-.361s.166-.286.376-.271a3.643,3.643,0,0,1,3.041,1.656,3.537,3.537,0,0,1,.482,1.836c0,.391-.075.5-.3.482s-.286-.271-.316-.482a6.4,6.4,0,0,0-.181-.9,2.469,2.469,0,0,0-1.6-1.671Zm1.069,2.243v.256a.271.271,0,0,1-.271.241.3.3,0,0,1-.3-.241V7.495a1.2,1.2,0,0,0-.918-1.009h-.2c-.166,0-.376,0-.376-.286s.151-.316.421-.331a1.505,1.505,0,0,1,.632.151,1.776,1.776,0,0,1,1.009,1.505Zm2.74,5.464a2.74,2.74,0,0,1-1.836,1.6,1.34,1.34,0,0,1-.9-.105A15.052,15.052,0,0,1,3.232,6.019a2,2,0,0,1-.211-.828A2.107,2.107,0,0,1,4.948,3.159a.933.933,0,0,1,.707.256A7.677,7.677,0,0,1,7.311,5.688.828.828,0,0,1,7.04,6.817l-.2.151a1.009,1.009,0,0,0-.406,1.385,5.118,5.118,0,0,0,2,2.363,3.929,3.929,0,0,0,1.1.542.783.783,0,0,0,.888-.286v-.105a1.144,1.144,0,0,1,1.851-.331,14.014,14.014,0,0,1,1.791,1.31.918.918,0,0,1,.286,1.144Z' transform='translate(0.021 -0.003)' fill='%23b7b7b7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.feedback.aside-block{background:rgba(var(--color_black),.02)}.feedback-aside-grid .item-a{grid-area:phone}.feedback-aside-grid .item-b{grid-area:wh}.feedback-aside-grid .item-c{grid-area:tg}.feedback-aside-grid .item-d{grid-area:vb}.feedback-aside-grid .item-e{grid-area:email;justify-self:end}.feedback-aside-grid{max-width:209px;display:grid;grid-gap:7px 10px;align-items:center;grid-template-columns:repeat(4,1fr);grid-template-rows:auto;grid-template-areas:"phone phone phone phone" "wh tg vb email"}.feedback__btn{min-width:170px}.feedback-aside-grid .item-a a{font-size:1.375rem;font-family:bold}.feedback-aside-grid .item-e a{font-size:1.25rem;color:rgba(var(--color_black),.7)}.aside-footer{background:rgba(var(--color_black),.02);padding:15px 25px 15px 40px}.nav-aside-footer{padding:10px 20px 0 0;margin-bottom:-5px}body .nav-aside-footer a{display:inline-block;color:rgba(var(--color_black),.7);font-size:.875rem;margin:0 20px 15px 0}.aside-num-client{text-align:center;border-left:1px solid rgba(var(--color_black),.15);padding:10px 0 10px 20px;min-width:130px}.aside-num-client p{color:rgba(var(--color_black),.7);font-size:.875rem}.aside-footer{position:relative}.aside-footer-action{position:absolute;top:-35px;font-size:.875rem;right:35px;color:rgba(var(--color_black),.7);cursor:pointer}.aside-footer-action:after{content:'';display:inline-block;position:absolute;left:-12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='silver' viewBox='0 0 9.4 16'%3E%3Cpath d='M8.9,0.5c0.6,0.6,0.7,1.4,0,2.2L3.7,8l5.1,5.3c0.7,0.7,0.6,1.6,0,2.2c-0.6,0.6-1.6,0.6-2.2,0C6.1,15,0.5,9.1,0.5,9.1 C0.2,8.8,0,8.4,0,8c0-0.4,0.2-0.8,0.5-1.1c0,0,5.6-5.9,6.2-6.4S8.2-0.1,8.9,0.5L8.9,0.5z'/%3E%3C/svg%3E");width:7px;height:11px;top:2px}.aside-footer-action.active:after{top:1px;height:14px;width:8px;right:-12px;left:auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8.828 14.828'%3E%3Cg id='Icon-Arrow' transform='translate(-275.086 -242.086)'%3E%3Cline id='line' x2='6' y2='6' transform='translate(276.5 243.5)' fill='none' stroke='%23c4c4c4' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='line-2' data-name='line' y1='6' x2='6' transform='translate(276.5 249.5)' fill='none' stroke='silver' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")}.body-aside .feedback__aside-closed,.body-aside .search__aside-closed{display:none}.body-aside.active .aside-header__time,.body-aside.active .feedback-aside-grid,.body-aside.active .feedback__btn,.body-aside.active .search.aside-block .search_form,.body-aside.active .nav-aside-catalog>ul>li>a *:not(.icon-msm-arrow-right),.body-aside.active .nav-aside-footer{display:none}.body-aside.active .nav-aside-catalog>ul>li>a{font-size:0}.body-aside.active .feedback__aside-closed,.body-aside.active .search__aside-closed{display:block}.body-aside.active .aside-footer{padding-left:0;padding-right:0}.body-aside.active .aside-num-client{width:100%;text-align:center;padding:10px 0;border-left:none}.body-aside.active .aside-footer-action{right:62px}.body-aside.active .nav-aside-catalog>ul>li>a:after{content:'';height:28px;width:35px;display:block;position:relative;top:-10px}.body-aside.active .nav-aside-catalog>ul>li:first-child>a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.669' height='28' viewBox='0 0 35.669 28'%3E%3Cg id='Icon-Roller' transform='translate(-55 -410)'%3E%3Cpath id='icon_roller-shutter-door' d='M7.49,15.124a1.07,1.07,0,0,1,1.07-1.07H27.108a1.07,1.07,0,1,1,0,2.14H8.561A1.07,1.07,0,0,1,7.49,15.124Zm1.07,13.05H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,0,0,0,2.14Zm0-8.037H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm0,4.094H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm23.9-13.238V31.235H34.6a1.07,1.07,0,0,1,0,2.14H1.07a1.07,1.07,0,0,1,0-2.14H3.21V10.993H1.07A1.07,1.07,0,0,1,0,9.923V6.445a1.07,1.07,0,0,1,1.07-1.07H34.6a1.07,1.07,0,0,1,1.07,1.07V9.923a1.07,1.07,0,0,1-1.07,1.07Zm-2.14,0H5.35V31.235H30.318Z' transform='translate(55 404.625)' fill='%230b0b0b'/%3E%3C/g%3E%3C/svg%3E")}.body-aside.active .nav-aside-catalog>ul>li:first-child:hover>a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.669' height='28' viewBox='0 0 35.669 28'%3E%3Cg id='Icon-Roller' transform='translate(-55 -410)'%3E%3Cpath id='icon_roller-shutter-door' d='M7.49,15.124a1.07,1.07,0,0,1,1.07-1.07H27.108a1.07,1.07,0,1,1,0,2.14H8.561A1.07,1.07,0,0,1,7.49,15.124Zm1.07,13.05H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,0,0,0,2.14Zm0-8.037H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm0,4.094H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm23.9-13.238V31.235H34.6a1.07,1.07,0,0,1,0,2.14H1.07a1.07,1.07,0,0,1,0-2.14H3.21V10.993H1.07A1.07,1.07,0,0,1,0,9.923V6.445a1.07,1.07,0,0,1,1.07-1.07H34.6a1.07,1.07,0,0,1,1.07,1.07V9.923a1.07,1.07,0,0,1-1.07,1.07Zm-2.14,0H5.35V31.235H30.318Z' transform='translate(55 404.625)' fill='%2332a31d'/%3E%3C/g%3E%3C/svg%3E")}.body-aside.active .nav-aside-catalog>ul>li:nth-child(2)>a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.669' height='28' viewBox='0 0 35.669 28'%3E%3Cg id='Icon-Roller' transform='translate(-55 -410)'%3E%3Cpath id='icon_roller-shutter-door' d='M7.49,15.124a1.07,1.07,0,0,1,1.07-1.07H27.108a1.07,1.07,0,1,1,0,2.14H8.561A1.07,1.07,0,0,1,7.49,15.124Zm1.07,13.05H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,0,0,0,2.14Zm0-8.037H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm0,4.094H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm23.9-13.238V31.235H34.6a1.07,1.07,0,0,1,0,2.14H1.07a1.07,1.07,0,0,1,0-2.14H3.21V10.993H1.07A1.07,1.07,0,0,1,0,9.923V6.445a1.07,1.07,0,0,1,1.07-1.07H34.6a1.07,1.07,0,0,1,1.07,1.07V9.923a1.07,1.07,0,0,1-1.07,1.07Zm-2.14,0H5.35V31.235H30.318Z' transform='translate(55 404.625)' fill='%230b0b0b'/%3E%3C/g%3E%3C/svg%3E")}.body-aside.active .nav-aside-catalog>ul>li:nth-child(2):hover>a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.669' height='28' viewBox='0 0 35.669 28'%3E%3Cg id='Icon-Roller' transform='translate(-55 -410)'%3E%3Cpath id='icon_roller-shutter-door' d='M7.49,15.124a1.07,1.07,0,0,1,1.07-1.07H27.108a1.07,1.07,0,1,1,0,2.14H8.561A1.07,1.07,0,0,1,7.49,15.124Zm1.07,13.05H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,0,0,0,2.14Zm0-8.037H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm0,4.094H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm23.9-13.238V31.235H34.6a1.07,1.07,0,0,1,0,2.14H1.07a1.07,1.07,0,0,1,0-2.14H3.21V10.993H1.07A1.07,1.07,0,0,1,0,9.923V6.445a1.07,1.07,0,0,1,1.07-1.07H34.6a1.07,1.07,0,0,1,1.07,1.07V9.923a1.07,1.07,0,0,1-1.07,1.07Zm-2.14,0H5.35V31.235H30.318Z' transform='translate(55 404.625)' fill='%2332a31d'/%3E%3C/g%3E%3C/svg%3E")}.body-aside.active .nav-aside-catalog>ul>li:nth-child(3)>a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.669' height='28' viewBox='0 0 35.669 28'%3E%3Cg id='Icon-Roller' transform='translate(-55 -410)'%3E%3Cpath id='icon_roller-shutter-door' d='M7.49,15.124a1.07,1.07,0,0,1,1.07-1.07H27.108a1.07,1.07,0,1,1,0,2.14H8.561A1.07,1.07,0,0,1,7.49,15.124Zm1.07,13.05H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,0,0,0,2.14Zm0-8.037H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm0,4.094H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm23.9-13.238V31.235H34.6a1.07,1.07,0,0,1,0,2.14H1.07a1.07,1.07,0,0,1,0-2.14H3.21V10.993H1.07A1.07,1.07,0,0,1,0,9.923V6.445a1.07,1.07,0,0,1,1.07-1.07H34.6a1.07,1.07,0,0,1,1.07,1.07V9.923a1.07,1.07,0,0,1-1.07,1.07Zm-2.14,0H5.35V31.235H30.318Z' transform='translate(55 404.625)' fill='%230b0b0b'/%3E%3C/g%3E%3C/svg%3E")}.body-aside.active .nav-aside-catalog>ul>li:nth-child(3):hover>a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.669' height='28' viewBox='0 0 35.669 28'%3E%3Cg id='Icon-Roller' transform='translate(-55 -410)'%3E%3Cpath id='icon_roller-shutter-door' d='M7.49,15.124a1.07,1.07,0,0,1,1.07-1.07H27.108a1.07,1.07,0,1,1,0,2.14H8.561A1.07,1.07,0,0,1,7.49,15.124Zm1.07,13.05H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,0,0,0,2.14Zm0-8.037H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm0,4.094H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm23.9-13.238V31.235H34.6a1.07,1.07,0,0,1,0,2.14H1.07a1.07,1.07,0,0,1,0-2.14H3.21V10.993H1.07A1.07,1.07,0,0,1,0,9.923V6.445a1.07,1.07,0,0,1,1.07-1.07H34.6a1.07,1.07,0,0,1,1.07,1.07V9.923a1.07,1.07,0,0,1-1.07,1.07Zm-2.14,0H5.35V31.235H30.318Z' transform='translate(55 404.625)' fill='%2332a31d'/%3E%3C/g%3E%3C/svg%3E")}.body-aside.active .nav-aside-catalog>ul>li:nth-child(4)>a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.669' height='28' viewBox='0 0 35.669 28'%3E%3Cg id='Icon-Roller' transform='translate(-55 -410)'%3E%3Cpath id='icon_roller-shutter-door' d='M7.49,15.124a1.07,1.07,0,0,1,1.07-1.07H27.108a1.07,1.07,0,1,1,0,2.14H8.561A1.07,1.07,0,0,1,7.49,15.124Zm1.07,13.05H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,0,0,0,2.14Zm0-8.037H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm0,4.094H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm23.9-13.238V31.235H34.6a1.07,1.07,0,0,1,0,2.14H1.07a1.07,1.07,0,0,1,0-2.14H3.21V10.993H1.07A1.07,1.07,0,0,1,0,9.923V6.445a1.07,1.07,0,0,1,1.07-1.07H34.6a1.07,1.07,0,0,1,1.07,1.07V9.923a1.07,1.07,0,0,1-1.07,1.07Zm-2.14,0H5.35V31.235H30.318Z' transform='translate(55 404.625)' fill='%230b0b0b'/%3E%3C/g%3E%3C/svg%3E")}.body-aside.active .nav-aside-catalog>ul>li:nth-child(4):hover>a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.669' height='28' viewBox='0 0 35.669 28'%3E%3Cg id='Icon-Roller' transform='translate(-55 -410)'%3E%3Cpath id='icon_roller-shutter-door' d='M7.49,15.124a1.07,1.07,0,0,1,1.07-1.07H27.108a1.07,1.07,0,1,1,0,2.14H8.561A1.07,1.07,0,0,1,7.49,15.124Zm1.07,13.05H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,0,0,0,2.14Zm0-8.037H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm0,4.094H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm23.9-13.238V31.235H34.6a1.07,1.07,0,0,1,0,2.14H1.07a1.07,1.07,0,0,1,0-2.14H3.21V10.993H1.07A1.07,1.07,0,0,1,0,9.923V6.445a1.07,1.07,0,0,1,1.07-1.07H34.6a1.07,1.07,0,0,1,1.07,1.07V9.923a1.07,1.07,0,0,1-1.07,1.07Zm-2.14,0H5.35V31.235H30.318Z' transform='translate(55 404.625)' fill='%2332a31d'/%3E%3C/g%3E%3C/svg%3E")}.body-aside.active .nav-aside-catalog>ul>li:nth-child(5)>a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.669' height='28' viewBox='0 0 35.669 28'%3E%3Cg id='Icon-Roller' transform='translate(-55 -410)'%3E%3Cpath id='icon_roller-shutter-door' d='M7.49,15.124a1.07,1.07,0,0,1,1.07-1.07H27.108a1.07,1.07,0,1,1,0,2.14H8.561A1.07,1.07,0,0,1,7.49,15.124Zm1.07,13.05H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,0,0,0,2.14Zm0-8.037H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm0,4.094H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm23.9-13.238V31.235H34.6a1.07,1.07,0,0,1,0,2.14H1.07a1.07,1.07,0,0,1,0-2.14H3.21V10.993H1.07A1.07,1.07,0,0,1,0,9.923V6.445a1.07,1.07,0,0,1,1.07-1.07H34.6a1.07,1.07,0,0,1,1.07,1.07V9.923a1.07,1.07,0,0,1-1.07,1.07Zm-2.14,0H5.35V31.235H30.318Z' transform='translate(55 404.625)' fill='%230b0b0b'/%3E%3C/g%3E%3C/svg%3E")}.body-aside.active .nav-aside-catalog>ul>li:nth-child(5):hover>a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.669' height='28' viewBox='0 0 35.669 28'%3E%3Cg id='Icon-Roller' transform='translate(-55 -410)'%3E%3Cpath id='icon_roller-shutter-door' d='M7.49,15.124a1.07,1.07,0,0,1,1.07-1.07H27.108a1.07,1.07,0,1,1,0,2.14H8.561A1.07,1.07,0,0,1,7.49,15.124Zm1.07,13.05H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,0,0,0,2.14Zm0-8.037H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm0,4.094H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm23.9-13.238V31.235H34.6a1.07,1.07,0,0,1,0,2.14H1.07a1.07,1.07,0,0,1,0-2.14H3.21V10.993H1.07A1.07,1.07,0,0,1,0,9.923V6.445a1.07,1.07,0,0,1,1.07-1.07H34.6a1.07,1.07,0,0,1,1.07,1.07V9.923a1.07,1.07,0,0,1-1.07,1.07Zm-2.14,0H5.35V31.235H30.318Z' transform='translate(55 404.625)' fill='%2332a31d'/%3E%3C/g%3E%3C/svg%3E")}.body-aside.active .nav-aside-catalog>ul>li:nth-child(6)>a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.669' height='28' viewBox='0 0 35.669 28'%3E%3Cg id='Icon-Roller' transform='translate(-55 -410)'%3E%3Cpath id='icon_roller-shutter-door' d='M7.49,15.124a1.07,1.07,0,0,1,1.07-1.07H27.108a1.07,1.07,0,1,1,0,2.14H8.561A1.07,1.07,0,0,1,7.49,15.124Zm1.07,13.05H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,0,0,0,2.14Zm0-8.037H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm0,4.094H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm23.9-13.238V31.235H34.6a1.07,1.07,0,0,1,0,2.14H1.07a1.07,1.07,0,0,1,0-2.14H3.21V10.993H1.07A1.07,1.07,0,0,1,0,9.923V6.445a1.07,1.07,0,0,1,1.07-1.07H34.6a1.07,1.07,0,0,1,1.07,1.07V9.923a1.07,1.07,0,0,1-1.07,1.07Zm-2.14,0H5.35V31.235H30.318Z' transform='translate(55 404.625)' fill='%230b0b0b'/%3E%3C/g%3E%3C/svg%3E")}.body-aside.active .nav-aside-catalog>ul>li:nth-child(6):hover>a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.669' height='28' viewBox='0 0 35.669 28'%3E%3Cg id='Icon-Roller' transform='translate(-55 -410)'%3E%3Cpath id='icon_roller-shutter-door' d='M7.49,15.124a1.07,1.07,0,0,1,1.07-1.07H27.108a1.07,1.07,0,1,1,0,2.14H8.561A1.07,1.07,0,0,1,7.49,15.124Zm1.07,13.05H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,0,0,0,2.14Zm0-8.037H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm0,4.094H27.108a1.07,1.07,0,1,0,0-2.14H8.561a1.07,1.07,0,1,0,0,2.14Zm23.9-13.238V31.235H34.6a1.07,1.07,0,0,1,0,2.14H1.07a1.07,1.07,0,0,1,0-2.14H3.21V10.993H1.07A1.07,1.07,0,0,1,0,9.923V6.445a1.07,1.07,0,0,1,1.07-1.07H34.6a1.07,1.07,0,0,1,1.07,1.07V9.923a1.07,1.07,0,0,1-1.07,1.07Zm-2.14,0H5.35V31.235H30.318Z' transform='translate(55 404.625)' fill='%2332a31d'/%3E%3C/g%3E%3C/svg%3E")}html.aside-closed .body-aside{width:190px}html.aside-closed .body-content{max-width:calc(100% - 190px);margin-left:190px;height:100%}.body-content{max-width:calc(100% - 500px);margin-left:500px;height:100%;transition:width .3s,margin .3s}.section-content{padding:40px 200px 40px 60px}.h1_podpis{border-bottom:1px solid rgba(var(--color_black),.1);padding-bottom:30px}.section-content_catalog-1{padding:40px 200px 40px 60px}.section-content_catalog-2{padding:40px 200px 50px 60px;background-color:rgba(var(--color_black),.02)}.section-content__title{font-size:1.375rem;font-family:bold}.section-content_catalog-2_gradient{background-image:linear-gradient(90deg,#92C789,#5B9D4E)}.section-content_catalog-2_gradient>.section-content__title{color:rgba(var(--color_white),1)}.catalog-wrap-order input:not(.btn),.catalog-wrap-feedback input:not(.btn){max-width:calc(100% - 100px);width:100%}.catalog-wrap-feedback_icon{width:40px;height:40px;margin-right:20px;border:1px solid rgba(var(--color_black),.15);border-radius:50%;background-position:50% 50%;background-repeat:no-repeat}.catalog-wrap-feedback_icon-wh{background-image:url(/custom/nsv_theme/img/Icon-WhatsApp.svg)}.catalog-wrap-feedback_icon-vb{background-image:url(/custom/nsv_theme/img/icon-Viber.svg)}.catalog-wrap-feedback_icon-tg{background-image:url(/custom/nsv_theme/img/Icon-Telegram.svg)}.catalog-wrap-feedback_icon-vk{background-image:url(/custom/nsv_theme/img/Icon-VK.svg)}.footer{margin-top:100px;background-color:rgba(var(--color_white),1);box-shadow:0 1px 3px rgba(11,11,11,.2)}.footer ul li,.footer-contacts *{line-height:1.625}.footer-bottom *,.footer-bottom a:not(.link-color){color:rgba(var(--color_black),.7)}.footer-title{color:rgba(var(--color_black),.7);margin-bottom:10px}.footer-top>div{min-width:25%}.footer-pay{background-repeat:no-repeat;background-position:right;display:inline-block;width:70px;height:30px}.footer-pay__mir{background-image:url(/custom/nsv_theme/img/Logo-MIR.svg)}.footer-pay__mastercard{background-image:url(/custom/nsv_theme/img/Logo-MasterCard.svg);width:32px}.footer-pay__visa{background-image:url(/custom/nsv_theme/img/Logo-Visa.svg);width:65px}.footer-contact-img{width:27px;height:30px;background-repeat:no-repeat;display:inline-block}.footer-contact-whatsapp{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12.09'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23363636;fill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eicon-msm-soc-whatsapp%3c/title%3e%3cg id='Слой_2' data-name='Слой 2'%3e%3cg id='icon-msm-01'%3e%3cg id='icon-msm-soc-whatsapp'%3e%3cpath class='cls-1' d='M 6.11 0 A 5.9 5.9 0 0 0 1.06 8.93 L 0 12.09 l 3.26 -1 A 5.89 5.89 0 1 0 6.11 0 Z m 0 10.8 A 4.83 4.83 0 0 1 3.41 10 l -1.88 0.61 l 0.61 -1.82 a 4.9 4.9 0 1 1 4 2 Z M 8.87 7.23 c -0.15 -0.08 -0.87 -0.47 -1 -0.53 s -0.23 -0.08 -0.34 0.06 s -0.41 0.48 -0.5 0.58 s -0.18 0.1 -0.32 0 a 4.18 4.18 0 0 1 -1.19 -0.79 A 4.61 4.61 0 0 1 4.72 5.5 c -0.09 -0.16 0 -0.23 0.07 -0.31 S 5 5 5 4.94 a 1 1 0 0 0 0.16 -0.25 a 0.3 0.3 0 0 0 0 -0.26 c 0 -0.08 -0.31 -0.83 -0.43 -1.13 S 4.52 3 4.44 3 L 4.15 3 a 0.54 0.54 0 0 0 -0.41 0.17 a 1.7 1.7 0 0 0 -0.57 1.24 A 2.88 2.88 0 0 0 3.72 6 A 6.12 6.12 0 0 0 6.21 8.36 C 7.71 9 7.72 8.82 8 8.8 a 1.53 1.53 0 0 0 1 -0.67 a 1.18 1.18 0 0 0 0.11 -0.71 C 9.12 7.35 9 7.31 8.87 7.23 Z' /%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.footer-contact-viber{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 13.29'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23363636;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eicon-msm-soc-viber%3c/title%3e%3cg id='Слой_2' data-name='Слой 2'%3e%3cg id='icon-msm-01'%3e%3cpath class='cls-1' id='icon-msm-soc-viber' d='M 10.68 1.23 A 4.21 4.21 0 0 0 9 0.4 A 12.26 12.26 0 0 0 4.29 0.11 A 6.38 6.38 0 0 0 2 0.83 A 3.3 3.3 0 0 0 0.33 2.92 A 8.92 8.92 0 0 0 0 5 A 10 10 0 0 0 0.26 8 a 3.41 3.41 0 0 0 2.09 2.45 l 0.36 0.17 a 0.23 0.23 0 0 1 0.15 0.25 c 0 0.79 0 1.59 0 2.42 c 0.3 -0.28 0.5 -0.49 0.65 -0.66 c 0.45 -0.5 0.87 -0.92 1.33 -1.4 C 5.06 11 5 11 5.33 11 s 1.1 0 1.52 0 a 11.36 11.36 0 0 0 2.4 -0.4 a 3.14 3.14 0 0 0 2.2 -1.84 A 6 6 0 0 0 11.73 8 a 11.15 11.15 0 0 0 0 -4.81 A 3.3 3.3 0 0 0 10.68 1.23 Z m -4.94 1 c 0 -0.15 0.09 -0.21 0.24 -0.2 A 3.47 3.47 0 0 1 8.86 3.39 a 3.73 3.73 0 0 1 0.67 2 v 0.31 c 0 0.12 -0.06 0.21 -0.19 0.21 a 0.19 0.19 0 0 1 -0.21 -0.2 a 4.94 4.94 0 0 0 -0.34 -1.52 A 2.83 2.83 0 0 0 6.72 2.53 A 5 5 0 0 0 6 2.39 C 5.84 2.38 5.73 2.36 5.74 2.2 Z M 7 3.51 a 4.81 4.81 0 0 0 -0.77 -0.19 C 6.09 3.3 6 3.23 6 3.08 s 0.11 -0.19 0.25 -0.18 A 2.42 2.42 0 0 1 8.27 4 a 2.35 2.35 0 0 1 0.32 1.22 c 0 0.26 -0.05 0.33 -0.2 0.32 s -0.19 -0.18 -0.21 -0.32 a 4.25 4.25 0 0 0 -0.12 -0.6 A 1.64 1.64 0 0 0 7 3.51 Z M 7.71 5 c 0 0.07 0 0.12 0 0.17 a 0.18 0.18 0 0 1 -0.18 0.16 a 0.2 0.2 0 0 1 -0.2 -0.16 l 0 -0.19 a 0.8 0.8 0 0 0 -0.61 -0.67 l -0.13 0 c -0.11 0 -0.25 0 -0.25 -0.19 s 0.1 -0.21 0.28 -0.22 a 1 1 0 0 1 0.42 0.1 A 1.18 1.18 0 0 1 7.71 5 Z M 9.53 8.63 A 1.82 1.82 0 0 1 8.31 9.69 a 0.89 0.89 0 0 1 -0.6 -0.07 A 10 10 0 0 1 2.14 4 A 1.33 1.33 0 0 1 2 3.45 A 1.4 1.4 0 0 1 3.28 2.1 a 0.62 0.62 0 0 1 0.47 0.17 a 5.1 5.1 0 0 1 1.1 1.51 a 0.55 0.55 0 0 1 -0.18 0.75 l -0.13 0.1 a 0.67 0.67 0 0 0 -0.27 0.92 A 3.4 3.4 0 0 0 5.6 7.12 a 2.61 2.61 0 0 0 0.73 0.36 a 0.52 0.52 0 0 0 0.59 -0.19 l 0 -0.07 A 0.76 0.76 0 0 1 8.15 7 a 9.31 9.31 0 0 1 1.19 0.87 A 0.61 0.61 0 0 1 9.53 8.63 Z' /%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.footer-bottom *:not(.subscription *){font-size:.85rem;line-height:1.125rem}.footer .subscription{min-width:50%}.subscription .error_message{font-size:1rem;margin-top:10px;color:rgba(var(--color_2),1)}.footer-contacts__message a{display:inline-block}.footer-contacts__message a:not(:first-child){margin-left:20px}.row-block h4{font-family:bold;text-align:center}.row-block-img{height:160px;width:calc(100% + 60px + 20px);position:relative;left:-40px;border-radius:var(--radius_1);margin-top:30px;background-size:cover;background-position:center center}.row-block_portfolio-param-1{height:40px}.row-block_portfolio-param_color-silver{color:rgba(var(--color_black),.3);font-size:.875rem}.breadcrumb{font-size:1rem;color:rgba(var(--color_black),.7)}.breadcrumb p,.breadcrumb span,.breadcrumb a{font-size:inherit;color:inherit!important}body .owl-carousel .owl-nav [class*="owl-"],body .owl-carousel .owl-nav [class*="owl-"]{background-color:transparent;top:100%;background-position:center;background-repeat:no-repeat}body .owl-carousel .owl-nav .owl-prev{left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 9.4 16'%3E%3Cpath d='M8.9,0.5c0.6,0.6,0.7,1.4,0,2.2L3.7,8l5.1,5.3c0.7,0.7,0.6,1.6,0,2.2c-0.6,0.6-1.6,0.6-2.2,0C6.1,15,0.5,9.1,0.5,9.1	C0.2,8.8,0,8.4,0,8c0-0.4,0.2-0.8,0.5-1.1c0,0,5.6-5.9,6.2-6.4S8.2-0.1,8.9,0.5L8.9,0.5z'/%3E%3C/svg%3E")}body .owl-carousel .owl-nav .owl-next{right:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 9.5 16'%3E%3Cpath d='M2.8,0.5C3.4,1,9,6.9,9,6.9C9.3,7.2,9.4,7.6,9.4,8c0,0.4-0.2,0.8-0.5,1.1c0,0-5.6,5.9-6.2,6.4c-0.6,0.6-1.6,0.6-2.2,0	c-0.6-0.6-0.7-1.4,0-2.2L5.7,8L0.6,2.6c-0.7-0.7-0.6-1.6,0-2.2S2.2-0.1,2.8,0.5L2.8,0.5z'/%3E%3C/svg%3E")}.cart_one_click_form .form-all-page-el-input__type-text{width:100%}.cart_one_click_form>div:not(:first-child){margin-top:15px}.cart_one_click_form .small-text,.cart_one_click_form .small-text *{font-size:.875rem;color:rgba(var(--color_black),.7)}.fancybox-content{padding:50px 200px}.fancybox-content .btn{width:100%}@font-face{font-family:light;src:url(/custom/nsv_theme/css/fonts/4eoFont-Light.otf)}@font-face{font-family:regular;src:url(/custom/nsv_theme/css/fonts/4eoFont-Regular.otf)}@font-face{font-family:bold;src:url(/custom/nsv_theme/css/fonts/4eoFont-Bold.otf)}html{font-family:regular,sans-serif}:root{--color_brand:50,163,29;--color_brand_1:44,140,26;--color_black:11,11,11;--color_white:255,255,255;--color_1:229,170,60;--color_2:91,157,78;--color_3:247,247,247;--color_4:196,196,196;--color_5:217,82,82;--radius_1:3px;--radius_2:5px;--radius_3:10px;--shadow_1:0 5px 20px rgba(var(--color_brand),.2);--image-gradient-1:linear-gradient(90deg,rgba(var(--color_2),1),rgba(var(--color_1),1));--image-gradient-2:linear-gradient(90deg,rgba(var(--color_3),1),rgba(var(--color_brand),1))}a:not(.btn){color:rgba(var(--color_black),1);transition:color .3s;line-height:1.25rem}a:not(.btn):hover{color:rgba(var(--color_2),1)}a.link-color{color:rgba(var(--color_2),1)}h1,h2,h3,h4,h5,h6{text-transform:none;color:rgba(var(--color_black),1)}h1,h2,h3{font-family:bold}h4,h5,h6{font-family:regular}h1{font-size:3.125rem;line-height:3.75rem}h2{font-size:1.5rem;line-height:2rem}h3{font-size:1rem}h4{font-size:1rem}h5{font-size:.875rem}h6{font-size:.75rem}.btn{display:inline-block;padding:10px 20px;border-radius:var(--radius_1);border-style:solid;border-width:1px;transition:box-shadow .3s,color .3s,border-color .3s,background-color .3s;font-size:1rem;cursor:pointer;text-align:center;white-space:normal}.btn_theme-1{color:rgba(var(--color_black),1);border-color:transparent;background-color:transparent}.btn_theme-2{color:rgba(var(--color_black),1);border-color:rgba(var(--color_black),1);background-color:transparent}.btn_theme-3{color:rgba(var(--color_white),1);background-color:rgba(var(--color_brand),1);border-color:rgba(var(--color_brand),1)}.btn_theme-4{color:rgba(var(--color_brand),1);background-color:transparent;border-color:rgba(var(--color_brand),1)}.btn_theme-1:hover{background-color:rgba(var(--color_black),.05)}.btn_theme-2:hover{background-color:rgba(var(--color_black),.15)}.btn_theme-3:hover{background-color:rgba(var(--color_brand_1),1)}.btn_theme-4:hover{background-color:rgba(var(--color_black),.1)}.block{padding:30px}.block_theme-1{background:rgba(var(--color_white),1);box-shadow:0 1px 3px rgba(11,11,11,.2);border-radius:var(--radius_1);transition:box-shadow .3s}.block_theme-2{background:rgba(var(--color_black),.02);border-radius:var(--radius_1)}ul,ol{padding-left:15px}ul{list-style-type:'-  '}ul>li,ol>li{line-height:1.88;color:rgba(var(--color_black),1)}ul.list_theme-1>li,ol.list_theme-1>li{line-height:1.2}ul.no-style{list-style-type:none;padding:0}.icon-msm-arrow-down{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none;stroke:%23FFF;stroke-linecap:round;stroke-linejoin:round;%7d%3c/style%3e%3c/defs%3e%3cg id='Слой_2' data-name='Слой 2'%3e%3cg id='icon-msm-01'%3e%3cg id='icon-msm-01-arrow-down'%3e%3cline class='cls-1' x1='10.5' y1='0.5' x2='5.5' y2='5.5'/%3e%3cline class='cls-1' x1='5.5' y1='5.5' x2='0.5' y2='0.5'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}p,span{color:rgba(var(--color_black),1);line-height:1.25rem}.text,.text p,.text a,.text span,.text li{line-height:1.5rem;font-size:1rem}.text>*:not(:first-child):not([class*='margin-']){margin-top:20px}.font-weight{font-family:bold}.font-size-20{font-size:1.25rem}.table-parent{max-width:600px;width:100%;margin-left:auto;margin-right:auto;border-radius:var(--radius_2);border:1px solid rgba(var(--color_black),.15)}.table{border-collapse:collapse;border-style:hidden;width:100%}.table td{text-align:center;padding:30px;border:1px solid rgba(var(--color_black),.15)}.table td:last-child{font-family:bold}.style-form textarea,.style-form input:not([type='submit']){border-radius:var(--radius_1);border-width:1px;border-style:solid;border-color:rgba(var(--color_black),.15);padding:10px 15px;color:rgba(var(--color_black),1);transition:border-color .3s,color .3s}.style-form textarea:hover,.style-form input:not([type='submit']):hover,.style-form input:not([type='submit']):focus{border-color:rgba(var(--color_black),.7)}.style-form textarea{width:100%;min-height:70px;font-size:1rem;font-family:light}.fotorama__arr{width:40px;height:40px;top:auto;bottom:-60px;margin-top:0;box-shadow:0 1px 3px rgba(11,11,11,.2);border-radius:var(--radius_1)}.fotorama__arr--next{right:130px;background:rgba(var(--color_white),1) no-repeat;background-position:50%;background-size:24%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8.828 14.828'%3E%3Cg id='Icon-Arrow' transform='translate(-275.086 -242.086)'%3E%3Cline id='line' x2='6' y2='6' transform='translate(276.5 243.5)' fill='none' stroke='%23c4c4c4' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='line-2' data-name='line' y1='6' x2='6' transform='translate(276.5 249.5)' fill='none' stroke='%23c4c4c4' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")}.fotorama__arr--prev{left:130px;background:rgba(var(--color_white),1) no-repeat;background-position:50%;background-size:24%;background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8.8 14.8' style='enable-background:new 0 0 8.8 14.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23C4C4C4;stroke-width:2;stroke-linecap:round;%7D%0A%3C/style%3E%3Cg id='Icon-Arrow' transform='translate(-275.086 -242.086)'%3E%3Cline id='line' class='st0' x1='282.5' y1='255.5' x2='276.5' y2='249.5'/%3E%3Cline id='line-2' class='st0' x1='282.5' y1='243.5' x2='276.5' y2='249.5'/%3E%3C/g%3E%3C/svg%3E")}.fotorama__thumb-border,.fotorama__wrap--slide .fotorama__stage__frame,.fotorama__thumb{border-radius:var(--radius_1)}.fotorama__thumb-border{border-color:#5B9D4E}.fotorama__nav{overflow:hidden}.fotorama__stage{overflow:visible}.border-top{border-top:1px solid rgba(var(--color_black),.15)}@media screen and (max-width:1600px){html{font-size:15px}}@media screen and (max-width:1250px){html{font-size:14px}}@media screen and (max-width:1180px){.header_media{-webkit-box-shadow:0 1px 3px rgba(var(--color_black),.2);box-shadow:0 1px 3px rgba(var(--color_black),.2);background:rgba(var(--color_white),1);display:block!important}.header-media__logo{position:relative;top:-10px;margin-bottom:-10px;padding:17px 20px 7px}.header-media__menu-icon{width:16px;height:2px;background:rgba(var(--color_white),1);border-radius:2px}.header-media__menu-icon:not(:first-child){margin-top:3px}.header-media__menu{display:-webkit-box;display:-ms-flexbox;display:flex}html .header-media-search .search-result{left:0;top:55px;width:100%}html .body{background-color:rgba(var(--color_3),1)}.nav-catalog-media-margin{font-size:0;background:#f3f3f3!important;cursor:default}.header-media__menu,.header_media .submit_search{padding:10px}}@media screen and (max-width:500px){html .header-media__feedback{display:none}}@media screen and (max-width:1600px){html .body-aside{width:400px}html .feedback-aside-grid .item-a a{font-size:1.4rem}html .aside-block{padding:20px 10px}html .aside-footer{padding:15px 10px}html body .nav-aside-footer a{font-size:.8rem;margin:0 10px 15px 0}html .aside-num-client p{font-size:.8rem}html .aside-num-client{min-width:110px}html .aside-footer-action{right:10px}html aside .feedback__btn{min-width:150px;padding:10px}html .body-aside.active .aside-block{padding:20px 40px}html .search-result{left:-5px;top:-5px;width:calc(100% + 10px)}}@media screen and (max-width:1350px){html .nav-aside-catalog>ul>li>ul{min-width:700px;width:200%}}@media screen and (max-width:1250px){html .feedback-aside-grid .item-a a{font-size:1.5rem}}@media screen and (max-width:1180px){html .body-aside{display:none}html.aside-closed .body-content{margin-left:0;max-width:100%}}@media screen and (max-height:850px){html .search.aside-block{display:none}html .aside-menu.aside-block{margin-top:20px}html .nav-aside-catalog>ul>li:hover>ul{top:-140px}}@media screen and (max-height:650px){html .feedback.aside-block{display:none}html .nav-aside-catalog>ul>li>ul{min-height:500px}html .child-ul__right img{max-height:500px;width:auto}html .nav-aside-catalog>ul>li:hover>ul{top:-50px}html .child-ul__right{width:333px}html .child-ul__left{width:calc(100% - 333px)}}@media screen and (max-width:1880px){html .category-anons-left .btn{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;margin-right:20px}html .params-id-tabs p{font-size:.9rem}html .params-id-tabs p:not(:first-child){margin-left:10px;padding-left:10px}html .ab-sidebar_footer .btn_theme-4{display:block;margin-top:20px}html .ab-footer .block:first-child{max-width:500px}html .ab-footer .block:last-child{max-width:calc(100% - 500px)}}@media screen and (max-width:1800px){html .help_block_left,html .calc_left{max-width:calc(100% - 300px)}html .calc_right,html .help_block_right{max-width:300px}html .catalog-wrap-order,html .catalog-wrap-feedback{-ms-align-items:normal;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"catalog-wrap-feedback__feedback catalog-wrap-feedback__feedback catalog-wrap-feedback__contacts catalog-wrap-feedback__contacts catalog-wrap-feedback__contacts" "catalog-wrap-feedback__feedback catalog-wrap-feedback__feedback catalog-wrap-feedback__social catalog-wrap-feedback__social catalog-wrap-feedback__social"}html .catalog-wrap-feedback__feedback{grid-area:catalog-wrap-feedback__feedback}html .catalog-wrap-feedback__contacts{grid-area:catalog-wrap-feedback__contacts}html .catalog-wrap-feedback__social{grid-area:catalog-wrap-feedback__social}html .category-anons-img{max-width:350px}html .category-anons-left{max-width:calc(100% - 350px - 30px)}html .cart-tech-product>.flex-between_wrap_no-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html .cart-tech-product .margin-left-20.flex-between_wrap_no-wrap.flex_align_center{margin-left:0;margin-top:20px}html .params-id-tabs p{font-size:.85rem}html .ab-id{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html .ab-sidebar{margin-left:0;margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:100%}html .ab-sidebar .block:not(:first-child){border-top:none}html .ab-sidebar .block:nth-child(2){border-left:1px solid rgba(var(--color_black),.07);-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}html .ab-sidebar-title{margin-right:20px}html .ab-sidebar_footer{display:block}}@media screen and (max-width:1750px){html .product-id-top-block__right{max-width:300px}html .product-id-top-block__left{max-width:calc(100% - 300px)}}@media screen and (max-width:1700px){html .help-block-items *{font-size:.9rem}html .help-block-items .block{padding:15px}html .cart-tech-product{margin-left:calc(100% - 670px)}html .cart-tech-product.active{max-width:calc(100% - 560px)}html .section-content,html .section-content_catalog-1,html .section-content_catalog-2{padding:40px 30px}}@media screen and (max-width:1600px){html .body-content{max-width:calc(100% - 400px);margin-left:400px}html .section-popular{padding-top:0}html .shop-category-item__image{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}html .cart-tech-product{margin-left:calc(100% - 570px)}html .cart-tech-product.active{max-width:calc(100% - 460px)}html .clauses-id-parent,html .clauses-id-img-head{left:-30px;width:calc(100% + 60px)}}@media screen and (max-width:1500px){html .clauses-list{grid-gap:20px}}@media screen and (max-width:1400px){html .product-items.grid-3{grid-template-columns:repeat(2,1fr)}html .shop-list .product-item_list .product-item-image{max-width:350px}html .shop-list .product-item_list .product-item-right{max-width:calc(100% - 350px)}}@media screen and (max-width:1350px){html .category-anons-img{max-width:220px}html .category-anons-left{max-width:calc(100% - 220px - 30px)}html .product-id-top-block>.flex-between_wrap_no-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html .product-id-top-block__left{max-width:100%}html .product-id-top-block__right{max-width:100%;border-left:none;border-top:1px solid rgba(var(--color_black),.15)}}@media screen and (max-width:1300px){html .ab-footer .block:first-child{max-width:400px}html .ab-footer .block:last-child{max-width:calc(100% - 400px)}}@media screen and (max-width:1250px){html .help_block_left{max-width:calc(100% - 250px)}html .help_block_right{max-width:250px}html .params-id-tabs p{font-size:1rem}}@media screen and (max-width:1180px){html .body-content{max-width:100%;margin-left:0}html .cart-tech-product{margin-left:0}html .cart-tech-product.active{max-width:calc(100% - 60px)}html .ab-footer .block:first-child{max-width:600px}html .ab-footer .block:last-child{max-width:calc(100% - 600px)}html .js-cart-tech-product__data{max-height:200px;overflow:scroll}html .owl-stage-outer{overflow:hidden}}@media screen and (max-width:1000px){html .ab-footer .block:first-child{max-width:350px}html .ab-footer .block:last-child{max-width:calc(100% - 350px)}}@media screen and (max-width:850px){html .shop-category-item{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}html .shop-category-item_left,html .shop-category-item__image{max-width:100%;width:100%}html .shop-category-item_left{padding:20px}html .shop-category-item__image{height:200px;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}html .block:not(.shop-category-item),html .padding-30{padding:20px}html h1{font-size:1.427rem;line-height:1.7rem}html .section-content__title,html h2,html .shop-list .product-item_block .product-item-title{font-size:1.14rem!important;line-height:1.3rem}html h3{font-size:1rem;line-height:1.15rem}html .shop-category-item__anons{min-height:80px}html .section-content,html .section-content_catalog-1,html .section-content_catalog-2{padding:10px}html .shop-category,html .anons-block{margin-top:0}html .shop-category-item-childs{margin:15px auto 0;padding:0 15px}html .margin-top-25{margin-top:10px}html body .calc-1_left .owl-carousel .owl-nav [class*="owl-prev"]{left:-15px}html body .calc-1_left .owl-carousel .owl-nav [class*="owl-next"]{right:-15px}html body .tech-product-parent .owl-carousel .owl-nav .owl-next{right:0}html body .tech-product-parent .owl-carousel .owl-nav .owl-prev{left:0}html .brand-items .margin-top-25{margin-top:20px}html .cart-tech-product.active{max-width:calc(100% - 20px)}html .clauses-id-parent,html .clauses-id-img-head{left:-10px;width:calc(100% + 20px)}html .page-url-kontakty .flex-between_wrap_no-wrap{display:block}html .page-url-kontakty .contacts-left,html .page-url-kontakty .contacts-right{max-width:100%;width:100%;margin-left:0}html .page-url-kontakty .contacts-right{margin-top:40px}html .block_product_clauses_id .product-item{width:300px}}@media screen and (max-width:800px){html .anons-block>.flex-between_wrap_no-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}html .category-anons-left,html .shop-list .product-item_list .product-item-image,html .shop-list .product-item_list .product-item-right,html .category-anons-img{max-width:100%;width:100%}html .category-anons-left{padding:20px}html .category-anons-img,html .shop-list .product-item_list .product-item-image{height:200px;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}html .shop-list .product-item_list .product-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html .params-id-tabs>p:not(:first-child){margin:15px 0 0 0;border:none;padding:15px 0 0 0;display:block;border-top:2px solid rgba(var(--color_black),.15)}}@media screen and (max-width:700px){html [class*=help_block]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}html [class*=help_block]>div{max-width:100%}html .help_block_right{display:none}html .grid-3,html .clauses-list,html .ab-list{grid-template-columns:repeat(2,1fr)}html .calc{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}html .calc_left,html .calc_right{max-width:100%;width:100%}html .calc_right{height:200px;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;margin:0 0 20px 0}html .catalog-wrap-feedback,html .catalog-wrap-order{display:block}html .catalog-wrap-feedback>div:not(:first-child),html .catalog-wrap-order>div:not(:first-child){margin-top:10px}html .catalog-wrap-feedback__social>.margin-top-20,html .catalog-wrap-feedback__contacts>.margin-top-20{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px}html .catalog-wrap-feedback__social>.margin-top-20>.margin-top-20,html .catalog-wrap-feedback__contacts>.margin-top-20>.margin-top-20{margin-top:0}html .ab-sidebar{display:block}html .ab-sidebar .block:nth-child(2){border-left:none;border-top:2px solid rgba(var(--color_black),.07)}html .ab-footer{display:block}html .ab-footer>div{max-width:100%!important}html .clauses-list{grid-template-areas:initial}html .clauses-list>div{grid-area:initial}html .clauses-id-subscribes *{display:block;margin-left:0}html .clauses-id-subscribes *:not(:first-child){margin-top:10px}html .clauses-id-subscribes,html .clauses-id-img-head,html .clauses-id-block-rel{left:-10px;width:calc(100% + 20px);padding:20px}html .block_product_clauses_id .product-item{width:250px}}@media screen and (max-width:550px){html .show-menu-tabs__el:not(:first-child),html .category-anons-tabs__el:not(:first-child),html .category-anons-tabs>div:last-child>div:first-child{margin:15px 0 0 0;border:none;padding:15px 0 0 0;display:block;border-top:2px solid rgba(var(--color_black),.15)}html .category-anons-silver{margin-top:20px;margin-left:0}html .category-anons-left .btn{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html .feedback-cart *{display:block;margin:0}html .feedback-cart .form-submit,html .feedback-cart .form-all-page-el-input__type-text{margin-top:15px}}@media screen and (max-width:500px){html .shop-category-item__anons{min-height:120px}html .grid-4{grid-template-columns:repeat(2,1fr)!important}html .calc .owl-item{text-align:center}html .ab-list,html .clauses-list,html .grid-3,html .grid-2{grid-template-columns:repeat(1,1fr)!important}html .catalog-wrap-advantage .block .catalog-wrap-advantage_el{max-width:100%!important}html .catalog-wrap-feedback__social>.margin-top-20,html .catalog-wrap-feedback__contacts>.margin-top-20{display:block}html .catalog-wrap-feedback__social>.margin-top-20>.margin-top-20,html .catalog-wrap-feedback__contacts>.margin-top-20>.margin-top-20{margin-top:20px}html .clausses-id-share{width:100%;margin-top:20px}html .feedback-body .form-all-page_grid .form-all-page-el-input__type-text{max-width:calc(100% - 100px)}html .clauses-id blockquote{padding:20px}html .product-item-image_slider{padding:0}html .shop-list .product-item_list .product-item-image_slider{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:auto}}@media screen and (max-width:400px){html .help-block-btn_next{margin-top:20px}html .shop-list .product-item_list .grid-container{display:block}html .shop-list .product-item_list .grid-container>div{margin-top:15px}html .shop-list .product-item_list .product-item-price{margin-bottom:15px}html .rating_votes_el:not(:first-child){margin-left:5px}html .block_product_clauses_id .product-item{width:280px}}@media screen and (max-width:350px){html .shop-category-item__anons{min-height:145px;max-height:145px;overflow:hidden}}@media screen and (max-width:800px){html .fancybox-content{padding:44px}}@media screen and (max-width:500px){html .fancybox-content{padding:44px 15px 15px 15px}html .fancybox-content *{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html .fancybox-content .form-all-page-el-input__title{margin-left:0;margin-bottom:10px;width:100%;margin-right:0}html .fancybox-content .form-all-page-el-input__type-text{width:100%}}@media screen and (max-width:1500px){html .footer-bottom-left{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%}}@media screen and (max-width:1400px){html .footer-bottom.flex-between_wrap_no-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}html .footer-bottom-left{margin-bottom:20px}html .footer.section-content{padding-bottom:20px}}@media screen and (max-width:700px){html .footer{padding:20px}html .footer-top{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px}html .footer-bottom{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}html .footer-bottom-left,html .subscription{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}html .footer-bottom-left{margin-top:20px;margin-bottom:0}}@media screen and (max-width:500px){html .subscription .btn_theme-2{margin-left:0;display:block;margin-top:15px}}@media screen and (max-width:400px){html .footer-top{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:1500px){html .grid-gap-40{grid-gap:20px}}.page-url-kontakty .contacts-map{padding:10px}.page-url-kontakty .contacts-left{max-width:360px;width:100%}.page-url-kontakty .contacts-right{max-width:calc(100% - 360px - 50px);margin-left:50px;width:100%}.body-404{background:url(/custom/nsv_theme/img/bg-404.jpg) no-repeat;background-position:50%;background-size:cover;position:relative;height:100%}.logo-404{position:absolute;left:40px;top:0;background-color:rgba(252,219,4,1);padding:27px 20px 10px;color:rgba(var(--color_black),1);font-size:22px;border-radius:0 0 3px 3px;font-family:bold}.center-404{margin:0 auto;text-align:center;transform:translateY(40%);height:100%}.small-404{font-size:1.375rem;color:rgba(var(--color_white),1)}.h1-404{color:rgba(var(--color_white),1);margin-top:10px}.btn-404{margin-top:60px;background:color:rgba(var(--color_black),1);background:rgba(var(--color_white),1);border:none;padding:20px 36px}.shop-category{margin-top:-50px}.shop-category-item{min-height:260px;padding:0;overflow:hidden}.shop-category-item__image{height:260px;flex:0 0 50%;background-size:cover;background-position:50%}.shop-category-item_left{padding:30px}.shop-category-item__days,.catalog-wrap-feedback_title{color:rgba(var(--color_black),.7)}.shop-category-item__child{font-size:1rem;cursor:pointer;color:rgba(var(--color_black),.7)}.shop-category-item_parent{display:none}.shop-category-item_parent:first-child{display:block}.shop-category-item-childs{max-width:600px;margin:12px auto 0;padding:0 50px}.shop-category-item__child.active{color:rgba(var(--color_black),1)}.section-popular{padding-top:0}.show-menu-tabs__el{font-size:1rem;display:inline-block;padding:5px 0;cursor:pointer}.show-menu-tabs__el.active{color:rgba(var(--color_brand),1);font-family:bold}.show-menu-tabs__el:not(:first-child){margin-left:25px;padding-left:25px;border-left:1px solid rgba(var(--color_black),.15)}.filternsv-show-menu-block.active{display:block}.filternsv-show-menu-block{display:none}.catalog-wrap-feedback_title{min-width:65px;margin-right:20px;max-width:65px}div[class*=block-order]{padding-right:120px;background-position:right 30px center;background-repeat:no-repeat}.block-order_2{background-image:url(/custom/nsv_theme/img/Icon-Meas-2.svg)}.block-order_3{background-image:url(/custom/nsv_theme/img/Icon-Tools.svg)}.catalog-wrap-advantage_el-img{width:60px;flex:0 0 60px;height:60px;margin-right:20px;background-position:50% 50%;background-repeat:no-repeat}.catalog-wrap-advantage_el-img-cheque{background-image:url(/custom/nsv_theme/img/Icon-Check.svg)}.catalog-wrap-advantage_el-img-garantiay{background-image:url(/custom/nsv_theme/img/Icon-Warranty.svg)}.catalog-wrap-advantage_el-img-free{background-image:url(/custom/nsv_theme/img/Icon-Meas.svg)}.catalog-wrap-advantage_el-text{color:rgba(var(--color_brand),1);font-size:1.375rem;font-family:bold}.catalog-wrap-advantage_el{margin:0 auto}.catalog-wrap-advantage .block:first-child .catalog-wrap-advantage_el{max-width:230px}.catalog-wrap-advantage .block:nth-child(2) .catalog-wrap-advantage_el{max-width:180px}.catalog-wrap-advantage .block:nth-child(3) .catalog-wrap-advantage_el{max-width:300px}.anons-block{margin-top:-50px}.category-anons-silver{font-size:.875rem;color:rgba(var(--color_black),.7)}.category-anons-img{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;max-width:490px;width:100%}.category-anons-left{max-width:calc(100% - 490px - 30px);width:100%;min-height:325px}.category-anons-tabs__el{font-size:1rem;display:inline-block;padding:5px 0;cursor:pointer}.category-anons-tabs__el.active{color:rgba(var(--color_brand),1);font-family:bold}.category-anons-tabs__el:not(:first-child){margin-left:25px;padding-left:25px;border-left:1px solid rgba(var(--color_black),.15)}.category-anons-tabs>div:not(:first-child){margin-top:10px}.category-anons-block.active{display:block}.category-anons-block{display:none}.clauses-id-img-head{position:relative;left:-60px;width:calc(100% + 260px);background-size:cover;background-position:50%;background-repeat:no-repeat;height:300px}.clauses-id-subscribes{position:relative;left:-60px;width:calc(100% + 260px);background-image:linear-gradient(90deg,#92C789,#5B9D4E);padding:50px 60px;margin-top:90px}.clauses-id-block-rel{position:relative;left:-60px;width:calc(100% + 260px);padding:0 60px;margin-top:50px}.clauses-id-parent{margin:20px auto 0;position:relative;left:-60px;width:calc(100% + 260px);background:rgba(var(--color_white),1)}.clauses-id{max-width:760px;width:100%;margin:0 auto;padding:30px;font-size:1.25rem;line-height:1.625rem}.clauses-id img{max-width:100%;border-radius:3px;height:auto}.clausses-id-share__text{color:rgba(var(--color_black),.7);font-size:.875rem}.ya-share2{display:inline-block}.clauses-id-date{font-size:.875rem;color:rgba(var(--color_black),.7);display:inline-block}.clauses-id-tags{display:inline-block}.clauses-id *:not(h1):not(h2):not(h3):not(cite):not(.product-item-price span):not(.btn):not(.product-item-title):not(.clauses-id-block-feedback-title){font-size:inherit!important;line-height:inherit!important}.clauses-id blockquote{border:2px solid #1CB5E0;border-radius:var(--radius_1);padding:30px 70px;text-align:center}.clauses-id blockquote cite{font-size:.75rem;color:rgba(var(--color_black),.5);margin-top:20px;font-style:normal;display:block}.clauses-id .blockquote_theme_2{text-align:left;background:rgba(var(--color_black),.02);border:none;padding:20px 30px}.clauses-id .blockquote_theme_2 cite{text-align:right}.gallary_clauses_images__el{height:440px;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.clauses-id ol li:not(:first-child),.clauses-id ul li:not(:first-child){margin-top:12px}.clauses-id-block-feedback{max-width:360px;margin:0 auto}.clauses-id-block-feedback-title{font-size:1.375rem!important;font-family:bold}.clauses-id table{box-shadow:0 1px 3px rgba(var(--color_black),.2);border-spacing:1px;background:rgba(var(--color_black),.15);width:100%}.clauses-id table tr:first-child td{background:#f2f2f2}.clauses-id table tr td{padding:20px;text-align:center}.clauses-id table tr:not(:first-child) td{background:rgba(var(--color_white),1)}.clauses-id table tr td:hover{background:#eaf6e8}.clauses-id .float-left img{float:left;max-width:50%;margin:30px 30px 30px 0}.clauses-id .float-right img{float:right;max-width:50%;margin:30px 0 30px 30px}.clauses-id .break{clear:both}.block_product_clauses_id .product-item{width:360px}.block_product_clauses_id .product-item-price span{font-size:1.375rem;font-family:bold}.block_product_clauses_id .product-item .btn{padding:7px 15px}.block_product_clauses_id .product-item-title{font-size:1.375rem!important;font-family:bold}.block_product_clauses_id .product-item-image__item{display:block;height:300px;width:100%;background-size:cover;background-position:50%;border-radius:var(--radius_1)}.image-block-id{background-size:cover;background-position:50%;background-repeat:no-repeat;height:500px;border-radius:var(--radius_1)}.grid-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-template-areas:"product-item-params-top-left product-item-params-top-right" "product-item-params-bottom product-item-params-bottom";grid-gap:20px}.product-item-params-bottom{grid-area:product-item-params-bottom}.product-item-params-top-left{grid-area:product-item-params-top-left}.product-item-params-top-right{grid-area:product-item-params-top-right}.param-item-title_silver{color:rgba(var(--color_black),.7)}.param-item-checkbox{padding-left:22px;position:relative}.param-item-checkbox::before{display:block;content:'';position:absolute;left:0;height:10px;width:14px;background-image:url(/custom/nsv_theme/img/Icon-Ok.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;top:5px}.param-item-checkbox.disabled::before{width:12px;height:12px;background-image:url(/custom/nsv_theme/img/Icon-No.svg);top:4px}.param-item:not(:first-child){margin-top:20px}.param-item-numtext-el{background:rgba(var(--color_black),.05);border-radius:var(--radius_1);overflow:hidden;height:10px}div[class*=param-item-numtext_status]{height:10px}.param-item-numtext_status-1{background:#d85151}.param-item-numtext_status-2{background:#E5AA3C}.param-item-numtext_status-3{background:#5B9D4E}.param-item-numtext:not(:first-child){margin-top:15px}.param-item-text-value{padding:5px 10px;background:rgba(var(--color_black),.05);border-radius:var(--radius_1)}.params-id-tabs p{font-size:1rem;display:inline-block;padding:5px 0;cursor:pointer}.params-id-tabs p:not(:first-child){margin-left:25px;padding-left:25px;border-left:1px solid rgba(var(--color_black),.15)}.params-id-tabs p.active{color:rgba(var(--color_brand),1);font-family:bold}.product-id-top-block__left{max-width:calc(100% - 380px);width:100%}.product-id-top-block__right{max-width:380px;width:100%;border-left:1px solid rgba(var(--color_black),.15)}.product-id-top-block__bottom{border-top:1px solid rgba(var(--color_black),.15);padding:30px 15px 15px 30px}.product-id-price__num{font-size:1.375rem}.product-id-top-block__bottom a{background:rgba(49,163,29,.10);padding:10px 15px;border-radius:var(--radius_1);color:#32A31D;margin:0 15px 15px 0;display:inline-block}.param-id-files-title{font-family:bold}.product-id-top-block__right .param-id-files-title:not(:first-child){margin-top:20px}.param-id-files__item-image{width:25px;height:30px;background:url(/custom/nsv_theme/img/Icon-File-pdf.svg)}.param-id-files__item-name{max-width:calc(100% - 30px - 15px)}.param-id-files__item-name a{color:rgba(var(--color_black),.7);font-size:.875rem}.tags-item{font-size:.875rem;color:rgba(var(--color_black),.7)}.tags-item:not(:first-child){margin-left:10px}.rating_votes_el{cursor:pointer;width:17px;height:16px;background-repeat:no-repeat;display:inline-block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16.213' viewBox='0 0 17 16.213'%3E%3Cg id='Icon-Star' transform='translate(-787.5 -2303.5)'%3E%3Cg id='icon-msm-01' transform='translate(787.5 2303.5)'%3E%3Cpath id='icon-msm-star' d='M8.5,13.113l-4.947,2.6L4.5,10.207.5,6.313l5.533-.8L8.5.5l2.467,5.013,5.533.8-4,3.893.947,5.507Z' fill='none' stroke='%2332a31d' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.rating_votes_el.active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16.213' viewBox='0 0 17 16.213'%3E%3Cg id='Icon-Star-bg' transform='translate(-809.5 -2303.5)'%3E%3Cg id='icon-msm-01' transform='translate(809.5 2303.5)'%3E%3Cpath id='icon-msm-star__bg' d='M8.5,13.113l-4.947,2.6L4.5,10.207.5,6.313l5.533-.8L8.5.5l2.467,5.013,5.533.8-4,3.893.947,5.507Z' fill='%2332a31d' stroke='%2332a31d' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.rating_votes_el:not(:first-child){margin-left:10px}