html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000000;
}
.clears {
	width: 0;
	height: 0;
	clear: both;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
p, ol, ul {
	margin-top: 0;
}

ol, ul {
	padding: 0;
	list-style: none;
}
p {
	line-height: 180%;
}
a {
	color: #3e71b1;
	text-decoration: underline;
	text-shadow: 1px 1px 3px rgba(115, 139, 194, 0.25);
}
a:visited {
	color: #3e71b1;
}
a:hover, a:active {
	color: #2e8af7;
}

/* Page */
#page {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	margin: auto;
	padding: 1.4em 25px 1.5em 25px;
	background-color: #ffffff;
	width: 1240px;
	min-height: 500px;
	border: 0.15em solid #1c2a3e;
}

#page h2 {
	display: block;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 1.45em;
	color: #314a6c;
	padding: 0.2em 0.2em 0.35em 0.2em;
	margin: 0;
	text-align: left;
	border-bottom: 0.05em solid #416290;
	text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.7);
}
#page .content {
	font-weight: normal;
	line-height: 1.05em;
	font-size: 1em;
	letter-spacing: normal;
}

.service_block {
	display: block;
	padding: 0;
	margin: 0.1em 0 1.4em 0;
	text-indent: 0;
}
.service_block .service_descr {
	display: block;
	float: left;
	width: 858px;
	padding: 0 0.5em 0.5em 0;
}
.service_block .service_descr h3 {
	display: block;
	line-height: 1.2em;
	font-size: 1.2em;
	color: #1a273a;
	margin: 0;
	padding: 0 0 0.2em 0;
	text-indent: 0;
}
.service_block .service_descr .service_text {
	line-height: 1.1em;
	font-size: 1.1em;
	letter-spacing: normal;
	padding: 0.1em 0 0.2em 0;
	text-align: left;
	margin: 0;
	text-indent: 0;
}
.service_text .list-item {
	text-align: left;
	padding: 0.35em 0 0.25em 0;
	line-height: 1.2em;
	font-size: 1.1em;
}
.service_text .list-item span {
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 0 0 0 0;
	color: #314a6c;
	font-weight: bold;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.service_text .list-item span.span_marked {
	font-size: 1.1em;
	color: #314a6c;
	text-decoration: underline;
}
.service_text .list-item:hover span {
	color: #3b9675;
}

.service_block .service_image {
	display: block;
	float: left;
	width: 340px;
	height: 340px;
}
a.image_full {
	margin: 20px 10px 10px 20px;
	display: block;
	outline: none;
	border: 2px solid #314a6c;
	width: 304px;
	height: 304px;
	padding: 6px;
	background-color: rgba(79, 99, 125, 0.7);
}
a.image_full:visited {

}
img.image_thumb {
	border: 2px solid #314a6c;
	display: inline-block;
	width: 300px;
	height: 300px;
}


/* content contacts in the end */
.content .end_contacts {
	margin-top: 2em;
	border-top: 0.05em solid #416290;
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 1em 0.6em 0.3em 0.6em;
	color: #111111;
	font-weight: normal;
}
.end_contacts .end_contacts_phone {
	padding: 0.1em 0 0.2em 0;
}
.end_contacts .end_contacts_phone span {
	padding: 0 0.2em 0 0.25em;
	font-weight: bold;
}
.end_contacts .end_contacts_message {
	padding: 0.25em 0 0.2em 0;
}
.end_contacts .end_contacts_message a {
	padding: 0 0.2em 0 0.3em;
	font-weight: bold;
}
.end_contacts .end_contacts_address {
	padding: 0.25em 0 0.2em 0;
}

/* last block with ads */
.content .last_a_block {
	margin-top: 0.28em;
	border-top: 0.05em solid #416290;
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 1.3em 0.6em 0.3em 0.6em;
	color: #111111;
	font-weight: normal;
	position: relative;
}
.last_a_block .first_a {
	padding: 10px 0 0 0;
	float: left;
	display: block;
	margin: 0 0 0 10px;
	width: 400px;
	min-height: 100px;
	text-align: center;
	background: url('/web/images/evakuator.png') 50% 50% no-repeat;
}
.last_a_block .second_a {
	padding: 10px 0 0 0;
	display: block;
	float: left;
	margin: 0 0 0 25px;
	width: 400px;
	min-height: 2px;
	text-align: center;
}



/* Header */
#header	{
	width: 100%;
	padding: 1.2em 0 1.4em 0;
	margin: 0;
	position: relative;
	z-index: 96;
}

