.swiper.mySwiper1,
.swiper.mySwiper2 {
    width: 100%;
    height: 120px;
}

.swiper.mySwiper1 .swiper-slide,
.swiper.mySwiper2 .swiper-slide {
    text-align: center;
    border: 1px solid #EBEBEB;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.swiper-slide img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}


.brands {
    margin-bottom: 90px;

    .brands__flex {
        margin-bottom: 40px;
        display: flex;

        .brands__flex-text {
            padding: 0px;
            gap: 16px;
            font-weight: 400;
            font-size: 18px;
            line-height: 140%;
            color: #4A4A49;
        }

    }


    .brands__flex-item-title {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        border-bottom: 1px solid #EA5B0C;
        padding-bottom: 40px;

        .all {
            background: #ea5b0c;
            height: 36px;
            padding: 0 4px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            .brands__list-arrow-next {
                display: flex;
            }
        }
    }

    .brands__flex-title {
        font-weight: 500;
        font-size: 40px;
        line-height: 130%;
    }

    .brands__list {
        display: block;

        .brands__one {
            position: relative;
            display: block;
        }

        .brands__two {
            margin-top: 16px;
            position: relative;
            display: block;
        }

        .brands__list-item {
            /* width: 300px; */
            cursor: pointer;
            height: 120px;
            border: 1px solid #EBEBEB;
            display: flex;
            margin: 0 8px;

            img {
                max-width: 150px;
                max-height: 100%;
                margin: auto;

            }
        }

    }

    .all {
        display: flex;
    }

    [data-tooltip] {
        position: relative;
    }

    [data-tooltip]:hover::after {
        display: block;
        position: absolute;
        content: attr(data-tooltip);
        background: #ffffff;
        padding: .25em;
        font-size: 22px;
        color: #ea5b0c;
        width: max-content;
        top: -20px;
    }

    .button_all {
        margin: 30px auto;
        display: block;
        background: #ea5b0c;
        color: #f9f9f9;
        padding: 15px 30px;
        font-size: 18px;
        font-family: 'Stolzl';
    }
}

@media (max-width: 1322px) {
    .brands .brands__flex-item-title {
        padding-bottom: 65px;
    }
}

@media (max-width: 1299px) {
    .brands {
        margin-bottom: 50px;
    }

    .brands .brands__flex-title {
        font-size: 32px;
    }

    .brands .brands__flex .brands__flex-text {
        font-size: 18px;
    }

    .brands .brands__flex-item-title {
        padding-bottom: 24px;
        margin-bottom: 30px;
    }

    .brands .row>[class*="col-xl-6"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .brands .brands__flex {
        margin-bottom: 30px;
    }

}

@media (max-width: 625px) {
    .brands .brands__flex-title {
        font-size: 20px;
        padding-bottom: 24px;
        margin-bottom: 30
    }

    .brands .brands__flex .brands__flex-text {
        font-size: 14px;
    }

    .brands .brands__flex-item-title {
        padding-bottom: 0px;
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .brands {
        margin-bottom: 30px;
    }
}