.sprzataczka {
    clear: both
}

.wrapper {
    width: 950px;
    height: 100%;
    background: url("../img/Strona.png") no-repeat top center;
    margin: auto
}

.szerokosc {
    width: 950px;
    margin: 0 auto
}

html,
body {
    font-family: "Open Sans", sans-serif;
    height: 100%;
    width: 100%
}

header {
    position: relative;
    height: 420px;
    margin-bottom: 40px !important
}

nav div {
    height: 153px;
    width: 158px;
    display: table;
    position: absolute;
    z-index: 999
}

nav div a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    width: 138px;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 140px
}

ul,
ol,
li,
dl {
    padding: 0;
    margin: 0
}

nav div {
    position: relative
}

.content {
    font-size: 15px;
    margin-bottom: 15px
}

.content ul {
    padding-left: 18px
}

.content ul li {
    list-style-type: disc;
    margin-bottom: 5px
}

.wizja .cytat .podpis {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif
}

.podpis {
    text-align: right
}

.cytat {
    font-style: italic
}

.wizja {
    font-size: 22px
}

.kadra {
    display: grid;
    margin-bottom: 20px
}

.marta {
    display: block;
    margin-top: 50px
}

.marta img {
    position: relative;
    width: 200px;
    float: right
}

.marta div {
    float: left;
    width: 700px;
    margin-top: 10px;
    font-size: 22px
}

.basia {
    display: block;
    margin-top: 50px
}

.basia img {
    position: relative;
    width: 200px;
    float: left
}

.basia div {
    float: right;
    width: 700px;
    margin-top: 10px;
    font-size: 22px
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #25c517;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical
}

input[type=submit] {
    background-color: #04aa6d;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

input[type=submit]:hover {
    background-color: #45a049
}

.formularz {
    width: 350px;
    float: right
}

.kontakt {
    width: 350px;
    float: left
}