/* Logo */
#logo {
	margin: 0 auto 1.2em auto;
	width: 1320px;
	display: block;
	padding: 0;
}
#logo h1 {
	display: block;
	float: right;
	width: 440px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4em;
	padding: 20px 0 0 0;
	text-align: center;
}
#logo a	{
	display: block;
	text-decoration: none;
	color: #f3f3f3;
	font-weight: bolder;
	text-shadow: 1px 1px 1px rgba(80, 80, 80, 0.75);
}
#logo span.logo_row1 {
	font-weight: normal;
	text-align: center;
	display: block;
	font-size: 1.1em;
	color: #ffffff;
	letter-spacing: 0.02em;
}
#logo span.logo_row2 {
	font-weight: normal;
	text-align: center;
	display: block;
	font-size: 0.9em;
	color: #ffffff;
	letter-spacing: -0.02em;
}
#logo a:visited	{
	color: #f3f3f3;
}
#logo a:hover, #logo a:active {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(180, 180, 180, 0.75);
}

/* Header contacts */
#logo .h_contacts {
	display: block;
	float: right;
	margin: 0;
	width: 410px;
	padding: 5px 0 0 30px;
	min-height: 110px;
	text-align: left;
}
#logo .h_contacts .h_contacts_row1 {
	display: inline-block;
	background: url('/web/images/phone.png') 0 50% no-repeat;
	font-size: 36px;
	font-weight: normal;
	color: #ffffff;
	line-height: 50px;
	padding: 0 0 0 48px;
	min-height: 50px;
	text-align: left;
}
#logo .h_contacts .h_contacts_row2 {
	display: inline-block;
	text-align: left;
	background: url('/web/images/location.png') 0 50% no-repeat;
	font-weight: normal;
	color: #ffffff;
	padding: 0 0 0 53px;
	margin: 10px 0 0 0;
	min-height: 50px;
	line-height: 25px;
	font-size: 22px;
}

/* other ads */
#logo .h_left {
	padding: 5px 0 0 0;
	display: block;
	float: right;
	margin: 0;
	width: 440px;
	min-height: 110px;
	text-align: center;
	background: url('/web/images/other.png') 50% 50% no-repeat;
}


/* TOP MENU */
#menu_line {
	position: relative;
	padding: 0.05em 0 0.05em 0;
	margin: 0;
	width: 100%;
	border-top: 0.3em solid #314a6c;
	border-bottom: 0.3em solid #314a6c;
	background-color: #314a6c;
	opacity: 0.95;
	z-index: 98;
}
#top_menu {
	margin: auto;
	position: relative;
	display: block;
	text-align: center;
	padding: 0 3px 0 3px;
	list-style: none;
	background-color: transparent;
	z-index: 99;
	opacity: 1;
	font-size: 1.1em;
}
#top_menu #menu_first {
	border-left: 0.2em solid #314a6c;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
}
#top_menu #menu_last {
	border-right: 0.2em solid #314a6c;
	-webkit-border-top-right-radius: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}
#top_menu .singlemenu {
	display: block;
	cursor: pointer;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 99;
	opacity: 1;
}
#top_menu .singlemenu a {
	display: block;
	position: relative;
	border-top: 0.2em solid #314a6c;
	border-bottom: 0.2em solid #314a6c;
	border-left: 0.06em solid #314a6c;
	border-right: 0.06em solid #314a6c;
	height: 2.59em;
	line-height: 2.59em;
	font-weight: bold;
	color: #111111;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
	background: #ffffff;
	z-index: 99;
	opacity: 1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#top_menu .singlemenu a:visited {
	color: #111111;
}
#top_menu .singlemenu a:hover {
	text-decoration: none;
	background: #4f637d;
	color: #ffffff;
	z-index: 99;
	opacity: 1;
}

