

/* Start:/local/templates/main_new/css/index.css?1752662058255637*/
@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
    outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
    display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: "FontAwesome";
    src: url("/local/templates/main_new/css/../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("/local/templates/main_new/css/../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/local/templates/main_new/css/../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/local/templates/main_new/css/../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/local/templates/main_new/css/../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/local/templates/main_new/css/../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    cursor: default !important;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: default;
}

.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;
    left: 0;
    top: 0;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    cursor: default;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    outline: none !important;
    cursor: default;
}

[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;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("/local/templates/main_new/css/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Icons */
}

@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url("/local/templates/main_new/css/fonts/slick.eot");
    src: url("/local/templates/main_new/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/main_new/css/fonts/slick.woff") format("woff"), url("/local/templates/main_new/css/fonts/slick.ttf") format("truetype"), url("/local/templates/main_new/css/fonts/slick.svg#slick") format("svg");
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.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 {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

html {
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    box-sizing: border-box;
}

.page-header-wrap {
    padding-top: 155px;
}

@media all and (min-width: 1024px) {
    /*	.is-main-page {
			padding-top: 120px;
		}*/
    .is-main-page .main-nav {
        margin-bottom: -36px;
    }
}

@media all and (max-width: 1279px) {
    .page-header-wrap {
        padding-top: 155px;
    }
}

@media all and (max-width: 1024px) {
    .page-header-wrap {
        padding-top: 116px;
    }
}

@media all and (max-width: 767px) {
    .page-header-wrap {
        padding-top: 74px;
    }
}

a {
    text-decoration: none;
}

a:hover,
input:hover,
select:hover,
button:hover,
textarea:hover {
    cursor: pointer;
}

p {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wrap {
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.hyphenate {
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.slick-disabled {
    display: block !important;
}

.slick-hidden {
    display: block !important;
    visibility: hidden !important;
}

.divFixHeaderCol {
    position: relative;
    border: 0;
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    overflow: hidden;
}

.divFixHeaderCol table {
    border-collapse: collapse;
}

.divFixHeaderCol td {
    font: 400 11px tahoma, arial, sans-serif;
    padding: 2px;
    border: 1px solid #d0d0d0;
    border-left: 0;
    background: #fff;
    min-height: 14px;
    /* если высота клиентской части в ячейке меньше 14px, то IE криво отрисовывает горизонтальные линии в фиксированной области */
    /* Самое интересное, что padding ни на что не влияет. Можно, например, сделать padding=16px и если клиентская высота < 14px, то всё равно IE криво отрисует линии */
    /* Если padding=0, а клиентская высота >= 14px, то будет нормально, IE ровно отрисует линии */
}

.divFixHeaderCol .fixRegion td {
    background: #fff no-repeat;
    background-image: linear-gradient(#eee, #eee);
    background-position: 1px 1px;
}

.cntr {
    text-align: center;
}

.orange-bg {
    background-color: #d67e29;
}

.blue-bg {
    background-color: #4477b9;
}

.dark-blue-bg {
    background-color: #2d4691;
}

.red-bg {
    background-color: #cb5329;
}

.gray-bg {
    background-color: #808080;
}

.mfp-bottom-bar {
    display: none;
}

.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
    font-family: FontAwesome;
    color: #f97c36;
    font-size: 29px;
    line-height: .5;
}

.slick-arrow.slick-prev {
    left: 15px;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
}

.slick-arrow.slick-next {
    right: 15px;
}

.slick-arrow.slick-next:before {
    content: "\f105";
}

.scroller-inner {
    height: calc(100vh - 185px);
    min-height: 200px;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
}

.scroller-list {
    overflow: hidden;
    position: relative;
    flex: 1 1 auto;
}

.scroller-inner.is_stuck {
    padding-top: 30px;
}

.list-track {
    position: absolute;
    left: 0;
    top: 0;
    transition: .15s linear top;
}

.scroller {
    visibility: hidden;
}

.scroller__action {
    text-align: left;
}

.scroller__act-up,
.scroller__act-down {
    visibility: hidden;
    display: inline-block;
    margin: 0 10px 0 90px;
    color: #ff9b63;
    font-size: 27px;
    line-height: .7;
    height: 20px;
}

.scroller__act-up i,
.scroller__act-down i {
    line-height: 0;
}

.scroller__act-up:hover,
.scroller__act-down:hover {
    cursor: pointer;
}

@media all and (max-width: 767px) {
    .scroller__act-up,
    .scroller__act-down {
        display: none;
    }
    
    .scroller-inner {
        height: auto !important;
        min-height: 0;
        position: static !important;
    }
    
    .list-track {
        position: relative;
    }
}

@media all and (max-width: 1024px) {
    .scroller__action,
    .scroller-nav__actions {
        text-align: right;
    }
    
    .scroller__act-up,
    .scroller__act-down {
        margin-right: 10px;
        margin-left: auto;
    }
}

@media all and (min-width: 1025px) {
    .visible-md {
        display: none !important;
    }
}

@media all and (max-width: 1024px) {
    .hidden-md {
        display: none !important;
    }
}

@media all and (min-width: 768px) {
    .visible-sm {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

@font-face {
    font-family: "Ariblk";
    src: url(/local/templates/main_new/css/../fonts/ariblk.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ArialN";
    src: url(/local/templates/main_new/css/../fonts/ARIALN.TTF) format("truetype");
    font-style: normal;
    font-weight: normal;
}

.logo-ru:before,
.logo-en:before {
    content: "";
    display: inline-block;
    width: 288px;
    height: 65px;
}

.logo-ru:before {
    background: url(/local/templates/main_new/css/../images/logo-ru.png) no-repeat center;
    background-size: contain;
}

.logo-en:before {
    background: url(/local/templates/main_new/css/../images/logo-en.png) no-repeat center;
    background-size: contain;
}

@media all and (max-width: 1024px) {
    .logo-ru:before,
    .logo-en:before {
        width: 207px;
        height: 48px;
    }
}

@media all and (max-width: 767px) {
    .logo-ru:before,
    .logo-en:before {
        width: 126px;
        height: 30px;
    }
}

.icon-phone:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 29px;
    background: url(/local/templates/main_new/css/../images/icons/call-request/icon-phone.png) no-repeat center;
    background-size: contain;
}

@media all and (max-width: 1024px) {
    .icon-phone:before {
        width: 21px;
    }
}

.icon-mail-b:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 17px;
    background: url(/local/templates/main_new/css/../images/icons/mail-b.png) no-repeat center;
    background-size: contain;
}

.icon-vk:before,
.icon-vk-sm:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 28px;
    background: url(/local/templates/main_new/css/../images/icons/social/icon-vk.png) no-repeat center;
    background-size: contain;
}

.icon-vk-sm:before {
    width: 24px;
    height: 24px;
}

.icon-telegram:before,
.icon-telegram-sm:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/local/templates/main_new/css/../images/icons/social/icons-telegram.png) no-repeat center;
    background-size: contain;
}

.icon-rutube:before,
.icon-rutube-sm:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/local/templates/main_new/css/../images/icons/social/rutube-black.svg) no-repeat center;
    background-size: contain;
}

.icon-facebook:before,
.icon-facebook2:before,
.icon-facebook-sm:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/local/templates/main_new/css/../images/icons/social/icon-facebook.png) no-repeat center;
    background-size: contain;
}

.icon-facebook-sm:before {
    width: 24px;
    height: 24px;
}

.icon-insta:before,
.icon-insta-sm:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 28px;
    background: url(/local/templates/main_new/css/../images/icons/social/icon-insta.png) no-repeat center;
    background-size: contain;
}

.icon-insta-sm:before {
    width: 24px;
    height: 24px;
}

.icon-youtube:before,
.icon-youtube-sm:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/local/templates/main_new/css/../images/icons/social/icon-youtube.png) no-repeat center;
    background-size: contain;
}

.icon-youtube-sm:before {
    width: 24px;
    height: 24px;
}

.icon-whatsapp:before,
.icon-whatsapp-sm:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 28px;
    background: url(/local/templates/main_new/css/../images/icons/social/icon-whatsapp.png) no-repeat center;
    background-size: contain;
}

.icon-whatsapp-sm:before {
    width: 24px;
    height: 24px;
}

.icon-od:before,
.icon-od-sm:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 28px;
    background: url(/local/templates/main_new/css/../images/icons/social/icon-od.png) no-repeat center;
    background-size: contain;
}

.icon-od-sm:before {
    width: 24px;
    height: 24px;
}

.icon-twitter:before,
.icon-twitter-sm:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 28px;
    background: url(/local/templates/main_new/css/../images/icons/social/icon-twitter.png) no-repeat center;
    background-size: contain;
}

.icon-twitter-sm:before {
    width: 24px;
    height: 24px;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 35px 0 35px;
    margin: 0 auto;
    position: relative;
}

@media all and (max-width: 1279px) {
    .container {
        box-sizing: border-box;
    }
}

@media all and (max-width: 1024px) {
    .container {
        padding: 0 30px;
    }
}

@media all and (max-width: 767px) {
    .container {
        padding: 0 12px;
    }
}

.body-wrap {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.body-wrap_equipment .call-request_header .call-request__phone a {
    color: #d67e29;
}

.body-wrap_equipment .call-request_header .call-request__phone button {
    color: #505f73;
}

.body-wrap_equipment .search-block__mail {
    color: #d67e29;
}

.body-wrap_equipment .main-nav {
    background-color: #d67e29;
}

.body-wrap_equipment .main-nav__list {
    background-color: #d67e29;
}

.body-wrap_equipment .main-sub-nav__list {
    background-color: #d67e29;
    border: 1px solid #c56f1b;
}

.body-wrap_equipment .catalog-nav__item_active .catalog-nav__head {
    color: #d67e29;
}

.body-wrap_equipment .catalog-nav__title {
    color: #d67e29;
}

.body-wrap_equipment .catalog-2sub-nav__item_active .catalog-2sub-nav__head {
    color: #d67e29;
}

.body-wrap_equipment .production-card__title {
    color: #d67e29;
}

.body-wrap_equipment .catalog-1sub-nav__item_active .catalog-1sub-nav__head {
    color: #d67e29;
}

.body-wrap_equipment .catalog__title {
    color: #d67e29;
}

.body-wrap_equipment .header.sticky .active .main-nav__sticky-btn {
    background-color: #d67e29;
}

.body-wrap_equipment .header.sticky .main-nav__list a:hover,
.body-wrap_equipment .header.sticky .main-nav__list .main-sub-nav:hover > a {
    background-color: #d67e29;
}

.body-wrap_sleeves .call-request_header .call-request__phone a {
    color: #4477b9;
}

.body-wrap_sleeves .call-request_header .call-request__phone button {
    color: #ff5c00;
}

.body-wrap_sleeves .call-request_header .call-request__icon {
    background: url(/local/templates/main_new/css/../images/call-request/phone-icon-sleeves.png) no-repeat center;
    background-size: contain;
}

.body-wrap_sleeves .search-block__mail {
    color: #4477b9;
}

.body-wrap_sleeves .main-nav {
    background-color: #4477b9;
}

.body-wrap_sleeves .main-nav__list {
    background-color: #4477b9;
}

.body-wrap_sleeves .main-sub-nav__list {
    background-color: #4477b9;
    border: 1px solid #426faf;
}

.body-wrap_sleeves .catalog-nav__head {
    padding: 12px 0 8px 0;
}

.body-wrap_sleeves .catalog-nav__item_active .catalog-nav__head {
    color: #4477b9;
}

.body-wrap_sleeves .catalog-nav__title {
    color: #4477b9;
}

.body-wrap_sleeves .catalog__title {
    color: #4477b9;
}

.body-wrap_sleeves .catalog-2sub-nav__item_active .catalog-2sub-nav__head {
    color: #4477b9;
}

.body-wrap_sleeves .production-card__title {
    color: #4477b9;
}

.body-wrap_sleeves .catalog-1sub-nav__item_active .catalog-1sub-nav__head {
    color: #4477b9;
}

.body-wrap_sleeves .header.sticky .active .main-nav__sticky-btn {
    background-color: #4477b9;
}

.body-wrap_sleeves .header.sticky .main-nav__list a:hover,
.body-wrap_sleeves .header.sticky .main-nav__list .main-sub-nav:hover > a {
    background-color: #4477b9;
}

.body-wrap_hydraulic .call-request_header .call-request__phone a {
    color: #2d4691;
}

.body-wrap_hydraulic .call-request_header .call-request__phone button {
    color: #ff5c00;
}

.body-wrap_hydraulic .call-request_header .call-request__icon {
    background: url(/local/templates/main_new/css/../images/call-request/phone-icon-hydraulic.png) no-repeat center;
    background-size: contain;
}

.body-wrap_hydraulic .search-block__mail {
    color: #2d4691;
}

.body-wrap_hydraulic .main-nav {
    background-color: #2d4691;
}

.body-wrap_hydraulic .main-nav__list {
    background-color: #2d4691;
}

.body-wrap_hydraulic .main-sub-nav__list {
    background-color: #2d4691;
    border: 1px solid #283e7c;
}

.body-wrap_hydraulic .catalog-nav__head {
    padding: 9px 0 9px 0;
}

.body-wrap_hydraulic .catalog-nav__item_active .catalog-nav__head {
    color: #2d4691;
}

.body-wrap_hydraulic .catalog-nav__title {
    color: #2d4691;
}

.body-wrap_hydraulic .catalog__title {
    color: #2d4691;
}

.body-wrap_hydraulic .catalog-2sub-nav__item_active .catalog-2sub-nav__head {
    color: #2d4691;
}

.body-wrap_hydraulic .production-card__title {
    color: #2d4691;
}

.body-wrap_hydraulic .catalog-1sub-nav__item_active .catalog-1sub-nav__head {
    color: #2d4691;
}

.body-wrap_hydraulic .header.sticky .active .main-nav__sticky-btn {
    background-color: #2d4691;
}

.body-wrap_hydraulic .header.sticky .main-nav__list a:hover,
.body-wrap_hydraulic .header.sticky .main-nav__list .main-sub-nav:hover > a {
    background-color: #2d4691;
}

.body-wrap_mechanization .call-request_header .call-request__phone a {
    color: #cb5329;
}

.body-wrap_mechanization .call-request_header .call-request__phone button {
    color: #516073;
}

.body-wrap_mechanization .call-request_header .call-request__icon {
    background: url(/local/templates/main_new/css/../images/call-request/phone-icon-mechanization.png) no-repeat center;
    background-size: contain;
}

.body-wrap_mechanization .search-block__mail {
    color: #cb5329;
}

.body-wrap_mechanization .main-nav {
    background-color: #cb5329;
}

.body-wrap_mechanization .main-nav__list {
    background-color: #cb5329;
}

.body-wrap_mechanization .catalog__title {
    color: #cb5329;
}

.body-wrap_mechanization .main-sub-nav__list {
    background-color: #cb5329;
    border: 1px solid #bf4f27;
}

.body-wrap_mechanization .catalog-nav__item_active .catalog-nav__head {
    color: #cb5329;
}

.body-wrap_mechanization .catalog-nav__title {
    color: #cb5329;
}

.body-wrap_mechanization .catalog-2sub-nav__item_active .catalog-2sub-nav__head {
    color: #cb5329;
}

.body-wrap_mechanization .production-card__title {
    color: #cb5329;
}

.body-wrap_mechanization .catalog-1sub-nav__item_active .catalog-1sub-nav__head {
    color: #cb5329;
}

.body-wrap_mechanization .header.sticky .active .main-nav__sticky-btn {
    background-color: #cb5329;
}

.body-wrap_mechanization .header.sticky .main-nav__list a:hover,
.body-wrap_mechanization .header.sticky .main-nav__list .main-sub-nav:hover > a {
    background-color: #cb5329;
}

.body-wrap_services .call-request_header .call-request__phone a {
    color: #717171;
}

.body-wrap_services .call-request_header .call-request__phone button {
    color: #ff5f05;
}

.body-wrap_services .call-request_header .call-request__icon {
    background: url(/local/templates/main_new/css/../images/call-request/phone-icon-service.png) no-repeat center;
    background-size: contain;
}

.body-wrap_services .search-block__mail {
    color: #717171;
}

.body-wrap_services .main-nav {
    background-color: #717171;
}

.body-wrap_services .main-nav__list {
    background-color: #717171;
}

.body-wrap_services .main-sub-nav__list {
    background-color: #717171;
    border: 1px solid #636363;
}

.body-wrap_services .catalog__title {
    color: #717171;
}

.body-wrap_services .catalog-nav__title {
    color: #717171;
}

.body-wrap_services .catalog-2sub-nav__item_active .catalog-2sub-nav__head {
    color: #717171;
}

.body-wrap_services .production-card__title {
    width: auto;
    margin-bottom: 20px;
    color: #717171;
    text-transform: none;
}

.body-wrap_services .header.sticky .active .main-nav__sticky-btn {
    background-color: #717171;
}

.body-wrap_services .header.sticky .main-nav__list a:hover,
.body-wrap_services .header.sticky .main-nav__list .main-sub-nav:hover > a {
    background-color: #717171;
}

@media all and (max-width: 1921px) {
    .body-wrap_equipment .catalog__logo img {
        transform: scale(0.8);
    }
    
    .body-wrap_sleeves .catalog__logo img {
        transform: scale(0.8);
    }
    
    .body-wrap_hydraulic .catalog__logo img {
        transform: scale(0.8);
    }
    
    .body-wrap_mechanization .catalog__logo img {
        transform: scale(0.8);
    }
    
    .body-wrap_services .catalog__logo img {
        transform: scale(0.8);
        margin-right: -10px;
    }
    
    .body-wrap_services .catalog__logo p {
        width: 235px;
        margin-top: 0;
        font-size: 17.5px;
        margin-left: -5px;
    }
}

@media all and (max-width: 1279px) {
    .body-wrap .main-nav {
        background-color: #505f73;
    }
    
    .body-wrap .main-sub-nav__list {
        background-color: #505f73;
    }
    
    .body-wrap_equipment .search-block__mail {
        color: #d67e29;
    }
    
    .body-wrap_equipment .main-nav {
        background-color: #d67e29;
    }
    
    .body-wrap_equipment .main-sub-nav__list {
        background-color: #d67e29;
    }
    
    .body-wrap_equipment .main-nav__item,
    .body-wrap_equipment .main-nav__list {
        border-color: #c56f1b;
    }
    
    .body-wrap_sleeves .search-block__mail {
        color: #4477b9;
    }
    
    .body-wrap_sleeves .main-nav {
        background-color: #4477b9;
    }
    
    .body-wrap_sleeves .main-sub-nav__list {
        background-color: #4477b9;
    }
    
    .body-wrap_sleeves .main-nav__item,
    .body-wrap_sleeves .main-nav__list {
        border-color: #426faf;
    }
    
    .body-wrap_hydraulic .search-block__mail {
        color: #2d4691;
    }
    
    .body-wrap_hydraulic .main-nav {
        background-color: #2d4691;
    }
    
    .body-wrap_hydraulic .main-sub-nav__list {
        background-color: #2d4691;
    }
    
    .body-wrap_hydraulic .main-nav__item,
    .body-wrap_hydraulic .main-nav__list {
        border-color: #283e7c;
    }
    
    .body-wrap_mechanization .main-nav {
        background-color: #bf4f27;
    }
    
    .body-wrap_mechanization .search-block__mail {
        color: #bf4f27;
    }
    
    .body-wrap_mechanization .search-block__mail {
        color: #bf4f27;
    }
    
    .body-wrap_mechanization .main-nav {
        background-color: #bf4f27;
    }
    
    .body-wrap_mechanization .main-sub-nav__list {
        background-color: #cb5329;
    }
    
    .body-wrap_mechanization .main-nav__item,
    .body-wrap_mechanization .main-nav__list {
        border-color: #bf4f27;
    }
}

@media all and (max-width: 767px) {
    .body-wrap_equipment .catalog__logo img {
        transform: scale(0.6);
        margin-left: 24px;
    }
    
    .body-wrap_sleeves .catalog__logo img {
        transform: scale(0.6);
        margin-left: 27px;
    }
    
    .body-wrap_hydraulic .catalog__logo img {
        transform: scale(0.6);
        margin-left: 20px;
    }
    
    .body-wrap_mechanization .catalog__logo img {
        transform: scale(0.6);
        margin-left: 28px;
    }
    
    .body-wrap_services .catalog__logo img {
        transform: scale(0.6);
        margin-left: 24px;
    }
    
    .body-wrap_services .catalog__logo p {
        width: 285px;
        font-size: 14px;
        margin-left: -30px;
    }
}

@media all and (max-width: 480px) {
    .body-wrap_equipment .catalog__logo img {
        transform: scale(0.4);
        margin-left: 15px;
    }
    
    .body-wrap_sleeves .catalog__logo img {
        transform: scale(0.4);
        margin-left: 12px;
    }
    
    .body-wrap_hydraulic .catalog__logo img {
        transform: scale(0.4);
        margin-left: 15px;
    }
    
    .body-wrap_mechanization .catalog__logo img {
        transform: scale(0.4);
        margin-left: 15px;
    }
    
    .body-wrap_services .catalog__logo img {
        transform: scale(0.5);
        margin-left: 19px;
    }
    
    .body-wrap_services .catalog__logo p {
        width: 185px;
        font-size: 10px;
        margin-left: -40px;
    }
}

.header {
    position: fixed;
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0;
    background-color: #ffffff;
    z-index: 996;
    top: 0;
}

.header__active-nav {
    position: absolute;
}

.header .call-request {
    width: 450px;
    margin-top: 3px;
    margin-left: 60px;
    align-self: center;
    text-align: right;
}

.header.sticky {
    position: fixed;
    padding: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.75);
}

.header.sticky .header-box > * {
    padding: 6px 0 6px 0;
}

.header.sticky .logo {
    order: -2;
}

.header.sticky .logo i:before {
    width: 163px;
    height: 37px;
}

.header.sticky .main-nav__item-icon {
    display: inline-block;
    float: right;
    opacity: 0;
}

.header.sticky .main-nav {
    width: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
    order: -1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.header.sticky .main-nav .main-sub-nav:hover .main-nav__item-icon {
    opacity: 1;
}

.header.sticky .main-nav__list {
    min-width: 122px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.28);
}

.header.sticky .main-nav__list li {
    display: block;
    margin: 0;
}

.header.sticky .main-nav__list a {
    color: #505f73;
    font-size: 11px;
    padding: 7.5px 10px 7.5px;
}

.header.sticky .main-nav__list > li > a {
    width: 100%;
    box-sizing: border-box;
    padding: 7.25px 19px 7.25px;
}

.header.sticky .main-nav__list a:hover,
.header.sticky .main-nav__list .main-sub-nav:hover > a {
    background-color: #505f73;
    color: #fff;
}

.header.sticky .main-sub-nav__list {
    top: 0;
    left: calc(100% + 1px);
    background-color: #fff;
    border: none;
    box-shadow: 2px 3px 12px 0px rgba(0, 0, 0, 0.28);
}

.header.sticky .search {
    position: relative;
    top: 0;
    left: 0;
    margin: 6px 0 6px 12px;
    display: inline-block;
}

.header.sticky .search input {
    width: 180px;
    padding-right: 30px;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    background-color: #e6e6e6;
    color: #000000;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.header.sticky .search button {
    position: absolute;
    right: 6px;
    color: #000000;
    margin-right: 0;
}

.header.sticky .call-request {
    width: 405px;
    margin: 0 0 0 18px;
    order: 0;
}

.header.sticky .header-tools {
    min-width: 0;
    width: auto;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 2px;
    margin-left: 22px;
}

.header.sticky .change-lang {
    display: inline-block;
}

.header.sticky .header-mail {
    margin: 0 32px 0 0;
    font-size: 17px;
}

