/*!
 * Moonkake v4.0.0
 *
 * https://github.com/detectiveshelby/moonkake
 */
/* Font */
/* FONT
 *
 * http://www.fontsquirrel.com/fontface/generator
 * http://onlinefontconverter.com
 * http://www.font2web.com (EOT)
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&subset=cyrillic');
/*
@font-face {
  font-family:'font';
  src:url('../font/font.eot');
  src:url('../font/font.eot?#iefix') format('embedded-opentype'),
      url('../font/font.woff') format('woff'),
      url('../font/font.ttf') format('truetype'),
      url('../font/font.svg#font') format('svg');
  font-weight:normal;
  font-style:normal;
}

.fontface body {font-family:'font';}

.fontface b,
.fontface strong {font-family:'font bold'; font-weight:normal;}

.fontface i,
.fontface em,
.fontface dfn,
.fontface cite {font-family:'font italic'; font-weight:normal; font-style:normal;}

.fontface b i,
.fontface b em,
.fontface b cite,
.fontface strong i,
.fontface strong em,
.fontface strong cite,
.fontface dfn i,
.fontface dfn em,
.fontface dfn cite,
.fontface i b,
.fontface em b,
.fontface cite b,
.fontface i strong,
.fontface em strong,
.fontface cite strong,
.fontface i dfn,
.fontface em dfn,
.fontface cite dfn {font-family:'font bold italic'; font-weight:normal; font-style:normal;}
*/
/* Base */
/* MIXINS
-------------------------------------------------- */
/* TYPO
-------------------------------------------------- */
/* COLORS
-------------------------------------------------- */
/* GRID
-------------------------------------------------- */
/* Reset */
/* COMMON
-------------------------------------------------- */
html {
  box-sizing:border-box;
  font-size:10px;
  -webkit-text-size-adjust:100%;
      -ms-text-size-adjust:100%;
}
*,
*::before,
*::after {
  box-sizing:inherit;
}
body {
  font-size:1.6rem;
  line-height:1.4;
  margin:0;
  direction:ltr;
  text-align:left;
  font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color:#041942;
  background:#ffffff;
  font-smooth:always;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
/* CONTENT
-------------------------------------------------- */
a {
  color:inherit;
  text-decoration:none;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  outline:none;
  -moz-outline-style:none;
}
a:hover {
  text-decoration:none;
}
a:not([class]) {
  text-decoration:underline;
}
a:not([class]):hover {
  text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0 0 3rem 0;
  font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight:700;
  color:#12283e;
  text-rendering:optimizelegibility;
  line-height:1.2;
}
h1 {
  font-size:1.875em;
}
h2 {
  font-size:1.875em;
}
h3 {
  font-size:1.75em;
}
h4 {
  font-size:1.5em;
}
h5 {
  font-size:1.375em;
}
h6 {
  font-size:1.3125em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration:none;
  color:inherit;
}
p + h1,
ul + h1,
ol + h1,
dl + h1,
table + h1,
p + h2,
ul + h2,
ol + h2,
dl + h2,
table + h2,
p + h3,
ul + h3,
ol + h3,
dl + h3,
table + h3,
p + h4,
ul + h4,
ol + h4,
dl + h4,
table + h4,
p + h5,
ul + h5,
ol + h5,
dl + h5,
table + h5,
p + h6,
ul + h6,
ol + h6,
dl + h6,
table + h6 {
  margin-top:5rem;
}
p {
  margin:0 0 2rem 0;
}
ul,
ol {
  padding:0;
  margin:0 0 2rem 2.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom:0;
}
ul:not([class]) li + li,
ol:not([class]) li + li {
  margin-top:1rem;
}
dl {
  margin:0 0 2rem 0;
}
dt {
  font-weight:bold;
}
dd {
  margin-left:0;
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}
sup {
  top:-50%;
}
sub {
  bottom:-25%;
}
big {
  font-size:125%;
  line-height:80%;
}
small {
  font-size:75%;
}
tt,
pre,
kbd,
xmp,
code,
samp,
plaintext {
  font-family:monospace, sans-serif;
}
pre {
  overflow:auto;
}
address {
  font-style:normal;
}
i,
em,
dfn,
cite {
  font-style:italic;
}
u,
ins,
var {
  text-decoration:underline;
}
b,
strong {
  font-weight:600;
}
s,
del,
strike {
  text-decoration:line-through;
}
abbr,
acronym {
  cursor:help;
  border-bottom:1px dashed #eeeeee;
}
mark {
  color:#000000;
  background:#ffff00;
}
q,
blockquote {
  quotes:'' '';
  font-style:normal;
  padding:1rem 2rem;
  margin:0 0 1rem 0;
  border-left:.5rem solid #eeeeee;
}
q::after,
blockquote::after,
q::before,
blockquote::before {
  content:'';
}
img {
  vertical-align:top;
  -ms-interpolation-mode:bicubic;
  max-width:100%;
  height:auto;
  border:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #eeeeee;
  margin:0;
  padding:0;
}
svg:not(:root) {
  overflow:hidden;
}
/* TABLE
-------------------------------------------------- */
table {
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
  margin:0 0 2rem 0;
}
td,
th {
  padding:.5rem;
  border:1px solid #eeeeee;
  text-align:left;
}
th {
  font-weight:bold;
}
caption {
  text-align:center;
  font-weight:bold;
  padding-bottom:1rem;
}
/*
tr:nth-child(2n+1) td,
tr:nth-child(2n+1) th {background:#ddd;}
*/
/* HTML
-------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display:block;
}
audio,
canvas,
progress,
video {
  display:inline-block;
  vertical-align:baseline;
}
audio:not([controls]) {
  display:none;
  height:0;
}
[hidden],
template {
  display:none;
}
figure {
  margin:0;
}
/* FORM
-------------------------------------------------- */
::-ms-clear {
  display:none;
}
iframe,
frame,
frameset,
fieldset,
form {
  padding:0;
  margin:0;
  border:0;
}
label {
  display:inline-block;
  vertical-align:middle;
}
legend {
  padding:0 .5rem;
}
button,
input,
select,
optgroup,
textarea {
  font:inherit;
  color:inherit;
  margin:0;
  vertical-align:baseline;
  outline:none;
}
button {
  overflow:visible;
}
button,
select {
  text-transform:none;
}
input[type='text'],
input[type='password'],
input[type='search'],
input[type='email'],
input[type='number'],
input[type='date'],
input[type='tel'],
textarea,
select {
  border:1px solid #023287;
  border-radius:0;
  padding:1rem 1rem;
  color:#000000;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  opacity:1;
}
*::-webkit-input-placeholder {
  color:inherit;
}
*:-moz-placeholder {
  color:inherit;
}
*::-moz-placeholder {
  color:inherit;
}
*:-ms-input-placeholder {
  color:inherit;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor:pointer;
  -webkit-appearance:button;
}
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor:default;
}
input[type='checkbox'],
input[type='radio'] {
  vertical-align:baseline;
  padding:0;
  box-sizing:border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height:auto;
}
input[type='search'] {
  -webkit-appearance:none;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance:none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border:0;
  padding:0;
}
textarea {
  overflow:auto;
  vertical-align:top;
  resize:none;
  height:auto;
}
optgroup {
  font-weight:bold;
}
/* Sprites */
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
/* Libraries */
/* Magnific Popup CSS */
.mfp-bg {
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1042;
  overflow:hidden;
  position:fixed;
  background:#0b0b0b;
  opacity:.8;
}
.mfp-wrap {
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1043;
  position:fixed;
  outline:none !important;
  -webkit-backface-visibility:hidden;
}
.mfp-container {
  text-align:center;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  padding:0 8px;
  box-sizing:border-box;
}
.mfp-container:before {
  content:'';
  display:inline-block;
  height:100%;
  vertical-align:middle;
}
.mfp-align-top .mfp-container:before {
  display:none;
}
.mfp-content {
  position:relative;
  display:inline-block;
  vertical-align:middle;
  margin:0 auto;
  text-align:left;
  z-index:1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width:100%;
  cursor:auto;
}
.mfp-ajax-cur {
  cursor:progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor:zoom-out;
}
.mfp-zoom {
  cursor:pointer;
  cursor:zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor:auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}
