﻿@charset "UTF-8";
@font-face {
  font-family: "fa-brands-400";
  src: url("/Content/fonts/fa-brands-400.woff2");
}
@font-face {
  font-family: "fa-regular-400";
  src: url("/Content/fonts/fa-regular-400.woff2");
}
@font-face {
  font-family: "fa-solid-900";
  src: url("/Content/fonts/fa-solid-900.woff2");
}
@font-face {
  font-family: "fontawesome-webfont";
  src: url("/Content/fonts/fontawesome-webfont.woff2");
}
@font-face {
  font-family: "MarkGEO-Regular";
  src: url("/Content/fonts/MarkGEO-Regular.woff");
}
@font-face {
  font-family: "MarkGEOBold";
  src: url("/Content/fonts/MarkGEOBold.woff2");
}
@font-face {
  font-family: "MarkGEOCAPSBold";
  src: url("/Content/fonts/MarkGEOCAPSBold.woff2");
}
@font-face {
  font-family: "MarkGEOCAPSLight";
  src: url("/Content/fonts/MarkGEOCAPSLight.woff2");
}
/*------------------------------------*\
  Medias start
\*------------------------------------*/
/*------------------------------------*\
Commons
\*------------------------------------*/
:root {
  --color-white: #fff;
  --color-black: #000;
  --active-blue: #1e87f0;
  --menu-blue: #10438b;
  --hover-blue: #0d3978;
  --color-gray: #6c757d;
  --text-blue: #0068de;
  --date-blue: #024693;
  --socials-gray: #6c779d;
  --copyright-black: #000b23;
  --form-blue: #0066CC;
  --border-lightGray: #ebebeb;
  --bcg-gray: #eaeaea;
  --table-title-gray: #565656;
  --border-gray: #f2f2f2;
  --card-gray: #f5f5f5;
  --card-border-gray: #e8e8e8;
  --table-gray: #dee2e6;
  --btn-blue: #10438b;
  --btn-green: #14ad8f;
  --btn-green: #14ad8f;
  --alert-red: #721c24;
  --bcg-pink: #f8d7da;
  --bcg-border: #f5c6cb;
  --breadcrumb-dark-blue: #1c284f;
  --breadcrumb-light-blue: #10438b;
  --team-bcg-blue: #f0f3fd;
  --text-light-blue: #10438b;
  --btn-border-blue: #007bc4;
  --info-title-blue: #003399;
  --info-btn-blue: #028bff;
  --info-hover-blue: #0056b3;
  --investigate-hover-blue: #007bff;
  --text-black: #444;
  --structure-black: #333;
  --color-black: #313131;
  --slider-bcg: #787f90;
  --useful-links-img: #f0f0f0;
  --news-card-gray: #f5f5f5;
  --news-time-blue: #00214f;
  --news-img-border: #dadada;
}

* {
  font-family: "MarkGEO-Regular";
  box-sizing: border-box;
}

body {
  background-color: var(--team-bcg-blue);
}

.uk-lightbox-toolbar {
  font-family: "MarkGEO-Regular" !important;
}

.uk-lightbox {
  background: rgba(0, 0, 0, 0.7);
}

