@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: #fff;
  color: #808080;
  font-size: 12px;
  z-index: 6000;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 0px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.23);
  font-weight: normal;
  display: none;
  font-family: Montserrat, sans-serif;
}
body .cookies-warning a {
  color: inherit;
}
body .cookies-warning.opened {
  display: block;
}
body .cookies-warning__body {
  line-height: 1.3;
  text-align: center;
}
body .cookies-warning__close {
  cursor: pointer;
  padding: 13px 20px;
  margin-top: 5px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
  color: white;
  background: none, radial-gradient(ellipse farthest-corner at center bottom, #fc0 0, #ff1a1d 52.1%, #f26100 100%);
  border-radius: 25px;
}
body .cookies-warning__close:hover {
  opacity: 0.8;
}
body .s3_form_field_content label {
  align-items: flex-start !important;
}
body .site-copyright.widget-186.widget-type-site_copyright.editorElement.layer-type-widget a {
  font-size: 11px;
}
body .content-241 a {
  text-decoration: underline;
}
body .lpc-form-5__wrap.lpc-wrap.lpc-container-type-2.lpc-gap-container.color-change .lp-form-tpl__item._type-checkbox._required {
  width: 100%;
}
body .popover-body .g-form-row-layout.type-checkbox.field-required.personal_data_check {
  margin-top: 1px;
}
body .popover-body .g-form-row-layout.type-checkbox.field-required.personal_data_check a {
  font-size: 13px;
}
body .popover-body .g-form-row.g-form-row--submit {
  order: 11;
}
