body {
  font-family: "mscFont", sans-serif;
  /* font-weight: 400; */
  background-color: #fffdf9;
  scroll-behavior: smooth !important;
}
a, a:active, a:hover, a:link, a:visited {
  color: inherit;
  text-decoration: none;
}
h4, h5, h6 {
  font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  line-height: 1;
  font-weight: 700;
}
.form-group {
  margin-bottom: 15px;
}
.no-dec, a.no-dec {
  text-decoration: none;
}
.layout-enter-active,
.layout-leave-active {
  transition: opacity 0.5s;
}
.layout-enter,
.layout-leave-active {
  opacity: 0;
}
.mobile-menu{
  display: none;
}
.container {
  max-width: 1440px;
}

.title {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title .home-news__title{
  display: flex;
  align-items: center;
}
.title .nav-tabs{
  margin: 0;
  padding: 0 45px;
  border: none;
}
.title .nav-tabs .nav-item{
  background: transparent;
  border: none;
  margin: 0;
}
.title .nav-tabs .nav-link{
  padding: 0 15px;
  border: none;
  background: transparent;
  margin: 0;
  font-family: "mscFont", sans-serif;
  color: #404040;
  font-size: 20px;
}
.title .nav-tabs .nav-link.active{
  color: #005fbe;
}


.title .home-news__url .btn{
  color: #fff;
  background: #005fbe;
  border-radius: 4px;
  padding: 5px 15px;
  margin: 0;
  outline: none;
}

.title h2 {
  font-size: 30px;
  color: #005fbe;
  margin: 0;
  font-family: "mscFont", sans-serif;
}

.main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.main-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 7.5px;
}

.main-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 7.5px;
}

.main-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
  padding: 0 7.5px;
}

.main-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 7.5px;
}

.main-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 7.5px;
}

.main-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 7.5px;
}

.main-col-60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 7.5px;
}

.main-col-40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 7.5px;
}

.wrapper {
  width: 100%;
  position: relative;
}

.no-width header {
  width: unset;
}

header {
  position: relative;
  width: 100%;
}
.marquee-main {
  margin: 15px 0;
}
.marquee-title{float: left;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  padding-right: 5px;
}
.marquee-title i{margin-right: 5px;font-size: 19px;}
.marquee{overflow: hidden;color: #1a44b7;font-size: 15px;}

.header-menu {
  width: 100%;
  /* height: 60px; */
  display: flex;
  align-items: center;
  position: relative;
  background: #005fbe;
  z-index: 1;
}

.menu-area {
  background: transparent;
  width: 100%;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mainmenu a,
.navbar-default .navbar-nav > li > a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff!important;
  font-size: 18px;
  padding: 14px 45px 14px 0 ;
  text-decoration: none;
  display: flex !important;
  align-items: center;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

/*==========Sub Menu=v==========*/

/* .mainmenu .collapse ul>li:hover>a {} */

/* .mainmenu .collapse ul ul>li:hover>a, .navbar-default .navbar-nav .show .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {} */

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background-color: rgb(0 95 190 / 90%);
  padding: 15px 0;
  /* border-radius: 8px;
   min-width: 280px;
   left: -10px;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
   backdrop-filter: saturate(180%) blur(4px);*/
}

/* .mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu {}

.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu {} */

.mainmenu .collapse ul ul.dropdown-menu li > a {
  padding: 5px 20px;
  font-size: 15px;
  line-height: 19px;
  transition: all 0.2s ease-in-out;
}
.has-submenu i.fa-chevron-right {
  position: absolute;
  right: 10px;
  font-size: 10px;
  top: 36%;
  color: #c0c0c0;
}
.mainmenu .collapse ul ul.dropdown-menu li > a:hover,
.mainmenu .collapse ul ul.dropdown-menu li > a:hover {
  color: #edd290!important;
}
.mainmenu .collapse .dropdown-item{
  padding: 0;
}
.mainmenu .collapse .dropdown-item:hover{
  background: transparent;
}
.mainmenu .collapse .dropdown-toggle::after{
  display: none;
}
.dropdown-toggle::after {
  border: 0;
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  font-size: 17px;
  width: auto;
  height: auto;
}
.mainmenu .collapse .dropdown > a i.fa,
.mainmenu .collapse   .dropup > a i.fa{
  font-size: 17px;
  margin-left: 5px;
  margin-top: -1px;
}

.menu-foo .mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropup-menu {
  background-color: rgba(46, 45, 45, 0.85);
  padding: 5px 0;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  list-style: none;
  border-bottom-right-radius: 0;
  z-index: 1;
}
.menu-foo .navbar-expand-lg .navbar-nav .nav-link{
  padding: 14px 15px 14px 0;
}
/* .menu-foo .mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropup-menu {}

.menu-foo .mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropup-menu {} */

.menu-foo .mainmenu .collapse ul ul.dropup-menu li > a {
  padding: 7px 20px;
}

.menu-foo .mainmenu .collapse ul ul.dropup-menu li > a:hover {
  color: #edd290;
}

.menu-foo .dropup-toggle::after {
  border: 0;
  content: "\f106";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
  font-size: 18px;
  width: auto;
  height: auto;
  margin-left: 2px;
  display: none;
}

.menu-foo .mainmenu .collapse ul ul li > a {
  font-size: 15px;
}

.header-right {
  display: flex;
  height: 100%;
  align-items: center;
}

.header-right .menu-bar {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  display: none;
}

.head-banner {
  width: auto;
  height: calc(100vh - 50px);
  position: relative;
  background: url("../images/bg.jpg?v=0.1") no-repeat center;
  background-size: cover;
  max-height: 100vh;
  max-width: 100%;
}

.head-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-image: linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 99%, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0.85) 100%);*/
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.header-banner {
  width: 100%;
  /*height: 725px;*/
  position: relative;
  display: flex;
  /* align-items: center;
  justify-content: center; */
}

.header-banner::before {
  content: "";
  position: absolute;
  top: 100px;
  width: 33.33333%;
  height: 1px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}

.header-banner::after {
  content: "";
  position: absolute;
  top: 100px;
  width: 33.33333%;
  height: 1px;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}

.header-banner__info {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.banner-logo {
  text-align: center;
  /*width: 350px;*/
  width: 370px;
}

.banner-logo a {
  display: block;
  margin: 25px 0;
}

.banner-logo h2 {
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "mscFont", sans-serif;
}

.banner-logo span {
  font-size: 18px;
  color: #edd290;
  font-style: italic;
}

.header-banner__left {
  position: absolute;
  left: 0;
  top: 0;
}

.header-banner__left .banner-left__top {
  padding: 25px 0;
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  max-width: 500px;
  justify-content: center;
}
.social_contact a{
  margin-right: 10px;
}

.header-banner__left .banner-left__top a {
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  margin-right: 38px;
  display: flex;
  align-items: center;
}

.header-banner__left .banner-left__top a i {
  margin-right: 10px;
}

.header-banner__left .banner-left__top a strong {
  font-family: "mscFont", sans-serif;
}

.header-banner__left .banner-left__bottom {
  padding: 25px 0;
}

.header-banner__left .banner-left__bottom a {
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header-banner__left .banner-left__bottom a i {
  margin-right: 10px;
  font-size: 19px;
  margin-top: -2px;
}

.header-banner__right {
  position: absolute;
  top: 0;
  right: 0;
}

.header-banner__right .banner-right__top {
  padding: 38px 0;
  display: flex;
  justify-content: flex-end;
}

.header-banner__right .banner-right__top .banner-settings {
  margin-left: 55px;
}

.header-banner__right .banner-right__top .banner-settings > a {
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  margin: 0 5px;
}

.header-banner__right .banner-right__top .banner-search {
  margin-left: 55px;
}

.header-banner__right .banner-right__top .banner-search > a {
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header-banner__right .banner-right__top .banner-search > a i.icons {
  margin-right: 10px;
}

.header-banner__right .banner-right__top .banner-lang {
  margin-left: 55px;
}
.language a{color: #fff !important;    cursor: pointer;font-size: 16px;background: none !important;-webkit-appearance: inherit;-moz-appearance: inherit;appearance: inherit;-ms-progress-appearance: inherit;}
.language .dropdown-menu {
  box-shadow: none;
  border: 0;
  /*background: #2e2d2d;*/
  background-color: rgb(0 95 190 / 90%);
  min-width: 120px;
  padding-top: 8px;
  margin-top: 8px;
}
.language .dropdown-menu li a{padding: 0 12px !important;font-size: 14px;}
.language ul li{padding: 0 5px;margin-bottom: 6px;}
/*
.header-banner__right .banner-right__top .banner-lang a {
  font-size: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header-banner__right .banner-right__top .banner-lang a i.icon-language {
  margin-right: 5px;
}

.header-banner__right .banner-right__top .banner-lang a i.fa {
  font-size: 18px;
  margin-left: 5px;
} */

.header-banner__right .banner-right__bottom {
  padding: 38px 0;
  display: flex;
  justify-content: flex-end;
}

.header-banner__right .banner-right__bottom .banner-social {
  color: #ffffff;
  font-size: 17px;
  display: flex;
  align-items: center;
}

.header-banner__right .banner-right__bottom .banner-social a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.header-banner__main {
  position: relative;
  padding: 0 220px;
}

.header-banner__slide {
  padding: 120px 0;
}

.header-banner .header-slide__item {
  text-align: center;
}

.header-banner .header-slide__item > h2 {
  color: #ffffff;
  font-size: 30px;
  font-family: "mscFont", sans-serif;
  margin: 40px 0;
}

.header-banner .header-slide__item > a.button {
  text-decoration: none;
  font-size: 19px;
  display: block;
  color: #2e2d2d;
  width: 150px;
  background: #edd290;
  margin: 0 auto;
  padding: 5px 15px 6px;
  border-radius: 8px;
}

.header-banner .slide-control__arrows {
  display: grid;
  justify-content: center;
}

.header-banner .slide-control__arrows > span {
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}

.header-banner .slide-control__arrows > span.bg-home-next {
  right: 80px;
}

.header-banner .slide-control__arrows > span.bg-home-prev {
  left: 80px;
}

.header-banner .slide-control__arrows > span i.icons {
  color: #edd290;
  font-size: 42px;
}

.home-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #2e2d2d;
}

#slider {
  width: 100%;
}

#slider .item {
  width: 100%;
  height: 725px;
  overflow: hidden;
}

#slider .slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  /* transition: all 8s ease-in-out !important; */
}

