.empty-list/*,.rang_list2*/{
    display: none!important;
}
.checkOsn {
    display: inline-block;
    position: relative;
    overflow: visible;
    cursor: pointer;
    border-bottom: 1px dashed;
}
.checkOsn>.listOsn {
    display: none;
}
.checkOsn>.listOsn>a {
    border-bottom: 1px dashed #ccc;
    display: inline-block;
    white-space: nowrap;
}
.checkOsn:hover>.listOsn {
    position: absolute;
    left: 0;
    top: 100%;
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-style: none dashed dashed;
    border-width: 1px;
    z-index: 101;
}
.checkOsn:hover>.listOsn:second-of-type {
    width: 100%;
    left: auto;
    right: 0;
}
.abitur-list[data-osnovanie="0"] #list_contract,
.abitur-list[data-osnovanie="2"] #list_contract,
.abitur-list[data-osnovanie="3"] #list_contract,
.abitur-list[data-osnovanie="7"] #list_contract,
.abitur-list[data-osnovanie="4"] #list_budget,
.abitur-list[data-osnovanie="5"] #list_budget,
.abitur-list[data-osnovanie="6"] #list_budget{
    display: none;
}
.fixed-head{
    position: fixed;
    top: 0;
    display: table;
}
.bigtable_wrap{
    width: 100%;
    overflow-x: auto;
}
.withrot270x thead tr:last-child th.rank-list-th{
    min-height: 170px;
    padding: 5px;
    /*width: 60px;*/
    overflow: initial;
    letter-spacing: -0.03em;
}
.rank-list-th::first-letter, .rank-list-th span::first-letter{
    text-transform: uppercase;
}
.withrot270 thead tr:last-child th.rank-list-th{
    height: 100px;
    width: 30px;
    overflow: hidden;
}

.rot270{
    transform: rotate(270deg);
    display: block;
    text-align: left;
    /*margin: 0 -25px;*/
    max-width: 200px;
}

.rang_list_page_title {
    margin: 1rem 0;
    /* margin-bottom: 9px;
    padding-top: 20px;
    font-family: "ALS Hauss Medium", "Arial", sans-serif;
    font-size: 60px;
    line-height: 61px; */
}

.rang_list1, .rang_list2 {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    border: 1px dashed rgba(0, 0, 0, 0.26);
    margin: 0 4.8% 40px 4.8%;
    box-sizing: border-box;
}

.rang_list_title {
    font-size: 32px;
    line-height: 32px;
}

.rang_list_item:nth-child(2n) {
    background: #F5F5F5;
}

.rang_list_item {
    margin: 0;
    padding: 8px 0px;
}

.rang_list_title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
}
/*control*/
#f-control {
    position: fixed;
    right: 0;
    top: 40vh;
    width: 45px;
    z-index: 25;
}
#f-control>ul {
    list-style-type: none;
    padding-right: 7px;
}
.control-item {
    height: 23px;
    width: 387px;
    margin-bottom: 20px;
    position: relative;
    text-align: right;
    float: right;
    font-size: 16px;
}

.control-item.active .ci-text,
.control-item:hover .ci-text {
    opacity: 1;
}

