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

.other_sections .video_block a:before, .other_sections .video_block a img, .main_slider .slide_block:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.other_sections .faq_list > li.opened .question_block:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.other_sections .video_block a:before, .main_slider .slick-arrow:before, .other_sections .faq_list .question_block: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;
}

.other_sections .video_block a img, .bnners_section .bnner_title {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.main_slider .slide_btn {
  font-size: 120%;
  line-height: 14px;
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  height: 34.7vw;
  max-height: 720px;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 40px;
  position: relative;
}
.main_slider .slide_block .page_container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
}
.main_slider .slide_block:before {
  content: "";
  background: #000000;
  opacity: 0.2;
}
.main_slider .slick-arrow {
  position: absolute;
  top: 50%;
  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);
  border: none;
  background: transparent;
  color: #ffffff;
  z-index: 2;
}
.main_slider .slick-arrow:before {
  display: block;
}
.main_slider .slick-prev {
  left: 20px;
}
.main_slider .slick-prev:before {
  content: "\e902";
}
.main_slider .slick-next {
  right: 20px;
}
.main_slider .slick-next:before {
  content: "\e903";
}
.main_slider .slick-dots {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  padding: 0 20px;
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  z-index: 5;
  justify-content: flex-end;
}
.main_slider .slick-dots li {
  flex: 1;
  max-width: 60px;
  height: auto;
  padding: 0;
}
.main_slider .slick-dots li:not(:first-child) {
  margin-left: 10px;
}
.main_slider .slick-dots li.slick-active button {
  opacity: 1;
  pointer-events: none;
}
.main_slider .slick-dots button {
  border: none;
  padding: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  opacity: 0.4;
}
.main_slider .slide_content {
  max-width: 560px;
}
.main_slider .slide_title {
  font-size: 420%;
  line-height: 1.17em;
  color: #1E66AC;
  padding: 0 7px;
}
.main_slider .slide_title span {
  background: #ffffff;
  box-shadow: 7px 0 0 #ffffff, -7px 0 0 #ffffff, -7px -2px 0 #ffffff, 7px -2px 0 #ffffff, -7px 8px 0 #ffffff, 7px 8px 0 #ffffff;
}
.main_slider .slide_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 180%;
  line-height: 1.5em;
  color: #666666;
  padding: 0 9px;
  margin-top: 25px;
}
.main_slider .slide_description span {
  background: #ffffff;
  box-shadow: 9px 0 0 #ffffff, -9px 0 0 #ffffff, -9px -7px 0 #ffffff, 9px -7px 0 #ffffff, -9px 10px 0 #ffffff, 9px 10px 0 #ffffff;
}
.main_slider .slide_btn {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background: #4EB4DD;
  text-align: center;
  min-width: 200px;
  max-width: 200px;
  padding: 17px 20px;
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .main_slider .slick-arrow:before {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .main_slider .slick-arrow:before {
    font-size: 2.8rem;
  }
  .main_slider .slide_title {
    font-size: 360%;
    line-height: 1.25em;
  }
  .main_slider .slide_description {
    font-size: 160%;
  }
  .main_slider .slick-dots {
    bottom: 30px;
  }
  .main_slider .slick-dots li {
    max-width: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .main_slider .slide_content {
    max-width: 440px;
  }
  .main_slider .slide_title {
    font-size: 280%;
  }
  .main_slider .slide_description {
    font-size: 140%;
  }
  .main_slider .slick-arrow {
    padding: 5px;
  }
  .main_slider .slick-arrow:before {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 959px) {
  .main_slider .slick-arrow {
    padding: 5px;
  }
  .main_slider .slick-prev {
    margin-left: -5px;
  }
  .main_slider .slick-next {
    margin-right: -5px;
  }
  .main_slider .slide_title {
    line-height: 1.33em;
  }
  .main_slider .slick-dots {
    bottom: 20px;
  }
  .main_slider .slick-dots li {
    max-width: 40px;
  }
  .main_slider .slide_btn {
    padding: 13px 15px;
    min-width: 160px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .main_slider .slide_title {
    font-size: 240%;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .main_slider .slide_title {
    font-size: 200%;
  }
}
@media screen and (max-width: 479px) {
  .main_slider .slide_title {
    font-size: 180%;
  }
}
@media screen and (max-width: 767px) {
  .main_slider .slide_content {
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
    padding-bottom: 20px;
  }
  .main_slider .slide_description {
    display: none;
  }
  .main_slider .slick-dots {
    justify-content: center;
  }
  .main_slider .slick-dots li:first-child {
    margin-left: 0;
  }
  .main_slider .slick-arrow:before {
    font-size: 2rem;
  }
  .main_slider .slide_block .page_container {
    align-items: flex-end;
  }
  .main_slider .slide_btn {
    margin-top: 25px;
    padding: 11px 15px;
    min-width: 140px;
  }
}

.bnners_section {
  color: #ffffff;
  margin-bottom: 40px;
}
.bnners_section .bnner_block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.bnners_section .bnner_block:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 100%;
  background: #1E66AC;
}
.bnners_section .bnner_inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 240px;
  display: flex;
  align-items: flex-end;
  padding: 40px 30px;
  position: relative;
  z-index: 2;
}
.bnners_section a.bnner_inner {
  color: inherit;
}
.bnners_section .bnner_title {
  display: block;
  font-size: 200%;
  line-height: 1.2em;
  font-family: "roboto-bold", "mardoto-bold";
}
.bnners_section .bnner_title:after {
  display: block;
  content: "";
  border-top: 4px solid;
  width: 48px;
  margin-top: 20px;
}
.bnners_section .icon_play:before {
  position: absolute;
  left: 50%;
  top: 44px;
  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);
  font-size: 7.2rem;
  opacity: 0.8;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bnners_section .bnner_inner {
    padding: 30px 20px;
    height: 200px;
  }
  .bnners_section .icon_play:before {
    top: 30px;
    font-size: 6rem;
  }
  .bnners_section .page_row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .bnners_section .bnner_block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bnners_section .bnner_block:before {
    left: 15px;
    right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .bnners_section .bnner_inner {
    padding: 20px 15px;
    height: 180px;
  }
  .bnners_section .icon_play:before {
    top: 30px;
    font-size: 5rem;
  }
  .bnners_section .bnner_title {
    font-size: 180%;
  }
  .bnners_section .bnner_title:after {
    margin-top: 15px;
    border-top-width: 3px;
    width: 40px;
  }
  .bnners_section .page_row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .bnners_section .bnner_block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bnners_section .bnner_block:before {
    left: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bnners_section .bnner_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bnners_section .bnner_block:not(:first-child) {
    margin-top: 20px;
  }
  .bnners_section .bnner_inner {
    height: 62.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 400px) {
  .bnners_section .icon_play:before {
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .bnners_section .icon_play:before {
    font-size: 5rem;
  }
}

.other_sections {
  margin-bottom: 40px;
}
.other_sections .sections_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.other_sections .section_col {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.other_sections .col_inner {
  border: solid;
  border-width: 4px 1px 1px;
  border-color: #1E66AC #e5e5e5 #e5e5e5;
  height: 100%;
}
.other_sections .col_head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.other_sections .col_body {
  padding: 25px 20px 20px;
}
.other_sections .section_title {
  margin-right: auto;
}
.other_sections .view_all {
  margin-left: 20px;
  white-space: nowrap;
}
.other_sections .news_list li {
  display: flex;
  align-items: flex-start;
}
.other_sections .news_list li:not(:first-child) {
  margin-top: 20px;
}
.other_sections .news_list li:nth-child(n+7) {
  display: none;
}
.other_sections .news_list .news_date {
  min-width: 22px;
  text-align: center;
  margin-right: 20px;
}
.other_sections .news_list .month {
  display: block;
  line-height: 12px;
  color: #999999;
}
.other_sections .news_list .day {
  font-size: 180%;
  line-height: 1em;
  color: #1E66AC;
  font-family: "roboto-bold", "mardoto-bold";
}
.other_sections .news_list .news_title {
  flex: 1;
  width: 50%;
  height: 34px;
}
.other_sections .news_list .news_title a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "roboto-bold", "mardoto-bold";
  color: #4EB4DD;
  font-size: 140%;
  line-height: 17px;
}
.other_sections .fb_block {
  margin-bottom: 20px;
}
.other_sections .video_block {
  flex: 1;
  height: 50%;
  background: #1E66AC;
}
.other_sections .video_block a {
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #000000;
  color: #ffffff;
  padding: 10px 20px;
}
.other_sections .video_block a img {
  object-fit: cover;
  opacity: 0.6;
}
.other_sections .video_block a:before {
  font-size: 720%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
  content: "\e920";
  z-index: 1;
}
.other_sections .video_block a .video_title {
  font-size: 140%;
  line-height: 17px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 480px;
}
.other_sections .fb-page iframe {
  transform-origin: left top;
  -webkit-transfrom-origin: left top;
}
.other_sections .faq_list {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 140%;
  line-height: 17px;
  padding: 0;
  margin: -10px -10px -10px -20px;
  list-style-type: none;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
  scrollbar-width: bold;
  max-height: 325px;
}
.other_sections .faq_list::-webkit-scrollbar {
  width: 10px;
  height: auto;
  border-radius: 0;
  background: transparent;
}
.other_sections .faq_list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.other_sections .faq_list > li {
  padding: 10px 20px;
}
.other_sections .faq_list > li.opened {
  background: #f2f2f2;
}
.other_sections .faq_list > li.opened:not(:last-child) {
  margin-bottom: 10px;
}
.other_sections .faq_list .question_block {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  padding: 0;
  background: transparent;
  color: #4EB4DD;
  font-family: "roboto-bold", "mardoto-bold";
  border: none;
}
.other_sections .faq_list .question_block:after {
  content: "\e901";
  display: block;
  font-size: 0.6rem;
  margin-left: 20px;
}
.other_sections .faq_list .answer_block {
  max-width: 290px;
  color: #666666;
  display: none;
}
.other_sections .faq_list .answer_block:before {
  display: block;
  content: "";
  height: 20px;
}
.other_sections .faq_list .answer_block:after {
  display: block;
  content: "";
  height: 10px;
}
.other_sections .faq_list .answer_block a {
  text-decoration: underline;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .other_sections .col_head {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .other_sections .section_title {
    padding: 5px 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .other_sections .view_all {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .other_sections .video_block a:before {
    font-size: 6rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .other_sections .section_col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .other_sections .section_col:nth-child(2) {
    order: 2;
    margin-top: 40px;
  }
  .other_sections .fb_block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .other_sections .section_col:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .other_sections .video_block a {
    height: 56.25vw;
    padding: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .other_sections .col_head {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .other_sections .section_title {
    padding: 5px 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .other_sections .view_all {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 639px) {
  .other_sections .section_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .other_sections .section_col:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .other_sections .col_head {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .other_sections .section_title {
    padding: 5px 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .other_sections .view_all {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 575px) {
  .other_sections .video_block a:before {
    font-size: 5rem;
  }
}
@media screen and (max-width: 399px) {
  .other_sections .col_head {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .other_sections .section_title {
    padding: 5px 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .other_sections .view_all {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 359px) {
  .other_sections .video_block a:before {
    font-size: 4rem;
    padding-bottom: 40px;
  }
}

.web .main_slider .slick-dots button, .main_slider .slick-dots .web button, .web .bnners_section a.bnner_inner, .bnners_section .web a.bnner_inner, .web .other_sections .video_block a, .other_sections .video_block .web a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .other_sections .faq_list .answer_block a, .other_sections .faq_list .answer_block .web a, .web .main_slider .slick-arrow, .main_slider .web .slick-arrow, .web .other_sections .news_list .news_title a, .other_sections .news_list .news_title .web a, .web .other_sections .faq_list .question_block, .other_sections .faq_list .web .question_block {
  -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 .main_slider .slide_btn, .main_slider .web .slide_btn, .other_sections .faq_list > li {
  -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 .main_slider .slick-dots button, .main_slider .slick-dots .touch button, .touch .bnners_section a.bnner_inner, .bnners_section .touch a.bnner_inner, .touch .other_sections .video_block a, .other_sections .video_block .touch a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .other_sections .faq_list .answer_block a, .other_sections .faq_list .answer_block .touch a, .touch .main_slider .slick-arrow, .main_slider .touch .slick-arrow, .touch .other_sections .news_list .news_title a, .other_sections .news_list .news_title .touch a, .touch .other_sections .faq_list .question_block, .other_sections .faq_list .touch .question_block {
  -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 .main_slider .slide_btn, .main_slider .touch .slide_btn {
  -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 .main_slider .slick-arrow:hover, .main_slider .web .slick-arrow:hover, .web .other_sections .news_list .news_title a:hover, .other_sections .news_list .news_title .web a:hover, .web .other_sections .faq_list .question_block:hover, .other_sections .faq_list .web .question_block:hover {
  color: #1E66AC;
}
.web .main_slider .slick-dots button:hover, .main_slider .slick-dots .web button:hover, .web .bnners_section a.bnner_inner:hover, .bnners_section .web a.bnner_inner:hover, .web .other_sections .video_block a:hover, .other_sections .video_block .web a:hover {
  opacity: 0.7;
}
.web .main_slider .slide_btn:hover, .main_slider .web .slide_btn:hover {
  background: #1E66AC;
  color: #ffffff;
  border-color: transparent;
}
.web .other_sections .faq_list .answer_block a:hover, .other_sections .faq_list .answer_block .web a:hover {
  color: #4EB4DD;
}
.touch .main_slider .slick-arrow:active, .main_slider .touch .slick-arrow:active, .touch .other_sections .news_list .news_title a:active, .other_sections .news_list .news_title .touch a:active, .touch .other_sections .faq_list .question_block:active, .other_sections .faq_list .touch .question_block:active {
  color: #1E66AC;
}
.touch .other_sections .faq_list .answer_block a:active, .other_sections .faq_list .answer_block .touch a:active {
  color: #4EB4DD;
}
.touch .main_slider .slick-dots button:active, .main_slider .slick-dots .touch button:active, .touch .bnners_section a.bnner_inner:active, .bnners_section .touch a.bnner_inner:active, .touch .other_sections .video_block a:active, .other_sections .video_block .touch a:active {
  opacity: 0.7;
}
.touch .main_slider .slide_btn:active, .main_slider .touch .slide_btn:active {
  background: #1E66AC;
  color: #ffffff;
  border-color: transparent;
}

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