:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

.a-header {
  background: url(../images/bg.svg) center top no-repeat;
  background-size: cover;
  padding: 124px 0 48px 0;
  margin: -64px 0 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .a-header {
    padding: 190px 0 196px;
    margin: -90px 0 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .a-header {
    background-position: 0 100%;
  }
}
.a-header iframe {
  aspect-ratio: 16/9;
}
.a-header .a-container {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .a-header .a-container {
    flex-direction: row;
  }
}
.a-header__text-content {
  margin: 40px 0 0 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .a-header__text-content {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0 40px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .a-header__media-content {
    flex: 1;
  }
}
.a-header__media-content_bg {
  display: none;
}
@media only screen and (min-width: 768px) {
  .a-header__media-content_bg {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    width: 700px;
    transform: translateY(-50%);
    z-index: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .a-header__media-content_bg {
    max-height: calc(100% - 100px);
  }
}
.a-header__media-content_bg .a-header__image {
  display: block;
  height: 100%;
}
.a-header__image {
  max-width: 100%;
  display: block;
}
.a-header__subtitle {
  margin: 8px 0 0 0;
  font-size: 1.5rem;
  line-height: 1.9375rem;
  max-width: 330px;
}
.a-header__subtitle:after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  margin: 20px 0 0 0;
  background-color: #01a9c1;
}
.a-header__text {
  font-size: 1.25rem;
  line-height: 2rem;
  max-width: 400px;
  margin: 30px 0 0 0;
}
.a-header__buttons {
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
}
.a-header .a-button + .a-button {
  margin: 0 0 0 20px;
}
.a-header h1.a-title {
  font-size: 2.1875rem;
  line-height: 2.4375rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.a-header h1.a-title_no-upper {
  text-transform: none;
}
@media only screen and (min-width: 1025px) {
  .a-header h1.a-title {
    font-size: 3.3125rem;
    line-height: 3.625rem;
  }
}
.a-header h1.a-title span {
  color: #01a9c1;
}
.a-header h1.a-title span.a-green {
  color: #38cf77;
}
.a-header h1.a-title span.a-purple {
  color: #9c88bc;
}
.a-header h1.a-title:after {
  display: none;
}