.ci-text{
    color: rgba(0, 0, 0, 0.9);
    background: #f5f5f5;
    height: auto;
    width: auto;
    display: none;
    padding-left: 8px;
    padding-right: 23px;
    border-radius: 100px;
}
.control-item.active .ci-text,
.control-item:hover .ci-text{
    display: inline-block;
}
.ci-round {
    background: #efefef;
    height: 8px;
    width: 8px;
    display: block;
    border-radius: 100px;
    position: absolute;
    right: 4px;
    top: 6px;
    border: 1px solid #540e10;
}
/*table*/
.ranepa-table thead tr th:nth-child(1), .ranepa-table thead tr th:nth-child(19){
    background:#f0f0f0;
}
.ranepa-table thead tr th:nth-child(2), .ranepa-table thead tr th:nth-child(18){
    background:#e5e5e5;
    /*width: 100px;*/
}
.ranepa-table thead tr th:nth-child(3), .ranepa-table thead tr th:nth-child(17){
    padding-top: 35px;
    background:#d0d0d0;
}
.ranepa-table thead tr th:nth-child(4), .ranepa-table thead tr th:nth-child(16){
    background:#c0c0c0;
    /*width: 80px;*/
}
.ranepa-table thead tr th:nth-child(5), .ranepa-table thead tr th:nth-child(15){
    background:#acacac;
    /*width: 80px;*/
}
.ranepa-table thead tr th:nth-child(6), .ranepa-table thead tr th:nth-child(14){
    background:#9b9b9b;
    /*width: 100px;*/
}
.ranepa-table thead tr th:nth-child(7), .ranepa-table thead tr th:nth-child(13){
    background:#8f8f8f;
    /*width: 130px;*/
}
.ranepa-table thead tr th:nth-child(8), .ranepa-table thead tr th:nth-child(12){
    background:#7c7c7c;
}
.ranepa-table thead tr th:nth-child(9), .ranepa-table thead tr th:nth-child(11){
    background:#757575;
}
.ranepa-table thead tr th:nth-child(10){
    background:#6b6b6b;
}
.ranepa-table{
    width: calc(100% + -1px);
    border: 1px solid #919191;
    border-collapse: collapse;
    margin: 18px 0;
    text-align: center;
    color: #000;
    background: #fff;
    table-layout: fixed;
}
.ranepa-table th,
.ranepa-table td {
    padding: 10px 0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.08em;
    font-weight: normal;
    box-sizing: border-box;
    border: 1px solid #919191;
    word-wrap: break-word;
    /*white-space: nowrap;*/
    overflow: hidden;
}

.ranepa-table th {
    padding-top: 64px;
    font-family: "ALS Hauss Medium";
    font-weight: 500;
}
.ranepa-table td:not(.text-field) {
    max-width: 5px!important;
}

.ranepa-table thead tr:last-of-type th {
    padding-top: 10px;
}
.ranepa-table.entrants{
    border-spacing: 0 20px;
}
.ranepa-table.entrants tr:not(:last-child)::after {
    content: "";
    display: block;
    height: 20px;
}
/*filter*/
.field-filter {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #f0f0f0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    cursor: pointer;
}
.field-filter:before {
    content: "\f0b0";
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #6b6b6b;
    display: block;
    position: absolute;
    top: 1px;
    right: 0px;
    left: 0;
    bottom: 0;
    text-align: center;
}
.field-filter.active-filter:before{
    color:#ff0000;
}
.filter-container {
    background: #f0f0f0;
    position: absolute;
    top: calc(100% - 30px);
    width: 200%;
    z-index: 111;
    text-align: left;
    font-size: 13px;
    padding: 13px;
    padding-top: 28px;
}
.rank-list-th:nth-last-child(-n+3) .filter-container {
    right: 0;
}
.close-filter {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    background: #6b6b6b;
    border-radius: 100%;
    cursor: pointer;
    color: #f0f0f0;
    text-align: center;
    line-height: 21px;
}
.filter-container button {
    width: 100%;
    padding: 7px 0px;
    border-radius: 0;
    color: #fff;
    background: #951A1D;
    font-family: 'MyriadPro-Light';
    cursor: pointer;
    font-size: 16px;
    border: none;
    margin-top: 10px;
}
.filter-container button:hover {
    background: #000;
}
tr.filtered {
    display: none;
}
.set-filter tr[data-priority="1"] {
    display: table-row;
}
/*cecutient*/
body.cecutient.fontsize-normal {
    font-size: 24px;
    line-height: 26px;
}
body.cecutient.fontsize-big {
    font-size: 32px;
    line-height: 34px;
}
.print{
    background-image: url(images/print.png);
    width: 47px;
    height: 47px;
    float: right;
    cursor: pointer;
    transition: opacity .2s linear;
}
.print:hover{
    opacity: 0.7;
}
@media(max-width: 1490px){
    .ranepa-table.entrants{
        font-size: 14px;
    }
}
/*1490px*/

@media(max-width: 1250px){
    .ranepa-table.entrants{
        font-size: 12px;
    }
}
/*1250px*/

@media(max-width: 899px){
    .ranepa-table.entrants .fixed-head{
        position: static;
        display: table-row;
    }
    .ranepa-table.entrants th:not(.text-field), .ranepa-table td:not(.text-field) {
        /*width: 25px!important;*/
    }
    .ranepa-table.entrants thead tr:last-child th.rank-list-th {
        height: 250px;
    }
    .rot270 {

        /*margin-left: -108px;*/
    }
}
/*899px*/

