.global-container{
    width: 1266px;
    margin: auto;
}
.wrapper{
    background: #fff;
    padding: 15px 35px;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.04);
}
#osoby > div {
    display: none;
}
#osoby > div.shown {
    display: block;
}
body{
    font-family: 'Roboto', sans-serif;
    margin: 20px;
    background: #f7f7f7;
}
p{
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
}
h1 span{
    font-weight: 400;
    font-size: 28px;
}
h4{
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 400;
}
h5{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #000;
}
h6{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #000;
    margin-top: 10px;

}
.box-wrapper{
    padding: 10px 20px;
    border: 1px solid #f3f3f3;
    margin: 30px 0px;
}
.box-wrapper p{
    font-size: 16px;
}
.pobierz{
    background: #f5f5f5;
    color: #2d2d2d;
    cursor: pointer;
    border-radius: 5px;
    padding: 15px 30px;
    border: none;
    margin-top: 20px;
    outline: none;
    border: 1px solid #f3f3f3;
}
.pobierz-box span{
    padding: 0px 10px;
}

/** Logowanie **/
.logowanie-wrapper {
    padding: 20px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #f3f3f3;
    margin: auto;
    position: relative;
    top: 20vh;
    display: block;
    left: 0;
    right: 0;
    width: 370px;
}
.logowanie-wrapper p input {
    border: none;
    width: 100%;
    max-width: 300px;
    height: 40px;
    line-height: 30px;
    outline: none;
    color: #bfbfbf;
    background: #fff;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 10px;
    border-top: 1px solid #f7f7f7;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.logowanie-wrapper p {
    text-align: center;
}
.logowanie-wrapper .submit {
    border: none;
    width: 100%;
    height: 40px;
    line-height: 30px;
    outline: none;
    color: #757575;
    background: #f7f7f7;
    padding: 0px;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 10px;
    border-top: 1px solid #f7f7f7;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.logowanie-wrapper img {
    display: inherit;
    margin: 20px auto 40px auto;
}
.wyloguj{
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    border-radius: 5px;
    margin-right: 40px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.04);
}
.wyloguj p{
    padding: 10px 30px;
    margin: 0px;
    color: #3e3e3e;
}

@media screen and (max-width: 1366px) {
    .wyloguj{
            margin-right: 60px;
            margin-top: 40px;
    }
}
