.auctions-tenders__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px
}

.auctions-tenders__item {
    min-width: 0
}

.auctions-tenders__item .custom--slider-arrows {
    gap: 20px;
    margin-top: 28px
}

@media (min-width: 1200px) {
    .auctions-tenders__item .custom--slider-arrows {
        margin-top: 20px
    }
}

.auctions-tenders__item .empty-block {
    margin-top: 60px;
    max-width: 392px
}

@media (min-width: 1440px) {
    .auctions-tenders__items {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        gap: 60px
    }

    .auctions-tenders__item .auction-card, .auctions-tenders__item .tender-card {
        min-height: var(--same-height, 0)
    }

    .auctions-tenders .auctions__item .auctions-tenders__all {
        position: absolute;
        bottom: -11px;
        right: 0;
        margin-top: 0
    }

    .auctions-tenders .tenders__item .auctions-tenders__head {
        margin-bottom: 21px
    }

    .auctions-tenders .tenders__item .auctions-tenders__all {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.auctions-tenders__head {
    margin-bottom: 20px
}

.auctions-tenders__head-row {
    margin-top: 12px;
    position: relative
}

@media (min-width: 1200px) {
    .auctions-tenders__item .empty-block {
        margin-top: 100px
    }

    .auctions-tenders__head {
        margin-bottom: 28px
    }

    .auctions-tenders__head-row {
        margin-top: 28px
    }
}

.auctions-tenders__title {
    color: var(--white);
    text-transform: uppercase
}

@media (max-width: 1439.98px) {
    .auctions-tenders__title br {
        display: none
    }
}

.auctions-tenders__description {
    color: var(--white);
    width: 100%;
    max-width: 440px
}

.auctions-tenders__all {
    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;
    margin-top: 12px
}

@media (min-width: 1200px) {
    .auctions-tenders__all {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 20px
    }
}

.auctions-tenders__all-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 6px 0 5px;
    font-size: var(--text-size-14);
    line-height: var(--lh-sm);
    font-weight: var(--fw-normal);
    color: var(--white);
    border-bottom: 1px solid currentColor;
    -webkit-transition: color var(--transition);
    transition: color var(--transition)
}

.auctions-tenders__all-link:hover {
    color: black;
}

.auctions-tenders__all-link-icon {
    width: 5px;
    height: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}
