

/* Start:/local/templates/mmc/css/org-structure.css?17130025687548*/
.scheme {
  margin-top: 58px;
}

.scheme-block-title {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.scheme-block-description {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.scheme-field-title {
  font-size: 18px;
  font-weight: 700;
  text-decoration-line: underline;
}
.scheme-field-description {
  font-size: 16px;
  font-weight: 400;
}

.div-scheme-block {
  width: 100%;
  background-color: #4478A6;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  flex-direction: column;
}

.div-scheme-block__title {
  display: block;
  font-weight: 700;
  min-width: 14px;
}
.div-scheme-block__description {
  display: block;
  min-width: 14px;
}

.div-scheme-field-info__title {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  display: block;
  text-align: center;
}
.div-scheme-field-info__title:hover {
  text-decoration: none;
}
.div-scheme-field-info__description {
  text-align: center;
}

.single-field-title {
  margin-left: auto;
  margin-right: auto;
}
.single-field-description {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-scheme-three-column-line {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.div-scheme-vertical-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.div-scheme-vertical-line::before {
  content: ' ';
  display: block;
  border-right: 2px solid #15396B;
}
.div-scheme-vertical-line::after {
  content: ' ';
  display: block;
}

.div-scheme-arrow {
  position: absolute;
  z-index: -1;
  top: 50%;
  border-top: 2px solid #15396B;
}

.div-scheme-arrow.__left {
  left: 0;
  transform: translateX(calc(-100% + 4px));
  border-left: 2px solid #15396B;
}
  
.div-scheme-arrow.__right {
  right: 0;
  transform: translateX(calc(100% - 4px));
  border-right: 2px solid #15396B;
}


@media (min-width: 1741px) {
  .div-scheme-arrow {
    width: 26px;
    height: calc(51px + 73px + 32px + 12px);
  }

  .div-scheme-arrow.__left::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #15396B;
    transform: translateX(-100%);
  }

  .div-scheme-arrow.__right::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #15396B;
    transform: translateX(100%);
  }
}
@media (min-width: 1440px) and (max-width: 1740px) {
  .div-scheme-arrow {
    width: calc((100vw - 620px - 384px) / 2 - (100vw - 620px - 132px) / 6 - 5px);
    height: calc(51px + 37px + 22px);
  }
}
@media (min-width: 951px) and (max-width: 1439px) {
  .div-scheme-arrow {
    width: calc((100vw - 296px - 32px) / 2 - (100vw - 64px) / 3 - 5px);
    height: calc(51px + 73px + 22px + 12px);
  }

  .div-scheme-arrow.__left::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #15396B;
    transform: translateX(-100%);
  }

  .div-scheme-arrow.__right::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #15396B;
    transform: translateX(100%);
  }
}
@media (min-width: 785px) and (max-width: 950px) {
  .div-scheme-arrow {
    width: calc((100vw - 296px) / 2 - (100vw - 64px) / 6 - 5px);
    height: calc(51px + 37px + 22px);
  }
}

