@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic,cyrillic-ext,latin-ext);

html{
	overflow-x: hidden;
}
body{
	margin:0 auto;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}
/* grid style */
.container-grid{
	max-width: 1284px;
	margin: auto;
}
.full-width-container{
	overflow: hidden;
}
.row{

}
.row{
	width: 100%;
	clear: both;
	overflow: hidden;
	font-size: 0;
}	
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12{
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
    padding-left: 20px;
	padding-right: 20px;
}
.col_1>*,
.col_2>*,
.col_3>*,
.col_4>*,
.col_5>*,
.col_6>*,
.col_7>*,
.col_8>*,
.col_9>*,
.col_10>*,
.col_11>*,
.col_12>*{
    box-sizing: border-box;
}
.col_1{
	box-sizing:border-box;
	width: 8.33%;
	max-width: 8.33%;		
}
.col_2{
	box-sizing:border-box;
	width: 16.6%;
	max-width: 16.6%;		
}		
.col_3{
	box-sizing:border-box;
	width: 25%;
	max-width: 25%;		
}
.col_4{
	box-sizing:border-box;
	width: 33.3%;
	max-width: 33.3%;	
}
.col_5{
	box-sizing:border-box;
	width: 41.6%;
	max-width: 41.6%;		
}
.col_6{
	box-sizing:border-box;
	width: 50%;
	max-width: 50%;
}
.col_7{
	box-sizing:border-box;
	width: 58.3%;
	max-width: 58.3%;
}
.col_8{
	box-sizing:border-box;
	width: 66.6%;
	max-width: 66.6%;
}
.col_9{
	box-sizing:border-box;
	width: 75%;
	max-width: 75%;
}		
.col_10{
	box-sizing:border-box;
	width: 83.3%;
	max-width: 83.3%;
}		
.col_11{
	box-sizing:border-box;
	width: 91.67%;
	max-width: 91.67%;
}		
.col_12{
	box-sizing:border-box;
	max-width: 100%;
	width: 100%;
}
.row:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.col_inner_row{
	padding: 0;
}
@media screen and (max-width: 1200px){
	.container{
		max-width: 808px;
	}
	.col_tab_1{
		box-sizing:border-box;
		width: 8.33%;
		max-width: 8.33%;		
	}
	.col_tab_2{
		box-sizing:border-box;
		width: 16.6%;
		max-width: 16.6%;		
	}		
	.col_tab_3{
		box-sizing:border-box;
		width: 25%;
		max-width: 25%;		
	}
	.col_tab_4{
		box-sizing:border-box;
		width: 33.3%;
		max-width: 33.3%;	
	}
	.col_tab_5{
		box-sizing:border-box;
		width: 41.6%;
		max-width: 41.6%;		
	}
	.col_tab_6{
		box-sizing:border-box;
		width: 50%;
		max-width: 50%;
	}
	.col_tab_7{
		box-sizing:border-box;
		width: 58.3%;
		max-width: 58.3%;
	}
	.col_tab_8{
		box-sizing:border-box;
		width: 66.6%;
		max-width: 66.6%;
	}
	.col_tab_9{
		box-sizing:border-box;
		width: 75%;
		max-width: 75%;
	}		
	.col_tab_10{
		box-sizing:border-box;
		width: 83.3%;
		max-width: 83.3%;
	}		
	.col_tab_11{
		box-sizing:border-box;
		width: 91.67%;
		max-width: 91.67%;
	}		
	.col_tab_12{
		box-sizing:border-box;
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 640px){
	.container{
		max-width: 640px;
	}	
	.col_1,
	.col_2,
	.col_3,
	.col_4,
	.col_5,
	.col_6,
	.col_7,
	.col_8,
	.col_9,
	.col_10,
	.col_11,
	.col_12{				
		box-sizing:border-box;
		width: 100%;
		max-width: 100%;
	}
	.col_tab_1,
	.col_tab_2,
	.col_tab_3,
	.col_tab_4,
	.col_tab_5,
	.col_tab_6,
	.col_tab_7,
	.col_tab_8,
	.col_tab_9,
	.col_tab_10,
	.col_tab_11,
	.col_tab_12{				
		box-sizing:border-box;
		width: 100%;
		max-width: 100%;
	}			
	.col_hidden_mobile{
		display: none;
	}
	.more_quetions{
	    width:auto;
	    margin:10px 20px;
	}
}
@media screen and (min-width: 641px){
    .more_quetions{
	    width:80%;
	    padding:20px 10px 50px 10px;
	    margin-top:20px;
	}
}
p{
	color: #333;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 26px;
}
h3{
	color: #2d6ba9;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;	
	margin-top: 0;
}
.container{
	max-width: 1244px;
	margin: auto;
}
.content-end-padding{
	padding-bottom: 70px;
}
.page-header{
	position: relative;
	background: #fff;
	text-align: center;
	padding: 21px 0 17px;	
	border-bottom: 1px solid rgba(5, 37, 82, 0.2);
}
.btn-hamburger{
	display: none;
	cursor:pointer;
}
.logo{
	width: 219px;
	height: 41px;
	float: left;
}
.logo img{
	height: 100%;
}

@media screen and (min-width: 640px){
	.nav-menu{
		display: inline-block !important;
	}	
}
.nav-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav-menu ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;	
    padding: 14px 0 15px;
    margin-right: 20px;
	color: #052552;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;	
}
.nav-menu ul li:last-child{
	margin-right: 0;
}
.nav-menu ul li a{
	color: inherit;
	text-decoration: none;
}
.nav-menu ul li a:hover{
	text-decoration: underline;
}

