@media screen and (max-width: 980px) {
    .t967__listwrapper {
        padding: 0 0 20px 0;
    }
}

@media screen and (max-width: 1190px) {
    .t491__content {
        display: flex;
    }
    .t491 .t-card__descr {
        margin-top: auto;
        margin-bottom: auto;
    }
}

.t1000__bg-wrap {
    display: none;
}
.t-container_flex {
    display: block;
}
.t-col_5 {
    max-width: 100%;
}
.t1000__content {
    display: unset;
}
#allrecords .t1000__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

@media (max-width: 539px) {
        #allrecords .t1000__features {
            grid-template-columns: repeat(1, 1fr);
    }
}

.t820 .t-list__item:nth-child(-n+6) {
    padding: 10px;
    border: 1px solid #005fdb;
}
.t-col_6 {
    max-width: 530px !important;
}
.text-staff {
    background-color: #fff !important;
    padding: 10px !important;
}
.tmenu-mobile__text {
    font-size: 14px;
    color: #005FDB !important;
}
.tmenu-mobile__text > a {
    padding-left: 15px;
}
@media (max-width: 360px) {
    .tmenu-mobile__text > a {
    padding-left: 8px;
}
}