.wrap_banner {
    margin: 40px 0 60px;
    text-align: center;
}
.wrap_banner img {
    width: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.wrap_digits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transform: translateX(40px);
}
.digit_item {
    width: 32%;
    padding-left: 100px;
    position: relative;
    padding-right: 100px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.wrap_digits .digit_item:before {
    content: attr(data-number);
    position: absolute;
    left: 50px;
    font-size: 40px;
    top: 10px;
    opacity: .3;
}
.form {
    margin: 30px auto;
    max-width: 980px;
}
.section h2 {
    font-weight: 300;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20%;
}
.adveantages {}
.wrap_adveantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.adveantages_item {
    width: calc(33% - 79px);
    box-sizing: border-box;
    margin: 1%;
    background: #303030;
    border-radius: 10px;
    padding: 38px 30px 20px;
    text-align: center;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 1400px) {
    .adveantages_item {
        width: calc(41% - 100px);
        padding: 40px 20px 20px;
    }

    .digit_item {
        padding-right: 0;
    }
}
@media (max-width: 1200px) {
    .adveantages_item {
        width: calc(50% - 100px);
    }
    .wrap_digits {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
}
@media (max-width: 800px) {
    .adveantages_item {
        width: calc(100% - 20px);
    }
}
.adveantages_item__name {
    font-size: 27px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 13px;
}
.adveantages_item__descr {}
.section {
    margin: 100px auto;
    max-width: 1600px;
}
.subtitle {
    text-align: center;
    opacity: .6;
    font-size: 20px;
    margin-bottom: 50px;
}
.how {}
.wrap_how {display: flex; flex-wrap: wrap;}
.table {    padding-right: 50px;    max-width: 59.5%;}
.table_item {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: 1px dashed #ffffff3b;
    padding: 0 20px;
}
.table_item__title, .table_item__price {
    position: relative; 
}
.table_item__title:after, .table_item__price:after  {
    content: "";
    position: absolute;
    background: #1b1b1b;
    width: calc(100% + 40px);
    height: 2px;
    bottom: -2px;
    left: -20px;
}
.table_item__price:after  {
    left: -20px;
}
.table_item.table_item__final {
    background: #303030;
    padding: 20px 20px 50px;
    border-radius: 10px;
    border-bottom: 0px;
    font-size: 25px;
    font-weight: 500;
}
.table_item__final .table_item__title:after {content: ""; display: none;}
.table_item__final .table_item__price:after{content: ""; display: none;}
.final_description {position: relative;     margin: -60px 20px 0;}
.how .wrap_img img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
	width: 100%;
}
.inspection {}
.wrap_ispection {display: flex; align-items: center; gap: 20px; justify-content: center; flex-wrap: wrap;}
.wrap_ispection .wrap_img {}
.wrap_content {}
.wrap_content p {}
.btn__green {}
.wrap_how .wrap_img {
    width: 40%;
}
@media (max-width: 1400px) {
    .services-list__item-text-wrapper {
        padding-top: 200px;
    }
	.adveantages_item__name {
	    font-size: 18px;
	    font-weight: bold;
	}
}
@media (max-width: 800px) {
    .digit_item {
        width: 50%;
    }
    .section h2 {
        font-size: 22px;
        padding: 0 10%;
    }
    .table {
        max-width: 100%;
        margin-bottom: 30px;
		padding-right: 0;
    }
    .wrap_ispection {
        text-align: center;
    }
    .digit_item {
        padding-left: 50px;
    }
    .wrap_digits .digit_item:before {
        left: 10px;
    }
	.table_item {
		font-size: 13px;
		margin-bottom: 13px;
	}
	.table_item.table_item__final {
    	padding: 20px 20px 65px;
        font-size: 20px;
	}
	.final_description {
		margin: -72px 20px 0;
	}
	.services-list__item-text-wrapper {
		padding-top: 200px;
	}
    .final_description {
        font-size: 13px;
    }
    .adveantages_item__name {
        font-size: 22px;
    }
    .wrap_how .wrap_img {
        width: 100%;
    }
    .wrap_ispection .wrap_img {width: 100%;} 
}