

/* Start:/local/components/itaces/brands.sort/templates/a_brands_sort/style.css?17592950844856*/
.branbsList {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 72px;
    font-family: 'Aeroport', sans-serif;
    position: relative;
}

.article_letter {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article_letter.hidden {
    display: none;
}

.article_letter h2 {
    font-size: 30px;
    line-height: 120%;
    font-weight: 700;
}

.branbsList__letter {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}


.branbsList * {
    font-family: 'Aeroport', sans-serif;
    line-height: 1.0;
}

.branbsList__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
    align-items: center;
    width: calc(16.666% - 15px);
    background-color: var(--color-default);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 15px 0px #0000001A;
    text-align: center;
    aspect-ratio: 1 / 1;
}

.branbsList__item:hover {
    color: var(--color-accent);
}

.branbsList__item_img_wrapper {
    width: 100%;
    display: flex;
    aspect-ratio: 1 / 1;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.no-photo {
    /* background: url('/local/components/itaces/brands.sort/templates/a_brands_sort/images/no_photo.png') center center no-repeat;
    background-size: 40% 40%; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    font-size: 16px;
    line-height: 140%;
    font-weight: 700;
    padding-top: 32px;
}
.branbsList__item:hover .no-photo {
    color: var(--color-accent);
}

.branbsList__item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.branbsList__item_img {
    max-height: 80%;
    max-width: 80%;
    object-fit: contain;
    object-position: top;
}

.branbsList__item_name {
    font-size: 14px;
    margin: auto -16px 0 -16px;
    line-height: 1.2;
    width: calc(100% + 32px);
}

@media screen and (max-width: 1280px) {
    .branbsList__letter {
        gap: 20px;
    }

    .branbsList__item {
        width: calc(20% - 16px);
    }
}

@media screen and (max-width: 1024px) {
    .branbsList__letter {
        gap: 20px;
    }

    .branbsList__item {
        width: calc(25% - 15px);
    }
}

@media screen and (max-width: 767px) {
    .branbsList__letter {
        gap: 18px;
    }

    .branbsList__item {
        width: calc(33.333% - 12px);
    }

    .branbsList__item_img_wrapper {
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .branbsList__letter {
        gap: 12px;
    }

    .branbsList__item {
        width: calc(50% - 6px);
    }

}


.brandsFilter {
    display: flex;
    gap: 32px;
    justify-content: center;
    font-family: 'Aeroport', sans-serif;
    line-height: 140%;
    width: 100%;
    overflow: hidden;
    background-color: var(--color-default);
    z-index: 100;
    position: sticky;
    top: 138px;
    padding: 8px 20px;
    margin: 0 -20px;
    width: calc(100% + 40px);
}

.brandsFilter__letters_container {
    display: flex;
    justify-content: center;
}

.brandsFilter__letters_content {
    display: flex;
    gap: 32px;
    justify-content: center;
}

.brandsFilter__item_line {
    display: flex;
}

.brandsFilter__item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 40px;
    border-radius: 8px;
    padding: 0 11px;
    cursor: pointer;
    font-size: 14px;
}

.brandsFilter__item_line .brandsFilter__item {
    padding: 0 0;
    width: 32px;
}

.brandsFilter__item.active {
    background-color: var(--color-primary);
    color: var(--color-default);
}

.brandsFilter__item:hover {
    background-color: var(--color-accent-light);
    color: var(--color-default);
}

@media screen and (max-width: 1240px) {
    .branbsList {
        padding-top: 20px;
    }

    .brandsFilter {
        top: 104px;
        height: 0px;
        padding: 0 20px;
        overflow: hidden;
        transition: all .8s ease;
        position: fixed;
        opacity: 0;
        justify-content: start;
        gap: 20px;
    }

    .brandsFilter.scrolled {
        height: 54px;
        padding: 8px 20px;
        opacity: 1;
    }

    .brandsFilter__letters_container {
        justify-content: start;
        width: calc(100% - 150px);
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;

        &::-webkit-scrollbar {
            display: none;
        }
    }

    .brandsFilter__letters_content {
        justify-content: start;
        width: fit-content;
        gap: 20px;
    }

    .brandsFilter__item {
        height: 38px;
        padding: 0 10px;
        cursor: pointer;
    }

    .brandsFilter__item_line .brandsFilter__item {
        padding: 0 0;
        width: 32px;
    }

}
/* End */
/* /local/components/itaces/brands.sort/templates/a_brands_sort/style.css?17592950844856 */
