.art-main-body{
    background: white;
}
.cenik-head{
    background-color: rgb(205, 193, 181);
    background-image: url(/images/cenik-head.png);
    background-position: right;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    height: 150px;
}
.cenik-head div{
    float: left;
    margin-left: 15%;
    width: 25%;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cenik-head div > h1{
    margin: 5px 0px;
}
p{
    font-style: italic;
}
h3{
    margin: 0px;
}
.cenik-main-section > h1{
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    text-align: left;
    font-style: italic;
    font-size: 16px;
}
.cenik-head div > p{
    margin: 5px 0px;
    font-size: 15px;
}
.cenik-side{
    overflow: hidden;
    width: 30%;
    float: right;
    padding-left: 5%;
    background: white;
}
.cenik-side-section h5{
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
}
.cenik-center-section, .cenik-side-section{
    border-top: 1px solid black;
    margin-top: 20px;
    width: 100%;
    background: white;
}
.cenik_side_info{
    font-style: italic;
    color: black;
    text-decoration: none;
    overflow:hidden;
}
.cenik_side_info > div{
    margin: 7px 0px;
    height: 15px;
}
.side_info_image{
    width: 15px;
    height: 100%;
    float: left;
}
.side_info_mobile_image{
    width: 22px;
    height: 100%;
    float: left;
}
.side_info_mail_image{
    width: 17px;
    height: 100%;
    float: left;
}

.side_info_text{
    margin-left: 22px;
}
.side_info_text a{
    color: black;
    text-decoration: none;
}
.side_info_text a:hover{
    color: black;
    text-decoration: none;
}
.bold{
    font-weight: bold;
}
.cenik-center{
    width: 65%;
    background: white;
}
.cenik-center-section h1{
    float: left;
    font-style: italic;
    font-size: 24px;
}
.cenik-center-section a{
    float: right;
    font-style: normal;
    text-decoration: none;
    color: black;
}
.cenik-center-section a:hover{
    font-style: normal;
    text-decoration: underline;
    color: black;
}
.cenik-center-head{
    float: none;
    clear: both;
    overflow: hidden;
    margin: 30px 0px;
}
.cenik-container{
    margin-top: 20px;
    width: 100%;
}
.cenik-text{
    text-align: left;
    font-style: italic;
    width: 20%;
}
.cenik-input{
    text-align: left;
    width: 80%;
}
.cenik-input input, .cenik-input textarea{
    border: none;
    background: lightgrey;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.cenik-input input{
    width: 50%;
}
.cenik-input textarea{
    width: 100%;
    height: 100px;
}
.cenik-required{
    font-size: 10px;
    color: grey;
    font-style: italic;
    text-align: left;
}
.cenik-button{
    top: 50px;
}
.cenik-button > .cenik-input{
    text-align: left;
}
.cenik-button > .cenik-input > button{
    height: 35px;
    color: white;
    width: 150px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgb(207, 41, 2);
}

@media screen and (max-width: 620px){
    .cenik-head{
        -webkit-background-size: cover;
        background-size: cover;
    }
    .cenik-head > div{
        width: 85%;
    }
    .cenik-center{
        width: 90%;
        float: none;
        margin: auto;
    }
    .cenik-side{
        width: 90%;
        margin: auto;
        padding-left: 0px;
        float: none;
    }
}