.wrap_payment_btns {
  position: absolute;
  width: 300px;
  background: #fff;
  box-shadow: 4px 0px 8px rgba(109, 121, 134, 0.15), 0px 4px 8px rgba(109, 121, 134, 0.15);
  border-radius: 14px;
  padding: 20px 29px 21px 24px;
  /*display: flex;*/
  flex-direction: column;
  z-index: 9;
  display: none;
}
.active {
  display: flex;
}
.js_popup_schedule {
  z-index: 10;
}
.wpap_hover_btn_pay {
  position: relative;
}
.wrap_payment_btns form span {
  width: 100% !important;
  text-align: left;
  margin-bottom: 13px;
}
.wrap_payment_btns .payment_btn {
  width: 172px;
  height: 40px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  background: #a5a5a5;;
  text-align: center;
  line-height: 39px;
  margin-bottom: 20px;
  transition: ease all .3s;
  cursor: pointer;
}
.schedule-table__row .payment_btn {
  background: #F4F5FA;
  border-radius: 46px;
  margin-top: 12px;
  color: #0080CA;
  padding: 9px 13px;
  width: max-content;
  display: block;
  transition: ease all .3s;
  font-weight: 500;
}
.balance_wrap {
  display: block;
  min-width: 162px
}
.schedule-table__row .payment_btn:hover {
  background: #e1e4f1;
}
.schedule-table__row .payment_btn::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 9px;
  margin-left: 6px;
  background-image:url("data:image/svg+xml,%3Csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8876 4.22761L13.0241 0.364029C12.8853 0.201968 12.6414 0.183076 12.4793 0.321895C12.3173 0.460682 12.2984 0.704588 12.4372 0.86665C12.4502 0.881757 12.4642 0.895868 12.4793 0.908783L15.6822 4.11555H0.386345C0.172985 4.11555 0 4.28854 0 4.50193C0 4.71532 0.172985 4.88827 0.386345 4.88827H15.6822L12.4793 8.09116C12.3173 8.22994 12.2984 8.47385 12.4372 8.63591C12.576 8.79797 12.8199 8.81687 12.982 8.67805C12.9971 8.6651 13.0112 8.65102 13.0241 8.63591L16.8877 4.77233C17.0375 4.62169 17.0375 4.37832 16.8876 4.22761Z' fill='%230080CA'/%3E%3C/svg%3E%0A");
}

.wrap_payment_btns .payment_btn:hover {
  color: #FFFFFF;
  background: #e03533;
}

.hover_btn_pay {
  width: 172px;
  height: 40px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  background: #FF3F3E!important;
  text-align: center;
  line-height: 39px;
  margin-bottom: 20px;
  transition: ease all .3s;
}
.hover_btn_pay:hover {
  color: #FFFFFF;
  background: #e03533!important;
}

.input_payment {
  border: 1px solid #dddddd;
  border-radius: 8px;
  height: 40px;
  width: 50%;
  padding: 10px 10px;
  margin-right: 20px;
}
.wrap_input_payments {
  display: flex;
  align-items: flex-start;
}
.error .input_payment {
  border-color: #ff3f3e;
}
.valid .input_payment {
  border-color: #2fc26e;
}
.schedule-table__row span:nth-child(4) {
  margin-right: 0;
}
.schedule-table__title span:nth-child(4) {
  width: 165px;
  margin-right: 115px;
}
.schedule-table__title span:nth-child(5) {
  width: 127px;
}
.schedule-table__row span:nth-child(5) {
  margin-right: 49px;
  width: 171px;
  display: block;
}
.schedule-table__title span:nth-child(3) {
  width: 54px;
  margin-right: 115px;
}
.schedule-table__title span:nth-child(2) {
  width: 146px;
  margin-right: 57px;
}
.schedule-table__title span:nth-child(1) {
  width: 110px;
}
.schedule-table__row span:nth-child(2) {
  width: 146px;
  margin-right: 87px;
}
.schedule-table__title span:nth-child(2) {
  width: 146px;
  margin-right: 39px;
}
/*@media (max-width: 345px) {*/
/*  .hover_btn_pay {*/
/*    width: 150px!important;*/
/*  }*/
/*}*/



/*end*/


 .u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 525px;
}

