
      .hide,
      .flag-dropdown {
          display: none;
      }

      /* обязательно */
      .error-box {
          /* CSS ошибки */
          color: #fff;
          background-color: #DE5042;
          border-radius: 5px;
          text-align: center;
          width: 100%;
          font-size: 14px line-height: 20px;
          margin: 0 !important;
          z-index: 100;
      }

      input:invalid {
          box-shadow: none;
      }
  