.number_work{
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #4e87a0;
    color: #fff;
    padding: 20px 0;

}
.number_work-block div{
    font-size: 60px;
    margin-right: 30px;
}
.number_work-block p{
    font-size: 24px;
}
.number_work-block{
    padding: 20px 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #7aa5b8;
}
.number_work-block:last-child{
    border-right: 0;
}
.info_text{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
    padding: 60px 30px 90px;
}
.info_text:last-child{
    border-bottom: 0px solid #e5e5e5;
}
.info_text img{
    max-width: 250px;
    margin-right: 70px;
}
.info_text .text .zag{
    font-size: 44px;
    color: #58595b;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.info_text .text .zag::before{
    content: '';
    background-color: #58595b;
    width: 39px;
    height: 2px ;
    position: absolute;
    top: 15px;
    left: -55px;
}
.info_text .text p{
    color: #515151;
    line-height: 1.75;
}
.rewards{
    width: 100%;
    padding: 70px 0;
    background-color: #b29780;
    color: #fff;
    margin-bottom: 50px;
}
.rewards .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.rewards .container .zag{
    width: 100%;
    text-align: center;
}
.rewards .container .zag h2{
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 30px;
}
.rewards .container .zag p{
    font-size: 20px;
    font-weight: bold;
}
.rewards_block{
    margin-top: 50px;
    padding: 0 40px;
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
}
.rewards_block img{
    margin: 0 auto 50px;
}
.rewards_block .text .zag{
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.rewards_block .text p{
    line-height: 1.2;
}


.all_product{
    margin: 50px 0;
}
.all_product-block{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.all_product-block img{
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
}
.all_product-block .text{
    width: 640px;
    padding-left: 55px;
    box-sizing: border-box;
}
.all_product-block .text .zag{
	font-family: "Ubuntu",sans-serif;
    font-size: 44px;
    text-align: left;
    background: url(./line-zag.png) center right;
    background-size: inherit;
    margin-bottom: 55px;
    background-position: center right;
    text-transform: uppercase;
    background-repeat: no-repeat;
	line-height: 42px;
}
.all_product-block .text .zag span{
    background-color: #fff;
    padding-right: 20px;
	font-family: "Ubuntu", sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #58595b;
}
.all_product-block .text p{
    line-height: 1.2;
    margin-bottom: 30px;
	font-family: "Ubuntu",sans-serif;
	font-weight: 300;
	line-height: 24px;
}
.all_product-block .text a{
    padding: 14px 30px;
    color: #ad8f76;
    border: 1px solid #ad8f76;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    transition: 0.3s;
    box-sizing: inherit;
    border-radius: 2px;
}
.all_product-block .text a:hover{
    color: #fff;
    background-color: #ad8f76;
}
.all_product-block .text a:hover img{
    filter: brightness(1000%);
}
.all_product-block .text a img{
    margin: 0 10px;
    width: 26px;
    height: 11px;
    transition: 0s;
    padding: 0;
}

.all_product-block:nth-child(even){
    justify-content: flex-end;
    background-color: #f6f7f7;
    padding: 75px 0;
}
.all_product-block:nth-child(even) img{
    order: 2;
    padding-right: 0;
}
.all_product-block:nth-child(even) .text{
    padding-left: 0;
    padding-right: 90px;
	font-family: "Ubuntu",sans-serif;
	font-weight: 300;
	line-height: 24px;
}
.all_product-block:nth-child(even) .text .zag span{
    background-color: #f6f7f7;
}

@media screen and (max-width: 1366px){
    .number_work-block{
        padding: 10px 30px;
    }
    .all_product-block .text .zag{
        margin-bottom: 20px;
    }
    .all_product-block .text{
        padding: 15px 30px;
        width: 50%;
        box-sizing: border-box;
    }
    .all_product-block:nth-child(even) .text{
        padding: 15px 30px;
        width: 50%;
        box-sizing: border-box;
    }
    .all_product-block .text p{
        margin-bottom: 10px;
    }
    .info_text{
        padding: 30px;
    }
    .all_product-block:nth-child(even){
        padding: 30px;
    }
}
@media screen and (max-width: 1024px){
    .number_work-block{
        width: 50%;
        box-sizing: border-box;
    }
    .number_work{
        flex-wrap: wrap;
        justify-content: center;
    }
    .rewards_block{
        width: 50%;
    }
    .all_product-block:nth-child(even){
        padding: 30px 0;
    }
}
@media screen and (max-width: 900px){
    .all_product-block img{
        width: 100%;
    }
    .all_product-block {
        flex-wrap: wrap;
    }
    .all_product-block .text{
        width: 100%;
    }
    .all_product-block:nth-child(even) .text{
        width: 100%;
    }
    .all_product-block img{
        padding: 0 30px;
    }
    .all_product-block:nth-child(even) img{
        padding: 0 30px;
    }
}
@media screen and (max-width: 768px){
    .number_work-block{
        width: 100%;
        justify-content: flex-start;
    }
    .number_work{
        justify-content: flex-start;
        padding: 0;
    }
    .number_work-block{
        border-right: 0;
        border-bottom: 1px solid #7aa5b8;
    }
    .number_work-block:last-child{
        border-bottom: 0px solid #7aa5b8;
    }
    .info_text{
        flex-wrap: wrap;
    }
    .info_text img{
        margin: 20px auto;
    }
    .rewards_block{
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #decdbf;
        margin-bottom: 15px;
        padding-bottom: 30px;
        margin-top: 25px;
    }
    .rewards_block img {
        margin: 0 auto 15px;
    }
    .info_text{
        padding: 30px 0;
    }
    .info_text .text .zag::before{
        content: none;
    }
    .info_text .text .zag{
        text-align: center;
    }
    .rewards{
        padding: 15px 0;
    }
}
@media screen and (max-width: 480px){
    .number_work-block{
        flex-wrap: wrap;
        padding: 15px;
    }
    .number_work-block div{
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .number_work-block p{
        width: 100%;
        text-align: center;
    }
    .info_text .text p{
        text-align: justify;
    }
    .all_product-block .text p{
        text-align: justify;
	 }
	 .advantages-new-adv{
		 width: 100%;
	 }
	 .about-banner-color-wide__title {
		 width: 100%;
		 padding-left: 10px;
		 padding-right: 10px;
		 text-align: center;
	 }
}

/* Доработка текста в мобильной версии */
@media screen and (max-width:450px){
	.about-banner__title{
		margin-top: 20px;
		font-size: 34px;
		text-align: center;
	}
	.about-banner__text{
		padding-left: 0;
	}
	.all_product-block .text .zag {
		line-height: 32px ;
	}
	.all_product-block .text .zag span{
		padding-right: 0;
		font-size: 28px;
	}
	.advantages-new__title{
		font-size: 34px;
		line-height: 1.2em;
	}
}