@media (min-width: 1440px) {
  .div-scheme-block {
    max-width: 384px;
    min-height: 73px;
    padding: 12px;
    gap: 7px;
  }
  .div-scheme-block__title {
    font-size: 20px;
  }
  .div-scheme-block__description {
    font-size: 16px;
  }
  .div-scheme-field-info__title {
    font-size: 18px;
  }
  .scheme .div-scheme-field-info__description {
    font-size: 16px;
  }
  .div-scheme-field-info__title + .div-scheme-field-info__description {
    margin-top: 22px;
  }
  .div-scheme-three-column-line {
    gap: 18px 66px;
    margin: 0 auto;
  }
  .single-field-title {
    margin-top: 18px;
  }
  .single-field-description {
    max-width: 384px;
    margin-top: 18px;
  }
  .div-scheme-vertical-line.__first {
    margin: 10px auto 12px auto;
  }
  .div-scheme-vertical-line.__first::before {
    height: 51px;
  }
  .div-scheme-vertical-line.__second {
    margin: 22px auto 18px auto;
  }
  .div-scheme-vertical-line.__second::before {
    height: 51px;
  }
  .div-scheme-vertical-line.__three {
    margin: 32px auto 12px auto;
  }
  .div-scheme-vertical-line.__three::before {
    height: 51px;
  }
  .div-scheme-vertical-line.__four {
    margin: 30px auto 12px auto;
  }
  .div-scheme-vertical-line.__four::before {
    height: 51px;
  }
  .div-scheme-comment {
    font-size: 12px;
    margin-top: 35px;
  }
}
@media (min-width: 785px) and (max-width: 1439px) {
  .div-scheme-block {
    max-width: 296px;
    min-height: 73px;
    padding: 12px;
    gap: 11px;
  }
  .div-scheme-block__title {
    font-size: 16px;
  }
  .div-scheme-block__description {
    font-size: 12px;
  }
  .div-scheme-field-info__title {
    font-size: 18px;
  }
  .scheme .div-scheme-field-info__description {
    font-size: 12px;
  }
  .div-scheme-field-info__title + .div-scheme-field-info__description {
    margin-top: 22px;
  }
  .div-scheme-three-column-line {
    gap: 18px 51px;
    margin: 0 auto;
  }
  .single-field-title {
    margin-top: 18px;
  }
  .single-field-description {
    max-width: 296px;
    margin-top: 18px;
  }
  .div-scheme-vertical-line.__first {
    margin: 10px auto 12px auto;
  }
  .div-scheme-vertical-line.__first::before {
    height: 51px;
  }
  .div-scheme-vertical-line.__second {
    margin: 22px auto 18px auto;
  }
  .div-scheme-vertical-line.__second::before {
    height: 51px;
  }
  .div-scheme-vertical-line.__three {
    margin: 22px auto 12px auto;
  }
  .div-scheme-vertical-line.__three::before {
    height: 51px;
  }
  .div-scheme-vertical-line.__four {
    margin: 22px auto 12px auto;
  }
  .div-scheme-vertical-line.__four::before {
    height: 51px;
  }
  .div-scheme-comment {
    font-size: 8px;
    margin-top: 17px;
  }
}
@media (max-width: 784px) {
  .div-scheme-block {
    max-width: 201px;
    min-height: 35px;
    padding: 4px;
    gap: 3px;
  }
  .div-scheme-block__title {
    font-size: 10px;
  }
  .div-scheme-block__description {
    font-size: 8px;
  }
  .div-scheme-field-info__title {
    font-size: 10px;
    text-underline-offset: 3px;
  }
  .scheme .div-scheme-field-info__description {
    font-size: 8px;
  }
  .div-scheme-field-info__title + .div-scheme-field-info__description {
    margin-top: 22px;
  }
  .div-scheme-three-column-line {
    gap: 5px 16px;
  }
  .single-field-title {
    margin-top: 7px;
  }
  .single-field-description {
    max-width: 259px;
    margin-top: 8px;
  }
  .div-scheme-vertical-line.__first {
    margin: 5px auto;
  }
  .div-scheme-vertical-line.__first::before {
    height: 24px;
  }
  .div-scheme-vertical-line.__second {
    margin: 8px auto 11px auto;
  }
  .div-scheme-vertical-line.__second::before {
    height: 44px;
  }
  .div-scheme-vertical-line.__three {
    margin: 22px auto 5px auto;
  }
  .div-scheme-vertical-line.__three::before {
    height: 25px;
  }
  .div-scheme-vertical-line.__four {
    margin: 6px auto 6px auto;
  }
  .div-scheme-vertical-line.__four::before {
    height: 24px;
  }
  .div-scheme-comment {
    font-size: 8px;
    margin-top: 22px;
  }
  
  .div-scheme-arrow {
    width: calc((100vw - 201px - 32px) / 2 - (100vw - 64px) / 6 - 5px);
    height: calc(44px + 17px + 8px);
  }
}
/* End */


/* Start:/local/templates/mmc/css/org-structure-person.css?17124200301582*/
.org-structure-person-page__content figure img {
  width: 100%;
  height: auto;
}

.org-structure-person-page__content article h3 {
  font-weight: 700;
}

