html, body{
	height: 100%;
}
body{
	background: #fff;
	font-family: MyriadPro-Regular, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	min-width: 320px;
} 
img{
	max-width: 100%;
	height: auto; 
}
section{
	background: #f8fbf4;
	position: relative; 
	padding-bottom: 25px;
}
h2{
	color: #333;
}

/*=================== #header =====================*/
#header{
	background: url(../img/header-1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	min-height: 900px;/* */
	opacity: 0.9; 
}
#logo{
	position: relative;
	top: -15px;
}
.container h2, p{
	text-align: center;
}
.navbar{
	padding-bottom: 0px;
	border-radius: 0px;
	background: #fff;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
}
.navbar-default .navbar-nav.menu li>a:hover {
	color: #fff;
	background: #284684;
}
.nav-tel{
	margin-top: 12px;
	margin-left: 15px;
}
.nav-call{
	background: #284684;
	color: #fff;
	padding: 5px 25px;
	position: relative;
	top: 12px;
	left: 15px;
	cursor: pointer;
}
.nav-call:hover{
	background: #339933;
	cursor: pointer;
}
.h2-green{
	color: #339933;
	border-top: 3px solid #339933;
	padding-top: 5px;
}
.p-light{
	font-family: MyriadPro-Light, sans-serif;
	font-size: 18px;
	color: #888;
}
.section-table{
	display: table;
	height: 100%;
	width: 100%;
}
.section-row{
	display: table-row;
}
.section-cell{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.section-center{
	max-width: 591px;
	display: inline-block;/* 
	position: relative;
	top: 0; */
}
.section-center .p1{
	width: 500px;
	font-size: 38px;
	background: rgba(51, 153, 51, 0.8);
	padding: 5px 10px;
	margin: 3px 0;
	color: #fff;
}
.section-center .p2{
	color: #fff;
	font-size: 18px;
}
.section-btn span{
	background: #284684;
	padding: 10px 20px;
	margin: 0 10px;
	border: none;
	color: #fff;
	opacity: 0.9; 
	cursor: pointer;
}
.section-btn span:hover{
	background: #339933;
	color: #fff; 
	cursor: pointer;
}
.section-btn .icon{
	color: #284684;
	font-size: 60px;
	margin-top: 40px;
}

/*===================== #type-services ===================*/
#type-services{
	padding-top: 30px;
}
#type-services .row-first{
	margin-top: 30px;
}
#type-services .row-second{
	margin: 60px 130px 20px 130px ;
}
#type-services .row-item-col{
	width: 260px;
	height: 335px;
	padding: 10px;
	border: 1px solid #e1e1e1;
	margin: 16px; 
	background: #fff;
	-webkit-box-shadow: 2px 0 1px #e1e1e1;
	-moz-box-shadow: 2px 0 1px #e1e1e1;
	box-shadow: 2px 0 1px #e1e1e1;
}
.row-item-col img{
	width: 130px;
	height: 130px;
	float: right;
	position: relative;
	top: -55px;
	right: -20px;
	margin-left: -35px;
}
.row-item-col ul{
	font-family: MyriadPro-Light;
	font-size: 16px;
	color: #333;
	border-top: 1px solid #cacfc1;
	padding-top: 15px;
	padding-left: 15px;
	height: 185px;
	list-style: none inside url("../img/style-list-1.png");
}
.row-item-col ul .special{
	list-style-image: url("../img/style-list-2.png");
}
.row-item-col ul .special span{
	background: #eab516;
}
.tech-servs{
	text-align: center;
	font-size: 14px;
	font-family: MyriadPro-Light;
	color: #333;
}
.black-p{
	font-family: MyriadPro-Bold;
	color: 000px;
	font-size: 18px;
	text-align: left;
}
.blue-p{
	border-top: 1px solid #cacfc1;
	padding: 10px 5px;
	font-family: MyriadPro-Light;
	font-size: 16px;
	color: #284684;
}
.blue-big{
	font-size: 20px;
	font-family: MyriadPro-Bold;
}
.blue-bg{
	width: 260px;
	font-family: MyriadPro-Bold;
	font-size: 12px;
	color: #fff;
	background: #284684;
	padding: 12px 15px;
	margin: -16px 16px 0  16px;
	cursor: pointer;
}
.blue-bg:hover{
	background: #339933;
	cursor: pointer;
}
/*===================== #reanimation ===================*/
#wrap{
	min-width: 480px;
	max-width: 1400px;
	height: auto;
	margin: 10px auto;
}
#wrap .container-fluid{
	padding: 0;
}
.def{
	width: 350px;
	height: 333px;
}
.p-green-first{
	color: #fff;
	margin-top: 50px;
}
.p-green-first span{
	background: #339933;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: .8;
}
.p-white-first{
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}
.first{
	margin-top: 30px;
   margin-left: 30px;
}
.p-green{
	color: #fff;
	position: relative;
	top: 150px;
}
.p-green span{
	background: #339933;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: .8;
}
.p-white{
	color: #000;
	font-size: 18px;
	position: relative;
	top: 130px;
	background: #ccc;
	opacity: .7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #fff;
	display: none;
}
.item-extr-1{
	background: url(../img/item_extr_1-2.jpg) no-repeat;
	background-position: center center;
}
.item-extr-1:hover{
	background: url(../img/item_extr_1-1.jpg) no-repeat;
	background-position: center center;
}
.item-extr-1 .blue-bg{
	width: 260px;
	font-family: MyriadPro-Bold;
	font-size: 12px;
	color: #fff;
	background: #284684;
	padding: 12px 15px;
	margin: 25px 0 0 25px;
	cursor: pointer;
}
.item-extr-1 .blue-bg{
	width: 260px;
	font-family: MyriadPro-Bold;
	font-size: 12px;
	color: #fff;
	background: #284684;
	padding: 12px 15px;
	margin: 25px 0 0 25px;
	cursor: pointer;
}
.item-extr-1 .blue-bg:hover{
	background: #339933;
	cursor: pointer;
}
.item-extr-2{
	background: url(../img/item_extr_2-1.jpg) no-repeat;
	background-position: center center;
}
.item-extr-2:hover{
	background: url(../img/item_extr_2-2.jpg) no-repeat;
	background-position: center center;
}
.item-extr-3{
	background: url(../img/item_extr_3-1.jpg) no-repeat;
	background-position: center center;
}
.item-extr-3:hover{
	background: url(../img/item_extr_3-2.jpg) no-repeat;
	background-position: center center;
}
.item-extr-4{
	background: url(../img/item_extr_4-1.jpg) no-repeat;
	background-position: center center;
}
.item-extr-4:hover{
	background: url(../img/item_extr_4-2.jpg) no-repeat;
	background-position: center center;
}
/*===================== #apparat-repair ===================*/
#apparat-repair{
	padding-top: 30px;
}
#apparat-repair .row-first{
	margin-top: 30px;
}
#apparat-repair .row-second{
	margin: 60px 130px 20px 130px ;
}
#apparat-repair .row-item-col{
	width: 260px;
	height: 335px;
	padding: 10px;
	border: 1px solid #e1e1e1;
	margin: 16px; 
	background: #fff;
	-webkit-box-shadow: 2px 0 1px #e1e1e1;
	-moz-box-shadow: 2px 0 1px #e1e1e1;
	box-shadow: 2px 0 1px #e1e1e1;
}
/*===================== #tarifs ===================*/
.bg-trf{
	max-width: 700px;
	height: 525px;
}
.item-tarif-1{
	background: url(../img/item_tarif_1-1.jpg) no-repeat;
	background-position: center center;
}
.item-tarif-2{
	background: url(../img/item_tarif_2-1.jpg) no-repeat;
	background-position: center center;
}
.p-green-trf{
	font-size: 22px;
	color: #fff;
	margin-top: 30px;
}
.p-green-trf span{
	background: #339933;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: .8;
}
.list-trf{
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
	padding-left: 115px;
	width: 565px;
	height: 185px;
	list-style: none inside url("../img/style-list-1.png");
}
.list-trf li{
	padding-left: 5px;
}
.price-trf{
	background: #339933;
	padding-right: 30px;
	padding-top: 5px;
	margin-left: -15px;
	margin-top: 70px;
	font-size: 18px;
	color: #fff;
	opacity: .7;
	text-align: right;
	width: 405px;
}
.price-trf span{
	font-size: 50px;
	color: #fff;
}
.price-trf i{
	font-size: 40px;
	color: #fff;
}
.btn-trf{
	width: 235px;
	font-size: 16px;
	color: #fff;
	background: #284684;
	padding: 12px 15px;
	margin: 16px 16px 0 155px;
	opacity: .8;
	cursor: pointer;
}
/*===================== #multi-pocket ===================*/
#multi-pocket{
	padding-top: 30px;
}
#multi-pocket .row-first{
	margin-top: 30px;
}
#multi-pocket .row-item-col{
	width: 260px;
	min-height: 411px;
	padding: 10px;
	border: 1px solid #e1e1e1;
	margin: 16px; 
	background: #fff;
	-webkit-box-shadow: 2px 0 1px #e1e1e1;
	-moz-box-shadow: 2px 0 1px #e1e1e1;
	box-shadow: 2px 0 1px #e1e1e1;
}
#multi-pocket .black-p{
	font-family: MyriadPro-Bold;
	color: 000px;
	font-size: 18px;
	text-align: left;
}
#multi-pocket .first-list-pck{
	font-family: MyriadPro-Light;
	font-size: 16px;
	color: #333;
	padding-top: 10px;
	padding-left: 10px;
	width: 235px;
}
#multi-pocket #collapse1 .second-list-pck{
	border: none;
	padding-top: 40px;
   min-height: 185px;
}
#collapse2 .second-list-pck{
	border: none;
	padding-top: 40px;
   min-height: 485px;
}
#collapse3 .second-list-pck{
	border: none;
	padding-top: 40px;
   min-height: 760px;
}
#multi-pocket #collapse4 .second-list-pck{
	border: none;
	padding-top: 40px;
   min-height: 160px;
}
.marker{
	background: #cacfc1;
	color: #333;
	position: relative;
	top: 45px;
}
#multi-pocket .blue-p{
	position: relative;
	top: 20px;
	border-top: 1px solid #cacfc1;
	padding: 10px 5px;
	font-family: MyriadPro-Light;
	font-size: 16px;
	color: #284684;
}
/*===================== #garanty ===================*/

