.pageTemplate31 .header-banner {
    background: url(/new/img/uslugi/header-banner-uslugi.jpg) top left no-repeat;
    background-size: cover;
    background-position-x: right;
}
.header-banner--small {
    min-height: 533px;
}
.header-banner--small .header-banner__pagetitle {
    margin-top:90px;
}
.uslugi-list {
    background: #F4F2F5;
    padding-top:56px;
    padding-bottom:65px;
}
.uslugi-list .homePriceTable-content__item:nth-child(n+8) {
    display: flex;
}
.uslugi-list .homePriceTable {
    margin-bottom:53px;
}
.uslugi-list .homePriceTable:last-child {
    margin-bottom:0;
}
.homePriceTable-head__item h2 {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
}
.pageTemplate31 .homeForm,
.pageTemplate31 .footer{
    background: #F4F2F5;
}
.pageTemplate31 .footer {
    margin-top:0;
    padding-top:70px;
}

@media (max-width:600px) {
    .pageTemplate31 .header-banner {
        background-position-x: -824px;
        min-height: auto;
    }
    .homePriceTable-head__item:first-child {
        width: calc(100% - 80px);
    }
    .pageTemplate31 .footer {
        padding-top:0;
    }
}