.row.rowchill {
    margin-right: -30px;
    margin-left: -30px;
}

.rowchill div[class^="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

a.single {
    color: #000
}

.btn-first,
form button[type="submit"] {
	
    padding: 15px 25px;
    border-radius: 0px;
    border: 1px solid #3d434f;
    /* text-transform: uppercase; */
    display: inline-block;
}

.btn-first:hover {
    background: #5e3089;
    border: 1px solid #5e3089;
}


.btn-first.green,
.home form button[type="submit"] {
    background: #5e3089;
    border: 1px solid #5e3089;
    color: #fff;
}

.btn-first.green:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #5e3089;
}


.btn-first.green.bluehover:hover,
.single-gmp-box:hover .btn-first.green {
    background: #023044;
    border: 1px solid #023044;
    color: #fff;
}

.wpierajace.oferta .btn-first {
    display: table;
    padding: 15px 20px;
}

.btn-second {
    display: table;
    color: #000;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid;
    padding: 5px 0px;
    color: #ccc;
    font-weight: bold;
}


.aktualnosci .single,
.kompetencje .single {
    background-color: #fff;
    /* box-shadow: 0 0 25px -10px #ddd; */
    border: 0px;
    border-radius: 0;
}
.aktualnosci .single:hover,
.kompetencje .single:hover {
    background-color: #fff;
    border: 0px solid transparent;
}

.shadow {
    box-shadow: 0 0 45px -10px #d0d0d0;
}

.shadowhover:hover {
    box-shadow: 0 0 45px 0px #d0d0d0;
}

.terminy .single-termin {
    padding: 0 0 20px;
    border-radius: 5px;
}

.btn-first.up:after {
    content: "\f062";
}


.border40 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}


.single-photo,
.aktualnosci .single-photo {
    padding-bottom: 50%;
    border-radius: 0;
    margin-bottom: 0;
    background-size: cover;
    position: relative;
    z-index: 2;
}


.aktualnosci:before {
    content: none;
    background-color: #5e3089;
}
.aktualnosci .boxesakt {
    position: relative;
}
.aktualnosci .boxesakt:before {
    content: '';
    background-color: #eef0f1;
    height: 50%;
    width: 100%;
    top: 25%;
    position: absolute;
    z-index: -1;
}


.contact .wpcf7-form .btn-primary {
    background: #5e3089;
    color: #ffffff;
    border: 3px solid #5e3089;
}

.image_left .intext {
    background-color: #f8f9fa;
    transform: translate(100px, 100px);
}

.image_left.right .intext {
    transform: translate(-100px, 100px);
    
}

.image_left {
    margin: 0px 0px 100px;
    background: #023044;
    margin-bottom: 170px;
}

.space,
h1,h2,h3 {
    font-family: 'Barlow', sans-serif;
}

@media (max-width: 991.98px) {
    
    .image_left .intext {
        transform: translate(20px, 20px);
    }

    .image_left.right .intext {
        transform: translate(-20px, 20px);
    }

    .image_left {
        margin: 0px 0px 100px;
        background: #023044;
        margin-bottom: 50px;
        background-size: cover;
    }

    .image_left .intext,
    .image_left.right .intext {
        transform: translate(0px, 0px);
        opacity: 0.9;
    }

    article table {
        width:100%;
        table-layout: fixed;
        overflow-wrap: break-word;
    }

    article table tr {
        
    }

    article table td {
        display: block;
        box-sizing: border-box;
        clear: both;
        width: 100%!important;
        height: auto!important;
        border: 1px solid;
    }

}