.bg-srv{
	max-width: 233px;
	height: 228px;
}
#garanty .first-col p{
	position: relative;
	margin-right: 70px;
}
#garanty .second-col p{
	position: relative;
	margin-left: 70px;
}
#garanty .row p{
	color: #284684;
	font-family: MyriadPro-Light;
	width: 250px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#garanty .row p i{
	font-size: 36px;
}
.blue-p-srv{
	font-size: 16px;
	float: left;
	position: relative;
	top: 10px;
}
.blue-srv{
	font-size: 46px;
}
.item_services-1{
	background: url(../img/item_services_1-1.jpg) no-repeat;
	background-position: center center;
}
.item_services-2{
	background: url(../img/item_services_2-1.jpg) no-repeat;
	background-position: center center;
}
.item_services-3{
	background: url(../img/item_services_3-1.jpg) no-repeat;
	background-position: center center;
}
.item_services-4{
	background: url(../img/item_services_4-1.jpg) no-repeat;
	background-position: center center;
}
.item_services-5{
	background: url(../img/item_services_5-1.jpg) no-repeat;
	background-position: center center;
}
.item_services-6{
	background: url(../img/item_services_6-1.jpg) no-repeat;
	background-position: center center;
}
.p-green-four{
	font-size: 22px;
	color: #fff;
	margin-top: 10px;
}
.p-green-four span{
	background: #339933;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: .8;
}
.p-green-srv{
	font-size: 22px;
	color: #fff;
	margin-top: 85px;
}
.p-green-srv span{
	background: #339933;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: .8;
}
.p-white-srv{
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
.btn-srv{
	width: 203px;
	font-size: 12px;
	color: #fff;
	background: #284684;
	margin: 5px 0;
	padding: 5px 5px;
	opacity: .8;
	cursor: pointer;
}
/*===================== #discount ===================*/
.p-green-disc{
	font-family: MyriadPro-Light;
	font-size: 14px;
	color: #339933;
}
#discount .form-disc{
	position: relative;
	left: 40px;
}
#discount form input{
	width: 250px;
	height: 50px;
	font-family: MyriadPro-Light;
	font-size: 16px;
	color: #ccc;
	text-align: center;
	margin: 5px;
}
#get-disc{
	width: 250px;
	height: 50px;
	margin: 5px;
	font-size: 22px;
	color: #fff;
	background: #284684;
}
#get-disc:hover{
	width: 250px;
	height: 50px;
	margin: 5px;
	color: #fff;
	background: #339933;
}
/*===================== #simple-solutions ===================*/

