/* список элементов li */

.standard_page ul li:before {
    content: '';
    position: absolute;
    top: 13px;
    left: -20px;
    width: 8px;
    height: 8px;
    background: #4db0da;
	border-radius: 5px
}

.standard_page li {
  list-style-type: none;
  position: relative;
  font-size: 20px;
  font-family: 'OpenSans-Medium';
  text-transform: lowercase;
  line-height: 34px;
  color: #333333;
  

}
/* загаловки */

.text h1  {
	text-align: center;
    font-size: 30px;
	font-family: 'OpenSans-Medium';
	margin-top: 60px;
    margin-bottom: 20px; 
}

.text h3, .text h5 {
    font-size: 27px;
}

.text h4  {
	font-size: 20px;
    color: #4db0da!important;
}

.text h1, 
.text h3, 
.text h4, 
.text h5 {
		text-transform: uppercase;
}

.text h3{ 
	font-family: 'OpenSans-Medium';
	margin: 1.5em 0 0.5em;
}

.text h4, 
.text h5 {
	margin: 1.5em 0 0.5em;
	font-family: 'OpenSans-Medium';
	
}

.text h5 {
   margin: 1.5em 0 0.5em;
   text-align: center;
   color: #4073d6!important;
   font-family: 'OpenSans-Regular';	
}

@media (max-width: 768px){ 
.standard_page li {font-size: 16px;}
}



@media (max-width: 576px){ 
.standard_page h2 {font-size: 25px; margin-bottom: 9px; margin-top: 9px;}
.standard_page h3 {font-size: 21px;}
.standard_page li {line-height: 18px; padding-bottom: 14px;}
.standard_page ul li:before {top: 5px;}

.standard_page .wrap_left .btn-all.mt-4 {
    margin-top: unset!important;
}
 
}

/* слайдер работ до и после */


.standard_page .slider{
	height: unset;
			}


.page_slider img{ 
	width: 33.3%;
	margin-right:15px;
	
}

/* секция банер */

.standard_page .banner_bottom  img {
    max-width: 25%;
	width: unset;
    height: unset;
}


.standard_page .banner_wrapper h4 {
    font-size: 30px;
	margin: 0.5em 0 0.2em;
}


.standard_page .banner_wrapper p.line{ 
    font-size: 30px;

}	

.standard_page .banner_wrapper{ 
	background-color: #71757ab8!important;
	margin: 0px;
}	


/* секция большой банер */

.standard_page .wrap{ 
	background-color: #71757ab8!important;
	max-width: 1220px;
}	


/* секция приемущества услуг */

.standard_page .advantages_service{
    background-color: #e9f0f9;
 }

/* мобильник */
@media (max-width: 768px){ 
.standard_page .advantages_service_wrap {justify-content: space-around!important;}
}


