.sale-card,
.sales-list__item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 16px;
}

.sale-info {
    padding: 0 0 0 36px;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.sale-title {
    font-weight: 700;
    font-size: 30px;
    max-width: 460px;
    margin: 0;
}

.sale-text {
    max-width: 460px;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}

.sale-button {
    max-width: 124px;
    height: 32px;
    color: #222222;
    border: 2px solid var(--base-color-blue);
    margin: 22px 0 0 0;
}

.sale-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 495px;
    padding: 0;
    margin: 0 65px 0 auto;
}

.sale-time--passed {
    display: none;
}

.sale-time_flame {
    max-width: 252px;
}

.sale-time__label {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 7px 5px 0 0;
}

.sale-time__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #00AFFF;
    padding: 6px 5px 0 0;
}

.sale-time__value img {
    height: 24px;
    margin-top: 1px;
    margin-right: 10px
}

.sale-time_flame .sale-time__value {
    color: #00AEFF;
    color: var(--base-color-blue);
}

.sale-conditions {
    font-size: 16px;
    line-height: 24px;
    color: #00AFFF;
    padding: 7px 0 0 0;
    cursor: pointer;
}

.sale_page {
    margin-bottom: 40px;
}

.sale_page .sale-time {
    margin: 0;
}

.sales-list__item {
    margin-bottom: 30px
}

.sale-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0 16px 16px 0;
}

.sale-detail {
    display: flex;
    align-items: center;
}

.sale-detail .sale-button {
    margin: 0 20px 0 0;
}

@media (max-width: 1199px) {
    .sale-time {
        margin: 0 45px 0 auto;
    }
}

@media (max-width: 1024px) {
    .sale-card,
    .sales-list__item {
        min-height: 280px;
        flex-direction: column;
    }
    .sale-info {
        padding: 20px 16px;
        width: 100%;
    }

    .sale_page, 
    .sales-list .sale {
        border-radius: 11px;
        padding: 0;
    }

    .sale-title {
        max-width: 625px;
        font-size: 22px;
        line-height: 26px;
    }

    .sale-text {
        max-width: 100%;
        font-size: 18px;
        line-height: 21px;
        margin: 16px 0;
    }

    .sale-time {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }

    .sale-time__label {
        font-size: 14px;
        line-height: 21px;
    }

    .sale-conditions {
        font-size: 14px;
        line-height: 21px;
        padding: 0;
    }

    .sale-time__value {
        font-size: 14px;
        line-height: 21px;
    }

    .sales-list__item .sale-button {
        height: 45px;
        margin: 0 20px 0 0;
    }

    .sale-time_flame .timer {
        margin: -3px 0 0 0;
    }

    .sale-time__value img {
        height: 24px;
        margin-top: 1px;
        margin-right: 4px;
    }

    .sale-image {
        display: flex;
        border-radius: 11px 11px 0 0;
        height: 100%;
        justify-content: flex-end;
        border-radius: 11px 11px 0 0;
    }

    .sale-image img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 11px;
    }

    .sale-detail {
        margin: 0;
    }

    .sale-time {
        flex-direction: row;
    }

    .sale-time__label,
    .sale-time__value {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .box--mobile .page-title {
        padding: 0 12px;
    }

    .box--mobile {
        padding: 0;
    }

    .box--mobile .category-filter,
    .box--mobile .page-catalog {
        padding: 0 16px;
    }

    .action-date {
        font-size: 14px
    }

    .action-text {
        font-size: 14px
    }
    .actions {
        margin: 0 -15px
    }

    .actions-list {
        padding-bottom: 22px
    }

    .actions-list .swiper-pagination {
        opacity: 1;
        bottom: -2px;
    }

    .actions-list .swiper-pagination .swiper-pagination-bullet-active {
        background: #e0be85;
        background: var(--base-color-gold);
    }
    
    .sales {
        margin: 48px 0 0 0;
    }

    .sale_page, 
    .sales-list .sale {
        padding: 0;
        height: auto;
        flex-direction: column;
        border-radius: 0;
    }

    .sale-info {
        width: 100%;
        padding: 27px 12px;
    }

    
    .sale-title {
        max-width: 100%;
        font-size: 22px;
        line-height: 26px;
    }

    .sale-text {
        font-size: 14px;
    }

    .sales-list__item {
        margin-bottom: 43px;
    }

    .sale-time {
        justify-content: flex-start;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    .sale-image {
        width: 100%;
        height: auto;
    }

    .sale-image a {
        width: 100%;
    }

    .sale-image a img {
        border-radius: 0;
        width: 100%;
        height: 100%;
    }

    .sale-image img {
        border-radius: 0;
        width: 100%;
        height: auto;
    }

}
