:root {
  --primary: #D43324;
  --white: #ffffff;
  --gray: #e0e0e0;
  --dark: #080708;
  --black: #000000;
  --logo-orange: #FA0606;
  --logo-blue: #2A4699;
  --old-primary: #AD2810;
}

header.navigation-header {
  min-height: 400px;
  background-image: url("/wp-content/uploads/2025/05/image-4-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 10px solid var(--white);
}
@media screen and (max-width: 767.98px) {
  header.navigation-header {
    min-height: 60vh;
  }
}
header.navigation-header .logo-wrap {
  margin-bottom: 76px;
}
header.navigation-header .heading h1 {
  font-size: 2.88rem;
}
header.navigation-header .heading p {
  font-size: 1.33rem;
  color: var(--white);
}
header.navigation-header .navigation {
  border-radius: 10px 10px 0 0;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  header.navigation-header .navigation {
    display: block;
    padding: 0.5rem;
  }
}
header.navigation-header .navigation #header-menu {
  display: contents;
}
header.navigation-header .navigation #header-menu:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
}
@media only screen and (max-width: 767.98px) {
  header.navigation-header .navigation #header-menu {
    display: initial;
  }
}
header.navigation-header .navigation #header-menu .menu-item-has-children::after {
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/2025/05/Vector.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  width: 18px;
  height: 10px;
  transition: 0.2s;
}
header.navigation-header .navigation #header-menu .menu-item-has-children ul {
  border-radius: 5px;
  width: 100%;
  left: 0px;
  top: 45px;
  border: none;
  padding: 0.75rem;
}
header.navigation-header .navigation #header-menu .menu-item-has-children ul li.nav-item {
  margin: 5px 0;
}
header.navigation-header .navigation #header-menu .menu-item-has-children ul li.nav-item a {
  border-bottom: 1px solid var(--gray);
  padding-left: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  position: relative;
}
header.navigation-header .navigation #header-menu .menu-item-has-children ul li.nav-item a.active {
  background-color: var(--primary);
  color: var(--dark);
}
header.navigation-header .navigation #header-menu .menu-item-has-children ul li.nav-item a:hover {
  background-color: var(--white);
  border-color: var(--primary);
  color: var(--primary);
}
header.navigation-header .navigation #header-menu .menu-item-has-children ul li.nav-item a::after {
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/2025/05/Vector-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 7px;
  height: 13px;
  transition: 0.2s;
}
header.navigation-header .navigation #header-menu .menu-item-has-children ul li.nav-item:last-child a {
  border: none;
}
header.navigation-header .navigation #header-menu .menu-item-has-children.active > .dropdown-menu {
  display: block;
  position: absolute;
  padding: 0 0.75rem;
}
header.navigation-header .navigation #header-menu .menu-item-has-children:hover::after, header.navigation-header .navigation #header-menu .menu-item-has-children.active::after {
  transform: rotate(0deg) translate(0, -5px);
}
header.navigation-header .navigation #header-menu .dropdown {
  width: 33%;
  margin: 0.5rem;
  background-color: var(--primary);
  border-radius: 5px;
  color: var(--white);
  cursor: pointer;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 767.98px) {
  header.navigation-header .navigation #header-menu .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
header.navigation-header .navigation #header-menu .dropdown .nav-link {
  font-weight: 600;
  padding: 0;
}
header.navigation-header .navigation #header-menu .dropdown.active {
  z-index: 9999999;
}
header.navigation-header .navigation::before, header.navigation-header .navigation::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}
header.navigation-header .navigation::after {
  background-image: url(/wp-content/uploads/2025/05/Subtract.svg);
  right: -16px;
  transform: rotate(90deg);
}
header.navigation-header .navigation::before {
  background-image: url(/wp-content/uploads/2025/05/Subtract.svg);
  left: -16px;
}

.link-boxes {
  padding-inline: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
@media screen and (max-width: 991.98px) {
  .link-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .link-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.link-boxes .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 15px 5px;
  background-color: var(--logo-blue);
  border: 1px solid rgb(from var(--white) r g b/0.5);
  border-radius: 10px;
  color: var(--white);
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}
.link-boxes .box svg {
  width: auto;
  height: 25px;
}
.link-boxes .box svg, .link-boxes .box svg * {
  fill: var(--white);
}
.link-boxes .box:hover {
  background-color: var(--primary);
  color: var(--white);
}

.news-slider .info p {
  max-width: 312px;
}
@media screen and (max-width: 767.98px) {
  .news-slider .info p {
    font-size: 16px;
  }
}
.news-slider .info img {
  position: absolute;
  left: -65px;
  top: 40px;
}
.news-slider .swiper {
  width: 100%;
  height: 100%;
  overflow: initial;
}
.news-slider .swiper .swiper-wrapper {
  overflow-x: hidden;
}
.news-slider .swiper .swiper-wrapper .swiper-slide {
  max-width: 249px;
}
.news-slider .swiper .swiper-button-next,
.news-slider .swiper .swiper-button-prev {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  width: 55px;
  height: 47px;
  background-color: var(--white);
  border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
  .news-slider .swiper .swiper-button-next,
  .news-slider .swiper .swiper-button-prev {
    display: none;
  }
}
.news-slider .swiper .swiper-button-next svg,
.news-slider .swiper .swiper-button-prev svg {
  height: 17px;
}
.news-slider .swiper .swiper-button-next:hover svg path,
.news-slider .swiper .swiper-button-prev:hover svg path {
  fill: var(--primary);
}
.news-slider .swiper .swiper-button-next {
  transform: rotate(180deg);
  right: -70px;
}
.news-slider .swiper .swiper-button-prev {
  left: -70px;
}
.news-slider .swiper .swiper-button-next:after,
.news-slider .swiper .swiper-button-prev:after {
  display: none;
}
.news-slider .swiper .swiper-pagination {
  bottom: -10px;
}
.news-slider .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary);
}