.header-contacts{
	float: right;
	font-weight: 400;
	color: #4d4d4d;
	font-size: 14px;
	text-align: right;	
    margin-top: -7px;	
}
.header-contacts .tel{
	color: #f79239;
	font-size: 24px;
	text-transform: uppercase;	
}
.front-page-hero{
	width: 100%;
	min-height: 823px;	
	background-image: url(../img/bg-minsk-2.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.front-page-hero .company-title{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 90px;
    line-height: 120px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 42px;
    margin-bottom: 4px;
    letter-spacing: 3.5px;    
}
.front-page-hero .company-subtitle{
	width: 100%;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #f79239;
	font-size: 35px;
	text-transform: uppercase;
}
.service-items-set{
	max-width: 1102px;
	margin: auto;
	position: relative;
	margin-top: 41px;
}
.service-item{
    overflow: visible;
	max-width: 470px;
    display: inline-block;	
}
.service-item .service-icon{
	padding: 3px;
	border-radius: 200px;
	border: 2px solid white;
	float: left;
	margin-right: 47px;
}
.service-item .service-icon img{
	display: block;
	width: 106px;
	height: 106px;	
}
.service-item .service-name{
	color: white;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
	margin-top: 64px;
	display: block;
	float: left;
    max-width: 275px;
    overflow: visible;
    position: relative;
    padding-bottom: 23px;
    text-align: left;
}
.service-item .service-name:before{
    content: '';
    position: absolute;
    width: 87px;
    height: 2px;
    bottom: 32px;
    left: -74px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.service-item .service-name:after{
    content: '';
    position: absolute;
    width: 189px;
    height: 2px;
    bottom: 1px;
    left: 0;
    background: #fff;

}
.service-item.right-align .service-icon{
	padding: 3px;
	border-radius: 200px;
	border: 2px solid white;
	float: right;
	margin-left: 47px;
	margin-right: 0;
}
.service-item.right-align .service-icon img{
	display: block;
	width: 106px;
	height: 106px;	
}
.service-item.right-align .service-name{
	color: white;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
	margin-top: 64px;
	display: block;
	float: right;
	max-width: 275px;
	overflow: visible;
	position: relative;
	padding-bottom: 23px; 
}
.service-item.right-align .service-name:before{
    content: '';
    position: absolute;
    width: 87px;
    height: 2px;
    bottom: 32px;
    right: -74px;
    left: auto;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.service-item.right-align .service-name:after{
    content: '';
    position: absolute;
    width: 189px;
    height: 2px;
    bottom: 1px;
    right: 0;
    left: auto;
    background: #fff;

}

.service-item-outer{
	width: 100%;
	display: block;
}
.service-item-outer.left{
	text-align: left;
}
.service-item-outer.center{
	text-align: center;
    margin-top: 16px;	
}
.service-item-outer.right{
	text-align: right;
    margin-top: -72px;
}

.facts-block{
	background-color: #2d40aa;
	width: 100%;
	min-height: 550px;
}
.facts-block-title{
	padding-top: 32px;
	padding-bottom: 62px;
}
.facts-block-title .number-of-facts{

	font-size: 180px;
	line-height: 143px;
	font-weight: 700;
	text-transform: uppercase;	
	float: left;
/*	background: -webkit-linear-gradient(#f70 0%, #f79239 100%);
	background: -o-linear-gradient(#f70 0%, #f79239 100%);
	background: -moz-linear-gradient(#f70 0%, #f79239 100%);
	background: linear-gradient(#f70 0%, #f79239 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;*/
  	color: #f79239;

}
.facts-block-title .title-of-facts{
	text-shadow: 0 1px 1px rgba(182, 172, 215, 0.75);
	color: #171924;
	font-size: 72px;
	font-weight: 700;
	line-height: 72px;
	text-transform: uppercase;	
	margin-left: 103px;
	font-family: 'PT Sans Narrow', sans-serif;	
}
.five-facts-block{
	max-width: 1244px;
	padding: 0 20px;
    height: 217px;
    position: relative;
	overflow: hidden;
}
.timeline{
	width: 100%;
	max-width: 1165px;
	height: 32px;
	background-color: #639fdd;
	box-shadow: inset 0 1px 2px #242438, 0 1px 1px rgba(255, 222, 255, 0.75);	
	position: relative;
    margin: 79px auto 105px;	
}
.fact-timeline-number{
	width: 36px;
	height: 36px;
	background-color: #f79239;
	background-image: linear-gradient(to top, #f79239 0%, #f70 100%);
	box-shadow: inset 0 1px 1px rgba(255, 235, 217, 0.74), 0 1px 1px rgba(34, 34, 52, 0.75);	
	text-align: center;
	text-shadow: 0 -1px 1px #401200;
	color: white;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 36px;
	border-radius: 100px;
	display: inline-block;
}
.fact-timeline-number:nth-child(1){
	position: absolute;
	margin-left: -18px;
	left: 0;
}
.fact-timeline-number:nth-child(2){
	position: absolute;
	margin-left: -18px;
	left: 25%;
}
.fact-timeline-number:nth-child(3){
	position: absolute;
	margin-left: -18px;
	left: 50%;
}
.fact-timeline-number:nth-child(4){
	position: absolute;
	margin-left: -18px;
	left: 75%;
}
.fact-timeline-number:nth-child(5){
	position: absolute;
	margin-left: -18px;
	left: 100%;
}

.fact-timeline-number:nth-child(1):after,
.fact-timeline-number:nth-child(3):after,
.fact-timeline-number:nth-child(5):after{
	content: '';
	position: absolute;
	width: 2px;
    height: 18px;
    background-color: #639fdd;
    left: 50%;
    margin-left: -1px;
    top: -18px;
}
.fact-timeline-number:nth-child(2):after,
.fact-timeline-number:nth-child(4):after{
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	background-color: #639fdd;
	left: 50%;
	margin-left: -1px;
	bottom: -20px;
}
.fact-item{
    display: block;
    overflow: hidden;	
    position: absolute;
}
.fact-item .fact-number{
	letter-spacing: -2px;
	font-size: 60px;
	line-height: 50px;	
	font-weight: 700;
	text-transform: uppercase;
	float: left;
/*	background: -webkit-linear-gradient(#f70 0%, #f79239 100%);
	background: -o-linear-gradient(#f70 0%, #f79239 100%);
	background: -moz-linear-gradient(#f70 0%, #f79239 100%);
	background: linear-gradient(#f70 0%, #f79239 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;*/
  	color: #f79239;
  	margin-right: 11px;
}
.fact-item .fact-text{
    float: left;
    max-width: 150px;
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;    
}
.fact-item.fact-1{
	left: 0;
	top: 0;
}
.fact-item.fact-2{
	left: 25%;
    bottom: 21px;
    margin-left: -38px;
}
.fact-item.fact-3{
	left: 50%;
	top: 0;
	margin-left: -69px;
}
.fact-item.fact-4{
	left: 75%;
	bottom: 0;
	margin-left: -176px;
	text-align: center;
}
.fact-item.fact-4 .fact-number{
	padding-bottom: 5px;
}
.fact-item.fact-4 .fact-text{
	float: none;
    width: 100%;
    max-width: 100%;
}
.fact-item.fact-5{
	right: 0;
	top: 0;
    margin-right: 23px;	
}

.our-benefits-block{
	width: 100%;
	min-height: 550px;	
	background-image: url(../img/pic3.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.our-benefits-block-inner{
	position: relative;	
}
.benefits-block-title{
	color: #fefeff;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;	
    padding-top: 50px;
    letter-spacing: 3px;
}
.benefits-item{
    text-align: justify;
	overflow: visible;
	 
}
.benefits-item .benefits-item-header{
	box-sizing: border-box;
    padding: 5px 7px 6px 19px;
    color: #f79239;
    font-size: 18px;
    line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #192250;	
    float: right;	
}
.benefits-item .benefits-item-content{
	color: #fefeff;
    font-size: 18px;
    font-weight: 400;
    line-height: 17px;
    padding-right: 9px;
    width: 100%;
    padding-top: 20px;
	padding-bottom: 50px;
}
.benefits-item .benefits-item-content p{
	color: #fefeff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}
.benefits-item .benefits-item-content ul{
	margin-left: 20px;
}
.benefits-item .benefits-item-content ul li{
    line-height: 1.5;
	font-style: italic;
}
.benefits-item.ben-item1{
    top: 36px;
    left: 600px;
    width: 218px;
}
.ben-item1 .benefits-item-header{
    width: 218px;
}
.benefits-item.ben-item2{
    left: 279px;
    top: 182px;
    width: 279px;
}
.ben-item2 .benefits-item-header{
    width: 279px;
}
.benefits-item.ben-item3{
    left: 35px;
    top: 343px;
    width: 261px;
}
.ben-item3 .benefits-item-header{
    width: 222px;
}
.benefits-item.ben-item4{
    left: 537px;
    top: 355px;
    width: 280px;
}
.ben-item4 .benefits-item-header{
    width: 280px;
}
.benefits-item.ben-item5{
    right: 0;
    top: 281px;
    width: 326px;
}
.ben-item5 .benefits-item-header{
    width: 326px;
	padding-bottom: 30px;
}


.call-back-block{
	width: 100%;
	min-height: 550px;	
	background-color: #192250;
	overflow: hidden;	
	text-align: center;
}
.call-back-block-title{
	color: white;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;	
	padding-top: 52px;
}
.call-back-block-subtitle{
/*	background: -webkit-linear-gradient(#f70 0%, #f79239 100%);
	background: -o-linear-gradient(#f70 0%, #f79239 100%);
	background: -moz-linear-gradient(#f70 0%, #f79239 100%);
	background: linear-gradient(#f70 0%, #f79239 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;*/
  	color: #f79239;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;	
	padding-top: 10px;
    padding-bottom: 38px;
}
.call-back-form{
	max-width: 418px;
	margin: auto;
	margin-bottom: 99px;
}
.call-back-form input, select{
	outline: 0;
	border: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 56px;
	background-color: #39447c;
	padding: 0 27px;
	color: #dd8841;	
	margin-bottom: 11px;
	font-size: 14px;
	font-weight: 400;	
}
.call-back-form textarea{
	outline: 0;
	border: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-height: 160px;
	background-color: #39447c;
	padding: 21px 27px;
	color: #dd8841;	
	margin-bottom: 11px;
	font-size: 14px;
	font-weight: 400;	
}
.call-back-form .select-line{
	position: relative;
	display: block;
}
.call-back-form .select-line:after{
	position: absolute;
	content: '';
    top: 25px;
	right: 27px;
	width: 14px; 
	height: 8px;
	background-image: url(../img/select-arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    pointer-events: none;			
}

.call-back-form input::-webkit-input-placeholder,
.call-back-form textarea::-webkit-input-placeholder {
  color: #dd8841;
}

.call-back-form input:-moz-placeholder,
.call-back-form textarea:-moz-placeholder {
  color: #dd8841;
}

.call-back-form input::-moz-placeholder,
.call-back-form textarea::-moz-placeholder {
  color: #dd8841;
}

.call-back-form input:-ms-input-placeholder,
.call-back-form textarea:-ms-input-placeholder {
  color: #dd8841;
}
.call-back-form button{
	background-color: #f79239;
	height: 56px;
	padding: 0 42px;
	line-height: 56px;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
	color: white;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 6px 0 0 0;
}
.contacts-page-form{
	margin: 0;
	max-width: 100%;
}
.our-clients-block{
	position: relative;
	overflow: hidden;
    border-top: 1px solid #999;	
}
.our-clients-block:before{
	position: absolute;
	content: '';
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
	background-image: url(../img/pic4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.clients-left-side{
	float: left;
	width: 50%;
	min-height: 514px;
	position: relative;
}
.clients-left-side:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -58px;
	margin-right: -58px;
	width: 117px;
	height: 117px;
	background-image: url(../img/arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;	
}
.clients-right-side{
	float: left;
	width: 50%;
	min-height: 514px;

}
.our-clients-block-totle{
	color: #282737;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;	
	padding-top: 51px;
}
.clients-logo-block{
	max-width: 335px;
    font-size: 0;	
    margin-left: 42px;
    margin-top: 36px;
    margin-bottom: 36px;
}
.clients-logo-block img{
	display: inline-block;
	vertical-align: middle;
    padding: 7px 2%;
    width: 46%;
}
.quote-block{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;	
    padding-left: 95px;	
    margin-top: 133px;
    margin-bottom: 100px;    
}
.quote{
    padding: 4px 64px 4px 64px;
    position: relative;
    color: white;
    line-height: 21px;
	font-size: 18px;
	font-style: italic;
	max-width: 100%;
	box-sizing: border-box;	

}
.quote-author{
    padding: 4px 64px 4px 164px;
	max-width: 100%;
	box-sizing: border-box;	
	position: relative;
	text-align: right;
	color: #fff;
	line-height: 20px;
	font-size: 18px;
	font-weight: 400;	
	margin-top: 41px;	
}
.quote:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 31px;
	height: 32px;
	background-image: url(../img/quote.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;	

}
.quote:after{
	position: absolute;
	content: '';
    bottom: 0px;
    right: 0;
	width: 31px;
	height: 32px;
	background-image: url(../img/quote.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;	
	-webkit-transform: rotate(-180deg);
	-moz-webkit-transform: rotate(-180deg);
	-ms-webkit-transform: rotate(-180deg);
	-o-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.page-footer{
	min-height: 93px;
	background-color: white;
	border-top: 1px solid #999;	
	position: relative;
}
.page-footer .cr{
	font-size: 12px;
	font-weight: 400;
	color: #535353;
	padding: 33px 0 33px;
	float: left;
}
.page-footer .cr a{
	color: #f79239;
	text-decoration: underline;	
}
.design-from{
	float: right;
	padding: 20px 0 24px;
}
.sosial-webs{
	top: 30px;
	left: 0;
	width: 100%;
	position: absolute;
	text-align: center;
}
.sosial-webs a{
	margin-right: 15px;
}
.sosial-webs a:last-child{
	margin-right: 0;
}
.site-breadcrumbs ul{
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;	
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 36px;
    margin-bottom: 4px;
}
.site-breadcrumbs ul li{
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #999;   
    position: relative; 
}
.site-breadcrumbs ul li:after{
    content: "\005C";
    position: absolute;
    right: -2px;
    bottom: 0;
}
.site-breadcrumbs ul li:last-child{
    margin-right: 0;
    padding-right: 0;	
}
.site-breadcrumbs ul li:last-child:after{
    content: "";
}
.page-title h1{
    color: #052552;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 13px;
    margin: 0;
    margin-bottom: 30px;
}

.equipment-sidebar-menu{
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 10px;	
    margin-bottom: 10px;
}
.equipment-sidebar-menu ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;	
    padding: 0;
    margin: 0;	
}
.equipment-sidebar-menu ul li{
    list-style-type: none;
    padding: 0;
    margin: 0;	
	color: #052552;
	font-size: 18px;
	font-weight: 400;    
}
.equipment-sidebar-menu ul li.active{
	color: #dc7215;
}
.equipment-sidebar-menu ul li a{
	color: inherit;
	text-decoration: none;
	display: block;
    padding: 15px 19px 15px;   
}
.equipment-sidebar-menu ul li a:hover{
	color: inherit;
	text-decoration: none;
	color: #052552;	
	background-color: #f79239;  
}
.equipment-sidebar-filter{
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 10px;	
    padding-bottom: 23px;    
}
.equipment-sidebar-filter:last-child{
    border-bottom:  1px solid #ccc;
    margin-bottom: 10px;	
}
.equipment-sidebar-filter-line{
    box-sizing: border-box;
    padding: 15px 19px 5px;
	color: #333;
	font-size: 18px;
	font-weight: 400;    
}

.checkbox{
    display: block;
    vertical-align: text-bottom;
    margin-bottom: 15px;
}
.checkbox:last-child{
    margin-bottom: 0;
}
.checkbox input[type="checkbox"]{
    display: none;
    -webkit-appearance: none;
}
.checkbox label{
    display: block;
	padding-left: 40px;
    position: relative;
}
.checkbox label:before{
    content: '';
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
    border: 1px solid #ccc;
	position: absolute;
}

.checkbox input[type="checkbox"]:checked + label:before {
    background-image: url(../img/check.png);
    background-size: 18px 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.equipment-archive-item{
	margin-bottom: 60px;
}
.equipment-archive-item .thumb{
	width: 100%;
	height: 160px;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 17px;
	position: relative;
}
.equipment-archive-item .thumb .go-to{
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	background-color: rgba(51, 77, 113, 0.8);
    background-image: url(../img/arrow-go.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;	
}
.equipment-archive-item:hover .thumb>.go-to{
	visibility: visible;
}
.equipment-archive-item .title{
	color: #f79239;
	font-size: 18px;
	font-weight: 700;	
}
.equipment-archive-item .title a{
	color: inherit;
	text-decoration: none;
}
.equipment-archive-item .price{
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 11px;
}
.equipment-archive-item .descr{
	opacity: 0.6;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	height: 95px;
	overflow: hidden;
}
.equipment-archive-item:hover .descr{
	opacity: 1;
}

.equipment-single{
	margin-bottom: 30px;
}
.equipment-single-price{
	color: #333;
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	margin-bottom: 20px;
}
.equipment-single-overview{
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;	
	margin-bottom: 32px;
}
.btn{
	border: 0;
	outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.btn.order-button{
    color: white;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
    padding: 23px 28px 23px;
	width: 256px;
	background-color: #052552;
	box-sizing: border-box;
}

.tabs__content {
  display: none; 
}
.tabs__content.active {
  display: block; 
}
ul.tabs__caption{
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;	
    padding: 0;
    margin: 0;	
    font-size: 0;
    margin-right: -1px; 
}
ul.tabs__caption li{
    list-style-type: none;
    padding: 0;
    margin: 0;	
    display: inline-block;
    width: 33.33%;
    box-sizing: border-box;
    /*padding: 18px 27px;*/
    color: #052552;
	font-size: 18px;
	font-weight: 700;
	/*background-color: #f79239;*/
	cursor: pointer;
}
ul.tabs__caption li span{
	display: block;
	width: 100%;
    padding: 18px 27px;
    border: 2px solid #fff;

    background-color: #f79239;
    box-sizing: border-box;
}
ul.tabs__caption li.active span{
    background: #fff;
    border-top: 0;    
}
ul.tabs__caption li:last-child{
	margin-right: 0;
}
ul.tabs__caption li.active{
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;	
    position: relative;
}
ul.tabs__caption li.active:after{
	content: '';
	position: absolute;
	width: 100%;
	box-sizing: border-box;
    height: 6px;
    left: 0;
    bottom: -4px;
    background-color: #fff;
}
.tabs__content{
	border: 1px solid #ccc;	
    box-sizing: border-box;
    padding: 30px 30px 40px 30px;
	color: #333;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;    
}

.project-hero img{
	width: 100%;
	margin-bottom: 40px;
}
.list-of-projects{
	width: 100%;
	padding: 70px 0 10px;
	background-color: #2d3873;
}
.list-of-projects .block-title{
	color: white;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.projects-list-item{
	margin-bottom: 60px;
}
.projects-list-item .thumb{
	width: 100%;
	height: 128px;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 17px;
	position: relative;
}
.projects-list-item .thumb .go-to{
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	background-color: rgba(51, 77, 113, 0.8);
    background-image: url(../img/arrow-go.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;	
}
.projects-list-item:hover .thumb>.go-to{
	visibility: visible;
}
.projects-list-item .title{
	color: #f79239;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;	
}
.projects-list-item .title a{
	color: inherit;
	text-decoration: none;
}
.projects-list-item .descr{
	opacity: 0.6;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	height: 95px;
	overflow: hidden;
}
.projects-list-item:hover .descr{
	opacity: 1;
}

.news-archive-item{
	margin-bottom: 80px;
	overflow: hidden;
}
.news-archive-item .thumb{
	width: 50%;
	max-width: 280px;
	height: 160px;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	float: left;
}
.news-archive-item .thumb .go-to{
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	background-color: rgba(51, 77, 113, 0.8);
    background-image: url(../img/arrow-go.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;	
}
.news-archive-item:hover .thumb>.go-to{
	visibility: visible;
}
.news-archive-item .new-item-content{
    max-width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 30px;
}
.news-archive-item .title{
	color: #f79239;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 13px;	
}
.news-archive-item .date{
	color: #333;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}
.news-archive-item .title a{
	color: inherit;
	text-decoration: none;
}
.news-archive-item .descr{
	opacity: 0.6;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	height: 95px;
	overflow: hidden;
}
.news-archive-item:hover .descr{
	opacity: 1;
}
.single-new-thumb{
    max-width: 50%;
    margin: 0 32px 32px 0;
    float: left;
}

.services-list-item{
	margin-bottom: 60px;
}
.services-list-item .thumb{
	width: 100%;
	height: 275px;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 26px;
	position: relative;
}
.services-list-item .thumb .go-to{
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	background-color: rgba(51, 77, 113, 0.8);
    background-image: url(../img/arrow-go.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;	
}
.services-list-item:hover .thumb>.go-to{
	visibility: visible;
}
.services-list-item:hover .title{
	color: #f79239;
}
.services-list-item .title{
	color: #2d6ba9;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.services-list-item .title a{
	color: inherit;
	text-decoration: none;
}

.services-list-item .descr{
	opacity: 0.6;
}
.services-list-item:hover .descr{
	opacity: 1;
}
.contact-map{
	margin-bottom: 40px;
}
.contacts-block{
	margin-bottom: 30px;
}
.contacts-block .title{
	color: #052552;
	font-size: 18px;
	font-weight: 700;	
	margin-bottom: 11px;
}
.contacts-block .contact-info-big{
	color: #333;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;	
	margin-bottom: 11px;
}
.contacts-block .contact-info-small{
	color: #333;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 8px;	
}
.more_quetions{
    display:block;
    
}

.more_quetions .more_item_link{
    color:#FFFFFF;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:600;
    width:100%;
    text-align:left;
    position:relative;
    background-color:#39447c;
    padding:10px 40px 10px 25px;
    display:block;
    transition: 0.4s;
    cursor:pointer;
}
.more_quetions .more_item_link:hover{
    opacity:0.9;
}
.more_item_link:before{
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    content: '';
    top: 18px;
    right: 20px;
    width: 14px;
    height: 8px;
    background-image: url(../img/select-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    transition-duration: 0.8s;
    transition-property: transform;
}
.more_item_link.active:before{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    
}
.more_quetions .more_quetions_item{
    padding:2px 0px;
}
.more_quetions .more_text_block{
    padding:0px 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.more_quetions .more_text_block p{
    margin:15px 0px 15px;
}
.more_quetions button{
    border:none;
}
