

/* Start:/local/templates/tmpl/components/bitrix/news.list/share-main/style.css?17337401212171*/
.awz-item-share-item {position:relative;border-radius:10px;overflow:hidden;}
.awz-item-share-image img {width:100%;height:auto;}
.awz-item-share-name {
    font-size: 1.6em;
    line-height: 1.3em;
    color: #fff;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(black),to(transparent));
    background: -webkit-linear-gradient(bottom,black,transparent);
    background: -o-linear-gradient(bottom,black,transparent);
    background: linear-gradient(to top,black,transparent);
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 3
}
.awz-item-share-name span {display:block;padding: 2em 1em 1em 1em;
}
.awz-item-share-image>span {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 12px;
    border-radius: 12px
}
.awz-item-share-item .awz-item-share-image{
    -webkit-transition: -webkit-transform 2s linear;
    transition: -webkit-transform 2s linear;
    -o-transition: transform 2s linear;
    transition: transform 2s linear;
    transition: transform 2s linear,-webkit-transform 1s linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.awz-item-share-item:hover .awz-item-share-image {
    -webkit-transition: -webkit-transform 5s linear;
    transition: -webkit-transform 5s linear;
    -o-transition: transform 5s linear;
    transition: transform 5s linear;
    transition: transform 5s linear,-webkit-transform 5s linear;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.rich-text-editor-content .awz-item-share-name span {color: #fff;text-decoration: none;}
.rich-text-editor-content .awz-item-share-name span:hover {color: #fff;}
.rich-text-editor-content .awz-item-share-name span a {color:#ffffff;text-decoration:none;}
.rich-text-editor-content .awz-item-share-name span a:hover {color:#ffffff;}
/* End */
/* /local/templates/tmpl/components/bitrix/news.list/share-main/style.css?17337401212171 */
