.payment_page {
  padding-top: 2.75rem;
  padding-bottom: 6.5625rem;
  position: relative;
  z-index: 4;
}

.payment_page > .container.relative {
  max-width: 1276px;
  padding: 0;
}

.payment_page .page_title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.payment_page .reading_tocourse_txt {
  font-size: 1.4em;
  font-weight: 600;
  color: #565656;
}

.payment_page .reading_tocourse_txt > a {
  font-size: 0.8em;
}

.payment_page .signup-course_autorize {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 0 0.9rem;
  margin: 0.8rem 0;
}

.payment_page .signup-course_autorize .enter_btn {
  margin-top: 0.6rem;
}

.payment_page .signup_title_txt {
  font-size: 1em;
  font-weight: 400;
  color: #565656;
}

.payment_page .course_name {
  font-size: 1.8125em;
  font-weight: bold;
  margin-top: 0.625rem;
  color: #393185;
}

.payment_page h4.course_name {
  font-size: 1.2em;
}

.payment_page .course_name a {
  color: #393185;
  text-decoration: none !important;
}

.payment_page .course_price_name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.1875rem;
  margin-bottom: 2.8125rem;
  min-height: 8.125rem;
}

.payment_page .cost_valute {
  font-size: 1.9375em;
  font-weight: bold;
  color: #11296e;
}

.payment_page .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 3.125rem;
}

.payment_page .price .price_txt {
  font-size: 1em;
  font-weight: 400;
  display: block;
  color: #565656;
}

.payment_page .price .cost {
  font-size: 2.75em;
  font-weight: bold;
  color: #af3e3e;
}

.payment_page .from_norma_users_bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 2.5rem;
  position: relative;
}

.payment_page .from_norma_users_bonus::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 75%;
  position: absolute;
  left: -2.5rem;
  top: 0;
  border-left: 2px solid #af3e3e;
}

.payment_page .bonus_txt {
  font-size: 1em;
  font-weight: bold;
  margin-right: 2.6875rem;
  position: relative;
  color: #11296e;
}

.payment_page .bonus_txt::before {
  content: '';
  display: inline-block;
  position: absolute;
  right: -3.3125rem;
  top: 1.75rem;
  width: 15px;
  height: 25px;
  background-image: url("../img/icons/Icon-ionic-ios-arrow-back.svg");
  background-repeat: no-repeat;
}

.payment_page .norma_users_price {
  margin-left: 2.6875rem;
}

.payment_page .norma_cost {
  font-size: 2.75em;
  font-weight: bold;
  color: #af3e3e;
}

.payment_page .information_plate {
  padding: 0.875rem 1.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.9375rem;
  background-color: #d1d2ff;
}

.payment_page .information_plate .dscrpt_plate {
  font-size: 1em;
  font-weight: bold;
  color: #3e4095;
}

.payment_page .access_plate {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.875rem;
  padding: 1rem 1.875rem;
  border: 2px solid #3e4095;
}

.payment_page .access_plate .dscrpt_box {
  width: 60%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5.625rem;
  position: relative;
}

.payment_page .access_plate .dscrpt_box::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  left: 2.0625rem;
  width: 42px;
  height: 41px;
  background-image: url("../img/icons/Icon-feather-phone.svg");
  background-repeat: no-repeat;
}

.payment_page .access_plate .dscrpt_box > p {
  font-size: 1em;
  font-weight: bold;
  color: #3e4095;
}

.payment_page .btn_number_success {
  font-size: 1em;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  padding: 0.9375rem 1.875rem;
  border: 1px solid transparent;
  color: #ffffff;
  background-color: #3e4095;
}

.payment_page .btn_number_success:hover,
.payment_page .btn_number_success:focus {
  background-color: #ffffff;
  color: #3e4095;
  border-color: #3e4095;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: border, background-color, color;
  -o-transition-property: border, background-color, color;
  transition-property: border, background-color, color;
}

