@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

.imgfa img,
.managers__image {
    object-position: top;
    object-fit: cover
}

.media-slider__title span,
.media__title,
.vacancy-preview__description {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

progress,
sub,
sup {
    vertical-align: baseline
}

button,
hr,
input {
    overflow: visible
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.scroll-element,
hr {
    -webkit-box-sizing: content-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

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

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

.fancybox-enabled,
svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
    outline: 0
}

optgroup {
    font-weight: 700
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}


/*! end normalize.css*/

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-button--thumbs,
.fancybox-slide--image::before,
.fancybox-thumbs,
.remodal,
.remodal-wrapper,
[data-remodal-id] {
    display: none
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #E5E3DF
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>div {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-image,
.fancybox-slide .fancybox-image-wrap,
.fancybox-spaceball {
    margin: 0;
    -webkit-user-select: none;
    padding: 0;
    top: 0;
    border: 0;
    position: absolute;
    left: 0
}

.fancybox-slide .fancybox-image-wrap {
    z-index: 99995;
    background: no-repeat;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
    max-height: -webkit-calc(100% - 88px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-error,
.fancybox-iframe {
    width: 100%;
    background: #fff;
    margin: 0
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .25s;
    transition: background .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: #888 dotted 1px
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: 0 0;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, .1)), color-stop(40%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: 0
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.fancybox-button::after,
.fancybox-button::before {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]::after,
.fancybox-button[disabled]::before {
    opacity: .3
}

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor
}

.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.fancybox-button--close::after,
.fancybox-button--close::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: -webkit-calc(50% - 8px);
    left: calc(50% - 8px)
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, .8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--left::after,
.fancybox-arrow--right::after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: -webkit-calc(50% - 7px);
    left: calc(50% - 7px);
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: 0 0
}

.fancybox-button--pause::before,
.fancybox-button--play::before {
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    left: -webkit-calc(50% - 4px);
    left: calc(50% - 4px);
    background: 0 0
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px
}

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
    background-color: rgba(33, 35, 43, 0.8);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center
}

.remodal,
.remodal-wrapper:after {
    display: inline-block;
    vertical-align: middle
}

.remodal-wrapper:after {
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.contacts__item:before,
.factory-select__toggle:before,
.form__flag:before,
.swiper-lazy-preloader:after,
.typography li:before {
    content: ''
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    max-width: 360px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    text-align: left;
    background-color: #fff;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 0 #fff;
    box-shadow: 0 0 15px 0 #fff
}

.remodal__close {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.remodal__close img {
    width: 100%;
    height: 100%
}

.remodal__close:hover {
    opacity: .5
}

.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening,
.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.scroll-wrapper {
    overflow: hidden!important;
    padding: 0!important;
    position: relative
}

.scroll-wrapper>.scroll-content {
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none!important;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    position: relative!important;
    top: 0;
    width: auto
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-wrapper.scroll--rtl {
    direction: rtl
}

.scroll-element {
    box-sizing: content-box;
    display: none
}

.scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-textarea>.scroll-content {
    overflow: hidden!important
}

.scroll-textarea>.scroll-content>textarea {
    border: none!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%!important;
    margin: 0;
    max-height: none!important;
    max-width: none!important;
    overflow: scroll!important;
    outline: 0;
    padding: 2px;
    position: relative!important;
    top: 0;
    width: 100%!important
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_outer {
    overflow: hidden
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 2px;
    height: 4px;
    left: 0;
    width: 100%;
    display: none!important
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 5px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: transparent
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: rgba(44, 50, 56, .5)
}

.scrollbar-outer>.scroll-element,
.scrollbar-outer>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-outer>.scroll-element {
    background-color: #fff
}

.scrollbar-outer>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-outer>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%
}

.scrollbar-outer>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
    height: 4px;
    top: 2px
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 4px
}

.scrollbar-outer>.scroll-element .scroll-element_track {
    background-color: #eee
}

.scrollbar-outer>.scroll-element .scroll-bar,
.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.scrollbar-outer>.scroll-element .scroll-bar {
    background-color: #d9d9d9
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
    background-color: #9b9b9b
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}

.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}

.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-macosx>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
    display: none
}

.scrollbar-macosx>.scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.scrollbar-macosx>.scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-macosx>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-light>.scroll-element,
.scrollbar-light>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-light>.scroll-element {
    background-color: #fff
}

.scrollbar-light>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-light>.scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.scrollbar-light>.scroll-element .scroll-element_size {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #dbdbdb), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
    background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.scrollbar-light>.scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-light>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px
}

.scrollbar-light>.scroll-element .scroll-bar {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
    background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.scrollbar-light>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
    left: 0;
    min-height: 10px;
    width: 10px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.scrollbar-rail>.scroll-element,
.scrollbar-rail>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-rail>.scroll-element {
    background-color: #fff
}

.scrollbar-rail>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-rail>.scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(33, 35, 43, 0.8)
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, .5)
}

.scrollbar-rail>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%
}

.scrollbar-rail>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-rail>.scroll-element .scroll-bar {
    background-color: #d0b9a0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px
}

.scrollbar-dynamic>.scroll-element,
.scrollbar-dynamic>.scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-dynamic>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-dynamic>.scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-dynamic>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
    opacity: .3;
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
    background-color: #ccc;
    opacity: 0;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    -webkit-border-radius: 7px;
    border-radius: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height .2s;
    transition: height .2s
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width .2s;
    transition: width .2s
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size {
    opacity: 1
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer {
    height: 20px;
    min-height: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer {
    min-width: 7px;
    width: 20px
}

.scrollbar-chrome>.scroll-element,
.scrollbar-chrome>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-chrome>.scroll-element {
    background-color: #fff
}

.scrollbar-chrome>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-chrome>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px
}

.scrollbar-chrome>.scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e
}

.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
    height: 4px;
    min-width: 10px;
    top: 3px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 4px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px
}

