.news_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.image_block > picture img,
.image_block > img {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.image_block > picture img,
.image_block > img {
  object-fit: cover;
}

.image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.image_block {
  position: relative;
  overflow: hidden;
}
.image_block:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.go_back a span:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.image_block img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.standard_text {
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .standard_text {
    font-size: 160%;
  }
}
@media screen and (max-width: 1279px) {
  .standard_text {
    font-size: 140%;
  }
}

.news_name, .news_date {
  font-size: 200%;
  line-height: 1.2em;
  font-family: "montserrat-medium", "montserratarm";
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .news_name, .news_date {
    font-size: 180%;
  }
}
@media screen and (max-width: 959px) {
  .news_name, .news_date {
    font-size: 160%;
  }
}

.news_head_block {
  background: #fafafa;
}
.news_head_block .date_block {
  text-align: center;
}

.main_media {
  margin: 0 auto;
  max-width: 800px;
  margin-top: 40px;
}
.main_media img {
  width: 100%;
  height: auto;
  display: block;
}

iframe {
  width: 100%;
  height: 56vw !important;
  max-height: 450px !important;
}

.news_date {
  text-align: center;
  padding-top: 64px;
  font-family: "grapalat-mariam-bold";
}

.section_subtitle {
  text-align: center;
  margin-top: 24px;
}

.share_btns {
  display: flex;
  align-items: center;
}
.share_btns .share_label {
  font-family: "montserrat-medium", "montserratarm";
  font-size: 140%;
  line-height: 21px;
  color: #454545;
  padding-right: 12px;
}
.share_btns #st-1 {
  z-index: 1;
}
.share_btns #st-1 .st-btn:last-child {
  display: inline-block !important;
}
.share_btns #st-1 * {
  cursor: none !important;
}

.mainnews_section {
  background: #fafafa;
}
.mainnews_section .page_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 73px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.standard_newstextpage {
  max-width: 800px;
  margin: 72px auto 0;
}

.go_back a {
  color: #454545;
  font-size: 140%;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
}
.go_back a span {
  display: flex;
  align-items: center;
}
.go_back a span::before {
  content: "\e909";
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  display: block;
  font-size: 1.6rem;
  position: relative;
  margin-right: 5px;
}

@media screen and (max-width: 1279px) {
  .news_date {
    padding-top: 40px;
  }

  .standard_newstextpage,
.mainnews_section {
    margin-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  .mainnews_section .page_container {
    display: block;
  }

  .go_back {
    margin-bottom: 20px;
  }
}
.news_section {
  margin-top: 64px;
}

.news_list li {
  padding: 48px 0;
  border-bottom: 1px solid rgba(69, 69, 69, 0.5);
}
.news_list li:first-child {
  padding-top: 0;
}
.news_list .news_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: inherit;
}
.news_list .news_block:hover .news_name {
  text-decoration-color: #000000;
}
.news_list .news_block:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.info_block {
  align-self: center;
  flex: 3;
  max-width: 640px;
  margin-right: 25px;
  display: block;
}
.info_block .view_all {
  margin-top: 43px;
}

.image_block {
  flex: 2;
  max-width: 534px;
  display: block;
}
.image_block img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.date_block {
  display: block;
  text-align: left;
}

.news_name {
  display: block;
  margin-top: 32px;
  text-decoration: underline;
  text-decoration-color: transparent;
  -o-transition: text-decoration-color 0.3s;
  -ms-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}

.description_block {
  margin-top: 24px;
  display: block;
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .news_section {
    margin-top: 40px;
  }

  .info_block .view_all {
    margin-top: 32px;
  }

  .news_name {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .news_section {
    margin-top: 32px;
  }

  .news_list li {
    padding: 24px 0;
  }

  .news_name {
    margin-top: 16px;
  }

  .info_block {
    margin-right: 20px;
  }
  .info_block .view_all {
    margin-top: 24px;
  }
}
@media screen and (max-width: 639px) {
  .news_section {
    margin-top: 24px;
  }

  .news_list a {
    flex-direction: column;
  }
  .news_list a .image_block {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .news_list a .info_block {
    flex: none;
    max-width: 100%;
    margin-right: 0;
    order: 2;
  }
  .news_list a .event_name {
    margin-top: 12px;
  }
}
.footer {
  padding-top: 68px;
}
@media screen and (max-width: 639px) {
  .footer {
    padding-top: 60px;
  }
}

/*# sourceMappingURL=news.css.map */
