@charset "UTF-8";

.widget_form > .content_wrapper {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
.widget_form > .content_wrapper > .wrapper_item {
    order: 1;
}
.widget_form > .content_wrapper > .privacypolicy {
    order: 3;
    margin-top: 40px;
}
.widget_form > .content_wrapper > form {
    order: 2;
}