@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

.home {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  color: #fdfdfd;
  position: relative;
  padding: 15px 0;
}

.home::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.64;
}

.home__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
}

.home__content {
  margin: auto 0;
  max-width: 635px;
}

.home__logo {
  display: block;
  margin-bottom: 72px;
}

.home__title {
  font: normal normal bold 59px/64px "Montserrat", sans-serif;
  margin-bottom: 24px;
}

.home__descr {
  font: normal normal 300 26px/40px "Montserrat", sans-serif;
  margin-bottom: 48px;
}

.home-contact {
  display: inline-block;
  max-width: 375px;
  width: 100%;
  position: relative;
}

.home-contact__body {
  background-color: #fdfdfd;
  padding: 40px 56px;
  z-index: 2;
  position: relative;
}

.home-contact__body::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fdfdfd;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(-30deg, 0deg);
          transform: skew(-30deg, 0deg);
}

.home-contact__red {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 13px;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  z-index: 0;
}

.home-contact__red::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ff0000;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(-30deg, 0deg);
          transform: skew(-30deg, 0deg);
}

.home-contact__title {
  font: normal normal bold 26px/32px "Montserrat", sans-serif;
  color: #ff0000;
  margin-bottom: 22px;
  position: relative;
}

.home-contact__label {
  font: normal normal normal 20px/24px "Montserrat", sans-serif;
  color: #111111;
  opacity: 0.56;
}

.home-contact__mail {
  font: normal normal 500 20px/24px "Montserrat", sans-serif;
  color: #111111;
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 768px) {
  .home__logo {
    margin-bottom: 40px;
  }
  .home__title {
    font-size: 37px;
    line-height: 47px;
  }
  .home__descr {
    font-size: 20px;
    line-height: 30px;
  }
  .home-contact {
    max-width: 300px;
  }
  .home-contact__body {
    padding: 28px 38px;
  }
  .home-contact__title {
    font-size: 21px;
    line-height: 24px;
  }
  .home-contact__label {
    font-size: 17px;
    line-height: 20px;
  }
  .home-contact__mail {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 576px) {
  .home__logo {
    margin-bottom: 40px;
  }
  .home__title {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 12px;
  }
  .home__descr {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .home-contact {
    max-width: 260px;
  }
  .home-contact__body {
    padding: 28px 38px;
  }
}

@media (max-width: 375px) {
  .home-contact {
    max-width: 200px;
  }
  .home-contact__body {
    padding: 21px 26px;
  }
}

.page {
  font-family: "Montserrat", sans-serif;
  max-width: 1170px;
  padding: 32px;
  margin: 0 auto;
}

.page h1 {
  font-size: 30px;
  padding-bottom: 10px;
}

.page h2 {
  font-size: 26px;
  padding-bottom: 10px;
}

.page h3 {
  font-size: 24px;
  padding-bottom: 10px;
}

.page h4 {
  font-size: 22px;
  padding-bottom: 10px;
}

.page p {
  padding-bottom: 24px;
  line-height: 24px;
}

.page li {
  padding-bottom: 20px;
  line-height: 20px;
}
/*# sourceMappingURL=style.css.map */