

/* Start:/author/author.css?1762905380784*/
.author-page {
  display: flex;
  align-items: start;
}
@media (max-width: 768px) {
  .author-page {
    flex-direction: column;
    gap: 10px;
  }
}
.author-page .b-meta-item--avatar {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .author-page .b-meta-item--avatar {
    margin-right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.author-page .b-meta-item--avatar img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.author-page .page-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .author-page .page-title {
    text-align: center;
  }
}
.author-page .page-subtitle {
  font-style: italic;
}
@media (max-width: 768px) {
  .author-page .page-subtitle {
    text-align: center;
  }
}

/*# sourceMappingURL=author.css.map */

/* End */


/* Start:/local/modules/sibirnews.main/assets/sibirnews.tabs/style.css?1762905380570*/
.tab {
  background: #ccc;
  color: #fff;
  padding: 0 10px;
  transition: background-color ease-in-out 0.3s;
}
.tab:first-of-type {
  border-top-left-radius: 4px;
}
.tab:last-of-type {
  border-top-right-radius: 4px;
}
.tab:hover {
  color: #fff;
  background-color: #009b85;
}
.tab__active {
  background: #009b85;
}
.tab_container.l-section {
  padding-bottom: 0;
  padding-left: 0;
  border-left-width: 0;
  border-right-width: 0;
  display: flex;
}
.tab_content {
  display: none;
}
.tab_content__active {
  display: block;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/media_default/components/bitrix/breadcrumb/media/style.css?1778970233322*/
.breadcrumb {
  color: #adb5bd;
}
.breadcrumb a {
  color: #adb5bd;
}
.breadcrumb a:hover {
  text-decoration: none;
  color: #009b85;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #868e96;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/media_default/components/bitrix/news.list/section_big/style.css?17791404463343*/
.spinner {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}

.spinner:after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  left: 0;
  right: 0;
  border: 2px solid transparent;
  border-top: 3px solid #009b85;
  border-radius: 100%;
  animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.l-line-widget {
  position: relative;
  padding-left: 15px;
}
.l-line-widget:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e6e6e6;
}

.big-section-item {
  margin-bottom: 14px;
}
.big-section-item__picture {
  margin-bottom: 10px;
  line-height: 0;
}
.big-section-item__picture a {
  display: inline-block;
}
.big-section-item__picture a:hover img {
  opacity: 0.85;
}
.big-section-item__picture img {
  width: 350px;
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.big-section-item__picture img.is-lazy-img {
  opacity: 1;
  background-image: linear-gradient(to left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-color: #f6f7f8;
  background-size: 450px 700px;
}
.big-section-item__picture picture {
  display: block;
  position: relative;
}
.big-section-item__picture picture img {
  z-index: 2;
  position: relative;
  transition: opacity ease-in-out 0.5s;
}
.big-section-item__picture .lazyload {
  opacity: 0;
}
.big-section-item__picture .lazyloaded {
  opacity: 1;
}
.big-section-item__title {
  font-size: 0.875rem;
  word-break: break-word;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.4;
  color: inherit;
  margin-bottom: 0;
  margin-top: 0;
}
.big-section-item__title a {
  color: #212529;
}
.big-section-item__title a:hover {
  text-decoration: none;
  color: #009b85;
}
.big-section-item__desc {
  font-size: 0.8125rem;
  color: #495057;
  margin-top: 5px;
  display: none;
}
.big-section-item--bighalf {
  display: flex;
  flex-direction: column;
}
.big-section-item--bighalf .big-section-item__picture {
  width: 100%;
}
.big-section-item--bighalf .big-section-item__picture {
  flex: 0 0 auto;
}
.big-section-item--biggest {
  margin-bottom: 30px;
}
*:last-child > *:last-child > .big-section-item--biggest {
  margin-bottom: 0;
}
.big-section-item--bighalf .big-section-item__title {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .big-section-item--bighalf .big-section-item__title {
    font-size: 1rem;
  }
}

@media (min-width: 576px) {
  .big-section-item--bighalf {
    flex-direction: row;
  }
  .big-section-item--bighalf .big-section-item__picture {
    width: 48%;
    flex: 1 0 48%;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .big-section-item--bighalf .big-section-item__body {
    flex: 0 1 100%;
  }
  .big-section-item--bighalf .big-section-item__desc {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/media_default/components/bitrix/news.list/section_slim/style.css?17791404462937*/
.l-line-widget {
  position: relative;
  padding-left: 15px;
}
.l-line-widget:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e6e6e6;
}

.slim-section-item {
  margin-bottom: 14px;
}
.slim-section-item__picture {
  margin-bottom: 10px;
  line-height: 0;
}
.slim-section-item__picture a {
  display: inline-block;
}
.slim-section-item__picture a:hover img {
  opacity: 0.85;
}
.slim-section-item__picture img {
  width: 350px;
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.slim-section-item__picture img.is-lazy-img {
  opacity: 1;
  background-image: linear-gradient(to left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-color: #f6f7f8;
  background-size: 450px 700px;
}
.slim-section-item__picture picture {
  display: block;
  position: relative;
}
.slim-section-item__picture picture img {
  z-index: 2;
  position: relative;
  transition: opacity ease-in-out 0.5s;
}
.slim-section-item__picture .lazyload {
  opacity: 0;
}
.slim-section-item__picture .lazyloaded {
  opacity: 1;
}
.slim-section-item__title {
  font-size: 0.875rem;
  word-break: break-word;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.4;
  color: inherit;
  margin-bottom: 0;
  margin-top: 0;
}
.slim-section-item__title a {
  color: #212529;
}
.slim-section-item__title a:hover {
  text-decoration: none;
  color: #009b85;
}
.slim-section-item__meta {
  margin-bottom: 3px;
  line-height: 20px;
}
.slim-section-item__meta svg {
  width: 11px;
  height: 11px;
  fill: #868e96;
}
.slim-section-item__meta > * {
  display: inline-block;
  margin-right: 4px;
}
.slim-section-item__desc {
  font-size: 0.8125rem;
  color: #495057;
  margin-top: 5px;
  display: none;
}
.slim-section-item__btns {
  margin-top: 10px;
}
.slim-section-item__btns .btn {
  font-size: 0.8125rem;
}
.slim-section-item--wide {
  display: flex;
  margin-bottom: 24px;
}
.slim-section-item--wide .slim-section-item__picture {
  margin-bottom: 0;
  margin-right: 15px;
  flex: 1 0 auto;
}
.slim-section-item--wide .slim-section-item__picture img {
  width: 110px;
}
.slim-section-item--wide .slim-section-item__body {
  flex: 1 1 100%;
}
.slim-section-item--big {
  display: flex;
  flex-direction: column;
}
.slim-section-item--big .slim-section-item__picture {
  flex: 0 0 auto;
}
.slim-section-item--border {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.slim-section-item--big .slim-section-item__title {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .slim-section-item--big .slim-section-item__title {
    font-size: 1rem;
  }
}

@media (min-width: 576px) {
  .slim-section-item--border {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .slim-section-item--big .slim-section-item__desc {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /author/author.css?1762905380784 */
/* /local/modules/sibirnews.main/assets/sibirnews.tabs/style.css?1762905380570 */
/* /local/templates/media_default/components/bitrix/breadcrumb/media/style.css?1778970233322 */
/* /local/templates/media_default/components/bitrix/news.list/section_big/style.css?17791404463343 */
/* /local/templates/media_default/components/bitrix/news.list/section_slim/style.css?17791404462937 */
