@charset "UTF-8";
@font-face {
  font-family: 'GothamSSm';
  src: url("../fonts/GothamSsm/GothamSSm-Light.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamSSm';
  src: url("../fonts/GothamSsm/GothamSSm-Bold.woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GothamSSm';
  src: url("../fonts/GothamSsm/GothamSSm-Black.woff");
  font-weight: 900;
  font-style: normal;
}

.content-center, .leaders__center, .divisions__center, .footer__center, .functions__center, .header__center, .img-block__center, .infograph__center, .news, .partner-page__center, .vessel__center {
  width: 95%;
  margin: 0 auto;
  max-width: 1170px;
  /*@media screen and (max-width: 1210px) {
		min-width: 980px;
	}*/
}

@media screen and (max-width: 1023px) {
  .wp.header__dropdown.is-lang .content-center, .wp.header__dropdown.is-lang .leaders__center, .wp.header__dropdown.is-lang .divisions__center, .wp.header__dropdown.is-lang .footer__center, .wp.header__dropdown.is-lang .functions__center, .wp.header__dropdown.is-lang .header__center, .wp.header__dropdown.is-lang .img-block__center, .wp.header__dropdown.is-lang .infograph__center, .wp.header__dropdown.is-lang .news, .wp.header__dropdown.is-lang .partner-page__center, .wp.header__dropdown.is-lang .vessel__center, .wp.header__dropdown.is-menu .content-center, .wp.header__dropdown.is-menu .leaders__center, .wp.header__dropdown.is-menu .divisions__center, .wp.header__dropdown.is-menu .footer__center, .wp.header__dropdown.is-menu .functions__center, .wp.header__dropdown.is-menu .header__center, .wp.header__dropdown.is-menu .img-block__center, .wp.header__dropdown.is-menu .infograph__center, .wp.header__dropdown.is-menu .news, .wp.header__dropdown.is-menu .partner-page__center, .wp.header__dropdown.is-menu .vessel__center {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .content-center, .leaders__center, .divisions__center, .footer__center, .functions__center, .header__center, .img-block__center, .infograph__center, .news, .partner-page__center, .vessel__center {
    min-width: auto;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.narrow-center, .narrow-heading .page-header {
  max-width: 850px;
  padding-left: 135px;
}

@media screen and (max-width: 1210px) {
  .narrow-center, .narrow-heading .page-header {
    max-width: none;
    padding-left: 0;
  }
}

.layout__content.is-inner {
  padding-top: 110px;
}

@media screen and (min-width: 1024px) {
  .layout__content {
    min-height: -webkit-calc(100vh - 570px);
    min-height: calc(100vh - 570px);
  }
}

@media screen and (max-width: 1023px) {
  .layout__content {
    min-height: -webkit-calc(100vh - 555px);
    min-height: calc(100vh - 555px);
  }
}

@media screen and (max-width: 767px) {
  .layout__content {
    min-height: auto;
  }
}

.no-title .main-title {
  display: none;
}

.block-title, .infograph__title, .wp .structure__title {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "GothamSSm", sans-serif;
  font-size: 30px;
  color: #0a3255;
  text-decoration: none;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .block-title, .infograph__title, .wp .structure__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
  }
}

.block-title-accent, .infograph__title-accent, .wp .structure__title-accent {
  position: relative;
  display: block;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .block-title-accent, .infograph__title-accent, .wp .structure__title-accent {
    display: inline-block;
  }
}

.block-title-accent-link:after, .wp .structure__title-accent:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid;
}

.block-subtitle, .infograph__subtitle {
  margin-top: 10px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.bold-title, .divisions__title, .functions__title, .ships__title, .timeline__title {
  margin-bottom: 30px;
  font-family: "GothamSSm", sans-serif;
  font-size: 30px;
  font-weight: 800;
}

@media screen and (max-width: 1023px) {
  .bold-title, .divisions__title, .functions__title, .ships__title, .timeline__title {
    font-size: 17px;
  }
}

.gray-subtitle, .timeline__subtitle {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
}

.accent-label__block {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #cc3333;
}

@media screen and (max-width: 1023px) {
  .accent-label__block {
    max-width: 180px;
  }
}

.video-thumb {
  position: relative;
  display: block;
  max-width: 100%;
  margin: auto;
}

.video-thumb:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 35px;
  margin: auto;
  background-image: url(../img/play.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: ease 0.3s;
       -o-transition: ease 0.3s;
          transition: ease 0.3s;
}

.video-thumb:hover:before {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.video-thumb__img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.video-thumb__link {
  display: block;
  margin-top: 35px;
  line-height: 1.5;
  color: #003366;
  text-decoration: none;
}

.video-thumb__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .video-thumb__link {
    margin-top: 10px;
  }
}

.video-thumb__link-accent {
  display: block;
  font-weight: 600;
}

@media screen and (max-width: 1023px) {
  .video-thumb {
    max-width: none;
    margin: -10px -15px 0 -10px;
    width: 100vw;
  }
}

.arrow-link {
  position: relative;
  display: block;
  min-height: 46px;
  padding-left: 70px;
  line-height: 1.4;
  text-decoration: underline;
}

.arrow-link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  margin: auto;
  background-image: url(../img/arrow-square-b.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.arrow-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .arrow-link {
    margin: 25px 0;
  }
  .arrow-link:last-child {
    margin-bottom: 0;
  }
}

.news-detail .newsdate, .newsdetail .newsdate {
  margin-top: -40px;
  margin-bottom: 40px;
  font-family: "GothamSSm", sans-serif;
  font-weight: 600;
  color: #022b56;
  font-size: 12px;
}

@media screen and (max-width: 1023px) {
  .news-detail .newsdate, .newsdetail .newsdate {
    margin: 20px 0;
    text-align: center;
  }
}

.news-detail {
  font-size: 16px;
  margin-bottom: 30px;
}

.news-detail p {
  margin-bottom: 0.56em;
}

@media screen and (max-width: 1023px) {
  .news-detail {
    margin-top: 30px;
  }
}

.pull-left {
  float: left;
  margin-right: 20px;
}

.pull-right {
  float: right;
  margin-left: 20px;
}

.pull-left, .pull-right {
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1023px) {
  .pull-left, .pull-right {
    float: none;
    display: block;
    margin: 15px auto;
  }
}

.docs-list {
  margin: 30px 0;
}

.doc {
  display: inline-block;
  min-height: 30px;
  padding-left: 30px;
  margin-bottom: 20px;
  background: url(/local/templates/obl/img/doc.svg) left top no-repeat;
  -webkit-background-size: 27px 27px;
          background-size: 27px 27px;
  color: #1c71aa;
  font-size: 16px;
}

.doc:hover {
  text-decoration: none;
}

.leader-page {
  margin-bottom: 50px;
}

.leader-page__photo {
  max-width: 100%;
  margin-bottom: 30px;
}

.leader-page__photo img {
  max-width: 100%;
}

.leader-page__subtitle {
  margin-bottom: 60px;
  margin-top: -50px;
  font-size: 18px;
  color: #8a8a8a;
  font-weight: 300;
}

@media screen and (max-width: 1023px) {
  .leader-page__subtitle {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }
}

.leader-page p {
  margin-bottom: 15px;
}

.leader-page b {
  font-weight: 600;
}

.text-page {
  font-size: 16px;
}

.text-page p {
  margin-bottom: 15px;
}

.text-page b, .text-page strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .text-page {
    font-size: 14px;
  }
}

.partner-table {
  text-align: justify;
  clear: both;
  margin: 20px 0;
  font-size: 14px;
}

.partner-table td {
  padding: 30px 0px;
  border-bottom: 1px solid #d1d1d1;
  vertical-align: middle;
}

.partner-table td:nth-child(2n+1) {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .partner-table td {
    display: block;
  }
  .partner-table td:nth-child(2n+1) {
    max-width: 290px;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

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

.partner-table ul.marked > li {
  margin-bottom: 5px;
  padding-left: 30px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .partner-table tr {
    display: block;
  }
}

.form-check {
  margin-bottom: 10px;
}

/*-- Вспомогательные стили --*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearme:after, .news-detail:after, .newsdetail:after, .content-block__columns:after, .hazard__item-content:after, .subscribe-edit td:after {
  content: '';
  clear: both;
  display: block;
}

.noclear {
  clear: none;
}

.clearfix {
  clear: both;
}

.rouble {
  font-family: rouble, "Roboto", sans-serif;
}

.center {
  text-align: center;
}

.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.inner-page {
  max-width: 850px;
  padding: 115px 0 0 135px;
}

@media screen and (max-width: 1023px) {
  .inner-page {
    padding: 85px 0 0 0;
  }
}

.page-intro {
  margin: 90px 0 95px;
  font-size: 17px;
}

@media screen and (max-width: 1023px) {
  .page-intro {
    margin: 25px 0;
    font-size: 13px;
  }
}

.download-link {
  position: relative;
  display: inline-block;
  height: 22px;
  margin-bottom: 50px;
  padding-left: 50px;
  color: #093055;
  text-decoration: underline;
}

.download-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 100%;
  background-image: url(../img/download-icon@2x.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.download-link:hover {
  text-decoration: none;
}

a {
  color: #0a3255;
}

.mask {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.backlink {
  margin-top: 30px;
  margin-bottom: 70px;
}

.backlink a {
  color: #1c71aa;
  font-size: 18px;
  text-decoration: none;
}

.backlink a:before {
  content: "<";
  display: inline-block;
  margin-right: 5px;
  color: #1c71aa;
  font-size: 18px;
}

/*-- Структура страницы --*/
/*-- Контентные стили --*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
}

@media screen and (max-width: 1023px) {
  body {
    padding-top: 70px;
  }
}

/* Заголовки */
.h1, h1 {
  margin-top: 60px;
  margin-bottom: 80px;
  font-family: "GothamSSm", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #000;
}

.h1:first-child, h1:first-child {
  margin-top: 0;
}

.inner-page .h1, .inner-page h1 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 1023px) {
  .h1, h1 {
    font-size: 15px;
    font-weight: 600;
  }
  .screen .h1, .screen h1, .h1.main-title, h1.main-title {
    padding: 25px 0;
    margin: 0 -10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #0a3255;
  }
}

.h2, h2 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 200%;
  line-height: 1.2;
  font-weight: bold;
}

.h2:first-child, h2:first-child {
  margin-top: 0;
}

.h2:last-child, h2:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .h2, h2 {
    font-size: 180%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .h2:first-child, h2:first-child {
    margin-top: 0;
  }
  .h2:last-child, h2:last-child {
    margin-bottom: 0;
  }
}

.h3, h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 140%;
  line-height: 1.2;
  font-weight: 600;
  font-family: "GothamSSm", sans-serif;
}

.h3:first-child, h3:first-child {
  margin-top: 0;
}

.h3:last-child, h3:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .h3, h3 {
    font-size: 120%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .h3:first-child, h3:first-child {
    margin-top: 0;
  }
  .h3:last-child, h3:last-child {
    margin-bottom: 0;
  }
}

.h4, h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 120%;
  line-height: 1.2;
  font-weight: bold;
}

.h4:first-child, h4:first-child {
  margin-top: 0;
}

.h4:last-child, h4:last-child {
  margin-bottom: 0;
}

.h5, h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 100%;
  font-weight: bold;
}

.h5:first-child, h5:first-child {
  margin-top: 0;
}

.h5:last-child, h5:last-child {
  margin-bottom: 0;
}

.heading-note {
  font-size: 14px;
  line-height: 1.42857;
  vertical-align: baseline;
  margin-left: 5px;
}

/* Списки */
ul.horizontal, ol.horizontal {
  margin: 0;
  padding: 0;
}

ul.horizontal > li, ol.horizontal > li {
  display: inline-block;
  margin: 5px 0;
  margin-right: 1em;
  vertical-align: middle;
}

ul.marked {
  margin: 0;
  padding: 0;
}

ul.marked.two-cols {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.news-detail ul.marked, .text-page ul.marked {
  overflow: hidden;
  font-size: 14px;
}

ul.marked > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-weight: 500;
}

ul.marked > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  display: block;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: #cc3333;
}

