.header_text_landing {
  left: 164px;
  top: calc(50% - -30px);
}
.header_text_landing h1:after {
  display: none;
}
.header_text_landing h1 > div {
  display: flex !important;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 90px;
}
.header_text_landing h1 {
  text-transform: none;
  font-weight: 700;
}
.header_land_text {
  text-transform: none;
  margin-right: 15px;
  font-size: 46px;
}
.header_land_percent {
  font-size: 127px;
}
.header_text_landing span.header_text--img {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  background: url(./img/landing-img.png) no-repeat 0 0;
  width: 850px;
  height: 537px;
  margin-left: -60px;
}
.header_land_btn {
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 2.25;
  border-radius: 5px;
  background: #2f94c1;
  box-shadow: 0px 2px 32px 0px rgba(69, 198, 255, 0.4);
  text-decoration: none;
  height: 59px;
  padding: 0 64px;
  display: inline-block;
  line-height: 59px;
  font-weight: 700;
}
.header_land_btn:hover {
  background: #f5a00a;
  box-shadow: 0px 2px 32px 0px rgba(245, 160, 10, 0.4);
}
.inner2 .main-landing {
  padding-top: 85px;
  background: #fff;
}
.main-landing h2 {
  font-size: 60px;
  color: rgb(75, 76, 77);
  font-weight: bold;
  line-height: 0.75;
  text-transform: none;
}
.how-this-work-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 55px;
  margin-bottom: 75px;
}
.how-this-work-item {
  position: relative;
  width: 33.3%;
  max-width: 420px;
}
.how-this-work-item__num {
  font-size: 150px;
  color: rgba(108, 188, 228, 0.2);
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.how-this-work__text {
  text-align: center;
  font-size: 24px;
  color: rgb(75, 76, 77);
  line-height: 1.875;
  position: relative;
}
.how-this-work-item img {
  margin-left: 118px;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transform: translateY(-50px);
  transition: .5s;
}
.how-this-work-item img.active {
  opacity: 1;
  transform: translateY(0);
}
.how-this-work h2 {
  margin-bottom: 117px;
}
.btn {
  height: 60px;
  padding: 0 65px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.btn_orange {
  background: #ee9c12;
}
.btn_orange:hover {
  background: #2f94c1;
}
.tx-center {
  text-align: center;
}
.advantage {
  position: relative;
  min-height: 1186px;
  overflow: hidden;
  width: 100%;
  padding-top: 200px;
  margin-bottom: 100px;
  margin-bottom: 30px;
  opacity: 0;
  transition: .5s;
  background: transparent no-repeat 100% 30px;
}
.advantage:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 40px;
  background: url(./img/cosm-new.png) no-repeat;
  background-size: contain;
  width: 550px;
  height: 626px;
  transform: scale(0) translate(-100%, -100%);
  transition: 1s;
  opacity: 0;
}
.advantage.active {
  opacity: 1;
  background: url(./img/bg-advantage.png) no-repeat 100% 30px;
}
.advantage.cosmonaut:before {
  transform: scale(1) translate(0, 0);
  opacity: 1;
}
.advantage h2 {
  position: relative;
}
.advantage-wrap {
  position: relative;
  padding-left: 56%;
  padding-top: 80px;
}
.advantage-item-title {
  font-size: 32px;
  color: rgb(75, 76, 77);
  font-weight: bold;
  line-height: 1.407;
  position: relative;
}
.advantage-item-text {
  font-size: 24px;
  color: rgb(75, 76, 77);
  line-height: 1.875;
}
.advantage-item {
  margin-bottom: 30px;
}
.advantage-item-title:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -77px;
  display: block;
  background: url(./img/adv-star.png) no-repeat 0 0;
  width: 36px;
  height: 37px;
}
.complex-title-small {
  font-size: 36px;
  margin-bottom: 80px;
}
.complex-item {
  border-radius: 20px;
  background: rgb(6, 12, 25) url(./img/bg-complex-item.png) repeat 0 0;
  width: 30%;
  max-width: 505px;
  min-height: 520px;
  padding: 53px 46px 53px 53px;
  box-shadow: 0px 28px 51px 0px rgba(58, 159, 205, 0.9);
}
.complex-item-title {
  font-size: 26px;
  color: rgb(238, 156, 18);
  font-weight: bold;
  line-height: 1.2;
  min-height: 93px;
  margin-bottom: 35px;
}
.complex-item ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 55px;
}
.complex-item li {
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 1;
  margin-bottom: 20px;
}
.complex-item span {
  color: #6aa4be;
}
.complex-item ul>:last-child span {
  color: #ee9c12;
}
.complex-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 175px;
}
.complex {
  position: relative;
  background: url(./img/bg-complex.png) no-repeat 100% 70px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  z-index: 2;
}
.clients {
  padding-bottom: 80px;
  padding-top: 70px;
  overflow: hidden;
  position: relative;
}
.clients:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(./img/bg-clients.png) no-repeat 0 0;
  width: 761px;
  height: 260px;
  transition: .5s;
  transform: translateX(120%);
}
.clients.active:before {
  transform: translateX(0);
}

