.error-message {
    color: #e60000;
    margin-top: 5px;
    font-size: 1rem;
  }

  .popup-contact {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
  }

  .popup-contact-contain {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.6);
    background: #f47d31;
    padding: 20px;
    border-radius: 10px;
    max-width: 260px;
    width: 90%;
    text-align: center;
  }

  .popup-contact-text {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 800;
    color: #fff;
  }

  .popup-contact-button {
    padding: 8px 30px;
    border: none;
    background-color: #f8f8f8;
    font-weight: 800;
    color: #000;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
  }

  .contact-checkl {
    margin-bottom: 10px;
  }

  .contact-checki {
    width: 8%;
    margin-left: 5px;
  }

  .text-resize {
    resize: none;
  }


  .form-respons {
    float: none !important;
  }

  .form-responsive {
    padding: 0 0 0 10px;
  }