.modal-form-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 10000000;
    top: 0;
    justify-content: center;
    align-items: center;
}
.modal-form-wrapper > div{
    display:block;
    background: #e1e1e1;
    text-align: center;
    padding: 100px 100px 70px;
    position: relative;
    max-height: 100%;
    overflow: auto;
}

.modal-form-wrapper .description > div, .modal-form-wrapper .description p{
color: #000;
}

.order-modal > div {
    width: 575px;
}
.order-modal > div p {
    line-height: 1.3;
}

.close-pp{
    /*font-size: 50px;*/
   /* transform: rotate(45deg);*/
    position: absolute;
    top: 35px;
    right: 35px;
    color: white;
    cursor: pointer;
}
.error-message{
    display: none;
    border: 2px solid #E9510A;
    padding: 5px;
    margin-top: 5px;
    color: white;
    font-size: 16px;
}
span.error-message{
    position: absolute;
    font-size: 13px;
}
.form-success{
    display: none;
    border: 2px solid #35a0e9;
    padding: 5px;
    margin-top: 5px;
    color: white;
    font-size: 16px;
}
input.input-error{
    border: 1px solid darkred;
}
.error-checkout-first-step,.phone-error,.email-error{
    border: 2px solid darkred;
    width: 100%;
    padding: 7px;
    font-size: 15px;
    color: black;
    display: none;
    clear: both;
    text-align: center;
    margin: 10px 0;
}

.testimonial-form input, .testimonial-form textarea{
    border-color: #d3d3d3;
    padding: 8px 10px;
    line-height: 12px;
    font-weight:400;
}
.testimonial-form .checkbox{
    float: right;
}
.testimonial-form input[type='text']{
    width:100%;
    margin-bottom: 15px;
}
.testimonial-form input[type='submit']{    
    width: auto ;
    margin-top: 30px;
    float: none;
    background: #8add66;
    color: #303030;
    font-weight: 600 ;
    text-transform: uppercase;
    border: none;
    font-size: 18px ;
    padding: 20px 40px;
}



.testimonial-form textarea{
    width: 100%;
    resize: none;
}
.testimonial-title{
    font-size: 25px;
}
.testimonial-subtitle{
    line-height: 2;
}
.testimonial-comment{
    padding: 15px 0;
}
.testimonial-form div.testimonial-email-error-message,.testimonial-form div.name-error,.testimonial-form div.testimonial-error{
    display: none;
    color: red;
}
.testimonial-form input.testimonial-email-error,.testimonial-form input.name-error,.testimonial-form textarea.testimonial-error{
    border-color: red;
    margin-bottom: 0 !important;
}
.item.testimonial.row{
    /*margin-bottom: 15px !important;*/
}
.testimonial-success{
    display:none;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #f67d33;
    margin: 15px 0;
}