ul.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-body {
  background-color: var(--color-white);
  padding: 40px 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .main-col {
    width: 66.6666%;
  }
  .aside-content {
    width: 33.3333%;
  }
}
.border-all {
  border-right: 1px solid var(--border-gray);
  padding-left: 10px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .border-all {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .border-all {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .border-all {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 360px) {
  .border-all {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.container {
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.mg-20 {
  margin-bottom: 20px;
}

.uk-tooltip {
  font-family: "MarkGEO-Regular";
  line-height: 1.3;
  text-align: center;
}

header .section-main {
  background-image: url("/Content/images/home_b.png");
  background-position: center;
  height: 120px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
header .section-main .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  header .container {
    flex-direction: column;
  }
}

.header-lang-mobile {
  display: none;
}

.header-left {
  display: flex;
  align-items: center;
}
.header-left a img {
  max-width: 400px;
}
@media (max-width: 1199px) {
  .header-left a img {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .header-left a img {
    max-width: 290px;
  }
}
@media (max-width: 768px) {
  .header-left {
    display: flex;
    justify-content: space-between;
  }
  .header-left a img {
    max-width: 200px;
  }
  .header-left .header-lang-mobile {
    display: flex;
  }
  .header-left .header-lang-mobile .lang-card li a {
    font-size: 12px;
  }
}

.header-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-right .header-left-top {
  display: flex;
  justify-content: space-between;
}
.header-right .header-left-top .header-lang {
  display: flex;
  justify-content: space-between;
}
.header-right .header-left-top .header-socials {
  display: flex;
  justify-content: space-between;
  width: 130px;
}
.header-right .header-left-top .header-socials a i {
  color: var(--color-white);
  font-size: 19px;
}
@media (max-width: 768px) {
  .header-right .header-left-top .header-socials {
    width: 90px;
  }
}

@media (max-width: 768px) {
  .header-right {
    flex-direction: row-reverse;
    align-items: end;
    margin-top: 15px;
  }
  .header-right .header-left-top .header-lang {
    display: none;
  }
}
.search-input input {
  color: var(--color-white);
}

.search-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-white);
  padding: 5px;
}
.search-input input {
  background: transparent;
  border: none;
  font-family: "MarkGEO-Regular";
  font-size: 14px;
  width: 205px;
}
.search-input input::placeholder {
  color: var(--color-white);
}
.search-input input:focus::placeholder {
  opacity: 0;
}
.search-input input:focus {
  font-family: "MarkGEO-Regular";
  font-size: 14px;
  color: var(--color-white);
}
.search-input button {
  background: transparent;
  border: none;
  background-image: url("/Content/images/search_i.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 22px;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .search-input {
    padding: 3px;
  }
  .search-input input {
    width: 165px;
    font-size: 12px;
  }
}

.lang-card .lang-item {
  list-style: none;
}
.lang-card .lang-item a {
  color: var(--active-blue);
  font-family: "MarkGEOCAPSLight";
  font-size: 14px;
  padding: 0 4px;
}
.lang-card .lang-item.active a {
  color: white;
}

.lang-card:first-child a {
  border-right: 1px solid white;
}

.menu-toggler {
  all: unset;
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .menu-toggler {
    display: block;
  }
}
.menu-toggler svg {
  width: 40px;
}

i.fa-chevron-down {
  display: none;
}
@media (max-width: 991px) {
  i.fa-chevron-down {
    display: block;
  }
}

.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

@media (max-width: 991px) {
  .main-nav {
    position: absolute;
    left: 16px;
    top: 40px;
    z-index: 1;
    background: var(--color-white);
    opacity: 0;
    pointer-events: none;
  }
  .main-nav.show-nav {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.6s;
    max-width: 300px;
    box-shadow: -1px 9px 15px -4px rgb(66, 68, 90);
  }
}
.main-nav ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .main-nav ul {
    flex-wrap: wrap;
  }
  .main-nav ul .uk-drop {
    position: static;
    width: 100%;
    max-width: none !important;
  }
}
@media (max-width: 991px) {
  .main-nav ul li {
    width: 100%;
  }
}
.main-nav ul li a {
  display: block;
  padding: 15px;
  font-size: 14px;
  font-family: "MarkGEOBold";
  color: var(--color-black);
}
@media (max-width: 991px) {
  .main-nav ul li a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
}
.main-nav ul li a[href="#"] {
  cursor: default;
}
.main-nav ul li a:hover {
  background-color: var(--menu-blue);
  color: var(--color-white);
}

.nav-main {
  box-shadow: 0 1px 10px 0 var(--color-gray);
  background-color: var(--color-white);
}
@media (max-width: 991px) {
  .nav-main {
    position: relative;
    min-height: 40px;
    background: var(--color-white);
  }
}

.nav-dropdown {
  display: none;
  background-color: var(--menu-blue);
  padding: 0;
}
.nav-dropdown ul {
  display: flex;
  flex-direction: column;
}
.nav-dropdown ul li {
  white-space: nowrap;
  display: block;
}
@media (max-width: 991px) {
  .nav-dropdown ul li {
    white-space: unset;
  }
}
.nav-dropdown ul li a {
  color: var(--color-white);
  font-size: 14px;
  font-family: "MarkGEOBold";
  display: block;
}
@media (max-width: 991px) {
  .nav-dropdown ul li a {
    line-height: 1.3;
  }
}
.nav-dropdown ul li a:hover {
  background-color: var(--hover-blue);
}

.nav-parent:hover a {
  background-color: var(--menu-blue);
  color: var(--color-white);
}

.i.fa-chevron-down {
  transition: transform 0.3s ease;
}

.nav-parent a[aria-expanded=true] i.fa-chevron-down {
  transform: rotate(180deg);
}

.breadcrumb-top {
  background-color: var(--breadcrumb-dark-blue);
}
.breadcrumb-top div h1 {
  padding: 28px 0;
  font-size: 24px;
  color: var(--color-white);
  font-family: "MarkGEOCAPSBold";
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .breadcrumb-top div h1 {
    padding: 20px 0;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .breadcrumb-top div h1 {
    padding: 15px 0;
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .breadcrumb-top div h1 {
    padding: 15px 0;
    font-size: 16px;
  }
}

.main-breadcrumb {
  background-color: var(--breadcrumb-light-blue);
  padding: 7px 0;
}
.main-breadcrumb .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 0 0 0px;
  font-size: 14px;
  font-family: "MarkGEOCAPSLight";
  color: var(--color-white);
}
.main-breadcrumb .uk-breadcrumb > * > * {
  font-size: 12px;
  font-family: "MarkGEOCAPSLight";
  color: var(--color-white);
}
.main-breadcrumb .uk-breadcrumb a[href="#"],
.main-breadcrumb .uk-breadcrumb a[href*=contact],
.main-breadcrumb .uk-breadcrumb a[href*=angarishebi],
.main-breadcrumb .uk-breadcrumb a[href*=career],
.main-breadcrumb .uk-breadcrumb a[href*=stajireba],
.main-breadcrumb .uk-breadcrumb > li:last-child a[href*=PublicInformation],
.main-breadcrumb .uk-breadcrumb a[href*=UsefulLinks],
.main-breadcrumb .uk-breadcrumb a[href*=what_is_public_info],
.main-breadcrumb .uk-breadcrumb > li:last-child a[href*="n/partnership"],
.main-breadcrumb .uk-breadcrumb > li:last-child a[href*="n/memorandums"],
.main-breadcrumb .uk-breadcrumb a[href*="n/video"],
.main-breadcrumb .uk-breadcrumb > li:last-child a[href*="n/what_we_investigate"],
.main-breadcrumb .uk-breadcrumb > li:last-child a[href*=team],
.main-breadcrumb .uk-breadcrumb > li:last-child a[href*=PhotoGallery],
.main-breadcrumb .uk-breadcrumb a[href*=ReportAboutCrime],
.main-breadcrumb .uk-breadcrumb > li:last-child a[href*="n/news"],
.main-breadcrumb .uk-breadcrumb a[href*=investigation_service],
.main-breadcrumb .uk-breadcrumb > li:last-child a[href*=team],
.main-breadcrumb .uk-breadcrumb a[href*=Structura],
.main-breadcrumb .uk-breadcrumb a[href*="fl/samartlebrivi_baza"] {
  pointer-events: none;
}
.main-breadcrumb .uk-breadcrumb > :last-child > span {
  font-size: 12px;
  font-family: "MarkGEOCAPSLight";
  color: var(--color-white);
}

.team-card {
  display: flex;
  width: 100%;
}
.team-card .figure-box figure {
  min-width: 360px;
  position: relative;
  overflow: hidden;
}
.team-card .figure-box figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.team-card .figure-box figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .team-card .figure-box figure {
    min-width: auto;
  }
}
.team-card .team-info {
  flex: 1;
  background-color: var(--team-bcg-blue);
  padding: 60px 32px;
}
.team-card .team-info h2 {
  color: var(--copyright-black);
  font-size: 16px;
  font-family: "MarkGEOCAPSBold";
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}
.team-card .team-info p {
  color: var(--text-light-blue);
  font-size: 20px;
  font-family: "MarkGEOCAPSBold";
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .team-card .team-info {
    padding: 70px 20px;
  }
  .team-card .team-info h2 {
    font-size: 14px;
  }
  .team-card .team-info p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .team-card {
    flex-direction: column;
  }
  .team-card .team-info {
    padding: 20px 20px 60px 20px;
  }
  .team-card .team-info h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .team-card .team-info {
    flex: 1;
    background-color: var(--team-bcg-blue);
  }
  .team-card .team-info h2 {
    font-size: 14px;
  }
  .team-card .team-info p {
    font-size: 18px;
  }
}

.team-wrap > li {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .team-wrap > li {
    justify-self: center;
    min-width: 100%;
  }
}

.btn-more {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-white);
  padding: 10px 34px 10px 15px;
  font-family: "MarkGEOBold";
  font-size: 14px;
  color: var(--copyright-black);
  border: 1px solid var(--color-white);
  background-image: url(/Content/images/background_arrow.png);
  background-repeat: no-repeat;
  background-position: 90%;
}
.btn-more:hover {
  color: var(--copyright-black);
  border: 1px solid var(--btn-border-blue);
}

.team-header {
  display: flex;
  background-color: var(--breadcrumb-dark-blue);
  margin-bottom: 25px;
}
.team-header .team-header-left {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.team-header .team-header-left:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.team-header .team-header-left .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-header .team-header-right {
  padding: 60px 32px;
  width: 100%;
}
.team-header .team-header-right h2 {
  color: var(--color-white);
  font-size: 16px;
  font-family: "MarkGEOCAPSBold";
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}
.team-header .team-header-right h3 {
  color: var(--color-white);
  font-size: 20px;
  font-family: "MarkGEOCAPSBold";
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .team-header .team-header-right {
    padding: 60px 20px;
  }
  .team-header .team-header-right h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .team-header .team-header-right h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .team-header .team-header-right {
    padding: 20px 20px 40px 30px;
  }
}
@media (max-width: 768px) {
  .team-header {
    flex-direction: column;
    justify-self: center;
    max-width: 530px;
  }
}

.team-member-info {
  color: var(--copyright-black);
  font-size: 20px;
  font-family: "MarkGEOBold";
  margin-bottom: 20px;
}
.team-member-info .work_b {
  background-color: var(--news-card-gray);
  margin-top: 20px;
}
.team-member-info .work_b .block_w {
  padding: 15px 20px 0;
  border-bottom: 1px solid #e6e3e3;
}
.team-member-info .work_b .block_w .data_m {
  color: var(--copyright-black);
  font-size: 12px;
  font-family: "MarkGEOBold";
  margin-bottom: 3px;
  line-height: 1.5;
}
.team-member-info .work_b .block_w .work_p {
  color: var(--copyright-black);
  font-size: 14px;
  font-family: "MarkGEO-Regular";
  margin-bottom: 15px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .team-member-info .work_e {
    font-size: 16px;
  }
}

.el-form {
  position: relative;
}
@media (max-width: 300px) {
  .el-form {
    overflow-x: auto;
  }
}
.el-form h2 {
  color: var(--card-text);
  font-size: 18px;
  font-family: "MarkGEOCAPSBold";
  margin-bottom: 35px;
}
.el-form h1 {
  text-align: center;
  color: var(--btn-green);
  background-color: rgba(20, 173, 145, 0.12);
  border: 1px solid var(--btn-green);
  font-size: 18px;
  font-family: "MarkGEOCAPSLight";
  padding: 40px 20px;
  border-radius: 4px;
}
.el-form form {
  padding: 60px 50px;
  border: 1px solid var(--border-gray);
  border-radius: 10px;
}
.el-form form ul li .input-label {
  margin-bottom: 8px;
}
.el-form form ul li .input-label label {
  color: var(--form-blue);
  font-size: 12px;
  font-family: "MarkGEO-Regular";
  display: inline-block;
  margin-bottom: 5px;
}
.el-form form ul li input {
  width: 100%;
  max-width: inherit;
  height: 50px;
  border: 1px solid var(--border-lightGray);
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 25px;
  font-size: 16px;
  padding: 0 10px;
  color: var(--btn-blue);
}
.el-form form ul li input:focus {
  border: 1px solid var(--btn-blue);
}
.el-form form ul li textarea {
  width: 100%;
  max-width: inherit;
  height: 200px;
  border: 1px solid var(--border-lightGray);
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 25px;
  font-size: 16px;
  padding: 10px 10px;
  color: var(--btn-blue);
}
.el-form form ul li textarea:focus {
  border: 1px solid var(--btn-blue);
}
@media (max-width: 768px) {
  .el-form form {
    border: none;
    padding: 20px 10px;
  }
}
@media (max-width: 360px) {
  .el-form form {
    border: none;
    padding: 10px 0;
  }
}

.captcha-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 380px;
}
@media (max-width: 768px) {
  .captcha-wrapper {
    max-width: 270px;
  }
}

.captcha-image {
  margin-bottom: 24px;
}

.btn-box {
  display: flex;
  flex-direction: column;
}

.btn-area {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 52px;
  width: 132px;
  font-size: 14px;
  font-family: "MarkGEOBold";
  color: var(--color-white);
  background-color: var(--btn-blue);
  background-image: url(/Content/images/form_background.png);
  background-repeat: no-repeat;
  background-position: 13px center;
  border-radius: 3px;
  cursor: pointer;
  border: none;
}
.btn-area span {
  margin-left: 25px;
}
@media (max-width: 360px) {
  .btn-area {
    align-self: center;
  }
}

.btn-submit {
  align-self: flex-end;
}
@media (max-width: 360px) {
  .btn-submit {
    align-self: center;
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
.btn-submit button {
  background-color: var(--btn-green);
  border: var(--btn-green);
  padding: 16px 56px;
  font-size: 16px;
  font-family: "MarkGEOBold";
  color: var(--color-white);
  border-radius: 3px;
  cursor: pointer;
}

#file-info {
  margin-top: 10px;
  color: var(--btn-blue);
  font-size: 14px;
  font-family: "MarkGEO-Regular";
  word-break: break-word;
  margin-bottom: 12px;
  line-height: 1.3;
}

#file-error {
  color: var(--alert-red);
  background-color: var(--bcg-pink);
  border: 1px solid var(--bcg-border);
  padding: 12px 20px;
  border-radius: 4px;
  line-height: 1.3;
}

input.error, textarea.error {
  border: 1px solid #ff0000 !important;
}

.validation-summary-errors-custom {
  display: block;
  color: var(--alert-red);
  background-color: var(--bcg-pink);
  border: 1px solid var(--bcg-border);
  padding: 12px 20px;
  border-radius: 4px;
  margin-top: -10px;
  margin-bottom: 12px;
  line-height: 1.3;
}

#text-error {
  color: var(--alert-red);
  background-color: var(--bcg-pink);
  border: 1px solid var(--bcg-border);
  padding: 12px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.3;
}

.field-validation-error {
  display: block;
  color: var(--alert-red);
  background-color: var(--bcg-pink);
  border: 1px solid var(--bcg-border);
  padding: 12px 20px;
  border-radius: 4px;
  margin-top: -10px;
  margin-bottom: 12px;
  line-height: 1.3;
}

@media (max-width: 300px) {
  .public-info-wrap {
    overflow-x: auto;
  }
}

.eng-public-title {
  font-size: 18px;
  font-family: "MarkGEOCAPSBold";
  color: var(--copyright-black);
  text-align: center;
}

.public-info-title {
  color: var(--info-title-blue);
  background-color: var(--bcg-gray);
  padding: 16px 0;
  padding-left: 14px;
  padding-right: 10px;
  font-size: 14px;
  font-family: "MarkGEO-Regular";
  font-weight: bold;
  line-height: 18px;
  width: 100%;
  display: flex;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .public-info-title {
    padding: 10px 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3;
  }
}

.info-title-wrap {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
.info-title-wrap .info-subtitle {
  color: var(--form-blue);
  font-family: "MarkGEO-Regular";
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 768px) {
  .info-title-wrap {
    padding: 0 10px;
  }
}

.info-link-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.info-link-wrap .info-link-one, .info-link-wrap .info-link-two {
  text-decoration: none;
  color: var(--copyright-black);
  font-size: 14px;
  font-family: "MarkGEO-Regular";
  line-height: 18px;
}
.info-link-wrap .info-link-one a, .info-link-wrap .info-link-two a {
  text-decoration: none;
  color: var(--copyright-black);
  font-size: 14px;
  font-family: "MarkGEO-Regular";
  line-height: 1.5;
}
.info-link-wrap .info-link-one a:hover, .info-link-wrap .info-link-two a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .info-link-wrap .info-link-one, .info-link-wrap .info-link-two {
    line-height: 16px;
  }
  .info-link-wrap .info-link-one a, .info-link-wrap .info-link-two a {
    line-height: 1.3;
  }
}

.info-link-one, .subtitle-one {
  width: 60%;
}

.info-link-two, .subtitle-two {
  width: 30%;
}

.file-container {
  padding: 0 15px;
}

.go-back-btn button {
  border: none;
  background: none;
  padding: 0 0;
  font-family: "MarkGEO-Regular";
  color: var(--info-btn-blue);
  font-size: 16px;
}
.go-back-btn button:hover {
  color: var(--info-hover-blue);
  text-decoration: underline;
}
@media (max-width: 768px) {
  .go-back-btn button {
    font-size: 14px;
  }
}

.file-info-wrap {
  border-top: 1px solid var(--table-gray);
}
@media (max-width: 300px) {
  .file-info-wrap {
    overflow-x: auto;
  }
}
.file-info-wrap .file-table {
  width: 100%;
  border-collapse: collapse;
}
.file-info-wrap .file-table thead {
  border-bottom: 2px solid var(--table-gray);
}
.file-info-wrap .file-table thead tr th {
  padding: 15px 12px;
  vertical-align: bottom;
  font-family: "MarkGEO-Regular";
  color: var(--table-title-gray);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .file-info-wrap .file-table thead tr th {
    padding: 15px 7px;
    line-height: 1.3;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .file-info-wrap .file-table thead tr th {
    font-size: 13px;
  }
}
.file-info-wrap .file-table tbody tr td {
  padding: 15px 12px;
  font-family: "MarkGEO-Regular";
  color: var(--table-title-gray);
  font-size: 14px;
  border-bottom: 1px solid var(--table-gray);
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .file-info-wrap .file-table tbody tr td {
    padding: 15px 7px;
    line-height: 1.3;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .file-info-wrap .file-table tbody tr td {
    font-size: 13px;
  }
}

.table-title-one, .table-content-one {
  width: 50%;
  text-align: left;
}
@media (max-width: 768px) {
  .table-title-one, .table-content-one {
    width: 33.33%;
  }
}

.table-title-two, .table-content-two {
  width: 25%;
  text-align: center;
}
@media (max-width: 768px) {
  .table-title-two, .table-content-two {
    width: 33.33%;
  }
}

.table-title-three, .table-content-three {
  width: 25%;
  text-align: center;
}
@media (max-width: 768px) {
  .table-title-three, .table-content-three {
    width: 33.33%;
  }
}

.file-error {
  font-family: "MarkGEO-Regular";
  font-weight: bold;
  font-size: 14px;
  padding: 20px 12px;
  border: 2px solid var(--table-gray);
  background-color: var(--border-lightGray);
  text-align: center;
  color: var(--socials-gray);
}

.table-content-two, .table-content-three, .table-content-one {
  vertical-align: middle;
}

.page-title {
  display: none;
}

.about-text {
  line-height: 18px;
  padding: 0 15px;
}
.about-text h2 {
  font-family: "MarkGEOCAPSBold";
  color: var(--form-blue);
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.about-text h3 {
  font-size: 14px;
  font-family: "MarkGEO-Regular";
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--form-blue);
}
.about-text h3 > *:not(:first-child) {
  margin-top: 35px;
}
.about-text p {
  font-size: 14px;
  font-family: "MarkGEO-Regular";
  color: var(--text-black);
  margin-bottom: 20px;
  line-height: 1.5;
}
.about-text p strong {
  color: var(--copyright-black);
  font-weight: bold;
}
.about-text .career-social {
  margin-bottom: 20px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.about-text .career-social .career-social-item {
  font-weight: bold;
}
.about-text a {
  font-size: 14px;
  font-family: "MarkGEO-Regular";
  line-height: 1.5;
  color: var(--text-black);
  word-break: break-word;
}
.about-text a:hover {
  color: var(--info-btn-blue);
}
.about-text ul {
  font-size: 14px;
  font-family: "MarkGEO-Regular";
  color: var(--text-black);
  padding-left: 8px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.about-text ul li {
  margin-bottom: 8px;
}
.about-text .career-list-item, .about-text .public-info-list-item {
  list-style: disc;
  list-style-position: inside;
  padding-left: 16px;
  margin-bottom: 8px;
}
.about-text .career-text-item {
  padding-left: 30px;
  margin-bottom: 8px;
}
@media (max-width: 360px) {
  .about-text p {
    line-height: 1.3;
    font-size: 14px;
  }
  .about-text h3 {
    font-size: 13px;
    margin-bottom: 9px;
    line-height: 1.3;
  }
  .about-text .career-text-item {
    padding-left: 15px;
  }
}

.page-title {
  font-family: "MarkGEOCAPSBold";
  color: var(--form-blue);
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 18px;
}

.map-box {
  width: 100%;
  padding: 28px;
  background: #f0f3fd;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
}
.map-box iframe {
  display: block;
  display: block;
}
@media (max-width: 768px) {
  .map-box {
    padding: 20px;
  }
}

.contact-top-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.contact-top-box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 74.1176470588%;
}
.contact-top-box .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-top-box img {
  margin-bottom: 20px;
}
.contact-top-box h2 {
  font-family: "MarkGEO-Regular";
  font-weight: bold;
  color: var(--text-black);
  font-size: 14px;
  line-height: 1.5;
}
.contact-top-box p {
  font-family: "MarkGEO-Regular";
  color: var(--text-black);
  font-size: 14px;
  line-height: 1.5;
}
.contact-top-box a {
  font-family: "MarkGEO-Regular";
  font-size: 14px;
  line-height: 1.5;
}

.contact-top-box:before {
  display: none;
}

.contact-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.contact-cards li {
  max-width: calc(33.33% - 20px);
  width: 100%;
  margin-bottom: 20px;
}
.contact-cards li div {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.contact-cards li div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 73.3944954128%;
}
.contact-cards li div .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .contact-cards li div {
    max-width: 100%;
  }
}
.contact-cards li h2 {
  font-family: "MarkGEOBold";
  font-weight: bold;
  color: var(--color-black);
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.contact-cards li p {
  font-family: "MarkGEO-Regular";
  color: var(--text-black);
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.contact-cards li a {
  font-family: "MarkGEO-Regular";
  font-size: 14px;
}
@media (max-width: 1199px) {
  .contact-cards li {
    max-width: 30%;
  }
}
@media (max-width: 768px) {
  .contact-cards li {
    min-width: 100%;
    margin-bottom: 45px;
  }
}

.contact-cards li .ratio-img:before {
  display: none;
}

.ministry-structure-section {
  background-color: white;
  padding-top: 50px;
  overflow: hidden;
}

.ministry-structure-scroll-wrapper {
  overflow-x: auto;
  width: 100%;
}

.ministry-structure-section-inner {
  background-image: url("/Content/images/structura.png");
  background-repeat: no-repeat;
  margin-top: 30px;
  height: 1000px;
  width: 1140px;
  align-items: center;
  background-position: center;
}

.structure-lvl-one {
  display: flex;
  justify-content: center;
  text-align: center;
}
.structure-lvl-one h2 {
  padding-top: 35px;
  margin-left: -20px;
  color: var(--color-white);
  font-family: "MarkGEOCAPSLight";
  font-size: inherit;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

.structure-lvl-two {
  display: flex;
  margin-top: 60px;
  align-items: center;
  height: 74px;
}
.structure-lvl-two div {
  display: flex;
  width: 127px;
  height: 73px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.structure-lvl-two div h3 {
  color: var(--color-white);
  font-family: "MarkGEO-Regular";
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.structure-lvl-three {
  display: flex;
  text-align: center;
  margin-left: 237px;
}
.structure-lvl-three .lvl-three-one,
.structure-lvl-three .lvl-three-two,
.structure-lvl-three .lvl-three-three,
.structure-lvl-three .lvl-three-four {
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.structure-lvl-three .lvl-three-one a,
.structure-lvl-three .lvl-three-two a,
.structure-lvl-three .lvl-three-three a,
.structure-lvl-three .lvl-three-four a {
  color: var(--color-white);
  font-family: "MarkGEO-Regular";
  font-size: 12px;
  font-weight: bold;
}

.structure-center {
  display: flex;
  margin-top: 35px;
  margin-left: 300px;
  position: relative;
}

.structure-modal-content {
  display: flex;
}

.structure-lvl-four {
  display: flex;
  flex-direction: column;
  width: 120px;
  text-align: center;
  margin-left: 95px;
  position: relative;
}

.structure-lvl-five {
  display: flex;
  flex-direction: column;
  width: 120px;
  text-align: center;
  margin-left: 65px;
  margin-top: 40px;
  position: relative;
}

.structure-lvl-six {
  display: flex;
  flex-direction: column;
  width: 120px;
  text-align: center;
  margin-left: 30px;
  margin-top: 32px;
  position: relative;
}

.structure-lvl-seven {
  display: flex;
  flex-direction: column;
  width: 120px;
  text-align: center;
  margin-left: 53px;
  margin-top: 35px;
  position: relative;
}

.structure-lvl-eight {
  display: flex;
  flex-direction: column;
  width: 120px;
  text-align: center;
  margin-left: 45px;
  margin-top: 40px;
  position: relative;
}

.structure-lvl-nine {
  display: flex;
  flex-direction: column;
  width: 120px;
  text-align: center;
  margin-left: 45px;
  margin-top: -17px;
  position: relative;
}

.structure-mid-title h3 {
  color: var(--text-black);
  font-family: "MarkGEO-Regular";
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.structure-bottom-title, .structure-bottom-title > a {
  color: var(--structure-black);
  font-family: "MarkGEO-Regular";
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

.uk-modal-body {
  min-height: 300px;
  max-height: 540px;
  width: 830px;
  overflow-y: auto;
  padding: 40px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .uk-modal-body {
    padding: 30px;
  }
}
.uk-modal-body .close-btn {
  background-image: url("/Content/images/close.png");
  background-repeat: no-repeat;
  opacity: 0.5;
  background-position: center;
  width: 44px !important;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background-color: transparent;
}
.uk-modal-body .close-btn:hover {
  opacity: 0.75;
}
.uk-modal-body .uk-modal-title {
  color: #1c284f;
  line-height: 1.3;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "MarkGEOCAPSBold";
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .uk-modal-body .uk-modal-title {
    font-size: 14px;
  }
}
.uk-modal-body ul li {
  font-family: "MarkGEO-Regular";
  font-size: 14px;
  color: var(--text-black);
  line-height: 1.5;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 8px;
}
@media (max-width: 360px) {
  .uk-modal-body .uk-modal-title {
    font-size: 14px;
  }
}

.uk-modal-body::-webkit-scrollbar {
  width: 10px;
  height: 200px;
}

.uk-modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.uk-modal-body::-webkit-scrollbar-thumb {
  background: #a8badd;
}
.uk-modal-body::-webkit-scrollbar-thumb:hover {
  background: #92a7d0;
}

.file-card {
  min-height: 82px;
  background-color: var(--card-gray);
  display: flex;
  align-items: center;
  padding: 5px 20px;
  margin-bottom: 20px;
  border: 1px solid var(--card-border-gray);
}
.file-card h2 {
  font-size: 14px;
  font-family: "MarkGEOBold";
  color: var(--copyright-black);
}
.file-card:hover h2 {
  color: var(--btn-border-blue);
}
@media (max-width: 1199px) {
  .file-card h2 {
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .file-card {
    padding: 0 10px;
  }
  .file-card h2 {
    text-align: center;
  }
}

.file-wrap {
  padding: 0 10px;
}

.file-card-img {
  min-height: 82px;
  background-color: var(--card-gray);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid var(--card-border-gray);
}
.file-card-img .card-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  min-width: 80px;
  border-right: 1px solid var(--card-border-gray);
}
.file-card-img .card-img-wrap img {
  position: relative;
  overflow: hidden;
}
.file-card-img .card-img-wrap img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 88%;
}
.file-card-img .card-img-wrap img .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.file-card-img h2 {
  font-size: 14px;
  font-family: "MarkGEOBold";
  color: var(--copyright-black);
  padding-left: 20px;
  line-height: 1.5;
}
.file-card-img:hover h2 {
  color: var(--btn-border-blue);
}
@media (max-width: 1199px) {
  .file-card-img h2 {
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .file-card-img {
    flex-direction: column;
    border: none;
  }
  .file-card-img h2 {
    padding: 0 10px 15px 10px;
    text-align: center;
  }
  .file-card-img .card-img-wrap {
    border: none;
  }
}

.card-useful-link {
  min-height: 82px;
  width: 100%;
  background-color: var(--card-gray);
  display: flex;
  align-items: center;
  flex: 1;
  margin-bottom: 20px;
  border: 1px solid var(--card-border-gray);
}
.card-useful-link h2 {
  font-size: 16px;
  font-family: "MarkGEOBold";
  color: var(--copyright-black);
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.4;
}
.card-useful-link:hover h2 {
  color: var(--btn-border-blue);
}
.card-useful-link .useful-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  min-width: 160px;
  width: 160px;
  border-right: 1px solid var(--card-border-gray);
  padding: 8px;
  background-color: var(--useful-links-img);
}
.card-useful-link .useful-img-wrap img {
  max-height: 70px;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .card-useful-link {
    flex-direction: column;
  }
  .card-useful-link h2 {
    font-size: 14px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .card-useful-link .useful-img-wrap {
    border: none;
    background-color: transparent;
  }
}

.hero-main {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .hero-main {
    flex-direction: column;
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .hero-main {
    padding-top: 30px;
  }
}

.slider-box {
  width: 65%;
}
.slider-box .uk-slider-items a {
  display: block;
}
@media (max-width: 991px) {
  .slider-box {
    width: 100%;
    align-self: center;
  }
  .slider-box .uk-slider-items a {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .slider-box {
    width: 100%;
    align-self: center;
  }
  .slider-box .uk-slider-items a {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .slider-box {
    width: 100%;
  }
}

.hero-main-right {
  flex: 1;
}

.slider-content {
  position: relative;
}
.slider-content a figure {
  position: relative;
  overflow: hidden;
}
.slider-content a figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57.1232876712%;
}
.slider-content a figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-content a h2 {
  font-family: "MarkGEOCAPSBold";
  color: var(--color-white);
  font-size: 18px;
  bottom: 30px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.slider-content a .uk-overlay-primary {
  position: relative;
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.8) 100%);
}
.slider-content a .uk-overlay {
  padding: 20px 25px;
}
@media (max-width: 991px) {
  .slider-content {
    position: relative;
  }
  .slider-content a figure {
    position: relative;
    overflow: hidden;
    width: 690px;
  }
  .slider-content a figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 57.1232876712%;
  }
  .slider-content a figure .ratio-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slider-content a h2 {
    max-width: 690px;
  }
}
@media (max-width: 768px) {
  .slider-content a figure {
    position: relative;
    overflow: hidden;
  }
  .slider-content a figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 57.1232876712%;
  }
  .slider-content a figure .ratio-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slider-content a h2 {
    font-size: 15px;
    bottom: 5px;
  }
  .slider-content a .uk-overlay {
    padding: 15px 8px;
  }
}
@media (max-width: 360px) {
  .slider-content a figure {
    position: relative;
    overflow: hidden;
    width: 328px;
  }
  .slider-content a figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 57.1232876712%;
  }
  .slider-content a figure .ratio-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slider-content a h2 {
    font-size: 14px;
    bottom: 10px;
    max-width: 328px;
  }
}

.uk-dotnav > * {
  margin-top: 10px;
}

.uk-dotnav > * > * {
  background-color: var(--slider-bcg);
  border: none;
}

.uk-dotnav > * > :hover {
  background-color: var(--slider-bcg);
}

.uk-dotnav > .uk-active > * {
  background-color: #0068de;
}

.hero-main-right {
  display: flex;
  padding-left: 38px;
  gap: 15px;
  flex-direction: column;
}
.hero-main-right a figure {
  position: relative;
  overflow: hidden;
}
.hero-main-right a figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.5714285714%;
}
.hero-main-right a figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .hero-main-right {
    width: 100%;
    flex-direction: row;
    padding-left: 0px;
    justify-content: center;
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .hero-main-right {
    width: 100%;
    flex-direction: row;
    padding-left: 0px;
    justify-content: center;
    padding-top: 20px;
  }
}
@media (max-width: 360px) {
  .hero-main-right {
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding-top: 15px;
  }
}

.hero-right-top, .hero-right-bottom {
  position: relative;
}
.hero-right-top h2, .hero-right-bottom h2 {
  position: absolute;
  font-family: "MarkGEOCAPSBold";
  color: var(--color-white);
  font-size: 18px;
  bottom: 15px;
  left: 20px;
  right: 8px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .hero-right-top, .hero-right-bottom {
    width: 340px;
    min-width: 130px;
  }
}
@media (max-width: 768px) {
  .hero-right-top, .hero-right-bottom {
    max-width: 48%;
  }
  .hero-right-top h2, .hero-right-bottom h2 {
    font-size: 15px;
    left: 8px;
  }
}
@media (max-width: 360px) {
  .hero-right-top, .hero-right-bottom {
    max-width: 100%;
  }
  .hero-right-top h2, .hero-right-bottom h2 {
    font-size: 14px;
  }
}

.home-bottom {
  background-color: var(--color-white);
  padding-bottom: 70px;
  margin-bottom: -50px;
}
.home-bottom .news-heading {
  font-family: "MarkGEOCAPSBold";
  font-size: 28px;
  line-height: 1.2;
  margin: 20px 0;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .home-bottom .news-heading {
    font-size: 20px;
  }
}

.main-news-card {
  border: 1px solid var(--news-card-gray);
  padding: 20px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  background-image: Url("/Content/images/background_news.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 768px) {
  .main-news-card {
    padding: 15px 20px;
  }
}

.main-news-card-content {
  background-color: var(--news-card-gray);
  padding: 10px;
}
.main-news-card-content time {
  font-size: 11px;
  color: var(--date-blue);
  display: inline-block;
  margin-bottom: 10px;
}
.main-news-card-content h2 {
  font-size: 14px;
  color: var(--date-blue);
  font-family: "MarkGEOCAPSLight";
  line-height: 1.5;
  color: var(--structure-black);
  font-weight: bold;
  margin-bottom: 10px;
}
.main-news-card-content p {
  font-family: "MarkGEO-Regular";
  font-size: 14px;
  color: var(--copyright-black);
  line-height: 1.5;
}

.main-news-list a:hover .main-news-card {
  border: 1px solid var(--btn-border-blue);
}
.main-news-list a:hover .main-news-card-content h2 {
  color: var(--btn-border-blue);
}

.all-news-box {
  padding-bottom: 50px;
}
.all-news-box a {
  font-family: "MarkGEO-Regular";
  font-size: 14px;
  color: var(--copyright-black);
}
.all-news-box a:hover {
  text-decoration: underline;
}

.news-list-page ul {
  display: flex;
  flex-direction: column;
}
.news-list-page ul li {
  margin-bottom: 30px;
}
.news-list-page ul li a article time {
  font-size: 12px;
  color: var(--news-time-blue);
  font-family: "MarkGEO-Regular";
  margin-bottom: 10px;
  display: inline-block;
}
.news-list-page ul li a article h2 {
  color: var(--structure-black);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  font-family: "MarkGEOCAPSLight";
}
.news-list-page ul li a article p {
  font-family: "MarkGEO-Regular";
  font-size: 14px;
  color: var(--structure-black);
  line-height: 1.5;
}
.news-list-page ul li a img {
  max-width: 208px;
  float: left;
  padding: 3px;
  border: 1px solid var(--news-img-border);
  margin: 4px 14px 10px 0;
}
@media (max-width: 768px) {
  .news-list-page ul li a img {
    float: none;
    max-width: none;
    margin: 0px 0px 15px 0px;
    width: 100%;
    height: auto;
  }
}
.news-list-page ul li a:hover h2 {
  color: var(--btn-border-blue);
}

.article-page .single-article {
  margin-bottom: 20px;
}
.article-page .single-article h1, .article-page .single-article h2, .article-page .single-article h3, .article-page .single-article h4, .article-page .single-article h5, .article-page .single-article h6 {
  margin-bottom: 16px;
}
.article-page .single-article p {
  font-family: "MarkGEO-Regular";
  font-size: 14px;
  color: var(--copyright-black);
  line-height: 1.5;
  margin-bottom: 16px;
}
.article-page .single-article img {
  float: left;
  max-width: 300px;
  margin: 4px 14px 10px 0;
}
@media (max-width: 768px) {
  .article-page .single-article img {
    float: none;
    max-width: none;
    margin: 0px 0px 15px 0px;
    width: 100%;
    height: auto;
  }
}
.article-page .single-article strong {
  font-weight: bold;
}
.article-page .single-article em {
  font-style: italic !important;
  color: var(--copyright-black);
  font-family: "MarkGEOCAPSLight";
  font-size: 12px;
}
.article-page .single-article a {
  text-decoration: none;
  color: var(--copyright-black);
  word-break: break-word;
}
.article-page .single-article a:hover {
  color: var(--active-blue);
}
.article-page .single-article ul {
  margin-bottom: 16px;
  padding-left: 8px;
}
.article-page .single-article ul li {
  list-style: disc;
  font-size: 14px;
  list-style-position: inside;
  line-height: 1.3;
  margin-bottom: 8px;
}
.article-page .single-article ol {
  margin-bottom: 16px;
  padding-left: 8px;
}
.article-page .single-article ol li {
  list-style: auto;
  font-size: 14px;
  list-style-position: inside;
  line-height: 1.3;
  margin-bottom: 8px;
}
.article-page .single-article::after {
  content: "";
  display: table;
  clear: both;
}

.article-title-section time {
  font-size: 12px;
  color: var(--news-time-blue);
  font-family: "MarkGEO-Regular";
  margin-bottom: 20px;
  display: inline-block;
}
.article-title-section h1 {
  color: var(--structure-black);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "MarkGEOCAPSLight";
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .article-title-section h1 {
    font-size: 14px;
  }
}

.article-bottom-slider {
  padding: 28px;
  background: #f0f3fd;
  border: 1px solid #d7d7d7;
  align-items: center;
  position: relative;
}
.article-bottom-slider .uk-slider-container ul li {
  padding-right: 0;
}
.article-bottom-slider .uk-slider-container ul li figure {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.article-bottom-slider .uk-slider-container ul li figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 46.3295269168%;
}
.article-bottom-slider .uk-slider-container ul li figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-bottom-slider .uk-slider-container ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nav-hover-controls {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.nav-hover-controls a {
  pointer-events: auto;
}

.article-bottom-slider:hover .nav-hover-controls {
  opacity: 1;
  pointer-events: auto;
}

.uk-position-center-left-out,
.uk-position-center-right-out {
  top: 50%;
  transform: translateY(-90%);
  position: absolute;
  padding: 8px;
  font-size: 42px;
  color: #000;
  margin-right: -30px;
  margin-left: -30px;
}

.zoom-wrapper {
  position: relative;
}
.zoom-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  background-image: url("/Content/images/lightbox_button_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.zoom-wrapper:hover::after {
  opacity: 1;
}

@media (max-width: 991px) {
  .zoom-wrapper::after {
    opacity: 1;
  }
}
.investigate-list {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  margin-left: -20px;
}
@media (max-width: 768px) {
  .investigate-list {
    display: flex;
    flex-direction: column;
  }
}
.investigate-list li {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .investigate-list li {
    width: 100%;
    margin-bottom: 35px;
  }
}
.investigate-list li a article {
  max-width: 338px;
}
.investigate-list li a article figure {
  position: relative;
  overflow: hidden;
}
.investigate-list li a article figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.5680473373%;
}
.investigate-list li a article figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investigate-list li a article img {
  float: none;
}
.investigate-list li a article div {
  text-align: center;
}
.investigate-list li a article div h2 {
  font-size: 14px;
  color: var(--copyright-black);
  line-height: 1.3;
  margin-top: 10px;
  display: inline-block;
  font-family: "MarkGEOBold";
}
@media (max-width: 991px) {
  .investigate-list li a article {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .investigate-list li a article {
    max-width: 100%;
  }
}
.investigate-list li a:hover article div h2 {
  color: var(--btn-border-blue);
}
.investigate-list li p,
.investigate-list li time {
  display: none !important;
}

.memorandums-list a li article img {
  display: none;
}
.memorandums-list a li article div h2 {
  font-size: 14px;
  color: var(--date-blue);
  font-family: "MarkGEOCAPSLight";
  line-height: 1.5;
  color: var(--structure-black);
  font-weight: bold;
  margin-bottom: 10px;
}
.memorandums-list a li article div p {
  font-family: "MarkGEO-Regular";
  font-size: 14px;
  color: var(--copyright-black);
  line-height: 1.5;
}
.memorandums-list a li article div time {
  font-size: 11px;
  color: var(--date-blue);
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .memorandums-list a li article div h2 {
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .memorandums-list a li article div time {
    margin-bottom: 5px;
  }
}
.memorandums-list a:hover div h2 {
  color: var(--btn-border-blue);
}

.partnerships-list a li article img {
  display: none;
}
.partnerships-list a li article div h2 {
  font-size: 14px;
  color: var(--date-blue);
  font-family: "MarkGEOCAPSLight";
  line-height: 1.5;
  color: var(--structure-black);
  font-weight: bold;
  margin-bottom: 10px;
}
.partnerships-list a li article div p {
  font-family: "MarkGEO-Regular";
  font-size: 14px;
  color: var(--copyright-black);
  line-height: 1.5;
}
.partnerships-list a li article div time {
  font-size: 11px;
  color: var(--date-blue);
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .partnerships-list a li article div h2 {
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .partnerships-list a li article div time {
    margin-bottom: 5px;
  }
}
.partnerships-list a:hover div h2 {
  color: var(--btn-border-blue);
}

.error-section {
  height: 100vh;
  width: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--breadcrumb-dark-blue);
}
@media (max-width: 991px) {
  .error-section {
    width: 100%;
  }
}
@media (max-width: 300px) {
  .error-section {
    overflow-x: auto;
  }
}
.error-section a {
  margin-top: 30px;
  padding: 20px 30px;
  background-color: var(--color-white);
  text-align: center;
  font-size: 16px;
  font-family: "MarkGEOCAPSBold";
  line-height: 1.5;
  color: var(--breadcrumb-dark-blue);
  border-radius: 5px;
}
.error-section a:hover {
  color: var(--btn-border-blue);
}

.error-body {
  background-color: var(--breadcrumb-dark-blue);
}

.section-404 {
  background-color: var(--breadcrumb-dark-blue);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.section-404 img {
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
}
.section-404 h1 {
  color: var(--color-white);
  text-align: center;
  font-size: 16px;
  font-family: "MarkGEOCAPSBold";
  line-height: 1.5;
}
.section-404 h2 {
  color: var(--color-white);
  text-align: center;
  font-family: "MarkGEOCAPSBold";
  line-height: 1.3;
}
.section-404 h2 span:first-of-type {
  font-size: 160px;
  font-family: "MarkGEOCAPSBold";
}
@media (max-width: 991px) {
  .section-404 h2 span:first-of-type {
    font-size: 120px;
  }
}
.section-404 h2 span:last-of-type {
  font-size: 40px;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 991px) {
  .section-404 h2 span:last-of-type {
    font-size: 30px;
  }
}
.section-404 p {
  color: var(--color-white);
  text-align: center;
  font-size: 16px;
  font-family: "MarkGEO-Regular";
  line-height: 1.5;
}

.search-card {
  border: 1px solid var(--news-card-gray);
  padding: 20px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  background-image: Url("/Content/images/background_news.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.search-card-content {
  background-color: var(--news-card-gray);
  padding: 20px 10px;
}
.search-card-content time {
  font-size: 11px;
  color: var(--date-blue);
  display: inline-block;
  margin-bottom: 8px;
}
.search-card-content h2 {
  font-size: 13px;
  color: var(--date-blue);
  font-family: "MarkGEOCAPSLight";
  line-height: 1.5;
  color: var(--structure-black);
  font-weight: bold;
}

.search-list a:hover .search-card {
  border: 1px solid var(--btn-border-blue);
}
.search-list a:hover .search-card-content h2 {
  color: var(--btn-border-blue);
}

.search-page-header {
  background-color: var(--team-bcg-blue);
  padding: 20px 30px;
  margin-bottom: 30px;
}
.search-page-header .search-page-header-top h2 {
  font-size: 14px;
  font-family: "MarkGEO-Regular";
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--form-blue);
}
.search-page-header .search-page-header-bottom h1, .search-page-header .search-page-header-bottom p {
  font-size: 16px;
  color: var(--date-blue);
  font-family: "MarkGEO-Regular";
  line-height: 1.5;
  color: var(--structure-black);
  font-weight: bold;
  margin-bottom: 5px;
}
.search-page-header .search-page-header-bottom h1 strong, .search-page-header .search-page-header-bottom p strong {
  color: var(--breadcrumb-light-blue);
  font-size: 20px;
}
.search-page-header .search-page-header-bottom p {
  font-size: 14px;
}

.photogallery-list li a .photo-gallery-card {
  position: relative;
  max-width: 686px;
}
.photogallery-list li a .photo-gallery-card figure {
  position: relative;
  overflow: hidden;
}
.photogallery-list li a .photo-gallery-card figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6180758017%;
}
.photogallery-list li a .photo-gallery-card figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photogallery-list li a .photo-gallery-card time {
  color: var(--color-white);
  background-color: var(--text-blue);
  font-size: 12px;
  padding: 5px 15px;
  font-family: "MarkGEO-Regular";
  position: absolute;
  left: 0;
  bottom: 90px;
}
@media (max-width: 768px) {
  .photogallery-list li a .photo-gallery-card time {
    bottom: 20px;
  }
}
.photogallery-list li a .photo-gallery-card h2 {
  color: var(--color-white);
  background-color: var(--breadcrumb-dark-blue);
  font-size: 14px;
  padding: 20px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-family: "MarkGEOCAPSBold";
  line-height: 1.2;
}
@media (max-width: 768px) {
  .photogallery-list li a .photo-gallery-card h2 {
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 360px) {
  .photogallery-list li a .photo-gallery-card h2 {
    font-size: 12px;
    padding: 10px 15px;
  }
}
.photogallery-list li a:hover h2 {
  background-color: var(--text-blue);
}

.video-card a {
  display: block;
}
.video-card .video-cover {
  position: relative;
  overflow: hidden;
}
.video-card .video-cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 74.1839762611%;
}
.video-card .video-cover .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-card .video-cover::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("/Content/images/play_icon.svg");
  background-position: center;
  width: 50px;
  height: 50px;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.video-card .video-caption {
  background-color: var(--breadcrumb-dark-blue);
  padding: 10px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-card .video-caption .video-title {
  color: var(--color-white);
  font-size: 12px;
  font-family: "MarkGEOCAPSLight";
  line-height: 1.2;
}
.video-card .video-caption .video-date, .video-card .video-caption h3 {
  color: var(--text-blue);
  font-size: 12px;
  font-family: "MarkGEO-Regular";
  display: inline;
}
.video-card .video-caption .video-description:has(h3) .video-date::before {
  content: " -";
}

.image-gallery-inside li a {
  max-width: 290px;
  position: relative;
  overflow: hidden;
}
.image-gallery-inside li a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 86.2068965517%;
}
.image-gallery-inside li a .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#calendar {
  width: 323px;
  background-color: var(--team-bcg-blue);
  padding: 0 10px 20px;
}
@media (max-width: 768px) {
  #calendar {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  #calendar {
    margin-top: 30px;
  }
}
@media (max-width: 360px) {
  #calendar {
    max-width: 100%;
  }
}

#calendar .a-date {
  pointer-events: none;
}

#calendar .a-date.event {
  pointer-events: auto;
}

#calTbody .a-date.event > span {
  color: #0077C0 !important;
}

#calTbody .a-date.event:before {
  display: none;
}

#monthYear {
  font-family: "MarkGEO-Regular";
  font-size: 16px;
  line-height: 1.3;
  color: var(--copyright-black);
}

#calThead > div {
  font-family: "MarkGEO-Regular";
  color: var(--date-blue);
  font-size: 13px !important;
  padding: 8px !important;
  display: block;
}

#calTbody > div > span {
  color: var(--copyright-black);
  font-size: 14px !important;
  font-family: "MarkGEO-Regular";
  padding: 4px;
  display: block;
}

#calTbody > button > span {
  color: var(--copyright-black);
  font-size: 14px !important;
  font-family: "MarkGEO-Regular";
  padding: 4px;
  display: block;
}

#calTbody .a-date.current {
  background-color: var(--breadcrumb-light-blue);
  border-radius: 50%;
  height: 42px;
}
#calTbody .a-date.current span {
  color: var(--color-white);
}

