body .field-required-mark {
  font-size: 15px;
  font-style: normal;
  color: #f00 !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 .confidencial_politic {
    padding-bottom: 15px;
    font-size: 11px;
    text-align: right;
    color: #b3b3b3; }
  body .confidencial_politic a {
    color: #fff;
    text-decoration: none; }
  body .cookies-warning {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
    z-index: 600;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    font-weight: normal;
    display: none;
    background: #d2d2d2;
    background: linear-gradient(rgba(247, 247, 247, 0.7), rgba(247, 247, 247, 0.7)), url(../images/54507254.jpg) left 50% top 50%/cover no-repeat;
    color: #4f4f4f;
    font-family: Arial, Helvetica, sans-serif; }
  body .cookies-warning.opened {
    display: block; }
  body .cookies-warning__body {
    line-height: 1.2;
    text-align: center; }
  body .cookies-warning__close {
    cursor: pointer;
    padding: 10px 25px;
    margin-top: 5px;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #f13b3e;
    border-radius: 250px;
    box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    font-family: PT Sans, sans-serif; }
    body .cookies-warning__close:hover {
      box-shadow: inset 0 0 7px 3px rgba(255, 99, 102, 0.2), 0 6px 13px 0 rgba(241, 59, 62, 0.47); }

body .gr-form-wrap2 .gr-form .gr-title {
  display: block; }

body .popover-wrap .popover-body .s3_form .s3_form_item_type_checkbox .s3_form_field_title {
  display: none; }
  body .popover-wrap .popover-body .s3_form .s3_form_item_type_checkbox .s3_form_field_content input[type="checkbox"] {
    display: inline;
    width: auto; }
  body input[type="checkbox"] {
    margin-right: 3px !important; }
