

/* Start:/bitrix/components/krayt/catalog.section.list/templates/collection/style.css?17549206125704*/
.collection-wrp .filter-brand .row{
    display: flex;
    justify-content: space-between;
    width: calc( 100% + 30px );
    padding-right: 20px;
    padding-left: 40px;
}
.filter_brand_left,.filter_brand_right{
    width: 50%;
    display: flex;
    align-items: center;
}
.filter-brand .filter_brand_left .name{
    display: flex;
    flex-direction: column;
}
.filter-brand .filter_brand_left .liter{
    margin-left: 30px;
}
.filter_brand_left .filter_brand_left_name{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    color: #444;
}
.filter_brand_left .filter_brand_left_name:before{
    width: 17px;
    height: 17px;
    background-size: contain;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRIx+2SO04CURSGv3MugZhQ6S7srC0ccAO6CAoKQkFBWAAJSyAsgUYLa1GDtnasgMJGQ2iUx9xrMaiDMMwgY8ffzTn/a06uANieXOG4IE0I11pwlwrgxFQQximaj52YCoACGG8+BKmnWL8eeC4CAGaZfAehn0L7/iyT7/x8huDfmWNx9hlH9o/mUyd6Yjx/8DXS8D5YSHOH+s2w+UoAgNVsC2GQ3PS7/cBqtvV7vBKQOfuYgpYQ7BbmFrQUaGMCALTgP4G0t6jfDjRrvKIkTkwDYZig/dCJaUStIwOMNxuDlpff2Yo5oOWAu2XA4lQ3QHcDpbvgRHvEXcCJqSKM1rQfOTHVOH1sgPHmLyC1NfepBbvNkDgCwPvjkeYmb354NskdmoPT19innCgAwN6KW/r1okukjT3RrtgH7ANCED1HePjvQtieKdqe3CflfwJ2Y2AtWrS7KwAAAABJRU5ErkJggg==');
    position: absolute;
    content: '';
    left: -20px;
    top: 3px;
}
.filter_brand_right{
    justify-content: flex-end;
}
.collection-wrp .filter-brand .row:before,.collection-wrp .filter-brand .row:after{
    display: none;
}
.collection-wrp .filter-brand{
    background-color: #f4f4f4;
    padding: 16px 12px ;
    margin-bottom: 45px;
    font-size: 14px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.collection-wrp .filter-brand .link-find-name{
    display: inline-block;
}
.collection-wrp .filter-brand .link-find-name a{
    font-size: 14px;
    color: #333;
    transition: .2s;
    border-bottom: 1px dashed ;
}
.collection-wrp .filter-brand .link-find-name a:hover{
    border-bottom: 1px dashed transparent;
}
.collection-wrp .filter-brand .link-find-name a:active{
    opacity: 0.8;
}
.collection-wrp .filter-brand ul{
    margin: 0;
    padding: 0;

}
.collection-wrp .filter-brand ul li{
    list-style: none;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    width: 23px;
    cursor: pointer;
}
.collection-wrp .filter-brand ul li a{
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    transition: .2s;
}
.collection-wrp .filter-brand ul li a:hover{
    color: #ffbd01;
    text-decoration: none;
}
.collection-wrp .filter-brand ul li a:active{
    opacity: 0.8;
}
.collection-wrp .filter-brand ul li a.active{
    color: #ffbd01;
    font-weight: 700;
    text-decoration: none;
}
.collection-wrp a{
    transition: .2s;
}
.collection-wrp a:hover{
    color: #ffbd01;
    text-decoration: none;
}
.collection-wrp a:active{
    opacity: 0.8;
}
.collection-wrp .brand-img a,
.collection-wrp .collection-img a{
    width: 160px;
    height: 160px;
    display: block;
    background-size: cover;
    border-radius: 7px;
}
.collection-wrp .collection-img a{
    box-shadow: 3px 3px 10px #00000015;
}
.collection-wrp .brand-title{
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin-top: 15px;
    display: none;
}
.collection-wrp .collection-img a{
    width: 170px;
    height: 170px;
    position: relative;
}
.list-collection .collection-item:first-child{
margin-left: 25px;
}
.list-collection .collection-item{
    float: left;
    width: 170px;
    margin-left: 25px;
}
.list-collection .collection-item .label_new{
    position: absolute;
    right: 0;
    top: 0;
}
.list-collection .collection-item .collection-title{
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 6px;
}
.list-collection .collection-item .collection-title a{
    font-family: "Sans Serif", sans-serif;
    font-weight: 700;
}
.collection-wrp div.hr{
    margin-bottom: 32px;
    margin-top: 10px;
}
.collection-wrp .list-collection div.row:last-child div.hr{
    opacity: 0;
    display: none;
}
.country{
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}
.country img{
    margin-right: 10px;
}
.country span{
    position: relative;
    top: -2px;
}
.new-collection{
    font-size: 13px;
    color: #333;
}

@media (max-width: 767px) {
    
    .brand-img {
        float: left;
        margin-bottom: 20px;
    }

    .list-collection .collection-item {
        margin-left: 0;
        margin-right: 6px;
    }
}

@media (max-width: 481px) {
    .list-collection .collection-item {
        width: calc( 25% - 6px);
        margin-left: 3px;
        margin-right: 3px;
    }
    .list-collection .collection-item:first-child{
        margin-left: 3px;
    }
    .list-collection .collection-item .collection-img a {
        width: 100%;
        height: auto;
        padding-top: 100%;
    }
    .collection-wrp .filter-brand .row{
        flex-direction: column;
    }
    .filter_brand_left, .filter_brand_right{
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .filter-brand .filter_brand_left .liter{
        margin-left: 0;
    }
    .brand-img{
        width: 100%;
    }
    .collection-wrp .brand-img a, .collection-wrp .collection-img a{
        width: 110px;
            height: 110px;
            background-position: center;
    }
    .collection-wrp .filter-brand .row{
        padding-left: 20px;
    }
    .section-img a{
        width: 100px !important;;
        height: 100px !important;
    }
}
/* End */
/* /bitrix/components/krayt/catalog.section.list/templates/collection/style.css?17549206125704 */
