
.down-filter-form {
    margin-bottom: 24px;
}

.down-filter-form > h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.down-filter-form .field-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 0 24px;
    gap: 20px;
}

.down-filter-form .field-item {
    position: relative;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0 !important;
}

.down-filter-form .field-item label {
    display: block;
    margin: 0 0 8px;
}

.down-filter-form .field-item .icon-date {
    position: absolute;
    right: 12px;
    bottom: 14px;
    width: 16px;
    height: 16px;
    background: transparent url(../Icons/date.svg) no-repeat center;
    background-size: 100% auto;
    pointer-events: none;
}

.down-filter-form .field-grid .fieldset {
    margin: 0;
    display: flex;
    gap: 10px;
}

.down-filter-form .field-grid .fieldset input[type="checkbox"] {
    margin-right: 6px;
}

.down-filter-form .field-grid .fieldset legend {
    font-size: 24px;
    margin: 0 0 10px;
}

.down-filter-form .field-grid .filter-categories label {
    margin: 0;
    width: calc(33.3333% - 10px);
    box-sizing: border-box;
}

.down-filter-form .field-grid .filter-mediums {
    flex-direction: column;
}

.down-wrapper .summary {
    color: #828282;
}

.down-filter-form .field-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 20px;
}

.down-filter-form .field-flex .item {
    display: flex;
}

.down-filter-form .field-flex .search-item {
    display: flex;
    justify-content: end;
    width: auto;
    gap: 10px;
}

.down-filter-form .field-flex .search-item .field {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    padding: 0;
}

.down-filter-form .field-flex .search-item .input {
    max-width: 360px;
    border-radius: 5px 25px 25px 5px;
    padding: 6px 80px 7px 26px;
}

.down-filter-form .field-flex .search-item .button:not(.btn-export) {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 25px 25px 0;
}

.down-filter-form .field-flex .search-item .button.btn-export {
    gap: 10px;
}

.down-filter-form .field-flex .search-item .button:not(.no-icon):after {
    display: none;
}

.down-filter-form .btn {
    background-color: #00d2ff;
    color: #fff;
    border: 0 none;
    padding: 10px 14px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.down-filter-form .btn:hover {
    background-color: #1163c2;
}

#down-table_wrapper > .dt-layout-row:first-child .dt-layout-end .dt-search {
    visibility: hidden;
    opacity: 0;
}

#down-table_wrapper > .dt-layout-row:first-child,
#down-table_wrapper > .dt-layout-row:first-child .dt-layout-start,
.down-wrapper .dt-length {
    display: none;
}

.export-table {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.down-wrapper[data-search="1"] .dt-search {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: start;
}

.down-wrapper div.dt-container .dt-search input {
    transition: all 0.2s ease-in-out;
    width: 100%;
    border-radius: 18px;
    font-size: 1rem;
    line-height: 1.9375;
    padding: 6px 18px;
    box-sizing: border-box;
    font-weight: 300;
    border: solid 1px #f0f3f5;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.tx-downloads .dt-paging nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tx-downloads .dt-paging .dt-paging-button {
    line-height: 1;
    border: 1px solid hsla(0, 0%, 100%, 0) !important;
    border-radius: 50% !important;
    -webkit-transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out;
    transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out;
    font-weight: 700;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    background: #f5f5f5 !important;
    color: #828282 !important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tx-downloads .dt-paging .dt-paging-button:hover {
    background-color: #1e1e1e !important;
    color: #fff !important;
}

.tx-downloads div.dt-container .dt-paging .dt-paging-button.current {
    pointer-events: none;
    background-color: #4a4a4a !important;
    color: #fff !important;
    cursor: default;
}

.tx-downloads .dt-paging .dt-paging-button.previous,
.tx-downloads .dt-paging .dt-paging-button.next,
.tx-downloads .dt-paging .dt-paging-button.previous:active,
.tx-downloads .dt-paging .dt-paging-button.next:active {
    font-size: 0;
    color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

.tx-downloads .dt-paging .dt-paging-button.previous:before,
.tx-downloads .dt-paging .dt-paging-button.next:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f40;
    transition: all 0.3s linear;
}

.tx-downloads .dt-paging .dt-paging-button.previous:hover:before,
.tx-downloads .dt-paging .dt-paging-button.next:hover:before {
    color: #ffc50d;
}

.tx-downloads .dt-paging .dt-paging-button.previous:before,
.tx-downloads .dt-paging .dt-paging-button.next:before {
    content: "\e624";
}

.tx-downloads .dt-paging .dt-paging-button.previous {
    transform: rotate(180deg);
    position: relative;
}

.tx-downloads .dt-paging .dt-paging-button.first,
.tx-downloads .dt-paging .dt-paging-button.last {
    display: none;
    visibility: hidden;
    position: absolute;
}

.tx-downloads .call-collapse:after {
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.tx-downloads .call-collapse[aria-expanded="true"]:after {
    transform: rotate(90deg);
}

#filter-fieldset[aria-hidden="true"] {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s linear;
}

#filter-fieldset[aria-hidden="false"] {
    max-height: 400px;
}

@media (min-width: 768px) {
    .down-filter-form {
        margin-bottom: 32px;
    }

    .down-filter-form .field-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 32px;
    }

    .down-filter-form .field-grid2 {
        grid-template-columns: 2fr 1fr;
    }
}

@media (max-width: 850px) {
    .down-filter-form .field-flex {
        flex-direction: column;
        gap: 1rem;
        align-items: start;
    }
}

@media (max-width: 750px) {
    .down-filter-form .field-grid .filter-categories label {
        width: calc(50% - 10px);
    }

    .tx-downloads .dt-layout-table .dt-layout-full {
        position: relative;
        overflow-x: auto;
    }
}

@media (max-width: 573px) {
    .down-filter-form .field-grid .filter-categories label {
        width: 100%;
    }

    .down-filter-form .field-flex .item {
        flex-direction: column;
        gap: 1rem;
        align-items: start;
    }

    .down-filter-form .field-flex .button + .button {
        margin: 0;
    }
}