.service-hero {
  height: 100vh;
}
.service-hero__video-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.service-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4901960784);
  opacity: 0;
}
.service-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.service-hero__page-one {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 42px;
  position: relative;
  z-index: 3;
}
.service-hero__title {
  font-family: "ABC Arizona Mix Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.service-hero__logo {
  max-width: 789px;
  width: 100%;
  height: auto;
}
.service-hero__btn-list {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-hero__page-two {
  display: flex;
  flex-flow: column;
  gap: 60px;
  position: relative;
  z-index: 3;
  height: 100vh;
  max-width: 1349px;
}
.service-hero__text {
  font-family: "ABC Arizona Mix Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.service-hero__list {
  display: flex;
  width: 100%;
  gap: 72px;
  align-items: flex-start;
  max-width: 972px;
}
.service-hero__item-image {
  height: 65px;
  width: auto;
}
.service-hero__item-image img {
  height: 65px;
  width: auto;
}
.service-hero__subtext {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #ffffff;
  max-width: 480px;
  width: 100%;
}
.service-hero__item {
  display: flex;
  flex-flow: column;
  gap: 13px;
}
.service-hero__item-text {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-top: 8px;
}
.service-hero__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.service-hero__footer {
  margin-top: 0px;
  display: flex;
  flex-flow: column;
  gap: 38px;
}
.service-hero__partners-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-hero__partners-item {
  height: auto;
  width: auto;
}
.service-hero__partners-item img {
  max-width: 172px;
  max-height: 84px;
  width: auto;
  height: auto;
}

@media (max-width: 1279px) {
  .service-hero__page-one {
    justify-content: flex-end;
    padding-bottom: 165px;
    gap: 20px;
  }
  .service-hero__btn-list {
    gap: 4px;
  }
  .service-hero__title {
    font-family: "ABC Arizona Mix Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.03em;
    max-width: 720px;
  }
  .service-hero__logo {
    height: 43px;
    width: auto;
    display: flex;
    align-items: flex-start;
  }
  .service-hero__logo img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
} /*# sourceMappingURL=style.css.map */
