#schedule, #contacts {
display:none!important;
} 

#main-buttons .wrapper {
display:none!important;
} 

.tag.button {
    color: #000;
    background-color: #f6f2e2;
    padding: 1vw 0;
    font-weight: 500;
}

@media screen and (max-width: 479px) {
    .tag {
        font-weight: 500;
        line-height: 6vw;
    }
}
@media screen and (max-width: 767px) {
    .button {
        font-size: 4vw;
    }
}
@media screen and (max-width: 767px) {
    .tag {
        font-size: 3vw;
    }
}
@media screen and (max-width: 991px) {
    .button {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.button {
    color: #f6f2e3;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #000;
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    width: 100%;
    padding: 35px 30px 32px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1;
    transition: transform .6s 
cubic-bezier(.215, .61, .355, 1), letter-spacing .7s 
cubic-bezier(.165, .84, .44, 1), background-color .7s;
    display: flex
;
}
.tag {
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 3px solid #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding: 1vw 2vw;
    font-family: Montserrat, sans-serif;
    font-size: 1.6vw;
    line-height: 1;
    display: inline-block;
}