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

body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #333;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #124fbc;
  text-decoration: none;
}

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

.all-content {
  position: relative;
  overflow: hidden;
}

.all-content p {
  cursor: default;
}

main {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  min-width: 0;
}

.container {
  max-width: 480px;
}

.header-inner{
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 15px 0px;
}
.heading {
  max-width: 760px;
  margin: 0 auto 35px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .heading {
    margin: 0 auto 20px;
    font-size: 16px;
  }
}

.image-cover {
  margin: 10px auto;
  max-width: 930px;
  text-align: center;
}

.image {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
  margin: 20px auto;
}

@media (min-width: 992px) {
  .container, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
aside {
  min-width: 300px;
  max-width: 300px;
  padding: 24px 0;
  background-color: #124fbc;
  transition: all 0.4s ease;
  overflow: hidden;
}

aside .aside-content {
  height: 100%;
}
aside .logo {
  padding: 10px 24px 36px;
  text-align: center;
}
aside .logo-txt {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
aside .menu-item {
  padding: 16px 0 16px 16px;
}
aside li a {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #fff !important;
}
aside .menu {
  list-style: none;
  padding: 0 24px;
}
aside .menu .menu-item {
  padding: 16px 0 16px 16px;
  position: relative;
}

aside .menu .menu-item > a:hover,
aside .menu .menu-item > a:focus {
  color: #fff;
}

aside .menu .menu-item-main {
  padding: 16px 0 16px 0px;
  position: relative;
}

aside .menu .menu-item a:hover,
aside .menu .menu-item-main a:hover {
  color: #dfdfdf;
  text-decoration: none;
}

aside .aside-footer {
  position: relative;
  padding: 0 24px;
}

aside .aside-footer .footer-links::before {
  content: "";
  position: absolute;
  background-color: #dbdbdb;
  width: 300px;
  height: 1px;
  left: -24px;
  top: 0;
}

aside .aside-footer .footer-links {
  display: flex;
  flex-direction: column;
}
aside .aside-footer .footer-links a {
  padding: 6px 0;
  color: #fff;
  font-size: 12px;
}
aside .aside-footer .footer-links a::before, aside .aside-footer .footer-links a::after {
  content: none;
}

aside .aside-footer .copyright {
  position: relative;
  padding: 24px 0 0;
}

aside .aside-footer .copyright .copyright-text {
  font-size: 13px;
  margin: 0;
  color: #fff;
}

aside .aside-footer .copyright::before {
  content: "";
  position: absolute;
  background-color: #dbdbdb;
  width: 300px;
  height: 1px;
  left: -25px;
  top: 0;
}

@media screen and (min-width: 1400px) {
  aside {
    min-width: 320px;
    max-width: 320px;
  }

  aside .aside-footer .copyright::before,
aside .aside-footer .footer-links::before {
    width: 320px;
  }
}
@media (min-width: 320px) and (max-width: 1250px) {
  aside {
    margin-left: -300px;
  }

  main {
    margin-right: -300px;
  }

  .open {
    margin-left: 0;
  }
}
.adaptive_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  min-width: 100%;
  min-height: 80px;
  z-index: 9999;
  background-color: #fff;
  webkit-box-shadow: 0 0 1rem 0 rgba(50, 50, 51, 0.4);
  -o-box-shadow: 0 0 1rem 0 rgba(50, 50, 51, 0.4);
  box-shadow: 0 0 1rem 0 rgba(50, 50, 51, 0.4);
}

.hamburger {
  border: none;
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .hamburger {
    display: inline-block;
  }
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #124fbc;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

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

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

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

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

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

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

header {
  padding: 20px 0;
  -ms-box-shadow: 0 2px 5px rgba(51, 51, 51, 0.25);
  -o-box-shadow: 0 2px 5px rgba(51, 51, 51, 0.25);
  box-shadow: 0 2px 5px rgba(51, 51, 51, 0.25);
}

.container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-block {
  max-width: 630px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-block a {
  font-size: 16px;
  margin-right: 15px;
}

.address:before, .fax:before, .phone:before {
  position: relative;
  display: inline-flex;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
  bottom: -3px;
}

.address::before {
  background-image: url(../img/location.svg);
}

.fax:before {
  background-image: url(../img/fax.svg);
}

.phone:before {
  background-image: url(../img/phone.svg);
}

.facebook:before, .instagram:before {
  position: relative;
  display: inline-flex;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #DCDCDC;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
}

.facebook::after, .instagram::after {
  position: relative;
  display: inline-flex;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.facebook {
  width: 30px;
  height: 30px;
}
.facebook:before {
  background-image: url(../img/facebook.svg);
}

.instagram {
  width: 30px;
  height: 30px;
}
.instagram:before {
  background-image: url(../img/instagram.svg);
}

.searchForm-cover {
  max-width: 300px;
}
@media screen and (max-width: 480px) {
  .searchForm-cover {
    max-width: 250px;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #F6F6F6;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  border-radius-border-top-right-radius: 0.25rem;
  border-radius-border-bottom-right-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sbm-btn {
  border: none;
  position: relative;
  font-size: 14px;
  background: #F6F6F6;
  color: #124fbc !important;
  padding: 6px 12px;
  transition: 0.3s;
}
.sbm-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #124fbc;
  transform: translateY(-50%);
}
.sbm-btn:hover {
  background: #124fbc;
  color: #F6F6F6 !important;
}

/*СТИЛИ ВТОРОЙ НАВИГАЦИИ*/

.main-nav-box {
  z-index: 1;
  width: 100%;
  margin: 0;
  background-color: #124fbc;
}

.main-nav-box ul{
  display: flex;
  align-items: center;
  justify-content: space-around;

}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.main-nav-box li a{
  color: #fff;
}

.main-nav-box li a.dropdown-item{
  color: #000000;
}

.main-nav-box li.nav-item a.nav-link:active{
  border-bottom: 2px solid #ffffff;
}

@media screen and (max-width: 560px) {
  .main-nav-box li a.dropdown-item{
    font-size: 13px;
  }
}

/*СТИЛИ ВТОРОЙ НАВИГАЦИИ*/

.main-nav-block {
  z-index: 1;
  width: 100%;
  margin: 0;
  background-color: #124fbc;
}
.main-nav-block a {
  color: #fff;
}

.main-nav-block .main-nav {
  white-space: nowrap;
  flex-wrap: wrap;
  overflow-x: auto;
  padding: 20px 0;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .main-nav-block .main-nav {
    padding: 8px 0;
  }
}
@media screen and (max-width: 480px) {
  .main-nav-block .main-nav {
    padding: 10px 0;
    justify-content: center;
  }
}
.main-nav-block .main-nav .nav-tabs .nav-item {
  margin-bottom: 0;
}

.main-nav-block .main-nav .main-nav-item {
  margin-right: 30px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
}
.main-nav-block .main-nav .main-nav-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .main-nav-block .main-nav .main-nav-item {
    font-size: 12px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 480px) {
  .main-nav-block .main-nav .main-nav-item {
    margin: auto;
  }
  .main-nav-block .main-nav .main-nav-item:last-child {
    margin-right: auto;
  }
}

.main-nav-block .main-nav .main-nav-item.active {
  color: #ffffff;
  border-color: transparent;
  border-bottom: 2px solid #ffffff;
}

.main-nav-block .main-nav .main-nav-item:hover,
.main-nav-block .main-nav .main-nav-item:focus {
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}

.home-tab .main-nav-block .main-nav-item,
.home-tab .main-nav-block .main-nav-item.active {
  color: #fff;
}

.home-tab .main-nav-block .main-nav-item.active {
  border-color: #fff;
}

.main-slider-block {
  position: relative;
  padding: 0 0 48px;
  margin: 0;
}

.px-sm-5 {
  padding: 0 5rem !important;
}

.container {
  margin-top: 40px;
  max-width: 1120px;
}

.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: #124fbc;
}
.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: 1120px;
  cursor: grab;
  display: grid !important;
  grid-template-columns: 370px 720px;
  grid-gap: 30px;
}
@media screen and (max-width: 992px) {
  .main-slider-item {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}

.main-slider__article {
  background-color: #F6F6F6;
  width: 100%;
  max-width: 370px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  height: 480px;
}
@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: #979797;
  font-size: 14px;
  margin-bottom: 10px;
}

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

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

.article-button {
  font-size: 16px;
  font-weight: 700;
  color: #124fbc;
}
@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;
}

.main-slider__img-cover {
  width: 100%;
  max-width: 720px;
}
@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;
}
@media screen and (max-width: 992px) {
  .main-slider__img {
    height: 180px;
  }
}

.news-section {
  padding: 0 20px;
}

.block-top-line {
  position: relative;
}

.block-title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.13em;
  border-bottom: 1px solid #B7B7B7;
  margin-bottom: 30px;
  color: #124fbc;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.block-title::before {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #124fbc;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.news-slider {
  position: relative;
  left: -15px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
}

