
body.webp .review-form {
    background: url('../images/reviewBg0.webp') no-repeat bottom center;
}

body.webp .first-nav .cabinet a {
    background: url(../images/key-ico.webp) 0 50% no-repeat;
}

body.webp .top_phone .ico24h {
    background: url(../images/24.webp);
}

body.webp .main_directions {
    background: url(../images/trianglebg.webp) center top no-repeat;
    background-size: cover;
}

body.webp .triangle-bottom {
    background: url(../images/trianglebg.webp) center bottom no-repeat;
}

@media(max-width: 600px) {
    body.webp .main_directions {
        background: transparent;
        padding-top: 25px;
    }
}