.pq_form {
    font-family: 'Montserrat', Montserrat-Bold, sans-serif;
}

#pq_request figure, figure.pq_request {
    width: 400px;
    max-width: 85%;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 1px #b2b2b2;
    background-color: #f8f8f8;
    margin: 0 13%;
    box-sizing: border-box;
}

figure.pq_request {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img.pq_img {
    max-width: 100%;
    border-radius: 5px;
    padding: 0.25rem 0;
}

img.pq_ava {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    box-shadow: 0 0 8px 1px #ccc;
    z-index: 2;
    background-color: #fff;
}

#pq_form button.accept,
.pq_request button.accept,
.pq_request button.reject,
#pq_form button.reject {
    background: #F6DD34;
    border: none;
    padding: 0.5rem;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #F6DD34;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    margin: 0 
}

button:disabled {
    cursor: not-allowed;
}

#pq_form button.reject {
    background: #fff;
    border: 1px solid #b2b2b2;
}

.pq_form {
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    max-width: 678px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow-y: auto;
    z-index: 95;
    padding: .5rem;
    box-sizing: border-box;
    border-top: 2px solid #e0dfdf;
}

.pq_form svg {
    width: 0.7rem;
    height: 0.7rem;
}

#pq_form textarea {
    width: 100%;
    margin: 0.5rem 0;
    padding: 0;
    border: none;
    background-color: #f5f5f5;
    font-size: 1rem;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.w100 {
    width: 100%;
}

.w49 {
    width: 49%
}

.pq_form_header {
    display: flex;
    width: 100%;
    padding: 0.5rem;
    margin: 0 auto;
    margin-bottom: -1rem;
    z-index: 2;
}

p.pq_form_name {
    margin: 0;
    padding: 0;
    padding: 0.5rem 0;
    color: #565656;
}

.pq_form_company {
    background-color: #000;
    color: #fff;
    padding: 0.25rem;
}

#pq_request span {
    color: #565656;
    font-size: 0.8rem;
}

#pq_request .button_wrapper {
    display: flex;
    justify-content: space-between;
}

.header_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 1rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
}

#pq_request .header_title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 0 0 0 0.25rem;
}

.pq_counter {
    float: right;
}
.pq_wrapper {
    max-width: 800px;
    width: 800px;
    box-sizing: border-box;
}

.pq_wrapper .pq_form_header, .pq_wrapper figure, .pq_wrapper .button_wrapper {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.pq_wrapper figure {
    padding: 0.5rem;
    border-radius: 15px;
}

.button_wrapper {
    display: flex;
    justify-content: space-between;
}

.pq_wrapper .button_wrapper {
    margin-top: 0.5rem;
}
.pq_sent {
    filter: grayscale(80%);
}
.pq_info {
    text-align: center;
}
.pq_form_body {
    background-color: #f5f5f5;
    padding: 2rem 1rem 1rem 1rem;
    margin: -0.25rem 0 0 0;
    border-radius: 15px;
    box-shadow: 1px -1px 10px 1px #bebebe;
}
.pq_form_body b {
    font-size: 1.25rem;
    font-family: 'Montserrat', Montserrat-Bold, sans-serif;
}

.pq_form_body button b {
    text-decoration: none;
}

.opinion_text {
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 1rem 0;
}

#pq_reguest_done {
    position: fixed;
    top: 0;
    left: -10000px;
    display: block;
    z-index: 1000;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 1px #b2b2b2;
    background-color: #ffffff;
}

.space_small {
    width: 100%;
    height: 1rem;
}