@charset "UTF-8";
body {
  /*--------------------------------*/
  /*-----------Информер-------------*/
  /*--------------------------------*/
}
body .field-required-mark {
  font-size: 15px;
  font-style: normal;
  color: #ff0000 !important;
}
body .field-required-mark:before, body .field-required-mark:after {
  display: none !important;
}
body .g-form-control-checkbox--single {
  font-weight: normal;
  display: flex;
  align-items: flex-start;
}
body .g-form-control-checkbox--single .g-form-control-checkbox__input {
  order: 1;
  margin-right: 5px;
  min-width: 15px;
}
body .g-form-control-checkbox--single .g-form-field__title {
  order: 2;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 480px) {
  body .g-form-control-checkbox--single .g-form-field__title {
    font-size: 15px;
  }
}
body .g-form-control-checkbox--single .g-form-field__title a {
  font-size: 16px;
}
body .local-agreement-text {
  font-size: 16px;
}
@media (max-width: 480px) {
  body .local-agreement-text {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  body .g-auth__sideleft {
    margin-right: 0;
  }
}
body .gr-form-wrap2 .gr-form .gr-title {
  display: block;
}
body .cookies-warning {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 10px;
  background: #232323;
  color: #ccc;
  font-size: 13px;
  z-index: 600;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 0px;
  box-shadow: 0 1px 10px 0 rgba(255, 255, 255, 0.25);
  font-weight: normal;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
}
body .cookies-warning a {
  color: inherit;
}
body .cookies-warning.opened {
  display: block;
}
body .cookies-warning__body {
  line-height: 1.2;
  text-align: center;
}
body .cookies-warning__close {
  cursor: pointer;
  padding: 13px 23px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  color: white;
  background-color: #03a140;
  border-radius: 6px;
}
body .cookies-warning__close:hover {
  background-color: #03ba4a;
}
body .g-form-control-text, body .g-form-control-textarea, body .g-form-control-checkbox__input, body .g-form-control-select + .chosen-container a.chosen-single, body .g-form-control-select + .chosen-container-multi .chosen-choices .search-field.customizer-pseudo-first-child input, body input[type=text][name=_cn], body .g-form-control-select + .chosen-container a.chosen-single.cusomizer-pseudo-hover, body .g-form-control-select + .chosen-container a.chosen-single.customizer-pseudo-hover, body .g-form-control-select + .chosen-container-multi .chosen-choices li.search-choice, body .g-form-control-checkbox__label, body .g-form-control-radio__label, body .g-form-body, body .g-form-control-select + .chosen-container-multi .chosen-choices .search-field:first-child input, body .g-form-control-select + .chosen-container a.chosen-single:hover {
  color: #959595;
}
body .lpc-form-5__content.lpc-row .lp-form-tpl__item._type-checkbox._required {
  order: 3;
  width: auto;
  max-width: 100%;
}
body .lp-form-tpl__field-checkbox, body .lp-form-tpl__field-radio {
  align-items: flex-start;
}
body form[data-s3-anketa-id="57223309"] .lp-form-tpl__button-wrapper {
  order: 10;
}
