.standart-price__tabs {
    display: block;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
}
.standart-price__tabs button.standart-price__tabs-btn {
    background: none;
    border: none;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
}

button.standart-price__tabs-btn.active {
    color: #7bb459;
}

.standart-price__tabs-element {
    display: none;
}

.standart-price__tabs-element.active {
    display: flex !important;
}

@media screen and (max-width: 991px) {
    .standart-price__tabs {
        margin-top: 0; 
    }
    
    jdiv.wrap_d0a4._orientationRight_d41e.__jivoMobileButton {
        margin-bottom: 70px;
    }
}