@font-face {
font-family: 'AvenirHeavy';
src: url('../fonts/AvenirLT-Black.eot');
src: url('../fonts/AvenirLT-Black.eot?#iefix') format('embedded-opentype'),
url('../fonts/AvenirLT-Black.woff') format('woff'),
url('../fonts/AvenirLT-Black.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Avenir';
src: url('../fonts/AvenirLT-Medium.eot');
src: url('../fonts/AvenirLT-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/AvenirLT-Medium.woff') format('woff'),
url('../fonts/AvenirLT-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AvenirBook';
src: url('../fonts/AvenirLT-Book.eot');
src: url('../fonts/AvenirLT-Book.eot?#iefix') format('embedded-opentype'),
url('../fonts/AvenirLT-Book.woff') format('woff'),
url('../fonts/AvenirLT-Book.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

body, html {
  background: #fff;
  font-family: 'Avenir', sans-serif;
  height: 100%;
  width: 100%;
}

.phones_mobile {
  display: none;
}

footer {
  width: 100%;
  height: 60px;
  background-color: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .registered {
  color: #20181C;
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 0;
}

footer .registered img {
  position: relative;
  top: -2px;
  max-width: 36px;
  margin-right: 10px;
}

.contact-us {
  color: #20181C;
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 0;
}

.contact-us a {
  color: #95848C;
  outline: 0;
}

.contact-us a:hover {
  color: #95848C;
}

.intro {
  width: 100%;
  padding: 100px 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro-subscribed {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(15vh - 75px);
}

.intro .hood {
  width: 80px;
}

.intro-button {
  font-size: 18px;
  line-height: 22px;
  color: #4E97F7;
  outline: 0;
  padding: 11px 22px;
  border: 2px solid #4E97F7;
  border-radius: 100px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 245px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.intro-button:hover {
  color: #4E97F7;
  text-decoration: none;
  opacity: .7;
}

.intro-button img {
  margin-right: 15px;
  color: #4E97F7;
  width: 24px;
}

.intro-button input, .intro-button button, .intro-button img.btn-state {
  display: none;
}

.intro-button input {
  color: #20181C;
  font-size: 18px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  width: 0;
}

.intro-button input:focus {
  outline: none;
  border: none;
}

.intro-button input::-webkit-input-placeholder {
  color: #9D9292;
}

.intro-button input:-ms-input-placeholder {
  color: #9D9292;
}

.intro-button input::-ms-input-placeholder {
  color: #9D9292;
}

.intro-button input::placeholder {
  color: #9D9292;
}

.intro-button button {
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #4E97F7), color-stop(0%, #4E94F7));
  background: linear-gradient(180deg, #4E97F7 100%, #4E94F7 0%);
  color: #fff;
  font-size: 18px;
  float: right;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 28px 8px 28px;
  position: absolute;
  right: 5px;
  cursor: pointer;
}

.intro-button button:focus {
  outline: 0;
}

.intro-button.active {
  width: 420px;
  background: #fff;
  position: relative;
}

.intro-button.active span:not(.btn-state), .intro-button.active img:not(.btn-state) {
  display: none;
}

.intro-button.active input, .intro-button.active button {
  display: initial;
  width: auto;
}

.intro-button.active input {
  width: 60%;
}

.intro-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.intro-container .row {
  width: 100%;
}

.intro-phones {
  position: absolute;
  right: 5%;
  top: -25px;
  width: 40%;
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.intro-subtitle {
  font-size: 20px;
  line-height: 27px;
  color: #20181C;
  margin-top: 16px;
  font-family: 'AvenirBook';
  width: 450px;
}

.intro-subtitle-subscribed {
  margin-top: 0;
  text-align: center;
}

.intro-title {
  font-size: 56px;
  line-height: 64px;
  width: 520px;
  color: #20181C;
  font-family: 'AvenirHeavy';
  margin-top: 135px;
}

.intro-title-subscribed {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.intro-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-100 {
  height: 100%;
}

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .intro-subtitle {
    font-size: 16px;
    line-height: 23px;
    width: 350px;
  }
  .intro-title {
    font-size: 40px;
    line-height: 54px;
    width: 350px;
  }
  .intro-phones {
    position: absolute;
    right: 5%;
    top: 25px;
    width: 40%;
  }
}

@media (max-width: 969px) {
  .intro {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro-phones {
    display: none;
  }
  .intro-subtitle {
    text-align: center;
  }
  .intro-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .intro {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    position: relative;
    height: 100%;
  }
  .intro-container {
    padding: 60px 40px 0 60px;
    height: calc(100vh - 60px);
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .intro-phones {
    display: none;
  }
  .intro-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: calc(100vh - 120px);
  }
  .intro-subtitle {
    text-align: left;
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }
  .intro-title {
    text-align: left;
    width: auto;
    font-size: 28px;
    line-height: 30px;
    margin-top: 155px;
  }
  .intro-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .intro-button span.btn-state {
    display: none;
  }
  .intro-button img.btn-state {
    display: initial;
    margin-right: 0;
  }
  .intro-button button {
    padding: 8px;
  }
  .intro-button.active {
    width: calc(100% + 40px);
  }
  .intro-button.active input, .intro-button.active button {
    display: initial;
    width: 40px;
  }
  .intro-button.active input {
    width: 85%;
  }
  footer {
    height: 60px;
    z-index: 5;
  }
  .phones_mobile {
    display: block;
    width: calc(100% + 60px);
    position: absolute;
    bottom: 0px;
    left: -30px;
    z-index: 2;
  }
}
