* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}
body {
  background-color: #131620;
  color: #ebebeb;
  font: 600 24px/33.6px Manrope, sans-serif;
  letter-spacing: -0.03em;
  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: #ebebeb;
}
hr {
  background-color: #e4e4e4;
  height: 1px;
  border: 0;
  opacity: 0.4;
}
.color-green {
  color: #00ffa3;
}
.color-yellow {
  color: #ffca43;
}
.color-blue {
  color: #5db1ff;
}
.page {
  overflow: hidden;
}
.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
}

.header {
  display: flex;
  align-items: center;
  padding: 24px 0;
  height: 100px;
  box-sizing: border-box;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo img {
  width: 182px;
  height: 33px;
}
.header .logo span {
  font-size: 12px;
  line-height: 15.6px;
  letter-spacing: -0.03em;
  display: inline-block;
  margin-left: 24px;
  color: #ffffff;
  opacity: 0.4;
}

.main {
  position: relative;
}
.main:after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/main-bg.svg");
  width: 100%;
  height: 100%;
  top: -60px;
  left: 0;
  z-index: -1;
}
.main h1 {
  font-size: 80px;
  line-height: 112px;
  letter-spacing: -0.07em;
  text-align: center;
  margin-bottom: 103px;
}
.main h1 span {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
}
.main h1 span:before {
  content: "";
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
  margin: 8px 7px 0;
}
.main h1 span.business:before {
  background-image: url("../img/business.png");
}
.main h1 span.precision:before {
  background-image: url("../img/precision.png");
}
.main h1 span.performance:before {
  background-image: url("../img/performance.png");
}
.main h1 span.partnership:before {
  background-image: url("../img/partnership.png");
}
.main .main__btn {
  position: absolute;
  right: 0;
  top: -76px;
  border-radius: 16px;
  border: 1px solid rgba(228, 228, 228, 0.4);
  height: 52px;
  width: 107px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #ffffff;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.main .main__btn:hover {
  border-color: #fff;
}
.main .main__more {
  display: block;
  margin: 0 auto;
  width: 72px;
  height: 72px;
  min-width: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72px;
  background-image: url("../img/arrow-down.svg");
}
.main__content {
  padding: 84px 0 130px;
  position: relative;
}

.features {
  padding: 24px 0 77px;
}
.features__content {
  display: flex;
  justify-content: space-between;
}
.features__item {
  margin-bottom: 65px;
  max-width: 611px;
}
.features__item:last-child {
  margin-bottom: 0;
}
.features__item h2,
.features__item p {
  font-size: 32px;
  font-weight: 600;
  line-height: 44.8px;
  letter-spacing: -0.03em;
}
.features__info {
  max-width: 366px;
  padding: 8px 70px 0 24px;
  width: 100%;
}
.features__info p {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.features__info img {
  width: 86px;
  height: 86px;
}

.clients {
  padding: 101px 0 130px;
  position: relative;
}
.clients:after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/clients-bg.svg");
  width: 100%;
  height: 100%;
  top: -80px;
  left: 0;
  z-index: -1;
}
.clients__content {
  display: flex;
}
.clients__img {
  line-height: 0;
  width: 585px;
  height: 422px;
  margin-right: 40px;
}
.clients__img img {
  width: 100%;
  border-radius: 64px;
  height: auto;
}
.clients__info {
  display: block;
  margin-top: 130px;
  width: 575px;
  height: 100%;
  box-sizing: border-box;
  border-radius: 64px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 69px 60px 64px;
}
.clients__info p {
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: -0.03em;
}

.hire-us {
  padding: 128px 0 227px;
  text-align: center;
}
.hire-us p {
  opacity: 0.5;
}
.hire-us a {
  font-size: 80px;
  line-height: 112px;
  letter-spacing: -0.07em;
  position: relative;
}
.hire-us a:after {
  content: "";
  position: absolute;
  bottom: 16px;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  left: 0;
  right: 0;
  transition: opacity 0.2s;
}
.hire-us a:hover::after {
  opacity: 0.4;
}
.footer {
  padding: 66px 0;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__info a {
  display: block;
  text-align: right;
}
.footer__info a:hover {
  text-decoration: underline;
}
.footer__info span {
  display: block;
  text-align: right;
  opacity: 0.5;
}
.footer__info {
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: -0.03em;
}
.footer__info p {
  opacity: 0.5;
}

@media only screen and (max-width: 960px) {
  .container {
    padding: 0 20px;
  }

  .header {
    height: auto;
    padding: 32px 0 16px;
  }
  .header .logo {
    flex-direction: column;
  }
  .header .logo img {
    width: 132px;
    height: 24px;
  }
  .header .logo span {
    margin-left: 0;
    margin-top: 52px;
    text-align: center;
  }

  .main::after {
    width: 100vw;
    height: calc(100% + 155px);
    top: -155px;
    background-position: right 70% bottom 0%;
  }
  .main h1 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 32px;
  }
  .main h1 span:before {
    width: 50px;
    height: 50px;
    background-size: 50px;
    margin: 4px 4px 0;
  }
  .main .main__more {
    display: none;
  }
  .main .main__btn {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
  .main__content {
    padding: 0 0 154px;
  }

  .features {
    padding: 24px 0;
  }
  .features__content {
    display: block;
  }
  .features__list {
    margin-bottom: 64px;
  }
  .features__item {
    margin-bottom: 24px;
  }
  .features__item h2,
  .features__item p {
    font-size: 20px;
    line-height: 28px;
  }
  .features__info {
    padding: 0;
  }
  .features__info p {
    font-size: 12px;
    line-height: 16.8px;
    margin-bottom: 29px;
  }

  .clients {
    padding: 158px 0 107px;
  }
  .clients::after {
    top: -66px;
    background-position: right 25% top -6px;
  }
  .clients__content {
    display: block;
  }
  .clients__img {
    width: 100%;
    height: auto;
  }
  .clients__img img {
    border-radius: 32px;
  }
  .clients__info {
    margin-top: 10px;
    padding: 40px 35px 45px;
    width: 100%;
    height: auto;
    border-radius: 32px;
  }
  .clients__info p {
    font-size: 20px;
    line-height: 28px;
  }

  .hire-us p {
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
  }
  .hire-us a {
    font-size: 36px;
    line-height: 50.4px;
  }
  .hire-us a:after {
    bottom: 8px;
  }

  .footer {
    padding: 32px 0;
  }
  .footer__content {
    align-items: flex-end;
  }
  .footer .footer__info {
    font-size: 12px;
    line-height: 16.8px;
  }
  .footer .footer__info:first-child {
    margin-right: 40px;
  }
}
