.side-block:not(:last-child) {
    margin-bottom: 35px;
}

.side-block__title {
    margin-bottom: 0;
    display: flex;
    padding-left: 20px;
    font-weight: 500;
    font-size: 17px;
}

.side-block__menu li + li {
    margin-top: 5px;
}

.side-block__menu li {
    position: relative;
    padding: 5px 0 5px 20px;
    display: flex;
}

.side-block__menu li span {
    background-color: var(--bg);
    color: var(--tt-2);
    font-size: 11px;
    position: absolute;
    right: 0;
    top: -1px;
    border-radius: 3px;
    padding: 3px 6px;
    pointer-events: none;
}

.side-block__menu a {
    display: block;
    padding-left: 0;
    font-size: 12px;
}

.side-block__menu a:hover {
    text-decoration: underline;
}

.readmore-btn {
    border: 1px solid #31363e;
    border-radius: 7px;
    padding: 4px 7px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    font-family: "Unbounded Regular", monospace;
    height: 25px;
    margin-top: 4px;
    margin-left: 8px;
    white-space: nowrap;
    width: 100%;
}

.readmore-btn:hover {
    background: #31363e;
}

.hide-content {
    display: none;
    width: 600px;
    position: relative;
    background: #0c1218;
    z-index: 99;
}

.hide-content > ul {
    columns: 1;
}
.less-btn {
    width: 30%;
}

.side-block__menu {
    padding: 13px 0 0 0;
}

.less-btn {
    border: 1px solid #31363e;
    border-radius: 7px;
    padding: 4px 7px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    font-family: "Unbounded Regular", monospace;
    height: 25px;
    margin: 20px 5%;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .hide-content > ul {
        columns: 3;
    }

    .less-btn {
        width: 90%;
    }
}
