

/* 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?17870420434919*/
.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;
}
.newsDetail__desc a {
  display: inline-block;
  position: relative;
  color: #be1e2d;
  transition: 0.2s;
}
.newsDetail__desc a:hover {
  transition: 0.2s;
  color: #414042;
}
/*.newsDetail__desc a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 1px;
  transition: 0.2s;
  background: rgb(65 64 66 / 40%);
}
.newsDetail__desc a:hover:before {
  background: #be1e2d;
  transition: 0.2s;
}*/
@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;
  }
}
/* RS-1422: блок «Частые вопросы» */
.faqBlock { margin: 40px 0; }
.faqBlock__title { font-size: 32px; line-height: 1.2; margin: 0 0 8px; }
.faqBlock__item { border-top: 1px solid #e5e5e5; }
.faqBlock__item:last-child { border-bottom: 1px solid #e5e5e5; }
.faqBlock__q {
	width: 100%; display: flex; align-items: center; justify-content: space-between;
	gap: 16px; padding: 18px 0; background: none; border: 0; cursor: pointer;
	font: inherit; font-size: 18px; line-height: 1.35; text-align: left; color: inherit;
}
.faqBlock__arrow {
	flex: 0 0 auto; width: 12px; height: 12px; border-right: 2px solid #c8102e;
	border-bottom: 2px solid #c8102e; transform: rotate(45deg) translate(-2px, -2px);
	transition: transform .2s ease;
}
.faqBlock__item.--open .faqBlock__arrow { transform: rotate(-135deg) translate(-4px, -4px); }
.faqBlock__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faqBlock__item.--open .faqBlock__a { grid-template-rows: 1fr; }
.faqBlock__aInner { overflow: hidden; }
.faqBlock__item.--open .faqBlock__aInner { padding-bottom: 18px; }
.faqBlock__aInner, .faqBlock__aInner p { font-size: 15px; line-height: 1.55; color: #6b6b6b; }
.faqBlock__aInner p:first-child { margin-top: 0; }
.faqBlock__aInner p:last-child { margin-bottom: 0; }
@media (max-width: 767px) {
	.faqBlock { margin: 28px 0; }
	.faqBlock__title { font-size: 24px; }
	.faqBlock__q { font-size: 16px; padding: 14px 0; }
}
/* RS-1424: таблицы в тексте статьи — рамки, отступы, заголовок, прокрутка на узких экранах */
.newsDetail__desc table {
	width: 100%;
	margin: 24px 0;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.45;
}
.newsDetail__desc table th,
.newsDetail__desc table td {
	padding: 12px 16px;
	border: 1px solid #e5e5e5;
	text-align: left;
	vertical-align: top;
}
.newsDetail__desc table th {
	background: #f7f7f7;
	font-weight: 600;
}
.newsDetail__desc table tbody tr:nth-child(even) {
	background: #fbfbfb;
}
.newsDetail__desc table p {
	margin: 0;
}
@media (max-width: 767px) {
	.newsDetail__desc table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		font-size: 14px;
	}
	.newsDetail__desc table th,
	.newsDetail__desc table td { padding: 10px 12px; }
}
/* 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?17870420434919 */
/* /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 */
