

/* Start:/local/templates/xbitt/components/bitrix/news.list/blog/css/default.css?17677062941713*/
.newsList__item {
  position: relative;
}

.newsList__item[class*=col] {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 1.25rem;
}

.newsList__item.col-4 {
  width: calc(33.333333333333336% - 20px);
}

.newsList__item.col-3 {
  width: calc(25% - 20px);
}

.newsList__item.col-12 {
  width: calc(100% - 20px);
}

.newsList__itemContainer {
  border: 1px solid #ececec;
  background-color: #fff;
  height: 100%;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  position: relative;
}

.newsList__itemContainer:hover {
  z-index: 1;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}

.newsList__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: transparent center center/cover no-repeat;
  display: block;
}

.newsList__img.__nophoto {
  background-size: contain;
}

.newsList__imgBlock {
  padding-top: 45%;
  position: relative;
}

.newsList__content {
  padding: 1.375rem;
  flex: 1;
}

.newsList__title a {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.2;
}

.newsList__text {
  margin-top: 1.375rem;
}

@media screen and (max-width: 1170px) {
  .newsList__content {
    padding: 1rem;
  }
}

@media screen and (max-width: 960px) {
  .newsList__title a {
    font-size: 16px;
    font-size: 1em;
  }

  .newsList__text {
    font-size: 14px;
    font-size: 0.875em;
  }
}

@media screen and (max-width: 780px) {
  .newsList__item[class*=col] {
    margin-bottom: 1rem;
  }

  .newsList__content {
    padding: 0.5rem;
  }

  .newsList__text {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=../../../maps/components/news.list/blog/default.css.map */

/* End */
/* /local/templates/xbitt/components/bitrix/news.list/blog/css/default.css?17677062941713 */
