  #top-bar {
    background: #f0f8ff;
    padding: 15px 0;
  }

  .top-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .top-bar__wrapper a {
    display: inline-flex;
    gap: 15px;
  }

  .top-bar__wrap {
    color: #838383;
    font-size: 14px;
    font-weight: 600;
    font-family: Inter;
    transition: 0.3s ease;
  }

  .top-bar__wrap:hover {
    color: #1e63b5;
  }

  .fa-location-dot,
  .fa-clock,
  .fa-phone,
  .fa-facebook,
  .fa-instagram {
    font-size: 20px;
    margin: 0 10px;
  }

  @media (max-width: 768px) {
    .top-bar {
      display: none;
    }
  }

  .moved-to-burger {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 10px 16px;
  }

  @media (max-width: 768px) {
    .header-wrapper[aria-hidden='true'],
    .language-search-row[aria-hidden='true'],
    .search-container[aria-hidden='true'] {
      display: none !important;
    }

    .search-input {
      background: #fff;
      padding: 12px;
      border-radius: 5px;
    }

    .search-input::placeholder {
      font-size: 12px;
      color: #223;
      font-family: Roboto;
    }
  }

  .menu .moved-to-burger {
    width: 100%;
    box-sizing: border-box;
  }

  #chart-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  #chart_div {
    width: 100%;
    height: 100%;
    min-height: 300px;
  }

  #chart_div th {
    color: #252525;
    font-size: 16px;
    font-weight: 500;
  }

  rect {
    background: #1c72a3;
  }

  .resolution__inner a {
    color: #002191;
    font-size: 14px;
    font-weight: 600;
    font-family: Open Sans;
    padding: 10px;
    transition: 0.3s linear;
  }

  .resolution__inner a:hover {
    color: #0e3188;
  }

  .resolution__inner {
    color: #252525;
    font-size: 15px;
    font-weight: 600;
    font-family: Open Sans;
    padding: 10px;
    text-align: center;
  }

  .resolution__subject {
    color: #252525;
    font-size: 15px;
    font-weight: 900;
    font-family: Open Sans;
    padding: 10px;
    border: 1px solid #acacac;
  }

  .object__title {
    font-size: 20px !important;
    color: #252525;
    font-family: Open Sans;
  }

  .object__descr {
    font-size: 16px;
    color: #252525;
    font-family: Open Sans;
    font-weight: 500;
    margin-bottom: 10px;
  }

  #js-object-link {
    color: #0e65b1;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .lg-backdrop {
    background: #252525 !important;
  }

  .lg-next,
  .lg-prev {
    color: #fff !important;
    background-color: rgba(173, 173, 173, 0.45) !important;
    border-radius: 5px;
    transition: 0.3s linear !important;
  }

  .lg-next,
  .lg-prev:hover {
    background-color: rgba(238, 238, 238, 0.45) !important;
  }

  .lg-counter {
    font-family: Roboto Condensed !important;
  }

  .header {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-wrap {
    display: flex;
    align-items: center;
  }
  .header-wrapp {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .header-wrapper {
    display: flex;
    align-items: center;
  }
  .language-search-row {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-logo {
    width: 111px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .header__title {
    color: #1e63b5;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 600px;
    transition: 0.3s linear;
  }

  .header__title:hover {
    color: #2767b4;
  }

  .header-sub {
    color: #1e63b5;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 133px;
    margin-left: 10px;
    transition: 0.3s linear;
  }

  .header-sub:hover {
    color: #a5a4a4;
  }
  /* .header .language-selector {
          position: relative;
          display: inline-block;
          } */

  .dropdown__wrapper {
    display: flex;
    align-items: center;
  }

  .dropdown {
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .dropdown-title {
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #1e63b5;
    transition: 0.3s linear;
    margin-top: 6px;
  }

  .dropdown-title:hover {
    color: #1252a0;
  }

  .option {
    color: #454545;
  }

  .dropdown-img {
    width: 22px;
    height: 15px;
    border-radius: 2px;
  }

  .dropdown-content {
    width: 32px;
    height: 32px;
    padding: 2px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #555353;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .header .search-container {
    position: relative;
  }
  .header .search-icon {
    width: 35px;
    height: 35px;
    background: url('../img/search.png') center/contain no-repeat;
    border: 2px solid #aaa;
    border-radius: 50%;
    cursor: pointer;
  }
  .header .search-input {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 200px;
    padding: 8px;
    border: 1px solid #aaa;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .header .search-input.show {
    display: inline-block;
    animation: slideDown 0.3s ease-out;
  }
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @media (max-width: 1300px) {
    .header {
      padding: 0 15px;
    }
  }
  @media (max-width: 900px) {
    .header {
      flex-direction: column;
      gap: 20px;
    }
  }
  @media (max-width: 480px) {
    .header__title {
      width: 100%;
      font-size: 13px;
    }
    .header-logo {
      width: 100px;
    }
  }
  .header-wrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .header-wrapper,
  .language-selector,
  .search-container {
    display: flex;
    align-items: center;
  }
  @media (max-width: 768px) {
    .header-wrapp {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5rem;
    }
    .header-wrapper {
      order: -1;
    }
    .language-search-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      gap: 1rem;
      margin-top: 10px;
    }
  }
  #hero {
    position: relative;
    overflow: hidden;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0f2641;
  }
  #hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .hero {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }
  .hero-picture {
    transform: translateY(15px);
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    /* padding: 20px; */
  }
  .hero__title {
    color: #fff;
    font-family: Oswald;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .hero__subtitle {
    color: #fff;
    font-family: Oswald;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    /* width: 568px; */
    text-align: center;
    margin-top: 20px;
  }
  .hero-btn {
    margin-top: 50px;
  }
  .hero-btn a {
    color: #fff;
    font-family: Oswald;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background: #16214a;
    padding: 10px 25px;
    transition: 0.2s linear;
  }
  .hero-btn a:hover {
    background: #2a4091;
  }
  @media (max-width: 1300px) {
    .hero {
      padding: 0 15px;
    }
  }
  @media (max-width: 768px) {
    .hero__title {
      font-size: 18px;
    }
    .hero__subtitle {
      font-size: 14px;
      width: 100%;
    }
    .hero-btn a {
      font-size: 12px;
      padding: 8px 20px;
    }
  }

  @media (max-width: 550px) {
    .hero-picture {
      display: none;
    }
  }

  .technic {
    margin-top: 100px;
  }
  .technic__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  .technic-pic {
    width: 375px;
    height: 181px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .technic__pic {
    width: 375px;
    height: 181px;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateX(80px);
  }
  .technic__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 295px;
    box-shadow: 1px 2px 20px -15px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 2px 20px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 20px -15px rgba(0, 0, 0, 0.75);
    padding: 10px;
    border-radius: 10px;
    border-top: 6px solid #0a5470;
  }
  .technic-desk {
    color: #555353;
    font-family: Oswald;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .technic-text {
    color: #1e63b5;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    width: 200px;
    text-align: center;
  }
  @media (max-width: 1300px) {
    .technic {
      padding: 0 15px;
    }
  }
  @media (max-width: 1080px) {
    .technic__cards {
      justify-content: center;
    }
  }
  @media (max-width: 550px) {
    .technic__card {
      width: 100%;
    }
    .technic__pic {
      width: 100%;
      transform: translateX(10px);
    }
    .technic-pic {
      width: 100%;
    }
  }
  .enterprices {
    margin-top: 150px;
  }
  .enterprices__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding: 20px;
  }
  .enterprices__card {
    width: 500px;
    height: 250px;
    border: 1px solid #dadada;
    padding: 30px 25px;
    transition: 0.3s linear;
  }
  .enterprices__card:hover {
    background: #1e63b5;
  }
  .enterprices__card:hover h2 {
    color: #fff;
  }
  .enterprices__card:hover p {
    color: #fff;
  }
  .enterprices-subtitle {
    color: #1e63b5;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .enterprices-text {
    color: #1e63b5;
    font-size: 15px;
    font-family: Oswald;
    font-weight: 300;
    margin-top: 20px;
  }
  @media (max-width: 550px) {
    .enterprices {
      margin-top: 100px;
    }
    .enterprices__card {
      width: 100%;
    }
    .enterprices-subtitle {
      font-size: 15px;
    }
    .enterprices-text {
      font-size: 14px;
    }
  }
  .right {
    margin-top: 130px;
  }
  .right__cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 80px;
    box-shadow: 0px 2px 12px 0px rgba(34, 60, 80, 0.2);
    padding: 20px 10px;
  }
  /* .right__card {
    display: flex;
    flex-direction: column;
    align-items: center;
  } */
  .right__title {
    position: relative;
    color: #1e63b5;
    font-family: Oswald;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .right__title::before {
    position: absolute;
    content: '';
    width: 71px;
    height: 3px;
    background: #1e63b5;
    border-radius: 10px;
    bottom: -10px;
  }
  .right__subtitle {
    position: relative;
    color: #333;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
  }
  .right-image {
    width: 295px;
    height: 155px;
    -o-object-fit: cover;
    object-fit: cover;
    filter: brightness(70%);
  }
  .right__sub {
    color: #1e63b5;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    font-weight: 700;
    width: 295px;
    margin-top: 10px;
  }
  .right-text {
    color: #6f747d;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    width: 300px;
    margin-top: 20px;
  }
  .right-btn {
    margin-top: 30px;
  }
  .right-btn a {
    color: #11316e;
    font-family: Oswald;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #11316e;
    padding: 8px 25px;
    transition: 0.3s ease;
  }
  .right-btn a:hover {
    background: #11316e;
    color: #fff;
  }
  @media (max-width: 1300px) {
    .right {
      padding: 0 15px;
    }
  }
  @media (max-width: 768px) {
    .right {
      margin-top: 100px;
    }
    .right__title {
      font-size: 20px;
    }
    .right__subtitle {
      font-size: 15px;
    }
  }
  @media (max-width: 940px) {
    .right__sub {
      width: 100%;
      font-size: 14px;
    }
    .right-text {
      width: 100%;
      margin-top: 20px;
    }
    .right-image {
      width: 100%;
      height: auto;
    }
  }
  .last-news {
    margin-top: 130px;
    margin-bottom: 60px;
  }
  .last-news__pic {
    width: 350px;
    height: 233px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    filter: brightness(70%);
    box-shadow: 2px 3px 19px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 3px 19px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 19px -7px rgba(0, 0, 0, 0.75);
  }
  .last-news__cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }
  .last-news__card {
    position: relative;
  }
  .last-news-date {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
  }
  .last-news-date span {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .last-news-btn {
    margin-top: 20px;
    white-space: nowrap;
  }
  .last-news-btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    transition: 0.2s ease;
  }
  .last-news-btn a:hover {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 12px;
  }
  .last-news__subtitle {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    width: 325px;
    margin-top: 10px;
  }
  .last-news-wrap {
    position: relative;
  }
  .last-news__image-wrapper {
    position: relative;
    width: 100%;
  }
  .last-news-cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
  }
  .last-news__text {
    font-family: Oswald;
    color: #6f747d;
    width: 300px;
    font-weight: 400;
    font-size: 15px;
    margin-top: 10px;
  }
  .last-news-view {
    position: absolute;
    color: #555353;
    font-weight: 700;
    font-size: 15px;
    left: 15rem;
    /* bottom: 0; */
    margin-top: 2px;
  }
  .last-news-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .last-news-button a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: #1e63b5;
    padding: 8px 20px;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
  }
  .last-news-button a:hover {
    background: #0e54aa;
  }
  @media (max-width: 1300px) {
    .last-news {
      margin-top: 90px;
      padding: 0 15px;
    }
  }
  @media (max-width: 768px) {
    .last-news__pic {
      width: 100%;
    }
    .last-news__subtitle {
      width: 100%;
    }
    .last-news__text {
      width: 100%;
    }
    .last-news-view {
      bottom: -20px;
    }
  }
  .user {
    margin-top: 130px;
  }
  .user-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .user__title {
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #1e63b5;
    font-weight: 600;
    font-family: Roboto;
    text-transform: uppercase;
  }
  .user__title::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background: #555;
    border-radius: 5px;
  }
  .user__subtitle {
    color: #6f747d;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 500;
    text-align: center;
    margin-top: 33px;
  }
  .user__cards {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }
  .user__card {
    border-top: 5px solid #1e63b5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 500px;
    box-shadow: 2px 3px 19px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 3px 19px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 19px -7px rgba(0, 0, 0, 0.75);
    border-radius: 12px;
    padding: 15px 0;
    /* height: 218px; */
  }
  .user-pic {
    width: 200px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .user-sub {
    color: #1e63b5;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    width: 150px;
    margin-top: 10px;
    text-align: center;
  }
  .user-desc {
    color: #798184;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
  }
  @media (max-width: 1300px) {
    .user {
      padding: 0 15px;
    }
    .user__title {
      font-size: 20px;
    }
    .user__subtitle {
      font-size: 14px;
    }
  }
  @media (max-width: 1050px) {
    .user__cards {
      justify-content: center;
    }
    .user__card {
      width: 100%;
      padding: 20px;
    }
  }
  .project {
    margin-top: 130px;
  }
  .project__title {
    position: relative;
    color: #1e63b5;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
  }
  .project__title::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 53px;
    border-radius: 5px;
    background: #1e63b5;
    left: -8px;
    top: -5px;
  }
  .project__cards {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
  .project__card {
    background-color: #1e63b5;
    width: 550px;
    height: 250px;
    padding: 20px 25px;
    box-shadow: 2px -2px 19px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px -2px 19px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px -2px 19px -8px rgba(0, 0, 0, 0.75);
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .project__text {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-family: Oswald;
    font-weight: 600;
    /* width: 470px; */
  }
  .project__cnt {
    margin-top: 15px;
    display: flex;
    align-items: center;
  }
  .project-date {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
  }
  .project-view {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-left: 60px;
  }
  @media (max-width: 1300px) {
    .project {
      padding: 0 15px;
    }
  }
  @media (max-width: 1150px) {
    .project__card {
      width: 100%;
      height: auto;
    }
    .project__cards {
      justify-content: center;
    }
    .project__text {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .project__title {
      font-size: 20px;
    }
    .project__title::before {
      height: 45px;
    }
    .project-date {
      font-size: 13px;
    }
    .project-view {
      font-size: 13px;
    }
  }
  .events {
    margin-top: 130px;
  }
  .events__title {
    position: relative;
    color: #1e63b5;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
  }
  .events__title::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 53px;
    border-radius: 5px;
    background: #1e63b5;
    left: -8px;
    top: -5px;
  }
  .events__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
  }
  .events__card {
    position: relative;
  }
  .events__card-wrapper {
    position: relative;
    width: 100%;
  }
  .events-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
  }
  .events-button a {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 7px;
    transition: 0.3s linear;
  }
  .events-button a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .events-content {
    background: #fff;
    margin-top: 10px;
  }
  .events-pic {
    width: 300px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(70%);
    /* box-shadow: 2px 3px 19px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 3px 19px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 19px -7px rgba(0, 0, 0, 0.75); */
  }
  .events-text {
    color: #333;
    width: 300px;
    font-size: 17px;
    font-family: Inter;
    font-weight: 600;
  }
  .events__cnt {
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .events-date {
    color: #1c5e9f;
    font-size: 12px;
    font-weight: 500;
  }
  .events-view {
    color: #1c5e9f;
    font-size: 12px;
    font-weight: 500;
    margin-left: 20px;
  }
  @media (max-width: 1300px) {
    .events {
      padding: 0 15px;
    }
  }
  @media (max-width: 1024px) {
    .events-pic {
      width: 100%;
    }
    .events-text {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .events__title {
      font-size: 20px;
    }
    .events__title::before {
      height: 45px;
    }
    .events-view {
      margin-left: 5rem;
    }
  }
  .vacancy {
    margin-top: 130px;
  }
  .vacancy__title {
    position: relative;
    color: #1e63b5;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
  }
  .vacancy__title::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 53px;
    border-radius: 5px;
    background: #1e63b5;
    left: -8px;
    top: -5px;
  }
  .vacancy__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
  }
  .vacancy__card {
    box-shadow: 2px -2px 45px -22px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px -2px 45px -22px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px -2px 45px -22px rgba(0, 0, 0, 0.75);
    padding: 20px;
    border-left: 15px solid #1e63b5;
    border-right: 15px solid #1e63b5;
    border-radius: 5px;
  }
  .vacancy__subtitle {
    color: #1e63b5;
    font-family: Inter;
    font-size: 18px;
    font-weight: bold;
    width: 380px;
  }
  .vacancy__content {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .vacancy-date {
    text-align: center;
    color: #1e63b5;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .vacancy-date span {
    color: #1e63b5;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .vacancy-view {
    text-align: center;
    color: #555353;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 50px;
  }
  @media (max-width: 1300px) {
    .vacancy {
      padding: 0 15px;
    }
  }
  @media (max-width: 960px) {
    .vacancy__cards {
      justify-content: center;
    }
    .vacancy__subtitle {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .vacancy__title {
      font-size: 20px;
    }
    .vacancy__title::before {
      height: 45px;
    }
    .vacancy__subtitle {
      font-size: 16px;
    }
    .vacancy-date {
      font-size: 13px;
    }
  }
  .legal-acts {
    margin-top: 130px;
    margin-bottom: 60px;
  }
  .legal-acts__title {
    position: relative;
    color: #1e63b5;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
  }
  .legal-acts__title::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 53px;
    border-radius: 5px;
    background: #1e63b5;
    left: -8px;
    top: -5px;
  }
  .legal-acts__cards {
    margin-top: 50px;
  }
  .legal-acts__card {
    margin-top: 30px;
    border-top: 6px solid #1e63b5;
    padding: 20px;
    width: 100%;
    box-shadow: 2px -2px 45px -22px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px -2px 45px -22px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px -2px 45px -22px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
  }
  .legal-acts__subtitle {
    font-family: Roboto;
    color: #1e63b5;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .legal-acts-content {
    margin-top: 50px;
    display: flex;
    align-items: center;
  }
  .legal-acts__btn {
    text-transform: uppercase;
  }
  .legal-acts__btn a {
    color: #11316e;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
  }
  .legal-acts__btn a:hover {
    color: #0d5eba;
  }
  @media (max-width: 1300px) {
    .legal-acts {
      padding: 0 15px;
    }
    .legal-acts__title::before {
      display: none;
    }
  }
  @media (max-width: 850px) {
    .legal-acts__card {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .legal-acts__title {
      font-size: 20px;
    }
    .fa-download {
      margin-left: 5rem !important;
      font-size: 16px !important;
    }
    .legal-acts__subtitle {
      font-size: 15px;
    }
    .legal-acts__btn a {
      font-size: 13px;
    }
  }
  .task {
    margin-top: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .task__subtitle {
    color: #6a6a6a;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
  }
  .task__title {
    position: relative;
    margin-top: 30px;
    color: #1e63b5;
    font-size: 27px;
    font-weight: 700;
  }
  .task__title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #1e63b5;
    border-radius: 5px;
    bottom: -10px;
  }
  .task__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 1rem;
    margin-top: 50px;
  }
  .task__card-main {
    grid-column: 1/-1;
    background: #1e63b5;
    border-radius: 12px;
    padding: 20px;
    border-left: 13px solid #aeaeae;
    height: 250px;
  }
  .task-text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
  }
  .task-desc {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto;
    margin-top: 20px;
  }
  .task__card {
    background: #798184;
    padding: 20px;
    border-radius: 5px;
    border-top: 11px solid #d8d8d8;
    height: 250px;
  }
  @media (max-width: 768px) {
    .task .task__cards {
      grid-template-columns: 1fr;
    }
    .task .task__card-main {
      grid-column: auto;
    }
  }
  @media (max-width: 1300px) {
    .task {
      padding: 0 15px;
    }
  }
  @media (max-width: 768px) {
    .task__subtitle {
      font-size: 15px;
    }
    .task__title {
      font-size: 20px;
    }
    .task-text {
      font-size: 15px;
    }
    .task-desc {
      font-size: 13px;
    }
    .task__card-main {
      padding: 12px;
    }
    .task__card {
      padding: 12px;
    }
  }
  #form {
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 130px;
  }

  .form__title {
    color: #1c1c1c;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .form__subtitle {
    font-family: Roboto;
    font-size: 20px;
    color: #1e63b5;
    font-weight: 600;
    margin-top: 20px;
  }
  .form-registration__contact {
    width: 910px;
    padding: 15px;
    border-radius: 10px;
    border: none;
  }
  .form-registration-link {
    margin-top: 30px;
  }
  .form-registration__contact::-moz-placeholder {
    font-family: Roboto;
    color: #8d8d8d;
    font-size: 15px;
    font-weight: 500;
  }
  .form-registration__contact::placeholder {
    font-family: Roboto;
    color: #8d8d8d;
    font-size: 15px;
    font-weight: 500;
  }
  .form__name {
    color: #555353;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .form__button {
    margin-top: 30px;
  }
  .form__button a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #1e63b5;
    border-radius: 3px;
    padding: 12px;
    transition: 0.3s linear;
  }
  .form__button a:hover {
    background: #fff;
    border: 1px solid #1e63b5;
    color: #1e63b5;
  }
  @media (max-width: 1300px) {
    .form {
      padding: 0 15px;
    }
  }
  @media (max-width: 950px) {
    .form-registration__contact {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .form__title {
      font-size: 20px;
    }
    .form__subtitle {
      font-size: 15px;
    }
    .form-registration__contact::-moz-placeholder {
      font-size: 12px;
    }
    .form-registration__contact::placeholder {
      font-size: 12px;
    }
    .form__name {
      font-size: 13px;
    }
    .form__button a {
      font-size: 15px;
      padding: 10px 30px;
    }
  }
  #footer {
    margin-top: 100px;
    background: #1a252f;
    padding-bottom: 30px;
    padding-top: 80px;
  }
  #footer .container {
    max-width: 1440px;
  }
  .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__content {
    display: flex;
  }
  .footer__logo {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .footer__title {
    margin-left: 10px;
    width: 611px;
    color: #8d99a6;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .footer__subtitle {
    margin-top: 5px;
    margin-left: 10px;
    width: 611px;
    color: #8d99a6;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .footer__desc {
    font-family: Inter;
    color: #8d99a6;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .footer-content ul li {
    margin-top: 20px;
  }
  .footer-content ul li a {
    color: #8d99a6;
    font-size: 14px;
    font-weight: 500;
    font-family: Inter;
    transition: 0.2s ease;
  }
  .footer-content ul li a:hover {
    color: #e2e2e2;
  }
  .footer__applications {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer__applications::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f6eaea;
    border-radius: 2px;
    bottom: -40px;
  }
  .footer-app {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px;
    background: #172f4d;
    width: 50px;
    height: 40px;
    border-radius: 2px;
    transition: 0.3s linear;
  }
  .footer-app:hover {
    background: #1c4473;
    scale: 1.1;
  }
  .footer-slogan {
    font-family: Roboto Condensed;
    color: #8d99a6;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 60px;
  }
  @media (max-width: 1440px) {
    .footer {
      padding: 0 15px !important;
    }
    .footer-wrapper {
      gap: 30px;
    }
  }
  @media (max-width: 768px) {
    .footer__content {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    .footer__logo {
      width: 150px;
      height: 150px;
      -o-object-fit: cover;
      object-fit: cover;
    }
    .footer__title {
      width: 100%;
      font-size: 14px;
      margin-left: 0;
    }
    .footer__subtitle {
      font-size: 13px;
      width: 100%;
      margin-top: 10px;
      margin-left: 0;
    }
    .footer__desc {
      font-size: 14px;
    }
    .footer-app {
      width: 40px;
      height: 35px;
    }
    .fa-facebook-f {
      font-size: 20px !important;
    }
    .fa-square-instagram {
      font-size: 20px;
    }
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Open Sans;
  }
  .container {
    max-width: 1300px;
    margin: 0 auto;
  }
  a {
    text-decoration: none;
  }
  ul,
  li {
    list-style: none;
  }
  .fa-user {
    color: #8a8a8a;
    font-size: 20px;
    border: 1px solid #8a8a8a;
    padding: 6px 8px;
  }
  .fa-folder-open {
    font-size: 50px;
    color: #fff;
  }
  .fa-eye {
    /* color: #454545; */
    margin-right: 6px;
  }
  .fa-clock {
    /* color: #454545; */
    margin-right: 8px;
  }
  .fa-download {
    font-size: 25px;
    color: #11316e;
    margin-left: 16rem;
  }
  .fa-facebook-f {
    color: #fff;
    font-size: 25px;
  }
  .fa-square-instagram {
    color: #fff;
    font-size: 25px;
  }
  .state {
    margin-top: 100px;
  }
  .state__title {
    position: relative;
    color: #11316e;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
  }
  .state__title::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 53px;
    border-radius: 5px;
    background: #11316e;
    left: -8px;
    top: -10px;
  }
  .state__cards {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-radius: 3px;
  }
  .state__card {
    padding: 20px;
    width: 300px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px -2px 45px -22px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px -2px 45px -22px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px -2px 45px -22px rgba(0, 0, 0, 0.75);
    background: #11316e;
    border-radius: 5px;
    transition: 0.3s ease;
  }
  .state__card:hover {
    background: #173b81;
    scale: 1.1;
  }
  .state__card:hover h2 {
    color: #fff;
  }
  .state__image {
    width: 45px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .state__subject {
    width: 210px;
    margin-left: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .state-link {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
  }
  @media (max-width: 1200px) {
    .state {
      margin: 80px 30px;
    }
    .state__cards {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  @media (max-width: 768px) {
    .state__title {
      font-size: 30px;
      text-align: center;
    }
  }
  @media (max-width: 695px) {
    .state__subject {
      width: 100%;
    }
  }
  .burger {
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
    padding: 1rem;
    color: #fff;
    background: #1e63b5;
  }
  nav {
    background: #fff;
  }
  ul.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 10px 0;
  }
  ul.menu li {
    position: relative;
  }
  ul.menu li a {
    color: #1e63b5;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-left: 4px solid rgba(0, 0, 0, 0);
    transition: border-color 0.3s, background-color 0.3s;
  }
  ul.menu li a:hover {
    border-left: 4px solid #1e63b5;
    border-radius: 5px;
  }
  ul.submenu,
  ul.sub-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    max-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
  }
  ul.sub-submenu {
    left: 100%;
    top: 0;
  }
  li.has-submenu:hover > ul.submenu,
  li.has-sub-submenu:hover > ul.sub-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  ul.submenu li a,
  ul.sub-submenu li a {
    padding: 1rem 1.2rem;
    font-size: 14px;
    display: block;
    border-top: 1px solid #fff;
  }
  .nav-icon {
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 8px;
  }
  @media (max-width: 915px) {
    .burger {
      display: block;
    }
    ul.menu {
      display: none;
      flex-direction: column;
      padding: 0;
      background: #222;
      width: 100%;
    }
    ul.menu.active {
      display: flex;
    }
    ul.menu li a {
      border-left: none;
      padding: 1rem;
      border-bottom: 1px solid #444;
    }
    ul.submenu,
    ul.sub-submenu {
      position: static;
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
      display: none;
      background: #333;
    }
    li.has-submenu.open > ul.submenu,
    li.has-sub-submenu.open > ul.sub-submenu {
      display: block;
    }
    li.has-submenu > a::after {
      content: ' ▼';
      float: right;
      font-size: 0.8rem;
    }
  }

  .breadcrumbs-more {
    position: relative;
    display: flex;
    margin: 50px 0 0;
  }
  .breadcrumbs {
    position: relative;
    display: flex;
    align-items: center;
    margin: 50px -4px 0;
  }
  .breadcrumb__item,
  .breadcrumb__link,
  .breadcrumb__item {
    position: relative;
    display: block;
    margin: 0 5px;
    font-size: 14px;
    color: #454545;
    font-weight: 700;
    font-family: Inter;
    text-transform: uppercase;
  }
  .breadcrumb__item-option {
    position: relative;
    font-family: Inter;
    display: block;
    margin: 0 5px;
    font-size: 14px;
    line-height: 20px;
    color: #a0a0a0;
    font-weight: 700;
    text-transform: uppercase;
  }
  .breadcrumb-array {
    position: absolute;
    bottom: 0;
    right: -10px;
  }
  .fa-house {
    color: #bbb;
    margin-top: 4px;
  }
  @media (max-width: 1400px) {
    .breadcrumbs {
      margin: 50px 0 0 40px !important;
    }
  }
  @media (max-width: 430px) {
    .breadcrumbs {
      margin: 50px 0 0 30px !important;
    }
    .breadcrumb__item {
      font-size: 15px !important;
    }
  }
  @media (max-width: 430px) {
    .breadcrumbs-more {
      margin: 50px 0 0 20px !important;
    }
  }
  .navigation {
    margin-top: 35px !important;
    margin-bottom: 100px !important;
  }
  .navigation a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: left;
    color: #2f4097;
    border: 1px solid #2f4097;
    padding: 10px;
    border-radius: 2px;
    transition: 0.3s ease;
  }

  .navigation a:hover {
    background: #2f4097;
    color: #fff;
  }

  .navigation span {
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: left;
    color: #2f4097;
    /* border: 1px solid #2f4097; */
    padding: 10px;
    transition: 0.3s ease;
  }

  .navigation span:hover {
    background: #2f4097;
    color: #fff;
  }

  .section-title {
    margin-top: 50px;
    margin-bottom: 60px;
    color: #454545;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    font-family: Roboto;
  }

  @media (max-width: 1385px) {
    .pages {
      padding: 0 10px;
    }
  }

  @media (max-width: 768px) {
    .section-title {
      font-size: 26px;
    }
  }

  @media (max-width: 742px) {
    .content-gallery {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .navigation {
      margin-bottom: 50px !important;
    }

    .navigation span {
      font-size: 13px;
      padding: 7px;
    }

    .navigation a {
      font-size: 13px;
      padding: 7px;
    }
  }

  table {
    float: none !important;
  }

  .pages-text {
    margin-top: 50px !important;
    margin-bottom: 60px !important;
    color: #454545;
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    font-family: Roboto;
  }

  .pages-text p {
    padding-top: 20px;
  }

  @media (max-width: 550px) {
    .pages-text {
      font-size: 14px;
    }
  }

  .table {
    margin-top: 20px;
    float: none !important;
    width: 100% !important;
  }

  .table tr {
    color: #454545;
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
    font-family: Roboto;
  }

  .table td {
    padding: 10px !important;
  }

  .table p {
    padding: 10px;
  }

  .popup {
    padding: 10px;
  }

  .popup-image {
    width: 350px;
    height: 400px;
    object-fit: cover;
  }

  .employees__cards {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  .employees__card {
    margin: 0 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2px;
    padding: 5px;
    background: #454545;
    box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.75);
  }

  .employees-pic {
    width: 253px;
    height: 248px;
    object-fit: cover;
  }

  .employees-desc {
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 20px;
  }

  .employees-sub {
    padding-bottom: 10px;
    margin-top: 5px;
    color: #bab3b3;
    font-size: 14px;
    font-family: Inter;
    font-weight: 700;
    line-height: 20px;
  }

  @media (max-width: 1200px) {
    .employees {
      padding: 0 15px;
    }
  }

  @media (max-width: 535px) {
    .employees__title {
      font-size: 22px;
    }

    .employees__cards {
      justify-content: center;
    }
  }

  #employee-more .container {
    max-width: 1200px;
  }

  .employee-more {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .employee-more__content {
    border: 3px solid #454545;
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
  }

  .employee-more__title {
    color: #1b1b1b;
    font-family: Arial;
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
  }

  .employee-more__desc {
    margin-top: 20px;
    color: #1f1f1f;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }

  .employee-more-pic {
    width: 255px;
    height: 290px;
    object-fit: cover;
  }

  .employee-more-desc {
    color: #1b1b1b;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
  }

  .employee-more p {
    margin-top: 10px;
    color: #474849;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
  }

  .employee-more-sub {
    color: #252525;
    font-family: Inter;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
  }

  .employee-more-span {
    margin-left: 10px;
    color: #57595a;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
  }

  .employee-more-cnt {
    display: flex;
    margin-top: 20px;
  }

  .employee-more-rightside {
    margin-left: 20px;
  }

  @media (max-width: 1200px) {
    .employee-more {
      padding: 0 15px;
    }
  }

  @media (max-width: 675px) {
    .employee-more-pic {
      width: 200px;
      height: 180px;
    }

    .employee-more-rightside {
      margin-left: 5px;
    }

    .employee-more-desc {
      font-size: 16px;
    }

    .employee-more-sub {
      font-size: 14px;
    }

    .employee-more-span {
      font-size: 13px;
    }

    .employee-more__desc {
      font-size: 17px;
    }

    .employee-more-text {
      font-size: 16px;
    }

    .employee-more__title {
      font-size: 22px;
    }
  }

  @media (max-width: 485px) {
    .employee-more__content {
      justify-content: center;
    }
  }

  #map-sait .container {
    max-width: 1200px;
  }
  .map-sait {
    margin-top: 60px;
  }
  .map-sait__title {
    margin-top: 50px;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    font-family: Roboto;
  }
  .map-sait-main-link {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .map-sait__link {
    padding: 20px 44.5%;
    background: #1e63b5;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-family: Inter;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: underline;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    transition: 0.2s linear;
  }
  .map-sait__link:hover {
    background: #2a73cd;
  }
  .map-sait__cards {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .map-sait__card {
    margin-top: 20px;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    background: #1e63b5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    width: 143px;
    height: 240px;
  }

  .map-sait-wrap {
    text-align: center;
    margin-top: 10px;
  }

  .map-sait__card img {
    width: 54.25px;
    height: 54.25px;
  }
  .map-sait-link {
    margin-top: 7px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.6px;
    font-family: Inter;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: underline;
  }

  .map-sait-cnt div {
    text-align: center;
    width: 111px;
  }

  .map-sait-other div {
    text-align: center;
  }

  .map-sait-wrapper {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .map-sait-link-other {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: Inter;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: underline;
    transition: 0.3s ease;
  }

  .map-sait__content {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .map-sait-other {
    width: 175px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    background: #1e63b5;
    padding: 12px 15px;
    border-radius: 3px;
    transition: 0.3s linear;
  }

  .map-sait-other:hover {
    background: #3272c2;
  }

  .map-sait-cnt {
    margin-top: 20px;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    background: #1e63b5;
    padding: 12px 15px;
    /* width: 150px; */
    border-radius: 3px;
  }

  .map-sait__wrapp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .map-sait__cnt {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .map-sait__cnt a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .map-sait__cnt img {
    width: 140px;
    height: 141px;
  }
  .map-sait-subtitle {
    text-align: center;
    width: 330px;
    font-family: Arial;
    font-size: 28px;
    font-weight: 700;
    line-height: 31px;
    color: #fff;
  }
  @media (max-width: 1200px) {
    .map-sait {
      padding: 0 15px;
    }
    .map-sait__link {
      padding: 20px 43%;
    }
  }
  @media (max-width: 1200px) {
    .map-sait__link {
      padding: 20px 40%;
    }
  }
  @media (max-width: 610px) {
    .map-sait__link {
      padding: 20px 35%;
      font-size: 25px;
    }
    .map-sait-subtitle {
      font-size: 25px;
      width: 100%;
      margin-left: 10px;
    }
    .map-sait__cnt img {
      width: 100px;
      height: 100px;
    }
    .map-sait-link {
      font-size: 18px;
    }
  }
  @media (max-width: 455px) {
    .map-sait-subtitle {
      font-size: 20px;
    }
  }
  .faq__container {
    max-width: 1220px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .faq {
    position: relative;
    background: #1e63b5;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  .faq__content_question {
    cursor: pointer;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    width: 900px;
  }
  .faq__page-title {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
    font-family: Arial;
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
  }
  .faq__content_question::after {
    content: '+';
    position: absolute;
    top: 15px;
    right: 40px;
    font-size: 2.5rem;
    font-weight: 300;
    transform: rotate(-90deg);
    transition: all 0.3s 0s;
  }
  .faq-reveal::after {
    position: absolute;
    content: '';
    transform: rotate(0deg);
    background: #1e63b5;
    width: 40px;
    height: 4px;
    transition: all 0.3s 0s;
  }
  .faq__answer {
    max-height: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #fff;
    transition: all 0.5s ease-in-out;
  }
  .faq-reveal .faq__answer {
    max-height: 1000px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 25px;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
  }
  @media (max-width: 425px) {
    .faq__page-title {
      width: 500px;
      font-size: 18.5px;
    }
  }
  @media (max-width: 1220px) {
    .containerAnalogue {
      padding: 0 15px;
    }
  }

  @media (max-width: 1000px) {
    .faq__content_question {
      width: 100%;
    }
  }

  #result .container {
    max-width: 1200px;
  }
  .result {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .result__title {
    color: #fff;
    font-family: Arial;
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
  }
  .result__cards {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
  .result__card {
    flex-direction: column;
    width: 350px;
  }
  .result-pic {
    width: 350px !important;
    height: 200px !important;
    object-fit: cover;
  }
  .result__subtitle {
    margin-top: 20px;
    width: 100%;
    color: #213d80 !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    font-family: Inter;
    text-align: justify;
  }
  .result-data {
    color: #213d80;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-family: Inter;
    margin-right: 50px;
  }
  .result-cnt {
    margin-top: 30px;
    display: flex;
  }
  @media (max-width: 1200px) {
    .result {
      padding: 0 15px;
    }
  }
  @media (max-width: 530px) {
    .result__card {
      flex-direction: column;
      align-items: center;
    }
    .result__card {
      width: 100%;
    }

    .result-pic {
      height: auto !important;
      width: 100% !important;
    }

    .result__subtitle {
      margin-top: 30px;
    }
  }

  .news {
    margin-top: 60px;
  }

  .news__cards {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }

  .news__subtitle {
    margin-top: 20px;
    color: #2f4097;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    font-family: Inter;
    width: 400px;
    text-align: justify;
  }

  .news__desc {
    margin-bottom: 20px;
    margin-top: 20px;
    color: #454545;
    font-weight: 500;
    font-size: 16px;
    font-family: Inter;
    width: 400px;
    text-align: justify;
  }

  .news__desc {
    margin-top: 20px;
  }

  .news-time {
    color: #454545;
    font-weight: 700;
    font-size: 14px;
    font-family: Inter;
  }

  .news-viewing {
    margin-left: 10px;
    color: #454545;
    font-weight: 700;
    font-size: 14px;
    font-family: Inter;
  }

  .last-news-pic {
    width: 400px;
    height: 250px;
    object-fit: cover;
  }

  @media (max-width: 1440px) {
    .news {
      padding: 0 15px;
    }
  }

  @media (max-width: 860px) {
    .news__cards {
      justify-content: center;
    }
  }

  @media (max-width: 500px) {
    .news__subtitle {
      width: 100%;
      font-size: 17px;
    }

    .news__desc {
      width: 100%;
      font-size: 15px;
    }
  }

  @media (max-width: 1440px) {
    .last-news {
      padding: 0 15px;
    }
  }
  @media (max-width: 885px) {
    .news__title {
      text-align: center;
    }
    .last-news__cards {
      justify-content: center;
    }
  }
  @media (max-width: 500px) {
    .last-news__card {
      width: 330px;
    }
    .last-news-pic {
      width: 100%;
    }
    .last-news__subtitle {
      font-size: 17px;
      width: 100%;
    }

    .last-news__text {
      width: 100%;
    }

    .last-news__desc {
      font-size: 14px;
      width: 100%;
    }
    .last-news-time {
      font-size: 12px;
    }
    .last-news-viewing {
      font-size: 12px;
    }
    .last-news-btn {
      font-size: 16px;
    }
  }
  .fa-file-word {
    font-size: 50px;
    color: #fff;
  }
  .last-document {
    margin-top: 60px;
  }
  .last-document__title {
    position: relative;
    color: #fff;
    font-family: Inter;
    font-size: 30px;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
  }

  .last-document__cards {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .last-document__card {
    display: flex;
    position: relative;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    background: #666664;
    border: 1px solid #fff;
    transition: 0.3s linear;
  }

  .last-document__card:hover {
    background: #1e77b2;
  }

  .last-document__subtitle {
    width: 794px;
    margin-left: 20px;
    position: relative;
    color: #fff;
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
  }
  .last-document-cnt {
    margin-top: 30px;
    display: flex;
  }

  .last-document__subject {
    margin-left: 45px;
    position: relative;
    color: #d1c7c7;
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
  }

  @media (max-width: 1440px) {
    .last-document {
      padding: 0 15px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .last-document__title::before {
      width: 50% !important;
      left: -12rem;
    }

    .last-document__title::after {
      width: 50% !important;
      left: 23rem;
    }

    .last-document__subtitle {
      width: 100%;
    }
  }

  @media (max-width: 855px) {
    .last-document__title {
      font-size: 25px;
    }

    .last-document__title::before {
      width: 50% !important;
      left: -10rem;
    }

    .last-document__title::after {
      width: 50% !important;
      left: 19rem;
    }

    .last-document__subtitle {
      font-size: 14px;
    }

    .last-document__card {
      align-items: center;
    }

    .last-document-data {
      font-size: 11px;
    }

    .last-document-time {
      font-size: 11px;
    }

    .last-document-data::after {
      width: 15px;
    }

    .fa-file-word {
      font-size: 40px;
    }
  }

  @media (max-width: 635px) {
    .last-document__title {
      width: 250px;
      line-height: 28px;
    }

    .last-document__title::before {
      left: -3rem;
      width: 35% !important;
    }

    .last-document__title::after {
      width: 35% !important;
      left: 13rem;
    }
  }

  .article-more {
    margin-top: 100px;
  }
  .article-more__title {
    color: #1b1b1b;
    font-family: Arial;
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
  }
  .article-more__content {
    display: flex;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .article-more__subtitle {
    width: 100%;
    text-align: justify;
    margin-top: 20px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
  }
  .article-more__text {
    width: 100%;
    text-align: justify;
    margin-top: 15px;
    color: #454545;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
  }

  .article-more__text p {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .article-more__cnt {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  .article-more__views {
    display: flex;
    align-items: center;
    color: #454545;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 3px;
  }
  .article-more__views-date {
    display: flex;
    align-items: center;
    color: #454545;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
  }

  .article-more__image {
    width: 100%;
    height: 495px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  @media (max-width: 1200px) {
    .article-more {
      padding: 0 15px;
    }
  }
  @media (max-width: 1024px) {
    .article-more {
      align-items: center;
    }
  }
  @media (max-width: 1024px) {
    .article-more {
      align-items: center;
    }
    .article-more__image {
      height: 350px;
    }
  }
  @media (max-width: 500px) {
    .article-more__image {
      height: 250px;
    }

    .article-more__text {
      font-size: 13px;
    }
  }

  #about .container {
    max-width: 1200px;
  }
  .about {
    margin-top: 60px;
  }
  .about-text {
    margin-top: 30px;
  }
  .about__cards {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .about__card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about-picture {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 40px;
    border-radius: 5px;
  }
  .about-pic {
    width: 224px;
    height: 138px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
  }
  .about__title {
    margin-bottom: 15px;
    color: #1b1b1b;
    font-family: Arial;
    font-size: 26px;
    font-weight: 700;
  }
  .about__subtitle {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }
  .about__text {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  @media (max-width: 1200px) {
    .about {
      padding: 0 15px;
    }
  }
  @media (max-width: 1024px) {
    .about-picture {
      height: 400px;
    }
  }
  @media (max-width: 768px) {
    .about__card {
      flex-direction: column;
    }
    .about-picture {
      height: 300px;
    }
    .about-pic {
      width: 100%;
      height: 300px;
    }
  }
  @media (max-width: 500px) {
    .about-picture {
      height: 230px;
    }
    .about-pic {
      height: 230px;
    }
  }

  .article {
    margin-top: 30px;
  }
  .article__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article__card {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    background: #fff;
    margin-top: 40px;
    transition: 0.3s linear;
  }

  .article__card:hover {
    background: #e0e0e0;
  }

  .article-pic {
    width: 428px;
    height: 241px;
    object-fit: cover;
    border-radius: 5px;
  }
  .article__subtitle {
    color: #1e63b5;
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    width: 408px;
    text-align: left;
  }
  .article-cnt {
    padding: 0 10px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .article__desc {
    margin-top: 10px;
    color: #333;
    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    width: 350px;
    text-align: left;
    margin-bottom: 20px;
  }
  .article-time {
    color: #333;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .article-viewing {
    color: #333;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    float: right;
  }
  .article-button {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .article-btn {
    margin-bottom: 50px;
    color: #454545;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    border: 1px solid #454545;
    padding: 10px 30px;
    border-radius: 10px;
    transition: 0.3s linear;
  }
  .article-btn:hover {
    background: #454545;
    color: #fff;
  }
  .article__title {
    color: #1b1b1b;
    font-weight: 700;
    font-size: 26px;
    line-height: 27px;
    font-family: Arial;
    text-transform: uppercase;
  }
  @media (max-width: 1440px) {
    .article {
      padding: 0 15px;
    }
  }
  @media (max-width: 885px) {
    .article__title {
      text-align: center;
    }
    .article__cards {
      justify-content: center;
    }
  }
  @media (max-width: 500px) {
    .article__card {
      width: 330px;
    }
    .article-pic {
      width: 330px;
    }
    .article__subtitle {
      font-size: 17px;
      width: 100%;
    }
    .article__desc {
      font-size: 14px;
      width: 100%;
    }
    .article-time {
      font-size: 12px;
    }
    .article-viewing {
      font-size: 12px;
    }
    .article-btn {
      font-size: 16px;
    }
  }

  #info .container {
    max-width: 1200px;
  }

  .info {
    margin-top: 60px;
  }

  .info__cards {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .info__card {
    border-radius: 5px;
    margin-top: 20px;
    width: 387px;
    background: #173d86;
    box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.75);
    transition: 0.2s linear;
  }

  .info__card:hover {
    background: #3865ad;
  }

  .info__card:hover p {
    color: #fff;
  }

  .info-img {
    width: 387px;
    height: 230px;
    object-fit: cover;
    border-radius: 5px;
  }

  .info-text {
    text-align: justify;
    padding: 10px;
    color: #fff;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    width: 387px;
  }

  @media (max-width: 1200px) {
    .info {
      padding: 0 15px;
    }
  }

  @media (max-width: 800px) {
    .info__cards {
      justify-content: center;
    }
  }

  @media (max-width: 768px) {
    .info__title {
      font-size: 22px;
    }
  }

  @media (max-width: 415px) {
    .info__card {
      width: 375px;
    }

    .info-img {
      width: 375px;
    }

    .info-text {
      width: 375px;
      font-size: 15px;
    }
  }

  .container .internet_reception {
    max-width: 1340px;
  }

  .internet_reception__contact {
    width: 750px;
    height: 55px;
    background: #ffff;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    border-radius: 5px;
    margin-top: 30px;
    outline: none;
    padding: 12px;
    border: none;
  }

  .internet_reception__contact::placeholder {
    color: #333;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
  }

  .internet_reception__contact-link {
    margin-top: 50px;
    width: 750px;
    height: 90px;
    background: #ffff;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    border-radius: 6px;
    border: 2px solid #fff;
    margin-top: 30px;
    outline: none;
    padding: 12px;
    margin-bottom: 50px;
  }

  .internet_reception__contact-link::placeholder {
    color: #333;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
  }

  .internet_reception__btn {
    width: 150px;
    height: 50px;
    background: #1e63b5;
    color: #fff;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 30px;
    border: none;
    outline: none;
    padding: 12px;
  }

  .internet_reception__btn::placeholder {
    color: #fff;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
  }

  @media (max-width: 1440px) {
    .internet_reception {
      padding: 0 15px;
    }
  }

  @media (max-width: 800px) {
    .internet_reception__contact {
      width: 100%;
    }

    .internet_reception__contact-link {
      width: 100%;
    }
  }

  #object-more .container {
    max-width: 1200px;
  }

  .object-more {
    margin-top: 60px;
  }

  .table-content {
    margin-bottom: 30px;
  }

  .object-more__title {
    margin-top: 30px;
    margin-bottom: 50px;
    color: #454545;
    font-family: Arial;
    font-size: 26px;
    font-weight: 700;
  }

  .td_left__title {
    color: #454545;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }

  .td_left__subtitle {
    padding: 10px;
    width: 576px;
    color: #454545;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }

  .td_left {
    padding: 10px;
  }

  .td p a {
    color: #005b96;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
  }

  .content-gallery.popup-gallery a.popup img.popup-image {
    width: 300px !important;
    height: 200px !important;
    object-fit: cover;
    border-radius: 5px;
  }

  .frame_blc iframe {
    height: 100% !important;
  }

  @media (max-width: 1200px) {
    .object-more {
      padding: 0 15px;
    }
  }

  @media (max-width: 768px) {
    .td_left__subtitle {
      width: 100%;
    }
  }

  @media (max-width: 500px) {
    .td_left__title {
      font-size: 13px;
    }

    .td_left__subtitle {
      font-size: 13px;
    }
  }

  .documentsMore {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .documentsMore__iframe {
    text-align: center;
    margin-top: 50px;
    width: 100%;
    max-width: 1000px;
    height: 700px;
  }

  .documentsMore__main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
    margin-top: 40px;
  }

  .documentsMore__fields {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .documentsMore__download {
    border-radius: 4px;
    border: 1px solid #5a2c0a;
    background: transparent;
    padding: 10px;
    transition: 0.3s linear;
  }

  .documentsMore__download:hover {
    background: #454545;
  }

  .documentsMore__download a {
    color: #454545;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
  }

  .documentsMore__download:hover a {
    color: #fff;
  }

  .documentsMore__btn {
    display: inline;
    position: relative;
    margin-right: 10px;
    font-family: Arial;
  }

  .documentsMore__date {
    color: #454545;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
  }

  .documentsMore__location {
    color: #454545;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
  }

  .documentsMore__btn svg {
    background-color: #dcdcdc;
    padding: 7px 5px;
    border-radius: 4px;
    cursor: pointer;
    width: 1.3em;
    height: 1.3em;
  }

  .documentsMore__copy {
    display: none;
    background: #343434;
    color: #fff;
    position: absolute;
    top: -40px;
    right: 0;
    padding: 5px;
    border-radius: 3px;
    font-weight: 400;
    z-index: 2;
    font-size: 14px;
  }

  .documentsMore .active {
    display: block;
  }

  .document-more__title {
    color: #454545;
    font-family: Arial;
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
  }

  #news {
    margin-top: 90px;
  }
  #news-more .container {
    max-width: 1200px;
  }
  .news-more {
    margin-top: 100px;
  }
  .news-more__title {
    color: #454545;
    font-family: Arial;
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
  }
  .news-more__content {
    display: flex;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .news-more__subtitle {
    width: 100%;
    text-align: justify;
    margin-top: 20px;
    color: #454545;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
  }
  .news-more-text {
    width: 100%;
    text-align: justify;
    margin-top: 15px;
    color: #454545;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
  }
  .news-more__cnt {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  .news-more__views {
    display: flex;
    align-items: center;
    color: #454545;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 3px;
  }
  .news-more__views-date {
    display: flex;
    align-items: center;
    color: #454545;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
  }
  .news-more__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  @media (max-width: 1200px) {
    .news-more {
      padding: 0 15px;
    }
  }
  @media (max-width: 1024px) {
    .news-more {
      align-items: center;
    }
  }
  @media (max-width: 1024px) {
    .news-more {
      align-items: center;
    }
    .news-more__image {
      height: 350px;
    }
  }
  @media (max-width: 500px) {
    .news-more__image {
      height: 250px;
    }
  }

  .photogallery__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
  }

  @media (max-width: 396px) {
    .photogallery__card {
      justify-content: center !important;
    }
    .photogallery-pic {
      width: 350px !important;
      height: 200px !important;
    }
  }

  .lg-outer .lg-object {
    padding: 0 0 50px 0;
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    /* margin-bottom: 40px; */
  }

  .news-more__text p {
    color: #454545;
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
  }

  #lg-content-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  #lg-toolbar-1 {
    text-align: center;
    color: #454545;
    font-size: 18px;
    font-weight: 700;
  }

  @media (max-width: 768px) {
    .news-more__text p {
      font-size: 13px;
    }

    #lg-toolbar-1 {
      font-size: 15px;
    }
  }

  .photogallery-pic {
    width: 350px;
    height: 400px;
    object-fit: cover;
  }

  @media (max-width: 550px) {
    .photogallery-pic {
      width: 100%;
      height: 250px;
    }
  }

  .footer-gallery__title {
    color: #8d99a6;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
    max-width: 1000px;
    width: 90%;
  }

  .gallery-item {
    border-radius: var(--accent-radius);
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  }

  .gallery-item img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
  }

  .lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .lightbox.active {
    display: flex;
  }

  .lightbox img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  }

  .lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: var(--text-main);
    cursor: pointer;
    user-select: none;
    transition: opacity 0.2s ease;
  }

  .lightbox-close:hover {
    opacity: 0.7;
  }

  .footer .footer-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .footer .footer__gallery-content {
    flex: 0 0 360px; 
    min-width: 260px;
    max-width: 420px;
  }

  .footer .footer__gallery-content .gallery {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; 
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 6px 0;
    margin: 0;
    background: transparent;
  }

  .footer .footer__gallery-content .gallery-item {
    flex: 0 0 92px;
    height: 68px; 
    border-radius: 8px;
    overflow: hidden;
    display: block;
    background: #0f1112;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  }

  .footer .footer__gallery-content .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.22s ease;
  }
  .footer .footer__gallery-content .gallery-item:hover img {
    transform: scale(1.06);
  }

  .footer {
    padding: 24px 0;
  }

  @media (max-width: 880px) {
    .footer .footer-wrapper {
      flex-wrap: wrap;
      gap: 18px;
    }
    .footer .footer__gallery-content {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .footer .footer__gallery-content .gallery {
      overflow-x: auto;
      gap: 10px;
    }
    .footer .footer__gallery-content .gallery-item {
      flex: 0 0 96px;
      height: 72px;
    }
  }
