

/* Start:/bitrix/templates/main/css/tabModule.css?17588067091455*/
.unselectable, .tab .tab-legend >li{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.tab{width:100%;margin:20px 0;padding:0 10px;overflow:hidden}
.tab >.tab-legend, .tab >.tab-content, .tab-legend >li, .tab-content >li{margin:0;padding:0;list-style:none}
.tab .tab-legend{font-family:Helvetica,Arial,sans-serif;overflow:hidden}
.tab .tab-legend >li{padding:15px 15px;color:#999;font-size:16px;text-transform:uppercase;float:left;cursor:pointer}
.tab .tab-legend >li{background-color:#dedede}
.tab .tab-legend .active{padding:13px 15px 15px 15px;background-color:#FFF;color:#dc5147} 
.tab .tab-content{width:100%;min-height:350px;position:relative;overflow:hidden}
.tab .tab-content >li{position:relative;overflow:hidden}
.tab-horiz .tab-legend{width:100%}
.tab-horiz .tab-legend >li{border-top:solid 1px #CCC;border-right:solid 1px #CCC;border-bottom:solid 1px #CCC}
.tab.tab-horiz .tab-legend .active{border-top:solid 4px #dc5147;border-bottom:0}
.tab-horiz .tab-legend >li:first-child{border-left:solid 1px #CCC}
.tab-horiz .tab-content{width:100%}
.tab-vert .tab-legend{width:20%;float:left}
.tab.tab-vert .tab-legend .active{border-left:solid 3px #dc5147}
.tab-vert .tab-legend >li{width:100%;border-top:solid 1px #CCC;border-right:solid 1px #CCC}
.tab-vert .tab-legend >li.active{border-right:0}
.tab-vert .tab-content{width:80%;display:block;float:left}
.tab-vert .tab-content >li{min-height:100%;display:block}
/* End */


/* Start:/bitrix/templates/main/css/jquery.formstyler.css?17090414971857*/
.jq-checkbox, .jq-radio{position:relative; display:inline-block; overflow:hidden; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}
.jq-checkbox input, .jq-radio input{position:absolute; z-index:-1; margin:0; padding:0; opacity:0}
.jq-file{position:relative; display:inline-block; overflow:hidden}
.jq-file input{position:absolute; top:0; right:0; height:auto; margin:0; padding:0; opacity:0; font-size:100px; line-height:1em}
.jq-file__name{overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.jq-selectbox, .jq-select-multiple{position:relative; display:inline-block}
.jq-selectbox select, .jq-select-multiple select{position:absolute; top:0; left:0; width:100%; height:100%; margin:0; padding:0; opacity:0}
.jq-selectbox li, .jq-select-multiple li{-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; white-space:nowrap}
.jq-selectbox{z-index:10}
.jq-selectbox__select{position:relative}
.jq-selectbox__select-text{overflow:hidden; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; white-space:nowrap; text-overflow:ellipsis}
.jq-selectbox__dropdown{position:absolute}
.jq-selectbox__search input{-webkit-appearance:textfield}
.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance:none}
.jq-selectbox__dropdown ul{position:relative; overflow:auto; overflow-x:hidden; list-style:none; -webkit-overflow-scrolling:touch}
.jq-select-multiple ul{position:relative; overflow-x:hidden; -webkit-overflow-scrolling:touch}
.jq-number{display:inline-block}
.jq-number__field input{-moz-appearance:textfield; text-align:left}
.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button{margin:0; -webkit-appearance:none}

/* End */


/* Start:/bitrix/templates/main/css/jquery.formstyler.theme.css?17588792069693*/
.jq-checkbox, .jq-radio{vertical-align:-4px;width:16px;height:16px;margin:0 4px 0 0;border:1px solid #C3C3C3;background:linear-gradient(#FFF,#E6E6E6);box-shadow:0 1px 1px rgba(0,0,0,.05),inset -1px -1px #FFF,inset 1px -1px #FFF;cursor:pointer}
.jq-checkbox.focused, .jq-radio.focused{border:1px solid #08C}
.jq-checkbox.disabled, .jq-radio.disabled{opacity:.55}
.jq-checkbox{border-radius:3px}
.jq-checkbox.checked .jq-checkbox__div{width:8px;height:4px;margin:3px 0 0 3px;border-bottom:2px solid #666;border-left:2px solid #666;-webkit-transform:rotate(-50deg);transform:rotate(-50deg)}
.jq-radio{border-radius:50%}
.jq-radio.checked .jq-radio__div{width:10px;height:10px;margin:3px 0 0 3px;border-radius:50%;background:#777;box-shadow:inset 1px 1px 1px rgba(0,0,0,.7)}
.jq-file{width:270px;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1)}
.jq-file input{cursor:pointer}
.jq-file__name{box-sizing:border-box;width:100%;height:34px;padding:0 80px 0 10px;border:1px solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;background:#FFF;box-shadow:inset 1px 1px #F1F1F1;font:14px/32px Arial,sans-serif;color:#333}
.jq-file__browse{position:absolute;top:1px;right:1px;padding:0 10px;border-left:1px solid #CCC;border-radius:0 4px 4px 0;background:linear-gradient(#FFF,#E6E6E6);box-shadow:inset 1px -1px #F1F1F1,inset -1px 0 #F1F1F1,0 1px 2px rgba(0,0,0,.1);font:14px/32px Arial,sans-serif;color:#333;text-shadow:1px 1px #FFF}
.jq-file:hover .jq-file__browse{background:linear-gradient(#F6F6F6,#E6E6E6)}
.jq-file:active .jq-file__browse{background:#F5F5F5;box-shadow:inset 1px 1px 3px #DDD}
.jq-file.focused .jq-file__name{border:1px solid #5794BF}
.jq-file.disabled, .jq-file.disabled .jq-file__name, .jq-file.disabled .jq-file__browse{border-color:#CCC;background:#F5F5F5;box-shadow:none;color:#888}
.jq-number{position:relative;vertical-align:middle;padding:0 36px 0 0}
.jq-number__field{width:100px;border:1px solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;box-shadow:inset 1px 1px #F1F1F1,0 1px 2px rgba(0,0,0,.1)}
.jq-number__field:hover{border-color:#B3B3B3}
.jq-number__field input{box-sizing:border-box;width:100%;padding:8px 9px;border:none;outline:none;background:none;font:14px Arial,sans-serif;color:#333}
.jq-number__spin{position:absolute;top:0;right:0;width:32px;height:14px;border:1px solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;background:linear-gradient(#FFF,#E6E6E6);box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:inset 1px -1px #F1F1F1,inset -1px 0 #F1F1F1,0 1px 2px rgba(0,0,0,.1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-shadow:1px 1px #FFF;cursor:pointer}
.jq-number__spin.minus{top:auto;bottom:0}
.jq-number__spin:hover{background:linear-gradient(#F6F6F6,#E6E6E6)}
.jq-number__spin:active{background:#F5F5F5;box-shadow:inset 1px 1px 3px #DDD}
.jq-number__spin:after{content:'';position:absolute;top:4px;left:11px;width:0;height:0;border-right:5px solid transparent;border-bottom:5px solid #999;border-left:5px solid transparent}
.jq-number__spin.minus:after{top:5px;border-top:5px solid #999;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}
.jq-number__spin.minus:hover:after{border-top-color:#000}
.jq-number__spin.plus:hover:after{border-bottom-color:#000}
.jq-number.focused .jq-number__field{border:1px solid #5794BF}
.jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin{border-color:#CCC;background:#F5F5F5;box-shadow:none;color:#888}
.jq-number.disabled .jq-number__spin:after{border-bottom-color:#AAA}
.jq-number.disabled .jq-number__spin.minus:after{border-top-color:#AAA}
.jq-selectbox{vertical-align:middle;cursor:pointer}
.jq-selectbox__select{height:32px;padding:0 45px 0 10px;border:1px solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;background:linear-gradient(#FFF,#E6E6E6);box-shadow:inset 1px -1px #F1F1F1,inset -1px 0 #F1F1F1,0 1px 2px rgba(0,0,0,.1);font:14px/32px Arial,sans-serif;color:#333;text-shadow:1px 1px #FFF}
.jq-selectbox__select:hover{background:linear-gradient(#F6F6F6,#E6E6E6)}
.jq-selectbox__select:active{background:#F5F5F5;box-shadow:inset 1px 1px 3px #DDD}
.jq-selectbox.focused .jq-selectbox__select{border:1px solid #5794BF}
.jq-selectbox.disabled .jq-selectbox__select{border-color:#CCC;background:#F5F5F5;box-shadow:none;color:#888}
.jq-selectbox__select-text{display:block;width:100%}
.jq-selectbox .placeholder{color:#888}
.jq-selectbox__trigger{position:absolute;top:0;right:0;width:34px;height:100%;border-left:1px solid #CCC}
.jq-selectbox__trigger-arrow{position:absolute;top:14px;right:12px;width:0;height:0;border-top:5px solid #999;border-right:5px solid transparent;border-left:5px solid transparent}
.jq-selectbox:hover .jq-selectbox__trigger-arrow{border-top-color:#000}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow{border-top-color:#AAA}
.jq-selectbox__dropdown{box-sizing:border-box;width:100%;margin:2px 0 0;padding:0;border:1px solid #CCC;border-radius:4px;background:#FFF;box-shadow:0 2px 10px rgba(0,0,0,.2);font:14px/18px Arial,sans-serif}
.jq-selectbox__search{margin:5px}
.jq-selectbox__search input{	box-sizing: border-box;	width: 100%;	margin: 0;	padding: 5px 27px 6px 8px;	border: 1px solid #CCC;	border-radius: 3px;	outline: none;	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;	box-shadow: inset 1px 1px #F1F1F1;color: #333}
.jq-selectbox__not-found{margin:5px;padding:5px 8px 6px;background:#F0F0F0;font-size:13px}
.jq-selectbox ul{margin:0;padding:0}
.jq-selectbox li{min-height:18px;padding:5px 10px 6px;color:#231F20}
.jq-selectbox li.selected{background-color:#A3ABB1;color:#FFF}
.jq-selectbox li:hover{background-color:#08C;color:#FFF}
.jq-selectbox li.disabled{color:#AAA}
.jq-selectbox li.disabled:hover{background:none}
.jq-selectbox li.optgroup{font-weight:bold}
.jq-selectbox li.optgroup:hover{background:none;color:#231F20;cursor:default}
.jq-selectbox li.option{padding-left:25px}
.jq-select-multiple{box-sizing:border-box;padding:1px;border:1px solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;background:#FFF;box-shadow:inset 1px 1px #F1F1F1,0 1px 2px rgba(0,0,0,.1);font:14px/18px Arial,sans-serif;color:#333;cursor:default}
.jq-select-multiple.focused{border:1px solid #5794BF}
.jq-select-multiple.disabled{border-color:#CCC;background:#F5F5F5;box-shadow:none;color:#888}
.jq-select-multiple ul{margin:0;padding:0}
.jq-select-multiple li{padding:3px 9px 4px;list-style:none}
.jq-select-multiple li:first-child{border-radius:3px 3px 0 0}
.jq-select-multiple li:last-child{border-radius:0 0 3px 3px}
.jq-select-multiple li.selected{background:#08C;color:#FFF}
.jq-select-multiple li.disabled{color:#AAA}
.jq-select-multiple li.optgroup{font-weight:bold}
.jq-select-multiple li.option{padding-left:25px}
.jq-select-multiple.disabled li.selected, 
.jq-select-multiple li.selected.disabled{background:#CCC;color:#FFF}
input[type='email'].styler, input[type='password'].styler, input[type='search'].styler, input[type='tel'].styler, input[type='text'].styler, input[type='url'].styler, textarea.styler{padding:8px 9px;border:1px solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;box-shadow:inset 1px 1px #F1F1F1,0 1px 2px rgba(0,0,0,.1);font:14px Arial,sans-serif;color:#333}
input[type='search'].styler{-webkit-appearance:none;-moz-appearance:none;appearance:none}
textarea.styler{overflow:auto}
input[type='email'].styler:hover, input[type='password'].styler:hover, input[type='search'].styler:hover, input[type='tel'].styler:hover, input[type='text'].styler:hover, input[type='url'].styler:hover, textarea.styler:hover{border-color:#B3B3B3}
input[type='email'].styler:hover:focus, input[type='password'].styler:hover:focus, input[type='search'].styler:hover:focus, input[type='tel'].styler:hover:focus, input[type='text'].styler:hover:focus, input[type='url'].styler:hover:focus, textarea.styler:hover:focus{border-color:#CCC;border-top-color:#B3B3B3;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}
button.styler, input[type='button'].styler, input[type='submit'].styler, input[type='reset'].styler{overflow:visible;padding:8px 11px;border:1px solid #CCC;border-bottom-color:#B3B3B3;border-radius:4px;outline:none;background:linear-gradient(#FFF,#E6E6E6);box-shadow:inset 1px -1px #F1F1F1,inset -1px 0 #F1F1F1,0 1px 2px rgba(0,0,0,.1);font:14px Arial,sans-serif;color:#333;text-shadow:1px 1px #FFF;cursor:pointer}
button.styler.styler::-moz-focus-inner, input[type='button'].styler.styler::-moz-focus-inner, input[type='submit'].styler.styler::-moz-focus-inner, input[type='reset'].styler.styler::-moz-focus-inner{padding:0;border:0}
button.styler:not([disabled]):hover, input[type='button'].styler:not([disabled]):hover, input[type='submit'].styler:not([disabled]):hover, input[type='reset'].styler:not([disabled]):hover, input[type='reset'].styler:hover{background:linear-gradient(#F6F6F6,#E6E6E6)}
button.styler:active, input[type='button'].styler:active, input[type='submit'].styler:active, input[type='reset'].styler:active{background:#F5F5F5;box-shadow:inset 1px 1px 3px #DDD}
button.styler[disabled], input[type='button'].styler[disabled], input[type='submit'].styler[disabled]{border-color:#CCC;background:#F5F5F5;box-shadow:none;color:#888}

/* End */


/* Start:/bitrix/templates/main/css/jquery.arcticmodal-0.3.css?1709041497652*/
.arcticmodal-overlay,.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(/bitrix/templates/main/css/loading.gif) no-repeat 50% 50%; }
/* End */


/* Start:/bitrix/templates/main/css/simple.css?175880401477*/
.box-modal{width:500px;border-radius:6px}
.box-modal_close:hover{color: #666}
/* End */


/* Start:/bitrix/templates/main/css/jquery.fancybox.min.css?170904149712795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/main/css/slick.css?17587998541391*/
.slick-slider{position:relative;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;width:100% !important;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer; cursor:hand}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before, .slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{ visibility:hidden}
.slick-slide{float:left;height:100%;min-height:1px}
.machines.slick-slide{min-height:416px}
[dir='rtl'] .slick-slide{ float:right}
#.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{ pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
/* End */


/* Start:/bitrix/templates/main/css/slick-theme.css?17586179904124*/
@charset 'UTF-8';
.slick-loading .slick-list{background:#fff url('/bitrix/templates/main/css/./ajax-loader.gif') center center no-repeat}
@font-face{font-family:'slick'; font-weight:normal; font-style:normal; src:url('/bitrix/templates/main/css/./fonts/slick.eot'); src:url('/bitrix/templates/main/css/./fonts/slick.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/main/css/./fonts/slick.woff') format('woff'),url('/bitrix/templates/main/css/./fonts/slick.ttf') format('truetype'),url('/bitrix/templates/main/css/./fonts/slick.svg#slick') format('svg')}
.slick-prev, .slick-next{font-size:0; line-height:0; position:absolute; top:50%; display:block; width:20px; height:20px; padding:0; -webkit-transform:translate(0,-50%); -ms-transform:translate(0,-50%); transform:translate(0,-50%); cursor:pointer; color:transparent; border:none; outline:none; background:transparent}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{color:transparent; outline:none; background:transparent}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{opacity:1}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{opacity:.25}
.slick-prev:before, .slick-next:before{font-family:'slick'; font-size:20px; line-height:1; opacity:.75; color:white; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale}
.slick-prev{left:-25px}
[dir='rtl'] .slick-prev{right:-25px; left:auto}

#slick-prev:before{width:63px; height:139px; display:block; content:''; background-size: 20px 35px; background:#E6E6E6 url('/bitrix/templates/main/css/../img/left-arrow-angle.svg') no-repeat center center !important}
.slick-prev:before{width:63px; height:139px; display:block; content:''; fill: #FCFCFC; background-image: url('/bitrix/templates/main/css/../img/left-arrow-angle.svg'); background-repeat: no-repeat; background-position: center center; background-size: 20px 35px;}
[dir='rtl'] .slick-prev:before{content:''}
.slick-next{right:-25px}
[dir='rtl'] .slick-next{right:auto; left:-25px}

#slick-next:before{width:63px; height:139px; display:block; content:''; background-size: 20px 35px; background:#E6E6E6 url('/bitrix/templates/main/css/../img/right-arrow-angle.svg') no-repeat center center !important}
.slick-next:before{width:63px; height:139px; display:block; content:''; fill: #FCFCFC; background-image: url('/bitrix/templates/main/css/../img/right-arrow-angle.svg'); background-repeat: no-repeat; background-position: center center; background-size: 20px 35px;}
[dir='rtl'] .slick-next:before{ content:''}
.slick-dotted.slick-slider{ margin-bottom:15px}
.slick-dots{ position:absolute;  bottom:-25px;  display:block;  width:100%;  padding:0;  margin:0;  list-style:none;  text-align:center}
.slick-dots li{ position:relative;  display:inline-block;  width:20px;  height:20px;  margin:0 5px;  padding:0;  cursor:pointer}
.slick-dots li button{ font-size:0;  line-height:0;  display:block;  width:20px;  height:20px;  padding:5px;  cursor:pointer;  color:transparent;  border:0;  outline:none;  background:transparent}
.slick-dots li button:hover, .slick-dots li button:focus{ outline:none}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{ opacity:1}
.slick-dots li button:before{ font-family:'slick';  font-size:6px;  line-height:20px;  position:absolute;  top:0;  left:0;  width:20px;  height:20px;  content:'вЂў';  text-align:center;  opacity:.25;  color:black;  -webkit-font-smoothing:antialiased;  -moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{ opacity:.75;  color:black}
.slick-dots{ bottom:0px;  padding-bottom:1px;  width:166px;  height:0;  border-bottom:35px solid white;  border-left:10px solid transparent;  border-right:10px solid transparent;  left:50%;  transform:translate(-50%,0)}
.slick-dots li.slick-active button:before{ background:#bd0d0d;  border:1px solid white}
.slick-dots li button:before{ margin-top:5px}
.slick-dots li button:before{ width:13px;  height:13px;  content:'';  opacity:1;  border:1px solid #bd0d0d;  background:white;  border-radius:50%}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/multilevel_top/style.css?17588043462178*/
#horizontal-multilevel-menu li a.root-item-selected{padding-bottom:7px; border-bottom:2px solid #b90000}
#horizontal-multilevel-menu a.denied{background:url(/bitrix/templates/main/components/bitrix/menu/multilevel_top/images/lock.gif) center right no-repeat}
#horizontal-multilevel-menu li:hover a{padding-bottom:7px; border-bottom:2px solid #b90000}
#horizontal-multilevel-menu li:hover ul li a{ padding-bottom:0px;  border-bottom:none;  margin-right:0;  padding:10px;  width:100%}
#horizontal-multilevel-menu li.item-selected{background:#D6D6D6; color:#fff}
#horizontal-multilevel-menu li:hover li:hover a, 
#horizontal-multilevel-menu li.jshover li.jshover a, 
#horizontal-multilevel-menu li:hover li:hover li:hover a, 
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a, 
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a, 
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a, 
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a, 
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4F4F4F}
#horizontal-multilevel-menu li:hover ul ul, 
#horizontal-multilevel-menu li.jshover ul ul, 
#horizontal-multilevel-menu li:hover ul ul ul, 
#horizontal-multilevel-menu li.jshover ul ul ul, 
#horizontal-multilevel-menu li:hover ul ul ul ul, 
#horizontal-multilevel-menu li.jshover ul ul ul ul, 
#horizontal-multilevel-menu li:hover ul ul ul ul ul, 
#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}
#horizontal-multilevel-menu li:hover ul, 
#horizontal-multilevel-menu li.jshover ul, 
#horizontal-multilevel-menu li li:hover ul, 
#horizontal-multilevel-menu li li.jshover ul, 
#horizontal-multilevel-menu li li li:hover ul, 
#horizontal-multilevel-menu li li li.jshover ul, 
#horizontal-multilevel-menu li li li li:hover ul, 
#horizontal-multilevel-menu li li li li.jshover ul, 
#horizontal-multilevel-menu li li li li li:hover ul, 
#horizontal-multilevel-menu li li li li li.jshover ul{display:block}
/* End */


/* Start:/bitrix/templates/main/components/accorsys.localization/language.switcher/light1/style.css?17090414963084*/
#accorsys-switch-lang.popup{ position:absolute;  right:10px;  top:0;  z-index:994;  box-shadow:0 1px 2px 0 rgba(56,94,104,0.26);  background-image:linear-gradient(#fafcfd 0%,#f9fbfc 100%)}
#accorsys-switch-lang.popup a{ display:block;  padding:0 0 0 22px;  margin:0 0 0 12px;  font-size:13px;  line-height:13px;  text-decoration:none}
#accorsys-switch-lang.popup .accorsys-btn a{ display:inline-block;  padding:0 0 0 21px;  color:#576e75;  margin-right:15px !important}
#accorsys-switch-lang.popup .accorsys-btn a:after{ content:"";  display:inline-block;  position:absolute;  top:18px;  right:12px;  width:0;  height:0;  border-style:solid;  border-width:7px 5px 0 5px;  border-color:#576e75 transparent transparent transparent}
#accorsys-switch-lang.popup .selector{ background-image:linear-gradient(#fafcfd 0%,#f9fbfc 100%);  display:none;  position:relative;  width:auto}
#accorsys-switch-lang.popup .selector a{ position:relative;  color:#3E7A8C;  font-size:13px;  text-decoration:none}
#accorsys-switch-lang.popup .selector a:first-of-type{ margin-top:2px}
#accorsys-switch-lang .flag-container-default-lang >span{ float:inherit;  height:11px;  margin-left:-1px;  margin-right:2px;  margin-top:-1px;  vertical-align:middle;  width:16px}
_:-ms-input-placeholder, :root #accorsys-switch-lang .flag-container-default-lang >span{ margin-top:-2px}
#accorsys-switch-lang .flag-container-default-lang >span:not(*:root){ margin-top:-2px}
#accorsys-switch-lang .AccorsyslanguageContainer{ padding:10px 22px 10px 12px}
#accorsys-switch-lang .selector .AccorsyslanguageContainer{ cursor:pointer}
#accorsys-switch-lang .AccorsyslanguageContainer:hover{ background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dbeaf4),color-stop(100%,#b3d4e7));  background:-webkit-linear-gradient(top,#dbeaf4 0%,#b3d4e7 100%);  background: -moz-linear-gradient(top,#dbeaf4 0%,#b3d4e7 100%);  background: -ms-linear-gradient(top,#dbeaf4 0%,#b3d4e7 100%);  background: -o-linear-gradient(top,#dbeaf4 0%,#b3d4e7 100%);  background: linear-gradient(to bottom,#dbeaf4 0%,#b3d4e7 100%)}
#accorsys-switch-lang .selector .AccorsyslanguageContainer:hover a{ color:#1d3941}
#accorsys-switch-lang .default.AccorsyslanguageContainer{ margin:0;  padding:0;  background:none}
#accorsys-switch-lang.popup .AccorsyslanguageContainer a{ margin:0;  padding:0;  display:inline}
#accorsys-switch-lang .default.AccorsyslanguageContainer .flag-container-default-lang >span{ float:inherit;  height:11px;  margin-left:-1px;  margin-right:2px;  margin-top:-2px;  vertical-align:middle;  width:16px}
_:-ms-input-placeholder, :root
#accorsys-switch-lang .default.AccorsyslanguageContainer .flag-container-default-lang >span{ margin-top:-3px}
#accorsys-switch-lang .default.AccorsyslanguageContainer .flag-container-default-lang >span:not(*:root){ margin-top:-3px}
#accorsys-switch-lang .accorsys-btn{ position:relative;  max-width:190px;  min-width:103px;  padding:10px 12px;  background-image:linear-gradient(#fafcfd 0%,#f9fbfc 100%);  cursor:pointer}
#accorsys-switch-lang .accorsys-btn.not_clickable{ cursor:default}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/bootstrap_v5/style.css?1709041495304*/
img.card-img-top {
    width: 100%;
}
.ddd.footer__ullist {
    width: 550px;
}
.news-list-item {
    float: left;
    padding-right: 20px;
}
.fourthitem.footer__ullist {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.seconditem.footer__ullist {
    margin-right: 0 !important;
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/bottom/style.css?1709041495570*/
body .footer__content ul li a{ width:100%;  white-space:initial}
ul.left-menu{list-style:none; margin:0; padding:0; margin-bottom:8px; position:relative}
ul.left-menu li{padding:10px 16px; background:#F5F5F5 url(/bitrix/templates/main/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x}
ul.left-menu li a{font-size:100%; color:#BC262C; font-weight:bold; text-decoration:none}
ul.left-menu li a:visited{color:#BC262C}
ul.left-menu li a:hover{color:#BC262C}
ul.left-menu li a.selected:link, ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active, ul.left-menu li a.selected:hover{color:#FC8D3D}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/bottom2/style.css?1726815398506*/
ul.left-menu{list-style:none; margin:0; padding:0; margin-bottom:8px; position:relative}
ul.left-menu li{padding:10px 16px; background:#F5F5F5 url(/bitrix/templates/main/components/bitrix/menu/bottom2/images/left_menu_bg.gif) top repeat-x}
ul.left-menu li a{font-size:100%; color:#BC262C; font-weight:bold; text-decoration:none}
ul.left-menu li a:visited{color:#BC262C}
ul.left-menu li a:hover{color:#BC262C}
ul.left-menu li a.selected:link, ul.left-menu li a.selected:visited, ul.left-menu li a.selected:active, ul.left-menu li a.selected:hover{color:#FC8D3D}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/bottomv2/style.css?1709041495506*/
ul.left-menu{list-style:none; margin:0; padding:0; margin-bottom:8px; position:relative}
ul.left-menu li{padding:10px 16px; background:#F5F5F5 url(/bitrix/templates/main/components/bitrix/menu/bottomv2/images/left_menu_bg.gif) top repeat-x}
ul.left-menu li a{font-size:100%; color:#BC262C; font-weight:bold; text-decoration:none}
ul.left-menu li a:visited{color:#BC262C}
ul.left-menu li a:hover{color:#BC262C}
ul.left-menu li a.selected:link, ul.left-menu li a.selected:visited, ul.left-menu li a.selected:active, ul.left-menu li a.selected:hover{color:#FC8D3D}
/* End */


/* Start:/bitrix/components/bitrix/form.result.new/error.css?1709041456163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/libs/arcticmodal/jquery.arcticmodal.css?1709041857654*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(/libs/arcticmodal/loading.gif) no-repeat 50% 50%; }
/* End */


/* Start:/bitrix/templates/main/styles.css?175888871712472*/
.head__btns img{width:20px;position:absolute;top:-8px;left:-24px}
.system_productia__table{margin:50px auto 0;width:100%;border:1px solid #e6eaf2}
.system_productia__row{display:flex}
.system_productia__table .system_productia__sidebar{flex-grow:0;width:30%;padding:16px 50px 16px 28px;border-right:1px solid #e6eaf2}
.system_productia__table .system_productia__body{display:flex;width:70%;padding:16px 20px 16px 28px}
.system_productia__battery-icon_bravo{text-align:center;width:100%}
.system_productia__table .system_productia__row:nth-child(odd){background:#e6eaf2}
span.icon-dop{float:left;width:60px;height:60px;min-width:60px}
.productia__table div{float:left;padding-right:50px;width:150px}
.productia__table .value{text-align:center;padding-right:15px}
/* start системы контроля для ТЕТИСа */
.tab-content div .block_bravo{display:flex !important}
.machines button.slick-next.slick-arrow,
.machines button.slick-prev.slick-arrow{background:rgba(20,20,20,0.2)}
.tab-content-item .photo{width:90%}
.item_system{width:100%}
.color_1,.text__1{background:rgba(232,240,222,1)}
.color_2,.text__2{background:rgba(216,230,241,1)}
.color_3,.text__3{background:rgba(254,233,217,1)}
.color_4,.text__4{background:rgba(230,223,237,1)}
.color_5,.text__5{background:rgba(218,238,243,1)}
.color_1:hover{background:rgba(232,240,222,.5)}
.color_2:hover{background:rgba(216,230,241,.5)}
.color_3:hover{background:rgba(254,233,217,.5)}
.color_4:hover{background:rgba(230,223,237,.5)}
.color_5:hover{background:rgba(218,238,243,.5)}
.system_table__row{display:flex}
.system_table__sidebar{flex-grow:0;width:20%;padding:10px}
.system_table__body{display:flex;width:80%}
.system_table__body-group,.system_table__sidebar{border-bottom:3px solid}
.system_table__body-group{width:100%;text-align:center;padding:10px}
.system_table__battery-icon span,
.productia__table span{width:20px;height:20px;background:#bacd58;display:block;border:3px solid;border-radius:50%;margin:0 auto}
.system_table__battery-icon img{width:100%}
/*end системы контроля для ТЕТИСа*/

.modal .contact__form .textarea textarea{width:100%;height:100%;border:none;outline:none;resize:none;box-sizing:border-box;transform:skewX(10deg);font:400 14px Arial;color:#757575}
body .contact__form .textarea{overflow:unset}
body .content-input input{color:#757575}
body label.input-wrap.textarea input{color:#757575}
body .grecaptcha-badge{z-index:2147483647}
.result_registration{color:red;text-align:center;margin-bottom:10px}
.result.res_form{margin-bottom:10px}
body #lottie{z-index:999999999}
.historymark .bonus__contentitem .document__text .bonus__texttitle{margin-top:0}
span.popup_auth_show_style{width:auto;text-align:left;background:none;color:#b90000;text-decoration:underline;text-transform:none;font-size:14px;font-weight:bold;margin-top:27px;cursor:pointer}
.search__block input{font-size:14px}
body .hamb__block{top:83px;padding-top:40px;z-index:10}
.forum.forum2__wrap .container .container{max-width:100%;width:100%}
.forum.price .container .title .our{font-size:18px;text-transform:uppercase;font-weight:900;float:left;cursor:default}
.forum.price .container .container{max-width:100%;width:100%}
.forum.price .container .container .global__href{margin-bottom:0}
.forum.price .container .priceonitems{margin-top:0}
.searchdiller-wrap .vert-line{right:auto}
.information__right{max-width:40%;top:auto;bottom:0}
.information__content{width:100%}
.contentinimg{position:relative}
span.popup_auth_show_style{cursor:pointer}
span.hidden_value{display:none}
button.new_value{background:none;border:none;font-size:14px;font-weight:300;font-family:'Montserrat',sans-serif}
button.new_value .fas.fa-pen{margin-left:27px;margin-right:9px;color:#b90000}
button.new_value span{color:#b90000;text-decoration:underline}
.save_value{background:none;border:none;font-size:14px;font-weight:300;font-family:'Montserrat',sans-serif}
.to-edit.active .current_value{display:none}
.to-edit.active .hidden_value{display:inline}
.result_profile_after_save{font-size:12px;position:absolute;right:0;top:22px}
body .about-me-line{position:relative}
.profile__navigation .tab-legend{overflow:unset !important}
.container_incatalog .global__href{margin-bottom:10px;padding-top:30px}
a.catalog-section-list-item-img{background-size:100%}
.incatalog_block.news_block{padding:20px 0}
.incatalog_block .news_block_title_table_new{padding:15px 20px;font-size:18px;font-family:'Conv_trebuc';color:#333;border-radius:5px;background:#f4f4f4;background:linear-gradient(to bottom,#f4f4f4 0%,#cacaca 100%);box-shadow:0 0 1px rgba(0,0,0,0.4)}
.incatalog_block .ctaalog_edin_active{position:absolute;top:11px;right:11px;width:30px;height:30px;background:#fff url(/bitrix/templates/main/img/arrow-broc-left.png) no-repeat 8px 6px;border-radius:50px;transform:rotate(-90deg);cursor:pointer}
.incatalog_block .a_in_catalog{font-family:'Montserrat',sans-serif}
.incatalog_block .ctaalog_edin_active.active{transform:rotate(-270deg)}
.msg_after_send_vakancii{text-align:center}
.msg_after_send_vakancii span.error{color:#c70000}
.msg_after_send_vakancii span.ok{color:#00c700}
.bonus__contentitem:last-child .document__text a{margin-left:10px}
#upButton{background:url(/bitrix/templates/main/img/up.png) 0 0 no-repeat transparent;position:fixed;cursor:pointer;display:none;bottom:170px;height:60px;width:60px;right:24px;z-index:2147483647;background-size:cover}
#upButton.enb{display:block}
.calendar__newsblock .calendar__newitem div ul li i{width:19px;height:19px}
.calendar__newsblock .fa-calendar-alt:before{content:url(/bitrix/templates/main/img/calendar.png)}
.calendar__newsblock .fa-map-marker-alt:before{content:"\f3c5";height:19px;width:19px;font-size:21px}
.calendar__newsblock .well-clock{margin-right:9px;height:19px;width:19px}
.calendar__newsblock .calendar__newitem div ul li{min-height:28px}
.calendar__newsblock .calendar__newitem div ul{display:inline-block}
img.news-right{float:left;margin:5px 5px 0 0;width:150px;height:100px}
img.news-left{float:right;margin:5px 5px 0 0;width:150px;height:100px}

/* ========== ВСЕ MEDIA ВНИЗУ ========== */
@media screen and (max-width:1440px) and (min-width:1361px){.system_table{font-size:12px}}
@media screen and (max-width:1360px) and (min-width:769px){.tab-content-item .photo{width:90%}li.block_bravo{grid-template-columns:repeat(1,1fr) !important}.system_table__sidebar{width:95%;flex:1 0 auto;flex-direction:column;display:flex;text-align:center;padding:20px;border-bottom:none}.system_table__row{display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1 0 100%}.system_table__body{display:flex;width:100%}.tab-content-item h4{padding:0 10px}.tab-content-item .photo{width:100%;object-fit:contain}.tab-content li.block_bravo{grid-gap:6px}.system_table__battery-icon img{width:78px}.system_table__battery-icon{font-size:68%}.system_table__body-group{min-width:16%}}
@media screen and (max-width:768px){.tab-content-item .photo{width:90%}li.block_bravo{grid-template-columns:repeat(1,1fr) !important}.system_table__sidebar{width:100%;flex:1 0 auto;flex-direction:column;display:flex;text-align:center;padding:20px;border:none}.system_table__row{display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1 0 100%}.system_table__body{display:flex;width:100%}.tab-content-item h4{padding:0 10px}.tab-content-item .photo{width:100%;object-fit:contain}.tab-content li.block_bravo{grid-gap:6px}.system_table__battery-icon img{width:78px}.system_table__battery-icon{font-size:68%}.system_table__body-group{min-width:16%}}
@media screen and (max-width:1280px) and (min-width:1081px){.header__text h1{font-size:36px}.header__text .header__undertitle{font-size:26px}}
@media screen and (max-width:1080px) and (min-width:861px){.header__text h1{font-size:30px}.header__text .header__undertitle{font-size:20px}}
@media screen and (min-width:769px) and (max-width:860px){.header__text h1,.header__text .h1{font-size:24px}.header__text .header__undertitle{font-size:18px}}
@media screen and (max-width:768px){.feb_form2 .btn.red.form_btn{width:100%}}
@media screen and (max-width:768px){.historymark .bonus__contentitem .document__text .bonus__texttitle{margin-top:30px}.grecaptcha-badge{display:none}}
@media screen and (max-width:1800px){.historymark .bonus__contentitem .bonus__text{padding:0}}
@media screen and (min-width:1800px){.historymark .bonus__contentitem .bonus__text{width:44%;margin:0;padding:0}}
@media screen and (max-width:1145px) and (min-width:769px){.forum.forum2__wrap .container .container .global__href{visibility:unset}}
@media screen and (max-width:768px){#horizontal-multilevel-menu{display:none}}
@media screen and (max-width:1145px) and (min-width:769px){.forum.price .container .container .global__href{visibility:unset}}
@media screen and (max-width:1800px){.price .global__href,.forum.forum2__wrap .container .container .global__href{display:block}}
@media screen and (min-width:1800px){.forum.price .container .container .global__href{margin-bottom:30px}}
@media screen and (max-width:1800px){.all__date.all__date_cal{margin-top:24px;margin-bottom:84px}}
@media screen and (max-width:1145px) and (min-width:769px){.container.container_main_news{width:96%}}
@media screen and (max-width:768px){.container.container_main_news{width:90%}.container.container_main_news .content__itemimg{height:175px;object-fit:cover}.container.container_main_news .content__item{margin-bottom:20px}}
@media screen and (max-width:1440px){.information__content{width:100%}.information__content .contentintext{width:100%}}
@media screen and (max-width:768px){body section.document.pavilion .document__title{bottom:-260px !important}body .document__head .document__title{font-size:18px}body .news__item:nth-child(odd){clip-path:none;background-size:135% !important}.allnews .news__item:nth-child(even) .item-wrap{right:15%}body .profecional_name{padding-top:0}body .kariera__block p{font-size:12px;line-height:15px;margin-top:20px}body .kariera__item .kariera__block{padding-top:20px}}
@media screen and (min-width:1800px){.container #map{width:840px;height:670px;border:none;top:160px;left:52%}body .container #map.fixed_map{position:fixed !important;top:0}}
@media screen and (max-width:768px){.tab-legend.open{height:auto;position:initial}.bottom-content-tabs{padding:0 10px;box-sizing:border-box}}
@media screen and (max-width:768px){.korporation__slider .slick-list.draggable{height:471px}}
@media screen and (max-width:768px){.btn.red.form_btn{width:250px}.result.res_form{text-align:center;margin-top:0}}
@media screen and (max-width:1145px){body .modal .form_auth .input-wrap,body .modal .form_registration .input-wrap,body .modal .form_forgot_password .input-wrap{width:96%}}
@media screen and (max-width:768px){.form_auth .btn.red.form_btn{margin-top:17px}}
@media screen and (max-width:1140px){button.new_value span{display:none}}
@media screen and (max-width:768px){body .about-me-line{display:inline-block}.profile__content.tab_pro_content .tab-vert .tab-content{width:100% !important}.mini-title{display:inline-block;margin-right:30px}.tab-content li div.to-edit{display:inline-block}.profile__content .tab.tab-vert .tab-legend{min-height:12px;height:auto;margin-bottom:30px;width:calc(100% - 2px)}}
@media screen and (max-width:568px){.mini-title{display:block;margin-right:0}.tab-content li div.to-edit{display:block}}
@media screen and (max-width:1140px){body .about-me-line{width:100%}body .about-post .about-me-line{width:100%}}
@media screen and (max-width:768px){.result_profile_after_save{top:0;right:0}body .profile__content .tab-vert .tab-content{margin-left:0;width:100% !important;min-height:100px}.to-edit.active .hidden_value{display:inline;margin-left:1px;margin-top:1px}.to-edit.active .hidden_value input{width:130px}body .a-pdf a{margin:0 auto}body .btn:first-child{margin:0 auto}}
@media screen and (max-width:1145px) and (min-width:769px){.container_incatalog .global__href{visibility:unset}}
@media screen and (max-width:768px){.container_incatalog .global__href{display:block;margin-bottom:30px}}
@media screen and (min-width:1441px){.container.container_incatalog .container{max-width:100%}}
@media screen and (min-width:1441px){.calendar__newsblock .calendar__newphoto{margin-right:15px}.calendar__newsblock .calendar__newscontent{width:calc(60% - 15px)}.calendar__newsblock .calendar__newitem div ul li{font-size:13px}.calendar__newsblock .calendar__newphoto{height:auto}}

/* End */


/* Start:/bitrix/templates/main/template_styles.css?175880803614699*/
deltext {
position: relative;
    color: #000; /* Цвет текста */
font-weight:bold;

}

deltext::after {
    content: '';
    position: absolute;
    left: 4px;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: red 50%;
    transform-origin: left bottom;
    transform: rotate(-12deg);
}
img.card-img-top {
    width: 100%;
}
.ddd.footer__ullist {
    width: 550px;
}
.news-list-item {
    float: left;
    padding-right: 20px;
	width: 20%;
}
.fourthitem.footer__ullist {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.seconditem.footer__ullist {
    margin-right: 0 !important;
}
.footer__org h6{
    color: #fff;
	display: block;
    text-align: center;
    margin: 10px 10%;
	width: 100%;
}
.question_from h3:last-of-type:after {
    content: " *";
    color: #c00000;
   }
.wrap_dop_yb {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap_dop_yb .button span{
    margin-left: 16px;
}
.wrap_dop_yb .button span:hover{
transform: skew(14deg);
}
.wrap_dop_yb .button {
    min-width: 240px;
    min-height: 47px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(0deg, rgb(255 230 78) 0%, rgb(44 112 193) 100%);
    border: none;
    //border-radius: 1000px;
    box-shadow: 12px 12px 24px rgb(246 218 50 / 64%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
  }

.wrap_dop_yb button::before {
  content: '';
  //border-radius: 1000px;
  min-width: calc(240px + 4px);
  min-height: calc(47px + 4px);
  border: 1px solid rgb(189 13 13);
  box-shadow: 0 0 60px rgb(44 112 193 / 64%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.wrap_dop_yb .button:hover, .wrap_dop .button:focus {
  color: #fff;
  transform: translateY(-2px) skew(-14deg);
}

.wrap_dop_yb button:hover::before, .wrap_dop_yb button:focus::before {
  opacity: 1;
}

.wrap_dop_yb button::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 2px solid rgb(225 28 28);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(14deg);
  animation: ring 1.5s infinite;
}

.wrap_dop_yb button:hover::after, .wrap_dop_yb button:focus::after {
  animation: none;
  display: none;
}

.wrap_dop {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap_dop .button span{
    margin-left: 16px;
}
.wrap_dop .button span:hover{
transform: skew(14deg);
}
.wrap_dop .button {
    min-width: 240px;
    min-height: 52px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #fff;
    background: rgb(189 13 13);
    background: linear-gradient(90deg, rgb(251 26 26) 0%, rgba(189,13,13,1) 100%);
    border: none;
    //border-radius: 1000px;
    box-shadow: 12px 12px 24px rgb(189 13 13 / 64%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
  }

.wrap_dop button::before {
  content: '';
  //border-radius: 1000px;
  min-width: calc(240px + 4px);
  min-height: calc(52px + 4px);
  border: 1px solid rgb(189 13 13);
  box-shadow: 0 0 60px rgb(189 13 13 / 64%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.wrap_dop .button:hover, .wrap_dop .button:focus {
  color: #fff;
  transform: translateY(-2px) skew(-14deg);
}

.wrap_dop button:hover::before, .wrap_dop button:focus::before {
  opacity: 1;
}

.wrap_dop button::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 2px solid rgb(225 28 28);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(14deg);
  animation: ring 1.5s infinite;
}

.wrap_dop button:hover::after, .wrap_dop button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 240px;
    height: 240px;
    opacity: 0;
  }
}

.dop a{
	position:relative;
	display:inline-block;
	padding:25px 30px;
	margin:40px 0;
	color:#03e9f4;
	text-dicoration:none;
	text-transform:uppercase;
	transition:0.5s;
	letter-spacing:4px;
	overflow:hidden;
	margin-right:50px;
}
.dop a:hover{
	background:#03e9f4;
	color:#050801;
	box-shadow: 0 0 5px #03e9f4,
		    0 0 25px #03e9f4,
		    0 0 50px #03e9f4,
		    0 0 200px #03e9f4;
	-webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
}
.dop a:nth-child(1){
	filter:hue-rotate(270deg);
}
.dop a:nth-child(2){
	filter:hue-rotate(110deg);
}
.dop a span{
	position:absolute;
	display:block;
}
.dop a span:nth-child(1){
	top:0;
	left:0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #03e9f4);
	animation: anumate1 1s linear infinite;
}
@keyframes animate1{
	0%{
		left:-100%;
	}
	50%,100%{
		left:100%;
	}
}
.dop a span:nth-child(2){
	top:-100%;
	left:0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #03e9f4);
	animation: anumate2 1s linear infinite;
	animation-delay: 0.25s
}
@keyframes animate2{
	0%{
		top:-100%;
	}
	50%,100%{
		top:100%;
	}
}
.dop a span:nth-child(3){
	botton:0;
	right:0;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #03e9f4);
	animation: anumate3 1s linear infinite;
	animation-delay: 0.50s
}
@keyframes animate3{
	0%{
		top:-100%;
	}
	50%,100%{
		top:100%;
	}
}
.dop a span:nth-child(4){
	botton:-100%;
	right:0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #03e9f4);
	animation: anumate4 1s linear infinite;
	animation-delay: 0.75s
}
@keyframes animate3{
	0%{
		bottom:-100%;
	}
	50%,100%{
		bottom:100%;
	}
}

.center_btn1 {
    text-align: center;
    padding: 30px;
}
.btn1 {
	margin:10px;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #212529;
    background-color: #f8f9fa;
    border: 1px solid #212529;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mr-2{
    margin-right: 0.5rem!important;
    float: left;
}


.align-middle {
    vertical-align: middle!important;
    float: left;
    margin-top: 5px;
}

.phones a i {
    transform: rotate(90deg);
    color: #b90000;
    width: 12px;
    height: 12px;
}
.phones a button {
    position: relative;
    display: inline-block;
    padding: 10px 10px;
    font: inherit;
    letter-spacing: 2px;
    color: #bd0000;
    background-color: transparent;
    border: 2px solid;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    margin-left: 10px;
}
.phones a button::after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #bd0000;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(5);
    width: 95%;
    opacity: 0;
    transition: transform .25s;
}
.phones a button:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.phones a button:hover {
    color: transparent;
}

.icon-flex-1{ float:left;  width:50%}
.system_table__battery-icon_bravo{ width:100%;  height:31px;  background-repeat:no-repeat !important;  background-position-y:center !important;  background-position-x:center !important}
.icon__base{ background:url(/upload/svg/bravo180s.svg);  background-size:74%}
.icon__standard{ background:url(/upload/svg/bravo400s-lt.svg);  background-size:87%}
.icon__premium{ background:url(/upload/svg/bravo400s.svg);  background-size:74%}
.icon__premium-plus{ background:url(/upload/svg/delta80.svg);  background-size:68%}
.icon__isobus{ background:url(/upload/svg/isobus.svg);  background-size:47%}
.title2{margin-top:10px; width:100%}

@media screen and (max-width:1870px) and (min-width:1441px){.contact__form_new.contact__form{width:44vw}
.contact__form_new.contact__form .input-wrap{ width:46%}
.contact__form_new.contact__form .input-wrap.textarea{ width:100%}
}

@media screen and (min-width:1440px){.contact__item .contact-line span{ width:33%}
.contact__item .contact-line i{ left:15px}
.icon-flex-1{float:none !important;  width:100% !important}
.icon-flex-1 span.icon-text{ max-width:100% !important}
}
@media screen and (min-width:1600px){.contact__item .contact-line span:last-child{ width:28%}
.contact__item .contact-line i{ left:5px}
}
@media screen and (min-width:1800px){.contact__item .contact-line span:last-child{ width:30%}
.contact__item .contact-line i{left:35px}
.contact-line.spec i{ left:10px}
}
@media screen and (min-width:1870px){.contact__item .contact-line span:last-child{ width:30%}
.contact__item .contact-line i{left:60px}
.contact-line.spec i{ left:10px}
}

.forum__file.actf{position:relative}
.forum__file.actf:before{content:"1"; display:block; position:absolute;  background:#bd0d0d;  width:20px;  height:20px;  text-align:center;  border-radius:50%;  right:0;  z-index:9;  color:#fff}
 #lottie{ background-color:#fff;  width:100%;  height:100%;  display:block;  overflow:hidden;  transform:translate3d(0,0,0);  text-align:center;  opacity:1; position:fixed;  z-index:9999}
@media screen and (max-width:1800px){body .jq-selectbox .jq-selectbox__select{ }
}

a.new_value_diller{ background:none;  border:none;  font-size:14px;  font-weight:300;  font-family:'Montserrat',sans-serif;  float:right}
a.new_value_diller .fas.fa-pen{ margin-left:27px;  margin-right:9px;  color:#b90000}
a.new_value_diller span{ color:#b90000;  text-decoration:underline}
.save_value_diller{ background:none;  border:none;  font-size:14px;  font-weight:300;  font-family:'Montserrat',sans-serif}
.submit_dillers{ color:#000;  text-decoration:underline;  font-weight:300;  border:0px;  background:none}
.btn.red.form_btn.btn_submit_dillers{margin-bottom:27px}
.not_mod{ margin-bottom:34px;  text-align:center;  color:#00b90e}
.profile__content .tab .tab-legend li{ text-transform:none}
.profile-about-user.active{ padding:0px 25px}
.a-pdf a{ margin-left:10px}
.document__text a{width:auto}
body .ui-widget-content .ui-state-highlight, body .ui-widget-content .ui-state-default{cursor:initial}
.jq-selectbox select, .jq-select-multiple select{display:none}
.date__text{width:calc(100% - 100px)}
.date__item{box-sizing:border-box}
.bottom-content-tabs{position:initial;  transform:none;  left:0;  text-align:center}
.bottom-content-tabs .btn{display:inline-block;  margin-bottom:25px}
.hamb__block{display:none}
.all__date span:hover, .title__right span:hover{transform:scale(1.05); font-size:14px;  display:inline-block}
@media screen and (max-width:2000px) and (min-width:1800px){.calendar__newphoto{max-width:calc(100% - 600px)} }
@media screen and (max-width:2000px) and (min-width:1400px){body .container #map.fixed-bottom{bottom:0px !important;  position:absolute!important} }
@media screen and (max-width:1800px) and (min-width:769px){.calendar__news{min-height:450px;  float:left;  width:50%}
.calendar__newitem div ul{width:100%}
.calendar__block{ width:50%;  float:right; padding-left:50px;  box-sizing:border-box}
.calendar__newsblock{width:100%}
body .ui-datepicker table td{ padding:18px 4px 9px 10px}
}

@media screen and (max-width:1400px) and (min-width:769px){.catalog__item{height:620px}
.calendar__block{padding-left:20px}
}

@media screen and (max-width:768px){.tab-legend.open{ top:auto}
.hamb__block.active{display:flex}
.maincatalog .tab-legend{display:none}
.maincatalog .tab-legend.open{display:block}
.system_productia__table{width:100%}
.system_productia__row{ display:flex;  align-items:center;  justify-content:center;  flex-direction:column;  flex:1 0 100%}
.system_productia__table .system_productia__sidebar{ flex-grow:0;  width:100%;  padding:10px}
.system_productia__body{ min-width:100%}
}

@media screen and (max-width:768px) and (min-device-height:790px){.catalog__item{ height:calc(100vh - 459px); align-items:center;  display:flex!important; justify-content:center} }
body .detail__similaritem:hover{ background:white}
body .machines__slider{ overflow-x:auto}
.btn-contact{ background:none}
.ok{ margin-bottom:10px;  display:block;  color:#00c700}
.error{ margin-bottom:10px;  display:block;  color:#c70000}
.hide_standart{display:inline-block;  padding:0;  background:none;  border:0}
.machines__overlay{ display:block}
#tab-slider>div{text-align:center}
#tab-slider>div>div{display:inline-block}
.product__slideritem >a>img{ width:95%; height: 95%; margin:0 auto}
.product__slideritem >a>img:hover{ transform:scale(1.04)}
body .nav__btn{z-index:9}
.check_hide{ display:none}
.check_hide:checked+.checkbox__label:before{ content:"\f00c";  font-size:14px}

@media screen and (max-width:1800px){.container.container_header{ width:90%}}
@media screen and (max-width:1400px){.container.container_header{ width:1105px}}
@media screen and (min-width:1800px){.container.container_header{ width:1760px;  margin:0 auto;  display:block}}
@media screen and (max-width:1145px) and (min-width:769px){.container.container_header{ width:96%}}
@media screen and (max-width:768px){.container.container_header{ width:90%}
.icon__base, .icon__standart, .icon__premium, .icon__premium-plus, .icon__isobus{ background-size:100%}
}

@media screen and (max-width:1400px) and (min-width:769px){.catalog__item{ height:100%}}
@media screen and (max-width:1800px){.catalog__item p{font-size:14px}}
@media screen and (min-width:1126px){.productia__headcontent >img{/* width:100%;*/  min-width:467px}}
@media screen and (min-width:1800px){.productia__headcontent >img{ min-height:544px}}
.hover_this_span:hover{font-size:15px}
@media screen and (max-width:1800px){.tab_search_resultitem{ width:231px}}
.tab_search_resultitem:hover{ background:#e8e8e8}
button.take-tab:hover{ background:#bd0d0d;  color:#fff}
.modal-1 h5{ width:210px}
.send_catalog:hover{ font-size:26px}
.search__contentitem:hover{ width:100%;  background:#fff}

ul#accordion.accordion li ul {
  display: none;
		/*  background: #444359;*/
  font-size: 14px;
}
/* End */


/* Start:/bitrix/templates/main/css/main1.css?17588080579882*/
.ddd.footer__ullist {width:550px;}
.fourthitem.footer__ullist {margin-left:50px !important; margin-right:50px !important}
.seconditem.footer__ullist {margin-right:0 !important}
body{font-family:'Montserrat',sans-serif; margin:0; padding:0; font-weight:500; color:#000000; overflow-x:hidden}
h1{padding:0px; margin:0px}
html{height:100%}
ul, li{display:block; padding:0px; margin:0px; list-style:none}
.container{width:1760px; margin:0 auto; display:block}
a{outline:none; text-decoration:none; color:black}
.clearfix::after{content:""; clear:both; display:table}
header{background:#fff; height:106px}
.head{position:relative}
.head *{float:left}
.head__logo{padding:20px 0 0; float:left; width:100%; height:100%} 
.head__logo_text{width:250px}
.menu{float:right}
.btn{padding:15px 15px; transform:skew(-14deg); font-weight:bold; font-size:16px; text-transform:uppercase; margin-top:24px; display:block}
.btn span{transform:skew(14deg); display:block}
.red{border:1px solid #bd0d0d; color:#bd0d0d}
i.fa.fa-search{background:#2d2d2d; color:white; width:41px; height:41px; display:flex; justify-content:center; align-items:center; border-radius:50%; box-sizing:border-box}
i.far.fa-user{background:#bd0d0d; color:white; width:41px; height:41px; display:flex; align-items:center; justify-content:center; border-radius:50%; box-sizing:border-box}
i.fa-brands.fa-facebook{font-size:41px}
i.fa-brands.fa-instagram, i.fa-brands.fa-youtube{font-size:28px; background:white; color:#bd0d0d; width:41px; height:41px; display:flex; align-items:center; justify-content:center; border-radius:50%; box-sizing:border-box}
.head__nav{margin-top:30px}
.head__nav a:first-child{margin-left:30px; margin-right:15px}
.search__block{overflow:hidden; position:relative; height:0px; width:100%; transition-property:height; transition-duration:0.4s}
#search{background:#e8e8e8}
.hamburger__btn{display:none; width:23px; position:absolute; right:0px; top:18px; cursor:pointer}
.hamburger__btn div{width:23px; margin-bottom:5px; height:2px; background:#bd0d0d; z-index:1}
.search__block input{border:none; width:90%; display:block; margin:0 auto; background:none; border-bottom:1px solid #a9a9a9; color:#a9a9a9; font-size:10px; padding:11px 0px; box-sizing:border-box; padding-left:10px; padding-top:24px; outline:none}
.search__block .fa.fa-search{position:absolute; top:15px; right:13px; background:none; font-size:14px; color:black}
.head__language{position:relative}
.fa-angle-down{font-size:20px; position:absolute; top:42px; right:5px; z-index:1}
.c-red{color:#bd0d0d}
.under{padding-bottom:15px; border-bottom:2px solid #bd0d0d}
.title .our{font-size:18px; text-transform:uppercase; font-weight:900; float:left; cursor:pointer}
.our .c-red{padding-left:7px}
.title *{float:left}
.title{margin-top:80px; margin-bottom:25px}
footer{background:#bd0d0d}
div.logo_svg_ec{-webkit-mask:url('/bitrix/templates/main/img/logo_ec.svg') no-repeat 100% 100%; mask:url('/bitrix/templates/main/img/logo_ec.svg') no-repeat 100% 100%; -webkit-mask-size:cover; mask-size:cover; background-color:#fff; width:167px; height:50px; -webkit-mask-size:100%; display:block}
.phone__head{display:none}
.phone__head{line-height:34px}
.phone__head .language{float:right}
.main_item{width:330px; padding-top:40px; padding-bottom:36px}
.main_item p{font-size:14px; color:white; font-family:'UkrainianJikharev'}
.links{display:flex; margin-top:5px}
.links li{margin-right:5px;margin-left:5px}
.tel{margin-top:0px}
.addres{color:#fff; font-size:12px; font-weight:300; margin-top:7px}
.addres a{color:#fff}
.footer__content{display:grid; grid-template-columns:repeat(6,1fr)}
.footer__content ul li{margin-bottom:12px; white-space:nowrap}
.footer__content ul li a{color:white; font-size:12px; font-weight:300}
.footer__ullist{width:190px; padding-top:39px}
.footer__org{background:#bd0d0d; border-top:1px solid #fff}
.org{display:flex; justify-content:space-between}
.seconditem.footer__ullist{margin-left:42px; margin-right:84px}
.fourthitem.footer__ullist{margin-left:117px; margin-right:147px}
.fivesitem.footer__ullist{margin-right:119px}
.shadow-header{box-shadow:1px -6px 16px rgba(0,0,0,0.3)}
.global__href{font-size:14px; font-weight:300; margin-bottom:45px; padding-top:35px}
.tab{padding:0}
.tab-content li{position:relative;padding-bottom:10px;font-size:18px;font-weight:300}
.tab-content li.active{display:grid; grid-template-columns:repeat(3,1fr); grid-gap:20px; justify-items:center}
.jq-selectbox__select, .jq-selectbox__select:hover{background:none; margin-top:36px; margin-left:10px; border:none; box-shadow:none; text-transform:uppercase}
.jq-selectbox__trigger{display:none}
.jq-selectbox li{width:65%; text-transform:uppercase; font-size:18px; transform:skewX(-14deg); margin-top:8px; padding:5px 0px 6px 11px; background:#FFF; border:1px solid #bd0d0d}
.jq-selectbox li span{transform:skewX(14deg)}
.jq-selectbox__dropdown ul{overflow:visible; overflow-x:visible}
.jq-selectbox__select-text{overflow:visible}
.jq-selectbox__select{padding:0 3px 0 10px; font-size:18px; width:56px}
.jq-selectbox__dropdown{width:65px; top:66px; left:9px; background:none; border:none; box-shadow:none}
.jq-selectbox li.selected, 
.jq-selectbox li:hover{background-color:#bd0d0d}
.hamb__block{flex-direction:column; background:white; height:640px; position:absolute; top:35px; right:0px; z-index:4; display:flex; transition-property:width; transition-duration:0.4s; justify-content:center; width:0px; box-sizing:border-box; overflow:overlay; align-items:center}
.btn:first-child{margin-right:26px}
.nav__btn{width:36px; height:42px; background:#b90000; transform:skew(-10deg); display:flex; align-items:center; justify-content:center; box-sizing:border-box; cursor:pointer}
.nav__btn i{transform:skew(10deg); color:white}
.similar-btn{position:absolute; transform:translate(0px,-50%) skew(-10deg); width:28px; height:62px; z-index:99999999; top:100px}
.similar-btn-left{left:-25px}
.similar-btn-rigth{right:-25px}
.tab .tab-legend .active{padding:0}
.tab .tab-legend >li{padding:0}
.tab .tab-legend >li{background:none}
.tab .tab-legend .active{position:relative}
.tab .tab-legend .active:after{content:""; width:0; height:0; position:absolute; background:none; top:53px; right:-32px; border:18px solid transparent; border-left:17px solid #e8e8e8; z-index:1; display:block}
.kariera-btn{width:193px; text-align:center; background:#b90000; color:white; font-size:16px; margin:0 auto; margin-top:40px}
.productia__head >.bg-wrap-prod{height:560px; margin-bottom:100px}
.productia__headcontent{width:865px; margin:0 auto; position:relative}
.productia__headcontent >h5, .productia__headcontent >h4{font-size:36px; font-weight:bold; text-align:center; margin:45px 0; text-transform:uppercase}
.productia__headcontent >h1{font-size:36px; font-weight:bold; text-align:center; margin:45px 0; text-transform:uppercase}
.productia__links{width:290px; position:absolute; right:-300px; top:540px}
.productia__links .btn:first-child{margin:0 auto; margin-bottom:17px}
.productia__links .btn:nth-child(1), .productia__links .btn:nth-child(2){background:white; color:#b90000}
.productia__links >a{font-size:16px; margin-bottom:17px; padding:10px 16px; margin-top:17px}
.product__slideritem{width:280px}
.product__slider .nav__btn{top:48%}
.similar-btn-left{left:-45px; top:25%}
.tab.tab-productia .tab-legend >li{background:none; font-size:16px !important; font-weight:900; border:none; color:#353535; padding:0px 25px}
.tab-horiz.tab-productia .tab-legend >li:first-child{border:none}
.tab-horiz.tab-productia .tab-legend{width:625px; display:flex; justify-content:space-between; margin:0 auto; margin-top:55px}
.tab.tab-horiz.tab-productia .tab-legend .active{border:none; color:#b90000; padding-bottom:20px; border-bottom:2px solid #b90000}
.similar-btn-rigth{right:-45px; top:25%}
.tab.tab-productia .tab-legend .active:after{display:none}
.tab-productia .tab-content li.active{display:block}
.title-similar{margin-bottom:50px}
.prod__similar{width:1490px; margin:0 auto; display:block; margin-bottom:80px}
.prod__similaritem{width:290px !important; text-align:center}
.prod__similaritem >picture >img{width:100%; height:100%; margin:0 auto}
.prod__similaritem >h5{font-size:16px; font-weight:bold}
.prod__similaritem >p{font-size:14px; font-weight:400}
.prod__similaritem{padding:20px 40px}
.prod__und-title{width:870px; font-size:14px; text-transform:none; font-weight:300; margin-bottom:60px}
.production__aboutitem:nth-child(even) .production__abouttext{padding:0; padding-right:50px; box-sizing:border-box}
.production__aboutitem:nth-child(even) >img{padding-left:52px}
.production__aboutitem:nth-child(odd) >img{padding-right:52px}
.production__aboutitem >img{width:50%; height:50%; box-sizing:border-box}
.production__aboutitem{display:flex; align-items:center; height:100%; margin-bottom:45px}
.production__abouttext{padding-left:45px; width:50%}
.production__aboutitem:nth-child(even){justify-content:space-between; flex-direction:row-reverse}
.production__abouttext >h5, .production__abouttext >h4{font-size:36px; font-weight:400; text-transform:uppercase; margin-top:0; margin-bottom:30px}
.production__abouttext >h5:after{content:""; display:block; background:#b90000; height:2px; width:350px; margin-top:30px}
.production__abouttext >p{font-size:18px; font-weight:300; margin-top:0}
.productia__table{border:1px solid #e6eaf2; font-size:14px; border-spacing:0px; margin:0 auto; margin-top:52px}
.productia__table tr:nth-child(odd){background:#e6eaf2}
.productia__table tr td:first-child{padding:16px 280px 16px 28px; border-right:1px solid #e6eaf2}
.productia__table tr td:last-child{padding:16px 230px 16px 63px; border:none}
.product-line{width:100%; height:2px; background:#e8e8e8; position:relative; top:120px}
.tab-horiz .tab-legend >li:first-child, .tab.tab-horiz .tab-legend .active, .tab-document .tab-legend li{border:none}

/* End */


/* Start:/bitrix/templates/main/css/main2.css?175880807267807*/
img.card-img-top {width:100%}
.news-list-item {float:left; padding-right:20px}
.head__logo_text a script{display:none}
span.head__text{font-family:'UkrainianJikharev'; display:flex; font-size:15px; color:#BE0505; text-align:center}
img.head__logo:hover{transform:scale(1.02)}
.menu ul li a{font-size:18px; text-transform:uppercase; padding-top:40px; margin-right:36px}
.menu ul li a:hover{padding-bottom:7px; border-bottom:2px solid #b90000}
header a.btn.red:hover{border:1px solid black; color:black}
header a.btn.black:hover{border:1px solid #bd0d0d; color:#bd0d0d}
.head__nav a:hover i{transform:scale(1.2)}
header a.btn:hover{transform:scale(1.05) skewX(-14deg)}
.black{border:1px solid black; color:black}
i.fa.fa-search:hover{background:white; color:#bd0d0d; border:1px solid #bd0d0d}
i.far.fa-user:hover{background:white; color:#2d2d2d; border:1px solid #2d2d2d}
.search__block.open{height:65px}
.header__textblick{width:30px; height:164px; background:rgba(255,255,255,0.15); position:absolute; transform:skew(-10deg); top:-10px; left:-23px}
.search__block .fa.fa-search:hover{background:none; border:none; color:black}
.language .fa-angle-down{top:13px; right:18px; font-size:10px}
.header__slider div img{width:100%}
.header__slider{overflow:hidden}
.header__content{position:relative; display:flex; align-items:center}
.header{height:850px; margin-bottom:17px}
.header__slideritem{height:850px}
.header__slideritem{display:block !important; align-items:center; position:relative}
.all_news a{color:#bd0d0d}
.header__text{width:100%; margin-top:100px; margin-left:260px; position:absolute; top:0; left:0}
.header__text h1, .header__text .h1{margin:0; font-size:48px; text-transform:uppercase; color:white; margin-bottom:37px}
.header__text .header__undertitle{color:white; font-size:36px; text-transform:uppercase; margin-bottom:30px}
.header__text p{font-size:16px; font-weight:300; color:white; margin-bottom:96px}
.slick-prev, .slick-next{width:63px; height:139px; z-index:10}
.slick-prev{left:89px}
.slick-next{right:89px}
.slick-next:hover, .slick-prev:hover{background:rgba(0,0,0,0.38); transform:skew(-10deg) translate(-12px,-69px)}
.slick-prev:hover:before, .slick-next:hover:before{transform:skew(10deg)}
.header__text .btn{border:1px solid #fff; transform:skew(-14deg); display:block; color:#fff; width:257px; background:#bd0d0d}
.header__text .btn span{font-size:14px; font-weight:700; text-transform:uppercase; display:block; text-align:center; transform:skew(14deg)}
.machines{background:url(/upload/medialibrary/978/3c8nw8he5fpmmuu2s3w29yr9hifoi61n.webp) no-repeat center -100px / cover}
.machines__slider{display:flex; width:100%; margin:0 auto; overflow-x:hidden}
.machines__item h3{font-size:15px; font-weight:700; color:#8b8b8b; text-transform:uppercase; text-align:center; transform:translate(-15px,0px); transition:all .5s ease .2s}
.machines__item img{display:block; margin:40px auto; height:244px; margin-bottom:50px; transition:all .5s}
.machines__item{position:relative; transform:skewX(-10deg); min-width:25%; min-height:395px}
.machines__overlay{transform:skewX(10deg)}
.machines__item:hover{background:#ededed}
.machines__item:hover h3{color:black; font-weight:bold; font-size:24px}
.machines__slider::-webkit-scrollbar{width:0px; height:12px}
.machines__slider::-webkit-scrollbar-button{width:0}
.machines__slider::-webkit-scrollbar-track{background-color:#bd0d0d}
.machines__slider::-webkit-scrollbar-track-piece{background-color:#d5d5d5}
.machines__slider::-webkit-scrollbar-thumb{height:0px; background-color:#bd0d0d; border-radius:0px}
.machines__slider::-webkit-scrollbar-corner{background-color:#999}
.machines__slider::-webkit-resizer{background-color:#666}
.content__news{width:1280px; float:left}
.all_news{display:none}
.content__itemimg{width:100%}
.from:hover{border:1px solid #000 !important; color:black}
.to:hover{border:1px solid #bd0d0d !important; color:#bd0d0d}
.date__item:hover{background:#eee; padding:10px; cursor:pointer}
.content__news .btn.red:hover{border:1px solid white; color:white; background:#bd0d0d}
.content__btns a:hover i{background:#bd0d0d; transform:scale(1.1)}
.all__date span:hover, .title__right span:hover{font-size:15px}
.our:hover .c-red{padding-bottom:15px; border-bottom:2px solid #bd0d0d}
.title__right span{font-size:14px; color:#bd0d0d; border-bottom:1px solid #ca3f3f; text-transform:uppercase; font-weight:bold; line-height:23px; cursor:pointer}
.fa-arrow-right{margin-left:20px; font-size:16px; color:#bd0d0d; line-height:26px; margin-right:54px}
.content__btns a i{color:#4d4d4d; width:26px; height:26px; background:#eee; display:flex; align-items:center; justify-content:center; margin-right:3px}
.title__right{margin-top:2px; float:right}
.content__item{padding:0 10px; box-sizing:border-box}
.content__itemdate{display:flex; margin-top:20px}
.content__itemdate img{width:17px; height:17px; margin-right:7px}
.content__itemdate span{font-weight:300; color:#636363}
.content__item h4{font-size:18px; color:#3c3c3c; font-weight:bold}
.content__item p{font-size:16px; color:#4d4d4d; font-weight:300}
.news{display:flex; justify-content:space-between}
.content__news .btn{width:414px; display:block; text-align:center; margin-bottom:85px}
.content__news .btn span{transform:skew(14deg); display:block}
.content__date{width:415px; float:right}
.number .from, .number .to{width:60px; height:64px; border:1px solid black; transform:skew(-11deg)}
.number .wrap{transform:skew(11deg)}
.from{margin-bottom:4px}
.number .from h6, .number .to h6{font-weight:bold; font-size:26px; margin:0; text-align:center}
.number .from h6:after, .number .to h6:after{content:""; display:block; width:45px; height:1px; background:#ccc; margin:8px auto; margin-left:0px}
.number .from div, .number .to div{font-size:12px; text-transform:uppercase; margin-left:6px}
.number{float:left}
.from{color:#bd0d0d; border:1px solid #bd0d0d !important}
.date__text{width:316px; float:right}
.date__item{display:flex; justify-content:space-between; margin-bottom:10px; padding:10px}
.date__item h4{margin-top:0; font-size:14px}
.date__item p{font-size:14px; font-weight:300}
.all__date{position:relative}
.all__date .fa-arrow-right{position:absolute; left:160px; top:-2px}
.all__date span{color:#bd0d0d; border-bottom:1px solid #ca3f3f; text-transform:uppercase; font-weight:bold; font-size:14px; cursor:pointer}
.partners{background:url('/upload/medialibrary/d46/w6jd49xsklwwf40qforjpekh9p1t33xm.webp') no-repeat center center / cover; padding-top:13px; margin-bottom:22px}
.part__slider, .part__slider_rewards{padding-bottom:100px; padding-left:4px}
.part__slider img, .part__slider_rewards img{width:99%}
.partners title{margin-bottom:32px}
.partners__img{display:block; justify-content:space-around; padding-bottom:78px}
.partners__img img{float:left}
.partners__img img:last-child{float:right}
div.logo_svg{-webkit-mask:url('/bitrix/templates/main/img/logo.svg') no-repeat 100% 100%; mask:url('/bitrix/templates/main/img/logo.svg') no-repeat 100% 100%; -webkit-mask-size:cover; mask-size:cover; background-color:#fff; width:167px; height:30px; -webkit-mask-size:100%; display:block}
.phone__head span{float:left; margin-right:20%}
.tit, .tit .about{font-weight:600; font-size:14px; color:white; text-transform:uppercase}
li.tit:hover span{border-bottom:2px solid white; padding-bottom:12px}
li.tit:hover:after{visibility:hidden}
.tit:after{content:""; display:block; background:white; width:30px; height:2px; margin:12px 0}
.thirditem.footer__ullist, 
.sixthitem.footer__ullist{padding-top:83px}
.footer__org p{color:white; font-weight:300; font-size:12px; margin:0; padding:17px 0}
.footer__org p a{color:white}
.footer__content ul li a:hover{font-size:13px}
.tel a img:hover{transform:scale(1.02)}
.footer__content ul li a img:hover{transform:scale(1.02)}
.header__text .btn:hover{background:white; color:#bd0d0d; border:1px solid #bd0d0d}
.machines__overlay img:hover{transform:scale(1.05)}
.global__href a span{color:#3c3c3c}
.global__href .now{color:#bd0d0d}
.calendar__newitem div ul li i{color:#bd0d0d; font-size:19px; margin-right:9px}
.calendar__newitem div ul li{float:left; margin-right:25px; font-size:14px; font-weight:300; color:#3c3c3c}
.well-clock{margin-right:9px}
.calendar__newitem{border-bottom:1px solid #e8e8e8; padding-bottom:34px; margin-bottom:32px}
.calendar__newitem h6{font-size:18px; font-weight:bold; margin-top:0px; margin-bottom:15px}
.calendar__newitem div ul{border-top:1px solid #e8e8e8; padding:13px 0; border-bottom:1px solid #e8e8e8; width:500px}
.calendar__newitem p{font-size:14px; font-weight:400; color:#4d4d4d}
.calendar__newphoto{float:left}
.calendar__newitem{width:1039px}
.calendar__newscontent{float:right; width:589px}
.calendar__newitem:last-child{border:none}
.calendar__table td{padding:49px 11px 10px 58px; box-shadow:0px 0px 10px rgba(0,0,0,0.20); background-color:white; font-size:18px; font-weight:500; cursor:context-menu}
.calendar__table th{width:88px; height:31px; background:#e5e5e5; border:1px solid #e5e5e5}
.calendar__table{border-spacing:8px 12px}
.act__table{border:1px solid #b90000; background:#f5dbdb !important}
.calendar__block{float:right}
.calendar__news{float:left}
.month__name{font-size:18px; font-weight:bold; text-transform:uppercase}
.calendar__nav *{float:left}
.calendar__nav{width:295px; margin:0 auto; margin-bottom:25px}
.month__nameblock{display:flex; width:177px; align-items:center; height:42px; justify-content:center; transform:skew(-10deg); background:#f5f5f5; margin:0px 20px}
.month__name{transform:skew(10deg)}
.nav__btn:hover{background:white; border:1px solid #b90000}
.nav__btn:hover i{color:#b90000}
.calendar__block{transform:translate(0px,-60px)}
.catalog__item{width:33%; text-align:center; padding:0 85px; box-sizing:border-box; transform:skew(-11deg); height:875px}
.catalog__item h3{font-size:29px; font-weight:bold; color:#2d2d2d}
.catalog__item p{font-size:16px; font-weight:300; color:#2d2d2d; margin-bottom:100px}
.catalog__item .wrap{transform:skew(11deg)}
.detail__similaritem:hover{background:white}
.maincatalog .tab .tab-legend >li img:hover{background:#e8e8e8}
.catalogtech__search input::-webkit-input-placeholder{font-size:18px; color:#868686; font-weight:300}
.catalogtech__search input::-moz-placeholder{font-size:18px; color:#868686; font-weight:300}
.catalogtech__search input:-moz-placeholder{font-size:18px; color:#868686; font-weight:300}
.catalogtech__search input:-ms-input-placeholder{font-size:18px; color:#868686; font-weight:300}
.product__slideritem >img:hover{transform:scale(1.04)}
.catalog__item img{width:470px; height:296px; margin:0 auto; margin-top:285px; margin-bottom:60px}
.catalog_slider{background:url("/bitrix/templates/main/css/../img/catalog_b1.jpg") no-repeat center center / cover}
.catalog__item:hover{background:url("/bitrix/templates/main/css/../img/catalog_b1_hover.jpg") no-repeat center center / cover}
.catalog__slidertext{margin-left:-50px; padding:0px 55px}
.catalog__slider .catalog-btn-rigth{right:30px !important}
.catalog__slider .catalog-btn-left{left:30px !important}
.catalog-slider-1280{color:#a1a1a1; font-size:33px; position:absolute; left:50%; transform:translate(-50%,0); z-index:99999; cursor:pointer}
.catalog-btn{position:absolute; top:50%; transform:translate(0px,-50%) skew(-10deg); width:28px; height:62px; z-index:99999999}
.detail__image img{width:100%}
.detail__image{width:1025px}
.detail__about{width:685px}
.detail__item{display:flex; justify-content:space-between}
.detail__about h2{margin-top:0px; font-weight:bold; font-size:18px; border-bottom:1px solid #b90000; padding-bottom:12px; margin-bottom:36px; display:inline-block; text-transform:uppercase}
.characteristic{font-size:16px; font-weight:bold; margin-bottom:31px}
.detail__characteristic{margin-bottom:50px}
.detail__characteristic li{font-size:16px; font-weight:400; padding:13px; background:#f7f7f7; display:block; transform:skew(-15deg); margin-bottom:17px}
.detail__characteristic li span{transform:skew(15deg)}
.detail__about a{margin-bottom:25px; color:white; display:block; background:#bd0d0d; width:256px; text-align:center; font-size:16px; transform:skew(-15deg)}
.detail__about a span{transform:skew(15deg) !important; display:block}
.detail__similaritem{width:572px; padding-left:35px; box-sizing:border-box}
.detail__similar{display:flex; justify-content:space-between; margin-top:58px; margin-bottom:80px}
.detail__similaritem.bg1{background:url("/bitrix/templates/main/css/../img/detail_bg1.jpg") no-repeat center center / cover}
.detail__similaritem.bg2{background:url("/bitrix/templates/main/css/../img/detail_bg2.jpg") no-repeat center center / cover}
.detail__similaritem.bg3{background:url("/bitrix/templates/main/css/../img/detail_bg3.jpg") no-repeat center center / cover}
.detail__similaritem h3{margin-top:42px; font-size:16px; font-weight:700; text-transform:uppercase}
.detail__similaritem p{margin-bottom:27px; font-size:14px; font-weight:300; line-height:24px}
.detail__similaritem h3:after{content:""; display:block; width:50px; height:2px; margin-top:18px; background:#b90000}
.similar__item h4{font-size:16px; font-weight:bold}
.similar__item p{font-size:14px; font-weight:300}
.silimar-image-wrap{width:275px; background:#f7f7f7; transform:skew(-10deg)}
.similar__item{margin-left:42px}
.silimar-image-wrap img{width:200px; margin:0 auto; display:block; padding:35px 0; transform:skew(10deg)}
.similar-text{width:198px; margin-left:-13px}
.similar-slider{margin:35px 0px 109px 0px}
.contact{position:relative}
.contact__info{width:890px; box-sizing:border-box; background:#fafafa; margin-bottom:20px}
.contact__item i{transform:rotateZ(90deg); color:#b90000; margin:0px 15px; position:absolute; left:-7px}
.contact__head .contact__phones{margin-bottom:20px}
.contact__tit{font-size:18px; font-weight:bold; margin-bottom:30px}
.contact-line.spec i{left:0; position:relative}
.contact-line.spec span{width:100% !important; text-align:left !important}
.contact__info{padding:20px; font-size:16px; font-weight:400}
.contact-line{display:flex; justify-content:space-between}
.contact-line span{width:282px}
.contact-line span:last-child{text-align:right; position:relative; width:185px}
.contact__item{padding:20px 0; border-bottom:2px solid #e8e8e8}
.contact__item:last-child{border-bottom:none}
.contact__item.con-mane .contact-line{margin-bottom:40px}
.contact__item.con-mane .contact-line:last-child{margin-bottom:0px}
.contact-country{font-size:14px; color:#858585; margin-top:6px}
.contact__form{box-sizing:border-box; width:890px; box-shadow:0px 0px 9px rgba(211,211,211,0.75); border-radius:3px; padding:25px; margin-bottom:100px}
.contact__form h5, .contact__form h4{font-weight:600; font-size:18px; margin-top:12px}
.contact__form .textarea{width:100%; height:68px; resize:none; overflow:hidden; box-sizing:border-box; padding:16px; transform:skew(-10deg); border:1px solid #c0c0c0; color:#c0c0c0; font-size:14px}
label.input-wrap.textarea input{font-size:14px; color:#c0c0c0}
.content-input{display:flex; justify-content:space-between; margin-bottom:18px}
.content-input input{border:1px solid #c0c0c0; color:#c0c0c0; font-size:14px; box-sizing:border-box; padding:16px; height:50px}
.input-wrap{display:inline-block; border:1px solid #c0c0c0; border-radius:0; padding:3px 10px; -moz-transform:skewX(-10deg); -webkit-transform:skewX(-10deg); -o-transform:skewX(-10deg); -ms-transform:skewX(-10deg); transform:skewX(-10deg); width:388px}
.input-wrap input{border:0; box-shadow:none; outline:none; -moz-transform:skewX(10deg); -webkit-transform:skewX(10deg); -o-transform:skewX(10deg); -ms-transform:skewX(10deg); transform:skewX(10deg)}
.btn-contact{border:1px solid #bd0d0d; color:#bd0d0d; transform:skew(-10deg); display:block; width:223px; text-align:center; float:right; margin-top:28px; margin-bottom:22px}
.btn-contact span{display:block; transform:skew(10deg)}
.btn-contact:hover{background:#bd0d0d}
.btn-contact:hover span{color:white}
#map{width:48vw; height:670px; border:1px solid #bb0808; border-right:none; position:absolute; overflow:hidden; top:163px; box-sizing:border-box; right:0px}
.fixed{position:fixed !important; top:0 !important}
.fixed-bottom{top:auto !important; bottom:405px !important}
.tab.tab-vert .tab-legend .active{border:none}
.tab.tab-vert .tab-legend img{width:255px; margin:0 auto; display:block; border:1px solid #f7f7f7; box-sizing:border-box; padding:23px 47px}
.tab__title{font-size:16px; font-weight:bold; text-align:center; color:black; margin:20px 0; text-transform:none}
.tab-vert .tab-legend >li{border-top:none; border-right:none}
.tab .tab-legend .active img{background:#e8e8e8}
.tab-content-item:hover{background:white}
.bottom-content-tabs .btn{display:block}
.bottom-content-tabs{position:absolute; bottom:50px; left:50%; transform:translate(-52%,0px)}
.bottom-content-tabs .btn span{transform:skew(14deg); display:block}
.bottom-content-tabs .btn:hover{background:#bd0d0d; border:1px solid #bd0d0d !important}
.bottom-content-tabs .btn:hover span{color:white}
.forum-bg{display:none}
.mobile__catalog img{position:absolute; top:50%; right:-20px; transform:translate(0px,-50%)}
.mobile__catalog:hover{border:1px solid #bd0d0d !important}
.mobile__catalog:hover span{color:#bd0d0d}
#tab-slider div img{width:150px; margin:0 auto; height:95px; border:1px solid #e8e8e8; padding:36px 60px}
#tab-slider div{margin-right:1px}
#tab-slider{margin:0 -5px}
.catalog-btn{top:38%}
.catalog-btn-left{left:-35px}
.catalog-btn-rigth{right:-35px}
.catalog_slider .catalog-btn-rigth{right:30px !important; top:50%}
.catalog_slider .catalog-btn-left{left:30px !important; top:50%}
.catalogtech__search input{height:57px; width:870px; border:1px solid #e8e8e8; padding:22px; box-sizing:border-box; outline:none; font-size:18px; color:#868686}
.catalogtech__search{position:relative; width:870px; margin:25px auto}
.catalogtech__search i{background:none !important; border:none; color:#000 !important; position:absolute; top:50%; right:9px; transform:translate(0px,-50%)}
.catalogtech__search i:hover{border:none !important}
.maincatalog__tech{background:url('/bitrix/templates/main/css/../img/bg__tech.png') no-repeat center center / cover}
.catalogtech__content .tab-bottom-text{padding-top:75px}
.catalogtech__title{font-weight:700; font-size:18px; padding-top:100px}
.catalogtech__contentul >li{width:870px; margin:0 auto}
.catalogtech__items{margin-top:25px}
.catalogtech__items li{font-weight:400; font-size:16px; padding:18px; padding-left:27px; margin-bottom:3px; background:white}
.catalogtech__items li:hover{color:white; background:#bd0d0d; cursor:pointer}
.catalogtech__legend .catalogtech__tabsitem{position:relative}
.catalogtech__tabsitem h3{margin:25px 0 0 0}
.catalogtech__legend div{cursor:pointer}
.catalogtech__legend div.active:after{content:""; width:0; height:0; position:absolute; background:none; bottom:10px; left:50%; transform:translate(-50%,0); border:18px solid transparent; border-top:17px solid #e8e8e8; z-index:1; display:block}
.catalogtech__contentitem{display:none}
.catalogtech__contentitem.active{display:block !important}
.nav-mobile-title{display:none}
.box-modal{box-shadow:none; width:750px; border-radius:3px; box-shadow:0px 0px 44px rgba(0,0,0,0.1)}
.arcticmodal-overlay{background-color:rgb(255,255,255) !important; opacity:0.85 !important}
.modal-1 h5, .modal-1 h4{text-align:center; font-size:18px; font-weight:bold; width:200px; margin:0 auto; display:block; line-height:24px; text-transform:uppercase}
.modal-1{display:flex; justify-content:space-between; padding:35px 0}
.modal-1-item{width:25%; padding:55px 0; /*border-left:2px solid #e8e8e8*/}
.modal-1-item:first-child{border-left:none}
.modal a{width:170px; display:block !important; text-align:center; margin:0 auto; background:#b90000; color:white; font-size:14px; font-weight:bold; text-transform:uppercase; margin-top:27px}
.modal a span{display:block; transform:skewX(14deg)}
.detail__about a:hover, .modal a:hover{border:1px solid #b90000 !important; background:white}
.detail__about a:hover span, .modal a:hover span{color:#b90000}
.box-modal_close i{font-size:24px; padding:11px; color:#b90000}
.modal .contact__form{width:570px; box-shadow:none; margin-left:auto; margin-right:auto}
.modal .content-input{display:block}
.modal .input-wrap{width:96%}
.modal .content-input label:first-child{margin-bottom:17px; margin-top:50px}
.modal .contact__form .textarea{width:100% !important}
.modal-form-title{width:100% !important; font-size:30px !important; font-weight:bold !important; text-transform:uppercase !important; text-align:center; margin-bottom:30px; margin-top:50px !important}
.bonus__top{height:520px; background:url("/bitrix/templates/main/css/../img/bonusbg.png") no-repeat center 235px}
.bonus__title h4{font-size:60px; font-weight:bold; text-transform:uppercase; margin-bottom:0; margin-top:63px}
.bonus__title h6{font-weight:400; font-size:48px; margin-top:40px; margin-bottom:0px; margin-left:612px}
.bonus__top{position:relative; margin-bottom:95px}
.bonus__image{width:423px; position:absolute; bottom:40px; left:10px}
.bonus__top ul li:nth-child(odd) div h5{font-size:100px; margin:0; margin-top:-25px; text-shadow:0px 0px 10px rgba(0,0,0,0.3)}
.bonus__top ul li div p{font-size:14px; font-weight:400; padding-right:20px}
.bonus__top ul li:nth-child(even) div h5{font-size:80px; margin:0; text-shadow:0px 0px 10px rgba(0,0,0,0.3)}
.bonus__top ul li{color:white; float:left; width:20%}
.bonus__top ul{margin-left:483px; margin-top:121px}
.bonus__contentitem img{float:left; width:50%}
.bonus__text{width:50%; float:right; padding-left:38px; box-sizing:border-box; margin-top:55px}
.bonus__text p{margin:0; color:#585757; font-weight:400}
.bonus .bonus__text p, .bonus .bonus__text ul{font-size:14px; line-height:26px}
.bonus__text ul li{color:#585757; font-weight:400}
.bonus__texttitle{font-size:18px; font-weight:700; display:inline-block; padding-bottom:11px; text-transform:uppercase; border-bottom:2px solid #bd0d0d; margin-bottom:37px}
.bonus__contentitem{margin-bottom:71px}
.bonus__contentitem:last-child{margin-bottom:117px}
.bonus__contentitem:last-child img{float:right}
.bonus__contentitem:last-child .bonus__text{float:left; padding-left:0; padding-right:150px}
.kariera-btn{width:193px; text-align:center; background:#b90000; color:white; font-size:16px; margin:0 auto; margin-top:40px}
.kariera-btn:hover{background:white; border:1px solid #b90000; color:#b90000}
.kariera-btn:hover span{color:#b90000}
.kariera__itemfirst{background:url('/bitrix/templates/main/css/../img/karierabg3.jpg') no-repeat center center / cover}
.kariera__itemsecond{background:url('/bitrix/templates/main/css/../img/karierabg1.jpg') no-repeat center center / cover}
.kariera__itemthird{background:url('/bitrix/templates/main/css/../img/karierabg2.jpg') no-repeat center center / cover}
.kariera__item{height:600px; position:relative}
.kariera__item .kariera__block{width:574px; background:white; padding:75px 48px; text-align:center; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%)}
.kariera .under:after{content:""; display:block; background:#bd0d0d; height:2px; width:62px; position:absolute; top:35px}
.kariera .title .our{position:relative; margin-bottom:30px}
.kariera .under{padding-bottom:0; border-bottom:none}
.kariera .under:hover:after{content:""; display:block; background:#bd0d0d; height:2px; width:91px; position:absolute; top:35px}
.form-line-one label.submit:hover{background:white; border:1px solid #bd0d0d}
.form-line-one label.submit:hover input{color:#bd0d0d}
.kariera__formtitle{width:430px; display:flex; justify-content:space-between; align-items:center; padding-top:80px; padding-bottom:48px}
.kariera__formtitle .name h5{color:white; font-size:24px; margin:0; font-weight:700; margin-bottom:20px; text-transform:uppercase}
.kariera__formtitle .name div{color:white; font-size:14px; margin:0; font-weight:400}
.form-line-one label.submit{background:#b90000}
.form-line-one label.submit input{color:white; font-size:14px; font-weight:bold; text-transform:uppercase; cursor:pointer}
.form-line-one label input{width:560px; padding:20px; box-sizing:border-box; color:#c1c1c2; background:none; outline:none; border:none; transform:skewX(10deg)}
.form-line-one label{transform:skewX(-10deg); border:1px solid white}
.form-line-one label input::-webkit-input-placeholder{color:#c1c1c2; font-size:16px}
.form-line-one label input::-moz-placeholder{color:#c1c1c2; font-size:16px}
.form-line-one label input:-moz-placeholder{color:#c1c1c2; font-size:16px}
.form-line-one label input:-ms-input-placeholder{color:#c1c1c2; font-size:16px}
.form-line-one{display:flex; justify-content:space-between}
.form-line-last label{width:100%; height:112px}
.form-line-one{margin-bottom:25px}
.kariera__itemthird{height:650px}
.kariera__block p{font-size:16px; line-height:27px; margin-top:20px}
.file{display:none}
.label-file{cursor:pointer; width:560px; display:flex; align-items:center; background:rgba(255,255,255,0.3)}
.label-file >div{transform:skew(10deg); display:flex; align-items:center}
.label-file img{margin-left:26px; margin-right:16px}
.label-file{font-size:14px; color:white; text-decoration:underline}
.kariera__title{text-transform:uppercase; font-size:30px; font-weight:bold; text-align:center; margin-bottom:60px}
.modal__email input{width:524px; border:none; color:#c0c0c0; font-size:14px; outline:none; box-sizing:border-box; transform:skewX(10deg)}
.modal__email{width:564px; display:block; padding:20px; box-sizing:border-box; border:1px solid #c0c0c0; transform:skewX(-10deg); margin:0 auto}
.modal__file >input{display:none}
.modal__doc{width:60px; height:75px}
.modal__file >div{width:385px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; margin:35px auto}
.file__text h5{font-weight:bold; font-size:18px; margin-top:15px; margin-bottom:20px}
.file__text p{font-size:14px; font-weight:400}
.checkbox__label span{font-size:14px}
#checkbox1, #checkbox2{display:none}
.checkbox__label:before{content:""; color:#b90000; display:inline-block; font:20px/30px FontAwesome; margin-right:12px; transform:translate(0px,-3px); position:relative; text-align:center; text-indent:0px; width:28px; height:28px; background:#FFF; border:1px solid #e3e3e3; border-image:initial; vertical-align:middle}

#checkbox1:checked + .checkbox__label:before,
#checkbox2:checked + .checkbox__label:before{
	content:"\f00c";
	font-size:14px;
}
#checkbox1:disabled+.checkbox__label:before, 
#checkbox2:disabled+.checkbox__label:before{background:#eee; color:#aaa}
.checkbox-wrap{text-align:center; cursor:pointer}
.bottom-text-karier-modal{margin-top:23px; text-align:center; padding:0px 115px; line-height:25px}
.modal2-kariera-wrap{display:flex; justify-content:space-between}
.modal2-kariera-wrap >div{width:48%}
.modal2-kariera{width:1167px}
.modal2-title{font-weight:bold; font-size:18px; margin-bottom:25px; margin:27px 0}
.modal2-content{font-size:14px; margin-bottom:34px}
.modal2-kariera-wrap >div{padding-left:10px; margin-top:60px}
.mod2-btn{width:208px; margin:0; margin-bottom:40px; font-size:14px; box-sizing:border-box; padding-left:0; padding-right:0px}
.kariera__modal2{background:#f7f7f7; width:538px; height:504px; margin-top:55px}
.modal__email >input{background:#f7f7f7}
.kariera__modal2 .checkbox__label:before{background:#f7f7f7}
.kariera__modal2 .kariera__title{font-size:18px; font-weight:bold; margin:30px 0}
.modal2-kariera-wrap >div >div:first-child{margin-top:0px; text-transform:uppercase}
.kariera__modal2 .modal__email{width:450px}
.kariera__modal2 .modal__email input{width:410px}
.kariera__modal2 .kariera-btn{margin-top:20px; width:142px; font-size:14px}
.kariera__modal2 .modal__file >div{margin-bottom:20px; margin-top:20px}
.bg-none{background:none !important}
.productia__headcontent >img{margin:0 auto; display:block; padding-top:90px; margin-bottom:40px; height:100%}
.productia__links .btn:nth-child(1):hover, .productia__links .btn:nth-child(2):hover{background:#b90000}
.productia__links .btn:nth-child(1):hover span, .productia__links .btn:nth-child(2):hover span{color:white}
.productia__headcontent >p{font-size:14px; font-weight:400; text-align:center}
.product__slideritem >img{width:95%; margin:0 auto}
.tab-productia .tab-content .title{margin-top:50px !important}
.prod__similar .similar-btn-left{top:50%; left:-140px}
.prod__similar .similar-btn-rigth{top:50%; right:-140px}
.production__aboutitem img.full{width:100%; height:100%; box-sizing:border-box}
.production__aboutitem >picture{width:50%; box-sizing:border-box}
.production__aboutitem >picture >img{width:100%; box-sizing:border-box}
.production__abouttext >div >ul li{padding-bottom:4px; font-weight:300; font-size:18px; color:#3c3c3c}
.prod-img-last{padding-right:120px !important}
.korporation__slideritem{background:url('/bitrix/templates/main/css/../img/korpbg.jpg') no-repeat center center / cover; height:845px; position:relative}
.korporation__text{position:absolute; width:869px; bottom:112px; left:0; border-top:344px solid #fff; border-left:0px solid transparent; border-right:75px solid transparent}
.korporation__text h5{font-size:48px; font-weight:bold; margin:0; margin-bottom:35px}
.korporation__text p{font-size:16px; font-weight:400}
.korporation__text_wrap{margin-top:-340px; padding:40px}
.korporation .slick-dotted.slick-slider{margin-bottom:-5px}
.korporation .slick-dots{bottom:4px}
.korporation__text:after{content:""; display:block; width:2px; height:344px; background:#bd0d0d; position:absolute; top:-344px; right:-38px; transform:skewX(-12deg)}
.informelectro__item{width:576px}
.informelectro__item >h5{font-size:18px; font-weight:700; margin:26px 0}
.informelectro__item >p{font-size:14px; font-weight:300; margin:0; margin-bottom:30px}
.informelectro__item img{width:100%}
.informelectro__item .kariera-btn{margin:0; width:369px}
.informelectro__item:last-child .kariera-btn{width:204px}
.informelectro__item{margin-bottom:90px}
.informelectro__content{display:flex; justify-content:space-between}
.search__contentitem >h4{font-size:18px; font-weight:700}
.search__contentitem >p{font-size:14px; font-weight:300}
.search__contentitem{width:424px; background:#f7f7f7; box-sizing:border-box; padding:44px; text-align:center}
.search__contentitem >img{width:280px; margin:0 auto}
.search__contentitems{display:grid; grid-template-columns:repeat(4,1fr); grid-gap:20px; justify-items:center}
.search__content .kariera-btn{margin:0 auto; background:white; color:#bb0808; border:1px solid #bb0808; margin-top:45px; margin-bottom:45px}
.search__content .kariera-btn:hover{background:#bb0808}
.search__content .kariera-btn:hover span{color:white}
.center__404 span:first-child{font-size:375px; color:#bd0d0d; position:absolute; left:0}
.center__404 span:last-child{font-size:375px; color:#bd0d0d; position:absolute; right:0}
.center__404{width:760px; height:400px; margin:0 auto; position:relative}
.content__404{position:relative; top:35px}
.center__404 >img{position:absolute; top:25px; left:50%; transform:translate(-50%,0px)}
.content__404 >p{font-size:36px; text-align:center}
.content__404 >.return__main{font-size:24px; text-align:center}
.return__main a{color:#bb0808; text-decoration:underline}
.c404{height:734px; background:url('/bitrix/templates/main/css/../img/kolosokbg1.png') no-repeat left bottom -40px,url('/bitrix/templates/main/css/../img/kolosokbg2.png') no-repeat right bottom -40px}
.document__title{font-size:48px; color:white; font-weight:700; background:rgb(189 13 13 / 70%); width:683px; padding:37px 0; padding-left:2000px; transform:skewX(-10deg); position:relative; left:-2000px; bottom:-460px}
.historypage .document__title{bottom:50px}
.document.pavilion.museam .document__title{width:483px}
.document__title span{display:block; transform:skewX(10deg)}
.document__head{position:relative}
.document .global__href{padding-top:60px}
.document__text a{width:auto; display:inline-block; box-sizing:border-box}
.document .kariera-btn{font-size:14px}
.bonus__contentitem:last-child .document__text a{width:auto; display:inline-block}
.bonus__contentitem:last-child .document__text{margin-top:8px}
.bonus__contentitem:nth-child(even) img, .bonus__contentitem:nth-child(even) svg{float:right}
.bonus__contentitem:nth-child(even) .bonus__text{padding-left:0; padding-right:40px}
.bonus__contentitem:nth-child(odd) img, .bonus__contentitem:nth-child(odd) svg{float:left}
.bonus__contentitem:nth-child(odd) .bonus__text{padding-left:38px}
.bonus__contentitem .svg__texttitle{display: flex;position: absolute;font-size: 45px;width: 35%;color: #ffffff;height: 400px; align-items: center}
.bonus__contentitem svg{width: 50%}
.bonus__contentitem:nth-child(even) .svg__texttitle{right: 140px}
.bonus__contentitem:nth-child(odd) .svg__texttitle{left:150px}
.tab-document .tab-legend .active:after{display:none}
.tab-document .tab-content li.active{display:block; padding-left:8px; padding-bottom:0}
.tab-document .tab-legend >li{padding:32px 38px; margin-right:-1px; background:#f7f7f7; color:#323232; font-weight:700; font-size:14px; text-transform:none; transform:skewX(-10deg)}
.tab-document .tab-legend >li span{transform:skewX(10deg); display:block}
.tab-document.tab-horiz .tab-legend .active{padding:32px 38px; margin-right:-1px; background:#bd0d0d; color:white; font-weight:700; font-size:14px; text-transform:none; transform:skewX(-10deg)}
.tab-document .tab-legend{margin-left:8px}
.tab-document .tab-content{padding-top:75px}
.tab-document .bonus__contentitem:last-child{margin-bottom:80px}
.information__content h4{font-size:48px; font-weight:bold; margin-top:62px; margin-bottom:42px}
.information__content h1{font-size:48px; font-weight:bold; margin-top:62px; margin-bottom:42px}
.information__content{width:930px}
.information__content img{width:100%; margin-bottom:42px}
.information__item{padding-bottom:30px}
.information__item h6{font-weight:bold; margin-top:0px; margin-bottom:15px; font-size:16px}
.information__item p{font-size:16px; font-weight:400; margin-top:0px; margin-bottom:32px}
.information__item ul li{margin-bottom:10px; font-size:16px; font-weight:400; color:#bd0d0d; margin-left:18px; display:list-item; list-style:square}
.information__item ul li span{color:#585757}
.information__item ul li:last-child{margin-bottom:20px}
.information__contact li{color:#3c3c3c !important; list-style:none !important; margin-left:0px}
.information__contact{padding:30px; background:#fafafa}
.information__contact li:last-child{margin-bottom:0px !important}
.information__contact .c-red{color:#bd0d0d; text-decoration:underline}
.information{position:relative}
.information__right{position:absolute; right:-50px; top:0; width:820px}
.jq-selectbox.focused .jq-selectbox__select{border:none}
.detail__similaritem:hover{background:white; cursor:pointer}
.mt0{margin-top:0}
.tab.tab-vert .tab-legend{width:255px}
.tab-vert .tab-content{width:calc(100% - 270px); display:block; float:right}
.tab-content-item{background:#f7f7f7; text-align:center; box-sizing:border-box; padding-bottom:31px; cursor:pointer; width:100%}
.tab-content-item img{display:block; width:338px; margin:0 auto; padding-top:38px; padding-bottom:20px}
.tab-content-item h4{min-height:38px; font-size:16px; font-weight:700; padding:0px 38px}
.tab-content-item p{font-size:14px; font-weight:300; padding:0px 38px}
.tab-bottom-text{font-size:14px; font-weight:300; padding-bottom:60px; line-height:23px; width:84%; padding-left:16%}
.mobile__catalog{width:89%; text-align:center; display:none}
.mobile__catalog span{display:inline-block; transform:skewX(7deg); position:relative; margin-left:-10px}
.hamb__block li{margin-bottom:20px; width:280px; text-align:center}
.hamb__block.active{width:280px}
#mapcontact{overflow:hidden; width:80%; height:672px; position:absolute !important; border-top:1px solid #b90000; top:161px;right:0}
.contentmap .contact__form{width:890px; box-shadow:none; border-radius:3px; background:white; z-index:99999999; position:relative; margin:0; margin-top:96px; height:467px}
section.contact.contentmap{height:834px}
.contactmap__info .line{display:flex; justify-content:space-between}
.contactmap__info .line:nth-child(2){margin-bottom:20px}
.contactmap__info .line span{display:block; position:relative}
.contactmap__info .fas.fa-phone{transform:rotate(90deg)}
.contactmap__info .line span i{position:absolute; color:#b90000; left:-25px}
.contactmap__info .line span:nth-child(1){width:130px; color:#4d4d4d; font-size:16px; font-weight:600}
.contactmap__info .line span:nth-child(2){width:195px}
.contactmap__info .line span:nth-child(3){width:346px}
.contactmap__info{margin-top:6px; margin-bottom:34px}
.forum__head .btn{width:214px; font-size:14px; font-weight:bold; position:relative; margin:0}
.forum__head .btn img{position:absolute; transform:skewX(14deg) translate(0px,-50%); right:23px; top:47%}
.forum__head{display:flex; align-items:center; justify-content:space-between}
.bottom-forum-btn .btn{width:139px; text-align:center; margin:0 auto; margin-top:35px; margin-bottom:50px}
.bottom-forum-btn .btn:hover{background:#bd0d0d; border:1px solid #bd0d0d !important}
.bottom-forum-btn .btn:hover span{color:white}
.forum__head >span{color:#3c3c3c; font-size:14px; font-weight:400}
.forum__item{display:flex; align-items:center; margin-bottom:22px}
.forum__item >.main{position:relative; width:1066px; height:23px; display:flex; align-items:center; background:#f7f7f7; padding:31px 0px; padding-left:210px; border:1px solid #dfe7eb; transform:skewX(-14deg)}
.forum__item >.main span{transform:skewX(14deg); font-size:18px; color:#1b1a1a}
.forum__item >.main span br{content:""}
.forum__item >.main div{transform:skewX(0deg); position:absolute; right:50px}
.forum__item >.main div span{transform:skewX(14deg); display:block; font-size:16px; color:#535c69; margin-left:20px}
.forum__item >.main img{position:absolute; left:-17px; transform:skewX(14deg)}
.forum__item >.name, .forum__item >.time{display:flex; flex-direction:column; justify-content:center; padding:0px 51px; text-align:right; background:#f7f7f7; height:85px; transform:skewX(-14deg); border:1px solid #dfe7eb}
.forum__item >.name{margin:0px 9px}
.forum__item >.name .wrap, .forum__item >.time .wrap{transform:skewX(14deg); font-size:14px; color:#b90000}
.forum__item >.name .wrap span:first-child, .forum__item >.time .wrap span:first-child{color:#535c69}
.forum__item >.main div:before{content:""; display:block; width:1px; height:33px; background:#dfe0e2; transform:skewX(14deg) translate(0px,-50%); position:absolute; left:-43px; top:50%}
.forum__items{padding-top:25px}
.forum__item >.main >img{height:84px}
.forum__form{background:#f7f7f7; padding:20px; margin-top:32px; margin-bottom:15px}
label.forum__textarea input{transform:skewX(14deg); display:inline-block; height:69px; margin-left:20px; border:none; outline:none}
label.forum__textarea{height:76px; width:81%; margin-left:18px; margin-top:16px; border-width:1px; border-style:solid; border-color:rgb(202,215,234); border-image:initial; display:inline-block; transform:skewX(-14deg); background:white}
.form__head >span:first-child{color:#40474f; font-size:16px}
.form__head >span:last-child{color:#40474f; font-size:14px}
.forum__file >input{display:none}
.forum__file >div{cursor:pointer; padding:10px; border:2px solid #b90000; width:52px; height:49px; box-sizing:border-box; transform:skewX(-14deg); margin-bottom:10px; margin-left:24px; margin-right:6px}
.forum__file >div >img{transform:skewX(14deg)}
.form__head form{display:flex; align-items:flex-end}
.form__head a >img{position:absolute; transform:skewX(14deg); top:16px; right:17px}
.form__head a >span{color:white}
.form__head a{margin-bottom:9px; width:172px; padding:15px; position:relative; box-sizing:border-box; background:#bd0d0d}
.forum__coment{width:1277px; box-sizing:border-box; position:relative}
.text__forum{padding-left:86px; padding-top:19px}
.forum__coment >img{position:absolute}
.forum__coment >img{position:absolute; left:4px; top:24px}
.text__forum .name{color:black; font-weight:600; font-size:18px}
.text__forum p{font-size:14px; font-weight:300; color:#4d4d4d}
.forum__coment .time{color:#b90000; font-size:14px; position:absolute; top:23px; right:0}
.forum__coment .btns a{display:inline-block; border:2px solid #bd0000; transform:skewX(-14deg)}
.forum__coment .btns a span{color:#bd0000; font-size:12px; font-weight:600; padding:8px 10px; display:block; transform:skewX(14deg)}
.forum__item >.main__answer{margin-left:14px}
.forum__coment{margin-left:100px; margin-bottom:20px; width:calc(100% - 70px)!important}
.forum__comentanswer{margin-left:185px}
.forum__coment.forum__comentanswer{width:1193px; width:calc(100% - 110px)!important}
.forum__comments{position:relative}
.forum__coment.forum__comentanswer:before{left:-141px; width:144px}
.forum2__wrap .bottom-forum-btn a{transform:skewX(-14deg) translate(-138px,0px)}
.forum-bg{position:absolute; right:-405px; top:695px}
.history .bonus__contentitem:nth-child(even) .bonus__text{padding-left:0}
.history .bonus__contentitem:nth-child(odd) .bonus__text{padding-left:20px}
.history .bonus__contentitem:nth-child(even){flex-direction:row-reverse}
.history .bonus__contentitem{display:flex; align-items:center}
.history .document__head{background:url(/bitrix/templates/main/css/../img/histotybg.png) no-repeat center center / cover; height:560px}
.new__date{font-size:18px; font-weight:700; color:#cacaca; margin-bottom:22px}
.pavilion__text p{color:#4d4d4d; font-size:14px; font-weight:300}
.pavilion__text p:first-child{margin-bottom:20px}
.pavilion__text p:last-child{margin-bottom:70px}
.pavilion__item{width:546px; height:330px; background:#f7f7f7; display:flex; justify-content:center; position:relative; align-items:center; transform:skewX(-14deg)}
.pavilion__item:hover{background:white; cursor:pointer}
.pavilion__content .btn{font-size:15px}
.pavilion__items{display:flex; margin-left:40px; justify-content:space-between; padding-right:40px}
.pavilion__item h4{font-size:24px; font-weight:700; margin-bottom:22px}
.pavilion__item h4:after{content:""; display:block; width:100%; height:2px; background:#b90000; margin-top:18px}
.pavilion__item p{font-size:14px; font-weight:300}
.pavilion__item span{color:#e9e9e9; font-size:110px; font-weight:700; position:absolute; transform:skewX(14deg); bottom:11px; left:45px; z-index:1}
.pavilion__item .item-wrap{width:420px; transform:skewX(14deg); z-index:99; margin:0 auto}
.pavilion__content .btn{width:330px; background:#bd0d0d; text-align:center; margin:0 auto; box-sizing:border-box; margin-top:51px; margin-bottom:71px}
.pavilion__content .btn span{color:white}
.pavilion__content .btn:hover{background:white}
.pavilion__content .btn:hover span{color:#bd0d0d}
.pavilion-slider .slick-dots{border-bottom:40px solid white}
.pavilion-slider .slick-dots li{margin-top:8px}
.pavilion-slider.slick-dotted.slick-slider{margin-bottom:104px}
.about__pavilion .title{margin-bottom:78px}
.about__pavilionitem{width:100%; text-align:center; position:relative}
.about__pavilionitem:after{content:""; display:block; width:88px; height:2px; background:#bd0000; position:absolute; top:51px; right:-65px}
.about__pavilionitem:last-child:after{display:none}
.about__pavilionitem p{font-weight:300; font-size:14px; color:#4d4d4d}
.about__pavilionitem h6{font-size:18px; font-weight:700; margin-top:47px; margin-bottom:18px}
.about__pavilionitem img{margin:0 auto; display:block}
.about__pavilionitems{display:flex; justify-content:space-between}
.about__pavilionitem .btn{width:224px; margin-top:33px; margin-bottom:94px; padding-left:0; padding-right:0; font-size:16px; display:inline-block}
.pavilion-slider div img{width:100%}
.mob-slide{display:none !important}
.museam .pavilion-slider.slick-dotted.slick-slider{margin-bottom:75px; margin-top:55px}
.museam .document__head{background:url(/bitrix/templates/main/css/../img/museam.png) no-repeat center center / cover !important; height:560px}
.media .media__item{width:426px; padding-bottom:25px; margin-bottom:30px}
.media .media__items{display:grid; grid-template-columns:repeat(4,1fr); justify-items:center; grid-column-gap:16px}
.media .media__item h5{font-size:18px; font-weight:bold; margin-top:33px; margin-bottom:19px; height:68px}
.media .media__item p{font-size:14px; font-weight:300; margin-top:0; margin-bottom:32px}
.media .media__item .btn{width:230px; background:#bd0d0d; text-align:center; box-sizing:border-box}
.media .media__item img{width:100%}
.media .media__item .btn span{color:white}
.media .media__item .btn:hover{background:white}
.media .media__item .btn:hover span{color:#bd0d0d}
.media .navigation ul li{float:left; width:35px; height:43px; display:flex; justify-content:center; align-items:center; border:1px solid #d0d0d0; transform:skewX(-14deg); font-size:14px; font-weight:700; cursor:pointer; margin-right:4px; box-sizing:border-box}
.media .navigation ul li.other{border:none}
.media .navigation ul li.act{background:#bd0d0d; border:1px solid #bd0d0d}
.media .navigation ul li.act span{color:white}
.media .navigation ul li span{transform:skewX(14deg); display:block}
.media .navigation ul li:last-child{background:#e8e8e8; border:1px solid #e8e8e8}
.media .navigation ul li:last-child span{color:#bd0d0d}
.media .navigation a{width:200px; box-sizing:border-box; text-align:center; margin:0; padding:13px; margin-left:32px}
.media .navigation a:hover{background:#bd0d0d; border:1px solid #bd0d0d}
.media .navigation a:hover span{color:white}
.media .navigation ul li:hover{background:#bd0d0d; border:1px solid #bd0d0d}
.media .navigation ul li:hover span{color:white}
.media .navigation{display:flex; width:700px; margin:0 auto; margin-top:40px; margin-bottom:83px}
.media__content{border-bottom:1px solid #f1f1f1; padding-bottom:10px}
.news__item{height:606px; position:relative; width:55vw; -webkit-clip-path:polygon(0 10%,100% 0,100% 90%,0 100%); clip-path:polygon(0% 0%,100% 0,90% 100%,0 100%)}
.news__item:nth-child(2n){clip-path:polygon(11% 0%,100% 0,100% 100%,0 100%); position:relative !important; left:-10vw}
.news__content{display:grid; grid-template-columns:repeat(2,1fr); overflow:hidden}
.news__item:nth-child(odd){position:relative; left:0vw; padding-left:0}
.news__item:nth-child(even){position:relative; right:0vw}
.news__item:nth-child(1){background:url(/bitrix/templates/main/css/../img/newsbg1.png) no-repeat center top; background-size:100%}
.news__item:nth-child(2){background:url(/bitrix/templates/main/css/../img/newsbg2.png) no-repeat center top; background-size:100%}
.news__item:nth-child(3){background:url(/bitrix/templates/main/css/../img/newsbg3.png) no-repeat center top; background-size:100%}
.news__item:nth-child(4){background:url(/bitrix/templates/main/css/../img/newsbg4.png) no-repeat center top; background-size:100%}
.news__item:nth-child(5){background:url(/bitrix/templates/main/css/../img/newsbg5.png) no-repeat center top; background-size:100%}
.news__item:nth-child(6){background:url(/bitrix/templates/main/css/../img/newsbg6.png) no-repeat center top; background-size:100%}
.news__item:nth-child(odd) .item-wrap{position:absolute; top:50%; transform:translate(0,-50%); width:837px; left:0; border-top:400px solid rgba(255,255,255,0.95); border-left:0px solid transparent; border-right:75px solid transparent}
.news__item:nth-child(even) .item-wrap{position:absolute; top:50%; transform:translate(0,-50%); width:837px; right:0vw; border-bottom:400px solid rgba(255,255,255,0.95); border-left:75px solid transparent; border-right:0 solid transparent}
.news__item .item-wrap >div{position:absolute; top:-400px; left:46px}
.news__item:nth-child(even) .item-wrap >div{position:absolute; top:0}
.news__item h4{font-size:36px; margin-bottom:30px}
.news__item p{font-size:18px; font-weight:300; padding-right:40px}
.news__item a.btn.red{width:227px; box-sizing:border-box; text-align:center; background:#bd0d0d; border:1px solid white; margin-top:41px; padding-left:0; padding-right:0; font-size:15px}
.news__item a.btn.red span{color:white}
.news__item a.btn.red:hover{background:white; border:1px solid #bd0d0d}
.news__item a.btn.red:hover span{color:#bd0d0d}
.news__item h4:after{content:""; display:block; background:#bd0000; width:240px; height:1px; margin-top:37px}
.news-arrow-bottom{position:absolute; text-align:center; bottom:43px; width:100%}
.show-more{font-weight:700; color:white; text-transform:uppercase; text-decoration:underline; font-size:14px}
.news-arrow-bottom a i{color:white; font-size:20px; margin-top:16px}
section.maincatalog.new{position:relative}
.historypage .document__title{width:250px}
.historypage__top{background:#dfdfdf}
.historypage__top .global__href{margin-bottom:0; padding-bottom:37px}
.historypage__slideritem{width:425px !important; margin:0px 8px; box-sizing:border-box; background:white}
.historypage__slideritem .image-slider-wrap{position:relative}
.historypage__slideritem .image-slider-wrap img{width:100%}
.historypage__slideritem .image-slider-wrap span{position:absolute; font-size:48px; color:white; font-weight:700; bottom:28px; left:25px; -webkit-text-stroke:1px rgba(0,0,0,0.3)}
.historypage__slideritem p{padding:36px 25px; font-size:14px; font-weight:500; margin:0; min-height:125px}
.historypage__slider{padding-bottom:53px}
.historypage__slider .nav__btn{top:46%}
.links-history ul{display:flex; justify-content:space-between; padding-bottom:34px}
.links-history ul li{background:#f7f7f7; transform:skewX(-14deg)}
.links-history ul li a{transform:skewX(14deg); padding:16px 34px; display:block; font-weight:bold; font-size:18px; color:#333}
.links-history ul li.act{background:#bd0d0d}
.links-history ul li.act a{color:white}
.historapage__content .our{font-size:24px; font-weight:700; margin-bottom:50px; margin-top:67px}
.historapage__content >p{font-size:14px; font-weight:300}
.slider-lider{margin-top:70px; padding-bottom:90px}
.slider-lider .sl-item{width:290px !important; text-align:center; margin-left:45px}
.slider-lider .sl-item h4{margin-top:30px; margin-bottom:22px; font-size:18px}
.slider-lider .sl-item >div{font-size:16px}
.slider-lider .nav__btn{top:38%}
.historymark img{float:left !important; margin-right:47px}
.historymark .bonus__contentitem .bonus__text{padding-right:0; width:800px; margin:36px 0}
.historypage .bonus__text p{line-height:28px}
.historymark .bonus__contentitem .bonus__text a{width:288px; text-align:center; background:#bd0d0d; margin-top:54px; font-size:14px}
.historymark .bonus__contentitem .bonus__text a span{color:white}
.historymark .bonus__contentitem .bonus__text a:hover{background:white; margin-top:54px}
.historymark .bonus__contentitem .bonus__text a:hover span{color:#bd0d0d}
.searchdiller .contact__form{box-shadow:-5px 0px 9px rgba(211,211,211,0.75); width:915px; height:505px; box-sizing:border-box; padding-right:36px; overflow-y:scroll}
.searchdiller .contact__form::-webkit-scrollbar{width:3px; height:0px}
.searchdiller .contact__form::-webkit-scrollbar-button{width:0 }
.searchdiller .contact__form::-webkit-scrollbar-track{background-color:#bd0d0d}
.searchdiller .contact__form::-webkit-scrollbar-track-piece{background-color:#d5d5d5}
.searchdiller .contact__form::-webkit-scrollbar-thumb{height:0px; background-color:#bd0d0d; border-radius:0px}
.searchdiller .contact__form::-webkit-scrollbar-corner{background-color:#999}
.searchdiller .contact__form::-webkit-resizer{background-color:#666}
.vert-line{width:18px; height:505px; background:white; position:absolute; top:0px; right:3px; z-index:999}
.searchdiller-wrap{position:relative; width:935px}
.searchdiller__item{display:flex; color:#4d4d4d; justify-content:space-between; border-bottom:1px solid #e8e8e8; padding-bottom:6px; margin-top:27px}
.searchdiller__item .phones{display:flex; font-size:16px; font-weight:400; justify-content:space-between; width:183px; box-sizing:border-box}
.searchdiller__item .phones .items >div{margin-bottom:20px}
.searchdiller__item .name-title{width:197px !important; box-sizing:border-box}
.searchdiller__item .geolocation{display:flex; font-size:16px; font-weight:400; width:341px; justify-content:space-between}
.searchdiller__item .geolocation i{margin-right:17px; color:#b90000}
.searchdiller__item .geolocation a{margin-top:17px; text-decoration:underline; display:block; font-size:14px; color:#b90000}
.searchdiller__item .phones i{transform:rotate(90deg); color:#b90000; width:12px; height:12px}
.searchdiller .contact__form h5{font-weight:600; font-size:16px; margin:0}
.searchdiller .contact__form p{font-weight:600; font-size:14px; margin-top:28px}
.select-wrap-diller .jq-selectbox__trigger{display:none}
.select-wrap-diller .jq-selectbox__select{padding:0px !important; background:none !important; box-shadow:none !important; border-radius:0px !important; border:1px solid #bd0000 !important; transform:skewX(-14deg); width:192px; height:44px; display:flex; align-items:center; padding-left:34px !important; box-sizing:border-box}
.select-wrap-diller .jq-selectbox__select:hover{background:none !important}
.select-wrap-diller .jq-selectbox__select-text{font-weight:700; font-size:14px; text-transform:uppercase; color:#bd0000; display:block; transform:skewX(14deg)}
.select-wrap-diller{width:196px; position:relative}
.select-wrap-diller i{position:absolute; top:16px; right:31px; color:#bd0000}
.select-wrap-diller .jq-selectbox li{background-color:#fff; color:#b90000; border:1px solid #b90000; font-size:14px; text-transform:uppercase; font-weight:700; height:30px; box-sizing:border-box; display:flex; transform:skewX(-14deg); align-items:center; padding-left:32px; width:190px; margin-left:5px; margin-bottom:5px}
.select-wrap-diller .jq-selectbox li span{transform:skewX(14deg); display:block}
.select-wrap-diller .jq-selectbox__dropdown{width:208px; top:50px !important; margin-left:-6px; box-shadow:none; border:none}
.select-wrap-diller .jq-selectbox li:hover{background-color:#b90000; color:#FFF}
.select-wrap-diller .jq-selectbox li.selected{background-color:#b90000; color:#FFF}
.price .c-black{color:#3c3c3c; padding-left:7px}
.our:hover .c-red, .our:hover .c-black{padding-bottom:15px; border-bottom:2px solid #bd0d0d}
.price__content .tab-bottom-text{margin-top:70px}
.priceonitems{display:flex}
.priceonitems-table{border-spacing:0px; width:417px}
.priceonitems-table tr:first-child{background:#e6eaf2}
.priceonitems-table tr:first-child th{padding:14px 0; font-size:14px; text-transform:uppercase}
.priceonitems-table tr:first-child th:first-child{width:225px; box-sizing:border-box; text-align:left; padding-left:27px}
.priceonitems-table tr:first-child th:last-child{width:187px; box-sizing:border-box; text-align:center}
.priceonitems-table td{border:1px solid #e6eaf2; padding:14px 0; font-size:14px}
.priceonitems-table tr td:first-child{text-align:left; padding-left:27px}
.priceonitems-table tr td:last-child{text-align:center}
.graph{width:866px; box-sizing:border-box; margin-top:63px; margin-left:32px; height:508px; position:relative; margin-right:32px}
.graph >.title-graph{background:#e6eaf2; color:#3c3c3c; font-size:14px; font-weight:700; text-transform:uppercase; width:96%; padding:14px 20px; box-sizing:border-box; margin-left:24px}
.graph >img{width:100%}
.price__items .hrefs a{position:relative}
.price__items .hrefs a:first-child{background:#b90000; width:377px; box-sizing:border-box; margin-top:79px; margin-right:34px}
.price__items .hrefs a:first-child span{color:white}
.price__items .hrefs a:last-child{width:402px; background:#626262; border:1px solid #626262; box-sizing:border-box; margin-top:79px}
.price__items .hrefs a:last-child span{color:white}
.price__items .hrefs{display:flex}
.price__items .hrefs a img{position:absolute; top:50%; transform:skewX(14deg) translate(0px,-50%)}
.price__items .hrefs a:first-child img{right:38px}
.price__items .hrefs a:last-child img{right:29px}
.price__items{display:flex; justify-content:space-between}
.head-table tr th:first-child i{margin-left:10px}
.pricegsm td{text-transform:none; padding:6px 0; border-left:none; position:relative}
.pricegsm td i{position:absolute; font-size:10px; color:#cb4040; top:50%; right:58px; transform:translate(0px,-50%)}
.main-pricegsm tr:first-child{background:none}
.main-pricegsm tr td:first-child{width:199px}
.main-pricegsm tr td:last-child{text-align:center; width:183px}
.pricegsm{height:277px !important; display:block; overflow-y:scroll; width:415px}
.pricegsm::-webkit-scrollbar{width:3px; height:3px}
.pricegsm::-webkit-scrollbar-button{display:none}
.pricegsm::-webkit-scrollbar-track{background-color:#bd0d0d}
.pricegsm::-webkit-scrollbar-track-piece{background-color:#e6eaf2}
.pricegsm::-webkit-scrollbar-thumb{height:50px; background-color:#bd0d0d; border-radius:3px}
.pricegsm::-webkit-scrollbar-corner{background-color:#999}
.pricegsm::-webkit-resizer{background-color:#666}
.priceonitems-table.wallet tr:first-child th:nth-child(1){box-sizing:border-box; width:190px; text-align:center; padding-left:0; padding-right:0}
.priceonitems-table.wallet tr:first-child th:nth-child(2){width:105px; font-weight:400}
.priceonitems-table.wallet tr:first-child th:nth-child(3){width:115px; font-weight:400}
.priceonitems-table.wallet td{text-align:center; font-size:14px}
.priceonitems-table.wallet tr td:first-child{padding-left:21px; font-weight:700}
.wallet-wrap{margin-top:38px}
.profile__content .tab-bottom-text{margin-top:70px}
.profile__content .tab .tab-legend .active:after{display:none}
.profile__content .tab .tab-legend .active img{background:none}
.profile__content .tab.tab-vert .tab-legend{width:426px; float:left}
.profile__content .tab.tab-vert .tab-legend div img{width:15px; margin:0; display:block; border:none; box-sizing:border-box; padding:0; margin-left:17px; margin-right:14px}
.profile__content .tab .tab-legend li{background:none; display:flex; background:none; display:flex; color:#151818; font-weight:600; font-size:16px; padding:14px 10px 14px 10px; padding-bottom:25px; border:1px solid #e8e8e8; cursor:pointer; align-items:center; border-bottom:none}
.profile__content .tab.tab-vert .tab-legend .active{border:1px solid #b90000; background:#b90000; color:white}
.my-cart{display:flex; flex-direction:column; padding-left:68px; font-size:14px; font-weight:400; height:0; transition-property:height; transition-duration:0.3s; overflow:hidden}
.my-cart span{padding:14px 0}
li.cart-wrap{border-bottom:none !important}
.cart-wrap{display:block !important; padding:0 !important}
.cart-wrap-title{display:flex; padding:15px 0px; position:relative}
.profile__content .tab.tab-vert .tab-legend .cart-wrap.active{background:none; color:#151818; padding:0; border:1px solid #e8e8e8}
.cart-wrap.active .cart-wrap-title{background:#b90000; color:white; border:1px solid #b90000}
.profile__content .tab .tab-legend li:last-child{border-bottom:1px solid #e8e8e8}
.my-cart.show-tab{height:136px}
.profile__content .tab-content li.active{display:block}
.profile__content .tab-vert .tab-content{width:73%}
.profile-about-user{background:#f7f7f7}
.about-me h4{font-size:18px; font-weight:bold; margin:0; padding-top:28px; padding-bottom:34px}
.profile-about-user{padding:0px 25px}
.about-me-line{display:flex; font-size:14px; width:80%; justify-content:space-between; font-weight:300; margin-bottom:22px}
.about-me-line:last-child{margin-bottom:25px}
.mini-title{font-weight:600}
.to-edit a i{margin-left:27px; margin-right:9px; color:#b90000}
.to-edit a span{color:#b90000; text-decoration:underline}
.about-me{border-bottom:1px solid #c4c4c4; padding-bottom:7px}
.about-post .about-me-line{width:80%}
.about-post h4{font-size:14px}
.gps-geo span:first-child{margin-right:20px}
.about-post{border:none; padding-bottom:1px}
.tab_search_result{width:870px; display:grid; grid-template-columns:repeat(3,1fr); grid-column-gap:18px; grid-row-gap:9px}
.tab__search__content h4{font-size:18px; margin-top:0}
.tab__search__content .catalogtech__search{margin:24px 0}
.tab_search_resultitem{width:276px}
.tab_search_resultitem h3{font-size:14px}
.tab_search_resultitem .img-wrap{width:276px; height:134px; border:1px solid #e8e8e8; display:flex; align-items:center; justify-content:center}
.tab_search_resultitem .img-wrap img{width:150px}
.cart-wrap-title i.fas{position:absolute; top:17px; right:20px}
.cart-wrap.active .cart-wrap-title i.fas{color:white}
.cart-wrap .cart-wrap-title i.fas{color:black}
.tab-head-title{font-size:18px; margin-top:0}
.status-cart{font-size:16px; margin-bottom:27px; display:block}
.cart-content{width:1025px; border:1px solid #e8e8e8; box-sizing:border-box}
.cart__content_item{display:flex}
.cart-item-content{width:786px; border-bottom:1px solid #e8e8e8}
.cart-item-status{width:238px; border-left:1px solid #e8e8e8}
.status-head{border-bottom:1px solid #e8e8e8; padding:13px 20px; display:flex; justify-content:space-between; font-size:14px; font-weight:600}
.status-head span:last-child{font-size:12px; text-decoration:underline; cursor:pointer}
.cart-item-head{font-size:14px; font-weight:600; margin-top:15px}
.cart-item-head .order-number{color:#bd0000; margin-left:27px}
.cart-item-head .item-data{margin-left:70px}
.cart-item-head .about-order{text-decoration:underline; margin-left:180px}
.about-item-photo{width:158px; height:92px; border:1px solid #e8e8e8; display:flex; align-items:center; justify-content:center; margin-right:18px}
.about-item-photo .img-wrap img{width:88px}
.cart-item-bottom{padding:18px 13px; display:flex}
.main-title-cart{display:flex; flex-direction:column}
.about-item-text{display:flex; justify-content:space-between; width:570px; align-items:center; height:65px}
.main-title-cart .name{font-size:16px; font-weight:700; margin-top:0; margin-bottom:10px; width:155px}
.main-title-cart .price{font-size:14px; font-weight:600}
.about-item-text .quantity, .about-item-text .total__price{font-size:14px; font-weight:600}
.status-bottom >div{width:190px; height:50px; background:#ececec; transform:skewX(-14deg); display:flex; align-items:center; justify-content:center; font-size:16px; font-weight:600; color:#727272}
.status-bottom >div >span{display:block; transform:skewX(14deg)}
.status-bottom{display:flex; align-items:center; justify-content:center; height:118px; border-bottom:1px solid #e8e8e8}
.total-card{padding:13px 25px}
.total-card .title-price{font-size:14px; font-weight:600}
.total-card .price{font-size:18px; font-weight:700; display:inline-block; margin-left:21px}
.tab-history.tab .tab-legend .active:after{display:none}
ul.tab-legend.links-history{width:1728px; margin:0 auto}
.links-history li{border:none !important; background:#f7f7f7 !important}
.links-history li.active{background:#bd0000 !important}
.links-history li.active div{color:white}
.tab.tab-horiz.tab-history{background:#dfdfdf; padding-bottom:35px; margin-top:0}
.tab-history.tab .tab-content li.active{display:block}
.hideY{position:absolute; bottom:57px; left:0px; z-index:99999999999999999999999; width:30px; height:36px; background:white}
.hideX{position:absolute; bottom:16px; left:18px; z-index:99999999999999999999999; width:23px; height:55px; background:white}
.canvas{position:relative; margin-left:-5px; margin-top:-4px}
#myChartmob{display:none}
.catalog-tab-a a{background:#bd0000; display:flex; align-items:center; width:380px; box-sizing:border-box; height:50px; justify-content:center; margin-top:36px}
.catalog-tab-a a span, .catalog-tab-a a img{display:block; transform:skewX(14deg)}
.catalog-tab-a a span{color:white}
.catalog-tab-a a img{margin-left:19px}
.catalog-profile-content ul li a{border:1px solid #e8e8e8; width:869px; height:46px; display:flex; align-items:center; padding-left:25px; color:#3c3c3c}
.catalog-profile-content ul li{margin-bottom:3px; padding-bottom:0}
.a-pdf a{width:203px; margin-top:17px}
.pdfs-content ul li{margin-bottom:38px; padding:0}
label.input-acts{height:50px; width:452px; display:flex; box-sizing:border-box; border:1px solid #c0c0c0; transform:skewX(-14deg); align-items:center; margin-left:10px; margin-right:19px; padding-right:3px}
label.input-acts input{transform:skewX(14deg); outline:none; border:none; height:13px; margin-left:21px; font-size:14px}
label.input-acts input::-webkit-input-placeholder{color:#c1c1c2}
label.input-acts input::-moz-placeholder{color:#c1c1c2}/* Firefox 19+ */
label.input-acts input:-moz-placeholder{color:#c1c1c2}/* Firefox 18- */
label.input-acts input:-ms-input-placeholder{color:#c1c1c2}
.take-tab{width:176px; box-sizing:border-box; text-align:center; font-size:12px; margin:0}
.acts-tab .a-pdf a{margin:0}
.acts-tab ul li div{display:flex}
.acts-tab ul li >span{margin-bottom:19px; display:inline-block; font-size:16px}
.acts-tab ul li{padding:0; margin-bottom:38px}
.choose-in-tab{width:464px; height:50px; border:1px solid #c0c0c0; transform:skewX(-14deg); box-sizing:border-box; display:flex; align-items:center; position:relative; margin-right:18px; cursor:pointer}
.choose-in-tab span, .choose-in-tab i{display:inline-block; transform:skewX(14deg)}
.choose-in-tab span{color:#969696; font-size:14px; margin-left:21px}
.choose-in-tab i{position:absolute; right:23px; font-size:12px}
.m0{margin:0 !important}
.main-image-tab .wrap{display:flex !important}
.tab__cart__content{display:none}
.tab__cart__content:nth-child(1){display:block}
.tab__cart__content:nth-child(2) .status-bottom >div{background:#bd0000; font-weight:600; color:white !important}
.tab__cart__content:nth-child(3) .status-bottom >div{background:#f8c0c2; color:white !important}
a.cart-a-wrap{cursor:pointer}
a.cart-a-wrap:hover{color:#bd0000}
.catalog-profile-content ul li:hover a{background:#bd0000; border:1px solid #bd0000; color:white}
.forum__comment-wrap div:last-child .img-wrap:after{}
.forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.comment-answer-wrap >.img-wrap:after{left:-331px}
.forum__comment-wrap >.forum__comentanswer >.forum__comentanswer:before{left:-325px; width:360px}
.forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.comment-answer-wrap >.img-wrap:after{left:-516px}
.forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer:before{left:-511px; width:554px}
.forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.comment-answer-wrap >.img-wrap:after{left:-701px}
.forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer:before{left:-696px; width:730px}
.history .bonus__texttitle{font-size:36px; padding-bottom:31px}
.history .bonus__contentitem{display:flex; align-items:flex-start}
.history .bonus__text.document__text{padding-top:45px}
.history .bonus__text{margin-top:0}
.select-wrap-diller .jq-selectbox__select, .select-wrap-diller .jq-selectbox__select:hover{margin-top:1px}
.hrefs .btn:first-child:hover{background:#626262 !important; border:1px solid #626262 !important}
.hrefs .btn:last-child:hover{background:#bd0000 !important; border:1px solid #bd0000 !important}
.price__items .hrefs a{font-size:14px}
.allnews .news__item:nth-child(2n){left:-8vw}
.allnews .news__item:nth-child(even) .item-wrap{right:2vw}
.document__head .document__title{width:711px; min-width:40%; width:max-content; padding-right:20px}
.historypage .document__title{width:170px !important; bottom:-398px !important}
.historypage__slider ul.slick-dots li div{font-weight:700}
.historypage__slider ul.slick-dots li div span{transform:skewX(14deg); display:inline-block}
section.document.pavilion .document__title{width:670px}
.information__content p{color:#585757; line-height:31px}
.vertical_lines{position:absolute; top:50px; left:27px}
.vertical_lines li{width:14px; height:2.6px; background:#e6eaf2; margin-bottom:41.3px}
.horizontal_lines{position:absolute; bottom:67px; left:134px; display:flex}
.horizontal_lines li{width:2.6px; height:14px; background:#e6eaf2; margin-right:102px}
.modal2-line >div:nth-child(2){width:100%; margin:0px 10px; border-bottom:1px dotted #605a48}
.modal2-line{display:flex; justify-content:space-between; width:315px}
.modal2-line >div{white-space:pre}
.document .bonus__texttitle{margin-top:35px}
.d-none{display:none!important}
summary::before{content:'\25B6'; padding-right:0.5em}
details[open] > summary::before{content:'\25BC'}
.hamb__block li{margin-bottom:20px; width:280px; text-align:center}
/* End */


/* Start:/bitrix/templates/main/css/media.css?175879966533469*/
.container_incatalog #img_content{left:calc(50% - 522px)}
.bottom-forum-btn{display:flex;justify-content:center}
.forum2__wrap .bottom-forum-btn a{transform:skewX(-14deg);display:block;margin:35px 0 45px 0}
.forum__coment .time{margin-block-start:1.33em}
.text__forum .name{padding-right:170px}
iframe.picture-video {width:789px;height:395px}
.header__slider div img{width:100%;height:100%}

@media screen and (max-width:1700px){
  .menu ul li a, .btn {font-size:15px}
  .machines.slick-slide{min-height:395px}
}
@media screen and (max-width:1590px){
  .menu ul li a, .btn {font-size:14px}
  .machines.slick-slide{min-height:395px}
}
@media screen and (max-width:1575px){
  .menu ul li a, .btn {font-size:13px}
  .ddd.footer__ullist {width:330px;padding-left:30px}
  .news-list-item {width:25%}
  .catalog__item {padding:0px 50px} 
}
@media screen and (min-width:1441px) and (max-width:1870px){
	.product__slider .similar-btn-rigth{right:-5px}
	.product__slider .similar-btn-left{left:-5px}
	.similar-slider .similar-btn-rigth{right:-5px}
	.similar-slider .similar-btn-left{left:-5px}
	.container{max-width:90%}
	.content__news{width:calc(100% - 450px)}
	.footer__content ul li.addlist{display:none}
	.forum__coment{width:calc(100% - 100px)!important}
	.machines__item img{width:100%;object-fit:contain}
	.forum__coment.forum__comentanswer{width:calc(100% - 185px)!important}
	.calendar__news{min-height:450px;float:left;width:58%}
	body .ui-datepicker table td{padding:49px 11px 10px 0px}
	.calendar__newitem div ul{width:100%;display:flex}
	.calendar__newitem div ul li:last-child{min-width:70px;margin-right:0px}
	.calendar__newsblock{width:100%}
	.calendar__block{width:42%;float:right;padding-left:50px;box-sizing:border-box}
	.calendar__newphoto{width:40%;height:215px;object-fit:contain}
	.calendar__newscontent{float:right;width:60%}
	.calendar__newitem{width:100%}
	.footer__content{display:flex;align-items:flex-start;justify-content:space-between}
	.contact__info{width:44vw}
  iframe.picture-video {width:580px;height:290px}
}
@media screen and (min-width:1300px) and (max-width:1870px){
  .catalog_slider .slick-list.draggable{margin:0px 20px}
  .catalog__item img{width:290px;height:183px;margin-top:118px}
  .catalog__item h3{font-size:24px;height:50px}
  .catalog__item{height:625px}
}
@media screen and (min-width:1440px) and (max-width:1670px){
  img.card-img-top {width:90%}
 .ddd.footer__ullist {width:400px}
 .news-list-item {float:left;padding-right:10px;width:28%}
   .bonus__contentitem .svg__texttitle{width:38%}
  .bonus__contentitem:nth-child(even) .svg__texttitle{right:80px}
  .bonus__contentitem:nth-child(odd) .svg__texttitle{left:130px}
}
@media screen and (max-width:1440px){
.menu ul li a, .btn {font-size:11px}
  iframe.picture-video{width:430px;height:215px}
   .bonus__contentitem .svg__texttitle{width:35%}
  .bonus__contentitem:nth-child(even) .svg__texttitle{right:148px}
  .bonus__contentitem:nth-child(odd) .svg__texttitle{left:200px}
  .catalog__item img{height:auto}
	.container{width:1105px}
	.contact__item i{left:10px}
	#map{overflow:hidden;position:relative !important;width:890px;margin:0 auto;border:none;top:20px}
	.contact__tit{font-size:15px}
	.contact__info{font-size:14px}
	.contact__form h5, .contact__form h2{font-weight:600;font-size:14px}
	.contact__info{margin:0 auto;margin-top:42px}
	.contact__form{margin:0 auto;margin-top:20px;margin-bottom:60px}
	.detail__image{width:542px}
	.detail__about{width:538px}
	.calendar__block{float:none;margin:0 auto;width:552px;transform:none}
	.detail__similaritem{width:345px;padding-left:20px}
	.detail__similaritem h3{margin-top:25px;font-size:14px}
	.calendar__news{float:none}
	.calendar__newitem{width:100%}
	.calendar__newphoto{float:none;width:100%}
	.calendar__newsblock{width:552px;margin:0 auto;margin-top:52px}
	.calendar__newsblock{width:552px;margin:0 auto;margin-top:52px}
	.calendar__newscontent{float:none;width:100%}
	.calendar__table th{width:64px}
	.calendar__table td{padding:27px 4px 9px 42px}
	.head__logo{width:174px}
	span.head__text{font-size:12px}
	.menu ul li a{font-size:10px;margin-right:36px}
	.fa-angle-down{top:35px}
	header{height:95px}
	.fa-angle-down{top:37px}
	.slick-prev:before, .slick-next:before{transform:skew(10deg)}
	.slick-prev, .slick-next{transform:scale(0.5) skew(-10deg) translate(0px,-166px)}
	.slick-prev:hover, .slick-next:hover{transform:scale(0.5) skew(-10deg) translate(0px,-166px)}
	.slick-prev{left:22px}
	.slick-next{right:22px}
	.header__text{margin-left:141px}
	.machines__item img{height:166px}
	.machines__item{min-height:310px}
	.machines__item:hover h3{font-size:16px}
	.machines__item h3{font-size:10px}
	.content__news{width:100%}
	.content__item{width:540px !important}
	.content__date{width:100%;float:none}
	.date__item{width:430px !important}
	.date__item:last-child{display:none}
	.content__datecontent{display:flex}
	.date__item:first-child{margin-right:138px;}
	.all__date{margin-top:24px;margin-bottom:84px}
	.partners__img img{width:49%}
	.partners__img{justify-content:space-between}
	.title{margin-top:30px}
	.footer__ullist{transform:none !important;margin:0 !important;width:180px;padding-top:40px}
	.sixthitem{display:none}
	.main_item p{font-size:14px}
	.footer__content{display:flex;align-items:flex-start;justify-content:space-between}
	.main_item{width:263px}
	.fourthitem{width:203px}
	.thirditem{padding-top:84px}
	.tab-content-item{width:259px}
	.tab-vert .tab-content{//width:74% !important}
	.tab-content li.active{grid-template-columns:repeat(3,1fr)}
	.tab-content-item img{width:200px}
	.bonus__title h4{font-size:48px}
	.bonus__title h6{font-size:36px;margin-left:0;text-align:right}
	.bonus__image img{width:100% }
	.bonus__image{width:311px;bottom:174px}
	.bonus__top ul li div h5, .bonus__top ul li div h2{font-size:60px !important}
	.bonus__top ul{margin-left:236px;margin-top:161px}
	.bonus__top ul li{width:130px;margin-left:36px}
	.bonus__top ul li:nth-child(odd) div h5{margin-top:0}
	.bonus__top{height:540px}
	.bonus__top ul li div p{font-size:12px;padding-right:0px;line-height:21px}
	.bonus__text{font-size:12px;margin-top:0;padding-left:23px}
	.bonus__contentitem:last-child .bonus__text{padding-right:40px}
	.form-line-one label input, .label-file{width:350px}
	.productia__headcontent >img{padding-top:144px;width:668px}
	.productia__links{right:-215px;top:540px}
	.productia__head >.bg-wrap-prod{height:596px}
	.production__abouttext >p, 
	.production__abouttext >div >ul li{font-size:14px}
	.production__abouttext >h5, .production__abouttext >h4, .production__abouttext >h2, .production__abouttext >h3{font-size:24px}
	.production__aboutitem{height:100%}
	.production__abouttext{padding-left:56px;width:60%}
	.production__aboutitem:nth-child(odd) >img{padding-right:0 !important;width:45%;height:45%}
	.prod__similar{width:1050px}
	.prod__similar .similar-btn-left{left:-35px}
	.prod__similar .similar-btn-rigth{right:-35px}
	.production__aboutitem:last-child{padding-top:50px}
	.productia__table tr td:first-child{padding:16px 100px 16px 28px}
	.productia__table tr td:last-child{padding:16px 131px 16px 63px}
	.informelectro__item{width:352px}
	.informelectro__item .kariera-btn{width:auto !important}
	.search__contentitems a:nth-child(n+7){display:none}
	.search__contentitems{grid-template-columns:repeat(2,1fr)}
	.search__contentitem{width:532px}
	.c404{height:1580px}
	.content__404{top:350px}
	.tab-document .tab-legend{margin-left:8px;display:none}
	.tab-document .tab-content{padding-top:0px}
	.tab-document .tab-content li.active{padding-left:0px}
	.tab-document .bonus__contentitem:last-child .document__text a{margin-left:8px}
	.information__right{display:none}
	.information__content{width:100%}
}
@media screen and (max-width:1360px){
  .tab-content li.active {grid-template-columns:repeat(2,1fr)}
  .machines.slick-slide{min-height:1px} 
  .tab-content-item{width:100%}
  .tab-bottom-text{padding-left:25%}
  .productia__links {right:-138px}
  .productia__links >a{font-size:14px;padding:10px 0px;width:180px}
  .btn {padding:15px 15px}
  .btn:first-child {margin-right:15px}
  .menu ul li a {margin-right:20px}
  .bonus__contentitem .svg__texttitle{font-size:42px}
  .bonus__contentitem:nth-child(even) .svg__texttitle{right:90px}
  .bonus__contentitem:nth-child(odd) .svg__texttitle{left:130px}
}
@media screen and (max-width:1200px){.similar-btn-left{left:10px}
  .similar-btn-rigth{right:19px}
  .catalogtech__legend .catalog-btn-rigth{right:15px}
  .catalogtech__legend .catalog-btn-left{left:15px}
  .bonus__contentitem .svg__texttitle{font-size:38px}
}
@media screen and (max-width:1300px) and (min-width:769px) {
	.catalog-slider-wrapper{background:url("/bitrix/templates/main/css/../img/catalog_b1.jpg") no-repeat center center / cover}
	.catalog_slider{background:rgba(255,255,255,0.7);width:752px;margin:0 auto}
  .jq-selectbox__select, .jq-selectbox__select:hover{margin-top:30px;padding:0 3px 16px 10px}
	.catalog__item {height:auto;transform:none}
	.catalog__slidertext{margin-left:0px}
	.catalog__item img{width:420px;margin-top:80px}
	.catalog__item p{margin-bottom:60px}
	.fas.fa-chevron-up.catalog-slider-1280{top:33%}
	.fas.fa-chevron-down.catalog-slider-1280{bottom:35%}
	.catalog__item:hover{background:none}
	.catalog .global__href, .catalog .title{display:none}
	.slick-current .catalog__item{-webkit-filter:none;-moz-filter:none;-ms-filter:none;-o-filter:none;filter:none !important}
	.catalog__item .wrap{transform:none}
	.catalog .slick-list.draggable{padding:0 !important}
}
@media screen and (max-width:1145px) and (min-width:769px){
  .ddd.footer__ullist {width:200px;padding-left:45px}
  .news-list-item {width:22%}
  .tab-bottom-text{padding-left:30%}
	.container{width:96%}
	.global__href{visibility:hidden}
	.jq-selectbox li{display:block !important}
	header .slick-prev{left:-10px}
	.machines__item{min-height:235px}
	.content__item{width:97% !important}
	.date__text{width:270px}
	.date__item{width:96% !important}
	.machines__item img{height:93px}
	.machines{background:url(/bitrix/templates/main/css/../img/bg2.png) no-repeat center 0px / cover}
	.header__text{margin-left:120px}
	header .slick-next{right:-10px}
	.tel a img{width:48%;height:100%;padding-top:20px}
	.addres{font-size:8px}
	.main_item >img{width:124px}
	ul.links li a img{width:30px}
	.main_item{width:140px !important}
	.footer__content ul li a{font-size:9px}
	.footer__content ul li{margin-bottom:0px}
	.tit, .tit .about{font-weight:600;font-size:10px}
	.head .btn{padding:9px 5px;font-size:7px;margin-top:30px}
	.head .btn:first-child{margin-right:18px}
  .head__btns img {width:15px;left:-21px}
  .head .wrap_dop_yb .button {min-width:149px;min-height:30px}
	.head__nav{margin-top:33px}
	.head__nav i{width:24px !important;height:24px !important;font-size:10px}
	.menu ul li a{font-size:9px;margin-right:14px}
	.footer__ullist{width:120px}
	.center__404{width:720px}
	.c404{background:url(/bitrix/templates/main/css/../img/kolosokbg1.png) no-repeat left -227px bottom -40px,url(/bitrix/templates/main/css/../img/kolosokbg2.png) no-repeat right -227px bottom -40px}
	.bonus__top ul li{width:130px;margin-left:17px}
	.bonus__top ul{width:735px;margin:0 auto;display:block;margin-top:164px;z-index:999;position:relative}
	.tab-content-item{width:100%}
	.maincatalog.tab.tab-vert .tab-legend{margin-right:25px}
	.catalogtech__contentul >li{width:600px}
	.catalogtech__search input{width:600px}
	.catalogtech__search{width:600px}
	#tab-slider div img{width:68%;height:10vw;padding:20px 15px}
	.catalogtech .catalog-btn{top:7vw}
	.contact__item i{left:-19px}
	#map{width:90%}
	.catalogtech__title{padding-top:20px}
	.contact__info{width:90%}
	.contact__form{box-sizing:border-box;width:90%}
	.contact__form .content-input .input-wrap{width:45%}
  .bonus__contentitem .svg__texttitle{font-size:26px;width:40%;color:#fff;height:400px;align-items:center}
  .bonus__contentitem:nth-child(even) .svg__texttitle{right:0px}
  .bonus__contentitem:nth-child(odd) .svg__texttitle{left:60px}
	.detail__about{width:48%}
	.detail__image{width:48%}
	.detail__similaritem{width:32%;padding-left:1%}
	.silimar-image-wrap{width:74%}
	.silimar-image-wrap img{width:70%}
	.similar .similar-btn{top:25%}
	.document.pavilion .document__title{width:673px}
	.document__text a{width:87%}
	.informelectro__item >h5, .informelectro__item >h4, .informelectro__item >h3, .informelectro__item >h2{min-height:48px}
	.informelectro__item{width:32%}
	.form-line-one label input, .label-file{width:100%}
	.form-line-one label{width:32%}
	.form-line-last label{width:100%}
	.modal2-kariera{width:98%}
	.kariera__modal2 .modal__email{width:81%}
	.kariera__modal2 .modal__email input{width:100%}
	.modal__file >div{width:254px}
	.file__text{margin-left:11px}
	.kariera__modal2{height:540px}
	.bottom-text-karier-modal{padding:0px 15px}
	.modal2-kariera-wrap >div{width:47%}
	.search__contentitem >img{width:225px;margin:0 auto}
	.search__contentitem{width:100%}
	.production__aboutitem:nth-child(even) .production__abouttext{padding-right:20px}
	.production__abouttext >p, .production__abouttext >div >ul li{font-size:12px}
	.production__abouttext >h5, .production__abouttext >h4, .production__abouttext >h3, .production__abouttext >h2{font-size:20px}
	.prod__similaritem{padding:20px 40px;margin:0 auto}
	.productia__headcontent{width:550px}
	.productia__headcontent >img{padding-top:170px;width:100%}
	.productia__headcontent >h5, .productia__headcontent >h4, .productia__headcontent >h3, .productia__headcontent >h2{font-size:29px}
	.productia__links >a{font-size:9px;padding:8px 0;width:120px;margin:0px !important;margin-bottom:9px !important}
	.productia__links{width:173px;right:-100px;top:512px}
	.productia__head >.bg-wrap-prod{margin-bottom:158px}
	.product__slider .nav__btn{top:5.4vw}
	.product__slider .nav__btn.similar-btn-rigth{right:10px}
	.prod__similar{width:100%}
	.prod__similaritem{width:75% !important}
	.prod__similaritem >img{width:80%}
	.prod__similar .similar-btn-left{left:0}
	.prod__similar .similar-btn-rigth{right:0}
	.tab-productia .tab-content >li{padding-bottom:0}
	.production__aboutitem{margin-bottom:15px;height:auto !important}
	.production__aboutitem:last-child{padding-top:10px}
	.tab .tab-legend .active:after{right:-27px}
}
@media screen and (max-width:960px) and (min-width:768px){
  .header__text .header__undertitle {font-size:30px}
  .korporation__text_wrap{margin-top:-400px;padding:40px}
  .korporation__text{width:693px;bottom:112px;left:0;border-top:390px solid #fff}
  .korporation__text:after{height:391px;top:-391px;right:-38px;transform:skewX(-11deg)}
}
@media screen and (max-width:768px){
  div.logo_svg_ec {margin:auto}
  .footer__org h6 {margin:0;padding:10px}
	.jq-selectbox__select, .jq-selectbox__select:hover{margin-top:0px}
  .production__abouttext >h5:after{width:300px}
  glyph.logo_svg_ec {margin:auto}
  iframe.picture-video {width:100%;height:210px}
 	.forum__coment .time{margin-block-start:0;position:initial}
	body .text__forum .name{padding-right:0px;margin-bottom:15px}
	.phone__head .language{display:none}
	.icon-flex-1{float:none !important;width:100% !important}
	span.icon-text{max-width:100% !important}
	.head__logo_text{width:100px}
	span.head__text{display:none}
	.box-modal{width:280px;box-sizing:border-box}
	.modal .input-wrap{width:91%}
	.modal a{width:200px;transform:skewX(-10deg)}
	.modal a span{width:200px;transform:skewX(10deg)}
	.modal-1{display:block;padding:0}
	.modal-1-item:first-child{border-right:none;border-bottom:2px solid #e8e8e8}
	.modal-1-item{width:100%}
	.modal-2 .contact__form{margin-bottom:25px}
	.modal-form-title{font-size:15px !important;margin:0 !important}
	.catalog .catalog-btn{top:50%}
	.catalog .catalog-btn-rigth{right:20px}
	.catalog-btn-left{left:20px}
	.catalog-slider-wrapper{width:100%}
	.phone__head{display:block}
	.calendar__table{border-spacing:3px 6px !important}
	header{width:100%}
	.month__nameblock{width:101px;height:25px;margin:0px 13px}
	.nav__btn i{font-size:8px}
	.month__name{font-size:11px}
	.calendar__block{width:100%}
	.calendar__newsblock{width:90%}
	.calendar__newitem div ul{width:100%}
	.calendar__nav{width:175px;margin-bottom:16px}
	.nav__btn{width:22px;height:25px}
	.calendar__table td{padding:12px 1px 2px 17px;font-size:10px}
	.calendar__table{width:288px;margin:0 auto}
	.calendar__newitem h6{font-size:16px;margin-top:10px}
	.calendar__newitem p{font-weight:300}
	.calendar__newitem{padding-bottom:5px}
	.calendar__table th{width:28px;height:12px;font-size:8px}
	.header__textblick{left:30px;height:80px;z-index:9999999}
	.shadow-header{box-shadow:0px -1px 10px #eee}
	.calendar__newitem div ul{padding:15px 0}
	.calendar__newitem div ul li:first-child{transform:translate(0px,0px)}
	.calendar__newitem div ul li{transform:translate(0px,0px)}
	.phone__head span{font-size:14px;font-family:UkrainianJikharev}
	header *{display:block}
	.header__slider .slick-arrow{display:none !important}
	.container{width:90%}
	.header__content{display:block;width:100%}
	.head__logo{padding:18px 0}
	.head__nav{margin-top:11px;margin-right:50px}
	.hamburger__btn{display:block;z-index:7}
	.header__slideritem{height:472px}
	.header{height:472px}
	.header__text{width:100%;margin-top:20px;margin-left:0;padding:0px 17px;box-sizing:border-box}
	.header__text h1, .header__text .h1{font-size:21px;margin-bottom:20px}
	.header__undertitle{font-size:18px !important}
	.header__text p{font-size:12px;margin-bottom:10px}
	.header__text .btn{margin:0 auto}
	.machines__item img{height:85px}
	.machines__item img{margin:38px 18px;margin-bottom:20px}
	.machines__item:hover h3{font-size:10px}
	.machines__item{min-height:auto !important;min-width:auto !important}
	.machines{background:url(/upload/medialibrary/978/3c8nw8he5fpmmuu2s3w29yr9hifoi61n.webp) no-repeat center 0px / cover}
	.header__slider{width:100%}
	.machines__slider::-webkit-scrollbar{width:0px;height:6px}
	.menu >ul >li, .head__btns{display:none}
	.jq-selectbox li{font-size:14px}
	.news{display:block}
	.content__item{width:100% !important;margin-left:0px}
	.content__itemdate span{font-size:12px}
	.content__itemdate img{width:14px;height:14px}
	.content__item h4{font-size:16px}
	.all_news{font-size:14px;color:#bd0d0d;border-bottom:1px solid #ca3f3f;text-transform:uppercase;font-weight:bold;line-height:23px;cursor:pointer;display:inline}
	.content__date .title .our{font-size:17px;margin-top:25px;margin-bottom:15px}
	.content__date .content__btns{display:none}
	.content__datecontent{display:block}
	.date__item{width:100% !important}
	.date__text{width:70% !important;margin-right:14px}
	.slick-slide{overflow:hidden}
	.partners__img img{width:100%;margin-bottom:10px}
	.main_item{width:100%;text-align:center}
	.links{display:flex;justify-content:center}
	.org{text-align:center;display:block}
	.org p:first-child{padding-bottom:0px}
	.org p:last-child{padding-top:5px}
	.tel{margin-top:17px;display:flex;justify-content:space-around}
	.addres{font-size:12px}
	.footer__ullist{display:none}
	.partners__img{padding-bottom:30px}
	.content__item p{font-size:14px}
	.content__news .btn{width:auto;margin-bottom:0px}
	.title__right span, .fas.fa-arrow-right{display:none}
	.head__logo{width:160px;float:left}
	header{height:84px;box-shadow:0px -1px 10px #eee}
	.head__btns{display:none}
	.search__block{display:block}
	i.fa.fa-search, i.far.fa-user{width:36px;height:36px;font-size:14px}
	.partners, footer, .footer__org, .machines, .catalogtech__content{width:100%}
	.date__item:first-child{margin-right:0}
	.catalog .title{display:block}
	.catalog__item h3, .catalog__item p{font-size:12px}
	.catalog__item p{padding:0px 15px;margin-bottom:27px}
	.catalog__item{width:76% !important;margin-left:14%}
	.catalog__item img{width:170px;margin-top:180px;margin-bottom:15px;margin-left:auto}
	.catalog .global__href{display:none}
	.catalog-btn{display:flex !important;width:23px;height:48px}
	.catalog__slidertext{padding:0;transform:translate(16px,0px)}
	.global__href{display:none}
	.detail__item{display:block}
	.detail__image{width:100%;margin:0 auto;margin-top:131px;margin-bottom:25px}
	.characteristic{font-size:14px;margin-bottom:15px}
	.detail__characteristic{margin-bottom:20px}
	.detail__similaritem{width:100%}
	.detail__similar{display:block}
	.silimar-image-wrap{width:75%}
	.similar-slider .slick-arrow{display:flex !important;width:25px;height:62px}
	.detail__similaritem{width:100%;padding-top:40px;padding-bottom:40px;margin-bottom:17px}
	.detail__characteristic li{font-size:12px}
	.detail__about a{width:91%}
	.detail__about{width:100%}
	.detail__about h2{position:absolute;top:130px;width:203px;line-height:25px;font-size:16px}
	#map{width:100%;height:400px}
	.contact__info{width:100%}
	.contact__form.clearfix{width:100%}
	.contact-line span{display:block}
	.contact-line span{width:90%;margin:0 auto}
	.contact-line span{display:block}
	.contact-line{text-align:center;width:90%;margin:0 auto;display:block}
	.contact-line span:last-child i{display:none}
	.contact-line span:last-child{text-align:center;width:100%}
	.contact__tit{text-align:center}
	.content-input{display:block}
	.input-wrap{width:92%}
	.btn-contact{width:90%;float:none !important;margin:0 auto}
	.content-input{margin-bottom:0px}
	label.input-wrap.textarea{margin-bottom:18px}
	.content-input input{height:35px;padding:7px}
	.content-input .input-wrap{margin-bottom:18px}
	.contact-line.spec span{text-align:center !important}
	.tab .tab-legend .active:after{display:none}
	.mobile__catalog{display:block !important}
	.tab .tab-legend .active img{background:none}
	.tab.tab-vert .tab-legend{width:100%}
	.tab.tab-vert .tab-legend img{box-sizing:content-box;width:66%}
	.tab-vert .tab-content{width:100% !important}
	.tab-content li.active{grid-template-columns:repeat(1,1fr);padding-bottom:20px}
	.tab-legend{height:0px;overflow:overlay !important;transition-property:height;transition-duration:0.4s}
	.tab-legend.open{height:2345px;overflow:none !important;position:absolute;top:242px;left:0px;z-index:99999999;background:white}
	.tab-bottom-text{display:none}
	.tab-content-item img{width:90%}
	.tab-content-item{margin-bottom:20px;width:100%;padding:20px;padding-top:0px}
	.bottom-content-tabs .btn{display:block;width:81%;margin:0 auto;text-align:center}
	.bottom-content-tabs{position:relative;left:auto;bottom:auto;transform:none;width:100%;display:block;margin:0 auto}
	.tab-content li div:last-child{display:block}
	.catalogtech__contentul li, .catalogtech__search input, .catalogtech__search, .maincatalog__tech{width:100%}
	.catalogtech__contentul li{box-sizing:border-box}
	.catalogtech__legend div.active:after{display:none}
	.catalogtech__contentul .tab-bottom-text{display:block;padding-top:40px;padding-bottom:35px;font-size:12px}
	.catalogtech__items li{font-size:12px;padding:9px;padding-left:12px}
	.catalogtech__tabsitem h3{margin:24px 0 41px 0}
	.catalog-btn{top:515px}
	.catalogtech__title{padding-top:33px}
	#tab-slider div img{border:none}
	.img-wrap-cat-tech{border:1px solid #e8e8e8}
	span.nav-mobile-title{transform:skew(10deg);font-size:14px;font-weight:bold;display:block}
	.catalog-btn-left .nav-mobile-title{margin-left:95px}
	.catalog-btn-rigth .nav-mobile-title{margin-right:112px}
	.catalog-btn i{position:absolute}
	.maincatalog__tech div#tab-slider:after{content:"";display:block;background:#e8e8e8;width:2px;height:38px;position:absolute;left:50%;transform:translate(-50%,-8px)}
	.bonus__top{height:1049px;background:url(/bitrix/templates/main/css/../img/bonusbg.png) no-repeat center 140px;margin-bottom:40px}
	.bonus__title h4{font-size:24px;text-align:center;margin:22px 0px}
	.bonus__title h6{font-size:18px;text-align:center;margin:0}
	.bonus__contentitem img{float:none;width:100%}
	.bonus__text{width:100%;float:none;padding-left:0}
	.bonus__contentitem:last-child .bonus__text{padding-right:0}
	.bonus__contentitem, .bonus__contentitem:last-child{margin-bottom:35px}
  .bonus__contentitem svg {display:none}
  .bonus__contentitem .svg__texttitle {display:none}
	.bonus__texttitle{margin-bottom:20px;margin-top:30px;font-size:16px}
	.bonus__image{position:relative;width:200px;bottom:auto;margin:0 auto;transform:translate(-10px,25px)}
	.bonus__top ul{margin-left:0;margin-top:0;display:block}
	.bonus__top ul li{width:100%;padding:0px 35px;box-sizing:border-box;margin-left:0px;text-align:center}
	.kariera__item .kariera__block{width:90%;box-sizing:border-box;padding:30px 17px;font-size:12px}
	.kariera__item{height:370px}
	.kariera__formtitle{display:block;width:auto;text-align:center}
	.kariera__itemthird{height:auto}
	.form-line-one, .form-line-one label{display:block;margin-bottom:17px}
	.kariera__formtitle{padding-top:40px;padding-bottom:32px}
	.form-line-one label input, .label-file{width:100%}
	.kariera__formtitle .name h5{margin-bottom:6px;margin-top:20px}
	.form-line-last{margin-bottom:0;transform:translate(0px,-69px);padding-bottom:50px}
	.form-line-one label.submit{transform:translate(0px,131px) skewX(-10deg)}
	.form-line-last label{width:98%}
	.form-line-one label input{padding:17px}
	.label-file{padding:10px 0}
	.form-line-last label{margin:0}
	.modal__email{width:235px}
	.modal__email input{width:195px}
	.kariera__title{font-size:18px;margin:27px 0;margin-top:35px}
	.file__text h5{margin-top:0px}
	.file__text{margin-left:15px}
	.modal__file >div{width:280px;align-items:flex-start;margin-left:15px}
	.checkbox__label{text-align:left;display:block;margin-left:15px}
	.bottom-text-karier-modal{padding:0px 5px}
	.checkbox__label:before{float:left}
	.modal2-kariera-wrap{display:block;padding:0}
	.modal2-kariera-wrap >div{width:100%;padding:0}
	.modal2-kariera-wrap >div{margin-top:35px}
	.mod2-btn{margin:0 auto;margin-bottom:0px;width:200px}
	.modal2-kariera-wrap >div >div:first-child{margin-top:30px}
	.kariera__modal2{padding:0px 20px !important;padding-top:30px;box-sizing:border-box}
	.kariera__modal2 .kariera__title{padding-top:30px}
	.modal2-kariera{padding:0}
	.kariera__modal2 .modal__email{width:100%}
	.kariera__modal2 .modal__email input{width:100%}
	.modal__file >div{width:100%}
	.kariera__modal2 .modal__file >div, 
	.kariera__modal2 .checkbox__label{margin-left:0px}
	.kariera__modal2 .kariera-btn{width:87%}
	.modal2-content{font-size:13px}
	.kariera__modal2{height:550px}
	.modal2-kariera-wrap >div:first-child{padding:20px;padding-bottom:0;box-sizing:border-box}
	.productia__head >.bg-wrap-prod{height:auto}
	.productia__headcontent{width:100%}
	.productia__headcontent >img{padding-top:73px;width:244px}
	.productia__headcontent >h5, .productia__headcontent >h4, .productia__headcontent >h3, .productia__headcontent >h2{font-size:16px;margin:20px 0}
	.productia__headcontent >img{margin-bottom:24px;width:100%;height:100%}
	.productia__links{right:0;top:0;position:relative}
	.productia__head >.bg-wrap-prod{margin-bottom:0px}
	.productia__links{width:100%}
	.productia__headcontent >p{padding:0px 15px}
	.product__slider .similar-btn-rigth{width:28px;height:71px;top:48%;right:-4px}
	.product__slider .similar-btn-left{width:28px;height:71px;top:48%;left:-4px}
	.tab-productia .tab-legend{height:auto;width:100% !important;margin-top:15px !important}
	.tab.tab-horiz.tab-productia .tab-legend .active{padding-left:0;padding-right:0;padding-bottom:24px}
	.tab.tab-productia .tab-legend >li{padding-left:0;padding-right:0;font-size:14px !important}
	.product-line{display:none}
	.tab-productia .under{border-bottom:none;padding-bottom:2px}
	.tab-productia .our .c-red{padding-left:10px}
	.tab-productia .our .under:after{content:"";display:block;background:#bd0d0d;height:2px;margin-top:14px}
	.prod__und-title{width:100%;margin-bottom:0px}
	.production__aboutitem >img{width:100% !important;height:100%;padding:0 !important;margin:25px 0 !important}
	.production__abouttext >h5, .production__abouttext >h4, .production__abouttext >h3, .production__abouttext >h2{font-size:16px;margin-bottom:19px}
	.production__abouttext >h5:after, .production__abouttext >h4:after, .production__abouttext >h3:after, .production__abouttext >h2:after{margin-top:19px}
	.production__abouttext{padding:0 !important;width:100%;margin-top:20px}
	.production__aboutitem{display:block;margin-bottom:10px;height:auto;grid-template-columns:repeat(1,1fr)}
	.production__aboutitem:last-child{padding-top:50px}
	.tab-productia{margin-bottom:0}
	.prod__similaritem{padding:0;width:100% !important}
	.prod__similar{width:100%}
	.title-bottom{margin-top:0}
	.tab.tab-productia .tab-legend li:first-child{float:left;width:auto;display:block}
	.tab.tab-productia .tab-legend li:last-child{float:right;display:block;width:150px}
	.tab.tab-horiz.tab-productia .tab-legend{text-align:right}
	.tab.tab-horiz.tab-productia .tab-legend li:first-child.active{padding-bottom:41px}
	.tab-productia .tab-content li div:last-child{display:block;padding:0}
	.productia__table tr td:first-child{padding:16px 13px 16px 13px}
	.productia__table tr td:last-child{padding:16px 10px 16px 7px;word-break:break-word;width:80px}
	.korporation__slideritem{height:471px}
	.korporation__text p{font-size:11px}
	.korporation__text{width:245px;bottom:60px;border-top:355px solid #fff}
	.korporation__text_wrap{margin-top:-350px;padding:20px}
	.korporation__text:after{height:355px;top:-355px;right:-39px}
	.korporation__text h5{font-size:15px;margin-bottom:15px;white-space:nowrap}
	.informelectro__content{display:block}
	.informelectro__item{width:100%}
	.informelectro__item >h5{font-size:16px;margin:16px 0}
	.informelectro .under, .search .under{border-bottom:none;padding-bottom:2px}
	.informelectro .our .c-red, .search .our .c-red{padding-left:0px}
	.informelectro .our .c-red:after, .search .our .c-red:after{content:"";display:block;background:#bd0d0d;height:2px;width:64px;margin-top:14px}
	.informelectro .title .our, .search .title .our{font-size:15px}
	.informelectro__item >p{font-size:14px;margin-bottom:20px}
	.informelectro__item{margin-bottom:40px}
	.title .our{font-size:16px}
	.search__contentitem{width:100%;margin-bottom:20px}
	.search__contentitems{display:block}
	.search__contentitems a:last-child >div{margin-bottom:0}
	.search__contentitem >img{width:100%}
	.search .tab-bottom-text{display:block}
	.c404{height:395px;background:url('/bitrix/templates/main/css/../img/kolosokbgmobile1.png') no-repeat left bottom -15px, url('/bitrix/templates/main/css/../img/kolosokbgmobile2.png') no-repeat right bottom -15px}
	.content__404{top:0px}
	.center__404{width:288px;height:181px}
	.center__404 span:first-child{font-size:150px;left:-5px;top:16px}
	.center__404 span:last-child{font-size:150px;right:-5px;top:16px}
	.center__404 >img{top:23px;width:120px}
	.content__404 >p{font-size:16px}
	.content__404 >.return__main{font-size:14px}
	.document__head{height:380px}
	.document__text a{width:82% !important;margin:0 auto}
	.document__title{font-size:18px;width:228px}
	.document.pavilion .document__title{width:166px}
	.document__text a{width:82% !important;margin:16px auto}
	.tab-document .bonus__contentitem:last-child{margin-bottom:30px}
	.tab-document .bonus__texttitle{position:relative}
	.tab-document .bonus__contentitem:first-child .bonus__texttitle{border:none;width:168px}
	.tab-document .bonus__contentitem:first-child .bonus__texttitle:after{content:"";width:86px;height:2px;display:block;background:#bd0000;position:absolute;top:47px}
	.information__content h4{font-size:16px;text-transform:uppercase}
	.information__content h4 span{color:#bd0d0d}
	.information__content h4:after{content:"";display:block;background:#bd0d0d;height:2px;width:64px;margin-top:14px}
	.information__content h1{font-size:16px;text-transform:uppercase}
	.information__content h1 span{color:#bd0d0d}
	.information__content h1:after{content:"";display:block;background:#bd0d0d;height:2px;width:64px;margin-top:14px}
	.information__item p{font-size:12px}
	.information__item h6{font-size:12px}
	.information__item ul li{font-size:12px}
	.information__contact{padding:19px 5px}
	.information__item{padding-bottom:20px}
	.language select{background:none;text-transform:uppercase;-moz-appearance:none;-webkit-appearance:none;cursor:pointer;border:none;display:inline-block;padding-right:8px;outline:none;transform:translate(17px,0px)}
	.language .fa-angle-down{top:11px}
	.machines__slider{overflow-x:auto}
	.part__slider img, .part__slider_rewards img{width:100%;margin-bottom:15px}
	.part__slider, .part__slider_rewards {padding-bottom:10px}
	.catalogtech__search input{padding-right:47px}
	.catalog__item{height:auto}
	.head__language{position:absolute;top:50px;right:0px}
	.jq-selectbox__select{padding:0 3px 0 10px;font-size:14px;width:50px}
	.head__language .fa-angle-down{font-size:15px !important;top:7px !important}
	.catalogtech__search input::-webkit-input-placeholder{font-size:12px;color:#868686;font-weight:300}
	.catalogtech__search input::-moz-placeholder{font-size:12px;color:#868686;font-weight:300}
	.catalogtech__search input:-moz-placeholder{font-size:12px;color:#868686;font-weight:300}
	.catalogtech__search input:-ms-input-placeholder{font-size:12px;color:#868686;font-weight:300}
	.mobile__catalog{width:80%;margin:0 auto}
	.document.pavilion.museam .document__title{width:196px;bottom:-485px}
	.maincatalog .tab-vert{display:flex}
	.products_block_filter_block .filter_name {padding-top:0;padding-bottom:0;padding-left:0}
	.maincatalog .tab-vert .tab-content{display:flex;align-content:space-between;padding-left:20px;flex-wrap:wrap}
}
@media only screen and (max-width:720px) {
    .mobile-only{display:block}
    .desktop-only{display:none}
}
/* Відображати тільки на ПК */
@media only screen and (min-width:721px) {
    .mobile-only{display:none}
    .desktop-only{display:block}
}
/* End */


/* Start:/bitrix/templates/main/css/media_newblock.css?175880672325525*/
.arcticmodal-container{z-index:99999999}
.mobbreadcrumb{display:none}
.mobbreadcrumb a{padding:5px 0;display:inline-block;width:100%}
.mobbreadcrumb a span{padding-left:10px}

@media screen and (min-width:1800px){
	.priceonitems-table.wallet tr:first-child th:nth-child(4), .priceonitems-table.wallet tr:first-child th:nth-child(5){display:none}
 .priceonitems-table.wallet tr td:nth-child(4), 
 .priceonitems-table.wallet tr td:nth-child(5){display:none}
}
@media screen and (max-width:1800px){
 .horizontal_lines{left:109px}
 .horizontal_lines li{margin-right:76px}
 .vertical_lines{top:38px}
 .vertical_lines li{margin-bottom:29px}
 .contactmap__info .line span:nth-child(1){width:165px}
 .contentmap .content-input .input-wrap{width:315px}
 .contentmap .contact__form{width:737px}
 .forum__item >.main span{font-size:16px}
 .forum__item >.main{height:84px;width:663px;box-sizing:border-box}
 .forum__item >.name, .forum__item >.time{padding:0px 41px;height:82px}
 .forum__item >.main span br{content:none}
 .forum-bg{display:none}
 .forum__coment{width:1005px}
 .forum__coment.forum__comentanswer{width:665px}
 .forum2__wrap .bottom-forum-btn a{transform:skewX(-14deg)}
 .pavilion__item{width:328px;height:270px}
 .pavilion__item h4{font-size:16px}
 .pavilion__item p{font-size:12px}
 .pavilion__item .item-wrap{width:237px}
 .pavilion__item span{font-size:70px;bottom:10px;left:40px}
 .pavilion-slider .slick-dots li{margin-top:0px}
 .pavilion-slider .slick-dots{border-bottom:31px solid white}
 .about__pavilionitems{display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:33px;justify-items:center}
 .about__pavilionitem:after{right:-44px}
 .about__pavilionitem:nth-child(2):after{display:none}
 .media .media__item{width:544px}
 .media .media__items{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;grid-column-gap:16px}
 .news__item:nth-child(even){position:relative;right:9vw}
 .news__item:nth-child(odd){position:relative;left:0vw;padding-left:2%}
 .news__item{height:549px}
 .news__item a.btn.red{margin-top:30px}
 .news__item h4{font-size:25px;margin-bottom:26px}
 .news__item:nth-child(odd) .item-wrap{border-top:270px solid rgba(255,255,255,0.86);border-right:55px solid transparent}
 .news__item:nth-child(even) .item-wrap{border-bottom:270px solid rgba(255,255,255,0.86);border-left:55px solid transparent}
 .news__item .item-wrap >div{top:-270px}
 .news__item h4:after{margin-top:28px}
 .news__item p{font-size:12px;height:46px;overflow:hidden}
 .news__item .item-wrap{width:543px !important}
 .historypage__slideritem{width:354px !important}
 ul.tab-legend.links-history li:nth-child(n+11){display:none}
 ul.tab-legend.links-history{width:1080px}
 .slider-lider .sl-item{margin-left:18px}
 .historymark .bonus__contentitem .bonus__text{width:44%;margin:0}
 .searchdiller-wrap .contact__form{width:915px}
 .select-wrap-diller .jq-selectbox__select, .select-wrap-diller .jq-selectbox__select:hover{margin-top:0}
 .select-wrap-diller .jq-selectbox__dropdown ul{max-height:108px !important}
 .graph{width:663px;margin-top:94px;height:471px}
 .price__items{display:block}
 .price .global__href{display:none}
 .priceonitems{margin-top:35px}
 .right-block-price{display:flex;justify-content:space-between;margin-top:20px}
 .wallet-wrap{margin-top:0}
 .wallet-wrap{width:640px}
 table.priceonitems-table.wallet{width:640px}
 table.priceonitems-table.wallet tr:first-child th{width:auto !important}
 .priceonitems-table.wallet tr:first-child th:nth-child(1){text-align:left;padding-left:22px}
 .profile__content .tab.tab-vert .tab-legend{width:350px}
 .profile__content .tab-vert .tab-content{width:calc(100% - 400px)}
 .profile__content .catalogtech__search, 
 .profile__content .catalogtech__search input{width:100%}
 .tab_search_resultitem{width:230px}
 .tab_search_resultitem .img-wrap{width:230px;height:108px}
 .tab_search_resultitem .img-wrap img{width:130px}
 .tab_search_result{width:100%;grid-column-gap:12px}
 .cart-item-content{width:560px}
 .cart-content{width:100%}
 .about-order span{display:none}
 .cart-item-head .item-data{margin-left:36px}
 .cart-item-head .about-order{margin-left:29px}
 .about-item-photo{width:188px}
 .about-item-text .quantity, .about-item-text .total__price{margin-right:15px}
 .status-bottom >div{width:130px;font-size:14px}
 .status-head{padding:0;border:none;display:block}
 .status-head span:first-child{padding-top:16px;margin-left:11px;display:inline-block}
 .cart-item-status{position:relative}
 .status-head span:last-child{position:absolute;bottom:15px;left:11px}
 .status-bottom{padding-bottom:15px}
 .catalog-profile-content ul li a{width:100%;box-sizing:border-box}
 .forum__comment-wrap >.forum__comentanswer >.img-wrap:after{left:-101px !important}
 .forum__comment-wrap div:last-child .img-wrap:after{left:-101px}
 .forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.comment-answer-wrap >.img-wrap:after{left:-211px}
 .forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.comment-answer-wrap >.img-wrap:after{left:-321px}
 .forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.comment-answer-wrap >.img-wrap:after{left:-431px}
 .forum__comment-wrap >.forum__comentanswer.forum__coment.forum__comentanswer:before{left:-96px;width:118px}
 .forum__comment-wrap >.forum__comentanswer >.forum__comentanswer:before{left:-206px;width:246px}
 .forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer:before{left:-316px;width:350px}
 .forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer:before{left:-426px;width:460px}
 .history .bonus__texttitle{font-size:23px;padding-bottom:20px;margin-bottom:23px}
 .history .bonus__contentitem .document__text{margin-top:0px}
 .history .bonus__text.document__text{padding-top:30px}
}
@media screen and (max-width:1400px){.forum__coment{margin-left:70px}
 .forum__comentanswer{margin-left:110px}
}
@media screen and (max-width:1140px){.media .media__item{width:345px}
 .forum__comments:before{height:85%}
 .form__head a >img{top:15px;right:9px}
 .forum__coment{width:90%}
 .forum__coment.forum__comentanswer{width:524px}
 .contentmap .contact__form.clearfix{margin:0 auto;margin-top:40px;box-shadow:0px 0px 9px rgba(211,211,211,0.75)}
 #mapcontact{top:30px;position:relative !important}
 .contentmap .contentmap{height:auto}
 section.contact.contentmap{height:1348px}
 .forum__item >.main{padding:30px 0px;padding-left:132px;height:62px;width:100%}
 .forum__item >.main >img{position:absolute;left:-13px;transform:skewX(14deg);height:62px}
 .forum__item >.main span{font-size:13px}
 .forum__item >.main div{transform:skewX(0deg);position:absolute;right:20px}
 .forum__item >.main div:before{left:-17px}
 .forum__item >.main div >img{position:absolute;transform:skewX(14deg);left:-7px}
 .forum__item >.main div span{font-size:13px}
 .forum__item >.name, .forum__item >.time{padding:0px 10px;width:140px;height:60px}
 .forum__item >.name .wrap, .forum__item >.time .wrap{font-size:10px}
 .forum__head .btn{font-size:11px}
 .forum__head .btn img{top:44%}
 .forum__head .btn span{transform:skew(14deg) translate(-4px,0);display:block;text-align:center}
 .about__pavilionitem{width:330px}
 .about__pavilionitem:after{display:none}
 .pavilion__items{padding-right:17px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;justify-items:center}
 .pavilion__item:last-child{position:relative;left:50%}
 .pavilion__item{width:310px}
 .news__item{height:369px}
 .news__item .item-wrap{width:330px !important}
 .news__item h4{font-size:23px;margin-bottom:7px}
 .news__item p{font-size:10px;height:65px;overflow:hidden}
 .news__item a.btn.red{width:150px;padding:7px;font-size:10px;margin-top:0px !important}
 .news__item:nth-child(odd) .item-wrap{border-top:200px solid rgba(255,255,255,0.86);border-right:47px solid transparent}
 .news__item:nth-child(even) .item-wrap{border-bottom:200px solid rgba(255,255,255,0.86);border-left:47px solid transparent}
 .news__item:nth-child(even) .item-wrap >div{position:absolute;top:-18px}
 .news__item .item-wrap >div{top:-220px}
 .news-arrow-bottom{bottom:17px}
 .historypage__slideritem{width:234px !important}
 .historypage__slideritem .image-slider-wrap span{font-size:32px;bottom:13px}
 ul.tab-legend.links-history li:nth-child(n+7){display:none}
 ul.tab-legend.links-history{justify-content:center}
 ul.tab-legend.links-history{width:667px}
 .slider-lider .sl-item{width:184px !important}
 .sl-item img{width:221px}
 .slider-lider .sl-item >div{font-size:14px}
 .slider-lider .sl-item h4{margin-top:23px;margin-bottom:12px;font-size:16px}
 .slider-lider .nav__btn{top:29%}
 .slider-lider{padding-bottom:61px}
 .historymark .bonus__contentitem .bonus__text{width:40%;padding:0}
 .historymark .bonus__texttitle{font-size:16px;margin-bottom:18px}
 .historymark .bonus__text p{font-size:10px}
 .historymark .bonus__contentitem .bonus__text a{width:217px;margin-top:25px;padding:8px;font-size:11px}
 .historymark .bonus__contentitem{margin-bottom:40px}
 .historypage__slider{padding-bottom:53px;width:739px;margin:0 auto}
 .slider-lider{width:739px;margin:0 auto}
 .searchdiller #mapcontact{top:165px;position:absolute !important;height:1460px}
 .searchdiller-wrap{position:relative;width:690px}
 .searchdiller .contact__form{width:350px !important;margin-left:0 !important;box-shadow:-5px 0px 9px rgba(211,211,211,0.55) !important}
 .searchdiller__item .phones{font-size:14px}
 .searchdiller__item .phones .items >div{margin-bottom:11px}
 .searchdiller .contact__form h5{font-size:14px}
 .searchdiller .contact__form p{font-size:11px;margin-top:15px}
 .searchdiller__item .geolocation{font-size:14px}
 .searchdiller__item .geolocation i{margin-left:13px;margin-right:10px}
 .searchdiller__item .phones i{margin-left:-2px}
 .searchdiller .contact__form{height:930px} 
 .vert-line{height:430px}
 section.contact.searchdiller{height:1626px}
 .right-block-price{display:block}
 .priceonitems{display:block}
 .priceonitems-table{margin:0 auto}
 .graph{margin:0 auto;margin-top:40px}
 .price__items .hrefs a{font-size:12px}
 .price__items .hrefs a:first-child img{right:26px}
 .wallet-wrap-main{margin:0 auto}
 .wallet-wrap{width:100%}
 .profile__content .tab.tab-vert .tab-legend{width:241px}
 .profile__content .tab-vert .tab-content{width:64% !important;float:left;margin-left:23px}
 .profile__content .catalogtech__search input{padding-right:196px}
 .profile__content .catalogtech__search, .profile__content .catalogtech__search input{width:472px}
 .tab_search_result{width:472px;grid-column-gap:8px;grid-template-columns:repeat(2,1fr)}
 .to-edit a span{display:none}
 .about-post .about-me-line{width:416px}
 a.red.btn.take-tab{position:absolute;top:95px;width:190px;font-size:14px}
 .acts-tab ul li div{display:flex;padding-bottom:22px}
 .catalog-profile-content ul li a{font-size:13px}
 .cart__content_item{display:block}
 .cart-item-content{width:472px}
 .cart-item-status{position:relative;width:100%;border-left:none}
 .status-bottom{padding-bottom:0;width:471px;height:50px}
 .status-bottom >div{position:absolute;right:20px;top:17px}
 .cart-item-head .order-number{margin-left:16px}
 .cart-item-head .about-order{margin-left:10px}
 .cart-item-head .item-data{margin-left:10px}
 .about-item-text{height:93px}
 .about-item-text .total__price{display:none}
 .status-head span:first-child{margin-left:15px}
 .status-head span:last-child{left:15px}
 .total-card{padding-left:15px}
 .forum__coment{margin-left:40px}
 .forum__comment-wrap >.forum__comentanswer{margin-left:90px}
 .forum__coment:before{left:-20px}
 .forum__comment-wrap >.forum__comentanswer >.img-wrap:after{left:-75px !important}
 .forum__comment-wrap div:last-child .img-wrap:after{left:-75px}
 .forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.comment-answer-wrap >.img-wrap:after{left:-115px}
 .forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.comment-answer-wrap >.img-wrap:after{left:-155px}
 .forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.comment-answer-wrap >.img-wrap:after{left:-195px}
 .forum__comment-wrap >.forum__comentanswer.forum__coment.forum__comentanswer:before{left:-71px;width:102px}
 .forum__comment-wrap >.forum__comentanswer >.forum__comentanswer:before{left:-111px;width:151px}
 .forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer:before{left:-151px;width:197px}
 .forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer:before{left:-190px;width:235px}
 .news__item:nth-child(even) .item-wrap{right:0}
 .news__item:nth-child(odd){-webkit-clip-path:polygon(0% 0%,100% 0,81% 100%,0 100%);clip-path:polygon(0% 0%,100% 0,81% 100%,0 100%)}
 .news__item:nth-child(2n){-webkit-clip-path:polygon(19% 0%,100% 0,100% 100%,0 100%);clip-path:polygon(19% 0%,100% 0,100% 100%,0 100%);position:relative !important;left:-10vw}
}

@media screen and (max-width:768px){
	.mobbreadcrumb{display:block}
	.contentmap .contact__form.clearfix{height:600px;width:100%}
	.contentmap .content-input .input-wrap{width:94%}
	.contentmap a.btn.btn-contact{width:184px}
	section.contact.contentmap{height:1380px}
	.contactmap__info .line:nth-child(2){margin-bottom:0px}
	.contactmap__info .line{display:block;text-align:center}
	.contactmap__info .line span{width:100% !important;margin-bottom:6px}
	.contactmap__info .line span i{display:none}
	.forum__head{display:block}
	.forum__head .btn{margin:0 auto;margin-top:32px}
	.forum__items{padding-top:25px}
	.forum__item{display:block;align-items:center;width:100%;margin:0 auto;padding-bottom:10px;border-bottom:1px solid #e5e7e9;margin-bottom:30px}
	.forum__item >.main{padding:0;height:auto;flex-direction:column;width:94%;background:none;position:relative;border:none}
	.forum__item >.main >img{position:relative;left:-12px;transform:skewX(14deg);width:105%;margin:0 auto;height:auto}
	.forum__item >.main >span{font-size:14px;margin-top:20px;width:88%}
	.forum__item >.main div{transform:skewX(0deg);position:absolute;right:-15px;bottom:-54px}
	.forum__item >.name, .forum__item >.time{padding:0px 10px;width:100%;text-align:left;height:60px;padding:0;transform:none;margin:0;background:none;border:none}
	.forum__item >.name .wrap, .forum__item >.time .wrap{font-size:14px;transform:none}
	.forum__item >.name{margin-top:24px !important}
	.forum__head .btn span{transform:skew(14deg) translate(-10px,0);display:block;text-align:center}
	.forum__head .btn{margin:0 auto;margin-top:32px;padding-top:10px;padding-bottom:10px;font-size:14px}
	.forum .tab-bottom-text{display:block}
	.forum__item:nth-child(n+4){display:none}
	.bottom-forum-btn .btn{width:280px;padding:10px 0px}
	.text__forum .name{color:black;font-weight:600;font-size:16px;margin-top:3px;margin-bottom:33px}
	.forum__coment:before{display:none}
	.forum__coment{margin-left:0px}
	.forum__coment .btns{margin-left:90px;margin-top:25px}
	.forum__coment.forum__comentanswer{width:255px;margin-left:33px}
	.forum__coment{width:288px}
	.forum__coment .img-wrap{top:-3px}
	.text__forum{padding-top:0px}
	label.forum__textarea{width:99%;margin-left:0}
	.form__head form{display:block}
	.form__head a{margin:0;transform:skewX(-14deg) translate(-10px,-49px);float:right}
	.forum__file >div{transform:skewX(-14deg) translate(0px,10px);margin-left:0;margin-right:0;float:left}
	.forum2__wrap .forum__item >.main{width:88%}
	.forum__coment .time{top:27px;left:86px;font-size:12px}
	.forum__coment:before{top:23px   }
	.img-wrap img{position:relative;z-index:9999}
	.forum__comment-wrap >.forum__comentanswer.forum__coment.forum__comentanswer:before{left:-6px;width:39px;height:2px}
	.forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer:before{left:-38px;width:81px;height:2px}
	.forum__comment-wrap >.forum__comentanswer >.forum__comentanswer:before{left:-21px;width:61px;height:2px}
	.forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer:before{left:-56px;width:95px;height:2px}
	.forum__comment-wrap .forum__comentanswer:last-child .img-wrap:after{left:-10px;z-index:9}
	.forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.comment-answer-wrap >.img-wrap:after{left:-27px}
	.forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.comment-answer-wrap >.img-wrap:after{left:-44px}
	.forum__comment-wrap >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.forum__comentanswer >.comment-answer-wrap >.img-wrap:after{left:-61px}
	.img-wrap:after{z-index:9;left:11px}
	.forum__comments{width:100%;margin:0 auto;margin-top:14px !important;padding:0}
	.text__forum p{font-size:12px}
	.forum__coment.forum__comentanswer:before{display:block}
	.forum__coment.forum__comentanswer:before{display:block;width:30px;left:-18px}
	.forum2__wrap .forum__item{border:none;margin-bottom:0}
	.forum2__wrap .forum__item >.main >span{width:98%}
	.forum2__wrap .forum__item >.main >img{left:-22px;width:108%}
	.forum2__wrap .forum__item{padding-bottom:0}
	.forum__coment{margin-bottom:28px}
	.text__forum p span{display:none}
	.history .bonus__contentitem{display:block !important}
	.history .bonus__contentitem:nth-child(odd) .bonus__text{padding-left:0}
	.history .document__head{margin-bottom:30px}
	.history .document__head{background:url(/bitrix/templates/main/css/../img/histotybgmob.png) no-repeat center right  / cover;height:380px}
	.pavilion__items{display:block}
	.pavilion__item:last-child{left:0}
	.about__pavilionitems{display:block}
	.pavilion .document__head{height:380px;background:url(/bitrix/templates/main/css/../img/pavilionmob.jpg) no-repeat center center / cover}
	.pavilion__text p:first-child{margin-top:34px}
	.pavilion__text p:last-child{margin-bottom:49px}
	.pavilion__items{padding-right:0;margin-left:-3px}
	.pavilion__content{overflow:hidden}
	.pavilion__item{width:220px}
	.pavilion__item .item-wrap{width:230px;transform:skewX(14deg) translate(-29px,-4px)}
	.pavilion__item{width:220px;height:230px;margin:0 auto;margin-bottom:38px}
	.pavilion__item span{font-size:70px;top:-10px;left:132px}
	.pavilion__item h4:after{width:150px;height:1px}
	.mob-slide{display:block !important}
	.pavilion-slider div img{display:none}
	.pavilion-slider.slick-dotted.slick-slider{margin-bottom:104px;transform:translate(0px,-150px)}
	.pavilion__content >.btn{position:relative;bottom:-420px;width:270px;font-size:13px;padding-left:0;padding-right:0}
	.pavilion__content .title{margin-top:-115px}
	.about__pavilionitem{width:287px;margin:0 auto}
	.about__pavilionitem .btn{width:224px;margin:0 auto}
	.about__pavilionitem{margin-bottom:38px}
	.pavilion-slider div img{width:290px;margin:0 auto}
	.museam .pavilion-slider.slick-dotted.slick-slider{margin-bottom:150px;transform:none}
	.media .media__item:nth-child(n+5){display:none}
	.media .navigation ul{display:none}
	.media .navigation{width:100%}
	.media .navigation a{margin:0 auto;width:100%}
	.media .media__items{display:block}
	.media .media__item{width:100%}
	.media .navigation{margin-top:0;margin-bottom:40px}
	.media__content{border-bottom:none;padding-bottom:0}
	.media .media__item .btn{width:100%}
	.news__content{display:grid;grid-template-columns:repeat(1,1fr);overflow:hidden}
	.news__item{width:130%}
	.news__item:nth-child(even){right:30vw}
	.news__item{height:363px}
	.news__item .item-wrap{width:250px !important}
	.news__item h4{font-size:16px;margin-bottom:10px}
	.news__item p{font-size:12px}
	.news__item h4:after{margin-top:20px}
	.news__item .item-wrap >div{top:-252px;left:22px}
	.news__item:nth-child(odd) .item-wrap{border-top:260px solid rgba(255,255,255,0.86);border-right:47px solid transparent}
	.news__item:nth-child(even) .item-wrap{border-bottom:260px solid rgba(255,255,255,0.86);border-left:47px solid transparent}
	.news__item:nth-child(even) .item-wrap >div{position:absolute;top:5px}
	.show-more{font-size:12px}
	.news-arrow-bottom a i{font-size:17px;margin-top:6px}
	.news-arrow-bottom{bottom:5px}
	.historypage__slider{padding-bottom:145px;padding-top:41px;width:288px}
	.historypage__slideritem{width:274px !important}
	ul.links-history{height:50px}
	.historypage__slider{padding-bottom:30px}
	.tab.tab-horiz.tab-history{position:relative}
	.slider-lider{width:290px;margin:0 auto;margin-top:31px;padding-bottom:44px}
	ul.links-history::-webkit-scrollbar{width:0px;height:2px}
	ul.links-history::-webkit-scrollbar-button{width:0}
	ul.links-history::-webkit-scrollbar-track{background-color:#d5d5d5}
	ul.links-history::-webkit-scrollbar-track-piece{background-color:#d5d5d5}
	ul.links-history::-webkit-scrollbar-thumb{height:0px;background-color:#bd0d0d;border-radius:0px}
	ul.links-history::-webkit-scrollbar-corner{background-color:#999}
	ul.links-history::-webkit-resizer{background-color:#666}
	ul.tab-legend.links-history{width:293px !important;padding-bottom:18px;margin:0;position:absolute;right:50%;bottom:56px;transform:translate(55%,0px)}
	ul.links-history li div{padding:14px 29px !important}
	.tab.tab-horiz.tab-history{padding-bottom:107px}
	ul.tab-legend.links-history li:first-child{margin-left:314px}
	.sl-item img{width:272px}
	.slider-lider .sl-item{width:246px !important}
	.slider-lider .nav__btn{width:28px;height:62px;top:33%}
	.slider-lider .nav__btn i{font-size:13px}
	.slider-lider .nav__btn.similar-btn-left{left:26px !important}
	.slider-lider .nav__btn.similar-btn-rigth{right:11px !important}
	.historymark .bonus__contentitem .bonus__text{width:100%}
	.searchdiller .contact__form{width:100% !important}
	.searchdiller-wrap{width:284px}
	body .searchdiller-wrap{width:100%}
	.searchdiller__item{display:block}
	.searchdiller-wrap.shotview .alldilers{position:initial;width:196px;margin:0 auto;margin-top:20px;box-sizing:border-box;padding:14px 10px}
	.searchdiller__item .name-title{font-size:12px;text-align:center;width:100% !important}
	.searchdiller .contact__form p{font-size:11px;margin-top:8px;margin-bottom:19px}
	.searchdiller__item .phones i{margin-left:3px;transform:rotate(90deg) translate(2px,0px)}
	.searchdiller__item .phones{font-size:12px;width:144px !important;margin:0 auto}
	.searchdiller__item .geolocation a{margin-bottom:21px}
	.searchdiller__item .geolocation i{margin-left:0px;margin-right:20px}
	.searchdiller__item .geolocation{width:220px;font-size:12px;margin:0 auto}
	.searchdiller .contact__form{height:611px !important}
	.vert-line{height:611px}
	.select-wrap-diller{width:196px;margin:0 auto}
	.searchdiller #mapcontact{top:65px}
	.searchdiller #mapcontact{height:816px}
	.searchdiller-wrap{top:640px;z-index:999;box-shadow:0px 0px 9px rgba(179,179,179,0.75)}
	.searchdiller #mapcontact{border-bottom:1px solid #b90000}
	section.contact.searchdiller{height:1442px}
	.price .priceonitems .our .c-red{padding-left:0;display:block}
	.price .priceonitems .our .under{padding-bottom:33px}
	.price .priceonitems .title *{float:none}
	.price .priceonitems .title{margin-bottom:31px}
	.priceonitems-table{width:100%}
	.priceonitems-table tr:first-child th:first-child{width:176px;font-size:12px;padding-left:14px}
	.priceonitems-table tr:first-child th:last-child{width:185px;font-size:12px}
	.priceonitems-table td{font-size:12px}
	.price__items .hrefs{display:block}
	.price__items .hrefs a{font-size:12px;width:274px !important;margin:0 auto;margin-top:11px !important}
	.priceonitems-table tr td:first-child{padding-left:14px}
	.price__items .hrefs{padding-top:15px}
	.price__items .hrefs a:first-child{padding:9px 71px 9px 29px;margin:0 auto}
	.price__items .hrefs a:last-child{padding:9px 75px 9px 33px}
	.head-table tr:first-child th:first-child{width:243px}
	.main-pricegsm tr td:first-child{width:213px}
	.pricegsm td i{right:32px}
	.pricegsm{height:261px !important}
	.priceonitems-table.wallet tr:first-child th:nth-child(3), .priceonitems-table.wallet tr:first-child th:nth-child(4), .priceonitems-table.wallet tr:first-child th:nth-child(5){display:none}
	.priceonitems-table.wallet tr td:nth-child(3), .priceonitems-table.wallet tr td:nth-child(4), .priceonitems-table.wallet tr td:nth-child(5){display:none}
	table.priceonitems-table.wallet{width:290px}
	#myChartmob{display:block}
	#myChart{height:270px!important}
	.graph-wrap{width:100%;margin:0 auto;overflow:hidden;transform:translate(2px,0px)}
	.graph{height:360px;width:100%}
	body .price .global__href{display:none}
	.canvas:before{display:none}
	.vertical_lines, .horizontal_lines, .hideX, .hideY, .chartjs-size-monitor{display:none}
	.forum__coment.forum__comentanswer{margin:25px auto;width:223px;margin-left:17px}
	.forum__comment-wrap >.forum__comentanswer >.img-wrap:after{left:-10px !important}
	.history .bonus__texttitle{font-size:16px;padding-bottom:11px;margin-bottom:15px;margin-top:10px}
	.bonus__contentitem:nth-child(odd) .bonus__text{padding-left:0}
	.news__item:nth-child(2n){-webkit-clip-path:none;clip-path:none;left:0}
	.news__item:nth-child(even) .item-wrap{right:23%}
	.news__item:nth-child(even){background-position:-241px -103px !important;background-size:124% !important}
	.document__head .document__title{width:193px}
	.historypage .document__title{width:170px !important}
	.historypage .document__title{bottom:-255px;width:94px !important}
	section.document.pavilion .document__title{width:166px !important}
}
@media screen and (max-width:459px){.news__item:nth-child(even){background-position:-100px 0px !important;background-size:135% !important}
}

/* End */
/* /bitrix/templates/main/css/tabModule.css?17588067091455 */
/* /bitrix/templates/main/css/jquery.formstyler.css?17090414971857 */
/* /bitrix/templates/main/css/jquery.formstyler.theme.css?17588792069693 */
/* /bitrix/templates/main/css/jquery.arcticmodal-0.3.css?1709041497652 */
/* /bitrix/templates/main/css/simple.css?175880401477 */
/* /bitrix/templates/main/css/jquery.fancybox.min.css?170904149712795 */
/* /bitrix/templates/main/css/slick.css?17587998541391 */
/* /bitrix/templates/main/css/slick-theme.css?17586179904124 */
/* /bitrix/templates/main/components/bitrix/menu/multilevel_top/style.css?17588043462178 */
/* /bitrix/templates/main/components/accorsys.localization/language.switcher/light1/style.css?17090414963084 */
/* /bitrix/templates/main/components/bitrix/news.list/bootstrap_v5/style.css?1709041495304 */
/* /bitrix/templates/main/components/bitrix/menu/bottom/style.css?1709041495570 */
/* /bitrix/templates/main/components/bitrix/menu/bottom2/style.css?1726815398506 */
/* /bitrix/templates/main/components/bitrix/menu/bottomv2/style.css?1709041495506 */
/* /bitrix/components/bitrix/form.result.new/error.css?1709041456163 */
/* /libs/arcticmodal/jquery.arcticmodal.css?1709041857654 */
/* /bitrix/templates/main/styles.css?175888871712472 */
/* /bitrix/templates/main/template_styles.css?175880803614699 */
/* /bitrix/templates/main/css/main1.css?17588080579882 */
/* /bitrix/templates/main/css/main2.css?175880807267807 */
/* /bitrix/templates/main/css/media.css?175879966533469 */
/* /bitrix/templates/main/css/media_newblock.css?175880672325525 */
