body {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin: 5% 7% 0px;
  font-size: 10%;
  line-height: 1.4;
}

a {
  color: #000;
  text-decoration: underline;
}

.nav-link {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.navbar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.header-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 500px;
  margin-bottom: 50px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  color: #000;
}

.headline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 3px;
  background-color: #000;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.subhead {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'DM Sans', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.site-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: 'DM Serif Display', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.body-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  padding-top: 0px;
  background-color: transparent;
}

.menu-button {
  color: #000;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png?v=6');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png?v=6');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.site-navigation {
  padding-top: 20px;
}

.heading {
  margin-bottom: 8px;
  font-family: 'DM Serif Display', sans-serif;
  color: #000;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 400;
}

.navbar-container {
  margin-right: auto;
  margin-left: auto;
}

.body {
  overflow: scroll;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  clear: both;
  background-color: #000;
  -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: flex 200ms ease;
  transition: flex 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex 200ms ease, -ms-flex 200ms ease;
  font-family: Schoolbookc, sans-serif;
  color: transparent;
  font-size: 1vw;
  line-height: 1vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -20;
  overflow: hidden;
  background-color: #cf0000;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-in-head {
  position: absolute;
  left: -100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  display: block;
  overflow: hidden;
  max-height: 100%;
  max-width: none;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.img-in-head.port {
  display: none;
}

.img-in-head.land {
  display: block;
}

.image-3 {
  position: absolute;
  left: -100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -20;
  overflow: hidden;
  max-height: 100%;
  max-width: none;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.animation-moscow {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -30;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: #cf0000;
  color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.head {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  max-height: 50%;
  max-width: 100%;
  min-height: 50%;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cf0000;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.head.first_cover {
  height: auto;
  max-height: none;
  min-height: auto;
  padding-bottom: 20vh;
  background-color: #000;
}

.head.no_img {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.head-name {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: auto;
  min-width: auto;
  margin: 0px;
  padding-top: 0%;
  font-family: Schoolbookc, sans-serif;
  color: #fff;
  font-size: 20vh;
  line-height: 1em;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 37%;
  right: 0%;
  bottom: 0px;
  z-index: 0;
  display: none;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.33;
  -o-object-fit: fill;
  object-fit: fill;
}

.staff-div-in-head {
  position: absolute;
  left: 50%;
  top: 0px;
  right: auto;
  bottom: 0px;
  display: block;
  margin-right: 0px;
  margin-left: 0%;
  padding-right: 0%;
  padding-left: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  padding-right: 0px;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -15;
  display: inline-block;
  max-height: 100%;
  min-height: 100%;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
}

.video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.body-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-top: 0px;
  background-color: transparent;
}

.column {
  bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.column-2 {
  bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  background-color: #000;
}

.blok-paragraph {
  color: #000;
  font-size: 1.7vw;
  line-height: 1.4em;
}

.blok-paragraph.color-wt {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

.blok-paragraph.color-wt.end_p.titr {
  margin-top: 3.5%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.blok-paragraph.color-red {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #ff7575;
}

.blok-paragraph.end_p {
  padding-bottom: 5%;
}

.blok-paragraph.end_p.duble_col {
  margin-top: 2.5%;
  margin-right: 3.5%;
  margin-left: 3.5%;
  padding-bottom: 2.5%;
}

.blok-paragraph.color-dark_red {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #cf0000;
}

.paragraph-2 {
  color: #fff;
}

.image-5 {
  min-width: 100%;
}

.paragraph-3 {
  color: #cf0000;
}

.section {
  position: relative;
  top: 0px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  clear: none;
  background-color: #cf0000;
}

.paragraph-4 {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.bold-text {
  font-weight: 400;
}

.akcent {
  margin-top: 2.5%;
  margin-right: 3.5%;
  margin-left: 3.5%;
  padding-bottom: 2.5%;
  color: #fff;
  font-size: 2.6vw;
  line-height: 1.4em;
  letter-spacing: normal;
}

.akcent.in-col {
  margin-top: 5%;
  margin-left: 7%;
  padding-bottom: 5%;
}

.akcent.blk-font {
  color: #000;
}

.akcent.center {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.akcent.center.titr {
  margin-top: 4%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 3%;
  padding-bottom: 0%;
  padding-left: 3%;
  border-bottom: 0.2vw solid #fff;
  font-size: 2.9vw;
  line-height: 2em;
}

.red-lider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cf0000;
}

.red-lider.black-bg {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #000;
}

.red-lider.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-7 {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 50%;
  max-width: none;
  min-width: 500px;
  padding-bottom: 3.5%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.div-block-8 {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 50%;
  min-width: 500px;
  padding-bottom: 3.5%;
  float: none;
  clear: left;
  background-color: #000;
}

.wt-box {
  position: static;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  float: left;
  background-color: #fff;
}

.wt-box.duble_col {
  padding-top: 0%;
}

.lft-col {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-height: 100%;
  max-width: 50%;
  min-height: 100%;
  min-width: 50%;
  padding-bottom: 0%;
  padding-left: 0%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.lft-col.wt_bg {
  background-color: #fff;
}

.lft-col.cover {
  display: none;
}

.rt-col {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-height: 100%;
  max-width: 50%;
  min-height: 100%;
  min-width: 50%;
  padding-bottom: 0%;
  float: right;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.rt-col.black-bg {
  background-color: #000;
}

.rt-col.cover {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.transition-red {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 200%;
  max-height: 200%;
  max-width: 100%;
  min-height: 200%;
  min-width: 100%;
  background-color: #cf0000;
}

.transition-red.blk {
  display: none;
  background-color: #000;
}

.paragraph-6 {
  padding-bottom: 5%;
  color: #000;
}

.paragraph-7 {
  color: #000;
}

.paragraph-7.end_p {
  padding-bottom: 5%;
}

.paragraph-8 {
  color: #000;
}

.paragraph-8.end_p {
  padding-bottom: 5%;
}

.paragraph-9 {
  color: #fff;
}

.paragraph-10 {
  color: #cf0000;
}

.paragraph-11 {
  color: #fff;
}

.paragraph-12 {
  padding-bottom: 5%;
  color: #cf0000;
}

.paragraph-13 {
  color: #cf0000;
}

.paragraph-14 {
  color: #cf0000;
}

.paragraph-15 {
  color: #fff;
}

.blk-box {
  margin-top: 0px;
  float: left;
  background-color: #000;
}

.paragraph-16 {
  color: #000;
}

.paragraph-16.in-one-col {
  margin-top: 2.5%;
  margin-right: 3.5%;
  margin-left: 3.5%;
}

.paragraph-16.in-one-col.end_p {
  padding-bottom: 2.5%;
}

.italic-text {
  color: #cf0000;
  font-style: normal;
}

.one-col {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: -3.5%;
  margin-right: -3.5%;
  margin-left: -3.5%;
  padding-left: 0%;
  float: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-17 {
  color: #fff;
}

.link {
  position: static;
  left: 0%;
  right: 0%;
  display: block;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Schoolbookc, sans-serif;
  color: #cf0000;
  font-size: 3vw;
  line-height: 1em;
  font-style: italic;
  font-weight: 400;
}

.nav-box {
  position: static;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
  float: left;
  background-color: #fff;
}

.link-2 {
  display: block;
  margin-top: 5%;
  margin-bottom: 5%;
  color: #cf0000;
  font-size: 18%;
  font-style: italic;
}

.columns {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  min-height: auto;
  min-width: auto;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-3 {
  position: static;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bottom_page-link {
  display: block;
  padding-right: 0.5em;
  padding-left: 0.5em;
  float: left;
  border-right: 0.15vw solid #000;
  color: #fff;
  font-size: 1.64vw;
  line-height: 1.8em;
  text-align: left;
  text-decoration: none;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: nowrap;
}

.bottom_page-link.last_link {
  border-right-style: none;
  border-right-width: 0vw;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.face-cover {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  padding-bottom: 0px;
  background-color: #cf0000;
}

.div-block-10 {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: #000;
}

.paragraph-18 {
  margin-top: 0%;
  margin-right: 12%;
  margin-left: 12%;
  font-family: Schoolbookc, sans-serif;
  color: #fff;
  font-size: 2.5vw;
  line-height: 1.32em;
  font-style: italic;
  font-weight: 400;
  text-indent: 1.4em;
}

.body-2 {
  max-height: 100%;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
}

.image-6 {
  position: relative;
  left: auto;
  top: auto;
  display: inline-block;
  height: 77.5%;
  max-height: 77.5%;
  max-width: none;
  min-height: 77.5%;
  margin-bottom: -2%;
  margin-left: -3%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-7 {
  position: relative;
  z-index: 10;
  display: none;
  opacity: 0.29;
}

.text-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 6.8vh;
  line-height: 1.16em;
  text-align: center;
}

.text-block-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 2.97vh;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
}

.text-block-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 0.4vh solid #000;
  color: #000;
  font-size: 2.5vh;
  line-height: 2em;
  text-align: center;
  text-transform: uppercase;
}

.text-block-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 3.3vh;
  line-height: 2em;
  text-align: center;
  text-transform: none;
}

.face-cover-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -8vh;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-8 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 45%;
  max-width: none;
  margin-top: 2.5vh;
  margin-bottom: 4vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-9 {
  width: 45%;
  max-width: none;
  margin-top: 4.5vh;
  margin-bottom: 4.5vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.main-menu {
  position: static;
  left: 0px;
  top: 200%;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-left: 0%;
  padding-top: 8.7%;
  padding-right: 14%;
  padding-left: 14%;
  background-color: #cf0000;
}

.link-menu {
  padding-left: 8%;
  border-bottom: 0.2vh solid #000;
  color: #fff;
  font-size: 4.8vh;
  line-height: 2.2em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.link-menu.last {
  border-bottom-width: 0px;
}

.div-block-11 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 0.25fr;
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.27fr 1.25fr;
  grid-template-columns: 0.27fr 1.25fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  border-top: 0.4vh solid #000;
  border-bottom: 0.4vh solid #000;
}

.link-5 {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.link-6 {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.link-7 {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.link-8 {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.link-9 {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.numb-menu {
  display: block;
  border-bottom: 0.2vh solid #000;
  color: #000;
  font-size: 4.8vh;
  line-height: 2.2em;
  text-align: center;
}

.numb-menu.last {
  border-bottom-width: 0px;
}

.text-block-6 {
  color: #000;
}

.line-palochka {
  position: relative;
  left: 13vw;
  top: -63.5vh;
  bottom: 0px;
  display: block;
  width: 0.4vh;
  height: 62.5vh;
  max-width: 0.4vh;
  min-width: 0.4vh;
  margin-top: 0px;
  background-color: #000;
}

.image-10 {
  position: absolute;
  top: 353px;
  z-index: 25;
  opacity: 0.22;
}

.bottom_menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.7%;
  margin-bottom: 3.1%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  min-width: 100%;
}

.image-12 {
  min-width: 100%;
}

.static_head-img {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -40;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: #000;
}

.static_head-img._0101 {
  display: block;
}

.static_head-img._0102 {
  z-index: -30;
  display: block;
}

.static_head-img._0103 {
  z-index: -20;
  display: block;
}

.static_head-img._0202 {
  z-index: -30;
}

.static_head-img._0203 {
  z-index: -20;
}

.static_head-img._0204 {
  z-index: -10;
}

.image-15 {
  min-width: 100%;
}

.image-16 {
  min-width: 100%;
}

.image-17 {
  width: 100%;
  min-width: 100%;
}

.image-18 {
  width: 100%;
  min-width: 100%;
}

.image-19 {
  width: 100%;
  min-width: 100%;
}

.image-20 {
  width: 100%;
  min-width: 100%;
}

.image-21 {
  width: 100%;
  min-width: 100%;
}

.image-22 {
  width: 100%;
  min-width: 100%;
}

.image-23 {
  width: 100%;
  min-width: 100%;
}

.red-box {
  float: left;
  background-color: #cf0000;
}

.window {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 150%;
  max-height: 150%;
  max-width: 100%;
  min-height: 150%;
  min-width: 100%;
  margin-top: 0%;
  float: left;
}

.div-block-12 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100px;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.text-span {
  color: #cf0000;
  font-size: 3.3vw;
}

.text-span-2 {
  font-size: 3.3vw;
  line-height: 1.6em;
}

.image-24 {
  opacity: 0.34;
}

.image-25 {
  width: 5.2vw;
  margin-top: 3vh;
}

.image-26 {
  opacity: 0.31;
}

.img-alt {
  position: relative;
  top: auto;
  width: 100%;
  height: 110px;
  max-height: 110px;
  max-width: 100%;
  min-height: 110px;
  min-width: 100%;
  margin-top: -110px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  text-align: center;
}

.bold-text-2 {
  line-height: 1.3em;
}

.image-27 {
  position: relative;
  top: -822px;
  display: none;
  width: 100%;
  min-width: 100%;
  opacity: 0.5;
}

.link-10 {
  color: #fff;
}

.link-white {
  color: #fff;
}

.staff-img {
  margin-top: 2.5%;
  margin-left: 3.5%;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
  }
  .navbar {
    padding-top: 0px;
  }
  .header-background {
    height: auto;
    min-height: 400px;
    padding-bottom: 50px;
  }
  .brand-link {
    padding-left: 10px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-container {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-menu {
    background-color: #000;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  h4 {
    font-size: 20px;
    line-height: 1.4;
  }
  h5 {
    font-size: 16px;
    line-height: 1.4;
  }
  h6 {
    font-size: 14px;
    line-height: 1.4;
  }
  p {
    font-size: 16px;
  }
  .navbar {
    padding-top: 0px;
  }
  .header-background {
    height: auto;
    padding-bottom: 40px;
  }
  .headline-container {
    text-align: center;
  }
  .button {
    padding: 15px 20px;
    font-size: 18px;
  }
  .subhead {
    font-size: 24px;
    line-height: 1.2;
  }
  .body-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .hero {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .hero-overlay {
    padding: 40px 20px;
  }
  .heading {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }
  h2 {
    line-height: 1.2;
  }
  h3 {
    line-height: 1.3;
  }
  h4 {
    line-height: 1.4;
  }
  h5 {
    line-height: 1.4;
  }
  .nav-link {
    background-color: #000;
    color: #fff;
  }
  .header-background {
    height: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .headline-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .brand-link {
    padding-left: 10px;
  }
  .site-title {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .icon {
    color: #000;
  }
  .menu-button-2 {
    background-color: #000;
  }
  .menu-button-2.w--open {
    color: #fff;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .centered-container {
    text-align: left;
  }
  .heading {
    font-size: 36px;
  }
  .body {
    background-color: #000;
  }
  .img-in-head.port {
    display: block;
  }
  .img-in-head.land {
    display: none;
  }
  .animation-moscow {
    height: 50%;
    max-height: 50%;
    min-height: 50%;
  }
  .head.no_img {
    height: 150vw;
    max-height: 150%;
    min-height: 150vw;
  }
  .head-name {
    font-size: 13vw;
  }
  .blok-paragraph {
    font-size: 3.9vw;
  }
  .blok-paragraph.color-wt.end_p.titr {
    margin-top: 11vw;
    padding-bottom: 22vw;
  }
  .blok-paragraph.end_p.duble_col {
    margin-top: 5%;
    margin-right: 7%;
    margin-left: 7%;
    padding-bottom: 5%;
  }
  .akcent {
    margin-top: 5%;
    margin-right: 7%;
    margin-left: 7%;
    padding-bottom: 5%;
    font-size: 6vw;
    line-height: 1.3em;
  }
  .akcent.center.titr {
    margin-top: 22vw;
    font-size: 4.5vw;
  }
  .lft-col {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: auto;
    min-width: 100%;
  }
  .lft-col.cover {
    height: 75vw;
    max-height: 75vw;
    min-height: 75vw;
  }
  .rt-col {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: auto;
    min-width: 100%;
  }
  .rt-col.black-bg {
    height: auto;
    max-height: none;
    min-height: auto;
  }
  .rt-col.cover {
    height: 150vw;
    max-height: 150vw;
    min-height: 150vw;
    margin-top: 0px;
  }
  .transition-red {
    display: inline-block;
  }
  .transition-red.blk {
    display: inline-block;
  }
  .link {
    font-size: 7vw;
  }
  .face-cover {
    display: block;
    height: 150vw;
    max-height: 150vw;
    min-height: 150vw;
  }
  .paragraph-18 {
    font-size: 4.5vw;
  }
  .text-block {
    font-size: 6.8vw;
  }
  .text-block-2 {
    font-size: 2.97vw;
  }
  .text-block-3 {
    border-bottom-width: 0.5vw;
    font-size: 2.5vw;
  }
  .text-block-4 {
    font-size: 3.3vw;
  }
  .face-cover-text {
    margin-bottom: 0%;
    margin-left: 0%;
  }
  .image-8 {
    margin-top: 2.5vw;
    margin-bottom: 4vw;
  }
  .image-9 {
    margin-top: 4.5vw;
    margin-bottom: 4.5vw;
  }
  .main-menu {
    padding-right: 5%;
    padding-left: 5%;
  }
  .link-menu {
    padding-left: 5%;
    font-size: 4.8vw;
  }
  .div-block-11 {
    grid-column-gap: 0px;
    -ms-grid-columns: 0.25fr 1.9fr;
    grid-template-columns: 0.25fr 1.9fr;
  }
  .numb-menu {
    font-size: 4.8vw;
  }
  .line-palochka {
    left: 16%;
    top: 4px;
    display: none;
    width: 0.5vw;
    height: 62.5vw;
    max-width: 0.5vh;
    min-width: 0.5vw;
  }
  .image-13 {
    position: absolute;
    top: 483px;
    z-index: 15;
    display: inline-block;
    opacity: 0.37;
  }
  .static_head-img {
    height: 150vw;
    max-height: 150vw;
    min-height: 150vw;
  }
  .static_head-img._0102 {
    display: block;
  }
  .static_head-img._0103 {
    display: block;
  }
  .image-14 {
    position: relative;
    top: 1488px;
    z-index: 22;
    opacity: 0.39;
  }
  .text-span {
    font-size: 7vw;
  }
  .text-span-2 {
    font-size: 7vw;
  }
  .image-25 {
    width: 18vw;
    margin-top: 5vw;
  }
  .img-alt {
    height: 70px;
    max-height: 70px;
    min-height: 70px;
    margin-top: -70px;
    font-size: 11px;
  }
  .image-28 {
    position: relative;
    top: -427px;
    display: none;
    opacity: 0.5;
  }
}

#w-node-727fef9aaf70-4cbde507 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-727fef9aaf72-4cbde507 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-727fef9aaf74-4cbde507 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-727fef9aaf76-4cbde507 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-727fef9aaf78-4cbde507 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-727fef9aaf7a-4cbde507 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-727fef9aaf7c-4cbde507 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-727fef9aaf7e-4cbde507 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-727fef9aaf80-4cbde507 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-727fef9aaf82-4cbde507 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-727fef9aaf84-4cbde507 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-727fef9aaf86-4cbde507 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@font-face {
  font-family: 'Schoolbookc';
  src: url('../fonts/SchoolBookC-Bold.otf?v=6') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Schoolbookc';
  src: url('../fonts/SchoolBookC-Italic.otf?v=6') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Schoolbookc';
  src: url('../fonts/SchoolBookC-BoldItalic.otf?v=6') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Schoolbookc';
  src: url('../fonts/SchoolBookC.otf?v=6') format('opentype');
  font-weight: 400;
  font-style: normal;
}