#top_menu .dropmenu {
	display: block;
	cursor: pointer;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 99;
	opacity: 1;
}
#top_menu .dropmenu .dropname {
	display: block;
	position: relative;
	height: 2.59em;
	line-height: 2.59em;
	font-weight: bold;
	color: #111111;
	border-top: 0.2em solid #314a6c;
	border-bottom: 0.2em solid #314a6c;
	border-left: 0.06em solid #314a6c;
	border-right: 0.06em solid #314a6c;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background: #ffffff;
	z-index: 99;
	opacity: 1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#top_menu .dropmenu:hover .dropname {
	text-decoration: none;
	background: #4f637d;
	color: #ffffff;
	z-index: 99;
	opacity: 1;
}
#top_menu .dropmenu .droplinks {
	position: absolute;
	margin: -2px 0 0 0;
	visibility: hidden;
	padding: 0;
	border-top: none;
	height: auto;
	text-align: left;
	display: block;
	z-index: 99;
	opacity: 1;
}
#top_menu .dropmenu:hover .droplinks {
	visibility: visible;
}
#top_menu .dropmenu .droplinks a {
	display: block;
	font-size: 1em;
	line-height: 1.35em;
	font-weight: normal;
	border-bottom: 0.06em solid #314a6c;
	border-right: 0.06em solid #314a6c;
	border-left: 0.06em solid #314a6c;
	text-shadow: 0 -1px 0 #000000;
	background: #4f637d;
	color: #ffffff;
	z-index: 99;
	opacity: 1;
	text-align: left;
	text-decoration: none;
	padding: 0.6em 0.15em 0.6em 0.8em;
	margin: 0;
}
#top_menu .dropmenu:hover .droplinks a:visited {
	color: #ffffff;
}
#top_menu .dropmenu:hover .droplinks a:hover, #top_menu .dropmenu:hover .droplinks a:active {
	background: #5a718f;
	z-index: 99;
	opacity: 1;
}


/* menu elements width */
.menuitem1, .menuitem1 .droplinks {
	width: 340px;
}
.menuitem2, .menuitem2 .droplinks {
	width: 198px;
}
.menuitem3 {
	width: 190px;
}
.menuitem3 .droplinks {
	width: 305px;
}
.menuitem4, .menuitem4 .droplinks {
	width: 345px;
}
.menuitem5, .menuitem5 .droplinks {
	width: 235px;
}



/* MAIN PAGE - works block */
.all_works_block {
	display: block;
	margin: 0;
	padding: 15px 12px 12px 12px;
	background-color: #ffffff;
}
.p-text {
	text-indent: 1.8em;
	padding: 0.2em 0.3em 1em 0;
	font-size: 1.1em;
	line-height: 1.2em;
}

.v_line_block {
	display: block;
	width: 150px;
	height: 15px;
	padding: 0;
	border-right: 0.12em solid #416290;
}

