
.btn_list {
  display: flex;
}

.blue_btn {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  border-radius: 8px;
  background: #1F64FF;
  padding: 11px 35px;
  cursor: pointer;
  margin: 0 10px;
}

.white-btn {
  color: #1F64FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  border-radius: 8px;
  background: #FFF;
  border: 1px solid #1F64FF;
  padding: 11px 35px;
  margin: 0 10px;
  cursor: pointer;
}

.present-situation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  position: relative;
  cursor: pointer;
}

.present-situation .bg_img, 
.product-function .bg_img,
.start-lives .bg_img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.present-situation .title {
  color: #333;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%; /* 72px */
  margin-bottom: 50px;
}

.statues_list {
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}

.statues_list .cont {
  color: #5E6B7C;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-top: 20px;
}

.product-function {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0 65px 0;
  position: relative;
}

.product-function .title {
  color: #333;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%; /* 72px */
  margin-bottom: 70px;
}

.product-introduce {
  display: flex;
}

.left-mask {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 127px;
}

.left-mask .tit {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%; /* 48px */
  margin-bottom: 40px;
}

.left-mask .item {
  display: flex;
  align-items: center;
  color: #505968;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 12px;
}

.left-mask .item .little-t {
  margin-left: 8px;
}

.img_backg, .img_backg .img-g {
  border-radius: 20px;
}

.contact-experience {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}

.contact-experience .title {
  color: #333;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%; /* 72px */
  margin-bottom: 40px;
}

#username, #userPhone {
  color: #86888F;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  padding: 16px 20px;
  border-radius: 8px;
  border: 1.5px solid #DEE2E9;
  width: calc(50% - 100px);
  margin: 0 20px;
}

.input_list {
  width: 50%;
  margin-bottom: 40px;
}

.live_steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background: #EAEFFD;
}

.live_steps .title {
  color: #333;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%; /* 72px */
  margin-bottom: 60px;
}

.steps_list {
  width: 60%;
  display: flex;
}

.steps_list .item {
  width: 20%;
  font-size: 0;
}

.steps_list .item .img {
  width: 100%;
}

.step-mask1 {
  width: calc(100% - 36px);
  height: 170px;
  background: #1F64FF;
  padding-left: 36px;
}

.step-mask2 {
  width: calc(100% - 36px);
  height: 170px;
  background: #FFF;
  padding-left: 36px;
}

.step-mask1 .step, .step-mask2 .step {
  color: #FFF;
  font-family: DIN;
  font-size: 48px;
  font-weight: 500;
  line-height: 150%; /* 72px */
  padding-top: 15px;
}

.step-mask1 .step_tit, .step-mask2 .step_tit {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
}

.step-mask2 .step, .step-mask2 .step_tit {
  color: #1F64FF;
}

.cooperate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}

.cooperate .title {
  color: #333;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%; /* 72px */
  margin-bottom: 54px;
}

.cooperate_list {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.cooperate_list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cooperate_list .item .tit {
  margin-top: 10px;
}

.start-lives {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  position: relative;
}

.start-lives .title {
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%; /* 72px */
  margin-bottom: 40px;
}

#show-application {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
}

.diaolg__body .inp_contact {
  border-radius: 4px;
  border: 1px solid #E4E8ED;
  background: #FFF;
  height: 47px;
  width: 240px;
  padding-left: 20px;
  font-size: 14px;
}

.diaolg__body {
  background-color: #FFF;
  padding: 20px 40px;
  border-radius: 10px;
}

.dialog_body-title {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.dialog_body-title .close-dialog {
  font-size: 24px;
  cursor: pointer;
}

.diaolg__body .inp_mask {
  margin-bottom: 28px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.inp_mask .btn {
  border-radius: 4px;
  background: #1F64FF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
}

.inp_mask .label {
  width:70px;
  text-align: right;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}

.apk_code {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  padding: 10px;
  display: none;
  justify-content: center;
  align-items: center;
}

.apk_code .mask {
  background-color: #FFF;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}

.apk_code .mask div {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.apk_code .mask .closes {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}