.page-sideform {
    background: #F9F9F9;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    padding: 30px 24px;
    margin-bottom: 30px;
}
.page-sideform-top {
    padding-bottom: 30px;
}
.page-sideform-top p {
    margin: 0;
}
.page-sideform .feedback-input {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 19px;
    padding-right: 19px;
}
.page-sideform .title {
    font-family: var(--raleway-family);
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
}
.page-sideform .feedback-input {
    width: 100%;
    padding: 22px 19px;
    font-family: var(--raleway-family);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    outline: unset;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 15px;
    background: #E9E9E9;
    border: 1px solid #DFDFDF;
}
.page-sideform[required]::before {
    content: "*";
}
.page-sideform .feedback-submit {
    width: 100%;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 16px;
    line-height: 19px;
    padding: 22px 0;
    border-radius: 0;
}
@media screen and (max-width: 900px) {
    .page p:not(.h1) {
        font-size: 14px;
        line-height: 1.25;
    }
}
@media screen and (max-width: 767px) {
    .page-sideform {
        margin-top: 30px;
    }
}