#slider .slide-image.active {
  opacity: 1;
}

#slider {
  width: 100%;
}

/* .scale-in {
  transition: all 1.5s ease;
} */

#slider.owl-carousel .owl-item .item .scale-in {
  transition: all 8s ease-in-out;
  opacity: 1;
  /* transform: scale(1); */
}

#slider.owl-carousel .owl-item.active .item > .scale-in {
  /* -webkit-animation: scaleIn 10s alternate forwards; */
  /* animation: scaleIn 8s linear; */
  /* transform: scale(1.1); */
  transition-duration: 8s;
  /* animation: fadeInff 8.5s alternate forwards; */
}

@keyframes fadeInff {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1.06);
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/* Home Content */

/* Home News */

.all-home__news {
  /*padding: 30px 0;*/
}

/* .news-main {} */

.news-main .news-item {
  margin-bottom: 15px;
}

.news-main .news-item > a {
  display: block;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  height: 380px;
  padding: 15px;
  text-decoration: none;
  overflow: hidden;
}

.news-main .news-item > a article {
  /*width: 311px;*/
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.news-main .news-item > a article::before{
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 400%;
  opacity: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  background: -webkit-linear-gradient(left,hsla(0,0%,100%,.1),hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0));
  background: linear-gradient(90deg,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0));
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 3;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.news-main .news-item > a:hover article::before {
  opacity: 1;
  top: -146%;
  left: -40%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.news-main .news-item > a article > img {
  width: 100%;
  height: 233px;
  /*object-fit: cover;*/
  /*object-position: top;*/
  /*object-position: center;*/
}

/* .news-main .news-item>a .news-item__title {} */
.news-main .news-item > a .news-item__title{
  height: 80px;
  padding: 10px 0;
}
.news-main .news-item > a .news-view__date {
  display: flex;
  padding: 15px 0 10px;
  align-items: center;
  justify-content: space-between;
}
/* Interactive */

.interactive .news-main .news-item{
  height: 180px;
}

.interactive .news-main .news-item > a{
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  flex-direction: column;
}
.interactive .news-main .news-item > a p{
  margin-bottom: 0;
 margin-top: 10px;
}

.news-main .news-item > a .news-view__date > span {
  color: #005fbe;
  font-size: 15px;
  font-family: "mscFont", sans-serif;
  /* margin-right: 25px; */
}
.news-main .news-item > a .news-view__date > span i.fa{
  margin-left: 7px;
}

.news-main .news-item > a .news-view__date > small {
  font-size: 15px;
  color: #9c9c9c;
  font-family: "mscFont", sans-serif;
}

.news-main .news-item > a .news-item__title > p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #3f3f3f;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

/* .home-news__main {} */

/* .home-news__left {} */

.home-news {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin-bottom: 15px;
}

.home-news > h2 {
  color: #3f3f3f;
  font-family: "mscFont", sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.home-news__item {
  padding: 20px 0 0;
}

.home-news__item > a {
  display: flex;
  /*align-items: center;*/
  text-decoration: none;
}

.home-news__item > a article {
  flex: 0 0 160px;
  height: 137px;
  border-radius: 3px;
  overflow: hidden;
}

.home-news__item > a article > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.home-news__item > a .home-news__title {
  padding-left: 15px;
}

.home-news__item > a .home-news__title .news-view__date {
  display: flex;
}

.home-news__item > a .home-news__title .news-view__date > span {
  color: #edd290;
  font-size: 15px;
  font-family: "mscFont", sans-serif;
}

.home-news__item > a .home-news__title > p {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0;
  /* height: 73px; */
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .home-news__item > a .home-news__title > span {
  color: #4a4a4a;
  font-family: "mscFont", sans-serif;
  font-size: 15px;
  border-bottom: 1px solid #4f4f4f;
} */
.home-news__item > a .home-news__title > span {
  font-size: 13px;
  background: #edd290;
  color: #fff;
  padding: 5px 10px 6px;
  border-radius: 4px;
}

/* .home-news__right {} */

.categories {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 15px;
  position: relative;
  /* min-height: 625px;
  max-height: 719px; */
  overflow: hidden;

  display: flex;
  flex-flow: column nowrap;
}

.categories > h2 {
  /*color: #3f3f3f;*/
  font-family: "mscFont", sans-serif;
  font-size: 22px;
  /*margin: 0;*/
  padding: 0;
  /*margin-bottom: 10px;*/
  margin: 20px 0 10px;
  color: #edd290;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-categories > h2 {
  margin: 0 0 10px;
}

.home-news__right .categories > h2 span {
  font-size: 22px;
  cursor: pointer;
  display: none;
}

.arrow-icon__rubrick {
  transition: transform 0.5s;
  transform: rotate(0);
}

.arrow-icon__rubrick.active {
  transform: rotate(180deg);
}

.categories > ul {
  list-style: none;
  margin: 0;
  padding: 0;

  height: calc(100% - 34px);
  overflow: auto;
  padding-right: 10px;
}

.categories > ul li {
  padding: 5px 0;
}

.categories > ul li a {
  text-decoration: none;
  color: #3f3f3f;
  display: flex;
  font-size: 16px;
  line-height: 21px;
}

.categories > ul li a > i {
  color: #edd290;
  font-size: 13px;
  margin-right: 10px;
  margin-top: 4px;
}

.home-news__right .year {
  position: relative;
  box-shadow: 0 0 10px 0.1px #ddd;
  border-radius: 8px;
  height: 338px;
  overflow: hidden;
  margin: 0;
}

.home-news__right .year img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.home-news__right .year div.xar-img-before {
  position: absolute;
  left: 30px;
  bottom: 15px;
  width: calc(100% - 60px);
  text-align: center;
  background-color: #f8f8f9;
  border-radius: 8px;
  padding: 10px;
}

.home-news__right .year div.xar-img-before h2 {
  color: #213b49;
  font-size: 32px;
  font-family: "mscFont", sans-serif;
}

.home-news__right .year div.xar-img-before p {
  color: #213b49;
  font-size: 16px;
  font-family: "mscFont", sans-serif;
}

/* End Home News */

/* Begin StateOfCrime */

/* .state-of {} */

.state-of__main {
  display: flex;
  flex-wrap: wrap;
}

.state-region {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  height: 580px;
  background-image: url(../images/state_bg.png);
  background-repeat: no-repeat;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding: 30px 45px;
}

.state-region::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
          90deg,
          rgb(34, 34, 34) 0%,
          rgba(92, 92, 92, 0.94902) 100%
  );
  opacity: 0.851;
}

.state-region__main {
  position: relative;
}

.state-region__main > h2 {
  font-size: 22px;
  font-family: "mscFont", sans-serif;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}

.state-region__main ul.region-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.state-region__main ul.region-list li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 16px;
}

.state-region__main ul.region-list li span {
  color: #fff;
  display: flex;
  align-items: center;
}

.state-region__main ul.region-list li span > i.fa {
  font-size: 10px;
  color: #b1b1b1;
  margin-right: 10px;
}

.state-region__main ul.region-list li span:last-child {
  color: #b1b1b1;
}

.state-category {
  flex: 0 0 66.666666%;
  max-width: 66.666666%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}

.state-category__main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.state-category__col {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  height: 33.33333%;
  display: flex;
  align-items: center;
  padding: 0 0 0 50px;
}

.state-category__item {
  width: 100%;
  display: flex;
  align-items: center;
}

/* .state-category__item>article {} */

.state-category__item > article {
  flex: 0 0 65px;
  max-width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.state-category__item > article i.icons {
  font-size: 50px;
  color: #edd290;
}

.state-category__item > div {
  padding-left: 15px;
}

.state-category__item > div span {
  font-family: "mscFont", sans-serif;
  color: #3f3f3f;
  font-size: 36px;
}

.state-category__item > div p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}

/* End StateOfCrime */

/*Begin Developments */

.developments {
  padding: 60px 0 15px 0;
}

/* .developments .developments-main {} */

.developments-item {
  width: 100%;
  height: 375px;
  padding: 0 20px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}

.developments-item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22.5px 0;
}

.developments-item .title h2 {
  font-size: 18px;
  font-family: "mscFont", sans-serif;
  color: #edd290;
  margin: 0;
  padding: 0 15px;
  text-align: center;
}

.developments-item .title span {
  border-top: 1px solid #767676;
  width: 60px;
}

.developments-item .search-people {
  text-align: center;
  padding: 15px 0;
}

.developments-item .search-people span {
  display: block;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 17px;
}

.developments-item .search-people article > img {
  max-width: 100%;
  height: 180px;
  width: 150px;
  object-fit: cover;
}

.developments-item .question-form {
  padding: 0 15px;
}

.developments-item .question-form .send-button {
  color: #fff;
  background: #edd290;
  border-radius: 4px;
  padding: 5px 25px;
  margin: 0;
}
.question-form .captcha-main{
  flex: 0 0 165px;
  max-width: 165px;
  width: 100%;
  padding-left: 10px;
}
.question-form .captcha-input-2{
  width: 100%;
}
#refresh_captcha_contacts{
  width: 34px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005fbe;
  color: #fff;
  border-radius: 0 4px 4px 0;
}
/* End Developments */

/* Begin Map */

.map {
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
}

.map-content {
  position: relative;
}

.region-div {
  position: absolute;
  top: 80px;
  right: 200px;
}

p.region-p {
  font-family: "mscFont", sans-serif;
  font-size: 24px;
  display: flex;
  align-items: center;
}

p.region-p i.fa {
  color: #e8c570;
  font-size: 15px;
  margin-right: 15px;
}

.uzb path:hover {
  fill: #e8c570;
}

.uzb path {
  fill: #f2f2f2;
  stroke: #183342;
  stroke-width: 0.2;
}

.map-right h3 {
  color: #e8c570;
  margin-top: 30px;
  font-size: 22px;
  font-family: "mscFont", sans-serif;
}

.map-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-top: 15px;
  box-shadow: 0 0 10px 0.1px #ddd;
  min-height: 291px;
}

.map-card h5 {
  font-family: "mscFont", sans-serif;
}

label.radio-button {
  cursor: pointer;
  /* display: block; */

  display: flex;
  align-items: flex-start;
}

