@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;
}

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

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

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

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

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

body {
    font-family: 'roboto';
    font-weight: 300;
    color: #000;
    background-color: #F7F7F7;
}

body.is-unscrolled {
    overflow: hidden;
}

.page {
    overflow: hidden;
    min-height: 100vh;
    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;
    position: relative;
}

.h1 {
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 55px;
    font-family: 'exo';
    font-weight: 100;
}

.h1 span {
    color: #ed3636;
}

.h2, .c-page__content h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'exo';
    font-weight: 100;
}

.h2 span, .c-page__content h2 span {
    color: #ed3636;
}

.h3 {
    font-size: 18px;
    line-height: 26px;
    font-family: 'exo';
    font-weight: 100;
}

.content {
    z-index: 12;
    margin-bottom: 40px;
}

.content__inner {
    max-width: 1520px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 43px;
    height: 85px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/static/slider-arrow.svg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    left: -60px;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 0.618;
}

.owl-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: -60px;
}

.button {
    border: 1px solid transparent;
    background-color: transparent;
    outline: none;
    padding: 20px 30px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.button--red {
    font-size: 18px;
    color: #fff;
    font-family: 'exo';
    background-color: #ed3636;
    font-weight: 100;
}

.button--red:hover {
    color: #ed3636;
    background-color: #fff;
    border-color: #ed3636;
}

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

.link--black {
    color: #000;
}

.link--black:hover {
    color: #ed3636;
}

.input-area {
    position: relative;
    margin-bottom: 35px;
}

.input-name {
    font-size: 14px;
    font-family: 'roboto';
    font-weight: 100;
    color: #A6A6A6;
    margin-bottom: 15px;
}

.default-input {
    width: 100%;
    outline: none;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    color: #A6A6A6;
    padding: 20px 15px;
    font-weight: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

.select-area {
    margin-bottom: 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 30px;
}

.select-area--small {
    width: 160px;
    margin-bottom: 0;
}

.checkbox label {
    font-size: 14px;
    color: #000;
    font-weight: 100;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.checkbox label:hover {
    color: #ed3636;
}

.checkbox label:before {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    content: '';
    border: 1px solid #a6a6a6;
    left: 1px;
    top: 0;
}

.checkbox label:after {
    display: block;
    content: '';
    position: absolute;
    width: 15px;
    height: 12px;
    background-image: url(../images/static/checkbox.svg);
    background-position: center;
    background-size: cover;
    top: 4px;
    left: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.checkbox input {
    display: none;
}

.checkbox input:checked + label:after {
    opacity: 1;
}

.default-textarea {
    width: 100%;
    max-width: 100%;
    outline: none;
    border: 1px solid #e6e6e6;
    height: 150px;
}

/* header */
.header {
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 15;
}

.header .mCSB_scrollTools {
    position: fixed;
    right: 0;
}

.header .mCustomScrollBox {
    width: 100%;
}

.header .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.header__menu-lang {
    display: none;
}

.header__menu-contacts-phone {
    font-size: 26px;
    color: #000;
    text-decoration: none;
    font-family: 'exo';
    margin-bottom: 20px;
}

.header__menu-contacts {
    display: none;
}

.header__menu-contacts-link {
    font-size: 18px;
    font-family: 'exo';
    color: #ed3636;
    text-decoration: none;
}

.header__inner {
    max-width: 1520px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu-search {
    display: none;
}

.header__menu-search--main {
    display: block;
}

.header__logo {
    width: 245px;
    height: 65px;
    display: block;
}

.header__logo-file {
    max-width: 100%;
    max-height: 100%;
}

.header__menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(../images/static/menu__bg.svg);
    background-position: center;
    background-size: cover;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 14px 40px;
}

.header__menu-item {
    margin-right: 25px;
    position: relative;
}

.header__menu-item:last-child {
    margin-right: 0;
}

.header__menu-item:last-child .header__menu-dd {
    right: -29px;
    left: initial;
}

.header__menu-item.is-active .header__menu-dd {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
}

.header__menu-dd {
    position: absolute;
    top: 100%;
    left: -35px;
    background-color: #fff;
    z-index: 5;
    top: 56px;
    padding: 30px 40px;
    -webkit-box-shadow: 0px 0px 45px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 45px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px) scale(0.85);
    transform: translateY(-20px) scale(0.85);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header__menu-dd-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header__menu-link {
    text-decoration: none;
    font-family: 'exo';
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header__menu-link:hover, .header__menu-link.is-current {
    color: #B91414;
}

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

.header__socios {
    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;
}

.header__socios--mobile {
    display: none;
}

.header__phone {
    font-size: 24px;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
    font-family: 'exo';
}

.header__phone:hover {
    color: #ed3636;
}

.header__contacts-link {
    color: #ed3636;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header__contacts-link:hover {
    color: #B91414;
}

.header__socio-link {
    width: 17px;
    height: 17px;
    margin-right: 15px;
}

.header__socio-link svg {
    max-width: 100%;
}

.header__socio-link svg path {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header__socio-link:hover path {
    fill: #B91414 !important;
}

.header__nav {
    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;
}

.header__lang:hover .header__lang-nav:after, .header__lang:hover .header__menu-lang:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header__lang-nav, .header__menu-lang {
    font-size: 14px;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
    margin-left: 15px;
    position: relative;
}

.header__lang-nav:after, .header__menu-lang:after {
    display: block;
    content: '';
    position: absolute;
    right: -10px;
    width: 4px;
    top: 50%;
    margin-top: -2px;
    height: 6px;
    background-position: center;
    background-size: cover;
    background-image: url(../images/static/lang-icon.svg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header__lang-nav:hover, .header__menu-lang:hover {
    color: #ed3636;
}

.header__contacts {
    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;
    margin-top: 10px;
}

.header__search-input {
    position: absolute;
    width: 930px;
    padding-top: 28px;
    padding-bottom: 28px;
    right: 0;
    outline: none;
    top: -28px;
    border: none;
    -webkit-box-shadow: 0px 0px 45px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 45px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 300;
    /* Firefox 19+ */
    /* Firefox 18- */
}

.header__search-input::-webkit-input-placeholder {
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 300;
}

.header__search-input::-moz-placeholder {
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 300;
}

.header__search-input:-moz-placeholder {
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 300;
}

.header__search-input:-ms-input-placeholder {
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 300;
}

.header__search {
    position: relative;
}

.header__search.is-active .header__search-input {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.header__search.is-active .header__search-closer {
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header__search.is-active .header__search-button {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
}

.header__search-closer {
    display: block;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 5;
    opacity: 0;
    top: 50%;
    margin-top: -11px;
}

.header__search-closer:hover:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #B91414;
}

.header__search-closer:hover:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #B91414;
}

.header__search-closer:before, .header__search-closer:after {
    display: block;
    content: '';
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    left: 0;
    top: 9px;
    height: 2px;
    background-color: #ed3636;
}

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

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

.header__search-button {
    display: block;
    padding: 0;
    position: relative;
    z-index: 5;
    outline: none;
    width: 16px;
    height: 16px;
    background-image: url(../images/static/search.svg);
    background-position: center;
    background-size: cover;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

.header__search-button:hover {
    -webkit-filter: grayscale(0.45);
    filter: grayscale(0.45);
}

.header__menu-dd-item {
    margin-bottom: 25px;
}

.header__menu-dd-item:last-child {
    margin-bottom: 0;
}

.header__menu-dd-link {
    color: #000;
    white-space: nowrap;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

.header__hamburger {
    display: none;
}

.header__hamburger.is-active {
    position: fixed;
    top: 40px;
    right: 50px;
}

.header__hamburger-name {
    font-family: 'exo';
    color: #ed3636;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* footer */
.footer {
    position: relative;
    margin-top: auto;
    z-index: 10;
}

.footer--index .footer__inner {
    border: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px;
}

.footer--index .footer__copyright {
    color: #fff;
    margin-right: auto;
}

.footer--index .footer__text {
    text-align: left;
    margin-right: 20px;
}

.footer--index .footer__desc {
    margin-left: 50px;
}

.footer--index .footer__texts {
    margin-left: auto;
}

.footer__texts {
    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;
    max-width: 100%;
}

.footer__inner {
    border-top: 1px solid #eee;
    max-width: 1520px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    padding: 30px 50px;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__text {
    max-width: 350px;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
    margin-right: 50px;
}

.footer__text:last-child {
    margin-right: 0;
}

.footer__copyright {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 14px;
    font-weight: 700;
}

.footer__copyright:hover {
    color: #ed3636;
}

.footer__sitemap {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.footer__sitemap:hover {
    color: #ed3636;
}

.footer__sitemap:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26px;
    background-repeat: no-repeat;
    height: 18px;
    background-image: url(../images/static/sitemap.svg);
    background-size: contain;
    background-position: center;
}

.footer__desc {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer__creater {
    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;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 0.75;
}

.footer__creater:hover {
    color: #ed3636;
}

.footer__cakelabs {
    background-image: url(../images/static/cake.svg);
    width: 91px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* bread */
.bread {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.bread__link,
.bread__target {
    font-family: 'roboto';
    font-size: 14px;
    color: #aaa;
    text-decoration: none;
    margin-right: 15px;
    font-weight: 100;
}

.bread__link:last-child,
.bread__target:last-child {
    margin-right: 0;
}

.bread__link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

.bread__link:after {
    display: block;
    content: '-';
    position: absolute;
    top: 0;
    right: -10px;
}

.bread__link:hover {
    color: #ed3636;
}

.bread__link:hover:after {
    color: #aaa;
}

/* menu */
.w-menu-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.w-menu-wrapper.is-active .w-menu {
    opacity: 1;
    visibility: visible;
}

.w-menu {
    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-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 30px);
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    position: relative;
    -webkit-box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.025);
    box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.025);
    margin-bottom: 50px;
}

.w-menu--small {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-left: 15px;
}

.w-menu--small .w-menu__link {
    margin-right: 35px;
}

.w-menu--small .w-menu__link:last-child {
    margin-right: 0;
}

.w-menu:before, .w-menu:after {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 15px;
    background-size: cover;
    background-position: center;
}

.w-menu:after {
    background-image: url(../images/static/w-menu__right.png);
    right: -15px;
    top: 0;
}

.w-menu:before {
    background-image: url(../images/static/w-menu__left.png);
    left: -15px;
    top: 0;
}

.w-menu-nav {
    display: none;
}

.w-menu__link {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.w-menu__link:hover, .w-menu__link.is-current {
    color: #ed3636;
}

/* manager */
.manager {
    min-width: 30%;
    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;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 120px;
}

.manager__image {
    border-radius: 50%;
    overflow: hidden;
    width: 240px;
    height: 240px;
    background-size: cover;
    background-position: center;
    margin-bottom: 35px;
}

.manager__rank {
    font-weight: 700;
    margin-top: 10px;
}

.manager__rank,
.manager__name {
    font-size: 18px;
    font-family: 'exo';
    text-align: center;
}

/* i-project */
.i-project {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid transparent;
    margin-bottom: 70px;
}

.i-project:hover {
    border-color: #f6e1e1;
}

.i-project:hover .i-project__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
}

.i-project:hover .i-project__arrow, .i-project:hover .i-news__arrow, .i-project:hover .gn-item__arrow, .i-project:hover .s-news__arrow, .i-project:hover .s-book__arrow, .i-project:hover .g-news__archive-item-arrow, .i-project:hover .vac__tabs-content-link:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.i-project:hover .i-project__name {
    color: #ed3636;
}

.i-project__image {
    background-position: center;
    background-size: cover;
    -webkit-transition: 4s;
    transition: 4s;
    width: 100%;
    height: 100%;
}

.i-project__content {
    padding: 25px 30px;
}

.i-project__name {
    font-size: 30px;
    font-family: 'exo';
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.i-project__text-phar {
    margin-top: 0;
    margin-bottom: 25px;
}

.i-project__image-wrapper {
    overflow: hidden;
    width: 480px;
    height: 325px;
}

.i-project__nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.i-project__date,
.i-project__place {
    font-size: 14px;
}

.i-project__place {
    position: relative;
    padding-left: 15px;
}

.i-project__place:before {
    top: 50%;
    margin-top: -5px;
    left: 0;
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/static/i-project__place.svg);
}

.i-project__arrow, .i-news__arrow, .gn-item__arrow, .s-news__arrow, .s-book__arrow, .g-news__archive-item-arrow, .vac__tabs-content-link:after {
    margin-top: 26px;
    /*background-size: cover;*/
    background-repeat:no-repeat;
    background-position: center;
    height: 7px;
    width: 18px;
    background-image: url(../images/static/i-project__arrow.png);
    /*background-image: url(../images/static/i-project__arrow.svg);*/
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.projects__items {
    margin-top: 55px;
}

/* pagination */
.pagination-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;
}

.pagination,
.pagination__pages {
    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;
    padding: 10px 0;
}

.pagination__pages {
    margin-left: 80px;
    margin-right: 80px;
}

.pagination__page {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    margin-right: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pagination__page:hover {
    color: #B91414;
}

.pagination__page:last-child {
    margin-right: 0;
}

.pagination__prev,
.pagination__next {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pagination__prev:hover,
.pagination__next:hover {
    color: #B91414;
}

/* material */
.material {
    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;
    width: 50%;
    margin-bottom: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
}

.material__image {
    background-position: center;
    background-size: cover;
    width: 180px;
    height: 260px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.material__content {
    margin-left: 60px;
}

.material__name {
    font-size: 24px;
    margin-bottom: 35px;
}

.material__about {
    font-size: 16px;
    margin-bottom: 35px;
}

.material__link {
    font-size: 14px;
    text-decoration: underline;
    color: #ed3636;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.material__link:hover {
    color: #B91414;
    text-decoration: none;
}

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

.material__link {
    margin-right: 80px;
    position: relative;
    padding-left: 30px;
}

.material__link:last-child {
    margin-right: 0;
}

.material__link:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.material__link--pdf:before {
    background-image: url(../images/static/pdf.svg);
    width: 16px;
    height: 21px;
}

.material__link--download:before {
    background-image: url(../images/static/download.svg);
    width: 14px;
    height: 15px;
}

.materials__items {
    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;
}

/* p-video */
.p-video {
    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-top: -50px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.p-video * {
    overflow: hidden;
}

.p-video:hover {
    color: #ed3636;
}

.p-video__button {
    width: 76px;
    height: 76px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.p-video__button-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.p-video__button-filter {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    overflow: hidden;
}

.p-video__play {
    background-size: cover;
    background-position: center;
    background-image: url(../images/static/video.svg);
    width: 24px;
    height: 25px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.p-video__text {
    font-size: 14px;
    margin-left: 20px;
}

/* i-news */
.i-news {
    width: 32%;
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid transparent;
    margin-bottom: 30px;
}

.i-news:hover {
    border-color: #f6e1e1;
}

.i-news:hover .i-news__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.i-news:hover .i-news__name {
    color: #ed3636;
}

.i-news__image {
    width: 100%;
    height: 325px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 4s;
    transition: all 4s;
}

.i-news__arrow {
    margin-top: 0;
}

.i-news__content {
    padding: 30px;
}

.i-news__name {
    font-size: 30px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-family: 'exo';
}

.i-news__text {
    line-height: 1.45;
    margin-top: 30px;
}

.i-news__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-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.i-news__image-wrapper {
    overflow: hidden;
}

/* gn-item */
.gn-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 48.5%;
    text-decoration: none;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.gn-item:hover {
    border-color: #f6e1e1;
}

.gn-item:hover .gn-item__arrow, .gn-item:hover .s-news__arrow, .gn-item:hover .s-book__arrow, .gn-item:hover .g-news__archive-item-arrow, .gn-item:hover .vac__tabs-content-link:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.gn-item__image {
    width: 190px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.gn-item__image-file {
    max-width: 100%;
}

.gn-item__arrow, .s-news__arrow, .s-book__arrow, .g-news__archive-item-arrow, .vac__tabs-content-link:after {
    margin-top: 70px;
}

.gn-item__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.gn-item__list-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.gn-item__list-item:before {
    background-image: url(../images/static/list-image.svg);
    width: 10px;
    height: 10px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
}

.gn-item__content {
    margin-left: 50px;
}

.gn-item__head {
    font-size: 18px;
    margin-bottom: 15px;
}

/* review */
.review {
    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-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 30%;
    margin-bottom: 110px;
}

.review:hover {
    color: #ed3636;
}

.review:hover .review__image-file {
    -webkit-box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.2);
}

.review__image {
    width: 260px;
    margin-bottom: 30px;
    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;
}

.review__image-file {
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.review__name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
}

.review__date {
    font-size: 18px;
}

.bg--index {
    position: absolute;
    left: -2px;
    top: 0;
    right: 0;
    bottom: 0;
}

.bg__scene {
    width: calc(100% + 100px);
    height: calc(100% + 50px);
    margin-left: -100px;
    margin-top: -50px;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bg--index {
    left: -2px;
}

.bg__image {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 58%;
    bottom: 0;
    height: 100%;
    max-height: 2100px;
    background-size: cover;
    background-image: url(../images/content/index-bg.jpg);
}

.bg__svg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}

.bg__svg img {
    width: 100%;
    vertical-align: bottom;
}

.bg__svg:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: -5000000px;
    background-color: #F7F7F7;
}

.bg__slider {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
}

.bg__slider .bg__img {
    background-size: cover;
}

.bg__slider.is-zoomed {
    -webkit-transform: scale(1.15) translateX(40px);
    transform: scale(1.15) translateX(40px);
}

.i-category {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    max-width: 360px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 80px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.i-category:nth-child(2) {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.i-category:nth-child(3) {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.i-category:nth-child(4) {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
}

.i-category:nth-child(5) {
    -webkit-transform: translateX(-65px);
    transform: translateX(-65px);
}

.i-category:nth-child(6) {
    -webkit-transform: translateX(-95px);
    transform: translateX(-95px);
}

.i-category:before, .i-category:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: transparent;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.i-category:before {
    top: 0;
    left: 0;
}

.i-category:after {
    bottom: 0;
    left: -10px;
}

.i-category:hover:before, .i-category:hover:after {
    background-color: rgba(237, 55, 55, 0.2);
}

.i-category:hover .i-category__img {
    opacity: 1;
}

.i-category:hover .i-category__text {
    color: #ED3737;
}

.i-category__link {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.i-category__text {
    font-size: 18px;
    font-family: 'roboto';
    -webkit-transition: color .3s;
    transition: color .3s;
}

.i-category__img {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.i-category__img img {
    max-width: 100%;
    max-height: 35px;
    height: auto;
}

.i-new {
    text-align: right;
    margin-right: 20px;
}

.i-new__title {
    text-decoration: underline;
    color: #000000;
    font-size: 18px;
    margin-bottom: 30px;
    display: block;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.i-new__title:hover {
    color: #dd1414;
}

.i-new__text {
    font-size: 14px;
    line-height: 1.4;
}

.i-stats-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}

.i-stat {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
}

.i-stat__text {
    font-size: 13px;
    line-height: 1.2;
    font-family: 'exo';
    width: 110px;
    text-align: right;
}

.i-stat__value {
    position: relative;
    font-size: 34px;
    color: #ED3737;
    font-family: 'exo';
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -5px;
}

.i-stat__value:before {
    content: '';
    position: absolute;
    left: -22px;
    top: -40px;
    width: 115px;
    height: 130px;
    background-image: url(../images/static/stat-bg.svg);
    background-size: cover;
}

.i-building-row {
    padding-right: 20px;
}

.i-building {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.i-building:hover .i-building__text {
    color: #ED3737;
}

.i-building__text {
    text-align: right;
    font-size: 13px;
    font-family: 'exo';
    margin-right: 10px;
    line-height: 1.3;
    -webkit-transition: color .3s;
    transition: color .3s;
    max-width: 100%;
}

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

.i-building__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.r-content {
    max-width: 850px;
    width: 60%;
    margin-left: 40%;
}

.r-content__link {
    font-size: 14px;
    color: #EB1D24;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.r-content__link:after {
    content: '';
    display: inline-block;
    margin-bottom: -1px;
    margin-left: 7px;
    width: 10px;
    height: 10px;
    background-image: url(../images/static/arr-red.svg);
    background-size: cover;
}

.r-content__link:hover {
    color: #c41117;
}

.r-content h1 {
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 55px;
    font-family: 'exo';
    font-weight: 300;
}

.r-content h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'exo';
    font-weight: 300;
}

.r-content h3 {
    font-size: 18px;
    line-height: 26px;
    font-family: 'exo';
    font-weight: 300;
}

.r-content h4 {
    font-family: 'roboto';
    font-weight: 700;
}

.r-content ul {
    padding-left: 25px;
}

.r-content ul li {
    position: relative;
    list-style-type: none;
    font-size: 16px;
    font-family: 'roboto';
    margin-bottom: 22px;
}

.r-content ul li:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 4px;
    width: 8px;
    height: 8px;
    background-color: #B91414;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.r-content p {
    font-family: 'roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

.r-content p a {
    color: #B91414;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.r-content p a:hover {
    color: lighter(#B91414, 30%);
}

.r-content hr {
    border: none;
    color: rgba(237, 55, 55, 0.2);
    background-color: rgba(237, 55, 55, 0.2);
    height: 1px;
}

.r-content__img {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
}

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

.garanty p {
    margin-top: 0;
}

.garanty__title {
    width: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 26px;
    font-size: 14px;
    color: #B91414;
}

.r-note {
    margin: 30px 0;
    padding: 40px 20px 60px 20px;
    border-top: 1px solid rgba(237, 55, 55, 0.2);
    border-bottom: 1px solid rgba(237, 55, 55, 0.2);
    text-align: center;
}

.r-note__img {
    max-height: 85px;
    width: auto;
    margin-bottom: 40px;
}

.r-note__text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-family: 'roboto';
    font-weight: 300;
}

.r-note__text a {
    color: #B71616;
}

.r-feature {
    color: #B91414;
    margin-bottom: 40px;
}

.c-person {
    width: 200px;
    margin: 20px auto 50px auto;
    text-align: center;
}

.c-person__img {
    border-radius: 50%;
    overflow: hidden;
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
}

.c-person__name {
    font-size: 14px;
    font-family: 'roboto';
    font-weight: 700;
    margin-bottom: 5px;
}

.c-person__position {
    color: #AAA;
    font-size: 14px;
    font-family: 'roboto';
    font-weight: 300;
}

.infoboxes {
    display: none;
}

.infobox {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    width: 350px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.infobox__img {
    width: 80%;
    height: 60px;
}

.infobox__img img {
    max-width: 100% !important;
    height: auto;
    max-height: 100%;
    width: auto;
}

.infobox__text {
    font-size: 14px;
    line-height: 1.4;
}

.popup {
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 30;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.popup.is-visible {
    opacity: 1;
    visibility: visible;
}

.popup__container {
    position: relative;
    width: 100%;
    width: 100%;
    max-width: 800px;
    padding: 60px;
    margin-top: 100px;
    margin-bottom: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.popup__closer {
    position: absolute;
    display: block;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    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;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.popup__closer:before, .popup__closer:after {
    display: block;
    position: absolute;
    content: '';
    width: 25px;
    height: 1px;
    background-color: #B91414;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -12px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.popup__closer:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup-body {
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    -o-flex-flow: column;
    -khtml-flex-flow: column;
    flex-flow: column;
   /* -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;*/
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
}

.popup-finish {
    display: none;
}

.popup__title {
    font-size: 24px;
    font-family: 'roboto';
    font-weight: 300;
    margin-bottom: 25px;
}

.popup__text p {
    font-size: 16px;
    font-family: 'roboto';
    line-height: 24px;
}

.cutted {
    overflow: hidden;
}

/* s-news */
.s-news, .s-book {
    outline: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #000;
    border: 1px solid transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 40px;
}

.s-news:hover, .s-book:hover {
    border-color: #f6e1e1;
}

.s-news:hover .s-news__image-file, .s-book:hover .s-news__image-file, .s-news:hover .s-book__image-file, .s-book:hover .s-book__image-file {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.s-news:hover .s-news__arrow, .s-book:hover .s-news__arrow, .s-news:hover .s-book__arrow, .s-book:hover .s-book__arrow {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.s-news__image, .s-book__image {
    max-width: 360px;
    max-height: 240px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.s-news__image-file, .s-book__image-file {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    -webkit-transition: 4s;
    transition: 4s;
}

.s-news__content, .s-book__content {
    padding: 15px 30px;
    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;
}

.s-news__name, .s-book__name {
    font-size: 30px;
    font-family: 'exo';
    font-weight: 100;
    margin-bottom: 40px;
}

.s-news__name span, .s-book__name span {
    color: #ed3636;
}

.s-news__about, .s-book__about {
    font-size: 14px;
    font-weight: 100;
}

.s-news__about span, .s-book__about span {
    color: #ed3636;
}

.s-news__date, .s-book__date {
    margin-top: auto;
    font-size: 14px;
    font-weight: 100;
}

.s-news__arrow, .s-book__arrow {
    margin-top: 20px;
}

/* s-book */
.s-book:hover .s-book__image-file {
    -webkit-transform: none;
    transform: none;
}

.s-book__image {
    max-height: 300px;
}

/* side-news */
.side-news {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-family: 'exo';
    line-height: 1.25;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.side-news:hover .side-news__text {
    color: #ed3636;
}

.side-news:hover .side-news__image-file {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.side-news__image {
    width: 170px;
    height: 115px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
    overflow: hidden;
}

.side-news__image-file {
    max-width: 100%;
    max-height: 100%;
    display: block;
    -webkit-transition: 4s;
    transition: 4s;
    margin: 0 auto;
}

.side-news__date {
    font-size: 14px;
    margin-top: 20px;
}

.side-news__text {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.sidebar {
    width: 330px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 50px;
    margin-top: 20px;
}

.sidebar__links {
    border-top: 1px solid rgba(237, 55, 55, 0);
    border-bottom: 1px solid rgba(237, 55, 55, 0);
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.sidebar__links.is-active {
    border-top: 1px solid rgba(237, 55, 55, 0.2);
    border-bottom: 1px solid rgba(237, 55, 55, 0.2);
}

.sidebar__links:hover {
    border-top: 1px solid rgba(237, 55, 55, 0.2);
    border-bottom: 1px solid rgba(237, 55, 55, 0.2);
}

.sidebar__link {
    display: block;
    padding: 15px 10px 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 22px;
    font-family: 'roboto';
    font-weight: 300;
    text-decoration: none;
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.sidebar__link.is-active {
    color: #B71616;
}

.sidebar__link:hover {
    color: #B71616;
}

.sidebar__sublinks {
    padding-left: 25px;
}

.sidebar__bar {
    display: none;
}

.p-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-row__text {
    font-family: 'roboto';
    font-size: 16px;
    line-height: 24px;
}

.p-row__content {
    width: calc(100% - 380px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.p-table {
    font-size: 18px;
    font-family: 'roboto';
    font-weight: 300;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 20px;
}

.p-table__row {
    border-bottom: 1px solid #E5E5E5;
    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;
    padding: 15px 30px;
}

.p-table__name {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-slider {
    margin: 30px 0;
    width: 100%;
    overflow: hidden;
}

.p-slider-inner {
    position: relative;
}

.p-slide__img img {
    max-width: 100%;
    height: auto;
}

.p-slide__bottom {
    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;
}

.p-slide__text {
    padding: 30px 10px;
    font-family: 'exo';
    font-size: 18px;
    line-height: 1.4;
}

.p-slide__controls {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 170px;
    height: 45px;
    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;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #F7F7F7;
}

.p-slide__controls .owl-prev,
.p-slide__controls .owl-next {
    width: 24px;
    height: 44px;
}

.p-slide__controls .owl-next {
    right: 0;
}

.p-slide__controls .owl-prev {
    left: 0;
}

.p-slide__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;
}

.p-slide__current {
    font-size: 45px;
    font-family: 'roboto';
    font-weight: 300;
}

.p-slide__value {
    font-size: 30px;
    line-height: 36px;
    color: #A6A6A6;
    font-family: 'roboto';
    font-weight: 100;
}

.pc-content p {
    font-size: 16px;
    margin-top: 0;
    line-height: 24px;
    font-family: 'roboto';
    font-weight: 300;
}

.pc-content ol {
    list-style-type: none;
    counter-reset: list 0;
    padding-left: 0;
    margin-bottom: 30px;
}

.pc-content ol li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-top: 0;
    line-height: 24px;
    font-family: 'roboto';
    font-weight: 300;
    margin-bottom: 20px;
}

.pc-content ol li:before {
    position: absolute;
    left: 0;
    top: 0;
    counter-increment: list;
    content: counter(list) ". ";
}

.pc-content ul li {
    position: relative;
    line-height: 24px;
    margin-bottom: 30px;
    font-size: 16px;
    margin-top: 0;
    line-height: 24px;
    font-family: 'roboto';
    font-weight: 300;
    list-style-type: none;
}

.pc-content ul li:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #B91414;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* pc-list */
.pc-list p {
    line-height: 1.45;
}

.pc-list a, .pc-list input[type=submit] {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #B91414;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pc-list a:hover, .pc-list input[type=submit]:hover {
    color: #ed3636;
}

.pc-list .pc-list__contact {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pc-list .pc-list__contact p {
    font-weight: 700;
    margin-bottom: 7px;
}

.pc-list .pc-list__contact a {
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pc-list .pc-list__contact a:hover {
    color: #ed3636;
}

.pc-list__doc {
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #B91414;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-left: 40px;
}

.pc-list__doc:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    width: 26px;
    height: 33px;
    background-image: url(../images/static/pdf.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.pc-list__doc-wrapper {
    margin-top: 40px;
}
.pc-list b {
    font-weight: 700;
}
.pc-list table {
    border: none !important;
}
.pc-list table td {
    /*border: 1px dashed rgb(172, 172, 172) !important;*/
    padding: 4px 10px;
}
.pc-list table table td {
    border: none !important;
    border-bottom: 1px dashed rgb(172, 172, 172) !important;
    padding: 5px 30px;
}
.pc-list table table tr:last-child td {
    border-bottom: none !important;
}
.pc-list table table td[rowspan='2'] {
    border-bottom: none !important;
    border-right: 1px dashed rgb(172, 172, 172) !important;
}
.pc-list table table input {
    margin: 5px 0;
}
.pc-list table input,
.pc-list table textarea  {
    display: block;
    border: 1px solid rgb(214, 214, 214);
    width: calc(100% - 22px);
    font-size: 14px;
    padding: 2px 10px;
    outline: none;
}
.pc-list table input:focus {
    /*border: 1px solid transparent;*/
}
.pc-list table input.error {
    border-color: #ed3636;
}
.pc-list input[type='submit']{
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.pc-list textarea {
    width: calc(100% - 20px);
    height: 80px;
    padding: 10px;
}

/* serts */
.sert-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;
}

.sert-item__image {
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sert-item__image-file {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.sert-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}

.sert-item__name {
    font-size: 30px;
    font-family: 'exo';
    margin-bottom: 35px;
}

.sert-item__content {
    padding: 15px 30px;
}

.sert-item__text {
    line-height: 1.45;
    font-weight: 100;
}

.sert-list__more {
    display: inline-block;
}

.c-table {
    margin-bottom: 30px;
}

.c-table__inner {
    margin: 50px 0;
}

.c-table__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;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #E5E5E5;
}

.c-table__row:hover .c-table__item {
    color: #B71616;
}

.c-table__head {
    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;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #E5E5E5;
}

.c-table__item {
    font-size: 18px;
    font-family: 'roboto';
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-table__head {
    background-color: #aaa;
}

.c-table__link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.filtr {
    position: relative;
    margin: 20px 0 30px 0;
    z-index: 10;
}

.filtr__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;
}

.filtr__item {
    position: relative;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 20px;
}

.filtr__opener {
    position: relative;
    max-width: 170px;
}

.filtr__opener:hover .filtr__title {
    color: #B71616;
}

.filtr__title,
.filtr__bottom {
    display: none;
}

.filtr__item-title {
    font-size: 20px;
    font-family: 'exo';
    line-height: 30px;
    margin-bottom: 5px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.filtr__item-title:after {
    display: inline-block;
    top: 50%;
    right: 0;
    content: '';
    margin-bottom: -3px;
    margin-left: 20px;
    border: 5px solid transparent;
    border-top: 7px solid #ED3737;
    z-index: 5;
}

.filtr__name {
    font-size: 14px;
    font-family: 'roboto';
    font-weight: 100;
    color: #AAA;
}

.filtr__drop {
    position: absolute;
    top: -20px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    padding: 15px 40px 15px 20px;
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
}

.filtr__drop.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.filtr__drop-input {
    display: none;
}

.filrt__drop-label {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    font-family: 'exo';
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.filrt__drop-label:nth-of-type(1):after {
    display: inline-block;
    top: 50%;
    right: 0;
    content: '';
    margin-bottom: -3px;
    margin-left: 20px;
    border: 5px solid transparent;
    border-top: 7px solid #ED3737;
    z-index: 5;
}

.filrt__drop-label.is-active {
    color: #B71616;
}

.filrt__drop-label:hover {
    color: #B71616;
}

.c-table__inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #B71616;
}

.c-table__inner .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.sidebar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #B71616;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.c-table__inner .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.c-table__inner .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.sidebar .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.sidebar .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #B71616;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.c-table__inner .mCSB_inside > .mCSB_container,
.sidebar .mCSB_inside > .mCSB_container {
    margin-right: 40px;
}

.c-table__inner .mCSB_scrollTools .mCSB_dragger,
.sidebar .mCSB_scrollTools .mCSB_dragger {
    height: 40px;
}

/* products */
.products__item-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;
    padding-left: 80px;
}

.products__item-link,
.products__item-head {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.products__item-link:hover,
.products__item-head:hover {
    color: #B91414;
}

.products__item-head {
    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: 35px;
    line-height: 1.45;
}

.products__block {
    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;
    width: 29%;
}

.products__item-head-image {
    width: 100%;
    max-width: 45px;
    max-height: 45px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.products__inner {
    margin-top: 60px;
    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;
}

.products__item-link {
    margin-bottom: 35px;
}

.products__item-link:last-child {
    margin-bottom: 0;
}

/* management */
.management__items {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.welcome__image {
    width: 490px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.welcome__image-file {
    max-width: 100%;
}

.welcome__head {
    margin-top: 10px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.welcome__phar {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.45;
}

.welcome__desc {
    font-family: 'exo';
    font-size: 14px;
    line-height: 2;
    margin-left: 40px;
}

/* projects */
.projects__filter {
    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;
}

.projects__filter-radio {
    display: none;
}

.projects__filter-radio:checked + .projects__filter-label {
    color: #ed3636;
}

.projects__filter-label {
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 1.35;
}

.projects__filter-label:hover {
    color: #ed3636;
}

.projects__filter-item {
    max-width: 210px;
}

/* materials */
/* project */
.project__image {
    width: 775px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.project__image-file {
    max-width: 100%;
}

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

.project__about {
    margin-left: 50px;
    margin-bottom: 70px;
}

.project__about-block {
    margin-bottom: 50px;
}

.project__about-block:last-child {
    margin-bottom: 0;
}

.project__about-block-head {
    color: #ed3636;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.project__about-block-date {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project__about-block-date-num,
.project__about-block-num {
    font-size: 50px;
    font-family: 'exo';
}

.project__about-block-date-desc {
    font-size: 12px;
    color: #AEAEAE;
}

.project__about-block-date-sec:nth-child(2) .project__about-block-date-desc {
    margin-left: -35px;
}

.project__stages {
    margin-bottom: 70px;
}

.project__about-block-text {
    line-height: 1.45;
}

.project__stages-stage-head {
    font-size: 48px;
    font-family: 'exo';
    margin-bottom: 25px;
}

.project__stages-stage-name {
    font-size: 16px;
    color: #ed3636;
    font-weight: 700;
    margin-bottom: 20px;
}

.project__stages-stage-text {
    line-height: 1.45;
}

.project__stages-stage {
    width: 30%;
}

.project__stages-wrapper {
    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;
}

.project__stages-head,
.project__gallery-head {
    font-family: 'exo';
    font-size: 30px;
    margin-bottom: 40px;
}

.project__gallery-slider {
    max-width: 1050px;
    margin: 0 auto;
    padding-left: 70px;
    padding-right: 70px;
}

.project__gallery-slider .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -42px;
    width: 100%;
}

.project__gallery-slider-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-top: 40px;
}

.project__gallery-slider-nav-item {
    height: 155px;
    width: auto;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 3px solid transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.project__gallery-slider-nav-item.is-active, .project__gallery-slider-nav-item:hover {
    border-color: #ed3636;
}

.project__gallery-counter {
    display: none;
}

.projects__filter-title,
.projects__filter-name {
    display: none;
}

/* news */
.news__nav {
    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;
}

.news__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-bottom: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news__pagination {
    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;
}

.news__archive {
    margin-top: 50px;
    font-size: 14px;
    color: #ed3636;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.news__archive:hover {
    color: #B91414;
}

.news__archive:hover:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.news__archive:after {
    display: block;
    position: absolute;
    top: 5px;
    content: '';
    right: -30px;
    background-size: cover;
    background-position: center;
    height: 7px;
    width: 18px;
    background-image: url(../images/static/i-project__arrow.svg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/* not-found */
.not-found {
    min-height: calc(100vh - 365px);
    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;
}

.not-found__inner {
    width: 400px;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/static/404.svg);
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.not-found__head {
    font-size: 80px;
    font-family: 'exo';
}

.not-found__text {
    font-size: 30px;
    font-family: 'exo';
    margin-top: 20px;
}

/* ways */
.ways__inner {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ways__item-wrapper {
    width: 30%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ways__item {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 55px;
    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;
}

.ways__item:hover {
    color: #ed3636;
}

.ways__item--big .ways__item-image {
    width: 55px;
    height: 55px;
}

.ways__item-image {
    width: 40px;
    margin-right: 20px;
}

.ways__item-image-file {
    max-width: 100%;
}

/* g-news */
.g-news__arichive-mobile {
    display: none;
}

.g-news__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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.g-news__archive-head-name {
    font-size: 30px;
    font-family: 'exo';
}

.g-news__archive-head {
    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;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.g-news__archive {
    margin-bottom: 50px;
}

.g-news__archive-head-count {
    margin-left: 35px;
}

.g-news__archive-head-count span {
    color: #ed3636;
}

.g-news__archive-head-start {
    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;
}

.g-news__archive-head-link, .sert-list__more, .c-page__sidebar-more {
    font-family: 'exo';
    color: #ed3636;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    padding-right: 30px;
    top: 0;
}

.g-news__archive-head-link:hover, .sert-list__more:hover, .c-page__sidebar-more:hover {
    color: #B91414;
}

.g-news__archive-head-link:hover:after, .sert-list__more:hover:after, .c-page__sidebar-more:hover:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.g-news__archive-head-link:after, .sert-list__more:after, .c-page__sidebar-more:after {
    background-size: cover;
    background-position: center;
    height: 7px;
    width: 18px;
    background-image: url(../images/static/i-project__arrow.png);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    display: block;
    content: '';
    right: 0;
    top: 9px;
}

.g-news__archive-item {
    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;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.g-news__archive-item:hover {
    color: #ed3636;
}

.g-news__archive-item:hover .g-news__archive-item-image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.g-news__archive-item:hover .g-news__archive-item-arrow, .g-news__archive-item:hover .vac__tabs-content-link:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.g-news__archive-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;
}

.g-news__archive-item-image {
    width: 140px;
    height: 220px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.g-news__archive-item-image-file {
    max-width: 100%;
    max-height: 100%;
}

.g-news__archive-item-name {
    font-size: 18px;
    font-family: 'exo';
}

.g-news__archive-item-arrow, .vac__tabs-content-link:after {
    margin-top: 20px;
}

/* vac */
.vac__tabs-nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vac__tabs-nav-top {
    display: none;
}

.vac__tabs-nav-link {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    padding: 15px 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid transparent;
    border-bottom-color: #f6e1e1;
}

.vac__tabs-nav-link:hover {
    color: #ed3636;
}

.vac__tabs-nav-link.is-active {
    border-color: #f6e1e1;
    border-bottom-color: transparent;
    color: #ed3636;
}

.vac__tabs-content {
    display: none;
}

.vac__tabs-wrapper {
    padding-top: 30px;
    max-width: 830px;
}

.vac__tabs-wrapper--p-descr {
    max-width: 100%;
}

.vac__tabs-content-text {
    line-height: 1.45;
}

.vac__tabs-select {
    display: none;
}

.vac__tabs-content-name {
    font-size: 30px;
    font-family: 'exo';
    margin-top: 50px;
    margin-bottom: 50px;
}

.vac__tabs-content-links {
    display: -webkit-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    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;
}

.vac__tabs-content-link {
    position: relative;
    font-family: 'exo';
    font-weight: 700;
    text-decoration: none;
    color: #000;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.vac__tabs-content-link:after {
    display: block;
    content: '';
    position: absolute;
    margin-top: 0;
    right: -50px;
    top: 7px;
}

.vac__tabs-content-link:hover {
    color: #ed3636;
}

.vac__tabs-content-link:hover:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.vac__tabs-select-wrapper {
    margin-bottom: 50px;
}

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

.quest__form-name {
    font-size: 30px;
    font-family: 'exo';
    margin-bottom: 35px;
}

.quest__form-main {
    width: 520px;
}

.quest__form-sect--educ-added {
    margin-top: 100px;
}

.quest__form-sect--desc {
    margin-top: 100px;
}

.quset__form-added-educts-hidden {
    display: none;
}

.quest__form-sect-name {
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 65px;
}

.quest__form-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quest__form-row--double {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.quest__form-row--double .input-area {
    margin-bottom: 0;
    margin-left: 30px;
    width: 120px;
}

.quest__form-row--double .checkbox {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 30px;
    margin-left: 20px;
}

.quset__for-row-text {
    font-size: 14px;
    color: #A6A6A6;
    font-weight: 100;
    margin-left: 30px;
}

.quest__form-add-input {
    font-size: 14px;
    text-decoration: underline;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    padding-left: 20px;
}

.quest__form-add-input:before {
    content: '+';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #000;
}

.quest__form-add-input:hover {
    text-decoration: none;
    color: #ed3636;
}

.quest__form-add-input:hover:before {
    color: #ed3636;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.education-remove,
.work-remove {
    color: #ed3636;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 30px;
    display: inline-block;
}

.education-remove:hover,
.work-remove:hover {
    color: #B91414;
    text-decoration: none;
}

.quset__form-added-work-hidden {
    display: none;
}

.quest__submit {
    width: 100%;
    margin-top: 40px;
}

.quest__form-photo {
    margin-left: 150px;
}

.quest__form-added-education .quest__form-sect,
.quest__form-added-work .quest__form-sect {
    margin-top: 100px;
}

/* reviews */
.reviews__items {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index {
    min-height: calc(100vh - 320px);
    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;
}

.index__content {
    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;
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
}

.index__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 47%;
    flex: 1 0 47%;
    max-width: 47%;
}

.index__title-text {
    display: none;
    text-decoration: none;
    font-size: 50px;
    line-height: 1;
    font-family: 'exo';
    color: #fff;
    padding-left: 50px;
    max-width: 530px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.index__title-text:nth-child(1) {
    display: block;
}

.index__title-text:hover {
    color: #ED3737;
}

.index__content-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    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;
}

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

.index__more-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.index__map {
    position: relative;
}

.index__map-img {
    max-width: 100%;
    height: auto;
}

.index__map-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.contacts__map {
    height: 500px;
    width: 60%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contacts__link-row {
    margin-bottom: 40px;
}

.contacts__link {
    font-family: 'roboto';
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    margin-right: 70px;
    -webkit-transition: color .3s;
    transition: color .3s;
    cursor: pointer;
}

.contacts__link.is-active {
    color: #ED3636;
}

.contacts__link:hover {
    color: #ED3636;
}

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

.contacts__info {
    display: none;
    padding-left: 100px;
}

.contacts__info.is-visible {
    display: block;
}

.contacts__info b {
    font-weight: 700;
}

.contacts__info .contacts__info-top {
    margin-bottom: 30px;
}

.contacts__info-city {
    margin-bottom: 40px;
    font-size: 18px;
}

.contacts__info-line {
    font-size: 16px;
    font-weight: 300;
    font-family: 'roboto';
    line-height: 24px;
}

.contacts__info-block {
    margin-bottom: 15px;
}

.contacts__info-btn {
    color: #ED3636;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 44px;
    cursor: pointer;
    border: 1px dotted #ED3636;
    display: inline-block;
    margin-top: 40px;
    text-decoration: none;
}

.contacts__link-top {
    display: none;
}

/* search */
.search__news {
    border-bottom: 2px solid #D4D4D4;
    margin-bottom: 40px;
}

.search-inner {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.search-inner .header__search-input {
    position: relative;
    top: 0;
}

.search-inner .header__search.is-active .header__search-button {
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.search-inner .header__search.is-active .header__search-input {
    padding-right: 55px;
}

/* c-page */
.c-page__nav {
    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;
}

.c-page__inner {
    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__sidebar {
    width: 550px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    border-left: 1px solid #f6e1e1;
}

.c-page__sidebar-title {
    display: none;
}

.c-page__content {
    width: 835px;
}

.c-page__content h2 {
    margin-top: 25px;
    margin-bottom: 35px;
}

.c-page__content img {
    max-width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
    display: block;
}

.c-page__content span {
    font-size: 14px;
}

.c-page__content p {
    line-height: 1.45;
    margin-top: 30px;
    margin-bottom: 30px;
}

.c-page__content .c-page__slider {
    margin-bottom: 80px;
    position: relative;
    max-width: 100%;
}

.c-page__content .c-page__slider div img {
    max-width: 100%;
    margin: 0;
}


.c-page__content .c-page__slider-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    position: relative;
    width: 160px;
    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;
    position: absolute;
    right: 0;
    bottom: -64px;
}

.c-page__content .c-page__slider-nav .owl-next {
    right: 0;
}

.c-page__content .c-page__slider-nav .owl-prev {
    left: 0;
}

.c-page__content .c-page__slider-nav .owl-next,
.c-page__content .c-page__slider-nav .owl-prev {
    width: 25px;
    height: 50px;
    position: static;
    cursor: pointer;
}

.c-page__content .c-page__slider-scene p {
    font-size: 18px;
    font-family: 'exo';
    max-width: 60%;
}

.c-page__content .c-page__slider-nav-current {
    font-size: 45px;
    color: #000;
}

.c-page__content .c-page__slider-nav-total {
    font-size: 30px;
    color: #A6A6A6;
    font-weight: 100;
}

.c-page__content .c-page__video {
    position: relative;
    display: block;
}

.c-page__content .c-page__video div:first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.c-page__content .c-page__video div:nth-child(2) {
    position: relative;
}

.c-page__content .c-page__video div:nth-child(2) img {
    width: 100%;
    display: block;
}

.c-page__content .c-page__video div:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-page__content .c-page__video div:nth-child(3) span:first-child {
    font-size: 18px;
    font-family: 'exo';
    color: #fff;
    margin-bottom: 20px;
}

.c-page__content .c-page__video div:nth-child(3) span:nth-child(2) {
    width: 50px;
    height: 50px;
    background-image: url(../images/static/video.svg);
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.book {
    height: 600px;
    position: relative;
}

.flipbook-main-wrapper {
    background-color: #F7F7F7 !important;
}

.fa-angle-right:before, .fa-angle-right:after,
.fa-angle-left:before,
.fa-angle-left:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.fa-angle-right:before,
.fa-angle-left:before {
    background-image: url(../images/static/06-arrow.svg);
}

.fa-angle-right:after,
.fa-angle-left:after {
    background-image: url(../images/static/06-arrow-h.svg);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.fa-angle-right:hover:after,
.fa-angle-left:hover:after {
    opacity: 1;
}

.fa-angle-left {
    margin-left: 20px !important;
}

.fa-angle-left:before, .fa-angle-left:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.flipbook-menu-btn {
    height: 20px;
}

.flipbook-menu-btn:before, .flipbook-menu-btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.flipbook-menu-btn:after {
    opacity: 0;
}

.flipbook-menu-btn:hover:after {
    opacity: 1;
}

.fa-play:before {
    background-image: url(../images/static/01-play.svg) !important;
}

.fa-play:after {
    background-image: url(../images/static/01-play-h.svg);
}

.fa-th-large:before {
    background-image: url(../images/static/02-pages.svg);
}

.fa-th-large:after {
    background-image: url(../images/static/02-pages-h.svg);
}

.fa-print:before {
    background-image: url(../images/static/03-print.svg);
}

.fa-print:after {
    background-image: url(../images/static/03-print-h.svg);
}

.fa-download:before {
    background-image: url(../images/static/04-download.svg);
}

.fa-download:after {
    background-image: url(../images/static/04-download-h.svg);
}

.fa-expand:before {
    background-image: url(../images/static/05-fs.svg);
}

.fa-expand:after {
    background-image: url(../images/static/05-fs-h.svg);
}

.fa-pause:before {
    background-image: url(../images/static/07-pause.svg);
}

.fa-pause:after {
    background-image: url(../images/static/07-pause-h.svg);
}

.fa-compress:before {
    background-image: url(../images/static/08-close.svg);
}

.fa-compress:after {
    background-image: url(../images/static/08-close-h.svg);
}

.select2-container {
    outline: none;
}

.select2-container * {
    color: #000 !important;
}

.select2-container--default .select2-selection--single {
    outline: none;
    border: none;
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ED3737 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent  #ED3737  transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-dropdown {
    border: none;
    -webkit-box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.025);
    box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.025);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
}

.select2-results__option {
    padding: 12px;
}

.select-area .select2-container {
    width: 100% !important;
}

.select-area .select2-container--default .select2-selection--single {
    outline: none;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    border-radius: 0;
}

.select-area .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #A6A6A6;
}

.select-area .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.select-area .select2-container .select2-selection--single {
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
}

.select-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
    right: 15px;
}

.select-area .select2-selection__placeholder {
    color: #A6A6A6 !important;
    font-weight: 100;
}

.lightboxOverlay {
    opacity: 1;
    background-color: #fff;
}

.lb-image {
    -webkit-box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.2);
}

.lb-caption {
    font-family: 'exo' !important;
    text-align: center;
    color: #000 !important;
    font-weight: 100 !important;
    font-size: 24px !important;
}

.lb-data {
    margin-top: 30px;
}

.lb-data span {
    display: block;
    font-size: 18px;
    font-family: 'roboto';
    margin-top: 25px;
}

.lb-data,
.lb-details {
    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;
}