.country_selector {
  max-width: 40%;
  outline:0px;
  font-size: 12px;
  border: 2px solid rgba(255, 255, 255, 0.43);
  padding: 0 5px;
  border-radius: 4px 0 0 4px;
  margin-bottom: 6px;
  height: 44px;
}

.new_need-help__form-col {
  display: flex;
}

.footer__nh .new_input-text--phone, .on-main-page .new_input-text--phone, .main-page__course__big__form__col .new_input-text--phone {
  /*border-radius: 0 4px 4px 0;*/
}

.footer__nh.new_footer__nh {
  max-width: 950px;
}

.new_callme_modal_dialog {
  width: 700px;
  max-width: 100%;
}
.new_callme_modal_dialog .country_selector {
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 42px;
  border-right: none;
}
.new_callme_modal_dialog .new_need-help__form-col .new_input-text--phone{
/*  border-left: none;*/
}

.main-page__course__big__form__col .country_selector {
  border: 1px solid rgba(0, 0, 0, .29);
  margin-bottom: 0;
  border-right: none;
}

.main-page__course__big__form__row .main-page__course__big__form__col .new_input-text--phone{
  /*border-left: none;*/
}

.modal-question .new_need-help__form-col .country_selector {
  border: 1px solid #ECECEC;
  margin-bottom: 0;
  border-right: none;
  height: auto;
}

.modal-question .modal-dialog .new_need-help__form-col .new_input-text--phone {
  /*border-left: none;
  border-radius: 0 4px 4px 0;*/
}

.modal-body.need-help .new_need-help__form-col .country_selector {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  border-right: none;
  height: 42px;
}

.modal-body.need-help .new_need-help__form-col .new_input-text--phone {
  /*border-left: none;
    border-radius: 0 4px 4px 0;*/
}

.def-pay-form__row .def-pay-form__item_new {
  flex-basis: 15%;
}

.def-pay-form .country_selector {
  margin-bottom: 0;
}

.fdf-form__input-wrapper.new_need-help__form-col .fdf-form__input_new {
  border: 1px solid #34404E;
  margin: 0;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.fdf-form__input-wrapper.new_need-help__form-col .def-pay-form__input_new {
/*  border-left: none;
  border-radius: 0 4px 4px 0;*/
}

.new_need-help__form-col .modal-buy-course__input__item_new {
  border: 1px solid #ECECEC;
  background: #F9F9F9;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.form-buy-course .new_need-help__form-col .phone_mask_courses_detail {
  /*border-left: none;
  border-radius: 0 4px 4px 0;*/
}

.new_need-help__form-col .new_input-text--phone_certificate {
/*  border-left: none;
  border-radius: 0 2px 2px 0;*/
}

.new_need-help__form-col .country_selector_new_certificate {
  border: 2px solid #868E96;
  height: 43px;
  border-right: none;
  border-radius: 2px 0 0 2px;
}

.new_need-help__form-col .country_selector_new_closed {
  border-right: none;
  border-radius: 2px 0 0 2px;
}

.closed-course-form__holder .closed-course-form__item_new_phone {
  width: 35%;
}

.closed-course-form__holder .closed-course-form__item_new_btn {
  width: 25%;
}
.hr-block-form__input-wrapper .country_selector {
  border: 1px solid #34404e;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.hr-content .form__wrapper form input.input-text--phone {
  /*border-radius: 0 4px 4px 0;
  border-left: none;*/
}
@media (max-width: 991px) {
    .closed-course-form__holder .closed-course-form__item_new_btn, .closed-course-form__holder .closed-course-form__item_new_phone {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .closed-course-form__holder .closed-course-form__item_new_btn, .closed-course-form__holder .closed-course-form__item_new_phone {
        width: 100%;
    }
}
.js_country_selector {
  display: none;
}
