.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper-col {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper-col.wc-left {
  background-color: #0098ff;
  background-image: url('../images/donald-trump-4-desktop-wallpaper.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.h1 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.logo-link {
  margin-top: 30px;
  margin-left: 30px;
}

.logo-link.w--current {
  margin-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo-link.w--current:hover {
  opacity: 0.6;
}

.btn {
  margin-top: 20px;
  padding: 15px 24px;
  border-radius: 4px;
  background-color: #1859fe;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  font-weight: 700;
}

.btn:hover {
  background-color: #618eff;
}

.block1 {
  margin-top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.hero-block {
  display: inline-block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  margin-left: 15px;
  float: left;
  border-radius: 80px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.hero-block:hover {
  width: 100px;
  height: 100px;
  border: 4px solid #1859fe;
}

.mail-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 50px 0 #000;
}

.hero-dt {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/dt.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: -20px 0 50px 0 rgba(0, 0, 0, .3);
}

.mail-line {
  height: 1px;
  margin: 30px -30px;
  background-color: #e6e6e6;
}

.mail-sign {
  position: relative;
}

.sign-ava {
  overflow: hidden;
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 3px;
}

.sign-text {
  display: inline-block;
  margin-left: 15px;
}

.sign-name {
  font-size: 18px;
  line-height: 27px;
}

.sign-bio {
  margin-bottom: 0px;
  opacity: 0.6;
  font-size: 12px;
}

.sign-mail {
  margin-top: 2px;
  color: #1859fe;
  font-size: 12px;
  font-weight: 700;
}

.mes-nm {
  opacity: 0.4;
  font-size: 13px;
  font-weight: 700;
}

.mes-text {
  max-width: 500px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 21px;
  line-height: 33px;
}

.sn1 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.heroes-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.heroes-block {
  display: inline-block;
}

.heroes-title {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
  font-size: 12px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.hero-ava {
  width: 70px;
  height: 70px;
}

.mail-ind {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: -15px;
  margin-right: -15px;
  padding: 15px;
  border-radius: 100%;
  background-color: red;
  color: #fff;
  line-height: 5px;
  font-weight: 700;
}

.hero-vp {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/putin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: -20px 0 50px 0 rgba(0, 0, 0, .3);
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.hero-kchi {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/kchi.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: -20px 0 50px 0 rgba(0, 0, 0, .3);
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="dt-loading"] {
  opacity: 0.24;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="show-txt"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

@media (max-width: 991px) {
  .wrapper {
    height: 200vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-col {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrapper-col.dyn {
    height: 100vh;
    min-height: 500px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .h1 {
    font-size: 55px;
    line-height: 60px;
  }
  .block1 {
    margin-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .sign-text {
    width: 350px;
  }
  .mes-text {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 479px) {
  .h1 {
    font-size: 27px;
    line-height: 36px;
  }
  .hero-block {
    width: 60px;
    height: 60px;
  }
  .hero-block:hover {
    width: 80px;
    height: 80px;
  }
  .mail-block {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 20px;
  }
  .mail-line {
    margin: 20px -20px;
  }
  .sign-text {
    width: 170px;
  }
  .sn1 {
    left: 0px;
    top: 83px;
    right: auto;
    display: none;
  }
  .heroes-title {
    padding-top: 0px;
    border-top-style: none;
  }
}

