

/* Start:/local/templates/keramo/components/bitrix/catalog.section.list/brands/style.css?17710478876742*/
.catalog_h1 {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    font-size: 14px;
}

#abc {
    height: 46px;
    margin: 10px 0;
    position: relative;
    width: 100%;

}

#abc .abc_area {
    border: 1px solid var(--ds_yellow);
    background: var(--ds_white);
    padding: 0 20px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}
#abc.open .abc_area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.abc_line {
    display: block;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}
.abc_gen_btn,
#abc ul,
#abc ul>li,
#abc .abc_rele_sumb {
    display: inline-block;
    padding: 0;
    margin: 0;
}
#abc ul {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
#abc .abc_gen_btn>a,
#abc .abc_rele_sumb ul>li {
    padding: 10px 10px 4px 10px;
    margin: 0 5px;
    cursor: pointer;
}
#abc .abc_line a:hover,
#abc .abc_line li.active,
#abc .abc_line li:hover {
    font-weight: 600;
}
#abc .abc_gen_btn>a.active {
    display: none;
}
#abc.open .abc_list {
    display: flex;
    flex-wrap: wrap;
    }
#abc .abc_list li,
#abc .abc_rele_sumb>ul {
    display: none;
}
#abc .abc_list li{
    width: 25%;
    padding-right: 40px;
    margin-bottom: 10px;
}
#abc .abc_list a {
    padding-left: 10px;
    position: relative;
}

#abc .abc_list a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid var(--ds_dark);
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

#abc .abc_list a:hover::before {
    border-color: var(--ds_yellow_dark);
    background: var(--ds_yellow_dark);
}
#abc .abc_rele_sumb>ul.active {
    display: inline-block;
}
#abc .abc_list li.active {
    display: inline-block;
}
#abc .abc_items {
    padding: 30px 0 20px 0;
    display: none;
    border-top: 1px solid var(--ds_gray_ulight);
}
#abc.open .abc_items{
    display: flex;
}

#abc .abc_label {
    font-size: 80px;
    font-weight: 200;
    line-height: 80px;
    margin-right: 40px;
    margin-left: 10px;
}
.search_brand,
.cat_select {
    padding: 10px 0;
    position: relative;
}
.search_brand {
    max-width: 250px;
}
.cat_select select {
    border: none;
}
.search_brand input {
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0px 22px 0px 5px;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.search_brand button {
    border: none;
    position: absolute;
    right: 5px;
    top: 10px;
}
.all_brands {
    width: 1320px;
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 100px 0;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
}


.all_brands .brand_container {
    width: 140px;
    height: 160px;
    position: relative;
    display: flex;
    margin: 15px 40px;
    justify-content: center;
    align-items: center;
    float: left;
}
.all_brands .brand_container img{
    margin-top: 80px;
}

.all_brands .brand_container:nth-child(11n),
.all_brands .brand_container:nth-child(11n-1),
.all_brands .brand_container:nth-child(11n-2),
.all_brands .brand_container:nth-child(11n-3),
.all_brands .brand_container:nth-child(11n-4) {
    margin-left: 150px;
    margin-right: -70px;
}

.all_brands .brand_container:nth-child(11n) {
    margin-right: 150px;
}
.all_brands .brand_container::before {
    position: absolute;
    font-size: 250px;
    left: -55px;
    top: -00px;
    z-index: -1;
    color: var(--ds_gray_ulight);
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
}

.all_brands .brand_container:hover::before {
    color: var(--ds_yellow);
}

@media (max-width:1372px) {
    .all_brands {
        padding: 60px 0;
    }

    .all_brands {
        width: 900px;
        min-width: 900px;
    }

    .all_brands .brand_container {
        width: 100px !important;
        height: 100px !important;
        margin: 25px 40px !important;
    }

    .all_brands .brand_container::before {
        font-size: 200px;
        left: -50px;
        top: -48px;
    }

    .all_brands .brand_container img {
        margin-top: 0;
    }
    .all_brands .brand_container:nth-child(9n),
    .all_brands .brand_container:nth-child(9n-1),
    .all_brands .brand_container:nth-child(9n-2),
    .all_brands .brand_container:nth-child(9n-3) {
        margin-left: 130px !important;
        margin-right: -50px !important;
    }
    .all_brands .brand_container:nth-child(9n) {
        margin-right: 65px !important;
    }
}

@media (max-width:900px) {
    .all_brands {
        padding: 10px;
    }
    .all_brands {
        width: 100%;
        min-width: 100%;
    }

    .all_brands .brand_container img {
        max-height: 100%;
    }

    .all_brands .brand_container:nth-child(1n) {
        margin: 10px 1% !important;
        padding: 10px !important;
        width: 31.33333333% !important;
        height: 100px !important;
        border: 1px solid var(--ds_gray_ulight);
    }

    .all_brands .brand_container::before {
        display: none;
    }
}

@media (max-width:620px) {
    .all_brands .brand_container:nth-child(1n) {
        margin: 10px 2% !important;
        width: 46% !important;
    }
}
@media (max-width: 1150px) {
    #abc .abc_list li {
        width: 33.333333333%;
        padding-right: 30px;
    }
}

@media (max-width: 867px) {
    #abc .abc_list li {
        width: 50%;
        padding-right: 20px;
    }
}
@media (max-width: 525px) {
    #abc .abc_list li {
        width: 100%;
        padding-right: 0;
    }
    .catalog_h1 {
        padding: 10px 0;
    }
    .catalog_h1 .search_brand,
    .catalog_h1 .cat_select,
    .catalog_h1 h1 {
        padding: 0 10px;
    }
    #abc .abc_area {
        border-left: none;
        border-right: none;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .abc_label {
        display: none;
    }
    #abc {
        height: auto;
    }
    #abc.open .abc_area {
        position: relative;
    }
    #abc .abc_items {
        max-height: 180px;
        overflow: hidden;
        overflow-y: scroll;
        padding: 10px;
    }
}

/* End */
/* /local/templates/keramo/components/bitrix/catalog.section.list/brands/style.css?17710478876742 */
