@import "https://fonts.googleapis.com/css?family=PT+Mono"; /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  box-sizing: content-box;
}
body {
  font-family: PT Mono, PT Serif, serif, Helvetica, system-ui;
  background: #fff;
  color: #070106;
  overflow: hidden;
}
a {
  color: #37aed5;
}
a:hover {
  color: #2797bc;
}
.main-block {
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
}
.main-block__bg {
  width: 40%;
  height: 100vh;
  background-image: url(https://media3.giphy.com/media/rzIOcIZEKeKiY/giphy.gif);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.main-block__email {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 10%;
  margin-top: 40px;
  font-size: 20px;
}
.main-block__email b,
.main-block__email a {
  font-family: Ubuntu Mono;
}
.main-block__info {
  width: 60%;
  position: relative;
}
.main-block__info-center {
  width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-block__info-center h1 {
  font-family: PT Mono, PT Serif, serif, Helvetica, system-ui;
  font-size: 100px;
  letter-spacing: 0.9px;
  line-height: 100px;
  margin-bottom: 20px;
  transition: text-shadow 0.3s ease-out;
  width: 600px;
}
.main-block__info-center p {
  font-family: PT Mono;
  font-size: 29px;
  color: #070106;
  letter-spacing: -1px;
  line-height: 61px;
  width: 650px;
}
.main-block__info-center p a {
  font-size: 26px;
}
@media screen and (max-width: 1140px) {
  .main-block__info--left h1 {
    font-size: 100px;
  }
  .main-block__info--left p {
    width: 100%;
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .main-block__bg {
    width: 35%;
  }
  .main-block__left {
    width: 65%;
  }
  .main-block__left h1 {
    font-size: 90px;
  }
  .main-block__left p {
    font-size: 26px;
  }
  .main-block__info {
    width: 520px;
  }
}
@media screen and (min-width: 1441px) {
  .main-block__bg,
  .main-block__left {
    width: 50%;
  }
}
.grid {
  position: absolute;
  z-index: 0;
  height: 100vh;
  width: 100%;
}
.grid div {
  height: 100vh;
  width: 10%;
  border-right: 1px solid #f5f5f5;
  display: inline-block;
}
