#main .inside + .mod_article .ce_form .widget-explanation p,
#main .inside + .mod_article .widget-explanation span {
    font-size: 14px;
    line-height: 22px;
}
#main .inside + .mod_article .ce_form .widget-explanation {
    margin-top: 15px;
}
#main .inside .ce_form .widget-explanation {
    margin-bottom: 20px;
}
#main .inside .ce_form .widget-checkbox,
#main .inside .ce_form .widget-radio {
    margin-bottom: 17px;
}
.footer .widget-explanation {
    margin-top: 15px;
}
.footer .ce_form select,
#main .inside + .mod_article .ce_form select {
    border-bottom: 0;
}
.footer .ce_form .subcr select,
#main .inside + .mod_article .ce_form .subcr select {
    border-left: 0;
}
.footer .ce_form select {
    background-image: url(../img/arrow-down-white.svg);
    background-color: black;
}
.footer .ce_form select option {
    background: #444;
    color: white;
}
