/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,0.15);box-shadow:0 4px 5px rgba(0,0,0,0.15);clip:rect(0, 0, 0, 0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));background:linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../assets/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../assets/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../../assets/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0, 0, 0, 0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));background-image:linear-gradient(#3875d7 20%, #2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));background-image:linear-gradient(#eee 1%, #fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0 !important;background:0 0 !important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));background-image:linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../assets/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));background-image:linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));background-image:linear-gradient(#eee 20%, #fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222 !important}.chosen-disabled{opacity:.5 !important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../../assets/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../../assets/chosen/chosen-sprite@2x.png) !important;background-size:52px 37px !important;background-repeat:no-repeat !important}}
/*! jQuery UI - v1.10.3 - 2013-06-04
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:alpha(opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default !important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-0.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;font-size:initial!important;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(../../assets/jquery-ui/animated-overlay.gif);height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-0.3em;margin-left:-0.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-0.3em;margin-left:0;margin-bottom:-0.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;vertical-align:middle;margin:.2em 22px .2em .4em}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #dddddd;background:#eeeeee url(../../assets/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;color:#333333}.ui-widget-content a{color:#333333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(../../assets/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#ffffff;font-weight:bold}.ui-widget-header a{color:#ffffff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #cccccc;background:#f6f6f6 url(../../assets/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url(../../assets/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#ffffff url(../../assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url(../../assets/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url(../../assets/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#ffffff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#ffffff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#ffffff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:alpha(opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:alpha(opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:alpha(opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(../../assets/jquery-ui/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(../../assets/jquery-ui/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(../../assets/jquery-ui/ui-icons_ef8c08_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(../../assets/jquery-ui/ui-icons_ef8c08_256x240.png)}.ui-state-active .ui-icon{background-image:url(../../assets/jquery-ui/ui-icons_ef8c08_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(../../assets/jquery-ui/ui-icons_228ef1_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(../../assets/jquery-ui/ui-icons_ffd27a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666666 url(../../assets/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:alpha(opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000000 url(../../assets/jquery-ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.2;filter:alpha(opacity=20);border-radius:5px}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;max-width:90vw}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#fff}#colorbox{outline:0;background:#FFFFFF;border:1px solid #CDDBDB;box-shadow:0 0 4px rgba(0,0,0,0.25);border-radius:5px}#cboxContent{background:#fff;overflow:hidden;padding:48px 0}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{position:relative;overflow:visible !important}#cboxTitle{position:absolute;top:0;left:0;text-align:left;width:100%;padding:13px 48px 13px 15px;font-family:roboto,Arial,sans-serif;font-weight:300;font-size:18px;line-height:22px;background-color:rgba(255,255,255,0.7)}#cboxCurrent{position:absolute;bottom:0;right:48px;display:block;width:48px;line-height:48px;z-index:100;text-align:center}#cboxLoadingOverlay{background:#fff url(../../assets/colorbox/theme4/images/loading.gif) no-repeat 5px 5px}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;bottom:0;right:42px;color:#444}#cboxPrevious{position:absolute;bottom:0;right:96px;font-family:'icons';height:48px;width:48px;color:#be0d0d;font-size:28px;line-height:1;overflow:hidden;text-indent:48px;z-index:100}#cboxPrevious:hover{background-color:rgba(0,0,0,0.05)}#cboxPrevious:before{font-size:28px;width:100%;content:"\e945";float:left;text-indent:0;display:block}#cboxNext{position:absolute;bottom:0;right:0;font-family:'icons';height:48px;width:48px;color:#be0d0d;font-size:28px;line-height:1;overflow:hidden;text-indent:48px;z-index:100}#cboxNext:hover{background-color:rgba(0,0,0,0.05)}#cboxNext:before{font-size:28px;width:100%;content:"\e943";float:left;text-indent:0;display:block}#cboxClose{width:48px;height:48px;overflow:hidden;padding:15px;position:absolute;bottom:auto;right:0;display:block;top:0;font-size:15px;color:red;font-weight:700}#cboxClose:after,#cboxClose:before{display:block;content:'';transition:background-color .3s;-webkit-transition:background-color .3s}#cboxClose:after{transform:rotate(45deg)}#cboxClose:before{transform:rotate(-45deg);position:relative;top:1px}#cboxClose:hover:before,#cboxClose:hover:after{color:#be0d0d}#cboxClose{text-indent:-999999px;position:absolute !important}#cboxClose:before{font-family:'b2b' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e92a";background:transparent;text-indent:0;font-size:10px;color:#696969}#cboxClose:after{display:none}.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)}
@media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.table td,.table th{background-color:#fff !important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}@page{size:portrait}.pagebreak{page-break-before:always}.customer-menu-horizontal{display:none}#store-field-total_gross-wrapper{border-top:none !important}.order-list__back{display:none}.order-store .shoplist.store-content #store-field-top-wrapper{display:none}.order-store .shoplist.store-content h1{page-break-after:avoid;font-weight:800 !important;font-size:23px !important;line-height:31px !important;padding:0 !important;margin-bottom:20pt !important}.order-store #store-form,.order-store #store-form .edit-form-tpl,.order-store #store-form #store,.order-store #store-form .edit-form-tpl #store,.order-store #store-form #store-body,.order-store #store-form .edit-form-tpl #store-body,.order-store #store-form #store #store-body,.order-store #store-form .edit-form-tpl #store #store-body,.order-store #store-form #store-field-items-wrapper,.order-store #store-form .edit-form-tpl #store-field-items-wrapper,.order-store #store-form #store #store-field-items-wrapper,.order-store #store-form .edit-form-tpl #store #store-field-items-wrapper,.order-store #store-form #store-body #store-field-items-wrapper,.order-store #store-form .edit-form-tpl #store-body #store-field-items-wrapper,.order-store #store-form #store #store-body #store-field-items-wrapper,.order-store #store-form .edit-form-tpl #store #store-body #store-field-items-wrapper{display:contents !important}.order-store table{page-break-inside:auto;page-break-before:avoid}.order-store tr{page-break-inside:avoid;page-break-after:auto}.order-store table{display:table !important;width:100% !important;border-collapse:separate !important}.order-store table thead{display:table-header-group !important}.order-store table tr{display:table-row !important}.order-store table th,.order-store table td{font-size:12pt;display:table-cell !important}.order-store table th{font-weight:bold !important;font-size:8pt !important;line-height:11pt !important;align-items:center !important;color:#727272 !important;padding:5pt 7pt !important;border-top:none !important;border-bottom:1pt solid #D4D4D4 !important}.order-store table td{padding:5pt 7pt !important;vertical-align:middle !important;font-size:10pt !important;line-height:14pt !important;font-weight:600 !important;border-top:none !important;border-bottom:1pt solid #D4D4D4 !important}.order-store table td.name a{text-decoration:none;font-weight:bold !important}.order-store table td.indeks{font-weight:600 !important;font-size:8pt !important;line-height:11pt !important}.order-store table td.image{position:static !important;max-width:55pt !important}.order-store table td:before{display:none !important}.order-store table th.subscription,.order-store table th.action,.order-store table th.multiple,.order-store table td.subscription,.order-store table td.add,.order-store table td.delete,.order-store table td.multiple{display:none !important}.order-store table td.name{font-weight:bold !important;color:#000 !important}.order-store table input[type="number"]{background:none !important;padding:0 !important;border:none !important;width:20pt !important;vertical-align:baseline !important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.order-store table .icon-checkbox{display:none !important}.order-store #store-field-buttons-wrapper{display:none !important}.shoppinglist-view #header,.shoppinglist-view #footer,.shoppinglist-view .footer__under,.shoppinglist-view #breadcrumb-top,.shoppinglist-view .customer-menu-horizontal,.shoppinglist-view .list__buttons,.shoppinglist-view .cart__multiple{display:none !important}.shoppinglist-view .list__title{page-break-after:avoid;font-weight:800 !important;font-size:23px !important;line-height:31px !important;padding:0 !important;margin-bottom:20pt !important}.shoppinglist-view .shopping-list table{page-break-inside:auto;page-break-before:avoid;display:table !important;width:100% !important;border-collapse:separate !important;margin:0 !important}.shoppinglist-view .shopping-list tr{page-break-inside:avoid;page-break-after:auto}.shoppinglist-view .shopping-list table thead{display:table-header-group !important}.shoppinglist-view .shopping-list table tr{display:table-row !important}.shoppinglist-view .shopping-list table th,.shoppinglist-view .shopping-list table td{font-size:12pt;display:table-cell !important}.shoppinglist-view .shopping-list table th{font-weight:bold !important;font-size:8pt !important;line-height:11pt !important;align-items:center !important;color:#727272 !important;padding:5pt 7pt !important;border-top:none !important;border-bottom:1pt solid #D4D4D4 !important}.shoppinglist-view .shopping-list table tr td{padding:5pt 5pt !important;line-height:14pt !important;vertical-align:middle !important;font-size:10pt !important;font-weight:600 !important;border-top:none !important;border-bottom:1pt solid #D4D4D4 !important;width:auto !important}.shoppinglist-view .shopping-list table tr td img{border:none !important;position:static !important;vertical-align:middle;display:block;margin:0 !important;outline:none !important;box-shadow:none !important}.shoppinglist-view .shopping-list table tr td input[type="number"]{background:none !important;padding:0 !important;border:none !important;width:20pt !important;vertical-align:baseline !important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.shoppinglist-view .shopping-list table tr td .product-buy__quantity{display:none}.shoppinglist-view .shopping-list table tr td .item__quantity{width:auto;padding:0;border:none;height:auto;background:none}.shoppinglist-view .shopping-list table tr td.name{font-weight:bold !important;color:#000 !important;width:40% !important}.shoppinglist-view .shopping-list table tr td.name a{text-decoration:none;font-weight:bold !important}.shoppinglist-view .shopping-list table tr td.indeks{font-weight:600 !important;font-size:8pt !important;line-height:11pt !important}.shoppinglist-view .shopping-list table tr td.image{position:static!important;margin:0  !important;width:55pt !important;max-width:none;outline:none !important;display:table-cell !important}.shoppinglist-view .shopping-list table tr td.image img{width:55pt !important}.shoppinglist-view .shopping-list table tr td:before{display:none !important}.shoppinglist-view .shopping-list table tr td.multiple{display:none}.shoppinglist-view .shopping-list table th.subscription,.shoppinglist-view .shopping-list table tr th.action,.shoppinglist-view .shopping-list table tr th.multiple,.shoppinglist-view .shopping-list table td.subscription,.shoppinglist-view .shopping-list table tr td.action,.shoppinglist-view .shopping-list table tr td.multiple{display:none !important}}
.qq-uploader{height:80px;background:#F1F1F1;border:2px dashed #cdcbcb;position:relative;margin:0}.qq-uploader::before{font-size:18px;opacity:1;font-weight:bold;color:#bdc3c7;padding-left:50px;padding:15px 0 15px 50px;background:url(/site/sklep/theme/b2b/images/spinacz.svg) no-repeat 0 0;background-size:42px auto;left:50%;transform:translate(-50%, -50%);top:50%;width:auto}.qq-upload-button-selector{box-shadow:none;text-shadow:none;border:none;border-radius:3px;font-weight:700;font-size:15px;color:#fff;padding:0 19px;opacity:1;height:42px;line-height:42px;outline:none;margin:0;margin-left:5px;cursor:pointer;display:inline-block;vertical-align:middle;background:#60b03d;text-transform:none;font-family:Open Sans,Arial,sans-serif}.qq-upload-button-selector:first-child{margin-left:0}.qq-upload-button-selector:focus,.qq-upload-button-selector:hover{background:#569d36}.qq-upload-list:not(:empty){background:#F1F1F1;border:1px solid #cdcbcb;border-width:1px 0;position:relative;top:16px;box-shadow:none}.qq-upload-list:not(:empty) li{display:flex;font-size:12px;font-weight:normal;line-height:1.4;align-items:center}.qq-upload-list:not(:empty) li:nth-child(2n + 1){background:#fff}.qq-upload-list:not(:empty) li>*{padding:10px}.qq-upload-list:not(:empty) li>*:empty{display:none}.qq-upload-list:not(:empty) li>*:last-child{border-left:none}.qq-upload-list:not(:empty) li .qq-upload-spinner{padding:0}.qq-upload-list:not(:empty) li a{color:#000}.qq-upload-list:not(:empty) li.qq-upload-success,.qq-upload-list:not(:empty) li.qq-upload-failure{border-bottom:none;border-top:none;background:none}.qq-upload-list:not(:empty) li button{padding:5px 7px;box-shadow:none;text-shadow:none;font-family:Open Sans,Arial,sans-serif;font-weight:700;border-radius:3px}.qq-upload-list:not(:empty) li button:not(.qq-hide){background:#be0d0d;margin-left:auto;margin-right:0}.qq-upload-list:not(:empty) li button.qq-upload-delete-selector{background:#be0d0d}.qq-upload-list:not(:empty) li button.qq-upload-delete-selector:hover{background:#f00022}.colorbox-error-message{padding:25px 30px 5px}.colorbox-error-message .btns{text-align:center;margin-top:20px}.colorbox-error-message .btns a{width:75px;margin:0 8px}.colorbox-error-message .btns a:hover{cursor:pointer}.layout-tpl .most-viewed{clear:both;padding-top:25px}.layout-tpl .most-viewed h1{text-transform:none;font-size:2rem;margin-bottom:15px}.cart-message{text-transform:uppercase;font-size:1.2rem;width:100%;display:none}.product-view .cart-message{margin-top:20px;padding:8px 8px 9px;line-height:14px}.customer-profile .customer-points{color:#000;display:block;font-size:2rem;line-height:1.1;margin:0 0 20px;padding-left:15px;padding-bottom:20px;border-bottom:1px solid #e5e5e5}.customer-profile .customer-points span{color:#60b03d}.search-result>h2{padding-left:10px}.page article#content a{color:#60b03d}.sidebar #product-filters .filter button[data-clouder="filtersort-filter-show-rest"]{background:none;font-weight:normal;border:none;color:#60b03d;padding:5px 0 0;text-transform:lowercase}.info-icon{position:relative;padding:7px}.info-icon .icon-image{display:inline-block;width:1.2em;height:1.2em;border:1px solid #60b03d;border-radius:50%;color:#60b03d;text-align:center;vertical-align:middle;cursor:pointer;padding:0}.info-icon .icon-image i{font-style:normal;font-family:serif;vertical-align:top;font-size:.8em;font-weight:bold}.info-icon .icon-image.active,.info-icon .icon-image:hover{background:#60b03d}.info-icon .icon-image.active i,.info-icon .icon-image:hover i{color:#fff;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.info-icon .icon-image:hover+.icon-text{display:block}.info-icon .icon-text{position:absolute;border:1px solid #60b03d;color:#60b03d;font-size:11px;line-height:1.3em;font-weight:bold;padding:10px;left:-6px;width:300px;background:#fff;z-index:1;bottom:30px;display:none}.info-icon .icon-text:before{content:"";display:block;position:absolute;width:0;height:0;border-style:solid dotted dotted dotted;border-width:7px 7px 0 7px;bottom:-7px;z-index:1;left:13px;border-color:#f0941d transparent transparent transparent}.info-icon .icon-text:after{content:"";display:block;position:absolute;width:0;height:0;border-style:solid dotted dotted dotted;border-width:7px 6px 0 6px;bottom:-6px;z-index:1;left:14px;border-color:#fff transparent transparent transparent}@media (max-width:600px){.info-icon{position:static}.info-icon .icon-text{width:100%;left:0;bottom:auto}.info-icon .icon-text:before,.info-icon .icon-text:after{display:none}.info-icon .icon-image.active{position:relative;z-index:9}.info-icon .icon-image.active:before{content:"";display:block;position:absolute;width:0;height:0;border-style:solid dotted dotted dotted;border-width:7px 7px 0 7px;bottom:19px;z-index:1;left:1px;border-color:#f0941d transparent transparent transparent}.info-icon .icon-image.active:after{content:"";display:block;position:absolute;width:0;height:0;border-style:solid dotted dotted dotted;border-width:7px 6px 0 6px;bottom:20px;z-index:1;left:2px;border-color:#fff transparent transparent transparent}}.product-buy div[data-clouder="clipboard"]{display:block;font-size:1.2rem;margin-top:15px;color:#04c61f;font-weight:bold;line-height:1.1em;text-align:center}body.alias-webformfile-object-edit-new #content>.content,body.webformfile #content>.content{border:1px solid #e5e5e5;margin-top:-1px;padding:30px 45px;display:inline-block;width:100%}#form-field-date-wrapper{margin:15px 0}#form-field-date-wrapper input{margin:0;width:auto}.form-field-image,#form-field-attached{margin:0 0 10px 0;padding:10px 20px;width:100%;border:1px solid #ccc;border-radius:5px;box-sizing:border-box}.form-field-image #image-update,#form-field-attached #image-update,.form-field-image .image-update,#form-field-attached .image-update{width:100%;float:left;padding:20px 0 0 0;background:none;margin:0 0 0 0}.form-field-image #image-update>label,#form-field-attached #image-update>label,.form-field-image .image-update>label,#form-field-attached .image-update>label{width:25%;float:left;margin:20px 0 0 0}.form-field-image #image-update .drop-zone,#form-field-attached #image-update .drop-zone,.form-field-image .image-update .drop-zone,#form-field-attached .image-update .drop-zone{cursor:pointer;float:left;width:100%;height:80px;background:#f8f9f9;border:2px dashed #ccc;position:relative;margin:0 0 0 0}.form-field-image #image-update .drop-zone.upload-hover,#form-field-attached #image-update .drop-zone.upload-hover,.form-field-image .image-update .drop-zone.upload-hover,#form-field-attached .image-update .drop-zone.upload-hover{border:2px dashed red}.form-field-image #image-update .drop-zone>span,#form-field-attached #image-update .drop-zone>span,.form-field-image .image-update .drop-zone>span,#form-field-attached .image-update .drop-zone>span,.form-field-image #image-update .drop-zone>div,#form-field-attached #image-update .drop-zone>div,.form-field-image .image-update .drop-zone>div,#form-field-attached .image-update .drop-zone>div{color:#bdc3c7;width:230px;text-align:left;font-weight:900;padding:15px 0 0 0;display:block;margin:0 auto}.form-field-image #image-update .drop-zone i,#form-field-attached #image-update .drop-zone i,.form-field-image .image-update .drop-zone i,#form-field-attached .image-update .drop-zone i{width:45px;height:45px;float:left;margin:0 5px 0 0}.form-field-image #image-update .drop-zone>div>div.upload-progress-bar,#form-field-attached #image-update .drop-zone>div>div.upload-progress-bar,.form-field-image .image-update .drop-zone>div>div.upload-progress-bar,#form-field-attached .image-update .drop-zone>div>div.upload-progress-bar{background:#666;height:10px;display:block;width:0;position:absolute;top:10px;left:0}.form-field-image #image-update>div,#form-field-attached #image-update>div,.form-field-image .image-update>div,#form-field-attached .image-update>div{float:left;width:40%;margin:30px 0 0 0}.form-field-image #image-update>div label,#form-field-attached #image-update>div label,.form-field-image .image-update>div label,#form-field-attached .image-update>div label{width:15%;margin:3px 0 0 0;float:left}.form-field-image #image-update>div input,#form-field-attached #image-update>div input,.form-field-image .image-update>div input,#form-field-attached .image-update>div input{width:70%;margin:0;float:left}.form-field-image #image-update .input-append,#form-field-attached #image-update .input-append,.form-field-image .image-update .input-append,#form-field-attached .image-update .input-append{float:left;width:50%;margin:20px 0 0 0}.form-field-image #image-update .input-append input,#form-field-attached #image-update .input-append input,.form-field-image .image-update .input-append input,#form-field-attached .image-update .input-append input{width:48%;margin:0}.form-field-image .draggable a.tabledrag-handle,#form-field-attached .draggable a.tabledrag-handle{margin:0;font-size:24px}.form-field-image .draggable a.tabledrag-handle .handle,#form-field-attached .draggable a.tabledrag-handle .handle{padding:15px;margin:4px 0 4px 0}.form-field-image .hide,#form-field-attached .hide{display:none}#overlay.complementary-products-wrapper #overlay-content-wrapper{max-width:842px;transform:translate(-50%, 0);top:50px;margin-bottom:50px}@media (max-width:768px){#overlay.complementary-products-wrapper #overlay-content-wrapper{width:95%}}#overlay.complementary-products-wrapper .header-wrapper{float:left;width:100%;padding:45px 65px 20px}#overlay.complementary-products-wrapper .header-wrapper h2{margin:0;float:left;width:60%;padding:10px 0;box-sizing:border-box;font-size:24px;font-weight:700}@media (max-width:768px){#overlay.complementary-products-wrapper .header-wrapper h2{width:100%}}#overlay.complementary-products-wrapper .header-wrapper h2:before{display:inline-block;float:left;font-family:icons;content:'\e904';color:#60b03d;font-weight:400;margin-right:10px}#overlay.complementary-products-wrapper .header-wrapper .cart-mini{float:right;margin:0;box-sizing:border-box;text-align:left;padding:0 0 0 90px;font-weight:bold;line-height:41px;display:inline-block;position:relative}#overlay.complementary-products-wrapper .header-wrapper .cart-mini:before{margin-top:0;font-size:18px;left:50px;font-family:icons;content:'\e04e';color:#be0d0d}#overlay.complementary-products-wrapper .header-wrapper .cart-mini:hover,#overlay.complementary-products-wrapper .header-wrapper .cart-mini:focus{-moz-opacity:.9;opacity:.9;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);filter:alpha(opacity=90)}#overlay.complementary-products-wrapper .header-wrapper .cart-mini #cart-top-quantity{display:inline-block;padding:2px 0 2px 0;font-size:14px;font-weight:700}#overlay.complementary-products-wrapper .header-wrapper .cart-mini .cart-sum{vertical-align:top;display:inline-block;color:#000;padding:0 5px 0 0;font-size:14px;font-weight:400}#overlay.complementary-products-wrapper .header-wrapper .cart-mini .cart-sum .currency{font-size:14px;font-weight:400}#overlay.complementary-products-wrapper .header-wrapper .cart-mini .cart-total-quantity{float:left;width:100%}#overlay.complementary-products-wrapper .header-wrapper .cart-mini .cart-total-quantity>span{display:inline-block;font-size:14px;font-weight:400;color:#000}#overlay.complementary-products-wrapper .header-wrapper .cart-mini .transport{display:none;color:#e5e5e5;font-size:10px;font-weight:normal;line-height:.5}#overlay.complementary-products-wrapper .header-wrapper .cart-mini .progress{display:none;margin:0;background-color:#dfe3e8}#overlay.complementary-products-wrapper .header-wrapper .cart-mini .progress .prog-bar{display:block;margin:5px 0;height:2px;background:#60b03d}#overlay.complementary-products-wrapper .header-wrapper .cart-mini>#cart-tooltip{display:none;position:absolute;height:100%;width:100%;background:rgba(255,255,255,0.5);top:0;left:0}#overlay.complementary-products-wrapper .header-wrapper .cart-mini>#cart-tooltip .add-product-success{background-color:rgba(60,172,55,0.7);border-radius:20px;color:#fff;display:block;font-size:10px;margin:5px auto;padding:10px}@media (max-width:768px){#overlay.complementary-products-wrapper .header-wrapper .cart-mini{padding-left:55px}#overlay.complementary-products-wrapper .header-wrapper .cart-mini:before{left:20px}}#overlay.complementary-products-wrapper #photo-and-description{float:left;width:100%;padding:0 65px 15px}#overlay.complementary-products-wrapper #photo-and-description .photo-description-wrapper{background:#f3f4f5;float:left;width:100%;padding:0;border:0 solid #3c3c3c;position:relative}#overlay.complementary-products-wrapper #photo-and-description .photo{max-width:50%;float:left;min-height:100px;padding:0}#overlay.complementary-products-wrapper #photo-and-description .photo img{display:block;width:auto;max-height:100%;max-width:100%;height:294px}#overlay.complementary-products-wrapper #photo-and-description .description{padding:50px 0 40px 20px;float:left;width:50%}#overlay.complementary-products-wrapper #photo-and-description .description a{font-weight:300;font-size:29px;word-break:break-word}#overlay.complementary-products-wrapper #photo-and-description .price{padding:10px 0 0;position:relative;font-size:36px;font-weight:400;color:#000;line-height:1.2em}#overlay.complementary-products-wrapper #photo-and-description.set{float:none;clear:both;border:1px solid #3c3c3c;width:auto;margin:0 40px 40px;padding:25px 15px 25px}#overlay.complementary-products-wrapper #photo-and-description.set .photo{min-height:85px}#overlay.complementary-products-wrapper #photo-and-description.set .photo img{width:85px;height:85px}#overlay.complementary-products-wrapper #photo-and-description.set .photo-description-wrapper{padding:10px;border:0;border-top:1px solid #cbcbcb}#overlay.complementary-products-wrapper #photo-and-description.set>.title{font-size:18px;font-weight:700;color:#60b03d;padding:0 15px 15px}#overlay.complementary-products-wrapper #photo-and-description.set .description{padding-bottom:0}#overlay.complementary-products-wrapper #photo-and-description.set .price{position:relative;bottom:auto}@media (max-width:768px){#overlay.complementary-products-wrapper #photo-and-description{padding:0 5px 25px}}#overlay.complementary-products-wrapper .back-to-shopping{float:left;width:100%;padding:0 0 17px}#overlay.complementary-products-wrapper .back-to-shopping>div{float:left;width:50%;box-sizing:border-box}#overlay.complementary-products-wrapper .back-to-shopping>div a{font-size:12px;float:left;padding:16px 40px 10px 80px;font-weight:900;color:#60b03d;text-transform:uppercase}#overlay.complementary-products-wrapper .back-to-shopping>div a:before{content:'\e92c';width:11px;height:23px;display:inline-block;float:left;font-size:12px;font-weight:300;font-family:icons;margin-right:10px}#overlay.complementary-products-wrapper .back-to-shopping>div a:hover{color:#569d36}#overlay.complementary-products-wrapper .back-to-shopping>div a:hover:before{color:#569d36}#overlay.complementary-products-wrapper .back-to-shopping>div a.button{font-size:12px;padding:16px 40px}#overlay.complementary-products-wrapper .back-to-shopping>div a.button:before{display:none}#overlay.complementary-products-wrapper .back-to-shopping>div a.go-to-cart{color:#fff;background:#60b03d;font-weight:400;float:right;margin:0 65px 0 0}#overlay.complementary-products-wrapper .back-to-shopping>div a.go-to-cart:hover{background-color:#569d36}@media (max-width:768px){#overlay.complementary-products-wrapper .back-to-shopping>div{width:100%;text-align:center}#overlay.complementary-products-wrapper .back-to-shopping>div a{float:none;margin:10px 0}#overlay.complementary-products-wrapper .back-to-shopping>div a.go-to-cart{margin:0 5px}}#overlay.complementary-products-wrapper #overlay-content-wrapper{padding:0}#overlay.complementary-products-wrapper #overlay-content-wrapper .add-cart{position:absolute;bottom:-40px;width:100%}#overlay.complementary-products-wrapper #overlay-content-wrapper .add-cart button{position:relative;padding:7px 10px 6px 0}#overlay.complementary-products-wrapper #overlay-content-wrapper .add-cart button:before{content:'\e905';top:-2px}#overlay.complementary-products-wrapper #overlay-content-wrapper .add-cart button.to-configurator{font-size:11px;background:#fff;color:#000;border:1px solid #d3d3d3}#overlay.complementary-products-wrapper #overlay-content-wrapper .add-cart button.to-configurator:before{content:'\e907';color:#60b03d}#overlay.complementary-products-wrapper #overlay-content-wrapper .add-cart button.to-configurator:hover,#overlay.complementary-products-wrapper #overlay-content-wrapper .add-cart button.to-configurator:focus{color:#fff;background-color:#60b03d}#overlay.complementary-products-wrapper #overlay-content-wrapper .add-cart button.to-configurator:hover:before,#overlay.complementary-products-wrapper #overlay-content-wrapper .add-cart button.to-configurator:focus:before{color:#fff}#page-mask{z-index:1;content:'';-webkit-transition:all .3s ease;transition:all .3s ease;position:absolute;top:0;left:0;width:100%;height:100%;display:none;overflow:hidden;background:rgba(0,0,0,0.2)}#info-box{display:none;position:fixed;bottom:0;width:100%;font-size:16px;background-color:rgba(56,142,60,0.9);z-index:100;padding:35px 10%}#info-box.succeed{color:#fff}#info-box.error{color:#fff;background-color:#cc0000}.jcarousel{position:relative;overflow:hidden}.jcarousel ul{width:20000em;position:relative;list-style:none;margin:0;padding:0}.jcarousel ul li{float:left}#saveOrder{position:fixed;display:none;height:70px;width:100%;bottom:0;left:0;background:#2c3e50;border-top:1px solid #ccc;z-index:99999}#saveOrder>div{width:1000px;margin:0 auto}#saveOrder p{color:#fff;float:right;padding:10px 0 0 0;font-weight:700}#saveOrder div div{float:right;margin:14px 0 0 20px;cursor:pointer}body #overlay #overlay-content-wrapper #overlay-close{cursor:pointer;color:#000;font-size:0;line-height:0;position:absolute;right:20px;top:10px}body #overlay #overlay-content-wrapper #overlay-close:after{position:relative;top:0;left:0;font-weight:400;margin:0;font-family:icons;content:"\e90d";z-index:1;font-size:20px;line-height:30px;color:#ed1c24}body #overlay #overlay-content-wrapper #overlay-close:hover:after{color:#ed1c24}body #overlay.overlay--contact-form #overlay-content-wrapper,body #overlay.overlay--callme-form #overlay-content-wrapper,body #overlay.overlay--papercatalog-form #overlay-content-wrapper{box-shadow:0 0 15px rgba(0,0,0,0.15);padding:10px;width:90%;max-width:580px}body #overlay.overlay--contact-form #overlay-content-wrapper form select,body #overlay.overlay--callme-form #overlay-content-wrapper form select,body #overlay.overlay--papercatalog-form #overlay-content-wrapper form select,body #overlay.overlay--contact-form #overlay-content-wrapper form textarea,body #overlay.overlay--callme-form #overlay-content-wrapper form textarea,body #overlay.overlay--papercatalog-form #overlay-content-wrapper form textarea,body #overlay.overlay--contact-form #overlay-content-wrapper form input[type="text"],body #overlay.overlay--callme-form #overlay-content-wrapper form input[type="text"],body #overlay.overlay--papercatalog-form #overlay-content-wrapper form input[type="text"]{background-color:#f5f5f5}body #overlay.overlay--contact-form #overlay-content-wrapper .overlay-content,body #overlay.overlay--callme-form #overlay-content-wrapper .overlay-content,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .overlay-content{margin:40px 0;padding:0 3%}body #overlay.overlay--contact-form #overlay-content-wrapper .form-field-group,body #overlay.overlay--callme-form #overlay-content-wrapper .form-field-group,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .form-field-group{border:0;padding:0}body #overlay.overlay--contact-form #overlay-content-wrapper .form-actions,body #overlay.overlay--callme-form #overlay-content-wrapper .form-actions,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .form-actions{text-align:right}body #overlay.overlay--contact-form #overlay-content-wrapper .form--callme,body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .form--callme{display:flex;margin:30px 0}body #overlay.overlay--contact-form #overlay-content-wrapper .form--callme label,body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme label,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .form--callme label{text-align:center}body #overlay.overlay--contact-form #overlay-content-wrapper .form--callme .input-wrapper,body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .input-wrapper,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .form--callme .input-wrapper,body #overlay.overlay--contact-form #overlay-content-wrapper .form--callme input,body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme input,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .form--callme input{flex-shrink:0;width:200px;height:40px;padding-top:10px;padding-bottom:10px;border-top-right-radius:0;border-bottom-right-radius:0}body #overlay.overlay--contact-form #overlay-content-wrapper .form--callme .input-wrapper input,body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .input-wrapper input,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .form--callme .input-wrapper input{padding-left:45px}body #overlay.overlay--contact-form #overlay-content-wrapper .form--callme .icon-phone,body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .icon-phone,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .form--callme .icon-phone{left:13px;font-size:20px}body #overlay.overlay--contact-form #overlay-content-wrapper .form--callme .icon-phone:before,body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .icon-phone:before,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .form--callme .icon-phone:before{color:#60b03d}body #overlay.overlay--contact-form #overlay-content-wrapper .form--callme .input-wrapper,body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .input-wrapper,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .form--callme .input-wrapper{padding-top:0;padding-bottom:0}body #overlay.overlay--contact-form #overlay-content-wrapper .form--callme .btn,body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .btn,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .form--callme .btn{border-top-left-radius:0;border-bottom-left-radius:0;position:relative;z-index:2;padding-right:50px;padding-left:35px;flex-shrink:0;width:125px}body #overlay.overlay--contact-form #overlay-content-wrapper .form--callme .btn:before,body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .btn:before,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .form--callme .btn:before{display:none}body #overlay.overlay--contact-form #overlay-content-wrapper .form--callme .btn .icon,body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .btn .icon,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .form--callme .btn .icon{right:-30px;font-size:16px;color:#fff;text-align:right}body #overlay.overlay--contact-form #overlay-content-wrapper .overlay-info,body #overlay.overlay--callme-form #overlay-content-wrapper .overlay-info,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .overlay-info{position:absolute;left:0;bottom:0;padding:0 10px;width:100%;height:75px;background-color:#f5f5f5;font-size:12px;line-height:14px;color:#808080;text-align:center}body #overlay.overlay--contact-form #overlay-content-wrapper .overlay-info__container,body #overlay.overlay--callme-form #overlay-content-wrapper .overlay-info__container,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .overlay-info__container{display:flex;align-items:center;justify-content:center;margin:0 auto;width:100%;height:100%;max-width:360px}body #overlay.overlay--contact-form #overlay-content-wrapper .overlay-info+.form,body #overlay.overlay--callme-form #overlay-content-wrapper .overlay-info+.form,body #overlay.overlay--papercatalog-form #overlay-content-wrapper .overlay-info+.form{margin-bottom:65px}body #overlay.overlay--callme-form .overlay-nag{font-size:24px;text-align:center;max-width:none}body #overlay.overlay--callme-form #callme-modal{justify-content:center}body #overlay.overlay--callme-form #callme-modal label{display:none}body #overlay.overlay--callme-form #callme-modal button{margin-top:0}@media (max-width:767px){body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme label{text-align:left}body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .input-wrapper{width:69%}body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .input-wrapper input{width:100%}body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .btn{width:30%;margin:0}}@media (max-width:599px){body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme{display:block}body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .input-wrapper input{border-top-right-radius:3px;border-bottom-right-radius:3px}body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .input-wrapper,body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme input{width:100%}body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .btn{float:right;width:125px;margin:15px 0 40px;border-top-left-radius:3px;border-bottom-left-radius:3px}}*[data-title]:before{position:absolute;bottom:100%;left:10px;z-index:2;content:attr(data-title);box-shadow:0 0 10px rgba(0,0,0,0.15);border:1px solid #e6e6e6;display:block;padding:2px 5px;font-size:11px;line-height:18px;font-weight:400;color:#000;white-space:nowrap;background-color:#fff;transform:scale(0);transition:.1s transform}*[data-title]:after{z-index:2;content:'';position:absolute;bottom:calc(100% - 3px);left:11px;border-style:solid;border-width:4px 4px 0 4px;border-color:#fff transparent transparent transparent;transform:scale(0);transition:.3s transform}*[data-title].tooltip--right:before{left:auto;right:10px}*[data-title].tooltip--right:after{left:auto;right:11px}*[data-title]:hover:before,*[data-title]:hover:after{transform:scale(1)}[data-title-package]:before{width:100px;max-width:none;white-space:normal}div.form-field-checkbox{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}div.form-field-checkbox label{padding-left:10px;padding-top:0;font-weight:400;font-size:13px;cursor:pointer}.filters-mobile{display:none}.no-results{display:block;text-align:center;padding:12px 0}.compare-wrapper{position:relative;z-index:1}body.customer-reset #main form{max-width:380px}body.customer-reset #main form input[type^="password"]{width:100%}body.customer-reset #main form input[type^="password"]+i{top:44px}.social_wrap{display:none}@media (min-width:996px){.social_wrap{position:fixed;right:-340px;top:35%;width:400px;z-index:23;display:block}.social_wrap .fb_w{position:absolute;right:0;top:0;width:100%;min-height:60px;-webkit-transition:right 300ms;transition:right 300ms}.social_wrap .fb_w .social_link{background-color:#0060b0;font-size:1.4rem;display:block;text-align:center;float:left;width:60px;height:60px;cursor:pointer;line-height:54px}.social_wrap .fb_w .social_link img{height:32px;width:32px;vertical-align:middle}.social_wrap .fb_w .widget-wrap{width:340px;background:#fff;position:absolute;right:0;top:0;min-height:60px;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,0.12);box-shadow:0 0 2px 0 rgba(0,0,0,0.12)}.social_wrap .fb_w:hover{right:340px}}a.print-list{padding:12px;height:48px;float:right !important;text-transform:uppercase;position:relative}a.print-list:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:''}a.print-list:before{content:"\e921";position:static;color:#60b03d;margin-right:10px;font-size:18px}form[name="webform"] .consents-wrapper{margin-top:30px;border:none}form[name="webform"] .consents-wrapper>legend,form[name="webform"] .consents-wrapper>.group__legend{display:none}form[name="webform"] .consents-wrapper .form-field-checkbox-wrapper{width:50%;margin:0 auto 16px auto}form[name="webform"] .consents-wrapper .form-field-checkbox-wrapper .form-field-content .form-field-checkbox{flex-direction:row;align-items:stretch}form[name="webform"] .consents-wrapper .form-field-checkbox-wrapper .form-field-content .form-field-checkbox input[type="checkbox"]{margin-top:5px;height:auto}form[name="webform"] .consents-wrapper .form-field-checkbox-wrapper .form-field-content .form-field-checkbox label{float:left;font-size:12px;line-height:16px;color:#1f1f1f;width:100%}.consent-yours #content #consents ul{list-style:none none;margin:0 0 20px 0;padding:0}.consent-yours #content #consents ul li{display:flex;list-style:none none;margin:0;padding:0 0 16px 0}.consent-yours #content #consents ul li:last-child{border-bottom:none}.consent-yours #content #consents ul li label{width:auto;font-size:12px;line-height:16px;color:#586168;font-weight:400;padding:0;margin-left:8px;cursor:pointer}#form-field-pass1-wrapper{position:relative}#form-field-pass1-wrapper .password-power-info{top:0;padding:10px;left:0;margin:10px 0;list-style-type:none;font-size:10px;background:#f5f5f5;box-shadow:0 0 4px 0 #808080;color:#808080;border-radius:5px;line-height:16px;max-width:300px}#form-field-pass2-wrapper{position:relative}#form-field-pass2-wrapper i{position:absolute;top:10px;left:100%;margin-left:10px;line-height:28px}#form-field-pass2-wrapper i:after{font-family:'icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:static;cursor:help}#form-field-pass2-wrapper i.not-matched:after{content:"\e90d"}#form-field-pass2-wrapper i.matched:after{content:"\e916"}#form-field-pass2-wrapper i:hover:before{content:attr(data-text);position:absolute;left:10px;top:-20px;font-style:normal;font-size:10px;background:#f5f5f5;padding:0 9px;color:#808080;border-radius:5px;line-height:24px;box-shadow:0 0 4px 0 #808080;white-space:nowrap}body.layout-tpl.product #content .product-info .product-data .product-description>*{padding:10px 0}.price--not-logged{margin:0;font-size:11px;line-height:1.5;color:#808080}@media print{a[href]:after{display:none;visibility:hidden}}#overlay form#form-manage-address fieldset#form-field-addresses table,#overlay form#form-manage-address .form-field-group#form-field-addresses table{table-layout:fixed;width:100%}#overlay form#form-manage-address fieldset#form-field-addresses table thead tr th.name,#overlay form#form-manage-address .form-field-group#form-field-addresses table thead tr th.name{width:initial}#overlay form#form-manage-address fieldset#form-field-addresses table tbody tr td.name .address .companyName,#overlay form#form-manage-address .form-field-group#form-field-addresses table tbody tr td.name .address .companyName{width:100%;clear:both;display:block;font-size:12px;line-height:14px}#overlay form#form-manage-address fieldset#form-field-addresses table tbody tr td.name .address .addressLine,#overlay form#form-manage-address .form-field-group#form-field-addresses table tbody tr td.name .address .addressLine{width:100%;clear:both;display:block;font-weight:400;font-size:12px;line-height:14px}#main+.product-blocks .block-wrapper:nth-child(1),.main.wrapper+.product-blocks .block-wrapper:nth-child(1){padding-top:0}.shopconfig-tto #social-media{text-align:center}.shopconfig-tto #social-media a{font-weight:bold;color:#0060b0}.product-category.category-alternative .category.category--alternative .category__image img{display:block;margin:0 auto}.product-category.category-alternative .category.category--alternative .category__children{display:flex;flex-wrap:wrap}.product-category.category-alternative .category.category--alternative .category__children .category__tile{position:relative;width:calc(50% - 12px);display:flex;margin-bottom:24px;align-items:center}.product-category.category-alternative .category.category--alternative .category__children .category__tile.category--mini{justify-content:center}.product-category.category-alternative .category.category--alternative .category__children .category__tile .tile__image{width:35%}.product-category.category-alternative .category.category--alternative .category__children .category__tile .tile__content{width:65%;padding:0 8px}.product-category.category-alternative .category.category--alternative .category__children .category__tile .tile__content .title__title{margin:0 0 8px 0}.product-category.category-alternative .category.category--alternative .category__children .category__tile .tile__content .tile__description{margin:0}.product-category.category-alternative .category.category--alternative .category__children .category__tile .category__link{position:absolute;top:0;bottom:0;right:0;left:0}.product-category.category-alternative .category.category--alternative .category__children .category__tile:nth-of-type(2n + 1){margin-right:24px}.product-category.category-alternative .category.category--alternative .category__children .category__section{width:100%;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding:16px 0 0 0;margin:16px 0}.product-category.category-alternative .category.category--alternative .category__children .category__section .section__header{margin:0 0 24px 0}.product-category.category-alternative .category.category--alternative .category__children .category__section .section__categories{display:flex;flex-wrap:wrap}.product-category.category-alternative .category.category--alternative .category__children .category__section+.category__section{border-top:none}#colorbox .attribute__description{padding:24px}.form-field-range-slider-content .irs--flat .irs-from,.form-field-range-slider-content .irs--flat .irs-to,.form-field-range-slider-content .irs--flat .irs-single{background-color:#60b03d}.form-field-range-slider-content .irs--flat .irs-from:before,.form-field-range-slider-content .irs--flat .irs-to:before,.form-field-range-slider-content .irs--flat .irs-single:before{border-top-color:#60b03d}.form-field-range-slider-content .irs--flat .irs-bar{background-color:#60b03d}.form-field-range-slider-content .irs--flat .irs-handle>i:first-child{background-color:#60b03d}.form-field-range-slider-content .irs--flat .irs-line{background-color:#f5f5f5}.form-field-range-slider-content .irs--flat .irs-min,.form-field-range-slider-content .irs--flat .irs-max{background-color:#f5f5f5}.btn-circle{display:inline-block;font-size:12px;color:#60b03d}.btn-circle .icon:before{border-radius:100%;position:relative;top:.2em;left:0;font-size:18px;transition:.3s all}.btn-circle:hover .icon:before{color:#fff;background-color:#60b03d}.product-category #cboxLoadedContent{overflow:auto !important}.btn__container{position:relative}.btn__container:hover .btn--admin{display:block}.btn--admin{display:none;color:#FFF !important}.btn--absolute{position:absolute;top:24px;right:24px;z-index:10}.mCSB_container{width:auto;margin-right:11px;overflow:hidden}.mCSB_container.mCS_no_scrollbar{margin-right:0}.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{margin-right:30px}.mCustomScrollBox>.mCSB_scrollTools{width:16px;height:100%;top:0;right:0;margin-right:-5px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:3px;height:100%;margin:0 4px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;height:100%;margin:5px 4px 0 5px;border-radius:2px;text-align:center;background:#696969}.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown{display:block;position:relative;height:20px;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{top:100%;margin-top:-40px}.mCSB_horizontal>.mCSB_container{height:auto;margin-right:0;margin-bottom:30px;overflow:hidden}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{margin-bottom:0}.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{width:100%;height:16px;top:auto;right:auto;bottom:0;left:0;overflow:hidden}.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{margin:0 20px}.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:2px;margin:7px 0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{width:30px;height:100%}.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{display:block;position:relative;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer;float:left}.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{margin-left:-40px;float:right}.mCustomScrollBox{-ms-touch-action:none}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(51,51,51,0.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:#333;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonUp:hover,.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonUp:active,.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85)}.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9)}.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#fff;background:rgba(255,255,255,0.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background:#fff;background:rgba(255,255,255,0.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(255,255,255,0.85)}.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(255,255,255,0.9)}.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#000;background:rgba(0,0,0,0.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background:#000;background:rgba(0,0,0,0.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85)}.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9)}.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#fff;background:rgba(255,255,255,0.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background:#fff;background:rgba(255,255,255,0.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(255,255,255,0.85)}.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(255,255,255,0.9)}.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#000;background:rgba(0,0,0,0.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background:#000;background:rgba(0,0,0,0.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85)}.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9)}.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{background:#fff;background:rgba(255,255,255,0.1)}.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%}.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{background:#000;background:rgba(0,0,0,0.15)}.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px;background:#000;background:rgba(0,0,0,0.75)}.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85)}.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9)}.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}p.toomuch,p.unavailable{margin:0;padding:5px 30px;font-size:16px}p.toomuch strong,p.unavailable strong{color:#60b03d}#main-wrapper{margin-top:20px}#breadcrumb-top+#main-wrapper{margin-top:0}.diy-tpl #main-wrapper{margin-top:0}
body.company #form-field-addresses_block-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid #f2f2f2}body.company .block-company-info-vnb{display:inline-flex;position:absolute;top:95px;right:25px;align-items:center}body.company .block-company-info-vnb label{padding:0 5px 0 0}@media (max-width:599px){body.company .block-company-info-vnb{position:relative;top:-10px;right:-10px;width:100%;text-align:right}}body.company table tbody>tr td.actions>a+a,body.company table tbody>tr td.action>a+a{margin-left:20px}body.company .company__addresses{display:-ms-flexbox;display:flex;margin-top:-1px;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;background:#fff;padding:0 20px 20px 20px}body.company .company__addresses .company-address-block{position:relative;background-color:#FFF;outline:1px solid #f2f2f2;margin-top:1px;margin-right:1px}@media (max-width:599px){body.company .company__addresses .company-address-block{flex:1 1 100%}}@media (min-width:600px) and (max-width:768px){body.company .company__addresses .company-address-block{width:calc(50% - 1px)}}@media (min-width:769px) and (max-width:1439px){body.company .company__addresses .company-address-block{width:calc(33.3333% - 1px)}}@media (min-width:1440px){body.company .company__addresses .company-address-block{width:calc(25% - 1px)}}body.company .company__addresses .company-address-block>a{position:absolute !important;top:20px;font-size:13px;right:24px;left:auto;color:#60b03d;font-weight:600}body.company .company__addresses .company-address-block>a:hover{color:#191919}body.company .company__addresses .company-address-block ul{list-style-type:none;font-size:13px;margin:0;padding:15px 55px 15px 20px}@media (max-width:768px){body.company .company__addresses .company-address-block ul{padding:15px 55px 15px 10px}}body.company .company__addresses .company-address-block ul .firmname{font-weight:bold;display:block;width:100%;overflow:hidden;text-overflow:ellipsis}body.company .company__addresses .company-address-block ul li.actions{text-align:right}body.company .company__addresses .company-address-block ul li.actions a{display:inline-block;color:#60b03d;font-weight:600}body.company .company__addresses .company-address-block ul li.actions a+a{margin-left:10px}body.company #overlay .overlay-content{padding:0}body.company #overlay .overlay-content #form-body{max-width:600px}body.company #overlay .overlay-content #form-body>h1{font-size:14px;margin-top:0;color:#191919;margin-bottom:25px}body.company #overlay .overlay-content #form-body>#form-field-search-wrapper{padding:0 25px}body.company #overlay .overlay-content #form-body>#form-field-search-wrapper>label{display:none}body.company #overlay .overlay-content #form-body>#form-field-search-wrapper>div{margin-bottom:25px}body.company #overlay .overlay-content #form-body>#form-field-search-wrapper .field-line{width:70%}body.company #overlay .overlay-content #form-body>#form-field-search-wrapper .field-line:before{left:95%;font-weight:bold;color:#60b03d}body.company #overlay .overlay-content #form-body>#form-field-users{border:none;margin:0;padding:0;width:100%}body.company #overlay .overlay-content .form-field-button{text-align:left}@media (max-width:768px){body.company #overlay .overlay-content .form-field-button{padding:15px 10px}}body.company #overlay .overlay-content .form-field-button #form-field-submit-wrapper{width:auto}body.company #overlay .overlay-content .form-field-button #form-field-submit-wrapper input{height:48px;line-height:17px;font-size:12px;width:auto;padding:0 50px 0 30px}@media (max-width:997px) and (min-width:600px){body.company #overlay #overlay-content-wrapper{width:70%}}@media (max-width:599px){body.company #overlay #overlay-content-wrapper{width:90%}}body.company[class*=" alias-company-structure-edit"] #overlay #overlay-content-wrapper table #table-content tr{flex-wrap:nowrap;align-items:center}body.company[class*=" alias-company-structure-edit"] #overlay #overlay-content-wrapper #form-field-addresses{border:0;padding:0;width:100%}body.company[class*=" alias-company-structure-edit"] #overlay #overlay-content-wrapper #form-field-search-wrapper{padding:0}body.company[class*=" alias-company-structure-edit"] #overlay #overlay-content-wrapper #form-field-actions{text-align:right}@media (max-width:599px){body.company[class*=" alias-company-structure-edit"] #overlay #overlay-content-wrapper #form-field-search-wrapper{padding:0}body.company[class*=" alias-company-structure-edit"] #overlay #overlay-content-wrapper #form-field-search-wrapper .field-line{width:100%}}body.company section.block-company-info{background:#fff;border:1px solid #e6e6e6;position:relative;padding:12px 26px 0;margin:20px 0;min-height:150px}@media (max-width:1279px){body.company section.block-company-info{margin:10px 0}}body.company section.block-company-info h2{font-size:16px;text-transform:uppercase;width:75%}body.company section.block-company-info p{font-size:14px;font-weight:bold;width:75%;margin:1em 0 2em}body.company section.block-company-info p span{font-weight:normal}body.company section.block-company-info a.btn.block-company-info__change,body.company section.block-company-info a.btn.block-company-info__delete{height:40px;display:inline-block;text-align:left;white-space:nowrap;padding:0 60px 0 25px;font-size:12px;line-height:40px;left:auto;right:0;text-transform:uppercase;font-weight:bold;position:absolute !important;letter-spacing:0;background:none;width:auto;color:#f00022;position:relative}body.company section.block-company-info a.btn.block-company-info__change.block-company-info__change,body.company section.block-company-info a.btn.block-company-info__delete.block-company-info__change{top:15px;color:#ed6f1e}body.company section.block-company-info a.btn.block-company-info__change.block-company-info__change:before,body.company section.block-company-info a.btn.block-company-info__delete.block-company-info__change:before{content:"\e91e"}body.company section.block-company-info a.btn.block-company-info__change.btn.block-company-info__delete,body.company section.block-company-info a.btn.block-company-info__delete.btn.block-company-info__delete{top:50px}body.company section.block-company-info a.btn.block-company-info__change:before,body.company section.block-company-info a.btn.block-company-info__delete:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e90e"}body.company section.block-company-info a.btn.block-company-info__change:hover,body.company section.block-company-info a.btn.block-company-info__delete:hover{text-decoration:underline}body.company section.block-company-info a.btn.block-company-info__change:before,body.company section.block-company-info a.btn.block-company-info__delete:before{left:auto;right:15px;font-size:20px}@media (max-width:520px){body.company section.block-company-info a.btn.block-company-info__change,body.company section.block-company-info a.btn.block-company-info__delete{display:block;width:20%;line-height:14px;white-space:normal;margin-top:10px;padding:0 5px 0 20px}body.company section.block-company-info a.btn.block-company-info__change.btn.block-company-info__delete,body.company section.block-company-info a.btn.block-company-info__delete.btn.block-company-info__delete{top:62px}body.company section.block-company-info a.btn.block-company-info__change:before,body.company section.block-company-info a.btn.block-company-info__delete:before{top:50%;margin-top:-10px;left:5px;right:auto}}body.company.company-folder #content header>h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center;padding:28px 65px 30px 65px}body.company.company-folder #content header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e907"}body.company.company-folder #content header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.company.company-folder #content header>h1{padding:15px 10px;font-size:18px}body.company.company-folder #content header>h1:before{font-size:15px}}body.company.company-folder #content header>h1:before{color:#60b03d;font-size:25px;vertical-align:middle;left:40px}body.company.company-folder #form-body{position:relative}body.company.company-folder #form-body #form-field-folderName-wrapper{background-color:#fff;padding:15px 35px 30px 35px;border:1px solid #e9e9e9}body.company.company-folder #form-body #form-field-folderName-wrapper label{padding:0}body.company.company-folder #form-body .form-field-button:not(input){margin-top:20px;text-align:right}body.company.company-folder #form-body #form-field-usersLabel-wrapper{background-color:#fff;padding:30px 30px 25px 60px;border:1px solid #e9e9e9;margin-top:10px}body.company.company-folder #form-body #form-field-usersLabel-wrapper h2.workers{font-size:24px;font-weight:300;margin:0;position:relative}body.company.company-folder #form-body #form-field-usersLabel-wrapper h2.workers:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e93f"}body.company.company-folder #form-body #form-field-usersLabel-wrapper h2.workers:before{left:-25px;font-size:18px;color:#60b03d}body.company.company-folder #form-body #form-field-usersLabel-wrapper h2.workers span{font-size:18px;font-weight:400}body.company.company-folder #form-body #form-field-usersLabel-wrapper+#form-field-user-wrapper{width:auto;position:absolute !important;top:155px;right:30px;position:relative}body.company.company-folder #form-body #form-field-usersLabel-wrapper+#form-field-user-wrapper:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e90a"}body.company.company-folder #form-body #form-field-usersLabel-wrapper+#form-field-user-wrapper:before{color:#fff;left:auto;right:3%;font-size:20px}body.company.company-folder #form-body #form-field-usersLabel-wrapper+#form-field-user-wrapper input{width:auto;height:36px;color:#fff;background-color:#60b03d;line-height:12px;font-size:12px;text-transform:uppercase;font-weight:bold;padding:0 60px 0 15px}@media (max-width:599px){body.company.company-folder #form-body{-ms-flex-wrap:wrap;flex-wrap:wrap}body.company.company-folder #form-body #form-field-usersLabel-wrapper{padding:30px 30px 60px 60px}body.company.company-folder #form-body #form-field-usersLabel-wrapper+#form-field-user-wrapper{width:auto;position:absolute !important;top:195px;right:15px;left:15px}body.company.company-folder #form-body #form-field-usersLabel-wrapper+#form-field-user-wrapper input{width:100%}body.company.company-folder #form-body #form-field-folderName-wrapper{width:100%}body.company.company-folder #form-body .form-field-button:not(input){width:100% !important;margin-top:10px}}body.company.company-folder table tr .countproduct,body.company.company-folder table tr .countpersonal{text-align:center}@media (max-width:599px){body.company.company-folder table tr .name{margin-bottom:15px}body.company.company-folder table tr .name{font-size:14px;font-weight:bold;color:#191919}body.company.company-folder table tr .actions{position:absolute;top:20px;right:10px}body.company.company-folder table tr .countproduct,body.company.company-folder table tr .countpersonal{text-align:left}body.company.company-folder table tr .countproduct:before,body.company.company-folder table tr .countpersonal:before{content:attr(data-th);font-size:13px;color:#191919;display:inline-block;width:50%}}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form{display:inline-block;width:100%;margin-top:64px}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-end;background:#fff;padding:10px 30px 30px;border:1px solid #e9e9e9}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body>*{width:auto}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body>*.form-field-text-wrapper{width:35%}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body>*.form-field-text-wrapper input{width:100%;background-color:#f5f6f7}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body #form-field-folderName-wrapper{padding:0;border:none;margin-top:0}body.company.company-folder[class*=" alias-company-folder-edit"] #overlay-content-wrapper #form-field-person-wrapper>label{text-transform:none;font-weight:400;font-size:18px;margin-bottom:15px}body.company.company-folder[class*=" alias-company-folder-edit"] #overlay-content-wrapper #form-field-person-wrapper .form-checkboxes{margin-bottom:15px}body.company.company-folder[class*=" alias-company-folder-edit"] #overlay-content-wrapper #form-field-person-wrapper .form-checkboxes-item{display:-ms-flexbox;display:flex;padding:5px 15px}body.company.company-folder[class*=" alias-company-folder-edit"] #overlay-content-wrapper #form-field-person-wrapper .form-checkboxes-item>label{line-height:12px;padding:0 0 0 5px}body.company.alias-company-structure-close #content>.content,body.company.alias-company-structure-change #content>.content{border:1px solid #e6e6e6;background-color:white;padding:20px 40px}body.company.alias-company-structure-close #content>.content textarea,body.company.alias-company-structure-change #content>.content textarea{width:100%;resize:none}body.company.alias-company-structure-close #content>.content input.btn,body.company.alias-company-structure-change #content>.content input.btn{width:auto;min-width:110px;margin-left:auto}body.company.company-structure #content>header>h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}body.company.company-structure #content>header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.company.company-structure #content>header>h1{padding:15px 10px;font-size:18px}body.company.company-structure #content>header>h1:before{font-size:15px}}body.company.company-structure #content>header>h1:before{content:"\e953"}body.company.company-structure #content .table-ordering tbody td.actions{width:100px;padding-top:5px;padding-bottom:5px}body.company.company-structure #content .table-ordering tbody tr:hover{z-index:2}body.company.company-structure #content .table-ordering tbody tr:hover td.actions a:hover:before{font-size:20px}body.company.company-structure #content .table-ordering td.handle{padding:0;height:100%}body.company.company-structure #content .table-ordering a.tabledrag-handle-hover{color:#60b03d}body.company.company-structure #content .table-ordering div.indentation{float:left;margin:0;width:30px;position:relative;background-color:transparent}body.company.company-structure #content .table-ordering div.tree-child,body.company.company-structure #content .table-ordering div.tree-child-horizontal{background:transparent}body.company.company-structure-change form[name="customer"] #form-field-change-data-message-wrapper{margin-bottom:5px;font-size:13px;color:#586168;line-height:1.55em}body.company.company-structure-change form[name="customer"] #form-field-actions{padding:0}body.company.company-structure-change form[name="customer"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){width:100%}@media (min-width:601px) and (max-width:1279px){body.company.company-structure-change form[name="customer"] #form-body{display:flex;flex-wrap:wrap}body.company.company-structure-change form[name="customer"] #form-body>div{width:100%}body.company.company-structure-change form[name="customer"] #form-body>div#form-field-house-wrapper,body.company.company-structure-change form[name="customer"] #form-body>div#form-field-flat-wrapper,body.company.company-structure-change form[name="customer"] #form-body>div#form-field-zip_code-wrapper{width:33.33%}body.company.company-structure-change form[name="customer"] #form-body>div#form-field-house-wrapper{padding-right:13px}body.company.company-structure-change form[name="customer"] #form-body>div#form-field-flat-wrapper{padding-left:7px;padding-right:7px}body.company.company-structure-change form[name="customer"] #form-body>div#form-field-zip_code-wrapper{padding-left:13px}}@media (min-width:1280px){body.company.company-structure-change form[name="customer"]{padding:0 30px 10px 30px;max-width:800px;margin:10px auto 0}body.company.company-structure-change form[name="customer"] #form-body{display:flex;flex-wrap:wrap}body.company.company-structure-change form[name="customer"] #form-field-company_name-wrapper,body.company.company-structure-change form[name="customer"] #form-field-nip-wrapper{width:100%}body.company.company-structure-change form[name="customer"] #form-field-street-wrapper{width:60%}body.company.company-structure-change form[name="customer"] #form-field-phone-wrapper,body.company.company-structure-change form[name="customer"] #form-field-email-wrapper{width:50%}body.company.company-structure-change form[name="customer"] #form-field-street-wrapper{padding-right:13px}body.company.company-structure-change form[name="customer"] #form-field-house-wrapper{padding-left:7px;padding-right:7px}body.company.company-structure-change form[name="customer"] #form-field-flat-wrapper{padding-left:13px}body.company.company-structure-change form[name="customer"] #form-field-house-wrapper,body.company.company-structure-change form[name="customer"] #form-field-flat-wrapper,body.company.company-structure-change form[name="customer"] #form-field-zip_code-wrapper{width:20%}body.company.company-structure-change form[name="customer"] #form-field-zip_code-wrapper,body.company.company-structure-change form[name="customer"] #form-field-phone-wrapper{padding-right:10px}body.company.company-structure-change form[name="customer"] #form-field-city-wrapper{width:80%}body.company.company-structure-change form[name="customer"] #form-field-city-wrapper,body.company.company-structure-change form[name="customer"] #form-field-email-wrapper{padding-left:10px}}body.company.company-user.alias-company-user #overlay .overlay-content #form-field-email-wrapper{width:100%}body.company.company-user.alias-company-user #overlay .overlay-content #form-field-send-wrapper{width:50%;display:-ms-flexbox;display:flex;align-items:flex-start;padding-top:15px}body.company.company-user.alias-company-user #overlay .overlay-content #form-field-send-wrapper>*{line-height:12px}body.company.company-user.alias-company-user #overlay .overlay-content #form-field-send-wrapper>*[type="checkbox"]{margin-right:5px}body.company.company-user.alias-company-user #overlay .overlay-content #form-field-email-description{margin-bottom:20px;margin-top:5px}body.company.company-user.alias-company-user #content{border:none}body.company.company-user.alias-company-user #content>.content{position:relative}body.company.company-user.alias-company-user #content>.content>#form{position:absolute;width:404px;top:-72px;left:20px}@media (max-width:768px){body.company.company-user.alias-company-user #content>.content>#form{left:5%;width:50%}}@media (max-width:768px) and (max-width:767px) and (min-width:730px){body.company.company-user.alias-company-user #content>.content>#form{width:60%}}body.company.company-user.alias-company-user #content>.content>#form #form-field-search-wrapper{position:relative}body.company.company-user.alias-company-user #content>.content>#form #form-field-search-wrapper input{width:100%}body.company.company-user.alias-company-user #content>.content>#form #form-field-search-wrapper label{display:none}body.company.company-user.alias-company-user #content>.content>#form #form-field-search-wrapper:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e91e"}body.company.company-user.alias-company-user #content>.content>#form #form-field-search-wrapper:before{left:auto;right:-24px;font-size:20px;text-align:center;padding:14px 0;color:#60b03d;width:48px}body.company.company-user.alias-company-user #content>.content>#form input#form-field-submit.btn{background:none;top:0;right:0;border:none;height:48px;width:48px;opacity:0;position:absolute}@media (max-width:650px){body.company.company-user.alias-company-user #overlay .overlay-content #form-body{justify-content:flex-end}body.company.company-user.alias-company-user #overlay .overlay-content #form-field-email-wrapper{width:100%}body.company.company-user.alias-company-user #overlay .overlay-content #form-field-send-wrapper{width:100%;display:-ms-flexbox;display:flex;padding-top:15px}body.company.company-user.alias-company-user #overlay .overlay-content #form-field-send-wrapper>*{line-height:12px}body.company.company-user.alias-company-user #overlay .overlay-content #form-field-send-wrapper>*[type="checkbox"]{margin-right:5px;height:100%}body.company.company-user.alias-company-user #overlay .overlay-content input.form-field-submit{width:150px}}@media (max-width:650px) and (max-width:560px){body.company.company-user.alias-company-user #content header{height:auto}body.company.company-user.alias-company-user #content .content>#form{width:calc(100% - 20px);left:10px;top:-51px}}body.company.company-limit #content{position:relative}body.company.company-limit #content .edit-form-tpl.edit-form #form-body{background:#fff;display:inline-block;width:100%}body.company.company-limit #content .edit-form-tpl.edit-form #form-body #form-field-actions{float:right}body.company.company-limit #content .edit-form-tpl.edit-form #form-body #form-field-actions input{height:40px;line-height:40px}body.company.company-limit #content .edit-form-tpl.edit-form #form-body #form-field-actions #form-field-submit-wrapper{margin:0}@media (max-width:599px){body.company.company-limit #content div.content .limit-menu-wrapper{position:relative}body.company.company-limit #content div.content .limit-menu-wrapper>i{left:auto;right:-14px;z-index:3;height:100%}body.company.company-limit #content div.content .limit-menu-wrapper>i.icon-l{left:11px;right:auto}body.company.company-limit #content div.content .limit-menu-wrapper>i.icon-l:after{content:"\e923";z-index:3}body.company.company-limit #content div.content .limit-menu-wrapper>i.icon-l:before{content:"";position:absolute;top:0;left:auto;bottom:0;width:25px;right:0;z-index:2;background-image:linear-gradient(to left, transparent 0%, rgba(0,0,0,0.15) 100%);background-repeat:repeat-x}body.company.company-limit #content div.content .limit-menu-wrapper>i:after{content:"\e922";font-size:28px;position:relative;top:10px;z-index:3}body.company.company-limit #content div.content .limit-menu-wrapper>i:before{content:"";position:absolute;top:0;left:auto;bottom:0;width:25px;right:0;z-index:2;background-image:linear-gradient(to right, transparent 0%, rgba(0,0,0,0.15) 100%);background-repeat:repeat-x}}body.company.company-limit #content .edit-form-limit form#form .form-field-button>span{float:right}body.company.company-limit #content .edit-form-limit form#form .form-field-button>span>input{height:40px;line-height:40px;border:none}@media (max-width:599px){body.company.company-limit #content .edit-form-limit form#form .form-field-button>span{width:100%}}body.company.company-limit #content table thead th.name *{display:flex !important;align-items:baseline}body.company.company-limit #content table tbody td>div{display:inline-block;width:100px}@media (min-width:1440px){body.company.company-limit #content table tbody td>div{width:115px}}body.company.company-limit #content table tbody td.name,body.company.company-limit #content table tbody td.company_name,body.company.company-limit #content table tbody td.line{font-weight:bold}body.company.company-limit #content table tbody td.line h4{margin:0}body.company.company-limit #content table tbody td.line span{display:block;margin-top:5px;font-weight:normal}body.company.company-address.alias-company-address #content{background:transparent}body.company.company-address.alias-company-address #content>.content{width:100%}body.company.company-address.alias-company-address #content>header>h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}body.company.company-address.alias-company-address #content>header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e93d"}body.company.company-address.alias-company-address #content>header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.company.company-address.alias-company-address #content>header>h1{padding:15px 10px;font-size:18px}body.company.company-address.alias-company-address #content>header>h1:before{font-size:15px}}body.company.company-mpk.alias-company-mpk #content>header>h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}body.company.company-mpk.alias-company-mpk #content>header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e93c"}body.company.company-mpk.alias-company-mpk #content>header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.company.company-mpk.alias-company-mpk #content>header>h1{padding:15px 10px;font-size:18px}body.company.company-mpk.alias-company-mpk #content>header>h1:before{font-size:15px}}body.company.company-limit #content>header>h1{position:relative}body.company.company-limit #content>header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e94e"}body.company.company-logo #content>header>h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}body.company.company-logo #content>header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e91d"}body.company.company-logo #content>header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.company.company-logo #content>header>h1{padding:15px 10px;font-size:18px}body.company.company-logo #content>header>h1:before{font-size:15px}}body.company.company-logo #content>.content{background-color:#FFF}body.company.company-logo #content>.content #form-field-old-wrapper{padding:16px}body.company.company-logo #content>.content .form-field-file-wrapper{padding:16px}body.company.company-logo #content>.content .form-field-file-wrapper .form-field-file-content{margin-bottom:16px}body.company.company-logo #content>.content .form-field-button{background-color:#FFF}body.company.company-address-new #content>.content,body.company.company-user:not(.alias-company-user) #content>.content,body.company.company-mpk:not(.alias-company-mpk) #content>.content,body.company.company-address:not(.alias-company-address) #content>.content{padding:0 0 30px 0;background-color:#fff}body.company.company-address-new #content>.content #form-field-name-wrapper,body.company.company-user:not(.alias-company-user) #content>.content #form-field-name-wrapper,body.company.company-mpk:not(.alias-company-mpk) #content>.content #form-field-name-wrapper,body.company.company-address:not(.alias-company-address) #content>.content #form-field-name-wrapper{border:none;padding:0}body.company.company-address-new #content>.content #form-field-folder-wrapper,body.company.company-user:not(.alias-company-user) #content>.content #form-field-folder-wrapper,body.company.company-mpk:not(.alias-company-mpk) #content>.content #form-field-folder-wrapper,body.company.company-address:not(.alias-company-address) #content>.content #form-field-folder-wrapper{padding-bottom:15px}body.company.company-address-new #content>.content #form-field-actions,body.company.company-user:not(.alias-company-user) #content>.content #form-field-actions,body.company.company-mpk:not(.alias-company-mpk) #content>.content #form-field-actions,body.company.company-address:not(.alias-company-address) #content>.content #form-field-actions{border-bottom:none !important}body.company.company-address-new #content>.content form>div>*:not(#form-field-tree-wrapper),body.company.company-user:not(.alias-company-user) #content>.content form>div>*:not(#form-field-tree-wrapper),body.company.company-mpk:not(.alias-company-mpk) #content>.content form>div>*:not(#form-field-tree-wrapper),body.company.company-address:not(.alias-company-address) #content>.content form>div>*:not(#form-field-tree-wrapper){padding-left:20px;padding-right:20px;border-left:0;border-right:0}@media (max-width:768px){body.company.company-address-new #content>.content form>div>*:not(#form-field-tree-wrapper),body.company.company-user:not(.alias-company-user) #content>.content form>div>*:not(#form-field-tree-wrapper),body.company.company-mpk:not(.alias-company-mpk) #content>.content form>div>*:not(#form-field-tree-wrapper),body.company.company-address:not(.alias-company-address) #content>.content form>div>*:not(#form-field-tree-wrapper){padding-left:10px;padding-right:10px}}body.company.company-address-new #content>.content #form-field-tree-wrapper table,body.company.company-user:not(.alias-company-user) #content>.content #form-field-tree-wrapper table,body.company.company-mpk:not(.alias-company-mpk) #content>.content #form-field-tree-wrapper table,body.company.company-address:not(.alias-company-address) #content>.content #form-field-tree-wrapper table{border-left:0;border-right:0}body.company.company-address-new #content>.content form.storm-form .storm-form.form-field-content,body.company.company-user:not(.alias-company-user) #content>.content form.storm-form .storm-form.form-field-content,body.company.company-mpk:not(.alias-company-mpk) #content>.content form.storm-form .storm-form.form-field-content,body.company.company-address:not(.alias-company-address) #content>.content form.storm-form .storm-form.form-field-content{margin:0}body.company.company-address-new #content>.content label,body.company.company-user:not(.alias-company-user) #content>.content label,body.company.company-mpk:not(.alias-company-mpk) #content>.content label,body.company.company-address:not(.alias-company-address) #content>.content label{font-size:13px;font-weight:bold;line-height:1.5;color:#586168;margin-top:13px;padding:0}body.company.company-address-new #content>.content .form-field-checkbox label,body.company.company-user:not(.alias-company-user) #content>.content .form-field-checkbox label,body.company.company-mpk:not(.alias-company-mpk) #content>.content .form-field-checkbox label,body.company.company-address:not(.alias-company-address) #content>.content .form-field-checkbox label{margin-top:0;color:#191919;font-weight:normal;padding-left:7px}body.company.company-address-new #content>.content .form-field-checkbox-content,body.company.company-user:not(.alias-company-user) #content>.content .form-field-checkbox-content,body.company.company-mpk:not(.alias-company-mpk) #content>.content .form-field-checkbox-content,body.company.company-address:not(.alias-company-address) #content>.content .form-field-checkbox-content{margin:20px 0}body.company.company-address-new #content>.content input,body.company.company-user:not(.alias-company-user) #content>.content input,body.company.company-mpk:not(.alias-company-mpk) #content>.content input,body.company.company-address:not(.alias-company-address) #content>.content input,body.company.company-address-new #content>.content select,body.company.company-user:not(.alias-company-user) #content>.content select,body.company.company-mpk:not(.alias-company-mpk) #content>.content select,body.company.company-address:not(.alias-company-address) #content>.content select{max-width:600px}body.company.company-address-new #content>.content .form-field-button,body.company.company-user:not(.alias-company-user) #content>.content .form-field-button,body.company.company-mpk:not(.alias-company-mpk) #content>.content .form-field-button,body.company.company-address:not(.alias-company-address) #content>.content .form-field-button{background:none}body.company.company-address-new.company-user:not(.alias-company-user) table .handle,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table .handle,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table .handle,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table .handle{display:none}body.company.company-address-new.company-user:not(.alias-company-user) table thead,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table thead,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table thead,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table thead{display:table-header-group}body.company.company-address-new.company-user:not(.alias-company-user) table thead .director,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table thead .director,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table thead .director,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table thead .director,body.company.company-address-new.company-user:not(.alias-company-user) table thead .employee,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table thead .employee,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table thead .employee,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table thead .employee{text-align:center}body.company.company-address-new.company-user:not(.alias-company-user) table tbody tr,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table tbody tr,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table tbody tr,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table tbody tr{display:table-row}body.company.company-address-new.company-user:not(.alias-company-user) table tbody tr td,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table tbody tr td,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table tbody tr td,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table tbody tr td{display:table-cell;width:auto}body.company.company-address-new.company-user:not(.alias-company-user) table tbody .director,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table tbody .director,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table tbody .director,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table tbody .director,body.company.company-address-new.company-user:not(.alias-company-user) table tbody .employee,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table tbody .employee,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table tbody .employee,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table tbody .employee{text-align:center}@media (max-width:650px){body.company.company-address-new.company-user:not(.alias-company-user) table thead,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table thead,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table thead,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table thead{display:none}body.company.company-address-new.company-user:not(.alias-company-user) table tbody tr,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table tbody tr,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table tbody tr,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table tbody tr{display:flex}body.company.company-address-new.company-user:not(.alias-company-user) table tbody tr>*,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table tbody tr>*,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table tbody tr>*,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table tbody tr>*{width:100% !important}body.company.company-address-new.company-user:not(.alias-company-user) table tbody tr .name,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table tbody tr .name,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table tbody tr .name,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table tbody tr .name{font-size:14px;font-weight:bold;color:#191919}body.company.company-address-new.company-user:not(.alias-company-user) table tbody tr .director,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table tbody tr .director,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table tbody tr .director,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table tbody tr .director,body.company.company-address-new.company-user:not(.alias-company-user) table tbody tr .employee,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table tbody tr .employee,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table tbody tr .employee,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table tbody tr .employee{display:flex;padding:0 15px}body.company.company-address-new.company-user:not(.alias-company-user) table tbody tr .director:after,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table tbody tr .director:after,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table tbody tr .director:after,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table tbody tr .director:after,body.company.company-address-new.company-user:not(.alias-company-user) table tbody tr .employee:after,body.company.company-user:not(.alias-company-user).company-user:not(.alias-company-user) table tbody tr .employee:after,body.company.company-mpk:not(.alias-company-mpk).company-user:not(.alias-company-user) table tbody tr .employee:after,body.company.company-address:not(.alias-company-address).company-user:not(.alias-company-user) table tbody tr .employee:after{content:attr(data-th);font-size:13px;padding-left:10px;color:#191919;font-weight:normal}}body.company.company-folderview[class^="alias-company-folderview-"] #content>header,body.company.company-folderview[class*=" alias-company-folderview-"] #content>header{display:none}body.company.company-folderview .sidebar{box-sizing:content-box;flex-shrink:0;width:290px;padding-right:20px}body.company.company-folderview .sidebar .sidebar-nav{border:1px solid #e6e6e6;margin-bottom:20px;background-color:#fff}body.company.company-folderview .sidebar .sidebar-nav>h2{margin:0;padding:26px 0 10px;font-size:18px;font-weight:bold}body.company.company-folderview .sidebar .sidebar-nav ul,body.company.company-folderview .sidebar .sidebar-nav ul.level-2{margin:0;padding:0}body.company.company-folderview .sidebar .sidebar-nav ul li,body.company.company-folderview .sidebar .sidebar-nav ul.level-2 li{display:block}body.company.company-folderview .sidebar .sidebar-nav ul li.active a,body.company.company-folderview .sidebar .sidebar-nav ul.level-2 li.active a,body.company.company-folderview .sidebar .sidebar-nav ul li a.active,body.company.company-folderview .sidebar .sidebar-nav ul.level-2 li a.active{color:#60b03d}body.company.company-folderview .sidebar .sidebar-nav ul li.active a span,body.company.company-folderview .sidebar .sidebar-nav ul.level-2 li.active a span,body.company.company-folderview .sidebar .sidebar-nav ul li a.active span,body.company.company-folderview .sidebar .sidebar-nav ul.level-2 li a.active span{color:#60b03d}body.company.company-folderview .sidebar .sidebar-nav ul li a,body.company.company-folderview .sidebar .sidebar-nav ul.level-2 li a{text-transform:none}body.company.company-folderview .sidebar .sidebar-nav ul li a:after,body.company.company-folderview .sidebar .sidebar-nav ul.level-2 li a:after{display:none}body.company.company-folderview .sidebar .sidebar-nav ul li a span,body.company.company-folderview .sidebar .sidebar-nav ul.level-2 li a span{font-size:13px;color:#000}body.company.company-folderview .sidebar .sidebar-nav ul.level-1>li,body.company.company-folderview .sidebar .sidebar-nav ul.level-2.level-1>li{padding:25px 20px 40px}body.company.company-folderview .sidebar .sidebar-nav ul.level-1>li:not(:nth-child(1)),body.company.company-folderview .sidebar .sidebar-nav ul.level-2.level-1>li:not(:nth-child(1)){border-top:1px solid #e6e6e6}body.company.company-folderview .sidebar .sidebar-nav ul.level-1>li>a,body.company.company-folderview .sidebar .sidebar-nav ul.level-2.level-1>li>a,body.company.company-folderview .sidebar .sidebar-nav ul.level-1>li>.menu-header,body.company.company-folderview .sidebar .sidebar-nav ul.level-2.level-1>li>.menu-header{font-size:16px;font-weight:700}body.company.company-folderview .sidebar .sidebar-nav ul.level-1>li>a span,body.company.company-folderview .sidebar .sidebar-nav ul.level-2.level-1>li>a span,body.company.company-folderview .sidebar .sidebar-nav ul.level-1>li>.menu-header span,body.company.company-folderview .sidebar .sidebar-nav ul.level-2.level-1>li>.menu-header span{font-size:16px}body.company.company-folderview .sidebar .sidebar-nav ul.level-1>li li,body.company.company-folderview .sidebar .sidebar-nav ul.level-2.level-1>li li{margin-top:7px;font-size:13px;line-height:1.3}body.company.company-folderview .sidebar .sidebar-nav ul ul,body.company.company-folderview .sidebar .sidebar-nav ul.level-2 ul{padding-left:10px}body.company.company-folderview .sidebar .sidebar-nav ul ul li a,body.company.company-folderview .sidebar .sidebar-nav ul.level-2 ul li a{font-size:13px}@media (max-width:1279px){body.company.company-folderview .sidebar{width:150px}body.company.company-folderview .sidebar .sidebar-nav ul ul{padding-left:0}body.company.company-folderview .sidebar .sidebar-nav ul.level-1>li{padding:25px 15px}}@media (max-width:997px){body.company.company-folderview .sidebar{display:none}}body.company #content{border:none}body.company #content header{position:relative;border:1px solid #e6e6e6}body.company #content header #submenu{position:absolute;bottom:25px;right:20px;padding-top:0}@media (max-width:768px){body.company #content header #submenu{right:10px}}body.company #content header #submenu:empty{display:none}body.company #content header #submenu a.btn{height:48px;width:calc(100% + 20px);background:#60b03d;display:inline-block;text-align:left;padding:0 25px;font-size:12px;line-height:48px;text-transform:uppercase;font-weight:bold;position:absolute;letter-spacing:0;color:#fff;position:relative}body.company #content header #submenu a.btn:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e90a"}body.company #content header #submenu a.btn[href="/company/structure"]{background:none;color:#000;font-weight:bold;font-size:14px;padding:0 5px;text-transform:lowercase;text-align:right;position:relative}body.company #content header #submenu a.btn[href="/company/structure"]:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e945"}@media (max-width:768px){body.company #content header #submenu a.btn[href="/company/structure"]{top:21px}}body.company #content header #submenu a.btn[href="/company/structure"]:hover{text-decoration:underline;background:none}body.company #content header #submenu a.btn[href="/company/structure"]:before{left:0;color:#c72f2f;font-size:12px}body.company #content header #submenu a.btn:hover{background:#569d36}body.company #content header #submenu a.btn:before{left:85%;font-size:20px}@media (max-width:560px){body.company #content header #submenu{padding:0 15px 20px;bottom:0;right:0}body.company #content header #submenu a.btn{width:100% !important}body.company #content header #submenu a.btn[href="/company/structure"]{padding:0 5px 0 10px}body.company #content header #submenu a.btn:before{left:auto;right:5px}}body.company #content>.content{padding:0;position:relative}body.company #content>.content form#multipleForm .multipleForm-field-select-wrapper{padding:20px;background:#FFF;border:1px solid #e6e6e6}body.company #content>.content form#multipleForm .multipleForm-field-select-wrapper label{display:none}body.company #content>.content form#multipleForm .multipleForm-field-select-wrapper select,body.company #content>.content form#multipleForm .multipleForm-field-select-wrapper input{height:36px;display:inline-block;padding:0 25px 0 10px;vertical-align:middle;line-height:36px}body.company #content>.content form#multipleForm .multipleForm-field-select-wrapper input{padding:0 10px !important}body.company .sidebar+#content{max-width:calc(100% - 170px)}@media (max-width:997px){body.company .sidebar+#content{max-width:100%}}body.company .company-new-controls{background:#FFF;height:auto;padding:30px;clear:both;border:1px solid #e6e6e6}body.company .company-new-controls h4{margin:0 0 5px;font-size:13.8px}body.company .company-new-controls input{height:48px;display:inline-block;float:left;width:360px;padding:0 15px 4px;border:1px solid #d9d9d9}body.company .company-new-controls input::placeholder{text-transform:lowercase;color:#d9d9d9}body.company .company-new-controls a{height:48px;width:173px;background:#60b03d;display:inline-block;text-align:left;vertical-align:middle;padding:0 25px;font-size:12px;line-height:48px;text-transform:uppercase;font-weight:bold;letter-spacing:0;color:#fff;position:relative}body.company .company-new-controls a:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e90a"}body.company .company-new-controls a:before{left:80%;font-size:20px}body.company .company-new-controls a:hover{background:#569d36}@media (max-width:599px){body.company .company-new-controls{padding:30px 15px}body.company .company-new-controls input{width:calc(100% - 50px)}body.company .company-new-controls a{width:48px;margin-top:0;text-indent:-99999px}body.company .company-new-controls a:before{left:50%;text-indent:0}}body.company[class^='alias-company-structure-edit-'] #content>header>h1,body.company[class*=' alias-company-structure-edit-'] #content>header>h1,body.company[class^='alias-company-user-edit-'] #content>header>h1,body.company[class*=' alias-company-user-edit-'] #content>header>h1,body.company[class^='alias-company-address-edit-'] #content>header>h1,body.company[class*=' alias-company-address-edit-'] #content>header>h1,body.company[class^='alias-company-mpk-edit-'] #content>header>h1,body.company[class^='alias-company-folder-edit-'] #content>header>h1,body.company[class*='alias-company-folder-edit-'] #content>header>h1,body.company[class*=' alias-company-mpk-edit-'] #content>header>h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}body.company[class^='alias-company-structure-edit-'] #content>header>h1:before,body.company[class*=' alias-company-structure-edit-'] #content>header>h1:before,body.company[class^='alias-company-user-edit-'] #content>header>h1:before,body.company[class*=' alias-company-user-edit-'] #content>header>h1:before,body.company[class^='alias-company-address-edit-'] #content>header>h1:before,body.company[class*=' alias-company-address-edit-'] #content>header>h1:before,body.company[class^='alias-company-mpk-edit-'] #content>header>h1:before,body.company[class^='alias-company-folder-edit-'] #content>header>h1:before,body.company[class*='alias-company-folder-edit-'] #content>header>h1:before,body.company[class*=' alias-company-mpk-edit-'] #content>header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e946"}body.company[class^='alias-company-structure-edit-'] #content>header>h1:before,body.company[class*=' alias-company-structure-edit-'] #content>header>h1:before,body.company[class^='alias-company-user-edit-'] #content>header>h1:before,body.company[class*=' alias-company-user-edit-'] #content>header>h1:before,body.company[class^='alias-company-address-edit-'] #content>header>h1:before,body.company[class*=' alias-company-address-edit-'] #content>header>h1:before,body.company[class^='alias-company-mpk-edit-'] #content>header>h1:before,body.company[class^='alias-company-folder-edit-'] #content>header>h1:before,body.company[class*='alias-company-folder-edit-'] #content>header>h1:before,body.company[class*=' alias-company-mpk-edit-'] #content>header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.company[class^='alias-company-structure-edit-'] #content>header>h1,body.company[class*=' alias-company-structure-edit-'] #content>header>h1,body.company[class^='alias-company-user-edit-'] #content>header>h1,body.company[class*=' alias-company-user-edit-'] #content>header>h1,body.company[class^='alias-company-address-edit-'] #content>header>h1,body.company[class*=' alias-company-address-edit-'] #content>header>h1,body.company[class^='alias-company-mpk-edit-'] #content>header>h1,body.company[class^='alias-company-folder-edit-'] #content>header>h1,body.company[class*='alias-company-folder-edit-'] #content>header>h1,body.company[class*=' alias-company-mpk-edit-'] #content>header>h1{padding:15px 10px;font-size:18px}body.company[class^='alias-company-structure-edit-'] #content>header>h1:before,body.company[class*=' alias-company-structure-edit-'] #content>header>h1:before,body.company[class^='alias-company-user-edit-'] #content>header>h1:before,body.company[class*=' alias-company-user-edit-'] #content>header>h1:before,body.company[class^='alias-company-address-edit-'] #content>header>h1:before,body.company[class*=' alias-company-address-edit-'] #content>header>h1:before,body.company[class^='alias-company-mpk-edit-'] #content>header>h1:before,body.company[class^='alias-company-folder-edit-'] #content>header>h1:before,body.company[class*='alias-company-folder-edit-'] #content>header>h1:before,body.company[class*=' alias-company-mpk-edit-'] #content>header>h1:before{font-size:15px}}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content{border:0}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content header{height:auto}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content #form-field-name-wrapper{background:#FFF;border:none;padding:0 20px 25px}@media (max-width:768px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content #form-field-name-wrapper{padding:15px 10px}}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content #form-field-name-wrapper input{width:420px}@media (max-width:599px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content #form-field-name-wrapper input{width:100%}}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset{width:100%;background:white;border:none;padding:80px 0 0;margin:10px 0 0 0;position:relative}@media (max-width:768px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset{padding-top:70px}}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group #form-field-manage-wrapper,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset #form-field-manage-wrapper{position:absolute;top:20px;right:20px}@media (max-width:768px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group #form-field-manage-wrapper,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset #form-field-manage-wrapper{right:10px;top:15px}}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group #form-field-manage-wrapper a,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset #form-field-manage-wrapper a{height:36px;width:auto;background:#60b03d;display:inline-block;text-align:left;padding:0 50px 0 20px;font-size:12px;line-height:36px;text-transform:uppercase;font-weight:bold;position:absolute;letter-spacing:0;color:#fff;position:relative}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group #form-field-manage-wrapper a:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset #form-field-manage-wrapper a:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e90a"}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group #form-field-manage-wrapper a:hover,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset #form-field-manage-wrapper a:hover{background:#569d36}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group #form-field-manage-wrapper a:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset #form-field-manage-wrapper a:before{left:auto;font-size:20px;right:5px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group .group__legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset .group__legend{position:absolute !important;top:20px;left:48px;font-size:21px;font-weight:bold;color:#191919;border:none}@media (max-width:768px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group .group__legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset .group__legend{left:30px;font-size:15px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group .group__legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset .group__legend:before{font-size:15px !important;left:-12px !important}}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-employees legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-employees legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-employees .group__legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-employees .group__legend{position:relative}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-employees legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-employees legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-employees .group__legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-employees .group__legend:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e901"}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-employees legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-employees legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-employees .group__legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-employees .group__legend:before{color:#60b03d;font-size:20px;vertical-align:middle;left:-20px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-addresses legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-addresses legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-addresses .group__legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-addresses .group__legend{position:relative}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-addresses legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-addresses legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-addresses .group__legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-addresses .group__legend:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e93d"}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-addresses legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-addresses legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-addresses .group__legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-addresses .group__legend:before{color:#60b03d;font-size:20px;vertical-align:middle;left:-20px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-mpk legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-mpk legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-mpk .group__legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-mpk .group__legend{position:relative}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-mpk legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-mpk legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-mpk .group__legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-mpk .group__legend:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e93c"}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-mpk legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-mpk legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-mpk .group__legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-mpk .group__legend:before{color:#60b03d;font-size:20px;vertical-align:middle;left:-20px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-limits legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-limits legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-limits .group__legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-limits .group__legend{position:relative}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-limits legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-limits legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-limits .group__legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-limits .group__legend:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e94e"}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-limits legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-limits legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-limits .group__legend:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-limits .group__legend:before{color:#60b03d;font-size:20px;vertical-align:middle;left:-20px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-limits .group-expander,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-limits .group-expander{padding:0 28px 30px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group div.form-field-checkbox,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset div.form-field-checkbox{padding:0}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group div.form-field-checkbox .icon-checkbox,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset div.form-field-checkbox .icon-checkbox{float:left}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group div.form-field-checkbox .icon-checkbox+label,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset div.form-field-checkbox .icon-checkbox+label{overflow:hidden;font-size:13px}@media (max-width:599px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group div.form-field-checkbox,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset div.form-field-checkbox{padding:0 0 10px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group div.form-field-checkbox label,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset div.form-field-checkbox label{padding-left:20px;line-height:16px}}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-permissions,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-permissions{border:none;padding:40px 20px 20px;margin:8px 0 0}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-permissions legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-permissions legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-permissions .group__legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-permissions .group__legend{font-weight:700;font-size:14px;left:auto}@media (max-width:768px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-permissions,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-permissions{padding:35px 10px 15px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-permissions legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-permissions legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group#form-field-permissions .group__legend,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset#form-field-permissions .group__legend{top:14px}}@media (max-width:500px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset{padding:90px 0 0}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group #form-field-manage-wrapper,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset #form-field-manage-wrapper{padding:0 20px;top:-15px;position:relative;right:0}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group #form-field-manage-wrapper a,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset #form-field-manage-wrapper a{width:100%}}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table thead .director,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table thead .director,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table thead .employee,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table thead .employee{text-align:center}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table thead .name,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table thead .name{font-weight:700;width:30%}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table thead .name>.mail,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table thead .name>.mail{display:none}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table thead .name>*,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table thead .name>*{display:none}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody .director,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody .director,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody .employee,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody .employee{text-align:center}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody .name,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody .name{padding-left:0}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody .name>.mail,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody .name>.mail{display:none}@media (max-width:997px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table .mail:not(span),body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table .mail:not(span){display:none}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table thead .director,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table thead .director,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table thead .employee,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table thead .employee{text-align:center}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table thead .name>*,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table thead .name>*{display:none}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .director,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .director,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .employee,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .employee{width:12%;display:table-cell;text-align:center}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .director>div,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .director>div,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .employee>div,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .employee>div{padding:1px 0}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .name,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .name{font-weight:bold !important}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .name>.mail,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .name>.mail{display:block;font-weight:400;font-size:12px;line-height:12px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .actions,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .actions{order:-1;width:100% !important}}@media (max-width:997px) and (max-width:599px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .name,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .name{font-size:14px;font-weight:bold;color:#191919}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .director,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .director,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .employee,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .employee{order:1;width:50%;display:flex;padding-top:15px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .director>div,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .director>div,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .employee>div,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .employee>div{padding:1px 0}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .director:after,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .director:after,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class^="alias-company-structure-edit"] table tbody tr .employee:after,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index)[class*=" alias-company-structure-edit"] table tbody tr .employee:after{content:attr(data-th);font-size:13px;padding-left:10px;color:#191919;font-weight:normal}}@media (max-width:1279px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table thead th.mail{display:none}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table thead th.name{width:30%}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table tbody td.name{width:30%}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table tbody td.name .mail{display:block;font-weight:normal;font-size:12px;line-height:12px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table tbody td.mail{display:none}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm #multipleForm-field-select-wrapper{display:inline-flex;width:100%}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm #multipleForm-field-select-wrapper #multipleForm-field-send{width:48px}}@media (max-width:1279px) and (max-width:650px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) table thead{display:none}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) table tbody tr{display:flex;flex-wrap:wrap;padding:0;background-color:#fff;border-bottom:1px solid #e9e9e9}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) table tbody tr>td{display:block;width:100%;padding:0}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) table tbody tr>td.name{width:100%}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) table tbody tr>td.mail{font-size:12px !important}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) table tbody tr>td.remains{display:none}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) table tbody tr>td.value>div{width:95%}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) table tbody tr>td.value>div input{width:100%}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) table tbody tr>td:last-child{border-bottom:none}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table tbody td.name{line-height:12px;margin-top:15px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table tbody .name{font-size:14px;font-weight:bold;color:#191919}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table tbody td.action{position:absolute;right:15px;width:auto}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table tbody td.status,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table tbody td.manager{width:50%;font-size:12px;text-transform:lowercase;margin-top:0;line-height:12px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table tbody td.status:before,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table tbody td.manager:before{content:attr(data-th);font-size:13px;color:#191919}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table tbody td.status.status,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm table tbody td.manager.status{order:1}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm #multipleForm-field-select-wrapper{padding-left:15px;padding-right:15px}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index).alias-company-user #content>.content #multipleForm #multipleForm-field-select-wrapper select{width:calc(100% - 48px)}}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) .form-field-button{background:none}@media (max-width:768px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) .form-field-button{padding:0 15px}}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) .form-field-button #form-field-submit-wrapper{position:relative;display:inline-block;width:auto}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) .form-field-button #form-field-submit-wrapper:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e917"}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) .form-field-button #form-field-submit-wrapper:before{color:#FFF;right:5px;left:auto;font-size:20px;height:22px;z-index:1;line-height:22px;display:none}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) .form-field-button #form-field-submit-wrapper input{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) .form-field-button #form-field-submit-wrapper input:hover{background:#569d36}@media (min-width:1440px){body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) .form-field-button #form-field-submit-wrapper input{font-size:14px}}.customer-menu-horizontal{margin-bottom:15px}@media (max-width:599px){.customer-menu-horizontal{margin-bottom:10px;position:relative}.customer-menu-horizontal>i{left:auto;right:-14px;z-index:3;height:100%}.customer-menu-horizontal>i.icon-l{left:11px;right:auto}.customer-menu-horizontal>i.icon-l:after{content:"\e923";z-index:3}.customer-menu-horizontal>i.icon-l:before{content:"";position:absolute;top:0;left:auto;bottom:0;width:25px;right:0;z-index:2;background-image:linear-gradient(to left, transparent 0%, rgba(0,0,0,0.15) 100%);background-repeat:repeat-x}.customer-menu-horizontal>i:after{content:"\e922";font-size:28px;position:relative;top:10px;z-index:3}.customer-menu-horizontal>i:before{content:"";position:absolute;top:0;left:auto;bottom:0;width:25px;right:0;z-index:2;background-image:linear-gradient(to right, transparent 0%, rgba(0,0,0,0.15) 100%);background-repeat:repeat-x}.customer-menu-horizontal nav.profile-horizontal{overflow:hidden;white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.customer-menu-horizontal nav.profile-horizontal>ul{width:200%}.customer-menu-horizontal nav.profile-horizontal>ul>li{width:25%;padding-left:10px;padding-right:10px}}.customer-menu-horizontal nav.profile-horizontal>ul{list-style:none;padding:0;display:flex;justify-content:center;border-bottom:1px solid #cdcbcb}.customer-menu-horizontal nav.profile-horizontal>ul>li{display:flex;justify-content:center;text-align:right;flex-grow:8;border-bottom:2px solid transparent;margin-bottom:-1px}.customer-menu-horizontal nav.profile-horizontal>ul>li:hover,.customer-menu-horizontal nav.profile-horizontal>ul>li.active{border-bottom:2px solid #60b03d}.customer-menu-horizontal nav.profile-horizontal>ul>li:hover>a,.customer-menu-horizontal nav.profile-horizontal>ul>li.active>a{color:#60b03d}.customer-menu-horizontal nav.profile-horizontal>ul>li>a{font-size:13px;font-weight:600;padding:39px 0 2px 0;vertical-align:bottom}.customer-menu-horizontal nav.profile-horizontal>ul>li>a:before{font-size:25px;top:24px}.order-view #overlay .overlay-content{padding:0}.description1{margin-bottom:15px;display:block}.description3{margin-top:15px;display:block;text-align:center;font-weight:700}#compare{z-index:99;position:fixed;bottom:0;width:100%;background:#0060b0}#compare>div{padding:0 !important}#compare>div>nav{max-width:360px;height:50px;width:100%;float:right;border-right:1px solid #0092cd;border-left:1px solid #0092cd;display:none}@media (max-width:599px){#compare>div>nav{max-width:100%;border:0}}#compare>div>nav .comparison{display:flex;flex-wrap:wrap;align-items:center;background:#0060b0;position:relative}#compare>div>nav .comparison.open>p:before{content:"\e944"}#compare>div>nav .comparison .compare-item{width:100%}#compare>div>nav .comparison>p{order:1;display:block;height:50px;width:50px;border-left:1px solid #0092cd;margin:0 0 0 16px;cursor:pointer;position:relative}#compare>div>nav .comparison>p:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:''}#compare>div>nav .comparison>p:before{content:"\e942";font-size:10px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}#compare>div>nav .comparison>a{order:-1;color:#fff;padding-left:16px;margin-left:0;margin-right:auto;text-transform:uppercase;font-size:12px;font-weight:bold}#compare>div>nav .comparison>span{display:inline-block;height:8px;width:8px;border-radius:8px;margin-left:3px}#compare>div>nav .comparison>span.compare-empty{background:#0387bb}#compare>div>nav .comparison>span.compare-busy{background:#fff}#compare>div>nav .comparison>div{position:absolute;display:none;bottom:50px;background:#fff;width:100% !important}#compare>div>nav .comparison>div ul{list-style-type:none;margin:0;padding:0;border:1px solid #e6e6e6}#compare>div>nav .comparison>div ul>li>div{display:flex;align-items:center;border-bottom:1px solid #e6e6e6;padding:10px}#compare>div>nav .comparison>div ul>li>div:last-child{border-bottom:0}#compare>div>nav .comparison>div ul>li>div .compare-item-title{color:#000;font-size:14px;padding-left:10px}#compare>div>nav .comparison>div ul>li>div .compare-item-img{display:inherit}#compare>div>nav .comparison>div ul>li>div .compare-item-img img{max-width:57px}#compare>div>nav .comparison>div ul>li>div button{margin-right:0;margin-left:auto;height:48px;width:48px;text-indent:-99999px;color:#000;position:relative}#compare>div>nav .comparison>div ul>li>div button:before{font-family:'b2b' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-indent:0;content:'\e92a';color:#586168;font-size:9px}#compare>div>nav .comparison>div ul>li>div button:hover:before{color:#60b03d}.compare-wrapper{margin-bottom:10px}.compare-wrapper .compare-element{font-size:11px;text-transform:lowercase;color:#000;cursor:pointer;text-align:left;width:106px;white-space:nowrap;display:inline-block;position:relative}.compare-wrapper .compare-element:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:''}.compare-wrapper .compare-element:before{content:'\e909';vertical-align:top;margin-right:5px;font-size:12px;position:relative;top:6px;left:auto}.compare-wrapper .compare-element.compare-checked{color:#0060b0}.compare-wrapper .compare-element.compare-checked:before{content:'\e916'}.compare #content>.content{overflow-x:auto}.compare #content>.content .product__photo{margin-bottom:4px}.compare #content>.content .product__photo img{height:200px !important;width:auto;object-fit:contain;object-position:50% 50%}.compare #content>.content table.product-comparison{width:100%;table-layout:fixed;min-width:1000px}.compare #content>.content table.product-comparison tbody tr td,.compare #content>.content table.product-comparison tbody tr th{border:1px solid #e6e6e6;padding:10px 25px}.compare #content>.content table.product-comparison tbody tr td:first-child,.compare #content>.content table.product-comparison tbody tr th:first-child,.compare #content>.content table.product-comparison tbody tr td:not(td),.compare #content>.content table.product-comparison tbody tr th:not(td){font-weight:bold;border-left:0}.compare #content>.content table.product-comparison tbody tr td .available-icon,.compare #content>.content table.product-comparison tbody tr th .available-icon{margin-right:5px}.compare #content>.content table.product-comparison tbody tr td .product__photo,.compare #content>.content table.product-comparison tbody tr th .product__photo{min-height:inherit}.compare #content>.content table.product-comparison tbody tr td .product__availability__value .icon-grid,.compare #content>.content table.product-comparison tbody tr th .product__availability__value .icon-grid{display:none}.compare #content>.content table.product-comparison tbody tr:first-child th:first-child{border-top:0}.compare #content>.content table.product-comparison tbody tr td.subprofile{color:#191919;padding-top:20px}.compare #content>.content table.product-comparison tbody tr:nth-child(2n){background:#f5f6f7}.compare #content>.content table.product-comparison tr>th:first-child{width:223px}.compare #content>.content table.product-comparison .product__price .price__unit{font-size:.8em}.compare #content>.content table.product-comparison .product__price .price--main{font-size:18px;font-weight:bold;color:#191919;line-height:1.1em}.compare #content>.content table.product-comparison .product__price .price--additional{font-size:10px;color:#666;line-height:1.3em}.compare #content>.content table.product-comparison .product__price .price--additional>span:first-child{display:block}.overlay-content .comparison-overflow{text-align:center}.overlay-content .comparison-overflow header{color:#191919;font-size:20px;margin-bottom:25px;font-weight:600}.overlay-content .comparison-overflow p{margin-bottom:0;font-size:13px;color:#586168}@media (min-width:560px){body.company-user.alias-company-user #content header>h1{margin-bottom:65px}}.customer-loyalty .loyalty__discount{margin:16px 0;display:flex;align-items:center}.customer-loyalty .loyalty__discount .discount__container.discount__container--custom input{width:250px}.customer-loyalty .loyalty__discount .discount__container.discount__container--custom .discount__description{font-size:12px;font-weight:600;margin:0;padding:10px 0 0;color:#1c1a13}.customer-loyalty .loyalty__discount .discount__container.discount__container--defined select{width:250px}.customer-loyalty .loyalty__discount .discount__button{max-height:47px}@media (max-width:599px){.customer-loyalty .loyalty__discount{flex-direction:column}.customer-loyalty .loyalty__discount .discount__container{width:100%;margin-bottom:25px}.customer-loyalty .loyalty__discount .discount__container.discount__container--custom input{width:100%}.customer-loyalty .loyalty__discount .discount__container.discount__container--defined select{width:100%}.customer-loyalty .loyalty__discount .discount__button{width:100%}}.customer-menu-horizontal{margin-bottom:0}.customer-menu-horizontal nav.profile-horizontal>ul>li:hover,.customer-menu-horizontal nav.profile-horizontal>ul>li.active{border-bottom:2px solid #60b03d}.customer-menu-horizontal+#main-wrapper{margin-top:0px}body.company section.block-company-info{margin:0;border:none;padding:25px;color:#586168}body.company section.block-company-info .company-details-label{font-size:13px;line-height:1;color:#191919;font-weight:600}body.company section.block-company-info .block-company-info__name{width:100%;font-size:13px;font-weight:700;line-height:1.6;margin:8px 0 0 0;text-transform:none;overflow:hidden;text-overflow:ellipsis}body.company section.block-company-info .block-company-info__nip{width:100%;font-size:13px;font-weight:700;line-height:1;margin:12px 0 0 0;display:block}body.company section.block-company-info .block-company-info__nip span{font-size:13px;font-weight:400;line-height:1;display:inline-block}body.company section.block-company-info a.btn.btn-primary.block-company-info__change.block-company-info__change{position:static !important;top:0;padding:0 20px;margin:51px 0 0 0;background-color:#60b03d;color:#fff;font-size:13px;font-weight:600;text-transform:uppercase;transition:.3s background-color;width:100%;text-align:center;height:40px;line-height:40px}body.company section.block-company-info a.btn.btn-primary.block-company-info__change.block-company-info__change:hover,body.company section.block-company-info a.btn.btn-primary.block-company-info__change.block-company-info__change:focus{background:#569d36;text-decoration:none}body.company section.block-company-info a.btn.btn-primary.block-company-info__change.block-company-info__change::before{display:none}body.company section.block-company-info a.btn.btn-primary.block-company-info__delete.block-company-info__delete{position:static !important;top:0;width:100%;text-align:center;padding:0;margin:16px 0 0 0;font-size:13px;font-weight:700;line-height:1;display:block;color:#586168;text-transform:none;height:auto}body.company section.block-company-info a.btn.btn-primary.block-company-info__delete.block-company-info__delete:hover{text-decoration:none;color:#60b03d}body.company section.block-company-info a.btn.btn-primary.block-company-info__delete.block-company-info__delete::before{display:none}body.company section.block-company-info .block-company-info-vnb{position:static;top:0;right:0;margin:30px 0 0 0;display:block}body.company section.block-company-info .block-company-info-vnb>label{width:100%;display:block;color:#191919;font-size:13px;line-height:1;font-weight:600}body.company.company-folder #content header>h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}body.company.company-folder #content header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.company.company-folder #content header>h1{padding:15px 10px;font-size:18px}body.company.company-folder #content header>h1:before{font-size:15px}}body.company.company-folder.alias-company-folder #form[name="folder"]{margin-top:1px;background:#fff}body.company.company-folder.alias-company-folder #form-field-folderName-wrapper label{font-weight:bold;margin-top:0}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body{border:none;display:flex;width:100%;max-width:435px;padding:25px 20px 20px}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body #form-field-folderName-wrapper{margin-right:10px;flex-grow:1}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body .form-field-button{padding:0}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body #form-field-submit{line-height:40px}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body>.form-field-text-wrapper input{background:#F1F1F1;line-height:38px}@media (max-width:768px){body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body{padding:15px 10px}}@media (max-width:600px){body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body{max-width:none}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body #form-field-submit{padding-left:10px;padding-right:10px}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form #form-body .form-field-button{width:auto !important}}body.company.company-folder.alias-company-folder .edit-form-tpl.edit-form{margin-top:0}body.company.company-folder.company-folder-edit #form-body #form-field-usersLabel-wrapper{padding:20px;border:none}body.company.company-folder.company-folder-edit #form-body #form-field-usersLabel-wrapper h2{font-weight:bold;color:#191919;font-size:21px;padding-left:35px}body.company.company-folder.company-folder-edit #form-body #form-field-usersLabel-wrapper h2:before{left:0;transform:translate(0, -50%)}@media (max-width:768px){body.company.company-folder.company-folder-edit #form-body #form-field-usersLabel-wrapper{padding:20px 10px}body.company.company-folder.company-folder-edit #form-body #form-field-usersLabel-wrapper h2{font-size:15px;padding-left:30px}body.company.company-folder.company-folder-edit #form-body #form-field-usersLabel-wrapper h2 span{font-size:14px}body.company.company-folder.company-folder-edit #form-body #form-field-usersLabel-wrapper h2:before{font-size:15px}}body.company.company-folder.company-folder-edit #form-body #form-field-folderName-wrapper{padding:20px;border:none;margin-top:1px}body.company.company-folder.company-folder-edit #form-body #form-field-folderName-wrapper label{font-weight:bold;margin-top:0}body.company #content>.content form#multipleForm .multipleForm-field-select-wrapper{margin-top:1px;border:none}@media (max-width:560px){body.company.company-user.alias-company-user #content>.content>#form #form-field-search-wrapper{position:relative;z-index:1}body.company.company-user.alias-company-user #content>.content>#form #form-field-search-wrapper:after{content:'';position:absolute;left:-10px;right:-10px;top:-10px;bottom:-10px;background:#fff;z-index:-1}}body.company.company-structure #submenu{z-index:1}body.company.company-structure.main-header{background:#fff}@media (max-width:600px){body.company #company-structure .table--standard tbody tr.draggable{border-width:1px 0 0 0}body.company #company-structure .table--standard tbody tr.draggable td.name::before{display:none}body.company #company-structure .table--standard tbody tr.draggable td.name,body.company #company-structure .table--standard tbody tr.draggable td.actions{width:50%;min-width:0}}@media (max-width:650px){body.company.company-folder-index table.table-list,body.company.company-folder-edit table.table-list,body.company.company-structure-edit table.table-list,body.company.company-user-index table.table-list,body.company.company-mpk-index table.table-list,body.company.company-folder-index table.table-folder,body.company.company-folder-edit table.table-folder,body.company.company-structure-edit table.table-folder,body.company.company-user-index table.table-folder,body.company.company-mpk-index table.table-folder,body.company.company-folder-index table.table-list tbody,body.company.company-folder-edit table.table-list tbody,body.company.company-structure-edit table.table-list tbody,body.company.company-user-index table.table-list tbody,body.company.company-mpk-index table.table-list tbody,body.company.company-folder-index table.table-folder tbody,body.company.company-folder-edit table.table-folder tbody,body.company.company-structure-edit table.table-folder tbody,body.company.company-user-index table.table-folder tbody,body.company.company-mpk-index table.table-folder tbody,body.company.company-folder-index table.table-list tr,body.company.company-folder-edit table.table-list tr,body.company.company-structure-edit table.table-list tr,body.company.company-user-index table.table-list tr,body.company.company-mpk-index table.table-list tr,body.company.company-folder-index table.table-folder tr,body.company.company-folder-edit table.table-folder tr,body.company.company-structure-edit table.table-folder tr,body.company.company-user-index table.table-folder tr,body.company.company-mpk-index table.table-folder tr{display:block !important}body.company.company-folder-index table.table-list thead,body.company.company-folder-edit table.table-list thead,body.company.company-structure-edit table.table-list thead,body.company.company-user-index table.table-list thead,body.company.company-mpk-index table.table-list thead,body.company.company-folder-index table.table-folder thead,body.company.company-folder-edit table.table-folder thead,body.company.company-structure-edit table.table-folder thead,body.company.company-user-index table.table-folder thead,body.company.company-mpk-index table.table-folder thead{display:none}body.company.company-folder-index table.table-list tr,body.company.company-folder-edit table.table-list tr,body.company.company-structure-edit table.table-list tr,body.company.company-user-index table.table-list tr,body.company.company-mpk-index table.table-list tr,body.company.company-folder-index table.table-folder tr,body.company.company-folder-edit table.table-folder tr,body.company.company-structure-edit table.table-folder tr,body.company.company-user-index table.table-folder tr,body.company.company-mpk-index table.table-folder tr{margin-bottom:8px;padding:15px 10px !important;border:none !important;background:#fff !important}body.company.company-folder-index table.table-list tr td,body.company.company-folder-edit table.table-list tr td,body.company.company-structure-edit table.table-list tr td,body.company.company-user-index table.table-list tr td,body.company.company-mpk-index table.table-list tr td,body.company.company-folder-index table.table-folder tr td,body.company.company-folder-edit table.table-folder tr td,body.company.company-structure-edit table.table-folder tr td,body.company.company-user-index table.table-folder tr td,body.company.company-mpk-index table.table-folder tr td{display:flex !important;border:none !important;width:100% !important;padding-top:0 !important}body.company.company-folder-index table.table-list tr td.name span.mail,body.company.company-folder-edit table.table-list tr td.name span.mail,body.company.company-structure-edit table.table-list tr td.name span.mail,body.company.company-user-index table.table-list tr td.name span.mail,body.company.company-mpk-index table.table-list tr td.name span.mail,body.company.company-folder-index table.table-folder tr td.name span.mail,body.company.company-folder-edit table.table-folder tr td.name span.mail,body.company.company-structure-edit table.table-folder tr td.name span.mail,body.company.company-user-index table.table-folder tr td.name span.mail,body.company.company-mpk-index table.table-folder tr td.name span.mail{display:none !important}body.company.company-folder-index table.table-list tr td.actions,body.company.company-folder-edit table.table-list tr td.actions,body.company.company-structure-edit table.table-list tr td.actions,body.company.company-user-index table.table-list tr td.actions,body.company.company-mpk-index table.table-list tr td.actions,body.company.company-folder-index table.table-folder tr td.actions,body.company.company-folder-edit table.table-folder tr td.actions,body.company.company-structure-edit table.table-folder tr td.actions,body.company.company-user-index table.table-folder tr td.actions,body.company.company-mpk-index table.table-folder tr td.actions,body.company.company-folder-index table.table-list tr td.action,body.company.company-folder-edit table.table-list tr td.action,body.company.company-structure-edit table.table-list tr td.action,body.company.company-user-index table.table-list tr td.action,body.company.company-mpk-index table.table-list tr td.action,body.company.company-folder-index table.table-folder tr td.action,body.company.company-folder-edit table.table-folder tr td.action,body.company.company-structure-edit table.table-folder tr td.action,body.company.company-user-index table.table-folder tr td.action,body.company.company-mpk-index table.table-folder tr td.action{position:static !important;justify-content:flex-end}body.company.company-folder-index table.table-list tr td.actions:before,body.company.company-folder-edit table.table-list tr td.actions:before,body.company.company-structure-edit table.table-list tr td.actions:before,body.company.company-user-index table.table-list tr td.actions:before,body.company.company-mpk-index table.table-list tr td.actions:before,body.company.company-folder-index table.table-folder tr td.actions:before,body.company.company-folder-edit table.table-folder tr td.actions:before,body.company.company-structure-edit table.table-folder tr td.actions:before,body.company.company-user-index table.table-folder tr td.actions:before,body.company.company-mpk-index table.table-folder tr td.actions:before,body.company.company-folder-index table.table-list tr td.action:before,body.company.company-folder-edit table.table-list tr td.action:before,body.company.company-structure-edit table.table-list tr td.action:before,body.company.company-user-index table.table-list tr td.action:before,body.company.company-mpk-index table.table-list tr td.action:before,body.company.company-folder-index table.table-folder tr td.action:before,body.company.company-folder-edit table.table-folder tr td.action:before,body.company.company-structure-edit table.table-folder tr td.action:before,body.company.company-user-index table.table-folder tr td.action:before,body.company.company-mpk-index table.table-folder tr td.action:before{display:none}body.company.company-folder-index table.table-list tr td.director:before,body.company.company-folder-edit table.table-list tr td.director:before,body.company.company-structure-edit table.table-list tr td.director:before,body.company.company-user-index table.table-list tr td.director:before,body.company.company-mpk-index table.table-list tr td.director:before,body.company.company-folder-index table.table-folder tr td.director:before,body.company.company-folder-edit table.table-folder tr td.director:before,body.company.company-structure-edit table.table-folder tr td.director:before,body.company.company-user-index table.table-folder tr td.director:before,body.company.company-mpk-index table.table-folder tr td.director:before,body.company.company-folder-index table.table-list tr td.employee:before,body.company.company-folder-edit table.table-list tr td.employee:before,body.company.company-structure-edit table.table-list tr td.employee:before,body.company.company-user-index table.table-list tr td.employee:before,body.company.company-mpk-index table.table-list tr td.employee:before,body.company.company-folder-index table.table-folder tr td.employee:before,body.company.company-folder-edit table.table-folder tr td.employee:before,body.company.company-structure-edit table.table-folder tr td.employee:before,body.company.company-user-index table.table-folder tr td.employee:before,body.company.company-mpk-index table.table-folder tr td.employee:before,body.company.company-folder-index table.table-list tr td.selector:before,body.company.company-folder-edit table.table-list tr td.selector:before,body.company.company-structure-edit table.table-list tr td.selector:before,body.company.company-user-index table.table-list tr td.selector:before,body.company.company-mpk-index table.table-list tr td.selector:before,body.company.company-folder-index table.table-folder tr td.selector:before,body.company.company-folder-edit table.table-folder tr td.selector:before,body.company.company-structure-edit table.table-folder tr td.selector:before,body.company.company-user-index table.table-folder tr td.selector:before,body.company.company-mpk-index table.table-folder tr td.selector:before{display:none}body.company.company-folder-index table.table-list tr td:before,body.company.company-folder-edit table.table-list tr td:before,body.company.company-structure-edit table.table-list tr td:before,body.company.company-user-index table.table-list tr td:before,body.company.company-mpk-index table.table-list tr td:before,body.company.company-folder-index table.table-folder tr td:before,body.company.company-folder-edit table.table-folder tr td:before,body.company.company-structure-edit table.table-folder tr td:before,body.company.company-user-index table.table-folder tr td:before,body.company.company-mpk-index table.table-folder tr td:before{content:attr(data-th);color:#191919;width:50%;text-align:left;display:block}}body.company.company-folder-edit #form-field-table-wrapper+.form-field-button{padding:20px;background:#fff;margin-top:1px !important}body.company.company-folder-edit #form-field-user-wrapper{top:130px !important;right:20px !important}body.company.company-folder-edit #form-field-user-wrapper:before{display:none}body.company.company-folder-edit #form-field-user-wrapper #form-field-user{margin:0;color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;padding:0 40px 0 20px}body.company.company-folder-edit #form-field-user-wrapper #form-field-user:hover{background:#569d36}@media (min-width:1440px){body.company.company-folder-edit #form-field-user-wrapper #form-field-user{font-size:14px}}body.company.company-folder-edit #form-field-user-wrapper #form-field-user:before{content:attr(value)}body.company.company-folder-edit #form-field-user-wrapper #form-field-user:after{color:#fff;font-weight:normal;position:absolute;top:50%;left:auto;right:10px;transform:translate(0, -50%);content:"\e90a";font-family:'icons';font-size:20px}body.company.company-folder-edit #form-field-user-wrapper #form-field-user:hover{cursor:pointer}@media (max-width:650px){body.company.company-folder-edit #form-field-user-wrapper{left:auto!important}body.company.company-folder-edit #form-body #form-field-user{width:auto!important}}@media (max-width:768px){body.company.company-folder-edit #form-field-user-wrapper{top:126px !important;right:15px !important}}@media (max-width:480px){body.company.company-folder #form-body #form-field-usersLabel-wrapper+#form-field-user-wrapper{position:static !important;background:#fff;width:100%;padding-bottom:15px;margin-top:-5px;text-align:right;padding-right:15px}}body.diy-tpl.company section.block-company-info{display:none}body.diy-tpl.company table th.managers,body.diy-tpl.company table td.managers,body.diy-tpl.company table th.addresses,body.diy-tpl.company table td.addresses,body.diy-tpl.company table td.director,body.diy-tpl.company table th.director,body.diy-tpl.company table td.employee,body.diy-tpl.company table th.employee{display:none !important}body.diy-tpl.company table td.name{padding-left:10px !important}body.diy-tpl.company #form-field-folder-wrapper,body.diy-tpl.company #form-field-credit_limit-wrapper,body.diy-tpl.company #form-field-payment-wrapper,body.diy-tpl.company #form-field-permissions{display:none}
.product-edit .form-body .form-field-category-wrapper#form-field-flags-wrapper .form-field-category .form-field-checkbox input{margin:2px 5px 0 0}.product-edit .form-body .form-field-category-wrapper#form-field-flags-wrapper .form-field-category .form-field-checkbox label{float:right;width:auto}form.storm-form div.hidden{display:none}form.storm-form .storm-form.form-field-submit-wrapper{text-align:right;margin-top:30px;display:inline-block;width:100%;margin-bottom:50px}form.storm-form .form-field-button .storm-form.form-field-submit-wrapper{margin:10px 0}form.storm-form .storm-form.form-field-content{margin:10px 0}@media (max-width:520px){form.storm-form form.storm-form .storm-form.form-field-submit-wrapper{text-align:center}}form.storm-form input[type="text"],form.storm-form input[type="password"],form.storm-form select{padding:13px 10px;width:100%;height:auto}form.storm-form textarea{resize:vertical;padding:13px 10px;width:100% !important;height:auto}form.storm-form .form-field-field_list-content button{margin:5px 0 0}form.storm-form label:not(.checkbox):not(.onoffswitch-label){font-weight:700;font-size:14px;padding:0 3px;color:#000;display:inline-block;margin:15px 0 0}form.storm-form label:not(.checkbox):not(.onoffswitch-label).form-field-switcher{margin-top:7px}form.storm-form label+.form-description{padding:0 3px}form.storm-form .columns3,form.storm-form .columns2,form.storm-form .columns3_5025{display:flex;width:100%}form.storm-form .columns3>div{width:33%;display:inline-block;padding-right:30px;vertical-align:top}form.storm-form .columns3>div:last-child{padding-left:30px;padding-right:0}form.storm-form .columns3_5025>div{width:25%;padding-left:30px;padding-right:15px;vertical-align:top}form.storm-form .columns3_5025>div:first-child{padding-left:0;width:50%;padding-right:30px}form.storm-form .columns3_5025>div:last-child{padding-right:0}form.storm-form .columns2>div{width:50%;display:inline-block;padding-right:30px;vertical-align:top}form.storm-form .columns2>div:last-child{padding-left:30px;padding-right:0}@media (max-width:768px){form.storm-form .columns3>div{width:100%;padding:0}form.storm-form .columns3>div:last-child{padding:0}form.storm-form .columns3_5025>div{width:100%;padding:0}form.storm-form .columns3_5025>div:last-child,form.storm-form .columns3_5025>div:first-child{padding:0}form.storm-form .columns2>div{width:100%;padding:0}form.storm-form .columns2>div:last-child{padding:0}}#profile .personal_data,#overlay .personal_data{padding:20px;box-sizing:border-box}#profile .delivery_address,#overlay .delivery_address{padding:20px;box-sizing:border-box}#profile .invoice_data,#overlay .invoice_data{padding:20px;box-sizing:border-box}#profile .actions,#overlay .actions{float:left;width:100%;margin-top:15px;box-sizing:border-box}#profile .actions .btn,#overlay .actions .btn{padding:4px 13px;margin-right:5px;cursor:pointer}#profile .btn.add-new,#overlay .btn.add-new{cursor:pointer;float:left;padding:10px 13px;margin:10px 10px;background:#f58531;border-color:#f58531}#profile .btn.add-new:hover,#overlay .btn.add-new:hover{background:transparent;color:#f58531}body.site-sklep #profile .btn.add-new,body.site-sklep #overlay .btn.add-new{cursor:pointer;float:left;padding:7px 15px;margin:10px 10px;background:#2c3e50;border:none;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#fff;height:34px;opacity:1;outline:none;text-shadow:none;text-transform:none}body.site-sklep #profile .btn.add-new:hover,body.site-sklep #overlay .btn.add-new:hover{background:#354b60;color:#fff}#overlay .delivery_address,#overlay .invoice_data{border-top:0}.delivery_one{box-sizing:border-box;border:1px solid #dadada;float:left;padding:20px;width:50%;height:215px}.delivery_one>div{margin:3px 0}.delivery_one.delivery_address_default{background:rgba(245,133,49,0.1);border:1px solid #f58531}.delivery_one .label{border-radius:0;background:transparent;color:#191c1f;padding:0;font-weight:400;margin:3px 3px 0 0}.tabs-menu{display:inline-block;width:100%;margin:40px 0 0}.tabs-menu li{box-shadow:inset 0 -10px 10px -10px rgba(0,0,0,0.2);cursor:pointer;border-radius:5px 5px 0 0;float:left;margin-right:6px;background:#f6f8f8;position:relative;display:inline-block;line-height:53px;min-width:175px;text-align:center;font-weight:700;font-size:16px;color:#2c3e50}.tabs-menu li .counter{padding:2px 10px;line-height:1.45em;position:absolute;top:-20px;right:10px;font-weight:700;color:#fff;background-color:#e74c3c}.tabs-menu li .counter:after{content:'';width:0;height:0;border-style:solid;border-width:6px 6px 0 6px;border-color:#e74d3c transparent transparent transparent;position:absolute;display:inline-block;bottom:-6px;left:50%;transform:translateX(-50%)}.tabs-menu li.active{box-shadow:none;background:#fff}.tabs-menu li.active:hover{background:#fff}.tabs-menu li:hover{background:#fefefe}.tabs-menu li a:hover{text-decoration:none}.tabs-container{display:inline-block;width:100%}.tabs-content{box-sizing:border-box;display:inline-block;padding:20px;width:100%;background-color:#fff}.tabs-content>p{text-align:center}.foldertree ul li{list-style:none;float:left;width:100%;padding:5px 0}.foldertree ul li label,.foldertree ul li input{float:left;margin:0 0 0 5px}.foldertree ul li input{margin:2px 0 0 5px}.foldertree ul li>div>.plus{border-radius:50%;background:#ddd;width:16px;height:16px;float:left}.foldertree ul li.withChildren>div>.plus{width:20px;height:20px;background:red;float:left;background:url(/site/sklep/theme/admin/images/sprites-admin.png) no-repeat -124px -276px rgba(0,0,0,0);cursor:pointer}.foldertree ul ul{padding:0 0 0 30px}#form-field-folder{padding:15px 15px;background:#ededed;border:1px solid #ccc;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}ul.collapse{position:relative;height:0;overflow:hidden;transition:height .35s ease}
#form-field-phone_mobile_-wrapper,#form-field-phone_mobile_{display:none !important}.btn-submit-wrapper{display:inline-block;position:relative;background-color:#60b03d;transition:.3s background-color}.btn-submit-wrapper input[type="submit"],.btn-submit-wrapper .btn-form--submit{position:relative;z-index:2;padding-right:50px;padding-left:35px;background:transparent}.btn-submit-wrapper input[type="submit"]:focus,.btn-submit-wrapper .btn-form--submit:focus,.btn-submit-wrapper input[type="submit"]:hover,.btn-submit-wrapper .btn-form--submit:hover{background:transparent}.btn-submit-wrapper .icon{right:-30px;font-size:16px;color:#fff}.btn-submit-wrapper:hover,.btn-submit-wrapper:focus{background:#569d36}.btn-form--submit[type="submit"]{position:relative;padding-right:50px;padding-left:35px}.btn-form--submit[type="submit"] .icon{left:auto;right:15px;font-size:16px;color:#fff}.input-wrapper{position:relative;background-color:#f5f5f5}.input-wrapper input{padding-right:25px;padding-left:60px}.input-wrapper .icon{left:20px;font-size:26px;color:#f00022;transform:translate(0, -50%)}#form-field-sort-wrapper{float:left;width:100%;padding:0 0 10px}#form-field-sort-wrapper>label{float:left;display:inline-block;padding-right:10px;line-height:40px}#form-field-sort-wrapper>div{float:left;display:inline-block}#form-field-sort-wrapper>div select{border-radius:3px;padding:7px 10px}.foldertree ul li{list-style:none;float:left;width:100%;padding:5px 0}.foldertree ul li label,.foldertree ul li input{float:left;margin:0 0 0 5px}.foldertree ul li input{margin:2px 0 0 5px}.foldertree ul li>div>.plus{border-radius:50%;background:#ddd;width:16px;height:16px;float:left}.foldertree ul li.withChildren>div>.plus{width:20px;height:20px;background:red;float:left;background:url(/site/sklep/theme/admin/images/sprites-admin.png) no-repeat -124px -276px rgba(0,0,0,0);cursor:pointer}.foldertree ul ul{padding:0 0 0 30px}#form-field-folder{padding:10px 20px;background:#ededed;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}ul.collapse{position:relative;height:0;overflow:hidden;transition:height .35s ease}body.form-history table>tbody input{width:100%;box-sizing:border-box;height:30px}.handle{background:url(../images/draggable.png) no-repeat 6px 9px;height:13px;margin:-0.4em .5em;padding:.42em .5em;width:13px}.typeahead,.tt-query,.tt-hint{width:auto;height:30px;padding:8px 12px;font-size:24px;line-height:30px;border:2px solid #ccc;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;outline:none}.typeahead{background-color:#fff}.typeahead:focus{border:2px solid #0097cf}.tt-query{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.tt-hint{color:#999}.tt-dropdown-menu{width:auto;margin-top:12px;padding:8px 0;background-color:#fff;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.tt-suggestion{padding:3px 20px;font-size:18px;line-height:24px}.tt-suggestion.tt-is-under-cursor{color:#fff;background-color:#0097cf}.tt-suggestion p{margin:0}.tt-suggestions hr{margin-top:3px;margin-bottom:3px}.search-name{padding-left:20px;font-size:15px;color:#323232}.repo-name{font-size:12px;color:#323232}form .form-body,.form.storm-form .form-body{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}form .form-body>*,.form.storm-form .form-body>*{width:100%}form .form-field-group,.form.storm-form .form-field-group{margin:15px 0;width:calc(50% - 30px)}form .form-field-group input[type="text"],.form.storm-form .form-field-group input[type="text"]{width:100%}form .form-field-group:only-of-type,.form.storm-form .form-field-group:only-of-type{width:100%}form .form-field-radios-wrapper>.field-line,.form.storm-form .form-field-radios-wrapper>.field-line{display:inline-block;margin-right:15px}form .form-field-radios-wrapper .form-field-radio,.form.storm-form .form-field-radios-wrapper .form-field-radio{display:inline-flex;align-items:center;margin-top:15px}form .form-field-radios-wrapper .form-field-radio>*,.form.storm-form .form-field-radios-wrapper .form-field-radio>*{display:inline-block;margin:0}form .form-field-radios-wrapper .form-field-radio label,.form.storm-form .form-field-radios-wrapper .form-field-radio label{width:auto;font-size:14px}form .form-field-radios-wrapper .form-field-radio input[type='radio'],.form.storm-form .form-field-radios-wrapper .form-field-radio input[type='radio']{margin-right:10px;min-width:20px}form .form-field-radios-wrapper#form-field-customer_type-wrapper,.form.storm-form .form-field-radios-wrapper#form-field-customer_type-wrapper{width:100%}form .form-field-radios-wrapper#form-field-customer_type-wrapper>label,.form.storm-form .form-field-radios-wrapper#form-field-customer_type-wrapper>label{display:none}form .form-actions,.form.storm-form .form-actions{margin-top:20px;width:100%;text-align:right}form .error,.form.storm-form .error{margin:0;font-size:12px;color:red}@media (max-width:997px){form .form-field-group,.form.storm-form .form-field-group{width:100%}}.ui-widget-header{background:#b9b9b9 !important;border:1px solid gray !important}.ui-datepicker td{padding:1px !important;font-size:.9em !important}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{color:gray !important;background:#b9b9b9 !important;border:1px solid gray !important}body #overlay.overlay--contact-form #overlay-content-wrapper{padding:30px 40px}body #overlay.overlay--contact-form #overlay-content-wrapper .overlay-content{margin-top:0}body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-text-wrapper,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-textarea-wrapper,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-radios-wrapper,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-checkbox-wrapper,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-select-wrapper{margin-top:10px}body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-text-wrapper input,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-textarea-wrapper input,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-radios-wrapper input,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-checkbox-wrapper input,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-select-wrapper input,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-text-wrapper select,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-textarea-wrapper select,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-radios-wrapper select,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-checkbox-wrapper select,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-select-wrapper select,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-text-wrapper textarea,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-textarea-wrapper textarea,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-radios-wrapper textarea,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-checkbox-wrapper textarea,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-select-wrapper textarea{font-weight:600;font-size:12px;color:#848484}body #overlay.overlay--contact-form #overlay-content-wrapper #form-field-rodo-wrapper{color:#CDCBCB;font-size:12px;font-weight:bold;margin-top:15px}body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-radios label{display:block;font-size:13px;line-height:1.333em;font-weight:normal;color:#848484}body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-checkbox{padding-left:30px;position:relative}body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-checkbox label{display:block;font-size:13px;line-height:1.333em;font-weight:normal;color:#848484}body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-checkbox .icon-checkbox,body #overlay.overlay--contact-form #overlay-content-wrapper .webform-field-checkbox input[type="checkbox"]{margin:0;position:absolute;left:0;top:0}body #overlay.overlay--contact-form #overlay-content-wrapper fieldset,body #overlay.overlay--contact-form #overlay-content-wrapper .form-field-group{margin-top:5px}body #overlay.overlay--contact-form #overlay-content-wrapper fieldset .webform-field-checkbox label,body #overlay.overlay--contact-form #overlay-content-wrapper .form-field-group .webform-field-checkbox label{color:#CDCBCB;font-size:12px;font-weight:bold}
div.table--rwd{width:100%;overflow-x:auto}.table-wrapper{position:relative;width:100%;overflow-x:auto}@media (max-width:998px){.table-wrapper{padding-top:10px}}.table-wrapper.scrollable:before{content:'\e910';width:13px;font-family:icons;height:20px;position:absolute;top:50%;margin-top:-7px;float:right;left:4px;color:#fff}.table-wrapper.scrollable .table{padding-left:20px;background:rgba(0,0,0,0.4)}.table{width:100%;border-collapse:separate;padding:0;border:1px solid #cfd8dc;text-align:left}.table tr.table-odd{background-color:#fff}.table tr.table-odd td{background-color:#fff}.table tr.table-even{background-color:#fff}.table tr.table-even td{background-color:#fff}.table th{white-space:nowrap;padding:15px 25px 15px;font-size:12px;font-weight:700;color:#000;background-color:#e8ebed}.table th.id{text-align:center}.table th.action{text-align:center}.table th .sorters a{width:10px;height:10px;display:inline-block;line-height:10px;vertical-align:middle;margin-left:5px;text-align:center;padding-top:3px}.table th .sorters a:before{display:inline-block;vertical-align:top;text-align:center;content:'';width:0;height:0;border-style:solid;border-width:0 4px 4px 4px;border-color:transparent;border-bottom-color:#6F6F6F;font-size:0}.table th .sorters a:hover:before{border-bottom-color:#60b03d}.table th .sorters a.down{margin-left:3px}.table th .sorters a.down:before{border-width:4px 4px 0 4px;border-color:transparent;border-top-color:#6F6F6F}.table th .sorters a.down:hover:before{border-top-color:#60b03d}.table th .sorters a.active:before,.table th .sorters a:hover:before{color:#60b03d}.table td{padding:12px 25px;border-top:1px solid #cbcbcb;font-size:13px;font-weight:600;color:#7B7B7B}.table td a{color:#60b03d;font-weight:700}.table td p{margin:0}.table td.expires_at p{margin:0}.table td.expires_at p:nth-child(2){color:#be0d0d}.table td.id{text-align:center}.table td.created p,.table td.expired p{display:inline-block}.table td.created p:nth-child(2),.table td.expired p:nth-child(2){margin-left:10px}.table td.action{text-align:right}.table td.action .pdf{color:#be0d0d;cursor:pointer;margin-right:10px}.table td.action .pdf:before{text-align:center;font-family:icons;content:'\e90c';width:25px;height:25px;margin-right:0;position:relative;display:inline-block;font-weight:400;color:#be0d0d;vertical-align:middle;font-size:18px}.table td.action .pdf:hover{color:#be0d0d}.table td.action .pdf:hover:before{color:#be0d0d}.table--standard{border:none}.table--standard input[type="text"]{text-align:center}.table--standard th{background-color:#F6F6F6;padding:4px 5px;border:none;text-align:left;text-transform:initial}.table--standard th.image{width:100px}.table--standard th.multiple{padding-left:15px}.table--standard td{background-color:#FFF;color:#7B7B7B;border:none;padding:4px 5px;font-size:12px;border-top:1px solid #f2f2f2;text-align:left}.table--standard td a{font-size:13px;font-weight:700;cursor:pointer}.table--standard td.multiple{padding-left:15px}.table--standard td.multiple,.table--standard td.image{padding-right:0}.table--standard td.action{position:relative;text-align:center}.table--standard td.action>a{cursor:pointer}.table--standard td.action>a:hover{color:#60b03d}.table--standard td.action>a+a{margin-left:16px}@media (min-width:999px){.table--standard th{height:auto;padding:8px 10px;line-height:16px}.table--standard th.multiple{padding-right:0;padding-left:20px}.table--standard th.multiple+td{padding-left:10px}.table--standard th.image{padding-left:0;padding-right:0}.table--standard tbody tr td{padding:12px 10px}.table--standard tbody tr td.multiple{padding-right:0;padding-left:20px}.table--standard tbody tr td.multiple+td{padding-left:10px}.table--standard tbody tr td.image{padding-left:0}}@media screen and (max-width:599px){.table--standard tbody tr{padding:15px 10px;border:4px solid #f2f2f2;border-left:none;border-right:none;background-color:#fff;display:inline-block;width:100%}.table--standard tbody tr:first-child{border-top:0}.table--standard tbody tr:last-child{border-bottom:0}.table--standard tbody tr td{display:block;clear:both;width:100%;height:auto;padding:5px}.table--standard tbody tr td:before{content:attr(data-th);display:block;text-align:left;float:left;font-weight:bold;color:#191919;font-size:12px;width:75%}.table--standard tbody tr td.multiple{height:auto;text-align:left;border:none;top:12px;width:auto}.table--standard tbody tr td.image{width:55px;height:auto;margin-bottom:0;top:15px;left:36px;border:none}.table--standard tbody tr td.indeks{padding-bottom:15px}.table--standard tbody tr td.action,.table--standard tbody tr td.actions{text-align:right;padding-top:24px;padding-bottom:8px}}@media screen and (max-width:599px) and (max-width:375px){.table--standard tbody tr td:before{width:70%}}@media (max-width:998px){.table--standard thead{display:none}.table--standard tbody tr{display:flex;flex-wrap:wrap;position:relative;align-items:center;padding:15px 10px}.table--standard tbody tr.draggable{padding:1px 10px 0}.table--standard tbody tr.draggable:first-child{padding-top:8px}.table--standard tbody tr.draggable td{padding:5px 7px}.table--standard tbody tr.draggable td.actions{text-align:right;padding:5px 10px 5px 5px}.table--standard tbody tr.draggable:last-child{padding-bottom:8px}.table--standard tbody tr.draggable .tabledrag-handle{display:none}.table--standard tbody tr td{border:none;text-align:left;padding:0 20px 10px 0}.table--standard tbody tr td:before{content:attr(data-th) ':';color:#191919;font-size:13px;font-weight:600;padding-right:.3em}.table--standard tbody tr td.action,.table--standard tbody tr td.actions{width:100%;padding:0;flex-grow:1}.table--standard tbody tr td.action:before,.table--standard tbody tr td.actions:before{display:none !important}.table--standard tbody tr td.addresses{flex-grow:1}.table--standard tbody tr td.multiple{z-index:1;top:6px;left:10px;min-width:0;position:absolute;padding-left:0}.table--standard tbody tr td.multiple:before{display:none !important}.table--standard tbody tr td.selector:before{display:none}.table--standard tbody tr td.action{text-align:right}.table--standard tbody tr td.action+.action{margin-top:0;margin-left:0}.table--standard tbody tr td.image{position:absolute;padding:0;left:10px;top:30px;max-width:45px}.table--standard tbody tr td.image img{max-height:none;max-width:100%}.table--standard tbody tr td.image:before{display:none}}@media (min-width:601px) and (max-width:998px){.table--standard tbody tr td.action{width:auto;margin-left:auto;margin-right:0}.table--standard tbody tr td.action+.action{margin-left:10px}}@media (max-width:600px){.table--standard tbody tr.draggable td.name{display:flex}.table--standard tbody tr.draggable td.name:before{float:none;order:0;width:auto}.table--standard tbody tr.draggable td.name .tabledrag-handle{float:none;order:-1;margin-right:10px}.table--standard tbody tr.draggable td.name input{float:none;order:5}.table--standard tbody tr.image{top:40px}.table--standard tbody tr td:not(.image){min-width:50%;order:2;padding:3px 0}.table--standard tbody tr td:not(.image).action{order:6;text-align:left}.table--standard tbody tr td:not(.image).action:before{content:'';width:75%;height:1px;display:block}.table--standard tbody tr td:not(.image).action+.action{margin-top:0}.table--standard tbody tr td:not(.image).multiple{padding:0;min-width:0;max-width:30px}}@media (max-width:420px){.table--standard tbody tr td:not(.image){min-width:100%}.table--standard tbody tr td:not(.image):before,.table--standard tbody tr td:not(.image).action:before{width:50%}.table--standard tbody tr td:not(.image).multiple:before{display:none !important}}body.drag{cursor:move}.draggable a.tabledrag-handle{cursor:move;float:left;height:1.7em;margin:0;overflow:hidden;text-decoration:none}a.tabledrag-handle:hover{text-decoration:none}a.tabledrag-handle .handle{background:url(../images/draggable.png) no-repeat 6px 9px;height:13px;margin:-0.4em .5em;padding:.42em .5em;width:13px}a.tabledrag-handle-hover .handle{background-position:6px -11px}div.indentation{float:left;height:1.7em;margin:-0.4em .2em -0.4em -0.4em;padding:.42em 0 .42em .6em;width:20px}div.tree-child{background:url(../images/tree.png) no-repeat 11px center}div.tree-child-last{background:url(../images/tree-bottom.png) no-repeat 11px center}div.tree-child-horizontal{background:url(../images/tree.png) no-repeat -11px center}.tabledrag-toggle-weight-wrapper{text-align:right}.shopraport-company table td{padding:15px;font-size:13px}@media (max-width:998px){.table--standard tbody tr.draggable td.name::before{padding-left:10px}}
.footer.wrapper{display:inline-block;margin-top:20px}.footer.wrapper .contact.wrapper{background:#222E44 url('../images/footer-bg.jpg') no-repeat center;background-size:cover}.footer.wrapper .contact.wrapper .container-fluid{padding:0;color:#000}.footer.wrapper .contact.wrapper .contact-blocks{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.footer.wrapper .contact.wrapper .contact-block{text-align:center;width:25%;flex-grow:1}.footer.wrapper .contact.wrapper .contact-block__link{display:block;padding:40px 10px 25px;height:100%;color:#fff;transform:translate(0);transition:.3s background-color;width:100%}.footer.wrapper .contact.wrapper .contact-block__link:hover{background:#be0d0d}.footer.wrapper .contact.wrapper .contact-block__link:hover .contact-block__text:before{color:#fff}.footer.wrapper .contact.wrapper .contact-block__text{margin:0 0 0 0;font-family:Open Sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:14px;line-height:14px;text-transform:lowercase}.footer.wrapper .contact.wrapper .contact-block__text:before{font-size:30px;color:#be0d0d;margin-bottom:20px;display:block;text-align:center;transition:color 300ms;font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.footer.wrapper .contact.wrapper .contact-block__text.phone:before{position:static;transform:translate(0);content:'\e918';-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);top:-5px !important}.footer.wrapper .contact.wrapper .contact-block__text.mail:before{position:static;transform:translate(0);content:'\e919'}.footer.wrapper .contact.wrapper .contact-block__text.phone2:before{position:static;transform:translate(0);content:'\e91b'}.footer.wrapper .contact.wrapper .contact-block__text.mess:before{position:static;transform:translate(0);content:'\e91c'}.footer.wrapper .contact.wrapper .contact-block__text--small{margin-top:5px;font-size:12px;color:#fff}@media (max-width:997px){.footer.wrapper .contact.wrapper .container-fluid{width:100%}.footer.wrapper .contact.wrapper .contact-block{width:50%}.footer.wrapper .contact.wrapper .contact-block:nth-child(1),.footer.wrapper .contact.wrapper .contact-block:nth-child(2){border-bottom:1px solid #333}}@media (max-width:599px){.footer.wrapper .contact.wrapper .contact-block:nth-child(1),.footer.wrapper .contact.wrapper .contact-block:nth-child(2){width:100%;border-left:0;border-right:0}}.footer.wrapper .footer-menu{background-color:#fff}.footer.wrapper .footer-menu .container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:40px 0}.footer.wrapper .footer-menu .nav-footer{width:75%}.footer.wrapper .footer-menu .nav-footer>ul.level-1{display:-ms-flexbox;display:flex;margin:0;padding:0;justify-content:flex-end}.footer.wrapper .footer-menu .nav-footer>ul.level-1 .delete{display:none}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li{box-sizing:border-box;position:relative;list-style:none;display:inline-block;padding-left:38px;padding-right:8px;width:calc(100% / 3);font-size:13px;line-height:1.4em}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e920";position:absolute;top:-1px;left:8px;font-size:17px;color:#60b03d;transform:translate(0)}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li>a,.footer.wrapper .footer-menu .nav-footer>ul.level-1>li>.menu-header{font-weight:700}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li>a>.icon,.footer.wrapper .footer-menu .nav-footer>ul.level-1>li>.menu-header>.icon{display:none}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li a[href=""]{pointer-events:none;cursor:default}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li:nth-child(1):before{content:"\e91d"}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li:nth-child(2):before{content:"\e91e"}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li:nth-child(3):before{content:"\e91f"}.footer.wrapper .footer-menu .nav-footer>ul.level-1 ul{margin:20px 0 0 0;padding:0}.footer.wrapper .footer-menu .nav-footer>ul.level-1 ul li{display:block}.footer.wrapper .footer-menu .nav-footer>ul.level-1 ul li.active a{color:#60b03d}@media (max-width:768px){.footer.wrapper .footer-menu .nav-footer>ul.level-1{-ms-flex-wrap:wrap;flex-wrap:wrap}}.footer.wrapper .footer-menu .nav-footer+.copyrights p{margin:0;font-size:13px;line-height:18px}@media (max-width:997px){.footer.wrapper .footer-menu .nav-footer{order:2;width:100%}.footer.wrapper .footer-menu .nav-footer+.copyrights{width:100%;text-align:center;order:2;margin-top:36px;margin-bottom:-15px}.footer.wrapper .footer-menu .nav-footer+.copyrights p{margin:0;font-size:13px;line-height:18px}}@media (max-width:600px){.footer.wrapper .footer-menu .nav-footer>ul.level-1>li{border-top:1px solid #e5e5e5;margin:0;padding:0;width:100%}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li:before{top:20px;transform:translate(0)}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li>a,.footer.wrapper .footer-menu .nav-footer>ul.level-1>li>.menu-header{display:block;position:relative;padding:20px 50px 20px 38px}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li.expanded>a>.icon,.footer.wrapper .footer-menu .nav-footer>ul.level-1>li.expanded>.menu-header>.icon{display:block;position:absolute;top:0;left:auto;right:0;height:100%;width:50px;text-align:center;cursor:pointer;pointer-events:auto;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li.expanded>a>.icon:before,.footer.wrapper .footer-menu .nav-footer>ul.level-1>li.expanded>.menu-header>.icon:before{display:block;color:#747474;content:"+";font-family:"Times New Roman";font-size:30px;font-weight:300;top:50%;left:50%;position:absolute;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li.expanded>a>.icon.down:before,.footer.wrapper .footer-menu .nav-footer>ul.level-1>li.expanded>.menu-header>.icon.down:before{content:"-"}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li>ul{padding:0;margin:0;display:none}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li>ul li{width:100%;padding:0;margin:0}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li>ul li:before{left:4px;top:13px}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li>ul li a{padding:11px 4px 11px 15px;display:block}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li>ul.down{display:block;padding:0 0 20px}.footer.wrapper .footer-menu .nav-footer>ul.level-1>li:nth-child(1){border:0}}body.comparison--visible .footer{padding-bottom:50px}footer{background:#fff}footer>.container-fluid{padding:44px 40px 40px;display:flex}footer>.container-fluid>.box{position:relative;width:25%;flex-grow:0}footer .block--footer .box{margin-top:2px}footer .block--footer .box>div>h2{font-size:12px;font-weight:600;margin-bottom:7px;margin-top:0;color:#586168}footer .block--footer .box p{font-size:11px;line-height:1.5em;margin:0}footer .block--footer .box p:not(:last-child){margin-bottom:5px}#footer-menu{margin-left:103px}#footer-menu .container-fluid{padding:0}#footer-menu .nav-footer{width:100%}#footer-menu .nav-footer>ul>li{padding:0 0 0 8px;line-height:1.6em}#footer-menu .nav-footer>ul>li:first-child{padding-left:0}#footer-menu .nav-footer>ul>li ul{margin-top:0}#footer-menu .nav-footer>ul>li ul a{font-size:12px}#footer-menu .nav-footer>ul>li .menu-header,#footer-menu .nav-footer>ul>li>a{color:#586168;font-weight:600;font-size:12px}#footer-menu .nav-footer>ul>li>a:hover{color:#60b03d}#footer-menu .nav-footer>ul>li:before{display:none}.footer__under{padding:10px 0;text-align:right}.footer__under .logo{display:inline-block;width:90px;vertical-align:middle;margin-left:6px}.footer__under .logo a,.footer__under .logo img{display:inline-block;vertical-align:middle}.footer__under .box--address .box{display:inline-block;font-size:10px;color:#000;background:transparent}.footer__under .box--address .box p{margin:0}@media (max-width:768px){footer>.container-fluid{padding:17px 10px 0 10px}footer .box.kim-jestesmy>div>h2{font-size:14px}footer .box.kim-jestesmy p{font-size:12px}footer #footer-menu .nav-footer>ul.level-1{width:100%}footer #footer-menu .nav-footer>ul.level-1>li{width:100%;padding:13px 0 7px}footer #footer-menu .nav-footer>ul.level-1>li>span,footer #footer-menu .nav-footer>ul.level-1>li>a{font-size:14px;line-height:1.1;display:block;font-weight:600;padding:0 30px 6px 0;position:static}footer #footer-menu .nav-footer>ul.level-1>li>span .icon,footer #footer-menu .nav-footer>ul.level-1>li>a .icon{display:none}footer #footer-menu .nav-footer>ul.level-1>li>span .caret,footer #footer-menu .nav-footer>ul.level-1>li>a .caret{position:absolute;width:24px;right:4px;height:18px;z-index:1;cursor:pointer;top:11px}footer #footer-menu .nav-footer>ul.level-1>li>span .caret:before,footer #footer-menu .nav-footer>ul.level-1>li>a .caret:before{content:'keyboard_arrow_down';font-family:'material';color:#586168;top:50%;left:50%;transform:translate(-50%, -50%);position:absolute;width:auto;font-size:26px}footer #footer-menu .nav-footer>ul.level-1>li>span .caret.active:before,footer #footer-menu .nav-footer>ul.level-1>li>a .caret.active:before{content:'keyboard_arrow_up'}footer #footer-menu .nav-footer>ul.level-1>li>span.active,footer #footer-menu .nav-footer>ul.level-1>li>a.active{color:#60b03d}footer #footer-menu .nav-footer>ul.level-1>li:not(:first-child){border-top:1px solid #c4c4c4}footer #footer-menu .nav-footer>ul.level-1 .level-2{padding-left:20px;padding-right:0;display:none}footer #footer-menu .nav-footer>ul.level-1 .level-2.active{display:block}footer #footer-menu .nav-footer>ul.level-1 .level-2 li:not(:last-child){border-bottom:1px solid #c4c4c4}footer #footer-menu .nav-footer>ul.level-1 .level-2 a{padding:5px 0;display:block;font-size:13px}footer #footer-menu .nav-footer>ul.level-1 .level-2 a.active{color:#60b03d}.footer__under{background:#f2f2f2;padding:20px 0}.footer__under .container-fluid{padding:0 10px}.footer__under .logo{width:90px;height:22px;display:block;margin-bottom:14px;margin-left:0}.footer__under .box.adres p{line-height:1.4;font-size:12px}.footer--contact{width:100%;text-align:center}}@media (max-width:998px){footer>.container-fluid{flex-wrap:wrap}footer>.container-fluid>.box{width:100%;margin-bottom:5px}footer #footer-menu{width:100%;margin:0}}.footer--contact{margin-bottom:20px;font-size:13px;flex-shrink:0;max-width:100%}.footer--contact .contact-block__link{font-size:16px;margin-bottom:15px;display:block}.footer--contact .contact-block__link:before{font-family:'icons' !important;vertical-align:middle;font-size:36px;margin-right:15px;display:inline-block;line-height:40px}.footer--contact .contact-block__link.form:before{content:'\e91c'}.footer--contact .contact-block__link.phone:before{content:'\e91b';font-size:30px}.footer--contact .social-media{margin-top:30px}.footer--contact .social-media a{display:inline-block;margin:0 3px;width:25px;height:32px;font-size:0;-webkit-transition:.3s transform;transition:.3s transform;position:relative;text-indent:-9999px;overflow:hidden}.footer--contact .social-media a:hover{transform:scale(1.2, 1.2)}.footer--contact .social-media a:before{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-family:'icons' !important;font-size:25px;display:block;text-indent:0}.footer--contact .social-media a.facebook:before{content:"\e956"}.footer--contact .social-media a.twitter:before{content:"\e957"}.footer--contact .social-media a.youtube:before{content:"\e958"}.footer--contact .social-media a:first-child{margin-left:0}@media (min-width:999px){.footer--contact{margin-bottom:0}.footer--contact .contact-block__link{width:375px;font-weight:600}}#newsletter{margin-bottom:-20px;background:rgba(0,0,0,0.05);margin-top:20px;padding:30px 10px}#newsletter form{display:contents}#newsletter .newsletter__wrapper{display:flex;flex-wrap:wrap}#newsletter .newsletter__wrapper input[type="email"]{padding:0 15px;line-height:47px;height:47px;border:none;background:#fff;flex-grow:1}#newsletter .newsletter__wrapper input[type="button"],#newsletter .newsletter__wrapper button{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;line-height:47px;height:47px;border-bottom-left-radius:0;border-top-left-radius:0;border:none}#newsletter .newsletter__wrapper input[type="button"]:hover,#newsletter .newsletter__wrapper button:hover{background:#569d36}@media (min-width:1440px){#newsletter .newsletter__wrapper input[type="button"],#newsletter .newsletter__wrapper button{font-size:14px}}#newsletter .newsletter-subscribe-title{color:#191919;display:block;width:100%;margin-bottom:15px;font-weight:500;font-size:20px;line-height:1.2em}#newsletter .newsletter-subscribe-title svg{display:none}#newsletter .newsletter-subscribe-title p{margin:5px 0 0 0;font-size:14px;color:#586168;line-height:1.2em}#newsletter .newsletter-inputs{display:inline-flex;width:100%}@media (min-width:768px){#newsletter .newsletter-subscribe-title{font-size:22px}}@media (min-width:998px){#newsletter{padding:70px 10px}#newsletter .newsletter__wrapper{flex-wrap:nowrap;align-items:center;align-content:center}#newsletter .newsletter-subscribe-title{font-size:26px;width:50%;padding-left:130px;position:relative;padding-right:20px;margin-bottom:0}#newsletter .newsletter-subscribe-title svg{fill:#727272;display:block;position:absolute;left:20px;top:50%;transform:translate(0, -50%);width:75px;height:75px}#newsletter .newsletter-inputs{padding-left:10px;width:auto;flex-grow:1;justify-content:flex-end;padding-right:20px}}@media (min-width:1280px){#newsletter .newsletter-subscribe-title{font-size:30px}}.newsletter-unsubscribe #main{padding-top:20px;padding-bottom:20px}@media (max-width:998px){.newsletter-unsubscribe .header__middle>.container-fluid{padding-left:10px}.newsletter-unsubscribe #main{padding-top:0;padding-bottom:5px}}.newsletter-unsubscribe .main-wrapper{flex-wrap:wrap}.newsletter-unsubscribe .main-wrapper .main-header{display:none}.newsletter-unsubscribe .main-wrapper .content>h1{color:#191919}.newsletter-unsubscribe .main-wrapper #form #form-field-lists-wrapper>label{font-size:15px;text-transform:none;font-weight:normal;color:#586168;margin-bottom:10px}.newsletter-unsubscribe .main-wrapper #form #form-field-lists-wrapper>label:after{content:':'}.newsletter-unsubscribe .main-wrapper #form #form-field-lists-wrapper .form-checkboxes-item{display:flex;margin-bottom:10px}.newsletter-unsubscribe .main-wrapper #form #form-field-lists-wrapper .form-checkboxes-item .icon-checkbox{margin-top:5px;margin-right:10px}.newsletter-unsubscribe .main-wrapper #form #form-field-lists-wrapper .form-checkboxes-item label{font-size:15px;text-transform:none;font-weight:normal;color:#586168;padding:0}.newsletter-unsubscribe .main-wrapper #form input[type="submit"]{border:none}.newsletter-unsubscribe .main-wrapper .alert{width:100%}#overlay #overlay-content-wrapper #form-edit-mail #form-field-mail-wrapper,#overlay #overlay-content-wrapper #form-edit-mail #form-field-phone-wrapper{margin-bottom:20px}#overlay #overlay-content-wrapper #form-edit-mail #form-field-phone-wrapper input{width:100%}#overlay #overlay-content-wrapper #form-edit-mail label+div{margin-top:10px}#overlay #overlay-content-wrapper #form-edit-mail label{float:none}#overlay #overlay-content-wrapper #form-edit-mail .form-checkboxes-item{width:100%;display:flex;margin:0}#overlay #overlay-content-wrapper #form-edit-mail .form-checkboxes-item .icon-checkbox{margin-right:7px;top:1px}#overlay #overlay-content-wrapper #form-edit-mail .form-checkboxes-item input{position:static}#overlay #overlay-content-wrapper #form-edit-mail .form-checkboxes-item input[type="checkbox"]{display:none !important}#overlay #overlay-content-wrapper #form-edit-mail .form-checkboxes-item label{font-weight:normal;padding-top:0;font-size:13px}#overlay #overlay-content-wrapper #form-edit-mail .form-checkboxes-item+.form-checkboxes-item{margin-top:10px}body #overlay.overlay--callme-form #overlay-content-wrapper .form--callme .callme__row label{float:none !important}.footer__under{padding:12px 0}.footer__under .logo{width:146px}.footer__under>.container-fluid{display:flex;align-items:center;justify-content:space-between}@media (max-width:768px){.footer__under>.container-fluid .logo{margin-bottom:0;height:auto}}.footer__under>.container-fluid .investmag a{font-size:12px;color:#586168}.footer__under>.container-fluid .investmag a:hover,.footer__under>.container-fluid .investmag a:active,.footer__under>.container-fluid .investmag a:focus{color:#1B97E1}.diy-tpl .footer__under{margin-top:auto;margin-bottom:0;background:#003554;padding:35px 0;color:#99aebb;font-size:13px}.diy-tpl .footer__under a{color:#99aebb}.diy-tpl .footer__under a:hover,.diy-tpl .footer__under a:focus{color:#5db035}.diy-tpl .footer__under .container-fluid{display:flex;justify-content:space-between}.diy-tpl .footer__under .footer__address{font-size:12px}@media (max-width:600px){.diy-tpl .footer__under .footer__address{display:none}}
.abstract-list label{font-size:13px;color:#7B7B7B;font-weight:600;margin-bottom:5px;line-height:1.2}.abstract-list select{padding:0 10px;line-height:38px;width:100%;border-radius:3px}.abstract-list button#new-address,.abstract-list button#new-invoice{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;margin-left:20px;align-self:center}.abstract-list button#new-address:hover,.abstract-list button#new-invoice:hover{background:#569d36}@media (min-width:1440px){.abstract-list button#new-address,.abstract-list button#new-invoice{font-size:14px}}.abstract-list button.address__select{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;padding:0;width:85px;text-align:center;margin-left:auto;align-self:center}.abstract-list button.address__select:hover{background:#569d36}@media (min-width:1440px){.abstract-list button.address__select{font-size:14px}}.abstract-list button.address__select:not(:last-child){margin-right:-12px}@media (min-width:601px){.abstract-list button.address__select{display:none}}.abstract-list .form-field-checkbox-wrapper{display:flex}.abstract-list .form-field-checkbox-wrapper label{padding-top:0;padding-left:8px}.abstract-list .form-field-checkbox-wrapper .error{margin-top:8px;margin-bottom:16px}.abstract-list #form-field-items-wrapper{margin-top:8px;background-color:#FFF}.abstract-list #form-field-bottom-wrapper{background-color:#FFF;margin-top:8px;padding:20px}.abstract-list .validation--error{position:relative;width:100%;margin-bottom:20px;padding:15px 15px 15px 50px;text-align:left;font-weight:600;color:#be0d0d;border-left:3px solid #be0d0d;background:#fde6e6}.abstract-list .validation--error:before{font-family:'material',Arial,Helvetica,sans-serif;position:absolute;width:40px;left:10px;top:15px;content:'error';font-size:28px;font-weight:normal}.abstract-list .validation--error p:first-child,.abstract-list .validation--error ul:first-child{margin-top:0}.abstract-list .validation--error p:last-child,.abstract-list .validation--error ul:last-child{margin-bottom:0}.abstract-list .list__subtitle{font-size:24px;color:#000;display:flex;width:100%;margin:0 0 8px;justify-content:space-between}.abstract-list .list__subtitle span{display:block;font-size:14px;color:#93999c}.abstract-list .list__subtitle[class$="--icon"]{padding-left:40px;position:relative}.abstract-list .list__subtitle[class$="--icon"]:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e913"}.abstract-list .list__subtitle[class$="--icon"]:before{left:0;transform:translate(0, -50%);font-size:27px;color:#60b03d}@media (max-width:600px){.abstract-list .list__subtitle .list__subtitle{margin-bottom:25px}}.abstract-list .list__block--alert.list__block{padding:0;background:none}.abstract-list .list__block--alert .alert{margin:16px 0 0 0}.abstract-list .list__block--alert .alert+.alert{margin-top:8px}@media (max-width:600px){.abstract-list .list__block--alert .alert{margin-top:8px}.abstract-list .list__block--alert .alert+.alert{margin-top:4px}}.abstract-list .list__block{padding:20px;background:#fff}.abstract-list .list__block+.list__block{margin-top:16px}@media (max-width:600px){.abstract-list .list__block+.list__block{margin-top:8px}}.abstract-list .list__block--items{padding:0;background:none}.abstract-list .list__header{display:flex !important;justify-content:space-between;flex-wrap:wrap}.abstract-list .list__header .list__title{margin:0;font-size:27px;font-weight:700;color:#000}.abstract-list .list__header .list__index{display:flex;align-items:flex-start}.abstract-list .list__header .list__index .add-to-cart__legend{font-size:12px;color:#7B7B7B;font-weight:600;width:auto;padding:13px 0 0 0}.abstract-list .list__header .list__index .add-to-cart__inputs{display:flex}.abstract-list .list__header .list__index .add-to-cart__wrapper p{margin:0;font-size:12px;color:#be0d0d}.abstract-list .list__header .list__index .add-to-cart__params{display:flex;margin-left:20px;justify-content:flex-start}.abstract-list .list__header .list__index .add-to-cart__label{display:none}.abstract-list .list__header .list__index .add-to-cart__input{height:40px;line-height:38px;border:1px solid #cdcbcb;background:#F1F1F1;font-size:13px}.abstract-list .list__header .list__index .add-to-cart__input::-moz-placeholder{color:#696969;opacity:1}.abstract-list .list__header .list__index .add-to-cart__input:-ms-input-placeholder{color:#696969}.abstract-list .list__header .list__index .add-to-cart__input::-webkit-input-placeholder{color:#696969}.abstract-list .list__header .list__index .add-to-cart__input.error{border-color:#be0d0d}.abstract-list .list__header .list__index .add-to-cart__button{width:64px;height:40px;line-height:40px;background-color:#60b03d;border-radius:3px;margin-left:4px;padding-left:10px;padding-right:10px}.abstract-list .list__header .list__index .add-to-cart__button:before{font-family:b2b,sans-serif;content:'\e907';color:#FFF;font-size:22px}.abstract-list .list__header .list__index .add-to-cart__button:hover{background-color:#569d36}.abstract-list .list__header .list__index .add-to-cart__quantity{margin-left:5px}.abstract-list .list__header .list__index .add-to-cart__clear-button{margin-left:16px;padding:6px 0 0 0}.abstract-list .list__header .list__index .add-to-cart__clear-button a{font-size:12px;color:#f11131;font-weight:700;text-transform:lowercase}.abstract-list .list__header .list__index .add-to-cart__clear-button a:before{position:relative;bottom:-1px;content:'\e947';font-family:'icons',sans-serif;font-size:18px;float:right;margin-left:8px}.abstract-list .list__header .list__index .add-to-cart__clear-button a:hover{opacity:.8}@media (max-width:900px){.abstract-list .list__header .list__index{width:100%;margin-top:16px;justify-content:flex-end}}@media (max-width:700px){.abstract-list .list__header .list__index{flex-wrap:wrap;justify-content:flex-start}.abstract-list .list__header .list__index .add-to-cart__legend{width:100%;margin-bottom:4px}.abstract-list .list__header .list__index .add-to-cart__params{margin-left:0}.abstract-list .list__header .list__index .add-to-cart__clear-button{margin-left:auto;margin-right:0}}@media (max-width:600px){.abstract-list .list__header .list__index{position:relative}.abstract-list .list__header .list__index .add-to-cart__legend{padding-top:0}.abstract-list .list__header .list__index .add-to-cart__clear-button{position:absolute;right:0;top:-46px;padding-top:0}.abstract-list .list__header .list__index .add-to-cart__params{flex-grow:1;max-width:none;width:calc(100% - 72px)}.abstract-list .list__header .list__index .add-to-cart__index{flex-grow:1;width:calc(100% - 180px)}.abstract-list .list__header .list__index .add-to-cart__input{width:100%}.abstract-list .list__header .list__index .add-to-cart__quantity{width:104px}}.abstract-list .list__header .list__multiple{position:relative;width:100%;padding:0;margin-top:16px;display:flex;align-items:center;flex-wrap:wrap;margin-bottom:-8px}.abstract-list .list__header .list__multiple>div{margin-bottom:8px}.abstract-list .list__header .list__multiple .multiple-actions__buttons-wrapper{display:flex;margin-left:auto}@media (max-width:900px){.abstract-list .list__header .list__multiple .line-break{width:100%;display:block}}@media (max-width:600px){.abstract-list .list__header .list__multiple{margin-top:0}.abstract-list .list__header .list__multiple .multiple-actions__buttons-wrapper{margin-left:0;flex-wrap:wrap;width:100%}}.abstract-list .list__header .list__multiple .multiple-actions__selector{margin-right:10px}.abstract-list .list__header .list__multiple .multiple-actions__selector .multipleFormItems{height:40px}.abstract-list .list__header .list__multiple .multiple-actions__selector span.check-all{display:inline-block;font-size:12px;font-weight:600;color:#7B7B7B;padding:14px 0;margin-left:6px}.abstract-list .list__header .list__multiple .multiple-actions__selector label{display:inline-block;width:auto;margin:0;padding:0}.abstract-list .list__header .list__multiple .multiple-actions__button{margin-right:10px}.abstract-list .list__header .list__multiple .multiple-actions__button:last-child{margin-right:0}.abstract-list .list__header .list__multiple .multiple-actions__button.multiple-actions__button--import,.abstract-list .list__header .list__multiple .multiple-actions__button.add-to-cart__clear-button{margin-left:auto}.abstract-list .list__header .list__multiple .multiple-actions__button.multiple-actions__button--import~.add-to-cart__clear-button{margin-left:0}.abstract-list .list__header .list__multiple .multiple-actions__button.add-to-cart__clear-button a{text-align:center}.abstract-list .list__header .list__multiple .multiple-actions__button .form-field-button{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;color:#959595;background-color:#fff;border:1px solid #959595;line-height:38px;transition:.3s background-color,.3s color;line-height:28px;font-weight:600;font-size:13px;height:40px;background:none;text-transform:initial;padding:5px 14px;cursor:pointer;width:100%;display:inline-block}.abstract-list .list__header .list__multiple .multiple-actions__button .form-field-button:hover{background:#569d36}@media (min-width:1440px){.abstract-list .list__header .list__multiple .multiple-actions__button .form-field-button{font-size:14px}}.abstract-list .list__header .list__multiple .multiple-actions__button .form-field-button:hover{color:#fff;background-color:#959595}.abstract-list .list__header .list__multiple .multiple-actions__button .form-field-button.form-field-button--primary{color:#60b03d;font-weight:700}.abstract-list .list__header .list__multiple .multiple-actions__button.multiple-actions__button--add{position:relative}.abstract-list .list__header .list__multiple .multiple-actions__button.multiple-actions__button--add:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:''}.abstract-list .list__header .list__multiple .multiple-actions__button.multiple-actions__button--add:before{z-index:1;color:#60b03d;content:'\e907';font-size:16px;font-family:b2b,sans-serif !important;left:20px}.abstract-list .list__header .list__multiple .multiple-actions__button.multiple-actions__button--add:hover:before{color:#fff}@media (max-width:600px){.abstract-list .list__header .list__multiple .multiple-actions__button{width:100%;margin-bottom:16px;margin-right:0}.abstract-list .list__header .list__multiple .multiple-actions__button input{width:100%}}.abstract-list .list__header .list__multiple .multiple-actions__print-list{height:40px;padding:10px 0 10px 12px;font-size:12px;font-weight:600;text-transform:initial;color:#60b03d;margin-left:auto}.abstract-list .list__header .list__multiple .multiple-actions__print-list:hover{color:#191919}.abstract-list .list__header .list__multiple .multiple-actions__print-list:before{position:absolute;left:-10px}.abstract-list .list__header .list__multiple.multiple-actions__button:before{z-index:1}.abstract-list .list__header .list__multiple.multiple-actions__button:hover:before{color:#fff}.abstract-list .list__header .list__multiple.multiple-actions__button{position:relative}.abstract-list .list__header .list__multiple.multiple-actions__button:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e947"}.abstract-list .list__header .list__multiple.multiple-actions__button:before{left:25px;color:#808080}.abstract-list .list__header .list__multiple.multiple-actions__button input{padding-right:22px}.abstract-list .list__header .list__multiple.multiple-actions__button.pricelist{position:relative}.abstract-list .list__header .list__multiple.multiple-actions__button.pricelist:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e966"}.abstract-list .list__header .list__multiple.multiple-actions__button.pricelist:before{left:25px;color:#808080}.abstract-list .list__block--summary .list__subtitle:before{font-family:'material';content:"payments"}.abstract-list .list__block--summary .order-price__block{display:flex;justify-content:flex-end;align-items:center;font-size:14px;color:#8B8B8B;font-weight:600}.abstract-list .list__block--summary .order-price__block .price__value{margin-left:8px;color:#000}.abstract-list .list__block--summary .order-price__block .price__value span{font-weight:bold}.abstract-list .list__block--summary .order-price__block.order-price__block--small{font-size:13px}.abstract-list .list__block--summary .order-price__block.order-price__block--big{margin-top:8px}.abstract-list .list__block--summary .order-price__block.order-price__block--big .price__value{font-size:20px}.abstract-list .list__block--summary .order-price__block.order-price__block--color .price__value{color:#60b03d}.abstract-list .list__block.list__block--delivery{padding:0;background:none}.abstract-list .list__block.list__block--delivery .list__country{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;background-color:#FFF;margin:8px 0 0 0;padding:20px}.abstract-list .list__block.list__block--delivery .list__country label{width:100%;font-size:16px;display:block;text-align:left;font-weight:700;color:#000;line-height:37px;margin-top:0;padding:0}.abstract-list .list__block.list__block--delivery .list__country select{padding:0 10px;height:40px;line-height:38px;border-radius:3px;width:100%}@media (min-width:768px){.abstract-list .list__block.list__block--delivery .list__country{text-align:right}.abstract-list .list__block.list__block--delivery .list__country select{width:395px}.abstract-list .list__block.list__block--delivery .list__country label{width:auto;margin-right:32px;display:inline-block}}.abstract-list .list__block.list__block--delivery .list__delivery--error .delivery__row{border-color:#ef5350}.abstract-list .list__block.list__block--delivery .list__delivery--error .delivery__row ul li{border-color:#ef5350}.abstract-list .list__delivery{display:inline-block;width:100%;position:relative;background-color:#FFF;padding:20px;margin-bottom:-6px}.abstract-list .list__delivery>.list__subtitle{margin:0;font-size:24px;color:#000;display:inline-block;vertical-align:top;font-weight:bold;line-height:1.3;width:30%;float:left;text-transform:none;position:relative;padding:0 30px 0 48px}.abstract-list .list__delivery>.list__subtitle:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e913"}@media (max-width:768px){.abstract-list .list__delivery>.list__subtitle{width:100%;font-size:18px}}.abstract-list .list__delivery>.list__subtitle:before{left:5%;top:60%;font-size:27px;color:#60b03d}.abstract-list .list__delivery .delivery__container{float:right;width:70%;padding-top:12px}.abstract-list .list__delivery p.error{margin-left:0;padding:10px 30px;float:left;clear:left;background-color:#ef5350;color:#fff;margin-top:10px}.abstract-list .list__delivery .delivery__row{float:left;width:100%;border-top:1px solid #cfd8dc;margin:0;padding:0}.abstract-list .list__delivery .delivery__row .delivery__name{float:left;width:50%;display:block;padding:10px 5px 5px 15px;color:#000;font-weight:700;font-size:14px;margin:0}.abstract-list .list__delivery .delivery__row .delivery__name .transport-description{clear:left;margin-left:0;color:#93999c;text-transform:lowercase;font-size:12px}.abstract-list .list__delivery .delivery__row ul{margin:0 0 10px 0;display:inline-block;width:50%;float:right;padding:0;list-style:none}.abstract-list .list__delivery .delivery__row ul li{border:1px solid #cfd8dc;margin-top:-1px;display:flex;padding:5px 25px 5px 35px;position:relative}.abstract-list .list__delivery .delivery__row ul li input{display:none}.abstract-list .list__delivery .delivery__row ul li label{font-weight:400;background-color:#fff;display:block;cursor:pointer;font-size:12px;width:auto;padding:5px 0 0 0;margin:0 10px 0 0;color:#191919}.abstract-list .list__delivery .delivery__row ul li label:before{box-sizing:border-box;font-family:icons,sans-serif;content:'';color:#60b03d;position:absolute;left:10px;top:50%;width:14px;height:14px;background:#fff;border-radius:50%;border:2px solid #d8d8d8;margin-top:-7px;font-size:14px}.abstract-list .list__delivery .delivery__row ul li label:hover:before{font-family:icons,sans-serif;content:'';position:absolute;background:#60b03d}.abstract-list .list__delivery .delivery__row ul li span{margin:0 0 0 auto;font-size:14px;font-weight:700;padding-left:25px;color:#000}.abstract-list .list__delivery .delivery__row ul li input:checked+label{cursor:default}.abstract-list .list__delivery .delivery__row ul li input:checked+label:before{font-family:icons,sans-serif;content:'';position:absolute;background:#60b03d}.abstract-list .list__delivery .delivery__row .delivery-price{display:none}@media (max-width:998px){.abstract-list .list__delivery>.list__subtitle:before{left:15px}.abstract-list .list__delivery .delivery__container{padding-top:22px}.abstract-list .list__delivery>.list__subtitle,.abstract-list .list__delivery .delivery__container{width:100%}}@media (max-width:768px){.abstract-list .list__delivery .delivery__row .delivery__name{width:30%}.abstract-list .list__delivery .delivery__row ul{width:70%}}@media (max-width:600px){.abstract-list .list__delivery .delivery__row{border-top:none}.abstract-list .list__delivery .delivery__row .delivery__name{width:100%;padding:0;margin-bottom:15px}.abstract-list .list__delivery .delivery__row ul{width:100%}}@media screen and (max-width:599px){.abstract-list .list__delivery>label,.abstract-list .list__delivery>legend,.abstract-list .list__delivery>.group__legend{margin-bottom:15px;font-size:18px}.abstract-list .list__delivery>label>span,.abstract-list .list__delivery>legend>span,.abstract-list .list__delivery>.group__legend>span{display:inline-block}}.abstract-list .list__delivery .payment .transport-value{display:none}.abstract-list .list__country+.list__delivery{margin-top:16px}.abstract-list .list__block--discount-codes .list__discount .list__subtitle:before{font-family:'material';content:"local_offer"}@media (max-width:768px){.abstract-list .list__block--discount-codes .list__discount .list__subtitle{margin-bottom:25px}}.abstract-list .list__block--discount-codes .list__discount .discount__form{display:flex;justify-content:flex-end;width:100%}.abstract-list .list__block--discount-codes .list__discount .discount__form label{width:auto;margin:0 32px 0 0;font-size:16px;font-weight:700;color:#191919;line-height:40px;padding-top:0}.abstract-list .list__block--discount-codes .list__discount .discount__form input[type="text"]{height:40px;padding-top:0;padding-bottom:0;width:222px}@media (max-width:768px){.abstract-list .list__block--discount-codes .list__discount .discount__form{justify-content:flex-start}.abstract-list .list__block--discount-codes .list__discount .discount__form input[type="text"]{flex-grow:1}}@media (max-width:600px){.abstract-list .list__block--discount-codes .list__discount .discount__form{flex-wrap:wrap}.abstract-list .list__block--discount-codes .list__discount .discount__form input[type="text"]{width:auto}.abstract-list .list__block--discount-codes .list__discount .discount__form label{width:100%;line-height:1.3;margin-bottom:10px}}.abstract-list .list__block--discount-codes .list__discount .discount__form button{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;margin-left:4px}.abstract-list .list__block--discount-codes .list__discount .discount__form button:hover{background:#569d36}@media (min-width:1440px){.abstract-list .list__block--discount-codes .list__discount .discount__form button{font-size:14px}}.abstract-list .list__block--discount-codes .list__discount .discount__codes{display:flex;justify-content:flex-end;width:100%;margin-top:10px}.abstract-list .list__block--discount-codes .list__discount .discount__codes label{width:auto;margin:0 32px 0 0;font-size:16px;font-weight:700;color:#191919;line-height:40px;padding-top:0}@media (max-width:768px){.abstract-list .list__block--discount-codes .list__discount .discount__codes{justify-content:flex-start}.abstract-list .list__block--discount-codes .list__discount .discount__codes .discount__code-list{flex-grow:1}}@media (max-width:600px){.abstract-list .list__block--discount-codes .list__discount .discount__codes{flex-wrap:wrap}.abstract-list .list__block--discount-codes .list__discount .discount__codes label{display:none}}.abstract-list .list__block--discount-codes .list__discount .discount__code{text-align:right;min-height:40px;line-height:40px;display:flex;align-items:center;justify-content:flex-end}.abstract-list .list__block--discount-codes .list__discount .discount__code>*{line-height:1.1em}.abstract-list .list__block--discount-codes .list__discount .discount__info{position:relative}.abstract-list .list__block--discount-codes .list__discount .discount__code-list{min-width:306px}.abstract-list .list__block--discount-codes .list__discount .discount__delete{font-family:'material';margin-left:4px;font-size:18px;width:80px;text-align:center}.abstract-list .list__block--discount-codes .list__discount .discount__delete:hover{color:#60b03d}.abstract-list .list__block.list__block--buttons,.abstract-list .list__block.list__block--thresholds{margin-top:0}.abstract-list .list__block--summary+.list__block.list__block--buttons,.abstract-list .list__block--summary+.list__block.list__block--thresholds,.abstract-list .list__block--thresholds+.list__block.list__block--buttons{padding-top:0}.abstract-list .list__block.list__block--thresholds{display:flex;justify-content:flex-end}.abstract-list .thresholds__container{padding:8px 16px;background-color:#e7ffca;font-weight:600;border:1px solid #cfd8dc}.abstract-list .thresholds__container span{color:#60b03d;font-weight:700}.abstract-list .list__buttons{position:relative;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;padding:0}.abstract-list .list__buttons button,.abstract-list .list__buttons a.list-buttons__button{position:relative;height:40px;line-height:40px;font-weight:600}.abstract-list .list__buttons button:not(.list-buttons__button--primary, .list-buttons__button--back),.abstract-list .list__buttons a.list-buttons__button:not(.list-buttons__button--primary, .list-buttons__button--back){color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;color:#959595;background-color:#fff;border:1px solid #959595;line-height:38px;transition:.3s background-color,.3s color;font-weight:600}.abstract-list .list__buttons button:not(.list-buttons__button--primary, .list-buttons__button--back):hover,.abstract-list .list__buttons a.list-buttons__button:not(.list-buttons__button--primary, .list-buttons__button--back):hover{background:#569d36}@media (min-width:1440px){.abstract-list .list__buttons button:not(.list-buttons__button--primary, .list-buttons__button--back),.abstract-list .list__buttons a.list-buttons__button:not(.list-buttons__button--primary, .list-buttons__button--back){font-size:14px}}.abstract-list .list__buttons button:not(.list-buttons__button--primary, .list-buttons__button--back):hover,.abstract-list .list__buttons a.list-buttons__button:not(.list-buttons__button--primary, .list-buttons__button--back):hover{color:#fff;background-color:#959595}.abstract-list .list__buttons button:not(.list-buttons__button--primary, .list-buttons__button--back):hover,.abstract-list .list__buttons a.list-buttons__button:not(.list-buttons__button--primary, .list-buttons__button--back):hover{color:#FFF}.abstract-list .list__buttons button:not(.list-buttons__button--primary, .list-buttons__button--back).list-buttons__button--icon:hover:before,.abstract-list .list__buttons a.list-buttons__button:not(.list-buttons__button--primary, .list-buttons__button--back).list-buttons__button--icon:hover:before{color:#FFF}.abstract-list .list__buttons button.list-buttons__button--icon,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--icon{padding:0 54px 0 28px}.abstract-list .list__buttons button.list-buttons__button--icon:before,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--icon:before{font-size:18px;left:auto;right:10px}.abstract-list .list__buttons button.list-buttons__button--primary,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--primary{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;min-width:217px;font-weight:600;text-align:center}.abstract-list .list__buttons button.list-buttons__button--primary:hover,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--primary:hover{background:#569d36}@media (min-width:1440px){.abstract-list .list__buttons button.list-buttons__button--primary,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--primary{font-size:14px}}.abstract-list .list__buttons button.list-buttons__button--reject,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--reject{border-color:#be0d0d;color:#be0d0d}.abstract-list .list__buttons button.list-buttons__button--reject:hover,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--reject:hover,.abstract-list .list__buttons button.list-buttons__button--reject:active,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--reject:active{background:#be0d0d;color:#fff}.abstract-list .list__buttons button.list-buttons__button--accept,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--accept{border-color:#60b03d;background:#60b03d;color:#fff}.abstract-list .list__buttons button.list-buttons__button--accept:hover,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--accept:hover,.abstract-list .list__buttons button.list-buttons__button--accept:active,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--accept:active{background:#fff;color:#60b03d}.abstract-list .list__buttons button.list-buttons__button--back,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--back{padding-left:10px;font-size:12px;font-weight:500;color:#8B8B8B;text-align:left;position:relative}.abstract-list .list__buttons button.list-buttons__button--back:before,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--back:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:'\e945'}.abstract-list .list__buttons button.list-buttons__button--back:before,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--back:before{left:3px;font-size:8px}.abstract-list .list__buttons button.list-buttons__button--back:hover,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--back:hover{color:#60b03d}@media (max-width:855px){.abstract-list .list__buttons button,.abstract-list .list__buttons a.list-buttons__button{margin-top:16px}}@media (max-width:600px){.abstract-list .list__buttons button.list-buttons__button--back,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--back{order:1}.abstract-list .list__buttons button.list-buttons__button--primary,.abstract-list .list__buttons a.list-buttons__button.list-buttons__button--primary{order:5;margin-right:16px}.abstract-list .list__buttons button#save-to-shopping-list,.abstract-list .list__buttons a.list-buttons__button#save-to-shopping-list{order:3}.abstract-list .list__buttons button#save-to-enquiry,.abstract-list .list__buttons a.list-buttons__button#save-to-enquiry{order:4}}.abstract-list .list__buttons .list-buttons__button+.list-buttons__button{margin-left:16px}.abstract-list .list__buttons .list-buttons__button--back{margin-right:auto}.abstract-list .list__buttons .list-buttons__button--to-shopping-list{position:relative}.abstract-list .list__buttons .list-buttons__button--to-shopping-list:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:'\e923'}.abstract-list .list__buttons .list-buttons__button--to-shopping-list:before{font-family:b2b,sans-serif !important}.abstract-list .list__buttons .list-buttons__button--enquiry{position:relative}.abstract-list .list__buttons .list-buttons__button--enquiry:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:'\e94a'}@media (max-width:600px){.abstract-list .list__buttons button{margin:16px 0 0 0 !important;width:100%}.abstract-list .list__buttons button.list-buttons__button--back{margin:0 !important}}.abstract-list .list__tooltip{position:relative;width:14px;height:14px;vertical-align:middle;margin-left:5px}.abstract-list .list__tooltip i:before{color:#C9C9C9;transform:scale(1.1, 1);display:inline-block;font-size:14px}.abstract-list .list__tooltip:hover i:before{color:#60b03d}.abstract-list .list__tooltip:before,.abstract-list .list__tooltip:after{margin-bottom:7px}@media (max-width:998px){.abstract-list .list__tooltip{width:30px;height:30px;text-align:center;line-height:30px}.abstract-list .list__tooltip i:before{font-size:20px}.abstract-list .list__tooltip:hover i:before{color:#C9C9C9}.abstract-list .list__tooltip:hover:before,.abstract-list .list__tooltip:hover:after{display:none}.abstract-list .list__tooltip.active i:before,.abstract-list .list__tooltip.active:hover i:before{color:#60b03d}.abstract-list .list__tooltip.active:before,.abstract-list .list__tooltip.active:hover:before,.abstract-list .list__tooltip.active:after,.abstract-list .list__tooltip.active:hover:after{display:block;transform:scale(1)}}@media (min-width:999px){.abstract-list .list__tooltip.tooltip--click:hover i:before{color:#C9C9C9}.abstract-list .list__tooltip.tooltip--click:hover:before,.abstract-list .list__tooltip.tooltip--click:hover:after{display:none}.abstract-list .list__tooltip.tooltip--click.active i:before,.abstract-list .list__tooltip.tooltip--click.active:hover i:before{color:#60b03d}.abstract-list .list__tooltip.tooltip--click.active:before,.abstract-list .list__tooltip.tooltip--click.active:hover:before,.abstract-list .list__tooltip.tooltip--click.active:after,.abstract-list .list__tooltip.tooltip--click.active:hover:after{display:block;transform:scale(1)}}.abstract-list .list__delivery-details .list__shortcut,.abstract-list .list__delivery-details .list__details{margin-top:16px}.abstract-list .list__delivery-details .list__shortcut .list__subtitle{margin-bottom:0;padding-bottom:0;font-size:13px;padding-top:25px}.abstract-list .list__delivery-details .shortcut__block{font-weight:600;font-size:14px}.abstract-list .list__delivery-details .shortcut__block span{color:#191919}.abstract-list .list__delivery-details .shortcut__block,.abstract-list .list__delivery-details .list__shortcut .list__subtitle{padding:20px;background:#fff;margin-bottom:1px}.abstract-list .list__delivery-details .shortcut__block--price{padding-bottom:10px;padding-top:10px}.abstract-list .list__delivery-details .shortcut__block--price .discount-price{font-weight:bold}.abstract-list .list__delivery-details .shortcut__block--delivery{padding-top:10px}@media (min-width:999px){.abstract-list .list__delivery-details{display:flex}.abstract-list .list__delivery-details .list__shortcut{width:calc(25% - 8px);margin-right:8px}.abstract-list .list__delivery-details .list__details{width:calc(75% - 8px);margin-left:8px}}.abstract-list .list__block--address .list__subtitle,.abstract-list .list__block--invoice .list__subtitle{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.abstract-list .list__block--comments .comments__container{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:15px}.abstract-list .list__block--comments .comments__container .comment,.abstract-list .list__block--comments .comments__container .custom-number{width:calc(50% - 10px)}.abstract-list .list__block--comments .comments__container .comment label,.abstract-list .list__block--comments .comments__container .custom-number label{padding:0;margin:0 0 8px 0}.abstract-list .list__block--comments .comments__container .comment textarea{width:100%}.abstract-list .list__block--comments .comments__container .custom-number input[type="text"]{width:100%;padding:0 10px;height:40px}@media (max-width:600px){.abstract-list .list__block--comments .comments__container .comment,.abstract-list .list__block--comments .comments__container .custom-number{width:100%}.abstract-list .list__block--comments .comments__container .custom-number{margin-top:16px}}.abstract-list .list__block--mpk .list__structure,.abstract-list .list__block--mpk .list__label{width:25%}@media (max-width:600px){.abstract-list .list__block--mpk .list__structure,.abstract-list .list__block--mpk .list__label{width:100%}}.abstract-list .list__block--mpk .list__label{margin-top:4px}.abstract-list .address{width:100%;margin:0 0 -1px 0}.abstract-list .address:last-child{margin-right:auto}.abstract-list .address.selected label,.abstract-list .address.invoice label{border-color:#60b03d;position:relative}.abstract-list .address input[type="radio"]{display:none}.abstract-list .address label,.abstract-list .address .address__label{font-size:13px;font-weight:normal;display:block;line-height:1.6em;cursor:pointer;margin:0;padding:20px;border:1px solid #f2f2f2;min-height:100%}.abstract-list .address label .address__select,.abstract-list .address .address__label .address__select{margin-top:12px;color:#60b03d;font-size:13px;text-align:right}.abstract-list .address label .address__select:hover,.abstract-list .address .address__label .address__select:hover,.abstract-list .address label .address__select:active,.abstract-list .address .address__label .address__select:active{color:#000}.abstract-list .address label span,.abstract-list .address .address__label span{display:block}.abstract-list .address input[type="radio"]:checked+label,.abstract-list .address input[type="radio"]:checked+.address__label{border:1px solid #60b03d;position:relative;z-index:1}.abstract-list .address .address__company,.abstract-list .address .invoice__company{font-weight:bold;line-height:1.3em;margin-bottom:3px;display:block;overflow:hidden;text-overflow:ellipsis}.abstract-list .address .address__phone span,.abstract-list .address .invoice__phone span{display:inline}@media (max-width:600px){.abstract-list .address{border-right-width:1px}}@media (min-width:601px) and (max-width:768px){.abstract-list .address{width:50%;margin-right:-1px}}@media (min-width:769px) and (max-width:1439px){.abstract-list .address{width:33.33%;margin-right:-1px}}@media (min-width:1440px){.abstract-list .address{width:25%;margin-right:-1px}}.abstract-list .invoice__container .invoice{text-align:center;font-size:13px;padding:20px;font-weight:600}.abstract-list .address__filter{width:25%;margin-top:8px;margin-bottom:20px}.abstract-list .address__filter .address-filter__label{width:auto;padding:0;margin-bottom:8px;color:#191919}.abstract-list .address__filter .address-filter__container{display:flex;width:100%;position:relative}.abstract-list .address__filter .address-filter__input{padding:0 50px 0 10px;height:40px;width:100%}.abstract-list .address__filter .address-filter__clear{width:40px;height:40px;cursor:pointer;position:absolute;right:0;top:0}.abstract-list .address__filter .address-filter__clear:after{font-family:b2b;content:"\e92a";font-size:14px;color:#586168;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-weight:normal}.abstract-list .address__filter .address-filter__clear:hover:after{color:#60b03d}@media (max-width:600px){.abstract-list .address__filter{width:100%}}.abstract-list .address__container,.abstract-list .invoice__container{width:100%;display:flex;flex-wrap:wrap}.abstract-list .address__container .error:not(:first-child),.abstract-list .invoice__container .error:not(:first-child){display:block;margin-top:10px}.abstract-list .consents-wrapper{margin-bottom:16px;padding-top:16px}.abstract-list .consents-wrapper div.form-field-checkbox{align-items:flex-start}.abstract-list .consents-wrapper input[type="checkbox"]+.icon-checkbox{margin-top:5px}.abstract-list .consents-wrapper label{margin-bottom:0;color:#191919;font-weight:600;line-height:23px;font-size:14px;padding-left:16px}.summary__container{display:flex;width:100%;flex-wrap:wrap}.summary__container .summary__price{padding-top:25px;margin-top:25px;border-top:1px solid #f2f2f2;width:100%}@media (min-width:999px){.summary__container .summary__price{width:35%;align-self:flex-end;border-top:none;flex-grow:1}}.summary__container .summary__delivery{display:flex;width:100%;margin-top:10px;flex-wrap:wrap}.summary__container .summary__delivery .block__row{padding:10px 0;border-bottom:1px solid #f2f2f2}.summary__container .summary__delivery .block__row:last-child{border-bottom:none}.summary__container .summary__delivery .tracking{margin-top:8px}.summary__container .summary__delivery .tracking .tracking__list{padding:0;margin:4px 0 0 0;list-style:none}.summary__container .summary__delivery .tracking .tracking__list li{padding:0;font-size:14px;padding-left:13px;position:relative}.summary__container .summary__delivery .tracking .tracking__list li:before{content:'•';margin-right:8px;color:#60b03d;position:absolute;left:0}.summary__container .summary__delivery .tracking .tracking__list li a{padding:0;margin:0 0 0 4px;font-size:14px}@media (min-width:999px){.summary__container .summary__delivery{width:65%;flex-grow:1}}.summary__container .summary__block--details{width:50%;flex-shrink:0;padding-right:30px}@media (max-width:600px){.summary__container .summary__block--details{width:100%;padding-right:0}}.summary__container .summary__block{font-size:14px;color:#191919;font-weight:600}.summary__container .summary__block strong{color:#8B8B8B;font-weight:600}.summary__container .summary__block a{color:#60b03d;padding-left:24px;margin-left:auto;display:inline-block}.summary__container .summary__block a:hover{color:#191919}.summary__container .summary__container .flex-container,.summary__container .summary__block--transport .flex-container,.summary__container .flex-container{display:flex;align-items:flex-start}.summary__container .summary__block--transport{width:50%;padding-left:30px;border-left:1px solid #f2f2f2}.summary__container .summary__block--transport.flex-container{align-items:flex-start}.summary__container .summary__block--transport .address{width:auto;border:none !important}.summary__container .summary__block--transport .address span{display:block}.summary__container .summary__block--transport .address .address__name{font-weight:bold}@media (max-width:600px){.summary__container .summary__block--transport{width:100%;padding-left:0;border-top:1px solid #f2f2f2;border-left:none}}.summary__container .summary__block--comment{width:100%;padding:10px 0;border-top:1px solid #F4F4F4;border-bottom:1px solid #F4F4F4;margin-top:30px;margin-bottom:30px}.summary__container .summary__block--comment strong{display:block;margin-bottom:10px}.table__list{background:#fff}.table__list .quantity,.table__list .subscription{text-align:center}.table__list tbody tr td a{font-weight:600}.table__list tbody tr td.quantity input{width:70px;height:35px;padding:0 10px;font-size:14px;color:#939393;border-color:#cdcbcb;background:#F1F1F1}.table__list tbody tr td .product-buy__quantity{display:inline-block;flex-shrink:0;width:24px;height:30px;text-align:center;color:#586168;overflow:hidden;text-indent:-9999px;top:50%;padding:0;margin-top:-15px;position:relative}.table__list tbody tr td .product-buy__quantity:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:''}.table__list tbody tr td .product-buy__quantity:before{text-indent:0;font-size:18px}.table__list tbody tr td .product-buy__quantity--less:before{content:'\e90b'}.table__list tbody tr td .product-buy__quantity--more:before{content:'\e909'}.table__list tbody tr td .product-buy__quantity--less:hover:before{content:'\e90c'}.table__list tbody tr td .product-buy__quantity--more:hover:before{content:'\e90a'}.table__list tbody tr td.image img{max-width:none;max-height:60px;vertical-align:middle}.table__list tbody tr td.name{line-height:14px;text-align:left;font-size:12px;font-weight:bold;padding:5px 10px;color:#1d1d1b}.table__list tbody tr td.name p{margin:0}.table__list tbody tr td.name a{display:inline-block;cursor:pointer;vertical-align:middle;color:#191919;font-size:12px;font-weight:600;line-height:1.3}.table__list tbody tr td.name a:hover{opacity:.8;color:#60b03d}.table__list tbody tr td.name a.add-to-clipboard,.table__list tbody tr td.name a.delete,.table__list tbody tr td.name .move{margin-bottom:0;display:inline-block;color:#60b03d;text-transform:lowercase;font-size:12px;font-weight:normal}.table__list tbody tr td.name a.add-to-clipboard:before,.table__list tbody tr td.name a.delete:before,.table__list tbody tr td.name .move:before{font-family:icons sans-serif;margin-right:10px;display:inline-block;text-align:center;vertical-align:middle;position:relative;top:-1px}.table__list tbody tr td.name a.add-to-clipboard{margin-right:40px}.table__list tbody tr td.name a.move{margin-right:40px}.table__list tbody tr td.index{max-width:125px}.table__list tbody tr td.price{font-size:12px;line-height:24px;text-transform:lowercase}.table__list tbody tr td.price .oldprice{color:#be0d0d;font-size:14px;text-decoration:line-through}.table__list tbody tr td.price .discount{color:#60b03d;font-size:14px}.table__list tbody tr td.price .discount span{margin-right:15px}.table__list tbody tr td.delete a,.table__list tbody tr td.add a{line-height:1.3;display:inline-block}.table__list tbody tr td.delete a:hover,.table__list tbody tr td.add a:hover{color:#191919}.table__list tbody tr td .th{display:none}.table__list tbody tr td.discount>.discount-price{width:auto}.table__list tbody tr td.action .item__select{display:none}.table__list tbody tr td.action .item__select+a{margin-left:0}@media (min-width:999px){.table__list th.delete{padding-right:20px}.table__list th.price-net,.table__list th.summary-net{width:110px}.table__list th.name{width:30%}.table__list tbody tr td.delete{padding-right:20px}.table__list tbody tr td.quantity,.table__list tbody tr td.action{white-space:nowrap}.table__list tbody tr td.summary-net span,.table__list tbody tr td.price-net span{white-space:nowrap}}@media (min-width:1281px){.table__list th.name{width:auto}.table__list tbody tr td.image{width:70px;text-align:center}.table__list tbody tr td.name{width:35%}}@media (min-width:1441px){.table__list tbody tr td.name{width:45%}}@media (max-width:998px){.table__list{border-top:1px solid transparent}.table__list thead{display:none}.table__list tbody tr{display:flex;flex-wrap:wrap;position:relative;padding:15px 10px;border-bottom:8px solid #f2f2f2;border-top:none}.table__list tbody tr:last-child{border-bottom:none}.table__list tbody tr:first-child{border-top:0}.table__list tbody tr td.price-net,.table__list tbody tr td.price-gross,.table__list tbody tr td.summary-net,.table__list tbody tr td.summary-gross,.table__list tbody tr td.subscription{text-align:left}.table__list tbody tr td.name{width:100%;padding:0}.table__list tbody tr td.name .availability-alert{color:#60b03d;padding-top:3px;font-size:.9em}.table__list tbody tr td.name:before{display:none}.table__list tbody tr td.name a{font-size:16px;color:#60b03d;font-weight:bold;display:inline}.table__list tbody tr td.name,.table__list tbody tr td.indeks{padding:0 0 0 80px;width:100%}.table__list tbody tr td .price-main{display:inline-block}.table__list tbody tr td.quantity{text-align:left}.table__list tbody tr td.quantity .field-line{display:inline-block;vertical-align:middle}.table__list tbody tr td.indeks{width:100%;position:relative;font-size:12px;margin-bottom:15px;color:#586168;padding-bottom:10px}.table__list tbody tr td.indeks:before{display:none}.table__list tbody tr td.indeks:after{content:'';height:1px;left:-10px;right:-10px;background:#f2f2f2;position:absolute;bottom:0}.table__list tbody tr td.price-net{text-align:left}.table__list tbody tr td.price-net span,.table__list tbody tr td.price-net button{align-self:center}.table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple){line-height:1.3em;padding:0 0 10px;font-size:13px;width:33.33%}.table__list tbody tr td:before{line-height:1.3em;font-weight:700;float:none}.table__list tbody tr td.multiple{padding-bottom:0;top:14px;line-height:1;font-size:1;z-index:2}.table__list tbody tr td.image{left:36px;top:15px;outline:1px solid rgba(0,0,0,0.1);z-index:2;padding:0}.table__list tbody tr td.image img{vertical-align:middle}.table__list tbody tr td.image:first-child{left:10px}.table__list tbody tr td.image:first-child~.name,.table__list tbody tr td.image:first-child~.indeks{padding-left:55px}.table__list tbody tr td.actions,.table__list tbody tr td.action{order:10;width:100%;margin-top:5px;text-align:left;display:flex}.table__list tbody tr td.actions:before,.table__list tbody tr td.action:before{content:'' !important;width:50%;display:block !important}}@media (max-width:600px){.table__list tbody tr td.name{border:none;padding:0 5px 5px 90px;font-size:14px}.table__list tbody tr td.name>a{font-size:14px}.table__list tbody tr td.name:before{content:none}.table__list tbody tr td.indeks{padding-left:90px}.table__list tbody tr td.quantity{text-align:left}.table__list tbody tr td.quantity input{margin:5px 0}.table__list tbody tr td.add,.table__list tbody tr td.delete{text-align:right;width:auto;display:inline-block;border:none}.table__list tbody tr td.price-net{order:4}.table__list tbody tr td.quantity{order:3;text-align:left}.table__list tbody tr td.quantity .product-buy__quantity{top:auto;margin-top:0}.table__list tbody tr td.vat,.table__list tbody tr td.summary-net{order:5}.table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple){display:flex;width:100%}.table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple):before{float:none;flex-grow:0;flex-shrink:0;width:50%}.table__list tbody tr#form-field-pos-suma{width:100%;border:0;text-align:right}.table__list tbody tr#form-field-pos-suma td{float:none;height:auto;background:transparent}}@media (max-width:420px){.table__list tbody tr td.vat{order:4}.table__list tbody tr td.price-net,.table__list tbody tr td.summary-net{order:5}.table__list tbody tr td.indeks{margin-top:3px;margin-bottom:10px}}.abstract-list--empty{padding:20px;background-color:#FFF;text-align:center}@media (max-width:768px){.abstract-list--empty{padding:15px 10px}.abstract-list--empty .list__title{font-size:18px}}.abstract-list--empty p{font-size:14px;color:#586168;font-weight:600}.abstract-list--empty p:last-child{margin-bottom:0}.abstract-list--empty a,.abstract-list--empty button{color:#60b03d;cursor:pointer;font-weight:bold}.abstract-list--empty a:hover,.abstract-list--empty button:hover{color:#191919}.abstract-list--empty button{padding:0}.availability-warning .btn{float:right;clear:right;margin-right:10px}.availability-warning .btn--close{float:left;clear:left;background:#586168}.availability-warning .btn--close:hover,.availability-warning .btn--close:active{background:#4c545a}
.header.page-header.header--cart{border-bottom:none}.steps-wrapper{text-align:center;background-color:#FFF;border-bottom:3px solid #60b03d}.steps-wrapper .container-fluid{display:flex;padding:30px 0;align-items:center}.steps-wrapper .steps__logo{height:40px}.steps-wrapper .steps__logo img{height:40px;width:auto}.steps-wrapper .steps__logo a{display:inline-block;max-width:100%}.steps-wrapper .steps.cart-steps{display:flex;position:relative;flex:1;align-items:center;justify-content:center}.steps-wrapper .step{cursor:pointer;display:inline-flex;align-items:center;text-align:center;position:relative;border-bottom:2px solid transparent}.steps-wrapper .step>span.title{font-size:13px;display:block;color:#191919;width:100%;line-height:1.3em;padding-bottom:6px}.steps-wrapper .step .iterator{margin-right:3px}.steps-wrapper .step:hover{cursor:pointer;border-color:#60b03d}.steps-wrapper .step:hover>span.title{color:#60b03d}.steps-wrapper .step.step.active{border-color:#60b03d;font-weight:700}.steps-wrapper .step.step.active>span.title{color:#60b03d}.steps-wrapper .steps__separator{width:75px;height:1px;background-color:#191919;margin:-7px 35px 0}@media (max-width:998px){.steps-wrapper .container-fluid{padding:15px 10px}.steps-wrapper .steps__separator{width:40px;margin:-7px 15px 0}}@media (max-width:768px){.steps-wrapper .step>span.title{line-height:1.3em}.steps-wrapper .steps__separator{width:12px;margin:-7px 10px 0}}@media (min-width:998px){.cart-content--step1 .list__block--discount-codes .list__discount{display:flex;flex-wrap:wrap;align-items:flex-start}.cart-content--step1 .list__block--discount-codes .list__discount .list__subtitle{margin-right:auto;width:auto}.cart-content--step1 .list__block--discount-codes .list__discount .discount__form{margin-left:auto;width:auto}}.cart-content--step1 .list__block--summary .summary__container .summary__price{margin-top:0;padding-top:16px;border-top:none}@media (min-width:998px){.cart-content--step1 .list__block--summary .list__summary{display:flex;flex-wrap:wrap;align-items:flex-start}.cart-content--step1 .list__block--summary .list__subtitle{width:auto;margin-right:auto}.cart-content--step1 .list__block--summary .summary__container{width:auto;margin-left:auto}.cart-content--step1 .list__block--summary .summary__container .summary__price{padding-top:0}}@media (max-width:1279px) and (min-width:601px){.cart-content--step1 .list__block--buttons .list__buttons{flex-direction:row-reverse;align-items:flex-start}.cart-content--step1 .list__block--buttons .list__buttons .list-buttons__button{order:3;margin-bottom:16px}.cart-content--step1 .list__block--buttons .list__buttons .list-buttons__button.list-buttons__button--primary{order:1}.cart-content--step1 .list__block--buttons .list__buttons .list-buttons__button.list-buttons__button--back{order:5}}#delivery>div{background:#fff;padding:20px;margin-top:16px}#delivery>div input.btn{display:inline-block;border:none;width:auto}#delivery>div>h2{margin:0 0 20px 0;font-size:24px;color:#000;display:inline-block;vertical-align:top;font-weight:bold;line-height:1.3;position:relative}@media (max-width:768px){#delivery>div>h2{font-size:18px}}.cart{padding:0}.cart .main-wrapper{display:block}.cart-content--step2 .cart__block--address .address__edit{color:#60b03d;font-size:14px;font-weight:600;cursor:pointer;display:none;margin-top:10px;padding:0;width:85px;text-align:center}.cart-content--step2 .cart__block--address .address__edit:hover,.cart-content--step2 .cart__block--address .address__edit:active{color:#000}@media (max-width:600px){.cart-content--step2 .cart__block--address .list__subtitle{align-items:center}.cart-content--step2 .cart__block--address .list__subtitle #new-address{padding:0;width:90px}}.cart-content--step2 .cart__block--address h2{margin:0;font-size:24px}.cart-content--step2 .cart__block--address h2 .address__country{font-size:13px;color:#586168;font-weight:600;margin-bottom:5px;line-height:1.2;display:block;margin-top:5px}.cart-content--step2.cart-content--authorization .customer-authorization{margin-top:8px}.cart-content--step2.cart-content--authorization .customer-authorization .customer-authorization__block{background-color:#FFF;border:none}@media (max-width:767px){.cart-content--step2.cart-content--authorization .customer-authorization__block+.customer-authorization__block{margin-top:8px}}.discount{line-height:initial}.discount>.normal-price{text-decoration:line-through;width:100%;display:inline-block}.discount>.discount-price{color:#60b03d !important;width:100%;display:inline-block;margin-top:1px}.discount>.price__value .normal-price{text-decoration:line-through}.discount>.price__value .discount-price{color:#60b03d !important}.availability-alert-table{font-size:12px;margin:24px 0}.availability-alert-table td{padding:16px 0}.availability-alert-table td.col-name{font-size:14px;min-width:400px;font-weight:700}.availability-alert-table tr+tr td{border-top:1px solid #DBDBDB}.order-cart-2 #overlay #overlay-content-wrapper .overlay-content h3 .btn{float:none;margin-bottom:0}@media (max-width:600px){.order-cart-2 #overlay #overlay-content-wrapper .overlay-content h3 .btn{margin-left:0}}.order-cart-2 #overlay #overlay-content-wrapper .overlay-content .delivery_address,.order-cart-2 #overlay #overlay-content-wrapper .overlay-content .invoice_data{width:100%;display:flex;flex-wrap:wrap;padding:0}.order-cart-2 #overlay #overlay-content-wrapper .overlay-content .delivery_address .delivery_one,.order-cart-2 #overlay #overlay-content-wrapper .overlay-content .invoice_data .delivery_one{float:none;margin-bottom:-1px;width:100%;height:auto;padding:15px;font-size:13px;font-weight:600}.order-cart-2 #overlay #overlay-content-wrapper .overlay-content .delivery_address .delivery_one .label,.order-cart-2 #overlay #overlay-content-wrapper .overlay-content .invoice_data .delivery_one .label{display:inline;font-weight:bold;color:#586168;font-size:13px}.order-cart-2 #overlay #overlay-content-wrapper .overlay-content .delivery_address .delivery_one .btn,.order-cart-2 #overlay #overlay-content-wrapper .overlay-content .invoice_data .delivery_one .btn{line-height:34px;padding:0 15px;height:34px}@media (min-width:601px){.order-cart-2 #overlay #overlay-content-wrapper .overlay-content .delivery_address,.order-cart-2 #overlay #overlay-content-wrapper .overlay-content .invoice_data{min-width:500px}.order-cart-2 #overlay #overlay-content-wrapper .overlay-content .delivery_address .delivery_one,.order-cart-2 #overlay #overlay-content-wrapper .overlay-content .invoice_data .delivery_one{width:50%;margin-right:-1px}}.overlay--cart-import #overlay-content-wrapper h4{margin-top:20px}.overlay-content .eksport-csv a,.overlay-content .eksport-xlsx a{display:inline-block;width:100%;color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;text-align:center}.overlay-content .eksport-csv a:hover,.overlay-content .eksport-xlsx a:hover{background:#569d36}@media (min-width:1440px){.overlay-content .eksport-csv a,.overlay-content .eksport-xlsx a{font-size:14px}}.overlay-content .eksport-xlsx{margin-top:8px}.cart-tpl #overlay #overlay-content-wrapper{overflow-x:hidden;overflow-y:auto}.cart-tpl .overlay-content .add-address__form #form-body>div>div{display:flex;flex-wrap:wrap;margin-bottom:8px}.cart-tpl .overlay-content .add-address__form #form-body>div>div>div{margin-top:4px;width:100%}.cart-tpl .overlay-content .add-address__form #form-body>div>div>div#form-field-add-wrapper{display:flex;margin-top:20px}.cart-tpl .overlay-content .add-address__form #form-body>div>div h3.legend{width:100%}.cart-tpl .overlay-content .add-address__form #form-body>div>div input,.cart-tpl .overlay-content .add-address__form #form-body>div>div select{width:100%}.cart-tpl .overlay-content .add-address__form .field-line{flex-grow:1}@media (min-width:998px){.cart-tpl .overlay-content .add-address__form #form-body #form-field-last_name-wrapper,.cart-tpl .overlay-content .add-address__form #form-body #form-field-city-wrapper{width:50% ;padding-left:15px}.cart-tpl .overlay-content .add-address__form #form-body #form-field-flat-wrapper{width:25%;padding-left:22px}.cart-tpl .overlay-content .add-address__form #form-body #form-field-house-wrapper{width:25%;padding-left:15px;padding-right:7px}.cart-tpl .overlay-content .add-address__form #form-body #form-field-company-wrapper,.cart-tpl .overlay-content .add-address__form #form-body #form-field-country_code-wrapper,.cart-tpl .overlay-content .add-address__form #form-body #form-field-first_name-wrapper,.cart-tpl .overlay-content .add-address__form #form-body #form-field-street-wrapper,.cart-tpl .overlay-content .add-address__form #form-body #form-field-zip_code-wrapper,.cart-tpl .overlay-content .add-address__form #form-body #form-field-address_description-wrapper,.cart-tpl .overlay-content .add-address__form #form-body #form-field-phone-wrapper{width:50%;padding-right:15px}.cart-tpl .overlay-content .add-address__form #form-body #form-field-add-wrapper{width:100%}}.order-view .overlay-message .overlay-message__action{display:flex;justify-content:flex-end;margin-top:8px}.order-view .overlay-message .overlay-message__action a{text-align:center;display:block;white-space:nowrap}@media (max-width:600px){.order-view .overlay-message .overlay-message__action{display:block}.order-view .overlay-message .overlay-message__action a{margin:0 auto}.order-view .overlay-message .overlay-message__action a+a{margin-top:8px}}.normal-price .unit,.discount-price .unit{display:none}.layout-cart #overlay #overlay-content-wrapper .eksport-csv,.layout-cart #overlay #overlay-content-wrapper .eksport-xlsx{display:inline-block;margin-top:4px}@media (max-width:775px){.layout-cart #overlay #overlay-content-wrapper .eksport-csv,.layout-cart #overlay #overlay-content-wrapper .eksport-xlsx{display:block}}@media (max-width:998px){.layout-cart #main .table__list tbody tr{padding:12px 10px 17px 10px;border-bottom-width:4px;align-items:flex-start}.layout-cart #main .table__list tbody td.image{left:10px;top:12px;outline:1px solid rgba(0,0,0,0.05)}.layout-cart #main .table__list tbody td.name{padding-bottom:0}.layout-cart #main .table__list tbody td.indeks{margin-top:0;margin-bottom:4px;position:static}.layout-cart #main .table__list tbody td.indeks::after{display:none}.layout-cart #main .table__list tbody td.multiple{display:none}.layout-cart #main .table__list tbody td.action .item__select{display:block}.layout-cart #main .table__list tbody td.name,.layout-cart #main .table__list tbody td.indeks{padding-left:60px;padding-right:50px}.layout-cart #main .table__list tbody td.discount>.discount-price{padding-left:.3em}.layout-cart #main .table__list tbody td.discount>.discount-price,.layout-cart #main .table__list tbody td.discount>.normal-price{width:auto}.layout-cart #main .table__list tbody td.quantity{width:49% ;min-width:0;padding-bottom:0}.layout-cart #main .table__list tbody td.quantity .field-line{background:#F1F1F1;border:1px solid #cdcbcb;border-radius:3px;padding:0 10px;display:inline-flex;align-items:center}.layout-cart #main .table__list tbody td.quantity .field-line input{margin:0;background:none;border:none;padding:0 5px}.layout-cart #main .table__list tbody td.quantity:before{display:none}.layout-cart #main .table__list tbody td.quantity .product-buy__quantity{margin-top:0}.layout-cart #main .table__list tbody td.quantity .product-buy__input+span:not(.item__quantity-button){display:none}.layout-cart #main .table__list tbody td.summary-net,.layout-cart #main .table__list tbody td.price-net,.layout-cart #main .table__list tbody td.vat,.layout-cart #main .table__list tbody td.price-gross,.layout-cart #main .table__list tbody td.summary-gross{width:51%;justify-content:flex-end;padding-bottom:0 ;margin-left:auto;min-width:0;padding-right:9px;display:flex}.layout-cart #main .table__list tbody td.summary-net,.layout-cart #main .table__list tbody td.summary-gross{font-weight:bold;color:#000;font-size:18px;order:4;margin-top:-10px;padding-bottom:22px}.layout-cart #main .table__list tbody td.summary-net.discount,.layout-cart #main .table__list tbody td.summary-gross.discount{flex-wrap:wrap}.layout-cart #main .table__list tbody td.summary-net:before,.layout-cart #main .table__list tbody td.summary-gross:before{display:none}.layout-cart #main .table__list tbody td.price-net,.layout-cart #main .table__list tbody td.price-gross{order:6;font-size:11px;font-weight:normal;margin-top:-7px}.layout-cart #main .table__list tbody td.price-net:before,.layout-cart #main .table__list tbody td.price-gross:before{display:none}.layout-cart #main .table__list tbody .normal-price .unit{display:inline}.layout-cart #main .table__list tbody td.vat{order:5;width:51%;font-size:11px;font-weight:normal;margin-top:-21px}.layout-cart #main .table__list tbody td.vat:before{content:attr(data-th);font-size:11px;font-weight:normal;color:#586168;width:auto;min-width:0}.layout-cart #main .table__list tbody td.action{display:none;width:200px;border:1px solid #d5d5d5;box-shadow:0 4px 5px 0 rgba(0,0,0,0.25);padding:0 8px;min-width:0;position:absolute;z-index:2;top:40px;right:0}.layout-cart #main .table__list tbody td.action a{cursor:pointer;font-size:14px;padding:13px 8px;border-bottom:1px solid #D5D5D5;color:#191919;width:100%;display:block;text-align:left;margin:0}.layout-cart #main .table__list tbody td.action a:last-child{border-bottom:none}.layout-cart #main .table__list tbody td.action a:hover,.layout-cart #main .table__list tbody td.action a:active,.layout-cart #main .table__list tbody td.action a:focus{color:#60b03d}.layout-cart #main .table__list tbody .cart-item__actions-trigger{position:absolute;right:5px;top:5px;width:35px;height:35px;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;flex-direction:column;border-radius:50%;transition:background-color 300ms}.layout-cart #main .table__list tbody .cart-item__actions-trigger span{background:#999;display:block;border-radius:50%;transition:background-color 300ms;width:4px;height:4px;margin:1px 0 1px}}@media (max-width:600px){.layout-cart .steps-wrapper{border-bottom:none}.layout-cart .steps-wrapper .container-fluid{flex-wrap:wrap;padding:10px}.layout-cart .steps-wrapper .steps__logo{position:relative;z-index:1}.layout-cart .steps-wrapper .cart-steps{margin-left:-45px}.layout-cart .steps-wrapper .cart-steps .steps__separator{display:none}.layout-cart .steps-wrapper .cart-steps .step{display:none}.layout-cart .steps-wrapper .cart-steps .step.active{display:block;padding-bottom:0;border-bottom:0;font-weight:600}.layout-cart .steps-wrapper .cart-steps .step.active .title{padding-bottom:0}.layout-cart .steps-wrapper .steps__indicator{width:100%;padding:10px 0 0 0;display:flex;justify-content:space-between}.layout-cart .steps-wrapper .steps__indicator span{display:inline-block;height:4px;width:calc(33.33% - 3px);background:#cdcbcb}.layout-cart .steps-wrapper .steps__indicator span.active{background:#60b03d}.layout-cart .kebab-menu{width:40px;height:40px;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;flex-direction:column;border-radius:50%;transition:background-color 300ms}.layout-cart .kebab-menu span{background:#999;display:block;width:5px;height:5px;margin:2px 0 1px;border-radius:50%;transition:background-color 300ms}.layout-cart .kebab-menu.drawer-trigger-open{background:#d5d5d5}.layout-cart .kebab-menu.drawer-trigger-open span,.layout-cart .kebab-menu.drawer-trigger-open:hover span{background:#fff}.layout-cart .kebab-menu:hover span{background:#60b03d}.layout-cart #cart__actions-trigger{margin-right:-5px}.layout-cart #main.main{padding-bottom:0}.layout-cart .footer__under{padding:15px 0}.layout-cart #header{display:none}.layout-cart .discount>.normal-price{width:auto}.layout-cart .discount>.discount-price{padding-left:.3em}.layout-cart .list__block--header{padding:0;margin-top:0 !important;width:320px;border:1px solid #d5d5d5;box-shadow:0 4px 5px 0 rgba(0,0,0,0.25);top:-22px;right:0;position:absolute;z-index:4;display:none}.layout-cart .list__header{padding:0 8px}.layout-cart .list__header .list__title{display:none}.layout-cart .list__header .list__index{margin-top:0;border-bottom:1px solid #D5D5D5}.layout-cart .list__header .list__index .add-to-cart__legend{font-size:14px;padding:13px 32px 13px 8px;margin-bottom:0;position:relative;padding-right:40px;color:#191919}.layout-cart .list__header .list__index .add-to-cart__legend:hover{color:#60b03d}.layout-cart .list__header .list__index .add-to-cart__legend:after{content:'keyboard_arrow_down';font-family:'material';color:#999;top:50%;right:0;position:absolute;width:40px;transform:translate(0, -50%);font-size:26px;text-align:center}.layout-cart .list__header .list__index .add-to-cart__legend.active:after{content:'keyboard_arrow_up'}.layout-cart .list__header .list__index .add-to-cart__legend span{display:none}.layout-cart .list__header .list__index .add-to-cart__params{padding:0 8px 0 8px;display:flex;max-height:0;overflow:hidden;transition:max-height 300ms,margin-bottom 300ms}.layout-cart .list__header .list__index .add-to-cart__params.active{max-height:100px;margin-bottom:13px}.layout-cart .list__header .list__index .add-to-cart__params .add-to-cart__button{width:45px}.layout-cart .list__header .list__multiple input[type="checkbox"]+.icon-checkbox{display:none}.layout-cart .list__header .list__multiple .multiple-actions__button{margin-bottom:0}.layout-cart .list__header .list__multiple .multiple-actions__button .form-field-button{background:none;text-align:left !important;border:none;border-radius:0;padding:13px 8px;font-size:14px;color:#191919;border-bottom:1px solid #D5D5D5;height:auto;line-height:1.2}.layout-cart .list__header .list__multiple .multiple-actions__button .form-field-button:hover,.layout-cart .list__header .list__multiple .multiple-actions__button .form-field-button:active,.layout-cart .list__header .list__multiple .multiple-actions__button .form-field-button:focus{color:#60b03d;background:none}.layout-cart .list__header .list__multiple .add-to-cart__clear-button .form-field-button{border-bottom:none}.layout-cart .list__header .list__multiple .multiple-actions__selector{width:100%;margin-right:0}.layout-cart .list__header .list__multiple .multiple-actions__selector label{cursor:pointer;font-size:14px;padding:13px 8px;border-bottom:1px solid #D5D5D5;color:#191919;width:100%}.layout-cart .list__header .list__multiple .multiple-actions__selector label:hover,.layout-cart .list__header .list__multiple .multiple-actions__selector label:active{color:#60b03d}.layout-cart .list__header .list__multiple .multiple-actions__selector label span.check-all{display:none}.layout-cart .list__header .list__multiple .multiple-actions__selector label:after{content:attr(data-select)}.layout-cart .list__header .list__multiple .multiple-actions__selector input:checked~label:after{content:attr(data-deselect)}.layout-cart .list__country+.list__delivery{margin-top:8px}.layout-cart .list__block--discount-codes{padding:15px 10px}.layout-cart .list__block--discount-codes .list__subtitle{padding-left:38px;font-size:18px;margin-bottom:15px !important}.layout-cart .list__block--discount-codes .list__subtitle:before{top:49%;font-size:23px}.layout-cart .list__block--discount-codes .list__discount .discount__form label{font-size:14px;display:none}.layout-cart .list__block--discount-codes .list__discount .discount__code{text-align:left;justify-content:space-between}.layout-cart .list__block--discount-codes .list__discount .discount__delete{height:40px;width:40px}.layout-cart .list__block--discount-codes .list__discount .discount__form:not(:last-child){display:none}.layout-cart .list__block--summary{padding:15px 10px}.layout-cart .list__block--summary .list__subtitle{padding-left:38px;font-size:18px;margin-bottom:15px}.layout-cart .list__block--summary .list__subtitle:before{top:49%;font-size:23px}.layout-cart .list__block--summary .summary__container .summary__price{padding-top:0;border-top:0}.layout-cart .list__block--summary .summary__container .summary__price>div{border-bottom:1px solid #cfd8dc;display:flex;justify-content:space-between;padding:5px 0}.layout-cart .list__block--summary .summary__container .summary__price>div .price__label{padding-right:10px}.layout-cart .list__block--summary .summary__container .summary__price>div:last-child{border-bottom:none}.layout-cart .list__block.list__block--delivery .list__country{padding:15px 10px}.layout-cart .list__block.list__block--delivery .list__country label{line-height:1.3;font-size:18px;margin-bottom:15px}.layout-cart .list__delivery{padding:15px 10px}.layout-cart .list__delivery .delivery__container{padding-top:15px}.layout-cart .list__delivery>.list__subtitle{padding-left:38px}.layout-cart .list__delivery>.list__subtitle:before{top:49%;font-size:23px}.layout-cart .list__block.list__block--buttons{padding:0 10px 15px 10px}.layout-cart .list__block.list__block--buttons button.list-buttons__button--primary{order:1;margin-top:5px !important}.layout-cart .list__block.list__block--buttons a.list-buttons__button.list-buttons__button--back{order:7}.layout-cart .list__delivery-details .list__block{padding:15px 10px}.layout-cart .list__delivery-details .list__block .list__subtitle{font-size:16px}.layout-cart .list__delivery-details .list__block.list__block--buttons{padding-top:0}.layout-cart .list__delivery-details .list__shortcut{position:absolute;background:none}.layout-cart .list__delivery-details .list__shortcut>*:not(.shortcut__block--price){display:none}.layout-cart .list__delivery-details .list__shortcut .price__net{display:none}.layout-cart .list__delivery-details .list__shortcut .price__gross{display:none}.layout-cart .list__delivery-details .list__shortcut .price__gross .price__label{display:none}.layout-cart .list__delivery-details .shortcut__block--price{padding:0}.layout-cart .list__delivery-details .list__details{margin-top:8px}.layout-cart .list__delivery-details .list__details .cart__block--address .list__subtitle{margin-bottom:15px}.layout-cart .list__delivery-details .list__details .cart__block--address h2{font-size:16px}.layout-cart .list__delivery-details .list__details .cart__block--address h2 .address__country{margin:6px 0 0 0}.layout-cart .list__delivery-details .list__details .address{padding-top:12px;border-top:1px solid #cfd8dc}.layout-cart .list__delivery-details .list__details .address label{border:none !important;padding:0 90px 0 0;cursor:default;position:relative}.layout-cart .list__delivery-details .list__details .address label .address__edit{display:block;line-height:1.4;width:90px;position:absolute;top:0;right:0;margin-top:0;font-size:14px}.layout-cart .list__delivery-details .list__details .address:not(.selected){display:none}.layout-cart #main .cart-content--step3 .cart-item__actions-trigger{display:none}.layout-cart #main .cart-content--step3 .summary__container .summary__delivery{margin-top:0}.layout-cart #main .cart-content--step3 .table__list tbody td.name,.layout-cart #main .cart-content--step3 .table__list tbody td.indeks{padding-right:0}.layout-cart #main .cart-content--step3 .table__list tbody td.quantity .field-line{padding:0;background:none;border:none}.layout-cart #main .cart-content--step3 .table__list tbody td.summary-net{margin-top:-3px}.layout-cart #main .cart-content--step3 .table__list tbody td.summary-net,.layout-cart #main .cart-content--step3 .table__list tbody td.price-net,.layout-cart #main .cart-content--step3 .table__list tbody td.vat{padding-right:0}.layout-cart.fixed-footer .sticky-price{background:#fff;padding:6px 10px 56px 10px;z-index:98;position:fixed !important;margin-left:0 !important;width:100%;left:0;right:0;bottom:0;border-top:1px solid #cfd8dc;display:flex !important}.layout-cart.fixed-footer .sticky-price .discount-price{padding-left:.3em;width:auto}.layout-cart.fixed-footer .sticky-price:before{content:attr(data-label);padding-right:10px;margin-right:auto;color:#8B8B8B;font-weight:600;font-size:14px}.layout-cart.fixed-footer .sticky-button{position:fixed !important;bottom:10px;z-index:99;left:10px;right:10px;height:40px;width:calc(100% - 20px)}}@media (min-width:601px){.layout-cart .list__block--header{display:block !important}}
body.shopraport-company{background-color:#eee}body.shopraport-company .filters-reset{position:absolute;margin-bottom:0;display:none !important;top:-50px;right:0}@media (max-width:998px){body.shopraport-company .filters-reset{position:relative;top:6px;bottom:auto;right:auto}}body.shopraport-company #content{background:none;border:none}body.shopraport-company #content header h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}body.shopraport-company #content header h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e938"}body.shopraport-company #content header h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.shopraport-company #content header h1{padding:15px 10px;font-size:18px}body.shopraport-company #content header h1:before{font-size:15px}}body.shopraport-company #content .content{padding:0 0 30px 0}body.shopraport-company #content .content .search{background:#fff;border-bottom:none;position:relative;padding:0 20px 20px}@media (max-width:768px){body.shopraport-company #content .content .search{padding:0 10px 15px}}body.shopraport-company #content .content .search #form-filter-body>*:not(#form-filter-field-buttons){padding:0 20px}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-group_range{margin:0;padding:0;border:none;width:20%}@media (min-width:1281px){body.shopraport-company #content .content .search #form-filter-body #form-filter-field-group_range{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:space-between;padding-right:30px}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-group_range #form-filter-field-date_range-wrapper,body.shopraport-company #content .content .search #form-filter-body #form-filter-field-group_range #form-filter-field-date_range-wrapper select{max-width:none;width:100%}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-group_range #form-filter-field-date_from-wrapper,body.shopraport-company #content .content .search #form-filter-body #form-filter-field-group_range #form-filter-field-date_to-wrapper{width:48%;margin-top:10px}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-group_range:after{clear:both;content:'';display:table}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-group_range #form-filter-field-date_from-wrapper,body.shopraport-company #content .content .search #form-filter-body #form-filter-field-group_range #form-filter-field-date_to-wrapper{float:left}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-group_range #form-filter-field-date_from-wrapper{margin-right:4%}}body.shopraport-company #content .content .search #form-filter-body .form-checkboxes-item{padding-top:13px}body.shopraport-company #content .content .search #form-filter-body .form-checkboxes-item label.checkboxs-item{font-size:13px;padding:0 0 0 10px;line-height:1.3}body.shopraport-company #content .content .search #form-filter-body .form-field-checkboxes-wrapper>label{font-size:13px;color:#191919;padding-top:0}body.shopraport-company #content .content .search #form-filter-body .form-field-checkboxes-wrapper{margin-bottom:20px}body.shopraport-company #content .content .search #form-filter-body fieldset>.form-field-select-wrapper label,body.shopraport-company #content .content .search #form-filter-body .form-field-group>.form-field-select-wrapper label,body.shopraport-company #content .content .search #form-filter-body fieldset>.form-field-text-wrapper label,body.shopraport-company #content .content .search #form-filter-body .form-field-group>.form-field-text-wrapper label{font-size:12px;margin-top:0}body.shopraport-company #content .content .search #form-filter-body fieldset>.form-field-select-wrapper select,body.shopraport-company #content .content .search #form-filter-body fieldset>.form-field-text-wrapper input,body.shopraport-company #content .content .search #form-filter-body .form-field-group>.form-field-select-wrapper select,body.shopraport-company #content .content .search #form-filter-body .form-field-group>.form-field-text-wrapper input{padding-left:16px;width:100%;color:#586168;max-width:208px;font-size:12px}@media (max-width:998px){body.shopraport-company #content .content .search #form-filter-body fieldset>.form-field-select-wrapper select,body.shopraport-company #content .content .search #form-filter-body fieldset>.form-field-text-wrapper input,body.shopraport-company #content .content .search #form-filter-body .form-field-group>.form-field-select-wrapper select,body.shopraport-company #content .content .search #form-filter-body .form-field-group>.form-field-text-wrapper input{max-width:none}}body.shopraport-company #content .content .search #form-filter-body .form-field-group>.form-field-select-wrapper select option,body.shopraport-company #content .content .search #form-filter-body .fieldset>.form-field-select-wrapper select option{padding-left:0;display:block;padding:3px 16px;line-height:20px;color:#586168;font-size:13px;background:#fff}body.shopraport-company #content .content .search #form-filter-body .form-field-group>.form-field-select-wrapper select option:hover,body.shopraport-company #content .content .search #form-filter-body .fieldset>.form-field-select-wrapper select option:hover,body.shopraport-company #content .content .search #form-filter-body .form-field-group>.form-field-select-wrapper select option:focus,body.shopraport-company #content .content .search #form-filter-body .fieldset>.form-field-select-wrapper select option:focus,body.shopraport-company #content .content .search #form-filter-body .form-field-group>.form-field-select-wrapper select option:active,body.shopraport-company #content .content .search #form-filter-body .fieldset>.form-field-select-wrapper select option:active{color:#fff;background:#60b03d}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-structure-wrapper,body.shopraport-company #content .content .search #form-filter-body #form-filter-field-customer-wrapper,body.shopraport-company #content .content .search #form-filter-body #form-filter-field-label-wrapper{width:20%}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-structure-wrapper .form-checkboxes-item,body.shopraport-company #content .content .search #form-filter-body #form-filter-field-customer-wrapper .form-checkboxes-item,body.shopraport-company #content .content .search #form-filter-body #form-filter-field-label-wrapper .form-checkboxes-item{display:-ms-flexbox;display:flex;align-items:center}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-structure-wrapper .form-checkboxes-item label,body.shopraport-company #content .content .search #form-filter-body #form-filter-field-customer-wrapper .form-checkboxes-item label,body.shopraport-company #content .content .search #form-filter-body #form-filter-field-label-wrapper .form-checkboxes-item label{font-weight:400}body.shopraport-company #content .content .search #form-filter-body .form-field-checkboxes-wrapper .form-field-checkboxes-content{overflow-y:auto;scrollbar-width:thin;max-height:250px;padding-right:10px;height:100%}body.shopraport-company #content .content .search #form-filter-body .form-field-checkboxes-wrapper .form-field-checkboxes-content::-webkit-scrollbar{width:9px}body.shopraport-company #content .content .search #form-filter-body .form-field-checkboxes-wrapper .form-field-checkboxes-content::-webkit-scrollbar-track{background:transparent}body.shopraport-company #content .content .search #form-filter-body .form-field-checkboxes-wrapper .form-field-checkboxes-content::-webkit-scrollbar-thumb{background-color:rgba(155,155,155,0.5);border-radius:20px;border:transparent}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-buttons{width:100%;margin:0;text-align:right;border:none;padding:0}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-buttons input{padding:0 10px;min-width:100px}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-buttons input:not(:last-child),body.shopraport-company #content .content .search #form-filter-body #form-filter-field-buttons button:not(:last-child){margin-right:17px}body.shopraport-company #content .content table thead th{padding:10px 20px}body.shopraport-company #content .content table thead th .sorters{white-space:nowrap}body.shopraport-company #content .content table thead th.status{display:none}body.shopraport-company #content .content table thead th.quantity,body.shopraport-company #content .content table thead th.total_net_prod,body.shopraport-company #content .content table thead th.total_gross_prod{text-align:center}body.shopraport-company #content .content table tbody td{font-size:13px;padding:13px 20px;line-height:1.3em}body.shopraport-company #content .content table tbody td.expires small{display:none}body.shopraport-company #content .content table tbody td.name{font-weight:700}body.shopraport-company #content .content table tbody td.status{display:none}body.shopraport-company #content .content table tbody td.quantity,body.shopraport-company #content .content table tbody td.total_net_prod,body.shopraport-company #content .content table tbody td.total_gross_prod{text-align:center}body.shopraport-company #content .content table tbody td.created>p:last-child{display:none}body.shopraport-company #content .content table td{border-top:1px solid #e9e9e9;background-color:#fff}body.shopraport-company #content .content table tr:hover td.name{color:#60b03d}@media (max-width:998px){body.shopraport-company #content .content .search{overflow:auto;padding:0}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-buttons{margin-top:15px}body.shopraport-company #content .content .search #form-filter-body>*:not(#form-filter-field-buttons){padding:0}body.shopraport-company #content .content .search form#form-filter{display:block !important;box-shadow:0 0 5px rgba(0,0,0,0.2);top:0;right:auto;overflow-y:auto;left:-270px;position:fixed;padding:10px 10px 15px;width:270px;min-width:270px;height:100%;z-index:15;background:#fff;-webkit-transition:.2s left;transition:.2s left}body.shopraport-company #content .content .search form#form-filter.visible-filters{left:0}body.shopraport-company #content .content .search form#form-filter>li{width:100%}body.shopraport-company #content .content .search form#form-filter>li .filter-value{min-width:240px}body.shopraport-company #content .content .search form#form-filter>li#filter-date_to{margin-top:15px}body.shopraport-company #content .content .search form#form-filter>li#filter-text{margin-top:15px}body.shopraport-company #content .content .search form#form-filter>div>*{width:100% !important;padding:0}body.shopraport-company #content .content .search form#form-filter>div>* input:not([type='checkbox']),body.shopraport-company #content .content .search form#form-filter>div>* select{width:100%;margin-bottom:16px}body.shopraport-company #content .content .search #form-filter-body #form-filter-field-buttons input:not(:last-child){margin-right:0}body.shopraport-company #content .content .search .filters-mobile{margin:0 20px 20px;float:right;color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;padding:0 25px;font-size:13px;cursor:pointer;position:relative;padding-right:40px;display:block}body.shopraport-company #content .content .search .filters-mobile:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e94a"}body.shopraport-company #content .content .search .filters-mobile:hover{background:#569d36}body.shopraport-company #content .content .search .filters-mobile.active{background:#191919}body.shopraport-company #content .content .search .filters-mobile:before{color:#fff;transform:translate(0, -50%);right:10px;left:auto}}@media (max-width:998px) and (min-width:1440px){body.shopraport-company #content .content .search .filters-mobile{font-size:14px}}@media (max-width:1280px){body.shopraport-company #content .content table thead{display:none}body.shopraport-company #content .content table tbody{background:none}body.shopraport-company #content .content table tbody tr{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 0;align-items:flex-start;background:#fff;border-bottom:none;margin-bottom:8px}body.shopraport-company #content .content table tbody tr td{border:none;padding:5px 10px;font-size:12px !important}body.shopraport-company #content .content table tbody tr td:empty{display:none}body.shopraport-company #content .content table tbody tr td>*{padding:0}body.shopraport-company #content .content table tbody tr td:not(.oid):not(.created){width:calc(100% / 4);text-align:center}body.shopraport-company #content .content table tbody tr td:not(.oid):not(.created):before{content:attr(data-th);font-size:13px;width:100%;line-height:13px;font-weight:700;display:inline-block;color:#191919;padding:8px 0}body.shopraport-company #content .content table tbody tr td.created,body.shopraport-company #content .content table tbody tr td.oid{width:100%}body.shopraport-company #content .content table tbody tr td.created.created,body.shopraport-company #content .content table tbody tr td.oid.created{line-height:12px}body.shopraport-company #content .content table tbody tr td.created.created *,body.shopraport-company #content .content table tbody tr td.oid.created *{font-size:12px}body.shopraport-company #content .content table tbody tr td.created.oid,body.shopraport-company #content .content table tbody tr td.oid.oid{border-bottom:1px solid #bebebe;padding-top:0;padding-bottom:10px}body.shopraport-company #content .content table tbody tr td.created.oid *,body.shopraport-company #content .content table tbody tr td.oid.oid *{font-size:18px}}@media (max-width:599px){body.shopraport-company #content .content table tbody tr td{font-size:12px !important}body.shopraport-company #content .content table tbody tr td>*{padding:0;display:inline-block}body.shopraport-company #content .content table tbody tr td.oid{margin-bottom:15px}body.shopraport-company #content .content table tbody tr td.oid,body.shopraport-company #content .content table tbody tr td.created{order:-1}body.shopraport-company #content .content table tbody tr td.quantity,body.shopraport-company #content .content table tbody tr td.total_net_prod,body.shopraport-company #content .content table tbody tr td.total_gross_prod{text-align:left}body.shopraport-company #content .content table tbody tr td:not(.oid):not(.created){width:100%;text-align:left}body.shopraport-company #content .content table tbody tr td:not(.oid):not(.created):before{min-height:0;padding:0;width:50%}}body.shopraport-company #content .content .search #form-filter-body .form-field-group>#form-filter-field-date_range-wrapper label{font-size:13px;color:#191919;padding-top:0;margin-bottom:13px}
.shoppinglist-view .main-wrapper .main-content{background:none}.shoppinglist-view .main-wrapper .main-content .content{padding:0}.shoppinglist-view .list__header .list__multiple .multiple-actions__button.multiple-actions__button--cart button.form-field-button{color:#60b03d}.shoppinglist-view .list__header .list__multiple .multiple-actions__button.multiple-actions__button--cart button.form-field-button:hover{background:#60b03d;border-color:#60b03d;color:#fff}.shopping-list h1{color:#191919}.shopping-list h1 span{color:#586168}.enquiry-view #orderStep2 #form-field-profile-wrapper:after{content:'';clear:both;display:table}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile{width:25%;background-color:#FFF;float:left;padding:20px 0}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile .order-details>*{padding-left:20px;padding-right:20px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile .profile__title{font-size:13px;color:#000}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile .profile__block--order{padding-bottom:10px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile .profile__block--delivery{padding-top:10px;border-top:1px solid #f2f2f2}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details{width:74%;float:right;border:0;padding:0}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .details__company{border:0;padding:20px 20px 30px;background-color:#FFF;display:flex;flex-wrap:wrap}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .details__company:after{content:'';clear:both;display:table}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group{border:0;padding:0 20px 0 0;width:100%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group select{padding-top:0;padding-bottom:0;line-height:38px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group .legend{font-size:12px;color:#7B7B7B;font-weight:600;margin-bottom:5px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group .company-field-select{width:100%;border-radius:3px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--structure{width:25%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--label{width:25%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address{padding:0;margin-top:24px;width:100%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .legend{font-size:23px;font-weight:700;color:#191919;margin-bottom:16px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios{display:flex;flex-wrap:wrap}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item{width:33.33333%;padding-right:20px}@media (min-width:600px) and (max-width:1439px){.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item:not(:nth-child(3n + 1)){position:relative}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item:not(:nth-child(3n + 1)):before{content:'';height:100%;left:-10px;top:0;width:1px;position:absolute;background:#F4F4F4}}@media (min-width:1440px){.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item{width:25%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item:not(:nth-child(4n + 1)){position:relative}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item:not(:nth-child(4n + 1)):before{content:'';height:100%;left:-10px;top:0;width:1px;position:absolute;background:#F4F4F4}}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item input{display:none}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item .radios-item{position:relative;padding-top:20px;font-size:13px;font-weight:600;color:#7B7B7B}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item .radios-item>div:first-of-type{font-weight:700}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item .radios-item:before{box-sizing:border-box;font-family:icons,sans-serif;content:'';color:#60b03d;position:absolute;left:0;top:5%;width:14px;height:14px;background:#fff;border-radius:50%;border:2px solid #d8d8d8;margin-top:-7px;font-size:14px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item .radios-item:hover{cursor:pointer}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item .radios-item:hover:before{font-family:icons,sans-serif;content:'';position:absolute;background:#60b03d}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item input:checked+.radios-item:before{font-family:icons,sans-serif;content:'';position:absolute;background:#60b03d}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .details__others{margin-top:8px;border:0;padding:20px;background-color:#FFF;display:flex;flex-wrap:wrap;justify-content:space-between}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .details__others .others__block{width:calc(50% - 10px)}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .details__others .others__block textarea{width:100%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .details__others .others__block label{font-size:13px;font-weight:600;color:#586168;padding:0;margin:0 0 8px 0}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .details__others .others__block .form-field-text{width:100%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .details__others .others__block--buttons{width:100%;display:flex;justify-content:flex-end;padding:0}@media (max-width:997px){.enquiry-view #orderStep2 #form-field-profile-wrapper .profile{width:100%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details{width:100%;margin-top:8px}}@media (max-width:600px){.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details{width:100%;margin-top:8px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group{padding:0}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--structure{width:100%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--label{width:100%;margin-top:16px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item{width:100%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item:not(:nth-child(1)){padding-top:10px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item:not(:nth-child(1)):before{left:0;bottom:0;width:100%;height:1px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item .radios-item{padding:0 0 0 24px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item .radios-item:before{top:12px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .profile__group.profile--address .company-field-radios .company-radio-item+.company-radio-item{margin-top:16px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .details__others .others__block{width:100%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .details__others .others__block textarea{width:100%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details .details__others .others__block+.others__block{margin-top:16px}}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer h3.legend{font-size:23px;font-weight:700;color:#191919;margin-bottom:16px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer h3.legend:first-child{margin-top:0}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .order-data{display:flex;flex-wrap:wrap;justify-content:space-between}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .order-field-html-wrapper{width:100%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .personal_data{font-weight:600;width:100%}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .delivery_address,.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .invoice_data{margin-top:20px;width:calc(50% - 5px);flex-direction:column;display:flex}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .delivery_address .delivery_one,.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .invoice_data .delivery_one{float:none;width:100%;height:auto;padding:0;background:none;border:none;font-size:13px;flex-grow:1;font-weight:600;display:flex;flex-direction:column}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .delivery_address .delivery_one label,.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .invoice_data .delivery_one label{display:inline;font-weight:bold;color:#586168;font-size:13px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .delivery_address .delivery_one .delivery_wrap,.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .invoice_data .delivery_one .delivery_wrap{margin-bottom:15px}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .delivery_address .delivery_one button,.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .invoice_data .delivery_one button{margin-top:auto;line-height:34px;padding:0 15px;margin-bottom:0;width:100px}@media (max-width:600px){.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .delivery_address,.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .invoice_data{width:100%}}.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .delivery_address{border-right:1px solid #F4F4F4}@media (max-width:600px){.enquiry-view #orderStep2 #form-field-profile-wrapper .profile__details #form-field-order-details-customer .delivery_address{border-right:none}}.shoppinglist-view .overlay-message .overlay-message__action{display:flex;justify-content:flex-end;margin-top:8px}.shoppinglist-view .overlay-message .overlay-message__action a{text-align:center;display:block;white-space:nowrap}@media (max-width:600px){.shoppinglist-view .overlay-message .overlay-message__action{display:block}.shoppinglist-view .overlay-message .overlay-message__action a{margin:0 auto}.shoppinglist-view .overlay-message .overlay-message__action a+a{margin-top:8px}}.shoppinglist-list .main-wrapper .main-content{background:none}.shoppinglist-list .main-wrapper .main-content>.content{padding:0;margin-top:8px}.shoppinglist-list .main-wrapper .main-content>.content table{background:#fff}.shoppinglist-list .main-wrapper .main-content .main-header h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}.shoppinglist-list .main-wrapper .main-content .main-header h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){.shoppinglist-list .main-wrapper .main-content .main-header h1{padding:15px 10px;font-size:18px}.shoppinglist-list .main-wrapper .main-content .main-header h1:before{font-size:15px}}.shoppinglist-list .main-wrapper .main-content .main-header h1:before{content:'\e923';font-family:'b2b',sans-serif !important}
.layout-tpl.product .product__upper{width:100%;margin-top:-22px;position:relative}@media (max-width:998px){.layout-tpl.product .product__upper{margin-top:-10px;height:32px}}.layout-tpl.product .product__upper .product__flags{position:absolute;top:0;right:0;left:auto;text-align:left;display:flex;max-width:100%;padding:0 10px}.layout-tpl.product .product__upper .product__flags li{margin-left:5px;margin-right:0}.layout-tpl.product section.product__block .navigation{margin-top:0}.layout-tpl.product section.product__section .header h2.nag{color:#191919;margin-top:0;font-size:23px}.layout-tpl.product .product__contact{display:flex;align-items:flex-start}.layout-tpl.product .product__contact button,.layout-tpl.product .product__contact a{white-space:nowrap}.layout-tpl.product .icon-search::before{font-family:b2b,sans-serif !important}.layout-tpl.product #content{border:none;background:none}.layout-tpl.product #content>.product>section{background:#fff;padding:32px 30px}.layout-tpl.product #content>.product>section:not(:last-child){margin-bottom:20px}@media (max-width:998px){.layout-tpl.product #content>.product>section:not(:last-child){margin-bottom:10px}}.layout-tpl.product #content>.product>section.product__section--main{padding:30px 34px 34px 34px}.layout-tpl.product #back-to-list{margin-left:10px;margin-bottom:20px;width:100%}.layout-tpl.product .product__main .product__upper{display:flex;flex-wrap:wrap;justify-content:space-between;position:relative;margin-bottom:20px}.layout-tpl.product .product__main .product__producer{margin-top:25px;width:100%}.layout-tpl.product .product__main .product__producer img{max-height:40px}.layout-tpl.product .product__main .product__producer .title{font-size:18px;font-weight:bold}.layout-tpl.product .product__main .product__tags{display:inline-block;position:relative;padding:0}.layout-tpl.product .product__main .product__flags{text-align:left}.layout-tpl.product .product__main .product__header__wrapper{margin:5px 0 25px 0}.layout-tpl.product .product__main .product__title{width:100%;word-break:break-word;font-size:27px;font-weight:300;line-height:1.2em;margin-bottom:0}.layout-tpl.product .product__main .product__indeks{line-height:1.2em;margin-bottom:10px}.layout-tpl.product .product__main .product__price{font-size:24px;line-height:48px;font-weight:700;margin:20px 0 0}.layout-tpl.product .product__main #pdf-print-content{margin:15px 0;font-weight:700;text-transform:uppercase}.layout-tpl.product .product__main #pdf-print-content a{color:#60b03d}.layout-tpl.product .product__main #pdf-print-content .icon{line-height:16px}.layout-tpl.product .product__main #pdf-print-content .icon:before{font-size:24px;top:7px}.layout-tpl.product .product__main .product__compare{margin:11px 0 15px 15px;display:inline-block}.layout-tpl.product .product__main .product__compare .compare__element{widtH:auto;color:#60b03d;text-transform:uppercase;font-weight:bold;font-size:12px}.layout-tpl.product .product__main .product__compare .compare__element:before{font-size:24px;top:auto;vertical-align:middle}.layout-tpl.product .product__main .product__gallery{width:100%;padding-right:0;position:relative}@media (min-width:600px){.layout-tpl.product .product__main .product__gallery{text-align:center}.layout-tpl.product .product__main .product__producer{margin-top:0;width:auto}}@media (min-width:768px){.layout-tpl.product .product__main{position:relative;padding-left:50%;min-height:480px}.layout-tpl.product .product__main .product__title{font-size:36px}.layout-tpl.product .product__main .product__gallery{width:50%;padding-right:17px;position:absolute;left:0;top:0;z-index:1}}@media (min-width:998px){.layout-tpl.product .product__main .product__gallery{width:50%}}.layout-tpl.product #content>.product>.product__tabs{clear:both;width:100%;padding-bottom:15px}.product-variants{width:100%;border:none}.product-variants .product__hover .product__price .price--main{font-weight:bold}.product-variants .clipboard{left:auto;top:auto;width:307px;border-radius:3px}.product-variants .clipboard .clipboard-middle{padding-bottom:10px}.product-variants .add-to-folder>form,.product-variants .add-to-folder+form{right:auto;bottom:20px;width:307px}.product-variants thead td{color:#586168;font-size:10px;font-weight:bold;text-align:center;padding:8px 15px;line-height:1.2em;width:153px;border:none}@media (min-width:1440px){.product-variants thead td{font-size:11px;font-weight:600}}.product-variants thead td .product__hover .product__price .price--main{font-weight:bold;color:#191919}.product-variants thead td .product__hover .price--additional{color:#666}.product-variants thead td.col-thumb{width:75px}.product-variants thead td.col-folder{width:40px;padding:0}.product-variants thead td:first-child{padding-left:10px;padding-right:5px}.product-variants thead td.col-index{text-align:left;width:auto;min-width:255px;padding-left:8px}.product-variants thead img{vertical-align:middle}.product-variants thead .col-availability{width:116px;text-align:left}@media (min-width:1440px){.product-variants thead .col-availability{width:125px}}.product-variants thead .col-price{text-align:left;width:127px}@media (min-width:1440px){.product-variants thead .col-price{width:135px}}.product-variants thead .col-better-price{padding:0;width:auto}.product-variants thead .col-buy{width:244px;opacity:0;visibility:hidden}.product-variants tbody{border:none}.product-variants tbody tr{position:relative;transform:scale(1);border:none;z-index:2}.product-variants tbody tr.open-modal{z-index:4}.product-variants tbody tr.open-modal:hover:not(:first-child){z-index:4}.product-variants tbody tr td{padding:10px 15px;font-size:10px;text-align:center;color:#191919;line-height:1.45em}@media (min-width:1440px){.product-variants tbody tr td{font-size:12px}}.product-variants tbody tr td.col-folder{padding:0}.product-variants tbody tr td.col-folder .add-to-folder{padding:0;position:relative}@media (max-width:998px){.product-variants tbody tr td.col-folder .add-to-folder{padding-right:7px}}.product-variants tbody tr td.col-folder .icon-folder-add{margin:0;font-size:16px}.product-variants tbody tr:not(:first-child){border-left:1px solid transparent;border-right:1px solid transparent}.product-variants tbody tr:not(:first-child) td:first-child{border-left:1px solid #fff}.product-variants tbody tr:not(:first-child) td:last-child{border-right:1px solid #fff}.product-variants tbody tr:first-child{outline:1px solid #60b03d}@media (min-width:999px){.product-variants tbody tr:first-child+tr ul.product__flags{top:1px}}.product-variants tbody tr td:first-child{padding-left:10px;padding-right:5px}.product-variants tbody tr td:first-child+td{padding-left:8px}.product-variants tbody tr:hover:not(:first-child){z-index:2;outline:1px solid #cbcbcb;border:none}.product-variants tbody tr ul{padding:0;margin:0;list-style:none}.product-variants tbody tr ul li{display:block;line-height:1.45em}.product-variants tbody tr ul.product__flags{position:absolute;top:0}@media (max-width:768px){.product-variants tbody tr ul.product__flags{right:10px}}.product-variants tbody tr ul.product__flags li{display:inline-block;margin-right:1px;height:0;vertical-align:top}@media (min-width:769px){.product-variants tbody tr ul.product__flags li .flag-wrapper{height:6px;transition:height 300ms}}.product-variants tbody tr ul.product__flags li:hover .flag-wrapper{height:29px}.product-variants tbody tr .product__index{text-align:left;vertical-align:middle}.product-variants tbody tr .product__index .view--name{font-weight:bold;display:block;font-size:12px;line-height:1.2em}@media (min-width:1440px){.product-variants tbody tr .product__index .view--name{font-size:13px}}.product-variants tbody tr .product__index .view--index{margin-top:7px;display:block;color:#666}.product-variants tbody tr .col-thumb{vertical-align:top}.product-variants tbody tr .col-thumb img{width:57px}.product-variants tbody tr .col-availability{text-align:left}.product-variants tbody tr .col-availability .icon-grid,.product-variants tbody tr .col-availability .icon-plane{color:#666;margin-right:6px;font-size:10px;float:left;margin-top:3px}.product-variants tbody tr .col-availability .product__availability__shipping{margin-top:6px}.product-variants tbody tr .col-availability .product__availability{position:relative}.product-variants tbody tr .col-availability .product__availability span{display:block}.product-variants tbody tr .col-availability p{display:block;overflow:hidden;margin:0;line-height:1.4em}.product-variants tbody tr .col-availability .product__delivery{position:relative;margin-top:6px}.product-variants tbody tr .col-price{text-align:left;line-height:2.1em;padding-left:8px;padding-right:8px}.product-variants tbody tr .col-price .price--main{font-weight:bold;font-size:12px}@media (min-width:1440px){.product-variants tbody tr .col-price .price--main{font-size:13px}}.product-variants tbody tr .col-price .price--additional{color:#666;line-height:1.3em;margin-top:3px}@media (min-width:1440px){.product-variants tbody tr .col-price .price--additional{font-size:11px}}.product-variants tbody tr .col-price .price--additional>span:first-child{display:block}.product-variants tbody tr .product__price--hover{display:table-cell;vertical-align:middle;cursor:pointer;width:auto;padding-left:0;padding-right:0}.product-variants tbody tr .product__price--hover>span{margin-bottom:-29px}.product-variants tbody tr .product__price--hover:after{display:none}.product-variants tbody tr .product__price--hover .price--additional{line-height:1.1em;margin-top:0}.product-variants tbody tr .product__price--hover .price--additional>span:first-child{display:block}.product-variants tbody tr .product__add-to-folder{position:relative;border-left:none;display:inline-block}.product-variants tbody tr .product__add-to-folder:before{left:auto;right:10px}.product-variants tbody tr .add-to-folder-action{position:relative;left:auto;top:auto;width:35px;height:30px;flex-shrink:0;border-left:none}.product-variants tbody tr .add-to-folder-action:after{content:'';width:1px;left:0px;position:absolute;top:5px;bottom:5px;background:#CDCBCB}.product-variants tbody tr .add-to-folder-action .icon:before{font-size:18px;color:#666}.product-variants tbody tr .add-to-folder-action:hover .icon:before{color:#000}.product-variants tbody tr .col-buy{margin-top:0;display:table-cell;height:auto;width:auto;border-left:none;padding-right:0;padding-left:5px;border-bottom:none;border-top:none;border-right:1px solid #fff}.product-variants tbody tr .col-buy .product__buy__wrapper{display:flex;align-items:center}.product-variants tbody tr .col-buy .product__buy__wrapper .product__compare{height:30px}.product-variants tbody tr .col-buy .product__buy__count{height:36px;width:94px;border-radius:3px;border:1px solid #cdcbcb;padding:0 2px;flex-grow:0;display:inline-flex;vertical-align:middle}.product-variants tbody tr .col-buy .product__buy__count .btn-change{width:24px;height:30px;margin-top:-15px;padding:0;color:#586168}.product-variants tbody tr .col-buy .product__buy__count .btn-change:before{font-size:18px}.product-variants tbody tr .col-buy .product__buy__count .btn-change--less:hover:before{content:'\e90c'}.product-variants tbody tr .col-buy .product__buy__count .btn-change--more:hover:before{content:'\e90a'}.product-variants tbody tr .col-buy .product__buy__count input{width:30px;margin:0 5px;padding:0}.product-variants tbody tr .col-buy .product__buy__cart{display:inline-block;border:none}.product-variants tbody tr .col-buy .add-to-cart{width:34px;height:35px;border:none;border-radius:3px;padding:0;margin-right:2px}.product-variants tbody tr .col-buy .add-to-cart:before{font-family:'b2b',sans-serif !important;content:'\e907';font-size:18px}.product-variants tbody tr .col-buy .add-to-cart:hover,.product-variants tbody tr .col-buy .add-to-cart:focus,.product-variants tbody tr .col-buy .add-to-cart:active{background:none}.product-variants tbody tr .col-buy .add-to-cart:hover:before,.product-variants tbody tr .col-buy .add-to-cart:focus:before,.product-variants tbody tr .col-buy .add-to-cart:active:before{color:#191919}.product-variants tbody tr .col-buy .product__compare{height:auto}.product-variants tbody tr .col-buy .product__compare .compare__element{display:inline-block;width:35px;height:30px;vertical-align:middle}.product-variants tbody tr .col-buy .product__compare .compare__element:after{content:'';width:1px;height:20px;position:absolute;background:#cdcbcb;left:0;top:50%;margin-top:-10px;z-index:1}.product-variants tbody tr .col-buy .product__compare:hover .compare__element,.product-variants tbody tr .col-buy .product__compare:focus .compare__element,.product-variants tbody tr .col-buy .product__compare:active .compare__element{background:none}.product-variants tbody tr .col-buy .product__compare:hover .compare__element:before,.product-variants tbody tr .col-buy .product__compare:focus .compare__element:before,.product-variants tbody tr .col-buy .product__compare:active .compare__element:before{color:#191919}.product-variants tbody tr .col-buy .product__buy__list{position:relative;display:inline-block;width:35px;vertical-align:middle}.product-variants tbody tr .col-buy .product__buy__list:after{content:'';width:1px;height:20px;position:absolute;background:#cdcbcb;left:0;top:50%;margin-top:-10px;z-index:1}.product-variants tbody tr .col-buy .product__buy__list .add-to-list{width:30px;height:30px;padding:0;margin-left:2px}.product-variants tbody tr .col-buy .product__buy__list .add-to-list .icon-docs{margin-top:1px}.product-variants tbody tr .col-buy .product__buy__list .add-to-list .icon-docs:before{font-size:16px;font-family:b2b,sans-serif !important;content:'\e923';color:#666}.product-variants tbody tr .col-buy .product__buy__list .add-to-list:hover{background:none}.product-variants tbody tr .col-buy .product__buy__list .add-to-list:hover .icon-docs:before{color:#191919}.product-variants tbody tr:not(:first-child):not(:nth-child(2)) .col-index:after{content:'';top:-1px;left:10px;right:10px;height:1px;background:#ebeaea;position:absolute}.product-variants tbody tr:not(:first-child):not(:nth-child(2)):before{display:none}.product-variants tbody tr:not(:first-child):not(:nth-child(2)):hover .col-index:after{display:none}.product-variants tbody tr:not(:first-child):not(:nth-child(2)):hover+tr:after{display:none}.product-variants tbody tr:nth-child(2):hover .col-index:after{display:none}.product-variants tbody tr:nth-child(2):hover+tr .col-index:after{display:none}.product__tabs ul.tabs{padding:0;margin-bottom:0}.product__tabs ul.tabs>li{max-width:100%;border-top:1px solid #e6e6e6;width:100%;display:block;text-align:left;margin-bottom:-1px}.product__tabs ul.tabs>li:last-child{border-bottom:1px solid #e6e6e6}.product__tabs ul.tabs>li>a::before{font-family:'icons',sans-serif;content:'\e942';font-size:10px;color:#e6e6e6;float:right;margin-left:20px}.product__tabs ul.tabs>li>a{border:none;padding:20px 20px 20px 8px;text-align:left;position:relative;font-size:14px;line-height:1;display:block;font-weight:bold;transition:.3s border-color;color:#586168}.product__tabs ul.tabs>li>a:hover{color:#60b03d}.product__tabs ul.tabs>li>a+div{display:none}.product__tabs ul.tabs>li:nth-child(1){border-width:1px 1px 0 1px}.product__tabs ul.tabs>li:nth-child(1)>a{padding-left:0}.product__tabs ul.tabs>li>a.active,.product__tabs ul.tabs>li>a.active:hover{color:#60b03d}.product__tabs ul.tabs>li>a.active+div{display:block}.product__tabs ul.tabs>li>a.active:before{content:'\e944';color:#60b03d}@media (min-width:768px){.product__tabs .tabs-content{border-top:1px solid #e6e6e6;min-height:187px}.product__tabs ul.tabs{margin:50px auto 0 auto;padding:0;display:table;width:100%;table-layout:fixed}.product__tabs ul.tabs>li{display:table-cell;float:left;max-width:20%;width:100%;padding:0;border-style:none}.product__tabs ul.tabs>li:not(:first-child){border-left:none}.product__tabs ul.tabs>li:not(:first-child)>a{text-align:center}.product__tabs ul.tabs>li:first-child{border-left-color:#e6e6e6}.product__tabs ul.tabs>li>a{border-left-width:0;border-top-width:2px;padding:14px 6px;display:inline-block}.product__tabs ul.tabs>li>a:before{display:none}.product__tabs ul.tabs>li>a.active{position:relative}.product__tabs ul.tabs>li>a.active:after{content:'';height:2px;position:absolute;bottom:0;left:0;right:0;background:#60b03d}.product__tabs.product__files ul.tabs{margin-top:16px}}.product__description{padding:0;font-size:13px;line-height:1.5em;color:#586168}.product__description .header{margin-bottom:15px}@media (min-width:1440px){.product__description .description-content,.product__description .header.description{font-size:15px}}.product__description p{margin-top:0;padding:0 3px}.product__description p:not(:last-child){margin-bottom:2em}.product__technical-data{border-top:1px solid #e6e6e6}.product__technical-data>p{padding:0 20px}.product__technical-data>*:nth-last-child(2){border-bottom:1px solid #e6e6e6;padding-bottom:20px;margin-bottom:0}.product__technical-data table{border:none !important}.product__technical-data table tr:not(:first-child){border-top:1px solid #e6e6e6}.product__technical-data table td:nth-child(1){width:250px}.product__technical-data table td{padding:5px 10px}.product__technical-data table td:nth-child(2){font-weight:700}@media (min-width:768px){.product__technical-data{border-top:none}}.product__files .header{margin-bottom:15px}.product__files .header .nag{padding:0}.product__files .files__list{margin:0;padding-top:5px;padding-left:0;display:flex;flex-wrap:wrap;width:100%;list-style:none;align-items:flex-start}.product__files .files__list .file{display:flex;position:relative;width:33.33%;padding:9px 20px 9px 69px}.product__files .files__list .file:nth-child(3n + 3){padding-right:0}.product__files .files__list .file .file__icon{display:flex;align-items:center}.product__files .files__list .file .file__icon .icon-cloud{position:absolute;left:25px;transform:translate(0, 0);color:#586168;top:14px}.product__files .files__list .file .file__icon .icon-cloud:before{font-family:b2b,sans-serif !important;content:'\e914'}.product__files .files__list .file .file__icon i{font-size:21px}.product__files .files__list .file:nth-child(3n + 1){padding-left:44px}.product__files .files__list .file:nth-child(3n + 1) .file__icon .icon-cloud{left:0}.product__files .files__list .file:nth-child(3n + 3){padding-left:93px}.product__files .files__list .file:nth-child(3n + 3) .file__icon .icon-cloud{left:49px}.product__files .files__list .file .file__data{flex:1;font-size:12px;padding-top:2px}@media (min-width:1440px){.product__files .files__list .file .file__data{font-size:13px}}.product__files .files__list .file .file__data .file__link{font-weight:700;color:#000;display:block;line-height:1.5em}.product__files .files__list .file .file__data .file__description{line-height:1.5em;margin:2px 0 0}.product__files .files__list .file:hover .file__icon i{color:#1B97E1}.product__files .files__list .file:hover .file__link{color:#1B97E1}.product__files .files__list .file:hover .file__description{color:#000}.product__files .files__list .file:nth-child(3n + 3)+.file{padding-top:16px}.clipboard{top:auto;bottom:0;min-width:300px}.product__section{margin-bottom:34px;padding:34px}.product__section.product__section--main{display:flex;flex-wrap:wrap}.product__section.product__section--main .product__wrapper{display:flex;width:100%}.product__section.product__section--main .product__title{width:100%;font-weight:300;font-size:27px;margin-top:0;margin-bottom:3px;color:#191919}@media (min-width:1440px){.product__section.product__section--main .product__title{font-size:30px}}.product__section.product__section--main .product__header__wrapper{margin-bottom:15px;width:100%}@media (min-width:600px){.product__section.product__section--main .product__header__wrapper .product__indeks{margin-right:30px}.product__section.product__section--main .product__header__wrapper .product__indeks,.product__section.product__section--main .product__header__wrapper .product__ean{display:inline-block}}.product__section.product__section--main .product__gallery{width:558px;margin-right:45px}@media (min-width:1440px){.product__section.product__section--main .product__gallery{width:604px}}.product__section.product__section--main .product__gallery .product__upper{margin-top:1px;height:auto}.product__section.product__section--main .product__body{width:auto;flex-grow:1}.product__section.product__section--main .product__body .product__row{width:100%}.product__section.product__section--main .product__body .product__row:first-child,.product__section.product__section--main .product__body .product__row.product__price-row{display:flex}.product__section.product__section--main .product__body .product__row.product__price-row{margin-top:25px}.product__section.product__section--main .product__body .product__row.product__price-row .product__column{width:auto}.product__section.product__section--main .product__body .product__row.product__price-row .product__column:first-child{flex-grow:1}.product__section.product__section--main .product__body .product__row .product__column{width:50%}.product__section.product__section--main .product__body .product__row:first-child .product__column{width:auto}.product__section.product__section--main .product__body .product__row:first-child .product__column:first-child{flex:1}.product__section.product__section--main .product__body .product__row:first-child .product__column:first-child+.product__column{width:50%;text-align:right}.product__section.product__section--main .product__body .product__row+.product__row{margin-top:15px}.product__section.product__section--main .product__body .product__row+.product__row+.product__row{margin-top:50px}.product__indeks{font-size:13px;color:#191919;font-weight:600;margin-top:-1px}@media (min-width:1440px){.product__indeks{font-size:14px}}.product__indeks label{display:inline-block;color:#586168;width:auto;padding-top:0;text-transform:none;font-size:13px}@media (min-width:1440px){.product__indeks label{font-size:14px}}.product__delivery{font-size:13px;color:#191919;font-weight:600;margin-top:-1px}.product__delivery label{display:inline-block;color:#586168;width:auto;padding-top:0;text-transform:none;font-size:13px}.product__ean{font-size:13px;color:#191919;font-weight:600;margin-top:-1px}@media (min-width:1440px){.product__ean{font-size:14px}}.product__ean label{display:inline-block;color:#586168;width:auto;padding-top:0;text-transform:none;font-size:13px}@media (min-width:1440px){.product__ean label{font-size:14px}}.product__klasyfikacja{font-weight:700;margin-top:1px}.product__klasyfikacja label{font-size:10px;color:#586168;text-align:right;text-transform:none;padding-top:0;line-height:1.4}.product__klasyfikacja .klasyfikacja{text-align:right}.product__klasyfikacja .klasyfikacja span{display:inline-block;border-bottom:1px solid #cdcbcb;position:relative;padding:0 5px;font-size:16px;color:#000;line-height:20px;margin-left:-5px}.product__klasyfikacja .klasyfikacja span:before,.product__klasyfikacja .klasyfikacja span:after{content:'';width:1px;height:6px;position:absolute;background:#cdcbcb;left:0;bottom:0}.product__klasyfikacja .klasyfikacja span:after{left:auto;right:0}.product__technical-manufacturer{display:flex;width:100%;font-weight:600;font-size:11px}@media (min-width:1440px){.product__technical-manufacturer{font-size:13px}}.product__technical-manufacturer .title{color:#191919;font-weight:bold;margin-right:0;margin-left:auto}@media (min-width:601px){.product__availability-class-row{display:flex;width:100%;flex-wrap:nowrap}}.product__attributes{width:100%;font-size:11px}@media (min-width:1440px){.product__attributes{font-size:13px}}.product__attributes .header{display:none}.product__attributes .header h2{color:#191919;font-size:16px;position:relative;padding-top:10px;padding-bottom:3px;margin:0;padding-right:30px}.product__attributes .header h2:before{content:'keyboard_arrow_down';font-family:'material';color:#586168;top:7px;right:11px;position:absolute;width:16px;font-size:26px}.product__attributes .header h2.active:before{content:'keyboard_arrow_up'}.product__attributes table{border:none !important;font-weight:600;width:100%}.product__attributes tr{border-bottom:1px solid #cdcbcb}.product__attributes tr:last-child{border-bottom:none}.product__attributes td{color:#191919;line-height:1.45em;padding:3px 0}.product__attributes td.subprofile:first-child{padding-top:15px;font-weight:bold;color:#191919}.product__attributes td ul{margin:0;padding:0}.product__attributes td li{list-style:none;padding:0}.product__attributes td:first-child{color:#586168;width:max-content;text-align:left}.product__attributes th:first-child{text-align:left}.product__attributes th:last-child{text-align:right}.product__attributes td,.product__attributes th{text-align:left}.product__attributes th{color:#191919}.product__attributes td:last-child{text-align:right;font-weight:700;width:min-content}.product__attributes thead tr:last-child{border-bottom:1px solid #cdcbcb}.product__attributes thead th{padding-left:0;padding-right:0}.product__attributes table[border="1"] td,.product__attributes table[border="1"] thead th{padding-left:10px;padding-right:10px}.product__attributes table[border="1"] td{color:#586168}.product__attributes table[border="1"] td,.product__attributes table[border="1"] th,.product__attributes table[border="1"] td:first-child,.product__attributes table[border="1"] td:last-child,.product__attributes table[border="1"] th:first-child,.product__attributes table[border="1"] th:last-child{text-align:left}.product__technical-manufacturer+.product__attributes{border-top:1px solid #cdcbcb}.product__section--variants .header{display:none;padding:0 10px}.product__section--variants .header h2{color:#191919;font-size:16px;position:relative;padding-top:10px;padding-bottom:10px;margin:0;padding-right:30px}.product__section--variants .header h2:before{content:'keyboard_arrow_down';font-family:'material';color:#586168;top:5px;right:11px;position:absolute;width:16px;font-size:26px}.product__section--variants .header h2.active:before{content:'keyboard_arrow_up'}.product__section--similars .header .navigation{margin-top:0}#pdf-print-content:not(:first-child){margin-left:35px}#pdf-print-content a{color:#60b03d;font-size:13px;position:relative;padding-left:27px;font-weight:600}@media (min-width:1440px){#pdf-print-content a{font-size:15px}}#pdf-print-content a:hover{color:#191919}#pdf-print-content .icon-pdf{font-family:b2b,sans-serif !important;left:0;transform:translate(0, -50%)}#pdf-print-content .icon-pdf:before{content:'\e911';font-size:18px;top:0;color:#60b03d;background:none}.product__addons{margin-top:30px;text-align:right}.download-scroll-trigger{color:#586168;cursor:pointer;font-size:13px;font-weight:600;padding:0}@media (min-width:1440px){.download-scroll-trigger{font-size:15px}}.download-scroll-trigger:before{font-family:'b2b',sans-serif;content:'\e91c';display:inline-block;font-size:14px;margin-right:10px}.download-scroll-trigger:hover{color:#60b03d}.product__technical-table{width:100%}.product__technical{color:#586168;font-size:13px;margin-top:25px;line-height:1.5em}@media (min-width:1440px){.product__technical{font-size:14px}}.product__technical>table:first-child{margin-top:-25px;border-top:1px solid #cdcbcb !important}.product__technical table{width:100%;border-color:#cdcbcb;font-size:11px}.product__technical table th,.product__technical table td,.product__technical table tr{border-color:#cdcbcb}@media (min-width:1440px){.product__technical table{font-size:13px}}.product__row .product__availability{margin-top:-2px;font-size:13px;font-weight:600}.product__row .product__availability .product__availability__value,.product__row .product__availability .product__availability__shipping{display:block}.product__row .product__availability .product__availability__value p,.product__row .product__availability .product__availability__shipping p{display:inline}.product__row .product__availability p{margin:0}@media (min-width:1440px){.product__row .product__availability{font-size:14px}}.product__row .product__availability label{display:inline-block;color:#586168;width:auto;padding-top:0;text-transform:none;font-size:13px}@media (min-width:1440px){.product__row .product__availability label{font-size:14px}}.product-view .product__row .product__availability{position:relative;line-height:1.6em}.product__row .product__ean{padding-right:3px;margin-top:-3px}.product__row .product__price{line-height:1.3em;margin-right:42px;display:inline-block;vertical-align:middle}.product__row .product__price .price--main{font-weight:bold;font-size:20px;color:#191919}.product__row .product__price .price--additional{font-weight:bold;font-size:13px}@media (min-width:1440px){.product__row .product__price .price--additional{font-size:14px}}.product__row .product__price .price--additional span:first-child{margin-right:.3em}.product__row .product__price .hover-tooltip{color:#C9C9C9;position:relative;font-size:14px;margin-left:10px}.product__row .product__price .hover-tooltip .icon-info:before{transform:scale(1.1, 1);display:inline-block}.product__row .product__price .hover-tooltip .product__hover{display:none;position:absolute;bottom:40px;width:235px;padding:20px;box-shadow:0 0 5px rgba(0,0,0,0.25);left:50%;margin-left:-117px}@media (min-width:1280px){.product__row .product__price .hover-tooltip .product__hover{width:290px;margin-left:-145px}}.product__row .product__price .hover-tooltip .product__hover:before{content:'';position:absolute;box-shadow:3px 3px 5px rgba(0,0,0,0.25);left:50%;width:25px;height:25px;background:#fff;transform:rotate(45deg);bottom:-13px;z-index:0;transform-origin:center center;margin-left:-14px}@media (max-width:998px){.product__row .product__price .hover-tooltip .product__hover{bottom:60px}}.product__row .product__price .hover-tooltip:hover .product__hover{display:block}@media (max-width:768px){.product__row .product__price .hover-tooltip .product__hover{padding-top:30px}.product__row .product__price .hover-tooltip .product__hover .close{position:absolute;width:16px;height:16px;top:5px;right:5px;text-align:center}.product__row .product__price .hover-tooltip .product__hover .close:before{content:"\e92a";font-family:b2b,sans-serif;font-size:8px;font-weight:normal;color:#696969}.product__row .product__price .hover-tooltip.active .icon-info{background:#60b03d;color:#60b03d}.product__row .product__price .hover-tooltip:hover{cursor:pointer}.product__row .product__price .hover-tooltip:hover .product__hover{display:none}}.product__row .product__buy{width:auto;height:40px;margin-top:0;border:none;margin-left:auto;display:inline-flex;vertical-align:top}.product__row .product__buy .product__buy__count{height:40px;width:108px;border-radius:3px;border:1px solid #cdcbcb;padding:0 9px;margin-right:0;margin-left:auto;flex-grow:0}.product__row .product__buy .product__buy__count .btn-change{width:24px;height:30px;margin-top:-15px;color:#586168}.product__row .product__buy .product__buy__count .btn-change:before{font-size:18px}.product__row .product__buy .product__buy__count .btn-change--less:hover:before{content:'\e90c'}.product__row .product__buy .product__buy__count .btn-change--more:hover:before{content:'\e90a'}.product__row .product__buy .product__buy__count input{width:30px;margin:0 5px;padding:0}.product__row .product__buy .product__buy__list{display:none}.product__row .product__buy .product__buy__cart{margin-right:0;margin-left:20px}.product__row .product__buy .product__buy__cart .add-to-cart{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;padding:0 20px;width:auto;height:40px;text-transform:none}.product__row .product__buy .product__buy__cart .add-to-cart:hover{background:#569d36}@media (min-width:1440px){.product__row .product__buy .product__buy__cart .add-to-cart{font-size:14px}}.product__row .product__buy .product__buy__cart .add-to-cart:before,.product__row .product__buy .product__buy__cart .add-to-cart:after{content:'';display:none}@media (max-width:998px){.product__row .product__buy{width:100%}}.product__row .product__availability__subscribe{width:auto;height:40px;margin-top:0;border:none;margin-left:auto;display:flex;vertical-align:top;text-align:right}@media (max-width:998px){.product__row .product__availability__subscribe{width:100%}}.product__row .product__availability__subscribe a{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;color:#959595;background-color:#fff;border:1px solid #959595;line-height:38px;transition:.3s background-color,.3s color;color:#60b03d;border-color:#60b03d;padding:0 20px;width:auto;height:40px;text-transform:none;display:inline-block;margin-left:auto;margin-right:0;white-space:nowrap}.product__row .product__availability__subscribe a:hover{background:#569d36}@media (min-width:1440px){.product__row .product__availability__subscribe a{font-size:14px}}.product__row .product__availability__subscribe a:hover{color:#fff;background-color:#959595}.product__row .product__availability__subscribe a:hover,.product__row .product__availability__subscribe a:focus{color:#fff;background:#60b03d}.product__row .product__availability__subscribe a:before,.product__row .product__availability__subscribe a:after{content:'';display:none}.layout-tpl.product #content>.product>.product__section--variants{padding:0;position:relative;z-index:3}.shopping-list-catalog .price_list-body table{width:100%}.shopping-list-catalog .price_list-body table th{color:#191919;font-weight:bold;text-align:left}.shopping-list-catalog .price_list-body table td{padding-bottom:8px;padding-top:9px}.shopping-list-catalog .price_list-body table td .price_list-field-checkbox-wrapper{display:flex;align-items:center}.shopping-list-catalog .price_list-body table input{margin-top:0;margin-right:5px}.shopping-list-catalog .price_list-body table label{overflow:hidden;padding-left:10px;padding-top:0;width:auto;text-transform:none;color:#586168;font-size:13px;font-weight:normal;line-height:1.5}.product__row .product__map{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;border:1px solid #60b03d;display:inline-block;height:40px;margin-left:12px}.product__row .product__map:hover{background:#569d36}@media (min-width:1440px){.product__row .product__map{font-size:14px}}@media (max-width:600px){.product__row .product__map{padding:0 24px}}.product__row .product__map:before{font-family:b2b,sans-serif;content:'\e90e';font-size:15px;vertical-align:-1px;display:inline-block;margin-right:7px;font-weight:normal;line-height:30px}.product__row .product__form{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;color:#959595;background-color:#fff;border:1px solid #959595;line-height:38px;transition:.3s background-color,.3s color}.product__row .product__form:hover{background:#569d36}@media (min-width:1440px){.product__row .product__form{font-size:14px}}.product__row .product__form:hover{color:#fff;background-color:#959595}@media (max-width:600px){.product__row .product__form{padding:0 12px}}.product__row .product__form:hover{color:#fff;border-color:#ADADAC;background:#ADADAC}.product__price--hover{position:relative;display:inline-block;width:60px;margin-right:12px;text-align:center;vertical-align:-17px;cursor:pointer}.product__price--hover:before{color:#60b03d;font-family:b2b,sans-serif;content:'\e900';width:100%;text-align:center;font-size:30px;display:block;line-height:22px}.product__price--hover:after{content:'Sprawdź lepszą cenę';font-size:10px;line-height:1.2em;color:#60b03d;display:block}.product__price--hover>span{display:none;width:264px;position:absolute;left:50%;bottom:100%;margin-left:-132px;padding-bottom:24px}.product__price--hover>span:hover{display:block}.product__price--hover .product__hover{position:relative;display:block;z-index:10;height:auto;padding:11px 22px 22px 22px;box-shadow:0 0 5px rgba(0,0,0,0.25)}.product__price--hover .product__hover:before{content:'';position:absolute;box-shadow:3px 3px 5px rgba(0,0,0,0.25);left:50%;width:25px;height:25px;background:#fff;transform:rotate(45deg);bottom:-13px;z-index:-1;transform-origin:center center;margin-left:-13px}.product__price--hover:hover>span{display:block}table .product__hover .title small{margin-top:0}.product-view #cboxWrapper #form.price_list{width:auto}@media (min-width:999px) and (max-width:1279px){.product__section.product__section--main .product__gallery{width:350px}.product__section.product__section--main .product__gallery>a.bigimg{height:351px}.product__row .product__price{margin-right:5px}.product__section.product__section--main .product__body .product__row:first-child+.product__row{flex-wrap:wrap}.product__section.product__section--main .product__body .product__row:first-child+.product__row .product__column:first-child{width:100%}.product__section.product__section--main .product__body .product__row:first-child+.product__row .product__column:first-child+.product__column{text-align:right;width:100%;margin-top:10px}}@media (max-width:998px){.layout-tpl.product section.product__section .header h2.nag{font-size:16px}.layout-tpl.product-view #newsletter{margin-top:0}.layout-tpl.product-view .promoblock-area.page-after{margin-bottom:20px}.product__attributes .header{display:block;cursor:pointer;user-select:none}.product__section--variants .header{display:block;cursor:pointer;user-select:none}.layout-tpl.product #content>.product>section{margin-bottom:10px}.layout-tpl.product #content>.product>section.product__block{padding:0}.layout-tpl.product #content>.product>section.product__block>.container-fluid{padding:13px 10px 2px}.layout-tpl.product #content>.product>section.product__block>.container-fluid>.header{display:flex}.layout-tpl.product #content>.product>section.product__block>.container-fluid>.header .nag{font-size:16px;margin:2px auto 0 0}.layout-tpl.product #content>.product>section.product__block>.container-fluid>.header .navigation{margin:0 0 0 auto;float:none}.layout-tpl.product #content>.product>section.product__block .products__viewport{padding-top:11px}.product__attributes{margin-top:0}.product__attributes .product__attributes__content{display:none;padding-top:10px}.product__attributes .product__attributes__content.active{display:block}.product__section.product__section--main .product__body{display:flex;flex-wrap:wrap}.product__section.product__section--main .product__body .product__row{width:100%}.product__section.product__section--main .product__body .product__row:first-child{order:1}.product__section.product__section--main .product__body .product__row:first-child+.product__row{order:2}.product__section.product__section--main .product__body .product__row.product__price-row{order:4}.product__section.product__section--main .product__body .product__row.product__price-row+.product__row{order:5}.product__section.product__section--main .product__body .product__row.product__replacements-row{order:10;margin-top:10px !important;position:relative;padding-bottom:10px}.product__section.product__section--main .product__body .product__row.product__replacements-row .product__replacements-table>label{color:#191919;font-size:16px;position:relative;padding-top:10px;padding-bottom:0;margin:0;padding-right:30px;font-weight:700;line-height:1.3;cursor:pointer;user-select:none}.product__section.product__section--main .product__body .product__row.product__replacements-row .product__replacements-table>label.active:before{content:'keyboard_arrow_up'}.product__section.product__section--main .product__body .product__row.product__replacements-row .product__replacements-table>label+.product__replacements-table__items{padding-top:10px;display:none}.product__section.product__section--main .product__body .product__row.product__replacements-row .product__replacements-table>label+.product__replacements-table__items.active{display:block}.product__section.product__section--main .product__body .product__row.product__replacements-row .product__replacements-table>label::before{content:'keyboard_arrow_down';font-family:'material';color:#586168;top:5px;right:11px;position:absolute;width:16px;font-size:26px}.product__section.product__section--main .product__body .product__row.product__replacements-row:before{content:'';top:-10px;left:-10px;right:-10px;height:10px;background:#f2f2f2;position:absolute}.product__section.product__section--main .product__body .product__row.product__replacements-row .product__replacements-table{margin-bottom:0}.product__section.product__section--main .product__body .product__row.product__attributes-row{order:10;margin-top:10px !important}.product__section.product__section--main .product__body .product__row.product__attributes-row~.product__row{order:6}.product__addons{margin-top:0;padding-bottom:10px;text-align:right}#pdf-print-content:not(:first-child){margin-left:7px}.product__section.product__section--main .product__body .product__row.product__attributes-row{position:relative}.product__section.product__section--main .product__body .product__row.product__attributes-row:before{content:'';top:-10px;left:-10px;right:-10px;height:10px;background:#f2f2f2;position:absolute}.product__price--hover{margin-right:0;margin-left:10px}.product__price--hover>span{left:0}.product__price--hover .product__hover::before{margin-left:18px}.product__row .product__price{display:inline-block;vertical-align:bottom;margin-right:40px}.product__row .product__price .price__unit+span{display:inline-block;position:absolute;margin-left:20px;z-index:2}.product__row .product__price .price__unit+span:before{margin-bottom:7px;left:50%;transform:translate(-50%, 0) scale(0)}.product__row .product__price .price__unit+span:after{margin-bottom:7px;left:50%;transform:translate(-50%, 0) scale(0)}.product__row .product__price .price__unit+span:hover:before{transform:translate(-50%, 0) scale(1)}.product__row .product__price .price__unit+span:hover:after{transform:translate(-50%, 0) scale(1)}.product__row .product__price .price__unit+span .icon-info{display:block;width:32px;font-size:32px;background:#C9C9C9;border-radius:50%;text-align:center;position:relative;left:auto}.product__row .product__price .price__unit+span .icon-info:before{border-radius:50%;z-index:2;position:relative}.product__row .product__price .price__unit+span .icon-info:after{content:'';z-index:1;width:25px;height:25px;position:absolute;left:3px;top:3px;border-radius:50%;background:#fff}.product__section.product__section--main .product__wrapper{flex-wrap:wrap}.product__section.product__section--main .jcarousel ul{width:auto}.product__section.product__section--main .product__gallery{width:100%;margin:0 0 15px}.product__section.product__section--main .product__gallery>a.bigimg{height:auto}.product__section.product__section--main .product__gallery #gallery-thumbs .jcarousel{height:auto}.product__section.product__section--main .product__gallery #gallery-thumbs .jcarousel ul li{height:auto;max-width:20%;width:20%}.product__section.product__section--main .product__gallery #gallery-thumbs .jcarousel ul li a{margin-bottom:0;margin-top:0}.product__section.product__section--main .product__gallery #gallery-thumbs .jcarousel ul li img{max-width:100%}.product__section.product__section--main .product__body{width:100%}.product__section--similars .header{cursor:pointer;margin-bottom:0;user-select:none}}@media (max-width:600px){.product__section.product__section--main .product__body .product__row.product__price-row{flex-wrap:wrap}.product__section.product__section--main .product__body .product__row.product__price-row .product__column{width:100%;margin-bottom:10px}}@media (max-width:998px){.layout-tpl.product #content>.product>section.product__section--main{padding:10px}.product__section.product__section--main .product__gallery>a.bigimg{max-height:none;max-width:none}.layout-tpl.product #content>.product>section.product__section--description{padding:0 10px 10px}.layout-tpl.product #content>.product>section.product__section--description .description-content{display:none;padding-bottom:7px;padding-top:15px;margin-top:8px;border-top:1px solid #c4c4c4}.layout-tpl.product #content>.product>section.product__section--description .description-content.active{display:block}.layout-tpl.product #content>.product>section.product__section--description .header{cursor:pointer;margin-bottom:0;user-select:none}.layout-tpl.product #content>.product>section.product__section--description .header h2.nag{color:#191919;font-size:16px;position:relative;padding-top:10px;padding-bottom:3px;margin:0;padding-right:30px;width:100%}.layout-tpl.product #content>.product>section.product__section--description .header h2.nag:before{content:'keyboard_arrow_down';font-family:'material';color:#586168;top:5px;right:11px;position:absolute;width:16px;font-size:26px}.layout-tpl.product #content>.product>section.product__section--description .header h2.nag.active:before{content:'keyboard_arrow_up'}.layout-tpl.product #content>.product>section.product__files{padding:0 10px 10px}.layout-tpl.product #content>.product>section.product__files .container-fluid{padding:0}.layout-tpl.product #content>.product>section.product__files .header{cursor:pointer;margin-bottom:0;user-select:none}.layout-tpl.product #content>.product>section.product__files .header h2.nag{color:#191919;font-size:16px;position:relative;padding-top:10px;padding-bottom:3px;margin:0;padding-right:30px;width:100%}.layout-tpl.product #content>.product>section.product__files .header h2.nag:before{content:'keyboard_arrow_down';font-family:'material';color:#727272;top:5px;right:11px;position:absolute;width:16px;font-size:26px}.layout-tpl.product #content>.product>section.product__files .header h2.nag.active:before{content:'keyboard_arrow_up'}.layout-tpl.product #content>.product>section.product__files .files__list{display:block;padding-bottom:10px;border-top:1px solid #60b03d}.layout-tpl.product #content>.product>section.product__files .files__list .file{width:100%;padding-left:44px;padding-top:5px;padding-bottom:5px}.layout-tpl.product #content>.product>section.product__files .files__list .file .file__icon .icon-cloud{left:0}.layout-tpl.product #content>.product>section.product__files ul.tabs{margin-top:7px;width:100%;display:none}.layout-tpl.product #content>.product>section.product__files ul.tabs.active{display:block}.layout-tpl.product #content>.product>section.product__files ul.tabs+.tabs-content{display:none}.layout-tpl.product #content>.product>section.product__files ul.tabs>li:first-child{border-top:0}.layout-tpl.product #content>.product>section.product__files ul.tabs>li:last-child{border-bottom:0}.layout-tpl.product #content>.product>section.product__files ul.tabs>li{display:block;max-width:none;float:none;border-top:1px solid #c4c4c4}.layout-tpl.product #content>.product>section.product__files ul.tabs>li>a{font-size:12px;padding:15px 40px 15px 0;position:relative;width:100%;text-align:left}.layout-tpl.product #content>.product>section.product__files ul.tabs>li>a:before{content:'keyboard_arrow_down';font-family:'material';color:#586168;top:5px;right:11px;position:absolute;width:16px;font-size:26px}.layout-tpl.product #content>.product>section.product__files ul.tabs>li>a.active:before{content:'keyboard_arrow_up'}.layout-tpl.product #main #content>.product>section.product__block.related-products{padding:3px}.layout-tpl.product #main #content>.product>section.product__block.related-products .header h2.nag{color:#191919;font-size:16px;position:relative;padding-top:7px;padding-bottom:3px;margin:0;padding-right:30px;width:100%}.layout-tpl.product #main #content>.product>section.product__block.related-products .product__section{padding:0 10px 10px}.layout-tpl.product #main #content>.product>section.product__block.related-products .product__section .header{cursor:pointer;margin-bottom:0;user-select:none}.layout-tpl.product #main #content>.product>section.product__block.related-products .product__section .header .nag{font-size:16px;position:relative;padding-top:10px;padding-bottom:3px;margin:0;padding-right:30px;width:100%}.layout-tpl.product #main #content>.product>section.product__block.related-products .product__section .header .navigation{margin-top:-24px;margin-right:2px}.layout-tpl.product section.product__block .navigation{margin-top:-19px;margin-right:12px}.layout-tpl.product section.product__block .products__viewport{padding-top:6px}.layout-tpl.product section.product__block .products__wrapper{margin-left:0}section.product__section--variants .product-variants-container{display:none}section.product__section--variants .product-variants-container.active{display:block}section.product__section--variants .product-variants.product-variants--cart{display:block}section.product__section--variants .product-variants.product-variants--cart thead{display:none}section.product__section--variants .product-variants.product-variants--cart tbody{display:block}section.product__section--variants .product-variants.product-variants--cart tbody tr{display:flex;flex-wrap:wrap;margin:1px;padding:10px;outline:none;border:none;border-bottom:1px solid transparent}section.product__section--variants .product-variants.product-variants--cart tbody tr:after{display:none}section.product__section--variants .product-variants.product-variants--cart tbody tr:hover{outline:none;border-bottom:1px solid #d4d4d4}section.product__section--variants .product-variants.product-variants--cart tbody tr:first-child{outline:1px solid #60b03d;border:none}section.product__section--variants .product-variants.product-variants--cart tbody tr:first-child:hover{border-bottom:none}section.product__section--variants .product-variants.product-variants--cart tbody tr td{display:inline-block;padding:0}section.product__section--variants .product-variants.product-variants--cart tbody tr td.col-attr{padding:0;display:inline-block}section.product__section--variants .product-variants.product-variants--cart tbody tr td.col-attr:before{content:'Atrybuty:';font-size:10px;display:inline-block;color:#586168}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-index{margin-bottom:10px;width:50%;padding-right:20px}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-index .view--index{display:inline-block;width:auto;vertical-align:top}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-index .col-availability{margin-left:37px;margin-top:5px}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-index .col-availability .product__availability__value p{display:inline-block;font-weight:700;font-size:10px;line-height:1.4em;vertical-align:top}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-index .col-availability .product__availability__value:before{content:attr(data-title) ":";color:#586168;position:static;padding:0;background:none;transform:none;box-shadow:none;border:none;font-size:10px;display:inline-block;vertical-align:top;line-height:1.4em}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-index .col-availability .product__availability__value .icon-static{display:none}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-index .col-availability .product__availability__shipping{margin-top:-4px}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-index .col-availability .product__availability__shipping .icon-static{display:none}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-index .col-availability .product__availability__shipping p{font-weight:700}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-index .col-availability .product__availability__shipping p:before{content:"Czas dostawy:";font-size:10px;display:inline-block;color:#586168;font-weight:500}section.product__section--variants .product-variants.product-variants--cart tbody tr .attributes-wrapper{width:100%;display:none}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-attr{text-align:left}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-price{line-height:1.2}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-price .price--additional{line-height:1.1;margin-top:5px}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-price:not(.col-price--show){display:none}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-price.product__price--your-price+.product__buy{margin-left:auto}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-price.product__price--your-price{display:inline-block;margin-left:auto;max-width:calc(100% - 220px)}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-price.product__price--your-price .price--main{font-size:14px}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-price.product__price--your-price .price__unit{font-size:12px}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-better-price{padding-left:10px;width:40px;padding-right:5px;margin-left:auto;padding-top:10px}section.product__section--variants .product-variants.product-variants--cart tbody tr .product__price--hover>span{margin-bottom:-9px;margin-left:-103px}section.product__section--variants .product-variants.product-variants--cart tbody tr .product__price--hover>span .product__hover::before{margin-left:-15px}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-buy{margin-left:auto;margin-top:4px;margin-right:0}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-buy .product__buy__cart:before{left:-36px}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-attr~.col-attr:before{content:''}}@media (max-width:768px){.product__section--comments #reviews .review-form{padding:0 0 10px 0}.product__section.product__section--main .product__title{font-size:16px;margin-bottom:10px}.product__section.product__section--main .product__header__wrapper{margin-bottom:10px}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-index{width:100%;padding-right:0}section.product__section--variants .product-variants.product-variants--cart tbody tr .col-price.product__price--your-price{margin-left:0}}@media (min-width:769px) and (max-width:998px){.product__section.product__section--main .product__title{margin-bottom:15px}.product__section.product__section--main .product__header__wrapper{margin-bottom:15px}.layout-tpl.product #content>.product>section.product__files .files__list{display:flex;width:100%}.layout-tpl.product #content>.product>section.product__files .files__list .file{width:50%}}@media (max-width:600px){.product__section.product__section--main .product__body .product__row:first-child{flex-wrap:wrap}.product__section.product__section--main .product__body .product__row:first-child .product__column:first-child{order:2;width:100%;margin-top:17px}.product__section.product__section--main .product__body .product__row:first-child .product__column:first-child+.product__column{width:100%;order:1}.product__section.product__section--main .product__body .product__row:first-child+.product__row{flex-wrap:wrap;position:relative;margin-top:15px}.product__section.product__section--main .product__body .product__row:first-child+.product__row .price__wrapper .price{line-height:1.1}.product__section.product__section--main .product__body .product__row:first-child+.product__row .product__column:first-child{margin-top:0}.product__section.product__section--main .product__body .product__row:first-child+.product__row .product__column:first-child+.product__column{margin-top:15px;width:100%;text-align:right}}@media (max-width:1280px){section.product__section--variants .product-variants.product-variants--cart tbody tr td.col-thumb,section.product__section--variants .product-variants.product-variants--cart thead tr th.col-thumb,section.product__section--variants .product-variants.product-variants--cart thead tr td.col-thumb{display:none}section.product__section--variants .product-variants.product-variants--cart tbody tr td.col-price:not(.product__price--your-price):not(.col-price--show),section.product__section--variants .product-variants.product-variants--cart thead tr th.col-price:not(.product__price--your-price):not(.col-price--show),section.product__section--variants .product-variants.product-variants--cart thead tr td.col-price:not(.product__price--your-price):not(.col-price--show){display:none}}@media (min-width:999px) and (max-width:1280px){.product-variants thead td.col-index{min-width:215px}.product-variants thead td{padding:8px 10px;width:110px}}.chosen-container{display:block;box-shadow:none;font-size:10px;width:100% !important}.chosen-container .chosen-drop{border-color:#60b03d;box-shadow:none}.chosen-container .chosen-results li.active-result.highlighted{background:#60b03d}.chosen-container-single.chosen-container-active .chosen-single{background:none;border-color:#60b03d}.chosen-container-single.chosen-container-active .chosen-single a{background:none}.chosen-container-single .chosen-single{background:none;box-shadow:none;border-color:#586168;width:100%;margin-top:5px}section.product__section--variants #ajax-variants.active .product-variants-container{display:block}@media (max-width:998px){#ajax-variants{display:none}#ajax-variants.active{display:block}}#ajax-variants>img{display:block;margin:20px auto}.product-variants-container .top{border-bottom:7px solid #f2f2f2}@media (max-width:998px){.product-variants-container .top{border-bottom:none;border-top:1px solid #f2f2f2}}.product-variants-container .bottom{border-top:7px solid #f2f2f2}@media (max-width:998px){.product-variants-container .bottom{border-top:none}}.product-variants-container .top,.product-variants-container .bottom{padding:5px 20px;font-weight:600;font-size:13px;line-height:150%;text-align:right}@media (max-width:998px){.product-variants-container .top,.product-variants-container .bottom{padding-left:10px;padding-right:10px}}.product-variants-container .top a,.product-variants-container .bottom a{padding:0 4px;color:#8B8B8B;cursor:pointer}.product-variants-container .top a.current,.product-variants-container .bottom a.current{color:#60b03d}.product-variants-container .top a.disabled,.product-variants-container .bottom a.disabled{display:none}.product-variants-container .top a:hover,.product-variants-container .bottom a:hover{color:#60b03d}.product-variants-container .top a.paginate_button.next,.product-variants-container .bottom a.paginate_button.next,.product-variants-container .top a.paginate_button.previous,.product-variants-container .bottom a.paginate_button.previous{width:12px;display:inline-block;text-indent:100px;overflow:hidden;height:18px;vertical-align:middle}.product-variants-container .top a.paginate_button.next.disabled,.product-variants-container .bottom a.paginate_button.next.disabled,.product-variants-container .top a.paginate_button.previous.disabled,.product-variants-container .bottom a.paginate_button.previous.disabled{display:none}.product-variants-container .top a.paginate_button.next:before,.product-variants-container .bottom a.paginate_button.next:before,.product-variants-container .top a.paginate_button.previous:before,.product-variants-container .bottom a.paginate_button.previous:before{display:block;text-indent:0;content:'';width:0;height:0;border-style:solid;font-size:0;margin-top:4px;margin-bottom:1px}.product-variants-container .top a.paginate_button.next:before,.product-variants-container .bottom a.paginate_button.next:before{border-width:4px 0 4px 4px;border-color:transparent;border-left-color:inherit}.product-variants-container .top a.paginate_button.previous:before,.product-variants-container .bottom a.paginate_button.previous:before{border-width:4px 4px 4px 0;border-color:transparent;border-right-color:inherit}.product__replacements-table{margin-bottom:25px}.product__replacements-table label{font-size:13px;margin-bottom:10px;display:block;color:#586168}#overlay .product__replacements-table{width:500px}@media (max-width:768px){#overlay .product__replacements-table{width:auto}}.product__replacements-table__item{display:flex;padding:7px 10px;position:relative;align-items:center}.product__replacements-table__item:after{content:'';top:-1px;left:0;right:0;height:1px;background:#ebeaea;position:absolute}.product__replacements-table__item:last-child:before{content:'';bottom:1px;left:0;right:0;height:1px;background:#ebeaea;position:absolute}.product__replacements-table__item__photo{width:57px;margin-right:13px;flex-shrink:0}.product__replacements-table__item__photo img{vertical-align:middle}.product__replacements-table__item__name .view--name{display:block;font-weight:bold;font-size:13px;line-height:1.2em}.product__replacements-table__item__name .view--index{display:inline-block;width:auto;vertical-align:top;color:#666;margin-top:7px;font-size:12px;line-height:1.45em}.product__replacements-table__item__price{margin-left:auto;padding-left:15px}.product__replacements-table__item__price .product__price{min-width:130px;margin-right:0}.product__replacements-table__item__price .product__price .price--main{font-size:13px;font-weight:bold;color:#191919;line-height:1.2}.product__replacements-table__item__price .product__price .price--additional{font-size:12px;line-height:1.45 !important;margin-top:7px;font-weight:400}@media (max-width:500px){.product__replacements-table__item{flex-wrap:wrap}.product__replacements-table__item__name{width:calc(100% - 70px)}.product__replacements-table__item__price{width:100%}.product__replacements-table__item__price .product__price{display:flex;justify-content:flex-end}}#overlay.complementary-products-wrapper .overlay-content{padding:20px 65px !important}@media (max-width:998px){#overlay.complementary-products-wrapper .overlay-content{padding:20px 20px !important}}@media (max-width:600px){#overlay.complementary-products-wrapper .overlay-content{padding:20px 10px !important}}#overlay.complementary-products-wrapper .header-wrapper{padding-left:0;padding-right:0;padding-top:0}#overlay.complementary-products-wrapper .header-wrapper .cart-mini{padding-left:30px}#overlay.complementary-products-wrapper .header-wrapper .cart-mini #cart-top-quantity{margin-right:20px}#overlay.complementary-products-wrapper .header-wrapper .cart-mini::before{color:#60b03d;font-family:b2b,sans-serif;content:'\e907'}#overlay.complementary-products-wrapper .header-wrapper h2{color:#191919}#overlay.complementary-products-wrapper .header-wrapper h2::before{color:#60b03d;display:none}#overlay.complementary-products-wrapper #photo-and-description{padding-left:0;padding-right:0}#overlay.complementary-products-wrapper #photo-and-description .price{font-size:20px}#overlay.complementary-products-wrapper #photo-and-description .description{flex-grow:1;padding-left:30px;padding-right:30px}#overlay.complementary-products-wrapper #photo-and-description .description a{font-size:25px}#overlay.complementary-products-wrapper #photo-and-description .photo-description-wrapper{display:flex;float:none;border:1px solid #e4e4e4;background:none}#overlay.complementary-products-wrapper #photo-and-description .photo-description-wrapper>div{float:none}#overlay.complementary-products-wrapper #photo-and-description .photo-description-wrapper>.photo{border-right:1px solid #e4e4e4;width:160px}#overlay.complementary-products-wrapper #photo-and-description .photo-description-wrapper>.photo a{padding:20px;display:block}#overlay.complementary-products-wrapper #photo-and-description .photo-description-wrapper>.photo img{margin:auto;height:auto !important}#overlay.complementary-products-wrapper #photo-and-description .photo-description-wrapper>.description{padding:25px 20px}#overlay.complementary-products-wrapper #photo-and-description .photo-description-wrapper .product__price .price--main{font-weight:bold;font-size:20px}#overlay.complementary-products-wrapper #photo-and-description .photo-description-wrapper .product__price .price--additional{font-weight:bold;font-size:13px;color:#8E8E8E;padding-top:0}#overlay.complementary-products-wrapper #photo-and-description .photo-description-wrapper .product__price .price--additional span:first-child{margin-right:.3em}#overlay.complementary-products-wrapper .back-to-shopping>div a.back{padding-left:40px}#overlay.complementary-products-wrapper .back-to-shopping>div a.go-to-cart{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;margin-right:0}#overlay.complementary-products-wrapper .back-to-shopping>div a.go-to-cart:hover{background:#569d36}@media (min-width:1440px){#overlay.complementary-products-wrapper .back-to-shopping>div a.go-to-cart{font-size:14px}}#overlay.complementary-products-wrapper .back-to-shopping>div a{text-transform:none;padding-top:8px;padding-bottom:8px}#overlay.complementary-products-wrapper .back-to-shopping>div a:before{font-family:'material';content:'navigate_before';transform-origin:center center;font-size:22px;width:auto}@media (max-width:1280px){#overlay.complementary-products-wrapper .header-wrapper h2{width:100%}#overlay.complementary-products-wrapper #photo-and-description .photo-description-wrapper{flex-wrap:wrap}#overlay.complementary-products-wrapper #photo-and-description .photo-description-wrapper>div{width:100%}#overlay.complementary-products-wrapper #photo-and-description .photo-description-wrapper>div.photo{border-right:none;border-bottom:1px solid #e4e4e4;width:100%;text-align:center;max-width:none}}@media (max-width:998px){#overlay.complementary-products-wrapper .back-to-shopping>div{float:none;width:100%}#overlay.complementary-products-wrapper .back-to-shopping>div a{float:none;display:block;text-align:center}#overlay.complementary-products-wrapper .back-to-shopping>div a:before{float:none;display:inline-block;vertical-align:middle}#overlay.complementary-products-wrapper .back-to-shopping>div a.go-to-cart{margin-left:auto;margin-right:auto;float:none;max-width:230px}}#overlay.complementary-products-wrapper .header .nag{color:#191919;font-size:18px;font-weight:bold;padding-top:15px}#overlay.complementary-products-wrapper .complementary-products{clear:both;padding-top:30px}#overlay.complementary-products-wrapper .complementary-products .navigation{margin-right:-2px;margin-top:14px}#overlay.complementary-products-wrapper .complementary-products .navigation span{width:22px;height:22px;background:#CDCBCB;border-radius:50%;text-align:center}#overlay.complementary-products-wrapper .complementary-products .navigation span:hover{background:#60b03d}#overlay.complementary-products-wrapper .complementary-products .navigation span:hover:before{font-size:22px}#overlay.complementary-products-wrapper .complementary-products .navigation span::before{font-family:'material';color:#fff;font-size:22px;width:22px;height:22px;line-height:22px}#overlay.complementary-products-wrapper .complementary-products .navigation span.nav-next{margin-left:3px}#overlay.complementary-products-wrapper .complementary-products .navigation span.nav-next::before{content:'navigate_next';margin:0}#overlay.complementary-products-wrapper .complementary-products .navigation span.nav-prev{margin-right:2px}#overlay.complementary-products-wrapper .complementary-products .navigation span.nav-prev::before{content:'navigate_before';margin:0;text-indent:-1px}#overlay.complementary-products-wrapper .products__list{width:100%;padding-right:1px}#overlay.complementary-products-wrapper .complementary-products .container-fluid{padding:0}#overlay.complementary-products-wrapper .products__list--cross-selling .products__viewport{padding-top:28px;overflow:visible}#overlay.complementary-products-wrapper .products__list--cross-selling .products__wrapper{margin-left:1px}#overlay.complementary-products-wrapper .products__list--cross-selling .product{min-width:230px}#overlay.complementary-products-wrapper .products__list--cross-selling .product .product__buy__count{padding:0 10px}#overlay.complementary-products-wrapper .products__list--cross-selling .product .product__compare{display:none}#overlay.complementary-products-wrapper .products__list--cross-selling .product .product__buy>.product__buy__list:not(:last-child){border-right:none}#product__internal-nav{position:sticky;top:0;left:0;z-index:11;margin-bottom:16px;border-bottom:2px solid #60b03d}#product__internal-nav.sticky{box-shadow:0 0 8px 0 rgba(0,0,0,0.1);border-bottom:none}#product__internal-nav.sticky:before{content:'';position:fixed;top:0;width:100%;left:0;box-shadow:0 0 8px 0 rgba(0,0,0,0.1);z-index:-1;height:64px;background:#fff;border-bottom:2px solid #60b03d}#product__internal-nav ul{display:flex;list-style:none;margin:0;justify-content:flex-start;background:#fff;padding:0 30px;height:64px;align-items:center}#product__internal-nav ul li{padding:0 10px;margin:0;line-height:1.3em;font-weight:400}#product__internal-nav ul li.active{font-weight:600}#product__internal-nav ul li:not(#backToTop) a{text-align:left}#product__internal-nav ul li:not(#backToTop) a::before{display:block;content:attr(data-name);font-weight:600;height:0;overflow:hidden;visibility:hidden}#product__internal-nav ul li:not(#backToTop) a:hover{font-weight:600}#product__internal-nav ul li a,#product__internal-nav ul li a:focus,#product__internal-nav ul li a:active{color:#191919}#product__internal-nav ul li a:hover{color:#60b03d}#product__internal-nav ul li.active a,#product__internal-nav ul li.active a:focus,#product__internal-nav ul li.active a:active{color:#60b03d}@media (max-width:998px){#product__internal-nav{display:none}}#backToTop a{display:inline-block;width:30px;height:30px;position:relative;cursor:pointer;border:1px solid #586168;border-radius:50%;vertical-align:middle}#backToTop a:before,#backToTop a:after{content:'keyboard_arrow_up';font-family:'material';position:absolute;font-size:24px;top:2px;left:50%;transform:translate(-50%, 0);color:#586168}#backToTop a:after{content:'keyboard_arrow_up';top:7px}#backToTop a:hover{border-color:#60b03d}#backToTop a:hover:before,#backToTop a:hover:after{color:#60b03d}
.product__gallery>a:not(.bigimg){display:none}.product__gallery>a.bigimg{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;justify-content:center;position:relative;float:right;width:558px;height:558px;text-align:center;border:1px solid #e5e5e5}@media (min-width:1440px){.product__gallery>a.bigimg{width:604px;height:604px}}.product__gallery>a.bigimg img{max-width:100%;max-height:100%;width:auto;height:auto}.product__gallery>a.bigimg video{width:inherit}.product__gallery>a.bigimg i{opacity:0;z-index:1;width:60px;height:60px;position:absolute;top:50%;left:50%;margin:-30px 0 0 0;font-size:25px;line-height:1;padding:17px;display:block;background:rgba(255,255,255,0.5);-webkit-transition:.3s opacity;transition:.3s opacity;transform:translate(-50%, 0)}.product__gallery>a.bigimg:hover i{opacity:1}.product__gallery .promo{display:block;width:46px;height:46px;padding:16px 0;text-align:center;background-color:#be0d0d;font-size:14px;line-height:1;color:#fff;font-weight:bold;position:absolute;top:0;right:10px}.product__gallery #gallery-thumbs{margin:21px 0 0 0;width:100%;display:inline-block;vertical-align:top;position:relative;z-index:0}.product__gallery #gallery-thumbs .jcarousel{position:relative;overflow:hidden;width:100%;height:84px}.product__gallery #gallery-thumbs .jcarousel ul{min-width:100%;height:84px;position:relative;list-style:none;margin:0;padding:0}.product__gallery #gallery-thumbs .jcarousel ul:after{content:'';clear:both;display:table}.product__gallery #gallery-thumbs .jcarousel ul li{display:block;text-align:center;height:84px;width:84px;float:left;padding-bottom:1px;margin-left:11px}.product__gallery #gallery-thumbs .jcarousel ul li:first-child{margin-left:0}.product__gallery #gallery-thumbs .jcarousel ul li a{display:block;border:1px solid transparent;width:100%;height:100%;text-align:center}.product__gallery #gallery-thumbs .jcarousel ul li a img{max-width:100%;max-height:100%;vertical-align:middle;display:inline-block}.product__gallery #gallery-thumbs .jcarousel ul li a:hover{position:relative;z-index:3;border-color:#e5e5e5}.product__gallery #gallery-thumbs .jcarousel ul li.active a{position:relative;z-index:2;border-color:#60b03d}.product__gallery #gallery-thumbs .jcarousel-control-prev,.product__gallery #gallery-thumbs .jcarousel-control-next{color:#586168;font-weight:bold;display:none;text-align:center;-ms-transform:translate(0);-webkit-transform:translate(0);transform:translate(0);position:absolute;opacity:.4;transition:opacity 200ms;width:40px;top:0;bottom:0;background:#fff;z-index:4}.product__gallery #gallery-thumbs .jcarousel-control-prev:before,.product__gallery #gallery-thumbs .jcarousel-control-next:before{font-family:'icons',sans-serif;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:30px}.product__gallery #gallery-thumbs .jcarousel-control-prev[data-jcarouselcontrol="true"],.product__gallery #gallery-thumbs .jcarousel-control-next[data-jcarouselcontrol="true"]{font-size:10px;display:block}.product__gallery #gallery-thumbs .jcarousel-control-prev.inactive,.product__gallery #gallery-thumbs .jcarousel-control-next.inactive{color:#e9e9e9;display:none}.product__gallery #gallery-thumbs:hover .jcarousel-control-prev,.product__gallery #gallery-thumbs:hover .jcarousel-control-next{opacity:1;color:#60b03d}.product__gallery #gallery-thumbs .jcarousel-control-prev{left:0;right:auto}.product__gallery #gallery-thumbs .jcarousel-control-prev:before{content:'\e923'}.product__gallery #gallery-thumbs .jcarousel-control-next{right:0;left:auto}.product__gallery #gallery-thumbs .jcarousel-control-next:before{content:'\e922'}@media (max-width:1279px){.product__gallery>a.bigimg{width:100%;height:558px}.product__gallery #gallery-thumbs{width:100%;margin:3px 0 0 0;padding:0 10px 0 0;position:relative}.product__gallery #gallery-thumbs>a{display:none !important}.product__gallery #gallery-thumbs .jcarousel{width:100%;height:120px;position:relative;display:block}.product__gallery #gallery-thumbs .jcarousel ul{display:flex;height:auto}.product__gallery #gallery-thumbs .jcarousel ul li{margin:0;padding:1px;vertical-align:top;float:none;width:auto}.product__gallery #gallery-thumbs .jcarousel ul li a{padding:0;margin:1px}.product__gallery #gallery-thumbs .jcarousel ul li a img{max-width:none}}@media (max-width:1279px) and (min-width:1440px){.product__gallery>a.bigimg{height:604px}}@media (max-width:997px){.product__gallery #gallery-thumbs .jcarousel{overflow-y:hidden;overflow-x:auto}.product__gallery>a.bigimg{float:none;height:354px}}@media (max-width:767px){.product__gallery>a.bigimg{max-height:344px;max-width:344px}.product__gallery>a.bigimg i{display:none}}#cboxLoadedContent img{cursor:grab}#cboxLoadedContent img:active{cursor:grabbing}.viewer{-ms-touch-action:none}.layout-tpl #content #popup-gallery h1,#popup-gallery h1{margin:0;font-size:18px}.layout-tpl #content #popup-gallery h2,#popup-gallery h2{font-size:11px;font-weight:normal;text-transform:uppercase;margin:0 0 20px}#popup-gallery{padding:20px}#popup-gallery .thumbnails{float:left;width:85px}#popup-gallery .thumbnails a{padding:10px;width:80px;height:80px;display:block;border:1px solid #e5e5e5;text-align:center;line-height:55px;margin-bottom:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7}#popup-gallery .thumbnails a img{line-height:1.2em;max-width:50px;max-height:50px;vertical-align:middle}#popup-gallery .thumbnails a.active{border-color:#60b03d;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#popup-gallery .thumbnails a:hover{opacity:.8}#popup-gallery .wrapper{overflow:hidden;border:1px solid #e5e5e5;padding:20px;width:90%}#popup-gallery .wrapper .viewer{position:relative;height:350px}#popup-gallery .wrapper .viewer div{display:none}#popup-gallery .viewer-navigation{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:85px;width:100%;margin-top:5px}#popup-gallery .viewer-navigation #fit{display:block;float:right;padding:7px 12px;background:#E55418;font-weight:bold;text-transform:uppercase;border:2px solid #E55418;font-size:14px;text-decoration:none;color:#fff;margin-top:10px;cursor:pointer}#popup-gallery .viewer-navigation #in,#popup-gallery .viewer-navigation #out{color:transparent;line-height:0;font-size:0;display:inline-block;height:30px;width:30px;margin:0 5px;position:relative;text-align:center}#popup-gallery .viewer-navigation #in:before,#popup-gallery .viewer-navigation #out:before{color:#e55418;content:"-";font-size:55px;left:0;position:absolute;top:50%;cursor:pointer;margin-top:-3px}#popup-gallery .viewer-navigation #in:before{content:'+';margin-top:0}#popup-gallery .viewer-navigation #fit:hover,#popup-gallery .viewer-navigation #fit:focus{background:#fff;color:#E55418}.iviewer-buttons{position:absolute;left:0;bottom:-48px;height:48px;width:100%;z-index:100;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,0.15);-webkit-transition:all .3s;transition:all .3s}.iviewer-buttons>*{display:inline-block;vertical-align:top;line-height:50px;text-align:center;width:48px;padding:0 5px;border-right:1px solid #cfd8dc;height:50px;font-size:24px;-webkit-transition:all .3s;transition:all .3s}.iviewer-buttons .iviewer_zoom_status{font-size:11px;border:0}.iviewer-buttons>*:not(.iviewer_zoom_status):hover{background-color:rgba(0,0,0,0.05)}.iviewer_zoom_in,.iviewer_zoom_out,.iviewer_zoom_fit{cursor:pointer}.iviewer_zoom_in:before{font-family:'icons',sans-serif;content:'\e909'}.iviewer_zoom_out:before{font-family:'icons',sans-serif;content:'\e90b'}.iviewer_zoom_fit:before{font-family:'icons',sans-serif;content:'\e948'}
body.product-category.level-other header h1{margin-left:18px;font-weight:300;font-size:30px}body.product-category.level-other .sidebar{width:290px}body.product-category.level-other .sidebar .sidebar-nav{margin-bottom:0}body.product-category.level-other .main-content{border:0}body.product-category.level-other .main-content>.content{padding:0}body.product-category.level-other .sidebar+.main-content{max-width:calc(100% - 298px)}body.product-category.level-other .form-sorter{display:-ms-flexbox;display:flex;justify-content:space-between;width:100%}@media (max-width:767px){body.product-category.level-other .form-sorter{-ms-flex-wrap:wrap;flex-wrap:wrap}}body.product-category.level-other .content>.small-paginator{border:0;margin-top:-1px;padding:9px 16px;text-align:right;background-color:#fff}@media (max-width:1279px){body.product-category.level-other #main header{padding:10px}body.product-category.level-other #main header h1{margin-left:0}body.product-category.level-other .sidebar{width:205px}body.product-category.level-other .sidebar+.main-content{max-width:calc(100% - 213px)}}@media (max-width:768px){body.product-category.level-other #main header h1{font-size:16px}}@media (max-width:997px){body.product-category.level-other .sidebar+.main-content{max-width:100%}body.product-category.level-other .sidebar{display:block !important;box-shadow:0 0 5px rgba(0,0,0,0.2);top:0;right:auto;overflow-y:auto;left:-320px;position:fixed;padding:0;width:320px;min-width:320px;height:100%;z-index:15;background:#fff;-webkit-transition:.2s left;transition:.2s left}body.product-category.level-other .sidebar>*:not(.sidebar-nav-filters):not(.filters-menu-close){display:none}body.product-category.level-other .sidebar .sidebar-nav{border:0;margin:0;width:100%;height:auto}body.product-category.level-other .sidebar.visible-filters{left:0}body.product-category.level-other .sidebar.visible-filters #form-field-apply-filters{position:fixed;bottom:0;left:0;width:320px;border-width:1px 0 0 0}body.product-category.level-other .sidebar .sidebar-nav-filters{padding-bottom:70px}}.product__add-to-folder{display:none}.product-actions{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%}.product-actions #folder-all--top{position:relative}.product-actions #folder-all--top .add-to-folder+form{margin-top:19px}.product-actions #folder-all--bot{position:relative}.product-actions #folder-all--bot .add-to-folder+form{margin-bottom:19px}.product-actions .add-to-folder{font-size:12px;color:#808080;padding-top:2px;margin-left:10px}.product-actions .add-to-folder [class*="icon"]{position:relative;top:2px;left:0;font-size:16px}.product-actions .add-to-folder:hover{color:#60b03d}.product-actions__col{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.product-actions--variants{z-index:1;position:absolute;top:100%;margin-top:10px;padding:0 8px}@media (max-width:767px){.product-actions--variants{position:static}}.product-actions--category{border:1px solid #e6e6e6;padding:10px 15px}.product-actions--category-bottom{margin-bottom:1px}.product-actions--category-bottom .add-to-folder+form{bottom:5%;top:auto}.product-actions--group-bottom{border:0;padding:20px 20px 20px 10px}.add-selected{-ms-flex-wrap:wrap;flex-wrap:wrap}.add-selected .btn{padding:0 20px}.add-selected .btn.inverse i{color:#808080;font-size:13px}.add-selected .btn i{color:#fff;font-size:18px}.add-selected .btn [class^="icon"]:not(.icon-static){position:relative;top:5px;left:0;font-size:24px}.add-selected .btn:not(:nth-of-type(1)){border-left:0}.add-selected .btn.btn-save-products{color:#808080}.add-selected .btn.btn-save-products:hover{color:#808080}.add-selected .btn.btn-save-products:hover i{color:#808080}.add-selected .add-to-cart-2.btn.inverse:hover,.add-selected .add-to-cart-2.btn.inverse:focus{color:#60b03d}.add-selected .add-to-cart-2.btn.inverse i{color:#60b03d;font-size:13px}.add-selected .label{font-size:11px;font-weight:700;margin-right:20px}@media (max-width:599px){.add-selected{width:100%;justify-content:flex-end}.add-selected .label{width:100%}.add-selected .add-to-cart-2{margin-right:15px}}.product__flags{position:relative;list-style:none;margin:0;padding:0;text-align:right;z-index:2}.product__flags li{position:relative;display:inline-block;width:28px;height:0;background:none;margin-right:-2px}.product__flags li .flag-wrapper{height:29px;left:0;width:100%;overflow:hidden;position:absolute;top:0}.product__flags li i[class^="icon"]{color:#fff;width:100%;height:23px;position:absolute;left:0;bottom:6px;top:auto;background-color:#60b03d;transform:none}.product__flags li [class^="icon"]:before{width:100%;text-align:center;display:inline-block;vertical-align:top;line-height:1;font-family:'flagi' !important;font-size:14px;line-height:25px;content:'\e92a'}.product__flags li [class^="icon"]:after{position:absolute;border-style:solid;border-width:6px 14px 0 14px;border-color:#60b03d transparent transparent transparent;content:'';width:0;height:0;left:0;right:0;top:100%;margin-top:0}.product__flags li .icon-:before{content:"\e92a"}.product__flags li [class^="icon"]:after{border-top-color:#60b03d}.product__flags li.flag--recommended i[class^="icon"],.product__flags li.flag--recommended_product i[class^="icon"]{background-color:#2ba}.product__flags li.flag--recommended [class^="icon"]:after,.product__flags li.flag--recommended_product [class^="icon"]:after{border-top-color:#2ba}.product__flags li.flag--sale i[class^="icon"]{background-color:#8844dd}.product__flags li.flag--sale [class^="icon"]:after{border-top-color:#8844dd}.product__flags li.flag--bestseller i[class^="icon"]{background-color:#faaf00}.product__flags li.flag--bestseller [class^="icon"]:after{border-top-color:#faaf00}.product__flags li.flag--hit i[class^="icon"]{background-color:#003fff}.product__flags li.flag--hit [class^="icon"]:after{border-top-color:#003fff}.product__flags li.flag--new i[class^="icon"]{background-color:#cc0000}.product__flags li.flag--new [class^="icon"]:after{border-top-color:#cc0000}.product__flags li.flag--promote i[class^="icon"]{background-color:#bb8855}.product__flags li.flag--promote [class^="icon"]:after{border-top-color:#bb8855}.product__flags li.flag--super_quality i[class^="icon"],.product__flags li.flag--eco i[class^="icon"]{background-color:#70aa00}.product__flags li.flag--super_quality [class^="icon"]:after,.product__flags li.flag--eco [class^="icon"]:after{border-top-color:#70aa00}.product__flags li:last-child:before,.product__flags li:nth-last-child(2):before{left:auto;right:5px}.products__list .product__flags{position:absolute;top:0;right:15px;left:auto}@media (max-width:768px){.products__list .product__flags{right:10px}}.products__list .product__flags li{display:inline-block;margin-right:1px;vertical-align:top}@media (max-width:768px){.products__list .product__flags li{right:10px}}.products__list.products__list--group .product__flags{right:auto;left:5px}.products__list.products__list--group .product__flags .tbody tr .product__index{position:relative}@media (min-width:769px){.products__list.products__list--group .product__flags li .flag-wrapper,.products__list.products__list--list .product__flags li .flag-wrapper{height:6px;transition:height 300ms}}.products__list.products__list--group .product__flags li:hover .flag-wrapper,.products__list.products__list--list .product__flags li:hover .flag-wrapper{height:29px}.add-to-cart{display:inline-block;vertical-align:middle;text-align:center;height:38px;border-color:transparent;color:#60b03d;width:40px;position:relative;transition:background-color 300ms,border-color 300ms,color 300ms}.add-to-cart:before{font-family:b2b,sans-serif;content:'\e907';position:absolute;display:inline-block;font-size:18px;color:#60b03d;background:none;transition:.1s color;box-shadow:none;border:none;padding:0;line-height:1.1em;top:50%;left:50%;transform:translate(-50%, -50%);bottom:auto}.add-to-cart:hover:before,.add-to-cart:focus:before{color:#191919}.add-to-cart.noproduct,.add-to-cart.disabled,.add-to-cart.disable{pointer-events:none;cursor:default;color:#ddd}.add-to-cart.noproduct:before,.add-to-cart.disabled:before,.add-to-cart.disable:before{color:#ddd}.product__buy{display:flex;border:1px solid #cdcbcb;left:20px;right:20px;bottom:20px;height:40px;width:100%;z-index:3;margin-top:30px;border-radius:5px}.product__buy .product__price--hover{display:none}.product__buy>*:not(:first-child){border-left:1px solid #cdcbcb}.product__buy .product__buy__cart{position:relative}.product__buy .product__buy__count{display:flex;padding:0 23px;height:38px;background:#F1F1F1;flex-grow:1;width:120px;border-radius:5px 0 0 5px;border-left:none}.product__buy .product__buy__count--disabled{pointer-events:none;color:#ddd}.product__buy .product__buy__count--disabled input.product-quantity-add{color:#ddd}.product__buy input.product-quantity-add{background:none;border:none;flex-grow:1;text-align:center;padding:0 5px;min-height:1.2em;font-weight:700;width:40px;font-size:14px}.product__buy .add-to-cart:after{position:absolute;bottom:100%;left:10px;z-index:2;content:attr(data-title);box-shadow:0 0 10px rgba(0,0,0,0.15);border:1px solid #e6e6e6;display:block;padding:2px 5px;font-size:11px;line-height:18px;font-weight:400;color:#000;white-space:nowrap;background-color:#fff;transform:scale(0);transition:.1s transform}.product__buy .add-to-cart.disabled:before{color:#ddd}.product__buy .add-to-cart:not(.disabled):hover{background:#60b03d}.product__buy .add-to-cart:not(.disabled):hover:before{color:#fff}.product__buy .add-to-list{width:42px;line-height:38px;position:relative;height:38px}.product__buy .add-to-list .icon-static{position:absolute;transform:translate(-50%, -50%)}.product__buy .add-to-list .icon-static:before{font-size:16px;color:#666;font-family:b2b,sans-serif !important;content:'\e923'}.product__buy .add-to-list:hover{background:#ADADAC}.product__buy .add-to-list:hover .icon-static:before{color:#fff}.product__buy .btn-change{display:inline-block;flex-shrink:0;width:24px;height:30px;text-align:center;color:#586168;overflow:hidden;text-indent:-9999px;top:50%;padding:0;margin-top:-15px;position:relative}.product__buy .btn-change:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:''}.product__buy .btn-change:before{text-indent:0;font-size:18px}.product__buy .btn-change--less:before{content:'\e90b'}.product__buy .btn-change--more:before{content:'\e909'}.product__buy .product__buy__count--disabled .btn-change{color:#ddd}.product__compare{position:relative}.product__compare:before{left:auto;right:10px}.product__compare .compare__element{width:40px;height:38px;position:relative}.product__compare .compare__element:before{color:#666;font-size:16px}.product__compare .compare__element:after{content:'';width:1px;left:-1px;position:absolute;top:10px;bottom:10px;background:#CDCBCB}.product__compare .compare__element:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:'\e927'}.product__compare .compare__element.compare-checked::before{color:#60b03d}.product__compare:hover{cursor:pointer}.product__compare:hover .compare__element{background:#ADADAC}.product__compare:hover .compare__element:before{color:#fff}.product__compare+.product__replacements{margin-top:20px}.product__compare:hover{color:#60b03d}.products__list .clipboard,.products__list .add-to-folder>form,.products__list .add-to-folder+form{top:0;min-height:0;width:auto;left:0;min-width:100%}.products__list.products__list--big .clipboard,.products__list.products__list--big .add-to-folder>form,.products__list.products__list--big .add-to-folder+form{box-shadow:none;border:none}.products__list.products__list--big div.product .product__add-to-folder{display:none}.products__list .product__attributes{display:none}.products__list .product__attributes table td:first-child{text-align:left}.products__list div.product{position:relative;padding:30px 20px 15px 20px;border:1px solid #e6e6e6;transition:.3s box-shadow;margin-bottom:1px;flex-wrap:wrap;background:#fff;flex-direction:column;display:flex}.products__list div.product img{vertical-align:middle}.products__list div.product .product__main-link{position:absolute;z-index:1;left:0;right:0;top:0;bottom:0}.products__list div.product .product__check{position:absolute;z-index:2;display:block;margin-left:-5px;top:9px}@media (max-width:768px){.products__list div.product .product__check{display:none}}.products__list div.product button.add-to-folder{top:8px;position:absolute;left:25px;z-index:3;color:#60b03d;height:24px;width:24px}@media (max-width:768px){.products__list div.product button.add-to-folder{left:10px}}.products__list div.product button.add-to-folder:hover{color:#000}.products__list div.product .product__flags{top:0;position:absolute;right:10px}.products__list div.product .product__photo{text-align:center;width:100%;margin-bottom:13px;overflow:hidden;position:relative;z-index:1}.products__list div.product .product__photo a{display:inline-block;vertical-align:middle}.products__list div.product .product__details{display:flex;flex-wrap:wrap}.products__list div.product .product__body{display:flex;flex-wrap:wrap;flex-grow:1;padding-bottom:15px;margin-bottom:-16px;border-bottom:1px solid #e4e4e4;padding-left:15px;padding-right:15px;width:calc(100% + 30px);margin-left:-15px;align-items:flex-start}@media (max-width:768px){.products__list div.product .product__body.flag-marks{padding-top:17px !important}}.products__list div.product .product__body h3.product__title{color:#191919;margin:0;line-height:1em;font-size:14px;width:100%}.products__list div.product .product__body .product__index{line-height:.5em;margin-top:3px;display:block;width:100%;color:#586168;position:relative;z-index:2}.products__list div.product .product__body .product__index .index{font-size:11px;line-height:1em}@media (min-width:1440px){.products__list div.product .product__body .product__index .index{font-size:12px}}.products__list div.product .product__body .product__params,.products__list div.product .product__body .product__details{display:inline-block;width:50%;vertical-align:top;margin-right:-3px;margin-top:13px}.products__list div.product .product__body .product__attribute{font-size:13px;line-height:1.5em;font-weight:700;display:none}.products__list div.product .product__body .product__attribute label{font-weight:400;color:#000;font-size:13px;display:inline}.products__list div.product .product__body .product__attribute label:after{content:':'}.products__list div.product .product__body .product__price{text-align:right;width:100%;display:inline-block;vertical-align:top}.products__list div.product .product__body .product__price .price__wrapper .price--main{font-size:18px;font-weight:bold;color:#191919;line-height:1.1em}.products__list div.product .product__body .product__price .price__wrapper .price--main .price__unit{font-size:13px;display:none}.products__list div.product .product__body .product__price .price__wrapper .price--additional{font-size:10px;color:#666;line-height:1.3em}@media (min-width:1440px){.products__list div.product .product__body .product__price .price__wrapper .price--additional{font-size:11px;margin-top:5px}}.products__list div.product .product__body .product__price .price__wrapper .price--additional>span:first-child{display:block}.products__list div.product .product__body .product__availability{font-size:10px;line-height:1.2em;width:100%;display:inline-block;vertical-align:top;clear:both;position:relative;z-index:2}@media (min-width:1440px){.products__list div.product .product__body .product__availability{font-size:11px}}.products__list div.product .product__body .product__availability p{padding-left:12px;margin:0;padding-top:8px;font-size:10px}@media (min-width:1440px){.products__list div.product .product__body .product__availability p{font-size:11px}}.products__list div.product .product__body .product__availability p:before{font-family:'icons',sans-serif;content:'\e914';float:left;margin-left:-12px}.products__list div.product .product__body .product__availability p.available--shipping:before{content:'\e913';padding-top:2px;font-size:9px}.products__list div.product .product__body .product__availability .icon-grid,.products__list div.product .product__body .product__availability .icon-plane{display:none}.products__list div.product .product__body .product__delivery{font-size:10px;line-height:1.2em;width:100%;display:inline-block;vertical-align:top;clear:both;position:relative;z-index:1}.products__list div.product .product__body .product__delivery p{padding-left:12px;margin:0;padding-top:8px;font-size:10px}.products__list div.product .product__body .product__delivery p:before{font-family:'icons',sans-serif;content:'\e913';float:left;margin-left:-12px}.products__list div.product .product__body .product__delivery .icon-plane{display:none}.products__list div.product .product__body .product__replacements{position:relative;font-size:11px;font-weight:600;clear:both;max-width:100%;display:inline-block;vertical-align:bottom;line-height:1.2em;z-index:2}.products__list div.product .product__body .product__replacements .replacements__content{position:relative;z-index:1;cursor:help;text-align:left;display:inline}.products__list div.product .product__body .product__replacements a:hover{color:#60b03d}.products__list div.product .product__body .product__replacements a:not(:last-child):after{content:', '}.products__list div.product .product__body .product__replacements .icon-refresh:before{content:"\e964";color:#191919}.products__list div.product .product__body .product__replacements .replacements__label{display:inline;vertical-align:top;margin:0;color:#60b03d}.products__list div.product .product__body .product__replacements .replacements__list{display:inline}@media (min-width:998px){.products__list div.product .product__body .product__replacements{position:relative;z-index:2}.products__list div.product .product__body .product__replacements .replacements__content{display:block;height:auto}.products__list div.product .product__body .product__replacements .colon{display:none}.products__list div.product .product__body .product__replacements .replacements__list{position:absolute;max-width:175%;bottom:100%;right:10px;z-index:2;box-shadow:0 0 10px rgba(0,0,0,0.15);border:1px solid #e6e6e6;display:block;padding:2px 5px;font-size:11px;line-height:18px;font-weight:400;color:#000;background-color:#fff;transform:scale(0);transition:.1s transform}.products__list div.product .product__body .product__replacements:hover .replacements__list{transform:scale(1)}.products__list div.product .product__body .product__replacements:hover .replacements__list a{display:block}}.products__list div.product .product__buy{align-self:flex-end;margin-top:13px}.products__list div.product.open-modal{z-index:4}.products__list div.product:hover{box-shadow:0 0 15px rgba(0,0,0,0.15);z-index:3}.products__list div.product:hover .product__body h3.product__title{color:#60b03d}.products__list div.product:hover .product__body .product__buy .product__buy__count:not(.product__buy__count--disabled) .btn-change--less:hover:before{content:'\e90c'}.products__list div.product:hover .product__body .product__buy .product__buy__count:not(.product__buy__count--disabled) .btn-change--more:hover:before{content:'\e90a'}.products__list div.product:hover .product__body .product__buy .product__buy__count--disabled .btn-change--less:before{color:#ddd}.products__list div.product:hover .product__body .product__buy .product__buy__count--disabled .btn-change--more:before{color:#ddd}section.product__block,.complementary-products{padding:45px 0 40px 0}section.product__block .products__list,.complementary-products .products__list{overflow:hidden}section.product__block .navigation,.complementary-products .navigation{text-align:right;margin-right:15px;float:right;margin-top:16px}section.product__block .navigation span,.complementary-products .navigation span{display:inline-block;vertical-align:top;clear:none;width:30px;height:30px;text-align:center;position:relative;color:transparent;line-height:0;font-size:0;cursor:pointer}section.product__block .navigation span:before,.complementary-products .navigation span:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:''}section.product__block .navigation span:before,.complementary-products .navigation span:before{transition:font-size .1s linear;font-size:14px;width:30px;height:30px;color:#60b03d;line-height:30px}section.product__block .navigation span.nav-prev:before,.complementary-products .navigation span.nav-prev:before{content:'navigate_before'}section.product__block .navigation span.nav-next:before,.complementary-products .navigation span.nav-next:before{margin-left:5px;content:'navigate_next'}section.product__block .navigation span:hover:before,.complementary-products .navigation span:hover:before{font-size:18px}section.product__block .product,.complementary-products .product{min-width:300px;border-left:none}section.product__block .product:first-child,.complementary-products .product:first-child{border-left:1px solid #e6e6e6}section.product__block .product button.add-to-folder,.complementary-products .product button.add-to-folder{padding:0;left:15px}section.product__block .header .icon-nag,.complementary-products .header .icon-nag{margin:0 5px 0 10px;font-size:24px;color:#d0d0d0}section.product__block .header .nag,.complementary-products .header .nag{display:inline-block;margin:0;font-size:30px;font-weight:300}section.product__block .header .more,.complementary-products .header .more{margin-left:10px;font-size:11px;color:#60b03d;white-space:nowrap}@media (min-width:1440px){section.product__block .header .more,.complementary-products .header .more{font-size:12px}}section.product__block .header .more:hover,.complementary-products .header .more:hover{text-decoration:underline}section.product__block .products__containter,.complementary-products .products__containter{width:100%;left:0}section.product__block .products__viewport,.complementary-products .products__viewport{position:relative;margin:0 auto;padding-top:28px;width:100%;overflow:hidden}@media (min-width:1440px){section.product__block .products__viewport.products__slider,.complementary-products .products__viewport.products__slider{width:1375px}}section.product__block .products__wrapper,.complementary-products .products__wrapper{position:relative;margin:0;padding:0;display:-ms-flexbox;display:flex;list-style:none;padding-right:2px;padding-bottom:10px}section.product__block .products__wrapper .owl-nav.disabled,.complementary-products .products__wrapper .owl-nav.disabled,section.product__block .products__wrapper .owl-dots.disabled,.complementary-products .products__wrapper .owl-dots.disabled{display:none}section.product__block .products__wrapper .owl-stage-outer,.complementary-products .products__wrapper .owl-stage-outer{width:100%}section.product__block .products__wrapper .owl-stage,.complementary-products .products__wrapper .owl-stage{display:flex;align-items:stretch;min-width:100%}section.product__block .products__wrapper .owl-stage .owl-item,.complementary-products .products__wrapper .owl-stage .owl-item{flex-grow:0;flex-shrink:0}section.product__block .products__wrapper .owl-stage .owl-item .product,.complementary-products .products__wrapper .owl-stage .owl-item .product{margin:0;margin-right:-1px;min-height:100%}section.product__block .products__wrapper:not(.owl-loaded) .product,.complementary-products .products__wrapper:not(.owl-loaded) .product{width:294px;flex-shrink:0;flex-grow:0}@media (min-width:999px){section.product__block .list--wide .products__wrapper:not(.owl-loaded) .product,.complementary-products .list--wide .products__wrapper:not(.owl-loaded) .product{width:895px}}@media (min-width:1280px){section.product__block .list--wide .products__wrapper:not(.owl-loaded) .product,.complementary-products .list--wide .products__wrapper:not(.owl-loaded) .product{width:587px}}@media (min-width:1440px){section.product__block .list--wide .products__wrapper:not(.owl-loaded) .product,.complementary-products .list--wide .products__wrapper:not(.owl-loaded) .product{width:687px}}.product-category .products__list .products__viewport{display:flex;flex-wrap:wrap}.product-category .products__list .products__viewport div.product{width:100%;margin-bottom:-1px}@media (min-width:600px){.product-category .products__list .products__viewport div.product{width:calc(50% + 1px);margin-right:-1px}}@media (min-width:1280px){.product-category .products__list .products__viewport div.product{width:calc(33.33% + 1px)}}@media (min-width:1440px){.product-category .products__list .products__viewport div.product{width:calc(25% + 1px)}}.product-category .products__list--list .clipboard{left:auto;top:auto;width:307px}.product-category .products__list--list .add-to-folder>form,.product-category .products__list--list .add-to-folder+form{right:auto;bottom:auto;width:307px}.product-category .products__list--list .products__viewport{display:block}.product-category .products__list--list .products__viewport div.product{width:100%}.product-category .products__list--list .products__viewport div.product:after{clear:both;display:table;content:''}.product-category .products__list--list .products__viewport div.product .add-to-folder-upper{display:none}@media (min-width:600px){.product-category .products__list--list .products__viewport div.product{padding:35px 20px 20px 10px}.product-category .products__list--list .products__viewport div.product button.add-to-folder{top:8px}.product-category .products__list--list .products__viewport div.product .product__check{margin-bottom:0;position:absolute;top:5px;margin-left:6px}.product-category .products__list--list .products__viewport div.product .product__photo{width:175px;padding-right:15px;float:left;padding-left:5px}.product-category .products__list--list .products__viewport div.product .product__details{display:block}.product-category .products__list--list .products__viewport div.product .product__body{width:calc(100% - 175px);display:block;float:right;flex-wrap:wrap}.product-category .products__list--list .products__viewport div.product .product__body:after{content:'';display:table;clear:both}.product-category .products__list--list .products__viewport div.product .product__body h3.product__title{font-size:24px;min-height:0;margin-top:10px;float:left;width:calc(100% - 250px);display:none}.product-category .products__list--list .products__viewport div.product .product__body .product__index{display:inline}.product-category .products__list--list .products__viewport div.product .product__body .product__params{float:left;width:calc(100% - 250px)}.product-category .products__list--list .products__viewport div.product .product__body .product__attributes:before{content:attr(data-name);font-size:24px;margin-top:15px;font-weight:300;display:block;margin-bottom:15px}.product-category .products__list--list .products__viewport div.product .product__body .product__details{margin-top:10px;float:right}.product-category .products__list--list .products__viewport div.product .product__body .product__buy{float:right;clear:right}.product-category .products__list--list .products__viewport div.product .product__body .product__details,.product-category .products__list--list .products__viewport div.product .product__body .product__buy{width:270px}.product-category .products__list--list .products__viewport div.product .product__body .product__attribute{display:block}.product-category .products__list--list .products__viewport div.product:hover .product__body .product__attributes::before{color:#60b03d}}@media (min-width:600px) and (max-width:768px){.product-category .products__list--list .products__viewport div.product .product__check{display:none}}.product__group{overflow:hidden;border:1px solid #e6e6e6;border-top:0}.product__group .product-variants tbody tr{border:none}.product__group.expanded{height:auto;overflow:visible;position:relative;z-index:1}@media (min-width:600px){.product__group.expanded .product-group__image{width:155px}}.product__group.expanded .product-group__col .product-group__header button::before{content:attr(data-up)}.product__group.expanded .product-group__col .product-group__header button .icon{transform:rotate(-180deg)}.product__group.expanded .product-group__col .product-group__content{display:block}.product__group:hover{box-shadow:0 0 15px rgba(0,0,0,0.15);z-index:2}.product__group.open-modal{z-index:3}.product__group .product-group__image{width:60px;float:left;padding:15px 10px}.product__group .product-group__col{flex-grow:1}.product__group .product-group__col .product-group__header{padding:18px 20px 15px 10px;display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:flex-end}.product__group .product-group__col .product-group__header .product-group__title{font-weight:300;margin:0;padding:0;font-size:16px;line-height:1.3em;width:100%}.product__group .product-group__col .product-group__header button{font-size:12px;margin-top:3px;color:#000;text-transform:lowercase}.product__group .product-group__col .product-group__header button:before{content:attr(data-down)}.product__group .product-group__col .product-group__header button .icon{color:#e8090a;font-size:12px;display:inline-block;transition:.2s all}@media (min-width:600px){.product__group .product-group__col .product-group__header .product-group__title{width:auto;font-size:24px;padding-right:20px;flex-grow:1}}.product__group .product-group__col .product-group__content{display:none}.product__group .product-group__body{display:flex;justify-content:space-between}.product__group.loading .product-group__col .product-group__header button{width:29px;height:29px;margin-right:20px;background-image:url(/public/images/loading.gif);background-repeat:no-repeat;background-position:center;background-size:contain}.product__group.loading .product-group__col .product-group__header button:before,.product__group.loading .product-group__col .product-group__header button:after{content:none}.product__group.loading .product-group__col .product-group__header button i{display:none}.category--populate{margin-top:20px;background:#fff;padding:32px 32px 56px}.category--populate .header .icon-nag{margin:0 5px 0 10px;font-size:24px;color:#d0d0d0}.category--populate .header .nag{display:inline-block;font-weight:bold;font-size:23px;color:#191919;margin-top:-1px;margin-left:-2px;margin-bottom:0}.category--populate .header .more{margin-left:10px;font-size:11px;color:#60b03d;white-space:nowrap}@media (min-width:1440px){.category--populate .header .more{font-size:12px}}.category--populate .header .more:hover{text-decoration:underline}.category--populate .category__list{margin-top:27px}@media (max-width:768px){.category--populate{padding:15px 10px}.category--populate .header .nag{font-size:18px}.category--populate .header .icon-nag{font-size:18px}.category--populate .category__list{margin-top:15px}}@media (max-width:600px){.category--populate .header .more{float:right;margin-bottom:15px}.category--populate .category__list{clear:both}}body.product-index header h1{color:#191919}body.product-index #content{border:none;background:none}body.product-index #content .content{padding:0}.category--populate .category__list,.category__list--full{display:flex;flex-wrap:wrap}.category--populate .category__list [class$="__item"],.category__list--full [class$="__item"]{outline:1px solid #e9e9e9;width:50%;background:#fff;padding-top:15px;position:relative}.category--populate .category__list [class$="__item"]:hover,.category__list--full [class$="__item"]:hover{box-shadow:0 0 15px rgba(0,0,0,0.15);position:relative;z-index:2}.category--populate .category__list [class$="__item"] [class$="__link"],.category__list--full [class$="__item"] [class$="__link"]{text-align:center;display:block;padding-right:20px}.category--populate .category__list [class$="__item"] [class$="__link"] img,.category__list--full [class$="__item"] [class$="__link"] img{vertical-align:middle;width:40px}.category--populate .category__list [class$="__item"] [class$="__text"],.category__list--full [class$="__item"] [class$="__text"],.category--populate .category__list [class$="__item"] [class$="__title"],.category__list--full [class$="__item"] [class$="__title"]{font-size:12px;line-height:1.2em;font-weight:bold;padding:10px;margin-right:auto;text-align:center;width:100%;display:block}.category--populate .category__list [class$="__item"] .icon,.category__list--full [class$="__item"] .icon{display:block;position:absolute;right:10px;bottom:0;left:auto;top:50%;margin-top:-4px}.category--populate .category__list [class$="__item"] .icon:before,.category__list--full [class$="__item"] .icon:before{font-size:12px;display:block;color:#e9e9e9}@media (max-width:360px){.category--populate .category__list [class$="__item"],.category__list--full [class$="__item"]{width:100%;padding:0}.category--populate .category__list [class$="__item"] [class$="__text"],.category__list--full [class$="__item"] [class$="__text"]{text-align:left;padding-left:20px;font-size:13px}.category--populate .category__list [class$="__item"] .item__link,.category__list--full [class$="__item"] .item__link{display:flex;width:100%;align-items:center;padding:7px 10px}}@media (min-width:600px){.category--populate .category__list [class$="__item"],.category__list--full [class$="__item"]{width:25%}.category--populate .category__list [class$="__item"] [class$="__link"] img,.category__list--full [class$="__item"] [class$="__link"] img{width:auto}}@media (min-width:1280px){.category--populate .category__list [class$="__item"],.category__list--full [class$="__item"]{padding-top:0}.category--populate .category__list [class$="__item"] [class$="__link"],.category__list--full [class$="__item"] [class$="__link"]{display:flex;padding:13px 20px 13px 10px;align-items:center;height:100%}.category--populate .category__list [class$="__item"] [class$="__link"] img,.category__list--full [class$="__item"] [class$="__link"] img{max-width:150px;flex-shrink:0}.category--populate .category__list [class$="__item"] [class$="__text"],.category__list--full [class$="__item"] [class$="__text"],.category--populate .category__list [class$="__item"] [class$="__title"],.category__list--full [class$="__item"] [class$="__title"]{font-size:14px;margin-left:10px;text-align:left}}.brands{width:100%;padding:15px 0 00;background-color:#fff;clear:both;margin-top:20px}.brands .owl-nav.disabled,.brands .owl-dots.disabled{display:none}.brands .owl-stage-outer{overflow:hidden;width:100%}.brands .owl-stage{display:flex;align-items:center;min-width:100%;justify-content:space-between}.brands .owl-stage .owl-item{flex-grow:0;flex-shrink:0}.brands .brands__header .nag{font-size:18px;font-weight:300;margin-left:5px}.brands .brands__slider .brands__container{display:inline-block;padding:0 50px;position:relative;width:100%;margin:0 auto;z-index:0}.brands .brands__slider .brands__viewport{margin:0 auto;position:relative;overflow:hidden;width:100%}.brands .brands__slider .brands__wrapper{position:relative;list-style:none;margin:0;padding:0;display:flex;align-items:center}.brands .brands__slider .brands__wrapper:not(.owl-loaded){width:100%}.brands .brands__slider .brands__item{float:left;line-height:20px;text-align:center}.brands .brands__slider .brands__item a{display:block;width:100%}.brands .brands__slider .brands__item a img{max-height:60px;width:auto;max-width:90%;height:auto;vertical-align:middle;display:inline-block}.brands .brands__slider .brands__item a:hover,.brands .brands__slider .brands__item a:focus{opacity:.9}.brands .brands__slider .brands__nav{width:32px;height:32px;line-height:0;z-index:1;left:0;top:50%;margin-top:-16px;background:transparent;font-size:0}.brands .brands__slider .brands__nav:before{color:#be0d0d;font-size:16px}.brands .brands__slider .brands__nav:hover,.brands .brands__slider .brands__nav:focus{opacity:.9}.brands .brands__slider .brands__nav--prev{cursor:pointer;position:relative;position:absolute}.brands .brands__slider .brands__nav--prev:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:'\e945'}.brands .brands__slider .brands__nav--next{cursor:pointer;left:auto;right:0;position:relative;position:absolute}.brands .brands__slider .brands__nav--next:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:'\e943'}.clipboard,.add-to-folder>form,.add-to-folder+form{position:absolute;bottom:0;right:0;background:#fff;width:100%;text-align:left;z-index:10;padding:20px;box-shadow:4px 6px 4px rgba(0,0,0,0.25);border:1px solid #e6e6e6}.clipboard .icon-checkbox,.add-to-folder>form .icon-checkbox,.add-to-folder+form .icon-checkbox{margin-right:12px}.clipboard>div,.add-to-folder>form>div,.add-to-folder+form>div{background:#fff;display:flex;flex-direction:column;height:100%}.clipboard .clipboard-bottom-label,.add-to-folder>form .clipboard-bottom-label,.add-to-folder+form .clipboard-bottom-label{font-weight:bold;font-size:11px;line-height:1.5;display:block;margin:0 0 5px}.clipboard .clipboard-top,.add-to-folder>form .clipboard-top,.add-to-folder+form .clipboard-top{display:flex;width:100%}.clipboard .clipboard-nag,.add-to-folder>form .clipboard-nag,.add-to-folder+form .clipboard-nag,.clipboard .folder-nag,.add-to-folder>form .folder-nag,.add-to-folder+form .folder-nag{font-size:14px;line-height:1.35;color:#010000;height:auto;width:100%;display:block;font-weight:bold;padding:0;margin:0}.clipboard #clipboard-close,.add-to-folder>form #clipboard-close,.add-to-folder+form #clipboard-close{position:relative;font-size:11px;color:#696969;right:0;width:14px;top:-1px}.clipboard #clipboard-close:before,.add-to-folder>form #clipboard-close:before,.add-to-folder+form #clipboard-close:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:'\e92a'}.clipboard #clipboard-close:before,.add-to-folder>form #clipboard-close:before,.add-to-folder+form #clipboard-close:before{font-family:b2b,sans-serif !important}.clipboard #clipboard-close:hover,.add-to-folder>form #clipboard-close:hover,.add-to-folder+form #clipboard-close:hover{cursor:pointer;opacity:.7}.clipboard .close-form,.add-to-folder>form .close-form,.add-to-folder+form .close-form{margin-top:0;width:14px;height:19px;padding:0;background:none;border:none;position:absolute;right:20px;top:20px;font-size:11px;color:#696969}.clipboard .close-form:before,.add-to-folder>form .close-form:before,.add-to-folder+form .close-form:before{font-family:b2b,sans-serif !important;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:'\e92a'}.clipboard .close-form:hover,.add-to-folder>form .close-form:hover,.add-to-folder+form .close-form:hover{cursor:pointer;background:none;opacity:.7}.clipboard .clipboard-middle,.add-to-folder>form .clipboard-middle,.add-to-folder+form .clipboard-middle,.clipboard .folderOneFormList-field-checkboxes-wrapper,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper,.clipboard .folderFormList-field-checkboxes-wrapper,.add-to-folder>form .folderFormList-field-checkboxes-wrapper,.add-to-folder+form .folderFormList-field-checkboxes-wrapper{width:100%;display:flex;overflow:auto;flex-grow:1;margin-top:25px}.clipboard .clipboard-middle input[type="text"],.add-to-folder>form .clipboard-middle input[type="text"],.add-to-folder+form .clipboard-middle input[type="text"],.clipboard .folderOneFormList-field-checkboxes-wrapper input[type="text"],.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper input[type="text"],.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper input[type="text"],.clipboard .folderFormList-field-checkboxes-wrapper input[type="text"],.add-to-folder>form .folderFormList-field-checkboxes-wrapper input[type="text"],.add-to-folder+form .folderFormList-field-checkboxes-wrapper input[type="text"]{width:70%}.clipboard .clipboard-middle input[type="submit"],.add-to-folder>form .clipboard-middle input[type="submit"],.add-to-folder+form .clipboard-middle input[type="submit"],.clipboard .folderOneFormList-field-checkboxes-wrapper input[type="submit"],.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper input[type="submit"],.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper input[type="submit"],.clipboard .folderFormList-field-checkboxes-wrapper input[type="submit"],.add-to-folder>form .folderFormList-field-checkboxes-wrapper input[type="submit"],.add-to-folder+form .folderFormList-field-checkboxes-wrapper input[type="submit"]{border:none;width:30%}.clipboard .clipboard-middle>ul,.add-to-folder>form .clipboard-middle>ul,.add-to-folder+form .clipboard-middle>ul,.clipboard .folderOneFormList-field-checkboxes-wrapper>ul,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper>ul,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper>ul,.clipboard .folderFormList-field-checkboxes-wrapper>ul,.add-to-folder>form .folderFormList-field-checkboxes-wrapper>ul,.add-to-folder+form .folderFormList-field-checkboxes-wrapper>ul,.clipboard .clipboard-middle .folderOneFormList-checkboxes,.add-to-folder>form .clipboard-middle .folderOneFormList-checkboxes,.add-to-folder+form .clipboard-middle .folderOneFormList-checkboxes,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes,.clipboard .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes,.clipboard .clipboard-middle .folderFormList-checkboxes,.add-to-folder>form .clipboard-middle .folderFormList-checkboxes,.add-to-folder+form .clipboard-middle .folderFormList-checkboxes,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes,.clipboard .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes{margin:0;list-style-type:none;padding:0}.clipboard .clipboard-middle>ul>li,.add-to-folder>form .clipboard-middle>ul>li,.add-to-folder+form .clipboard-middle>ul>li,.clipboard .folderOneFormList-field-checkboxes-wrapper>ul>li,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper>ul>li,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper>ul>li,.clipboard .folderFormList-field-checkboxes-wrapper>ul>li,.add-to-folder>form .folderFormList-field-checkboxes-wrapper>ul>li,.add-to-folder+form .folderFormList-field-checkboxes-wrapper>ul>li,.clipboard .clipboard-middle .folderOneFormList-checkboxes>li,.add-to-folder>form .clipboard-middle .folderOneFormList-checkboxes>li,.add-to-folder+form .clipboard-middle .folderOneFormList-checkboxes>li,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li,.clipboard .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li,.clipboard .clipboard-middle .folderFormList-checkboxes>li,.add-to-folder>form .clipboard-middle .folderFormList-checkboxes>li,.add-to-folder+form .clipboard-middle .folderFormList-checkboxes>li,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li,.clipboard .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li,.clipboard .clipboard-middle>ul .folderOneFormList-checkboxes-item,.add-to-folder>form .clipboard-middle>ul .folderOneFormList-checkboxes-item,.add-to-folder+form .clipboard-middle>ul .folderOneFormList-checkboxes-item,.clipboard .folderOneFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item,.clipboard .folderFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item,.add-to-folder>form .folderFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item,.add-to-folder+form .folderFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item,.clipboard .clipboard-middle .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item,.add-to-folder>form .clipboard-middle .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item,.add-to-folder+form .clipboard-middle .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item,.clipboard .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item,.clipboard .clipboard-middle .folderFormList-checkboxes .folderOneFormList-checkboxes-item,.add-to-folder>form .clipboard-middle .folderFormList-checkboxes .folderOneFormList-checkboxes-item,.add-to-folder+form .clipboard-middle .folderFormList-checkboxes .folderOneFormList-checkboxes-item,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item,.clipboard .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item,.clipboard .clipboard-middle>ul .folderFormList-checkboxes-item,.add-to-folder>form .clipboard-middle>ul .folderFormList-checkboxes-item,.add-to-folder+form .clipboard-middle>ul .folderFormList-checkboxes-item,.clipboard .folderOneFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item,.clipboard .folderFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item,.add-to-folder>form .folderFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item,.add-to-folder+form .folderFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item,.clipboard .clipboard-middle .folderOneFormList-checkboxes .folderFormList-checkboxes-item,.add-to-folder>form .clipboard-middle .folderOneFormList-checkboxes .folderFormList-checkboxes-item,.add-to-folder+form .clipboard-middle .folderOneFormList-checkboxes .folderFormList-checkboxes-item,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item,.clipboard .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item,.clipboard .clipboard-middle .folderFormList-checkboxes .folderFormList-checkboxes-item,.add-to-folder>form .clipboard-middle .folderFormList-checkboxes .folderFormList-checkboxes-item,.add-to-folder+form .clipboard-middle .folderFormList-checkboxes .folderFormList-checkboxes-item,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item,.clipboard .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item{display:flex;margin-bottom:7px}.clipboard .clipboard-middle>ul>li>*,.add-to-folder>form .clipboard-middle>ul>li>*,.add-to-folder+form .clipboard-middle>ul>li>*,.clipboard .folderOneFormList-field-checkboxes-wrapper>ul>li>*,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper>ul>li>*,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper>ul>li>*,.clipboard .folderFormList-field-checkboxes-wrapper>ul>li>*,.add-to-folder>form .folderFormList-field-checkboxes-wrapper>ul>li>*,.add-to-folder+form .folderFormList-field-checkboxes-wrapper>ul>li>*,.clipboard .clipboard-middle .folderOneFormList-checkboxes>li>*,.add-to-folder>form .clipboard-middle .folderOneFormList-checkboxes>li>*,.add-to-folder+form .clipboard-middle .folderOneFormList-checkboxes>li>*,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li>*,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li>*,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li>*,.clipboard .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li>*,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li>*,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li>*,.clipboard .clipboard-middle .folderFormList-checkboxes>li>*,.add-to-folder>form .clipboard-middle .folderFormList-checkboxes>li>*,.add-to-folder+form .clipboard-middle .folderFormList-checkboxes>li>*,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li>*,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li>*,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li>*,.clipboard .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li>*,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li>*,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li>*,.clipboard .clipboard-middle>ul .folderOneFormList-checkboxes-item>*,.add-to-folder>form .clipboard-middle>ul .folderOneFormList-checkboxes-item>*,.add-to-folder+form .clipboard-middle>ul .folderOneFormList-checkboxes-item>*,.clipboard .folderOneFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item>*,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item>*,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item>*,.clipboard .folderFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item>*,.add-to-folder>form .folderFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item>*,.add-to-folder+form .folderFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item>*,.clipboard .clipboard-middle .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item>*,.add-to-folder>form .clipboard-middle .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item>*,.add-to-folder+form .clipboard-middle .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item>*,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item>*,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item>*,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item>*,.clipboard .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item>*,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item>*,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item>*,.clipboard .clipboard-middle .folderFormList-checkboxes .folderOneFormList-checkboxes-item>*,.add-to-folder>form .clipboard-middle .folderFormList-checkboxes .folderOneFormList-checkboxes-item>*,.add-to-folder+form .clipboard-middle .folderFormList-checkboxes .folderOneFormList-checkboxes-item>*,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item>*,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item>*,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item>*,.clipboard .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item>*,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item>*,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item>*,.clipboard .clipboard-middle>ul .folderFormList-checkboxes-item>*,.add-to-folder>form .clipboard-middle>ul .folderFormList-checkboxes-item>*,.add-to-folder+form .clipboard-middle>ul .folderFormList-checkboxes-item>*,.clipboard .folderOneFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item>*,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item>*,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item>*,.clipboard .folderFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item>*,.add-to-folder>form .folderFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item>*,.add-to-folder+form .folderFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item>*,.clipboard .clipboard-middle .folderOneFormList-checkboxes .folderFormList-checkboxes-item>*,.add-to-folder>form .clipboard-middle .folderOneFormList-checkboxes .folderFormList-checkboxes-item>*,.add-to-folder+form .clipboard-middle .folderOneFormList-checkboxes .folderFormList-checkboxes-item>*,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item>*,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item>*,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item>*,.clipboard .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item>*,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item>*,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item>*,.clipboard .clipboard-middle .folderFormList-checkboxes .folderFormList-checkboxes-item>*,.add-to-folder>form .clipboard-middle .folderFormList-checkboxes .folderFormList-checkboxes-item>*,.add-to-folder+form .clipboard-middle .folderFormList-checkboxes .folderFormList-checkboxes-item>*,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item>*,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item>*,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item>*,.clipboard .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item>*,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item>*,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item>*{line-height:24px;padding:0}.clipboard .clipboard-middle>ul>li label,.add-to-folder>form .clipboard-middle>ul>li label,.add-to-folder+form .clipboard-middle>ul>li label,.clipboard .folderOneFormList-field-checkboxes-wrapper>ul>li label,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper>ul>li label,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper>ul>li label,.clipboard .folderFormList-field-checkboxes-wrapper>ul>li label,.add-to-folder>form .folderFormList-field-checkboxes-wrapper>ul>li label,.add-to-folder+form .folderFormList-field-checkboxes-wrapper>ul>li label,.clipboard .clipboard-middle .folderOneFormList-checkboxes>li label,.add-to-folder>form .clipboard-middle .folderOneFormList-checkboxes>li label,.add-to-folder+form .clipboard-middle .folderOneFormList-checkboxes>li label,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li label,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li label,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li label,.clipboard .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li label,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li label,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes>li label,.clipboard .clipboard-middle .folderFormList-checkboxes>li label,.add-to-folder>form .clipboard-middle .folderFormList-checkboxes>li label,.add-to-folder+form .clipboard-middle .folderFormList-checkboxes>li label,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li label,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li label,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li label,.clipboard .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li label,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li label,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes>li label,.clipboard .clipboard-middle>ul .folderOneFormList-checkboxes-item label,.add-to-folder>form .clipboard-middle>ul .folderOneFormList-checkboxes-item label,.add-to-folder+form .clipboard-middle>ul .folderOneFormList-checkboxes-item label,.clipboard .folderOneFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item label,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item label,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item label,.clipboard .folderFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item label,.add-to-folder>form .folderFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item label,.add-to-folder+form .folderFormList-field-checkboxes-wrapper>ul .folderOneFormList-checkboxes-item label,.clipboard .clipboard-middle .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item label,.add-to-folder>form .clipboard-middle .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item label,.add-to-folder+form .clipboard-middle .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item label,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item label,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item label,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item label,.clipboard .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item label,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item label,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderOneFormList-checkboxes-item label,.clipboard .clipboard-middle .folderFormList-checkboxes .folderOneFormList-checkboxes-item label,.add-to-folder>form .clipboard-middle .folderFormList-checkboxes .folderOneFormList-checkboxes-item label,.add-to-folder+form .clipboard-middle .folderFormList-checkboxes .folderOneFormList-checkboxes-item label,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item label,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item label,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item label,.clipboard .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item label,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item label,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderOneFormList-checkboxes-item label,.clipboard .clipboard-middle>ul .folderFormList-checkboxes-item label,.add-to-folder>form .clipboard-middle>ul .folderFormList-checkboxes-item label,.add-to-folder+form .clipboard-middle>ul .folderFormList-checkboxes-item label,.clipboard .folderOneFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item label,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item label,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item label,.clipboard .folderFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item label,.add-to-folder>form .folderFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item label,.add-to-folder+form .folderFormList-field-checkboxes-wrapper>ul .folderFormList-checkboxes-item label,.clipboard .clipboard-middle .folderOneFormList-checkboxes .folderFormList-checkboxes-item label,.add-to-folder>form .clipboard-middle .folderOneFormList-checkboxes .folderFormList-checkboxes-item label,.add-to-folder+form .clipboard-middle .folderOneFormList-checkboxes .folderFormList-checkboxes-item label,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item label,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item label,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item label,.clipboard .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item label,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item label,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderOneFormList-checkboxes .folderFormList-checkboxes-item label,.clipboard .clipboard-middle .folderFormList-checkboxes .folderFormList-checkboxes-item label,.add-to-folder>form .clipboard-middle .folderFormList-checkboxes .folderFormList-checkboxes-item label,.add-to-folder+form .clipboard-middle .folderFormList-checkboxes .folderFormList-checkboxes-item label,.clipboard .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item label,.add-to-folder>form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item label,.add-to-folder+form .folderOneFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item label,.clipboard .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item label,.add-to-folder>form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item label,.add-to-folder+form .folderFormList-field-checkboxes-wrapper .folderFormList-checkboxes .folderFormList-checkboxes-item label{display:inline-flex;padding:0;font-weight:normal;font-size:13px;color:#586168;line-height:1.35em;cursor:pointer}.clipboard .clipboard-bottom,.add-to-folder>form .clipboard-bottom,.add-to-folder+form .clipboard-bottom,.clipboard .folderOneFormList-field-text-wrapper,.add-to-folder>form .folderOneFormList-field-text-wrapper,.add-to-folder+form .folderOneFormList-field-text-wrapper,.clipboard .folderFormList-field-text-wrapper,.add-to-folder>form .folderFormList-field-text-wrapper,.add-to-folder+form .folderFormList-field-text-wrapper{border-top:1px solid #cbcbcb;padding-top:15px}.clipboard .clipboard-bottom [for="form-field-folderName"],.add-to-folder>form .clipboard-bottom [for="form-field-folderName"],.add-to-folder+form .clipboard-bottom [for="form-field-folderName"],.clipboard .folderOneFormList-field-text-wrapper [for="form-field-folderName"],.add-to-folder>form .folderOneFormList-field-text-wrapper [for="form-field-folderName"],.add-to-folder+form .folderOneFormList-field-text-wrapper [for="form-field-folderName"],.clipboard .folderFormList-field-text-wrapper [for="form-field-folderName"],.add-to-folder>form .folderFormList-field-text-wrapper [for="form-field-folderName"],.add-to-folder+form .folderFormList-field-text-wrapper [for="form-field-folderName"]{margin:1em 0;padding:0;font-weight:400;font-size:1rem}.clipboard .clipboard-bottom input[type="text"],.add-to-folder>form .clipboard-bottom input[type="text"],.add-to-folder+form .clipboard-bottom input[type="text"],.clipboard .folderOneFormList-field-text-wrapper input[type="text"],.add-to-folder>form .folderOneFormList-field-text-wrapper input[type="text"],.add-to-folder+form .folderOneFormList-field-text-wrapper input[type="text"],.clipboard .folderFormList-field-text-wrapper input[type="text"],.add-to-folder>form .folderFormList-field-text-wrapper input[type="text"],.add-to-folder+form .folderFormList-field-text-wrapper input[type="text"]{width:100%;text-align:left;padding:0 10px;height:40px;line-height:38px;font-size:12px}.clipboard .btn--ok,.add-to-folder>form .btn--ok,.add-to-folder+form .btn--ok{border:none;right:0;position:relative;color:#fff;padding:0;width:auto;margin:20px 0 0;display:inline-block;font-weight:bold;font-size:13px;line-height:30px;float:right;align-self:flex-end;-webkit-transition:.3s all;transition:.3s all}.clipboard .btn--ok .icon,.add-to-folder>form .btn--ok .icon,.add-to-folder+form .btn--ok .icon{display:none}.clipboard .btn--ok:hover,.add-to-folder>form .btn--ok:hover,.add-to-folder+form .btn--ok:hover{opacity:.8;background:#60b03d}.clipboard .btn--ok [type="submit"],.add-to-folder>form .btn--ok [type="submit"],.add-to-folder+form .btn--ok [type="submit"]{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;padding:0 16px;border:none;height:32px;line-height:30px;width:auto;-webkit-transition:.3s all;transition:.3s all}.clipboard .btn--ok [type="submit"]:hover,.add-to-folder>form .btn--ok [type="submit"]:hover,.add-to-folder+form .btn--ok [type="submit"]:hover{background:#569d36}@media (min-width:1440px){.clipboard .btn--ok [type="submit"],.add-to-folder>form .btn--ok [type="submit"],.add-to-folder+form .btn--ok [type="submit"]{font-size:14px}}.clipboard .btn--ok[type="submit"],.add-to-folder>form .btn--ok[type="submit"],.add-to-folder+form .btn--ok[type="submit"]{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;padding:0 16px;border:none;height:32px;line-height:30px;width:auto;-webkit-transition:.3s all;transition:.3s all}.clipboard .btn--ok[type="submit"]:hover,.add-to-folder>form .btn--ok[type="submit"]:hover,.add-to-folder+form .btn--ok[type="submit"]:hover{background:#569d36}@media (min-width:1440px){.clipboard .btn--ok[type="submit"],.add-to-folder>form .btn--ok[type="submit"],.add-to-folder+form .btn--ok[type="submit"]{font-size:14px}}.clipboard #form-body .btn--ok,.add-to-folder>form #form-body .btn--ok,.add-to-folder+form #form-body .btn--ok{margin-top:5px}.clipboard #form-body .btn--ok+[type="submit"],.add-to-folder>form #form-body .btn--ok+[type="submit"],.add-to-folder+form #form-body .btn--ok+[type="submit"]{margin-top:5px}.product-actions--category-top .clipboard,.product-actions--category-top .add-to-folder>form,.product-actions--category-top .add-to-folder+form{bottom:auto;top:100%;left:auto;width:308px}.product-actions--category-top .clipboard .clipboard-middle,.product-actions--category-top .add-to-folder>form .clipboard-middle,.product-actions--category-top .add-to-folder+form .clipboard-middle{min-height:100px}.product-actions--category-bottom .clipboard,.product-actions--category-bottom .add-to-folder>form,.product-actions--category-bottom .add-to-folder+form{top:auto;bottom:100%;left:auto;width:308px}.product-actions--category-bottom .clipboard .clipboard-middle,.product-actions--category-bottom .add-to-folder>form .clipboard-middle,.product-actions--category-bottom .add-to-folder+form .clipboard-middle{min-height:100px}@media (min-width:600px){.product--variant-2 .clipboard .clipboard-middle,.product--variant-2 .add-to-folder>form .clipboard-middle,.product--variant-2 .add-to-folder+form .clipboard-middle,.product--variant-2 .clipboard .folderOneFormList-field-checkboxes-wrapper,.product--variant-2 .add-to-folder>form .folderOneFormList-field-checkboxes-wrapper,.product--variant-2 .add-to-folder+form .folderOneFormList-field-checkboxes-wrapper,.product--variant-2 .clipboard .folderFormList-field-checkboxes-wrapper,.product--variant-2 .add-to-folder>form .folderFormList-field-checkboxes-wrapper,.product--variant-2 .add-to-folder+form .folderFormList-field-checkboxes-wrapper{max-height:94px}}.product--category.list .clipboard,.product--category.list .add-to-folder>form,.product--category.list .add-to-folder+form{height:450px}.product--category.list .clipboard .clipboard-middle,.product--category.list .add-to-folder>form .clipboard-middle,.product--category.list .add-to-folder+form .clipboard-middle,.product--category.list .clipboard .folderOneFormList-field-checkboxes-wrapper,.product--category.list .add-to-folder>form .folderOneFormList-field-checkboxes-wrapper,.product--category.list .add-to-folder+form .folderOneFormList-field-checkboxes-wrapper,.product--category.list .clipboard .folderFormList-field-checkboxes-wrapper,.product--category.list .add-to-folder>form .folderFormList-field-checkboxes-wrapper,.product--category.list .add-to-folder+form .folderFormList-field-checkboxes-wrapper{max-height:185px}@media (max-width:599px){.product--category.list .clipboard,.product--category.list .add-to-folder>form,.product--category.list .add-to-folder+form{height:365px;width:calc(100vw - 34px)}.product--category.list .clipboard.clipboard,.product--category.list .add-to-folder>form.clipboard,.product--category.list .add-to-folder+form.clipboard{bottom:-42px;left:-16px}.product--category.list .clipboard.add-to-folder+form,.product--category.list .add-to-folder>form.add-to-folder+form,.product--category.list .add-to-folder+form.add-to-folder+form,.product--category.list .clipboard.add-to-folder+form,.product--category.list .add-to-folder>form.add-to-folder+form,.product--category.list .add-to-folder+form.add-to-folder+form{bottom:auto;top:0}}@media (max-width:599px){.product-group .clipboard .clipboard-middle,.product-group .add-to-folder>form .clipboard-middle,.product-group .add-to-folder+form .clipboard-middle,.product-group .clipboard .folderOneFormList-field-text-wrapper,.product-group .add-to-folder>form .folderOneFormList-field-text-wrapper,.product-group .add-to-folder+form .folderOneFormList-field-text-wrapper{max-height:143px}}.product__block .products__list .clipboard,.product__block .products__list .add-to-folder>form,.product__block .products__list .add-to-folder+form{box-shadow:none;border:none}#step-1-form .form-field-html.action .clipboard{left:auto}@media (max-width:767px){#step-1-form .form-field-html.action .clipboard{width:285px;right:-10px}}.product__notification{position:relative;margin:1rem 0;color:#856404;background-color:#fff3cd;border:1px solid #ffeeba;padding:.75rem 1.25rem .75rem 55px}.product__notification p:first-child{margin-top:0}.product__notification p:last-child{margin-bottom:0}.product__notification:before{content:'!';color:#fff3cd;position:absolute;left:15px;top:10px;z-index:2;font-weight:bold;width:27px;height:22px;text-align:center;line-height:25px;font-size:14px}.product__notification:after{content:'';position:absolute;left:15px;top:10px;width:0;height:0;border-style:solid;border-width:0 13.5px 22px 13.5px;border-color:transparent transparent #856404 transparent}.product__notification a{color:#856404;font-weight:bold}.product__notification a:hover{text-decoration:underline}section.product__block .product{min-width:0;border-color:#e4e4e4;padding:15px}section.product__block .product .product__photo{position:relative;overflow:hidden}section.product__block .product .product__hover{padding:18px 15px;position:absolute;z-index:2;top:100%;left:-15px;right:-15px;bottom:0;background:#fff;opacity:0;transition:top 500ms, opacity 500ms}section.product__block .product .product__hover label{padding-right:0}section.product__block .product .product__hover .price__wrapper{padding-left:10px}section.product__block .product .product__hover .price--main{font-weight:bold;color:#191919}section.product__block .product .product__hover .price--additional{line-height:1.6em;margin-top:3px}section.product__block .product .product__hover .price--additional>span:first-child{display:block}section.product__block .product .product__hover .hover__row{padding:8px 5px;align-items:center}section.product__block .product .product__hover .hover__row--header{display:none}section.product__block .product .product__hover .hover__row--header+.hover__row{border-top:none}section.product__block .product:hover .product__hover{top:-15px;opacity:1}@media (max-width:998px){section.product__block .product:hover .product__hover{display:none}}section.product__block .product .product__body{background:#fff}section.product__block .products__list{width:100%}section.product__block .navigation{margin-right:-2px}section.product__block .navigation span{width:22px;height:22px;background:#CDCBCB;border-radius:50%;text-align:center}section.product__block .navigation span:hover{background:#60b03d}section.product__block .navigation span:hover:before{font-size:22px}section.product__block .navigation span::before{font-family:'material';color:#fff;font-size:22px;width:22px;height:22px;line-height:22px}section.product__block .navigation span.nav-next{margin-left:3px}section.product__block .navigation span.nav-next::before{content:'navigate_next';margin:0;text-indent:1px}section.product__block .navigation span.nav-prev{margin-right:2px}section.product__block .navigation span.nav-prev::before{content:'navigate_before';margin:0;text-indent:-1px}section.product__block .header .nag{font-weight:bold;font-size:23px;color:#191919;margin-top:-1px;margin-left:-2px}.layout-tpl.product #content>.product>section.product__block.related-products{padding:20px 22px 49px}.layout-tpl.product #content>.product>section.product__block.related-products:last-child{margin-bottom:0}.layout-tpl.product #content>.product>section.product__block.related-products .header .nag{margin-top:7px;padding-left:10px;padding-right:10px;margin-left:0}.product__hover{background:#fff;text-align:left;align-items:center}.product__hover .hover__row{min-height:0;padding:5px 0;display:flex}.product__hover .hover__row:not(.hover__row--header):not(.hover__row--date){align-items:center}.product__hover .hover__row:not(.hover__row--header):not(.hover__row--date) span{display:inline-block;line-height:1em}.product__hover .hover__row:not(:first-child){border-top:1px solid #E7E7E7}.product__hover .hover__row.hover__row--date{display:block;color:#586168;padding-top:10px;font-size:11px}.product__hover .hover__row.hover__row--date span{display:block;line-height:1.2em}.product__hover .img{width:52px;flex-shrink:0;margin-right:17px}.product__hover .img img{vertical-align:middle}.product__hover .title span:first-child{font-weight:bold;color:#191919;font-size:14px;line-height:1.1em;display:block}.product__hover .title small{display:block;font-size:11px;margin-top:-4px}.product__hover label{font-size:11px;font-weight:normal;text-transform:none;color:#191919;padding-top:0;padding-right:15px;width:50%;line-height:1em;flex-shrink:0}.product__hover .product__price{margin-right:0}.product__hover .product__price .price--main{font-size:14px;line-height:1.1em}.product__hover .product__price .price--additional{font-size:11px;font-weight:600;line-height:1.1em;margin-top:3px;color:#666}.product__hover .product__price .price--additional>span:first-child{display:block}.icon-view-grid::before{content:'\e926';font-family:b2b,sans-serif !important}.icon-view-list::before{content:'\e928';font-family:b2b,sans-serif !important}.icon-view-group::before{content:'\e927';font-family:b2b,sans-serif !important}body .product-actions--category-bottom{width:100%;padding:12px 24px 12px 16px;margin-bottom:0}@media (max-width:768px){body .product-actions--category-bottom{display:none}}body .product-actions--category-top{padding:12px 24px 12px 16px}body .product-actions--category-top .group-toggle-btns .label{color:#666;font-size:12px;line-height:16px;margin-right:10px;font-weight:600}body .product-actions--category-top .group-toggle-btns .btn{border:1px solid #cdcbcb;background-color:#fff;border-radius:5px;color:#586168;line-height:38px;height:40px;padding-left:12px;padding-right:21px;text-transform:none;font-weight:600;position:relative;font-size:12px}body .product-actions--category-top .group-toggle-btns .btn i{position:absolute;transform:translate(0, -50%);right:5px;display:block;height:4px;top:50%;margin-left:auto;width:8px}body .product-actions--category-top .group-toggle-btns .btn i:before{top:0;display:block}body .product-actions--category-top .group-toggle-btns .btn:hover,body .product-actions--category-top .group-toggle-btns .btn.active{color:#fff;background:#60b03d;border-color:#60b03d;z-index:1}body .product-actions--category-top .group-toggle-btns .btn:hover i:before,body .product-actions--category-top .group-toggle-btns .btn.active i:before{color:#fff}body .product-actions--category-top .group-toggle-btns .btn.slide-allgroup-down{margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0}body .product-actions--category-top .group-toggle-btns .btn.slide-allgroup-up{border-top-left-radius:0;border-bottom-left-radius:0}@media (max-width:998px){body .product-actions--category-top{padding-right:16px}}@media (max-width:768px){body .product-actions--category-top{display:none}}body .product-list-options--bottom{width:100%;padding:16px 24px 16px 16px}.product-actions--category{border:none;background:#fff;padding:12px 24px 12px 16px}#folder-all--top span span,.folder-all--bot span span,#folder-all--bot span span{color:#586168;font-size:12px;padding-left:12px}#folder-all--top input,.folder-all--bot input,#folder-all--bot input{vertical-align:middle}.add-selected .label{color:#666;font-weight:600;font-size:12px;margin-right:10px}.add-selected .btn.btn-save-products,.add-selected .btn.add-to-cart-2.inverse{border-radius:0 5px 5px 0;text-transform:none;height:40px;border-color:#CDCBCB;padding-left:12px;padding-right:12px;font-weight:600;font-size:12px;line-height:38px}.add-selected .btn.btn-save-products i,.add-selected .btn.add-to-cart-2.inverse i{color:inherit;font-size:16px;vertical-align:-3px}.add-selected .btn.btn-save-products i:before,.add-selected .btn.add-to-cart-2.inverse i:before{font-family:b2b,sans-serif !important;content:'\e923';font-weight:normal}.add-selected .btn.btn-save-products:hover,.add-selected .btn.add-to-cart-2.inverse:hover{color:#fff;border-color:#60b03d;background:#60b03d;position:relative;z-index:1}.add-selected .btn.btn-save-products:hover i,.add-selected .btn.add-to-cart-2.inverse:hover i{color:#fff}.add-selected .btn.btn-save-products:hover{border-color:#ADADAC;background-color:#ADADAC}.add-selected .btn.add-to-cart-2.inverse{border-radius:5px 0 0 5px;margin-right:-1px}.add-selected .btn.add-to-cart-2.inverse i:before{content:'\e907';color:#60b03d}.add-selected .btn.add-to-cart-2.inverse:hover{color:#fff}.add-selected .btn.add-to-cart-2.inverse:hover i:before{color:#fff}.product-category .products__list .products__viewport{background:#fff;padding-bottom:1px}.product-category .products__list .products__viewport div.product{padding:30px 20px 24px}.product-category .products__list .products__viewport div.product .product__check{display:block;line-height:1em;top:10px;left:10px;margin-left:0;z-index:3}@media (max-width:768px){.product-category .products__list .products__viewport div.product .product__check{display:none}}.product-category .products__list .products__viewport div.product .product__photo{position:relative;padding:0 4px;margin-bottom:24px;overflow:hidden}.product-category .products__list .products__viewport div.product .product__body{border:none}.product-category .products__list .products__viewport div.product .product__buy{max-width:250px;margin-left:auto;margin-right:auto}.product-category .products__list .products__viewport div.product .product__hover{padding:24px 20px;position:absolute;z-index:2;top:100%;left:-20px;right:-20px;bottom:0;background:#fff;opacity:0;transition:top 500ms, opacity 500ms}.product-category .products__list .products__viewport div.product .product__hover label{padding-right:0}.product-category .products__list .products__viewport div.product .product__hover .price__wrapper{padding-left:10px}.product-category .products__list .products__viewport div.product .product__hover .price--main{font-weight:bold;color:#191919}.product-category .products__list .products__viewport div.product .product__hover .price--additional{line-height:1.6em;margin-top:3px;color:#666}.product-category .products__list .products__viewport div.product .product__hover .price--additional>span:first-child{display:block}.product-category .products__list .products__viewport div.product .product__hover .hover__row{padding:8px 5px;align-items:center}.product-category .products__list .products__viewport div.product .product__hover .hover__row--header{display:none}.product-category .products__list .products__viewport div.product .product__hover .hover__row--header+.hover__row{border-top:none}.product-category .products__list .products__viewport div.product:hover .product__hover{top:-24px;opacity:1}.product-category .products__list.products__list--list #form.folderOneFormList{z-index:4;max-width:307px;min-width:0;top:auto;bottom:10px;left:10px}.product-category .products__list.products__list--list .products__viewport div.product{padding:10px;position:relative}.product-category .products__list.products__list--list .products__viewport div.product.open-modal{z-index:4}.product-category .products__list.products__list--list .products__viewport div.product .product__photo{width:71px;position:absolute;padding:0;left:10px;top:10px}.product-category .products__list.products__list--list .products__viewport div.product .product__photo .product__hover{display:none}.product-category .products__list.products__list--list .products__viewport div.product .product__body{padding:0;margin:0;width:100%;float:none;display:block}.product-category .products__list.products__list--list .products__viewport div.product .product__body:before{content:'';width:71px;margin-right:32px;float:left;height:71px}.product-category .products__list.products__list--list .products__viewport div.product .product__body .product__price .price__wrapper .price--additional>span:first-child{display:inline;padding-left:.3em;padding-right:.3em}.product-category .products__list.products__list--list .products__viewport div.product .product__index{width:100%}.product-category .products__list.products__list--list .products__viewport div.product .product__body h3.product__title{display:block;width:100%;margin:0;float:none;font-size:14px;line-height:1.4em}.product-category .products__list.products__list--list .products__viewport div.product .product__details{margin-right:0;margin-left:auto;margin-top:0;display:block;float:right;width:auto}.product-category .products__list.products__list--list .products__viewport div.product .product__details .product__price .price__wrapper .price--main{font-size:14px}.product-category .products__list.products__list--list .products__viewport div.product .product__availability{vertical-align:bottom;padding-bottom:2px}.product-category .products__list.products__list--list .products__viewport div.product .product__params{clear:both;padding-top:5px;width:auto;padding-right:10px;display:block;margin-top:0;float:left}@media (max-width:997px){.product-category .products__list.products__list--list .products__viewport div.product .product__params{width:calc(100% - 105px)}.product-category .products__list.products__list--list .products__viewport div.product .product__params .product__availability p{padding-top:0;display:inline-block}.product-category .products__list.products__list--list .products__viewport div.product .product__params [data-title]::after{display:none}.product-category .products__list.products__list--list .products__viewport div.product .product__params [data-title]::before{transform:scale(1);content:attr(data-title) ':';position:static;color:#586168;width:auto;display:inline-block;padding:0;border:none;font-size:10px;line-height:1.1em;white-space:normal;box-shadow:none}}@media (max-width:600px){.product-category .products__list.products__list--list .products__viewport div.product .product__params{width:calc(100% - 116px)}.product-category .products__list.products__list--list .products__viewport div.product .product__params [data-title]::before{display:none}}.product-category .products__list.products__list--list .products__viewport div.product .product__buy{position:relative;z-index:2;width:320px;max-width:100%;border:none;left:0;top:auto;float:none;height:auto;right:auto;bottom:auto;clear:both;margin:0 0 0 auto;padding-top:10px}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .product__add-to-folder{position:relative;border-left:none;display:inline-block}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .product__add-to-folder:before{left:auto;right:10px}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .add-to-folder-action{position:relative;left:auto;top:auto;width:40px;height:38px;flex-shrink:0;border-left:none}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .add-to-folder-action:after{content:'';width:1px;left:0px;position:absolute;top:10px;bottom:10px;background:#CDCBCB}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .add-to-folder-action .icon:before{font-size:18px;color:#666}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .add-to-folder-action:hover{background:#ADADAC}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .add-to-folder-action:hover .icon:before{color:#fff}@media (min-width:999px){.product-category .products__list.products__list--list .products__viewport div.product .product__buy{padding-top:20px}}.product-category .products__list.products__list--list .products__viewport div.product .product__buy>*:not(:last-child){border:none}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .product__buy__count{border:1px solid #cdcbcb;background:#fff;width:94px;padding-left:2px;padding-right:2px;border-top-right-radius:3px;border-bottom-right-radius:3px}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .product__buy__list{position:relative}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .product__buy__list:before{content:'';width:1px;left:0;position:absolute;top:10px;bottom:10px;background:#CDCBCB}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .product__price--hover{display:block;margin-right:7px}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .product__price--hover:before{padding-top:7px}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .product__price--hover:after{display:none}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .product__price--hover>span{padding-bottom:6px}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .product__price--hover .product__hover{position:relative;opacity:1;left:0;right:auto;bottom:auto}.product-category .products__list.products__list--list .products__viewport div.product .product__buy .product__price--hover:hover>span{display:block}@media (min-width:600px){.product-category .products__list.products__list--list .products__viewport div.product .product__index{display:inline-block;width:auto;clear:none}.product-category .products__list.products__list--list .products__viewport div.product .product__params{clear:none;float:none;width:auto;display:inline-block;margin-left:32px;padding-top:7px}.product-category .products__list.products__list--list .products__viewport div.product .product__availability{padding:0;vertical-align:top}.product-category .products__list.products__list--list .products__viewport div.product .product__body h3.product__title{font-size:14px}.product-category .products__list.products__list--list .products__viewport div.product .product__buy{float:right;clear:none;padding-top:0;margin-right:30px}.product-category .products__list.products__list--list .products__viewport div.product .product__details{float:right;clear:left}.product-category .products__list.products__list--list .products__viewport div.product .product__details .product__price .price__wrapper .price--main{font-size:18px}}@media (min-width:768px){.product-category .products__list.products__list--list .products__viewport div.product{padding:10px 10px 10px 45px;flex-direction:row;flex-wrap:nowrap}.product-category .products__list.products__list--list .products__viewport div.product .product__photo{width:100px;position:static;margin-right:15px;margin-bottom:0}.product-category .products__list.products__list--list .products__viewport div.product .product__params{padding-top:3px;flex-grow:1;min-width:452px}.product-category .products__list.products__list--list .products__viewport div.product .product__details{float:none;min-width:210px;margin-left:auto;margin-right:0;padding-top:15px}.product-category .products__list.products__list--list .products__viewport div.product .product__buy{margin-left:20px;margin-right:0}.product-category .products__list.products__list--list .products__viewport div.product .product__body{width:calc(100% - 132px);display:flex}.product-category .products__list.products__list--list .products__viewport div.product .product__body:before{display:none;width:100px}.product-category .products__list.products__list--list .products__viewport div.product .product__body h3.product__title{font-size:16px;float:none}}@media (min-width:998px){.product-category .products__list.products__list--list .products__viewport div.product .product__params{line-height:1em}.product-category .products__list.products__list--list .products__viewport div.product .product__params .product__availability p{padding-top:0}}@media (min-width:998px) and (max-width:1279px){.product-category .products__list.products__list--list .products__viewport div.product .product__params{min-width:300px}.product-category .products__list.products__list--list .products__viewport div.product .product__details{min-width:200px;padding-top:5px}}@media (min-width:1280px){.product-category .products__list.products__list--list .products__viewport div.product .product__photo{width:90px}}@media (min-width:1440px){.product-category .products__list.products__list--list .products__viewport div.product .product__body h3.product__title{margin-bottom:15px}.product-category .products__list.products__list--list .products__viewport div.product .product__params{min-width:0;flex-grow:0}.product-category .products__list.products__list--list .products__viewport div.product .product__body{align-content:flex-start;align-self:center}.product-category .products__list.products__list--list .products__viewport div.product .product__index{width:auto}.product-category .products__list.products__list--list .products__viewport div.product .product__body .product__availability{width:auto}.product-category .products__list.products__list--list .products__viewport div.product .product__details{padding-top:0}}.product-category .products__list.products__list--group{background:#fff;padding:0 24px}.product-category .products__list.products__list--group #form.folderOneFormList{z-index:4;max-width:307px;min-width:0;top:auto;left:-1px}.product-category .products__list.products__list--group .clipboard{top:auto;left:auto;width:307px}@media (max-width:998px){.product-category .products__list.products__list--group{padding:0 10px}}@media (max-width:600px){.product-category .products__list.products__list--group{padding:0}}.product-category .products__list.products__list--group:last-child{padding-bottom:24px}.product-category .products__list.products__list--group .product__group{padding:10px;border:1px solid #e6e6e6;transition:padding 300ms;margin-bottom:-1px}.product-category .products__list.products__list--group .product__group .product-group__image{width:50px;float:none;flex-shrink:0;transition:padding 300ms, width 300ms;padding:0 10px 0 0}.product-category .products__list.products__list--group .product__group .product-group__image a,.product-category .products__list.products__list--group .product__group .product-group__image img{display:block}.product-category .products__list.products__list--group .product__group .product-group__header{padding:4px 0 0}.product-category .products__list.products__list--group .product__group .product-group__header a{font-size:16px;font-weight:normal;display:block}.product-category .products__list.products__list--group .product__group .product-group__header a:hover,.product-category .products__list.products__list--group .product__group .product-group__header a:focus{color:#60b03d}.product-category .products__list.products__list--group .product__group .product-group__header button{color:#586168}.product-category .products__list.products__list--group .product__group .product-group__header button .icon{color:#586168;font-size:4px;vertical-align:2px}.product-category .products__list.products__list--group .product__group .product-group__header button:hover{color:#60b03d}.product-category .products__list.products__list--group .product__group .product-group__header button:hover .icon{color:#60b03d}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group{margin-top:15px;margin-bottom:1px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group .col-thumb{display:none}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group thead td:empty,.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group thead th:empty{padding:0}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group thead td.col-index,.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group thead th.col-index{min-width:175px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group thead td.col-availability,.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group thead th.col-availability{width:130px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group thead td.col-price,.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group thead th.col-price{width:140px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group thead td.col-folder,.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group thead th.col-folder{width:40px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody{position:relative}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody td{padding-top:5px;padding-bottom:8px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody td.col-folder{padding-left:5px;padding-right:0}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody td.col-folder button{padding:0;color:#60b03d}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody td.col-folder button:hover{color:#000}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody td.col-folder .icon-folder-add{margin:0}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody td.col-folder .icon-folder-add::before{font-size:16px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody:after{content:'';bottom:-1px;left:0;right:0;height:1px;background:#ebeaea;position:absolute}@media (max-width:1280px){.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tr .col-index::after{content:'';top:-1px;left:0;right:0;height:1px;background:#ebeaea;position:absolute}}@media (max-width:998px){.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group .product__flags{right:0;left:auto}}@media (max-width:768px){.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group .product__flags{right:-10px}}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr:after{content:'';top:-1px;left:0;right:0;height:1px;background:#ebeaea;position:absolute}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group .col-index .in{font-weight:bold;font-size:12px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr:first-child{border:none;outline:none}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr.open-modal{z-index:3}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr:hover{z-index:2;box-shadow:0 0 15px rgba(0,0,0,0.15);border:none;outline:none}.product-category .products__list.products__list--group .product__group .product-group__content .product-actions--category-bottom{padding-left:0;padding-right:0}@media (max-width:1280px){.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group{display:block;margin-top:0}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group thead{display:none}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody,.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr,.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody td{display:block}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr{padding:10px 0;display:flex;flex-wrap:wrap}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col{padding:0;margin-right:15px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr:hover,.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr tr:first-child:hover{outline:none !important}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr:after{display:none}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-index{margin-bottom:10px;width:100%}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-index .in a{font-weight:600;font-size:10px;line-height:14px;color:#666}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-index .view--index{display:inline-block;width:auto;vertical-align:top}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-index .col-availability{margin-left:37px;margin-top:-2px;display:inline-block;vertical-align:top}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-index .col-availability .product__availability__value p{display:inline-block}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-index .col-availability .product__availability__value:before{content:attr(data-title) ":";color:#586168;position:static;padding:0;background:none;transform:none;box-shadow:none;border:none;font-size:10px;display:inline-block;vertical-align:3px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-index .col-availability .product__availability__value .icon-static{display:none}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-index .col-availability .product__availability__shipping{margin-top:-4px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-index .col-availability .product__availability__shipping .icon-static{display:none}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-index .col-availability .product__availability__shipping p:before{content:"Czas dostawy:";font-size:10px;display:inline-block;color:#586168;font-weight:normal}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-attr{text-align:left}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-price{line-height:1.2}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-price .price--additional{line-height:1.1;margin-top:5px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-price.product__price--your-price{display:inline-block;max-width:calc(100% - 220px)}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-price.product__price--your-price .price--main{font-size:14px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-price.product__price--your-price .price__unit{font-size:12px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-better-price{padding-left:10px;width:40px;padding-right:5px;margin-left:auto;padding-top:10px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .product__price--hover>span{margin-bottom:-9px;margin-left:-103px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .product__price--hover>span .product__hover::before{margin-left:-15px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-buy{margin-left:auto;margin-top:4px;margin-right:0}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-buy .product__buy__cart:before{left:-36px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-attr~.col-attr:before{content:''}}@media (max-width:600px){.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-price.product__price--your-price{max-width:none}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr .col-buy{margin-top:12px}.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr:hover,.product-category .products__list.products__list--group .product__group .product-group__content .product-variants.product-variants--group tbody tr tr:first-child:hover{box-shadow:none}}.product-category .products__list.products__list--group .product__group.expanded{padding:15px}.product-category .products__list.products__list--group .product__group.expanded .product-group__header a{font-weight:bold}.product-category .products__list.products__list--group .product__group.expanded .product-group__image{width:155px;padding-right:15px}@media (max-width:768px){.product-category .products__list.products__list--group .product__group.expanded .product-group__image{width:100px;padding-right:10px}}@media (max-width:450px){.product-category .products__list.products__list--group .product__group.expanded .product-group__body{flex-wrap:wrap}.product-category .products__list.products__list--group .product__group.expanded .product-group__body .product-group__image{width:100%;padding-right:0;text-align:center;margin-bottom:20px}.product-category .products__list.products__list--group .product__group.expanded .product-group__body .product-group__image img{margin:auto}}body .small-paginator{font-size:12px;margin-right:0;margin-left:auto}body .small-paginator .label{font-size:12px;color:#191919;margin-right:8px}body .small-paginator input[type="text"],body .small-paginator input[type="number"]{width:32px;color:#586168;line-height:30px;border:1px solid #CDCBCB;border-radius:3px;font-size:12px;padding:0 3px;background:none;height:32px}body .small-paginator input[type="text"]:focus,body .small-paginator input[type="number"]:focus{border-color:#60b03d}body .small-paginator a.next,body .small-paginator a.prev{width:22px;height:22px;background:#CDCBCB;border-radius:50%;text-align:center;display:inline-block;vertical-align:-6px}body .small-paginator a.next:hover,body .small-paginator a.prev:hover{background:#60b03d}body .small-paginator a.next:hover:before,body .small-paginator a.prev:hover:before{font-size:22px}body .small-paginator a.next::before,body .small-paginator a.prev::before{font-family:'material';color:#fff;font-size:22px;width:22px;height:22px;line-height:22px}body .small-paginator a.next.next,body .small-paginator a.prev.next{margin-left:3px}body .small-paginator a.next.next::before,body .small-paginator a.prev.next::before{content:'navigate_next';margin:0;text-indent:1px}body .small-paginator a.next.prev::before,body .small-paginator a.prev.prev::before{content:'navigate_before';margin:0;text-indent:-1px}body.product-category .category__header{display:flex;flex-wrap:wrap;align-items:flex-start;background:#fff;margin-bottom:20px;padding:27px}body.product-category .category__header.category__header--products{margin-bottom:8px}body.product-category .category__header .header__content{display:flex;width:100%;flex-wrap:wrap;margin-top:27px}body.product-category .category__header .header__title{font-size:27px;line-height:37px;font-weight:bold;color:#191919;margin:0;width:100%}@media (max-width:998px){body.product-category .category__header{margin-bottom:10px}}@media (max-width:768px){body.product-category .category__header .header__content{display:none}body.product-category .category__header .header__content.active{display:flex}body.product-category .category__header .header__title{font-size:16px;line-height:1.375;color:#191919;position:relative;padding-right:30px;width:100%;cursor:pointer}body.product-category .category__header .header__title:before{content:'keyboard_arrow_down';font-family:'material';color:#586168;top:-6px;right:8px;position:absolute;width:16px;font-size:26px}body.product-category .category__header .header__title.active:before{content:'keyboard_arrow_up'}}body.product-category .category__header .header__image{width:100%;text-align:center}body.product-category .category__header .header__image img{vertical-align:middle;margin-bottom:24px}@media (min-width:768px){body.product-category .category__header .header__image{margin-right:24px;width:260px}body.product-category .category__header .header__image img{margin-bottom:0}}body.product-category .category__header .header__description{position:relative;flex-grow:1;font-size:13px;line-height:1.5em}@media (min-width:1440px){body.product-category .category__header .header__description{font-size:15px;margin-left:auto;margin-right:auto}}body.product-category .category__header .header__description p:first-child,body.product-category .category__header .header__description ul:first-child,body.product-category .category__header .header__description table:first-child{margin-top:0}body.product-category .category__header .header__description p:not(:last-child),body.product-category .category__header .header__description ul:not(:last-child),body.product-category .category__header .header__description table:not(:last-child){margin-bottom:2em}@media (min-width:768px){body.product-category .category__header .header__description{width:calc(100% - 284px)}}body.product-category .category__header .header__description.collapse.hide .description__content{position:relative;max-height:225px;overflow:hidden}body.product-category .category__header .header__description.collapse.hide .description__content .fade-out{position:absolute;bottom:0;width:100%;height:5px;background:-moz-linear-gradient(top, rgba(125,185,232,0) 0%, #fff 100%);background:-webkit-linear-gradient(top, rgba(125,185,232,0) 0%, #fff 100%);background:linear-gradient(to bottom, rgba(125,185,232,0) 0%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#ffffff', GradientType=0)}body.product-category .category__header .header__description.collapse.hide .description__button{display:block}body.product-category .category__header .header__description .description__button{display:none;margin:16px 0 0 auto;padding:0;font-weight:700;color:#60b03d}body.product-category.category-alternative #main .category.category--alternative .category__children .category__section{margin:0;background:#fff;padding:24px 32px;border:none}body.product-category.category-alternative #main .category.category--alternative .category__children .category__section:not(:first-child){margin-top:20px}body.product-category.category-alternative #main .category.category--alternative .category__children .category__section .section__header{font-weight:bold;font-size:23px;line-height:1.3em;color:#191919;margin-top:0;margin-bottom:21px}body.product-category.category-alternative #main .category.category--alternative .category__children .category__section .section__categories{display:flex;width:100%;flex-wrap:wrap}@media (max-width:998px){body.product-category.category-alternative #main .category.category--alternative .category__children .category__section{padding:0}body.product-category.category-alternative #main .category.category--alternative .category__children .category__section:not(:first-child){margin-top:10px}body.product-category.category-alternative #main .category.category--alternative .category__children .category__section .section__header{color:#191919;font-size:16px;position:relative;margin:0;padding:10px 30px 10px 10px;width:100%}}@media (max-width:768px){body.product-category.category-alternative #main .category.category--alternative .category__children .category__section .section__header{cursor:pointer}body.product-category.category-alternative #main .category.category--alternative .category__children .category__section .section__header:after{content:'';width:4px;height:16px;position:absolute;background:#727272;top:12px;right:21px;z-index:0}body.product-category.category-alternative #main .category.category--alternative .category__children .category__section .section__header:before{content:'';width:16px;height:4px;position:absolute;background:#727272;right:15px;top:18px;z-index:0}body.product-category.category-alternative #main .category.category--alternative .category__children .category__section .section__header.active:after{display:none}body.product-category.category-alternative #main .category.category--alternative .category__children .category__section .section__header.active:after,body.product-category.category-alternative #main .category.category--alternative .category__children .category__section .section__header.active:before{background:#60b03d}body.product-category.category-alternative #main .category.category--alternative .category__children .category__section .section__header+.section__categories{display:none}body.product-category.category-alternative #main .category.category--alternative .category__children .category__section .section__header+.section__categories.active{display:block}}@media (min-width:769px){body.product-category.category-alternative #main .category.category--alternative .category__children .category__section .section__categories{padding:0 10px}}body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile{background:#fff;border:1px solid #E5E3E3;padding:13px 15px;width:100%;margin:0 0 12px 0}body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile .tile__image{margin-top:7px;margin-bottom:7px;width:120px;margin-right:15px;flex-shrink:0}body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile .tile__image img{vertical-align:middle}body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile .tile__content{padding:0;width:auto}body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile .tile__content .title__title{font-weight:bold;font-size:15px;line-height:1.5em;color:#191919;margin-bottom:2px}body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile .tile__description{font-size:13px;line-height:1.6em;color:#586168;max-height:8em;overflow:hidden}body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile:hover{border-color:#60b03d;position:relative;z-index:1}@media (min-width:769px){body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile{width:calc(50% - 6px)}}@media (min-width:769px) and (max-width:998px){body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile:nth-child(odd){margin-right:6px}body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile:nth-child(even){margin-left:6px}}@media (min-width:999px){body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile{width:calc(33.33% - 8px)}body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile:nth-child(3n + 2){margin-left:12px !important;margin-right:12px !important}}@media (max-width:998px){body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile .tile__image{width:79px}body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile .tile__content .title__title{font-size:14px}body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile .tile__description{font-size:12px}}@media (max-width:768px){body.product-category.category-alternative #main .category.category--alternative .category__children .category__tile{border-left:0;border-right:0;margin:0 0 -1px}}.brands{background:none;padding:0}.brands .brands__header h2.nag{font-weight:bold;color:#191919;font-size:23px;line-height:1.2em;margin:0 0 36px}.brands .container-fluid{background:#fff;padding:32px 32px 36px}.brands .brands__slider .brands__container{padding-left:24px;padding-right:24px}.brands .brands__slider .brands__container .brands__item{padding-left:15px;padding-right:15px;margin-left:0;margin-right:0}@media (min-width:1280px){.brands .brands__slider .brands__container .brands__item{width:190px !important}}.brands .brands__slider .brands__nav[style="display: none;"]+.brands__viewport .brands__wrapper{width:100%;display:flex;justify-content:space-between}.brands .brands__slider .brands__nav[style="display: none;"]+.brands__viewport .brands__wrapper .owl-item{flex-shrink:1}.brands .brands__slider .brands__nav[style="display: none;"]+.brands__viewport .brands__wrapper .brands__item{padding-left:0;padding-right:0;width:auto !important}.brands .brands__slider .brands__nav[style="display: none;"]+.brands__viewport .brands__wrapper .brands__item a{padding-left:10px;padding-right:10px}.brands .brands__slider .brands__nav{width:22px;height:22px;background:#CDCBCB;border-radius:50%;text-align:center;margin-top:-11px}.brands .brands__slider .brands__nav:hover{background:#60b03d}.brands .brands__slider .brands__nav:hover:before{font-size:22px}.brands .brands__slider .brands__nav:before{font-family:'material';color:#fff;font-size:22px;width:22px;height:22px;line-height:22px}.brands .brands__slider .brands__nav.brands__nav--prev:before{content:'navigate_before';margin:0;text-indent:-1px}.brands .brands__slider .brands__nav.brands__nav--next:before{content:'navigate_next';margin:0;text-indent:0px}@media (max-width:768px){.brands{margin-bottom:0px}.brands .container-fluid{padding:15px 10px}.brands .brands__header h2.nag{font-size:16px;padding-right:65px;margin-bottom:16px}.brands .brands__slider .brands__container{position:static}.brands .brands__slider .brands__nav{margin-top:0;top:14px;right:10px}.brands .brands__slider .brands__nav--prev{left:auto;right:40px}}.home-tpl #flags-block{width:100%}.home-tpl #flags-block section.product__block{width:100%;padding:0;margin-top:20px}.home-tpl #flags-block .container-fluid{background:#fff;padding:32px 32px 56px}.home-tpl #flags-block .container-fluid .products__viewport{padding-top:29px}.home-tpl #flags-block .container-fluid .products__viewport .owl-nav.disabled,.home-tpl #flags-block .container-fluid .products__viewport .owl-dots.disabled{display:none}.home-tpl #flags-block .container-fluid .products__viewport .owl-stage-outer{width:100%}.home-tpl #flags-block .container-fluid .products__viewport .owl-stage{display:flex;align-items:stretch;min-width:100%}.home-tpl #flags-block .container-fluid .products__viewport .owl-stage .owl-item{flex-grow:0;flex-shrink:0}.home-tpl #flags-block .container-fluid .products__viewport .owl-stage .owl-item .product{margin:0 -1px 0 0;min-height:100%}.home-tpl #flags-block .container-fluid .navigation{margin-top:1px;line-height:1}@media (max-width:768px){.home-tpl #flags-block .container-fluid{padding:15px 10px}.home-tpl #flags-block .container-fluid .products__viewport{padding-top:13px}.home-tpl #flags-block .container-fluid .header .nag{font-size:18px}.home-tpl #flags-block .container-fluid .header .icon-nag{font-size:18px}}.product--search-tabs{background:#fff;padding:16px 24px 0;font-size:13px;border-bottom:1px solid #e6e6e6;border-top:1px solid #e6e6e6}.product--search-tabs .filter-selector{width:100%;max-width:600px;display:flex;padding:0;list-style:none;margin:20px 0 0;justify-content:space-between}.product--search-tabs li{padding:0;margin:0}.product--search-tabs li.label,.product--search-tabs li a{padding:10px 0;display:block;font-weight:bold;font-size:14px;line-height:19px;color:#586168}.product--search-tabs li a{border-bottom:1px solid transparent;padding-left:9px;padding-right:9px}.product--search-tabs li:hover a{color:#60b03d}.product--search-tabs li.active a{color:#60b03d;border-color:#60b03d}.product--search-tabs li.label{color:#191919}@media (max-width:998px){.product--search-tabs{padding-left:16px;padding-right:16px}}.no-search-results,#product-rows .no-results{background:#fff;padding:16px 24px;font-size:13px;text-align:center}@media (max-width:998px){body #main-wrapper article div.product-list-options{padding:10px 10px 14px}body.product .product-list-options .sort-options{width:calc((100% - (10px + 10px + 10px + 10px)) /3);left:calc(((100% - (10px + 10px + 10px + 10px)) / 3) + 10px + 10px);top:10px;height:34px}body #main-wrapper .product-list-options .display-options{margin-bottom:13px}body #main-wrapper div.product-list-options .form-sorter>.sort-options{margin-left:0}body #main-wrapper .product-list-options .display-options .filter-btn,body #main-wrapper .product-list-options .display-options .sort-btn{border:none;color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;font-size:13px;cursor:pointer;height:34px;line-height:34px;text-align:center;padding:0 25px;display:block}body #main-wrapper .product-list-options .display-options .filter-btn:hover,body #main-wrapper .product-list-options .display-options .sort-btn:hover{background:#569d36}body #main-wrapper .product-list-options .display-options .filter-btn .label,body #main-wrapper .product-list-options .display-options .sort-btn .label{color:#fff;margin:0;font-size:13px;display:inline-block}body #main-wrapper .product-list-options .display-options .filter-btn .icon-static,body #main-wrapper .product-list-options .display-options .sort-btn .icon-static{display:none}body #main-wrapper .product-list-options .display-options .sort-btn{background:#fff;margin-right:8px;margin-left:10px;color:#586168;border:1px solid #586168}body #main-wrapper .product-list-options .display-options .sort-btn .label{color:#586168}body #main-wrapper .product-list-options .display-options .sort-btn:hover{background:none}body #main-wrapper .product-list-options .display-options .sort-btn:hover .label{color:#60b03d}body #main-wrapper .product-list-options .display-options .choose-view{border:none;padding:0}body #main-wrapper .product-list-options .display-options .choose-view .label{display:none}body #main-wrapper .product-list-options .display-options .choose-view .buttons-view{width:100%;text-align:right}body #main-wrapper .product-list-options .display-options .choose-view .btn-view{display:inline-block;padding-left:8px;padding-right:8px;margin:0 -3px 0 0}body #main-wrapper .product-list-options .display-options .choose-view .btn-view:last-child{padding-right:0}body #main-wrapper .product-list-options .display-options .choose-view .btn-view:not(.active){display:inline-block}body #main-wrapper div.product-list-options .form-sorter>.sort-options select.select-list{padding:4px 10px;border-radius:0;border:none;width:100%;height:34px;color:rgba(0,0,0,0)}body #main-wrapper div.product-list-options .form-sorter>.sort-options select.select-list option{color:#000}body #main-wrapper div.product-list-options .display-options .btn-view:after{display:none}body #main-wrapper .product-list-options .display-options .choose-view{line-height:28px}}@media (max-width:998px) and (min-width:1440px){body #main-wrapper .product-list-options .display-options .filter-btn,body #main-wrapper .product-list-options .display-options .sort-btn{font-size:14px}}@media (min-width:481px) and (max-width:768px){body #main-wrapper .product-list-options .display-options>*{width:auto}body.product .product-list-options .sort-options{width:91px;left:109px}body #main-wrapper .product-list-options .display-options .choose-view{margin-left:auto;margin-right:0}}@media (min-width:769px) and (max-width:998px){body #main-wrapper .product-list-options .display-options>*{width:auto}body #main-wrapper .product-list-options .display-options{margin-bottom:0}body #main-wrapper article div.product-list-options{width:auto;display:flex;flex-wrap:nowrap;padding-bottom:10px}body #main-wrapper article div.product-list-options.product-list-options--bottom{width:100%}body.product .product-list-options .sort-options{width:91px;left:109px}}.sidebar-nav .filters-menu-close{background:none;display:block;width:100%;padding:0;max-width:100px;margin-left:auto;margin-bottom:10px;color:#586168;font-weight:normal;font-size:11px;line-height:3em;text-align:right}.sidebar-nav .filters-menu-close .icon{display:inline-block;float:none;line-height:1;font-size:12px;margin-left:2px}.sidebar-nav .filters-menu-close .icon:before{content:'\e90d';margin-left:5px;font-size:12px;vertical-align:middle;font-weight:normal;line-height:3em;text-align:right;color:#586168}.sidebar-nav .filters-menu-close:hover{color:#60b03d}.sidebar-nav .filters-menu-close:hover .icon:before{color:#60b03d}@media (min-width:999px){.sidebar-nav .filters-menu-close{display:none}}@media (max-width:998px){body .product-actions--group{padding-right:10px}}body.products__list--grid #main-wrapper div.paginator-small .form-sorter>.products-per-page{display:none}@media (min-width:998px){.products__list.products__list--flags .product__flags,.products__list.products__list--big .product__flags,.products__list .products__slider .product__flags{z-index:3}.products__list.products__list--flags .product .product__photo,.products__list.products__list--big .product .product__photo,.products__list .products__slider .product .product__photo{position:relative;overflow:hidden;padding:0 15px;width:calc(100% + 30px);margin-left:-15px;padding-top:15px;margin-top:-15px}.products__list.products__list--flags .product__attributes,.products__list.products__list--big .product__attributes,.products__list .products__slider .product__attributes{padding:35px 15px 15px 15px;position:absolute;z-index:1;top:100%;left:0;right:0;height:100%;background:#fff;opacity:0;overflow-y:auto;transition:top 500ms, opacity 500ms;pointer-events:none;display:block;width:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,0.15) #E4E4E4}.products__list.products__list--flags .product__attributes::-webkit-scrollbar,.products__list.products__list--big .product__attributes::-webkit-scrollbar,.products__list .products__slider .product__attributes::-webkit-scrollbar{width:8px}.products__list.products__list--flags .product__attributes::-webkit-scrollbar-track,.products__list.products__list--big .product__attributes::-webkit-scrollbar-track,.products__list .products__slider .product__attributes::-webkit-scrollbar-track{background:#E4E4E4}.products__list.products__list--flags .product__attributes::-webkit-scrollbar-thumb,.products__list.products__list--big .product__attributes::-webkit-scrollbar-thumb,.products__list .products__slider .product__attributes::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.15);border-radius:20px;border:3px solid #E4E4E4}.products__list.products__list--flags .product__attributes:hover,.products__list.products__list--big .product__attributes:hover,.products__list .products__slider .product__attributes:hover{scrollbar-color:rgba(0,0,0,0.3) #E4E4E4}.products__list.products__list--flags .product__attributes:hover::-webkit-scrollbar-thumb,.products__list.products__list--big .product__attributes:hover::-webkit-scrollbar-thumb,.products__list .products__slider .product__attributes:hover::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.3)}.products__list.products__list--flags .product.hasAttrs .product__attributes,.products__list.products__list--big .product.hasAttrs .product__attributes,.products__list .products__slider .product.hasAttrs .product__attributes{cursor:pointer}.products__list.products__list--flags .product:hover .product__attributes,.products__list.products__list--big .product:hover .product__attributes,.products__list .products__slider .product:hover .product__attributes{top:0;opacity:1;pointer-events:all}}@media (min-width:998px){.products__list.products__list--big .product .product__photo{margin-left:-20px;padding:0 18px;width:calc(100% + 40px)}.products__list.products__list--big .product .product__photo .product__attributes{padding-left:20px;padding-right:20px}.products__list.products__list--big .product .product__photo.multiple{margin-top:0}.products__list.products__list--big .product .product__photo.multiple .product__attributes{padding-top:5px}}@media (min-width:600px){.products__list.list--wide .product{padding-top:24px;padding-bottom:16px;flex-direction:row;flex-wrap:nowrap}.products__list.list--wide .product .product__body{width:50%;margin:0;padding:17px 0 0 0 !important;border-bottom:none}.products__list.list--wide .product .product__photo{width:50%;margin-bottom:0}}.product-brand #main-wrapper{margin-top:0}.product-brand .main-wrapper .main-content>.content{margin:0;background:#fff;padding:24px 32px;border:none}@media (max-width:768px){.product-brand .main-wrapper .main-content>.content{padding:0}}@media (min-width:769px) and (max-width:998px){.product-brand .main-wrapper .main-content>.content{padding:10px}}.product-brand .container-fluid>header{display:flex;flex-wrap:wrap;align-items:flex-start;background:#fff;padding:23px 27px 0}.product-brand .container-fluid>header h1{font-size:23px;line-height:37px;font-weight:bold;color:#191919;width:100%;margin:0}@media (max-width:998px){.product-brand .container-fluid>header{padding:10px}.product-brand .container-fluid>header h1{font-size:20px}}@media (min-width:769px) and (max-width:998px){.product-brand .container-fluid>header{padding-bottom:0}}@media (max-width:768px){.product-brand .container-fluid>header h1{font-size:16px;line-height:1.375;position:relative}}.brands__container--grid .brand__link{position:absolute;top:0;bottom:0;right:0;left:0}.brands__container--grid .brands__wrapper{display:flex;width:100%;flex-wrap:wrap;margin:0;padding:0;list-style:none}.brands__container--grid .brands__item{background:#fff;border:1px solid #E5E3E3;padding:13px 15px;width:100%;margin:0 0 12px 0;display:flex;position:relative;align-items:center}.brands__container--grid .brand__logo{margin-top:7px;margin-bottom:7px;width:120px;margin-right:15px;flex-shrink:0;padding:0 10px}.brands__container--grid .brand__logo img{vertical-align:middle}.brands__container--grid .brand__name{font-weight:bold;font-size:15px;line-height:1.5em;color:#191919;margin-bottom:2px}.brands__container--grid .brand__description{font-size:13px;line-height:1.6em;color:#586168;max-height:8em;overflow:hidden}@media (max-width:768px){.brands__container--grid .brands__item{border-left:0;border-right:0;margin:0 0 -1px}}@media (min-width:769px){.brands__container--grid .brands__item{width:calc(50% - 6px)}}@media (min-width:769px) and (max-width:998px){.brands__container--grid .brands__item:nth-child(2n+1){margin-right:6px}.brands__container--grid .brands__item:nth-child(2n){margin-left:6px}}@media (max-width:998px){.brands__container--grid .brand__name{font-size:14px}}@media (max-width:1279px){.brands__container--grid .brand__logo{width:79px;padding:0}}@media (min-width:999px){.brands__container--grid .brands__item{width:calc(33.33% - 8px)}.brands__container--grid .brands__item:nth-child(3n+2){margin-left:12px !important;margin-right:12px !important}}
body.pdf-print{color:#6F6F6F;background:#FFF;margin:0 auto}body.pdf-print table.header{width:100%;margin-bottom:20px;border:none;border-collapse:collapse;table-layout:fixed}body.pdf-print table.header tbody,body.pdf-print table.header tr,body.pdf-print table.header td{border:none}body.pdf-print table.header .product__logo{text-align:left;vertical-align:bottom}body.pdf-print table.header .product__logo+td{text-transform:uppercase;font-weight:600;font-size:14px;vertical-align:bottom;text-align:right}body.pdf-print table.header:after{clear:both;display:table;content:''}body.pdf-print .product{border-top:1px solid #ccc;padding-top:20px}body.pdf-print .main{padding:0}body.pdf-print .main .main-wrapper .main-content{border:none}body.pdf-print .product__section{margin-bottom:20px;border-top:1px solid #cdcbcb}body.pdf-print .product__section .product__wrapper{width:100%}body.pdf-print .product__section .product__wrapper:after{content:'';clear:both;display:table}body.pdf-print .product__section .product__wrapper .product__gallery{width:34%;float:left;text-align:center}body.pdf-print .product__section .product__wrapper .product__gallery img{width:100%}body.pdf-print .product__section .product__wrapper .product__body{width:62%;float:right;margin-left:4%}body.pdf-print .product__section .product__wrapper .product__row{display:flex;display:-webkit-box;display:-ms-flexbox;width:100%}body.pdf-print .product__section .product__wrapper .product__row .product__column{width:50%}body.pdf-print .product__section .product__header{display:block;width:100%;margin-bottom:25px}body.pdf-print .product__section .product__header .product__title{width:100%;font-weight:700;font-size:22.5px;margin-top:0;margin-bottom:5px;color:#191919}body.pdf-print .product__section .product__subtitle{color:#191919;margin-bottom:1.2em}body.pdf-print .product__section .product__indeks,body.pdf-print .product__section .product__ean{font-size:13px;color:#191919;font-weight:600;margin-top:-3px;margin-right:10px;display:inline-block;word-break:keep-all;word-wrap:normal;white-space:nowrap}body.pdf-print .product__section .product__indeks label,body.pdf-print .product__section .product__ean label{color:#6F6F6F;width:auto;padding-top:0;text-transform:none;font-size:13px;display:inline}body.pdf-print .product__section .product__ean{margin-left:10px}body.pdf-print .product__section .product__klasyfikacja{font-weight:700;padding-right:3px;margin-top:-3px}body.pdf-print .product__section .product__klasyfikacja label{font-size:10px;color:#586168;text-align:right;text-transform:none;padding-top:0}body.pdf-print .product__section .product__klasyfikacja .klasyfikacja{text-align:right;padding-right:3px;margin-top:-3px}body.pdf-print .product__section .product__klasyfikacja .klasyfikacja span{display:inline-block;border-bottom:1px solid #cdcbcb;position:relative;padding:0 5px;font-size:16px;color:#000;line-height:20px;margin-left:-5px}body.pdf-print .product__section .product__klasyfikacja .klasyfikacja span:first-of-type{border-left:1px solid #cdcbcb}body.pdf-print .product__section .product__klasyfikacja .klasyfikacja span:last-of-type{border-right:1px solid #cdcbcb}body.pdf-print .product__section .product__klasyfikacja .klasyfikacja span+span{border-left:1px solid #cdcbcb}body.pdf-print .product__section .product__attributes{width:100%;font-size:13px;margin-top:0px}body.pdf-print .product__section .product__attributes .product__technical-manufacturer{border-bottom:1px solid #cdcbcb;display:flex;display:-webkit-box;display:-ms-flexbox;font-weight:600;width:100%;font-size:13px}body.pdf-print .product__section .product__attributes .product__technical-manufacturer span{display:inline-block}body.pdf-print .product__section .product__attributes .product__technical-manufacturer span:first-child{margin-right:auto;margin-left:0}body.pdf-print .product__section .product__attributes .product__technical-manufacturer span.title{color:#191919;font-weight:bold;margin-right:0;margin-left:auto}body.pdf-print .product__section .product__attributes table{border:none !important;font-weight:600}body.pdf-print .product__section .product__attributes table tr{border-bottom:1px solid #cdcbcb}body.pdf-print .product__section .product__attributes table tr:last-child{border-bottom:none}body.pdf-print .product__section .product__attributes table td{padding:0;line-height:2em;color:#191919}body.pdf-print .product__section .product__attributes table td ul{margin:0;padding:0}body.pdf-print .product__section .product__attributes table td li{list-style:none;padding:0}body.pdf-print .product__section .product__attributes table td:first-child{color:#6F6F6F}body.pdf-print .product__section .product__attributes table td:first-child+td{text-align:right}body.pdf-print .product__section .product__technical{padding-top:15px;clear:both;width:100%}body.pdf-print .product__section.product__section--main{border-top:none}body.pdf-print .product__section.product__section--variants{border-top:1px solid #cdcbcb;padding-top:10px;margin-bottom:30px}body.pdf-print .product__section .product-variants.product-variants--cart{width:100%}body.pdf-print .product__section .product-variants.product-variants--cart thead td{color:#586168;font-weight:700;font-size:13px;line-height:1.3em;padding-top:0}body.pdf-print .product__section .product-variants.product-variants--cart thead td.col-price{width:140px}body.pdf-print .product__section .product-variants.product-variants--cart tbody td{border-top:1px solid #D4D4D4}body.pdf-print .product__section .product-variants.product-variants--cart td{color:#191919;font-size:14px;padding:8px 0}body.pdf-print .product__section .product-variants.product-variants--cart td .name{display:block;color:#191919;font-weight:700;line-height:1.3em}body.pdf-print .product__section .product-variants.product-variants--cart td .index{color:#586168;font-weight:600;display:block;line-height:1.1;margin-top:3px}body.pdf-print .product__section .product-variants.product-variants--cart td.col-attr{width:20%;text-align:center}body.pdf-print .product__section .product-variants.product-variants--cart td.col-price{padding-left:8px;padding-right:8px}body.pdf-print .product__section .product__price .price--main{color:#191919;font-weight:700;line-height:1.3em;margin-bottom:3px}body.pdf-print .product__section .product__price .price--additional{color:#586168;font-size:12px;font-weight:600;line-height:1.1}body.pdf-print .product__section .product__price .price--additional span:first-of-type{display:block}body.pdf-print .product__section .product__price .price__unit{display:none}body.pdf-print .product__section--description{margin:0;padding-top:10px}body.pdf-print .product__section--description .product__description p:last-of-type{margin-bottom:0}
body.pdf-print{margin:0;color:#586168;background:#FFF}body.pdf-print .pricelist__logo{text-align:left;padding:5pt 5pt 18.75pt 5pt;box-sizing:border-box;border-bottom:1px solid #ccc;margin-bottom:15pt}body.pdf-print .pricelist__logo img{max-width:101.25pt;max-height:33.75pt}body.pdf-print .pricelist__header{color:#000;margin-bottom:10pt}body.pdf-print .pricelist__header .pricelist__title{font-weight:700;font-size:16.875pt;margin-top:0;margin-bottom:15pt;color:#191919}body.pdf-print .pricelist__header .pricelist__description{margin-top:16px;color:#6F6F6F;font-size:11.25pt}body.pdf-print .pricelist__table{vertical-align:middle;width:100%;margin-top:0;border:none;border-collapse:collapse}body.pdf-print .pricelist__table th{text-align:left;font-size:9.75pt;font-weight:700;padding:11pt 7pt;line-height:1.1em;color:#586168;border-bottom:1px solid #ccc;white-space:nowrap}body.pdf-print .pricelist__table td{text-align:left;padding:5pt 7pt;border-top:1pt solid #ccc;border-bottom:1pt solid #ccc;font-size:10.5pt;line-height:1.4em}body.pdf-print .pricelist__table td.image{text-align:left;width:42.75pt}body.pdf-print .pricelist__table td img{margin:1px auto;display:inline-block;padding:0;max-height:35.25pt;vertical-align:middle}body.pdf-print .pricelist__table td.index{color:#666}body.pdf-print .pricelist__table td.name{color:#191919;font-weight:700}body.pdf-print .pricelist__table td.price{color:#191919;font-weight:700;box-sizing:border-box}body.pdf-print .pricelist__table td.price-cat{width:105pt}
body.pdf-print{margin:0;color:#586168;background:#FFF}body.pdf-print .pricelist__logo{text-align:left;padding:5pt 5pt 18.75pt 5pt;box-sizing:border-box;border-bottom:1px solid #ccc;margin-bottom:15pt}body.pdf-print .pricelist__logo img{max-width:101.25pt;max-height:33.75pt}body.pdf-print .pricelist__header{color:#000;margin-bottom:10pt}body.pdf-print .pricelist__header .pricelist__title{font-weight:700;font-size:16.875pt;margin-top:0;margin-bottom:15pt;color:#191919}body.pdf-print .pricelist__header .pricelist__description{margin-top:16px;color:#6F6F6F;font-size:11.25pt}body.pdf-print .pricelist__table{vertical-align:middle;width:100%;margin-top:0;border:none;border-collapse:collapse}body.pdf-print .pricelist__table th{text-align:left;font-size:9.75pt;font-weight:700;padding:11pt 7pt;line-height:1.1em;color:#586168;border-bottom:1px solid #ccc;white-space:nowrap}body.pdf-print .pricelist__table td{text-align:left;padding:5pt 7pt;border-top:1pt solid #ccc;border-bottom:1pt solid #ccc;font-size:10.5pt;line-height:1.4em}body.pdf-print .pricelist__table td.image{text-align:left;width:42.75pt}body.pdf-print .pricelist__table td img{margin:1px auto;display:inline-block;padding:0;max-height:35.25pt;vertical-align:middle}body.pdf-print .pricelist__table td.index{color:#666}body.pdf-print .pricelist__table td.name{color:#191919;font-weight:700}body.pdf-print .pricelist__table td.price{color:#191919;font-weight:700;box-sizing:border-box}body.pdf-print .pricelist__table td.price-cat{width:105pt}
.pdf-coupon-print{padding-bottom:19mm;height:40mm;box-sizing:border-box;color:#3c3c3b;font-family:'Lato',sans-serif}.pdf-coupon-print header{padding-top:5.07mm;padding-bottom:3.042mm;border-bottom:.3mm solid #bec3c6}.pdf-coupon-print header:after{content:'';display:table;clear:both}.pdf-coupon-print header .pdf-title{width:50%;text-align:right;color:#000;text-transform:uppercase;font-size:2.704mm;font-weight:900;display:inline-block;vertical-align:middle;margin-right:-3px}.pdf-coupon-print header .pdf-title span{display:block;color:#60b03d;font-weight:normal}.pdf-coupon-print .logo{width:50%;margin-right:-3px;display:inline-block;vertical-align:middle}.pdf-coupon-print .logo img{width:auto;height:6.084mm;vertical-align:middle}@media (print){.pdf-coupon-print{--page-size:A4}}.pdf-coupon-print article{overflow:hidden}.pdf-coupon-print p,.pdf-coupon-print li{line-height:1.4em}.pdf-coupon-print *{box-sizing:border-box}.pdf-coupon-print img{vertical-align:middle;display:inline-block}.pdf-coupon-print table.lined{width:auto;border-collapse:collapse;max-width:100%}.pdf-coupon-print table.lined tr{border-top:1px solid #bec3c6}.pdf-coupon-print table.lined tr:last-child{border-bottom:1px solid #bec3c6}.pdf-coupon-print table.lined tr td,.pdf-coupon-print table.lined tr th{padding:2.704mm 2.2815mm;text-align:left;font-weight:normal;font-size:3.2955mm;line-height:1.4em}.pdf-coupon-print table.lined tr th{padding-right:7.605mm;white-space:nowrap}.pdf-coupon-print table{page-break-before:avoid}.pdf-coupon-print table tr{page-break-inside:avoid}.pdf-coupon-print table.lined th+td{font-weight:600;color:#000;white-space:nowrap;font-size:3.8025mm}.pdf-coupon-print article .page-title{margin:0;font-size:6.76mm;margin-top:16.9mm;color:#000;padding-bottom:4.6475mm;position:relative;margin-bottom:11.83mm;font-weight:900}.pdf-coupon-print article .page-title:after{background:#60b03d;position:absolute;content:'';bottom:0;left:0;width:19.6885mm;height:1.014mm}
.customer-authorization{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customer-authorization .customer-authorization__block{border:1px solid #e6e6e6;width:50%;padding:30px;text-align:center}.customer-authorization .customer-authorization__block h2{text-align:center;margin:0 0 20px;width:100%}.customer-authorization .customer-authorization__block p{max-width:360px;margin:0 auto;font-size:13px;text-align:left}.customer-authorization .customer-authorization__block .form-login{margin:0 auto;max-width:360px}.customer-authorization .customer-authorization__block .form-login fieldset,.customer-authorization .customer-authorization__block .form-login .form-field-group{border:0;padding:0;text-align:center}.customer-authorization .customer-authorization__block .form-login fieldset label,.customer-authorization .customer-authorization__block .form-login .form-field-group label{display:none}.customer-authorization .customer-authorization__block .form-login fieldset input:not([type="submit"]),.customer-authorization .customer-authorization__block .form-login .form-field-group input:not([type="submit"]){width:100%;min-width:75%;background-color:#FFF}.customer-authorization .customer-authorization__block .form-login fieldset>div+div,.customer-authorization .customer-authorization__block .form-login .form-field-group>div+div{margin-top:8px}.customer-authorization .customer-authorization__block .form-login #form-field-submit{margin:16px 0 0;min-width:215px}.customer-authorization .customer-authorization__block .form-login #form-field-forgot-wrapper{width:100%;margin-top:8px;text-align:center}.customer-authorization .customer-authorization__block .form-login #form-field-forgot-wrapper a{color:#586168;font-size:11px;font-weight:bold}.customer-authorization .customer-authorization__block .form-login #form-field-forgot-wrapper a:hover{color:#60b03d}.customer-authorization .customer-authorization__block.block--login{background-color:#f7f9fa}.customer-authorization .customer-authorization__block.block--register p a{color:#60b03d;font-weight:bold}.customer-authorization .customer-authorization__block.block--register a.register-button{display:inline-block;min-width:215px;width:auto;margin:23px auto 0 auto;text-align:center}.customer-authorization .customer-authorization__block.block--register a.register-button:hover,.customer-authorization .customer-authorization__block.block--register a.register-button:focus{color:#FFF}@media (min-width:768px){.customer-authorization .customer-authorization__block.block--login{border-right:0}}@media (max-width:767px){.customer-authorization .customer-authorization__block{width:100%}.customer-authorization .customer-authorization__block .form-login #form-field-submit{width:100%}}.order-cart-2-register #form-field-register-wrapper,.order-cart-2-guest #form-field-register-wrapper{display:none}.order-cart-2-register .form .form-field-group,.order-cart-2-guest .form .form-field-group{border:none;background:#fff;margin:0;position:relative;padding:50px 20px 30px}.order-cart-2-register legend,.order-cart-2-guest legend,.order-cart-2-register .group__legend,.order-cart-2-guest .group__legend{font-weight:700;line-height:1.2;color:#000;font-size:23px;top:23px;position:absolute}.order-cart-2-register select,.order-cart-2-guest select{color:#8E8E8E !important}.order-cart-2-register label,.order-cart-2-guest label{color:#8E8E8E !important;margin:0 !important;font-size:13px !important;line-height:1.5em}.order-cart-2-register label:not(.checkbox),.order-cart-2-guest label:not(.checkbox){padding-top:15px !important}.order-cart-2-register form.storm-form .columns3_5025>div:nth-child(1),.order-cart-2-guest form.storm-form .columns3_5025>div:nth-child(1){width:100%;padding:0}.order-cart-2-register form.storm-form .columns3_5025>div:nth-child(2),.order-cart-2-guest form.storm-form .columns3_5025>div:nth-child(2){padding-left:0;padding-right:0;margin-right:10px;margin-left:0;width:calc(50% - 5px)}.order-cart-2-register form.storm-form .columns3_5025>div:last-child,.order-cart-2-guest form.storm-form .columns3_5025>div:last-child{padding-left:0;width:calc(50% - 5px)}.order-cart-2-register form.storm-form .columns2,.order-cart-2-guest form.storm-form .columns2,.order-cart-2-register form.storm-form .columns3_5025,.order-cart-2-guest form.storm-form .columns3_5025{flex-wrap:wrap}.order-cart-2-register form.storm-form .columns2>div,.order-cart-2-guest form.storm-form .columns2>div{width:100%;padding:0;margin-right:10px}.order-cart-2-register form.storm-form .columns2>div:first-child,.order-cart-2-guest form.storm-form .columns2>div:first-child{width:100%}.order-cart-2-register form.storm-form .columns2>div:last-child,.order-cart-2-guest form.storm-form .columns2>div:last-child{margin:0;padding:0}.order-cart-2-register form.storm-form .storm-form.form-field-content,.order-cart-2-guest form.storm-form .storm-form.form-field-content{margin:0}.order-cart-2-register #form-field-invoice-wrapper,.order-cart-2-guest #form-field-invoice-wrapper,.order-cart-2-register #form-field-agreed-wrapper,.order-cart-2-guest #form-field-agreed-wrapper,.order-cart-2-register #form-field-accept_reg-wrapper,.order-cart-2-guest #form-field-accept_reg-wrapper{background:#fff;margin-top:8px;padding:20px}.order-cart-2-register #form-field-invoice-wrapper div.form-field-checkbox,.order-cart-2-guest #form-field-invoice-wrapper div.form-field-checkbox,.order-cart-2-register #form-field-agreed-wrapper div.form-field-checkbox,.order-cart-2-guest #form-field-agreed-wrapper div.form-field-checkbox,.order-cart-2-register #form-field-accept_reg-wrapper div.form-field-checkbox,.order-cart-2-guest #form-field-accept_reg-wrapper div.form-field-checkbox{align-items:center}.order-cart-2-register #form-field-invoice-wrapper label,.order-cart-2-guest #form-field-invoice-wrapper label,.order-cart-2-register #form-field-agreed-wrapper label,.order-cart-2-guest #form-field-agreed-wrapper label,.order-cart-2-register #form-field-accept_reg-wrapper label,.order-cart-2-guest #form-field-accept_reg-wrapper label{font-weight:bold;font-size:15px !important}.order-cart-2-register div.form-field-checkbox,.order-cart-2-guest div.form-field-checkbox{align-items:flex-start}.order-cart-2-register #form-field-invoice_data,.order-cart-2-guest #form-field-invoice_data{width:100%}.order-cart-2-register #form-field-invoice_data #form-field-invoice_type-wrapper,.order-cart-2-guest #form-field-invoice_data #form-field-invoice_type-wrapper{width:100%}.order-cart-2-register #form-field-invoice_data #form-field-invoice_type-wrapper label,.order-cart-2-guest #form-field-invoice_data #form-field-invoice_type-wrapper label{padding-top:0 !important}.order-cart-2-register #form-field-profile_actions-wrapper,.order-cart-2-guest #form-field-profile_actions-wrapper{background-color:#FFF;margin-top:8px}.order-cart-2-register #form-field-profile_actions-wrapper .order-buttons .order-buttons__button.order-buttons__button--back,.order-cart-2-guest #form-field-profile_actions-wrapper .order-buttons .order-buttons__button.order-buttons__button--back{align-self:flex-start;margin-right:auto}@media (min-width:769px){.order-cart-2-register #form-field-invoice_data .group-expander,.order-cart-2-guest #form-field-invoice_data .group-expander{width:calc(50% - 40px)}.order-cart-2-register form.storm-form .columns3_5025>div:nth-child(1),.order-cart-2-guest form.storm-form .columns3_5025>div:nth-child(1){width:calc(50% - 7px)}.order-cart-2-register form.storm-form .columns3_5025>div:nth-child(2),.order-cart-2-guest form.storm-form .columns3_5025>div:nth-child(2){margin-right:10px;margin-left:10px;width:calc(25% - 7px)}.order-cart-2-register form.storm-form .columns3_5025>div:last-child,.order-cart-2-guest form.storm-form .columns3_5025>div:last-child{width:calc(25% - 7px)}.order-cart-2-register form.storm-form .columns2>div,.order-cart-2-guest form.storm-form .columns2>div{width:calc(75% - 5px)}.order-cart-2-register form.storm-form .columns2>div:first-child,.order-cart-2-guest form.storm-form .columns2>div:first-child{width:calc(25% - 5px)}.order-cart-2-register form.storm-form .invoice-edit-line-company>div,.order-cart-2-guest form.storm-form .invoice-edit-line-company>div{width:calc(50% - 5px)}.order-cart-2-register form.storm-form .invoice-edit-line-company>div:first-child,.order-cart-2-guest form.storm-form .invoice-edit-line-company>div:first-child{width:calc(50% - 5px)}.order-cart-2-register .form .form-field-group,.order-cart-2-guest .form .form-field-group{width:calc(50% - 5px)}.order-cart-2-register .form .form-field-group:first-child,.order-cart-2-guest .form .form-field-group:first-child{margin-right:10px}.order-cart-2-register .form .form-field-group,.order-cart-2-guest .form .form-field-group{padding:60px 40px 30px}.order-cart-2-register #form-field-invoice-wrapper,.order-cart-2-guest #form-field-invoice-wrapper,.order-cart-2-register #form-field-agreed-wrapper,.order-cart-2-guest #form-field-agreed-wrapper,.order-cart-2-register #form-field-accept_reg-wrapper,.order-cart-2-guest #form-field-accept_reg-wrapper{padding-left:40px;padding-right:40px}}.customer-guest #header div.customer{margin-left:auto}.customer-guest #main.main{padding-bottom:0}.company-address-edit #content>.content #form-body input,.company-address-edit #content>.content #form-body select{max-width:none}@media (min-width:601px){.company-address-edit #content>.content #form-body #form-field-line1{display:flex;flex-wrap:wrap}.company-address-edit #content>.content #form-body #form-field-first_name-wrapper{width:50%;padding-right:10px}.company-address-edit #content>.content #form-body #form-field-last_name-wrapper{width:50%;padding-left:10px}.company-address-edit #content>.content #form-body #form-field-company-wrapper{width:100%}.company-address-edit #content>.content #form-body #form-field-line2{display:flex}.company-address-edit #content>.content #form-body #form-field-line2>.storm-form{width:33.33%}.company-address-edit #content>.content #form-body #form-field-line2>.storm-form:first-child{padding-right:13px}.company-address-edit #content>.content #form-body #form-field-line2>.storm-form:nth-child(2){padding:0 7px 0 7px}.company-address-edit #content>.content #form-body #form-field-line2>.storm-form:nth-child(3){padding-left:13px}.company-address-edit #content>.content #form-body #form-field-line3{display:flex}.company-address-edit #content>.content #form-body #form-field-zip_code-wrapper{width:33.33%;padding-right:10px}.company-address-edit #content>.content #form-body #form-field-city-wrapper{width:66.66%;padding-left:10px}}@media (min-width:1280px){.company-address-edit #content>.content #form-body{padding:0 10px 10px 10px;max-width:800px;margin:10px auto 0}.company-address-edit #content>.content #form-body #form-field-line2>.storm-form#form-field-street-wrapper{width:60%}.company-address-edit #content>.content #form-body #form-field-city-wrapper{width:80%}.company-address-edit #content>.content #form-body #form-field-line2>.storm-form#form-field-house-wrapper,.company-address-edit #content>.content #form-body #form-field-line2>.storm-form#form-field-flat-wrapper,.company-address-edit #content>.content #form-body #form-field-zip_code-wrapper{width:20%}}@media (min-width:998px){.company #table-ordering-CompanyDbStructureTable th:not(:first-child):not(:nth-last-child(2)):not(:last-child),.company #table-ordering-CompanyDbStructureTable td:not(:first-child):not(:nth-last-child(2)):not(:last-child){text-align:center}.company.company-structure-edit #content table tbody .name{padding-left:10px}.company.company-structure-edit #content table thead .name>*{display:block}}body.company-logo label{font-weight:bold;font-size:13px;line-height:18px;color:#8E8E8E;margin:0;padding-bottom:4px}body.company-logo #form-field-primary_color-wrapper input,body.company-logo #form-field-secondary_color-wrapper input{height:35px;padding:7px;width:100px}body.company-logo #form-field-header-wrapper,body.company-logo #form-field-footer-wrapper{display:flex;margin-top:15px}body.company-logo #form-field-header-wrapper .icon-checkbox,body.company-logo #form-field-footer-wrapper .icon-checkbox{margin-top:1px}body.company-logo #form-field-header-wrapper label,body.company-logo #form-field-footer-wrapper label{padding-top:0;padding-left:10px;font-size:13px;line-height:18px;font-weight:normal;color:#191919;padding-bottom:0}body.company-logo .qq-uploader{min-height:130px}body.company-logo .qq-uploader::before{top:40%}body.company-logo .qq-upload-button{color:#fff;font-weight:bold;background:#60b03d;line-height:40px;position:relative;padding:0 25px;font-size:13px;border-radius:3px;height:40px;border:none;box-shadow:none;cursor:pointer}body.company-logo .qq-upload-button:hover{background:#569d36}body.company-logo .qq-upload-list{border:none;box-shadow:none}body.company-logo .qq-upload-list li{border-top:none;border-bottom:none;padding-left:0;padding-right:0;display:flex;align-items:center;background:none}body.company-logo .qq-upload-list li a{font-size:13px}body.company-logo .qq-upload-list li.qq-upload-success{background:none}body.company-logo .qq-upload-delete-selector{box-shadow:none;text-shadow:none;background:#be0d0d;border:none}body.company-logo #main-wrapper.main-wrapper input[type="submit"]{padding:0 25px}body.company-logo #form-field-html-wrapper{margin-top:10px}body.company-logo #form-field-html-wrapper textarea{width:100%;margin-top:3px;resize:vertical}
body.customer-login .form-field-checkbox,body.customer-forgotten .form-field-checkbox,body.customer-register .form-field-checkbox,body.customer-registration .form-field-checkbox,body.customer-reset .form-field-checkbox{align-items:flex-start}body.customer-login .form-field-checkbox .icon-checkbox,body.customer-forgotten .form-field-checkbox .icon-checkbox,body.customer-register .form-field-checkbox .icon-checkbox,body.customer-registration .form-field-checkbox .icon-checkbox,body.customer-reset .form-field-checkbox .icon-checkbox{margin-top:3px}body.customer-login label:not(.checkbox):not(.onoffswitch-label),body.customer-forgotten label:not(.checkbox):not(.onoffswitch-label),body.customer-register label:not(.checkbox):not(.onoffswitch-label),body.customer-registration label:not(.checkbox):not(.onoffswitch-label),body.customer-reset label:not(.checkbox):not(.onoffswitch-label),body.customer-login label.checkbox:not(.onoffswitch-label),body.customer-forgotten label.checkbox:not(.onoffswitch-label),body.customer-register label.checkbox:not(.onoffswitch-label),body.customer-registration label.checkbox:not(.onoffswitch-label),body.customer-reset label.checkbox:not(.onoffswitch-label){color:#586168;font-size:13px;margin:0 0 3px;line-height:1.3}body.customer-login label.checkbox:not(.onoffswitch-label),body.customer-forgotten label.checkbox:not(.onoffswitch-label),body.customer-register label.checkbox:not(.onoffswitch-label),body.customer-registration label.checkbox:not(.onoffswitch-label),body.customer-reset label.checkbox:not(.onoffswitch-label){padding-left:10px}body.customer-login label:not(.checkbox):not(.onoffswitch-label),body.customer-forgotten label:not(.checkbox):not(.onoffswitch-label),body.customer-register label:not(.checkbox):not(.onoffswitch-label),body.customer-registration label:not(.checkbox):not(.onoffswitch-label),body.customer-reset label:not(.checkbox):not(.onoffswitch-label){font-weight:600;padding:0 0 0 3px}body.customer-login select,body.customer-forgotten select,body.customer-register select,body.customer-registration select,body.customer-reset select,body.customer-login textarea,body.customer-forgotten textarea,body.customer-register textarea,body.customer-registration textarea,body.customer-reset textarea,body.customer-login input:not([type="submit"]),body.customer-forgotten input:not([type="submit"]),body.customer-register input:not([type="submit"]),body.customer-registration input:not([type="submit"]),body.customer-reset input:not([type="submit"]){background:#fff}body.customer-login #main input[type="text"],body.customer-forgotten #main input[type="text"],body.customer-register #main input[type="text"],body.customer-registration #main input[type="text"],body.customer-reset #main input[type="text"],body.customer-login #main input[type="password"],body.customer-forgotten #main input[type="password"],body.customer-register #main input[type="password"],body.customer-registration #main input[type="password"],body.customer-reset #main input[type="password"],body.customer-login #main input[type="email"] select,body.customer-forgotten #main input[type="email"] select,body.customer-register #main input[type="email"] select,body.customer-registration #main input[type="email"] select,body.customer-reset #main input[type="email"] select{height:45px;line-height:43px;padding:0 10px}body.customer-login #main .btn,body.customer-forgotten #main .btn,body.customer-register #main .btn,body.customer-registration #main .btn,body.customer-reset #main .btn,body.customer-login #main form input[type="submit"],body.customer-forgotten #main form input[type="submit"],body.customer-register #main form input[type="submit"],body.customer-registration #main form input[type="submit"],body.customer-reset #main form input[type="submit"]{line-height:45px}body.customer-login #main #form-field-submit,body.customer-forgotten #main #form-field-submit,body.customer-register #main #form-field-submit,body.customer-registration #main #form-field-submit,body.customer-reset #main #form-field-submit{border:none}body.customer-login .main-wrapper .main-content>.content{padding:20px 20px 40px 20px}.form-forgotten-field-text-wrapper{margin-top:30px;display:inline-block}.form-forgotten-field-text-wrapper .form-forgotten-label-required{color:red}.form-forgotten-field-submit{vertical-align:bottom;margin-top:10px;display:inline-block}body.customer-forgotten.restricted-access #languageSwitcher{margin-bottom:30px}body.customer-forgotten #main-wrapper .error{margin-top:0;font-size:12px;color:#be0d0d}body.customer-forgotten .full-html article>header{max-width:none}body.customer-forgotten .full-html article>.content{max-width:none}body.customer-forgotten #main #form-field-submit{width:250px}@media (min-width:500px){body.customer-forgotten #main #form-field-submit{width:auto}}body.customer-forgotten #form-body{display:flex;flex-wrap:wrap;align-items:flex-end}body.customer-forgotten #main #form-field-mail-wrapper{display:inline-flex;flex-wrap:wrap;width:250px;flex-grow:1;padding-right:5px}@media (min-width:999px){body.customer-forgotten #main #form-field-mail-wrapper{max-width:400px}}body.customer-forgotten #main #form-field-mail-wrapper .error{order:1;width:100%}body.customer-forgotten #main #form-field-mail-wrapper label{order:2;width:100%;color:#586168;font-size:13px;margin:0;display:none}body.customer-forgotten #main #form-field-mail-wrapper .form-forgotten-field-text-content{order:3;width:100%}body.customer-forgotten #main #form-field-mail-wrapper #form-field-mail{width:100%}body.customer-register .legend,body.customer-registration .legend,body.customer-register legend,body.customer-registration legend,body.customer-register .group__legend,body.customer-registration .group__legend{margin-bottom:12px;width:100%;color:#191919;font-size:18px;font-weight:bold}body.customer-register .form-field-content,body.customer-registration .form-field-content{margin:0 !important;margin-bottom:10px !important}body.customer-register .form-field-fieldset,body.customer-registration .form-field-fieldset{display:flex;flex-wrap:wrap}body.customer-register .form-field-text-wrapper,body.customer-registration .form-field-text-wrapper{width:100%}@media (min-width:601px){body.customer-register .form-field-text-wrapper,body.customer-registration .form-field-text-wrapper{width:calc(50% - 15px)}body.customer-register .form-field-text-wrapper:nth-child(even),body.customer-registration .form-field-text-wrapper:nth-child(even){margin-right:30px}}body.customer-register #form-field-desc-description>span{display:inline-block}body.customer-register #form-field-desc-description>span:last-child{margin-top:15px}body.customer-register .consents-wrapper{margin-top:30px;border:none}body.customer-register .consents-wrapper>legend,body.customer-register .consents-wrapper>.group__legend{display:none}body.customer-register .form-field-fieldset{margin-top:30px;display:block}body.customer-register .form-field-fieldset>.legend{display:block}@media (min-width:601px){body.customer-register .form-field-fieldset{width:calc(50% - 15px) !important}body.customer-register .form-field-fieldset .form-field-text-wrapper{width:100% !important;margin-right:0 !important}body.customer-register .form-field-fieldset#form-field-business_group{margin-right:30px}}body.customer-registration .form-registration .storm-form{flex-direction:column}body.customer-registration .form-registration .storm-form fieldset,body.customer-registration .form-registration .storm-form .form-field-group{border:none;width:50% !important}body.customer-registration .form-registration .storm-form fieldset.consents-wrapper>legend,body.customer-registration .form-registration .storm-form .form-field-group.consents-wrapper>legend,body.customer-registration .form-registration .storm-form fieldset.consents-wrapper>.group__legend,body.customer-registration .form-registration .storm-form .form-field-group.consents-wrapper>.group__legend{display:none}body.customer-registration .form-registration .storm-form fieldset.consents-wrapper .group-expander .form-field-checkbox-wrapper .form-field-content .form-field-checkbox,body.customer-registration .form-registration .storm-form .form-field-group.consents-wrapper .group-expander .form-field-checkbox-wrapper .form-field-content .form-field-checkbox{flex-direction:row;align-items:stretch}body.customer-registration .form-registration .storm-form fieldset.consents-wrapper .group-expander .form-field-checkbox-wrapper .form-field-content .form-field-checkbox input[type="checkbox"],body.customer-registration .form-registration .storm-form .form-field-group.consents-wrapper .group-expander .form-field-checkbox-wrapper .form-field-content .form-field-checkbox input[type="checkbox"]{margin-top:5px;height:auto}body.customer-registration .form-registration .storm-form fieldset.consents-wrapper .group-expander .form-field-checkbox-wrapper .form-field-content .form-field-checkbox label,body.customer-registration .form-registration .storm-form .form-field-group.consents-wrapper .group-expander .form-field-checkbox-wrapper .form-field-content .form-field-checkbox label{float:left;font-size:12px;line-height:16px;color:#191919}body.customer-registration .form-registration .storm-form .form-actions input{float:left}body.customer-registration form.storm-form .form-field-button .storm-form.form-field-submit-wrapper{margin:0;text-align:right;width:auto}body.customer-registration form .form-actions,body.customer-registration .form.storm-form .form-actions{margin:0}body.customer-registration .form-registration .storm-form fieldset,body.customer-registration .form-registration .storm-form .form-field-group{width:100% !important;padding:0 !important}body.customer-registration .form-registration .storm-form fieldset .group-expander,body.customer-registration .form-registration .storm-form .form-field-group .group-expander{width:100%;display:flex;flex-wrap:wrap}body.customer-registration .form-registration .storm-form fieldset .group-expander .form-field-password_confirm-wrapper,body.customer-registration .form-registration .storm-form .form-field-group .group-expander .form-field-password_confirm-wrapper{width:100%}@media (min-width:601px){body.customer-registration .form-registration .storm-form fieldset .group-expander .form-field-text-wrapper:nth-child(even),body.customer-registration .form-registration .storm-form .form-field-group .group-expander .form-field-text-wrapper:nth-child(even){margin-right:0}body.customer-registration .form-registration .storm-form fieldset .group-expander .form-field-text-wrapper:nth-child(odd),body.customer-registration .form-registration .storm-form .form-field-group .group-expander .form-field-text-wrapper:nth-child(odd){margin-right:30px}}.form-reset-body>div{margin-bottom:10px}body.customer-reset #main form{max-width:none;padding-top:30px}body.customer-reset #main #form-field-submit{float:right}.customer-register-setpassword .full-html article>header{max-width:none}.customer-register-setpassword .full-html article>.content{max-width:none}.customer-register-setpassword .form-reset-body{max-width:540px}.customer-register-setpassword .form-reset-body #form-field-who-wrapper{margin-top:25px}.customer-register-setpassword .form-reset-body:after{content:'';display:table;clear:both}.customer-register-setpassword .form-reset-body input[type="text"],.customer-register-setpassword .form-reset-body input[type="password"],.customer-register-setpassword .form-reset-body input[type="email"]{width:100%}.customer-register-setpassword .form-reset-body #form-field-submit{margin-top:20px;float:right}.customer-register-setpassword .form-reset-body .password-power-text{margin-top:10px}@media (min-width:600px){.customer-register-setpassword .form-reset-body #form-field-first_name-wrapper,.customer-register-setpassword .form-reset-body #form-field-last_name-wrapper{width:calc(50% - 10px);display:inline-block;margin-right:-3px}.customer-register-setpassword .form-reset-body #form-field-first_name-wrapper{margin-right:17px}}div.form-field-checkbox{flex-direction:row !important}.form-label-required{color:red}body.restricted-access.customer-login,body.restricted-access.customer-forgotten,body.restricted-access.customer-register,body.restricted-access.customer-registration,body.restricted-access.customer-reset{min-height:100vh;display:flex;flex-wrap:wrap;padding:40px 15px !important;align-items:center}body.restricted-access.customer-login .logo,body.restricted-access.customer-forgotten .logo,body.restricted-access.customer-register .logo,body.restricted-access.customer-registration .logo,body.restricted-access.customer-reset .logo{text-align:center;border-bottom:1px solid #e6e6e6;padding-bottom:30px}body.restricted-access.customer-login .logo img,body.restricted-access.customer-forgotten .logo img,body.restricted-access.customer-register .logo img,body.restricted-access.customer-registration .logo img,body.restricted-access.customer-reset .logo img{max-width:300px}body.restricted-access.customer-login .header-wrapper,body.restricted-access.customer-forgotten .header-wrapper,body.restricted-access.customer-register .header-wrapper,body.restricted-access.customer-registration .header-wrapper,body.restricted-access.customer-reset .header-wrapper{text-align:center}body.restricted-access.customer-login .customer-authorization,body.restricted-access.customer-forgotten .customer-authorization,body.restricted-access.customer-register .customer-authorization,body.restricted-access.customer-registration .customer-authorization,body.restricted-access.customer-reset .customer-authorization{display:contents}body.restricted-access.customer-login .customer-authorization .customer-authorization__block,body.restricted-access.customer-forgotten .customer-authorization .customer-authorization__block,body.restricted-access.customer-register .customer-authorization .customer-authorization__block,body.restricted-access.customer-registration .customer-authorization .customer-authorization__block,body.restricted-access.customer-reset .customer-authorization .customer-authorization__block{width:100%;border:none}body.restricted-access.customer-login .customer-authorization .customer-authorization__block.block--login,body.restricted-access.customer-forgotten .customer-authorization .customer-authorization__block.block--login,body.restricted-access.customer-register .customer-authorization .customer-authorization__block.block--login,body.restricted-access.customer-registration .customer-authorization .customer-authorization__block.block--login,body.restricted-access.customer-reset .customer-authorization .customer-authorization__block.block--login{background:none}body.restricted-access.customer-login .customer-authorization .customer-authorization__block.block--login h2,body.restricted-access.customer-forgotten .customer-authorization .customer-authorization__block.block--login h2,body.restricted-access.customer-register .customer-authorization .customer-authorization__block.block--login h2,body.restricted-access.customer-registration .customer-authorization .customer-authorization__block.block--login h2,body.restricted-access.customer-reset .customer-authorization .customer-authorization__block.block--login h2{display:none}body.restricted-access.customer-login .customer-authorization .customer-authorization__block.block--register,body.restricted-access.customer-forgotten .customer-authorization .customer-authorization__block.block--register,body.restricted-access.customer-register .customer-authorization .customer-authorization__block.block--register,body.restricted-access.customer-registration .customer-authorization .customer-authorization__block.block--register,body.restricted-access.customer-reset .customer-authorization .customer-authorization__block.block--register{background:#f7f9fa;width:calc(100% + 40px);margin-left:-20px;margin-bottom:-30px;margin-top:auto}body.restricted-access.customer-login .customer-authorization .customer-authorization__block.block--register h2,body.restricted-access.customer-forgotten .customer-authorization .customer-authorization__block.block--register h2,body.restricted-access.customer-register .customer-authorization .customer-authorization__block.block--register h2,body.restricted-access.customer-registration .customer-authorization .customer-authorization__block.block--register h2,body.restricted-access.customer-reset .customer-authorization .customer-authorization__block.block--register h2{margin-bottom:1em}body.restricted-access.customer-login>.container-fluid,body.restricted-access.customer-forgotten>.container-fluid,body.restricted-access.customer-register>.container-fluid,body.restricted-access.customer-registration>.container-fluid,body.restricted-access.customer-reset>.container-fluid{padding:0}@media (max-width:620px){body.restricted-access.customer-login>.container-fluid,body.restricted-access.customer-forgotten>.container-fluid,body.restricted-access.customer-register>.container-fluid,body.restricted-access.customer-registration>.container-fluid,body.restricted-access.customer-reset>.container-fluid{width:100%}}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid{width:580px;margin:0 auto;padding:35px 0 20px 0}@media (max-width:620px){body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid{width:320px}}@media (max-width:350px){body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid{width:100%;margin:0}}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper{background-color:#fff;box-shadow:0 0 15px 0 rgba(0,0,0,0.1);width:100%}@media (max-width:350px){body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper{box-shadow:none}}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content{margin:0;padding:0;width:100%}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid{width:100%;margin:0;padding:0}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .logo,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .logo,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .logo,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .logo,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .logo{text-align:center;margin-top:63px}@media (max-width:620px){body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .logo,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .logo,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .logo,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .logo,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .logo{margin-top:33px}}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper{width:100%;padding:0 70px 0 70px;margin:35px 0 0 0}@media (max-width:620px){body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper{margin-top:25px;padding:0 20px 0 20px}}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper h1,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper h1,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper h1,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper h1,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper h1{border-top:1px solid #eee;width:100%;text-align:center;font-size:30px;line-height:30px;padding:25px 0 52px 0;margin:0}@media (max-width:620px){body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper h1,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper h1,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper h1,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper h1,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .header-wrapper h1{padding-bottom:20px;font-size:18px}}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .info-after-send,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .info-after-send,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .info-after-send,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .info-after-send,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .info-after-send{text-align:center;padding:0 20px 30px 20px;display:inline-block;width:100%}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body{padding:0 70px 0 70px}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset,body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group{width:100%;padding:0;border:none;margin:0}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset legend,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset legend,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset legend,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset legend,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset legend,body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group legend,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group legend,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group legend,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group legend,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group legend,body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .group__legend,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .group__legend,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .group__legend,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .group__legend,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .group__legend,body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .group__legend,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .group__legend,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .group__legend,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .group__legend,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .group__legend{display:none}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .form-field-text-wrapper,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .form-field-text-wrapper,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .form-field-text-wrapper,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .form-field-text-wrapper,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .form-field-text-wrapper,body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .form-field-text-wrapper,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .form-field-text-wrapper,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .form-field-text-wrapper,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .form-field-text-wrapper,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .form-field-text-wrapper{margin:0 0 10px 0}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .form-field-text-wrapper .form-field-content input,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .form-field-text-wrapper .form-field-content input,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .form-field-text-wrapper .form-field-content input,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .form-field-text-wrapper .form-field-content input,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body fieldset .form-field-text-wrapper .form-field-content input,body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .form-field-text-wrapper .form-field-content input,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .form-field-text-wrapper .form-field-content input,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .form-field-text-wrapper .form-field-content input,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .form-field-text-wrapper .form-field-content input,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-field-group .form-field-text-wrapper .form-field-content input{width:100%;margin:0;line-height:48px;height:48px}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-actions,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-actions,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-actions,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-actions,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-actions{margin:0;padding:0;width:100%;display:inline-block}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-actions .form-field-submit-wrapper,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-actions .form-field-submit-wrapper,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-actions .form-field-submit-wrapper,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-actions .form-field-submit-wrapper,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid #form-body .form-actions .form-field-submit-wrapper{margin:0}body.restricted-access.customer-login:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .alert-block,body.restricted-access.customer-forgotten:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .alert-block,body.restricted-access.customer-register:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .alert-block,body.restricted-access.customer-registration:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .alert-block,body.restricted-access.customer-reset:not(.alias-customer-register-request)>.container-fluid #main-wrapper #content .container-fluid .alert-block{padding:20px}body.restricted-access.customer-login label,body.restricted-access.customer-forgotten label,body.restricted-access.customer-register label,body.restricted-access.customer-registration label,body.restricted-access.customer-reset label{font-size:13px;margin:0}body.restricted-access.customer-login #main,body.restricted-access.customer-forgotten #main,body.restricted-access.customer-register #main,body.restricted-access.customer-registration #main,body.restricted-access.customer-reset #main{background:#fff;padding:30px 20px;display:flex;flex-direction:column;box-shadow:0 0 4px 0 rgba(0,0,0,0.1)}body.restricted-access.customer-login #main div.form-field-checkbox,body.restricted-access.customer-forgotten #main div.form-field-checkbox,body.restricted-access.customer-register #main div.form-field-checkbox,body.restricted-access.customer-registration #main div.form-field-checkbox,body.restricted-access.customer-reset #main div.form-field-checkbox{align-items:flex-start}body.restricted-access.customer-login #main .alert--error,body.restricted-access.customer-forgotten #main .alert--error,body.restricted-access.customer-register #main .alert--error,body.restricted-access.customer-registration #main .alert--error,body.restricted-access.customer-reset #main .alert--error{border:none}body.restricted-access.customer-login #main label,body.restricted-access.customer-forgotten #main label,body.restricted-access.customer-register #main label,body.restricted-access.customer-registration #main label,body.restricted-access.customer-reset #main label{margin-bottom:3px !important}@media (min-width:600px){body.restricted-access.customer-login .customer-authorization .customer-authorization__block .form-login #form-field-submit,body.restricted-access.customer-forgotten .customer-authorization .customer-authorization__block .form-login #form-field-submit,body.restricted-access.customer-register .customer-authorization .customer-authorization__block .form-login #form-field-submit,body.restricted-access.customer-registration .customer-authorization .customer-authorization__block .form-login #form-field-submit,body.restricted-access.customer-reset .customer-authorization .customer-authorization__block .form-login #form-field-submit{float:right;min-width:185px;width:auto}body.restricted-access.customer-login .customer-authorization #form-field-forgot-wrapper,body.restricted-access.customer-forgotten .customer-authorization #form-field-forgot-wrapper,body.restricted-access.customer-register .customer-authorization #form-field-forgot-wrapper,body.restricted-access.customer-registration .customer-authorization #form-field-forgot-wrapper,body.restricted-access.customer-reset .customer-authorization #form-field-forgot-wrapper{float:left;text-align:left;width:auto;margin:-34px 0 0}body.restricted-access.customer-login .customer-authorization #form-field-forgot-wrapper a,body.restricted-access.customer-forgotten .customer-authorization #form-field-forgot-wrapper a,body.restricted-access.customer-register .customer-authorization #form-field-forgot-wrapper a,body.restricted-access.customer-registration .customer-authorization #form-field-forgot-wrapper a,body.restricted-access.customer-reset .customer-authorization #form-field-forgot-wrapper a{font-size:13px}}body.restricted-access.customer-login #languageSwitcher ul,body.restricted-access.customer-forgotten #languageSwitcher ul,body.restricted-access.customer-register #languageSwitcher ul,body.restricted-access.customer-registration #languageSwitcher ul,body.restricted-access.customer-reset #languageSwitcher ul,body.customer-login main #languageSwitcher ul,body.customer-forgotten main #languageSwitcher ul,body.customer-register main #languageSwitcher ul,body.customer-registration main #languageSwitcher ul,body.customer-reset main #languageSwitcher ul{display:flex;justify-content:center;margin:0;padding:0;list-style:none}body.restricted-access.customer-login #languageSwitcher ul li+li,body.restricted-access.customer-forgotten #languageSwitcher ul li+li,body.restricted-access.customer-register #languageSwitcher ul li+li,body.restricted-access.customer-registration #languageSwitcher ul li+li,body.restricted-access.customer-reset #languageSwitcher ul li+li,body.customer-login main #languageSwitcher ul li+li,body.customer-forgotten main #languageSwitcher ul li+li,body.customer-register main #languageSwitcher ul li+li,body.customer-registration main #languageSwitcher ul li+li,body.customer-reset main #languageSwitcher ul li+li{margin-left:16px}body.restricted-access.customer-login #languageSwitcher ul img,body.restricted-access.customer-forgotten #languageSwitcher ul img,body.restricted-access.customer-register #languageSwitcher ul img,body.restricted-access.customer-registration #languageSwitcher ul img,body.restricted-access.customer-reset #languageSwitcher ul img,body.customer-login main #languageSwitcher ul img,body.customer-forgotten main #languageSwitcher ul img,body.customer-register main #languageSwitcher ul img,body.customer-registration main #languageSwitcher ul img,body.customer-reset main #languageSwitcher ul img{max-width:32px}body.customer.full-access main #languageSwitcher{display:none}body.restricted-access.customer-login .header-wrapper{display:none}body.restricted-access.customer-login #languageSwitcher{margin-top:30px}body.restricted-access.customer-forgotten main #languageSwitcher{margin-bottom:30px}body.restricted-access.customer-forgotten .form-forgotten{padding:0 70px 0 70px}body.restricted-access.customer-forgotten .form-forgotten #form-field-description-wrapper{text-align:center}body.restricted-access.customer-forgotten .form-forgotten #form-field-mail-wrapper{width:100%}body.restricted-access.customer-forgotten .form-forgotten label{display:none}body.restricted-access.customer-register .legend,body.restricted-access.customer-registration .legend,body.restricted-access.customer-register legend,body.restricted-access.customer-registration legend,body.restricted-access.customer-register .group__legend,body.restricted-access.customer-registration .group__legend{color:#586168}body.restricted-access.customer-register main #languageSwitcher,body.restricted-access.customer-registration main #languageSwitcher{margin-bottom:30px}body.restricted-access.customer-register #main,body.restricted-access.customer-registration #main{max-width:800px;margin-left:auto;margin-right:auto}body.restricted-access.customer-register #main .btn,body.restricted-access.customer-registration #main .btn,body.restricted-access.customer-register #main form input[type="submit"],body.restricted-access.customer-registration #main form input[type="submit"]{border:none}body.restricted-access.customer-reset .form-reset{padding:0 70px 0 70px}body.restricted-access.customer-reset .form-reset #form-field-who-wrapper{padding-bottom:20px}body.restricted-access.customer-reset .form-reset label{display:none}
body.customer-orders #main-wrapper,body.enquiry-list #main-wrapper,body.order-pending #main-wrapper,.pv-offer-list.layout-tpl #main-wrapper{margin-top:0}body.customer-orders .main-wrapper .main-content,body.enquiry-list .main-wrapper .main-content,body.order-pending .main-wrapper .main-content,.pv-offer-list.layout-tpl .main-wrapper .main-content{background:none}body.customer-orders .main-wrapper .main-content>.content,body.enquiry-list .main-wrapper .main-content>.content,body.order-pending .main-wrapper .main-content>.content,.pv-offer-list.layout-tpl .main-wrapper .main-content>.content{padding:0;width:100%}body.customer-orders .main-wrapper .main-content .main-header h1,body.enquiry-list .main-wrapper .main-content .main-header h1,body.order-pending .main-wrapper .main-content .main-header h1,.pv-offer-list.layout-tpl .main-wrapper .main-content .main-header h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center;padding-bottom:0}body.customer-orders .main-wrapper .main-content .main-header h1:before,body.enquiry-list .main-wrapper .main-content .main-header h1:before,body.order-pending .main-wrapper .main-content .main-header h1:before,.pv-offer-list.layout-tpl .main-wrapper .main-content .main-header h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e906"}body.customer-orders .main-wrapper .main-content .main-header h1:before,body.enquiry-list .main-wrapper .main-content .main-header h1:before,body.order-pending .main-wrapper .main-content .main-header h1:before,.pv-offer-list.layout-tpl .main-wrapper .main-content .main-header h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.customer-orders .main-wrapper .main-content .main-header h1,body.enquiry-list .main-wrapper .main-content .main-header h1,body.order-pending .main-wrapper .main-content .main-header h1,.pv-offer-list.layout-tpl .main-wrapper .main-content .main-header h1{padding:15px 10px;font-size:18px}body.customer-orders .main-wrapper .main-content .main-header h1:before,body.enquiry-list .main-wrapper .main-content .main-header h1:before,body.order-pending .main-wrapper .main-content .main-header h1:before,.pv-offer-list.layout-tpl .main-wrapper .main-content .main-header h1:before{font-size:15px}}body.customer-orders .main-wrapper .main-content .main-header h1:before,body.enquiry-list .main-wrapper .main-content .main-header h1:before,body.order-pending .main-wrapper .main-content .main-header h1:before,.pv-offer-list.layout-tpl .main-wrapper .main-content .main-header h1:before{top:39px}@media (max-width:768px){body.customer-orders .main-wrapper .main-content .main-header h1:before,body.enquiry-list .main-wrapper .main-content .main-header h1:before,body.order-pending .main-wrapper .main-content .main-header h1:before,.pv-offer-list.layout-tpl .main-wrapper .main-content .main-header h1:before{top:27px}}body.customer-orders .menu--tabs>ul,body.enquiry-list .menu--tabs>ul,body.order-pending .menu--tabs>ul,.pv-offer-list.layout-tpl .menu--tabs>ul{margin-top:0}body.customer-orders .content>.search,body.enquiry-list .content>.search,body.order-pending .content>.search,.pv-offer-list.layout-tpl .content>.search{position:relative;background:#fff}body.customer-orders .content>.search:after,body.enquiry-list .content>.search:after,body.order-pending .content>.search:after,.pv-offer-list.layout-tpl .content>.search:after{clear:both;content:'';display:table}body.customer-orders .content>.search h3,body.enquiry-list .content>.search h3,body.order-pending .content>.search h3,.pv-offer-list.layout-tpl .content>.search h3{display:none}body.customer-orders .content>.search ul.filters,body.enquiry-list .content>.search ul.filters,body.order-pending .content>.search ul.filters,.pv-offer-list.layout-tpl .content>.search ul.filters{padding:0 20px 20px 20px}body.customer-orders .content>.search ul.filters>li,body.enquiry-list .content>.search ul.filters>li,body.order-pending .content>.search ul.filters>li,.pv-offer-list.layout-tpl .content>.search ul.filters>li{width:calc(20% - 16px);flex-shrink:0;flex-grow:0;margin:0 0 0 20px}body.customer-orders .content>.search ul.filters>li:first-child,body.enquiry-list .content>.search ul.filters>li:first-child,body.order-pending .content>.search ul.filters>li:first-child,.pv-offer-list.layout-tpl .content>.search ul.filters>li:first-child{margin-left:0}body.customer-orders .content>.search ul.filters li#filter-date_from,body.enquiry-list .content>.search ul.filters li#filter-date_from,body.order-pending .content>.search ul.filters li#filter-date_from,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_from,body.customer-orders .content>.search ul.filters li#filter-date_to,body.enquiry-list .content>.search ul.filters li#filter-date_to,body.order-pending .content>.search ul.filters li#filter-date_to,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_to{width:calc(10% - 8px - 8px);flex-grow:0;flex-shrink:0}body.customer-orders .content>.search ul.filters li#filter-date_from span,body.enquiry-list .content>.search ul.filters li#filter-date_from span,body.order-pending .content>.search ul.filters li#filter-date_from span,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_from span,body.customer-orders .content>.search ul.filters li#filter-date_to span,body.enquiry-list .content>.search ul.filters li#filter-date_to span,body.order-pending .content>.search ul.filters li#filter-date_to span,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_to span{display:none}body.customer-orders .content>.search ul.filters li#filter-date_from input,body.enquiry-list .content>.search ul.filters li#filter-date_from input,body.order-pending .content>.search ul.filters li#filter-date_from input,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_from input,body.customer-orders .content>.search ul.filters li#filter-date_to input,body.enquiry-list .content>.search ul.filters li#filter-date_to input,body.order-pending .content>.search ul.filters li#filter-date_to input,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_to input{height:40px;padding:8px 5px 8px 10px;font-size:12px;width:100%}body.customer-orders .content>.search ul.filters li#filter-date_from input::-webkit-calendar-picker-indicator,body.enquiry-list .content>.search ul.filters li#filter-date_from input::-webkit-calendar-picker-indicator,body.order-pending .content>.search ul.filters li#filter-date_from input::-webkit-calendar-picker-indicator,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_from input::-webkit-calendar-picker-indicator,body.customer-orders .content>.search ul.filters li#filter-date_to input::-webkit-calendar-picker-indicator,body.enquiry-list .content>.search ul.filters li#filter-date_to input::-webkit-calendar-picker-indicator,body.order-pending .content>.search ul.filters li#filter-date_to input::-webkit-calendar-picker-indicator,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_to input::-webkit-calendar-picker-indicator{margin-left:-10px}body.customer-orders .content>.search ul.filters li#filter-date_to,body.enquiry-list .content>.search ul.filters li#filter-date_to,body.order-pending .content>.search ul.filters li#filter-date_to,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_to{margin-left:0;width:calc(10% - 8px - 8px + 10px + 4px)}body.customer-orders .content>.search ul.filters li#filter-date_to label,body.enquiry-list .content>.search ul.filters li#filter-date_to label,body.order-pending .content>.search ul.filters li#filter-date_to label,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_to label{transform:scale(3, 1);color:#D9D7D7}body.customer-orders .content>.search ul.filters li#filter-date_to input,body.enquiry-list .content>.search ul.filters li#filter-date_to input,body.order-pending .content>.search ul.filters li#filter-date_to input,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_to input{margin-left:8px;width:calc(100% - (10px + 4px))}body.customer-orders .content>.search ul.filters li#filter-date_to>div>div,body.enquiry-list .content>.search ul.filters li#filter-date_to>div>div,body.order-pending .content>.search ul.filters li#filter-date_to>div>div,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_to>div>div{display:inline-flex;align-items:baseline;width:100%}body.customer-orders .content>.search ul.filters li#filter-date_from,body.enquiry-list .content>.search ul.filters li#filter-date_from,body.order-pending .content>.search ul.filters li#filter-date_from,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_from{margin-right:7px}body.customer-orders .content>.search ul.filters li#filter-date_from label,body.enquiry-list .content>.search ul.filters li#filter-date_from label,body.order-pending .content>.search ul.filters li#filter-date_from label,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_from label{font-weight:normal;margin:0 0 6px;padding:0}body.customer-orders .content>.search ul.filters li#filter-date_from>div>div,body.enquiry-list .content>.search ul.filters li#filter-date_from>div>div,body.order-pending .content>.search ul.filters li#filter-date_from>div>div,.pv-offer-list.layout-tpl .content>.search ul.filters li#filter-date_from>div>div{display:flex;flex-wrap:wrap}body.customer-orders .content>.search ul.filters>#filter-mpk,body.enquiry-list .content>.search ul.filters>#filter-mpk,body.order-pending .content>.search ul.filters>#filter-mpk,.pv-offer-list.layout-tpl .content>.search ul.filters>#filter-mpk{display:none}@media (max-width:920px){body.customer-orders .content>.search ul.filters,body.enquiry-list .content>.search ul.filters,body.order-pending .content>.search ul.filters,.pv-offer-list.layout-tpl .content>.search ul.filters{display:flex;align-content:flex-start;flex-wrap:wrap;box-shadow:0 0 5px rgba(0,0,0,0.2);top:0;right:auto;left:-270px;position:fixed;padding:15px 10px;width:270px;min-width:270px;height:100%;z-index:15;background:#fff;-webkit-transition:.2s left;transition:.2s left}body.customer-orders .content>.search ul.filters.visible-filters,body.enquiry-list .content>.search ul.filters.visible-filters,body.order-pending .content>.search ul.filters.visible-filters,.pv-offer-list.layout-tpl .content>.search ul.filters.visible-filters{left:0}body.customer-orders .content>.search ul.filters>li,body.enquiry-list .content>.search ul.filters>li,body.order-pending .content>.search ul.filters>li,.pv-offer-list.layout-tpl .content>.search ul.filters>li{width:100%;margin:0 0 10px}body.customer-orders .content>.search ul.filters>li#filter-text,body.enquiry-list .content>.search ul.filters>li#filter-text,body.order-pending .content>.search ul.filters>li#filter-text,.pv-offer-list.layout-tpl .content>.search ul.filters>li#filter-text{margin:24px 0 0}body.customer-orders .content>.search ul.filters>li#filter-date_from,body.enquiry-list .content>.search ul.filters>li#filter-date_from,body.order-pending .content>.search ul.filters>li#filter-date_from,.pv-offer-list.layout-tpl .content>.search ul.filters>li#filter-date_from,body.customer-orders .content>.search ul.filters>li#filter-date_to,body.enquiry-list .content>.search ul.filters>li#filter-date_to,body.order-pending .content>.search ul.filters>li#filter-date_to,.pv-offer-list.layout-tpl .content>.search ul.filters>li#filter-date_to{width:calc(50% - 13px)}body.customer-orders .content>.search ul.filters>li#filter-date_to,body.enquiry-list .content>.search ul.filters>li#filter-date_to,body.order-pending .content>.search ul.filters>li#filter-date_to,.pv-offer-list.layout-tpl .content>.search ul.filters>li#filter-date_to{width:calc(50% + 6px)}body.customer-orders .content>.search ul.filters>li#filter-date_to input,body.enquiry-list .content>.search ul.filters>li#filter-date_to input,body.order-pending .content>.search ul.filters>li#filter-date_to input,.pv-offer-list.layout-tpl .content>.search ul.filters>li#filter-date_to input{width:calc(100% - (10px + 2px))}body.customer-orders .content>.search .filters-mobile,body.enquiry-list .content>.search .filters-mobile,body.order-pending .content>.search .filters-mobile,.pv-offer-list.layout-tpl .content>.search .filters-mobile{display:block;color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;padding:0 25px;font-size:13px;cursor:pointer;padding-right:40px;text-align:left;float:right;margin:0 20px 15px;position:relative}body.customer-orders .content>.search .filters-mobile:hover,body.enquiry-list .content>.search .filters-mobile:hover,body.order-pending .content>.search .filters-mobile:hover,.pv-offer-list.layout-tpl .content>.search .filters-mobile:hover{background:#569d36}body.customer-orders .content>.search .filters-mobile:before,body.enquiry-list .content>.search .filters-mobile:before,body.order-pending .content>.search .filters-mobile:before,.pv-offer-list.layout-tpl .content>.search .filters-mobile:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e94a"}body.customer-orders .content>.search .filters-mobile:before,body.enquiry-list .content>.search .filters-mobile:before,body.order-pending .content>.search .filters-mobile:before,.pv-offer-list.layout-tpl .content>.search .filters-mobile:before{color:#fff;right:15px;left:auto;transform:translate(0, -50%);content:'\e94c'}}@media (max-width:920px) and (min-width:1440px){body.customer-orders .content>.search .filters-mobile,body.enquiry-list .content>.search .filters-mobile,body.order-pending .content>.search .filters-mobile,.pv-offer-list.layout-tpl .content>.search .filters-mobile{font-size:14px}}body.customer-orders .table-wrapper,body.enquiry-list .table-wrapper,body.order-pending .table-wrapper,.pv-offer-list.layout-tpl .table-wrapper{overflow:visible;padding-top:0}body.customer-orders .table-wrapper.scrollable::before,body.enquiry-list .table-wrapper.scrollable::before,body.order-pending .table-wrapper.scrollable::before,.pv-offer-list.layout-tpl .table-wrapper.scrollable::before{display:none}body.customer-orders .table-wrapper.scrollable .table,body.enquiry-list .table-wrapper.scrollable .table,body.order-pending .table-wrapper.scrollable .table,.pv-offer-list.layout-tpl .table-wrapper.scrollable .table{padding-left:0;background:none}body.customer-orders table.table-list tr.warning td,body.enquiry-list table.table-list tr.warning td,body.order-pending table.table-list tr.warning td,.pv-offer-list.layout-tpl table.table-list tr.warning td{text-align:center;width:100%}body.customer-orders table.table-list tbody td small,body.enquiry-list table.table-list tbody td small,body.order-pending table.table-list tbody td small,.pv-offer-list.layout-tpl table.table-list tbody td small{padding-left:.4em}body.customer-orders table.table-list tbody td.orders a,body.enquiry-list table.table-list tbody td.orders a,body.order-pending table.table-list tbody td.orders a,.pv-offer-list.layout-tpl table.table-list tbody td.orders a{white-space:nowrap}body.customer-orders table.table-list tbody td.orders a:not(:last-child),body.enquiry-list table.table-list tbody td.orders a:not(:last-child),body.order-pending table.table-list tbody td.orders a:not(:last-child),.pv-offer-list.layout-tpl table.table-list tbody td.orders a:not(:last-child){margin-bottom:5px}@media (max-width:1280px){body.customer-orders table.table-list tbody td.orders a,body.enquiry-list table.table-list tbody td.orders a,body.order-pending table.table-list tbody td.orders a,.pv-offer-list.layout-tpl table.table-list tbody td.orders a{word-wrap:break-word;white-space:normal}}@media (max-width:998px){body.customer-orders table.table-list tbody td.orders,body.enquiry-list table.table-list tbody td.orders,body.order-pending table.table-list tbody td.orders,.pv-offer-list.layout-tpl table.table-list tbody td.orders{width:100%;margin-top:5px}}body.customer-orders table.table-list tbody tr.order-details>td,body.enquiry-list table.table-list tbody tr.order-details>td,body.order-pending table.table-list tbody tr.order-details>td,.pv-offer-list.layout-tpl table.table-list tbody tr.order-details>td{padding:0;background:#f2f2f2}@media (max-width:998px){body.customer-orders table.table-list tbody tr,body.enquiry-list table.table-list tbody tr,body.order-pending table.table-list tbody tr,.pv-offer-list.layout-tpl table.table-list tbody tr{margin-bottom:8px}body.customer-orders table.table-list tbody tr:last-child,body.enquiry-list table.table-list tbody tr:last-child,body.order-pending table.table-list tbody tr:last-child,.pv-offer-list.layout-tpl table.table-list tbody tr:last-child{margin-bottom:0}body.customer-orders table.table-list tbody tr td,body.enquiry-list table.table-list tbody tr td,body.order-pending table.table-list tbody tr td,.pv-offer-list.layout-tpl table.table-list tbody tr td{font-size:13px;font-weight:normal}body.customer-orders table.table-list tbody tr td:before,body.enquiry-list table.table-list tbody tr td:before,body.order-pending table.table-list tbody tr td:before,.pv-offer-list.layout-tpl table.table-list tbody tr td:before{font-weight:700}body.customer-orders table.table-list tbody tr.order-details,body.enquiry-list table.table-list tbody tr.order-details,body.order-pending table.table-list tbody tr.order-details,.pv-offer-list.layout-tpl table.table-list tbody tr.order-details{display:none}body.customer-orders table.table-list tbody tr.warning,body.enquiry-list table.table-list tbody tr.warning,body.order-pending table.table-list tbody tr.warning,.pv-offer-list.layout-tpl table.table-list tbody tr.warning{background:#fff}body.customer-orders table.table-list tbody tr.warning td:before,body.enquiry-list table.table-list tbody tr.warning td:before,body.order-pending table.table-list tbody tr.warning td:before,.pv-offer-list.layout-tpl table.table-list tbody tr.warning td:before{display:none}body.customer-orders table.table-list tbody tr td:nth-child(4)~td,body.enquiry-list table.table-list tbody tr td:nth-child(4)~td,body.order-pending table.table-list tbody tr td:nth-child(4)~td,.pv-offer-list.layout-tpl table.table-list tbody tr td:nth-child(4)~td{order:5;width:33.33%;padding-right:20px}body.customer-orders table.table-list tbody tr td:nth-child(4)~td.to_pay,body.enquiry-list table.table-list tbody tr td:nth-child(4)~td.to_pay,body.order-pending table.table-list tbody tr td:nth-child(4)~td.to_pay,.pv-offer-list.layout-tpl table.table-list tbody tr td:nth-child(4)~td.to_pay{padding-right:0}body.customer-orders table.table-list tbody tr td.oid,body.enquiry-list table.table-list tbody tr td.oid,body.order-pending table.table-list tbody tr td.oid,.pv-offer-list.layout-tpl table.table-list tbody tr td.oid,body.customer-orders table.table-list tbody tr td.id,body.enquiry-list table.table-list tbody tr td.id,body.order-pending table.table-list tbody tr td.id,.pv-offer-list.layout-tpl table.table-list tbody tr td.id{order:3;font-size:18px;align-self:baseline;line-height:1.3;width:100%;padding-bottom:15px;margin-bottom:15px;position:relative;padding-top:0}body.customer-orders table.table-list tbody tr td.oid:after,body.enquiry-list table.table-list tbody tr td.oid:after,body.order-pending table.table-list tbody tr td.oid:after,.pv-offer-list.layout-tpl table.table-list tbody tr td.oid:after,body.customer-orders table.table-list tbody tr td.id:after,body.enquiry-list table.table-list tbody tr td.id:after,body.order-pending table.table-list tbody tr td.id:after,.pv-offer-list.layout-tpl table.table-list tbody tr td.id:after{content:'';position:absolute;bottom:0;left:-10px;right:-10px;background:#bebebe;height:1px}body.customer-orders table.table-list tbody tr td.oid a,body.enquiry-list table.table-list tbody tr td.oid a,body.order-pending table.table-list tbody tr td.oid a,.pv-offer-list.layout-tpl table.table-list tbody tr td.oid a,body.customer-orders table.table-list tbody tr td.id a,body.enquiry-list table.table-list tbody tr td.id a,body.order-pending table.table-list tbody tr td.id a,.pv-offer-list.layout-tpl table.table-list tbody tr td.id a{font-size:18px;line-height:1.1em}body.customer-orders table.table-list tbody tr td.oid .custom_number,body.enquiry-list table.table-list tbody tr td.oid .custom_number,body.order-pending table.table-list tbody tr td.oid .custom_number,.pv-offer-list.layout-tpl table.table-list tbody tr td.oid .custom_number,body.customer-orders table.table-list tbody tr td.id .custom_number,body.enquiry-list table.table-list tbody tr td.id .custom_number,body.order-pending table.table-list tbody tr td.id .custom_number,.pv-offer-list.layout-tpl table.table-list tbody tr td.id .custom_number{font-size:14px}body.customer-orders table.table-list tbody tr td.created,body.enquiry-list table.table-list tbody tr td.created,body.order-pending table.table-list tbody tr td.created,.pv-offer-list.layout-tpl table.table-list tbody tr td.created{order:1;align-self:baseline;flex-grow:1;width:100%;color:#586168;padding-bottom:0}body.customer-orders table.table-list tbody tr td.created p:nth-child(2),body.enquiry-list table.table-list tbody tr td.created p:nth-child(2),body.order-pending table.table-list tbody tr td.created p:nth-child(2),.pv-offer-list.layout-tpl table.table-list tbody tr td.created p:nth-child(2){margin-left:.3em}body.customer-orders table.table-list tbody tr td.structure_id,body.enquiry-list table.table-list tbody tr td.structure_id,body.order-pending table.table-list tbody tr td.structure_id,.pv-offer-list.layout-tpl table.table-list tbody tr td.structure_id,body.customer-orders table.table-list tbody tr td.domain_id,body.enquiry-list table.table-list tbody tr td.domain_id,body.order-pending table.table-list tbody tr td.domain_id,.pv-offer-list.layout-tpl table.table-list tbody tr td.domain_id{order:4;width:33.33%}body.customer-orders table.table-list tbody tr td.status,body.enquiry-list table.table-list tbody tr td.status,body.order-pending table.table-list tbody tr td.status,.pv-offer-list.layout-tpl table.table-list tbody tr td.status{order:2;width:100%;padding-bottom:0;padding-top:0;text-align:left}body.customer-orders table.table-list tbody tr td.status p,body.enquiry-list table.table-list tbody tr td.status p,body.order-pending table.table-list tbody tr td.status p,.pv-offer-list.layout-tpl table.table-list tbody tr td.status p{display:inline-block}body.customer-orders table.table-list tbody tr td.quantity,body.enquiry-list table.table-list tbody tr td.quantity,body.order-pending table.table-list tbody tr td.quantity,.pv-offer-list.layout-tpl table.table-list tbody tr td.quantity,body.customer-orders table.table-list tbody tr td.to_pay_netto,body.enquiry-list table.table-list tbody tr td.to_pay_netto,body.order-pending table.table-list tbody tr td.to_pay_netto,.pv-offer-list.layout-tpl table.table-list tbody tr td.to_pay_netto,body.customer-orders table.table-list tbody tr td.to_pay,body.enquiry-list table.table-list tbody tr td.to_pay,body.order-pending table.table-list tbody tr td.to_pay,.pv-offer-list.layout-tpl table.table-list tbody tr td.to_pay{order:5;text-align:left}body.customer-orders table.table-list tbody tr td.quantity p,body.enquiry-list table.table-list tbody tr td.quantity p,body.order-pending table.table-list tbody tr td.quantity p,.pv-offer-list.layout-tpl table.table-list tbody tr td.quantity p,body.customer-orders table.table-list tbody tr td.to_pay_netto p,body.enquiry-list table.table-list tbody tr td.to_pay_netto p,body.order-pending table.table-list tbody tr td.to_pay_netto p,.pv-offer-list.layout-tpl table.table-list tbody tr td.to_pay_netto p,body.customer-orders table.table-list tbody tr td.to_pay p,body.enquiry-list table.table-list tbody tr td.to_pay p,body.order-pending table.table-list tbody tr td.to_pay p,.pv-offer-list.layout-tpl table.table-list tbody tr td.to_pay p{display:inline-block}body.customer-orders table.table-list tbody tr td.quantity,body.enquiry-list table.table-list tbody tr td.quantity,body.order-pending table.table-list tbody tr td.quantity,.pv-offer-list.layout-tpl table.table-list tbody tr td.quantity{width:33.33%}body.customer-orders table.table-list tbody tr td.to_pay_netto,body.enquiry-list table.table-list tbody tr td.to_pay_netto,body.order-pending table.table-list tbody tr td.to_pay_netto,.pv-offer-list.layout-tpl table.table-list tbody tr td.to_pay_netto{text-align:left}body.customer-orders table.table-list tbody tr td.details,body.enquiry-list table.table-list tbody tr td.details,body.order-pending table.table-list tbody tr td.details,.pv-offer-list.layout-tpl table.table-list tbody tr td.details{display:none}body.customer-orders table.table-list tbody tr td.proforma,body.enquiry-list table.table-list tbody tr td.proforma,body.order-pending table.table-list tbody tr td.proforma,.pv-offer-list.layout-tpl table.table-list tbody tr td.proforma{width:100% !important}}@media (max-width:600px){body.customer-orders table.table-list tbody tr,body.enquiry-list table.table-list tbody tr,body.order-pending table.table-list tbody tr,.pv-offer-list.layout-tpl table.table-list tbody tr{margin-bottom:0}body.customer-orders table.table-list tbody tr td,body.enquiry-list table.table-list tbody tr td,body.order-pending table.table-list tbody tr td,.pv-offer-list.layout-tpl table.table-list tbody tr td{display:flex}body.customer-orders table.table-list tbody tr td.orders,body.enquiry-list table.table-list tbody tr td.orders,body.order-pending table.table-list tbody tr td.orders,.pv-offer-list.layout-tpl table.table-list tbody tr td.orders{flex-wrap:wrap}body.customer-orders table.table-list tbody tr td.orders a:first-child,body.enquiry-list table.table-list tbody tr td.orders a:first-child,body.order-pending table.table-list tbody tr td.orders a:first-child,.pv-offer-list.layout-tpl table.table-list tbody tr td.orders a:first-child{width:49%}body.customer-orders table.table-list tbody tr td.orders a:not(:first-child),body.enquiry-list table.table-list tbody tr td.orders a:not(:first-child),body.order-pending table.table-list tbody tr td.orders a:not(:first-child),.pv-offer-list.layout-tpl table.table-list tbody tr td.orders a:not(:first-child){width:100%;display:flex}body.customer-orders table.table-list tbody tr td.orders a:not(:first-child):before,body.enquiry-list table.table-list tbody tr td.orders a:not(:first-child):before,body.order-pending table.table-list tbody tr td.orders a:not(:first-child):before,.pv-offer-list.layout-tpl table.table-list tbody tr td.orders a:not(:first-child):before{width:50%;flex-shrink:0;content:''}body.customer-orders table.table-list tbody tr td:nth-child(4)~td,body.enquiry-list table.table-list tbody tr td:nth-child(4)~td,body.order-pending table.table-list tbody tr td:nth-child(4)~td,.pv-offer-list.layout-tpl table.table-list tbody tr td:nth-child(4)~td{padding-right:0;width:100%}body.customer-orders table.table-list tbody tr td.created,body.enquiry-list table.table-list tbody tr td.created,body.order-pending table.table-list tbody tr td.created,.pv-offer-list.layout-tpl table.table-list tbody tr td.created,body.customer-orders table.table-list tbody tr td.oid,body.enquiry-list table.table-list tbody tr td.oid,body.order-pending table.table-list tbody tr td.oid,.pv-offer-list.layout-tpl table.table-list tbody tr td.oid,body.customer-orders table.table-list tbody tr td.id,body.enquiry-list table.table-list tbody tr td.id,body.order-pending table.table-list tbody tr td.id,.pv-offer-list.layout-tpl table.table-list tbody tr td.id{padding:0}body.customer-orders table.table-list tbody tr td.created:before,body.enquiry-list table.table-list tbody tr td.created:before,body.order-pending table.table-list tbody tr td.created:before,.pv-offer-list.layout-tpl table.table-list tbody tr td.created:before,body.customer-orders table.table-list tbody tr td.oid:before,body.enquiry-list table.table-list tbody tr td.oid:before,body.order-pending table.table-list tbody tr td.oid:before,.pv-offer-list.layout-tpl table.table-list tbody tr td.oid:before,body.customer-orders table.table-list tbody tr td.id:before,body.enquiry-list table.table-list tbody tr td.id:before,body.order-pending table.table-list tbody tr td.id:before,.pv-offer-list.layout-tpl table.table-list tbody tr td.id:before{width:auto;align-self:flex-end;vertical-align:bottom}body.customer-orders table.table-list tbody tr td.status,body.enquiry-list table.table-list tbody tr td.status,body.order-pending table.table-list tbody tr td.status,.pv-offer-list.layout-tpl table.table-list tbody tr td.status{order:3;padding:0}body.customer-orders table.table-list tbody tr td.oid,body.enquiry-list table.table-list tbody tr td.oid,body.order-pending table.table-list tbody tr td.oid,.pv-offer-list.layout-tpl table.table-list tbody tr td.oid,body.customer-orders table.table-list tbody tr td.id,body.enquiry-list table.table-list tbody tr td.id,body.order-pending table.table-list tbody tr td.id,.pv-offer-list.layout-tpl table.table-list tbody tr td.id{padding-bottom:15px;padding-top:3px}body.customer-orders table.table-list tbody tr td.oid,body.enquiry-list table.table-list tbody tr td.oid,body.order-pending table.table-list tbody tr td.oid,.pv-offer-list.layout-tpl table.table-list tbody tr td.oid{flex-wrap:wrap}body.customer-orders table.table-list tbody tr td.status,body.enquiry-list table.table-list tbody tr td.status,body.order-pending table.table-list tbody tr td.status,.pv-offer-list.layout-tpl table.table-list tbody tr td.status,body.customer-orders table.table-list tbody tr td.to_pay_netto,body.enquiry-list table.table-list tbody tr td.to_pay_netto,body.order-pending table.table-list tbody tr td.to_pay_netto,.pv-offer-list.layout-tpl table.table-list tbody tr td.to_pay_netto,body.customer-orders table.table-list tbody tr td.to_pay,body.enquiry-list table.table-list tbody tr td.to_pay,body.order-pending table.table-list tbody tr td.to_pay,.pv-offer-list.layout-tpl table.table-list tbody tr td.to_pay{width:100% !important}body.customer-orders table.table-list tbody tr td.structure_id,body.enquiry-list table.table-list tbody tr td.structure_id,body.order-pending table.table-list tbody tr td.structure_id,.pv-offer-list.layout-tpl table.table-list tbody tr td.structure_id,body.customer-orders table.table-list tbody tr td.domain_id,body.enquiry-list table.table-list tbody tr td.domain_id,body.order-pending table.table-list tbody tr td.domain_id,.pv-offer-list.layout-tpl table.table-list tbody tr td.domain_id,body.customer-orders table.table-list tbody tr td.quantity,body.enquiry-list table.table-list tbody tr td.quantity,body.order-pending table.table-list tbody tr td.quantity,.pv-offer-list.layout-tpl table.table-list tbody tr td.quantity{width:100%}body.customer-orders table.table-list tbody tr td.to_pay,body.enquiry-list table.table-list tbody tr td.to_pay,body.order-pending table.table-list tbody tr td.to_pay,.pv-offer-list.layout-tpl table.table-list tbody tr td.to_pay{padding-bottom:0;text-align:left}}@media (max-width:400px){body.customer-orders table.table-list tbody tr td.orders a:first-child,body.enquiry-list table.table-list tbody tr td.orders a:first-child,body.order-pending table.table-list tbody tr td.orders a:first-child,.pv-offer-list.layout-tpl table.table-list tbody tr td.orders a:first-child{width:100%}body.customer-orders table.table-list tbody tr td.orders a:not(:first-child):before,body.enquiry-list table.table-list tbody tr td.orders a:not(:first-child):before,body.order-pending table.table-list tbody tr td.orders a:not(:first-child):before,.pv-offer-list.layout-tpl table.table-list tbody tr td.orders a:not(:first-child):before{display:none}}body.customer-orders .details-button,body.enquiry-list .details-button,body.order-pending .details-button,.pv-offer-list.layout-tpl .details-button{width:25px;display:block;cursor:pointer}body.customer-orders .details-button .view-on,body.enquiry-list .details-button .view-on,body.order-pending .details-button .view-on,.pv-offer-list.layout-tpl .details-button .view-on,body.customer-orders .details-button .view-off,body.enquiry-list .details-button .view-off,body.order-pending .details-button .view-off,.pv-offer-list.layout-tpl .details-button .view-off{display:block;width:100%;height:100%;text-align:center;line-height:14px;font-size:24px}body.customer-orders .details-button .view-on:before,body.enquiry-list .details-button .view-on:before,body.order-pending .details-button .view-on:before,.pv-offer-list.layout-tpl .details-button .view-on:before,body.customer-orders .details-button .view-off:before,body.enquiry-list .details-button .view-off:before,body.order-pending .details-button .view-off:before,.pv-offer-list.layout-tpl .details-button .view-off:before{font-family:'icons';content:'\e60d';transform:rotate(90deg);font-size:24px;display:inline-block;vertical-align:middle}body.customer-orders .details-button .view-off:before,body.enquiry-list .details-button .view-off:before,body.order-pending .details-button .view-off:before,.pv-offer-list.layout-tpl .details-button .view-off:before{transform-origin:center;transform:rotate(270deg);color:#60b03d}@media (max-width:998px){body.customer-orders .details-button,body.enquiry-list .details-button,body.order-pending .details-button,.pv-offer-list.layout-tpl .details-button{display:none}}body.customer-orders .archive_info,body.enquiry-list .archive_info,body.order-pending .archive_info,.pv-offer-list.layout-tpl .archive_info{background:#fff;overflow:auto;padding:25px}body.customer-orders .archive_info p,body.enquiry-list .archive_info p,body.order-pending .archive_info p,.pv-offer-list.layout-tpl .archive_info p{margin:0;padding:5px}.workflow-view .main-wrapper .main-content{background:none}.workflow-view .main-wrapper .main-content>.content{padding:0}.workflow-view .main-wrapper .main-content .main-header h1{display:none}body.order-view .main-header>h1,body.enquiry-view .main-header>h1{display:none}body.order-view #main-wrapper,body.enquiry-view #main-wrapper{margin-top:0}body.order-view .main-wrapper .main-content,body.enquiry-view .main-wrapper .main-content{background:none}body.order-view .main-wrapper .main-content>.content,body.enquiry-view .main-wrapper .main-content>.content{padding:0}body.order-view input[type="number"],body.enquiry-view input[type="number"]{padding-top:10px;padding-bottom:10px}.abstract-list.order .list__header .list__title,.abstract-list.enquiry .list__header .list__title{width:100%}.abstract-list.order .list__header .order-view__status,.abstract-list.enquiry .list__header .order-view__status,.abstract-list.order .list__header .order-view__date,.abstract-list.enquiry .list__header .order-view__date{width:100%;display:block;font-size:13px}@media (max-width:768px){.customer-history #content .filters-mobile{margin-top:5px;margin-right:10px}}body.customer-orders tr.order-details .summary__container .summary__delivery .block__row,body.customer-orders tr.order-details .summary__container .summary__block--transport{border-color:#eee}body.customer-orders tr.order-details .abstract-list .list__block+.list__block{margin-top:0}body.customer-orders tr.order-details .table__list{background:none}body.customer-orders tr.order-details .table--standard td{background:none}body.customer-orders tr.order-details .abstract-list .list__block{background:rgba(255,255,255,0.66)}body.customer-orders tr.order-details .abstract-list .list__block.list__block--summary{border-top:1px solid #eee}body.customer-orders tr.order-details .abstract-list .list__block:first-child{margin-top:7px}body.customer-orders tr.order-details .abstract-list .list__block:last-child{margin-bottom:7px}@media (min-width:921px) and (max-width:1280px){body.customer-orders .content>.search ul.filters{flex-wrap:wrap}body.customer-orders .content>.search ul.filters>li{width:calc(33.33% - 14px)}body.customer-orders .content>.search ul.filters>li#filter-date_from{width:calc(16.6% - 8px - 8px) !important}body.customer-orders .content>.search ul.filters>li#filter-date_to{width:calc(16.6% - 8px - 8px + 10px + 4px) !important}body.customer-orders .content>.search ul.filters>li:nth-child(1),body.customer-orders .content>.search ul.filters>li:nth-child(2),body.customer-orders .content>.search ul.filters>li:nth-child(3){margin-bottom:16px}body.customer-orders .content>.search ul.filters>li:nth-child(3){margin-right:0}body.customer-orders .content>.search ul.filters>li:nth-child(4){margin-left:0}}form[name="order"] table .price-net,form[name="order"] table .price-gross,form[name="order"] table .summary-net,form[name="order"] table .summary-gross{text-align:right}form[name="order"] table thead th{padding:8px 20px}form[name="order"] table tbody>tr td{padding:8px 20px;font-size:13px}form[name="order"] table tbody>tr td:first-child,form[name="order"] table tbody>tr td.image{padding-right:10px;padding-left:20px}form[name="order"] table tbody>tr td.indeks{color:#60b03d}form[name="order"] table tbody>tr td.name p{margin:0}form[name="order"] table tbody>tr td.name a{display:block;vertical-align:middle;cursor:pointer;line-height:1.375;color:#191919;font-weight:bold}form[name="order"] table tbody>tr td.name a:hover{opacity:.8}form[name="order"] table tbody>tr td.summary-net,form[name="order"] table tbody>tr td.summary-gross{font-weight:bold}form[name="order"] table tbody>tr td.summary-net .oldprice,form[name="order"] table tbody>tr td.summary-gross .oldprice{display:none}@media (max-width:998px){form[name="order"] table{border-top:1px solid #ccc}form[name="order"] table thead{display:none}form[name="order"] table tbody tr{display:flex;flex-wrap:wrap;position:relative;padding:15px 10px}form[name="order"] table tbody tr:first-child{border-top:0}form[name="order"] table tbody tr:not(:last-child){border-bottom:1px solid #f2f2f2}form[name="order"] table tbody tr td:not(.name):not(.image):not(.indeks){line-height:1.3em;padding:5px 0;font-size:13px;width:33.33%}form[name="order"] table tbody tr td:before{line-height:1.3em;font-weight:700;float:none}form[name="order"] table tbody tr td.name .availability-alert{color:#60b03d;padding-top:3px;font-size:.9em}form[name="order"] table tbody tr td.name a{font-size:16px;color:#60b03d;font-weight:bold}form[name="order"] table tbody tr td.name,form[name="order"] table tbody tr td.indeks{padding:0 0 0 55px;width:100%}form[name="order"] table tbody tr td.indeks{position:relative;font-size:12px;margin-bottom:15px;color:#586168;padding-bottom:10px}form[name="order"] table tbody tr td.indeks:after{content:'';height:1px;left:-10px;right:-10px;background:#bebebe;position:absolute;bottom:0}form[name="order"] table tbody tr td.image{left:10px;top:15px;outline:1px solid rgba(0,0,0,0.1);z-index:2;padding:0}form[name="order"] table tbody tr td.image img{vertical-align:middle}form[name="order"] table tbody tr td td.quantity{text-align:left}}@media (max-width:600px){form[name="order"] table tbody tr td:not(.name):not(.image):not(.indeks){display:flex;width:100%}form[name="order"] table tbody tr td:not(.name):not(.image):not(.indeks):before{float:none;flex-grow:0;flex-shrink:0;width:50%}form[name="order"] table tbody tr td:not(.image){order:2}form[name="order"] table tbody tr td:not(.image).price-net{order:4}form[name="order"] table tbody tr td:not(.image).quantity{order:3;text-align:left}form[name="order"] table tbody tr td:not(.image).vat,form[name="order"] table tbody tr td:not(.image).summary-net{order:5}}@media (max-width:420px){form[name="order"] table tbody tr td:not(.image){min-width:100%}form[name="order"] table tbody tr td:not(.image).vat{order:4}form[name="order"] table tbody tr td:not(.image).price-net,form[name="order"] table tbody tr td:not(.image).summary-net{order:5}form[name="order"] table tbody tr td:not(.image).indeks{margin-top:3px;margin-bottom:10px}}tr.order-details .order-view__products{background-color:#FFF}tr.order-details .order-view__products .shoplist__table{border:none;border-bottom:1px solid rgba(0,0,0,0.08)}tr.order-details .order-view__products .shoplist__table th{background:#fff}tr.order-details .order-view__products .shoplist__table td{border-top:1px solid rgba(0,0,0,0.04)}tr.order-details .order-view__products .shoplist__table td.image{text-align:right}tr.order-details .shoplist .order-summary .summary__comments .comments__body:after{background:linear-gradient(0deg, #F6F6F6 0%, transparent 100%)}tr.order-details .shoplist .order-summary .summary__details .order-details .order-details__block:not(:first-child),tr.order-details .shoplist .order-summary .summary__details .order-details.details--address,tr.order-details .shoplist .order-summary .summary__comments{border-color:rgba(0,0,0,0.04)}tr.order-details .shoplist .order-summary .summary__comments{margin-bottom:18px}tr.order-details .order-view__summary{margin-top:0;padding:16px 33px;background-color:#FFF;margin-bottom:20px}#complaints{background:#fff}#complaints>h2{font-weight:bold;color:#191919;padding:20px 16px;font-size:21px;margin-bottom:0;margin-top:8px}@media (max-width:768px){#complaints>h2{font-size:18px}#complaints>h2:before{font-size:16px}}#complaints>table thead th{padding:8px 20px}@media (max-width:768px){#complaints>table thead th{padding:8px 10px}}#complaints>table tbody>tr td{padding:8px 20px;font-size:13px}@media (max-width:768px){#complaints>table tbody>tr td{padding:8px 10px}}@media (max-width:768px){.order-switcher{margin-top:8px;background:#fff}.order-switcher nav ul{margin:0;position:relative;height:42px;display:flex;flex-wrap:wrap;overflow:hidden;padding:0 10px}.order-switcher nav ul:before{font-family:'icons';content:'\e60d';transform:rotate(90deg);font-size:24px;display:inline-block;vertical-align:middle;position:absolute;top:9px;right:16px;z-index:3;pointer-events:none}.order-switcher nav ul.expanded{height:100%}.order-switcher nav ul.expanded:before{transform:rotate(270deg)}.order-switcher nav ul:not(.expanded){height:43px}.order-switcher nav li{width:100%;border-bottom:1px solid #e9e9e9;background:#fff}.order-switcher nav li.active{order:-1}.order-switcher nav ul li a{font-size:16px;color:#191919;line-height:1.375;display:block;padding:10px 20px 10px 10px;width:100%;text-align:left}.order-switcher nav ul li a:hover{color:#60b03d}.order-switcher nav ul li.active>a{color:#60b03d;border:none;text-align:left}}@media (max-width:998px) and (min-width:601px){body.order-pending table.table-order tbody tr td{margin-right:10px}body.order-pending table.table-order tbody tr td.pending{width:100%}}body.order-pending table.table-order .pending{text-align:center}.pv-offer-list.layout-tpl .main-wrapper .main-content .main-header{background:#fff;align-items:center;padding:20px 0}.pv-offer-list.layout-tpl .main-wrapper .main-content .main-header .main-submenu{padding:0 20px 0 0}.pv-offer-list.layout-tpl .main-wrapper .main-content .main-header .btn{white-space:nowrap}.pv-offer-list.layout-tpl .main-wrapper .main-content .main-header h1{width:auto;flex-grow:1;padding-top:0;padding-bottom:0}.pv-offer-list.layout-tpl .main-wrapper .main-content .main-header h1:before{top:20px;content:'\e94a'}@media (max-width:768px){.pv-offer-list.layout-tpl .main-wrapper .main-content .main-header h1:before{top:13px}}
.customer-profile .sidebar .sidebar-nav ul ul{padding:0}@media (max-width:600px){.customer-profile .sidebar{display:block;width:100%;margin-right:0}.customer-profile .sidebar ul li a{display:block;width:100%}}.customer-profile .customer-discount{margin:20px 0;font-size:20px}.customer-profile #content .content .profile-content{width:calc(100% - 248px)}.customer-profile #content .content .header-structure__title{font-weight:bold;color:#191919}.customer-profile #content .content h2{font-weight:bold;color:#191919}@media (max-width:1280px){.customer-profile #content{padding:0}.customer-profile #content>.content{padding:30px}}@media (max-width:998px){.customer-profile #form-customer #form-field-delivery_address-wrapper,.customer-profile #form-customer #form-field-personal_data{width:100%;display:table-column-group;padding:0;margin-bottom:30px}}@media (max-width:600px){.customer-profile #content>.content.container-fluid{padding:15px}.customer-profile #content header>h2,.customer-profile #content header>h1{padding:15px}.customer-profile #content input.form-field-text,.customer-profile #content textarea,.customer-profile #content select{width:100%}.customer-profile #form-customer #form-field-register_group .field-line>div>div,.customer-profile #form-customer #form-field-invoice_data-wrapper .field-line>div>div{width:100%;padding:0}}.customer-profile #overlay.set-ordering #overlay-content-wrapper{width:fit-content}.customer-profile #overlay.set-ordering #overlay-content-wrapper .btns{text-align:right}.customer-profile #overlay.set-ordering #overlay-content-wrapper .btns>*{display:inline-block;padding:0 35px;height:40px;line-height:40px;cursor:pointer}@media (max-width:767px){.customer-profile #overlay .invoice-edit-line-personal,.customer-profile #overlay .invoice-edit-line-company{display:block}}.customer-profile #content{background:transparent;border:none}.customer-profile #content .content{padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.customer-profile #content .content>*{width:100%}.customer-profile #content .content h2{font-size:24px;font-weight:bold;margin-top:0}.customer-profile #content .content .data_wrap .profile{width:100%;border:1px solid #e6e6e6;background:#fff}.customer-profile #content .content .data_wrap .profile .personal_data{padding:25px 30px 48px 42px}.customer-profile #content .content .data_wrap .profile .personal_data:after{content:'';clear:both;display:table}.customer-profile #content .content .data_wrap .profile .personal_data>div{font-size:14px;font-weight:bold}.customer-profile #content .content .data_wrap .profile .personal_data>*{display:block;width:55%;float:left}.customer-profile #content .content .data_wrap .profile .personal_data>* span{font-weight:normal;min-width:180px;display:inline-block}.customer-profile #content .content .data_wrap .profile .personal_data>*:last-child{text-align:right;width:45%;float:none;margin-left:auto;display:flex;justify-content:flex-end}.customer-profile #content .content .data_wrap .profile .personal_data>*:last-child button{margin-top:5px;margin-bottom:5px;display:inline-block;vertical-align:top}.customer-profile #content .content .data_wrap .profile .personal_data>*:last-child button:first-child{padding:4px 60px 4px 25px;position:relative}.customer-profile #content .content .data_wrap .profile .personal_data>*:last-child button:first-child:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e946"}.customer-profile #content .content .data_wrap .profile .personal_data>*:last-child button:first-child:before{left:auto;right:22px;font-size:18px}.customer-profile #content .content .delivery_address,.customer-profile #content .content .invoice_data{padding:0}.customer-profile #content .content .delivery_address .delivery_one,.customer-profile #content .content .invoice_data .delivery_one{border:none}.customer-profile #content .content .delivery_address .delivery_one.delivery_address_default,.customer-profile #content .content .invoice_data .delivery_one.delivery_address_default{background:#e5f4df;outline:1px solid #60b03d;position:relative;z-index:1}.customer-profile #content .content .delivery_address h3,.customer-profile #content .content .invoice_data h3{color:#191919;margin:0;border-bottom:1px solid #f2f2f2;padding:16px 40px;display:flex;width:100%;align-items:center;font-size:27px}@media (max-width:768px){.customer-profile #content .content .delivery_address h3,.customer-profile #content .content .invoice_data h3{font-size:18px;padding:15px 10px}}.customer-profile #content .content .delivery_address h3 button,.customer-profile #content .content .invoice_data h3 button{margin-left:auto;margin-right:0;padding-right:25px}.customer-profile #content .content .delivery_address .address_wrapper,.customer-profile #content .content .invoice_data .address_wrapper{display:flex;flex-wrap:wrap;width:100%;padding:0}.customer-profile #content .content .delivery_address .address_wrapper>div,.customer-profile #content .content .invoice_data .address_wrapper>div{width:calc(100% / 4);height:auto;display:flex;flex-wrap:wrap;justify-content:space-between;flex-direction:column;outline:1px solid #f2f2f2;padding:15px 20px;margin-top:0}@media (max-width:1279px){.customer-profile #content .content .delivery_address .address_wrapper>div,.customer-profile #content .content .invoice_data .address_wrapper>div{width:calc(100% / 3)}}@media (max-width:997px){.customer-profile #content .content .delivery_address .address_wrapper>div,.customer-profile #content .content .invoice_data .address_wrapper>div{width:calc(100% / 2)}}@media (max-width:599px){.customer-profile #content .content .delivery_address .address_wrapper>div,.customer-profile #content .content .invoice_data .address_wrapper>div{width:calc(100% / 1)}}.customer-profile #content .content .delivery_address .address_wrapper>div:not(.delivery_address_default),.customer-profile #content .content .invoice_data .address_wrapper>div:not(.delivery_address_default){border-bottom:0;border-top:0;border-left:0}.customer-profile #content .content .delivery_address .address_wrapper>div div,.customer-profile #content .content .invoice_data .address_wrapper>div div{font-size:13px}.customer-profile #content .content .delivery_address .address_wrapper>div div>div:first-child,.customer-profile #content .content .invoice_data .address_wrapper>div div>div:first-child{font-weight:bold}.customer-profile #content .content .delivery_address .address_wrapper>div div .label,.customer-profile #content .content .invoice_data .address_wrapper>div div .label{color:#8E8E8E;font-weight:bold}.customer-profile #content .content .delivery_address .address_wrapper>div .actions,.customer-profile #content .content .invoice_data .address_wrapper>div .actions{text-align:right}.customer-profile #content .content .delivery_address .address_wrapper>div .actions button,.customer-profile #content .content .invoice_data .address_wrapper>div .actions button{padding:0;background:none;color:#60b03d;width:auto;line-height:1;height:auto;margin-left:10px;font-weight:600;font-size:13px}.customer-profile #content .content .header-structure{width:100%;background:#fff;margin-bottom:25px}.customer-profile #content .content .header-structure__title{margin:0;padding:0;font-size:24px}@media (max-width:998px){.customer-profile #content .content .header-structure{margin-bottom:0;padding-bottom:20px}.customer-profile #content .content .header-structure__title{padding:0}}.customer-profile #content .content .profile-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:calc(100% - 295px)}.customer-profile #content .content .profile-content .director-list li>span{color:#60b03d;margin-left:15px}.customer-profile #content .content .profile-row{padding:0 16px 0 0;font-size:13px;background:#fff}@media (max-width:768px){.customer-profile #content .content .profile-row{padding:15px 10px}}.customer-profile #content .content .profile-row__header{font-weight:700;color:#191919}.customer-profile #content .content .profile-row.limit .plus{color:green}.customer-profile #content .content .profile-row.limit .minus{color:red}.customer-profile #content .content .profile-row+.profile-row{margin-top:16px}.customer-profile #content .content ul.profile-list{display:block;list-style-type:none;padding:0;margin:0}.customer-profile #content .content ul.profile-list__item{display:inline-block;width:calc(100% / 3)}.customer-profile #content .content ul.profile-list__item>div:first-child{font-size:13px;font-weight:bold;text-transform:uppercase}.customer-profile #content .content ul.profile-list.addresses,.customer-profile #content .content ul.profile-list.mpks{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:10px}.customer-profile #content .content ul.profile-list.addresses .profile-list__item,.customer-profile #content .content ul.profile-list.mpks .profile-list__item{padding:20px;border:1px solid #F4F4F4;margin-bottom:-1px;width:25%;margin-right:-1px}.customer-profile #content .content ul.profile-list.addresses .profile-list__item:nth-child(3n + 3),.customer-profile #content .content ul.profile-list.mpks .profile-list__item:nth-child(3n + 3){padding-right:0}.customer-profile #content .content ul.profile-list.addresses .profile-list__item.address-item>div:first-child,.customer-profile #content .content ul.profile-list.mpks .profile-list__item.address-item>div:first-child{font-weight:bold}@media (max-width:1280px){.customer-profile #content .content ul.profile-list.addresses .profile-list__item,.customer-profile #content .content ul.profile-list.mpks .profile-list__item{width:33.3%}}@media (max-width:600px){.customer-profile #content .content ul.profile-list.addresses .profile-list__item,.customer-profile #content .content ul.profile-list.mpks .profile-list__item{width:50%}}@media (max-width:400px){.customer-profile #content .content ul.profile-list.addresses .profile-list__item,.customer-profile #content .content ul.profile-list.mpks .profile-list__item{width:100%;margin:0}}@media (max-width:1279px){.customer-profile #content .content .addresses.profile-list__item{width:50%}}@media (max-width:997px){.customer-profile #content .content .data_wrap .profile .personal_data{padding-left:20px;padding-right:20px}.customer-profile #content .content .header-structure{width:100%}.customer-profile #content .content .profile-row{padding-left:20px;padding-right:20px}.customer-profile #content .content .profile-content{width:100%}}@media (max-width:767px){.customer-profile #content .content h2{font-size:18px}.customer-profile #content .content .addresses.profile-list__item{width:100%;padding:15px 0;border-bottom:1px solid #e9e9e9}.customer-profile #content .content .header-structure{width:100%}.customer-profile #content .content .header-structure__title{font-size:18px}.customer-profile #content .content .data_wrap .profile .personal_data,.customer-profile #content .content .data_wrap.bottom-wrap .profile .personal_data{padding-bottom:28px}.customer-profile #content .content .data_wrap .profile .personal_data>*,.customer-profile #content .content .data_wrap.bottom-wrap .profile .personal_data>*{width:100%}.customer-profile #content .content .data_wrap .profile .personal_data>* span,.customer-profile #content .content .data_wrap.bottom-wrap .profile .personal_data>* span{min-width:75px}.customer-profile #content .content .data_wrap .profile .personal_data>*:last-child,.customer-profile #content .content .data_wrap.bottom-wrap .profile .personal_data>*:last-child{width:100%;margin:15px 0 0 0;transform:none;display:inline-block}.customer-profile #content .content .data_wrap .profile .personal_data>*:last-child button,.customer-profile #content .content .data_wrap.bottom-wrap .profile .personal_data>*:last-child button{width:100%;text-align:left;padding-left:25px}}.customer-profile #profile .actions .btn:not(:last-child){margin-right:10px}.customer-profile #content>header{background:#fff;margin-bottom:1px}.customer-profile #content>header h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}.customer-profile #content>header h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){.customer-profile #content>header h1{padding:15px 10px;font-size:18px}.customer-profile #content>header h1:before{font-size:15px}}.customer-profile #content>header h1:before{content:"\e901"}.customer-profile #content .content .data_wrap .profile{border:none}.customer-profile #content .content .data_wrap .profile .personal_data{padding:0}.customer-profile #content .content .data_wrap .profile .personal_data>:last-child button{font-size:13px}@media (max-width:768px){.customer-profile #content .content .data_wrap .profile .personal_data>:last-child button{width:auto;display:inline-block}}@media (max-width:400px){.customer-profile #content .content .data_wrap .profile .personal_data>:last-child button{width:100%}}.customer-profile .customer-profile__block{display:flex;flex-wrap:wrap;width:100%;padding:20px;background-color:#fff}@media (max-width:768px){.customer-profile .customer-profile__block{padding:15px 10px}}.customer-profile .customer-profile__block+.customer-profile__block{margin-top:8px}.customer-profile .customer-profile__block+.customer-profile__block ul{font-size:13px;margin-top:0;width:100%}.customer-profile .customer-profile__block+.customer-profile__block ul:last-child{margin-bottom:0}@media (max-width:998px){.customer-profile .customer-profile__block+.customer-profile__block .profile-content{padding-left:26px;padding-right:26px}.customer-profile .customer-profile__block+.customer-profile__block ul{padding-left:0}.customer-profile .customer-profile__block+.customer-profile__block.bottom-wrap .profile-content{padding-left:0;padding-right:0}}.customer-profile #content .content .limit{margin-top:40px}.customer-profile #content .content .limit h3{color:#191919;font-size:24px}@media (max-width:768px){.customer-profile #content .content .limit h3{font-size:18px}}#profile .actions{margin-top:0}.consent-block .actions{text-align:right;width:45%;float:none;margin-left:auto;display:flex;justify-content:flex-end}.consent-block .actions .consent__button{height:40px}.customer-rodo #main .rodo__download-button{padding:0 25px}.customer-rodo #main .rodo__download-button:first-child{padding:0 25px}.customer-rodo #main .rodo__download-button:not(:last-child){margin-right:10px}
body.company-invoice #content header>h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}body.company-invoice #content header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e905"}body.company-invoice #content header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.company-invoice #content header>h1{padding:15px 10px;font-size:18px}body.company-invoice #content header>h1:before{font-size:15px}}body.company-invoice #content header>h1:before{font-size:30px}body.company-invoice .content .search{position:relative;display:flex;align-items:flex-end;padding:15px 20px 25px;border:0 solid #e6e6e6;border-top-width:1px;background-color:#fff}body.company-invoice .content .search h3{font-weight:600;font-size:13px;line-height:1.5;color:#586168;display:inline-block;margin:0 20px 14px 0;display:none}body.company-invoice .content .search .filters{width:auto;flex-grow:1;max-width:100%}body.company-invoice .content .search .filters.list-inline{padding:0}body.company-invoice .content .search ul.filters>li{min-width:150px;width:calc(20% - 16px)}@media (max-width:1280px){body.company-invoice .content .search ul.filters>li{width:calc(33.33% - 14px)}}@media (max-width:768px){body.company-invoice .content .search ul.filters{flex-wrap:wrap}body.company-invoice .content .search ul.filters li{width:calc(50% - 10px);margin-bottom:16px}body.company-invoice .content .search ul.filters li:nth-child(2n + 1){margin-right:20px}body.company-invoice .content .search ul.filters li:nth-child(2n + 2){margin-right:0}}body.company-invoice .content .search .filters-reset{position:absolute;top:10px;right:20px;text-transform:lowercase;z-index:3}body.company-invoice .content .search .filters-reset:before{content:'+';font-weight:700;transform:rotate(45deg);display:block;float:left;font-size:1.5em;margin-right:5px}@media (max-width:768px){body.company-invoice .content .search{padding:15px 10px}}@media (max-width:600px){body.company-invoice .content .search{flex-wrap:wrap}body.company-invoice .content .search h3{width:100%;margin-right:0}body.company-invoice .content .search ul.filters>li{min-width:initial}body.company-invoice .content .search ul.filters .dropdown a.dropdown .filter-value{min-width:0}}@media (max-width:599px){body.company-invoice .content .search{padding:20px}}@media (max-width:400px){body.company-invoice .content .search ul.filters{flex-wrap:wrap}body.company-invoice .content .search ul.filters>li{width:100%;margin-bottom:10px;margin-right:0}body.company-invoice .content .search ul.filters>li:nth-child(2n + 1){margin-right:0}}body.company-invoice #main-wrapper .content table.table-invoice tr.expired td{background-color:#ffdbdb}body.company-invoice #main-wrapper .content table.table-invoice td{padding:13px 10px;line-height:1.3}body.company-invoice #main-wrapper .content table.table-invoice td.number{font-weight:bold}body.company-invoice #main-wrapper .content table.table-invoice td.number span.pdf{display:block}body.company-invoice #main-wrapper .content table.table-invoice td.number span.pdf a{margin-left:-0.3em}body.company-invoice #main-wrapper .content table.table-invoice td.status_type{color:#60b03d;text-align:left}body.company-invoice #main-wrapper .content table.table-invoice td.status_type .old{color:#be0d0d}body.company-invoice #main-wrapper .content table.table-invoice td a:hover{color:#191919}@media (min-width:651px) and (max-width:1280px){body.company-invoice #main-wrapper .content table.table-invoice tbody tr{align-content:center}body.company-invoice #main-wrapper .content table.table-invoice tbody tr td{border-top:1px solid #f2f2f2;padding:15px 10px;max-width:16.6666%}body.company-invoice #main-wrapper .content table.table-invoice tbody tr td.status_type,body.company-invoice #main-wrapper .content table.table-invoice tbody tr td.number{max-width:50%}body.company-invoice #main-wrapper .content table.table-invoice tbody tr td.description{width:100%}body.company-invoice #main-wrapper .content table.table-invoice tbody tr td:before{font-size:12px;text-transform:none}}@media (max-width:1279px) and (min-width:651px){body.company-invoice #main-wrapper .content table.table-invoice thead{display:none}body.company-invoice #main-wrapper .content table.table-invoice tbody tr{display:flex;flex-wrap:wrap;align-items:normal}body.company-invoice #main-wrapper .content table.table-invoice tbody td{display:flex !important;flex-wrap:wrap}body.company-invoice #main-wrapper .content table.table-invoice tbody td:before{content:attr(data-th);color:#000;width:100%;display:block;font-size:10px;font-weight:bold;text-transform:uppercase}body.company-invoice #main-wrapper .content table.table-invoice tbody td.status_type,body.company-invoice #main-wrapper .content table.table-invoice tbody td.number{order:-1;width:50%}body.company-invoice #main-wrapper .content table.table-invoice tbody td.status_type.status_type>strong,body.company-invoice #main-wrapper .content table.table-invoice tbody td.number.status_type>strong{width:100%}body.company-invoice #main-wrapper .content table.table-invoice tbody tr.warning td[colspan]{width:100%;justify-content:center}body.company-invoice #main-wrapper .content table.table-invoice tbody tr.warning td[colspan]:before{display:none}}@media (max-width:650px){body.company-invoice #main-wrapper .content table.table-invoice tbody tr:not(.warning) td{padding:10px;border-top:1px solid #f2f2f2;display:flex;align-content:center;align-items:center}body.company-invoice #main-wrapper .content table.table-invoice tbody tr:not(.warning) td span.pdf{text-align:right}body.company-invoice #main-wrapper .content table.table-invoice tbody tr:not(.warning) td:before{content:attr(data-th);color:#000;width:50%;display:block;font-size:12px;font-weight:bold;flex-shrink:0;flex-grow:0}body.company-invoice #main-wrapper .content table.table-invoice tbody tr.expired td{background-color:#ffdbdb;border-top:1px solid rgba(0,0,0,0.05)}}
.customer-loyalty .full-html article>header{max-width:none}.customer-loyalty .main-wrapper .main-content{background:none;padding:0}.customer-loyalty .main-wrapper .main-content>.content{padding:0;margin-top:0;max-width:none}.customer-loyalty .main-wrapper .main-content .main-header h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center;border-bottom:1px solid #f2f2f2}.customer-loyalty .main-wrapper .main-content .main-header h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){.customer-loyalty .main-wrapper .main-content .main-header h1{padding:15px 10px;font-size:18px}.customer-loyalty .main-wrapper .main-content .main-header h1:before{font-size:15px}}.customer-loyalty .main-wrapper .main-content .main-header h1:before{content:"\e963"}.customer-loyalty .loyalty__empty{padding:20px;color:#191919}.customer-loyalty .loyalty__empty a{color:#60b03d}.customer-loyalty .loyalty__empty a:hover{color:#191919}@media (max-width:768px){.customer-loyalty .loyalty__empty{padding:10px 15px}}.customer-loyalty .loyalty__header{color:#191919;border:none}.customer-loyalty .header__details{background:#fff;padding:20px}.customer-loyalty .header__details .details__points{margin-bottom:10px}.customer-loyalty .header__details .details__date{margin-bottom:5px}@media (max-width:768px){.customer-loyalty .header__details{padding:10px 15px}}.customer-loyalty .loyalty__body{background:#fff;margin-top:8px}.customer-loyalty [data-id="tab-points"] form{display:flex;width:100%;max-width:500px;align-items:flex-start;text-align:right}@media (max-width:359px){.customer-loyalty [data-id="tab-points"] form{display:block}}.customer-loyalty [data-id="tab-points"] .discount__container{flex-grow:1;margin-right:10px;text-align:left}.customer-loyalty [data-id="tab-points"] .discount__container label{padding-top:0;font-weight:bold;font-size:13px;line-height:1.5;color:#586168;margin-bottom:5px}.customer-loyalty [data-id="tab-points"] .discount__container input{width:100%;padding:3px 10px;height:40px}.customer-loyalty [data-id="tab-points"] .discount__description{margin-top:10px}.customer-loyalty [data-id="tab-points"] .discount__button{margin-left:auto;margin-right:0;border:none;margin-top:24px}.customer-loyalty [data-id="tab-rewards"]{padding:0}.customer-loyalty [data-id="tab-rewards"] .tab__content{padding:0 !important}.customer-loyalty [data-id="tab-rewards"] .items{display:flex;flex-wrap:wrap}.customer-loyalty [data-id="tab-rewards"] .items .items__item{width:calc(25% + 1px);padding:15px;position:relative;margin-bottom:1px;margin-right:-1px;border-bottom:1px solid #f2f2f2}.customer-loyalty [data-id="tab-rewards"] .items .items__item:nth-child(4n + 1),.customer-loyalty [data-id="tab-rewards"] .items .items__item:nth-child(4n + 2),.customer-loyalty [data-id="tab-rewards"] .items .items__item:nth-child(4n + 3){border-right:1px solid #f2f2f2}.customer-loyalty [data-id="tab-rewards"] .items .items__item img{vertical-align:middle}.customer-loyalty [data-id="tab-rewards"] .items .items__item .item__photo{text-align:center}.customer-loyalty [data-id="tab-rewards"] .items .items__item .item__title{margin-top:13px;line-height:1em;font-size:14px;width:100%;font-weight:bold;color:#191919;margin-bottom:13px}.customer-loyalty [data-id="tab-rewards"] .items .items__item .item__details{display:flex}.customer-loyalty [data-id="tab-rewards"] .items .items__item .details__price{font-size:14px}.customer-loyalty [data-id="tab-rewards"] .items .items__item .details__submit{margin-right:0;margin-left:auto}.customer-loyalty [data-id="tab-rewards"] .items .items__item .details__submit span{font-size:12px}.customer-loyalty [data-id="tab-rewards"] .items .items__item .details__submit a{display:inline-block;color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer}.customer-loyalty [data-id="tab-rewards"] .items .items__item .details__submit a:hover{background:#569d36}@media (min-width:1440px){.customer-loyalty [data-id="tab-rewards"] .items .items__item .details__submit a{font-size:14px}}.customer-loyalty [data-id="tab-rewards"] .items .items__item .reward--notenough{color:#be0d0d;font-weight:600;display:inline-block;line-height:1.4em}.customer-loyalty [data-id="tab-rewards"] .items .items__item:hover{box-shadow:0 0 15px rgba(0,0,0,0.15);z-index:3}@media (max-width:998px){.customer-loyalty [data-id="tab-rewards"] .items .items__item{width:calc(33.33% + 1px)}.customer-loyalty [data-id="tab-rewards"] .items .items__item:nth-child(3n + 1),.customer-loyalty [data-id="tab-rewards"] .items .items__item:nth-child(3n + 2){border-right:1px solid #f2f2f2}.customer-loyalty [data-id="tab-rewards"] .items .items__item:nth-child(3n + 3){border-right:none}}@media (max-width:768px){.customer-loyalty [data-id="tab-rewards"] .items .items__item{width:calc(50% + 1px)}.customer-loyalty [data-id="tab-rewards"] .items .items__item:nth-child(2n + 1){border-right:1px solid #f2f2f2}.customer-loyalty [data-id="tab-rewards"] .items .items__item:nth-child(2n + 2){border-right:none}}@media (max-width:480px){.customer-loyalty [data-id="tab-rewards"] .items .items__item{width:100%;margin-right:0}.customer-loyalty [data-id="tab-rewards"] .items .items__item:nth-child(n){border-right:none}}.loyalty-items .main-wrapper .main-content .main-header{border-bottom:10px solid #f2f2f2;align-items:center}.loyalty-items .main-wrapper .main-content .main-header h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center;width:auto;flex-grow:1}.loyalty-items .main-wrapper .main-content .main-header h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){.loyalty-items .main-wrapper .main-content .main-header h1{padding:15px 10px;font-size:18px}.loyalty-items .main-wrapper .main-content .main-header h1:before{font-size:15px}}.loyalty-items .main-wrapper .main-content .main-header #submenu{padding-top:20px;padding-bottom:20px}@media (max-width:768px){.loyalty-items .main-wrapper .main-content .main-header{display:block}.loyalty-items .main-wrapper .main-content .main-header h1{padding-left:10px}.loyalty-items .main-wrapper .main-content .main-header #submenu{padding-top:0;padding-bottom:15px;padding-right:10px;text-align:right}}.loyalty-items fieldset,.loyalty-items .form-field-group{border:none;margin:0;padding:30px 0}.loyalty-items fieldset input:not([type="submit"]),.loyalty-items .form-field-group input:not([type="submit"]){padding:3px 10px;height:40px}.loyalty-items fieldset label,.loyalty-items .form-field-group label{padding-top:0;font-weight:bold;font-size:13px;line-height:1.5;margin-bottom:5px}.loyalty-items #form-field-details-wrapper{color:#191919}.loyalty-items .loyalty__consent{margin-top:15px;color:#191919}.loyalty-items #form-field-actions{margin-top:0}.loyalty-items #form-field-submit{border:none}.loyalty-items form .form-body fieldset,.loyalty-items form .form-body .form-field-group{width:calc(50% - 20px)}@media (max-width:600px){.loyalty-items form .form-body fieldset,.loyalty-items form .form-body .form-field-group{width:100%;padding-bottom:0}}.tabs{background:#fff}.tabs.tabs__nav{position:relative;list-style:none;display:flex;margin:1px 0 0 0;background:#fff;width:100%;border-bottom:1px solid #E5E3E3}.tabs.tabs__nav .tabs__nav__item{display:inline-block;min-width:20%;position:relative;z-index:1;font-size:14px;font-weight:bold;color:#586168;line-height:1.357;padding:8px 12px;border-bottom:2px solid rgba(255,255,255,0);text-align:center;cursor:pointer;margin-bottom:-1px}.tabs.tabs__nav .tabs__nav__item.active{color:#60b03d;border-bottom:2px solid #60b03d}.tabs.tabs__nav .tabs__nav__item:hover{color:#60b03d}.tabs.tabs__items .tab__header{color:#191919;font-size:16px;position:relative;margin:0;padding:10px 30px 10px 10px;font-weight:700;line-height:1.2;border-top:1px solid #E5E3E3;cursor:pointer;display:none}.tabs.tabs__items .tab__header:before{content:'';width:16px;height:4px;position:absolute;background:#727272;right:5px;top:18px;z-index:0}.tabs.tabs__items .tab__header:after{content:'';width:4px;height:16px;position:absolute;background:#727272;top:12px;right:11px;z-index:0}.tabs.tabs__items .tabs__item .tab__content{display:none;padding:20px}@media (max-width:998px){.tabs.tabs__items .tabs__item .tab__content{padding:20px 10px}}.tabs.tabs__items .tabs__item.active .tab__content{display:block}.tabs.tabs__items .tabs__item.active .tab__header{color:#60b03d}.tabs.tabs__items .tabs__item.active .tab__header:before{background:#60b03d}.tabs.tabs__items .tabs__item.active .tab__header:after{display:none}@media (max-width:768px){.tabs.tabs__nav{display:none}.tabs.tabs__items .tab__header{display:block}}
.alert{clear:both;font-size:15px;border:1px solid #bce8f1;margin-bottom:15px;padding:10px 30px;background-color:#d9edf7;color:#31708f}.alert ul{line-height:26px;margin:0;padding:0;display:inline-block;vertical-align:top}.alert ul li{list-style:none;word-break:break-word}.alert--success{background-color:#1B97E1;color:#fff}.alert--warning{background-color:#fff2cf;color:#846314;border:1px solid #e1dcd0}.alert--error{background-color:#ef5350;color:#fff}.alert a.btn{padding:7px 15px;margin-left:15px;background:#586168}.alert a.btn:hover,.alert a.btn:focus,.alert a.btn:active{background:#4c545a}@media (max-width:768px){.alert{padding:20px}}#info-box{background-color:rgba(27,151,225,0.9);font-size:15px;padding:10px 30px}
.article__container{display:flex}.article-view #main-wrapper,.article-category #main-wrapper{flex-direction:column}.articles{width:100%;display:flex;flex-wrap:wrap;align-items:flex-start}.articles .articles__header{width:100%;background-color:#FFF;margin-bottom:8px;padding:24px}.articles .articles__sidebar{background-color:#FFF;width:290px;margin-right:8px;padding:0}@media (max-width:1279px){.articles .articles__sidebar{width:150px}}@media (max-width:768px){.articles .articles__sidebar{width:100%;display:block}}.articles .articles__categories{padding:24px;width:70%;flex:1}.articles .articles__categories .list-articles,.articles .articles__categories .paginator-small{background:#fff}.articles .articles__categories .paginator-small{width:100%}.articles .articles__categories .categories__body{display:flex;flex-wrap:wrap}.articles .articles__categories .categories__body .category{width:calc(50% - 12px);position:relative}.articles .articles__categories .categories__body .category .category__image{min-height:225px;margin-bottom:32px;display:flex;justify-content:center;align-items:center}.articles .articles__categories .categories__body .category .category__title{margin:0 0 8px 0}.articles .articles__categories .categories__body .category .category__description{margin-bottom:32px;min-height:100px}.articles .articles__categories .categories__body .category:nth-of-type(2n + 2){margin-left:24px}.articles .articles__articles{padding:24px;background-color:#FFF;width:70%;flex:1}.articles .articles__articles .paginator-small{width:100%}.articles .articles__articles .articles__body{display:flex;flex-wrap:wrap}.articles .articles__articles .articles__body .article{width:calc(50% - 12px)}.articles .articles__articles .articles__body .article .article__image{min-height:225px;margin-bottom:32px;display:flex;justify-content:center;align-items:center}.articles .articles__articles .articles__body .article .article__title{margin:0 0 8px 0}.articles .articles__articles .articles__body .article .article__content{margin-bottom:32px;min-height:100px}.articles .articles__articles .articles__body .article:nth-of-type(2n + 2){margin-left:24px}@media (max-width:768px){#main>.container-fluid{padding:0}}.article__container{width:100%;position:relative;background:#fff;padding:24px 34px 83px;color:#191919}@media (max-width:768px){.article__container{padding:10px 10px 20px}}@media (min-width:1440px){.articles__header.full-html .header__content,.articles__header.full-html .header__title{max-width:1200px;margin-left:auto;margin-right:auto}}@media (min-width:1440px){.articles__header.full-html .header__content .header__description{font-size:15px}}@media (min-width:1440px){.articles__header.full-html .header__title{margin-left:auto !important;margin-right:auto !important}}.full-html{font-size:13px;line-height:1.5em}.full-html .article__body{width:100%}@media (min-width:1440px){.full-html article>.content,.full-html .article__content{font-size:15px;max-width:1200px;margin-left:auto;margin-right:auto}}@media (min-width:1440px){.full-html article>header{max-width:1200px;margin-left:auto;margin-right:auto}}.full-html:after{content:'';clear:both;display:table}.full-html iframe[src*="youtube"]{margin:30px auto;display:block;max-width:100%}.full-html p,.full-html ul{margin-top:0;margin-bottom:2em;line-height:1.5em}.full-html p:empty,.full-html ul:empty{margin-bottom:0}.full-html p:last-child,.full-html ul:last-child{margin-bottom:0}.full-html ul,.full-html li{line-height:1.5em}.full-html img{height:auto !important}.full-html table{border-collapse:collapse;border-spacing:0;border:1px solid #E5E3E3;width:100%;margin:55px 0}.full-html table caption{font-weight:bold;text-align:left}.full-html table td,.full-html table th{padding:10px 15px;line-height:1.4em}.full-html table td p,.full-html table th p,.full-html table td ul,.full-html table th ul,.full-html table td ol,.full-html table th ol{line-height:1.4em}.full-html table td p,.full-html table th p{margin-bottom:.5em}.full-html table td p:last-child,.full-html table th p:last-child{margin-bottom:0px}.full-html table th{background-color:#f2f2f2;font-weight:normal;text-align:left}.full-html table tbody,.full-html table thead,.full-html table tfoot,.full-html table table,.full-html table td,.full-html table tr,.full-html table th{border:1px solid #E5E3E3}.full-html table tbody,.full-html table thead,.full-html table tfoot,.full-html table tr{border:none}.full-html table:last-child{margin-bottom:0px}.full-html table[border="0"],.full-html table[border="0"] tbody,.full-html table[border="0"] thead,.full-html table[border="0"] tfoot,.full-html table[border="0"] tr,.full-html table[border="0"] th,.full-html table[border="0"] td{border:none}.full-html table[border="0"] tbody tr:last-child th{border-bottom:none}.full-html table.zebra.kolumny tr td:nth-child(odd){background-color:#fafafa}.full-html table.zebra.wiersze tbody tr:nth-child(odd){background-color:#fafafa}.full-html table.zebra.paski tbody tr:nth-child(odd){background-color:#f2f2f2}.full-html table.zebra.paski tbody tr:nth-child(even){background-color:#fafafa}.full-html table.zebra.paski.kolumny tr td:nth-child(odd){background-color:#f2f2f2}.full-html table.zebra.paski.kolumny tr td:nth-child(even){background-color:#fafafa}.full-html table.zebra.paski th{background-color:#f2f2f2}.full-html table.krawedzie.wiersze thead tr th{border-bottom:3px solid #E5E3E3}.full-html table.krawedzie.wiersze tr th,.full-html table.krawedzie.wiersze tr td{border:none;border-bottom:1px solid #E5E3E3}.full-html table[border="0"].krawedzie.wiersze tr:last-child td,.full-html table[border="0"].krawedzie.wiersze tbody tr:last-child th{border-bottom:none}.full-html table.krawedzie.kolumny thead tr th{border-color:#E5E3E3;border-style:solid;border-width:0 1px 1px 1px}.full-html table.krawedzie.kolumny tbody tr th,.full-html table.krawedzie.kolumny tbody tr td{border-width:0 1px 0 1px;border-color:#E5E3E3;border-style:solid}.full-html h1{font-size:21px;margin-bottom:20px;font-weight:600;line-height:1.3em;margin-top:0;color:#191919}@media (min-width:768px){.full-html h1{font-size:28px}}.full-html h2{font-weight:600;font-size:18px;line-height:1.3em;margin-bottom:16px;margin-top:0;color:#191919}@media (min-width:768px){.full-html h2{font-size:24px}}.full-html h3{font-weight:bold;font-size:16px;line-height:1.3em;margin-bottom:16px;margin-top:0;color:#191919}.full-html h4{font-weight:bold;font-size:11px;line-height:1.3em;text-transform:uppercase;margin-bottom:21px;margin-top:0;color:#191919}.full-html .article__header{padding-left:4px}@media (max-width:768px){.full-html .article__header{padding-left:0}}.full-html .article__header .article__title{font-weight:600;font-size:16px;line-height:1.36;margin-bottom:16px}@media (min-width:600px){.full-html .article__header .article__title{font-size:24px}}@media (min-width:768px){.full-html .article__header .article__title{font-size:36px}}.full-html .article__header .article__image img{vertical-align:top;padding-bottom:47px;margin-bottom:-2em;max-width:100%;height:auto !important}.full-html .dwie-kolumny{margin-bottom:47px}@media (min-width:768px){.full-html .dwie-kolumny{column-count:2;column-gap:66px}}.full-html .oembed-provider-youtube iframe{margin:0}.full-html .oembed-provider-youtube[data-align="left"]{margin-right:30px;clear:left}.full-html .oembed-provider-youtube[data-align="right"]{margin-left:30px;clear:right}.full-html .oembed-provider-youtube[data-align="center"]:not(:first-child){margin:30px 0}.full-html .oembed-provider-youtube[data-align="center"] iframe{margin:0 auto}.full-html .dwie-kolumny-alt{margin-bottom:47px}.full-html .dwie-kolumny-alt .oembed-provider-youtube{width:100%;padding-top:56.25%;margin:0 0 2em;position:relative;padding-bottom:0}.full-html .dwie-kolumny-alt .oembed-provider-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0}@media (min-width:768px){.full-html .dwie-kolumny-alt{display:flex}.full-html .dwie-kolumny-alt .oembed-provider-youtube{margin-bottom:0}.full-html .dwie-kolumny-alt>div{width:50%}.full-html .dwie-kolumny-alt>div:nth-child(odd){padding-right:33px}.full-html .dwie-kolumny-alt>div:nth-child(even){padding-left:33px}}.full-html .jasny-tekst{color:#586168}.full-html .jasny-tekst h2,.full-html .jasny-tekst h3,.full-html .jasny-tekst h1{font-weight:bold;margin-bottom:20px}.full-html .intro{font-size:15px;font-weight:600;margin-bottom:40px}@media (max-width:769px){.full-html .oembed-provider-youtube{position:relative;padding-bottom:0;margin:2em auto;width:100%;padding-top:56.25%;height:auto}.full-html .oembed-provider-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0}}.full-html .grafika{text-align:center}.full-html .grafika-lewa,.full-html .grafika-prawa{margin-bottom:40px}.full-html .grafika-lewa .oembed-provider-youtube,.full-html .grafika-prawa .oembed-provider-youtube{width:100%;padding-top:56.25%;position:relative;padding-bottom:0;margin:0 0 2em}.full-html .grafika-lewa .oembed-provider-youtube iframe,.full-html .grafika-prawa .oembed-provider-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0}@media (min-width:768px){.full-html .grafika-lewa,.full-html .grafika-prawa{display:flex;align-items:flex-start}.full-html .grafika-lewa .oembed-provider-youtube,.full-html .grafika-prawa .oembed-provider-youtube{margin-bottom:0}.full-html .grafika-lewa .text,.full-html .grafika-prawa .text,.full-html .grafika-lewa .grafika,.full-html .grafika-prawa .grafika{flex-shrink:0;flex-grow:1;width:calc(50% - 33px)}.full-html .grafika-lewa .text:first-child,.full-html .grafika-prawa .text:first-child,.full-html .grafika-lewa .grafika:first-child,.full-html .grafika-prawa .grafika:first-child{margin-right:33px}.full-html .grafika-lewa .text:first-child+div,.full-html .grafika-prawa .text:first-child+div,.full-html .grafika-lewa .grafika:first-child+div,.full-html .grafika-prawa .grafika:first-child+div{margin-left:33px}.full-html .grafika-lewa .grafika,.full-html .grafika-prawa .grafika{text-align:center}.full-html .grafika-lewa .grafika img,.full-html .grafika-prawa .grafika img{margin-bottom:0;padding-bottom:0;height:auto !important;max-width:100%}.full-html .grafika-lewa.s25 .grafika,.full-html .grafika-prawa.s25 .grafika{width:calc(25% - 33px)}.full-html .grafika-lewa.s25 .text,.full-html .grafika-prawa.s25 .text{width:calc(75% - 33px)}}.full-html .grafika-lewa .grafika{margin-bottom:40px}@media (min-width:768px){.full-html .grafika-lewa .grafika{margin-bottom:0}}.full-html .grafika-prawa .grafika{margin-top:40px}@media (min-width:768px){.full-html .grafika-prawa .grafika{margin-top:0}}.full-html .article-galeria:not(:last-child){margin-bottom:46px}.full-html .article-galeria p{display:flex;flex-wrap:wrap}.full-html .article-galeria p .gallery__link{width:50%;outline:1px solid #fff}.full-html .article-galeria p .gallery__link img{padding-bottom:0;margin-bottom:0;vertical-align:middle}@media (min-width:600px){.full-html .article-galeria p .gallery__link{width:50%}}@media (min-width:768px){.full-html .article-galeria p .gallery__link{width:33.33%}}@media (min-width:998px){.full-html .article-galeria p .gallery__link{width:25%}}@media (min-width:1280px){.full-html .article-galeria p .gallery__link{width:20%}}.full-html table thead td,.full-html table thead th,.full-html table tbody td,.full-html table tbody th{padding-right:10px}.full-html table thead td:last-child,.full-html table thead th:last-child,.full-html table tbody td:last-child,.full-html table tbody th:last-child{padding-right:0}.full-html table:not(:last-child){margin-bottom:55px}.full-html .table_rwd:not(:first-child) table{margin-top:30px}.full-html .table_rwd:not(:last-child) table{margin-bottom:55px}@media (max-width:998px){.full-html .table_rwd{position:relative}.full-html .table_rwd:after{content:'';position:absolute;top:0;height:100%;width:40px;right:0;background:linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%)}.full-html .table_rwd.end:after{display:none}.full-html .table_rwd .tbl{width:100%;overflow-x:scroll;box-sizing:border-box}}.full-html .products__list{margin-top:47px;margin-bottom:47px}.full-html .products__viewport{display:flex;flex-wrap:wrap}.full-html .products__viewport .product{width:100%;margin-right:-1px;position:relative;padding:20px 15px}@media (min-width:600px){.full-html .products__viewport .product{width:50%}}@media (min-width:768px){.full-html .products__viewport .product{width:50%}}@media (min-width:998px){.full-html .products__viewport .product{width:33.33%}}@media (min-width:1280px){.full-html .products__viewport .product{width:25%}}.full-html .products__viewport .product .product__body{border-bottom:none}.full-html .products__viewport .product .product__buy .product__buy__count{width:auto;flex-grow:1;padding:0 9px}.full-html .products__viewport .product .product__hover{padding:18px 15px;position:absolute;z-index:2;top:100%;left:-15px;right:-15px;bottom:0;background:#fff;opacity:0;transition:top 500ms, opacity 500ms}.full-html .products__viewport .product .product__hover label{padding-right:0}.full-html .products__viewport .product .product__hover .price__wrapper{padding-left:10px}.full-html .products__viewport .product .product__hover .price--main{font-weight:bold;color:#191919}.full-html .products__viewport .product .product__hover .price--additional{line-height:1.6em;margin-top:3px}.full-html .products__viewport .product .product__hover .price--additional>span:first-child{display:block}.full-html .products__viewport .product .product__hover .hover__row{padding:8px 5px;align-items:center}.full-html .products__viewport .product .product__hover .hover__row--header{display:none}.full-html .products__viewport .product .product__hover .hover__row--header+.hover__row{border-top:none}.full-html .products__viewport .product:hover .product__hover{top:-15px;opacity:1}.download-table:not(:first-child):not(:last-child){margin-bottom:40px}.download-table>div:first-child{margin-bottom:20px;flex-grow:1}.download-table>div:first-child+div h3{font-size:11px;color:#191919;text-transform:uppercase;font-weight:bold;line-height:1.11em;margin:0}.download-table>div:first-child+div h3:not(:first-child){margin-top:35px}.download-table>div:first-child+div p{margin:0 !important}.download-table>div:first-child+div a{margin-top:14px;display:block;color:#fff !important;background:#ADADAC;line-height:1.11em;text-transform:uppercase;font-size:11px;font-weight:600;position:relative;padding:13px 45px 13px 13px}.download-table>div:first-child+div a:before{font-family:b2b,sans-serif;content:'\e914';font-size:20px;right:16px;top:50%;transform:translate(0, -50%);position:absolute;font-weight:normal}.download-table>div:first-child+div a:after{content:'';width:0;height:0;border-style:solid;border-width:3px 3px 0 3px;border-color:transparent;border-top-color:#fff;font-size:0;margin-left:7px;vertical-align:3px;line-height:3px}.download-table>div:first-child+div a:hover{background:#60b03d;color:#fff !important}@media (min-width:768px){.download-table{display:flex;align-items:flex-start}.download-table>div:first-child{margin-bottom:0;margin-right:40px}.download-table>div:first-child+div{width:245px;flex-shrink:0}}.articles .articles__header{display:flex;flex-wrap:wrap;align-items:flex-start;position:relative;margin-bottom:7px;padding:23px 27px 23px}.articles .articles__header .header__content{display:flex;width:100%;flex-wrap:wrap}.articles .articles__header .header__title{font-size:27px;line-height:37px;font-weight:bold;color:#191919;margin:0;width:100%}.articles .articles__header .header__title.header__title--margin{margin-bottom:27px}.articles .articles__header .header__image{width:100%;text-align:center}.articles .articles__header .header__image img{vertical-align:middle;margin-bottom:24px;padding-bottom:0}@media (min-width:768px){.articles .articles__header .header__image{margin-right:24px;width:260px}.articles .articles__header .header__image img{margin-bottom:0}}.articles .articles__header .header__description{flex-grow:1;font-size:13px;line-height:1.5em}.articles .articles__header .header__description p:first-child,.articles .articles__header .header__description ul:first-child,.articles .articles__header .header__description table:first-child{margin-top:0}.articles .articles__header .header__description p:not(:last-child),.articles .articles__header .header__description ul:not(:last-child),.articles .articles__header .header__description table:not(:last-child){margin-bottom:2em}@media (min-width:768px){.articles .articles__header .header__description{width:calc(100% - 284px)}}@media (max-width:998px){.articles .articles__header{margin-bottom:10px;padding:10px}}@media (max-width:768px){.articles .articles__header .header__content{display:none;margin-top:10px}.articles .articles__header .header__content.active{display:flex}.articles .articles__header .header__title{font-size:18px;margin-bottom:0;line-height:1.375;color:#191919;position:relative;padding-right:30px;width:100%}.articles .articles__header .header__title.has-content{cursor:pointer}.articles .articles__header .header__title.has-content:before{content:'keyboard_arrow_down';font-family:'material';color:#586168;top:-6px;right:8px;position:absolute;width:16px;font-size:26px}.articles .articles__header .header__title.has-content.active:before{content:'keyboard_arrow_up'}}body.article-category .articles .articles__categories,body.article-category .articles .articles__articles{padding:0;width:auto}body.article-category .articles .articles__categories .list-items,body.article-category .articles .articles__articles .list-items{padding:20px}body.article-category .articles .articles__categories .list-articles,body.article-category .articles .articles__articles .list-items{display:flex;flex-wrap:wrap;align-items:flex-start}body.article-category .articles .articles__categories .list-articles .list-item,body.article-category .articles .articles__articles .list-items .list-item{width:100%;margin-bottom:37px;position:relative}@media (min-width:600px){body.article-category .articles .articles__categories .list-articles .list-item,body.article-category .articles .articles__articles .list-items .list-item{width:calc(50% - 12px)}body.article-category .articles .articles__categories .list-articles .list-item:nth-child(2n+1),body.article-category .articles .articles__articles .list-items .list-item:nth-child(2n+1){margin-left:0;margin-right:auto}body.article-category .articles .articles__categories .list-articles .list-item:nth-child(2n+2),body.article-category .articles .articles__articles .list-items .list-item:nth-child(2n+2){margin-left:auto;margin-right:0}}body.article-category .articles .articles__categories .list-articles .list-item img,body.article-category .articles .articles__articles .list-items .list-item img{vertical-align:middle}body.article-category .articles .articles__categories .list-articles .list-item .list-item__image,body.article-category .articles .articles__articles .list-items .list-item .list-item__image{margin:0 0 24px;width:100%}body.article-category .articles .articles__categories .list-articles .list-item .list-item__image a,body.article-category .articles .articles__articles .list-items .list-item .list-item__image a{display:block}body.article-category .articles .articles__categories .list-articles .list-item .list-item__image img,body.article-category .articles .articles__articles .list-items .list-item .list-item__image img{padding:0;margin:0;min-width:100%;width:100%}body.article-category .articles .articles__categories .list-articles .list-item .list-item__title,body.article-category .articles .articles__articles .list-items .list-item .list-item__title{color:#191919;font-size:23px;line-height:31px;margin:0;font-weight:bold}body.article-category .articles .articles__categories .list-articles .list-item .list-item__description,body.article-category .articles .articles__articles .list-items .list-item .list-item__description{font-size:13px;line-height:1.5em;margin:5px 0 0;min-height:0}body.article-category .articles .articles__categories .list-articles .list-item a.list-item__read_more,body.article-category .articles .articles__articles .list-items .list-item a.list-item__read_more{font-weight:bold;font-size:12px;line-height:16px;color:#586168;margin:25px 0 0;display:block}body.article-category .articles .articles__categories .list-articles .list-item a.list-item__read_more:hover,body.article-category .articles .articles__articles .list-items .list-item a.list-item__read_more:hover{color:#60b03d}body.article-category .articles .articles__categories .list-articles .list-item a.list-item__read_more:after,body.article-category .articles .articles__articles .list-items .list-item a.list-item__read_more:after{content:'navigate_next';font-family:'material';margin-left:10px;vertical-align:middle;display:inline-block;font-size:22px}@media (max-width:998px){body.article-category .articles .articles__categories .list-articles,body.article-category .articles .articles__articles .list-items{padding:10px}body.article-category .articles .articles__categories .list-articles .list-item,body.article-category .articles .articles__articles .list-items .list-item{margin-bottom:15px}body.article-category .articles .articles__categories .list-articles .list-item .list-item__image,body.article-category .articles .articles__articles .list-items .list-item .list-item__image{margin:0 0 16px}body.article-category .articles .articles__categories .list-articles .list-item .list-item__title,body.article-category .articles .articles__articles .list-items .list-item .list-item__title{font-size:15px;margin-bottom:8px;line-height:1.346}body.article-category .articles .articles__categories .list-articles .list-item .list-item__description,body.article-category .articles .articles__articles .list-items .list-item .list-item__description{font-weight:normal;font-size:13px;line-height:1.5}body.article-category .articles .articles__categories .list-articles .list-item a.list-item__read_more,body.article-category .articles .articles__articles .list-items .list-item a.list-item__read_more{font-weight:normal;margin-top:15px}}.list-categories{display:flex;width:100%;flex-wrap:wrap}.list-categories .category{position:relative;display:flex;background:#fff;border:1px solid #E5E3E3;padding:13px 15px;width:100%;margin:0 0 12px 0}.list-categories .category:hover{border-color:#60b03d}@media (min-width:600px){.list-categories .category{width:calc(50% - 6px)}}@media (min-width:600px) and (max-width:998px){.list-categories .category:nth-child(odd){margin-right:6px}.list-categories .category:nth-child(even){margin-left:6px}}@media (min-width:998px){.list-categories .category{width:calc(33.33% - 8px)}.list-categories .category:nth-child(3n + 2){margin-left:12px  !important;margin-right:12px  !important}}.list-categories .category .category__image{margin-top:7px;margin-bottom:7px;width:120px;margin-right:15px;flex-shrink:0}.list-categories .category .category__image img{vertical-align:middle}.list-categories .category .category__body{padding:0;width:auto}.list-categories .category .category__body .category__title{margin:0 0 2px 0;font-weight:bold;font-size:15px;line-height:1.5em;color:#191919}.list-categories .category .category__body .category__description{font-size:13px;line-height:1.6em;color:#586168;max-height:8em;overflow:hidden;margin:0}.list-categories .category .category__link{position:absolute;top:0;bottom:0;right:0;left:0}.articles__block{margin-top:20px}.articles__block .container-fluid{padding:32px 32px 62px;background:#fff}.articles__block .container-fluid:after{content:'';display:table;clear:both}.articles__block h2.nag{color:#191919;float:left;font-weight:bold;font-size:23px;line-height:1em;margin:0 0 31px}.articles__block a.more{float:right;font-weight:bold;font-size:12px;line-height:14px;color:#CDCBCB;margin-top:5px}.articles__block a.more:after{content:'navigate_next';font-family:'material';font-size:18px;display:inline-block;vertical-align:1px;margin-left:5px}.articles__block a.more:hover{color:#60b03d}.articles__block .article__image{width:100%;margin-bottom:18px}.articles__block .article__image a{display:block}.articles__block .article__image img{vertical-align:middle;width:100%}.articles__block .article__title{font-weight:bold;font-size:13px;line-height:1.3em;margin:0 0 14px}.articles__block .article__description{font-size:13px;line-height:1.5em}.articles__block .article__read_more{margin-top:21px;font-weight:bold;font-size:11px;line-height:1.3;display:block;color:#60b03d}.articles__block .article__read_more:after{content:'navigate_next';font-family:'material';font-size:16px;display:inline-block;vertical-align:middle;margin-left:5px}.articles__block .article__read_more:hover{color:#191919}.articles__block .articles__body{width:100%;display:flex;flex-wrap:wrap}.articles__block .articles__body .article{position:relative;width:100%}@media (min-width:600px){.articles__block .articles__body .article{width:calc(50% - 10px)}}@media (min-width:600px) and (max-width:997px){.articles__block .articles__body .article:nth-child(odd){margin-right:10px}.articles__block .articles__body .article:nth-child(even){margin-left:10px}}@media (min-width:998px){.articles__block .articles__body .article{width:calc(25% - 15px);margin-left:10px;margin-right:10px}.articles__block .articles__body .article:first-child{margin-left:0}.articles__block .articles__body .article:last-child{margin-right:0}}@media (max-width:768px){.articles__block{margin-bottom:10px}.articles__block .container-fluid{padding:15px 10px 5px}.articles__block h2.nag{font-size:16px;margin-bottom:16px}.articles__block a.more{margin-top:2px}.articles__block .article__title{font-size:14px;margin-bottom:10px}.articles__block .list-item{margin-bottom:15px}.articles__block .article__image{margin-bottom:13px;width:100%}.articles__block .article__image a{display:block}.articles__block .article__image a img{width:100%}}.articles__block.jcarousel--enabled .navigation{margin-top:-2px;line-height:1}.articles__block.jcarousel--enabled .navigation span{display:inline-block;vertical-align:top;line-height:0;font-size:0;cursor:pointer;position:relative;width:22px;height:22px;background:#CDCBCB;border-radius:50%;text-align:center}.articles__block.jcarousel--enabled .navigation span:hover{background:#60b03d}.articles__block.jcarousel--enabled .navigation span:hover:before{font-size:9px}.articles__block.jcarousel--enabled .navigation span::before{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-family:'material';color:#fff;font-size:22px;width:22px;height:22px;line-height:22px}.articles__block.jcarousel--enabled .navigation span.nav-next{margin-left:3px}.articles__block.jcarousel--enabled .navigation span.nav-next::before{content:'navigate_next';margin:0;text-indent:1px}.articles__block.jcarousel--enabled .navigation span.nav-prev{margin-right:2px}.articles__block.jcarousel--enabled .navigation span.nav-prev::before{content:'navigate_before';margin:0;text-indent:-1px}.articles__block.jcarousel--enabled .articles__viewport{width:100%;display:block;overflow:hidden}.articles__block.jcarousel--enabled .articles__body{display:flex;position:relative;flex-wrap:nowrap}.articles__block.jcarousel--enabled .articles__body:after{content:'';clear:both;display:table}.articles__block.jcarousel--enabled .articles__body .list-item{display:block;flex-shrink:0;flex-grow:0;margin:0}@media (min-width:999px){.articles__block.jcarousel--enabled .articles__body .list-item{padding-right:7px;padding-left:7px}.articles__block.jcarousel--enabled .articles__body .list-item:first-child{padding-left:0;padding-right:15px}.articles__block.jcarousel--enabled .articles__body .list-item:last-child{padding-right:0;padding-left:15px}}@media (max-width:998px){.articles__block.jcarousel--enabled a.more{margin-left:10px;font-size:11px;color:#60b03d;white-space:nowrap;font-weight:normal;float:none;line-height:1.6em;text-transform:lowercase;vertical-align:4px}.articles__block.jcarousel--enabled a.more:after{display:none}.articles__block.jcarousel--enabled .navigation{float:right;text-align:right}.articles__block.jcarousel--enabled .articles__body{padding-left:1px;padding-top:1px;margin-top:-1px}.articles__block.jcarousel--enabled .articles__body .list-item{border:1px solid #e4e4e4;padding:15px;margin:0 -1px 0 0}}.articles--empty,.articles--empty{padding:24px 16px;text-align:center}.grafika-float-lewa{padding-top:20px;padding-bottom:20px;border-bottom:1px solid #E5E3E3;margin-bottom:20px}.grafika-float-lewa:after{content:'';clear:both;display:table}.grafika-float-lewa img{float:left;margin-right:20px;margin-bottom:20px;padding:0}@media (max-width:768px){body.article #sidebar .sidebar-nav{padding:0 10px;margin-bottom:0}body.article #sidebar .sidebar-nav ul.level-1>li{padding:0;margin:0;position:relative;height:42px;overflow:hidden}body.article #sidebar .sidebar-nav ul.level-1>li>a{display:none}body.article #sidebar .sidebar-nav ul.level-1>li:before{font-family:'icons';content:'\e60d';transform:rotate(90deg);font-size:24px;display:inline-block;vertical-align:middle;position:absolute;top:9px;right:6px}body.article #sidebar .sidebar-nav ul.level-1>li.expanded2:before{transform:rotate(270deg)}body.article #sidebar .sidebar-nav ul.level-1>li.expanded2{height:100%}body.article #sidebar .sidebar-nav ul.level-1>li li{margin:0}body.article #sidebar .sidebar-nav ul.level-1>li ul>li{padding-left:0;padding-right:0}body.article #sidebar .sidebar-nav ul.level-2{width:100%;display:flex;flex-wrap:wrap}body.article #sidebar .sidebar-nav ul.level-2>li{width:100%}body.article #sidebar .sidebar-nav ul.level-2>li>a{border-bottom:1px solid #e9e9e9}body.article #sidebar .sidebar-nav ul.level-2>li.active-trail{order:-1}body.article #sidebar .sidebar-nav ul.level-1 ul.level-2 li{padding:0}body.article #sidebar .sidebar-nav ul.level-1 ul.level-2 li:not(:last-child){border-bottom:1px solid #e9e9e9}body.article #sidebar .sidebar-nav ul.level-1 ul.level-2 li .badge{display:none}body.article #sidebar .sidebar-nav ul.level-1 ul.level-2 li.active>a{color:#60b03d}body.article #sidebar .sidebar-nav ul.level-1 ul.level-2 li a{font-size:16px;color:#191919;line-height:1.375;display:block;padding-top:10px;padding-bottom:10px}body.article #sidebar .sidebar-nav ul.level-1 ul.level-2 li a:active,body.article #sidebar .sidebar-nav ul.level-1 ul.level-2 li a.active{color:#60b03d}body.article #sidebar .sidebar-nav ul.level-1 ul.level-2 li a.active{padding-right:20px}}.full-html .article-produkty-blok{background:#fff;border:1px solid #E5E3E3;padding:13px 15px;width:100% !important;position:relative;display:flex;margin-bottom:12px}.full-html .article-produkty-blok:last-child{margin-bottom:0}.full-html .article-produkty-blok:hover{border-color:#60b03d}.full-html .article-produkty-blok .article-produkty-image{margin-top:7px;margin-bottom:7px;width:79px;margin-right:15px;flex-shrink:0}.full-html .article-produkty-blok .article-produkty-image img{vertical-align:middle}.full-html .article-produkty-blok .article-produkty-group{flex-grow:1}.full-html .article-produkty-blok .article-produkty-group h3{font-weight:bold;font-size:14px !important;line-height:1.5em;color:#191919;margin-bottom:2px}.full-html .article-produkty-blok .article-produkty-group h3 a{color:#191919 !important}.full-html .article-produkty-blok .article-produkty-group h3 a:before{content:'';position:absolute;top:0;bottom:0;right:0;left:0}.full-html .article-produkty-blok .article-produkty-group h3 a:hover{color:#60b03d !important}.full-html .article-produkty-blok .article-produkty-group p{margin:0 !important;font-size:13px;line-height:1.6em;color:#8E8E8E}@media (min-width:999px){.full-html .article-produkty-blok .article-produkty-image{width:120px}.full-html .article-produkty-blok .article-produkty-group h3{font-size:15px !important}}.full-html .article-produkty{display:flex;flex-wrap:wrap;margin:50px 0 38px}.full-html .article-produkty:last-child{margin-bottom:0}.full-html .article-produkty:first-child{margin-top:0}.full-html .article-produkty .article-produkty-blok:last-child{margin-bottom:12px}.full-html .article-produkty>p,.full-html .article-produkty>ul,.full-html .article-produkty>h3,.full-html .article-produkty>h2,.full-html .article-produkty>h4,.full-html .article-produkty>h1{display:none !important}@media (min-width:769px){.full-html .article-produkty .article-produkty-blok{width:calc(50% - 6px) !important}}@media (min-width:769px) and (max-width:998px){.full-html .article-produkty .article-produkty-blok:nth-child(2n+1){margin-right:12px}}@media (min-width:999px){.full-html .article-produkty .article-produkty-blok{width:calc(33.33% - 8px) !important}.full-html .article-produkty .article-produkty-blok:nth-child(3n+2){margin-right:12px;margin-left:12px}}
body.develop-bar{transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear}@media (max-width:980px){body.develop-bar[data-develop-bar-show="false"]{padding:0}body.develop-bar #module-develop-bar{display:none}}@media (min-width:980px){body.develop-bar[data-develop-bar-show="true"]{padding-left:35px;padding-top:35px}}#module-develop-bar{font-size:10pt;font-family:Calibri, serif !important;color:#333}#module-develop-bar a{color:#333;transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;text-decoration:none}#module-develop-bar a:hover{color:#7f8c8d}#module-develop-bar ul{padding:0;margin:0}#module-develop-bar button{transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear}#module-develop-bar button:focus{outline:none}#module-develop-bar>.trigger{position:fixed;top:0;left:0;z-index:520;border:0;background:none;font-size:20pt;transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;color:#333}#module-develop-bar>.trigger:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'admin_panel_settings'}#module-develop-bar>.trigger:hover{color:#7f8c8d}#module-develop-bar>.trigger,#module-develop-bar .top{height:35px}#module-develop-bar>.trigger,#module-develop-bar .side{width:35px;box-sizing:border-box}#module-develop-bar>.top,#module-develop-bar .side{position:fixed;background:#ecf0f1;box-sizing:border-box;transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear}#module-develop-bar>.top{width:100%;z-index:499;padding-left:35px}#module-develop-bar>.top[data-show="true"]{top:0;left:0}#module-develop-bar>.top[data-show="false"]{top:-35px;left:0}#module-develop-bar>.top>ul{height:35px;display:flex;align-items:center;justify-content:flex-end}#module-develop-bar>.top>ul>li{display:flex;margin:0 10px;list-style:none;align-items:center}#module-develop-bar>.top>ul>li.logout>a{color:#333}#module-develop-bar>.top>ul>li.logout>a:hover{color:#7f8c8d}#module-develop-bar>.top>ul>li span{margin-right:8px;font-size:15px}#module-develop-bar>.top>ul>li span.memory{display:flex;justify-content:center;align-items:center}#module-develop-bar>.top>ul>li span.memory:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'data_usage'}#module-develop-bar>.top>ul>li span.time{display:flex;justify-content:center;align-items:center}#module-develop-bar>.top>ul>li span.time:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'schedule'}#module-develop-bar>.top>ul>li span.sql{display:flex;justify-content:center;align-items:center}#module-develop-bar>.top>ul>li span.sql:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'storage'}#module-develop-bar>.top>ul>li span.cpu{display:flex;justify-content:center;align-items:center}#module-develop-bar>.top>ul>li span.cpu:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'memory'}#module-develop-bar>.top>ul>li span.link{display:flex;justify-content:center;align-items:center}#module-develop-bar>.top>ul>li span.link:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'link'}#module-develop-bar>.top>ul>li span.ip{display:flex;justify-content:center;align-items:center}#module-develop-bar>.top>ul>li span.ip:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'my_location'}#module-develop-bar>.top>ul>li span.sessions{display:flex;justify-content:center;align-items:center}#module-develop-bar>.top>ul>li span.sessions:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'face'}#module-develop-bar>.top>ul>li span.phpinfo{display:flex;justify-content:center;align-items:center}#module-develop-bar>.top>ul>li span.phpinfo:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'info'}#module-develop-bar>.top>ul>li span.settings{display:flex;justify-content:center;align-items:center}#module-develop-bar>.top>ul>li span.settings:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'settings'}#module-develop-bar>.top>ul>li span.user{display:flex;justify-content:center;align-items:center}#module-develop-bar>.top>ul>li span.user:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'account_circle'}#module-develop-bar>.top>ul>li span.sign-out{display:flex;justify-content:center;align-items:center}#module-develop-bar>.top>ul>li span.sign-out:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'power_settings_new'}#module-develop-bar>.top>ul>li[title="Cache"]>ul{display:none;position:fixed;top:28px;background:#ccc;padding:5px;list-style-type:none;cursor:pointer}#module-develop-bar>.top>ul>li[title="Cache"]>ul>li{padding:5px 15px;min-width:200px}#module-develop-bar>.top>ul>li[title="Cache"]>ul>li label{margin:5px 0;font-size:14px;font-weight:normal;padding:0;text-transform:none}#module-develop-bar>.top>ul>li[title="Cache"]>ul>li input{margin:0;vertical-align:middle}#module-develop-bar>.top>ul>li[title="Cache"]>ul>li span{vertical-align:middle}#module-develop-bar>.top>ul>li[title="Cache"]>ul>li:hover{background:#bbb}#module-develop-bar>.top>ul>li[title="Cache"]>ul>li:last-child{border-top:1px #aaa dotted;margin-top:5px}#module-develop-bar>.top>ul>li[title="Cache"]>ul>li:last-child:hover{background:none}#module-develop-bar>.top>ul>li[title="Cache"]>ul>li:last-child button{width:100%}#module-develop-bar>.top>ul>li[title="Cache"]:hover>ul{display:block}#module-develop-bar>.side{z-index:500;padding-top:35px}#module-develop-bar>.side[data-show="true"]{top:0;left:0}#module-develop-bar>.side[data-show="false"]{top:0;left:-35px}#module-develop-bar>.side ul li>button{margin:10px 0;width:35px;height:35px;font-size:15pt;border:none;background:none;color:#333;padding:0}#module-develop-bar>.side ul li>button.active{color:#333}#module-develop-bar>.side ul li>button:hover{color:#333}#module-develop-bar>.side ul li>button.menu:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'menu'}#module-develop-bar>.side ul li>button.logs:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'bug_report'}#module-develop-bar>.side ul li>button.sql:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'storage'}#module-develop-bar>.side ul li>button.modules:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'extension'}#module-develop-bar>.side ul li>button.classes:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'code'}#module-develop-bar>.side ul li>button.views:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'panorama'}#module-develop-bar>.side ul li>button.css:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'color_lens'}#module-develop-bar>.side ul li>button.js:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'healing'}#module-develop-bar>.content{margin:0;padding:0}#module-develop-bar>.content>[data-content]{padding:20px;background:#ecf0f1;position:fixed;top:50px;right:0;left:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);filter:alpha(opacity=0);-moz-opacity:0;opacity:0;z-index:-1;margin:0 15px 0 50px;overflow:auto;transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-webkit-transform:scale(.3, );-ms-transform:scale(.3, );transform:scale(.3, );-webkit-transform:scale(.3);-moz-transform:scale(.3);-ms-transform:scale(.3);-o-transform:scale(.3);-webkit-box-shadow:0 0 5px #7f8c8d;-moz-box-shadow:0 0 5px #7f8c8d;box-shadow:0 0 5px #7f8c8d}#module-develop-bar>.content>[data-content].active{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);filter:alpha(opacity=100);-moz-opacity:1;opacity:1;z-index:100;-webkit-transform:scale(1, );-ms-transform:scale(1, );transform:scale(1, );-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}#module-develop-bar>.content>[data-content]>header{overflow:auto;height:auto;margin:10px 0}#module-develop-bar>.content>[data-content]>header>span{float:left;margin-right:8px}#module-develop-bar>.content>[data-content]>header>span.menu:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'menu'}#module-develop-bar>.content>[data-content]>header>span.logs:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'bug_report'}#module-develop-bar>.content>[data-content]>header>span.sql:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'storage'}#module-develop-bar>.content>[data-content]>header>span.modules:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'extension'}#module-develop-bar>.content>[data-content]>header>span.classes:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'code'}#module-develop-bar>.content>[data-content]>header>span.views:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'panorama'}#module-develop-bar>.content>[data-content]>header>span.css:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'color_lens'}#module-develop-bar>.content>[data-content]>header>span.js:before{font-family:'material';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';content:'healing'}#module-develop-bar>.content>[data-content]>header>h2{float:left;margin:0;width:auto;color:#333}#module-develop-bar>.content>[data-content]>section table{width:100%;table-layout:fixed}#module-develop-bar>.content>[data-content]>section table>thead>tr{font-size:12pt}#module-develop-bar>.content>[data-content]>section table>thead>tr>th{text-align:center;font-weight:bold;background:none;padding:2px 5px;border:none}#module-develop-bar>.content>[data-content]>section table>thead>tr>th.sorting_asc{background:black;color:white}#module-develop-bar>.content>[data-content]>section table>thead>tr>th.sorting_asc:after{content:' (ASC)'}#module-develop-bar>.content>[data-content]>section table>thead>tr>th.sorting_desc{background:black;color:white}#module-develop-bar>.content>[data-content]>section table>thead>tr>th.sorting_desc:after{content:' (DESC)'}#module-develop-bar>.content>[data-content]>section table>tbody>tr{transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear}#module-develop-bar>.content>[data-content]>section table>tbody>tr:nth-child(odd){background-color:#FDFDFD}#module-develop-bar>.content>[data-content]>section table>tbody>tr:hover{background-color:#bdc3c7}#module-develop-bar>.content>[data-content]>section table>tbody>tr>td{padding:5px 10px;word-wrap:break-word}#module-develop-bar>.content>[data-content]>section table>tbody>tr>td.sql{text-align:left}#module-develop-bar>.content>[data-content]>section table>tbody>tr>td.sql pre{white-space:break-spaces}#module-develop-bar>.content>[data-content]>section table>tfoot{font-size:15pt;font-weight:bold}#module-develop-bar>.content>[data-content="menu"]{background:none;box-shadow:none;width:150px;overflow:hidden}#module-develop-bar>.content>[data-content="menu"]>nav>ul{overflow:auto;height:auto}#module-develop-bar>.content>[data-content="menu"]>nav>ul>li>ul{display:none;padding-left:20px}#module-develop-bar>.content>[data-content="menu"]>nav>ul>li:hover>ul{display:block}#module-develop-bar>.content>[data-content="menu"]>nav>ul li{list-style:none}#module-develop-bar>.content>[data-content="menu"]>nav>ul li a{color:#7f8c8d;display:block;background:#ecf0f1;-webkit-box-shadow:0 0 5px #7f8c8d;-moz-box-shadow:0 0 5px #7f8c8d;box-shadow:0 0 5px #7f8c8d;margin:5px;padding:5px 20px}#module-develop-bar>.content>[data-content="menu"]>nav>ul li a:hover{color:#ecf0f1;background:#7f8c8d}#module-develop-bar>.content>[data-content="sql"]>section table>thead>tr>th.time{width:100px}#module-develop-bar>.content>[data-content="sql"]>section table>thead>tr>th.induction{width:160px}#module-develop-bar>.content>[data-content="sql"]>section table>thead>tr>th.repeat{width:100px}#module-develop-bar>.content>[data-content="sql"]>section table>tbody>tr>td.time,#module-develop-bar>.content>[data-content="sql"]>section table>tbody>tr>td.induction,#module-develop-bar>.content>[data-content="sql"]>section table>tbody>tr>td.repeat{text-align:center}#module-develop-bar>.content>[data-content="sql"]>section table>tbody>tr>td.induction div.trace{border:1px #ccc solid;position:fixed;background:#ddd}#module-develop-bar>.content>[data-content="sql"]>section table>tbody>tr>td.induction div.trace ul{list-style-type:none;padding:0;margin:0}#module-develop-bar>.content>[data-content="sql"]>section table>tbody>tr>td.induction div.trace li{white-space:nowrap;padding:10px}#module-develop-bar>.content>[data-content="sql"]>section table>tbody>tr>td.induction div.trace li strong{border-bottom:1px dashed #000}#module-develop-bar>.content>[data-content="sql"]>section table>tbody>tr>td.induction div.trace li div.fullpath{border:1px #ccc solid;background:#fff;padding:10px;position:absolute;left:100%;margin-top:-35px;width:75vw;white-space:normal;box-shadow:2px 2px 2px #ccc;text-align:left}#module-develop-bar>.content>[data-content="sql"]>section table>tbody>tr>td.induction div.trace li div.fullpath>div{padding:10px;border:1px solid #ccc;margin-top:10px}#module-develop-bar>.content>[data-content="sql"]>section table>tbody>tr>td.induction div.trace li+li{border-top:1px #ccc solid}#module-develop-bar>.content>[data-content="sql"]>section table>tfoot>tr>td.time{text-align:center}#module-develop-bar>.content>[data-content="modules"]>section>table>thead>tr>th.module{width:200px}#module-develop-bar>.content>[data-content="classes"]>section>table>thead>tr>th.module{width:150px}#module-develop-bar>.content>[data-content="classes"]>section>table>thead>tr>th.class{width:200px}#module-develop-bar>.content>[data-content="views"]>section>table>thead>tr>th.module{width:150px}#module-develop-bar>.content>[data-content="views"]>section>table>thead>tr>th.class{width:200px}#module-develop-bar>.content>[data-content="css"]>section>table>thead>tr>th.module{width:150px}#module-develop-bar>.content>[data-content="css"]>section>table>thead>tr>th.class{width:300px}#module-develop-bar>.content>[data-content="js"]>section>table>thead>tr>th.module{width:150px}#module-develop-bar>.content>[data-content="js"]>section>table>thead>tr>th.class{width:300px}ttt,.ttt{outline:1px red dashed !important;outline-offset:2px}ttt[invalid],.ttt[invalid]{animation:blink-animation 1s steps(5, start) infinite;-webkit-animation:blink-animation 1s steps(5, start) infinite}@keyframes blink-animation{to{background:red}}@-webkit-keyframes blink-animation{to{background:inherit}}ttt:hover,.ttt:hover{background:yellow;color:black}
#info.info-flex{flex-shrink:0;width:250px;min-height:300px}@media (max-width:1279px){#info.info-flex{width:210px}}@media (max-width:997px){#info.info-flex{width:360px}}@media (max-width:767px){#info.info-flex{width:calc(100% - 315px)}}@media (max-width:599px){#info.info-flex{margin-top:15px;width:100%}}.boxes{float:left;width:100%;padding:8px 0 20px 0}.boxes .box.mixed{overflow:hidden;-webkit-transition:background .3s ease;transition:background .3s ease;position:relative;float:left;width:50%;background-size:cover;background-position:center;height:302px}.boxes .box.mixed a{position:absolute;left:0;top:0;height:100%;width:100%}.boxes .box.mixed a:before{-webkit-transition:background .3s ease;transition:background .3s ease;content:'';z-index:1;width:100%;height:100%;left:0;top:0;background:rgba(38,50,56,0);position:absolute}.boxes .box.mixed a:hover:before{background:rgba(38,50,56,0.3)}.boxes .box.mixed a:hover .mixed-image{transform:scale(1.1)}.boxes .box.mixed a:hover .mixed-link{background:#fff;color:#000}.boxes .box.mixed .mixed-image{z-index:0;position:absolute;left:0;top:0;height:100%;width:100%;background-size:cover;background-position:center;-webkit-transition:transform 5s;transition:transform 5s}.boxes .box.mixed .mixed-wrapper{z-index:2;text-align:center;position:absolute;bottom:30px;width:100%}.boxes .box.mixed .mixed-title{margin-bottom:20px;line-height:.9em;font-family:abril, serif;font-size:60px;color:#fff;float:left;width:100%;text-align:center}.boxes .box.mixed .mixed-link{-webkit-transition:all .3s ease;transition:all .3s ease;color:#fff;border:2px solid #fff;font-size:12px;font-weight:700;text-transform:uppercase;padding:10px 30px;display:inline-block;margin:20px auto 0}.boxes .box.mixed .mixed-link:hover{background:#fff;color:#000}@media (max-width:998px){.boxes .box.mixed{height:250px}.boxes .box.mixed .mixed-title{font-size:30px}.boxes .box.mixed .mixed-wrapper{height:100%;bottom:0}.boxes .box.mixed .mixed-link{display:none}.boxes .box.mixed .mixed-title{font-size:40px;position:relative;margin-bottom:0;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (max-width:768px){.boxes .box.mixed{height:200px}}@media (max-width:600px){.boxes .box.mixed{height:250px;width:100%;border:0;margin-top:16px}.boxes .box.mixed .mixed-title{font-size:40px}}.boxes.one-to-two .box.mixed:first-child{height:604px;border-right:8px solid #fff}.boxes.one-to-two .box.mixed:nth-child(2){border-left:8px solid #fff;border-bottom:8px solid #fff}.boxes.one-to-two .box.mixed:nth-child(3){border-left:8px solid #fff;border-top:8px solid #fff}@media (max-width:1280px){.boxes.one-to-two .box.mixed{height:240px}.boxes.one-to-two .box.mixed:first-child{height:480px}}@media (max-width:998px){.boxes.one-to-two .box.mixed{height:178px}.boxes.one-to-two .box.mixed:first-child{height:356px;border-right:16px solid #fff}}@media (max-width:768px){.boxes.one-to-two .box.mixed{width:100%;height:170px;border-top:0 solid #fff;margin-top:10px}.boxes.one-to-two .box.mixed:first-child{height:340px;border-right:0 solid #fff;margin-top:0}.boxes.one-to-two .box.mixed:nth-child(2),.boxes.one-to-two .box.mixed:nth-child(3){border:0}}.boxes.columns4{margin-top:1%;padding-top:0}.boxes.columns4 .box.mixed{width:24.25%;height:296px;margin-left:1%}.boxes.columns4 .box.mixed .mixed-wrapper{height:100%;bottom:0}.boxes.columns4 .box.mixed .mixed-title{font-size:42px;position:relative;margin-bottom:0;margin-top:-10px;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.boxes.columns4 .box.mixed .mixed-link{position:absolute;bottom:35px;left:50%;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.boxes.columns4 .box.mixed:first-child{margin-left:0}@media (max-width:1280px){.boxes.columns4 .box.mixed{height:232px}.boxes.columns4 .box.mixed .mixed-title{font-size:30px}}@media (max-width:998px){.boxes.columns4 .box.mixed{height:170px}}@media (max-width:768px){.boxes.columns4 .box.mixed{height:165px;width:49%;margin-right:2%;margin-left:0;margin-bottom:2%}.boxes.columns4 .box.mixed:nth-child(2n){margin-right:0}}@media (max-width:600px){.boxes.columns4 .box.mixed{margin-top:0}}.boxes.columns1{padding:25px 0 0}.boxes.columns1 .box.mixed{width:100%;height:295px}.boxes img{display:block}.box{position:relative}.box__container{margin-top:20px}@media (max-width:768px){.box__container{margin-top:0;margin-bottom:0}}.box__container .container-fluid{display:flex;flex-wrap:wrap;padding:0}.box__container .box{width:100%;background:#fff}.box__container .box img{vertical-align:middle;max-width:100%;height:auto !important;width:auto !important}.box__container .box *:first-child{margin-top:0}@media (max-width:768px){.box__container .box *:first-child{margin-bottom:0}}@media (min-width:769px){.box__container .box{width:calc(33.333% - 12px)}.box__container .box:nth-child(3n+2){margin-left:18px;margin-right:18px}}.box__container .box .box--body{padding:10px 31px 25px}.box__container .box .box--body h3{color:#191919;font-size:20px;line-height:1em;font-weight:bold;margin:0 0 30px}.box__container .box .box--body p,.box__container .box .box--body ul,.box__container .box .box--body ol,.box__container .box .box--body table{font-size:13px;line-height:1.5em;margin:0}@media (max-width:768px){.box__container .box{padding:0 10px 15px;background:#fff}.box__container .box:first-child{padding-top:15px}.box__container .box .box--body{padding:13px 0 1px}.box__container .box .box--body h3{margin-bottom:0;font-size:16px}.box__container .box .box--body h3+*{display:none}}@media (max-width:768px){.box__container--wide{margin-top:10px}}.box__container--wide>.container-fluid>.box{padding:32px 32px 37px}@media (max-width:768px){.box__container--wide>.container-fluid>.box{padding:0}}.box__container--wide>.container-fluid .box{width:100%}.box__container--wide>.container-fluid .box h2{color:#191919;margin:0 0 33px;font-weight:bold;font-size:23px;line-height:1em}@media (max-width:768px){.box__container--wide>.container-fluid .box h2{font-size:16px;margin-bottom:25px}}.box--set.advantages{width:100%;display:flex;flex-wrap:wrap;background:#fff}.box--set.advantages .advantage{width:100%;margin-bottom:49px;padding-left:113px;position:relative}.box--set.advantages .advantage h3{color:#191919;font-size:18px;line-height:1.3em;font-weight:bold;margin:0 0 5px}.box--set.advantages .advantage p,.box--set.advantages .advantage ul,.box--set.advantages .advantage ol,.box--set.advantages .advantage table{font-size:13px;line-height:1.5em;margin:0}.box--set.advantages .advantage:before{content:'';width:75px;height:70px;position:absolute;left:0;top:7px;color:#586168;background:url(../images/Poland_contour.svg) no-repeat center;background-size:100% auto}.box--set.advantages .advantage:hover h3,.box--set.advantages .advantage:hover h3 a{color:#60b03d}.box--set.advantages .advantage:hover:before{background-image:url(../images/Poland_contour_blue.svg)}@media (max-width:768px){.box--set.advantages .advantage{padding-left:100px;margin-bottom:25px}.box--set.advantages .advantage h3{font-size:14px}.box--set.advantages .advantage:before{width:68px;height:63px;top:3px}}@media (min-width:600px) and (max-width:767px){.box--set.advantages .advantage{width:calc(50% - 10px)}.box--set.advantages .advantage:nth-child(odd){margin-right:10px}.box--set.advantages .advantage:nth-child(even){margin-left:10px}.box--set.advantages .advantage:last-child,.box--set.advantages .advantage:nth-last-child(2){margin-bottom:0}}@media (min-width:768px) and (max-width:997px){.box--set.advantages .advantage{width:calc(33.333% - 12px)}.box--set.advantages .advantage:nth-child(3n + 2){margin-right:18px;margin-left:18px}.box--set.advantages .advantage:last-child,.box--set.advantages .advantage:nth-last-child(2),.box--set.advantages .advantage:nth-last-child(3){margin-bottom:0}}@media (min-width:998px){.box--set.advantages .advantage{width:calc(33.333% - 58px)}.box--set.advantages .advantage:nth-child(3n + 2){margin-right:87px;margin-left:87px}.box--set.advantages .advantage:last-child,.box--set.advantages .advantage:nth-last-child(2),.box--set.advantages .advantage:nth-last-child(3){margin-bottom:0}}.box{background:#fff}.box--mixed{position:relative;background:none}.box--mixed>a:not(.btn--edit){display:flex;width:100%;min-height:100%}.box--mixed>a:not(.btn--edit) img{flex-shrink:0;object-fit:cover;align-self:flex-start}.box--mixed .box__wrapper{order:1;padding:25px 30px;flex-grow:1;display:flex;flex-wrap:nowrap;flex-direction:column;background:#fff}.box--mixed header{width:100%;font-size:20px;line-height:1em;font-weight:bold;margin:0 0 30px}.box--mixed .box__description{width:100%;font-size:13px;line-height:1.5em;margin:0 0 25px;color:#586168}.box--mixed .box__description h1:first-child,.box--mixed .box__description h2:first-child,.box--mixed .box__description h3:first-child,.box--mixed .box__description h4:first-child,.box--mixed .box__description p:first-child,.box--mixed .box__description table:first-child,.box--mixed .box__description ul:first-child,.box--mixed .box__description li:first-child{margin-top:0}.box--mixed .box__link{margin-bottom:0;margin-top:auto;width:100%;font-weight:bold;font-size:12px;line-height:16px;color:#586168;display:block}.box--mixed .box__link:after{content:'navigate_next';font-family:'material';margin-left:10px;vertical-align:middle;display:inline-block;font-size:22px}.box--mixed:hover .box__link{color:#60b03d}@media (max-width:768px){.box--mixed .box__wrapper{padding:15px 10px}}@media (max-width:600px){.box--mixed>a{flex-wrap:wrap}.box--mixed>a>img{max-width:none;width:100%;max-height:250px}}.box--mixed:hover .btn--edit{display:block}.box__container--condensed{margin-top:20px}.box__container--condensed+section{margin-top:30px}.box__container--condensed>.container-fluid{display:flex;flex-wrap:wrap;justify-content:space-between}.box__container--condensed>.container-fluid .box{width:calc(50% - 9px);margin-bottom:18px}@media (min-width:1281px){.box__container--condensed>.container-fluid .box:nth-child(4n + 1)>a>img,.box__container--condensed>.container-fluid .box:nth-child(4n + 2)>a>img{order:1}.box__container--condensed>.container-fluid .box:nth-child(4n + 1) .box__wrapper,.box__container--condensed>.container-fluid .box:nth-child(4n + 2) .box__wrapper{order:2}.box__container--condensed>.container-fluid .box:nth-child(4n + 3)>a>img,.box__container--condensed>.container-fluid .box:nth-child(4n + 4)>a>img{order:2}.box__container--condensed>.container-fluid .box:nth-child(4n + 3) .box__wrapper,.box__container--condensed>.container-fluid .box:nth-child(4n + 4) .box__wrapper{order:1}}@media (max-width:1280px){.box__container--condensed>.container-fluid .box{width:100%}.box__container--condensed>.container-fluid .box:nth-child(odd)>a>img{order:1}.box__container--condensed>.container-fluid .box:nth-child(odd) .box__wrapper{order:2}.box__container--condensed>.container-fluid .box:nth-child(even)>a>img{order:2}.box__container--condensed>.container-fluid .box:nth-child(even) .box__wrapper{order:1}}@media (max-width:600px){.box__container--condensed>.container-fluid .box:nth-child(odd)>a>img,.box__container--condensed>.container-fluid .box:nth-child(even)>a>img{order:1}.box__container--condensed>.container-fluid .box:nth-child(odd) .box__wrapper,.box__container--condensed>.container-fluid .box:nth-child(even) .box__wrapper{order:2}}.infobox{width:100%;padding-top:20px;margin-bottom:20px}@media (max-width:600px){.infobox{margin-bottom:0}}.infobox p,.infobox ul{margin:0 0 .3em;font-size:13px;line-height:1.5em}.infobox h1,.infobox h2,.infobox h3,.infobox h4{font-size:15px;font-weight:bold;margin:0 0 .4em}.infobox img,.infobox table{display:none}.infobox>div{width:auto;margin-left:0;position:relative;display:flex}.infobox .infobox-list{width:100%;width:calc(100% - 50px);flex-grow:1}.infobox .infobox-navigation{margin-right:0;bottom:0;width:46px;flex-shrink:0;flex-grow:0;position:relative;margin-left:4px;background:#fff}.infobox .infobox-navigation .infobox-pagination{display:none}.infobox .infobox-navigation .jcarousel-control-prev,.infobox .infobox-navigation .jcarousel-control-next{position:absolute;width:46px;height:50px;right:0;line-height:46px;overflow:hidden;text-indent:-999px}.infobox .infobox-navigation .jcarousel-control-prev:before,.infobox .infobox-navigation .jcarousel-control-next:before{content:'a';position:absolute;top:50%;left:50%;margin-left:-4px;margin-top:-4px;width:0;height:0;border-style:solid;border-color:transparent;font-size:0}.infobox .infobox-navigation .jcarousel-control-prev{top:0}.infobox .infobox-navigation .jcarousel-control-prev:before{border-width:0 4px 4px 4px;border-bottom-color:#586168}.infobox .infobox-navigation .jcarousel-control-prev:hover:before{border-bottom-color:#60b03d}.infobox .infobox-navigation .jcarousel-control-next{bottom:0}.infobox .infobox-navigation .jcarousel-control-next:before{border-width:4px 4px 0 4px;border-top-color:#586168}.infobox .infobox-navigation .jcarousel-control-next:hover:before{border-top-color:#60b03d}.infobox .infobox-message{width:100%;display:flex;padding:20px 15px;background:#fff}.infobox .jcarousel{height:100px}.infobox .jcarousel ul li{float:none}.infobox .jcarousel ul{margin-bottom:initial}.infobox .infobox-message__date{margin-right:15px;line-height:1em;text-transform:uppercase;text-align:center;font-size:10px;padding-top:6px;color:#60b03d}.infobox .infobox-message__date .date-day{font-weight:bold;font-size:15px}.infobox .infobox-message.infobox-message-promoted{background:#60b03d;color:#fff}.infobox .infobox-message.infobox-message-promoted .infobox-message__date{color:#fff}.promoblock-area{margin:20px 0;display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;clear:both;width:100%}.promoblock-area:empty{margin:0}.promoblock-area.content-before{margin-top:0;margin-bottom:40px}.promoblock-area.page-before{margin-top:0}.promoblock-area.page-before:not(:last-child){margin-bottom:0}.promoblock-area.page-after{margin-top:0}.promoblock-area.content-after{margin-top:0;margin-bottom:0}.promoblock-area.default{justify-content:space-between}.promoblock-area.default.promoblock-count-1{justify-content:center}.promoblock-area.default:not(.promoblock-count-1){justify-content:space-between}.promoblock-area.default .promoblock-group{margin-top:20px;max-width:100%}@media (max-width:600px){.promoblock-area.default{justify-content:center}}.layout-tpl .promoblock-area.page-before,.layout-tpl .promoblock-area.content-before{margin-top:-20px}.layout-tpl .promoblock-area.content-after{margin-top:20px}.layout-tpl .promoblock-area.page-after{margin-bottom:0;margin-top:-8px}.home-tpl .promoblock-area.content-before{margin-bottom:20px}.product-category-category .promoblock-area.content-before,.product-category .promoblock-area.content-before{margin-bottom:20px}.product-category-category .promoblock-area.content-before.slides,.product-category .promoblock-area.content-before.slides,.product-category-category .promoblock-area.content-before.promoblock-count-1,.product-category .promoblock-area.content-before.promoblock-count-1{margin-bottom:8px}.product-category-category .promoblock-area.content-after,.product-category .promoblock-area.content-after{margin-top:0}.product-category-category .promoblock-area.content-after.slides .promoblock-group:first-child,.product-category .promoblock-area.content-after.slides .promoblock-group:first-child,.product-category-category .promoblock-area.content-after.promoblock-count-1 .promoblock-group:first-child,.product-category .promoblock-area.content-after.promoblock-count-1 .promoblock-group:first-child{margin-top:8px}.product-category-category .promoblock-area.page-before,.product-category .promoblock-area.page-before{margin-bottom:20px}.product-category-category .promoblock-area.page-after,.product-category .promoblock-area.page-after{margin-top:-8px;margin-bottom:0}.article-category .promoblock-area.content-before{margin-bottom:8px}.article-category .promoblock-area.content-after{margin-top:-12px}.article-category .promoblock-area.page-after{margin-top:0}.product-view .promoblock-area.page-after{margin-bottom:0;margin-top:-8px}.maps-view .promoblock-area.content-after{margin-top:0}.promoblock-group{position:relative;box-sizing:content-box;height:auto !important;max-width:100%}.promoblock-group a,.promoblock-group img{display:block;height:auto}.promoblock-group a.edit{color:#fff !important;font-weight:bold;background:#60b03d;line-height:40px;padding:0 25px;cursor:pointer;font-size:14px;border-radius:3px;position:absolute;top:24px;right:24px;z-index:10;display:none}.promoblock-group a.edit:hover{background:#569d36}.promoblock-group:hover{background-color:#f2f2f2}.promoblock-group:hover a.edit{display:block}.promoblock-box--single:hover{opacity:.97}.promoblock-slider .promoblock-slide{overflow:hidden;display:-ms-flexbox;display:flex;position:relative}.promoblock-slider .promoblock-slide:hover{opacity:.97}.promoblock-slider__navigation .jcarousel-promoblock-control-prev,.promoblock-slider__navigation .jcarousel-promoblock-control-next{display:block;position:absolute;top:50%;margin-top:-12px;width:24px;height:24px;background:#CDCBCB;border-radius:50%;text-align:center;transition:.3s all;text-indent:-100px;overflow:hidden;box-shadow:0 0 15px rgba(0,0,0,0.15)}.promoblock-slider__navigation .jcarousel-promoblock-control-prev:before,.promoblock-slider__navigation .jcarousel-promoblock-control-next:before{font-family:'material';text-indent:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:22px;width:24px;height:24px;line-height:24px}.promoblock-slider__navigation .jcarousel-promoblock-control-prev:hover,.promoblock-slider__navigation .jcarousel-promoblock-control-next:hover{background-color:#60b03d}.promoblock-slider__navigation .jcarousel-promoblock-control-prev{left:-40px}.promoblock-slider__navigation .jcarousel-promoblock-control-prev:before{content:'navigate_before';margin:0;text-indent:-1px}.promoblock-slider__navigation .jcarousel-promoblock-control-next{right:-40px}.promoblock-slider__navigation .jcarousel-promoblock-control-next::before{content:'navigate_next';margin:0;text-indent:1px}.promoblock-slider:hover .promoblock-slider__navigation .jcarousel-promoblock-control-prev{left:10px}.promoblock-slider:hover .promoblock-slider__navigation .jcarousel-promoblock-control-next{right:10px}@media (max-width:997px){.promoblock-slider .promoblock-slider__navigation .jcarousel-promoblock-control-prev{left:10px}.promoblock-slider .promoblock-slider__navigation .jcarousel-promoblock-control-next{right:10px}}
.breadcrumb-trigger{height:35px !important;padding:0 !important;line-height:initial !important;margin-left:0;margin-right:5px;color:#191919}.breadcrumb-trigger:after{content:'/';margin-left:9px;font-size:11px;vertical-align:1px}.breadcrumb-trigger .circle{background:#191919;border-radius:50%;width:4px;height:4px;vertical-align:4px;display:inline-block}.breadcrumb-trigger .circle:not(:first-child){margin-left:4px}.breadcrumb-trigger.active:after{display:none}.breadcrumb-trigger.active .circle{background:#60b03d}#breadcrumb-top{padding-left:10px;min-height:38px}#breadcrumb-top ul{display:none;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin:0;list-style:none;width:auto}#breadcrumb-top ul.active{display:inline}#breadcrumb-top ul .separator{padding:0 7px;vertical-align:middle}#breadcrumb-top ul li{padding:0;margin:0;list-style:none;display:inline-block;vertical-align:middle;font-size:11px;line-height:35px;text-align:center;color:#191919}@media (min-width:600px){#breadcrumb-top ul li{text-align:left}}#breadcrumb-top ul li.active{font-weight:bold}#breadcrumb-top ul li>span,#breadcrumb-top ul li>a{position:relative;vertical-align:middle}#breadcrumb-top ul li a{line-height:1.1em;vertical-align:middle;color:#191919}#breadcrumb-top ul li a:hover{color:#60b03d}#breadcrumb-top div.active{font-weight:bold;display:inline-block;max-width:calc(100% - 43px);font-size:11px;color:#191919;vertical-align:1px}#breadcrumb-top div.active span{display:inline-block;line-height:1.1em;vertical-align:middle}#breadcrumb-top ul.active+div.active{max-width:none;display:inline-block;line-height:35px}@media (min-width:769px){#breadcrumb-top{padding-left:6px;padding-top:9px;margin-bottom:9px}#breadcrumb-top .breadcrumb-trigger{display:none}#breadcrumb-top ul,#breadcrumb-top ul.active{display:inline-flex}}
.language-switcher{border-right:1px solid #313d43;border-left:1px solid #313d43;height:40px}.language-switcher #languageSwitcher{display:inline-block;cursor:pointer;padding-right:30px;padding-left:10px}.language-switcher #languageSwitcher div.content{color:#7792b1;margin:13px;padding:0;width:45px;height:16px;position:relative;text-transform:uppercase}.language-switcher #languageSwitcher div.content:before{font-size:12px;color:#fff;display:inline-block;line-height:16px;float:right}.language-switcher #languageSwitcher div.content.pl{background:rgba(0,0,0,0) url(../images/flags/32/PL.png) no-repeat scroll center left;background-size:22px auto}.language-switcher #languageSwitcher div.content.pl:before{content:'pl'}.language-switcher #languageSwitcher div.content.en{background:rgba(0,0,0,0) url(../images/flags/32/GB.png) no-repeat scroll center left;background-size:22px auto}.language-switcher #languageSwitcher div.content.en:before{content:'en'}.language-switcher #languageSwitcher div.content:after{font-family:icons;content:"\e944";color:#fff;font-size:8px;position:absolute;right:-30px;top:-3px;height:43px;width:8px}.language-switcher #languageSwitcher div.content.pl ul li.pl,.language-switcher #languageSwitcher div.content.en ul li.en,.language-switcher #languageSwitcher div.content.de ul li.de,.language-switcher #languageSwitcher div.content.ru ul li.ru,.language-switcher #languageSwitcher div.content.fr ul li.fr .language-switcher #languageSwitcher div.content.es ul li.es,.language-switcher #languageSwitcher div.content.cn ul li.cn{display:none}.language-switcher #languageSwitcher div.content>ul{display:none;width:111px;position:absolute;top:27px;left:-23px;background-color:#304047;z-index:6}.language-switcher #languageSwitcher div.content>ul li{width:100%}.language-switcher #languageSwitcher div.content>ul li li{padding:8px 0}.language-switcher #languageSwitcher div.content>ul li li:hover{background-color:#3b4d56}.language-switcher #languageSwitcher div.content>ul li a{display:inline-block;vertical-align:middle;float:left;padding:0 13px;width:100%;color:#fff;text-transform:uppercase;font-size:12px;font-weight:700;text-align:left}.language-switcher #languageSwitcher div.content>ul li a img{display:none}.language-switcher #languageSwitcher div.content>ul li a:before{content:' ';display:inline-block;padding:0;width:22px;height:16px;background:#fff;margin-right:7px;margin-top:-3px;vertical-align:middle}.language-switcher #languageSwitcher div.content>ul li a#language-pl:before{background:url(../images/flags/32/PL.png) no-repeat scroll center center;background-size:22px auto}.language-switcher #languageSwitcher div.content>ul li a#language-en:before{background:url(../images/flags/32/GB.png) no-repeat scroll center center;background-size:22px auto}.language-switcher #languageSwitcher div.content>ul li a#language-de:before{background:url(../images/flags/32/DE.png) no-repeat scroll center center;background-size:22px auto}.language-switcher #languageSwitcher div.content>ul li a#language-ru:before{background:url(../images/flags/32/RU.png) no-repeat scroll center center;background-size:22px auto}.language-switcher #languageSwitcher div.content>ul li a#language-fr:before{background:url(../images/flags/32/FR.png) no-repeat scroll center center;background-size:22px auto}.language-switcher #languageSwitcher div.content>ul li a#language-es:before{background:url(../images/flags/32/ES.png) no-repeat scroll center center;background-size:22px auto}.language-switcher #languageSwitcher:hover,.language-switcher #languageSwitcher:focus{background-color:#3b4d56}.language-switcher #languageSwitcher:hover div.content ul,.language-switcher #languageSwitcher:focus div.content ul{display:block}
#reviews{border:0}#reviews .hidden{display:none}#reviews form{max-width:800px;margin:0 auto}#reviews #form-body>div{margin-bottom:10px;margin-top:5px}#reviews>p{width:100%;border-bottom:1px solid #e5e7e9;padding:20px}#reviews ul{padding:0;margin:0;list-style:none}#reviews ul li{width:100%;padding:0 20px}#reviews ul li:not(:last-child){border-bottom:1px solid #e5e7e9}#reviews ul li .comment__date{margin:0 0 15px 0;font-size:12px;color:#586168;display:inline-block;width:auto}#reviews ul li .comment__date .comment__label{font-weight:bold}#reviews ul li .comment__reviewer{display:inline-block;width:auto;padding-right:.3em}#reviews ul li .comment__reviewer,#reviews ul li #form-field-name-wrapper{margin:0 0 15px 0;font-size:14px;color:#586168}#reviews ul li .comment__reviewer .comment__label,#reviews ul li #form-field-name-wrapper .comment__label{font-weight:bold;text-transform:lowercase}#reviews ul li .comment__reviewer .comment__label,#reviews ul li #form-field-name-wrapper,#reviews ul li .rating__stars,#reviews ul li #form-field-rate-wrapper{clear:both;height:16px}#reviews ul li .rating__stars span,#reviews ul li #form-field-rate-wrapper span{width:16px;height:16px;display:block;float:left;margin-right:3px;color:transparent;font-size:0;line-height:0}#reviews ul li .comment__label{margin-top:20px}#reviews .review-form{padding:20px}#reviews .review-form #star-rating .cancel{margin-right:5px;margin-top:1px;display:none}#reviews .review-form #star-rating .cancel a{display:block;position:relative}#reviews .review-form #star-rating .cancel a:after{font-family:b2b,sans-serif !important;content:"\e92a" !important;font-size:10px;color:#696969;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-indent:0}#reviews .review-form #star-rating .cancel a:hover:after{color:#60b03d}#reviews .review-form input[type="submit"]{border:none}#reviews .review-form .rating__stars:after,#reviews .review-form .comment__name:after,#reviews .review-form .comment__text:after,#reviews .review-form #form-field-rate-wrapper:after,#reviews .review-form #form-field-name-wrapper:after,#reviews .review-form #form-field-comment-wrapper:after{content:" ";display:table;clear:both}#reviews .review-form .rating__stars label,#reviews .review-form .comment__name label,#reviews .review-form .comment__text label,#reviews .review-form #form-field-rate-wrapper label,#reviews .review-form #form-field-name-wrapper label,#reviews .review-form #form-field-comment-wrapper label{width:25%;display:inline-block;vertical-align:top;font-weight:bold;font-size:14px;color:#191919}@media (max-width:600px){#reviews .review-form .rating__stars label,#reviews .review-form .comment__name label,#reviews .review-form .comment__text label,#reviews .review-form #form-field-rate-wrapper label,#reviews .review-form #form-field-name-wrapper label,#reviews .review-form #form-field-comment-wrapper label{width:100%}}#reviews .review-form .rating__stars #star-rating,#reviews .review-form .comment__name #star-rating,#reviews .review-form .comment__text #star-rating,#reviews .review-form #form-field-rate-wrapper #star-rating,#reviews .review-form #form-field-name-wrapper #star-rating,#reviews .review-form #form-field-comment-wrapper #star-rating,#reviews .review-form .rating__stars input,#reviews .review-form .comment__name input,#reviews .review-form .comment__text input,#reviews .review-form #form-field-rate-wrapper input,#reviews .review-form #form-field-name-wrapper input,#reviews .review-form #form-field-comment-wrapper input,#reviews .review-form .rating__stars textarea,#reviews .review-form .comment__name textarea,#reviews .review-form .comment__text textarea,#reviews .review-form #form-field-rate-wrapper textarea,#reviews .review-form #form-field-name-wrapper textarea,#reviews .review-form #form-field-comment-wrapper textarea{width:100%}#reviews .review-form .rating__stars .form-field-content,#reviews .review-form .comment__name .form-field-content,#reviews .review-form .comment__text .form-field-content,#reviews .review-form #form-field-rate-wrapper .form-field-content,#reviews .review-form #form-field-name-wrapper .form-field-content,#reviews .review-form #form-field-comment-wrapper .form-field-content{display:block;width:74%;float:right}@media (max-width:600px){#reviews .review-form .rating__stars .form-field-content,#reviews .review-form .comment__name .form-field-content,#reviews .review-form .comment__text .form-field-content,#reviews .review-form #form-field-rate-wrapper .form-field-content,#reviews .review-form #form-field-name-wrapper .form-field-content,#reviews .review-form #form-field-comment-wrapper .form-field-content{width:100%}}#reviews .review-form .rating__stars textarea,#reviews .review-form .comment__name textarea,#reviews .review-form .comment__text textarea,#reviews .review-form #form-field-rate-wrapper textarea,#reviews .review-form #form-field-name-wrapper textarea,#reviews .review-form #form-field-comment-wrapper textarea{resize:vertical;padding:6px 12px;height:200px;font-size:12px}#reviews .review-form .review-submit,#reviews .review-form #form-field-action{text-align:right}#reviews .product__rating,#reviews .product__comments{border-top:0 solid #e5e7e9;border-bottom:1px solid #e5e7e9;padding:20px 20px 18px 20px}#reviews .product__rating h3,#reviews .product__comments h3{margin:0 0 13px 0;text-transform:uppercase;font-size:11px;font-weight:bold;float:left}#reviews .product__rating p,#reviews .product__comments p{margin-bottom:0;display:inline-block;width:100%}#reviews .product__rating #rate-product,#reviews .product__comments #rate-product{float:right;font-size:11px;color:#2687ff;text-transform:lowercase;line-height:11px}#reviews .product__rating .product__average,#reviews .product__comments .product__average{float:right;margin-top:0;font-size:12px;line-height:16px;font-weight:bold}#reviews .product__rating .product__average strong,#reviews .product__comments .product__average strong{color:#e55418;font-weight:normal;font-size:11px;padding-left:3px}#reviews .product__comments:last-child{border-bottom:none}#reviews .rating__stars{clear:both;height:16px}#reviews .rating__stars span{width:16px;height:16px;display:block;float:left;margin-right:3px;color:transparent;font-size:0;line-height:0}#reviews .rating__stars svg{width:16px;height:auto}#reviews .rating__stars svg .half{opacity:0}#reviews .rating__stars.rating__stars--grade-1 .star--1 svg .whole,#reviews .rating__stars.rating__stars--grade-1_5 .star--1 svg .whole,#reviews .rating__stars.rating__stars--grade-2 .star--1 svg .whole,#reviews .rating__stars.rating__stars--grade-2_5 .star--1 svg .whole,#reviews .rating__stars.rating__stars--grade-3 .star--1 svg .whole,#reviews .rating__stars.rating__stars--grade-3_5 .star--1 svg .whole,#reviews .rating__stars.rating__stars--grade-4 .star--1 svg .whole,#reviews .rating__stars.rating__stars--grade-4_5 .star--1 svg .whole,#reviews .rating__stars.rating__stars--grade-5 .star--1 svg .whole{fill:#f1c40f !important}#reviews .rating__stars.rating__stars--grade-2 .star--2 svg .whole,#reviews .rating__stars.rating__stars--grade-2_5 .star--2 svg .whole,#reviews .rating__stars.rating__stars--grade-3 .star--2 svg .whole,#reviews .rating__stars.rating__stars--grade-3_5 .star--2 svg .whole,#reviews .rating__stars.rating__stars--grade-4 .star--2 svg .whole,#reviews .rating__stars.rating__stars--grade-4_5 .star--2 svg .whole,#reviews .rating__stars.rating__stars--grade-5 .star--2 svg .whole{fill:#f1c40f !important}#reviews .rating__stars.rating__stars--grade-3 .star--3 svg .whole,#reviews .rating__stars.rating__stars--grade-3_5 .star--3 svg .whole,#reviews .rating__stars.rating__stars--grade-4 .star--3 svg .whole,#reviews .rating__stars.rating__stars--grade-4_5 .star--3 svg .whole,#reviews .rating__stars.rating__stars--grade-5 .star--3 svg .whole{fill:#f1c40f !important}#reviews .rating__stars.rating__stars--grade-4 .star--4 svg .whole,#reviews .rating__stars.rating__stars--grade-4_5 .star--4 svg .whole,#reviews .rating__stars.rating__stars--grade-5 .star--4 svg .whole{fill:#f1c40f !important}#reviews .rating__stars.rating__stars--grade-5 .star--5 svg .whole{fill:#f1c40f !important}#reviews .rating__stars.rating__stars--grade-1_5 .star--2 svg .half{opacity:1}#reviews .rating__stars.rating__stars--grade-2_5 .star--3 svg .half{opacity:1}#reviews .rating__stars.rating__stars--grade-3_5 .star--4 svg .half{opacity:1}#reviews .rating__stars.rating__stars--grade-4_5 .star--5 svg .half{opacity:1}#reviews .rating__stars .rating__average{display:inline-block;font-size:12px;font-weight:bold;margin:0 0 0 10px;line-height:16px;width:auto;float:left}#star-rating{margin-top:13px}.rating{cursor:pointer;clear:both;display:block}.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}.cancel,.star{float:left;width:17px;height:16px;overflow:hidden;text-indent:-999em;cursor:pointer}.star-left,.star-right{width:8px}.star-right{box-sizing:content-box;padding-right:3px}.star-left,.star-left a{background:url(../images/star-left.gif) no-repeat 0 0}.star-right,.star-right a{background:url(../images/star-right.gif) no-repeat 0 0}.cancel a,.star a{display:block;width:100%;height:100%;background-position:0 0}div.rating .hover a,div.rating .active a{background-position:0 -16px !important}div.rating span.on{background-position:0 -16px !important}div.rating span:hover{background-position:0 -32px}.product__section--comments .nag{color:#191919;margin-top:0px}@media (max-width:998px){.product__section--comments{padding:0 10px 10px !important}.product__section--comments #reviews{padding-top:10px;display:none}.product__section--comments #reviews.active{display:block}.product__section--comments .nag{font-size:16px;position:relative;padding-top:10px;padding-bottom:3px;margin:0;padding-right:30px;cursor:pointer}.product__section--comments .nag:before{content:'keyboard_arrow_down';font-family:'material';color:#586168;top:5px;right:11px;position:absolute;width:16px;font-size:26px}.product__section--comments .nag.active:before{content:'keyboard_arrow_up'}}.product__section--comments #reviews .product__rating{padding:10px 20px;text-align:center}.product__section--comments #reviews .product__rating .rating__stars{height:auto}.product__section--comments #reviews .product__rating .rating__stars span{float:none;display:inline-block;width:32px;height:32px;margin-left:5px;margin-right:5px}.product__section--comments #reviews .product__rating .rating__stars span svg{width:32px}.product__section--comments #reviews .product__rating .rating__review-count{margin-top:7px;color:#586168;text-transform:lowercase;font-size:18px}.product__section--comments #reviews .product__rating .rating__average{font-size:20px;line-height:56px;color:#191919;font-weight:300;margin-bottom:10px}@media (min-width:999px){.product__section--comments #reviews .product__rating{text-align:left;display:flex;align-items:center}.product__section--comments #reviews .product__rating .rating__average{margin-bottom:0;margin-right:10px;line-height:1em}.product__section--comments #reviews .product__rating .rating__stars{margin-right:15px;padding-top:5px}.product__section--comments #reviews .product__rating .rating__stars .star{vertical-align:middle}}.product__section--comments #reviews .product__comments{padding:20px 0 0 0}.product__section--comments #reviews .product__comments p{margin:0px !important;padding-bottom:15px}.product__section--comments #reviews .product__comments .comment{padding:15px 20px}@media (max-width:998px){.product__section--comments #reviews .product__comments .comment{padding:15px 10px}}.product__section--comments #reviews .product__comments .comment .comment__left{display:flex;flex-wrap:wrap}.product__section--comments #reviews .product__comments .comment .comment__left .comment__stars{width:100%;margin-bottom:5px;height:auto}.product__section--comments #reviews .product__comments .comment .comment__left .comment__stars .star{float:none;display:inline-block;vertical-align:middle}.product__section--comments #reviews .product__comments .comment .comment__left .comment__stars .comment__average{color:#191919;width:auto;height:auto;float:none;font-size:14px;line-height:1;display:inline-block;vertical-align:middle;font-size:18px;margin-right:5px}.product__section--comments #reviews .product__comments .comment .comment__left .comment__reviewer{margin-left:0;margin-right:auto}.product__section--comments #reviews .product__comments .comment .comment__left .comment__date{margin-left:auto;margin-right:0}.product__section--comments #reviews .product__comments .comment .comment__right .comment__content{margin:0;color:#586168}@media (min-width:999px){.product__section--comments #reviews .product__comments .comment{display:flex}.product__section--comments #reviews .product__comments .comment .comment__left{display:block;padding-right:20px;width:200px}.product__section--comments #reviews .product__comments .comment .comment__left .comment__reviewer{margin-bottom:0px;padding-bottom:0;display:block;line-height:1.5em;margin-top:4px}.product__section--comments #reviews .product__comments .comment .comment__left .comment__date{margin-bottom:0;padding-bottom:0;display:block;line-height:1.5em}.product__section--comments #reviews .product__comments .comment .comment__right{padding-top:3px}}
.header__nav .ul .li.compare .comparison{position:relative;z-index:2;display:flex;align-items:center;padding-right:15px}.header__nav .ul .li.compare .comparison>*{float:left}.header__nav .ul .li.compare .comparison>a{min-width:inherit}.header__nav .ul .li.compare .comparison .compare_rozwin{position:absolute;right:0;display:block;margin:0;cursor:pointer}.header__nav .ul .li.compare .comparison .compare_rozwin:before{font-family:'icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;transform:translate(0, -50%);content:"\e922"}.header__nav .ul .li.compare .comparison .compare-empty,.header__nav .ul .li.compare .comparison .compare-busy{max-width:16px;min-width:inherit;height:16px;width:16px;margin:0 5px 0 0;flex-shrink:0;border-radius:16px;background-color:rgba(51,51,60,0.7);padding:0;position:relative}.header__nav .ul .li.compare .comparison .compare-empty.compare-empty:before,.header__nav .ul .li.compare .comparison .compare-busy.compare-empty:before{display:none}.header__nav .ul .li.compare .comparison .compare-empty.compare-busy:before,.header__nav .ul .li.compare .comparison .compare-busy.compare-busy:before{position:absolute;font-family:inherit;background:#0060b0;height:8px;width:8px;content:"";display:block;border-radius:8px;left:4px;top:8px}.header__nav .ul .li.compare .comparison .compare-items{display:none;position:absolute;top:100%;background:black}
body.complaint .main-wrapper .main-content{background:none}body.complaint .main-wrapper .main-content .main-header{display:none}body.complaint .main-wrapper .main-content .content{padding:0;max-width:none}.complaint .complaint__header{padding:20px;background-color:#FFF}@media (max-width:998px){.complaint .complaint__header{padding:15px 10px}}.complaint .complaint__header .complaint__title{margin:0;font-size:27px;font-weight:700;color:#000}@media (max-width:998px){.complaint .complaint__header .complaint__title{font-size:20px}}@media (max-width:768px){.complaint .complaint__header .complaint__title{font-size:16px}}.complaint .complaint__header .complaint__description{margin-top:16px}.complaint .complaint__products{background-color:#FFF;margin-top:4px}@media screen and (max-width:600px){.complaint .complaint__products{margin-top:0}}.complaint .complaint__table{margin:0;border:none}.complaint .complaint__table th{background-color:#F6F6F6;font-size:12px;padding:4px 5px;border:none;text-align:left;font-weight:600;text-transform:initial}.complaint .complaint__table td{color:#7B7B7B;border:none;background:none;padding:4px 5px;font-size:12px;font-weight:600;border-top:1px solid #f2f2f2;text-align:left}.complaint .complaint__table td a{font-size:13px;font-weight:600;cursor:pointer}.complaint .complaint__table td input{width:100px}.complaint .complaint__table td.name{color:#000}@media (min-width:999px){.complaint .complaint__table th{text-transform:none;background:#F6F6F6;height:auto;padding:8px 20px;font-weight:bold;font-size:12px;line-height:16px;text-align:center}.complaint .complaint__table th:first-child{text-align:left}.complaint .complaint__table th:last-child{width:250px}.complaint .complaint__table th:nth-child(2){width:200px}.complaint .complaint__table tbody tr td{padding:13px 20px;text-align:center}.complaint .complaint__table tbody tr td:first-child{text-align:left}}@media screen and (max-width:600px){.complaint .complaint__table thead{display:none !important}.complaint .complaint__table tbody tr{position:relative;border:4px solid #f2f2f2;border-width:4px 0 0 0;background-color:#fff;display:inline-block;width:100%}.complaint .complaint__table tbody tr td{display:flex;clear:both;width:100%;text-align:left;height:auto;padding:10px;align-items:center}.complaint .complaint__table tbody tr td:before{content:attr(data-th);display:block;text-align:left;font-weight:bold;color:#191919;font-size:12px;width:65%;flex-shrink:0}}@media screen and (max-width:600px) and (max-width:375px){.complaint .complaint__table tbody tr td:before{width:50%}}.complaint .complaint__fields{width:100%;padding:20px;background-color:#FFF;border:none;margin-top:16px}.complaint .complaint__fields>div{max-width:700px;margin-right:auto}.complaint .complaint__fields label{font-size:13px;padding:0;margin:0 0 8px 0;color:#191919;font-weight:bold}.complaint .complaint__fields>div+div{margin-top:16px}.complaint .complaint__fields input[type="text"],.complaint .complaint__fields select,.complaint .complaint__fields textarea{width:100%}.complaint .complaint__fields textarea{resize:vertical}.complaint .complaint__fields .complaint__form-label-required{color:#be0d0d}.complaint .complaint__fields .complaint__form-description{font-size:13px;margin-top:4px}@media screen and (max-width:600px){.complaint .complaint__fields{padding:15px 10px}}.complaint .consents-wrapper{margin-top:8px;padding:20px;background-color:#FFF;border:none}.complaint .consents-wrapper .complaint__form-field-checkbox{display:flex}.complaint .consents-wrapper .complaint__form-field-checkbox .form-field-checkbox{padding:0;margin-left:8px}.complaint .complaint__form-field-button{margin-top:4px;padding:20px;background-color:#FFF}.complaint-view .main-wrapper .main-content{background:none}.complaint-view .main-wrapper .main-content>.content{padding:0}.complaint-view .main-wrapper .main-content .main-header h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}.complaint-view .main-wrapper .main-content .main-header h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){.complaint-view .main-wrapper .main-content .main-header h1{padding:15px 10px;font-size:18px}.complaint-view .main-wrapper .main-content .main-header h1:before{font-size:15px}}.complaint-view .complaint__details{display:flex;flex-wrap:wrap}.complaint-view .complaint__details table{margin:10px 0 0;border:none}.complaint-view .complaint__details table tbody,.complaint-view .complaint__details table tr{border:none}.complaint-view .complaint__details table tr:first-child td{border-top:none}.complaint-view .complaint__details table td{padding:8px 10px;border-color:#f2f2f2;width:50%;font-size:13px}.complaint-view .complaint__details table td:first-child{border-left:none;padding-left:0}.complaint-view .complaint__details table td:last-child{border-right:none;color:#191919;font-weight:600}.complaint-view .complaint__details table td a{color:#60b03d;font-weight:bold}.complaint-view .complaint__details table td a:hover{color:#191919}.complaint-view .complaint__details table tr:last-child td{border-bottom:none}@media (min-width:769px){.complaint-view .complaint__details{flex-wrap:nowrap}.complaint-view .complaint__details table td{padding:8px 20px}.complaint-view .complaint__details table td:first-child{padding-left:0}}.complaint-view .complaint__details .complaint__status{font-size:14px}.complaint-view .complaint__details .complaint__status table,.complaint-view .complaint__details .complaint__status tbody,.complaint-view .complaint__details .complaint__status tr{display:contents}.complaint-view .complaint__details .complaint__status td{display:inline-block;width:auto;font-size:14px;border:none;padding:0}.complaint-view .complaint__details .complaint__status td:first-child{display:none}.complaint-view .complaint__column{width:100%}@media (min-width:769px){.complaint-view .complaint__column{width:50%;display:inline-flex;flex-direction:column;justify-content:flex-start}.complaint-view .complaint__column:first-child{margin-right:1px}}.complaint-view .complaint__details section{padding:15px 10px;background:#fff;border-bottom:1px solid #f2f2f2}.complaint-view .complaint__details section header{color:#191919;font-weight:bold;font-size:16px;margin-bottom:10px}.complaint-view .complaint__details section .complaint__attribute-content{font-size:14px}@media (min-width:769px){.complaint-view .complaint__details section{padding:16px 40px}.complaint-view .complaint__details section:last-child{flex-grow:1}}
div.consent-modal-container{z-index:100;width:100%;height:100vh;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;overflow-y:auto}div.consent-modal-container div.consent-modal-background{z-index:101;width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0.7)}div.consent-modal-container div.consent-modal{z-index:102;position:relative;background:#fff;width:70%;max-width:800px;max-height:70%;padding:40px 40px 100px}@media (max-width:995px){div.consent-modal-container div.consent-modal{padding:30px 20px 80px;max-height:100%;overflow-y:scroll}}@media (max-width:479px){div.consent-modal-container div.consent-modal{width:100%;height:100%;padding-bottom:60px;padding-right:40px}}div.consent-modal-container div.consent-modal span#consent-modal-close{line-height:0;text-indent:-9999px;cursor:pointer;font-family:inherit;display:inline-block;position:absolute;top:0px;right:0px;width:40px;height:40px;overflow:hidden;font-size:10px;color:#696969}div.consent-modal-container div.consent-modal span#consent-modal-close:after{content:"\e92a";font-family:b2b,sans-serif;font-weight:normal;line-height:40px;width:100%;position:absolute;left:0;top:0;text-indent:0;text-align:center}div.consent-modal-container div.consent-modal span#consent-modal-close:hover{color:#60b03d}@media (max-width:479px){div.consent-modal-container div.consent-modal .consent-modal-header{position:fixed;top:0;right:0}}div.consent-modal-container div.consent-modal div.consent-modal-body{width:100%;min-height:100%}@media (max-width:479px){div.consent-modal-container div.consent-modal div.consent-modal-body{min-height:0}}div.consent-modal-container div.consent-modal div.consent-modal-body div.form-field-checkbox{align-items:flex-start;display:block;position:relative;padding-left:30px;padding-bottom:20px}div.consent-modal-container div.consent-modal div.consent-modal-body div.form-field-checkbox input[type="checkbox"]+.icon-checkbox{position:absolute;top:5px;left:0}div.consent-modal-container div.consent-modal div.consent-modal-body .form-field-checkbox-wrapper label{font-size:14px;font-weight:600;display:block}div.consent-modal-container div.consent-modal div.consent-modal-body .form-field-checkbox-wrapper label .form-label-required{margin-left:5px}div.consent-modal-container div.consent-modal div.consent-modal-body .error{padding-left:23px}div.consent-modal-container div.consent-modal div.consent-modal-footer{position:absolute;bottom:40px;right:40px}@media (max-width:995px){div.consent-modal-container div.consent-modal div.consent-modal-footer{position:relative;bottom:auto;right:auto;text-align:right}}@media (max-width:479px){div.consent-modal-container div.consent-modal div.consent-modal-footer{position:fixed;bottom:0;right:0;left:0}div.consent-modal-container div.consent-modal div.consent-modal-footer .btn{width:100%}}div.consent-modal-container.consent-box-container{margin-top:30px;height:auto;position:initial;top:initial;left:initial;border-top:1px solid #e6e6e6}div.consent-modal-container.consent-box-container .consent-modal{z-index:initial;width:100%;max-width:initial;max-height:initial;overflow-y:initial}
#block-cookiewarning{position:fixed;right:0;bottom:0;z-index:99;background:rgba(255,255,255,0.8);width:100%;height:100%}#block-cookiewarning form{border-radius:2px;background:#fff;box-shadow:0 0 14px 0 rgba(0,0,0,0.44);padding:20px;font-size:13px;color:#8d8e91;width:320px;position:fixed;top:50%;z-index:1;left:50%;transform:translate(-50%, -50%)}#block-cookiewarning p{line-height:1.45em;margin:0}#block-cookiewarning .cookie-intro{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #e3e5e5}#block-cookiewarning .cookie-intro header{color:#191919;font-weight:bold;font-size:16px;margin-bottom:5px}#block-cookiewarning .cookie-intro a{color:#60b03d}#block-cookiewarning .cookie-intro a:hover{text-decoration:underline}#block-cookiewarning .cookie-type{margin-bottom:10px;display:flex}#block-cookiewarning .cookie-type div.cookie-switcher{width:70px;flex-shrink:0}#block-cookiewarning .cookie-type div.cookie-switcher input{display:none}#block-cookiewarning .cookie-type div.cookie-switcher label{display:block;width:50px;height:26px;background:#8d8e91;border-radius:13px;cursor:pointer;margin:0 0 0 auto;padding:0;position:relative;transition:background-color 400ms}#block-cookiewarning .cookie-type div.cookie-switcher label:before{content:'';background:#fff;background:linear-gradient(0deg, #f5f5f5 0%, #fff 46%);width:20px;height:20px;position:absolute;top:3px;left:3px;border-radius:50%;box-shadow:-1px 1px 0 0 rgba(0,0,0,0.2);transition:box-shadow 400ms,left 400ms}#block-cookiewarning .cookie-type div.cookie-switcher label:hover{background:#7b7c7f}#block-cookiewarning .cookie-type div.cookie-switcher input:checked+label{background:#60b03d}#block-cookiewarning .cookie-type div.cookie-switcher input:checked+label:hover{background:#529534}#block-cookiewarning .cookie-type div.cookie-switcher input:checked+label:before{left:calc(100% - 23px);box-shadow:1px 1px 0 0 rgba(0,0,0,0.2)}#block-cookiewarning .cookie-type div.cookie-switcher input:disabled+label{background:#8d8e91;pointer-events:none}#block-cookiewarning .cookie-type div.cookie-switcher input:disabled+label:before{left:3px;right:3px;content:'lock';font-family:'material';font-weight:normal;background:#fff;text-align:center;width:auto;border-radius:10px;line-height:20px;box-shadow:none;color:#8d8e91;font-size:15px}#block-cookiewarning .cookie-description label{color:#191919;font-size:15px;font-weight:bold;padding:0;margin-bottom:3px}#block-cookiewarning .cookie-actions{margin-top:20px;text-align:center}#block-cookiewarning .cookie-actions .btn{color:#fff;display:inline-block;background:#60b03d;font-size:14px;border-radius:2px;font-weight:600;border:none;height:45px;min-width:230px;line-height:45px;text-align:center;cursor:pointer;padding:0 5px;outline:1px solid #60b03d}#block-cookiewarning .cookie-actions .btn:hover,#block-cookiewarning .cookie-actions .btn:active{background:#569d36;outline:1px solid #569d36}#block-cookiewarning .cookie-actions .btn-inv{display:inline-block;color:#60b03d;outline:1px solid #60b03d;background:none;font-size:14px;border-radius:2px;font-weight:600;min-width:230px;height:45px;line-height:45px;text-align:center;cursor:pointer;padding:0 5px}#block-cookiewarning .cookie-actions .btn-inv:hover,#block-cookiewarning .cookie-actions .btn-inv:active{color:#f25351;outline:1px solid #f25351}#block-cookiewarning .cookie-actions button{display:block;border:none;min-width:240px;margin:10px auto 0 auto;font-size:14px;font-weight:normal}#block-cookiewarning .cookie-actions button.cookie-reject-all{font-weight:normal}#block-cookiewarning .cookie-actions button.cookie-save{background:none;font-weight:600;color:#60b03d;padding:10px 0 0}#block-cookiewarning .cookie-actions button.cookie-save:hover,#block-cookiewarning .cookie-actions button.cookie-save:focus{text-decoration:underline}@media (min-width:400px){#block-cookiewarning form{width:360px}}@media (min-width:998px){#block-cookiewarning{background:none;left:auto;top:auto;bottom:0;right:0;width:auto;height:auto}#block-cookiewarning form{transform:none;left:auto;top:auto;right:20px;bottom:20px}}#block-cookiewarning.page{position:static;background:none;margin-top:40px}#block-cookiewarning.page form{position:static;width:auto;border-radius:0;background:none;box-shadow:none;padding:0;transform:none}#block-cookiewarning.page .cookie-intro{margin-bottom:0;padding-bottom:0;border-bottom:none}#block-cookiewarning.page .cookie-intro header{font-size:16px;line-height:1.66em;margin-bottom:1.2em}#block-cookiewarning.page .cookie-type{margin-bottom:20px;display:flex}#block-cookiewarning.page .cookie-type div.cookie-switcher{width:70px;flex-shrink:0;order:1}#block-cookiewarning.page .cookie-type div.cookie-switcher label{margin:0 auto 0 0}#block-cookiewarning.page .cookie-description{order:2;font-size:14px;flex-grow:1}#block-cookiewarning.page .cookie-description label{font-weight:bold;font-size:14px;padding:0;margin-bottom:10px;margin-top:3px}@media (min-width:769px){#block-cookiewarning.page .cookie-intro header{font-size:21px}#block-cookiewarning.page .cookie-description{font-size:16px}#block-cookiewarning.page .cookie-description label{font-size:16px}}#block-cookiewarning.page .cookie-actions{margin-top:40px;display:block}#block-cookiewarning.page .cookie-actions .btn,#block-cookiewarning.page .cookie-actions .btn-inv{display:block}#block-cookiewarning.page .cookie-actions .btn-inv{font-weight:normal}#block-cookiewarning.page .cookie-actions button{margin:10px auto 0 auto}#block-cookiewarning.page .cookie-actions button.cookie-accept-all:hover,#block-cookiewarning.page .cookie-actions button.cookie-accept-all:focus{outline:1px solid #16a085;color:#16a085}#block-cookiewarning.page .cookie-actions button.cookie-save{background:#60b03d;font-weight:600;color:#fff;outline:1px solid #60b03d;padding:0 10px}#block-cookiewarning.page .cookie-actions button.cookie-save:hover,#block-cookiewarning.page .cookie-actions button.cookie-save:focus{background:#569d36;outline:1px solid #569d36;text-decoration:none}@media (min-width:769px){#block-cookiewarning.page .cookie-actions{display:flex;align-items:center;justify-content:flex-start}#block-cookiewarning.page .cookie-actions .btn,#block-cookiewarning.page .cookie-actions .btn-inv{display:inline-block}#block-cookiewarning.page .cookie-actions button{margin-right:10px;margin-left:0}}
body.discount-mycodes .main-wrapper .main-content .main-header h1{padding:20px;position:relative;display:flex;align-items:center;background:#fff;margin-bottom:10px;padding-left:20px}body.discount-mycodes .main-wrapper .main-content .main-header h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.discount-mycodes .main-wrapper .main-content .main-header h1{padding:15px 10px;font-size:18px}body.discount-mycodes .main-wrapper .main-content .main-header h1:before{font-size:15px}}@media (max-width:768px){body.discount-mycodes .main-wrapper .main-content .main-header h1{padding-left:10px}}body.discount-mycodes .main-wrapper .main-content>.content{padding:0}body.discount-mycodes .main-wrapper .main-content{background:none}body.discount-mycodes .table-list{margin-top:0}body.discount-mycodes .table-list td,body.discount-mycodes .table-list th{padding:10px 20px}body.discount-mycodes .table-list th{font-size:12px}body.discount-mycodes .table-list td{font-size:13px;border:none;font-weight:normal}body.discount-mycodes .table-list td p{font-size:13px;line-height:1.375}body.discount-mycodes .table-list td a:hover{color:#191919}body.discount-mycodes .table-list tbody tr:not(:last-child) td{border-bottom:1px solid #f2f2f2}@media (max-width:1280px){body.discount-mycodes .table-list td,body.discount-mycodes .table-list th{padding:8px 10px;font-size:12px}body.discount-mycodes .table-list td p,body.discount-mycodes .table-list th p{font-size:12px}}@media (max-width:997px){body.discount-mycodes table.table-list thead{display:none}body.discount-mycodes table.table-list tbody tr{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:15px 10px;background:#fff;margin-bottom:8px}body.discount-mycodes table.table-list tbody tr:not(:last-child) td{border:none}body.discount-mycodes table.table-list tbody tr td{border:none;padding:8px 10px}body.discount-mycodes table.table-list tbody tr td>*{padding:0}body.discount-mycodes table.table-list tbody tr td.action{text-align:left}body.discount-mycodes table.table-list tbody tr td.id{width:100%;text-align:left;font-size:14px !important}body.discount-mycodes table.table-list tbody tr td:not(.id){width:calc(100% / 3)}body.discount-mycodes table.table-list tbody tr td:not(.id):before{content:attr(data-th);font-size:12px;width:100%;font-weight:700;display:inline-block;color:#191919;vertical-align:top}}@media (max-width:599px){body.discount-mycodes table.table-list tbody tr td{font-size:12px !important;text-align:left !important}body.discount-mycodes table.table-list tbody tr td>*{padding:0}body.discount-mycodes table.table-list tbody tr td.id{margin-bottom:15px}body.discount-mycodes table.table-list tbody tr td.expires_at p{width:60%;float:right}body.discount-mycodes table.table-list tbody tr td:not(.id){width:100%}body.discount-mycodes table.table-list tbody tr td:not(.id):after{content:'';clear:both;display:table}body.discount-mycodes table.table-list tbody tr td:not(.id):before{width:40%;float:left}}
@media (max-width:998px){body.enquiry-list table,body.enquiry-list table tbody,body.enquiry-list table tr{display:block}body.enquiry-list table thead{display:none}body.enquiry-list table tr{margin-bottom:8px;padding:15px 10px;border:none;background:#fff}body.enquiry-list table tr td{display:flex;border:none;width:100%;padding:0}body.enquiry-list table tr td.name span.mail{display:none}body.enquiry-list table tr td.actions,body.enquiry-list table tr td.action{position:static;justify-content:flex-end}body.enquiry-list table tr td.actions:before,body.enquiry-list table tr td.action:before{display:none}body.enquiry-list table tr td:before{content:attr(data-th);color:#191919;width:50%;text-align:left;display:block}}body.enquiry-list .content>.search{padding-top:20px}body.enquiry-list #content header>h1:before{content:'\e94a'}.enquiry .table__list th.price-net,.enquiry .table__list th.price-gross,.enquiry .table__list th.summary-net,.enquiry .table__list th.summary-gross{width:auto}.enquiry .table__list th.price-label{width:100px}.enquiry .table__list .price-net,.enquiry .table__list .price-gross,.enquiry .table__list .summary-net,.enquiry .table__list .summary-gross{text-align:center}.enquiry .table__list .price-label{padding-right:0}.enquiry .table__list .price-label .price-container{justify-content:flex-end}.enquiry .table__list .price-net,.enquiry .table__list .price-gross{padding-left:0;padding-right:0}.enquiry .table__list .summary-net,.enquiry .table__list .summary-gross{padding-left:0}.enquiry .price-container{display:flex;justify-content:center}.enquiry .price-container .price-label{position:relative}.enquiry .price-container .price-label .list__tooltip{padding:0;cursor:help}.enquiry .price-container .price-label .list__tooltip .icon-info{position:static}.enquiry .price-container .normal-price{text-align:center}.enquiry .price-container+.price-container{border-top:1px solid #f2f2f2}.enquiry .price-table{width:100%}.enquiry .price-table th{background-color:#FFF}.enquiry .price-table .summary-net,.enquiry .price-table .summary-gross{text-align:center}.enquiry .price-table tbody tr td.price-label{width:100px;text-align:right}.enquiry .price-table tbody tr td.price-label .price-label{position:relative;font-size:14px}.enquiry .price-table tbody tr td.price-label .price-label .list__tooltip{padding:0;cursor:help}.enquiry .price-table tbody tr td.price-label .price-label .icon-info{position:static}.enquiry .price-table tbody tr td.summary-net,.enquiry .price-table tbody tr td.summary-gross{font-size:20px}@media (max-width:998px) and (min-width:601px){.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).vat{width:80px}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).quantity{width:calc(100% - 80px)}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).quantity .field-line{vertical-align:bottom}.enquiry .summary__price.order-price .table--standard thead{display:table-header-group}.enquiry .summary__price.order-price .table--standard tbody tr{display:table-row}.enquiry .summary__price.order-price .table--standard tbody tr td{border-top:1px solid #f2f2f2;padding:12px 10px}.enquiry .summary__price.order-price .table--standard tbody tr td::before{display:none}}@media (max-width:998px){.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-label{padding-top:18px;text-align:left}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-label:before{display:none}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-label .price-label{line-height:30px}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-label .list__tooltip{display:inline-block}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-label .list__tooltip i{line-height:15px;display:inline-block;vertical-align:middle;position:absolute;height:20px;left:20px}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-label .list__tooltip i:before{vertical-align:middle}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-label .price-container{justify-content:flex-start}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-net::before,.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).summary-net::before{margin-bottom:0;margin-top:0;display:block}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-net .price-container,.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).summary-net .price-container{line-height:30px}}@media (max-width:600px){.enquiry .summary__container .summary__price{padding-top:10px;margin-top:10px}.enquiry .summary__price.order-price .table--standard tbody tr{padding:10px 0;border:none}.enquiry .summary__price.order-price .table--standard tbody tr:first-child{padding-top:0}.enquiry .summary__price.order-price .table--standard tbody trlast-child{padding-bottom:0}.enquiry .summary__price.order-price .table--standard tbody tr:not(:last-child){border-bottom:1px solid #f2f2f2}.enquiry .summary__price.order-price .table--standard tbody tr td{font-size:14px;color:#191919;font-weight:600;text-align:left}.enquiry .summary__price.order-price .table--standard tbody tr td:before{color:#8B8B8B;font-weight:600;font-size:15px;width:auto}.enquiry .summary__price.order-price .table--standard tbody tr td.price-label{text-align:left;font-size:16px;font-weight:600;color:#8B8B8B}.enquiry .summary__price.order-price .table--standard tbody tr td.price-label::before{display:none}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-label{padding-top:25px;border-top:1px solid #f2f2f2;order:10;display:block;width:33.33%;min-width:0}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-label .price-container{justify-content:flex-start}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-net,.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).summary-net{border-top:1px solid #f2f2f2;order:11;display:block;width:33.33%;min-width:0}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-net:before,.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).summary-net:before{padding-top:9px}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).price-net:before,.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).summary-net:before{width:100%;text-align:center}.enquiry .table__list tbody tr td:not(.name):not(.image):not(.indeks):not(.multiple).summary-net{order:12}}.cart-tpl #overlay.overlay__select-address .overlay-message__action,.cart-tpl #overlay.overlay__select-address .overlay-message__header{display:none}.cart-tpl #overlay.overlay__select-address .list__block .address{width:100%}@media (min-width:1280px){.cart-tpl #overlay.overlay__select-address .list__block .address{width:50%}}.cart-tpl #overlay.overlay__select-address .list__block .address .address__label{cursor:default}.cart-tpl #overlay.overlay__select-address .list__subtitle{margin-top:15px;margin-bottom:20px}.cart-tpl #overlay.overlay__select-address .list__subtitle #new-address,.cart-tpl #overlay.overlay__select-address .list__subtitle .address__select{display:none}#overlay .list__subtitle{margin:0;font-size:14px;color:#000;display:flex;width:100%;margin-bottom:8px;justify-content:space-between;align-items:center}#overlay .list__subtitle h2{margin:0;font-size:18px}#overlay .list__subtitle h2 .address__country{display:block;font-size:13px;color:#586168;font-weight:600;margin-top:5px}#overlay .list__subtitle[class$="--icon"]{padding-left:40px;position:relative}#overlay .list__subtitle[class$="--icon"]:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e913"}#overlay .list__subtitle[class$="--icon"]:before{left:0;transform:translate(0, -50%);font-size:27px;color:#60b03d}#overlay .list__block label{font-size:13px;color:#7B7B7B;font-weight:600;margin-bottom:5px;line-height:1.2;padding-top:10px}#overlay .list__block select{padding:0 10px;line-height:38px;width:100%;border-radius:3px}#overlay .list__block button#new-address,#overlay .list__block button#new-invoice{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;margin-left:20px}#overlay .list__block button#new-address:hover,#overlay .list__block button#new-invoice:hover{background:#569d36}@media (min-width:1440px){#overlay .list__block button#new-address,#overlay .list__block button#new-invoice{font-size:14px}}#overlay .list__block .form-field-checkbox-wrapper{display:flex}#overlay .list__block .form-field-checkbox-wrapper label{padding-top:0;padding-left:8px}#overlay .list__block .form-field-checkbox-wrapper .error{margin-top:8px;margin-bottom:16px}#overlay .list__block #form-field-items-wrapper{margin-top:8px;background-color:#FFF}#overlay .list__block #form-field-bottom-wrapper{background-color:#FFF;margin-top:8px;padding:20px}#overlay .list__block .error{text-align:center;font-weight:600}#overlay .list__block .address__container{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:16px}#overlay .list__block .address__container .error:not(:first-child){display:block;margin-top:10px}#overlay .list__block .address{width:100%;margin:0 0 -1px 0}#overlay .list__block .address:last-child{margin-right:auto}#overlay .list__block .address.selected,#overlay .list__block .address.invoice{position:relative;z-index:1}#overlay .list__block .address.selected label,#overlay .list__block .address.invoice label,#overlay .list__block .address.selected .address__label,#overlay .list__block .address.invoice .address__label{border-color:#60b03d}#overlay .list__block .address input[type="radio"]{display:none}#overlay .list__block .address label,#overlay .list__block .address .address__label{font-size:13px;font-weight:600;display:block;line-height:1.6em;cursor:pointer;margin:0;padding:20px;border:1px solid #f2f2f2;min-height:100%}#overlay .list__block .address label::after,#overlay .list__block .address .address__label::after{content:'';display:table;clear:both}#overlay .list__block .address label .address__select,#overlay .list__block .address .address__label .address__select{margin-top:7px;float:right}#overlay .list__block .address label span,#overlay .list__block .address .address__label span{display:block}#overlay .list__block .address input[type="radio"]:checked+label{border:1px solid #1B97E1;position:relative;z-index:1}#overlay .list__block .address .address__company,#overlay .list__block .address .invoice__company{font-weight:bold;line-height:1.3em;margin-bottom:3px;display:block;overflow:hidden;text-overflow:ellipsis}#overlay .list__block .address .address__phone span,#overlay .list__block .address .invoice__phone span{display:inline}@media (min-width:999px){#overlay .list__block .address{width:50%}#overlay .list__block .address:nth-child(2n + 2){left:-1px;position:relative}}#overlay .list__block .validation--error{position:relative;width:100%;margin-bottom:20px;padding:15px 15px 15px 50px;text-align:left;font-weight:600;color:#be0d0d;border-left:3px solid #be0d0d;background:#fde6e6}#overlay .list__block .validation--error:before{font-family:'material',Arial,Helvetica,sans-serif;position:absolute;width:40px;left:10px;top:15px;content:'error';font-size:28px;font-weight:normal}#overlay .list__block .validation--error p:first-child,#overlay .list__block .validation--error ul:first-child{margin-top:0}#overlay .list__block .validation--error p:last-child,#overlay .list__block .validation--error ul:last-child{margin-bottom:0}#overlay .list__block.list__block--mpk .list__label{margin-top:4px}#overlay.delivery__overlay #overlay-content-wrapper .overlay-message__header{display:none}#overlay.delivery__overlay #overlay-content-wrapper .list__subtitle{font-size:16px}#overlay.delivery__overlay #overlay-content-wrapper .delivery__row{width:100%;max-width:400px;margin:15px 0 0 0;padding:0}#overlay.delivery__overlay #overlay-content-wrapper .delivery__row .delivery__name{float:left;display:block;color:#000;font-weight:700;font-size:13px;margin:0;width:100%;padding:0;margin-bottom:10px}#overlay.delivery__overlay #overlay-content-wrapper .delivery__row .delivery__name .transport-description{clear:left;margin-left:0;color:#93999c;text-transform:lowercase;font-size:12px}#overlay.delivery__overlay #overlay-content-wrapper .delivery__row ul{margin:0;display:inline-block;width:100%;padding:0;list-style:none}#overlay.delivery__overlay #overlay-content-wrapper .delivery__row ul li{border:1px solid #cfd8dc;margin-top:-1px;display:flex;padding:5px 25px 5px 35px;position:relative}#overlay.delivery__overlay #overlay-content-wrapper .delivery__row ul li input{display:none}#overlay.delivery__overlay #overlay-content-wrapper .delivery__row ul li label{font-weight:400;background-color:#fff;display:block;cursor:pointer;font-size:12px;width:auto;padding:3px 0 0 0;margin:0 10px 0 0;color:#191919}#overlay.delivery__overlay #overlay-content-wrapper .delivery__row ul li label:before{box-sizing:border-box;font-family:icons,sans-serif;content:'';color:#60b03d;position:absolute;left:10px;top:50%;width:14px;height:14px;background:#fff;border-radius:50%;border:2px solid #d8d8d8;margin-top:-7px;font-size:14px}#overlay.delivery__overlay #overlay-content-wrapper .delivery__row ul li label:hover:before{font-family:icons,sans-serif;content:'';position:absolute;background:#60b03d}#overlay.delivery__overlay #overlay-content-wrapper .delivery__row ul li span{margin:0 0 0 auto;font-size:14px;font-weight:700;padding-left:25px;color:#000}#overlay.delivery__overlay #overlay-content-wrapper .delivery__row ul li input:checked+label{cursor:default}#overlay.delivery__overlay #overlay-content-wrapper .delivery__row ul li input:checked+label:before{font-family:icons,sans-serif;content:'';position:absolute;background:#60b03d}#overlay.delivery__overlay #overlay-content-wrapper .delivery__row .delivery-price{display:none}.enquiry-view #overlay.overlay__select-address .overlay-message__header{display:none}.enquiry-view #overlay.overlay__select-address .overlay-message__action{display:none}.enquiry-view #overlay #form-field-choise-wrapper{margin-top:10px}.enquiry-view #overlay #form-field-choise-wrapper label{margin-bottom:5px}.enquiry-view #overlay #form-field-choise-wrapper input,.enquiry-view #overlay #form-field-choise-wrapper textarea{width:100%}
.filters-reset{color:#60b03d;font-size:13px;float:right;display:block;margin-right:20px}.filters-reset:before{content:"\e92a";font-family:b2b,sans-serif !important;font-weight:normal !important;margin-right:4px;vertical-align:1px;font-size:8px}.filters-reset:hover{color:#191919}@media (min-width:769px){.filters-reset{position:relative;z-index:1;margin-bottom:-22px}}@media (max-width:998px){.filters-reset{position:relative;top:6px}}@media (max-width:768px){.filters-reset{margin-right:10px}}ul.filters{display:inline-block;margin:0;padding:30px 0 0 0;width:100%;font-size:1.2rem}ul.filters>li{display:inline-block;margin-right:20px;margin-bottom:4px;vertical-align:top}ul.filters>li:last-child{margin-right:0}ul.filters>li:last-child>div{border-radius:0}ul.filters>li .filter-title{width:100%;display:block}ul.filters .dropdown{position:relative}ul.filters .dropdown a.dropdown{display:inline-block;width:100%}ul.filters .dropdown a.dropdown .filter-value{width:100%;color:#586168;display:inline-block;font-size:12px;font-weight:400;border:1px solid #cdcbcb;background:#F1F1F1;line-height:38px;height:40px;padding:0 30px 0 16px;border-radius:3px}ul.filters .dropdown a.dropdown:before{content:'';width:0;height:0;border-style:solid;border-width:4px 4px 0 4px;border-color:transparent;border-top-color:#586168;font-size:0;position:absolute;right:14px;bottom:16px}ul.filters .dropdown .dropdown-menu{display:none}ul.filters .dropdown.open .dropdown-menu{display:block}ul.filters .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;width:100%;padding:5px 0;margin:-1px 0 0;list-style:none;background-color:#ffffff;border:1px solid rgba(0,0,0,0.2);border-radius:0 0 3px 3px;box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}ul.filters .dropdown-menu a{display:block;padding:3px 16px;clear:both;font-weight:normal;line-height:20px;color:#586168;font-size:13px}ul.filters .dropdown-menu a:hover{background-color:#be0d0d;color:#fff}ul.filters select{border:1px solid #e6e6e6;background:#fff;font-size:.857em;padding:5px 40px 5px 10px;height:36px}ul.filters .select{border:1px solid #e6e6e6;display:inline-block;vertical-align:middle;background:#fff;font-size:.857em;padding:5px 30px 5px 10px;width:160px;position:relative;overflow:hidden}ul.filters .select select option{padding:5px}ul.filters .input-group{border:1px solid #e6e6e6;border-right:0;background:#fff;position:relative}ul.filters .input-group>input{border:none;font-size:1rem;padding:0 40px 0 10px;line-height:1;width:100%}ul.filters .input-group .input-group-btn{position:absolute;right:0;top:0;height:100%}ul.filters .input-group .input-group-btn button{background:#f5f6f7;border:0;position:relative}ul.filters .input-group .input-group-btn button span{display:none}ul.filters .input-group .input-group-btn button:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e91e"}ul.filters .input-group .input-group-btn button:before{color:#60b03d;top:-1px;font-size:16px;left:auto;right:5%;font-family:'b2b' !important}ul.filters .input-group .input-group-btn button:before:hover,ul.filters .input-group .input-group-btn button:before:focus{color:#569d36}ul.filters #filter-text{height:40px;padding:0;border-radius:3px;border:1px solid #cdcbcb;background:#F1F1F1}ul.filters #filter-text .input-group{border:none;background:none;padding:0}ul.filters #filter-text .input-group input{box-sizing:border-box;line-height:38px}ul.filters #filter-text #filter-customer-text{padding:0;width:40px;height:40px;background:none}ul.filters #filter-text #filter-customer-text:before{top:50%;font-family:b2b,sans-serif !important;content:"\e91e";font-size:16px}.filters.list-inline{margin-top:0;padding:10px 16px 14px;width:100%;background-color:#fff;position:relative;display:flex;align-items:flex-end}.filters.list-inline>div{float:left;font-size:14px}.filters.list-inline>div label{font-weight:normal;float:left;margin-right:12px}.filters.list-inline>div .shop-form-list{float:right}.filters.list-inline .dropdown label,.filters.list-inline .dropdown .filter-title{font-size:12px;color:#586168;width:auto;line-height:1.5;display:block;margin-bottom:6px;text-transform:none}.filters.list-inline .dropdown .select{padding:4px 25px 4px 14px;border:1px solid #c7c7c7;position:relative;height:38px;width:154px;background-color:#fff}.filters.list-inline .dropdown .select:before{content:'';position:absolute;right:4px;top:8px;width:0;height:0;border-style:solid;border-width:4px 4px 0 4px;border-color:transparent;border-top-color:inherit;font-size:0}.filters.list-inline .dropdown .select span{color:#000;padding:2px 0;display:block;font-size:16px;font-weight:600}.filters.list-inline .dropdown .select select{height:35px;color:#544444;box-sizing:content-box;font-weight:600;width:100%;z-index:1;position:absolute;left:0;top:0;padding:0 10px;border:none;background:none;cursor:pointer}.filters.list-inline .dropdown .select select option{padding:5px}.filters.list-inline .dropdown .input-group{padding:4px 25px 4px 14px;border:1px solid #e6e6e6;position:relative;height:38px;background-color:#f5f6f7}.filters.list-inline .dropdown .input-group input{color:#191919;box-sizing:content-box;font-weight:normal;width:100%;height:100%;z-index:1;text-transform:lowercase;left:0;top:0;border:none;background:none;font-size:12px;padding-left:16px}@media (max-width:767px){.filters.list-inline .dropdown{width:100%}.filters.list-inline .dropdown .filter-value{width:100%}}.filters.list-inline .products-per-page{width:100%;text-align:center}.filters.list-inline .products-per-page label{color:#000;float:none;display:inline-block;margin-top:5px;font-size:14px}.filters.list-inline .products-per-page .per-page{height:35px;border:1px solid #c7c7c7;background:#fff;width:auto;display:inline-block;vertical-align:top}.filters.list-inline .products-per-page .per-page input{display:none}.filters.list-inline .products-per-page .per-page ul,.filters.list-inline .products-per-page .per-page ul li{margin:0;padding:0}.filters.list-inline .products-per-page .per-page li{display:block;float:left;width:35px;height:33px;border-right:1px solid #c7c7c7}.filters.list-inline .products-per-page .per-page li:last-child{border-right:0}.filters.list-inline .products-per-page .per-page li:last-child a,.filters.list-inline .products-per-page .per-page li:last-child label{width:35px}.filters.list-inline .products-per-page .per-page a,.filters.list-inline .products-per-page .per-page label{font-size:16px;font-weight:600;float:left;width:34px;text-align:center;height:33px;line-height:33px;margin:0;cursor:pointer}.filters.list-inline .products-per-page .per-page a.active,.filters.list-inline .products-per-page .per-page label.active{background-color:#be0d0d;color:#fff}.filters.list-inline .products-per-page .per-page a:hover,.filters.list-inline .products-per-page .per-page label:hover{background:#fccece}.filters.list-inline .products-per-page .per-page a.active:hover,.filters.list-inline .products-per-page .per-page label.active:hover{background-color:#be0d0d;color:#fff}.filters.list-inline .display-options{display:none !important}.filters.list-inline .small-paginator{position:absolute;right:16px}.filters.list-inline.notfound{border-bottom:none}.filters.list-inline.notfound p{margin-top:10px}ul.filters .dropdown a.dropdown .filter-value{vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.diy-tpl ul.filters .dropdown a.dropdown .filter-value,.diy-tpl .filters.list-inline .dropdown .input-group{background:#f0f4f6;border-color:#e8ecee}.diy-tpl .search.filters__wrapper>h3{display:none}.diy-tpl .filters.list-inline{padding:0}.diy-tpl .filters.list-inline .dropdown .input-group,.diy-tpl ul.filters .dropdown a.dropdown .filter-value{height:50px;padding:0 50px 0 20px;border-radius:3px}.diy-tpl .filters.list-inline .dropdown .input-group input,.diy-tpl ul.filters .dropdown a.dropdown .filter-value input{padding:0;font-size:14px;color:#586168}.diy-tpl ul.filters{text-transform:none;justify-content:flex-start}.diy-tpl ul.filters .dropdown-menu a:hover{background-color:#003554}.diy-tpl ul.filters>li{margin-right:16px}@media (min-width:920px) and (max-width:1280px){.diy-tpl ul.filters>li{width:calc(33.33% - 14px)}.diy-tpl ul.filters>li:nth-child(3)~li{margin-top:16px}.diy-tpl ul.filters>li:nth-child(3n + 1){margin-left:0}}@media (min-width:1281px){.diy-tpl ul.filters>li{width:calc(20% - 16px)}.diy-tpl ul.filters>li:nth-child(5)~li{margin-top:16px}.diy-tpl ul.filters>li:nth-child(5n + 1){margin-left:0}}.diy-tpl ul.filters .dropdown .filter-title,.diy-tpl ul.filters .dropdown label{font-weight:600;font-size:14px;color:#003554}.diy-tpl ul.filters .dropdown a.dropdown{display:inline-flex;flex-direction:column}.diy-tpl ul.filters .dropdown a.dropdown:before{border:none;height:24px;width:21px;overflow:hidden;color:#003554;content:'keyboard_arrow_down';font-family:'material';font-size:21px;bottom:13px}.diy-tpl ul.filters .dropdown a.dropdown i{display:none}.diy-tpl ul.filters .dropdown a.dropdown .filter-value{line-height:48px;font-size:14px;color:#586168}.diy-tpl ul.filters .input-group .input-group-btn button{width:50px;height:48px}.diy-tpl ul.filters .input-group .input-group-btn button:before{font-size:20px;top:50%;color:#003554}.diy-tpl ul.filters .input-group .input-group-btn button:hover:before{color:#5db035}.diy-tpl ul.filters>li.filter-type-period .dropdown-menu{padding:15px 10px}.diy-tpl ul.filters>li.filter-type-period .dropdown-menu .input-datetime>span{font-size:14px;font-weight:bold;color:#003554;margin-bottom:8px}.diy-tpl ul.filters>li.filter-type-period .dropdown-menu .input-datetime{margin-bottom:15px}.diy-tpl ul.filters>li.filter-type-period .dropdown-menu .btn{text-transform:uppercase;font-size:12px;display:flex;margin-left:auto}@media (max-width:1280px) and (min-width:999px){.diy-tpl ul.filters{flex-wrap:wrap}.diy-tpl ul.filters>li{width:calc(33.33% - 11px)}.diy-tpl ul.filters>li:nth-child(3n + 3){margin-right:0}}@media (max-width:998px) and (min-width:601px){.diy-tpl ul.filters.list-inline{flex-wrap:wrap}.diy-tpl ul.filters.list-inline>li.dropdown{width:calc(50% - 8px)}.diy-tpl ul.filters.list-inline>li:nth-child(2n + 1){margin-right:0}.diy-tpl ul.filters.list-inline>li#filter-name{width:100%}}@media (max-width:600px){.diy-tpl ul.filters.list-inline{flex-wrap:wrap}.diy-tpl ul.filters.list-inline>li{width:100%;margin-right:0}}.pv-offer-list .search.filters__wrapper{display:flex;flex-wrap:wrap;align-items:center}.pv-offer-list .search.filters__wrapper>ul{width:100%;order:1;flex-wrap:wrap}.pv-offer-list .search.filters__wrapper>a.filters-reset{order:2;width:100%;float:none;margin-top:5px}.pv-offer-list.layout-tpl .search.filters__wrapper>a.filters-reset{margin-bottom:0;margin-top:-10px;padding:0 20px 20px 20px;width:auto;margin-right:auto}@media (min-width:920px) and (max-width:1280px){.pv-offer-list.layout-tpl .content>.search ul.filters>li{width:calc(33.33% - 14px)}.pv-offer-list.layout-tpl .content>.search ul.filters>li:nth-child(3)~li{margin-top:16px}.pv-offer-list.layout-tpl .content>.search ul.filters>li:nth-child(3n + 1){margin-left:0}}@media (min-width:1281px){.pv-offer-list.layout-tpl .content>.search ul.filters>li{width:calc(20% - 16px)}.pv-offer-list.layout-tpl .content>.search ul.filters>li:nth-child(5)~li{margin-top:16px}.pv-offer-list.layout-tpl .content>.search ul.filters>li:nth-child(5n + 1){margin-left:0}}.pv-offer-list.layout-tpl .filters.list-inline>li.filter-type-period .dropdown-menu{padding:15px 10px}.pv-offer-list.layout-tpl .filters.list-inline>li.filter-type-period .dropdown-menu .input-datetime>span{margin-bottom:8px;font-size:13px;color:#586168}.pv-offer-list.layout-tpl .filters.list-inline>li.filter-type-period .dropdown-menu .input-datetime{margin-bottom:15px}.pv-offer-list.layout-tpl .filters.list-inline>li.filter-type-period .dropdown-menu .input-datetime input{width:100%;padding:0 16px;height:40px;line-height:38px;font-size:13px}.pv-offer-list.layout-tpl .filters.list-inline>li.filter-type-period .dropdown-menu .btn{display:flex;margin-left:auto}.pv-offer-list.layout-tpl .filters.list-inline .dropdown .input-group{color:#586168;border:1px solid #cdcbcb;background:#F1F1F1;padding:0 30px 0 16px;border-radius:3px;line-height:38px;height:40px}.pv-offer-list.layout-tpl .filters.list-inline .dropdown .input-group input{padding:0;height:38px;width:100%;vertical-align:top}.pv-offer-list.layout-tpl .filters.list-inline .dropdown .input-group button{position:absolute;right:0;top:0;height:38px;line-height:28px;padding:0;width:40px;background:none}.pv-offer-list.layout-tpl .filters.list-inline .dropdown .input-group button:before{top:50%}
.maps__container{display:flex;flex-wrap:wrap}.maps__container .maps__filters{width:25%;padding-right:16px}.maps__container .maps__filters>div{margin-bottom:16px}.maps__container .maps__filters select,.maps__container .maps__filters input{width:100%;padding:5px 8px}.maps__container .maps__filters .filter__label{font-size:16px;margin-bottom:8px}.maps__container .maps__filters .filter__button{margin-top:16px;border:2px solid #0060b0;background-color:#FFF;color:#0060b0;text-transform:uppercase;font-weight:700}.maps__container .maps__filters .filter__button:hover{color:#FFF;background-color:#0060b0}.maps__container .maps__filters .filter__distance{display:flex;flex-wrap:wrap;margin-bottom:16px}.maps__container .maps__filters .filter__distance .filter__label{width:100%}.maps__container .maps__filters .filter__distance .distance__item{width:100%;max-width:calc(25% - 3px);border:1px solid #e6e6e6;margin-right:4px;font-size:12px;text-align:center;font-weight:700;cursor:pointer;padding:4px 0}.maps__container .maps__filters .filter__distance .distance__item.active,.maps__container .maps__filters .filter__distance .distance__item:hover{background-color:#0060b0;color:#FFF}.maps__container .maps__filters .filter__distance .distance__item:nth-of-type(4n + 4){margin-right:0}.maps__container .maps__filters .filter__category .category__label{color:gray;display:flex;align-items:center;background:url(../images/maps/map_on_off.png) 2px -74px no-repeat;cursor:pointer;padding:0 0 0 30px;line-height:1.4;margin-bottom:10px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.maps__container .maps__filters .filter__category .category__label img{display:none}.maps__container .maps__filters .filter__category .category__label span{padding-left:30px}.maps__container .maps__filters .filter__category .category__label.maps-catagory-checked{color:#1c1a13;background-position:2px top}.maps__container .maps__filters .filter__category .category__label+.category__label{margin-top:4px}.maps__container .maps__filters .filter__reset{cursor:pointer}.maps__container .maps__filters .filter__reset:hover{color:#0060b0}.maps__container .maps__map{width:75%;min-height:500px}.maps__container .maps__map.wide{width:100%}.maps__container .maps__map .map__container{height:100%}.maps__container .maps__items{width:100%;margin-top:16px;border-top:1px solid #e6e6e6;padding:16px 0}.maps__container .maps__items ul{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.maps__container .maps__items ul .maps__item{position:relative;width:100%;max-width:calc(25% - 6px);border:1px solid #0060b0;margin:0 8px 8px 0;min-height:250px}.maps__container .maps__item .item__edit{display:none;position:absolute;right:0;top:0;padding:5px;background-color:#e6e6e6}.maps__container .maps__item .item__edit:hover{color:#000;background-color:#d9d9d9}.maps__container .maps__item .item__header{padding:16px 8px;background-color:#0060b0;color:#FFF}.maps__container .maps__item .item__header h4{margin:0}.maps__container .maps__item .item__address{padding:16px 8px}.maps__container .maps__item .item__address p{margin:0}.maps__container .maps__item .item__button{position:absolute;font-size:12px;right:8px;bottom:8px}.maps__container .maps__item .item__button:hover{color:#0060b0}.maps__container .maps__item:hover .item__edit{display:block}.maps__paginator{width:100%}.maps-view .main-wrapper .main-content>.content{padding:0 22px 23px}.maps-view .main-wrapper .main-content>.content .full-html{padding-left:8px;padding-right:8px;margin-bottom:40px}#maps-right{width:calc(100% - 312px)}#maps-right>header{display:none}#maps-left{padding-right:22px;width:312px}#maps-left .filter__label{font-weight:600;font-size:13px;line-height:18px;color:#191919;text-transform:none;padding:0}#maps-left .filter__label:not(:first-child){margin-top:15px}#maps-left.maps__filters>div{margin-bottom:8px}#maps-left.maps__filters select,#maps-left.maps__filters input[type="text"]{border:1px solid #cdcbcb;background:#F1F1F1;border-radius:3px;font-size:12px;line-height:16px;color:#848484;padding-left:12px;height:40px}#maps-left.maps__filters select:focus,#maps-left.maps__filters input[type="text"]:focus{border-color:#60b03d}#maps-left.maps__filters select{background:none}#maps-left.maps__filters #maps-region-2,#maps-left.maps__filters #maps-city{border-radius:3px;background:#F1F1F1;position:relative;z-index:1}#maps-left.maps__filters #maps-region-2:after,#maps-left.maps__filters #maps-city:after{content:'';width:0;height:0;border-style:solid;border-width:4px 4px 0 4px;border-color:transparent;border-top-color:inherit;font-size:0;position:absolute;right:14px;top:18px}#maps-left.maps__filters #szukaj-sklepu{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;border:none;display:inline-block;text-transform:none;width:auto;margin-top:16px;margin-bottom:41px}#maps-left.maps__filters #szukaj-sklepu:hover{background:#569d36}@media (min-width:1440px){#maps-left.maps__filters #szukaj-sklepu{font-size:14px}}#maps-left #maps-address{margin:0}#maps-left .filter__distance{border-bottom:1px solid #C4C4C4}#maps-left .filter__distance .distance__item{margin-top:11px;border:none;color:#586168;border-bottom:2px solid transparent;margin-bottom:-1px;font-weight:600;font-size:13px;line-height:18px;padding:0 14px 6px}#maps-left .filter__distance .distance__item:hover,#maps-left .filter__distance .distance__item.active{background:none;border-bottom:2px solid #60b03d;color:#60b03d}#maps-left #maps-category{margin-top:33px}#maps-left #maps-category .category__label{font-weight:normal;font-size:13px;line-height:18px;margin-bottom:0;padding-left:28px}#maps-left #maps-category .category__label:not(:last-child){margin-bottom:13px}#maps-left #maps-reset{margin-top:24px;color:#586168;font-size:13px;line-height:18px}#maps-left #maps-reset:hover{color:#60b03d}#maps-items{padding:0;margin:23px 0 0;border:none}#maps-items .maps-items__notice{display:block;padding:7px 17px;font-weight:600;font-size:12px;line-height:1.63;color:#60b03d}#maps-items ul{width:100%;display:flex;flex-wrap:wrap}#maps-items ul li{width:100%;margin:0;border:1px solid transparent;padding:23px 17px 73px;min-height:0}#maps-items ul li .item__header{background:none;color:#191919;font-weight:bold;font-size:14px;line-height:19px;padding:0;margin-bottom:15px}#maps-items ul li .item__address{padding:0;font-size:13px;line-height:18px;margin-bottom:5px;color:#191919}#maps-items ul li .item__address .maps-item-zip_code,#maps-items ul li .item__address .maps-item-city{display:inline}#maps-items ul li .item__address .maps-item-zip_code p,#maps-items ul li .item__address .maps-item-city p{display:inline}#maps-items ul li .item__address .maps-item-phone{margin-top:16px}#maps-items ul li .item__address .maps-item-mail{margin-top:16px}#maps-items ul li .item__address .maps-item-mail a{color:#586168}#maps-items ul li .item__address .maps-item-mail a:hover{color:#191919;text-decoration:underline}#maps-items ul li .item__button{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;padding:0 16px;line-height:32px;position:absolute;bottom:23px;right:auto;left:17px}#maps-items ul li .item__button:hover{background:#569d36}@media (min-width:1440px){#maps-items ul li .item__button{font-size:14px}}@media (min-width:600px){#maps-items ul li{width:50%}}@media (min-width:768px){#maps-items ul li{width:33.33%}}@media (min-width:998px){#maps-items ul li{width:25%}}@media (min-width:1280px){#maps-items ul li{width:20%}}#maps-items ul li:hover{border-color:#D2D0D0}#maps-items ul li.active{border-color:#60b03d}#maps-items ul.pager{display:block;width:100%;text-align:center}#maps-items ul.pager li{width:auto;padding:0;display:inline-block;border:none;margin:0 4px;font-size:12px;font-weight:600;line-height:1.33em}#maps-items ul.pager li a{color:#586168;padding:0 4px}#maps-items ul.pager li a:hover{color:#60b03d}#maps-items ul.pager li.pager-current{padding:0 4px;color:#60b03d;font-weight:bold}.gm-style .gm-style-iw-c{padding:0 !important;border-radius:5px !important;box-shadow:0 0 5px rgba(0,0,0,0.25) !important}.gm-style .gm-style-iw-c button.gm-ui-hover-effect{width:20px !important;height:20px !important;top:7px !important;right:7px !important;border:1px solid #586168 !important;border-radius:50% !important;display:flex !important;justify-content:center;align-items:center}.gm-style .gm-style-iw-c button.gm-ui-hover-effect span{margin:0 !important}.gm-style .gm-style-iw-c button.gm-ui-hover-effect img{margin:0 !important;width:7px !important;height:7px !important}.maps-marker-popup{font-size:13px;line-height:18px;color:#191919;padding:24px 16px 28px;min-width:170px;width:146px}.maps-marker-popup p{margin:0}.maps-marker-popup .maps-marker-name{font-weight:bold;font-size:14px;line-height:19px;margin:0 0 15px}.maps-marker-popup .maps-marker-zip_code{display:inline;margin-right:.3em}.maps-marker-popup .maps-marker-zip_code p{display:inline}.maps-marker-popup .maps-marker-city{display:inline}.maps-marker-popup .maps-marker-city p{display:inline}.maps-marker-popup .maps-marker-phone{margin-top:16px}.maps-marker-popup .maps-marker-mail{margin-top:16px}.maps-marker-popup .maps-marker-mail a{color:#60b03d}.maps-marker-popup .maps-marker-mail a:hover{color:#191919}.maps-marker-popup .maps-marker-navbutton{font-weight:600;font-size:13px;line-height:18px;color:#586168;text-transform:lowercase;margin-top:15px;display:block}.maps-marker-popup .maps-marker-navbutton:hover{color:#60b03d}@media (max-width:998px){.maps-view .main-wrapper .main-content>.content .maps--description{background:#fff;padding-bottom:15px;padding-left:10px;padding-right:10px}#maps-items ul li{max-width:calc(33.33% - 4px)}}@media (max-width:768px){.maps-view .main-wrapper .main-content>.content .maps--description{display:none;margin-bottom:0}.maps-view .main-wrapper .main-content>.content .maps--description.active{display:block}.maps-view .main-wrapper .main-content .main-header h1{font-size:16px;line-height:1.4;background:#fff;position:relative;width:100%;cursor:pointer;padding:10px 30px 10px 10px}.maps-view .main-wrapper .main-content .main-header h1:before{content:'keyboard_arrow_down';font-family:'material';color:#586168;top:3px;right:17px;position:absolute;width:16px;font-size:26px}.maps-view .main-wrapper .main-content .main-header h1.active:before{content:'keyboard_arrow_up'}.maps__container .maps__map .map__container{height:266px;margin-bottom:10px;display:none}.maps__container .maps__map .map__container.active{display:block}#maps-left.maps__filters #szukaj-sklepu{margin-bottom:30px}.maps-view .main-wrapper .main-content>.content{padding:0;background:none}.maps-view .main-wrapper .main-content{background:none}.maps__container{display:block}#maps-left{padding:15px 10px;background:#fff;width:100%;margin-top:10px}#maps-right{width:100%;background:#fff;margin-top:10px;padding:10px 10px 0;min-height:0}#maps-right>header{display:block}#maps-right>header h2{color:#191919;font-size:16px;line-height:1.4;margin:0;position:relative;padding-right:30px;width:100%;cursor:pointer;padding-bottom:10px}#maps-right>header h2:before{content:'keyboard_arrow_down';font-family:'material';color:#586168;top:-7px;right:7px;position:absolute;width:16px;font-size:26px}#maps-right>header h2.active:before{content:'keyboard_arrow_up'}#maps-items{padding:10px 0 0;background:#fff;margin-top:10px}#maps-items ul li{max-width:50%;padding:13px 17px 55px}}@media (max-width:600px){#maps-items ul li{padding:13px 17px 35px}#maps-items ul li .item__button{left:auto;right:17px;bottom:13px}#maps-items ul li{max-width:100%;border-top-color:#D2D0D0}#maps-items ul li:last-child{border-top-color:#D2D0D0}#maps-items ul li:hover+li{border-top-color:transparent}}
#messages{padding:0;background:#fff}#messages .message__title{margin:0;padding:20px 0 20px 10px;font-size:21px;font-weight:bold;color:#191919;background:#f2f2f2;position:relative}#messages .message__title:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e91c"}#messages .message__title:before{position:initial;margin-top:5px;margin-right:10px;font-size:21px;color:#60b03d}.messages__conversation{padding:25px 20px 20px 20px;max-width:1000px;margin:0 auto;max-height:calc(100vh - 293px);overflow-y:auto;scrollbar-width:thin}@media (max-width:600px){.messages__conversation{max-height:calc(200vh - 293px)}}.messages__conversation .message__text p{margin:0}.messages__conversation .message--entry{display:flex;width:100%}.messages__conversation .message--entry .avatar{width:40px;height:40px;border-radius:50%;line-height:40px;color:#fff;text-align:center;background:#666;font-size:20px;margin:0 auto 5px auto}.messages__conversation .message--entry .author{font-weight:600;text-align:center;hyphens:auto;-ms-hyphens:auto;line-height:1.3em}.messages__conversation .message--entry .company{color:#777;text-align:center;line-height:1.3em;margin-bottom:10px}.messages__conversation .message--entry:last-child .company{height:auto}.messages__conversation .message--entry .message__author{margin-bottom:0}.messages__conversation .message--me{justify-content:flex-end}.messages__conversation .message--me .message__date{text-align:right}.messages__conversation .message--me .avatar{background:#60b03d}.messages__conversation .message--me .message__author{order:2;margin-right:0;margin-left:16px}.messages__conversation .message--me .message__reply{order:1}.messages__conversation .message--me.message--new .message__text:before,.messages__conversation .message--me.message--new .message__text:after{width:16px;height:16px;content:'';position:absolute;background:#d9efd0;right:-16px;top:0}.messages__conversation .message--me.message--new .message__text:after{background:#fff;border-radius:100% 0 0 0;z-index:1}.messages__conversation .message--me .message__text{border-top-right-radius:0;background:#d9efd0}.messages__conversation .message--me+.message--me .message__author{height:40px;overflow:hidden;opacity:0}.messages__conversation .message--recipient{justify-content:flex-start}.messages__conversation .message--recipient.message--new .message__text:before,.messages__conversation .message--recipient.message--new .message__text:after{width:16px;height:16px;content:'';position:absolute;background:#ecf0f1;left:-16px;top:0}.messages__conversation .message--recipient.message--new .message__text:after{background:#fff;border-radius:0 100% 0 0;z-index:1}.messages__conversation .message--recipient .message__text{border-top-left-radius:0}.messages__conversation .message--system{justify-content:center;width:100%}.messages__conversation .message--system .message__reply{width:100%}@media (max-width:768px){.messages__conversation .message--system .message__reply{max-width:none}}.messages__conversation .message--system .message__date{text-align:center}.messages__conversation .message--system .message__text{border-radius:0;background:none;color:#444;font-weight:600;padding:10px 30px 0;text-align:center}.messages__conversation .message--system .message__text:before,.messages__conversation .message--system .message__text:after{display:none}.messages__conversation .message--system+.message--entry{margin-top:10px}.messages__conversation .message--new.message--multiple.message--sametime{margin-bottom:-7px}.messages__conversation .message--new.message--multiple .message__author{position:relative}.messages__conversation .message--new.message--multiple .company{position:absolute;width:100%}.messages__conversation .message--recipient+.message--recipient.message--new{margin-top:30px}.messages__conversation .message__reply{max-width:calc(100% - 232px)}@media (max-width:768px){.messages__conversation .message__reply{max-width:calc(100% - 86px)}}.message__author{width:100px;margin-right:16px;flex-shrink:0;font-size:12px;color:#191919}@media (max-width:768px){.message__author{width:70px}.message__author .author{overflow:hidden;text-overflow:ellipsis}}.messages__reply-form{padding:25px 0}.messages__reply-form form{max-width:1000px;padding:0 20px;margin:0 auto}.messages__reply-form form>div{max-width:calc(100% - 232px);margin:0 auto}@media (max-width:768px){.messages__reply-form form>div{max-width:100%}}.messages__reply-form form textarea{border:none;border-radius:4px;background:#ecf0f1;padding:15px 30px;color:#191c1f;font-size:14px;line-height:1.5em;width:100%;height:125px}@media (max-width:768px){.messages__reply-form form textarea{padding:10px}}.messages__conversation+.messages__reply-form,.messages__conversation+script+.messages__reply-form{border-top:1px solid #ccc}.message__text{background:#ecf0f1;flex-grow:0;border-radius:4px;padding:10px 30px;font-size:14px;color:#191c1f;line-height:1.5em;position:relative}@media (max-width:768px){.message__text{padding:10px}}.message__date{color:#999;font-size:13px;margin:5px 0}.message__date--divider{margin-top:12px}.message__new-date{margin:30px 0;color:#60b03d;font-weight:bold;text-align:center;font-size:14px;position:relative}.message__new-date span{background:#fff;display:inline-block;padding:0 10px;position:relative;z-index:1}.message__new-date:first-child{margin-top:0}.messages__reply-form form>div.messages__reply-actions{text-align:right;margin-top:10px}.messages__reply-form form>div.messages__reply-actions .btn{background:#60b03d}.messages__reply-form form>div.messages__reply-actions .btn input{background:none;padding:0;margin-top:0}.messages__reply-form form>div.messages__reply-actions .btn .icon{display:inline-block;margin-left:10px;vertical-align:middle;position:static;transform:none}.messages__reply-form form>div.messages__reply-actions .btn .icon:before{font-family:'icons' !important;content:"\e915";font-weight:normal;font-size:18px}.messages__reply-form form>div.messages__reply-actions .btn:hover,.messages__reply-form form>div.messages__reply-actions .btn:active,.messages__reply-form form>div.messages__reply-actions .btn:focus{background:#569d36}.order-edit .messages__reply-form{padding:0;border-top:none}.order-edit .messages__reply-form .message__title{border-color:#e1e5e6}.order-edit .messages__reply-form form{padding:0;padding-bottom:40px;max-width:none;margin:0}.order-edit .messages__reply-form form>div{max-width:none}.order-edit .messages__reply-form form #form-field-message-wrapper{max-width:none;border-top:1px solid #e1e5e6;padding-top:30px}.order-edit .messages__reply-form form #form-field-message-wrapper>*{max-width:calc(1000px - 272px);margin-left:auto;margin-right:auto;display:block}.order-edit .messages__reply-form form #form-field-submit-wrapper{max-width:calc(1000px - 272px)}.order-edit .messages__reply-form form #form-field-submit-wrapper{margin:0 auto}.order-edit .messages__reply-form form #form-field-submit-wrapper input#form-field-submit{margin:0;background:#60b03d}.order-edit .messages__reply-form form #form-field-submit-wrapper input#form-field-submit:hover,.order-edit .messages__reply-form form #form-field-submit-wrapper input#form-field-submit:active,.order-edit .messages__reply-form form #form-field-submit-wrapper input#form-field-submit:focus{background:#569d36}.order-edit .messages__reply-form form #form-field-submit-wrapper::after{content:'';clear:both;display:table}
body.news-index #content{background:none;padding:0}body.news-index #content>header>h1{font-family:"Open Sans",sans-serif;font-weight:bold}body.news-index #content .content{padding:0}body.news-index #content .paginator-bottom{border:1px solid #e5e5e5;margin-top:-1px;padding:8px 16px;background-color:#fff}body.news-index #content .paginator-bottom>div{text-align:right}body.news-index #content .paginator-bottom>div a{font-weight:bold;padding:4px;background:none}body.news-index #content .paginator-bottom>div a.active{color:#60b03d}body.news-index #content .paginator-bottom>div a:hover,body.news-index #content .paginator-bottom>div a:focus{color:#60b03d}body.news-index #content .paginator-bottom>div a.next>span,body.news-index #content .paginator-bottom>div a.previous>span{color:#000;background:none;border:none;padding:4px 15px}body.news-index #content .paginator-bottom>div a.next>span:hover,body.news-index #content .paginator-bottom>div a.previous>span:hover,body.news-index #content .paginator-bottom>div a.next>span:focus,body.news-index #content .paginator-bottom>div a.previous>span:focus{color:#60b03d}body.news-index #content .news-message{padding:0 40px 40px}body.news-index .content #news-list .news__row{border:1px solid #e5e5e5;border-bottom:none;background:#fff;padding:30px 45px;margin:-1px 0 0 0;position:relative}@media (max-width:450px){body.news-index .content #news-list .news__row{padding-bottom:30px}}body.news-index .content #news-list .news__row .news__title{font-size:1.8rem;margin:0}body.news-index .content #news-list .news__row .news__date{font-style:normal;display:block;font-size:1.2rem;margin-bottom:12px}body.news-index .content #news-list .news__row .news__content .news__foto{width:220px;margin-right:10px}@media (max-width:767px){body.news-index .content #news-list .news__row .news__content .news__foto{margin:25px auto}}body.news-index .content #news-list .news__row .news__content .news__text{flex:1}body.news-index .content #news-list .news__row .news__content .news__text .news__read-more{margin-top:20px;text-align:center;max-width:150px;display:block;text-transform:uppercase;font-size:12px;font-weight:bold;border:1px solid #e5e5e5;padding:5px 15px;background:#FFF;margin-left:auto}@media (min-width:768px){body.news-index .content #news-list .news__row .news__content{display:flex}}body.news-view .news__container .news__content{padding-top:15px}body.news-view .news__container .news__content .news__picture{max-width:300px;max-height:300px;float:left;margin:0 15px 15px 0}body.news-view .news__container .news__content p:first-of-type{margin-top:0}body.news-view .news__container .news__gallery{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:5px}body.news-view .news__container .news__gallery .gallery__link{width:100%;text-align:center}body.news-view .news__container .news__gallery .gallery__link .gallery__picture{display:block;margin:0 auto}@media (min-width:768px){body.news-view .news__container .news__gallery{grid-template-columns:1fr 1fr 1fr 1fr}}
body.overlay-open{overflow:hidden;height:100%}#overlay{-webkit-transition:background .3s ease;transition:background .3s ease;position:fixed;background:rgba(0,0,0,0);width:100%;overflow-y:auto;top:0;left:0;height:100%;z-index:1001}#overlay.open{display:block;background:rgba(0,0,0,0.7);height:100%}#overlay.close{display:none}#overlay.save-name #overlay-content-wrapper{width:320px;height:200px}#overlay.save-name #overlay_name_overwrite{float:left;width:100%}#overlay.save-name #overlay_name_overwrite>p:nth-child(1){padding-top:20px}#overlay.save-name #overlay_name_overwrite .yes-button{width:50%;right:0;padding-top:20px}#overlay.save-name #overlay_name_overwrite .no-button{-webkit-transition:all .3s ease;transition:all .3s ease;width:50%;left:0;right:auto;background:transparent;color:#000;padding-top:19px;border-top:1px solid #d6d6d6}#overlay.save-name #overlay_name_overwrite .no-button:before{content:'\e910';color:#be0d0d}#overlay.save-name #overlay_name_overwrite .no-button:hover{background-color:#60b03d;color:#fff;border-top:1px solid #60b03d}#overlay.save-name #overlay_name_overwrite .no-button:hover:before{color:#fff}#overlay.save-name #overlay_not_logged{font-size:18px;padding-top:20px;text-align:center;line-height:1.45em}#overlay.info .overlay-content{padding:15px 10%}#overlay.info .overlay-content .wait{font-size:16px}#overlay.delete .overlay-content{padding:0}#overlay.delete .overlay-content h4{font-size:20px;font-weight:400;margin:5px 0 0}#overlay.delete .overlay-content h4 p{margin:0;color:#000}#overlay.delete .overlay-content .btns{display:flex;border-top:1px solid #d3d3d3;position:absolute;bottom:0;left:0;width:100%}#overlay.delete .overlay-content .btns a{border:0;cursor:pointer;background-color:transparent;padding:20px;font-size:12px;font-weight:900;text-transform:uppercase;color:#000;width:50%;float:left;position:relative;margin-top:-1px}#overlay.delete .overlay-content .btns a:hover{color:#fff;background-color:#60b03d}#overlay.delete .overlay-content .btns a:hover:before{color:#fff}#overlay.delete .overlay-content .btns a:last-child{color:#fff;background:#60b03d}#overlay.delete .overlay-content .btns a:last-child:hover{background-color:#4b8a30}#overlay.delete #overlay-content-wrapper{width:320px;height:200px}#overlay.toconfigurator{color:#000;font-family:inherit;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);box-shadow:0 0 10px rgba(0,0,0,0.2)}#overlay.toconfigurator #overlay-content-wrapper{padding:0;width:auto}#overlay.toconfigurator .overlay-content{padding:0}#overlay.toconfigurator h2{font-size:36px;font-weight:700;color:#000;text-transform:uppercase;margin:0;padding:30px}#overlay.toconfigurator p{font-family:inherit;font-size:18px;padding:0 30px 30px;margin:0}#overlay.toconfigurator .actions{display:flex;border-top:1px solid #d3d3d3}#overlay.toconfigurator .actions a{padding:20px;font-size:12px;font-weight:900;text-transform:uppercase;color:#000;width:50%;float:left;position:relative;margin-top:-1px}#overlay.toconfigurator .actions a:before{text-align:center;font-family:icons;content:'\e901';-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);position:relative;top:0;width:25px;height:25px;display:inline-block;font-weight:400;color:#60b03d;vertical-align:middle;font-size:23px;margin-right:8px}#overlay.toconfigurator .actions a:hover{color:#fff;background-color:#60b03d}#overlay.toconfigurator .actions a:hover:before{color:#fff}#overlay.toconfigurator .actions a:last-child{color:#fff;background:#60b03d}#overlay.toconfigurator .actions a:last-child:before{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);content:'\e907';color:#fff}#overlay.toconfigurator .actions a:last-child:hover{background-color:#4b8a30}#overlay.share-link .overlay-content{float:left;padding:30px 0 70px;width:100%;margin:0 0}#overlay.share-link #copyTarget{width:100%;float:left;border-radius:3px;font-size:12px;padding:20px;font-family:inherit;border:1px solid #c7c7c7;min-height:100px;line-height:1.45em}#overlay.share-link #copyButton{-webkit-transition:background-color .3s ease;transition:background-color .3s ease;position:absolute;box-sizing:border-box;width:100%;line-height:1em;font-size:12px;border:0;padding:20px 30px 20px 30px;font-family:inherit;font-weight:700;right:0;margin-top:0;bottom:0;text-transform:uppercase;color:#fff;text-align:center;background-color:#60b03d}#overlay.share-link #copyButton:before{text-align:center;font-family:icons;content:'\2713';position:relative;top:0;width:25px;height:25px;display:inline-block;font-weight:400;color:#fff;vertical-align:middle;font-size:23px;margin:0 8px 0 0;line-height:1em}#overlay.share-link #copyButton:hover{color:#fff;background-color:#569d36}#overlay.share-link #copyButton:hover:before{color:#fff}#overlay.share-mail .overlay-content{padding:20px 30px 72px}#overlay.share-mail .overlay-content #form-field-actions{margin-top:0}#overlay.share-mail .overlay-content #form-field-actions input[type="submit"]{-webkit-transition:background-color .3s ease;transition:background-color .3s ease;position:absolute;box-sizing:border-box;width:100%;border-radius:0;line-height:1em;height:auto;font-size:12px;border:0;padding:20px 30px 20px 30px;font-family:inherit;font-weight:700;right:0;margin-top:0;bottom:0;text-transform:uppercase;color:#fff;text-align:center;background-color:#60b03d}#overlay.share-mail .overlay-content #form-field-actions input[type="submit"]:hover{color:#fff;background-color:#569d36}#overlay.share-mail .overlay-content #form-field-mails-description{float:left;width:100%;font-weight:600;padding:30px 0 10px}#overlay.share-mail .overlay-content #form-field-x-wrapper p{margin:0}@media (min-width:1280px){#overlay{top:0}}#overlay.close{display:none}#overlay .overlay-content{box-sizing:border-box;float:left;padding:60px 15%;width:100%;margin:0 0}#overlay .overlay-content #form-field-limit-wrapper h3.title{max-width:500px;color:#191919;font-size:27px;font-weight:700;margin:0 0 16px;text-align:left}#overlay .overlay-content #form-field-actions{float:left;margin-top:20px}#overlay .overlay-content #form-field-actions input[type="submit"]{border-radius:0;height:auto;border:0;font-family:inherit;font-weight:700;color:#fff;font-size:17px;text-transform:uppercase;padding:12px 20px}#overlay.save-name .overlay-content{padding:0}#overlay #overlay-content-wrapper{max-width:70%;float:left;margin:10px 0;min-width:325px;padding:40px;background:#fff;position:absolute;max-height:95%;overflow:auto;left:50%;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);border:1px solid #CDDBDB;box-shadow:0 0 4px rgba(0,0,0,0.25);border-radius:5px}@media (max-width:600px){#overlay #overlay-content-wrapper{padding:40px 24px}}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper #form-field-discount-wrapper{padding:0;width:100%}@media (max-width:767px){#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper{max-width:99%}}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper.height100{top:0;transform:translate(-50%, 0%);-webkit-transform:translate(-50%, 0%)}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper label:not(.onoffswitch-label):not(.form-field-switcher){float:left;font-weight:600;color:#000;font-size:12px;width:100%}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper label:not(.onoffswitch-label):not(.form-field-switcher)[for="form-field-discount"]{margin-top:10px}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper label[for="form-field-discount"]{margin-top:10px}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper .form-field-switcher label{margin-left:10px}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper textarea{width:100%;resize:vertical;border-radius:0}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper input[type="text"],#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper textarea{border-radius:0;background:none;-webkit-box-shadow:none;box-shadow:none;border:1px solid #cfd8dc;color:#3c3c3c;font-size:14px;padding:13px 10px;height:auto;width:100%;box-sizing:border-box}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper input[type="text"]::-moz-placeholder,#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper textarea::-moz-placeholder{color:#9f9f9f;opacity:1}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper input[type="text"]:-ms-input-placeholder,#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper textarea:-ms-input-placeholder{color:#9f9f9f}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper input[type="text"]::-webkit-input-placeholder,#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper textarea::-webkit-input-placeholder{color:#9f9f9f}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper button{-webkit-transition:background-color .3s ease;transition:background-color .3s ease;position:absolute;box-sizing:border-box;width:100%;background-color:#60b03d;line-height:1em;font-size:12px;border:0;padding:20px 30px 20px 30px;font-weight:700;right:0;margin-top:0;bottom:0;text-transform:uppercase;color:#fff;text-align:center}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper button:before{text-align:center;font-family:icons;content:'\e904';position:relative;top:0;width:25px;height:25px;display:inline-block;font-weight:400;color:#fff;vertical-align:middle;font-size:23px;margin:0 8px 0 0;line-height:1em}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper button:hover{color:#fff;background-color:#569d36}#overlay::not(.complementary-products-wrapper) #overlay-content-wrapper button:hover:before{color:#fff}#overlay .form-field-checkbox,#overlay .form-field-radio{padding:0}#overlay .form-field-checkbox input,#overlay .form-field-radio input{display:none}#overlay .form-field-checkbox input+label,#overlay .form-field-radio input+label{cursor:pointer;vertical-align:top;line-height:30px;position:relative;font-size:14px;text-transform:uppercase;font-weight:700;padding:0}#overlay .form-field-checkbox input+label:before,#overlay .form-field-radio input+label:before{margin-top:3px;content:'';font-family:icons2;width:25px;height:25px;padding:0;background:#fff;border:1px solid #93a6b0;box-shadow:inset 0 0 0 2px #fff;display:inline-block;float:left;line-height:23px;color:#60b03d;font-weight:700;border-radius:5px;box-sizing:border-box;text-align:center;margin-right:8px}#overlay .form-field-checkbox input:checked+label,#overlay .form-field-radio input:checked+label{cursor:pointer}#overlay .form-field-checkbox input:checked+label:before,#overlay .form-field-radio input:checked+label:before{content:'\2713';font-family:icons}#overlay input[type="checkbox"]+.icon-checkbox{margin-right:8px}#overlay .form-field-radio input+label{font-size:12px;line-height:30px}#overlay #form-field-type-wrapper{padding:0 20px 20px;border:1px solid #dadada;width:100%}#overlay .message{width:100%;padding:0}#overlay form.storm-form input[type="text"],#overlay form.storm-form input[type="password"],#overlay form.storm-form select{box-sizing:border-box;height:auto}#overlay form.storm-form .storm-form.form-field-submit-wrapper{margin:0}#overlay .price_list-field-textarea-wrapper{margin-top:8px}#overlay .price_list-field-textarea-wrapper label{margin-bottom:4px}#overlay .price_list-body table tbody tr td{padding:9px 0 0 0;vertical-align:middle;border:none}#overlay .price_list-body table th{color:#191919;font-weight:bold;text-align:left;padding:0 0 9px 0}#overlay .price_list-body table label{overflow:hidden;padding-top:0;width:auto;text-transform:none;color:#586168;font-size:13px;font-weight:normal;line-height:1.5}#overlay .price_list-body .price_list-field-checkbox-wrapper{display:flex;align-items:center}#overlay form#companySettings{min-width:280px}#overlay form#companySettings .group__legend{font-size:13px;color:#586168;font-weight:bold;line-height:1.5}#overlay form#companySettings select{min-width:100%}#overlay form#companySettings .order-field-group{margin-bottom:8px}#overlay form#companySettings .order-radio-item{display:flex;align-items:flex-start;margin-top:8px}#overlay form#companySettings .order-radio-item input{margin-right:8px;margin-top:2px}#overlay form#companySettings .order-radio-item label{font-weight:normal;color:#586168}#overlay form#companySettings .order-radio-item label div:first-child{font-weight:bold}#overlay .folderOneFormList{width:271px}#overlay .folderOneFormList #form-field-folderName-wrapper label{margin-bottom:5px}#overlay .folderOneFormList #form-field-folderName-wrapper input{width:100%}#overlay .folderOneFormList #form-field-folders-wrapper{padding-bottom:10px;margin-top:20px;margin-bottom:15px;border-bottom:1px solid #cbcbcb}#overlay .overlay-content{padding:0 !important}body #overlay.overlay--contact-form #overlay-content-wrapper .overlay-nag [class*="icon"],body #overlay.overlay--callme-form #overlay-content-wrapper .overlay-nag [class*="icon"],body #overlay.overlay--papercatalog-form #overlay-content-wrapper .overlay-nag [class*="icon"]{color:#60b03d}#overlay #overlay-content-wrapper textarea{border-radius:3px;border-color:#cdcbcb;background:#F1F1F1}#overlay .btn-submit-wrapper{background:none;height:40px}#overlay .btn-submit-wrapper input{background:#60b03d;line-height:40px;height:40px}#overlay .btn-submit-wrapper .icon-btn-submit{z-index:2}.overlay-content .overlay-nag{max-width:500px;color:#191919;font-size:27px;font-weight:700;margin:0 0 16px;text-align:left}@media (max-width:768px){.overlay-content .overlay-nag{font-size:18px}}.overlay-content .overlay-actions{display:flex;justify-content:center;align-items:center;width:100%;flex-wrap:wrap;margin-top:8px}.overlay-content .overlay-actions>input,.overlay-content .overlay-actions>button,.overlay-content .overlay-actions>a{margin:2px 8px}#overlay #overlay-content-wrapper #overlay-close{font-family:b2b !important;content:"\e92a" !important;font-size:10px !important;color:#696969 !important;position:absolute !important;right:10px !important;top:20px !important;left:unset !important}#overlay #overlay-content-wrapper #overlay-close:after{content:none !important}#overlay h1.title{margin-bottom:16px;font-size:18px;line-height:1.357;margin-top:0}#overlay h3.title{margin-bottom:12px;font-size:14px;line-height:1.357}#overlay select{background-image:url(../images/select.svg);background-repeat:no-repeat;background-position:97% 50%}#overlay #form-body>.storm-form{margin-bottom:10px}#overlay #overlay-content-wrapper fieldset,#overlay #overlay-content-wrapper .form-field-group{padding:0;margin:0;border:none}#overlay #overlay-content-wrapper fieldset legend,#overlay #overlay-content-wrapper .form-field-group legend,#overlay #overlay-content-wrapper fieldset .group__legend,#overlay #overlay-content-wrapper .form-field-group .group__legend{color:#191919;margin-bottom:1em;font-size:14px;line-height:19px;font-weight:bold}#overlay #overlay-content-wrapper ul{padding:0 0 0 1.2em;margin:17px 0}#overlay #overlay-content-wrapper ul li{font-size:14px}#overlay #overlay-content-wrapper h4{color:#191919;margin-top:0}#overlay #overlay-content-wrapper .btns{text-align:right}#overlay #overlay-content-wrapper .btn{margin-top:10px}#overlay #overlay-content-wrapper input.form-field-submit,#overlay #overlay-content-wrapper .btns a.btn0{margin-top:10px;width:auto;margin-left:auto;margin-right:0;margin-top:9px;float:none;text-indent:0}#overlay #overlay-content-wrapper input#form-field-cancel,#overlay #overlay-content-wrapper .btns a.btn1,#overlay #overlay-content-wrapper button#form-field-cancel{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;color:#959595;background-color:#fff;border:1px solid #959595;line-height:38px;transition:.3s background-color,.3s color;width:auto;margin-left:9px;margin-right:0;margin-top:9px;float:none;text-indent:0;text-transform:none}#overlay #overlay-content-wrapper input#form-field-cancel:hover,#overlay #overlay-content-wrapper .btns a.btn1:hover,#overlay #overlay-content-wrapper button#form-field-cancel:hover{background:#569d36}@media (min-width:1440px){#overlay #overlay-content-wrapper input#form-field-cancel,#overlay #overlay-content-wrapper .btns a.btn1,#overlay #overlay-content-wrapper button#form-field-cancel{font-size:14px}}#overlay #overlay-content-wrapper input#form-field-cancel:hover,#overlay #overlay-content-wrapper .btns a.btn1:hover,#overlay #overlay-content-wrapper button#form-field-cancel:hover{color:#fff;background-color:#959595}#overlay label{font-size:13px;color:#586168;font-weight:bold;padding-top:0;margin-top:0;line-height:1.5;padding-left:0}#overlay #overlay-content-wrapper .form-field-checkbox-wrapper label,#overlay #overlay-content-wrapper .form-radio-item label{font-weight:normal;color:#191919;padding:0 0 0 7px;line-height:1.3em !important}#overlay #overlay-content-wrapper input[type="checkbox"]{display:block !important;position:absolute;margin-top:4px;z-index:2;opacity:0;margin-left:2px}#overlay form.storm-form .storm-form.form-field-content{margin:0}#overlay .tablerwd{width:100%}#overlay table{border:none;width:100%;margin-top:9px}#overlay table thead{background:#F6F6F6}#overlay table thead th{background:none;font-weight:600;font-size:12px;line-height:1.333;padding:3px 23px;vertical-align:top;border-bottom:1px solid #d3d3d3}#overlay table thead th.add{width:27px;padding:3px 0 3px 10px}#overlay table thead th.add+th{padding-left:10px}#overlay table tbody tr td{padding:15px 23px;vertical-align:top;line-height:1.5;border-bottom:1px solid #f2f2f2;border-top:none;font-size:13px}#overlay table tbody tr td.add{width:27px;padding:15px 0 15px 10px}#overlay table tbody tr td.add+td{padding-left:10px}#overlay label[for="form-field-newpassword-confirm"]{margin-top:12px}#overlay form.storm-form .storm-form.form-field-content.form-field-password_confirm-content .description{font-weight:bold;font-size:13px;line-height:1.5}#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper select,#overlay:not(.complementary-products-wrapper) select,.overlay-message select,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="text"],#overlay:not(.complementary-products-wrapper) input[type="text"],.overlay-message input[type="text"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper [type="password"],#overlay:not(.complementary-products-wrapper) [type="password"],.overlay-message [type="password"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="submit"],#overlay:not(.complementary-products-wrapper) input[type="submit"],.overlay-message input[type="submit"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="number"],#overlay:not(.complementary-products-wrapper) input[type="number"],.overlay-message input[type="number"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="email"],#overlay:not(.complementary-products-wrapper) input[type="email"],.overlay-message input[type="email"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper #form-field-actions input[type="submit"],#overlay:not(.complementary-products-wrapper) #form-field-actions input[type="submit"],.overlay-message #form-field-actions input[type="submit"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input#form-field-cancel,#overlay:not(.complementary-products-wrapper) input#form-field-cancel,.overlay-message input#form-field-cancel,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper a.btn,#overlay:not(.complementary-products-wrapper) a.btn,.overlay-message a.btn,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="button"],#overlay:not(.complementary-products-wrapper) input[type="button"],.overlay-message input[type="button"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper button,#overlay:not(.complementary-products-wrapper) button,.overlay-message button{line-height:38px;height:40px;padding-top:0 !important;padding-bottom:0 !important;border-radius:4px}#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper #form-field-actions input[type="submit"],#overlay:not(.complementary-products-wrapper) #form-field-actions input[type="submit"],.overlay-message #form-field-actions input[type="submit"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper a.btn,#overlay:not(.complementary-products-wrapper) a.btn,.overlay-message a.btn,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="submit"],#overlay:not(.complementary-products-wrapper) input[type="submit"],.overlay-message input[type="submit"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="button"],#overlay:not(.complementary-products-wrapper) input[type="button"],.overlay-message input[type="button"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper button,#overlay:not(.complementary-products-wrapper) button,.overlay-message button{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;line-height:40px;border:none;display:inline-block}#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper #form-field-actions input[type="submit"]:hover,#overlay:not(.complementary-products-wrapper) #form-field-actions input[type="submit"]:hover,.overlay-message #form-field-actions input[type="submit"]:hover,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper a.btn:hover,#overlay:not(.complementary-products-wrapper) a.btn:hover,.overlay-message a.btn:hover,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="submit"]:hover,#overlay:not(.complementary-products-wrapper) input[type="submit"]:hover,.overlay-message input[type="submit"]:hover,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="button"]:hover,#overlay:not(.complementary-products-wrapper) input[type="button"]:hover,.overlay-message input[type="button"]:hover,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper button:hover,#overlay:not(.complementary-products-wrapper) button:hover,.overlay-message button:hover{background:#569d36}@media (min-width:1440px){#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper #form-field-actions input[type="submit"],#overlay:not(.complementary-products-wrapper) #form-field-actions input[type="submit"],.overlay-message #form-field-actions input[type="submit"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper a.btn,#overlay:not(.complementary-products-wrapper) a.btn,.overlay-message a.btn,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="submit"],#overlay:not(.complementary-products-wrapper) input[type="submit"],.overlay-message input[type="submit"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="button"],#overlay:not(.complementary-products-wrapper) input[type="button"],.overlay-message input[type="button"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper button,#overlay:not(.complementary-products-wrapper) button,.overlay-message button{font-size:14px}}#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper #form-field-actions input[type="submit"]:before,#overlay:not(.complementary-products-wrapper) #form-field-actions input[type="submit"]:before,.overlay-message #form-field-actions input[type="submit"]:before,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper a.btn:before,#overlay:not(.complementary-products-wrapper) a.btn:before,.overlay-message a.btn:before,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="submit"]:before,#overlay:not(.complementary-products-wrapper) input[type="submit"]:before,.overlay-message input[type="submit"]:before,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="button"]:before,#overlay:not(.complementary-products-wrapper) input[type="button"]:before,.overlay-message input[type="button"]:before,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper button:before,#overlay:not(.complementary-products-wrapper) button:before,.overlay-message button:before{display:none}#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper #form-field-actions input[type="submit"],#overlay:not(.complementary-products-wrapper) #form-field-actions input[type="submit"],.overlay-message #form-field-actions input[type="submit"]{font-size:13px;text-transform:none;margin-top:0}#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper select,#overlay:not(.complementary-products-wrapper) select,.overlay-message select,#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="text"],#overlay:not(.complementary-products-wrapper) input[type="text"],.overlay-message input[type="text"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper [type="password"],#overlay:not(.complementary-products-wrapper) [type="password"],.overlay-message [type="password"],#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper input[type="number"],#overlay:not(.complementary-products-wrapper) input[type="number"],.overlay-message input[type="number"]{border-color:#cdcbcb;background-color:#F1F1F1}#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper label,#overlay:not(.complementary-products-wrapper) label,.overlay-message label{text-transform:none}#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper .form-radio-item input,#overlay:not(.complementary-products-wrapper) .form-radio-item input,.overlay-message .form-radio-item input{margin-top:6px}#overlay:not(.complementary-products-wrapper) #overlay-content-wrapper .form-radio-item label,#overlay:not(.complementary-products-wrapper) .form-radio-item label,.overlay-message .form-radio-item label{display:inline;vertical-align:top}#overlay.overlay--product-replacements label{color:#191919;font-size:23px}@media (max-width:768px){#overlay.overlay--product-replacements label{font-size:18px}}#cboxTitle:empty{display:none !important}.overlay-message{padding:35px 40px}.overlay-message .overlay-message__title{color:#191919;font-weight:bold;font-size:14px;line-height:1.357;margin:0 0 12px}.overlay-message .overlay-message__action .overlay-message__button:not(:first-child){color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;color:#959595;background-color:#fff;border:1px solid #959595;line-height:38px;transition:.3s background-color,.3s color;margin-left:7px}.overlay-message .overlay-message__action .overlay-message__button:not(:first-child):hover{background:#569d36}@media (min-width:1440px){.overlay-message .overlay-message__action .overlay-message__button:not(:first-child){font-size:14px}}.overlay-message .overlay-message__action .overlay-message__button:not(:first-child):hover{color:#fff;background-color:#959595}.order-cart-3 #overlay .overlay-content{color:#191919}.order-cart-3 #overlay .overlay-content small{font-size:13px}.order-cart-3 #overlay .overlay-content .btn--close{margin-right:17px}#overlay #overlay-content-wrapper .alert ul{margin:0}#colorbox .alert-content--warning,#overlay .alert-content--warning,#alertify .alert-content--warning{padding-left:50px;position:relative;font-weight:600;color:#be0d0d;padding:15px 15px 15px 50px;border-left:3px solid #be0d0d;background:#fde6e6}#colorbox .alert-content--warning:before,#overlay .alert-content--warning:before,#alertify .alert-content--warning:before{font-family:'material',Arial,Helvetica,sans-serif;position:absolute;width:40px;left:10px;top:15px;content:'error';font-size:28px;font-weight:normal}#colorbox .alert-content--warning:not(:last-child),#overlay .alert-content--warning:not(:last-child),#alertify .alert-content--warning:not(:last-child){margin-bottom:8px}#colorbox .alert-content--warning p:first-child,#overlay .alert-content--warning p:first-child,#alertify .alert-content--warning p:first-child,#colorbox .alert-content--warning ul:first-child,#overlay .alert-content--warning ul:first-child,#alertify .alert-content--warning ul:first-child{margin-top:0}#colorbox .alert-content--warning p:last-child,#overlay .alert-content--warning p:last-child,#alertify .alert-content--warning p:last-child,#colorbox .alert-content--warning ul:last-child,#overlay .alert-content--warning ul:last-child,#alertify .alert-content--warning ul:last-child{margin-bottom:0}#form-choice .form-checkboxes-item,#overlay .form-checkboxes-list .form-checkboxes-item{display:flex;margin-bottom:8px}#form-choice .form-checkboxes-item label,#overlay .form-checkboxes-list .form-checkboxes-item label{font-weight:normal;font-size:13px}#form-choice .form-checkboxes-item span,#overlay .form-checkboxes-list .form-checkboxes-item span{margin:0 13px 0 0}#overlay.shopping-list-selector #form-choice{margin-top:20px}#overlay.shopping-list-selector #form-field-choice-wrapper{padding-bottom:10px;margin-bottom:15px;border-bottom:1px solid #cbcbcb}#overlay.shopping-list-selector #choice-input-new-shopping-list{width:100%}#overlay.shopping-list-selector label[for="choice-input-new-shopping-list"]{margin-bottom:5px}#overlay #overlay-content-wrapper .overlay-message__action{margin-top:30px;text-align:right}#overlay #overlay-content-wrapper .overlay-message__action .btn{margin-top:0}#overlay.overlay--cart-import #overlay-content-wrapper #cart-import-file input[type="file"]~h4{margin-top:40px}@media (max-width:1279px){#overlay.overlay--cart-import #overlay-content-wrapper input[type="submit"]{padding:0 15px}}@media (max-width:997px){#overlay.overlay--cart-import #overlay-content-wrapper form#cart-import-file{text-align:center}#overlay.overlay--cart-import #overlay-content-wrapper input[type="file"]{margin-top:10px}#overlay.overlay--cart-import #overlay-content-wrapper input[type="submit"]{padding:0 25px;min-width:260px;margin:0 auto 10px}}#overlay .consents-wrapper{margin-top:20px}#overlay .consents-wrapper header{font-size:13px;color:#727272;font-weight:bold;padding-top:0;margin:0 0 10px 0;line-height:1.5;padding-left:0}#overlay .consents-wrapper .form-field-checkbox-wrapper+.form-field-checkbox-wrapper{margin-top:10px}#overlay .consents-wrapper .form-field-checkbox{align-items:flex-start}#overlay .consents-wrapper .icon-checkbox{margin-top:2px}#overlay.newsletter-confirmation{text-align:center;font-size:17px;color:#191919}#overlay.newsletter-subscribe .overlay-content{max-width:400px}#overlay.newsletter-subscribe #form-field-mail{width:100%}#overlay.newsletter-subscribe #overlay-content-wrapper .form-field-checkbox-wrapper label{padding:1px 0 0 0;color:#586168}
.index-no-action .main-wrapper .main-content .main-header h1{padding:0}.index-no-action .main-wrapper .main-content>.content{padding:15px 45px 45px 45px;text-align:center;max-width:none}.index-no-action .main-wrapper .main-content>.content h1{color:#191919;margin:0;font-size:20px;padding-bottom:15px;border-bottom:1px solid #e7e8ea;margin-bottom:20px}.index-no-action .main-wrapper .main-content>.content p:not(:last-child){margin-bottom:16px}@media (max-width:768px){.index-no-action .main-wrapper .main-content>.content{padding:15px 25px 25px 25px}.index-no-action .main-wrapper .main-content>.content h1{font-size:16px}}.pv-offer-view{overflow:visible}.pv-offer-view .alert__products-unavailable,.pv-offer-view #overlay .heading__products-unavailable{color:#be0d0d}.pv-offer-view.diy-tpl .main-wrapper .main-content{padding-top:45px}.pv-offer-view.diy-tpl .main-wrapper .main-content>.content>.container .aside{padding-left:32px}.pv-offer-view.diy-tpl .main-wrapper .main-content>.content>.container .aside .aside-content{top:20px}@media (max-width:900px){.pv-offer-view.diy-tpl .main-wrapper .main-content{padding-top:20px}}@media (max-width:768px){.pv-offer-view.diy-tpl .main-wrapper .main-content{padding-top:20px}.pv-offer-view.diy-tpl .main-wrapper .main-content>.content>.container .aside{padding-left:0}}.pv-offer-view .main-wrapper .main-content .main-header{display:none}.pv-offer-view .main-wrapper .main-content>.content h1,.pv-offer-view .main-wrapper .main-content>.content h2,.pv-offer-view .main-wrapper .main-content>.content h3,.pv-offer-view .main-wrapper .main-content>.content h4{color:#5db035;font-weight:600}.pv-offer-view .main-wrapper .main-content>.content h4{color:#191919}.pv-offer-view .main-wrapper .main-content>.content>.header{display:flex;align-items:flex-start;margin-bottom:40px}.pv-offer-view .main-wrapper .main-content>.content>.header>div:first-child{width:180px;margin-right:20px;display:inline-flex;justify-content:flex-end}.pv-offer-view .main-wrapper .main-content>.content>.header>div:first-child+div{padding-right:40px}.pv-offer-view .main-wrapper .main-content>.content>.header>div:first-child+div .name{font-weight:bold;color:#003554;font-size:17px}.pv-offer-view .main-wrapper .main-content>.content>.header>div:first-child+div .custom-offer-name{font-weight:bold;font-size:14px;color:#003554}.pv-offer-view .main-wrapper .main-content>.content>.header>div:first-child+div span{display:block;line-height:1.4em}.pv-offer-view .main-wrapper .main-content>.content>.header>div:first-child+div span.verified{color:#5db035}.pv-offer-view .main-wrapper .main-content>.content>.header>div:first-child+div span.unverified{color:#be0d0d}.pv-offer-view .main-wrapper .main-content>.content>.header>div:first-child+div span.status{margin:3px 0 3px 0;display:inline-block;background:#5db035;color:#fff;font-size:15px;border-radius:4px;padding:3px 8px;width:auto;text-shadow:0 0 4px rgba(0,0,0,0.4);line-height:1}.pv-offer-view .main-wrapper .main-content>.content>.header>div:last-child{margin-left:auto;margin-right:0}.pv-offer-view .main-wrapper .main-content>.content>.header>div:last-child a{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;background:#003554;height:35px;padding:0 20px;line-height:35px;display:inline-block}.pv-offer-view .main-wrapper .main-content>.content>.header>div:last-child a:hover{background:#569d36}@media (min-width:1440px){.pv-offer-view .main-wrapper .main-content>.content>.header>div:last-child a{font-size:14px}}.pv-offer-view .main-wrapper .main-content>.content>.header>div:last-child a:not(:last-child){margin-right:8px}.pv-offer-view .main-wrapper .main-content>.content>.header>div:last-child a:hover,.pv-offer-view .main-wrapper .main-content>.content>.header>div:last-child a:focus,.pv-offer-view .main-wrapper .main-content>.content>.header>div:last-child a:active{background:#5db035}@media (max-width:1280px){.pv-offer-view .main-wrapper .main-content>.content>.header>div:first-child{width:100px}}@media (max-width:900px){.pv-offer-view .main-wrapper .main-content>.content>.header{flex-wrap:wrap}.pv-offer-view .main-wrapper .main-content>.content>.header>div:first-child{order:2}.pv-offer-view .main-wrapper .main-content>.content>.header>div:first-child+div{padding-right:0;order:3}.pv-offer-view .main-wrapper .main-content>.content>.header>div:last-child{order:1;width:100%;text-align:right;padding-bottom:20px}}.pv-offer-view .main-wrapper .main-content>.content>.container{display:flex;width:100%;position:relative}.pv-offer-view .main-wrapper .main-content>.content>.container .aside{padding:15px 0 15px 10px;position:static;right:0;width:29%;flex-shrink:0}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .form-field-submit.btn{width:100%;border:none;margin-bottom:16px}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .form-field-submit.btn[disabled]{background:#586168;cursor:not-allowed}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .form-field-submit.btn:last-child{margin-bottom:0}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .form-field-submit.btn#form-field-cancel{background:#be0d0d}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .form-field-submit.btn#form-field-cancel:hover,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .form-field-submit.btn#form-field-cancel:focus{background:#a60b0b}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__files:not(:first-child),.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images:not(:first-child){margin-top:20px}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__files ul,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images ul{padding:0;margin:0}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__files ul li,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images ul li{list-style:none;display:block}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__files ul li a,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images ul li a{display:inline-block;color:#5db035;margin-bottom:3px;font-size:14px;line-height:1.3em}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__files ul li a:hover,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images ul li a:hover,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__files ul li a:focus,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images ul li a:focus,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__files ul li a:active,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images ul li a:active{color:#191919}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images ul{display:flex;flex-wrap:wrap}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images ul li{padding:4px;width:33.33%}@media (min-width:361px) and (max-width:600px){.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images ul li{width:25%}}@media (min-width:601px) and (max-width:768px){.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images ul li{width:20%}}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images ul li a{border:1px solid rgba(0,0,0,0.1);margin-bottom:0}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images ul li a:hover{border-color:#5db035}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__images ul li img{vertical-align:middle}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader{border:none;background:#f2f2f2;border-radius:0;padding:8px;min-height:56px}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader:before{font-size:18px;right:16px;text-align:right;top:19px;opacity:.45;left:auto;width:auto}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-total-progress-bar-container-selector{display:none !important}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-drop-area-selector{display:none !important}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-spinner{flex-shrink:0}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .buttons:after{clear:both;content:'';display:table}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-hide{display:none !important}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-button{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;background:#003554;box-shadow:none;border:none;margin-bottom:0}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-button:hover{background:#569d36}@media (min-width:1440px){.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-button{font-size:14px}}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-button:hover,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-button:active{background:#00253b}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-total-progress-bar{margin-bottom:16px;border-radius:4px;background:#5db035}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-total-progress-bar-container{margin-left:0;float:none;display:inline-block;width:100%}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list{border-bottom:none;padding:0;box-shadow:none;scrollbar-width:thin;margin-bottom:0}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li{display:flex;align-items:center;background:none;width:100%;padding:8px 0;scrollbar-width:thin;border:none}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li:not(:last-child){border-bottom:1px solid #ccc}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li>a{flex-shrink:1;overflow:hidden;padding-right:3px}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li.qq-upload-success{background:none}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li.qq-upload-success .qq-upload-file{color:#60b03d;font-weight:normal}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li .qq-upload-file{font-size:14px;width:100%;height:auto;margin-right:0}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li .qq-upload-delete,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li .qq-upload-cancel{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;cursor:pointer;background:#586168;line-height:30px;padding:0 10px;font-size:13px;border:none;box-shadow:none;text-shadow:none;margin-right:0;font-weight:normal}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li .qq-upload-delete:hover,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li .qq-upload-cancel:hover{background:#569d36}@media (min-width:1440px){.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li .qq-upload-delete,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li .qq-upload-cancel{font-size:14px}}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li .qq-upload-delete:hover,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li .qq-upload-cancel:hover,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li .qq-upload-delete:active,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li .qq-upload-cancel:active{background-color:#be0d0d}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li .qq-upload-size{margin-left:auto}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__status>*:last-child{margin-bottom:30px}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__status:empty{margin-bottom:0}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__status #form-body>*:not(.btn){margin-top:0;margin-bottom:16px;width:100%}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__status #form-body input:not([type="submit"]),.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__status #form-body select{width:100%;margin-bottom:16px}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__status #form-body p.offer-unavailable-products-description,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__status #form-body ul.offer-unavailable-products-description{margin:0 0 16px 0;line-height:1.3}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .form-field-image-wrapper+.form-field-image-wrapper{margin-top:20px}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .form-field-image-wrapper>label{font-size:16px;margin:0 0 16px 0;color:#586168;padding:0}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .aside-content{position:sticky;top:0}.pv-offer-view .main-wrapper .main-content>.content>.container .aside h3{font-size:16px;margin:0 0 8px 0;color:#586168}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__tracking{margin-bottom:30px}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__tracking ul{margin:0;padding:0;list-style:none;color:#586168;padding-right:4px}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__tracking ul li{color:#586168;display:flex;padding:10px 0}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__tracking ul li:not(:last-child){border-bottom:1px solid #ccc}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__tracking ul li span.label{background:#b9b9b9;color:#fff;font-size:12px;border-radius:3px;padding:2px 4px;align-self:flex-start;margin-right:10px;text-shadow:0 0 4px rgba(0,0,0,0.4);line-height:1.2em;display:block;white-space:nowrap}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__tracking ul li span.label+*{display:block;font-size:13px;line-height:1.1em;order:2;margin:2px 0 0 auto}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__tracking ul li span.label+a{color:#5db035}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__changes ul{margin:0;padding:0;list-style:none;color:#586168;max-height:500px;overflow-y:auto;scrollbar-width:thin;padding-right:4px}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__changes ul li{color:#586168;display:flex;flex-wrap:wrap;padding:10px 0}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__changes ul li span{display:block;line-height:1.3em}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__changes ul li span.date{background:#b9b9b9;color:#fff;font-size:12px;order:1;border-radius:3px;padding:2px 4px;align-self:flex-start;margin-right:10px;text-shadow:0 0 4px rgba(0,0,0,0.4);line-height:1.2em}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__changes ul li span.author{color:#5db035;font-size:13px;line-height:1.1em;order:2;margin:2px 0 0 auto;width:calc(100% - 120px);text-align:right}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__changes ul li span.author a{color:#5db035}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__changes ul li span.author a:hover,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__changes ul li span.author a:focus,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__changes ul li span.author a:active{color:#191919}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__changes ul li span.message{order:3;width:100%;font-size:13px;margin-top:8px}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__changes ul li span.message strong{font-weight:600}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__changes ul li:not(:last-child){border-bottom:1px solid #ccc}.pv-offer-view .main-wrapper .main-content>.content>.container .main{padding-right:10px;border-right:1px solid #ccc;padding-bottom:0;flex-grow:1;align-self:flex-start}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section{padding:17px 0;border-bottom:1px solid #ccc}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section h3{margin:3px 0 13px 0;line-height:1.3em;font-size:16px}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section h4{color:#5db035;font-size:15px;padding-left:16px}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section a{color:#003554;font-weight:600}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section a:hover,.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section a:focus,.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section a:active{color:#5db035}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .subsection:not(:last-child){border-bottom:1px solid #ccc;padding-bottom:15px}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row{display:flex;padding:5px 0;width:100%}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row:first-child:last-child{padding:0}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row ul,.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row li{margin:0;padding:0;list-style:none;width:100%}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row li{display:flex}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row li span:first-child{padding-right:20px}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row li span:last-child{text-align:right;margin-left:auto;margin-right:0;white-space:nowrap}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row span{display:block;line-height:1.3em}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row span{padding-bottom:3px}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row .label{font-weight:600;line-height:1.3em;text-align:right;width:35%;flex-shrink:0;flex-grow:0;margin-right:30px}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row .value{flex-grow:1;line-height:1.3em}.pv-offer-view .main-wrapper .main-content>.content>.container .main .summary{font-weight:600;background:#5db035;padding:20px 15px;font-size:17px;display:flex;align-items:center;font-family:'Montserrat';color:#fff}.pv-offer-view .main-wrapper .main-content>.content>.container .main .summary .value{margin-left:auto;margin-right:0;font-size:24px;padding-right:5px;font-weight:bold;display:flex;flex-direction:column;gap:8px;align-items:flex-end}@media (max-width:1280px) and (min-width:769px){.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__tracking ul li{flex-wrap:wrap}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__changes ul li span.author,.pv-offer-view .main-wrapper .main-content>.content>.container .aside .pv-offer__tracking ul li span.label+*{width:100%;margin-top:8px}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li{flex-wrap:wrap}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .qq-uploader .qq-upload-list li button{margin-left:auto}}@media (max-width:998px) and (min-width:769px),(max-width:600px){.pv-offer-view .main-wrapper .main-content>.content>.container .main .summary{display:block}.pv-offer-view .main-wrapper .main-content>.content>.container .main .summary span{display:block}.pv-offer-view .main-wrapper .main-content>.content>.container .main .summary span:last-child{text-align:right}}@media (max-width:998px){.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row>.label{width:40%}.pv-offer-view .main-wrapper .main-content>.content>.container .aside{width:40%}}@media (max-width:768px){.pv-offer-view .main-wrapper .main-content>.content>.header{position:relative}.pv-offer-view .main-wrapper .main-content>.content>.header>div:first-child{width:70px;margin-right:20px;flex-shrink:0}.pv-offer-view .main-wrapper .main-content>.content>.header>div:first-child+div{padding-right:0;width:calc(100% - 90px)}.pv-offer-view .main-wrapper .main-content>.content>.container{padding-right:0;display:block}.pv-offer-view .main-wrapper .main-content>.content>.container .main{padding-right:0;border-right:none}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row>.label{width:30%}.pv-offer-view .main-wrapper .main-content>.content>.container .aside{width:100%;position:static;right:auto;top:auto;margin-top:40px;padding-left:0;border:none}.pv-offer-view .main-wrapper .main-content>.content>.container .aside .aside-container{position:static}}@media (max-width:600px){.pv-offer-view .main-wrapper .main-content>.content>.container{padding-right:0}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row{display:block}.pv-offer-view .main-wrapper .main-content>.content>.container .main>.section .row>.label{width:100%;margin-right:0;text-align:left;padding-bottom:3px}}.pv-offer-view:not(.diy-tpl) .full-html article>.content{max-width:none}.pv-offer-view:not(.diy-tpl) .main-wrapper .main-content{background:none}.pv-offer-view:not(.diy-tpl) .main-wrapper .main-content>.content{padding-left:0;padding-right:0}.pv-offer-view:not(.diy-tpl) .main-wrapper .main-content>.content>.header{background:#fff;padding:32px;margin-bottom:8px}@media (max-width:900px){.pv-offer-view:not(.diy-tpl) .main-wrapper .main-content>.content>.header{padding-top:20px}}.pv-offer-view:not(.diy-tpl) .main-wrapper .main-content>.content>.header>div:first-child+div span.verified{color:#5db035}.pv-offer-view:not(.diy-tpl) .main-wrapper .main-content>.content>.header>div:first-child+div span.unverified{color:#be0d0d}.pv-offer-view:not(.diy-tpl) .main-wrapper .main-content>.content>.container .main{background:#fff;border-right:none;padding:25px 32px 32px 32px}.pv-offer-view:not(.diy-tpl) .main-wrapper .main-content>.content>.container .aside{padding:0 0 0 8px}.pv-offer-view:not(.diy-tpl) .main-wrapper .main-content>.content>.container .aside-content{background:#fff;padding:15px}.pv-offer-view:not(.diy-tpl) .main-wrapper .main-content>.content>.container .aside-content .pv-offer__status .cant-submit{color:#be0d0d;font-size:13px;font-weight:600}@media (max-width:768px){.pv-offer-view:not(.diy-tpl) .main-wrapper .main-content>.content>.container .aside{padding-left:0}}@media (max-width:600px){.pv-offer-view:not(.diy-tpl) .main-wrapper .main-content>.content>.header,.pv-offer-view:not(.diy-tpl) .main-wrapper .main-content>.content>.container .main{padding:20px 15px}}.pv-offer-list.layout-tpl table.table-list tbody td small{padding-left:0;font-size:12px;line-height:1em;white-space:nowrap}.pv-offer-list.layout-tpl table.table-list tbody td.action .pdf{margin-right:0;margin-left:10px;color:#5db035;white-space:nowrap}.pv-offer-list.layout-tpl table.table-list tbody td.action .pdf:before{display:none}.pv-offer-list.layout-tpl table.table-list tbody td.origin span{display:block;font-size:12px;line-height:1em;white-space:nowrap}.pv-offer-list.layout-tpl table.table-list tbody td.action a:hover{text-decoration:underline}.pv-offer-list.layout-tpl table.table-list tbody td.reservation_date,.pv-offer-list.layout-tpl table.table-list tbody td.status{white-space:nowrap}@media (max-width:998px){.pv-offer-list.layout-tpl table.table-list tbody td.origin span{display:inline-block;padding-left:10px}.pv-offer-list.layout-tpl table.table-list tbody td.name{margin-bottom:5px}.pv-offer-list.layout-tpl table.table-list tbody td.client,.pv-offer-list.layout-tpl table.table-list tbody td.origin,.pv-offer-list.layout-tpl table.table-list tbody td.installer,.pv-offer-list.layout-tpl table.table-list tbody td.reservation_date{width:100%}}@media (max-width:600px){.pv-offer-list.layout-tpl table.table-list tbody td{flex-wrap:wrap;padding-left:40% !important;position:relative}.pv-offer-list.layout-tpl table.table-list tbody td.action{padding-top:8px}.pv-offer-list.layout-tpl table.table-list tbody td.origin span{padding-left:0;width:100%}.pv-offer-list.layout-tpl table.table-list tbody td:before{position:absolute;left:0;top:0;width:58%}}.diy-tpl.index-no-action .main-wrapper .main-content>.content{padding:15px 45px 45px 45px;box-shadow:0 0 9px 0 rgba(0,0,0,0.05);text-align:center}.diy-tpl.index-no-action .main-wrapper .main-content>.content h1{color:#003554;margin:0;font-size:20px;padding-bottom:15px;border-bottom:1px solid #e7e8ea}@media (max-width:768px){.diy-tpl.index-no-action .main-wrapper .main-content>.content{padding:15px 25px 25px 25px}.diy-tpl.index-no-action .main-wrapper .main-content>.content h1{font-size:16px}}.form-field-checkbox-wrapper{display:flex;align-items:flex-start;flex-wrap:wrap}.form-field-checkbox-wrapper .form-field-checkbox-content{width:100%}.form-field-checkbox-wrapper label{margin:0;line-height:1.45em;width:calc(100% - 30px);flex-grow:1;padding:0;font-weight:normal;color:#686868;display:block}.form-field-checkbox-wrapper .icon-checkbox{margin:0 10px 0 0}.form-field-checkbox-wrapper .error{width:100%;line-height:1.3em;margin-top:16px}
.small-paginator{font-size:13px}.small-paginator>label{margin-right:5px}.small-paginator input{height:35px;border:1px solid #cfd8dc;border-radius:0;width:50px;padding:5px 10px;font-size:13px;text-align:center;margin-right:3px;cursor:pointer}.small-paginator a{display:inline-block;vertical-align:top;cursor:pointer;line-height:35px;padding:0 5px 0;font-family:cursive;font-size:10px;color:transparent}.small-paginator a:before{font-size:14px;color:#be0d0d}.small-paginator a.prev{margin-right:5px;position:relative}.small-paginator a.prev:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e945"}.small-paginator a.next{margin-left:5px;position:relative}.small-paginator a.next:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e943"}.small-paginator a:hover:before,.small-paginator a:focus:before{font-size:18px}.table-navigation{display:flex;margin-top:8px;background-color:#FFF}@media (max-width:600px){.table-navigation{flex-wrap:wrap}}.limiter{display:inline-flex;align-items:center;width:100%;border-top:none;padding:15px 38px;height:72px}.limiter>div{margin-left:10px;font-size:17px}.limiter>div>a{margin-right:8px}.limiter:not(:last-child){width:50%;border-right:none}@media (max-width:599px){.limiter{padding:15px 20px}.limiter:not(:last-child){width:100%;border-right:1px solid #e9e9e9}}.pagination{display:inline-flex;position:relative;width:50%;flex-grow:1;border-top:none;border-left:none;align-self:center}.pagination>div:not(.pagination-bottom):not(.pagination-top),.pagination .pagination-bottom>div,.pagination .pagination-top>div{padding:15px 38px;line-height:24px;display:flex;justify-content:flex-end;align-items:center}.pagination>div:not(.pagination-bottom):not(.pagination-top) input,.pagination .pagination-bottom>div input,.pagination .pagination-top>div input{height:40px;border:1px solid #d5d5d5;border-radius:0;background:#fff;width:42px;text-align:center;margin-right:3px;cursor:pointer}.pagination>div:not(.pagination-bottom):not(.pagination-top) a:not(.last),.pagination .pagination-bottom>div a:not(.last),.pagination .pagination-top>div a:not(.last){cursor:pointer;padding:8px 5px 5px;font-family:cursive;font-size:10px;color:transparent}.pagination>div:not(.pagination-bottom):not(.pagination-top) a:not(.last):before,.pagination .pagination-bottom>div a:not(.last):before,.pagination .pagination-top>div a:not(.last):before{font-size:14px;color:#be0d0d;transform:none;top:12px}.pagination>div:not(.pagination-bottom):not(.pagination-top) a:not(.last).previous,.pagination .pagination-bottom>div a:not(.last).previous,.pagination .pagination-top>div a:not(.last).previous{margin-right:7px;position:relative}.pagination>div:not(.pagination-bottom):not(.pagination-top) a:not(.last).previous:before,.pagination .pagination-bottom>div a:not(.last).previous:before,.pagination .pagination-top>div a:not(.last).previous:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e945"}.pagination>div:not(.pagination-bottom):not(.pagination-top) a:not(.last).next,.pagination .pagination-bottom>div a:not(.last).next,.pagination .pagination-top>div a:not(.last).next{margin-left:13px;position:relative}.pagination>div:not(.pagination-bottom):not(.pagination-top) a:not(.last).next:before,.pagination .pagination-bottom>div a:not(.last).next:before,.pagination .pagination-top>div a:not(.last).next:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e943"}.pagination>div:not(.pagination-bottom):not(.pagination-top) a:not(.last):hover:before,.pagination .pagination-bottom>div a:not(.last):hover:before,.pagination .pagination-top>div a:not(.last):hover:before,.pagination>div:not(.pagination-bottom):not(.pagination-top) a:not(.last):focus:before,.pagination .pagination-bottom>div a:not(.last):focus:before,.pagination .pagination-top>div a:not(.last):focus:before{font-size:18px}.pagination>div:not(.pagination-bottom):not(.pagination-top) a.last,.pagination .pagination-bottom>div a.last,.pagination .pagination-top>div a.last{margin-left:5px}@media (max-width:599px){.pagination{width:100%;border-left:1px solid #e9e9e9}.pagination>div:not(.pagination-bottom):not(.pagination-top),.pagination .pagination-bottom>div,.pagination .pagination-top>div{justify-content:flex-start;padding:15px 20px}}.paginator-top-single{display:none}div.paginator-small{display:-ms-flexbox;display:flex;justify-content:space-between;padding:20px 16px;background-color:#fff;font-size:13px;line-height:35px}div.paginator-small--bottom{justify-content:flex-end;float:right}div.paginator-small--bottom .form-sorter{justify-content:flex-end}div.paginator-small .label{margin-right:10px}div.paginator-small .select-wrapper{display:inline-block;vertical-align:middle;border:1px solid #cbcbcb;padding:0 25px 0 10px;height:35px;background-color:#f5f5f5;overflow:hidden;position:relative}div.paginator-small .select-wrapper:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e924"}div.paginator-small .select-wrapper:before{position:absolute;left:auto;right:0;font-size:24px;transform:translate(0, -50%);color:#60b03d}div.paginator-small .select-wrapper .select-text.active{font-weight:700}div.paginator-small .select-wrapper .select-list{position:absolute;top:0;left:0;padding:0 40px 0 10px;border:0;width:calc(100% + 20px);max-width:none;height:100%;z-index:0;background:transparent;cursor:pointer}div.paginator-small .select-wrapper .select-list option{padding:5px}div.paginator-small .sort-options .shop-form-control{width:165px}div.paginator-small .products-per-page .per-page{width:70px}div.paginator-small .display-options{width:180px}div.paginator-small .display-options .label{display:none}div.paginator-small .display-options .filter-btn,div.paginator-small .display-options .sort-btn{display:none}div.paginator-small .display-options .btn-view{vertical-align:middle;margin:0 9px 0 0;padding:0 7px;position:relative;font-size:18px;color:rgba(0,0,0,0.5)}div.paginator-small .display-options .btn-view:hover,div.paginator-small .display-options .btn-view.active{color:#60b03d}div.paginator-small.notfound{border-bottom:none}div.paginator-small.notfound p{margin-top:10px}@media (max-width:997px){div.paginator-small{position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap}div.paginator-small:not(.product-list-options--bottom){padding:0 0 16px 0}div.paginator-small .label{display:inline-block}div.paginator-small .display-options{display:-ms-flexbox;display:flex;margin-bottom:30px;width:100%}div.paginator-small .display-options>*{display:-ms-flexbox;display:flex;justify-content:space-between;-ms-flex-align:center;align-items:center;border:1px solid #cbcbcb;padding:5px 10px;width:calc(100% / 3)}div.paginator-small .display-options>*:not(:nth-child(1)){border-left:0}div.paginator-small .display-options .label{font-weight:700}div.paginator-small .display-options .filter-btn,div.paginator-small .display-options .sort-btn{display:-ms-flexbox;display:flex}div.paginator-small .display-options .filter-btn .icon,div.paginator-small .display-options .sort-btn .icon{font-size:18px;color:#60b03d}div.paginator-small .small-paginator .label{display:none}div.paginator-small .sort-options{position:absolute;top:0;left:calc(100% / 3);width:calc(100% / 3)}div.paginator-small .sort-options .label{display:none}div.paginator-small .sort-options .shop-form-control{border:0;width:100%;height:46px;background:none}div.paginator-small .sort-options .shop-form-control:before{display:none}div.paginator-small .sort-options .shop-form-control .select-list{padding-left:50px}}@media (max-width:767px){div.paginator-small .display-options .choose-view{position:relative;cursor:pointer}div.paginator-small .display-options .choose-view .btn-view.active:before{display:none}div.paginator-small .display-options .choose-view .btn-view:not(.active){display:none}div.paginator-small .sort-options{position:absolute;top:0;left:calc(100% / 3);width:calc(100% / 3)}div.paginator-small .sort-options .label{display:none}div.paginator-small .sort-options .shop-form-control .select-list{padding-left:10px;font-size:0;color:#fff}div.paginator-small .sort-options .shop-form-control .select-list option{font-size:1rem;color:#000}}body #main-wrapper div.paginator-small{padding:16px 24px 16px 16px;line-height:30px;border-bottom:1px solid #e6e6e6;margin-bottom:-1px;position:relative;z-index:1}@media (max-width:998px){body #main-wrapper div.paginator-small{padding:10px}}body #main-wrapper div.paginator-small.hidden{display:none}body #main-wrapper div.paginator-small.paginator-small-bottom,body #main-wrapper div.paginator-small.product-list-options--bottom{border-top:1px solid #e6e6e6;border-bottom:none}body #main-wrapper div.paginator-small .form-sorter{display:flex;width:100%}body #main-wrapper div.paginator-small .display-options .btn-view{padding:0;margin-right:16px;color:#cdcbcb}body #main-wrapper div.paginator-small .display-options .btn-view:hover,body #main-wrapper div.paginator-small .display-options .btn-view.active{color:#60b03d}body #main-wrapper div.paginator-small .form-sorter{justify-content:flex-end}body #main-wrapper div.paginator-small .form-sorter>*{margin-left:72px}body #main-wrapper div.paginator-small .label{font-size:12px;color:#191919;margin-right:8px}body #main-wrapper div.paginator-small input[type="text"],body #main-wrapper div.paginator-small input[type="number"]{width:32px;color:#586168;line-height:30px;border:1px solid #CDCBCB;border-radius:3px;font-size:12px;padding:0 3px;background:none;height:32px}body #main-wrapper div.paginator-small input[type="text"]:focus,body #main-wrapper div.paginator-small input[type="number"]:focus{border-color:#60b03d}body #main-wrapper div.paginator-small div.select-wrapper{height:32px;width:auto;padding:0;background:none;border:none;overflow:visible}body #main-wrapper div.paginator-small div.select-wrapper:before{z-index:0;content:'';width:0;height:0;border-style:solid;border-width:4px 4px 0 4px;border-color:transparent;border-top-color:#586168;font-size:0;right:5px;left:auto;margin-top:1px}body #main-wrapper div.paginator-small div.select-wrapper .select-list{width:auto;color:#586168;line-height:30px;position:relative;border:1px solid #CDCBCB;border-radius:3px;z-index:1;font-size:12px;padding:0 15px 0 8px;background:none;text-align:left;vertical-align:2px}body #main-wrapper div.paginator-small div.select-wrapper .select-list:focus{border-color:#60b03d}body #main-wrapper div.paginator-small div.select-wrapper .select-list option{padding:0}@media (max-width:1279px){body #main-wrapper div.paginator-small .form-sorter>*{margin-left:30px}}body .pagination-bottom,body .pagination-top{font-size:12px;margin-right:0;margin-left:auto}body .pagination-bottom .label,body .pagination-top .label{font-size:12px;color:#191919;margin-right:8px}body .pagination-bottom input[type="text"],body .pagination-top input[type="text"],body .pagination-bottom input[type="number"],body .pagination-top input[type="number"]{width:32px;color:#586168;line-height:30px;border:1px solid #CDCBCB;border-radius:3px;font-size:12px;padding:0 3px;background:none;height:32px}body .pagination-bottom input[type="text"]:focus,body .pagination-top input[type="text"]:focus,body .pagination-bottom input[type="number"]:focus,body .pagination-top input[type="number"]:focus{border-color:#60b03d}body .pagination-bottom.empty,body .pagination-top.empty{display:none}body .pagination .pagination-bottom>div>div.paginator-select-table~a:not(.last).next,body .pagination .pagination-bottom>div a:not(.last).previous,body .pagination-top>div>div.paginator-select-table~a:not(.last).next,body .pagination-top>div a:not(.last).previous{width:22px;height:22px;background:#CDCBCB;border-radius:50%;text-align:center;display:inline-block;vertical-align:-10px}body .pagination .pagination-bottom>div>div.paginator-select-table~a:not(.last).next:hover,body .pagination .pagination-bottom>div a:not(.last).previous:hover,body .pagination-top>div>div.paginator-select-table~a:not(.last).next:hover,body .pagination-top>div a:not(.last).previous:hover{background:#60b03d}body .pagination .pagination-bottom>div>div.paginator-select-table~a:not(.last).next:hover:before,body .pagination .pagination-bottom>div a:not(.last).previous:hover:before,body .pagination-top>div>div.paginator-select-table~a:not(.last).next:hover:before,body .pagination-top>div a:not(.last).previous:hover:before{font-size:22px}body .pagination .pagination-bottom>div>div.paginator-select-table~a:not(.last).next::before,body .pagination .pagination-bottom>div a:not(.last).previous::before,body .pagination-top>div>div.paginator-select-table~a:not(.last).next::before,body .pagination-top>div a:not(.last).previous::before{font-family:'material';color:#fff;font-size:22px;width:22px;height:22px;line-height:22px !important}body .pagination .pagination-bottom>div>div.paginator-select-table~a:not(.last).next.next,body .pagination .pagination-bottom>div a:not(.last).previous.next,body .pagination-top>div>div.paginator-select-table~a:not(.last).next.next,body .pagination-top>div a:not(.last).previous.next{margin-left:6px}body .pagination .pagination-bottom>div>div.paginator-select-table~a:not(.last).next.next::before,body .pagination .pagination-bottom>div a:not(.last).previous.next::before,body .pagination-top>div>div.paginator-select-table~a:not(.last).next.next::before,body .pagination-top>div a:not(.last).previous.next::before{content:'navigate_next';margin:0;text-indent:1px}body .pagination .pagination-bottom>div>div.paginator-select-table~a:not(.last).next.previous::before,body .pagination .pagination-bottom>div a:not(.last).previous.previous::before,body .pagination-top>div>div.paginator-select-table~a:not(.last).next.previous::before,body .pagination-top>div a:not(.last).previous.previous::before{font-family:'material';content:'navigate_before';margin:0;text-indent:-1px}.limiter a.active{font-weight:bold;color:#60b03d}@media (min-width:999px) and (max-width:1280px){.product-list-options .display-options{width:150px}}@media (max-width:998px){body #main-wrapper div.paginator-small .form-sorter>*{margin-left:20px}body #main-wrapper div.paginator-small .form-sorter>*.products-per-page{margin-left:0}}.limiter>div>a{margin-right:8px}@media (max-width:600px){.table-navigation{flex-wrap:wrap;border-right:none}}
.panel-header{position:relative;padding-left:30px}.panel-header:before{left:10px !important;color:#60b03d;transform:translate(0, -50%) !important}body.company .sidebar nav ul ul,body.customer-profile .sidebar nav ul ul{padding:0}@media (max-width:997px){body.company .sidebar,body.customer-profile .sidebar{display:block;width:100%}body.company .sidebar .sidebar-nav,body.customer-profile .sidebar .sidebar-nav{margin-bottom:10px}body.company .sidebar .menu-header,body.customer-profile .sidebar .menu-header{display:none}body.company .sidebar nav ul ul,body.customer-profile .sidebar nav ul ul{display:flex}body.company .sidebar nav ul ul>li,body.customer-profile .sidebar nav ul ul>li{padding:0 15px}body.company .sidebar nav ul ul>li>a:not(.active):after,body.customer-profile .sidebar nav ul ul>li>a:not(.active):after{display:none}body.company .sidebar nav ul ul>li a,body.customer-profile .sidebar nav ul ul>li a{font-weight:bold}body.company .sidebar nav ul ul>li a.active,body.customer-profile .sidebar nav ul ul>li a.active{color:#60b03d}}@media (max-width:997px) and (max-width:665px){body.company .sidebar nav ul ul,body.customer-profile .sidebar nav ul ul{justify-content:space-between}body.company .sidebar nav ul ul>li,body.customer-profile .sidebar nav ul ul>li{padding:0}}@media (max-width:997px) and (max-width:600px){body.company .sidebar nav>ul>li,body.customer-profile .sidebar nav>ul>li{height:48px;overflow:hidden;padding:0}body.company .sidebar nav>ul>li ul,body.customer-profile .sidebar nav>ul>li ul{display:inline-flex;flex-wrap:wrap}body.company .sidebar nav>ul>li ul>li,body.customer-profile .sidebar nav>ul>li ul>li{width:100%;padding:15px 25px;margin:0;border-bottom:1px solid #e9e9e9}body.company .sidebar nav>ul>li ul>li:last-child,body.customer-profile .sidebar nav>ul>li ul>li:last-child{border-bottom:none}body.company .sidebar nav>ul>li ul>li.active,body.customer-profile .sidebar nav>ul>li ul>li.active{order:-1}body.company .sidebar nav>ul>li ul>li>a:after,body.customer-profile .sidebar nav>ul>li ul>li>a:after{display:none}body.company .sidebar nav>ul>li.expanded,body.customer-profile .sidebar nav>ul>li.expanded{height:100%;overflow:visible}}body.company .sidebar .sidebar-nav nav ul.level-2 li a,body.customer-profile .sidebar .sidebar-nav nav ul.level-2 li a{position:relative}body.company .sidebar .sidebar-nav nav ul.level-2 li a.active,body.customer-profile .sidebar .sidebar-nav nav ul.level-2 li a.active{color:#60b03d}body.company .sidebar .sidebar-nav nav ul.level-2 li a.active:after,body.customer-profile .sidebar .sidebar-nav nav ul.level-2 li a.active:after{border-color:transparent transparent transparent #60b03d}body.company #sidebar .sidebar-nav ul.level-1>li,body.customer-profile #sidebar .sidebar-nav ul.level-1>li{margin:0;padding:0}body.company #sidebar .sidebar-nav ul.level-1>li+li,body.customer-profile #sidebar .sidebar-nav ul.level-1>li+li{margin-top:8px}@media (max-width:998px){body.company #sidebar .sidebar-nav,body.customer-profile #sidebar .sidebar-nav{padding:15px 10px}body.company #sidebar .sidebar-nav ul.level-1>li,body.customer-profile #sidebar .sidebar-nav ul.level-1>li{padding:0;margin:0;position:relative}body.company #sidebar .sidebar-nav ul.level-1>li li,body.customer-profile #sidebar .sidebar-nav ul.level-1>li li{margin:0}}@media (max-width:600px){body.company #sidebar .sidebar-nav,body.customer-profile #sidebar .sidebar-nav{padding:0 10px}body.company #sidebar .sidebar-nav ul.level-1>li,body.customer-profile #sidebar .sidebar-nav ul.level-1>li{padding:0;margin:0;position:relative;height:42px}body.company #sidebar .sidebar-nav ul.level-1>li:before,body.customer-profile #sidebar .sidebar-nav ul.level-1>li:before{font-family:'icons';content:'\e60d';transform:rotate(90deg);font-size:24px;display:inline-block;vertical-align:middle;position:absolute;top:9px;pointer-events:none;right:6px}body.company #sidebar .sidebar-nav ul.level-1>li.expanded:before,body.customer-profile #sidebar .sidebar-nav ul.level-1>li.expanded:before{transform:rotate(270deg)}body.company #sidebar .sidebar-nav ul.level-1>li.expanded,body.customer-profile #sidebar .sidebar-nav ul.level-1>li.expanded{height:100%}body.company #sidebar .sidebar-nav ul.level-1>li li,body.customer-profile #sidebar .sidebar-nav ul.level-1>li li{margin:0}body.company #sidebar .sidebar-nav ul.level-1>li ul>li,body.customer-profile #sidebar .sidebar-nav ul.level-1>li ul>li{padding-left:0;padding-right:0}body.company #sidebar .sidebar-nav ul.level-2,body.customer-profile #sidebar .sidebar-nav ul.level-2{width:100%;display:flex;flex-wrap:wrap}body.company #sidebar .sidebar-nav ul.level-2>li,body.customer-profile #sidebar .sidebar-nav ul.level-2>li{width:100%}body.company #sidebar .sidebar-nav ul.level-2>li.active-trail,body.customer-profile #sidebar .sidebar-nav ul.level-2>li.active-trail,body.company #sidebar .sidebar-nav ul.level-2>li.active,body.customer-profile #sidebar .sidebar-nav ul.level-2>li.active{order:-1}body.company #sidebar .sidebar-nav ul.level-1 ul.level-2 li,body.customer-profile #sidebar .sidebar-nav ul.level-1 ul.level-2 li{padding:0}body.company #sidebar .sidebar-nav ul.level-1 ul.level-2 li .badge,body.customer-profile #sidebar .sidebar-nav ul.level-1 ul.level-2 li .badge{display:none}body.company #sidebar .sidebar-nav ul.level-1 ul.level-2 li.active>a,body.customer-profile #sidebar .sidebar-nav ul.level-1 ul.level-2 li.active>a{color:#60b03d}body.company #sidebar .sidebar-nav ul.level-1 ul.level-2 li a,body.customer-profile #sidebar .sidebar-nav ul.level-1 ul.level-2 li a{font-size:16px;color:#191919;line-height:1.375;display:block;padding-top:10px;padding-bottom:10px}body.company #sidebar .sidebar-nav ul.level-1 ul.level-2 li a:active,body.customer-profile #sidebar .sidebar-nav ul.level-1 ul.level-2 li a:active,body.company #sidebar .sidebar-nav ul.level-1 ul.level-2 li a.active,body.customer-profile #sidebar .sidebar-nav ul.level-1 ul.level-2 li a.active{color:#60b03d}body.company #sidebar .sidebar-nav ul.level-1 ul.level-2 li a.active,body.customer-profile #sidebar .sidebar-nav ul.level-1 ul.level-2 li a.active{padding-right:20px}}@media (max-width:768px){body.company section.block-company-info{padding:15px 10px}}@media (min-width:601px) and (max-width:998px){body.company section.block-company-info{display:flex;flex-wrap:wrap;width:100%}body.company section.block-company-info .company-info--details{width:50%}body.company section.block-company-info .block-company-info-vnb{max-width:50%;margin-left:auto;margin-right:0}}@media (max-width:998px){body.company section.block-company-info .company-info--actions{width:100%;margin-top:15px}body.company section.block-company-info .company-info--actions a.btn.btn-primary.block-company-info__change.block-company-info__change,body.company section.block-company-info .company-info--actions a.btn.btn-primary.block-company-info__delete.block-company-info__delete{margin-top:0;width:auto;display:inline-block;text-transform:none}body.company section.block-company-info .company-info--actions a.btn.btn-primary.block-company-info__delete.block-company-info__delete{margin-left:20px;color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;color:#959595;background-color:#fff;border:1px solid #959595;line-height:38px;transition:.3s background-color,.3s color}body.company section.block-company-info .company-info--actions a.btn.btn-primary.block-company-info__delete.block-company-info__delete:hover{background:#569d36}body.company section.block-company-info .company-info--actions a.btn.btn-primary.block-company-info__delete.block-company-info__delete:hover{color:#fff;background-color:#959595}}@media (max-width:998px) and (min-width:1440px){body.company section.block-company-info .company-info--actions a.btn.btn-primary.block-company-info__delete.block-company-info__delete{font-size:14px}}@media (max-width:420px){body.company section.block-company-info .block-company-info-vnb{text-align:left}body.company section.block-company-info .company-info--actions a.btn.btn-primary.block-company-info__change.block-company-info__change,body.company section.block-company-info .company-info--actions a.btn.btn-primary.block-company-info__delete.block-company-info__delete{width:100%}body.company section.block-company-info .company-info--actions a.btn.btn-primary.block-company-info__delete.block-company-info__delete{margin-left:0;margin-top:9px}}body.customer-profile #sidebar .sidebar-nav{padding:0}body.company #main-wrapper .main-content{background:none}body.company #main-wrapper .main-header{border:none}body.company #main-wrapper .main-header h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}body.company #main-wrapper .main-header h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.company #main-wrapper .main-header h1{padding:15px 10px;font-size:18px}body.company #main-wrapper .main-header h1:before{font-size:15px}}body.company #main-wrapper table td.action{text-align:left}body.company #main-wrapper table .tabledrag-handle .handle{width:20px;height:25px;padding:0;background-position:0 6px;margin:0}body.company #main-wrapper .company-new-controls{border:none;padding:15px 10px 10px;border-top:1px solid #f2f2f2}body.company #main-wrapper .company-new-controls label{padding-top:0;font-weight:bold;font-size:13px;line-height:1.5;color:#586168;margin-bottom:5px}body.company #main-wrapper .company-new-controls input{width:calc(100% - 60px);margin-right:10px}body.company #main-wrapper .company-new-controls #add-branch-link,body.company #main-wrapper .company-new-controls #add-mpk-link{border-radius:3px;height:40px;line-height:40px}@media (min-width:600px){body.company #main-wrapper .company-new-controls input{width:calc(100% - 149px);max-width:240px}body.company #main-wrapper .company-new-controls #add-branch-link,body.company #main-wrapper .company-new-controls #add-mpk-link{padding-left:30px;padding-right:30px;font-size:13px;text-transform:none;font-weight:600;width:auto}body.company #main-wrapper .company-new-controls #add-branch-link:before,body.company #main-wrapper .company-new-controls #add-mpk-link:before{display:none}}@media (min-width:769px){body.company #main-wrapper .company-new-controls{padding:25px 20px 20px}}body.company #main-wrapper select,body.company #main-wrapper input[type="text"],body.company #main-wrapper [type="password"],body.company #main-wrapper input[type="submit"],body.company #main-wrapper input[type="number"]{border-radius:3px;padding:0 10px;line-height:38px;height:40px}body.company #main-wrapper #sidebar select{width:100%;margin-top:8px}body.company #main-wrapper #sidebar ul.level-2 li span{padding-left:.3em}body.company .sidebar .sidebar-nav nav ul.level-2 li a{text-transform:none;padding:0}body.company .sidebar .sidebar-nav nav ul.level-2 li a::after{display:none}.form-field-text-wrapper h3.title,.form-field-select-wrapper h3.title{font-size:14px;color:#000;margin:0 0 6px 0}.form-field-text-wrapper .storm-form.form-field-content,.form-field-select-wrapper .storm-form.form-field-content{margin:0}.form-field-text-wrapper .storm-form.form-field-content input,.form-field-select-wrapper .storm-form.form-field-content input{margin:0}.form-field-text-wrapper label,.form-field-select-wrapper label{font-size:13px;color:#586168;padding:0;margin:10px 0 0}.form-field-text-wrapper p.description,.form-field-select-wrapper p.description{font-size:13px;color:#CDCBCB;margin:0}.catalog-customer .main-wrapper .main-content .main-header{display:block;background:#fff}.catalog-customer .main-wrapper .main-content .main-header h1{padding-left:20px;padding-right:20px}.catalog-customer .main-wrapper .main-content{background:none}.catalog-customer .main-wrapper .main-content .content{padding:0}.catalog-customer .catalog--logo{width:220px;height:220px;background:#f2f2f2;line-height:220px;margin-right:25px}.catalog-customer .catalog--logo img{vertical-align:middle}.catalog-customer .catalog--logo+a{margin-right:25px}.catalog-customer .customer--header{display:flex;width:100%;align-items:center;padding:0 20px 40px;background:#fff}.catalog-customer .customer--header:after{content:'';clear:both;display:table}.catalog-customer .customer--header a{display:inline-block;color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;text-transform:none}.catalog-customer .customer--header a:hover{background:#569d36}@media (min-width:1440px){.catalog-customer .customer--header a{font-size:14px}}.catalog-customer .customer--header .catalog--logo+a,.catalog-customer .customer--header .logo-edit{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;color:#959595;background-color:#fff;border:1px solid #959595;line-height:38px;transition:.3s background-color,.3s color}.catalog-customer .customer--header .catalog--logo+a:hover,.catalog-customer .customer--header .logo-edit:hover{background:#569d36}@media (min-width:1440px){.catalog-customer .customer--header .catalog--logo+a,.catalog-customer .customer--header .logo-edit{font-size:14px}}.catalog-customer .customer--header .catalog--logo+a:hover,.catalog-customer .customer--header .logo-edit:hover{color:#fff;background-color:#959595}.catalog-customer .customer--header .logo-edit{margin-right:9px}.catalog-customer .table-list{border:none;margin-top:7px}.catalog-customer .table-list thead tr th{padding:5px 20px}.catalog-customer .table-list thead tr th:last-child{width:200px}.catalog-customer .table-list tbody tr td{line-height:1.35em;padding:12px 20px;border-top:1px solid #f2f2f2;background:#fff;font-weight:600;font-size:13px;color:#7B7B7B}.catalog-customer .table-list tbody tr td.action,.catalog-customer .table-list tbody tr td.actions{padding:12px;color:#7B7B7B}.catalog-customer .table-list tbody tr td a{font-weight:600;padding:0 2px;text-transform:capitalize}.catalog-customer .table-list tbody tr td a:hover{color:#000}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content{background:#fff;padding:0 20px}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form>div{max-width:650px}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form .storm-form:not(.form-field-checkbox) label{margin:0;font-weight:bold;font-size:13px;line-height:1.5;color:#586168}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form .storm-form.form-field-content{margin:0}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form .storm-form.form-field-text-wrapper,.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form .storm-form.form-field-textarea-wrapper{margin-bottom:17px}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form .form-description{color:#CDCBCB;font-weight:bold;font-size:13px;line-height:1.5}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-group_pricelist{margin:35px 0 0;padding:0;border:none}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-group_pricelist legend,.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-group_pricelist .group__legend{display:none}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-group_pricelist .group-expander>label{margin:0 0 10px;font-weight:bold;font-size:13px;line-height:1.5;color:#586168}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-group_pricelist label.form-field-checkbox{font-weight:normal;color:#191919}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-group_pricelist .field-checkbox--option{display:flex;margin-bottom:10px;align-items:center}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-group_pricelist .field-checkbox--option .form-field-integer-content{margin-left:47px}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-group_pricelist .field-checkbox--option .form-field-integer-content input{width:60px;padding:0 10px;line-height:38px;height:40px}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-group_pricelist .form-description{margin-top:15px}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder-wrapper{margin-top:50px}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder{padding:0;background:none;border:none}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul{padding-left:57px;margin:9px 0 0}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul li{float:none;clear:both}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul li:after{content:'';display:table;clear:both}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul li .plus{background:#6c6c6c;border-radius:50%;width:16px;height:16px;position:relative;top:4px;margin-right:5px;border:none}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul li .plus:before,.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul li .plus:after{content:'';background:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul li .plus:before{width:8px;height:2px}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul li .plus:after{width:2px;height:8px}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul li .plus.expanded{background:#191919}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul li .plus:hover{background:#60b03d}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul li .plus.expanded:after{display:none}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul li .icon-checkbox{vertical-align:-2px;float:left;margin-top:4px;margin-right:7px;display:block}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul li .form-check-category{display:block;overflow:hidden;width:auto !important}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul li label{width:auto;margin-top:2px;font-weight:normal;color:#191919;display:block;float:none}@media (max-width:600px){.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-folder ul{padding-left:30px}}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-back-wrapper{display:inline-block;vertical-align:middle;width:auto}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-back-wrapper a{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;color:#959595;background-color:#fff;border:1px solid #959595;line-height:38px;transition:.3s background-color,.3s color;border:none;display:inline-block;line-height:40px;text-transform:none;padding-left:12px;padding-right:12px}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-back-wrapper a:hover{background:#569d36}@media (min-width:1440px){.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-back-wrapper a{font-size:14px}}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-back-wrapper a:hover{color:#fff;background-color:#959595}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-back-wrapper a:before{content:'';width:0;height:0;border-style:solid;border-width:4px 4px 4px 0;border-color:transparent;border-right-color:inherit;font-size:0;vertical-align:middle;margin-right:4px}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-submit-wrapper{display:inline-block;vertical-align:middle;width:auto}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-submit-wrapper input{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;border:none;text-transform:none;padding-left:12px;padding-right:12px}.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-submit-wrapper input:hover{background:#569d36}@media (min-width:1440px){.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content #form #form-field-submit-wrapper input{font-size:14px}}@media (max-width:768px){.catalog-customer.alias-catalog-customer-new .main-wrapper .main-content .content{padding:0 9px}}@media (max-width:768px){.catalog-customer .main-wrapper .main-content .main-header h1{padding-left:10px;padding-right:10px}.catalog-customer .customer--header{flex-wrap:wrap}.catalog-customer .catalog--logo+a{margin-right:15px}.catalog-customer .catalog--logo{width:180px;height:180px;line-height:180px}}@media (max-width:998px){.catalog-customer .table-list tbody tr td{width:100%}.catalog-customer .table-list tbody tr td.name{order:2;width:100%;padding-top:0;padding-bottom:15px;margin-bottom:15px;position:relative;font-size:16px;font-weight:bold;color:#60b03d}.catalog-customer .table-list tbody tr td.name:after{content:'';height:1px;left:-10px;right:-10px;background:#bebebe;position:absolute;bottom:0}.catalog-customer .table-list tbody tr td.last_generate{order:1;border-top:none;color:#586168;padding:0 0 5px}.catalog-customer .table-list tbody tr td.description{order:3;width:100%;padding-bottom:10px}.catalog-customer .table-list tbody tr td.description:before{font-weight:bold}.catalog-customer .table-list tbody tr td.action,.catalog-customer .table-list tbody tr td.actions{order:4;border:none;padding:0;flex-wrap:wrap}}@media (min-width:601px) and (max-width:998px){.catalog-customer .table-list tbody tr{margin-top:7px}.catalog-customer .table-list tbody tr:first-child{margin-top:0}.catalog-customer .table-list tbody tr:last-child{margin-bottom:0}.catalog-customer .table-list tbody tr td{order:5;border-top:none;padding:0}.catalog-customer .table-list tbody tr td.description:empty{display:none}}@media (max-width:600px){.catalog-customer .customer--header{display:block;padding-left:10px;padding-right:10px}.catalog-customer .catalog--logo{float:left}.catalog-customer .catalog--logo+a{margin-top:20px}.catalog-customer .customer--header a{display:block;float:left;width:200px;margin-bottom:9px;text-align:center}.catalog-customer .table-list thead{display:none}.catalog-customer .table-list tbody tr{padding:15px 10px;margin-top:7px;border:none}.catalog-customer .table-list tbody tr:first-child{margin-top:0}.catalog-customer .table-list tbody tr:last-child{margin-bottom:0}.catalog-customer .table-list tbody tr td{display:flex;width:auto;border:none;padding:0}.catalog-customer .table-list tbody tr td:before{width:50%;float:none;flex-grow:0;flex-shrink:0}.catalog-customer .table-list tbody tr td.name{width:100%;order:2}.catalog-customer .table-list tbody tr td.name:before{width:auto}.catalog-customer .table-list tbody tr td.description{order:3;width:100%}.catalog-customer .table-list tbody tr td.description:before{font-weight:bold}.catalog-customer .table-list tbody tr td.description:empty{display:none}.catalog-customer .table-list tbody tr td.last_generate{font-weight:normal;width:100%;order:1}.catalog-customer .table-list tbody tr td.last_generate:before{content:attr(data-th) ":";color:#191919;font-weight:600;width:auto}.catalog-customer .table-list tbody tr td.action,.catalog-customer .table-list tbody tr td.actions{order:4;text-align:left;padding:0 0 0 50%}}@media (max-width:478px){.catalog-customer .catalog--logo{width:100%;height:auto;padding:10px;line-height:1;margin:auto auto 25px;text-align:center;float:none}.catalog-customer .customer--header a{float:none;margin:auto}.catalog-customer .customer--header a.logo-edit{margin:auto auto 9px}}@media (min-width:769px){body.company-structure #content>header>h1::before,body.company-logo.company #content>header>h1::before{font-size:23px;margin-top:-2px}}body.company-logo.company #content>.content{padding:20px 20px}@media (max-width:768px){body.company-logo.company #content>.content{padding:15px 10px}}body.company-logo.company #content>.content .btns .btn0{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;display:inline-block;margin-right:20px}body.company-logo.company #content>.content .btns .btn0:hover{background:#569d36}@media (min-width:1440px){body.company-logo.company #content>.content .btns .btn0{font-size:14px}}body.company-logo.company #content>.content .btns .btn1{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;color:#959595;background-color:#fff;border:1px solid #959595;line-height:38px;transition:.3s background-color,.3s color;display:inline-block}body.company-logo.company #content>.content .btns .btn1:hover{background:#569d36}@media (min-width:1440px){body.company-logo.company #content>.content .btns .btn1{font-size:14px}}body.company-logo.company #content>.content .btns .btn1:hover{color:#fff;background-color:#959595}body.company-logo.company #content>.content #form[name="logo"] .form-body{display:flex;flex-wrap:nowrap;align-items:center}body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-old-wrapper{width:220px;height:220px;background:#f2f2f2;line-height:220px;margin-right:25px;padding:0;flex-shrink:0;flex-grow:0}body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-old-wrapper img{vertical-align:middle}body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-company_logo{margin:0;padding:0;border:none}body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-logo_description-wrapper{font-weight:bold;font-size:13px;line-height:1.5;margin-bottom:25px}body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-logo-wrapper{padding:0;display:inline-block;vertical-align:middle}body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-logo-wrapper .form-field-file-content{margin-bottom:0}body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-logo-wrapper .form-field-file{border:none;background:none;padding:0}body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-submit{margin-right:20px}body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-submit,body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-delete{text-transform:none;color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer}body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-submit:hover,body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-delete:hover{background:#569d36}@media (min-width:1440px){body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-submit,body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-delete{font-size:14px}}@media (max-width:1280px){body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-logo-wrapper{width:100%;margin-bottom:30px}}@media (max-width:768px){body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-old-wrapper{width:180px;height:180px;line-height:180px}}@media (max-width:478px){body.company-logo.company #content>.content #form[name="logo"] .form-body{display:block;padding-left:10px;padding-right:10px}body.company-logo.company #content>.content #form[name="logo"] .form-body #form-field-old-wrapper{width:100%;height:auto;padding:10px;line-height:1;margin:auto auto 25px;text-align:center;float:none}}#saveOrder>div{width:95%}@media (max-width:600px){body.company.company-structure #content .table-ordering th:not(.name):not(.actions),body.company.company-structure #content .table-ordering td:not(.name):not(.actions){display:none}}body.company .main-header h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}body.company .main-header h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.company .main-header h1{padding:15px 10px;font-size:18px}body.company .main-header h1:before{font-size:15px}}body.company .main-header h1:before{left:20px;transform:translate(0, -50%)}body.company #form-field-mpk_block-wrapper{padding:20px;border-top:1px solid #f2f2f2}@media (max-width:768px){body.company #form-field-mpk_block-wrapper{padding:15px 10px}}body.company-user #multipleForm-field-send{margin-left:7px}body.company-user.alias-company-user #content header #submenu a.btn{padding-right:40px;padding-left:15px}body.company-user.alias-company-user #content header #submenu a.btn:before{left:auto;right:10px;transform:translate(0, -50%)}@media (max-width:560px){body.company-user.alias-company-user #content header #submenu{top:13px;padding:0;right:10px;height:40px}body.company-user.alias-company-user #content header #submenu a{margin-left:0}}@media (max-width:359px){body.company-user.alias-company-user #main-wrapper .main-header{flex-wrap:wrap}body.company-user.alias-company-user #main-wrapper .main-header #submenu{position:static;width:100%;padding:0 10px}}body.company-user .main-header h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center}body.company-user .main-header h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.company-user .main-header h1{padding:15px 10px;font-size:18px}body.company-user .main-header h1:before{font-size:15px}}body.company-user .main-header h1:before{content:"\e93f"}@media (max-width:560px){body.company-user .main-header{margin-bottom:61px}}body.company-user #main-wrapper #form-body label{font-weight:bold;font-size:13px;line-height:18px;color:#586168;margin:0}body.company-user #main-wrapper #form-body .form-field-checkbox{color:#191919;font-weight:normal}body.company-user #main-wrapper #form-body div.form-field-checkbox{margin-top:0}body.company-user #main-wrapper #form-body>div{margin:13px 0 0}body.company-user #main-wrapper #form-body>div#form-field-search-wrapper{margin-top:0}body.company-user #main-wrapper #form-body .storm-form.form-field-content{margin:0}body.company-user #main-wrapper #form-body #form-field-manager-wrapper{margin-top:26px}.company-user-edit #main-wrapper #form-body #form-field-tree-wrapper{margin-top:26px}.company-user-edit #main-wrapper #form-body #form-field-folder-wrapper{margin-top:26px}.company-user-edit #main-wrapper #form-body #form-field-folder-wrapper div.form-field-radio{margin-top:13px}.company-user-edit #main-wrapper #form-body #form-field-folder-wrapper div.form-field-radio input{width:auto;margin-right:7px;min-width:0}.company-user-edit #main-wrapper #form-body #form-field-folder-wrapper div.form-field-radio label{font-weight:normal;color:#191919}body.company.company-address .company__container-bottom{background:#fff;padding:30px 20px}@media (max-width:768px){body.company.company-address .company__container-bottom{padding:15px 10px}}body.company.company-address .company__container-bottom .btn{display:inline-block;color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer}body.company.company-address .company__container-bottom .btn:hover{background:#569d36}@media (min-width:1440px){body.company.company-address .company__container-bottom .btn{font-size:14px}}body.company-mpk #form-field-status-wrapper .form-field-checkbox{justify-content:flex-start}body.company-mpk #form-field-status-wrapper .form-field-checkbox span{order:1}body.company-mpk #form-field-status-wrapper .form-field-checkbox label{order:2;width:auto;margin-right:10px}@media (max-width:650px){body.company-mpk #table-mpk-tree tr{padding:15px 10px;border-bottom:none;border-top:1px solid #f2f2f2}body.company-mpk #table-mpk-tree td.name{color:#191919;display:inline-block;font-weight:bold;font-size:14px;width:auto}body.company-mpk #table-mpk-tree td.status{width:auto;display:inline-block;margin-left:.3em;flex-grow:1;text-align:right}}body.company-mpk .company-new-controls{margin-top:1px}body.company-mpk #form-field-tree-wrapper table{border:none}body.company-mpk #form-field-tree-wrapper table thead tr th{background:#fff}body.company-mpk #form-field-tree-wrapper table tbody tr td{padding:12px 20px}body.company-mpk #form-field-tree-wrapper table tbody tr td.action{text-align:right}@media (max-width:650px){body.company-mpk #form-field-tree-wrapper table thead{display:block}body.company-mpk #form-field-tree-wrapper table thead tr{width:100%;display:block}body.company-mpk #form-field-tree-wrapper table thead tr th{padding:5px 10px;border-bottom:1px solid #BEBEBE;display:block}body.company-mpk #form-field-tree-wrapper table thead tr th.action{display:none}body.company-mpk #form-field-tree-wrapper table tbody tr{padding:15px 10px;align-items:flex-start}body.company-mpk #form-field-tree-wrapper table tbody tr td{padding:0;width:auto}body.company-mpk #form-field-tree-wrapper table tbody tr td.name{padding-left:7px;font-size:13px;line-height:1.5em;font-weight:normal;color:#191919;padding-top:3px}body.company-mpk #form-field-tree-wrapper table tbody tr td.name:before{width:auto}}body.company .limiter,body.customer .limiter,body.shopraport-company .limiter,body.enquiry-list .limiter{padding:5px 10px;font-size:13px;font-weight:600;border:none;height:auto}body.company .limiter>div,body.customer .limiter>div,body.shopraport-company .limiter>div,body.enquiry-list .limiter>div{font-size:13px}body.company .limiter a,body.customer .limiter a,body.shopraport-company .limiter a,body.enquiry-list .limiter a{color:#586168}body.company .limiter a:hover,body.customer .limiter a:hover,body.shopraport-company .limiter a:hover,body.enquiry-list .limiter a:hover{color:#60b03d}body.company .limiter a.active,body.customer .limiter a.active,body.shopraport-company .limiter a.active,body.enquiry-list .limiter a.active{font-weight:600;color:#60b03d}body.company.company-limit #content #form-field-sum_status-wrapper{margin-bottom:7px}body.company.company-limit #content #form-field-sum_status-wrapper label{margin-bottom:0 !important}body.company.company-limit #content #form-field-sum_status-wrapper .icon-checkbox{margin-right:5px}body.company.company-limit #content header>h1{padding:20px;position:relative;background:#fff;display:flex;align-items:center;padding-right:20px}body.company.company-limit #content header>h1:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#60b03d;font-size:20px;vertical-align:middle;position:static;margin-right:12px;transform:none}@media (max-width:768px){body.company.company-limit #content header>h1{padding:15px 10px;font-size:18px}body.company.company-limit #content header>h1:before{font-size:15px}}body.company.company-limit #content #form-body #form-field-status-wrapper{position:absolute;top:-46px;padding-right:20px;text-align:right;right:0;display:inline-block;width:auto}body.company.company-limit #content #form-body #form-field-status-wrapper .form-field-checkbox-content{margin:0}body.company.company-limit #content #form-body #form-field-status-wrapper .form-field-checkbox-content label{font-size:13px;margin:0 0 0 7px}@media (max-width:768px){body.company.company-limit #content #form-body #form-field-status-wrapper{top:-37px}}body.company.company-limit #content #form-body #form-field-status-wrapper .form-field-switcher>*{display:inline-block;width:auto;margin:0;padding:0}body.company.company-limit #content .edit-form #form-body{border:none;border-top:1px solid #f2f2f2;padding:10px 20px 20px}body.company.company-limit #content .edit-form #form-body .form-field-select-wrapper,body.company.company-limit #content .edit-form #form-body #form-field-date-wrapper{width:calc(25% - 18px);margin-left:20px;display:inline-block}body.company.company-limit #content .edit-form #form-body .form-field-select-wrapper#form-field-price_type-wrapper,body.company.company-limit #content .edit-form #form-body #form-field-date-wrapper#form-field-price_type-wrapper{margin-left:0}body.company.company-limit #content .edit-form #form-body #form-field-date-wrapper{margin-top:0;margin-bottom:0}body.company.company-limit #content .edit-form #form-body #form-field-date-wrapper label{line-height:1.1em}body.company.company-limit #content .edit-form #form-body #form-field-date-wrapper input{height:40px;line-height:40px;padding-top:0;padding-bottom:0;width:100%}body.company.company-limit #content .edit-form #form-body #form-field-actions{margin-left:20px;margin-top:28px;width:calc(25% - 18px);padding:0}body.company.company-limit #content .edit-form #form-body #form-field-actions .form-field-submit-wrapper:before{display:none}body.company.company-limit #content .edit-form #form-body #form-field-actions input{padding:0 20px}body.company.company-limit #content .edit-form #form-body #form-field-actions .form-field-submit-wrapper,body.company.company-limit #content .edit-form #form-body #form-field-actions input{max-width:100%}body.company.company-limit #content .edit-form #form-body label{font-weight:600;font-size:12px;line-height:1.5;color:#586168;margin:0 0 6px;padding:0;text-transform:none}body.company.company-limit #content .edit-form #form-body .storm-form.form-field-content{margin:0}@media (max-width:768px){body.company.company-limit #content .edit-form #form-body{padding:15px 10px 25px}body.company.company-limit #content .edit-form #form-body #form-field-actions,body.company.company-limit #content .edit-form #form-body .form-field-select-wrapper,body.company.company-limit #content .edit-form #form-body #form-field-date-wrapper{margin-left:15px;width:calc(25% - 14px)}}@media (max-width:600px){body.company.company-limit #content .edit-form #form-body #form-field-actions,body.company.company-limit #content .edit-form #form-body .form-field-select-wrapper,body.company.company-limit #content .edit-form #form-body #form-field-date-wrapper{margin-left:15px;width:calc(50% - 10px)}body.company.company-limit #content .edit-form #form-body #form-field-start_period-wrapper+#form-field-date-wrapper{margin-left:0;margin-top:12px}body.company.company-limit #content .edit-form #form-body #form-field-start_period-wrapper{margin-left:0;margin-top:10px;margin-right:15px}body.company.company-limit #content .edit-form #form-body #form-field-actions{margin-top:38px;margin-left:0}body.company.company-limit #content .edit-form #form-body #form-field-actions .form-field-submit-wrapper{width:100%}body.company.company-limit #content .edit-form #form-body #form-field-actions input{display:block;width:100%}body.company.company-limit #content .edit-form #form-body #form-field-date-wrapper+#form-field-actions{margin-left:15px}}body.company.company-limit #content .table-list tbody td input{margin-right:.5em}@media (max-width:768px){body.company.company-limit #content .table-list tbody td{padding:15px 10px;line-height:1.3}}@media (max-width:650px){body.company.company-limit #content .table-list tbody>tr{border-top:1px solid #f2f2f2;border-bottom:none}body.company.company-limit #content .table-list tbody>tr>td{width:50%;border:none}body.company.company-limit #content .table-list tbody>tr>td .form-field-decimal-wrapper{display:inline-block}body.company.company-limit #content .table-list tbody>tr>td.value>div input{width:120px}}body.company.company-limit #content .form-field-button{border:none;margin-top:1px;padding:30px 20px;background:#fff;text-align:right}@media (max-width:768px){body.company.company-limit #content .form-field-button{padding:15px 10px}}.menu--tabs>ul{position:relative;list-style:none;display:-ms-flexbox;display:flex;margin:1px 0 0 0;background:#fff;padding:20px 20px 15px}.menu--tabs>ul:after{content:'';height:1px;left:20px;right:20px;background:#E5E3E3;bottom:15px;position:absolute}.menu--tabs>ul li{display:inline-block;min-width:20%;position:relative;z-index:1}.menu--tabs>ul li.active a{color:#60b03d;border-bottom:2px solid #60b03d;text-align:center}.menu--tabs>ul li:last-child{border-right:none}.menu--tabs>ul li a{font-size:14px;font-weight:bold;color:#586168;line-height:1.357;display:inline-block;padding:8px 12px;border-bottom:2px solid rgba(255,255,255,0);text-align:center}.menu--tabs>ul li a:hover{color:#60b03d}body.company-user .main-header{background:#fff}@media (max-width:768px){.limit-menu-wrapper{margin-top:8px;background:#fff;padding-bottom:0;margin-bottom:-2px}.limit-menu-wrapper .icon{display:none}.limit-menu-wrapper nav ul{margin:0;position:relative;height:42px;display:flex;flex-wrap:wrap;overflow:hidden;padding:0 10px}.limit-menu-wrapper nav ul:before{font-family:'icons';content:'\e60d';transform:rotate(90deg);font-size:24px;display:inline-block;vertical-align:middle;position:absolute;top:9px;right:16px;z-index:3;pointer-events:none}.limit-menu-wrapper nav ul.expanded{height:100%}.limit-menu-wrapper nav ul.expanded:before{transform:rotate(270deg)}.limit-menu-wrapper nav li{width:100%;border-bottom:1px solid #e9e9e9;background:#fff}.limit-menu-wrapper nav li.active{order:-1}.limit-menu-wrapper nav ul li a{font-size:16px;color:#191919;line-height:1.375;display:block;padding:10px 20px 10px 10px;width:100%;text-align:left}.limit-menu-wrapper nav ul li a:hover{color:#60b03d}.limit-menu-wrapper nav ul li.active>a{color:#60b03d;border:none;text-align:left}}body.company #main-wrapper .pagination-top,body.customer #main-wrapper .pagination-top,body.shopraport-company #main-wrapper .pagination-top,body.enquiry-list #main-wrapper .pagination-top,.pv-offer-list.layout-tpl #main-wrapper .pagination-top{margin:8px 0;background:#fff;float:none;width:100%;padding:10px}body.company #main-wrapper .pagination-top>div,body.customer #main-wrapper .pagination-top>div,body.shopraport-company #main-wrapper .pagination-top>div,body.enquiry-list #main-wrapper .pagination-top>div,.pv-offer-list.layout-tpl #main-wrapper .pagination-top>div{width:100%;justify-content:flex-end}body.company #main-wrapper .pagination-top input[type="text"],body.customer #main-wrapper .pagination-top input[type="text"],body.shopraport-company #main-wrapper .pagination-top input[type="text"],body.enquiry-list #main-wrapper .pagination-top input[type="text"],.pv-offer-list.layout-tpl #main-wrapper .pagination-top input[type="text"]{height:30px;line-height:30px}body.company #main-wrapper .pagination-top.empty,body.customer #main-wrapper .pagination-top.empty,body.shopraport-company #main-wrapper .pagination-top.empty,body.enquiry-list #main-wrapper .pagination-top.empty,.pv-offer-list.layout-tpl #main-wrapper .pagination-top.empty{display:none}body.company #main-wrapper .limiter,body.customer #main-wrapper .limiter,body.shopraport-company #main-wrapper .limiter,body.enquiry-list #main-wrapper .limiter,.pv-offer-list.layout-tpl #main-wrapper .limiter{justify-content:flex-start}body.company #main-wrapper .limiter:not(:last-child),body.customer #main-wrapper .limiter:not(:last-child),body.shopraport-company #main-wrapper .limiter:not(:last-child),body.enquiry-list #main-wrapper .limiter:not(:last-child),.pv-offer-list.layout-tpl #main-wrapper .limiter:not(:last-child){float:left;padding:13px 10px}body.company #main-wrapper .limiter+.pagination,body.customer #main-wrapper .limiter+.pagination,body.shopraport-company #main-wrapper .limiter+.pagination,body.enquiry-list #main-wrapper .limiter+.pagination,.pv-offer-list.layout-tpl #main-wrapper .limiter+.pagination{border:none;height:auto}body.company #main-wrapper .limiter+.pagination .pagination-bottom.empty,body.customer #main-wrapper .limiter+.pagination .pagination-bottom.empty,body.shopraport-company #main-wrapper .limiter+.pagination .pagination-bottom.empty,body.enquiry-list #main-wrapper .limiter+.pagination .pagination-bottom.empty,.pv-offer-list.layout-tpl #main-wrapper .limiter+.pagination .pagination-bottom.empty{display:none}body.company #main-wrapper .limiter+.pagination .pagination-bottom>div,body.customer #main-wrapper .limiter+.pagination .pagination-bottom>div,body.shopraport-company #main-wrapper .limiter+.pagination .pagination-bottom>div,body.enquiry-list #main-wrapper .limiter+.pagination .pagination-bottom>div,.pv-offer-list.layout-tpl #main-wrapper .limiter+.pagination .pagination-bottom>div{padding:10px;justify-content:flex-end}body.company #main-wrapper .limiter+.pagination .pagination-bottom>div input[type="text"],body.customer #main-wrapper .limiter+.pagination .pagination-bottom>div input[type="text"],body.shopraport-company #main-wrapper .limiter+.pagination .pagination-bottom>div input[type="text"],body.enquiry-list #main-wrapper .limiter+.pagination .pagination-bottom>div input[type="text"],.pv-offer-list.layout-tpl #main-wrapper .limiter+.pagination .pagination-bottom>div input[type="text"]{height:30px;line-height:30px}body.shoppinglist-view .main-wrapper .main-content .main-header,body.workflow-view .main-wrapper .main-content .main-header,body.order-view .main-wrapper .main-content .main-header,body.enquiry-view .main-wrapper .main-content .main-header{display:none}
.advanced-search .search__bar{max-width:700px;margin:0 auto;display:flex}.advanced-search .search__bar input{flex-grow:1}.advanced-search .search__bar select{min-width:180px}.advanced-search .search__bar .btn{line-height:52px}.advanced-search .search__modes{max-width:700px;margin:16px auto;display:flex}.advanced-search .search__modes>*{flex-grow:1;display:flex;align-items:center}.advanced-search .search__modes>* label{padding:0;margin-left:5px}.advanced-search .advanced_filter .form-body>*{width:100%;border:none;display:flex;flex-wrap:wrap}.advanced-search .advanced_filter .form-body>* label{max-width:250px}.advanced-search .advanced_filter .form-body>* .form-field-checkboxes-content{width:calc(100% - 250px)}.advanced-search .advanced_filter .form-body>* .form-field-checkboxes-content .form-checkboxes{display:flex;flex-wrap:wrap}.advanced-search .advanced_filter .form-body>* .form-field-checkboxes-content .form-checkboxes div{width:20%}.advanced-search .advanced_filter .form-body>* .form-field-checkboxes-wrapper>label{margin-bottom:4px}.advanced-search .advanced_filter .form-body>* .form-checkboxes{margin-bottom:-6px}.advanced-search .advanced_filter .form-body>* .show-more{float:none;width:100%}.advanced-search .advanced_filter .form-body>*+*{border-top:1px solid #d1d3d4;margin-top:0}.advanced-search .advanced_filter .form-body .attribute-group>div{width:100%;border:none;display:flex}.advanced-search .advanced_filter .form-body .attribute-group>div label{max-width:250px}.advanced-search .advanced_filter .form-body .attribute-group .info-popup{position:absolute;left:180px}@media (max-width:997px){.advanced-search .advanced_filter .form-body>* .form-field-checkboxes-content .form-checkboxes div{width:33.333333%}}@media (max-width:768px){.advanced-search .advanced_filter .form-body>* .form-field-checkboxes-content .form-checkboxes div{width:50%}}@media (max-width:600px){.advanced-search .search__bar{flex-wrap:wrap}.advanced-search .search__bar input{width:100%}.advanced-search .search__bar #search-dummy{width:100%;margin:16px 0}.advanced-search .search__bar #search-dummy select{width:100%}.advanced-search .search__bar .input-group-btn{width:100%}.advanced-search .search__bar .input-group-btn .btn{width:100%}.advanced-search .advanced_filter .form-body>*{flex-wrap:wrap}.advanced-search .advanced_filter .form-body>* label{width:100%}.advanced-search .advanced_filter .form-body>* .form-field-checkboxes-content .form-checkboxes div{width:100%}}@media (max-width:460px){.advanced-search .search__modes{flex-wrap:wrap}.advanced-search .search__modes>*{width:100%}.advanced-search .advanced_filter .form-body>*{display:block}.advanced-search .advanced_filter .form-body>* .form-field-checkboxes-content{width:100%}.advanced-search .advanced_filter .form-body>* .form-field-checkboxes-content .form-checkboxes div{margin-bottom:0}.advanced-search .advanced_filter .form-body>.attribute-group>div{display:block}}body.search .alert-block{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}body.search #content{padding:0}body.search #content>.content{padding:0}body.search #content .content.container-fluid{padding-left:0;padding-right:0;clear:both}body.search #content .search-product .row-fluid{background:#fff;margin-bottom:3px;padding:15px}body.search #content .search-product .row-fluid:after{content:"";display:table;clear:both}body.search #content .search-product .row-fluid>a{display:inline-block;width:25%;padding-right:15px;text-align:center}body.search #content .search-product .row-fluid>a img{max-width:100%;max-height:100px;width:auto;height:auto}@media (max-width:600px){body.search #content .search-product .row-fluid>a{width:100%;display:block}body.search #content .search-product .row-fluid>a img{max-height:none}}body.search #content .search-product{padding:0;margin:0}body.search #content .search-product-name{color:#000;font-size:1.6rem;margin:0;text-transform:uppercase;font-weight:bold;line-height:1.1em;width:50%;display:inline-block;vertical-align:middle}@media (max-width:600px){body.search #content .search-product-name{width:100%;display:block;margin-top:30px;margin-bottom:20px}}body.search #content .search-product-price{display:inline-block;font-size:2.6rem;font-weight:bold;text-align:right;vertical-align:middle;width:23%}body.search #content .search-product-price .cent{font-size:.6em;vertical-align:text-top}@media (max-width:600px){body.search #content .search-product-price{width:100%;display:block}}body.search #content .paginator-bottom{border:1px solid #e5e5e5;margin-top:-1px;padding:8px 16px;background-color:#fff}body.search #content .paginator-bottom>div{text-align:right}body.search #content .paginator-bottom>div a{font-weight:bold;padding:4px;background:none}body.search #content .paginator-bottom>div a.active{color:#60b03d}body.search #content .paginator-bottom>div a:hover,body.search #content .paginator-bottom>div a:focus{color:#60b03d}body.search #content .paginator-bottom>div a.next>span,body.search #content .paginator-bottom>div a.previous>span{color:#000;background:none;border:none;padding:4px 15px}body.search #content .paginator-bottom>div a.next>span:hover,body.search #content .paginator-bottom>div a.previous>span:hover,body.search #content .paginator-bottom>div a.next>span:focus,body.search #content .paginator-bottom>div a.previous>span:focus{color:#60b03d}.search-result,.search-result li{list-style:none;margin:0;padding:0}.search-result.type-text{display:flex;flex-wrap:wrap;width:100%;margin-top:12px;padding:20px;background:#fff}.search-result.type-text li{width:100%;margin-bottom:37px;position:relative}@media (min-width:768px){.search-result.type-text li{width:calc(50% - 12px)}.search-result.type-text li:nth-child(2n+1){margin-left:0;margin-right:auto}.search-result.type-text li:nth-child(2n+2){margin-left:auto;margin-right:0}}.search-result.type-text li img{vertical-align:middle}.search-result.type-text li .list-item__image{margin:0 0 24px}.search-result.type-text li .list-item__image img{padding:0;margin:0;min-width:100%}.search-result.type-text li .list-item__title{color:#191919;font-size:23px;line-height:31px;margin:0;font-weight:bold}.search-result.type-text li .list-item__description{font-weight:bold;font-size:13px;line-height:1.5em;margin:0;min-height:0}.search-result.type-text li a.list-item__read_more{font-weight:bold;font-size:12px;line-height:16px;color:#586168;margin:25px 0 0;display:block}.search-result.type-text li a.list-item__read_more:hover{color:#60b03d}.search-result.type-text li a.list-item__read_more:after{content:'navigate_next';font-family:'material';margin-left:10px;vertical-align:middle;display:inline-block;font-size:14px}.search-result.type-file{background:#fff}.search-result.type-file li{padding:10px;position:relative}.search-result.type-file li .list-item{display:flex;align-items:center}@media (max-width:768px){.search-result.type-file li .list-item{flex-wrap:wrap}.search-result.type-file li .list-item .list-item__title{flex-grow:1}.search-result.type-file li .list-item .list-item__download{width:50%;text-align:right}}@media (max-width:480px){.search-result.type-file li .list-item{display:block;text-align:right}.search-result.type-file li .list-item .list-item__image{float:left}.search-result.type-file li .list-item .list-item__title{overflow:hidden;clear:right;text-align:left;margin-bottom:10px}.search-result.type-file li .list-item .list-item__download{clear:both;display:inline-block}.search-result.type-file li .list-item .list-item__view{clear:both;display:inline-block}}.search-result.type-file li .list-item__image img{width:57px;margin-right:10px;float:left}.search-result.type-file li .file-name{font-weight:bold;font-size:12px;line-height:1.2em;display:block;color:#191919}.search-result.type-file li .file-size{margin-top:7px;display:block;color:#666;font-size:10px;line-height:1.45em}.search-result.type-file li:after{content:'';top:-1px;left:10px;right:10px;height:1px;background:#ebeaea;position:absolute}.search-result.type-file li .list-item__download{padding:0 10px;font-size:12px;line-height:1.2em;margin-right:0;margin-left:auto}.search-result.type-file li .list-item__download a:before{font-family:b2b !important;content:'\e914';margin-right:.3em;font-size:14px;vertical-align:-1px}.search-result.type-file li .list-item__view{padding:0 10px;font-size:12px;line-height:1.2em;margin-right:0;margin-left:0}.search-result.type-file li .list-item__view a{color:#60b03d}.search-advanced .advanced-search input.form-control{padding-top:0;padding-bottom:0;height:40px;line-height:40px}.search-advanced .advanced-search #search-dummy select{border-radius:4px;height:40px;padding-top:0;padding-bottom:0}.search-advanced .advanced-search button.btn{height:40px;padding-top:0;padding-bottom:0;line-height:40px}.search-advanced .advanced-search>form{padding:20px}@media (min-width:601px){.search-advanced .advanced-search input.form-control{border-top-right-radius:0;border-bottom-right-radius:0}.search-advanced .advanced-search .search__bar{width:100%}.search-advanced .advanced-search #search-dummy{width:310px;margin-left:-1px;margin-right:-1px}.search-advanced .advanced-search #search-dummy select{width:100%;border-radius:0}.search-advanced .advanced-search button.btn{border-top-left-radius:0;border-bottom-left-radius:0}}@media (max-width:998px){.search-advanced .advanced-search .form-checkboxes .form-checkboxes-item:not(last-child) label{padding-right:10px}}@media (max-width:1279px) and (min-width:769px){.search-advanced .advanced-search .form-checkboxes .form-checkboxes-item:not(last-child){margin-right:30px;width:calc(33.33% - 30px) !important}}@media (min-width:769px){.search-advanced .advanced-search #search-dummy{width:410px}}@media (min-width:1280px){.search-advanced .advanced-search .form-checkboxes .form-checkboxes-item:not(last-child){width:calc(20% - 30px) !important}}.search-advanced .advanced_filter .form-field-range-slider-content{max-width:300px;width:100%}.search-advanced .advanced_filter .irs--flat .irs-handle{width:4px}.search-advanced .advanced-search .form-actions{text-align:right}.search-advanced .advanced-search .form-actions button.btn{margin:20px;border-radius:5px}.alias-search article .content h1{font-size:21px;font-weight:600;line-height:1.3em;margin-top:0;color:#191919;padding:0 10px 20px;margin-bottom:0}@media (min-width:768px){.alias-search article .content h1{font-size:28px;padding:0 30px 50px}}
body.shopconfig-tto{background:#f2f2f2;display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;color:#586168;padding:10px}body.shopconfig-tto .kontener_glowny{background:#fff;padding:25px;box-shadow:0 0 5px rgba(0,0,0,0.25);width:100%;max-width:725px;text-align:center}body.shopconfig-tto .kontener_glowny div.logo{border-bottom:1px solid #e6e6e6;min-height:135px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:20px}body.shopconfig-tto .kontener_glowny div.logo a.logo{width:100%;display:block}body.shopconfig-tto .kontener_glowny div.logo img{vertical-align:middle;width:100%;max-width:300px}body.shopconfig-tto .kontener_glowny .message{padding:20px;padding-bottom:0;min-height:135px;display:flex;flex-direction:column;justify-content:center;align-items:center}body.shopconfig-tto .kontener_glowny .message h1{font-size:27px;font-weight:600}body.shopconfig-tto .kontener_glowny .message h2{font-size:24px;font-weight:600}body.shopconfig-tto .kontener_glowny .message h2{font-size:20px;font-weight:600}body.shopconfig-tto .kontener_glowny .message p,body.shopconfig-tto .kontener_glowny .message li{font-size:18px}body.shopconfig-tto .kontener_glowny .message p::first-letter,body.shopconfig-tto .kontener_glowny .message li::first-letter{text-transform:capitalize}body.shopconfig-tto .kontener_glowny .message h1,body.shopconfig-tto .kontener_glowny .message h2,body.shopconfig-tto .kontener_glowny .message h3,body.shopconfig-tto .kontener_glowny .message p,body.shopconfig-tto .kontener_glowny .message li{margin:0;margin-bottom:1em}body.shopconfig-tto .kontener_glowny .message h1:last-child,body.shopconfig-tto .kontener_glowny .message h2:last-child,body.shopconfig-tto .kontener_glowny .message h3:last-child,body.shopconfig-tto .kontener_glowny .message p:last-child,body.shopconfig-tto .kontener_glowny .message li:last-child{margin-bottom:auto}body.shopconfig-tto .kontener_glowny .message h1:first-child,body.shopconfig-tto .kontener_glowny .message h2:first-child,body.shopconfig-tto .kontener_glowny .message h3:first-child,body.shopconfig-tto .kontener_glowny .message p:first-child,body.shopconfig-tto .kontener_glowny .message li:first-child{margin-top:auto}body.shopconfig-tto .kontener_glowny .message a{border-bottom:1px solid #60b03d;color:#586168}body.shopconfig-tto .kontener_glowny .message a:hover,body.shopconfig-tto .kontener_glowny .message a:focus{border:none;color:#60b03d}
.sidebar{box-sizing:content-box;flex-shrink:0;width:250px;padding-right:20px;margin-bottom:8px}.sidebar .sidebar-nav{border:1px solid #e6e6e6;margin-bottom:20px;background-color:#fff}.sidebar .sidebar-nav>h2{margin:0;padding:26px 0 10px;font-size:18px;font-weight:bold}.sidebar .sidebar-nav ul{margin:0;padding:0}.sidebar .sidebar-nav ul li{display:block}.sidebar .sidebar-nav ul li.active>a,.sidebar .sidebar-nav ul li.active-trail>a,.sidebar .sidebar-nav ul li.active-trail>a .title{color:#60b03d}.sidebar .sidebar-nav ul.level-1>li:not(:nth-child(1)){border-top:1px solid #e6e6e6}.sidebar .sidebar-nav ul.level-1>li>a,.sidebar .sidebar-nav ul.level-1>li>.menu-header,.sidebar .sidebar-nav ul.level-1>li>.home-navigation-section{font-size:14px;font-weight:700}.sidebar .sidebar-nav ul.level-1>li li{margin-top:7px;font-size:13px;line-height:1.3}.sidebar .sidebar-nav ul.level-1>li li.active>a,.sidebar .sidebar-nav ul.level-1>li li.active-trail>a{color:#60b03d}.sidebar .sidebar-nav ul.level-1>li a:hover{color:#60b03d}.sidebar .sidebar-nav ul ul{padding-left:10px}.sidebar .sidebar-nav ul ul li a{font-size:13px}.sidebar .sidebar-nav ul ul li a:hover{color:#60b03d}.sidebar .sidebar-nav:empty{display:none}@media (max-width:1279px){.sidebar{width:150px}.sidebar .sidebar-nav ul ul{padding-left:0}}@media (max-width:997px){.sidebar{display:none}}.sidebar .product__sidemenu ul.level-1>li.active>a,.sidebar .product__sidemenu ul.level-1>li.active-trail>a,.sidebar .articles__sidemenu ul.level-1>li.active>a,.sidebar .articles__sidemenu ul.level-1>li.active-trail>a{color:#191919}body.product-category-flag .sidebar .sidebar-nav ul.level-1 li.no-active>div{display:block}.sidebar-nav-filters{padding:25px 20px 20px;position:relative}.sidebar-nav-filters .form-body>div{border-top:1px solid #e9e9e9;padding:15px 0}.sidebar-nav-filters__nag{margin:0 0 15px 0}.sidebar-nav-filters .attribute-group{border:none;border-top:1px solid #e9e9e9;position:relative;padding:15px 0}.sidebar-nav-filters .form-checkboxes-item{position:relative}.sidebar-nav-filters .form-checkboxes-item .info-popup{top:0}.sidebar-nav-filters .form-checkboxes-item{position:relative}.sidebar-nav-filters .form-checkboxes-item .info-popup{top:0}.sidebar-nav-filters .filters-menu-reset{position:absolute;top:25px;right:20px;display:block;font-size:15px;line-height:1;text-align:right;color:#be0d0d;cursor:pointer}.sidebar-nav-filters .filters-menu-reset .icon{position:relative;color:#be0d0d;font-size:17px;float:left;margin-right:5px;position:static;transform:translate(0)}.sidebar-nav-filters .filters-menu-reset .icon:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e941"}.sidebar-nav-filters .filters-menu-reset .icon:before{position:static}@media (max-width:997px){.sidebar-nav-filters .filters-menu-reset{top:90px}}.sidebar-nav-filters label{margin:0;padding:0;font-size:13px;font-weight:700}.sidebar-nav-filters .form-checkboxes-item{display:flex;align-items:flex-start;margin-top:4px;margin-bottom:10px}.sidebar-nav-filters .form-checkboxes-item>*{display:inline-block;vertical-align:middle;margin:0;padding:0;width:auto;font-weight:400;text-transform:initial;cursor:pointer}.sidebar-nav-filters .form-checkboxes-item label{line-height:1.3em}.sidebar-nav-filters .form-checkboxes-item>input[type="checkbox"],.sidebar-nav-filters .form-checkboxes-item .icon-checkbox{margin-right:10px;margin-top:1px}.sidebar-nav-filters .form-field-range-wrapper .form-field-range-content{position:relative;display:-ms-flexbox;display:flex;justify-content:space-between;flex-wrap:wrap}.sidebar-nav-filters .form-field-range-wrapper .range-from,.sidebar-nav-filters .form-field-range-wrapper .range-to{width:90px;max-width:40%}.sidebar-nav-filters .form-field-range-wrapper .range-from input,.sidebar-nav-filters .form-field-range-wrapper .range-to input{height:40px;padding-top:0;padding-bottom:0}.sidebar-nav-filters .form-field-range-wrapper .range-from:after{content:' ';float:right;display:block;position:absolute;top:20px;width:14px;height:1px;background:#cbcbcb;left:50%;margin-left:-7px}.sidebar-nav-filters .form-field-range-wrapper .ranges{width:100%;padding:15px}.sidebar-nav-filters .form-field-range-wrapper .ranges .range-item{font-size:14px;line-height:24px}.sidebar-nav-filters .form-field-range-wrapper .ranges .range-item:hover{cursor:pointer;text-decoration:underline}.sidebar-nav-filters .show-more,.sidebar-nav-filters .show-less{cursor:pointer;float:right;text-transform:lowercase;font-size:12px;color:#60b03d}.sidebar-nav-filters .info-popup{position:absolute;right:0;top:16px;background:#60b03d url(../../admin/images/sprites-admin.png) no-repeat -27px -24px;border-radius:50%;background-size:128px;width:16px !important;height:16px}.sidebar-nav-filters .info-popup:hover{background-color:#1888ca}.category-alternative .sidebar-nav-filters{display:none}.filters-menu-close{display:block;width:100%;padding:15px 10px;font-size:15px;line-height:1;text-align:right;background-color:#f5f5f5;margin-bottom:16px}.filters-menu-close .icon{position:relative;color:#000;font-size:17px;float:right;margin-left:10px;position:static;transform:translate(0)}.filters-menu-close .icon:before{font-family:'icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"\e941"}.filters-menu-close .icon:before{position:static}@media (min-width:998px){.filters-menu-close{display:none}}.products-filters:not(:empty){border:1px solid #e6e6e6;padding:10px;background-color:#fff}.product-filter{display:inline-block;border-radius:3px;margin:5px;padding:10px;font-size:12px;background-color:#f2f2f2}.product-filter__content{font-weight:700}.product-filter .icon{font-size:10px;font-weight:700;color:#be0d0d}.sidebar{width:287px;margin-right:8px;border:none;box-sizing:border-box;padding:0;display:none}.sidebar a.active,.sidebar li.active>a,.sidebar li.active>span{color:#60b03d}.sidebar li>span:hover{cursor:default}.sidebar .sidebar-nav ul.level-1>li:not(:nth-child(1)){border:none}@media (min-width:768px){.sidebar{display:block;width:200px}}@media (min-width:998px){.sidebar{display:block;width:287px}}.sidebar .sidebar-nav{border:none;padding:26px 27px 15px;background:#fff;margin-bottom:8px}.sidebar .back-to-category-link{color:#586168;font-size:12px;line-height:1.3em;border-bottom:1px solid #E6E3E3;padding-bottom:15px;width:100%;display:block;margin-bottom:-2px;padding-left:2px}.sidebar .back-to-category-link:hover{color:#60b03d}.sidebar .back-to-category-link:before{content:'navigate_before';font-family:'material';vertical-align:-1px;margin-right:6px;font-size:12px;display:inline-block}.sidebar .level-1 li.active-trail>a,.sidebar .level-1 li.active-trail>span{color:inherit}.sidebar .level-1 li.active-trail>a:hover,.sidebar .level-1 li.active-trail>span:hover{color:#60b03d}.sidebar .level-1 a:hover,.sidebar .level-1 span:hover{color:#60b03d}.sidebar .level-1>li{padding:0;margin:7px 0 7px}.sidebar .level-1>li.active-trail>a,.sidebar .level-1>li.active-trail>span{color:#191919}.sidebar .level-1>li>a,.sidebar .level-1>li>span{text-transform:uppercase;color:#191919;font-size:13px;line-height:1.3em}.sidebar .level-1>li>a:hover,.sidebar .level-1>li>span:hover{color:#60b03d}.sidebar .level-1>li.active>a,.sidebar .level-1>li.active>span{color:#60b03d}.sidebar .level-2{padding-left:8px}.sidebar .level-2>li{margin:12px 0}.sidebar .level-2>li.active-trail>a,.sidebar .level-2>li.active-trail>span{color:#586168}.sidebar .level-2>li.active-trail>a.active,.sidebar .level-2>li.active-trail>span.active{color:#60b03d}.sidebar .level-2>li.active-trail>a:hover,.sidebar .level-2>li.active-trail>span:hover{color:#60b03d}.sidebar .level-2>li.active>a,.sidebar .level-2>li.active>span{color:#60b03d}.sidebar .level-2>li>a,.sidebar .level-2>li>span{font-weight:bold;line-height:1.3em;color:#586168;font-size:13px}.sidebar .level-2>li.expanded .level-3{display:none}.sidebar .level-2>li.expanded>a,.sidebar .level-2>li.expanded>span{position:relative;display:block;width:100%}.sidebar .level-2>li.expanded>a .caret,.sidebar .level-2>li.expanded>span .caret{position:absolute;width:24px;right:-27px;height:18px;z-index:1;cursor:pointer}.sidebar .level-2>li.expanded>a .caret:before,.sidebar .level-2>li.expanded>span .caret:before{content:'keyboard_arrow_down';font-family:'material';color:#586168;top:50%;left:50%;position:absolute;transform:translate(-50%, -50%);font-size:26px;text-indent:-5px}.sidebar .level-2>li.expanded>a .caret.active:before,.sidebar .level-2>li.expanded>span .caret.active:before{content:'keyboard_arrow_up'}.sidebar .level-2>li.expanded>a:hover .caret:before,.sidebar .level-2>li.expanded>span:hover .caret:before,.sidebar .level-2>li.expanded>a:hover .caret:after,.sidebar .level-2>li.expanded>span:hover .caret:after{color:#60b03d}.sidebar .level-3{display:none;padding-left:16px}.sidebar .level-3>li{margin:12px 0}.sidebar .level-3>li>a,.sidebar .level-3>li>span{line-height:1.3em;color:#586168;font-size:13px}.sidebar .level-3>li.active-trail{display:block}.sidebar .level-3>li.active-trail>a,.sidebar .level-3>li.active-trail>span{color:#60b03d;font-weight:bold}.sidebar li.active-trail>.level-3{display:block}.sidebar .recommended--articles{color:#586168;font-size:11px;line-height:1.3em}.sidebar .recommended--articles:after{content:'navigate_next';font-family:'material';vertical-align:1px;margin-left:.3em;font-size:10px}.sidebar .sidebar-nav-filters__nag{text-transform:uppercase;color:#191919;font-size:13px;line-height:1.3em;margin:0}.sidebar .filters-menu-reset{font-size:12px;top:22px}.sidebar .filters-menu-reset .icon{font-size:12px}.sidebar .filters-menu-reset .icon::before{font-size:10px;content:"\e92a";font-family:b2b,sans-serif !important}@media (max-width:998px){.sidebar .filters-menu-reset{top:68px}}.sidebar .sidebar-nav-filters{padding-top:20px;padding-bottom:43px}.sidebar .sidebar-nav-filters .form-body>div,.sidebar .sidebar-nav-filters .form-body>fieldset,.sidebar .sidebar-nav-filters .form-body>div,.sidebar .sidebar-nav-filters .form-body>.form-field-group{border:none;padding:0;margin-top:35px}.sidebar .sidebar-nav-filters .form-body>div.attribute-group,.sidebar .sidebar-nav-filters .form-body>fieldset.attribute-group,.sidebar .sidebar-nav-filters .form-body>div.attribute-group,.sidebar .sidebar-nav-filters .form-body>.form-field-group.attribute-group{position:relative;padding-top:14px}.sidebar .sidebar-nav-filters label{text-transform:none;font-weight:600;font-size:13px;line-height:18px;margin-bottom:8px}.sidebar .sidebar-nav-filters .form-checkboxes-item{margin-bottom:3px}.sidebar .sidebar-nav-filters .form-checkboxes-item label{font-weight:normal;margin-bottom:0}.sidebar .sidebar-nav-filters .form-checkboxes-item input,.sidebar .sidebar-nav-filters .form-checkboxes-item .icon-checkbox{margin-right:11px}.sidebar .sidebar-nav-filters #form-field-apply-filters{margin-top:33px;display:inline-block;width:auto;color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;border:none;text-transform:none;padding-left:34px;padding-right:34px;font-weight:600}.sidebar .sidebar-nav-filters #form-field-apply-filters:hover{background:#569d36}@media (min-width:1440px){.sidebar .sidebar-nav-filters #form-field-apply-filters{font-size:14px}}body.article #sidebar .level-1>li>li,body.product-category #sidebar .level-1>li>li{display:none}body.article #sidebar .level-1>li>li.active-trail,body.product-category #sidebar .level-1>li>li.active-trail{display:block}.form-field-range-slider-content .irs--flat .irs-bar,.form-field-range-slider-content .irs--flat .irs-from,.form-field-range-slider-content .irs--flat .irs-to,.form-field-range-slider-content .irs--flat .irs-single,.form-field-range-slider-content .irs--flat .irs-handle>i:first-child{background-color:#60b03d}.form-field-range-slider-content .irs--flat .irs-from::before,.form-field-range-slider-content .irs--flat .irs-to::before,.form-field-range-slider-content .irs--flat .irs-single::before{border-top-color:#60b03d}#sidebar .level-2>li.expanded>span:hover,#sidebar .level-2>li.expanded>a:hover{cursor:pointer}.products-filters:not(:empty){border-width:1px 0 0 0}.product-filter{padding:5px 15px;padding-right:5px}
.owl-carousel{width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0, 0, 0)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-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{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0 !important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{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;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@media (max-width:600px){.home-tpl #main{margin-top:0}.home-tpl #main #main-wrapper+section{margin-top:0}}.slider{width:100%;border:none;position:relative;min-height:300px}@media (max-width:600px){.slider{display:none}}.slider .slide{position:relative;opacity:1}.slider .slide img{vertical-align:middle}.slider .slide:not(:first-child){height:0;overflow:hidden}.slider.owl-loaded .slide:not(:first-child){height:auto;overflow:visible}.slider .slide__caption{padding:32px;background:#fff;position:absolute;max-height:calc(100% - 30px - 56px);max-width:calc(100% - 30px - 30px);overflow-y:hidden}.slider .slide__caption.hasLink{padding-bottom:60px}.slider .slide.top-left .slide__caption,.slider .slide.left .slide__caption,.slider .slide.bottom-left .slide__caption{left:30px;right:auto}.slider .slide.top-right .slide__caption,.slider .slide.right .slide__caption,.slider .slide.bottom-right .slide__caption{right:30px;left:auto}.slider .slide.top-right .slide__caption,.slider .slide.top .slide__caption,.slider .slide.top-left .slide__caption{top:30px}.slider .slide.bottom-right .slide__caption,.slider .slide.bottom .slide__caption,.slider .slide.bottom-left .slide__caption{top:auto;bottom:56px}.slider .slide.left .slide__caption,.slider .slide.right .slide__caption{top:50%;transform:translate(0, -50%)}.slider .slide.top .slide__caption,.slider .slide.bottom .slide__caption{left:50%;transform:translate(-50%, 0)}.slider .slide.middle .slide__caption{top:50%;left:50%;transform:translate(-50%, -50%)}.slider .slide__title,.slider .slide__description h1,.slider .slide__description h2,.slider .slide__description h3{font-weight:bold;font-size:36px;line-height:1.2em;margin:0 0 21px;color:#191919}@media (min-width:601px) and (max-width:1280px){.slider .slide__title,.slider .slide__description h1,.slider .slide__description h2,.slider .slide__description h3{font-size:24px}}.slider .slide__description{font-size:13px;line-height:19px;flex-shrink:0}.slider .slide__description p,.slider .slide__description ul,.slider .slide__description table,.slider .slide__description ol{margin:0}.slider .slide__description+.slide__link{display:block;padding:15px 30px 30px 30px;background:#fff;position:absolute;left:0;bottom:0;right:0}.slider .slide__description+.slide__link a{color:#60b03d;font-weight:bold;font-size:12px;line-height:14px;display:block}.slider .slide__description+.slide__link a:after{content:'navigate_next';font-family:'material';font-size:14px;display:inline-block;vertical-align:middle;margin-left:5px}.slider .slide__description+.slide__link a:hover{color:#191919}.slider #customNav{position:absolute;left:50%;transform:translate(-50%, 0);bottom:17px;z-index:2}.slider #customNav>*{display:inline-block}.slider #customNav>button{width:22px;height:22px;background:#60b03d;border-radius:50%;box-shadow:0 0 3px 0 rgba(0,0,0,0.3);text-align:center;position:relative;padding:0;vertical-align:middle}.slider #customNav>button span{display:none}.slider #customNav>button:before{font-family:'material';color:#fff;font-size:22px;width:22px;height:22px;line-height:22px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.slider #customNav>button:hover{background:#fff}.slider #customNav>button:hover:before{color:#60b03d}.slider #customNav>button.owl-prev{margin-right:20px}.slider #customNav>button.owl-prev:before{content:'navigate_before';margin:0;text-indent:-1px}.slider #customNav>button.owl-next{margin-left:20px}.slider #customNav>button.owl-next:before{content:'navigate_next';text-indent:1px}.slider #customNav>button.disabled{opacity:0}.slider #customNav .slide__pagination button{padding-left:2px;padding-right:2px}.slider #customNav .slide__pagination button span{border-radius:50%;box-shadow:0 0 3px 0 rgba(0,0,0,0.3);width:6px;height:6px;background:#60b03d;padding:0;margin-left:2px;margin-right:2px;display:block}.slider #customNav .slide__pagination button.active span{background:#fff}.slider #customNav .slide__pagination button:hover span{background:#60b03d}@media (max-width:998px){.slider .slide__caption{width:70%}}@media (max-width:768px){.slider .slide__caption{width:100%;left:30px;right:30px}}@media (min-width:1280px){.slider .slide__caption{width:40%}.slider .slide{max-height:300px}.slider img{object-fit:cover;object-position:50% 50%;width:100%;max-height:300px}.slider .slide__title,.slider .slide__description h1,.slider .slide__description h2,.slider .slide__description h3{font-size:24px;margin:0 0 15px}}.owl-carousel .owl-stage::after{display:none}#slider-main{margin-top:20px}.slider .slide__caption{padding:16px;max-height:calc(100% - 15px - 56px);max-width:calc(100% - 15px - 15px)}.slider .slide__caption.hasLink{padding-bottom:45px}.slider .slide__description+.slide__link{padding:15px 16px 15px 16px}.slider .slide.top-left .slide__caption,.slider .slide.left .slide__caption,.slider .slide.bottom-left .slide__caption{left:15px}.slider .slide.top-right .slide__caption,.slider .slide.right .slide__caption,.slider .slide.bottom-right .slide__caption{right:15px}.slider .slide.top-right .slide__caption,.slider .slide.top .slide__caption,.slider .slide.top-left .slide__caption{top:15px}.slider .slide.bottom-right .slide__caption,.slider .slide.bottom .slide__caption,.slider .slide.bottom-left .slide__caption{top:auto;bottom:56px}
form[name="webform"]{padding:0 30px 30px 30px;text-align:center;max-width:560px;margin:0 auto}@media (min-width:1440px){form[name="webform"]{max-width:800px}}form[name="webform"] label,form[name="webform"] #form-field-action{width:100%;margin:0;text-align:left}form[name="webform"] label#form-field-action,form[name="webform"] #form-field-action#form-field-action{text-align:right;margin-top:15px}form[name="webform"] label{margin-bottom:3px}form[name="webform"] input[type="text"],form[name="webform"] textarea{width:50%}@media (max-width:599px){form[name="webform"] label,form[name="webform"] #form-field-action,form[name="webform"] input[type="text"],form[name="webform"] textarea{width:100%}}form[name="webform"] .webform-body,form[name="webform-overlay"] .webform-body{display:flex;flex-wrap:wrap}form[name="webform"] .webform-body>*,form[name="webform-overlay"] .webform-body>*{width:100%}form[name="webform"] .webform-body #form-field-firstName-wrapper,form[name="webform-overlay"] .webform-body #form-field-firstName-wrapper{width:calc(50% - 10px)}form[name="webform"] .webform-body #form-field-lastName-wrapper,form[name="webform-overlay"] .webform-body #form-field-lastName-wrapper{width:calc(50% - 10px);margin-left:20px}form[name="webform"] input[type="text"],form[name="webform-overlay"] input[type="text"],form[name="webform"] textarea,form[name="webform-overlay"] textarea{width:100%;background-color:#F6F6F6;border-color:#CDCBCB;color:#848484;border-radius:3px;font-size:12px;font-weight:600;padding:13px 20px}form[name="webform"] textarea,form[name="webform-overlay"] textarea{height:160px}form[name="webform"] label,form[name="webform-overlay"] label{width:100%;color:#586168;font-weight:700;font-size:13px}form[name="webform"] .webform-label-required,form[name="webform-overlay"] .webform-label-required{color:red}form[name="webform"] .consents-wrapper label,form[name="webform-overlay"] .consents-wrapper label{margin-top:10px;text-align:left;font-size:13px;font-weight:400}form[name="webform"] .consents-wrapper .form-field-checkbox .webform-label-required,form[name="webform-overlay"] .consents-wrapper .form-field-checkbox .webform-label-required{order:2;margin-left:5px}form[name="webform"] .form-actions,form[name="webform-overlay"] .form-actions{width:100%;margin-top:15px}form[name="webform"] .form-actions input[type="submit"],form[name="webform-overlay"] .form-actions input[type="submit"]{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer}form[name="webform"] .form-actions input[type="submit"]:hover,form[name="webform-overlay"] .form-actions input[type="submit"]:hover{background:#569d36}@media (min-width:1440px){form[name="webform"] .form-actions input[type="submit"],form[name="webform-overlay"] .form-actions input[type="submit"]{font-size:14px}}form[name="webform"] .webform-field-radios,form[name="webform-overlay"] .webform-field-radios{display:flex;margin-top:8px}form[name="webform"] .webform-field-radios div,form[name="webform-overlay"] .webform-field-radios div{display:flex;align-items:center}form[name="webform"] .webform-field-radios div label,form[name="webform-overlay"] .webform-field-radios div label{margin-left:5px;font-weight:600;padding:0}form[name="webform"] .webform-field-radios div+div,form[name="webform-overlay"] .webform-field-radios div+div{margin-left:16px}form[name="webform"] .webform-field-html-wrapper,form[name="webform-overlay"] .webform-field-html-wrapper{margin-top:10px;text-align:left;font-size:13px;color:#cdcbcb}form[name="webform"] .webform-field-html-wrapper a,form[name="webform-overlay"] .webform-field-html-wrapper a{font-weight:700;color:inherit}form[name="webform"] .webform-field-html-wrapper a:hover,form[name="webform-overlay"] .webform-field-html-wrapper a:hover{color:#60b03d}form[name="webform"] .error,form[name="webform-overlay"] .error{text-align:left}form[name="webform"] .consents-wrapper{padding:0;margin-top:15px}form[name="webform"] .webform-field-checkbox{text-align:left;padding-bottom:9px}form[name="webform"] .webform-field-checkbox:after{content:'';clear:both;display:table}form[name="webform"] .webform-field-checkbox label{overflow:hidden;width:auto;margin-top:0;padding-top:0;font-size:12px;line-height:1.33em;margin-bottom:0}form[name="webform"] .webform-field-checkbox .icon-checkbox{float:left;margin-right:12px;margin-top:1px}.history-webform .main-wrapper .main-content{background:none}.history-webform .main-wrapper .main-content>.content{padding:0;width:100%;max-width:none}.history-webform .main-wrapper .main-content .main-header{display:none}
.block__content.tfa__methods{width:100%}.block__content.tfa__methods .tfa__method{padding:20px 0;border-top:1px solid #e7e7e7}.block__content.tfa__methods .tfa__method:first-child{padding-top:0;border-top:none}.block__content.tfa__methods .tfa__method:last-child{padding-bottom:0}.block__content.tfa__methods .tfa__method .overview h3{color:#60b03d;margin:0}.block__content.tfa__methods .tfa__method .overview span.enabled,.block__content.tfa__methods .tfa__method .overview span.forced{color:#fff;font-weight:600;font-size:12px;padding:0 7px;border-radius:4px;background:#60b03d;display:inline-block;line-height:20px;vertical-align:middle;margin-left:7px}.block__content.tfa__methods .tfa__method .overview div{display:block;margin-top:3px}.block__content.tfa__methods .tfa__method .details,.block__content.tfa__methods .tfa__method .actions{margin-top:10px}.block__content.tfa__methods .tfa__method .actions{display:flex;justify-content:flex-end;align-items:center;gap:5px 20px;flex-wrap:wrap}.block__content.tfa__methods .tfa__method .actions input.enable{background:#60b03d;border:none}.block__content.tfa__methods .tfa__method .actions input.enable:hover{background:#569d36}.block__content.tfa__methods .tfa__method .actions input.disable{background:#be0d0d;border:none}.block__content.tfa__methods .tfa__method .actions input.disable:hover{background:#a60b0b}.block__content.tfa__methods .tfa__method .actions input:disabled{background:#586168;pointer-events:none}.tfa__remember{display:flex;align-items:flex-start;position:relative;justify-content:center;width:100%;margin:10px 0}.tfa__remember label{font-size:13px;font-weight:600;color:#586168;order:2;padding:0;text-align:center;line-height:1.3em;width:auto}.tfa__remember .icon-checkbox{position:static;margin-top:0;margin-right:10px}.tfa__remember>*{order:1}.tfa__passcode header{margin-bottom:20px}.tfa__passcode header h2{text-align:center;line-height:1.2em;font-size:16px;margin:0}.tfa__passcode .error{display:block;margin-bottom:20px;text-align:center;color:#be0d0d;font-weight:600}.tfa__passcode h4{text-align:center}.tfa__passcode .tfa__qrcode{text-align:center;margin:20px 0}.tfa__passcode .tfa__qrcode img{vertical-align:middle;width:250px}.tfa__passcode .tfa__passcode-numbers{display:flex;margin-top:20px;gap:0 10px;margin-bottom:20px;justify-content:center}.tfa__passcode .tfa__passcode-numbers input{text-align:center;border-radius:0;border-width:0 0 2px 0;height:46px;width:50px;line-height:44px;padding:0;font-size:18px;flex-shrink:1}.tfa__passcode .tfa__passcode-numbers input:focus{border-color:#60b03d}.tfa__passcode .tfs__passcode-expiration{text-align:center;color:#586168}.tfa__passcode .tfs__passcode-expiration a{color:#586168}.tfa__passcode .tfs__passcode-expiration a:hover{color:#60b03d}.tfa__passcode .tfs__passcode-retry{text-align:center;font-size:13px;font-weight:bold;color:#586168}.tfa__passcode .tfs__passcode-retry a{color:#586168}.tfa__passcode .tfs__passcode-retry a:hover{color:#60b03d}body.customer-tfa,body.user-tfa{min-height:100vh;display:flex;flex-wrap:wrap;padding:40px 15px !important;align-items:center}body.customer-tfa .container-fluid,body.user-tfa .container-fluid{width:580px;margin:0 auto;padding:35px 0 20px 0}body.customer-tfa #main,body.user-tfa #main{background:#fff;padding:30px 20px;display:flex;flex-direction:column;box-shadow:0 0 4px 0 rgba(0,0,0,0.1)}body.customer-tfa .logo,body.user-tfa .logo{text-align:center;border-bottom:1px solid #e6e6e6;padding-bottom:30px}body.customer-tfa .logo img,body.user-tfa .logo img{max-width:300px}body.customer-tfa .header-wrapper,body.user-tfa .header-wrapper{display:none}body.customer-tfa #languageSwitcher,body.user-tfa #languageSwitcher{margin-top:0;margin-bottom:30px}body.customer-tfa .tfa__passcode,body.user-tfa .tfa__passcode{padding:30px}.tfa__passcode-list header{text-align:center}.tfa__passcode-list .tfa__methods{display:block;padding:0;margin:0;list-style:none}.tfa__passcode-list .tfa__method{margin-bottom:20px;text-align:center}.tfa__passcode-list .tfa__method h3{margin:0;color:#60b03d}.tfa__passcode-list .tfa__method p{margin:10px 0 0 0}.tfa__passcode-list .tfa__method a{display:block;border:1px solid #e6e6e6;padding:17px;color:#586168}.tfa__passcode-list .tfa__method a:hover{color:#60b03d}@media (max-width:480px){body.customer-tfa .tfa__passcode,body.user-tfa .tfa__passcode{padding:30px 20px}.tfa__passcode .tfa__passcode-numbers input{width:34px}}@media (min-width:769px){.tfa__passcode header h2{font-size:22px}}@media (min-width:1280px){.block__content.tfa__methods .tfa__method{display:flex;justify-content:space-between;align-items:center}.block__content.tfa__methods .tfa__method .overview,.block__content.tfa__methods .tfa__method .details{width:40%;flex-shrink:0;flex-grow:0;margin-top:0}.block__content.tfa__methods .tfa__method .details{text-align:center}.block__content.tfa__methods .tfa__method .actions{margin-top:0}}
.lazy-block:not(.loaded){background:transparent url('../images/loading.gif') no-repeat center center}img.lazy:not(.loaded){background:url(../images/loading.gif) 50% 50% no-repeat transparent}.slider .slide img.lazy:not(.loaded){width:1240px;height:300px}.populate-category__img.lazy:not(.loaded){width:70px}.promoblock-slide img.lazy:not(.loaded){width:970px;height:250px}.upper-wrapper .promoblock-group img.lazy:not(.loaded){width:248px;height:328px}.promoblock-wrapper .promoblock-group img.lazy:not(.loaded){width:300px;height:250px}.product-category .category__header .header__image img.lazy:not(.loaded){width:260px}.category.category--alternative .category__children img.lazy:not(.loaded){width:120px}.products__list:not(.products__list--list) .product img.lazy:not(.loaded){width:232px;height:232px}.list-categories .category .category__image img.lazy:not(.loaded){width:120px}.articles .list-item__image img.lazy:not(.loaded){max-width:441px;max-height:225px}body #header div.customer.lazy-block:not(.loaded){width:92px;background-size:contain}@media (min-width:600px){body #header div.customer.lazy-block:not(.loaded){width:188px}}@media (min-width:998px){body #header div.customer.lazy-block:not(.loaded){background-size:auto;width:194px}}@media (min-width:1280px){body #header div.customer.lazy-block:not(.loaded){width:223px}}.category--populate img.lazy:not(.loaded),.category__list--full img.lazy:not(.loaded){width:60px}.product__gallery>a.bigimg img:not(.loaded){width:100%;height:100%}.product__gallery #gallery-thumbs .jcarousel ul li a img:not(.loaded){width:100%;height:100%}.box__container--standard .box>a:not(.btn--edit) img:not(.loaded){width:400px;height:224px}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype')}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype')}@font-face{font-family:'Lato';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk.ttf) format('truetype')}@font-face{font-family:'Lato';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVew8.ttf) format('truetype')}body.pdf-offer-print{color:#3c3c3b;font-size:3.2955mm;background:#fff;max-width:186.745mm;margin:0 auto;font-family:'Lato',sans-serif}.pdf-offer-print h1,.pdf-offer-print h2,.pdf-offer-print h3,.pdf-offer-print h4{font-family:'Montserrat',sans-serif}@media (print){.pdf-offer-print{--page-size:A4}}.pdf-offer-print article{overflow:hidden}.pdf-offer-print p,.pdf-offer-print li{line-height:1.4em}.pdf-offer-print *{box-sizing:border-box}.pdf-offer-print img{vertical-align:middle;display:inline-block}.pdf-offer-print .page{background:#fff;margin:0 auto;padding:0;position:relative;padding-bottom:0;page-break-after:always}.pdf-offer-print .pagebreak{page-break-after:always}.pdf-offer-print .page header{padding-top:11.83mm;padding-bottom:3.042mm;border-bottom:.0845mm solid #bec3c6}.pdf-offer-print .page header:after{content:'';display:table;clear:both}.pdf-offer-print .page header .pdf-title{width:50%;float:right;text-align:right;color:#003554;font-weight:bold;text-transform:uppercase;font-size:2.704mm}.pdf-offer-print .page header .pdf-title span{display:block;color:#5eb135;font-weight:normal}.pdf-offer-print .logo{width:auto;height:6.084mm}.pdf-offer-print .page footer{border-top:.0845mm solid #bec3c6;padding-bottom:10.985mm;text-align:center;text-transform:uppercase;color:#a4acb1;font-size:3.1265mm;position:absolute;bottom:0;left:11.9145mm;right:11.9145mm}.pdf-offer-print .page footer span{background:#fff;display:inline-block;padding:0 6.76mm;position:relative;top:-1.9435mm}.pdf-offer-print #page-1 .logo{width:auto;height:9.5485mm}.pdf-offer-print #page-1 header{padding-top:16.6465mm;border-bottom:none}.pdf-offer-print #page-1 footer{padding-bottom:16.6465mm;border-top:0}.pdf-offer-print #page-1 .cover{margin-top:23.2375mm;padding-top:20mm}.pdf-offer-print #page-1 .cover:after,.pdf-offer-print #page-1 .cover-contact p:after,.pdf-offer-print #page-4 .client-data:after,.pdf-offer-print #page-4 .energy-approx:after,.pdf-offer-print #page-5 .dimensions:after{content:'';display:table;clear:both}.pdf-offer-print #page-1 .cover-title{background:#003554 url('http://oem.imstore.localhost/site/sklep/theme/b2b_oem/images/pdf/oem-tile-trans.png') 0 0;background-size:61.009mm auto;width:100%;border-top:1.014mm solid #5eb135;height:141.115mm;position:relative;margin-bottom:2.535mm}.pdf-offer-print #page-1 .cover-title h1{position:absolute;color:#fff;font-size:6.76mm;bottom:8.45mm;left:11.4075mm;margin:0}.pdf-offer-print #page-1 .cover-title h1 span{color:#5eb135;font-weight:300;display:block;margin-top:1.521mm}.pdf-offer-print #page-1 .cover-img{height:39.715mm;width:46.0525mm;float:left}.pdf-offer-print #page-1 .cover-title+.cover-img{width:88.894mm;margin-right:2.535mm}.pdf-offer-print #page-1 .cover-title+.cover-img+.cover-img{margin-right:2.535mm}.pdf-offer-print #page-1 .cover-id,.pdf-offer-print #page-1 .cover-contact{margin-top:10.14mm;float:left;min-width:47%;max-width:50%}.pdf-offer-print #page-1 .cover-contact{float:right}.pdf-offer-print #page-1 .cover-id p,.pdf-offer-print #page-1 .cover-contact p{margin-top:0;line-height:1.3em;margin-bottom:2.535mm;font-size:2.9575mm}.pdf-offer-print #page-1 .cover-id strong,.pdf-offer-print #page-1 .cover-contact strong{display:block;font-size:3.211mm;overflow:hidden;clear:right;font-weight:600}.pdf-offer-print #page-1 .cover-contact label{float:left;text-align:right;width:21.463mm;padding-right:2.535mm}.pdf-offer-print .page .page-title{margin:0;font-size:7.098mm;color:#003554;margin-top:0;padding-bottom:4.6475mm;position:relative;margin-bottom:11.83mm}.pdf-offer-print .page .page-title:after{background:#5eb135;position:absolute;content:'';bottom:0;left:0;width:19.6885mm;height:1.014mm}.pdf-offer-print h2{margin:0;color:#003554;font-size:5.07mm;margin-bottom:6.3375mm}.pdf-offer-print #page-2 article img{height:88.725mm;width:100%;margin-bottom:17.1535mm}.pdf-offer-print #page-2 article p,.pdf-offer-print #page-2 article h2,.pdf-offer-print #page-2 article ul,.pdf-offer-print #page-2 article h3{padding:0 13.0975mm}.pdf-offer-print #page-2 article p{margin:0}.pdf-offer-print #page-2 article ul{margin:0;padding-top:0;padding-bottom:0;list-style:none}.pdf-offer-print #page-2 article ul li{list-style:none;margin-top:2.535mm;padding-left:6.3375mm;position:relative}.pdf-offer-print #page-2 article ul li svg{position:absolute;left:0;top:.169mm;width:4.225mm;height:4.225mm}.pdf-offer-print #page-2 article ul li svg path{fill:#5eb135}.pdf-offer-print #page-3 article p{margin-bottom:4.225mm;margin-top:0}.pdf-offer-print #page-3 article p:last-of-type{margin-bottom:0}.pdf-offer-print #page-3 article img{height:128.271mm;width:100%;margin-top:11.5765mm}.pdf-offer-print table.lined{width:100%;border-collapse:collapse}.pdf-offer-print table.lined tr{border-top:1px solid #bec3c6}.pdf-offer-print table.lined tr:last-child{border-bottom:1px solid #bec3c6}.pdf-offer-print table.lined tr td{padding:2.2815mm}.pdf-offer-print table{page-break-before:avoid}.pdf-offer-print table tr{page-break-inside:avoid}.pdf-offer-print h3{font-size:4.056mm;color:#003554;margin-top:0;margin-bottom:8.45mm;page-break-after:avoid}.pdf-offer-print #page-4 .client-data table,.pdf-offer-print #page-4 .energy-approx table,.pdf-offer-print #page-5 .dimensions table{float:left;width:47%;margin-right:6%}.pdf-offer-print #page-4 .client-data{margin-bottom:19.8575mm}.pdf-offer-print #page-4 .client-data img,.pdf-offer-print #page-4 .energy-approx img{width:47%}.pdf-offer-print #page-4 .client-data table td{padding:1.014mm 0}.pdf-offer-print #page-4 .client-data table td+td{font-weight:600}.pdf-offer-print #page-4 .client-data h3{margin-bottom:5.915mm}.pdf-offer-print .lined.double td{height:8.45mm}.pdf-offer-print .lined.double td:first-child{width:50%}.pdf-offer-print .lined.double td+td{font-weight:600;font-size:3.8025mm;color:#003554;white-space:nowrap}.pdf-offer-print #page-4 .energy-approx td:first-child{width:57%}.pdf-offer-print #page-4 .energy-savings{height:63.375mm;width:47%;float:right;border:1.014mm solid #5eb135;text-align:center;color:#5eb135;font-weight:bold;font-size:4.6475mm}.pdf-offer-print #page-4 .energy-savings strong{font-weight:bold;display:block;font-size:8.8725mm;margin-top:1.69mm}.pdf-offer-print #page-4 .energy-savings img{display:block;width:22.815mm;height:25.6035mm;margin:8.45mm auto 3.38mm auto}.pdf-offer-print #page-5 .dimensions{margin-bottom:14.7875mm}.pdf-offer-print #page-5 .dimensions .page-img{width:47%;margin-top:-4.225mm}.pdf-offer-print #page-5 h3+.row .page-img{max-width:100%;max-height:101.4mm}.pdf-offer-print .angle-direction .planes{float:left;width:47%;margin-right:6%}.pdf-offer-print .angle-direction .page-img{width:47%}.pdf-offer-print .angle-direction>h3{margin-top:21.125mm}.pdf-offer-print .angle-direction table thead th,.pdf-offer-print .angle-direction table thead tr,.pdf-offer-print .angle-direction table thead{border-bottom:none;border-top:none}.pdf-offer-print .angle-direction table thead th{text-align:left;font-size:3.887mm;font-weight:normal;font-family:Montserrat,sans-serif;color:#5eb135;padding-bottom:5.915mm}.pdf-offer-print .angle-direction table+table{margin-top:9.7175mm}.pdf-offer-print #page-7 table thead tr{border-top:none}.pdf-offer-print #page-7 table th{border:none}.pdf-offer-print #page-7 table tbody{position:relative}.pdf-offer-print #page-7 table td{padding-top:1.69mm;padding-bottom:1.69mm}.pdf-offer-print #page-7 table th,.pdf-offer-print #page-7 table td{padding-left:5.915mm;padding-right:5.915mm}.pdf-offer-print #page-7 table th{width:31.265mm;font-weight:normal}.pdf-offer-print #page-7 table td{color:#003554;font-size:3.8025mm;font-weight:600}.pdf-offer-print #page-7 table tbody th{text-align:right}.pdf-offer-print #page-7 table tbody tr.konstrukcja th,.pdf-offer-print #page-7 table tbody tr.konstrukcja td.image{position:relative;border-bottom:1px solid #bec3c6}.pdf-offer-print #page-7 table thead th{padding-bottom:2.535mm;text-align:left}.pdf-offer-print #page-7 table thead th.image,.pdf-offer-print #page-7 table tbody td.image{width:24.9275mm}.pdf-offer-print #page-7 table thead th.name,.pdf-offer-print #page-7 table tbody td.name{width:102.245mm}.pdf-offer-print #page-7 table thead th:first-child{width:31.265mm}.pdf-offer-print #page-7 table thead th.count{width:29.575mm}.pdf-offer-print #page-7 table img{max-height:20.618mm}.pdf-offer-print #page-7 table .image:not(:empty){padding-top:5.915mm;padding-bottom:5.915mm}.pdf-offer-print #page-7 table tbody tr.konstrukcja{border-top:none}.pdf-offer-print #page-7 table tbody tr.konstrukcja.first{border-top:1px solid #bec3c6}.pdf-offer-print #page-7 table tbody tr.konstrukcja.first .name,.pdf-offer-print #page-7 table tbody tr.konstrukcja.first .count{padding-top:8.45mm}.pdf-offer-print #page-7 table tbody tr.konstrukcja.last .name,.pdf-offer-print #page-7 table tbody tr.konstrukcja.last .count{padding-bottom:8.45mm}.pdf-offer-print #page-7 table thead th.count,.pdf-offer-print #page-7 table tbody td.count{text-align:center}.pdf-offer-print article>h3:first-child{margin-top:15.6325mm}.pdf-offer-print #page-8 table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:3.549mm;margin-bottom:13.52mm;page-break-inside:avoid}.pdf-offer-print #page-8 table thead th{font-weight:normal;border-bottom:1px solid #bec3c6;vertical-align:top;text-align:left;padding-bottom:2.1125mm}.pdf-offer-print #page-8 table thead th,.pdf-offer-print #page-8 table tbody td{padding-left:1.521mm;padding-right:1.521mm}.pdf-offer-print #page-8 table tbody td{padding-top:.338mm;padding-bottom:.338mm}.pdf-offer-print #page-8 table tbody td.index{padding-left:4.4785mm}.pdf-offer-print #page-8 table tbody tr:first-child td{padding-top:5.07mm}.pdf-offer-print #page-8 table thead th.index{width:62.9525mm}.pdf-offer-print #page-8 table thead th.zuzycie{width:29.575mm}.pdf-offer-print #page-8 table td.produkcja{color:#5eb135}.pdf-offer-print #page-8 h3.first-of-type{margin-top:0;page-break-before:always}.pdf-offer-print #page-8 .page-img{width:100%;margin-bottom:15.717mm}.pdf-offer-print #page-11 h3{margin-bottom:4.6475mm}.pdf-offer-print #page-11 table{margin-bottom:8.45mm;page-break-inside:avoid}.pdf-offer-print #page-11 table thead tr{border-top:none}.pdf-offer-print #page-11 table th{padding-bottom:2.535mm;font-weight:normal;text-align:left;white-space:nowrap}.pdf-offer-print #page-11 table td{font-size:3.211mm;font-weight:600;height:8.8725mm}.pdf-offer-print #page-11 table td.ilosc,.pdf-offer-print #page-11 table td.brutto,.pdf-offer-print #page-11 table td.netto{text-align:right}.pdf-offer-print #page-11 table td,.pdf-offer-print #page-11 table th{padding:2.2815mm 3.1265mm}.pdf-offer-print #page-11 table th{padding-top:0}.pdf-offer-print #page-11 table th.ilosc{text-align:right}.pdf-offer-print #page-11 table td.kat{white-space:nowrap;width:33.8mm}.pdf-offer-print #page-11 table.summary{color:#003554;font-weight:bold;width:100%;border-collapse:collapse;margin-top:10.985mm;font-family:Montserrat,sans-serif}.pdf-offer-print #page-11 table.summary td:first-child{text-align:right}.pdf-offer-print #page-11 table.summary td{font-size:4.225mm;font-weight:bold}.pdf-offer-print #page-11 table.summary tr.green td{color:#fff;background:#5eb135;padding:3.549mm 3.1265mm}.pdf-offer-print #page-11 table.summary tr.green{background:#5eb135}.pdf-offer-print #page-11 table.summary tr.green td{font-size:4.6475mm}.pdf-offer-print #page-11 table.summary tr.green td:first-child{padding-left:8.45mm}.pdf-offer-print #page-11 table.summary tr.green td+td{white-space:nowrap;font-size:7.1825mm;padding-right:6.76mm}.pdf-offer-print #page-13 table{table-layout:fixed}.pdf-offer-print #page-13 table td{vertical-align:top;padding-bottom:16.9mm}.pdf-offer-print #page-13 table tr:last-child td{padding-bottom:0}.pdf-offer-print #page-13 table img{max-height:39.715mm;max-width:30.8425mm}.pdf-offer-print #page-13 table td p{margin:0}.pdf-offer-print #page-13 table td h4{margin-top:0}.pdf-offer-print #page-13 table .image{width:49.686mm}.pdf-offer-print #page-14 article{color:#62676b;font-size:2.535mm}.pdf-offer-print #page-14 .desc p{margin-bottom:1.69mm;margin-top:0}.pdf-offer-print #page-14 .label{font-family:'Montserrat',sans-serif;margin-top:0;font-weight:bold;margin-bottom:1.69mm}
#cboxWrapper #cboxPrevious,#cboxWrapper #cboxNext{width:30px;height:30px;color:#fff;bottom:24px;margin-bottom:-15px;line-height:30px;text-align:center}#cboxWrapper #cboxPrevious:before,#cboxWrapper #cboxNext:before{font-family:'material';display:inline-block;text-indent:0;left:50%;top:50%;width:16px;height:16px;line-height:15px;transform:translate(-50%, -50%);background:#CDCBCB;border-radius:50%;text-align:center;position:absolute;font-size:18px}#cboxWrapper #cboxPrevious:hover:before,#cboxWrapper #cboxNext:hover:before{background:#60b03d}#cboxWrapper #cboxPrevious{right:113px}#cboxWrapper #cboxPrevious:before{content:'navigate_before'}#cboxWrapper #cboxNext:before{content:'navigate_next'}a.tabledrag-handle .handle{margin:0 .5em}.home-tpl .main.main--white{background:none}a.btn:hover{color:#fff}body.company.company-user.alias-company-user #overlay .overlay-content input.form-field-submit,body.company #content header #submenu a.btn{line-height:38px;border-radius:3px;height:40px;padding-top:0;padding-bottom:0}body.company input[type="submit"],body.company #content header #submenu a.btn{border:none;line-height:40px}body.company #multipleForm-field-send{color:#fff;font-weight:bold;background:#60b03d;border-radius:3px;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;border:none}body.company #multipleForm-field-send:hover{background:#569d36}@media (min-width:1440px){body.company #multipleForm-field-send{font-size:14px}}body.company #form-field-submit-wrapper,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) .form-field-button #form-field-submit-wrapper{line-height:40px;padding-top:0;padding-bottom:0;border-radius:3px}body.company #form-field-submit-wrapper input,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) .form-field-button #form-field-submit-wrapper input{vertical-align:top;height:38px;border-radius:3px;border:none;line-height:40px;padding-top:0;padding-bottom:0}body.company.company-limit #content .edit-form-tpl.edit-form #form-body>* select{height:40px}body.company.company-logo #form-field-actions{padding:16px}form.storm-form input[type="text"],form.storm-form input[type="password"],form.storm-form select{height:40px;padding:0 10px;line-height:38px;border-radius:3px}body.company #overlay .overlay-content .form-field-button #form-field-submit-wrapper input{height:40px;line-height:38px;vertical-align:top}body.company #content header #submenu a.btn[href="/company/structure"]::before{font-family:'material';content:'navigate_before';color:#586168;transform-origin:center;transform:translate(-50%, -50%)}body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content fieldset #form-field-manage-wrapper a,body.company:not(.alias-company-structure):not(.alias-company-structure-):not(.alias-company-structure-index) #content .form-field-group #form-field-manage-wrapper a{border-radius:3px;height:40px;line-height:40px;padding-top:0;padding-bottom:0;border:none}body.company .company-new-controls #add-branch,body.company .company-new-controls #add-mpk{border-top-right-radius:0;border-bottom-right-radius:0;height:38px;line-height:38px}body.customer-profile #content .content .data_wrap .profile .personal_data>:last-child button:first-child,body.customer #main button:first-child{padding:0 60px 0 25px}body.customer-profile #content .content .data_wrap .profile .personal_data>:last-child button,body.customer #main button{line-height:38px;border-radius:3px;height:40px;padding-top:0;padding-bottom:0}body.company-invoice #content header>h1::before,body.layout-tpl.customer-orders #content header h1::before,a.print-list::before,body.shopraport-company #content header h1::before{color:#60b03d}ul.filters .dropdown-menu a:hover{background-color:#60b03d}.table td .pdf a{margin-left:.3em;color:#60b03d}.shopraport-company select,.shopraport-company input[type="text"],.shopraport-company [type="password"],.shopraport-company input[type="submit"],.shopraport-company input[type="number"],.shopraport-company input[type="email"],.shopraport-company #form-field-actions input[type="submit"],.shopraport-company a.btn{line-height:40px;height:40px;padding-top:0;padding-bottom:0;border-radius:3px}.shopraport-company #form-field-actions input[type="submit"],.shopraport-company a.btn,.shopraport-company input[type="submit"]{border:none}.shopraport-company input[type="button"]{color:#fff;font-weight:bold;background:#60b03d;line-height:40px;position:relative;padding:0 25px;font-size:13px;cursor:pointer;border-radius:3px;border:none}.shopraport-company input[type="button"]:hover{background:#569d36}@media (min-width:1440px){.shopraport-company input[type="button"]{font-size:14px}}body.company.company-limit #content .edit-form-tpl.edit-form #form-body #form-field-status-wrapper .form-field-switcher>*{cursor:pointer}body.company.company-user.alias-company-user #content>.content>#form #form-field-search-wrapper::before{content:'\e900'}label{text-transform:none}.popup-open{overflow:hidden}.popup-wrapper{position:fixed;top:0;left:0;z-index:999999999;width:100%;height:100%;background:#00000066;display:none;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center}.popup-wrapper.show{display:flex}.popup-wrapper .popup-object{background:#fff;position:relative;padding:36px 0 0 24px;max-height:100vh;max-width:100vw}.popup-wrapper .popup-object::after{content:'';position:absolute;bottom:0;left:0;height:24px;width:100%;background:#fff;background:-moz-linear-gradient(0deg, #fff 0%, rgba(255,255,255,0.84637605) 50%, rgba(255,255,255,0) 100%);background:-webkit-linear-gradient(0deg, #fff 0%, rgba(255,255,255,0.84637605) 50%, rgba(255,255,255,0) 100%);background:linear-gradient(0deg, #fff 0%, rgba(255,255,255,0.84637605) 50%, rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1)}.popup-wrapper .popup-object .popup-content{width:100%;height:100%;overflow:auto;padding:0 24px 24px 0;position:relative}.popup-wrapper .popup-object .popup-content>p:first-child{margin-top:0}.popup-wrapper .popup-object .popup-content img{max-width:100%;height:inherit !important}.popup-wrapper .popup-object .close-popup{position:absolute;top:0;right:0;width:36px;height:36px;background-color:white;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center}.popup-wrapper .popup-object .close-popup:hover::before{color:#60b03d}.popup-wrapper .popup-object .close-popup::before{font-family:'material';content:'close';color:#586168;font-size:36px;transform-origin:center}body.configurator-view #main,body.configurator-copy #main,body.configurator-check #main{padding-bottom:0}body.configurator-view #main>.container-fluid,body.configurator-copy #main>.container-fluid,body.configurator-check #main>.container-fluid{max-width:initial}body.configurator-view #main>.container-fluid>.main-wrapper,body.configurator-copy #main>.container-fluid>.main-wrapper,body.configurator-check #main>.container-fluid>.main-wrapper{max-width:initial;margin-top:0}body.configurator-view #main>.container-fluid>.main-wrapper .main-header,body.configurator-copy #main>.container-fluid>.main-wrapper .main-header,body.configurator-check #main>.container-fluid>.main-wrapper .main-header{display:none}body.configurator-view #main>.container-fluid>.main-wrapper #content,body.configurator-copy #main>.container-fluid>.main-wrapper #content,body.configurator-check #main>.container-fluid>.main-wrapper #content{margin-bottom:0}body.configurator-view #main>.container-fluid>.main-wrapper #content>.content,body.configurator-copy #main>.container-fluid>.main-wrapper #content>.content,body.configurator-check #main>.container-fluid>.main-wrapper #content>.content{max-width:initial;padding-left:0;padding-right:0;padding-bottom:0}@media (min-width:1024px){body.configurator-view #main>.container-fluid>.main-wrapper #content>.content,body.configurator-copy #main>.container-fluid>.main-wrapper #content>.content,body.configurator-check #main>.container-fluid>.main-wrapper #content>.content{min-height:900px}}body.configurator-view #main>.container-fluid>.main-wrapper #content>.content .mobile-warning,body.configurator-copy #main>.container-fluid>.main-wrapper #content>.content .mobile-warning,body.configurator-check #main>.container-fluid>.main-wrapper #content>.content .mobile-warning{display:none;flex-direction:column;flex-wrap:nowrap;align-items:center;width:100%;padding:32px;background:#003554}body.configurator-view #main>.container-fluid>.main-wrapper #content>.content .mobile-warning .mobile-warning-message,body.configurator-copy #main>.container-fluid>.main-wrapper #content>.content .mobile-warning .mobile-warning-message,body.configurator-check #main>.container-fluid>.main-wrapper #content>.content .mobile-warning .mobile-warning-message{color:#fff}@media (max-width:1023px){body.configurator-view #main>.container-fluid>.main-wrapper #content>.content .mobile-warning,body.configurator-copy #main>.container-fluid>.main-wrapper #content>.content .mobile-warning,body.configurator-check #main>.container-fluid>.main-wrapper #content>.content .mobile-warning{display:flex}}body.configurator-view #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper,body.configurator-copy #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper,body.configurator-check #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;position:absolute;top:50%;left:50%;margin:-45px 0 0 -45px}body.configurator-view #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader-label,body.configurator-copy #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader-label,body.configurator-check #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader-label{font-size:14px;font-weight:600;margin:6px 0 0 0;color:#60b03d}body.configurator-view #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader,body.configurator-copy #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader,body.configurator-check #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader,body.configurator-view #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader:after,body.configurator-copy #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader:after,body.configurator-check #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader:after{border-radius:50%;width:90px;height:90px}@media (max-width:1023px){body.configurator-view #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader,body.configurator-copy #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader,body.configurator-check #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader,body.configurator-view #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader:after,body.configurator-copy #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader:after,body.configurator-check #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader:after{display:none}}body.configurator-view #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader,body.configurator-copy #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader,body.configurator-check #main>.container-fluid>.main-wrapper #content>.content .loader-wrapper .loader{font-size:10px;text-indent:-9999em;border-top:5px solid rgba(96,176,61,0.2);border-right:5px solid rgba(96,176,61,0.2);border-bottom:5px solid rgba(96,176,61,0.2);border-left:5px solid #60b03d;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media (max-width:1023px){body.configurator-view #main>.container-fluid>.main-wrapper #content>.content app-root,body.configurator-copy #main>.container-fluid>.main-wrapper #content>.content app-root,body.configurator-check #main>.container-fluid>.main-wrapper #content>.content app-root{display:none}}body.configurator-view #footer,body.configurator-copy #footer,body.configurator-check #footer{margin-top:0}#cboxWrapper #cboxPrevious::before{text-indent:-1px}#cboxWrapper #cboxPrevious::before,#cboxWrapper #cboxNext::before{background:#586168}
body.critical-mode .main,body.critical-mode #newsletter,body.critical-mode .footer,body.critical-mode .footer__under{visibility:visible !important}