.header.sticky .main-nav__sticky-btn {
    width: 122px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    text-align: center;
    position: relative;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.header.sticky .main-nav__sticky-btn i:first-child {
    vertical-align: 0;
    margin-right: 10px;
    font-size: 14px;
}

.header.sticky .main-nav__sticky-btn i:last-child {
    margin-left: 5px;
    margin-right: -6px;
    font-size: 12px;
}

.header.sticky .active .main-nav__sticky-btn {
    color: #fff;
    background-color: #505F73;
}

.header.sticky .main-nav__mobile-btn {
    display: none;
}

.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media all and (max-width: 1279px) {
    .header .call-request {
        width: auto;
        margin-left: 10px;
    }
}

@media all and (max-width: 1024px) {
    .header {
        padding: 20px 0 0 0;
    }
    
    .header-box {
        padding-bottom: 0;
        align-items: center;
    }
}

@media all and (max-width: 767px) {
    .header {
        padding: 10px 0 0 0;
    }
    
    .header .call-request {
        display: flex;
        align-content: center;
        align-items: center;
    }
    
    .header .call-request .header-mail {
        margin: 0 4px 0 12px;
    }
}

.header-tools {
    width: 23.5%;
    min-width: 250px;
    text-align: right;
    margin-bottom: 7px;
}

@media all and (max-width: 1279px) {
    .header-tools {
        width: auto;
        min-width: 0;
        margin-left: 10px;
    }
}

.header-mail {
    display: inline-block;
    margin-top: 3px;
    font-family: Arial, sans-serif;
    font-size: 16.5px;
    color: #000000;
}

@media all and (max-width: 1024px) {
    .header-mail {
        font-size: 0;
        line-height: 0;
        width: 26px;
        height: 20px;
        background: url(/local/templates/main_new/css/../images/icons/mail.png) 50% 50% no-repeat;
        background-size: contain;
        margin-bottom: 7px;
    }
}

@media all and (max-width: 767px) {
    .header-mail {
        width: 18px;
        height: 14px;
    }
}

.logo {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    user-select: none;
}

.logo .logo-ru,
.logo .logo-en {
    display: inline-block;
}

@media all and (max-width: 767px) {
    .logo {
        margin: 3px 0 0;
    }
}

.call-request {
    display: block;
    width: 400px;
}

.call-request__icon {
    display: inline-block;
}

.call-request__icon .icon-phone {
    display: inline-block;
}

.call-request__phone {
    display: inline-block;
    vertical-align: middle;
    font-family: Arial, sans-serif;
    font-size: 27px;
    color: #000000;
}

.call-request__phone .icon-phone {
    display: inline-block;
    vertical-align: 2px;
    margin: 0 12px 0 0;
}

.call-request__phone .icon-phone:before {
    vertical-align: middle;
}

.call-request__btn {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 10px 1px 10px;
    margin-left: 16px;
    border: 1px solid #ff5c00;
    border-radius: 12px;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    color: #ff5c00;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.call-request__btn:hover {
    background-color: #ff5c00;
    color: #ffffff;
}

@media (min-width: 768px) {
    .header.sticky .call-request__phone > .span-number {
        margin-right: 22px!important;
    }
}

@media (min-width: 1025px) {
    .header.sticky .header-box .logo-en:before,
    .header.sticky .header-box .logo-ru:before {
        width: 210px;
    }

    .header.sticky .header-box .call-request {
        width: 265px;
        margin: 0 0 0 5px;
    }

    .header.sticky .header-box .header-tools {
        flex-direction: column;
        margin-left: 10px;
    }

    .header.sticky .header-box .header-mail {
        margin: 0;
    }

    .header.sticky .call-request__phone {
        font-size: 22px;
    }

    .header.sticky .search input {
        width: 110px;
    }
}

@media (min-width: 1170px) {
    .header.sticky .header-box .logo-en:before,
    .header.sticky .header-box .logo-ru:before {
        width: 245px;
    }

    .header.sticky .header-box .call-request {
        width: 315px;
    }

    .header.sticky .call-request__phone {
        font-size: 27px;
    }

    .header.sticky .search input {
        width: 180px;
    }
}

@media all and (max-width: 1024px) {
    .call-request__phone {
        font-size: 18px;
    }
    
    .call-request__btn {
        font-size: 13px;
        padding: 3px 6px 1px 6px;
        margin-left: 12px;
    }

    .header .header-box .logo-en:before,
    .header .header-box .logo-ru:before {
        width: 190px;
    }

    .header .call-request__phone > .span-number {
        margin-right: 20px!important;
    }
}

@media all and (max-width: 767px) {
    .call-request__phone span {
        display: none;
    }
    
    .call-request__phone .icon-phone {
        margin: 0;
    }
    
    .call-request__phone .icon-phone:before {
        width: 13px;
        height: 17px;
    }
    
    .call-request__btn {
        font-size: 10px;
        line-height: 1;
        padding: 1px 6px 0 6px;
        margin-left: 12px;
    }

    .call-request__phone + .call-request__phone {
        margin-left: 15px;
    }
}

.change-lang {
    font-size: 19px;
}

.change-lang a {
    margin: 0;
    display: inline-block;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #5a687b;
}

.change-lang a:not(:last-child):after {
    content: "/";
    color: #5a687b;
}

.change-lang .active {
    color: #ff5c00;
}

@media all and (max-width: 1921px) {
    .change-lang a {
        font-size: 15.5px;
    }
}

@media all and (max-width: 1024px) {
    .change-lang {
        line-height: 1;
        display: block;
        margin-left: 6px;
        margin-top: -3px;
    }
    
    .change-lang a {
        display: inline-block;
        line-height: 1;
        color: #ff5b00;
    }
    
    .change-lang a:not(:last-child):after {
        content: "/";
        color: #ffffff;
        display: none;
    }
    
    .change-lang .active {
        color: #ffffff;
    }
}

@media all and (max-width: 767px) {
    .change-lang {
        margin-top: -5px;
    }
    
    .change-lang a {
        font-size: 13px;
    }
}

.main-nav {
    position: relative;
    width: 100%;
    background-color: #505f73;
    margin: 21px 0 0;
}

.main-nav__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
    background-color: #505f73;
}

.main-nav__item {
    display: inline-block;
    font-family: Arial, sans-serif;
    margin: 0 12px;
}

.main-nav__item-icon {
    display: none;
}

.main-nav__item > a {
    padding: 9px 10px 10px;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    letter-spacing: .1px;
}

.main-nav__item.active {
    font-family: "Arial Black", sans-serif !important;
}

.main-nav__sticky-btn {
    display: none;
}

.main-nav__mobile-btn {
    display: none;
}

.main-nav__mobile-btn button {
    border: none;
    background-color: transparent;
    color: #ffffff;
    outline: none;
    font-size: 30px;
    padding: 0;
}

