

/* Start:/bitrix/templates/ardl2016/components/bitrix/news/brands/bitrix/news.list/brands_list/style.css?16825164081865*/
/*new style*/
.margin0 {
    margin-left: 0!important;
    margin-right: 0!important;
}
.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.row.flexbox {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item {
    position: relative;
}
.row.flexbox .item {
    height: 100%;
    min-height: 100%;
}
.list .item {
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 30px 10px;
    transition: .2s;
}
.list .item {
    margin: 0;
}
.list .item:hover {
    border-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.shine {
    position: relative;
    overflow: hidden;
}
.list .item:not(.section_item) .img {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin: 0 auto 22px;
}
.shine:before {
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine:hover:before {
    -webkit-animation: .5s shine;
    animation: .5s shine;
    opacity: 1;
}
.list .item .img img {
    max-width: 100%;
    max-height: 100%;
}
.list .item .name {
    font-weight: 700;
    font-size: 1.071em;
    line-height: 20px;
}
a.dark_link{
    color: #1d2029!important;
}
.list .item .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.item:hover .name a{
	color: #1569bc!important;
}

/* End */
/* /bitrix/templates/ardl2016/components/bitrix/news/brands/bitrix/news.list/brands_list/style.css?16825164081865 */
