@media all and (max-width: 717px) and (min-width: 550px){
	.container {
	    width: 510px;
	}
	.cookies p {
    color: #005ea3;
    max-width: 350px;
    font-size: 8px;
    float: right;
    transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    padding-top: 35px;
}
.section--contact form {
    padding-top: 250px;
}
section.section.section--contact .section--title {
    top: 100px;
    position: absolute;
    right: 0;
}
section.section.section--contact .section--title.right span.wezudzial {
    right: 220px;
    top: 83px;
    width: 195px;
}
}