.landing-page-header__wrapper {
  width: 1320px;
  max-width: 100%;
  padding: 0 16px;
}

.landing-page-banner {
  padding: 0 20px;
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
}

.landing-page-banner__content.__text {
  align-items: flex-start;
  text-align: left;
}

.landing-page-banner__title {
  max-width: 440px;
  font-size: 50px;
  line-height: 56px;
}

.landing-page-banner__text {
  max-width: 334px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  margin-left: 0;
}

.landing-page-banner__button {
  background-color: #37a8ff;
  font-size: 16px;
  line-height: 20px;
  width: 257px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  margin-left: 0;
}

.landing-page-text-aside {
  background-color: #f2f4f8;
}

.landing-page-text-aside__title {
  max-width: 440px;
}

.landing-page-text-aside__text {
  max-width: 440px;
}

.landing-page-text-aside__content.__text {
  padding-top: 100px;
  padding-bottom: 100px;
}

.landing-page-text-centered {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px;
}

.landing-page-text-centered__text {
  margin-bottom: 16px;
}

.landing-page-text-centered__button {
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #37a8ff;
  display: block;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 20px;
  width: 257px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}

.landing-page-footer {
  font-size: 14px;
  line-height: 14px;
  background-color: #f2f4f8;
  color: #23272c;
}

.landing-page-footer__wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.landing-page-text-centered__title {
  margin-bottom: 16px;
}

@media (max-width: 999px) {
  .landing-page-header__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .landing-page-banner {
    padding-top: 80px;
    background-position-x: center;
    background-position-y: 90%;
    background-size: 440px;
  }
  .landing-page-banner::after {
    display: none;
  }
  .landing-page-banner__column:after {
    display: none;
  }
  .landing-page-banner__title {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .landing-page-banner__text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .landing-page-banner__button {
    margin-left: auto;
    margin-right: auto;
  }
  .landing-page-banner__content.__text {
    padding-bottom: 200px;
  }
  .landing-page-text-aside__title {
    font-size: 28px;
    line-height: 36px;
  }
  .landing-page-text-aside__text {
    padding: 0 20px;
  }
  .landing-page-footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  .landing-page-footer__link {
    margin: 12px 0;
  }
  .landing-page-footer__link:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 475px) {
  .landing-page-banner {
    background-position-x: 30px;
    background-position-y: 85%;
  }
}
