

/* Start:/local/templates/mmc/css/link-list.css?17201172683895*/
ul.link-list,
.link-list ul {
  display: flex;
  flex-direction: column;
}.link-list ul.inner {
    gap: 5px;
    margin-bottom: 10px;
}

.link-list li.__selected {
  font-weight: 700;
  display: flex;
  gap: 6px;
  align-items: flex-start;
  transition: font-size 0.5s, font-weight 0.5s;
  text-decoration: none;
}

.link-list 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;
  flex-shrink: 0;
}

.link-list li.__selected:hover {
  text-decoration: none;
}

.timeline.__contacts li p+p {
  margin-top: 24px;
}

.timeline.__contacts li p {
  gap: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
}

.timeline.__contacts li p::before {
  position: absolute;
  left: 0;
  top: 0;
}


.timeline.__contacts li a {
  margin: 0;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
.timeline.__contacts li a:hover {
  text-decoration: underline;
}

.timeline.__contacts li p.address::before {
  content: url('/local/templates/mmc/css/../images/icons/location.svg');
}

.timeline.__contacts li p.phone::before {
  content: url('/local/templates/mmc/css/../images/icons/phone.svg');
}

.timeline.__contacts li p.email::before {
  content: url('/local/templates/mmc/css/../images/icons/email.svg');
}

.timeline.__contacts li p.vk::before {
  content: url('/local/templates/mmc/css/../images/icons/vk-light.svg');
}
.timeline.__contacts li p.in::before,
.timeline.__contacts li p.instagram::before {
  content: url('/local/templates/mmc/css/../images/icons/instagram-light.svg');
}
.timeline.__contacts li p.vib::before,
.timeline.__contacts li p.viber::before {
  content: url('/local/templates/mmc/css/../images/icons/viber-light.svg');
}
.timeline.__contacts li p.rutube::before {
  content: url('/local/templates/mmc/css/../images/icons/rutube.svg');
}
.timeline.__contacts li p.whatsapp::before {
  content: url('/local/templates/mmc/css/../images/icons/whatsapp-light.svg');
}
.timeline.__contacts li p.facebook::before {
  content: url('/local/templates/mmc/css/../images/icons/facebook.svg');
}
.timeline.__contacts li p.tiktok::before {
  content: url('/local/templates/mmc/css/../images/icons/tiktok.svg');
}
.timeline.__contacts li p.dzen::before {
  content: url('/local/templates/mmc/css/../images/icons/dzen.svg');
}
.timeline.__contacts li p.youtube::before {
  content: url('/local/templates/mmc/css/../images/icons/youtube.svg');
}



.timeline.__contacts li p.time::before {
  content: url('/local/templates/mmc/css/../images/icons/time.svg');
}

.timeline.__contacts li p.person::before {
  content: url('/local/templates/mmc/css/../images/icons/person.svg');
}

.timeline.__contacts li p.document::before {
  content: url('/local/templates/mmc/css/../images/icons/document.svg');
}


@media (min-width: 1440px) {
  ul.link-list,
  .link-list ul {
    gap: 22px;
    max-width: 380px;
  }
  .link-list li {
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .link-list li:hover {
    text-decoration: none;
  }
  .link-list li.__selected {
    font-size: 25px;
  }
  .link-list li.__selected::before {
    height: 24px;
    width: 24px;
    margin-top: 6px;
  }
}
@media (min-width: 785px) and (max-width: 1439px) {
  ul.link-list,
  .link-list ul {
    gap: 15px;
  }
  .link-list li {
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .link-list li:hover {
    text-decoration: none;
  }
  .link-list ul li.__selected {
    font-size: 16px;
  }
  .link-list li.__selected::before {
    height: 16px;
    width: 16px;
    margin-top: 1px;
  }
}
@media (max-width: 784px) {
  ul.link-list,
  .link-list ul {
    gap: 14px;
  }
  .link-list li {
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .link-list li:hover {
    text-decoration: none;
  }
  .link-list li.__selected {
    font-size: 16px;
  }
  .years.link-list li.__selected {
    display: block;
  }
  .link-list li.__selected::before {
    height: 15px;
    width: 15px;
    margin-top: 3px;
  }
  .timeline.__contacts li p+p {
    margin-top: 14px;
  }

}
/* End */


/* Start:/local/templates/mmc/css/timeline.css?17125067494411*/
.timeline:before {
    content: '';
    top: -10px;
    left: -4px;
    position: absolute;
    width: 10px;
    height: 20px;
    background: #ffffff;
}

.timeline {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #15396B;
  position: relative;
}

.timeline>li {
  position: relative;
}

.timeline>li::before {
  content: '';
  background-image: url('/local/templates/mmc/css/../images/icons/list.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 1;
}

.timeline>li:last-child:after {
    content: '';
    display: block;
    top: 32px;
    position: absolute;
    width: 10px;
    height: calc(100% - 32px);
    background: #ffffff;
}

.timeline figcaption {
  margin-bottom: 15px;
}

.timeline li.timeline-item:only-of-type mark {
    top: 0;
}

.timeline h3 {
  color: #4C4C4C;
  font-weight: 700;
/*  text-transform: uppercase;*/
}

.timeline h4 {
  font-weight: 700;
}
.timeline a.more {
  text-align: center;
  box-sizing: border-box;
  display: block;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #4C4C4C;
}

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

.timeline>li:first-child mark {
  position: absolute;
  width: 10px;
  height: 20px;
  background: #ffffff;
}
.timeline>li:last-child mark {
  position: absolute;
  width: 10px;
  height: 100%;
  background: #ffffff;
}
.timeline h3.pub-title {
  color: #15396B;
  text-transform: none;
}
.timeline .autors {
  margin-top: 28px;
  margin-bottom: 20px;
}
.autor-head {
  margin-bottom: 5px;
}

.timeline>li.width-full {
  max-width: 100%;
}

.search-result .timeline li,
.search-result .timeline h4 {
    max-width: 100%;
}

@media (min-width: 1440px) {
  .timeline {
    gap: 52px;
    padding-left: 42px;
    margin-left: 12px;
  }
  .timeline>li {
    max-width: 803px;
  }
  .timeline>li::before {
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
    left: -54px;
    top: 10px;
  }
  .timeline>li:last-child:after {
    left: -48px;
  }
  .timeline h3 {
    font-size: 35px;
    margin-bottom: 14px;
  }
  .timeline h4 {
    font-size: 18px;
    max-width: 620px;
  }
  .timeline a.more {
    margin-top: 20px;
    padding: 0;
    width: fit-content;
    font-size: 18px;
    font-weight: 400;
  }
  .timeline img {
    height: 290px;
    margin-top: 27px;
    display: block;
  }
  .timeline figcaption {
    margin-top: 27px;
    font-size: 16px;
  }
  .timeline>li:first-child mark {
    top: -10px;
    left: -48px;
  }
  .timeline>li:last-child mark {
    top: 32px;
    left: -47px;
  }
}
@media (min-width: 785px) and (max-width: 1439px) {
  .timeline {
    gap: 52px;
    padding-left: 38px;
    margin-left: 12px;
  }
  .timeline>li {
    max-width: 803px;
  }
  .timeline>li::before {
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
    left: -52px;
    top: 10px;
  }
  .timeline h3 {
    font-size: 35px;
    margin-bottom: 14px;
  }
  .timeline h4 {
    font-size: 18px;
    max-width: 620px;
  }
  .timeline a.more {
    margin-top: 20px;
    padding: 0;
    width: fit-content;
    font-size: 18px;
    font-weight: 400;
  }
  .timeline img {
    height: 290px;
    margin-top: 27px;
  }
  .timeline figcaption {
    margin-top: 27px;
    font-size: 16px;
  }
  .timeline>li:first-child mark {
    top: -10px;
    left: -48px;
  }
  .timeline>li:last-child mark {
    top: 32px;
    left: -42px;
  }
  .timeline>li:last-child:after {
    left: -42px;
  }
}
@media (max-width: 784px) {
  .timeline {
    gap: 25px;
    padding-left: 18px;
    margin-left: 9px;
  }
  .timeline>li::before {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    left: -27px;    
    top: 2px;
  }
  .timeline>li:last-child:after {
    left: -27px;
    top: 15px;
    height: calc(100% - 15px);
  }
  .timeline h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .timeline h4 {
    font-size: 16px;
  }
  .timeline a.more {
    margin-top: 16px;
    padding: 0;
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
  }
  .timeline img {
    width: 100%;
    margin-top: 16px;
  }
  .timeline figcaption {
    margin-top: 16px;
    font-size: 12px;
  }
  .timeline>li:first-child mark {
    top: -8px;
    left: -23px;
    height: 10px;
  }
  .timeline>li:last-child mark {
    top: 16px;
    left: -27px;
  }
  .timeline .autors {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
/* End */


/* Start:/local/templates/mmc/css/news.css?17125026346436*/
.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);
}
/* End */


/* Start:/local/templates/mmc/components/bitrix/news/contacts/bitrix/news.detail/.default/style.css?1712420031155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* 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 */
/* /local/templates/mmc/css/link-list.css?17201172683895 */
/* /local/templates/mmc/css/timeline.css?17125067494411 */
/* /local/templates/mmc/css/news.css?17125026346436 */
/* /local/templates/mmc/components/bitrix/news/contacts/bitrix/news.detail/.default/style.css?1712420031155 */
/* /local/templates/mmc/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1712420031467 */
