@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.video_section .image_block, .main_slider .slide_inner, .main_slider .slide_block > img, .news_block .news_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main_slider .slide_block > img, .news_block .news_img > img {
  object-fit: cover;
}

.main_slider .slide_block iframe, .news_block .news_img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.main_slider .slide_block, .news_block .news_img {
  position: relative;
  overflow: hidden;
}
.main_slider .slide_block:before, .news_block .news_img:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.video_section .video_inner:before, .main_slider .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;
}

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

.standard_text {
  font-size: 140%;
  line-height: 20px;
}

.news_section {
  padding-top: 60px;
  position: relative;
}
.news_section .title_row {
  padding-bottom: 10px;
}
.news_section .news_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.news_section .news_list li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}

.news_block {
  border: 1px solid #E6E6E6;
  height: 100%;
}
.news_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;
}
.news_block.hovered 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);
}
.news_block.hovered .news_title {
  color: #293D9C;
}
.news_block .news_img {
  display: block;
  font-size: 0;
  line-height: 0;
}
.news_block .info_block {
  padding: 14px 20px;
}
.news_block .news_date {
  padding-bottom: 4px;
  font-size: 140%;
  line-height: 1.4em;
  color: #595959;
}
.news_block .news_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #25252A;
  font-family: "grapalat-bold";
  font-size: 160%;
  line-height: 1.4em;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news_block .news_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 140%;
  line-height: 1.5em;
  color: #666666;
}

