

/* Start:/local/templates/new/components/agima/form.result.new/handling_form_from_page/style.css?175439728418910*/
.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.df.jcs {
  justify-content: flex-start;
}
.df.jcc {
  justify-content: center;
}
.df.ais {
  align-items: flex-start;
}
.df.fdc {
  flex-direction: column;
}

.consult-form,
.submit_appeal,
.response,
.ask_question {
  color: #666;
  max-width: 1360px;
  margin: 0 auto;
}
.submit_appeal h1 {
  font-weight: 700;
  font-size: 54px;
  line-height: 110%;
  margin-bottom: 24px;
}

.submit_appeal .subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #070E13;
  margin-bottom: 40px;
}

.submit_appeal .text {
  font-weight: 400;
  font-size: 19px;
  line-height: 160%;
  margin-bottom: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #252D3D;
  cursor: pointer;
  margin-bottom: 20px;
  background: none;
  border: none;
  padding: 0;
}

.button svg {
  transition: transform 0.3s ease;
}

.button.active svg {
  transform: rotate(180deg);
}

.hidden-text {
  display: none;
  padding-top: 10px;
  margin-top: 10px;
}

.hidden-text.show {
  display: block;
}

.user-type-toggle {
  display: flex;
  position: relative;
  background: #F5F9FB;
  border-radius: 7px;
  width: fit-content;
  margin: 15px 0;
}

.user-type-toggle .check_container {
  position: relative;
  z-index: 2;
  margin: 0;
}

.user-type-toggle label {
  width: max-content;
  padding: 18px 28px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #070E13;
}

.user-type-toggle .pseudo_radio {
  display: none;
}

.user-type-toggle .checklabel {
  padding: 8px 20px;
  cursor: pointer;
  color: #666;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
  border-radius: 26px;
}

.user-type-toggle input:checked + label + .checklabel {
  color: #fff;
}

.user-type-toggle .slider {
  position: absolute;
  height: 100%;
  width: 50%;
  background: #FFFFFF;
  transition: transform 0.3s ease;
  z-index: 1;
  box-shadow: 0px 4px 30px 0px #2C07A714;
  gap: 14px;
  border-radius: 7px;

}

/* Позиция слайдера для "Физическое лицо" */
#individual:checked ~ .slider {
  transform: translateX(0);
}

/* Позиция слайдера для "Юридическое лицо" */
#legal_entity:checked ~ .slider {
  transform: translateX(100%);
}

/* Скрываем стандартные радио-кнопки */
.user-type-toggle input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.form__wrapper fieldset {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  margin-right: 14px;
}

fieldset {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}


fieldset label,
.form__wrapper fieldset label {
  font-weight: 400;
  font-size: 19px;
  line-height: 160%;
  color: #070E13;
  margin-bottom: 14px;
}

fieldset label:after,
.form__wrapper fieldset label:after {
  color: #73A8BA !important;
}

fieldset .custom_input,
.form__wrapper fieldset .custom_input,
fieldset .custom_tarea {
  background-color: #F5F9FB;
  border: 1px solid #DEDEDE66;
  border-radius: 7px;
  padding: 22px 24px;
  width: 100%;
}

fieldset select.custom_input,
fieldset .custom_input option,
fieldset .custom_input,
fieldset .custom_tarea,
.form__wrapper fieldset select.custom_input,
.form__wrapper fieldset .custom_input option,
.form__wrapper fieldset .custom_input {
  font-weight: 400;
  font-size: 19px;
  line-height: 160%;
  color: #505559;
}

fieldset select.custom_input,
.form__wrapper fieldset select.custom_input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.5 9.08105L10.5 14.0811L5.5 9.08105' stroke='%237F8990' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

.form__wrapper fieldset.hiden_block {
  display: none;
}

.form__wrapper-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.form__wrapper-checkbox p {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #7F8990;
}

.custom_radio_set {
  display: flex;
}

.custom_radio_set div {
  width: 100%;
  margin-right: 34px;
}

.custom_radio_set div label {
  width: max-content;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #070E13;
}

.form__wrapper--file {
  align-items: flex-start;
  justify-content: space-between;
}
.form__wrapper--file .custom_field {
  width: 48%;
}

.form__wrapper--submit {
  align-items: flex-end;
  justify-content: space-between;
}
.form__wrapper--submit .custom_field {
  width: 49%;
}

.form__wrapper--submit .submit-form {
  width: 49%;
}

.form__wrapper--submit .captcha {
  display: flex;
  width: 100%;
}

.form__wrapper--submit .captcha img {
  width: 100%;
  height: 100%;
}

