

/* Start:/local/templates/polyglass/components/bitrix/news/brand/bitrix/news.detail/.default/style.css?16112236647042*/
.brands-page{}

.brands-page__title{
    margin-top:0!important;
    margin-bottom:16px!important;
}
.brands-page__title:before{
    content:none;
}

.brands-page__descr{
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom:15px;
}
.brands-page__brands{
    width:100%;
}



.brands-grid{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.brands-grid__item{
    -webkit-box-flex:0;
        -ms-flex:0 0 25%;
            flex:0 0 25%;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #E7E7E7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.brands-grid__item:hover{
    border-color:#f1c52b;
}
.brands-grid__item:before{
    content:"";
    display: block;
    width:100%;
    padding-top: 40%;
}

@media(max-width:1024px){
    .brands-grid__item{
        -webkit-box-flex:0;
            -ms-flex:0 0 33.3333333%;
                flex:0 0 33.3333333%;
    }   
}

@media(max-width:600px){
    .brands-grid__item{
        -webkit-box-flex:0;
            -ms-flex:0 0 50%;
                flex:0 0 50%;
    }   
}

@media(max-width:425px){
    .brands-grid__item{
        -webkit-box-flex:0;
            -ms-flex:0 0 100%;
                flex:0 0 100%;
    }   
}



.brand-detail{
    background-color: #F0F2F4;
}
.brand-detail-top{
    padding:60px 0;
    background-color: #fff;
    margin-bottom: 30px;
}
.brand-detail-middle{
    padding:30px 0;
    background-color: #fff;
}




.brand-detail-back a{
    font-size: 13px;
    line-height: 18px;
    color: #787878;
    font-weight: 600;
    text-decoration: underline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.brand-detail-back svg{
    margin-right: 5px;
}




.brand-card{

}
.brand-card-title{
    display: block;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom:16px!important;
    text-align: center;
}
.brand-card-title:before{
    content:none!important;
}
.brand-card-body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.brand-card-logo{
    padding-top:15px;
    -webkit-box-flex:0;
        -ms-flex:0 0 160px;
            flex:0 0 160px;
    margin-right:50px;
}
.brand-card-logo img{
    display:block;
    width:auto;
    max-width: 100%;
    height:auto;
    margin:0 auto;
}
.brand-card-descr{
    -webkit-box-flex:1;
        -ms-flex:1 0 0px;
            flex:1 0 0;
}
.brand-card-descr p{
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

@media(max-width: 767px){
    .brand-card-logo {
        margin-right: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .brand-detail-top .container{
        padding-left:15px;
        padding-right:15px;
    }
}


.brand-products{}
.brand-products-title{
    margin-top:0!important;
}
.brand-products-item{
    position: relative;
}




.shop_button.-yellow{
    background-color: #f1c52b!important;
    color: #424446!important;
    margin: 0 0 15px 0!important;
}
.count-l {
    position: absolute;
    bottom: 0;
    left: 20px;
    font-weight: 600;
}

.crumbs{
    display:none;
}

.catalog-price{
    color:red
}
div.catalog-section table td{
    padding-right:10px;
    padding-top:10px
}
.shop_button.addToBasket{
    background-color:#f1c52b!important;
    color:#424446!important;
    margin-bottom:15px!important
}
.form-group{
    margin-bottom:15px
}
.fast-by-form label{
    font-weight:600;
    font-size:14px;
    display:inline-block;
    max-width:100%;
    margin-bottom:5px;
    font-weight:700
}
.form-control{
    display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color:#f8fafc;
    border:1px solid #d5dadc;
    box-shadow:none;
    border-radius:2px
}
.form-control:focus{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder{
    color:#999;
    opacity:1
}
.form-control:-ms-input-placeholder{
    color:#999
}
.form-control::-webkit-input-placeholder{
    color:#999
}
.form-control::-ms-expand{
    background-color:transparent;
    border:0
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{
    background-color:#eee;
    opacity:1
}
.form-control[disabled],fieldset[disabled] .form-control{
    cursor:not-allowed
}
.btn{
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px;
    -webkit-transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -moz-transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -ms-transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -o-transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease
}
.shop_button.-yellow{
    background-color:#f1c52b!important;
    color:#424446!important;
    margin:0 0 15px 0!important
}
.shop_button.addToBasket.-clear-styles{
    background-color:#4e4e4e!important;
    color:#fff!important;
    margin-bottom:0!important
}
.addToBasket.inbasked,.shop_button.addToBasket.-clear-styles.inbasked,.shop_button.-clear-styles.inbasked{
    background-color:#0a00c2!important
}
.productList .productItem{
    align-items:flex-start
}
.photo-link{
    display:block;
    cursor:pointer;
    position:relative
}
.photo-link-overlay{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:rgba(0,0,0,0);
    transition:.3s
}
.photo-link:hover .photo-link-overlay{
    background-color:rgba(0,0,0,.3)
}
.product-link{
    transition:.3s!important
}
.product-link:hover{
    color:#0a00c2!important
}
/* End */
/* /local/templates/polyglass/components/bitrix/news/brand/bitrix/news.detail/.default/style.css?16112236647042 */
