@media screen and (max-width: 1000px) {
    .xxx-table-list--mob-credit-selection th:nth-child(5),
    .xxx-table-list--mob-credit-selection td:nth-child(5) {
        display: none;
    }
}

@media screen and (max-width: 740px) {
    .xxx-table-list--mob-credit-selection .xxx-table-list__accent-text--big {
        font-size: 16px;
    }

    .xxx-table-list--mob-credit-selection tr {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border: 1px solid #e8ecef;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .xxx-table-list--mob-credit-selection.xxx-table-list--simple tr {
        border-bottom: 1px solid #e8ecef;
    }

    .xxx-table-list--mob-credit-selection.xxx-table-list--simple tr + tr {
        margin-top: 10px;
    }

    .xxx-table-list--mob-credit-selection td {
        text-align: left;
        padding: 15px;
    }

    .xxx-table-list--mob-credit-selection .xxx-table-list__middle-text {
        text-align: left;
    }

    .xxx-table-list--mob-credit-selection td:nth-child(1) {
        padding: 0;
        width: 100%;
        border-left: none;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }

    .xxx-table-list--mob-credit-selection td:nth-child(1) img {
        margin-top: 10px;
        margin-left: 15px;
        margin-right: 15px;
        min-height: 50px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .xxx-table-list--mob-credit-selection td:nth-child(1) .xxx-table-list__middle-text {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        border-top: 1px solid #E9EDF0;
    }

    .xxx-table-list--mob-credit-selection td:nth-child(6) {
        width: 100%;
        position: relative;
        text-align: right;
    }

    .xxx-table-list--mob-credit-selection td:nth-child(6) .xxx-g-btn {
        width: 100%;
    }

    .xxx-table-list--mob-credit-selection td:nth-child(6) .xxx-table-list__mini-text {
        display: none;
    }

    .xxx-table-list--mob-credit-selection td:nth-child(6) a {
        position: absolute;
        left: 15px;
        top: calc(50% - 7px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left;
        font-size: 14px;
    }

    .xxx-table-list--mob-credit-selection td:nth-child(2) {
        width: 30%;
    }

    .xxx-table-list--mob-credit-selection td:nth-child(3),
    .xxx-table-list--mob-credit-selection td:nth-child(4) {
        width: calc(70% / 2);
    }

    .xxx-table-list--mob-credit-selection td:nth-child(6) {
        padding-top: 0;
    }

    .xxx-table-list--mob-credit-selection td:nth-child(5) {
        position: absolute;
        padding: 0;
        top: 3px;
        right: 13px;
    }

    .xxx-table-list--mob-credit-selection .xxx-table-list__mini-text:not(:first-child) {
        display: none;
    }
}

@media screen and (min-width: 741px) {
    .xxx-table-list--mob-credit-selection td:not(:nth-child(6)) .xxx-table-list__mini-text:first-child {
        display: none;
    }

    .xxx-table-list--mob-credit-selection td:nth-child(6) .xxx-table-list__mini-text {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .xxx-table-list--mob-credit-selection td:nth-child(6) .xxx-g-link {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        opacity: 0;
        font-size: 14px;
        margin-top: 10px;
    }

    .xxx-table-list--mob-credit-selection tr:hover td:nth-child(6) .xxx-table-list__mini-text,
    .xxx-table-list--mob-credit-selection tr:hover td:nth-child(6) .xxx-g-link {
        opacity: 1;
    }

    .xxx-table-list--mob-credit-selection {
        border: 1px solid #E8ECEF;
        border-radius: 5px;
    }
}