.clients h2 {
  margin-bottom: 130px;
}
.clients-wrap {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.clients-item {
  border-radius: 10px;
  background-color: rgb(249, 249, 249);
  width: calc(16.6% - 30px);
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px 30px 15px;
}
.clients-item img {
  max-width: 90%;
}
.inner2 .header {
  overflow: hidden;
}
.complex-item .btn {
  padding: 0 10px;
  min-width: 90%;
}
@media(max-width: 1280px) {
  .how-this-work__text {
    font-size: 20px;
  }
  .advantage {
    background-position: 50% 30px;
  }
  .clients-wrap:before {
    display: none;
  }
  .complex-item {
    padding: 23px;
  }
  .complex-item-title {
    font-size: 22px;
  }
  .complex-item li {
    font-size: 18px;
  }
  .complex-item {
    min-height: auto;
  }
  .clients-item {
    width: calc(25% - 30px);
  }
}
@media(max-width: 992px) {
  .how-this-work-wrap {
    flex-direction: column;
  }
  .how-this-work-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .how-this-work-item__num {
    margin-bottom: 20px;
    min-height: 250px;
  }
  .advantage {
    background-position: 100% 30px;
  }
  .advantage-wrap {
    padding-left: 80px;
  }
  .complex-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .complex-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .complex {
    padding-bottom: 0;
  }
  .advantage {
    padding-top: 100px;
    min-height: auto;
    background: none;
  }
  .clients h2 {
    margin-bottom: 50px;
  }
  .complex-title-small {
    margin-bottom: 50px;
  }
}
@media(max-width: 768px) {
  .header_text_landing {
    left: 30px;
  }
  .header_text_landing h1 > div {
    line-height: normal;
    flex-direction: column;
    align-items: flex-start;
  }
  .header_land_text {
    margin-right: 0;
    font-size: 38px;
  }
  .header_text_landing:before {
    display: none;
  }
  .header_land_percent {
    font-size: 70px;
  }
  .clients-item {
    width: calc(33.3% - 30px);
  }
  .main-landing h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .advantage-wrap {
    padding-top: 30px;
  }
  .advantage-item-title {
    font-size: 20px;
  }
  .advantage-item-text {
    font-size: 16px;
  }
  .complex-title-small {
    font-size: 24px;
  }
  .clients h2 {
    margin-bottom: 30px;
  }
}
@media(max-width: 480px) {
  .clients-item {
    width: calc(50% - 30px);
  }
  .header_land_percent {
    font-size: 50px;
  }
  .header_text_landing h1 > div {
    margin: 0 0 15px 0;
  }
  .how-this-work-item__num {
    min-height: auto;
    position: absolute;
  }
  .how-this-work-item img {
    position: relative;
    margin-left: 0;
  }
  .how-this-work-wrap {
    padding: 0;
    margin-bottom: 0;
  }
}
@media(max-width: 420px) {
  .clients-item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .clients-wrap {
    margin: 0;
  }
  .header_land_btn {
    padding: 0 30px;
  }
  .how-this-work .btn {
    width: 100%;
    padding: 0 10px;
  }
}
