::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

::-moz-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
}/* Firefox 19+ */

:-moz-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
}/* Firefox 18- */

:-ms-input-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

html {
	height: 100%;
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	margin: 0;
	padding: 0;
	color: #6D6D6D;
	font-size: 16px;
	position: relative;
	line-height: 1.6;
	font-family: "pantonregular", sans-serif;
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;

}

.wrapper {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	min-width: 1280px;
	height: auto !important;
	height: 100%;
	padding-bottom: 140px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}

.filterBlur {
	filter: blur(80px);
	-webkit-filter: blur(80px);
	-moz-filter: blur(80px);
	-o-filter: blur(80px);
	-ms-filter: blur(80px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='80')
}
.hidden {
	display: none;
}

.inner-wrapper-layout {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.inner-wrapper-layout:after {
	content: "";
	display: table;
	clear: both;
}

.b-page-content__inner-wrapper {
	width: 1000px;
	padding: 37px 12px 30px;
	margin: 0 auto;
	overflow: hidden;
}

h3 {
	margin-top: 27px;
	margin-bottom: 34px;
	text-align: center;
	color: #1d1d1b;
	font-size: 30px;
	font-weight: 400;
}

.b-page-content__inner-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}
.b-page-content__inner-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.b-page-content {
		position: relative;
}
/*header*/

.b-page-header {
		position: absolute;
		width: 100%;
		height: 100px;
		top: 0;
		left: 0;
		z-index: 100;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
}
.b-page-header_top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.b-logo {
  margin-right: auto;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
	background-color: #fff;
}
.b-logo__image {
	padding-top: 15px;
	padding-bottom: 25px;
}
.b-logo img {
	width: 50%;
	display: block;
	height: auto;
}

/*menu-header*/

.main-menu_left {
	width: 47%;
	height: 100px;
	background-color: #fff;
	left: 0;
	top: 0;
	position: absolute;
	z-index: -1;
}
.main-menu_right {
	width: 1px;
	height: 100px;
	background-color: #fff;
}
.main-menu_right:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: #fff;
}

	.b-menu-top {
		position: relative;
	}

	.b-menu-top:after {
		content: "";
		display: table;
		clear: both;
	}

	.nav.navbar {
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-ms-align-items: center;
		align-items: center;
		line-height: 102px;
	}

	.navbar-item {
		margin: 0;
		padding: 0;
		list-style: none;
		height: 100px;
	}

	.navbar-item__link {
		padding: 0 15px;
		color: #1d1d1b;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		position: relative;
		outline: none;
		text-decoration: none;
		display: block;
		background-color: #fff;
		-webkit-transition: background-color 0.5s ease ;
		-o-transition: background-color 0.5s ease ;
		transition: background-color 0.5s ease ;
	}

	.navbar-item__link:hover {
		background-color: #eee;
	}

	.navbar-item__link_active {
		background-color: transparent;
		color:#fff;
	}

	.navbar-item__link_active:hover {
		background-color: rgba(255,255,255,0.3);
		-webkit-transition: 0.5s ease all;
		-o-transition: 0.5s ease all;
		transition: 0.5s ease all;
	}


	/*slider*/
.b-page-slider {
	position: relative;
}

.b-carousel img {
		width: 100%;
		height: 722px;
		display: block;
}

.prev_button {
	width: 50px;
	height: 50px;
	background: url(../img/icons/carret-left.svg) no-repeat center center;
	display: block;
	position: absolute;
	top: 49%;
	left: 37px;
	z-index: 120;
}

.next_button {
	width: 50px;
	height: 50px;
	background: url(../img/icons/carret-right.svg) no-repeat center center;
	display: block;
	position: absolute;
	top: 49%;
	right: 37px;
	z-index: 120;
}

.next_button:hover {
	cursor: pointer;
}

.prev_button:hover {
	cursor: pointer;
}

.inner-wrapper-layout_slider {
	position: absolute;
	width: 695px;
	z-index: 180;
	top: 44%;
	left: 27%;
	margin: 0 auto;
	padding-top: 11px;
	padding-left: 18px;
	padding-bottom: 14px;
}

.b-slider-title {
	color: #FFF;
	color: white;
	font-family: "pantonbold",sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	text-align:left;
}

.b-contact__order_link {
		display: inline-block;
		background-color: #fff;
		padding: 12px 58px;
		color: #1d1d1b;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		text-decoration: none;
		border-radius: 40px;
}	

.b-contact__order {
		margin-top: 36px;
}

/*b-page-content*/

.b-page-content__main-page {
	padding-top: 10px;
	position: relative;
	padding-bottom: 45px;
	text-align: center;
}

/*=================uslugi==============================*/
.b-services__list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.b-services__item {
	position: relative;
	text-align: center;
	line-height: 18px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}
