.wrap-banner-long-list {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
}

@media (min-width: 767px) {
    .modal-dialog>.main_pct>img {
        max-height: 420px;
        max-width: 730px;
    }
}

.vacancy-tabs-header {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.vacancy-tabs-header button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.vacancy-tabs-header button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.vacancy-tabs-header button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc;
    border-top: none; */
}

.news-scroll {
    padding: 0px 10px;
}

.news-scroll .title {
    font-size: 22px;
    color: #3b4256;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;

}

.news-scroll small {
    font-size: 14px;
    /*color: #a8b3be;*/
}

.news-scroll:hover .title {
    color: #0069d9;
}

.news-scroll a {
    vertical-align: top;
    text-decoration: none;
}

/* Исправить дублирование с .news-tab*/
.news-tab-2 {
    padding: 0 30px 30px 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
    color: #a8b3be;
    cursor: pointer;
}

.news-tab-2-active {
    color: #0069d9;
}

@media (min-width: 768px) {
    .news-tab-2 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .news-tab-2 {
        font-size: 28px;
    }
}

/* Иконки на соцсети */
.links-block img {
    height: 25px;
    width: 25px;
    margin-top: 10px;
}

@media (min-width: 576px) {
    .links-block img {
        height: 30px;
        width: 30px;
        margin-top: 0px;
    }
}



.sort-control {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-color: #ddd;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #848e99;
}

.select-item {
    min-width: 0;
    border-color: #ddd;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #848e99;
}


.form-field-select {
    display: flex;
}

.form-field-date {
    display: flex;
    align-items: center;
}

.filter-control-field {}

.form-control-title {
    width: 10%;
}

.filter-control-field-linkedattr {
    display: contents;
}

.filter-field {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.form-control-label {
    font-family: Arial;
    padding-right: 3px;
    font-weight: normal;
    flex: none;
    margin: 0 0 0 0;
}

.filter-item {
    display: inline-block;
    vertical-align: middle;
}

.sort-filter-item {
    min-width: 25%;
}

.search-params-filter-item {
    max-width: 70%;
}

.filters-params-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.tbl>.cell:nth-child(1) {
    padding-left: 0 !important;
}

#buttonWrapperCell {
    display: flex;
    justify-content: center;
    align-items: center;
}

#buttonWrapperCell>button,
#buttonWrapperCell>input {
    margin: 5px;
}

@media (max-width: 600px) {
    #buttonWrapperCell {
        flex-direction: column;
        text-align: center;
    }

    #buttonWrapperCell>button,
    #buttonWrapperCell>input {
        margin: 5px 0;
    }

    .tbl>.cell:nth-child(2) {
        padding-left: 0 !important;
    }
}


.form-control-select {
    cursor: pointer;
}

.sort-control-select {
    cursor: pointer;
}

.select-item {
    cursor: pointer;
}

.disabled-pagination-button {
    pointer-events: none;
    background-color: #c9c9c9;

}

.pagination {
    display: flex;
    position: relative;
}

.pagination>a {
    cursor: default;
    text-decoration: none;
}

.pagination_pos {
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* Стандартный синтаксис */
}

.pagination-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 4px;
    height: 20px;
    cursor: pointer;
    box-sizing: content-box;
}

.pagination-item:hover {
    background-color: #0f64db;

}

.pagination-item:hover img {
    filter: invert(100%);
}



.pagination-item>a {
    display: flex;
}

.active {
    cursor: pointer;
}

.pagination .active {
    background-color: #fff;
    color: #000;
    /* border: 1px solid #0f64db; */
}

.pagination .active:hover {
    /* background-color: #0f64db; */
    color: #fff;
}

.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover {
    background: none;
    /*border: none;*/
    border: 1px solid #0f64db;
}

.pagination a {
    color: #ddd;
}

.user-input-form {
    display: inline;
}

.user-input-block {
    width: max-content;
    background: #fff;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: absolute;
    top: 42px;
    left: 40px;
    display: inline;
}

.user-input-block-hidden {
    display: none;
}

.pagination>li>a,
.pagination>li>span {
    padding: 6px 12px;
    margin: 0 0 0 0;
}

.btn-select-page {
    background-color: #0463b4;
    color: #fff;
    border: 1px solid #0463b4;
    border-radius: 4px;
    cursor: pointer;
}

.btn-select-page:hover {
    background-color: #0069d9;
    border: 1px solid #0069d9;
}

.btn-select-page.active {
    background-color: #094394;
    border: 1px solid #094394;
}

.feather {
    color: #000;
}

.pagination {
    margin: 8px 0px 8px 0px;
}


.project-list-all-table table {
    width: 100%;
    border-collapse: collapse;
    border-color: #1e3685;
}

.project-list-all-table th,
.project-list-all-table td {
    padding: 10px;
    border: 1px solid #1e3685;
    text-align: center;
}

.project-list-all-table td {
    background-color: #c9eaff;
}

.buttonView {
    background: #0463b4;
    height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    border: none;
}

.buttonView:hover {
    background: #0069d9;
}

.buttonView:active {
    background: #1e3685;
}

.viewtypes {
    display: flex;
    align-items: center;
}

.viewtypes a {
    text-decoration: none;
    display: inline-block;
}

.btn-viewtype {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 8px 0 0;
    border: 1px solid #ccc;
    color: #000;
}

.btn-viewtype:hover {
    background: #f5f5f5;
}

.btn-viewtype:active {
    background: #ebebeb;
}

.btn-viewtype-active {
    background-color: #0463b4;
    color: #fff;
    border: none;
}

.btn-viewtype-active:hover {
    background-color: #0069d9;
}

.btn-viewtype-active:active {
    background-color: #1e3685;
}

.filter-control-field {
    display: contents;
}

.filter-control-field-linkedattr {
    display: contents;
}

.btn-amount {
    width: 48px;
}

.btn-amount:hover {
    background-color: #0f64db;
}

.btn-amount:active {
    background-color: #094394;
}

.accordion {
    background-color: #0463b4;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 4px;
}

.filters-accordion {
    display: flex;
    align-items: flex-start;
}

.filters-sampling-criteria {
    display: flex;
    align-items: center;
}

.filters-accordion>*,
.filters-sampling-criteria>* {
    padding-right: 4px;
}

.search-params-output {
    margin: 0 0 0 0;
    cursor: pointer;
}

.accordion-active,
.accordion:hover {
    background-color: #0f64db;
}

.btn-search:hover {
    background-color: #0f64db;
}

.btn-search:active {
    background-color: #094394;
}

.accordion-panel {
    margin: 10px 0 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.no-select {
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* Стандартный синтаксис */
}

.specbar {
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* Стандартный синтаксис */
}