.page_header {
  /*background: url("../img/header-bg.jpg");*/
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}

.page_header #scene {
  position: absolute;
  left: -220px;
  right: -220px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  border-radius: 0% 0% 50% 50% / 0 0 150px 150px;
  display: flex;
}

.modal__inputs-captcha {
  padding-bottom: 15px;
}

.page_header #scene>div {
  min-width: 100%;
}

.page_header #scene img {
  min-width: 120%;
  margin-left: -10%;
  min-height: 110%;
  margin-top: -5%;
}

.header__wrap {
  position: relative;
  z-index: 2;
  min-height: calc(100vh + 2px);
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
}

.header__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header__row {
  justify-content: space-between;
  align-items: center;
}

.header__menu {}

.header__menu ul {
  display: flex;
  margin: 0 -23px;
}

.header__menu ul li {
  padding: 0 23px;
}

.header__menu ul li a {
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
}

.header__menu ul li a:hover {
  text-decoration: underline;
}

.header__info {
  padding-top: 30px;
  color: #fff;
}

.header__info-title {
  text-align: center;
  font-size: 138px;
  font-weight: bold;
  text-transform: uppercase;
}

.header__logo2 {}

.header__logo2 a {
  display: flex;
  justify-content: center;
}

.header__logo2 img {
  max-width: 70%;
}

.header__info-subtitle {
  text-align: center;
  font-size: 77px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -4px;
}

.header__info-animation {
  width: 790px;
  max-width: 100%;
  margin: 0 auto;
  text-align: right;
  font-size: 42px;
  color: #fff;
}

.header__buttons {
  padding-top: 75px;
  /*padding-bottom: 200px;*/
}

.header__buttons-row {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}

.header__buttons-button {
  padding: 0 15px;
}

.header__buttons-button button {
  font-size: 24px;
  color: #ffffff;
  background: transparent;
  min-width: 270px;
  padding: 17px;
  cursor: pointer;
  border-radius: 15px;
  transition: all .3s;
  border: 1px solid #fff;
}

.header__buttons-button button:hover {
  background: #2f56f5;
  border-color: #2f56f5;
}

.block-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  padding-top: 110px;
  color: #2f56f5;
  text-transform: uppercase;
}

.block-title.block-title__white {
  color: #fff;
}

.block-subtitle {
  text-align: center;
  font-size: 31px;
  text-transform: uppercase;
  color: #fff;
}

.auditory {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
  z-index: 2;
}

.auditory:before {
  content: '';
  position: absolute;
  left: -220px;
  right: -220px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  border-radius: 0% 0% 50% 50% / 0 0 150px 150px;
  display: flex;
  background: #fff;
}

.auditory .container {
  position: relative;
  z-index: 2;
}

.auditory__items {
  display: flex;
  padding-top: 34px;
  margin: 0 -15px;
}

.auditory__items-item {
  flex: 0 0 16.666666%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.auditory__items-item-icon {
  padding-bottom: 18px;
}

.auditory__items-item-text {
  font-weight: bold;
  color: #2f56f5;
}

.about-project {
  margin-top: -150px;
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}

.about-project:before {
  content: '';
  position: absolute;
  left: -220px;
  right: -220px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  border-radius: 0% 0% 50% 50% / 0 0 150px 150px;
  display: flex;
  background: #2f56f5;
}

.about-project .container {
  z-index: 2;
  position: relative;
}

.about-project .block-title {
  padding-bottom: 84px;
}

.about-project__info {
  display: flex;
  margin: 0 -38px;
}

.about-project__info-item {
  flex: 0 0 50%;
  padding: 0 38px 76px;
  color: #fff;
  font-size: 20px;
}

.about-project__info-video {
  position: relative;
}

.about-project__info-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.about-project__info-video:before {
  content: '';
  padding-bottom: 58%;
  display: block;
}

.about-advantages {
  padding-top: 45px;
}

.about-advantages__row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.about-advantages__item {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 100px;
  margin-bottom: 100px;
}

.about-advantages__item-icon {
  flex: 0 0 116px;
  padding-right: 20px;
}

.about-advantages__item-text {
  font-size: 20px;
}

.about-advantages__row {
  position: relative;
}

.about-advantages__row:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: calc(100% - 100px);
  border-right: 1px dotted #fff;
}

.about-advantages__button {
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
}

.about-advantages__button button {
  /*background: #c980f7;*/
  background: #edb32d;
  font-size: 24px;
  color: #ffffff;
  min-width: 270px;
  padding: 17px 34px;
  cursor: pointer;
  border-radius: 15px;
  transition: all .3s;
  border: none;
}

.about-advantages__button button:hover {
  /*background: #9b3dc7;*/
  background: #bb8b1d;
}

.how-it-works {
  /*padding-bottom: 112px;*/
  overflow: hidden;
}

.how-it-works .block-title {
  padding-bottom: 110px;
}

.how-it-works__item-text-title {
  font-size: 26px;
  color: #2f56f5;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 30px;
}

.how-it-works__item-text-content {
  font-size: 20px;
}

.how-it-works__item-image {
  padding-right: 25px;
}

.how-it-works__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}

.how-it-works__item {
  display: flex;
  flex: 0 0 50%;
  padding: 0 40px 100px;
}

.how-it-works__wrap {
  position: relative;
}

.how-it-works__item-image {
  flex: 0 0 336px;
}

.hands-video {
  position: relative;
}

.hands-video img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hands-video iframe {
  position: absolute;
  z-index: 3;
  left: 49.5%;
  top: 36%;
  width: 39%;
  height: 48.8%;
  border-radius: 15px;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}