.news-slider-arrows {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

.news-slider-arrow {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 10px;
  background-color: #124fbc;
  color: #fff;
  border: none;
}

.news-slider-prev {
  margin-right: 10px;
}

.news-slider-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 20px;
  max-width: 100%;
  margin: 0 15px;
}

.news-slider-item__img-cover {
  width: 356px;
  height: 210px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin: auto auto 20px;
}

.news-slider-item__img {
  height: 210px;
  width: 356px;
  object-fit: cover;
}

.news-slider-details {
  width: 356px;
  margin: auto;
}

.news-slider-date_cover {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  border-left: 1px solid #124fbc;
  padding-left: 5px;
}

.clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.clock::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/clock.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 1px;
  margin-right: 5px;
}

.news-slider-date {
  font-size: 16px;
  color: #858585;
}

.news-slider-item-title {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  color: #333;
}

.news-slider-item .news-slider-item-title a:hover {
  color: #124fbc;
}

.news-section .row {
  justify-content: center;
  margin-top: 30px;
}

.news-more-btn {
  color: #124fbc;
  padding: 15px 20px;
  border: 1px solid #124fbc;
  font-weight: bold;
  transition: 0.3s;
  background-color: #fff;
}
.news-more-btn:hover {
  color: #fff;
  background-color: #124fbc;
}

