/*тут будут зарезервированные стили*/
/*названия стилей и какие то базовые стили*/


.nav-slider {
    margin-top: 32px;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    cursor: pointer;
    scrollbar-width: none;

}

.nav-slider__slides {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 25px;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    float: left;
    padding: 0 20px;
    transition: translateX, 1s;

}

.swiper-slide.nav-slider__slide {
    width: 280px;
    height: 344px;
    position: relative;
    white-space: normal;
    margin-top: 2px;
    margin-bottom: 6px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}


.disabled-button path {
    stroke: #BBBBBB;
}

.nav-show {
    display: none;
}

.title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}


.nav-button {
    border: 0;
    width: 48px;
    height: 48px;
    margin: 4px;
    border-radius: 40px;
    box-shadow: 0px 8px 16px rgba(22, 32, 46, 0.04);
    background: #FFFFFF;
    outline: 0;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-button-control {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.top-button-control {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}


.show-all-button {
    border: 0;
    outline: 0;
    width: 184px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 40px;
    text-align: center;
}

.show-all-button div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #16202E;
}

.show-all-button div div{
    margin-right: 12px;
}

.discount-slider,
.product-slider,
.designer-slider,
.ecoproduct-slider,
.news-slider,
.partners-slider {
    margin: 32px auto 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .nav-show {
        display: inline;
        margin-right: 24px;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
    }

    .bottom-button-control {
        display: none;
    }

    .top-button-control {
        margin: 0;
        position: absolute;
        top: -13px;
        right: 32px;
        display: flex;
        align-items: center;
    }

    .nav-slider {
        margin-top: 48px;
    }

    .nav-slider__slides {
        padding: 0 32px;
        grid-column-gap: 32px;
    }

    .discount-slider,
    .product-slider,
    .designer-slider,
    .ecoproduct-slider,
    .news-slider,
    .partners-slider {
        margin-top: 48px;
    }
}