input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input.radio-button__input {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}

.radio-button__input {
  opacity: 0;
  position: absolute;
}

.radio-button__control {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: inherit;
  color: #e8c570;
  border: 2px solid #e8c570;
  border-radius: 24px;
}

.radio-button__input:checked + .radio-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #e8c570;
  border-radius: 12px;
}

.radio-button__input:checked + .radio-button__control {
  border-color: #e8c570;
}

.radio-button__control {
  transform: scale(0.75);
}

button.xar-btn {
  margin-right: 15px;
}

.xar-example {
  margin: 15px 0;
}

.vil-div-bottom h5 {
  color: #e8c570;
  font-family: "mscFont", sans-serif;
  font-size: 22px;
  margin: 15px 0;
}

.vdb-inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 0 20px;
  width: 100%;
  margin-top: 20px;
  box-shadow: 0 0 10px 0.1px #ddd;
}

.vdb-inner div.one {
  padding: 15px 0;
  border-bottom: 1px solid rgba(232, 197, 112, 0.5);
  display: flex;
  align-items: center;
}

.vdb-inner div.one:last-child {
  border: 0;
}

.vdb-inner div.one > i.icons {
  color: #edd290;
  font-size: 28px;
}

/* End Map */

/* Home Usefull */

.usefull-links {
  padding: 60px 0;
}

/* .usefull-main {} */
.usefull-links .title {

}
#usefull.owl-carousel .owl-stage-outer {
  margin: 0 -10px;
  padding: 0 10px;
}

#usefull.owl-carousel .owl-stage {
  padding: 20px 0;
}

.usefull-item {
  width: 100%;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  cursor: pointer;
}

.usefull-item .usefull-item__image {
  flex: 0 0 110px;
  max-height: 90px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usefull-item .usefull-item__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 50px;
}

.usefull-item .usefull-item__title {
  text-align: center;
  padding: 5px 0;
}

.usefull-item .usefull-item__title h2 {
  font-size: 16px;
  color: #353535;
  font-weight: 400;
  margin: 5px 0;
  line-height: 19px;
}

#usefull .owl-dots {
  text-align: center;
  padding-top: 15px;
}

#usefull .owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #005fbe;
  margin: 0 10px;
  position: relative;
}

#usefull .owl-dots button.owl-dot.active:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #005fbe;
  top: -5px;
  left: -5px;
}

#usefull .owl-dots button.owl-dot:focus,
#usefull .owl-nav button:focus {
  outline: none !important;
}

#usefull .owl-nav button.owl-prev {
  position: absolute;
  top: -38px;
  right: 70px;
  background: #005fbe;
  padding: 5px 10px 6px!important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#usefull .owl-nav button.owl-next {
  position: absolute;
  top: -38px;
  right: 0;
  background: #005fbe;
  padding: 5px 10px 6px!important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#usefull .owl-nav button > img {
  height: 13px;
}

/*===========footer============*/

footer.footer-one {
  background-color: #005fbe;
  height: 50px;
  line-height: 50px;
}

.footer-social {
  display: flex;
}

.footer-social > div {
  display: flex;
  align-items: center;
}

div.foo-one-col a {
  color: #edd290;
}

span.foo-top-span {
  color: #fff;
  font-size: 15px;
}

a.foo-top-icon {
  color: #fff;
  margin: 0 5px;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

footer.footer-two {
  background-color: #fffbf4;
}

aside.foo-two-in {
  display: flex;
  align-items: center;
}

aside.foo-two-in a {
  color: #3f3f3f;
  font-size: 14px;
  font-family: "mscFont", sans-serif;
  text-transform: uppercase;
}
aside.foo-two-in a:nth-child(2) {
  margin-left: 10px;
}

div.foo-two-col {
  display: flex;
  align-items: center;
  padding: 0;
}

div.foo-two-col div {
  margin: 0;
  display: flex;
  align-items: center;
}

.foo-two-col span > p {
  margin: 0;font-size: 14px;
}

.copy_footer{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin: 0;
  color: #fff;
}


div.foo-two-col h6 {
  font-family: "mscFont", sans-serif;
}

div.foo-two-col i {
  color: #005fbe;
  font-size: 26px;
  margin-right: 10px;
  margin-top: 6px;
}

footer.footer-two {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

footer.footer-three {
  background-color: #005fbe;
  padding: 20px;
}

footer.footer-three span,
footer.footer-three a {
  color: #fff;
  font-size: 15px;
}

footer.footer-three a,
footer.footer-three a:hover {
  color: #fff;
}

a.footer-tel {
  color: #3f3f3f;
}

.footer-ctrl > p {
  font-size: 14px;
  margin-bottom: 5px;
}

/*-----------footer------------*/

figure.images-block__news {
  margin-bottom: 15px!important;
}

/* Pages */

.header-banner__page {
  width: 100%;
  height: 320px;
  position: relative;
}

.header-banner__page::before {
  content: "";
  position: absolute;
  top: 100px;
  width: 33.33333%;
  height: 1px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}

.header-banner__page::after {
  content: "";
  position: absolute;
  top: 100px;
  width: 33.33333%;
  height: 1px;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.all-news__main {
  padding: 30px 0;
}

.pages-title {
  padding-bottom: 20px;
}

.pages-title > h2 {
  font-size: 23px;
  line-height: 25px;
  color: #3f3f3f;
  margin: 0;
  font-family: "mscFont", sans-serif;
  margin-bottom: 10px;
}

.route-title-h2 {
  font-family: "mscFont", sans-serif;
  font-size: 30px;
  color: #edd290;
  margin: 0;
}

.rss-icon {
  color: #edd290;
  cursor: pointer;
}
/* .sidebar-right {} */

.side-menu {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 20px;
}

.side-menu.no-back {
  padding: unset;
  background: none;
  box-shadow: none;
}

.side-menu > h2 {
  font-size: 23px;
  font-family: "mscFont", sans-serif;
  color: #005fbe;
}

.side-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu > ul li {
  padding: 5px 0;
}

.side-menu > ul li > a {
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
  text-decoration: none;
  display: block;
  margin-bottom: 0!important;
}

.side-menu > ul li.active a,
.side-menu > ul li > a:hover {
  color: #005fbe;
}

.news-view__main {
  background: #f5f5f5;
  padding: 35px 0;
}

.news-view {
  width: 100%;
  min-height: 400px;
  /*overflow: hidden;*/
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  margin-bottom: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.share-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.share-content .share {
  display: flex;
  align-items: center;
  margin-right: 25px;
  margin-bottom: 10px;
}

.share-content .share span {
  font-size: 17px;
  color: #005fbe;
  margin-right: 10px;
}

.share-content .share a {
  display: flex;
  align-items: center;
  margin-right: 5px;
  font-size: 22px;
  text-decoration: none;
}
.share-content .share a:hover {
  color: #005fbe;
}

.share-content .print a {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #005fbe;
  text-decoration: none;
}
.share-content .print a > span {
  font-size: 17px;
  margin-left: 10px;
  color: #005fbe;
}
.share-content .print a:hover > span {
  color: #005fbe;
}
.header-content .date-view {
  font-size: 17px;
}

.header-content .date-view > span {
  color: #005fbe;
  font-size: 17px;
  font-family: "mscFont", sans-serif;
  /*padding: 5px 15px;*/
  margin-right: 25px;
}

.header-content .date-view > small {
  font-size: 17px;
  color: #005fbe;
}

/* .content-title {} */

.content-title > h2 {
  font-size: 23px;
  line-height: 25px;
  color: #3f3f3f;
  margin: 0;
  font-family: "mscFont", sans-serif;
  margin-bottom: 10px;
}

.content-slider {
  padding: 15px 0;
}

#viewSlider .owl-item > .item {
  width: 100%;
  height: 500px;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

#viewSlider .owl-item > .item a {
  width: 100%;
  height: 100%;
}
#viewSlider .owl-item > .item a > img {
  width: inherit;
  height: inherit;
  /*object-fit: cover;*/
  object-fit: contain;
  object-position: top;
}

#viewSlider .owl-dots {
  text-align: center;
  padding-top: 15px;
}

#viewSlider .owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #3f3f3f;
  margin: 0 10px;
  position: relative;
}

#viewSlider .owl-dots button.owl-dot.active:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #3f3f3f;
  top: -5px;
  left: -5px;
}

#viewSlider .owl-dots button.owl-dot:focus,
#viewSlider .owl-nav button:focus {
  outline: none !important;
}

#viewSlider .owl-nav button.owl-prev {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(-100px);
}

#viewSlider .owl-nav button.owl-next {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(100px);
}

#viewSlider .owl-nav button > img {
  height: 15px;
}

.news-content {
  color: #353535;
  font-size: 17px;
  line-height: 26px;
}
.news-content figure{
  margin: 0;
}
.sp-arrow {
  width: 6px;
}
.news-content .sp-button{
  width: 12px;
  height: 12px;
  border: 1px solid #005fbe;
}
.news-content .sp-selected-button {
  background-color: #005fbe;
}
/* End News */

/* Begin Guide */

/* .guides {} */

.guide-item {
  display: flex;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 15px;
  padding: 30px;
  /*flex-wrap: nowrap;*/
}

.guide-item > article {
  border-radius: 7px;
  background-color: rgb(225, 225, 225);
  flex: 0 0 190px;
  width: 190px;
  height: 230px;
}

