

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/loadMore/style.css?1789566742576*/
.desktop__pagination__wrapper {
    display: block;
}

.mobile__pagination__wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.mobile__pagination__wrapper button {
    outline: 0;
    border: 0;
}

.load-more__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.load_more {
    display: flex;
    gap: 10px;
}

@media(max-width: 768px) {
    .desktop__pagination__wrapper {
        display: none;
    }

    .mobile__pagination__wrapper {
        display: flex;
    }

}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/vacancy/style.css?1789566742529*/
table tbody tr td {
    min-width: auto;
    white-space: normal;
    position: relative;
}

td a {
    display: inline-block;
    width: calc(100% - 32px);
}

td img {
    width: 32px;
    vertical-align: middle;
    opacity: 0.5;
}

td:hover img {
    opacity: 1.0;
    transform: rotate(450deg);
    transition: 0.3s all ease;
}

.hidden {
    padding: 7px 14px;
    display: none;
}

.vacancy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table tbody .subtitle {
	margin-bottom: 10px;
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/loadMore/style.css?1789566742576 */
/* /local/templates/main/components/bitrix/news.list/vacancy/style.css?1789566742529 */
