

/* Start:/bitrix/templates/adaptive_sh/components/bitrix/news/sh__news/bitrix/news.detail/.default/style.css?17466150472250*/
.news__date {
  background: #0a5073;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-family: "OpenSans-Bold";
  padding: 3px 9px;
  margin-bottom: 12px;
  vertical-align: top;
}

.news-detail__preview{width:189px;height:189px;display:block;margin:0 auto 30px}.news-detail__content{margin-bottom:45px}@media (min-width:768px){.news-detail__preview{float:left;margin:0 30px 30px 0}.news-detail__content{overflow:hidden}}

.content-gallery {
  margin-bottom: 40px;  
}

.content-gallery__item {
  display: block;
  margin: 0 auto 14px;
  width: 273px;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.content-gallery__item:hover .content-gallery__card, .content-gallery__item:focus .content-gallery__card {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.content-gallery__card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0a5073;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  padding: 53px 20px 20px;
  font-size: 13px;
  overflow: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.content-gallery__card:before {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url("/bitrix/templates/adaptive_sh/components/bitrix/news/sh__news/bitrix/news.detail/.default/images/ico-plus.png") center no-repeat;
}

.content-gallery__img {
  display: block;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .content-gallery:after {
    content: "";
    display: table;
    clear: both;
  }
  .content-gallery__item {
    margin-left: 0;
    margin-right: 14px;
    float: left;
  }
  .content-gallery__item:nth-child(3n) {
    margin-right: 0;
  }
}

.no-csstransform .content-gallery__card {
  display: none;
}

.no-csstransform .content-gallery__item:hover .content-gallery__card, .no-csstransform .content-gallery__item:focus .content-gallery__card {
  display: block;
}
/* End */
/* /bitrix/templates/adaptive_sh/components/bitrix/news/sh__news/bitrix/news.detail/.default/style.css?17466150472250 */
