.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 33px;
  padding-bottom: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ilya-lix-_aBSUUhqMoo-unsplash_s.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.link-block {
  width: 55%;
  height: 222px;
  background-image: url('../images/LOGO_rgb_blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image {
  display: block;
}

.heading {
  position: static;
  left: auto;
  top: 4%;
  right: auto;
  bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1b1464;
  font-size: 26px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px hsla(0, 0%, 100%, 0.26);
}

.link-block-2 {
  width: 44px;
  height: 44px;
  background-image: url('../images/arrow_down.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 333ms cubic-bezier(.795, .026, .25, 1);
  transition: all 333ms cubic-bezier(.795, .026, .25, 1);
}

.link-block-2:hover {
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 101px;
  padding-bottom: 105px;
  -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;
}

.h1 {
  margin-bottom: 46px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1b1464;
  font-size: 72px;
  line-height: 88px;
  text-align: center;
  letter-spacing: 8px;
}

.p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 1px;
}

.p.cent {
  color: #5a5a5a;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 1.5px;
}

.p.cent.blu {
  color: #1b1464;
}

.centerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  max-width: 1000px;
  -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;
}

.centerdiv.sub {
  margin-top: 96px;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 99px;
  -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;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.img_title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #1b1464;
  font-size: 21px;
  text-align: center;
  letter-spacing: 1px;
}

.image-2 {
  margin-bottom: 30px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  margin-right: 60px;
  margin-left: 60px;
}

.greypanel {
  position: absolute;
  left: 29%;
  top: 1568px;
  z-index: -1;
  width: 887px;
  height: 397px;
  background-color: #eee;
  color: #969696;
}

.wwd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 112px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.36)), to(hsla(0, 0%, 100%, 0.36))), url('../images/bg_2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.36), hsla(0, 0%, 100%, 0.36)), url('../images/bg_2.jpg');
  background-position: 0px 0px, 43% 100%;
  background-size: auto, 134%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.line {
  width: 88%;
  height: 4px;
  margin-bottom: 77px;
  background-color: #1b1464;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 69px;
  padding-bottom: 79px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ilya-lix-_aBSUUhqMoo-unsplash_s.jpg');
  background-position: 50% 0%;
  background-size: 2903px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.plink {
  color: #1b1464;
  text-decoration: none;
}

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

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.link-block-3 {
  width: 40px;
  height: 47px;
  background-image: url('../images/Twitter_Logo_Blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-3:hover {
  opacity: 0.76;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 33px;
  -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-color: #000;
}

.footlink {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

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

.footlink.kk {
  margin-right: 0px;
  margin-left: 0px;
}

.preload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 333;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b2 {
  font-size: 37px;
}

.btn {
  background-color: #383838;
  -webkit-transition: all 222ms ease;
  transition: all 222ms ease;
  font-family: 'Roboto Condensed', sans-serif;
}

.btn:hover {
  background-color: #747474;
}

.div-block-5 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.div-block-5.kk {
  width: 80%;
}

.btn-copy {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 1%;
  background-color: #ff0048;
  -webkit-transition: all 222ms ease;
  transition: all 222ms ease;
  font-family: 'Roboto Condensed', sans-serif;
}

.btn-copy:hover {
  background-color: #ff5081;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 19px;
  }

  .centerdiv {
    width: 74%;
  }

  .team {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-3 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .greypanel {
    left: 0%;
    top: 1654px;
    width: 711px;
  }

  .line {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 0px;
    padding-bottom: 97px;
  }

  .link-block {
    width: 91%;
  }

  .heading {
    font-size: 17px;
    letter-spacing: 2px;
  }

  .link-block-2 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .about {
    padding-top: 72px;
    padding-bottom: 66px;
  }

  .h1 {
    font-size: 51px;
    line-height: 66px;
    letter-spacing: 4px;
  }

  .centerdiv {
    width: 95%;
  }

  .centerdiv.sub {
    margin-top: 111px;
  }

  .team {
    padding-bottom: 158px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-3 {
    margin: 49px 0px 50px;
  }

  .greypanel {
    display: none;
  }

  .wwd {
    padding-bottom: 114px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/bg_2.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/bg_2.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }

  .line {
    margin-bottom: 116px;
  }

  .contact {
    padding-top: 87px;
    padding-bottom: 102px;
  }

  .b2.kkk {
    font-size: 29px;
  }

  .div-block-5.kk {
    width: 93%;
  }
}