.b-services__item_proektirovanie:before {
	content: '';
	position: absolute;
	width: 95px;
	height: 95px;
	left: 50%;
	top: 0;
	margin-left: -47px;
	background-image: url("../img/icons/pencel.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.b-services__item_naladka:before {
	content: '';
	position: absolute;
	width: 92px;
	height: 86px;
	left: 50%;
	top: 0;
	margin-left: -43px;
	background-image: url("../img/icons/naladka.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.b-services__item_montage:before {
	content: '';
	position: absolute;
	width: 90px;
	height: 90px;
	left: 50%;
	top: 0;
	margin-left: -45px;
	background-image: url("../img/icons/montage.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

.b-services__item_servise:before {
	content: '';
	position: absolute;
	width: 86px;
	height: 103px;
	left: 50%;
	top: 0;
	margin-left: -51px;
	background-image: url("../img/icons/services.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.b-services__title {
	margin-top: 132px;
	position: relative;
	display: block;
	color: #1d1d1b;
	font-size: 30px;
	font-weight: 400;
}		
.b-services__description {
	display: block;
	position: relative;
	margin-top: 21px;
	padding: 0 23px;
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

.b-services__link {
		display: block;
		width: 135px;
		margin: 0 auto;
		margin-top: 50px;
		padding: 7px 41px;
		border: 2px solid #f7a833;
		border-radius: 30px;
		text-decoration: none;
		color: #f7a833;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		-webkit-transition: all 0.5s ease ;
		-o-transition: all 0.5s ease ;
		transition: all 0.5s ease ;
}

.b-services__link:hover {
	background-color: #f7a833;
	border: 2px solid #f7a833;
	color: #fff;    
}

.b-services__link_left {
		margin: 0;
}

/*=================object==============================*/
.b-object-main {
	width: 100%;
	padding-top: 45px;
	padding-bottom: 63px;
	background-image: url("../img/object-main_bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	overflow: hidden;
}
.b-object-main__title {
	margin: 0;
	color: #fff;
	font-family: 'pantonsemibold';
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}
.b-object-main__subtitle {
		width: 100%;
		margin-bottom: 44px;
		display: block;
		color: #999;
		font-size: 16px;
		font-weight: 400;
		text-align: center;
}
.b-object-main__link {
	background-color: #fff;
	border: 1px solid #fff;
	padding: 12px 35px;
	color: #1d1d1b;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 40px;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.b-object-main__link:hover {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}

/*=================services-second==============================*/

.b-services_second {
	padding-top: 48px;
	padding-bottom: 60px;
}

.b-services__item_second {
	position: relative;
	text-align: center;
	line-height: 18px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}

.b-services__item_parthners:before {
	content: '';
	position: absolute;
	width: 150px;
	height: 115px;
	margin-left: -75px;
	top: 0;
	left: 50%;
	background-image: url("../img/icons/partners.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.b-services__item_aqwipment:before {
	content: '';
	position: absolute;
	width: 150px;
	height: 115px;
	top: 0;
	left: 50%;
	margin-left: -75px;
	background-image: url("../img/icons/barometr.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.b-services__item_documentation:before {
	content: '';
	position: absolute;
	width: 150px;
	height: 115px;
	top: 0;
	left: 50%;
	margin-left: -75px;
	background-image: url("../img/icons/book.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.b-services__item_parthners, 
.b-services__item_aqwipment,
.b-services__item_documentation {
	padding: 143px 60px 0 60px;
}
.b-services__title__second {
		margin-top: 15px;
}

.b-services__link_second {
	width: 147px;
	display: block;
	margin: 0 auto;
	margin-top: 16px;
	padding: 7px 0;
	border: 2px solid #f7a833;
	border-radius: 30px;
	text-decoration: none;
	color: #f7a833;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.b-services__link_second:hover {
	background-color: #f7a833;
	border: 2px solid #f7a833;
	color: #fff;    
}

/*=================contact==============================*/
.contact {
	background-color: #f3f3f3;
}

.contact__footer {
	background-color: transparent;
}
.contact__brick {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
		 -moz-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			 -o-flex-wrap: nowrap;
					flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
					justify-content: flex-end;    
}
.contact__phone {
	width: 50%;
	position: relative;
	padding-right: 100px;
	padding-top: 41px;
	padding-bottom: 44px;
	background-image: url("../img/icons/phone.svg");
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
 -webkit-box-sizing: border-box;
				 box-sizing: border-box;
}
.contact__phone_footer {
	width: 759px;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 272px;
	padding-bottom: 80px;
	background-image: url("../img/icons/phone__contact.svg");
	background-position: 11px 49px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact__phone_footer:after {
	display: none;
}
.contact__phone:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
}
.contact__adress {
	width: 50%;
	position: relative;
	padding-top: 41px;
	padding-left: 118px;
	background-image: url("../img/icons/address.svg");
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-box-sizing: border-box;
				 box-sizing: border-box;
}
.contact__adress:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
}

.contact__adress_footer {
		width: 759px;
		margin: 0 auto;
		position: relative;
		padding-top: 63px;
		padding-left: 272px;
		background-image: url("../img/icons/adress_contact.svg");
		background-repeat: no-repeat;
		background-position: left 63px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		padding-bottom: 10px;
}
.contact__adress_footer:nth-child(2) {
		background-image: none;
		padding-top: 0;
		padding-bottom: 17px;
}
.contact__adress_footer:before {
	display: none;
}
.contact__title {
	display: block;
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

.contact__phone_title {
	padding-top: 30px;
}

.contact__number {
	display: block;
	color: black;
	font-size: 30px;
	font-weight: 400;
}

.contact__number_footer {
	font-size: 50px;
	font-weight: 400;
}

.contact__adress-text {
	display: block;
	width: 70%;
	font-weight: 400;
	color: black;
	font-size: 20px;
}

.contact__adress-text_footer {
	width: 100%;  
	line-height: 37px;
	font-size: 30px;
	font-weight: 400;
	padding-top: 8px;
}

.contact__link {
	font-weight: 400;
	color: #f7a833;
	font-size: 16px;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.contact__link:hover {
	text-decoration: none;
}

.contact-order__link {
	display: inline-block;
	margin: 0 auto;
	margin-top: 5px;
	padding: 7px 20px;
	border: 2px solid #f7a833;
	border-radius: 30px;
	text-decoration: none;
	color: #f7a833;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.contact-order__link:hover {
	background-color: #f7a833;
	border: 2px solid #f7a833;
	color: #fff;   
}

.contact__list {
		list-style-type: none;
		padding: 0;
		padding-bottom: 30px;
		line-height: 23px;
		border-bottom: 1px solid #eee;
}

.contact__adress_footer:nth-child(2) .contact__list {
	border-bottom: none;
}

/*========================Google Map========================*/

#map-canvas {
	width: 100%;
	height: 536px;
}
.gm-style-cc {
		display: none;
}
.gm-style-mtc {
		display: none;
}

/*=================footer==============================*/

.b-page-footer {
	background: #fff;
	height: 140px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}

.b-footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;    
	padding-top: 57px;
}

.b-footer__social {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;   
	padding-left: 28px; 
}

.b-footer__link {
	width: 24px;
	height: 24px;
	margin: 0 4px;
}
.b-footer__link_vk {
	background-image: url("../img/icons/icon_vk.svg");	
	background-repeat: no-repeat;
	background-position: center center;
}
.b-footer__link_fb {
	background-image: url("../img/icons/icon_facebook.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.b-footer__link_in {
	background-image: url("../img/icons/icon_instagram.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

.b-footer__copyright {
		position: relative;
		padding-left: 36px;
		color: #999;
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
}
.b-footer__copyright:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 26px;
		height: 26px;
		background-image: url("../img/icons/copyright.svg");
		background-repeat: no-repeat;
		background-position: center center;
}
.b-contact__developers {
	position: relative;
	padding-right: 56px;
}
.b-contact__developers-link:after {
	content: '';
	position: absolute;
	top: 2px;
	right: 0;
	width: 46px;
	height: 26px;
	background-image: url("../img/icons/logo_studio.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.b-contact__developers-link {
	display: block;
	position: relative;
	width: 109px;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-decoration: none;
	padding-right: 66px;
}

/*=================forma==============================*/

.popUp-buy {
	width: 44%;
	text-align: center;
	margin: 0 auto;
	padding: 15px;
	margin-top: 50px;
}

.popUp-buy:after {
	content: "";
	display: table;
	clear: both;
}

textarea {
	resize: none;
}

.call_us__title {
	color: white;
	font-family: 'pantonsemibold';
	font-size: 30px;
	font-weight: 600;
	margin: 0;
}

.call_us__text {
	text-align: center;
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

.form-control {
		position: relative;
		width: 82%;
		background-color: transparent;
		border: 1px solid transparent;
		border-bottom: 1px solid #fff;
		outline: none;
		color: #999;
		font-size: 16px;
		font-weight: 400;
		padding: 15px 15px;
		text-align: center;
}

/* Firefox Only */
@-moz-document url-prefix() {
	.b-form-col-left {
		margin-right: 4px;
	}
}

#message {
	margin-bottom: 15px;
	outline: none;
	line-height: 24px;
}

.form-group {
		width: 70%;
		margin: 0 auto;
		position: relative;
}

.form-group__lastname:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	top: 12px;
	left: 15px;
	background-image: url('../img/icons/icon_name.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.form-group__phone:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	top: 12px;
	left: 15px;
	background-image: url('../img/icons/icon_phone.png');
	background-repeat: no-repeat;
	background-position: center center;
}

/*=================partners page==============================*/

.b-dillers {
	background-image: url("../img/partners_bg.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding-bottom: 65px;
}

.b-dillers__carusel {
	width: 960px;
	margin: 0 auto;
	padding-top: 191px;   
}

.b-dillers h1 {
		width: 796px;
		margin: 64px auto 0 auto;
		line-height: 34px;
		color:#fff;
		font-family: 'pantonsemibold';
		font-size: 30px;
		font-weight: 600;
}

.b-dillers p {
		width: 796px;
		margin: 36px auto 0 auto;
		color:#fff;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
}

.b-page-content__col-left {
	position: relative;
	float: left;
	width: 390px;	
}
.b-page-content__col-right {
	position: relative;
	float: right;
	width: 580px;	
}

.b-page-content__brick-text {
	margin-bottom: 50px;
}

.b-page-content__brick-text ul li {
	margin-bottom: 15px;
}

.diler__list {
	margin: 0;
	padding: 0;
	padding-top: 36px;
	padding-left: 58px;
	padding-right: 15px;
	list-style-type: none;
	background-color: #f3f3f3;
}

.diler__list li.diler__item {
	position: relative;
	padding-left: 117px;
	padding-top: 18px;
	padding-bottom: 53px;
	margin-bottom: 25px;
	border-bottom: 1px solid #fff;
}

.diler__item a {
	color: #1d1d1b;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
} 

.diler__item_present:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 86px;
	height: 79px;
	background-image: url("../img/icons/icon_present.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.diler__item_otchet:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 86px;
	height: 79px;
	background-image: url("../img/icons/icon_otchet.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.diler__item_predlogenie:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 86px;
	height: 79px;
	background-image: url("../img/icons/icon_kp.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

.b-page-content h2 {
	position: relative;
	margin-top: -3px;
	margin-bottom: 34px;
	line-height: 34px;
	color: #1d1d1b;
	font-size: 30px;
	font-weight: 400;
}

.b-page-content p {
	color: #999;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.b-page-content ul li {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;	
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
	margin-bottom: 15px;
}

.b-dillers__order {
	display: inline-block;
	background-color: #fff;
	padding: 9px 35px;
	color: #1d1d1b;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 40px;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.b-dillers__order:hover {
	background-color: transparent;
	color: #fff;  
}

/*=================services page==============================*/

.b-services {
	background-image: url("../img/services_bg.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding-top: 139px;
	padding-bottom: 65px;
}

.b-services h1 {
		width: 796px;
		margin: 64px auto 0 auto;
		line-height: 34px;
		color: #fff;
		font-family: 'pantonsemibold';
		font-size: 30px;
		font-weight: 600;
}

.b-services p {
		width: 796px;
		margin: 36px auto 0 auto;
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
}

.tab-container {
		padding: 0 86px;
}

.etabs {
	margin: 0;
	padding: 0 60px;
	padding-top: 13px; 
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
		 -moz-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			 -o-flex-wrap: nowrap;
					flex-wrap: nowrap;
	-webkit-justify-content: space-around;
					justify-content: space-around;  	
}

.team-tabs__tab {
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.team__link {
	display: block;
	position: relative;
	padding: 0 34px;
	padding-top: 111px;
	padding-bottom: 40px;
	text-decoration: none;
	opacity: 0.5;
	color: #fff;
	font-family: 'pantonsemibold';
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.team__link:hover {
	color: #fff; 
	opacity: 1; 
	-webkit-box-shadow: 0 5px #fff;
					box-shadow: 0 5px #fff;  
}

.team__link.active {
	color: #fff;
	opacity: 1;
	font-family: 'pantonsemibold';
	font-size: 16px;
	font-weight: 600;	
}

.team-tabs__tab.active {
	-webkit-box-shadow: 0 5px #fff;
					box-shadow: 0 5px #fff;
}

.team-tabs__tab_proect:before {
	content: ' ';
	position: absolute;
	width: 93px;
	height: 93px;
	top: 0;
	left: 50%;
	margin-left: -47px;
	background-image: url("../img/icons/icon_proectirovanie.svg");
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.team-tabs__tab_proect:hover:before,
.team-tabs__tab_proect.active:before {
	content: ' ';
	position: absolute;
	width: 93px;
	height: 93px;
	top: 0;
	left: 50%;
	margin-left: -47px;
	background-image: url("../img/icons/icon_proectirovanie_hr.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.team-tabs__tab_naladka:before {
	content: ' ';
	position: absolute;
	width: 78px;
	height: 95px;
	top: 0;
	left: 50%;
	margin-left: -39px;
	background-image: url("../img/icons/icon_naladka.svg");
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.team-tabs__tab_naladka:hover:before,
.team-tabs__tab_naladka.active:before {
	content: ' ';
	position: absolute;
	width: 78px;
	height: 95px;
	top: 0;
	left: 50%;
	margin-left: -39px;
	background-image: url("../img/icons/icon_naladka_hr.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.team-tabs__tab_montage:before {
	content: ' ';
	position: absolute;
	width: 84px;
	height: 84px;
	top: 0;
	left: 50%;
	margin-left: -42px;
	background-image: url("../img/icons/icon_montage.svg");
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.team-tabs__tab_montage:hover:before,
.team-tabs__tab_montage.active:before {
	content: ' ';
	position: absolute;
	width: 84px;
	height: 84px;
	top: 0;
	left: 50%;
	margin-left: -42px;
	background-image: url("../img/icons/icon_montage_hr.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.team-tabs__tab_service:before {
	content: ' ';
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0;
	left: 50%;
	margin-left: -45px;
	background-image: url("../img/icons/icon_service.svg");
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.team-tabs__tab_service:hover:before,
.team-tabs__tab_service.active:before {
	content: ' ';
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0;
	left: 50%;
	margin-left: -45px;
	background-image: url("../img/icons/icon_service_hr.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

/*=================oborudovanie page==============================*/

.b-oborudovanie {
	background-image: url("../img/oborudovanie_bg.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding-top: 139px;
	padding-bottom: 74px;
}

.b-oborudovanie h1 {
		width: 796px;
		margin: 64px auto 0 auto;
		line-height: 34px;
		color: #fff;
		font-family: 'pantonsemibold';
		font-size: 30px;
		font-weight: 600;
}

.b-oborudovanie p {
		width: 796px;
		margin: 36px auto 0 auto;
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
}

.oborudovanie__order {
	display: inline-block;
	border: 1px solid #fff;
	padding: 7px 49px;
	margin-left: 10px;
	margin-bottom: 15px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 40px;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.oborudovanie__order:hover {
	background-color: #fff;  
	color: #000;  
}

.oborudovanie__link {
	display: block;
	position: relative;
	padding: 0 34px;
	padding-top: 111px;
	padding-bottom: 40px;
	text-decoration: none;
	color: #fff;
	font-family: 'pantonsemibold';
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.oborudovanie__link:hover {
	color: #fff;
	opacity: 1;
	-webkit-box-shadow: 0 5px #fff;
	box-shadow: 0 5px #fff;
}


.oborudovanie__link_otoplenie:before {
	content: ' ';
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 50%;
	margin-left: -50px;
	background-image: url("../img/icons/icon__otoplenie.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_otoplenie:hover:before,
.oborudovanie__link_otoplenie.active:before {
	content: ' ';
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 50%;
	margin-left: -50px;
	background-image: url("../img/icons/icon__otoplenie.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_voda:before {
	content: ' ';
	position: absolute;
	width: 100px;
	height: 92px;
	top: 0;
	left: 50%;
	margin-left: -50px;
	background-image: url("../img/icons/icon__voda.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_voda:hover:before,
.oborudovanie__link_voda.active:before {
	content: ' ';
	position: absolute;
	width: 100px;
	height: 92px;
	top: 0;
	left: 50%;
	margin-left: -50px;
	background-image: url("../img/icons/icon__voda.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_vetka:before {
	content: ' ';
	position: absolute;
	width: 84px;
	height: 84px;
	top: 0;
	left: 50%;
	margin-left: -42px;
	background-image: url("../img/icons/icon__vetka.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_vetka:hover:before,
.oborudovanie__link_vetka.active:before {
	content: ' ';
	position: absolute;
	width: 93px;
	height: 93px;
	top: 0;
	left: 50%;
	margin-left: -47px;
	background-image: url("../img/icons/icon__vetka.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_holod:before {
	content: ' ';
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0;
	left: 50%;
	margin-left: -45px;
	background-image: url("../img/icons/icon__holod.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_holod:hover:before,
.oborudovanie__link_holod.active:before {
	content: ' ';
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0;
	left: 50%;
	margin-left: -45px;
	background-image: url("../img/icons/icon__holod.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_fire:before {
	content: ' ';
	position: absolute;
	width: 50px;
	height: 100px;
	top: 0;
	left: 50%;
	margin-left: -25px;
	background-image: url("../img/icons/icon__fire.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_fire:hover:before,
.oborudovanie__link_fire.active:before {
	content: ' ';
	position: absolute;
	width: 50px;
	height: 100px;
	top: 0;
	left: 50%;
	margin-left: -25px;
	background-image: url("../img/icons/icon__fire.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie-button__order {
	margin-top: 102px;
}

.oborudovanie__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		 -moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			 -o-flex-wrap: wrap;
					flex-wrap: wrap;
	-webkit-justify-content: space-around;
					justify-content: space-around;  
	-webkit-align-items: flex-start;
					align-items: flex-start;
}

.oborudovanie__item img {
	width: 145px;
	height: 145px;
	margin: 0 auto;
}

.oborudovanie__item a {
	text-decoration: none;
}

.oborudovanie__item {
	width: 25%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 35px;
}

.oborudovanie__item:hover {
	background-color: #f3f3f3;
}

.oborudovanie-goods {
		padding-bottom: 30px;
}

#bx-pager {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
		 -moz-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			 -o-flex-wrap: nowrap;
					flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
					justify-content: flex-start; 	 
}

#bx-pager a {
	width: 88px;
	height: 88px;
	display: block;
	margin: 10px 5px 10px 5px; 
}

.b-oborudovanie-order__link {
		display: block;
		width: 145px;
		margin: 0 auto;
		margin-top: 41px;
		padding: 7px 41px;
		border: 2px solid #f7a833;
		border-radius: 30px;
		text-decoration: none;
		color: #f7a833;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;	
		-webkit-transition: all 0.5s ease ;
		-o-transition: all 0.5s ease ;
		transition: all 0.5s ease ;
}

.b-oborudovanie-order__link:hover {
		background-color: #f7a833;    
		color: #fff;    
}

.oborudovanie-contact__title {
		margin-top: 10px;
}

.oborudovanie-product__title h2 {
		margin: 7px 0;
}

.product__tth {
	width: 565px;
	margin: 40px 0;
}

.product__tth tr {
	border-top: 1px solid #f3f3f3;
}

.product__tth tr:last-child {
	border-bottom: 1px solid #f3f3f3;
}

.product__tth td {
	padding: 10px 0;
}

.product__tth tr td:first-child {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

.product__tth tr td:last-child {
	color: #e95347;
	font-size: 16px;
	font-weight: 400;
}

.b-page-content__inner-wrapper_border {
	border-bottom: 1px solid #f3f3f3;
}

.b-page-content__inner-wrapper_border:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 40px;
	top: 71px;
	left: 9%;
	background-image: url("../img/icons/next-page__arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.b-page-content__inner-wrapper_border:hover:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 40px;
	top: 71px;
	left: 9%;
	background-image: url("../img/icons/next-page__arrow_hr.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
}

.product__menu-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		 -moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			 -o-flex-wrap: wrap;
					flex-wrap: wrap;
	-webkit-justify-content: center;
					justify-content: center;  
}

.product__menu-item {
		width: 35%;
		text-align: left;
}

.product__menu-link {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.product__menu-link_active {
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #1d1d1b;
	border-radius: 14px;
	padding: 5px 20px;
}

.product__menu-link:hover {
	color: #f7a833;
}

.sort-filter {
	margin: ;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
		 -moz-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			 -o-flex-wrap: nowrap;
					flex-wrap: nowrap;
	-webkit-justify-content: center;
					justify-content: center;  
}
.sort-item {

}
.sort-link {
	text-decoration: none;
	margin: 0 12px; 
	padding: 3px 40px;
	color:#f7a833;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	text-decoration: none;
	border: 2px solid #f7a833;
	border-radius: 14px;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.sort-link:hover,
.sort-link_active {
	padding: 3px 40px;
	color:#fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	text-decoration: none;
	background-color: #f7a833;
	border: 2px solid #f7a833;
	border-radius: 14px;
}

.product__list {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
	list-style-type: none;
	background-color: #f3f3f3;
}

.product__list li.product__item_otchet {
	padding-left: 117px;
	padding-top: 18px;
	padding-bottom: 38px;
	margin-bottom: 0;
	border-bottom: 1px solid transparent;
}

/*================news page============================*/

.b-news {
	background-image: url("../img/news_bg.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding-top: 139px;
	padding-bottom: 74px;
}

.b-news h1 {
		width: 796px;
		margin: 64px auto 0 auto;
		line-height: 34px;
		color: #fff;
		font-family: 'pantonsemibold';
		font-size: 30px;
		font-weight: 600;
}

.news__order {
	background-color: transparent;
	width: 191px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	border-radius: 40px;
	border: 1px solid #fff;
	line-height: 28px;
	margin-bottom: 14px;
	margin-right: 20px;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.news__order:hover,
.news__order_active {
	background-color: #fff;
	color: #1d1d1b;	
}

.b-news p {
		width: 796px;
		margin: 36px auto 0 auto;
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
}

.news-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.news-item {
	position: relative;
	border-bottom: 1px solid #eee;
}

.news-item:after {
	content: '';
	display: table;
	clear: both;
}

.news-item p {
	padding: 0;
	margin: 0;
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

.news-link {
	display: block;
	position: relative;
	float: left;
	margin-right: 45px;
	overflow: hidden;	
	text-decoration: none;
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}

.news-link:hover .news-title {
	text-decoration: underline;
}

.news-link img {
	width: 90px;
	height: 91px;
	float: left;
	margin-right: 43px;
	margin-bottom: 45px;
}

.news-link:after {
	content: '';
	display: table;
	clear: both;
}

.news-date {
	display: block;
	margin-top: -6px;
	color: #999;
	font-size: 12px;
	font-weight: 400;
}

.news-date__text {
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 16px;
}

.news-title {
	margin-top: 1px;
	margin-bottom: 13px;
	color: #1d1d1b;
	font-size: 20px;
	font-weight: 400;
}

.team-tabs__tab_news:before {
	content: ' ';
	position: absolute;
	width: 109px;
	height: 84px;
	top: 0;
	left: 50%;
	margin-left: -54px;
	background-image: url("../img/icons/icon-news.svg");
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.team-tabs__tab_news:hover:before,
.team-tabs__tab_news.active:before {
	content: ' ';
	position: absolute;
	width: 109px;
	height: 84px;
	top: 0;
	left: 50%;
	margin-left: -54px;
	background-image: url("../img/icons/icon-news_hr.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.team-tabs__tab_static:before {
	content: ' ';
	position: absolute;
	width: 125px;
	height: 84px;
	top: 0;
	left: 50%;
	margin-left: -62px;
	background-image: url("../img/icons/icon-static.svg");
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.team-tabs__tab_static:hover:before,
.team-tabs__tab_static.active:before {
	content: ' ';
	position: absolute;
	width: 125px;
	height: 84px;
	top: 0;
	left: 50%;
	margin-left: -62px;
	background-image: url("../img/icons/icon-static_hr.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.team-tabs__tab_history:before {
	content: ' ';
	position: absolute;
	width: 90px;
	height: 86px;
	top: 0;
	left: 50%;
	margin-left: -45px;
	background-image: url("../img/icons/icon-history.svg");
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.team-tabs__tab_history:hover:before,
.team-tabs__tab_history.active:before {
	content: ' ';
	position: absolute;
	width: 90px;
	height: 86px;
	top: 0;
	left: 50%;
	margin-left: -45px;
	background-image: url("../img/icons/icon-history_hr.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.news__zoom {
		margin-top: 35px;
}

.b-range-controls {
		position: relative;
		overflow: hidden;
		width: 66%;
		height: 41px;
		margin: 0 auto;
}

.b-range-controls__scale {
		height: 1px;
		margin-top: 12px;
		background-color: rgba(255,255,255,.25);
}

.b-range-controls__scale_bar {
	height: 1px;
	background-color: #fff;
}

.b-range-controls__toggle {
	position: absolute;
	top: 4px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.b-range-controls__toggle:hover {
	background-color: #f7a833;
	cursor:pointer;   
}

.toggle-min {
		left: 14%;
}

.toggle-max {
		right: 46%;
}

.b-price-controls {
		color:#fff;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 32px;
}

.b-price-controls__min-price, .b-price-controls__max-price {
		width: 84px;
		display: inline-block;
		text-align: center;
		padding: 5px 5px;
		font-size: 16px;
		font-weight: 400;
		line-height: 32px;
		color:#fff;
		border: none;
		background-color: transparent;
		border: 1px solid transparent;
		outline: none;
}

.last-news__title {
	margin-top: 0;
	padding: 5px 30px;
	color: #1d1d1b;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

/*================object page============================*/

.button__more-brick {
	margin: 11px 0;
}

.button__more {
	display: inline-block;
	background-color: #fff;
	padding: 9px 60px;
	color: #1d1d1b;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 40px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button__more:hover {
		background-color: transparent;
		color: #fff;
}

.b-object {
	background-image: url("../img/object_bg.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding-top: 139px;
	padding-bottom: 74px;
}

.object__description {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
		 -moz-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			 -o-flex-wrap: nowrap;
					flex-wrap: nowrap;
	-webkit-justify-content: center;
					justify-content: center; 
	-webkit-align-items: center;
					align-items: center; 
	margin-top: 64px; 
}

.object__description h1 {
	margin: 0;
	padding: 0 15px; 
	color: white;
	font-family: 'pantonbold';
	font-size: 184px;
	font-weight: 700;
	line-height: 186px;
	text-transform: uppercase;
}

.object__description p {
	margin: 0;
	padding: 0 15px;
	width: 370px;
	text-align: left;
	color: white;
	font-family: 'pantonbold';
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
}

.oborudovanie__link_gkh:before {
	content: ' ';
	position: absolute;
	width: 87px;
	height: 99px;
	top: 0;
	left: 50%;
	margin-left: -44px;
	background-image: url("../img/icons/icon-gkh.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_gkh:hover:before,
.oborudovanie__link_gkh.active:before {
	content: ' ';
	position: absolute;
	width: 87px;
	height: 99px;
	top: 0;
	left: 50%;
	margin-left: -44px;
	background-image: url("../img/icons/icon-gkh.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_comercial:before {
	content: ' ';
	position: absolute;
	width: 95px;
	height: 85px;
	top: 0;
	left: 50%;
	margin-left: -47px;
	background-image: url("../img/icons/icon-kom.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_comercial:hover:before,
.oborudovanie__link_comercial.active:before {
	content: ' ';
	position: absolute;
	width: 95px;
	height: 85px;
	top: 0;
	left: 50%;
	margin-left: -47px;
	background-image: url("../img/icons/icon-kom.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_social:before {
	content: ' ';
	position: absolute;
	width: 100px;
	height: 96px;
	top: 0;
	left: 50%;
	margin-left: -50px;
	background-image: url("../img/icons/icon-social.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_social:hover:before,
.oborudovanie__link_social.active:before {
	content: ' ';
	position: absolute;
	width: 100px;
	height: 96px;
	top: 0;
	left: 50%;
	margin-left: -50px;
	background-image: url("../img/icons/icon-social.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_fabrica:before {
	content: ' ';
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 50%;
	margin-left: -50px;
	background-image: url("../img/icons/icon-fabrica.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.oborudovanie__link_fabrica:hover:before,
.oborudovanie__link_fabrica.active:before {
	content: ' ';
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 50%;
	margin-left: -50px;
	background-image: url("../img/icons/icon-fabrica.svg");
	background-repeat: no-repeat;
	background-position: center top;
}

.object__brick {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			-o-flex-wrap: wrap;
					flex-wrap: wrap;
	-webkit-justify-content: space-between;
					justify-content: space-between;
	margin-top: 31px;
}

.b-object__link {
	margin: 29px auto;
}

.object__link {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

.object__link:hover {
	background-color: rgba(233,83,71,.9);
	-webkit-background-size: 100% 291px;
	background-size: 100% 291px;
}

.object-img__bg {
	display: block;
	background-color: transparent;
	-webkit-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.object__link img {
	position: relative;
	z-index: -1;
}

.object__link:hover .object-img__bg {
	background-color: rgba(233,83,71,.9);
	-webkit-background-size: 100% 291px;
	background-size: 100% 291px;
}

.object__wrapper {
	position: relative;
}

.object__block-title {
	position: absolute;
	top: 0;
	left: 30px;
	width: 230px;
	color: white;
	font-family: 'pantonsemibold';
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	text-transform: uppercase;
}

.object__block-button-more {
	position: absolute;
	bottom: 28px;
	left: 30px;
	display: inline-block;
	opacity:0;
	background-color: #fff;
	padding: 9px 60px;
	color: #1d1d1b;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 40px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.object__block-button-more:hover {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
}

.mfp-figure img.mfp-img {
	display: none;
}

.mfp-figure .mfp-title img.mfp-img {
	display: block;
}

.popup__title {
	text-align: center;
	color: white;
	font-family: 'pantonsemibold';
	font-size: 30px;
	font-weight: 600;
}

.popup__description {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	color: #999;
	font-size: 16px;
	font-weight: 400;
}
.popup__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
		 -moz-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			 -o-flex-wrap: nowrap;
					flex-wrap: nowrap;
	-webkit-justify-content: center;
					justify-content: center;  
	margin-top: 70px; 
}

.object__digital {
	display: block;
	padding: 0 15px;
	color: white;
	font-family: 'pantonthin';
	font-size: 100px;
	font-weight: 100;
}

.object__digital i {
	color: white;
	font-family: 'pantonthin';
	font-size: 50px;
	font-weight: 100;
	line-height: 50px;
	font-style: normal;
}

.object__subdiscription {
		display: block;
		color: #999;
		font-size: 16px;
		font-weight: 400;
		line-height: 50px;
}

/*================main page============================*/

.b-tabs-page {
	position: relative;
}

.b-tabs-page{
	background: #585858;
	text-align: center;
}

.b-tabs {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	position: relative;
	padding-left: 49px;
	padding-right: 30px;
	z-index: 20;
	overflow: hidden;
}

.b-tabs:before {
	content: "";
	top: 1px;
	left: -7px;
	width: 62px;
	height: 58px;
	position: absolute;
	background: url(../img/icons/palochki-tabs.png) no-repeat center center;
	z-index: 20;
}

.owl-item .item {
	position: relative;
	color: #FFF;
	font-family: "GothamProBlack";
	font-size: 17px;
	font-weight: 900;
	width: 93%;
	height: 233px;
	line-height: 23px;
}

.b-tabs-image__bg_text {
	text-align: center;
	display: block;
}

.b-tabs-image__bg {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	height: 100%;
	background-color: rgba(0,0,0,.55);
	background-image: -moz-radial-gradient(bottom, rgba(255, 255, 255, 0.27) 0%, rgba(0, 0, 0, 0.27) 100%);
	background-image: -o-radial-gradient(bottom, rgba(255, 255, 255, 0.27) 0%, rgba(0, 0, 0, 0.27) 100%);
	background-image: -webkit-radial-gradient(bottom, rgba(255, 255, 255, 0.27) 0%, rgba(0, 0, 0, 0.27) 100%);
	background-image: radial-gradient(to top, rgba(255, 255, 255, 0.27) 0%, rgba(0, 0, 0, 0.27) 100%);
	opacity: 0;
	-webkit-transition: all .4s;
		 -moz-transition: all .4s;
			-ms-transition: all .4s;
			 -o-transition: all .4s;
					transition: all .4s;
	padding-top: 62px;
}

.b-tabs-image__bg_link {
	background: #FE5C00;
	color: #FFF;
	display: inline-block;
	position: relative;
	margin-top: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "GothamProMedium";
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	padding: 7px 33px 8px 33px;
	border-radius: 3px;
}

.item:hover .b-tabs-image__bg {
	opacity: 1;
}

.b-tabs:after {
	content: "";
	top: 1px;
	right: -9px;
	width: 62px;
	height: 58px;
	position: absolute;
	background: url(../img/icons/palochki-tabs_right.png) no-repeat center center;
}

.b-tabs__item {
	vertical-align: top;
	list-style-type: none;
	display: inline;
	width: 18%;
	font-size:13px;
	line-height:normal;
	letter-spacing:normal;
	zoom:1;
	padding-top: 17px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	background: #303030;
	position: relative;
	float: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
		/* Safari and Chrome, if Chrome rule needed */
		.b-tabs__item {
			width: 18%;
			padding-left: 10px;
			padding-right: 10px;
		}
		/* Safari 5+ ONLY */
		::i-block-chrome, .b-tabs__item {
			width: 19%;
			padding-left: 5px;
			padding-right: 5px;
		}
}

.b-tabs__item__link.active {
	color: #FC5D00;
}

.tab-content {
	margin-top: 30px;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 30px;
}

.owl-prev {
	background: url(../img/icons/srelka1.svg) no-repeat center center;
	width: 103px;
	height: 43px;
}

.owl-next {
	background: url(../img/icons/strelk2.svg) no-repeat center center;
	width: 79px;
	height: 43px;
	margin-left: -22px;
}

.b-tabs__bg {
	position: absolute;
	top: 0;
	left: 0;
	background: #454545;
	width: 100%;
	height: 59px;
	z-index: 10;
}

.b-tabs__item:after {
	content: "";
	top: -4px;
	right: 0px;
	width: 1px;
	height: 67px;
	position: absolute;
	background: #505050;
	-webkit-transform: rotate(30deg);
		 -moz-transform: rotate(30deg);
			-ms-transform: rotate(30deg);
			 -o-transform: rotate(30deg);
					transform: rotate(30deg);
	z-index: 20;

}

.b-tabs .b-tabs__item:last-child:after {
 display: none;
}

.b-tabs__item__link {
	color: #FFF;
	font-family: "GothamProBlack";
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}

/*====================usluga============================*/

#inner-page_usluga .wrapper {
	background: #585858;
}

.b-content-title_usluga {
	color: #FFF;
	font-family: "GothamProMedium";
	font-size: 33px;
	font-weight: 500;
	line-height: 36px;
}

.b-content-title_usluga:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 24px;
	height: 25px;
	background: url(../img/icons/palochki.svg) no-repeat center center;
}

.b-usluga-content {
	margin-top: 10px;
	padding-top: 32px;
	position: relative;
	margin-bottom: 35px;
}

.b-usluga-content img {
	float: left;
	margin-right: 25px;
}

.b-usluga-content:after {
	content: "";
	display: table;
	clear: both;
}

.b-usluga-content p {
	color: #B5B5B5;
	font-size: 25px;
	font-weight: 300;
	font-family: "GothamProLight";
	line-height: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 22px;
}

.b-usluga-content__link {
	color: #fff;
	font-family: "GothamProMedium";
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
	border: 2px solid #b2b2b2;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 13px 26px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	text-transform: uppercase;
	margin-top: 16px;
	display: inline-block;
}

#owl-demo25 .owl-pagination {
	text-align: center;
	color: #fff;
	font-family: "GothamProBlack";
	font-size: 23px;
	font-weight: 900;
	text-decoration: none;
	margin-top: 36px;
}

#owl-demo25 .owl-page {
	padding-right: 14px;
	padding-left: 8px;
	position: relative;
}

#owl-demo25 .owl-page:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	width: 3px;
	height: 21px;
	background: #fff;
}

.owl-controls {
	position: relative;
}

#owl-demo25 .owl-prev {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
	left: 0;
	background: url(../img/icons/pagination-prev.png) no-repeat center center;
}

#owl-demo25 .owl-prev:hover {
	left: 0;
	background: url(../img/icons/pagination-prev_hr.png) no-repeat center center;
}

#owl-demo25 .owl-next {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
	right: 0;
	background: url(../img/icons/pagination-next.png) no-repeat center center;
}

#owl-demo25 .owl-next:hover {
	right: 0;
	background: url(../img/icons/pagination-next_hr.png) no-repeat center center;
}

.b-usluga-content__link:hover {
	color: #585858;
	text-decoration: none;
	border: 1px solid #fff;
	background: #FFF;
}

.b-pagination-item-link_usluga {
	font-family: "GothamProBlack";
	font-size: 23px;
	font-weight: 900;
	text-decoration: none;
	color: #FFF;
}

.b-pagination-item_usluga {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	padding-right: 14px;
	padding-left: 8px;
	position: relative;
}

.b-pagination-item_usluga:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	width: 3px;
	height: 21px;
	background: #fff;
}

/*================projects==============================*/

.b-tabs__project {
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin-left: -15px;
	margin-right: 30px;
}

.b-tabs__project .b-tabs__item__link {
	color: #FFF;
	font-family: "GothamProMedium";
	font-size: 15px;
	font-weight: 400;
}

.tab-content_project {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	width: 76%;
}

.b-tabs__project:before {
	display: none;
}

.b-tabs__project:after {
	display: none;
}

.b-tabs__item__project {
	background: none;
	width: 86%;
	border: 2px solid #eeeeee;
	margin-bottom: 10px;
	padding-top: 12px;
	display: block;
	-webkit-transition: all .4s;
		 -moz-transition: all .4s;
			-ms-transition: all .4s;
			 -o-transition: all .4s;
					transition: all .4s;
}

.b-tabs__item__project:hover {
	border: 2px solid #fe5c00;
	background: #FE5C00;
	cursor: pointer;
}


.b-tabs__item__project.active {
	border: 2px solid #fe5c00;
	background: #FE5C00;
}

.b-tabs__item__project:after {
	display: none;
}


/*================about company========================*/

.b-page-header-title_company {
	background: url(../img/bg-company.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.b-page-title_company:before {
	content: "";
	position: absolute;
	top: -61px;
	left: 50%;
	width: 40px;
	height: 63px;
	margin-left: -20px;
	background: url(../img/icons/icon_zakup.svg) no-repeat center center;
}

/*======================news=======================*/

.b-news-list {
	margin-bottom: 50px;
}

.b-news-content {
	border-top: 1px solid #d6d7d7;
	margin-top: 10px;
	padding-top: 32px;
	position: relative;
	margin-bottom: 35px;
}

.b-news-content:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 30px;
	height: 4px;
	background: #fe5c00;
}

.b-news-content img {
	float: left;
	margin-right: 15px;
}

.b-news-content p {
	color: #6D6D6D;
	font-family: "GothamProLight";
	font-size: 17px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	padding: 0;
	margin-bottom: 22px;
}

.b-news-content__link {
	color: #3F3F3E;
	font-family: "GothamProMedium";
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid #51514e;
	-webkit-border-radius: 6px;
					border-radius: 6px;
	padding: 13px 43px;
	-webkit-transition: all .4s;
		 -moz-transition: all .4s;
			-ms-transition: all .4s;
			 -o-transition: all .4s;
					transition: all .4s;
}

.b-news-content__link:hover {
	color: #fe5c00;
	border: 1px solid #fe5c00;
}

.b-news-list-pagination {
	text-align: center;
	position: relative;
	margin-top: 51px;
}

.b-pagination-list {
	margin: 0;
	padding: 0;
	position: relative;
}

.b-pagination-item {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	padding-right: 14px;
	padding-left: 8px;
	position: relative;
}

.b-pagination-list .b-pagination-item:last-child:after {
	display: none;
}

.b-pagination-item:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	width: 3px;
	height: 21px;
	background: #3C3C3C;
}

.b-pagination-item-link {
	color: #3C3C3C;
	font-family: "GothamProBlack";
	font-size: 23px;
	font-weight: 900;
	text-decoration: none;
}

.pagination-link {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
}

.pagination-link_next {
	right: 0;
	background: url(../img/icons/pagination-next.png) no-repeat center center;
}

.pagination-link_prev {
	left: 0;
	background: url(../img/icons/pagination-prev.png) no-repeat center center;
}

.pagination-link_next:hover {
	right: 0;
	background: url(../img/icons/pagination-next_hr.png) no-repeat center center;
}

.pagination-link_prev:hover {
	left: 0;
	background: url(../img/icons/pagination-prev_hr.png) no-repeat center center;
}

.b-news-content_single:after {
	content: "";
	display: table;
	clear: both;
}

.b-news-content_left {
	float: left;
	width: 40%;
}

.b-news-content_right {
	float: right;
	width: 58%;
}

.b-news-content_right p {
	margin: 0;
	padding: 0;
	margin-bottom: 22px;
	color: #6D6D6D;
	font-family: "GothamProLight";
	font-size: 17px;
	font-weight: 400;
	line-height: 18px;
}

.b-news-content_single {
	border-top: 1px solid #d6d7d7;
	margin-top: 10px;
	padding-top: 32px;
	position: relative;
	margin-bottom: 10px;
}

.b-news-content_single:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 30px;
	height: 4px;
	background: #fe5c00;
}

.b-news_single-social {
	text-align: right;
	border-bottom: 1px solid #d6d7d7;
	height: 50px;
}

.b-news-item_single {
	position: relative;
	margin-bottom: 35px;
}

#my-carousel-3 .mask {
	width: 897px;
}

#my-carousel-4 .mask {
	width: 897px;
}

.carousel ul {
		position:absolute;
		overflow:hidden;
		margin:0;
		padding:0;
		list-style:none;
}

.no-js .carousel ul {position:static;}

.carousel .mask {
	position:relative;
	overflow:hidden;
	height: 405px !important;
	margin-bottom: 30px;
}

.carousel ul li {
	float:left;
	width:200px;
	color:#fff;
	text-align:center;
	margin:0;
	margin-right: 24px;
	margin-bottom: 24px;
	display: block;
	position: relative;
	overflow: hidden;
}

.carousel ul li:hover .b-tabs-image__bg {
	opacity: 1;
}

.carousel ul li:last-child {
	margin-right: 0px;
}

.carousel ul li img {
	display: block;
	width: 100%;
	height: auto;
}

.carousel .pagination-links {
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;
	padding-right: 14px;
	padding-left: 8px;
	position: relative;
}

.carousel .pagination-links li {
	display:inline;
	padding-right: 14px;
	padding-left: 8px;
	position: relative;
}

.carousel .pagination-links li:after {
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	width: 3px;
	height: 21px;
	background: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
		/* Safari and Chrome, if Chrome rule needed */
		.carousel .pagination-links li:after {
			top: -5px;
		}
		/* Safari 5+ ONLY */
		::i-block-chrome, .carousel .pagination-links li:after {
			top: -2px;
		}
}

.carousel .pagination-links li a {
	text-align: center;
	color: #fff;
	font-family: "GothamProBlack";
	font-size: 23px;
	font-weight: 900;
	text-decoration: none;
}

.carousel .pagination-links li a:hover {text-decoration:none;}

.carousel .disabled {
		color:gray;
		cursor:default;
}

div#my-carousel-3 {
	position: relative;
}

a.prev {
	position: absolute;
	bottom: 0;
	width: 48px;
	height: 48px;
	left: 0;
	background: url(../img/icons/pagination-prev_hr.png) no-repeat center center;
}

a.prev.disabled {
	position: absolute;
	bottom: 0;
	width: 48px;
	height: 48px;
	left: 0;
	background: url(../img/icons/pagination-prev.png) no-repeat center center;
}

a.next {
	position: absolute;
	bottom: 0;
	width: 48px;
	height: 48px;
	right: 0;
	background: url(../img/icons/pagination-next_hr.png) no-repeat center center;
}

a.next.disabled {
	position: absolute;
	bottom: 0;
	width: 48px;
	height: 48px;
	right: 0;
	background: url(../img/icons/pagination-next.png) no-repeat center center;
}

.b-page-content__main-page .b-services-description {
	min-height: 35px;
	margin-bottom: 20px;
}

.b-page-content__main-page .b-services-item__link {
	color: #FE5C00;
	font-size: 10px;
	font-weight: 900;
	padding: 6px 18px 6px 18px;
}

.b-content-title_uslugi__main-page {
	margin-bottom: 26px;
}

.b-page-content__main-page .b-services__image {
	margin-bottom: 7px;
}

.b-page-content__main-page .b-services-item {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.b-page-content__main-page .b-services-item:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.b-page-content__main-page .b-services__image_bg {
	background: rgba(0,0,0,.55);
}

.b-page-content__main-page .b-services .b-services-item:nth-child(n+4) {
	margin-top: 12px;
}

.b-page-title_contact:before {
		content: "";
		position: absolute;
		top: -61px;
		left: 50%;
		width: 46px;
		height: 63px;
		margin-left: -23px;
		background: url(../img/icons/icon_kontakti.svg) no-repeat center center;
	}

	.b-page-header-title_contact {
	background: url(../img/bg-contacti.jpg) no-repeat center center;
}

.b-call-back input[type="text"], .b-call-back input[type="email"], .b-call-back input[ type="tel"], .b-call-back textarea {
	color: #F0F0F0;
	font-size: 18px;
	font-weight: 400;
	padding: 11px;
	border: 2px solid #a4a4a4;
	width: 526px;
	margin-bottom: 11px;
	background: none;
}

.b-call-back .form-control::-moz-placeholder {
	color: #F0F0F0;
}

.b-call-back .form-control::-webkit-input-placeholder {
	color: #F0F0F0;
}

.b-call-back .b-usluga-content__link {
	color: #F0F0F0;
	font-family: "GothamProMedium";
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	border: 2px solid #efefef;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 11px 70px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	clear: both;
	display: block;
	background: #767676;
	text-transform: uppercase;
}

.b-call-back .b-form-col-right {
	float: right;
	margin-bottom: 23px;
}

.b-call-back .b-contact__phone,
.b-call-back .b-contact__address,
.b-call-back .b-contact__time {
	display: block;
	position: relative;
	vertical-align: top;
}

.b-content-title_contact {
	color: #FFF;
	font-family: "GothamProMedium";
	font-size: 33px;
	font-weight: 500;
	margin-top: 10px;
}

.b-form__contact {
	margin-bottom: 47px;
}

.b-contact__info .b-contact__address {
	width: 100%;
	color: #F0F0F0;
	font-size: 22px;
	font-weight: 400;
	font-family: "GothamProLight";
}

.b-contact__info .b-header__subtext {
	width: 100%;
	color: #F0F0F0;
	font-size: 22px;
	font-weight: 400;
	font-family: "GothamProLight";
}

.b-contact__info .b-contact__address:before {
	top: 9px;
	left: 0;
}

.b-contact__info .b-contact__address:after {
	display: none;
}

.b-contact__info .b-contact__number-phone {
	width: 100%;
	color: #F0F0F0;
	font-size: 22px;
	font-weight: 200;

}

.b-contact__info .phone-call {
	width: 100%;
	color: #F0F0F0;
	font-size: 22px;
	font-weight: 900;
}

.b-contact__info .b-contact__phone {
	padding-left: 53px;
	padding-top: 9px;
}

.b-contact__info .b-contact__phone:before {

}

.b-contact__info .b-contact__phone:after {
	display: none;
}

.b-contact__info .b-contact__time {
	color: #F0F0F0;
	font-size: 22px;
	font-weight: 400;
	font-family: "GothamProRegular";
	margin-top: 23px;
}

.b-contact__info .b-contact__time:before {
	left: 4px;
	top: 8px;
}

.b-header__subtext_contact {
	display: block;
	color: #F0F0F0;
	font-family: "GothamProLight";
	font-size: 16px;
	font-weight: 300;
	margin-top: -10px;
}

.b-page-header-title_our-project {
	background: url(../img/bg-our-project.jpg) no-repeat center center;
}

.b-page-title_our-project:before {
	content: "";
	position: absolute;
	top: -77px;
	left: 50%;
	width: 74px;
	height: 83px;
	margin-left: -20px;
	background: url(../img/icons/our-project.png) no-repeat center center;
}

.b-usluga-col-left {
	float: left;
	width: 490px;
}

.b-usluga-col-right {
	float: right;
	margin-top: 185px;
}

.b-usluga-col-left p {
	color: #BABABA;
	font-size: 21px;
	font-weight: 400;
}

.b-small-img__list {
	margin: 0;
	padding: 0;
}

.b-small-img__item {
	list-style-type: none;
	display: inline-block;
	width: 160px;
	height: 160px;
	margin-right: 4px;
	position: relative;
	-webkit-transition: all .4s;
		 -moz-transition: all .4s;
			-ms-transition: all .4s;
			 -o-transition: all .4s;
					transition: all .4s;
}

.b-small-img__item img {
	max-width: 100%;
}

.b-small-img__item:hover{
	cursor: pointer;
}

.b-small-img {
	margin-top: 10px;
}

.b-small-img__list .b-small-img__item:last-child {
	margin-right: 0;
}

.b-small-img__item:hover .b-services__image_bg {
	opacity: 1;
	top: 0;
}

.b-small-img__item .b-services__image_bg {
	background: rgba(0,0,0,.55);
}

 .b-small-img__link:hover:before {
	content: "";
	position: absolute;
	opacity: 1;
	width: 60px;
	height: 60px;
	top: 45px;
	left: 50%;
	margin-left: -30px;
	background: url(../img/icons/icons-lupa.png) no-repeat center center;
	z-index: 120;
}

.b-small-img__link {
	display: block;
	position: relative;
	z-index: 200;
}

#owl-demo30 {
	position: relative;
	margin-bottom: 50px;
}

#owl-demo30 .owl-controls {
	position: absolute;
	top: 29px;
	right: 80px;
	width: 100px;
	height: 48px;
}

#owl-demo30 .owl-prev {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
	left: 0;
	background: url(../img/icons/pagination-prev.png) no-repeat center center;
}

#owl-demo30 .owl-prev:hover {
	left: 0;
	background: url(../img/icons/pagination-prev_hr.png) no-repeat center center;
}

#owl-demo30 .owl-next:hover {
	right: 0;
	background: url(../img/icons/pagination-next_hr.png) no-repeat center center;
}

#owl-demo30 .owl-next {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
	right: 0;
	background: url(../img/icons/pagination-next.png) no-repeat center center;
}

.b-usluga-content textarea {
	height: 248px;
}

/* Firefox Only */
@-moz-document url-prefix() {
		.b-usluga-content textarea {
		height: 257px;
	}
}

.b-services__image a {
	display: block;
	position: relative;
	z-index: 200;
}

.b-share-icon_facebook {
	background: url(../img/icons/socseti/f.svg) no-repeat center center !important;
	width: 32px !important;
	height: 32px !important;
}

.b-share-icon_vkontakte, .b-share-icon_custom {
	background: url(../img/icons/socseti/vk.svg) no-repeat center center !important;
	height: 32px !important;
	width: 32px !important;
}

.b-share:after {
	content: "";
	display: table !important;
	clear: both !important;
}

.b-news_single-social:after {
	content: "";
	display: table;
	clear: both ;
}

.b-share {
	display: inline !important;
	float: right !important;
}

/*=======================sertificate==========================*/
.b-certificate__list {
	margin: 0;
	padding: 20px 0;
	list-style: none;

}

.b-certificate__item {
	display: inline-block;
	width: 11%;
	margin-right: 1%;
	margin-bottom: 10px;
}

.b-certificate__link {
	display: block;
}

.b-certificate__link > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.object__block-description {
	color: #999;
  font-size: 16px;
  font-weight: 400;
  width: 577px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.object-img__title-popup {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}

.popUpwrapper {
    width: 1170px;
    margin: 0 auto;
}

.bx-wrapper img {
    display: block;
    margin: 0 auto;
}

.object__block-tth {
    list-style-type: none;
    text-align: center;
}
.object__block-tth li {
    display: inline-block;
}

.object-img__bg .owl-prev {
	position: absolute;
	left: 0;
	background: url("../img/icons/carret-left.svg") no-repeat center center;
	width: 25px;
	height: 44px;
}

.object-img__bg .owl-next {
	position: absolute;
	right: 0;
	background: url("../img/icons/carret-right.svg") no-repeat center center;
	width: 25px;
	height: 44px;
}
.object-img__bg .owl-buttons {
	position: absolute;
	top: 0;
	margin-top: -10%;
	width: 100%;
	height: 50px;
}

.object__block {
    margin-bottom: 11px;
}

.object__gallery:after {
	content: '';
	display: table;
	clear: both;
}

.object__gallery {
	width: 1170px;
  margin: 20px auto;
	list-style-type: none;
	padding: 0;
}

.owl-item img {
	display: block;
	margin: 0 auto;
}


/*********** NEW ****************/


.b-contact__developers {
    display: inline-block;
    padding-right: 56px;
    position: relative;
    width: 140px;
}



.b-dillers {
    color: #fff;
}

.slick-slide{
height: auto;
}

font.tablebodytext{
display:none;
}


.b-logo__image img{
display:none;
}
.b-logo__image a{
background: rgba(0, 0, 0, 0) url("/img/icons/tploenergo-logo.svg") no-repeat scroll center center / cover ;
    display: block;
    height: 70px;
    left: -15px;
    margin-left: -180px;
    position: absolute;
    top: 10px;
    width: 620px;
}
.b-logo__image {
    position: relative;
}


.popUp-buy {
    min-width: 800px;
}

