.container.container-col-2 .aside {
    display: none;
}

.table {
    width: 100%;
}

.table td,
.table th {
    border: 1px solid #a5a7a8;
    padding: 10px 5px !important;
}

.table th {
    background: #a5a7a8;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-color: #fff;
    text-align: left;
    font-size: 12px;
}

.table td {
    border: 1px solid #a5a7a8 !important;
    background: none !important;
    color: #454545 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    text-transform: unset !important;
}

.doc-ico {
    width: 34px;
    height: 40px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/local/templates/.default/images/documents/pdf.svg);
}

@media screen and (max-width: 1023px) {
    .thead-fixed {
	max-height: 90vh;
    }

    .thead-fixed table {
    	border-collapse: separate;
    }

    .thead-fixed thead {
	position: sticky;
    	top: 0;
    	z-index: 1;
    }

    .thead-fixed th:not([colspan]) {
        border-bottom: none;
    }
}

@media screen and (max-width: 767px) {
    .table td {
        padding: 5px;
        font-size: 14px;
        line-height: normal;
    }
}

.container .content .table ul:not([class]) {
	margin: 10px 0;
}
.container .content .table ul:not([class]):last-child {
	margin-bottom: 0;
}
.container .content .table ul:not([class]) li {
	margin-bottom: 5px;
}
.container .content .table ul:not([class]) li:last-child {
	margin-bottom: 0;
}