@charset "UTF-8";
.main_screen .home_slider, .main_screen:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.events_slider .slick-arrow:before, .news_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;
}

.events_section .view_all_btn, .news_section .view_all_btn {
  display: flex;
  width: 285px;
  max-width: 100%;
  background: #c00000;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 55px;
  margin-top: 45px;
  font-size: 160%;
  line-height: 22px;
  font-family: '"bold"', "arm-bold";
  border-radius: 30px;
}
.events_section .view_all_btn:hover, .news_section .view_all_btn:hover {
  background: rgba(192, 0, 0, 0.7);
}
@media (max-width: 1439px) {
  .events_section .view_all_btn, .news_section .view_all_btn {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .events_section .view_all_btn, .news_section .view_all_btn {
    width: 240px;
    font-size: 140%;
    line-height: 20px;
    height: 44px;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .events_section .view_all_btn, .news_section .view_all_btn {
    margin: 20px auto 0;
  }
}

.main_screen {
  position: relative;
  overflow: hidden;
}
.main_screen:before {
  content: "";
  background: url("images/slider_shape.png") no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
  z-index: 1;
}
.main_screen .top_logoes {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.94);
  margin: 0 0 0 auto;
  padding: 47px 23px 63px;
  list-style-type: none;
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  height: 344px;
}
.main_screen .top_logoes li {
  padding: 0 16px;
}
.main_screen .top_logoes li:first-child {
  flex: 100%;
  margin-bottom: 50px;
}
.main_screen .top_logoes li:first-child img {
  width: 100%;
  display: block;
}
.main_screen .top_logoes li:not(:first-child) {
  flex: auto;
}
.main_screen .top_logoes li:not(:first-child) img {
  display: block;
  max-width: 100%;
}
.main_screen .top_logoes li:last-child img {
  margin-left: auto;
}
.main_screen .bottom_logoes {
  margin: 0 0 0 auto;
  background: rgba(255, 255, 255, 0.92);
  width: 500px;
  padding: 0 23px;
  height: 86px;
  list-style-type: none;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.main_screen .bottom_logoes li {
  flex: auto;
  padding: 0 10px;
  text-align: center;
}
.main_screen .bottom_logoes li:first-child {
  text-align: left;
}
.main_screen .bottom_logoes li:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main_screen .bottom_logoes li:last-child:before {
  display: block;
  content: "";
  width: 2px;
  height: 44px;
  background: #c00000;
  margin-right: 6px;
  min-width: 2px;
}
.main_screen .bottom_logoes img {
  max-width: 100%;
  max-height: 40px;
}
.main_screen .info_block {
  display: flex;
  height: 85px;
  flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}
.main_screen .title_block {
  margin: 0;
  padding: 13px 43px;
  color: #c00000;
  background: rgba(255, 255, 255, 0.52);
  font-size: 220%;
  line-height: 1.33em;
  font-family: '"bold"', "arm-bold";
  align-self: flex-end;
  border-top-left-radius: 23px;
  white-space: nowrap;
}
.main_screen .description_block {
  align-self: center;
  color: #ffffff;
  font-family: '"bold"', "arm-bold";
  padding: 0 27px;
  font-size: 200%;
  line-height: 1.33em;
  text-align: right;
}
.main_screen .home_slider {
  overflow: hidden;
}
.main_screen .home_slider .slick-track,
.main_screen .home_slider .slick-list,
.main_screen .home_slider .slide_block {
  width: 100%;
  height: 100%;
}
.main_screen .home_slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .main_screen .top_logoes {
    padding: 30px 10px;
    width: 470px;
    height: 325px;
  }
  .main_screen .top_logoes li {
    padding: 0 10px;
  }
  .main_screen .top_logoes li:first-child {
    margin-bottom: 20px;
  }
  .main_screen .top_logoes li:nth-child(2) {
    max-width: 50%;
  }
  .main_screen .top_logoes li:last-child {
    max-width: 40%;
  }
  .main_screen .bottom_logoes {
    width: 470px;
    padding: 0 10px;
    height: 80px;
  }
  .main_screen .bottom_logoes li {
    padding: 0 10px;
  }
  .main_screen .info_block {
    height: 80px;
  }
  .main_screen .title_block {
    padding: 10px 25px;
    font-size: 240%;
    border-top-left-radius: 20px;
  }
  .main_screen .description_block {
    font-size: 200%;
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .main_screen .top_logoes {
    padding: 20px 10px;
    width: 380px;
    height: 260px;
  }
  .main_screen .bottom_logoes {
    width: 380px;
    height: 65px;
  }
  .main_screen .bottom_logoes li:last-child:before {
    height: 45px;
    width: 2px;
    min-width: 2px;
  }
  .main_screen .info_block {
    height: 65px;
  }
  .main_screen .title_block {
    font-size: 200%;
  }
  .main_screen .description_block {
    font-size: 160%;
  }
}
@media (max-width: 767px) {
  .main_screen .title_block {
    font-size: 180%;
    padding: 8px 20px;
  }
  .main_screen .description_block {
    font-size: 140%;
  }
}
@media (max-width: 575px) {
  .main_screen:before {
    background: url("images/slider_shape_mob.png") no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }
  .main_screen .top_logoes {
    padding: 20px 0;
    width: 100%;
    height: 290px;
  }
  .main_screen .top_logoes li {
    padding: 0 15px;
  }
  .main_screen .bottom_logoes {
    width: 100%;
    padding: 0;
    height: 100px;
  }
  .main_screen .bottom_logoes li {
    padding: 0 15px;
  }
  .main_screen .bottom_logoes li:last-child:before {
    margin-right: 15px;
  }
  .main_screen .info_block {
    height: 220px;
    flex-direction: column-reverse;
  }
  .main_screen .title_block {
    font-size: 200%;
    padding: 8px 45px;
    border-top-left-radius: 45px;
  }
  .main_screen .description_block {
    font-size: 160%;
    padding: 0 15px;
    max-width: 420px;
    align-self: flex-start;
    margin-bottom: 10px;
    text-align: left;
  }
}
@media (max-width: 479px) {
  .main_screen .top_logoes {
    height: 260px;
  }
  .main_screen .bottom_logoes {
    height: 95px;
    padding: 0 5px;
  }
  .main_screen .bottom_logoes li {
    padding: 0 10px;
  }
  .main_screen .bottom_logoes li:last-child:before {
    margin-right: 10px;
  }
  .main_screen .description_block {
    font-size: 140%;
    max-width: 360px;
  }
}
@media (max-width: 413px) {
  .main_screen:before {
    background-size: auto 105%;
  }
  .main_screen .top_logoes {
    padding: 10px 5px;
    height: 220px;
  }
  .main_screen .top_logoes li {
    padding: 0 10px;
  }
  .main_screen .top_logoes li:nth-child(2) {
    max-width: 55%;
  }
  .main_screen .top_logoes li:last-child {
    max-width: 45%;
  }
  .main_screen .bottom_logoes {
    width: 100%;
    height: 65px;
    padding: 0 10px;
  }
  .main_screen .bottom_logoes li {
    padding: 0 5px;
  }
  .main_screen .bottom_logoes li:last-child:before {
    margin-right: 5px;
  }
  .main_screen .info_block {
    height: 245px;
  }
  .main_screen .title_block {
    font-size: 180%;
  }
}

.about_section {
  padding: 90px 0;
  color: #3D3C41;
}
.about_section .image_col img {
  width: 100%;
}
.about_section .info_col {
  padding-top: 55px;
}
.about_section .large_text {
  margin-bottom: 50px;
  font-size: 180%;
  line-height: 24px;
  text-align: justify;
  color: #8c8c8c;
}
.about_section .small_text {
  margin-bottom: 20px;
  font-size: 160%;
  line-height: 20px;
  text-align: justify;
  color: #8c8c8c;
}
@media (max-width: 1439px) {
  .about_section .info_col {
    padding-top: 30px;
  }
  .about_section .large_text {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .about_section {
    padding: 50px 0;
  }
  .about_section .info_col {
    padding-top: 20px;
  }
  .about_section .large_text {
    font-size: 160%;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .about_section .small_text {
    font-size: 140%;
    line-height: 18px;
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .about_section {
    padding: 40px 0;
  }
  .about_section .info_col {
    padding-top: 0;
  }
  .about_section .large_text {
    font-size: 140%;
    line-height: 18px;
    margin-bottom: 18px;
  }
  .about_section .small_text {
    font-size: 120%;
    line-height: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .about_section .large_text {
    font-size: 160%;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .about_section .small_text {
    font-size: 140%;
    line-height: 18px;
    margin-bottom: 18px;
  }
}

.section_title {
  margin: 0;
  padding: 0 32px 40px;
  color: #3D3C41;
  font-size: 300%;
  line-height: 1.4em;
  font-family: '"bold"', "arm-bold";
}
@media (max-width: 1439px) {
  .section_title {
    padding: 0 16px 20px;
  }
}
@media (max-width: 1199px) {
  .section_title {
    font-size: 240%;
  }
}
@media (max-width: 991px) {
  .section_title {
    font-size: 220%;
  }
}
@media (max-width: 767px) {
  .section_title {
    font-size: 200%;
  }
}

.mission_section {
  position: relative;
  padding-bottom: 90px;
  overflow: hidden;
}
.mission_section .mission_list {
  position: relative;
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.mission_section .mission_list:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -140px;
  width: 100vw;
  margin-left: -50vw;
  top: 50%;
  background: #EFF2F7;
}
.mission_section .mission_list li {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  flex: 0 0 25%;
  max-width: 25%;
}
.mission_section .mission_list .mission_block {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 38px 37px 74px 27px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(167, 167, 167, 0.5);
  background: #ffffff;
}
.mission_section .mission_list .decor_element {
  position: absolute;
  left: 27px;
  right: -1px;
  bottom: 0;
}
.mission_section .mission_list .decor_element img {
  display: block;
  width: 100%;
  height: auto;
}
.mission_section .mission_list .mission_name {
  font-size: 240%;
  line-height: 33px;
  font-family: '"bold"', "arm-bold";
  height: 66px;
  margin-bottom: 22px;
  color: #5e5e5e;
}
.mission_section .mission_list .mission_description {
  position: relative;
  overflow: hidden;
  height: 120px;
  z-index: 2;
  color: #8c8c8c;
  font-size: 160%;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 12px;
}
.mission_section .mission_list .read_more {
  display: inline-block;
  vertical-align: top;
  color: #c00000;
  font-size: 160%;
  line-height: 22px;
  font-family: '"bold"', "arm-bold";
  position: relative;
  z-index: 2;
}
@media (max-width: 1439px) {
  .mission_section {
    padding-bottom: 90px;
  }
  .mission_section .mission_list .mission_block {
    padding: 32px 24px 74px;
  }
  .mission_section .mission_list .mission_description {
    font-size: 140%;
  }
  .mission_section .mission_list .mission_name {
    font-size: 220%;
  }
  .mission_section .mission_list .decor_element {
    left: 24px;
  }
}
@media (max-width: 1199px) {
  .mission_section {
    padding-bottom: 50px;
  }
  .mission_section .mission_list .mission_block {
    padding: 20px 16px 50px;
  }
  .mission_section .mission_list .mission_description {
    font-size: 140%;
  }
  .mission_section .mission_list .mission_name {
    font-size: 200%;
    line-height: 27px;
    height: 54px;
  }
  .mission_section .mission_list .decor_element {
    left: 16px;
  }
}
@media (max-width: 991px) {
  .mission_section {
    padding-bottom: 40px;
  }
  .mission_section .mission_list {
    flex-wrap: wrap;
  }
  .mission_section .mission_list:before {
    top: 160px;
  }
  .mission_section .mission_list li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .mission_section .mission_list .mission_block {
    padding-bottom: 100px;
  }
  .mission_section .mission_list .mission_description {
    height: 80px;
  }
  .mission_section .mission_list .mission_name {
    font-size: 180%;
    line-height: 24px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .mission_section .mission_list:before {
    top: 200px;
  }
  .mission_section .mission_list .mission_description {
    height: 100px;
  }
  .mission_section .mission_list .mission_block {
    padding-bottom: 80px;
  }
  .mission_section .mission_list .read_more {
    font-size: 140%;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .mission_section .mission_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.news_section {
  background: #EFF2F7;
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
}
.news_slider {
  margin: 0 -16px;
  display: flex;
}
.news_slider .slide_block {
  flex: 0 0 28.57%;
  width: 28.57%;
  padding: 0 16px;
}
.news_slider.slick-slider {
  display: block;
}
.news_slider .slick-list {
  overflow: visible;
}
.news_slider .slick-arrow {
  position: absolute;
  bottom: -100px;
  right: 16px;
  font-size: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  color: #c00000;
  background: #ffffff;
  padding: 0;
}
.news_slider .slick-arrow.slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
}
.news_slider .slick-arrow:hover {
  color: #ffffff;
  background: #c00000;
}
.news_slider .slick-arrow:before {
  font-size: 1.6rem;
}
.news_slider .slick-prev {
  margin-right: 71px;
}
.news_slider .slick-prev:before {
  content: "";
}
.news_slider .slick-next:before {
  content: "";
}

@media (max-width: 1439px) {
  .news_section {
    padding-bottom: 90px;
  }

  .news_slider .slick-arrow {
    bottom: -80px;
  }
}
@media (max-width: 1199px) {
  .news_section {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .news_section {
    padding-bottom: 40px;
  }

  .news_slider .slide_block {
    flex: 0 0 40%;
    width: 40%;
  }
  .news_slider .slick-arrow {
    width: 44px;
    height: 44px;
    bottom: -64px;
  }
  .news_slider .slick-arrow:before {
    font-size: 1.4rem;
  }
  .news_slider .slick-prev {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .news_slider {
    margin: 0 -10px;
  }
  .news_slider .slide_block {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .news_slider .slide_block {
    flex: 0 0 66.6%;
    width: 66.6%;
  }
}
@media (max-width: 479px) {
  .news_slider .slide_block {
    flex: 0 0 80%;
    width: 80%;
  }
  .news_slider .slick-arrow {
    right: 50%;
  }
  .news_slider .slick-arrow.slick-disabled {
    opacity: 0.3 !important;
  }
  .news_slider .slick-prev {
    margin-right: 8px;
  }
  .news_slider .slick-next {
    margin-right: -52px;
  }

  .news_section .view_all_btn {
    margin-top: 88px;
  }
}
@media (max-width: 413px) {
  .news_slider .slide_block {
    flex: 0 0 90.9%;
    width: 90.9%;
  }
}
.events_section {
  background: #EFF2F7;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}
.events_section:before {
  height: 60%;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ffffff;
}
.events_section .events_inner {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.events_section .left_block {
  flex: 0 0 55%;
  max-width: 55%;
  position: relative;
  padding-top: 28px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  margin-top: auto;
  padding-right: 32px;
}
.events_section .right_block {
  flex: 0 0 45%;
  max-width: 45%;
  padding-bottom: 110px;
}
.events_section .red:before {
  background: #c00000;
}
.events_section .blue:before {
  background: #5CB2F5;
}
.events_section .green:before {
  background: #2FC06B;
}
.events_section .yellow:before {
  background: #FFD25A;
}
.events_section .purple:before {
  background: #A186FF;
}
.events_section .vc-container {
  padding: 30px;
  width: 100%;
  border: none;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.events_section .vc-container .active_event {
  box-shadow: 0 2px 4px 0 rgba(131, 131, 131, 0.2);
  border-radius: 11px;
}
.events_section .vc-container .active_event .vc-day-content {
  pointer-events: none;
}
.events_section .vc-day {
  max-width: 53px;
  max-height: 53px;
}
.events_section .vc-day.is-today .vc-day-content {
  color: #c00000;
  font-family: '"bold"', "arm-bold";
}
.events_section .vc-h-full {
  width: 100%;
  height: 100%;
}
.events_section .vc-grid-cell {
  padding: 0;
}
.events_section .vc-day-content {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 11px;
  background: transparent !important;
  font-size: 180%;
  font-family: "regular", "arm-regular";
  font-weight: normal !important;
  line-height: 24px;
  padding-top: 9px;
  padding-bottom: 20px;
  color: #2E2E31;
  cursor: default;
}
.events_section .vc-day-content:not(:last-child):hover {
  color: #c00000;
  box-shadow: 0 2px 4px 0 rgba(131, 131, 131, 0.2);
  cursor: pointer;
}
.events_section .vc-dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.events_section [class*=vc-bg-red] {
  background: #c00000;
}
.events_section [class*=vc-bg-blue] {
  background: #5CB2F5;
}
.events_section [class*=vc-bg-green] {
  background: #2FC06B;
}
.events_section [class*=vc-bg-yellow] {
  background: #FFD25A;
}
.events_section [class*="vc-bg-purple "] {
  background: #A186FF;
}
.events_section .vc-popover-content {
  background: #ffffff;
  border-color: transparent;
  border-radius: 11px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  color: #2E2E31;
}
.events_section .vc-popover-content span {
  color: inherit !important;
  background: transparent !important;
  border: none !important;
}
.events_section .vc-popover-content span:hover {
  color: #c00000 !important;
}
.events_section .vc-title {
  font-size: 350%;
  line-height: 40px;
  color: #2E2E31;
  margin-bottom: 50px;
  font-family: '"bold"', "arm-bold";
}
.events_section .vc-flex {
  background: transparent !important;
  color: #2E2E31;
  opacity: 1 !important;
}
.events_section .vc-dots {
  position: relative;
  top: -11px;
}
.events_section .vc-weeks > div:nth-child(-n+7) {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.events_section .vc-weekday {
  font-family: '"bold"', "arm-bold";
  font-size: 120%;
  line-height: 16px;
  color: rgba(46, 46, 49, 0.5);
}
.events_section .vc-weeks {
  height: 500px;
}
.events_section .section_title {
  padding: 0px;
  padding-bottom: 6px;
}
.events_section .events_date {
  padding-bottom: 20px;
  font-size: 240%;
  line-height: 33px;
  font-family: '"bold"', "arm-bold";
  color: #2E2E31;
  display: flex;
  height: 53px;
}
.events_section .events_date span {
  display: block;
  font-family: "regular", "arm-regular";
  margin-left: 18px;
}

.tab_block {
  padding-bottom: 50px;
}
.tab_block ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.tab_block ul li {
  margin-right: 15px;
  font-family: "regular", "arm-regular";
  font-size: 320%;
  line-height: 41px;
}
.tab_block ul li.active {
  font-family: '"bold"', "arm-bold";
}
.tab_block ul li.active a {
  opacity: 1 !important;
  cursor: default !important;
  color: #2E2E31;
}
.tab_block ul li:nth-child(2) {
  display: flex;
  align-items: center;
}
.tab_block ul li:nth-child(2):before {
  content: "";
  display: block;
  margin-right: 15px;
  width: 8px;
  height: 8px;
  background: #D8D8D8;
  border-radius: 50%;
  overflow: hidden;
}
.tab_block ul a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #BDBDBD;
}

.news_block .news_description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events_section .news_block {
  margin-top: 0;
}

.news_section {
  margin-top: 20px;
  background-color: #ffffff;
  border-top: 1px solid rgba(143, 143, 143, 0.116);
}

.events_slider {
  margin: 0 -16px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.events_slider.slick-slider {
  overflow: visible;
}
.events_slider:after {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  bottom: 10px;
  background: url("images/loader.svg") #ffffff no-repeat;
  background-position: center;
  z-index: -1;
  content: "";
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  opacity: 0;
}
.events_slider.loading * {
  opacity: 0;
}
.events_slider.loading:after {
  z-index: 5;
  opacity: 1;
}
.events_slider .slide_block {
  height: 580px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 16px;
  position: relative;
  white-space: normal;
  margin-bottom: 10px;
}
.events_slider .slide_block:before {
  content: "";
  width: 5px;
  margin-top: 45px;
  height: 85%;
  position: absolute;
}
.events_slider .slick-arrow {
  position: absolute;
  bottom: -100px;
  right: 16px;
  font-size: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  color: #c00000;
  background: #ffffff;
  padding: 0;
}
.events_slider .slick-arrow.slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
}
.events_slider .slick-arrow:hover {
  color: #ffffff;
  background: #c00000;
}
.events_slider .slick-arrow:before {
  font-size: 1.6rem;
}
.events_slider .slick-prev {
  margin-right: 71px;
}
.events_slider .slick-prev:before {
  content: "";
}
.events_slider .slick-next:before {
  content: "";
}
.events_slider .news_block .news_title {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1439px) {
  .events_section {
    padding-bottom: 90px;
  }
  .events_section .right_block {
    padding-bottom: 90px;
  }
  .events_section .vc-container {
    padding: 20px;
  }
  .events_section .vc-container .vc-title {
    margin-bottom: 30px;
  }
  .events_section .vc-container .vc-weeks {
    height: 430px;
  }

  .events_slider .slide_block {
    height: 460px;
  }
  .events_slider .slide_block .news_block .news_title {
    -webkit-line-clamp: 4;
  }
  .events_slider .slide_block .news_block .news_description {
    margin-bottom: 0;
  }
  .events_slider .slick-arrow {
    bottom: -80px;
  }
}
@media (max-width: 1199px) {
  .events_section {
    padding-bottom: 50px;
  }
  .events_section .vc-container .vc-title {
    font-size: 220%;
    line-height: 35px;
  }
  .events_section .vc-container .vc-weeks {
    height: 375px;
  }
  .events_section .vc-container .vc-day-content {
    font-size: 140%;
  }
  .events_section .events_date {
    font-size: 200%;
  }

  .events_slider .slide_block {
    height: 400px;
  }
  .events_slider .slide_block .news_title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .events_slider .slide_block:before {
    height: 80%;
  }
}
@media (max-width: 991px) {
  .events_section {
    overflow: hidden;
  }
  .events_section:before {
    height: 30%;
  }
  .events_section .vc-container {
    padding: 10px 0;
  }
  .events_section .right_block {
    padding-bottom: 74px;
  }
  .events_section .events_date {
    font-size: 180%;
  }

  .events_slider .slick-arrow {
    width: 44px;
    height: 44px;
    bottom: -64px;
  }
  .events_slider .slick-arrow:before {
    font-size: 1.4rem;
  }
  .events_slider .slick-prev {
    margin-right: 60px;
  }
  .events_slider .slide_block {
    width: 75%;
    height: 390px;
  }
}
@media (max-width: 767px) {
  .events_section {
    padding-bottom: 70px;
  }
  .events_section .events_date {
    font-size: 160%;
    line-height: 20px;
    height: 40px;
  }
  .events_section .events_inner {
    flex-direction: column-reverse;
    position: relative;
  }
  .events_section .left_block {
    max-width: none;
    flex: none;
    margin: 0 -16px;
    padding: 30px 16px 60px;
    margin-bottom: -60px;
  }
  .events_section .right_block {
    max-width: 100%;
    flex: none;
    margin-top: 20px;
    padding-bottom: 0;
  }
  .events_section .vc-container {
    height: auto;
  }
  .events_section .vc-container .vc-weeks {
    height: auto;
  }
  .events_section .vc-container .vc-title {
    margin-bottom: 10px;
  }
  .events_section .vc-container .vc-day {
    max-height: 38px;
  }
  .events_section .vc-container .vc-day-content {
    padding-bottom: 15px;
    padding-top: 5px;
    line-height: 18px;
  }
  .events_section .vc-container .vc-dots {
    top: -6px;
  }
  .events_section .events_slider {
    margin: 0 -10px;
    height: 400px;
  }
  .events_section .events_slider .slide_block {
    width: 50%;
    padding: 0 10px;
  }
  .events_section .events_slider .slick-list {
    overflow: visible;
  }
}
@media (max-width: 479px) {
  .events_slider .slick-arrow {
    right: 50%;
  }
  .events_slider .slick-arrow.slick-disabled {
    opacity: 0.3 !important;
  }
  .events_slider .slick-prev {
    margin-right: 8px;
  }
  .events_slider .slick-next {
    margin-right: -52px;
  }
  .events_slider .slide_block {
    width: 100%;
  }

  .events_section .view_all_btn {
    margin-top: 88px;
  }
  .events_section .vc-container {
    padding: 10px;
    height: 350px;
  }
}
.contact_section {
  height: 300px;
  background: url("../images/contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  z-index: 5;
}
.contact_section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(192, 0, 0, 0.35);
  z-index: -1;
}
.contact_section .custom_container {
  display: flex;
  align-items: center;
  height: 100%;
}
.contact_section .contact_inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.contact_section .contact_title {
  font-size: 200%;
  line-height: 26px;
  font-family: '"bold"', "arm-bold";
  min-height: 52px;
  margin-bottom: 25px;
}
.contact_section .contact_block {
  max-width: 460px;
  padding: 20px;
}
.contact_section .contact_desctiption {
  font-size: 160%;
  line-height: 22px;
  font-family: '"bold"', "arm-bold";
  display: flex;
}
.contact_section .contact_desctiption span {
  display: block;
  margin-left: 10px;
  font-family: "regular", "arm-regular";
}
@media (max-width: 1439px) {
  .contact_section {
    height: 320px;
  }
  .contact_section .contact_title {
    font-size: 180%;
    line-height: 25px;
    min-height: 50px;
  }
  .contact_section .contact_desctiption {
    font-size: 140%;
    line-height: 19px;
    padding: 2px 0;
  }
  .contact_section .contact_block {
    max-width: 385px;
  }
}
@media (max-width: 1199px) {
  .contact_section .contact_desctiption {
    flex-direction: column;
  }
  .contact_section .contact_desctiption span {
    margin-left: 0;
  }
  .contact_section .contact_block {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .contact_section {
    height: auto;
  }
  .contact_section .contact_title {
    font-size: 160%;
    line-height: 21px;
    min-height: 42px;
    margin-bottom: 20px;
  }
  .contact_section .contact_desctiption {
    font-size: 120%;
    line-height: 17px;
  }
  .contact_section .contact_inner {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px 0;
  }
  .contact_section .contact_block {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .contact_section {
    height: 100%;
  }
  .contact_section .contact_inner {
    flex-direction: column;
  }
  .contact_section .contact_title {
    min-height: 0;
  }
  .contact_section .contact_block {
    flex: 0 0 100%;
  }
}

.mission_section .mission_list .read_more, .events_section .vc-title, .events_section .vc-flex {
  -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_section .view_all_btn, .news_slider .slick-arrow, .events_section .view_all_btn, .events_section .vc-day-content, .events_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;
}

.tab_block ul a:hover {
  opacity: 0.7;
}

.events_section .vc-title:hover, .events_section .vc-flex:hover {
  color: #c00000;
}

.mission_section .mission_list .read_more:hover {
  color: rgba(192, 0, 0, 0.7);
}

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