

/* Start:/styles/normalize.css?15345700952934*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  box-sizing: border-box;
  border: 0;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: none;
}

a {
  color: #000;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

em {
  font-style: normal;
}

button {
  cursor: pointer;
}
button:hover, button:focus, button:active {
  outline: none !important;
}

textarea {
  resize: none;
  overflow-y: auto;
}

input, textarea, button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

input, select {
  vertical-align: middle;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active, select:hover, select:focus, select:active {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

input:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #b3b3b3 !important;
  opacity: 1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #b3b3b3 !important;
  opacity: 1;
}

/*# sourceMappingURL=normalize.css.map */

/* End */


/* Start:/js/slick/slick.css?15345701065633*/
/* Slider */
.slick-slider {
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 0;
}

.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*Arrow Slider*/
.slick-arrow {
    background: none;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    margin-top: -23px;
    top: 50%;
    height: 46px;
    width: 46px;
    z-index: 3;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-arrow:before {
    color: #da2128;
    content: "\f053";
    font: normal normal normal 32px/32px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: -15px 0 0 -11px;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 29px;
    width: 22px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*.slick-arrow:before {*/
    /*margin: -18px 0 0 7px;*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-webkit-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
/*}*/
/*.slick-arrow:after {*/
    /*margin: -5px 0 0 7px;*/
    /*-moz-transform: rotate(-45deg);*/
    /*-ms-transform: rotate(-45deg);*/
    /*-webkit-transform: rotate(-45deg);*/
    /*-o-transform: rotate(-45deg);*/
    /*transform: rotate(-45deg);*/
/*}*/

.slick-next {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow:hover:before {
    color: #000;
}
.slick-arrow.slick-disabled {
    display: none !important;
}

/*Pointer Slider*/
.slick-dots {
    font-size: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.slick-dots li {
    display: inline-block;
    margin: 0 8px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li button {
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -1000px;
    height: 13px;
    width: 13px;
}
.slick-dots li button:hover {
    background-color: #fff;
    border: 1px solid #d31a21;
}
.slick-dots li.slick-active button {
    cursor: default;
    opacity: 1;
}
.big-slider__list .slick-dots li button {
    background-color: #d31a21;
    border: 1px solid #d31a21;
}
.vacancies__wrapper .slick-dots li button {
    background-color: #000;
    border: 1px solid #000;
}
.big-slider__list .slick-dots {
    bottom: 37px;
}
.big-slider__list .slick-dots li button:hover {
    border-color: #fff;
}
.vacancies__wrapper .slick-dots li button:hover {
    border-color: #d31a21;
    background: none;
}
.big-slider__list .slick-dots li.slick-active button {
    border-color: #fff;
    background: none;
}
.vacancies__wrapper .slick-dots li.slick-active button {
    border-color: #d31a21;
    background: #d31a21;
}

/*Setting Site*/
/*---------- After 1064 ----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .big-slider__list .slick-dots {
        bottom: 20px
    }
}
/*---------- end After 1064 ------------------------------------------------------------------------------------------*/
/**/
/*---------- After 640 -----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
    .big-slider__list .slick-dots {
        bottom: 15px;
    }
    .slick-dots li button {
        height: 10px;
        width: 10px;
    }
}
/*---------- end After 640 -------------------------------------------------------------------------------------------*/
/**/
/* End */


/* Start:/styles/font-awesome.min.css?153457009531000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/styles/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/styles/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/styles/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/styles/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/styles/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/styles/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/js/fancybox/fancybox.css?15345701064821*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px 'Open Sans', sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close {
	background-image: none !important;
	background-color: #000;
	cursor: pointer;
	position: absolute;
	/*opacity: .5;*/
	top: 6px;
	right: 6px;
	height: 35px;
	width: 35px;
	z-index: 8040;
}

.fancybox-close:before, .fancybox-close:after {
	content: "";
	position: absolute;
	background-color: #fff;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.fancybox-close:before {
	left: 10px;
	top: 17px;
	height: 1px;
	width: 15px;
}

.fancybox-close:after {
	left: 17px;
	top: 10px;
	height: 15px;
	width: 1px;
}

.fancybox-close:hover {
	opacity: 1;
}

.fancybox-close:hover:before, .fancybox-close:hover:after {
	background-color: #fff;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	background-color: #fff;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-nav span {
	background-image: none !important;
}

.fancybox-nav span:before,
.fancybox-nav span:after {
	background-color: #000;
	content: '';
	left: 50%;
	height: 20px;
	position: absolute;
	top: 50%;
	width: 2px;
}

.fancybox-nav span:before {
	margin: -16px 0 0 -1px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-nav span:after {
	margin: -3px 0 0 -1px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-nav.fancybox-next span {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fancybox-prev span {
	left: 0;
}

.fancybox-next span {
	right: 0;
}

.fancybox-nav span:hover:before,
.fancybox-nav span:hover:after {
	background-color: #da2128;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background-color: rgba(0,0,0,0.80);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	color: #000;
	font: 14px Arial, sans-serif;
	padding: 10px 0 10px 5px;
	background-color: #fff;
}
/* End */


/* Start:/js/fancybox/fancybox-thumbs.css?1534570106735*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/* End */


/* Start:/styles/styles.css?1731287493106010*/
@charset "UTF-8";
/* */
/*======================================================= Fonts ====================================================== */

@font-face {
    font-family: 'eurostileregular';
    src: url('/styles/../fonts/eurostile-reg-webfont.woff2') format('woff2'),
         url('/styles/../fonts/eurostile-reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'eurostile_extdblack';
    src: url('/styles/../fonts/eurostileext-bla-webfont.woff2') format('woff2'),
         url('/styles/../fonts/eurostileext-bla-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "FSRAILWAYTT";
  src: url("/styles/../fonts/FSRAILWAYTTBold.eot");
  src: url("/styles/../fonts/FSRAILWAYTTBold.eot?#iefix") format("embedded-opentype"), url("/styles/../fonts/FSRAILWAYTTBold.woff2") format("woff2"), url("/styles/../fonts/FSRAILWAYTTBold.woff") format("woff"), url("/styles/../fonts/FSRAILWAYTTBold.ttf") format("truetype"), url("/styles/../fonts/FSRAILWAYTTBold.svg#FSRAILWAYTTBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "FSRAILWAYTT Book";
  src: url("/styles/../fonts/FSRAILWAYTTBook.eot");
  src: url("/styles/../fonts/FSRAILWAYTTBook.eot?#iefix") format("embedded-opentype"), url("/styles/../fonts/FSRAILWAYTTBook.woff2") format("woff2"), url("/styles/../fonts/FSRAILWAYTTBook.woff") format("woff"), url("/styles/../fonts/FSRAILWAYTTBook.ttf") format("truetype"), url("/styles/../fonts/FSRAILWAYTTBook.svg#FSRAILWAYTTBook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RussianRail G Pro";
  src: url("/styles/../fonts/RussianRailGPro-Reg.eot");
  src: url("/styles/../fonts/RussianRailGPro-Reg.eot?#iefix") format("embedded-opentype"), url("/styles/../fonts/RussianRailGPro-Reg.woff2") format("woff2"), url("/styles/../fonts/RussianRailGPro-Reg.woff") format("woff"), url("/styles/../fonts/RussianRailGPro-Reg.ttf") format("truetype"), url("/styles/../fonts/RussianRailGPro-Reg.svg#RussianRailGPro-Reg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RussianRail G Pro";
  src: url("/styles/../fonts/RussianRailGPro-Medium.eot");
  src: url("/styles/../fonts/RussianRailGPro-Medium.eot?#iefix") format("embedded-opentype"), url("/styles/../fonts/RussianRailGPro-Medium.woff2") format("woff2"), url("/styles/../fonts/RussianRailGPro-Medium.woff") format("woff"), url("/styles/../fonts/RussianRailGPro-Medium.ttf") format("truetype"), url("/styles/../fonts/RussianRailGPro-Medium.svg#RussianRailGPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "RussianRail G Pro";
  src: url("/styles/../fonts/RussianRailGPro-Extended.eot");
  src: url("/styles/../fonts/RussianRailGPro-Extended.eot?#iefix") format("embedded-opentype"), url("/styles/../fonts/RussianRailGPro-Extended.woff2") format("woff2"), url("/styles/../fonts/RussianRailGPro-Extended.woff") format("woff"), url("/styles/../fonts/RussianRailGPro-Extended.ttf") format("truetype"), url("/styles/../fonts/RussianRailGPro-Extended.svg#RussianRailGPro-Extended") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "RussianRail G Pro";
  src: url("/styles/../fonts/RussianRailGPro-Bold.eot");
  src: url("/styles/../fonts/RussianRailGPro-Bold.eot?#iefix") format("embedded-opentype"), url("/styles/../fonts/RussianRailGPro-Bold.woff2") format("woff2"), url("/styles/../fonts/RussianRailGPro-Bold.woff") format("woff"), url("/styles/../fonts/RussianRailGPro-Bold.ttf") format("truetype"), url("/styles/../fonts/RussianRailGPro-Bold.svg#RussianRailGPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "RussianRail G Pro Extended";
  src: url("/styles/../fonts/RussianRailGPro-ExtendedBold.eot");
  src: url("/styles/../fonts/RussianRailGPro-ExtendedBold.eot?#iefix") format("embedded-opentype"), url("/styles/../fonts/RussianRailGPro-ExtendedBold.woff2") format("woff2"), url("/styles/../fonts/RussianRailGPro-ExtendedBold.woff") format("woff"), url("/styles/../fonts/RussianRailGPro-ExtendedBold.ttf") format("truetype"), url("/styles/../fonts/RussianRailGPro-ExtendedBold.svg#RussianRailGPro-ExtendedBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/*===================================================== end Fonts ==================================================== */
/* */
/*=================================================== Settings Site ================================================== */
html, body, a, button, input, textarea {
  font: 13px "RussianRail G Pro", Arial, Helvetica, sans-serif;
/*  font: 13px "eurostileregular", Arial, Helvetica, sans-serif;*/
}

body > .wrapper {
  height: auto !important;
}

.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh !important;
  height: auto;
  min-width: 300px;
  width: 100%;
}

.center {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  max-width: 1229px;
  width: 100%;
}

.clear:after {
  content: " ";
  clear: both;
  display: table;
}

.title {
  display: block;
  text-transform: uppercase;
  width: 100%;
}
.title._main, .title._inside {
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}
.title._inside {
  padding-bottom: 21px;
}
.title a {
  font: inherit;
  line-height: inherit;
}
.title._rline, .title._wline {
  display: inline-block;
  padding-bottom: 8px;
  vertical-align: top;
}
.title._rline span, .title._rline a {
  border-bottom: 1px solid #da2128;
}
.title._rline a:hover {
  border-color: rgba(218, 33, 40, 0);
}
.title._wline span, .title._wline a {
  color: #fff;
  border-bottom: 1px solid #ffffff;
}
.title._wline a:hover {
  border-color: rgba(255, 255, 255, 0);
}
.title._icon {
  position: relative;
  padding-left: 100px;
}
.title._icon span {
  position: absolute;
  left: 0;
  top: -14px;
}

._button {
  background-color: #da2128;
  background: linear-gradient(to bottom, #da2126 0%, #cc1319 100%);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font: bold 14px "RussianRail G Pro Extended", sans-serif;
  height: 69px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
._button:hover, ._button:focus {
  color: #ffacaf;
}

.field-style {
  display: block;
  border: 1px solid #d9d9d9;
  color: #000;
  font-size: 16px;
  height: 52px;
  padding: 0 20px;
  text-align: left;
  margin-top: 20px;
  width: 100%;
  -webkit-appearance: none;
}
.field-style:hover, .field-style:focus, .field-style:active {
  border-color: #000;
}
.field-style.error {
  border-color: #ff0000;
}

.text-style {
  font-weight: 600;
  line-height: 30px;
}
.text-style._size18 {
  font-size: 18px;
}
.text-style._size24 {
  font-size: 24px;
}
.text-style h4 {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 33px 0 28px;
  text-transform: uppercase;
}
.text-style h4:first-child {
  padding-top: 0;
}
.text-style p {
  margin-bottom: 30px;
}
.text-style p:last-child {
  margin-bottom: 0;
}
.text-style strong {
  font-weight: bold;
}
.text-style a {
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  text-decoration: underline;
}
.text-style a:hover, .text-style a:focus {
  color: #da2128;
}
.text-style img {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  margin: 10px 0 25px;
}
.text-style ul, .text-style ol {
  list-style-type: none;
  margin-bottom: 30px;
}
.text-style ul li {
  padding: 0 0 25px 35px;
  position: relative;
}
.text-style ul li:before {
  background: url(/styles/../img/red-line-03.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 24px;
  width: 24px;
}
.text-style ul._bottom li:last-child {
  padding-bottom: 0;
}
.text-style ol {
  counter-reset: section;
}
.text-style ol > li {
  padding: 0 0 15px 29px;
  position: relative;
}
.text-style ol > li:before {
  counter-increment: section;
  content: counters(section,".") ".";
  color: #da2128;
  font-weight: bold;
  position: absolute;
  left: 9px;
  top: 1px;
}
.text-style ol > li ol > li {
  padding-left: 43px;
}
.text-style ul ol, .text-style ol ul, .text-style ul ul, .text-style ol ol {
  margin-top: 14px;
}
.text-style ul li, .text-style ol li {
  font: inherit;
  line-height: inherit;
}
.text-style ul ol li:last-child,
.text-style ol ul li:last-child,
.text-style ol ol li:last-child,
.text-style ul ul li:last-child {
  padding-bottom: 0;
}

/*================================================= end Settings Site ================================================ */
/* */
/*==================================================== Media Style =================================================== */
/* */
/*---------- After 1380 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1380px) {
  .title._main, .title._inside {
    font-size: 46px;
  }

  .text-style._size24 {
    font-size: 22px;
  }
  .text-style h4 {
    font-size: 28px;
    padding: 30px 0 25px;
  }
  .text-style p {
    margin-bottom: 25px;
  }
  .text-style ul, .text-style ol {
    margin-bottom: 25px;
  }
  .text-style ul li {
    padding-bottom: 20px;
  }
}
/*---------- end After 1380 ------------------------------------------------------------------------------------------ */
/* */
/*---------- After 1024 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .title._main, .title._inside {
    font-size: 42px;
    line-height: 48px;
  }
  .title._icon {
    padding-left: 84px;
  }
  .title._icon span img {
    width: 74px;
  }

  .text-style._size24, .text-style._size18 {
    font-size: 18px;
    line-height: 28px;
  }
  .text-style p {
    margin-bottom: 20px;
  }
  .text-style ul li {
    padding-left: 30px;
  }
  .text-style ul li:before {
    background-size: 20px auto;
    height: 21px;
    width: 21px;
  }
  .text-style ul, .text-style ol {
    margin-bottom: 20px;
  }
  .text-style h4 {
    font-size: 26px;
    line-height: 28px;
    padding: 20px 0 15px;
  }

  ._button {
    height: 64px;
  }
}
/*---------- end After 1024 ------------------------------------------------------------------------------------------ */
/* */
/*---------- After 768 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .title._main, .title._inside {
    font-size: 40px;
    line-height: 46px;
  }
  .title._icon {
    padding-left: 76px;
  }
  .title._icon span {
    top: -10px;
  }
  .title._icon span img {
    width: 68px;
  }
  .title._bsm {
    font-size: 36px;
  }

  .text-style._size24, .text-style._size18 {
    font-size: 17px;
    line-height: 26px;
  }
  .text-style p {
    margin-bottom: 15px;
  }
  .text-style ul, .text-style ol {
    margin-bottom: 15px;
  }
  .text-style ul li {
    padding: 0 0 15px 25px;
  }
  .text-style ul li:before {
    -webkit-background-size: 17px auto;
    background-size: 17px auto;
    top: 4px;
  }
  .text-style h4 {
    font-size: 24px;
    line-height: 28px;
    padding: 15px 0 12px;
  }
}
/*---------- end After 768 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 640 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .center {
    padding: 0 10px;
  }

  .title._main, .title._inside {
    font-size: 30px;
    line-height: 34px;
  }
  .title._inside {
    padding-bottom: 5px;
  }
  .title._icon {
    padding-left: 62px;
  }
  .title._icon span img {
    width: 56px;
  }
  .title._bsm {
    font-size: 21px;
    line-height: 24px;
  }

  .text-style._size24 {
    font-size: 15px;
    line-height: 22px;
  }
  .text-style._size18 {
    font-size: 14px;
    line-height: 24px;
  }
  .text-style p {
    margin-bottom: 10px;
  }
  .text-style img {
    margin-bottom: 10px;
  }
  .text-style ul, .text-style ol {
    margin-bottom: 10px;
  }
  .text-style ul li {
    padding-left: 20px;
  }
  .text-style ul li:before {
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    top: 4px;
    height: 17px;
    width: 17px;
  }
  .text-style h4 {
    font-size: 22px;
    line-height: 26px;
    padding: 15px 0 7px;
  }

  ._button {
    font-size: 12px;
    height: 54px;
  }
}
/*---------- end After 640 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 480 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .text-style._size24 {
    font-size: 14px;
    line-height: 22px;
  }
  .text-style._size18 {
    line-height: 22px;
  }
  .text-style img {
    margin-top: 5px;
  }
  .text-style ul li {
    line-height: 18px;
    padding-bottom: 10px;
  }
  .text-style ul li:before {
    top: 1px;
  }
  .text-style h4 {
    font-size: 20px;
    line-height: 22px;
  }

  .title._news {
    font-size: 26px;
    line-height: 30px;
  }
  .title._icon {
    font-size: 22px;
    line-height: 28px;
    padding-left: 52px;
  }
  .title._icon span {
    top: -5px;
  }
  .title._icon span img {
    width: 48px;
  }
}
/*---------- end After 480 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 360 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 360px) {
  .title._icon {
    font-size: 18px;
    line-height: 24px;
  }
  .title._bsm {
    font-size: 18px;
    line-height: 18px;
  }
}
/*---------- end After 360 ------------------------------------------------------------------------------------------- */
/* */
/*================================================== end Media Style ================================================= */
/* */
/*====================================================== Header ====================================================== */
.header {
  position: relative;
  width: 100%;
}
.header-logo {
  align-items: center;
  display: flex;
  height: 103px;
  padding-top: 13px;
}
.header-logo__item {
  margin-right: 61px;
}
.header-logo__item img {
  width: 438px;
  height: 60px;
}

.header-logo__info {
  display: none;
  color: #444444;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.header-logo__info span {
  display: block;
  font-size: 32px;
  padding-bottom: 5px;
  letter-spacing: -0.5px;
  margin-left:-3px;
}
.header-menu ul {
  list-style-type: none;
}

/* */
/*---------- Before 1024 --------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .header-menu {
    margin: 0 -37px 0 -79px;
    position: relative;
    z-index: 1;
  }
  .header-menu:before {
    background: linear-gradient(to bottom, #cb1219 0%, #d92127 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2000px;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    -ms-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
    -webkit-transform: skew(36.6deg);
    -moz-transform: skew(36.6deg);
    -o-transform: skew(36.6deg);
    transform: skew(-36.6deg);
    z-index: -1;
  }
  .header-menu__mobile {
    display: none;
  }
  .header-menu__list {
    display: table;
    width: 100%;
  }
  .header-menu__inside {
    display: none;
    position: absolute;
    left: 0;
    top: 61px;
    z-index: 1;
  }
  .header-menu__inside:before {
    background-color: #da2128;
    content: "";
    margin-left: -2000px;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 4000px;
    z-index: -1;
  }
  .header-menu__column {
    display: table-cell;
    vertical-align: middle;
  }
  .header-menu__column._first {
    height: 61px;
  }
  .header-menu__column._first:first-child .header-menu__link._first:after {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    -ms-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
  }
  .header-menu__column._first:hover .header-menu__link._first:after, .header-menu__column._first.active .header-menu__link._first:after {
    opacity: 1;
  }
  .header-menu__column._first:hover .header-menu__inside {
    display: block;
  }
  .header-menu__column._second {
    height: 60px;
  }
  .header-menu__column._second:last-child .header-menu__link._second:before {
    display: none;
  }
  .header-menu__link {
    align-items: center;
    display: flex;
    position: relative;
    height: 100%;
    text-transform: uppercase;
    justify-content: center;
  }
  .header-menu__link:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: skew(36.6deg);
    -moz-transform: skew(36.6deg);
    -o-transform: skew(36.6deg);
    transform: skew(-36.6deg);
  }
  .header-menu__link._first {
    color: #fff;
    font: bold 18px "FSRAILWAYTT", sans-serif;
    padding: 0 10px;
  }
  .header-menu__link._first:before {
    background-color: #fff;
    margin-top: -32px;
    height: 62px;
    width: 4px;
  }
  .header-menu__link._first:after {
    background-color: #c10a11;
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skew(36.6deg);
    -moz-transform: skew(36.6deg);
    -o-transform: skew(36.6deg);
    transform: skew(-36.6deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
  }
  .header-menu__link._second {
    color: #fff;
    font: 15px "FSRAILWAYTT Book", sans-serif;
    padding: 0 20px;
  }
  .header-menu__link._second:before {
    background-color: #ffacaf;
    margin-top: -30px;
    height: 60px;
    width: 1px;
  }
  .header-menu__link._second:hover, .header-menu__link._second.active {
    color: #ffacaf;
  }
}
/*---------- end Before 1024 ----------------------------------------------------------------------------------------- */
/* */
/*---------- 1380-1024 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1380px) and (min-width: 1025px) {
  .header-menu {
    margin: 0 -5px;
  }
  .header-menu__column._first {
    height: 54px;
  }
  .header-menu__column._second {
    height: 54px;
  }
  .header-menu__link._first {
    font-size: 16px;
  }
  .header-menu__link._first:before {
    margin-top: -27px;
    height: 54px;
    width: 3px;
  }
  .header-menu__link._second {
    font-size: 13px;
  }
  .header-menu__link._second:before {
    margin-top: -27px;
    height: 54px;
  }
  .header-menu__inside {
    top: 54px;
  }
}
/*---------- end 1380-1024 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 1380 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1380px) {
  .header-logo {
    height: 135px;
    padding-top: 0;
  }
}
/*---------- end After 1380 ------------------------------------------------------------------------------------------ */
/* */
/*---------- After 1024 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .header-logo__item {
    margin-right: 34px;
  }
  .header-logo__info {
    font-size: 14px;
  }
  .header-logo__info span {
    font-size: 28px;
    line-height: 30px;
  }
  .header-menu {
    background: none;
    margin-top: -15px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 40px;
    z-index: 7;
  }
  .header-menu__mobile {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    height: 29px;
    position: relative;
    width: 40px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .header-menu__mobile.active:before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: -5px;
    top: -10px;
    height: 49px;
    width: 50px;
  }
  .header-menu__mobile:hover span {
    background-color: #222222;
  }
  .header-menu__mobile span {
    background-color: #da2128;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header-menu__mobile span:nth-child(1) {
    top: 3px;
  }
  .header-menu__mobile span:nth-child(2), .header-menu__mobile span:nth-child(3) {
    top: 13px;
  }
  .header-menu__mobile span:nth-child(4) {
    top: 23px;
  }
  .header-menu__mobile.active span:nth-child(1), .header-menu__mobile.active span:nth-child(4) {
    top: 13px;
    width: 0;
    left: 50%;
  }
  .header-menu__mobile.active span:nth-child(2) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-menu__mobile.active span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-menu__list {
    background-color: #da2128;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    position: absolute;
    right: -420px;
    top: 39px;
    overflow-x: auto;
    max-height: calc(100vh - 115px);
    width: 350px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-menu__list.active {
    opacity: 1;
    right: -5px;
  }
  .header-menu__list .header-menu__column._first:first-child {
    padding-top: 35px;
  }
  .header-menu__list .header-menu__column._first:last-child {
    padding-bottom: 35px;
  }
  .header-menu__inside {
    display: none;
    margin: 0 0 7px 55px;
  }
  .header-menu__column._open .header-menu__link._arrow:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-menu__column._second {
    padding-right: 25px;
  }
  .header-menu__link {
    color: #fff;
    display: block;
  }
  .header-menu__link.active {
    color: #ffacaf;
  }
  .header-menu__link:hover, .header-menu__link:focus {
    color: #ffacaf;
  }
  .header-menu__link._first {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 40px;
    position: relative;
  }
  .header-menu__link._first._arrow:before {
    content: "";
    font: normal normal normal 14px/16px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -8px;
    position: absolute;
    right: 20px;
    top: 50%;
  }
  .header-menu__link._second {
    font-size: 15px;
    line-height: 17px;
    padding: 7px 0;
    position: relative;
  }
}
/*---------- end After 1024 ------------------------------------------------------------------------------------------ */
/* */
/*---------- After 768 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .header-logo {
    height: 84px;
  }
  .header-logo__item {
    margin-right: 20px;
  }
  .header-logo__item img {
    width: 365px;
  }
  .header-logo__info {
    font-size: 12px;
  }
  .header-logo__info span {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 2px;
  }
}
/*---------- end After 768 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 640 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .header-logo__item {
    margin-right: 10px;
  }
  .header-logo__item img {
    width: 270px;
  }
  .header-logo__info {
    font-size: 10px;
  }
  .header-logo__info span {
    font-size: 18px;
    line-height: 20px;
  }
  .header-menu {
    right: 10px;
    width: auto;
  }
  .header-menu__mobile {
    right: 0;
    width: 34px;
  }
  .header-menu__mobile span {
    height: 2px;
  }
  .header-menu__mobile.active:before {
    width: 44px;
  }
  .header-menu__list {
    width: 300px;
  }
  .header-menu__list .header-menu__column._first:first-child {
    padding-top: 25px;
  }
}
/*---------- end After 640 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 480 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .header-logo {
    height: 66px;
  }
  .header-logo__item img {
    width: 270px;
  }
  .header-logo__info {
    font-size: 9px;
  }
  .header-logo__info span {
    font-size: 12px;
    line-height: 13px;
  }
}
/*---------- end After 480 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 360 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 360px) {
  .header-logo__info {
    font-size: 8px;
  }
  .header-logo__info span {
    font-size: 10px;
  }
}
/*---------- end After 360 ------------------------------------------------------------------------------------------- */
/* */
/*==================================================== end Header ==================================================== */
/* */
/*===================================================== Main Page ==================================================== */
._step {
  padding-top: 83px;
}

._indent {
  padding-top: 11px;
}

.jump-right {
  padding-right: 413px;
}

.content__wrapper {
  position: relative;
}

.inside-menu {
  background-color: #da2128;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  overflow: hidden;
  padding: 45px 49px;
  position: relative;
  max-width: 360px;
  width: 100%;
  z-index: 1;
}
.inside-menu:before, .inside-menu:after {
  background-color: #cb2127;
  content: "";
  position: absolute;
  -webkit-transform: skew(-36.4deg);
  -moz-transform: skew(-36.4deg);
  -o-transform: skew(-36.4deg);
  transform: skew(-36.4deg);
  z-index: -1;
}
.inside-menu:before {
  left: 60px;
  top: 0;
  height: 260px;
  width: 17px;
}
.inside-menu:after {
  left: 147px;
  top: 88px;
  height: 650px;
  width: 27px;
}
.inside-menu__list {
  list-style-type: none;
}
.inside-menu__list li {
  padding-bottom: 12px;
}
.inside-menu__list li:last-child {
  padding-bottom: 0;
}
.inside-menu__link {
  color: #ffacaf;
  font: 18px/24px "FSRAILWAYTT Book", sans-serif;
}
.inside-menu__link:hover, .inside-menu__link.active {
  color: #fff;
}

._absolute {
  position: absolute;
  right: 0;
  top: 11px;
}

.left-column {
  padding-right: 53px;
  overflow: hidden;
}

.right-column {
  padding-top: 11px;
  float: right;
  width: 360px;
}

.big-slider {
  color: #fff;
  position: relative;
}
.big-slider__item {
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.54);
}
.big-slider__align {
  display: table-cell;
  height: 531px;
  vertical-align: middle;
}
.big-slider__title {
  font-size: 66px;
  line-height: 79px;
  font-weight: 600;
  text-transform: uppercase;
}
.big-slider__text {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 37px;
  padding-top: 44px;
  max-width: 1100px;
}

.directions {
  padding-top: 60px;
}

.information {
  padding-top: 53px;
}
.information__wrapper {
  background-color: #535353;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  margin-top: 30px;
  overflow: hidden;
  padding: 43px 54px 125px;
  position: relative;
  z-index: 1;
}
.information__wrapper:before, .information__wrapper:after {
  background-color: #4f4f4f;
  content: "";
  position: absolute;
  -webkit-transform: skew(-36.4deg);
  -moz-transform: skew(-36.4deg);
  -o-transform: skew(-36.4deg);
  transform: skew(-36.4deg);
  z-index: -1;
}
.information__wrapper:before {
  left: -7px;
  top: 0;
  height: 600px;
  width: 108px;
}
.information__wrapper:after {
  left: 546px;
  top: 0;
  height: 800px;
  width: 20px;
}
.information__text {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
.information__text:before {
  background-color: #4f4f4f;
  content: "";
  position: absolute;
  right: 319px;
  top: 0;
  height: 800px;
  width: 29px;
  -webkit-transform: skew(-36.4deg);
  -moz-transform: skew(-36.4deg);
  -o-transform: skew(-36.4deg);
  transform: skew(-36.4deg);
  z-index: -1;
}
.information__text p {
  padding-bottom: 35px;
}
.information__text p:last-child {
  padding-bottom: 0;
}
.information__more {
  background: url(/styles/../img/button-information.png) 0 0 no-repeat;
  font: 14px/52px "RussianRail G Pro Extended", sans-serif;
  margin-left: -150px;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 52px;
  width: 300px;
  text-transform: uppercase;
  text-align: center;
}
.information__more:hover {
  color: #da2128;
}

.project-preview {
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  min-height: 363px;
  padding: 40px 0 30px;
  text-transform: uppercase;
}
.project-preview._main {
  margin-top: 61px;
}
.project-preview._inside {
  margin-top: 80px;
}
.project-preview__signature {
  display: block;
  font: bold 30px/48px "FSRAILWAYTT", sans-serif;
  padding-top: 16px;
}
.project-preview__signature span, .project-preview__signature a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline;
  font: inherit;
  line-height: inherit;
  padding-bottom: 2px;
}
.project-preview__signature a:hover {
  border-color: rgba(255, 255, 255, 0);
}
.project-preview__list {
  display: flex;
  justify-content: space-between;
  font-size: 0;
  list-style-type: none;
  margin-top: 61px;
}
.project-preview__list li {
  position: relative;
}
.project-preview__icon {
  background: url(/styles/../img/red-line-02.png) 0 0 no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 86px;
  width: 86px;
}
.project-preview__text {
  display: table-cell;
  font: 21px/26px "FSRAILWAYTT Book", sans-serif;
  padding: 0 30px 0 103px;
  height: 86px;
  vertical-align: middle;
}
.project-preview__text strong {
  font-family: "FSRAILWAYTT", sans-serif;
  font-weight: bold;
}
.project-arrow {
  padding: 23px 0 30px;
}
.project-arrow__link {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  vertical-align: top;
}
.project-arrow__link:before {
  color: #da2128;
  font: normal normal normal 38px/38px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -19px;
  position: absolute;
  top: 50%;
}
.project-arrow__link._previous {
  padding-left: 31px;
  margin-right: 53px;
}
.project-arrow__link._previous:before {
  content: "";
  left: 0;
}
.project-arrow__link._next {
  padding-right: 31px;
}
.project-arrow__link._next:before {
  content: "";
  right: 0;
}
.project-arrow__link:hover {
  color: #da2128;
}
.project-gallery {
  padding: 3px 0 42px;
}
.project-content {
  overflow: hidden;
  max-height: 120px;
}
.project-content.active {
  max-height: inherit;
}
.project-button {
  display: block;
  padding: 34px 0 51px;
}
.project-button__more {
  display: inline;
  border-bottom: 1px dashed #da2128;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.project-button__more:hover {
  color: #da2128;
}
.project-map {
  height: 337px;
  width: 100%;
}
.project__gallery {
  padding-bottom: 42px;
  position: relative;
}

.gallery-show__list {
  position: relative;
  list-style-type: none;
  text-align: center;
}
.gallery-show__item a {
  display: inline-block;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  overflow: hidden;
  vertical-align: top;
}
.gallery-preview {
  display: block;
  position: relative;
  margin: 5px auto 0;
  max-width: 520px;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.gallery-preview__align {
  display: inline-block;
  cursor: pointer;
  padding: 0 2px;
  vertical-align: top;
}
.gallery-preview .slick-current {
  opacity: 0.3;
}

.news-preview {
  padding-top: 60px;
}
.news-preview__list {
  font-size: 0;
  margin: 28px 0 0 -40px;
}
.news-preview__list li {
  display: inline-block;
  padding-left: 40px;
  vertical-align: top;
  width: 50%;
}
.news-preview__date {
  color: #999999;
  font: bold 12px/16px "RussianRail G Pro Extended", sans-serif;
}
.news-preview__link {
  display: block;
}
.news-preview__link:hover .news-preview__title {
  color: #da2128;
}
.news-preview__title {
  font: bold 17px/24px "RussianRail G Pro Extended", sans-serif;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-preview__text {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  padding-top: 7px;
}

.activities__wrapper {
  padding-top: 11px;
}
.activities__list {
  font-size: 0;
}
.activities__list._two {
  margin: 0 0 -35px -56px;
}
.activities__list._four {
  display: flex;
  justify-content: space-between;
  margin: 38px 0 0 -20px;
}
.activities__column._two {
  display: inline-block;
  padding: 0 0 35px 56px;
  vertical-align: top;
  width: 50%;
}
.activities__column._four {
  padding-left: 20px;
  max-width: 230px;
  width: 25%;
}
.activities__column._four .activities__icon {
  max-width: 210px;
}
.activities__link:hover .activities__name {
  color: #da2128;
}
.activities__icon {
  border: 4px solid #da2128;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 99px;
  width: 100%;
  z-index: 1;
}
.activities__icon:before, .activities__icon:after {
  background-color: #fff;
  content: "";
  position: absolute;
  z-index: -1;
}
.activities__icon:before {
  left: 13px;
  top: -8px;
  height: 80px;
  width: 15px;
  -webkit-transform: skew(39deg);
  -moz-transform: skew(39deg);
  -o-transform: skew(39deg);
  transform: skew(-39deg);
}
.activities__icon:after {
  left: 66px;
  top: -8px;
  height: 120px;
  width: 5px;
  -webkit-transform: skew(-38.5deg);
  -moz-transform: skew(-38.5deg);
  -o-transform: skew(-38.5deg);
  transform: skew(-38.5deg);
}
.activities__icon span:before {
  background-color: #fff;
  content: "";
  position: absolute;
  right: 6px;
  bottom: -7px;
  height: 65px;
  width: 11px;
  -webkit-transform: skew(39deg);
  -moz-transform: skew(39deg);
  -o-transform: skew(39deg);
  transform: skew(-39deg);
  z-index: -1;
}
.activities__name {
  display: block;
  font: 21px/30px "FSRAILWAYTT", sans-serif;
  margin-top: 21px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.document__list {
  font-size: 0;
  margin: 0 0 -65px -70px;
}
.document__column {
  display: inline-block;
  padding: 0 0 65px 70px;
  position: relative;
  vertical-align: top;
  width: 50%;
  z-index: 1;
}
.document__column:before {
  background-color: #ededed;
  content: "";
  position: absolute;
  left: 70px;
  top: 0;
  height: 180px;
  width: 106px;
  -webkit-transform: skew(36deg);
  -moz-transform: skew(36deg);
  -o-transform: skew(36deg);
  transform: skew(-36deg);
  z-index: -1;
}
.document__icon {
  display: block;
  padding: 10px 0 11px;
}
.document__link {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.document__link:hover {
  color: #da2128;
}
.document__link span {
  display: inline;
  border-bottom: 1px solid #da2128;
}

.manual__list {
  font-size: 0;
  margin: 0 0 -65px -70px;
}
.manual__column {
  display: inline-block;
  padding: 0 0 65px 70px;
  position: relative;
  vertical-align: top;
  width: 50%;
  z-index: 1;
}
.manual__column:before {
  background-color: #ededed;
  content: "";
  position: absolute;
  left: 70px;
  top: 0;
  height: 180px;
  width: 106px;
  -webkit-transform: skew(36deg);
  -moz-transform: skew(36deg);
  -o-transform: skew(36deg);
  transform: skew(-36deg);
  z-index: -1;
}
.manual__align {
  display: table-cell;
  font-weight: 600;
  height: 180px;
  vertical-align: middle;
}
.manual__name {
  font-size: 24px;
  line-height: 30px;
}
.manual__name strong {
  font-family: "RussianRail G Pro Extended", sans-serif;
}
.manual__position {
  font-size: 18px;
  line-height: 22px;
  padding-top: 6px;
}

.services__list {
  margin-top: 30px;
}
.services__poster {
  background-color: #535353;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  overflow: hidden;
  margin-top: 50px;
  padding: 45px 40px 50px 50px;
  position: relative;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  z-index: 1;
}
.services__poster:before, .services__poster:after {
  background-color: #4f4f4f;
  content: "";
  position: absolute;
  -webkit-transform: skew(-36.4deg);
  -moz-transform: skew(-36.4deg);
  -o-transform: skew(-36.4deg);
  transform: skew(-36.4deg);
  z-index: -1;
}
.services__poster:before {
  left: 43px;
  top: 0;
  height: 450px;
  width: 108px;
}
.services__poster:after {
  left: 468px;
  top: 0;
  height: 1000px;
  width: 18px;
}
.services__content {
  padding-top: 50px;
}
.services-years {
  padding: 10px 0 50px;
}
.services-years__align {
  display: table-cell;
  font-size: 18px;
  position: relative;
  height: 180px;
  vertical-align: middle;
  z-index: 1;
}
.services-years__align:before {
  background-color: #ededed;
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  height: 180px;
  width: 106px;
  -webkit-transform: skew(36deg);
  -moz-transform: skew(36deg);
  -o-transform: skew(36deg);
  transform: skew(-36deg);
  z-index: -1;
}
.services-years strong {
  color: #da2128;
  display: block;
  font: bold 92px/92px "FSRAILWAYTT", sans-serif;
}

.purchase {
  margin-top: -4px;
}
.purchase__list {
  padding-top: 76px;
}
.purchase__line {
  padding: 0 0 102px 71px;
}
.purchase__line._finish {
  opacity: 0.4;
}
.purchase__line._finish:hover {
  opacity: 1;
}
.purchase__column._left {
  float: left;
  padding-right: 30px;
  position: relative;
  min-height: 180px;
  width: 280px;
  z-index: 1;
}
.purchase__column._left:before {
  background-color: #ededed;
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  height: 180px;
  width: 106px;
  -webkit-transform: skew(36deg);
  -moz-transform: skew(36deg);
  -o-transform: skew(36deg);
  transform: skew(-36deg);
  z-index: -1;
}
.purchase__column._right {
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
}
.purchase__column._right a {
  font: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.purchase__column._right a:hover {
  color: #da2128;
}
.purchase__icon {
  display: block;
  padding: 10px 0 11px;
}
.purchase__type {
  border-bottom: 1px solid #da2128;
  display: inline;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.purchase__type:hover {
  color: #da2128;
}
.purchase__date {
  color: #999999;
  display: block;
  font: bold 12px/16px "RussianRail G Pro Extended", sans-serif;
  padding-top: 10px;
}
.purchase__button {
  padding-bottom: 40px;
  max-width: 207px;
}

.tabs-button {
  font-size: 0;
  list-style-type: none;
  margin-left: -28px;
}
.tabs-button__item {
  border-bottom: 1px dashed #fff;
  color: #999999;
  display: inline-block;
  margin-left: 28px;
  vertical-align: top;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tabs-button__item:hover {
  color: #da2128;
}
.tabs-button__item.active {
  color: #000;
  cursor: default;
  border-color: #da2128;
}
.tabs-button__item._purchase {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.tabs-button__item._contacts {
  font-size: 24px;
  line-height: 30px;
}
.tabs-content__box {
  display: none;
  padding-top: 23px;
}
.tabs-content__box.active {
  display: block;
}

.contacts {
  padding-top: 11px;
}
.contacts__address {
  font-size: 24px;
  line-height: 30px;
  padding-top: 20px;
}
.contacts__link {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin: 32px 27px 0 0;
  vertical-align: top;
}
.contacts__link._tel {
  background: url(/styles/../img/icons/icon-4.1.png) 0 center no-repeat;
  padding-left: 22px;
}
.contacts__link._mail {
  background: url(/styles/../img/icons/icon-4.2.png) 0 center no-repeat;
  padding-left: 29px;
}
.contacts__link._mail span {
  border-bottom: 1px solid #da2128;
  display: inline;
  padding-bottom: 2px;
}
.contacts__link._mail:hover span {
  border-color: #fff;
}
.contacts-map__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  padding: 47px 0 28px;
  text-transform: uppercase;
}
.contacts-map__item {
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  overflow: hidden;
  height: 390px;
  width: 100%;
}

.news__date {
  color: #999999;
  font: bold 12px/16px "RussianRail G Pro Extended", sans-serif;
}
.news-list__wrapper {
  padding-top: 5px;
}
.news-list__line {
  padding-bottom: 46px;
}
.news-list-image {
  float: left;
  padding-top: 3px;
  width: 210px;
}
.news-list-image__item {
  display: block;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  overflow: hidden;
  width: 180px;
}
.news-list__content {
  overflow: hidden;
}
.news-list-name {
  display: block;
  padding-top: 1px;
}
.news-list-name__link {
  border-bottom: 1px solid #da2128;
  font: bold 18px/24px "RussianRail G Pro Extended", sans-serif;
  display: inline;
  padding-bottom: 2px;
}
.news-list-name__link:hover {
  border-color: #fff;
  color: #da2128;
}
.news-list-name__link._h28 {
  line-height: 28px;
}
.news-list__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding-top: 6px;
}
.news-page__date {
  color: #999999;
  font: bold 12px/16px "RussianRail G Pro Extended", sans-serif;
  position: absolute;
  left: 20px;
  top: -16px;
}
.news-add {
  padding: 47px 0 0 47px;
}
.news-add__headline {
  display: block;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.news-add__headline span {
  border-bottom: 1px solid #da2128;
  display: inline;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-add__headline:hover span {
  border-bottom-color: rgba(255, 255, 255, 0);
}
.news-add__line {
  padding: 0 0 32px 4px;
}

.return._news {
  padding: 16px 0 0 3px;
}
.return._vacancy {
  padding: 60px 0 0 50px;
}
.return._mobile {
  display: none;
}
.return__link {
  display: inline-block;
  font: 18px/30px "FSRAILWAYTT Book", sans-serif;
  position: relative;
  padding-left: 40px;
  vertical-align: top;
}
.return__link:before {
  background: #da2128 url(/styles/../img/icons/icon-5.png) center no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
}
.return__link:hover {
  color: #da2128;
}

.navigation {
  font-size: 0;
  padding-top: 4px;
}
.navigation__number, .navigation__button {
  display: inline-block;
  font-size: 24px;
  line-height: 48px;
  font-weight: 500;
  vertical-align: top;
}
.navigation__number span, .navigation__button span {
  border-bottom: 1px solid #da2128;
  display: inline;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navigation__number:hover, .navigation__button:hover {
  color: #da2128;
}
.navigation__number:hover span, .navigation__button:hover span {
  border-color: #fff;
}
.navigation__number {
  padding: 0 14px 1px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.navigation__number:before, .navigation__number:after {
  background-color: #fff;
  content: "";
  position: absolute;
  -webkit-transform: skew(37deg);
  -moz-transform: skew(37deg);
  -o-transform: skew(37deg);
  transform: skew(-37deg);
  z-index: -1;
}
.navigation__number:before {
  left: 4px;
  top: 0;
  height: 40px;
  width: 9px;
}
.navigation__number:after {
  left: 34px;
  top: 15px;
  height: 40px;
  width: 4px;
}
.navigation__number span:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  z-index: -2;
}
.navigation__number.active span {
  border-color: #fff;
}
.navigation__number.active span:before {
  border: 3px solid #da2128;
}
.navigation__button._next {
  margin-left: 16px;
}
.navigation__button._return {
  margin-right: 16px;
}

.note {
  background-color: #edeee4;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  padding: 47px 20px 47px 50px;
  margin-top: 30px;
  max-width: 360px;
  width: 100%;
}
.note__headline {
  background: url(/styles/../img/icons/icon-6.png) 0 3px no-repeat;
  display: block;
  font: 18px/22px "RussianRail G Pro Extended", sans-serif;
  padding: 0 0 13px 28px;
}
.note__info {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.note__info span {
  border-bottom: 1px solid #da2128;
  display: inline;
}

a.note__info:hover {
  color: #da2128;
}

.mediabank {
  font-size: 0;
  margin: 0 0 -42px -54px;
}
.mediabank__column {
  display: inline-block;
  padding: 0 0 42px 54px;
  vertical-align: top;
  width: 50%;
}
.mediabank__align {
  display: inline-block;
  position: relative;
  max-width: 360px;
  width: 100%;
  vertical-align: top;
}
.mediabank__align:hover .mediabank__calc:before, .mediabank__align:hover .mediabank__video:before {
  background-color: #da2128;
}
.mediabank-media {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  max-height: 218px;
  width: 100%;
}
.mediabank__calc {
  display: block;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  padding-right: 46px;
  position: absolute;
  left: 20px;
  top: 26px;
  z-index: 3;
}
.mediabank__calc:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: -265px;
  top: -150px;
  height: 300px;
  width: 466px;
  -moz-transform: rotate(125.5deg);
  -ms-transform: rotate(125.5deg);
  -webkit-transform: rotate(125.5deg);
  -o-transform: rotate(125.5deg);
  transform: rotate(125.5deg);
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  z-index: -1;
}
.mediabank__calc:after {
  background: url(/styles/../img/icons/icon-7.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  margin-top: -13px;
  right: 0;
  top: 50%;
  height: 26px;
  width: 35px;
}
.mediabank__video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.mediabank__video:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: -225px;
  top: -150px;
  height: 300px;
  width: 466px;
  -moz-transform: rotate(125.5deg);
  -ms-transform: rotate(125.5deg);
  -webkit-transform: rotate(125.5deg);
  -o-transform: rotate(125.5deg);
  transform: rotate(125.5deg);
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  z-index: -1;
}
.mediabank__video:after {
  background: url(/styles/../img/icons/youtube.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  left: 31px;
  top: 30px;
  height: 26px;
  width: 34px;
}
.mediabank__date {
  color: #999999;
  display: block;
  font: bold 12px/16px "RussianRail G Pro Extended", sans-serif;
  padding: 19px 0 2px;
}
.mediabank__name {
  display: block;
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  max-height: 91px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mediabank__name:hover {
  color: #da2128;
}
.mediabank__name span {
  display: inline;
  border-bottom: 1px solid #da2128;
}
.mediabank__gallery {
  display: none;
}

.history-calc {
  font-size: 0;
  margin-left: -70px;
  padding: 80px 0 39px;
}
.history-calc__column {
  display: inline-block;
  padding-left: 70px;
  vertical-align: top;
  width: 50%;
}
.history-calc__column._left {
  width: 46%;
}
.history-calc__column._right {
  width: 54%;
}
.history-calc__align {
  display: table-cell;
  position: relative;
  height: 180px;
  vertical-align: middle;
}
.history-calc__align:before {
  background-color: #ededed;
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  height: 180px;
  width: 106px;
  -webkit-transform: skew(36deg);
  -moz-transform: skew(36deg);
  -o-transform: skew(36deg);
  transform: skew(-36deg);
  z-index: -1;
}
.history-calc__more {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
}
.history-calc__number {
  color: #da2128;
  font: 92px/92px "FSRAILWAYTT", sans-serif;
  margin-top: -9px;
}
.history-calc__signature {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 4px;
}
.history__text {
  padding-top: 25px;
}

.project-card {
  font-size: 0;
}
.project-card._history {
  margin: 53px 0 -24px -30px;
}
.project-card__column {
  display: inline-block;
  padding: 0 0 43px 30px;
  vertical-align: top;
}
.project-card__column._two {
  width: 50%;
}
.project-card__align {
  display: inline-block;
  max-width: 399px;
  vertical-align: top;
  text-align: left;
}
.project-card__image {
  display: block;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  overflow: hidden;
}
.project-card__name {
  font-size: 24px;
  line-height: 30px;
  padding-top: 23px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.project-card__name span {
  display: inline;
  border-bottom: 1px solid #da2128;
}
.project-card__name:hover {
  color: #da2128;
}

.career__wrapper {
  padding-top: 38px;
}

.vacancies__headline {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  padding: 42px 0 13px;
  text-transform: uppercase;
}
.vacancies__wrapper {
  font-size: 0;
  margin: 0 0 -50px -50px;
}
.vacancies__column {
  display: inline-block;
  padding: 0 0 50px 50px;
  vertical-align: top;
}
.vacancies__column._two {
  width: 50%;
}
.vacancies__column._three {
  width: 33.333%;
}
.vacancies__align {
  display: block;
  padding-left: 67px;
  position: relative;
  min-height: 180px;
}
.vacancies__align:before {
  background-color: #ededed;
  content: "";
  position: absolute;
  left: 70px;
  top: 0;
  height: 180px;
  width: 106px;
  -webkit-transform: skew(36deg);
  -moz-transform: skew(36deg);
  -o-transform: skew(36deg);
  transform: skew(-36deg);
  z-index: -1;
}
.vacancies__icon {
  display: block;
}
.vacancies__sing {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 5px;
}
.vacancies__sing span {
  display: inline;
  border-bottom: 1px solid #da2128;
  padding-bottom: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.vacancies__sing:hover span {
  border-color: rgba(218, 33, 40, 0);
  color: #000;
}

.vacancy__text {
  padding-top: 3px;
}
.vacancy__text.text-style ul li:last-child {
  padding-bottom: 0;
}
.vacancy-contacts {
  padding: 0 0 30px 27px;
}
.vacancy-contacts a {
  text-decoration: none;
}
.vacancy-contacts._address {
  background: url(/styles/../img/icons/icon-4.3.png) 5px 6px no-repeat;
}
.vacancy-contacts._mail {
  background: url(/styles/../img/icons/icon-4.2.png) 0 9px no-repeat;
}
.vacancy-contacts._tel {
  background: url(/styles/../img/icons/icon-4.1.png) 3px 8px no-repeat;
}
.vacancy-other__headline {
  display: block;
  padding: 50px 0 46px;
}
.vacancy-other__headline a {
  border-bottom: 1px solid #da2128;
  display: inline;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
.vacancy-other__headline a:hover {
  border-color: #fff;
}

.catalog-sort__column {
  display: block;
  font-size: 0;
}
.catalog-sort__column._inside {
  padding-top: 14px;
}
.catalog-sort__line {
  display: inline-block;
  padding: 0 18px 13px 0;
  vertical-align: top;
}
.catalog-tabs-button {
  font-size: 0;
  list-style-type: none;
  margin-left: -28px;
}
.catalog-tabs-button__item {
  border-bottom: 1px dashed #fff;
  color: #999999;
  display: inline-block;
  margin-left: 28px;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  vertical-align: top;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.catalog-tabs-button__item:hover {
  color: #da2128;
}
.catalog-tabs-button__item.active {
  color: #000;
  cursor: default;
  border-color: #da2128;
}
.catalog-tabs-content__box {
  display: none;
  padding: 20px 0 32px;
}
.catalog-tabs-content__box.active {
  display: block;
}
.catalog-map {
  margin: 10px 0 60px;
  position: relative;
  height: 700px;
  width: 100%;
}
.catalog__key {
  padding: 22px 0 5px;
}
.catalog-project__line {
  border-bottom: 2px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.catalog-project__link {
  display: block;
}
.catalog-project__link:hover .catalog-project__align span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.catalog-project__align {
  color: #fff;
  display: table-cell;
  font-size: 48px;
  line-height: 72px;
  font-weight: 600;
  height: 363px;
  vertical-align: middle;
  text-transform: uppercase;
}
.catalog-project__align span {
  display: inline;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.informer {
  background-color: #fff;
  border: 1px solid #e9e1c4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 50px;
  top: 50px;
  max-width: 398px;
  width: 100%;
  z-index: 1;
}
.informer:before, .informer:after {
  border-style: solid;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
}
.informer:after {
  border-width: 9px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  left: 86px;
  bottom: -9px;
}
.informer:before {
  border-width: 10px 9px 0 9px;
  border-color: #e9e1c4 transparent transparent transparent;
  left: 84px;
  bottom: -10px;
}
.informer__wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 14px 130px 25px 18px;
  position: relative;
  overflow: hidden;
}
.informer-headline {
  display: block;
}
.informer-headline__item {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}
.informer-headline__item:hover {
  color: #da2128;
}
.informer-object {
  margin-top: 15px;
  position: relative;
}
.informer-object__icon {
  position: absolute;
  left: 0;
  top: -3px;
}
.informer-object__name {
  color: #999999;
  font-size: 11px;
  line-height: 16px;
  padding-left: 23px;
  text-transform: uppercase;
}
.informer-status {
  color: #fff;
  font-size: 8px;
  line-height: 15px;
  padding: 8px 9px 8px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  max-width: 120px;
  z-index: 1;
}
.informer-status:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 0;
  height: 100%;
  width: 50px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-transform: skew(36deg);
  -moz-transform: skew(36deg);
  -o-transform: skew(36deg);
  transform: skew(36deg);
  z-index: -1;
}
.informer-status._black {
  background-color: #2e363c;
}
.informer-status._black:before {
  background-color: #2e363c;
}
.informer-status._red {
  background-color: #da2128;
}
.informer-status._red:before {
  background-color: #da2128;
}
.informer-close {
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  position: absolute;
  left: 3px;
  top: 3px;
  height: 12px;
  width: 12px;
}
.informer-close:before {
  content: "";
  font: normal normal normal 10px/10px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 1px;
  top: -1px;
}
.informer-close:hover {
  border-color: #da2128;
  color: #da2128;
}

/* */
/* */
/*---------- After 1380 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1380px) {
  ._step {
    padding-top: 50px;
  }

  .jump-right {
    padding-right: 355px;
  }

  .inside-menu {
    padding: 35px 30px;
    max-width: 300px;
  }
  .inside-menu__link {
    font-size: 16px;
  }

  .note {
    padding: 35px 30px;
  }

  .right-column {
    width: 300px;
  }

  .tabs-button__item._contacts, .tabs-button__item._purchase {
    font-size: 22px;
  }

  .navigation__number, .navigation__button {
    font-size: 22px;
  }

  .big-slider__title {
    font-size: 60px;
    line-height: 74px;
  }
  .big-slider__text {
    font-size: 23px;
    line-height: 36px;
    padding-top: 34px;
  }
  .big-slider__align {
    height: 450px;
  }

  .activities__icon {
    border-width: 3px;
  }
  .activities__name {
    font-size: 17px;
    line-height: 26px;
    margin-top: 15px;
  }

  .information__text {
    font-size: 22px;
  }
  .information__wrapper {
    padding-bottom: 95px;
  }
  .information__wrapper p {
    padding-bottom: 25px;
  }

  .project-preview__signature {
    font-size: 26px;
    line-height: 46px;
  }
  .project-preview__signature a, .project-preview__signature span {
    padding-bottom: 0;
  }
  .project-preview__icon {
    background-size: 72px auto;
    height: 72px;
    width: 72px;
  }
  .project-preview__icon img {
    width: 54px;
  }
  .project-preview__text {
    font-size: 18px;
    padding-left: 90px;
    height: 72px;
  }

  .news-preview__text {
    font-size: 16px;
  }

  .contacts__address {
    font-size: 22px;
  }

  .document__list {
    margin-left: -20px;
  }
  .document__link {
    font-size: 16px;
  }

  .manual__list {
    margin-left: -20px;
  }
  .manual__name {
    font-size: 22px;
  }
  .manual__position {
    font-size: 16px;
  }

  .mediabank__calc {
    font-size: 30px;
  }
  .mediabank__name {
    font-size: 22px;
  }

  .purchase__list {
    padding-top: 45px;
  }
  .purchase__column._right {
    font-size: 20px;
    line-height: 28px;
  }
  .purchase__line {
    padding-bottom: 65px;
  }
  .purchase__button {
    padding-bottom: 10px;
  }

  .news-list-name__link, .news-list__text {
    font-size: 17px;
  }
  .news-add {
    padding: 25px 0 0 27px;
  }
  .news-add__headline {
    font-size: 30px;
  }

  .services__list {
    margin-top: 20px;
  }
  .services__poster {
    font-size: 26px;
    line-height: 36px;
    margin-top: 35px;
  }
  .services__content {
    padding-top: 40px;
  }
  .services-years {
    padding-left: 50px;
  }
  .services-years strong {
    font-size: 72px;
    line-height: 72px;
  }
  .services-years__align {
    font-size: 16px;
    line-height: 20px;
  }

  .history-calc {
    padding-top: 60px;
  }
  .history-calc__wrapper {
    padding-left: 50px;
  }
  .history-calc__number {
    font-size: 72px;
    line-height: 72px;
  }
  .history-calc__signature {
    font-size: 16px;
  }

  .project-card__name {
    font-size: 22px;
    padding-top: 10px;
  }

  .vacancies__headline {
    font-size: 34px;
  }
  .vacancies__sing {
    font-size: 17px;
    line-height: 27px;
  }
  .vacancies__sing span {
    padding-bottom: 1px;
  }

  .vacancy-other__headline a {
    font-size: 34px;
  }
  .vacancy-contacts {
    padding-bottom: 25px;
  }

  .project-arrow__link {
    font-size: 22px;
  }

  .project-button {
    padding-top: 20px;
  }
  .project-button__more {
    font-size: 22px;
  }

  .catalog-tabs-button {
    margin-left: -17px;
  }
  .catalog-tabs-button__item {
    font-size: 20px;
    line-height: 26px;
    margin-left: 17px;
  }
  .catalog-map {
    height: 555px;
  }
  .catalog-project__align {
    font-size: 42px;
    line-height: 64px;
    height: 300px;
  }
}
/*---------- end After 1380 ------------------------------------------------------------------------------------------ */
/* */
/*---------- After 1024 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .jump-right {
    padding-right: 0;
  }

  .inside-menu {
    display: none;
  }

  ._step {
    padding-top: 20px;
  }

  .navigation__number, .navigation__button {
    font-size: 20px;
    line-height: 42px;
  }
  .navigation__number {
    padding: 0 12px 2px;
  }
  .navigation__number.active span:before {
    border-width: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
  }

  .tabs-button__item._contacts, .tabs-button__item._purchase {
    font-size: 20px;
    line-height: 26px;
  }

  .left-column {
    overflow: inherit;
    padding-right: 0;
  }

  .right-column {
    display: block;
    padding: 0;
    float: none;
    width: 100%;
    vertical-align: top;
  }

  .note {
    margin: 0 0 10px;
    max-width: 100%;
  }

  .big-slider__align {
    height: 420px;
  }
  .big-slider__text {
    font-size: 20px;
    line-height: 30px;
    padding-top: 15px;
  }
  .big-slider__title {
    font-size: 48px;
    line-height: 60px;
  }

  .directions {
    padding-top: 45px;
  }

  .activities__list._four {
    margin-top: 25px;
  }
  .activities__icon img {
    width: 70px;
  }
  .activities__name {
    font-size: 14px;
    line-height: 22px;
  }

  .information__wrapper {
    margin-top: 25px;
  }
  .information__text {
    font-size: 18px;
    line-height: 28px;
  }
  .information__text p {
    padding-bottom: 20px;
  }

  .project-preview__signature {
    font-size: 22px;
    line-height: 36px;
  }
  .project-preview__text {
    font-size: 16px;
    line-height: 22px;
  }

  .news-preview__title {
    font-size: 16px;
  }
  .news-preview__text {
    font-size: 14px;
  }

  .contacts__address {
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
  }
  .contacts__link {
    font-size: 16px;
  }
  .contacts-map__title {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 22px;
  }

  .mediabank {
    margin-left: -45px;
  }
  .mediabank__column {
    padding-left: 45px;
  }

  .purchase__column._left {
    width: 250px;
  }
  .purchase__column._right {
    font-size: 18px;
    line-height: 28px;
  }
  .purchase__type {
    font-size: 16px;
    line-height: 26px;
  }
  .purchase__line {
    padding-left: 51px;
  }

  .news-add {
    display: none;
  }
  .news-page__text {
    margin-top: -20px;
  }

  .return._news {
    padding: 30px 0 0 0;
  }
  .return._desktop {
    display: none;
  }
  .return._mobile {
    display: block;
  }
  .return._vacancy {
    padding: 20px 0 0;
  }

  .services__list {
    margin-top: 10px;
  }
  .services__poster {
    font-size: 22px;
    line-height: 34px;
    margin-top: 25px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .services-years {
    padding: 10px 0 40px 35px;
  }
  .services-years strong {
    font-size: 64px;
    line-height: 64px;
  }
  .services-years__align {
    font-size: 14px;
    line-height: 19px;
  }
  .services-years__align:before {
    width: 76px;
    -webkit-transform: skew(28deg);
    -moz-transform: skew(28deg);
    -o-transform: skew(28deg);
    transform: skew(-28deg);
  }

  .history-calc {
    padding: 40px 0 20px;
  }
  .history-calc__align:before {
    width: 76px;
    -webkit-transform: skew(28deg);
    -moz-transform: skew(28deg);
    -o-transform: skew(28deg);
    transform: skew(-28deg);
  }
  .history-calc__more {
    font-size: 13px;
  }
  .history-calc__number {
    font-size: 64px;
    line-height: 64px;
    margin-top: -5px;
  }
  .history-calc__signature {
    font-size: 14px;
    line-height: 19px;
  }

  .vacancies__headline {
    font-size: 32px;
    padding-top: 35px;
  }

  .vacancy-contacts {
    padding-bottom: 20px;
  }
  .vacancy-contacts._mail {
    background-position: 0 7px;
  }
  .vacancy-other {
    padding-bottom: 35px;
  }
  .vacancy-other__headline a {
    font-size: 32px;
    line-height: 34px;
  }

  .project-arrow__link {
    font-size: 20px;
  }
  .project-arrow__link:before {
    font-size: 35px;
  }
  .project-arrow__link._previous {
    padding-left: 22px;
    margin-right: 40px;
  }
  .project-arrow__link._next {
    padding-right: 22px;
  }
  .project-content {
    max-height: 112px;
  }
  .project-button {
    padding-top: 15px;
  }
  .project-button__more {
    font-size: 20px;
    line-height: 22px;
  }

  .catalog-tabs-button__item {
    font-size: 18px;
    line-height: 24px;
  }
  .catalog-map {
    margin-bottom: 50px;
  }
  .catalog-project__line {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .catalog-project__align {
    font-size: 36px;
    line-height: 52px;
  }
}
/*---------- end After 1024 ------------------------------------------------------------------------------------------ */
/* */
/*---------- After 768 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .note {
    padding: 25px 30px 30px;
  }
  .note__info {
    font-size: 14px;
    line-height: 22px;
  }
  .note__headline {
    padding-bottom: 7px;
  }

  .tabs-button {
    padding-top: 11px;
  }
  .tabs-button__item._purchase, .tabs-button__item._purchase {
    font-size: 18px;
    line-height: 24px;
  }

  .big-slider__title {
    font-size: 44px;
    line-height: 54px;
  }
  .big-slider__text {
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    padding-top: 10px;
  }

  .activities__list._four {
    display: block;
    justify-content: inherit;
    margin-bottom: -35px;
  }
  .activities__column._four {
    display: inline-block;
    padding-bottom: 35px;
    vertical-align: top;
    max-width: 100%;
    width: 50%;
  }
  .activities__name {
    margin-top: 10px;
  }

  .information__wrapper {
    margin-top: 20px;
    padding: 35px 40px 95px;
  }
  .information__wrapper p {
    padding-bottom: 20px;
  }
  .information__text {
    font-size: 17px;
    line-height: 26px;
  }

  .project-preview {
    min-height: 333px;
  }
  .project-preview._inside {
    margin-top: 60px;
  }
  .project-preview__list {
    margin-top: 45px;
  }
  .project-preview__signature {
    font-size: 18px;
    line-height: 32px;
  }
  .project-preview__icon {
    background-size: 56px auto;
    height: 56px;
    width: 56px;
  }
  .project-preview__icon img {
    width: 40px;
  }
  .project-preview__text {
    font-size: 14px;
    line-height: 20px;
    padding-left: 70px;
    height: 56px;
  }

  .contacts {
    padding-top: 0;
  }
  .contacts-map__title {
    font-size: 28px;
    line-height: 28px;
  }

  .document__list {
    margin-left: -40px;
  }
  .document__column:before {
    width: 76px;
    -webkit-transform: skew(28deg);
    -moz-transform: skew(28deg);
    -o-transform: skew(28deg);
    transform: skew(-28deg);
  }
  .document__link {
    font-size: 15px;
    line-height: 28px;
  }

  .manual__list {
    margin: 0 0 -42px -40px;
  }
  .manual__column {
    padding-bottom: 42px;
  }
  .manual__column:before {
    width: 76px;
    -webkit-transform: skew(28deg);
    -moz-transform: skew(28deg);
    -o-transform: skew(28deg);
    transform: skew(-28deg);
  }
  .manual__name {
    font-size: 20px;
    line-height: 26px;
  }
  .manual__position {
    font-size: 14px;
    line-height: 18px;
  }

  .mediabank {
    margin-left: -25px;
  }
  .mediabank__column {
    padding-left: 25px;
  }
  .mediabank__name {
    font-size: 20px;
  }
  .mediabank__calc {
    font-size: 24px;
    padding-right: 35px;
  }
  .mediabank__calc:after {
    -webkit-background-size: 26px auto;
    background-size: 26px auto;
    margin-top: -9px;
    height: 20px;
    width: 26px;
  }

  .purchase__column._left {
    width: 250px;
  }
  .purchase__column._right {
    font-size: 17px;
    line-height: 26px;
  }
  .purchase__type {
    font-size: 16px;
    line-height: 26px;
  }
  .purchase__column._left:before {
    width: 76px;
    -webkit-transform: skew(28deg);
    -moz-transform: skew(28deg);
    -o-transform: skew(28deg);
    transform: skew(-28deg);
  }

  .news-list-name__link, .news-list__text {
    font-size: 16px;
  }
  .news-list__text {
    line-height: 22px;
  }

  .services__list {
    margin-top: 0;
  }
  .services__poster {
    font-size: 20px;
    line-height: 30px;
  }
  .services__content {
    padding-top: 30px;
  }
  .services-years {
    padding-bottom: 30px;
  }

  .project-card__column {
    padding-bottom: 35px;
  }

  .project-card__name {
    font-size: 20px;
  }

  .career__wrapper {
    padding-top: 25px;
  }

  .vacancies__headline {
    font-size: 30px;
    padding-top: 30px;
  }
  .vacancies__align:before {
    left: 55px;
    width: 90px;
  }
  .vacancies__icon img {
    width: 76px;
  }
  .vacancies__sing {
    font-size: 16px;
    line-height: 26px;
  }

  .vacancy-contacts {
    padding-bottom: 15px;
  }
  .vacancy-contacts._address {
    background-position: 5px 4px;
  }
  .vacancy-contacts._mail {
    background-position: 0 6px;
  }
  .vacancy-contacts._tel {
    background-position: 3px 5px;
  }
  .vacancy-other__headline {
    padding: 40px 0 35px;
  }
  .vacancy-other__headline a {
    font-size: 30px;
  }

  .project__gallery {
    padding-bottom: 25px;
  }
  .project-content {
    max-height: 103px;
  }
  .project-arrow__link {
    font-size: 20px;
    line-height: 22px;
  }
  .project-arrow__link:before {
    font-size: 29px;
    line-height: 22px;
    margin-top: -11px;
  }
  .project-arrow__link._previous {
    padding-left: 18px;
    margin-right: 30px;
  }
  .project-arrow__link._next {
    padding-right: 18px;
  }

  .catalog-tabs-button__item {
    margin-bottom: 5px;
  }
  .catalog-tabs-content__box {
    padding-bottom: 10px;
  }
  .catalog-map {
    margin-bottom: 40px;
  }
  .catalog-project__align {
    font-size: 32px;
  }
}
/*---------- end After 768 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 640 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  ._step {
    padding-top: 0;
  }

  .note {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    margin: 10px 0 5px;
    padding: 15px 20px 20px;
    -webkit-border-radius: 15;
    -moz-border-radius: 15;
    -ms-border-radius: 15;
    border-radius: 15;
  }
  .note__headline {
    font-size: 16px;
  }
  .note__info {
    font-size: 13px;
  }

  .tabs-button {
    margin-left: -20px;
  }
  .tabs-button__item {
    margin-left: 20px;
  }
  .tabs-button__item._contacts {
    font-size: 16px;
    line-height: 21px;
  }

  .navigation__number, .navigation__button {
    font-size: 16px;
    line-height: 33px;
  }
  .navigation__number {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 2px;
  }
  .navigation__number:before {
    left: -1px;
    top: -2px;
    height: 34px;
    width: 5px;
  }
  .navigation__number:after {
    left: 22px;
    top: 15px;
    height: 23px;
    width: 4px;
  }
  .navigation__number.active span:before {
    border-width: 1px;
  }

  .big-slider__align {
    display: table;
    height: auto;
    padding: 45px 0 60px;
    vertical-align: top;
  }
  .big-slider__title {
    font-size: 32px;
    line-height: 38px;
  }
  .big-slider__text {
    font-size: 14px;
    line-height: 19px;
    padding-top: 7px;
  }

  .directions {
    padding-top: 25px;
  }

  .activities__list._four {
    margin-top: 15px;
    margin-bottom: -25px;
  }
  .activities__list._two {
    margin: 0 0 -25px -35px;
  }
  .activities__column._four {
    padding-bottom: 25px;
  }
  .activities__column._two {
    padding: 0 0 25px 35px;
  }
  .activities__icon {
    border-width: 2px;
    height: 86px;
  }
  .activities__icon img {
    width: 60px;
  }
  .activities__icon:before {
    width: 13px;
  }
  .activities__icon:after {
    height: 96px;
  }
  .activities__name {
    margin-top: 5px;
    line-height: 20px;
  }

  .information {
    padding-top: 40px;
  }
  .information__text {
    font-size: 15px;
    line-height: 24px;
  }
  .information__wrapper {
    margin-top: 15px;
    padding: 30px 30px 60px;
  }
  .information__wrapper p {
    padding-bottom: 10px;
  }
  .information__more {
    -webkit-background-size: 220px auto;
    background-size: 220px auto;
    font-size: 11px;
    line-height: 38px;
    margin-left: -110px;
    height: 38px;
    width: 220px;
  }

  .project-preview {
    padding-top: 25px;
  }
  .project-preview._inside {
    margin-top: 35px;
  }
  .project-preview._main {
    margin-top: 30px;
  }
  .project-preview__signatur {
    font-size: 16px;
    line-height: 24px;
  }
  .project-preview__list {
    display: block;
    margin-top: 20px;
    justify-content: inherit;
    margin-bottom: -15px;
  }
  .project-preview__list li {
    display: block;
    padding-bottom: 15px;
  }
  .project-preview__icon {
    background-size: 46px auto;
    height: 46px;
    width: 46px;
  }
  .project-preview__icon img {
    width: 30px;
  }
  .project-preview__text {
    padding-left: 56px;
    height: 46px;
  }

  .news-preview {
    padding-top: 25px;
  }
  .news-preview__list {
    margin: 10px 0 -20px;
  }
  .news-preview__list li {
    padding: 0 0 20px;
    width: 100%;
  }
  .news-preview__date {
    font-size: 10px;
  }
  .news-preview__title {
    font-size: 14px;
    line-height: 18px;
    padding-top: 3px;
  }
  .news-preview__text {
    font-size: 13px;
    line-height: 20px;
    padding-top: 2px;
  }

  .contacts__address {
    font-size: 16px;
    line-height: 20px;
    padding-top: 0;
  }
  .contacts__link {
    font-size: 14px;
    margin: 15px 20px 0 0;
  }
  .contacts-map__title {
    font-size: 22px;
    line-height: 22px;
    padding: 25px 0 15px;
  }
  .contacts-map__item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }

  .document__list {
    margin: 0 0 -20px -30px;
  }
  .document__column {
    min-height: 160px;
    padding-bottom: 25px;
    width: 100%;
  }
  .document__column:before {
    height: 130px;
    width: 64px;
  }
  .document__icon img {
    width: 30px;
  }
  .document__link {
    font-size: 14px;
    line-height: 24px;
    max-width: 360px;
  }

  .manual__list {
    margin: 0 0 -20px -30px;
  }
  .manual__column {
    padding-bottom: 25px;
    width: 100%;
  }
  .manual__column:before {
    height: 130px;
    width: 64px;
  }
  .manual__align {
    height: 130px;
  }
  .manual__name strong {
    display: block;
  }

  .mediabank {
    margin-bottom: -30px;
  }
  .mediabank__column {
    padding-bottom: 30px;
  }
  .mediabank__name {
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
  }
  .mediabank__date {
    font-size: 10px;
    line-height: 14px;
    padding: 10px 0 0;
  }
  .mediabank__calc {
    font-size: 20px;
    line-height: 22px;
    padding-right: 30px;
  }
  .mediabank__calc:before {
    width: 376px;
  }
  .mediabank__calc:after {
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    margin-top: -8px;
    height: 16px;
    width: 22px;
  }
  .mediabank__video:before {
    width: 376px;
  }
  .mediabank__video:after {
    -webkit-background-size: 27px auto;
    background-size: 27px auto;
    left: 21px;
    top: 25px;
  }

  .purchase__list {
    padding: 30px 0 0 0;
  }
  .purchase__column._left {
    min-height: 155px;
    padding: 0 0 20px;
    margin-left: 40px;
    float: none;
    width: auto;
  }
  .purchase__column._left:before {
    height: 150px;
    width: 64px;
  }
  .purchase__column._right {
    font-size: 15px;
    line-height: 22px;
    overflow: inherit;
  }
  .purchase__line {
    padding-bottom: 35px;
    padding-left: 0;
  }
  .purchase__type {
    font-size: 14px;
    line-height: 22px;
  }
  .purchase__icon img {
    width: 30px;
  }
  .purchase__date {
    font-size: 10px;
    line-height: 12px;
  }
  .purchase__button {
    margin-top: -10px;
    max-width: 180px;
  }

  .news__date {
    font-size: 10px;
    line-height: 14px;
  }
  .news-list__line {
    padding-bottom: 25px;
  }
  .news-list-image {
    width: 155px;
  }
  .news-list-image__item {
    width: 130px;
  }
  .news-list-name {
    padding-top: 0;
  }
  .news-list-name__link {
    font-size: 14px;
  }
  .news-list__text {
    font-size: 14px;
    line-height: 20px;
  }
  .news-page {
    padding-top: 20px;
  }
  .news-page__date {
    font-size: 10px;
    line-height: 14px;
    left: 10px;
  }
  .news-page__text {
    margin-top: -10px;
  }

  .return._news {
    padding-top: 15px;
  }
  .return__link {
    font: bold 16px/26px "RussianRail G Pro", sans-serif;
    padding-left: 35px;
  }
  .return__link:before {
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    height: 26px;
    width: 26px;
  }

  .services__list {
    margin-top: 5px;
  }
  .services__poster {
    font-size: 17px;
    line-height: 26px;
    padding: 16px 30px 20px;
    margin-top: 10px;
  }
  .services__content {
    padding-top: 20px;
  }
  .services-years {
    padding-bottom: 20px;
  }
  .services-years strong {
    font-size: 54px;
    line-height: 56px;
  }
  .services-years__align {
    font-size: 12px;
    line-height: 16px;
    height: 130px;
  }
  .services-years__align:before {
    height: 130px;
    width: 64px;
  }

  .history__text {
    padding-top: 10px;
  }
  .history-calc {
    padding: 0 0 10px;
  }
  .history-calc__column {
    padding-top: 20px;
    width: 100% !important;
  }
  .history-calc__column._left {
    padding-bottom: 10px;
  }
  .history-calc__more {
    font-size: 12px;
  }
  .history-calc__number {
    font-size: 54px;
    line-height: 56px;
  }
  .history-calc__signature {
    font-size: 12px;
    line-height: 16px;
    padding-top: 2px;
  }
  .history-calc__align {
    height: 130px;
  }
  .history-calc__align:before {
    height: 130px;
    width: 64px;
  }
  .history-calc__wrapper {
    padding-left: 30px;
  }

  .project-card._history {
    margin: 25px 0 -5px -25px;
  }
  .project-card__column {
    padding: 0 0 25px 25px;
  }
  .project-card__name {
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
  }

  .career__wrapper {
    padding-top: 10px;
  }

  .vacancies__headline {
    font-size: 22px;
    line-height: 26px;
    padding: 20px 0 0;
  }
  .vacancies__wrapper {
    margin-bottom: -25px;
  }
  .vacancies__column {
    padding-bottom: 35px;
  }
  .vacancies__align {
    min-height: 138px;
    padding-left: 26px;
    width: 100%;
  }
  .vacancies__align:before {
    left: 29px;
    height: 138px;
    width: 64px;
    -webkit-transform: skew(28deg);
    -moz-transform: skew(28deg);
    -o-transform: skew(28deg);
    transform: skew(-28deg);
  }
  .vacancies__icon img {
    width: 60px;
  }
  .vacancies__sing {
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
  }

  .vacancy-contacts {
    padding-bottom: 10px;
  }
  .vacancy-other__headline {
    padding: 35px 0 25px;
  }
  .vacancy-other__headline a {
    font-size: 26px;
    line-height: 28px;
  }

  .project-arrow {
    padding: 15px 0 20px;
  }
  .project-arrow__link {
    font-size: 18px;
  }
  .project__gallery {
    padding-bottom: 20px;
  }
  .project-content {
    max-height: 88px;
  }
  .project-button {
    padding: 10px 0 30px;
  }
  .project-button__more {
    font-size: 18px;
    line-height: 20px;
  }

  .gallery-show__item a {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
  }

  .catalog-tabs-button {
    margin-left: -10px;
  }
  .catalog-tabs-button__item {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px 10px;
  }
  .catalog-tabs-content__box {
    padding: 10px 0 0;
  }
  .catalog-map {
    height: 460px;
  }
  .catalog-project__align {
    font-size: 24px;
    line-height: 38px;
    height: 240px;
  }
  .catalog-sort__column._inside {
    padding-top: 7px;
  }

  .informer {
    max-width: 270px;
  }
  .informer-headline__item {
    font-size: 11px;
    line-height: 19px;
  }
  .informer__wrapper {
    padding-top: 40px;
    padding-right: 18px;
  }
}
/*---------- end After 640 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 480 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  ._step {
    padding-top: 5px;
  }

  ._indent {
    padding-top: 7px;
  }

  .big-slider__align {
    padding: 35px 0 50px;
  }

  .note__headline {
    font-size: 15px;
  }
  .note__info {
    line-height: 18px;
  }

  .activities__name {
    font-size: 13px;
    line-height: 18px;
  }
  .activities__list {
    margin-bottom: -20px;
  }
  .activities__list._two {
    margin-left: -20px;
  }
  .activities__column {
    padding-bottom: 20px !important;
  }
  .activities__column._two {
    padding-left: 20px;
  }
  .activities__column._four .activities__icon {
    max-width: 100%;
  }

  .tabs-content__box {
    padding-top: 15px;
  }
  .tabs-button {
    margin-left: -15px;
  }
  .tabs-button__item {
    margin-left: 15px;
  }
  .tabs-button__item._purchase {
    font-size: 16px;
    line-height: 20px;
  }

  .information__text {
    font-size: 14px;
    line-height: 22px;
  }

  .project-preview__signature {
    font-size: 16px;
    line-height: 28px;
    padding-top: 10px;
  }

  .contacts-map__title {
    padding-bottom: 10px;
  }

  .information__wrapper {
    margin-top: 10px;
  }

  .document__column {
    padding-left: 60px;
  }
  .document__column:before {
    left: 60px;
  }
  .document__link {
    font-size: 13px;
    line-height: 22px;
  }

  .manual__column {
    padding-left: 60px;
  }
  .manual__column:before {
    left: 60px;
  }
  .manual__name {
    font-size: 18px;
    line-height: 24px;
  }

  .mediabank__column {
    text-align: center;
    width: 100%;
  }
  .mediabank__align {
    max-width: 280px;
  }
  .mediabank__name, .mediabank__date {
    text-align: left;
  }

  .purchase__column._right {
    font-size: 14px;
    line-height: 22px;
  }

  .news-list__line {
    padding-bottom: 17px;
  }
  .news-list-image {
    padding-top: 0;
    float: none;
    width: 100%;
  }
  .news-list-image__item {
    width: 100px;
  }
  .news-list__content {
    padding: 10px 0 12px;
    border-bottom: 1px solid #cecece;
  }
  .news-list-name {
    padding-top: 3px;
  }
  .news-list-name__link {
    border: none;
    line-height: 20px;
  }
  .news-list__text {
    font-size: 12px;
    line-height: 18px;
    padding-top: 3px;
  }
  .news-page {
    padding-top: 20px;
  }
  .news-add-back__link {
    font-size: 14px;
  }

  .return._vacancy {
    padding-top: 10px;
  }

  .services__list {
    margin-top: 0;
  }
  .services__poster {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 30px;
  }
  .services-years {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .services-years strong {
    font-size: 46px;
  }

  .history-calc__number {
    font-size: 46px;
    line-height: 46px;
    margin-top: -3px;
  }
  .history-calc__column {
    padding-top: 15px;
  }
  .history-calc__column._left {
    padding-bottom: 10px;
  }

  .project-card._history {
    margin-bottom: -15px;
  }
  .project-card__column {
    text-align: center;
  }
  .project-card__column._two {
    width: 100%;
  }
  .project-card__align {
    max-width: 280px;
  }

  .vacancies__wrapper {
    margin-bottom: -30px;
  }
  .vacancies__column {
    padding-bottom: 30px;
  }
  .vacancies__column._two {
    width: 100%;
  }
  .vacancies__column._three {
    text-align: center;
  }
  .vacancies__column._three .vacancies__align {
    display: inline-block;
    text-align: left;
    max-width: 280px;
    vertical-align: top;
    width: auto;
  }
  .vacancies__sing {
    max-width: 300px;
  }

  .vacancy-contacts._address {
    background-position: 3px 1px;
  }
  .vacancy-contacts._mail {
    background-position: 0 4px;
  }
  .vacancy-contacts._tel {
    background-position: 3px 3px;
  }
  .vacancy-other__headline {
    padding: 30px 0 20px;
  }

  .project-arrow__link {
    font-size: 16px;
  }
  .project-arrow__link._previous {
    margin-right: 20px;
  }
  .project__gallery {
    padding-bottom: 10px;
  }
  .project-button {
    padding: 5px 0 20px;
  }
  .project-button__more {
    font-size: 16px;
    line-height: 18px;
  }

  .catalog-map {
    margin-bottom: 30px;
  }
  .catalog-project__align {
    font-size: 20px;
    line-height: 32px;
    height: 210px;
  }
}
/*---------- end After 480 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 360 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 360px) {
  .activities__column {
    width: 100% !important;
  }
  .activities__name br {
    display: none;
  }

  .services-years {
    padding-left: 25px;
  }
  .services-years strong {
    font-size: 40px;
    line-height: 48px;
  }
}
/*---------- end After 360 ------------------------------------------------------------------------------------------- */
/* */
/*=================================================== end Main Page ================================================== */
/* */
/*==================================================== Field Style =================================================== */
.checkbox__wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.checkbox__item {
  display: none;
}
.checkbox__item:checked + .checkbox__arrow:before {
  background-color: #da2128;
}
.checkbox__arrow {
  background-color: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.39);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
}
.checkbox__arrow:before {
  content: "";
  margin: -6px 0 0 -6px;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 12px;
  width: 12px;
}
.checkbox__name {
  display: inline-block;
  line-height: 24px;
  overflow: hidden;
  padding-left: 33px;
  text-align: left;
  vertical-align: top;
}
.checkbox__name._select01 {
  font-size: 24px;
}
.checkbox__name._select02 {
  font-size: 16px;
}

/* */
/*---------- After 1380 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1380px) {
  .checkbox__name._select01 {
    font-size: 20px;
  }
}
/*---------- end After 1380 ------------------------------------------------------------------------------------------ */
/* */
/*---------- After 1024 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .checkbox__name._select01 {
    font-size: 18px;
  }
}
/*---------- end After 1024 ------------------------------------------------------------------------------------------ */
/* */
/*---------- After 768 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .checkbox__arrow {
    height: 20px;
    width: 20px;
  }
  .checkbox__arrow:before {
    margin: -5px 0 0 -5px;
    height: 10px;
    width: 10px;
  }
  .checkbox__name {
    line-height: 20px;
    padding-left: 29px;
  }
}
/*---------- end After 768 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 640 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .checkbox__arrow {
    height: 18px;
    width: 18px;
  }
  .checkbox__arrow:before {
    margin: -4px 0 0 -4px;
    height: 8px;
    width: 8px;
  }
  .checkbox__name {
    font-size: 14px;
    line-height: 18px;
    padding-left: 27px;
  }
  .checkbox__name._select01 {
    font-size: 16px;
  }
  .checkbox__name._select02 {
    font-size: 13px;
  }
}
/*---------- end After 640 ------------------------------------------------------------------------------------------- */
/* */
/*================================================== end Field Style ================================================= */
/* */
/*====================================================== Footer ====================================================== */
.footer {
  border-top: 6px solid #da2128;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 226px;
  width: 100%;
}
.footer .center {
  z-index: 1;
}
.footer .center:before, .footer .center:after {
  background-color: #fff;
  content: "";
  position: absolute;
  -webkit-transform: skew(36deg);
  -moz-transform: skew(36deg);
  -o-transform: skew(36deg);
  transform: skew(-36deg);
  top: -6px;
  height: 8px;
  width: 8px;
  z-index: -1;
}
.footer .center:before {
  left: 337px;
}
.footer .center:after {
  left: 147px;
}
.footer-jump {
  display: block;
  height: 328px;
  width: 100%;
}
.footer-jump._cut {
  height: 226px;
}
.footer__copyright {
  position: relative;
  padding-top: 79px;
  float: left;
  width: 53%;
  z-index: 1;
}
.footer__copyright:before, .footer__copyright:after {
  background-color: #fff;
  content: "";
  position: absolute;
  -webkit-transform: skew(36deg);
  -moz-transform: skew(36deg);
  -o-transform: skew(36deg);
  transform: skew(-36deg);
  top: -6px;
  height: 8px;
  z-index: -1;
}
.footer__copyright:before {
  left: -179px;
  width: 7px;
}
.footer__copyright:after {
  left: -59px;
  width: 4px;
}
.footer__contact {
  overflow: hidden;
  padding-top: 77px;
}
.footer__contact p {
  padding-bottom: 5px;
}
.footer__contact p:last-child {
  padding-bottom: 0;
}
.footer__contact a {
  display: inline;
  font: inherit;
  line-height: inherit;
}
.footer__contact a[href^="mailto:"] {
  border-bottom: 1px solid #da2128;
}
.footer__contact a[href^="mailto:"]:hover {
  border-color: #fff;
  color: #da2128;
}
.footer__contact span {
  padding-right: 10px;
}

/* */
/*---------- After 1380 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1380px) {
  .footer {
    font-size: 15px;
  }
  .footer .center:before {
    left: 347px;
    width: 6px;
  }
  .footer .center:after {
    left: 217px;
  }
  .footer__copyright {
    width: 47%;
  }
  .footer__copyright:before {
    left: 15px;
  }
  .footer__copyright:after {
    left: 90px;
  }
}
/*---------- end After 1380 ------------------------------------------------------------------------------------------ */
/* */
/*---------- After 1024 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .footer {
    height: 196px;
  }
  .footer-jump {
    height: 280px;
  }
  .footer-jump._cut {
    height: 196px;
  }
  .footer__copyright {
    float: none;
    padding-top: 40px;
    text-align: center;
    width: 100%;
  }
  .footer__contact {
    overflow: inherit;
    padding-top: 25px;
    text-align: center;
    width: 100%;
  }
}
/*---------- end After 1024 ------------------------------------------------------------------------------------------ */
/* */
/*---------- After 768 ----------------------------------------------------------------------------------------------- */
/*---------- end After 768 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 640 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .footer {
    font-size: 13px;
    line-height: 18px;
    height: 145px;
  }
  .footer-jump {
    height: 180px;
  }
  .footer-jump._cut {
    height: 145px;
  }
  .footer__copyright {
    padding-top: 25px;
  }
  .footer__contact {
    padding-top: 10px;
  }
}
/*---------- end After 640 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 480 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .footer {
    height: 165px;
  }
  .footer-jump {
    height: 200px;
  }
  .footer-jump._cut {
    height: 165px;
  }
  .footer__contact span {
    display: block;
  }
}
/*---------- end After 480 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 360 ----------------------------------------------------------------------------------------------- */
/*---------- end After 360 ------------------------------------------------------------------------------------------- */
/* */
/*==================================================== end Footer ==================================================== */
/* */
/*====================================================== Popups ====================================================== */
.popup-win {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  height: 100%;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.popup__wrapper {
  background-color: #fff;
  padding: 0;
  position: relative;
  margin: 4% auto;
  max-width: 394px;
  width: 100%;
}
.popup__close {
  border: 1px solid #000;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 11px;
  height: 35px;
  top: 11px;
  width: 35px;
}
.popup__close:before, .popup__close:after {
  content: "";
  position: absolute;
  background-color: #b9b9b9;
  left: 50%;
  top: 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.popup__close:before {
  margin: -1px 0 0 -11px;
  height: 2px;
  width: 24px;
}
.popup__close:after {
  margin: -12px 0 0 0;
  height: 24px;
  width: 2px;
}
.popup__close:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}
.popup__close:hover:before, .popup__close:hover:after {
  background-color: #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup__content {
  padding: 36px 44px 26px;
}
.popup__title {
  font-size: 18px;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}
.popup__form {
  display: block;
  font-size: 0;
  padding-top: 19px;
  text-align: center;
  width: 100%;
}
.popup__submit {
  display: block;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font: 16px/18px "MuseoSansCyrl500", sans-serif;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  width: 100%;
}
.popup__submit:hover, .popup__submit:focus, .popup__submit:active {
  background-color: #fff;
  color: #000;
}
.popup__thank {
  display: block;
  font-size: 18px;
  line-height: 40px;
  padding-top: 13px;
  width: 100%;
}

/* */
/*---------- After 480 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .popup__wrapper {
    margin-top: 0;
    max-width: inherit;
  }
  .popup__content {
    padding: 36px 26px 56px;
  }
}
/*---------- end After 480 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 360 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 360px) {
  .popup__close {
    right: 5px;
    top: 5px;
  }
  .popup__content {
    padding: 45px 10px 56px;
  }
}
/*---------- end After 360 ------------------------------------------------------------------------------------------- */
/* */
/*===================================================== end Popups =================================================== */
/* */
/*==================================================== Media Style =================================================== */
/* */
/*---------- After 1380 ---------------------------------------------------------------------------------------------- */
/*---------- end After 1380 ------------------------------------------------------------------------------------------ */
/* */
/*---------- After 1024 ---------------------------------------------------------------------------------------------- */
/*---------- end After 1024 ------------------------------------------------------------------------------------------ */
/* */
/*---------- After 768 ----------------------------------------------------------------------------------------------- */
/*---------- end After 768 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 640 ----------------------------------------------------------------------------------------------- */
/*---------- end After 640 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 480 ----------------------------------------------------------------------------------------------- */
/*---------- end After 480 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 360 ----------------------------------------------------------------------------------------------- */
/*---------- end After 360 ------------------------------------------------------------------------------------------- */
/* */
/*================================================== end Media Style ================================================= */

/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/styles/local.css?16847177432563*/
.mission__section {
  margin: 5vw 0;
  font-size: 1.5rem;
}
.mission__section:before {
    position: absolute;
    content: "";
    height: 2px;
    background: #cb1219;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

@keyframes enter-animation {
  0% {
    transform: translateY(160px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .section-animation {
    animation: enter-animation 0.8s 1;
  }
}

.mission__title, .mission__subtitle {
  text-transform: uppercase;
  line-height: 1.2;
  padding: 2rem 0 2rem;
}

.mission__title {
  font-size: 2rem;
  color: #cb1219;
  position: relative;
}


.mission__subtitle {
  font-weight: 800;
}

.mission__text {
  color: #777;
  margin-bottom: 1rem;
}

.mission__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

.mission__main {
  color: white;
  font-size: 2rem;
  text-shadow: 2px 2px #9b1219
}


@media screen and (min-width: 900px) {
 .mission__main {
   font-size: 4rem;
   margin: 3rem 0;
 }

  .mission__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mission__title {
    font-size: 3rem;
  }
  .mission__title::before {
    background-color: #ededed;
    content: "";
    position: absolute;
    left: -28px;
    top: 0;
    height: 86px;
    width: 86px;
    transform: skew(-36deg);
    z-index: -1;
  }
}


.mobile-purchase-menu{
	display: none;
}

@media screen and (max-width: 1024px){
	.mobile-purchase-menu {
		display: block;
	}
}

.information__text a {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	border-bottom: 1px solid;
	border-color: #fff;
	transition: all 0.3s linear;
}
.information__text a:hover {
	border-color: transparent;
}

.mission__top {
    font-size: 24px;
    line-height: 30px;
}

@media screen and (max-width: 1380px) {
	.information__text a {
		font-size: 22px;
	}
}
@media screen and (max-width: 1024px) {
	.information__text a {
		font-size: 18px;
		line-height: 28px;
	}
}
@media screen and (max-width: 768px) {
	.information__text a {
		font-size: 17px;
		line-height: 26px;
	}
}
@media screen and (max-width: 640px) {
	.information__text a {
		font-size: 15px;
		line-height: 24px;
	}
}
@media screen and (max-width: 480px) {
	.information__text a {
		font-size: 14px;
		line-height: 22px;
	}
}

@media screen and (min-width: 1024px) {
	.header-menu__inside.desktop_none {
		display: none!important;
	}
}

/* End */


/* Start:/local/templates/main/styles.css?153457005987*/
.slick-slide {
    height: auto;
}

.informer-headline__item:hover {
    color: #000;
}
/* End */
/* /styles/normalize.css?15345700952934 */
/* /js/slick/slick.css?15345701065633 */
/* /styles/font-awesome.min.css?153457009531000 */
/* /js/fancybox/fancybox.css?15345701064821 */
/* /js/fancybox/fancybox-thumbs.css?1534570106735 */
/* /styles/styles.css?1731287493106010 */
/* /styles/local.css?16847177432563 */
/* /local/templates/main/styles.css?153457005987 */