.card-wrapper {
  background-color: var(--white);
  margin: 0.75rem;
}
.card-wrapper a {
  text-decoration: none;
}
.card-wrapper a .image img {
  height: 130px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .card-wrapper a .image img {
    height: 175px;
  }
}
.card-wrapper a .content {
  min-height: 145px;
}
@media screen and (max-width: 767.98px) {
  .card-wrapper a .content {
    height: 115px;
  }
}
.card-wrapper a .content h3 {
  font-family: "Source Sans 3", sans-serif;
  transition: 0.3s;
}
.card-wrapper a .content .date {
  display: flex;
  align-items: center;
}
.card-wrapper a .content .date span {
  font-size: 14px;
  margin-left: 0.5rem;
  color: var(--black);
}
.card-wrapper a:hover .content h3, .card-wrapper a:focus-visible .content h3 {
  color: var(--primary);
}

.bulletin-board {
  max-width: 1920px;
  background-image: url("/wp-content/uploads/2025/05/BG.jpg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.bulletin-board .background {
  width: 100%;
  min-height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bulletin-board .icon picture {
  position: absolute;
}
.bulletin-board .overlay {
  height: 100px;
  bottom: 0;
}
.bulletin-board .docs .background-icon {
  top: -35px;
  left: -15px;
}
.bulletin-board h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  text-decoration: underline;
  text-transform: initial;
  font-family: "Source Sans 3", sans-serif;
  transition: 0.3s;
}
.bulletin-board h3:hover {
  color: var(--primary);
}
.bulletin-board h3 a {
  color: var(--dark);
}
.bulletin-board h3 a:hover {
  color: var(--primary);
}
.bulletin-board .bulletin-wrapper .nothing-found {
  min-height: 135px;
  font-size: 14px;
}
.bulletin-board .bulletin-wrapper h2 {
  font-size: 1.33rem;
}
.bulletin-board .bulletin-wrapper .events .background-icon {
  top: -30px;
  left: -10px;
}
.bulletin-board .bulletin-wrapper .events a {
  text-decoration: none;
}
.bulletin-board .bulletin-wrapper .events a .event .date {
  min-width: 90px;
}
.bulletin-board .bulletin-wrapper .events a .event .date .day {
  font-weight: 600;
  font-size: 1.33rem;
  color: var(--black);
}
.bulletin-board .bulletin-wrapper .events a .event .date .month {
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
}
.bulletin-board .bulletin-wrapper .events a:hover h3 {
  color: var(--primary);
}
.bulletin-board .bulletin-wrapper .gallery .background-icon {
  top: -35px;
  left: -10px;
}
.bulletin-board .bulletin-wrapper .gallery .gallery-image .image img {
  width: 53px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.bulletin-board .bulletin-wrapper .gallery .gallery-image:hover h3 {
  color: var(--primary);
}

.file .file-wrapper {
  background-color: #E4E4E4;
  border-radius: 4px;
  min-width: 40px;
  height: 40px;
  padding: 0.5rem;
}
.file .file-wrapper .type {
  color: var(--white);
  font-size: 0.4rem;
  border-radius: 2px;
  font-weight: 900;
  padding: 0.1rem;
  top: 15px;
  left: 5px;
  text-transform: uppercase;
  max-height: 13px;
}
.file .size, .file .date {
  font-size: 0.7rem;
  color: black;
  text-decoration: none;
  font-weight: 400;
}
.file .title {
  font-size: 14px !important;
  font-weight: 600;
  color: var(--dark);
  text-transform: initial;
  font-family: "Source Sans 3", sans-serif;
  transition: 0.3s;
}
.file .title.color-primary a {
  color: var(--primary);
}
.file .title.color-primary a:hover {
  color: var(--dark);
}
.file .title a {
  text-decoration: none;
  color: var(--dark);
}
.file .title a:hover {
  color: var(--primary);
}
.file:last-of-type {
  border: none !important;
}

.about-city .content p {
  max-width: 600px;
  font-size: 16px;
}
.about-city .content .icon {
  position: absolute;
  left: -80px;
  top: -20px;
}
.about-city .video iframe {
  width: 100%;
  min-height: 325px;
  border-radius: 10px;
}