
.bannerWrap {
	width: 100%;
	height: 475px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto cover;
	position: relative;
}
.header_title {display: block;visibility: hidden;top: 35%;}
     /* =========== */
/* =+===== CONTENT ======= */
     /* =========== */

.emission {
	width: 100%;
	position: relative;
	padding-bottom: 150px;
}
.emission_wrap {
	width: 100%;
	padding-top:90px;
}
.company_emission {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	visibility: hidden;
}
.company_emission>div {
	width: 620px;
	font-size: 1em;
	font-weight: 400;
	margin-right: 80px;
	visibility: hidden;
	-ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.company_emission>.img_wrap {
	width: 310px;
	visibility: hidden;
}
.company_emission>.img_wrap>img{
	width: 100%;
	height: auto;
}
.components{
	margin-top: 60px;
	width: 100%;
	margin-bottom: 40px;
}
.emission_wrap h3 {
	font-size: 1.5em;
	color: #ff2513;
	text-align: center;
	margin-bottom: 20px;
}
.components>.components_wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.components>.components_wrap>.components_block {
	width: 310px;
}
.components_block>.img {
	width: 100%;
	height: 160px;
	margin-bottom: 20px;
	visibility: hidden;
}
.components_block>.img>img {
	width: 100%;
	height: 100%;
}
.components_block>h4 {
	font-size: 0.938em;
	font-weight: 700;
	margin-bottom: 20px;
	visibility: hidden;
}
.components_block>.advantage {
	margin-bottom: 0px;
	visibility: hidden;
}
.clearing>.img {
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	visibility: hidden;
}
.clearing>.img>img {
	width: 100%;
	height: 100%;
}
.clearing>div.textPart {
	width: 95%;
	margin-left: 2.5%;
	-webkit-column-count:2;
	        column-count:2;
	-webkit-column-gap: 70px;
	        column-gap: 70px;
	visibility: hidden;
	-ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}