/* FONT */
/* VW FORMULA */
/* GLOBAL */
body {
  background-color: #fafafa;
}

.media-modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.media-modal-wrap::-webkit-scrollbar {
  display: none;
}
.media-modal-wrap .media-modal {
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}
.media-modal-wrap .media-modal i.close-m-modal {
  width: 70px;
  height: 70px;
  background-image: url(../img/ic-modal-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
}
.media-modal-wrap .media-modal .stage {
  width: 100%;
  padding: 90px 0 0 0;
}
.media-modal-wrap .media-modal .stage p.modal-title {
  color: #FFFFFF;
  font-size: 48px;
  line-height: 62px;
  font-weight: 400;
  margin-bottom: 20px;
}
.media-modal-wrap .media-modal .stage p.poster-alt {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  margin: 20px 0 40px 0;
  opacity: 0.7;
}
.media-modal-wrap .media-modal .stage.stage-video {
  display: none;
}
.media-modal-wrap .media-modal .stage.stage-video .video-holder {
  position: relative;
}
.media-modal-wrap .media-modal .stage.stage-video .video-holder iframe {
  border-radius: 30px;
  width: 100%;
  height: 560px;
}
.media-modal-wrap .media-modal .stage.stage-photo {
  display: none;
}
.media-modal-wrap .media-modal .stage.stage-photo .poster-holder {
  height: 560px;
  position: relative;
}
.media-modal-wrap .media-modal .stage.stage-photo .poster-holder i.gal {
  display: block;
  position: relative;
  background-image: url(../img/ic-prev-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 80px;
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
  position: absolute;
  transition: opacity 0.15s;
  opacity: 0.3;
  cursor: pointer;
}
.media-modal-wrap .media-modal .stage.stage-photo .poster-holder i.gal:hover {
  opacity: 1;
}
.media-modal-wrap .media-modal .stage.stage-photo .poster-holder i.gal.next {
  left: unset;
  right: 0;
  transform: rotate(180deg) translate(50%, 50%);
}
.media-modal-wrap .media-modal .stage.stage-photo .poster-holder i.gal.slick-disabled {
  display: none !important;
}
.media-modal-wrap .media-modal .stage.stage-photo .poster-holder .poster {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.media-modal-wrap .media-modal .stage.stage-photo .gallery .gal-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 160px;
  height: 105px;
  border-radius: 10px;
  cursor: pointer;
}
.media-modal-wrap .media-modal .stage.active {
  display: block;
}

/* the slides */
.slick-slide {
  margin: 0 10px;
}

/* the parent */
.slick-list {
  margin: 0 -10px;
  padding: 10px 0 !important;
}

.slick-current {
  position: relative;
}
.slick-current:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  right: -5px;
  left: -5px;
  bottom: -5px;
  border: 3px solid #FFFFFF;
  border-radius: 15px;
}

a.headlike {
  display: block;
  width: 100%;
  color: #292929;
}
a.headlike:hover {
  color: #292929 !important;
}

/* */
.press-center p {
  margin-bottom: unset;
}
.press-center a.more {
  transition: width 0.2s ease;
}
.press-center a.more:hover img.ic-more {
  width: 60px;
}
.press-center .btn {
  cursor: pointer;
  border: none;
}
@media (min-width: 1110px) {
  .press-center .btn {
    cursor: pointer;
  }
  .press-center .btn:hover {
    opacity: 0.7;
  }
}
.press-center .tags-wrap {
  display: flex;
  flex-wrap: wrap;
}
.press-center .tags-wrap a.tag {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  height: 44px;
  padding: 5px 30px;
  border-radius: 55px;
  border: 2px solid #FFFFFF;
  margin-right: 16px;
  margin-bottom: 16px;
  color: #FFFFFF;
  transition: all 0.25s ease-in-out;
}
.press-center .tags-wrap a.tag:hover {
  background-color: #FFFFFF;
  color: #292929;
}
.press-center .tags-wrap a.tag:last-child {
  margin-right: unset;
}
.press-center .tags-wrap a.tag.more {
  border: unset;
  color: #292929;
  opacity: 0.2;
}
.press-center .extend.switcher {
  margin-bottom: 50px;
}
.press-center .extend.switcher .sw-head {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.press-center .extend.switcher .sw-head .btn {
  position: relative;
  padding: 0 25px 0 0;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  margin-right: 35px;
}
.press-center .extend.switcher .sw-head .btn:last-child {
  margin-right: unset;
}
.press-center .extend.switcher .sw-head .btn:after {
  position: absolute;
  content: "";
  background-image: url(../img/ic-prev-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 20px;
  transform: rotate(-90deg);
  transition: transform 0.25s;
  top: 8px;
  right: 0;
}
.press-center .extend.switcher .sw-head .btn.active::after {
  transform: rotate(90deg);
}
.press-center .extend.switcher .sw-body {
  display: none;
  width: 100%;
  padding: 50px 0;
  background-color: #292929;
  border-radius: 45px;
}
.press-center .extend.switcher .sw-body.active {
  display: block;
}
.press-center .extend.switcher .sw-body[data-sw-body=calendar] {
  min-height: 520px;
  position: relative;
}
.press-center .extend.switcher .sw-body .tags-wrap, .press-center .extend.switcher .sw-body .calendar-wrap {
  max-width: 1120px;
  margin: 0 auto;
}
.press-center .extend.switcher .sw-body .calendar-wrap {
  display: flex;
  justify-content: space-around;
  height: 370px;
}
.press-center .extend.switcher .sw-body .calendar-wrap .adp-buttons {
  flex-basis: 100%;
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 120px;
}
.press-center .extend.switcher .sw-body .calendar-wrap .adp-buttons .btn {
  color: #FFFFFF;
  text-transform: uppercase;
}
.press-center .extend.switcher .sw-body .calendar-wrap .input-wrap {
  width: 325px;
}
.press-center .extend.switcher .sw-body .calendar-wrap .input-wrap .date-holder {
  width: 100%;
  background-color: transparent;
  color: #FFFFFF;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  font-size: 21px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}
.press-center .extend.switcher .sw-body .calendar-wrap .input-wrap .date-holder.red {
  border-bottom-color: #FF3939;
}
.press-center .ui-datepicker-calendar {
  width: 100%;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 44px;
  font-weight: 400;
}
.press-center .ui-datepicker-calendar a.ui-state-default {
  color: #FFFFFF;
}
.press-center .ui-datepicker-calendar thead {
  display: none;
}
.press-center .ui-datepicker-calendar tbody {
  text-align: center;
}
.press-center .ui-datepicker-calendar .ui-datepicker-other-month {
  opacity: 0.2;
}
.press-center .ui-datepicker-calendar .ui-state-default {
  display: block;
  width: 100%;
  text-align: center;
}
.press-center .ui-datepicker-calendar .ui-state-active, .press-center .ui-datepicker-calendar .ui-state-hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.press-center .ui-datepicker {
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
  color: #FFFFFF;
}
.press-center .ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.press-center .ui-datepicker .ui-datepicker-header {
  position: relative;
}
.press-center .ui-datepicker .ui-datepicker-header a[data-handler=prev], .press-center .ui-datepicker .ui-datepicker-header a[data-handler=next] {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
.press-center .ui-datepicker .ui-datepicker-header a[data-handler=prev] span, .press-center .ui-datepicker .ui-datepicker-header a[data-handler=next] span {
  display: none;
}
.press-center .ui-datepicker .ui-datepicker-header a[data-handler=prev]:before, .press-center .ui-datepicker .ui-datepicker-header a[data-handler=next]:before {
  content: "";
  background-image: url(../img/ic-prev-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.press-center .ui-datepicker .ui-datepicker-header a[data-handler=next] {
  left: unset;
  right: 40px;
}
.press-center .ui-datepicker .ui-datepicker-header a[data-handler=next]:before {
  transform: rotate(180deg) translate(50%, 50%);
}

.wrapper.press-center section.press-center {
  margin-bottom: 50px;
}
.wrapper.press-center .page-tab {
  max-width: 1140px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .wrapper.press-center .page-tab {
    margin-bottom: 40px;
  }
}

section.press-center h1.news-title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 40px;
}
section.press-center .center-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
section.press-center .more.btn-like {
  display: block;
  width: 100%;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  background-color: #292929;
  color: #fafafa;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-top: 30px;
}
@media (min-width: 1110px) {
  section.press-center .more.btn-like {
    cursor: pointer;
    margin-top: 60px;
  }
  section.press-center .more.btn-like:hover {
    opacity: 0.8;
  }
}
section.press-center.root h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
section.press-center.root .contacts-title {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 120px;
}
section.press-center.root .contacts-title .cnt-item p.key {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  opacity: 0.6;
  margin-bottom: 5px;
}
section.press-center.root .contacts-title .cnt-item a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #292929;
  display: block;
}
section.press-center.root a.news-title {
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  display: block;
  width: 100%;
  color: #292929;
}
section.press-center.root .news-slider {
  overflow: hidden;
  max-width: 960px;
  width: 100%;
  position: relative;
  left: calc(50% - 240px); /* 50% - (0.5 * .swiper width)  */
}
section.press-center.root .news-slider .swiper {
  width: 480px;
  margin-bottom: 55px;
  margin-left: 0;
  overflow: visible;
}
section.press-center.root .news-slider .swiper .bg-img {
  width: 480px;
  height: 475px;
  border-radius: 50%;
  border-top-right-radius: unset;
  background-size: cover;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  transition: background-image 15ms;
}
section.press-center.root .news-slider .swiper .bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(41, 41, 41, 0.3);
}
section.press-center.root .news-slider .swiper .swiper-slide-active .article .article-info .article-date {
  color: #FFFFFF;
}
section.press-center.root .news-slider .swiper .swiper-slide-active .article .article-info .article-title a {
  color: #FFFFFF;
}
section.press-center.root .news-slider .swiper .article {
  width: 480px;
  height: 475px;
  position: relative;
}
section.press-center.root .news-slider .swiper .article .article-info {
  position: absolute;
  top: 100px;
  left: 58px;
  width: 365px;
}
section.press-center.root .news-slider .swiper .article .article-info .article-date {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 15px;
}
section.press-center.root .news-slider .swiper .article .article-info .article-title {
  font-size: 36px;
  line-height: 47px;
  font-weight: 700;
}
section.press-center.root .news-slider .swiper .article .article-info .article-title a {
  color: #292929;
}
section.press-center.root .news-slider .swiper .custom-buttons {
  position: absolute;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 40px;
  left: 50%;
  gap: 0 40px;
}
section.press-center.root .news-slider .swiper .custom-buttons .custom-button {
  transition: all ease 0.3s;
}
@media (min-width: 1110px) {
  section.press-center.root .news-slider .swiper .custom-buttons .custom-button.next {
    cursor: pointer;
  }
  section.press-center.root .news-slider .swiper .custom-buttons .custom-button.next:hover {
    transform: translateX(2px);
  }
}
@media (min-width: 1110px) {
  section.press-center.root .news-slider .swiper .custom-buttons .custom-button.prev {
    cursor: pointer;
  }
  section.press-center.root .news-slider .swiper .custom-buttons .custom-button.prev:hover {
    transform: translateX(-2px);
  }
}
section.press-center.root .news-slider .swiper .custom-buttons .custom-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
section.press-center.root .more-wrap {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 100px;
}
section.press-center.root .more-wrap a.more {
  color: #292929;
  opacity: 0.34;
}
section.press-center.root .more-wrap a.more img.ic-more {
  margin-left: 15px;
  width: 35px;
  transition: width 0.2s ease;
}
section.press-center.root .more-wrap a.more:hover img.ic-more {
  width: 60px;
}
section.press-center.media {
  background-color: #292929;
  border-radius: 45px;
  padding: 50px 80px 85px 80px;
  color: #FFFFFF;
}
section.press-center.media a.key {
  color: #FFFFFF;
}
section.press-center.media h2.media-title, section.press-center.media a.media-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
section.press-center.media a.media-title {
  color: #FFFFFF;
  pointer-events: none;
}
section.press-center.media .video, section.press-center.media .photo {
  position: relative;
  flex-shrink: 0;
}
section.press-center.media .video .poster, section.press-center.media .photo .poster {
  height: 305px;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  cursor: pointer;
}
section.press-center.media .video .date, section.press-center.media .photo .date {
  margin-bottom: 6px;
}
section.press-center.media .video.wide, section.press-center.media .photo.wide {
  grid-column: span 2;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section.press-center.media .video.wide a.key, section.press-center.media .photo.wide a.key {
    font-size: 48px;
    line-height: 62px;
    font-weight: 400;
  }
}
section.press-center.media .video:before, section.press-center.media .photo:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: 23px;
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  cursor: pointer;
}
section.press-center.media .video:hover:before, section.press-center.media .photo:hover:before {
  width: 45px;
  height: 45px;
  top: 18px;
  left: 18px;
}
section.press-center.media .video:before {
  background-image: url(../img/press-center/video-icon.svg);
  background-size: 30%;
  background-position-x: 55%;
}
section.press-center.media .photo:before {
  background-image: url(../img/press-center/photo-icon.svg);
  background-size: 40%;
}
section.press-center.media .gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 55px;
  gap: 24px;
}
section.press-center.media .gallery .pagination-wrap {
  grid-column: span 2;
}
section.press-center.media .gallery a.key {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
section.press-center.media a.btn-like.white {
  background-color: #fafafa;
  color: #292929;
  margin-bottom: 95px;
}
section.press-center.media a.btn-like.white .ic-more {
  margin-left: 10px;
  width: 32px;
  transition: width 0.2s ease;
}
section.press-center.media a.btn-like.white:hover .ic-more {
  width: 50px;
}
section.press-center.media .tags h3.tag-title {
  font-size: 36px;
  line-height: 47px;
  font-weight: 400;
  opacity: 0.2;
  margin-bottom: 40px;
}
section.press-center.media.list {
  background-color: unset;
  border-radius: unset;
  padding: unset;
  color: unset;
}
section.press-center.media.list a.key {
  color: #292929;
}
section.press-center.media.list .gallery .video, section.press-center.media.list .gallery .photo {
  margin-bottom: 50px;
}
section.press-center.news .news-block {
  position: relative;
  padding: 30px 0 0 190px;
  margin-bottom: 100px;
}
section.press-center.news .news-block .news-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
section.press-center.news .news-block .news-row:last-child {
  margin-bottom: unset;
}
section.press-center.news .news-block .news-row.rev {
  flex-direction: row-reverse;
}
section.press-center.news .news-block .item.news-item {
  width: 390px;
}
section.press-center.news .news-block .item.news-item .poster {
  width: 100%;
  height: 390px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.press-center.news .news-block .item.news-item .item-title {
  display: block;
  font-size: 30px;
  line-height: 39px;
  font-weight: 400;
  color: #292929;
  text-align: center;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
section.press-center.news .news-block .item.news-item .date {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  opacity: 0.3;
}
section.press-center.news .news-block .item.news-item.counter-text .poster {
  height: 250px;
  font-size: 245px;
  line-height: 250px;
  font-weight: 700;
  text-align: center;
}
section.press-center.news .news-block .item.news-item.counter-text .date {
  display: block;
  text-align: center;
}
section.press-center.news .news-block:last-child {
  margin-bottom: unset;
}
section.press-center.news .news-block:before {
  content: attr(data-prefix);
  position: absolute;
  transform: rotate(-90deg) translate(-100%, 50%);
  transform-origin: 0 50%;
  font-size: 36px;
  line-height: 47px;
  font-weight: 400;
  letter-spacing: 8px;
  text-transform: uppercase;
  top: 0;
  left: 0;
}
section.press-center.news .news-block.themes .tags-wrap a.tag:not(.more) {
  color: #54B3E9;
  border-color: #54B3E9;
}
section.press-center.articles .news-block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
section.press-center.articles .item.news-item {
  width: calc((100% - 24px) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.press-center.articles .item.news-item .poster {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 280px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  section.press-center.articles .item.news-item {
    margin-bottom: 24px;
  }
}
section.press-center.articles .item.news-item .info {
  margin-bottom: 10px;
}
section.press-center.articles .item.news-item .item-title {
  display: block;
  color: #292929;
  margin-bottom: 15px;
}
section.press-center.articles .item.news-item .item-alt {
  padding: 0 0 0 40px;
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all ease 0.3s;
  color: #292929;
}
@media (min-width: 1110px) {
  section.press-center.articles .item.news-item .item-alt {
    cursor: pointer;
  }
  section.press-center.articles .item.news-item .item-alt:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  section.press-center.articles .item.news-item .item-alt {
    font-size: 18px;
    line-height: 1.4;
  }
}
section.press-center.articles .item.news-item .item-alt:after {
  content: "";
  background: url(../img/press-center/article-icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
}
section.press-center.articles .item.news-item.wide {
  gap: 24px;
}
@media (max-width: 767px) {
  section.press-center.articles .item.news-item.wide {
    flex-direction: column;
  }
}
section.press-center.articles .item.news-item.wide .poster {
  width: 640px;
  height: 380px;
}
@media (max-width: 1500px) {
  section.press-center.articles .item.news-item.wide .poster {
    width: 50%;
    height: 260px;
  }
}
@media (max-width: 767px) {
  section.press-center.articles .item.news-item.wide .poster {
    width: 100%;
  }
}
section.press-center.articles .item.news-item.wide .info-block {
  width: 375px;
}
@media (max-width: 1500px) {
  section.press-center.articles .item.news-item.wide .info-block {
    width: 100%;
  }
}
section.press-center.articles .item.news-item.wide .item-title {
  line-height: 1.4;
  font-size: 30px;
}
@media (max-width: 767px) {
  section.press-center.articles .item.news-item.wide .item-title {
    font-size: 18px;
  }
}
section.press-center.articles .item.news-item.wide.no-image {
  margin-top: 60px;
}
@media (max-width: 767px) {
  section.press-center.articles .item.news-item.wide.no-image {
    margin-top: 30px;
  }
}
section.press-center.articles .item.news-item.wide.no-image .info-block {
  width: 100%;
}
section.press-center.articles .item.news-item.wide.no-image .item-title {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  section.press-center.articles .item.news-item.wide.no-image .item-title {
    font-size: 20px;
  }
}
section.press-center.articles .item.news-item.wide.no-image p.info {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  section.press-center.articles .item.news-item.wide.no-image p.info {
    font-size: 16px;
  }
}
section.press-center.articles .item.news-item.w1-2, section.press-center.articles .item.news-item.w1-3 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: normal;
}
section.press-center.articles .item.news-item.w1-2 .poster, section.press-center.articles .item.news-item.w1-3 .poster {
  width: 100%;
  margin-bottom: 15px;
}
section.press-center.articles .item.news-item.w1-2 .item-alt, section.press-center.articles .item.news-item.w1-3 .item-alt {
  color: #292929;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 0 0 30px;
}
section.press-center.articles .item.news-item.w1-2 .item-title {
  font-size: 24px;
}
@media (max-width: 767px) {
  section.press-center.articles .item.news-item.w1-2 .item-title {
    font-size: 18px;
  }
}
section.press-center.articles .item.news-item.w1-3 {
  width: 290px;
}
section.press-center.articles .item.news-item.w1-3 a.item-title {
  font-size: 24px;
}
@media (max-width: 767px) {
  section.press-center.articles .item.news-item.w1-3 a.item-title {
    font-size: 20px;
  }
}
section.press-center.article .article-body h1.article {
  margin-bottom: 20px;
}
section.press-center.article .article-body .article-date {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  opacity: 0.23;
  margin-bottom: 50px;
  text-align: center;
}
section.press-center.article .article-body .main-poster-wrap,
section.press-center.article .article-body h3.subtitle, section.press-center.article .article-body p,
section.press-center.article .article-body .image, section.press-center.article .article-body img {
  width: 100%;
  margin: 0 auto;
}
section.press-center.article .article-body img {
  border-radius: 12px;
}
@media (min-width: 768px) {
  section.press-center.article .article-body img {
    border-radius: 24px;
  }
}
section.press-center.article .article-body .main-poster-wrap {
  margin-bottom: 60px;
}
section.press-center.article .article-body .main-poster-wrap .main-poster {
  display: block;
  width: 100%;
  margin-bottom: 45px;
}
section.press-center.article .article-body .main-poster-wrap h2.theme {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 24px;
}
section.press-center.article .article-body .main-poster-wrap h2.theme:last-child {
  margin-bottom: unset;
}
section.press-center.article .article-body h3.subtitle {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 32px;
}
section.press-center.article .article-body p.text, section.press-center.article .article-body p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
section.press-center.article .article-body p.text a.hyper, section.press-center.article .article-body p a.hyper {
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  color: #54B3E9;
  text-transform: uppercase;
}
section.press-center.article .article-body .image {
  display: flex;
}
section.press-center.article .article-body .image.right {
  flex-direction: column;
  align-items: flex-end;
  padding: 40px 0;
}
section.press-center.article .article-body .image.right img {
  display: block;
}
section.press-center.article .article-body .image.text-in {
  padding: 20px 0;
  align-items: center;
  margin-bottom: 30px;
}
section.press-center.article .article-body .image.text-in .holder {
  width: 255px;
}
section.press-center.article .article-body .image.text-in p.text {
  margin: 0 0 0 75px;
  max-width: 555px;
}
section.press-center.article .article-body .image * {
  flex-shrink: 0;
}
section.press-center.article .article-body .image span.alt {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #646464;
}
section.press-center.article .article-body .image img:not(.ic-more) {
  width: 680px;
  margin-bottom: 20px;
}
section.press-center.article .article-body .image .poster {
  width: 255px;
  height: 255px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
section.press-center.article .article-body .image a.more {
  color: #292929;
  display: inline;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}
@media (min-width: 1110px) {
  section.press-center.article .article-body .image a.more {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  section.press-center.article .article-body .image a.more:hover img.ic-more {
    transform: translateX(10px);
  }
}
section.press-center.article .article-body .image a.more img.ic-more {
  display: inline;
  width: 35px;
  margin-left: 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
section.press-center.article .more-wrap {
  padding: 50px 0;
}
section.press-center.article .more-wrap p.key {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.24;
  text-align: center;
  margin-bottom: 25px;
}
section.press-center.article .more-wrap ul.cat {
  text-align: center;
  margin-bottom: unset;
  padding-left: unset;
}
section.press-center.article .more-wrap ul.cat li::marker {
  content: none;
}
section.press-center.article .more-wrap ul.cat li a {
  font-size: 40px;
  line-height: 54px;
  font-weight: 700;
  color: #292929;
}

@media (min-width: 1110px) {
  .news-item {
    cursor: pointer;
  }
  .news-item:hover .item-title {
    opacity: 0.7;
  }
}

.cnt-item a {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 1110px) {
  .cnt-item a {
    cursor: pointer;
  }
  .cnt-item a:hover {
    opacity: 0.7;
  }
}

.article .article-title {
  transition: all ease 0.3s;
}
@media (min-width: 1110px) {
  .article .article-title {
    cursor: pointer;
  }
  .article .article-title:hover .article-title {
    opacity: 0.7;
  }
}
.article a {
  font-weight: 400;
  color: #54B3E9;
  text-transform: uppercase;
}
@media (min-width: 1110px) {
  .article a {
    cursor: pointer;
  }
  .article a:hover {
    opacity: 0.7;
  }
}

.root-articles-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 590px;
  margin-bottom: 190px;
  width: 100%;
  overflow: hidden;
}
.root-articles-wrap .info-wrap a.articles-title {
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  margin-bottom: 35px;
}
.root-articles-wrap .info-wrap a.more {
  display: block;
  width: 400px;
  color: #292929;
  font-size: 36px;
  line-height: 47px;
  font-weight: 400;
}
.root-articles-wrap .info-wrap a.more img.ic-more {
  transition: width 0.2s ease;
  width: 80px;
  margin-left: 30px;
}
.root-articles-wrap .info-wrap a.more:hover img.ic-more {
  width: 95px;
}
.root-articles-wrap .info-wrap .bg-img {
  position: absolute;
  max-height: 590px;
  z-index: -1;
  transition: 3.5s;
  border-radius: 50%;
  border-top-right-radius: unset;
  top: 0;
}
.root-articles-wrap .info-wrap .bg-img.left {
  right: 0;
}
.root-articles-wrap .info-wrap .bg-img.left.animate {
  right: 50%;
}
.root-articles-wrap .info-wrap .bg-img.right {
  left: 0;
}
.root-articles-wrap .info-wrap .bg-img.right.animate {
  left: 50%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .media-modal-wrap {
    z-index: 3;
  }
  .media-modal-wrap .media-modal {
    top: 31.25vw;
    transform: unset;
  }
  .media-modal-wrap .media-modal i.close-m-modal {
    width: 12.5vw;
    height: 12.5vw;
    border-bottom-left-radius: 9.375vw;
    border-top-right-radius: 9.375vw;
  }
  .media-modal-wrap .media-modal .stage {
    padding: unset;
  }
  .media-modal-wrap .media-modal .stage p.modal-title {
    font-size: 27px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .media-modal-wrap .media-modal .stage p.modal-title {
    font-size: 5.625vw;
    line-height: 5.75vw;
  }
}
@media screen and (max-width: 768px) {
  .media-modal-wrap .media-modal .stage p.poster-alt {
    font-size: 27px;
    line-height: 1.4;
    font-weight: 400;
    margin: 6.25vw 0 12.5vw 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .media-modal-wrap .media-modal .stage p.poster-alt {
    font-size: 5.625vw;
    line-height: 5.75vw;
  }
}
@media screen and (max-width: 768px) {
  .media-modal-wrap .media-modal .stage.stage-video .video-holder iframe {
    border-radius: 9.375vw;
    height: 65.625vw;
  }
  .media-modal-wrap .media-modal .stage.stage-photo .poster-holder {
    height: 65.625vw;
  }
  .media-modal-wrap .media-modal .stage.stage-photo .poster-holder i.gal {
    width: 4.6875vw;
    height: 6.25vw;
  }
  .media-modal-wrap .media-modal .stage.stage-photo .poster-holder .poster {
    border-radius: 9.375vw;
  }
  .media-modal-wrap .media-modal .stage.stage-photo .gallery .gal-item {
    width: 50vw;
    height: 32.8125vw;
    border-radius: 3.125vw;
  }
  a.headlike {
    color: #292929;
    padding: 0 12.5vw 0 0;
    position: relative;
  }
  a.headlike:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.125vw;
    width: 4.375vw;
    height: 2.5vw;
    background-image: url(../img/ic-more.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }
  a.headlike.white {
    color: #FFFFFF;
  }
  a.headlike.white:after {
    background-image: url(../img/ic-more-white.svg);
  }
  .wrapper.press-center {
    width: 100vw;
    padding-top: 0;
  }
  .wrapper.press-center .tags-wrap a.tag {
    font-size: 19.5px;
    line-height: 1.4;
    font-weight: 400;
    height: 36px;
    padding: 4px 20px;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.press-center .tags-wrap a.tag {
    font-size: 4.0625vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.press-center .extend.switcher {
    margin-bottom: 3.125vw;
  }
  .wrapper.press-center .extend.switcher .sw-head {
    padding: 0 4.6875vw 6.25vw 4.6875vw;
    overflow-y: auto;
    justify-content: space-around;
    margin-bottom: unset;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .wrapper.press-center .extend.switcher .sw-head::-webkit-scrollbar {
    display: none;
  }
  .wrapper.press-center .extend.switcher .sw-head .btn {
    padding: 0 7.8125vw 0 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    margin-right: 4.6875vw;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.press-center .extend.switcher .sw-head .btn {
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.press-center .extend.switcher .sw-head .btn:after {
    width: 3.125vw;
    height: 6.25vw;
    top: 0;
  }
  .wrapper.press-center .extend.switcher .sw-body {
    width: 100vw;
    margin-left: -4.6875vw;
    padding: 9.375vw 4.6875vw 4.6875vw 4.6875vw;
    border-radius: 14.0625vw;
  }
  .wrapper.press-center .extend.switcher .sw-body[data-sw-body=calendar] {
    min-height: 520px;
  }
  .wrapper.press-center .extend.switcher .sw-body .tags-wrap, .wrapper.press-center .extend.switcher .sw-body .calendar-wrap {
    max-width: unset;
  }
  .wrapper.press-center .extend.switcher .sw-body .calendar-wrap {
    flex-wrap: wrap;
    height: 125vw;
    padding: 0 0 12.5vw 0;
    position: relative;
  }
  .wrapper.press-center .extend.switcher .sw-body .calendar-wrap .adp-buttons {
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 37.5vw;
  }
  .wrapper.press-center .extend.switcher .sw-body .calendar-wrap .adp-buttons .btn {
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .wrapper.press-center .extend.switcher .sw-body .calendar-wrap .input-wrap {
    width: 43.75vw;
  }
  .wrapper.press-center .extend.switcher .sw-body .calendar-wrap .input-wrap .date-holder {
    width: 100%;
    border: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 9.375vw;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.press-center .extend.switcher .sw-body .calendar-wrap .input-wrap .date-holder {
    font-size: 5vw;
    line-height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.press-center .extend.switcher .sw-body .calendar-wrap .ui-datepicker {
    flex-basis: 100%;
  }
  section.press-center {
    margin-bottom: 40px;
  }
  section.press-center h1.news-title {
    line-height: 1.2;
    font-size: 6.5vw;
    margin-bottom: 30px;
  }
  section.press-center .more.btn-like {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  section.press-center .center-wrap {
    width: 100%;
  }
  section.press-center.root {
    padding: 0;
  }
  section.press-center.root h1 {
    font-size: 45px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.root h1 {
    font-size: 9.375vw;
    line-height: 12vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.root .contacts-title {
    display: flex;
    justify-content: space-between;
    text-align: left;
    max-width: unset;
    margin: unset;
    margin-bottom: 5vw;
  }
  section.press-center.root .contacts-title .cnt-item p.key {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.6;
    margin-bottom: unset;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.root .contacts-title .cnt-item p.key {
    font-size: 3.75vw;
    line-height: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.root .contacts-title .cnt-item a {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    color: #292929;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.root .contacts-title .cnt-item a {
    font-size: 4.375vw;
    line-height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.root a.news-title {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.root a.news-title {
    font-size: 8.75vw;
    line-height: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.root .news-slider {
    width: unset;
    left: unset; /* 50% - (0.5 * .swiper width)  */
  }
  section.press-center.root .news-slider .swiper {
    width: 70.3125vw;
    margin-bottom: 4.6875vw;
    margin-left: 0;
    overflow: visible;
    position: relative;
    padding: 0 0 10.9375vw 0;
  }
  section.press-center.root .news-slider .swiper .bg-img {
    width: 70.3125vw;
    height: 70.3125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  section.press-center.root .news-slider .swiper .bg-img {
    width: 380px;
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.root .news-slider .swiper .article {
    width: 70.3125vw;
    height: 70.3125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  section.press-center.root .news-slider .swiper .article {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.root .news-slider .swiper .article .article-info {
    position: absolute;
    top: 17.1875vw;
    left: 6.25vw;
    width: 56.25vw;
    max-height: 40.625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  section.press-center.root .news-slider .swiper .article .article-info {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.root .news-slider .swiper .article .article-info .article-date {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.root .news-slider .swiper .article .article-info .article-date {
    font-size: 3.75vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.root .news-slider .swiper .article .article-info .article-title {
    font-size: 27px;
    line-height: 1.4;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.root .news-slider .swiper .article .article-info .article-title {
    font-size: 5.625vw;
    line-height: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.root .news-slider .swiper .custom-buttons {
    position: absolute;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 80px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  section.press-center.root .news-slider .swiper .custom-buttons .custom-button {
    transition: all ease 0.3s;
  }
}
@media screen and (max-width: 768px) and (min-width: 1110px) {
  section.press-center.root .news-slider .swiper .custom-buttons .custom-button.next {
    cursor: pointer;
  }
  section.press-center.root .news-slider .swiper .custom-buttons .custom-button.next:hover {
    transform: translateX(2px);
  }
}
@media screen and (max-width: 768px) and (min-width: 1110px) {
  section.press-center.root .news-slider .swiper .custom-buttons .custom-button.prev {
    cursor: pointer;
  }
  section.press-center.root .news-slider .swiper .custom-buttons .custom-button.prev:hover {
    transform: translateX(-2px);
  }
}
@media screen and (max-width: 768px) {
  section.press-center.root .news-slider .swiper .custom-buttons .custom-button.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  section.press-center.root .news-slider .swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.press-center.root .news-slider .swiper .swiper-pagination .swiper-pagination-bullet.sw-bullet-active {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  section.press-center.root .more-wrap {
    font-size: 27px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 18.75vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.root .more-wrap {
    font-size: 5.625vw;
    line-height: 5.75vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.root .more-wrap a.more img.ic-more {
    margin-left: 4.6875vw;
    width: 10.9375vw;
  }
  section.press-center.media {
    border-radius: 20px;
    padding: 9.375vw 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  section.press-center.media {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.media .extend.switcher .sw-body {
    margin-left: unset;
  }
  section.press-center.media a.key {
    color: #fff;
  }
  section.press-center.media h2.media-title, section.press-center.media a.media-title {
    font-size: 33px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 6.25vw;
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.media h2.media-title, section.press-center.media a.media-title {
    font-size: 6.875vw;
    line-height: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.media .video .poster, section.press-center.media .photo .poster {
    height: 62.5vw;
    margin-bottom: 3.125vw;
  }
  section.press-center.media .video.wide, section.press-center.media .photo.wide {
    margin-bottom: 12.5vw;
  }
  section.press-center.media .video.sml, section.press-center.media .photo.sml {
    margin-bottom: 12.5vw;
  }
  section.press-center.media .video.sml .poster, section.press-center.media .photo.sml .poster {
    height: 40.625vw;
  }
  section.press-center.media .video:before, section.press-center.media .photo:before {
    width: 12.5vw;
    height: 12.5vw;
    top: 3.125vw;
    left: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  section.press-center.media .video:before, section.press-center.media .photo:before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.media .video:hover:before, section.press-center.media .photo:hover:before {
    width: 12.5vw;
    height: 12.5vw;
    top: 3.125vw;
    left: 3.125vw;
  }
  section.press-center.media .video a.key, section.press-center.media .photo a.key {
    font-size: 19.5px;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.media .video a.key, section.press-center.media .photo a.key {
    font-size: 4.0625vw;
    line-height: 4.75vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.media .video:before {
    background-image: url(../img/press-center/video-icon.svg);
    background-size: 30%;
    background-position-x: 55%;
  }
  section.press-center.media .photo:before {
    background-image: url(../img/press-center/photo-icon.svg);
    background-size: 40%;
  }
  section.press-center.media .gallery {
    margin-bottom: 12.5vw;
  }
  section.press-center.media a.btn-like.white {
    margin-bottom: 4.6875vw;
    height: 50px;
    padding: 8px 0;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  section.press-center.media a.btn-like.white .ic-more {
    margin-left: 3.125vw;
    width: 10vw;
  }
  section.press-center.media .tags h3.tag-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.media .tags h3.tag-title {
    font-size: 5vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.media.list {
    padding: 9.375vw 0 0 0;
  }
  section.press-center.media.list .center-wrap {
    padding: 0;
    width: 100%;
  }
  section.press-center.media.list .gallery {
    margin-bottom: unset;
  }
  section.press-center.media.list .gallery .video, section.press-center.media.list .gallery .photo {
    margin-bottom: 30px;
  }
  section.press-center.news {
    padding: 0 4.6875vw;
  }
  section.press-center.news .news-block {
    padding: 9.375vw 0 0 0;
    margin-bottom: 21.875vw;
  }
  section.press-center.news .news-block .news-row {
    display: block;
    margin-bottom: unset;
  }
  section.press-center.news .news-block .item.news-item {
    width: 100%;
    margin-bottom: 9.375vw;
  }
  section.press-center.news .news-block .item.news-item .poster {
    height: 90.625vw;
    margin-bottom: 3.125vw;
  }
  section.press-center.news .news-block .item.news-item .item-title {
    font-size: 31.5px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 1.5625vw;
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.news .news-block .item.news-item .item-title {
    font-size: 6.5625vw;
    line-height: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.news .news-block .item.news-item .date {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.news .news-block .item.news-item .date {
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.news .news-block .item.news-item.counter-text .poster {
    height: 43.75vw;
    font-size: 216px;
    line-height: 1.4;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.news .news-block .item.news-item.counter-text .poster {
    font-size: 45vw;
    line-height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.news .news-block .item.news-item.counter-text .item-title {
    text-align: center;
  }
  section.press-center.news .news-block .item.news-item.text .item-alt {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.news .news-block .item.news-item.text .item-alt {
    font-size: 5vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.news .news-block:before {
    transform: rotate(0deg) translate(0, 0);
    transform-origin: unset;
    font-size: 31.5px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.9375vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.news .news-block:before {
    font-size: 6.5625vw;
    line-height: 6.75vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.articles {
    padding: 9.375vw 0 0 0;
  }
  section.press-center.articles .news-block {
    display: block;
  }
  section.press-center.articles .item.news-item {
    display: block;
    margin-bottom: 30px;
  }
  section.press-center.articles .item.news-item .poster {
    height: 53.125vw;
    margin-bottom: 10px;
  }
  section.press-center.articles .item.news-item a.item-title {
    margin-bottom: 10px;
  }
  section.press-center.articles .item.news-item .item-alt {
    padding: 0 0 0 7.8125vw;
  }
  section.press-center.articles .item.news-item .item-alt:after {
    width: 6.25vw;
  }
  section.press-center.articles .item.news-item.wide .poster {
    width: 100%;
    height: 53.125vw;
  }
  section.press-center.articles .item.news-item.wide .info-block {
    width: 100%;
  }
  section.press-center.articles .item.news-item.wide.no-image {
    margin-top: 30px;
  }
  section.press-center.articles .item.news-item.w1-2 .poster, section.press-center.articles .item.news-item.w1-3 .poster {
    width: 100%;
    margin-bottom: 10px;
  }
  section.press-center.articles .item.news-item.w1-2 .item-alt, section.press-center.articles .item.news-item.w1-3 .item-alt {
    padding: 0 0 0 7.8125vw;
  }
  section.press-center.articles .item.news-item.w1-2 {
    width: 100%;
  }
  section.press-center.articles .item.news-item.w1-2 .poster {
    margin-bottom: 10px;
  }
  section.press-center.articles .item.news-item.w1-3 {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  section.press-center.articles .item.news-item.w1-3 .poster {
    width: 31.25vw;
    height: 31.25vw;
    margin-right: 3.125vw;
  }
  section.press-center.article {
    padding: 0;
  }
  section.press-center.article .center-wrap {
    width: 100%;
  }
  section.press-center.article .article-body h1.article {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  section.press-center.article .article-body h1.article {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.article .article-body .article-date {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.article .article-body .article-date {
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  section.press-center.article .article-body .article-date {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.article .article-body .main-poster-wrap,
  section.press-center.article .article-body h3.subtitle, section.press-center.article .article-body p,
  section.press-center.article .article-body .image, section.press-center.article .article-body img {
    width: 100%;
  }
  section.press-center.article .article-body .main-poster-wrap {
    width: 100%;
    margin-bottom: unset;
  }
  section.press-center.article .article-body .main-poster-wrap .main-poster {
    margin-bottom: 6.25vw;
  }
  section.press-center.article .article-body .main-poster-wrap h2.theme {
    font-size: 22.5px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.article .article-body .main-poster-wrap h2.theme {
    font-size: 4.6875vw;
    line-height: 6.5vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  section.press-center.article .article-body .main-poster-wrap h2.theme {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.article .article-body h3.subtitle {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 3.125vw;
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.article .article-body h3.subtitle {
    font-size: 5vw;
    line-height: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.article .article-body p.text, section.press-center.article .article-body p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.article .article-body p.text, section.press-center.article .article-body p {
    font-size: 3.75vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.article .article-body p.text a.hyper, section.press-center.article .article-body p a.hyper {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 300;
    text-transform: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.article .article-body p.text a.hyper, section.press-center.article .article-body p a.hyper {
    font-size: 5vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.article .article-body .image.right {
    align-items: flex-start;
    padding: 9.375vw 0 0 0;
  }
  section.press-center.article .article-body .image.text-in {
    padding: 6.25vw 0;
    margin-bottom: unset;
    flex-direction: column;
  }
  section.press-center.article .article-body .image.text-in .holder {
    width: 100%;
    display: flex;
    margin-bottom: 12.5vw;
  }
  section.press-center.article .article-body .image.text-in .holder .poster {
    width: 21.875vw;
    height: 21.875vw;
    margin-right: 1.5625vw;
  }
  section.press-center.article .article-body .image.text-in p.text {
    margin: unset;
    max-width: unset;
  }
  section.press-center.article .article-body .image span.alt {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.article .article-body .image span.alt {
    font-size: 3.75vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.article .article-body .image img:not(.ic-more) {
    width: 78.125vw;
    margin-bottom: 1.5625vw;
  }
  section.press-center.article .article-body .image .poster {
    width: 78.125vw;
    height: 50vw;
    margin-bottom: 1.5625vw;
  }
  section.press-center.article .article-body .image a.more {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    max-width: calc(100% - 23vw);
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.article .article-body .image a.more {
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.article .article-body .image a.more img.ic-more {
    width: 10.9375vw;
    margin-left: 3.125vw;
  }
  section.press-center.article .more-wrap {
    padding: 15.625vw 0 0 0;
  }
  section.press-center.article .more-wrap p.key {
    font-size: 27px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.article .more-wrap p.key {
    font-size: 5.625vw;
    line-height: 5.75vw;
  }
}
@media screen and (max-width: 768px) {
  section.press-center.article .more-wrap ul.cat li a {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  section.press-center.article .more-wrap ul.cat li a {
    font-size: 7.5vw;
    line-height: 11.25vw;
  }
}
@media screen and (max-width: 768px) {
  .root-articles-wrap {
    height: 71.875vw;
    margin-bottom: 9.375vw;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .root-articles-wrap {
    height: 400px;
    width: 400px;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .root-articles-wrap:after {
    width: 71.875vw;
    height: 71.875vw;
    left: -39.0625vw;
  }
  .root-articles-wrap .info-wrap {
    width: 43.75vw;
  }
  .root-articles-wrap .info-wrap a.articles-title {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .root-articles-wrap .info-wrap a.articles-title {
    font-size: 8.75vw;
    line-height: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .root-articles-wrap .info-wrap a.more {
    display: block;
    width: unset;
    color: #292929;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
  .root-articles-wrap .info-wrap a.more img.ic-more {
    display: none;
  }
}
.main-poster-wrap {
  position: relative;
}

.article-body {
  margin: 0 auto;
  max-width: 900px;
}
.article-body ul {
  margin: 16px 0 30px;
}
@media (max-width: 767px) {
  .article-body ul {
    margin: 10px 0 20px;
  }
}
.article-body ul li {
  font-size: 18px;
  font-weight: 300;
}
.article-body ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .article-body ul li {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

.news-item {
  position: relative;
}
.news-item .link-full {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.news-item .item-alt {
  position: relative;
  z-index: 2;
}