.section-slider {
    border: none;
    margin-top: 0;
}

.section__slider-navigation {
    display: flex;
    margin-top: auto;
    margin-bottom: 56px;
}

.section__slider .section__slider-navigation {
    justify-content: space-between;
    margin-bottom: 32px;
}

.section__slider .section__slider-navigation .section__title {
    align-self: center !important;
    text-transform: uppercase !important;
    font-size: 32px !important;
}

.section__slider .section__title {
    margin-bottom: 0;
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 10%;
}

.section__slider .section__slider-navigation .icon {
    max-width: 13px;
    height: 10px;
}

.section__slider .ui-swiper-button {
    width: 58px;
    height: 58px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid rgb(201, 201, 201);
    border-radius: 8px;
}

.section__slider .catalog__item-slide {
    max-width: 338px;
    margin-right: 15px;
}

.section__slider .catalog__item {
    flex-flow: column;
    border-radius: 0 0 16px 16px;
    border: none;
}

.section__slider .catalog__item-img {
    position: relative;
    max-width: 100%;
    height: auto;
    width: 100%;
    padding: 10px 35px 0;
}

.section__slider .catalog__item-code {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 14px;
color: #BDBDBD;
}

.section__slider .catalog__item-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0.06em;
color: #323232;
}

.section__slider .catalog__item-img:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 53.6666666667%;
}

.section__slider .catalog__item-img img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 70px);
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: translateX(-50%);
}

.section__slider .catalog__item-description {
    flex-flow: column;
    padding: 7px 35px 25px;
}

.section__slider .catalog__item-column {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
}

.section__slider .catalog__item-column_price {
    padding-top: 0px;
}

.section__slider .catalog__item .price {
    margin-bottom: 24px;
color: #323232;
}

.section__slider .catalog__item .price-new {
    font-weight: 700;
    font-size: 24px;
}

.section__slider .catalog__item-buttons {
    max-width: 100%;
}

.section__slider .catalog__item-buttons .ui-button {
    height: 56px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 16px;
    letter-spacing: normal;
}

.section__slider .catalog__item-buttons .ui-button:last-child {
    margin-bottom: 0;
}

.section__slider .catalog__item-buttons .ui-button.ui-button--transparent{
color: #AAAAAA;
border: 2px solid #AAAAAA;
}

.section__slider .section__slide-logo {
    background-color: white;
    border-radius: 16px 16px 0 0;
    padding: 25px 35px 0;
}

.section-slider+.section-slider .section__wrapper {
    padding: 43px 0 0;
    margin-top: 43px;
    border-top: 1px solid rgba(56, 56, 56, 0.3);
    border-bottom: none;
}

.section-slider .section__wrapper {
    display: flex;
    overflow: hidden;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.section-slider .section__content {
    display: flex;
    flex-flow: column;
    max-width: 440px;
    min-width: 440px;
}

.section-slider .section__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    margin-bottom: 29px;
    padding-right: 20px;
}

.section-slider .section__description {
    font-size: 18px;
    line-height: 27px;
    padding-right: 30px;
    overflow: inherit;
    max-height: inherit;
}

.section__all svg {
    display: none;
}

@media (max-width: 992px) {
    .section-slider .section__wrapper {
        flex-wrap: wrap;
    }

    .section-slider .section__content {
        max-width: 100%;
        min-width: auto;
        margin-bottom: 26px;
    }

    .section-slider .section__title {
        font-size: 18px;
        letter-spacing: 0.06em;
        margin-bottom: 12px;
    }

    .section-slider .section__title br {
        display: none;
    }

    .section-slider .section__description {
        font-size: 12px;
        letter-spacing: 0.06em;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .section-slider .section__all a {
        padding-top: 0;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0.06em;
        text-decoration: underline;
        text-transform: none;
        display: flex;
        align-items: center;
    }

    .section-slider .section__slider-navigation {
        display: none;
    }

    .section-slider .section__all svg {
        display: block;
    }

    .section-slider+.section-slider .section__wrapper {
        padding: 36px 0 0;
        margin-top: 55px;
        border-top: 1px solid rgba(56, 56, 56, 0.3);
        border-bottom: none;
    }

    .section__slider .section__slide-logo {
        padding-top: 16px;
    }

    .section__slider .section__slide-logo,
    .section__slider .catalog__item-img,
    .section__slider .catalog__item-description {
        padding-left: 16px;
        padding-right: 16px;
    }

    .section__slider .catalog__item-description{
        padding-bottom: 16px;
    }

    .section__slider .catalog__item-img img {
        width: calc(100% - 32px);
    }

    .section__slider .catalog__item-img:before {
        padding-top: 47.666667%;
    }

    .section__slider .catalog__item-code {
        color: #BDBDBD;
        font-size: 12px;
        margin-bottom: 4px;
    }

    .section__slider .catalog__item-name {
        font-size: 16px;
        margin-bottom: 12px;
        height: 66px;
        overflow: hidden;
    }

    .section__slider .catalog__item .price-new {
        font-size: 18px;
        letter-spacing: 0.06em;
    }

    .section__slider .catalog__item .price {
        margin-bottom: 12px;
    }

    .section__slider .catalog__item-buttons .ui-button {
        font-size: 16px;
        letter-spacing: 0.06em;
        height: 48px;
        border-radius: 8px;
        margin-bottom: 12px;
    }

    .section__slider .catalog__item-buttons .ui-button:last-child{
        margin-bottom: 0px;
    }

    .section__slider .section__slide{
        max-width: 294px;
    }
}