

/* Start:/local/components/tabakov/brands_page/templates/.default/style.css?17501227846035*/
.brand-container{
    width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}
.brand-title{
    margin: 50px 0;
    font-weight: bold;
    font-size: 36px;
    color: #25292D;
}
.brand-abc-w{
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
}
.brand-abc-title{
    font-size: 14px;
    color: #71767B;
    margin-bottom: 25px;
    flex-basis: 100%;
}
.brand-abc{
    margin-right: 25px;
    margin-bottom: 10px;
    color: #5AB93B;
    font-weight: bold;
    font-size: 27px;
    text-decoration: none;
}
.brand-abc.all{
    margin-right: 35px;
}
.brand-brands-w{
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
}
.brand-brands-title{
    position: relative;
    margin: 30px 0 15px 0;
    color: #323232;
    font-weight: bold;
    font-size: 27px;
    flex-basis: 100%;
}
.brand-brands-title::after{
    content: "";
    position: absolute;
    left : 50px;
    top: 50%;
    background: #DDE3EA;
    height: 1px;
    right: 0;
}
.brand-brands-item{
    flex-basis: 33%;
    padding: 25px 40px 35px 40px;
    border: 1px solid #DDE3EA;
    display: flex;
    flex-direction: column;
    transition: .3s all ease-in-out;
}
.brand-brands-item-img{
    max-height: 60px;
    max-width: 100px;
    flex-grow: 1;
}
.brand-brands-item-img img{
    max-height: 100%;
}
.brand-brands-item-name{
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color:#000;
    font-weight: bold;
    margin: 10px 0 20px 0;
}
.brand-brands-item-link{
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #5AB93B;
    text-decoration: none;
    display: flex;
    font-weight: bold;
    font-size: 11px;
    align-items: center;
}
.brand-brands-item-link span{
    display: inline-block;
    margin-left: 10px;
    opacity: 0;
    transition: .3s all ease-in-out;
}
.brand-brands-item:hover{
    border: 1px solid #5AB93B;
}
.brand-brands-item:hover .brand-brands-item-link span{opacity: 1;}
.brand-det-container{
    width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.brand-det-title{
    font-weight: bold;
    font-size: 36px;
    margin: 90px 0 30px 0;
}
.brand-det-text-w{
    display: flex;
    margin-bottom: 50px;
}
.brand-det-text-img{
    max-width: 300px;
    margin-right: 90px;
    flex-shrink: 0;
}
.brand-det-text-text{
    flex-grow: 1;
    font-size: 15px;
}

.brand-det-hr{
    border-bottom: 1px solid #E9E9E9;
}
.brand-det-prods-title{
    font-size: 28px;
    margin: 45px 0 25px 0;
}
.brand-det-prods-w{
    padding-bottom: 310px;
    margin-bottom: -250px;
    overflow: hidden;
}
.brand-det-prods-w .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}
.brand-det-prods.owl-carousel .owl-buttons .owl-prev,
.brand-det-prods.owl-carousel .owl-buttons .owl-next{
    font-size: 30px;
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #fff;
}
.brand-det-prods.owl-carousel .owl-buttons .owl-prev:hover,
.brand-det-prods.owl-carousel .owl-buttons .owl-next:hover{
    opacity: 1;
}
.brand-det-prods.owl-carousel .owl-buttons .owl-prev::before,
.brand-det-prods.owl-carousel .owl-buttons .owl-prev::after,
.brand-det-prods.owl-carousel .owl-buttons .owl-next::before,
.brand-det-prods.owl-carousel .owl-buttons .owl-next::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background:#cdcdcd;
    left: 50%;
    top: 50%;
    transition: 0.3s all ease-in-out;
}
.brand-det-prods.owl-carousel .owl-buttons .owl-prev:hover::before,
.brand-det-prods.owl-carousel .owl-buttons .owl-prev:hover::after,
.brand-det-prods.owl-carousel .owl-buttons .owl-next:hover::before,
.brand-det-prods.owl-carousel .owl-buttons .owl-next:hover::after{
    background:#222;
}
.brand-det-prods.owl-carousel .owl-buttons .owl-prev::before{
    transform: rotate(-45deg);
    margin-left: -12px;
    margin-top: -5px;
}
.brand-det-prods.owl-carousel .owl-buttons .owl-prev::after{
    transform: rotate(45deg);
    margin-left: -12px;
    margin-top: 8px;
}
.brand-det-prods.owl-carousel .owl-buttons .owl-next::before{
    transform: rotate(45deg);
    margin-left: -9px;
    margin-top: -5px;
}
.brand-det-prods.owl-carousel .owl-buttons .owl-next::after{
    transform: rotate(-45deg);
    margin-left: -9px;
    margin-top: 8px;
}
@media (max-width: 1400px){
    .brand-det-container{
        width: 1170px;
    }
    .brand-title{
        font-size: 24px;
        margin: 30px 0;
    }
    .brand-abc-title{
        font-size: 10px;
        margin-bottom: 15px;
    }
    .brand-abc{
        margin-right: 15px;
        font-size: 18px;
    }
    .brand-abc.all {
        margin-right: 25px;
    }
    .brand-brands-title{
        font-size: 20px;
    }
    .brand-brands-item{
        padding: 25px 20px;
    }
    .brand-brands-item-name{
        font-size: 10px;
    }
    .brand-brands-item-link{
        font-size: 9px;
    }
}
@media (max-width: 1200px){  
    .brand-container,
    .brand-det-container{
        width: 970px;
    }
}
@media (max-width: 992px){  
    .brand-container,
    .brand-det-container{
        width: 750px;
    }
    .brand-brands-w{
        padding: 20px 0;
    }
}
@media (max-width: 768px){ 
    .brand-container,
    .brand-det-container{
        width: 100%;
    }
}
@media (max-width: 600px){
    .brand-det-title{
        text-align: center;
        margin: 30px 0;
    }
    .brand-brands-item{
        flex-basis: 50%;
    }
    .brand-det-text-img{
        margin-right: 0;
    }
    .brand-det-text-w{
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 400px){ 
    .brand-brands-item{
        flex-basis: 100%;
    }
}
/* End */


/* Start:/local/templates/bass2021/components/bitrix/system.pagenavigation/.default/style.min.css?16698876021187*/
.pagination{width:100%;display:flex}.pagination .pagi-link:hover span,.pagination a.pagi-link{color:#707d8a}.pagination .pagi-current,.pagination a.pagi-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:33px;height:33px;border-radius:5px;line-height:194%;margin-right:10px;font-size:14px;text-decoration:none;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.pagination .pagi-prev{width:auto;margin-right:auto!important}.pagination .pagi-current{background-color:#4591e3!important;color:#fff!important}.pagination .pagi-next,.pagination .pagi-prev{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#4591e3;font-size:14px;text-decoration:none;line-height:164%;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.pagination .pagi-next span{margin-right:5px}.pagination .pagi-prev span{margin-left:5px}.pagination .pagi-next{width:auto;margin-left:auto}
/* End */


/* Start:/local/templates/bass2021/components/bitrix/catalog.section/tab/style.css?162557821075*/
.catalog-sect__article .catalog-sect__article-text{
    color: #707d8a;
}
/* End */


/* Start:/local/templates/bass2021/components/bitrix/catalog.item/item-sections/style.css?17336542492782*/
.mproducts-sect__slide-footer .button-wrap {
    flex: 1 0 0;
}
.mproducts-sect__slide-footer .mproducts-sect__slide-btn{
    display: inline-block;
    width: 100%;
    line-height: 33px;
}
.mproducts-sect__slide-ctrls label{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}
.mproducts-sect__slide-ctrls label input[type=checkbox]{
    display: none;
}
.mproducts-sect__slide-ctrls label svg{
    stroke: #555f68;
    fill: #555f68;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.mproducts-sect__slide-ctrls label:hover svg{
    fill: #ff4651!important;
    stroke: #ff4651!important;
    cursor: pointer;
}
.mproducts-sect__slide-ctrls label input[type=checkbox]:checked + svg{
    fill: #ff4651!important;
    stroke: #ff4651!important;
    cursor: pointer;
}

.modalPopupBasket{
    position: fixed;
    z-index: 15;
    top: 20px;
    right: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 14px rgb(0 0 0 / 9%);
    box-shadow: 0 6px 14px rgb(0 0 0 / 9%);
    border-radius: 8px;
    padding: 20px 10px;
    width: 275px;
}
.modalPopupBasket .popup-window-titlebar{
    height: auto;
}
.modalPopupBasket .popup-window-content{
    padding: 10px;
}
.modalPopupBasket .popup-window-content > div{
    display: flex;
    align-items: center;
}
.modalPopupBasket .popup-window-content img{
    max-height: 80px;
}
.modalPopupBasket .popup-window-content p{
    text-align: left;
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 0;
}
.modalPopupBasket .btn-default.btn-buy{
    flex: 1 0 0;
    height: 32px;
    color: #fff;
    background-color: #ff4651;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-family: Noah,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 5px;
    line-height: 24px;
}
.modalPopupBasket .btn-default.btn-buy:nth-child(2){
    background-color: #b0b0b0;
}
.modalPopupBasket.addItem .popup-window-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.modalPopupBasket.addItem .popup-window-buttons .btn {min-width: auto}

.modal-content .card-sect__content-order {
    margin: 10px auto;
}

.modal-content .card-sect__content-order .card-sect__content-order-btn span {
    color: #fff;
}
.mproducts-sect__slide-price-zapros{
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.cat-zakaz-btn{
    max-height: 44px;
    background: #4591E3 !important;
}
/* End */
/* /local/components/tabakov/brands_page/templates/.default/style.css?17501227846035 */
/* /local/templates/bass2021/components/bitrix/system.pagenavigation/.default/style.min.css?16698876021187 */
/* /local/templates/bass2021/components/bitrix/catalog.section/tab/style.css?162557821075 */
/* /local/templates/bass2021/components/bitrix/catalog.item/item-sections/style.css?17336542492782 */
