#kontakt {margin-top: 85px}

#kontakt .flex50-50-text {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

#kontakt .qrcode {
	position: absolute;
	top: 30px;
	right: 100px;
	display: block;
	width: 110px;
}

#kontakt .flex50-50-illustration {background-image: url(../img/kontakt-bg.jpg)}

#contact-form > div {
	padding: 40px 50px 10px;
	box-sizing: border-box;
	text-align: left;
	color: white;
}

#contact-form h3, #contact-form a {color: white}

#contact-form .more-link span {background: white}

#formularz {
	width: 100%;
	box-sizing: border-box;
	text-align: left;	
	position: relative;
}

#formularz > input, #formularz textarea {
	background-color: rgba(255,255,255,0);
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid white;
	font-family: 'Hind Vadodara', sans-serif;
	font-weight: 300;
	color: white;
	font-size: 18px;
	line-height: 26px;
	box-sizing: border-box;
}

#formularz > input:focus, #formularz textarea:focus {outline: none}

#formularz textarea {
	height: 110px;
	resize: vertical;
	overflow: hidden;
	margin-bottom: 0;
	background-position: right bottom;
	margin-bottom: 20px;
}

#plec {
	margin-bottom: 15px;
}

#name {padding-left: 140px}

/* The container */
#plec label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
	margin-right: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#rodo label {
    display: block;
    position: absolute;
	top: 0;
	left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
#plec label input, #rodo label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
#plec .checkmark, #rodo .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
	border-radius: 50%;
    background: white;
}

#plec .checkmark span, #rodo .checkmark span {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 3px;
	left: 3px;
}

/* On mouse-over, add a grey background color */
#plec label:hover input ~ .checkmark, #rodo label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#plec label input:checked ~ .checkmark span, #rodo label input:checked ~ .checkmark span  {
    background-color: #C68D34;
}

#rodo {
	position: relative;
	padding-top: 3px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 16px;
}

#rodo a {text-decoration: underline}

#rodo input {
	position: absolute;
	top: 5px;
	left: 0;
}

/* USUNIĘCIE CHECKBOXA W RODO */
#rodo {padding-left: 0 !important}
#rodo label {display: none !important}

#formularz p {
	display: inline-block;
	position: relative;
	float: right;
	opacity: 0;
	top: 35px;
}

#form-msg {opacity: 0}

#formularz .more-link {
	margin-top: 20px;
	margin-bottom: 10px;
}

#formularz .more-link span {margin-left: 0}

#kontakt {text-align: left}

#teleadresy i {
    font-family: 'Noto Serif', serif;
    font-style: italic;
	margin-top: 10px;
	display: block;
}

#teleadresy h3:last-of-type {
	margin-bottom: 15px;
	margin-top: 10px;
}

.teleadresy-list {
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
	display: block;
}
.teleadresy-list.teleadresy-list-nip {
	padding-left: 30px;
	margin-bottom: 0;
}

.teleadresy-list img {
	position: absolute;
	display: block;
	width: 35px;
	height: 35px;
	top: -5px;
	left: 0;
}
.teleadresy-list.teleadresy-list-nip img {
	width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
}


/*GRID: 1440px */
@media all and (max-width: 1440px) {
	
#kontakt .qrcode {right: 50px}	
	
}


/*GRID: 1024px */
@media all and (max-width: 1024px) {
	
#kontakt {margin-top: 60px}	

#kontakt .qrcode {top: 0}	

#kontakt .flex50-50-text {
    padding-top: 0;
	margin-top: 0;
}

#teleadresy header {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#teleadresy > section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#teleadresy > section > div {
	width: 50%;
	box-sizing: border-box;
}

#teleadresy > section > div:first-of-type {padding-right: 50px}

#teleadresy h3:last-of-type {margin-top: 0}

#teleadresy .mail-link {color: #29314D !important}

.teleadresy-list {padding-left: 0}

.teleadresy-list img {
	display: inline-block;
	position: relative;
	top: 5px;
	left: 0;
	margin-right: 5px;
	width: 30px;
	height: 30px;
}

.teleadresy-list.teleadresy-list-nip img {
	top: 3px;
	left: 0;
	margin-right: 10px;
}

.teleadresy-list h4 {
	display: inline-block;
}
	
}


/*GRID: 750px */
@media all and (max-width: 750px) {
	
#kontakt {margin-top: 50px}	

#kontakt .qrcode {
	right: 20px;
	width: 90px;
}

#contact-form > div {padding: 30px 30px 10px}

#formularz {margin-top: 0}

#teleadresy header {margin-bottom: 0}

#teleadresy > section > div {
	width: 100%;
    max-width: 400px;
	padding: 0 !important;
	text-align: center;
}
	
}


/*GRID: 500px */
@media all and (max-width: 500px) {
	
#contact-form > div {padding: 30px 15px 10px}
	
#kontakt {margin-top: 40px}	

#kontakt .qrcode {
	right: auto;
	width: 110px;
	position: relative;
	margin: 30px auto 0;
}

#formularz > input, #formularz textarea {
	font-size: 16px;
	line-height: 22px;
}

/* Create a custom checkbox */
#plec .checkmark, #rodo .checkmark {top: 2px}

.teleadresy-list img {
	display: block !important;
	margin: 0 auto 5px !important;
	top: 0 !important;
}

.teleadresy-list {margin-bottom: 10px}

.teleadresy-list.teleadresy-list-nip {
	top: 0;
	left: 0;
	margin-right: 0;
	padding-left: 0;
}



}