

/* Start:/local/templates/sikarus/components/bitrix/news/.default/bitrix/news.list/.default/style.css?17611282191691*/
@media only screen and (min-width:960px) {
    .newsList__list {
        display:grid;
        grid-template-columns:repeat(2,1fr);
        grid-gap:15px;
        justify-self:center
    }
}
@media only screen and (min-width:1280px) {
    .newsList__list {
        display:grid;
        grid-template-columns:repeat(3,1fr)
    }
}
.newsList__item {
    transition:all .3s ease-in-out;
    border:4px solid transparent;
    margin:0 auto;
    position:relative;
    display:flex;
    flex-direction:column;
  justify-content:space-between;
  margin-bottom:20px
}
@media only screen and (min-width:960px) {
    .newsList__item {
    max-width:320px;
    margin-bottom:0
    }
}
@media only screen and (min-width:1280px) {
    .newsList__item {
        max-width:370px
    }
}
.newsList__item a {
    color:#000!important;
    position:absolute;
    width:100%;
    height:100%
}
.newsList__item:hover {
    background-color:#ffc510;
    border:4px solid #ffc510
}
.newsList__item:hover .news__content {
    box-shadow:none
}
.newsList__item img {
  max-height:250px;
  width:100%;
  height:100%;
  -o-object-fit: contain;
  object-fit: contain
}
@media only screen and (min-width:600px) {
  .newsList__item img {
    max-height:400px
  }
}
@media only screen and (min-width:960px) {
  .newsList__item img {
    max-height:247px
  }
}
.newsList__content {
    padding:15px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    text-align:left;
    box-shadow:0 1px 2px rgba(0,0,0,.2),0 1px 3px rgba(0,0,0,.102)
}
@media only screen and (min-width:1280px) {
    .newsList__content {
        max-width:370px;
        padding:20px 30px 30px
    }
}

/* End */
/* /local/templates/sikarus/components/bitrix/news/.default/bitrix/news.list/.default/style.css?17611282191691 */