.guide-item article {
  border-radius: 7px;
  /*background-color: rgb(225, 225, 225);*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: #f6f6f6;
  flex: 0 0 190px;
  width: 190px;
  height: 230px;
}

.guide-item > article > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.guide-item .img-leader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.guide-item .guide-item__info {
  padding: 0 0 0 30px;
}

.guide-item .guide-item__info > h2 {
  font-family: "mscFont", sans-serif;
  font-size: 22px;
  color: #edd290;
  margin-bottom: 15px;
}

.guide-item .guide-item__info > h3 {
  font-family: "mscFont", sans-serif;
  font-size: 18px;
  color: #3f3f3f;
  margin-bottom: 10px;
}

.guide-item .guide-item__info > p {
  color: #3f3f3f;
  font-size: 16px;
  margin-bottom: 10px;
}

.guide-item .guide-item__info > p > strong {
  font-family: "mscFont", sans-serif;
}

.guide-item .guide-item__info > button {
  border-radius: 3px;
  background: #edd290;
  border: 0;
  padding: 3px 15px;
  color: #ffffff;
  font-size: 15px;
}
.guides .modal-dialog {
  max-width: 620px;
}
.guides .modal-content{
  min-height: 520px;
}
.guides .modal-title{
  font-size: 24px;
  font-family: "mscFont", sans-serif;
  color: #3f3f3f;
  font-weight: 700;
}
.guides .modal-header .close{
  outline: none;
  margin: 0;
  padding: 0;
}
.guides .modal-body__title{
  font-family: "mscFont", sans-serif;
  font-size: 22px;
  color: #3f3f3f;
  margin-bottom: 15px;
}
/* End Guide */

/* Begin Gallery */

/* .gallery {} */

.gallery .gallery-item {
  margin-bottom: 15px;
}

.gallery .gallery-item > a,
.gallery .gallery-item > div {
  display: block;
  width: 100%;
  height: 180px;
  border-radius: 6px;
  overflow: hidden;
  background-color: rgb(225, 225, 225);
  position: relative;
}

.gallery .gallery-item > a img,
.gallery .gallery-item > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* End Gallery */

/* Begin Wanted Persons */

.wanted-persons {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 15px;
  padding: 30px;
}

.wanted-min-height {
  min-height: 400px;
}

/* .wanted-persons .wanted-header {} */

.wanted-persons .wanted-header .wanted-header__info {
  font-family: "mscFont", sans-serif;
  font-size: 18px;
  color: #3f3f3f;
  padding: 15px 0;
}

.wanted-persons .wanted-header .form-group > label {
  font-size: 18px;
  color: #3f3f3f;
  padding: 0 10px;
}

.wanted-persons .wanted-header .form-control {
  border-radius: 25px;
  outline: none;
}

.wanted-persons .wanted-header .form-control:focus {
  outline: none;
  border-color: #edd290;
  box-shadow: none;
}

.wanted-persons .wanted-header .btn-clear {
  border-width: 1px;
  border-color: #f0f0f0;
  border-style: solid;
  border-radius: 15px;
  background-color: #f0f0f0;
  padding: 5px 25px;
  font-size: 15px;
  color: #3f3f3f;
  margin-right: 15px;
}

.wanted-persons .wanted-header .btn-search {
  border-width: 1px;
  border-color: #edd290;
  border-style: solid;
  border-radius: 25px;
  background-color: #edd290;
  padding: 5px 25px;
  font-size: 15px;
  color: #3f3f3f;
}

.wanted-persons .wanted-item {
  display: flex;
  align-items: center;
  /*justify-content: center; *!*/
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  flex-wrap: wrap;
}

.wanted-persons .wanted-item:last-child {
  border: 0;
}

.wanted-persons .wanted-item > article {
  border-radius: 2px;
  background-color: rgb(225, 225, 225);
  flex: 0 0 145px;
  width: 145px;
  height: 180px;
}

.wanted-persons .wanted-item > article {
  background-image: url("~assets/images/no-photo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: #f6f6f6;
}

.wanted-persons .wanted-item > article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wanted-persons .wanted-item .wanted-item__info {
  /*padding: 0 50px;*/
  flex: 1 1 300px;
  padding: 0 20px;
}

.wanted-persons .wanted-item .wanted-item__info h2 {
  font-family: "mscFont", sans-serif;
  font-size: 22px;
  color: #edd290;
  margin-bottom: 15px;
}

.wanted-persons .wanted-item .wanted-item__info p {
  color: #3f3f3f;
  font-size: 16px;
  margin-bottom: 10px;
}

.wanted-persons .wanted-item .wanted-item__info p > strong {
  font-family: "mscFont", sans-serif;
}

/* End Wanted Persons */

/* Begin About */

.about-main {
  background: #f5f5f5;
  padding: 35px 0;
}

.about {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
}

.about .about-title {
  padding-bottom: 15px;
}

.about .about-title h2 {
  font-size: 26px;
  color: #0b375b;
  font-family: "mscFont", sans-serif;
  margin: 0;
}

.about .about-content {
  font-size: 19px;
  color: #353535;
}

.about .about-content h3 {
  font-size: 20px;
  color: #edd290;
  margin-bottom: 15px;
}

/* .about .about-content ul {} */

.about .about-content ul li {
  margin-bottom: 10px;
}

/* End About */

/* Begin Pages */

.pages-main {
  background: #f5f5f5;
  padding: 35px 0;
}

.pages {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
}

/* End Pages */

/* Begin Docs */

/* .documents {} */

.documents-item {
  padding: 25px 0;
  border-bottom: 1px solid #e7e7e7;
}

.documents-item:first-child {
  padding-top: 0;
}

.documents-item:last-child {
  border: none;
}

.documents-item .documents-title {
  font-size: 21px;
  font-family: "mscFont", sans-serif;
  line-height: 24px;
  margin-bottom: 15px;
  display: flex;
}

.documents-item .documents-title > span {
  color: #353535;
}

.documents-item .documents-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.documents-item .documents-footer .docs-info {
  display: flex;
}

.documents-item .documents-footer .docs-info > * {
  font-size: 17px;
  color: #5e5e5e;
  text-decoration: none;
  margin-right: 25px;
}

.documents-item .documents-footer .docs-info > a:hover {
  color: #0b375b;
}

.documents-item .documents-footer .docs-info > a > i.fa {
  color: #edd290;
  font-size: 18px;
  margin-right: 5px;
}

.documents-item .documents-footer .docs-date {
  font-size: 17px;
  color: #0b375b;
}

/* .documents-item .documents-footer .docs-date>span {} */

/* End Docs */

/* Begin Contacts */

.contacts-main {
  background: #f5f5f5;
  padding: 35px 0;
}

.contacts {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
}

/* .contacts-info {} */

.contacts-info .contacts-info__item {
  margin-bottom: 15px;
}

.contacts-info .contacts-info__item > p {
  color: #edd290;
  font-size: 22px;
  margin-bottom: 10px;
}

.contacts-info .contacts-info__item > span {
  font-size: 19px;
  color: #353535;
}

.contacts-info .contacts-info__item > span a {
  text-decoration: none;
  color: #0b375b;
  margin-right: 10px;
}

/* .contacts-made {} */

.contacts-made > p {
  color: #edd290;
  font-size: 22px;
  margin-bottom: 10px;
}

.contacts-made > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contacts-made > ul li {
  font-size: 19px;
  color: #353535;
  display: flex;
  margin-bottom: 10px;
}

.contacts-made > ul li span {
  flex: 0 0 150px;
  max-width: 150px;
}

.contacts-made > ul li strong {
  color: #0b375b;
  font-weight: normal;
  font-family: "mscFont", sans-serif;
}

.contacts-maps {
  padding: 15px 0;
}

/* .contacts-footer__info {} */

.contacts-footer__info > p {
  color: #edd290;
  font-size: 22px;
  margin-bottom: 10px;
}

.contacts-transport {
  display: flex;
  flex-wrap: wrap;
}

.contacts-transport > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 0 0 280px;
  max-width: 280px;
}

.contacts-transport > ul li {
  font-size: 19px;
  margin-bottom: 5px;
}

.contacts-transport > ul li strong {
  color: #0b375b;
  font-weight: normal;
  font-family: "mscFont", sans-serif;
}

.contacts-transport > div {
  flex: 0 0 360px;
  max-width: 360px;
  font-size: 18px;
}

.contacts-transport > div strong {
  color: #0b375b;
}

.contacts-print {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}

.contacts-print > a {
  text-decoration: none;
  font-size: 19px;
  color: #0b375b;
}

/* End Contacts */

/* Hamburger */
#hamburger {
  cursor: pointer;
  font-size: 25px;
  color: #fff;
}
#hamburger > img {
  width: 55px;
}
#hamburger > div {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
}

.fullmenu {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  z-index: 100000;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
}
.fullmenu{
  display: none;
}
.fullmenu::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 575px;
  height: 575px;
  background-image: url("../images/IIB.svg");
  background-repeat: no-repeat;
  background-position: 120px 120px;
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
}

.fullmenu ul.listMenu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
/*
.fullmenu ul.listMenu .col-4 > li {
} */

.fullmenu ul.listMenu li ul {
  list-style: none;
  padding: 0;
  padding-bottom: 50px;
}

.fullmenu ul.listMenu li h2 {
  color: #005fbe;
  font-size: 22px;
  margin: 0 0 30px 0;
}

.fullmenu ul.listMenu .col-4 > li > a {
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  margin: 20px 0 10px 0;
  display: block;
  transition: all 0.3s ease-in-out;
}

.fullmenu ul.listMenu .col-4 > li > a:hover {
  color: #edd290;
}

.fullmenu ul.listMenu li ul li {
  padding: 5px 0;
}

.fullmenu ul.listMenu li ul li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.fullmenu ul.listMenu li ul li a:hover {
  color: #005fbe;
}

.fullmenu .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 1;
}

.fullmenu .close:hover:before,
.fullmenu .close:hover:after {
  background-color: #ffde8d;
}

.fullmenu .close:before,
.fullmenu .close:after {
  position: absolute;
  left: 10px;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: #005fbe;
  transition: all 0.3s ease-in-out;
}

.fullmenu .close:before {
  transform: rotate(45deg);
}

.fullmenu .close:after {
  transform: rotate(-45deg);
}

.search-people .transate {
  animation: fadeIn 2s alternate;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.developments-item .vdpHeader {
  margin-right: 0;
  margin-left: 0;
  background: transparent;
}
.developments-item .vdpInnerWrap {
  border: 0;
  box-shadow: none;
}
.rs-image__caption > span:first-child {
  font-size: 16px;
  color: #edd290;
  height: 35px;
}

.fixed-height {
  height: 320px;
}

.tag-item__link {
  font-weight: bold;
  margin: 0 10px;
}

a.phone-link,
a.phone-link:hover,
.phone-link,
.phone-link:hover {
  text-decoration: none;
  position: relative;
}

.phone-link:hover:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #4e555b;
}

.mobile-lang__dd {
  position: absolute;
  right: 18px;
  top: 10px;
}

.c-workdays__col {
  flex: 0 0 300px;
  max-width: unset;
}

.c-address__col {
  flex: 1;
  max-width: unset;
  min-width: 320px;
}

