.footer__menu .wrapper-main .accordion .acc-item:nth-child(4n){
    width: 25%!important;
}

.footer__menu .wrapper-main .accordion .acc-item:nth-child(2n){
    width: 39%;
}

@media (max-width: 1150px){
    .footer__menu .wrapper-main .accordion .acc-item:nth-child(2n){
        width: auto;
    }
}

.wrapper-main{
    margin: 2rem auto!important;
}

h1{
    margin-top: 0.6em!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;
    }
}

.image-button-block__text .acc-content{
    width: 100%;
}