.forms_main .select2-container--default.select2-container--open .select2-selection__arrow {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.attach_remove:before, .check_field .check_btn:before, .forms_main .select2-container--default .select2-selection--single .select2-selection__arrow:before, .attach_btn:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.forms_main .form_link, .forms_main .field_name {
  font-size: 140%;
  line-height: 17px;
}
@media screen and (max-width: 1024px) {
  .forms_main .form_link, .forms_main .field_name {
    font-size: 130%;
    line-height: 16px;
  }
}

.attached_file, .attach_btn, .check_field .check_btn, .radio_field .radio_btn {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .attached_file, .attach_btn, .check_field .check_btn, .radio_field .radio_btn {
    font-size: 130%;
    line-height: 22px;
  }
}

.attach_label .attach_error {
  font-size: 120%;
  line-height: 14px;
}

.forms_page {
  padding-top: 30px;
}
.forms_page .page_title,
.forms_page .section_title {
  margin: 0 0 20px;
}

.forms_container {
  padding: 40px 20px;
  background: #ffffff;
  margin-top: 30px;
}
.forms_container .section_title {
  text-align: center;
}

.forms_inner {
  max-width: 100%;
  width: 800px;
  margin: 0 auto;
}

.forms_main .field_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px 30px;
}
@media screen and (min-width: 1025px) {
  .forms_main .field_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .forms_main .field_block {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.forms_main .field_block label {
  display: block;
}
.forms_main .field_block.single {
  max-width: 100%;
  flex: 0 0 100%;
}
.forms_main .field_block.choose_field {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 0 30px;
}
.forms_main input {
  height: 54px;
}
.forms_main .field_name {
  color: #3E4869;
  padding-bottom: 5px;
  display: block;
}
.forms_main .select2-container .select2-selection--single {
  height: auto;
}
.forms_main .select2-container .select2-selection__placeholder {
  color: #7F87A9;
}
.forms_main .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #CDDBE9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.forms_main .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3E4869;
  font-size: 140%;
  line-height: 24px;
  padding: 14px 20px;
  flex: 1;
  width: 50%;
}
.forms_main .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 14px 20px;
  padding-left: 0;
  width: auto;
  color: #02155A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forms_main .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.forms_main .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 160%;
  display: block;
}
.forms_main .select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 10;
}
.forms_main .select2-container .select2-search--dropdown {
  padding: 0;
}
.forms_main .select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #CDDBE9;
  padding: 14px 20px;
  font-size: 100%;
  line-height: inherit;
}
.forms_main .select2-container .select2-dropdown {
  border: 1px solid #CDDBE9;
  font-size: 140%;
  line-height: 24px;
  box-shadow: none;
  position: relative;
  z-index: 5;
}
.forms_main .select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: 4px 2px;
  scrollbar-width: auto;
}
.forms_main .select2-container .select2-results__options::-webkit-scrollbar {
  width: auto;
  height: auto;
  border-radius: thin;
  background: 2px;
}
.forms_main .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: 4px;
}
.forms_main .select2-container .select2-results__options li {
  padding: 8px 20px;
}
.forms_main .select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid transparent;
}
.forms_main .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: rgba(2, 21, 90, 0.1);
  color: inherit;
}
.forms_main .select2-container .select2-results__option--selected {
  background: transparent !important;
  color: #F07300 !important;
  cursor: default;
}
.forms_main .select2-container {
  font-family: "montserrat-medium", "montserratarm";
}
.forms_main .select2-container .select2-dropdown {
  border-bottom: none;
  position: relative;
  overflow: hidden;
}
.forms_main .select2-container .select2-dropdown.select2-dropdown--below {
  border-top: none;
}
.forms_main .select2-container .select2-results {
  border-bottom: 1px solid #CDDBE9;
}
.forms_main .select2-container .select2-results > .select2-results__options {
  max-height: 205px;
}
.forms_main .form_link {
  color: #3E4869;
  text-decoration: underline;
}
.forms_main .amount_field {
  display: flex;
}
.forms_main .amount_field .field_inner {
  margin-top: 0;
}
.forms_main .amount_field .field_inner:first-child {
  flex: 1;
}
.forms_main .amount_field .field_inner:first-child .select2-container--default .select2-selection--single,
.forms_main .amount_field .field_inner:first-child input {
  border-radius: 20px 0 0 20px;
}
.forms_main .amount_field .field_inner:last-child {
  flex: 0 0 100px;
  max-width: 100px;
  margin-left: -1px;
}
.forms_main .amount_field .field_inner:last-child .select2-container--default .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.forms_main .amount_field .field_inner:last-child .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 7px;
  padding-right: 7px;
  text-align: right;
}
.forms_main .select2-results__options {
  margin: 0;
}
.forms_main .select2-container .select2-results__options::-webkit-scrollbar {
  width: 100%;
}

