.section-similar {
    margin-top: 80px;
    padding-top: 25px;
    border-top: 1px solid rgb(201, 201, 201);
    margin-bottom: 107px;
}
.section__slider-navigation {
    display: flex;
    margin-top: auto;
}
.section-similar .section__slider-navigation {
    justify-content: space-between;
    margin-bottom: 32px;
}
.section-similar .section__slider-navigation .section__title {
    align-self: center !important;
    text-transform: uppercase !important;
    font-size: 32px !important;
}
.section-similar .section__title {
    margin-bottom: 0;
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 10%;
}
.section-similar .section__slider-navigation .icon {
    max-width: 13px;
    height: 10px;
}
.section-similar .ui-swiper-button {
    width: 58px;
    height: 58px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid rgb(201, 201, 201);
    border-radius: 8px;

}
.section-similar .catalog__item-slide {
    max-width: 338px;
    margin-right: 15px;
}
.catalog__item {
    position: relative;
    display: flex;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.section-similar .catalog__item {
    flex-flow: column;
}
.section-similar .catalog__item-img {
    position: relative;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.section-similar .catalog__item-img:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 66.6666666667%;
}
.section-similar .catalog__item-img img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 3840px) {
    .section-similar .catalog__item-img img {
        max-width: 88%;
        left: 12%;
    }
}
.catalog__item-description {
    display: flex;
    justify-content: space-between;
    padding: 27px 32px 36px;
    width: 100%;
}
.section-similar .catalog__item-description {
    flex-flow: column;
    padding: 7px 25px 27px;
}
.section-similar .catalog__item-column {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
}
.catalog__item-code {
    margin-bottom: 4px;
    margin-top: 16px;
    font-size: 10px;
    color: #898989;
}

.catalog__item-name {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    height: 72px;
    text-transform: uppercase;
}

.section-similar .catalog__item-column_price {
    padding-top: 5px;
}
.section-similar .catalog__item .price {
    margin-bottom: 21px;
}
.section-similar .catalog__item .price-new {
    font-weight: 700;
    font-size: 24px;
}
.section-similar .catalog__item-buttons {
    max-width: 100%;
}
.ui-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.05em;
    transition: background-color 0.35s ease, color 0.15s ease;
    color: #fff;
    border: none;
    text-transform: uppercase;
    border-radius: 8px;
}
.catalog__item-buttons .ui-button {
    height: 42px;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}
.catalog__item-buttons .ui-button--dark {
    margin-bottom: 9px;
    background-color: #000;

}
.catalog__item-buttons .ui-button {
    height: 42px;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}
.ui-button--transparent {
    background-color: transparent;
    color: #A9A9A9;
    font-size: 10px;
    border: 2px solid rgb(169, 169, 169);
}
.recomm__text{
    display: none;
}

@media (max-width: 1279px) {
    .section-similar .section__slider-navigation .section__title{
        font-size: 18px !important;
    }
}
@media (max-width: 743px) {
    .section__body.recomm .catalog__item-buttons .ui-button--transparent{
        display: none;
    }
    .section__body.recomm .catalog__item-name {
        font-size: 16px;
        text-transform: unset;
    }
    .section__body.recomm .price-new .value, .section__body.recomm .catalog__item .price-new {
        font-size: 18px;
    }
    .section__body.recomm .ui-swiper-button{
        position: absolute;
        bottom: 0;
        z-index: 2;

        width: 24px;
        height: 24px;
        background-color: transparent;
        border: none;
        background-image: url("img/arrow.svg");
        background-position: 50%;
        background-repeat: no-repeat;
    }
    .section__body.recomm .ui-swiper-button svg{
        display: none;
    }
    .section__body.recomm .ui-swiper-button.swiper-button-next{
        right: 0;
        transform: rotateY(180deg);
    }
    .section-similar .section__slider-navigation .section__title {
        align-self: flex-start !important;
        text-transform: none !important;
    }
    .section__body.recomm .swiper{
        padding-bottom: 40px;
    }
    .recomm__text{
        display: block;
        position: relative;
        top: -20px;
        font-weight: 400;
        font-size: 14px;
        color: #323232;
    }
}
