@charset "UTF-8";
/**
* Eric Meyer's Reset CSS v2.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, caption, tfoot, thead, article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
	color: black;
	background: white;
}

a {
	color: inherit;
	text-decoration: none;
}

/*.stati ol, ul {
    margin: 0;
	padding: 5;
	/*list-style-image: url(images/book.png) no-repeat;*/ /* Путь к изображению маркера
}
*/
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* meyerweb css reset end */

textarea:focus, input:focus {
	outline: 0;
}

input {
	border-width: 0;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

sup {
	vertical-align: text-top;
	font-size: 58.3%; /*Corresponds to Photoshop's font size glyph transformation*/
}

sub {
	vertical-align: text-bottom;
	font-size: 58.3%; /*Corresponds to Photoshop's font size glyph transformation*/
}

img,
embed,
object,
video {
	max-width: 100%;
}

.group:before,
.group:after {
	content: " ";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1; /* ie 6/7 */
}

.no-space-between-inline-blocks {
	letter-spacing: -0.31em; /* webkit */
	*letter-spacing: normal; /* reset IE < 8 */
	word-spacing: -0.43em; /* IE < 8 && gecko */
}

/* restore spacing on inner elements */
.no-space-between-inline-blocks > * {
	letter-spacing: normal;
	word-spacing: normal;
}

.displace {
	position: absolute;
	left: -5000px;
}

body {
	min-width: 1170px;
	color: #4c5157;
	font-family: Ubuntu, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	text-decoration: none;
}
.global_container_ {
	float: none;
	height: auto;
	margin: 0 auto;
	padding: 0 0 22px;
	position: relative;
	width: 100%; /* 1920px / 1920px = 100% */
	background: #ffffff center 0;
	background-position: center top;
}
.l-constrained {
	margin: 0 auto;
	position: relative;
	width: 1170px;
}
.header {
	height: 202px;
	position: relative;
	width: 1170px;
}
.menu {
	height: 51px;
	left: 50%;
	position: absolute;
	top: 151px;
	width: 1170px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InJlY3RhbmdsZS0xNCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iMCUiPgo8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMyZjMzM2UiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNWM2MTY3IiBzdG9wLW9wYWNpdHk9IjEiIC8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjcmVjdGFuZ2xlLTE0KSIgLz48L3N2Zz4=);
	background: -moz-linear-gradient(90deg, #2f333e 0, #5c6167 100%);
	background: -o-linear-gradient(90deg, #2f333e 0, #5c6167 100%);
	background: -webkit-linear-gradient(90deg, #2f333e 0, #5c6167 100%);
	background: -ms-linear-gradient(90deg, #2f333e 0, #5c6167 100%);
	background: linear-gradient(0deg, #2f333e 0, #5c6167 100%);
	margin-left: -585px;
}

.menu-top li{
	float: left;
	padding: 17px 16px;
	color: #ffffff;
    font-size: 16px;
	text-transform: uppercase;
}

.menu-top .active{
	color: #fab019;
}

.menu-top li a:hover{
	color: #fab019;
}


.menu-horizont{
	margin-left:-12px;
}

.menu-horizont li{
	float: left;
	padding: 10px 12px;
	color: #000000;
    font-size: 12px;
}

.menu-horizont a{
	text-decoration: underline;
}

.menu-vertical{
	margin: 10px 0 10px 0;
}

.menu-vertical li{
	
	margin: 2px 1px 0;
	padding: 8px 0px;
	color: #faaf18;
    font-size: 16px;
}

.text {
	left: 50%;
	position: absolute;
	top: 18px;
	color: #ffffff;
	font-size: 16px;
	margin-left: -571px;
}
.security-key-security-icon {
	left: 50%;
	position: absolute;
	top: 11px;
	margin-left: 396px;
}
.rectangle-18-holder {
	left: 50%;
	/*padding: 7px 15px;*/
	position: absolute;
	top: 10px;
	width: 262px;
	background: #ffffff;
	margin-left: 83px;
}

.rectangle-188-holder {
	left: 75%;
	/*padding: 7px 15px;*/
	position: absolute;
	top: 10px;
	width: 262px;
	margin-left: 83px;
	color: #fff;
}

.rectangle-188-holder a:hover{
	color: #fab019;
}

.rectangle-188-holder img{
	vertical-align: middle;
	padding-right: 10px;
}

.rectangle-18-holder input {
	background: url("images/shape_1.png") no-repeat 15px 5px;
	width: 272px;
	padding: 8px 45px;
}

.shape-1 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 120.5px;
}
.col {
	left: 50%;
	min-height: 126px;
	padding: 13px 15px;
	position: absolute;
	top: 0;
	width: 945px;
	background: url(images/elektromontagnye-raboty.png) no-repeat;
	margin-left: -585px;
}
.layer-13 {
	display: block;
	margin: 0 0 0 55px;
	position: relative;
}
.serebro {
	display: block;
	margin: 7px -4px 0;
	position: relative;
}
.text-2 {
	margin: 5px 0 0;
	font-size: 12.42296px;
}
.text-contakt {
	font-weight: bold;
	font-size: 14px;
	left: 50%;
	color: #2f333e;
	text-align: left;
}
.text-3 {
	left: 50%;
	position: absolute;
	top: 10px;
	width: 180px;
	color: #faaf18;
	font-size: 28px;
	line-height: 36px;
	text-align: right;
	margin-left: 389px;
}
.text-4 {
	left: 50%;
	position: absolute;
	top: 105px;
	color: #2f333e;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-left: 420px;
}
.main-content-wrapper {
	left: 6px;
	margin: 17px auto 0;
	position: relative;
	width: 1154px;
}
.centr_kartinka {
	position: relative;
}
.col-8 {
	float: left;
	margin: 1px 0 0;
	position: relative;
	width: 557px;
}
.wrapper-8 {
	padding: 52px 0 41px;
	position: relative;
	width: 557px;
	background: url(images/1487763674_s6302045.png) no-repeat;
}
.elektromontazh {
	display: block;
	left: 186.5px;
	margin: 0 auto;
	position: relative;
}
.p-585-11-holder {
	margin: 2px 0 0;
	padding: 52px 0 41px;
	position: relative;
	width: 556px;
	background: url(images/p-585-11.png) no-repeat;
}
.videonabludenie {
	display: block;
	left: 170px;
	margin: 0 auto;
	position: relative;
}
.ohrannaya-signalizatsiya-min-1-holder {
	margin: 3px 0 0;
	padding: 55px 1px 39px;
	position: relative;
	width: 554px;
	background: url(images/ohrannaya-signalizatsiya-.png) no-repeat;
}
.signalizaciya {
	display: block;
	left: 197px;
	margin: 0 auto;
	position: relative;
}
.col-6 {
	float: right;
	position: relative;
	width: 569px;
}
.layer7d1d97ea89dd28796969eb901d535afe-holder {
	padding: 47px 13px 46px;
	position: relative;
	width: 543px;
	background: url(images/7d1d97ea89dd28796969eb901.png) no-repeat;
}
.skud {
	display: block;
	left: 241px;
	margin: 0 auto;
	position: relative;
}
.istock_000013699944xlarge-min-holder {
	margin: 5px 0 0;
	padding: 34px 13px 32px;
	position: relative;
	width: 543px;
	background: url(images/istock_000013699944xlarge.png) no-repeat;
}
.text-5 {
	display: block;
	left: 193px;
	margin: 0 auto;
	position: relative;
}
.wrapper-7 {
	margin: 3px 0 0;
	padding: 37px 0 30px;
	position: relative;
	width: 557px;
	background: url(images/slabot.png) no-repeat;
}
.text-6 {
	display: block;
	left: 201.5px;
	margin: 0 auto;
	position: relative;
}
.stati {
	margin: 28px auto 0;
	position: relative;
	right: 6.5px;
	width: 1141px;
}
.col-4 {
	float: left;
	margin: 10px 27px 0 0;
	position: relative;
	width: 266px;
}
.rectangle-15-copy-2-holder {
	min-height: 15px;
	padding: 17px 0 19px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InJlY3RhbmdsZS0xNS1jb3B5LTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9IjAlIj4KPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMmYzMzNlIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVjNjE2NyIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3JlY3RhbmdsZS0xNS1jb3B5LTIpIiAvPjwvc3ZnPg==);
	background: -moz-linear-gradient(90deg, #2f333e 0, #5c6167 100%);
	background: -o-linear-gradient(90deg, #2f333e 0, #5c6167 100%);
	background: -webkit-linear-gradient(90deg, #2f333e 0, #5c6167 100%);
	background: -ms-linear-gradient(90deg, #2f333e 0, #5c6167 100%);
	background: linear-gradient(0deg, #2f333e 0, #5c6167 100%);
	color: #faaf18;
	font-size: 16px;
	text-align: center;
}
.row-3 {
	margin: 21px 1px 0;
	position: relative;
}
.bdd5f6c70a636cf44357f15280676263 {
	float: left;
	margin: 0 4px 0 0;
}
.elektromontazh-2 {
	margin: 14px 0 0;
	color: #faaf18;
	font-size: 16px;
}
.row-4 {
	margin: 18px 1px 0;
	position: relative;
}
.layer210354564875321 {
	float: left;
	margin: 0 5px 0 0;
}
.videonabludenie-2 {
	margin: 14px 0 0;
	color: #faaf18;
	font-size: 16px;
}
.row-5 {
	margin: 18px 1px 0;
	position: relative;
}
.ohrannaja-i-pozharnaja-signalizacii {
	float: left;
	margin: 0 4px 0 0;
}
.signalizaciya-2 {
	margin: 14px 0 0;
	color: #faaf18;
	font-size: 16px;
}
.row-6 {
	margin: 16px 1px 0;
	position: relative;
}
.skud-perco-ic01-schityvatel-kart-predyavlenye-karti {
	float: left;
	margin: 0 4px 0 0;
}
.skud-2 {
	margin: 14px 0 0;
	color: #faaf18;
	font-size: 16px;
}
.row-7 {
	margin: 18px 1px 0;
	position: relative;
}
.signalizaciya-pozharnaya-485x363 {
	float: left;
	margin: 0 5px 0 0;
}
.text-7 {
	margin: 14px 0 0;
	color: #faaf18;
	font-size: 16px;
}
.row-8 {
	margin: 18px 1px 0;
	position: relative;
}
.proektirovanie-i-montazh-slabotochnih-sistem {
	float: left;
	margin: 0 4px 0 0;
}
.text-8 {
	margin: 14px 0 0;
	color: #faaf18;
	font-size: 16px;
}
.rectangle-15-copy-3-holder {
	margin: 8px auto 0;
	min-height: 17px;
	padding: 16px 0 18px;
	width: 264px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InJlY3RhbmdsZS0xNS1jb3B5LTMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9IjAlIj4KPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMmYzMzNlIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVjNjE2NyIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3JlY3RhbmdsZS0xNS1jb3B5LTMpIiAvPjwvc3ZnPg==);
	background: -moz-linear-gradient(90deg, #2f333e 0, #5c6167 100%);
	background: -o-linear-gradient(90deg, #2f333e 0, #5c6167 100%);
	background: -webkit-linear-gradient(90deg, #2f333e 0, #5c6167 100%);
	background: -ms-linear-gradient(90deg, #2f333e 0, #5c6167 100%);
	background: linear-gradient(0deg, #2f333e 0, #5c6167 100%);
	color: #faaf18;
	font-size: 16px;
	text-align: center;
}
.newsflash {
	margin: 10px 0 0;
}
.newsflash > * {
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}
.wrapper-2 {
	float: left;
	height: 100%;
	position: relative;
	width: 848px;
}
.text-10 {
	left: 50%;
	position: absolute;
	top: 0;
	width: 846px;
	margin-left: -424px;
}
.text-10 > * {
	line-height: 16px;
	text-align: justify;
}
.elektromontazh_2 {
	left: 50%;
	position: absolute;
	top: 43px;
	margin-left: -423px;
}
.elektromontazh_2-copy {
	left: 50%;
	position: absolute;
	top: 327px;
	margin-left: 64px;
}
.partners {
	margin: 13px auto 0;
	position: relative;
	right: 6px;
	width: 1140px;
}
.block_kategory {
	position: relative;
}
.col-9 {
	float: left;
	position: relative;
	width: 689px;
}
.text-11 {
	margin: 0 0 0 450px;
	color: #e8a524;
	font-family: Roboto, sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -0.03em;
	text-align: center;
}
.row-2 {
	margin: 37px 0 0;
	position: relative;
}
.abb_logo-svg {
	float: left;
}
.l7 {
	float: left;
	margin: 1px 0 0 40px;
}
.logo-centre-op1 {
	float: left;
	margin: 10px 0 0 37px;
}
.bp-new-logo-2 {
	float: left;
	margin: 59px 0 0 6px;
}
.logo_ru {
	float: right;
	margin: 49px 0 0;
}
.footer {
	left: 7px;
	margin: 27px auto 0;
	position: relative;
	width: 1156px;
}
.text-12 {
	float: left;
	width: 570px;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}
.col-2 {
	float: right;
	margin: 1px 0 0;
	position: relative;
	width: 441px;
}
.text-13 {
	color: #000000;
	font-size: 12px;
	text-align: justify;
}
.layer-14 {
	display: block;
	margin: 14px 0 0 1px;
	position: relative;
}
.text-style-9 {
	color: #e8a524;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 16px;
}
.text-style-10 {
	text-decoration: underline;
}
.text-style-3 {
	color: #faaf18;
	font-size: 16px;
	line-height: 18px;
}
.text-style-2 {
	color: #4d5258;
	font-size: 12px;
}
.text-style {
	color: #4c5157;
	font-size: 12px;
}
.text-style-5 {
	color: #faaf18;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
}
.colorfab019 {
	color: #fab019;
}
.text-style-4 {
	text-align: left;
}
.text-style-6 {
	text-align: right;
}
.item-title{
	color: #faaf18;
	font-size: 18px;
	line-height: 36px;
}
.page-header h2{
	color: #faaf18;
	font-size: 18px;
	line-height: 36px;
}


.text-style-8 {
	line-height: 16px;
}

.menu-vertical img{
	vertical-align: middle;
	padding-right: 10px;
}

.login input{
	padding: 20px;
	border: 1px solid #666;
	border-radius: 7px;
}

.control-group{
	margin: 0 0 10px 0;
}

.control-label{
	margin: 0 0 10px 0;
}

.formcontact{
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 15%;
	margin: 15px 0 0px 0;
}

.formcontact2{
	font-size: 18px;
	float: left;
	width: 85%;
	margin: 15px 0 0px 0;
} 

.formcontact2 input{
	width: 100%;
	border: 1px solid #4f4f4f;
	height: 35px;
	
}

.formcontact2 select{
	width: 100%;
	border: 1px solid #4f4f4f;
	height: 35px;
	font-size: 16px;
}

.formcontact2 textarea{
	width: 100%;
	border: 1px solid #4f4f4f;	
}

.rectangle-19-copy-4-holder {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #2f333e 0px, #5c6167 100%) repeat scroll 0 0;
    color: #faaf18;
    font-size: 16px;
    left: 64px;
    margin: 12px auto 0;
    min-height: 16px;
    padding: 10px 0 11px;
    position: relative;
    text-align: center;
    width: 195px;
}

.table-prays-electrik {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-prays-electrik tr:hover {
    background: none repeat scroll 0 0 #EFF4FF;
}




table {
    border-collapse: collapse;
    border-spacing: 0;
}


.table-prays-electrik tr td {
    border: 1px solid #cccccc;
    padding: 2px 2px 2px 3px;
}

.registration input{
	border: 1px solid #666;
    border-radius: 7px;
    padding: 20px;
}

.registration .text{
	left: 0;
}