.bg-slt{
	max-width: 466px;
	height: 500px;
}
.p-white-slt{
	font-size: 22px;
	color: #fff;
	margin-top: 190px;
}
.number-slt{
	font-size: 46px;
	color: #fff;
	margin-top: 30px;
}
.item_solutions-1{
	background: url(../img/item_solutions_1-1.jpg) no-repeat;
	background-position: center center;
}
.item_solutions-2{
	background: url(../img/item_solutions_2-1.jpg) no-repeat;
	background-position: center center;
}
.item_solutions-3{
	background: url(../img/item_solutions_3-1.jpg) no-repeat;
	background-position: center center;
}
.btn-slt{
	width: 200px;
	font-size: 20px;
	color: #fff;
	background: #284684;
	margin: 30px 115px;
	padding: 5px 5px;
	opacity: .8;
	cursor: pointer;
}
/*===================== #contacts ===================*/
#contacts .row-fluid{
	min-width: 480px;
	max-width: 1400px;
	margin: 10px auto;
}
#contacts .container-fluid{
	padding: 0;
}
#contacts .section-btn{
	margin-left: 445px;
	margin-left: 407px;
}
.conts {
	background: #f8fbf4;
	width: 270px;
	height: 270px;
	position: relative;
	top: 110px;
	left: 200px;
	float: left;
	padding: 10px 5px 10px 20px;
	border-radius: 5px;
	z-index: 1;
}
.conts p{
	text-align: left;
	font-size: 18px;
}
.title{
	color: #888d99;
	border-bottom: 1px solid #888d99;
	margin-bottom: 5px;
}
.text{
	font-size: 16px;
	color: #000;
	padding-top: 5px;
}
/*===================== #footer ===================*/
#footer{
	padding-top: 20px;
}
#footer .nav-call{
	background: #284684;
	color: #fff;
	padding: 5px 25px;
	margin-right: 30px;
}
#footer .nav-call:hover{
	background: #339933;
	cursor: pointer;
}
.confid{
	border-bottom: 1px dashed #000;
	cursor: pointer;
}
.lp-mokselle{
	font-size: 16px;
	color: #888d99;
}
#footer img{
	position: relative;
	top: -55px;
	right: -235px;
}

