﻿@charset "UTF-8";
.imageWText {
  float: left;
  width: 50%;
  margin: 0 2em 1em 0;
}
.imageWText.imageWText_position_1by1 {
  aspect-ratio: 1;
  padding-bottom: 0;
}
.imageWText.imageWText_position_2by1 {
  aspect-ratio: 2/1;
}
@media screen and (max-width: 800px) {
  .imageWText {
    float: none;
    width: 100%;
    margin: 1.5em 0;
  }
}

.responsive-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

._verticallyCentered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.organization {
  display: none;
}
.organization.org-current-page {
  display: block;
}

.orgEmptySet {
  display: none;
}

.article-container h2, .text h2 {
  margin-bottom: 0.8em;
  line-height: 1.45;
}
.article-container p, .text p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.article-container p:last-child, .text p:last-child {
  margin-bottom: 0;
}
.article-container ul, .article-container ol, .text ul, .text ol {
  margin: 1.5em 0;
  list-style: none;
}
.article-container ul li, .article-container ol li, .text ul li, .text ol li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
  break-inside: avoid;
}
.article-container ul li:last-child, .article-container ol li:last-child, .text ul li:last-child, .text ol li:last-child {
  margin-bottom: 0;
}
.article-container ul li:before, .article-container ol li:before, .text ul li:before, .text ol li:before {
  position: absolute;
  left: 0;
  top: 0.25em;
}
.article-container ol, .text ol {
  counter-reset: nCounter 0;
}
.article-container ol li:before, .text ol li:before {
  content: counter(nCounter) ".";
  counter-increment: nCounter;
  color: var(--mainMenuHoverColor);
}
.article-container ul li:before, .text ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--mainMenuHoverColor);
}

.article-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.twoColumnsList {
  column-count: 2;
}

@media screen and (max-width: 786px) {
  .twoColumnsList {
    column-count: 1;
  }
}
.sitemap .twoColumnsList .twoColumnsList {
  column-count: 1;
}

.contentPageWrapper {
  max-width: 1370px;
  width: 100%;
  margin: 1em auto 3em auto;
}
@media screen and (min-width: 800px) {
  .contentPageWrapper {
    padding: 0 30px;
  }
  .contentPageWrapper .simpleBigImage__wrapper {
    margin: 0 auto;
    max-width: 1370px;
  }
  .contentPageWrapper .simpleBigImage__wrapper._full {
    max-width: 100%;
  }
  .contentPageWrapper .row__content {
    margin: 0 auto;
    max-width: 1370px;
  }
  .contentPageWrapper .row__content._full {
    max-width: 100%;
  }
}

.article-list-wrapper {
  width: 100%;
  padding: 0;
}
.article-list-wrapper ._moreSpace {
  padding-top: 50px;
  padding-bottom: 50px;
}
.article-list-wrapper .row__content {
  padding: 0;
}
.article-list-wrapper .side__text-link a {
  text-decoration: none;
  font-size: 0.8em;
}
.article-list-wrapper .article-banner {
  margin-bottom: 1.5em;
}
.article-list-wrapper .article-banner img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .article-list-wrapper .simpleBigImage__wrapper {
    margin: 0 auto;
    max-width: 1370px;
  }
  .article-list-wrapper .simpleBigImage__wrapper._full {
    max-width: 100%;
  }
  .article-list-wrapper .row__content {
    margin: 0 auto;
    max-width: 1370px;
  }
  .article-list-wrapper .row__content._full {
    max-width: 100%;
  }
  .article-list-wrapper .imageWText {
    width: 80%;
    margin: 0 auto;
  }
}
.article-list-wrapper .ncoPageTitle .row__title {
  margin-bottom: 0;
}
.article-list-wrapper .ncoPageTitle .title {
  margin-bottom: 0;
}

/*home-content*/
.home-content__side .row {
  display: none;
  padding-bottom: 0;
}

