.badge {
    display: inline-block;
    padding: 10px 15px;
    color: var(--custom-text-color);
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: hsla(0,0%,100%,.05);
    border-radius: 8px;
}
.badge a {
    fill: #ffffff;
    color: #ffffff;
}
.badgeBack {
    display: inline-block;
    padding: 0.35em 0.6em;
    background: var(--fon);
    border-radius: 10px;
    font-size: 75%;
    font-weight: 500;
    transition: .5s;
    margin-left: 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    fill: #ffffff;
    color: #ffffff;
    font-size: 12px;
}
.badgeN {
    display: inline-block;
    padding: 4px 5px;
    background: var(--fon);
    border-radius: 6px;
    font-size: 75%;
    font-weight: 500;
    transition: .5s;
    margin-left: 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    fill: #ffffff;
    color: #ffffff42;
    background: var(--fon);
    font-size: 11px;
}
.badgeNews {
    display: inline-block;
    padding: 3px 8px;
    background: var(--navbar-first-color);
    border-radius: 6px;
    font-size: 75%;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    fill: #ffffff;
    color: #ffffff;
    font-size: 15px;
    transition: .3s;
}
.badgeNewsGavno {
    display: inline-block;
    padding: 8px 8px;
    border-radius: 6px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    color: var(--custom-text-color);
    font-size: 15px;
    background: var(--button-color);
    transition: .3s;
}
.badgetop {
    display: flex;
    padding: 15px 1px 15px 1px;
    margin: 0 17px 0 0;
    font-size: 17px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    align-items: center;
    justify-content: center;
    color: var(--default-text-color);
    border-radius: 6px;
    background-color: #22253e;
    transition:.7s;
    cursor: pointer;
}
.badgetop:hover {
    color: #5a6198;
    border-radius: 6px;
    background-color: #22253e;
    transition:.7s;
}
.selectbadge {
    display: inline-block;
    padding: 1px 1px;
    font-size: 81%;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    border-radius: 6px;
    vertical-align: baseline;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    fill: #ffffff;
    color: #ffffff;
    background-color: var(--span-color);
    box-shadow: 0 0 13px 0px rgb(255 96 68 / 28%);
}
.badge_pagination {
    display: inline-block;
    padding: 0.8em 0.6em;
    background: var(--navbar-first-color);
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 600;
    margin-left: 5px;
    text-align: center;
    white-space: normal;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: var(--custom-text-color);
    font-size: 12px;
}
.badge_pagination.infoblock1.active {
    background: #6080ff;
    font-weight: 700;
    border-radius: 8px;
    border: 1px solid var(--border-input-form);
    color: #fff;
    cursor: default;
}
.badge_pagination.infoblock1.disabled {
    background: var(--navbar-first-color);
    pointer-events: none;
}
.infoblock1:hover {
    background: var(--span-color);
    color: var(--default-text-color);
    opacity: 1;
    border-radius: 8px;
    transition: .3s;
}
.zaebaliclassy:hover{
    box-shadow: 0px 3px 0px 0px #575ea6;
}
.badgeslame {
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    transition: .5s;
    text-align: center;
    white-space: normal;
    vertical-align: baseline;
    color: var(--custom-text-color);
    font-size: 14px;
}
.backadm{
    display: inline-block;
    padding: 5px 6px;
    background: #1a1d36;
    border-radius: 5px;
    font-size: 75%;
    font-weight: 900;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    fill: #ffffff;
    color: #ffffff;
    font-size: 15px;
}
.button_pag {
    width: 40px;
    margin: 2px;
    text-align: center;
}