.header-section {
  margin-bottom: 40px;
}

.header-section .small_section_width {
  max-width: 1700px;
}

.header-section .small_section_width .header-section__content {
  grid-gap: 100px;
  grid-template-columns: 0.8fr 1fr;
}

@media only screen and (max-width: 1919px) {
  .header-section .small_section_width .header-section__content {
    grid-template-columns: 0.9fr 1fr;
  }
}
@media only screen and (max-width: 1212px) {
  .header-section .small_section_width .header-section__content {
    grid-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .header-section .small_section_width .header-section__content {
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.header-section .small_section_width .header-section__content.reverse-content-order {
  grid-template-columns: 1fr 0.8fr;
}

@media only screen and (max-width: 1919px) {
  .header-section .small_section_width .header-section__content.reverse-content-order {
    grid-template-columns: 1fr 0.9fr;
  }
}
@media only screen and (max-width: 1212px) {
  .header-section .small_section_width .header-section__content.reverse-content-order {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .header-section .small_section_width .header-section__content.reverse-content-order {
    grid-template-columns: repeat(1, 1fr);
  }
}
.header-section .header-section__content {
  display: grid;
  grid-gap: 17px;
  grid-template-columns: 1fr 0.9fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1919px) {
  .header-section .header-section__content {
    grid-gap: 24px;
    grid-template-columns: 1fr 0.8fr;
  }
}
@media only screen and (max-width: 1439px) {
  .header-section .header-section__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1212px) {
  .header-section .header-section__content {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
@media only screen and (max-width: 1023px) {
  .header-section .header-section__content {
    grid-gap: 41px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.header-section .header-section__content.reverse-content-order .header-section__left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.header-section .header-section__content.reverse-content-order .header-section__right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.header-section .header-section__left {
  max-width: 750px;
}

.header-section .header-section__left .header-section__subtitle,
.header-section .header-section__left .header-section__description {
  max-width: 640px;
}

.header-section .header-section__left.big {
  max-width: 900px;
}

.header-section .header-section__left.big .header-section__subtitle,
.header-section .header-section__left.big .header-section__description {
  max-width: 850px;
}

.header-section .header-section__left.medium {
  max-width: 820px;
}

.header-section .header-section__left.medium .header-section__subtitle,
.header-section .header-section__left.medium .header-section__description {
  max-width: 750px;
}

.header-section .header-section__left.regular {
  max-width: 750px;
}

.header-section .header-section__left.regular .header-section__subtitle,
.header-section .header-section__left.regular .header-section__description {
  max-width: 650px;
}

.header-section .header-section__left.small {
  max-width: 730px;
}

.header-section .header-section__left.small .header-section__subtitle,
.header-section .header-section__left.small .header-section__description {
  max-width: 540px;
}

@media only screen and (max-width: 1023px) {
  .header-section .header-section__left {
    max-width: 800px;
  }
  .header-section .header-section__left.big, .header-section .header-section__left.medium, .header-section .header-section__left.regular, .header-section .header-section__left.small {
    max-width: 800px;
  }
  .header-section .header-section__left.big .header-section__subtitle,
  .header-section .header-section__left.big .header-section__description, .header-section .header-section__left.medium .header-section__subtitle,
  .header-section .header-section__left.medium .header-section__description, .header-section .header-section__left.regular .header-section__subtitle,
  .header-section .header-section__left.regular .header-section__description, .header-section .header-section__left.small .header-section__subtitle,
  .header-section .header-section__left.small .header-section__description {
    max-width: none;
  }
}
.header-section .header-section__title-wrapper {
  margin-bottom: 15px;
}

.header-section .header-section__title-wrapper a,
.header-section .header-section__title-wrapper a:hover,
.header-section .header-section__title-wrapper a:visited,
.header-section .header-section__title-wrapper a:focus {
  color: #FFFFFF;
}

.header-section .header-section__title span {
  color: #B0D747;
}

.header-section .header-section__dynamic-title {
  color: #B0D747;
  font-weight: 700;
  font-family: "Horatio D", sans-serif;
}

.header-section .header-section__description {
  margin-top: 20px;
}

.header-section .header-section__description ul {
  margin-top: 24px;
}

.header-section .header-section__description ul li {
  position: relative;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .header-section .header-section__description ul li {
    padding-left: 24px;
  }
}
.header-section .header-section__description ul li:not(:last-child) {
  margin-bottom: 24px;
}

.header-section .header-section__description ul li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #B0D747;
  border-radius: 50%;
  content: "";
}

.header-section .header-section__description.large_list_style ul {
  margin-top: 28px;
  margin-bottom: 20px;
}

.header-section .header-section__description.large_list_style ul li {
  position: relative;
  padding-left: 40px;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 1023px) {
  .header-section .header-section__description.large_list_style ul li {
    font-size: 24px;
    line-height: 35px;
  }
}
.header-section .header-section__description.large_list_style ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 25px;
  height: 25px;
  background: #B0D747;
  border-radius: 50%;
  content: "";
}

.header-section .header-section__description.large_list_style ul li::after {
  position: absolute;
  top: 14px;
  left: 5px;
  width: 16px;
  height: 13px;
  background-image: url(../../../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.header-section .header-section__description.large_list_style ul li:not(:last-child) {
  margin-bottom: 10px;
}

.header-section .header-section__button {
  margin-top: 40px;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .header-section .header-section__button {
    margin-top: 30px;
  }
}
.header-section .header-section__right {
  position: relative;
  mix-blend-mode: screen;
}

@media only screen and (max-width: 1023px) {
  .header-section .header-section__right {
    grid-row: 1;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}
.header-section .header-section__right::before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(51, 167, 224, 0.6) 0%, rgba(51, 167, 224, 0.15) 70%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  opacity: 1;
}

.header-section .header-section__right.bg-image-rounded {
  height: 100%;
  max-height: 544px;
  overflow: hidden;
  border-radius: 16px;
  mix-blend-mode: normal;
}

@media only screen and (max-width: 1212px) {
  .header-section .header-section__right.bg-image-rounded {
    max-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .header-section .header-section__right.bg-image-rounded {
    max-height: 320px;
    border-radius: 7px;
  }
}
@media only screen and (max-width: 500px) {
  .header-section .header-section__right.bg-image-rounded {
    max-height: 245px;
  }
}
.header-section .header-section__right.bg-image-rounded .header-section__bg {
  position: relative;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 1212px) {
  .header-section .header-section__right.bg-image-rounded .header-section__bg {
    width: 100%;
  }
}
.header-section .header-section__right.bg-image-rounded .header-section__animation, .header-section .header-section__right.bg-image-rounded::before {
  display: none;
}

.header-section .header-section__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-section .header-section__image img {
  width: 100%;
}

.header-section .header-section__animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  text-align: center;
  vertical-align: middle;
}

.header-section .lottie {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media only screen and (max-width: 1023px) {
  .header-section .lottie {
    width: 100%;
  }
}