@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/* roboto fonts */
/* light 100 */
@font-face {
    font-family: "roboto";
    src: url("../fonts/roboto/light/robotoslab_light.eot");
    src: local("☺"),
    url("../fonts/roboto/light/robotoslab_light.woff") format("woff"),
    url("../fonts/roboto/light/robotoslab_light.ttf") format("truetype"),
    url("../fonts/roboto/light/robotoslab_light.svg") format("svg");
    font-weight: 100;
    font-style: normal;
}

/* swift fonts */
/* light italic 100 */
@font-face {
    font-family: "sw";
    src: url("../fonts/swift/lightitalic/swift_light_Italic.eot");
    src: local("☺"),
    url("../fonts/swift/lightitalic/swift_light_Italic.woff") format("woff"),
    url("../fonts/swift/lightitalic/swift_light_Italic.ttf") format("truetype"),
    url("../fonts/swift/lightitalic/swift_light_Italic.svg") format("svg");
    font-weight: 100;
    font-style: italic;
}

/* light 100 */
@font-face {
    font-family: "sw";
    src: url("../fonts/swift/light/swift_light_regular.eot");
    src: local("☺"),
    url("../fonts/swift/light/swift_light_regular.woff") format("woff"),
    url("../fonts/swift/light/swift_light_regular.ttf") format("truetype"),
    url("../fonts/swift/light/swift_light_regular.svg") format("svg");
    font-weight: 100;
    font-style: normal;
}

/* regular 300 */
@font-face {
    font-family: "sw";
    src: url("../fonts/swift/regular/swift_regular.eot");
    src: local("☺"),
    url("../fonts/swift/regular/swift_regular.woff") format("woff"),
    url("../fonts/swift/regular/swift_regular.ttf") format("truetype"),
    url("../fonts/swift/regular/swift_regular.svg") format("svg");
    font-weight: 300;
    font-style: normal;
}

