@font-face {
	font-family: 'GP';
	src: url("../fonts/GothamPro.ttf");
	font-weight: 400;
}
@font-face {
	font-family: 'GP';
	src: url(../fonts/GothamPro-Bold.ttf);
	font-weight: 700;
}
@font-face {
	font-family: 'pt-sans';
	src: url(../fonts/ptsans.ttf);
	font-weight: 400;
}
@font-face {
	font-family: 'pt-sans';
	src: url(../fonts/ptsansbold.ttf);
	font-weight: 700;
}
body {
	padding: 0;
	margin: 0;
	font-family: pt-sans, sans-serif;
}
p {
	margin: 0;
}
input {
	outline:none!important;
}
.page-header {
	display: none;
}
.container-fluid {
	padding: 0!important;
}
.row {
	margin-right: 0!important;
	margin-left: 0!important;
}
.icons {
	display: none;
}
.article-info {
	display: none;
}
.header {
	background: transparent url(/images/bg-header.jpg) no-repeat center bottom;
}
.header_left {
	display: flex;
	padding-left: 30px;
}
.header_left img {
	width: 233px;
	display: block;
	margin-bottom: -18px;
}
.header_left__text p {
	font-weight: 700;
	font-family: GP;
}

.header_left__text p.top {
	color: #293C5B;
	font-size: 20px;
	line-height: 24px;
}
.header_left__text p.bot {
	color: #7C2F00;
	font-size: 31px;
	line-height: 37px;
}
.header_left__text {
	padding-top: 30px;
}
.header_right p {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0px;
	background-color: transparent;
	color: #36435B;
	font-family: pt-sans;
	line-height: 30px;
	text-align: right;
	margin-bottom: 5px;
}
.header_right i {
	color: #7C2F00;
	font-size: 22px;
}
.fire_objects_mobile {
	display: none;
}
.header_right p.adress {
	line-height: 23px;
	font-size: 19px;
	margin: 10px 0;
}
.header_right {
	padding-right: 100px;
	padding-top: 30px;
}
.header_right a {
	display: block;
	color:  #7C2F00;
	text-decoration: underline;
	font-family: pt-sans, sans-serif;
	text-align: right;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
}
.header_right a:hover {
	color: #5B3A4B;
}
._menu h3 {
	display: none;
}
.top_menu {
	min-height: 82px;
	border-bottom: 7px solid #709FBA;
	background-color: white;
}
.menu_left a {
	line-height: 20px;
	color: #5B3A4B;
	font-size: 17px;
	text-align: center;
	font-family: 'GP';
	font-weight: 700;
	margin-top: 27px;
	display: block;
}
.menu_left a:hover {
	text-decoration: none;
}
.nav .nav-child {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	list-style-type: none;
	padding: 15px 20px;
	background-color: #709FBA;
	top: 65px;
	margin-left: -20px;
	z-index: 99999;
}
.nav li.parent:hover > .nav-child {
	opacity: 1;
	visibility: visible;
}
.nav li a {
	position: relative;
	font-family: pt-sans;
	font-size: 18px;
	line-height: 22px;
	color: black;
	transition: 0.5s 0.05s all;
}
.nav li a:hover {
	text-decoration: none;
	color: white;
}
.nav li {
	position: relative;
	padding: 10px 20px;
	margin-right: 10px;
}
.nav li.active:before {
	/*background-color: #709FBA;*/
	top: 0%;
}
.nav li.active > a {
	color: white;
}
.nav li:before {
	content: "";
	position: absolute;
	display: block;
	transition: 0.5s 0.05s all;
	top: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #709FBA;
}
.nav li:hover {
	/*background-color: #709FBA;*/
}
.nav li ul {
	transition: 0.5s 0.05s all;
}
.nav li ul li {
	white-space: nowrap;
}
.nav li:hover:before {
	top: 0%;
}
.nav li:hover > a {
	color: white;
}
.nav {
	margin-top: 15px;
}
.menu_wrap {
	padding-left: 80px;
	position: relative;
}
.menu_btn a {
	border-width: 0px;
	border-color: transparent;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	background-color: #C1272D;
	color: #FFFFFF;
	font-family: pt-sans, sans-serif;
	line-height: 20px;
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	background-color: #C1272D;
	color: #FFFFFF;
	font-family: pt-sans, sans-serif;
	line-height: 34px;
	text-align: center;
	width: 170px;
	margin-top: 20px;
}
.menu_btn a:hover {
	box-shadow: none;
	text-decoration: none;
}
.nav-child li a {
	color: white;
}
.nav-child li {
	border-bottom: 1px solid white;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
}