.form__wrapper--submit .captcha input,
.form__wrapper--submit .captcha div {
  width: 50%;
}

.form__policy {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #505559;
  margin-top: 30px;
}




  /* **************************************************************** */

.consult-form label.error,
.submit_appeal label.error,
.response label.error,
.ask_question label.error {
  display: none !important;
}
.consult-form .default_link,
.submit_appeal .default_link,
.response .default_link,
.ask_question .default_link {
  color: #0c2872;
}
.consult-form .custom_field.with-dropdown,
.consult-form .custom_field.with-btn-reset,
.submit_appeal .custom_field.with-dropdown,
.submit_appeal .custom_field.with-btn-reset,
.response .custom_field.with-dropdown,
.ask_question .custom_field.with-dropdown {
  position: relative;
}

.consult-form .custom_field.with-btn-reset .btn-reset,
.submit_appeal .custom_field.with-btn-reset .btn-reset {
  position: absolute;
  right: 5px;
  top: 38%;
  padding: 5px 15px;
  font-size: 14px;
}

.consult-form .custom_field.with-btn-reset .btn-reset:hover,
.submit_appeal .custom_field.with-btn-reset .btn-reset:hover {
  color: #ffffff;
}

.consult-form .custom_field.with-dropdown .dropdown,
.submit_appeal .custom_field.with-dropdown .dropdown,
.response .custom_field.with-dropdown .dropdown,
.ask_question .custom_field.with-dropdown .dropdown {
  width: 60.5%;
  height: auto;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 37px;
  background-color: #fff;
}
.consult-form .custom_field.with-dropdown .dropdown__item,
.submit_appeal .custom_field.with-dropdown .dropdown__item,
.response .custom_field.with-dropdown .dropdown__item,
.ask_question .custom_field.with-dropdown .dropdown__item {
  padding: 15px 10px;
  cursor: pointer;
}
.consult-form .custom_field.with-dropdown .dropdown__item:hover,
.submit_appeal .custom_field.with-dropdown .dropdown__item:hover,
.response .custom_field.with-dropdown .dropdown__item:hover,
.ask_question .custom_field.with-dropdown .dropdown__item:hover {
  background-color: #f2f2f2;
}
.consult-form .custom_field.with-dropdown .dropdown__item:not(:last-child),
.submit_appeal .custom_field.with-dropdown .dropdown__item:not(:last-child),
.response .custom_field.with-dropdown .dropdown__item:not(:last-child),
.ask_question .custom_field.with-dropdown .dropdown__item:not(:last-child) {
  margin-bottom: 1px solid #e2e2e2;
}
.consult-form .custom_input,
.submit_appeal .custom_input,
.response .custom_input,
.ask_question .custom_input {
  outline: none;

  background-color: #F5F9FB;
  border: 1px solid #DEDEDE66;
  border-radius: 7px;
  padding: 22px 24px;
  width: 100%;
}

.consult-form .custom_label.is-required,
.submit_appeal .custom_label.is-required,
.response .custom_label.is-required,
.ask_question .custom_label.is-required {
  position: relative;
}
.consult-form .custom_label.is-required::after,
.submit_appeal .custom_label.is-required::after,
.response .custom_label.is-required::after,
.ask_question .custom_label.is-required::after {
  content: "*";
  color: red;
  margin-left: 5px;
}
.consult-form .custom_label.with-direction,
.submit_appeal .custom_label.with-direction,
.response .custom_label.with-direction,
.ask_question .custom_label.with-direction {
  position: relative;
}
.consult-form .custom_label.with-direction .direction,
.submit_appeal .custom_label.with-direction .direction,
.response .custom_label.with-direction .direction,
.ask_question .custom_label.with-direction .direction, span.direction {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #7F8990;
  margin-top: 12px;
}

span.direction{display: block;}

.consult-form .custom_checkbox .checkbox:checked + label.pseudo-checkbox,
.submit_appeal .custom_checkbox .checkbox:checked + label.pseudo-checkbox,
.response .custom_checkbox .checkbox:checked + label.pseudo-checkbox,
.ask_question .custom_checkbox .checkbox:checked + label.pseudo-checkbox {
  /*background: #80afe4;*/
}
.consult-form .custom_checkbox .checkbox:checked + label.pseudo-checkbox::after,
.submit_appeal .custom_checkbox .checkbox:checked + label.pseudo-checkbox::after,
.response .custom_checkbox .checkbox:checked + label.pseudo-checkbox::after,
.ask_question .custom_checkbox .checkbox:checked + label.pseudo-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  top: 5px;
  width: 12px;
  height: 6px;
  /*border: 3px solid white;*/
  /*border: 3px solid black;*/
  border: 3px solid #73A8BA;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.consult-form .custom_checkbox .pseudo-checkbox,