.home-content__base {
  flex: 0 1 100%;
  width: 100%;
}
.home-content__base .row__content {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 800px) {
  .home-content__base {
    flex: 0 1 calc(100% - 250px);
    width: calc(100% - 250px);
  }
  .home-content__side {
    flex: 0 0 250px;
    padding: 50px 0 50px 20px;
  }
  .home-content__side .row {
    display: block;
    position: sticky;
    top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .home-content__base {
    flex: 0 1 calc(100% - 390px);
    width: calc(100% - 390px);
  }
}
.hidden {
  position: absolute;
  top: 0;
  visibility: hidden;
  padding: 0;
}

.prew-block {
  /* padding: 0 15px;*/
  margin-top: 1.5em;
}

.prew-btn {
  cursor: pointer;
  color: #34A7DC;
  font-size: 17px;
}

#articleBg + .row {
  background-color: #F7F9FB;
  /*  background-image: url("theme-SpLight/img/art_banner.jpg");*/
  background-size: cover;
}

#articleBgColor + .row {
  background-color: #F7F9FB;
}

/*RichTextEditor STYLES*/
._narrow-text {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 786px) {
  ._narrow-text {
    width: 100%;
  }
}
/*rte*/
.text h2, .text h3, .text h4, .text h5 {
  margin-bottom: 1.25em;
}
.text .mini {
  font-size: smaller;
  line-height: 1.2;
}
.text .emph {
  color: #0060a5;
}
.text .tight {
  margin: 0;
}
.text .title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.2em;
}

.text-bold {
  font-size: 1.2em;
  line-height: 1.1;
  font-weight: 500;
}

.text-bolder {
  font-size: 1.2em;
  line-height: 1;
  font-weight: 700;
}

.text-big {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 300;
}

.text-normal__bold {
  line-height: 1.1;
  font-weight: 700;
  color: #0060a5;
}

.text-min__bold {
  font-size: 0.8em;
  line-height: 1;
  font-weight: 500;
}

.text-min {
  font-size: 0.8em;
  line-height: 1;
  font-weight: 300;
}

.text-footnote {
  font-size: 1em;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}

.text-min__footnote {
  font-size: 0.5rem;
  font-weight: 300;
  color: #0060a5;
}

.quote {
  position: relative;
  padding: 1.5em 1em 1.5em 2em;
  border-radius: 1em;
  background-color: #F7F9FB;
  color: #1663A4;
}
.quote:before {
  content: "❝";
  position: absolute;
  top: -0.5em;
  left: 0.33em;
  font-size: 3em;
}

/**umb_name:Картинка слева*/
.imageLeftFromPatients {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
.imageLeftFromPatients img {
  width: auto;
  height: auto;
}

/**umb_name:Картинка справа*/
.imageRightFromPatients {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}
.imageRightFromPatients img {
  width: auto;
  height: auto;
}

/*/rte*/
.topSlider__item {
  background-image: var(--desktop);
}

@media (max-width: 786px) {
  .topSlider__item {
    background-image: var(--mobile);
    background-position: top center;
  }
}
@media (max-width: 600px) {
  .imageRightFromPatients,
  .imageLeftFromPatients {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/core.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAC;EACC;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EAdD;IAeG;IACA;IACA;;;;AAOJ;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;;;AAGF;EACE;;AAEA;EACE;;;AAIJ;EACE;;;AAKA;EACE;EACA;;AAGF;EACE;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;;AAKN;EACE;;AAGE;EACE;EACA;EACA;;AAOF;EACE;EACA;EACA;EACA;EACA;;;AAMR;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAMA;EACE;;;AAMN;EACE;EACA;EACA;;AAEA;EALF;IAMI;;EAEA;IACE;IACA;;EAEA;IACE;;EAIJ;IACE;IACA;;EAEA;IACE;;;;AAMR;EACE;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;AAGF;EACE;;AAEA;EACE;EACA;;AAIJ;EACE;IACE;IACA;;EAEA;IACE;;EAIJ;IACE;IACA;;EAEA;IACE;;EAIJ;IACE;IACA;;;AAKF;EACE;;AAGF;EACE;;;AAMN;AACA;EACE;EACA;;;AAGF;EACE;EACA;;AAEA;EACE;EACA;;;AAMJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGA;IACE;IACA;IACA;;;AAIN;EACE;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;AACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;AACA;EACA;;;AAGF;EACE;;;AAEF;AAEA;EACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;AAGE;EACE;;AAGF;EACE;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;;AAIJ;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;;AAIJ;AACA;EACE;EACA;EACA;;AAEA;EACE;EACA;;;AAIJ;AACA;EACE;EACA;EACA;;AAEA;EACE;EACA;;;AAIJ;AAEA;EACE;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;AAAA;IAEE;IACA;IACA;IACA;IACA%22%7D */