Newsletter

I consent to the processing of my personal data for marketing purposes by the Polish Tourist Organisation. My personal data will be managed be the Polish Tourist Organisation, based in Warsaw (00-617) at ul. Chałubińskiego 8

I agree to receiving via electronic communication sent by the Polish Tourist Organisation to the e-mail address provided by me, any newsletters containing travel information, subject to the Provision of Electronic Services Act of 18 July 2002 (Journal of Laws of 2002, No. 144 item. 1204, as amended.).

I consent to using my computer / laptop / tablet / mobile phone and any other telecommunication equipment for the purpose of receiving Polish Tourist Organisation newsletters.

.form-newsletter input[type=”submit”]{
cursor: pointer;
display: block;
padding: 2px 15px;
border-radius: 8px;
border: 1px solid #ED1C24;
background-color: #ED1C24;
text-align: center;
color: #FFF;
margin-right: 0;
margin-top:15px;
float: right;
display: inline-block;
width: auto;
font-size:16px;
margin-bottom:35px;
}
.form-newsletter input[type=”submit”]:hover{
background-color:#fff;
color:#ED1C24;
}
.form-newsletter input[type=”checkbox”]{
margin-right: 10px!important;
}
.form-newsletter input[type=”text”]{
border: 1px solid #ccc;
border-radius: 8px;
margin: 5px 0;
padding: 2px;
background-color: #fff;
width:50%;
max-width:400px;
float:right;
margin-top: -5px;
height: 20px;
font-size: 12px;
}
.form-newsletter div label{
font-size:14px;
width:50%;
line-height: 15px;
}

.potRow{
border-bottom: 1px dotted silver;
text-align: justify;
width:100%;
float:left;
padding-top: 10px;
line-height: 15px;
}
.desc{
width:auto;
margin-left:25px;
}
.input-check{
float:left;
}

@media (max-width:748px) {
form div label{
width:100%;
}
.form-newsletter input[type=”text”]{
width:100%;
max-width:100%;
float:none;
}

}
@media (min-width:748px) {
.desc{
width:45%;
}
}