#allrecords a {color: inherit;}
#allrecords a:hover {color: #ff8562}

.t778__buttonwrapper {
    display: none !important;
}

.tb105__row:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media (max-width: 560px) {
    .t702 .t-popup__block-close {
        height: 30px;
    }
    
    #rec807464424 .t-popup__container {
        padding-top: 30px !important;
    }
    
    .t702 .t702__img {
        height: 80px;
    }
    
}


@media (max-width: 376px) {
    .t702 .t-input, .t702 .t-select {
        height: 42px;
    }
    
    .t702 .t-input-group {
        margin-bottom: 10px;
    }
    
}


/* Основные стили для табличного вида на детальных страницах */

@media (max-width: 768px) {
    .t987 .t987__line {
        display: none;
    }
    
    .t987__row {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.t987__leftcol,
.t987__rightcol {
    padding: 15px;
    border-right: 1px solid #e0e0e0;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.t987__leftcol {
    flex: 0 0 25%;
    font-weight: bold;
}

.t987__rightcol {
    flex: 0 0 75%;
    border-right: none;
}

.t987 {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin: 20px 0;
}

.t987__row:last-child {
    border-bottom: none;
}

.t987__headerwrapper {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #2c3e50;
    color: white !important;
}

.t987__header-title span {
    color: white !important;
}

/* Разделитель под заголовком */
.t987__linewrapper {
    border-bottom: 1px solid #e0e0e0;
}
    
    .t987__row {
        border-bottom: 1px solid #e0e0e0;

    }
    
    .t987__leftcol,
    .t987__rightcol {
        flex: 1;
        width: 100%;
        min-height: auto;
        padding: 12px;
    }
    
    .t987__leftcol:last-child,
    .t987__rightcol:last-child {
        border-bottom: none;
    }
}

.t987 .t987__rightcol, .t987 .t987__leftcol {
    margin-bottom: 0;
}