.submenu {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    position: relative;
}
.submenu li a {
    background-color: #e80024;
    color: #ffffff;
}
.menu-active {
    display: block !important;
}
@media screen and (max-width: 991.98px) {
    .submenu li a {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .submenu {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
        width: 100%;
        position: unset;
    }
    .menu-active a {
        height: unset;
    }
}
@media screen and (max-width: 639.98px) {
    .submenu li a {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .blitz__main-content {
        padding: 30px 0 0 0;
    }
}
.blitz-title {
    font-family: CeraPro-Black;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase; }
.blitz-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blitz-crumbs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.blitz-crumbs > a {
    text-decoration: none;
}
.blitz-crumbs-item {
    color: #e80024;
    cursor: default;
}
.blitz__btn-title {
    margin: 0 0 50px 0 !important;}
@media screen and (max-width: 479.98px) {
    .blitz-title-container {
        flex-direction: column;
    }
    .blitz-title {
        margin-bottom: 30px !important;
    }
}
.blitz__table {
    border-spacing: 2px 7px;
    width: 100%;
}
.blitz__table-container {
    width: 100%;
    display: flex;
    gap: 5px; }
.blitz__table-scroll {
    /*width: 592px;*/
    margin-top: 40px;
    overflow: auto;
    height: 360px;
}

@media screen and (max-width: 1300px) {
.blitz__table-scroll {
    width: 100% !important; } }
    .blitz__table-scroll-tur {
    width: 542px; }
    .blitz__table-scroll-online {
    width: 435px;
    height: 425px; }
    .blitz__table-scroll-online-lobby {
    width: 435px;
    height: 360px; }
    .blitz__table-scroll-result {
    width: 100%;
    height: 100%; }
    .blitz__table-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
    .blitz__table-scroll::-webkit-scrollbar-track {
    background-color: #e9e9e9; }
    .blitz__table-scroll::-webkit-scrollbar-thumb {
    background-color: #e80024; }
.blitz__table-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
    border-radius: 6px;
    padding: 5px 5px 20px 5px;
    background-color: #e80024; }

@media screen and (max-width: 1300px) {
.blitz__table-link-cont {
    width: 100%; } }

@media screen and (max-width: 1300px) {
.blitz__table-link-container {
    width: 100%; } }

@media screen and (max-width: 767.98px) {
.blitz__table-link-container {
    width: calc(100% - 50px); } }
    .blitz__table-link img {
    width: 35px;
    height: 35px; }
    .blitz__table-link p {
    display: inline-block;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    color: white;
    font-size: 18px; }
.blitz__table table {
    min-width: 400px;
    position: relative;
    width: 100%; }
.blitz__table__headerrow {
    width: 100%;
    border-radius: 5px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1; }
    .blitz__table__headerrow-medium {
    min-width: 160px; }
    .blitz__table__headerrow-long {
    min-width: 250px; }
    .blitz__table__headerrow-xlong {
    min-width: 350px; }
    .blitz__table__headerrow-small {
    min-width: 110px; }
    .blitz__table__headerrow-xsmall {
    min-width: 81px; }
    .blitz__table__headerrow-id {
    min-width: 56px; }
    .blitz__table__headerrow-left {
    padding-left: 73px;
    min-width: 187px;
    display: flex;
    align-items: center; }
    .blitz__table__headerrow-black {
    background-color: #000000 !important; }
    .blitz__table__headerrow th {
    background-color: #e80024;
    color: white;
    height: 50px; }
    .blitz__table__headerrow th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
    .blitz__table__headerrow th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
.blitz__table .datatable__thead {
    display: flex;
    top: 0;
    z-index: 1;
    animation: none; }
    .blitz__table .datatable__thead .column-player div {
    display: flex;
    align-items: center;
    padding-left: 73px; }
    .blitz__table .datatable__thead .column-black {
    background-color: #000000; }
    .blitz__table .datatable__thead .column-result div {
    background-color: #e80024 !important; }
.blitz__table__bodyrow-stars {
    vertical-align: middle;
    color: #e80024;
    font-size: 30px; }
.blitz__table__bodyrow-btns {
    display: flex;
    gap: 8px;
    justify-content: center; }
.blitz__table__bodyrow-link {
    color: #e80024; }
.blitz__table__bodyrow td {
    background-color: #e9e9e9;
    height: 55px;
    text-align: center;
    font-family: CeraPro-Bold; }
.blitz__table__bodyrow td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
.blitz__table__bodyrow td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
.blitz__table .column-short {
    min-width: 160px; }
.blitz__table .column-number {
    width: 56px; }
.blitz__table .column-author {
    width: 230px; }
    .blitz__table .column-author-container {
    font-family: CeraPro-Bold; }
.blitz__table .column-name {
    width: 402px; }
    .blitz__table .column-name div {
    width: 402px; }

@media screen and (max-width: 1199.98px) {
.blitz__table .column-name {
    width: 211px; }
    .blitz__table .column-name div {
    width: 213px; } }
.blitz__table .column-result {
    width: 82px; }
.blitz__table .column-test {
    width: 40px; }
.blitz__table .column-tasks {
    width: 60px; }
.blitz__table .column-time {
    width: 86px; }
.blitz__table .column-end {
    width: 110px; }
    .blitz__table .column-end div a {
    color: #e80024; }
.blitz__table .column-batl {
    min-width: 350px; }

@media screen and (max-width: 1300px) {
.blitz__table .column-batl {
    width: 100%; } }
    .blitz__table .column-batl-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: CeraPro-Bold; }
.blitz__table .column-player {
    min-width: 265px; }

@media screen and (max-width: 1300px) {
.blitz__table .column-player {
    width: 100%; } }
    .blitz__table .column-player-container {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-left: 18px;
    font-family: CeraPro-Bold; }
.blitz__table-stars {
    display: flex;
    justify-content: center;
    gap: 2px; }
    .blitz__table-stars .rating__onicon {
    width: 23px;
    height: 23px; }
    .blitz__table-stars .rating__onicon path {
        fill: #e80024; }
    .blitz__table-stars .rating__officon {
    width: 23px;
    height: 23px; }
    .blitz__table-stars .rating__officon path {
        fill: #00000050; }
.blitz__table-center {
    display: flex;
    justify-content: center; }
.blitz__table-flex {
    display: flex;
    flex-direction: column; }

.blitz__tab {
width: 158px;
height: 38px;
border-bottom: 2px solid black;
padding-left: 18px;
font-size: 18px;
font-weight: 600;
display: flex;
align-items: center;
margin-top: 50px; }
.blitz__tab-sub {
    margin-top: unset; }
.blitz__tab-long {
    width: 319px; }

.blitz__btn {
margin: 50px 0;
display: flex;
text-decoration: none;
color: white;
background-color: #e80024;
padding: 10px 60px;
border-radius: 50px; }
.blitz__btn-container {
    display: flex;
    justify-content: center; }

.blitz-tabs {
display: flex;
gap: 5px; }

@media screen and (max-width: 639.98px) {
.blitz-tabs {
    flex-direction: column; } }

.blitz-tab {
display: flex;
justify-content: flex-start;
padding-top: 8px;
padding-left: 18px;
list-style-type: none;
width: 162px;
height: 29px;
background-color: transparent;
border-radius: 35px;
border: 2px solid black;
text-align: start;
font-size: 18px;
font-weight: 600;
cursor: pointer; }

@media screen and (max-width: 639.98px) {
.blitz-tab {
    width: calc(100% - 18px); } }
.blitz-tab-active {
    border: 2px solid #e80024;
    color: #e80024; }
.blitz-tab-fight {
    width: 122px; }

@media screen and (max-width: 1300px) {
.blitz-tab-fight {
    width: 180px; } }

@media screen and (max-width: 639.98px) {
.blitz-tab-fight {
    width: calc(100% - 18px); } }

.blitz__content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

@media screen and (max-width: 1300px) {
    .blitz__content-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

.blitz__info-container {
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;*/
}

@media screen and (max-width: 1300px) {
    .blitz__info-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}


.blitz__chat-container {
margin-top: 50px;
display: flex;
gap: 4px; }

@media screen and (max-width: 991.98px) {
.blitz__chat-container {
    flex-direction: column;
    gap: 30px; } }
.blitz__chat-container-top {
    margin-top: unset; }

.blitz__scrollpanel {
margin-top: 46px;
width: calc(100% - 40px);
padding: 20px;
height: 310px;
overflow: auto;
border: 0.5px solid rgba(128, 128, 128, 0.486);
border-radius: 6px; }
.blitz__scrollpanel::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
.blitz__scrollpanel::-webkit-scrollbar-track {
    background-color: #e9e9e9; }
.blitz__scrollpanel::-webkit-scrollbar-thumb {
    background-color: #e80024; }
.blitz__scrollpanel-announcement {
    height: 377px; }
.blitz__scrollpanel-full {
    height: 379px; }
.blitz__scrollpanel-link {
    margin-top: 10px;
    width: calc(100% - 32px);
    min-height: 55px;
    border: 0.5px solid rgba(128, 128, 128, 0.486);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-radius: 6px;
    padding: 0 7px 0 25px;
    text-decoration: none;
    color: black; }
    .blitz__scrollpanel-link p {
    font-family: CeraPro-Regular; }
    .blitz__scrollpanel-link textarea {
    width: 100%;
    border: none;
    resize: vertical; }

.blitz__table-tab, .blitz-chatpanel {
    display: none;
}

.blitz__chat-item {
display: flex;
gap: 20px;
margin-bottom: 20px; }
.blitz__chat-item img {
    height: 40px; }

.blitz__chat-answer {
margin-left: 60px; }

.blitz__chat-name {
font-family: CeraPro-Bold; }

.blitz__chat-date {
font-size: 12px;
color: gray; }

.blitz__chat-content {
display: flex;
flex-direction: column;
gap: 3px; }

.blitz__chat-analitic {
display: flex;
gap: 20px;
color: gray; }

.blitz__chat-like {
display: flex;
gap: 5px;
align-items: center;
color: gray; }
.blitz__chat-like img {
    width: 18px;
    height: 18px; }

.blitz__leader {
margin-top: 40px;
min-height: 173px;
width: calc(100% - 200px);
padding: 15px 100px;
background-color: rgba(128, 128, 128, 0.226);
display: flex;
justify-content: space-between;
gap: 100px;
align-items: center;
overflow: auto; }
.blitz__leader-achievements {
    width: calc(100% - 120px);
    padding: 15px 60px;
    gap: 40px; }
.blitz__leader-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px; }
.blitz__leader-itemAchievements {
    width: 215px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px; }
.blitz__leader-number {
    font-size: 25px !important;
    font-family: CeraPro-Bold; }
    .blitz__leader-number-orange {
    color: #c76034; }
.blitz__leader-gold {
    color: #b07411; }
.blitz__leader-name {
    font-family: CeraPro-Bold;
    font-size: 18px; }
.blitz__leader-circle {
    background-color: black;
    border-radius: 100px;
    padding: 12px; }
.blitz__leader-text {
    text-align: center;
    width: 215px; }
    .blitz__leader-text-red {
    color: #e80024; }
.blitz__leader-red {
    background-color: #e80024; }

.blitz__battle {
display: flex;
align-items: center;
gap: 15px; }

@media screen and (max-width: 767.98px) {
.blitz__battle {
    flex-direction: column; } }
.blitz__battle-team {
    border: 2px solid #e80024;
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 10px 50px;
    border-radius: 50px;
    width: 237px; }
    .blitz__battle-team p {
    font-family: CeraPro-Bold;
    color: #e80024; }
.blitz__battle-vs {
    height: 35px; }
.blitz__battle-number {
    margin-top: 50px;
    background-color: #000;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 7px;
    border-radius: 50px; }

@media screen and (max-width: 479.98px) {
.blitz__battle-number {
    border-radius: 15px; } }
    .blitz__battle-number div div {
    margin-top: 50px;
    background-color: #000;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 7px;
    border-radius: 50px; }

@media screen and (max-width: 479.98px) {
.blitz__battle-number div div {
    border-radius: 15px; } }
    .blitz__battle-number div div span {
        display: none; }
    .blitz__battle-number-item {
    cursor: pointer;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    font-size: 23px;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; }
    .blitz__battle-number-item-win {
        background-color: #013220;
        color: white; }
    .blitz__battle-number-item-fail {
        background-color: #e80024;
        color: white; }
    .blitz__battle-number-item-active {
        box-shadow: 0 0 0 5px #ff8800; }

.blitz__send {
margin: 50px 0;
display: flex;
justify-content: space-between;
align-items: center; }

@media screen and (max-width: 991.98px) {
.blitz__send {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px; } }
.blitz__send-btn {
    width: 319px;
    height: 36px;
    border-bottom: 2px solid black;
    padding-left: 18px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center; }
.blitz__send-btns {
    display: flex;
    gap: 30px; }

@media screen and (max-width: 991.98px) {
.blitz__send-btns {
    flex-direction: column; } }
.blitz__send-red {
    color: #e80024;
    border-bottom: 2px solid #e80024; }
.blitz__lobby-craven,
.blitz__send-sub {
    cursor: pointer;
    height: 36px;
    display: flex;
    width: 188px;
    background-color: #e80024;
    color: white;
    border-radius: 50px;
    outline: none;
    border: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.blitz__send-select {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid black;
    font-weight: bold;
    border-radius: 30px;
    padding: 0px 18px;
    cursor: pointer; }
    .blitz__send-select span {
    font-family: CeraPro-Bold; }
    .blitz__send-select div {
    display: flex;
    justify-content: center;
    align-items: center; }

.blitz__footer-container {
    margin-bottom: 50px; }

@media screen and (max-width: 991.98px) {
.blitz__send-phone {
    flex-direction: column-reverse; } }

.blitz__formLobby {
display: grid;
grid-template-columns: 1fr 0.8fr 1fr;
gap: 15px;
margin-top: 49px; }

.blitz__formLobby-input-stars {
    vertical-align: middle;
    color: #e80024;
    font-size: 28px; }

.blitz__formLobby-input-radio {
    appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid black;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blitz__formLobby-input-radio:checked {
    background-color: transparent;
}

.blitz__formLobby-input-radio:checked::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: black;
}

@media screen and (max-width: 639.98px) {
.blitz__formLobby {
    grid-template-columns: 1fr; } }
.blitz__formLobby-cont {
    margin-bottom: 50px;
    gap: 11px; }
.blitz__formLobby-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; }
.blitz__formLobby-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; }
.blitz__formLobby-header {
    background-color: #e80024;
    width: 100%;
    color: white;
    text-align: center;
    padding: 11px 0;
    border-radius: 6px; }
    .blitz__formLobby-header p {
    font-family: CeraPro-Bold; }
@media screen and (max-width: 1100px) {
    .blitz__formLobby-header {
        font-size: 15px;
    }
}
.blitz__formLobby-number {
    font-size: 22px; }
.blitz__formLobby-input-loading {
    background-color: #e9e9e9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    border-radius: 6px;
    gap: 20px;
    min-height: 28px;
}
.blitz__formLobby-input {
    background-color: #e9e9e9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    border-radius: 6px;
    gap: 20px;
    min-height: 28px;
    cursor: pointer; }
    @media screen and (max-width: 1100px) {
        .blitz__formLobby-input-long {
            font-size: 15px;
        }
    }
    .blitz__formLobby-input label {
    font-family: CeraPro-Bold;
    cursor: pointer; }
    .blitz__formLobby-input .radiobutton__input {
    appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid black;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }
    .blitz__formLobby-input .radiobutton__input:checked {
    background-color: transparent; }
    .blitz__formLobby-input .radiobutton__input:checked::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: black; }
.blitz__formLobby-left {
    justify-content: flex-start;
    padding-left: 20px;
    width: calc(100% - 20px); }

@media screen and (max-width: 639.98px) {
.blitz__formLobby-left {
    padding-left: 60px;
    width: calc(100% - 60px); } }
.blitz__formLobby-create {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px; }
.blitz__formLobby-btn {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: white;
    background-color: #e80024;
    padding: 10px 10px;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 15px; }
.blitz__formLobby-btn-loading {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: white;
    background-color: #e80024;
    padding: 10px 60px;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 15px; }
.blitz__loading {
margin-top: 28px; }
.blitz__loading__link {
    font-family: CeraPro-Bold; }
    .blitz__loading__link-red {
    color: #e80024;
    word-break: break-word; }
.blitz__loading__expectation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 165px;
    margin-top: 20px; }
    .blitz__loading__expectation-title {
    font-family: CeraPro-Bold;
    font-size: 21px; }

.blitz__dialog {
width: 600px;
background-color: #fff; }

.select__overlay {
border-radius: 15px;
border: 2px solid rgba(0, 0, 0, 0.541);
background-color: #fff; }
.select__overlay li {
    list-style-type: none;
    cursor: pointer; }

.select__listcontainer {
padding: 10px 18px; }
.select__listcontainer ul {
    display: flex;
    flex-direction: column;
    gap: 5px; }
.blitz__leader {
scrollbar-width: auto;
-ms-overflow-style: auto;
}

.blitz__leader::-webkit-scrollbar {
width: 8px;
height: 8px;
}

.blitz__leader::-webkit-scrollbar-track {
background-color: #e9e9e9;
}

.blitz__leader::-webkit-scrollbar-thumb {
background-color: #e80024;
}

.blitz__leader::-webkit-scrollbar-button {
display: none;
}

#custom__timer > .etUnit > .etNumber {
    font-size: 75px !important;
}
#custom__timer > .etUnit > .etSign {
    font-size: 20px !important;
}
#custom__timer > .etSep {
    font-size: 55px !important;
}
@media screen and (max-width: 639px) {
    #custom__timer > .etUnit > .etNumber {
        font-size: 55px !important;
    }
    #custom__timer > .etUnit > .etSign {
        font-size: 16px !important;
    }
    #custom__timer > .etSep {
        font-size: 45px !important;
        padding: 5px !important;
    }
}
.blitz__btn-rezult {
    margin: 50px 0 0 0;
    display: flex;
    gap: 40px;
}
@media screen and (max-width: 639px) {
    .blitz__btn-rezult {
        gap: 10px;
    }
}
