.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.modal-window {
    position: relative;
    background-color: #FFFFFF;
    width: 50%;
    text-align: center;
    margin: 50px auto;
    padding: 60px 20px;
}

.diss {
  background: none;
  border: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
}

.modal-window h2 {
  font-size: 36px;
}

.modal-window p {
  font-size: 18px;
  margin: 16px auto;
}
.fieldset-cf7mls .cf7mls_back {
    float: none!important;
    margin: auto;
    background: none;
    font-size: 16px;
    padding: 0;
    font-weight: 300;
    text-decoration: underline;
}
.modal-window .button {
  margin: 12px 0!important;
}

.modal-window.small {
    width: 30%;
}

.modal-window.large {
    width: 75%;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0,0,0,0.3);
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.close:hover,
.close:focus {
    color: #000000;
    cursor: pointer;
}


.open {
    display: block;
}
