* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}
body {
  position: relative;
  background-color: #1b181c;
  color: #ffffff;
  font: 700 20px/24px "Manrope", sans-serif;
  letter-spacing: -0.02em;
  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%;
}
button {
  font-family: inherit;
  letter-spacing: inherit;
  outline: none;
}
button {
  cursor: pointer;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  text-decoration: underline;
  color: #ffffff;
  opacity: 0.4;
}
h1 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.05em;
}
h2,
h3 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.05em;
}

.header {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.header__logo {
  width: 86px;
  height: 67px;
}
.header__link a {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.05em;
  text-align: right;
}
.main {
  padding: 13px 20px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.main__content {
  position: absolute;
  margin-left: 177px;
  max-width: 776px;
  margin-right: 142px;
}
.main__content p {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.05em;
  opacity: 0.4;
  margin-top: 8px;
}
.main__img {
  margin-top: 64px;
  margin-left: auto;
  max-width: 1096px;
  display: block;
}
.main__img img{
  max-height: 737px;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
.section {
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
.section + .section {
  margin-top: 20px;
}
.section.-theme-light .section__content {
  background-color: #dbdbdb;
}
.section.-theme-green .section__content {
  background-color: #c3ce7a;
}
.section.-theme-pink .section__content {
  background-color: #f9a38c;
}
.section.-theme-blue .section__content {
  background-color: #6671d3;
}
.section__content {
  padding: 10px 16px;
}
.section__title {
  width: 100%;
  position: absolute;
  max-width: 1015px;
  box-sizing: border-box;
  margin-right: 72px;
}
.section__description {
  max-width: 884px;
}
.section__title h2 {
  color: #1b181c;
}
.section__title p,
.section__description p {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.05em;
  color: #1b181c;
  opacity: 0.4;
  margin-top: 8px;
}
.section__description p + p {
  margin-top: 16px;
}
.section__img {
  max-width: 1000px;
  margin-left: auto;
}
.section__title + .section__img {
  margin-top: 140px;
}
.section__img.-top {
  margin-top: -116px;
}
.section__headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  color: #1b181c;
}
.section__headline .order {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.05em;
}
.section__feature-list {
  margin-top: 140px;
  margin-bottom: 70px;
  display: flex;
}
.section__feature-item {
  max-width: 272px;
  width: 100%;
  margin-right: 40px;
}
.section__feature-item:last-child {
  margin-right: 0;
}
.section__feature-item h4 {
  color: #1b181c;
  margin-bottom: 8px;
}
.section__feature-item p {
  color: #1b181c;
  opacity: 0.4;
}
.footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 24px 20px 200px;
  box-sizing: border-box;
}
.footer__info {
  display: flex;
}
.footer__info p {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #767477;
  margin-top: -4px;
}
.footer__logo {
  width: 76px;
  margin-right: 22px;
}

@media only screen and (max-width: 1180px) {
  .header {
    position: relative;
  }
  .main__content {
    position: relative;
    margin: 0;
  }
  .main__img {
    margin: -64px -20px -116px;
  }
  .section__title {
    position: relative;
  }
  .section__title + .section__img,
  .section__img.-top {
    margin-top: 0;
  }
}
@media only screen and (max-width: 960px) {
  .header__link a {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.05em;
  }
  h1 {
    font-size: 32px;
    line-height: 32px;
  }
  h2,
  h3 {
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.05em;
  }
  .main {
    padding-top: 20px;
    overflow: hidden;
  }
  .main__content p {
    font-size: 32px;
    line-height: 32px;
  }
  .main__img img {
    min-height: 515px;
    min-width: 515px;
    object-fit: cover;
    object-position: -36px 0;
  }
  .section {
    padding: 0;
    overflow: hidden;
  }
  .section + .section {
    margin-top: 4px;
  }
  .section__title p,
  .section__description p,
  .section__headline .order {
    font-size: 24px;
    line-height: 28.8px;
  }
  .section__headline .order {
    margin-left: 16px;
    display: block;
  }
  .section__img {
    margin: 0 -16px;
  }
  .section__img img {
    object-fit: cover;
    object-position: -50px 0;
    min-height: 473px;
    min-width: 473px;
  }
  .section__feature-list {
    margin-top: 64px;
    margin-bottom: 38px;
    display: block;
  }
  .section__feature-item {
    margin-bottom: 32px;
    margin-right: 0;
  }
  .section__feature-item h4,
  .section__feature-item p {
    font-size: 16px;
    line-height: 19.2px;
  }
  .section__feature-item:last-child {
    margin-bottom: 0;
  }
  .footer {
    padding: 20px 20px 200px;
  }
  .footer__info {
    flex-direction: column;
  }
  .footer__info p {
    font-size: 16px;
    line-height: 19.2px;
  }
  .footer__logo {
    margin-bottom: 40px;
  }
  .footer__link {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    line-height: 16px;
  }
}