.u-section-1 .u-image-1 {
  width: 495px;
  height: 339px;
  margin: 77px 46px 0 auto;
}

.u-section-1 .u-text-1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: -243px auto 0 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.25rem;
  margin: 29px 665px 60px 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 481px;
  }

  .u-section-1 .u-image-1 {
    width: 442px;
    height: 304px;
    margin-top: 118px;
    margin-right: 0;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: -271px;
    margin-left: -5px;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 28px;
    margin-right: 470px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 386px;
  }

  .u-section-1 .u-image-1 {
    width: 381px;
    height: 261px;
    margin-top: 55px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    margin-top: -261px;
  }

  .u-section-1 .u-text-2 {
    margin-right: 458px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 299px;
  }

  .u-section-1 .u-image-1 {
    width: 289px;
    height: 198px;
    margin-top: 66px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.5rem;
    margin-top: -218px;
    margin-left: 0;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.125rem;
    margin-top: 23px;
    margin-right: 278px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 434px;
  }

  .u-section-1 .u-image-1 {
    margin-top: 182px;
    margin-right: auto;
  }

  .u-section-1 .u-text-1 {
    margin-top: -343px;
  }

  .u-section-1 .u-text-2 {
    margin-top: 26px;
    margin-right: 0;
  }
} .u-section-2 {
  background-image: none;
}

.u-section-2 .u-sheet-1 {
  min-height: 353px;
}

.u-section-2 .u-list-1 {
  grid-template-rows: auto;
  margin-top: -74px;
  margin-bottom: 0;
}

.u-section-2 .u-repeater-1 {
  grid-template-columns: calc(33.3333% - 6.66667px) calc(33.3333% - 6.66667px) calc(33.3333% - 6.66667px);
  grid-gap: 10px 10px;
  min-height: 251px;
}

.u-section-2 .u-list-item-1 {
  background-image: none;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
}

.u-section-2 .u-container-layout-1 {
  padding: 30px 29px 90px;
}

.u-section-2 .u-icon-1 {
  height: 64px;
  width: 64px;
  margin: 0 auto;
}

.u-section-2 .u-text-1 {
  font-size: 1.5rem;
  margin: 31px 0 0;
}

.u-section-2 .u-list-item-2 {
  background-image: none;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
}

.u-section-2 .u-container-layout-2 {
  padding: 30px 29px 90px;
}

.u-section-2 .u-icon-2 {
  height: 64px;
  width: 64px;
  margin: 0 auto;
}

.u-section-2 .u-text-2 {
  font-size: 1.5rem;
  margin: 31px 0 0;
}

.u-section-2 .u-list-item-3 {
  background-image: none;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
}

.u-section-2 .u-container-layout-3 {
  padding: 30px 29px 90px;
}

.u-section-2 .u-icon-3 {
  height: 64px;
  width: 64px;
  margin: 0 auto;
}

.u-section-2 .u-text-3 {
  font-size: 1.5rem;
  margin: 31px 0 0;
}

.u-section-2 .u-text-4 {
  font-size: 2.25rem;
  margin: 49px auto 41px 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 377px;
  }

  .u-section-2 .u-list-1 {
    margin-top: -37px;
  }

  .u-section-2 .u-repeater-1 {
    min-height: 207px;
  }

  .u-section-2 .u-text-4 {
    width: auto;
    margin-top: 45px;
    margin-bottom: 32px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 343px;
  }

  .u-section-2 .u-list-1 {
    margin-top: -25px;
  }

  .u-section-2 .u-repeater-1 {
    min-height: 261px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-bottom: 30px;
  }

  .u-section-2 .u-text-1 {
    font-size: 1.25rem;
  }

  .u-section-2 .u-container-layout-2 {
    padding-bottom: 30px;
  }

  .u-section-2 .u-text-2 {
    font-size: 1.25rem;
  }

  .u-section-2 .u-container-layout-3 {
    padding-bottom: 30px;
  }

  .u-section-2 .u-text-3 {
    font-size: 1.25rem;
  }

  .u-section-2 .u-text-4 {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 273px;
  }

  .u-section-2 .u-list-1 {
    margin-top: -22px;
  }

  .u-section-2 .u-repeater-1 {
    min-height: 225px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-text-1 {
    font-size: 1.125rem;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-text-2 {
    font-size: 1.125rem;
  }

  .u-section-2 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-text-3 {
    font-size: 1.125rem;
  }

  .u-section-2 .u-text-4 {
    margin-top: 31px;
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 534px;
  }

  .u-section-2 .u-list-1 {
    margin-top: -20px;
  }

  .u-section-2 .u-repeater-1 {
    grid-template-columns: 100%;
    min-height: 425px;
  }

  .u-section-2 .u-text-4 {
    font-size: 1.875rem;
    margin-top: 30px;
  }
} .u-section-3 {
  background-image: none;
}

.u-section-3 .u-sheet-1 {
  min-height: 525px;
}

.u-section-3 .u-layout-wrap-1 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-3 .u-layout-cell-1 {
  min-height: 400px;
  background-image: none;
}

.u-section-3 .u-container-layout-1 {
  padding: 30px;
}

.u-section-3 .u-text-1 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 1.5rem;
}