.contacts-print-cnt {
  flex: 0 0 190px;
  max-width: unset;
  margin-left: auto;
}

.contacts-print > a {
  white-space: nowrap;
  text-align: right;
}

/* .foo-three-col {
  white-space: nowrap;
} */

/* .rubricks-wrapper {
} */

*::-webkit-scrollbar-track:not(body) {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #efefef;
}

*::-webkit-scrollbar:not(body) {
  width: 6px;
  height: 6px;
  background-color: #efefef;
}

*::-webkit-scrollbar-thumb:not(body) {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #edd290;
}

.thin-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #efefef;
}

.thin-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #efefef;
}

.thin-scroll::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #edd290;
}

.thin-scroll.dark::-webkit-scrollbar,
.thin-scroll.dark::-webkit-scrollbar-track {
  background-color: transparent;
}
.thin-scroll.dark::-webkit-scrollbar-thumb {
  background-color: #fff;
  z-index: 11;
}

.human-name {
  text-transform: capitalize;
}

.rs01pagitem .rs01thumbwrap img {
  object-position: top;
}

.rs01pagitem.rs01cur .rs01thumbwrap img {
  transform: perspective(600px) translateZ(100px) !important;
}

.z-col {
  padding: 15px;
}

.oneline-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.send-button {
  color: #fff;
  background: #edd290;
  border-radius: 4px;
  padding: 5px 25px;
}

.mistake-text-content {
  padding: 10px;
  background-color: #ddd;
  position: relative;
  border-left: 3px solid #4e555b;
  color: indianred;
}

.animated-photo-container {
  overflow: hidden;
  height: 180px;
  width: 150px;
  border-radius: 8px;
  border: 1px solid #9e9e9e38;
  margin: auto;
}

.animated-photo-container img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

ul.list-cnt-rubricks {
  padding-right: 10px;
}

.md-font {
  font-size: 16px;
}

#viewSlider.news-slug-cnt .owl-nav button.owl-prev {
  right: 87%;
  transform: translateX(100px);
}

#viewSlider.news-slug-cnt .owl-nav button.owl-next {
  position: absolute;
  bottom: 0;
  left: 87%;
  transform: translateX(-100px);
}
.gallery h2:first-letter,
.pages-title h2:first-letter {
  text-transform: uppercase;
}

.gallery-tab-button {
  border-radius: 999px;
  border: 2px solid #005fbe;
  padding: 6px 30px;
  font-size: 16px;
  color: #005fbe;
  margin-bottom: 20px;
}

a.gallery-tab-button {
  text-decoration: none;
  color: #005fbe;
}

.gallery-tab-button.active,
.gallery-tab-button.nuxt-link-active {
  background-color: #005fbe;
  color: #fff;
}

.card-full-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;

  color: #fff;
  font-size: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
  /* text-align: center; */

  background: linear-gradient(
          to bottom,
          rgba(255, 255, 255, 0) 0%,
          rgba(63, 63, 63, 0.47) 77%,
          rgba(63, 63, 63, 0.91) 100%
  );
}

.card-description {
  display: block;
  height: 65px;
  color: inherit;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-date-holder {
  color: #edd290;
}

.font-md {
  font-size: 16px;
}

.menu-module-route-item {
  font-size: 16px;
}

/* .bvi-copy, */
.bvi-btn-group.bvi-btn-voice {
  display: none !important;
  pointer-events: none;
}

.img-leader {
  object-fit: cover;
  background-repeat: no-repeat;

  width: 100%;
  height: 100%;
}

.news-view {
  display: flex;
  flex-direction: column;
}

.news-footer {
  margin-top: auto;
}
.flex-col {
  flex-direction: column;
}

.no-wrap {
  flex-wrap: nowrap;
}

p.guide-item__full_name,
.guide-item__full_name {
  font-size: 18px !important;
}

.guide-item__full_name strong {
  font-size: inherit;
}

.z-col:not(.z-modal-header) {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 15px;
  padding: 30px;
}

.z-modal-form .z-col {
  box-shadow: unset;
  padding: 15px;
}

.fade-in {
  animation: fadeInAnim 0.5s;
}

@keyframes fadeInAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.no-wrap-wh {
  white-space: nowrap;
}

.wanted-fio__col {
  flex: 1 1 400px;
  max-width: unset;
}
.wanted-birthdate__col {
  flex: 0.3 0 250px;
  max-width: unset;
}

.guide-item button {
  cursor: pointer;
}

.gallery .gallery-item > a,
.gallery .gallery-item > div {
  cursor: pointer;
}

.polls-pr-cnt {
  width: 100%;
  border-radius: 4px;
  height: 12px;
  background-color: #ddd;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.polls-pr-line__item .percent-label {
  /* padding-left: 4px; */
  /* display: block; */
}

.polls-pr-cnt .pr-line {
  height: inherit;
  background-color: #edd290;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s ease-in-out 0.2s;
}

.fancybox-image,
.fancybox-spaceball {
  object-fit: contain;
}

.fancybox-slide--iframe .fancybox-content {
  width: 640px;
  height: 480px;
  max-width: 640px;
  max-height: 480px;
  margin: 0;
}

.svc-logo-img-cnt {
  /* width: 30px;
  height: 30px; */
  max-width: 100%;
}

.owl-carousel .owl-item .svc-logo-img-cnt img {
  width: 190px;
  /* height: 130px; */
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


/* search */
body.thim-search-active .thim-widget-courses-searching .thim-course-search-overlay .courses-searching {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
}
.error-message{
  color: red;
}
.courses-searching input[type=text] {
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  border-radius: 0;
  border: 0;
  height: 50px;
  line-height: 40px;
  float: left;
  margin: 0;
  padding-left: 20px;
  background: #fff;
  color: #999;
  font-size: 15px;
  font-style: italic;
}
.courses-searching button{
  width: 50px;
  line-height: 50px;
  border-radius: 0;
  float: left;
  font-size: 16px;
  padding: 0;
  border: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
  background: #005fbe;
}
.courses-searching {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: rgba(37,37,37,0.7);
  margin: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: scale(.2,.2);
  -moz-transform: scale(.2,.2);
  -ms-transform: scale(.2,.2);
  -o-transform: scale(.2,.2);
  -webkit-transition: all .3s cubic-bezier(.4,0,1,1);
  -khtml-transition: all .3s cubic-bezier(.4,0,1,1);
  -moz-transition: all .3s cubic-bezier(.4,0,1,1);
  -ms-transition: all .3s cubic-bezier(.4,0,1,1);
  -o-transition: all .3s cubic-bezier(.4,0,1,1);
  transition: all .3s cubic-bezier(.4,0,1,1);
}

.search-popup-bg {width: 100%;height: 100%;position: absolute;cursor: url(../images/cursor.png), auto; z-index: -3}
.thim-widget-courses-searching .thim-course-search-overlay .courses-searching form {max-width: 100%;width: 600px;}
.thim-course-search-overlay form {
  position: absolute;
  z-index: 10;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50px;
}
.courses-searching ul.courses-list-search {
  z-index: 999;
  overflow: hidden;
  padding: 0 20px;
  list-style: none;
  position: absolute;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  background: #fff !important;
  margin-top: 2px;
  left: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  border-radius: 0;
  box-shadow: 2px 2px 6px -4px #000;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.05);
  -o-box-shadow: 0 2px 3px rgba(0,0,0,.05);
  -ms-box-shadow: 0 2px 3px rgba(0,0,0,.05);
}
.courses-searching button i{color: #fff;}


#calendar-container {
  padding: 0 15px;
  background: #fff;
}

.sidebar-calendar #calendar-container {
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}
#calendar-container .pika-lendar {
  float: left;
  width: 100%;
  margin: 0;
}
#calendar-container .pika-single{
  border: 0;
}
#calendar-container .pika-button{
  background: #fff;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
}
#calendar-container .pika-button:hover,
#calendar-container .pika-row.pick-whole-week:hover .pika-button{
  background: #005fbe;
  box-shadow: none;
}
#calendar-container .is-selected .pika-button,
#calendar-container .has-event .pika-button{
  background: #005fbe;
  box-shadow: none;
  color: #fff;
}
#calendar-container .is-today .pika-button {
  background: #005fbe;
  color: #fff;
  font-weight: bold;
}

#calendar-container .pika-button {
  padding: 10px;
}
.quiz-result .progress{margin-bottom: 10px;}
.is-disabled .pika-button {
  opacity: 1;
}

/* QA SECTION */
.qa-home {
  padding: 0 0 45px 0;
}
.qa-home__main{
  padding-left: 15px;
  padding-right: 15px;
}
.qa-home img{
  width: 30px;
  height: 30px;
}

.qa-home .card-header h6{
  font-family: "mscFont", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #404040;
  margin: 0;
}
.qa-home .accordion__square:nth-child(1) .card-header {
  padding: 0 25px 0 30px;
  min-height: 100px;
}
.qa-home .accordion__square:nth-child(2) .card-header {
  padding: 0 40px 0 30px;
  min-height: 100px;
}
.qa-home .card-header {
  margin-bottom: 0;
  background-color: rgb(255, 255, 255);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.qa-home  .card-body div{

  border-top: 1px solid #f3eee1;
  padding-top: 30px;
}
.qa-home  .card-body{
  padding: 0 30px 30px 30px;
}
.qa-home .card .btn-link:hover {
  text-decoration: none;
}
.qa-home .card .btn {
  display: flex;
  font-weight: 400;
  color: #edd290;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
  outline: none;
  width: 25px;
  height: 25px;
  border: 1px solid #edd290;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.qa-home .card .btn i.fa{
  margin-top: 1px;
  margin-left: 1px;
}
.qa-home .card .btn .btn-link.focus, .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}
.qa-home .card {
  margin-bottom: 15px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 10px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-bottom: 0;
}
.qa-home .accordion__square{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
}
.qa-home .accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.qa-home .accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.qa-home .accordion>.card:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.qa-home .accordion__square:nth-child(1){
  padding-right: 7.5px;
}
.qa-home .accordion__square:nth-child(2){
  padding-left: 7.5px;
}
.qa-home ol {
  padding: 0 0 0 15px;
}



.faq-page img{
  width: 30px;
  height: 30px;
}

