.formularz{
    width: 80vw;
    margin: 50px 0;
    border: 2px solid white;
    border-radius: 5px;
    padding: 10px;
}
.kontakt .double_blok img{
    width: 90%;
}
.formularz button{
    padding: 10px;
    margin-top: 10px;
    color: white;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    transition: 0.4s ease-out;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 5px;
}


/*----komórki---*/

input, select{
    width: 250px;
    height: 25px;
    background-color: rgb(200, 200, 200);
    color: black;
    border-radius: 5px;
    margin: 3px 0 10px 0;
}
textarea{
    width: 250px;
    height: 75px;
    background-color: rgb(200, 200, 200);
    color: black;
    border-radius: 5px;
    margin: 3px 0 10px 0;
}
.zgoda{
    height: 17px;
    width: 17px;
    margin: 0;
}