.swiper-slide,
.swiper-wrapper {
    height: 100%;
    position: relative
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

*,
.chart td {
    -webkit-box-sizing: border-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    
    cursor: auto;
    pointer-events: none
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    z-index: 50;
    top: -40px;
    background-color: #63646a;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 18px;
    height: 22px;
    position: relative;
    top: 3px;
    fill: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.swiper-button-prev {
    right: 40px
}

.swiper-button-next {
    right: 0
}

.swiper-pagination {
    position: absolute;
    font-size: 0;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.inner {
    position: static
}

.swiper-pagination.inner._right {
    text-align: right
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff
}

.swiper-pagination._right .swiper-pagination-bullet {
    margin-left: 15px
}

.swiper-pagination._left .swiper-pagination-bullet {
    margin-right: 15px
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
    cursor: move
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff6700
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.button,
.filter__link,
.form__label,
.link-fill,
.media__share,
button {
    cursor: pointer
}

.media__image .media__share {
    display: none !important;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.b2b-center,
.enp-children {
    display: block;
    margin-top: 5px
}

.swiper-lazy-preloader:after {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.enp-children {
    width: 159px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #e4e4e4
}

.button {
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px
}

.button.nowrap {
    text-overflow: ellipsis;
    overflow: hidden
}

.button--fill {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.button--fill:hover {
    opacity: .7
}

.button--fill.button--sky {
    background-color: #aac2df
}
.button--fill.button--dark {
    background-color: #b1b1b1
}

.button--fill.button--yellow {
    background-color: #ff6700
}

button.button {
    line-height: 1
}

.form--search {
      display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form__search-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    fill: #fff;
    width: 23px;
    height: 23px;
}
.form--search .form__field {
    width: calc(100% - 86px);
}
.button {
    width: 86px;
    height: 50px;
}

.form--gray-bg {
    background-color: #e9e3e3;
    padding: 40px
}

.form__field {
    position: relative
}

.form__input,
.form__textarea {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: transparent;
    text-align: left;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.form__input--border,
.form__textarea--border {
    border: 1px solid rgba(0,0,0,0.1);
}

._error .form__input,
._error .form__textarea {
    color: red;
    border: 2px solid red
}

.form__input {
    height: 50px
}

.form__textarea {
    resize: none;
    height: 195px;
    padding-top: 10px;
    padding-bottom: 10px
}

.form__upload {
    position: absolute;
    left: -999999px
}

.form__label {
    margin-top: 20px;
    padding-bottom: 30px;
    display: block;
    padding-left: 40px;
    position: relative
}

.form__flag:before,
.link-fill {
    position: absolute;
    top: 0;
    left: 0
}

.form__label:active {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form__flag:before {
    width: 24px;
    height: 24px;
    background-color: #21232b;
    -webkit-box-shadow: inset 0 0 0 12px #fff;
    box-shadow: inset 0 0 0 12px #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.link,
.typography a {
    -webkit-transition: all .2s ease-in-out
}

._error .form__flag:before {
    border: 2px solid red
}

.form__input:checked~.form__flag:before {
    -webkit-box-shadow: inset 0 0 0 6px #fff;
    box-shadow: inset 0 0 0 6px #fff
}

.offset-m-top {
    margin-top: 15px
}

.offset-m-bottom {
    margin-bottom: 15px
}

.offset-p-top {
    padding-top: 15px
}

.offset-p-bottom {
    padding-bottom: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.cell-p {
    padding-left: 15px;
    padding-right: 15px
}

.cell-m {
    margin-left: 15px;
    margin-right: 15px
}

.link {
    border-width: 0;
    border-bottom: 1px solid;
    transition: all .2s ease-in-out
}

.link--no-border,
.link:hover {
    border-color: transparent
}

.link--dotted {
    border-style: dotted
}

.link--dashed {
    border-style: dashed
}

.link--no-border:hover {
    opacity: .5
}

.link-fill {
    bottom: 0;
    right: 0;
    z-index: 2
}

.logo {
    display: inline-block
}

.logo__img {
    display: block;
    width: 120px;
    height: 60px;
    fill: #21232b
}

.logo__img--white {
    fill: #fff
}

.v-factory {
    display: block;
    font-size: 12px
}

.text-c-black {
    color: #000
}

.text-c-white {
    color: #fff
}

.text-c-base {
    color: #1E1E1E
}

.text-c-acc {
    color: #21232b
}

.text-c-blue,
.title-base {
    color: #21232b
}

.text-c-dark {
    color: #595959
}

.text-c-gray {
    color: #888e94
}

.title-big,
.title-main {
    font-weight: 700;
    color: #353535;
    padding-top: 75px;
    text-transform: uppercase
}

.title-main {
    font-size: 68px
}

.title-big {
    font-size: 48px
}

.title-base {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500
}

.title-content,
.typography h2 {
    text-transform: uppercase;
    color: #21232b;
    font-weight: 700
}

.title-content {
    font-size: 30px
}

.typography h1,
.typography h2,
.typography h3,
.typography ol,
.typography p,
.typography ul {
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1.7
}
.typography th p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
}

.typography h1,
.typography h2,
.typography h3 {
    font-size: 20px
}

.typography h2 {
    font-size: 34px;
    padding-top: 40px
}

.about-nav__link,
.typography--nav a {
    font-weight: 500;
    text-transform: uppercase
}

.typography h4 {
    font-size: 16px
}

.typography ol,
.typography ul {
    padding-left: 0
}

.typography ul {
    list-style: none
}

.typography li {
    position: relative;
    padding-left: 30px;
    padding-top: 10px;
    color: #565656
}

.container-medium-content {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.typography ul ul,
.typography ul ol,
.typography ol ul,
.typography ol ol {
    margin-left: 15px;
}
.typography ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}
.typography ol > li {
    counter-increment: my-awesome-counter;
}
.typography ol > li:before {
    content: counter(my-awesome-counter) ".";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #ff6700;
}
.typography ul > li:before {
    position: absolute;
    top: 19px;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #ff6700
}

.typography li.li-marker {
    padding: 0;
    text-align: center
}

.typography li.li-marker:before {
    position: static;
    display: inline-block
}

.typography code {
    color: #21232b;
    font-family: monospace, monospace
}

.typography a {
    color: #1E1E1E;
    border-bottom: 1px solid;
    transition: all .2s ease-in-out
}

.typography a:hover {
    border-color: transparent
}

.typography pre {
    padding: 30px;
    background-color: #f8f8f8;
    display: inline-block
}

.typography img {

    /* width: auto !important; */
    height: auto !important;
    max-width: 100%;
    min-width: 250px;
    
    float: none!important;
    display: inline-block;
}

.typography .img-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
     display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.over-second figure {
    width: calc(33.3333% - 20px)
} 
.typography figure,
.typography img {
    display: inline-block;
}

.typography figure:not(:last-child),
.typography img:not(:last-child) {
    margin-right: 20px;
}
.typography figure:not(:last-child) img {
    margin-right: 0;
    
}
.typography figcaption {
    font-style: italic;
}
/* .typography figure {
    margin-top: 20px;
    margin-bottom: 20px;
} */
.typography figure img {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}
.typography table {
    width: 100%;
    border-collapse: collapse
}

.typography table:not(.width-img-auto) img:not(.width-auto) {
    width: -webkit-calc(100% + 40px)!important;
    width: calc(100% + 40px)!important;
    margin-left: -20px;
    margin-top: -10px!important;
    margin-bottom: -10px!important;
    max-width: none;
    max-height: none;
    height: auto
}

.typography .width-img-auto img,
.width-img-auto img {
    min-width: 0;
}

.typography table td,
.typography table th {
    padding: 10px 20px;
    /* height: 0px */
}

.typography table th {
    background-color: #ff6700;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    border-top: 1px solid #fff
}

.typography table th.center {
    text-align: center
}

.typography table th:not(:last-child) {
    border-right: 3px solid #fff
}

.typography table td {
    background-color: #fff;
    font-size: 13px
}

.typography table td:first-child {
    border-left: 1px solid #e9ecf1
}

.typography table td:last-child {
    border-right: 1px solid #e9ecf1
}

.typography table tr:nth-child(2n) td {
    background-color: #e9ecf1
}

.typography table tr:first-child td {
    border-top: 1px solid #e9ecf1
}

.typography table tr:last-child td {
    border-bottom: 1px solid #e9ecf1
}

.typography--nav li {
    padding-bottom: 20px
}

.typography--nav a {
    border-bottom: 1px solid;
    color: #4a545e;
    font-size: 16px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.typography--nav a:hover {
    border-color: transparent
}

.about-nav,
.border-bottom {
    border-bottom: 1px solid #d0d0d0
}

.about p,
.border-top,
.bottom-link {
    border-top: 1px solid #d0d0d0
}

.typography li.li-icon {
    position: relative
}

.typography li.li-icon:before {
    display: none
}

.typography li.li-icon img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-40%, -55%);
    -ms-transform: translate(-40%, -55%);
    transform: translate(-40%, -55%);
    left: 0;
    margin-top: 0!important;
    margin-bottom: 0!important
}


.table-container {
    overflow: auto;
    width: 100%
}

.table-container table {
    width: -webkit-calc(100% - 1px);
    width: calc(100% - 1px);
    min-width: 700px;
    
}
@media all and (-ms-high-contrast:none)
     {
     .table-container table { 
         table-layout: fixed;
         
     } /* IE10 */
     *::-ms-backdrop, .table-container table { 
         table-layout: fixed;
         
     } /* IE11 */
 }

.table-container table.adaptive {
    min-width: 0;
}

table p {
    margin: 0
}

.about-nav {
    margin-bottom: 15px
}

.about-nav__link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    color: #21232b
}

.about-nav__link:not(:first-child) {
    padding-left: 50px
}

.about {
    margin-top: 15px;
    border: 1px solid #d0d0d0;
    color: #595959;
    padding: 30px 40px
}

.about h2,
.about p {
    padding-bottom: 15px
}

.about h2 {
    font-size: 20px
}

.about p {
    padding-top: 15px
}

.bg-title {
    min-height: 357px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center;
    background-size: cover
}

.bg-title__text {
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    display: inline-block;
    line-height: 1
}

.bg-title__text span {
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(0, 0, 0, .25);
    line-height: 1.4;
    padding-bottom: 7px;
    display: inline-block
}

.bg-title__text span .v-factory {
    display: block;
    font-size: 26px;
    background: 0 0;
    padding-left: 0
}

.bg-title__sub {
    font-size: 24px;
    display: block;
    padding-top: 5px
}

.border-top {
    padding-top: 20px
}

.border-bottom {
    padding-bottom: 20px
}

.bottom-link {
    margin-top: 30px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px
}

.bottom-link__item {
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    display: inline;
    font-weight: 500
}

.chart td,
.chart__title {
    font-weight: 700;
    color: #595959
}

.bottom-link__item:hover span {
    border-color: transparent
}

.bottom-link__item span {
    border-width: 0;
    border-bottom: 1px solid;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.chart {
    padding-top: 20px
}

.chart .table-container {
    width: auto!important
}

.chart .table-container table {
    width: 230px;
    min-width: 0;
    margin-top: 22px;
    border-collapse: collapse
}

.chart td {
    text-transform: uppercase;
    font-size: 12px;
    padding: 19px 0;
    box-sizing: border-box
}

.chart .bt td {
    border-top: 1px solid #595959
}

.chart .bb td {
    border-bottom: 1px solid #595959
}

.chart__title {
    font-size: 18px;
    padding-bottom: 25px
}

.contacts__box .title-base,
.contacts__item {
    padding-bottom: 10px
}

.contacts__data,
.contacts__link,
.docs__title {
    color: #21232b
}

.contacts__item {
    padding-top: 10px;
    padding-left: 30px;
    position: relative
}

.contacts__item:before {
    position: absolute;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    left: 0;
    top: 12px;
    background-color: #ff6700
}

.inner {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

.wrapper {
    /*min-height: 100vh*/
}

.content-box {
    margin-top: 40px;
    margin-bottom: 40px
}

.footer__contact,
.footer__copyright,
.footer__treeweb {
    margin-bottom: 25px;
    margin-top: 25px
}

.content-box--border-top {
    border-top: 1px solid #d0d0d0;
    padding-top: 40px
}

.content-box__central {
    padding-left: 250px;
    padding-right: 250px
}

.content-box__left-offset,
.content-box__right-offset,
.content-box__small {
    padding-right: 380px
}
.content-box__normal {
    padding-right: 300px;
}

.content-slider {
    padding-top: 15px;
    position: relative
}

.docs--offset-bottom {
    padding-bottom: 70px
}

.docs__tile {
    padding-top: 10px;
    padding-bottom: 20px
}

.docs__link {
    display: block;
    height: 180px;
    border: 1px solid #d0d0d0
}

.docs__link:hover span {
    border-color: transparent
}

.docs__title {
    font-size: 14px;
    font-weight: 500;
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase
}

.docs__title span {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 1px solid
}

.docs__icon {
    height: 100%;
    width: 130px;
    position: relative;
    border-left: 1px solid #d0d0d0
}

.docs__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.factory-select {
    position: relative;
    top: -2px
}

.factory-select__toggle {
    color: #21232b;
    font-size: 16px;
    height: 36px;
    text-align: right;
    padding-right: 15px;
    font-weight: 600;
    white-space: nowrap
}

.factory-select__toggle:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #ff6700 transparent transparent
}

.factory-select__toggle._open:before {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.factory-select__toggle._open~.factory-select__drop {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.factory-select__drop {
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    background-color: #fff
}

.filter__icon,
.geography {
    position: relative
}

.factory-select__item {
    font-size: 14px;
    padding: 7px 15px
}

.factory-select__item._current {
    background-color: #ddd
}

.factory-select__link {
    white-space: nowrap
}

.filter {
    margin-top: 22px
}

.filter__row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0
}

.filter__row:not(:first-child),
.footer__nav {
    border-top: 1px solid #d0d0d0
}

.filter__link {
    color: #a9a9a9;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 500;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px
}

.filter__flag:checked~.filter__check,
.filter__link._current,
.filter__link:hover {
    color: #21232b
}

.geography-info,
.production__info {
    -webkit-transition: all .4s ease-in-out
}

.filter__link.disabled {
    display: none
}

.filter__link:not(:last-child) {
    margin-right: 35px
}

.filter__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    top: -3px
}

.filter__flag {
    display: none
}

.footer__nav {
    padding-bottom: 25px;
    background-color: #f5f7f9
}

.footer__box {
    max-width: 160px;
    padding-top: 25px
}

.footer__link {
    color: #595959;
    font-size: 14px;
    font-weight: 500
}

.footer__item:first-child .footer__link,
.footer__title-col {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: inline-block
}

.footer__bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #21232b
}

.footer__bottom .inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__info {
    color: #fff;
    font-size: 14px
}

.footer__copyright {
    padding-left: 47px
}

.footer__treeweb {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.footer__treeweb svg {
    fill: #fff;
    width: 75px;
    height: 25px
}

.geography-link .link {
    margin-left: 40px
}

.geography-info {
    padding: 25px 0 150px 25px;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    width: 360px;
    opacity: 1!important;
    transition: all .4s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.geography-info.hide {
    display: block!important;
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0)
}

.geography-info__close {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #d8d8d8;
    border-top: 0;
    border-right: 0
}

.largest-projects__image,
.main-slider__slide,
.media-slider__slide,
.media__image,
.news-home-slider__info,
.production__box,
.project-home-slider__info,
.share__icon-box {
    background-position: center
}

.geography-info__map {
    z-index: 1;
    padding: 0;
    overflow: hidden;
    height: 620px;
    max-height: 70vh
}

.geography-info__name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 64px
}

.geography-info__type {
    display: block
}

.geography-info__text {
    margin-bottom: 21px
}

.geography-info__th {
    margin: 0;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase
}

.geography-info__tl {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    white-space: pre-line
}

.geography-info__time-info {
    border-top: 1px solid #e2e2e2;
    padding: 25px 0 0 25px;
    width: 100%;
    position: absolute;
    height: 130px;
    bottom: 0;
    left: 0
}

.geography-info__timeindic {
    position: absolute;
    right: 0;
    top: 0;
    width: 129px;
    height: 129px;
    background-color: #00bd00;
    text-align: center
}

.geography-info__timeindic-text {
    margin: 0;
    height: 130px;
    line-height: 130px;
    color: #fff
}

.geography-info__timeindic--closed {
    background-color: #414141
}

.graphite {
    max-width: 1100px
}

.graphite__main-img {
    margin-bottom: 30px
}

.graphite__title,
.graphite__title-main {
    color: #21232b;
    text-transform: uppercase;
    border-bottom: 1px solid #ff6700
}

.graphite__title-main {
    font-size: 48px;
    margin-bottom: 50px
}

.graphite__title {
    padding-top: 100px;
    font-size: 28px
}

.graphite__title--offset {
    margin-bottom: 40px
}

.graphite__small-title {
    color: #21232b;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 25px
}

.graphite__adv p {
    position: relative;
    font-size: 18px;
    padding-left: 50px;
    padding-top: 10px;
    color: #565656
}

.graphite__adv span {
    position: absolute;
    color: #fff;
    font-size: 28px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #ff6700;
    text-align: center;
    top: 0;
    left: 0
}

.graphite__adv .typography {
    padding-left: 30px
}

.graphite__adv--limit {
    max-width: 900px
}

.graphite__adv--small p {
    padding-left: 30px;
    padding-top: 0;
    margin-top: 10px
}

.graphite__adv--small span {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 700
}

.graphite__scheme {
    padding-top: 40px
}

.graphite__scheme ul {
    padding-top: 30px
}

.graphite__scheme li {
    list-style: none;
    padding-left: 20px;
    position: relative
}

.graphite__scheme li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

.graphite__scheme li.plus:before {
    content: '+';
    color: #14ca3a
}

.graphite__scheme li.minus:before {
    content: '-';
    color: #fe180e
}

.col-after-middle:after,
.managers__more:after,
.product-menu__link:before,
.share__count-box:before,
.vacancy-preview__city:before {
    content: ''
}

.graphite__scheme:nth-child(1) span:nth-child(1),
.graphite__scheme:nth-child(1) span:nth-child(2),
.graphite__scheme:nth-child(1) span:nth-child(3),
.graphite__scheme:nth-child(1) span:nth-child(4),
.graphite__scheme:nth-child(1) span:nth-child(5) {
    top: 0;
    left: 0
}

.graphite__scheme-img {
    position: relative
}

.graphite__scheme-img img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.graphite__info-img~.graphite__info-text,
.graphite__info-text~.graphite__info-img {
    margin-left: 20px
}

.graphite__scheme-img span {
    position: absolute;
    font-size: 12px
}

.graphite__methods,
.hibrids__box {
    position: relative
}

.graphite__production {
    padding-top: 50px;
    padding-bottom: 50px
}

.graphite__production-img {
    width: 240px;
    height: 240px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    background-color: #f7f8f9;
    border: 1px solid #dbdbdb;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 15px
}

.graphite__table-1 td {
    background-color: transparent!important;
    border-top: 1px solid #e9ecf1;
    border-left: 1px solid #e9ecf1;
    vertical-align: top;
    color: #565656
}

.graphite__info-box {
    width: 378px;
    padding-top: 30px
}

.graphite__info-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.history-slider,
.history-slider-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.graphite__methods div {
    max-width: 554px
}

.graphite__methods ul {
    margin-top: 5px
}

.graphite__return {
    color: #565656;
    max-width: 700px
}

.graphite__return span {
    font-size: 20px
}

.graphite .col {
    font-size: 1rem
}

.header {
    height: 80px;
    border-bottom: 1px solid #cecece;
    width: 100%
}

.header__inner {
    height: 100%
}

.header__language,
.header__phone {
    font-weight: 600;
    text-transform: uppercase
}

.header__phone {
    margin-right: 15px;
}
.header__search-link {
    display: none;
}

.header__language{
    margin-right: 8px;
}
.header__language:last-child{
    margin-right: 0;
}
.header__language.active {
   opacity: .5;
}

.hibrids__box {
    overflow: hidden;
    background-color: #f5f7f9;
    padding-bottom: 15px
}

.hibrids__box:first-child .hibrids__description {
    height: 100px
}

.hibrids__box:last-child .hibrids__description {
    height: 141px
}

.hibrids__title-main {
    font-weight: 500;
    font-size: 24px;
    border-bottom: 1px solid #d0d0d0;
    color: #ff6700;
    text-transform: uppercase;
    letter-spacing: .01em;
    line-height: 1;
    padding: 15px
}

.hibrids__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px
}

.hibrids__description {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    color: #21232b;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.hibrids__img {
    border: 1px solid #f5f7f9;
    padding: 5px
}

.hibrids__attention {
    position: absolute;
    bottom: 10px;
    right: -50px
}

.history-slider-wrap {
    max-width: 1170px
}

.history-slider {
    max-width: 920px
}

.history-slider li {
    font-size: 22px;
    color: #21232b;
    font-weight: 500
}

.history-slider__icon {
    width: 14px;
    height: 30px;
    fill: #dadada
}

.history-slider__prev {
    left: 1px
}

.history-slider__next {
    right: 1px
}

.history-slider__next,
.history-slider__prev {
    top: 1px!important;
    position: absolute;
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    width: 40px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 0;
    background-color: transparent!important
}

.history-slider__slide {
    border: 1px solid #dadada;
    padding: 30px 40px 80px
}

.history-slider__title {
    font-size: 30px;
    font-weight: 700;
    color: #ff6700
}

.history-slider__pagination {
    opacity: 0
}

.largest-projects__control:hover,
.media-slider__open:hover,
.media__open:hover,
.media__share:hover {
    opacity: .7
}

.history-slider-pagination {
    display: block!important;
    height: 84px;
    position: relative
}

.history-slider-pagination__item {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #dadada;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.history-slider-pagination__item:hover,
.marker {
    background-color: #ff6700
}

.history-slider-pagination__item._active {
    background-color: #ff6700;
    width: 84px;
    height: 84px;
    font-size: 26px
}

.home-dynamic-content .title-base {
    padding-right: 80px
}

.imgfa {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

.imgfa img {
    width: 100%;
    
}

.largest-projects {
    font-size: 0
}

.largest-projects__wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.largest-projects__item {
    margin-top: 30px
}

.largest-projects__box {
    height: 100%;
    border: 1px solid #d0d0d0;
    padding: 10px
}

.largest-projects__description,
.largest-projects__image {
    display: block
}

.largest-projects__image {
    height: 270px;
    background-size: cover
}

.largest-projects__description {
    padding-top: 20px;
    padding-bottom: 10px
}

.largest-projects__title {
    font-weight: 500;
    font-size: 24px;
    color: #2f3842;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.managers__tile,
.media__tile {
    margin-bottom: 30px
}

.main-slider__slide,
.media-slider__open {
    display: -webkit-flex;
    display: -ms-flexbox
}

.largest-projects__title:hover {
    color: #21232b
}

.largest-projects__text {
    font-size: 16px;
    color: #2f3842
}

.largest-projects__more {
    font-size: 14px
}

.largest-projects__controls {
    font-size: 0
}

.largest-projects__control {
    margin-left: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.media-slider__open,
.media__share {
    -webkit-transition: all .2s ease-in-out
}

.largest-projects__control img {
    width: 19px;
    height: 19px
}

.main-slider__slide {
    height: 390px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: cover
}

.main-slider__video {
    height: auto;
    width: 100%
}

.main-slider__title {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11111;
    letter-spacing: .02em;
    padding-bottom: 42px;
    padding-left: 25px;
    padding-right: 25px
}

.main-slider__pagination {
    position: absolute;
    width: 100%;
    bottom: 50px;
    z-index: 10
}

.manager__photo {
    width: 250px;
    margin-right: 50px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.manager__info {
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px)
}

.manager__name {
    font-size: 50px;
    font-weight: 500;
    color: #21232b
}

.manager__name span {
    border-bottom: 3px solid #ff6700
}

.manager__position {
    font-size: 24px;
    font-weight: 500;
    color: #21232b
}

.manager__biography {
    font-size: 20px;
    letter-spacing: .025em
}

.manager__biography p {
    padding-top: 25px
}

.managers__box {
    padding: 15px;
    border: 1px solid #d0d0d0
}

.marker,
.media-slider__open {
    -webkit-border-radius: 100px
}

.managers__photo {
    width: 120px;
    height: 180px
}

.managers__image {
    width: 100%;
    height: 100%
}

.managers__info {
    padding-left: 30px;
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
    padding-top: 7px
}

.managers__name {
    color: #21232b;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #ff6700
}

.managers__position {
    color: #282828;
    font-size: 20px;
    padding-top: 5px
}

.managers__more {
    font-size: 16px;
    position: relative
}

.managers__more:after {
    position: absolute;
    right: -14px;
    top: 6px;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #4f5c69
}

.map {
    height: 620px;
    max-height: 70vh
}

.map--contact {
    height: 400px;
    max-height: 70vh;
    margin-top: 15px
}

.marker {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle
}

.media-slider-wrap {
    overflow: hidden;
    background-color: #f5f7f9;
    padding-top: 29px;
    padding-bottom: 40px
}

.media-slider__date,
.media-slider__title {
    position: absolute;
    left: 0;
    background-color: rgba(33, 35, 43, 0.8)
}

.media-slider__slide {
    height: 230px;
    background-size: cover
}

.media-slider__title {
    bottom: 0;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    max-width: 470px;
    font-size: 16px
}

.media-slider__title span {
    max-height: 44.8px;
    display: block;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.media-slider__date,
.media__date {
    padding: 13px 13px 11px;
    font-size: 14px;
    color: #fff
}

.media-slider__date {
    top: 0
}

.media-slider__clock {
    fill: #ff6700;
    position: relative;
    top: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px
}

.media-slider__open {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 100px;
    background-color: #ff6700;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease-in-out
}

.media-slider__icon {
    fill: #fff;
    height: 32px;
    width: 32px
}

.media__box {
    position: relative
}

.media__image {
    height: 230px;
    background-size: cover
}

.media__share {
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all .2s ease-in-out
}

.media__date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(33, 35, 43, 0.8)
}

.media__clock {
    fill: #ff6700;
    position: relative;
    top: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px
}

.media__open {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #ff6700;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.media__title,
.news-home-slider__title {
    background-color: rgba(33, 35, 43, 0.8);
    bottom: 0;
    left: 0
}

.media__icon {
    fill: #fff;
    height: 32px;
    width: 32px
}

.media__title {
    position: absolute;
    padding: 4px 15px;
    color: #fff;
    font-weight: 500;
    max-width: 470px;
    font-size: 16px;
    max-height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.media__slide-open {
    width: 100%;
    height: 100%
}

.nav {
    width: 100%
}

.nav__link {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px
}

.nav__link._current {
    opacity: .5
}
/* 
[lang="es"] .nav__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 20px;
    
}
[lang="es"] .nav__link {
    font-size: 14.5px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
} */

.news-home-slider__slide {
    display: block
}

.news-home-slider__info {
    height: 220px;
    background-size: cover;
    color: #fff;
    padding: 20px 25px;
    position: relative
}

.news-home-slider__date {
    font-size: 32px;
    font-weight: 700
}

.news-home-slider__month {
    font-size: 20px;
    font-weight: 500;
    display: block
}

.news-home-slider__title {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    padding: 15px 25px;
    display: inline-block
}

.news-home-slider__description {
    font-size: 16px;
    color: #21232b;
    background-color: #f5f7f9;
    padding: 9px 25px;
    min-height: 85px;
    overflow: hidden;
}

.news-home-slider__description span {
    display: block;
    height: 100%;
    overflow: hidden
}

.news-home-slider__status {
    background-color: #ff6700;
    color: #fff;
    font-size: 24px;
    padding: 5px 25px;
    position: absolute;
    top: 0;
    left: 0
}

.pagination__next,
.product-menu,
.product-menu .inner {
    position: relative
}

.news-one-string--slider {
    padding-top: 50px
}

.news-one-string__box {
    background-color: #f5f7f9;
    height: 175px;
    padding-bottom: 16px
}

.news-one-string__box._current {
    background-color: #fff7d6
}

.news-one-string__date {
    font-size: 32px;
    padding: 5px 20px;
    display: block;
    font-weight: 700;
    color: #ff6700
}

.news-one-string__month {
    font-size: 20px;
    font-weight: 500;
    color: #21232b
}

.news-one-string__description {
    color: #21232b;
    padding: 16px 16px 0;
    font-weight: 700;
    height: 104px;
    overflow: hidden;
    border-top: 1px solid #d0d0d0
}

.news-one-string__next,
.news-one-string__prev {
    top: 0
}

.news-preview__tile {
    vertical-align: top;
    margin-bottom: 30px
}

.news-preview__box {
    border: 1px solid #d0d0d0;
    padding: 10px
}

.news-preview__photo {
    /* height: 195px */
}

.news-preview__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-preview__icon,
.news-preview__share {
    width: 18px;
    height: 18px
}

.news-preview__data {
    padding-bottom: 20px
}

.news-preview__date {
    font-size: 14px;
    font-weight: 700;
    color: #21232b
}

.news-preview__icon {
    fill: #ff6700;
    margin-right: 10px
}

.news-preview__title {
    font-size: 18px;
    color: #21232b;
    font-weight: 700
}

.news-preview__description {
    font-size: 15px;
    color: #21232b
}

.pagination__link,
.product-menu__link {
    display: inline-block;
    color: #fff;
    font-weight: 700
}

.pagination {
    padding-top: 60px;
    font-size: 0
}

.pagination__link {
    width: 24px;
    height: 24px;
    font-size: 15px;
    background-color: #d8d8d8;
    text-align: center;
    padding-top: 3px;
    margin-right: 10px
}

.pagination__link._current,
.pagination__link:hover {
    background-color: #21232b
}

.pagination__next {
    border-style: solid;
    border-width: 9px 0 9px 17px;
    border-color: transparent transparent transparent #d8d8d8;
    display: inline-block;
    vertical-align: top;
    top: 3px
}

.product-menu {
    padding-top: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d0d0d0;
    z-index: 100;
    background-color: #b1b1b1
}

.product-menu__link {
    position: relative;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase
}

.product-menu__link:not(:last-child) {
    margin-right: 30px
}

.product-menu__link._current {
    font-size: 20px
}

.product-menu__link._current:before {
    top: 13px
}

.product-menu__link:before {
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #ff6700;
    left: 0;
    top: 11px
}

.product-menu br {
    display: none
}

.product-slider__slide:hover .product-slider__image {
    background-color: #ebeff3
}

.product-slider__image {
    height: 260px;
    background-color: #f5f7f9;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.product-slider__image img {
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    object-fit: contain
}

.product-slider__title {
    text-align: center;
    text-transform: uppercase;
    color: #21232b;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    display: block
}

.production-assets__tile {
    padding-bottom: 30px
}

.production-assets__box {
    display: block;
    position: relative;
    padding-bottom: 76px
}

.production-assets__name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 1px solid #d0d0d0;
    color: #21232b;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 20px 30px;
    background-color: #fff
}

.production-assets__name br {
    display: none
}

.production__box {
    overflow: hidden;
    height: 525px;
    background-size: cover;
    position: relative;
    color: #fff
}

.production__info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(33, 35, 43, 0.8);
    padding: 15px 20px;
    transition: all .4s ease-in-out
}

.production__title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase
}

.production__title span {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.search-toggle,
.search-toggle__input {
    -webkit-transition: all .2s ease-in-out
}

.project-home-slider__slide {
    position: relative
}

.project-home-slider__info {
    height: 305px;
    background-size: cover
}

.project-home-slider__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(33, 35, 43, 0.8);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px
}

.project-home-slider__title span {
    display: inline-block;
    height: 100%;
    overflow: hidden
}

.search-toggle {
    margin-left: 75px;
    fill: #929292;
    transition: all .2s ease-in-out
}

.search-toggle:hover {
    fill: #21232b
}

.search-toggle:hover .search-toggle__input {
    width: 180px;
    margin-left: 10px
}

.search-toggle__img {
    width: 23px;
    height: 23px;
    display: block
}

.search-toggle__input {
    transition: all .2s ease-in-out;
    border-width: 0;
    border-bottom: 1px solid #d0d0d0;
    display: inline-block;
    width: 0
}

.share__box,
.share__link {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-transition: all .2s ease-in-out
}

.search-toggle__input:focus {
    width: 180px;
    margin-left: 10px
}

.share {
    position: relative;
    z-index: 10
}

.share:hover .share__box {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.share__box {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    display: flex;
    transition: all .2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.share__link:hover,
.socials-share__button:hover,
.socials__link:hover {
    opacity: .7
}

.share__link {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    transition: all .2s ease-in-out
}

.socials-share__button,
.socials__link {
    -webkit-transition: all .2s ease-in-out
}

.share__link:not(:last-child) {
    margin-right: 5px
}

.share__link--vk {
    background-color: #45668e
}

.share__link--vk .share__icon-box {
    background-image: url(../img/vk.svg)
}

.share__link--fb {
    background-color: #3b5998
}

.share__link--fb .share__icon-box {
    background-image: url(../img/fb.svg)
}

.share__link--in {
    background-color: #bc2a8d
}

.share__link--in .share__icon-box {
    background-image: url(../img/in.svg)
}

.share__link--ok {
    background-color: #ed812b
}

.share__link--ok .share__icon-box {
    background-image: url(../img/ok.svg)
}

.share__link--tw {
    background-color: #00aced
}

.share__link--tw .share__icon-box {
    background-image: url(../img/tw.svg)
}

.share__icon-box {
    background-repeat: no-repeat;
    background-size: 65% 65%;
    width: 24px;
    height: 24px
}

.share__count-box {
    width: 24px;
    height: 24px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
    position: relative
}

.share__count-box:before {
    position: absolute;
    width: 1px;
    height: 22px;
    left: 0;
    top: 1px;
    background-color: rgba(255, 255, 255, .5)
}

.relative,
.vacancy__body {
    position: relative
}

.socials-share {
    padding-top: 80px;
    padding-bottom: 60px
}

.socials-share__button {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 31px;
    height: 33px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 4px;
    transition: all .2s ease-in-out
}

.socials-share__button--facebook {
    background-color: #4c68b3
}

.socials-share__button--vk {
    background-color: #426b9a
}

.socials-share__button--twitter {
    background-color: #00abed
}

.socials-share__icon {
    height: 19px;
    display: inline-block;
    vertical-align: middle
}

.socials-share__title {
    color: #fff;
    vertical-align: middle
}

.socials--offset-top {
    padding-top: 40px
}

.socials__link {
    width: 44px;
    height: 44px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    transition: all .2s ease-in-out
}

.sub-box--contact a,
.sub-menu__link {
    -webkit-transition: all .2s ease-in-out
}

.socials--right .socials__link {
    margin-left: 20px
}

.socials__link--fb {
    background-color: #3a5799
}

.socials__link--tw {
    background-color: #00abef
}

.socials__link--in {
    background-color: #4f7fa5
}

.socials__link--yt {
    background-color: #bc0000
}

.socials__icon {
    fill: #fff;
    width: 22px;
    height: 22px
}

.sub-box--contact {
    right: 0;
    line-height: 1
}

.sub-box--contact p {
    padding-bottom: 15px
}

.sub-box--contact a {
    border-width: 0;
    color: #595959;
    border-bottom: 1px solid transparent;
    transition: all .2s ease-in-out
}

.sub-box--contact a:hover {
    opacity: .5
}

.sub-box--in-image {
    top: 28px!important;
    left: 0
}

.sub-box__image {
    height: 215px
}

.sub-box__image img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover
}

.sub-menu {
    background-color: #21232b
}

.sub-menu__link {
    color: #d8e1eb;
    transition: all .2s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 20px;
    text-transform: uppercase
}

.sub-menu__link:not(:last-child) {
    margin-right: 20px
}

.sub-menu__link._current,
.sub-menu__link:hover {
    color: #fff
}

.type-product {
    padding-top: 30px
}

.type-product__tile {
    margin-top: 10px;
    margin-bottom: 10px
}

.type-product__box {
    border: 1px solid #d0d0d0;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.type-product__box._current,
.type-product__box:hover {
    background-color: #fef4ce
}

.type-product__image {
    height: 260px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px
}

.type-product__title {
    font-size: 16px;
    color: #21232b;
    text-align: center;
    padding: 15px;
    min-height: 80.4px;
    border-top: 1px solid #d0d0d0;
    text-transform: uppercase;
    font-weight: 500
}

.vacancy-preview__tile {
    padding-top: 15px;
    padding-bottom: 15px
}

.vacancy-preview__box {
    padding: 10px 30px;
    border: 1px solid #dadada;
    height: 220px;
    width: 100%
}

.vacancy-preview__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 25px;
    padding-top: 5px
}

.vacancy-preview__description {
    line-height: 1.25;
    font-size: 16px;
    letter-spacing: .025em;
    height: 40px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.flex--row,
.flex--row-reverse {
    -webkit-box-orient: horizontal
}

.vacancy-preview__body {
    display: block;
    width: 100%
}

.vacancy-preview__footer {
    padding-top: 10px;
    border-top: 1px solid #dadada
}

.vacancy-preview__city:before {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: #ff6700;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    top: -1px;
    margin-right: 10px
}

.vacancy-preview__date {
    margin-left: 30px
}

.vacancy-preview__city,
.vacancy-preview__date,
.vacancy-preview__send {
    font-size: 14px;
    font-weight: 500
}

.vacancy-preview__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    fill: #ff6700
}

.vacancy__city {
    font-size: 18px;
    padding-top: 10px
}

.vacancy__body {
    padding-top: 20px
}

*,
button {
    padding: 0;
    margin: 0
}

.vacancy__contact {
    top: 158px
}

.vacancy__nav {
    top: 130px
}

* {
    outline: 0;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    min-height: 100%;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: Roboto, Arial, sans-serif;
    color: #1E1E1E;
    line-height: 1.4
}

body.no-scroll {
    height: 100vh;
    overflow: hidden
}

.col {
    display: inline-block
}

.col--top {
    vertical-align: top
}

.col--middle {
    vertical-align: middle
}

.col--bottom {
    vertical-align: bottom
}

.col-after-middle:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.cols {
    font-size: 0
}

.w-20 {
    width: 20%
}

.w-25 {
    width: 25%
}

.w-30 {
    width: 30%
}

.w-33 {
    width: 33.3333%
}

.w-50 {
    width: 50%
}

.w-66 {
    width: 66.6666%
}

.w-70 {
    width: 70%
}

.w-75 {
    width: 75%
}

.w-80 {
    width: 80%
}

.w-100 {
    width: 100%
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex--row {
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex--row-reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex--j-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex--j-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex--j-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex--j-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex--j-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex--a-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex--a-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex--a-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex--a-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex--shrink-0 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

a {
    text-decoration: none
}

button {
    border-width: 0;
    background-color: transparent
}

button,
input,
select,
textarea {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: #2C3039;
    opacity: .5
}

input::-ms-clear {
    display: none
}

h1,
h2,
h3,
h4,
p,
ul {
    margin: 0
}

img {
    display: block
}

.box-none,
.hide {
    display: none
}

.light {
    font-weight: 300
}

.semibold {
    font-weight: 500
}

.bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.img-r {
    max-width: 100%;
    width: 100%;
}


.height-screen {
    height: 100vh
}

.full-height {
    height: 100%
}

.absolute {
    position: absolute
}

.nowrap {
    white-space: nowrap
}

.underline {
    text-decoration: underline
}

.word-break-all {
    word-break: break-all
}

@media (min-width:320px) {
    .factory-select {
        width: 130px;
        vertical-align: middle;
        position: relative;
        margin-left: auto
    }
}

@media (min-width:470px) {
    .about-nav__link:not(: first-child) {
        border-left: 1px solid #d0d0d0
    }
    .about-nav__link {
        width: 33%
    }
}

@media (min-width:541px) {
    .header__phone {
        margin-right: 30px;
    }
    .news-preview__photo {
        width: 195px
    }
    .news-preview__info {
        padding: 0 10px;
        width: -webkit-calc(100% - 195px);
        width: calc(100% - 195px)
    }
}

@media (min-width:600px) {
    .contacts__data,
    .manager {
        border: 1px solid #d0d0d0
    }
    .contacts__data {
        padding: 40px 30px 60px
    }
    .contacts__item {
        font-size: 20px
    }
    .manager {
        padding: 40px
    }
}

@media (min-width:767px) {
    .largest-projects__item {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
        vertical-align: top
    }
    
    .news-home-slider__description {
        height: 85px;
    }
}

@media (min-width:768px) {
    .mobile-vis {
        display: none!important
    }
    .graphite__methods img {
        position: absolute;
        top: 0;
        max-width: 100%;
        z-index: -1;
        right: 0
    }
    .history-slider-wrap {
        margin-top: 110px
    }
}

@media all and (min-width:800px) {
    .fancybox-thumbs,
    .fancybox-thumbs>ul>li {
        margin: 0;
        -webkit-tap-highlight-color: transparent
    }
    .fancybox-button--thumbs {
        display: inline-block
    }
    .fancybox-button--thumbs span {
        font-size: 23px
    }
    .fancybox-button--thumbs::before {
        width: 3px;
        height: 3px;
        top: -webkit-calc(50% - 2px);
        top: calc(50% - 2px);
        left: -webkit-calc(50% - 2px);
        left: calc(50% - 2px);
        -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
    }
    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99995
    }
    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }
    .fancybox-thumbs>ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }
    .fancybox-thumbs>ul>li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: 0;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, .1)
    }
    .fancybox-thumbs>ul>li>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .fancybox-thumbs>ul>li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
        transition: all .2s cubic-bezier(.25, .46, .45, .94)
    }
    .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
        opacity: 1
    }
}
/*.g-recaptcha {
  overflow: hidden;
  height: 56px !important;
  border: 1px solid #d3d3d3;
}*/
.g-recaptcha>div {
  position: relative;
  top: -8px;
  left: -1px;
}
/*.g-recaptcha iframe,
.g-recaptcha>div {
  width: 100%!important;
}*/

@media screen and (min-width:992px) {
    .geography-info__close {
        display: none
    }
}

@media (min-width:1000px) {
    .sub-box--contact {
        position: absolute;
        width: 200px;
        top: 6px
    }
    .vacancy__body .sub-box--contact {
        top: 160px
    }
    .sub-box--nav {
        width: 215px;
        top: -21px;
        right: 0;
        position: absolute
    }
    .vacancy__body .sub-box--nav {
        top: 130px
    }
}

@media (min-width:1024px) {
    .history-slider-wrap {
        margin-bottom: 200px
    }
    .largest-projects__item {
        width: 33.333%
    }
}

@media (min-width:1025px) {
    .largest-projects__box:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .manager__info {
        margin-top: -16px
    }
    .production__box:hover .production__info {
        -webkit-transform: translateY(0) translateZ(0)!important;
        transform: translateY(0) translateZ(0)!important
    }
    .production__box:hover .production__title span {
        border-color: #fff
    }
}

@media (min-width:1250px) {
    .project-home-slider--big-size .project-home-slider__info {
        height: 510px
    }
}

@media (max-width:1550px) {
    .sub-menu__link {
        text-align: center
    }
}

@media (max-width:1400px) {
    .hibrids__title-main {
        font-size: 26px
    }
    .hibrids__title,
    .project-home-slider__title {
        font-size: 20px
    }
}

@media (max-width:1359px) {
    .about-nav__link:not(: first-child) {
        padding-left: 15px
    }
}

@media (max-width:1300px) {
    .contacts>.flex {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .contacts__box {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
    .contacts__box:last-child {
        margin-top: 30px
    }
    .docs__title {
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px)
    }
    .docs__icon {
        width: 70px
    }
    .docs__icon img {
        width: 45px;
        height: 45px
    }
}

@media (max-width:1249px) {
    .home-dynamic-content {
        display: block;
        margin-left: 0;
        margin-right: 0
    }
    .home-dynamic-content__box {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
    .home-dynamic-content__box:last-child {
        margin-top: 20px
    }
}

@media (max-width:1220px) {
    .manager__info {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px)
    }
}

@media (max-width:1200px) {
    .type-product__tile {
        width: 25%
    }
}

@media (max-width:1150px) {
    .sub-menu__inner {
        white-space: nowrap;
        overflow: auto
    }
    .sub-menu__link {
        white-space: nowrap;
        text-align: left
    }
}

@media (max-width:1024px) {
    .nav__inner,
    .nav__link {
        white-space: nowrap
    }
    .title-main {
        font-size: 45px
    }
    .title-big {
        font-size: 35px;
        padding-top: 50px
    }
    .title-base,
    .title-content {
        font-size: 25px
    }
    .bg-title__text {
        font-size: 35px
    }
    .imgfa {
        width: 100%;
    }
    .largest-projects__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .largest-projects__title {
        padding-bottom: 10px
    }
    .manager__info {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px)
    }
    .managers__tile {
        width: 100%
    }
    .media__tile {
        width: 33.33%
    }
    .nav__inner {
        overflow: auto;
    }
   /*  [lang="es"] .nav__inner {
       -webkit-flex-wrap: nowrap;
       -ms-flex-wrap: nowrap;
       flex-wrap: nowrap;
   } */
    .nav__link:not(:last-child) {
        margin-right: 40px
    }
    .production {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -15px;
        margin-bottom: -15px
    }
    .production__box {
        height: 320px;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px
    }
    .type-product__tile {
        width: 33.333%
    }
}

@media (max-width:1000px) {
    .news-preview__tile,
    .vacancy-preview__tile {
        width: 100%
    }
}

@media (max-width:999px) {
    .content-box__left-offset,
    .content-box__right-offset,
    .content-box__small {
        padding-left: 0;
        padding-right: 0
    }
    .content-box__normal {
        padding-right: 0;
    }
    .sub-box--nav {
        margin-top: 30px
    }
}

@media screen and (max-width:992px) {
    .geography-info {
        width: 100%;
        height: auto;
        border: 1px solid #d8d8d8;
        min-height: 400px
    }
    .geography-info__map {
        height: 400px
    }
    .geography-info__name {
        margin-bottom: 24px
    }
}

@media (max-width:869px) {
    .manager {
        display: block
    }
    .manager__info {
        width: 100%
    }
}

@media (max-width:865px) {
    .docs__tile {
        width: 50%
    }
}

@media all and (max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }
    .fancybox-button--left,
    .fancybox-button--right {
        display: none!important
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

@media screen and (max-width:768px) {
    .geography-info__time-info .geography-info__th {
        margin-bottom: 0;
        font-size: 12px;
        float: none
    }
    .geography-info__time-info .geography-info__tl {
        float: none
    }
    .geography-info__time-info {
        padding-right: 120px;
        padding-top: 18px
    }
}

@media (max-width:768px) {
    .logo__img {
        width: 90px;
        height: 40px
    }
    .typography {
        font-size: 14px;
    }
    .typography h1, .typography h2, .typography h3, .typography ol, .typography p, .typography ul {
        line-height: 1.4;
    }

    .typography h1,
    .typography h3 {
        font-size: 17px
    }
    .typography h2 {
        font-size: 20px;
        text-transform: none;
    }
    .typography table th {
        font-size: 14px;
    }
    .graphite__row .col {
        width: 100%
    }
    .history-slider__title {
        font-size: 22px
    }
    .history-slider-pagination {
        display: none!important
    }
    .media__tile {
        width: 50%
    }
    .production-assets__tile {
        width: 100%
    }
    .production-assets__name {
        font-size: 16px
    }
    .type-product__tile {
        width: 50%
    }
    .type-product__image {
        height: 200px
    }
}

@media (max-width:767px) {
    .mobile-hid {
        display: none!important
    }
    .largest-projects__title {
        font-size: 18px
    }
    .form__split   {
      flex-wrap: wrap;
    }
    .form__split .button.w-50 {
      width: 100%;
    }
    .w-30.cell-m.offset-m-top {
      width: 100%;
    }
}

@media (max-width:675px) {
    .docs__title {
        word-break: break-all
    }
}

@media (max-width:670px) {
    .contacts .flex {
        display: block;
        margin-left: 0;
        margin-right: 0
    }
    .contacts .w-50 {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:650px) {
    .news-one-string {
        display: block;
        margin-left: 0;
        margin-right: 0
    }
    .news-one-string__box {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:650px) and (max-width:1249px) {
    .news-one-string__box:not(: last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    
    .production__info {
        transform: translateY(0) !important;
    }
    
    .production__title {
        margin-bottom: 0;
    }
    
    .production__description {
        height: 0;
        overflow: hidden;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: -35px
    }
    .news-one-string .swiper-button-next,
    .news-one-string .swiper-button-prev {
        top: 0
    }
    .title-main {
        font-size: 35px
    }
    .title-big {
        font-size: 25px;
        padding-top: 30px
    }
    .title-content {
        font-size: 18px
    }
    .bg-title {
        min-height: 140px
    }
    .bg-title__text {
        font-size: 24px
    }
    .bg-title__sub {
        font-size: 16px
    }
    .filter {
        margin-top: 0
    }
    .header .search-toggle {
        display: none
    }
    .header__search-link {
        display: inline-block;
        margin-left: 10px;
    }
    .header__language, .header__phone,
    .history-slider li {
        font-size: 13px
    }
    .history-slider__next,
    .history-slider__prev {
        width: 20px
    }
    .bradra .w-20,
    .bradra .w-80,
    .media__tile {
        width: 100%
    }
    .history-slider__slide {
        padding: 20px
    }
    .managers__name {
        font-size: 20px
    }
    .managers__position {
        font-size: 16px
    }
    .managers__more,
    .production__title {
        font-size: 14px
    }
    .bradra,
    .product-menu .inner {
        display: block
    }
    .bradra table {
        min-width: 0
    }
    .production__box {
        height: 220px;
        width: -webkit-calc(50% - 14px);
        width: calc(50% - 14px);
        margin: 7px
    }
    .production__info {
        padding-left: 7px;
        padding-right: 7px
    }
}

@media (max-width:550px) {
    .hibrids,
    .hibrids__box {
        margin-left: 0;
        margin-right: 0
    }
    .hibrids {
        display: block
    }
    .hibrids__box {
        width: 100%
    }
    .hibrids__box:last-child {
        margin-top: 20px
    }
    .news-home-slider__title {
        font-size: 14px
    }
}

@media (max-width:540px) {
    .news-preview__box {
        display: block
    }
    .news-preview__info {
        margin-top: 15px
    }
    .vacancy-preview__box {
        padding-left: 0;
        padding-right: 0;
        border-right-width: 0;
        border-left-width: 0;
        height: auto
    }
    .vacancy-preview__date {
        margin-left: 10px
    }
    .vacancy-preview__send {
        display: none
    }
}

@media (max-width:499px) {
    .docs__tile {
        width: 100%
    }
}

@media (max-width:470px) {
    .about-nav .inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:469px) {
    .about-nav__link {
        padding-right: 15px
    }
    .about-nav__link:not(:first-child) {
        padding-left: 0
    }
}

@media (max-width:450px) {
    .managers__box {
        display: block
    }
    .managers__info {
        width: 100%;
        padding-left: 0
    }
}

@media (max-width:400px) {
    .form--gray-bg {
        padding: 10px
    }
    .type-product__tile {
        width: 100%
    }
    .type-product__image {
        height: auto
    }
}

@media (max-width:319px) {
    .factory-select {
        position: relative;
        display: inline-block;
        margin-top: 10px
    }
}

.hideall .footer, .hideall header, .hideall nav, .hideall .sub-menu, .hideall .bg-title,
.hideall .news-one-string, .hideall .sub-box.typography
{
    display: none;
}

.main-slider.main-slider--video {
    position: relative;
}
.main-slider--youtube {
    width: 500px;
    height: calc(100% - 5px);
    padding: 3.2% 0 3.4%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(50%);
    max-width: 500px;
}

.main-slider--youtube iframe {
    height: 100%;
    width: 100%;
}

.soon {
    color: #fff;
    font-size: 32px;
    top: 50%;
    /* padding: 96px 20px; */
    font-family: 'Geometria';
    position: absolute;
    transform: translateY(-50%);
    padding: 0 20px;
    line-height: normal;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

@media (max-width:500px) {
    .soon {
        font-size: 24px;
    }
}
@media (max-width:385px) {
    .soon {
        font-size: 18px;
    }
}

/* Yana */
.subscribe{
    margin-bottom: 20px;
 }
 .subscribe.w-25{
     max-width: 400px;
    margin: 0 auto;
 }
 
.subscribe .title-base{
    color: #ff6700;
    font-weight: bold;
    font-size: 15px;
    padding-top: 0;
    margin: 0;
    line-height: 1.5;
    border-bottom: 1px solid #cecece;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.subscribe div.extra{
    border-top: 1px solid #cecece;
    padding-top: 10px;
    font-size: 11px;
}
.subscribe .form--gray-bg{
    padding: 15px;
    background: url(/public/img/letter.png) #e9edf2;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.subscribe .offset-p-bottom{
    padding-bottom: 20px;
}
.subscribe .button--fill.button--yellow{
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    height: 50px;
}
@media (max-width:1023px) {
    .subscribe br{
        display: none;
    }
}

.subscribe{
	background: red;
}


/*key products*/

.key-product-header {
  font-size: 34px;
  border-bottom: 1px solid #ff6700;
  margin-bottom: 10px;
  padding-right: 150px;
  display: inline;
}

.key-product-title-container {
  height: 73px;
  width: 100%;
  display: table;
}

.key-product-title {
  background-color: #ff6700;
  padding: 0;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

.key-product-legend {
  display: block;
  color: #000000;
  font-size: 14px;
  text-align: center;
  padding: 28px 16px 0 16px;
}

.key-product-blue-container {
  height: 380px;
}

.key-product-blue-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ececec;
  text-align: center;
  font-size: 16px;
  padding: 0 38px;
}

.blue-block-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.blue-block {
  width: 257px;
  min-width: 150px;
  padding-left: 29px;
  position: relative;
}

.blue-block-vertical-legend {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  transform: rotate(-90deg);
  top: 257px;
  left: -125px;
  font-size: 14px;
}

.blue-block:first-child p {
  display: block;
}

.blue-block-small {
  height: 63.33px;
}

.blue-block-large {
  height: 95px;
}

.key-product-blue-container span:nth-child(2) {
  background-color: #e0e0e0;
}

.key-product-blue-container span:nth-child(3) {
  background-color: #cecece;
}

.key-product-blue-container span:nth-child(4) {
  background-color: #b6b6b6;
}

.key-product-blue-container span:nth-child(5) {
  background-color: #9c9c9c;
}

.key-product-blue-container span:nth-child(6) {
  background-color: #7c7c7c;
}

.blue-container-legend {
  display: block;
  color: #000000;
  font-size: 14px;
  text-align: center;
  padding: 18px 16px 0 16px;
}

.contacts-textarea {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: transparent;
    text-align: left;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 150px;
    padding-top: 15px;
    margin-top: 14px;
}

.promo_player {
    position: absolute;
    height: 306px;
    top: 41px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    z-index: 500;
}

@media (max-width: 900px) {
  .blue-block-wrapper {
    flex-direction: row;
    align-items: normal;
  }

  .blue-block {
    width: 225px;
    margin-right: 0;
    margin-bottom: 60px;
  }

  .product-slider__title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .blue-block p {
    display: block;
  }
  .blue-block {
    width: 330px;
  }

  .blue-block-wrapper {
    /*flex-direction: column;
    align-items: center;*/
    
    flex-direction: row;
    align-items: normal;
  }
}

@media (max-width:767px){
    .swiper-button-next, .swiper-button-prev {
        top: 0;
    }
    .key-product-header{
        padding-right:0;
    }
    .content-slider {
        padding-top: 50px;
    }
    .swiper-button-next, .swiper-button-prev {
    top: 10px;
    }
    .promo_player {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 250px;
        margin-bottom: 40px;
  }
  .main-slider__video.promo {
      display: none;
  }
}
@media (max-width: 374px) {
  .blue-block {
    width: 100%;
  }

  .product-slider__title {
    font-size: 16px;
  }
  .promo_player {
    max-width: 100px;
    height: 62px;
    top: 9px;
  }
}

.socials--right .socials__link{
        background-color: #d0d0d0 !important;
}


@media (max-width: 475px){
    .all-news{
        float: unset !important;
    border-bottom: 1px solid silver;
    padding-bottom: 0.625em;
    display: block;
    margin-right: -0.625em;
    margin-left: -0.625em;
    padding-left: 0.625em;
    margin-bottom: 0.625em;
    }
}
