.credit-cards__credits-offers {
    margin-bottom: 50px;
}

.credits-offers {
    margin-top: 40px;
    display: block;
}
@media (max-width: 576px) {
    .credits-offers {
        display: none;
    }
}

.credit-offers__title {
    font-weight: 800;
    font-size: 18px;
    color: var(--black);
    margin-bottom: 21px;
}

.credit-offers__bank-image {
    width: 180px;
    height: 90px;
    object-fit: contain;
    object-position: left;
}

@media (max-width: 768px) {
    .credit-offers__bank-image {
        width: 150px;
        height: 75px;
    }
}

.table-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: auto;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.th-padding-standart {
    padding: 10px;
}

.table-wrapper--secondary {
    max-height: 90vh;
}

.credits-offers__table {
    border-collapse: collapse;
    width: 100%;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.credits-offers__table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.credits-offers__table thead td:not(:first-child) {
    padding: 10px;
}
.credits-offers__table td p {
    padding-right: 8px;
}

.credit-offers__thead {
    border-spacing: 0px 0px;
    background-color: var(--blue-opacity-0-07);
    border-radius: 20px 20px 0px 0px;
    font-weight: 600;
    font-size: 15px;
    line-height: 105%;
}

.credit-offers__td-sum {
    white-space: nowrap;
}

.credit-offers__sort-button {
    border: none;
    background: none;
    cursor: pointer;
    line-height: 16px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: start;
}

.credit-offers__sort-button::after {
    content: url('/mfo/assets/icons/sort.svg');
    background-size: cover;
    padding-left: 8px;
    transition: filter 0.25s ease, transform 0.15s ease;
}

.credit-offers__sort-button--asc::after,
.credit-offers__sort-button--desc::after {
    margin-left: 8px;
    filter: invert(61%) sepia(91%) saturate(1547%) hue-rotate(1deg) brightness(104%) contrast(106%);
    transform: rotate(180deg) translateY(3px);
}

.credit-offers__sort-button:hover::after {
    filter: invert(61%) sepia(91%) saturate(1547%) hue-rotate(1deg) brightness(104%) contrast(106%);
}

.table-title-wrapper {
    display: flex;
    align-items: center;
}

.text--nowrap {
    white-space: nowrap;
}

.credit-offers__license {
    font-size: 15px;
    opacity: 0.45;
}

.credit-offers__product-title {
    font-weight: 900;
    font-size: 17px;
    margin-top: 20px;
    color: var(--black);
}

.credit-offers__list {
    list-style: none;
    margin-top: 26px;
}

.credit-offers__list li {
    display: flex;
    align-items: center;
}

.credit-offers__list li + li {
    margin-top: 12px;
}

.credit-offers__paysystem-list li + li {
    margin-top: 5px;
}

.credit-offers__list-icon {
    min-width: 24px;
    margin-right: 14px;
}

.credit-offers__list-icon--top {
    align-self: flex-start;
}

.credit-offers__list-text {
    font-weight: 600;
    font-size: 15px;
    line-height: 105%;
    color: var(--black);
    opacity: 0.45;
}

.credit-offers__list-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 105%;
    color: var(--blue);
    text-decoration: none;
    white-space: nowrap;
}

.credit-offers__text-content {
    font-weight: 600;
    font-size: 18px;
    color: var(--black);
    margin: 0;
    white-space: nowrap;
}

.credit-offers__text-content--danger {
    color: var(--red);
}

.credit-offers__tags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 13px;
}

.credit-offers__tag {
    margin: 0 10px 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    background: rgba(255, 168, 0, 0.2);
    border-radius: 5px;
}

.credit-offers-buttons {
    display: grid;
    grid-column-gap: 17px;
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
}

.credit-offers-buttons--one {
    grid-template-columns: 1fr;
    margin-top: 0;
}

@media (max-width: 768px) {
    .credit-offers-buttons {
        grid-template-columns: 1fr;
        grid-row-gap: 17px;
        grid-template-rows: 1fr 1fr;
    }
}

.credit-offers-buttons .button {
    white-space: nowrap;
}

@media (max-width: 975px) {
    .credit-offers__term {
        display: none;
    }
}

.credits-offers-mobile {
    display: none;
    margin-bottom: 100px;
    margin-top: 40px;
}

.co-mobile__title {
    font-weight: 800;
    font-size: 18px;
    color: var(--black);
}

@media (max-width: 576px) {
    .credits-offers-mobile {
        display: block;
    }
}

.co-mobile__select {
    margin-bottom: 13px;
    background-position: 95% 50%;
    padding-right: 40px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.co-mobile__select option {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.co-credits-and-license {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 18px 20px 22px;
}

.co-mobile__card-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 105%;
    color: var(--black);
    margin-top: 24px;
    padding-left: 20px;
}

.co-mobile__bank-logo {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.co-mobile-card-table-info {
    margin-bottom: 15px;
}

.co-mobile__tags-padding {
    padding: 0 16px;
}

.co-mobile-buttons {
    display: grid;
    grid-column-gap: 17px;
    margin: 30px 22px 20px;
    grid-template-columns: 1fr;
}

.co-mobile-card {
    padding: 29px 0 0 0;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
}

.co-mobile-card__main-info {

}

.co-mobile__table {
    border-collapse: collapse;
    width: 100%;
    background: var(--white);
    border-radius: 20px;
}

.co-mobile__table td {
    padding: 20px;
}

.co-mobile-table__title {
    background-color: var(--blue-opacity-0-07);
    border-radius: 0px;
}

.co-mobile__button-more {
    margin-top: 20px;
}

.co__list-wrapper {
    padding: 0px 0 40px 30px;
}

.credit-offers__bank-info {

}

.credit-offers__is-delivery {
    background: var(--white);
    width: fit-content;
    border-radius: 5px;
    font-size: 12px;
    line-height: 15px;
    color: var(--orange);
    border: 1px solid var(--orange);
    padding: 4px 8px;
    white-space: nowrap;
    opacity: 0.8;
    position: relative;
    margin-bottom: 15px;
    user-select: none;
    transition: color 0.25s ease, border 0.25s ease, background 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.credit-offers__is-delivery:hover {
    border: 1px solid var(--orange);
    background: var(--light-orange);
    color: var(--white);
    opacity: 1;
    transform: translateY(-3px);
}

@media (max-width: 576px) {
    .credit-offers__is-delivery {
        margin-left: 20px;
    }
}
