

/* Start:/local/templates/airline/components/bitrix/news.list/opt-page/style.css?17575953482982*/
.opt-country-name {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #828E9B;
    margin-bottom: 3px;
    margin-left: 25px;
}

table.opt-company-table {
    text-align: left;
    border-collapse: separate;
    border-spacing: 0px;
    background: #f9f9f9;
    color: #656665;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-left: 50px;
    min-width: 1000px;
}

table.opt-company-table th:last-child {
    border-top-right-radius: 3px;
}

table.opt-company-table tr:first-child th {
    padding: 5px 10px;
}

table.opt-company-table th:first-child {
    border-top-left-radius: 3px;
}

table.opt-company-table tr:hover {
    background-color: white;
}

table.opt-company-table td {
    padding: 10px;
}

table.opt-company-table th {
    padding: 10px;
    font-size: 17px;
    font-weight: 500;
    background-color: #ea5b0c;
    color: white;
}


table.opt-company-table tr td:first-child,
table.opt-company-table tr th:first-child {
    padding-left: 25px;
    width: 40%;
}

table.opt-company-table tr td:nth-child(2),
table.opt-company-table tr th:nth-child(2) {
    width: 30%;
}

table.opt-company-table tr td:nth-child(3),
table.opt-company-table tr th:nth-child(3) {
    width: 30%;
}


@media only screen and (max-width: 768px) {
    .opt-country-name {
        margin-left: 10px;
    }

    table.opt-company-table {
        min-width: calc(100% - 40px);
        margin-left: 20px;
    }

    .opt-country-table-block {
        overflow: auto;
    }


    table.opt-company-table td {
        padding: 5px;
    }

    table.opt-company-table {
        font-size: 14px;
    }
}


.table_sort th.sorted-init {
    cursor: pointer;
}

th.sorted {
    position: relative;
}

th[data-order="1"],
th[data-order="-1"] {
    position: relative;
}

th.sorted::after {
    left: 5px;
    position: absolute;
    content: "";
    background: url("/img/sort_ico.svg") no-repeat center;
    height: 16px;
    width: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
}
th.sorted:hover::after {
    opacity: 1;
}
th.sorted:nth-child(2)::after {
    left: -10px;
}

th.sorted[data-order="1"],
th.sorted[data-order="-1"] {
    position: relative;
}

th.sorted[data-order="1"]::after,
th.sorted[data-order="-1"]::after {
    left: 5px;
    position: absolute;
}

th.sorted[data-order="-1"]::after {
    /*content: "▼";*/
    content: "";
    background: url("/img/sort_ico_dwn.svg?1") no-repeat center;
    height: 16px;
    width: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

th.sorted[data-order="1"]::after {
    /*content: "▲";*/
    content: "";
    background: url("/img/sort_ico_up.svg?1") no-repeat center;

}

th.sorted[data-order="1"]:nth-child(2)::after,
th.sorted[data-order="-1"]:nth-child(2)::after {
    left: -10px;
}
/* End */
/* /local/templates/airline/components/bitrix/news.list/opt-page/style.css?17575953482982 */
