@charset "UTF-8";
.news_section .news_list, .contact_section .tab_buttons ul, .main_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news_section .images_inner img, .main_slider .slide_image:after, .main_slider .slide_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.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;
}

.slider_section {
  position: relative;
}
.slider_section .page_content {
  padding: 0;
}
.slider_section .curent_value {
  position: absolute;
  right: 0;
  display: flex;
}
.slider_section .curent_value span {
  display: block;
}
.slider_section .indicator_block {
  position: absolute;
  bottom: 80px;
  z-index: 50;
  width: 40%;
  right: 27%;
  height: 2px;
  background: rgba(255, 255, 255, 0.28);
}
.slider_section .indicator_block .indicator_line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  border-radius: 2px;
  background: #3ABF07;
}
.slider_section .slider_indicator {
  position: absolute;
  top: 70px;
  right: 35px;
  z-index: 50;
  color: #ffffff;
}
.slider_section .slider_indicator .current_slide {
  display: block;
  font-size: 720%;
  line-height: 88px;
  font-family: "bold", "arm-bold";
}
.slider_section .slider_indicator .slides_count {
  display: block;
  opacity: 0.8;
  font-size: 220%;
  line-height: 27px;
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  height: 100%;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main_slider .slick-list {
  height: 100%;
}
.main_slider .slick-track {
  height: 100%;
}
.main_slider .slide_inner {
  display: flex;
}
.main_slider .info_block {
  width: 300px;
}
.main_slider .images_block {
  flex: 1;
}
.main_slider .slide_image {
  position: relative;
  width: 100%;
}
.main_slider .slide_image img {
  object-fit: cover;
}
.main_slider .slide_image:before {
  display: block;
  content: "";
  padding-bottom: 484px;
}
.main_slider .slide_image:after {
  content: "";
  background: rgba(5, 83, 159, 0.3);
}
.main_slider .inner_info {
  position: absolute;
  bottom: 15px;
  right: 45px;
  max-width: 189px;
  width: 100%;
  height: 100%;
  max-height: 200px;
  background: rgba(58, 191, 7, 0.8);
  border-radius: 4px;
  overflow: hidden;
  color: #ffffff;
  padding: 20px 16px;
  font-size: 160%;
  line-height: 19px;
  font-family: "bold", "arm-bold";
  box-shadow: 0 2px 5px 0 rgba(84, 124, 203, 0.11);
}
.main_slider .inner_text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_slider .info_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 20px 95px 35px;
}
.main_slider .slide_title {
  font-size: 240%;
  line-height: 29px;
  font-family: "bold", "arm-bold";
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_slider .slide_description {
  font-size: 140%;
  line-height: 18px;
  color: rgba(102, 102, 102, 0.8);
  margin-top: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_slider .slide_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  background: #05539F;
  color: #ffffff;
  font-size: 100%;
  line-height: 13px;
  font-family: "bold", "arm-bold";
  height: 40px;
  width: 135px;
  border-radius: 19.5px;
}
.main_slider .slick-arrow {
  position: absolute;
  bottom: 30px;
  z-index: 5;
  border: none;
  padding: 0;
  color: #666666;
  width: 67px;
  display: flex;
  align-items: center;
  height: 11px;
  background: transparent;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_slider .slick-arrow:before {
  display: block;
  font-size: 11px;
}
.main_slider .slick-prev {
  right: 25%;
}
.main_slider .slick-prev:before {
  color: #3ABF07;
  content: "";
  transform: rotate(-180deg);
}
.main_slider .slick-next {
  right: 60px;
  justify-content: flex-end;
}
.main_slider .slick-next:before {
  color: #ffffff;
  content: "";
}
.main_slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.main_slider .slick-dots li {
  flex: 1;
  max-width: 28px;
  padding: 0 2px;
}
.main_slider .slick-dots li.slick-active button {
  opacity: 1;
  height: 7px;
  width: 7px;
  cursor: default;
  background: #3ABF07;
}
.main_slider .slick-dots button {
  border: none;
  background: rgba(58, 191, 7, 0.2);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  padding: 0;
  opacity: 1;
}
.main_slider .slick-dots button:hover {
  opacity: 0.7;
}

.contact_section {
  margin-top: 50px;
}
.contact_section .tab_section {
  box-shadow: 0 2px 5px 0 rgba(84, 124, 203, 0.11);
  background: #ffffff;
  border-radius: 4px;
  padding: 30px;
  display: flex;
}
.contact_section .images_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px;
}
.contact_section .images_block img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.contact_section .form_fields {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 40px;
  padding-top: 50px;
}
.contact_section .selected.tab_block {
  height: auto;
  opacity: 1;
  overflow: visible;
  margin-top: 40px;
}
.contact_section .tab_block {
  height: 0;
  opacity: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.contact_section .tab_buttons ul {
  display: flex;
  align-items: center;
}
.contact_section .tab_buttons li {
  width: 50%;
}
.contact_section .tab_buttons a {
  font-size: 160%;
  line-height: 19px;
  font-family: "bold", "arm-bold";
  color: #6C7380;
  padding-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.contact_section .tab_buttons a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 0;
  background: rgba(5, 83, 159, 0.8);
}
.contact_section .tab_buttons a.selected:before {
  opacity: 1;
}
.contact_section .inline_block {
  display: flex;
  width: 100%;
  margin: 0 -7px;
}
.contact_section .inline_block .field_block {
  padding: 0 7px;
}
.contact_section .field_block {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
.contact_section .label_text {
  display: block;
  margin-left: 18px;
  margin-bottom: 7px;
  font-size: 110%;
  line-height: 14px;
  font-family: "bold", "arm-bold";
  color: #05539F;
}
.contact_section input {
  width: 100%;
  height: 40px;
  border: 1px solid #05539F;
  border-radius: 19.5px;
  padding: 0 20px;
  font-size: 120%;
  line-height: 15px;
  color: rgba(76, 82, 93, 0.8);
  background: transparent;
}
.contact_section textarea {
  resize: none;
  width: 100%;
  height: 108px;
  border: 1px solid rgba(5, 83, 159, 0.8);
  border-radius: 4px;
  padding: 20px;
  font-size: 120%;
  line-height: 15px;
  color: rgba(76, 82, 93, 0.8);
  background: transparent;
}
.contact_section .button_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.contact_section .btn_info {
  display: block;
  text-decoration: underline;
  font-size: 120%;
  line-height: 15px;
  color: #0C60AC;
  font-family: "bold", "arm-bold";
}
.contact_section .validate_button {
  width: 135px;
  border: none;
  height: 40px;
  border-radius: 19.5px;
  color: #ffffff;
  background: #05539F;
  font-size: 100%;
  line-height: 13px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "bold", "arm-bold";
}
.contact_section .validate_button:hover {
  opacity: 0.7;
}

.section_title {
  font-size: 180%;
  line-height: 22px;
  color: #55C500;
  padding: 10px 0;
}

.home_about_section {
  margin-top: 50px;
}
.home_about_section .main_logo {
  margin-top: 30px;
  max-width: 200px;
}
.home_about_section .main_logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: cover;
}
.home_about_section .about_line {
  display: flex;
}
.home_about_section .main_info {
  width: 280px;
  margin-top: 50px;
}
.home_about_section .info_title {
  font-size: 280%;
  line-height: 34px;
  color: #4C525D;
}
.home_about_section .info_description {
  margin-top: 25px;
  font-size: 160%;
  line-height: 24px;
  color: rgba(76, 82, 93, 0.8);
}
.home_about_section .about_history {
  margin-left: 35px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home_about_section .about_date {
  font-size: 240%;
  line-height: 29px;
  font-family: "bold", "arm-bold";
  color: #3ABF07;
  position: relative;
}
.home_about_section .about_date::before {
  content: "";
  left: -19px;
  margin-top: 25px;
  width: 1;
  height: 210px;
  border: 1px solid rgba(58, 191, 7, 0.3);
  border-style: dashed;
  border-color: rgba(58, 191, 7, 0.3);
  position: absolute;
}
.home_about_section .about_date:after {
  content: "";
  left: -22px;
  z-index: 66;
  margin-top: 10px;
  position: absolute;
  width: 9px;
  height: 9px;
  background: #3ABF07;
  border-radius: 50%;
  overflow: hidden;
}
.home_about_section .about_description {
  margin-top: 8px;
  font-size: 140%;
  line-height: 18px;
  color: rgba(76, 82, 93, 0.8);
}
.home_about_section .about_img {
  margin-top: 16px;
  width: 100%;
}
.home_about_section .about_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.home_about_section .about_block {
  display: flex;
  flex-direction: column;
  padding: 0 19px;
  width: 33.3%;
  position: relative;
}
.home_about_section .about_block:first-child {
  padding-top: 157px;
}
.home_about_section .about_block.last_about {
  margin-top: -10px;
}
.home_about_section .about_block.last_about .about_date::after {
  box-shadow: 0px 0px 0px 9px rgba(58, 191, 7, 0.3);
}
.home_about_section .about_block.small_img .about_img {
  order: -1;
  width: 60%;
  height: 86px;
}
.home_about_section .about_block.small_img .about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_about_section .decor_line {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 175px;
}
.home_about_section .decor_line img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_section {
  margin-top: 50px;
  margin-bottom: 80px;
}
.news_section .news_list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px;
}
.news_section li {
  padding: 0 10px;
  width: 25%;
}
.news_section li:last-child {
  width: 50%;
}
.news_section li:last-child .news_info {
  left: 12px;
  pointer-events: none;
  right: 12px;
  bottom: 18px;
  padding: 24px 30px;
  z-index: 10;
  border-radius: 4px;
  overflow: hidden;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}
.news_section li:last-child .news_title {
  color: #ffffff;
  font-size: 320%;
  line-height: 39px;
}
.news_section li:last-child .news_description {
  color: rgba(255, 255, 255, 0.8);
}
.news_section li:last-child .news_link {
  text-decoration: underline;
  color: #ffffff;
}
.news_section li:last-child .hovered .news_link {
  opacity: 1;
}
.news_section li:last-child .hovered .news_info {
  background: rgba(58, 191, 7, 0.8);
}
.news_section li:last-child .hovered .images_inner::before {
  background: rgba(30, 68, 142, 0.4);
}
.news_section .news_block {
  position: relative;
}
.news_section .news_block.hovered .images_inner::before {
  background: rgba(30, 68, 142, 0.5);
}
.news_section .news_block.hovered .news_link {
  opacity: 0.5;
}
.news_section .news_date {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 87px;
  height: 67px;
  display: flex;
  align-items: center;
  z-index: 5;
  opacity: 0.8;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.news_section .news_date .day {
  font-size: 240%;
  line-height: 21px;
}
.news_section .news_date .mount {
  font-size: 120%;
  line-height: 14px;
}
.news_section .images_inner {
  border-radius: 4px;
  position: relative;
  display: block;
  z-index: 10;
  overflow: hidden;
}
.news_section .images_inner::before {
  content: "";
  display: block;
  padding-bottom: 79%;
  background: rgba(30, 68, 142, 0.26);
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.news_section .images_inner img {
  object-fit: cover;
}
.news_section .news_title {
  margin-top: 30px;
  font-size: 180%;
  line-height: 22px;
  color: #4C525D;
  font-family: "bold", "arm-bold";
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_section .news_description {
  margin-top: 20px;
  color: rgba(76, 82, 93, 0.8);
  font-size: 140%;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_section .news_link {
  display: block;
  margin-top: 25px;
  color: #05539F;
  font-size: 120%;
  line-height: 15px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "bold", "arm-bold";
}
.news_section .news_link_btn {
  margin-top: 25px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 147px;
  border-radius: 19.5px;
  background: #05539F;
  font-size: 100%;
  line-height: 13px;
  border: none;
  color: #ffffff;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "bold", "arm-bold";
}
.news_section .news_link_btn:hover {
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .slider_section .slider_indicator {
    top: 20px;
    right: 20px;
  }
  .slider_section .slider_indicator .current_slide {
    font-size: 580%;
    line-height: 65px;
  }
  .slider_section .slider_indicator .slides_count {
    font-size: 180%;
    line-height: 25px;
  }
  .slider_section .indicator_block {
    bottom: 20px;
    width: 50%;
    left: 30px;
    background: rgba(58, 191, 7, 0.5);
  }

  .main_slider .slick-prev {
    right: 30%;
  }
  .main_slider .slide_image:before {
    padding-bottom: 420px;
  }
  .main_slider .info_block {
    padding: 30px;
  }
  .main_slider .slick-dots {
    bottom: 40px;
    left: 30px;
  }

  .contact_section .form_fields {
    padding-left: 20px;
    padding-top: 20px;
  }

  .home_about_section .about_line {
    flex-direction: column;
  }
  .home_about_section .main_info {
    width: 100%;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .home_about_section .about_history {
    margin-left: 0;
    margin-top: 20px;
    padding: 0 20px;
  }
  .home_about_section .decor_line {
    width: 66.6%;
    margin-left: 20px;
    height: 175px;
  }
  .home_about_section .decor_line img {
    object-fit: unset;
  }
  .home_about_section .main_logo {
    margin: 0 auto;
    margin-top: 20px;
  }

  .news_section li:last-child .news_title {
    font-size: 280%;
    line-height: 35px;
  }
  .news_section li:last-child .news_info {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .slider_section .indicator_block {
    width: 250px;
  }

  .main_slider .info_block {
    width: 320px;
  }
  .main_slider .info_block {
    padding: 30px 20px;
    justify-content: flex-start;
  }
  .main_slider .slide_description {
    margin-top: 30px;
  }
  .main_slider .inner_info {
    bottom: 0;
    right: 0;
    max-width: 164px;
    max-height: 145px;
  }
  .main_slider .inner_info .inner_text {
    -webkit-line-clamp: 4;
  }
  .main_slider .slick-arrow {
    bottom: 20px;
  }
  .main_slider .slick-arrow.slick-next {
    right: 20px;
  }
  .main_slider .slick-arrow.slick-prev {
    right: 25%;
  }

  .contact_section .tab_section {
    padding: 20px;
  }
  .contact_section .images_block {
    display: flex;
    align-items: center;
  }
  .contact_section .inline_block {
    flex-direction: column;
    margin: 0;
  }
  .contact_section .inline_block .field_block {
    padding: 0;
  }
  .contact_section .tab_buttons a {
    font-size: 120%;
    line-height: 15px;
  }

  .home_about_section .about_description {
    font-size: 120%;
    line-height: 19px;
  }

  .news_section li:last-child .news_title {
    font-size: 240%;
    line-height: 31px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .contact_section .tab_section {
    flex-direction: column;
  }
  .contact_section .images_block {
    flex: 0 0 100%;
    max-width: none;
    justify-content: center;
  }
  .contact_section .images_block img {
    width: 50%;
  }
  .contact_section .form_fields {
    flex: 0 0 100%;
    max-width: none;
  }

  .main_slider .slide_inner {
    flex-direction: column-reverse;
  }
  .main_slider .info_block {
    width: 100%;
    height: 340px;
  }
  .main_slider .slide_image:before {
    padding-bottom: 380px;
  }
  .main_slider .slide_title {
    max-width: 350px;
    -webkit-line-clamp: 3;
  }
  .main_slider .slide_description {
    max-width: 350px;
    -webkit-line-clamp: 4;
  }

  .home_about_section .decor_line {
    display: none;
  }
  .home_about_section .about_history {
    flex-wrap: wrap;
  }
  .home_about_section .about_block {
    padding: 20px 10px;
    width: 100%;
  }
  .home_about_section .about_block:first-child {
    padding-top: 0;
  }
  .home_about_section .about_block.small_img .about_img {
    order: 1;
    width: 100%;
    height: auto;
  }

  .news_section li {
    width: 100%;
    margin-bottom: 20px;
  }
  .news_section li:last-child {
    width: 100%;
  }
  .news_section .images_inner::before {
    padding-bottom: 40%;
  }
}
@media (max-width: 575px) {
  .main_slider .slide_inner {
    flex-direction: column;
  }
  .main_slider .info_block {
    width: 100%;
    height: 270px;
    padding: 20px;
  }
  .main_slider .inner_info {
    bottom: 10px;
    right: 10px;
  }
  .main_slider .slick-arrow {
    bottom: 15px;
  }
  .main_slider .slick-arrow.slick-prev {
    left: 25px;
  }
  .main_slider .slick-arrow.slick-next {
    right: 25px;
  }
  .main_slider .slide_image {
    border-bottom: 37px solid #ffffff;
  }
  .main_slider .slide_image:before {
    padding-bottom: 237px;
  }
  .main_slider .slide_title {
    font-size: 180%;
    line-height: 23px;
  }
  .main_slider .slide_description {
    font-size: 120%;
    line-height: 17px;
    margin-top: 20px;
  }

  .slider_section .indicator_block {
    width: auto;
    right: 185px;
    bottom: 50px;
    left: 20px;
  }

  .contact_section .images_block img {
    width: 100%;
  }
  .contact_section .form_fields {
    padding: 0;
  }
  .contact_section .button_block {
    margin-top: 20px;
    flex-direction: column;
  }
  .contact_section .button_block a {
    margin-bottom: 25px;
  }

  .news_section li:last-child .news_info {
    position: relative;
    padding: 0;
    margin-top: 20px;
    left: 0;
  }
  .news_section li:last-child .news_title {
    color: #4C525D;
    font-size: 160%;
    line-height: 21px;
  }
  .news_section li:last-child .news_description {
    color: #4C525D;
    opacity: 0.8;
  }
  .news_section li:last-child .news_link {
    color: #05539F;
  }
  .news_section .images_inner::before {
    padding-bottom: 60%;
  }
  .news_section .news_title {
    margin-top: 20px;
    font-size: 160%;
    line-height: 21px;
  }
}
.web .slide_btn, .web .validate_button .news_link_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .slide_btn:hover, .web .validate_button .news_link_btn:hover {
  background: #0C60AC;
}

.touch .slide_btn, .touch .validate_button .news_link_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;
}
.touch .slide_btn:active, .touch .validate_button .news_link_btn:active {
  background: #0C60AC;
}

.main_slider .slick-dots button, .contact_section .tab_block {
  -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:hover {
  opacity: 0.7;
}

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