#container {
	background-image:url('../graph/o-nas-bg80.jpg');
	background-position:center;
	background-size:cover;
}

.contact {
	background:rgba(0,0,0,0.03);
	padding:20px 0;
	margin-bottom:20px;
}

.contact p.main_descr {
	text-align:center;
	font-size:18px;
	line-height:28px;
}

iframe {
	position:relative;
	margin:0px auto;
	text-align:center;
}

@media only screen and (max-width: 1000px) {
	#container {
		padding-left: 10px;
		padding-right: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;			
	}
	#content {
		float: left;
		width: 100%;
	}
	.contact-box-1 {
		width: 33.3333%;
		border: 1px solid #fff;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 10px;
	}

	div#contact-data {
		width: 100%;
		padding: 10px; 
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;		
	}
	iframe {
		width: 100% !important;
	}
	div#contact-data {
		float: left;
		width: 100%;
		height: auto;
	}
	div#contact-form {
		width: 100%;
		float: left;
		padding: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;			
	}
	iframe {
		float: left;
		width: 100%;
		margin-bottom: 25px;
	}
	p.contact-text {
		padding-top: 0 !important;
	}
	div#contact-form {
		margin-bottom: 30px !important;
	}
	p.contact-text {
		width: 100%;
	}
	div#contact-form {
		margin-top: 20px;
	}

	div#contact-form p {
		position: relative;
	}
	div#contact-form p {
		position: relative;
		top: auto !important;
		left: auto !important;
		width: 100% !important;
		right: auto;
		bottom: auto;
		margin: 0 0 20px 0 !important;
		float: left;
	}
	div#contact-form p.p-checkbox {
		margin-top: -20px !important;
	}
	div#contact-form p span {
		top: 51px;
	}
	div#contact-form {
		float: left;
		height: auto;
	}
	div#contact-form p input, div#contact-form p textarea {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		margin-top: 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	 		
	}
	div#contact-form button {
		top: auto;
		right: auto;
		position: relative;
		float: right;
	}
	#content p {
		margin-bottom: 10px !important;
		margin-top: 10px !important;
	}

	.label-box {
		padding-left: 29px !important;
		padding-top: 5px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	 			
	}
	div#contact-form p textarea {
		height: 165px;
	}
	div#contact-form p span.checkbox {
		top: 2px !important;
	}
	
}

@media only screen and (max-width: 780px) {
	iframe {
		height: 200px !important;
	}
	.contact-box-1 {
		width: 100%;
		margin: 5px 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px;
	}	
}