.main-sub-nav {
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

.main-sub-nav a {
    white-space: nowrap;
}

.main-sub-nav .main-sub-nav:hover > a {
    color: #000;
    background-color: #fff;
}

.main-sub-nav__title {
    display: inline-block;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 22px;
    color: #ffffff;
    background: transparent;
    border: none;
}

.main-sub-nav__title:hover {
    cursor: pointer;
}

.main-nav .active > a {
    font-weight: bold;
}

.main-sub-nav__list {
    min-width: 100px;
    max-width: 300px;
    border: 1px solid #87919f;
    background-color: #505f73;
    position: absolute;
    padding: 0;
    list-style-type: none;
    z-index: 3;
    text-align: left;
    display: none;
}

.main-sub-nav__list .main-sub-nav__list {
    left: 100%;
    top: 0;
}

.main-sub-nav__list.lrg {
    min-width: 250px;
}

.main-sub-nav__list.lrg > li > a {
    white-space: normal;
}

.main-sub-nav__item {
    display: inline-block;
    width: 100%;
    font-family: Arial, sans-serif;
}

.main-sub-nav__item > a {
    min-width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    color: #ffffff;
    padding: 7px 8px;
}

.main-sub-nav__item > a:hover {
    color: #000;
    background-color: #fff;
}

@media (min-width: 1025px) {
    .main-sub-nav.visible:hover > .main-sub-nav__list {
        display: block;
    }
}

/*
@media all and (max-width: 1279px) {
  .main-nav {
    background-color: #505f73;
    display: none;
    &__list {
      margin: 0 -35px;
    }
    &__item {
      text-align: left;
      width: 100%;
      border-bottom: 1px solid #464E61;
      a {
        font-size: 14px;
        padding: 14px 5px 14px 15%;
      }
    }
    &__mobile-btn {
      display: block;
      button {
        padding: 10px 10px 10px 0;
      }
    }
  }

  .main-sub-nav {
    max-width: none;
    .main-sub-nav__title {
      padding: 14px 5px 8px 15%;
    }
    &__list {
      position: relative;
      display: block!important;
      border: none;
      width: auto;
    }
    &__item {
      font-weight: normal;
      a {
        font-family: Arial, sans-serif;
        font-size: 12px;
        padding: 7px 5px 7px 17%;
      }
      &:first-child {
        a {
          padding-top: 10px;
        }
      }
      &:last-child {
        a {
          padding-bottom: 15px;
        }
      }
    }
  }

  .main-nav-md-hidden {
    display: none;
  }

  .main-sub-nav {
    display: inline-block;
  }
}
*/
@media all and (max-width: 1024px) {
    .main-nav {
        margin: 11px -30px 0;
        height: 34px;
        width: calc(100% + 60px);
        padding: 0 30px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
    }
    
    .main-nav__inner {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-end;
    }
    
    .main-nav__list {
        margin: 0;
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        text-align: left;
        max-height: calc(100vh - 115px);
        overflow: auto;
        border-top: 1px solid #464E61;
    }
    
    .main-nav__item {
        display: block;
        margin: 0;
        padding: 5px 30px;
        border-bottom: 1px solid #464E61;
    }
    
    .main-nav__item > a {
        padding: 8px 0;
        white-space: normal;
    }
    
    .main-nav__item > a:hover, .main-sub-nav .main-sub-nav:hover > a {
        background-color: transparent !important;
        color: #ffffff !important;
    }
    
    .main-nav__item:last-child {
        border-bottom: none;
    }
    
    .main-nav__mobile-btn {
        display: block;
    }
    
    .main-sub-nav__list {
        position: static;
        margin-left: 25px;
        border: none !important;
        box-shadow: none;
        max-width: 100%;
        font-size: 16px;
    }
    
    .main-sub-nav.active > .main-sub-nav__list {
        display: block;
    }
    
    .main-sub-nav__item > a {
        white-space: normal;
        font-size: 13px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .main-sub-nav__item > a:hover {
        background-color: transparent !important;
        color: #ffffff !important;
    }
}

@media all and (max-width: 767px) {
    .main-nav {
        margin: 5px -24px 0;
        padding: 0 24px;
        height: 23px;
    }
    
    .main-nav__item {
        padding: 5px 24px;
    }
    
    .main-nav__item a {
        font-size: 12px;
    }
    
    .main-nav__mobile-btn button {
        font-size: 19px;
    }
    
    .main-sub-nav {
        max-width: 100%;
    }
    
    .main-sub-nav .main-sub-nav__title {
        padding: 14px 5px 3px 12px;
    }
    
    .main-sub-nav__item a {
        font-size: 10px;
    }
    
    .main-sub-nav__list.lrg {
        min-width: 10px;
    }
    
    .main-dropdown button {
        font-size: 14px;
        padding: 9px 5px 9px 12px;
    }
}

.search {
    width: auto;
    text-align: right;
    position: absolute;
    right: 16px;
    top: 5px;
    list-style-type: none;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.search form {
    white-space: nowrap;
}

.search form:hover input {
    border-color: #c3c3c3;
}

.search label {
    display: inline-block;
}

.search input {
    height: 23px;
    font-size: 14px;
    border: 2px solid #c3c3c3;
    border-radius: 10px;
    width: calc(100% - 40px);
    width: 140px;
    margin-right: 10px;
    padding: 0 12px 0 12px;
    color: #ffffff;
    outline: none;
    background-color: transparent;
}

.search input:focus {
    border-color: #c3c3c3;
}

.search input:valid {
    border-color: #c3c3c3;
}

.search button {
    height: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 20px;
    margin-right: 0px;
}

@media all and (max-width: 1024px) {
    .search {
        position: static;
    }
    
    .search button {
        font-size: 17px;
    }
}

@media all and (max-width: 767px) {
    .search {
        max-width: calc(100% - 82px);
    }
    
    .search button {
        font-size: 12px;
    }
    
    .search input {
        height: 17px;
        width: 85px;
        border-color: transparent;
    }
    
    .search form {
        display: flex;
        align-items: center;
        align-content: center;
    }
}

.footer {
    background-color: #E7E7E7;
    padding-top: 15px;
    padding-bottom: 32px;
    z-index: 1;
    margin-top: auto;
}

.footer__box {
    width: 96.5%;
    margin: 0 auto;
    padding: 8px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__nav {
    width: calc(100% - 500px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer__nav li {
    margin-bottom: 2px;
}

.footer__nav a {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #000;
}

.footer__nav span {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #000;
}

.footer__nav-1 {
    width: 230px;
    margin-right: 17px;
}

.footer__nav-1 li:last-child {
    margin-bottom: 0;
}

.footer__nav-1 li:last-child a {
    text-transform: none;
}

.footer__nav-2 {
    width: 150px;
    margin-right: 17px;
}

.footer__nav-2 li:last-child {
    margin-bottom: 0;
}

.footer__contact-us {
    width: 300px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer__feedback--btn {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 23px 11px;
    border: 1px solid #ff5c00;
    border-radius: 12px;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    line-height: 1;
    background-color: #ff5c00;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    outline: none;
    cursor: pointer;
}

.footer__feedback--btn:hover {
    color: #ff5c00;
    background-color: transparent;
}

.footer__copyrighted {
    width: 96.5%;
    margin: -15px auto 0;
}

.footer__copyrighted p {
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 9.5px;
    color: #808080;
}

.footer .call-request {
    width: auto;
}

.footer .call-request__phone {
    width: 100%;
}

.footer .call-request__btn {
    margin: 13px 0 0 0;
    font-size: 14px;
    padding: 2px 10px 1px 10px;
}

.footer .social {
    margin-top: 38px;
    font-size: 20px;
}

.footer .icon-phone {
    margin: 0 20px 0 0;
}

@media all and (max-width: 1280px) {
    .footer__nav-1 {
        width: 180px;
        margin-right: 10px;
    }
    
    .footer__nav-2 {
        width: 110px;
        margin-right: 10px;
    }
    
    .footer__nav .contacts-info {
        width: 185px;
        padding-left: 10px;
    }
    
    .footer__box .footer__feedback {
        width: 190px;
    }
    
    .footer__contact-us {
        width: 270px;
    }
}

@media all and (max-width: 1100px) {
    .footer__nav-1 {
        width: 145px;
    }
    
    .footer__nav .contacts-info {
        width: 175px;
    }
    
    .footer__contact-us {
        width: 250px;
    }
    
    .footer__feedback--btn {
        padding: 10px 15px 11px;
    }
    
    .footer__box .footer__feedback {
        width: 175px;
    }
    
    .footer__nav {
        width: calc(100% - 470px);
    }
    
    .footer__copyrighted {
        margin: 15px auto 0;
    }
}

@media all and (max-width: 1024px) {
    .footer {
        padding-top: 18px;
        padding-bottom: 25px;
    }
    
    .footer__box {
        width: auto;
        padding: 0 0 14px 0;
    }
    
    .footer__nav {
        width: 35%;
    }
    
    .footer__nav a {
        font-size: 11px;
    }
    
    .footer__nav span {
        font-size: 11px;
    }
    
    .footer__nav li {
        margin-bottom: 17px;
    }
    
    .footer__nav-mobile {
        width: 100%;
        -moz-column-count: 3;
        -moz-column-gap: 30px;
        -webkit-column-count: 3;
        -webkit-column-gap: 30px;
        column-count: 3;
        column-gap: 30px;
    }
    
    .footer__contact-us {
        max-width: 16.7%;
    }
    
    .footer__copyrighted {
        border-width: 2px;
        width: 100%;
    }
    
    .footer__copyrighted p {
        width: 100%;
        padding-top: 3px;
        font-size: 10px;
    }
    
    .footer__copyrighted a {
        color: #808080;
        font-size: 10px;
        letter-spacing: .2px;
    }
    
    .footer__nav .contacts-info {
        width: 175px;
        padding-left: 0;
        margin-top: 15px;
    }
    
    .footer .call-request {
        margin-top: 2px;
        display: flex;
        align-items: center;
        align-content: center;
        white-space: nowrap;
    }
    
    .footer .call-request__phone {
        font-size: 13px;
    }
    
    .footer .call-request__phone .icon-phone:before {
        width: 17px;
        height: 21px;
        background: url(/local/templates/main_new/css/../images/icons/call-request/icon-phone-b.png) no-repeat center;
        background-size: contain;
    }
    
    .footer .call-request__btn {
        font-size: 13px;
        margin: 0 0 0 13px;
        padding: 1px 6px;
    }
    
    .footer-flex-md {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-end;
        margin-top: 16px;
    }
    
    .footer-mail {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        font-size: 11px;
        color: #000000;
    }
    
    .footer-mail span {
        margin-left: 13px;
    }
    
    .footer .social {
        margin: 0 0 0 29px;
        font-size: 0;
    }
    
    .footer .social li {
        margin-left: 10px;
    }
    
    .footer .social i:before {
        width: 20px;
        height: 20px;
    }
}

@media all and (max-width: 767px) {
    .footer {
        padding-top: 5px;
        padding-bottom: 11px;
    }
    
    .footer__box {
        padding-bottom: 0;
    }
    
    .footer__nav {
        width: 100%;
    }
    
    .footer__nav li {
        margin-bottom: 1px;
    }
    
    .footer__nav a {
        font-size: 10px;
    }
    
    .footer__nav span {
        font-size: 10px;
    }
    
    .footer__contact-us {
        max-width: 100%;
        width: 100%;
        margin-top: 3px;
    }
    
    .footer__copyrighted {
        margin-top: 0;
    }
    
    .footer__copyrighted a {
        font-size: 8px;
    }
    
    .footer__copyrighted p {
        font-size: 8px;
        padding-top: 8px;
    }
    
    .footer .call-request {
        justify-content: space-between;
        width: 100%;
    }
    
    .footer .call-request__phone {
        width: auto;
        font-size: 11px;
    }
    
    .footer .call-request__phone .icon-phone {
        margin-right: 10px;
    }
    
    .footer .call-request__phone .icon-phone:before {
        width: 15px;
    }
    
    .footer .call-request__btn {
        padding: 1px 4px;
        font-size: 11px;
    }
    
    .footer-flex-md {
        justify-content: space-between;
        width: 100%;
        margin-top: 8px;
    }
    
    .footer-mail .icon-mail-b:before {
        width: 18px;
    }
    
    .footer-mail span {
        font-size: 11px;
        margin-left: 10px;
    }
    
    .footer .social li {
        margin-left: 8px;
    }
    
    .footer .social i:before {
        width: 17px;
        height: 17px;
    }
}

.footer-catalog {
    width: calc(100% - 431px);
    margin-right: 17px;
}

.footer-catalog li {
    margin-bottom: -4px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-catalog a {
    text-overflow: ellipsis;
    text-transform: none;
}

.banner {
    padding: 69px 0 34px 0;
    background: url(/local/templates/main_new/css/../images/banner/banner-bg.jpg) no-repeat top;
    display: block;
    background-size: cover;
    flex: 1;
    margin-top: -35px;
}

@media all and (min-width: 1024px) {
    .is-main-page .banner {
        padding: 105px 0 34px 0;
    }
}

@media all and (max-width: 1023px) {
    .banner {
        padding: 24px 0 15px 0;
        background: none;
        display: block !important;
        margin-top: 0;
    }
}

@media all and (max-width: 767px) {
    .banner {
        padding: 12px 0 13px 0;
    }
}

.banner-nav-lg {
    position: relative;
}

.banner-nav-lg__line:first-child {
    margin-bottom: 14px;
}

.banner-nav-lg__item {
    box-sizing: border-box;
    max-width: 630px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 40px 47px 38px;
    width: calc(50% - 66px);
    position: relative;
    white-space: nowrap;
}

.banner-nav-lg__item .banner-nav-lg__icon {
    display: inline-block;
    vertical-align: middle;
    height: 109px;
    margin: 0 32px 0 0;
}

.banner-nav-lg__item:nth-child(2n + 1) {
    flex-direction: row-reverse;
    text-align: right;
}

.banner-nav-lg__item:nth-child(2n + 1) .banner-nav-lg__icon {
    margin: 0 0 0 32px;
}

.banner-nav-lg__item:nth-child(2n) {
    float: right;
}

.banner-nav-lg__item p {
    display: inline-block;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: bolder;
    color: #ffffff;
    vertical-align: middle;
    white-space: normal;
    letter-spacing: -0.1px;
}

.banner-nav-lg__item_equipment {
    background: url(/local/templates/main_new/css/../images/banner/bg1.svg) no-repeat right;
    background-size: auto 200%;
}

.banner-nav-lg__item_sleeves {
    background: url(/local/templates/main_new/css/../images/banner/bg3.svg) no-repeat left;
    background-size: auto 200%;
}

.banner-nav-lg__item_hydraulic {
    background: url(/local/templates/main_new/css/../images/banner/bg2.svg) no-repeat right;
    background-size: auto 200%;
}

.banner-nav-lg__item_mechanization {
    background: url(/local/templates/main_new/css/../images/banner/bg4.svg) no-repeat left;
    background-size: auto 200%;
}

.banner-nav-lg_repair-service {
    max-width: 414px;
    position: absolute;
    background: url(/local/templates/main_new/css/../images/banner/bg5.svg) no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    text-align: center;
    padding: 25px 0 20px 0;
    width: 225px;
    height: 141px;
}

.banner-nav-lg_repair-service .banner-nav__icon {
    width: 100px;
}

.banner-nav-lg_repair-service .banner-nav-lg__icon {
    display: inline-block;
}

.banner-nav-lg_repair-service p {
    font-family: Arial, sans-serif;
    font-weight: bolder;
    color: #ffffff;
    font-size: 15px;
    margin: 7px 0 0;
    line-height: 1.3;
}

.bg0 {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 2;
}

.banner-nav-md {
    display: none;
    padding: 0;
    margin: 0;
}

.banner-nav-md__item {
    padding: 0 0 0 27px;
    margin-bottom: 8px;
    position: relative;
    list-style-type: none;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.banner-nav-md__item:before {
    content: "";
    border: 44px solid transparent;
    position: absolute;
    top: 0;
    right: calc(100% - 27px);
    z-index: -1;
}

.banner-nav-md__item:last-child {
    padding-bottom: 0;
}

.banner-nav-md__text {
    width: calc(100% - 105px);
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 17px;
    letter-spacing: -0.2px;
    color: #ffffff;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
}

.banner-nav-md__head {
    width: 100%;
    padding: 11px 5px 11px 0;
    box-sizing: border-box;
}

.banner-nav-md__head:hover {
    cursor: pointer;
}

.banner-nav-md__img {
    width: 77px;
    margin-left: -11px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.banner-nav-md__item_equipment .banner-nav-md__head {
    background-color: #d67e29;
}

.banner-nav-md__item_equipment:before {
    border-right: 27px solid #d67e29;
}

.banner-nav-md__item_equipment .banner-1sub-nav-md__item_active .banner-1sub-nav-md__head {
    color: #d67e29;
}

.banner-nav-md__item_sleeves .banner-nav-md__head {
    background-color: #4477b9;
}

.banner-nav-md__item_sleeves:before {
    border-right: 27px solid #4477b9;
}

.banner-nav-md__item_sleeves .banner-1sub-nav-md__item_active .banner-1sub-nav-md__head {
    color: #4477b9;
}

.banner-nav-md__item_mechanization .banner-nav-md__head {
    background-color: #cb5329;
}

.banner-nav-md__item_mechanization:before {
    border-right: 27px solid #cb5329;
}

.banner-nav-md__item_mechanization .banner-1sub-nav-md__item_active .banner-1sub-nav-md__head {
    color: #cb5329;
}

.banner-nav-md__item_hydraulic .banner-nav-md__head {
    background-color: #2d4691;
}

.banner-nav-md__item_hydraulic:before {
    border-right: 27px solid #2d4691;
}

.banner-nav-md__item_hydraulic .banner-1sub-nav-md__item_active .banner-1sub-nav-md__head {
    color: #2d4691;
}

.banner-nav-md__item_repair-service .banner-nav-md__head {
    background-color: #717171;
}

.banner-nav-md__item_repair-service:before {
    border-right: 27px solid #717171;
}

.banner-nav-md__item_repair-service .banner-1sub-nav-md__item_active .banner-1sub-nav-md__head {
    color: #717171;
}

.banner-1sub-nav-md {
    display: none;
    padding: 0;
}

.banner-1sub-nav-md__item {
    list-style-type: none;
    white-space: normal;
}

.banner-1sub-nav-md__head {
    margin: 0;
    padding: 11px 0 11px 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}

.banner-1sub-nav-md__head:hover {
    cursor: pointer;
}

.banner-2sub-nav-md {
    display: none;
    padding: 0 0 0 50px;
}

.banner-2sub-nav-md__item {
    margin: 2px 0 2px 0;
    list-style-type: none;
    white-space: normal;
    border-bottom: 1px solid black;
}

.banner-2sub-nav-md__item a {
    display: inline-block;
    margin: 0;
    padding: 4px 0 4px 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}

@media all and (min-width: 1921px) {
    .banner-nav-lg__item {
        padding: 50px 55px 50px;
        max-width: 1000px;
        width: calc(50% - 95px);
    }
    
    .banner-nav-lg__item p {
        font-size: 22px;
    }
    
    .banner-nav-lg__item .banner-nav-lg__icon {
        height: 168px;
    }
    
    .banner-nav-lg_repair-service {
        padding: 30px 0 30px 0;
        width: 319px;
        height: 215px;
    }
    
    .banner-nav-lg_repair-service p {
        font-size: 18px;
    }
    
    .banner-nav-lg_repair-service .banner-nav__icon {
        width: 165px;
    }
}

@media all and (max-width: 1279px) {
    .banner-nav-lg__icon {
        transform: scale(0.6);
    }
    
    .banner-nav-lg__item {
        padding: 40px 0 40px 0;
    }
    
    .banner-nav-lg__item p {
        font-size: 16px;
        margin: 0 0 0 -40px;
    }
    
    .banner-nav-lg__item_equipment .banner-nav-lg__icon {
        margin: 0 0 0 -5px;
    }
    
    .banner-nav-lg__item_sleeves .banner-nav-lg__icon {
        margin: 0 0 0 7px;
    }
    
    .banner-nav-lg__item_hydraulic .banner-nav-lg__icon {
        margin: 0 0 0 -5px;
    }
    
    .banner-nav-lg__item_mechanization .banner-nav-lg__icon {
        margin: 0 0 0 7px;
    }
}

@media all and (max-width: 1023px) {
    .banner-nav-md {
        display: block;
    }
    
    .banner-nav-lg {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .banner-nav-md__item {
        padding: 0 0 0 20px;
        position: relative;
        list-style-type: none;
        display: inline-block;
        margin-bottom: 3px;
    }
    
    .banner-nav-md__item:before {
        content: "";
        border-width: 30px;
        border-right-width: 18px;
        position: absolute;
        top: 0;
        right: calc(100% - 20px);
        z-index: -1;
    }
    
    .banner-nav-md__item:last-child {
        margin-bottom: 0;
    }
    
    .banner-nav-md__text {
        font-size: 13px;
        width: calc(100% - 55px);
    }
    
    .banner-nav-md__head {
        max-height: 270px;
        padding: 6px 5px 6px 0;
    }
    
    .banner-nav-md__img {
        width: 57px;
        margin-right: 1px;
        margin-left: -10px;
    }
    
    .banner-1sub-nav-md__head {
        padding: 6px 0 6px 0;
        font-size: 10px;
    }
    
    .banner-2sub-nav-md {
        padding: 0 0 0 25px;
    }
    
    .banner-2sub-nav-md__item {
        margin: 2px 0 2px 0;
        list-style-type: none;
    }
    
    .banner-2sub-nav-md__item a {
        padding: 10px 0 10px 0;
        font-size: 8px;
    }
}

.quick-question {
    position: fixed;
    top: 22%;
    right: 0;
    height: 94px;
    width: 117px;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    background: url(/local/templates/main_new/css/../images/quick-logo.jpg) no-repeat left center #ff5c00;
    background-origin: content-box;
    opacity: 0.85;
    z-index: 10;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

.quick-question:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    border: 47px solid transparent;
    border-right: 30px solid #ff5c00;
}

.quick-question:hover {
    cursor: pointer;
    opacity: 1;
}

@media all and (max-width: 1279px) {
    .quick-question {
        display: none;
    }
}

.popup-conf {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.popup-conf__window {
    width: 498px;
    height: 480px;
    padding: 50px 0 20px 0;
    border: 2px solid #505f73;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 48.3%;
    box-sizing: border-box;
    background-color: #ffffff;
}

.popup-conf__content {
    width: 77%;
    margin: 0 auto;
}

.popup-conf__form {
    display: block;
    margin: 0 auto 22px auto;
}

.popup-conf__form:last-child {
    margin-bottom: 0;
}

.popup-conf input {
    display: inline-block;
    padding: 3px 15px 0 15px;
    font-family: Arial, sans-serif;
    font-size: 27px;
    border: 2px solid #B3B3B3;
    border-radius: 10px;
    outline: none;
    box-sizing: border-box;
}

.popup-conf input::placeholder {
    font-size: 30px;
    text-transform: uppercase;
    color: #B3B3B3;
}

.popup-conf input::-webkit-input-placeholder {
    font-size: 30px;
    text-transform: uppercase;
    color: #B3B3B3;
}

.popup-conf input:-ms-input-placeholder {
    font-size: 30px;
    text-transform: uppercase;
    color: #B3B3B3;
}

.popup-conf input:-ms-input-placeholder {
    font-size: 30px;
    text-transform: uppercase;
    color: #B3B3B3;
}

.popup-conf input:-ms-input-placeholder {
    font-size: 30px;
    text-transform: uppercase;
    color: #B3B3B3;
}

.popup-conf input:-ms-input-placeholder {
    font-size: 30px;
    text-transform: uppercase;
    color: #B3B3B3;
}

.popup-conf input:-ms-input-placeholder {
    font-size: 30px;
    text-transform: uppercase;
    color: #B3B3B3;
}

.popup-conf input:-ms-input-placeholder {
    font-size: 30px;
    text-transform: uppercase;
    color: #B3B3B3;
}

.popup-conf label {
    display: inline-block;
    width: calc(100% - 170px);
    font-family: Arial, sans-serif;
    font-size: 19px;
    margin-bottom: 19px;
    vertical-align: top;
}

.popup-conf__name {
    width: 100%;
    margin-bottom: 33px;
}

.popup-conf__phone {
    width: 100%;
    margin-bottom: 33px;
}

.popup-conf__email {
    width: 100%;
    margin-bottom: 33px;
}

.popup-conf__compliance {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 20px;
    height: 20px;
    margin: 10px 10px 0 15px;
}

.popup-conf__close {
    position: absolute;
    top: -2px;
    right: 0;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 23px;
    padding: 0;
    margin: 8px 0 0 0;
}

.popup-conf__info {
    margin: 0 0 0 2px;
    line-height: 1.05;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.popup-conf__info a {
    text-decoration: underline;
}

.popup-conf button {
    margin: 25px auto 0 auto;
    display: block;
    padding: 6px 20px;
    font-family: Arial, sans-serif;
    font-size: 19px;
}

.popup-director,
.popup-mobile,
.popup-question,
.popup-order {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
    overflow: auto;
    text-align: center;
}

.popup-director:after,
.popup-mobile:after,
.popup-question:after,
.popup-order:after {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}

.popup-director__window,
.popup-mobile__window,
.popup-question__window,
.popup-order__window {
    width: 305px;
    padding: 11px 10px 10px 15px;
    border: 1px solid #505f73;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    background-color: #ffffff;
}

.popup-director__head,
.popup-mobile__head,
.popup-question__head,
.popup-order__head {
    position: relative;
}

.popup-director input,
.popup-mobile input,
.popup-question input,
.popup-order input,
.popup-director textarea,
.popup-mobile textarea,
.popup-question textarea,
.popup-order textarea {
    padding: 7px 3px 6px 3px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #797979;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.popup-director label,
.popup-mobile label,
.popup-question label,
.popup-order label {
    width: calc(100% - 25px);
    margin: 0 0 10px -4px;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
    vertical-align: top;
}

.popup-director__title,
.popup-mobile__title,
.popup-question__title,
.popup-order__title {
    margin: 0 0 19px 0;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
}

.popup-director__close,
.popup-mobile__close,
.popup-question__close,
.popup-order__close {
    position: absolute;
    top: -2px;
    right: 0;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 23px;
    padding: 0;
}

.popup-director__phone,
.popup-mobile__phone,
.popup-question__phone,
.popup-order__phone {
    width: 100%;
    margin-bottom: 19px;
    -webkit-box-shadow: inset 0 3px 0px -2 #797979;
    -moz-box-shadow: inset 0 3px 0 -2px #797979;
    box-shadow: inset 0 3px 0 -2px #797979;
}

.popup-director__name,
.popup-mobile__name,
.popup-question__name,
.popup-order__name {
    width: 100%;
    margin-bottom: 19px;
    -webkit-box-shadow: inset 0 3px 0px -2 #797979;
    -moz-box-shadow: inset 0 3px 0 -2px #797979;
    box-shadow: inset 0 3px 0 -2px #797979;
}

.popup-director__input,
.popup-mobile__input,
.popup-question__input,
.popup-order__input {
    width: 100%;
    margin-bottom: 19px;
    -webkit-box-shadow: inset 0 3px 0px -2 #797979;
    -moz-box-shadow: inset 0 3px 0 -2px #797979;
    box-shadow: inset 0 3px 0 -2px #797979;
}

.popup-director__textarea,
.popup-mobile__textarea,
.popup-question__textarea,
.popup-order__textarea {
    width: 100%;
    margin-bottom: 19px;
    -webkit-box-shadow: inset 0 3px 0px -2 #797979;
    -moz-box-shadow: inset 0 3px 0 -2px #797979;
    box-shadow: inset 0 3px 0 -2px #797979;
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%;
}

.popup-director__compliance,
.popup-mobile__compliance,
.popup-question__compliance,
.popup-order__compliance {
    width: 20px;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
    vertical-align: top;
}

.popup-director__info,
.popup-mobile__info,
.popup-question__info,
.popup-order__info {
    width: 93%;
    font-family: Arial, sans-serif;
    margin: 0 0 16px 17px;
    font-size: 9px;
    line-height: 1.4;
}

.popup-director__info a,
.popup-mobile__info a,
.popup-question__info a,
.popup-order__info a {
    text-decoration: underline;
}

.popup-director__submit,
.popup-mobile__submit,
.popup-question__submit,
.popup-order__submit {
    padding: 10px 0 8px 0;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #232323;
    border-radius: 4px;
    border: 1px solid #5F5F5F;
    outline: none;
    box-shadow: none;
}

.popup-director__show,
.popup-director__hide,
.popup-question__show,
.popup-question__hide,
.popup-order__show,
.popup-order__hide {
    display: none;
}

.popup-director__show.is-show + .popup-director__hide,
.popup-question__show.is-show + .popup-question__hide,
.popup-order__show.is-show + .popup-question__hide {
    margin-top: 15px;
}

.popup-director__show.is-show,
.popup-director__hide.is-show,
.popup-question__show.is-show,
.popup-question__hide.is-show,
.popup-order__show.is-show,
.popup-order__hide.is-show {
    display: block;
}

.popup-director__hide,
.popup-question__hide,
.popup-order__hide {
    color: red;
}

.js_up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    width: 40px;
    z-index: 100;
}

.js_up img {
    width: 40px;
    height: 40px;
}

.js_up div {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
}

.hide {
    display: none;
}

@media all and (max-width: 1024px) {
    .popup-conf__window {
        max-width: 498px;
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
        width: 95%;
        height: 540px;
    }
    
    .popup-conf label {
        width: calc(45%);
    }
}

@media all and (max-width: 767px) {
    .popup-conf__window {
        height: 500px;
        padding-top: 60px;
    }
    
    .popup-conf input {
        font-size: 22px;
    }
    
    .popup-conf__name {
        margin-bottom: 20px;
    }
    
    .popup-conf__phone {
        margin-bottom: 20px;
    }
    
    .popup-conf__email {
        margin-bottom: 20px;
    }
    
    .popup-conf__close {
        top: -2px;
        right: 0;
    }
    
    .popup-conf .conf-compliance {
        width: calc(100% - 20px);
        font-size: 17px;
    }
    
    .popup-conf label {
        width: calc(100% - 50px);
    }
    
    .js_up {
        bottom: 75px;
    }
}

.search-page {
    padding: 40px 0 40px 0;
}

.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style-type: none;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.social li {
    display: inline-block;
}

.our-advantages-slider {
    background-color: #e6e6e6;
    vertical-align: middle;
    visibility: hidden;
    padding: 0 50px;
}

.our-advantages-slider .our-advantages-slide {
    height: 84px;
    outline: none;
}

.our-advantages-slider .our-advantages-slide .linear {
    /*display: block;*/
}

.our-advantages-slider .our-advantages-slide__helper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.our-advantages-slider .our-advantages-slide__helper img {
    width: 66px;
    margin-left: 12px;
    display: inline-block;
    align-self: center;
}

.our-advantages-slider .our-advantages-slide__helper p {
    display: inline-block;
    margin: 0;
    font-size: 26px;
    line-height: 0.9;
    font-weight: normal;
    font-family: "Arial", sans-serif;
    margin-right: 2px;
}

.our-advantages-slider .our-advantages-slide__helper p.first {
    margin-left: -6px;
}

.our-advantages-slider .our-advantages-slide__title {
    display: inline-block;
    width: calc(100% - 102px);
    margin: 0 10px 0 7px;
    font-family: "ArialN";
    color: #000;
    font-weight: bold;
    letter-spacing: 0;
    align-self: center;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 1px;
}

@media all and (max-width: 1279px) {
    .our-advantages-slider {
        padding: 0 44px;
        margin: 0 -30px;
    }
    
    .our-advantages-slider .slick-prev {
        height: auto;
        left: 22px;
    }
    
    .our-advantages-slider .slick-prev:before {
        font-size: 23px;
    }
    
    .our-advantages-slider .slick-next {
        height: auto;
        right: 22px;
    }
    
    .our-advantages-slider .slick-next:before {
        font-size: 23px;
    }
    
    .our-advantages-slider:hover {
        cursor: pointer;
    }
    
    .our-advantages-slider .our-advantages-slide {
        padding: 3px 0 3px 0;
        height: 62px;
    }
    
    .our-advantages-slider .our-advantages-slide__title {
        width: calc(100% - 74px);
        line-height: 1.15;
        margin-right: 0;
    }
    
    .our-advantages-slider .our-advantages-slide__helper img {
        width: 53px;
    }
    
    .our-advantages-slider .our-advantages-slide__helper p {
        font-size: 22px;
    }
}

@media all and (max-width: 767px) {
    .our-advantages-slider {
        padding: 4px 20px 4px 20px;
        margin: 0;
    }
    
    .our-advantages-slider .our-advantages-slide {
        height: 42px;
    }
    
    .our-advantages-slider .our-advantages-slide__helper img {
        width: 45px;
        margin-left: 5px;
    }
    
    .our-advantages-slider .our-advantages-slide__helper p {
        margin-left: 0;
        font-size: 18px;
    }
    
    .our-advantages-slider .our-advantages-slide__title {
        width: calc(100% - 55px);
        font-size: 9px;
        margin: 0 0 0 5px;
        line-height: 1.2;
    }
    
    .our-advantages-slider .our-advantages-slide__title p {
        font-size: 20px;
    }
    
    .our-advantages-slider .slick-prev {
        left: 2px;
    }
    
    .our-advantages-slider .slick-next {
        right: 2px;
    }
}

.company-news {
    padding: 35px 0 28px 0;
    background: url(/local/templates/main_new/css/../images/company-news-bg.png) no-repeat 50% 33px;
    background-origin: border-box;
    background-size: auto 425px;
}

.company-news__box {
    width: 96.2%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media all and (max-width: 1279px) {
    .company-news {
        padding-top: 20px;
        padding-bottom: 12px;
        background-size: 273px;
        background-position-y: 52px;
    }
    
    .company-news__box {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .company-news {
        padding-top: 9px;
        padding-bottom: 3px;
        background: none;
    }
    
    .company-news__box {
        flex-wrap: wrap;
    }
}

.news {
    width: 330px;
    padding-right: 28px;
    box-sizing: border-box;
    position: relative;
    visibility: hidden;
}

.news__title {
    display: block;
    color: #505F73;
    letter-spacing: .7px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 3px;
    padding-bottom: 21px;
    border-bottom: 1px solid;
}

.news__title h1 {
    font-size: 15px;
    margin: 0 20px;
}

.news__title p {
    margin: 0 20px;
}

.news__list {
    margin: 0;
    padding: 0 0 0 19px;
    list-style-type: none;
}

.news__list--info {
    padding-top: 13px;
}

.news__list--info a {
    color: #505F73;
    text-transform: uppercase;
}

.news__list--info a:hover {
    text-decoration: underline;
}

.news__list--info a.active {
    color: #ff9b63;
}

.news .list-track {
    left: 19px;
}

.news__actions {
    padding-left: 90px;
}

.news__actions .slick-disabled {
    visibility: hidden;
}

.news__actions .news__act-up {
    visibility: hidden;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #ff9b63;
    font-size: 27px;
    line-height: .7;
    height: 20px;
}

.news__actions .news__act-up i {
    line-height: 0;
}

.news__actions .news__act-up:hover {
    cursor: pointer;
}

.news__actions .news__act-down {
    visibility: hidden;
    display: inline-block;
    margin: 0 10px 0 0;
    height: 20px;
    color: #ff9b63;
    font-size: 27px;
    line-height: .7;
}

.news__actions .news__act-down i {
    line-height: 0;
}

.news__actions .news__act-down:hover {
    cursor: pointer;
}

.news_sm {
    width: 460px;
    padding: 0;
}

.news_sm .scroller-inner {
    min-height: 0;
    height: auto !important;
}

.news_sm .list-track {
    position: relative;
    left: 0;
}

.news_sm .news__actions .news__act-down {
    visibility: visible;
}

.news_sm .news__title {
    font-size: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    margin: 9px 0;
    letter-spacing: .5px;
    border: none;
}

.news_sm .news__title:before,
.news_sm .news__title:after {
    content: "";
    display: block;
    flex: 1 1 auto;
    margin-bottom: 4px;
    height: 1px;
    background-color: #5e6c7e;
}

.news_sm .news__title p {
    margin: 0 12px;
}

.news_sm .news__list {
    padding: 0;
    overflow: hidden;
}

@media all and (max-width: 1921px) {
    .news_sm {
        width: 338px;
    }
}

@media all and (max-width: 1024px) {
    .news_sm {
        width: calc(100% / 2 - 145px);
        max-width: none;
        margin-bottom: 5px;
        padding-right: 0;
    }
    
    .news_sm .news__title {
        margin: 3px 0;
        font-size: 16px;
        letter-spacing: 1.6px;
    }
    
    .news__actions {
        text-align: right;
    }
    
    .news__actions .news__act-up,
    .news__actions .news__act-down {
        margin: 0;
    }
    
    .news__actions .news__act-up {
        display: block;
        margin-top: -10px;
        width: 20px;
        margin-left: auto;
    }
}

@media all and (max-width: 767px) {
    .news {
        width: 100%;
        padding: 0;
        min-width: 0;
    }
    
    .news__box {
        flex-wrap: wrap;
    }
    
    .news__list {
        padding: 0;
    }
    
    .news_sm {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .news_sm .news__title {
        font-size: 12px;
        letter-spacing: 2.3px;
    }
    
    .news_sm .news__actions .news__act-up {
        font-size: 24px;
        margin-top: -12px;
        margin-bottom: -3px;
        margin-right: 10px;
        line-height: 14px;
    }
    
    .news_sm .news__actions .news__act-down {
        font-size: 24px;
        margin-top: -2px;
        margin-bottom: -4px;
        margin-right: 10px;
        display: block;
        width: 20px;
        margin-left: auto;
    }
    
    .news_sm .news__list {
        margin-bottom: 0;
    }
}

.news-item {
    margin: 0 0 12.4px 0;
    outline: none;
    box-sizing: border-box !important;
    font-size: 12px;
}

.news-item:last-child {
    padding-bottom: 0;
}

.news-item:first-child {
    padding-top: 0;
}

.news-item__data {
    display: inline-block;
    vertical-align: top;
    width: 83px;
    margin: 0 5px 0 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #505F73;
    font-weight: bolder;
}

.news-item__content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 92px);
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    outline: none;
    padding-top: 2px;
}

.news-item_active .news-item__data,
.news-item_active .news-item__content {
    color: #FF5C00;
}

.news-item_sm {
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 27.9px;
    white-space: nowrap;
}

.news-item_sm .news-item__data {
    font-size: 12px;
    width: 82px;
    white-space: normal;
    line-height: .9;
}

.news-item_sm .news-item__content {
    white-space: normal;
    width: calc(100% - 92px);
    padding-top: 0;
}

@media all and (max-width: 1024px) {
    .news-item_sm {
        margin-bottom: 14.9px;
    }
    
    .news-item_sm .news-item__data {
        font-size: 12px;
        width: 65px;
    }
    
    .news-item_sm .news-item__content {
        width: calc(100% - 74px);
    }
}

@media all and (max-width: 767px) {
    .news-item__data {
        font-size: 14px;
        width: 105px;
    }
    
    .news-item__content {
        width: calc(100% - 115px);
        font-size: 11px;
    }
    
    .news-item_sm {
        margin-bottom: 7px;
    }
    
    .news-item_sm .news-item__data {
        width: 65px;
        font-size: 12px;
    }
    
    .news-item_sm .news-item__content {
        width: calc(100% - 76px);
        font-size: 11px;
    }
    
    .news-item_sm:last-child {
        margin-bottom: 0;
    }
}

.about-company-sm {
    width: 460px;
}

.about-company-sm__title {
    color: #505F73;
    font-size: 26px;
    letter-spacing: -1px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 9px 0 33px;
}

.about-company-sm__title:before,
.about-company-sm__title:after {
    content: "";
    display: block;
    flex: 1 1 auto;
    margin-bottom: 4px;
    height: 1px;
    background-color: #5e6c7e;
}

.about-company-sm__title p {
    margin: 0 12px;
}

.about-company-sm__content {
    display: inline-block;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    float: right;
    font-size: 12px;
    text-align: justify;
}

.about-company-sm__content p {
    padding: 0;
    margin: 0 0 14px;
}

.about-company-sm__content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

@media all and (max-width: 1921px) {
    .about-company-sm {
        width: 338px;
    }
}

@media all and (max-width: 1024px) {
    .about-company-sm {
        padding: 0;
        width: calc(100% / 2 - 145px);
        max-width: none;
    }
    
    .about-company-sm__title {
        margin: 3px 0 12px;
        font-size: 16px;
        letter-spacing: -0.2px;
    }
    
    .about-company-sm__content {
        font-size: 12px;
        line-height: 1;
    }
    
    .about-company-sm__content p {
        margin-bottom: 8px;
    }
}

@media all and (max-width: 767px) {
    .about-company-sm {
        min-width: 0;
        margin-bottom: 5px;
        width: 100%;
    }
    
    .about-company-sm__title {
        font-size: 13px;
        letter-spacing: 1.5px;
        margin-bottom: 7px;
    }
    
    .about-company-sm__content {
        width: 100%;
        box-sizing: border-box;
        font-size: 11px;
        line-height: 12px;
    }
    
    .about-company-sm__content p {
        margin-bottom: 4px;
    }
    
    .about-company-sm__content p:last-child {
        margin-bottom: 0;
    }
}

.our-partners-slider {
    position: relative;
    padding: 15px 22px 25px;
    background-color: #e6e6e6;
    margin-bottom: 34px;
}

.our-partners-slider .slick-arrow.slick-prev {
    left: -5px;
}

.our-partners-slider .slick-arrow.slick-next {
    right: -5px;
}

.our-partners-slider .slick-hidden {
    display: block !important;
    visibility: visible !important;
}

.our-partners-slider__title {
    color: #505F73;
    font-size: 26px;
    letter-spacing: .5px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 9px 0 25px;
}

.our-partners-slider__title a {
    color: #505F73;
}

.our-partners-slider__title:before,
.our-partners-slider__title:after {
    content: "";
    display: block;
    flex: 1 1 auto;
    margin-bottom: 4px;
    height: 1px;
    background-color: #5e6c7e;
}

.our-partners-slider__title p {
    margin: 0 12px;
}

.our-partners-slider__list {
    visibility: hidden;
    padding: 0 60px 0 60px;
}

.our-partners-slider__list .slick-slide {
    position: relative;
    height: 60px;
    outline: none;
}

.our-partners-slider__list .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 20px);
    max-height: 100%;
    cursor: default;
}

.our-partners-slider__list:hover {
    cursor: pointer;
}

.our-partners-slider .slick-arrow {
    display: block !important;
    visibility: visible !important;
    user-select: none;
}

.our-partners-slider .partners-slider-arrow {
    position: absolute;
    top: 45%;
    z-index: 2;
    outline: none;
}

.our-partners-slider .partners-slider-arrow:hover {
    cursor: pointer;
}

@media all and (max-width: 1024px) {
    .our-partners-slider {
        margin: 0 -30px 24px;
        padding: 2px 30px 15px;
    }
    
    .our-partners-slider__title {
        font-size: 17px;
        margin-bottom: 10px;
    }
    
    .our-partners-slider__list {
        padding: 0 25px;
    }
    
    .our-partners-slider__list .slick-slide {
        height: 40px;
    }
}

@media all and (max-width: 767px) {
    .our-partners-slider {
        padding: 6px 0 0 0;
        margin: 0 0 7px;
        background-color: transparent;
    }
    
    .our-partners-slider__list {
        padding: 0 30px 0 30px;
        background-color: #e6e6e6;
    }
    
    .our-partners-slider__list .slick-slide {
        height: 48px;
        padding: 3px 0;
    }
    
    .our-partners-slider__title {
        font-size: 13px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    
    .our-partners-slider .slick-arrow {
        top: 57%;
    }
    
    .our-partners-slider .slick-arrow.slick-prev {
        left: 3px;
        margin-top: -2px;
    }
    
    .our-partners-slider .slick-arrow.slick-prev:before {
        font-size: 25px;
    }
    
    .our-partners-slider .slick-arrow.slick-next {
        right: 3px;
        margin-top: -2px;
    }
    
    .our-partners-slider .slick-arrow.slick-next:before {
        font-size: 25px;
    }
}

.our-clients-slider {
    position: relative;
    padding: 15px 22px 25px;
    background-color: #e6e6e6;
    margin-bottom: 34px;
}

.our-clients-slider .slick-arrow.slick-prev {
    left: -5px;
}

.our-clients-slider .slick-arrow.slick-next {
    right: -5px;
}

.our-clients-slider__title {
    color: #505F73;
    font-size: 26px;
    letter-spacing: .5px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 9px 0 25px;
}

.our-clients-slider__title a {
    color: #505F73;
}

.our-clients-slider__title:before,
.our-clients-slider__title:after {
    content: "";
    display: block;
    flex: 1 1 auto;
    margin-bottom: 4px;
    height: 1px;
    background-color: #5e6c7e;
}

.our-clients-slider__title p {
    margin: 0 12px;
    letter-spacing: 2.1px;
}

.our-clients-slider__list {
    visibility: hidden;
    padding: 0 60px 0 60px;
}

.our-clients-slider__list .slick-slide {
    position: relative;
    height: 60px;
    outline: none;
}

.our-clients-slider__list .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 20px);
    max-height: 100%;
    cursor: default;
}

.our-clients-slider__list:hover {
    cursor: pointer;
}

@media all and (max-width: 1024px) {
    .our-clients-slider {
        margin: 0 -30px 23px;
        padding: 5px 30px 15px;
    }
    
    .our-clients-slider__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .our-clients-slider__title p {
        letter-spacing: 2.5px;
    }
    
    .our-clients-slider__list {
        padding: 0 25px;
    }
    
    .our-clients-slider__list .slick-slide {
        height: 40px;
    }
}

@media all and (max-width: 767px) {
    .our-clients-slider {
        padding: 6px 0 6px 0;
        margin: 0 0 5px;
        background-color: transparent;
    }
    
    .our-clients-slider__list {
        padding: 0 30px 0 30px;
        background-color: #e6e6e6;
    }
    
    .our-clients-slider__list .slick-slide {
        height: 48px;
        padding: 3px 0;
    }
    
    .our-clients-slider__title {
        font-size: 13px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    
    .our-clients-slider__title p {
        letter-spacing: .7px;
    }
    
    .our-clients-slider .slick-arrow {
        top: 57%;
    }
    
    .our-clients-slider .slick-arrow.slick-prev {
        left: 3px;
        margin-top: -2px;
    }
    
    .our-clients-slider .slick-arrow.slick-prev:before {
        font-size: 25px;
    }
    
    .our-clients-slider .slick-arrow.slick-next {
        right: 3px;
        margin-top: -2px;
    }
    
    .our-clients-slider .slick-arrow.slick-next:before {
        font-size: 25px;
    }
}

.our-coordinates {
    width: 100%;
    height: 750px;
    margin-bottom: 25px;
}

@media all and (max-width: 1921px) {
    .our-coordinates {
        height: 602px;
        margin-bottom: 36px;
    }
}

@media all and (max-width: 1024px) {
    .our-coordinates {
        height: 355px;
        margin-bottom: 25px;
    }
}

@media all and (max-width: 767px) {
    .our-coordinates {
        height: 191px;
        margin-bottom: 11px;
    }
}

.division-carousel {
    padding: 75px 0 55px 0;
    background: url(/local/templates/main_new/css/../images/banner/banner-bg.jpg) no-repeat center top;
    box-sizing: border-box;
    display: none;
    min-height: 800px;
}

.division-carousel__box {
    width: 89.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media all and (max-width: 1921px) {
    .division-carousel {
        min-height: 560px;
    }
}

@media all and (max-width: 1023px) {
    .division-carousel {
        display: none !important;
    }
}

.production-nav {
    width: 49.5%;
    min-height: 680px;
    display: none;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-right-style: solid;
    border-right-width: 0;
}

.production-nav__backside {
    width: 47%;
    padding: 80px 10px 10px 10px;
    box-sizing: border-box;
}

.production-nav__logo {
    width: 226px;
    margin: 0 auto;
    display: block;
}

.production-nav .production-nav__sub-logo {
    position: relative;
    right: 85px;
    top: 15px;
}

.production-nav__front {
    width: 53%;
    padding: 80px 0 0 34px;
    margin: 0;
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
}

.production-nav__title {
    padding-right: 15px;
    margin: 0 0 10px 0;
    font-family: Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1;
}

.production-nav__list {
    padding: 0;
    margin: 0 0 5px 0;
    list-style-type: none;
    overflow: hidden;
}

.production-nav__item a {
    width: 100%;
    display: table-cell !important;
    vertical-align: middle;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.production-nav__list-track {
    position: relative;
    top: 0;
    transition: top 0.5s ease-out;
}

.production-nav__item {
    display: table !important;
    width: 100% !important;
    height: 68px !important;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.production-nav__head {
    padding-right: 10px;
}

.production-nav__actions {
    text-align: right;
}

.production-nav__actions a {
    margin-right: 34px;
    margin-top: -5px;
    height: 100%;
}

.production-nav__actions i {
    margin-top: -15px;
}

.production-nav__actions .news__act-up {
    display: inline-block;
    visibility: hidden;
    margin: 0 10px 0 0;
    color: #505f73;
}

.production-nav__actions .news__act-up:hover {
    cursor: pointer;
}

.production-nav__actions .news__act-down {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #505f73;
}

.production-nav__actions .news__act-down:hover {
    cursor: pointer;
}

.production-nav_equipment {
    display: flex;
    border-color: #d77e2a;
}

.production-nav_equipment .production-nav__backside {
    background-color: #d77e2a;
}

.production-nav_equipment .production-nav__front {
    color: #d77e2a;
}

.production-nav_equipment .production-nav__list {
    border-top: 4px solid #d77e2a;
}

.production-nav_equipment .production-nav__item {
    border-top: 2px solid #d77e2a !important;
}

.production-nav_equipment .production-nav__item:first-child {
    border: none;
}

.production-nav_equipment .production-nav__item a {
    color: #d77e2a;
}

.production-nav_equipment .production-nav__actions i {
    color: #d77e2a;
}

.production-nav_sleeves {
    border-color: #4477b9;
}

.production-nav_sleeves .production-nav__backside {
    background-color: #4477b9;
}

.production-nav_sleeves .production-nav__front {
    color: #4477b9;
}

.production-nav_sleeves .production-nav__list {
    border-top: 4px solid #4477b9;
}

.production-nav_sleeves .production-nav__item {
    border-top: 2px solid #4477b9 !important;
}

.production-nav_sleeves .production-nav__item:first-child {
    border: none;
}

.production-nav_sleeves .production-nav__item a {
    color: #4477b9;
}

.production-nav_sleeves .production-nav__actions i {
    color: #4477b9;
}

.production-nav_service {
    border-color: #717171;
}

.production-nav_service .production-nav__backside {
    background-color: #717171;
}

.production-nav_service .production-nav__front {
    color: #717171;
}

.production-nav_service .production-nav__list {
    border-top: 4px solid #717171;
}

.production-nav_service .production-nav__item {
    border-top: 2px solid #717171 !important;
}

.production-nav_service .production-nav__item:first-child {
    border: none;
}

.production-nav_service .production-nav__item a {
    color: #717171;
}

.production-nav_service .production-nav__actions i {
    color: #717171;
}

.production-nav_mechanization {
    border-color: #cb5329;
}

.production-nav_mechanization .production-nav__backside {
    background-color: #cb5329;
}

.production-nav_mechanization .production-nav__front {
    color: #cb5329;
}

.production-nav_mechanization .production-nav__list {
    border-top: 4px solid #cb5329;
}

.production-nav_mechanization .production-nav__item {
    border-top: 2px solid #cb5329 !important;
}

.production-nav_mechanization .production-nav__item:first-child {
    border: none;
}

.production-nav_mechanization .production-nav__item a {
    color: #cb5329;
}

.production-nav_mechanization .production-nav__actions i {
    color: #cb5329;
}

.production-nav_hydraulic {
    border-color: #2d4691;
}

.production-nav_hydraulic .production-nav__backside {
    background-color: #2d4691;
}

.production-nav_hydraulic .production-nav__front {
    color: #2d4691;
}

.production-nav_hydraulic .production-nav__list {
    border-top: 4px solid #2d4691;
}

.production-nav_hydraulic .production-nav__item {
    border-top: 2px solid #2d4691 !important;
}

.production-nav_hydraulic .production-nav__item:first-child {
    border: none;
}

.production-nav_hydraulic .production-nav__item a {
    color: #2d4691;
}

.production-nav_hydraulic .production-nav__actions i {
    color: #2d4691;
}

@media all and (max-width: 1921px) {
    .production-nav {
        width: 530px;
        min-height: 510px;
        display: none;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    .production-nav__backside {
        width: 47%;
        padding: 60px 10px 10px 10px;
        box-sizing: border-box;
    }
    
    .production-nav__logo {
        width: 175px;
        height: auto;
    }
    
    .production-nav .production-nav__sub-logo {
        position: relative;
        right: 85px;
        top: 15px;
    }
    
    .production-nav__front {
        width: 53%;
        padding: 57px 0 0 38px;
        margin: 0;
        background-color: #ffffff;
        box-sizing: border-box;
        position: relative;
    }
    
    .production-nav__title {
        padding-right: 10px;
        margin: 0 0 10px 0;
        font-size: 24px;
        line-height: 1.1;
    }
    
    .production-nav__list {
        padding: 0;
        margin: 0 0 5px 0;
        list-style-type: none;
        overflow: hidden;
    }
    
    .production-nav__item {
        height: 52px;
    }
    
    .production-nav__item a {
        font-size: 13.5px;
    }
    
    .production-nav__actions .news__act-down {
        margin-right: 25px;
        font-size: 12px;
    }
    
    .production-nav__actions .news__act-up {
        margin-right: 25px;
        font-size: 12px;
    }
}

@media all and (max-width: 1276px) {
    .production-nav {
        width: 450px;
    }
    
    .production-nav__bacside {
        width: 43%;
    }
    
    .production-nav__front {
        width: 57%;
    }
    
    .production-nav__title {
        font-size: 20px;
    }
}

.production-sub-nav {
    position: fixed !important;
    margin: 0 0 0 -7px;
    padding: 0 0 0 7px;
    display: none;
    width: 671px;
    height: 100%;
}

.production-sub-nav__list {
    overflow: hidden;
}

.production-sub-nav__list-track {
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
    transition: top 0.5s ease-out;
    box-sizing: border-box;
}

.production-sub-nav__item {
    list-style-type: none;
    border-top: 2px solid !important;
    height: 35px;
    width: 400px !important;
    display: table;
    outline: none;
}

.production-sub-nav__item a {
    padding: 10px 0 10px 20px;
    font-size: 15px;
    font-weight: normal;
    display: table-cell;
    width: 100%;
    box-sizing: border-box;
    text-transform: none;
    outline: none;
}

.production-sub-nav__item:last-child {
    border-bottom: 2px solid;
}

.production-sub-nav__actions {
    width: 400px;
    text-align: right;
}

.production-sub-nav__actions .slick-disabled {
    visibility: hidden;
}

.production-sub-nav__actions .sub-nav__act-up {
    margin: 0 15px 0 0;
}

.production-sub-nav__actions .sub-nav__act-up:hover {
    cursor: pointer;
}

.production-sub-nav__actions .sub-nav__act-down {
    margin: 0 15px 0 0;
}

.production-sub-nav__actions .sub-nav__act-down:hover {
    cursor: pointer;
}

@media all and (max-width: 1921px) {
    .production-sub-nav {
        width: 537px;
        margin-top: 0;
    }
    
    .production-sub-nav__item {
        width: 300px !important;
    }
    
    .production-sub-nav__item a {
        padding: 6px 0 6px 20px;
        font-size: 13px;
    }
    
    .production-sub-nav__actions {
        width: 270px;
    }
    
    .production-sub-nav__actions .sub-nav__act-up {
        margin-right: 25px;
        font-size: 12px;
    }
    
    .production-sub-nav__actions .sub-nav__act-down {
        margin-right: 25px;
        font-size: 12px;
    }
}

@media all and (max-width: 1276px) {
    .production-sub-nav {
        padding-left: 2px;
    }
}

.production-sub-nav-board {
    width: 50%;
    background-color: #ffffff;
    display: none;
}

@media all and (max-width: 1921px) {
    .production-sub-nav-board {
        width: calc(100% - 537px);
    }
}

@media all and (max-width: 1276px) {
    .production-sub-nav-board {
        width: calc(100% - 457px);
    }
}

.division-nav {
    position: relative;
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: right;
    perspective: 810px;
}

@media all and (max-width: 1921px) {
    .division-nav {
        width: calc(100% - 530px);
    }
}

@media all and (max-width: 1276px) {
    .division-nav {
        transform: scale(0.8);
    }
}

.division-nav-item {
    min-width: 300px;
    display: table;
    position: absolute;
    z-index: 1;
    margin-right: 0;
    margin-left: auto;
    -webkit-transition: top 1s ease-out, right 1s ease-out, background 0.5s linear;
    -moz-transition: top 1s ease-out, right 1s ease-out, background 0.5s linear;
    -o-transition: top 1s ease-out, right 1s ease-out, background 0.5s linear;
    transition: top 1s ease-out, right 1s ease-out, background 0.5s linear;
}

.division-nav-item__helper {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    height: 213px;
}

.division-nav-item__helper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    border: 108px solid transparent;
    border-right-width: 60px;
    z-index: -1;
    -webkit-transition: border-color 0.5s linear;
    -moz-transition: border-color 0.5s linear;
    -o-transition: border-color 0.5s linear;
    transition: border-color 0.5s linear;
}

.division-nav-item img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
    user-select: none;
}

.division-nav-item p {
    margin: 0;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 20px;
    vertical-align: middle;
    color: #ffffff;
    text-align: left;
    line-height: 1.1;
    user-select: none;
}

.division-nav-item_equipment {
    background: rgba(231, 130, 36, 0.8);
}

.division-nav-item_equipment .division-nav-item__helper:before {
    border-right-color: rgba(231, 130, 36, 0.8);
}

.division-nav-item_equipment:hover {
    background: #e78224;
}

.division-nav-item_equipment:hover .division-nav-item__helper:before {
    border-right-color: #e78224;
}

.division-nav-item_service {
    background: rgba(108, 108, 108, 0.8);
}

.division-nav-item_service .division-nav-item__helper:before {
    border-right-color: rgba(108, 108, 108, 0.8);
}

.division-nav-item_service:hover {
    background: #6c6c6c;
}

.division-nav-item_service:hover .division-nav-item__helper:before {
    border-right-color: #6c6c6c;
}

.division-nav-item_hydraulic {
    background: rgba(36, 53, 141, 0.8);
}

.division-nav-item_hydraulic .division-nav-item__helper:before {
    border-right-color: rgba(36, 53, 141, 0.8);
}

.division-nav-item_hydraulic:hover {
    background: #24358d;
}

.division-nav-item_hydraulic:hover .division-nav-item__helper:before {
    border-right-color: #24358d;
}

.division-nav-item_mechanization {
    background: rgba(221, 78, 32, 0.8);
}

.division-nav-item_mechanization .division-nav-item__helper:before {
    border-right-color: rgba(221, 78, 32, 0.8);
}

.division-nav-item_mechanization:hover {
    background: #dd4e20;
}

.division-nav-item_mechanization:hover .division-nav-item__helper:before {
    border-right-color: #dd4e20;
}

.division-nav-item_sleeves {
    background: rgba(38, 105, 182, 0.8);
}

.division-nav-item_sleeves .division-nav-item__helper:before {
    border-right-color: rgba(38, 105, 182, 0.8);
}

.division-nav-item_sleeves:hover {
    background: #2669b6;
}

.division-nav-item_sleeves:hover .division-nav-item__helper:before {
    border-right-color: #2669b6;
}

.division-nav-item:hover {
    cursor: pointer;
}

.division-nav-item[data-division-carousel-nav-item="1"] {
    width: 365px;
    right: 8px;
    top: 0;
    transform: rotateY(-45deg);
    /* Поворачиваем относительно оси Y */
    transform-origin: right center;
    /* Точка поворота справа */
    z-index: 1;
}

.division-nav-item[data-division-carousel-nav-item="1"] img {
    width: 130px;
    margin-left: -10px;
    margin-right: 25px;
}

.division-nav-item[data-division-carousel-nav-item="1"] p {
    width: calc(100% - 170px);
}

.division-nav-item[data-division-carousel-nav-item="2"] {
    width: 365px;
    top: 175px;
    right: 96px;
    transform: rotateY(-39deg);
    /* Поворачиваем относительно оси Y */
    transform-origin: right center;
    /* Точка поворота справа */
    z-index: 2;
}

.division-nav-item[data-division-carousel-nav-item="2"] img {
    width: 137px;
    margin-left: -25px;
    margin-right: 23px;
}

.division-nav-item[data-division-carousel-nav-item="2"] p {
    width: calc(100% - 170px);
}

.division-nav-item[data-division-carousel-nav-item="3"] {
    width: 395px;
    top: 330px;
    right: 187px;
    transform: rotateY(-38deg);
    /* Поворачиваем относительно оси Y */
    transform-origin: right center;
    /* Точка поворота справа */
    z-index: 3;
}

.division-nav-item[data-division-carousel-nav-item="3"] img {
    width: 150px;
    margin-left: -25px;
    margin-right: 21px;
}

.division-nav-item[data-division-carousel-nav-item="3"] p {
    width: calc(100% - 170px);
}

.division-nav-item[data-division-carousel-nav-item="4"] {
    width: 455px;
    top: 470px;
    right: 276px;
    transform: rotateY(-39deg);
    /* Поворачиваем относительно оси Y */
    transform-origin: right center;
    /* Точка поворота справа */
    z-index: 4;
}

.division-nav-item[data-division-carousel-nav-item="4"] img {
    width: 145px;
    margin-left: -10px;
    margin-right: 50px;
}

.division-nav-item[data-division-carousel-nav-item="4"] p {
    width: calc(100% - 205px);
}

.division-nav-item[data-division-carousel-nav-item="5"] {
    display: none;
}

@media all and (max-width: 1921px) {
    .division-nav-item img {
        height: 84px;
    }
    
    .division-nav-item__helper {
        height: 157px;
    }
    
    .division-nav-item__helper:before {
        border: 78px solid transparent;
        border-right-width: 49px;
    }
    
    .division-nav-item p {
        font-size: 15px;
    }
    
    .division-nav-item[data-division-carousel-nav-item="1"] {
        width: 290px;
        top: 0;
        right: 8px;
    }
    
    .division-nav-item[data-division-carousel-nav-item="1"] img {
        width: 106px;
        margin-left: -15px;
        margin-right: 23px;
    }
    
    .division-nav-item[data-division-carousel-nav-item="1"] p {
        width: calc(100% - 145px);
    }
    
    .division-nav-item[data-division-carousel-nav-item="2"] {
        width: 300px;
        top: 127px;
        right: 81px;
    }
    
    .division-nav-item[data-division-carousel-nav-item="2"] img {
        width: 115px;
        margin-left: -15px;
        margin-right: 14px;
    }
    
    .division-nav-item[data-division-carousel-nav-item="2"] p {
        width: calc(100% - 140px);
    }
    
    .division-nav-item[data-division-carousel-nav-item="3"] {
        width: 318px;
        top: 248px;
        right: 153px;
    }
    
    .division-nav-item[data-division-carousel-nav-item="3"] img {
        width: 128px;
        margin-left: -15px;
        margin-right: 15px;
    }
    
    .division-nav-item[data-division-carousel-nav-item="3"] p {
        width: calc(100% - 155px);
    }
    
    .division-nav-item[data-division-carousel-nav-item="4"] {
        width: 354px;
        top: 352px;
        right: 225px;
    }
    
    .division-nav-item[data-division-carousel-nav-item="4"] img {
        width: 145px;
        margin-left: -10px;
        margin-right: 15px;
    }
    
    .division-nav-item[data-division-carousel-nav-item="4"] p {
        width: calc(100% - 170px);
    }
}

.catalog {
    padding: 33px 0 37px;
    box-sizing: border-box;
    flex: 1;
}

.catalog__logo {
    white-space: nowrap;
    min-height: 122px;
    height: 122px;
    display: table;
    transform-origin: left;
}

.catalog__logo img {
    vertical-align: middle;
}

.catalog__logo p {
    width: calc(100% - 115px);
    display: inline-block;
    margin: -3px 0 0 5px;
    font-family: "Arial Narrow", sans-serif;
    font-size: 22px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #717171;
    vertical-align: middle;
    white-space: normal;
}

.catalog__logo-link {
    display: table-cell;
    vertical-align: middle;
}

.catalog__box {
    display: flex;
    justify-content: flex-start;
}

.catalog__content {
    width: calc(100% - 302px);
    padding: 0 0 0 48px;
    margin: 0;
    box-sizing: border-box;
}

.catalog__content h1, .title-h1 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.15;
    margin-top: -4px;
    margin-bottom: 18px;
    text-transform: uppercase;
    text-align: center;
}

.catalog_services .catalog__logo {
    max-width: 400px;
    min-height: 106px;
    height: 106px;
}

.catalog_services .catalog__content {
    margin-top: -35px;
}

.catalog__grid {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.catalog-grid:after {
    content: "";
    width: calc(25% - 17px);
}

.catalog-grid__item {
    position: relative;
    margin: 0 0 28px;
    width: calc(25% - 17px);
    height: 283px;
    overflow: hidden;
    font-size: 0;
}

.catalog-grid__item:nth-child(5n + 1),
.catalog-grid__item:nth-child(5n + 2),
.catalog-grid__item:nth-child(5n + 4) {
    width: calc(50% - 15px);
}

.catalog-grid__item-image {
    min-width: 100%;
    align-self: stretch;
    margin-left: 50%;
    transform: translateX(-50%);
}

.catalog-grid__item-title {
    position: absolute;
    width: 261px;
    height: 63px;
    bottom: 18px;
    right: 0;
    padding: 10px 5px 10px 9px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    z-index: 2;
    color: #ffffff;
    background-color: #ef7e19;
    font-size: 12.5px;
    line-height: 1.2;
}

.catalog-grid__item-text {
    display: block;
}

.catalog-grid__item-icon {
    margin-right: 9px;
    width: 38px;
}

@media all and (max-width: 1024px) {
    .catalog {
        padding: 24px 0 24px;
    }
    
    .catalog .container {
        padding-left: 0;
    }
    
    .catalog__content {
        width: calc(100% - 265px);
        padding: 0;
    }
}

@media all and (max-width: 767px) {
    .catalog {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    .catalog .container {
        padding-left: 12px;
    }
    
    .catalog__title {
        font-weight: bold;
        line-height: 1.15;
        font-size: 14px;
        text-align: center;
        margin-top: -4px;
        margin-bottom: 6px;
    }
    
    .catalog__box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .catalog__content {
        width: 100%;
    }
}

.catalog-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -35px;
    width: calc(100% + 50px);
}

.catalog-item {
    width: calc(100% / 3 - 72px);
    margin: 0 36px 20px 36px;
}

.catalog-item__view {
    position: relative;
    width: 100%;
    height: 220px;
}

.catalog-item__view img {
    width: 125px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.catalog-item__text {
    margin-top: 11px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #000000;
}

.catalog-sort {
    margin-bottom: 12px;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.catalog-sort__text {
    color: black;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.catalog-sort__btn {
    padding: 1px 4px 0 4px;
    background-color: transparent;
    outline: none;
    color: #9c9c9c;
    border: 1px solid #9c9c9c;
    text-transform: lowercase;
}

.catalog-sort__btn_active {
    border-color: black;
    color: black;
}

@media all and (max-width: 767px) {
    .catalog-sort {
        margin-top: 18px;
        margin-bottom: 15px;
    }
    
    .catalog-sort__text {
        margin-right: 15px;
        font-size: 10px;
        vertical-align: middle;
    }
    
    .catalog-sort__btn {
        padding: 5px 12px 4px 12px;
        font-size: 10px;
    }
}

.catalog-nav {
    width: 302px;
    padding: 0;
    margin: 0;
}

.catalog-nav__list {
    list-style-type: none;
}

.catalog-nav__item {
    width: 100%;
    padding: 1px 0 1px 20px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.2;
}

.catalog-nav__item:first-child > a {
    padding-top: 0;
}

.catalog-nav__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #bdbdbd;
}

.catalog-nav__item:first-child:before {
    display: none;
}

.catalog-nav__item:last-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #bdbdbd;
}

.catalog-nav__item_active .catalog-nav__head {
    font-weight: bold;
}

.catalog-nav__item_active .catalog-1sub-nav {
    display: block;
}

.catalog-nav__head {
    padding: 5px 0 4px 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #040404;
}

.catalog-nav__actions .news__act-up {
    display: inline-block;
    visibility: hidden;
    margin-right: 10px;
    font-size: 12px;
    color: #404040;
    z-index: 1;
    cursor: pointer;
}

.catalog-nav__actions .news__act-down {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: #404040;
    z-index: 1;
    cursor: pointer;
}

.catalog-nav__title {
    padding-left: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a4a4a4;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.15;
    margin-top: -2px;
    margin-right: -2px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.scroller-nav__actions + * {
    margin-top: -5px;
}

.catalog-1sub-nav {
    padding: 0;
    display: none;
    margin: 0 0 2px 0;
}

.catalog-1sub-nav__item {
    padding: 0;
    margin: 0 0 6px;
    display: block;
    vertical-align: middle;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.catalog-1sub-nav__item a {
    color: #040404;
    display: inline-block;
    width: 100%;
    text-transform: none;
}

.catalog-1sub-nav__item.active .catalog-1sub-nav__head {
    text-decoration: underline;
    font-weight: bold;
}

.catalog-1sub-nav__item.active .catalog-2sub-nav {
    display: block;
}

.catalog-2sub-nav {
    display: none;
    padding: 5px 0 0 0;
    margin: 0 0 0 0;
    list-style-type: none;
}

.catalog-2sub-nav__item {
    margin-bottom: 5px;
}

.catalog-2sub-nav__item.active a {
    text-decoration: underline;
}

@media all and (max-width: 1279px) {
    .catalog-nav {
        box-sizing: border-box;
        width: 360px;
        padding-right: 30px;
    }
}

@media all and (max-width: 1024px) {
    .catalog-nav {
        width: 265px;
    }
    
    .catalog-nav__actions {
        text-align: right;
    }
    
    .catalog-nav__title {
        padding-left: 28px;
        font-size: 14px;
        padding-bottom: 13px;
        margin-bottom: 0;
    }
    
    .catalog-nav__item {
        padding: 0 0 0 28px;
    }
    
    .catalog-nav__head {
        padding: 3px 0 1.5px 0;
    }
    
    .catalog-nav__list-track {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .catalog-nav {
        margin: 0;
        width: 100%;
        padding-right: 0;
    }
    
    .catalog-nav__head {
        width: 100%;
        line-height: 1.2;
        padding: 4px 0 4px 0;
        font-size: 11px;
        letter-spacing: -0.2px;
    }
    
    .catalog-nav__title {
        padding-left: 0;
        text-align: center;
        letter-spacing: -0.4px;
        padding-bottom: 8px;
    }
    
    .catalog-nav__item {
        padding-left: 12px;
    }
    
    .catalog-1sub-nav {
        margin: 0 0 6px 0;
    }
    
    .catalog-1sub-nav__item {
        padding: 4px 0 0 0;
        margin-bottom: 2px;
        font-size: 9px;
    }
    
    .catalog-1sub-nav__item:first-child {
        padding-top: 0;
    }
}

.catalog-slider {
    width: 100%;
    visibility: hidden;
}

.catalog-slider__item {
    outline: none;
    height: 306px !important;
}

.catalog-slider__item-helper {
    width: 100%;
    height: 100%;
    display: flex;
}

.catalog-slider__item-helper img {
    align-self: center;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 auto !important;
}

.catalog-slider .is-active {
    opacity: 1;
}

.catalog-slider .slick-arrow {
    height: auto;
    z-index: 10;
}

.catalog-slider .slick-prev {
    left: 0;
    z-index: 1;
}

.catalog-slider .slick-prev:before {
    font-family: FontAwesome, sans-serif;
    content: "\f104";
    font-size: 27px;
}

.catalog-slider .slick-next {
    right: 0;
    z-index: 1;
}

.catalog-slider .slick-next:before {
    font-family: FontAwesome, sans-serif;
    content: "\f105";
    font-size: 27px;
}

.slider-nav {
    width: 100%;
    padding: 0 18px 0 24px;
    visibility: hidden;
}

.slider-nav .slick-track {
    margin: 0 -2px;
}

.slider-nav__item {
    outline: none;
    margin: 0 3px;
    height: 63px;
}

.slider-nav__item img {
    align-self: center;
    width: 100%;
    height: auto;
    display: inline-block;
}

.slider-nav__item:hover {
    cursor: pointer;
}

.slider-nav__item-helper {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    outline: none !important;
    opacity: 0.7;
}

.slider-nav .is-active {
    opacity: 1;
}

.slider-nav .slick-arrow {
    height: auto;
    z-index: 10;
}

.slider-nav .slick-prev {
    left: -5px;
}

.slider-nav .slick-next {
    right: -12px;
}

@media all and (max-width: 1024px) {
    .catalog-slider__item {
        height: 169px !important;
    }
    
    .catalog-slider img {
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
    }
    
    .slider-nav__item {
        height: 43px;
    }
    
    .slider-nav .slick-prev {
        left: 0;
    }
    
    .slider-nav .slick-next {
        right: -4px;
    }
}

@media all and (max-width: 767px) {
    .catalog-slider__item {
        height: 204px !important;
    }
    
    .slider-nav__item {
        height: 42px;
    }
}

.catalog-data {
    width: 400px;
    padding: 0;
    margin: -54px 0 0 0;
    list-style-type: none;
    box-sizing: border-box;
}

.catalog-data__item {
    width: 100%;
    border-top: 1px solid #bdbdbd;
    text-align: left;
}

.catalog-data__item:last-child {
    border-bottom: 1px solid #bdbdbd;
}

.catalog-data__data {
    width: 157px;
    margin: 12px 0 0 0;
    font-family: Arial, sans-serif;
    vertical-align: top;
    display: inline-block;
    text-transform: none;
    font-weight: bold;
    font-size: 19px;
}

.catalog-data__link {
    font-family: Arial, sans-serif;
    width: calc(100% - 162px);
    display: inline-block;
    text-transform: none;
    padding: 14px 0 17px 0;
    font-size: 16px;
    color: #000000;
}

.catalog-data__actions {
    text-align: right;
}

.catalog-data__actions .news__act-up {
    display: inline-block;
    margin: 0;
    color: #404040;
    z-index: 1;
    visibility: hidden;
}

.catalog-data__actions .news__act-up:hover {
    cursor: pointer;
}

.catalog-data__actions .news__act-down {
    display: inline-block;
    margin: 0;
    color: #404040;
    z-index: 1;
    visibility: hidden;
}

.catalog-data__actions .news__act-down:hover {
    cursor: pointer;
}

@media all and (max-width: 1921px) {
    .catalog-data {
        width: 360px;
        margin-top: -36px;
        padding: 0 33px 0 0;
        box-sizing: border-box;
    }
    
    .catalog-data__data {
        width: 123px;
        margin: 10px 0 0 2px;
        font-size: 15px;
    }
    
    .catalog-data__link {
        font-size: 13px;
        padding: 10px 0 12px 0;
    }
    
    .catalog-data__actions .news__act-up {
        margin-right: 10px;
        font-size: 12px;
    }
    
    .catalog-data__actions .news__act-down {
        margin-right: 10px;
        font-size: 12px;
    }
}

@media all and (max-width: 1024px) {
    .catalog-data {
        padding: 0 30px 0 0;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 767px) {
    .catalog-data {
        padding-right: 0;
        width: 92%;
        margin: -36px auto 30px auto;
    }
    
    .catalog-data__data {
        width: auto;
        margin-top: 10px;
        margin-left: 0;
        display: block;
        font-size: 9px;
    }
    
    .catalog-data__link {
        width: auto;
        padding: 6px 0 9px 0;
        font-size: 10px;
    }
}

.production-list {
    padding: 0;
    margin: 0 -10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
}

@media all and (max-width: 767px) {
    .production-list {
        display: none;
        text-align: center;
    }
    
    .production-list.slick-initialized {
        display: block;
    }
    
    .production-list .slick-list {
        margin: 0 18px;
    }
    
    .production-list .slick-arrow.slick-prev {
        left: 3px;
        margin-top: -14px;
    }
    
    .production-list .slick-arrow.slick-next {
        right: 3px;
        margin-top: -14px;
    }
}

.production-item {
    width: calc(100% / 3);
    padding: 1px 10px 16px 10px;
    display: inline-block;
    margin: 0 0 25px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.production-item a {
    color: #040404;
    display: block;
}

.production-item a:hover {
    text-decoration: underline;
}

.production-item__view {
    display: flex;
    width: 100%;
    height: 204px;
    margin: 0 0 15px 0;
    overflow: hidden;
}

.production-item__view img {
    height: auto;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    display: block;
    align-self: center;
    width: auto;
    max-height: 100%;
}

.production-item__title {
    margin: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}

.production-item_services .production-item__title {
    text-transform: none;
}

@media all and (max-width: 1500px) {
    .production-item {
        width: calc(100% / 3);
    }
}

@media all and (max-width: 1024px) {
    .production-item {
        width: calc(100% / 3);
        margin-bottom: 10px;
    }
    
    .production-item__view {
        height: 120px;
        margin-bottom: 4px;
    }
    
    .production-item__title {
        padding: 0;
    }
}

@media all and (max-width: 767px) {
    .production-item {
        padding: 7px 10px 11px 10px;
        margin-bottom: 0;
    }
    
    .production-item__title {
        font-size: 9px;
        letter-spacing: .2px;
        margin-top: 10px;
        padding: 0 8px;
        line-height: 1.3;
        text-align: center;
    }
}

.production-card {
    padding-left: 22px;
    padding-right: 22px;
}

.production-card__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.production-card__box.flex-stretch {
    align-items: stretch;
    align-content: stretch;
}

.production-card__box.flex-center {
    align-items: center;
    align-content: center;
}

.production-card__share {
    text-align: right;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .production-card__share {
        padding-top: 20px;
        padding-bottom: 25px;
    }
}

.production-card__share span {
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
    margin-right: 6px;
}

.production-card__share-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

.production-card__info {
    width: 40.3%;
    margin-left: 2%;
}

.production-card__info-text {
    font-size: 11px;
    margin-top: 15px;
}

.production-card__info.flex-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: stretch;
}

.production-card .flex-inner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.production-card__btn {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 26px 3px;
    margin-top: 20px;
    border: 1px solid #ff5c00;
    border-radius: 12px;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    line-height: 1;
    background-color: #ff5c00;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    outline: none;
}

.production-card__btn:hover {
    color: #ff5c00;
    background-color: transparent;
}

.production-card__btn.add-card {
    padding-left: 23px;
    padding-right: 23px;
}

.production-card__view {
    width: 56%;
}

.production-card__view img {
    /*width: 100%;*/
    height: auto;
    max-width: 100%;
}

.production-card__title {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .8px;
    padding-right: 13%;
    line-height: 1.4;
    margin: -3px 0 10px;
}

.production-card__description {
    margin: 38px 0 34px;
}

.production-card__description ul, .production-card__description ol {
    margin: 0 0 14px 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-left: 18px;
    list-style: initial;
}

.production-card__description li {
    margin: 0;
    padding: 0;
}

.production-card__description span {
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: justify;
}

.production-card__description p {
    margin: 0 0 14px 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: justify;
}

.production-card__description em {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: justify;
}

.production-card__description b {
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: justify;
}

.production-card table {
    border-collapse: collapse;
    width: 100%;
}

.production-card table td,
.production-card table th {
    font-weight: normal;
    border: 2px solid #ffffff;
}

.production-card table td {
    font-size: 11px;
    padding: 2px 0 2px;
    line-height: 1.2;
}

.production-card table th {
    font-size: 12px;
    padding: 5px 0 2px;
}

.production-card table th b {
    display: inline-block;
    font-size: 13px;
    line-height: .9;
}

.production-card table thead {
    background-color: #cccccc;
    font-size: 15px;
}

.production-card table thead tr:first-child th {
    background-color: #cccccc;
}

.production-card table thead tr:first-child th:first-child {
    padding-left: 27px;
    text-align: left;
}

.production-card table tbody {
    font-size: 13px;
}

.production-card table tbody tr:nth-child(2n) {
    background-color: #e6e6e6;
}

.production-card table tbody td {
    text-align: center;
}

.production-card table tbody td:first-child {
    padding-left: 27px;
    text-align: left;
}

.production-card__table-outer {
    width: 100%;
    overflow-x: auto;
    font-family: Arial, sans-serif;
    order: 3;
}

.production-card_services .production-card__paragraph {
    margin-bottom: 20px;
}

.production-card_services .production-card__view {
    width: 100%;
    margin-bottom: 15px;
}

.production-card_services .production-card__imgs {
    width: 36%;
}

.production-card_services .production-card__description {
    width: 61%;
}

@media all and (max-width: 1024px) {
    .production-card {
        padding: 0 0 0 14px;
    }
    
    .production-card_services .production-card__imgs {
        width: 100%;
        order: 1;
        text-align: center;
    }
    
    .production-card_services .production-card__view {
        max-width: 290px;
    }
    
    .production-card_services .production-card__description {
        width: 100%;
    }
    
    .production-card_services .production-card__description p {
        margin-bottom: 9px;
    }
    
    .production-card__box {
        margin-bottom: 25px;
    }
    
    .production-card__box.flex-stretch {
        margin-bottom: 24px;
    }
    
    .production-card__view {
        order: 0;
        margin-bottom: 0;
        width: 57.5%;
        margin-left: -6px;
        position: relative;
    }
    
    .production-card__title {
        font-size: 14px;
        padding-right: 0;
        line-height: 1.45;
    }
    
    .production-card__btn {
        font-size: 13px;
        padding: 1px 11px 2px;
        margin-top: 17px;
    }
    
    .production-card__btn.add-card {
        float: none;
        padding-left: 9px;
        padding-right: 9px;
    }
    
    .production-card__share {
        display: flex;
        flex-direction: row-reverse;
        align-content: center;
        align-items: center;
        padding-bottom: 1px;
    }
    
    .production-card__share-btn {
        margin-left: 3px;
    }
    
    .production-card__share-btn i:before {
        width: 15px;
        height: 15px;
    }
    
    .production-card__share span {
        padding-right: 4px;
        padding-left: 8px;
    }
    
    .production-card__info {
        width: 36.6%;
        margin-left: 2%;
    }
    
    .production-card__info-text {
        display: none;
    }
    
    .production-card__description {
        margin-top: 20px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    
    .production-card__description p {
        margin-bottom: 6px;
    }
    
    .production-card table thead tr:first-child th:first-child {
        padding-left: 12px;
    }
    
    .production-card table th {
        font-size: 11px;
    }
    
    .production-card table th b {
        font-size: 12px;
    }
    
    .production-card table tbody td:first-child {
        padding-left: 12px;
    }
}

@media all and (max-width: 767px) {
    .production-card {
        padding-left: 0;
        padding-bottom: 15px;
        /*border-bottom: 1px solid #dedede;*/
    }
    
    .production-card .flex-inner {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    
    .production-card__title {
        text-align: center;
        font-size: 13px;
        letter-spacing: 0;
        margin: 3px 0 0;
        line-height: 1.2;
    }
    
    .production-card__info {
        width: 100%;
        margin-left: 0;
    }
    
    .production-card__view {
        width: 100%;
        margin-left: 0;
    }
    
    .production-card__box {
        margin-bottom: 11px;
    }
    
    .production-card__box.flex-stretch {
        margin-bottom: 15px;
    }
    
    .production-card__btn {
        font-size: 12px;
        padding: 2px 11px 2px;
        margin-top: 11px;
        width: 142px;
        max-width: calc(44%);
    }
    
    .production-card__btn + .production-card__btn {
        margin-left: 10px;
    }
    
    .production-card__share {
        display: none;
    }
    
    .production-card__description {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .production-card__description span {
        font-size: 11px !important;
    }
    
    .production-card__description ul, .production-card__description ol {
        margin: 0 0 4px 0;
        font-size: 11px;
    }
    
    .production-card__description p {
        margin: 0 0 4px 0;
        font-size: 11px;
    }
    
    .production-card__description em {
        font-size: 11px;
    }
    
    .production-card__description b {
        font-size: 11px;
    }
    
    .production-card__view {
        margin-bottom: 0;
    }
    
    .production-card table td,
    .production-card table th {
        padding: 2px 0;
        font-weight: normal;
    }
    
    .production-card table thead {
        background-color: #cccccc;
        font-size: 11px;
    }
    
    .production-card table thead tr:first-child th:first-child {
        padding-left: 10px;
        text-align: left;
    }
    
    .production-card table tbody {
        font-size: 11px;
    }
    
    .production-card table tbody tr:nth-child(2n) {
        background-color: #e6e6e6;
    }
    
    .production-card table tbody td {
        text-align: center;
    }
    
    .production-card table tbody td:first-child {
        padding-left: 10px;
        text-align: left;
    }
}

@media all and (max-width: 480px) {
    .production-card table {
        width: auto;
    }
}

.about-company {
    padding: 31px 22px 29px;
}

.about-company__title {
    position: relative;
    width: 100%;
    margin: 0 0 25px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.about-company__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 40%;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #505f73;
}

.about-company__title p,
.about-company__title h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    font-size: 24px;
    letter-spacing: 3.5px;
    vertical-align: middle;
    color: #505f73;
    background-color: #ffffff;
}

.about-company__box {
    display: flex;
    justify-content: space-between;
}

.about-company__backside {
    width: 41.8%;
}

.about-company__backside img {
    margin-left: -4px;
    max-width: 100%;
}

.about-company__content {
    display: inline-block;
    width: 58.2%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: justify;
    padding-top: 5px;
}

.about-company__content p {
    padding: 0;
    margin: 0 0 14px 0;
}

.about-company__content ul {
    padding: 0;
    margin: 0 0 14px 0;
    list-style-type: none;
}

.about-company__content ul li {
    margin-top: 1px;
}

@media all and (max-width: 1024px) {
    .about-company {
        padding: 24px 0 25px;
    }
    
    .about-company__title {
        margin-bottom: 11px;
    }
    
    .about-company__title p {
        font-size: 16px;
        letter-spacing: 1.7px;
        padding: 0 8px;
    }
    
    .about-company__backside {
        width: 40%;
    }
    
    .about-company__content {
        width: 58.7%;
        padding-top: 0;
    }
    
    .about-company p {
        margin-bottom: 2px;
    }
    
    .about-company ul {
        margin-bottom: 2px;
    }
    
    .about-company ul li {
        margin-top: 2px;
    }
}

@media all and (max-width: 767px) {
    .about-company {
        padding-top: 8px;
        padding-bottom: 3px;
    }
    
    .about-company__title {
        margin-bottom: 3px;
    }
    
    .about-company__title p {
        font-size: 13px;
        letter-spacing: 1px;
    }
    
    .about-company__backside {
        display: none;
    }
    
    .about-company__content {
        width: 100%;
        font-size: 10px;
    }
    
    .about-company__content p {
        font-size: 11px;
        margin-bottom: 3px;
    }
    
    .about-company__content ul {
        font-size: 11px;
        margin-bottom: 3px;
    }
}

.about-company-nav {
    background-color: #505f73;
    padding: 21px 10px 18px 26px;
    margin-top: 4px;
    max-width: 376px;
    box-sizing: border-box;
    display: none;
}

.about-company-nav__title {
    margin: 0 0 15px 0;
    font-family: Arial, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

.about-company-nav__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.about-company-nav__list li {
    margin-bottom: 14px;
    font-family: Arial, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
}

.about-company-nav__list li:last-child {
    margin-bottom: 0;
}

.about-company-nav__list a {
    color: #ffffff;
}

.our-history {
    padding-top: 24px;
    padding-bottom: 25px;
    margin-bottom: 0;
    background-color: #E7E7E7;
}

.our-history .container {
    box-sizing: border-box;
    padding: 0 22px;
}

.our-history__title {
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    padding-left: 3px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.our-history__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #505f73;
}

.our-history__title p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 5px;
    vertical-align: middle;
    color: #505f73;
    background-color: #E7E7E7;
}

@media all and (max-width: 1024px) {
    .our-history {
        padding-top: 17px;
        padding-bottom: 12px;
    }
    
    .our-history .container {
        padding: 0 30px;
    }
    
    .our-history__title {
        margin-bottom: 5px;
    }
    
    .our-history__title p {
        font-size: 16px;
        letter-spacing: 3px;
        padding: 0 8px;
    }
}

@media all and (max-width: 767px) {
    .our-history {
        padding: 10px 0;
    }
    
    .our-history .container {
        padding: 0 12px 5px;
    }
    
    .our-history__title {
        padding-left: 0;
        width: 100%;
        margin: 0 auto 6px;
    }
    
    .our-history__title p {
        font-size: 13px;
        letter-spacing: 1.5px;
        background-color: #ffffff;
    }
    
    .our-history__list {
        margin: 0;
    }
}

.our-history-list {
    visibility: hidden;
    padding: 0 31px;
    margin: 0;
    display: flex;
    box-sizing: border-box;
}

.our-history-list .slick-arrow {
    display: block;
    width: auto;
    height: auto;
}

.our-history-list .slick-arrow:before {
    font-size: 29px;
    color: #ff5c00;
}

.our-history-list .slick-arrow.slick-prev {
    left: 0;
}

.our-history-list .slick-arrow.slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome", sans-serif;
}

.our-history-list .slick-arrow.slick-next {
    right: 0;
}

.our-history-list .slick-arrow.slick-next:before {
    font-family: "FontAwesome", sans-serif;
    content: "\f105";
}

.our-history-list .slick-slide {
    outline: none;
}

@media all and (max-width: 1024px) {
    .our-history-slider {
        margin: 0;
    }
    
    .our-history-list {
        padding: 0 10px;
    }
}

.our-history-item {
    display: block;
    margin: 0 7px;
    text-align: center;
    overflow: hidden;
}

.our-history-item__view {
    position: relative;
    height: 155px;
    overflow: hidden;
}

.our-history-item__view img {
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.our-history-item__text {
    margin: 9px auto 0;
    font-family: Arial, sans-serif;
    color: #000000;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.2;
}

@media all and (max-width: 1024px) {
    .our-history-item {
        margin: 0 4px;
    }
    
    .our-history-item__view {
        /*	height: 118px;*/
    }
    
    .our-history-item__text {
        font-size: 10px;
    }
}

@media all and (max-width: 767px) {
    .our-history-item__view {
        /*height: 115px;*/
    }
    
    .our-history-item__text {
        font-size: 10px;
        padding: 0;
        margin-top: 6px;
    }
}

.our-advantages {
    padding: 22px 0 22px 0;
    background-color: #E7E7E7;
}

.our-advantages .container {
    box-sizing: border-box;
    padding: 0 22px;
}

.our-advantages__title {
    position: relative;
    width: 100%;
    margin: 0 0 25px 0;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding-left: 2px;
}

.our-advantages__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #505f73;
}

.our-advantages__title p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    font-size: 24px;
    letter-spacing: 1.3px;
    font-weight: bold;
    vertical-align: middle;
    color: #505f73;
    background-color: #E7E7E7;
}

@media all and (max-width: 1024px) {
    .our-advantages {
        padding: 13px 0 14px 0;
    }
    
    .our-advantages .container {
        padding: 0 30px;
    }
    
    .our-advantages__title {
        margin-bottom: 5px;
        padding-left: 1px;
    }
    
    .our-advantages__title p {
        font-size: 16px;
        letter-spacing: .8px;
        padding: 0 8px;
    }
}

@media all and (max-width: 767px) {
    .our-advantages {
        padding-top: 0;
        padding-bottom: 8px;
    }
    
    .our-advantages .container {
        padding: 0 12px;
    }
    
    .our-advantages__title {
        padding-left: 0;
        width: 100%;
        margin: 0 auto 6px;
    }
    
    .our-advantages__title p {
        font-size: 13px;
        letter-spacing: .5px;
        background-color: #ffffff;
    }
    
    .our-advantages__title img {
        width: 56px;
    }
}

.our-advantages-list {
    visibility: hidden;
    padding: 0 35px;
    margin: 0;
    display: flex;
    box-sizing: border-box;
}

.our-advantages-list .slick-arrow {
    display: block;
    width: auto;
    height: auto;
}

.our-advantages-list .slick-arrow:before {
    color: #ff5c00;
}

.our-advantages-list .slick-arrow.slick-prev {
    left: 0;
}

.our-advantages-list .slick-arrow.slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome", sans-serif;
}

.our-advantages-list .slick-arrow.slick-next {
    right: 0;
}

.our-advantages-list .slick-arrow.slick-next:before {
    font-family: "FontAwesome", sans-serif;
    content: "\f105";
}

.our-advantages-list .slick-slide {
    outline: none;
}

@media all and (max-width: 1024px) {
    .our-advantages-list {
        padding: 0 13px;
    }
}

@media all and (max-width: 767px) {
    .our-advantages-list {
        padding: 0 8px;
    }
}

.our-advantages-item {
    margin: 0 7px;
}

.our-advantages-item__top {
    margin-bottom: 10px;
    min-height: 78px;
}

.our-advantages-item__top img {
    width: 75px;
    margin-right: 3px;
    display: inline-block !important;
    vertical-align: middle;
}

.our-advantages-item__title {
    display: inline-block;
    width: calc(100% - 83px);
    font-size: 12px;
    font-family: "ArialN";
    line-height: 1.3;
    font-weight: bold;
    vertical-align: middle;
    color: #000000;
}

.our-advantages-item__title p {
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 0.7;
    font-weight: normal;
    letter-spacing: -2px;
    color: #000000;
}

.our-advantages-item__title .linear {
    display: inline-block;
    margin: 0;
    font-size: 26px;
}

.our-advantages-item__text {
    font-size: 12px;
    color: #000000;
    line-height: 1.2;
    text-align: justify;
}

@media all and (max-width: 1024px) {
    .our-advantages-item__top {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        height: 65px;
        min-height: 65px;
        margin-bottom: 11px;
    }
    
    .our-advantages-item__top img {
        width: 52px;
    }
    
    .our-advantages-item__img {
        margin-bottom: 5px;
    }
    
    .our-advantages-item__text {
        line-height: 1;
    }
    
    .our-advantages-item__text p {
        font-size: 12px;
    }
    
    .our-advantages-item__title {
        width: calc(100% - 60px);
        font-size: 11px;
        font-weight: normal;
    }
    
    .our-advantages-item__title .linear {
        font-size: 22px;
    }
}

@media all and (max-width: 767px) {
    .our-advantages-item {
        width: 100%;
        margin: 0 7px;
    }
    
    .our-advantages-item__top {
        height: 60px;
        min-height: 60px;
        margin-bottom: 0;
    }
    
    .our-advantages-item__top img {
        width: 44px;
    }
    
    .our-advantages-item__text {
        line-height: 1.1;
    }
    
    .our-advantages-item__text p {
        font-size: 11px;
    }
    
    .our-advantages-item__title {
        font-size: 11px;
        width: calc(100% - 40px);
        margin-right: -10px;
        line-height: 1;
    }
    
    .our-advantages-item__title .linear {
        margin-right: 5px;
    }
    
    .our-advantages-item__title br {
        display: none;
    }
    
    .our-advantages-item__title p {
        font-size: 20px;
    }
    
    .our-advantages-item__title .linear {
        font-size: 20px;
    }
    
    .our-advantages-item__title-helper {
        height: auto;
    }
}

.our-trade-marks {
    padding: 25px 22px 30px;
}

.our-trade-marks__title {
    position: relative;
    width: 100%;
    margin: 0 0 17px 0;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.our-trade-marks__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #505f73;
}

.our-trade-marks__title p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    font-size: 24px;
    letter-spacing: .5px;
    font-weight: bold;
    vertical-align: middle;
    color: #505f73;
    background-color: #ffffff;
}

@media all and (max-width: 1024px) {
    .our-trade-marks {
        padding: 20px 0 30px;
    }
    
    .our-trade-marks__title {
        margin-bottom: 9px;
    }
    
    .our-trade-marks__title p {
        font-size: 16px;
        letter-spacing: .3px;
        padding: 0 8px;
    }
}

@media all and (max-width: 767px) {
    .our-trade-marks {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    .our-trade-marks__title {
        padding-left: 0;
        margin: 0;
    }
    
    .our-trade-marks__title p {
        font-size: 13px;
        letter-spacing: .5px;
        background-color: #ffffff;
    }
}

.our-trade-marks-list {
    visibility: hidden;
    padding: 0 27px;
    margin: 0;
    display: flex;
    box-sizing: border-box;
}

.our-trade-marks-list .slick-arrow {
    display: block;
    width: auto;
    height: auto;
    top: 104px;
}

.our-trade-marks-list .slick-arrow:before {
    color: #ff5c00;
}

.our-trade-marks-list .slick-arrow.slick-prev {
    left: 0;
}

.our-trade-marks-list .slick-arrow.slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome", sans-serif;
}

.our-trade-marks-list .slick-arrow.slick-next {
    right: 0;
}

.our-trade-marks-list .slick-arrow.slick-next:before {
    font-family: "FontAwesome", sans-serif;
    content: "\f105";
}

.our-trade-marks-list .slick-slide {
    outline: none;
}

@media all and (max-width: 1024px) {
    .our-trade-marks-list {
        padding: 10px;
    }
    
    .our-trade-marks-list .slick-arrow {
        top: 50%;
    }
}

.our-trade-marks-item {
    margin: 0 15px;
}

.our-trade-marks-item__logo {
    position: relative;
    min-height: 58px;
    height: 58px;
    margin-bottom: 22px;
}

.our-trade-marks-item__logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 215px;
    max-height: 100%;
}

.our-trade-marks-item__description {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: justify;
}

.our-trade-marks-item__description p {
    margin-bottom: 15px;
}

.our-trade-marks-item__description p:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 1024px) {
    .our-trade-marks-item {
        margin: 0 8px;
    }
    
    .our-trade-marks-item__logo {
        min-height: 38px;
        height: 38px;
        margin-bottom: 13px;
    }
    
    .our-trade-marks-item__logo img {
        max-width: 140px;
    }
}

@media all and (max-width: 767px) {
    .our-trade-marks-item {
        width: 100%;
        text-align: left;
        margin: 0 7px;
    }
    
    .our-trade-marks-item__logo {
        min-height: 30px;
        height: 30px;
        margin-bottom: 0;
    }
    
    .our-trade-marks-item__logo img {
        max-width: 75%;
    }
    
    .our-trade-marks-item__description p {
        margin-bottom: 13px;
        font-size: 11px;
    }
}

.our-partners {
    padding: 33px 22px 20px;
}

.our-partners__title {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding-left: 4px;
}

.our-partners__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #505f73;
}

.our-partners__title p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    font-size: 24px;
    letter-spacing: 4.5px;
    vertical-align: middle;
    color: #505f73;
    background-color: #ffffff;
}

.our-partners__list {
    margin: 0 -20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media all and (max-width: 1024px) {
    .our-partners {
        padding: 23px 0 12px;
    }
    
    .our-partners__title {
        margin-bottom: 16px;
    }
    
    .our-partners__title p {
        font-size: 16px;
        letter-spacing: 3px;
        padding: 0 8px;
    }
}

@media all and (max-width: 767px) {
    .our-partners {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    .our-partners__title {
        padding-left: 0;
        margin: 0;
    }
    
    .our-partners__title p {
        font-size: 13px;
        letter-spacing: .5px;
        background-color: #ffffff;
    }
    
    .our-partners__list {
        margin: 0;
    }
}

.our-partners-list {
    visibility: hidden;
    padding: 0 27px;
    margin: 0;
    display: flex;
    box-sizing: border-box;
}

.our-partners-list .slick-arrow {
    display: block;
    width: auto;
    height: auto;
}

.our-partners-list .slick-arrow:before {
    color: #ff5c00;
}

.our-partners-list .slick-arrow.slick-prev {
    left: 0;
}

.our-partners-list .slick-arrow.slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome", sans-serif;
}

.our-partners-list .slick-arrow.slick-next {
    right: 0;
}

.our-partners-list .slick-arrow.slick-next:before {
    font-family: "FontAwesome", sans-serif;
    content: "\f105";
}

.our-partners-list .slick-slide {
    outline: none;
}

@media all and (max-width: 1024px) {
    .our-partners-list {
        padding: 0 11px;
    }
}

@media all and (max-width: 767px) {
    .our-partners-list {
        padding: 0 9px;
    }
}

.our-partners-item {
    margin: 0 15px;
    box-sizing: border-box;
}

.our-partners-item__logo {
    position: relative;
    min-height: 58px;
    height: 58px;
    margin-bottom: 17px;
}

.our-partners-item__logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 215px;
    max-height: 100%;
}

.our-partners-item__description {
    margin: 0 0 15px 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: justify;
}

.our-partners-item__description p:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 1024px) {
    .our-partners-item {
        margin: 0 8px;
    }
    
    .our-partners-item__logo {
        min-height: 25px;
        height: 25px;
        margin-bottom: 21px;
    }
    
    .our-partners-item__description {
        line-height: 1;
    }
    
    .our-partners-item__description h4 {
        margin: 0 0 8px;
    }
    
    .our-partners-item__description p {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 767px) {
    .our-partners-item {
        width: 100%;
        margin: 0 7px;
        padding: 0;
        text-align: left;
    }
    
    .our-partners-item__logo {
        min-height: 20px;
        height: 20px;
        margin: 0 0 5px;
    }
    
    .our-partners-item__logo img {
        max-width: 62%;
        max-height: 85%;
    }
    
    .our-partners-item__description p {
        margin-bottom: 13px;
        font-size: 11px;
    }
}

.excursion {
    padding: 30px 0 50px 0;
}

.excursion__title {
    position: relative;
    width: 100%;
    margin: 0 0 25px 0;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.excursion__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #505f73;
}

.excursion__title p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    font-size: 30px;
    vertical-align: middle;
    color: #505f73;
    background-color: #ffffff;
}

.excursion__video video {
    padding-bottom: 60px;
    margin: 0 auto;
    display: block;
}

@media all and (max-width: 1024px) {
    .excursion__title p {
        font-size: 30px;
    }
}

@media all and (max-width: 767px) {
    .excursion {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    .excursion__title {
        margin: 0 0 12px 0;
    }
    
    .excursion__title p {
        width: calc(100% - 65px);
        padding: 7px 1px 5px 34px;
        font-size: 12px;
    }
    
    .excursion__title p::before {
        border: 13px solid transparent;
        border-left: 8px solid #ffffff;
    }
    
    .excursion__title img {
        width: 56px;
        margin: 0;
    }
}

.excursion-gallery {
    max-width: 900px;
    margin: 0 auto;
}

.excursion-gallery__list {
    min-width: 150px;
    margin: 0 auto;
}

.excursion-gallery__actions {
    position: relative;
    margin-top: 20px;
}

.excursion-gallery__actions button {
    margin: 0 10px;
}

.excursion-gallery__actions .next-slide {
    background: url("/local/templates/main_new/css/../images/photo-galery/arr-r.png") no-repeat center;
    background-size: contain;
    border: none;
    outline: none;
    width: 20px;
    height: 35px;
}

.excursion-gallery__actions .fullscreen {
    background: url("/local/templates/main_new/css/../images/photo-galery/fullscreen.png") no-repeat center;
    background-size: contain;
    border: none;
    outline: none;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
}

.excursion-gallery__actions .autoplay {
    background: url("/local/templates/main_new/css/../images/photo-galery/autoplay.png") no-repeat center;
    background-size: contain;
    border: none;
    outline: none;
    width: 33px;
    height: 33px;
}

.excursion-gallery__actions .perv-slide {
    background: url("/local/templates/main_new/css/../images/photo-galery/arr-l.png") no-repeat center;
    background-size: contain;
    border: none;
    outline: none;
    width: 20px;
    height: 35px;
}

.excursion-gallery__actions .perv-album {
    background: url("/local/templates/main_new/css/../images/photo-galery/2ar-l.png") no-repeat center;
    background-size: contain;
    border: none;
    outline: none;
    width: 35px;
    height: 35px;
}

.excursion-gallery__actions .next-album {
    background: url("/local/templates/main_new/css/../images/photo-galery/2arr-r.png") no-repeat center;
    background-size: contain;
    border: none;
    outline: none;
    width: 35px;
    height: 35px;
}

.excursion-gallery__actions-center {
    width: 265px;
    margin: 0 auto;
}

@media all and (max-width: 1600px) {
    .excursion-gallery__actions .next-slide {
        width: 20px;
        height: 30px;
    }
    
    .excursion-gallery__actions .fullscreen {
        width: 30px;
        height: 30px;
    }
    
    .excursion-gallery__actions .autoplay {
        width: 25px;
        height: 30px;
    }
    
    .excursion-gallery__actions .perv-slide {
        width: 20px;
        height: 30px;
    }
    
    .excursion-gallery__actions .perv-album {
        width: 30px;
        height: 30px;
    }
    
    .excursion-gallery__actions .next-album {
        width: 30px;
        height: 30px;
    }
    
    .excursion-gallery button {
        margin: 0 10px;
    }
    
    .excursion-gallery__actions-center {
        width: 248px;
    }
    
    .excursion-gallery__list {
        max-width: 840px;
    }
}

@media all and (max-width: 768px) {
    .excursion-gallery__actions .next-slide {
        width: 15px;
        height: 27px;
    }
    
    .excursion-gallery__actions .fullscreen {
        width: 25px;
        height: 25px;
    }
    
    .excursion-gallery__actions .autoplay {
        width: 25px;
        height: 25px;
    }
    
    .excursion-gallery__actions .perv-slide {
        width: 15px;
        height: 28px;
    }
    
    .excursion-gallery__actions .perv-album {
        width: 28px;
        height: 28px;
    }
    
    .excursion-gallery__actions .next-album {
        width: 28px;
        height: 28px;
    }
}

.vacancies {
    padding: 20px 24px 24px;
}

.vacancies__title {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding-left: 4px;
}

.vacancies__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #505f73;
}

.vacancies__title p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    font-size: 24px;
    letter-spacing: 4.5px;
    vertical-align: middle;
    color: #505f73;
    background-color: #ffffff;
}

.vacancies__wrap {
    text-align: center;
}

.vacancies__list {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    width: 400px;
    max-width: 100%;
}

.vacancies__list li {
    margin-bottom: 2px;
}

.vacancies__list li:last-child {
    margin-bottom: 0;
}

.vacancies__name {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #505F73;
    display: inline-block;
    margin: 0;
}

.vacancies__name:hover {
    cursor: pointer;
}

.vacancies__description {
    display: none;
    margin-top: 20px;
    z-index: 0;
    font-size: 12px;
}

.vacancies__description h4 {
    margin: 0 0 6px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-decoration: underline;
}

.vacancies__description p {
    margin: 0;
}

.vacancies__description span {
    font-family: Arial, Helvetica, sans-serif;
}

.vacancies__description ul {
    padding: 0;
    margin: 0 0 10px 10px;
    list-style-type: none;
}

.vacancies__description ul li {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.vacancies__description ul li:before {
    content: "-";
    position: absolute;
    margin-left: -10px;
}

.vacancies__item_active .vacancies__name {
    font-weight: bolder;
}

@media all and (max-width: 1024px) {
    .vacancies {
        padding-left: 0;
        padding-right: 0;
    }
    
    .vacancies__title p {
        font-size: 16px;
        letter-spacing: 1.5px;
    }
}

@media all and (max-width: 767px) {
    .vacancies {
        padding-top: 8px;
        padding-bottom: 15px;
    }
    
    .vacancies__title {
        margin: 0 0 3px 0;
    }
    
    .vacancies__list {
        width: 100%;
        padding: 0 15px;
    }
    
    .vacancies__list li {
        margin-bottom: 9px;
        font-family: Arial, sans-serif;
        font-size: 10px;
    }
    
    .vacancies__name {
        font-size: 11px;
    }
    
    .vacancies__description {
        margin-top: 20px;
        font-size: 10px;
    }
    
    .vacancies__title p {
        font-size: 12px;
    }
    
    .vacancies__description p {
        margin: 0;
    }
    
    .vacancies__description ul {
        margin: 0 0 10px 8px;
    }
    
    .vacancies__description ul li:before {
        content: "-";
        position: absolute;
        margin-left: -7px;
    }
}

.contacts {
    flex: 1;
    padding-top: 31px;
}

.contacts__box {
    padding: 33px 0 40px 0;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
}

@media all and (max-width: 1024px) {
    .contacts__box {
        padding: 18px 0 40px 0;
    }
}

@media all and (max-width: 767px) {
    .contacts__box {
        padding: 13px 0 10px 0;
        flex-wrap: wrap;
    }
}

.contacts-info {
    width: 230px;
    box-sizing: border-box;
    padding-left: 20px;
}

.footer__feedback {
    width: 200px;
}

@media all and (max-width: 1024px) {
    .contacts-info {
        padding-left: 0;
        width: 246px;
    }
}

@media all and (max-width: 767px) {
    .footer__feedback,
    .contacts-info {
        width: 100%;
    }
}

.contacts-address {
    margin: 0 0 28px 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}

.contacts-address__name {
    margin: 0 0 6px 0;
    font-family: "Arial Narrow", sans-serif;
    font-size: 14.5px;
    font-weight: bold;
}

.contacts-address p {
    margin: 0 0 4px 0;
}

.contacts-address p:last-child {
    margin-bottom: 0;
}

.contacts-address__city {
    font-size: 12px;
}

.contacts-address__house {
    font-size: 12px;
}

.contacts-address__phone {
    font-size: 12px;
}

.contacts-address__mail {
    font-size: 12px;
}

@media all and (max-width: 1024px) {
    .contacts-address {
        margin-bottom: 16px;
    }
}

@media all and (max-width: 767px) {
    .contacts-address {
        margin: 0 0 12px 0;
    }
    
    .contacts-address p {
        margin: 0 0 3px 0;
        font-size: 9px;
        display: block;
    }
    
    .contacts-address__name {
        margin-bottom: 5px;
        font-size: 12px;
    }
    
    .contacts-address__city {
        font-size: 9px;
    }
    
    .contacts-address__house {
        font-size: 9px;
    }
    
    .contacts-address__phone {
        font-size: 9px;
    }
    
    .contacts-address__mail {
        font-size: 9px;
    }
}

.contacts-phones-item {
    padding: 0;
    margin: 0 0 21px 0;
    white-space: nowrap;
}

.contacts-phones-item img {
    width: 75px;
    margin-right: 32px;
    display: inline-block;
    vertical-align: middle;
}

.contacts-phones-item p {
    font-family: Arial, sans-serif;
}

.contacts-phones-item__caption {
    display: inline-block;
    max-width: calc(100% - 120px);
    width: 150px;
    font-family: Arial, sans-serif;
    vertical-align: middle;
    white-space: normal;
}

.contacts-phones-item__title {
    margin: 0 0 7px 0;
    font-size: 15px;
    font-weight: normal;
}

.contacts-phones-item__phone {
    margin: 0;
    font-size: 12px;
}

.contacts-phones-item__mail {
    margin: 0;
    font-size: 12px;
}

.contacts-phones-item:last-child {
    margin-bottom: 0;
}

.contacts-phones-item_equipment .contacts-phones-item__title {
    color: #d67e29;
}

.contacts-phones-item_sleeves .contacts-phones-item__title {
    color: #4477b9;
}

.contacts-phones-item_mechanization .contacts-phones-item__title {
    color: #ff550e;
}

.contacts-phones-item_hydraulic .contacts-phones-item__title {
    color: #2d4691;
}

@media all and (max-width: 1024px) {
    .contacts-phones-item {
        margin-bottom: 14px;
    }
    
    .contacts-phones-item__title {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .contacts-phones-item__caption {
        max-width: calc(100% - 77px);
    }
    
    .contacts-phones-item img {
        width: 53px;
        margin-right: 12px;
    }
}

@media all and (max-width: 767px) {
    .contacts-phones-item {
        margin-bottom: 5px;
    }
    
    .contacts-phones-item img {
        width: 54px;
        margin-right: 5px;
    }
    
    .contacts-phones-item__caption {
        width: calc(100% - 43px);
    }
    
    .contacts-phones-item__title {
        margin-top: 0;
        font-size: 10px;
    }
    
    .contacts-phones-item__phone {
        margin-bottom: 3px;
        font-size: 9px;
    }
    
    .contacts-phones-item__mail {
        font-size: 9px;
    }
}

@media all and (max-width: 480px) {
    .contacts-phones-item__caption {
        width: calc(100% - 25px);
    }
}

.contacts-content {
    width: calc(100% - 300px);
    box-sizing: border-box;
    padding-left: 75px;
    padding-right: 25px;
}

@media all and (max-width: 768px) {
    .contacts-content {
        width: calc(100% - 190px);
    }
}

@media all and (max-width: 480px) {
    .contacts-content {
        width: 100%;
        height: 189px;
    }
}

.contacts-map {
    width: 100%;
    height: 100%;
}

.contacts-map-wrap {
    width: calc(100% - 375px);
    min-height: 437px;
}

@media all and (max-width: 1024px) {
    .contacts-map-wrap {
        width: calc(100% - 250px);
    }
}

@media all and (max-width: 767px) {
    .contacts-map-wrap {
        width: 100%;
        min-height: auto;
        height: 189px;
        margin-top: 12px;
    }
    
    .contacts {
        padding-top: 0;
    }
    
    .contacts + .contacts {
        margin-top: 20px;
    }
}

.catalogs-pdf {
    padding: 28px 0 40px;
    box-sizing: border-box;
    flex: 1;
}

.catalogs-pdf h1 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.15;
    margin-top: -4px;
    margin-bottom: 18px;
    text-transform: uppercase;
    text-align: center;
}

.catalogs-pdf__title {
    margin: 0;
    padding-bottom: 21px;
    border-bottom: 1px solid;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    color: #505F73;
}

.catalogs-pdf__title p {
    position: relative;
    box-sizing: border-box;
    font-size: 15px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .8px;
    padding-left: 20px;
}

.catalogs-pdf__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.catalogs-pdf__content {
    width: calc(100% - 330px);
    text-align: center;
}

@media all and (max-width: 1279px) {
    .catalogs-pdf__content {
        width: calc(100% - 328px);
    }
}

@media all and (max-width: 1024px) {
    .catalogs-pdf {
        padding-top: 18px;
    }
    
    .catalogs-pdf__content {
        width: calc(100% - 264px);
    }
    
    .catalogs-pdf .container {
        padding-left: 0;
    }
    
    .catalogs-pdf__title {
        padding-bottom: 20px;
    }
    
    .catalogs-pdf__title p {
        font-size: 14px;
        padding-left: 29px;
    }
}

@media all and (max-width: 767px) {
    .catalogs-pdf {
        width: 100%;
        padding-top: 6px;
        padding-bottom: 1px;
    }
    
    .catalogs-pdf .container {
        padding-left: 12px;
    }
    
    .catalogs-pdf__box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .catalogs-pdf__title {
        line-height: 1;
        padding: 0;
        margin: 0;
        border: none;
    }
    
    .catalogs-pdf__title p {
        width: 100%;
        text-align: center;
        padding: 0;
        letter-spacing: 1px;
    }
    
    .catalogs-pdf__content {
        width: 100%;
    }
}

.catalogs-pdf-nav {
    width: 346px;
    padding-right: 40px;
    box-sizing: border-box;
    text-align: right;
}

.catalogs-pdf-nav__wrap {
    margin: 21px 0 0;
    position: relative;
}

.catalogs-pdf-nav__list {
    width: 100%;
    margin: 0;
    padding: 0 0 0 21px;
    list-style-type: none;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}

.catalogs-pdf-nav__item {
    font-size: 12px;
    margin: 0 0 8px 0;
    display: block;
    text-align: left;
}

.catalogs-pdf-nav__item:first-child {
    margin-top: 0;
}

.catalogs-pdf-nav__item:first-child p {
    margin-top: 0;
}

.catalogs-pdf-nav__item:last-child {
    margin-top: 0;
}

.catalogs-pdf-nav__item:last-child p {
    margin-top: 0;
}

.catalogs-pdf-nav__item_active .catalogs-pdf-nav__head {
    font-weight: bold;
    color: #FF5C00;
}

.catalogs-pdf-nav__item_active .catalogs-pdf-sub-nav {
    display: block;
}

.catalogs-pdf-nav__head {
    margin: 7px 0 18px 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
}

.catalogs-pdf-nav__head:hover {
    cursor: pointer;
}

.catalogs-pdf-sub-nav {
    padding: 8px 0 0 27px;
    /*display: none;*/
    list-style-type: none;
}

.catalogs-pdf-sub-nav__item {
    margin: 0 0 8px 0;
}

.catalogs-pdf-sub-nav__item:last-child {
    margin-bottom: 0;
}

.catalogs-pdf-sub-nav__item a {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    display: inline-block;
    line-height: 1.2;
}

.catalogs-pdf-sub-nav__item:hover {
    cursor: pointer;
}

.catalogs-pdf-sub-nav .catalogs-pdf-sub-nav__item_active a {
    font-weight: bold;
    color: #FF5C00;
}

.catalogs-pdf-sub-nav:first-child {
    margin-top: 0;
}

.catalogs-pdf-sub-nav:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 1024px) {
    .catalogs-pdf-nav {
        width: 267px;
        padding-right: 30px;
    }
    
    .catalogs-pdf-nav__list {
        padding-left: 29px;
    }
    
    .catalogs-pdf-sub-nav__item {
        margin-bottom: 7.5px;
    }
}

@media all and (max-width: 767px) {
    .catalogs-pdf-nav {
        width: 100%;
        padding: 0;
        border: none;
        margin-bottom: 0;
        margin-top: 4px;
        border-top: 1px solid;
        padding-top: 10px;
    }
    
    .catalogs-pdf-nav__list {
        width: 100%;
        padding-left: 12px;
        position: relative;
    }
    
    .catalogs-pdf-nav__wrap {
        margin-top: 0;
    }
    
    .catalogs-pdf-nav__item {
        margin: 10px 0 10px 0;
    }
    
    .catalogs-pdf-nav__item a {
        margin-bottom: 12px;
        font-size: 11px;
    }
    
    .catalogs-pdf-nav__head {
        padding-top: 6px;
        margin-bottom: 2px;
        font-size: 9px;
    }
    
    .catalogs-pdf-sub-nav {
        padding-left: 24px;
        padding-top: 0;
    }
    
    .catalogs-pdf-sub-nav__item a {
        font-size: 9px;
        margin-bottom: 0;
    }
    
    .catalogs-pdf-sub-nav__list {
        padding-left: 20px;
    }
    
    .catalogs-pdf-sub-nav__item {
        line-height: 0.85;
        margin: 7px 0;
    }
}

.catalogs-pdf-list {
    padding: 0;
    margin: 0 -11px 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
}

@media all and (max-width: 768px) {
    .catalogs-pdf-list {
        margin: 7px -5px 0;
        padding: 20px 0;
    }
    
    .catalogs-pdf-list {
        padding: 20px 0;
    }
    
    .catalogs-pdf-list .slick-prev {
        top: -5px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    
    .catalogs-pdf-list .slick-arrow.slick-prev:before {
        content: "\f106";
    }
    
    .catalogs-pdf-list .slick-next {
        top: auto;
        bottom: 5px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    
    .catalogs-pdf-list .slick-arrow.slick-next:before {
        content: "\f107";
    }
}

.catalogs-pdf-item {
    width: calc(100% / 3);
    height: auto;
    padding: 6px 10px 36px;
    display: inline-block;
    border-collapse: collapse;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

.catalogs-pdf-item a {
    border-style: none;
    display: block;
    margin: 0 auto;
    width: 220px;
    max-width: 100%;
    /* height: 311px;*/
}

.catalogs-pdf-item a:hover {
    text-decoration: underline;
}

.catalogs-pdf-item__img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 100%;
}

@media all and (max-width: 1024px) {
    .catalogs-pdf-item {
        width: calc(100% / 3);
        padding: 6px 14px 25px;
    }
}

@media all and (max-width: 768px) {
    .catalogs-pdf-item {
        width: calc(100% / 2);
        padding: 0 5px 10px;
    }
}

.catalogs-pdf-card {
    margin: 0 0 15px 0;
    text-align: center;
    position: relative;
}

.catalogs-pdf-card__active {
    margin-top: 30px;
    text-align: left;
}

.catalogs-pdf-card__download {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 17px 2.5px 17px;
    margin-left: 16px;
    line-height: 1;
    border: 1px solid #ff5c00;
    border-radius: 12px;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    background-color: #ff5c00;
    color: #ffffff;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    outline: none;
}

.catalogs-pdf-card__download:hover {
    color: #ff5c00;
    background-color: transparent;
}

.catalogs-pdf-card__view {
    width: 800px;
    height: 520px;
    overflow: hidden;
    border: none;
    margin: 0 auto 15px auto;
}

.catalogs-pdf-card__arr {
    position: absolute;
    bottom: 55%;
    width: 100%;
    display: none;
}

.catalogs-pdf-card__arr-prevs {
    display: inline-block;
    white-space: nowrap;
    left: 0;
    float: left;
}

.catalogs-pdf-card__arr-next {
    display: inline-block;
    white-space: nowrap;
    float: right;
}

.catalogs-pdf-card__arr-1prev {
    display: inline-block;
    background: url(/local/templates/main_new/css/../images/photo-galery/arr-l.png) no-repeat center;
    background-size: contain;
    border: none;
    outline: none;
    width: 20px;
    height: 35px;
}

.catalogs-pdf-card__arr-2prev {
    display: inline-block;
    background: url(/local/templates/main_new/css/../images/photo-galery/2ar-l.png) no-repeat center;
    background-size: contain;
    border: none;
    outline: none;
    width: 35px;
    height: 35px;
}

.catalogs-pdf-card__arr-1next {
    display: inline-block;
    background: url(/local/templates/main_new/css/../images/photo-galery/arr-r.png) no-repeat center;
    background-size: contain;
    border: none;
    outline: none;
    width: 20px;
    height: 35px;
}

.catalogs-pdf-card__arr-2next {
    display: inline-block;
    background: url(/local/templates/main_new/css/../images/photo-galery/2arr-r.png) no-repeat center;
    background-size: contain;
    border: none;
    outline: none;
    width: 35px;
    height: 35px;
}

@media all and (max-width: 1024px) {
    .catalogs-pdf-card__view {
        height: 400px;
    }
    
    .catalogs-pdf-card__download {
        font-size: 13px;
        padding: 1px 7px 1.5px;
    }
}

@media all and (max-width: 767px) {
    .catalogs-pdf-card iframe {
        height: 400px;
    }
    
    .catalogs-pdf-card__main {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .catalogs-pdf-card__main img {
        width: 100%;
        max-width: 500px;
    }
    
    .catalogs-pdf-card__active {
        text-align: center;
        margin: 0;
    }
    
    .catalogs-pdf-card__download {
        font-size: 13px;
        font-weight: bold;
        padding: 8px 17px 5px 29px;
        margin-right: 10px;
    }
    
    .catalogs-pdf-card__download img {
        width: 17px;
        height: auto;
        margin-left: 8px;
    }
    
    .catalogs-pdf-card__download:after {
        border: 17px solid transparent;
        border-left: 11px solid #ff5c00;
    }
    
    .catalogs-pdf-card__view {
        height: 500px;
    }
    
    .catalogs-pdf-card__arr-1prev {
        width: 20px;
        height: 22px;
    }
    
    .catalogs-pdf-card__arr-2prev {
        width: 22px;
        height: 22px;
    }
    
    .catalogs-pdf-card__arr-1next {
        width: 20px;
        height: 22px;
    }
    
    .catalogs-pdf-card__arr-2next {
        width: 22px;
        height: 22px;
    }
}

@media all and (max-width: 480px) {
    .catalogs-pdf-card__view {
        width: calc(100% - 100px);
        height: 400px;
    }
}

.information {
    padding: 33px 0 44px 0;
    box-sizing: border-box;
    flex: 1;
}

.information__box {
    display: flex;
    justify-content: space-between;
}

.information__content {
    width: calc(100% - 345px);
    margin: 0;
    box-sizing: border-box;
}

.information__title {
    height: 35px;
    margin: -10px 0 0 0;
    padding: 0 0 10px 20px;
    display: flex;
}

.information__title a {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #475F74;
    font-weight: bold;
    align-self: center;
}

.information-list {
    padding: 5px 73px 0 65px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none;
}

@media all and (max-width: 1024px) {
    .information-list {
        padding: 6px 0 0 3px;
        margin-right: -10px;
    }
}

@media all and (max-width: 767px) {
    .information-list {
        padding: 0;
        margin: 0 -4px;
        justify-content: space-around;
    }
}

.information-item {
    width: 105px;
    height: auto;
    display: inline-block;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 0 10px 13px 10px;
    text-align: center;
}

.information-item__view {
    width: auto;
}

.information-item__description {
    margin-top: 23px;
    font-size: 13px;
    color: #030303;
}

@media all and (max-width: 1024px) {
    .information-item {
        width: 135px;
        min-height: 134px;
        background-color: #e6e6e6;
    }
    
    .information-item__view {
        margin-top: 25px;
    }
    
    .information-item__view img {
        width: 55px;
    }
    
    .information-item__description {
        margin-top: 19px;
        font-size: 12px;
    }
}

@media all and (max-width: 767px) {
    .information-item {
        min-height: 95px;
        width: 94px;
        max-width: calc(100% / 3 - 8px);
        margin: 0 4px;
    }
    
    .information-item__view {
        margin-top: 13px;
    }
    
    .information-item__description {
        font-size: 11px;
        margin-top: 6px;
    }
}

.news-page {
    padding: 28px 0 40px;
    box-sizing: border-box;
    flex: 1;
}

.news-page__box {
    display: flex;
    justify-content: space-between;
}

.news-page__content {
    width: calc(100% - 330px);
    padding: 0;
    margin: 0;
}

@media all and (max-width: 1024px) {
    .news-page {
        padding: 18px 0;
    }
    
    .news-page .container {
        padding-left: 0;
    }
    
    .news-page__content {
        width: calc(100% - 265px);
    }
    
    .news-page .news {
        width: 255px;
        padding-right: 18px;
    }
    
    .news-page .news__title {
        padding-bottom: 20px;
        font-size: 15px;
    }
    
    .news-page .news__title p {
        margin: 0;
        padding-left: 29px;
    }
    
    .news-page .news__list {
        margin-top: 0;
        padding-left: 29px;
    }
    
    .news-page .news__list--info {
        padding-top: 21px;
    }
    
    .news-page .news__actions .news__act-up {
        margin-top: 0;
    }
    
    .news-page .news .list-track {
        left: 29px;
    }
    
    .news-page .news-item {
        margin-bottom: 12px;
    }
    
    .news-page .news-item__content {
        width: calc(100% - 78px);
        line-height: 1.1;
    }
    
    .news-page .news-item__data {
        width: 68px;
        font-size: 13px;
    }
}

@media all and (max-width: 767px) {
    .news-page {
        padding: 6px 0 12px;
    }
    
    .news-page .container {
        padding-left: 12px;
    }
    
    .news-page .news__title {
        margin-bottom: 6px;
    }
    
    .news-page .news__actions {
        display: none;
    }
    
    .news-page__box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .news-page__content {
        width: 100%;
    }
    
    .news-page .news {
        width: 100%;
        border-top: 1px solid #9b9b9b;
        padding: 8px 0 0;
        margin: 9px 0 0;
    }
    
    .news-page .news__title {
        text-align: center;
        padding: 0 0 2px;
        font-size: 14px;
        border: none;
    }
    
    .news-page .news__title p {
        padding: 0;
    }
    
    .news-page .news__list {
        padding-left: 12px;
    }
    
    .news-page .news__list--info {
        padding-top: 5px;
    }
    
    .news-page .news__list--info .news-item {
        margin-bottom: 7px;
    }
    
    .news-page .news .list-track {
        position: relative;
        left: 0;
    }
    
    .news-page .news-item {
        margin-bottom: 4px;
    }
    
    .news-page .news-item__content {
        width: calc(100% - 63px);
        font-size: 9px;
        padding-top: 1px;
        line-height: 1.2;
    }
    
    .news-page .news-item__data {
        font-size: 11px;
        width: 54px;
    }
}

.news-page-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    position: relative;
    width: calc(100% + 25px);
    padding-left: 25px;
    box-sizing: border-box;
}

@media all and (max-width: 1024px) {
    .news-page-list {
        width: calc(100% + 20px);
        margin: 0 -6px;
        padding-left: 6px;
    }
}

@media all and (max-width: 767px) {
    .news-page-list {
        width: calc(100% + 12px);
        padding-left: 0;
    }
}

.news-page-item {
    width: calc(100% / 3 - 25px);
    height: auto;
    display: inline-block;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 0 10px 18px 10px;
}

.news-page-item a {
    box-sizing: border-box;
    padding: 0;
    display: block;
    color: #040404;
}

.news-page-item a:hover {
    text-decoration: underline;
}

.news-page-item__view {
    width: 100%;
    margin: 0 0 19px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 177px;
}

.news-page-item__view.video-view {
    margin-bottom: 5px;
}

.news-page-item__view img {
    max-height: 100%;
    height: auto;
    max-width: 100%;
}

.news-page-item__title {
    margin: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
}

@media all and (max-width: 1024px) {
    .news-page-item {
        margin: 0;
        padding: 3px 14px 5px;
        width: calc(100% / 3);
        height: auto;
    }
    
    .news-page-item__view {
        margin-bottom: 2px;
        height: 147px;
    }
    
    .news-page-item__title {
        font-size: 11px;
    }
}

@media all and (max-width: 768px) {
    .news-page-item__view {
        height: 90px;
    }
}

@media all and (max-width: 767px) {
    .news-page-item {
        width: calc(100% / 2);
        padding: 0 6px 9px;
    }
    
    .news-page-item__view {
        margin-bottom: 6px;
        height: 95px;
    }
    
    .news-page-item__title {
        font-size: 9px;
    }
    
    .news-page-item a:hover {
        text-decoration: none;
    }
}

.news-page-card {
    padding: 3px 16px 0;
}

.news-page-card__header {
    display: flex;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 33px;
}

.news-page-card__header-title {
    box-sizing: border-box;
    padding-left: 38px;
    width: 44.3%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.news-page-card__img {
    padding-top: 4px;
    font-size: 0;
    width: 55.7%;
    text-align: center;
}

.news-page-card__img img {
    max-width: 100%;
}

.news-page-card__title {
    box-sizing: border-box;
    font-family: "Arial", sans-serif;
    color: #505F73;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.news-page-card__title-date {
    color: #505F73;
    font-size: 16.5px;
    letter-spacing: .2px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    margin-bottom: 21px;
}

.news-page-card__title-wrap {
    color: #505F73;
    font-size: 15px;
    font-family: "Arial", sans-serif;
    width: 100%;
}

.news-page-card__btn {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 26px 3px;
    border: 1px solid #ff5c00;
    border-radius: 12px;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    line-height: 1;
    background-color: #ff5c00;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.news-page-card__photos {
    margin: 30px 0 0 -8px;
}

.news-page-card__slider {
    visibility: hidden;
}

.news-page-card__slider a {
    outline: none !important;
}

.news-page-card__slider-img {
    text-align: center;
    outline: none !important;
    padding: 0 8px;
    box-sizing: border-box;
}

.news-page-card__slider-img img {
    display: initial !important;
    max-width: 100%;
}

.news-page-card__caption div {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 1.2;
}

.news-page-card__caption span {
    font-family: Arial, sans-serif;
    text-align: justify;
}

.news-page-card__caption ul {
    margin: 0 0 18px 0;
    font-family: Arial, sans-serif;
    text-align: justify;
    padding-left: 20px;
}

.news-page-card__caption li {
    margin: 0;
    padding: 0;
}

.news-page-card__caption p {
    margin: 0 0 18px 0;
    font-family: Arial, sans-serif;
    text-align: justify;
}

.news-page-card__caption em {
    margin: 0;
    font-family: Arial, sans-serif;
    text-align: justify;
}

.news-page-card__caption b {
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: justify;
}

@media all and (max-width: 1024px) {
    .news-page-card {
        padding: 4px 0 0 14px;
    }
    
    .news-page-card__btn {
        margin-top: 14px;
        font-size: 13px;
        padding: 2px 10px 2px;
    }
    
    .news-page-card__img {
        width: 55%;
        padding-top: 2px;
    }
    
    .news-page-card__header {
        margin-bottom: 23px;
    }
    
    .news-page-card__header-title {
        width: 45%;
        padding-left: 9.8%;
    }
    
    .news-page-card__title {
        font-size: 13px;
        line-height: 1.5;
        margin: 0;
        width: 100%;
        letter-spacing: 1.5px;
    }
    
    .news-page-card__title-wrap {
        font-size: 14px;
    }
    
    .news-page-card__title-date {
        font-size: 14px;
        margin-bottom: 12px;
        letter-spacing: .6px;
    }
    
    .news-page-card__caption {
        width: 100%;
        order: 0;
        margin-bottom: 23px;
    }
    
    .news-page-card__caption p {
        margin: 0 0 8px;
    }
    
    .news-page-card__photos {
        margin: 20px 0 0 -4px;
    }
    
    .news-page-card__slider-img {
        padding: 0 4px;
    }
}

@media all and (max-width: 767px) {
    .news-page-card {
        padding: 0;
    }
    
    .news-page-card__title {
        font-size: 13px;
        letter-spacing: 1px;
    }
    
    .news-page-card__title-date {
        font-size: 13px;
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    
    .news-page-card__btn {
        margin: 9px auto 0;
        letter-spacing: -0.3px;
        padding: 2px 28px 2px;
    }
    
    .news-page-card__img {
        width: 100%;
        padding: 0 13px;
    }
    
    .news-page-card__photos {
        margin: 0 0 7px;
    }
    
    .news-page-card__slider {
        padding: 0 10px;
    }
    
    .news-page-card__slider .slick-prev {
        left: -6px;
    }
    
    .news-page-card__slider .slick-next {
        right: -6px;
    }
    
    .news-page-card__header {
        margin-bottom: 13px;
        flex-wrap: wrap;
    }
    
    .news-page-card__header-title {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 11px;
    }
    
    .news-page-card__flex-wrap {
        display: flex;
        align-content: stretch;
        align-items: stretch;
        flex-direction: column-reverse;
    }
    
    .news-page-card__caption {
        margin-bottom: 1px;
    }
    
    .news-page-card__caption div {
        font-size: 11px;
    }
    
    .news-page-card__caption span {
        font-size: 11px;
    }
    
    .news-page-card__caption ul {
        margin: 0 0 9px 0;
        font-family: Arial, sans-serif;
        font-size: 11px;
    }
    
    .news-page-card__caption p {
        margin-bottom: 3px;
        letter-spacing: -0.1px;
        font-size: 11px;
    }
    
    .news-page-card__caption em {
        font-size: 11px;
    }
    
    .news-page-card__caption b {
        font-size: 11px;
    }
    
    .news-page-card__text {
        font-size: 11px;
        margin-bottom: 9px;
    }
}

.photos-page {
    padding: 33px 0 44px 0;
    box-sizing: border-box;
    flex: 1;
}

.photos-page h1 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.15;
    margin-top: -4px;
    margin-bottom: 18px;
    text-transform: uppercase;
    text-align: center;
}

.photos-page__title {
    margin: -1px 0 0;
    padding: 0 0 18px 20px;
    display: flex;
    border-bottom: 1px solid #475F74;
}

.photos-page__title a {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #475F74;
    font-weight: bold;
    align-self: center;
}

.photos-page__box,
.videos-page__box {
    display: flex;
    justify-content: space-between;
}

.photos-page__content {
    width: calc(100% - 330px);
    margin: 0;
    box-sizing: border-box;
}

@media all and (max-width: 1024px) {
    .photos-page {
        padding: 21px 0 44px 0;
    }
    
    .photos-page .container {
        padding-left: 0;
    }
    
    .photos-page__title {
        margin: 0;
        padding: 0 0 20px 29px;
    }
    
    .photos-page__title a {
        font-size: 15px;
    }
    
    .photos-page__content {
        width: calc(100% - 265px);
    }
}

@media all and (max-width: 767px) {
    .photos-page {
        width: 100%;
        padding: 7px 0 0 0;
        flex: 1;
    }
    
    .photos-page .container {
        padding-left: 12px;
    }
    
    .photos-page__box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .photos-page__title {
        border: none;
        text-align: center;
        margin: 0 0 6px;
        padding: 0;
        display: block;
    }
    
    .photos-page__title a {
        font-size: 14px;
    }
    
    .photos-page__list {
        padding: 0;
    }
    
    .photos-page__content {
        width: 100%;
    }
}

.photos-page-nav {
    width: 330px;
    padding-right: 28px;
    box-sizing: border-box;
    position: relative;
    visibility: hidden;
}

.photos-page-nav__list {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: none;
}

.photos-page-nav__list-track {
    position: relative;
    top: 0;
}

.photos-page-nav .list-track {
    transition: top 0.5s ease-out;
}

.photos-page-nav__actions {
    text-align: right;
    position: absolute;
    top: 75px;
    right: 55px;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.photos-page-nav__actions .news__act-up {
    visibility: hidden;
    margin: 0 10px 0 0;
    color: #505f73;
    font-size: 12px;
}

.photos-page-nav__actions .news__act-up:hover {
    cursor: pointer;
}

.photos-page-nav__actions .news__act-down {
    margin: 0 10px 0 0;
    color: #505f73;
    font-size: 12px;
}

.photos-page-nav__actions .news__act-down:hover {
    cursor: pointer;
}

@media all and (max-width: 1024px) {
    .photos-page-nav {
        width: 265px;
    }
    
    .photos-page-nav__list {
        padding: 0 0 0 29px;
    }
}

@media all and (max-width: 767px) {
    .photos-page-nav {
        border-top: 1px solid #475F74;
        width: 100%;
        padding: 10px 0 10px 0;
        min-width: 0;
    }
    
    .photos-page-nav__list {
        padding-left: 12px;
    }
}

.photos-page-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    position: relative;
    width: calc(100% + 25px);
    padding-left: 25px;
    box-sizing: border-box;
}

@media all and (max-width: 1024px) {
    .photos-page-list {
        width: calc(100% + 20px);
        margin: 0 -6px;
        padding-left: 6px;
    }
}

@media all and (max-width: 767px) {
    .photos-page-list {
        width: calc(100% + 12px);
        padding-left: 0;
    }
}

.photos-page-item {
    width: calc(100% / 3 - 25px);
    height: auto;
    display: inline-block;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 0 10px 18px 10px;
}

.photos-page-item a {
    color: #040404;
    display: block;
    box-sizing: border-box;
}

.photos-page-item a:hover {
    text-decoration: underline;
}

.photos-page-item__view {
    /*display: flex;*/
    width: 100%;
    /*height: 157px;*/
    margin: 0 0 9px 0;
    /*	overflow: hidden;
		position: relative;*/
}

.photos-page-item__view img {
    height: auto;
    /*position: absolute;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	display: block;
	align-self: center;
	width: auto;*/
    max-height: 100%;
    max-width: 100%;
}

.photos-page-item__title {
    margin: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
}

@media all and (max-width: 1024px) {
    .photos-page-item {
        margin: 0;
        padding: 3px 14px 5px;
        width: calc(100% / 3);
    }
    
    .photos-page-item__view {
        margin: 0 0 3px 0;
    }
    
    .photos-page-item__title {
        font-size: 11px;
    }
}

@media all and (max-width: 767px) {
    .photos-page-item {
        width: calc(100% / 2);
        padding: 0 6px 9px;
    }
    
    .photos-page-item__view {
        margin: 0 0 5px 0;
    }
    
    .photos-page-item a {
        padding-bottom: 0;
    }
    
    .photos-page-item__img {
        margin-bottom: 14px;
    }
    
    .photos-page-item__title {
        font-size: 10px;
    }
}

.photos-page-nav-item {
    margin: 3px 0;
    outline: none;
}

.photos-page-nav-item:last-child {
    margin-bottom: 5px;
}

.photos-page-nav-item a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #1a1a1a;
}

.photos-page-nav-item.active a {
    color: #ff5c00;
    font-weight: bold;
}

@media all and (max-width: 1024px) {
    .photos-page-nav-item {
        line-height: 11px;
        margin: 3px 0 11.5px;
    }
}

@media all and (max-width: 767px) {
    .photos-page-nav-item {
        margin: 0 0 2.5px;
    }
    
    .photos-page-nav-item a {
        font-size: 9.5px;
    }
}

.photos-page-galley {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    position: relative;
    left: 20px;
    width: calc(100% + 8px);
}

@media all and (max-width: 1024px) {
    .photos-page-galley {
        left: 0;
        padding-top: 3px;
        box-sizing: border-box;
        width: calc(100% + 14px);
        margin: 0;
    }
}

@media all and (max-width: 767px) {
    .photos-page-galley {
        width: calc(100% + 12px);
        padding-top: 0;
        margin: 0 -6px 6px;
    }
}

.photos-page-gallery-item {
    width: calc(100% / 3 - 25px);
    height: auto;
    display: inline-block;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 0 10px 20px;
}

.photos-page-gallery-item a {
    /*	display: flex;*/
    width: 100%;
    /*height: 157px;*/
    margin: 0 0 9px 0;
    /*	overflow: hidden;*/
    position: relative;
    outline: none;
}

.photos-page-gallery-item a img {
    /*height: auto;
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	display: block;
	align-self: center;
	width: auto;
	max-height: 100%;*/
    max-width: 100%;
}

.photos-page-gallery-item a:hover {
    cursor: zoom-in;
}

@media all and (max-width: 1279px) {
    .photos-page-gallery-item {
        margin-bottom: 25px;
    }
}

@media all and (max-width: 1024px) {
    .photos-page-gallery-item {
        width: calc(100% / 3);
        margin: 0;
        padding: 0 6px 10px;
        margin-bottom: 0;
    }
    
    .photos-page-gallery-item a {
        /*height: 88px;*/
        margin: 0;
    }
}

@media all and (max-width: 767px) {
    .photos-page-gallery-item {
        width: calc(100% / 2);
        padding: 0 6px 10px;
        text-align: center;
    }
    
    .photos-page-gallery-item a {
        /*height: 94px;*/
    }
    
    .mobile-back-grey {
        background-color: #E7E7E7;
        margin-left: -12px;
        margin-right: -12px;
        padding: 12px;
    }
    
    .mobile-back-white {
        background-color: transparent;
    }
    
    .slick-next.slick-arrow.page-link {
        right: -15px;
    }
    
    .slick-arrow.page-link {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        top: 50%;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    
    .slick-prev.slick-arrow.page-link {
        left: -15px;
    }
}

@media all and (min-width: 768px) {
    .visible-xs {
        display: none !important;
    }
}

.page-not-found {
    padding: 40px 0;
    color: #505f73;
}

.page-not-found__head {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 50px 0 80px;
}

.page-not-found__404 {
    font-size: 160px;
    line-height: 1;
    padding-right: 60px;
}

.page-not-found__text {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}

.page-not-found__subtext {
    text-align: center;
    font-size: 24px;
}

.page-site-map {
    margin-top: 80px;
}

.page-site-map {
    font-size: 15px;
}

.page-site-map ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 6px;
}

.page-site-map ul ul {
    list-style: circle;
}

.page-site-map ul a {
    margin-bottom: 6px;
    display: inline-block;
    color: #505f73;
}

.page-site-map ul div {
    margin-bottom: 6px;
}

.page-site-map ul a:hover {
    text-decoration: underline;
}

.page-site-map ul ul ul {
    list-style: square;
}

.page-site-map ul ul ul ul {
    list-style: circle;
}

.page-breadcrumbs {
    padding: 20px 0;
}

.page-breadcrumbs__list {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
    color: #999;
}

.page-breadcrumbs__item a {
    color: #999;
}

.page-breadcrumbs__delimer {
    margin: 0 8px;
}

.page-breadcrumbs__item a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .page-not-found__head {
        flex-direction: column;
        padding: 0 0 70px;
    }
    
    .page-not-found__404 {
        padding-right: 0;
        margin-bottom: 28px;
    }
    
    .page-not-found__text {
        font-size: 22px;
    }
    
    .page-not-found__text br {
        display: none;
    }
    
    .page-not-found__subtext {
        font-size: 20px;
    }
    
    .page-site-map {
        margin-top: 60px;
    }
    
    .footer__feedback {
        margin: 15px 0;
    }
}

#bx-panel.bx-panel-fixed {
    z-index: 999995 !important;
}

div#bx-panel-back {
    display: none !important;
}

#bx-panel {
    z-index: 1000!important;
}

.catalog-grid__item:last-child:nth-child(3n) {
    width: 100%;
}

.is-hidden-section img {
    opacity: 0;
    visibility: hidden;
}

.is-hidden-section {
    pointer-events: none;
    opacity: .7;
}

.is-hidden-section .banner-nav__icon {
    display: none;
}

.is-hidden-section p {
    opacity: 0;
    visibility: hidden;
}

.is-hidden-section .banner-nav-lg__icon {
    opacity: 0;
    visibility: hidden;
}

.is-hidden-section * {
    pointer-events: none;
}
.body-wrap_equipment .header.sticky .main-nav__list .main-sub-nav:hover > span {
    background-color: #d67e29;
}
.main-nav__item > span {
    padding: 9px 10px 10px;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    letter-spacing: .1px;
}
.main-sub-nav .main-sub-nav:hover > span {
    color: #000;
    background-color: #fff;
}
.main-nav .active > span {
    font-weight: bold;
}

.main-sub-nav__list.lrg > li > span {
    white-space: normal;
}
.main-sub-nav__item > span {
    min-width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    color: #ffffff;
    padding: 7px 8px;
}
.main-nav__item span {
    white-space: nowrap;
}
.footer__nav .email_cont {
    color: rgb(0, 0, 238);
}

.text-page {
    padding-bottom: 40px;
}

.text-page__img {
    width: 100%;
    margin-bottom: 20px;
}

.text-page__img img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}

.contacts-slider {
    position: relative;
    overflow: hidden;
}
        
.contacts-slider__wrapper {
    display: flex;
    transition: transform 0.3s ease;
}
        
.contact-slide {
    min-width: 100%;
    text-align: center;
}
        
.contact-slide p {
    margin-bottom: 10px;
}

.footer__nav .contact-slide a span{
    color:#0000EE;
}
        
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    border: none;
    color: white;
    font-size: 20px;
    transition: background 0.3s;
}
        
.slider-arrow:hover {
    background: rgba(255, 255, 255, 0.5);
}
        
.slider-arrow--prev {
    left: 0;
}
        
.slider-arrow--next {
    right: 0;
}
/* End */


/* Start:/local/templates/main_new/plugins/slick/slick.css?16920013951895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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;

    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
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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:/local/templates/main_new/plugins/slick/slick-theme.css?16920013953349*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/main_new/plugins/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/main_new/plugins/slick/./fonts/slick.eot');
    src: url('/local/templates/main_new/plugins/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_new/plugins/slick/./fonts/slick.woff') format('woff'), url('/local/templates/main_new/plugins/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/main_new/plugins/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.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
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.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;
}

/* End */


/* Start:/local/templates/main_new/seo/style.css?16920013965621*/
.seo_outer {
	max-height: 200px;
	overflow: hidden;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.seo_text {
	padding: 30px 0;
	background-color: #f0f4f7;
	font-size: 14px;
}

.seo_text.is-shown .seo_outer {
	max-height: 1500px;
}

.seo_outer:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADBwAAAwcBi48UHwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAWSSURBVFiF7ZlpbFRVFMd/577ihuIWbTodwMQtJHzRSqKIQTpTh6CRqEiUDxKYKUZFcYkLLnGSogSMJoobzgxEjRKthrhTZqa4AVFSl2iiRo0GplOrUQElKvbd44d5M31901C6Jib8P92z3Ht+eb3vvrmncEgjKxmJRU7Zsv64v91/Txd1JhmjBsBasSruziOccd/+OGvR7uHWGDJoXXuqQVy5CtEYyNQDrKXAF6BtqGwoNiU+HRPQ+mz6YkTuV3TaUAqifKRCsiua2DSYaQcNWpdPT8bypAhzAqFuVNpFbAcqX6uYfwBE7eFqmILSANIIenJg3huou7TYdO3OEQMNZVNzEVkPHO+5FHhdLGs6txW2kEzaAy6QTJrQjEmNqL0R4VJf5DfBLuyMLnlz2KChXOoGkMcA4zHmjMg9hUji44Hm9qf6bOpcFXkQmOW5XBFZ2hmJPz1k0FAudRPIo55pgeXFaGL1UAD7SFXq8uuWC9pC7wNYWow2PzFo0Ppcap4iL3s5+zCyoNgYf33YkD55W+oFYDxgVWReVyS+8aBBJ+bXnuqq8wkwAbCoXl5san5tJCHLqstnLhPVVz2W3a6rZ3fHmn8I5pmqmariqrPOg0TQO0YLEqArEt+IsNwzj3Mcnukvr+qJhttTc6yVtwAU3u2KxBsR0dECBUBVQvlMnvILJhIrRuKb/SlVT9Rac09lOvaOUYcsgalRZxmlFxZU7w2m9AGtbUtPBZ1emqytP0WX7Bh1SE+FpkVfAK2eeUFdNjXFH+8DWuPo1RXDmjWjTheQUa2cpSLm6j4xv6FIzBsWi9HFW8eArY8KWzvfB7pLLBrzxyqgtW3PjQfOAkDlvTHZm0ElkxbR9wAEGsLbXj6yHKopD5yanjNRD1z0s/7WOTmXqq3B3AAchciLxcjiT/zx8Jb0adYlAeCIm9oVufZ7f7yuPdWAlQWC7HPd/Y93x677OVhDVT4TmA84+vcfZwCfg/9PLxr2JX8fXKA+9+yJNcgO0PtAb0Pt9vpc5rwAZAdwJ3Cnq07HxPzaU8vx0Ob0+WJlm8CtoPc5zrgd4U3pE4J1jL+228tkfM6jK8yGP4ILID1XAhN9nsNUubFsWCtxvI+Ep2OtOvFeApYCh/nik9wanRcsY3H3lMdqtLJe9ZcJQO3g96fqQL/EhnXt6QV15M/emmZCVabWtAK7fJ79IlSOMOOQBvb64nuMuJmKZVkD7PfFdzo98ko1kHNseSxW9vb6KyBSqCSIVvZWWZ3Rhb/2oNNAWkAeRsx5ndH49nK8MCvxnXFoAFYBqxxxG/wvU/GixFY1Ol3hEZAW1/13WmF24rdgHeuv7fiYyoPatufGO87+vYApXcLiC4KLjIVC+dRLqMwHXHPUhGMK0+f/Bb4n2h27Zh9QuiGKzjyIPTfySiYNKjMBFDrKkBB4mQRt84ahcC49cwwRAaifHp4F1JZYpM0f6wPa48qG8tiK3DwmdD6p6a2pajf4Y31Au2OJL0G2eeZc/4E+2gplMzNAL/HMD7qamr/yx6vOUWPsAxVD7Mox2auqguhKn6OliivoKDQ2vw260Zs/M5TPJEcREYC6XKYFmOGZrcVoczaY0/+XyXWWAb971r2hbGruqBDiXe6Euz3zVyPjbukvr1/QYmzxLlVNUOqIGEReqMtnLhtxyGzmClF9ntJ5blGNFyILO/vLHUwDQkFWFD/clRywhTOQkklTPyO8QuGuXoYhNiB8sIGWDh8ada737jiDVjibutCKPASc47mG39KpwFY3yazARixPDapJhi7zHUEwkk2ysgZqO6rwJdidqP5SWllOMsJkVZk6Zm3HPsC59GxBbgdtHOxcQEHzwOr+jqADaeit8WxqigiLgNkH1xrnHYysLzbGvxlKvf/NPxsOaaT1H9d1QyHK1AHXAAAAAElFTkSuQmCC);
}

.seo-show-more {
	position: relative;
}

.seo-show-more:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	min-height: 80px;
	height: 75%;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f4f700), to(#f0f4f7));
	background: -o-linear-gradient(top, #f0f4f700, #f0f4f7);
	background: linear-gradient(to bottom, #f0f4f700, #f0f4f7);
	cursor: pointer;
	z-index: 1;
}

.seo-show-more:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	min-height: 80px;
	height: 75%;
	bottom: 0;
	cursor: pointer;
	z-index: 2;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiICB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiBjbGFzcz0iaWNvbiIgZGF0YS12LTMxNmVmY2U4PSIiPjxwYXRoIGQ9Ik0gMiAxNiBDIDIgOC4yNjc2IDguMjY3OSAyIDE2IDIgQyAyMy43MzIxIDIgMzAgOC4yNjc2IDMwIDE2IEMgMzAgMjMuNzMyNCAyMy43MzIxIDMwIDE2IDMwIEMgOC4yNjc5IDMwIDIgMjMuNzMyNCAyIDE2IFpNIDAgMTYgQyAwIDI0LjgzNjkgNy4xNjMzIDMyIDE2IDMyIEMgMjQuODM2NyAzMiAzMiAyNC44MzY5IDMyIDE2IEMgMzIgNy4xNjMxIDI0LjgzNjcgMCAxNiAwIEMgNy4xNjMzIDAgMCA3LjE2MzEgMCAxNiBaTSA4IDE2IEMgOCAxNy4xMDQ1IDguODk1NCAxOCAxMCAxOCBDIDExLjEwNDYgMTggMTIgMTcuMTA0NSAxMiAxNiBDIDEyIDE0Ljg5NTUgMTEuMTA0NiAxNCAxMCAxNCBDIDguODk1NCAxNCA4IDE0Ljg5NTUgOCAxNiBaTSAyMCAxNiBDIDIwIDE3LjEwNDUgMjAuODk1NCAxOCAyMiAxOCBDIDIzLjEwNDYgMTggMjQgMTcuMTA0NSAyNCAxNiBDIDI0IDE0Ljg5NTUgMjMuMTA0NiAxNCAyMiAxNCBDIDIwLjg5NTQgMTQgMjAgMTQuODk1NSAyMCAxNiBaTSAxNCAxNiBDIDE0IDE3LjEwNDUgMTQuODk1NCAxOCAxNiAxOCBDIDE3LjEwNDYgMTggMTggMTcuMTA0NSAxOCAxNiBDIDE4IDE0Ljg5NTUgMTcuMTA0NiAxNCAxNiAxNCBDIDE0Ljg5NTQgMTQgMTQgMTQuODk1NSAxNCAxNiBaIiBmaWxsPSIjOTVhNWE1IiBkYXRhLXYtMzE2ZWZjZTg9IiI+PC9wYXRoPjwvc3ZnPg==);
	background-position: center bottom 25px;
	background-repeat: no-repeat;
}

.seo-show-more:hover:after {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiICB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiBjbGFzcz0iaWNvbiIgZGF0YS12LTMxNmVmY2U4PSIiPjxwYXRoIGQ9Ik0gMiAxNiBDIDIgOC4yNjc2IDguMjY3OSAyIDE2IDIgQyAyMy43MzIxIDIgMzAgOC4yNjc2IDMwIDE2IEMgMzAgMjMuNzMyNCAyMy43MzIxIDMwIDE2IDMwIEMgOC4yNjc5IDMwIDIgMjMuNzMyNCAyIDE2IFpNIDAgMTYgQyAwIDI0LjgzNjkgNy4xNjMzIDMyIDE2IDMyIEMgMjQuODM2NyAzMiAzMiAyNC44MzY5IDMyIDE2IEMgMzIgNy4xNjMxIDI0LjgzNjcgMCAxNiAwIEMgNy4xNjMzIDAgMCA3LjE2MzEgMCAxNiBaTSA4IDE2IEMgOCAxNy4xMDQ1IDguODk1NCAxOCAxMCAxOCBDIDExLjEwNDYgMTggMTIgMTcuMTA0NSAxMiAxNiBDIDEyIDE0Ljg5NTUgMTEuMTA0NiAxNCAxMCAxNCBDIDguODk1NCAxNCA4IDE0Ljg5NTUgOCAxNiBaTSAyMCAxNiBDIDIwIDE3LjEwNDUgMjAuODk1NCAxOCAyMiAxOCBDIDIzLjEwNDYgMTggMjQgMTcuMTA0NSAyNCAxNiBDIDI0IDE0Ljg5NTUgMjMuMTA0NiAxNCAyMiAxNCBDIDIwLjg5NTQgMTQgMjAgMTQuODk1NSAyMCAxNiBaTSAxNCAxNiBDIDE0IDE3LjEwNDUgMTQuODk1NCAxOCAxNiAxOCBDIDE3LjEwNDYgMTggMTggMTcuMTA0NSAxOCAxNiBDIDE4IDE0Ljg5NTUgMTcuMTA0NiAxNCAxNiAxNCBDIDE0Ljg5NTQgMTQgMTQgMTQuODk1NSAxNCAxNiBaIiBmaWxsPSIjZmY1YjAwIiBkYXRhLXYtMzE2ZWZjZTg9IiI+PC9wYXRoPjwvc3ZnPg==);
}

.seo_text ul {
	list-style-type: inherit;
	padding-left: 15px;
	margin: 10px 0;
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/menu/main/style.min.css?16920013953715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/main_new/components/bitrix/menu/main/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/main_new/components/bitrix/menu/main/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/main_new/components/bitrix/menu/main/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#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 ul ul{margin:-27px 0 0 132px}#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}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/main_new/components/bitrix/search.suggest.input/main/style.css?1692001395501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/main_new/components/bitrix/menu/footer/style.min.css?1692001395490*/
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(/local/templates/main_new/components/bitrix/menu/footer/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:/local/templates/main_new/components/bitrix/menu/bottom1/style.min.css?1692001395490*/
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(/local/templates/main_new/components/bitrix/menu/bottom1/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:/local/templates/main_new/components/bitrix/menu/bottom2/style.min.css?1692001395490*/
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(/local/templates/main_new/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:/local/templates/main_new/components/bitrix/menu/footer_cont/style.min.css?1692001395490*/
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(/local/templates/main_new/components/bitrix/menu/footer_cont/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:/local/templates/main_new/components/bitrix/news.list/social/style.css?1692001395150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main_new/styles.min.css?16920013961097*/
.body-wrap_equipment .catalog-nav__title a{color:#d67e29}.body-wrap_sleeves .catalog-nav__title a{color:#4477b9}.body-wrap_mechanization .catalog-nav__title a{color:#cb5329}.body-wrap_hydraulic .catalog-nav__title a{color:#2d4691}.body-wrap_services .catalog-nav__title a{color:#717171}.developers-container{display:flex;margin:0 auto;width:96.5%}.developers-container .footer__copyrighted{width:50%}.developers-container .footer-development{font-size:9.5px;width:50%;text-align:right}.developers-container .footer-development .footer-development-text{display:inline-flex;color:gray}@media (max-width:1024px){.developers-container{flex-direction:column;width:100%}.developers-container .footer-development,.developers-container .footer__copyrighted{width:100%}.developers-container .footer__copyrighted{margin:0}.developers-container .footer-development{text-align:left;margin-top:10px}}@media (max-width:425px){.developers-container .footer-development{flex-direction:column;display:flex}}@media (max-width:375px){.developers-container .footer-development .footer-development-text{display:block}}
/* End */


/* Start:/local/templates/main_new/template_styles.css?16920013961494*/
.sliderA > input + label + div + label {
    display: none;
}

.sliderA > input:checked + label + div + label {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 50;
}
.sliderA > div {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}

.sliderA > input:checked + label + div {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
}
.sliderA > div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.sliderA > input + label {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-radius: 0px;
    /*background: rgba(90, 90, 90, 0.8);
    border: 2px solid rgba(190, 190, 190, 0.8);*/
    cursor: pointer;
    z-index: 100;
    position: relative;
    margin-right: 4px;
    top: 90%;
    transition: background 0.8s ease-out 0s;
}

.sliderA > input + label:empty {
    display: none;
}

.sliderA > input + label:hover {
    background: rgba(250, 250, 250, 0.8);
}

.sliderA > input:checked + label {
    background: rgba(220, 220, 220, 0.8);
}

.sliderA > input {
    display: none;
}
.sliderA {
    /*width: 370px;*/
    /*height: 52px;*/
    /*border: 1px solid #888;*/
    position: relative;
    text-align: left;
    font-size: 13px;
    font-family: MS500, sans-serif;
    margin-bottom: 6px;
}

/* End */
/* /local/templates/main_new/css/index.css?1752662058255637 */
/* /local/templates/main_new/plugins/slick/slick.css?16920013951895 */
/* /local/templates/main_new/plugins/slick/slick-theme.css?16920013953349 */
/* /local/templates/main_new/seo/style.css?16920013965621 */
/* /local/templates/main_new/components/bitrix/menu/main/style.min.css?16920013953715 */
/* /local/templates/main_new/components/bitrix/search.suggest.input/main/style.css?1692001395501 */
/* /local/templates/main_new/components/bitrix/menu/footer/style.min.css?1692001395490 */
/* /local/templates/main_new/components/bitrix/menu/bottom1/style.min.css?1692001395490 */
/* /local/templates/main_new/components/bitrix/menu/bottom2/style.min.css?1692001395490 */
/* /local/templates/main_new/components/bitrix/menu/footer_cont/style.min.css?1692001395490 */
/* /local/templates/main_new/components/bitrix/news.list/social/style.css?1692001395150 */
/* /local/templates/main_new/styles.min.css?16920013961097 */
/* /local/templates/main_new/template_styles.css?16920013961494 */
