/* Adhoc mod */

#page-contact .container-places .col-automatyka {
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
}

@media screen and (min-width: 1031px) {
    #page-contact .container-places .col-automatyka:after {
        border-right: 1px solid #d9d2d2;
        content: " ";
        position: absolute;
        right: -1px;
        top: 30px;
        bottom: 0;
    }
}

#page-contact .container-places .col-logistyka_transport {
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

@media screen and (min-width: 1031px) {
    #page-contact .container-places .col-logistyka_transport:after {
        border-right: 1px solid #d9d2d2;
        content: " ";
        position: absolute;
        right: -1px;
        top: 30px;
        bottom: 0;
    }
}

#page-contact .container-places .row-services-press {
    padding-bottom: 0px;
}

body:not(.home) .ue-flag {
    display: none;
}

/* WHY? */

#page-service.page-system-integration {
    overflow: unset;
}


/* ToDo */


