.right-banner {
  position: absolute;
  top: 100px;
  right: -300px;
  width: 200px;
  height: 80vh;
}

.right-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************specialView***************/
.blackAndWhite {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  /*-ms-filter: grayscale(100%);*/
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.blackAndWhiteInvert,
.blackAndWhiteInvert img,
.blackAndWhiteInvert embed,
.blackAndWhiteInvert video {
  -webkit-filter: grayscale(100%) invert(100%);
  -moz-filter: grayscale(100%) invert(100%);
  /*-ms-filter: grayscale(100%) invert(100%);*/
  -o-filter: grayscale(100%) invert(100%);
  filter: grayscale(100%) invert(100%);
}
.icon_accessibility:hover {
  cursor: pointer;
}
.icon_accessibility span a {
  margin-right: 7px;
}
.icon_accessibility span a i {
  font-size: 18px;
}
.specialViewArea {
  padding: 10px 20px 20px 20px;
  width: 265px;
  right: -14px;
  color: #5b5b5b;
  margin-top: 15px;
}
.specialViewArea:after,
.specialViewArea:before {
  bottom: 100%;
  left: 91.5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.specialViewArea:after {
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.specialViewArea:before {
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-width: 12px;
  margin-left: -12px;
}
.appearance {
  margin-bottom: 10px;
  clear: both;
  display: table;
  width: 100%;
}
.squareBox {
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-size: 27px;
  font-weight: bolder;
  cursor: pointer;
  background: #828282;
  border-radius: 50%;
  /*border: 2px solid #353535;*/
  color: #fff;
}
.specialTitle {
  /*border-bottom: 1px solid #a84f4a;*/
  font-size: 18px;
}
.squareAppearances {
  float: left;
  margin-right: 5px;
}
.squareBox.spcNormal {
  background: #062a78;
  /*border-color: #743733;*/
}
.squareBox.spcWhiteAndBlack {
  background: #828282;
  border-color: #353535;
}
.squareBox.spcDark {
  background: #3e3e3e;
  border-color: #777777;
}
.fontSmaller {
  font-size: 24px;
}
.fontBigger {
  font-size: 26px;
}
.defaultSlider {
  height: 4px !important;
  background: #b7b7b7;
  border: none;
}
.defaultSlider span {
  border-radius: 50%;
  outline: none;
  background: #062a78 !important;
  cursor: pointer !important;
  width: 25px !important;
  height: 25px !important;
  top: -11px !important;
  box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -o-box-shadow: 0 0 5px #ccc;
  -ms-border-shadow: 0 0 5px #ccc;
  /*cursor: pointer !important;*/
  margin-bottom: 10px;
}
.sliderZoom {
  margin: 15px 0 20px 0;
}
.sliderText {
  margin-bottom: 20px;
}
.defaultSlider span:focus,
.defaultSlider span:hover {
  border-color: #d3d3d3;
}
.defaultSlider .ui-slider-range {
  background: #062a78;
}

/********************special_box********************/

.specialBoxList {
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  border: 0;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
html,
body {
  background-color: #fff;
  height: 100%;
}

body {
  font-family: "RobotoCondensed";
  font-size: 18px;
}

.wrapper {
  background-color: #fff;
  overflow: hidden;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../fonts/RobotoCondensed-Light.woff") format("woff");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}

/**************************************************/

.b_left_menu,
.b_search {
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: none;
  position: absolute;
  top: 42px;
  left: -180px;
  z-index: 100;
}
.b_left_menu img,
.b_search img {
  transition: all 0.3s ease-in-out;
  filter: brightness(0) invert(1);
}
.b_left_menu:hover img,
.b_search:hover img {
  transform: scale(1.1);
}
.b_search {
  left: auto;
  right: -180px;
}
.block_first {
  background: url("../img/block_first.jpg") center center no-repeat;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.block_first video {
  object-fit: cover;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
}
.has_width {
  position: relative;
  width: 1440px;
  height: 100%;
}
/* .left_right_border{
    margin-top: 20px;
} */
.left_right_border:before,
.left_right_border:after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 88%;
  position: absolute;
  top: 0;
  left: -100px;
}
.left_right_border:after {
  left: auto;
  right: -100px;
}
.header {
  position: relative;
  z-index: 99;
  padding: 20px 25px;
}

.header-social {
  display: inline-flex;
  align-items: center;
  transform: translateY(6px);
}
.header-social a {
  margin-right: 5px;
}
.logo {
  display: inline-block;
}
.logo svg path {
  fill: #fff;
}
.d_flex {
  display: flex;
  align-items: center;
  color: #fff;
}
.logo_title {
  text-align: right;
}
.logo_title li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.logo_title li:first-child {
  width: 600px;
  margin-right: 15px;
  font-size: 27px;
}
.logo_title li a {
  color: #fff;
}

.left_menu_content .logo_title,
.left_menu_content .glyphicon {
  color: #fff !important;
}

.head_menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0 0 0;
}
.head_menu .navbar {
  border: none;
  min-height: auto;
  margin-bottom: 0;
}

.header-symbols__item {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
}

.header-symbols__item:hover,
.header-symbols__item:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.header-symbols__item img {
  margin-left: 10px;
}

.head_menu .navbar-toggle .icon-bar {
  background-color: #fff;
}
.head_menu .navbar-nav {
  position: relative;
}
.head_menu .navbar-nav > li {
  padding: 10px 35px;
}
.head_menu .navbar-nav > li > a {
  position: relative;
  color: #fff;
  font-size: 18px;
  padding: 0 0 7px 0;
}
.head_menu .navbar-nav > li > a:after,
.head_menu .nav > li.active > a:after {
  content: "";
  background-color: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.head_menu .navbar-nav > li > a:hover {
  background-color: transparent;
}
.head_menu .navbar-nav > li > a:hover:after {
  width: 100%;
}
.head_menu .nav > li.active > a:after {
  width: 100%;
}
.head_menu .nav > li.active > a:hover {
  background-color: transparent;
}
.head_menu .nav .open > a,
.head_menu .nav .open > a:hover,
.head_menu .nav .open > a:focus,
.head_menu .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.head_menu .dropdown-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  transition: all 0.3s ease;
}
.head_menu .dropdown-menu {
  max-width: 200px;
  background: #0a42d3;
  border: none;
  border-radius: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  padding: 10px 0;
  z-index: 1000;
  text-align: center;
  margin: 0;
}
.head_menu .dropdown-menu li a {
  padding: 10px 10px;
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.head_menu .dropdown-menu li.active a {
  background: #577cde;
}

.lang {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
}
.lang li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.lang li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.lang li .dropdown-menu {
  min-width: 45px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

/**************************************************/

.center_logo {
  display: table;
  margin: 170px auto 130px auto;
}

@media screen and (max-height: 800px) {
  .center_logo {
    margin: 30px auto 130px auto;
  }
  .block_first {
    height: auto;
  }
  .tp-banner {
    height: 100% !important;
  }
}

/**************************************************/

.slide {
  position: relative;
  display: table;
  width: 700px;
  margin: 0 auto;
}
.slide .carousel-caption {
  position: relative;
  width: 80%;
  display: table;
  margin: 0 auto;
  left: auto;
  right: auto;
}
.slide .carousel-inner .item a {
  display: table;
  font-size: 44px;
  color: #fff;
  line-height: 1.1;
  margin: 20px auto 15px auto;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.slide .carousel-inner .item p {
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
}
.slide .carousel-inner .item a:hover {
  border-bottom: 1px solid #fff;
}
.slide .carousel-control.left,
.slide .carousel-control.right {
  width: auto;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  right: auto;
  bottom: auto;
}
.slide .carousel-control.right {
  left: auto;
  right: 0;
}

/**************************************************/

.block_second {
  padding: 70px 0;
}
.title {
  display: block;
  font-weight: 100;
  font-size: 44px;
  color: #00258a;
  line-height: 1.1;
  text-align: center;
}
.direction_list {
  display: block;
  margin: 30px 0 50px 0;
  height: 390px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.direction_list.full {
  height: auto;
}

.direction_list li {
  width: 29.5%;
  display: inline-block;
  vertical-align: top;
  margin: 11px 25px 11px 25px;
}
.direction_list li:nth-child(3n + 0) {
  margin: 10px 0 10px 25px;
}
.direction_list li a {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  height: 110px;
  border-radius: 20px;
  padding: 10px 110px 10px 30px;
  font-weight: 100;
  font-size: 24px;
  line-height: 1.1;
  color: #00258a;
  -webkit-box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.direction_list li a:hover,
.direction_list li a.active {
  background-color: #00258a;
  color: #fff;
}
.direction_list li a:hover svg,
.direction_list li a.active img {
  filter: brightness(0) invert(1);
}

.direction_list li a .svg_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  /*height: 60px;*/
}
.direction_list li a span {
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 2px 0;
}
.direction_list li a span > i {
  font-style: normal;
}
a.btn_close {
  position: relative;
  min-width: 290px;
  display: table;
  margin: 0 auto;
  border-radius: 25px;
  padding: 14px 65px 14px 40px;
  text-align: center;
  font-weight: 100;
  font-size: 24px;
  color: #a8a8a8;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
a.btn_close:hover,
a.btn_close.open {
  background-color: #00258a;
  color: #fff;
}
a.btn_close > img {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: 2px;
}
a.btn_close.open > img {
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
}

/**************************************************/

.block_third {
  position: relative;
  overflow: hidden;
  background-color: #062a78;
  padding: 190px 0 290px 0;
  z-index: 1;
}
.block_third:before {
  content: "";
  background: url("../img/globus.jpg") no-repeat center center;
  /*background-size: cover;*/
  object-fit: cover;
  width: 100%;
  height: 666px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin-left: -57px;
}
.block_third:after {
  content: "";
  background: url("../img/footer_logo.png") no-repeat;
  width: 324px;
  height: 120px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
a.all_news {
  position: absolute;
  top: 60px;
  right: 18%;
  font-weight: 100;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  padding: 2px;
}
a.all_news:after {
  content: "";
  background-color: #fff;
  width: 80%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.3s ease-in-out;
}
a.all_news:hover:after {
  background-color: transparent;
}
a.all_news i.glyphicon {
  position: relative;
  top: 4px;
  margin-left: 6px;
  font-size: 20px;
}
.swiper-container {
  width: 100%;
  height: 280px !important;
  overflow: visible !important;
}
.swiper-wrapper {
  align-items: center;
}
.swiper-slide {
  position: relative;
  overflow: hidden !important;
  font-size: 18px;
  border-radius: 30px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.swiper-slide.swiper-slide-active {
  z-index: 5;
  /*height: 350px !important;*/
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.swiper-button-next,
.swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 35 * 20) !important;
  height: var(--swiper-navigation-size) !important;
}
.swiper-button-prev {
  left: 300px !important;
}
.swiper-button-next {
  right: 300px !important;
}
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 30px !important;
  color: #fff;
}
.swiper_slider {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(63, 110, 213, 0.7);
  border-radius: 30px;
}
.swiper_slider .news_img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 55%;
  height: 100%;
}
.swiper_slider .news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_text {
  display: inline-block;
  width: 45%;
  padding: 10px 40px;
  justify-content: flex-start;
}
.news_text a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 36px;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.news_text a:hover {
  opacity: 0.7;
}
.date_text {
  position: relative;
  top: 50px;
  bottom: 15px;
  display: block;
  font-size: 22px;
  font-style: normal;
  text-align: right;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 12px 0 0 0;
}

/********************************************/

.block_fourth {
  padding: 65px 0 100px 0;
}
.main_title {
  display: table;
  font-weight: 100;
  font-size: 44px;
  color: #414141;
  line-height: 1;
  margin: 10px auto 55px auto;
  z-index: 2;
  position: relative;
}
.swiper-container_two .swiper-slide {
  background-color: #fff;
  border-radius: 0;
  width: 1270px !important;
}
.swiper-container_two .swiper-slide.swiper-slide-active {
  z-index: 5;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.swipe_slider_list li:first-child {
  width: 1270px;
  height: 435px;
  margin: 0;
}
.swipe_slider_list li {
  position: relative;
  overflow: hidden;
  width: 32.2%;
  height: 300px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.swipe_slider_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swipe_slider_list li .main_img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 66%;
  height: 435px;
}
.swipe_slider_list li .main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swipe_slider_list li:first-child .link_box {
  display: inline-block;
  align-items: inherit;
  justify-content: inherit;
  width: 52%;
  min-height: 300px;
  height: auto;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  padding: 15px 45px;
}
.swipe_slider_list li:first-child .link_box span {
  display: table-cell;
  vertical-align: middle;
  height: 270px;
}
.swipe_slider_list li:first-child .link_box span p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swipe_slider_list li:first-child .link_box a {
  display: inline-block;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.swipe_slider_list li:first-child .link_box a:hover {
  opacity: 0.7;
}
.swipe_slider_list li .link_box {
  background-color: rgba(12, 66, 214, 0.68);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 130px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  padding: 10px 30px;
}
.swipe_slider_list li .link_box a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.swipe_slider_list li:last-child {
  margin-right: 0;
}

/********************************************/

.block_fifth {
  position: relative;
  /*overflow: hidden;*/
  background-color: #fff;
  padding: 30px 0 0 0;
}
.usefull_links {
  display: block;
  position: relative;
  padding: 30px 0 350px 0;
}
.usefull_links:before {
  content: "";
  background: url("../img/service_list_before.png") no-repeat center center;
  /*background-size: cover;*/
  width: 100%;
  height: 986px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.tab_box {
  width: 68%;
  display: table;
  position: relative;
  z-index: 2;
  margin: 0 100px 0 auto;
}
.tab_box .nav-tabs {
  position: relative;
  z-index: 2;
  width: 22%;
  float: left;
  border-bottom: none;
  margin: 40px 0;
}
.tab_box .nav-tabs li .active_img {
  opacity: 0;
}
.tab_box .nav-tabs li.active .active_img {
  opacity: 1;
}
.tab_box .nav-tabs li {
  float: none;
  text-align: center;
  margin: 20px 0;
  transition: all 0.3s ease-in-out;
}
.tab_box .nav-tabs li > div {
  display: table;
  margin: 0 30px;
}
.tab_box .nav-tabs li a {
  display: inline-block;
  font-weight: bold;
  color: #646464;
  line-height: 1.2;
  border: none;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.tab_box .nav-tabs li:hover a {
  opacity: 1;
}
.tab_box .nav-tabs li.active a {
  opacity: 1;
}
.tab_box .nav-tabs li.active {
  transform: scale(1.4);
  margin: 50px 0 50px 0;
}
.tab_box .nav-tabs li a:last-child {
  margin: 15px 0;
}
.tab_box .nav-tabs > li.active > a,
.tab_box .nav-tabs > li.active > a:focus,
.tab_box .nav-tabs > li.active > a:hover {
  border: none;
}
.tab_box .nav > li > a:focus,
.tab_box .nav > li > a:hover {
  background-color: transparent;
}
.tab_box .tab-content {
  display: inline-block;
  width: 78%;
  padding: 0 50px;
}
.round_img {
  background-color: #d5d5d5;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: table;
  width: 122px;
  height: 122px;
  margin: 0 auto;
}
.service_title {
  display: inline-block;
  width: 200px;
  position: absolute;
  top: 50%;
  left: -270px;
  transform: translateY(-50%);
  font-weight: 100;
  font-size: 44px;
  color: #6e6e6e;
  line-height: 1;
}
.service_list li {
  position: relative;
}
.service_list li .ser_icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 90px;
  text-align: center;
}
.service_list li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 160px;
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  padding: 15px 15px 15px 15px;
  margin-left: 200px;
}

/********************************************/

.block_sixth {
  position: relative;
  background-color: #32363f;
  padding: 80px 0 80px 0;
}
.block_sixth:before {
  content: "";
  background: url("../img/footer_image.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 1315px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin-left: -1px;
}
.footer {
  color: #fff;
  padding: 0 100px;
}
.footer .d_flex {
  margin: 0 0 100px 0;
}
a.footer_logo {
  display: table;
  margin: 190px auto 25px auto;
}
.contact_title {
  display: inline-block;
  font-weight: 100;
  font-size: 44px;
  line-height: 1.1;
  margin-bottom: 25px;
}
.contact_box {
  padding: 0 50px;
}
.contact_box p {
  font-size: 16px;
  margin-bottom: 20px;
}
.contact_number {
  display: flex;
  align-items: center;
  font-weight: 100;
  font-size: 30px;
}
.contact_number img {
  margin-right: 25px;
}
a.link_google_map {
  position: relative;
  min-width: 360px;
  display: table;
  border: 4px solid #fff;
  font-size: 30px;
  color: #fff;
  line-height: 1.1;
  padding: 18px 25px 18px 100px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a.link_google_map:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
a.link_google_map img {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
}
.footer .head_menu {
  justify-content: center;
  margin: 30px 0 50px 0;
}
.footer .head_menu .dropdown-menu li a {
  color: #fff;
}
.footer .head_menu .dropdown-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  transition: all 0.3s ease;
}
.terms_use_info {
  display: table;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
.terms_use_info a {
  position: relative;
  display: block;
  color: #fff;
  margin-top: 10px;
  padding-bottom: 5px;
  text-decoration: none;
}
.terms_use_info a:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.terms_use_info a:hover:after {
  width: 0;
}
.change_image {
  display: block;
  background-size: contain;
  width: 800px;
  height: 600px;
  position: absolute;
  top: -250px;
  left: -350px;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.change_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/************************************************/

.block_first_inner {
  background: none;
  height: auto;
  overflow: visible;
}
.block_first_inner .d_flex {
  color: #062a78;
}
.block_first_inner .logo svg path {
  fill: #062a78;
}
.block_first_inner .logo_title li a,
.block_first_inner .lang li a {
  color: #062a78;
}
.block_first_inner .head_menu .dropdown-menu {
  background: rgb(255, 255, 255);
}
.block_first_inner .head_menu .dropdown-menu li a:hover {
  background: rgba(6, 42, 120, 0.7);
  color: #fff;
}
.block_first_inner .head_menu .navbar-nav > li > a,
.block_first_inner .head_menu .dropdown-menu li a {
  color: #062a78;
}
.block_first_inner .lang {
  border-color: #062a78;
}
.block_first_inner .head_menu .navbar-nav > li > a:after,
.block_first_inner .head_menu .nav > li.active > a:after {
  background-color: #062a78;
}
.block_first_inner .b_left_menu img,
.block_first_inner .b_search img {
  filter: brightness(1) invert(0);
}
.block_first_inner .left_right_border:before,
.block_first_inner .left_right_border:after {
  background-color: #062a78;
  height: 72%;
}
.block_second_inner {
  background: url("../img/bread_crumb.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 25px 0;
}
.bread_crumbs .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 8px 15px 8px 0;
}
.bread_crumbs .breadcrumb > li {
  position: relative;
  margin-left: 40px;
}
.bread_crumbs .breadcrumb > li:first-child {
  margin-left: 0;
}
.bread_crumbs .breadcrumb > li a,
.bread_crumbs .breadcrumb > .active {
  font-size: 20px;
  color: #fff;
}
.breadcrumb > li + li:before {
  content: "";
  background: url("../img/breadcrumb_before.png") no-repeat;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
.title_in {
  display: block;
  font-weight: 100;
  font-size: 55px;
  color: #fff;
  line-height: 1;
}
.block_third_inner {
  background-color: #fff;
  padding: 40px 0;
  min-height: 500px;
}
.block_third_inner:before {
  display: none;
}
.news_list {
  position: relative;
  z-index: 1;
  text-align: center;
}
.news_list .news_list_box {
  position: relative;
  width: 31.3%;
  height: 436px;
  background-color: #fff;
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
  padding: 25px;
  margin: 15px 30px 15px 0;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.news_list .news_list_box:nth-child(3n + 0) {
  margin: 15px 0 15px 0;
}
.news_list .news_list_box .news_img_inner,
.news_img_inner_full {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 280px;
  margin-bottom: 15px;
}
.news_list .news_list_box .news_img_inner img,
.news_img_inner_full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.news_list .news_list_box:hover .news_img_inner img {
  /*transform: scale(1.05);*/
}
.news_list .news_list_box a.news_text_inner {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list .news_list_box .news_text_inner,
.news_list .news_list_box > span {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  color: #00258a;
}
.news_list .news_list_box > span {
  position: absolute;
  bottom: 22px;
  display: block;
  margin: 15px 0 0 0;
  font-weight: 100;
}
.tp-banner {
  width: 100%;
  height: 100% !important;
  position: absolute;
  z-index: -1;
  opacity: 0.7;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
  display: none;
}
.tp-bullets {
  display: none;
}

/**********************************************/

.change_bg_style {
  position: inherit;
  background: url("../img/block_first.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: inherit;
  padding: 0 0 520px 0;
}
.change_bg_style .left_right_border:before,
.change_bg_style .left_right_border:after {
  height: 72%;
}
.change_bg_style .head_menu .dropdown-menu {
  background: rgba(0, 37, 138, 0.8);
}
.news_full_page {
  position: relative;
  z-index: 25;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 60px 40px 60px;
  margin-top: -570px;
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.09);
}
.news_full_page .bread_crumbs .breadcrumb > li a {
  color: #00258a;
}
.news_full_page .bread_crumbs .breadcrumb > .active {
  color: #a9b9e3;
}
.news_full_page .breadcrumb > li + li:before {
  filter: brightness(1) invert(0);
}
.news_full_page .title_in {
  font-size: 44px;
  color: #00258a;
  padding: 15px 100px 15px 0;
}
.news_full_page .news_list .news_list_box .news_img_inner {
  height: 250px;
}
.news_list .news_list_box.news_list_box_full {
  width: 100% !important;
  height: auto;
  box-shadow: none;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
}
.news_list .news_list_box.news_list_box_full:hover .news_img_inner img {
  transform: scale(1);
}
.news_list .news_list_box.news_list_box_full .news_img_inner {
  height: 100% !important;
}
.news_full_text {
  display: block;
  font-size: 20px;
  color: #000;
  padding: 15px 0 15px 0;
  text-align: left;
}
.news_full_text iframe {
  max-width: 100%;
}
.news_full_page .news_list .news_list_box {
  width: 31%;
}
.news_full_page .news_list .news_list_box:nth-of-type(2) {
  margin: 15px 30px 15px 0;
}
.news_full_page .news_list .news_list_box:nth-of-type(4) {
  margin: 15px 0 15px 0;
}
.news_list .title_in {
  text-align: center;
  padding: 15px 0 15px 0;
}
.share_btn {
  position: absolute;
  top: 80px;
  right: 30px;
  display: block;
  background-color: #fff;
  border-radius: 20px;
  width: 55px;
  height: 55px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.share_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.share_btn:hover {
  background-color: #00258a;
}
.share_btn:hover img {
  filter: brightness(0) invert(1);
}

/*********************************************/

.share_btn_in {
  top: 24px !important;
}
.direction_list_in,
.direction_list_doc {
  overflow: visible;
  height: auto;
}
.direction_list_in li,
.direction_list_doc li {
  width: 100%;
  margin: 3px 0 3px 0 !important;
}
.direction_list_in li a,
.direction_list_doc li a {
  height: 70px;
  border-radius: 15px;
  box-shadow: none;
  font-size: 18px;
  color: #000;
}

.direction_list li a .svg_img {
  right: 10px;
}
.direction_list li a .svg_img svg {
  width: 30px;
}

.direction_list li:hover a .svg_img img {
  filter: brightness(0) invert(100%);
}

.news_img_inner_full {
  height: 315px;
}
.description {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 90px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: rgba(4, 36, 107, 0.64);
  font-weight: 100;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 30px 12px 30px;
}
.description i {
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
}

/*******************sidenav******************/

.left_menu_content,
.right_menu_content {
  width: 55%;
  display: table;
  margin: 0 auto;
}
.b_bottom {
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
.sidenav {
  width: 100vw;
  height: 100%;
  position: fixed;
  z-index: 1111;
  top: 0;
  left: -100vw;
  background-color: #0a42d3;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 50px;
}
.sidenav_seacrh {
  width: 100vw;
  height: 100%;
  position: fixed;
  z-index: 1111;
  top: 0;
  right: -100vw;
  background-color: #0a42d3;
  overflow: hidden;
  transition: 0.5s;
}
.sidenav .closebtn {
  color: #fff;
  position: absolute;
  top: 4px;
  right: 50px;
  font-size: 40px;
  margin-left: 50px;
  text-decoration: none;
  cursor: pointer;
}
.sidenav_seacrh .closebtn {
  color: #fff;
  position: absolute;
  top: 4px;
  right: 50px;
  font-size: 40px;
  margin-left: 50px;
  text-decoration: none;
  cursor: pointer;
}
.sidenav .closebtn:hover {
  color: #000;
  transition: all 0.3s ease;
}
.sidenav_seacrh .closebtn:hover {
  color: #000;
  transition: all 0.3s ease;
}
.closebtn * {
  font-size: 20px;
}
.mapSite {
  font-size: 24px;
  margin: 0 0 20px 50px;
  color: #fff;
}
.areas_of_use {
  display: block;
  margin: 60px 0 0 0;
}
.areas_of_use_title {
  display: block;
  text-align: center;
  font-weight: 100;
  font-size: 24px;
  color: #fff;
  margin: 10px 0 30px 0;
}
.areas_of_use_list {
  display: table;
  margin: 0 auto;
}
.areas_of_use_list li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 5px 10px;
}
.areas_of_use_list li a {
  font-weight: 100;
  font-size: 18px;
  color: #fff;
}
.right_menu_content .d_flex {
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.right_search {
  position: relative;
  width: 100%;
}
.right_search .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.right_search .form-group input {
  width: 100%;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  font-weight: 100;
  font-size: 18px;
  color: #fff;
  padding: 12px 60px 12px 0;
}
.right_search button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.right_search button:hover {
  background-color: transparent;
}
.right_search button:hover img {
  transform: scale(1.1);
}
.right_search button img {
  transition: all 0.3s ease-in-out;
  filter: brightness(0) invert(1);
}
.right_search .form-group input::-webkit-input-placeholder {
  color: #fff;
}
.right_search .form-group input::-moz-placeholder {
  color: #fff;
} /* Firefox 19+ */
.right_search .form-group input:-moz-placeholder {
  color: #fff;
} /* Firefox 18- */
.right_search .form-group input:-ms-input-placeholder {
  color: #fff;
}

.side_menu {
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  margin-top: 100px;
}
.side_menu:before {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -20px;
}
.side_menu > li {
  float: left;
  width: 24%;
  margin: 5px 10px 5px 0;
}
.side_menu li:first-child {
  width: 49%;
}
.side_menu li:first-child ul li {
  width: 48%;
  margin: 5px 10px 5px 0;
}
.side_menu li a {
  font-size: 20px;
  color: #fff;
}
.side_menu li:first-child ul li a {
  font-weight: 100;
  font-size: 18px;
}
.xscroll {
  display: block;
  position: relative;
  overflow: hidden;
  height: 95vh;
}
.z_index_style {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.l_img_block {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.r_text_block {
  background-color: #fff;
  display: inline-block;
  width: 78.5%;
  min-height: 242px;
  vertical-align: top;
  border: 1px solid #c5c5c5;
  margin-left: 12px;
  padding: 27px 50px;
}
.r_text_block .row {
  display: flex;
  align-items: center;
}
.leader_img {
  display: block;
  width: 100%;
  height: 242px;
  position: relative;
  overflow: hidden;
}
.leader_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leader_img:before {
  content: "";
  background-color: rgba(6, 42, 120, 0.42);
  width: 88%;
  height: 88%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.leader_img:hover:before {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.leader_full_name {
  display: block;
  font-size: 36px;
  line-height: 1.2;
  color: #062a78;
}
.leader_pos {
  display: block;
  font-size: 16px;
  color: #2c2c2c;
}
.tel_mail {
  margin-top: 10px;
}
.tel_mail li {
  display: inline-block;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 1.3;
  margin: 0 25px 10px 0;
}
.tel_mail li i.glyphicon {
  position: relative;
  top: 3px;
  margin-right: 10px;
  color: #062a78;
}
.hr_change_style {
  border-top: 1px solid #e6e6e6;
}
.about_leader_tex {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
}
a.more_details_link {
  background-color: #062a78;
  border: 1px solid #062a78;
  min-width: 180px;
  display: table;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin: 15px auto;
  padding: 10px 10px;
}
a.more_details_link:hover {
  background-color: transparent;
  color: #062a78;
}
.direction_list_doc {
  margin-left: -15px;
}
.direction_list_doc li a {
  padding: 12px 20px 12px 20px;
  height: auto;
  min-height: 40px;
  line-height: 1.3;
}
.direction_list_doc li a span {
  padding: 0;
}
.doc_list_box {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 20px 15px 90px;
  margin-bottom: 15px;
}
.doc_list_box img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.doc_list_box a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.doc_list_box span {
  display: block;
  font-size: 18px;
  color: #000;
}
.doc_list_box span i {
  font-style: normal;
}
.vacancy_box {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 35px;
  margin-bottom: 20px;
}
.vac_title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}
.vac_list {
  display: block;
  margin: 15px 0;
}
.vac_list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 5px 15px 5px 65px;
  font-size: 18px;
  color: #000;
  margin: 10px 0;
}
.vac_list li img {
  position: absolute;
  top: 15px;
  left: 0;
}
.vac_list li i {
  display: block;
  font-style: normal;
  color: #929292;
}
.contact_us_title {
  display: block;
  font-size: 32px;
  font-weight: 100;
  color: #00258a;
  line-height: 1.3;
  margin: 30px 0 10px 0;
}
.contact_us_list {
  position: relative;
}
.contact_us_list:before {
  content: "";
  background-color: #d6d6d6;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-46%, -50%);
}
.contact_us_list:after {
  content: "";
  background-color: #d6d6d6;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -53%);
}
.contact_us_list li {
  position: relative;
  display: inline-block;
  width: 49.5%;
  font-size: 18px;
  color: #000;
  padding: 30px 20px 30px 100px;
  margin: 0;
}
.contact_us_list li:nth-child(3),
.contact_us_list li:nth-child(4) {
  border-bottom: none;
}
.contact_us_list li img {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}
.contact_us_list li i {
  display: block;
  font-style: normal;
}

.emptyBox {
  text-align: center;
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding-bottom: 200px;
}

.pull-center {
  display: table;
  margin: 0 auto;
}

.pagination {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.pagination li.active a {
  background: #062a78;
  border-color: #062a78;
}

.images_list {
  margin: 20px 0;
  /*text-align: center;*/
}
.pdf_list {
  margin: 20px 0;
  /*text-align: center;*/
}
.pdf_list img {
  object-fit: contain;
  width: 120px;
  height: 100px;
}

.images_list > a {
  display: inline-block;
  position: relative;
  margin: 2px;
}

.images_list > a:hover {
  opacity: 0.8;
}

.images_list img {
  width: 220px;
  height: 200px;
  object-fit: cover;
  margin: 1px;
}

.large_images_list img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  margin: 1px;
}

.images_list a._video img {
  background: #848484;
}

.emptyBox {
  display: flex;
  flex-direction: column;
}

.emptyBox .glyphicon {
  font-size: 70px;
  margin-bottom: 25px;
}

.r_text_block .col-md-7:before {
  content: "";
  background-color: #eaeaea;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.link_info_biogh li {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 10px 0;
}
.link_info_biogh li img {
  position: relative;
  top: 2px;
}
.link_info_biogh li a {
  display: inline-block;
  font-size: 22px;
  color: #062a78;
  line-height: 1.3;
  margin-left: 15px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.link_info_biogh li a:hover {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.swiper-container_three .swiper-slide {
  overflow: visible !important;
}
.usefull_swiper_slide {
  position: relative;
  background-color: #fff;
  border: 2px solid transparent;
  display: table-cell;
  border-radius: 20px;
  vertical-align: middle;
  height: 180px;
  -webkit-box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.1);
  padding: 15px 20px 15px 160px;
  transition: all 0.3s ease-in-out;
}
.usefull_swiper_slide:hover {
  border: 2px solid #2448ac;
}
.usefull_swiper_slide:hover i {
  color: #2448ac;
}
.usefull_swiper_slide:hover .round_slide {
  border: 2px solid #2448ac;
}
.usefull_swiper_slide i {
  display: block;
  font-family: "RobotoCondensed-Regular";
  font-size: 16px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.usefull_swiper_slide a {
  font-family: "RobotoCondensed-Bold";
  color: #2448ac;
  transition: all 0.3s ease-in-out;
}
.swiper-container_three .swiper-slide {
  display: table;
  min-height: 180px;
}
.swiper-container_three .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.round_slide {
  background-color: #fff;
  position: absolute;
  overflow: hidden;
  display: block;
  border-radius: 50%;
  border: 2px solid transparent;
  width: 125px;
  height: 125px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.round_slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fullSizeTab {
  width: 50%;
  text-align: center;
}

.tab-pane {
  padding-top: 20px;
}

.swiper-container_three {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  background: #00258a;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
}

.d-flex {
  display: flex;
}
.images_list .d-flex div {
  max-width: 220px;
  margin-right: 10px;
}

.header__top {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.header__top::before,
.header__top::after {
  display: none;
}

.gerb {
  width: 70px;
  height: 70px;
}

.gerb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Contacts page */
.contacts__inner {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 10%),
    0 4px 6px -2px rgba(0, 0, 0, 10%);
}

.contacts__title {
  color: #00b9e5;
  line-height: 1.25;
  font-size: 22px;
  margin-bottom: 20px;
}

.contacts__inner iframe {
  width: 100%;
  margin-bottom: 30px;
  height: 400px;
}

.contacts__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

.contacts__item {
  flex: 0 1 calc(100% / 2 - 15px);
  margin-bottom: 20px;
}

.contacts__item-top {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.contacts__item-top h5 {
  font-size: 20px;
  font-weight: bold;
}

.contacts__item-text {
  color: #718096;
  font-size: 18px;
}

.contacts__item-text p {
  margin: 0;
}

.contacts__item-text a {
  color: inherit;
  display: block;
}

@media screen and (max-width: 967px) {
  .news_list .news_list_box .news_img_inner img,
  .news_img_inner_full img {
    object-fit: contain;
  }
}
