.header__logo {
    height: 47px;
    margin-left: -34px;
    margin-right: 0px;
    margin-top: -14px;
}

.pheader {
    background: url("../../img/bg-menu4.webp") no-repeat center / 100% 100%;
}

.head__section {
    background-image: url("../../img/bg-head-desktop4.webp");
}

.range__background {
    background-image: url("../../img/bg-range-desktop4.webp") !important;
}

.why__section,
.offline__section {
    background-image: url("../../img/bg-cover-desktop4.webp");
}

footer.footer {
    background-image: url("../../img/bg-footer-desktop4.webp");
}

.head__section,
.why__section,
.offline__section,
footer.footer {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer__logo {
    height: 47px;
    margin-left: -34px;
    margin-top: -14px;
}

@media only screen and (max-width: 992px) {
    .header__logo {
        height: 34px;
        margin-left: -24px;
        margin-right: auto;
        margin-top: -10px;
    }

    .footer__logo {
        height: 40px;
        margin-left: -29px;
        margin-top: -10px;
    }
}