.work_block {
	background-color: #ffffff;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.work_block:hover {
	background-color: rgba(232, 246, 252, 0.53);
}
.work_block:hover .work_img a {
	background-color: rgba(134, 190, 135, 0.64);
}
.work_block .work_img {
	display: block;
	margin: 0 auto 0 auto;
	width: 330px;
	float: left;
}
.work_block .work_img a {
	background-color: rgba(110, 142, 177, 0.88);
	display: inline-block;
	border: 0.1em solid #416290;
	padding: 0.3em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.work_block .work_img a img {
	border: 0.1em solid #416290;
	width: 300px;
	height: 300px;
}
.work_descr {
	display: block;
	float: left;
	margin: 0 0 0 15px;
	width: 860px;
}
.work_descr h3 {
	line-height: 1.4em;
	margin: 0.55em 0 0.4em 0;
	padding: 0.25em 0.1em 0.25em 0.1em;
}
.work_descr h3 a {

}
.work_descr div {
	padding: 0.25em 0.1em 0.25em 0.1em;
	color: #070707;
	line-height: 1.3em;
	font-size: 1.1em;
}



/* Lightbox Jquery */
body:after {
	content: url('/web/images/lightbox/close.png') url('/web/images/lightbox/loading.gif') url('/web/images/lightbox/prev.png') url('/web/images/lightbox/next.png');
	display: none;
}

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;

	/* Image border */
	border: 4px solid white;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	/* Background color behind image.
	   This is visible during transitions. */
	background-color: white;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url('/web/images/lightbox/loading.gif') no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url('/web/images/lightbox/prev.png') left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url('/web/images/lightbox/next.png') right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-caption a {
	color: #4ae;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url('/web/images/lightbox/close.png') top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}



/* comments */
#comments_block {
	margin: 1.4em auto 0.4em auto;
	padding: 0 0.4em 0 0.4em;
	display: block;
}
#comment_form {
	border: 1px solid #7a8698;
	background: #f1f4fb;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	padding: 0.5em 0.85em 0.8em 0.85em;
	margin: 0.36em auto 0.7em auto;
	font-size: 1em;
	color: #111111;
}
#comment_form label {
	display: block;
	padding: 0.25em 0.1em 0.25em 0.1em;
}
#comment_form span {
	color: #050505;
	display: block;
	width: 10em;
	margin: 0.25em 0 0 0;
	padding: 0 0 0.2em 0.35em;
	text-align: left;
}
input#comment_author {
	display: block;
	font-size: 1em;
	color: #404040;
	width: 15.8em;
	padding: 0.3em 0.4em 0.3em 0.4em;
	margin: 0 0.2em 0 0.3em;
	border: 1px solid #bfc4d6;
	border-radius: 0.3em;
	box-shadow: inset 1px 1px 1px #e0e8ec, 0 0 0 1px #e0e8ec;
	outline: none;
	background-color: #ffffff;
}
input#comment_email {
	display: block;
	font-size: 1em;
	color: #404040;
	width: 15.8em;
	padding: 0.3em 0.4em 0.3em 0.4em;
	margin: 0 0.2em 0 0.3em;
	border: 1px solid #bfc4d6;
	border-radius: 0.3em;
	box-shadow: inset 1px 1px 1px #e0e8ec, 0 0 0 1px #e0e8ec;
	outline: none;
	background-color: #ffffff;
}
textarea#comment_text {
	display: block;
	font-size: 1em;
	color: #404040;
	padding: 0.3em 0.4em 0.3em 0.4em;
	border: 1px solid #bfc4d6;
	border-radius: 0.3em;
	box-shadow: inset 1px 1px 1px #e0e8ec, 0 0 0 1px #e0e8ec;
	outline: none;
	background-color: #ffffff;
	margin: 0.7em 0.6em 0 0.4em;
	width: 92%;
}
#comment_form span.no_published {
	display: block;
	font-size: 0.85em;
	margin: 0 0.15em 0 0.15em;
	padding: 0.07em;
	text-align: left;
	width: auto;
}
input#comment_author:focus, input#comment_email:focus, textarea#comment_text:focus {
	border-color: #8cabd5;
	box-shadow: inset 1px 1px 10px #d4dbec, 0 0 2px #d4dbec, 0 0 0 2px #d4dbec;
}
.captcha_block {
	display: block;
	margin: 0;
	font-size: 1em;
	color: #404040;
	padding: 0.5em 0.25em 0.5em 0.25em;
	outline: none;
	vertical-align: middle;
}
.captcha_block img {
	vertical-align: middle;
	width: 140px;
	height: 40px;
	padding: 0;
	margin: 0.12em 0.25em 0 0;
}
.captcha_block #captcha {
	vertical-align: middle;
	font-size: 1em;
	color: #404040;
	width: 8.95em;
	padding: 0.3em 0.4em 0.3em 0.4em;
	margin: 0.12em 0 0 0;
	border: 1px solid #bfc4d6;
	border-radius: 0.3em;
	box-shadow: inset 1px 1px 1px #e0e8ec, 0 0 0 1px #e0e8ec;
	outline: none;
	background-color: #ffffff;
}
.captcha_block #captcha:focus {
	border-color: #8cabd5;
	box-shadow: inset 1px 1px 10px #d4dbec, 0 0 2px #d4dbec, 0 0 0 2px #d4dbec;
}
#comment_form #comment_submit {
	display: block;
	height: 1.9em;
	line-height: 1.9em;
	cursor: pointer;
	overflow: hidden;
	background-color: #dceeff;
	border: 1px solid #bfc4d6;
	border-radius: 0.3em;
	font-size: 1em;
	color: #606060;
	box-shadow: inset 1px 1px 1px #e0e8ec, 0 0 0 1px #e0e8ec;
	outline: none;
	font-weight: bolder;
	width: 15.8em;
	padding: 0 0.4em 0 0.4em;
	margin: 1em 0.2em 0.4em 0.4em;
}
#comment_form #comment_submit:hover, #comment_form #comment_submit:focus {
	border-color: #8cabd5;
	box-shadow: inset 1px 1px 10px #d4dbec, 0 0 2px #d4dbec, 0 0 0 2px #d4dbec;
	background-color: #ccedff;
}

