

/* Start:/local/templates/.default/components/bitrix/news/convex_news/bitrix/news.list/convex_news_list/style.css?17482385961566*/
#news__content { 
  flex-wrap: wrap; 
  justify-content: center;  
  margin-top: 20px;
}

.m-news__blk {
  position: relative;
  flex: 335px 0 0;
  min-height: 400px;
  margin-bottom: 30px;
  margin-right: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  transition: .3s;
  cursor: pointer;  
}
.m-news__blk:hover { border-color: transparent; box-shadow: 0px 6px 6px 6px #e5e5e5; }
.m-news__blk:hover .m-new__hdr { color: #981d97;}

.m-new__overcast { display: none; }

.m-new__img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: .3s;
}
.m-news__blk:hover .m-new__img{ background-size: 105%; }

.m-new__text {
  position: relative;
  padding: 0 34px 34px 34px;
  box-sizing: border-box;
}

.m-new__sticker {
  position: absolute;
  top: -52px;
  width: 90px;
  padding: 6px;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.2rem;
  z-index: 5;
  background-color: #981d97;
  color: #fafafa;
}

.m-new__hdr {
  font-family: 'Roboto', sans-serif;
  height: 48px;
  margin-top: 34px;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.m-new__shdr { margin-top: 22px; font-family: 'Roboto', sans-serif; font-size: 1.6rem;}

.m-new__date {  
  position: absolute;
  font-family: 'Roboto', sans-serif;
  bottom: 22px;
  right: 34px;
  font-size: 1.6rem;
}

/* End */
/* /local/templates/.default/components/bitrix/news/convex_news/bitrix/news.list/convex_news_list/style.css?17482385961566 */
