
.tabs {
    margin-bottom: 20px;
    border-bottom: 1px #3e6da5 solid;
}

.tabs-list {
    display: flex;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px #3e6da5 solid;
}

.tabs-item {
    margin-right: 4px;
    margin-bottom: -1px;
}

.tabs-link {
    display: flex;
    padding: 6px 16px;
    border: 1px #aaa solid;
    border-bottom-color: #3e6da5;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
    font-size: 14px;
    color: #666;
}

.tabs-link:hover {
    padding: 8px 16px;
    color: #444;
}

.tabs-link.active {
    padding: 8px 16px;
    border-color: #3e6da5;
    border-bottom-color: #fff;
    color: #3e6da5;
}

.tabs-sheet {
    display: none;
    padding: 20px 0;
}

.tabs-sheet.active {
    display: block;
}
