

/* Start:/local/templates/ictf/components/bitrix/news.list/mainnews/style.css?16745706231921*/
.news-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-item{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 36px;
    padding: 0 10px;
}

.news-picture{width: 100%;overflow: hidden;aspect-ratio: 16 / 9;}
.news-picture:hover{opacity: .8;}
.news-picture img{
    width: 100%;
    height: auto;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;}
.news-picture:hover img, .news-picture:hover img{
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand')"; /* IE8 */
}
.news-name{font-size:1.4em;line-height: 1.2;margin: 10px 0;}
.news-name a{color: #17191f;text-decoration: none;}
.news-date-time{color:#6C80B7;font-style: italic;font-size: 0.8em;}
.news-text{display: inline-block;width: 100%;}
.news-preview-text{
    display: inline-block;
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden;
}
.news-text-fader{
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 60px;
    background: linear-gradient(transparent, #ffffff);
}
@media only screen and (max-width: 767px){
    .news-item{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 60px;
        padding: 0;
    }
    .news-preview-text{
        height: auto;
        overflow: auto;
    }
    .news-text-fader{background: none;height: 0;}
}
/* End */
/* /local/templates/ictf/components/bitrix/news.list/mainnews/style.css?16745706231921 */
