@charset "UTF-8";

.page__buffer {
  height: 50px
}
@media only screen and (max-width:767px) {
  .container {
    width: 100%;
    padding: 0 20px
  }
}
.first-screen {
  background-image: url(../img/content/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 100vh;
  position: relative;
  overflow: hidden
}
.first-screen-block {
  padding: 120px 0 0;
  width: 700px;
  display: block;
  text-align: center;
  margin: 0 auto
}
.first-screen-block h1 {
  font-size: 78px;
  line-height: 68px;
  padding-bottom: 14px
}
.first-screen-block span {
  display: block;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  padding-bottom: 44px
}
.first-screen-block p {
  color: #4d4d4d;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  width: 543px;
  margin: 0 auto
}
@media only screen and (max-width:767px) {
  .first-screen-block p {
    width: 100%
  }
  .first-screen-block {
    width: 100%;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    transform: none;
    padding: 30px 0
  }
  .first-screen .btn-block .btn {
    margin-bottom: 15px
  }
}
.first-screen .btn-block {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 42px
}
.first-screen .btn-block .btn {
  text-decoration: none;
  color: #000;
  font-family: FuturaPT, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  border: 1px solid #000;
 
  padding: 26px 90px;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer
}
@media only screen and (min-width:1200px) {
  .first-screen .btn-block .btn:hover {
    color: #fff;
    border: 1px solid #e71e66;
    background-color: #e71e66
  }
}
@media only screen and (max-width:767px) {
  .first-screen .btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 280px;
    margin: 0 auto
  }
  .first-screen {
    height: 100%
  }
}
.content {
  min-height: 100%
}
.popup__container {
  max-width: 400px;
  color: #4d4d4d;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px
}