.payment_page .bonuscode_successed .price_txt,
.payment_page .bonuscode_successed .cost,
.payment_page .bonuscode_successed .cost_valute {
  color: #878787;
}

.payment_page .bonuscode_successed .price {
  position: relative;
  z-index: 2;
}

.payment_page .bonuscode_successed .price::before {
  content: '';
  position: absolute;
  left: 25%;
  right: 25%;
  width: 124px;
  height: 124px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  pointer-events: none;
  background-image: url("../img/icons/x_line.svg");
  background-repeat: no-repeat;
}

.payment_page .pay_services_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.625rem 0;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  min-height: 11rem;
  background-color: #f6f6f6;
  border-radius: 0.625rem;
}

.payment_page .pay_title {
  font-size: 1em;
  font-weight: bold;
  color: #565656;
}

.payment_page .pay_lists_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
}

.payment_page .pay_list_item {
  font-size: 1.4375em;
  font-weight: 400;
  line-height: 0.8;
  width: 100%;
  padding: 0.3125rem 0;
  color: #393185;
}

.payment_page .pay_descript_block,
.payment_page .pay_button_paysend_block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(50% - 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment_page .pay_descript_block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.payment_page .pay_button_paysend_block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment_page .btn_pay_from_payme,
.payment_page .btn_pay_other_method {
  font-size: 1.0625em;
  font-weight: 400;
  width: calc(100% / 2 - 1.375rem);
  margin: 0 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  padding: 1.4375rem 1.25rem;
  background-color: #ffffff;
  color: #393185;
  border-radius: 1.125rem;
  -webkit-box-shadow: 0 0 6px 1px #e7e7e7;
  box-shadow: 0 0 6px 1px #e7e7e7;
}

.payment_page .norma_bonuscode_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.375rem;
}

.payment_page .norma_bonuscode_input .bonuscode_label {
  font-size: 1em;
  font-weight: 400;
  color: #565656;
}

.payment_page .norma_bonuscode_input .bonuscode_input {
  font-size: 1em;
  font-weight: 400;
  margin-top: 0.5rem;
  max-width: 15.3125rem;
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  padding: 0.625rem 1rem;
  color: #565656;
  border-radius: 0.375rem;
  border: 1px solid #bebebe;
}

.payment_page .norma_bonuscode_input .bonuscode_input:focus-visible {
  outline: 2px solid #bebebe;
  border-color: transparent;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
}

.plashka-wrapp {
  max-width: 1276px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

.modal-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  margin: 33px 0 65px;
  padding: 20px 30px;
  border-radius: 6px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 10;
}

.modal-contact-form:hover,
.modal-contact-form:focus {
  text-decoration: none;
}

.modal-contact-form::before {
  content: '';
  position: absolute;
  width: 377px;
  height: 383px;
  left: -20%;
  top: -80px;
  background-image: url("../img/decor-circle.png");
  background-repeat: no-repeat;
}

.modal-contact-form .plashka-readme {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-weight: bold;
  padding-left: 127px;
  color: #393185;
}

.modal-contact-form .plashka-readme::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 25px;
  width: 62px;
  height: 62px;
  background-image: url("../img/phone-call62x62.png");
  background-repeat: no-repeat;
}

.modal-contact-form .ghost-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  padding: 9px 18px;
  font-size: 14px;
  color: #fff;
  background-color: #79bf80;
}

.title_state {
  font-size: 3.75em;
  font-weight: bold;
  margin: 1.25rem 0;
  color: #3e4095;
}

.footer::before {
  pointer-events: none;
}

.head_menu {
  z-index: 4;
}

.head_menu > .container.relative {
  max-width: 1276px;
  padding: 0;
}

.header {
  position: relative;
  z-index: 4;
}

.header::before {
  content: '';
  position: absolute;
  top: -225%;
  right: -30%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  background-color: var(--cyrcle-clr);
}

