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

body {
  min-width: 320px;
  font-family: "Inter";
  color: #3B4256;
}

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: 26px;
  text-align: left;
  color: #3B4256;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 28px;
}

@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%;
  height: 44px;
  background: #194f9e;
  color: #fff;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

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

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

.topbar__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .topbar__right {
    margin: auto;
  }
}

.visually-impaired {
  background: #144995;
  padding: 0px 37px;
  height: 44px;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  font-size: 14px;
  margin-right: 26px;
}
@media screen and (max-width: 768px) {
  .visually-impaired {
    padding: 0px 20px;
  }
}

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

/*ЯЗЫК САЙТА*/
.lang-toggle-link {
  padding: 0 10px;
  position: relative;
  height: 44px;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 100;
  margin-right: 32px;
}
.lang-toggle-link .lang-toggle-link__icon {
  margin-right: 10px;
}
.lang-toggle-link .lang-toggle-link__arrow {
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .lang-toggle-link {
    margin-right: auto;
  }
}

.lang-toggle-link.lang-toggle-link_active {
  background: #113f82;
}
.lang-toggle-link.lang-toggle-link_active .lang-list {
  display: block;
}

.lang-list {
  display: none;
  height: 84px; /*height: 126px;*/
  top: 44px;
  padding: 2px 20px;
  border-radius: 0 0 4px 4px;
  position: absolute;
  left: -35px;
  width: 96px;
  background: #fff;
  box-shadow: 0 6px 12px 3px rgba(11, 45, 89, 0.14);
  transition: 0.5s;
}
.lang-list .lang-toggle-link span.lang-toggle-link__text {
  font-size: 14px;
}
.lang-list a.lang-toggle-link {
  padding: 0;
}
.lang-list .lang-toggle-link__icon {
  margin-right: 10px;
}
.lang-list .lang-toggle-link__text {
  color: #000;
  font-size: 14px;
}

/*СТИЛИ HEADER*/
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
@media screen and (max-width: 992px) {
  .header-inner {
    flex-direction: column;
  }
}

a.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #3B4256;
  font-weight: 700;
  max-width: 417px;
}
a.logo img {
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  a.logo img {
    margin: auto auto 10px auto;
    display: block;
  }
}
a.logo p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  a.logo p {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  a.logo {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
}

.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: -2px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 28px;
  background: url(../img/star.svg) no-repeat;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .ticker__item::before {
    top: -12px;
  }
}

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

nav.navbar {
  background: #194f9e !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: #1752AA;
}
.dropdown-item:hover {
  background: #1752AA;
  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: #1752AA;
  border-color: #1752AA;
}

.dropdown-toggle::after {
  margin-left: 0.255em;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/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;
}

footer {
  margin-top: 80px;
  background: #194f9e;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
footer a:hover {
  color: #FFE000 !important;
  text-decoration: underline dotted;
}

.contact-box,
.links-box,
.social-box {
  color: #fff;
}

p.tel {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}

.links-box a {
  display: block;
  margin-bottom: 14px;
  color: #ffffff;
}

.social-box a.inner-link {
  color: #FFE000;
  font-weight: 600;
}
.social-box a.inner-link:hover {
  text-decoration: underline;
}
.social-box .social-links {
  display: block !important;
}

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

/*ГЛАВНАЯ СТРАНИЦА*/
.content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-start: auto;
}
@media screen and (max-width: 1200px) {
  .content-wrapper {
    display: block;
  }
}
.content-wrapper .main-column {
  width: 100%;
  max-width: 944px;
  padding: 10px;
  padding-top: 32px;
}
@media screen and (max-width: 1200px) {
  .content-wrapper .main-column {
    margin: auto;
  }
}
.content-wrapper .secondary-column {
  padding-left: 32px;
}

