


/***** НАШЕ ПОРТФОЛИО *****/
.cases{
	position: relative;
}


@media (max-width: 576px) {
	.cases .container-m {
       column-count: 1;}
}



/***** НАШИ ПРЕИМУЩЕСТВА *****/

.wrap-advantages {
	position: relative;
	background: radial-gradient(circle at 25% 40%, #fff 0, #f4f9fc 20%, #b3d5e7 93%);
	text-align: center;
}

.wrap-advantages li {
	 max-width: 340px;
    min-height: 300px;
    margin: 86px 25px 0px 25px;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
	 text-align: left;
}

.wrap-advantages li img {
    width: 110px;
    height: auto;
}


/* Мобила */
@media(max-width: 576px) {
	.wrap-advantages li {margin: 20px;}
}



/***** О КОМПАНИИ *****/
#wrap-our-company {position: relative;}
#wrap-our-company h2 {text-align: center; margin: 10px 0 30px;}
#wrap-our-company .content-our-company li {list-style-type: none; line-height: unset; margin-bottom: 15px;}
#wrap-our-company .intro-text .button-container {text-align: center; margin-top: 46px;}


#wrap-our-company .intro-text{
	display: flex;
}

#wrap-our-company .image{
	min-width: 500px;
}








/***** КАК МЫ РАБОТАЕМ (УТИЛИЗАЦИЯ) *****/
#wrap-utilization {
	position: relative;
}


.content-utilization h2 {
	text-align: center;
	margin: 10px 0 30px;
}


.content-utilization h3 {
	margin-top: 40px;
	margin-bottom: 10px;
}


#wrap-utilization span{
	display: block;
    padding-top: 5px;  
}



/***** ШАГИ *****/
.wrap-steps {
	position: relative;
	background-color: #c7c7c7;
    text-align: center;
	color: #ffffff;
	z-index: 9999;
}

.wrap-steps .black-steps {
	position: relative;
	background: #1f1c1c9e;

}


.wrap-steps .wrapper-text-white, 
.wrap-steps .button-container{
	position: relative;
	z-index: 10;
}


.wrap-steps img.picture_steps {
    position: absolute;	
	top:0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	filter:brightness(0.5);
}


#wrap-steps ol {
	padding-top: 140px;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
	counter-reset: li;
	z-index: 2;
}

#wrap-steps li {
	width: 20%;
	padding: 0 0.8%;
	display: inline-block;
	margin: -2px;
	vertical-align: top;
	position: relative;
	border-right: 1px dotted white;
	text-shadow: 1px 1px 16px #383838;
	z-index: 2;
}

#wrap-steps li:last-child {
	border: none;
}

#wrap-steps li .title {
	line-height: 45px;
	z-index: 2;
}

#wrap-steps li .title{
	margin-bottom: 10px;
}

#wrap-steps li .details{
	display: block;
	margin-top: 3px;
}


#wrap-steps li:before {
	display: block;
	content: counter(li, decimal);
	counter-increment: li;
	font-size: 28px;
	font-weight: bold;
	line-height: 42px;
	width: 42px;
	background: #00d80785;
	color: #fff;
	text-shadow: 3px 0 4px rgba(0, 0, 0, 0.23);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 7px rgba(216, 0, 0, 0.55), 0 0 0 14px rgba(216, 0, 0, 0.35);
	-moz-box-shadow: 0 0 0 7px rgba(216, 0, 0, 0.55), 0 0 0 14px rgba(216, 0, 0, 0.35);
	box-shadow: 0 0 0 7px #4CAF50, 0 0 0 14px rgba(76, 175, 80, 0.64);
	position: absolute;
	top: -71px;
	left: 50%;
	margin-left: -21px;
	z-index: 2;
}

#wrap-steps .button-container {
	margin: 75px 0 37px;
}


/* Мобила */
@media (max-width: 992px) {
	#wrap-steps li {
		 width: 100%;
		 min-height: 180px;
		 border-right: none;
		 margin-bottom: 90px;
	}
	
	#wrap-steps ol {
		padding-top: 180px;}
	
	.wrap-steps li .title {
		margin-bottom: 0px;}
	
	
	#wrap-steps .button-container {
		margin: 0px 0 14px;}


}



