.wrapper__best-calc{background:url(/templates/komfort74/images/numbers_bg.jpg) no-repeat bottom center}
.wrapper__best-calc .widget__title{max-width: 540px; margin: 0 auto;}
.numbers_all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 60px;
}
.number {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
	width:33.333%
}
.number_name {
    font-size: 58px;
	line-height:110%;
    display: flex;
    justify-content: center;
	align-items:center;
	color: #007ABE;
}
@media(max-width: 1229px) and (min-width:768px) {
	.number:nth-child(4), .number:nth-child(5){width:50%}
}

@media(max-width: 991px){
	.wrapper__best-calc{background-size:cover}
	.number_name {font-size: 48px}
}
@media(max-width: 767px){
	.number_name {font-size: 42px}
	.numbers_all{margin-top:40px}
	.number {width:50%; margin-bottom: 40px; margin-top: 10px;}
	.number:nth-child(5){width:100%}
}
@media(max-width: 575px){
	.number_name {font-size: 36px}
	.numbers_all{margin-top:15px}
	.number {width:100%; margin: 15px 0}
}