section.news-slider {
  max-width: 920px;
  width: 100%;
  margin: auto auto 40px 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: #194f9e;
}
.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 {
  position: relative;
  width: 100%;
  max-width: 920px;
  cursor: grab;
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-columns: 400 230;
}
@media screen and (max-width: 992px) {
  .main-slider-item {
    grid-template-columns: 700px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .main-slider-item {
    grid-template-columns: 500px;
  }
}
@media screen and (max-width: 480px) {
  .main-slider-item {
    grid-template-columns: 300px;
  }
}

.main-slider__article {
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  max-width: 920px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  height: max-content;
}
@media screen and (max-width: 1200px) {
  .main-slider__article {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .main-slider__article {
    width: 100%;
    max-width: 700px;
    height: auto;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .main-slider__article {
    width: 100%;
    max-width: 500px;
    height: auto;
    align-items: center;
    text-align: center;
  }
}

.article-date {
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
}

.article-heading {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .article-heading {
    font-size: 16px;
  }
}

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

.article-button {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .article-button {
    font-size: 12px;
  }
}
.article-button::after {
  position: relative;
  display: inline-flex;
  content: "";
  margin-left: 5px;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-image: url(../img/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  bottom: -1px;
}
.article-button:hover {
  color: #194f9e;
}

.main-slider__img-cover {
  width: 100%;
  max-width: 920px;
  border-radius: 4px;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .main-slider__img-cover {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
.main-slider__img-cover::after {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.314), rgba(0, 0, 0, 0.5));
}

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

/*КАРТОЧКИ НОВОСТЕЙ*/
section.news-cards {
  width: 100%;
}

.newsCard-wrap {
  box-sizing: border-box;
  height: 230px;
  width: 100%;
  position: relative;
  margin: 10px auto;
}

.newsCard-img-wrap {
  height: 230px;
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
.newsCard-img-wrap::after {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.314), rgba(0, 0, 0, 0.609));
}
.newsCard-img-wrap img {
  width: 100%;
  height: 230px;
  border-radius: 4px;
  object-fit: cover;
}

.newsCard--article {
  position: absolute;
  bottom: 0;
  padding: 16px;
  color: #fff !important;
}
.newsCard--article a.newsCard__title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  display: block;
}
.newsCard--article a.newsCard__title:hover {
  text-decoration: underline;
}
.newsCard--article .newsCard-data p {
  margin-bottom: 8px;
  font-size: 14px;
}
.newsCard--article p.views {
  color: #FFE000;
}

/*ПОСЛЕДНИЕ ДОКУМЕНТЫ*/
p.card-text small {
  display: block;
}

.docs-link {
  font-weight: 600;
  font-size: 18px;
  transition: 0.5s;
}
.docs-link:hover {
  color: #194f9e;
}

/*ВТОРАЯ КОЛОНКА*/
.secondary-column {
  padding-left: 32px;
  padding-top: 32px;
}
@media screen and (max-width: 1200px) {
  .secondary-column {
    padding: 15px !important;
  }
}

section.block-ministra {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  section.block-ministra {
    margin: auto auto 20px auto;
  }
}

.minicstrImg-cover {
  display: block;
  margin: auto;
  height: 390px; /*height: 450px;*/
  width: 328px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .minicstrImg-cover {
    width: 250px;
    height: 320px;
  }
}
.minicstrImg-cover img {
  display: block;
  height: 390px; /*height: 450px;*/
  border-radius: 4px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .minicstrImg-cover img {
    width: 250px;
    height: 320px;
  }
}

p.ministr-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 18px auto 8px;
}

.national-platform {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(23, 90, 189, 0.65), rgba(23, 90, 189, 0.65)), url(../img/space.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 30px;
}
.national-platform img {
  width: 70px;
  margin-bottom: 10px;
}
.national-platform p {
  margin-bottom: 0;
}

a.feedback-link, a.vacancy-link {
  padding: 34px 20px;
  background: #194f9e;
  display: block;
  border-radius: 4px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
a.feedback-link p, a.vacancy-link p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  padding-left: 40px;
  position: relative;
}

a.feedback-link p::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(../img/chat.svg) no-repeat;
  margin-right: 16px;
}
a.feedback-link p::after {
  position: absolute;
  content: "";
  top: 3px;
  right: -8px;
  width: 25px;
  height: 25px;
  background: url(../img/arrow-right.svg) no-repeat;
  margin-right: 16px;
}

@media screen and (max-width: 1200px) {
  a.vacancy-link {
    margin-bottom: 50px;
  }
}
a.vacancy-link p::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(../img/briefcase.svg) no-repeat;
  margin-right: 16px;
}
a.vacancy-link p::after {
  position: absolute;
  content: "";
  top: 3px;
  right: -8px;
  width: 25px;
  height: 25px;
  background: url(../img/arrow-right.svg) no-repeat;
  margin-right: 16px;
}

section.app-links {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  section.app-links {
    margin-bottom: 50px;
  }
}

.app-links-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .app-links-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .app-links-wrap a:first-child {
    margin-right: 10px;
  }
}

