.article h1{float: left; width: calc(100% - 280px);}
.article .btn.form_scroll{float: right;margin-top: 10px;}
.article .tbl-price{max-width: 100%;}
.article .tbl-price tr td{min-width: 100px;}
.tbl-notes{font-size: 14px; font-weight: bold;}
#share-page{display: none;}

@media screen and (max-width: 959px){
.article .tbl-price tr td{min-width: 85px;}
}
@media screen and (max-width: 550px){
.article h1{float: none; width: 100%;}
.article .btn.form_scroll{float: none; margin: 0 auto;}
}
.items_blocks_uslugi{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;	
}
.item_blocks_uslugi{
    display: grid;
    justify-items: center;
    width: 20%;
    margin: 20px 0;
    padding: 0 10px;
}
.img_blocks_uslugi{
	display: block;
    width: 100%;	
}
.img_blocks_uslugi img{
	object-fit: contain;
	width: 100%;	
	max-height: 170px;
}
.article a.name_blocks_uslugi{
    text-align: center;
    margin: 10px 0;
    color: #000;
    text-decoration: none;	
	text-transform: uppercase;
}
.price_blocks_uslugi{
    color: #C13A33;
    font-weight: bold;
    font-size: 16px;	
}
@media (max-width: 991px){
	.item_blocks_uslugi{
		width: 25%;
	}
}
@media (max-width: 767px){
	.item_blocks_uslugi{
		width: 33.333%;
	}
}
@media (max-width: 500px){
	.item_blocks_uslugi{
		width: 50%;
	}
}