/*========	callback Popup window	=========*/
#callback{
	background: #f8fbf4;
	width: 324px;
	height: 500px;
	padding: 42px 25px -1px 32px;
}
#callback p{
	text-align: center;
}
#callback .popup_close{
	position: relative;
	top: -20px;
	right: -17px;
	float: right;
	cursor: pointer;
}
.popup_h1{
	font-family: MyriadPro-Bold;
	font-size: 32px;
	color: #000;
}
.popup_h2{
	font-family: MyriadPro-Light;
	font-size: 14px;
	color: #339933;
}
.popup input, textarea{
	font-size: 12pt;
	font-weight: bold;
	color: #083f5d;
	width: 250px;
	height: 50px;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 15px;
}
.popup form span{
	font-size: 14px;
	color: #284684;
}
#btn-clb{
	text-align: center;
	background: #284684;
	margin-top: 20px;
	font-size: 14pt;
	color: #fff;
	width: 250px;
}
#btn-clb:hover{
	background: #339933;
	color: #fff;
}

/*========	question Popup window	=========*/
#question{
	background: #f8fbf4;
	width: 310px;
	height: 600px;
	padding: 42px 25px -1px 32px;
}
#question .popup_close{
	position: relative;
	top: -20px;
	right: -17px;
	float: right;
	cursor: pointer;
}
#btn-qst{
	text-align: center;
	background: #284684;
	margin-top: 20px;
	font-size: 14pt;
	color: #fff;
	width: 250px;
}
#btn-qst:hover{
	background: #339933;
	color: #fff;
}

