@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html{
	font-family: Roboto;
	font-size: 18px;
	min-width: 1100px;
	color: #3A3A3A;
}

input, textarea, button {outline: none; border: none;}
.null {height: 0px; min-height: 0px; line-height: 0px; font-size: 0px; overflow: hidden; clear: both;}


body{
	position: relative;
}
a{
	color: #981B1E;
}
ul{
	list-style: none;
}
ul li{
	cursor: pointer;
}
h1{
	color: #000;
	font-size: 36px;
	font-weight: 400;
	line-height: 42px;
	position: relative;
	padding-bottom: 24px;
}
h1:after{
	content: "";
	position: absolute; bottom: 0; left: 0;
	width: 145px; height: 5px; background: #981B1E;
}
.workspace{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#header{
	position: relative;
	z-index: 10;
	opacity: 0.8;
	background: #F8F8F8;
	height: 67px;
}
#header ul li{
	letter-spacing: 3.6px;
	font-weight: 700;
	line-height: 62px;
	font-size: 12px;
	display: inline-block;
	padding: 0 5px;
	margin-right: 145px;
}
#header ul li:hover{
	color: #981B1E;
	border-bottom: #981B1E solid 5px;
}
#main{
	background: url(design/main.jpg);
	background-size: cover;
	margin-top: -67px;
	height: 697px;
	z-index: 9; position: relative;
}

#map {
	width: auto;
    height: 309px;
    margin: 0px 0px 24px 0px;
	overflow: hidden;
	z-index: 8;
	border: 12px solid #cfcfcf;
	border-radius: 0px;
}
.fdd {margin: 0px 0px 0px 0px; padding: 44px 0px 44px 0px;}
.fdd p {margin: 0px 0px 24px 0px; padding: 0px 0px 0px 0px; font-size: 16px;}
.fdd ol, .fdd ul {margin: 0px 0px 16px 36px; padding: 0px 0px 0px 0px;}
.fdd ul li, .fdd ol li {margin: 0px 24px 4px 16px; padding: 0px 0px 0px 0px;}

p{
	margin-top: 60px;
	font-size: 14px;line-height: 25px;
}



#content{
	margin-top: -75px;
	position: relative;
	z-index: 99;
}

#comments p{margin: 0px 0px 24px 0px; padding: 0px 0px 0px 0px;}
#about{
	position: relative;
	background: url(design/aboutbg.jpg); background-size: cover; padding-top: 50px; margin-top: 100px;
	padding-bottom:50px;
}
#prem{
	width: 724px; margin: 0 auto;
	padding-top: 39px; padding-bottom: 50px;
}
form#form_131{
	background: url(design/formbg.jpg); height: 268px;
	background-size: cover;
}
#footer{
	height: 157px;
	background: url(design/footerbg.svg) center no-repeat; background: cover;
}
::placeholder{
	font-size: 18px;
	font-family: Roboto;
	color: #616264;
}
#prem p{
	font-weight: 400;
	color: #000;
	margin: 10px 20px 10px 0px;
	font-size: 12px;
	text-transform: none;
}
.hiddenanswer{
	display: none;
}