        @font-face {
            font-family: a_FuturaRound;
            font-style: normal;
            font-weight: 400;
            src: url(font/afuturaround.ttf) format("truetype")
        }

        @font-face {
            font-family: a_FuturaRound;
            font-style: normal;
            font-weight: 700;
            src: url(font/afuturaroundbold.ttf) format("truetype")
        }

        @font-face {
            font-family: a_FuturaRoundDemi;
            font-style: normal;
            font-weight: 400;
            src: url(font/afuturarounddemi.ttf) format("truetype")
        }

.brand-main__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

@media (max-width: 997px) {
    .brand-main__container {
    grid-template-columns: repeat(1, 1fr);
}
}
.brand-main, .brand-products {
    position: relative;
    margin: 40px auto 150px;
    max-width: 1920px;
    padding: 0 135px 0 110px;
}
@media (max-width: 997px) {
    .brand-main, .brand-products {
        margin: 30px auto 80px;
        padding: 0 20px
    }
}
.brand-main__info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.brand-main__info .brand-info__texts {
    width: 100%;
}
.brand-main__info .brand-info__texts-wrapper {
    max-width: 100%;

}
@media (max-width: 997px) {
    .brand-main__info-img {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 57px;
        height: 57px;
    }
}
.brand-main__info-img {
    max-width: 136px;
}
.brand-main__img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.brand-main__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-main__info-title {
    margin-bottom: 30px;
    line-height: 100%;

}
@media (max-width: 743px) {
    .brand-main__info-title {
    font-size: 30px;
    padding-right: 57px;
}
}

.brand-main__info-text {
    font-family: a_FuturaRound, sans-serif;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 30px;
}

@media (max-width: 743px) {
    .brand-main__info-text {
        font-size: 14px;
    }
}

.swiper {
      width: 100%;
      height: 100%;
    }

.brand-products__wrapper-more .swiper-button-next {
    right: 30px;
    left: auto;
}
.brand-products__wrapper-more .swiper-button-prev {
    left: 30px;
    right: auto;
}

@media (max-width: 760px) {
    .brand-products__wrapper-more .swiper-button-next {
        right: 20px;
        left: auto;
        top: 40px;
        bottom: auto;
    }
    .brand-products__wrapper-more .swiper-button-prev {
        right: 77px;
        left: auto;
        top: 40px;
        bottom: auto;
    }
}


.brand-products__wrapper-more .swiper-slide {
    padding: 10px 0;
}

@media (min-width: 1200px) {
    .product-main__info-text {
        max-width: 50%;
    }
}