@media(max-width: 650px){
    .rang_list1, .rang_list2 {
        width: 100%;
    }
    #f-control {
        bottom: 15px;
        top: auto;
    }
}
/*650px*/

@media print{
    #panel, #mobilemenu, .mobilemenu_back, .mobilemenu, .topsite, .wrapper.clearfix, .ranepa-grid-block, .bx-breadcrumb, #bottom-b, #footer, .abitur-list>p, .empty-list {
        display: none!important;
    }

    .wrapper {
        max-width: 100%!important;
        padding: 0 20px!important;
    }

    .rang_list_page_title {
        /* font-size: 25px!important;
        line-height: 27px!important;
        margin-bottom: 0!important; */
    }

    .ranepa-table * {
        font-size: 12px!important;
        text-align: center!important;
        color: #000;
    }
    /*#list_contract{
        page-break-after: always;
    }*/
}

/* Стили (Григорий Лисица) */
.content a, .content a:visited, .content a:focus {
    color: #951a1d;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.1s
}

.content a:focus {
    text-decoration: none
}

.content a:hover, code {
    color: #ca1f27
}

#content a, #content a:visited {
    text-decoration: underline
}

#content a:hover {
    text-decoration: none
}

.ranepa-table {
    min-width: 1379px;
    border: none;
    border-collapse: separate;
    border-spacing: 0 2px;
}

.ranepa-table a {
    font-size: 14px;
}

.ranepa-table th {
    border: none;
    background-color: #f7f7f9 !important;
}

.ranepa-table tr:first-of-type th:first-of-type {
    padding-left: 10px;
    border-radius: 16px 0 0 16px;
}

.ranepa-table tr:first-of-type th:first-of-type::before {
    display: none;
}

.ranepa-table tr:first-of-type th:last-of-type {
    border-radius: 0 16px 16px 0;
}

.ranepa-table td {
    box-sizing: content-box;
    position: relative;
    min-height: 100px;
    margin: 17px 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
    border: none;
    background-color: #f7f7f9;
}
.ranepa-table td {
    z-index: 0;
    overflow: visible;
}
.ranepa-table tr td:first-of-type {
    padding-left: 10px;
    border-radius: 16px 0 0 16px;
}

.ranepa-table tr td:not(:first-of-type)::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    height: 80%;
    width: 2px;
    background-color: #ffffff;
}

.abitur-list[data-ft="1"] tr td:not(:first-of-type)::before {
    top: 3px;
}

.ranepa-table th {
    position: relative;
}

.ranepa-table th::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    height: 90%;
    width: 2px;
    background-color: #ffffff;
}

.ranepa-table tr td:last-of-type {
    padding-right: 10px;
    border-radius: 0 16px 16px 0;
}

th[colspan="7"] {
    height: 43px;
}

th[rowspan="2"] {
    padding-bottom: 0;
}

th[rowspan="2"] span {
    margin-bottom: 70px;
    text-align: left;
}

th[rowspan="3"] span.rot270 br {
    display: none;
}

th[rowspan="3"]::before {
    top: 15px;
}

.ranepa-table tr:nth-child(2) th:not(:last-of-type)::before {
    top: 0;
    height: 94%;
}

.ranepa-table tr:nth-child(2) th:not(:last-of-type)::after {
    /* position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff; */
}

.ranepa-table tr:nth-child(2) th:first-of-type::after {
    /* position: absolute;
    content: "";
    bottom: 1px;
    left: auto;
    right: 0;
    width: 90%;
    height: 2px;
    background-color: #ffffff; */
}

.ranepa-table tr:nth-child(2) th:nth-child(2)::before {
    top: 0;
    height: 94%;
}

.ranepa-table tr:nth-child(2) th:last-of-type::before {
    top: 0px;
    height: 94%;
}

.ranepa-table thead tr:last-of-type th:first-of-type::before {
    height: 94%;
    top: 0;
}

.withrot270 thead tr:last-child th.rank-list-th {
    height: 138px;
    vertical-align: middle;
}

.withrot270 thead tr:last-child span {
    margin-bottom: 10px;
    text-align: left;
}