#result_block {
	margin: 0.1em auto 0.7em auto;
}
#result_block .good_status {
	margin-top: 1em;
	background-color: #ebfff6;
	padding: 0.8em 1em 0.8em 1em;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.3em;
	border: 1px solid #65cd70;
	border-radius: 0.3em;
	color: #111111;
}
#result_block .bad_status {
	margin-top: 1em;
	background-color: #fff6fa;
	padding: 0.8em 1em 0.8em 1em;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.3em;
	border: 1px solid #cd969b;
	border-radius: 0.3em;
	color: #111111;
}





/* CSS media */
@media screen and (max-width: 977px) {

	/* screen from "761px" to "977px", content width 740px */
	#page {
		width: 658px;
	}
	.service_block .service_descr {
		width: 406px;
	}
	.service_block .service_image {
		width: 210px;
		height: 210px;
	}
	a.image_full {
		width: 174px;
		height: 174px;
	}
	img.image_thumb {
		width: 170px;
		height: 170px;
	}
	#logo {
		width: 738px;
	}
	#logo h1 {
		width: 350px;
		margin: 0;
	}
	#logo span.logo_row1 {
		font-size: 0.92em;
	}
	#logo span.logo_row2 {
		font-size: 0.72em;
	}
	#logo .h_contacts {
		padding: 5px 0 0 10px;
		width: 350px;
	}
	#logo .h_contacts .h_contacts_row1 {
		font-size: 26px;
	}
	#logo .h_contacts .h_contacts_row2 {
		font-size: 17px;
	}
	#logo .h_left {
		float: left;
		width: 480px;
		min-height: 60px;
		background: url('/web/images/other2.png') 50% 50% no-repeat;
		margin: 14px 0 0 110px;
	}
	#top_menu {
		width: 698px;
		font-size: 0.8em;
	}
	#top_menu .singlemenu a {
		height: 2.7em;
		line-height: 1.3em;
	}
	#top_menu div.menuitem1 .dropname {
		padding-top: 0;
		height: 2.7em;
		line-height: 1.3em;
	}
	#top_menu div.menuitem2 .dropname {
		padding-top: 0.7em;
		height: 2em;
		line-height: 1.3em;
	}
	#top_menu div.menuitem3 .dropname {
		padding-top: 0;
		height: 2.7em;
		line-height: 1.3em;
	}
	#top_menu div.menuitem5 .dropname {
		padding-top: 0;
		height: 2.7em;
		line-height: 1.3em;
	}
	#top_menu .menuitem1, #top_menu .menuitem1 .droplinks {
		width: 146px;
	}
	#top_menu .menuitem2, #top_menu .menuitem2 .droplinks {
		width: 146px;
	}
	#top_menu .menuitem3 {
		width: 92px;
	}
	#top_menu .menuitem3 .droplinks {
		width: 290px;
	}
	#top_menu .menuitem4, #top_menu .menuitem4 .droplinks {
		width: 172px;
	}
	#top_menu .menuitem5 {
		width: 118px;
	}
	#top_menu .menuitem5 .droplinks {
		width: 240px;
	}
	.work_block .work_img {
		margin: 0 auto 0 auto;
	}
	.v_line_block {
		border-right: none;
	}
	.work_descr {
		width: 278px;
	}

}