.mfp-loading.mfp-figure {
  display:none;
}
.mfp-hide {
  display:none !important;
}
.mfp-preloader {
  color:#cccccc;
  position:absolute;
  top:50%;
  width:auto;
  text-align:center;
  margin-top:-.8em;
  left:8px;
  right:8px;
  z-index:1044;
}
.mfp-preloader a {
  color:#cccccc;
}
.mfp-preloader a:hover {
  color:#ffffff;
}
.mfp-s-ready .mfp-preloader {
  display:none;
}
.mfp-s-error .mfp-content {
  display:none;
}
button.mfp-close,
button.mfp-arrow {
  overflow:visible;
  cursor:pointer;
  background:transparent;
  border:0;
  -webkit-appearance:none;
  display:block;
  outline:none;
  padding:0;
  z-index:1046;
  box-shadow:none;
  -ms-touch-action:manipulation;
      touch-action:manipulation;
}
button::-moz-focus-inner {
  padding:0;
  border:0;
}
.mfp-close {
  width:44px;
  height:44px;
  line-height:44px;
  position:absolute;
  right:0;
  top:0;
  text-decoration:none;
  text-align:center;
  opacity:.65;
  padding:0 0 18px 10px;
  color:#ffffff;
  font-style:normal;
  font-size:28px;
  font-family:Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity:1;
}
.mfp-close:active {
  top:1px;
}
.mfp-close-btn-in .mfp-close {
  color:#333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color:#ffffff;
  right:-6px;
  text-align:right;
  padding-right:6px;
  width:100%;
}
.mfp-counter {
  position:absolute;
  top:0;
  right:0;
  color:#cccccc;
  font-size:12px;
  line-height:18px;
  white-space:nowrap;
}
.mfp-arrow {
  position:absolute;
  opacity:.65;
  margin:0;
  top:50%;
  margin-top:-55px;
  padding:0;
  width:90px;
  height:110px;
  -webkit-tap-highlight-color:transparent;
}
.mfp-arrow:active {
  margin-top:-54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity:1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content:'';
  display:block;
  width:0;
  height:0;
  position:absolute;
  left:0;
  top:0;
  margin-top:35px;
  margin-left:35px;
  border:medium inset transparent;
}
.mfp-arrow:after {
  border-top-width:13px;
  border-bottom-width:13px;
  top:8px;
}
.mfp-arrow:before {
  border-top-width:21px;
  border-bottom-width:21px;
  opacity:.7;
}
.mfp-arrow-left {
  left:0;
}
.mfp-arrow-left:after {
  border-right:17px solid #ffffff;
  margin-left:31px;
}
.mfp-arrow-left:before {
  margin-left:25px;
  border-right:27px solid #3f3f3f;
}
.mfp-arrow-right {
  right:0;
}
.mfp-arrow-right:after {
  border-left:17px solid #ffffff;
  margin-left:39px;
}
.mfp-arrow-right:before {
  border-left:27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top:40px;
  padding-bottom:40px;
}
.mfp-iframe-holder .mfp-content {
  line-height:0;
  width:100%;
  max-width:900px;
}
.mfp-iframe-holder .mfp-close {
  top:-40px;
}
.mfp-iframe-scaler {
  width:100%;
  height:0;
  overflow:hidden;
  padding-top:56.25%;
}
.mfp-iframe-scaler iframe {
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:100%;
  box-shadow:0 0 8px rgba(0, 0, 0, .6);
  background:#000000;
}
/* Main image in popup */
img.mfp-img {
  width:auto;
  max-width:100%;
  height:auto;
  display:block;
  line-height:0;
  box-sizing:border-box;
  padding:40px 0 40px;
  margin:0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height:0;
}
.mfp-figure:after {
  content:'';
  position:absolute;
  left:0;
  top:40px;
  bottom:40px;
  display:block;
  right:0;
  width:auto;
  height:auto;
  z-index:-1;
  box-shadow:0 0 8px rgba(0, 0, 0, .6);
  background:#444444;
}
.mfp-figure small {
  color:#bdbdbd;
  display:block;
  font-size:12px;
  line-height:14px;
}
.mfp-figure figure {
  margin:0;
}
.mfp-bottom-bar {
  margin-top:-36px;
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  cursor:auto;
}
.mfp-title {
  text-align:left;
  line-height:18px;
  color:#f3f3f3;
  word-wrap:break-word;
  padding-right:36px;
}
.mfp-image-holder .mfp-content {
  max-width:100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor:pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left:0;
    padding-right:0;
  }
  .mfp-img-mobile img.mfp-img {
    padding:0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top:0;
    bottom:0;
  }
  .mfp-img-mobile .mfp-figure small {
    display:inline;
    margin-left:5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background:rgba(0, 0, 0, .6);
    bottom:0;
    margin:0;
    top:auto;
    padding:3px 5px;
    position:fixed;
    box-sizing:border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding:0;
  }
  .mfp-img-mobile .mfp-counter {
    right:5px;
    top:3px;
  }
  .mfp-img-mobile .mfp-close {
    top:0;
    right:0;
    width:35px;
    height:35px;
    line-height:35px;
    background:rgba(0, 0, 0, .6);
    position:fixed;
    text-align:center;
    padding:0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform:scale(.75);
        transform:scale(.75);
  }
  .mfp-arrow-left {
    -ms-transform-origin:0;
        transform-origin:0;
  }
  .mfp-arrow-right {
    -ms-transform-origin:100%;
        transform-origin:100%;
  }
  .mfp-container {
    padding-left:6px;
    padding-right:6px;
  }
}
/* Common */
/* GRID
-------------------------------------------------- */
.container {
  max-width:1000px;
  margin:0 auto;
  padding-left:35px;
  padding-right:35px;
}
/* Column */
.row:before,
.row:after {
  content:' ';
  display:table;
}
.row:after {
  clear:both;
}
.row > .col-left {
  float:left;
}
.row > .col-right {
  float:right;
}
.row > .col-middle {
  overflow:hidden;
}
.row-table {
  display:table;
}
.row-table > * {
  display:table-cell;
  float:none;
  overflow:visible;
}
.row .col-1 {
  width:8.33333333%;
  padding:0 1rem;
}
.row .push-1 {
  margin-right:8.33333333%;
}
.row .pull-1 {
  margin-left:8.33333333%;
}
.row .col-2 {
  width:16.66666667%;
  padding:0 1rem;
}
.row .push-2 {
  margin-right:16.66666667%;
}
.row .pull-2 {
  margin-left:16.66666667%;
}
.row .col-3 {
  width:25%;
  padding:0 1rem;
}
.row .push-3 {
  margin-right:25%;
}
.row .pull-3 {
  margin-left:25%;
}
.row .col-4 {
  width:33.33333333%;
  padding:0 1rem;
}
.row .push-4 {
  margin-right:33.33333333%;
}
.row .pull-4 {
  margin-left:33.33333333%;
}
.row .col-5 {
  width:41.66666667%;
  padding:0 1rem;
}
.row .push-5 {
  margin-right:41.66666667%;
}
.row .pull-5 {
  margin-left:41.66666667%;
}
.row .col-6 {
  width:50%;
  padding:0 1rem;
}
.row .push-6 {
  margin-right:50%;
}
.row .pull-6 {
  margin-left:50%;
}
.row .col-7 {
  width:58.33333333%;
  padding:0 1rem;
}
.row .push-7 {
  margin-right:58.33333333%;
}
.row .pull-7 {
  margin-left:58.33333333%;
}
.row .col-8 {
  width:66.66666667%;
  padding:0 1rem;
}
.row .push-8 {
  margin-right:66.66666667%;
}
.row .pull-8 {
  margin-left:66.66666667%;
}
.row .col-9 {
  width:75%;
  padding:0 1rem;
}
.row .push-9 {
  margin-right:75%;
}
.row .pull-9 {
  margin-left:75%;
}
.row .col-10 {
  width:83.33333333%;
  padding:0 1rem;
}
.row .push-10 {
  margin-right:83.33333333%;
}
.row .pull-10 {
  margin-left:83.33333333%;
}
.row .col-11 {
  width:91.66666667%;
  padding:0 1rem;
}
.row .push-11 {
  margin-right:91.66666667%;
}
.row .pull-11 {
  margin-left:91.66666667%;
}
.row .col-12 {
  width:100%;
  padding:0 1rem;
}
.row .push-12 {
  margin-right:100%;
}
.row .pull-12 {
  margin-left:100%;
}
/* MODIFIERS
-------------------------------------------------- */
/* Text */
.text-overflow {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.text-left {
  text-align:left;
}
.text-center {
  text-align:center;
}
.text-right {
  text-align:right;
}
.link-invert a {
  text-decoration:none;
}
.link-invert a:hover {
  text-decoration:underline;
}
/* Content */
img[align='left'] {
  margin:0 1.5rem 1.5rem 0;
  float:left;
}
img[align='right'] {
  margin:0 0 1.5rem 1.5rem;
  float:right;
}
/* BLOCKS
-------------------------------------------------- */
/* Buttons */
.button {
  border:1px solid #f5f5f5;
  display:inline-block;
  padding:10px 20px;
  min-width:190px;
  text-align:center;
  text-transform:uppercase;
  font-weight:700;
}
.button:hover {
  background:#0048d9;
}
.button-blue {
  background:#0048d9;
  color:#ffffff;
  padding:15px 20px;
}
.button-blue:hover {
  background:rgba(0, 72, 217, .5);
}
.button-darkblue {
  background:#012981;
  border-color:#012981;
  color:#ffffff;
  font-weight:normal;
}
.button-darkblue:hover {
  background:rgba(1, 41, 129, .5);
}
.breadcrumbs {
  color:#969696;
}
.breadcrumbs .list-link {
  display:inline;
  display:inline-block;
  text-decoration:underline;
}
.breadcrumbs .list-link:hover {
  text-decoration:none;
}
.breadcrumbs span {
  padding:0 5px;
  display:inline-block;
}
.pagination {
  margin-left:-5px !important;
  margin-top:-5px !important;
}
.pagination .list-item {
  margin-left:5px;
  margin-top:5px;
}
.pagination .list-item.-active .list-link {
  background:#003cbe;
  border-color:#003cbe;
  color:#ffffff;
}
.pagination .list-link {
  padding:5px 10px;
  font-size:14px;
  color:#c2c2c2;
  border:1px solid #ececec;
  background:#fafafa;
}
.pagination .list-link:hover {
  background:#012981;
  border-color:#012981;
  color:#ffffff;
}
/* List */
.list {
  list-style:none;
  padding:0;
  margin:0;
}
.list-link {
  display:block;
}
.list-inline > .list-item {
  display:inline-block;
  vertical-align:top;
}
.list-float:before,
.list-float:after {
  content:' ';
  display:table;
}
.list-float:after {
  clear:both;
}
.list-float > .list-item {
  float:left;
}
.list-table {
  display:table;
  width:100%;
}
.list-table > .list-item {
  display:table-cell;
  vertical-align:middle;
}
/* Form */
.form-group + .form-group {
  margin-top:2rem;
}
.form-label {
  display:block;
  font-size:14px;
  color:#5b5b5b;
  margin-bottom:5px;
}
.form-field {
  width:100%;
}
.form-column {
  margin-left:-2rem;
}
.form-column .form-item {
  padding-left:2rem;
  width:50%;
}
.select {
  position:relative;
  display:inline-block;
  /*
  option[disabled] {display:none;}
  */
}
.select:after {
  content:'';
  display:block;
  position:absolute;
}
.select select {
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
}
.select select::-ms-expand {
  display:none;
}
/* LIBRARIES
-------------------------------------------------- */
/* Tabs */
.tabs .tab-title {
  overflow:hidden;
}
.tabs .tab-title .tab-item {
  float:left;
  cursor:pointer;
}
.tabs .tab-content .tab-item {
  display:none;
}
.tabs .tab-content .tab-item.-active {
  display:block;
}
/* Popup */
.popup {
  background:#ffffff;
  position:relative;
  padding:20px;
  width:auto;
  max-width:500px;
  margin:0 auto;
}
.mfp-fade.mfp-bg {
  opacity:0;
  transition:all .15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity:.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity:0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity:0;
  transition:all .15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity:1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity:0;
}
/* Berry */
/*
.berry-input {position:relative; overflow:hidden; display:inline-block; vertical-align:top;}
  .berry-input input {position:absolute; top:0px; left:-9999px;}
  .berry-input label {cursor:pointer; margin:0; display:block; position:relative; z-index:1;}
  .berry-input b {display:block; position:absolute; top:0; z-index:0;}
  .berry-input.-berry-checked b {}

.-berry-type-checkbox {}
  .-berry-type-checkbox b {}

.-berry-type-radio {}
  .-berry-type-radio b {}

.-berry-status-enabled {}

.-berry-status-disabled {}
  .-berry-status-disabled label {cursor:default;}
  .-berry-status-disabled b {cursor:default;}

.-berry-direction-ltr {}
  .-berry-direction-ltr label {padding-left:25px;}
  .-berry-direction-ltr b {left:0;}

.-berry-direction-rtl {}
  .-berry-direction-rtl label {padding-right:25px;}
  .-berry-direction-rtl b {right:0;}

.-berry-custom {line-height:20px;}
  .-berry-custom b {width:18px; height:18px; border:1px solid #1e2122; background:#36393b; box-shadow:inset 0 0 3px rgba(0,0,0,.3);}

  .-berry-custom b:before {content:''; display:block; position:absolute; top:50%; left:50%; width:10px; height:10px; margin:-5px 0 0 -5px;}
  .-berry-custom.-berry-checked b:before {background:#00adc5;}

  .-berry-custom.-berry-type-checkbox b {border-radius:2px;}
  .-berry-custom.-berry-type-checkbox b:before {border-radius:2px;}

  .-berry-custom.-berry-type-radio b {border-radius:50%;}
  .-berry-custom.-berry-type-radio b:before {border-radius:50%;}

  .-berry-custom.-berry-status-disabled label {color:#aaa;}
  .-berry-custom.-berry-status-disabled b {background:#aaa; border-color:#bbb;}
  .-berry-custom.-berry-status-disabled.-berry-checked b:before {background:#ccc;}
*/
/* Chosen */
/*
.chosen-container {position:relative; display:inline-block; vertical-align:top; font-size:12px; zoom:1; *display:inline; -webkit-user-select:none; -moz-user-select:none; user-select:none;}
.chosen-container .chosen-drop {position:absolute; top:100%; left:-9999px; z-index:1010; width:100%; background:#fff;}
.chosen-container.chosen-with-drop .chosen-drop {left:0;}
.chosen-container a {cursor:pointer; color:#8b8483;}

.chosen-container-active {z-index:1020;}

.chosen-container-single .chosen-single {position:relative; display:block; overflow:hidden; padding:0 0 0 9px; height:30px; border:1px solid #d6d2c9; background-color:#fff; text-decoration:none; white-space:nowrap; line-height:29px; border-radius:3px;}
.chosen-container-single .chosen-default {color:#8b8483;}
.chosen-container-single .chosen-single span {display:block; overflow:hidden; margin-right:25px; text-overflow:ellipsis; white-space:nowrap;}
.chosen-container-single .chosen-single div {position:absolute; top:0; right:7px; display:block; width:9px; height:100%;}
.chosen-container-single .chosen-single div b {display:block; width:100%; height:100%; background:url(../i/chosen.png) 50% 50% no-repeat;}
.chosen-container-single .chosen-search input[type="text"] {display:none;}
.chosen-container-single .chosen-drop {margin-top:0px;}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {position:absolute; left:-9999px;}

.chosen-container .chosen-results {position:relative; overflow-x:hidden; overflow-y:auto; max-height:240px; -webkit-overflow-scrolling:touch; padding:5px 0; margin:0; border:1px solid #d6d2c9; border-top:0; border-radius:0 0 3px 3px;}
.chosen-container .chosen-results li {display:none; margin:0; padding:3px 9px; list-style:none; line-height:18px; color:#8b8483;}
.chosen-container .chosen-results li.active-result {display:list-item; cursor:pointer;}
.chosen-container .chosen-results li.disabled-result {display:list-item; color:#ccc; cursor:default;}
.chosen-container .chosen-results li.highlighted {background-color:#d6d2c9; color:#000;}
.chosen-container .chosen-results li.no-results {display:list-item; background:#f4f4f4;}
.chosen-container .chosen-results li em {font-style:normal; text-decoration:underline;}

.chosen-container-active .chosen-single {}
.chosen-container-active.chosen-with-drop .chosen-single {border-radius:3px 3px 0 0;}
*/
/* COMMON
-------------------------------------------------- */
body {
  min-width:320px;
}
.header {
  background:#023287;
  border-top:3px solid #ffffff;
  border-bottom:3px solid #ffffff;
  color:#ffffff;
  height:102px;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:10;
}
.header-navigation {
  padding:30px 0 0 13px;
}
.header-phone {
  padding-top:41px;
  text-align:right;
}
.header-phone .phone {
  display:inline-block;
  font-weight:700;
  position:relative;
  padding-left:25px;
}
.header-phone .phone::before {
  content:'';
  display:block;
  background-image:url(../i/sprite.png);
  background-position:-26px -64px;
  width:20px;
  height:20px;
  position:absolute;
  top:50%;
  left:0;
  margin-top:-10px;
}
.header-language {
  padding-top:44px;
  margin-left:10px;
}
.header .container {
  padding-left:10px;
  padding-right:10px;
}
.logotype {
  width:193px;
  height:116px;
  display:block;
  background:url('../i/logotype.png') 50% 50% no-repeat #ffffff;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
.navigation-toggle {
  width:43px;
  height:43px;
  background:url('../i/menu.png') 0 0 no-repeat;
  background-size:43px 43px;
  border:0;
  display:none;
  font-size:0;
  padding:0;
  margin:0;
}
.navigation-top > .list-item {
  position:relative;
}
.navigation-top > .list-item.has-sub > .list-link {
  border-bottom:0;
}
.navigation-top > .list-item:hover > .list-link {
  border-color:#ffffff;
  background:#00217a;
}
.navigation-top > .list-item:hover .sub {
  display:block;
}
.navigation-top > .list-item > .list-link {
  text-transform:uppercase;
  font-weight:700;
  padding:10px;
  border:1px solid transparent;
  position:relative;
  z-index:1;
  font-size:14px;
}
.navigation-top > .list-item .sub {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  width:220px;
  background:#00217a;
  border:1px solid #ffffff;
  margin-top:-1px;
}
.navigation-top > .list-item .sub .list-link {
  padding:0 30px 0 50px;
  text-transform:uppercase;
  font-weight:700;
  font-size:14px;
  position:relative;
}
.navigation-top > .list-item .sub .list-link::before {
  content:'';
  display:block;
  position:absolute;
  background-image:url(../i/sprite.png);
  background-position:-101px -15px;
  width:13px;
  height:15px;
  top:50%;
  margin-top:-7.5px;
  left:28px;
}
.navigation-top > .list-item .sub .list-link span {
  display:block;
  padding:10px 0;
  border-bottom:1px solid rgba(255, 255, 255, .3);
}
.main {
  padding:30px 0;
}
.main + .footer {
  padding-top:20px;
  height:618px;
}
.footer {
  padding-top:80px;
  height:678px;
  background:url('../i/footer.jpg') 50% 100% no-repeat;
  background-size:100% auto;
  position:relative;
}
.footer h2 {
  margin-bottom:90px;
}
.footer-bottom {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  border-top:4px solid #ffffff;
  padding:25px 0;
  background:rgba(5, 44, 121, .9);
  color:#ffffff;
}
.footer .copyright {
  font-size:12px;
  line-height:18px;
}
.footer .copyright span {
  font-size:24px;
  display:inline-block;
  vertical-align:top;
  margin-right:5px;
}
.footer .social {
  margin-left:-10px;
}
.footer .social .list-item {
  padding-left:10px;
  opacity:.7;
}
.footer .social .list-item:hover {
  opacity:1;
}
/* INDEX
-------------------------------------------------- */
.hero {
  overflow:hidden;
  color:#ffffff;
  background:url('../i/hero.jpg') 50% 0 no-repeat;
  background-size:cover;
  height:1007px;
  padding-top:380px;
  position:relative;
}
.hero::before {
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url('../i/pattern.png');
  z-index:0;
}
.hero::after {
  content:'';
  display:block;
  position:absolute;
  z-index:1;
  width:100%;
  height:100%;
  top:0;
  right:42%;
  background:rgba(17, 46, 76, .55);
  -ms-transform:skew(20deg, 0);
      transform:skew(20deg, 0);
}
.hero .container {
  position:relative;
  z-index:3;
}
.hero h2 {
  color:inherit;
  font-size:35px;
  margin:0;
}
.advantages {
  color:#ffffff;
  padding-top:35px;
  padding-bottom:35px;
  background:rgba(0, 47, 92, .8);
  height:300px;
  margin-top:-300px;
  position:relative;
  z-index:3;
}
.advantages-list {
  margin:0 0 0 -20px;
}
.advantages-list > li,
.advantages-list > div {
  width:20%;
  padding-left:20px;
  margin-top:0;
}
.advantages-list > li:nth-child(1n + 1),
.advantages-list > div:nth-child(1n + 1) {
  clear:none;
}
.advantages-list > li:nth-child(5n + 1),
.advantages-list > div:nth-child(5n + 1) {
  clear:both;
}
.advantages-list > li,
.advantages-list > div {
  width:20%;
  padding-left:20px;
  margin-top:0;
}
.advantages-list > li:nth-child(2n + 1),
.advantages-list > div:nth-child(2n + 1) {
  clear:none;
}
.advantages-list > li:nth-child(5n + 1),
.advantages-list > div:nth-child(5n + 1) {
  clear:both;
}
.advantages-list > li,
.advantages-list > div {
  width:20%;
  padding-left:20px;
  margin-top:0;
}
.advantages-list > li:nth-child(3n + 1),
.advantages-list > div:nth-child(3n + 1) {
  clear:none;
}
.advantages-list > li:nth-child(5n + 1),
.advantages-list > div:nth-child(5n + 1) {
  clear:both;
}
.advantages-list > li,
.advantages-list > div {
  width:20%;
  padding-left:20px;
  margin-top:0;
}
.advantages-list > li:nth-child(4n + 1),
.advantages-list > div:nth-child(4n + 1) {
  clear:none;
}
.advantages-list > li:nth-child(5n + 1),
.advantages-list > div:nth-child(5n + 1) {
  clear:both;
}
.advantages-list > li,
.advantages-list > div {
  width:20%;
  padding-left:20px;
  margin-top:0;
}
.advantages-list > li:nth-child(5n + 1),
.advantages-list > div:nth-child(5n + 1) {
  clear:none;
}
.advantages-list > li:nth-child(5n + 1),
.advantages-list > div:nth-child(5n + 1) {
  clear:both;
}
.advantages-list .list-item {
  text-align:center;
}
.advantages-list .list-holder {
  position:relative;
  min-height:230px;
  padding:20px 0;
}
.advantages-list .list-holder::before,
.advantages-list .list-holder::after {
  content:'';
  display:block;
  position:absolute;
  width:30px;
  height:30px;
}
.advantages-list .list-holder::before {
  top:0;
  right:0;
  border-top:1px solid #ffffff;
  border-right:1px solid #ffffff;
}
.advantages-list .list-holder::after {
  bottom:0;
  left:0;
  border-bottom:1px solid #ffffff;
  border-left:1px solid #ffffff;
}
.advantages-list .list-title {
  font-weight:600;
  margin-top:15px;
}
.highlights {
  padding-top:100px;
  padding-bottom:60px;
}
.highlights h2 {
  font-size:48px;
  margin-bottom:60px;
}
.highlights-list {
  margin-left:-80px;
}
.highlights-list .list-item {
  color:#12283e;
  position:relative;
  padding-left:80px;
}
.highlights-list .list-item:nth-child(4)::after {
  display:none;
}
.highlights-list .list-item::after {
  content:'';
  display:block;
  background-image:url(../i/sprite.png);
  background-position:-56px 0;
  width:44px;
  height:53px;
  position:absolute;
  left:100%;
  top:50%;
  margin-left:25px;
  margin-top:-26.5px;
}
.highlights-list .list-value {
  font-size:72px;
  font-weight:700;
  line-height:1;
  margin-bottom:5px;
}
.highlights-list .list-value div {
  position:relative;
  display:inline-block;
}
.highlights-list .list-value div > span {
  position:absolute;
  left:100%;
  top:7px;
  font-size:30px;
  line-height:1;
  display:block;
  margin-left:10px;
}
.highlights-list .list-value div > span > span {
  font-size:12px;
  display:block;
  text-align:center;
}
.highlights-list .list-title {
  font-size:21px;
}
.highlights-list .list-title span {
  display:block;
  font-size:14px;
}
.build {
  padding-top:65px;
  padding-bottom:80px;
  background:url('../i/build.png') 50% 50% no-repeat #fdf3eb;
  background-size:cover;
}
.build-list {
  margin:-40px 0 0 -40px;
}
.build-list > li,
.build-list > div {
  width:50%;
  padding-left:40px;
  margin-top:40px;
}
.build-list > li:nth-child(1n + 1),
.build-list > div:nth-child(1n + 1) {
  clear:none;
}
.build-list > li:nth-child(2n + 1),
.build-list > div:nth-child(2n + 1) {
  clear:both;
}
.build-list > li,
.build-list > div {
  width:50%;
  padding-left:40px;
  margin-top:40px;
}
.build-list > li:nth-child(2n + 1),
.build-list > div:nth-child(2n + 1) {
  clear:none;
}
.build-list > li:nth-child(2n + 1),
.build-list > div:nth-child(2n + 1) {
  clear:both;
}
.build-list .list-item {
  text-align:center;
}
.build-card {
  max-width:325px;
  height:290px;
  margin:0 auto;
  background:#ffffff;
  box-shadow:0 0 10px rgba(0, 0, 0, .1);
  text-align:center;
}
.build-card-link {
  display:block;
  padding:30px;
  height:100%;
}
.build-card-image {
  display:block;
  max-width:190px;
  margin:0 auto;
  position:relative;
}
.build-card-image::before,
.build-card-image::after {
  content:'';
  display:block;
  position:absolute;
  width:30px;
  height:30px;
}
.build-card-image::before {
  top:0;
  right:0;
  border-top:1px solid #0e4573;
  border-right:1px solid #0e4573;
}
.build-card-image::after {
  bottom:0;
  left:0;
  border-bottom:1px solid #0e4573;
  border-left:1px solid #0e4573;
}
.build-card-title {
  display:block;
  margin-top:60px;
  text-transform:uppercase;
  color:#0e4573;
  font-weight:700;
  font-size:20px;
}
.projects {
  padding-top:55px;
}
.project-selector {
  margin-top:50px;
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-size:cover;
  height:818px;
  position:relative;
  overflow:hidden;
}
.project-selector .container {
  height:100%;
  position:relative;
  z-index:3;
}
.project-selector::before {
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url('../i/pattern.png');
  z-index:0;
}
.project-selector::after {
  content:'';
  display:block;
  position:absolute;
  z-index:1;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:url('../i/triangle.png') 0 0 no-repeat;
  background-size:100% 100%;
}
.project-selector .project-logo {
  position:absolute;
  top:50%;
  left:50%;
  width:112px;
  height:112px;
  background:url('../i/project-logotype.png') 50% 50% no-repeat #ffffff;
  border-radius:50%;
  z-index:6;
  margin:-56px 0 0 -56px;
}
.project-selector .project-item {
  position:absolute;
  color:#ffffff;
  width:40%;
}
.project-selector .project-item h2 {
  color:inherit;
  text-shadow:0 0 3px rgba(0, 0, 0, .1);
  text-transform:uppercase;
}
.project-selector .project-item h2 span {
  font-size:24px;
  font-weight:600;
}
.project-selector .project-item .button {
  margin-top:50px;
}
.project-selector .project-item-1 {
  top:130px;
  left:80px;
}
.project-selector .project-item-2 {
  bottom:40px;
  right:80px;
}
.promo {
  padding-top:105px;
  padding-bottom:90px;
}
.promo-list {
  font-size:0;
  margin-left:-20px;
  margin-top:-20px;
}
.promo-list .list-item {
  width:25%;
  padding-left:20px;
  margin-top:20px;
}
.promo-list .list-link + .list-link {
  margin-top:20px;
}
.promo-list .list-button {
  margin-top:20px;
  border-color:#5491d1;
  color:#000000;
  font-size:14px;
  position:relative;
}
.promo-list .list-button::before {
  content:'';
  display:block;
  background-image:url(../i/sprite.png);
  background-position:0 -64px;
  width:25px;
  height:25px;
  position:absolute;
  top:50%;
  right:10px;
  margin-top:-12.5px;
}
.promo-list .list-button:hover {
  color:#ffffff;
}
.promo-list .wide {
  width:50%;
}
.brands {
  padding-top:120px;
  padding-bottom:90px;
  background:url('../i/brands.jpg') 50% 50% no-repeat #305479;
  background-size:cover;
  color:#ffffff;
}
.brands h2 {
  color:inherit;
}
.brands-list {
  font-size:0;
  text-align:center;
  margin-top:100px;
  margin-left:-30px;
}
.brands-list .list-item {
  width:33%;
  padding-left:30px;
  margin-top:-40px;
}
.brands-list .list-brand {
  width:70%;
  padding-top:70%;
  background:#ffffff;
  position:relative;
  box-shadow:0 0 10px rgba(0, 0, 0, .1);
  -ms-transform:rotate(45deg);
      transform:rotate(45deg);
  margin:0 auto;
}
.brands-list .list-brand img {
  position:absolute;
  top:50%;
  left:50%;
  -ms-transform:translate(-50%, -50%) rotate(-45deg);
      transform:translate(-50%, -50%) rotate(-45deg);
}
/* PAGES
-------------------------------------------------- */
.hero-sub {
  height:550px;
  padding-top:290px;
}
.content a:not([class]) {
  color:#003cbe;
}
.date {
  font-size:15px;
  color:#777777;
  padding-left:25px;
  position:relative;
}
.date::before {
  content:'';
  display:block;
  background-image:url(../i/sprite.png);
  background-position:-68px -64px;
  width:17px;
  height:16px;
  position:absolute;
  top:50%;
  left:0;
  margin-top:-8px;
}
.date-event {
  float:right;
  line-height:36px;
}
.breadcrumbs {
  margin-bottom:15px;
}
.columns {
  margin:-30px 0 0 -30px;
  margin-bottom:30px;
  padding-top:10px;
}
.columns > li,
.columns > div {
  width:50%;
  padding-left:30px;
  margin-top:30px;
}
.columns > li:nth-child(1n + 1),
.columns > div:nth-child(1n + 1) {
  clear:none;
}
.columns > li:nth-child(2n + 1),
.columns > div:nth-child(2n + 1) {
  clear:both;
}
.columns > li,
.columns > div {
  width:50%;
  padding-left:30px;
  margin-top:30px;
}
.columns > li:nth-child(2n + 1),
.columns > div:nth-child(2n + 1) {
  clear:none;
}
.columns > li:nth-child(2n + 1),
.columns > div:nth-child(2n + 1) {
  clear:both;
}
.columns .styled-primary,
.columns .styled-secondary {
  margin-bottom:0;
}
.styled-primary,
.styled-secondary {
  list-style:none;
  padding:0;
  margin-left:0;
}
.styled-primary li,
.styled-secondary li {
  color:#353535;
  padding:7px 0 7px 35px;
  position:relative;
}
.styled-primary li::before,
.styled-secondary li::before {
  content:'';
  display:block;
  position:absolute;
  top:12px;
  left:0;
  width:12px;
  height:12px;
  border:2px solid #013186;
  border-radius:50%;
}
.styled-primary li::before {
  background:#013186;
}
.items .list-item {
  padding-bottom:35px;
  margin-bottom:35px;
  border-bottom:1px solid #ebebeb;
}
.items .list-image {
  width:27%;
  max-width:250px;
  margin-right:30px;
  text-align:center;
}
.items .list-title {
  margin-bottom:10px;
}
.items .list-date {
  margin:10px 0;
}
.items .list-button {
  margin-top:20px;
}
.contacts {
  margin:0 0 0 0;
  color:#041942;
}
.contacts > li,
.contacts > div {
  width:33.33333333%;
  padding-left:0;
  margin-top:0;
}
.contacts > li:nth-child(1n + 1),
.contacts > div:nth-child(1n + 1) {
  clear:none;
}
.contacts > li:nth-child(3n + 1),
.contacts > div:nth-child(3n + 1) {
  clear:both;
}
.contacts > li,
.contacts > div {
  width:33.33333333%;
  padding-left:0;
  margin-top:0;
}
.contacts > li:nth-child(2n + 1),
.contacts > div:nth-child(2n + 1) {
  clear:none;
}
.contacts > li:nth-child(3n + 1),
.contacts > div:nth-child(3n + 1) {
  clear:both;
}
.contacts > li,
.contacts > div {
  width:33.33333333%;
  padding-left:0;
  margin-top:0;
}
.contacts > li:nth-child(3n + 1),
.contacts > div:nth-child(3n + 1) {
  clear:none;
}
.contacts > li:nth-child(3n + 1),
.contacts > div:nth-child(3n + 1) {
  clear:both;
}
.contacts > div:nth-child(3) {
  text-align:right;
}
.contacts-item {
  position:relative;
  padding-left:30px;
  display:inline-block;
}
.contacts-item::before {
  content:'';
  display:block;
  position:absolute;
  top:5px;
  left:0;
}
.contacts-item + .contacts-item {
  margin-top:20px;
}
.contacts-address::before {
  background-image:url(../i/sprite.png);
  background-position:-101px 0;
  width:16px;
  height:14px;
}
.contacts-mail::before {
  background-image:url(../i/sprite.png);
  background-position:-101px -31px;
  width:14px;
  height:11px;
}
.contacts-mail a {
  color:inherit !important;
}
.contacts-time::before {
  background-image:url(../i/sprite.png);
  background-position:-68px -64px;
  width:17px;
  height:16px;
}
.contacts-phone {
  font-size:24px;
  line-height:1.2;
  font-weight:700;
}
.contacts-phone::before {
  background-image:url(../i/sprite.png);
  background-position:-47px -64px;
  width:20px;
  height:20px;
  top:2px;
}
.contacts-callback a {
  text-decoration:underline;
}
.contacts-callback a:hover {
  text-decoration:none;
}
#callback {
  background:url('../i/question.png') 50% 50% no-repeat #e6efff;
  background-size:cover;
}
/* NEWS
-------------------------------------------------- */
.news .list-image {
  width:41%;
  max-width:380px;
}
/* CONTACTS
-------------------------------------------------- */
.map {
  margin-top:30px;
  margin-bottom:75px;
  height:340px;
  background:#cccccc;
}
.map > div {
  width:100%;
  height:100%;
}
.files {
  margin:80px 0;
  text-align:center;
}
.files .file {
  display:inline-block;
  text-align:left;
  padding:5px 0 10px 65px;
  font-weight:600;
  position:relative;
}
.files .file::before {
  content:'';
  display:block;
  background-image:url(../i/sprite.png);
  background-position:0 0;
  width:55px;
  height:63px;
  position:absolute;
  top:0;
  left:0;
}
.question {
  background:url('../i/question.png') 50% 50% no-repeat #e6efff;
  background-size:cover;
  padding:55px;
}
.question h2 {
  text-align:center;
  text-transform:uppercase;
}
.question .form {
  max-width:500px;
  margin:0 auto;
}
/* PROJECTS
-------------------------------------------------- */
.project-selector-inline {
  margin:40px 0;
  height:490px;
}
.project-selector-inline .project-item .button {
  margin-top:20px;
}
.project-selector-inline .project-item-1 {
  top:50px;
  left:40px;
}
.project-selector-inline .project-item-2 {
  text-align:right;
  top:auto;
  bottom:40px;
  margin-top:0;
  right:40px;
}
.project .list-image {
  width:41%;
  max-width:380px;
}
@media screen and (max-width: 995px) {
  /* COMMON
  -------------------------------------------------- */
  .navigation-open .navigation-top {
    display:block;
  }
  .navigation-toggle {
    display:block;
  }
  .navigation-top {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#023287;
    border-top:1px solid #ffffff;
  }
  .navigation-top > .list-item {
    float:none;
    width:100%;
  }
  .navigation-top > .list-item .sub {
    position:static;
    display:block;
    border:0;
    background:transparent;
    margin:0;
    width:100%;
  }
  .navigation-top > .list-item .sub .list-link span {
    border:0;
  }
  .footer-bottom .col-right,
  .footer-bottom .col-middle {
    float:none;
    width:100%;
  }
  .footer-bottom .col-middle {
    margin-top:10px;
  }
  /* INDEX
  -------------------------------------------------- */
  .hero {
    padding-top:230px;
    height:450px;
  }
  .advantages {
    height:auto;
    margin-top:0;
    background:#002f5c;
  }
  .advantages-list {
    margin:-20px 0 0 -20px;
  }
  .advantages-list > li,
  .advantages-list > div {
    width:20%;
    padding-left:20px;
    margin-top:20px;
  }
  .advantages-list > li:nth-child(1n + 1),
  .advantages-list > div:nth-child(1n + 1) {
    clear:none;
  }
  .advantages-list > li:nth-child(5n + 1),
  .advantages-list > div:nth-child(5n + 1) {
    clear:both;
  }
  .advantages-list > li,
  .advantages-list > div {
    width:20%;
    padding-left:20px;
    margin-top:20px;
  }
  .advantages-list > li:nth-child(2n + 1),
  .advantages-list > div:nth-child(2n + 1) {
    clear:none;
  }
  .advantages-list > li:nth-child(5n + 1),
  .advantages-list > div:nth-child(5n + 1) {
    clear:both;
  }
  .advantages-list > li,
  .advantages-list > div {
    width:20%;
    padding-left:20px;
    margin-top:20px;
  }
  .advantages-list > li:nth-child(3n + 1),
  .advantages-list > div:nth-child(3n + 1) {
    clear:none;
  }
  .advantages-list > li:nth-child(5n + 1),
  .advantages-list > div:nth-child(5n + 1) {
    clear:both;
  }
  .advantages-list > li,
  .advantages-list > div {
    width:20%;
    padding-left:20px;
    margin-top:20px;
  }
  .advantages-list > li:nth-child(4n + 1),
  .advantages-list > div:nth-child(4n + 1) {
    clear:none;
  }
  .advantages-list > li:nth-child(5n + 1),
  .advantages-list > div:nth-child(5n + 1) {
    clear:both;
  }
  .advantages-list > li,
  .advantages-list > div {
    width:20%;
    padding-left:20px;
    margin-top:20px;
  }
  .advantages-list > li:nth-child(5n + 1),
  .advantages-list > div:nth-child(5n + 1) {
    clear:none;
  }
  .advantages-list > li:nth-child(5n + 1),
  .advantages-list > div:nth-child(5n + 1) {
    clear:both;
  }
  .advantages-list .list-holder {
    padding:0;
    min-height:auto;
  }
  .advantages-list .list-holder::before,
  .advantages-list .list-holder::after {
    display:none;
  }
  .advantages-list .list-title {
    font-size:13px;
    font-weight:400;
  }
  .brands {
    padding-top:60px;
  }
  .highlights-list {
    margin:-80px 0 0 -80px;
  }
  .highlights-list > li,
  .highlights-list > div {
    width:50%;
    padding-left:80px;
    margin-top:80px;
  }
  .highlights-list > li:nth-child(1n + 1),
  .highlights-list > div:nth-child(1n + 1) {
    clear:none;
  }
  .highlights-list > li:nth-child(2n + 1),
  .highlights-list > div:nth-child(2n + 1) {
    clear:both;
  }
  .highlights-list > li,
  .highlights-list > div {
    width:50%;
    padding-left:80px;
    margin-top:80px;
  }
  .highlights-list > li:nth-child(2n + 1),
  .highlights-list > div:nth-child(2n + 1) {
    clear:none;
  }
  .highlights-list > li:nth-child(2n + 1),
  .highlights-list > div:nth-child(2n + 1) {
    clear:both;
  }
  .highlights-list .list-item {
    text-align:center;
  }
  .highlights-list .list-item:nth-child(2)::after,
  .highlights-list .list-item:nth-child(4)::after {
    display:none;
  }
  .project-selector .project-item {
    width:50%;
  }
  .project-selector .project-item-1 {
    top:40px;
    left:40px;
  }
  .project-selector .project-item-2 {
    bottom:40px;
    right:40px;
  }
}
@media screen and (max-width: 800px) {
  .contacts {
    margin:-40px 0 0 -40px;
  }
  .contacts > li,
  .contacts > div {
    width:50%;
    padding-left:40px;
    margin-top:40px;
  }
  .contacts > li:nth-child(1n + 1),
  .contacts > div:nth-child(1n + 1) {
    clear:none;
  }
  .contacts > li:nth-child(2n + 1),
  .contacts > div:nth-child(2n + 1) {
    clear:both;
  }
  .contacts > li,
  .contacts > div {
    width:50%;
    padding-left:40px;
    margin-top:40px;
  }
  .contacts > li:nth-child(2n + 1),
  .contacts > div:nth-child(2n + 1) {
    clear:none;
  }
  .contacts > li:nth-child(2n + 1),
  .contacts > div:nth-child(2n + 1) {
    clear:both;
  }
  .contacts-item {
    display:block;
  }
  .contacts > div:nth-child(3) {
    text-align:left;
  }
}
@media screen and (max-width: 650px) {
  /* INDEX
  -------------------------------------------------- */
  .project-selector {
    height:570px;
  }
  .project-selector .project-item {
    width:50%;
  }
  .project-selector .project-item .button {
    margin-top:0;
  }
  .project-selector .project-item-1 {
    top:20px;
    left:20px;
  }
  .project-selector .project-item-2 {
    bottom:20px;
    right:20px;
  }
  /* COMMON
  -------------------------------------------------- */
  .header-language {
    padding-top:28px;
    float:none !important;
    text-align:right;
  }
  .header-phone {
    padding-top:0;
    font-size:14px;
    float:none !important;
  }
  .logotype {
    width:140px;
    height:96px;
    background-size:80% auto;
  }
  .footer {
    padding-top:40px;
    height:auto;
    padding-bottom:180px;
    background-size:auto;
  }
  .footer h2 {
    margin-bottom:20px;
  }
  .contacts {
    margin:-20px 0 0 -20px;
  }
  .contacts > li,
  .contacts > div {
    width:100%;
    padding-left:20px;
    margin-top:20px;
  }
  .contacts > li:nth-child(1n + 1),
  .contacts > div:nth-child(1n + 1) {
    clear:none;
  }
  .contacts > li:nth-child(1n + 1),
  .contacts > div:nth-child(1n + 1) {
    clear:both;
  }
  /* INDEX
  -------------------------------------------------- */
  .hero {
    padding-top:180px;
    height:300px;
  }
  .hero h2 {
    font-size:20px;
  }
  .advantages-list {
    margin:-20px 0 0 -20px;
  }
  .advantages-list > li,
  .advantages-list > div {
    width:50%;
    padding-left:20px;
    margin-top:20px;
  }
  .advantages-list > li:nth-child(1n + 1),
  .advantages-list > div:nth-child(1n + 1) {
    clear:none;
  }
  .advantages-list > li:nth-child(2n + 1),
  .advantages-list > div:nth-child(2n + 1) {
    clear:both;
  }
  .advantages-list > li,
  .advantages-list > div {
    width:50%;
    padding-left:20px;
    margin-top:20px;
  }
  .advantages-list > li:nth-child(2n + 1),
  .advantages-list > div:nth-child(2n + 1) {
    clear:none;
  }
  .advantages-list > li:nth-child(2n + 1),
  .advantages-list > div:nth-child(2n + 1) {
    clear:both;
  }
  .advantages-list .list-image {
    width:50%;
  }
  .highlights {
    padding-top:40px;
    padding-bottom:40px;
  }
  .highlights-list {
    margin:-40px 0 0 -20px;
  }
  .highlights-list > li,
  .highlights-list > div {
    width:100%;
    padding-left:20px;
    margin-top:40px;
  }
  .highlights-list > li:nth-child(1n + 1),
  .highlights-list > div:nth-child(1n + 1) {
    clear:none;
  }
  .highlights-list > li:nth-child(1n + 1),
  .highlights-list > div:nth-child(1n + 1) {
    clear:both;
  }
  .highlights-list .list-item {
    width:100%;
    padding-left:0;
  }
  .highlights-list .list-item::after {
    display:none;
  }
  .build {
    padding-top:40px;
    padding-bottom:40px;
  }
  .build-list {
    margin:-40px 0 0 -40px;
  }
  .build-list > li,
  .build-list > div {
    width:100%;
    padding-left:40px;
    margin-top:40px;
  }
  .build-list > li:nth-child(1n + 1),
  .build-list > div:nth-child(1n + 1) {
    clear:none;
  }
  .build-list > li:nth-child(1n + 1),
  .build-list > div:nth-child(1n + 1) {
    clear:both;
  }
  .project-selector {
    height:auto;
    padding:40px 0;
  }
  .project-selector .project-logo {
    display:none;
  }
  .project-selector .project-item {
    position:static;
    width:auto;
    font-size:14px;
  }
  .project-selector .project-item h2 {
    font-size:20px;
    margin-bottom:10px;
  }
  .project-selector .project-item h2 span {
    font-size:14px;
  }
  .project-selector .project-item-1 {
    top:0;
    left:0;
    right:0;
  }
  .project-selector .project-item-2 {
    margin-top:40px;
    bottom:0;
    left:0;
    right:0;
  }
  .promo {
    padding-top:40px;
    padding-bottom:40px;
  }
  .promo-list .list-item {
    width:50%;
  }
  .promo-list .list-item img {
    width:100%;
  }
  .promo-list .wide {
    width:100%;
  }
  .brands {
    padding-top:40px;
    padding-bottom:80px;
  }
  .brands-list {
    margin-top:-50px;
    text-align:center;
  }
  .brands-list .list-item {
    width:50%;
    padding-top:100px;
    margin-top:0;
  }
  /* PAGES
  -------------------------------------------------- */
  .columns {
    margin:-30px 0 0 -30px;
    margin-bottom:30px;
  }
  .columns > li,
  .columns > div {
    width:100%;
    padding-left:30px;
    margin-top:30px;
  }
  .columns > li:nth-child(1n + 1),
  .columns > div:nth-child(1n + 1) {
    clear:none;
  }
  .columns > li:nth-child(1n + 1),
  .columns > div:nth-child(1n + 1) {
    clear:both;
  }
  .items .list-image {
    width:100%;
    max-width:100%;
    margin-right:0;
    margin-bottom:30px;
    float:none;
  }
  .items .list-image img {
    width:100%;
  }
  /* CONTACTS
  -------------------------------------------------- */
  .question {
    padding:15px;
  }
  .map {
    margin-bottom:30px;
  }
  .files {
    margin:30px 0;
  }
  .form-column .form-item {
    width:100%;
  }
  .form-column .form-item + .form-item {
    margin-top:20px;
  }
}
@media screen and (max-width: 400px) {
  .brands-list {
    margin-top:-30px;
  }
  .brands-list .list-item {
    padding-top:60px;
  }
}
@media screen and (max-width: 350px) {
  .logotype {
    width:100px;
  }
}