ul.marked.is-light > li {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  ul.marked.two-cols {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

a.doc-link:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  margin-right: .5em;
}

a.callback-link {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: .05em;
  text-decoration: none;
  color: white;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

a.callback-link:hover {
  color: #ffd83c;
}

a.dashed-link {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed #0a3255;
}

a.dashed-link:hover {
  border-bottom-style: solid;
}

a.more-link {
  margin-top: 20px;
  margin-bottom: 20px;
}

a.more-link:first-child {
  margin-top: 0;
}

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

a.nocolor-link {
  color: inherit;
}

a.heading-link {
  font-size: 70%;
  margin-left: 20px;
}

a.pseudo-link, a.header-mobile__callback {
  text-decoration: none;
  border-bottom: 1px dashed;
}

a.pseudo-link:hover, a.header-mobile__callback:hover {
  border-bottom: none;
}

a.bg-link {
  font-size: 11px;
  color: #146b95;
  padding: 0px 8px;
  background-color: #fff;
  line-height: 20px;
  display: inline-block;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  text-decoration: none;
  margin: 5px;
}

a.bg-link:hover {
  color: #fff;
  background-color: #024d72;
}

a.bg-link:active {
  color: #fff;
  background-color: #c7c7ca;
}

/* Кнопки */
.button, .button-primary, .button-buy, .formfeedback button.file-upload-button, .subscribe-edit input[type="submit"], .subscribe-form__button, .button-secondary {
  background: #f4f5f8;
  display: inline-block;
  padding: 4px 15px;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button:hover, .button-primary:hover, .button-buy:hover, .formfeedback button.file-upload-button:hover, .subscribe-edit input[type="submit"]:hover, .subscribe-form__button:hover, .button-secondary:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.button:active, .button-primary:active, .button-buy:active, .formfeedback button.file-upload-button:active, .subscribe-edit input[type="submit"]:active, .subscribe-form__button:active, .button-secondary:active {
  color: #000;
  background: #f4f5f8;
}

.button-stroke, .screen__button, .subscribe-edit input[type="reset"] {
  background: #f4f5f8;
  display: inline-block;
  padding: 4px 15px;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.button-stroke:hover, .screen__button:hover, .subscribe-edit input[type="reset"]:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.button-stroke:active, .screen__button:active, .subscribe-edit input[type="reset"]:active {
  color: #000;
  background: #f4f5f8;
}

.button-stroke:hover, .screen__button:hover, .subscribe-edit input[type="reset"]:hover {
  background-color: #fff;
  color: #0a3255;
}

.button-primary, .button-buy, .formfeedback button.file-upload-button, .subscribe-edit input[type="submit"], .subscribe-form__button {
  padding: 14px 25px 12px;
  line-height: 1;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 18px;
  background-color: #c5203e;
  color: #fff;
}

.button-primary:hover, .button-buy:hover, .formfeedback button.file-upload-button:hover, .subscribe-edit input[type="submit"]:hover, .subscribe-form__button:hover {
  border-color: transparent;
  background: #df3957;
}

.button-primary:active, .button-buy:active, .formfeedback button.file-upload-button:active, .subscribe-edit input[type="submit"]:active, .subscribe-form__button:active {
  color: #fff;
  background: #991930;
}

.button-secondary {
  background: #0a3255;
  color: white;
  border: none;
  padding: 9px 15px;
  display: block;
  text-align: center;
  border: 1px solid #fff;
}

.button-secondary:hover {
  background: #0b375e;
}

.button-secondary {
  background: #0a3255;
  color: white;
  border: none;
  padding: 9px 15px;
  display: block;
  text-align: center;
  border: 1px solid #fff;
}

.button-secondary:hover {
  background: #0b375e;
}

.button-big, .header-mobile__phone, .screen__button {
  padding: 10px 25px;
}

.button-small, .formfeedback button.file-upload-button, .subscribe-form__button {
  padding: 10px 15px;
  font-size: 12px;
}

/*-- Стилизация UI элементов --*/
/* Inputs, textarea */
[type="text"],
[type="password"],
[type="email"],
[type="tel"] {
  line-height: 2em;
  font-size: 14px;
  line-height: 1.42857;
  padding: 12px 20px;
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[type="text"]::-webkit-input-placeholder,
[type="password"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="tel"]::-webkit-input-placeholder {
  color: #999;
}

[type="text"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="tel"]::-moz-placeholder {
  color: #999;
}

[type="text"]:-moz-placeholder,
[type="password"]:-moz-placeholder,
[type="email"]:-moz-placeholder,
[type="tel"]:-moz-placeholder {
  color: #999;
}

[type="text"]:-ms-input-placeholder,
[type="password"]:-ms-input-placeholder,
[type="email"]:-ms-input-placeholder,
[type="tel"]:-ms-input-placeholder {
  color: #999;
}

[type="text"].ui-placeholder,
[type="password"].ui-placeholder,
[type="email"].ui-placeholder,
[type="tel"].ui-placeholder {
  color: #999;
}

[type="text"]:focus,
[type="password"]:focus,
[type="email"]:focus,
[type="tel"]:focus {
  outline: none !important;
  border-color: #4183c4;
}

[type="text"]:focus::-webkit-input-placeholder,
[type="password"]:focus::-webkit-input-placeholder,
[type="email"]:focus::-webkit-input-placeholder,
[type="tel"]:focus::-webkit-input-placeholder {
  color: transparent;
}

[type="text"]:focus::-moz-placeholder,
[type="password"]:focus::-moz-placeholder,
[type="email"]:focus::-moz-placeholder,
[type="tel"]:focus::-moz-placeholder {
  color: transparent;
}

[type="text"]:focus:-moz-placeholder,
[type="password"]:focus:-moz-placeholder,
[type="email"]:focus:-moz-placeholder,
[type="tel"]:focus:-moz-placeholder {
  color: transparent;
}

[type="text"]:focus:-ms-input-placeholder,
[type="password"]:focus:-ms-input-placeholder,
[type="email"]:focus:-ms-input-placeholder,
[type="tel"]:focus:-ms-input-placeholder {
  color: transparent;
}

[type="text"]:focus.ui-placeholder,
[type="password"]:focus.ui-placeholder,
[type="email"]:focus.ui-placeholder,
[type="tel"]:focus.ui-placeholder {
  color: transparent;
}

label {
  cursor: pointer;
}

textarea {
  height: 10em;
  font-size: 14px;
  line-height: 1.42857;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  border: 1px solid #999999;
  resize: vertical;
}

textarea:focus {
  outline: none !important;
  border-color: #4183c4;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus.ui-placeholder {
  color: transparent;
}

.icheckbox {
  vertical-align: middle;
  font-size: 120%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
  width: 15px;
  height: 15px;
  text-align: center;
  margin-right: 10px;
  background: #e3e3e3;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icheckbox.checked:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 7px;
  height: 4px;
  border: 2px solid #0a3255;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.iradio {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
  margin-right: .3em;
  border: 1px solid gray;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  background: #fff;
}

.iradio.checked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #0a3255;
}

/* Select2 */
.select2-selection__rendered span.is-img-point,
.select2-results__option span.is-img-point {
  content: '';
  display: inline-block;
  vertical-align: sub;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  background: transparent 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 6px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid gray;
}

.select2-container--default .select2-selection--single {
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  padding-left: 10px;
  padding-right: 30px;
}

.select2-container--default .select2-selection .select2-selection__arrow {
  width: 25px;
}

.select2-container--default .select2-selection .select2-selection__arrow:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  position: absolute;
  font-size: 12px;
  top: 50%;
  margin-top: -6px;
  margin-left: 6px;
  text-align: center;
}

.select2-container--default .select2-selection .select2-selection__arrow b {
  border: none;
}

.select2-container--default .dropdown-wrapper {
  border: none;
}

.select2-container--default .select2-dropdown {
  border: 1px solid gray;
  overflow: hidden;
}

.select2-container--default .select2-dropdown--above {
  border-bottom: none;
  margin-bottom: -1px;
}

.select2-container--default .select2-dropdown--below {
  border-top: none;
  margin-top: -1px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection {
  border-top-color: transparent;
  /*border: none;*/
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection {
  border-bottom-color: transparent;
  /*border: none;*/
}

.select2-container--default .select2-results__option {
  margin: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-left: none;
  border-right: none;
}

.select2-container--default .select2-results__option {
  padding-left: 10px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  position: relative;
  background-color: #f8f8f8;
  color: #333;
  /*&:after {
				content: '\00A0\f00c';
				font-family: FontAwesome;
				font-weight: normal;
				font-style: normal;
				text-decoration:none;
				display: inline-block;
				margin-left: .25em;
				margin-top: -2px;
				vertical-align: middle;
				font-size: 10px;
			}*/
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f8f8f8;
  color: #333;
  /*background-color: #f1f1f1;
			color: black;*/
}

.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow:before {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* select 2 */
.fancybox-lock .select2-dropdown {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border-color: #4183c4;
  z-index: 100000;
}

.select2-container--default .select2-selection--single {
  height: auto;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border-color: #999999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.42857;
  padding-left: 20px;
  padding-right: 30px;
  padding: 10px 30px 10px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 95%;
}

.select2-container--default.select2-container--focus.select2-container--open .select2-selection {
  border-color: #4183c4;
}

/*-- Блоки --*/
.breadcrumbs {
  margin: 30px 0;
}

@media screen and (max-width: 1023px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs__link {
  position: relative;
  display: block;
  padding-right: 22px;
  margin-right: 8px;
  color: #999;
  text-decoration: none;
}

.breadcrumbs__link:after {
  content: '→';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}

.breadcrumbs__item:last-child .breadcrumbs__link:after {
  display: none;
}

.breadcrumbs__text {
  color: #999;
}

.contact-page {
  position: relative;
  margin-left: -2.08333%;
  margin-bottom: 50px;
}

.contact-page:after {
  content: '';
  display: block;
  clear: left;
}

@media screen and (max-width: 1023px) {
  .contact-page {
    margin-top: 30px;
  }
}

.contact-page__info {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 767px) {
  .contact-page__info {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

.contact-page__map {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 64.58333%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 767px) {
  .contact-page__map {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

.contact-page__map .contacts-map {
  height: 760px;
  margin: -111px 0 0 0;
}

@media screen and (max-width: 1023px) {
  .contact-page__map .contacts-map {
    height: 730px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-page__map .contacts-map {
    height: 320px;
    margin-top: 20px;
  }
}

.contact-page__accent {
  font-size: 18px;
  font-family: "GothamSSm", sans-serif;
  font-weight: 600;
}

.contact-page__fade {
  font-size: 12px;
  color: #b1b1b1;
}

.contact-page p {
  margin-bottom: 0.56em;
}

.contact-page__title {
  font-size: 18px;
  font-weight: 600;
}

.contact-page__anticriminal {
  display: inline-block;
  padding: 20px 30px 15px;
  background-color: #c50024;
  font-family: "GothamSSm", sans-serif;
  color: #fff;
  font-size: 13px;
}

.contact-page__anticriminal a {
  color: #fff;
}

.contact-page__anticriminal-title {
  text-transform: uppercase;
  font-weight: 600;
}

.content-block {
  margin-top: 60px;
  margin-bottom: 80px;
}

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

.content-block.no-margin-bottom {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .content-block.mobile-gray-bg {
    padding-top: 25px;
    background-color: #f4f5f6;
  }
}

@media screen and (max-width: 1023px) {
  .content-block {
    margin: 25px 0;
  }
}

.content-block__columns {
  position: relative;
  margin-left: -2.08333%;
}

@media screen and (max-width: 1023px) {
  .content-block__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.content-block__row {
  position: relative;
  margin-left: -2.08333%;
}

.content-block__row:after {
  content: '';
  display: block;
  clear: left;
}

.content-block__col-3 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.91667%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 1023px) {
  .content-block__col-3 {
    width: 47.91667%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 564px) {
  .content-block__col-3 {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 1023px) {
  .content-block__col-3 img {
    display: block;
    margin: 5px auto;
  }
}

.content-block__title {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 64.58333%;
  margin-left: 2.08333%;
  margin-bottom: 45px;
  color: #000;
}

@media screen and (max-width: 1023px) {
  .content-block__title {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

.content-block__title.is-bold {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .content-block__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .content-block__title.is-bold {
    font-size: 15px;
  }
}

.content-block__main-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 64.58333%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 1023px) {
  .content-block__main-text {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

.content-block__main-text p {
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .content-block__main-text p {
    margin-bottom: 20px;
  }
}

.content-block__main-text.is-big {
  font-size: 17px;
  line-height: 1.6;
}

@media screen and (max-width: 1023px) {
  .content-block__main-text.is-big {
    font-size: 13px;
  }
}

@media screen and (max-width: 1023px) {
  .content-block__main-text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
}

.content-block__image-col {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 72.91666%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 1023px) {
  .content-block__image-col {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 767px) {
  .content-block__image-col {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 25px;
  }
}

.content-block__video-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 1023px) {
  .content-block__video-col {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 767px) {
  .content-block__video-col {
    margin-bottom: 25px;
  }
}

.content-block__img-holder.is-big {
  margin-left: -5%;
  margin-right: 5%;
}

.content-block__img-holder.is-small {
  position: absolute;
  bottom: 70px;
  left: 85%;
  white-space: nowrap;
}

.content-block__img-holder.is-small .content-block__img {
  width: 250px;
  margin-right: 30px;
}

.content-block__img-holder.is-small .content-block__img:last-item {
  margin-right: 0;
}

.content-block__img-holder.is-small a:nth-child(n+3) {
  display: none;
}

@media screen and (max-width: 767px) {
  .content-block__img-holder.is-big, .content-block__img-holder.is-small {
    position: static;
    float: left;
  }
  .content-block__img-holder.is-big .content-block__img, .content-block__img-holder.is-small .content-block__img {
    width: auto;
    height: 150px;
    display: block;
  }
  .content-block__img-holder.is-big {
    margin-left: -10px;
    margin-right: 10px;
  }
  .content-block__img-holder.is-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .content-block__img-holder.is-small .content-block__img {
    margin-right: 10px;
  }
}

.content-block__img {
  width: 100%;
}

.content-block__content-img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.content-block__side-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.91667%;
  margin-left: 2.08333%;
  float: right;
  font-size: 12px;
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .content-block__side-text {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

.content-block__side-text ul.marked > li {
  margin-bottom: 12px;
  padding-left: 15px;
  font-weight: normal;
  line-height: 1.2;
}

.content-block__side-text ul.marked > li:before {
  width: 7px;
  height: 1px;
}

.content-block__side-text.lineh-small {
  line-height: 1.2;
}

.content-block__side-text.gray-bg {
  padding: 40px 25px;
  background-color: #f4f5f6;
}

.content-block__side-text.is-big {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  .content-block__side-text {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
    line-height: 1.4;
  }
  .content-block__side-text.lineh-small {
    line-height: 1.4;
  }
  .content-block__side-text.is-first {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
  .content-block__side-text.gray-bg {
    width: 100vw;
    margin: 0 -2.5% -25px -0.5%;
  }
  .content-block__side-text.img-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .content-block__side-text.is-big {
    font-size: 14px;
  }
}

.content-block__side-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.gray-bg .content-block__side-title {
  margin-bottom: 80px;
}

@media screen and (max-width: 1023px) {
  .gray-bg .content-block__side-title {
    margin-bottom: 30px;
  }
}

.content-block__side-img {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
}

.content-block__side-img:last-child {
  margin-bottom: 0;
  margin-top: 20px;
}

@media screen and (max-width: 1023px) {
  .img-first .content-block__side-img {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.content-block__side-link {
  display: block;
  margin-bottom: 15px;
}

.content-block__intro {
  font-size: 15px;
  font-family: "GothamSSm", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .content-block__intro {
    font-size: 13px;
  }
}

.content-block__map {
  overflow: hidden;
}

.content-block__map #air-map {
  width: 100%;
  height: 470px;
}

.content-block__map-holder {
  position: relative;
  padding-top: 43%;
}

.content-block__map-img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content-block__photo {
  max-width: 100%;
  overflow: hidden;
}

.divisions {
  margin: 60px 0 80px;
}

@media screen and (max-width: 1023px) {
  .divisions {
    margin: 25px 0;
  }
}

.divisions__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.divisions__item {
  -webkit-flex-basis: 480px;
          flex-basis: 480px;
}

@media screen and (max-width: 1023px) {
  .divisions__item {
    margin-bottom: 30px;
  }
  .divisions__item:last-child {
    margin-bottom: 0;
  }
}

.divisions__item-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

.divisions__item-logo {
  width: 79px;
  height: 69px;
  -webkit-flex-basis: 80px;
          flex-basis: 80px;
  margin-right: 20px;
}

.divisions__item-info {
  position: relative;
}

.divisions__city {
  position: absolute;
  bottom: 0;
  font-family: "GothamSSm", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.footer {
  position: relative;
  z-index: 5;
  /*margin-bottom: 20px;
	height: 350px;
	background-image: url(../img/footer@2x.jpg), linear-gradient(to bottom, #f1f1f1 310px, #fff 310px, #fff 100%);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer__center {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 30px 25px;
  }
}

.footer__top {
  background-color: #f1f1f1;
}

.footer__bottom {
  padding: 30px 0;
  background-color: #fff;
}

.footer__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding: 40px 0 35px;
}

@media screen and (max-width: 767px) {
  .footer__left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.footer__company-name {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0a3255;
}

@media screen and (max-width: 1023px) {
  .footer__company-name {
    font-size: 14px;
  }
}

.footer__contact-link {
  display: inline-block;
  margin: 5px 0;
  line-height: 1.2;
  color: #0a3255;
}

.footer__contact-link.is-action {
  text-decoration: none;
  border-bottom: 1px dashed;
}

.footer__contact-link.is-action:hover {
  border-bottom-color: transparent;
  color: #004c8d;
}

.footer__contact-link.is-action:visited {
  color: #333;
}

.footer__contact-link:hover {
  color: #004c8d;
}

.footer__contact-link:active {
  color: #333;
}

.footer__phone {
  font-size: 18px;
  text-decoration: none;
  color: #0a3255;
}

.footer__phone:hover {
  color: #004c8d;
}

.footer__phone:active {
  color: #333;
}

@media screen and (max-width: 767px) {
  .footer__phone {
    display: inline-block;
    margin: 5px 0 15px;
  }
}

.footer__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 300px;
}

.footer__contacts-top {
  width: 100%;
}

.footer__contacts-bottom {
  margin-top: auto;
}

.footer__right {
  position: relative;
  width: 400px;
  padding: 40px 0 35px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__right:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background-image: url(../img/flag.svg);
  background-position: top center;
  -webkit-background-size: 200% 100%;
          background-size: 200% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .footer__right {
    width: 100%;
    padding: 0;
  }
  .footer__right:before {
    display: none;
  }
}

.footer__callback-cont a {
  display: block;
}

.footer__nav {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}

.footer__menu {
  width: 100%;
}

.footer__menu-item:first-child .footer__menu-link {
  padding-top: 0;
}

.footer__menu-link {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #070707;
  line-height: 1;
}

.footer__menu-link:hover {
  text-decoration: underline;
}

.footer__social {
  margin-top: auto;
  margin-bottom: 5px;
}

.footer__social-link {
  text-decoration: none;
}

.footer__social-link.youtube:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.footer__social-link.fb:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.footer__social-link.twitter:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.footer__social-link.insta:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.footer__social-link.youtube, .footer__social-link.fb, .footer__social-link.twitter, .footer__social-link.insta {
  display: inline-block;
  text-align: center;
}

.footer__social-link.youtube:before, .footer__social-link.fb:before, .footer__social-link.twitter:before, .footer__social-link.insta:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #999;
  padding-right: 5px;
}

.footer__social-link.youtube:hover:before, .footer__social-link.fb:hover:before, .footer__social-link.twitter:hover:before, .footer__social-link.insta:hover:before {
  color: #004c8d;
}

.footer__social-link.youtube:active:before, .footer__social-link.fb:active:before, .footer__social-link.twitter:active:before, .footer__social-link.insta:active:before {
  color: #333;
}

.footer__bottom {
  border-top: 1px solid white;
  font-size: 0.9em;
  color: #999;
}

@media screen and (max-width: 767px) {
  .footer__bottom {
    padding: 0;
  }
}

.footer__bottom-link {
  color: #999;
}

.footer__bottom-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer__bottom-link {
    font-size: 12px;
    width: 100%;
    margin-bottom: 15px;
  }
  .footer__bottom-link.is-sitemap {
    display: none;
  }
}

.footer__arrow-up {
  position: absolute;
  right: -50px;
  margin-top: -41px;
  background: #777;
  padding: 10px;
  top: 50%;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer;
}

.footer__arrow-up-text {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  color: white;
}

.footer__arrow-up-text span {
  color: white;
}

.footer__arrow-up-icon {
  margin-left: 5px;
}

.footer__arrow-up-icon:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.footer__copyright {
  margin-left: 0;
}

.footer__copyright span {
  margin-left: 5px;
}

.footer__copyright span:first-child {
  margin-left: 0;
}

.footer__copyright span.footer__year {
  color: white;
}

.footer__copyright span.footer__company {
  color: white;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
    width: 100%;
    margin-bottom: 15px;
  }
}

.footer__dev-link {
  color: #999;
  text-decoration: none;
  vertical-align: text-bottom;
}

.footer__dev-link:hover {
  color: #004c8d;
}

.footer__dev-link:active {
  color: #333;
}

@media screen and (max-width: 767px) {
  .footer__dev-link {
    font-size: 12px;
  }
}

.footer__dev-svg {
  fill: #999;
}

.footer__personal {
  width: 100%;
}

.footer__personal-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}

.footer__personal-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 21px;
  height: 21px;
  background-image: url(../img/arrow-square-b.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.footer__personal-link {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #0a3255;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-mobile {
  background: #5d5d5d;
  padding: 10px;
  color: #eeeeee;
}

.footer-mobile a {
  color: white;
}

.footer-mobile__sns, .footer-mobile__contacts, .footer-mobile__copyright, .footer-mobile__devs, .footer-mobile__agreement {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #777;
}

.footer-mobile__sns:last-child, .footer-mobile__contacts:last-child, .footer-mobile__copyright:last-child, .footer-mobile__devs:last-child, .footer-mobile__agreement:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.footer-mobile__agreement-link {
  display: block;
  text-align: center;
}

.footer-mobile__contacts {
  text-align: center;
}

.footer-mobile__contacts-link {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-mobile__contacts.content-area a {
  text-decoration: none;
}

.footer-mobile__contacts-phone {
  font-size: 150%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.footer-mobile__contacts-phone:first-child {
  margin-top: 0;
}

.footer-mobile__contacts-phone:last-child {
  margin-bottom: 0;
}

.footer-mobile__callback, .footer-mobile__write-us {
  text-decoration: none;
  border-bottom: 1px dashed white;
  font-size: 90%;
}

.footer-mobile__sns {
  text-align: center;
}

.footer-mobile__sns-header {
  color: white;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-mobile__sns-list {
  display: inline-block;
}

.footer-mobile__sns-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.91667%;
  margin-left: 2.08333%;
  margin-left: 3px;
  padding-left: 4px;
}

.footer-mobile__sns-link {
  color: black;
}

.footer-mobile__sns-link.youtube:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.footer-mobile__sns-link.fb:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.footer-mobile__sns-link.twitter:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.footer-mobile__sns-link.insta:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.footer-mobile__sns-link.youtube, .footer-mobile__sns-link.fb, .footer-mobile__sns-link.twitter, .footer-mobile__sns-link.insta {
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #999999;
  padding: 1px;
  text-align: center;
}

.footer-mobile__sns-link.youtube:before, .footer-mobile__sns-link.fb:before, .footer-mobile__sns-link.twitter:before, .footer-mobile__sns-link.insta:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  color: white;
  padding: 0.3em;
}

.form-standart__title {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 214.28571%;
  line-height: 1.36667;
  font-weight: bold;
  margin-left: 20%;
  margin-right: 20px;
}

.form-standart__title:first-child {
  margin-top: 0;
}

.form-standart__title:last-child {
  margin-bottom: 0;
}

.form-standart__subtitle {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 171.42857%;
  font-weight: bold;
}

.form-standart__subtitle:first-child {
  margin-top: 0;
}

.form-standart__subtitle:last-child {
  margin-bottom: 0;
}

.form-standart__plate {
  background: #eeeeee;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .form-standart__plate {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fancybox-inner .form-standart__plate {
    margin-left: 0;
    margin-right: 0;
  }
}

.form-standart__fields-title {
  font-weight: bold;
  font-size: 166.66667%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.form-standart__fields-title:last-child {
  margin-bottom: 0;
}

.form-standart__fields-title:first-child {
  margin-top: 0;
}

.form-standart__fields-desc {
  margin-bottom: 20px;
  margin-top: 20px;
}

.form-standart__fields-desc:last-child {
  margin-bottom: 0;
}

.form-standart__fields-desc:first-child {
  margin-top: 0;
}

.form-standart__fields-list {
  display: table;
  width: 100%;
}

.form-standart__field {
  display: table-row;
}

.form-standart__field.is-error .form-standart__error {
  display: block;
}

.form-standart__field.is-none .form-standart__none {
  display: block;
}

.form-standart__field.js-pass-change, .form-standart__field.is-hidden {
  display: none;
}

.form-standart__field.js-pass-change.is-visible {
  display: table-row;
}

.form-standart__field.is-personal-data .form-standart__inputs {
  display: inline-block;
}

.form-standart__buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-standart__buttons:first-child {
  margin-top: 0;
}

.form-standart__buttons:last-child {
  margin-bottom: 0;
}

.form-standart__label {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding: 15px 10px 0 0;
  width: 150px;
  color: #999999;
}

.form-standart__label.is-captcha {
  padding-bottom: 1em;
  vertical-align: bottom;
}

.form-standart__item {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 10px 10px;
}

.form-standart__item:after {
  content: '';
  display: block;
  clear: both;
}

.form-standart__item input[type='text'],
.form-standart__item input[type='email'],
.form-standart__item input[type='password'],
.form-standart__item input[type='tel'],
.form-standart__item textarea {
  width: 100%;
}

.form-standart__add-link {
  display: inline-block;
  margin-left: 1em;
}

.form-standart__list {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

.form-standart__list.is-horizontal {
  margin: 0;
}

.form-standart__list.is-horizontal .form-standart__list-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 1.5em;
}

.form-standart__list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart__list-item:first-child {
  margin-top: 0;
}

.form-standart__list-item:last-child {
  margin-bottom: 0;
}

.form-standart__error {
  display: none;
  color: #c10000;
}

.form-standart__none {
  display: none;
  font-size: 10px;
  color: #c5203e;
}

.form-standart__ok {
  display: none;
  margin-top: 5px;
}

.form-standart__remark {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 85%;
}

.form-standart__inputs {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.form-standart__message {
  float: left;
  max-width: 35%;
  margin-top: 3px;
}

.form-standart__inputs-link {
  display: inline-block;
  padding-top: 5px;
  margin-right: 1em;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.form-standart__link {
  display: inline-block;
  color: #0a3255;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 10px;
}

.form-standart__link:hover {
  text-decoration: none;
}

.form-standart__captcha {
  display: table;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart__captcha:first-child {
  margin-top: 0;
}

.form-standart__captcha:last-child {
  margin-bottom: 0;
}

.form-standart__captcha-img {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.form-standart__captcha-img img {
  vertical-align: top;
}

.form-standart__captcha-reload {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}

.form-standart__socials-holder {
  padding: 15px 25px 25px;
  background-color: #ccc;
}

.form-standart__socials-caption {
  font-weight: bold;
  font-size: 128.57143%;
  text-align: center;
}

.form-standart__socials {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-standart__socials:first-child {
  margin-top: 0;
}

.form-standart__socials:last-child {
  margin-bottom: 0;
}

.form-standart__socials-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em;
  margin-left: .25em;
}

.form-standart__socials-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #eee;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
}

.form-standart__socials-link.is-ok {
  line-height: 50px;
  font-size: 20px;
}

.form-standart__socials-link.is-ok:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.form-standart__socials-link.is-vk {
  line-height: 50px;
  font-size: 20px;
}

.form-standart__socials-link.is-vk:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.form-standart__socials-link.is-tw {
  line-height: 50px;
  font-size: 20px;
}

.form-standart__socials-link.is-tw:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.form-standart__socials-link.is-fb {
  line-height: 50px;
  font-size: 20px;
}

.form-standart__socials-link.is-fb:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.form-standart__link-items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart__link-items:first-child {
  margin-top: 0;
}

.form-standart__link-items:last-child {
  margin-bottom: 0;
}

.form-standart__link-item {
  display: inline-block;
}

.form-standart__link-item:before {
  content: ' | ';
  margin-left: .5em;
  margin-right: .5em;
}

.form-standart__link-item:first-child:before {
  content: none;
}

.form-standart__personal-data-label {
  font-size: 12px;
  line-height: 12px;
}

.form-standart .select2-container {
  min-width: 100%;
  max-width: 100%;
}

.form-standart__star {
  color: red;
}

.form-standart__common-error-text {
  color: #c10000;
}

.form-standart.is-auth .form-standart__label {
  width: 50px;
}

.form-standart.is-subscribe .form-standart__plate {
  background: transparent;
  padding: 0;
}

.form-standart.is-full-width {
  width: 100%;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .form-standart .form-standart__title {
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
    font-family: "GothamSSm", sans-serif;
    color: #0a3255;
  }
  .form-standart .form-standart__fields-list {
    display: block;
  }
  .form-standart .form-standart__field {
    display: block;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-standart .form-standart__field:first-child {
    margin-top: 0;
  }
  .form-standart .form-standart__field:last-child {
    margin-bottom: 0;
  }
  .form-standart .form-standart__field.js-pass-change.is-visible {
    display: block;
  }
  .form-standart .form-standart__field.js-pass-change, .form-standart .form-standart__field.is-hidden {
    display: none;
  }
  .form-standart .form-standart__label {
    display: block;
    padding: 0;
    width: auto;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .form-standart .form-standart__label:first-child {
    margin-top: 0;
  }
  .form-standart .form-standart__label:last-child {
    margin-bottom: 0;
  }
  .form-standart .form-standart__item {
    position: relative;
    display: block;
    padding: 0;
  }
  .form-standart .form-standart__message {
    position: absolute;
    bottom: 100%;
    right: 0;
  }
  .form-standart .form-standart__inputs {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .form-standart .form-standart__message {
    float: none;
    width: auto;
    max-width: none;
  }
  .form-standart .form-standart__plate {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .form-standart .form-standart__plate {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fancybox-inner .form-standart .form-standart__plate {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .fancybox-inner .form-standart .form-standart__plate {
    margin-left: 0;
    margin-right: 0;
  }
  .form-standart .form-standart__title {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .fancybox-inner .form-standart .form-standart__title {
    padding-right: 20px !important;
  }
  .form-standart .form-standart__label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .form-standart .form-standart__label.is-empty {
    display: none;
  }
  .form-standart .form-standart__field {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-standart .form-standart__field:first-child {
    margin-top: 0;
  }
  .form-standart .form-standart__field:last-child {
    margin-bottom: 0;
  }
}

.form-standart.is-subscribe .form-standart__label {
  display: none;
}

.form-standart.is-subscribe .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-subscribe .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-promo .form-standart__title {
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  text-align: left;
  margin-bottom: 30px;
  font-family: "GothamSSm", sans-serif;
  color: #0a3255;
}

.form-standart.is-promo .form-standart__fields-list {
  display: block;
}

.form-standart.is-promo .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-standart.is-promo .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-promo .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-promo .form-standart__field.js-pass-change.is-visible {
  display: block;
}

.form-standart.is-promo .form-standart__field.js-pass-change, .form-standart.is-promo .form-standart__field.is-hidden {
  display: none;
}

.form-standart.is-promo .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-promo .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-promo .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-promo .form-standart__item {
  position: relative;
  display: block;
  padding: 0;
}

.form-standart.is-promo .form-standart__message {
  position: absolute;
  bottom: 100%;
  right: 0;
}

.form-standart.is-promo .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-promo .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-auth .form-standart__inputs {
  width: auto;
  float: none;
  max-width: none;
  margin-right: 0;
}

.form-standart.is-auth .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
  margin-left: 0;
  position: absolute;
}

.form-standart.is-condensed-feedback .form-standart__title {
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  text-align: left;
  margin-bottom: 30px;
  font-family: "GothamSSm", sans-serif;
  color: #0a3255;
}

.form-standart.is-condensed-feedback .form-standart__fields-list {
  display: block;
}

.form-standart.is-condensed-feedback .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-standart.is-condensed-feedback .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-condensed-feedback .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-condensed-feedback .form-standart__field.js-pass-change.is-visible {
  display: block;
}

.form-standart.is-condensed-feedback .form-standart__field.js-pass-change, .form-standart.is-condensed-feedback .form-standart__field.is-hidden {
  display: none;
}

.form-standart.is-condensed-feedback .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-condensed-feedback .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-condensed-feedback .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-condensed-feedback .form-standart__item {
  position: relative;
  display: block;
  padding: 0;
}

.form-standart.is-condensed-feedback .form-standart__message {
  position: absolute;
  bottom: 100%;
  right: 0;
}

.form-standart.is-condensed-feedback .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-condensed-feedback .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-modal {
  background-color: #f4f5f6;
  padding: 35px 50px;
}

@media screen and (max-width: 767px) {
  .form-standart.is-modal {
    padding: 25px 20px;
  }
}

.form-standart.is-modal .form-standart__title {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.form-standart.is-modal .form-standart__label {
  padding-right: 0;
  text-align: right;
  width: 70px;
}

@media screen and (min-width: 768px) {
  .form-standart.is-modal .form-standart__label {
    white-space: nowrap;
  }
}

.form-standart.is-modal .form-standart__inputs {
  padding-right: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .form-standart.is-modal .form-standart__inputs {
    white-space: nowrap;
  }
}

.form-standart.is-modal .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-modal .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-modal .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-modal .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-contacts .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-contacts .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-contacts .form-standart__title {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.form-standart.is-contacts .form-standart__label {
  padding-right: 0;
  white-space: nowrap;
  text-align: left;
  width: 70px;
}

.form-standart.is-contacts .form-standart__inputs {
  padding-right: 0;
  white-space: nowrap;
  text-align: left;
}

.form-standart.is-contacts .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-contacts .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-pass-recovery .form-standart__title {
  margin-left: 0;
  margin-right: 0;
  font-size: 185.71429%;
  font-weight: 400;
  margin-bottom: 20px;
}

.form-standart.is-pass-recovery .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-pass-recovery .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-pass-recovery .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-pass-recovery .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-pass-recovery .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-pass-recovery .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-pass-recovery .form-standart__item {
  display: block;
  padding: 0;
}

.form-standart.is-pass-recovery .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-pass-recovery .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-hor .form-standart__title {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.form-standart.is-hor .form-standart__title:last-child {
  margin-bottom: 0;
}

.form-standart.is-hor .form-standart__fields-list {
  text-align: center;
}

.form-standart.is-ver .form-standart__title {
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  text-align: left;
  margin-bottom: 30px;
  font-family: "GothamSSm", sans-serif;
  color: #0a3255;
}

.form-standart.is-ver .form-standart__fields-list {
  display: block;
}

.form-standart.is-ver .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-standart.is-ver .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-ver .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-ver .form-standart__field.js-pass-change.is-visible {
  display: block;
}

.form-standart.is-ver .form-standart__field.js-pass-change, .form-standart.is-ver .form-standart__field.is-hidden {
  display: none;
}

.form-standart.is-ver .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-ver .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-ver .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-ver .form-standart__item {
  position: relative;
  display: block;
  padding: 0;
}

.form-standart.is-ver .form-standart__message {
  position: absolute;
  bottom: 100%;
  right: 0;
}

.form-standart.is-pla .form-standart__label {
  display: none;
}

.form-standart.is-ver .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-ver .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-e2 .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-e2 .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-e3 .form-standart__inputs {
  width: auto;
  float: none;
  max-width: none;
  margin-right: 0;
}

.form-standart.is-e3 .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
  margin-left: 0;
  position: absolute;
}

.form-standart.is-auth-form .form-standart__title {
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  text-align: left;
  margin-bottom: 30px;
  font-family: "GothamSSm", sans-serif;
  color: #0a3255;
}

.form-standart.is-auth-form .form-standart__fields-list {
  display: block;
}

.form-standart.is-auth-form .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-standart.is-auth-form .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-auth-form .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-auth-form .form-standart__field.js-pass-change.is-visible {
  display: block;
}

.form-standart.is-auth-form .form-standart__field.js-pass-change, .form-standart.is-auth-form .form-standart__field.is-hidden {
  display: none;
}

.form-standart.is-auth-form .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-auth-form .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-auth-form .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-auth-form .form-standart__item {
  position: relative;
  display: block;
  padding: 0;
}

.form-standart.is-auth-form .form-standart__message {
  position: absolute;
  bottom: 100%;
  right: 0;
}

.form-standart.is-auth-form .form-standart__label {
  display: none;
}

.form-standart.is-auth-form .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-auth-form .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-flat .form-standart__title {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.form-standart.is-flat .form-standart__title:last-child {
  margin-bottom: 0;
}

.form-standart.is-flat .form-standart__fields-list {
  text-align: center;
}

.form-standart.is-flat .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-flat .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-oneliner .form-standart__title {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.form-standart.is-oneliner .form-standart__title:last-child {
  margin-bottom: 0;
}

.form-standart.is-oneliner .form-standart__fields-list {
  text-align: center;
  width: auto;
  display: block;
  position: relative;
  margin-left: -2.08333%;
}

.form-standart.is-oneliner .form-standart__fields-list:after {
  content: '';
  display: block;
  clear: left;
}

.form-standart.is-oneliner .form-standart__field {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0px 0 20px 20px;
  text-align: left;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

.form-standart.is-oneliner .form-standart__field.is-field-btn {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 97.91666%;
  margin-left: 2.08333%;
  display: block;
  text-align: center;
  margin-top: 0px;
}

.form-standart.is-oneliner .form-standart__field.is-field-btn:first-child {
  margin-top: 0;
}

.form-standart.is-oneliner .form-standart__field.is-field-btn .form-standart__label {
  font-size: 0;
}

.form-standart.is-oneliner .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.1em;
}

.form-standart.is-oneliner .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-oneliner .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-oneliner .form-standart__fields-list {
  text-align: center;
}

.form-standart.is-oneliner .form-standart__item {
  display: block;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .form-standart.is-oneliner .form-standart__title {
    margin-left: 0;
    margin-right: 0;
  }
  .form-standart.is-oneliner .form-standart__field {
    display: block;
    padding: 0;
    width: auto;
    float: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .form-standart.is-oneliner .form-standart__field:first-child {
    margin-top: 0;
  }
  .form-standart.is-oneliner .form-standart__field:last-child {
    margin-bottom: 0;
  }
  .form-standart.is-oneliner .form-standart__field.js-pass-change.is-visible {
    display: block;
  }
  .form-standart.is-oneliner .form-standart__field.js-pass-change, .form-standart.is-oneliner .form-standart__field.is-hidden {
    display: none;
  }
  .form-standart.is-oneliner .form-standart__label {
    display: block;
    padding: 0;
    width: auto;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .form-standart.is-oneliner .form-standart__label:first-child {
    margin-top: 0;
  }
  .form-standart.is-oneliner .form-standart__label:last-child {
    margin-bottom: 0;
  }
  .form-standart.is-oneliner .form-standart__item {
    display: block;
    padding: 0;
  }
  .form-standart.is-oneliner .form-standart__inputs {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .form-standart.is-oneliner .form-standart__message {
    float: none;
    width: auto;
    max-width: none;
  }
  .form-standart.is-oneliner .form-standart__plate {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .form-standart.is-oneliner .form-standart__plate {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fancybox-inner .form-standart.is-oneliner .form-standart__plate {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .fancybox-inner .form-standart.is-oneliner .form-standart__plate {
    margin-left: 0;
    margin-right: 0;
  }
  .form-standart.is-oneliner .form-standart__title {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .fancybox-inner .form-standart.is-oneliner .form-standart__title {
    padding-right: 20px !important;
  }
  .form-standart.is-oneliner .form-standart__label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .form-standart.is-oneliner .form-standart__label.is-empty {
    display: none;
  }
  .form-standart.is-oneliner .form-standart__field {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-standart.is-oneliner .form-standart__field:first-child {
    margin-top: 0;
  }
  .form-standart.is-oneliner .form-standart__field:last-child {
    margin-bottom: 0;
  }
}

.form-standart.is-promo .form-standart__title {
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  text-align: left;
  margin-bottom: 30px;
  font-family: "GothamSSm", sans-serif;
  color: #0a3255;
}

.form-standart.is-promo .form-standart__fields-list {
  display: block;
}

.form-standart.is-promo .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-standart.is-promo .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-promo .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-promo .form-standart__field.js-pass-change.is-visible {
  display: block;
}

.form-standart.is-promo .form-standart__field.js-pass-change, .form-standart.is-promo .form-standart__field.is-hidden {
  display: none;
}

.form-standart.is-promo .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-promo .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-promo .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-promo .form-standart__item {
  position: relative;
  display: block;
  padding: 0;
}

.form-standart.is-promo .form-standart__message {
  position: absolute;
  bottom: 100%;
  right: 0;
}

.form-standart.is-promo .form-standart__title {
  font-size: 140%;
  margin-bottom: 20px;
}

.form-standart.is-promo .form-standart__title:last-child {
  margin-bottom: 0;
}

.form-standart.is-promo .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-promo .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-offer .form-standart__title {
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  text-align: left;
  margin-bottom: 30px;
  font-family: "GothamSSm", sans-serif;
  color: #0a3255;
}

.form-standart.is-offer .form-standart__fields-list {
  display: block;
}

.form-standart.is-offer .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-standart.is-offer .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-offer .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-offer .form-standart__field.js-pass-change.is-visible {
  display: block;
}

.form-standart.is-offer .form-standart__field.js-pass-change, .form-standart.is-offer .form-standart__field.is-hidden {
  display: none;
}

.form-standart.is-offer .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-offer .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-offer .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-offer .form-standart__item {
  position: relative;
  display: block;
  padding: 0;
}

.form-standart.is-offer .form-standart__message {
  position: absolute;
  bottom: 100%;
  right: 0;
}

.form-standart.is-offer .form-standart__title {
  font-size: 140%;
  margin-bottom: 20px;
}

.form-standart.is-offer .form-standart__title:last-child {
  margin-bottom: 0;
}

.form-standart.is-offer .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-offer .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-offer .form-standart__field.is-field-btn .form-standart__label {
  display: none;
}

/*
.form-standart.is-promo {
	.form-standart {
		&__title {
		    font-size: 140%;
			@include mbot;
		}
	}
}
*/
.form-standart__field.is-personal-data {
  clear: both;
  text-align: left;
  width: 100% !important;
}

.form-standart__field.is-personal-data .form-standart__inputs {
  display: inline-block;
  width: auto;
}

.form-standart__field.is-personal-data.is-none .form-standart__none {
  display: block;
}

.fancybox-inner .form-standart__field.is-personal-data .form-standart__item {
  max-width: 410px;
  display: table;
}

.fancybox-inner .form-standart__field.is-personal-data .form-standart__personal-data-label {
  font-size: 12px;
}

.formfeedback {
  background-color: #f4f5f6;
  margin: 50px 0px 30px 0px;
  padding: 30px;
  clear: both;
}

.formfeedback .bg-danger {
  background-color: transparent;
  color: #c5203e;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.formfeedback .bg-danger p {
  color: #c5203e;
}

.formfeedback .form-control {
  width: 100%;
  margin-bottom: 15px;
}

.formfeedback textarea {
  height: 165px;
}

.formfeedback__row {
  position: relative;
  margin-left: -2.08333%;
}

.formfeedback__row:after {
  content: '';
  display: block;
  clear: left;
}

.formfeedback__leftcol {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 767px) {
  .formfeedback__leftcol {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

.formfeedback__rightcol {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 64.58333%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 767px) {
  .formfeedback__rightcol {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 767px) {
  .formfeedback__rightcol {
    margin-bottom: 15px;
  }
}

.formfeedback__bottom {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 97.91666%;
  margin-left: 2.08333%;
  margin-bottom: 15px;
}

.formfeedback__bottom .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.formfeedback__bottom .form-group img, .formfeedback__bottom .form-group p {
  margin-right: 9px;
  margin-bottom: 10px;
}

.formfeedback__bottom .form-group input {
  max-width: 100%;
  margin-bottom: 10px;
}

.formfeedback__filetype {
  margin-top: -4px;
  font-size: 12px;
  color: #888888;
}

.formfeedback input.file-upload-input {
  width: 100%;
  border: none;
  padding: 0;
  background: none;
}

.functions {
  margin: 15px 0 50px;
}

@media screen and (max-width: 1023px) {
  .functions {
    margin-bottom: 10px;
  }
}

.functions__columns {
  position: relative;
  margin-left: -2.08333%;
}

.functions__columns:after {
  content: '';
  display: block;
  clear: left;
}

.functions__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 1023px) {
  .functions__item {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 1023px) {
  .functions__item {
    margin-bottom: 25px;
  }
}

.functions__img-holder {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 60%;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .functions__img-holder {
    margin-bottom: 15px;
  }
}

.functions__img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.functions__item-title {
  margin-bottom: 20px;
  font-family: "GothamSSm", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 1023px) {
  .functions__item-title {
    margin-bottom: 15px;
    font-size: 15px;
  }
}

.functions__text {
  font-size: 12px;
}

#geo-map {
  width: 100%;
  height: 470px;
}

@media screen and (max-width: 1023px) {
  #geo-map {
    display: none;
  }
}

.geo {
  /*[class$='-balloon__close'] + [class$='-balloon__content'] {
	    margin-right: 180px;
	}
	[class$='-balloon__close'] {
	    right: 180px;
	}*/
  /*[class$='-balloon'] {
	    transform: translateX(-30%);
	    margin-top: -20px;
	}
	[class$='-balloon__tail'] {
	    z-index: -1;
	    left: 0;
	    right: 0;
	    margin-left: auto;
	    margin-right: auto;
	}*/
}

.geo__control-center {
  max-width: 1400px;
  margin: auto;
}

.geo__icon-text {
  color: #FFFFFF;
  white-space: nowrap;
  font-family: Roboto, Arial, sans-serif;
}

.geo__balloon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, Arial, sans-serif;
}

.geo__balloon-content {
  position: relative;
  padding: 20px;
  width: 320px;
}

@media screen and (max-width: 1023px) {
  .geo__balloon-content {
    padding: 20px 30px;
    color: #333;
    margin: auto;
  }
}

.geo__balloon-heading {
  margin-bottom: 10px;
  font-size: 15px;
  color: #cc3333;
}

.geo__balloon-desc {
  margin-bottom: 20px;
}

.geo__balloon-place {
  margin-bottom: 25px;
  color: #666;
}

.geo__balloon-phone, .geo__balloon-email {
  color: #999;
}

.geo__balloon-phone span, .geo__balloon-email span {
  color: #666;
}

.geo__control {
  background-color: #0a3255;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .geo__control {
    position: relative;
    max-width: 100%;
    overflow: hidden;
  }
}

.geo__control-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .geo__control-list {
    display: block;
    -webkit-transition: ease 0.5s;
         -o-transition: ease 0.5s;
            transition: ease 0.5s;
  }
  .is-active .geo__control-list {
    -webkit-transform: translateX(-100vw);
         -o-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}

.geo__control-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding: 45px 25px;
  text-align: center;
  cursor: pointer;
}

.geo__control-item:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c4133e;
  -webkit-transform: skew(-20deg) scale(0, 1);
       -o-transform: skew(-20deg) scale(0, 1);
          transform: skew(-20deg) scale(0, 1);
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: ease 0.35s;
       -o-transition: ease 0.35s;
          transition: ease 0.35s;
}

.geo__control-item:hover .geo__control-text, .geo__control-item.is-active .geo__control-text {
  opacity: 0;
}

.geo__control-item:hover .geo__control-logo, .geo__control-item.is-active .geo__control-logo {
  opacity: 1;
}

.geo__control-item:hover:before, .geo__control-item.is-active:before {
  -webkit-transform: skew(-20deg) scale(1, 1);
       -o-transform: skew(-20deg) scale(1, 1);
          transform: skew(-20deg) scale(1, 1);
}

@media screen and (max-width: 1023px) {
  .geo__control-item {
    position: static;
    padding: 0 30px;
    text-align: left;
  }
  .geo__control-item:before {
    display: none;
  }
  .geo__control-item:hover .geo__control-text, .geo__control-item.is-active .geo__control-text {
    opacity: 1;
  }
}

@media screen and (max-width: 1023px) {
  .geo__control-first {
    position: relative;
    padding: 30px 0 20px;
    border-bottom: 1px solid #0c406d;
  }
  .geo__control-first:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.geo__control-text {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: 30px;
  font-size: 15px;
  border-bottom: 1px dashed;
  -webkit-transition: opacity ease 0.35s;
       -o-transition: opacity ease 0.35s;
          transition: opacity ease 0.35s;
  /*.is-active & {
			margin-left: 0;
			&:before {
		        right: -100%;
			    left: -100%;
			    width: 130px;
			    height: 45px;
				background-size: contain;
				background-position: center;
			}
		}*/
}

.geo__control-text:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 110%;
  top: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 25px;
  margin: auto;
  background-repeat: no-repeat;
  -webkit-background-size: 25px 25px;
          background-size: 25px 25px;
  background-position: left center;
  /*.is-earth.is-active & {
				background-image: url(../img/map-mark-earth.png);
			}
			.is-water.is-active & {
				background-image: url(../img/map-logo-water.png);
			}*/
}

.is-earth .geo__control-text:before {
  background-image: url(../img/map-mark-earth.png);
}

.is-water .geo__control-text:before {
  background-image: url(../img/map-mark-water.png);
}

@media screen and (max-width: 1023px) {
  .geo__control-text {
    margin-left: 45px;
    border-bottom: none;
    line-height: 1;
    vertical-align: bottom;
  }
  .geo__control-text:before {
    top: auto;
    left: -45px;
    width: 25px;
    height: 25px;
    -webkit-background-size: 20px 20px;
            background-size: 20px 20px;
  }
}

.geo__control-logo {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100px;
  height: 45px;
  opacity: 0;
  -webkit-transition: opacity ease 0.35s;
       -o-transition: opacity ease 0.35s;
          transition: opacity ease 0.35s;
  will-change: opacity;
}

@media screen and (max-width: 1023px) {
  .geo__control-logo {
    display: none;
  }
}

.geo__balloon-images {
  right: 0;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .geo__balloon-images {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    right: 0;
    top: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
  }
}

.geo__balloon-img {
  width: 180px;
  display: block;
}

.geo__map-img {
  display: block;
  margin: auto;
}

.geo .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}

.geo .popover .arrow, .geo .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.geo .popover .arrow {
  border-width: 11px;
}

.geo .popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.geo .popover .arrow:after {
  border-width: 10px;
  content: "";
}

.geo .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.geo .close {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 13px;
  height: 13px;
  overflow: hidden;
  cursor: pointer;
}

.geo .close:before, .geo .close:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #5f5f5f;
  -webkit-transition: ease 0.35s;
       -o-transition: ease 0.35s;
          transition: ease 0.35s;
}

.geo .close:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.geo .close:after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.geo .close:hover:before, .geo .close:hover:after {
  background-color: #c5203e;
}

.geo__item-info {
  position: absolute;
  display: none;
  background-color: #fff;
  top: 0;
  left: 100%;
  width: 100vw;
  min-height: 100%;
}

@media screen and (max-width: 1023px) {
  .geo__item-info {
    display: block;
  }
  .is-open .geo__item-info {
    z-index: 9000;
  }
}

.geo__list-title {
  display: none;
  padding: 25px 0 20px;
  margin: 0 30px;
  font-family: "GothamSSm", sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #0c406d;
}

@media screen and (max-width: 1023px) {
  .geo__list-title {
    display: block;
  }
}

.geo__control-place {
  display: none;
  position: absolute;
  top: -20px;
  font-size: 12px;
  color: #c5203e;
  white-space: nowrap;
}

@media screen and (max-width: 1023px) {
  .geo__control-place {
    display: block;
  }
}

.geo__control-back {
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 71px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  background-color: #0a3255;
}

.geo__control-back:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  width: 200px;
  margin: auto;
  height: 100%;
  background-color: #c4133e;
  -webkit-transform: skew(-20deg);
       -o-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: ease 0.35s;
       -o-transition: ease 0.35s;
          transition: ease 0.35s;
}

.geo__control-back:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  display: block;
  width: 55px;
  height: 50px;
  margin: auto;
  background-image: url(../img/arrow-w.svg);
  background-position: left center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.geo__back-logo {
  display: block;
  margin: auto;
  position: relative;
  z-index: 2;
  width: 120px;
}

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

@media screen and (max-width: 1023px) {
  .hazard__title {
    margin-bottom: 20px;
  }
}

.hazard__list {
  position: relative;
  margin-left: -2.08333%;
}

.hazard__list:after {
  content: '';
  display: block;
  clear: left;
}

.hazard__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
  margin-bottom: 55px;
}

@media screen and (max-width: 1210px) {
  .hazard__item {
    width: 47.91667%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 767px) {
  .hazard__item {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 1023px) {
  .hazard__item {
    margin-bottom: 20px;
  }
}

.hazard__item-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .hazard__item-content {
    margin: auto;
    max-width: 320px;
  }
}

.hazard__item-list.marked {
  float: left;
  overflow: hidden;
  margin-left: 20px;
  max-width: -webkit-calc(100% - 150px);
  max-width: calc(100% - 150px);
}

.hazard__item-list.marked > li {
  font-weight: 400;
  margin-bottom: 4px;
}

.hazard__item-img {
  float: left;
}

.header__menu-item.toggle span, .header__menu-item.toggle:before, .header__menu-item.toggle:after {
  display: block;
  position: absolute;
  z-index: 6;
  top: 0;
  bottom: 0;
  background-color: #0a3255;
  width: 100%;
  height: 2px;
}

@media screen and (min-width: 1024px) {
  .is-light-header .header__menu-item.toggle span, .header__menu-item.toggle .is-light-header span, .is-light-header .header__menu-item.toggle:before, .is-light-header .header__menu-item.toggle:after {
    background-color: #fff;
  }
}

.header {
  position: relative;
  width: 100%;
  z-index: 900;
  /*	&__lang {
		appearance: none;
		padding-right: 15px;
	    border: none;
	    cursor: pointer;
	    background-color: transparent;
	    background-image: url(../img/select-arrow.png);
	    background-size: 6px 4px;
	    background-position: right center;
		background-repeat: no-repeat;
		&::-ms-expand {
		  display: none;
		}
	}*/
}

.with-screen .header {
  position: absolute;
}

@media screen and (max-width: 1023px) {
  .header {
    position: fixed;
    top: 0;
    height: 70px;
    background: #fff;
  }
  .with-screen .header {
    position: fixed;
  }
}

.header__center {
  position: relative;
}

.header__top, .header__bottom {
  clear: both;
}

.header__columns {
  position: relative;
  margin-left: -2.08333%;
}

.header__columns:after {
  content: '';
  display: block;
  clear: left;
}

.header__logo {
  position: relative;
  width: 85px;
  margin-right: 50px;
  margin-top: -10px;
}

@media screen and (max-width: 1023px) {
  .header__logo {
    margin-right: 0;
    width: 90px;
  }
}

.header__logo-img {
  width: 100%;
}

.header__logo-text {
  position: absolute;
  right: 0;
  font-size: 11px;
  line-height: 1;
  display: block;
  font-style: italic;
  text-align: right;
  color: #0a3255;
}

@media screen and (max-width: 1023px) {
  .header__logo-text {
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
  }
}

.header__logo-text.is-en {
  text-align: left;
  white-space: nowrap;
}

.header__logo-secondline {
  font-size: 9px;
}

.header__logo-text-mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .header__logo-text-mobile {
    display: inline;
    font-size: 8px;
    color: #0a3255;
  }
}

.header__logo-text-desktop {
  font-size: 11px;
  color: #0a3255;
}

@media screen and (max-width: 1023px) {
  .header__logo-text-desktop {
    display: none;
  }
}

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 40px 0 35px;
}

@media screen and (max-width: 1023px) {
  .header__nav {
    padding: 20px 0;
  }
}

.header__search-toggle {
  position: relative;
  display: block;
  height: 13px;
  width: 13px;
  margin-right: 30px;
  margin-left: auto;
  margin-bottom: 5px;
  cursor: pointer;
}

.header__search-toggle:before, .header__search-toggle:after {
  content: '';
  position: absolute;
  display: block;
  -webkit-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}

.header__search-toggle:before {
  border: 2px solid #0a3255;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -2px;
}

@media screen and (min-width: 1024px) {
  .is-light-header .header__search-toggle:before {
    border-color: #fff;
  }
}

.header__search-toggle:after {
  height: 2px;
  width: 10px;
  background: #0a3255;
  top: 13px;
  left: 10px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 1024px) {
  .is-light-header .header__search-toggle:after {
    background-color: #fff;
  }
}

.header__search-toggle:hover:before, .header__search-toggle.is-open:before {
  border-color: #c5203e;
}

.header__search-toggle:hover:after, .header__search-toggle.is-open:after {
  background-color: #c5203e;
}

.header__search-toggle.is-open:after {
  width: 16px;
  left: -3px;
  top: 6px;
}

.header__search-toggle.is-open:before {
  width: 0;
  border-width: 1px;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -1px;
  left: 4px;
}

@media screen and (max-width: 1023px) {
  .header__search-toggle {
    margin-left: 20px;
  }
}

.header.show .header__menu .header__menu-item {
  -webkit-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.header.show .header__search-box {
  width: -webkit-calc(100% - 5em);
  width: calc(100% - 5em);
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .header__menu {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .header__menu-item {
    display: none;
  }
}

.header__menu-item.toggle {
  width: 17px;
  height: 14px;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .header__menu-item.toggle {
    display: block;
  }
}

.header__menu-item.toggle .header__menu-link {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
}

.header__menu-item.toggle span {
  -webkit-transition: ease-in-out 0.2s;
       -o-transition: ease-in-out 0.2s;
          transition: ease-in-out 0.2s;
  text-decoration: none;
}

.header__menu-item.toggle:before, .header__menu-item.toggle:after {
  content: "";
  -webkit-transition: ease-in-out 0.2s;
       -o-transition: ease-in-out 0.2s;
          transition: ease-in-out 0.2s;
}

.header__menu-item.toggle:before {
  margin-top: 10px;
}

.header__menu-item.toggle:after {
  margin-top: 5px;
}

.header__menu-item.toggle:not(.is-open):hover:before, .header__menu-item.toggle:not(.is-open):hover:after {
  width: 10px;
  margin-top: 5px;
}

.header__menu-item.toggle:not(.is-open):hover:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__menu-item.toggle:not(.is-open):hover:after {
  left: 6px;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__menu-item.toggle:hover span {
  opacity: 0;
  background-color: #c5203e;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.header__menu-item.toggle:hover:before, .header__menu-item.toggle:hover:after {
  background-color: #c5203e;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.header__menu-item.toggle.is-open span {
  background-color: rgba(197, 32, 62, 0);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.header__menu-item.toggle.is-open:before, .header__menu-item.toggle.is-open:after {
  margin-top: 5px;
  -webkit-transition-delay: 0s, 0.25s, 0.25s;
       -o-transition-delay: 0s, 0.25s, 0.25s;
          transition-delay: 0s, 0.25s, 0.25s;
  background-color: #c5203e;
}

.header__menu-item.toggle.is-open:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__menu-item.toggle.is-open:after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__menu-link {
  display: block;
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
  color: #0a3255;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}

.header__menu-link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .is-light-header .header__menu-link {
    color: #fff;
  }
}

.header__search-button {
  margin-left: auto;
}

.header__lang-toggle {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
  color: #0a3255;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
       -o-transition: color 0.2s;
          transition: color 0.2s;
}

.header__lang-toggle:before, .header__lang-toggle:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  -webkit-transition: border-color 0.2s;
       -o-transition: border-color 0.2s;
          transition: border-color 0.2s;
}

.header__lang-toggle:after {
  border-width: 0;
}

.header__lang-toggle:hover, .header__lang-toggle.is-open {
  color: #c5203e;
}

.header__lang-toggle.is-open:before, .header__lang-toggle.is-open:after {
  width: 10px;
  border-width: 0;
  border-top-width: 2px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__lang-toggle.is-open:after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 1024px) {
  .is-light-header .header__lang-toggle {
    color: #fff;
    border-top-color: #fff;
  }
}

.header__bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header__bottom:first-child {
  margin-top: 0;
}

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

.header__bottom .header__columns {
  background: #888;
  margin-left: 0;
}

.header__bottom .menu-top,
.header__bottom .auth-link {
  float: left;
}

.header__bottom .menu-top {
  width: 100%;
  margin-left: 0;
}

.header__bottom .menu-top .menu-top__plate {
  min-height: 40px;
}

.header__bottom .menu-top__first-item {
  border: none;
}

.header__bottom .menu-top__first-link {
  padding: 10px 10px;
}

.header__bottom .menu-top.is-i-state .menu-top__second-level.two-column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
}

.header__bottom .menu-top.is-i-state .menu-top__second-level.four-column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.91667%;
  margin-left: 2.08333%;
}

.header__bottom .menu-top.is-i-state .menu-top__second-level.five-column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 17.91667%;
  margin-left: 2.08333%;
}

.header__bottom .menu-top.is-z-state .menu-top__second-level .menu-top__second-item:nth-child(3n+1) {
  clear: none;
}

.header__bottom .menu-top.is-z-state .menu-top__second-level.two-column .menu-top__second-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
}

.header__bottom .menu-top.is-z-state .menu-top__second-level.two-column .menu-top__second-item:nth-child(2n+1) {
  clear: left;
}

.header__bottom .menu-top.is-z-state .menu-top__second-level.three-column .menu-top__second-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

.header__bottom .menu-top.is-z-state .menu-top__second-level.three-column .menu-top__second-item:nth-child(3n+1) {
  clear: left;
}

.header__bottom .menu-top.is-z-state .menu-top__second-level.four-column .menu-top__second-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.91667%;
  margin-left: 2.08333%;
}

.header__bottom .menu-top.is-z-state .menu-top__second-level.four-column .menu-top__second-item:nth-child(4n+1) {
  clear: left;
}

.header__bottom .menu-top.is-z-state .menu-top__second-level.five-column .menu-top__second-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 17.91667%;
  margin-left: 2.08333%;
}

.header__bottom .menu-top.is-z-state .menu-top__second-level.five-column .menu-top__second-item:nth-child(5n+1) {
  clear: left;
}

.header__menu-list, .header__personal {
  float: left;
  display: inline-block;
}

.header__auth-and-compare {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.58333%;
  margin-left: 2.08333%;
}

.header .auth-link {
  padding: 10px 0;
}

.header .auth-link_item {
  margin-right: 1em;
}

.header__dropdown {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  background-color: #0a3255;
}

.header__dropdown .content-center, .header__dropdown .leaders__center {
  position: relative;
  padding: 35px 0;
}

.header__dropdown .content-center:before, .header__dropdown .leaders__center:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0a3255;
  position: absolute;
  top: -10px;
}

@media screen and (max-width: 1023px) {
  .header__dropdown .content-center:before, .header__dropdown .leaders__center:before {
    display: none;
  }
}

.header__dropdown.is-search .content-center:before, .header__dropdown.is-search .leaders__center:before {
  right: 60px;
}

.header__dropdown.is-lang .content-center, .header__dropdown.is-lang .leaders__center {
  padding: 0;
}

.header__dropdown.is-lang .content-center:before, .header__dropdown.is-lang .leaders__center:before {
  right: 10px;
}

.header__dropdown.is-menu .content-center:before, .header__dropdown.is-menu .leaders__center:before {
  left: 135px;
}

@media screen and (max-width: 1023px) {
  .header__dropdown {
    position: fixed;
    top: 70px;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    padding-bottom: 100px;
    overflow: auto;
  }
  .header__dropdown.is-lang .content-center, .header__dropdown.is-lang .leaders__center, .header__dropdown.is-menu .content-center, .header__dropdown.is-menu .leaders__center {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.header__lang-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 1023px) {
  .header__lang-list {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.header__lang-item {
  margin-left: 15%;
}

.header__lang-item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1023px) {
  .header__lang-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .header__lang-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: auto;
    border-bottom: 1px solid #0c406d;
  }
}

.header__lang-link {
  display: block;
  padding: 35px 0;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 4px solid transparent;
}

.header__lang-link.is-active {
  pointer-events: none;
  cursor: default;
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: #c5203e;
}

.header__lang-link:hover {
  border-bottom-color: #df3957;
}

@media screen and (max-width: 1023px) {
  .header__lang-link {
    padding: 25px;
    border-bottom: 0;
    border-left: 4px solid transparent;
  }
  .header__lang-link.is-active, .header__lang-link:hover {
    border-color: #c5203e;
  }
}

.header__search-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.header__search-box:before, .header__search-box:after {
  content: '';
  position: absolute;
  display: block;
  -webkit-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}

.header__search-box:before {
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 13px;
  height: 13px;
  left: 0px;
  top: 11px;
}

.header__search-box:after {
  height: 2px;
  width: 10px;
  background: #fff;
  top: 28px;
  left: 12px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 1023px) {
  .header__search-box {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .header__search-box .button-primary, .header__search-box .button-buy, .header__search-box .formfeedback button.file-upload-button, .formfeedback .header__search-box button.file-upload-button, .header__search-box .subscribe-edit input[type="submit"], .subscribe-edit .header__search-box input[type="submit"], .header__search-box .subscribe-form__button {
    width: 100%;
  }
}

.header__search-input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-right: 20px;
  padding-left: 40px;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.header__search-input::-webkit-input-placeholder {
  color: #fff;
}

.header__search-input::-moz-placeholder {
  color: #fff;
}

.header__search-input::placeholder {
  color: #fff;
}

.header__search-input:focus {
  border-color: #fff;
}

@media screen and (max-width: 1023px) {
  .header__search-input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.header-mobile {
  padding-top: 46px;
}

.header-mobile__line {
  height: 46px;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  background: #5d5d5d;
  z-index: 100;
}

.header-mobile.is-menu-opened .header-mobile__line {
  position: fixed;
}

.header-mobile__left {
  float: left;
}

.header-mobile__right {
  float: right;
}

.header-mobile__call, .header-mobile__search, .header-mobile__cart, .header-mobile__menu {
  display: inline-block;
  width: 46px;
  height: 46px;
  vertical-align: middle;
}

.header-mobile__call-link, .header-mobile__search-button, .header-mobile__cart-button, .header-mobile__menu-button {
  display: block;
  width: 46px;
  height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.header-mobile__call-link.is-active, .header-mobile__search-button.is-active, .header-mobile__cart-button.is-active, .header-mobile__menu-button.is-active {
  background: white;
}

.header-mobile__cart-button {
  text-indent: -6px;
}

.header-mobile__cart-counter {
  width: 15px;
  height: 15px;
  position: absolute;
  color: white;
  background: #0a3255;
  text-align: center;
  font-size: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  right: 6px;
  top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1px;
  text-indent: -1px;
}

.header-mobile__cart-empty {
  font-size: 150%;
  color: #999;
  text-align: center;
}

.header-mobile__catalog {
  display: inline-block;
  height: 46px;
  vertical-align: middle;
}

.header-mobile__catalog-button {
  display: inline-block;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 100%;
  text-transform: uppercase;
  line-height: 46px;
  color: white;
  text-decoration: none;
  color: white;
}

.header-mobile__catalog-button:hover {
  color: white;
}

.header-mobile__catalog-button:after {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 16px;
  margin-left: 8px;
}

.header-mobile__catalog-button.is-active {
  background: white;
  color: black;
}

.header-mobile__call-icon, .header-mobile__search-icon, .header-mobile__cart-icon, .header-mobile__menu-icon {
  color: white;
  font-size: 150%;
  line-height: 46px;
}

.is-active > .header-mobile__call-icon, .is-active > .header-mobile__search-icon, .is-active > .header-mobile__cart-icon, .is-active > .header-mobile__menu-icon {
  color: #0a3255;
}

.header-mobile__call-icon:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.header-mobile__search-icon:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.header-mobile__cart-icon:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.header-mobile__menu-icon:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.header-mobile__catalog-holder, .header-mobile__call-holder, .header-mobile__search-holder, .header-mobile__cart-holder, .header-mobile__menu-holder {
  background: white;
  position: fixed;
  left: 0;
  top: 46px;
  right: 0;
  z-index: 100;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 10px;
  overflow-y: scroll;
}

.header-mobile__catalog-holder.is-active, .header-mobile__call-holder.is-active, .header-mobile__search-holder.is-active, .header-mobile__cart-holder.is-active, .header-mobile__menu-holder.is-active {
  display: block;
}

.header-mobile__catalog-holder.is-fullscreen, .header-mobile__call-holder.is-fullscreen, .header-mobile__search-holder.is-fullscreen, .header-mobile__cart-holder.is-fullscreen, .header-mobile__menu-holder.is-fullscreen {
  bottom: 0;
}

.header-mobile__menu-holder a {
  color: #070707;
}

.header-mobile__catalog-holder {
  bottom: 0;
  padding: 0;
}

.header-mobile__menu-holder {
  bottom: 0;
}

.header-mobile__call-holder {
  text-align: center;
}

.header-mobile__plate-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-mobile__plate-item:first-child {
  margin-top: 0;
}

.header-mobile__plate-item:last-child {
  margin-bottom: 0;
}

.header-mobile__plate-section {
  border-bottom: 1px solid #cccccc;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .header-mobile__plate-section {
    margin-left: -10px;
    margin-right: -10px;
  }
  .fancybox-inner .header-mobile__plate-section {
    margin-left: 0;
    margin-right: 0;
  }
}

.header-mobile__plate-section:first-child {
  padding-top: 0;
}

.header-mobile__plate-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.header-mobile__plate-section.is-menu {
  padding: 0;
}

.header-mobile__plate-horlink {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.header-mobile__plate-horlink.is-links a {
  margin-right: 15px;
}

.header-mobile__plate-horlink.is-links a:last-child {
  margin-right: 0;
}

.header-mobile__plate-horlink:first-child {
  margin-left: 0;
}

.header-mobile__phone {
  font-size: 140%;
  width: 100%;
}

.header-mobile__callback {
  color: #0a3255;
}

.header-mobile__logo {
  background: white;
  padding: 10px;
}

.header-mobile__logo-img {
  display: block;
}

.header-mobile__exit {
  margin-left: 20px;
}

.header-mobile__exit:before {
  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;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.header-mobile__exit:before {
  margin-right: 5px;
}

.header-mobile .phone-wrap a {
  text-decoration: none;
  color: #555;
  font-size: 22px;
}

.img-block {
  position: relative;
  margin: 80px 0 60px;
  padding: 150px 0 180px;
  overflow: hidden;
  background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .img-block {
    margin: 25px 0 30px;
    padding: 0;
    background: transparent;
  }
}

.img-block__bg-holder {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .img-block__bg-holder {
    position: static;
  }
}

.img-block__bg-img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .img-block__bg-img {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    margin-bottom: 20px;
  }
}

.img-block__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.img-block__text {
  position: relative;
  z-index: 2;
  -webkit-flex-basis: 540px;
          flex-basis: 540px;
  font-size: 24px;
  color: #003366;
}

@media screen and (max-width: 767px) {
  .img-block__text {
    font-size: 15px;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}

.info-hub {
  max-width: 1400px;
  margin: auto;
}

.info-hub__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .info-hub__items {
    display: block;
  }
}

.info-hub__item {
  position: relative;
  -webkit-flex-basis: 350px;
          flex-basis: 350px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding: 100px 50px 60px;
  color: #fff;
  font-weight: 500;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .info-hub__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
    min-height: 165px;
    padding: 30px 15px 20px;
  }
}

.info-hub__item-title {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .info-hub__item-title {
    margin-bottom: 0;
  }
  .with-info .info-hub__item-title {
    margin-top: auto;
  }
}

.info-hub__item-info {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 30px;
}

@media screen and (max-width: 1023px) {
  .info-hub__item-info {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .info-hub__item-info {
    margin-top: 0;
    margin-bottom: auto;
  }
}

.info-hub__bg-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

.info-hub__bg-img {
  position: absolute;
  z-index: 1;
  min-width: 101%;
  min-height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.infograph {
  margin: 50px 0 100px;
}

@media screen and (max-width: 1023px) {
  .infograph {
    margin: 25px 0 0 0;
  }
}

@media screen and (max-width: 1023px) {
  .infograph__center {
    margin: 0;
    width: 100%;
  }
}

.infograph__block {
  padding: 65px 35px;
  background-color: #f4f5f6;
}

@media screen and (max-width: 1023px) {
  .infograph__block {
    padding: 30px 10px;
  }
}

.infograph__columns {
  position: relative;
  margin-left: -2.08333%;
}

.infograph__columns:after {
  content: '';
  display: block;
  clear: left;
}

.infograph__left-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 56.25%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 1023px) {
  .infograph__left-col {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 1023px) {
  .infograph__left-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.infograph__right-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 39.58333%;
  margin-left: 2.08333%;
  padding-left: 60px;
}

@media screen and (max-width: 1023px) {
  .infograph__right-col {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 1023px) {
  .infograph__right-col {
    padding-left: 0;
  }
}

.infograph__title {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .infograph__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    margin-bottom: 30px;
    font-weight: 500;
  }
}

.infograph__left-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .infograph__left-numbers {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
}

.infograph__img-holder {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .infograph__img-holder {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
    margin: 20px auto 30px;
  }
}

.infograph__item {
  margin-bottom: 40px;
}

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

.infograph__left-numbers .infograph__item {
  margin-bottom: 0;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 250px;
  margin-right: 50px;
}

@media screen and (max-width: 1023px) {
  .infograph__item {
    margin-bottom: 25px;
  }
  .infograph__left-numbers .infograph__item {
    margin-right: 25px;
  }
}

.infograph__number {
  margin-bottom: 10px;
  font-family: "GothamSSm", sans-serif;
  font-size: 30px;
  font-weight: 800;
}

@media screen and (max-width: 1023px) {
  .infograph__number {
    font-size: 24px;
    line-height: 1;
  }
}

.infograph__desc {
  font-size: 18px;
}

@media screen and (max-width: 1023px) {
  .infograph__desc {
    font-size: 14px;
  }
}

.infograph__img {
  max-width: 100%;
}

.intro-pic {
  position: relative;
  min-height: 220px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1023px) {
  .intro-pic {
    margin-bottom: 30px;
  }
}

.intro-pic__img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .intro-pic__img {
    position: static;
    max-width: 100%;
    margin: 0 auto 25px;
    display: block;
  }
}

.intro-pic__text {
  font-size: 17px;
}

.intro-pic__text p {
  margin-bottom: 30px;
}

.intro-pic__text p:nth-child(n+2) {
  max-width: 450px;
}

@media screen and (max-width: 1023px) {
  .intro-pic__text {
    margin: 30px 0;
    font-size: 13px;
  }
  .intro-pic__text p br {
    display: none;
  }
  .intro-pic__text p:nth-child(n+2) {
    max-width: none;
  }
}

.leaders__center {
  max-width: 1400px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .leaders__center {
    margin: 0;
  }
}

.leaders__item {
  -webkit-flex-basis: 33%;
          flex-basis: 33%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 467px;
  position: relative;
  padding-top: 39%;
}

@media screen and (max-width: 1210px) {
  .leaders__item {
    max-width: none;
  }
}

@media screen and (max-width: 1023px) {
  .leaders__item {
    -webkit-flex-basis: 320px;
            flex-basis: 320px;
    padding-top: 0;
    min-height: 350px;
  }
}

.leaders__content {
  position: absolute;
  z-index: 2;
  bottom: 45px;
  left: 55px;
  right: 55px;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .leaders__content {
    bottom: 35px;
    left: 10px;
    right: auto;
  }
}

.leaders__bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.leaders__bg-holder:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.9) 0px -200px 220px -70px;
          box-shadow: inset rgba(0, 0, 0, 0.9) 0px -200px 220px -70px;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
       -o-transition: box-shadow 0.5s ease;
          transition: box-shadow 0.5s ease;
}

@media screen and (max-width: 1023px) {
  .leaders__bg-holder:before {
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.9) 0px -130px 200px -70px;
            box-shadow: inset rgba(0, 0, 0, 0.9) 0px -130px 200px -70px;
  }
}

.leaders__bg-img {
  display: block;
  width: 100%;
}

.leaders__name {
  min-height: 68px;
  margin-bottom: 20px;
  font-family: "GothamSSm", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .leaders__name {
    min-height: unset;
    font-size: 17px;
  }
}

.leaders__position {
  min-height: 42px;
  font-size: 15px;
}

@media screen and (max-width: 1023px) {
  .leaders__position {
    min-height: unset;
    font-size: 12px;
  }
}

.leaders__links {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 32.8%;
}

@media screen and (max-width: 1023px) {
  .leaders__links {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-flex-basis: 320px;
            flex-basis: 320px;
  }
}

@media screen and (max-width: 639px) {
  .leaders__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}

.leaders__links-item {
  position: relative;
  display: block;
  width: 500px;
  height: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  min-height: 150px;
  padding: 35px 50px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.7) 0px -150px 110px -50px;
          box-shadow: inset rgba(0, 0, 0, 0.7) 0px -150px 110px -50px;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
       -o-transition: box-shadow 0.5s ease;
          transition: box-shadow 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.leaders__links-item:hover .leaders__links-bg:before {
  -webkit-box-shadow: inset black 0px -150px 310px -50px;
          box-shadow: inset black 0px -150px 310px -50px;
}

@media screen and (max-width: 639px) {
  .leaders__links-item {
    padding: 45% 15px 10px;
  }
}

.leaders__links-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
}

.leaders__links-bg:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.7) 0px -150px 110px -50px;
          box-shadow: inset rgba(0, 0, 0, 0.7) 0px -150px 110px -50px;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
       -o-transition: box-shadow 0.5s ease;
          transition: box-shadow 0.5s ease;
}

@media screen and (max-width: 639px) {
  .leaders__links-bg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
}

.leaders__links-img {
  position: relative;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 639px) {
  .leaders__links-img {
    min-width: unset;
    width: auto;
    height: 100%;
  }
}

.leaders__link-title {
  position: absolute;
  display: block;
  z-index: 3;
  bottom: 45px;
  height: 50px;
  padding-left: 75px;
}

.leaders__link-title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/types-arrow@2x.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 639px) {
  .leaders__link-title {
    bottom: 10px;
    height: auto;
    padding-left: 0;
  }
  .leaders__link-title:before {
    display: none;
  }
}

.leaders__links-title-text {
  position: relative;
  display: block;
  top: 50%;
  font-family: "GothamSSm", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 639px) {
  .leaders__links-title-text {
    font-size: 14px;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.menu-mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .menu-mobile {
    display: block;
  }
}

.menu-mobile__first-holder {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.5s;
       -o-transition: left 0.5s;
          transition: left 0.5s;
}

.is-level1 .menu-mobile__first-holder {
  left: -100%;
}

.menu-mobile__first-item {
  width: 100%;
  margin: 0;
}

.is-level1 .menu-mobile__first-item:not(.is-opened) {
  pointer-events: none;
  opacity: 0;
}

.menu-mobile__first-item.is-contain.is-opened .menu-mobile__first-link:after {
  -webkit-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-color: #c5203e;
}

.menu-mobile__first-item.is-opened .menu-mobile__second-holder {
  display: block;
}

.menu-mobile__first-link, .menu-mobile__second-link, .menu-mobile__level-link {
  position: relative;
  display: block;
  padding: 25px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

.menu-mobile__first-link:before, .menu-mobile__second-link:before, .menu-mobile__level-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: auto;
  border-bottom: 1px solid #0c406d;
}

.is-contain > .menu-mobile__first-link:after, .is-contain > .menu-mobile__second-link:after, .is-contain > .menu-mobile__level-link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: ease 0.2s;
       -o-transition: ease 0.2s;
          transition: ease 0.2s;
}

.menu-mobile__second-holder {
  display: none;
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
}

.menu-mobile__first-item.is-opened .menu-mobile__first-link, .menu-mobile__first-link:hover, .menu-mobile__level-link {
  color: rgba(255, 255, 255, 0.6);
  border-color: #c5203e;
  text-decoration: none;
}

.menu-mobile__level-link {
  border-color: transparent;
  font-weight: 500;
}

.menu-mobile__level-link:before {
  border-color: #c5203e;
}

.menu-mobile__level-link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 2px solid #c5203e;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.menu-mobile__second-level {
  list-style: none;
}

.menu-mobile__simple-link {
  display: block;
  padding: 5px 30px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.menu-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .menu-top {
    display: none;
  }
}

.menu-top__list {
  width: 25%;
}

.menu-top__link {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.menu-top__link:hover {
  text-decoration: underline;
}

.menu-top__item.is-title .menu-top__link {
  margin: 22px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.menu-top__item.is-title .menu-top__link:hover {
  color: white;
  text-decoration: none;
}

.menu-top__item.is-title:first-child .menu-top__link {
  margin-top: 0;
}

.is-title + .menu-top__item.is-title .menu-top__link {
  margin: 17px 0;
}

.news {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  pointer-events: none;
  /* &:before {
    content: '';
    position: absolute;
    right: -19px;
    top: 220px;
    display: block;
    width: 420px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.22) 0 0 40px 5px;
  }*/
}

@media screen and (max-width: 1210px) {
  .news {
    position: initial;
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    background-color: #e9eef0;
  }
}

.news__wrap {
  position: fixed;
  margin-right: -55px;
  height: -webkit-calc(1280px + 100vh);
  height: calc(1280px + 100vh);
  overflow: hidden;
  pointer-events: auto;
  left: 50vw;
  margin-left: 140px;
  will-change: transform;
}

@media screen and (max-width: 1210px) {
  .news__wrap {
    position: initial;
    height: auto !important;
    margin-right: 0;
    margin-left: 0;
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
  .news__wrap .button-secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}

.news__items {
  padding: 220px 45px 450px 35px;
  max-width: 508px;
  margin-right: -19px;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  pointer-events: auto;
}

@media screen and (max-width: 1210px) {
  .news__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 30px 20px;
    max-width: none;
    margin-right: auto;
  }
}

.news__item {
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.35s ease;
       -o-transition: -o-transform 0.35s ease;
          transition: transform 0.35s ease;
  will-change: transform;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 40px 5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 40px 5px;
}

@media screen and (max-width: 1210px) {
  .news__item {
    width: 250px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.news__item-content {
  padding: 25px;
}

@media screen and (max-width: 1210px) {
  .news__item-content {
    padding: 15px 20px;
    margin: auto 0;
  }
  .news__image + .news__item-content {
    margin: 0;
  }
}

.news__image {
  width: 100%;
}

@media screen and (max-width: 1210px) {
  .news__image {
    width: auto;
    min-width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.news__date {
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
}

.news__link {
  font-size: 15px;
  color: #0a3255;
  text-decoration: none;
}

.news__link:hover {
  color: #004c8d;
}

.news__link:active {
  color: #333;
}

.wp .news-page__title {
  margin-bottom: 45px;
  font-size: 24px;
}

.wp .news-page__img {
  display: block;
  max-width: 100%;
  margin: 0 auto 35px;
}

.wp .news-page p {
  margin-bottom: 40px;
  font-size: 17px;
}

body.not-found-page {
  background-image: url(../img/404bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: left bottom 400px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  body.not-found-page {
    background-position: left bottom 530px;
  }
}

.no-found {
  margin-bottom: 250px;
  margin-top: 130px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .no-found {
    margin: 40px 10px 80px;
  }
}

.no-found__holder {
  text-align: center;
}

.no-found__title {
  margin-top: 10px;
  font-family: "GothamSSm", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}

.no-found__title:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .no-found__title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.no-found__404 {
  font-size: 175px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: "GothamSSm", sans-serif;
  font-weight: 800;
}

.no-found__404:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .no-found__404 {
    font-size: 85px;
    margin-bottom: 20px;
  }
}

.no-found__description {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.no-found__description:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .no-found__description {
    font-size: 15px;
  }
}

.no-found__addition-text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.no-found__addition-text:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .no-found__addition-text {
    font-size: 15px;
  }
}

.no-found a {
  color: #fff;
}

.pagination:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0px;
  margin-bottom: 20px;
  overflow: hidden;
}

.pagination div {
  float: left;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  text-align: center;
  border: 2px solid transparent;
}

.pagination div:secont-child {
  margin-left: 0px;
}

.pagination a {
  color: #000000;
  text-decoration: none;
}

.pagination .prev, .pagination .next {
  width: auto;
  color: #848484;
}

.pagination .prev a, .pagination .next a {
  color: #1c71aa;
}

.pagination .active {
  color: #003366;
  font-weight: 600;
  border: 2px solid #003366;
}

.partner-page {
  margin-bottom: 150px;
}

.partner-page__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px 0 -40px;
}

@media screen and (max-width: 1023px) {
  .partner-page__columns {
    margin: 0 -15px;
  }
}

@media screen and (max-width: 767px) {
  .partner-page__columns {
    margin: 0;
  }
}

.partner-page__item {
  position: relative;
  -webkit-flex-basis: 33%;
          flex-basis: 33%;
  min-height: 500px;
  /* margin-right: -4px;
		margin-top: -4px;*/
  padding: 40px 35px 50px 45px;
  cursor: pointer;
  /*border: 4px solid transparent;*/
  /*&:hover {
			border-color: $color-accent-text;
		    border-top-color: $color-accent-text-bright;
		    border-right-color: $color-accent-text-bright;
		}
		&.is-active {
			cursor: auto;
		}*/
}

.partner-page__item:hover .partner-page__detail {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .partner-page__item {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    min-height: 410px;
  }
}

@media screen and (max-width: 767px) {
  .partner-page__item {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    min-height: unset;
    padding: 30px 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    border-bottom: 1px solid #e9e9e9;
  }
}

.partner-page__detail {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 30px 35px 40px 40px;
  /*border: 4px solid transparent;*/
  background-color: #e8e8e8;
  -webkit-transition: ease 0.35s;
       -o-transition: ease 0.35s;
          transition: ease 0.35s;
  /*.partner-page__item:nth-child(3n) & {
			left: auto;
			right: -4px;
		}*/
}

@media screen and (max-width: 767px) {
  .partner-page__detail {
    position: static;
    background-color: #fff;
    opacity: 1;
    min-height: unset;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: ease 0.5s;
         -o-transition: ease 0.5s;
            transition: ease 0.5s;
  }
  .is-active .partner-page__detail {
    max-height: 1000px;
  }
}

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

.partner-page__detail-text {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .partner-page__detail-text {
    font-size: 13px;
    padding-top: 25px;
  }
}

.partner-page__img-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}

.partner-page__img {
  display: block;
}

@media screen and (max-width: 767px) {
  .partner-page__img {
    margin: auto;
  }
}

.partner-page__preview-text {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .partner-page__preview-text {
    font-size: 13px;
    text-align: center;
    max-width: 90%;
    margin: auto;
    -webkit-transition: ease 0.35s;
         -o-transition: ease 0.35s;
            transition: ease 0.35s;
  }
  .is-active .partner-page__preview-text {
    font-size: 15px;
    font-weight: 600;
    height: auto !important;
  }
}

.partner-page__detail-close {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
}

.partner-page__detail-close:before, .partner-page__detail-close:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #000;
  -webkit-transition: ease 0.35s;
       -o-transition: ease 0.35s;
          transition: ease 0.35s;
}

.partner-page__detail-close:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.partner-page__detail-close:after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.partner-page__detail-close:hover:before, .partner-page__detail-close:hover:after {
  background-color: #c5203e;
}

.partners-side__item {
  margin-bottom: 45px;
  color: #999;
}

@media screen and (max-width: 1023px) {
  .partners-side__item {
    margin-bottom: 30px;
  }
}

.partners-side__img {
  display: block;
  opacity: 0.65;
  max-width: 100%;
  max-height: 55px;
}

.gray-bg .partners-side__img {
  opacity: 1;
}

.partners-side__img-holder {
  margin-bottom: 10px;
}

.pic-insert {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .pic-insert {
    margin: 0 -10px;
  }
}

.pic-insert__content {
  position: relative;
  background-color: #f4f5f6;
  padding: 30px 500px 30px 35px;
  min-height: 235px;
}

@media screen and (max-width: 1023px) {
  .pic-insert__content {
    padding-right: 390px;
  }
}

@media screen and (max-width: 767px) {
  .pic-insert__content {
    padding: 0;
  }
}

.pic-insert__img-holder {
  position: absolute;
  right: 0;
  top: 0;
  width: 355px;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pic-insert__img-holder {
    position: static;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pic-insert__img-holder {
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .pic-insert__text {
    padding: 25px 10px 15px;
  }
}

.plane-list {
  margin-top: 80px;
}

@media screen and (max-width: 1023px) {
  .plane-list {
    margin: 20px;
  }
}

.plane-list__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.plane-list__item {
  width: 50%;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  min-width: 250px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1023px) {
  .plane-list__item {
    margin-bottom: 35px;
  }
  .plane-list__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .plane-list__item {
    width: 100%;
    margin: 0 auto 35px;
  }
}

.plane-list__item-title {
  margin-bottom: -1em;
  font-family: "GothamSSm", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #778591;
}

.plane-list__img-holder {
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.plane-list__img {
  max-width: 100%;
  max-height: 100%;
  margin-left: 15px;
}

@media screen and (max-width: 1023px) {
  .plane-list__img {
    margin-left: 0;
  }
}

.press {
  position: relative;
  margin-left: -2.08333%;
  margin-top: -30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.press:after {
  content: '';
  display: block;
  clear: left;
}

@media screen and (max-width: 1023px) {
  .press {
    margin-top: 20px;
  }
}

.press__block {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
  position: relative;
  margin-bottom: 20px;
  padding: 15px 30px;
  border: 2px solid #fbfbfb;
}

@media screen and (max-width: 1023px) {
  .press__block {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 767px) {
  .press__block {
    padding: 15px 20px;
  }
}

.press__block-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "GothamSSm", sans-serif;
  margin-bottom: 25px;
}

.press__show-all {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #1c71aa;
  font-size: 14px;
  text-decoration: underline;
}

.press__show-all:hover {
  color: #1c71aa;
}

.press__item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 15px 30px 20px 28px;
  background-color: #fff;
}

.press__item:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .press__item {
    padding: 10px 0;
  }
}

.press__item-content {
  position: relative;
  color: #000000;
  font-size: 14px;
  line-height: 1.254;
  overflow: hidden;
}

.press__item-date {
  color: #000000;
  font-weight: 500;
  font-size: 13px;
  font-family: "GothamSSm", sans-serif;
}

.press__item-source {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 12px;
  color: #9e9e9e;
}

.press__item-title {
  min-height: 36px;
  margin: 20px 0px 10px;
}

.press__item-title a {
  color: #1c71aa;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.press__item-title a:hover {
  text-decoration: underline;
}

.press__img-holder {
  display: block;
  float: left;
  max-width: 50%;
  margin-top: 4px;
  margin-right: 20px;
  overflow: hidden;
}

.is-journal .press__img-holder {
  max-width: none;
  height: 180px;
}

@media screen and (max-width: 564px) {
  .press__img-holder {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}

.press__item-img {
  display: inline-block;
  max-width: 100%;
}

.is-journal .press__item-img {
  max-width: none;
  height: 100%;
}

@media screen and (max-width: 564px) {
  .press__item-img {
    margin: auto;
    display: block;
  }
}

.press__item-text {
  font-size: 13px;
  line-height: 1.254;
}

@media screen and (max-width: 564px) {
  .press__item-text {
    display: none;
  }
  .is-journal .press__item-text {
    display: block;
    margin-top: 15px;
  }
}

.press .btn {
  display: block;
  float: left;
  margin-top: 10px;
  width: 36px;
  height: 36px;
  padding: 0px;
  background-image: url(../img/arrow-square-b.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media screen and (max-width: 564px) {
  .press .btn {
    display: none;
  }
}

.request {
  padding: 60px 0;
  background-color: #0a3255;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .request {
    padding: 30px 25px;
  }
}

.request__title {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "GothamSSm", sans-serif;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.fancybox-content .request__title {
  color: #0a3255;
}

@media screen and (max-width: 1023px) {
  .request__title {
    font-weight: 700;
    font-size: 18px;
  }
}

.request__title-accent {
  position: relative;
  display: inline-block;
  font-weight: 700;
  /*&:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      border-bottom: 1px solid;
    }*/
}

@media screen and (max-width: 1023px) {
  .request__title-accent {
    display: inline-block;
  }
}

.request__input.error {
  border-color: #c5203e;
}

.request__arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 44px;
  width: 30px;
  margin: 0px 12px 0px 15px;
}

.request__arrow svg {
  fill: #fff;
  width: 100%;
  height: auto;
}

.is-light .request__arrow svg {
  fill: #ccc;
}

@media screen and (max-width: 767px) {
  .request__arrow {
    display: none;
  }
}

.request__form {
  max-width: 700px;
}

.request__form [type="text"], .request__form [type="password"], .request__form [type="email"], .request__form [type="tel"], .request__form textarea {
  -webkit-flex-basis: 185px;
          flex-basis: 185px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-right: 20px;
  font-size: 15px;
  line-height: 1;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.request__form [type="text"]::-webkit-input-placeholder, .request__form [type="password"]::-webkit-input-placeholder, .request__form [type="email"]::-webkit-input-placeholder, .request__form [type="tel"]::-webkit-input-placeholder, .request__form textarea::-webkit-input-placeholder {
  color: #fff;
}

.request__form [type="text"]::-moz-placeholder, .request__form [type="password"]::-moz-placeholder, .request__form [type="email"]::-moz-placeholder, .request__form [type="tel"]::-moz-placeholder, .request__form textarea::-moz-placeholder {
  color: #fff;
}

.request__form [type="text"]::placeholder, .request__form [type="password"]::placeholder, .request__form [type="email"]::placeholder, .request__form [type="tel"]::placeholder, .request__form textarea::placeholder {
  color: #fff;
}

.request__form [type="text"]:last-child, .request__form [type="password"]:last-child, .request__form [type="email"]:last-child, .request__form [type="tel"]:last-child, .request__form textarea:last-child {
  margin-right: 0;
}

.request__form [type="text"].is-from, .request__form [type="password"].is-from, .request__form [type="email"].is-from, .request__form [type="tel"].is-from, .request__form textarea.is-from {
  margin-right: 0;
}

.is-light .request__form [type="text"], .is-light .request__form [type="password"], .is-light .request__form [type="email"], .is-light .request__form [type="tel"], .is-light .request__form textarea {
  border: 1px solid #ccc;
  color: #000;
}

.is-light .request__form [type="text"]::-webkit-input-placeholder, .is-light .request__form [type="password"]::-webkit-input-placeholder, .is-light .request__form [type="email"]::-webkit-input-placeholder, .is-light .request__form [type="tel"]::-webkit-input-placeholder, .is-light .request__form textarea::-webkit-input-placeholder {
  color: #4e5a62;
}

.is-light .request__form [type="text"]::-moz-placeholder, .is-light .request__form [type="password"]::-moz-placeholder, .is-light .request__form [type="email"]::-moz-placeholder, .is-light .request__form [type="tel"]::-moz-placeholder, .is-light .request__form textarea::-moz-placeholder {
  color: #4e5a62;
}

.is-light .request__form [type="text"]::placeholder, .is-light .request__form [type="password"]::placeholder, .is-light .request__form [type="email"]::placeholder, .is-light .request__form [type="tel"]::placeholder, .is-light .request__form textarea::placeholder {
  color: #4e5a62;
}

.request__form [type="text"].error, .request__form [type="password"].error, .request__form [type="email"].error, .request__form [type="tel"].error, .request__form textarea.error {
  border-color: #c5203e;
}

@media screen and (max-width: 767px) {
  .request__form [type="text"], .request__form [type="password"], .request__form [type="email"], .request__form [type="tel"], .request__form textarea {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.request__form textarea {
  padding: 12px 20px;
}

.request__form.success-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 365px;
  padding-top: 120px;
  color: #fff;
  font-family: "GothamSSm", sans-serif;
  font-size: 24px;
  text-align: center;
  background-image: url(../img/logo-white.png);
  background-position: center top 100px;
  background-repeat: no-repeat;
  -webkit-background-size: 99px 64px;
          background-size: 99px 64px;
}

.is-light .request__form.success-message {
  color: #0a3255;
}

@media screen and (max-width: 1023px) {
  .request__form {
    max-width: 100%;
  }
}

.request__form-from-to {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .request__form-from-to {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.request__textarea {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  resize: none;
}

.request__form-user {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .request__form-user {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
  }
  .request__form-user .button-primary, .request__form-user .button-buy, .request__form-user .formfeedback button.file-upload-button, .formfeedback .request__form-user button.file-upload-button, .request__form-user .subscribe-edit input[type="submit"], .subscribe-edit .request__form-user input[type="submit"], .request__form-user .subscribe-form__button {
    width: 100%;
  }
}

.screen {
  position: relative;
  z-index: 2;
  height: 100vh;
  min-height: 500px;
  max-height: 50vw;
  background-color: #0a3255;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}

.screen:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.7) 0 150px 110px -50px;
          box-shadow: inset rgba(255, 255, 255, 0.7) 0 150px 110px -50px;
  pointer-events: none;
}

.screen.is-inner {
  max-height: 750px;
  background-position: center;
}

.screen.with-plate {
  min-height: 600px;
  height: 740px;
  background-color: #d5d8d5;
  -webkit-background-size: auto auto;
          background-size: auto;
  background-repeat: repeat;
}

.screen.with-plate:before {
  display: none;
}

.screen.with-plate .content-center, .screen.with-plate .leaders__center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  height: inherit;
  max-width: 1400px;
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 50px 6px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 50px 6px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .screen.with-plate {
    height: auto;
    min-height: unset;
    max-height: none;
  }
  .screen.with-plate .content-center, .screen.with-plate .leaders__center {
    display: block;
    margin: 0;
  }
}

.screen.is-inner .content-center, .screen.is-inner .leaders__center {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.screen.is-button-left .content-center, .screen.is-button-left .leaders__center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

@media screen and (max-width: 1023px) {
  .screen.hide-mobile {
    display: none;
  }
  .screen.is-inner {
    display: block;
    max-height: none;
    height: auto;
    min-height: auto;
  }
  .screen.is-inner:before {
    display: none;
  }
  .screen.is-inner .content-center, .screen.is-inner .leaders__center {
    display: block;
  }
}

.is-light-header .screen:before {
  display: none;
}

.screen__bg-holder {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .with-plate .screen__bg-holder {
    position: static;
  }
}

.screen__bg-img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.screen__bg-img.is-mobile {
  display: none;
}

.with-plate .screen__bg-img {
  width: auto;
}

@media screen and (max-width: 1023px) {
  .screen__bg-img {
    display: none;
  }
  .screen__bg-img.is-mobile {
    display: block;
    position: static;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    margin: 0 -2.6%;
    width: 100vw;
  }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .with-plate .screen__bg-img.is-mobile {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .screen__bg-img.is-mobile {
    margin: 0 -10px;
  }
}

.screen__plate {
  position: relative;
  z-index: 2;
  height: 80%;
  width: 33.3%;
  margin-top: auto;
  margin-bottom: 0;
  padding: 50px 55px;
  color: #fff;
  background-image: url(../img/plate-bg.jpg);
  -webkit-background-size: auto auto;
          background-size: auto;
  background-repeat: repeat;
}

@media screen and (max-width: 1023px) {
  .screen__plate {
    height: auto;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    padding: 25px 10px;
  }
}

.screen__plate-text {
  margin-bottom: 45px;
  font-size: 19px;
  font-weight: 200;
}

@media screen and (max-width: 1023px) {
  .screen__plate-text {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.screen__plate-title {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 15px;
  font-family: "GothamSSm", sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.screen__plate-title:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .screen__plate-title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .screen__plate-title br {
    display: none;
  }
}

.screen__plate-subtitle {
  font-size: 18px;
  font-weight: 200;
}

@media screen and (max-width: 1023px) {
  .screen__plate-subtitle {
    font-size: 13px;
  }
}

.screen__title {
  position: absolute;
  z-index: 3;
  bottom: 120px;
  font-family: "GothamSSm", sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 1.1;
}

.is-inner .screen__title {
  position: static;
  margin-top: 10%;
  max-width: 750px;
  font-size: 84px;
}

.screen__title.is-fullwidth {
  max-width: none;
}

.screen__title.is-blue {
  color: #0a3255;
}

.with-plate .screen__title {
  position: static;
  display: none;
}

@media screen and (max-width: 1023px) {
  .is-inner .screen__title, .with-plate .screen__title {
    padding: 25px 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    max-width: none;
  }
  .screen__title.is-blue {
    color: #fff;
  }
  .with-plate .screen__title {
    display: block;
  }
}

.is-inner .screen__button {
  margin-top: 30%;
}

.is-button-left .screen__button {
  margin-top: 10%;
}

.screen__button.is-red {
  border: none;
  background-color: #c5203e;
  color: #fff;
}

.screen__button.is-red:hover {
  border-color: transparent;
  background: #df3957;
}

.screen__button.is-red:active {
  color: #fff;
  background: #991930;
}

@media screen and (max-width: 1023px) {
  .is-inner .screen__button {
    margin: 10px 0;
    width: 100%;
    text-align: center;
    background-color: #c5203e;
    color: #fff;
    border: none;
  }
}

.screen__subtitle {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.4;
}

.screen__subtitle.is-big {
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .screen__subtitle {
    display: none;
  }
}

.screen__subtitle-mobile {
  display: none;
  padding: 25px 0 0;
  font-size: 15px;
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .screen__subtitle-mobile {
    display: block;
  }
}

.screen__title-accent, .screen__title b {
  display: block;
  font-weight: 900;
}

.is-inner .screen__title-accent, .is-inner .screen__title b {
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .screen__title-accent, .screen__title b {
    display: inline;
  }
}

.screen video {
  position: absolute;
  z-index: 2;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(-1px);
          transform: translate(-50%, -50%) translateZ(-1px);
}

@media screen and (max-width: 1023px) {
  .search-page {
    margin-top: 30px;
  }
}

.search-page__form {
  margin-bottom: 15px;
}

.search-page__form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.search-page__form input[type="text"] {
  max-width: 100%;
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
          flex-grow: 10;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .search-page__form input[type="text"] {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.search-page__form .btn {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.search-page__all {
  margin-bottom: 30px;
  font-size: 13px;
  color: #929292;
}

.search-page__result-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.search-page__result-title {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.ships {
  padding: 70px 0 90px;
}

@media screen and (max-width: 767px) {
  .ships {
    padding: 40px 0 10px;
  }
}

.ships__title {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .ships__title {
    margin-bottom: 20px;
  }
}

.ships__columns {
  position: relative;
  margin-left: -2.08333%;
}

.ships__columns:after {
  content: '';
  display: block;
  clear: left;
}

.ships__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
  margin-bottom: 2.08333%;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 1210px) {
  .ships__item {
    width: 22.91667%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 1023px) {
  .ships__item {
    width: 47.91667%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 767px) {
  .ships__item {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 767px) {
  .ships__item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e9e9e9;
  }
  .ships__item:last-child {
    border-bottom: none;
  }
}

.ships__info {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .ships__info {
    margin: auto;
    max-width: 320px;
  }
}

.ships__name {
  margin-bottom: 20px;
  font-family: "GothamSSm", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.ships__info-item {
  margin-bottom: 15px;
  font-size: 15px;
}

.ships__img-holder {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .ships__img-holder {
    margin: 0 auto 20px;
    max-width: 320px;
  }
}

.ships__img {
  max-width: 100%;
}

.sitemap {
  margin-bottom: 50px;
}

@media screen and (max-width: 1023px) {
  .sitemap {
    margin-top: 20px;
  }
}

.sitemap a {
  color: #3e3e3e;
  font-weight: 500;
}

.sitemap__title {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  text-decoration: underline;
  font-size: 100%;
}

.sitemap__title a {
  font-size: 16px;
  color: #0a3255;
}

.sitemap__title-2 {
  display: block;
  margin-bottom: 20px;
  text-decoration: underline;
  font-size: 85.71429%;
  font-weight: bold;
}

.sitemap__title-2:last-child {
  margin-bottom: 0;
}

.sitemap__top-level {
  position: relative;
  margin-left: -2.08333%;
  list-style: none;
  margin-bottom: 30px;
}

.sitemap__top-level:after {
  content: '';
  display: block;
  clear: left;
}

.sitemap__top-level:last-child {
  margin-bottom: 0;
}

.sitemap__top-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.91667%;
  margin-left: 2.08333%;
}

.sitemap__top-item:nth-child(4n+1) {
  clear: left;
}

.sitemap__top-link {
  display: block;
  margin-bottom: 20px;
  text-decoration: underline;
  font-size: 85.71429%;
  font-weight: bold;
}

.sitemap__second-link {
  text-decoration: none;
  font-size: 85.71429%;
}

.sitemap__second-link:hover {
  text-decoration: underline;
}

.sitemap__third-level {
  padding-left: 20px;
}

.sitemap__third-link {
  text-decoration: none;
  font-size: 85.71429%;
}

.sitemap__third-link:hover {
  text-decoration: underline;
}

.sitemap__fourth-level {
  padding-left: 20px;
}

.sitemap__fourth-link {
  text-decoration: none;
  font-size: 78.57143%;
}

.sitemap__fourth-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sitemap__zero-item.is-0-deep {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 47.91667%;
    margin-left: 2.08333%;
    clear: none;
  }
  .sitemap__zero-item.is-0-deep:nth-child(2n+1) {
    clear: left;
  }
  .sitemap__top-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 47.91667%;
    margin-left: 2.08333%;
  }
  .sitemap__top-item:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 564px) {
  .sitemap__zero-item.is-0-deep {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 97.91666%;
    margin-left: 2.08333%;
    clear: left;
  }
  .sitemap__top-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 97.91666%;
    margin-left: 2.08333%;
    clear: left;
  }
}

.wp .structure {
  height: 435px;
  padding-top: 80px;
  background-image: url(../img/map@2x.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-color: #adb6bd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .wp .structure {
    position: relative;
    height: auto;
    padding-top: 0;
    background: #fff;
    padding-bottom: 175px;
  }
  .wp .structure:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 175px;
    background-image: url(../img/mobile-map.jpg);
    background-color: #adb6bd;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
  }
}

.wp .structure__block {
  max-width: 475px;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eaecee;
}

@media screen and (max-width: 1023px) {
  .wp .structure__block {
    background-color: #fff;
  }
}

.wp .structure__text {
  font-size: 12px;
}

.subscribe-edit {
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .subscribe-edit {
    margin-top: 20px;
  }
}

.subscribe-edit .table-container {
  width: 100%;
  margin: 0px 0px 10px 0px;
  overflow-y: auto;
  border-right: 2px solid transparent;
}

.subscribe-edit table {
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #d1d1d1;
}

.subscribe-edit td {
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #d1d1d1;
  word-wrap: break-word;
  padding: 10px 20px;
}

.subscribe-edit input[type="text"] {
  max-width: 100%;
}

.subscribe-edit input[type="submit"] {
  float: left;
  margin-right: 15px;
}

.subscribe-edit input[type="reset"] {
  float: left;
  padding: 10px 15px;
  color: #0a3255;
  border: 1px solid #0a3255;
}

.subscribe-edit input[type="reset"]:hover {
  color: #c5203e;
  border-color: #c5203e;
}

.subscribe-edit p {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .subscribe-edit table, .subscribe-edit tr, .subscribe-edit tbody, .subscribe-edit td, .subscribe-edit thead, .subscribe-edit tfoot {
    position: relative;
    display: block;
    width: 100%;
  }
  .subscribe-edit input[type="reset"], .subscribe-edit input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
  }
}

.subscribe-form__wrap {
  width: 100%;
  margin-top: auto;
  margin-bottom: 8px;
}

.subscribe-form__title {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  vertical-align: bottom;
}

.subscribe-form__input {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-right: 5px;
  font-size: 12px;
  line-height: 1;
  padding: 9px 20px 8px;
  background-color: transparent;
  vertical-align: bottom;
  border-color: #b4b5b6;
}

.subscribe-form__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.timeline {
  margin-bottom: 120px;
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}

.timeline.is-screens {
  background-color: transparent;
  margin-bottom: 35px;
}

@media screen and (max-width: 1023px) {
  .timeline.is-screens {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .timeline {
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

.timeline__content {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.timeline__content:before, .timeline__content:after {
  content: '';
  position: absolute;
  z-index: 10;
  right: 40px;
  bottom: 78px;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 1px solid rgba(154, 154, 154, 0.3);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: ease 0.35s;
       -o-transition: ease 0.35s;
          transition: ease 0.35s;
  pointer-events: none;
}

.timeline__content:before {
  right: auto;
  left: 40px;
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

.timeline__content.hide-right:after {
  opacity: 0.1;
}

.timeline__content.hide-left:before {
  opacity: 0.1;
}

.is-screens .timeline__content {
  background-color: #f8f8f8;
}

.timeline__wrap {
  position: relative;
  max-width: 100%;
  margin-bottom: -19px;
  overflow-x: auto;
  overflow-y: hidden;
}

.with-clouds .timeline__wrap {
  background-image: url(../img/clouds.png);
  background-repeat: repeat-x;
  background-position: 0 top;
  -webkit-background-size: auto auto;
          background-size: auto;
  -webkit-animation-name: cloudsFlow;
       -o-animation-name: cloudsFlow;
          animation-name: cloudsFlow;
  -webkit-animation-duration: 100s;
       -o-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}

.is-screens .timeline__wrap {
  padding-bottom: 50px;
}

@-webkit-keyframes cloudsFlow {
  from {
    background-position: 0 top;
  }
  to {
    background-position: -2087px top;
  }
}

@-o-keyframes cloudsFlow {
  from {
    background-position: 0 top;
  }
  to {
    background-position: -2087px top;
  }
}

@keyframes cloudsFlow {
  from {
    background-position: 0 top;
  }
  to {
    background-position: -2087px top;
  }
}

.timeline__timeline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

.timeline__first {
  margin-top: 45px;
  margin-left: 35px;
  padding-left: 30px;
  -webkit-flex-basis: 400px;
          flex-basis: 400px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.timeline__first p {
  margin-bottom: 10px;
}

.timeline__first-title {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.timeline__first-title:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 5px;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #cc3333;
}

.timeline__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 100px;
  margin-left: 35px;
}

.timeline__first + .timeline__list {
  margin-left: 0;
}

.is-complex .timeline__list {
  padding-top: 210px;
}

.is-screens .timeline__list {
  padding-top: 225px;
}

.is-cars .timeline__list {
  padding-top: 255px;
}

@media screen and (max-width: 1023px) {
  .timeline__list {
    padding-top: 80px;
    margin-left: 15px;
  }
}

.timeline__img-holder {
  height: 0;
  padding-left: 45px;
  padding-right: 85px;
}

.timeline__item {
  position: relative;
}

.timeline__item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a7a7a7;
}

.timeline__item:after {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  display: block;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #cc3333;
}

.no-shrink .timeline__item {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.timeline__item.is-flight:after {
  display: none;
}

.is-flight .timeline__item:before {
  height: 3px;
  top: -1px;
  background-color: #2673c2;
}

.timeline__item.is-start:after, .timeline__item.is-finish:after {
  width: 35px;
  height: 30px;
  top: -15px;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  background-color: transparent;
  background-image: url(../img/dot-mark@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}

.timeline__item.is-start {
  width: 130px;
  -webkit-flex-basis: 130px;
          flex-basis: 130px;
}

.timeline__item.is-start:after {
  content: 'A';
  left: -15px;
}

.timeline__item.is-finish {
  width: 60px;
  -webkit-flex-basis: 60px;
          flex-basis: 60px;
  margin-right: 100px;
}

.timeline__item.is-finish:after {
  content: 'B';
  left: -webkit-calc(100% - 15px);
  left: calc(100% - 15px);
}

.timeline__list > .timeline__item:last-child:before {
  display: none;
}

.is-screens .timeline__list > .timeline__item:last-child:before {
  display: block;
  width: 72%;
}

.is-cars .timeline__list > .timeline__item:last-child:before {
  display: block;
}

.is-complex .timeline__item:nth-child(1) .timeline__item-img {
  top: -197px;
}

.is-complex .timeline__item:nth-child(2) .timeline__item-img {
  top: -82px;
}

.is-complex .timeline__item:nth-child(3) .timeline__item-img {
  top: -154px;
}

.is-complex .timeline__item:nth-child(4) .timeline__item-img {
  top: -124px;
  left: -25px;
}

.is-complex .timeline__item:nth-child(5) .timeline__item-img {
  top: -192px;
}

.is-cars .timeline__item:nth-child(1) .timeline__item-img {
  top: -255px;
}

.is-cars .timeline__item:nth-child(2) .timeline__item-img {
  top: -186px;
}

.is-cars .timeline__item:nth-child(3) .timeline__item-img {
  top: -146px;
}

.is-cars .timeline__item:nth-child(4) .timeline__item-img {
  top: -208px;
}

.is-cars .timeline__item:nth-child(5) .timeline__item-img {
  top: -217px;
}

.timeline__item-img {
  position: relative;
}

.is-screens .timeline__item-img {
  top: -225px;
}

.timeline__item-title {
  max-width: 300px;
  margin-top: 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.timeline__item-text {
  margin-top: 35px;
  padding-right: 30px;
}

.no-shrink .timeline__item-text {
  padding-right: 80px;
}

.timeline__item-title + .timeline__item-text {
  margin-top: 20px;
  font-size: 12px;
  max-width: 80%;
}

.is-cars .timeline__item-text {
  max-width: 485px;
  min-height: 70px;
}

.timeline__line-title {
  position: absolute;
  bottom: -webkit-calc(100% + 40px);
  bottom: calc(100% + 40px);
  font-size: 18px;
  font-weight: 700;
}

.is-flight .timeline__line-title {
  padding-left: 130px;
}

.timeline__line-title a {
  color: #347cc6;
  font-size: 0.88em;
  font-weight: normal;
  text-decoration: none;
}

.timeline__flight {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.timeline__flight:before, .timeline__flight:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 25px;
  display: block;
  top: -40px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}

.timeline__flight:before {
  left: 35px;
  background-image: url(../img/plane-a@2x.png);
}

.timeline__flight:after {
  left: auto;
  right: 125px;
  background-image: url(../img/plane-b@2x.png);
}

.timeline__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.timeline__heading-side {
  max-width: 180px;
  margin-right: 7%;
  padding-top: 10px;
}

@media screen and (max-width: 1023px) {
  .timeline__heading-side {
    display: none;
  }
}

.timeline__heading-link {
  display: inline;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px dotted;
}

@media screen and (max-width: 1023px) {
  .traffic {
    position: relative;
    padding-top: 50%;
  }
  .traffic iframe#marinetraffic {
    position: absolute;
    top: 0;
    height: 100%;
  }
}

.types {
  background-image: url(../img/types-bg.jpg);
  background-position: right center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.types.is-page {
  background: none;
  max-width: 1400px;
  margin: auto;
}

.types__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 65%;
  overflow: hidden;
}

.is-page .types__items {
  max-width: none;
}

@media screen and (max-width: 1210px) {
  .types__items {
    max-width: 100%;
    margin-right: auto;
  }
}

.types__item {
  position: relative;
  width: 50%;
  height: 300px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding: 35px 50px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.7) 0px -150px 110px -50px;
          box-shadow: inset rgba(0, 0, 0, 0.7) 0px -150px 110px -50px;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
       -o-transition: box-shadow 0.5s ease;
          transition: box-shadow 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.types__item:hover {
  -webkit-box-shadow: inset black 0px -150px 310px -50px;
          box-shadow: inset black 0px -150px 310px -50px;
}

.types__item:hover .types__bg-holder:before {
  -webkit-box-shadow: inset black 0px -150px 310px -50px;
          box-shadow: inset black 0px -150px 310px -50px;
}

@media screen and (max-width: 1023px) {
  .types__item {
    height: auto;
    width: 25%;
    padding: 35px 10px 20%;
  }
  .types__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .types__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .is-fullwidth .types__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .types__item {
    width: 33%;
    padding-bottom: 25%;
  }
  .is-fullwidth .types__item {
    width: 100%;
  }
}

@media screen and (max-width: 564px) {
  .types__item {
    width: 50%;
    padding-bottom: 40%;
  }
}

.types__title {
  position: absolute;
  z-index: 3;
  bottom: 35px;
  height: 50px;
  padding-left: 75px;
}

.types__title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/arrow-square-w.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.is-text-big .types__title {
  bottom: 55px;
}

@media screen and (max-width: 1023px) {
  .types__title {
    bottom: 20px;
    padding-left: 0;
    height: auto;
  }
  .types__title:before {
    display: none;
  }
  .is-text-big .types__title {
    font-size: 14px;
    bottom: 20px;
    height: auto;
  }
  .is-fullwidth .types__title {
    width: 100%;
  }
}

.types__title-text {
  position: relative;
  top: 50%;
  font-family: "GothamSSm", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.is-text-big .types__title-text {
  font-size: 24px;
}

@media screen and (max-width: 1023px) {
  .types__title-text {
    top: auto;
    max-width: 130px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
  .types__title-text br {
    display: none;
  }
  .is-text-big .types__title-text {
    font-size: 14px;
  }
  .is-fullwidth .types__title-text {
    max-width: 60%;
    font-size: 16px;
  }
}

.types__bg-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
}

.types__bg-holder:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.7) 0px -150px 110px -50px;
          box-shadow: inset rgba(0, 0, 0, 0.7) 0px -150px 110px -50px;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
       -o-transition: box-shadow 0.5s ease;
          transition: box-shadow 0.5s ease;
}

.types__bg-holder.is-mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .types__bg-holder.is-mobile {
    display: block;
  }
  .types__bg-holder.is-desktop {
    display: none;
  }
  .is-fullwidth .types__bg-holder.is-mobile {
    display: none;
  }
  .is-fullwidth .types__bg-holder.is-desktop {
    display: block;
  }
}

.types__bg-img {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .vessel__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .vessel__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    width: 100%;
    margin-left: 0;
  }
}

.vessel__stat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 50px 10px;
}

@media screen and (max-width: 767px) {
  .vessel__stat-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    padding: 0;
  }
}

.vessel__stat-item {
  -webkit-flex-basis: 200px;
          flex-basis: 200px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .vessel__stat-item {
    -webkit-flex-basis: 145px;
            flex-basis: 145px;
  }
}

.vessel__stat-number {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .vessel__stat-number {
    margin-bottom: 0px;
    font-size: 15px;
  }
}

.vessel__stat-text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .vessel__stat-text {
    font-size: 12px;
  }
}

.vessel__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 40px 50px;
  background-color: #f4f5f6;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .vessel__info {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
    padding: 0;
  }
}

.vessel__info-item {
  -webkit-flex-basis: 200px;
          flex-basis: 200px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .vessel__info-item {
    -webkit-flex-basis: 145px;
            flex-basis: 145px;
  }
}

.vessel__info-value {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 767px) {
  .vessel__info-value {
    font-size: 15px;
    white-space: nowrap;
  }
}

.vessel__info-title {
  color: #000;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .vessel__info-title {
    font-size: 12.5px;
  }
}

.vessel__flag-icon {
  display: block;
}

.vessel__schemes {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .vessel__schemes {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
}

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

.layout {
  margin-left: auto;
  margin-right: auto;
}

.layout__columns {
  position: relative;
  margin-left: -2.08333%;
}

.layout__columns:after {
  content: '';
  display: block;
  clear: left;
}

.layout__small-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.91667%;
  margin-left: 2.08333%;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .layout__small-col {
    width: 31.25%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 767px) {
  .layout__small-col {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 767px) {
  .layout__small-col {
    margin-bottom: 30px;
  }
  .layout__small-col:last-child {
    margin-bottom: 0;
  }
}

.layout__small-col-plus {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 767px) {
  .layout__small-col-plus {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

.layout__medium-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 564px) {
  .layout__medium-col {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

.layout__medium-col-plus {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 64.58333%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 767px) {
  .layout__medium-col-plus {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

.layout__large-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 97.91666%;
  margin-left: 2.08333%;
}

.layout__small-col + .layout__large-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 72.91666%;
  margin-left: 2.08333%;
}

@media screen and (max-width: 1023px) {
  .layout__small-col + .layout__large-col {
    width: 64.58333%;
    margin-left: 2.08333%;
  }
}

@media screen and (max-width: 767px) {
  .layout__small-col + .layout__large-col {
    width: 97.91666%;
    margin-left: 2.08333%;
  }
}

.layout__full-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 97.91666%;
  margin-left: 2.08333%;
}

.layout__aside-item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.layout__aside-item:first-child {
  margin-top: 0;
}

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

@media screen and (max-width: 767px) {
  .layout__aside-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .layout__aside-item:first-child {
    margin-top: 0;
  }
  .layout__aside-item:last-child {
    margin-bottom: 0;
  }
}

.layout__footer {
  margin-top: 40px;
}

.layout__footer:first-child {
  margin-top: 0;
}

.layout__header {
  margin-bottom: 20px;
}

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

@media screen and (max-width: 767px) {
  .layout__header {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1210px) {
  .layout__header, .layout__footer {
    min-width: 980px;
  }
}

@media screen and (max-width: 767px) {
  .layout__header, .layout__footer {
    min-width: auto;
  }
}

.layout__block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.layout__block:first-child {
  margin-top: 0;
}

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

.layout__block:before {
  content: '';
  display: block;
  clear: left;
}

@media screen and (max-width: 767px) {
  .layout__block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .layout__block:first-child {
    margin-top: 0;
  }
  .layout__block:last-child {
    margin-bottom: 0;
  }
}

.layout__page-header {
  margin-top: 20px;
  margin-bottom: 20px;
}

.layout__page-header:first-child {
  margin-top: 0;
}

.layout__page-header:last-child {
  margin-bottom: 0;
}

.layout__page-header h1 {
  margin-top: 0;
}

.layout__placeholder {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  text-align: center;
  background: red;
  color: white;
}

.layout__placeholder:first-child {
  margin-top: 0;
}

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

.layout__aside-item .h2, .layout__aside-item h2, .layout__aside-item .h3, .layout__aside-item h3, .layout__aside-item .h4, .layout__aside-item h4, .layout__aside-item .h5, .layout__aside-item h5 {
  font-weight: normal;
  line-height: 1.42857;
}

@media screen and (max-width: 767px) {
  .layout__mobile-overflow {
    margin-left: -10px;
    margin-right: -10px;
  }
  .fancybox-inner .layout__mobile-overflow {
    margin-left: 0;
    margin-right: 0;
  }
}

.layout__content-table {
  overflow-x: scroll;
}

.layout__overflow {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
}

@media screen and (max-width: 1023px) {
  .layout__overflow {
    margin-left: -5%;
    margin-right: -5%;
    width: auto;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .layout__overflow {
    margin-left: -10px;
    margin-right: -10px;
  }
  .fancybox-inner .layout__overflow {
    margin-left: 0;
    margin-right: 0;
  }
}

.no-footer-margin .layout__footer {
  margin-top: 0;
}

.full-width .layout__content {
  width: 100%;
}
