@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
#header {
  background-image: url("../img/header-img.png");
  background-size: cover;
  background-position: bottom;
}
#header .header-content {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 160px;
}
@media (max-width: 992px) {
  #header .header-content {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}
#header .header-content .header-title {
  font-size: 30px;
  color: #436888;
  font-family: "Roboto", sans-serif !important;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 992px) {
  #header .header-content .header-title {
    font-size: 16px;
  }
}
#header .header-content .logo-img {
  width: 90px;
  height: 100%;
}
#header .header-content .logo-flags {
  width: 95px;
  height: 100%;
}
#header .header-menu .navbar-nav {
  flex-wrap: wrap;
}
#header .header-menu .menu-item {
  padding: 0 12px;
}
#header .header-menu .menu-item a {
  color: #436888;
  font-size: 12px;
  padding: 5px 0;
}
#header .header-menu .menu-item a.active, #header .header-menu .menu-item a:focus {
  border-bottom: 2px solid #436888;
  background-color: transparent;
}
#header .max-img {
  margin-left: 10px;
}
#header .header-menu .search-form {
  min-width: unset;
}
#header .header-menu .search-form .search-input-wrapper {
  position: relative;
  width: 74px;
  height: 26px;
  background: #FFFFFF;
  border: 1px solid #436888;
  border-radius: 13px;
  display: flex;
  align-items: center;
  padding: 0 8px;
}
#header .header-menu .search-form .search-input-wrapper .btn-search {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}
#header .header-menu .search-form .search-input-wrapper .btn-search svg {
  width: 14px;
  height: 14px;
}
#header .header-menu .search-form .search-input-wrapper .form-control {
  background: transparent;
  border: none;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 12px;
  color: #436888;
  box-shadow: none;
}
#header .header-menu .search-form .search-input-wrapper .form-control::placeholder {
  color: transparent;
}

.front-page .banner-glava {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  width: auto;
  padding: 0;
  margin-bottom: 20px;
}
.front-page .banner-glava img {
  width: 100%;
  max-width: 300px;
}
.front-page .front-slider-block .carousel-indicators {
  position: relative;
}
.front-page .front-slider-block .carousel-indicators button {
  background-color: #c1c1c1;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
}
.front-page .front-slider-block .carousel-indicators button.active {
  background-color: #0072bc;
}
.front-page .front-slider-block .carousel-control-next, .front-page .front-slider-block .carousel-control-prev {
  background: none;
}
.front-page .front-events-block.single .event-item-wrap .event-item {
  margin-left: 25px;
}
@media (max-width: 992px) {
  .front-page .front-events-block.single .event-item-wrap .event-item {
    margin-left: 0;
  }
}
.front-page .front-events-block.single .event-item-wrap .event-item {
  border-bottom: 0;
  padding-top: 15px;
}
.front-page .front-events-block.single .event-item-wrap .event-item .event-date {
  margin-bottom: 10px;
}

