

/* 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/photo-page.css?17124200303745*/
.page-image-container  {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.background-image {
  display: block;
  height: 100%;
}

.page-image-container .background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1440px) {
  .background-image.__small {
    width: 100%;
    height: fit-content;
  }
}
@media (min-width: 1140px) and (max-width: 1439px) {
  .background-image.__small {
    width: 100%;
    height: fit-content;
  }
  .photo-page {
    height: 95vh!important;
  }
}
@media (min-width: 785px) and (max-width: 1139px) {
  .background-image.__small {
    min-height: 100%;
  }
  .photo-page {
    height: 95vh!important;
  }
}

/* NIGHT-CITY Start Tile */
.start-badge {
  background: rgba(106, 168, 206, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  color: #000;
}

.start-badge__title {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.start-badge__description a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.start-badge__description a:hover {
  text-decoration: none;
}
.start-badge__date {
  margin-bottom: 20px;
  font-weight: 700;
}

@media (min-width: 1440px) {
  .start-badge {
    left: 100px;
    width: 677px;
    padding: 27px 20px 33px 20px;
  }
  .start-badge:not(.__disable-animation) {
    /* animation: badgeTransferFromLeftDesktop 2s ease-in-out;
    animation-duration: 2s;
    animation-delay: 0s; */
    animation-duration: 2s;
    animation-name: badgeTransferFromLeftDesktop;
  }
  .start-badge.__default-position {
    bottom: 57px;
  }
  .start-badge__title {
    font-size: 35px;
  }
  .start-badge__description {
    font-size: 18px;
    margin-top: 33px;
    margin-left: 5px;
  }
  .start-badge__date {
    font-size: 25px;
  }
}
@media (min-width: 785px) and (max-width: 1439px) {
  .start-badge {
    left: 14px;
    width: 456px;
    padding: 16px 15px 37px 15px;
  }
  .start-badge:not(.__disable-animation) {
    /* animation: badgeTransferFromLeftDesktop 2s ease-in-out; */
    animation-duration: 2s;
    animation-name: badgeTransferFromLeftDesktop;
  }
  .start-badge.__default-position {
    bottom: 27px;
  }
  .start-badge__title {
    font-size: 16px;
  }
  .start-badge__description {
    font-size: 14px;
    margin-top: 17px;
    max-width: 362px;
  }
  .start-badge__date {
    font-size: 14px;
  }
}
@media (max-width: 784px) {
  .start-badge {
    left: 16px;
    width: calc(100% - 32px);
    padding: 17px 25px 35px 11px;
  }
  .start-badge:not(.__disable-animation) {
    /* animation: badgeTransferFromBottomMobile 2.5s ease-in-out; */
    animation-duration: 2s;
    animation-name: badgeTransferFromBottomMobile;
  }
  .start-badge.__default-position {
    bottom: -100%;
  }
  .start-badge__title {
    font-size: 14px;
  }
  .start-badge__description {
    font-size: 14px;
    margin-top: 15px;
    max-width: 307px;
  }
  .start-badge__date {
    font-size: 12px;
  }
}

@keyframes badgeTransferFromLeftDesktop {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  25% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes badgeTransferFromBottomMobile {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes badgeOpacityShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* End */


/* Start:/local/templates/mmc/css/corp-magazine.css?1712420030523*/
.magazine-viewer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: #333;
  padding-top: 10vh;
  margin: 0!important;
}

.magazine-viewer.__active {
  display: block;
}

.magazine-viewer__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  font-size: 35px;
}


@media (max-width: 784px) {
  .magazine-viewer__close {
    font-size: 20px;
  }

  .magazine-viewer {
    padding-top: 62px;
  }
}
/* 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.list/magazine/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/image-grid.css?17527367182287 */
/* /local/templates/mmc/css/photo-page.css?17124200303745 */
/* /local/templates/mmc/css/corp-magazine.css?1712420030523 */
/* /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.list/magazine/style.css?1712420031150 */