#calTbody .a-date.focused, #calTbody .a-date:active {
  background: transparent !important;
}

#calTbody .a-date:hover {
  cursor: pointer;
}

.aside-icons-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 10px;
}
.aside-icons-section .icon-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 62px;
  margin-bottom: 6px;
  border: 1px solid #edecec;
}
.aside-icons-section .icon-card:hover {
  background-color: var(--team-bcg-blue);
}
@media (max-width: 1199px) {
  .aside-icons-section {
    max-width: 323px;
  }
}
@media (max-width: 768px) {
  .aside-icons-section .icon-card {
    width: 100px;
  }
}

.regional-card {
  background-image: url("/Content/images/map_i.png");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 180px;
  max-width: 323px;
  background-color: var(--team-bcg-blue);
  position: relative;
  margin-top: 30px;
}
.regional-card h3 {
  color: var(--color-white);
  font-size: 18px;
  font-family: "MarkGEOCAPSBold";
  padding: 10px 0 10px 25px;
  position: absolute;
  line-height: 1.5;
  bottom: 0;
  background: #295a98;
  opacity: 0.7;
  width: 100%;
}
.regional-card:hover h3 {
  opacity: 0.8;
}
@media (max-width: 360px) {
  .regional-card h3 {
    font-size: 16px;
  }
}