@media (min-width: 1440px) {
  .org-structure-person-page__content article {
    margin-top: 33px;
    display: grid;
    grid-template-columns: 415px auto;
    gap: 20px;
  }
  .org-structure-person-page__content article h3 {
    font-size: 25px;
  }
  .org-structure-person-page__content article h3 + p {
    margin-top: 12px;
  }
  .org-structure-person-page__content article p + h3 {
    margin-top: 33px;
  }
  .org-structure-person-page__content article figcaption {
    max-width: 603px;
  }
}
@media (min-width: 785px) and (max-width: 1439px) {
  .org-structure-person-page__content article {
    margin-top: 21px;
    display: grid;
    grid-template-columns: 297px 1fr;
    gap: 20px;
  }
  .org-structure-person-page__content article h3 {
    font-size: 25px;
  }
  .org-structure-person-page__content article h3 + p {
    margin-top: 12px;
  }
  .org-structure-person-page__content article p + h3 {
    margin-top: 33px;
  }
}
@media (max-width: 784px) {
  .org-structure-person-page__content article {
    margin-top: 20px;
  }
  .org-structure-person-page__content article h3 {
    font-size: 16px;
  }
  .org-structure-person-page__content article h3 + p {
    margin-top: 7px;
  }
  .org-structure-person-page__content article p + h3 {
    margin-top: 23px;
  }
  .org-structure-person-page__content figure + figcaption {
    margin-top: 15px;
  }
}
/* End */


/* Start:/local/templates/mmc/css/news.css?17840529597425*/
.news .content-page__content > section .link-list {
    position: initial;
}
.news__content .timeline h4 {
  line-height: 1.4;
}