@media screen and (min-width: 978px) {

	/* screen from "978px" to "1139px", content width 960px */
	#page {
		width: 878px;
	}
	.service_block .service_descr {
		width: 596px;
	}
	.service_block .service_image {
		width: 240px;
		height: 240px;
	}
	a.image_full {
		width: 204px;
		height: 204px;
	}
	img.image_thumb {
		width: 200px;
		height: 200px;
	}
	#logo {
		width: 958px;
	}
	#logo h1 {
		width: 380px;
		margin: 0 150px 0 0;
	}
	#logo span.logo_row1 {
		font-size: 1em;
	}
	#logo span.logo_row2 {
		font-size: 0.8em;
	}
	#logo .h_contacts {
		padding: 5px 0 0 10px;
		width: 370px;
	}
	#logo .h_contacts .h_contacts_row1 {
		font-size: 28px;
	}
	#logo .h_contacts .h_contacts_row2 {
		font-size: 18px;
	}
	#logo .h_left {
		float: left;
		width: 480px;
		min-height: 60px;
		background: url('/web/images/other2.png') 50% 50% no-repeat;
		margin: 17px 0 0 220px;
	}
	#top_menu {
		width: 918px;
		font-size: 0.92em;
	}
	#top_menu .singlemenu a {
		height: 2.7em;
		line-height: 1.3em;
	}
	#top_menu div.menuitem1 .dropname {
		height: 2.7em;
		line-height: 1.3em;
	}
	#top_menu div.menuitem2 .dropname {
		padding-top: 0.7em;
		height: 2em;
		line-height: 1.3em;
	}
	#top_menu div.menuitem3 .dropname {
		padding-top: 0.7em;
		height: 2em;
		line-height: 1.3em;
	}
	#top_menu div.menuitem5 .dropname {
		height: 2.7em;
		line-height: 1.3em;
	}
	#top_menu .menuitem1 {
		width: 168px;
	}
	#top_menu .menuitem1 .droplinks {
		width: 250px;
	}
	#top_menu .menuitem2, #top_menu .menuitem2 .droplinks {
		width: 182px;
	}
	#top_menu .menuitem3 {
		width: 182px;
	}
	#top_menu .menuitem3 .droplinks {
		width: 300px;
	}
	#top_menu .menuitem4, #top_menu .menuitem4 .droplinks {
		width: 210px;
	}
	#top_menu .menuitem5 {
		width: 150px;
	}
	#top_menu .menuitem5 .droplinks {
		width: 250px;
	}
	.work_block .work_img {
		margin: 0 auto 0 auto;
	}
	.v_line_block {
		border-right: 0.12em solid #416290;
	}
	.work_descr {
		width: 498px;
	}

}

