.persons-tbl .lsfw-fill-tbl__500 {
    display: inline-block;
    vertical-align: middle;
    width: 450px;
    margin-left: 5px;
}

.orange-link {
    color: #d9732d;
    cursor: pointer;
}

.orange-link:hover {
    color: #ff8e41;
}

@media screen and (max-width: 1300px) {
    .persons-tbl .lsfw-fill-tbl__500 {
        width: 350px;
    }
}

@media screen and (max-width: 1023px) {
    .persons-tbl .lsfw-fill-tbl__500 {
        width: 290px;
    }

    .persons-tbl .lsfw-fill-tbl__500 + span {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .contacts-tbl .link-blue {
        font-size: 10px;
    }

    .contacts-tbl tr td:nth-child(2) {
        width: calc(100% - 105px);
        padding-left: 0;
        padding-right: 5px;
    }

    .contacts-tbl td.grey, .contacts-tbl .fa-lock + * {
        font-size: 10px;
    }

    .contacts-tbl .fa-lock {
        font-size: 9px;
        margin-right: 3px !important;
    }

    .contacts-tbl .fz14 {
        font-size: 13px !important;
    }

    .contacts-tbl tr td:last-child {
        word-break: break-word;
    }

    .contacts-tbl .lsfw-fill-tbl__250 {
        font-size: 10px;
        width: 100px;
    }

    .persons-tbl div.lsfw-fill-tbl__inline {
        width: calc(100% - 55px);
    }

    .persons-tbl.lsfw-fill-tbl tbody tr {
        padding-bottom: 0;
    }

    .persons-tbl tr td:last-child {
        width: 100%;
        margin-top: 5px;
        background: rgba(255, 255, 255, 0.6);
        text-align: left !important;
    }

    .persons-tbl .bth__btn:not(.w-auto) {
        width: 200px !important;
    }

    .persons-tbl .lsfw-fill-tbl__500 {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 0 5px 0;
    }

    .persons-tbl tr td:first-child {
        display: none;
    }

    .persons-tbl tr td:nth-child(2) {
        width: 100%;
    }
}