.events-section {
  margin: 40px auto 60px auto;
}

.event-article {
  display: block;
  border-left: 6px solid #124fbc;
  padding-left: 30px;
  margin-top: 20px;
  min-height: 75px;
}

.event-article-top {
  color: #858585;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}

.event-article-heading {
  color: #333;
  font-size: 18px;
  transition: 0.2s;
  font-weight: bold;
  line-height: auto;
  transition: 0.3s;
}
.event-article-heading:hover {
  color: #124fbc;
}

.calendar-box {
  margin: 20px auto;
}
.calendar-box input {
  display: none;
}

.air-datepicker {
  font-family: "Montserrat", sans-serif;
}

.air-datepicker-nav--action svg {
  color: #124fbc;
}

.air-datepicker.-inline- {
  border: none;
}

.air-datepicker-nav {
  background: #F6F6F6;
}

.air-datepicker-nav--title {
  color: #124fbc;
  font-weight: bold;
}
.air-datepicker-nav--title i {
  color: #124fbc;
}

.air-datepicker-body--day-name {
  color: #333;
  font-weight: 600;
}

.air-datepicker-cell.-current- {
  color: #124fbc;
  font-weight: 600;
}

.news-section {
  margin: 40px auto 50px;
  min-height: 56vh;
}

.news-blocks-cover {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 26px;
  row-gap: 30px;
  justify-items: center;
}
@media screen and (max-width: 1200px) {
  .news-blocks-cover {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .news-blocks-cover {
    grid-template-columns: 1fr;
  }
}

.news-block-item__img-cover {
  width: 356px;
  height: 210px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin: auto auto 20px;
}

.news-block-item__img {
  height: 210px;
  width: 356px;
  object-fit: cover;
}

.news-block-details {
  width: 356px;
  margin: auto;
}

.news-block-date_cover {
  display: flex;
  align-items: center;
  font-size: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  border-left: 1px solid #124fbc;
  padding-left: 5px;
}

.news-block-date {
  font-size: 13px;
  color: #858585;
}

.news-block-item-title {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  color: #333;
  min-height: 88px;
}

.news-block-item-title a:hover {
  color: #124fbc;
}

.nav-block-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-weight: 600;
}
.nav-block-cover a {
  margin-right: 15px;
}
.nav-block-cover a:last-child {
  margin-right: 0;
}

.newsMore-section {
  padding: 0 20px;
}
.newsMore-section .container {
  margin-bottom: 50px;
}

.news-date, .news-views {
  text-align: right;
  color: #979797;
  font-size: 12px;
  margin-bottom: 10px;
  max-width: 930px;
  margin-top: 10px;
}

.news-views {
  margin-left: 10px;
}

.news-title {
  max-width: 760px;
  margin: 0 auto 35px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .news-title {
    margin: 0 auto 20px;
    font-size: 16px;
  }
}

.news-img-cover {
  margin: 10px auto;
  max-width: 930px;
  text-align: center;
}

.news-img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
  margin: 20px auto;
}