/* bold 700 */
@font-face {
    font-family: "sw";
    src: url("../fonts/swift/bold/swift_bold.eot");
    src: local("☺"), url("../fonts/swift/bold/swift_bold.woff") format("woff"),
    url("../fonts/swift/bold/swift_bold.ttf") format("truetype"),
    url("../fonts/swift/bold/swift_bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}

/* bold 900 */
@font-face {
    font-family: "sw";
    src: url("../fonts/swift/extrabold/swift_extrabold_regular.eot");
    src: local("☺"),
    url("../fonts/swift/extrabold/swift_extrabold_regular.woff") format("woff"),
    url("../fonts/swift/extrabold/swift_extrabold_regular.ttf")
    format("truetype"),
    url("../fonts/swift/extrabold/swift_extrabold_regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* bodoni */
/* bold 700 */
@font-face {
    font-family: "bodoni";
    src: url("../fonts/bodoni/bold/bodoni72c-bold.eot");
    src: local("☺"),
    url("../fonts/bodoni/bold/bodoni72c-bold.woff") format("woff"),
    url("../fonts/bodoni/bold/bodoni72c-bold.ttf") format("truetype"),
    url("../fonts/bodoni/bold/bodoni72c-bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}

@media only screen and (min-width: 1280px) and (max-width: 1699px) {
    /* colors */
    .s-links__text,
    .s-contact__position,
    .c-sidebar__all,
    .serv__list-item-section-name,
    .person__position,
    .emp__item-rank {
        letter-spacing: 2px !important;
    }

    body {
        font-size: 16px;
        font-family: "sw";
        font-weight: 100;
        background-color: #fff;
        position: relative;
        color: #2a2a2a;
    }

    body.is-unscrolled {
        overflow: hidden;
    }

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    a {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        position: relative;
        text-decoration: none;
    }

    a:hover .arrow,
    a:hover .arrow-gray {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    a:hover .arrow-gray {
        -webkit-filter: none;
        filter: none;
    }

    img {
        /*display: block;*/
        max-width: 100%;
    }

    input {
        border: none;
        outline: none;
        font-weight: 100;
        font-family: "sw";
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #999999;
        font-weight: 100;
        font-family: "sw";
    }

    input::-moz-placeholder {
        /* Firefox 19+ */
        color: #999999;
        font-weight: 100;
        font-family: "sw";
    }

    input:-ms-input-placeholder {
        /* IE 10+ */
        color: #999999;
        font-weight: 100;
        font-family: "sw";
    }

    input:-moz-placeholder {
        /* Firefox 18- */
        color: #999999;
        font-weight: 100;
        font-family: "sw";
    }

    .page {
        background-position: top right;
        background-repeat: no-repeat;
        background-image: url(../images/static/layout-bg.svg);
        min-height: 100vh;
        background-size: 44.5%;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

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

    .wrapper {
        max-width: 1600px;
        padding-right: 65px;
        margin: 0 auto;
        padding-left: 100px;
    }

    .h1 {
        font-size: 45px;
        color: #272727;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .arrow {
        background-repeat: no-repeat;
        display: inline-block;
        content: "";
        width: 16px;
        height: 8px;
        background-size: contain;
        background-image: url(../images/static/arrow.svg);
        right: -30px;
        top: 7px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        margin-left: 0px;
    }

    .arrow-gray {
        background-repeat: no-repeat;
        display: inline-block;
        width: 21px;
        height: 10px;
        background-size: contain;
        background-image: url(../images/static/arrow.svg);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-filter: grayscale(1) invert(50%);
        filter: grayscale(1) invert(50%);
    }

    .divider,
    .footer__inner:before {
        display: block;
        content: "";
        position: absolute;
        height: 3px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        max-width: 1600px;
        margin: 0 auto;
        background-color: #fff;
    }

    .s-name {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        margin-bottom: 75px;
        position: relative;
    }

    .s-name__text {
        text-transform: uppercase;
        font-family: "roboto";
        font-size: 12px;
        color: #1f1e28;
        padding-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        line-height: 24px;
        letter-spacing: 2px;
    }

    .s-name__divider {
        height: 4px;
        margin-top: 10px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        width: 100%;
        max-width: 1600px;
        background-color: #fff;
    }

    .input-area {
        position: relative;
        width: 100%;
        margin-bottom: 25px;
    }

    .input-area--half {
        width: 48.5%;
    }

    .input-name {
        font-family: "roboto";
        font-size: 9px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .default-input {
        padding: 10px 20px;
        border: 1px solid #c7c7c7;
        width: 100%;
    }

    .default-input.error {
        border-color: #a00606;
    }

    [data-tab="content"] {
        display: none;
    }

    #goMap,
    #yaMap {
        height: 380px;
    }

    .pages__link {
        display: block;
        margin-bottom: 30px;
        font-size: 18px;
        text-decoration: none;
        color: #000;
    }

    .pages__link:hover {
        color: #a00606;
    }

    /* buttons */
    .button {
        font-family: "roboto";
        font-size: 9px;
        font-weight: 100;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        padding: 14px 24px;
        border-radius: 25px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        cursor: pointer;
        letter-spacing: 2px;
        border: none;
    }

    .button--brown {
        background-image: url(../images/static/btn-pattern.svg);
        background-repeat: repeat-x;
        -webkit-box-shadow: 0px 20px 60px -20px black;
        box-shadow: 0px 20px 60px -20px black;
    }

    .button--brown:before {
        border-radius: 25px;
        overflow: hidden;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(transparent),
                to(rgba(0, 0, 0, 0.5))
        );
        background: linear-gradient(
                to bottom,
                transparent 0%,
                rgba(0, 0, 0, 0.5) 100%
        );
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
        /* IE6-9 */
    }

    .button--brown:hover {
        -webkit-box-shadow: 0px 15px 45px -15px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 15px 45px -15px rgba(0, 0, 0, 0.75);
    }

    .button--brown:hover:before {
        opacity: 0.6;
    }

    .button--arrowed {
        padding-right: 42px;
    }

    .button--arrowed:after {
        background-image: url(../images/static/arrow.svg);
        display: block;
        content: "";
        position: absolute;
        right: 24px;
        width: 13px;
        height: 6px;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-filter: grayscale(1) invert(100%);
        filter: grayscale(1) invert(100%);
        background-position: center;
        top: 50%;
        margin-top: -3px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    /* links */
    .is-hovered-hack:hover {
        color: #383838 !important;
    }

    .is-hovered-hack:hover:after {
        -webkit-transform: translateX(0) rotate(0deg) !important;
        transform: translateX(0) rotate(0deg) !important;
        -webkit-filter: grayscale(1) invert(50%) !important;
        filter: grayscale(1) invert(50%) !important;
    }

    .is-hovered-hack:hover .arrow {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .link {
        text-decoration: none;
        position: relative;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .link--arrow-gray:after {
        background-repeat: no-repeat;
        content: "";
        display: inline;
        position: absolute;
        top: auto;
        right: auto;
        bottom: 3px;
        width: 24px;
        height: 7px;
        background-size: contain;
        background-position: top right;
        background-image: url(../images/static/arrow.svg);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-filter: grayscale(1) invert(50%);
        filter: grayscale(1) invert(50%);
    }

    .link--arrow-gray:hover:after {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        -webkit-filter: none;
        filter: none;
    }

    .serv__list-item-section-name .arrow {
        display: none;
    }

    .serv__list-item-section-name + div {
        margin-top: 15px;
    }

    .serv .link--arrow-gray:hover:after,
    .serv a.serv__list-item-section-name:hover:after {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        -webkit-filter: none;
        filter: none;
    }

    .serv .link--arrow-gray:after,
    .serv a.serv__list-item-section-name:after {
        background-repeat: no-repeat;
        /* display: inline; */
        content: "";
        position: absolute;
        top: auto;
        bottom: 3px;
        width: 14px;
        height: 7px;
        background-size: contain;
        background-image: url(../images/static/arrow.svg);
        right: -30px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-filter: grayscale(1) invert(50%);
        filter: grayscale(1) invert(50%);
    }

    .link--gray {
        color: #999999;
        text-transform: uppercase;
        font-size: 10px;
        font-family: "roboto";
        font-weight: 100;
        letter-spacing: 2px;
    }

    .link--gray .arrow {
        -webkit-filter: grayscale(1) invert(50%);
        filter: grayscale(1) invert(50%);
    }

    .link--gray:hover {
        color: #a00606;
    }

    .link--arrowed:hover:after {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .link--arrowed:after {
        margin-top: 0;
        background-repeat: no-repeat;
        display: block;
        content: "";
        position: absolute;
        width: 18px;
        height: 8px;
        background-size: contain;
        background-image: url(../images/static/arrow.svg);
        right: -30px;
        top: 6px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    /* header */
    .header {
        position: fixed;
        top: 15px;
        left: 0;
        right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: transparent;
        z-index: 15;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .header.is-hidden {
        -webkit-transform: translateY(calc(-100% - 80px));
        transform: translateY(calc(-100% - 80px));
    }

    .header.is-colored {
        background-color: #fff;
        top: 0;
    }

    .header.is-active .header__overlay {
        visibility: visible;
        opacity: 1;
    }

    .header__inner {
        max-width: 1600px;
        padding-left: 100px;
        padding-right: 100px;
        margin: 0 auto;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__logo {
        width: 145px;
        height: 60px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .header__dd-menu {
        width: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        z-index: 5;
        overflow-y: scroll;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        visibility: hidden;
        opacity: 0;
        transition: 0.4s;
        -webkit-overflow-scrolling: touch;
    }

    .header__mobile-nav {
        display: none;
    }

    .header__menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-left: 5%;
        padding-bottom: 7px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .header__menu:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        width: 100%;
        bottom: 3px;
        background-color: #ddd;
    }

    .header__menu-item {
        position: relative;
        display: flex;
        align-items: center;
    }

    .header__menu-item:first-child .header__menu-link {
        font-weight: 700;
        padding: 15px 45px 15px 25px;
        line-height: 1;
        margin-left: -24px;
        margin-right: -50px;
    }

    .header__menu-item:first-child .header__menu-link:after {
        right: 32px;
    }

    .header__menu-item:first-child.is-active .header__menu-link {
        background-color: #a00606;
        color: #fff !important;
    }

    .header__menu-item:first-child.is-active .header__menu-link:after {
        border-color: #fff;
        margin-top: -1px;
    }

    .header__menu-item.is-active .header__dd-menu,
    .header__menu-item.is-active .header__menu-linked-dd {
        visibility: visible;
        opacity: 1;
    }

    .header__menu-item.is-active .header__menu-link {
        z-index: 15;
        position: relative;
    }

    .header__menu-item.is-active .header__menu-link:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: 1px;
    }

    .header__menu-link {
        display: inline-block;
        text-decoration: none;
        font-weight: 100;
        color: #2b2b2b;
        font-size: 14px;
        line-height: 36px;
        letter-spacing: 1px;
        z-index: 9;
    }

    .header__menu-link:hover {
        color: #a00606;
    }

    [data-header-dd="dd-nav"]:after {
        display: block;
        content: "";
        width: 6px;
        height: 6px;
        border-bottom: 1px solid #a00606;
        border-right: 1px solid #a00606;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: -16px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .header__search-nav {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
        width: 15px;
        height: 15px;
        background-size: cover;
        background-position: center;
        background-image: url(../images/static/search-nav.svg);
        -webkit-filter: grayscale(1) invert(90%);
        filter: grayscale(1) invert(90%);
    }

    .header__search-nav:hover {
        -webkit-filter: none;
        filter: none;
    }

    .header__search-form {
        position: absolute;
        right: 0;
        top: 50px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    .header__search {
        position: relative;
        top: 2px;
        display: flex;
        align-items: center;
    }

    .header__search.is-active .header__search-form {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }

    .header__search.is-active .header__search-nav {
        -webkit-filter: none;
        filter: none;
    }

    .header__search-input {
        width: 450px;
        background-color: #fff;
        display: block;
        padding: 20px 30px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    }

    .header__dd-menu-wrapper {
        max-width: 1600px;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 50px;
        padding-top: 125px;
        position: relative;
    }

    .header__dd-menu-inner {
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
    }

    .header__dd-menu-item {
        padding-top: 30px;
        border-bottom: 1px solid #ddd;
    }

    .header__dd-menu-item:first-child {
        padding-top: 36px;
    }

    .header__dd-menu-item:last-child {
        border-bottom: 0;
    }

    .header__dd-menu-nav {
        font-size: 20px;
        color: #1c1c1c;
        text-decoration: none;
        margin-bottom: 28px;
        display: inline-block;
    }

    .header__dd-menu-nav--control:after {
        width: 6px;
        height: 6px;
        display: block;
        content: "";
        position: absolute;
        border-bottom: 1px solid #a00606;
        border-right: 1px solid #a00606;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        margin-top: -5px;
        right: -28px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .header__dd-menu {
        padding-bottom: 80px;
    }
    .header__dd-menu-nav--control.is-active {
        color: #a00606;
    }

    .header__dd-menu-nav--control.is-active:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: 2px;
    }

    .header__dd-menu-nav:hover {
        color: #a00606;
    }

    .header__dd-menu-nav.link--arrowed:after {
        top: 9px;
        right: -40px;
    }

    .header.is-active .header__overlay {
        height: 125px;
    }

    .header__overlay {
        display: block;
        background-color: #fff;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 190px;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .header__overlay:before {
        display: block;
        content: "";
        position: absolute;
        height: 3px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        top: 125px;
        width: calc(100% - 100px);
        left: 0;
        right: 0;
        max-width: 1600px;
        margin: 0 auto;
        background-color: #fff;
    }

    .header__dd-menu-item-dds {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        padding-left: 25px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        /*justify-content: space-between;*/
    }

    .header__dd-menu-item-dd {
        margin-top: 10px;
        margin-bottom: 32px;
    }

    .header__dd-group {
        width: 30%;
        padding-right: 3%;
    }

    .header__dd-group:first-child .q__content {
        right: initial;
        left: 0;
    }

    .header__dd-group .q {
        display: none;
    }

    .header__dd-menu-item-dd-nav {
        width: 100%;
        display: inline;
    }

    .header__dd-menu-item-dd-nav:after {
        width: 6px;
        height: 6px;
        display: inline-block;
        content: "";
        position: absolute;
        border-bottom: 1px solid #a00606;
        border-right: 1px solid #a00606;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: auto;
        bottom: 8px;
        margin-top: 0;
        margin-left: 15px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .header__dd-menu-item-dd-nav.is-active {
        color: #a00606;
    }

    .header__dd-menu-item-dd-nav.is-active:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: auto;
        bottom: 3px;
    }

    .header__dd-menu-item-dd-nav,
    .header__dd-menu-item-dd-link {
        font-size: 11px;
        line-height: 19px;
        color: #000;
        text-transform: uppercase;
        font-family: "roboto";
        text-decoration: none;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
    }

    .header__dd-menu-item-dd-nav:hover,
    .header__dd-menu-item-dd-link:hover {
        color: #a00606;
    }

    .header__dd-menu-item-dd-items {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 25px;
    }

    .header__dd-menu-item-dd-item {
        display: inline;
        color: #383838;
        font-weight: 100;
        margin-top: 15px;
        font-size: 12px;
        text-decoration: none;
    }

    .header__dd-menu-item-dd-item:first-child {
        margin-top: 20px;
    }

    .header__dd-menu-item-dd-item:hover {
        color: #a00606;
    }

    .header__dd-menu-item-dd-item .arrow-gray {
        margin-left: 15px;
    }

    .header__search-submit {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
        border-radius: 50%;
        background-color: #eeeae1;
        border: none;
        right: 20px;
        outline: none;
        cursor: pointer;
    }

    .header__search-submit:hover:before {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .header__search-submit:before {
        width: 21px;
        height: 10px;
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -5px;
        left: 50%;
        margin-left: -10px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/static/arrow.svg);
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .header__menu-linked-dd {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;
        width: 100%;
        padding-top: 45px;
        padding-bottom: 30px;
        -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 0;
        visibility: hidden;
    }

    .header__menu-linked-dd-inner {
        max-width: 1600px;
        padding-left: 50px;
        padding-right: 50px;
        margin: 0 auto;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 130px;
        position: relative;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__menu-linked-dd-link {
        margin-right: 180px;
        font-size: 12px;
        color: #2b2b2b;
        text-decoration: none;
        font-weight: 100;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    .header__menu-linked-dd-link:after {
        margin-top: 0px;
        width: 15px;
        height: 7px;
    }

    .header__menu-linked-dd-link:hover {
        color: #a00606;
    }

    .header__menu-linked-dd-link:last-child {
        margin-right: 0;
    }

    .header__mobile-menu {
        display: none;
    }

    /* footer */
    .footer {
        margin-top: auto;
        /* max-width: 1600px;
	margin: auto auto 0 auto; */
        padding: 38px 100px 32px 92px;
        background-color: #fff;
    }

    .footer__inner {
        max-width: 1600px;
        margin: 0 auto;
        position: relative;
        padding: 0;
    }

    .footer__inner:before {
        top: -36px;
        max-width: 1500px;
        height: 2px;
    }

    .footer__main {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0px;
        border-bottom: 1px solid #ddd;
    }
    /*
.footer__menu-items-group {
	width: 30%;
	margin-right: 3.5%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__menu-items-group:last-child {
	margin-right: 0;
}

.footer__menu-items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 100px;
} */

    .footer__menu {
        display: flex;
    }

    .footer__menu-item {
        display: flex;
        flex-direction: column;
        margin-right: 30px;
        width: 19.04%;
    }

    .footer__menu-item:first-child {
        margin-right: 80px;
    }

    .footer__menu-item:first-of-type {
        width: 46.4%;
    }

    .footer__menu-item:last-of-type {
        margin-right: 0;
    }

    .footer__menu-item-title {
        display: inline-block;
        margin-bottom: 15px;
        font-weight: 900;
        font-size: 12px;
        line-height: 14px;
        text-decoration: none;
        color: #1f1e28;
    }

    .footer__menu-item-title:hover {
        color: #a00606;
    }

    .footer__menu-item-inner {
        display: flex;
        justify-content: space-between;
    }

    .footer__menu-item-inner .footer__menu-item-group {
        width: 45%;
    }

    .footer__menu-item-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .footer__menu-item-link {
        display: inline-block;
        margin-bottom: 15px;
        color: #1f1e28;
        font-size: 12px;
        line-height: 14px;
        font-weight: 100;
        text-decoration: none;
    }

    .footer__menu-item-link:hover {
        color: #a00606;
    }

    /* @media only screen and (max-width: 1420px) {
	.footer__menu-item {
		margin-right: 40px;
		width: 21.04%;
	}
} */

    @media only screen and (max-width: 1125px) {
        .footer__menu {
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .footer__menu-item:first-of-type {
            width: 100%;
        }

        .footer__menu-item {
            margin-right: 0px;
            width: 43%;
        }

        .footer__menu-item-inner .footer__menu-item-group {
            width: 43%;
        }
    }

    @media only screen and (max-width: 500px) {
        .footer__menu-item {
            width: 100%;
        }

        .footer__menu-item-title {
            margin-bottom: 12px;
        }

        .footer__menu-item-inner {
            flex-wrap: wrap;
        }

        .footer__menu-item-link {
            font-size: 14px;
            margin-bottom: 6px;
        }

        .footer__menu-item-group {
            margin-bottom: 20px;
        }

        .footer__menu-item-inner .footer__menu-item-group {
            width: 100%;
            margin-bottom: 6px;
        }
    }

    .footer__contacts {
        width: 16.5%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    @media only screen and (min-width: 1300px) and (max-width: 1450px) {
        .footer__contacts {
            width: 18.5%;
        }
    }

    .footer__menu {
        width: 100%;
    }

    .footer__menu-item {
        color: #000;
        text-decoration: none;
        margin-bottom: 20px;
        line-height: 24px;
        font-weight: 100;
    }

    .footer__menu-item:hover {
        color: #a00606;
    }

    .footer__menu-name,
    .footer__contact-name {
        font-weight: 900;
        margin-bottom: 20px;
    }

    .footer__contact-name {
        text-decoration: none;
        color: #000;
        font-size: 12px;
        line-height: 14px;
        display: inline-block;
    }

    .footer__contact-name:hover {
        color: #a00606;
    }

    .footer__contact {
        margin-bottom: 35px;
    }

    .footer__contact:last-child {
        margin-bottom: 0;
    }

    .footer__contact-text {
        color: #1f1e28;
        font-size: 12px;
        line-height: 14px;
    }

    @media only screen and (min-width: 1360px) {
        .footer__contact-text,
        .footer__menu-item-link {
            line-height: 16px;
        }
    }

    .footer__contact-link {
        text-decoration: none;
        color: #000;
    }

    .footer__contact-link:hover {
        color: #a00606;
    }

    .footer__sub {
        padding-top: 10px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__copyright,
    .footer__map,
    .footer__cakelabs {
        color: #48474e;
        font-size: 12px;
        line-height: 30px;
    }

    .footer__cakelabs {
        color: #000;
        text-decoration: none;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .footer__cakelabs:hover {
        color: #a00606;
    }

    .footer__cakelabs:hover .footer__cakelogo {
        -webkit-filter: none;
        filter: none;
    }

    /* .footer__cakelogo {
	width: 100px;
	height: 17px;
	background-size: cover;
	background-position: center;
	display: block;
	margin-left: 15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	margin-bottom: 3px;
} */

    /* i-serv */
    .i-serv {
        height: 310px;
        padding: 25px 20px 25px 25px;
        text-decoration: none;
        width: 23.1%;
        background-color: #f6f4ef;
        position: relative;
        cursor: pointer;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: 2.5%;
        margin-bottom: 40px;
    }

    .i-serv:nth-child(4n) {
        margin-right: 0;
    }

    .i-serv:hover .i-serv__image-file {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    .i-serv:hover .i-serv__text,
    .i-serv:hover .i-serv__name {
        color: #a00606;
    }

    .i-serv--imaged {
        background-color: transparent;
    }

    .i-serv--imaged .i-serv__text,
    .i-serv--imaged .i-serv__name {
        color: #fff;
    }

    .i-serv--imaged:hover .i-serv__text,
    .i-serv--imaged:hover .i-serv__name {
        color: #fff;
    }

    .i-serv--imaged:hover:before,
    .i-serv--imaged:hover:after {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        background: rgba(0, 0, 0, 0.15);
    }

    .i-serv--imaged:before,
    .i-serv--imaged:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        -webkit-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        background: transparent;
        content: "";
        pointer-events: none;
        z-index: 1;
    }

    .i-serv--imaged:before {
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    .i-serv--imaged:after {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    .i-serv__image {
        margin-top: -35px;
        margin-bottom: 20px;
        position: absolute;
        max-height: 200px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .i-serv__image-file {
        margin: 0 auto;
        height: 100%;
        object-fit: contain;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        display: block;
    }

    .i-serv__name {
        font-size: 20px;
        line-height: 24px;
        font-weight: 100;
        color: #2b2b2b;
        margin-bottom: 12px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .i-serv__text {
        font-family: "roboto";
        font-weight: 100;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 18px;
        height: 48px;
        overflow: hidden;
        color: #2b2b2b;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .i-serv__text .arrow {
        position: relative;
        top: 0px;
        right: -7px;
    }

    .i-serv__text .arrow {
        -webkit-filter: grayscale(1) invert(100%);
        filter: grayscale(1) invert(100%);
    }

    .i-serv__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .i-serv__bg {
        background-size: cover;
        background-position: center;
    }

    .i-serv__about {
        padding-left: 0px;
        position: relative;
        z-index: 2;
    }

    .i-serv__about:before {
        display: block;
        content: "";
        position: absolute;
        top: -18px;
        width: 56px;
        background-color: #a00606;
        height: 1px;
        left: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    /* bread */
    .bread {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .bread__link,
    .bread__current {
        font-weight: 100;
        font-style: italic;
        color: #999999;
        text-decoration: none;
        font-size: 11px;
    }

    .bread__link {
        margin-right: 30px;
        position: relative;
    }

    .bread__link:hover {
        color: #a00606;
    }

    .bread__link:hover:after {
        -webkit-filter: none;
        filter: none;
    }

    .bread__link:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 2px;
        right: -23px;
        background-image: url(../images/static/arrow.svg);
        width: 14px;
        height: 8px;

        background-size: contain;
        background-repeat: no-repeat;
        -webkit-filter: grayscale(1) invert(50%);
        filter: grayscale(1) invert(50%);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    /* question */
    .q {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .q.is-active .q__content {
        opacity: 1;
        visibility: visible;
    }

    .q.is-active .q__nav:before,
    .q.is-active .q__nav:after {
        display: block;
    }

    .q__nav {
        font-weight: 100;
        font-size: 15px;
        color: #a5a5a5;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #eeeae1;
        border-radius: 50%;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        cursor: pointer;
        margin-left: 15px;
        width: 20px;
        height: 20px;
        position: relative;
        line-height: 0;
    }

    .q__nav:hover {
        color: #a00606;
    }

    .q__nav:hover:before,
    .q__nav:hover:after {
        background-color: #a00606;
    }

    .q__nav:before,
    .q__nav:after {
        display: none;
        content: "";
        position: absolute;
        top: 9px;
        left: 3px;
        width: 14px;
        height: 1px;
        background-color: #a5a5a5;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .q__nav:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .q__nav:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .q__content {
        position: absolute;
        right: 0;
        font-size: 13px;
        color: #272727;
        width: 300px;
        padding: 25px 20px;
        background-color: #eeeae1;
        z-index: 1;
        line-height: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        top: calc(100% + 5px);
    }

    /* n-menu */
    .n-menu {
        position: relative;
        z-index: 5;
    }

    .n-menu.is-active .n-menu__dd {
        opacity: 1;
        visibility: visible;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
        transform: perspective(400) rotate3d(0, 0, 0, 0);
    }

    .n-menu.is-active .n-menu__nav-pin:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
    }

    .n-menu.is-active .n-menu__nav-pin:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }

    .n-menu.is-active .n-menu__nav-pin:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
    }

    .n-menu.is-active .n-menu__nav-pin {
        margin-bottom: 0;
    }

    .n-menu__menu {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .n-menu__links {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

    .n-menu__link {
        margin-right: 15px;
        padding: 4px 12px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        color: #2a2a2a;
        text-decoration: none;
        font-weight: 100;
        font-size: 12px;
        border-radius: 15px;
    }

    .n-menu__link.is-active,
    .n-menu__link:hover {
        background-color: #eeefef;
    }

    .n-menu__link:nth-last-child(2) {
        margin-right: 0;
    }

    .n-menu__nav {
        padding: 5px 8px;
        border-radius: 15px;
        background-color: #eeefef;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 20px;
    }

    .n-menu__nav:hover .n-menu__nav-pin {
        background-color: #a00606;
    }

    .n-menu__nav-pin {
        width: 14px;
        height: 1px;
        background-color: #272727;
        margin-bottom: 3px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .n-menu__nav-pin:last-child {
        margin-bottom: 0;
    }

    .n-menu__dd {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        top: calc(100% + 20px);
        padding: 40px 20px 20px 40px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
        -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
        transform: perspective(400) rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    .n-menu__dd .n-menu__link {
        margin-bottom: 20px;
    }

    /* n-item */
    .n-item {
        position: relative;
        display: flex;
    }

    .n-item--big .n-item__image {
        position: relative;
        padding-bottom: 43%;
    }

    .n-item:hover .n-item__image-file {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .n-item:hover .n-item__name {
        color: #a00606;
    }

    .n-item--big {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .n-item--small-imaged .n-item__name {
        margin-top: 30px;
        margin-bottom: 12px;
        /* min-height: 50px; */
    }

    .n-item--small-imaged .n-item__image {
        position: relative;
        margin-right: 0;
        padding-bottom: 80%;
    }

    .n-item .n-item__image-file {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .n-item--small-imaged .n-item__name {
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .n-item__content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .n-item__image {
        overflow: hidden;
    }

    .n-item__image-file {
        -webkit-transition: 4s;
        transition: 4s;
    }

    .n-item__link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .n-item__name {
        font-size: 19px;
        margin-bottom: 10px;
        line-height: 24px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .n-item__date {
        font-size: 12px;
        color: #999;
        font-weight: 100;
        margin-bottom: 24px;
    }

    .n-item__text {
        font-size: 12px;
        line-height: 19px;
    }

    .n-item__hash-tag-wrapper {
        margin-right: 0px;
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
    }

    .n-item__hash-tag {
        position: relative;
        z-index: 5;
        margin-bottom: 2px;
        text-decoration: none;
        color: #999;
        font-weight: 100;
        font-size: 12px;
    }

    .n-item__hash-tag:hover {
        color: #a00606;
    }

    .news__item-small .n-item__hash {
        margin-top: auto;
    }

    .n-item__hash {
        position: relative;
        z-index: 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
    }

    .bq {
        position: relative;
        margin: 40px 0 65px auto;
        max-width: 670px;
        color: #8c8c8c;
        line-height: 22px;
        font-family: "sw";
        font-size: 12px;
        font-weight: 100;
        font-style: italic;
        padding-left: 35px;
    }

    .bq__value {
        position: absolute;
        -webkit-transform: rotate(180deg) translateX(41px) translateY(-4px);
        transform: rotate(180deg) translateX(41px) translateY(-4px);
        writing-mode: vertical-rl;

        font-size: 12px;
        font-family: "roboto";
        font-style: normal;
        font-weight: 100;
        letter-spacing: 1px;
        color: #1f1e28;
    }

    .bq__title {
        font-weight: 700;
        font-style: normal;
        font-size: 12px;
        line-height: 22px;
    }

    .c-slider {
        margin: 60px 0 55px;
    }

    .c-slider__controls {
        margin: 25px auto;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 118px;
    }

    .c-slider__arr {
        width: 22px;
        height: 12px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/static/c-slider__arr.svg);
        cursor: pointer;
        opacity: 0.3;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
        transition: opacity 0.3s, -webkit-filter 0.3s;
        transition: opacity 0.3s, filter 0.3s;
        transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s;
    }

    .c-slider__arr:hover {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .c-slider__arr--next {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .c-slider__counter {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .c-slider__current {
        font-family: "sw";
        font-size: 22px;
        font-weight: 700;
    }

    .c-slider__all {
        margin-left: 5px;
        margin-bottom: 3px;
        font-size: 12px;
    }

    /* pages */
    /* ui */
    .ui div {
        margin-bottom: 50px;
    }

    .ui div:last-child {
        margin-bottom: 0;
    }

    /* index */
    .index__welcome-main {
        width: 41%;
        max-width: 660px;
        padding-left: 45px;
        text-decoration: none;
        color: #000;
    }

    .index__welcome {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        /* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative; */
    }

    @media only screen and (min-width: 1280px) {
        .index__welcome {
            margin-bottom: -52px;
        }
    }

    .index__welcome-image {
        -webkit-transform: translateY(-58px);
        transform: translateY(-58px);
        margin-right: 0px;
        min-width: 366px;
    }

    .index__welcome-main-text {
        color: #4c4c4c;
    }

    .index__welcome-main-name {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 38px;
        letter-spacing: 3px;
        color: #272727;
        margin-bottom: 50px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        position: relative;
    }

    .index__welcome-main-name:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -28px;
        height: 1px;
        background-color: #a00606;
        width: 70px;
    }

    .index__welcome-main-text {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    .index__welcome-news {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index__welcome-news-age-num {
        font-family: "bodoni";
        font-weight: 700;
        color: #eeeae1;
        font-size: 140px;
        line-height: 1;
    }

    .index__welcome-news-age {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index__welcome-news-age-text {
        font-weight: 100;
        font-size: 28px;
        color: #4c4c4c;
        text-transform: lowercase;
        -webkit-transform: translateY(-20px) translateX(-28%);
        transform: translateY(-20px) translateX(-28%);
    }

    .index__welcome-news-arrow .arrow {
        margin-left: 0;
    }

    .index__welcome-news {
        color: #000;
        text-decoration: none;
    }

    .index__welcome-news-quote {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 0px;
    }

    .index__welcome-news-quote-text {
        font-weight: 100;
        letter-spacing: 2px;
        font-family: "roboto";
        position: relative;
        text-transform: uppercase;
        color: #a00606;
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .index__welcome-news-quote-text:before,
    .index__welcome-news-quote-text:after {
        display: block;
        content: "\201C";
        position: absolute;
        font-size: 23px;
    }

    .index__welcome-news-quote-text:before {
        left: -10px;
        top: 0;
    }

    .index__welcome-news-quote-text:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        bottom: 0;
        right: -5px;
    }

    .index__welcome-news-text {
        color: #383838;
        font-weight: 100;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
        margin-top: -12px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .index__services-list-wrapper {
        position: relative;
    }

    .index__services-list {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index__services {
        position: relative;
    }

    .index__services .b-name {
        bottom: calc(0px + 75px);
    }

    .b-name {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #dcdcdc;
        left: -25px;
    }

    .b-name__text {
        white-space: nowrap;
        -webkit-transform: rotate(180deg) translateX(22px);
        transform: rotate(180deg) translateX(22px);
        text-transform: uppercase;
        writing-mode: vertical-rl;
        color: #919191;
        font-weight: 100;
        font-size: 10px;
        letter-spacing: 3px;
    }

    .index__services-ajax {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        color: #2b2b2b;
        text-decoration: none;
    }

    .index__services-ajax:hover {
        color: #a00606;
    }

    .index__services-ajax-image {
        width: 110px;
        height: 106px;
        background-image: url(../images/static/loupe-new.png);
        background-size: cover;
        background-position: center;
    }

    .index__services-ajax-wrapper {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .index__team {
        width: 289px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .index__we-are {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 45px;
    }

    .index__offices {
        width: 100%;
        margin-right: 6%;
    }

    .index__offices-list {
        position: relative;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -34px;
    }

    .index__offices-list .b-name {
        bottom: calc(0px + 60px);
        left: 8px;
    }

    .index__office {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 34px;
    }

    .index__office--msk .index__office-image {
        position: relative;
        z-index: -1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    .index__office-head {
        color: #1a1612;
        font-size: 20px;
    }

    .index__office-metro {
        margin-top: 20px;
        margin-bottom: 25px;
        font-family: "roboto";
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 100;
        color: #2b2b2b;
        letter-spacing: 2px;
    }

    .index__office-address {
        max-width: 235px;
        font-weight: 100;
        font-size: 12px;
        letter-spacing: 1px;
        color: #2a2a2a;
    }

    @media only screen and (min-width: 1360px) {
        .index__office-address {
            max-width: 245px;
            min-height: 48px;
        }
    }

    .index__office-address br {
        display: none;
    }

    .index__office-link {
        display: inline-block;
        text-decoration: none;
        color: #2a2a2a;
    }

    .index__office-link:hover {
        color: #a00606;
    }

    .index__office-links {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .index__office-way {
        position: relative;
        padding-left: 25px;
        color: #a00606;
        text-decoration: none;
        font-weight: "sw";
        font-size: 12px;
    }

    .index__office-way:before {
        width: 14px;
        height: 21px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/static/pin.svg);
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: -4px;
    }

    @media only screen and (min-width: 1440px) {
        .index__office-way:before {
            top: -5px;
            width: 16px;
            height: 22px;
        }
    }

    .index__office-detail {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: auto;
    }

    .index__office-main {
        padding-left: 45px;
    }

    .index__owner-image {
        width: 156px;
        height: 156px;
        background-size: cover;
        background-position: center;
        border-radius: 50%;
        overflow: hidden;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .index__owner-name {
        font-size: 20px;
        color: #000;
        font-weight: 900;
        margin-bottom: 4px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .index__owner-position {
        font-size: 10px;
        text-transform: uppercase;
        font-family: "roboto";
        letter-spacing: 2px;
        line-height: 22px;
    }

    .index__owner {
        text-decoration: none;
        color: #1a1612;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .index__owner:hover .index__owner-name {
        color: #a00606;
    }

    .index__owner:hover .index__owner-image {
        -webkit-filter: none;
        filter: none;
    }

    .index__owner:hover .index__owner-more {
        color: #a00606;
    }

    .index__owner:hover .index__owner-more span {
        -webkit-filter: none;
        filter: none;
    }

    .index__owner-text {
        max-width: 253px;
        color: #2b2b2b;
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    .index__owner-more {
        font-size: 10px;
        text-transform: uppercase;
        color: #999999;
        font-family: "roboto";
        letter-spacing: 2px;
    }

    .index__owner-more span {
        -webkit-filter: grayscale(1) invert(50%);
        filter: grayscale(1) invert(66%);
    }

    .index__owner-more .arrow {
        width: 20px;
        background-position: top right;
    }

    .index__customers {
        margin-top: 80px;
    }

    .index__customers .s-name {
        margin-bottom: 48px;
    }

    .index__customers-section {
        position: relative;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .index__customers-text {
        width: 305px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 58px 50px;
        background-color: #efedeb;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .index__customers-text-area {
        font-size: 12px;
        color: #2a2a2a;
        line-height: 19px;
        margin-bottom: 20px;
    }

    .index__customers-more {
        margin-top: 20px;
    }

    .index__customers-more::after {
        bottom: 2px;
        right: -23px;
        width: 16px;
        height: 8px;
    }

    .index__customers-items {
        width: 100%;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }

    .index__customers-items {
        background-image: url(../images/static/new-bg-img-index.jpg);
        background-size: cover;
        background-position: bottom center;
    }

    .index__customers-items {
        padding: 24px 67px;
    }

    .index__customers-item {
        width: 25%;
        padding: 0 20px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        text-decoration: none;
        color: #999;
        font-size: 15px;
        font-family: "roboto";
        -webkit-transition: 0.4s;
        transition: 0.4s;
        height: auto;
    }

    .index__customers-item:hover .index__customers-item-text {
        color: #a00606;
    }

    .index__customers-item:hover .index__customers-item-image {
        -webkit-filter: none;
        filter: none;
    }

    .index__customers-item-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .index__customers-item-image-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 38%;
    }

    .index__customers-item-text {
        margin-top: 20px;
        font-family: "sw";
        font-size: 12px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .index__news {
        margin-top: 76px;
    }

    /* .index__news .s-name {
		margin-bottom: 45px;
	} */

    .index__news-list {
        position: relative;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index__i-news {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none;
    }

    .index__i-news:hover .index__i-news-image-file {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .index__i-news:hover .index__i-news-link {
        color: #a00606;
    }

    .index__i-news:hover .index__i-news-link .arrow {
        -webkit-filter: none;
        filter: none;
    }

    .index__i-news:hover .index__i-news-name {
        color: #a00606;
    }

    .index__i-news .index__i-news-link {
        margin-top: 38px;
    }

    .index__i-news-link .arrow {
        width: 20px;
        background-position: top right;
    }

    .index__i-news--big {
        width: 56%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    @media only screen and (min-width: 1280px) {
        .index__i-news--big .index__i-news-image {
            width: 47.9%;
        }
    }

    .index__i-news--big .index__i-news-image-file {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .index__i-news--big .index__i-news-image .index__i-new {
        text-decoration: none;
    }

    .index__i-new:hover .link--gray {
        color: #a00606;
    }

    .index__i-new:hover .link--gray .arrow {
        -webkit-filter: grayscale(0) invert(0);
        filter: grayscale(0) invert(0);
    }

    .index__i-new:hover .index__i-news-name {
        color: #a00606;
    }

    .index__i-news-image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 302px;
        overflow: hidden;
    }

    .index__i-news-content {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 7%;
        padding-top: 15px;
        padding-bottom: 0px;
    }

    .index__i-new {
        display: block;
        margin-bottom: 30px;
    }

    .index__i-news-date {
        color: #999999;
        font-size: 11px;
        font-weight: 100;
    }

    .index__i-news-name {
        margin-top: 25px;
        margin-bottom: 24px;
        font-size: 14px;
        font-weight: 900;
        color: #2b2b2b;
        line-height: 19px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        max-height: 60px;
        overflow: hidden;
    }

    .index__i-news-text {
        font-size: 14px;
        line-height: 19px;
        color: #2b2b2b;
        font-weight: 100;
        max-height: 200px;
        overflow: hidden;
    }

    .index__i-news-image-file {
        -webkit-transition: 4s;
        transition: 4s;
    }

    .index__news-items {
        width: 39.5%;
    }

    .index__news-items .index__i-news {
        width: 100%;
        margin-bottom: 30px;
    }

    .index__news-items .index__i-news:last-child {
        margin-bottom: 0;
    }

    /* .index__news-items .index__i-news-link {
	margin-top: 15px;
} */

    .index__hist {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 110px;
        position: relative;
    }

    .index__hist .index__i-news-content {
        padding-top: 7px;
        margin-left: 0;
    }
    /*
@media only screen and (max-width: 1420px) {
	.index__hist .index__i-news-content {
		padding-top: 30px;
	}
} */

    .index__hist .index__section-head {
        margin-bottom: 0;
    }

    .index__hist .index__i-news-link {
        margin-top: 30px;
    }

    .index__hist-stock,
    .index__hist-news {
        width: 28.6%;
    }

    .index__hist-stock .s-name {
        margin-bottom: 20px;
    }

    .index__hist-news .s-name {
        margin-bottom: 45px;
    }

    .index__hist-news .s-name {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .index__hist-news .s-name__text,
    .index__hist-stock .s-name__text {
        padding-right: 12px;
    }

    .index__hist-news .s-name__divider {
        margin-top: 10px;
    }

    .index__hist-stock-head {
        font-family: "bodoni";
        color: #1a1612;
        font-size: 37px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .index__hist-stock-desc {
        color: #2b2b2b;
        font-family: "roboto";
        font-size: 9px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .index__hist-stock-content {
        max-width: 300px;
        padding-left: 40px;
        margin-top: 40px;
        text-decoration: none;
        display: block;
        color: #000;
    }

    .index__hist-stock-content:hover .index__hist-stock-head {
        color: #a00606;
    }

    .index__hist-stock-content:hover .index__hist-stock-link {
        color: #a00606;
    }

    .index__hist-stock-content:hover .index__hist-stock-link .arrow {
        -webkit-filter: none;
        filter: none;
    }

    .index__hist-stock-link .arrow {
        width: 20px;
        background-position: top right;
    }

    .index__hist-stock-text {
        margin-top: 27px;
        margin-bottom: 30px;
        color: #2b2b2b;
        font-weight: 100;
        font-size: 14px;
        line-height: 19px;
    }

    .index__hist-image {
        width: 36.7%;
        overflow: hidden;
    }

    .index__hist-image:hover .index__hist-image-bg {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .index__hist-image:hover .index__hist-image-link {
        color: #fff;
    }

    .index__hist-image {
        text-decoration: none;
        color: #fff;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: 260px;
        padding: 65px 60px 42px 50px;
    }

    .index__hist-image-name {
        position: relative;
        font-size: 20px;
        line-height: 24px;
        font-weight: 900;
    }

    .index__hist-image-name:before {
        display: block;
        content: "";
        position: absolute;
        top: -20px;
        width: 56px;
        background-color: #a00606;
        height: 1px;
        left: -20px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .index__hist-image-link {
        margin-top: auto;
        color: #fff;
    }

    .index__hist-image-link .arrow {
        -webkit-filter: grayscale(1) invert(1);
        filter: grayscale(1) invert(1);
        width: 24px;
        background-position: top right;
    }

    .index__hist-image-text {
        margin-top: 20px;
        font-size: 14px;
        line-height: 18px;
    }

    .index__hist-image-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: right bottom;
        background-repeat: no-repeat;
        z-index: -1;
        -webkit-transition: 4s;
        transition: 4s;
    }

    /* sitemap */

    .sitemap {
        margin-top: -65px;
    }

    .sitemap__content {
        position: relative;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 60px;
        margin-bottom: 35px;
        padding-left: 30px;
        padding-right: 115px;
    }

    .sitemap__content-section-head {
        /* font-weight: 700; */
        font-size: 20px;
    }

    .sitemap__content-section-items {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 30px;
    }

    .sitemap__content-section-item {
        margin-bottom: 20px;
        text-decoration: none;
        font-size: 12px;
        color: #272727;
    }

    .sitemap__content-section-item:hover {
        color: #a00606;
    }

    .sitemap__content-section-item:last-child {
        margin-bottom: 0;
    }

    .sitemap__content-section:first-child {
        /* margin-bottom: 70px; */
    }

    .sitemap__content-section:first-child {
        margin-bottom: 50px;
    }

    .sitemap__content-section-head {
        display: inline-block;
        color: #000;
        text-decoration: none;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .sitemap__content-section-head:hover {
        color: #a00606;
    }

    /* serv */

    .serv {
        margin-top: -70px;
        margin-bottom: 70px;
    }

    .serv .h1 {
        margin-bottom: 22px;
    }

    .serv__list {
        padding-left: 0px;
        position: relative;
    }

    .serv__list-item-name {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 40px;
        display: inline-block;
        text-decoration: none;
        color: #272727;
        position: relative;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .serv__list-item-name .q {
        margin-top: 0;
    }

    .serv__list-item-name .arrow {
        position: relative;
        top: -2px;
        right: -7px;
    }

    a.serv__list-item-name {
        display: inline-block;
    }

    a.serv__list-item-name:hover {
        color: #a00606;
    }

    a.serv__list-item-name:hover .arrow {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .serv__list-item:nth-child(2) .serv__list-item-name {
        padding-top: 0;
    }

    /*.serv__list-item:last-child .serv__list-item-name {*/
    /*    margin-bottom: 0;*/
    /*}*/

    .serv__list-item-section-name {
        font-size: 11px;
        color: #000;
        text-transform: uppercase;
        font-family: "roboto";
        text-decoration: none;
        letter-spacing: 1px;
        position: relative;
        display: inline;
        line-height: 18px;
    }

    .serv__list-item-section-name .arrow {
        filter: grayscale(1) invert(50%);
        margin-left: 12px;
    }

    .serv__list-item-group {
        width: 33.33%;
        padding-right: 4%;
    }

    .serv__list-item-section-link {
        color: #383838;
        font-weight: 100;
        font-size: 12px;
        line-height: 30px;
        text-decoration: none;
    }

    .serv__list-item-section-link .q {
        display: none;
        position: absolute;
        right: -70px;
    }

    .serv__list-item-section-link:hover {
        color: #a00606;
    }

    /* .serv__list-item-section-link:first-child {
		line-height: 36px;
	} */

    .serv__list-item-section-list {
        /* display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start; */
        margin-bottom: 40px;
        padding-left: 22px;
    }

    .serv__list-item-section-list--linked {
        padding-left: 0;
    }

    .serv__list-item-section {
        margin-bottom: 45px;
    }

    .serv__list-item-section:last-child {
        margin-bottom: 0;
    }

    .serv__list-item-inner {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        /*justify-content: space-between;*/
        padding-left: 22px;
    }

    a.serv__list-item-section-name:hover {
        color: #a00606;
    }

    /* emp */

    .emp {
        margin-top: -52px;
    }

    .emp--news {
        margin-top: 70px;
        padding-right: 38px;
    }

    .emp--news .s-name {
        margin-bottom: 45px;
    }

    .emp--news .emp__list {
        margin-bottom: 0;
    }

    .emp--news .emp__items-list {
        padding: 0;
    }

    .emp--news .emp__item {
        margin-bottom: 45px;
    }

    .emp__list {
        position: relative;
        margin-bottom: 15px;
    }

    .emp__list .b-name {
        bottom: calc(0px + 80px);
    }

    .emp__items-list {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 75px;
    }

    .emp__item-image-file {
        border-radius: 50%;
    }

    .emp__item {
        text-decoration: none;
        color: #272727;
        width: 17%;
        margin-right: 10.6%;
        margin-bottom: 62px;
    }

    .emp__item:nth-child(4n) {
        margin-right: 0;
    }

    .emp__item:hover .emp__item-image {
        -webkit-filter: none;
        filter: none;
    }

    .emp__item:hover .emp__item-name {
        color: #a00606;
    }

    .emp__item-image {
        width: 145px;
        height: 145px;
        border-radius: 50%;
        overflow: hidden;
        background-position: center;
        background-size: cover;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        margin: 20px 0 22px;
    }

    .emp__item-name {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        font-size: 18px;
        font-weight: 700;
        min-height: 54px;
    }

    .emp__item-rank,
    .emp__item-place,
    .emp__item-section {
        margin-top: 15px;
        margin-bottom: 15px;
        color: #383838;
        font-size: 9px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: "roboto";
        line-height: 15px;
    }

    @media only screen and (min-width: 1280px) {
        .emp__item-rank {
            min-height: 45px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 1279px) {
        .emp__item-rank {
            min-height: 62px;
        }
    }

    .emp__item-place,
    .emp__item-section {
        margin: 0;
    }

    .emp__item-place,
    .emp__item-section {
        position: relative;
        padding-left: 20px;
    }

    .emp__item-place:before,
    .emp__item-section:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        background-size: cover;
        background-position: center;
        top: 2px;
    }

    .emp__item-section:before {
        width: 11px;
        height: 9px;
        background-image: url(../images/static/emp__section.svg);
    }

    .emp__item-place {
        margin-bottom: 10px;
    }

    .emp__item-place:before {
        top: -3px;
        width: 12px;
        height: 18px;
        background-image: url(../images/static/emp__place.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    /* not-found */
    .not-found {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        position: relative;
        margin-bottom: 100px;
        margin-top: -50px;
    }

    .not-found__head {
        font-size: 132px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .not-found__text {
        margin-bottom: 45px;
        margin-top: 65px;
        font-size: 19px;
    }

    .not-found__inner {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .not-found-bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top 50px center;
        background-image: url(/local/templates/main/tpl/assets/images/static/404bg-new.jpg);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .not-found__nav-button:first-child {
        margin-right: 25px;
    }

    /* work */

    .clients,
    .stock,
    .work {
        margin-top: -50px;
        margin-bottom: 40px;
        padding-right: 35px;
    }

    .work .work__inner .b-name {
        bottom: 0;
    }

    .work .work__items {
        margin-top: 42px;
        margin: 42px -38px 0;
        padding: 0 20px;
    }

    .work .work__item {
        position: relative;
        padding: 0 0 45px;
        width: calc(100% / 4 - 38px);
        margin: 0 19px 45px;
        /* border-bottom: 1px solid red; */
    }

    .work .work__item:nth-last-child(-n + 4) {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .work .work__item:nth-child(4n):after {
        width: 100%;
    }

    .work .work__item:nth-last-child(-n + 4):after {
        display: none;
    }

    .work .work__item:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - -38px);
        border-bottom: 0;
    }

    .work .work__item-image {
        height: 180px;
    }

    .work .work__item-image-file {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .work .work__item-name {
        margin: 25px 0;
        min-height: 35px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .work .work__item:hover .work__item-name {
        color: #a00606;
    }

    .work .work__item-text {
        padding-right: 14px;
        color: #2a2a2a;
        font-size: 12px;
        line-height: 19px;
    }

    /* stock */

    .stock__inner,
    .clients__inner,
    .work__inner {
        position: relative;
        padding-left: 32px;
        color: #272727;
    }

    .clients__text,
    .stock__text,
    .work__text {
        font-size: 12px;
        line-height: 24px;
    }

    .clients__inner a,
    .stock__inner a,
    .work__inner a {
        color: #999;
        text-decoration: none;
    }

    .clients__inner a:hover,
    .stock__inner a:hover,
    .work__inner a:hover {
        color: #a00606;
    }

    .stock__inner .b-name,
    .clients__inner .b-name,
    .work__inner .b-name {
        bottom: calc(0px + 50px);
    }

    .stock__items,
    .clients__items,
    .work__items {
        margin-top: 35px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .stock__item,
    .clients__item,
    .work__item {
        color: #2a2a2a;
        text-decoration: none;
        width: 25%;
        padding-right: 45px;
        margin-bottom: 50px;
        padding-bottom: 45px;
        border-bottom: 1px solid #e9e9e9;
    }

    .stock__item:hover .stock__item-image,
    .clients__item:hover .stock__item-image,
    .stock__item:hover .clients__item-image,
    .clients__item:hover .clients__item-image {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .stock__item-image,
    .clients__item-image {
        margin-bottom: 24px;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        height: 45px;
        width: auto;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .stock__item-image-file,
    .clients__item-image-file {
        height: 100%;
    }

    .stock__item-num,
    .clients__item-name,
    .work__item-name {
        color: #2a2a2a;
        font-weight: 700;
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 19px;
    }

    .stock__item-num {
        color: #2a2a2a;
    }

    .stock__item-text,
    .clients__item-text {
        margin-bottom: 10px;
        height: 96px;
        overflow: hidden;
        font-size: 12px;
        line-height: 19px;
    }

    .stock__item-text {
        height: auto;
    }

    .stock__item-desc {
        font-weight: 100;
        font-style: italic;
        font-size: 12px;
        color: #939393;
    }

    .stock__ajax {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .stock__item-link {
        display: inline-block;
        margin-top: 20px;
    }

    /* clients */
    .clients,
    .stock {
        margin-top: -50px;
        margin-bottom: 0px;
        padding-right: 35px;
    }

    .clients__inner {
        position: relative;
    }

    .clients__item:nth-last-child(-n + 4),
    .stock__item:nth-last-child(-n + 4),
    .work__item:nth-last-child(-n + 4) {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .clients__item-text {
        margin-bottom: 28px;
        min-height: 65px;
    }

    .clients__item-nav-link {
        margin-right: 40px;
        position: relative;
        padding-left: 20px;
        font-style: italic;
        font-weight: 100;
        font-size: 12px;
        color: #8c8c8c;
        text-decoration: none;
    }

    .clients__item-nav-link:hover {
        color: #a00606;
    }

    .clients__item-nav-link:before {
        position: absolute;
        left: 0;
        display: block;
        content: "";
        background-size: cover;
        background-position: center;
        top: 50%;
    }

    .clients__item-nav-link--comments:before {
        width: 11px;
        height: 10px;
        background-image: url(../images/static/comment.svg);
        margin-top: -4px;
    }

    .clients__item-nav-link--act:before {
        width: 11px;
        height: 9px;
        background-image: url(../images/static/emp__section.svg);
        margin-top: -4px;
    }

    .clients__item-nav-link:last-child {
        margin-right: 0;
    }

    /* contacts */
    .cont {
        margin-top: -45px;
        margin-bottom: 50px;
    }

    .cont__inner {
        position: relative;
        padding-left: 30px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cont__main {
        position: relative;
    }

    .cont__main-current-name {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 40px;
        position: relative;
        z-index: 2;
    }

    .cont__main-current-address {
        position: relative;
        z-index: 2;
        font-size: 18px;
        font-weight: 100;
        margin-bottom: 40px;
        line-height: 24px;
    }

    .cont__main-current-links {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .cont__main-current-links:last-child {
        margin-bottom: 0;
    }

    .cont__main-current-link,
    .cont__main-current-link-text {
        color: #272727;
        text-decoration: none;
        font-size: 18px;
        font-weight: 100;
        line-height: 24px;
        z-index: 2;
    }

    .cont__main-current-link-text:hover {
        color: #a00606;
    }

    .cont__main-current {
        position: static;
        margin-right: 60px;
        width: 100%;
        margin-right: 0;
    }

    .cont__main-current:after {
        display: none;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        bottom: 0;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(
                linear,
                left top,
                right top,
                from(rgba(255, 255, 255, 0)),
                to(white)
        );
        background: linear-gradient(
                to right,
                rgba(255, 255, 255, 0) 0%,
                white 100%
        );
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 */
        width: 230px;
    }

    .cont__main-current-bg {
        position: absolute;
        top: 50px;
        left: -224px;
        right: 107px;
        bottom: 0;
        height: 540px;
        width: 700px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom left;
        background-image: url(../images/static/cont_bg.png);
        z-index: -1;
    }

    .cont__main-target {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cont__main-map-wrapper {
        height: 380px;
        position: relative;
    }

    .cont__main-map {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 482px;
    }

    .cont__main-map-nav-link {
        color: #656565;
        font-style: italic;
        font-size: 12px;
        font-weight: 100;
        text-decoration: none;
        position: relative;
        margin-right: 50px;
    }

    .cont__main-map-nav-link:last-child {
        margin-right: 0;
    }

    .cont__main-map-nav-link:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background-size: cover;
        background-position: center;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-filter: grayscale(1) invert(50%);
        filter: grayscale(1) invert(50%);
    }

    .cont__main-map-nav-link:hover {
        color: #a00606;
    }

    .cont__main-map-nav-link:hover:before {
        -webkit-filter: none;
        filter: none;
    }

    .cont__main-map-nav-link--direction {
        padding-left: 28px;
    }

    .cont__main-map-nav-link--direction:before {
        width: 15px;
        height: 14px;
        background-image: url(../images/static/cont__way.svg);
        margin-top: -10px;
    }

    .cont__main-map-nav-link--map {
        padding-left: 18px;
    }

    .cont__main-map-nav-link--map:before {
        width: 11px;
        height: 16px;
        background-image: url(../images/static/pin.svg);
        margin-top: -11px;
    }

    .cont__main-map-nav-link.is-active {
        color: #a00606;
    }

    .cont__main-map-nav-link.is-active:before {
        -webkit-filter: none;
        filter: none;
    }

    .cont__main-map-nav {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cont__main-map-switcher {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cont__main-more-content-image {
        width: 100%;
    }

    /*#goMap1 {*/
    /*    height: 160px;*/
    /*}*/

    .cont__more {
        width: 310px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-left: 60px;
        margin-right: 32px;
    }

    .cont__more .s-name {
        margin-bottom: 20px;
        align-items: center;
    }

    .cont__more .s-name__divider {
        margin-top: 0;
    }

    .cont__main-more-content {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 22px;
        border-left: 1px solid #dcdcdc;
        padding-top: 14px;
        padding-bottom: 70px;
    }

    .cont__main-more-content-name {
        color: #272727;
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .cont__main-more-content-text,
    .cont__main-more-content-link {
        font-size: 12px;
        line-height: 19px;
    }

    .cont__main-more-content-text,
    .cont__main-more-content-links {
        margin-bottom: 15px;
    }

    .cont__main-more-content-image {
        margin-top: 15px;
        margin-bottom: 36px;
        height: 168px;
    }

    .cont__main-more-content-image-file {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cont__main-more-content-link {
        text-decoration: none;
        font-weight: 100;
        color: #272727;
    }

    .cont__main-more-content-link:hover {
        color: #a00606;
    }

    .cont__howto {
        margin-top: 60px;
    }

    .cont__howto-header {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
    }

    .cont__howto-header-text {
        margin-right: 50px;
    }

    .cont__howto-header-nav-link {
        margin-right: 50px;
    }

    .cont__howto-header-nav-link:last-child {
        margin-right: 0;
    }

    .cont__howto-header-text,
    .cont__howto-header-nav-link {
        font-size: 19px;
        line-height: 24px;
    }

    .cont__howto-header-nav-link {
        font-weight: 100;
        font-style: italic;
        text-decoration: none;
        color: #a0a0a0;
    }

    .cont__howto-header-nav-link:hover,
    .cont__howto-header-nav-link.is-active {
        color: #a00606;
    }

    .cont__howto-text {
        margin-bottom: 50px;
        font-size: 12px;
        line-height: 21px;
    }

    .cont__howto-text-head {
        margin-bottom: 15px;
        font-weight: 700;
    }

    .cont__howto-form-name {
        font-weight: 700;
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 30px;
    }

    .cont__howto-form-inner {
        width: 468px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cont__map-tab {
        height: 380px;
    }

    .cont__map-direction {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 0;
        visibility: hidden;
    }

    .cont__map-direction.is-active {
        opacity: 1;
        visibility: visible;
    }

    .cont__map-direction-inner {
        width: 100%;
        max-width: 470px;
        background-color: #fff;
        padding: 40px 55px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .cont__map-direction-head {
        font-family: "roboto";
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 100;
        margin-bottom: 20px;
        margin-right: auto;
    }

    .cont__map-direction-nav {
        font-size: 12px;
        color: #a00606;
        font-family: "roboto";
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
        margin-top: 30px;
    }

    .cont__map-direction-closer {
        position: absolute;
        width: 10px;
        height: 10px;
        top: 15px;
        right: 15px;
    }

    .cont__map-direction-closer:hover:before,
    .cont__map-direction-closer:hover:after {
        background-color: #a00606;
    }

    .cont__map-direction-closer:before,
    .cont__map-direction-closer:after {
        display: block;
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        background-color: #000;
    }

    .cont__map-direction-closer:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cont__map-direction-closer:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* news */
    .news {
        margin-top: -50px;
    }

    .news__inner {
        position: relative;
    }

    .news__items {
        margin-top: 35px;
        padding-left: 30px;
    }

    .news__item-big {
        width: 71%;
        max-width: 1010px;
        margin-right: 5%;
    }

    @media only screen and (min-width: 1700px) {
        .n-item__name {
            min-height: 240px;
        }

        .n-item__text {
            min-height: 222px;
        }

        .news__item-big .n-item__name,
        .news__item-mid .n-item__name {
            min-height: 128px;
        }

        .news__item-big .n-item__text,
        .news__item-mid .n-item__text {
            min-height: 125px;
        }

        .n-item--small-imaged .n-item__text {
            min-height: 150px;
        }
    }

    @media only screen and (min-width: 1280px) and (max-width: 1700px) {
        /* .n-item__name {
		min-height: 240px;
	} */

        .n-item__text {
            min-height: 166px;
        }

        /* .news__item-big .n-item__name,
	.news__item-mid .n-item__name {
		min-height: 128px;
	} */

        .news__item-big .n-item__text,
        .news__item-mid .n-item__text {
            min-height: 100px;
            overflow: hidden;
        }

        .n-item--small-imaged .n-item__text {
            min-height: 90px;
            margin-bottom: 18px;
        }
    }

    .news__item-mid {
        width: 22%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .news__item-small {
        width: 25%;
        padding-right: 4%;
    }

    .news__item-small:nth-child(4n) {
        padding-right: 0;
        width: 21%;
    }

    .news__items-head {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 2%;
    }

    .news__items-head .news__item-big,
    .news__items-head .news__item-mid {
        padding-bottom: 40px;
    }

    .news__items-other {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news__items-other .news__item-small {
        display: flex;
        padding-top: 35px;
        padding-bottom: 40px;
        border-top: 1px solid #e8e8e8;
    }

    .news__ajax {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .c-page {
        margin-top: -46px;
    }

    .c-page--about .c-page__content {
        width: calc(100% - 360px);
        margin: 0 auto;
    }

    .c-page--news .c-slider:last-child {
        margin-bottom: 0;
    }

    .c-page--news .c-page__inner {
        padding-bottom: 0;
    }

    .c-page .bq {
        max-width: 510px;
        margin-bottom: 40px;
    }

    .c-page__row {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .c-page__content {
        position: relative;
        width: calc(100% - 310px);
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .c-page__c-sidebar {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 350px;
        padding-right: 35px;
    }

    .c-page__title {
        font-size: 30px;
        line-height: 40px;
        font-family: "sw";
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 45px;
    }

    .c-page__inner {
        position: relative;
        padding: 35px 50px 50px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .c-page__inner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 1px;
        width: 65px;
        background-color: #a00606;
    }

    .c-page__welcome {
        font-family: "sw";
        font-size: 20px;
        font-weight: 100;
        line-height: 32px;
    }

    .c-page p {
        font-size: 12px;
        font-family: "sw";
        font-weight: 100;
        line-height: 2;
    }

    /*  o-list  */
    .o-list {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 35px 0 0 0;
        padding: 0;
        list-style-type: none;
        counter-reset: list 0;
    }

    .o-list__item {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        padding-left: 42px;
        margin-bottom: 45px;
        font-family: "sw";
        font-size: 12px;
        font-weight: 100;
        color: #2a2a2a;
        line-height: 20px;
    }

    .o-list__item:before {
        counter-increment: list;
        content: counter(list) ".";
        position: absolute;
        left: 2px;
        top: 3px;
        font-size: 35px;
        font-family: "bodoni";
        line-height: 1;
    }

    .o-list__text {
        max-width: 170px;
    }

    /*  alert  */
    .alert {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 60px;
    }

    .alert__message {
        border: 1px solid #a00606;
        margin-right: 30px;
        padding: 40px 25px 40px 35px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    .alert__message p {
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 9px;
        color: #a00606;
        line-height: 21px;
        font-family: "roboto";
    }

    .alert__message p:last-child {
        margin-bottom: 0;
    }

    .alert__text {
        font-family: "sw";
        font-weight: 100;
        font-size: 12px;
        color: #2a2a2a;
        line-height: 2;
    }

    /*   u-list   */
    .u-list {
        padding-left: 25px;
        list-style-type: none;
    }

    .u-list__item {
        position: relative;
        font-family: "sw";
        font-weight: 100;
        font-size: 12px;
        line-height: 2;
        color: #2a2a2a;
        margin-bottom: 10px;
    }

    .u-list__item:before {
        content: "";
        position: absolute;
        left: -21px;
        top: 9px;
        border-radius: 50%;
        width: 5px;
        height: 5px;
        background-color: #a00606;
    }

    /*  c-table  */
    .c-table-wrapper {
        margin: 60px 0;
    }

    .c-table {
        min-width: 555px;
    }

    .c-table-title {
        margin-bottom: 32px;
        font-size: 14px;
        font-weight: 700;
        font-family: "sw";
    }

    .c-table-inner {
        overflow: auto;
    }

    .c-table tr:nth-child(odd) {
        background-color: #f6f6f6;
    }

    .c-table td {
        padding: 12px 30px;
        font-size: 12px;
    }

    .c-table td:nth-child(1) {
        font-weight: 700;
    }

    /*   c-sidebar  */

    .c-sidebar .s-name {
        margin-bottom: 35px;
    }

    .c-sidebar__section {
        margin-bottom: 60px;
    }

    .c-sidebar__section:first-child .c-sidebar__item:last-child {
        margin-bottom: 0;
    }

    .c-sidebar__section:last-child {
        margin-bottom: 0;
    }

    .c-sidebar__inner {
        padding-left: 22px;
        padding-right: 22px;
        border-left: 1px solid #dcdcdc;
    }

    .c-sidebar__title {
        display: block;
        text-decoration: none;
        color: #2a2a2a;
        margin-bottom: 15px;
        margin-top: 0;
        font-family: "sw";
        font-weight: 700;
        font-size: 12px;
        line-height: 19px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .c-sidebar__title:hover {
        color: #ad2828;
    }

    .c-sidebar__item {
        margin-bottom: 30px;
        text-decoration: none;
        display: inline-block;
    }

    .c-sidebar__item:hover .c-sidebar__title {
        color: #a00606;
    }

    .c-sidebar__text {
        font-weight: 100;
        font-family: "sw";
        font-size: 12px;
        line-height: 19px;
        color: #2a2a2a;
    }

    .c-sidebar__all,
    .service__link,
    .emp__more {
        text-transform: uppercase;
        font-size: 9px;
        font-family: "roboto";
        font-weight: 100;
        color: #999;
        letter-spacing: 2px;
        text-decoration: none;
    }

    .c-sidebar__all:after,
    .service__link:after,
    .emp__more::after {
        content: "";
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 0px;
        width: 13px;
        height: 6px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/static/c-sidebar__all.svg);
        opacity: 0.6;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .c-sidebar__all:hover,
    .service__link:hover,
    .emp__more:hover {
        color: #ad2828;
    }

    .c-sidebar__all:hover:after,
    .service__link:hover:after,
    .emp__more:hover:after {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .c-sidebar__date {
        font-size: 10px;
        font-weight: 100;
        font-family: "sw";
        margin-bottom: 20px;
        color: #999;
    }

    /* service */
    .service {
        padding-right: 30px;
        padding-bottom: 20px;
    }

    .service .s-name {
        margin-bottom: 45px;
    }

    .service__list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .service__list-item {
        flex: 0 0 33.33%;
        margin-bottom: 18px;
    }

    .service__list-link {
        color: #2a2a2a;
        font-family: "sw";
        font-size: 12px;
        font-weight: 700;
    }
    .service__link {
        display: inline-block;
        margin-top: 22px;
    }
    /* service end */

    .s-detail {
        margin-top: -38px;
    }

    .s-detail__row {
        position: relative;
    }

    .s-detail__wrapper-row {
        position: relative;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .s-detail__row {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .s-detail__s-links {
        width: 215px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .s-detail__inner {
        width: calc(100% - 215px);
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .s-detail__content {
        max-width: 780px;
        padding: 0 80px;
    }

    .s-detail__s-contact {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 280px;
    }

    .s-detail__s-links {
        position: relative;
    }

    .s-detail__section {
        position: relative;
        margin-bottom: 70px;
    }

    .s-detail__subtitle {
        font-family: "roboto";
        font-size: 19px;
        line-height: 24px;
        color: #1f1e28;
        margin-bottom: 25px;
        margin-top: 0;
    }

    .s-detail__text {
        font-weight: 100;
        font-family: "sw";
        font-size: 12px;
        line-height: 2;
        color: #2a2a2a;
    }

    .s-detail__img {
        position: absolute;
        left: -60px;
        top: -20px;
        max-width: 140px;
        height: auto;
        z-index: -1;
        opacity: 0.06;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
        transition: opacity 0.3s, -webkit-filter 0.3s;
        transition: filter 0.3s, opacity 0.3s;
        transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
    }

    .s-detail__s-section {
        padding-left: 80px;
        position: relative;
    }

    /*  s-links  */
    .s-links {
        position: relative;
        padding-left: 10px;
        padding-right: 50px;
    }

    .s-links__mobile-top {
        display: none;
    }

    .s-links__item {
        position: relative;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .s-links__item:hover .s-links__text,
    .s-links__item.is-active .s-links__text {
        color: #b23939;
    }

    .s-links__item:hover .s-links__img,
    .s-links__item.is-active .s-links__img {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .s-links__link {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .s-links__img {
        margin-right: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 28px;
        max-height: 26px;
        opacity: 0.6;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
        transition: opacity 0.3s, -webkit-filter 0.3s;
        transition: opacity 0.3s, filter 0.3s;
        transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s;
    }

    .s-links__text {
        text-transform: uppercase;
        font-family: "roboto";
        text-transform: uppercase;
        font-size: 9px;
        line-height: 16px;
        color: #383838;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .is-sticky.is-fixed {
        position: fixed;
        top: 130px;
    }

    .is-sticky.is-bottom {
        position: absolute;
        bottom: 0;
        top: auto;
    }

    /*   s-contact   */
    .s-contact {
        max-width: 280px;
        margin-left: auto;
        padding-bottom: 100px;
    }

    .s-contact__note {
        max-width: 200px;
        color: #ababab;
        line-height: 25px;
        font-family: "sw";
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    .s-contact__container {
        position: relative;
        padding: 0 80px 0 20px;
        cursor: pointer;
    }

    .s-contact__container:hover .s-contact__img {
        filter: none;
    }

    .s-contact__img {
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 20px;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        width: 118px;
        height: auto;
        -webkit-transition: -webkit-filter 0.3s;
        transition: -webkit-filter 0.3s;
        transition: filter 0.3s;
        transition: filter 0.3s, -webkit-filter 0.3s;
    }

    .s-contact__name {
        display: block;
        font-family: "sw";
        font-weight: 700;
        color: #2a2a2a;
        text-decoration: none;
        font-size: 18px;
        margin-bottom: 12px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .s-contact__name:hover {
        color: #b23938;
    }

    .s-contact__position {
        color: #383838;
        font-size: 9px;
        text-transform: uppercase;
        font-family: "roboto";
        font-weight: 100;
        margin-bottom: 25px;
        line-height: 16px;
    }

    .s-contact__button {
        position: relative;
        z-index: 2;
    }

    /*  s-section  */
    .s-section {
        margin-bottom: 55px;
    }

    .s-section .s-name {
        margin-bottom: 35px;
    }

    .s-section:last-child {
        margin-bottom: 0;
    }

    .s-section__row {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .s-section__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        text-decoration: none;
        padding-right: 25px;
    }

    .s-section__item:hover .s-section__link {
        color: #a00606;
    }

    .s-section__link {
        display: block;
        margin-bottom: 20px;
        text-decoration: none;
        color: #2a2a2a;
        font-weight: 700;
        font-family: "sw";
        font-size: 12px;
        line-height: 15px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .s-section__link:hover {
        color: #b23939;
    }

    .s-section__all {
        margin-top: 15px;
    }

    .s-section__all--mobile {
        display: none;
    }

    .s-section__text {
        font-weight: 100;
        font-size: 12px;
        line-height: 19px;
        color: #000;
    }

    .s-section__date {
        font-size: 10px;
        font-weight: 100;
        color: #999;
        margin-bottom: 25px;
    }

    /*   s-client   */
    .s-client {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .s-client__img {
        width: 70px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px;
        margin-top: 7px;
    }

    .s-client__title {
        font-weight: 700;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .s-client__content {
        min-height: 110px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .s-client__link {
        font-style: italic;
        font-weight: 100;
        color: #8c8c8c;
        text-decoration: none;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .s-client__link:hover {
        color: #b23939;
    }

    /* person */

    .person {
        margin-top: -42px;
    }

    .person__inner {
        position: relative;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .person__name {
        font-size: 44px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .person__position {
        font-family: "roboto";
        text-transform: uppercase;
        font-size: 11px;
        color: #383838;
        letter-spacing: 1px;
    }

    .person__about-image {
        width: 325px;
        height: 325px;
        overflow: hidden;
    }

    .person__main {
        width: calc(100% - 310px);
    }

    .person__about {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 20px;
        margin-top: 44px;
    }

    .person__about-image {
        margin-right: 6%;
    }

    .person__about-contacts {
        width: 100%;
        max-width: 384px;
    }

    .person__about-contacts-inner {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /* -webkit-box-align: start;
		-ms-flex-align: start; */
        /* align-items: flex-start; */
    }

    .person__about-contacts-col {
        width: 43%;
        display: flex;
        flex-direction: column;
    }

    .person__about-contacts-col--mail {
        margin-top: 0px;
    }

    .person__about-contacts-col--mail .person__about-contacts-info {
        margin-bottom: 0;
    }

    .person__about-contacts-block {
        margin-bottom: auto;
    }

    .person__heading {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 35px;
    }

    .person__about-contacts-name,
    .person__about-contacts-info-key {
        font-size: 12px;
        color: #8c8c8c;
        font-weight: 100;
        font-style: italic;
    }

    .person__about-contacts-info-key,
    .person__about-contacts-name {
        flex: 0 0 55px;
    }

    .person__about-contacts-info-value {
        text-decoration: none;
        color: #272727;
        font-size: 12px;
        margin-left: 0px;
    }

    .person__about-contacts-info-value:hover {
        color: #a00606;
    }

    .person__about-contacts-name {
        margin-bottom: 20px;
    }

    .person__about-contacts-info {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .person__about-contacts-block {
        display: flex;
    }

    .person__about-contacts-address {
        display: flex;
        flex-direction: column;
        margin-left: 0px;
        margin-bottom: 25px;
        font-size: 12px;
        line-height: 14px;
    }

    @media only screen and (min-width: 1360px) {
        .person__about-contacts-address {
            line-height: 16px;
        }
    }

    .person__about-contacts-address span {
        display: block;
    }

    .person__about-contacts-address span:first-child {
        margin-bottom: 20px;
    }

    .person__about-contacts-info {
        margin-bottom: 14px;
    }

    /* .person__about-contacts-info:last-child {
		margin-bottom: 0;
	} */

    .person__vcard {
        margin-top: 50px;
    }

    .person__more {
        margin-top: 32px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .person__more-achivments {
        padding-left: 20px;
        width: 290px;
        margin-right: 12.5%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .person__more-achivment {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px;
    }

    .person__more-achivment:last-child {
        margin-bottom: 0;
    }

    .person__sub {
        width: 310px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 0px;
        padding-right: 35px;
    }

    .person__more-achivment-image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 65px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 20px;
    }

    .person__more-achivment-text {
        font-size: 12px;
        line-height: 19px;
    }

    .person__more-bio-text {
        max-width: 362px;
        font-size: 12px;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 52px;
    }

    .person__more-bio-text:last-of-type {
        margin-bottom: 25px;
    }

    .mCSB_dragger_bar {
        background-color: #980307 !important;
    }

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
        height: 4px !important;
        background-color: #e9e9e9;
    }

    @media only screen and (min-width: 1280px) {
        .s-links,
        .s-contact {
            position: -webkit-sticky;
            position: sticky !important;
            top: 130px !important;
        }
    }

    .news-detail-wrapper {
        position: relative;
    }

    @media only screen and (min-width: 1360px) {
        .header__menu-linked-dd-link,
        .index__welcome-news-text,
        .index__welcome-main-text,
        .index__office-address,
        .index__office-link,
        .index__office-way,
        .index__owner-text,
        .index__customers-text-area,
        .index__customers-item-text,
        .footer__contact-text,
        .footer__contact-name,
        .footer__menu-item-title,
        .footer__menu-item-link,
        .footer__contact-link,
        .footer__copyright,
        .footer__map,
        .footer__cakelabs,
        .bread__link,
        .bread__current,
        .s-detail__text,
        .bq,
        .bq__value,
        .bq__title,
        .s-contact__note,
        .s-section__link,
        .s-section__texts,
        .header__dd-menu-item-dd-item,
        .serv__list-item-section-link,
        .sitemap__content-section-item,
        .c-page p,
        .o-list__text,
        .alert__text,
        .u-list__item,
        .c-sidebar__title,
        .c-sidebar__text,
        .person__about-contacts-name,
        .person__about-contacts-info-key,
        .person__about-contacts-address,
        .person__more-achivment-text,
        .person__more-bio-text,
        .service__list-link,
        .cont__main-map-nav-link,
        .cont__howto-text,
        .cont__howto-form-name,
        .cont__main-more-content-name,
        .cont__main-more-content-link,
        .cont__main-more-content-text,
        .n-item__date,
        .n-item__text,
        .n-item__hash-tag,
        .clients__text,
        .stock__text,
        .stock__item-num,
        .clients__item-nam,
        .stock__item-text,
        .clients__item-text,
        .clients__item-nav-link,
        .clients__item-name,
        .s-section__text,
        .stock__item-desc,
        .n-menu__link,
        .work__text,
        .work .work__item-name,
        .work .work__item-text,
        .person__about-contacts-info-value,
        .n-item--small-imaged .n-item__name {
            font-size: 14px;
        }

        .person__about-contacts {
            max-width: 410px;
        }
    }
}

/*--------------------- POP-UP -----------------------------------------------*/
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1000;
}
.popup_wide .popup__wrap {
    top: 100px;
    width: auto;
    max-height: none;
    max-width: none;
}
.popup_wide .popup__body {
    margin-bottom: 100px;
    padding: 30px 40px;
}
.popup__wrap {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    margin: auto;
    width: 530px;
    max-height: 650px;
    z-index: 101;
}
.popup__close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: no-repeat center url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNBMDA2MDYiIGQ9Ik05LjA0MiwxLjM1N0w4LjY0MywwLjk1OEw0Ljk4OSw0LjYxMmwtMy4zNS0zLjM1TDEuMjU1LDEuNjQ3bDMuMzUsMy4zNUwwLjk1OCw4LjY0NWwwLjM5OSwwLjM5OGwzLjY0Ny0zLjY0N2wzLjQ4NywzLjQ4OEw4Ljg3NSw4LjVMNS4zODgsNS4wMTFMOS4wNDIsMS4zNTd6Ii8+PC9zdmc+);
    background-size: 20px 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.popup__close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.popup__head {
    margin-bottom: 20px;
}
.popup__body {
    margin-bottom: 50px;
    padding: 40px;
    background: #fff;
}
.popup__title {
    margin-bottom: 20px;
    font: 100 21px/24px 'sw', sans-serif;
}
.popup__subtitle {
    margin: -30px 0 30px;
    text-transform: uppercase;
    font: 900 41px/41px 'sw', sans-serif;
}
.popup__img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.popup__form {
    margin: 0 auto;
}
.popup__submitted {
    margin: 100px 0;
    text-align: center;
}
.popup__submitted ._title {
    margin: 20px 0;
    font: 100 31px/41px 'sw', sans-serif;
}
.popup__submitted ._note {
    margin: 20px 0;
    font: 100 18px/24px 'sw', sans-serif;
}
.popup__submitted ._text {
    margin: 20px 0;
    font: 300 14px/22px 'sw', sans-serif;
}
/*--------------------- BLOCKS: Forms UI ------------------------------*/
.form.is-submitted .form__start {
    display: none;
}
.form.is-submitted .form__finish {
    display: block;
}
.form__line {
    position: relative;
    margin: 15px 0;
}
.form__finish {
    display: none;
}
.form__calendar {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 140px;
    height: 48px;
    padding: 10px 15px 10px 46px;
    font: 300 14px/26px 'Roboto', sans-serif;
    background: #f0edec no-repeat 20px 14px url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMwOTc2OUQiIGQ9Ik0zLDcuNDk5aDJ2MUgzVjcuNDk5eiIvPjxwYXRoIGZpbGw9IiMwOTc2OUQiIGQ9Ik0zLDExLjQ5OWgydjFIM1YxMS40OTl6Ii8+PHBhdGggZmlsbD0iIzA5NzY5RCIgZD0iTTMsOS40OTloMnYxSDNWOS40OTl6Ii8+PHBhdGggZmlsbD0iIzA5NzY5RCIgZD0iTTcsNy40OTloMnYxSDdWNy40OTl6Ii8+PHBhdGggZmlsbD0iIzA5NzY5RCIgZD0iTTcsMTEuNDk5aDJ2MUg3VjExLjQ5OXoiLz48cGF0aCBmaWxsPSIjMDk3NjlEIiBkPSJNNyw5LjQ5OWgydjFIN1Y5LjQ5OXoiLz48cGF0aCBmaWxsPSIjMDk3NjlEIiBkPSJNMTEsNy40OTloMnYxaC0yVjcuNDk5eiIvPjxwYXRoIGZpbGw9IiMwOTc2OUQiIGQ9Ik0xMSwxMS40OTloMnYxaC0yVjExLjQ5OXoiLz48cGF0aCBmaWxsPSIjMDk3NjlEIiBkPSJNMTEsOS40OTloMnYxaC0yVjkuNDk5eiIvPjxwYXRoIGZpbGw9IiMwOTc2OUQiIGQ9Ik0xMiwwLjQ5OWgtMXYySDh2LTJIN3YySDR2LTJIM3YySDB2MTMuMDAybDE2LTAuMDAydi0xM2gtNFYwLjQ5OXogTTE1LDMuNDk5djExSDF2LTExaDJ2Mmgxdi0yaDN2Mmgxdi0yaDN2Mmgxdi0ySDE1eiIvPjwvc3ZnPg==);
    background-size: 16px 16px;
    border: 1px solid #09769d;
    border-radius: 24px;
    cursor: pointer;
}
.form__calendar.is-white {
    background-color: #fff;
}
.form__calendar:focus {
    z-index: 1;
}
.form__calendar:hover {
    color: #09769d;
    /* Firefox 19+ */
}
.form__calendar:hover::-webkit-input-placeholder {
    color: #09769d;
}
.form__calendar:hover::-moz-placeholder {
    color: #09769d;
    opacity: 1;
}
.form__calendar:hover:-ms-input-placeholder {
    color: #09769d;
}
.form__dates {
    display: inline-block;
    vertical-align: top;
}
.form__dates-label {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    font: 300 14px/48px 'sw', sans-serif;
}
.form__dates .form__calendar {
    width: 170px;
}
.form__input {
    display: block;
    width: 100%;
    padding: 10px 19px;
    font: 300 16px/24px 'sw', sans-serif;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.form__input:focus {
    background: #f3f3f3;
    border-color: #ccc;
}
.form__text {
    display: block;
    width: 100%;
    height: 120px;
    padding: 10px 19px;
    font: 300 16px/24px 'sw', sans-serif;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    resize: none;
}
.form__text:focus {
    background: #f3f3f3;
    border-color: #ccc;
}
.form__checkbox {
    display: block;
    padding: 7px 0;
}
.form__checkbox.input-error > span {
    color: #ed1c24;
}
.form__checkbox.input-error > span:after {
    border-color: #ed1c24;
}
.form__checkbox > input {
    position: absolute;
    visibility: hidden;
    z-index: -10;
}
.form__checkbox > input:checked + span {
    color: #09769d;
}
.form__checkbox > input:checked + span:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMwQzBFMEYiIGQ9Ik0wLjM1Myw0LjgxNWwwLjYxMS0wLjYzMWwyLjk5NSwxLjc5MWw1LjE2NS00LjkxOGwwLjUyNCwwLjUyNWwtNS40NjMsNy4zNkwwLjM1Myw0LjgxNXoiLz48L3N2Zz4=);
}
.form__checkbox > span {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}
.form__checkbox > span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
    border: 1px solid #09769d;
}
.form__checkbox:hover > input + span {
    color: #1fb5eb;
}
.form__checkbox:hover > input + span:after {
    border-color: #1fb5eb;
}
.form__radio {
    display: block;
    padding: 7px 0;
}
.form__radio > input {
    display: none;
}
.form__radio > input:checked + span {
    color: #09769d;
}
.form__radio > input:checked + span:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0iIzRCNzY5MyIgY3g9IjUuMTAyIiBjeT0iNSIgcj0iMi44MDUiLz48L3N2Zz4=);
}
.form__radio > span {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}
.form__radio > span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
    border: 1px solid #09769d;
}
.form__radio:hover > input + span {
    color: #1fb5eb;
}
.form__radio:hover > input + span:after {
    border-color: #1fb5eb;
}
.error-label {
    display: none;
    position: absolute;
    left: 100%;
    top: 3px;
    margin-left: -20px;
    padding: 9px 10px 11px;
    font: 100 14px/20px 'sw', sans-serif;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 10px 24px rgba(1, 1, 1, 0.22);
}
.error-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 100%;
    border-top: 6px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
}
.input-error .error-label {
    display: block;
}
.input-error .form__input {
    border-color: #ed1c24;
}
.input-error .form__checkbox > span,
.input-error .form__radio > span {
    color: #ed1c24;
}
.input-error .form__checkbox > span:after,
.input-error .form__radio > span:after {
    border-color: #ed1c24;
}


/*--------------------- BLOCKS: Search-line ----------------------------------*/
/*.site-header__search {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
    margin-right: 15px;
}
.sh-mobile__search {
    display: none;
}
.sh-search-block {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sh-search-block.is-active .header__search-input,
.sh-search-block.is-active .m-menu__search-input{
    -webkit-transform: translateY(-15px) scale(1);
    transform: translateY(-15px) scale(1);
    opacity: 1;
    visibility: visible;
}
.sh-search-btn {
    display: block;
    width: 40px;
    height: 30px;
    border: 0;
    background: transparent no-repeat center url("/local/templates/main/tpl/img/search.svg");
    background-size: 18px 18px;
    z-index: 2;
}
.header__search-input, .m-menu__search-input {
    position: absolute;
    top: 8px;
    right: -1px;
    border: 1px solid #eeeeee;
    outline: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100vw - (300px + 350px));
    flex: 0 0 880px;
    height: 45px;
    margin: 0;
    padding: 15px 20px;
    -webkit-transform: translateY(-15px) scale(0.8);
    transform: translateY(-15px) scale(0.8);
    -webkit-box-shadow: -5px 5px 48px -10px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 5px 48px -10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    color: #5C5C5C;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.search-line {
    display: -webkit-box;
    display: flex;
    height: 44px;
    background-color: #fff;
    box-shadow: -2px 1px 16px rgba(214, 214, 214, 1);
}
.search-line--mobile {
    max-width: 500px;
    margin: 0 auto;
}
.search-line__input {
    display: block;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 15px 20px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    border: none;
    background-color: #fff;
}
.search-line__input:focus {
    background-color: #fafafa;
}
.search-line__btn {
    display: block;
    -webkit-box-flex: 0;
    flex: 0 0 44px;
    background: #fff no-repeat center url("/local/templates/main/tpl/img/search.svg");
    background-size: 18px 18px;
    border: none;
    cursor: pointer;
}*/

/*--------------------- BLOCKS: Search-res -----------------------------------*/

.search-line {
    display: -webkit-box;
    display: flex;
    width: 100%;
    position: relative;
}
.search-line .header__search-input {
    width: 100%;
    padding-right: 80px;
}
.search__news-list {
    /* display: -webkit-box;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     flex-flow: row nowrap;
     margin-bottom: 12px;
     position: relative;*/
}
.sn-item {
    padding: 15px 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    position: relative;
}
.sn-item__numb {
    -webkit-box-flex: 0;
    flex: 0 0 30px;
    padding-right: 13px;
    text-align: right;
}
.sn-item__name {
    color: #000;
}
.sn-item b {
    color: #A00606;
    font-weight: 300;
}
.sn-item__content {
    width: calc(100% - 30px);
}
.sn-item__text {
    font-size: 13px;
    line-height: 15px;
    color: #5a5a5a;
    word-wrap: break-word;
}

/*--------------------- BLOCKS: Paginator ------------------------*/
.paginator {
    margin: 20px auto;
    padding: 0;
    list-style: none;
    font-size: 0;
    display: flex;
    justify-content: center;
}
.paginator li {
    display: inline-block;
    vertical-align: top;
    color: #09769d;
    text-align: center;
    font: 300 18px/30px 'Museo Sans', sans-serif;
}
.paginator li.active {
    height: 60px;
    min-width: 40px;
    padding: 15px 5px;
    color: #A00606;
    background-color: #fff;
    cursor: default;
}
.paginator li:first-child {
    margin-right: 20px;
}
.paginator.search-paginator li{
    margin-right: 15px;
}
.paginator li:last-child {
    margin-left: 20px;
}
.paginator.search-paginator li:last-child{
    margin-right: 0;
    margin-left: 0;
}
.paginator a {
    display: block;
    height: 60px;
    min-width: 40px;
    padding: 15px 5px;
    font: inherit;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #000;
    text-decoration: none;
}
.paginator a:hover {
    color: #fff;
    background: #1fb5eb;
}
.paginator a:active {
    color: #fff;
    background: #A00606;
    -webkit-transition: none 0.3s ease 0s;
    transition: none 0.3s ease 0s;
}
.paginator__dots {
    height: 60px;
    padding: 15px 5px;
    color: #000;
    cursor: default;
}
.paginator__text {
    text-transform: uppercase;
}
.paginator__text a {
    padding: 15px 20px;
    font-size: 14px;
    background: #fff;
}

@media only screen and (min-width: 1360px) {
    .index__office-address {
        min-height: 48px;
    }
}
.goMap--lg, #yaMap {
    height: 510px;
}

.goMap--sm {
    height: 168px;
}

.emp__item-image img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

@media only screen and (min-width: 1700px) {
    .n-item--big .n-item__image {
        position: relative;
        padding-bottom: 43%;
    }
}

.n-item--small-imaged .n-item__name {
    margin-top: 40px;
    min-height: 50px;
}

.n-item--small-imaged .n-item__image {
    position: relative;
    margin-right: 0;
    padding-bottom: 80%;
}

.n-item .n-item__image-file {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index__customers-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.index__customers-item {
    padding: 0 20px;
}

.index__customers-item-image {
    max-height: 100%;
    object-fit: contain;
    padding: 0;
}

@media only screen and (max-width: 1699px) and (min-width: 1280px){
    .n-item--big .n-item__image  {
        padding-bottom: 43%;
        margin-right: 5%;
        -webkit-box-flex: 0;
        flex: 0 0 52%;
    }
    .emp__item-name {
        min-height: 40px;
    }
}

@media only screen and (max-width: 1699px) and (min-width: 1280px) {
    #goMap, #yaMap, .goMap--lg {
        height: 380px !important;
    }
}

.person__about-contacts-col:first-child .person__about-contacts-address {
    min-width: 228px;
}

@media only screen and (max-width: 1699px) {
    .person__about-contacts-col:first-child .person__about-contacts-address {
        min-width: 176px;
    }
}

@media only screen and (max-width: 1359px) {
    .person__about-contacts-col:first-child .person__about-contacts-address {
        min-width: 165px;
    }
}