@charset "utf-8";

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v11/eFRpvGLEW31oiexbYNx7Y_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v11/GtRkRNTnri0g82CjKnEB0Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v11/R4a6fty3waPci7C44H8AjvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v11/tI4j516nok_GrVf4dhunkg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

:focus {
outline: 0;
}

.clearfix:after {
	clear: both;
}


*::selection {
	background: #ffd95d;
	color: #fff;
}
*::-moz-selection {
	background: #ffd95d;
	color: #fff;
}



body {
	font-family: 'Lato';
	
	background-image: url(bg_main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.left_column {
	float: left;
	width: 520px;
	text-align: center;
	position: relative;
	padding-top: 30px;
	color: #111111;
}
.right_column {
	float: right;
	width: 425px;
}
.logo {
	padding-top: 15px;
	text-align: right;
	padding-bottom: 15px;
	padding-right: 10px;
}
.head_form {
	background-color: #ffd95d;
	text-align: center;
	padding: 30px 0px 30px 0px;
	color: #736125;
	font-size: 17px;
	font-weight: bold;
margin-bottom:5px;
}

.right_column .formularz_oferta {
	background-color: #ffd95d;
	background-image: url(form_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
	padding-bottom: 180px;
}

form input {
	width: 215px;
	height: 41px;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 2px 4px rgba(0,0,0,.28);
	-moz-box-shadow: inset 1px 2px 4px rgba(0,0,0,.28);
	box-shadow: inset 1px 2px 4px rgba(0,0,0,.28);
	border: solid 1px rgba(217,185,79,.6);
	padding-left: 10px;
	}
	form input:focus {
		box-shadow: inset 1px 2px 4px rgba(0,0,0,1);
	border: solid 1px rgba(217,185,79,1);
		
		}
	
	
		form input:hover {
		box-shadow: inset 1px 2px 4px rgba(0,0,0,0.5);
	border: solid 1px rgba(217,185,79,0.5);
		
		}
	
	
	
	.send_btn {
	font-family: 'Lato';
	width: 225px;
	height: 64px;
	background-color: #4e4d4d;
	-webkit-box-shadow: 0 0 35px rgba(252,247,192,.23), 0 2px #473c1a, inset 0 -4px rgba(0,0,0,.82);
	-moz-box-shadow: 0 0 35px rgba(252,247,192,.23), 0 2px #473c1a, inset 0 -4px rgba(0,0,0,.82);
	box-shadow: 0 0 35px rgba(252,247,192,.23), 0 2px #473c1a, inset 0 -4px rgba(0,0,0,.82);
	border: solid 1px #393838;
	background-image: url(btn.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 17px;
	font-weight: bolder;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
		
		}
.titile {
	font-family: Lato;
	font-style: normal;
	font-weight: 100;
	font-size: 32px;
	text-transform: uppercase;
	color: #111;
	
}
.head_form span {
	font-weight: 300;
	display: block;
	padding-bottom: 10px;
}
.left_column .lista li {
	list-style-type: none;
	color: #111111;
	font-weight: bolder;
	font-size: 18px;
	padding-bottom: 5px;
}
.left_column h2 {
	font-size: 17px;
	font-weight: 300;
	color: #111111;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#pad {
	position: absolute;
	height: 449px;
	width: 506px;
	left: 16px;
	top: 408px;
}
.left_column .titile span {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#info {
	text-transform: uppercase;
	position: absolute;
	font-size: 10px;
	text-align: left;
	left: 8px;
	top: 810px;
	width: 764px;
	height: 32px;
	color: #5f5f5f;
}
.formularz_oferta label {
	font-size: 11px;
	font-weight: bolder;
	color: #000;
	width: 115px;
	display: block;
	float: left;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
}
.formularz_oferta .nazwisko {
	padding-top: 10px;
	padding-bottom: 10px;
}
.formularz_oferta #email {
	padding-top: 10px;
	padding-bottom: 30px;
}
.formularz_oferta .firma {
	padding-bottom: 10px;
}
.przycisk {
	padding-left: 125px;
}



@media screen and (max-width: 600px) {  
#content {width:100%;}
#pad,#info {position:static;}
#info {padding-left:10px;padding-top:10px;}
.right_column,.left_column {float:left;clear:both;width:100%;}
#pad img,#pad,#info{max-width:100%;height:inherit;}
.logo {width:100%;text-align:left;padding-left:10px;}
.przycisk {
    padding-left: 15px;
}
form input {margin-left:10px;}
.head_form {width:100%;}
.titile {font-size:28px;}
#info {font-size:8px;}
.formularz_oferta label {width:100%;text-align:center;}
.right_column .formularz_oferta {text-align:center;}
}


form input[type="checkbox"] {
	height: auto;
	width: auto;
	margin: 0;
	float: left;
	padding: 0;
}
.formularz_oferta .v-label-box {
	overflow: hidden;
	padding-left: 10px;
}

.v-checkbox-box {
	padding-bottom: 10px;
}

.az-checkbox-content {
	padding: 0 20px;
}


.formularz_oferta .v-label-box label {
	width: auto;
	margin: 0;
	line-height: normal;
	overflow: hidden;
	height: 14px;
	padding: 0;
	text-align: left;
}
.formularz_oferta .v-label-box label.active {
	height: auto;
}
.v-link-1 {
	font-size: 12px;
	color: #000;
}
.right_column .formularz_oferta {
	padding-bottom: 15px;
}

.right_column .formularz_oferta {
	position: relative;
	z-index: 2;
}