@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  min-width: 320px;
  font-family: "Roboto";
  color: #151515;
}

a {
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
  color: currentcolor;
}

ul {
  list-style-type: none;
  padding: 0;
}

main {
  min-height: 85vh;
}

.holder-box {
  max-width: 1280px;
  margin: 0 auto;
}

.section-title {
  font-size: 36px;
  text-align: left;
  color: #151515;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
}

.section-btn {
  font-size: 16px;
  color: #0e2b77;
  font-weight: 500;
  position: relative;
  padding-right: 48px;
  text-align: center;
  margin: 25px auto;
  width: auto;
}
.section-btn::after {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 42px;
  height: 16px;
  background: url(../img/icons/btn-arrow.svg) no-repeat;
}

@media screen and (max-width: 1200px) {
  .section-title {
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .section-title {
    font-size: 26px;
  }
}
.breadcrumb-nav {
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .breadcrumb-nav {
    padding-left: 15px;
  }
}
ol.breadcrumb li a {
  color: #848e99;
  transition: all 0.3s ease;
}
ol.breadcrumb li a:hover {
  color: #194f9e;
}

.topbar-wrapper {
  width: 100%;
  background: #0e2b77;
  color: #fff;
}

.topbar-inner {
  padding: 14px 10px;
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.datetime {
  margin-right: 15px;
}
.datetime .date {
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .datetime {
    display: none;
  }
}

/*ССЫЛКИ НА СОЦИАЛЬНЫЕ СЕТИ*/
.topbar-right .social-links a {
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .topbar-right .social-links {
    display: none;
  }
}

.topbar-left {
  display: flex;
}

.topbar-right {
  display: flex;
}

.visImp {
  background: #0e2b77;
  align-items: center;
  font-size: 14px;
  margin-right: 26px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .visImp {
    padding: 0px 20px;
    margin-right: auto;
  }
}

.visImp__icon {
  margin-right: 10px;
  flex: 0 0 auto;
}

/*ЯЗЫК САЙТА*/
.lang a {
  font-weight: lighter;
}
.lang a.active {
  font-weight: bold;
}
.lang a:first-child {
  margin-right: 15px;
}
.lang a.kyr-lang {
  position: relative;
}
.lang a.kyr-lang::after {
  position: absolute;
  content: "/";
  top: -2px;
  right: -9px;
  height: 10px;
}

/*СТИЛИ HEADER*/
header {
  min-height: 290px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../img/photos/header-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px 0;
}
@media screen and (max-width: 992px) {
  .header-inner {
    flex-direction: column;
  }
}
.header-inner p.address {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .header-inner p.address {
    font-size: 16px;
    text-align: center;
    padding: 0px 10px;
  }
}

a.logo {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  max-width: 703px;
  text-align: center;
  margin: 14px auto 5px auto;
}
a.logo img {
  width: 120px;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  a.logo img {
    margin: auto auto 10px auto;
    display: block;
  }
}
a.logo p {
  font-size: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  a.logo p {
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 10px;
  }
}

.header-inner-links {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header-inner-links {
    align-items: flex-start;
    padding: 0 10px;
  }
}
.header-inner-links a {
  font-size: 16px;
  font-weight: 500;
  max-width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.header-inner-links a:last-child {
  margin-right: 0;
}
.header-inner-links a img {
  margin-right: 14px;
}
@media screen and (max-width: 992px) {
  .header-inner-links a img {
    margin: auto auto 10px auto;
    width: 40px;
  }
}
.header-inner-links a p {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .header-inner-links a p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .header-inner-links a p {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .header-inner-links a {
    flex-direction: column;
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-inner-links a {
    margin-right: 10px;
  }
}

/*БЕГУЩАЯ СТРОКА*/
.ticker {
  font-size: 14px;
  gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  height: 60px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 768px) {
  .ticker {
    height: 40px;
    font-size: 12px;
  }
}
.ticker:hover .ticker__content {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 1rem));
  }
}
.ticker__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  min-width: 100%;
  animation: scroll 60s linear infinite;
  -webkit-animation: scroll 60s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .ticker__content {
    animation: scroll 80s linear infinite;
  }
}

.ticker__item {
  display: flex;
  flex: 0 0 auto;
  padding: 18px 0;
  text-align: center;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .ticker__item {
    line-height: 6px;
  }
}
.ticker__item::before {
  position: relative;
  top: 5px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 28px;
  background: url(../img/icons/arrow-left.svg) no-repeat;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .ticker__item::before {
    top: -5px;
  }
}

.ticker__item p {
  display: inline !important;
  margin: 0;
  color: #0e2b77;
}

nav.navbar {
  background: #0e2b77 !important;
  padding: 15px 0;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: none;
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.inner::before {
  top: -10px;
}
.inner::after {
  bottom: -10px;
}

.inner, .inner::before, .inner::after {
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.inner::before, .inner::after {
  content: "";
  display: block;
}

.navbar-toggler .inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.navbar-toggler .inner::before {
  transition-property: top, opacity;
}
.navbar-toggler .inner::after {
  transition-property: bottom, transform;
}
.navbar-toggler.is-active .inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.navbar-toggler.is-active .inner::before {
  top: 0;
  opacity: 0;
}
.navbar-toggler.is-active .inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

.navbar-toggler .inner::before, .navbar-toggler .inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.nav-link, .dropdown-item {
  color: #ffffff;
}
.nav-link:hover, .dropdown-item:hover {
  color: #ffffff;
}

.dropdown-item {
  color: #0e2b77;
}
.dropdown-item:hover {
  background: #0e2b77;
  color: #fff;
}

.nav-link.active, .dropdown-item.active {
  color: #ffffff !important;
}

.search-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.search-btn:hover {
  color: #fff;
  background-color: #0e2b77;
  border-color: #0e2b77;
}

.dropdown-toggle::after {
  margin-left: 0.255em;
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../img/icons/arrow-down.svg) no-repeat !important;
  vertical-align: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.dropdown-item {
  padding: 8px 16px !important;
}

nav form input.form-control,
nav form button.search-btn {
  border-radius: 0px !important;
}
nav form button.search-btn {
  background-color: #ffffff;
  border: none;
}

footer {
  margin-top: 80px;
  background: #0e2b77;
  padding: 30px 0 0 0;
}
footer a:hover {
  color: #FFE000 !important;
  text-decoration: underline dotted;
}

.footer-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .footer-title {
    text-align: center;
  }
}

.footer-items {
  margin-top: 25px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer-items {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .footer-items {
    flex-direction: column;
    justify-content: start;
  }
}

.footer-item ul li {
  margin-bottom: 16px;
  color: #fff;
}
.footer-item ul li a {
  color: #fff;
}
.footer-item ul li a:hover {
  color: #FFE000;
}
.footer-item ul li.footer-item-title {
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .footer-item ul {
    text-align: center;
  }
}

.footer-info ul li a img {
  margin-right: 6px;
}
.footer-info ul li a:hover {
  color: #FFE000;
}

a.address, a.email, a.tel {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  a.address, a.email, a.tel {
    justify-content: center;
  }
}

.social-links a {
  display: inline-block;
  height: 35px;
  width: 35px;
  margin: 0 20px 0 0;
  text-align: center;
  border-radius: 3px;
  position: relative;
}
.social-links a img {
  position: absolute;
  top: 8px;
  left: 9px;
}
@media screen and (max-width: 992px) {
  .social-links {
    text-align: center;
  }
}

.youtube {
  background: #cd201f;
  color: #fff;
}

a.instagram {
  background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
  color: #fff;
}
a.instagram img {
  left: 8px !important;
}

.facebook {
  background: #3b5998;
  color: #fff;
}

.links-box, .working-hours {
  color: #ffffff;
}
.links-box a, .working-hours a {
  display: block;
  margin-bottom: 14px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .links-box, .working-hours {
    text-align: center;
  }
}

.copyright {
  background: #0d2a6d;
}
.copyright p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

/*СЛАЙДЕР НОВОСТЕЙ*/
section.news-slider {
  margin: 30px auto;
}

.main-slider {
  min-width: 0;
  position: relative;
}
.main-slider .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.main-slider .slick-prev {
  left: 0;
}
.main-slider .slick-next {
  right: 0;
}
.main-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider .slick-dots li {
  list-style: none;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.main-slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #0e2b77;
}
.main-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.main-slider .slick-dots button::before {
  font-family: "slick";
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #d7d7d7;
  -webkit-font-smoothing: antialiased;
}

.main-slider-item {
  width: 100%;
  max-width: 1280px;
  cursor: grab;
  display: grid !important;
  grid-template-columns: 370px 880px;
  grid-gap: 30px;
}
@media screen and (max-width: 992px) {
  .main-slider-item {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}

.main-slider__article {
  background-color: #F2F4F8;
  width: 100%;
  max-width: 370px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  height: 480px;
  border-radius: 4px;
}
@media screen and (max-width: 1200px) {
  .main-slider__article .main-slider__article {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .main-slider__article {
    width: 100%;
    max-width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
  }
}

.article-date {
  text-align: right;
  color: #616161;
  font-size: 16px;
  margin-bottom: 10px;
}

.article-heading {
  font-weight: 600;
  font-size: 20px;
  color: #0e2b77;
  line-height: 1.2;
  margin-bottom: 10px;
}
.article-heading:hover {
  color: #2d57c1;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .article-heading {
    font-size: 16px;
  }
}

.article-text {
  margin-bottom: 15px;
  color: #616161;
}
@media screen and (max-width: 1200px) {
  .article-text {
    font-size: 12px;
  }
}

.main-slider__img-cover {
  width: 100%;
  max-width: 880px;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .main-slider__img-cover {
    width: 100%;
    max-width: 100%;
    height: 180px;
  }
}

.main-slider__img {
  width: 100%;
  height: 480px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .main-slider__img {
    height: 180px;
  }
}

/*КАРТОЧКИ НОВОСТЕЙ*/
section.news-cards {
  padding: 0 15px;
  margin: 70px auto 70px;
  width: 100%;
}

.newsCard-wrap {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin: 10px auto;
  background: #FFF;
  border-radius: 4px;
}

.newsCard-img-wrap {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
.newsCard-img-wrap img {
  width: 100%;
  height: 270px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  object-fit: cover;
}

.newsCard--article {
  padding: 16px;
  color: #151515;
}
.newsCard--article a.newsCard__title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: block;
}
.newsCard--article a.newsCard__title:hover {
  color: #0e2b77;
  text-decoration: underline;
}
.newsCard--article .newsCard-data p {
  margin-bottom: 8px;
  font-size: 14px;
}
.newsCard--article p.views {
  color: #616161;
}

/*ПОСЛЕДНИЕ ДОКУМЕНТЫ*/
section.last-docs {
  padding: 0 15px;
}
section.last-docs .card {
  border: none;
}

p.card-text {
  margin-top: 12px;
}
p.card-text small {
  display: block;
}

.docs-link {
  line-height: normal;
  font-weight: 500;
  font-size: 20px;
  transition: 0.5s;
  color: #0e2b77;
}
.docs-link:hover {
  text-decoration: underline;
}

/*БЛОК ВАКАНСИЙ*/
section.vacancy {
  padding: 0 15px;
  margin: 70px auto 70px;
}

.vacancy-card {
  height: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .vacancy-card {
    flex-direction: column;
  }
}

.vacancy-img-wrap {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 100%, 0 0);
  width: 212px;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .vacancy-img-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
  }
}
.vacancy-img-wrap img {
  width: 212px;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .vacancy-img-wrap img {
    width: 100%;
  }
}

.vacancy-article {
  padding: 25px;
}

.vacancy-title {
  font-weight: 500;
  font-size: 20px;
  transition: 0.5s;
  line-height: normal;
}
.vacancy-title:hover {
  color: #0e2b77;
}

p.vacancy-date {
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #616161;
}

p.vacancy-desc {
  line-height: normal;
}

/*Телефоны экстренных служб*/
section.departmentsPhones {
  padding: 0px 15px;
}

.department-link {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.department-link-inner {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.department-img-wrap,
p.department-number {
  margin-right: 15px;
}

p.department-number {
  font-size: 18px;
}

p.department-number,
p.department-title {
  margin-bottom: 0;
}

p.department-title {
  max-height: 55px;
  overflow: hidden;
  line-height: normal;
}

/*УСЛУГИ*/
section.services {
  padding: 0px 15px;
  margin: 70px auto;
}

.service-link {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.service-link-inner {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-img-wrap {
  margin-right: 15px;
}
.service-img-wrap img {
  width: 44px;
}

p.service-title {
  margin-bottom: 0;
  max-height: 63px;
  overflow: hidden;
  line-height: normal;
}

/*О ГОРОДЕ*/
section.about {
  padding: 0px 15px;
}

.about-img-cover {
  border-radius: 4px;
  overflow: hidden;
}
.about-img-cover img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 4px;
}

.about-desc {
  display: block;
  margin: 25px auto;
  width: auto;
}
.about-desc p {
  margin: auto auto 16px auto;
}

/*СЛАЙД ГОРОДА*/
.about-slider {
  min-width: 0;
  position: relative;
}
.about-slider .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.about-slider .slick-prev {
  left: 0;
}
.about-slider .slick-next {
  right: 0;
}
.about-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-slider .slick-dots li {
  list-style: none;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.about-slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #0e2b77;
}
.about-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.about-slider .slick-dots button::before {
  font-family: "slick";
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #d7d7d7;
  -webkit-font-smoothing: antialiased;
}

.about-slider-item {
  width: 100%;
  max-width: 1000px;
  cursor: grab;
}

/*РУКОВОСТВО*/
section.management {
  padding: 0px 15px;
  margin: 70px auto;
}

.block-mera {
  padding: 24px;
  background-color: #F2F4F8;
  border-radius: 4px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-mera {
  width: 187px;
  height: 240px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 30px;
}
.img-mera img {
  width: 187px;
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
}

p.mer-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
}

p.mer-doljnost {
  color: #616161;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
}

p.tel-title,
p.mail-title {
  font-size: 13px;
  margin-bottom: 5px;
}

p.mer-tel,
p.mer-mail {
  color: #0e2b77;
}

.mer-feedback-block {
  overflow: hidden;
  height: 300px;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(31, 60, 136, 0.3) 0%, rgba(31, 60, 136, 0.3) 100%), url(../img/photos/header-bg.jpg);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 15px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.mer-feedback-block img {
  width: 120px;
  margin-bottom: 10px;
}
.mer-feedback-block p {
  background: #0e2b77;
  font-size: 26px;
  text-align: center;
  position: absolute;
  margin-bottom: 0;
  padding: 16px;
  bottom: 0;
  left: 0;
}

/*ПРОЕКТЫ*/
section.projects {
  padding: 0px 15px;
}

.project-card {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
  padding: 24px;
  min-height: 250px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -115px;
  width: 190px;
  height: 190px;
  line-height: 60px;
  text-align: center;
  background: rgba(31, 60, 136, 0.15);
  border-radius: 4px;
  margin: 20px;
  transform: rotate(45deg);
}
.project-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: -115px;
  width: 190px;
  height: 190px;
  line-height: 60px;
  text-align: center;
  background: rgba(31, 60, 136, 0.15);
  border-radius: 4px;
  margin: 20px;
  transform: rotate(45deg);
}

.project-date {
  font-size: 14px;
  color: #616161;
}

.project-link {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: #0e2b77;
}
.project-link:hover {
  text-decoration: underline;
}

/*ССЫЛКИ НА ГОС САЙТЫ*/
section.links-block {
  padding: 0px 15px;
  margin: 70px auto;
}

.links-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
}
@media screen and (max-width: 1200px) {
  .links-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .links-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .links-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .links-wrap {
    grid-template-columns: 1fr;
  }
}

.link-card {
  display: block;
  width: 220px;
  min-height: 190px;
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 20px 22px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  position: relative;
  color: #3B4256;
  margin: auto;
}
.link-card:hover {
  color: #0e2b77;
  background: rgba(200, 215, 255, 0.3882352941);
}

img.link-img {
  height: 40px;
  margin: auto auto 10px auto;
  display: block;
}

p.link-title {
  margin-bottom: 20px;
}

p.link-title,
p.link-subtitle {
  font-weight: 600;
}

p.link-subtitle {
  margin-bottom: 0;
  position: absolute;
  position: absolute;
  bottom: 4%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* Tooltip */
.tooltip {
  position: absolute;
  background-color: #333;
  color: #ffffff;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 4px;
}

/* Tooltip */
/*О НАС*/
section.about {
  padding: 0 15px;
}
section.about h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.about h3 {
    text-align: center;
  }
}
section.about ul li {
  list-style: inside;
  margin-bottom: 16px;
}

/*НОВОСТИ*/
section.news {
  padding: 0 10px;
}

.newsCard-wrap {
  min-height: 424px;
}

.page-pagination {
  margin-top: 50px;
}
.page-pagination a, .page-pagination span {
  transition: 0.3s;
  padding: 8px 22px;
  border: 1px solid #0e2b77;
  margin: auto 10px;
  border-radius: 4px;
  color: #0e2b77;
}
.page-pagination a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0e2b77;
  border-color: #dee2e6;
}
.page-pagination a:active {
  background-color: #0e2b77;
  color: #fff;
}

/*НОВОСТИ ПОДРОБНЕЕ*/
section.newsMore {
  padding-bottom: 80px;
}

.newsMore-date p.news-date {
  margin-right: 20px;
}

h1.news-title {
  font-weight: 700;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  h1.news-title {
    font-size: 22px;
  }
}

.news-img-cover {
  margin: 20px auto;
  max-width: 930px;
  text-align: center;
}
.news-img-cover img {
  width: 100%;
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  height: auto !important;
}

.content-gallery {
  margin: 30px auto;
  text-align: center;
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.content-gallery a.popup {
  margin-right: 8px;
}
@media screen and (max-width: 992px) {
  .content-gallery {
    display: grid;
    column-gap: 8px;
    row-gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .content-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

.content-gallery.popup-gallery a.popup img.popup-image {
  width: 12.5rem;
  height: 8.75rem;
  object-fit: cover;
  margin: 5px auto;
}

@media screen and (max-width: 768px) {
  .content-gallery.popup-gallery a.popup img.popup-image {
    width: 6.25rem;
    height: 4.375rem;
  }
}
@media screen and (max-width: 480px) {
  .content-gallery.popup-gallery a.popup img.popup-image {
    width: 6.25rem;
    height: 4.375rem;
  }
}
/*ГАЛЕРЕЯ*/
.grid {
  width: 100%;
  columns: 4;
  column-gap: 15px;
  padding: 15px;
  box-sizing: border-box;
}

.popup img {
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .grid {
    columns: 3;
  }
}
@media screen and (max-width: 720px) {
  .grid {
    columns: 2;
    padding: 12px;
  }

  .popup img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .grid {
    column-gap: 10px;
  }

  .popup img {
    margin-bottom: 5px;
  }
}
/*ПРРИЕМНАЯ МИНИСТРА-FEEDBACK*/
section.feedback {
  padding: 0px 15px;
}
section.feedback p.bold {
  font-size: 17px;
  font-weight: 600;
}
section.feedback .validicon {
  color: #fc3d21;
  padding-left: 5px;
  font-family: serif;
}
section.feedback .form-feedback {
  margin-top: 30px;
  padding: 35px 32px;
  border-radius: 4px;
}
section.feedback .form-feedback .form-group {
  margin-bottom: 1rem;
}
section.feedback .form-feedback label {
  font-weight: 500;
  font-size: 14px;
}
section.feedback .form-feedback input, section.feedback .form-feedback textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.7rem;
  font-size: 0.9rem;
  line-height: 1.25;
  color: #464a4c;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dae1f4;
  border-radius: 0.25rem;
}
section.feedback .form-feedback input[type=file] {
  border: none;
}
section.feedback .form-feedback .btn-submit {
  margin-top: 25px;
  padding: 10px 20px;
  background-color: #0e2b77;
  border: none;
  border-radius: 3px;
}
section.feedback .form-feedback .btn-submit:hover {
  background-color: #226acf;
}

/*ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ И ОТВЕТЫ*/
section.faq {
  padding: 0px 15px;
}

.accordion-block {
  max-width: 1100px;
  margin: 2rem auto;
  border-color: none !important;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 1px solid #dde1e6;
}

.accordion-item-header {
  color: #0e2b77;
  font-weight: 500;
  font-size: 18px;
  padding: 25px 20px 25px 10px;
  min-height: 3.5rem;
  line-height: 24px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .accordion-item-header {
    font-size: 16px;
  }
}
.accordion-item-header::after {
  content: "+";
  font-size: 50px;
  font-weight: 300;
  position: absolute;
  right: -1rem;
  transform: rotate(-90deg);
  transition: transform 0.3s ease 0s;
}

.accordion-item-header.active::after {
  content: "−";
  transform: rotate(0deg);
}

@media (max-width: 750px) {
  .accordion-item-header {
    padding-right: 25px;
  }
  .accordion-item-header::after {
    right: 0rem;
  }
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 15px 25px;
  border-top: 1px solid #eee;
}

@media (max-width: 767px) {
  .accordion {
    font-size: 14px;
  }
}
/*РУКОВОДСТВО*/
section.staff {
  padding: 0 15px;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
@media screen and (max-width: 1200px) {
  .staff-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .staff-grid {
    grid-template-columns: 1fr;
  }
}

.staff-card {
  margin: 0 auto;
  text-align: center;
}

.staff-img-cover {
  border-radius: 4px;
  width: 250px;
  height: 320px;
  object-fit: cover;
  margin: auto;
}
.staff-img-cover img {
  width: 250px;
  height: 320px;
  object-fit: cover;
  border-radius: 4px;
}

.staff-info {
  margin-top: 20px;
}
.staff-info p {
  font-size: 18px;
  color: #848e99;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .staff-info p {
    font-size: 16px;
  }
}

a.staff-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
a.staff-name:hover {
  color: #0e2b77;
}
@media screen and (max-width: 768px) {
  a.staff-name {
    font-size: 20px;
  }
}

/*СОТРУДНИК ПОДРОБНЕЕ*/
section.staff-more {
  padding: 0 15px;
}

.about-gallery {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8px;
  row-gap: 8px;
}
@media screen and (max-width: 992px) {
  .about-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .about-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .about-gallery {
    grid-template-columns: 1fr;
  }
}

.popup-image {
  width: 13.4375rem;
  height: 9.375rem;
  object-fit: cover;
  margin: 5px auto;
}

.staff-more .staff-img {
  overflow: hidden;
}
.staff-more .staff-img img {
  width: 300px;
  border-radius: 4px;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .staff-more .staff-img img {
    margin: auto auto 20px;
  }
}
.staff-more h3.staff-name {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .staff-more h3.staff-name {
    text-align: center;
  }
}

p.subtitle {
  font-weight: 600;
}

section.staffMore-section {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dde1e6;
}
section.staffMore-section th, section.staffMore-section td {
  text-align: center;
  border: 1px solid #dde1e6;
}
section.staffMore-section tr, section.staffMore-section td, section.staffMore-section th {
  padding: 15px 20px;
}
section.staffMore-section tr:nth-child(even) {
  background-color: #e7edff !important;
}

/*СТРУКТУРА*/
section.structure {
  padding: 0px 15px;
}

.content-img-cover {
  margin: 20px auto;
  max-width: 930px;
  text-align: center;
}
.content-img-cover img {
  width: 100%;
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  height: auto !important;
}

/*ДОКУМЕНТЫ*/
section.docs {
  padding: 0px 15px;
}

.docs-wrapper {
  overflow-x: auto;
}

.docs-table {
  width: 100%;
  color: #777;
}
.docs-table tr, .docs-table td {
  padding: 15px 10px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid rgba(31, 61, 136, 0.3725490196);
}
.docs-table a {
  color: #0e2b77;
}
.docs-table a:hover {
  text-decoration: underline;
}

.docs-table th {
  font-size: 17px;
  font-weight: 500;
  padding: 15px 10px;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .docs-table th {
    font-size: 16px;
  }
}

.doc_name {
  transition: 0.5s;
}
.doc_name:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .docs-table {
    font-size: 14px;
  }
}
/*РАЗДЕЛЫ*/
section.content-section {
  padding: 0 15px;
}

.content-card {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contentCard-img-wrap {
  height: 230px;
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.contentCard-img-wrap img {
  width: 100%;
  height: 230px;
  border-radius: 4px;
  object-fit: cover;
}

.contentCard-article {
  display: block;
}
.contentCard-article .contentCard-data {
  margin-top: 14px;
}
.contentCard-article .contentCard-data p {
  color: #616161;
  font-size: 14px;
  margin-bottom: 3px;
  margin-left: 5px;
}
.contentCard-article .contentCard-data p.article-date::before {
  position: relative;
  display: inline-flex;
  left: -10px;
  content: "";
  margin-left: 5px;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-image: url(../img/icons/calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.contentCard-article .contentCard-data p.views::before {
  position: relative;
  display: inline-flex;
  left: -10px;
  top: 2px;
  content: "";
  margin-left: 5px;
  width: 17px;
  height: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-image: url(../img/icons/eye.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.contentCard-article .contentCard__title {
  font-size: 18px;
  font-weight: 500;
}
.contentCard-article .contentCard__title:hover {
  color: #0e2b77;
  text-decoration: underline;
}

/*РАЗДЕЛ ПОДРОБНЕЕ*/
section.contentMore {
  padding: 0 15px;
}
section.contentMore h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.contentMore h2 {
    font-size: 22px;
  }
}

.newsMore-date p.content-date {
  margin-right: 20px;
}

.contentMore-img-cover {
  margin: 20px auto;
  max-width: 930px;
  text-align: center;
}
.contentMore-img-cover img {
  width: 100%;
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  height: auto !important;
}

/*ДОКУМЕНТЫ ПОДРОБНЕЕ*/
.doc-cover {
  overflow-x: auto;
}

button.clipboard {
  position: relative;
  transition: 0.5s;
  padding: 6px 12px;
  border-radius: 3px;
  border: 0.5px solid #d5d5d5;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eee);
}
button.clipboard:hover {
  background-color: #ddd;
  background-image: linear-gradient(#eee, #ddd);
  border-color: #ccc;
}
button.clipboard img {
  margin-top: -3px;
}

/*ИНФОГРАФИКА*/
section.infographic {
  padding: 0px 10px;
}

.items-cover {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 992px) {
  .items-cover {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .items-cover {
    grid-template-columns: 1fr;
  }
}
.items-cover .item {
  min-height: 114px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 5px solid #0e2b77;
  border-radius: 3px;
  padding: 15px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.06);
}
.items-cover .item .item-img-cover {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
.items-cover .item .item-img-cover img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 3px;
}
.items-cover .item .item-title {
  font-size: 18px;
  color: #0e2b77;
  font-weight: 500;
}
.items-cover .item .item-title:hover {
  text-decoration: underline;
}
.items-cover .item .item-date p {
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 15px;
  color: #777;
}

/*РЕЗУЛЬТАТЫ ПОИСКА*/
section.searchResults-section {
  padding: 0px 15px;
  margin-top: 30px;
}

.searchResults-items-wrap {
  margin: auto;
}

.result-item {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .result-item {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.result-item .result-img-wrap {
  max-width: 295px;
  height: 170px;
}
@media screen and (max-width: 768px) {
  .result-item .result-img-wrap {
    margin-bottom: 10px;
  }
}
.result-item .result-img {
  width: 295px;
  height: 170px;
  object-fit: cover;
  border-radius: 4px;
}

.result-info {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .result-info {
    margin-left: auto;
  }
}
.result-info .result-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #194f9e;
}
.result-info .result-heading:hover {
  text-decoration: underline;
}

.date_cover {
  display: flex;
  align-items: center;
  font-size: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 1.2;
}

span.block-date {
  font-size: 16px;
}

.result-txt {
  margin-bottom: 0;
}

.result-pagination {
  margin-top: 50px;
}
.result-pagination a, .result-pagination span {
  transition: 0.3s;
  padding: 8px 12px;
}
.result-pagination a {
  border: 1px solid #1a1a1a;
}
.result-pagination a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #194f9e;
  border-color: #dee2e6;
}
.result-pagination a:active {
  background-color: #194f9e;
  color: #fff;
}

/*КАРТА САТЙА*/
section.map-links {
  padding: 0 15px;
}
@media screen and (max-width: 1200px) {
  section.map-links {
    text-align: center;
  }
}
section.map-links a {
  color: #0e2b77;
}
section.map-links a:hover {
  color: #0e2b77;
  text-decoration: underline dashed;
}
section.map-links span {
  color: #1a1a1a;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
section.map-links .inner-ul li {
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 5px;
}
section.map-links .inner-ul li::before {
  content: "—";
  color: #0e2b77;
  margin-right: 3px;
}

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