.main_section {
  position: relative;
  padding: 30px;
}


.section_background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -2;
}
.bg-header{
	position: absolute;
	width: 100%;
	height: 86%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .5;

}

.header{
	position: relative;
}

.header__body{
	display: flex;
	
	
}

.header__inner{

}


.header__logo-img{	
	padding: 75px 0 60px 0;
}


.logo-img{
	margin: 0;

}

.header__title{
	text-shadow: 0 0 25px rgba(15, 201, 248, 0.25);
	font-family: "Montserrat-Subrayada", sans-serif; 
	color: #01a9ff;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	
	
}
.header__text{
	padding: 15px 0 30px 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;

}
.button{
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 40px;
	color: #fff;
	background-color: #01a9ff;
	text-decoration: none;
}


.header__image{
position: relative;
}

.header__rectangle{
	position: absolute;
	width: 340px;
	top: 51%;
	left: 42%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: -1;
	 
}

.header__rectangle-small{
	position: absolute;
	bottom: 14%;
	right: -10%;
	object-fit: cover;
		
}

.advantages {
	padding: 22px 0;

}
.advantages__items{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.advsntages__smoke_1{
	transform: scale(-1,-1);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	bottom: -5%;
	right: -10%;
	opacity: .5;
	;
}
.advantages__item {
	padding: 30px 0;
	flex-basis: 274px;
	
}

}
.advantages__text {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

