.sales {
    padding: 12px 0 0;
    position: relative;
    overflow: hidden
}

.sales__head {
    margin-bottom: 16px
}

@media (min-width: 1200px) {
    .sales {
        padding: 70px 0
    }

    .sales__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 60px
    }
}

.sales__head-btn-wrapper {
    display: none
}

.sales__title {
    line-height: 1.583;
    color: var(--white)
}

@media (min-width: 1200px) {
    .sales__head-btn-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .sales__title {
        line-height: .904
    }
}

.sales__slider {
    overflow: initial
}

.sales__slide {
    max-width: 640px
}