@media screen and (min-width: 1140px) {

	/* screen from "1140px" to "1339px", content width 1120px */
	#page {
		width: 1040px;
	}
	.service_block .service_descr {
		width: 658px;
	}
	.service_block .service_image {
		width: 340px;
		height: 340px;
	}
	a.image_full {
		width: 304px;
		height: 304px;
	}
	img.image_thumb {
		width: 300px;
		height: 300px;
	}
	#logo {
		width: 1120px;
	}
	#logo h1 {
		width: 380px;
		margin: 0;
	}
	#logo span.logo_row1 {
		font-size: 1em;
	}
	#logo span.logo_row2 {
		font-size: 0.8em;
	}
	#logo .h_contacts {
		padding: 5px 0 0 10px;
		width: 370px;
	}
	#logo .h_contacts .h_contacts_row1 {
		font-size: 28px;
	}
	#logo .h_contacts .h_contacts_row2 {
		font-size: 18px;
	}
	#logo .h_left {
		float: right;
		width: 360px;
		min-height: 110px;
		background: url('/web/images/other.png') 50% 50% no-repeat;
		margin: 0;
	}
	#top_menu {
		width: 1080px;
		font-size: 0.94em;
	}
	#top_menu .singlemenu a {
		height: 2.7em;
		line-height: 1.3em;
	}
	#top_menu div.menuitem1 .dropname {
		padding-top: 0.7em;
		height: 2em;
		line-height: 1.3em;
	}
	#top_menu div.menuitem2 .dropname {
		padding-top: 0.7em;
		height: 2em;
		line-height: 1.3em;
	}
	#top_menu div.menuitem3 .dropname {
		padding-top: 0.7em;
		height: 2em;
		line-height: 1.3em;
	}
	#top_menu div.menuitem5 .dropname {
		height: 2.7em;
		line-height: 1.3em;
	}
	#top_menu .menuitem1, #top_menu .menuitem1 .droplinks {
		width: 319px;
	}
	#top_menu .menuitem2, #top_menu .menuitem2 .droplinks {
		width: 182px;
	}
	#top_menu .menuitem3 {
		width: 182px;
	}
	#top_menu .menuitem3 .droplinks {
		width: 300px;
	}
	#top_menu .menuitem4, #top_menu .menuitem4 .droplinks {
		width: 210px;
	}
	#top_menu .menuitem5 {
		width: 160px;
	}
	#top_menu .menuitem5 .droplinks {
		width: 250px;
	}

	.work_block .work_img {
		margin: 0 auto 0 auto;
	}
	.v_line_block {
		border-right: 0.12em solid #416290;
	}
	.work_descr {
		width: 660px;
	}

}

@media screen and (min-width: 1340px) {

	/* screen from "1340px" and higher, content width 1320px */
	#page {
		width: 1240px;
	}
	.service_block .service_descr {
		width: 858px;
	}
	.service_block .service_image {
		width: 340px;
		height: 340px;
	}
	a.image_full {
		width: 304px;
		height: 304px;
	}
	img.image_thumb {
		width: 300px;
		height: 300px;
	}
	#logo {
		width: 1320px;
	}
	#logo h1 {
		width: 440px;
		margin: 0;
	}

	#logo span.logo_row1 {
		font-size: 1.1em;
	}
	#logo span.logo_row2 {
		font-size: 0.9em;
	}
	#logo .h_contacts {
		width: 410px;
		padding: 5px 0 0 30px;
	}
	#logo .h_contacts .h_contacts_row1 {
		font-size: 36px;
	}
	#logo .h_contacts .h_contacts_row2 {
		font-size: 20px;
	}
	#logo .h_left {
		float: right;
		width: 440px;
		min-height: 110px;
		background: url('/web/images/other.png') 50% 50% no-repeat;
		margin: 0;
	}

	#top_menu {
		width: 1340px;
		font-size: 1em;
	}
	#top_menu .singlemenu a {
		height: 2.59em;
		line-height: 2.59em;
	}
	#top_menu div.menuitem1 .dropname {
		padding-top: 0;
		height: 2.59em;
		line-height: 2.59em;
	}
	#top_menu div.menuitem2 .dropname {
		padding-top: 0;
		height: 2.59em;
		line-height: 2.59em;
	}
	#top_menu div.menuitem3 .dropname {
		padding-top: 0;
		height: 2.59em;
		line-height: 2.59em;
	}
	#top_menu div.menuitem5 .dropname {
		padding-top: 0;
		height: 2.59em;
		line-height: 2.59em;
	}
	#top_menu .menuitem1, #top_menu .menuitem1 .droplinks {
		width: 340px;
	}
	#top_menu .menuitem2, #top_menu .menuitem2 .droplinks {
		width: 198px;
	}
	#top_menu .menuitem3 {
		width: 190px;
	}
	#top_menu .menuitem3 .droplinks {
		width: 305px;
	}
	#top_menu .menuitem4, #top_menu .menuitem4 .droplinks {
		width: 345px;
	}
	#top_menu .menuitem5, #top_menu .menuitem5 .droplinks {
		width: 235px;
	}

	.v_line_block {
		border-right: 0.12em solid #416290;
	}
	.work_block .work_img {
		margin: 0 auto 0 auto;
	}
	.work_descr {
		width: 860px;
	}

}