.no-download {
  position: relative;
  overflow: hidden;
  margin-top: -70px;
  z-index: 2;
  color: #fff;
  padding-bottom: 140px;
}

.no-download:before {
  content: '';
  position: absolute;
  left: -220px;
  right: -220px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  border-radius: 50% 50% 0 0 / 150px 150px 0 0;
  display: flex;
  background: #2f56f5;
}

.no-download .container {
  z-index: 3;
  position: relative;
}

.no-download .block-subtitle {
  padding-bottom: 76px;
}

.no-download__items {
  display: flex;
  margin: 0 -100px;
}

.no-download__item:nth-child(1) {
  border-right: 1px dotted #fff;
}

.no-download__item {
  padding: 0 100px;
}

.no-download__item-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 56px;
}

.no-download__item-text {
  line-height: 2;
}

.no-download__buttons {
  padding-bottom: 90px;
  display: flex;
  justify-content: center;
  margin: 0 -30px;
}

.no-download__button {
  padding: 0 30px 30px;
}

.no-download__button button {
  background: #edb32d;
  font-size: 24px;
  color: #fff;
  min-width: 270px;
  padding: 17px 34px;
  cursor: pointer;
  border-radius: 15px;
  transition: all .3s;
  border: none;
}

.no-download__button button:hover {
  background: #bb8b1d;
  color: #fff;
}

.gallery {
  position: relative;
  overflow: hidden;
  margin-top: -70px;
  z-index: 3;
  padding-bottom: 140px;
}

.gallery:before {
  content: '';
  position: absolute;
  left: -220px;
  right: -220px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  border-radius: 50% 50% 0 0 / 150px 150px 0 0;
  display: flex;
  background: #fff;
}

.gallery .container {
  position: relative;
  z-index: 4;
}

.gallery .block-title {
  padding-bottom: 120px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
  padding-top: 46px;
}

.gallery__wrap {
  position: relative;
  padding: 0 30px;
}

.gallery__item {
  padding: 0 10px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  padding-top: 46px;
}

.owl-dots button,
.owl-page {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e1e1e1 !important;
  margin: 0 6px;
  transition: all .3s;
}

.owl-dots button.active,
.owl-dots button:hover,
.owl-page.active,
.owl-page:hover {
  background: #2f56f5 !important;
}

.gallery .owl-next,
.gallery .owl-prev {
  position: absolute;
  top: calc(50% - 60px);
  transform: translateY(-50%);
  font-size: 70px !important;
  color: #e1e1e1 !important;
  transition: all .3s;
  outline: none;
}

.owl-next {
  right: -70px;
}

.owl-prev {
  left: -70px;
}

.owl-next:hover,
.owl-prev:hover {
  color: #2f56f5 !important;
}

.page_footer {
  position: relative;
  overflow: hidden;
  margin-top: -70px;
  z-index: 3;
  padding-bottom: 70px;
  color: #fff;
  font-size: 24px;
}

.page_footer:before {
  content: '';
  position: absolute;
  left: -220px;
  right: -220px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  border-radius: 50% 50% 0 0 / 150px 150px 0 0;
  display: flex;
  background: url("../img/header-bg.jpg") 50% 50% / cover;
  background-attachment: fixed;
}

.page_footer .container {
  position: relative;
  z-index: 2;
}

.page_footer a {
  color: #2f56f5;
  text-decoration: none;
}

.page_footer a:hover {
  text-decoration: underline;
}

.page_footer .block-title {
  padding-bottom: 86px;
}

.page_footer__text {
  margin: 0 auto;
  max-width: 100%;
  width: 520px;
  text-align: center;
  line-height: 1.4;
}

.modal {
  display: none;
  width: 390px;
  max-width: 90%;
  padding: 30px;
}

.modal__title {
  color: #2f56f5;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
}

.modal__inputs {
  font-size: 20px;
}

.modal__inputs-input {
  padding-bottom: 15px;
}

.modal__inputs-input input {
  display: block;
  width: 100%;
  border: 1px solid #2f56f5;
  padding: 15px;
  font-size: 17px;
  border-radius: 10px;
}

.modal__inputs-input input.invalid {
  border-color: #ff3333;
}

.modal__inputs-submit {}

.modal__inputs-submit button {
  display: block;
  width: 100%;
  background: #ff3333;
  color: #ffffff;
  padding: 17px 34px;
  cursor: pointer;
  border-radius: 10px;
  transition: all .3s;
  border: none;
  font-size: 20px;
}

.modal__inputs-submit button:hover {
  background: #d91818;
}

.page_header:before {
  content: '';
  position: absolute;
  left: -220px;
  right: -220px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  border-radius: 0% 0% 50% 50% / 0 0 150px 150px;
}

.page_header .header__wrap {
  z-index: 4;
}

.video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 0% 0% 50% 50% / 0 0 150px 150px;
  overflow: hidden;
  left: -220px;
  right: -220px;
}

.video-bg video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

#thankyou .modal__title {
  text-align: center;
}

#thankyou .modal__subtitle {
  text-align: center;
  font-size: 24px;
}

#scroll-top {
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s;
  z-index: 1000;
  opacity: 0;
  display: none;
}

#scroll-top.show {
  display: inline-block;
  opacity: 1;
}

#scroll-top:hover {
  cursor: pointer;
  background-color: #333;
}

#scroll-top:active {
  background-color: #555;
}

#scroll-top::after {
  content: "\f077";
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}