clear {clear: both;}

input[type="text"]::-webkit-input-placeholder {color : transparent;}
input[type="text"]::-moz-placeholder {color : transparent;}
input[type="text"]::-o-placeholder {color : transparent;}
input[type="text"]::-ms-placeholder {color : transparent;}
textarea[type="text"]::-webkit-input-placeholder {color : transparent;}
textarea[type="text"]::-moz-placeholder {color : transparent;}
textarea[type="text"]::-o-placeholder {color : transparent;}
textarea[type="text"]::-ms-placeholder {color : transparent;}

@font-face { font-family: 'open sans'; src: url('opensans-regular.ttf'); }

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

a, a img, div, img, input, li, h1, h2, h3, h4, h5, h6, button, figure, 
label, p, span, select, table, td, tr , textarea, ul, th, dl, dt, dd, ol {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-spacing: 0px;
	border: none;
	outline: none;
	text-decoration: none;
	list-style-type: none;
	font-weight: normal;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.b1c-name, .b1c-head {display: none !important;}

body {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	color: #000000;
}

header {
	width: 100%;
	height: 15.8em;
	box-shadow: 0em 0em 1.5em 0.5em rgba(0,0,0,0.5);
	position: relative;
	z-index: 3;
	background: url(../images/header.jpg) no-repeat;
	background-size: 100%;
}

header .logo {
	width: 27.5em;
	display: inline-block;
	vertical-align: top;
}

header .logo img {
	width: 14em;
	margin: 2.9em 0em 0em 4.8em;
	display: block;
}

header .logo h1 {
	color: #ff0000;
	font-family: open sans;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 1em 0em 0em 3.4em;
}

header .contact {
	width: 19.1em;
	display: inline-block;
	vertical-align: top;
}

header .contact p {
	color: #ffffff;
	font-family: open sans;
	font-size: 1.63em;
	line-height: 1.2;
}

header .contact p:first-of-type {
	margin: 0.8em 2em 1em 0em;
	text-align: left;
	font-size: 1.28em;
	line-height: 1;
}

header .form {
	width: 35em;
	vertical-align: top;
	display: inline-block;
}

header .form p {
	color: #ffffff;
	font-family: open sans;
	margin: 0.8em 0em 0em 0em;
	text-align: left;
	font-size: 1.28em;
	line-height: 1;
	width: 19em;
}

header form {
	width: 24em;
	margin: 0.4em 0em 0em 0em;
	position: relative;
}

header form .cme-fields span {
	color: #ffffff;
	font-family: open sans;
	font-size: 0.75em;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0.75em;
}

header form .cme-fields input {
	display: block;
	width: 8em;
	height: 1.5em;
	border: 0.2em solid #ffffff;
	color: #000000;
	padding: 0em 0.5em;
	font-family: open sans;
}

header form .cme-fields input:hover,
header form .cme-fields input:focus,
header form .cme-fields textarea:focus,
header form .cme-fields textarea:hover {
	border: 0.2em solid #000000;
}

header form span.other {
	margin: 1.8em 0em 0em 0em;
	font-size: 0.8em;
	width: 5.2em;
	text-align: center;
}

header form .cme-fields textarea {
	display: block;
	width: 22em;
	height: 2.1em;
	border: 0.2em solid #ffffff;
	color: #000000;
	padding: 0.5em 0.5em;
	font-family: open sans;
	resize: none;
}

header form .cme-btn-place .cme-btn {
	width: 8.6em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	margin-top: 0.5em;
	font-family: open sans;
	color: #ffffff;
	background: #ff0000;
	cursor: pointer;
	display: inline-block;
}

header form .callme-result {
	position: absolute;
	bottom: 0.3em;
	font-family: open sans;
	color: #ffffff;
	left: 9.5em;
	width: 18em;
}

header form .has-error {
	border: 0.2em solid #ff0000 !important;
}

header .language {
	width: 14em;
	vertical-align: top;
	display: inline-block;
}

header .language a {
	display: inline-block;
	margin: 0.8em 0.5em;
	font-size: 1.28em;
	font-family: open sans;
	color: #000000;
}

header .language a.active {
	color: #ff0000;
	text-decoration: underline;
}

article {
	width: 100%;
	box-shadow: 1.3em 1.6em 1.5em -1.2em rgba(0,0,0,0.5);
	position: relative;
	z-index: 1;
	height: 27.05em;
	background: url(../images/article.jpg) no-repeat;
	background-size: 100% 101%;
	display: table;
}

article .left {
	display: inline-block;
	vertical-align: top;
	width: 22.8%;
	height: 27.05em;
	float: left;
}

article .left h4 {
	color: #ff0000;
	text-align: right;
	font-family: open sans;
	font-size: 1.55em;
	margin: 1.2em 0.9em 0em 0em;
}

article .left p {
	color: #ffffff;
	text-align: left;
	font-family: open sans;
	font-size: 1.2em;
	margin: 1.2em 1em 0em 3.6em;
	line-height: 1.1;
}

article .left table {
	margin: 1.7em 0em 0em 0em;
}

article .left table tr {
	height: 5.5em;
}

article .left table td:first-of-type {
	width: 7.5em;
	height: 4.7em;
	text-align: center;
}

article .left table td img {
	max-width: 71%;
	max-height: 59%;
}

article .left table td p {
	margin: 0;
	font-size: 1em;
	line-height: 1;
}

article .left table td h5 {
	font-size: 1.5em;
	color: #ffffff;
	font-family: open sans;
	line-height: 1;
}

article .right {
	display: inline-block;
	vertical-align: top;
	width: 77.2%;
	height: 27.05em;
	overflow: hidden;
	position: relative;
}

article .right .map_container {
	width: 231em;
	height: 27.05em;
	position: absolute;
}

article .right .map_container .map1,
article .right .map_container .map2,
article .right .map_container .map3 {
	position: relative;
	width: 35em;
	height: 27.05em;
	display: inline-block;
	float: left;
	box-shadow: 0em 0em 1em 0em rgba(0,0,0,0.5);
}

article .right .map_container .map1 ymaps,
article .right .map_container .map2 ymaps,
article .right .map_container .map3 ymaps {
	transition: filter linear 1s;
	filter: url(filters.svg#grayscale);
	filter: gray;
	-webkit-filter: grayscale(1);
}

article .right .map_container .map1:hover ymaps,
article .right .map_container .map2:hover ymaps,
article .right .map_container .map3:hover ymaps {
	filter: none;
	-webkit-filter: grayscale(0);
	transition: filter linear 1s;
}

.map1 { z-index: 0; }
.map2 { z-index: 1; }
.map3 { z-index: 2; }

article .right h3 {
	position: absolute;
	top: 0.2em;
	left: 0.2em;
	font-family: open sans;
	font-size: 1.1em;
	font-weight: bold;
	color: #cc1b20;
	transition: color linear 1s;
	padding: 0.5em 0em 0.5em 1.5em;
	background: #EBEBEB;
	width: 10em;
}

article .right h3:before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0.2em;
	background: url(../images/metka.png) no-repeat;
	background-size: contain;
	width: 0.9em;
	height: 1.5em;
	transition: background linear 1s;
}

article .right .map_container .map1:hover h3:before,
article .right .map_container .map2:hover h3:before,
article .right .map_container .map3:hover h3:before {
	background: url(../images/metka_hover.png) no-repeat;
	background-size: contain;
	transition: background linear 1s;
}

article .right .map_container .map1:hover h3,
article .right .map_container .map2:hover h3,
article .right .map_container .map3:hover h3 {
	color: #000000;
	transition: color linear 1s;
}

article .right section {
	position: absolute;
	top: 1em;
	right: 1em;
	font-family: open sans;
	text-align: right;
	opacity: 0;
	transition: opacity ease-out 1s;
}

article .right .map1:hover .block1,
article .right .map2:hover .block2,
article .right .map3:hover .block3 {
	opacity: 1;
	transition: opacity ease-out 1s;
}

article .right section p {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}

article .right section img {
	width: 12em;
	border: 0.2em solid #ffffff;
	margin: 0em 0em auto 0em;
	display: inline-block;
}

footer {
	height: 6.9em;
	background: url(../images/footer.jpg) no-repeat;
	background-size: 100% 100%;
}

footer .partners {
	margin-left: 22.8em;
	display: inline-block;
	vertical-align: top;
}

footer .partners p {
	color: #ffffff;
	font-family: open sans;
	font-size: 1.2em;
	vertical-align: bottom;
	display: inline-block;
	width: 11em;
}

footer .partners img {
	width: 10em;
	vertical-align: bottom;
	display: inline-block;
	margin: 1.2em 2.5em 0em 2.5em;
}

footer .braman {
	display: inline-block;
	text-align: right;
	width: 14em;
	vertical-align: top;
}

footer .braman img {
	display: inline-block;
	margin: 2.5em 0em 0em 0em;
	width: 3.5em;
	vertical-align: bottom;
}

footer .braman p {
	display: inline-block;
	margin: 2.5em 1em 0em 0em;
	vertical-align: bottom;
	color: #000000;
	font-family: open sans;
	font-weight: bold;
	width: 7em;
	font-size: 0.9em;
}