/***** ОТЗЫВЫ *****/
.wrap-reviews {
	position: relative;
	background-image: radial-gradient(circle at 25% 40%, #fff 0, #f4f9fc 20%, #b3d5e7 93%);
}


#reviews h4 {
	display: inline-block;
	padding: 4px 0;
	border-top: 1px solid #ffd740;
	border-bottom: 1px solid #ffd740;
	margin-bottom: 10px;
	margin-top: 15px;
}


#reviews .name {
	position: absolute;
	left: 250px;
	top: 0;
}


#reviews li {
	position: relative;
	padding: 30px 0 0 250px;
	min-height: 200px;
	list-style-type: none;
}

#reviews li:not(:first-child) {
	margin-top: 50px;
}


#reviews img:last-of-type {
	position: absolute;
	left: 0;
	top: 0;
	
}

#reviews li:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

#reviews img:first-of-type {
	position: absolute;
	top: 25px;
	left: 14px;
	z-index: 5;
	width: 100px;
}



@media (max-width: 768px) {
	
	#reviews h4 {
		 margin-top: 0px;
	}
	
	#reviews ul {
		 padding-left: 10px;
		 padding-right: 10px
	}

	#reviews li {
		 padding: 190px 0 0 0;
		 margin-bottom: 90px;
	}

	#reviews .name {
		 left: 0;
		 font-weight: bold;
	}

	#reviews h3,
	#reviews p {
		 position: relative;
		 top: 35px;
	}

	#reviews img:first-of-type {
		 top: 136px;
	}

	#reviews img:last-of-type,
	#reviews li:before {
		 top: 40px;
	}

	
	#reviews li:not(:first-child) {
    margin-top: 150px;
	}
	
	#reviews li:before {
		 display: none;
	}
	
	
	#reviews li:not(:first-child) {
		margin-top: 140px;
	}

	#wrap-steps li:last-child {
		margin-bottom: 0px;
	}
}

@media (max-width: 767px) {
	
	#reviews li {
		padding: 40px 0 0 0;}
	

}


@media (max-width: 576px) {
	
	#reviews img:last-of-type, #reviews li:before {
        top: 100px;}
	

	#reviews p {
		top: 133px;}


	#reviews li {
		margin-bottom: 180px;}


}










/***** КОНТАКТЫ *****/
.wrap-contact {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	background-color: white;
}

.wrap-contact .wrapper-text h2 {
	font-size: 31px;
	margin: 10px 0 10px;
}

.wrap-contact .wrapper-text .contact-tel {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
}

.wrap-contact .phone p span,
.wrap-contact .phone p a {
	color: #fe6523;
	margin-left: 7px;
	margin-right: 7px;
}

.content-contact {
	width: 100%;
}


.wrap-contact ul.item_contact  {
    list-style-type: none;
    padding-left: 0;
	max-width:fit-content;
	margin:0 auto;
}


.wrap-contact ul.item_contact li {
    display: flex;
	 margin-bottom: 5px;
}


@media(max-width: 576px){.wrap-contact ul.item_contact li {
	flex-direction: column;
	margin-bottom: 20px;
	}
}


.wrap-contact .phone_number{
	min-width: max-content;
}

.wrap-contact ul.item_contact li span:first-of-type {
    min-width: 170px;
    margin-right: 5px;
	text-align: left;
}


.wrap-contact ul.item_contact li span:last-child {
    min-width: fit-content;
	 text-align: left;
}


/***** БЛОК ОСТАВИТЬ ЗАЯВКУ *****/
.wrap-questions {
	position: relative;
	background-image: radial-gradient(circle at 25% 40%, #fff 0, #f4f9fc 20%, #b3d5e7 93%);
}

.content-questions {
	 display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.black-questions {
	min-height: 600px;
}

.content-questions .questions {
	text-align: center;
	font-weight: bold;
	font-size: 31px;
	color: #25364b;
}

.content-questions .wrapper-text {
	margin-top: 85px;
	margin: 25px 0 37px;
}

.content-questions #questions {
	margin-bottom: 42px;
}


/***** Тригер *****/

.triger {
	position: absolute;
	top: -85px;
}