@media screen and (max-width: 1199px) {
  .news_block .news_title {
    font-size: 140%;
  }
  .news_block .news_description {
    font-size: 120%;
  }
  .news_block .news_date {
    font-size: 120%;
  }
}
@media screen and (max-width: 959px) {
  .news_section {
    padding-top: 40px;
  }
  .news_section .news_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news_section .title_row {
    padding-bottom: 0;
  }
  .news_block .news_title {
    font-size: 160%;
  }
  .news_block .news_description,
  .news_block .news_date {
    font-size: 140%;
  }
}
@media screen and (max-width: 767px) {
  .news_block .info_block {
    padding: 14px 14px 20px;
  }
}
@media screen and (max-width: 575px) {
  .news_section {
    padding: 30px 0 58px;
  }
  .news_section .news_list li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 16px;
  }
  .news_section .secondary_btn {
    margin-left: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2px;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .news_block .news_date,
  .news_block .news_description {
    font-size: 120%;
  }
  .news_block .news_title {
    font-size: 140%;
  }
}
@media screen and (min-width: 960px) {
  .content {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .content {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) {
  .content {
    padding-bottom: 40px;
  }
}

.top_section {
  margin: 0 -10px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.main_slider {
  position: relative;
  align-self: flex-start;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.main_slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.main_slider:not(.slick-slider) > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.main_slider .slide_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 180%;
  line-height: 1.4em;
  font-family: "grapalat-bold";
  margin: 0;
  text-align: center;
  color: #ffffff;
  width: 100%;
}
.main_slider a.slide_inner:hover .slide_title {
  text-decoration: underline;
}
.main_slider .slick-arrow {
  color: #ffffff;
  font-size: 0;
  border: transparent;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: 2;
  width: 44px;
  aspect-ratio: 1;
  padding: 0;
  margin: 0;
  bottom: 0;
  right: 10px;
}
@media (hover: hover) {
  .main_slider .slick-arrow:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.main_slider .slick-arrow:before {
  font-size: 1.6rem;
  display: block;
}
.main_slider .slick-prev {
  margin-right: 44px;
}
.main_slider .slick-prev.slick-prev:before {
  content: "\e910";
}
.main_slider .slick-next.slick-next:before {
  content: "\e911";
}

.chairman_committee {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}
.chairman_committee .main_img {
  display: block;
  width: 100%;
  aspect-ratio: 443/361;
  font-size: 0;
  line-height: 0;
}
.chairman_committee .main_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.chairman_committee .info_block {
  padding: 14px 20px;
  text-align: center;
}
.chairman_committee .chairman_name {
  display: block;
  font-family: "grapalat-bold";
  color: #25252A;
  font-size: 240%;
  line-height: 1.4em;
}
.chairman_committee .position_name {
  color: #25252A;
  font-size: 180%;
  line-height: 1.6em;
}
.chairman_committee .position_name {
  color: #25252A;
  font-size: 180%;
  line-height: 1.6em;
}
.chairman_committee .position_name span {
  display: block;
  padding-top: 2px;
}
.chairman_committee .inner_block {
  border: 1px solid #E6E6E6;
  min-height: 100%;
}

@media screen and (min-width: 960px) and (max-width: 1439px) {
  .chairman_committee .chairman_name {
    font-size: 180%;
  }
  .chairman_committee .position_name {
    font-size: 140%;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 959px) {
  .top_section {
    flex-wrap: wrap;
    margin: 0;
  }
  .main_slider {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .main_slider .slick-arrow {
    right: 0;
  }
  .chairman_committee {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .chairman_committee .inner_block {
    display: flex;
    text-align: left;
  }
  .chairman_committee .main_img {
    width: 360px;
  }
  .chairman_committee .chairman_name {
    font-size: 200%;
  }
  .chairman_committee .position_name {
    font-size: 160%;
  }
  .chairman_committee .info_block {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .main_slider .slide_title {
    font-size: 160%;
  }
}
@media screen and (max-width: 639px) {
  .main_slider .slide_title {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 576px) {
  .main_slider .slide_inner {
    z-index: 2;
    padding: 45px 20px;
    color: #ffffff;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}
@media screen and (max-width: 575px) {
  .chairman_committee {
    padding: 0 20px;
  }
  .chairman_committee .inner_block {
    display: flex;
    flex-wrap: wrap;
  }
  .chairman_committee .main_img {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .chairman_committee .info_block {
    padding: 14px 20px 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .chairman_committee .position_name {
    line-height: 1.4em;
  }
  .top_section {
    padding-top: 0;
    margin: 0 -20px;
  }
  .main_slider .slide_block:before {
    display: none;
  }
  .main_slider .slide_block > img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 575/325;
    display: block;
    position: unset;
  }
  .main_slider .slide_title {
    color: #25252A;
    font-size: 140%;
  }
  .main_slider .slide_inner {
    padding: 14px 20px 0;
    position: unset;
  }
  .main_slider .slick-arrow {
    bottom: unset;
    top: -60px;
    right: -8px;
    margin-top: 56.72%;
    transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
  }
}
.video_section {
  padding-top: 60px;
}
.video_section .title_row {
  padding-bottom: 30px;
}
.video_section .section_inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 10px;
  border: 1px solid #E6E6E6;
}
.video_section .left_col {
  padding: 0 9px;
  max-width: 66.33%;
  flex: 0 0 66.33%;
  display: flex;
  align-items: center;
}
.video_section .left_col .video_main {
  width: 100%;
}
.video_section .left_col .video_inner:before {
  padding: 20px;
  font-size: 300%;
}
.video_section .left_col .video_title {
  font-size: 180%;
  padding: 0 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.video_section .right_col {
  padding: 0 9px;
  max-width: 33.67%;
  flex: 0 0 33.67%;
}
.video_section .right_col .video_main {
  aspect-ratio: 435/246;
}
.video_section .right_col .video_main:not(:first-child) {
  margin-top: 20px;
}
.video_section .right_col .video_inner:before {
  padding: 15px;
  font-size: 220%;
}
.video_section .right_col .video_title {
  font-size: 160%;
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video_section .video_main {
  display: block;
  aspect-ratio: 876/507;
}
.video_section .main_block {
  position: relative;
  width: 100%;
  height: 100%;
}
.video_section .image_block {
  display: block;
  pointer-events: none;
}
.video_section .image_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_section .video_inner {
  position: relative;
  height: 100%;
  z-index: 10;
  color: #ffffff;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}
.video_section .video_inner:before {
  content: "\e912";
  color: #293D9C;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}
.video_section .video_inner .video_title {
  line-height: 1.4em;
  font-family: "grapalat-bold";
  color: #ffffff;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .video_section .left_col .video_inner:before {
    font-size: 260%;
    padding: 15px;
  }
  .video_section .left_col .video_title {
    font-size: 160%;
    margin-bottom: 20px;
  }
  .video_section .right_col .video_inner:before {
    font-size: 180%;
    padding: 10px;
  }
  .video_section .right_col .video_title {
    font-size: 140%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 959px) {
  .video_section {
    padding-top: 40px;
  }
  .video_section .title_row {
    padding-bottom: 20px;
  }
  .video_section .left_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .video_section .left_col .video_inner:before {
    font-size: 300%;
    padding: 20px;
  }
  .video_section .left_col .video_title {
    font-size: 180%;
    margin-bottom: 30px;
  }
  .video_section .right_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .video_section .right_col .video_main {
    margin-top: 26px;
  }
  .video_section .right_col .video_inner:before {
    font-size: 300%;
    padding: 20px;
  }
  .video_section .right_col .video_title {
    font-size: 180%;
    margin-bottom: 30px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
@media screen and (max-width: 767px) {
  .video_section .left_col .video_inner:before,
  .video_section .right_col .video_inner:before {
    font-size: 260%;
    padding: 16px;
  }
  .video_section .left_col .video_title,
  .video_section .right_col .video_title {
    font-size: 160%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .video_section {
    padding-bottom: 68px;
    position: relative;
  }
  .video_section .secondary_btn {
    margin-left: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2px;
    width: 100%;
  }
  .video_section .section_inner {
    padding: 0;
    border: none;
  }
  .video_section .title_row {
    padding-bottom: 16px;
  }
  .video_section .video_main {
    aspect-ratio: unset;
  }
  .video_section .main_block {
    height: auto;
  }
  .video_section .image_block {
    width: 100%;
    height: auto;
    aspect-ratio: 876/507;
    position: relative;
    pointer-events: all;
  }
  .video_section .left_col,
  .video_section .right_col {
    padding: 0;
  }
  .video_section .left_col .video_inner,
  .video_section .right_col .video_inner {
    background: transparent;
    padding-top: 14px;
    position: unset;
  }
  .video_section .left_col .video_inner:before,
  .video_section .right_col .video_inner:before {
    font-size: 260%;
    padding: 16px;
    top: -28px;
    margin-top: 28.125%;
    transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
  }
  .video_section .left_col .video_title,
  .video_section .right_col .video_title {
    font-size: 140%;
    color: #25252A;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .video_section .left_col .video_inner:before,
  .video_section .right_col .video_inner:before {
    font-size: 170%;
    padding: 12px;
    top: -20px;
  }
}

.web .video_section .video_inner, .video_section .web .video_inner {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main_slider .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 .video_section .video_inner, .video_section .touch .video_inner {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.web .video_section .video_inner:hover, .video_section .web .video_inner:hover {
  opacity: 0.7;
}
.touch .video_section .video_inner:active, .video_section .touch .video_inner:active {
  opacity: 0.7;
}

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