.s0_top {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(58, 58, 59, .05);
}

.top_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_thone_txt {
  font-family: Evolventa, sans-serif;
  color: #3a3a3b;
  font-size: 26px;
  line-height: 30px;
}

.s1 {
  height: 340px;
  padding-top: 75px;
  background-image: url('../images/bg_14.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.s1_title_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  font-family: Evolventa, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
}

.s2 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.s2_wrp_1 {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section_title {
  font-family: Evolventa, sans-serif;
  color: #3a3a3b;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}

.section_title_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_title_icon {
  margin-bottom: 10px;
}

.s2_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s2_block._3 {
  margin-top: -18px;
}

.s2_icon {
  margin-right: 20px;
}

.body {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.s2_wrp_2 {
  max-width: 1080px;
  margin: 30px auto 40px;
  padding: 30px 40px 40px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 4px;
  border-color: hsla(347.7551020408163, 85.96%, 77.65%, 1.00);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.s2_subtitle {
  font-family: Evolventa, sans-serif;
  color: #3a3a3b;
  font-size: 26px;
  line-height: 30px;
}

.s2_p4_txt {
  margin-bottom: 30px;
  margin-left: 100px;
}

.s2_order_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt_span_red {
  color: #af233f;
  font-weight: 700;
}

.form-block {
  width: 100%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form_field_div {
  width: 240px;
  margin-right: 15px;
}

.field-label {
  margin-bottom: 0px;
  color: hsla(248.1818181818182, 18.97%, 77.25%, 1.00);
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.text-field {
  height: 46px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #3a3a3b;
  color: #3a3a3b;
  font-size: 20px;
}

.text-field:focus {
  border-bottom-color: #3a3a3b;
}

.text-field::-webkit-input-placeholder {
  color: #3a3a3b;
  font-size: 20px;
}

.text-field:-ms-input-placeholder {
  color: #3a3a3b;
  font-size: 20px;
}

.text-field::-ms-input-placeholder {
  color: #3a3a3b;
  font-size: 20px;
}

.text-field::placeholder {
  color: #3a3a3b;
  font-size: 20px;
}

.pay_btn_pink {
  height: 48px;
  min-width: 220px;
  margin-left: 130px;
  border-style: solid;
  border-width: 4px;
  border-color: hsla(347.7551020408163, 85.96%, 77.65%, 1.00);
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  font-family: Evolventa, sans-serif;
  color: #3a3a3b;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.pay_btn_pink:hover {
  border-color: hsla(346.3829787234042, 70.15%, 60.59%, 1.00);
}

.contact {
  background-color: hsla(247.5, 44.44%, 96.47%, 1.00);
}

.contact_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_adress_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact_pic_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_block._3 {
  margin-top: -18px;
}

.contact_title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Evolventa, sans-serif;
  color: #3a3a3b;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}

.bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(240.5769230769231, 46.43%, 56.08%, 1.00)), to(hsla(346.3829787234042, 70.15%, 60.59%, 1.00)));
  background-image: linear-gradient(90deg, hsla(240.5769230769231, 46.43%, 56.08%, 1.00), hsla(346.3829787234042, 70.15%, 60.59%, 1.00));
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.bottom_wrp {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.bottom_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bottom_txt {
  margin-right: 20px;
  margin-bottom: 10px;
}

.body-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.pay_s1 {
  min-height: 600px;
}

.home_s1 {
  height: 340px;
  padding-top: 75px;
}

.link {
  margin-right: 40px;
}

.pay_s2 {
  min-height: 600px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.pay_s2_wrp_2 {
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.user_name {
  margin-left: 10px;
  font-family: Evolventa, sans-serif;
  color: #3a3a3b;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}

.user_summ {
  margin-left: 10px;
  font-family: Evolventa, sans-serif;
  color: #3a3a3b;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}

.pay_s2_wrp_3 {
  position: relative;
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 40px 300px 40px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 4px;
  border-color: hsla(237.64705882352942, 71.83%, 86.08%, 1.00);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.pay_s2_txt {
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left: 130px;
}

.pay_s2_pic {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 280px;
}

.txt_link {
  color: hsla(240.5769230769231, 46.43%, 56.08%, 1.00);
}

.pay_btn_viol {
  height: 48px;
  min-width: 220px;
  margin-left: 130px;
  border-style: solid;
  border-width: 4px;
  border-color: hsla(237.64705882352942, 71.83%, 86.08%, 1.00);
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  font-family: Evolventa, sans-serif;
  color: #3a3a3b;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.pay_btn_viol:hover {
  border-color: hsla(240.5769230769231, 46.43%, 56.08%, 1.00);
}

.s2_block_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.study_btn_pink {
  height: 48px;
  min-width: 220px;
  border-style: solid;
  border-width: 4px;
  border-color: hsla(347.7551020408163, 85.96%, 77.65%, 1.00);
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  font-family: Evolventa, sans-serif;
  color: #3a3a3b;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.study_btn_pink:hover {
  border-color: hsla(346.3829787234042, 70.15%, 60.59%, 1.00);
}

.thanks_s2 {
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.thanks_btn_pink {
  height: 48px;
  min-width: 220px;
  border-style: solid;
  border-width: 4px;
  border-color: hsla(347.7551020408163, 85.96%, 77.65%, 1.00);
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  font-family: Evolventa, sans-serif;
  color: #3a3a3b;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.thanks_btn_pink:hover {
  border-color: hsla(346.3829787234042, 70.15%, 60.59%, 1.00);
}

.thanks_s2_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .s0_top {
    position: static;
  }
  .s1 {
    height: 320px;
    padding-top: 0px;
  }
  .s2_wrp_2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 40px;
    padding-right: 20px;
  }
  .s2_subtitle.pay {
    width: 50%;
  }
  .s2_p4_txt {
    margin-top: 10px;
    margin-left: 0px;
  }
  .s2_order_div {
    margin-left: 0px;
  }
  .pay_btn_pink {
    margin-left: 0px;
  }
  .contact_adress_wrp {
    width: 53%;
  }
  .contact_pic_wrp {
    width: 45%;
  }
  .contact_title {
    margin-top: 0px;
  }
  .home_s1 {
    height: 320px;
    padding-top: 0px;
  }
  .pay_s2_wrp_2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 40px;
    padding-right: 20px;
  }
  .user_name {
    margin-top: 10px;
    margin-left: 0px;
  }
  .user_summ {
    margin-top: 10px;
    margin-left: 0px;
  }
  .pay_s2_wrp_3 {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 40px;
    padding-right: 20px;
  }
  .pay_s2_txt {
    margin-top: 10px;
    margin-left: 0px;
  }
  .pay_s2_pic {
    width: 180px;
  }
  .pay_btn_viol {
    margin-left: 0px;
  }
  .s2_block_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .study_btn_pink {
    margin-left: 0px;
  }
  .thanks_btn_pink {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .top_thone_txt {
    font-size: 24px;
  }
  .s1 {
    height: 280px;
  }
  .heading {
    font-size: 35px;
    line-height: 40px;
  }
  .section_title {
    font-size: 28px;
    line-height: 34px;
  }
  .section_title_icon {
    max-width: 70px;
  }
  .s2_block {
    margin-top: 0px;
  }
  .s2_block._3 {
    margin-top: 0px;
  }
  .s2_icon {
    max-width: 120px;
  }
  .s2_wrp_2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s2_subtitle {
    font-size: 24px;
    line-height: 26px;
  }
  .s2_subtitle.pay {
    width: auto;
  }
  .s2_p4_txt {
    margin-top: 20px;
  }
  .form-block {
    max-width: 320px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form_field_div {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact_adress_wrp {
    width: 100%;
  }
  .contact_pic_wrp {
    display: none;
  }
  .contact_icon {
    max-width: 120px;
  }
  .bottom_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top_logo {
    max-width: 240px;
  }
  .home_s1 {
    height: 280px;
  }
  .pay_s2_wrp_2 {
    padding-top: 10px;
  }
  .user_name {
    font-size: 24px;
    line-height: 26px;
  }
  .user_summ {
    font-size: 24px;
    line-height: 26px;
  }
  .pay_s2_wrp_3 {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .pay_s2_pic {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 15px;
  }
}

@media (max-width: 479px) {
  .s0_top {
    height: auto;
  }
  .top_wrp {
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top_thone_txt {
    text-align: center;
  }
  .s1 {
    height: 240px;
  }
  .heading {
    font-size: 28px;
    line-height: 34px;
  }
  .section_title {
    font-size: 24px;
    line-height: 30px;
  }
  .s2_block {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .s2_icon {
    margin-bottom: 10px;
  }
  .s2_wrp_2 {
    padding-bottom: 40px;
  }
  .s2_order_div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form_field_div {
    margin-bottom: 20px;
  }
  .pay_btn_pink {
    margin-top: 10px;
  }
  .contact_adress_wrp {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact_block {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .contact_icon {
    margin-bottom: 10px;
  }
  .bottom {
    text-align: center;
  }
  .bottom_div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom_txt {
    margin-bottom: 20px;
  }
  .top_logo {
    max-width: 220px;
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .home_s1 {
    height: 240px;
  }
  .pay_s2_wrp_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pay_s2_wrp_3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    padding-bottom: 170px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pay_s2_pic {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .pay_btn_viol {
    margin-top: 10px;
  }
  .s2_block_title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .thanks_btn_pink {
    margin-top: 10px;
  }
}

@font-face {
  font-family: 'Evolventa';
  src: url('../fonts/Evolventa-Bold.eot') format('embedded-opentype'), url('../fonts/Evolventa-Bold.woff') format('woff'), url('../fonts/Evolventa-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Evolventa';
  src: url('../fonts/Evolventa.eot') format('embedded-opentype'), url('../fonts/Evolventa.woff') format('woff'), url('../fonts/Evolventa.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}