/*.apartment-detail__price-old{
    display:none!important;
}*/
/*
.apartment-detail__price-benefit{
    display:none!important;
}*/

.tabs{
    display:block;
    width:300px;
    margin: 10px 0px;
}

.tab{
    display:block;
    width:100%;
    font-weight: bold;
    border-bottom: 2px solid #12B2DB;
    background-color: #00CBFF;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 1rem;
    color: white;
    cursor: pointer;
    transition: background 0.2s;
    margin-bottom: 10px;
}

.tab:hover {
    background-color: #5ed5f2;
}