        button.t-submit {
            width: 100% !important;
        }
        
        
        
        .timer {
            display: flex;
            gap: 30px
        }
        @media screen and (max-width: 980px) {
            .timer {
                gap: 5px;
            }
        }
        .timer-item {
            display: inline-block;
            text-align: center;
            width: 70px; /* Фиксированная ширина для всех блоков */
            vertical-align: top; /* Выравнивание по верхнему краю */
            transition: all 0.3s ease;
        }
        @media screen and (max-width: 980px) {
            .timer-item {
                width: 50px;
            }
        }
        .timer-value {
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
            font-size: 46px;
            line-height: 107%;
            text-transform: uppercase;
            text-align: center;
            color: #fff;
            display: block; /* Блочное отображение */
            width: 100%; /* Занимает всю ширину родителя */
            transition: inherit; /* Наследуем анимацию от родителя */
        }
        @media screen and (max-width: 980px) {
            .timer-value {
                font-size: 24px;
            }
        }
                .timer-u {
            display: flex;
            gap: 15px
        }
        
        .timer-item-u {
            display: inline-block;
            text-align: center;
            width: 70px; /* Фиксированная ширина для всех блоков */
            vertical-align: top; /* Выравнивание по верхнему краю */
            transition: all 0.3s ease;
        }
        
        .timer-value-u {
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
            font-size: 50px;
            line-height: 107%;
            text-transform: uppercase;
            text-align: center;
            color: #fff;
            display: block; /* Блочное отображение */
            width: 100%; /* Занимает всю ширину родителя */
            transition: inherit; /* Наследуем анимацию от родителя */
        }
        
        .timer-label {
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 19px;
            line-height: 116%;
            text-align: center;
            color: #fff;
            margin-top: 20px;
            display: block; /* Блочное отображение */
            transition: inherit; /* Наследуем анимацию от родителя */
        }
        @media screen and (max-width: 980px) {
            .timer-label {
                font-size: 14px;
            }
        }
        /* Стили для нулевых значений */
        .timer-item.zero .timer-value,
        .timer-item.zero .timer-label {
            color: #0fd433 !important;
        }
        


.t502__tablewrapper {
    background-color: #000;
    min-height: 180px;
    padding-top: 20px;
    padding-right: 10px;
}

#allrecords .t502__container:last-child {
    background-color: ##048edf;
}

.t502__circle.t-title {
    background-color: #ffffff00 !important;
    overflow: visible;
    font-size: 100px;
    transform: translate(-10px, -20px);
}

@media screen and (max-width: 960px) {
    .t502__circle {
        font-size: 50px !important;
    }
}



.t118 { padding:0 !important; }
.t118__line { margin: 0 !important; }
.t-col_9 { max-width: 100% !important; }
@media screen and (max-width: 640px) {
    .t-title_xs {
        font-size: 24px!important;
    }
}

    .tabs-container {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 8px;
}

.tabs {
    display: flex;
    flex-direction: column;
    width: 40%;
    background: #f8f8f8;
    border-right: 1px solid #ddd;
}

.tab-button {
    padding: 20px;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
    font-family: 'FuturaPT';
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    transition: background 0.3s ease;
}

.tab-button:last-child {
    border-bottom: none;
}

.tab-button:hover {
    background: #e0e0e0;
}

.tab-button.active {
    border: 2px solid;
    border-color: #048EDF;
}

.content {
    font-family: 'FuturaPT';
    text-align: start;
    width: 100%;
    padding: 40px 0 0 80px;
}
.content h2{
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.tab-content {
    display: none;
}
.icon-list li {
    margin: 10px 0;
    gap: 10px;
    font-size: 22px;
}

.tab-content.active {
    display: block;
}