.submit_appeal .custom_checkbox .pseudo-checkbox,
.response .custom_checkbox .pseudo-checkbox,
.ask_question .custom_checkbox .pseudo-checkbox {
  display: block;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  /*border: 2px solid #80afe4;*/
  /*border: 2px solid #6368AD;*/
  border: 1px solid #DEDEDE66;
  cursor: pointer;
  background: #f5f9fb;
  border-radius: 4px;
}

.consult-form .custom_radio_set label,
.submit_appeal .custom_radio_set label,
.response .custom_radio_set label,
.ask_question .custom_radio_set label {
  cursor: pointer;
}
.consult-form .custom_radio_set .pseudo_radio,
.submit_appeal .custom_radio_set .pseudo_radio,
.response .custom_radio_set .pseudo_radio,
.ask_question .custom_radio_set .pseudo_radio {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #E4EFF7;
}
.consult-form .custom_radio_set input:checked + label.pseudo_radio,
.submit_appeal .custom_radio_set input:checked + label.pseudo_radio,
.response .custom_radio_set input:checked + label.pseudo_radio,
.ask_question .custom_radio_set input:checked + label.pseudo_radio {
  position: relative;
}
.consult-form .custom_radio_set input:checked + label.pseudo_radio .background,
.submit_appeal .custom_radio_set input:checked + label.pseudo_radio .background,
.response .custom_radio_set input:checked + label.pseudo_radio .background,
.ask_question .custom_radio_set input:checked + label.pseudo_radio .background {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #73A8BA;
}
.consult-form .custom_select,
.submit_appeal .custom_select,
.response .custom_select,
.ask_question .custom_select {
  width: 60.5%;
  position: relative;
  cursor: pointer;
}
.consult-form .custom_select select,
.submit_appeal .custom_select select,
.response .custom_select select,
.ask_question .custom_select select {
  width: 100%;
  padding: 8px 12px;
  border-radius: 0;
  /*border: 2px solid #7bafde;*/
  /*border: 2px solid #6368AD;*/
  border: 2px solid #000;
  outline: none;
  background: transparent;
  color: #666;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.consult-form .custom_select .pseudomarker,
.submit_appeal .custom_select .pseudomarker,
.response .custom_select .pseudomarker,
.ask_question .custom_select .pseudomarker {
  position: absolute;
  width: 10px;
  height: 10px;
  /*border-left: 2px solid #7baedd;
  border-bottom: 2px solid #7baedd;*/
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  bottom: 43%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 15px;
}
.consult-form .pseudo_input,
.submit_appeal .pseudo_input,
.response .pseudo_input,
.ask_question .pseudo_input {
  cursor: pointer;
  height: 74px;
  max-height: 74px;
  padding: 16.5px 40px 16.5px 12px;
}
.consult-form .pseudo_input span,
.submit_appeal .pseudo_input span,
.response .pseudo_input span,
.ask_question .pseudo_input span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.consult-form .btn,
.submit_appeal .btn,
.response .btn,
.ask_question .btn {
  cursor: pointer;
  padding: 9px 40px;
  /*border: 2px solid #f8a44a;*/
  background: #73A8BA;
  border: 3px solid #73A8BA;
  /*color: #f8a44a;*/
  color: #fff;
  font-family: 'Arial';
}

.pointer {
  cursor: pointer;
}

.submit-form .btn,
.consult-form .btn:disabled,
.submit_appeal .btn:disabled,
.response .btn:disabled,
.ask_question .btn:disabled {
  display: inline-block;
  background-color: #73A8BA;
  border-color: #73A8BA;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  pointer-events: none;
  width: 100%;
  padding: 24px 20px;
}
.consult-form .alternative_methods,
.submit_appeal .alternative_methods,
.response .alternative_methods,
.ask_question .alternative_methods {
  padding-inline-start: 20px;
}
.consult-form .alternative_methods li,
.submit_appeal .alternative_methods li,
.response .alternative_methods li,
.ask_question .alternative_methods li {
  margin-bottom: 20px;
}
.consult-form .alternative_methods li::marker,
.submit_appeal .alternative_methods li::marker,
.response .alternative_methods li::marker,
.ask_question .alternative_methods li::marker {
  color: #999;
  font-size: 16px;
}

.error { color: #d12229; }
.error-block {
  margin-top: 60px;
  padding-left: 39.5%;
}

#captchaReload {
  cursor: pointer;
}
.custom_input.custom_input_block {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0;
}
.custom_input.custom_input_block .custom_input {
  width: 100%;
}
.custom_input.custom_input_block .hint {
  font-size: 12px;
  padding: 3px 0;
  line-height: 14px;
}

.checkbox-and-privacy-policy {
  display: flex;
}

.custom_field .checkbox-and-privacy-policy {
  padding: 0;
}

.checkbox-and-privacy-policy .pseudo-checkbox,
.checkbox-and-privacy-policy .custom_label {
  margin: 0;
}

.privacy-policy {
  padding-top: 2px;
  color: #070E13;
}

@media (max-width: 768px) {
  .df.m-jce {
    justify-content: flex-end;
  }

  .m-mt-5 {
    margin-top: 50px;
  }

  .m-mt-3 {
    margin-top: 30px;
  }

  .m-mt-2 {
    margin-top: 20px;
  }

  form.mt-4 {
    margin-top: 0;
  }
  form {
    font-size: 12px;
  }
  fieldset.custom_field.mt-4 {
    margin-top: 20px;
  }

  fieldset.custom_field:not(.w-chkbx) {
    flex-direction: column;
    align-items: flex-start;
    padding-inline-start: 0;
    margin-inline-start: 0;
  }
  fieldset.custom_field:not(.w-chkbx) .custom_input,
  fieldset.custom_field:not(.w-chkbx) .custom_tarea,
  fieldset.custom_field:not(.w-chkbx) .custom_select {
    width: 100%;
  }

  fieldset.custom_field.w-chkbx label {
    display: inline-block;
  }


  .pseudo_input {
    margin-left: 0 !important;
  }


  .custom_label.with-direction .direction {
    max-width: none !important;
    width: 99vw;
    bottom: -25px !important;
    font-size: 12px !important;
  }

  .m-mw-n {
    max-width: none !important;
  }
  .consult-form .custom_field.with-btn-reset .btn-reset,
  .submit_appeal .custom_field.with-btn-reset .btn-reset {
    top: 105%;
    padding: 0 10px;
  }

  .error-block {
    margin-top: 40px;
    padding-left: 0;
  }
}

fieldset.custom_field.df.user_type_cont {
  margin: 15px 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 199px;
}
fieldset.custom_field.df.user_type_cont br{
  display:none;
}

.hiden_block{
  display:none;
}

#legal_entity + .checklabel .background{
  display:none;
}

