.news_inner .media_block .video_section, .news_inner_slider .image_block > img, .news_inner .media_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news_inner_slider .image_block > img, .news_inner .media_block > img {
  object-fit: cover;
}

.news_inner_slider .image_block iframe, .news_inner .media_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.news_inner_slider .image_block, .news_inner .media_block {
  position: relative;
  overflow: hidden;
}
.news_inner_slider .image_block:before, .news_inner .media_block:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

.news_inner .date_block, .announce_block .announce_title {
  font-size: 180%;
  line-height: 24px;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .news_inner .date_block, .announce_block .announce_title {
    font-size: 160%;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .news_inner .date_block, .announce_block .announce_title {
    font-size: 140%;
    line-height: 17px;
  }
}

.slider_title {
  font-size: 180%;
  line-height: 30px;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .slider_title {
    font-size: 160%;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .slider_title {
    font-size: 140%;
    line-height: 24px;
  }
}

.announce_block .announce_description {
  font-size: 160%;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  .announce_block .announce_description {
    font-size: 140%;
    line-height: 24px;
  }
}

.announce_block .announce_date {
  font-size: 140%;
  line-height: 17px;
}
@media screen and (max-width: 1024px) {
  .announce_block .announce_date {
    font-size: 130%;
    line-height: 16px;
  }
}

.slider_description, .news_inner .description_block {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .slider_description, .news_inner .description_block {
    font-size: 130%;
    line-height: 22px;
  }
}

.news_inner .news_category, .announce_block .announce_category {
  font-size: 120%;
  line-height: 14px;
}

.announcement {
  background: #ffffff;
  padding: 100px 0 120px;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .announcement {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  .announcement {
    padding: 60px 0 90px;
  }
}

.announces_slider {
  background: #02155A;
  position: relative;
}
.announces_slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.announces_slider:not(.slick-slider) > div {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 1280px) {
  .announces_slider .slick-arrow {
    top: 50%;
    margin-top: -18px;
  }
  .announces_slider .slick-prev {
    right: 100%;
    margin-right: 10px;
  }
  .announces_slider .slick-next {
    left: 100%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .announces_slider .slick-arrow {
    right: 0;
    top: 100%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .announces_slider .slick-arrow {
    margin-top: 30px;
  }
  .announces_slider .slick-prev {
    margin-right: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .announces_slider .slick-arrow {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .touch .announces_slider .slick-arrow {
    margin-top: -24px;
  }
  .touch .announces_slider .slick-prev {
    margin-right: 2px;
  }
  .touch .announces_slider .slick-next {
    margin-left: 2px;
  }
}
@media screen and (max-width: 1279px) {
  .touch .announces_slider .slick-arrow {
    right: -8px;
  }
  .touch .announces_slider .slick-prev {
    margin-right: 48px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .touch .announces_slider .slick-arrow {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .touch .announces_slider .slick-arrow {
    margin-top: 12px;
  }
}

.announce_block {
  display: flex;
  flex-wrap: wrap;
  color: #3E4869;
  background: #ffffff;
  height: 430px;
  position: relative;
  overflow: hidden;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.announce_block.hovered {
  background-color: #02155A;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.announce_block.hovered .announce_description,
.announce_block.hovered .announce_title,
.announce_block.hovered .announce_date {
  color: #ffffff;
}
.announce_block.hovered .secondary_btn {
  background: #ffffff;
  color: #02155A;
  border-color: siteColor;
}
.announce_block .image_block {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  display: flex;
}
.announce_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.announce_block .info_block {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 20px 40px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.announce_block .announce_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "montserrat-medium", "montserratarm";
  margin-top: 5px;
  color: #02155A;
}
.announce_block .announce_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.announce_block .announce_date {
  margin-top: -10px;
}
.announce_block .announce_category {
  align-self: flex-end;
  margin-right: -40px;
  padding: 10px 15px;
  white-space: nowrap;
  text-indent: 10px;
  border-radius: 20px 0 0 20px;
  font-family: "montserrat-medium", "montserratarm";
  color: #ffffff;
}
.announce_block .secondary_btn {
  margin-top: 30px;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .announce_block .info_block {
    padding: 24px;
  }
  .announce_block .light_btn {
    margin-top: 32px;
  }
  .announce_block .announce_category {
    margin-right: -24px;
  }
}
@media screen and (max-width: 1024px) {
  .announce_block {
    height: 340px;
  }
  .announce_block .info_block {
    padding: 20px;
  }
  .announce_block .announce_title {
    -webkit-line-clamp: 4;
  }
  .announce_block .light_btn {
    margin-top: 24px;
  }
  .announce_block .announce_category {
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .announce_block .image_block,
  .announce_block .info_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .announce_block {
    height: auto;
  }
  .announce_block .image_block,
  .announce_block .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .announce_block img {
    height: 60vw;
  }
}

.top_section {
  background: #EAEEF7;
}
.top_section .page_title {
  padding-top: 15px;
}
.top_section .pages_list {
  margin-top: 25px;
}

.news_listing {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
}
@media screen and (min-width: 1025px) {
  .news_listing {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .news_listing {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.news_listing li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-bottom: 45px;
}
@media screen and (min-width: 1025px) {
  .news_listing li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .news_listing li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .news_listing li {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 639px) {
  .news_listing li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 639px) and (min-width: 1025px) {
  .news_listing li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 639px) and (max-width: 1024px) {
  .news_listing li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.news_listing li:last-child(-n+2) {
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .news_listing .news_block .news_description {
    display: none;
  }
  .news_listing .news_block .additional_info {
    overflow: visible;
    position: static;
  }
  .news_listing .news_block:hover .additional_info {
    max-height: 0;
  }
  .news_listing .news_block .light_btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 3;
  }
  .news_listing .news_block .news_category {
    top: 16px;
    padding: 7px 10px;
    text-indent: 5px;
  }
}

.announcement_listing {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.announcement_listing li:not(:last-child) {
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .announcement_listing li:not(:last-child) {
    padding-bottom: 20px;
  }
}

.news_inner_page .top_section {
  min-height: 180px;
}

.news_inner {
  max-width: 1180px;
  padding: 50px 100px 80px;
  background: #ffffff;
  margin-top: -135px;
  position: relative;
}
.news_inner .title_section {
  display: flex;
  flex-direction: column;
}
.news_inner .news_category {
  align-self: flex-end;
  margin-right: -100px;
  padding: 10px 100px 10px 15px;
  white-space: nowrap;
  text-indent: 10px;
  border-radius: 20px 0 0 20px;
  font-family: "montserrat-medium", "montserratarm";
  color: #ffffff;
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .news_inner .news_category {
    padding-right: 80px;
    margin-right: -80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news_inner .news_category {
    padding-right: 60px;
    margin-right: -60px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .news_inner .news_category {
    padding-right: 40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 639px) {
  .news_inner .news_category {
    padding-right: 20px;
    margin-right: -20px;
  }
}
.news_inner .section_title {
  padding-bottom: 40px;
}
.news_inner .date_block {
  padding-bottom: 15px;
  margin-top: -25px;
}
.news_inner .media_block {
  margin-bottom: 35px;
}
.news_inner .media_block img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .news_inner {
    padding: 40px 80px 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news_inner {
    padding: 30px 60px 80px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .news_inner {
    padding: 20px 40px 60px;
  }
  .news_inner .section_title {
    padding-bottom: 30px;
  }
  .news_inner .image_block {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .news_inner {
    padding: 20px 20px 60px;
  }
  .news_inner .section_title {
    padding-bottom: 20px;
  }
  .news_inner .image_block {
    margin-bottom: 20px;
  }
}

.news_inner_slider {
  position: relative;
}
.news_inner_slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.news_inner_slider:not(.slick-slider) > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.news_inner_slider .image_block {
  margin-bottom: 0;
}
.news_inner_slider .image_block img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .news_inner_slider .slick-arrow {
    top: 50%;
    margin-top: -18px;
  }
  .news_inner_slider .slick-prev {
    right: 100%;
    margin-right: 10px;
  }
  .news_inner_slider .slick-next {
    left: 100%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .news_inner_slider .slick-arrow {
    right: 0;
    top: 100%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .news_inner_slider .slick-arrow {
    margin-top: 30px;
  }
  .news_inner_slider .slick-prev {
    margin-right: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .news_inner_slider .slick-arrow {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .touch .news_inner_slider .slick-arrow {
    margin-top: -24px;
  }
  .touch .news_inner_slider .slick-prev {
    margin-right: 2px;
  }
  .touch .news_inner_slider .slick-next {
    margin-left: 2px;
  }
}
@media screen and (max-width: 1279px) {
  .touch .news_inner_slider .slick-arrow {
    right: -8px;
  }
  .touch .news_inner_slider .slick-prev {
    margin-right: 48px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .touch .news_inner_slider .slick-arrow {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .touch .news_inner_slider .slick-arrow {
    margin-top: 12px;
  }
}

.slider_title {
  margin-top: 20px;
  font-family: "montserrat-medium", "montserratarm";
}
@media screen and (max-width: 1279px) {
  .slider_title {
    margin-top: 60px;
  }
}

.slider_description {
  margin-top: 10px;
  color: #3E4869;
}

/*# sourceMappingURL=news.css.map */