.u-section-3 .u-text-2 {
  margin: 20px 0 0;
}

.u-section-3 .u-text-3 {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 20px auto 0 0;
}

.u-section-3 .u-text-4 {
  margin: 20px 0 0;
}

.u-section-3 .u-text-5 {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 20px auto 0 0;
}

.u-section-3 .u-text-6 {
  margin: 20px 0 0;
}

.u-section-3 .u-text-7 {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 20px auto 0 0;
}

.u-section-3 .u-text-8 {
  margin: 20px 0 0;
}

.u-section-3 .u-layout-cell-2 {
  min-height: 525px;
  background-image: none;
}

.u-section-3 .u-container-layout-2 {
  padding: 30px;
}

.u-section-3 .u-text-9 {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 auto 0 0;
}

.u-section-3 .u-text-10 {
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 390px;
  }

  .u-section-3 .u-layout-wrap-1 {
    position: relative;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 330px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 433px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 774px;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 768px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .u-section-3 .u-text-1 {
    width: auto;
    margin-right: auto;
    margin-left: 0;
  }

  .u-section-3 .u-text-2 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .u-section-3 .u-text-3 {
    width: auto;
    margin-left: 1px;
  }

  .u-section-3 .u-text-4 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .u-section-3 .u-text-5 {
    margin-left: 1px;
  }

  .u-section-3 .u-text-6 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .u-section-3 .u-text-7 {
    margin-left: 1px;
  }

  .u-section-3 .u-text-8 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 744px;
  }

  .u-section-3 .u-text-9 {
    width: auto;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 1040px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-top: 25px;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 537px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-text-3 {
    margin-left: 0;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 1422px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-top: 26px;
    margin-bottom: 50px;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 682px;
  }

  .u-section-3 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-text-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-text-5 {
    margin-left: 0;
  }

  .u-section-3 .u-text-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-text-7 {
    margin-left: 0;
  }

  .u-section-3 .u-text-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 619px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-top: 0;
  }
}.u-section-4 .u-sheet-1 {
  min-height: 1875px;
}

.u-section-4 .u-text-1 {
  font-size: 2.25rem;
  margin: 30px auto 0 0;
}

.u-section-4 .u-btn-1 {
  border-style: none none solid;
  margin: 15px auto 0 0;
  padding: 0;
}

.u-section-4 .u-text-2 {
  margin: 30px auto 60px 0;
}

@media (max-width: 575px) {
  .u-section-4 .u-sheet-1 {
    min-height: 2066px;
  }

  .u-section-4 .u-text-1 {
    font-size: 1.875rem;
    margin-top: 2px;
  }
}
.payment-popup__contract-number:hover,
.payment-popup__contract-number span {
  cursor: default;
}
.payment-popup__contract-number span::after {
  content: none;
}
.popup.js_popup_notification .container .notification-item {
  margin: 5px;
}
.payment-popup__contract-number {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.payment-popup__contract-number span {
  font-size: 14px;
}
.payment-popup__contract {
    display: flex;
    flex-direction: column;
}
section.popup form.popup-form label span {
  position: relative;
}
.card + .card {
  margin-top: 30px;
}
.schedule-table__row span:nth-child(4) {
  margin-right: 0;
}
section.popup form.popup-form label.password button {
  top: 10px;
}
.popup.js_popup_schedule .popup-close {
  z-index: 101;
}