.internship-card {
  background-image: url("/Content/images/internship.png");
  background-repeat: no-repeat;
  background-color: var(--btn-border-blue);
  height: 87px;
  max-width: 323px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 25px;
}
.internship-card h3 {
  color: var(--color-white);
  font-size: 18px;
  font-family: "MarkGEOCAPSBold";
  padding-left: 25px;
  width: 200px;
  line-height: 1.5;
}
.internship-card:hover {
  opacity: 0.9;
}
@media (max-width: 360px) {
  .internship-card h3 {
    font-size: 16px;
  }
}

.solidaroba-section img {
  margin-top: 30px;
}
.solidaroba-section:hover {
  opacity: 0.9;
}

.contactus-card {
  background-color: var(--team-bcg-blue);
  max-width: 323px;
  padding: 25px 15px;
  margin-top: 30px;
}
.contactus-card .contactus-info {
  display: flex;
  flex-direction: column;
}
.contactus-card h3 {
  font-size: 16px;
  color: var(--date-blue);
  line-height: 1.3;
  font-family: "MarkGEOCAPSBold";
  margin-bottom: 16px;
}
.contactus-card p {
  text-decoration: none;
  font-family: "MarkGEO-Regular";
  font-size: 14px;
  color: var(--text-black);
  display: inline-block;
  margin-bottom: 16px;
}
.contactus-card .contactus-mail:hover p, .contactus-card .contactus-tel:hover p {
  color: var(--info-hover-blue);
  text-decoration: underline;
}
@media (max-width: 768px) {
  .contactus-card {
    min-width: 323px;
  }
}

