/* IMAGES --------------------------------------------------------------------*/
.img-1 {
  height: 353px;
  background-image: url('/shared/images/big/pages/contact/01-kontakt.jpg');
}
.img-2 {
  height: 451px;
  background-image: url('/shared/images/big/pages/contact/02-tlo-formularza.jpg');
  background-size: 100% 100%;
}
.img-3 {
  height: 463px;
  background-image: url('/shared/images/big/pages/contact/03-tlo-mapy-google.png');
}
.img-4 {
  height: 334px;
  background-image: url('/shared/images/big/pages/contact/04-konto-bankowe.jpg');
}

.google-map {
	clear: both;
	float: left;
	margin-left: 10px;
}
.google-map iframe {
	border: 2px solid #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px 0 #666;
}
.google-map a {
	font-size: 11px;
	color: blue;
	display: block;
}

.workshop-address {
	float: left;
	margin-left: 30px;
}

.contact-block:first-child {
	clear: both;
	float: left;
	margin-left: 20px;
	margin-right: 0;
}
.contact-block {
	margin-right: 20px;
	float: right;
	min-height: 300px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	margin-bottom: 40px;
}
.contact-block h4 {
	background-color: #0bf;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 15px;
	display: inline-block;
	border-radius: 10px 10px 0 0;
	margin: 0 20px;
	box-shadow: 0 0 5px 0 gray;
	color: #fff;
}
.contact-block:last-child .block {
	background-color: #fff;
	color: #000;
	padding: 15px 0 0 15px;
}
.contact-block table {
	margin: 0;
}
.contact-block table td {
	padding-top: 0;
	padding-bottom: 0;
}
.block {
	z-index: 1;
	box-shadow: 2px 2px 10px 0 gray;
	border-radius: 8px;
	background-color: #fff;
	padding: 10px 15px 0 15px;
	min-height: 300px;
}
.block form {
	width: 250px;
	border-radius: 8px;
	margin: 0;
}
.block form * {
	color: #000;
}
.block textarea {
	height: auto;
}
.block input[type=text], textarea {
	width: 99%;
	border: 1px solid grey;
}
.block input[type=radio] {
	width: 20px;
}
.block input[type=submit] {
	width: 130px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	border-radius: 0;
	margin: 0 auto;
	color: #fff;
}