

/* Start:/local/templates/stepsports/css/brand/index.css?17628678414291*/
.brand {
    margin-top: 60px;
    margin-bottom: 100px;
}

.brand__header {
    margin-top: 8px;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .brand__header {
        margin-bottom: 30px
    }
}

@media (max-width: 1279px) {
    .brand__header h2 {
        font-size: 32px;
        line-height: 44px
    }
}

@media (max-width: 767px) {
    .brand__header h2 {
        font-size: 18px;
        line-height: 25px
    }
}

.brand__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .brand__content {
        margin-bottom: 24px;
        gap: 32px
    }
}

.brand__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

@media (max-width: 767px) {
    .brand__filter {
        gap: 24px
    }
}

.brand__filter__item, .brand__filter__list, .brand__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.brand__filter__list {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px
}

.brand__filter__item, .brand__list {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.brand__filter__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    background: #f7f7f7;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #272727;
    cursor: pointer
}

@media (min-width: 960px) {
    .brand__filter__item:hover {
        background-color: var(--background-elements-hover)
    }
}

.brand__list {
    gap: 24px
}

@media (max-width: 767px) {
    .brand__list {
        gap: 17px
    }
}

.brand__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px;
    background: #f7f7f7;
    border-radius: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer
}

@media (min-width: 960px) {
    .brand__card:hover {
        background-color: var(--background-elements-hover)
    }
}

@media (max-width: 767px) {
    .brand__card {
        width: 100%
    }
}

.brand__card h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #272727
}

.brand__card__item, .brand__card__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.brand__card__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.brand__card__item {
    gap: 6px
}

.brand__card__item__name {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #272727
}

.brand__card__item__count {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(126, 126, 126, .8)
}

.brand__footer, .brand__footer button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brand__footer {
    margin-bottom: 100px
}

.brand__footer button {
    padding: 15.5px 49px;
    gap: 10px;
    background: #272727;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #fff
}

/* End */


/* Start:/local/components/stepsport/brand.list/templates/.default/style.css?1764326875229*/
.brand__list .brand__card {
    display: none;
    opacity: 0;
}

.brand__list .brand__card.show {
    display: flex;
    opacity: 1;
}


.brand__list {
    height: 690px;
    transition: height .5s ease;

    overflow: hidden;
}
/* End */
/* /local/templates/stepsports/css/brand/index.css?17628678414291 */
/* /local/components/stepsport/brand.list/templates/.default/style.css?1764326875229 */
