/* Wygląd pól */
#wpcf7-f3658-p202-o1 input[type="text"],
#wpcf7-f3658-p202-o1 input[type="email"],
#wpcf7-f3658-p202-o1 textarea {
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0.5em;
}
#wpcf7-f3658-p202-o1 {
  text-align: center;
}

/* POLECANY CSS */

/* Ostatni label (textarea) zawsze 100% szerokości */
#wpcf7-f3658-p202-o1 label {
	width: 100%;
}
/* Dla wszystkich ekranów: inputy po 50%, textarea całość */
#wpcf7-f3658-p202-o1 p:nth-of-type(1),
#wpcf7-f3658-p202-o1 p:nth-of-type(2),
#wpcf7-f3658-p202-o1 p:nth-of-type(3),
#wpcf7-f3658-p202-o1 p:nth-of-type(4),
#wpcf7-f3658-p202-o1 p:nth-of-type(5),
#wpcf7-f3658-p202-o1 p:nth-of-type(6) {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1em;
  box-sizing: border-box;

}
#wpcf7-f3658-p202-o1 p:nth-of-type(5),
#wpcf7-f3658-p202-o1 p:nth-of-type(6) {
	width: 98%;
}
#wpcf7-f3658-p202-o1 p:nth-of-type(6) {
	text-align: right !important;
}


/* Dla bardzo wąskich ekranów (poniżej 500px): wszystkie pod sobą */
@media (max-width: 500px) {
  #wpcf7-f3658-p202-o1 p {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