.faq-page .card-header h6{
  font-family: "mscFont", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #404040;
  margin: 0;
}
.faq-page .accordion__square .card-header {
  padding: 0 25px 0 30px;
  min-height: 100px;
}

.faq-page .card-header {
  margin-bottom: 0;
  background-color: rgb(255, 255, 255);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.faq-page .card-body div{
  border-top: 1px solid #f3eee1;
  padding-top: 30px;
}
.faq-page  .card-body{
  padding: 0 30px 30px 30px;
}
.faq-page .card .btn-link:hover {
  text-decoration: none;
}
.faq-page .card .btn {
  display: flex;
  font-weight: 400;
  color: #edd290;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
  outline: none;
  width: 25px;
  height: 25px;
  border: 1px solid #edd290;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.faq-page .card .btn i.fa{
  margin-top: 1px;
  margin-left: 1px;
}
.faq-page .card .btn .btn-link.focus, .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}
.faq-page .card {
  margin-bottom: 15px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 10px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-bottom: 0;
}
.faq-page .accordion__square{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.faq-page .accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.faq-page .accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.faq-page .accordion>.card:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.faq-page ol {
  padding: 0 0 0 15px;
}
/* END_QA SECTION */

table{
  width: 100%;
}

table td {
  border: 1px solid #e7e7e7;
  padding: 0 15px;
}

table tr {
  background: #f9f9f9;
}
table tr:nth-child(2n) {
  background: transparent;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-main{text-align: center;}
.pagination ul{list-style: none;padding: 0;}
.pagination ul li{float: left;}
.pagination ul li a{font-size: 20px;padding: 0 7.5px;}
.pagination ul li.active a{color: #e7b570;}
.pagination ul li.page a{color: #2f3941;}
.pagination ul li.page a:hover{color: #e7b570;}
.col-3.footer-ctrl {
  display: flex;
  align-items: center;
}
.col-3.footer-ctrl p{margin: 0;text-align: right;}
.home-news__url {
  display: flex;
  align-items: center;
}
.rss{margin-right: 30px;}
.smi-img__source {
  position: absolute;
  width: 100px;
  bottom: 15px;
  right: 15px;
  text-align: right;
  opacity: 0;
}
.smi-img__source img{
  width: 100%;
}
.events .events-item:hover .smi-img__source{
  opacity: 1;
  z-index: 1;
}
.events .events-item:hover:before{
  background: rgba(26, 68, 183, 0.4);
}

/* Services */

.services-main{
  width: 100%;
  overflow: hidden;
}
.services-main .services-item__col{
  padding: 0 7.5px;
  width: 25%;
  float: left;
}
.services-main .services-item__col .services-item{
  background: #fff;
  height: 200px;
  text-align: center;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-main .services-item__col .services-item a{

}
.services-main .services-item__col .services-item .services-item__image{

}
.services-main .services-item__col .services-item .services-item__image img{

}
.services-main .services-item__col .services-item h2{
  font-size: 18px;
  line-height: 22px;
  color: #2f3941;
  font-weight: normal;
  margin-top: 15px;
}
.services-bottom{
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px 0;
}
.services-bottom .services-bottom__item{
  height: 250px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.services-bottom .services-bottom__item:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 95, 190, .87);
  z-index: -1;
}
.services-bottom .col-md-3:nth-child(1) .services-bottom__item:before, .services-bottom .col-md-3:nth-child(2) .services-bottom__item:before{
  /* background: rgba(48, 149, 98, 0.87);*/
  background: rgba(0, 95, 190, .7) !important;
}
.services-bottom .col-md-3:nth-child(3) .services-bottom__item:before{
  z-index: 0;
  background: rgba(0, 95, 190, .7) !important;
}

.services-bottom .services-bottom__item a{
  position: relative;
  display: flex;
  height: 100%;
}
.services-bottom .services-bottom__item .services-bottom__image{
  position: absolute;
  margin: 15px;
  text-align: center;
  width: 50px;
  overflow: hidden;
}
.services-bottom .services-bottom__item .services-bottom__image img{

}
.services-bottom .services-bottom__item .services-bottom__title{
  -ms-flex-item-align: center!important;
  align-self: center!important;
  text-align: center;
  width: 100%;
}
.services-bottom .services-bottom__item .services-bottom__title h2{
  margin: 0;
  font-size: 20px;
  color: #fff;
}
.services-bottom .col-md-3 {
  /* padding: 0; */
  padding: 0 7.5px;
}
/* Counters */
.counters-main{
  width: 100%;
  background: url(../images/count_bg.jpg);
  height: 360px;
  position: relative;
}
.counters-main:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(28, 28, 28, 0.8);
}
.counters-title{
  position: relative;
  text-align: center;
  padding: 50px 0;
}
.counters-title h2{
  margin: 0;
  color: #fff;
  font-size: 30px;
}
.counters{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 50px 0;
}
.counters .item-counter{
  width: 33.333333%;
  float: left;
  padding: 0 15px;
  text-align: center;
}
.counters .item-counter h2{
  color: #fff;
  margin: 0;
  font-size: 20px;
}
.counters .item-counter > span{
  height: 1px;
  width: 110px;
  background: #fff;
  display: block;
  margin: 15px auto 0;
}
.counters .item-counter div.count{
  color: #fff;
  font-size: 44px;
}

/* Reviews */

.reviews-facts{

}
.reviews-main{
  width: 50%;
  float: left;
  padding: 0 7.5px;
}
#reviews-carousel{
  background: #fff;
  padding: 15px 50px;
  height: 430px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
#reviews-carousel .item{

}

#reviews-carousel .reviews-slider__item{

}
#reviews-carousel .reviews-slider__image{
  text-align: center;
  margin: 25px 0;
}
#reviews-carousel .reviews-slider__image img{
  width: auto;
  margin: 0 auto;
  padding-bottom: 15px;
}
#reviews-carousel .reviews-slider__image h2{
  font-size: 16px;
  color: #005fbe;
}
#reviews-carousel .reviews-slider__item .reviews-slider__content{
  padding: 0 45px;
  position: relative;
  height: 190px; overflow-y: auto;padding-right: 5px;
}
.reviews-scroll{}
#reviews-carousel .reviews-slider__item .reviews-slider__content::-webkit-scrollbar-button{ display: block; height: 5px; border-radius: 0px; background-color: #AAA; }
#reviews-carousel .reviews-slider__item .reviews-slider__content::-webkit-scrollbar-button:hover{ background-color: #AAA; }
#reviews-carousel .reviews-slider__item .reviews-slider__content::-webkit-scrollbar-thumb{ background-color: #CCC; }
#reviews-carousel .reviews-slider__item .reviews-slider__content::-webkit-scrollbar-thumb:hover{ background-color: #CCC; }
#reviews-carousel .reviews-slider__item .reviews-slider__content::-webkit-scrollbar-track{ background-color: #efefef; }
#reviews-carousel .reviews-slider__item .reviews-slider__content::-webkit-scrollbar-track:hover{ background-color: #CCC; }
#reviews-carousel .reviews-slider__item .reviews-slider__content::-webkit-scrollbar{ width: 5px; }
#reviews-carousel .reviews-slider__item .reviews-slider__content span{
  display: block;
  position: absolute;
  left: 35px;
  top: 5px
}
#reviews-carousel .reviews-slider__item .reviews-slider__content span img{
  width: auto;
}
#reviews-carousel .reviews-slider__item .reviews-slider__content h2{
  font-size: 16px;
  color: #2f3941;
  float: left;
  line-height: 24px;
  margin: 0;
  margin-left: 30px;
}
#reviews-carousel.owl-carousel .owl-stage-outer{
  margin-bottom: 45px;
}
#reviews-carousel.owl-theme .owl-nav.disabled+.owl-dots{
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
#reviews-carousel.owl-theme .owl-dots .owl-dot {
  outline: none;
}
#reviews-carousel.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background: transparent;
  border: 1px solid #005fbe;
  outline: none;
}
#reviews-carousel.owl-theme .owl-dots .owl-dot.active span, #reviews-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #005fbe;
}