/*ПРОГНОЗ ПОГОДЫ*/
@media screen and (max-width: 1200px) {
  .weather-cards-cover {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .weather-cards-cover {
    display: block;
  }
}

.weather-card.bishkek {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bishkek.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
}
@media screen and (max-width: 1200px) {
  .weather-card.bishkek {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .weather-card.bishkek {
    margin-right: auto;
  }
}

.weather-card.osh {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/osh.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
}

.weather-card {
  padding: 15px;
  color: #fff;
  position: relative;
  height: 200px;
  margin-bottom: 20px;
}

img.weather-icon {
  position: absolute;
  width: 100px;
  top: 30px;
  right: 15px;
}

p.city {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
}

p.desc {
  text-transform: capitalize;
  margin-bottom: 4px;
}

p.temp {
  font-size: 38px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 5px;
}

.details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details .col {
  display: flex;
  justify-content: start;
  align-items: center;
  text-align-last: left;
}
.details .col div p {
  margin: 0;
}

.humid-icon, .wind-icon {
  width: 25px;
  margin-right: 10px;
}

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

.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;
  box-shadow: 0px 4px 20px rgba(112, 112, 112, 0.13);
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  position: relative;
  color: #3B4256;
  margin: auto;
}
.link-card:hover {
  color: #194f9e;
}

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%);
}

/*О НАС*/
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.staff {
  padding: 0 15px;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 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-card:first-child {
  grid-column: 1/5;
}
@media screen and (max-width: 1200px) {
  .staff-card:first-child {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .staff-card:first-child {
    grid-column: 1;
  }
}

.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: #276cc3;
}
@media screen and (max-width: 768px) {
  a.staff-name {
    font-size: 20px;
  }
}

.cardOfMinistr {
  position: relative;
}
.cardOfMinistr .staff-img-cover {
  width: 350px;
  height: 450px;
  object-fit: cover;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .cardOfMinistr .staff-img-cover {
    width: 250px;
    height: 320px;
  }
}
.cardOfMinistr .staff-img-cover img {
  width: 350px;
  height: 450px;
  object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .cardOfMinistr .staff-img-cover img {
    width: 250px;
    height: 320px;
  }
}

/*СОТРУДНИК ПОДРОБНЕЕ*/
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 img {
  width: 300px;
  border-radius: 4px;
  display: block;
}
@media screen and (max-width: 768px) {
  .staff-more .staff-img img {
    margin: auto auto 20px;
  }
}
.staff-more h3.staff-name {
  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;
}

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

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

.structure-card {
  color: #194f9e;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 18px 15px;
  border-radius: 4px;
  border: 1px solid #194f9e;
  background: #ffffff;
  margin: 20px auto;
  transition: 0.8s;
  position: relative;
}
.structure-card:hover {
  background: #cde2ff;
  text-decoration: underline;
}
.structure-card tr:nth-child(even)::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #194f9e;
  top: calc(50% + 1px);
  left: 27px;
}

.structure-card.head-card {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  display: block;
  width: max-content;
  max-width: 600px;
  width: 100%;
  position: relative;
  background: #e7edff;
}
@media screen and (max-width: 768px) {
  .structure-card.head-card {
    font-size: 18px;
  }
}
.structure-card.head-card::before {
  content: "";
  width: 1px;
  height: calc(67em + 1px);
  position: absolute;
  background: #194f9e;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .structure-card.head-card::before {
    height: calc(190em + 1px);
  }
}
.structure-card.head-card::after {
  display: none;
}

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

.nav-tabs li {
  margin-right: 5px;
}
.nav-tabs li a {
  color: #194f9e;
}
.nav-tabs .nav-link {
  background: #dcdcdc;
}
.nav-tabs .nav-link:hover {
  background: #194f9e;
}
.nav-tabs .nav-link.active {
  background: #194f9e;
}

/*СТАТИСТИКА ЧС*/
section.statistics {
  padding: 0 15px;
}
section.statistics .stat-cover {
  padding: 20px 25px;
}
section.statistics .stat-cover h5 {
  background: #e7edff;
  padding: 15px 15px;
}
section.statistics .stat-cover .doc-download-btn {
  margin-left: 30px;
  color: #194f9e;
  position: relative;
}
section.statistics .stat-cover .doc-download-btn::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -35px;
  width: 35px;
  height: 30px;
  background: url(../img/file-pdf.svg);
}
section.statistics .stat-cover .doc-download-btn:hover {
  text-decoration: underline;
}
section.statistics .date-input {
  border-radius: 4px;
  border: 1px solid #dee2e6;
  padding: 6px 9px;
}

/*УСЛУГИ*/
section.services {
  padding: 0 15px;
}
section.services .email {
  color: #276cc3;
  font-weight: 600;
  padding-left: 10px;
}

h3.heading {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 25px;
}

.subHeading {
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
}

ul.services-list li {
  list-style: inside;
  margin-bottom: 10px;
}

.download-btn {
  margin-top: 30px;
  border-radius: 4px;
  width: max-content;
  padding: 14px;
  display: flex;
  align-items: center;
  background: #ffffff;
  color: #194f9e;
  border: 1px solid #194f9e;
}
.download-btn:hover {
  background: #194f9e;
  color: #fff;
}
.download-btn img {
  width: 35px;
  display: block;
  padding-right: 8px;
}

