.popup-wrapper{
    width: 437px !important;
    background: #F4F4F4 !important;
    border-radius: 0px !important;
}
.form-wrapper{
    text-align: center;
    font-family: "Philosopher";
    background: #F4F4F4;
}
.form-reviews{
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form_elem{
    margin: 7px;
    background: #FBFBFB;
    font-size: 16px;
}
.add-photo{
    display: flex;
    justify-content: flex-end;
}
.add-photo_wraper {
    height: 136px;
    width: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
.add-photo_wraper {
    position: relative;
    color: #000;
    margin: 0;
    height: 100%;
    width: 100%;
}
.load-image-preview {
    background-color: white;
    position: absolute;
    width: 100%;
}
.screp {
    width: 20px;
    height: 20px;
}
.add-photo_btn {
    position: absolute;
    bottom: 0;
    opacity: 0;
}
.add-photo_text {
    font-weight: 500;
}
.elements {
    margin: 8px 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.g-recaptcha, .add-photo {
    width: 100%;
    padding: 0;
}