    #popup {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
  }
  
  #popup.showed {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
  }
  
  #popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px;
  }
  
  .popup-wrapper {
    background-color: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    height: auto;
    width: 94%;
    max-width: 360px;
    padding: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
  }
  
  .popup-close {
    text-align: right;
  }
  
  #popup-close {
    background: url("https://static.tildacdn.com/lib/tildaicon/30336466-3036-4438-b665-656534663161/17bu_23.svg") no-repeat 0 center;
    width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
  }
  
  .wait {
    margin: 0 auto;
    max-width: 250px;
    width: auto;
  }
  
  .wait img {
    width: 100%;
  }
  
  .error {
    color: #d50000;
    position: absolute;
    display: block;
    font-size: 12px;
    margin-top: 3px;
  }
  
  .d-none {
    display: none;
  }
  
  .hide {
    display: none!important;
  }
  
    .startform {
      background-color: #E8E8E8;
      padding: 12px 12px;
      border: 0;
      font-size: 24px;
      color: #6f6f6f;
      width: 300px;
    }
    
    .div-inputs {
      display: flex;
      justify-content: space-between;
    }
    
    input[name="sogl"] {
      font-size: 20px
    }
    
    .button-form {
      background-color: #F2C204;
      color: #fff;
      margin: 0 auto;
      padding: 16px 26px 16px 26px;
      border: none;
      border-radius: 10px;
      font-size: 20px;
    }
    
    form {
      max-width: 972px;
      margin: 0 auto;
    }
    
    .div-button {
      display: flex;
      justify-content: center;
    }
    
    .checkp {
      margin-left: 40px;
      color: #fff;
      margin-top: 12px;
    margin-bottom: 12px;
    font-size: 20px;
    }
    
    .check-link {
      color: #fff!important;
      text-decoration: underline!important;
    }
    
    
    .form-append-down {
      text-align: center;
      color: red;
      font-size: 20px;
      margin-top: 8px;
    }
    
    .email {
        margin-left: 8px;
        margin-right: 8px;
    }
    
    .c-black {
      color: #000!important;
    }
    
    .under-text {
      text-decoration: underline!important;
    }
    
    .popup-wrapper {
        font-size: 20px;
    line-height: 25px;
    color: #6F6F6F;
    }
    
    .button-form:hover {
        cursor: pointer;
    }
    
@media only screen and (max-width : 1200px) {
 form {
      max-width: 930px;
    }
}

@media only screen and (max-width : 960px) {
 form {
      max-width: 600px;
    }
    
    .email {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .div-inputs {
        flex-direction: column;
    }

    .startform {
        width: auto;
    }
    .checkp {
        text-align: center;
        margin-left: 0px;
    }
}

@media only screen and (max-width : 640px) {
 form {
      max-width: 440px;
    }
}

@media only screen and (max-width : 480px) {
 form {
      max-width: 300px;
    }
}