.facts-main{
  width: 50%;
  float: left;
  padding: 0 7.5px;

}
.facts-img{
  height: 430px;
  overflow: hidden;
}
.facts-img img{
  width: 100%;
}
.opros-title{font-size: 15px; color: #333333;margin-bottom: 15px;font-weight: bold;line-height: 17px;}
.opros input{margin-right: 6px;}
.opros .answers{font-size: 16px;margin-bottom: 2px;font-weight: bold;color: #333333;}
.opros .answers:hover{color: #044d9b; cursor: pointer;}

.button-answers{text-align: center;margin-top: 17px;}
.answers-btn{padding: 2px 15px !important;font-size: 15px !important;border-radius: 30px;}
.answers-btn, .subscribe-btn, .contact-btn{padding: 4px 16px;background: rgb(27, 68, 183);
  background: -moz-linear-gradient(top, rgb(35, 88, 236) 0%, rgb(27, 68, 183) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(35, 88, 236)), color-stop(100%, rgba(27, 68, 183)));
  background: -webkit-linear-gradient(top, rgb(35, 88, 236) 0%, rgb(27, 68, 183) 100%);
  background: -o-linear-gradient(top, rgb(35, 88, 236) 0%, rgb(27, 68, 183) 100%);
  background: -ms-linear-gradient(top, rgb(35, 88, 236) 0%, rgb(27, 68, 183) 100%);
  background: linear-gradient(to bottom, rgb(35, 88, 236) 0%, rgb(27, 68, 183) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e80c6', endColorstr='#176bb5', GradientType=0 );
  color: #fff !important;
  font-size: 16px;
  outline: 0;
  border: 0;
  box-shadow: none !important;
}
.answers-btn:active, .subscribe-btn:active, .answers-btn:hover, .subscribe-btn:hover, .contact-btn:hover, .contact-btn:active {
  color: #fff !important;
  outline: none !important;
  background: rgb(27, 68, 183);
  background: -moz-linear-gradient(top, rgb(27, 68, 183) 0%, rgb(35, 88, 236) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(27, 68, 183)), color-stop(100%, rgba(35, 88, 236)));
  background: -webkit-linear-gradient(top, rgb(27, 68, 183) 0%, rgb(35, 88, 236) 100%);
  background: -o-linear-gradient(top, rgb(27, 68, 183) 0%, rgb(35, 88, 236) 100%);
  background: -ms-linear-gradient(top, rgb(27, 68, 183) 0%, rgb(35, 88, 236) 100%);
  background: linear-gradient(to bottom, rgb(27, 68, 183) 0%, rgb(35, 88, 236) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e80c6', endColorstr='#176bb5', GradientType=0 );
}
.opros {
  background: #fff;
  padding: 15px;
  min-height: 235px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
#display{margin-top: 10px;}
#display .alert{margin-bottom: 0;}
.answers input{float: left;margin-top: 5px;}
.progress, .progress-label{margin-bottom: 10px;}

#usefull .owl-nav.disabled+.owl-dots{
  float: right;
  position: absolute;
  top: -52px;
  padding: 0;
  right: -6px;
  margin: 0;
}
.banner-slider .bottom-banners{
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.12);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.12);
  position: relative;
  margin-bottom: 5px;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}
.banner-slider .bottom-banners .news-list{
  width: 100%;
  max-height: 330px;
  overflow: hidden;
  position: relative;
}
.banner-slider .bottom-banners .news-list *{
  display: block;
}
.banner-slider .bottom-banners .news-list .img-wrapper{
  width: 100%;
  max-height: 330px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top:0;
  left:0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #fff;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.12);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.12);
}
.banner-slider .bottom-banners .news-list .img-wrapper:first-child{
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.banner-slider .bottom-banners .news-list img{
  /*float: none !important;
  visibility: hidden;*/
  width: 100%;
}
.bottom-banners .nav-wrap{
  text-align: center;
  color: #a7a7a7;
}
.bottom-banners .nav{
  height: 58px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0 10px;
  line-height: 26px;
}
.bottom-banners .nav li {
  display: inline-block;
  cursor: pointer;
}
.bottom-banners .nav .pt:after{
  content: "\f10c";
  font-family: fontawesome;
  margin: 18px 5px 0 5px;
  display: inline-block;
  font-size: 11px;
}
.bottom-banners .nav .pt.current:after,
.bottom-banners .nav .pt:hover:after{
  content: "\f111";
  font-family: fontawesome;
}
.bottom-banners .nav-wrap .leftArrow:after, .bottom-banners .nav-wrap .rightArrow:after{
  font-size: 28px;
  position: relative;
  top: 10px;
  cursor: pointer;
  margin: 0px 3px;
}
.bottom-banners .nav-wrap .leftArrow:after{
  content: "\f104";
  font-family: fontawesome;
}
.bottom-banners .nav-wrap .rightArrow:after{
  content: "\f105";
  font-family: fontawesome;
}
.banner-slider {
  margin-bottom: 15px;
}
.breadcrumb {
  background-color: transparent !important;
  padding: 0 0 30px 0 !important;
  margin: 0 !important;
}

ol.breadcrumb li a,
ol.breadcrumb li span {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  color: #959AB2;
}

ol.breadcrumb li::before {
  color: #959AB2 !important;
}

.manage-info-item{
  display: flex;
  align-items: center;
}
.manage-personnel-item{
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 50%;
  float: left;
  margin: 10px 0;
  height: 200px;
}
.manage-personnel-item a{
  display: block;
  overflow: hidden;
}
.manage-personnel-item .m-personnel-img{
  float: left;
  /*border-radius: 50%;*/
  overflow: hidden;
  margin: 10px 15px;
}
.manage-personnel-item .m-personnel-img img{
  width: 120px;
}
.manage-personnel-item .m-personnel-content {
  position: absolute;
  margin-left: 150px;
  margin-right: 10px;
  /*bottom: 50%;
  transform: translateY(50%);*/
}
.manage-personnel-item .m-personnel-content h2{
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.manage-personnel-item .m-personnel-content p{
  text-align: left;
  font-size: 14px;
}

.manage-personnel-item:first-child{
  width: 100%;height: auto;
}
.manage-personnel-item:first-child .m-personnel-img{
  float: left;
  /*border-radius: 50%;*/
  overflow: hidden;
  margin: 20px 80px;
}
.manage-personnel-item:first-child .m-personnel-img img{
  width: 200px;
}
.manage-personnel-item:first-child .m-personnel-content {
  position: absolute;
  margin-left: 370px;
  margin-right: 50px;
  bottom: 50%;
  transform: translateY(50%);
}
.manage-personnel-item:first-child .m-personnel-content h2{
  font-size: 24px;
  margin-bottom: 15px;
}
.manage-personnel-item:first-child .m-personnel-content p{
  text-align: left;
  font-size: 16px;
  max-width: 640px;
}
.manage-personnel-item a:hover .m-personnel-content h2{
  color: #00b047;
}
.manage-img img{width: 35%;margin: 0 auto; display: block;}
.manage-img {
  margin: 15px 0;
}
.tab-content>.tab-pane{margin-top: 15px;}
.docs ul{list-style: none; padding: 0;border-bottom: 0;float: left;width: 100%;margin-top: 10px;}
.docs ul li{
  padding: 5px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.docs ul li h4{margin: 0;font-size: 15px;display: flex;align-items: center;}
.docs ul li h4 i{font-size: 18px;margin: 0;}
.docs ul li a{/*float: right;*/    margin-left: 10px;}
.docs ul li a i{font-size: 16px;}
.docs ul li .fa-file-pdf-o{color: red;}
.docs ul li .fa-file-word-o{color: blue;}
.docs ul li .fa-download {color: #757575;}

.persons {
  margin: 0 -8px;    position: relative;
  /*left: 9px;*/
}.person {
   float: left;
   padding: 15px;
 }
.person {
  float: left;
  padding: 10px 10px 5px;
  width: 25%;
}
.persons-image{
  overflow: hidden;
}
.persons-image img{    position: relative;border-radius: 10px 10px 0 0;    width: 100%;
}
.persons-personal-info {
  padding: 10px;    background: #eee;
  height: 110px;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
.persons-personal-info h4{font-size: 14px; line-height: 20px;    font-weight: 600;}
.persons-personal-info label{font-weight: normal; color: #999;}

.cssload-thecube {
  width: 41px;
  height: 41px;
  margin: 0 auto;
  margin-top: 27px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:  rgb(48, 148, 98);
  animation: cssload-fold-thecube 2.28s infinite linear both;
  -o-animation: cssload-fold-thecube 2.28s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.28s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.28s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.28s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
  animation-delay: 0.285s;
  -o-animation-delay: 0.285s;
  -ms-animation-delay: 0.285s;
  -webkit-animation-delay: 0.285s;
  -moz-animation-delay: 0.285s;
}
.cssload-thecube .cssload-c3:before {
  animation-delay: 0.57s;
  -o-animation-delay: 0.57s;
  -ms-animation-delay: 0.57s;
  -webkit-animation-delay: 0.57s;
  -moz-animation-delay: 0.57s;
}
.cssload-thecube .cssload-c4:before {
  animation-delay: 0.855s;
  -o-animation-delay: 0.855s;
  -ms-animation-delay: 0.855s;
  -webkit-animation-delay: 0.855s;
  -moz-animation-delay: 0.855s;
}



@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(77px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(77px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(77px) rotateY(180deg);
    opacity: 0;
  }
}

@-o-keyframes cssload-fold-thecube {
  0%, 10% {
    -o-transform: perspective(77px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -o-transform: perspective(77px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -o-transform: perspective(77px) rotateY(180deg);
    opacity: 0;
  }
}

@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(77px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -ms-transform: perspective(77px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -ms-transform: perspective(77px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(77px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(77px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(77px) rotateY(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cssload-fold-thecube {
  0%, 10% {
    -moz-transform: perspective(77px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -moz-transform: perspective(77px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -moz-transform: perspective(77px) rotateY(180deg);
    opacity: 0;
  }
}
.cssload-thecube{display:none;}

.load-more{text-align: center;margin-top: 20px; margin-bottom: 60px;}
.load-more button{    padding: 8px 0;
  background: none;
  font-size: 16px;
  border: 1px solid #309462;
  color: #309462;
  width: 230px;}

.load-more button:hover{background: #309462;color: #fff;}
.inspectors_contacts{
  margin-top: 10px;
}
.inspectors_contacts ul li {
  margin-bottom: 20px;
  font-size: 20px;
  background: #005fbe;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.inspectors_contacts ul li:hover{
  margin-left: 25px;
}
.menu-info {
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
}
.menu-info .info-item {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.menu-info .info-item-last{
  border-bottom: 0;margin-bottom: 0;
}
.info-item h3{display: table-cell;
  vertical-align: middle;font-size: 16px;line-height: 20px;max-width: 190px;
  overflow: hidden;
  height: 70px;}
.info-item-img{    float: left;
  /* padding-right: 10px; */
  width: 75px;
  margin-top: 15px;
  padding: 0 15px;}

.menu-info a:hover .info-item {
  border-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
  background: #f3f6ff;
}
#map{
  margin-bottom: 20px;
}


.department .accordion>.card>.card-header {
  position: relative;
}

.department .card:last-child {
  margin-bottom: 0;
}

.department .card-header .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  border: 0;
  color: #005fbe;
  font-weight: 600;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  padding: 10px 20px;
  font-size: 20px;
}

.department .accordion>.card>.card-header:hover:after {
  background: #2469ba;
}

.department .card-body {
  padding-left: 25px;
}

.department .card-header .btn:hover {
  color: #2469ba;
}

.department .card {
  border: none;
  -webkit-box-shadow: 0 0 14px rgb(68 102 190 / 15%);
  box-shadow: 0 0 14px rgb(68 102 190 / 15%);
  margin-bottom: 10px;
}

.department .card-header .btn:hover,
.department .card-header .btn,
.department .card-header .btn:focus {
  text-decoration: none;
}

.department .card-header {
  background: transparent;
  outline: none;
  border: 0;
  padding: 0;
}
.item-dep h3{
  font-size: 18px;margin-bottom: 20px;
}
.item-dep {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 0px;
  margin-top: 20px;
}
.item-dep a span{
  color: #005fbe;
}
.department .card-body ul li:first-child{
  margin-top: 0;
}

.search-btn-info button{    background: #309462 !important;
  padding: 5px 20px;
  border: 0;}
.search-btn-info button:hover{    background-color: #3760c5;}
.rayon{font-size: 18px;}
.rayon .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.rayon .dropdown-menu{
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%) !important;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%) !important;
  padding: 10px 0;
}
.rayon .dropdown-item:hover{
  color: #0746f7;
}
.rayon button{background: none; border: 0; outline: none;cursor: pointer;padding: 0;}
#search-category .search-category-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.search-category-form{
  width: 55%;
  display: inline-block;
}

#custom-search-input .search-query:focus{border-bottom-color:#0746f7;}
#custom-search-input .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid;
}

#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#000;
  background: none !important;
  outline: none !important;
}
#custom-search-input button:hover{color:#0746f7; }
.search-query:focus + button {z-index: 3;}
.search-btn-close button{background: none !important; outline: 0;border: 0;padding: 0;color: #000 !important;box-shadow: none !important;}
.search-btn-close{float: right;}
#search-category .input-group .form-control{z-index: 0;}
.not_info_1 p {
  font-size: 24px !important;
  text-align: center !important;
  margin-top: 20px;
}

.actual-right__item{
  margin-bottom: 15px;
  height: 100px;
  position: relative;
  overflow: hidden;
  /*background-image: url(../images/block/right1.jpg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.actual-right__item:nth-child(2){
  /*background-image: url(../images/tmp/right2.jpg);*/
  background-image: url(../images/block/banner_ru.png);
  background-position: center;
}
.actual-right__item:nth-child(1):before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 95, 190, 0.85);
}
.actual-right__item a{
  width: 100%;
  display: block;
}
.actual-right__item .actual-right__image{

}
.actual-right__item .actual-right__content{
  position: relative;
  text-align: center;
  padding: 15px;
  margin: 25px 0;
}
.actual-right__item .actual-right__content h2{
  margin: 10px;
  color: #fff;
  font-size: 28px;
}
.actual-right__item .actual-right__content p{
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.gm-style-iw-d{color: #000 !important;}

.swiper .my-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  padding: 0 2px;
}
.swiper .swiper-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.swiper .swiper-item a {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  height: 180px;
  padding: 0 15px;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.swiper .sw-img {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper .swiper-item p {
  text-align: center;
  margin-top: 15px;
  height: 45px;
  line-height: 22px;
  margin-bottom: 0;
  font-size: 18px;
}
.services_block{
  width: 100%;
  padding: 15px 0;
  position: relative;
  margin-top: 45px;
}
.services-bg-block{
  position: absolute;
  width: 100%;
  background: #005fbe;
  height: 180px;
  z-index: -1;
  top: -30px;
}
.swiper-container{
  padding-bottom: 30px !important;
}

.head-banner form .SearchAll{
  padding-top: 5px;
  font-size: 17px;
  color: #ffffff;
}

.head-banner form .SearchAllSpan {
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: 2;
}

.all-search{
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
}

.all-search__title{
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 600;
}

.form-check{
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.all-search__items .form-check-label{
  margin-bottom: 0;
  font-size: 17px;
}

.main-col-9{
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 7px;
}


.main-col-12{
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 7.5px;
}

.searched-items, .wanted-persons{
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 30px;
}

.form-row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.searched-items .searched-header .btn-search{
  border: 1px solid #005fbe;
  border-radius: 25px;
  background-color: #005fbe;
  padding: 5px 25px;
  font-size: 15px;
  color: #fff;
}

.pages-main .container a {
  font-size: 17px;
  font-family: mscFont,sans-serif;
  text-decoration: none;
  position: relative;
  display: block;
  color: #666;
  margin-bottom: 24px;
}
.search-item_all{
  margin-bottom: 15px;
}
.pages-main .search-item_all a{
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 7%);
  height: 180px;
  padding: 15px;
  text-decoration: none;
  overflow: hidden;
  display: flex;
}

.search-item_all article {
  flex: 0 0 230px;
  margin-right: 15px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.search-item_all article img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  border-radius: 3px;
  height: 150px;
}
.search-item_all_title p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  color: #3f3f3f;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* HOME 2 */

.header2 ul, .header2 p,  .header2 a {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header2 .navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 0;
}

.header2 .header-top{
  padding: 21px 0 ;
}

.header2 .header-top>div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header2 .header-top_left ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.header2 .header-top_left ul li{
  margin-right: 64px;
}

.header2 .header-top_left ul li a {
  display: flex;
  /*font-family: Roboto;*/
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
}

.header2 .header-top_left ul li a i {
  font-size: 19px;
  margin-right: 7.5px;
  transform: rotateY(180deg);
}

.header2 .header-top__right, .header2 .header-top__right div{
  display: flex;
  align-items: center;
}

.header2 .header-top__right ul {
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.header2 .header-bottom{
  background-color: #005FBE;
  padding-top: 22px;
  padding-bottom: 24px;
}

.header2 .header-bottom>div {
  display: flex;
  align-items: center;
}

.header2 .header-top__right>div:first-child{
  padding-right: 34px;
}

.header2 .header-top__right>div:first-child ul li{
  padding-right: 10px;
}

.header2 .header-top__right>div:first-child ul li:last-child{
  padding-right: 0;
}

.header2 .header-top__right>div:first-child ul li i{
  font-size: 20px;
}

/*.header2 .header-top__right>div:first-child ul li:first-child i{*/
/*  font-size: 18px;*/
/*}*/

.header2 .header-top__right>div:first-child ul li:last-child i{
  font-size: 16px;
}

.header2 .header-top__right>div p {
  /*font-family: Roboto;*/
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
}

.header2 .header-top__right>div:nth-child(2) ul li a i {
  font-size: 20px;
}

.header2 .header-top__right>div:nth-child(2) ul li a{
  margin-left: 10px;
}

.header2 .header-top__right>div:nth-child(2) ul li:first-child a {
  margin-left: 0;
}

.header2 .header-bottom>div:first-child, .header2 .header-bottom>.container>div:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header2 .header-bottom__menu ul {
  flex-direction: revert;
  justify-content: space-between;
  align-items: center;
}

.header2 .header-bottom .header-bottom__menu .collapse>ul>li>a{
  padding: 0;
}

.header2 .header-bottom .header-bottom__menu .collapse>ul{
  width: 100%;
}

.header2 .header-bottom__menu {
  max-width: 1250px;
  width: 100%;
  display: block;
}

.header2 .header-bottom__menu ul li a {
  font-family: 'mscFont';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

.header2 .header-bottom__search i{
  color: #ffffff;
  font-size: 16px;
}
.header__search.search-toggle .search-toggle{
  display: flex;
}
.header2 .header-bottom__lang {
  margin: 0 46px;
}

.header2 .header-bottom__lang  a {
  /*font-family: Roboto;*/
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-right: 10px;
}

.header2 .header-bottom__lang  a:last-child {
  margin-right: 0;
}

.header2 .header-bottom__fullmenu i {
  color: #ffffff;
  font-size: 25px;
}

/* BANNER */

.banner2 {
  padding-top: 62px;
  /* padding-bottom: 62px; */
  /*height: calc(100vh - (152px));*/
}

.banner2-item {
  display: flex;
  justify-content: space-between;
}

.banner2-item__left{
  max-width: 451px;
  width: 100%;
}

.banner2-item__left .block {
  position: relative;
  /*max-width: 451px;*/
  width: 100%;
  height: 814px;
  /*display: block;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner2-item__left .bgLinear{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 27.08%, rgba(0, 0, 0, 0) 82.81%, rgba(0, 0, 0, 0.8) 100%);
  filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.25));

}

.banner2-item__left .block-top {
  display: flex;
  justify-content: space-between;
  padding: 11px 17px;
  position: relative;
  align-items: center;
  z-index: 2;
}

.banner2-item__left .block-top .image{
  width: 100px;
  height: 100px;
  display: block;
}

.banner2-item__left .block-top .image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner2-item__left .block-top h1 {
  max-width: 224px;
  width: 100%;
  /*font-family: Roboto;*/
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}

.banner2-item__left .block-bottom {
  position: relative;
  z-index: 2;

}

.banner2-item__left .block-bottom>a:first-child {
  max-width: 391px;
  height: 50px;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005FBE;
  /*font-family: Roboto;*/
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.banner2-item__left .block-bottom>div:nth-child(2) a{
  max-width: 180px;
  height: 50px;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005FBE;
  /*font-family: Roboto;*/
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
}

.banner2-item__center {
  max-width: 693px;
  width: 100%;
}

.banner2-item__center .block{
  width: 100%;
  height: 384px;
  display: block;
  margin-bottom: 46px;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
}
.banner2-item__center .row .col-12:nth-child(3) .block{
margin-bottom: 0;
}
.banner2-item__center .row .col-12:nth-child(4) .block{
  margin-bottom: 0;
  }

.banner2-item__center .block>.image{
  width: 100%;
  height: 248px;
  display: block;
}

.banner2-item__center .block>.image>img{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.banner2-item__center .block-bottom {
  padding: 12px 20px 8px;
  max-height: 136px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.banner2-item__center .block-bottom h3 {
  /*font-family: Roboto;*/
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner2-item__center .block-bottom p {
  /*font-family: Roboto;*/
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner2-item__center .banner2_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner2-item__center .banner2_date p {
  margin: 0;
  /*font-family: Roboto;*/
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #868686;
}

.banner2-item__center .banner2_date p i {
  font-size: 15px;
}

.banner2-item__right{
  max-width: 209px;
  width: 100%;
}

.banner2-item__right .block {
  max-width: 209px;
  width: 100%;
  height: 112px;
  display: block;
  padding: 12px;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner2-item__right .row .col-12:nth-child(6) .block{
margin-bottom: 15px;
}

.banner2-item__right .block h4 {
  /*font-family: Roboto;*/
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner2-item__right  .banner2_date{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner2-item__right  .banner2_date p {
  /*font-family: Roboto;*/
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #868686;
  margin-bottom: 0;
}

.courses-searching.layout-overlay.vi-nopart{
  z-index: 5;
}

/*.courses-searching button, .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {*/
/*  position: relative;*/
/*  top: 47%;*/
/*}*/

.SearchAllSpan {
  color: #ffffff;
}

.courses-searching input[type=text]{
  margin-bottom: 15px;
}

.header2 .header-top__right>div:nth-child(2) ul li:nth-child(5) a .icon-tiktok2{
  font-size: 21px;
}
.gallery .no-gutters a.active{
  color: #fff;
}