.filter-container {
    display: flex;
    flex-direction: column;
    padding: 16px 28px 25px;
    background: #ffffff;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    gap: 15px;
}
.filter-container__title{
    font-family: "ALS Hauss Medium", Arial, 'serif';
    font-size: 14px;
    line-height: normal;
    padding-right: 10px;
}
.filter-search-input{
    height: 40px;
    border: 2px solid #b2b2b2;
    border-radius: 5px;
    padding: 0 10px;
}
.filters__label {
    position: relative;
    display: flex;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: normal;
    text-align: left;
    word-break: break-word;
    cursor: pointer;
}

.filters__label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #b2b2b2;
    border-radius: 5px;
    transform: translateY(-50%);
}

.filters__input:checked + .filters__label::before {
    background: url("../images/checkmark.svg") no-repeat 50% 50%;
}

.filter-container .filters__button {
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    padding: 8px 10px;
    font-family: "ALS Hauss", "Arial", sans-serif;
    color: #ffffff;
    background-color: #e62b25;
    border: 2px solid #e62b25;
    border-radius: 100px;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-container .filters__button:hover {
    background-color: #b40c10;
    border-color: #b40c10;
}

.filter-container .filters__button:active {
    background-color: #77070c;
    border-color: #77070c;
}

.close-filter {
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
    font-size: 22px;
    color: #000000;
    background-color: transparent;
}

.ci-round {
    top: calc(50% - 5px);
    margin: 0;
    padding: 0;
    width: 9px;
    height: 9px;
    border: none;
    background-color: #e62b25;
}

.control-item {
    height: auto;
}

.ci-link {
    display: flex;
}

.ci-text {
    display: inline-block;
    width: 387px;
    padding: 8px;
    padding-right: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #e62b25;
    border-radius: 100px;
    opacity: 0;
}

.control-item.active .ci-round {
    background-color: #ffffff;
}

.control-item:hover .ci-round {
    background-color: #ffffff;
}

.rank-prolog {
    font-family: "ALS Hauss Medium", "Arial", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.rank-prolog b {
    font-family: "ALS Hauss Medium", "Arial", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.prolog-title{
    font-family: "ALS Hauss", "Arial", sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
}
.ranepa-table--level-1 thead tr:first-of-type th:nth-child(4) span,
.ranepa-table--level-1 thead tr:first-of-type th:nth-child(5) span,
.ranepa-table--level-1 thead tr:first-of-type th:nth-child(6) span,
.ranepa-table--level-1 thead tr:first-of-type th:nth-child(7) span {
    margin-right: -55px;
    margin-left: -52px;
    margin-top: 11px;
}

.ranepa-table--level-1 thead tr:first-of-type th:nth-child(8) span,
.ranepa-table--level-1 thead tr:first-of-type th:nth-child(9) span {
    margin-right: -88px;
    margin-left: -67px;
    margin-top: -8px;
}

.rot270--fix {
    width: 120px;
}

.rank-list-th--fix {
    text-align: -webkit-center;
}

.visually-hidden {
    position: absolute;

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;

    white-space: nowrap;

    border: 0;

    clip: rect(0 0 0 0);
    clip-path: inset(100%);
}

#list_budget .rank-list-td, #list_budget .rank-list-th:first-of-type {
    width: 5%;
}

.checkOsn:hover > .listOsn {
    padding: 15px;
    border: none;
    border-radius: 20px;
    border-style: none;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.rang_list1 {
    display: flex;
    margin: 0 30%;
    flex-direction: column;
    gap: 10px;
    border: none;
    border-style: none;
}


tr[data-priority="1"] td {
    color: #fff;
    background: #2B9FAC;
}

.rang_list_item {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .rang_list1 {
        margin: 0;
    }

    .rang_list_title {
        font-size: 24px;
    }
}

.abbreviation-tooltip{
    position: relative;
    cursor: help;
    display: inline-block;
}

.abbreviation-tooltip::after{
    content: '*';
    position: absolute;
    top: -6px;
    right: -5px;
    color: #b30d0d;
    font-family: "ALS Hauss", "Arial", sans-serif;
    font-size: 15px;
    line-height: 1.1;
    width: 10px;
    height: 10px;
}
.custom-tooltip{
    position: absolute;
    top: -125%;
    left: 125%;
    white-space: nowrap;
    padding: 4px 10px;
    background: rgba(0 ,0, 0, 0.7);
    color: #fff;
    border-radius: 3px;
    font-family: "ALS Hauss", "Arial", sans-serif;
    font-size: 13px;
    line-height: 1.1;
}
.ranepa-table td.up-z{
    z-index: 2;
}
