.feedback-block {
    width: 100%;
    overflow: auto;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 202;
    background-color: rgba(158, 158, 158, 0.7);
    padding: 70px 0;
}

.feedback-window {
    width: 40%;
    min-width: 320px;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 31;
    background-color: white;
    margin: 70px -20%;
    min-height: 200px;
}

.j-close-feedback-popup {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #2b2a2a;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 20px;
}

.j-close-feedback-popup span {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: grey;
}

.j-close-feedback-popup span:hover {
    cursor: pointer;
    color: #f38b00;
}

#feedback {
    margin: 40px 20px;
    font-size: 20px;
}

#feedback_content {
    padding-bottom: 40px;
}

#feedback h3, #feedback .feed-tel {
    display: none;
}

.feedback-window h2 {
    display: none;
}

@media all and (max-width: 1240px) {
    .feedback-window {
        width: 60%;
        margin: 70px -30%;
    }
}

@media all and (max-width: 700px) {
    .feedback-window {
        width: 100%;
        left: 0;
        margin: 0;
    }

    #feedback {
        margin: 40px 20px 100px;
    }
}
