@font-face {
}
.h1 {
  font-size: 3em;
  font-weight: normal;
  line-height: 1.2em;
}
.h2 {
  font-size: 2.7em;
  font-weight: normal;
  line-height: 1.2em;
}
.h3 {
  font-size: 2.2em;
  font-weight: normal;
  line-height: 1.2em;
}
.h4 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.2em;
}
.h5 {
  font-size: 1.7em;
  font-weight: normal;
  line-height: 1.2em;
}
.p {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.8em;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
.txt-sm {
  font-size: .8rem;
}
.btn {
  border: none;
  background: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 10px 30px;
  border-radius: 5px;
}
.btn_default {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.btn_revers {
  color: #2a2a2a;
  background: rgba(230, 230, 230, 0.5);
}
.btn_dark {
  background: #2a2a2a;
  color: #fff;
  border-radius: 0;
}
@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.eot');
  src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'), url('../fonts/Impact.woff') format('woff'), url('../fonts/Impact.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PF Din Text Comp Pro';
  src: url('PFDinTextCompPro-Regular.eot');
  src: url('PFDinTextCompPro-Regular.eot?#iefix') format('embedded-opentype'), url('PFDinTextCompPro-Regular.woff') format('woff'), url('PFDinTextCompPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  color: #2a2a2a;
  margin: 0;
  background: #0f0f0f;
  letter-spacing: 0.01em;
}
.main {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  font-family: 'Impact';
}
.main-page {
  background-image: url(../img/bg.png);
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
@media all and (max-width: 567px) {
  .main-page {
    background-image: url(../img/bg-mob.png);
  }
}
.main-page__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 45px;
}
@media all and (max-width: 567px) {
  .main-page__wrapper {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
.about {
  display: block;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  margin-bottom: 5px;
}
.about span {
  margin-right: 5px;
  color: #d3d3d3;
  transition: all .3s;
}
.about:hover span {
  color: #fff;
}
@media all and (max-width: 567px) {
  .about {
    margin-bottom: 25px;
  }
}
.mail {
  font-size: 17.5px;
  color: #d3d3d3;
  text-decoration: none;
  letter-spacing: 0.059em;
}
.social__list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media all and (max-width: 567px) {
  .social__list {
    margin-bottom: 30px;
  }
}
.hover {
  display: none;
}
.social__item:hover img {
  display: none;
}
.social__item:hover .hover {
  display: block;
}
.info {
  margin-bottom: 45px;
}
.copy {
  font-family: 'PF Din Text Comp Pro';
  font-size: 16.5px;
  color: #e3e3e3;
  opacity: .2;
  position: absolute;
  right: 23%;
  bottom: 20px;
}
@media all and (max-width: 567px) {
  .copy {
    display: none;
  }
}
@media (min-width:568px) and (max-width: 767px) {
  .copy {
    right: 2%;
    bottom: 2%;
  }
}
@media (min-width:768px) and (max-width: 1023px) {
  .copy {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width:1024px) and (max-width: 1200px) {
  .copy {
    right: 10%;
  }
}
