.brands .swiper-container {
    width: 100%;
    height: 16.66667em;
    margin-left: auto;
    margin-right: auto;
}

.brands .swiper-slide {
    background: #fff;
    height: calc((100% - 15px) / 2);
}

.brands__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brands__wrapper {
    margin-right: 0;
    margin-top: 0;
}

.brands__link {
    display: block;
}

.brands__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 12.5rem;
    min-height: 9rem;
    border: 1px solid #EBEBEB;
    border-radius: .5rem;
}

.rands__item-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 320px) {
    .brands .swiper-container {
        height: 53.75vw;
    }

    .brands__item {
        min-width: 34.375vw;
        width: 34.375vw;
        min-height: 25vw;
        height: 25vw;
    }

    .brands__item-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2rem;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    .brands__item-img img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}

@media (min-width: 500px) {
    .brands .swiper-container {
        height: 32.1875vw;
    }

    .brands .swiper-slide {
        background: #fff;
        height: calc((100% - 20px) / 2);
    }

    .brands__item {
        min-width: 21.875vw;
        width: 21.875vw;
        min-height: 14.0625vw;
        height: 14.0625vw;
    }
}

@media (min-width: 920px) {
    .brands .swiper-container {
        height: 23.95833333333333vw;
    }

    .brands .swiper-slide {
        height: calc((100% - 20px) / 2);
    }

    .brands__item {
        min-width: 16.66667vw;
        width: 16.66667vw;
        min-height: 10.625vw;
        height: 10.625vw;
    }

    .brands__item-img {
        padding: 3rem;
    }
}

@media (min-width: 1160px) {
    .brands .swiper-container {
        height: 17.24137931034483vw;
    }

    .brands .swiper-slide {
        height: calc((100% - 15px) / 2);
    }

    .brands__item {
        min-width: 10.77586vw;
        width: 10.77586vw;
        min-height: 7.75862vw;
        height: 7.75862vw;
    }

    .brands__item-img {
        padding: 3rem;
    }
}

@media (min-width: 1440px) {
    .brands .swiper-container {
        height: 18.40277777777778vw;
    }

    .brands .swiper-slide {
        height: calc((100% - 20px) / 2);
    }

    .brands__item {
        width: 11.59722vw;
        min-width: 11.59722vw;
        min-height: 8.33333vw;
        height: 8.33333vw;
    }
}

@media (min-width: 1600px) {
    .brands .swiper-container {
        height: 19.375vw;
    }

    .brands .swiper-slide {
        height: calc((100% - 20px) / 2);
    }

    .brands__item {
        width: 12.3125vw;
        min-width: 12.3125vw;
        min-height: 8.9375vw;
        height: 8.9375vw;
    }

    .brands__item-img {
        padding: 1.875vw;
    }
}

@media (min-width: 1920px) {
    .brands .swiper-container {
        height: 19.79166666666667vw;
    }

    .brands .swiper-slide {
        height: calc((100% - 30px) / 2);
    }

    .brands__item {
        width: 12.5vw;
        min-width: 12.5vw;
        min-height: 9.0625vw;
        height: 9.0625vw;
    }
}

@media (min-width: 2560px) {
    .brands .swiper-container {
        height: 21.09375vw;
    }

    .brands .swiper-slide {
        height: calc((100% - 30px) / 2);
    }

    .brands__item {
        width: 13.28125vw;
        min-width: 13.28125vw;
        min-height: 9.64844vw;
        height: 9.64844vw;
    }
}