
.m-slider .m-item-content__box.--space {
    justify-content: space-around;
}
.m-button{
    display: none;
}

.m-slider{
    width: 100%;
    max-width: initial;
}
.m-slider .m-slider__item{
    width: 100%!important;
    height: initial;
}

.c-header-wrap {
    height: 57px;
}

@media only screen and (min-width: 1251px){
    .c-header-wrap {
        height: 125px;
    }
}