/*ГРАФИК ПРИЕМА ГРАЖДАН*/ 
section.schedule {
  padding: 0px 15px;
}

.table-cover {
  margin: 30px auto;
  overflow-x: auto;
}

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

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

.navigation {
  margin-top: 40px !important;
}
.navigation a {
  color: #113f82;
  padding: 12px 26px;
  border: 1px solid #113f82;
  border-radius: 4px;
  margin-left: 16px;
  margin-right: 16px;
}
.navigation a:hover {
  color: #ffffff;
  background-color: #113f82;
}

/*НОВОСТИ ПОДРОБНЕЕ*/
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;
  }
}
/*ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ И ОТВЕТЫ*/
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: #194f9e;
  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.testLab {
  padding: 0 15px;
}
section.testLab ol li {
  margin-bottom: 12px;
}

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

.doc-download-link {
  display: block;
  color: #194f9e;
  cursor: pointer;
  margin-bottom: 12px;
}
.doc-download-link:hover {
  text-decoration: underline;
}

/*Гендерная политика */
section.gender-policy {
  padding: 0 15px;
}

table.projects-table {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dde1e6;
}
table.projects-table th, table.projects-table td {
  text-align: center;
  border: 1px solid #dde1e6;
}
table.projects-table tr, table.projects-table td, table.projects-table th {
  padding: 15px 20px;
}
table.projects-table tr:nth-child(even) {
  background-color: #e7edff !important;
}
table.projects-table a {
  color: #194f9e;
}
table.projects-table a:hover {
  text-decoration: underline;
}

/*Проекты по СРБ */
/*ГАЛЕРЕЯ*/
.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;
  }
}
/*КОНТАКТЫ*/
section.contacts {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  section.contacts {
    text-align: center;
  }
}
section.contacts h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.contacts h3 {
    text-align: center;
  }
}

hr.contacts-hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .inner-info-wrap {
    text-align: center;
  }
}
.inner-info-wrap p {
  font-weight: 600;
  font-size: 20px;
}
.inner-info-wrap a {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}
.inner-info-wrap a:hover {
  text-decoration: underline dotted;
  color: #194f9e;
}
.inner-info-wrap a.mail {
  color: #276cc3;
  font-weight: 600;
}

.map-cover {
  margin: 50px auto;
}
.map-cover iframe {
  display: block;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .map-cover iframe {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .map-cover iframe {
    width: 500px;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .map-cover iframe {
    width: 320px;
    height: 250px;
  }
}

/*РАЗДЕЛЫ*/
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: #848e99;
  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/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/eye.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.contentCard-article .contentCard__title {
  font-size: 18px;
  font-weight: 600;
}
.contentCard-article .contentCard__title:hover {
  color: #194f9e;
  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;
}

/*РЕГИСТРАЦИЯ ТУРИСТОВ*/
section.registration {
  padding: 0 15px;
}

.file-link {
  padding: 16px 35px 16px 18px;
  display: block;
  background-color: #f0f5fa;
  background-repeat: no-repeat;
  background-position: center right 13px;
  color: #3b4256;
  border-radius: 4px;
  margin-bottom: 10px;
  background-image: url(../img/file-pdf02.svg);
}
.file-link:hover {
  color: #fff;
  background-color: #194f9e;
}

.form-required {
  color: #ff0000;
}

form.registration hr {
  width: 100%;
  border-bottom: 1px solid #dde1e6;
  margin-top: 40px;
  margin-bottom: 40px;
}
form.registration .form-inner-wrap {
  padding: 24px 32px;
  background-color: #f4f7fb;
  border-radius: 4px;
  margin-bottom: 20px;
}
form.registration .form-select {
  padding: 8px 36px 8px 12px;
}
form.registration input {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  width: 100%;
}

.form-check {
  padding-left: 0 !important;
}

.input-checkbox {
  display: block;
  width: 24px !important;
  height: 24px;
  border: 1px solid #dde1e6;
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  transition: background 0.2s ease-out;
  margin-right: 10px;
}

/*ПРРИЕМНАЯ МИНИСТРА-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;
  background-color: #f4f7fb;
  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: #194f9e;
  border: none;
  border-radius: 3px;
}
section.feedback .form-feedback .btn-submit:hover {
  background-color: #226acf;
}

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




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

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

.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 {
  text-align: left;
  min-height: 114px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 5px solid #1377c5;
  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: #1377c5;
  font-weight: 500;
}
.items-cover .item .item-title:hover {
  text-decoration: underline;
}
.items-cover .item .item-date {
  display: flex;
  align-items: center;
}
.items-cover .item .item-date p {
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 15px;
  color: #777;
}