.manufactures-slider__body {
    border-radius: 10px;
}

.manufactures-slider {
    /* margin: 0px 100px; */
}

/* Кнопка CTA */
.cta-button-manufacures {
    border-radius: 10px;
    font-size: 14px;
    background-color: #ffb800;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 23px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    color: black;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

}

/* Общие стили для карточек в Hero */
.hero-feature-card {
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 84px 39px;
    /* Для левой части (bg-light) */
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    gap: 12px;
}

.hero-feature-card.bg-dark {
    padding: 97px 43px;
    /* Стиль для правой части */
    color: #fff;
}

.hero-feature-card.bg-light {
    padding: 84px 39px;
    color: #000;
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* --- Карточка 1 (Справа, темный фон) --- */
.logo-details {
    max-width: 234px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.logo-area {
    width: 181.8px;
    height: 51px;
    position: relative;
}

.logo-bg-shape {
    position: absolute;
    top: 0;
    left: -21.3px;
    background-color: #fff;
    width: 260px;
    height: 51px;
}

.logo-icon {
    /* Здесь нужно заменить image-112-icon, который был под logo-parent */
    width: 100%;
    height: auto;
    max-height: 100px;
    /* Оценка, так как позиция удалена */
    object-fit: contain;
}

/* --- Карточка 2 (Слева, светлый фон) --- */
.image-details {
    width: 356px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-image {
    width: 187px;
    height: auto;
    object-fit: cover;
}

.product-title {
    width: 234px;
}

@media (max-width: 1200px) {
    .header__nav {
        gap: 25px;
    }

    .manufactures-slider {
        margin: 0 0;
    }
}

@media (max-width: 480px) {
    .header__container {
        padding: 0 10px;
    }

    /* Уменьшаем логотип */
    .header__img {
        width: 120px;
        height: auto;
    }

    .manufactures-slider {
        margin: 0 0;
    }
}






@media (min-width: 769px) {

    .manufactures-slider {
        position: relative;
        --swiper-pagination-bullet-width: 12px;
        --swiper-pagination-bullet-height: 12px;
        --swiper-pagination-bullet-border-radius: 50%;
        --swiper-pagination-bullet-inactive-color: #FFFFFF;
        --swiper-pagination-bullet-inactive-opacity: 1;
        --swiper-pagination-bullet-border: 1px solid #D9D9D9;
        --swiper-pagination-color: #146EB4;
        --swiper-pagination-bottom: 5px;
        --swiper-pagination-bullet-horizontal-gap: 5px;
        min-width: 0
    }
}