html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  background: black url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  color: white;
}
body .contacts {
  position: absolute;
  top: 40px;
  right: 40px;
}
body .contacts .tell {
  margin-right: 40px;
  display: inline-block;
}
body .contacts .tell span {
  background-repeat: no-repeat;
  background-image: url(../img/phone.svg);
  width: 160px;
  height: 24px;
  background-size: 160px 24px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.2s ease-in-out 0s;
}
body .contacts .tell span:hover {
  opacity: 0.7;
  cursor: pointer;
}
body .contacts .mail {
  display: inline-block;
}
body .contacts .mail span {
  background-repeat: no-repeat;
  background-image: url(../img/mail.svg);
  width: 140px;
  height: 22px;
  background-size: 140px 22px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.2s ease-in-out 0s;
}
body .contacts .mail span:hover {
  opacity: 0.7;
  cursor: pointer;
}
body .centered {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .clear {
  clear: both;
}
body .container {
  text-align: center;
  margin-top: 50px;
}
body .shadow {
  background: url(../img/shadow.png) no-repeat center center;
  padding: 50px 150px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
}
body .shadow .sep {
  width: 3px;
  height: 175px;
  vertical-align: middle;
  background: #6CACDA;
  display: inline-block;
  margin-left: 45px;
  margin-right: 45px;
}
body .shadow .text {
  vertical-align: middle;
  display: inline-block;
  min-width: 400px;
}
body .shadow .text img {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
body .shadow .logo {
  vertical-align: middle;
  display: inline-block;
}
body .shadow .logo img {
  height: 150px;
  display: inline-block;
  max-width: 322px;
  width: 100%;
}
body .btn {
  margin-top: 50px;
}
body .btn span {
  max-width: 335px;
  height: 55px;
  background: url(../img/btn.svg) no-repeat center center;
  background-size: 100% 55px;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  box-sizing: border-box;
}
body .btn span:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media (max-width: 1150px) {
  body .shadow {
    padding: 50px 50px;
    background-size: 102% 100%;
  }
  body .shadow .sep {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  body .shadow .sep {
    margin-left: 0px;
    margin-right: 0px;
    height: 3px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  body {
    background-size: auto;
    height: auto;
  }
  body .btn {
    margin-top: 0px;
  }
  body .shadow {
    padding: 50px 15px;
  }
  body .shadow .text {
    min-width: 0px;
    width: 100%;
  }
  body .centered {
    display: block;
    margin-top: 100px;
    margin-bottom: 15px;
  }
  body .contacts {
    right: 0px;
    width: 100%;
    text-align: center;
  }
  body .contacts .tell {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
