.header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 712px;
  background: url(/assets/images/main-header-bg.jpg) center center/cover no-repeat;
  background-image: image-set(
    url(/assets/images/main-header-bg-f5ba259b0c1b.webp) type("image/webp"),
    url(/assets/images/main-header-bg.jpg) type("image/jpeg")
  );
}
.header__content {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding: 0px 100px;
}
.header__content_title {
  max-width: 516px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%; /* 60px */
}
.header__content_text {
  max-width: 516px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.header__content_btns {
  display: flex;
  gap: 30px;
}
.header__content_btns-left, .header__content_btns-right {
  padding: 12px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; /* 24px */
  border-radius: 12px;
}
.header__content_btns-left {
  background: #007bd6;
}
.header__content_btns-right {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {
  .header__content {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 637px;
  }
  .header__content {
    padding: 12px;
    text-align: center;
    align-items: center;
  }
  .header__content_title {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .header {
    background: url(/assets/images/main-header-bg-mobile.jpg) center center/cover no-repeat;
    background-image: image-set(
      url(/assets/images/main-header-bg-mobile-9ce518f4244d.webp) type("image/webp"),
      url(/assets/images/main-header-bg-mobile.jpg) type("image/jpeg")
    );
  }
  .header__content {
    text-align: center;
    align-items: center;
  }
  .header__content_title {
    font-size: 32px;
  }
  .header__content_text {
    font-size: 14px;
  }
  .header__content_btns {
    gap: 12px;
  }
  .header__content_btns-left, .header__content_btns-right {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .header {
    height: 608px;
  }
  .header__content {
    text-align: center;
    align-items: center;
  }
  .header__content_title {
    font-size: 32px;
  }
  .header__content_text {
    font-size: 14px;
  }
  .header__content_btns {
    width: 100%;
    flex-direction: column;
  }
}/*# sourceMappingURL=header.css.map */
