.dark_mode {
  --siteColor: #346E6B;
  --siteSelect: #B8C6D8;
  --siteHover: #5A7AA2;
  --secondColor: #004D99;
  --searchBg: #8099B8;
  --textColor: #1a1a1a;
  --lightText: #747474;
  --description: #454545;
  --menuColor: #000000;
  --disable: #959494;
}

.announcements_list {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .announcements_list {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 1024px) {
  .announcements_list {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.map_section .map_block, .video_news .news_image:after, .video_section .video_list:before, .main_slider .slide_info, .structure_block .structure_logo > picture img, .improvement_block > picture img, .video_news .news_image > picture img,
.structure_block .structure_logo > img,
.improvement_block > img,
.video_news .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.structure_block .structure_logo > picture img, .improvement_block > picture img, .video_news .news_image > picture img,
.structure_block .structure_logo > img,
.improvement_block > img,
.video_news .news_image > img {
  object-fit: cover;
}

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

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

.video_news .news_image:after {
  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;
}

.structure_block .structure_logo img, .video_news .news_image img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.video_news .news_image:after {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main_slider {
  position: relative;
  overflow: hidden;
}
.main_slider .slide_image img {
  display: block;
  width: 100%;
  height: 35.14vw;
  max-height: 480px;
  min-height: 320px;
  object-fit: cover;
}
.main_slider .slide_info {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.4) 48%, rgba(239, 239, 239, 0) 100%);
  display: flex;
  align-items: flex-end;
  padding-bottom: 176px;
}
.main_slider .slide_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 570px;
  font-size: 171.42%;
  line-height: 1.33em;
  font-family: "notosans-semibold", "notosansarm-semibold";
}
.main_slider .slide_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  font-size: 100%;
  line-height: 1.71em;
  max-width: 570px;
}
.main_slider .btn_block {
  height: 0;
}
.main_slider .primary_btn {
  margin-top: 20px;
}
.main_slider .slider_dots {
  position: absolute;
  max-width: 1294px;
  bottom: 20px;
  margin: 0 auto;
  z-index: 5;
  right: 0;
}
@media screen and (min-width: 1281px) {
  .main_slider .slider_dots {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main_slider .slider_dots {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .main_slider .slider_dots {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.main_slider .slider_dots.swiper-pagination-lock {
  display: none;
}
.main_slider .swiper-pagination-bullet {
  margin-right: 0 !important;
  margin-left: 4px !important;
  background: var(--siteColor, #2A4A70);
  height: 2px;
  width: 9px;
  border-radius: 2px;
  opacity: 1;
  -o-transition: width 0.75s;
  -ms-transition: width 0.75s;
  -moz-transition: width 0.75s;
  -webkit-transition: width 0.75s;
  transition: width 0.75s;
}
.main_slider .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.main_slider .swiper-pagination-bullet-active {
  width: 32px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main_slider .slider_dots {
    max-width: 1230px;
  }
}
@media screen and (max-width: 1024px) {
  .main_slider .slide_info {
    padding-bottom: 150px;
  }
  .main_slider .slide_title {
    font-size: 142.85%;
  }
}
@media screen and (max-width: 768px) {
  .main_slider .primary_btn {
    margin-top: 12px;
  }
  .main_slider .slide_info {
    padding-bottom: 100px;
  }
  .main_slider .slide_image img {
    min-height: 240px;
  }
  .main_slider .slider_dots {
    max-width: 1198px;
    bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .slide_image img {
    min-height: 220px;
  }
  .main_slider .slide_info {
    padding-bottom: 80px;
  }
  .main_slider .slide_title {
    font-size: 128.57%;
  }
  .main_slider .slide_description {
    font-size: 92.85%;
    line-height: 1.61em;
  }
  .main_slider .slider_dots {
    bottom: 10px;
  }
}

.improvement_section {
  padding-top: 40px;
}
.improvement_section .improvement_dots {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1281px) {
  .improvement_section .improvement_dots {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .improvement_section .improvement_dots {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .improvement_section .improvement_dots {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.improvement_section .improvement_dots.swiper-pagination-lock {
  display: none;
}
.improvement_section .swiper-pagination-bullet {
  margin-right: 0 !important;
  margin-left: 4px !important;
  background: var(--siteColor, #2A4A70);
  height: 2px;
  width: 9px;
  border-radius: 2px;
  opacity: 1;
  -o-transition: width 0.75s;
  -ms-transition: width 0.75s;
  -moz-transition: width 0.75s;
  -webkit-transition: width 0.75s;
  transition: width 0.75s;
}
.improvement_section .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.improvement_section .swiper-pagination-bullet-active {
  width: 32px;
}

.improvement_list {
  margin: 0 -50px;
}
@media screen and (min-width: 769px) {
  .improvement_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .improvement_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .improvement_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.improvement_list .swiper-slide {
  padding: 0 50px;
}

.improvement_block {
  position: relative;
  overflow: hidden;
}
.improvement_block:before {
  display: block;
  content: "";
  padding-bottom: 125%;
}
.improvement_block .item_inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  font-size: 128.57%;
  line-height: 24px;
  color: var(--textColor, #1a1a1a);
  font-family: "notosans-semibold", "notosansarm-semibold";
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
.improvement_block .item_inner > img {
  width: auto;
  height: 100px;
  display: block;
}
.improvement_block .item_title {
  height: 96px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.improvement_block span {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1200px) {
  .improvement_list {
    margin: 0 -16px;
  }
  .improvement_list .swiper-slide {
    padding: 0 16px;
  }
  .improvement_block .item_inner {
    font-size: 114.28%;
    line-height: 20px;
  }
  .improvement_block .item_title {
    height: 80px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .improvement_block .item_inner {
    padding: 60px 30px;
  }
  .improvement_block .item_inner {
    font-size: 100%;
    line-height: 18px;
  }
  .improvement_block .item_inner > img {
    height: 80px;
  }
  .improvement_block .item_title {
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .improvement_list {
    margin: 0 -32px;
  }
  .improvement_list .swiper-slide {
    padding: 0 32px;
  }
  .improvement_block .item_inner {
    font-size: 114.28%;
    line-height: 20px;
  }
  .improvement_block .item_title {
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  .improvement_list {
    margin: 0 -8px;
  }
  .improvement_list .swiper-slide {
    padding: 0 8px;
  }
  .improvement_section {
    padding-top: 30px;
  }
  .improvement_block .item_inner {
    padding: 50px 20px;
  }
  .improvement_block .item_inner > img {
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .improvement_list {
    margin: 0 -16px;
  }
  .improvement_list .swiper-slide {
    padding: 0 66px;
  }
  .improvement_list:not(.swiper-initialized) .swiper-slide {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .improvement_block .item_inner {
    padding: 60px 30px;
  }
  .improvement_block .item_inner > img {
    height: 120px;
  }
}
@media screen and (max-width: 400px) {
  .improvement_list .swiper-slide {
    padding: 0 36px;
  }
  .improvement_block .item_inner {
    font-size: 114.28%;
    line-height: 19px;
    padding: 40px 20px;
  }
  .improvement_block .item_title {
    height: 76px;
  }
}
.news_section {
  padding-top: 140px;
}
.news_section .news_dots {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1281px) {
  .news_section .news_dots {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .news_section .news_dots {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .news_section .news_dots {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.news_section .news_dots.swiper-pagination-lock {
  display: none;
}
.news_section .swiper-pagination-bullet {
  margin-right: 0 !important;
  margin-left: 4px !important;
  background: var(--siteColor, #2A4A70);
  height: 2px;
  width: 9px;
  border-radius: 2px;
  opacity: 1;
  -o-transition: width 0.75s;
  -ms-transition: width 0.75s;
  -moz-transition: width 0.75s;
  -webkit-transition: width 0.75s;
  transition: width 0.75s;
}
.news_section .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.news_section .swiper-pagination-bullet-active {
  width: 32px;
}

.news_list {
  margin: 0 -16px;
}
@media screen and (min-width: 1025px) {
  .news_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .news_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .news_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.news_list .swiper-slide {
  padding: 0 16px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .news_list {
    margin: 0 -8px;
  }
  .news_list .swiper-slide {
    padding: 0 8px;
  }
}

@media screen and (max-width: 1024px) {
  .news_section {
    padding-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .news_section {
    padding-top: 60px;
  }
}
.advices_section {
  padding-top: 140px;
}

.advice_main {
  position: relative;
}

.advices_list {
  margin: 0 -16px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .advices_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .advices_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .advices_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.advices_list .swiper-slide {
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .advices_list {
    margin: 0 -8px;
  }
  .advices_list .swiper-slide {
    padding: 0 8px;
  }
}

.advice_item .image_block {
  padding: 40px;
}
.advice_item .image_block img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100px;
}
.advice_item .advice_title {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: var(--siteColor, #2A4A70);
  text-align: center;
  font-size: 142.85%;
  line-height: 32px;
}
.advice_item span {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.advice-button-next,
.advice-button-prev {
  width: 64px;
  height: 64px;
  color: var(--siteColor, #2A4A70);
  font-size: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin-top: 0;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  z-index: 2;
  padding: 0;
  border: none;
  cursor: pointer;
}
.advice-button-next.swiper-button-lock,
.advice-button-prev.swiper-button-lock {
  display: none;
}

.advice-button-prev:after,
.advice-button-next:after {
  display: none;
}

.advice-button-prev {
  right: 100%;
  margin-right: 20px;
}

.advice-button-next {
  left: 100%;
  margin-left: 20px;
}

@media screen and (max-width: 1365px) {
  .advice-button-prev {
    right: unset;
    margin-right: 0;
    left: -25px;
  }
  .advice-button-next {
    left: unset;
    margin-left: 0;
    right: -25px;
  }
}
@media screen and (max-width: 1200px) {
  .advice-button-next,
  .advice-button-prev {
    width: 50px;
    height: 50px;
    font-size: 1.7rem;
  }
  .advice_item .image_block {
    padding: 40px;
  }
  .advice_item .image_block img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100px;
  }
  .advice_item .advice_title {
    height: 56px;
    font-size: 128.57%;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .advices_section {
    padding-top: 100px;
  }
  .advice_item .image_block {
    padding: 30px;
  }
  .advice-button-prev {
    left: -15px;
  }
  .advice-button-next {
    right: -15px;
  }
}
@media screen and (max-width: 575px) {
  .advices_section {
    padding-top: 60px;
  }
  .advice-button-next,
  .advice-button-prev {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .advice_item .image_block {
    padding: 20px;
  }
  .advice_item .image_block img {
    height: 80px;
  }
  .advice_item .advice_title {
    height: 48px;
    font-size: 114.28%;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .advices_list {
    margin: 0 -10px;
  }
  .advices_list .swiper-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 400px) {
  .advices_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .advice_item .image_block img {
    height: 100px;
  }
  .advice_item .advice_title {
    height: 56px;
    font-size: 128.57%;
    line-height: 28px;
  }
}
.announcements {
  padding-top: 160px;
  position: relative;
}
.announcements:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 240px;
  width: 100%;
  bottom: -380px;
  z-index: -1;
  pointer-events: none;
  background: url("images/decor.svg") no-repeat;
  background-size: cover;
  background-position: center;
}
.announcements_list {
  margin-top: -32px;
}
.announcements_list > li {
  display: flex;
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .announcements_list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .announcements_list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .announcements_list > li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .announcements_list > li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .announcements_list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .announcements_list > li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .announcements {
    padding-top: 110px;
  }
}
@media screen and (max-width: 575px) {
  .announcements {
    padding-top: 60px;
  }
}

.video_section {
  padding-top: 160px;
}
.video_section .video_list {
  display: flex;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #F0F4F9;
  border-radius: 4px;
  background: var(--socialColor, #DDE5EE);
  padding: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.video_section .video_list:before {
  z-index: -1;
  content: "";
  background-image: url("images/video_bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 281px;
}
.video_section .video_head {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
}
.video_section .video_head .news_title {
  flex: 1;
  margin-top: 0;
}
.video_section .video_head .news_title a {
  font-size: 142.85%;
  line-height: 1.6em;
  font-family: "notosans-semibold", "notosansarm-semibold";
  color: var(--textColor, #1a1a1a);
}
.video_section .video_head .news_date {
  white-space: nowrap;
  font-size: 114.2%;
  line-height: 1.5em;
  padding-top: 8px;
  color: var(--lightText, #747474);
}
.video_section .main_video {
  padding: 10px;
  flex: 0 0 58.33%;
  max-width: 58.33%;
}
.video_section .main_video .video_news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.video_section .main_video .news_image {
  order: 2;
  height: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.video_section .other_videos {
  padding: 0 10px;
  flex: 0 0 41.66%;
  max-width: 41.66%;
}
.video_section .other_videos .section_title {
  padding-bottom: 10px;
}
.video_section .other_videos ul {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.video_section .other_videos li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .video_section {
    padding-top: 110px;
  }
  .video_section .main_video {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .video_section .other_videos {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .video_section .other_videos li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .video_section .other_videos li:nth-child(2n) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .video_section {
    padding-top: 60px;
  }
  .video_section .video_list {
    padding: 15px 10px;
  }
  .video_section .main_video {
    padding: 8px;
  }
  .video_section .video_head {
    padding: 0 8px;
  }
  .video_section .other_videos {
    padding: 0 8px;
  }
  .video_section .other_videos ul {
    margin: 0 -8px;
  }
  .video_section .other_videos li {
    padding: 8px;
  }
  .video_section .news_title a {
    font-size: 85.7%;
  }
}
@media screen and (max-width: 575px) {
  .video_section {
    padding-top: 60px;
  }
  .video_section .video_head .news_title a {
    font-size: 128.5%;
  }
  .video_section .video_head .news_date {
    font-size: 100%;
  }
  .video_section .main_video {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .video_section .other_videos {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .video_section .other_videos li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.video_news {
  border-radius: 4px;
}
.video_news .news_image {
  display: block;
  border-radius: 4px 4px 0 0;
}
.video_news .news_image:after {
  content: "\e924";
  color: #ffffff;
  z-index: 1;
  font-size: 3.21rem;
}
.video_news .news_image 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;
}
.video_news .news_title {
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
}
.video_news .news_title a {
  color: inherit;
  position: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 92.8%;
  line-height: 1.54em;
  font-family: "notosans-medium", "notosansarm-medium";
}
.video_news:has(a:hover) .news_image img {
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.video_news:has(a:hover) .news_title a {
  color: #004D99;
}
@media screen and (max-width: 575px) {
  .video_news .news_image:after {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .video_news .news_title a {
    font-size: 85.8%;
  }
}

.subordinate_structures {
  padding-top: 160px;
}

.structure_main {
  position: relative;
}

.structures_list {
  margin: 0 -16px;
  position: relative;
  overflow: hidden;
}
.structures_list .swiper-slide {
  padding: 0 16px;
}
@media screen and (min-width: 1201px) {
  .structures_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .structures_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .structures_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .structures_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .structures_list:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .structures_list {
    margin: 0 -8px;
  }
  .structures_list .swiper-slide {
    padding: 0 8px;
  }
}

.structure_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.structure_block .structure_logo {
  display: block;
  width: 76px;
  height: 76px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
.structure_block .structure_logo 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;
}
.structure_block .structure_name {
  display: block;
  color: inherit;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 92.8%;
  line-height: 1.25em;
}
.structure_block:has(a:hover) .structure_logo img {
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.structure_block:has(a:hover) .structure_name {
  color: #004D99;
}

.structure-button-next,
.structure-button-prev {
  width: 64px;
  height: 64px;
  color: var(--siteColor, #2A4A70);
  font-size: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin-top: 0;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  z-index: 2;
  padding: 0;
  border: none;
  cursor: pointer;
}
.structure-button-next.swiper-button-lock,
.structure-button-prev.swiper-button-lock {
  display: none;
}

.structure-button-prev:after,
.structure-button-next:after {
  display: none;
}

.structure-button-prev {
  right: 100%;
  margin-right: 20px;
}

.structure-button-next {
  left: 100%;
  margin-left: 20px;
}

@media screen and (max-width: 1365px) {
  .structure-button-prev {
    right: unset;
    margin-right: 0;
    left: -25px;
  }
  .structure-button-next {
    left: unset;
    margin-left: 0;
    right: -25px;
  }
}
@media screen and (max-width: 1200px) {
  .structure-button-next,
  .structure-button-prev {
    width: 50px;
    height: 50px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .subordinate_structures {
    padding-top: 110px;
  }
  .structure-button-prev {
    left: -15px;
  }
  .structure-button-next {
    right: -15px;
  }
}
@media screen and (max-width: 575px) {
  .structure-button-next,
  .structure-button-prev {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .subordinate_structures {
    padding-top: 60px;
  }
}
.request_section {
  padding-top: 160px;
}
.request_section .section_title {
  text-align: center;
}

.request_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}

.view_request {
  background: #45928E;
  border-radius: 8px;
  padding: 4px 15px;
  display: inline-flex;
  vertical-align: top;
  color: #ffffff;
  font-family: "notosans-semibold", "notosansarm-semibold";
  margin-top: 16px;
  font-size: 142.85%;
  line-height: 1.6em;
}

.request_slider {
  margin: 0 -16px;
  padding-top: 40px;
}
.request_slider:not(.swiper-initialized) {
  display: flex;
}
@media screen and (min-width: 769px) {
  .request_slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .request_slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .request_slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.request_slider .swiper-slide {
  padding: 0 16px;
}
.request_slider .swiper-slide:first-child .image_block:before {
  background: var(--siteColor, #2A4A70);
}
.request_slider .swiper-slide:first-child .item_number,
.request_slider .swiper-slide:first-child .request_title {
  color: var(--siteColor, #2A4A70);
}
.request_slider .swiper-slide:nth-child(2) .image_block:before {
  background: var(--secondColor, #346E6B);
}
.request_slider .swiper-slide:nth-child(2) .item_number,
.request_slider .swiper-slide:nth-child(2) .request_title {
  color: var(--secondColor, #346E6B);
}
.request_slider .swiper-slide:nth-child(3) .image_block:before {
  background: #6E3434;
}
.request_slider .swiper-slide:nth-child(3) .item_number,
.request_slider .swiper-slide:nth-child(3) .request_title {
  color: #6E3434;
}
.request_slider .image_block {
  display: flex;
  justify-content: center;
  position: relative;
}
.request_slider .image_block:before {
  content: "";
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -29px;
  top: 100%;
}
.request_slider img {
  width: auto;
  height: 110px;
  max-width: 100%;
}
.request_slider .request_info {
  margin-top: 20px;
  box-shadow: 0px -2px 2px 0 rgba(0, 0, 0, 0.04);
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 30px 30px 0;
}
.request_slider .item_number {
  font-size: 342.8%;
  line-height: 0.84em;
  text-align: center;
  font-family: "notosans-semibold", "notosansarm-semibold";
}
.request_slider .request_title {
  font-family: "notosans-semibold", "notosansarm-semibold";
  margin-top: 8px;
  font-size: 100%;
  line-height: 1.7em;
  text-align: center;
  min-height: 62px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.request_dots {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1281px) {
  .request_dots {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .request_dots {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .request_dots {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.request_dots.swiper-pagination-lock {
  display: none;
}

.swiper-pagination-bullet {
  margin-right: 0 !important;
  margin-left: 4px !important;
  background: var(--siteColor, #2A4A70);
  height: 2px;
  width: 9px;
  border-radius: 2px;
  opacity: 1;
  -o-transition: width 0.75s;
  -ms-transition: width 0.75s;
  -moz-transition: width 0.75s;
  -webkit-transition: width 0.75s;
  transition: width 0.75s;
}
.swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.swiper-pagination-bullet-active {
  width: 32px;
}

@media screen and (max-width: 1024px) {
  .request_section {
    padding-top: 110px;
  }
  .request_head {
    padding-bottom: 5px;
  }
  .request_slider {
    justify-content: center;
    padding-top: 30px;
  }
  .request_slider .swiper_slide {
    padding: 30px 16px 0;
  }
  .request_slider .request_info {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .request_slider {
    margin: 0 -8px;
  }
  .request_slider .swiper_slide {
    padding: 30px 8px 0;
  }
}
@media screen and (max-width: 575px) {
  .request_section {
    padding-top: 60px;
  }
  .view_request {
    margin-top: 15px;
    font-size: 114.28%;
    line-height: 1.5em;
    padding: 6px 16px;
  }
  .request_head {
    padding-bottom: 0;
  }
}
.map_section {
  position: relative;
  overflow: hidden;
  margin-top: 160px;
  height: 208px;
}
.map_section .map_mask {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.map_section .map_mask img {
  flex: 0 0 640px;
  max-width: 640px;
  height: auto;
}
.map_section .map_mask:before {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url("images/map_marker.svg");
  background-size: 100%;
  bottom: 50%;
  left: 50%;
  margin-left: -18px;
}
.map_section .map_block {
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .map_section {
    margin-top: 110px;
  }
}
@media screen and (max-width: 575px) {
  .map_section {
    margin-top: 60px;
  }
}

.dark_mode .map_mask:before {
  background-image: url("images/map_marker2.svg");
}

#map {
  height: 100%;
}
#map > div:first-child {
  background: transparent !important;
}

[role=img][aria-label] {
  overflow: visible !important;
}
[role=img][aria-label]:before {
  position: absolute;
  left: 100%;
  top: 50%;
  content: attr(aria-label);
  font-size: 1.23rem;
  line-height: 1.5em;
  color: var(--siteColor, #2A4A70);
  font-family: "notosans-bold", "notosansarm-bold";
  width: 360px;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  pointer-events: none;
}

[lang=en] [role=img][aria-label]:before {
  width: 220px;
}

[lang=ru] [role=img][aria-label]:before {
  width: 320px;
}

.web .advice-button-next,
.web .advice-button-prev, .web .structure-button-next,
.web .structure-button-prev, .video_news .news_title a, .structure_block .structure_name {
  -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 .view_request {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.touch .advice-button-next,
.touch .advice-button-prev, .touch .structure-button-next,
.touch .structure-button-prev {
  -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 .view_request {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.video_news .news_image, .structure_block .structure_logo {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.web .advice-button-next:hover,
.web .advice-button-prev:hover, .web .structure-button-next:hover,
.web .structure-button-prev:hover {
  color: var(--siteHover, #5A7AA2);
}
.web .view_request:hover {
  background: var(--siteHover, #5A7AA2);
}
.touch .advice-button-next:active,
.touch .advice-button-prev:active, .touch .structure-button-next:active,
.touch .structure-button-prev:active {
  color: var(--siteHover, #5A7AA2);
}
.touch .view_request:active {
  background: var(--siteHover, #5A7AA2);
}

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