@keyframes btnLoader {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  90% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.news_page .categories_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.gallery_section .slick-arrow:after, .news_page .news_category span:after, .news_page .news_category.selected span:after, .gallery_section .image_block > picture img,
.gallery_section .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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

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

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

.gallery_section .slick-arrow: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;
}

.gallery_section .gallery_block * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.news_page .news_category span, .news_page .news_category.selected span {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gallery_section .gallery_title {
  line-height: 1.7em;
}
@media screen and (min-width: 1201px) {
  .gallery_section .gallery_title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .gallery_section .gallery_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .gallery_section .gallery_title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .gallery_section .gallery_title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .gallery_section .gallery_title {
    font-size: 1.6rem;
  }
}

.news_page .news_category span, .news_page .news_category.selected span {
  line-height: 1.7em;
}
@media screen and (min-width: 1025px) {
  .news_page .news_category span, .news_page .news_category.selected span {
    font-size: 180%;
  }
}
@media screen and (max-width: 1024px) {
  .news_page .news_category span, .news_page .news_category.selected span {
    font-size: 160%;
  }
}

.news_inner .description_inner, .news_inner .main_description, .news_page .read_more {
  line-height: 1.7em;
}
@media screen and (min-width: 1025px) {
  .news_inner .description_inner, .news_inner .main_description, .news_page .read_more {
    font-size: 160%;
  }
}
@media screen and (max-width: 1024px) {
  .news_inner .description_inner, .news_inner .main_description, .news_page .read_more {
    font-size: 140%;
  }
}

.gallery_section .img_title, .news_inner .location_block,
.news_inner .date_block {
  font-size: 140%;
  line-height: 19px;
}

.news_page .news_category span, .news_page .news_category.selected span {
  border: none;
  letter-spacing: inherit;
  border-radius: 32px;
  font-family: "notosans-bold", "notosansarm-bold";
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.news_page .news_category span:after, .news_page .news_category.selected span:after {
  z-index: -1;
  content: "";
  background: #FC4760;
  background-size: 100% auto;
  background-position: center;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  transform: translate3d(-102%, 0, 0);
  -moz-transform: translate3d(-102%, 0, 0);
  -ms-transform: translate3d(-102%, 0, 0);
  -webkit-transform: translate3d(-102%, 0, 0);
  -o-transform: translate3d(-102%, 0, 0);
}
.news_page .news_category span:active {
  background: #0184CD;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .news_page .news_category span, .news_page .news_category.selected span {
    padding: 0 50px;
    height: 62px;
  }
}
@media screen and (max-width: 1024px) {
  .news_page .news_category span, .news_page .news_category.selected span {
    padding: 0 20px;
    height: 50px;
  }
}
.news_page .news_category span:disabled, .news_page .news_category span.disabled, .news_page .news_category span.inactive {
  opacity: 0.2;
  pointer-events: none;
}

.news_page .news_category.selected span {
  background: #DE5A6C;
  color: #ffffff;
}
.news_page .news_category.selected span.loading {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
}
.news_page .news_category.selected span.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -12px;
  border-radius: 50%;
  color: inherit;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.news_page .news_category span {
  background: #ffffff;
  color: #00ABEC;
}
.news_page .news_category span.loading {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
}
.news_page .news_category span.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -12px;
  border-radius: 50%;
  color: inherit;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

@media screen and (min-width: 1201px) {
  .news_inner {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .news_inner {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .news_inner {
    padding-bottom: 60px;
  }
}

.news_page {
  padding-top: 34px;
}
.news_page .page_title {
  text-align: center;
  padding-bottom: 50px;
}
.news_page .read_more {
  color: #00ABEC;
  width: max-content;
  margin-top: 20px;
}
.news_page .pages_list {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 34px;
  scrollbar-color: #00ABEC #EAF7FF;
  scrollbar-width: thin;
}
.news_page .pages_list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background: transparent;
}
.news_page .pages_list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00ABEC;
}
.news_page .pages_list::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #EAF7FF;
}
.news_page .pages_list::-webkit-scrollbar, .news_page .pages_list::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
}
.news_page .categories_list {
  display: flex;
  white-space: nowrap;
}
.news_page .categories_list li {
  padding-bottom: 6px;
}
.news_page .categories_list li:not(:first-child) {
  padding-left: 20px;
}
.news_page .news_category {
  box-shadow: 0 4px 50px 2px rgba(0, 158, 224, 0.0705882353);
  display: block;
}
.news_page .news_category.selected {
  pointer-events: none;
  position: relative;
}
.news_inner .page_head::before {
  display: none;
}
.news_inner .page_head .breadcrumbs {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .news_inner .page_head .breadcrumbs {
    display: none;
  }
}
.news_inner .title_block {
  max-width: 1230px;
  margin-left: 0;
  padding: 30px 0 10px;
}
.news_inner .location_block,
.news_inner .date_block {
  padding: 0 10px 20px;
}
.news_inner .page_title {
  padding-bottom: 30px;
}
.news_inner .main_description {
  color: #60708E;
  font-family: "notosans-bold", "notosansarm-bold";
  padding-bottom: 30px;
}
.news_inner .middle_image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50px;
}
.news_inner .image_title {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .news_inner .title_block {
    padding: 20px 0 30px;
  }
  .news_inner .page_title {
    padding-bottom: 20px;
  }
  .news_inner .location_block,
  .news_inner .date_block {
    padding: 0 10px 10px;
  }
  .news_inner .middle_image {
    border-radius: 20px;
  }
}

