

/* Start:/local/templates/new/css/devices.css?17337437612448*/
.brand-page__head{
    border-radius: 3px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 25px;
}
.brand-page__popular{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 13px;
}
.brand-page__popular a{
    text-decoration: underline;
    text-underline-offset: 2px;
    /* margin-right: 15px; */
}
.brand-page__popular-title{
    font-size: 14px;
    color: #8592AD;
}
.brand-page__head-foot{
    position: relative;
    margin-top: 26px;
    padding-top: 30px;
}
.brand-page__head-foot::before{
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: calc(100% + 60px);
    height: 1px;
    background-color: #F0F1F5;
}
.brand-search__title{
    margin-bottom: 5px;
}
.brand-search__items{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    /* padding: 30px; */
    box-sizing: border-box;
    background-color: #fff;
}
.brand-search-item__cats{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.brand-search-item__button span{
    color: #8592AD;
    margin-left: 2px;
}
.brand-search-item__row{
    display: flex;
    
}
.brand-search-item__image{
    display: flex;
    align-items: center;
    height: 60px;
    width: 60px;
    flex-shrink: 0;
    margin-right: 20px;
}

.brand-search-item__image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.brand-search-item__title{
    font-size: 14px;
    color: #0D1526;
    font-weight: 700;
    margin-bottom: 20px;
}

.brand-search-item{
    position: relative;
    padding: 20px 30px;
    box-sizing: border-box;
}

.brand-search-item:not(:last-child){
        border-bottom: 1px solid #F0F1F5;
}
.brand-search__footer{
    padding: 30px;
    border-top: 1px solid #F0F1F5;
}
.brand-search__button.button{
    padding: 15.5px 59px;
    max-width: 300px;
    width: 100%;
    justify-content: center;
}
.brand-page__input{
    position: relative;
}
.brand-page__button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    z-index: 50;
    outline: none;
    border: none;
    color: #8592AD;
}
/* .brand-search-item::before{
    content: '';
    position: absolute;
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    background-color: #F0F1F5;
    bottom: 0;
} */
/* End */
/* /local/templates/new/css/devices.css?17337437612448 */