.events-list .event-item-wrap, .content:not(.front-page) .event-item-wrap, .front-page .front-events-block .event-item-wrap {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .events-list .event-item-wrap, .content:not(.front-page) .event-item-wrap, .front-page .front-events-block .event-item-wrap {
    flex-wrap: wrap;
  }
}
.events-list .event-item-wrap:nth-child(1), .content:not(.front-page) .event-item-wrap:nth-child(1), .front-page .front-events-block .event-item-wrap:nth-child(1), .events-list .event-item-wrap:nth-child(2), .content:not(.front-page) .event-item-wrap:nth-child(2), .front-page .front-events-block .event-item-wrap:nth-child(2) {
  margin-bottom: 30px;
}
.events-list .event-item-wrap:nth-child(1) .event-item, .content:not(.front-page) .event-item-wrap:nth-child(1) .event-item, .front-page .front-events-block .event-item-wrap:nth-child(1) .event-item, .events-list .event-item-wrap:nth-child(2) .event-item, .content:not(.front-page) .event-item-wrap:nth-child(2) .event-item, .front-page .front-events-block .event-item-wrap:nth-child(2) .event-item {
  padding-bottom: 20px;
}
.events-list .event-item-wrap.glava-item .event-item .event-title a, .content:not(.front-page) .event-item-wrap.glava-item .event-item .event-title a, .front-page .front-events-block .event-item-wrap.glava-item .event-item .event-title a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}
.events-list .event-item-wrap.glava-item .event-item .event-subtitle a, .content:not(.front-page) .event-item-wrap.glava-item .event-item .event-subtitle a, .front-page .front-events-block .event-item-wrap.glava-item .event-item .event-subtitle a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .events-list .event-item-wrap .event-image, .content:not(.front-page) .event-item-wrap .event-image, .front-page .front-events-block .event-item-wrap .event-image {
    margin-bottom: 15px;
  }
}
.events-list .event-item-wrap .event-image img, .content:not(.front-page) .event-item-wrap .event-image img, .front-page .front-events-block .event-item-wrap .event-image img {
  width: 100%;
  height: auto;
}
.events-list .event-item-wrap .event-item, .content:not(.front-page) .event-item-wrap .event-item, .front-page .front-events-block .event-item-wrap .event-item {
  height: 100%;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .events-list .event-item-wrap .event-item, .content:not(.front-page) .event-item-wrap .event-item, .front-page .front-events-block .event-item-wrap .event-item {
    margin-left: 0;
  }
}
.events-list .event-item-wrap .event-item .event-title a, .content:not(.front-page) .event-item-wrap .event-item .event-title a, .front-page .front-events-block .event-item-wrap .event-item .event-title a {
  color: #000;
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
}
.events-list .event-item-wrap .event-item .event-date, .content:not(.front-page) .event-item-wrap .event-item .event-date, .front-page .front-events-block .event-item-wrap .event-item .event-date {
  color: #878787;
  font-size: 8px;
  font-weight: 400;
  margin-bottom: 10px;
}
.events-list .pagination, .content:not(.front-page) .pagination, .front-page .front-events-block .pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.events-list .pagination .page-numbers, .content:not(.front-page) .pagination .page-numbers, .front-page .front-events-block .pagination .page-numbers {
  padding: 5px 12px;
  border: 1px solid #ebebeb;
  color: #0072bc;
  text-decoration: none;
  font-size: 14px;
}
.events-list .pagination .page-numbers.current, .content:not(.front-page) .pagination .page-numbers.current, .front-page .front-events-block .pagination .page-numbers.current {
  background-color: #0072bc;
  color: #fff;
  border-color: #0072bc;
}
.events-list .pagination .page-numbers:hover:not(.current), .content:not(.front-page) .pagination .page-numbers:hover:not(.current), .front-page .front-events-block .pagination .page-numbers:hover:not(.current) {
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
  .structure-page .structure-types {
    position: absolute;
    max-width: 230px;
    z-index: 1;
  }
}
.structure-page .structure-types .structure-types-title {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  color: #0072bc;
  border-top: 1px solid #c9c9c9;
}
.structure-page .structure-types .structure-links {
  border: 0;
}
.structure-page .structure-types .structure-links button {
  font-size: 14px;
  max-width: 140px;
  text-align: left;
  color: #000;
  padding: 0;
  margin-bottom: 15px;
  border: 0;
}
.structure-page .structure-types .structure-links button.active {
  color: #0072bc;
  font-weight: bold;
}
.structure-page .structure-items-tab > .active {
  display: flex;
  flex-wrap: wrap;
}
.structure-page .structure-items-tab .structure-item-wrap {
  display: flex;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .structure-page .structure-items-tab .structure-item-wrap:first-child {
    width: 60%;
    margin-left: 250px;
    margin-top: 35px;
    min-height: 265px;
  }
}
.structure-page .structure-items-tab .structure-item-wrap:first-child.links {
  display: block;
  margin-top: 0;
}
@media (min-width: 992px) {
  .structure-page .structure-items-tab .structure-item-wrap:first-child.links {
    margin-left: 200px;
  }
}
.structure-page .structure-items-tab .structure-item-wrap .structure-image {
  width: 160px;
}
.structure-page .structure-items-tab .structure-item-wrap .structure-image img {
  width: 100%;
  height: auto;
}
.structure-page .structure-items-tab .structure-item-wrap .structure-item {
  padding-left: 15px;
}
.structure-page .structure-items-tab .structure-item-wrap .structure-item .structure-title {
  margin-bottom: 20px;
  max-width: 155px;
}
.structure-page .structure-items-tab .structure-item-wrap .structure-item .structure-title a {
  color: #010101;
  font-size: 14px;
  font-weight: bold;
}
.structure-page .structure-items-tab .structure-item-wrap .structure-item .structure-text {
  font-size: 11px;
  color: #010101;
  max-width: 155px;
}

@media (min-width: 1200px) {
  body .container {
    max-width: 1030px;
  }
}
body #wrapper {
  background-color: #e7eaed;
}
body #main {
  margin-top: 0;
  padding-top: 20px;
  background-color: #fff;
}
body tbody, body td, body tfoot, body th, body thead, body tr {
  border-width: 1px;
}

.sidebar-banners .banner-item {
  margin-bottom: 10px;
}
.sidebar-banners .banner-item img {
  width: 100%;
}

img {
  max-width: 100%;
}

ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.entry-title {
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #0072bc;
  padding-top: 10px;
  padding-bottom: 15px;
  border-top: 1px solid #ebebeb;
  display: inline-block;
}

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