.contactus-mail-icon {
  color: #5f83b7;
  font-size: 14px;
  padding-right: 15px;
}

.contactus-tel > p {
  margin-left: 16px;
}

@media (max-width: 991px) {
  .aside-main {
    justify-items: center;
    border-top: 2px solid var(--color-black);
  }
}
@media (max-width: 768px) {
  .aside-main {
    justify-items: center;
    border-top: 2px solid var(--color-black);
  }
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li a {
  display: inline;
  border: solid 1px #ececec;
  padding: 5px 12px;
  font-size: 12px;
  color: #aaaaaa;
  font-weight: bold;
  background: #fff;
  line-height: 23px;
  text-decoration: none;
}

#news-data .pagination li a span, #content .pagination li a span {
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 0px;
}
#news-data .pagination li a:hover, #content .pagination li a:hover {
  background: #efefef;
}

.pagination li a span {
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 0px;
}
.pagination li a:hover {
  background: #efefef;
}

ul.pagination {
  margin-top: 50px;
  margin-bottom: 30px;
}

.pagination li:first-child a span {
  color: #0068de;
}
.pagination li:last-child a span {
  color: #0068de;
}

#news-data .pagination li:first-child a span, #content .pagination li:first-child a span {
  color: #0068de;
}
#news-data .pagination li:last-child a span, #content .pagination li:last-child a span {
  color: #0068de;
}