.header > .container.relative {
  max-width: 1276px;
  padding: 0;
}

.enter_btn a {
  color: #fff;
  border: 1px solid var(--btn-bcgck-clr);
  background-color: var(--btn-bcgck-clr);
}

.enter_btn a:hover {
  color: var(--btn-txt-clr);
  border: 1px solid var(--btn-bcgck-clr);
  background-color: #fff;
}

.register_btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  color: #000;
  margin-left: 20px;
}

@media screen and (min-width: 768) {
  .payment_page > .container.relative {
    width: 100%;
  }

  .head_menu > .container.relative {
    width: 100%;
  }

  .header > .container.relative {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .payment_page > .container.relative {
    width: 100%;
  }

  .head_menu > .container.relative {
    width: 100%;
  }

  .header > .container.relative {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .payment_page > .container.relative {
    width: 100%;
  }

  .head_menu > .container.relative {
    width: 100%;
  }

  .header > .container.relative {
    width: 100%;
  }
}

@media screen and (max-width: 75rem) {
  .container {
    max-width: rem(1110);
  }
}

@media screen and (max-width: 74.9375rem) {
  .payment_page .access_plate {
    border: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 2px solid #3e4095;
  }

  .payment_page .access_plate .dscrpt_box {
    width: 50%;
  }

  .payment_page .btn_number_success {
    width: 50%;
  }
}

@media screen and (max-width: 62rem) {
  .container {
    max-width: rem(930);
  }

  .payment_page .access_plate .dscrpt_box {
    padding-left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 7.6875rem;
    border: none;
  }

  .payment_page .access_plate .dscrpt_box::before {
    position: relative;
    left: inherit;
    margin-right: 1.875rem;
  }

  .payment_page .btn_number_success {
    max-width: 22.5rem;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.25rem auto 0 auto;
  }

  .payment_page .pay_descript_block,
  .payment_page .pay_button_paysend_block {
    width: calc(100% - 1.875rem);
  }

  .payment_page .pay_button_paysend_block {
    margin-top: 1.875rem;
  }

  .modal-contact-form {
    margin: 0 0.9375rem;
  }
}

@media screen and (max-width: 61.875rem) {
  .payment_page .from_norma_users_bonus {
    margin-top: 1.875rem;
    margin-left: 0;
  }

  .payment_page .from_norma_users_bonus::before {
    display: none;
  }
}

@media screen and (max-width: 52.0625rem) {
  .payment_page .access_plate {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 48rem) {
  .container {
    max-width: rem(690);
  }

  .modal-contact-form {
    padding: 16px 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-contact-form .plashka-readme {
    font-size: 16px;
    padding-left: 0;
  }

  .modal-contact-form .plashka-readme::before {
    display: none;
  }

  .modal-contact-form .ghost-btn {
    margin-top: 20px;
    padding: 4px 12px;
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 40.125rem) {
  .payment_page .price {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .payment_page .bonus_txt::before {
    display: none;
  }

  .payment_page .bonus_txt {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .payment_page .norma_users_price {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 40.1875rem) {
  .payment_page .bonuscode_successed .price::before {
    right: inherit;
    left: 38%;
  }
}

@media screen and (max-width: 36rem) {
  .container {
    max-width: rem(510);
  }

  .payment_page .access_plate {
    border: none;
  }

  .payment_page .btn_pay_from_payme,
  .payment_page .btn_pay_other_method {
    width: calc(100% - 1.375rem);
    margin-top: 0.6875rem;
    margin-bottom: 0.6875rem;
  }
}

@media screen and (max-width: 31.25rem) {
  .payment_page .access_plate .dscrpt_box {
    padding-left: 1.875rem;
  }

  .payment_page .access_plate .dscrpt_box::before {
    display: none;
  }
}

@media screen and (max-width: 30.5625rem) {
  .payment_page .bonuscode_successed .price::before {
    left: 33%;
  }
}
