.form_action_buttons{
    left:15px;
    right:auto;
}

.action_icons span{
    left:55px;
    right:auto;
}

.action_icons span:before{
    border-right: 5px solid #000;
    border-left:0;
    left:-5px;
    right:auto;
}

.icon_back:before{left:0;right:auto;transform:translate(-50%, -50%) rotate(180deg);}

.form_action_col{text-align:right;}

.menu-icon.send:after{
    right:13px;
    left:auto;
}

.menu-icon.send{padding: 10px 40px 10px 16px;}

@media(max-width:991px){
    .filler_header_col.header_actions a.icon_back:before{transform: rotate(180deg);}
}
@media(max-width:768px) {
    .filler_header_grid {
        flex-direction: row-reverse;
    }
    .filler_header_logo {
        justify-content: flex-start;
    }
    .filler_header_col.header_actions {
        justify-content: flex-end;
    }

    .filler_header_col.header_actions a.icon_back:before {
        transform: inherit;
    }
}
@media(max-width:1200px){
    .form_action_col{width:22%;}
}
