

/* Start:/local/templates/bq_aliot_s1/css/brands.css?17715180506371*/
.brands-filter {
    margin-top: 25px;
    margin-bottom: 25px;
}

.brands-filter:first-child {
    margin-top: 0;
}

.brands-filter:last-child {
    margin-bottom: 0;
}

.brands-filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px;
}

.brands-filter__item {
    margin: 2px;
}

.brands-filter-link {
    display: block;
    text-align: center;
    color: #000000;
    background: #fff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
}

.brands-filter-link:hover,
.brands-filter-link:focus {
    color: #E12A2A;
}

.brands-filter-link.is-active,
.brands-filter-link.is-active:hover,
.brands-filter-link.is-active:focus {
    color: #fff;
    background: #E12A2A;
}

.brands-list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.brands-list:first-child {
    margin-top: 0;
}

.brands-list:last-child {
    margin-bottom: 0;
}

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

.brands-list__item {
    width: 25%;
    height: auto;
}

.brands-card {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 20px;
    min-height: 200px;
    background: #fff;
    border: 1px solid #ECECEC;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.brands-card:hover,
.brands-card:focus {
    color: #E12A2A;
}

.brands-card__img {
    display: block;
    max-width: 100%;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 20px auto!important;
}

.brands-card__name {
    display: block;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.brands-card__name:first-child {
    margin-top: 0;
}

.brands-card__name:last-child {
    margin-bottom: 0;
}

.navigation {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navigation:first-child {
    margin-top: 0;
}

.navigation:last-child {
    margin-bottom: 0;
}

.navigation__list {
    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;
}

.navigation__arrow {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #D6D5D5;
    border-radius: 5px;
    -webkit-transition: background 0.3s ease, border-color 0.3s ease;
    -o-transition: background 0.3s ease, border-color 0.3s ease;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.navigation__arrow:hover,
.navigation__arrow:focus {
    border-color: #E12A2A;
    background: #E12A2A;
}

.navigation__arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' fill='none' viewBox='0 0 9 12'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M2 1.1c.3-.3.8-.3 1 0l4.4 4.4c.3.3.3.8 0 1.2L3 11.1c-.3.3-.7.3-1 0-.3-.3-.3-.7 0-1l3.9-4L2 2.2c-.3-.3-.3-.8 0-1.1Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.3 0h8v12h-8z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.navigation__arrow:hover::after,
.navigation__arrow:focus::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' fill='none' viewBox='0 0 9 12'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M2 1.1c.3-.3.8-.3 1 0l4.4 4.4c.3.3.3.8 0 1.2L3 11.1c-.3.3-.7.3-1 0-.3-.3-.3-.7 0-1l3.9-4L2 2.2c-.3-.3-.3-.8 0-1.1Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.3 0h8v12h-8z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.navigation__arrow--prev::after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.navigation__arrow--prev {
    margin-right: 30px;
}

.navigation__arrow--prev:last-child {
    margin-right: 0;
}

.navigation__arrow--next {
    margin-left: 30px;
}

.navigation__arrow--next:first-child {
    margin-left: 0;
}

.navigation__link {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    padding: 0 14px;
    height: 75px;
    line-height: 75px;
    color: #000;
    text-align: center;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.navigation__link:hover,
.navigation__link:focus {
    color: #E12A2A;
}

.navigation__link.is-active,
.navigation__link.is-active:hover,
.navigation__link.is-active:focus {
    color: #E12A2A;
    border-bottom: 3px solid #E12A2A;
}

.text {
    margin-top: 30px;
    margin-bottom: 30px;
}

.text:first-child {
    margin-top: 0;
}

.text:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .brands-list__item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .brands-list__item {
        width: 100%;
    }

    .brands-filter {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .brands-card {
        min-height: 163px;
        padding: 24px;
    }

    .brands-card__img {
        height: 63px;
    }

    .brands-card__name {
        font-size: 15px;
    }

    .brands-list {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navigation {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .text {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/* End */
/* /local/templates/bq_aliot_s1/css/brands.css?17715180506371 */