.news-text {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 930px;
}

.gallery-section {
  margin-top: 40px;
  margin-bottom: 50px;
  min-height: 56vh;
  padding: 0 10px;
}

.gallery_container {
  text-align: center;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 8px;
  row-gap: 8px;
}
@media screen and (max-width: 992px) {
  .gallery_container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .gallery_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .gallery_container {
    grid-template-columns: 1fr;
  }
}

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * *   * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.feedback-section {
  margin-top: 40px;
}

.feedback-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
}

.feedback-form label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .feedback-form .row {
    display: block;
  }
}

.form-control {
  border: 1px solid #dbdbdb;
  background: #fff;
}

.btn-submit {
  border: 1px solid #124fbc;
  border-radius: 0;
  background-color: #124fbc;
  text-align: right;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .btn-submit {
    margin-left: 25px;
  }
}

.governor-section {
  margin-bottom: 50px;
  padding: 0 20px;
}
.governor-section h1 {
  max-width: 760px;
  margin: 0 auto 35px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .governor-section h1 {
    font-size: 16px;
  }
}
.governor-section ul li {
  margin-bottom: 10px;
}

.governer-info-cover {
  margin: 0 auto;
  max-width: 930px;
}

.governer-img-cover {
  max-width: 400px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .governer-img-cover {
    max-width: 300px;
    margin: 30px auto;
  }
}

.governer-img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
}

.governer-name {
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 930px;
}

.about-section {
  margin-top: 40px;
  margin-bottom: 50px;
  min-height: 56vh;
  padding: 0 10px;
}

.content-title {
  max-width: 760px;
  margin: 0 auto 35px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.content-img-cover {
  max-width: 930px;
  margin: 10px auto;
  text-align: center;
}

.content-img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
  margin: 20px auto;
}

.industry-section {
  margin-top: 40px;
  margin-bottom: 50px;
  min-height: 56vh;
  padding: 0 10px;
}

.agriculture-section {
  margin-top: 40px;
  margin-bottom: 50px;
  min-height: 56vh;
  padding: 0 10px;
}

.socialEnvironment-section {
  margin-top: 40px;
  margin-bottom: 50px;
  min-height: 56vh;
  padding: 0 10px;
}

.tourism-section {
  margin-top: 40px;
  margin-bottom: 50px;
  min-height: 56vh;
  padding: 0 10px;
}

.announcement-section {
  min-height: 56vh;
  margin-top: 40px;
  margin-bottom: 50px;
}

.block-cover {
  display: block;
  border-left: 6px solid #124fbc;
  padding-left: 30px;
  margin-top: 20px;
  min-height: 75px;
}

