.workers .workers__item-image {
    background-size: cover;
}

.index-events .events__item-title {
    font-size: 14px;
    line-height: 150%;
}

@media (max-width: 991.98px) {
    .index-events .col-xl-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}


/*input[type=radio] {
    -webkit-appearance: auto;
}
input[type=checkbox] {
    -webkit-appearance: auto;
}*/

/*input[type=radio] {
    -webkit-appearance: radio;
}
input[type=checkbox] {
    -webkit-appearance: checkbox;
}*/

.history-table {
    width: 100%;
}

.history-table td:first-child {
    width: 210px;
}

@media (max-width:575.98px){
    .history-table {
        display: block;
    }
    .history-table tr {
        display: block;
    }
    .history-table td {
        display: block;
        width: 100%;
        border: 0 !important;
    }
    .history-table td:first-child {
        text-align: center;
        width: 100%;
    }
    .history-table td:first-child img {
        margin: 0 auto 0 auto !important;
    }
}