.news__content .timeline h4 a {
    color: inherit;
    font-weight: unset;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (min-width: 1025px) {
  .news__content .timeline h4 a:hover {
    text-decoration: none;
  }
}

.news__content .timeline img {
  max-width: 516px;
  height: auto;
}

.more-news {
  box-sizing: border-box;
  display: block;
  text-align: center;
}

.detail-text img {
  max-width: 100%;
  height: auto;
}

.detail-text p {
  margin-bottom: 20px;
}

h3.title.podcast-title a {
    font-size: inherit;
    text-decoration: none;
    text-align: left;
    font-weight: 600;
    line-height: 1.1;
}

/*.content-inner ul {
    list-style-type: disc;
    list-style-position: inside;
}
*/
.news__content .timeline h4.podcast-date {
    text-decoration: none;
}

@media (min-width: 1440px) {
  .news-padding {
    padding-top: 136px;
  }
  .news h2 {
    margin-bottom: 33px;
  }
  .news .timeline {
    gap: 45px;
  }
  .news__content .timeline img {
    margin-top: 20px;
  }
  .news__content .timeline figcaption {
    margin-top: 20px;
    line-height: 20px;
  }
  .more-news {
    padding: 28px 13px;
    font-size: 25px;
    margin-left: 57px;
    margin-top: 45px;
    width: 287px;
    font-weight: 700;
  }
  .publications_block .more-news {
    width: 356px;
  }

  .related_news {
    margin-top: 70px;
  }
  .related_news .title_h1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 785px) and (max-width: 1439px) {
  .news-padding {
    padding-top: 94px;
  }
  .news h2 {
    margin-bottom: 33px;
  }
  .news .timeline {
    gap: 40px;
  }
  .news__content .timeline img {
    margin-top: 20px;
  }
  .news__content .timeline figcaption {
    margin-top: 20px;
    line-height: 19px;
  }
  .more-news {
    padding: 28px 13px;
    font-size: 25px;
    margin-left: 52px;
    margin-top: 40px;
    width: 287px;
    font-weight: 700;
  }
  .publications_block .more-news {
    width: 356px;
  }

  .related_news {
    margin-top: 65px;
  }
  .related_news .title_h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 784px) {
  .news-padding {
    padding-top: 71px;
  }
  .news h2 {
    margin-bottom: 8px;
  }
  .news__content .timeline h4 {
    margin-top: 14px;
  }
  .news__content .timeline img {
    margin-top: 16px;
  }
  .news__content .timeline figcaption {
    margin-top: 16px;
    font-size: 12px;
    line-height: 14px;
  }
  .more-news {
    padding: 16px;
    font-size: 14px;
    margin-left: 28px;
    margin-top: 30px;
    width: 201px;
    font-weight: 700;
  }
  .publications_block .more-news {
    width: 201px;
  }

  .related_news {
    margin-top: 37px;
  }
  .related_news .title_h1 {
    margin-bottom: 8px;
  }
}


.news .link-list + ul > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news .link-list + ul > li.__selected > a {
  display: flex;
}
.news .link-list + ul > li > ul > li {
  font-weight: 400;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.news .link-list + ul > li > ul > li:hover {
  text-decoration-line: none;  
}
.news .link-list + ul > li > ul > li.__selected {
  text-decoration-line: none;
}

.years ul {
  display: none;
}
.news .link-list + ul.years > li > ul {
  display: none;
}
.news .link-list + ul.years > li.__selected > ul {
  display: flex;
}

.news section .link-list + ul.years > li.__selected > ul {
  display: block;
}

@media (min-width: 1440px) {
  /*.news .link-list {
    gap: 1px;
  }*/
  /*.news .link-list li.__selected {
    margin: 16px 0;
  }*/
  .news .link-list li:first-child.__selected {
    margin-top: 0;
  }
  .news .link-list + ul {
    margin-top: 98px;
    top: 150px;
  }
  .news .link-list + ul > li {
    font-size: 25px;
    font-weight: 700;
  }
  .news .link-list + ul > li.__selected {
    font-size: 25px;
    font-weight: 700;
    margin-top: 25px
  }
  .news .link-list + ul > li.__selected > a::before {
    content: ' ';
    background-image: url('/local/templates/mmc/css/../images/icons/list.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: content 0.5s;
    height: 24px;
    width: 24px;
    margin-top: 6px;
    margin-right: 6px;
  }
  .news .link-list + ul > li > ul {
    margin: 15px 0 25px;
  }
  .news .link-list + ul > li > ul > li {
    font-size: 16px;
    margin-top: 10px;
  }
  .news .link-list + ul > li > ul > li.__selected {
    font-weight: 700;
    margin-left: 16px;
  }
}
@media (max-width: 1439px) {
  .news .link-list {
    gap: 15px;
  }
  .news .link-list li {
    font-size: 12px;
  }
  .news .link-list li.__selected {
    font-size: 16px;
  }
  .news .link-list + ul {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .news .link-list + ul > li {
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 5px;
    cursor: pointer;
  }
  .news .link-list + ul > li:hover {
    text-decoration: none;
  }
  .news .link-list + ul > li.__selected {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 6px;
  }
  .news .link-list + ul > li.__selected > a::after {
    content: ' ';
    background-image: url('/local/templates/mmc/css/../images/icons/chevron-top-blue.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: content 0.5s;
    height: 6px;
    width: 10px;
    margin-top: 7px;
    margin-left: 5px;
  }
  .news .link-list + ul > li > ul {
    margin: 6px 0 10px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .news .link-list + ul > li > ul > li {
    font-size: 12px;
  }
  .news .link-list + ul > li > ul > li.__selected {
    font-weight: 700;
    font-size: 16px;
    display: flex;
  }
  .news .link-list + ul > li > ul > li.__selected {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    margin-top: 5px;
  }
  .news .link-list + ul > li > ul > li.__selected::before {
    content: ' ';
    background-image: url('/local/templates/mmc/css/../images/icons/list.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: content 0.5s;
    height: 15px;
    width: 15px;
    margin-top: 3px;
    margin-right: 3px;
  }
}

.news .page-submenu__menu {
  width: 343px;
  max-width: calc(100vw - 32px);
}

.gallery-slider-thumbs {
    display: none;
    margin-top: 24px;
}

.gallery-more {
    background: rgba(106, 168, 206, 0.65);
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: rgba(21, 57, 107, .5);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}


.gallery-slider-wrap {
    overflow: hidden;
    margin: 0 -16px;
    padding: 0 16px;
}

.gallery-slider picture {
    aspect-ratio: 19 / 10;
    display: block;
}

.gallery-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 786px) {
    .gallery-slider-thumbs {
        display: block;
    }

    .gallery-slider-wrap {
        margin: 0;
        padding: 0;
    }

}

@media (min-width: 1440px) {
    .gallery-more {
        font-size: 20px;
    }

    .gallery-slider {
        overflow: hidden;
    }

}
/* End */


/* Start:/local/templates/mmc/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1712420031467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/mmc/components/bitrix/menu/left/style.min.css?1712420031490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/mmc/components/bitrix/menu/left/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/mmc/components/bitrix/news/structure/bitrix/news.list/.default/style.css?1712420031150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/mmc/css/org-structure.css?17130025687548 */
/* /local/templates/mmc/css/org-structure-person.css?17124200301582 */
/* /local/templates/mmc/css/news.css?17840529597425 */
/* /local/templates/mmc/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1712420031467 */
/* /local/templates/mmc/components/bitrix/menu/left/style.min.css?1712420031490 */
/* /local/templates/mmc/components/bitrix/news/structure/bitrix/news.list/.default/style.css?1712420031150 */
