@media (min-width: 1100px) {
    .top3-servers-podbor .l-filter {
        padding: 0 6%;
    }
}

.top3-servers-podbor .l-filter__content {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
}

@media (min-width: 1100px) {
    .top3-servers-podbor .l-filter__content {
        padding-top: 24px;
        padding-bottom: 12px;
    }
}

@media (min-width: 900px) {
    .top3-servers-podbor .l-filter ul {
        margin-bottom: -34px;
    }
}

.top3-servers-podbor .l-filter ul {
    margin-bottom: -20px;
}

.top3-servers-podbor ol, .top3-servers-podbor ul {
    list-style: none;
}

@media (min-width: 1100px) {
    .top3-servers-podbor .l-filter li {
        margin-right: 0;
        margin-bottom: 6px;
    }
}

@media (min-width: 900px) {
    .top3-servers-podbor .l-filter li {
        margin-bottom: 34px;
        margin-right: 20px;
    }
}

.top3-servers-podbor .l-filter li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 1px solid #334c5c;
    background-color: #fff;
    color: #a2a8ac;
    border-radius: 100px;
    cursor: pointer;
    transition: opacity .25s ease;
}
.top3-servers-podbor .l-filter li a, .top3-servers-podbor .l-filter li span {
    display: block;
    padding: 0.5em 1em;
    font-size: 14px;
    font-weight: 700;
    color: #334c5c;
    text-decoration: none;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    transition: opacity .25s ease;
}
.top3-servers-podbor .l-filter li:hover {
    /* opacity: 0.8; */
    color: #007acc;
    border-color: #007acc;
}
.top3-servers-podbor .l-filter li:hover a{
    color: #007acc;
}
.top3-servers-podbor {
    padding: 40px 12.5% 80px;
    position: relative;
    z-index: 5;
}
