/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}

* {font-family: 'Montserrat', sans-serif;}

body {font-family: 'Montserrat', sans-serif;background:#FFFFFF;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html,body {
height: 100%;
margin:0;
position:relative;
}

.wrapper {
position:relative;
min-height: 100%;
width:980px;
margin:0 auto;
}

.content {
display: flex;
position:relative;
flex: 1;
}

.vcenter {
align-items: center;
}

.hcenter {
justify-content: center;	
}

.flexrow {
display: flex;
flex-direction:row;	
}

.flexcolumn {
display: flex;
flex-direction:column;
}

.header {
width:100%;
position:relative;
margin:0 auto;
height:300px;
margin-top:30px;
}


.lefthead {
width:250px;
height:280px;
}

.lefthead a {
	text-decoration:none;
	color:#1E1E1E;
	text-transform:uppercase;
	font-size:16px;
	display:block;
	text-align:center;
}

.menu {
	text-align:center;
	position:relative;
	left:10px;
	width:220px;
	margin:10px auto;
	padding:10px;
	font-size:16px;
	border-radius:7px;
	transform: skew(-15deg);
	border:2px solid #F18D01;
	box-shadow: 0px 0px 14px #CB7501;
	transition: all 0.3s linear;
}

.lefthead a:hover .menu {
background:#FFDBAA;
box-shadow: 0px 0px 5px 1px #F18D01;
transition: all 0.3s linear;
}

.logohead {
width:350px;
	
height:100%;
margin-left:60px;
background:url(/img/head-bg.png) no-repeat center center;
background-size: contain;
}

.righthead {
width:33%;
}

.right1 {
	font-size:30px;
	color:#D17901;
	text-transform:uppercase;
}

.right2 {
	font-size:18px;
	letter-spacing:1px;
	color:#D17901;
	margin-top:12px;
	text-align:center;
}

.right3 {
	margin-top:26px;	
}

.right3 a {
	font-size:22px;
	color:#606060;
	font-weight:400;
	text-decoration:none;
	border-bottom:1px dashed #cecece;
	padding-bottom:4px;
}

.right3 a:hover {
	color:#333333;
	border-bottom:1px solid #333333;
}

.menu {
	
}

.incontent {
	display:block;
	position:relative;
	margin:0 auto;
	width:900px;
	text-align:left;
	font-size:14px;
}

.incontent h1 {
	margin-top:30px;
	margin-bottom:30px;
	color:#DE8101;
	font-size:24px;
	padding-left:30px;
}

.incontent h2 {
	font-size:20px;
	margin-bottom:11px;
}


.incontent p {
	text-align:left;
	margin-bottom:20px;
}

.incontent p a, .incontent p a:visited {
color:#C57201;
}

.incontent p a:hover {
text-decoration:none;
}

.incontent p strong {
	font-weight:700;
	color: #DE8101;
}

.on-map {
	border:1px solid #C0C0C0;
	height:450px;
	overflow:hidden;
	margin-bottom:20px;
}


ul {
	margin-left:30px;
	margin-bottom:35px;
}

ul li {
	font-size:16px;
	margin-top:6px;
	font-style:italic;
}


/*******  Форма *********/

#wpcf7-f4-p8-o1 {
	margin-left:5vw;
	font-size:14px;
}

#wpcf7-f4-p8-o1 input {
padding:7px;
	width:70%;
}
	
#wpcf7-f4-p8-o1 textarea {
width:50%;
margin-top:16px;
}
	
#wpcf7-f4-p8-o1 input.wpcf7-submit {
	width:50%;
}

#wpcf7-f4-p8-o1 input.wpcf7-submit:hover {
cursor:pointer;	
}