.younger_form,
.middle_form,
.senior_form,
.diploma_form {
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -15px;
  display: none;
}
.younger_form.show,
.middle_form.show,
.senior_form.show,
.diploma_form.show {
  display: flex;
}

.radio_field .sub_field .error_hint {
  position: relative;
  left: 0;
  padding: 0;
  bottom: unset;
}
.radio_field .error_hint {
  position: absolute;
  left: 0;
  padding: 0 35px;
  bottom: 20px;
}
.radio_field .radio_row {
  display: flex;
  flex-wrap: wrap;
}
.radio_field .radio_block {
  padding: 0 15px 12px 0;
}
.radio_field .radio_block:last-child {
  margin-right: 0;
}
.radio_field input[type=radio] {
  border: none;
  padding: 0;
}
.radio_field input[type=radio]:checked + .radio_btn:before {
  border-color: #2D368F;
}
.radio_field .radio_btn {
  width: 100%;
  position: relative;
  cursor: pointer;
  color: #3E4869;
  display: flex;
  align-items: center;
}
.radio_field .radio_btn:before {
  margin: 1px;
  content: "";
  display: block;
  margin-right: 10px;
  width: 23px;
  min-width: 23px;
  height: 23px;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  box-shadow: 0 0 0 1px #CDDBE9;
  border: 6px solid transparent;
}

.tenth_class, .flow_name, .first_exam, .second_exam, .third_exam {
  display: none;
}
.tenth_class.show, .flow_name.show, .first_exam.show, .second_exam.show, .third_exam.show {
  display: block;
}

.radio_sub .radio_row {
  flex-direction: column;
}
.radio_sub .field_block {
  padding-left: 0;
  padding-right: 0;
}
.radio_sub .error_hint {
  bottom: 10px;
}

