
/* Główne */

body {
    background-color: #168cfc;
    color: #fff;
    font-family: 'Libre Franklin', sans-serif;
}

.row {
    margin: 0px;
}

.container {
    max-width: 1400px;
}

a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

span {
    font-size: 12px;
}

a:hover {
    opacity: 0.5;
    text-decoration: none;
}


/* gora strony */



.obrazek1 {
    display: none;
    background-image: url("");  
    background-repeat: no-repeat;
    position: left bottom;
    
}

.aco_galerie {
    display: none;
}

.tekst3 {
        font-size: 18px;
        padding-top: 20px;
        max-width: 400px;
        margin: 0px auto;
    }



@media (min-width: 1200px) {
    .obrazek1 {
        display: flex;
        vertical-align: bottom;
    } 

    .cz1 {
        margin-right: 150px;
    }

    .pasek {
        padding-right: 150px;
    }
}   

@media (min-width: 860px) {

    .aco_galerie {
        display: inline-block;
        position: absolute;
        z-index: 99;
        right: 120px;
        top: 10px;
    }
}

.tekst1 {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 30px;
    font-weight: 300;
    position: relative;
}



h1 {
    font-size: 48px;
}

.acologo {
    margin-bottom: 30px;
}



/* Pasek */

.pasek {
    background-color: #fff;
   
    color: #000;
}

.przycisk1 {
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
    outline: 0;
    border: none;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: #0d559a;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 7px 10px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 2px 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3);
    transition: box-shadow .3s ease;
    width: 300px;
}

.przycisk2 {
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 30px;
    outline: 0;
    border: none;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: #ef0a4b;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 15px 25px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 2px 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3);
    transition: box-shadow .3s ease;
    width: 300px;
}

.przycisk1:hover {
        background-color: #1775ce;
        transition: all .25s ease-in-out;
}

.przycisk2:hover{
        background-color: #a10b35;
        transition: all .25s ease-in-out;
} 

label {
    display: inline-block;
}

input {
    margin-right: 5px;
}
.obrazek2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.tekst2 {
    text-align: center;

}

@media (min-width: 1200px) {
    .obrazek2 {
        text-align: right;
        padding-right: 150px;
    }

    .tekst2 {
        margin-top: 50px;
    }

    .przycisk {
        margin: 1px;
        margin-top: 10px;
    }
}

/* Stopka */

.stopka {
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #fff;
} 


@media (min-width: 992px) {
    .stopka {
        margin-right: -15px;
        margin-left: -15px;
        text-align: left;
        border-top: 0px;

    }

    .obrazek-stopka {
        display: block;
        position: absolute;
        z-index: 1;
    }
} 

.st {
    padding: 0px;
    padding-top: 25px;
}

.tyt {
    letter-spacing: 2px;
}

.logo {
    text-align: center;
}

.stopka3 {
    padding-left: 15px;
}

.numer {
    font-size: 15px;
    font-weight: bold;
}

.stopka4 {
    margin-bottom: 30px;
}

.czakalaka {
    color: white;
}

.obrazek {
    margin-left: -15px;
    margin-right: -15px;
}

.dostarczamy {
    position: relative;
    top: 70px;
    z-index: 2;
    margin: 0px auto;
    text-align: center;
    font-size: 20px;
}

@media (min-width: 992px) {

.dostarczamy {
    position: relative;
    top: 150px;
    z-index: 2;
    margin: 0px auto;
    text-align: center;
    font-size: 41px;
}

}    