#legal_entity:checked + .checklabel .background{
  display:block;
}

#individual + .checklabel .background{
  display:none;
}

#individual:checked + .checklabel .background{
  display:block;
}

.custom_radio_set.df.fdc.ais.radioflex {
  flex-direction: row;
  justify-content: flex-start;
  gap:15px;
}

@media (max-width: 1024px) {
  .submit_appeal {
    margin: 0 20px;
  }

  .submit_appeal h1 {
    font-size: 40px;
    margin-bottom: 14px;
  }

  .submit_appeal .subtitle {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .submit_appeal .text {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .form__wrapper {
    justify-content: space-between;
  }

  .form__wrapper fieldset {
    width: 30%;
    margin-right: 0;
  }

  .form__wrapper--file .custom_field {
    width: 48%
  }

  .form__wrapper-checkbox {
    flex-wrap: wrap;
  }

  fieldset label, .form__wrapper fieldset label {
    font-size: 17px;
    margin-bottom: 10px;
  }

  fieldset select.custom_input, fieldset .custom_input option, fieldset .custom_input, fieldset .custom_tarea, .form__wrapper fieldset select.custom_input, .form__wrapper fieldset .custom_input option, .form__wrapper fieldset .custom_input {
    font-size: 17px;
    padding: 14px 16px;
  }

  .consult-form .pseudo_input, .submit_appeal .pseudo_input, .response .pseudo_input, .ask_question .pseudo_input {
    height: 57px;
    min-height: 57px;
  }

  .consult-form .btn:disabled, .submit_appeal .btn:disabled, .response .btn:disabled, .ask_question .btn:disabled {
    padding: 15px 0;
    font-size: 16px;
  }

  .custom_radio_set {
    flex-direction: column;
    align-items: start;
    text-align: start;
  }
  .checkbox-and-privacy-policy label,
  .privacy-policy {
    font-size: 14px;
  }

  .privacy-policy {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  fieldset .slider {
    display: block;
  }

  .form__wrapper--submit .submit-form,
  .form__wrapper fieldset,
  .form__wrapper--file .custom_field,
  .form__wrapper--submit .custom_field {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .custom_radio_set div label {
    font-size: 13px;
    padding: 14px 28px;
  }

  .custom_radio_set div label {
    padding: 0;
  }
}
/* End */
/* /local/templates/new/components/agima/form.result.new/handling_form_from_page/style.css?175439728418910 */