.nav-child li:hover {
	border-bottom: 1px solid black;
}
.nav-child li:hover > a {
	color: black;
}
.footer {
	padding: 60px 0 35px 0;
	background-color: #7E9DB7;
}
.footer_info {
	margin-right: 15px;
}
.footer_info p {
	color: white;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
}
.footer_info p.head {
	line-height: 40px;
	font-size: 33px;
	border-bottom: 2px solid white;
	margin-bottom: 15px;
}
.footer_info p.phone {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 10px;
}
.footer_info p.adress {
	line-height: 1.1;
	margin: 10px 0;
}
.footer_info a {
	color: white;
	text-decoration: underline;
}
.footer_map {
	margin-right: 15px;
}
.copy {
	padding: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
}
.first_screen {
	padding: 70px 0;
}
.content_h2 {
	display: block;
	padding-left: 20px;
	border-left: 7px solid #36435B;
	font-family: pt-sans, sans-serif;
	line-height: 56px;
	font-size: 47px;

}
.content_h2 span {
	font-weight: bold;
}
.why_us {
	margin: 50px 0;
	display: flex;
	justify-content: space-between;
}
.why_us__item {
	width: 19%;
}
.why_us__item img {
	display: block;
	margin: 0 auto 20px auto;
}
.why_us__item p {
	font-family: pt-sans, sans-serif;
	font-weight: 400;
	line-height: 22px;
	font-size: 18px;
	text-align: center;
	color: black;
}
.why_us__item p.head {
	font-weight: 700;
	line-height: 25px;
	position: relative;
	font-size: 21px;
	margin-bottom: 20px;
}
.services {
	background-color: #D6D6D6;
	padding: 70px 0 50px 0;
}
.services_wrapper {
	margin: 30px auto;
	display: flex;
	justify-content: center;
}
.services_wrapper a.flip_a {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
	display: inline-block;
	transform-style: preserve-3d;
}
.wrap_flip {
	width: 302px;
	height: 302px;
	transition: 0.9s 0.1s all;
	transform-style: preserve-3d;
	position: relative;
	transform-origin: 100% 150px;
	border: 1px solid black;
}
.services_wrapper a:hover .wrap_flip {
	transform: rotateX(-180deg);
}
.services_item {
	position: relative;
	width: 300px;
	margin-right: 20px;
	height: 302px;
	border: 1px solid black;
	background-color: white;
	padding: 16px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.wrap_flip .services_item {
	background: #fff !important;
	backface-visibility: hidden;
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	transform-style: preserve-3d;
	background-color: white;
	padding: 16px;
	box-sizing: border-box;
	z-index: 2;
}
.wrap_flip .hover {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	transform-style: preserve-3d;

	transform: rotateX(180deg);
	display: block;
	background-color: #7E9DB7;
	padding: 80px 25px 50px 25px;
	text-align: center;
}
.services_item p {
	text-align: center;
	font-family: GP;
	font-weight: 700;
	line-height: 26px;
	color: black;
	font-size: 22px;
	height: 50px;
}
.services_item img {
	display: block;
	margin: 20px auto 0 auto;
}
/*.services_item:hover .hover {
	display: block;
}
.services_item:hover  {
	background-color: #7E9DB7
}*/

.wrap_flip .hover p {
	color: white;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	font-family: pt-sans, sans-serif;
}
.wrap_flip .hover p span {
	color: white;
	font-weight: 700;
	font-family: GP;
	font-size: 22px;
}

.services_item:hover .hover {
	display: block;
}
.services_item:hover  {
	background-color: #7E9DB7
}
.services_item .hover {
	display: none;
	position: absolute;
	z-index: 2;
	width: 298px;
	height: 300px;
	background-color: #7E9DB7;
	top: 0;
	left: 0;
	padding: 80px 25px 50px 25px;
}
.services_item .hover p {
	color: white;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	font-family: pt-sans, sans-serif;
}
.services_item .hover p span {
	color: white;
	font-weight: 700;
	font-family: GP;
	font-size: 22px;
}

.cifry {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	background-color: #7E9DB7;
}
.cifry_item {
	display: flex;
	padding-right: 30px;
	border-right: 1px solid white;
	padding-left: 30px;
}
.cifry_item:nth-last-child(1) {
	border-right: none;
	padding-right: 0;
}
.cifry_item .main1 {
	display: block;
	font-weight: 700;
	line-height: 103px;
	color: white;
	font-size: 116px;
	font-family: GP;
	float: left;
	margin-right: 15px;
}
.cifry_item p {
	font-weight: 700;
	line-height: 29px;
	position: relative;
	font-size: 24px;
	font-family: GP;
	text-align: left;
	color: black;
}
.cifry_item p span {
	font-weight: 700;
	line-height: 71px;
	font-size: 59px;
}
.about .content_h2 {
	margin-bottom: 80px;
}
.about p {
	color: #000000;
	z-index: 323;
	font-weight: 400;
	line-height: 25px;
	font-size: 21px;
	font-family: pt-sans, sans-serif;
	padding-left: 25px;
	margin-bottom: 20px;
}
.about {
	padding: 70px 100px 50px 100px;
}
.why_us2 {
	background-color: #7E9DB7;
	padding-right: 0;
}
.why_us2__left {
	padding-top: 30px;
	padding-left: 50px;
}
.why_us2__img {
	padding-right: 0;
}
.why_us2__img img {
	width: 100%;
}
.why_us2 p.head {
	font-weight: 700;
	line-height: 53px;
	position: relative;
	font-size: 44px;
	color: white;
	font-family: pt-sans, sans-serif;
	border-left: 7px solid white;
	padding-left: 20px;
	margin-bottom: 25px;
}
.why_us2 p {
	font-size: 22px;
	line-height: 26px;
	font-family: pt-sans, sans-serif;
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 15px;

}
.why_us2__btn {
	border-color: transparent;
	font-family: 'GP';
	font-weight: 700;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	background-color: #C1272D;
	transition-duration: 0s;
	color: #FFFFFF;
	transition-delay: 0s;
	min-height: 72px;
	position: relative;
	border-width: 0px;
	font-size: 15px;
	text-align: center;
	line-height: 18px;
	display: block;
	width: 425px;
	margin: 25px auto 0px auto;
	padding-top: 10px;
	line-height: 1.7;

}
.why_us2__btn:hover {
	text-decoration: none;
	color: white;
	box-shadow: none;
}
.license {
	padding: 80px 15px 40px 100px;
	background: url(/images/bg-8-u27759-fr.png) no-repeat center center;
}
.license .content_h2 {
	margin-bottom: 30px;
}
.license_wrapper {
	display: flex;
	justify-content: center;
}
.license_wrapper img {
	width: 350px;
	display: block;
}
ul.pager {
	display: none;
}
.fire_license .license {
	background: #DEE2D4;
}
.vakanncy {
	padding: 80px 15px 50px 15px;

}
.vakanncy p {
	margin-bottom: 15px;
	font-size: 19px;
	font-weight: 400;
	line-height: 23px;
	color: #000000;
	font-family: pt-sans, sans-serif;
}
.vakanncy p span {
	font-weight: 700;
}
.vakanncy p.main {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 25px;
	font-weight: 700;
}
.content {
	padding: 50px 0!important;
}
.sertif {
	padding: 80px 15px 100px 15px!important;
	background: url("/images/bg-17-u100778-fr.png") no-repeat center center;

}
.sertif_wrapper {
	display: flex;
	justify-content: center;
}
.sertif_item {
	margin-right: 20px;
}
.sertif .content_h2 {
	color: white;
	border-color: white;
	background: rgba(0,0,0,0.6);
	margin-bottom: 80px;
	width: 510px;
}
.fire_first {
	background: #606060 url(/images/bg-16-u19150-fr.png) no-repeat right bottom;
	background-color: rgba(0,0,0,0.62);
	background-size: cover;
}
.fire_first__text {
	padding: 20px 25px;
	background: rgba(0,0,0,0.48);
	margin-left: 100px;
}
.fire_first__text .head {
	color: #FFFFFF;
	font-size: 47px;
	line-height: 56px;
	font-family: 'GP';
	font-weight: 700;
	margin-bottom: 15px;
}

.fire_first__text .under {
	color: #FEAE6C;
	font-size: 30px;
	line-height: 36px;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}
.fire_first__text p {
	margin-bottom: 25px;
	color: #FFFFFF;
	font-size: 25px;
	line-height: 30px;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
}

.fire_first__text p  span {
	color: #FEAE6C;
}
.fire_first__text p.small {
	line-height: 12px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	font-family: 'GP';
	font-weight: 400;
	margin-bottom: 5px;
	margin-left: 50px;
}
.fire_first__text a {
	display: block;
	font-size: 21px;
	font-weight: 700;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	background-color: #C1272D;
	color: #FFFFFF;
	font-family: pt-sans, sans-serif;
	line-height: 51px;
	text-align: center;
	width: 350px;
	margin: 15px  0 15px 50px;
	text-decoration: none;
}
.fire_first__text a:hover {
	text-decoration: none;
	box-shadow: none;
}
.fire_services {
	padding: 80px 15px 50px 30px;

}
.fire_services .content_h2 {
	margin-bottom: 40px;
}
.fire_services__wrapper {
	display: flex;
	justify-content: space-around;
	margin: 25px auto;
	width: 90%;
}
.fire_services__item {
	width: 362px;
	box-sizing: border-box;
	border: 4px solid #7E9DB7;
	background-color: #DEE2D4;
	padding: 15px 18px 9px 26px;
}
.fire_services__item:hover {
	border-color: #FEAE6C;
}
.fire_services__item p {
	margin-top: 10px;
	line-height: 24px;
	color: #000000;
	font-size: 20px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 400;
	height: 96px;
}

.fire_services__item p.head {
	line-height: 34px;
	color: #000000;
	font-size: 28px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 0;
	height: 67px;
}
.fire_services__item a {
	display: block;
	font-size: 21px;
	font-weight: 700;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	background-color: #C1272D;
	color: #FFFFFF;
	font-family: pt-sans, sans-serif;
	line-height: 51px;
	text-align: center;
	width: 300px;
	margin: 15px auto;
	text-decoration: none;
}
.fire_services__item a:hover {
	text-decoration: none;
	box-shadow: none;
}
.fire_solution .content_h2 {
	margin-bottom: 40px;
}
.fire_solution {
	padding: 80px 15px 40px 30px!important;
	background-color: #DEE2D4;
}
.solution_wrapper {
	display: flex;
	width: 95%;
	justify-content: space-around;
	margin: 15px auto;
}
.solution_item img {
	display: block;
	margin: 15px auto 40px auto;
}

.solution_item p.head {
	line-height: 38px;
	color: #000000;
	font-size: 32px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
}

.solution_item p {
	line-height: 25px;
	color: #000000;
	font-size: 21px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 400;
}
.solution_item p span {
	font-size: 27px;
	font-weight: 700;
	line-height: 32px;
}
.fire_form {
	padding-top: 80px!important;
}
.fire_form__img img {
	width: 395px;
	display: block;
	margin: 0 auto;
}
.fire_objects {
	padding: 80px 15px 50px 30px;
}
.fire_objects .content_h2 {
	margin-bottom: 100px;
}
.fire_objects__wrap {
	display: flex;
	justify-content: space-around;
	width: 1150px!important;
	margin: 0 auto;
}
.fire_objects__item {
	width: 349px;
	background-color: #DEE2D4;
	padding-bottom: 100px;

}
.fire_objects__item p.head {
	padding: 15px 25px;
	color: #000000;
	font-size: 18px;
	line-height: 25px;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
}

.fire_objects__item p {
	color: #7C2F00;
	font-size: 16px;
	line-height: 32px;
	font-family: pt-sans, sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	padding: 0 25px;

}
.fire_objects__item p span {
	font-weight: 700;
}
.services_mini {
	padding: 50px 15px 50px 30px!important;
}
.services_mini .content_h2 {
	margin-bottom: 60px;
}
.services_mini .services_item p {
	line-height: 26px;
	color: #000000;
	font-size: 20px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
}

.services_mini .services_item  {
	width: 231px;
	padding-left: 9px;
	padding-right: 9px;
}

.services_mini .services_item .hover {
	width: 100%;
	padding: 80px 0px 50px 0px;
}

.services_mini .services_item .hover p {
	color: white;
}
.video_first {
	background: #606060 url(/images/bg-18-u110871-fr.png) no-repeat left top;
	background-color: rgba(0,0,0,0.62);
	background-size: cover;
}
.video_services {
	padding: 80px 15px 50px 30px;
}

.video_services .content_h2 {
	margin-bottom: 50px;
}
.video_services__wrapper {
	display: flex;
	justify-content: space-around;
	margin: 15px auto;
	width: 90%;
}
.video_services__item {
	width: 350px;
	border-style: solid;
	border-width: 4px;
	border-color: #7E9DB7;
	background-color: #E8F2FC;
	position: relative;
	padding: 13px 7px 20px;
}
.video_services__item p.head{
	line-height: 37px;
	color: #000000;
	font-size: 31px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.video_services__item p.cost{
	line-height: 43px;
	font-size: 36px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
}
.video_services__item p{
	font-size: 20px;
	line-height: 24px;
	font-family: pt-sans, sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.video_services__item p span{
	font-weight: 700;
	padding-right: 7px;
}
.video_services__item iframe{
	display: block;
	margin: 0 auto;
}
.video_services__item a{
	display: block;
	font-size: 21px;
	font-weight: 700;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	background-color: #C1272D;
	color: #FFFFFF;
	font-family: pt-sans, sans-serif;
	line-height: 51px;
	text-align: center;
	width: 257px;
	margin: 15px auto;
	text-decoration: none;
	border: none;
}
.video_services__item p.video{
	font-size: 17px;
	line-height: 20px;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
}
.video_services__item img {
	width: 262px;
	height: 229px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-style: solid;
	border-width: 3px;
	border-color: #7E9DB7;
}
.video_objects {
	padding: 50px 15px 50px 30px!important;	
}
.video_cost {
	padding: 50px 15px 50px 30px!important;	
}
.video_objects .content_h2 {
	margin-bottom: 50px;
}
.video_kit {
    margin-top: 5px;
    border-style: solid;
    border-width: 4px;
    border-color: #7E9DB7;
    background-color: #E8F2FC;
    padding: 0;
}
.kit_left {
    display: flex;
}
.kit_prod_right {
    border-left: 3px solid #7E9DB7;
}
.kit_prod_right .callback{
    display: block;
    font-size: 21px;
    font-weight: 700;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    background-color: #C1272D;
    color: #FFFFFF;
    font-family: pt-sans, sans-serif;
    line-height: 51px;
    text-align: center;
    max-width: 257px;
    margin: 15px auto;
    text-decoration: none;
    border: none;
}
.kit_prod_right .kit_price{
    line-height: 43px;
    font-size: 20px;
    text-align: center;
    font-family: pt-sans, sans-serif;
    font-weight: 700;
    display: block;
}
.kit_prod_right .price_it.man{
    border-top: 3px solid #7E9DB7;
    padding-top: 10px;
}
.kit_prod_right .price_it.man .callback{
    background-color: #008800;
}
.kit_desk {
    float: left;
    padding-left: 20px;
    width: 100%;
    color: #47413D;
    margin-top: 10px;
}
.kit_desk ul {
    margin: 0;
    width: 100%;
    min-height: 145px;
    padding-top: 0;
    padding-left: 17px;
    list-style-type: square;
    height: 165px;
    overflow-x: hidden;
  	line-height: normal;
  	font-size: 14px;
}
.kit_item {
    width: 350px;
    border-style: solid;
    border-width: 0;
    border-color: #7E9DB7;
    background-color: #E8F2FC;
    position: relative;
    padding: 13px 7px 20px;
}
.kit_item img {
    width: 262px;
    height: 229px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 3px;
    border-color: #7E9DB7;
}
@media (max-width:767px){
    .kit_left {
        display: block;
    }
    .kit_item{
        margin: 0 auto;
        width: 100%;
        padding: 13px 0;
    }
    .kit_prod_right{
        border: none;
        border-top: 3px solid #7E9DB7;
    }
    .kit_desk ul{
        height: auto;
        padding-bottom: 20px;
    }
    .kit_item img {
        width: 100%;
        height: auto;
    }
    .kit_desk {
        float: none;
        padding-left: 0;
    }
    .kit_prod_right .kit_price{
        font-size: 20px;
    }
}
.zag_listing p.head {
    line-height: 40px;
    color: #000000;
    font-size: 31px;
    text-align: center;
    font-family: pt-sans, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.kit_services__wrapper {
    display: flex;
    justify-content: space-around;
    margin: 15px auto;
    width: 90%;
}
.objects_wrapper {
	display: flex;
	justify-content: space-around;
	margin: 15px auto 25px auto;
	width: 90%;
}
.objects_item {
	width: 335px;
	border-style: solid;
	border-width: 4px;
	border-color: #7E9DB7;
	background-color: #E8F2FC;
	position: relative;
	padding: 13px 7px 20px;
}

.objects_item p {
	line-height: 29px;
	color: #000000;
	font-size: 24px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
	height: 57px;
	margin-bottom: 15px;
}

.objects_item img{
	display: block;
	margin: 0 auto;
}

.objects_item  a {	
	display: block;
	font-size: 21px;
	font-weight: 700;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	background-color: #C1272D;
	color: #FFFFFF;
	font-family: pt-sans, sans-serif;
	line-height: 51px;
	text-align: center;
	width: 257px;
	margin: 15px auto;
	text-decoration: none;
	border: none;
}
.objects_item  a:hover {
	box-shadow: none;
}
.video_cost .content_h2 {
	margin-bottom: 50px;
}
.cost_wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.cost_item img {
	width: 250px;
	height: 250px;
	border-style: solid;
	border-width: 2px;
	border-color: #FEAE6C;
	display: block;
	margin: 0 auto 25px auto;
}
.cost_item {
	width: 250px;
}
.cost_item p {
	background-color: #E8F2FC;
	line-height: 32px;
	color: #000000;
	font-size: 27px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
}
.objects_wrapper {
	width: 1150px;
	margin: 10px auto;
}
.main_objects {
	/*	background: #EAEAEA url(/images/bg-2.jpg) no-repeat center center;*/
}
.skud_first {
	background: #565656 url(/images/bg-21-u111526-fr.png) no-repeat right top;
	background-color: rgba(0,0,0,0.66);
	background-size: cover;
}
.net_first {
	background: #606060 url(/images/bg-5-u112181-fr.png) no-repeat right bottom;
	background-color: rgba(0,0,0,0.62);
	background-size: cover;
}
.smart_obj {
	padding: 80px 15px 50px 15px;
}
.smart_obj .content_h2 {
	margin-bottom: 80px;
}
.smart_obj__wrap {
	margin: 10px auto 25px auto;
	display: flex;
	justify-content: space-between;
	width: 80%;
}
.smart_obj__item {
	width: 341px;
	border-style: solid;
	border-width: 4px;
	border-color: #7E9DB7;
	background-color: transparent;
}
.smart_obj__item:hover {
	background-color: rgba(126,157,183,0.2);
}

.smart_obj__item p {
	line-height: 29px;
	color: #000000;
	font-size: 24px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
	margin-top: 10px;
	height: 84px;
}
.smart_obj__item img {
	display: block;
	margin: 15px auto 15px auto;
	width: 90%;
}
.smart_syst {
	padding: 80px 15px 50px 30px;
}
.smart_syst .content_h2 {
	margin-bottom: 50px;
}
.smart_syst__wrap {
	display: flex;
	justify-content: space-between;
}
.smart_syst_slider {
	width: 950px;
	margin: 10px auto;
}
.smart_syst__item {
	width: 300px;
	height: 545px;
	position: relative;
	z-index: 1;
}
.smart_syst__item img {
	display: block;
	margin: 0 auto 20px auto;
}
.smart_syst__item p.head {
	line-height: 29px;
	color: #000000;
	font-size: 21px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.smart_syst__item p {
	line-height: 32px;
	color: #000000;
	font-size: 16px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 400;
	padding-left: 15px;
	padding-right: 15px;
}
.smart_syst__wrap a:hover {
	text-decoration: none;
}
.smart_syst__item:hover {
	background-color: rgba(126,157,183,0.3);
}
.smart_syst__item:hover p.head {
	color: rgb(126,157,183);
}
.smart_syst__item {
	position: relative;
	padding-bottom: 25px;
}
.smart_syst__item .overlay {
	position: absolute;
	top: 0;
	height: 300px;
	background-color: rgba(126,157,183,0.3);
	z-index: 2;
	width: 100%;
	display: none;
}
.smart_syst__item:hover .overlay {
	display: block;
}
.net_services {
	width: 100%;
	padding: 90px 15px;
	justify-content: center;
	display: flex;
	background-color: #DEE2D4;
}
.net_services__item {
	width: 296px;
	margin-right: 20px;
}
.net_services__item img {
	display: block;
	margin: 0 auto 25px auto;
	height: 160px;
}
.net_services__item p {
	line-height: 24px;
	color: #000000;
	font-size: 20px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
}
.net_services__item:nth-last-child(1){
	margin-right: 0;
}
.net_uslug {
	padding: 80px 15px 50px 30px;
}
.net_uslug .content_h2 {
	margin-bottom: 50px;
}

.net_uslug__wrap {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.net_uslug__item:hover {
	border-color: #FEAE6C;
}
.net_uslug__item {
	width: 403px;
	border-style: solid;
	border-width: 4px;
	border-color: #7E9DB7;
	background-color: #DEE2D4;
	position: relative;
	padding: 21px 28px 80px 27px;
}
.net_uslug__item p.head {
	line-height: 34px;
	color: #000000;
	font-size: 28px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.net_uslug__item p {
	line-height: 24px;
	color: #000000;
	font-size: 20px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}
.net_uslug__item p.list {
	line-height: 32px;
	color: #000000;
	font-size: 20px;
	text-align: left;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
}
.net_uslug__item img {
	display: block;
	width: 90%;
	margin: 0 auto 20px auto;
}
.net_uslug__item  a {	
	display: block;
	font-size: 21px;
	font-weight: 700;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	background-color: #C1272D;
	color: #FFFFFF;
	font-family: pt-sans, sans-serif;
	line-height: 65px;
	text-align: center;
	width: 340px;
	margin: 15px auto;
	text-decoration: none;
	border: none;
	position: absolute;
	bottom: 10px;
}
.net_uslug__item  a:hover {
	box-shadow: none;
}
.smart_first {
	background: #4F4F4F url(/images/bg-25-u184133-fr.png) no-repeat center center;
	background-color: rgba(0,0,0,0.69);
	background-size: cover;
}
.skud_slider {
	padding: 80px 15px 40px 40px!important;
	background-color: #DFE2D5;
}
.skud_slider .content_h2 {
	margin-bottom: 60px;
}
.bx_skud__wrap {
	width: 850px;
	margin: 10px auto;
}
.skud_slider__item .slider_img img {
	width: 100%;

}
.skud_slider__item .slider_img {
	height: 430px;
	overflow: hidden;
	margin-bottom: 15px;
}


.skud_slider__item p.price {
	line-height: 31px;
	font-size: 26px;
	text-align: left;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
}
.skud_slider__item p {
	font-size: 25px;
	line-height: 35px;
	color: #000000;
	font-family: pt-sans, sans-serif;
	font-weight: 400;
}
.tabs__content {
	display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
	display: block; /* по умолчанию показываем нужный блок */
}
.disp_first {
	background: #7C7C7C url(/images/bg-14-u20545-fr.png) no-repeat center center;
	background-color: rgba(0,0,0,0.51);
	background-size: cover;
	padding: 20px 15px 20px 80px;
}
.disp_first h1 {
	color: #FFFFFF;
	font-size: 62px;
	line-height: 74px;
	font-family: 'GP';
	font-weight: 700;
	margin-bottom: 25px;
}
.disp_first p {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 18px;
	font-family: 'GP';
	font-weight: 700;
	margin-bottom: 15px;
	width: 600px;
}
.disp_first  a {	
	display: block;
	font-size: 21px;
	font-weight: 700;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	background-color: #C1272D;
	color: #FFFFFF;
	font-family: pt-sans, sans-serif;
	line-height: 50px;
	text-align: center;
	width: 340px;
	margin: 30px 0 10px 0;
	text-decoration: none;
	border: none;
}
.disp_first  a:hover {
	box-shadow: none;
}
.disp_tabs {
	width: 100%;
	padding: 25px 80px;
	background-color: #DEE2D4;
}
.tabs__caption {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin-bottom: 0;
}
.tabs__caption li {
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
	line-height: 24px;
	font-family: 'GP';
	font-weight: 400;
	background-color: #709FBA;
	border-right: 1px solid white;
	width: 20%;
	cursor: pointer;
}
.tabs__caption li:hover {
	color: black;
	background-color: white;
}
.tabs__caption li.active {
	background-color: white;
	color: black;
}
.tabs__content {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.tabs__content img {
	float: left;
	margin-right: 25px;
	width: 430px;
}
.tabs__content p.head {
	font-size: 28px;
	line-height: 34px;
	color: #7E9DB7;
	font-family: 'GP';
	font-weight: 700;
}
.tabs__content p {
	font-size: 18px;
	line-height: 22px;
	color: #36435B;
	font-family: pt-sans, sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
}
.tabs__content a {
	display: block;
	font-size: 21px;
	font-weight: 700;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	background-color: #C1272D;
	color: #FFFFFF;
	font-family: pt-sans, sans-serif;
	line-height: 50px;
	text-align: center;
	width: 340px;
	margin: 30px 0 10px 0;
	text-decoration: none;
	border: none;
}
.tabs__content  a:hover {
	box-shadow: none;
}
.tabs {
	border-bottom: 1px solid black;
}
.header_left img.hamburger  {
	display: none;
}
.sertif_mobile {
	display: none;
}
.smart_syst_mobile {
	display: none;
}
.smart_obj {
	padding: 25px 10px;
}
.smart_obj__wrap {
	/*display: block;*/
	margin-bottom: 0;
}
.smart_obj__item {
	width: 100%;
	margin-bottom: 15px;
	margin: 0 10px;
}
.exform_wrapper .callback2 label {
	line-height: 22px;
	color: #6B6B6B;
	font-size: 22px;
	text-align: left;
	font-family: pt-sans, sans-serif;
	font-weight: 400;
}
.footer_info i {
	color: white;
	font-size: 18px;
	display: block;
	float: left;
	margin: 5px 10px;
}
.notfound {
	padding: 50px 0;
}
.notfound h1{
	margin-bottom: 30px;
}
.notfound a {
	display: block;
	font-size: 21px;
	font-weight: 700;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	background-color: #C1272D;
	color: #FFFFFF;
	font-family: pt-sans, sans-serif;
	line-height: 50px;
	text-align: center;
	width: 240px;
	margin: 30px 0 10px auto;
	text-decoration: none;
	border: none;
}
.b-container{
	width:200px;
	height:150px;
	background-color: #ccc;
	margin:0px auto;
	padding:10px;
	font-size:30px;
	color: #fff;
}
.b-popup{
	width:100%;
	min-height:100%;
	background-color: rgba(0,0,0,0.5);
	overflow:hidden;
	position:fixed;
	top:0px;
}
.b-popup .b-popup-content{
	margin:40px auto 0px auto;
	width:100px;
	height: 40px;
	padding:10px;
	background-color: #c5c5c5;
	border-radius:5px;
	box-shadow: 0px 0px 10px #000;
}
.notfound a:hover {
	box-shadow: none;
}
.questions {
	padding: 80px 0 40px 0!important;
	background-color: #7E9DB7;
}
.questions h2 {
	line-height: 43px;
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
	font-family: pt-sans, sans-serif;
	font-weight: 400;
	margin-bottom: 50px;
}
.questions h2 span{
	font-weight: bold;
}
.quest_wrap {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 15px auto;
}
.quest_wrap a {
	display: block;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
	background-color: #DEDEDE;
	padding: 10px;
	box-sizing: border-box;
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	font-family: pt-sans, sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
	text-decoration: none;
}
.quest_wrap a:hover {
	text-decoration: none;
}
.quest_left,.quest_right {
	width: 49%
}
.nav.menu {

}

li.parent ul li.parent ul {
	display: none;
}
table.prikh_pticetable {
	width: 100%;
	margin-top: 25px;
}
table.prikh_pticetable tr {
	text-align: center;
	padding: 5px;
}
table.prikh_pticetable tr p {
	margin: 5px auto;
}
table.prikh_pticetable tr:nth-child(odd) {
	background-color: #ccd8e2;
}
table.prikh_pticetable tr:nth-child(1) {
	font-size: 20px;
	background-color: #7e9db7;
	color: white;
}

.electro {
	background: url(../images/bgelectro.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}


@media (max-width: 1477px) {
	.menu_wrap {
		padding-left: 0;
	}
}

@media (max-width: 769px) {
	.nav li.parent > .nav-child {
		opacity: 1;
		visibility: visible;
	}
	.questions {
		display: none;
	}
	.fire_objects_mobile {
		display: block;
	}
	.smart_obj__wrap {
		display: block;
		width: 100%;
		margin: 0;
	}
	.smart_syst__item {
		margin: 10px auto;
	}
	.smart_syst_slider {
		display: block;
		width: 100%;
	}
	.smart_obj__item {
		display: block;
		width: 90%;
		margin: 10px auto;
	}
	.sertif_mobile {
		display: block;
	}
	.menu_wrap {
		display: none;
	}
	.header_right {
		display: none;
	}
	.header_left {
		padding-left: 15px;
		position: relative;
	}
	.header_left img {
		margin-bottom: 0;
		width: 125px; height: 114px;
	}
	.header_left__text {
		padding-top: 5px;
	}
	.header_left__text p {
		color: #000000;
		font-size: 22px;
		line-height: 26px;
		font-family: pt-sans, sans-serif;
	}
	.header_left__text p.top {
		color: #000000;
		font-size: 22px;
		line-height: 26px;
	}
	.header_left__text p.bot {
		color: #000000;
		font-size: 22px;
		line-height: 26px;
		font-family: pt-sans, sans-serif;
	}
	.header_left {
		padding-right: 100px;
	}
	.menu_left {
		display: none;
	}
	.header .container-fluid {
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.menu_btn {
		display: none;
	}
	.menu_wrap {
		padding-right: 0;
	}
	.nav {
		display: block;
		padding: 15px 20px;
		background-color: #709FBA;
		margin-top: 0;
	}
	.nav li.active > a {
		color: black;
		font-weight: 700;
	}
	.nav li a {
		font-size: 20px;
		line-height: 24px;
		color: white;
	}
	.nav li {
		border-bottom: 1px solid black;
		text-align: center;
	}
	.nav .nav-child {
		display: block;
		position: relative;
		margin: 0 auto;
		top: 0;

	}
	.nav .nav-child li {
		border-bottom: none;
		padding: 5px ;
	}
	.nav .nav-child li a {
		font-size: 16px;
		top: 0;
	}

	.header_left img.hamburger {
		width: 60px;
		height: 60px;
		position: absolute;
		right: 25px;
		top: 25px;
		display: block;
	}
	.top_menu {
		min-height: 0px;
		border-bottom: none;
	}
	.bx-main div.img {
		height: auto!important;
	}
	.content_h2 {
		font-size: 30px;
		text-align: left;
		line-height: 36px;
		margin-left: 20px;
	}
	.why_us {
		display: block;
	}
	.why_us__item p {
		display: none;
	}
	.why_us__item p.head {
		display: block;
	}
	.why_us__item {
		width: 100%;
		margin-bottom: 20px;
	}
	.first_screen {
		padding: 25px 0;
	}
	.services {
		padding: 25px 0;
	}
	.services_wrapper {
		display: block;
		margin: 0;
	}
	.services_wrapper {
		text-align: center;
	}
	.wrap_flip .services_item {
		margin: 0px auto;
	}
	.services_item {
		margin: 15px auto;
	}
	.cifry {
		display: block;
	}
	.cifry_item {
		margin-bottom: 20px;
	}
	.about {
		padding: 25px 0;
	}
	.why_us2__left {
		padding-left: 0;
	}
	.why_us2__btn {
		width: 325px;
		line-height: 1.4;
		padding-top: 3px;
	}
	.why_us2__img {
		display: none;
	}
	.why_us2 {
		padding-bottom: 20px;
	}
	.license {
		padding: 25px 0;
	}
	.license_wrapper img {
		width: 95%;
	}
	.sertif {
		padding: 25px 0 50px 0!important;
	}
	.sertif .content_h2 {
		width: 270px;
		margin-bottom: 20px;
	}
	.sertif {
		display: none;
	}
	.sertif_mobile {
		display: block;
	}
	.sertif .bx-wrapper img {
		margin: 5px auto;
	}
	.sertif_item {
		margin-right: 0;
	}

	.fire_objects__item {
		width: 340px;
	}
	.fire_objects {
		display: none;
	}
	.fire_objects_mobile {
		display: block;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.objects_wrapper {
		width: 94%;
	}
	.bx-controls-direction {
		display: none!important;
	}
	.fire_objects .content_h2 {
		margin-bottom: 25px;
	}
	.footer {
		margin-top: 20px;
		padding-top: 25px;
	}
	.footer_info {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer_map iframe {
		width: 90%!important;
		margin: 10px auto;
		display: block;
		height: 300px!important;
	}
	.exform_wrapper.request {
		width: 95%!important;
		margin: 0 auto;
	}
	.footer_map {
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.why_us2 p.head {
		display: block;
		padding-left: 20px;
		border-left: 7px solid #36435B;
		font-family: pt-sans, sans-serif;
		font-size: 30px;
		text-align: left;
		line-height: 36px;
		margin-left: 0;
		margin-bottom: 25px;
		color: black;
	}
	.about .content_h2 {
		margin-bottom: 25px;
	}
	.why_us2__left p img {
		float: left;margin-right: 10px;
	}
	.why_us2 p {
		margin-bottom: 20px;
	}
	.bx-main div p {
		font-size: 20px!important;
		text-align: center!important;
		line-height: 20px!important;
		font-family: pt-sans, sans-serif!important;
		font-weight: 400!important;
	}
	.index-slider .bx-viewport {
		height: 210.8px!important;
	}
	.fire_first__text {
		margin-left: 0;
	}
	.fire_first__text .head {
		color: #FFFFFF;
		font-size: 24px;
		line-height: 29px;
		font-family: 'GP';
		font-weight: 700;
		margin-bottom: 0;
	}
	.fire_first__text .under {
		color: #FFFFFF;
		font-size: 14px;
		font-family: pt-sans, sans-serif;
		font-weight: 700;
		margin-bottom: 0;
	}
	.fire_first__text p {
		color: #FFFFFF;
		font-size: 14px;
		font-family: pt-sans, sans-serif;
		font-weight: 700;	
		line-height: 20px;
		margin-bottom: 0;
	}
	.fire_first__text a{
		width: 330px;
		margin: 10px auto;
	}
	.fire_services__wrapper {
		display: block;
		margin: 0 auto;
	}
	.fire_services__item {
		width: 100%;
		margin: 10px auto;
	}
	.fire_services__item a {
		width: 100%;
	}
	.fire_services__item img {
		width: 100%;
	}
	.fire_services {
		padding: 25px 10px;
	}
	.fire_solution {
		padding: 25px 10px!important;		
	}
	.solution_wrapper {
		display: block;
	}
	.fire_form {
		display: none;
	}
	.fire_license .license {
		background: url(/images/bg-8-u27759-fr.png) no-repeat center center;
	}
	.license_wrapper a {
		width: 45%;
	}
	.services_mini {
		padding: 25px 10px!important;
		display: none;
	}
	.video_services {
		padding: 25px 10px;
	}
	.video_services__wrapper {
		display: block;
	}
	.video_services__item {
		margin: 10px auto;
	}
	.video_objects {
		padding: 25px 10px!important;
	}
	.video_cost {
		padding: 25px 10px!important;
	}
	.video_objects .content_h2 {
		margin-left: 0;
	}
	.objects_wrapper {
		display: block;
	}
	.objects_item {
		margin: 10px auto;
	}
	.cost_wrapper {
		display: block;
	}
	.cost_item img {
		margin-bottom: 0;
	}
	.cost_item {
		margin: 0 auto 25px auto;
	}
	.exform_wrapper.callback {
		width: 100%!important;
		left: 1px!important;
		top: 0!important;
		margin-left: 0px!important;
	}
	.fire_services__item p {
		height: auto;
	}
	.fire_services__item a {
		line-height: 30px;
	}
	.skud_slider {
		padding: 25px 10px !important;
		display: none;
	}
	.skud_slider .content_h2 {
		margin-bottom: 35px;
	}
	.bx_skud__wrap {
		width: 100%;
	}
	.skud_slider__item .slider_img {
		height: auto;
	}
	.net_services {
		display: block;
		padding: 25px 10px;
	}
	.net_services__item {
		width: 90%;
		margin-bottom: 20px;
	}
	.net_uslug__wrap {
		display: block;
	}
	.net_uslug {
		padding: 25px 10px;
	}
	.net_uslug__item {
		width: 100%;
		padding-bottom: 15px;
		margin-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.net_uslug__item a {
		position: relative;
		width: 100%;
	}
	.disp_first {
		padding: 25px 10px;
	}
	.disp_first h1 {
		font-size: 31px;
		line-height: 35px;
	}
	.disp_first p {
		width: 100%;
	}
	.disp_first p {
		font-size: 14px;
	}
	.disp_tabs {
		display: block;
		padding: 25px 10px;
	}
	.tabs__caption {
		display: block;
	}
	.tabs__caption li {
		width: 100%;
		padding: 5px 0;
	}
	.tabs__content img {
		float: none;
		width: 95%;
		display: block;
		margin: 10px auto;
	}
	.tabs__content a {
		width: 100%;
	}
	.smart_syst {
		padding: 25px 10px;
	}
	.smart_syst {
		display: none;
	}
	.smart_syst_mobile {
		display: block;
	}

}
@media (max-width: 420px) {
	.header_left__text p.top {
		color: #000000;
		font-size: 12px;
		line-height: 14px;
		font-family: pt-sans, sans-serif;
		font-weight: 700;
	}
	.header_left img {
		width: 77px;
		height: 72px;
	}
	.header_left__text p.bot {
		color: #000000;
		font-size: 12px;
		line-height: 14px;
		font-family: pt-sans, sans-serif;
		font-weight: 700;
	}
	.header_left img.hamburger {
		width: 41px;
		height: 41px;
		top: 14px;
	}
	.fire_services__item p.head {
		font-size: 24px;
	}
	.header .container-fluid {
		background: transparent url(/images/bg-header-2-u14607-fr.png);
		-webkit-background-size: 100%;
		background-size: 100%;
	}

}
@media (max-width: 380px) {
	.disp_first a {
		width: 100%;
		line-height: 28px;
	}
	.fire_first__text {
		padding-left: 5px;
		padding-right: 0;
	}
	.fire_first__text a {
		width: 100%;
	}
	.objects_item {
		width: 100%;
	}
	.objects_item p {
		font-size: 20px;
	}
	.objects_item img {
		width: 100%;
	}
	.objects_item a {
		width: 100%;
		font-size: 18px;
	}

}

.electro_home {
	background: #606060 url(/prikh/zamena-provodki-v-dome.jpg) no-repeat right bottom;
	-webkit-background-size: cover;
	background-size: cover;
}
.electric_kvartira {
	background: #606060 url(/prikh/zamena-elektroprovodnikov.jpg) no-repeat right bottom;
	-webkit-background-size: cover;
	background-size: cover;
}