body {
  /*--------------------------------*/
  /*-----------Информер-------------*/
  /*--------------------------------*/ }
  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 .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;
    font-size: 13px;
    z-index: 600;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 6px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    font-weight: normal;
    display: none;
    font-family: Roboto;
    color: #393939; }
    body .cookies-warning.opened {
      display: block; }
    body .cookies-warning__body {
      line-height: 1.2;
      text-align: center; }
    body .cookies-warning__close {
      cursor: pointer;
      padding: 12px 25px;
      margin-top: 5px;
      font-weight: normal;
      font-size: 12px;
      display: inline-block;
      color: white;
      background-color: #f00;
      color: #fff;
      font: 700 15px/ 16px Roboto, Arial, Helvetica, sans-serif;
      background: #ff4329;
      border-radius: 6px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      body .cookies-warning__close:hover {
        color: #fff;
        border: none;
        box-shadow: 0 8px 15px rgba(255, 67, 41, 0.3);
        background: #ff6954; }
  body .type-checkbox label span:before {
    top: 0 !important;
    margin-top: 0 !important; }
  body .personal_order span {
    display: inline !important; }
