@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic');

.ff-roboto {
    font-family: 'Roboto', Arial, sans-serif;
}

.ff-roboto-cond {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

@font-face {
    font-family: "RussianRailGPro";
    src: url("../fonts/RussianRailGPro-Reg.woff2") format("woff2"), url("../fonts/RussianRailGPro-Reg.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "RussianRailGPro";
    src: url("../fonts/RussianRailGPro-Medium.woff2") format("woff2"), url("../fonts/RussianRailGPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "RussianRailGPro";
    src: url("../fonts/RussianRailGPro-Bold.woff2") format("woff2"), url("../fonts/RussianRailGPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "RussianRailGPro";
    src: url("../fonts/RussianRailGPro-Extended.woff2") format("woff2"), url("../fonts/RussianRailGPro-Extended.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "RussianRailGPro";
    src: url("../fonts/RussianRailGPro-ExtendedBold.woff2") format("woff2"), url("../fonts/RussianRailGPro-ExtendedBold.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

.ff-russian-rail {
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
}

.wrap:before,
.wrap:after,
.wrap-row:before,
.wrap-row:after,
.m-menu .menu:before,
.m-menu .menu:after,
.f-menu .menu:before,
.f-menu .menu:after,
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after,
.m-page-nav:before,
.m-page-nav:after,
.page-meta:before,
.page-meta:after,
.presentations_i:before,
.presentations_i:after,
.news-nav:before,
.news-nav:after,
.fieldset:before,
.fieldset:after {
    display: table;
    content: "";
}

.wrap:after,
.wrap-row:after,
.m-menu .menu:after,
.f-menu .menu:after,
.clearfix:after,
.cf:after,
.m-page-nav:after,
.page-meta:after,
.presentations_i:after,
.news-nav:after,
.fieldset:after {
    clear: both;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    margin: 0;
    padding: 5px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #555;
    background: #fff;
    border: 1px solid #979797;
    -webkit-appearance: none;
}

.form-control::-moz-placeholder {
    color: #afaeae;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #afaeae;
}

.form-control::-webkit-input-placeholder {
    color: #afaeae;
}

.form-control:focus {
    border-color: #d30422;
}

.form-control:focus::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
    color: #bfbfbf;
}

.form-control:focus::-webkit-input-placeholder {
    color: #bfbfbf;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed;
    opacity: 1;
}

textarea.form-control {
    height: auto;
    resize: none;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    position: relative;
    min-height: 100%;
    height: auto;
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #39322f;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

a {
    color: #d30422;
    text-decoration: underline;
}

a:hover {
    color: #fb2947;
    text-decoration: underline;
    outline: none;
}

a:focus {
    outline: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1em;
    margin-bottom: .5em;
}

hr {
    margin: 1.5em 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

[class^="col-"], [class*=" col-"] {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

[class^="col-pull-"], [class*=" col-pull-"] {
    position: relative;
}

[class^="col-push-"], [class*=" col-push-"] {
    position: relative;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.col-offset-12 {
    margin-left: 100%;
}

.col-offset-11 {
    margin-left: 91.66666667%;
}

.col-offset-10 {
    margin-left: 83.33333333%;
}

.col-offset-9 {
    margin-left: 75%;
}

.col-offset-8 {
    margin-left: 66.66666667%;
}

.col-offset-7 {
    margin-left: 58.33333333%;
}

.col-offset-6 {
    margin-left: 50%;
}

.col-offset-5 {
    margin-left: 41.66666667%;
}

.col-offset-4 {
    margin-left: 33.33333333%;
}

.col-offset-3 {
    margin-left: 25%;
}

.col-offset-2 {
    margin-left: 16.66666667%;
}

.col-offset-1 {
    margin-left: 8.33333333%;
}

.col-push-12 {
    left: 100%;
}

.col-push-11 {
    left: 91.66666667%;
}

.col-push-10 {
    left: 83.33333333%;
}

.col-push-9 {
    left: 75%;
}

.col-push-8 {
    left: 66.66666667%;
}

.col-push-7 {
    left: 58.33333333%;
}

.col-push-6 {
    left: 50%;
}

.col-push-5 {
    left: 41.66666667%;
}

.col-push-4 {
    left: 33.33333333%;
}

.col-push-3 {
    left: 25%;
}

.col-push-2 {
    left: 16.66666667%;
}

.col-push-1 {
    left: 8.33333333%;
}

.col-pull-12 {
    right: 100%;
}

.col-pull-11 {
    right: 91.66666667%;
}

.col-pull-10 {
    right: 83.33333333%;
}

.col-pull-9 {
    right: 75%;
}

.col-pull-8 {
    right: 66.66666667%;
}

.col-pull-7 {
    right: 58.33333333%;
}

.col-pull-6 {
    right: 50%;
}

.col-pull-5 {
    right: 41.66666667%;
}

.col-pull-4 {
    right: 33.33333333%;
}

.col-pull-3 {
    right: 25%;
}

.col-pull-2 {
    right: 16.66666667%;
}

.col-pull-1 {
    right: 8.33333333%;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

.d-col-block {
    display: block;
}

.d-col-none {
    display: none;
}

@media (min-width: 320px) {
    [class^="m-col-pp-"], [class*=" m-col-pp-"] {
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    [class^="m-col-pp-pull-"], [class*=" m-col-pp-pull-"] {
        position: relative;
    }

    [class^="m-col-pp-push-"], [class*=" m-col-pp-push-"] {
        position: relative;
    }

    .m-col-pp-12 {
        width: 100%;
    }

    .m-col-pp-11 {
        width: 91.66666667%;
    }

    .m-col-pp-10 {
        width: 83.33333333%;
    }

    .m-col-pp-9 {
        width: 75%;
    }

    .m-col-pp-8 {
        width: 66.66666667%;
    }

    .m-col-pp-7 {
        width: 58.33333333%;
    }

    .m-col-pp-6 {
        width: 50%;
    }

    .m-col-pp-5 {
        width: 41.66666667%;
    }

    .m-col-pp-4 {
        width: 33.33333333%;
    }

    .m-col-pp-3 {
        width: 25%;
    }

    .m-col-pp-2 {
        width: 16.66666667%;
    }

    .m-col-pp-1 {
        width: 8.33333333%;
    }

    .m-col-pp-offset-12 {
        margin-left: 100%;
    }

    .m-col-pp-offset-11 {
        margin-left: 91.66666667%;
    }

    .m-col-pp-offset-10 {
        margin-left: 83.33333333%;
    }

    .m-col-pp-offset-9 {
        margin-left: 75%;
    }

    .m-col-pp-offset-8 {
        margin-left: 66.66666667%;
    }

    .m-col-pp-offset-7 {
        margin-left: 58.33333333%;
    }

    .m-col-pp-offset-6 {
        margin-left: 50%;
    }

    .m-col-pp-offset-5 {
        margin-left: 41.66666667%;
    }

    .m-col-pp-offset-4 {
        margin-left: 33.33333333%;
    }

    .m-col-pp-offset-3 {
        margin-left: 25%;
    }

    .m-col-pp-offset-2 {
        margin-left: 16.66666667%;
    }

    .m-col-pp-offset-1 {
        margin-left: 8.33333333%;
    }

    .m-col-pp-push-12 {
        left: 100%;
    }

    .m-col-pp-push-11 {
        left: 91.66666667%;
    }

    .m-col-pp-push-10 {
        left: 83.33333333%;
    }

    .m-col-pp-push-9 {
        left: 75%;
    }

    .m-col-pp-push-8 {
        left: 66.66666667%;
    }

    .m-col-pp-push-7 {
        left: 58.33333333%;
    }

    .m-col-pp-push-6 {
        left: 50%;
    }

    .m-col-pp-push-5 {
        left: 41.66666667%;
    }

    .m-col-pp-push-4 {
        left: 33.33333333%;
    }

    .m-col-pp-push-3 {
        left: 25%;
    }

    .m-col-pp-push-2 {
        left: 16.66666667%;
    }

    .m-col-pp-push-1 {
        left: 8.33333333%;
    }

    .m-col-pp-pull-12 {
        right: 100%;
    }

    .m-col-pp-pull-11 {
        right: 91.66666667%;
    }

    .m-col-pp-pull-10 {
        right: 83.33333333%;
    }

    .m-col-pp-pull-9 {
        right: 75%;
    }

    .m-col-pp-pull-8 {
        right: 66.66666667%;
    }

    .m-col-pp-pull-7 {
        right: 58.33333333%;
    }

    .m-col-pp-pull-6 {
        right: 50%;
    }

    .m-col-pp-pull-5 {
        right: 41.66666667%;
    }

    .m-col-pp-pull-4 {
        right: 33.33333333%;
    }

    .m-col-pp-pull-3 {
        right: 25%;
    }

    .m-col-pp-pull-2 {
        right: 16.66666667%;
    }

    .m-col-pp-pull-1 {
        right: 8.33333333%;
    }

    .d-pp-block {
        display: block;
    }

    .d-pp-none {
        display: none;
    }
}

@media (min-width: 568px) {
    [class^="m-col-pl-"], [class*=" m-col-pl-"] {
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    [class^="m-col-pl-pull-"], [class*=" m-col-pl-pull-"] {
        position: relative;
    }

    [class^="m-col-pl-push-"], [class*=" m-col-pl-push-"] {
        position: relative;
    }

    .m-col-pl-12 {
        width: 100%;
    }

    .m-col-pl-11 {
        width: 91.66666667%;
    }

    .m-col-pl-10 {
        width: 83.33333333%;
    }

    .m-col-pl-9 {
        width: 75%;
    }

    .m-col-pl-8 {
        width: 66.66666667%;
    }

    .m-col-pl-7 {
        width: 58.33333333%;
    }

    .m-col-pl-6 {
        width: 50%;
    }

    .m-col-pl-5 {
        width: 41.66666667%;
    }

    .m-col-pl-4 {
        width: 33.33333333%;
    }

    .m-col-pl-3 {
        width: 25%;
    }

    .m-col-pl-2 {
        width: 16.66666667%;
    }

    .m-col-pl-1 {
        width: 8.33333333%;
    }

    .m-col-pl-offset-12 {
        margin-left: 100%;
    }

    .m-col-pl-offset-11 {
        margin-left: 91.66666667%;
    }

    .m-col-pl-offset-10 {
        margin-left: 83.33333333%;
    }

    .m-col-pl-offset-9 {
        margin-left: 75%;
    }

    .m-col-pl-offset-8 {
        margin-left: 66.66666667%;
    }

    .m-col-pl-offset-7 {
        margin-left: 58.33333333%;
    }

    .m-col-pl-offset-6 {
        margin-left: 50%;
    }

    .m-col-pl-offset-5 {
        margin-left: 41.66666667%;
    }

    .m-col-pl-offset-4 {
        margin-left: 33.33333333%;
    }

    .m-col-pl-offset-3 {
        margin-left: 25%;
    }

    .m-col-pl-offset-2 {
        margin-left: 16.66666667%;
    }

    .m-col-pl-offset-1 {
        margin-left: 8.33333333%;
    }

    .m-col-pl-push-12 {
        left: 100%;
    }

    .m-col-pl-push-11 {
        left: 91.66666667%;
    }

    .m-col-pl-push-10 {
        left: 83.33333333%;
    }

    .m-col-pl-push-9 {
        left: 75%;
    }

    .m-col-pl-push-8 {
        left: 66.66666667%;
    }

    .m-col-pl-push-7 {
        left: 58.33333333%;
    }

    .m-col-pl-push-6 {
        left: 50%;
    }

    .m-col-pl-push-5 {
        left: 41.66666667%;
    }

    .m-col-pl-push-4 {
        left: 33.33333333%;
    }

    .m-col-pl-push-3 {
        left: 25%;
    }

    .m-col-pl-push-2 {
        left: 16.66666667%;
    }

    .m-col-pl-push-1 {
        left: 8.33333333%;
    }

    .m-col-pl-pull-12 {
        right: 100%;
    }

    .m-col-pl-pull-11 {
        right: 91.66666667%;
    }

    .m-col-pl-pull-10 {
        right: 83.33333333%;
    }

    .m-col-pl-pull-9 {
        right: 75%;
    }

    .m-col-pl-pull-8 {
        right: 66.66666667%;
    }

    .m-col-pl-pull-7 {
        right: 58.33333333%;
    }

    .m-col-pl-pull-6 {
        right: 50%;
    }

    .m-col-pl-pull-5 {
        right: 41.66666667%;
    }

    .m-col-pl-pull-4 {
        right: 33.33333333%;
    }

    .m-col-pl-pull-3 {
        right: 25%;
    }

    .m-col-pl-pull-2 {
        right: 16.66666667%;
    }

    .m-col-pl-pull-1 {
        right: 8.33333333%;
    }

    .d-pl-block {
        display: block;
    }

    .d-pl-none {
        display: none;
    }
}

@media (min-width: 768px) {
    [class^="m-col-tp-"], [class*=" m-col-tp-"] {
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    [class^="m-col-tp-pull-"], [class*=" m-col-tp-pull-"] {
        position: relative;
    }

    [class^="m-col-tp-push-"], [class*=" m-col-tp-push-"] {
        position: relative;
    }

    .m-col-tp-12 {
        width: 100%;
    }

    .m-col-tp-11 {
        width: 91.66666667%;
    }

    .m-col-tp-10 {
        width: 83.33333333%;
    }

    .m-col-tp-9 {
        width: 75%;
    }

    .m-col-tp-8 {
        width: 66.66666667%;
    }

    .m-col-tp-7 {
        width: 58.33333333%;
    }

    .m-col-tp-6 {
        width: 50%;
    }

    .m-col-tp-5 {
        width: 41.66666667%;
    }

    .m-col-tp-4 {
        width: 33.33333333%;
    }

    .m-col-tp-3 {
        width: 25%;
    }

    .m-col-tp-2 {
        width: 16.66666667%;
    }

    .m-col-tp-1 {
        width: 8.33333333%;
    }

    .m-col-tp-offset-12 {
        margin-left: 100%;
    }

    .m-col-tp-offset-11 {
        margin-left: 91.66666667%;
    }

    .m-col-tp-offset-10 {
        margin-left: 83.33333333%;
    }

    .m-col-tp-offset-9 {
        margin-left: 75%;
    }

    .m-col-tp-offset-8 {
        margin-left: 66.66666667%;
    }

    .m-col-tp-offset-7 {
        margin-left: 58.33333333%;
    }

    .m-col-tp-offset-6 {
        margin-left: 50%;
    }

    .m-col-tp-offset-5 {
        margin-left: 41.66666667%;
    }

    .m-col-tp-offset-4 {
        margin-left: 33.33333333%;
    }

    .m-col-tp-offset-3 {
        margin-left: 25%;
    }

    .m-col-tp-offset-2 {
        margin-left: 16.66666667%;
    }

    .m-col-tp-offset-1 {
        margin-left: 8.33333333%;
    }

    .m-col-tp-push-12 {
        left: 100%;
    }

    .m-col-tp-push-11 {
        left: 91.66666667%;
    }

    .m-col-tp-push-10 {
        left: 83.33333333%;
    }

    .m-col-tp-push-9 {
        left: 75%;
    }

    .m-col-tp-push-8 {
        left: 66.66666667%;
    }

    .m-col-tp-push-7 {
        left: 58.33333333%;
    }

    .m-col-tp-push-6 {
        left: 50%;
    }

    .m-col-tp-push-5 {
        left: 41.66666667%;
    }

    .m-col-tp-push-4 {
        left: 33.33333333%;
    }

    .m-col-tp-push-3 {
        left: 25%;
    }

    .m-col-tp-push-2 {
        left: 16.66666667%;
    }

    .m-col-tp-push-1 {
        left: 8.33333333%;
    }

    .m-col-tp-pull-12 {
        right: 100%;
    }

    .m-col-tp-pull-11 {
        right: 91.66666667%;
    }

    .m-col-tp-pull-10 {
        right: 83.33333333%;
    }

    .m-col-tp-pull-9 {
        right: 75%;
    }

    .m-col-tp-pull-8 {
        right: 66.66666667%;
    }

    .m-col-tp-pull-7 {
        right: 58.33333333%;
    }

    .m-col-tp-pull-6 {
        right: 50%;
    }

    .m-col-tp-pull-5 {
        right: 41.66666667%;
    }

    .m-col-tp-pull-4 {
        right: 33.33333333%;
    }

    .m-col-tp-pull-3 {
        right: 25%;
    }

    .m-col-tp-pull-2 {
        right: 16.66666667%;
    }

    .m-col-tp-pull-1 {
        right: 8.33333333%;
    }

    .d-tp-block {
        display: block;
    }

    .d-tp-none {
        display: none;
    }
}

@media (min-width: 1024px) {
    [class^="m-col-tl-"], [class*=" m-col-tl-"] {
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    [class^="m-col-tl-pull-"], [class*=" m-col-tl-pull-"] {
        position: relative;
    }

    [class^="m-col-tl-push-"], [class*=" m-col-tl-push-"] {
        position: relative;
    }

    .m-col-tl-12 {
        width: 100%;
    }

    .m-col-tl-11 {
        width: 91.66666667%;
    }

    .m-col-tl-10 {
        width: 83.33333333%;
    }

    .m-col-tl-9 {
        width: 75%;
    }

    .m-col-tl-8 {
        width: 66.66666667%;
    }

    .m-col-tl-7 {
        width: 58.33333333%;
    }

    .m-col-tl-6 {
        width: 50%;
    }

    .m-col-tl-5 {
        width: 41.66666667%;
    }

    .m-col-tl-4 {
        width: 33.33333333%;
    }

    .m-col-tl-3 {
        width: 25%;
    }

    .m-col-tl-2 {
        width: 16.66666667%;
    }

    .m-col-tl-1 {
        width: 8.33333333%;
    }

    .m-col-tl-offset-12 {
        margin-left: 100%;
    }

    .m-col-tl-offset-11 {
        margin-left: 91.66666667%;
    }

    .m-col-tl-offset-10 {
        margin-left: 83.33333333%;
    }

    .m-col-tl-offset-9 {
        margin-left: 75%;
    }

    .m-col-tl-offset-8 {
        margin-left: 66.66666667%;
    }

    .m-col-tl-offset-7 {
        margin-left: 58.33333333%;
    }

    .m-col-tl-offset-6 {
        margin-left: 50%;
    }

    .m-col-tl-offset-5 {
        margin-left: 41.66666667%;
    }

    .m-col-tl-offset-4 {
        margin-left: 33.33333333%;
    }

    .m-col-tl-offset-3 {
        margin-left: 25%;
    }

    .m-col-tl-offset-2 {
        margin-left: 16.66666667%;
    }

    .m-col-tl-offset-1 {
        margin-left: 8.33333333%;
    }

    .m-col-tl-push-12 {
        left: 100%;
    }

    .m-col-tl-push-11 {
        left: 91.66666667%;
    }

    .m-col-tl-push-10 {
        left: 83.33333333%;
    }

    .m-col-tl-push-9 {
        left: 75%;
    }

    .m-col-tl-push-8 {
        left: 66.66666667%;
    }

    .m-col-tl-push-7 {
        left: 58.33333333%;
    }

    .m-col-tl-push-6 {
        left: 50%;
    }

    .m-col-tl-push-5 {
        left: 41.66666667%;
    }

    .m-col-tl-push-4 {
        left: 33.33333333%;
    }

    .m-col-tl-push-3 {
        left: 25%;
    }

    .m-col-tl-push-2 {
        left: 16.66666667%;
    }

    .m-col-tl-push-1 {
        left: 8.33333333%;
    }

    .m-col-tl-pull-12 {
        right: 100%;
    }

    .m-col-tl-pull-11 {
        right: 91.66666667%;
    }

    .m-col-tl-pull-10 {
        right: 83.33333333%;
    }

    .m-col-tl-pull-9 {
        right: 75%;
    }

    .m-col-tl-pull-8 {
        right: 66.66666667%;
    }

    .m-col-tl-pull-7 {
        right: 58.33333333%;
    }

    .m-col-tl-pull-6 {
        right: 50%;
    }

    .m-col-tl-pull-5 {
        right: 41.66666667%;
    }

    .m-col-tl-pull-4 {
        right: 33.33333333%;
    }

    .m-col-tl-pull-3 {
        right: 25%;
    }

    .m-col-tl-pull-2 {
        right: 16.66666667%;
    }

    .m-col-tl-pull-1 {
        right: 8.33333333%;
    }

    .d-tl-block {
        display: block;
    }

    .d-tl-none {
        display: none;
    }
}

@media (min-width: 1200px) {
    [class^="m-col-ld-"], [class*=" m-col-ld-"] {
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    [class^="m-col-ld-pull-"], [class*=" m-col-ld-pull-"] {
        position: relative;
    }

    [class^="m-col-ld-push-"], [class*=" m-col-ld-push-"] {
        position: relative;
    }

    .m-col-ld-12 {
        width: 100%;
    }

    .m-col-ld-11 {
        width: 91.66666667%;
    }

    .m-col-ld-10 {
        width: 83.33333333%;
    }

    .m-col-ld-9 {
        width: 75%;
    }

    .m-col-ld-8 {
        width: 66.66666667%;
    }

    .m-col-ld-7 {
        width: 58.33333333%;
    }

    .m-col-ld-6 {
        width: 50%;
    }

    .m-col-ld-5 {
        width: 41.66666667%;
    }

    .m-col-ld-4 {
        width: 33.33333333%;
    }

    .m-col-ld-3 {
        width: 25%;
    }

    .m-col-ld-2 {
        width: 16.66666667%;
    }

    .m-col-ld-1 {
        width: 8.33333333%;
    }

    .m-col-ld-offset-12 {
        margin-left: 100%;
    }

    .m-col-ld-offset-11 {
        margin-left: 91.66666667%;
    }

    .m-col-ld-offset-10 {
        margin-left: 83.33333333%;
    }

    .m-col-ld-offset-9 {
        margin-left: 75%;
    }

    .m-col-ld-offset-8 {
        margin-left: 66.66666667%;
    }

    .m-col-ld-offset-7 {
        margin-left: 58.33333333%;
    }

    .m-col-ld-offset-6 {
        margin-left: 50%;
    }

    .m-col-ld-offset-5 {
        margin-left: 41.66666667%;
    }

    .m-col-ld-offset-4 {
        margin-left: 33.33333333%;
    }

    .m-col-ld-offset-3 {
        margin-left: 25%;
    }

    .m-col-ld-offset-2 {
        margin-left: 16.66666667%;
    }

    .m-col-ld-offset-1 {
        margin-left: 8.33333333%;
    }

    .m-col-ld-push-12 {
        left: 100%;
    }

    .m-col-ld-push-11 {
        left: 91.66666667%;
    }

    .m-col-ld-push-10 {
        left: 83.33333333%;
    }

    .m-col-ld-push-9 {
        left: 75%;
    }

    .m-col-ld-push-8 {
        left: 66.66666667%;
    }

    .m-col-ld-push-7 {
        left: 58.33333333%;
    }

    .m-col-ld-push-6 {
        left: 50%;
    }

    .m-col-ld-push-5 {
        left: 41.66666667%;
    }

    .m-col-ld-push-4 {
        left: 33.33333333%;
    }

    .m-col-ld-push-3 {
        left: 25%;
    }

    .m-col-ld-push-2 {
        left: 16.66666667%;
    }

    .m-col-ld-push-1 {
        left: 8.33333333%;
    }

    .m-col-ld-pull-12 {
        right: 100%;
    }

    .m-col-ld-pull-11 {
        right: 91.66666667%;
    }

    .m-col-ld-pull-10 {
        right: 83.33333333%;
    }

    .m-col-ld-pull-9 {
        right: 75%;
    }

    .m-col-ld-pull-8 {
        right: 66.66666667%;
    }

    .m-col-ld-pull-7 {
        right: 58.33333333%;
    }

    .m-col-ld-pull-6 {
        right: 50%;
    }

    .m-col-ld-pull-5 {
        right: 41.66666667%;
    }

    .m-col-ld-pull-4 {
        right: 33.33333333%;
    }

    .m-col-ld-pull-3 {
        right: 25%;
    }

    .m-col-ld-pull-2 {
        right: 16.66666667%;
    }

    .m-col-ld-pull-1 {
        right: 8.33333333%;
    }

    .d-ld-block {
        display: block;
    }

    .d-ld-none {
        display: none;
    }
}

.wrap {
    width: auto;
    max-width: 1280px;
    min-width: 0;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.wrap-row {
    margin-left: -15px;
    margin-right: -15px;
}

.btn {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 6px 9px;
    background: #e3e1dc;
    border: 1px solid #d7d6d3;
    font: 16px/18px 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    border-radius: 0;
}

.btn:hover {
    background: #e8e6e2;
    border-color: #dcdbd8;
    color: #000;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background: #dcdad4;
    border-color: #d0cfcb;
    outline: none;
}

.btn:focus {
    outline: none;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.btn[disabled],
.btn.disabled {
    cursor: default;
    border-color: #d8d8d8;
    background-image: none;
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .5;
}

.btn-primary {
    border: 1px solid #d30422;
    background: #d30422;
    color: #fff;
}

.btn-primary:hover {
    border-color: #ec0426;
    background-color: #ec0426;
    color: #fff;
}

.btn-primary.active,
.btn-primary:active {
    border-color: #d30422;
    background: #d30422;
}

.btn-primary.disabled,
.btn-primary[disabled] {
    border-color: #d30422;
    background: #d30422;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.btn-upload,
.btn-input-file {
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 1.1;
}

.btn-upload input[type=file],
.btn-input-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 600%;
    line-height: 600%;
    width: auto;
    height: auto;
    opacity: 0;
    cursor: pointer;
}

.btn-input-file {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-apperance: none;
}

form {
    margin: 0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

label {
    display: block;
    cursor: default;
}

label[for] {
    cursor: pointer;
}

input[type="text"]::-ms-clear {
    display: none;
}

select[multiple],
select[size] {
    height: auto;
}

.fieldset {
    position: relative;
}

.fieldset + .fieldset {
    margin-top: 20px;
}

.fieldset:first-child {
    margin-top: 0;
}

.fieldset.error label {
    color: #c0392b;
}

.fieldset.error input,
.fieldset.error textarea {
    border-color: #c0392b;
}

.fieldset label {
    line-height: 18px;
}

table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
}

.table th,
.table td {
    padding: 8px;
    line-height: 1.4;
    text-align: left;
    border-top: 1px solid #ddd;
}

.table th {
    font-weight: 700;
    vertical-align: bottom;
}

.table td {
    vertical-align: top;
}

.table thead:first-child tr th,
.table thead:first-child tr td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #ddd;
}

.dropdown {
    position: relative;
}

.dropdown.open > .d-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.dropdown.bottom-up .d-popup {
    top: auto;
    bottom: 100%;
}

.d-switch {
    position: relative;
    cursor: pointer;
}

.d-popup {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop {
    background-color: #132129;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: .9;
}

.theaterMode {
    overflow: hidden;
}

.modal-dialog {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
    z-index: 1050;
    white-space: nowrap;
    overflow: auto;
}

.modal-dialog:after {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    content: '';
}

.modal {
    display: inline-block;
    position: relative;
    z-index: 1050;
    max-width: 950px;
    margin: 20px 0;
    border: 1px solid #afafaf;
    font-size: 15px;
    color: #000;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    white-space: normal;
}

.modal.alert-modal {
    min-width: 0;
    max-width: none;
    width: 490px;
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media (max-width: 767px) {
    .nav-open .main {
        height: 0;
        overflow: hidden;
    }
}

.main-container {
    max-width: 1010px;
    margin: auto;
    padding: 0 20px 50px;
}

.header_cont {
    position: relative;
    padding: 24px 0 21px;
    background: #fff;
}

.header_logo {
    float: left;
    font-size: 53px;
    line-height: 0;
}

.header_right {
    float: right;
    padding: 14px 0 0;
}

.header_link-i {
    float: left;
    margin: 0 0 0 40px;
}

.header_link-i:first-child {
    margin-left: 0;
}

.header_link {
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 800;
    color: #39322f;
}

.header_menu {
    background: #c50924;
    -webkit-box-shadow: 0 2px 5px rgba(40, 22, 12, 0.1);
    box-shadow: 0 2px 5px rgba(40, 22, 12, 0.1);
}

.fixed .header_menu {
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    right: 0;
}

.nav-open .header_menu-affix {
    visibility: hidden;
    opacity: 0;
}

.header_m-menu {
    position: absolute;
    z-index: 98;
    top: 98px;
    left: 0;
    right: 0;
    display: none;
}

.nav-open .header_m-menu {
    display: block;
}

@media (max-width: 767px) {
    .header_m-menu {
        top: 55px;
    }
}

@media (min-width: 768px) {
    .header {
        margin: 0 0 40px;
    }
}

.header_m-logo {
    display: none;
}

@media (max-width: 1200px) {
    .header_logo {
        display: none;
    }

    .header_m-logo {
        position: relative;
        float: none;
        display: inline-block;
        vertical-align: top;
        font-size: 25px;
        -webkit-transform: translate(25%, -15%);
        -ms-transform: translate(25%, -15%);
        transform: translate(25%, -15%);
    }
}

@media (max-width: 767px) {
    .header_cont {
        padding: 14px 0 11px;
    }

    .header_right {
        display: none;
        padding: 0;
    }
}

.logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2.26415094em;
    line-height: 1em;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.logo,
.logo:hover {
    text-decoration: none;
}

.logo i.npc-logo {
    background-image: url('/i/npc_logo_crop.png');
    height: 48px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 756px;
}

@media (max-width: 767px) {
    .logo i.npc-logo {
        background-image: url('/i/npc_logo_crop.png');
        height: 24px;
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        width: 378px;
    }
}

.logo svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header_menu .menu {
    margin: 0 -30px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0;
}

.header_menu .menu_i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
}

.header_menu .menu_i.hide {
    display: none;
}

.header_menu .menu_i.open > .menu_drop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.header_menu .menu_i.active {
    background: #ed1131;
    -webkit-box-shadow: 0 0 0 1px #ed1131;
    box-shadow: 0 0 0 1px #ed1131;
}

.header_menu .menu_i-name {
    padding: 19px 0 17px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.header_menu .menu_i-name:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 7px;
    margin: 4px 0 0 3px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E %3Cpath d='M5.984 7.017a.827.827 0 0 1-.6-.248L.217 1.395A.842.842 0 0 1 .238.217a.842.842 0 0 1 1.178.021l4.568 4.754L10.552.238c.31-.331.847-.331 1.178-.021.33.31.33.848.02 1.178L6.583 6.769a.824.824 0 0 1-.599.248z' fill='%23FFF'/%3E %3C/svg%3E");
}

.header_menu .menu_drop {
    padding: 19px 30px;
    background: #fff;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.header_menu .menu_more {
    display: none;
}

.header_menu .menu_more.show {
    display: inline-block;
}

.header_menu .menu_more .menu_drop {
    left: auto;
    right: 0;
}

@media (max-width: 1199px) {
    .header_menu .menu {
        margin-left: -15px;
        margin-right: -15px;
    }

    .header_menu .menu_i {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header_menu .menu_drop {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .header_menu .menu {
        display: none;
    }
}

.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 800;
    white-space: nowrap;
}

.sub-menu_i {
    padding: 9px 0;
}

.sub-menu_i.active .sub-menu_link {
    font-weight: 900;
}

.sub-menu_link {
    color: #39322f;
    text-decoration: none;
}

@media (max-width: 767px) {
    .sub-menu_link {
        text-decoration: underline;
    }
}

.more-menu {
    display: block;
    padding: 10px 0 0;
    font-size: 0;
    white-space: nowrap;
}

.more-menu .menu_i {
    display: none;
}

.more-menu .menu_i.show {
    display: inline-block;
    vertical-align: top;
}

.more-menu .menu_i.active {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.more-menu .menu_i.active .menu_i-name {
    color: #d30422;
}

.more-menu .menu_i-name {
    color: #39322f;
    padding: 0;
}

.more-menu .menu_i-name:after {
    display: none;
}

.more-menu .menu_drop {
    position: static;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.open .more-menu .menu_drop {
    visibility: visible;
}

.more-menu .sub-menu {
    margin: 10px 0 0;
}

.menu-toggle {
    float: left;
    padding: 14px 3px;
    cursor: pointer;
}

.menu-toggle_ico {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    background: #454553;
    border-radius: 4px;
}

.menu-toggle_ico:before,
.menu-toggle_ico:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #454553;
    border-radius: 4px;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.menu-toggle_ico:after {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}

.menu-toggle_text {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0 0 0 7px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #1a8cff;
    text-decoration: underline;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nav-open .menu-toggle .menu-toggle_ico {
    background: transparent;
}

.nav-open .menu-toggle .menu-toggle_ico:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-open .menu-toggle .menu-toggle_ico:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-open .menu-toggle .menu-toggle_text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .2s .1s;
    -o-transition: .2s .1s;
    transition: .2s .1s;
}

@media (min-width: 768px) {
    .menu-toggle {
        margin: 0 40px 0 0;
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .menu-toggle_ico {
        width: 36px;
        height: 3px;
    }

    .menu-toggle_ico:before,
    .menu-toggle_ico:after {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        height: 3px;
    }

    .menu-toggle_ico:after {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.m-menu {
    padding: 30px 0;
    background: #fff;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.m-menu .menu {
    margin: -20px -15px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.m-menu .menu_i {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
    margin: 20px 0 0;
}

.m-menu .menu_i-name {
    padding: 19px 0 17px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    color: #39322f;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .m-menu .menu_i {
        width: 240px;
    }
}

@media (max-width: 1199px) and (min-width: 900px) {
    .m-menu .menu_i {
        width: 300px;
    }
}

.m-menu .sub-menu_i {
    word-wrap: break-word;
    white-space: normal;
}

.footer {
    padding: 32px 0 35px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 800;
    border-top: 1px solid #c6c6c6;
}

.footer a {
    color: #39322f;
}

.footer a:hover {
    color: #fb2947;
}

.footer_menu {
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
    .nav-open .footer {
        padding: 0;
        height: 0;
        border: 0;
        overflow: hidden;
    }
}

.footer-meta {
    padding: 8px 0 0;
}

.footer-meta_i {
    margin: 15px 0 0;
}

.footer-meta_i:first-child {
    margin: 0;
}

.footer-meta_lbl {
    display: inline-block;
    vertical-align: top;
    color: #94918f;
}

.footer-meta_val {
    display: inline-block;
    vertical-align: top;
}

.footer-meta_hl {
    color: #94918f;
}

.footer-meta_copy-sign {
    font-family: 'Roboto', Arial, sans-serif;
}

@media (min-width: 768px) {
    .footer-meta_copy .footer-meta_lbl {
        display: none;
    }

    .footer-meta_phone,
    .footer-meta_mail {
        display: inline-block;
        vertical-align: top;
    }

    .footer-meta_mail {
        margin-left: 21px;
    }
}

@media (max-width: 567px) {
    .footer-meta {
        margin: 0 0 28px;
    }

    .footer-meta_lbl {
        float: left;
        width: 100px;
        padding: 0 10px 0 0;
        min-height: 1px;
        text-align: right;
    }

    .footer-meta_val {
        display: block;
        overflow: hidden;
    }
}

.f-social {
    font-size: 0;
    line-height: 0;
}

.f-social_i {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 11px;
}

.f-social_i:first-child {
    margin-left: 0;
}

@media (max-width: 567px) {
    .f-social {
        text-align: center;
    }
}

.f-links {
    margin: 11px 0 0;
}

.f-links_i {
    margin: 14px 0 0;
}

.f-links_i:first-child {
    margin: 0;
}

@media (max-width: 567px) {
    .f-links {
        margin: 15px 0 0;
        text-align: center;
    }

    .f-links_i {
        display: inline-block;
        vertical-align: top;
        margin: 0 6px;
    }
}

.f-menu .menu {
    margin: -20px -15px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.f-menu .menu_i {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
    margin: 20px 0 0;
}

.f-menu .menu_i-name {
    padding: 0 0 12px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;
    color: #39322f;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .f-menu .menu_i {
        width: 210px;
    }
}

@media (max-width: 1199px) and (min-width: 900px) {
    .f-menu .menu_i {
        width: 300px;
    }
}

.f-menu .sub-menu_i {
    padding: 5px 0;
    font-size: 14px;
    line-height: 16px;
    word-wrap: break-word;
    white-space: normal;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.hidden,
.hidden-container {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.relative {
    position: relative;
}

.drop-target {
    cursor: pointer;
}

.drop-down .drop-content {
    display: none;
}

.drop-element {
    position: absolute;
    display: none;
}

.drop-element.drop-open {
    display: block;
}

.drop {
    z-index: 1060;
}

.drop-element {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .2s, visibility .2s;
    -o-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
    opacity: 0;
    visibility: hidden;
}

.drop-content {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.drop-element.drop-open {
    display: none;
}

.drop-element.drop-open-transitionend {
    display: block;
}

.drop-after-open {
    opacity: 1;
    visibility: visible;
}

.drop-theme-bounce.drop-element.drop-open {
    display: none;
}

.drop-theme-bounce.drop-element.drop-open-transitionend {
    display: block;
}

.drop-theme-bounce.drop-element.drop-after-open {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
}

.drop-theme-bounce.drop-element.drop-after-open .drop-content {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

.drop-theme-bounce .drop-content {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.265, 1.55);
    transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.265, 1.55);
    -o-transition: transform 0.2s cubic-bezier(0, 0, 0.265, 1.55);
    transition: transform 0.2s cubic-bezier(0, 0, 0.265, 1.55);
    transition: transform 0.2s cubic-bezier(0, 0, 0.265, 1.55), -webkit-transform 0.2s cubic-bezier(0, 0, 0.265, 1.55);
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
}

.drop-theme-bounce.drop-element-attached-bottom.drop-element-attached-center .drop-content {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.drop-theme-bounce.drop-element-attached-top.drop-element-attached-center .drop-content {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.drop-theme-bounce.drop-element-attached-right.drop-element-attached-middle .drop-content {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.drop-theme-bounce.drop-element-attached-left.drop-element-attached-middle .drop-content {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.drop-theme-bounce.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.drop-theme-bounce.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.drop-theme-bounce.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.drop-theme-bounce.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.drop-theme-bounce.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.drop-theme-bounce.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.drop-theme-bounce.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.drop-theme-bounce.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.drop-theme-arrow .drop-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
}

.drop-theme-arrow .drop-content:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 12px solid transparent;
}

.drop-theme-arrow.drop-element-attached-top.drop-element-attached-center .drop-content {
    margin: 12px 0 0;
}

.drop-theme-arrow.drop-element-attached-top.drop-element-attached-center .drop-content:before {
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    border-bottom-color: #fff;
}

.drop-theme-arrow.drop-element-attached-bottom.drop-element-attached-center .drop-content {
    margin: 0 0 12px;
}

.drop-theme-arrow.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border-top-color: #fff;
}

.drop-theme-simple .drop-content {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #09F;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.carousel-fade .flickity-slider {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.carousel-fade .carousel-cell {
    left: 0 !important;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}

.carousel-fade .carousel-cell.is-selected {
    opacity: 1;
    z-index: 10;
}

/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Prevent artifacts in Mozilla Firefox: */
    -moz-backface-visibility: hidden;
}

.blueimp-gallery > .slides > .slide > .slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    /* Set the carousel width/height ratio to 16/9: */
    padding-bottom: 56.25%;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.blueimp-gallery-display {
    display: block;
    opacity: 1;
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
    position: absolute;
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.blueimp-gallery > .slides > .slide-loading {
    background: url(../i/blueimp/loading.gif) center no-repeat;
    background-size: 64px 64px;
}

.blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0;
}

.blueimp-gallery > .slides > .slide-error {
    background: url(../i/blueimp/error.png) center no-repeat;
}

.blueimp-gallery > .slides > .slide-error > .slide-content {
    display: none;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    border-radius: 23px;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}

.blueimp-gallery > .next {
    left: auto;
    right: 15px;
}

.blueimp-gallery > .close,
.blueimp-gallery > .title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: 0.8;
    display: none;
}

.blueimp-gallery > .close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
}

.blueimp-gallery > .play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(../i/blueimp/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: 0.5;
    display: none;
}

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
    display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(../i/blueimp/error.svg);
}

body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(../i/blueimp/play-pause.svg);
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}

* + html .blueimp-gallery > .slides > .slide > .slide-content {
    position: relative;
}

/*
 * blueimp Gallery Indicator CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
.blueimp-gallery > .indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none;
}

.blueimp-gallery > .indicator > li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, 0.25) center no-repeat;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
    opacity: 0.5;
    cursor: pointer;
}

.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}

.blueimp-gallery > .indicator > li:after {
    opacity: 0;
    display: block;
    position: absolute;
    content: '';
    top: -5em;
    width: 75px;
    height: 75px;
    -webkit-transition: opacity 400ms ease-out, -webkit-transform 600ms ease-out;
    transition: opacity 400ms ease-out, -webkit-transform 600ms ease-out;
    -o-transition: transform 600ms ease-out, opacity 400ms ease-out;
    transition: transform 600ms ease-out, opacity 400ms ease-out;
    transition: transform 600ms ease-out, opacity 400ms ease-out, -webkit-transform 600ms ease-out;
    -webkit-transform: translateX(-50%) translateY(0) translateZ(0px);
    transform: translateX(-50%) translateY(0) translateZ(0px);
    pointer-events: none;
}

.blueimp-gallery > .indicator > li:hover:after {
    opacity: 1;
    border-radius: 50%;
    background: inherit;
    -webkit-transform: translateX(-50%) translateY(-5px) translateZ(0px);
    transform: translateX(-50%) translateY(-5px) translateZ(0px);
}

.blueimp-gallery > .indicator > .active:after {
    display: none;
}

.blueimp-gallery-controls > .indicator {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single > .indicator {
    display: none;
}

.blueimp-gallery > .indicator {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* IE7 fixes */
* + html .blueimp-gallery > .indicator > li {
    display: inline;
}

/*
 * blueimp Gallery Video Factory CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
.blueimp-gallery > .slides > .slide > .video-content > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    /* Prevent artifacts in Mozilla Firefox: */
    -moz-backface-visibility: hidden;
}

.blueimp-gallery > .slides > .slide > .video-content > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blueimp-gallery > .slides > .slide > .video-content > iframe {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.blueimp-gallery > .slides > .slide > .video-playing > iframe {
    top: 0;
}

.blueimp-gallery > .slides > .slide > .video-content > a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -64px auto 0;
    width: 128px;
    height: 128px;
    background: url(../img/video-play.png) center no-repeat;
    opacity: 0.8;
    cursor: pointer;
}

.blueimp-gallery > .slides > .slide > .video-content > a:hover {
    opacity: 1;
}

.blueimp-gallery > .slides > .slide > .video-playing > a,
.blueimp-gallery > .slides > .slide > .video-playing > img {
    display: none;
}

.blueimp-gallery > .slides > .slide > .video-content > video {
    display: none;
}

.blueimp-gallery > .slides > .slide > .video-playing > video {
    display: block;
}

.blueimp-gallery > .slides > .slide > .video-loading > a {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
    background-image: url(../img/video-play.svg);
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide > .video-content {
    height: 100%;
}

* + html .blueimp-gallery > .slides > .slide > .video-content > a {
    left: 50%;
    margin-left: -64px;
}

.welcome {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    min-height: calc(100vh - 306px);
    color: #fff;
}

.welcome_bg,
.welcome_bg-i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.welcome_bg-i {
    background: no-repeat 50% 100% / cover;
    opacity: 0;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.welcome_bg-i.active {
    opacity: 1;
}

.welcome_wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 1170px;
    margin: auto;
    padding: 60px 30px;
}

.welcome_cont {
    float: left;
    width: 50%;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.welcome_head {
    margin: 0 0 64px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
    -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.5));
}

.welcome_head h1 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

.welcome_text {
    font-size: 24px;
    line-height: 1.3;
}

.welcome_carousel {
    float: left;
    width: 50%;
    padding-left: 100px;
}

.welcome_carousel-arrows {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.welcome_carousel-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -17px 0 0 -90px;
    font-size: 0;
    line-height: 0;
    opacity: .65;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.welcome_carousel-arrow:hover {
    opacity: 1;
}

.welcome_carousel-arrow .arrow {
    fill: #fff;
}

.news_carousel-arrow .arrow {
    fill: #d30422;
}

.welcome_carousel-next {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -90px;
}

.welcome_carousel-dots {
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
}

.welcome_carousel-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 8px;
    margin: 0 5px;
    opacity: .3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.welcome_carousel-dot:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
}

.welcome_carousel-dot:hover {
    opacity: .6;
}

.welcome_carousel-dot.is-selected {
    opacity: 1;
}

@media (max-width: 1400px) {
    .welcome_wrap {
        padding-left: 40px;
        padding-right: 40px;
    }

    .welcome_carousel-prev {
        margin-left: -50px;
    }

    .welcome_carousel-next {
        margin-right: -50px;
    }
}

@media (max-width: 1300px) {
    .welcome_carousel-prev {
        margin-left: 0;
    }

    .welcome_carousel-next {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .welcome {
        margin: -40px 0 0;
    }
}

@media (max-width: 1023px) {
    .welcome_wrap {
        padding-left: 50px;
        padding-right: 50px;
    }

    .welcome_carousel-prev {
        margin-left: 10px;
    }

    .welcome_carousel-next {
        margin-right: 10px;
    }

    .welcome_cont {
        float: none;
        width: auto;
        max-width: 520px;
    }

    .welcome_carousel {
        float: none;
        width: auto;
        padding: 0;
        margin: 60px 0 0;
    }
}

@media (max-width: 767px) {
    .welcome {
        min-height: calc(100vh - 55px);
    }

    .welcome_head {
        margin: 0 0 36px;
        font-size: 18px;
        line-height: 18px;
    }

    .welcome_text {
        font-size: 16px;
    }
}

.welcome-facts {
    position: relative;
}

.welcome-facts .carousel-cell {
    position: absolute;
    top: -99999px;
    left: -99999px;
}

.welcome-facts .carousel-cell:first-child {
    position: relative;
    top: auto;
    left: auto;
}

.welcome-facts .flickity-slider .carousel-cell {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.welcome-facts .flickity-slider .carousel-cell.is-selected {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.welcome-facts_i {
    margin: 57px 0 0;
}

.welcome-facts_i:first-child {
    margin: 0;
}

.welcome-facts_head {
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    color: #ff0025;
}

.welcome-facts_text {
    margin: 8px 0 0;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.1875;
}

@media (max-width: 767px) {
    .welcome-facts_head {
        font-size: 18px;
    }

    .welcome-facts_text {
        font-size: 14px;
    }
}

.breadcrumbs {
    margin: 0 0 29px;
    padding: 40px 0 20px;
    list-style: none;
    font-size: 0;
    border-bottom: 1px solid #d8d8d8;
}

.breadcrumbs_i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #39322f;
}

.breadcrumbs_i:before {
    content: '›';
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 0 11px;
    font-size: 12px;
    color: #625d5a;
}

.breadcrumbs_i:first-child:before {
    display: none;
}

.breadcrumbs_i:last-child {
    color: #625d5a;
}

a.breadcrumbs_link {
    color: #39322f;
}

a.breadcrumbs_link:hover {
    color: #fb2947;
}

@media (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }
}

.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.pagination_i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #625d5a;
    text-align: center;
    background: #f1f1f1;
}

.pagination_i:first-child {
    margin-left: 0;
}

.pagination_i:before {
    display: none;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -6px;
    border: 6px solid #d30422;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-width: 0;
}

.pagination_i:hover a.pagination_link {
    background: #d8d8d8;
}

.pagination_i.active {
    background: #d30422;
    color: #fff;
}

.pagination_i.active:before {
    display: block;
}

.pagination_i.active:hover a.pagination_link {
    background: #d30422;
    cursor: default;
}

.pagination_i.prev,
.pagination_i.next {
    background: none;
}

.pagination_i.prev .pagination_link,
.pagination_i.next .pagination_link {
    padding-left: 5px;
    padding-right: 5px;
    font: 0/0 a;
}

.pagination_i.prev .pagination_link:hover,
.pagination_i.next .pagination_link:hover {
    background: none;
}

.pagination_i.prev .pagination_link:hover:after,
.pagination_i.next .pagination_link:hover:after {
    border-left-color: #000;
    border-right-color: #000;
}

.pagination_i.prev .pagination_link:after,
.pagination_i.next .pagination_link:after {
    content: '';
    display: block;
    margin: 1px 0;
    border-left: 8px solid #39322f;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.pagination_i.prev.disabled,
.pagination_i.next.disabled {
    opacity: .2;
}

.pagination_i.prev.disabled .pagination_link,
.pagination_i.next.disabled .pagination_link {
    cursor: default;
}

.pagination_i.prev.disabled .pagination_link:hover:after,
.pagination_i.next.disabled .pagination_link:hover:after {
    border-left-color: #39322f;
    border-right-color: #39322f;
}

.pagination_i.prev .pagination_link:after {
    border-left: 0;
    border-right: 8px solid #39322f;
}

@media (min-width: 1024px) {
    .pagination_i.next {
        margin-right: -23px;
    }
}

.pagination_link {
    display: block;
    padding: 10px 12px 8px;
}

.pagination_link,
.pagination_link:hover {
    color: inherit;
    text-decoration: none;
}

.m-page-nav {
    margin: 0 -20px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
}

.m-page-nav_back {
    position: relative;
    float: left;
    width: 50px;
    height: 55px;
    border-right: 1px solid #d8d8d8;
}

.m-page-nav_back:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M14.837 5.107l.38.175c.397.397.216 1.199-.413 1.828L9.914 12l4.863 4.863c.628.628.81 1.431.44 1.854-.396.397-1.198.216-1.827-.413L8.196 13.11l-.232-.297-.182-.096c-.247-.471-.221-.23-.111-.717-.11-.487-.136-.246.111-.718l.182-.095.232-.297 5.167-5.167c.759-.592.291-.338 1.474-.616z' fill='%23454553'/%3E %3C/svg%3E");
}

.m-page-nav_cont {
    position: relative;
    margin: 0 0 0 51px;
}

.m-page-nav_cont.open .m-page-nav_drop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.m-page-nav_name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 20px 30px 19px 20px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #756f6d;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.m-page-nav_name:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M5.647 8.591c1.172.265.707.016 1.463.605l4.89 4.89 4.863-4.863c.628-.628 1.431-.81 1.855-.441.396.397.215 1.199-.414 1.828l-5.194 5.194-.297.231-.095.183c-.472.247-.231.221-.718.111-.487.11-.246.136-.718-.111l-.095-.183-.297-.231-5.167-5.167c-.628-.628-.81-1.431-.441-1.855l.365-.191z' fill='%23454553'/%3E %3C/svg%3E");
}

.m-page-nav_drop {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 1px 0 0 -51px;
    padding: 0 0 0 51px;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
}

.m-page-nav_list {
    margin: 0;
    padding: 10px 0 10px 20px;
    list-style: none;
    background: #fff;
}

.m-page-nav_link {
    display: inline-block;
    vertical-align: top;
    padding: 8px 0;
    color: #39322f;
    text-decoration: none;
}

.fixed .m-page-nav {
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-top-color: transparent;
}

@media (min-width: 768px) {
    .m-page-nav {
        display: none;
    }
}

.m-page-nav-affix {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .m-page-nav-affix {
        display: none;
    }
}

.page-head {
    margin: 0 0 36px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 32px;
    line-height: 1.16666667;
    font-weight: 900;
    word-wrap: break-word;
    word-break: break-word;
}

.page-head h1 {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
}

@media (max-width: 767px) {
    .page-head {
        margin-bottom: 22px;
        font-size: 24px;
    }

    .page-head__news {
        text-align: center;
    }
}

.page-meta {
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #94918f;
}

.page-meta_tag {
    float: left;
    margin: 0 24px 0 0;
    padding: 12px 18px 10px;
    background: #d30422;
    color: #fff;
}

.page-meta_date {
    float: left;
    padding: 12px 0 10px;
}

.article p,
.article ol,
.article ul {
    margin: 2em 0;
}

.article li {
    margin: 1em 0;
}

@media (max-width: 767px) {
    .article h2 {
        font-size: 24px !important;
    }
}

.article-images {
    overflow: hidden;
    width: 100vw;
    margin: 2em 0;
    -webkit-transform: translateX(calc((970px - 100vw) / 2));
    transform: translateX(calc((970px - 100vw) / 2));
    -ms-transform: translateX(-50vw) translateX(485px);
}

.article-images_cont {
    margin: auto;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
}

.article-images img {
    margin: 0 15px;
    max-width: 670px;
}

@media (max-width: 1199px) {
    .article-images_cont {
        height: auto;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        left: auto;
        max-width: none;
        margin-left: -5px;
    }

    .article-images_cont::-webkit-scrollbar,
    .article-images_cont::-webkit-scrollbar-thumb {
        width: 0 !important;
        height: 0 !important;
        display: none !important;
        background-color: transparent !important;
    }
}

@media (max-width: 1010px) {
    .article-images {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: -20px;
        margin-right: -20px;
    }

    .article-images_cont {
        padding: 0 10px;
    }

    .article-images img {
        max-width: 500px;
    }
}

@media (max-width: 567px) {
    .article-images_cont {
        white-space: normal;
        padding: 0;
    }

    .article-images img {
        max-width: 100%;
        margin: 4px 0;
    }
}

.external-source {
    margin: 40px 0 0;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.external-source_lbl {
    margin: 0 0 9px;
    font-size: 16px;
    line-height: 19px;
    color: #94918f;
    text-transform: uppercase;
}

.external-source_val {
    font-size: 24px;
    font-weight: 700;
}

.facts {
    margin-top: 38px;
}

.facts_i {
    margin: 0 0 40px;
}

.facts_head {
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 40px;
    line-height: 1;
    color: #d30422;
}

.facts_text {
    margin: 8px 0 0;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.1875;
    color: #625d5a;
}

@media (max-width: 767px) {
    .facts_head {
        font-size: 24px;
    }
}

.management {
    margin-top: 38px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.1875;
}

.management_i {
    margin-bottom: 41px;
}

.management_head {
    font-size: 24px;
    line-height: 1.16666667;
    font-weight: 700;
}

.management_text {
    margin: 8px 0 0;
    color: #625d5a;
}

.contacts_text {
    margin: 0 0 35px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 24px;
}

.contacts_text b {
    font-weight: 500;
}

.contacts_map {
    position: relative;
    margin: 0 0 -50px;
}

@media (max-width: 767px) {
    .contacts_text {
        font-size: 18px;
    }

    .contacts_text [class^="col-"],
    .contacts_text [class*="col-"] {
        margin-top: 16px;
    }

    .contacts_text [class^="col-"]:first-child,
    .contacts_text [class*="col-"]:first-child {
        margin-top: 0;
    }
}

.contacts-map {
    height: 570px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

@media (max-width: 767px) {
    .contacts-map {
        height: 400px;
    }
}

.contacts-house {
    position: absolute;
    top: 90px;
    left: 0;
    max-width: 420px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.33333333;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
}

.contacts-house b {
    font-weight: 500;
}

.contacts-house_cover {
    text-align: center;
}

.contacts-house_cover img {
    width: 100%;
}

.contacts-house_cont {
    padding: 34px 15px 32px;
}

.contacts-house_name {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .contacts-house {
        position: relative;
        top: auto;
        left: auto;
        max-width: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: -20px;
        margin-right: -20px;
    }

    .contacts-house img {
        width: 100%;
    }
}

.mass-media {
    margin: -31px 0 0;
}

.mass-media .contacts [class^="col-"],
.mass-media .contacts [class*="col-"] {
    margin-top: 16px;
}

.mass-media .contacts [class^="col-"]:first-child,
.mass-media .contacts [class*="col-"]:first-child {
    margin-top: 0;
}

.presentations {
    margin: 0;
    padding: 0;
    list-style: none;
}

.presentations_i {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.1875;
}

.presentations_ico {
    position: relative;
    float: left;
    width: 170px;
    height: 170px;
    text-align: center;
    font-size: 0;
    background: #f3f3f3;
}

.presentations_ico-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.presentations_meta {
    float: right;
    width: 170px;
    padding: 11px 0 0;
}

.presentations_cont {
    overflow: hidden;
    padding: 11px 30px 0;
}

.presentations_name {
    font-size: 16px;
    font-weight: 700;
}

.presentations_text {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.5;
}

.presentations_type {
    font-weight: 700;
}

.presentations_size {
    margin: 8px 0 16px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    color: #94918f;
}

.presentations_link {
    font-weight: 700;
}

@media (max-width: 767px) {
    .presentations_i {
        margin: 0 0 40px;
    }

    .presentations_meta {
        float: none;
        width: auto;
        overflow: hidden;
        padding-left: 20px;
    }

    .presentations_cont {
        clear: both;
        padding: 20px 0 0;
    }
}

.news-subscribe {
    position: relative;
    float: right;
    margin: -78px 0 0;
}

.news-subscribe_link {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 0;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #d30422;
    text-decoration: underline;
    cursor: pointer;
}

.news-subscribe_link:hover {
    color: #fb2947;
}

.active > .news-subscribe_link,
.success > .news-subscribe_link {
    display: none;
}

.news-subscribe_form {
    display: none;
    border-collapse: separate;
    max-width: 460px;
    font-size: 0;
}

.active > .news-subscribe_form {
    display: table;
}

.news-subscribe_val {
    display: table-cell;
    vertical-align: top;
    float: left;
    height: 48px;
    padding: 15px 20px 13px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    border-right: 0;
    background: #f1f1f1;
}

.news-subscribe_addon {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}

.news-subscribe_btn {
    display: inline-block;
    vertical-align: top;
    width: 147px;
    padding: 15px 10px 13px;
}

.news-subscribe_error {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: #d30422;
}

.error .news-subscribe_error {
    display: block;
}

.success .news-subscribe_error {
    display: none;
}

.news-subscribe_success {
    display: none;
    padding: 15px 0 0;
    font-size: 18px;
}

.success .news-subscribe_success {
    display: block;
}

@media (max-width: 767px) {
    .news-subscribe {
        float: none;
        margin: -27px 0 25px;
        text-align: center;
    }

    .news-subscribe_link {
        padding-bottom: 15px;
    }

    .news-subscribe_form {
        width: 100%;
        max-width: none;
    }

    .news-subscribe_success {
        padding-bottom: 8px;
    }
}

.page-search {
    display: table;
    border-collapse: separate;
    width: 100%;
    margin: 0 0 40px;
}

.page-search_val {
    display: table-cell;
    vertical-align: top;
    float: left;
    height: 64px;
    padding: 22px 24px 20px;
    border-right: 0;
}

.page-search_addon {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}

.page-search_btn {
    padding: 22px 29px;
}

.news-nav {
    margin: 0 0 37px;
}

.news-nav .pagination {
    float: right;
}

.news-nav__bottom .news-tags_i.active:before,
.news-nav__bottom .pagination_i.active:before {
    top: auto;
    bottom: 100%;
    border-top-width: 0;
    border-bottom-width: 6px;
}

@media (max-width: 767px) {
    .news-nav .pagination {
        float: none;
        text-align: center;
        margin: 23px 0 0;
    }
}

.news-tags {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.news-tags_i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #625d5a;
    text-align: center;
    background: #f1f1f1;
}

.news-tags_i:first-child {
    margin-left: 0;
}

.news-tags_i:before {
    display: none;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -6px;
    border: 6px solid #d30422;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-width: 0;
}

.news-tags_i:hover a.news-tags_link {
    background: #d8d8d8;
}

.news-tags_i.active {
    background: #d30422;
    color: #fff;
}

.news-tags_i.active:before {
    display: block;
}

.news-tags_i.active:hover a.news-tags_link {
    background: #d30422;
    cursor: default;
}

.news-tags_link {
    display: block;
    padding: 10px 12px 8px;
}

.news-tags_link,
.news-tags_link:hover {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 767px) {
    .news-tags {
        float: none;
        text-align: center;
    }
}

.news-list {
    margin: 0 -15px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-list_i {
    display: inline-block;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.333333%;
    margin: 0 0 30px;
    padding: 0 15px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-weight: 500;
    word-wrap: break-word;
}

.news-list_i-cont {
    width: 100%;
    position: relative;
    background: #f1f1f1;
}

.news-list_i-cont:hover {
    background: #d8d8d8;
}

.news-list_cover {
    background: no-repeat 50% 50% / cover;
}

.news-list_cover:before {
    content: '';
    display: block;
    padding: 0 0 68.64686469%;
}

.news-list_cover:before .news-list_name {
    color: #000;
}

.news-list_date {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: -22px 0 -18px -10px;
    padding: 12px 19px 10px 16px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background: #d30422;
}

.news-list_date:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border: 5px solid #43040d;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.news-list_name {
    padding: 39px 20px 29px;
    font-size: 18px;
    line-height: 1.33333333;
    color: #39322f;
}

.news-list_link,
.news-list_link:hover {
    color: inherit;
    text-decoration: none;
}

.news-list_link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 1023px) {
    .news-list_i {
        width: 50%;
    }
}

@media (max-width: 567px) {
    .news-list_i {
        width: 100%;
    }
}

.geography-table {
    margin: 0 0 40px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.geography-table_table {
    width: 100%;
}

.geography-table thead th {
    padding: 30px 40px;
    color: #fff;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    background: #39322f;
}

.geography-table tbody tr:nth-child(even) td {
    background: #f9f9f9;
}

.geography-table tbody tr:hover td {
    background: #d30422;
    color: #fff;
}

.geography-table tbody tr:hover td .geography-table_type {
    color: #fff;
}

.geography-table tbody td {
    vertical-align: top;
    padding: 39px 40px;
    cursor: pointer;
}

.geography-table_org {
    margin: 14px 0 0;
}

.geography-table_org:first-child {
    margin-top: 0;
}

.geography-table_type {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 14px;
    color: #94918f;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .geography-table {
        margin-left: -20px;
        margin-right: -20px;
        font-size: 14px;
    }

    .geography-table thead th {
        padding: 10px 15px;
    }

    .geography-table tbody td {
        padding: 14px 15px;
    }
}

@media (max-width: 374px) {
    .geography-table {
        font-size: 12px;
    }

    .geography-table thead th {
        padding: 5px 10px;
    }

    .geography-table tbody td {
        padding: 9px 10px;
    }
}

.geography-map {
    position: relative;
    margin: -80px -89px 60px;
}

.geography-map svg {
    vertical-align: top;
}

.geography-map .active-region {
    fill: #714F54;
    stroke: #454553;
    stroke-width: 1;
    cursor: pointer;
}

.geography-map .active-region.hover,
.geography-map .active-region.active {
    fill: #d30422;
    stroke: #d30422;
}

@media (max-width: 1147px) {
    .geography-map {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.svg-map-geo polygon,
.svg-map-geo path {
    fill: #f1f1f1;
    stroke: #6c7c86;
    stroke-width: .5;
}

.map-city {
    position: absolute;
    margin: -38px 0 0 -13px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.map-city_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 39px;
    cursor: pointer;
}

.map-city_mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 45px;
    background: url(../i/geo-map-mark.svg) no-repeat;
    pointer-events: none;
}

.map-city_name {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 29px;
    padding: 2px 7px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    pointer-events: none;
}

.map-city.hover {
    z-index: 30;
}

.map-city.hover .map-city_mark {
    background-image: url(../i/geo-map-mark-active.svg);
}

.map-city.active .map-city_name {
    display: none;
}

.map-city.disabled {
    opacity: .5;
}

.map-city_drop {
    display: none;
}

.map-city.left .map-city_name {
    left: auto;
    right: 100%;
    margin-right: 2px;
}

.city-drop {
    position: relative;
    width: 288px;
    margin: 0 0 0 13px;
    padding: 24px 20px 20px;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    background: #fff;
    -webkit-box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
}

.city-drop:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -16px;
    margin-right: -13px;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.city-drop_close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'%3E %3Cline stroke-linecap='round' fill='none' stroke='%23ccc' stroke-width='2' x1='1' y1='1' x2='14' y2='14'/%3E %3Cline stroke-linecap='round' fill='none' stroke='%23ccc' stroke-width='2' x1='14' y1='1' x2='1' y2='14'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
}

.city-drop_name {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
}

.city-drop_image {
    margin: 0 0 21px;
}

.drop-element-attached-right .city-drop {
    margin: 0 13px 0 0;
}

.drop-element-attached-right .city-drop:before {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: -13px;
    border-right: 0;
    border-left: 10px solid #fff;
}

@media (max-width: 767px) {
    .geography-drop.drop-element {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0) !important;
        transform: translateZ(0) !important;
        background: rgba(255, 255, 255, 0.85);
    }

    .geography-drop.drop-element .drop-content {
        padding: 30px 0;
    }

    .geography-drop.drop-element .drop-content.center {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .geography-drop.drop-element .city-drop {
        margin: 0 auto !important;
    }

    .geography-drop.drop-element .city-drop:before {
        display: none;
    }

    .geography-drop.drop-element .city-drop_close {
        display: block;
    }
}

.gallery-list {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.gallery-list_i {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 0 30px;
    padding: 0 15px;
}

.gallery-list_in {
    position: relative;
}

.gallery-list_in:hover .gallery-list_cover {
    -webkit-filter: brightness(1.15) contrast(0.85) saturate(1.3);
    filter: brightness(1.15) contrast(0.85) saturate(1.3);
}

.gallery-list_cover {
    position: relative;
    background: no-repeat 0 0 / cover;
    text-align: center;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.gallery-list_cover:before {
    content: '';
    display: block;
    padding: 0 0 66.59574468%;
}

.gallery-list_meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: 'RussianRailGPro', 'Roboto', Arial, sans-serif;
    line-height: 1;
}

.gallery-list_count {
    font-size: 64px;
    font-weight: 700;
}

.gallery-list_type {
    margin: 6px 0 0;
    font-size: 24px;
    font-weight: 500;
}

.gallery-list_name {
    margin: 24px 0 17px;
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 700;
}

.gallery-list_name a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.gallery-list_text {
    font-size: 13px;
    line-height: 1.38461538;
}

@media (max-width: 567px) {
    .gallery-list_i {
        width: 100%;
    }
}

.gallery {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.gallery_i {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 15px;
}

@media (max-width: 767px) {
    .gallery {
        margin: 0 -10px;
    }

    .gallery_i {
        padding: 10px;
    }
}

@media (max-width: 567px) {
    .gallery {
        margin: 0 -5px;
    }

    .gallery_i {
        width: 50%;
        padding: 5px;
    }
}

/*# sourceMappingURL=style.css.map */
