

/* Start:/local/templates/xbitt/components/bitrix/news/blog/style.css?1767706294698*/
.sectionList {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2.75rem;
}

.sectionList li {
  display: inline-block;
  margin-right: 1.5625rem;
  margin-bottom: 0.5rem;
}

.sectionList li a {
  display: block;
  border: 1px solid transparent;
  color: #727272;
  padding: 0.25rem;
}

.sectionList li a:hover,
.sectionList li a.selected {
  border-color: #ececec;
  color: #be1e2d;
}

@media screen and (max-width: 780px) {
  .sectionList {
    margin-bottom: 2rem;
  }

  .sectionList li {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .sectionList {
    margin-bottom: 1rem;
  }
}
/*# sourceMappingURL=../../../maps/components/news/blog/style.css.map */

/* End */


/* Start:/local/templates/xbitt/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17677062942170*/
.newsDetail__heading {
  font-size: 12px;
  font-size: 0.75em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1rem;
  color: #999;
}

.newsDetail__heading-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.newsDetail__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(66.66666666666667% - 20px);
}

.newsDetail__aside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
}

.newsDetail__aside > h3 {
  margin-bottom: 1.25rem;
}

.newsDetail__picture {
  max-width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.newsDetail__share {
  margin-top: 2rem;
}

.newsDetail__tags {
  margin-top: 3.75rem;
}

.newsDetail__tags > h3 {
  margin-bottom: 1.25rem;
}

.newsDetail__tags .tagsList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.newsDetail__tags .tagsList li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.newsDetail__tags .tagsList li a {
  display: block;
  background: #ececec;
  color: #727272;
  padding: 0.25rem 0.75rem;
}

.newsDetail__tags .tagsList li a:hover {
  background: #be1e2d;
  color: #fff;
}

.newsDetail__contentTitle {
  margin-bottom: 2rem;
}

.newsDetail__contentTitle ul {
  padding-left: 1rem;
  font-size: 14px;
  font-size: 0.875em;
}

@media screen and (max-width: 780px) {
  .newsDetail__content {
    width: calc(100% - 20px);
  }

  .newsDetail__aside {
    width: calc(100% - 20px);
  }

  .newsDetail__aside {
    margin-top: 1rem;
  }

  .newsDetail__aside > h3 {
    margin-bottom: 1rem;
  }

  .newsDetail__share {
    margin-top: 1rem;
  }

  .newsDetail__tags .tagsList li {
    margin-right: 0.5rem;
  }

  .newsDetail__contentTitle {
    margin-bottom: 1rem;
  }
}
/* End */


/* Start:/local/templates/xbitt/components/bitrix/main.share/universal/style.css?1767706294543*/
.main-share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  background: #ececec;
  padding: 0.625rem 1.25rem;
}

.main-share li {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.main-share-text {
  color: #9b9b9b;
  margin-right: 1.25rem;
}

.main-share-text i {
  display: inline-block;
  margin-right: 0.625rem;
  font-size: 20px;
  font-size: 1.25em;
}

.main-share-icon {
  margin: 0 0.4375rem;
}
/*# sourceMappingURL=../../maps/components/main-share/style.css.map */

/* End */


/* Start:/local/templates/xbitt/components/bitrix/system.pagenavigation/round2/style.css?1767706294223*/
.pageNav {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.pageNav__numBlock {
  margin-bottom: 1rem;
}
/*# sourceMappingURL=../../../maps/components/system.pagenavigation/round2/style.css.map */

/* End */


/* 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/blog/style.css?1767706294698 */
/* /local/templates/xbitt/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17677062942170 */
/* /local/templates/xbitt/components/bitrix/main.share/universal/style.css?1767706294543 */
/* /local/templates/xbitt/components/bitrix/system.pagenavigation/round2/style.css?1767706294223 */
/* /local/templates/xbitt/components/bitrix/news.list/blog/css/default.css?17677062941713 */