.content-date {
  color: #858585;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}

.content-heading {
  color: #333;
  font-size: 18px;
  transition: 0.2s;
  font-weight: bold;
  line-height: auto;
  transition: 0.3s;
}
.content-heading:hover {
  color: #124fbc;
}

.searchResult-section {
  margin-top: 40px;
  margin-bottom: 50px;
  min-height: 56vh;
}

.result-wrap {
  display: block;
  border-left: 6px solid #124fbc;
  padding-left: 30px;
  margin-top: 20px;
  min-height: 75px;
  margin-bottom: 10px;
}

.result-date {
  color: #858585;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
}

.result-link {
  color: #333;
  font-size: 18px;
  transition: 0.2s;
  font-weight: bold;
  line-height: auto;
  transition: 0.3s;
}
.result-link:hover {
  color: #124fbc;
}

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


.urls {
  margin-bottom: calc(45px + 50 * ((100vw - 320px) / 1600));
}
.urls__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: calc(25px + 25 * ((100vw - 320px) / 1600));
}
.urls__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  gap: 30px;
  font-weight: 600;
}
.urls__items__title {
  margin-bottom: 10px;
}
.urls__items__description {
  color: #538FFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
  line-height: calc(12px + 4 * ((100vw - 320px) / 1600));
}
.urls__items__description img {
  width: 10px;
  height: 10px;
} 

a {
  color: #124fbc;
}

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

.doc-link {
  display: block;
  border-left: 6px solid #124fbc;
  padding-left: 30px;
  margin-top: 20px;
  min-height: 75px;
}
.doc-link:hover {
  text-decoration: underline;
}

.doc-date {
  margin-bottom: 10px;
}
.doc-date span {
  display: block;
  text-align: left;
}

.doc-name {
  color: #124fbc;
  font-size: 18px;
  transition: 0.2s;
  font-weight: bold;
  line-height: auto;
  transition: 0.3s;
}
.doc-name:hover {
  text-decoration: underline;
}

/*ССЫЛКИ НА ГОС САЙТЫ*/
section.links-section {
  margin: 40px auto 60px auto;
  padding: 0 15px;
  width: 100%;
}

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

.link-card {
  display: block;
  min-width: 220px;
  width: 100%;
  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;
  transition: .5s;
}
.link-card:hover {
  color: #124fbc;
  background: #e2edff;
}

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.staff-section {
  padding: 0 15px;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 16px;
}
@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: 220px;
  height: 320px;
  object-fit: cover;
  margin: auto;
}
.staff-img-cover img {
  width: 220px;
  height: 320px;
  object-fit: cover;
  border-radius: 4px;
}

.staff-info {
  margin-top: 20px;
}

.staff-info a {
  font-size: 20px;
  color: #124fbc;
  margin-bottom: 8px;
  font-weight: 500;
}

.staff-info p {
  font-size: 16px;
  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-top: 25px;
  margin-bottom: 10px;
  display: block;
}
a.staff-name:hover {
  color: #124fbc;
}
@media screen and (max-width: 768px) {
  a.staff-name {
    font-size: 20px;
  }
  p.staff-status {
    text-align: center;
  }
}

/*КАРТОЧКА МИНИСТРА*/

.cardOfMinistr {
  position: relative;
}
.cardOfMinistr .staff-img-cover {
  width: 100%;
  height: 370px;
  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: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .cardOfMinistr .staff-img-cover img {
    width: 250px;
    height: 320px;
  }
}

/*СОТРУДНИК ПОДРОБНЕЕ*/

section.staffMore-section {
  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;
}

.staffMore-section .staff-img {
  width: 400px;
  height: 100%;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  object-fit: cover;
  margin: auto;
}

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

p.subtitle {
  font-weight: 600;
}

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

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 !important;
}
section.staffMore-section tr:nth-child(even) {
  background-color: #e7edff !important;
}

.nav-item.dropdown:hover .dropdown-menu{
  display:block;
}