/*========	request Popup window	=========*/
#request{
	background: #f8fbf4;
	width: 310px;
	height: 500px;
	padding: 42px 25px -1px 32px;
}
#request .popup_close{
	position: relative;
	top: -15px;
	right: -14px;
	float: right;
	cursor: pointer;
}
#request .popup_h1{
	font-family: MyriadPro-Bold;
	font-size: 29px;
	color: #000;
}
#btn-rqs{
	text-align: center;
	background: #284684;
	margin-top: 20px;
	font-size: 14pt;
	color: #fff;
	width: 250px;
}
#btn-rqs:hover{
	background: #339933;
	color: #fff;
}
/*========	thx Popup window	=========*/
#thx{
	background: #f8fbf4;
	width: 310px;
	height: 155px;
	padding: 42px 25px -1px 32px;
}
#thx .popup_h1{
	font-family: MyriadPro-Light;
	font-size: 22px;
	color: #284684
}
#thx .popup_close{
	position: relative;
	top: -20px;
	right: -17px;
	float: right;
	cursor: pointer;
}
/*========	youtube Popup window	=========*/
#youtube{
	background: #f8fbf4;
	width: 620px;
	height: 410px;
	padding: 42px 25px -1px 32px;
}
#youtube .popup_close{
	position: relative;
	top: -20px;
	right: -17px;
	float: right;
	cursor: pointer;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.navbar-right{float:left!important;}
	
	.row-item-col{
		margin: 30px 10px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.p2{
		color: #000;
		font-weight: bold;
		padding: 0 5px;
	}
	.section-center{
		max-width: 585px;
		display: inline-block;
		position: relative;
		top: -215px;
	}
	.row-item-col{
		margin: 30px 10px;
	}
	.bg-trf {
		width: 480px;
		height: 525px;
	}.list-trf {
		font-size: 16px;
		color: #fff;
		padding-top: 10px;
		padding-left: 0px;
		width: 410px;
		height: 185px;
		list-style: none inside url("../img/style-list-1.png");
	}
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.section-center .p1{
		width: 350px;
		font-size: 30px;
		background: #339933;
		opacity: 0.7;
		padding: 1px 3px;
		margin: 3px 0;
	}
	.row-item-col{
		margin: 30px 10px;
	}
	.bg-trf {
		width: 480px;
		height: 525px;
	}
	/* #garanty .first-col p{
		width: 480px;
	}
	#garanty .second-col p{
		width: 480px;
	} */
}