

/* Start:/local/templates/media_default/components/bitrix/news.list/theme_home/style.css?17787404821848*/
.line-home {
  padding: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  height: 65rem;
  overflow: auto;
}
@media (max-width: 768px) {
  .line-home {
    height: auto;
  }
}
.line-home .l-section__title {
  padding-left: 10px;
}

.home-line-widget {
  position: relative;
  padding-left: 15px;
}
.home-line-widget:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e6e6e6;
}

.home-section-item {
  margin-bottom: 14px;
}
.home-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;
}
.home-section-item--line {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.home-section-item--line:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-section-item--line .b-meta-item {
  display: block;
}
.home-section-item--line .b-meta-item svg {
  width: 10px;
  height: 10px;
  fill: #868e96;
}
.home-section-item--line .home-section-item__title {
  color: #343a40;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  margin-bottom: 0;
}
.home-section-item--line:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #e6e6e6;
  border: 0.1875rem solid rgba(255, 255, 255, 0.8);
  position: absolute;
  left: -1.25rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition-duration: 0.3s;
}
.home-section-item--line:hover .home-section-item__title {
  color: #009b85;
}
.home-section-item--line:hover:before {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  background: #009b85;
}

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

/* End */


/* Start:/local/templates/media_default/components/sibirnews/grid.main/.default/style.css?17788877046513*/
.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);
  }
}
.grid-main {
  padding: 0.9375rem 0;
  position: relative;
  transition: all 0.15s;
  margin-top: -15px;
  margin-bottom: 20px;
  display: flex;
}
@media (min-width: 768px) {
  .grid-main {
    margin-top: -30px;
    margin-bottom: 30px;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 576px) {
  .grid-main {
    padding-bottom: 0;
  }
}
.grid-main__container {
  height: 30rem;
}
@media (min-width: 768px) {
  .grid-main__container {
    height: 25rem;
  }
}
@media (max-width: 500px) {
  .grid-main__container {
    height: auto;
  }
}
@media (max-width: 768px) {
  .grid-main__container.container {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid-main_item {
  display: none !important;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.0625rem;
  height: 30%;
  width: calc(50% - 0.0625rem);
  float: left;
  margin-right: 0.0625rem;
}
@media (min-width: 992px) {
  .grid-main_item {
    height: calc(50% - 0.0625rem);
  }
}
@media (max-width: 500px) {
  .grid-main_item {
    width: 100% !important;
    height: 200px;
  }
}
.grid-main_item:nth-child(1) {
  width: 100%;
  margin-right: 0;
  height: 40%;
}
@media (min-width: 576px) {
  .grid-main_item:nth-child(1) {
    width: calc(50% - 0.0625rem);
    height: 100%;
    margin-right: 0.0625rem;
  }
}
@media (max-width: 500px) {
  .grid-main_item:nth-child(1) {
    width: 100% !important;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .grid-main_item:nth-child(1) .grid-main_item__title {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .grid-main_item:nth-child(1) .grid-main_item__desc {
    display: block;
    opacity: 1;
    max-height: 6.25rem;
    margin-top: 0.3125rem;
    transition: opacity 0.4s ease-out, max-height 0.9s ease-out;
  }
}
.grid-main_item:nth-child(2), .grid-main_item:nth-child(3) {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 576px) {
  .grid-main_item:nth-child(2), .grid-main_item:nth-child(3) {
    width: 50%;
    height: 50%;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .grid-main_item:nth-child(2), .grid-main_item:nth-child(3) {
    width: 100% !important;
    height: 200px;
  }
}
.grid-main_item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-main_item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.grid-main_item__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.625rem;
  overflow: hidden;
  backface-visibility: hidden;
}
@media (min-width: 992px) {
  .grid-main_item__overlay {
    padding: 1.25rem;
  }
}
.grid-main_item__overlay:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65%;
  transition: opacity 0.2s;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
.grid-main_item__content {
  position: absolute;
  bottom: 0;
  z-index: 3;
  padding-right: 1.875rem;
  padding-bottom: 0.625rem;
  pointer-events: none;
  transition: bottom 0.3s;
}
@media (min-width: 992px) {
  .grid-main_item__content {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.grid-main_item__title {
  color: #f8f9fa;
  white-space: normal;
  display: block;
  line-height: 1.4;
  font-size: 1rem;
  margin-bottom: 0;
  pointer-events: auto;
}
@media (max-width: 991.98px) {
  .grid-main_item__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.8em;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .grid-main_item__title {
    font-size: 14px;
  }
}
.grid-main_item__title a {
  color: #f8f9fa;
}
.grid-main_item__title a:hover {
  text-decoration: none;
  color: #f8f9fa;
}
.grid-main_item__date {
  color: #f8f9fa;
  margin-bottom: 0.3125rem;
  font-size: 80%;
}
.grid-main_item__date svg {
  width: 11px;
  height: 11px;
  fill: #f8f9fa;
}
.grid-main_item__date a {
  color: #f8f9fa;
}
.grid-main_item__desc {
  color: #f8f9fa;
  max-height: 0;
  line-height: 1.125rem;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-out, max-height 0.4s ease-out, margin 0.4s;
  font-size: 80%;
  backface-visibility: hidden;
}
.grid-main_item__cat {
  position: relative;
  z-index: 3;
  pointer-events: auto;
  line-height: 1.313rem;
  display: inline-block;
  background: #009b85;
  border-color: #009b85;
}
@media (max-width: 500px) {
  .grid-main_item__cat {
    display: none;
  }
}
.grid-main_item__cat:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-left: 0;
  border-right: 5px solid transparent;
  border-top: 5px solid #009b85;
  border-top-color: inherit;
}
.grid-main_item__cat a {
  color: #f8f9fa;
  background: transparent;
  padding: 0.0625rem 0.5rem;
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 0.5625rem;
  position: relative;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: 0;
  transition: all 0.15s;
  border-radius: 0.125rem 0.125rem 0.125rem 0;
  z-index: 2;
}
@media (min-width: 576px) {
  .grid-main_item__cat a {
    font-size: 0.6875rem;
  }
}
.grid-main_item__cat a:hover {
  color: #f8f9fa;
  text-decoration: none;
}
.grid-main_item:hover .grid-main_item__overlay:before {
  opacity: 0.9;
}
@media (min-width: 992px) {
  .grid-main_item:hover .grid-main_item__desc {
    display: block;
    opacity: 1;
    max-height: 6.25rem;
    margin-top: 0.3125rem;
    transition: opacity 0.4s ease-out, max-height 0.9s ease-out;
  }
}
.grid-main_item:nth-child(-n+4) {
  display: block !important;
}

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

/* End */


/* Start:/local/templates/media_default/components/bitrix/news.list/section_slider/style.css?17791404461860*/
.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;
}

.slider-section-item {
  margin-bottom: 14px;
}
.slider-section-item__picture {
  margin-bottom: 10px;
  line-height: 0;
}
.slider-section-item__picture a {
  display: inline-block;
}
.slider-section-item__picture a:hover img {
  opacity: 0.85;
}
.slider-section-item__picture img {
  width: 350px;
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.slider-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;
}
.slider-section-item__picture picture {
  display: block;
  position: relative;
}
.slider-section-item__picture picture img {
  z-index: 2;
  position: relative;
  transition: opacity ease-in-out 0.5s;
}
.slider-section-item__picture .lazyload {
  opacity: 0;
}
.slider-section-item__picture .lazyloaded {
  opacity: 1;
}
.slider-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;
}
.slider-section-item__title a {
  color: #212529;
}
.slider-section-item__title a:hover {
  text-decoration: none;
  color: #009b85;
}
.slider-section-item__meta {
  margin-bottom: 3px;
  line-height: 20px;
}
.slider-section-item__meta svg {
  width: 11px;
  height: 11px;
  fill: #868e96;
}
.slider-section-item__meta > * {
  display: inline-block;
  margin-right: 4px;
}
.slider-section-item__desc {
  font-size: 0.8125rem;
  color: #495057;
  margin-top: 5px;
  display: none;
}

/*# 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 */


/* Start:/local/templates/media_default/components/sibirnews/materials/slim/style.css?17791404462301*/
.slim-materials-item {
  margin-bottom: 14px;
}
.slim-materials-item__picture {
  margin-bottom: 10px;
  line-height: 0;
}
.slim-materials-item__picture a {
  display: inline-block;
  width: 100%;
}
.slim-materials-item__picture a:hover img {
  opacity: 0.85;
}
.slim-materials-item__picture img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.slim-materials-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-materials-item__title {
  font-size: 0.875rem;
  margin-bottom: 2px;
  word-break: break-word;
}
.slim-materials-item__title a {
  color: #212529;
}
.slim-materials-item__title a:hover {
  text-decoration: none;
  color: #009b85;
}
.slim-materials-item__meta {
  margin-bottom: 3px;
  line-height: 20px;
}
.slim-materials-item__meta svg {
  width: 11px;
  height: 11px;
  fill: #868e96;
}
.slim-materials-item__meta > * {
  display: inline-block;
  margin-right: 4px;
}
.slim-materials-item__desc {
  font-size: 0.8125rem;
  color: #495057;
  margin-top: 5px;
  display: none;
}
.slim-materials-item__btns {
  margin-top: 10px;
}
.slim-materials-item__btns .btn {
  font-size: 0.8125rem;
}
.slim-materials-item--wide {
  display: flex;
  margin-bottom: 24px;
}
.slim-materials-item--wide .slim-materials-item__picture {
  margin-bottom: 0;
  margin-right: 15px;
  flex: 1 0 auto;
}
.slim-materials-item--wide .slim-materials-item__picture img {
  width: 110px;
}
.slim-materials-item--wide .slim-materials-item__body {
  flex: 1 1 100%;
}
.slim-materials-item--big {
  display: flex;
  flex-direction: column;
}
.slim-materials-item--big .slim-materials-item__picture {
  flex: 0 0 auto;
}
.slim-materials-item--big .slim-materials-item__title {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .slim-materials-item--big .slim-materials-item__desc {
    display: block;
  }
}
.slim-materials-item--border {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  .slim-materials-item--border {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

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

/* End */


/* Start:/local/templates/media_default/components/bitrix/news.list/section_wide/style.css?17791404463392*/
.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;
}

.wide-section-item {
  margin-bottom: 14px;
  /* /Sibling item*/
  /* Wide item */
  /* /Wide item */
  /* Big half */
}
.wide-section-item__picture {
  margin-bottom: 10px;
  line-height: 0;
}
.wide-section-item__picture a {
  display: inline-block;
}
.wide-section-item__picture a:hover img {
  opacity: 0.85;
}
.wide-section-item__picture img {
  width: 350px;
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.wide-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;
}
.wide-section-item__picture picture {
  display: block;
  position: relative;
}
.wide-section-item__picture picture img {
  z-index: 2;
  position: relative;
  transition: opacity ease-in-out 0.5s;
}
.wide-section-item__picture .lazyload {
  opacity: 0;
}
.wide-section-item__picture .lazyloaded {
  opacity: 1;
}
.wide-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;
}
.wide-section-item__title a {
  color: #212529;
}
.wide-section-item__title a:hover {
  text-decoration: none;
  color: #009b85;
}
.wide-section-item__meta {
  margin-bottom: 3px;
  line-height: 20px;
}
.wide-section-item__meta svg {
  width: 11px;
  height: 11px;
  fill: #868e96;
}
.wide-section-item__meta > * {
  display: inline-block;
  margin-right: 4px;
}
.wide-section-item__desc {
  font-size: 0.8125rem;
  color: #495057;
  margin-top: 5px;
  display: none;
}
.wide-section-item__btns {
  margin-top: 10px;
}
.wide-section-item__btns .btn {
  font-size: 0.8125rem;
}
.wide-section-item--wide {
  display: flex;
  margin-bottom: 24px;
}
.wide-section-item--wide .wide-section-item__picture {
  margin-bottom: 0;
  margin-right: 15px;
  flex: 1 0 auto;
}
.wide-section-item--wide .wide-section-item__picture img {
  width: 110px;
}
.wide-section-item--wide .wide-section-item__body {
  flex: 1 1 100%;
}
.wide-section-item--bighalf {
  display: flex;
  flex-direction: column;
}
.wide-section-item--bighalf .wide-section-item__picture {
  width: 100%;
}
.wide-section-item--bighalf .wide-section-item__picture {
  flex: 0 0 auto;
}
.wide-section-item--border {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wide-section-item--bighalf .wide-section-item__title {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .wide-section-item--bighalf .wide-section-item__title {
    font-size: 1rem;
  }
}

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

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

/* End */


/* Start:/local/templates/media_default/components/bitrix/news.list/banners/style.css?17788877045116*/
.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-section-banners {
  margin-bottom: 1.875rem;
  overflow: hidden;
  position: relative;
}
.l-section-banners__items {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
}
.l-section-banners__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.l-section-banners__preload {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: transparent;
  z-index: 2;
}
.l-section-banners__preload .spinner {
  z-index: 2;
}
.l-section-banners__container {
  position: relative;
  z-index: 3;
}
.l-section-banners.is-wait-loading .l-section-banners__container, .l-section-banners.is-wait-loading .l-section-banners__bg {
  display: none;
}
.l-section-banners.is-wait-loading .l-section-banners__preload {
  display: block;
}
.l-section-banners.has-bg {
  background-color: #f2f2f2;
  padding: 1.875rem 0;
}
.l-section-banners--view1 {
  min-height: 226px;
}
.l-section-banners--view1.has-bg {
  min-height: 285px;
}
.l-section-banners--slider {
  min-height: 316px;
}

.b-banner-item {
  background: #000;
  margin-bottom: 1px;
  position: relative;
}
.b-banner-item__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-banner-item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.b-banner-item--view1 {
  height: 225px;
  width: calc(33.3334% - 1px);
  margin-right: 1px;
}
.b-banner-item--view1:nth-child(3n) {
  width: calc(33.337% - 0.5px);
  margin-right: 0;
}
.b-banner-item--slider {
  height: 315px;
  width: 100%;
}
.b-banner-item__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.625rem;
  overflow: hidden;
}
.b-banner-item__overlay:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65%;
  transition: opacity 0.2s;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  backface-visibility: hidden;
}
.b-banner-item:hover .b-banner-item__overlay:before {
  opacity: 0.9;
}
.b-banner-item__content {
  position: absolute;
  bottom: 0;
  z-index: 3;
  padding-right: 1.875rem;
  padding-bottom: 0.625rem;
  pointer-events: none;
  transition: bottom 0.3s;
}
.b-banner-item__title {
  color: #f8f9fa;
  white-space: normal;
  display: block;
  line-height: 1.4;
  font-size: 1rem;
  margin-bottom: 0;
  pointer-events: auto;
}
.b-banner-item__date, .b-banner-item__title a {
  color: #f8f9fa;
}
.b-banner-item__title a:hover {
  text-decoration: none;
  color: #f8f9fa;
}
.b-banner-item__date {
  margin-bottom: 0.3125rem;
  font-size: 80%;
}
.b-banner-item__date svg {
  width: 11px;
  height: 11px;
  fill: #f8f9fa;
}
.b-banner-item__desc {
  color: #f8f9fa;
  max-height: 0;
  line-height: 1.125rem;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-out, max-height 0.4s ease-out, margin 0.4s;
  font-size: 80%;
  backface-visibility: hidden;
}
@media (max-width: 991.98px) {
  .b-banner-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.8em;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .b-banner-item__overlay {
    padding: 1.25rem;
  }
  .b-banner-item__content {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .b-banner-item:hover .b-banner-item__desc {
    display: block;
    opacity: 1;
    max-height: 5.9rem;
    margin-top: 0.3125rem;
    transition: opacity 0.4s ease-out, max-height 0.9s ease-out;
  }
}
@media (min-width: 992px) {
  .b-banner-item__title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

@media (max-width: 991.98px) {
  .l-section-banners--slider {
    min-height: 280px;
  }
  .b-banner-item--slider {
    height: 280px;
  }
}
@media (max-width: 767.98px) {
  .l-section-banners--slider {
    min-height: 220px;
  }
  .b-banner-item--view1 {
    height: 145px;
  }
  .b-banner-item--view1, .b-banner-item--view1:nth-child(3n) {
    width: 49.5%;
    width: calc(50% - 1px);
  }
  .b-banner-item--view1:nth-last-child(1):nth-child(odd) {
    width: 100%;
  }
  .b-banner-item--slider {
    height: 220px;
  }
}

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

/* End */


/* Start:/local/modules/sibirnews.main/assets/jarallax/style.css?1778740482339*/
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

/* End */
/* /local/templates/media_default/components/bitrix/news.list/theme_home/style.css?17787404821848 */
/* /local/templates/media_default/components/sibirnews/grid.main/.default/style.css?17788877046513 */
/* /local/templates/media_default/components/bitrix/news.list/section_slider/style.css?17791404461860 */
/* /local/templates/media_default/components/bitrix/news.list/section_slim/style.css?17791404462937 */
/* /local/templates/media_default/components/sibirnews/materials/slim/style.css?17791404462301 */
/* /local/templates/media_default/components/bitrix/news.list/section_wide/style.css?17791404463392 */
/* /local/templates/media_default/components/bitrix/news.list/banners/style.css?17788877045116 */
/* /local/modules/sibirnews.main/assets/jarallax/style.css?1778740482339 */
