.arrow {
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow.right {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.arrow.left {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.arrow-news {
  position: relative;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #218DD1;
}

.arrow-news:hover {
  background: #145279;
}

*:focus {
  outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.arrow-news.left {
  -webkit-box-shadow: 0px 5px 10px rgba(112, 169, 204, 0.8);
          box-shadow: 0px 5px 10px rgba(112, 169, 204, 0.8);
}

.arrow-news.right {
  -webkit-box-shadow: 0px 5px 10px rgba(33, 141, 209, 0.8);
          box-shadow: 0px 5px 10px rgba(33, 141, 209, 0.8);
}

.arrow-news.left::after {
  content: "";
  position: absolute;
  top: 24%;
  left: 33%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.arrow-news.right::after {
  content: "";
  position: absolute;
  bottom: 24%;
  right: 33%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.slider__section {
  margin-top: 91px;
}

.slider__section .slider {
  position: relative;
}

.slider__section .slider .item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 120px;
  height: calc(100vh - 91px);
  overflow: hidden;
}

.slider__section .slider .item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 110%;
  min-height: 100%;
}

.slider__section .slider .item .slider__head {
  font-size: 50px;
  color: #ffffff;
  width: 70%;
}

.slider__section .slider .item .slider__body {
  font-size: 34px;
  color: #ffffff;
  width: 60%;
}

.slider__section .slider .owl-nav .owl-next, .slider__section .slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 50px;
  color: #ffffff;
  font-weight: 100;
}

.slider__section .slider .owl-nav .owl-next {
  right: 30px;
}

.slider__section .slider .owl-nav .owl-prev {
  left: 30px;
}

.slider__section .slider .owl-nav .owl-next:hover, .slider__section .slider .owl-nav .owl-prev:hover {
  background: none;
}

.slider__section .slider .owl-nav .owl-next, .slider__section .slider .owl-nav .owl-prev {
  outline: none;
}

.information {
  background: #FAFBFD;
  padding-top: 61px;
}

.information .container .information__head {
  color: #218DD1;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 53px;
}

.information .container .information__slider .information__card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 350px;
  height: 100%;
  margin-bottom: 20px;
}

.information .container .information__slider .information__card .information__card-header {
  font-weight: bold;
  font-size: 16px;
  color: #4D4D4D;
  margin: 0;
  padding: 12px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.information .container .information__slider .information__card .information__card-text {
  font-weight: normal;
  font-size: 16px;
  color: #919191;
  margin: 5px 0;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.information .container .information__slider .information__card .information__card-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 20px;
  width: 100%;
  position: absolute;
}

.information .container .information__slider .information__card .information__card-more .information__card-link {
  color: #218DD1;
  text-decoration: none;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.information .container .information__slider .information__card .information__card-more .information__card-link:hover {
  color: #023453;
}

.information .container .information__slider .information__card .information__card-more .information__card-date {
  font-size: 16px;
  color: #8E9DA7;
  margin: 0;
  padding: 0;
}

.information .container .information__slider .owl-nav .owl-next, .information .container .information__slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 50px;
  color: #ffffff;
  font-weight: 100;
}

.information .container .information__slider .owl-nav .owl-next {
  right: -30px;
}

.information .container .information__slider .owl-nav .owl-prev {
  left: -30px;
}

.information .container .information__slider .owl-nav .owl-next:hover, .information .container .information__slider .owl-nav .owl-prev:hover {
  background: none;
}

.information .container .information__slider .owl-nav .owl-next, .information .container .information__slider .owl-nav .owl-prev {
  outline: none;
}

.information .container .information__slider .owl-dots {
  counter-reset: dots;
}

.information .container .information__slider .owl-dots span {
  display: none;
}

.information .container .information__slider .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

.information .container .information__slider .owl-dot {
  margin: 0 10px;
  color: #909090;
}

.information .container .information__slider .owl-dot.active {
  color: #218DD1;
  text-decoration: underline;
}

.news {
  background: #FAFBFD;
  padding-top: 59px;
  padding-bottom: 80px;
}

.news .container .news__head {
  color: #218DD1;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 53px;
}

.news .container .news__block__important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.news .container .news__block__important .news__block__important-video {
  position: relative;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.news .container .news__block__important .news__block__important-video .video {
  width: 100%;
}

.news .container .news__block__important .news__block__important-video .important-video__text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
}

.news .container .news__block__important .news__block__important-video .important-video__text-wrapper .attention {
  background: #ffffff;
  color: #218DD1;
  font-weight: bold;
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline;
}

.news .container .news__block__important .news__block__important-video .important-video__text-wrapper .text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}

.news .container .news__block__important .news__block__important-video .important-video__text-wrapper .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .container .news__block__important .news__block__important-video .important-video__text-wrapper .info-block .info-block__link {
  color: #FFFFFF;
  text-decoration: none;
}

.news .container .news__block__important .news__block__important-video .important-video__text-wrapper .info-block .info-block__link:hover {
  color: #218DD1;
  text-decoration: underline;
}

.news .container .news__block__important .news__block__important-video .important-video__text-wrapper .info-block .time i, .news .container .news__block__important .news__block__important-video .important-video__text-wrapper .info-block .time p {
  display: inline-block;
  text-transform: uppercase;
  color: #FFFFFF;
}

.news .container .news__block__important .news__block__important-events {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .container .news__block__important .news__block__important-events .news__block__important-head {
  color: #218DD1;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 53px;
  margin: 0;
}

.news .container .news__block__important .news__block__important-events .news__block__important-enevts__card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px;
}

.news .container .news__block__important .news__block__important-events .news__block__important-enevts__card .news__card-header {
  font-weight: bold;
  font-size: 16px;
  color: #4D4D4D;
  margin: 0;
}

.news .container .news__block__important .news__block__important-events .news__block__important-enevts__card .news__card-text {
  font-weight: normal;
  font-size: 16px;
  color: #919191;
  margin: 5px 0;
}

.news .container .news__block__important .news__block__important-events .news__block__important-enevts__card .news__card-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news .container .news__block__important .news__block__important-events .news__block__important-enevts__card .news__card-more .news__card-link {
  color: #218DD1;
  text-decoration: none;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.news .container .news__block__important .news__block__important-events .news__block__important-enevts__card .news__card-more .news__card-link:hover {
  color: #023453;
}

.news .container .news__block__important .news__block__important-events .news__block__important-enevts__card .news__card-more .news__card-date {
  font-size: 16px;
  color: #8E9DA7;
  margin: 0;
  padding: 0;
}

.news .container .news__slider {
  padding-top: 53px;
}

.news .container .news__slider .news__card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news .container .news__slider .news__card .news__card-header {
  font-weight: bold;
  font-size: 16px;
  color: #4D4D4D;
  margin: 0;
}

.news .container .news__slider .news__card .news__card-text {
  font-weight: normal;
  font-size: 16px;
  color: #919191;
  margin: 5px 0;
}

.news .container .news__slider .news__card .news__card-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news .container .news__slider .news__card .news__card-more .news__card-link {
  color: #218DD1;
  text-decoration: none;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.news .container .news__slider .news__card .news__card-more .news__card-link:hover {
  color: #023453;
}

.news .container .news__slider .news__card .news__card-more .news__card-date {
  font-size: 16px;
  color: #8E9DA7;
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=style-index.css.map */