#news-data .page-item.disabled, #content .page-item.disabled {
  display: none;
}

#news-data .page-item.active a {
  background-color: #0068de !important;
  color: var(--color-white);
}

#content .page-item.active a {
  background-color: #0068de !important;
  color: var(--color-white);
}

.my-totop-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #0068de;
  opacity: 0.6;
  width: 64px;
  height: 64px;
  z-index: 1000;
}
.my-totop-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 40px;
  color: white;
}
@media (max-width: 991px) {
  .my-totop-button {
    bottom: 10px;
    right: 4px;
    width: 45px;
    height: 45px;
  }
}

.my-totop-button:hover {
  opacity: 1;
  transition: 0.7s;
}
.my-totop-button:hover svg {
  color: #444;
}

.main-footer {
  border-top: 2px solid var(--color-black);
  background-color: var(--color-white);
  margin-top: 60px;
}
.main-footer .main-footer-top {
  margin-top: 48px;
}
.main-footer .main-container nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .main-footer .main-container nav ul .footer-section-title:first-child {
    margin-bottom: 30px;
  }
}
.main-footer .main-container nav ul li {
  width: 33.33%;
}
@media (max-width: 768px) {
  .main-footer .main-container nav ul li {
    width: 100%;
  }
}
.main-footer .main-container nav ul li a {
  color: var(--color-black);
  font-size: 14px;
  font-family: "MarkGEOCAPSBold";
  margin-bottom: 10px;
  display: inline-block;
}
.main-footer .main-container nav ul li a[href="#"] {
  pointer-events: none;
}
.main-footer .main-container nav ul li a:hover {
  text-decoration: underline;
  text-decoration-color: var(--color-black);
}
@media (max-width: 991px) {
  .main-footer .main-container nav ul li a {
    line-height: 1.2;
  }
}
@media (max-width: 360px) {
  .main-footer .main-container nav ul li a {
    font-size: 12px;
  }
}
.main-footer .main-container nav ul li ul li {
  margin-left: 12px;
  position: relative;
  width: 100%;
}
.main-footer .main-container nav ul li ul li a {
  font-size: 14px;
  font-family: "MarkGEO-Regular";
}
.main-footer .main-container nav ul li ul li a::before {
  content: "•";
  position: absolute;
  font-family: Arial, sans-serif;
  left: -15px;
  top: -1px;
  font-size: 20px;
  color: var(--color-black);
}
.main-footer .main-container nav ul li ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 360px) {
  .main-footer .main-container nav ul li ul li a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .main-footer .main-container nav ul {
    display: flex;
    flex-direction: column;
  }
}

.footer-socials {
  margin-bottom: 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
}
.footer-bottom .footer-copyright {
  color: var(--copyright-black);
  font-size: 14px;
  font-family: "MarkGEO-Regular";
}
@media (max-width: 360px) {
  .footer-bottom {
    padding-top: 15px;
    flex-direction: column;
    gap: 10px;
  }
}

.footer-icons {
  display: flex;
  justify-content: space-between;
  width: 130px;
  align-items: center;
}
.footer-icons a {
  font-size: 19px;
  color: var(--socials-gray);
}

.footer-titles.active-nav, .footer-child.active-nav {
  color: var(--text-blue) !important;
}
.footer-titles.active-nav::before, .footer-child.active-nav::before {
  color: var(--text-blue) !important;
}