.gallery_section .gallery_block {
  position: relative;
  position: relative;
  margin: 0 -10px;
}
.gallery_section .gallery_block:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.gallery_section .gallery_block:not(.slick-slider) > div {
  flex: 0 0 25%;
  max-width: 25%;
}
.gallery_section .gallery_block:before, .gallery_section .gallery_block:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  background: #ffffff;
  opacity: 0.5;
  pointer-events: none;
  z-index: 3;
}
.gallery_section .gallery_block:before {
  left: 100%;
}
.gallery_section .gallery_block:after {
  right: 100%;
}
.gallery_section .gallery_block .gallery_inner {
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  height: auto;
}
.gallery_section .gallery_block .slick-list {
  overflow: visible;
}
.gallery_section .gallery_title {
  margin-bottom: 30px;
  padding-right: 80px;
  max-width: 80%;
  font-family: "notosans-bold", "notosansarm-bold";
  color: #1C325D;
}
@media screen and (max-width: 1024px) {
  .gallery_section .gallery_title {
    margin-bottom: 20px;
  }
}
.gallery_section .image_block {
  display: block;
  border-radius: 40px;
  font-size: 0;
  line-height: 0;
  background: white;
}
@media screen and (max-width: 1024px) {
  .gallery_section .image_block {
    border-radius: 20px;
  }
}
.gallery_section .slick-arrow {
  position: absolute;
  z-index: 5;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #EAF7FF;
  color: #60708E;
  font-size: 0;
  border: none;
  padding: 0;
  margin: 0;
  right: 0;
  font-size: 0;
  top: -72px;
  overflow: hidden;
}
.gallery_section .slick-arrow:after {
  z-index: -1;
  content: "";
  background: #FC4760;
  background-size: 100% auto;
  background-position: center;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  transform: translate3d(-102%, 0, 0);
  -moz-transform: translate3d(-102%, 0, 0);
  -ms-transform: translate3d(-102%, 0, 0);
  -webkit-transform: translate3d(-102%, 0, 0);
  -o-transform: translate3d(-102%, 0, 0);
}
.gallery_section .slick-arrow:active {
  background: #0184CD;
  color: #ffffff;
}
.gallery_section .slick-arrow:before {
  display: block;
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .gallery_section .slick-arrow {
    width: 32px;
    height: 32px;
    top: -52px;
  }
  .gallery_section .slick-arrow:before {
    font-size: 2rem;
  }
}
.gallery_section .slick-prev {
  margin-right: 70px;
}
.gallery_section .slick-prev:before {
  content: "\e902";
}
@media screen and (max-width: 1024px) {
  .gallery_section .slick-prev {
    margin-right: 50px;
  }
}
.gallery_section .slick-next {
  right: 10px;
}
.gallery_section .slick-next:before {
  content: "\e903";
}
.gallery_section .img_title {
  color: #60708E;
  padding-top: 20px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .gallery_section .img_title {
    padding-top: 10px;
  }
}

.web .news_page .read_more, .news_page .web .read_more {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .news_page .news_category span, .news_page .news_category .web span, .web .gallery_section .slick-arrow, .gallery_section .web .slick-arrow {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .news_page .read_more, .news_page .touch .read_more {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .news_page .news_category span, .news_page .news_category .touch span, .touch .gallery_section .slick-arrow, .gallery_section .touch .slick-arrow {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .news_page .read_more:hover, .news_page .web .read_more:hover {
  color: #0184CD;
}
.web .news_page .news_category span:hover:after, .news_page .news_category .web span:hover:after, .web .gallery_section .slick-arrow:hover:after, .gallery_section .web .slick-arrow:hover:after {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.web .news_page .news_category span:hover:not(:active), .news_page .news_category .web span:hover:not(:active), .web .gallery_section .slick-arrow:hover:not(:active), .gallery_section .web .slick-arrow:hover:not(:active) {
  box-shadow: none;
  color: #ffffff;
}
.web .news_page .news_category span:hover:not(:active):after, .news_page .news_category .web span:hover:not(:active):after, .web .gallery_section .slick-arrow:hover:not(:active):after, .gallery_section .web .slick-arrow:hover:not(:active):after {
  opacity: 1;
}
.touch .news_page .read_more:active, .news_page .touch .read_more:active {
  color: #0184CD;
}

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