* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}
body {
  background-color: #000000;
  color: #f1f1f1;
  font: 700 36px/48px Manrope, sans-serif;
  letter-spacing: -0.05em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
  text-decoration: none;
  color: #00b2ff;
}

h1 {
  font-size: 96px;
  line-height: 92px;
  margin-bottom: 64px;
  letter-spacing: -0.05em;
  width: 99%;
}
h2 {
  font-size: 96px;
  line-height: 92px;
  letter-spacing: -0.05em;
}
h3 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.05em;
}
p {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.05em;
}
h1 span {
  color: #00b2ff;
}

.page {
  overflow: hidden;
}

.container {
  max-width: 1004px;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  margin: 0 auto;
}

header {
  padding: 64px 0;
  line-height: 0;
}
header img {
  height: 32px;
}

.main {
  margin-top: 70px;
}
.main p {
  margin-bottom: 64px;
}
.main img {
  max-width: 960px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.services {
  margin-top: 64px;
}
.services__item {
  margin-bottom: 96px;
}
.services__item h3 {
  margin-bottom: 8px;
}
.services__item p {
  opacity: 0.6;
}

.features {
  margin-top: 180px;
}
.features img {
  width: 118px;
  height: 118px;
  margin-bottom: 64px;
  display: block;
}
.features__item {
  margin-bottom: 48px;
}
.features__item p {
  opacity: 0.6;
}

.contacts {
  margin-top: 180px;
  margin-bottom: 116px;
}

footer {
  padding: 64px 0;
}
footer p {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
}

@media only screen and (max-width: 960px) {
  h1 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 24px;
    word-break: break-word;
  }
  h2 {
    font-size: 44px;
    line-height: 48px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  p {
    font-size: 24px;
    line-height: 32px;
  }

  header {
    padding: 24px 0;
  }
  header img {
    height: 24px;
  }

  .main img {
    min-height: 294px;
  }

  .services__item {
    margin-bottom: 48px;
  }

  .features {
    margin-top: 96px;
  }
  .features img {
    height: 66px;
    width: 66px;
    margin-bottom: 48px;
  }
  .features__item {
    margin-bottom: 32px;
  }
  .contacts {
    margin-top: 96px;
    margin-bottom: 72px;
  }

  footer {
    padding: 24px 0;
  }
  footer p {
    font-size: 12px;
    line-height: 16px;
  }
}
