@charset "utf-8";
/* CSS Document */

.contakt{
		background-image: url(img/aboutBG.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
}

.noborder{
	border-width: 0px;
	border-style: none;
}

.font12{
		font-size: 12px;
}

.inputs-txt{
	margin-bottom: 5px;
}

.inputs{
	height: 40px;
	padding-left: 5px;
	width: 267px;
	margin-bottom: 12px;
}

.textareas{
	height: 184px;
	padding-left: 5px;
	width: 267px;
	padding-top: 5px;
}

.mb14{
	margin-bottom: 14px;
}

.mb28{
	margin-top: 28px;
}

.grap{
	margin-top: 34px;
}

.form-button{
	width: 192px;
	height: 39px;
	background-color: rgb(84,136,199);
	color: rgb(255,255,255);
	border-width: 0px;
	margin: 12px 0px;
	cursor: pointer;
}

.border_white_left{
	border-left-width: 1px;
	border-left-color: white;
	border-left-style: solid;
	height: 333px;
}

.pos{
	margin-top: -25px;
	margin-left: 30px;
}


@media all and (max-width: 959px){

	.inputs{
		width: 237px;
	}
	
	.grap{
	
	}
	
	.textareas{
		width: 237px;
	}
	
	.border_white_left{
		border-left-width: 0px;
		height: 186px;
	}
	
	.form-button{
		margin-bottom: 36px;
	}
}