.hero {
  display: flex;
}
.hero__title {
  margin-bottom: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 1;
}
.backgroundcliptext .hero__title {
  background: linear-gradient(87.42deg, #dd7a8b 2.85%, #d66fde 8.51%, #5a3bfe 16.29%, #242544 82.23%), #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.hero__button {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-flex;
  border: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
  border-radius: 35px;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  -moz-box-shadow: 0px 20px 45px rgba(52, 115, 143, 0.2);
  -webkit-box-shadow: 0px 20px 45px rgba(52, 115, 143, 0.2);
  box-shadow: 0px 20px 45px rgba(52, 115, 143, 0.2);
  overflow: hidden;
}
.hero__button-text {
  position: relative;
  display: block;
  padding: 24px 94px 24px 32px;
  z-index: 2;
}
.hero__button-text:before {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 11px;
  right: 12px;
  background: url("./../../img/hero-button.svg") center no-repeat #fff;
  content: '';
  border-radius: 100%;
}
.hero__button:before, .hero__button:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
}
.hero__button:before {
  background: linear-gradient(90deg, #5a3bfe 46.51%, #d66fde 77.68%, #dd7a8b 92.8%), #51ABB6;
}
.hero__button:after {
  opacity: 0;
  background: linear-gradient(90deg, #5a3bfe 11.67%, #d66fde 60.26%, #dd7a8b 84.09%), #51ABB6;
  -moz-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.hero__button:hover:after {
  opacity: 1;
  visibility: visible;
}
.hero__content {
  position: relative;
  width: 52.5%;
  padding: 64px 0;
  z-index: 3;
}
.hero__picture {
  position: relative;
  width: 480px;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 64px;
}
.hero__picture-img {
  position: relative;
  z-index: 2;
}
.hero__picture-back {
  position: absolute;
  top: 0;
  left: 0;
}

.earth {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -15px;
}
.earth__content {
  width: 50%;
  padding: 0 15px;
}
.earth__right {
  width: 50%;
  padding: 0 15px;
}
.earth__img {
  position: relative;
  width: 400px;
  margin: 0 auto;
  border-radius: 100%;
}
.earth__img-text {
  position: absolute;
  width: 190px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  color: #FFFFFF;
  text-align: center;
}
.earth__title {
  max-width: 440px;
  margin-bottom: 36px;
  font-size: 52px;
  font-weight: 500;
  color: #000;
  line-height: 1;
}
.backgroundcliptext .earth__title {
  background: linear-gradient(87.42deg, #dd7a8b 2.85%, #d66fde 8.51%, #5a3bfe 16.29%, #242544 82.23%), linear-gradient(90.36deg, #1b4f6a 0.22%, #0080dc 39.14%, #51abb6 79.72%), #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.earth__desc {
  font-size: 16px;
  line-height: 1.625;
}

.home-more {
  max-width: 1600px;
  padding: 72px 0;
  margin: 0 auto 78px;
  border-radius: 20px;
  background-color: #F0F6F8;
}
.home-more__list {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -15px;
}
.home-more__text {
  width: 50%;
  padding: 0 15px;
}
.home-more__text-desc {
  font-size: 14px;
  line-height: 26px;
}
.home-more__title {
  margin-bottom: 24px;
  font-weight: 500;
}
.home-more__links {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.home-more__links-item {
  width: 50%;
  padding: 0 15px;
}

.home-more-link {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 392px;
  padding: 36px 36px 50px;
  border-bottom: 0;
  background: #fff;
  border-radius: 20px;
}
.home-more-link__picture {
  max-width: 176px;
  margin: 0 auto 22px;
}
.home-more-link__picture-img {
  display: block;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.home-more-link__val {
  position: relative;
  padding-top: 40px;
  font-size: 18px;
  font-weight: 500;
  border: 0 !important;
  line-height: 26px;
}
.backgroundcliptext .home-more-link__val {
  background: linear-gradient(87.42deg, #dd7a8b 2.85%, #d66fde 8.51%, #5a3bfe 16.29%, #242544 82.23%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.home-more-link__val-text {
  border-bottom: 1px solid transparent;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.home-more-link__val:before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background: url("../../img/home-more-arrow-v2.svg");
  content: "";
}
.home-more-link:hover .home-more-link__val-text {
  border-bottom-color: #0080DC;
}
.home-more-link:hover .home-more-link__picture-img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.home-social-links {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 392px;
  padding: 36px 36px 50px;
  background: #fff;
  border-radius: 10px;
}
.home-social-links__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
}
.home-social-links__desc {
  margin-top: 18px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 1339px) {
  .hero__picture {
    margin-right: 0;
  }

  .home-more-link {
    padding: 36px 24px;
  }

  .home-social-links {
    padding: 36px 24px;
  }
  .home-social-links .social-list a {
    margin-right: 12px;
  }
}
@media (max-width: 1199px) {
  .hero {
    align-items: center;
  }
  .hero__content {
    width: 50%;
    padding-right: 15px;
  }
  .hero__title {
    font-size: 42px;
  }

  .home-more__list {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-right: -12px;
    margin-left: -12px;
  }
  .home-more__text {
    width: 504px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .home-more__links {
    width: 438px;
    margin-right: -12px;
    margin-left: -12px;
  }
  .home-more__links-item {
    padding-right: 12px;
    padding-left: 12px;
  }

  .home-more-link {
    height: 260px;
    padding: 32px 20px;
  }
  .home-more-link__picture {
    max-width: 110px;
    margin-bottom: 8px;
  }
  .home-more-link__val {
    font-size: 14px;
    line-height: 20px;
  }

  .home-social-links {
    height: 260px;
    padding: 32px 20px;
  }
  .home-social-links__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }
  .home-social-links__desc {
    font-size: 14px;
    line-height: 20px;
  }
  .home-social-links .social-list a {
    margin-right: 12px;
  }
  .home-social-links .social-list a img {
    height: 24px;
  }

  .earth__right__img {
    width: 392px;
    padding: 23px;
  }
}
@media (max-width: 1019px) {
  .hero__title {
    font-size: 32px;
  }
  .hero__picture {
    width: 320px;
  }

  .home-more {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  .home-more__list {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .home-more__text {
    width: 424px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .home-more__links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 239px;
    margin: 0;
  }
  .home-more__links-item {
    width: 100%;
    margin-bottom: 24px;
  }
  .home-more__links-item:last-child {
    margin-bottom: 0;
  }

  .home-more-link {
    height: 236px;
    padding: 22px 20px;
  }
  .home-more-link__val {
    padding-top: 32px;
  }
  .home-more-link__val:before {
    width: 20px;
    height: 20px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .home-social-links {
    height: 155px;
    padding: 22px 20px;
  }
  .home-social-links__title {
    margin-bottom: 12px;
  }
  .home-social-links__desc {
    margin-top: 12px;
  }
  .home-social-links .social-list a img {
    height: 22px;
  }

  .earth__right__img {
    width: 320px;
    padding: 19px;
    margin-right: 0;
    margin-left: auto;
  }
  .earth__title {
    margin-right: -40px;
    margin-bottom: 28px;
    font-size: 52px;
    line-height: 54px;
  }
  .earth__subtitle {
    margin-right: -40px;
  }
}
@media (max-width: 767px) {
  .hero {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero__content {
    width: 100%;
    padding-top: 18px;
    padding-right: 0;
    padding-bottom: 2px;
  }
  .hero__picture {
    width: 100%;
    max-width: 480px;
    padding-left: 0;
    margin-left: -15px;
  }
  .hero__title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.1;
  }
  .hero__button {
    font-size: 16px;
  }
  .hero__button-text {
    padding: 17px 57px 17px 18px;
  }
  .hero__button-text:before {
    width: 32px;
    height: 32px;
    top: 9px;
    right: 9px;
    background-size: 14px 14px;
  }

  .earth {
    position: relative;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .earth__content {
    width: 100%;
  }
  .earth__right {
    width: 100%;
    margin-top: 20px;
  }
  .earth__img {
    max-width: 320px;
    width: auto;
  }
  .earth__title {
    margin-right: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
  }
  .earth__desc {
    font-size: 14px;
    line-height: 24px;
  }

  .home-more {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .home-more__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-more__text {
    width: 100%;
    padding-bottom: 34px;
  }
  .home-more__text-desc {
    line-height: 24px;
  }
  .home-more__links {
    width: 100%;
    max-width: 324px;
  }
  .home-more__links-item {
    margin-bottom: 0;
  }
  .home-more__links-item:first-child {
    position: relative;
    z-index: 20;
  }
  .home-more__links-item:last-child {
    position: relative;
    margin-top: -90px;
  }
  .home-more .spoiler__button a:before {
    background-color: #fff;
  }

  .home-more-link {
    width: 180px;
    height: 250px;
    padding: 20px 16px;
    box-shadow: 20px 20px 80px rgba(79, 96, 153, 0.1);
  }

  .home-social-links {
    width: 180px;
    height: 250px;
    padding: 20px 16px;
    margin-left: auto;
  }
}
