.header-edge:last-of-type{
    top: 67px!important;
}

@media (max-width: 1200px) {
    .header-edge:last-of-type {
        top: 64px!important;
    }
}

@media (max-width: 550px) {
    .header-edge:last-of-type {
        top: 56px!important;
    }
}

.top-edge{
    top: -50px!important;
}

.wrapper-main{
    margin: 2rem auto!important;
}

h1{
    margin-top: 0.6em!important;
}

.acf-map{
    margin: -6rem 0!important;
}

.footer__menu{
    margin-bottom: 5rem!important;
}

.quality-mark img:first-child{
    width: auto;
    height: 7rem;
    margin-bottom: 0;
}

.quality-mark img{
    width: auto;
    height: 5rem;
    margin-bottom: 1rem;
}

@media (max-width: 1000px){
    .quality-mark{
        text-align: center;
        margin-top: 3rem;
    }

    .footer__menu{
        margin-bottom: 0!important;
    }
}