

/* Start:/local/templates/mmc/css/image-grid.css?17527367182287*/
.magazine-preview {
    margin: 0 2px;
}

.magazine-preview>div {
  width: 100%;
}

.magazine-preview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.magazine-preview img {
  display: block;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 0 0 2px rgba(217, 217, 217, 0.65);
}

.magazine-preview img:hover {
  box-shadow: 0 0 0 2px #2AD4FC;
}

.magazine-preview label {
  font-weight: 700;
  display: block;
  text-align: center;
}

.magazine-previews + .title_h1 {
    margin-top: 60px;
}
@media (min-width: 1501px) {
  .magazine-previews {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 56px 20px;
  }
  .clinics {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1440px) and (max-width: 1500px) {
  .magazine-previews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px 20px;
  }
  .clinics {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1001px) and (max-width: 1439px) {
  .magazine-previews {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 56px 20px;
  }
}
@media (min-width: 785px) and (max-width: 1000px) {
  .magazine-previews {
    max-width: 852px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 21px;
  }
}
@media (min-width: 501px) and (max-width: 784px) {
  .magazine-previews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 12px;
  }
}
@media (max-width: 500px) {
  .magazine-previews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 12px;
  }
}

@media (min-width: 1440px) {
  .magazine-previews {
    margin-top: 45px;
  }
  .magazine-preview label {
    font-size: 18px;
    margin: 31px 0 21px 0;
  }
  .magazine-preview a + a {
    margin-top: 14px;
  }
}
@media (min-width: 785px) and (max-width: 1439px) {
  .magazine-previews {
    margin-top: 27px;
  }
  .magazine-preview label {
    font-size: 18px;
    margin: 31px 0 21px 0;
  }
  .magazine-preview a + a {
    margin-top: 14px;
  }
}
@media (max-width: 784px) {
  .magazine-previews {
    margin-top: 44px;
  }
  .magazine-preview label {
    font-size: 12px;
    margin: 19px 0 12px 0;
  }
  .magazine-preview a + a {
    margin-top: 16px;
  }
}
/* End */


/* Start:/local/templates/mmc/css/media-projects.css?1712420030197*/
.media-projects__content aside {
  padding-right: 2px;
  max-width: 1138px;
  overflow: visible;
}

@media (max-width: 784px) {
  .media-projects__content {
    padding-right: 16px;
  }
}
/* 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/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/media/bitrix/news.list/.default/style.css?1738248636265*/
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;
}
@media (max-width: 784px) {
    .podcast-item > img {
        width: 20px;
        height: auto !important;
    }
}
/* End */
/* /local/templates/mmc/css/image-grid.css?17527367182287 */
/* /local/templates/mmc/css/media-projects.css?1712420030197 */
/* /local/templates/mmc/css/timeline.css?17125067494411 */
/* /local/templates/mmc/css/news.css?17125026346436 */
/* /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/media/bitrix/news.list/.default/style.css?1738248636265 */
