.stage1__area.campaign {
  padding: 0;
  max-width: 100%;
}

.stage1__area .sectionTitle.campaign {
  margin-bottom: 25px;
  padding: 0 40px;
}

.stage1__area .sectionTitle.campaign--air  {
  margin-bottom: 60px;
}

.stage1__area .sectionTitle.campaign img {
  height: 90px;
  margin: auto;
  max-width: none;
}

.stage1__area.step {
  margin-bottom: 80px;
}

.stage1__area .sectionTitle.step img {
  height: 30px;
  max-width: none;
}

.stage1__area--section {
  padding-top: 80px;
}

.stage1__area--plans {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin: 0 auto 30px;
  max-width: 902px;
  opacity: 0;
  transform : translate(0, 30px);
  transition : all .5s;
  width: 100%;
}

.stage1__area--plans.fadeIn {
  opacity: 1;
  transform: translate(0, 0);
}

.stage1__area--plans_item {
  border-left: 1px solid #707070;
  padding: 17.5px 0;
  width: calc(100% / 3);
}

.stage1__area--plans_item:first-child {
  border-left: none;
}

.stage1__area--plans_item:hover {
  opacity: .7;
}

.stage1__area--plans_item img {
  height: 25px;
  opacity: .3;
}

.stage1__area--plans_item.active img {
  opacity: 1;
}

.stage1__area--plan {
  background: #FAFAFA;
  padding: 55px 0;
}

.stage1__area--plan video {
  display: block;
  margin: auto;
  max-width: 1000px;
  width: 100%;
}

.stage1__area--plan > img {
  display: block;
  margin: auto;
  max-width: 387.5px;
  width: 100%;
}

.stage1__area--plan_swiper {
  margin: auto;
  max-width: 800px;
  position: relative;
  width: calc(100% - 40px);
}

.stage1__area .swiper-inner {
  overflow: visible;
}

.stage1__area .swiper-button-prev,
.stage1__area .swiper-button-next {
  -moz-background-size: 11px 25px;
  -webkit-background-size: 11px 25px;
  background-size: 11px 25px;
  height: 25px;
  top: 50%;
  width: 11px;
}

.stage1__area .swiper-button-prev::after,
.stage1__area .swiper-button-next::after {
  content: none;
}

.stage1__area .swiper-button-prev:focus,
.stage1__area .swiper-button-next:focus {
  outline: none;
}

.stage1__area .swiper-button-prev {
  background-image: url(../images/soudan_230519/arrow_left.svg);
  left: -100px;
  right: auto;
}

.stage1__area .swiper-button-next {
  background-image: url(../images/soudan_230519/arrow_right.svg);
  right: -100px;
  left: auto;
}

.stage1__area .swiper-container-horizontal > .swiper-pagination {
  color: #8C8C8C;
  font-size: 15px;
  line-height: calc(18 / 15);
  margin: 24px 0 0;
  position: static;
}

.stage1__area--plan_description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin: 34px auto 0;
  max-width: 1000px;
  width: 100%;
}

.stage1__area--plan_description .rn16Button {
  background: #fff;
  border-color: #ccc;
  display: block;
  font-weight: 600;
  line-height: 1;
  margin: 30px auto 0;
  padding: 15px 24px 15px 15px;
  width: 125px;
}

.stage1__area--plan_description .rn16Button:hover {
  color: #999;
}

.stage1__area--plan_description .rn16Button:hover::after {
  border-color: #999;
}

.stage1__area--plan_description .rn16Button::after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  display: block;
  height: 8px;
  margin-top: -3.5px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

.stage1__area--plan_txt {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  width: 100%;
}

.stage1__area--plan_sample {
  margin: 66px auto 0;
  max-width: 1000px;
  text-align: center;
  width: 100%;
}

.stage1__area--plan_sample p {
  margin-bottom: 0;
}

.stage1__area--plan_sample .title {
  font-weight: bold;
  margin: 50px 0 20px;
}

.stage1__area--plan_sample .subTitle {
  font-size: 15px;
}

.stage1__area--plan_sample .caption {
  font-size: 15px;
  font-weight: bold;
}

.stage1__area--plan_qrs,
.stage1__area--plan_apps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stage1__area--plan_apps a {
  display: block;
}

.stage1__area--plan_qr {
  width: 200px;
  padding: 0 30px;
}

.stage1__area--plan_qr .caption {
  margin-top: 10px;
}

.stage1__area--plan_app {
  width: 200px;
}

.stage1__area--plan_app a:hover {
  opacity: 0.7;
}

.stage1__area--plan_app.ios img {
  padding: 12px 26px;
}

@media only screen and (max-width: 1060px) {
  .stage1__area.campaign {
      padding: 0;
  }

  .stage1__area--plan_swiper {
      width: calc(100% - 96px);
  }
  
  .stage1__area .swiper-button-prev {
  left: -28px;
  }
  
  .stage1__area .swiper-button-next {
  right: -28px;
  }

  .stage1__area--plan_description {
  padding: 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .main__txt {
      padding: 55px 27px 55px 42px;
  }

  .stage1__area.step {
      margin-bottom: 30px;
  }

  .stage1__area .sectionTitle.campaign {
      margin-bottom: 30px;
      padding: 0 20px;
  }

  .stage1__area .sectionTitle.campaign--plan {
      margin-bottom: 0px;
  }

  .stage1__area .sectionTitle.campaign img {
      height: auto;
      margin: 0;
      max-height: 110px;
      max-width: 370px;
  }
  
  .stage1__area .sectionTitle.step img {
      height: 20px;
  }
  
  .stage1__area.step .figure {
      margin: auto;
      width: 200px;
  }

  .stage1__area--section {
      margin: 0 !important;
      padding-top: 40px;
      width: 100%;
  }
  
  .stage1__area--plans_item img {
      height: 15px;
  }
  
  .stage1__area--plan video {
      padding: 0 20px;
  }

  .stage1__area--plan > img {
      max-width: none;
      width: calc(100% - 96px);
  }
  
  .stage1__area--plan_description {
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 20px;
  }
  
  .stage1__area--plan_description .rn16Button::after {
      padding: 0;
  }
  
  .stage1__area--plan_txt {
      text-align: left;
  }
  
  .stage1__area--plan_qrs {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  
  .stage1__area--plan_qr {
      margin-bottom: 40px;
  }
  
  .stage1__area--plan_qr:last-child {
      margin-bottom: 0;
  }
  
  .stage1__area--plan_app {
      padding: 0 10px;
      width: 150px;
  }
  
  .stage1__area--plan_app.ios img {
      padding: 8px 17.5px;
  }
  
  .stage1__area--plan_app .caption {
      font-size: 11px !important;
  }
}