.radio_sub {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.check_field .error_hint {
  flex: 0 0 100%;
  max-width: 100%;
}
.check_field input[type=checkbox] {
  border: none;
  padding: 0;
}
.check_field input[type=checkbox]:checked + .check_btn:before {
  background: #2D368F;
  border-color: #2D368F;
}
.check_field .check_btn {
  color: #3E4869;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.check_field .check_btn:before {
  content: "\e905";
  background: transparent;
  border: 1px solid #CDDBE9;
  border-radius: 7px;
  color: #ffffff;
  margin-right: 10px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.btn_block {
  padding: 10px 0 0;
  display: flex;
  justify-content: center;
}
.btn_block.single {
  max-width: 100%;
  flex: 0 0 100%;
}
.btn_block .send_btn.disable {
  pointer-events: none;
  opacity: 0.7;
}

.date_filter {
  position: relative;
  cursor: pointer;
}
.date_filter.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.date_filter ::-webkit-input-placeholder {
  color: #999999;
}
.date_filter :-moz-placeholder {
  color: #999999;
}
.date_filter ::-moz-placeholder {
  color: #999999;
}
.date_filter :-ms-input-placeholder {
  color: #999999;
}
.date_filter:before {
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  color: #ffffff;
  background: #02155A;
  font-size: 1.5rem;
  border-radius: 0 15px 15px 0;
}

.attach_label {
  margin: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.attach_label.has-error .error_hint,
.attach_label.has-error ~ .error_hint, .attach_label.back-error .error_hint,
.attach_label.back-error ~ .error_hint {
  max-height: 60px;
}
.attach_label input {
  border: none;
  padding: 0;
}
.attach_label[hidden] {
  width: 0;
  height: 0;
  visibility: hidden;
}
.attach_label .attach_error {
  display: block;
  color: #C7383F;
  margin-top: 10px;
  padding: 0;
}

.attach_btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #3E4869;
  border-radius: 20px !important;
  font-family: "montserrat-medium", "montserratarm";
  border: 1px solid #CDDBE9;
  background: #ffffff;
  padding: 14px 20px;
  width: 100%;
  cursor: pointer;
}
.attach_btn:after {
  display: block;
  content: "\e921";
  font-size: 1.9rem;
  margin: 3px 0 10px auto;
}
.attach_btn > span {
  margin-right: 7px;
}
.attach_btn span span {
  font-family: "montserrat-semibold", "montserratarm-medium";
  color: #2D368F;
}

.attach_error {
  color: #C7383F;
  display: block;
  font-size: 120%;
  line-height: 1.5em;
}

.attached_file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-family: "montserrat-medium", "montserratarm";
  border: 1px solid #CDDBE9;
  border-radius: 20px;
  padding: 16px 20px;
  width: 100%;
  max-width: 100%;
  color: #02155A;
}

.file_name {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3rem;
  line-height: 1.25em;
}

.attach_remove {
  display: block;
  cursor: pointer;
  margin-left: 20px;
  font-size: 2rem;
}
.attach_remove:before {
  content: "\e904";
  display: block;
}

.attached_block {
  display: flex;
  align-items: center;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .younger_form,
  .middle_form,
  .senior_form,
  .diploma_form {
    margin: 0 -10px;
  }
  .forms_main .field_block {
    padding: 0 10px 24px;
  }
  .forms_container {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 575px) {
  .younger_form,
  .middle_form,
  .senior_form,
  .diploma_form {
    margin: 0;
  }
  .forms_main {
    margin: 0;
  }
  .forms_main .field_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 24px !important;
  }
}
@media screen and (max-width: 575px) and (min-width: 1025px) {
  .forms_main .field_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) and (max-width: 1024px) {
  .forms_main .field_block {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 575px) {
  .btn_block {
    padding: 5px 0 0;
  }
  .forms_page {
    padding-top: 24px;
  }
  .forms_page .page_title,
  .forms_page .section_title {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 479px) {
  .forms_container {
    padding: 30px 15px;
  }
}
.web .forms_main .form_link, .forms_main .web .form_link, .web .radio_field .radio_btn, .radio_field .web .radio_btn, .web .check_field .check_btn, .check_field .web .check_btn, .web .attach_remove, .radio_field .radio_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.forms_main .select2-container .select2-results__options li, .radio_field .radio_btn:before {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .forms_main .form_link, .forms_main .touch .form_link, .touch .radio_field .radio_btn, .radio_field .touch .radio_btn, .touch .check_field .check_btn, .check_field .touch .check_btn, .touch .attach_remove {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.attach_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio_field input[type=radio], .check_field input[type=checkbox], .attach_label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .attach_remove:hover {
  color: #02155A;
}
.web .forms_main .form_link:hover, .forms_main .web .form_link:hover, .web .radio_field .radio_btn:hover, .radio_field .web .radio_btn:hover, .web .check_field .check_btn:hover, .check_field .web .check_btn:hover {
  color: #F78D1F;
}
.touch .attach_remove:active {
  color: #02155A;
}
.touch .forms_main .form_link:active, .forms_main .touch .form_link:active, .touch .radio_field .radio_btn:active, .radio_field .touch .radio_btn:active, .touch .check_field .check_btn:active, .check_field .touch .check_btn:active {
  color: #F78D1F;
}

/*# sourceMappingURL=formPage.css.map */
