.text-red {
  color: #c30f08 !important;
}
body {
  min-width: 320px;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
.container {
  max-width: 1810px;
  padding-left: 20px;
  padding-right: 20px;
}
a {
  text-decoration: none;
  transition: all 0.4s ease;
  word-break: break-all;
}
svg {
  transition: all 0.4s ease;
}
.content {
  padding-top: 180px;
}
.pagination-container {
  margin-top: 30px;
}
.pagination-container .page-link {
  border: 0;
  color: #aaa;
  font-size: 16px;
}
.pagination-container svg {
  width: 8px;
  height: 12px;
  min-width: 8;
  fill: #111;
}
.pagination-container .page-item.disabled svg {
  fill: #eceded;
}
.pagination-container .page-item.active .page-link {
  background-color: #fff;
  color: #111;
}
.pagination-container .pagination {
  flex-wrap: wrap;
}
.section-title h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  color: #111;
  margin-bottom: 0;
  word-break: break-word;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.btn {
  display: flex;
  align-items: center;
  padding: 20px 50px;
  border-radius: 0;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  border: none;
  outline: none;
  box-shadow: none;
}
.btn svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.btn-dark {
  background: #111;
  color: #fff;
}
.btn-dark:hover {
  background: #585858;
}
.btn-dark svg {
  fill: #fff;
}
.link {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  color: #111;
  align-items: center;
}
.link:hover {
  color: #c30f08;
}
.link:hover svg {
  fill: #c30f08;
}
.link svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
  fill: #111;
}
.static-text {
  max-width: 1100px;
  width: 100%;
  margin: 50px auto;
  padding: 30px;
  background: #f8f8f8;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  color: #111;
}
.map-download-pdf {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 3;
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 230px !important;
}
.mapsvg_wrapper {
  max-width: 550px;
  width: 100%;
  position: relative;
  padding-top: 30px;
}
.cursor-pointer {
  cursor: pointer;
}
.projects-table tbody .hiddenRow {
  padding: 0 !important;
}
.projects-table tbody .hiddenRow tr {
  background: #f8f8f8;
}
.opacity-0 {
  opacity: 0;
}
.collapse-icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.collapse-icon:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #c30f08;
}
.collapse-icon:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #c30f08;
  opacity: 0;
  transition: all 0.4s ease;
}
.collapse-icon.collapsed:before {
  transform: translate(-50%, 0%);
  opacity: 1;
  transition: all 0.4s ease;
}
.page-link:focus {
  box-shadow: none;
}
.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.header-logo img {
  max-width: 270px;
  width: 100%;
  pointer-events: none;
}
.nav-item {
  margin-right: 10px;
}
.nav-link {
  padding: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #111;
}
.nav-link svg {
  min-width: 18px;
  width: 18px;
  height: 18px;
  fill: #c30f08;
  margin-right: 10px;
  display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #111;
  transition: all 0.4s ease;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #c30f08;
  transition: all 0.4s ease;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #c30f08;
}
.navbar-light .navbar-nav .nav-link.active svg,
.navbar-light .navbar-nav .show>.nav-link svg {
  display: inline-block;
}
.lang-header {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: normal;
  margin-left: 40px;
}
.lang-header a {
  color: #aaa;
  padding: 20px 3px;
}
.lang-header a.active {
  color: #111;
}
.lang-header span {
  color: #c30f08;
  padding: 20px 3px;
}
.lang-mobile {
  display: none;
}
.fixed-top {
  z-index: 999999;
}
@media (max-width: 1250px) {
  .header-logo img {
    max-width: 220px;
  }
  .content {
    padding-top: 151px;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 10px;
  }
  .lang-header {
    margin-left: 20px;
  }
  .header-logo img {
    max-width: 180px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
  }
  .content {
    padding-top: 127px;
  }
}
@media (max-width: 1199px) {
  .lang-desktop {
    display: none !important;
  }
  .lang-mobile {
    display: block;
    margin-left: auto;
    margin-right: 30px;
  }
  .navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .header-logo img {
    max-width: 100px !important;
  }
  .lang-mobile {
    margin-right: 20px;
  }
  .content {
    padding-top: 80px !important;
  }
  .lang-mobile {
    font-size: 12px;
  }
  .lang-mobile a {
    font-size: 12px;
  }
  .nav-link {
    white-space: inherit !important;
  }
}
@media (max-width: 1450px) {
  .nav-link {
    word-break: unset;
    white-space: nowrap;
  }
  .lang-header.lang-desktop {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 20px;
  }
  .lang-header.lang-desktop a {
    word-break: unset;
    white-space: nowrap;
  }
  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .header-logo img {
    max-width: 200px;
  }
  .content {
    padding-top: 150px;
  }
}
@media (max-width: 1300px) {
  .nav-link {
    font-size: 14px;
  }
  .lang-header.lang-desktop a {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .header-logo img {
    max-width: 80px !important;
  }
}
.footer {
  font-family: 'Bitter', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.footer-wrapper {
  padding-top: 90px;
  padding-bottom: 50px;
  background: #f8f8f8;
}
.footer-wrapper a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6px;
  color: #111;
  transition: all 0.4s ease;
}
.footer-wrapper a span {
  color: #aaa;
}
.footer-wrapper a:hover {
  color: #c30f08;
  transition: all 0.4s ease;
}
.footer-wrapper h4 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #111;
}
.footer-wrapper h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  margin-bottom: 10px;
}
.footer-wrapper svg {
  min-width: 18px;
  width: 18px;
  height: 18px;
  fill: #111;
  margin-right: 5px;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-logo img {
  max-width: 180px;
  width: 100%;
  pointer-events: none;
}
.footer-container {
  line-height: 1.6;
  color: #111;
  max-width: 420px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-links {
  padding-left: 0;
}
.footer-links li {
  list-style: none;
  margin-bottom: 15px;
}
.contacts-links {
  padding-left: 0;
}
.contacts-links li {
  list-style: none;
  margin-bottom: 15px;
}
.footer-copy {
  background: #111;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 5px;
}
.footer-copy .footer-copy-item {
  margin-bottom: 10px;
}
.footer-copy a {
  color: #fff;
  transition: all 0.4s ease;
}
.footer-copy a:hover {
  color: #c30f08;
  transition: all 0.4s ease;
}
.footer-copy svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
  fill: #fff;
}
.footer-copy .developed-by-link {
  color: #c30f08;
}
.mapsvg-buttons {
  display: none !important;
}
.map-buttons {
  position: absolute;
  top: 80px;
  right: 30px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 5px #999;
}
.map-zoom-item {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #999;
  font-size: 28px;
}
.map-zoom-in {
  border-bottom: 1px solid #e1e1e1;
}
.map-section-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  background: #f8f8f8;
  max-height: 940px;
  overflow: hidden;
}
.map-info {
  width: 35%;
  background: transparent;
  padding: 50px 30px;
  position: relative;
  transition: all 0.4s ease;
}
.map-info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.map-info.active {
  position: relative;
  background: #fff;
  width: 35%;
}
.map-info.active .map-info-arrow {
  display: flex;
  transform: translateX(100%);
  top: 0;
}
.map-info.active .map-info-arrow svg {
  transform: rotate(-180deg);
}
.map-info.active + .map-wrapper {
  width: 60%;
  margin: 0;
}
.map-wrapper {
  width: 100%;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
  transition: all 0s ease;
  margin: auto;
}
.map-wrapper-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: auto;
}
.map-wrapper-decoration-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: auto;
}
#mapsvg {
  max-width: 550px;
  width: 100%;
  margin: auto;
  height: 680px !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}
.mapsvg-wrap {
  margin: auto;
}
.search-box {
  max-width: 375px;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
}
.search-box:hover svg {
  fill: #c30f08;
}
.search-box .input-group {
  width: 100%;
}
.search-box svg {
  min-width: 18px;
  width: 18px;
  height: 18px;
  fill: #111;
}
.search-box .form-control {
  border-radius: 0;
  border: 1px solid #aaa;
  box-shadow: none;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  color: #5c5c5c;
  padding: 15px;
}
.search-box .input-group .btn {
  height: 50px;
  width: 50px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  padding: 0.375rem 0.75rem;
  background: #f8f8f8;
}
.select-box {
  max-width: 375px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.select-box:hover .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMjUwNjcgNS42MUM2LjI3MDY3IDguMiAxMC4wMDA3IDEzIDEwLjAwMDcgMTNWMTlDMTAuMDAwNyAxOS41NSAxMC40NTA3IDIwIDExLjAwMDcgMjBIMTMuMDAwN0MxMy41NTA3IDIwIDE0LjAwMDcgMTkuNTUgMTQuMDAwNyAxOVYxM0MxNC4wMDA3IDEzIDE3LjcyMDcgOC4yIDE5Ljc0MDcgNS42MUMxOS44NTUzIDUuNDYyMzcgMTkuOTI2MSA1LjI4NTUzIDE5Ljk0NTIgNS4wOTk2MUMxOS45NjQyIDQuOTEzNjggMTkuOTMwNiA0LjcyNjE1IDE5Ljg0ODMgNC41NTgzN0MxOS43NjYgNC4zOTA1OSAxOS42MzgyIDQuMjQ5MjkgMTkuNDc5NSA0LjE1MDU4QzE5LjMyMDggNC4wNTE4NiAxOS4xMzc2IDMuOTk5NjkgMTguOTUwNyA0SDUuMDQwNjdDNC4yMTA2NyA0IDMuNzQwNjcgNC45NSA0LjI1MDY3IDUuNjFaIiBmaWxsPSIjYzMwZjA4Ii8+Cjwvc3ZnPgo=");
  transition: all 0.4s ease;
}
.select-box .select2-container--default .select2-selection--single {
  box-shadow: none;
  cursor: pointer;
  padding: 15px 15px 15px 57px;
  border-radius: 0;
  border: 1px solid #aaa;
  background-image: none;
  height: 50px;
}
.select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  color: #5c5c5c;
}
.select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMjUwNjcgNS42MUM2LjI3MDY3IDguMiAxMC4wMDA3IDEzIDEwLjAwMDcgMTNWMTlDMTAuMDAwNyAxOS41NSAxMC40NTA3IDIwIDExLjAwMDcgMjBIMTMuMDAwN0MxMy41NTA3IDIwIDE0LjAwMDcgMTkuNTUgMTQuMDAwNyAxOVYxM0MxNC4wMDA3IDEzIDE3LjcyMDcgOC4yIDE5Ljc0MDcgNS42MUMxOS44NTUzIDUuNDYyMzcgMTkuOTI2MSA1LjI4NTUzIDE5Ljk0NTIgNS4wOTk2MUMxOS45NjQyIDQuOTEzNjggMTkuOTMwNiA0LjcyNjE1IDE5Ljg0ODMgNC41NTgzN0MxOS43NjYgNC4zOTA1OSAxOS42MzgyIDQuMjQ5MjkgMTkuNDc5NSA0LjE1MDU4QzE5LjMyMDggNC4wNTE4NiAxOS4xMzc2IDMuOTk5NjkgMTguOTUwNyA0SDUuMDQwNjdDNC4yMTA2NyA0IDMuNzQwNjcgNC45NSA0LjI1MDY3IDUuNjFaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 24px !important;
  width: 24px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
  transition: all 0.4s ease;
}
.select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 50px;
  height: 50px;
  right: auto;
  left: 0;
  top: 0;
  border-right: 1px solid #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #c30f08 !important;
}
.select2-results__option {
  padding: 7px 10px !important;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  color: #111;
}
.legend-box {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.legend-box:hover span {
  color: #c30f08;
  transition: all 0.4s ease;
}
.legend-box:hover .info-icon {
  fill: #c30f08;
  transition: all 0.4s ease;
}
.legend-box:hover .arrow-icon {
  fill: #c30f08;
  transition: all 0.4s ease;
}
.legend-box .info-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  fill: #111;
  transition: all 0.4s ease;
}
.legend-box .arrow-icon {
  width: 8px;
  min-width: 8px;
  height: 5px;
  fill: #111;
  transition: all 0.4s ease;
}
.legend-box span {
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  color: #5c5c5c;
  transition: all 0.4s ease;
}
.legend-box.active .arrow-icon {
  transform: rotate(-180deg);
  transition: all 0.4s ease;
}
.map-info-body {
  max-height: 600px;
  overflow-y: auto;
  height: 100%;
  position: relative;
}
.map-info-body::-webkit-scrollbar {
  width: 8px;
}
.map-info-body::-webkit-scrollbar-track {
  background: #f8f8f8;
}
.map-info-body::-webkit-scrollbar-thumb {
  background: #5c5c5c;
  border-radius: 4px;
}
.map-info-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.map-info-body .spinner-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-info-body .spinner-wrapper.show {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.map-info-body .spinner-border {
  border: 0.25em solid #c30f08;
  border-right-color: transparent;
  width: 60px;
  height: 60px;
}
.legend-body {
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.legend-body.show {
  opacity: 1;
  visibility: visible;
  display: block;
}
.legend-item {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  color: #111;
  padding-top: 10px;
  padding-bottom: 10px;
}
.legend-item img {
  width: 42px;
  height: 52px;
  margin-right: 40px;
}
.search-body {
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.search-body.show {
  opacity: 1;
  visibility: visible;
  display: block;
}
.project-info-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.project-info-item .label {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1;
  color: #aaa;
  margin-bottom: 5px;
}
.project-info-item .title {
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #111;
  cursor: pointer;
}
.project-item-number {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: 1px;
  color: #111;
  word-break: break-word;
}
.project-body {
  padding: 20px 20px 20px 25px;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: relative;
}
.project-body:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  background: #111;
  left: 0px;
  top: 10px;
}
.project-body.show {
  opacity: 1;
  visibility: visible;
  display: block;
}
.project-table {
  background: #f8f8f8;
  padding: 20px 0 0 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.project-item {
  margin-bottom: 20px;
}
.project-item .label {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1;
  color: #aaa;
  margin-bottom: 5px;
}
.project-item .title {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  color: #111;
  display: flex;
  align-items: center;
}
.project-item .title-bold {
  font-weight: bold;
  font-size: 24px;
}
.project-item svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 10px;
  fill: #876ba1;
}
.map-info-arrow {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background: #111;
  position: absolute;
  top: 10px;
  right: 0;
  display: none;
  cursor: pointer;
}
.map-info-arrow svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.stats-wrapper {
  padding-top: 90px;
  padding-bottom: 110px;
  border-bottom: 1px solid #eceded;
}
.stats-wrapper .section-title {
  margin-bottom: 60px;
}
.stats-block {
  margin-bottom: 40px;
  text-align: center;
}
.stats-block .label {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  color: #111;
  margin-bottom: 15px;
}
.stats-block .number {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #111;
  word-break: break-word;
}
.charts-section {
  padding-top: 80px;
  padding-bottom: 60px;
}
.charts-section .select-box {
  max-width: 570px;
  margin-bottom: 50px;
}
.chart-item {
  width: 270px;
  height: 270px;
}
.chart-item-wrapper {
  margin-bottom: 30px;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: 30px;
}
.chart-label {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  color: #111;
  margin-bottom: 20px;
}
.map-wrap-decoration-text {
  font-size: 10vw;
  color: #eceded;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #eceded;
  left: 10%;
}
.map-wrapper-decoration-top.map-wrap-decoration-text {
  right: 10%;
  left: auto;
}
.section-title .section-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #111;
}
@media (max-width: 1650px) {
  .search-box {
    margin-right: 0;
  }
  .select-box {
    max-width: 376px;
  }
  .project-item .title {
    font-size: 16px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1450px) {
  .map-info {
    padding: 50px 30px;
  }
}
@media (max-width: 1400px) {
  .map-wrapper {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .charts-section .select-box {
    max-width: 376px;
  }
}
@media (max-width: 1199px) {
  .map-info-arrow {
    display: flex;
    transform: translateX(100%);
    z-index: 33;
  }
  .map-info {
    padding: 80px 10px 50px 10px;
    margin-left: -100%;
    transition: all 0.4s ease;
  }
  .map-info.active {
    margin-left: 0;
    transition: all 0.4s ease;
    width: 100%;
  }
  .map-info.active .map-info-arrow {
    transform: translateX(0%);
  }
  .map-info.active .map-info-arrow svg {
    transform: rotate(-180deg);
  }
  .legend-item img {
    width: 32px;
    height: auto;
    margin-right: 20px;
  }
  .map-wrapper {
    transition: all 0.4s ease;
    width: 100%;
    margin-right: 0;
  }
  .map-wrapper.active {
    margin-right: -100%;
    transition: all 0.4s ease;
  }
  .map-info {
    width: 100%;
  }
  .filters-boxes {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .stats-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .map-info.active + .map-wrapper {
    transition: all 0.4s ease;
    width: 100%;
    margin-right: -100%;
  }
}
@media (max-width: 768px) {
  .stats-block .number {
    font-size: 54px;
  }
  .chart-item-wrapper {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  .charts-section .select-box {
    margin: auto auto 50px auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  .legend-body,
  .search-body {
    padding: 10px;
  }
  .mapsvg-scrollpane {
    display: flex;
  }
  .stats-block .number {
    font-size: 42px;
  }
  .stats-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .map-info-body {
    max-height: 50vh;
  }
}
@media (max-width: 750px) {
  .mapsvg-scrollpane {
    display: flex;
  }
  #mapsvg {
    height: 350px !important;
    max-width: 280px;
  }
}
@media (max-height: 600px) {
  .map-info-arrow {
    width: 30px;
    height: 30px;
  }
  .map-info {
    padding-top: 50px;
  }
  #mapsvg {
    height: 250px !important;
    max-width: 200px;
  }
}
.projects-section {
  padding-top: 80px;
  padding-bottom: 90px;
}
.projects-section .section-title {
  margin-bottom: 40px;
}
.projects-decoration {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -100%);
}
.projects-decoration img {
  max-width: 100%;
}
.projects-table-wrapper .table-responsive {
  margin-bottom: 50px;
}
.projects-table {
  min-width: 1700px;
}
.projects-table thead th {
  background-color: #f8f8f8;
  border: 1px solid #eceded;
  border-bottom: 1px solid #eceded;
  padding: 8px 10px;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  color: #5c5c5c;
}
.projects-table.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #eceded;
}
.projects-table tbody td {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  vertical-align: middle;
  border: 1px solid #eceded;
  color: #111;
  padding: 8px 10px;
}
.projects-table tbody a {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  transition: all 0.6s ease;
  display: block;
  word-break: break-word;
}
.projects-table tbody a:hover {
  color: #c30f08;
  transition: all 0.6s ease;
}
.table-map-icon-link {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: auto;
  display: block;
}
.table-map-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: auto;
}
.table-sector-icon {
  display: inline-block;
  margin-right: 10px;
}
.projects-on-page {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0.375rem;
}
.projects-on-page .label {
  font-family: 'Bitter', sans-serif;
  margin-right: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #aaa;
}
.projects-on-page .select2-container--default .select2-selection--single {
  border: none;
}
.projects-on-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
  transition: all 0.4s ease;
  border-width: 5px 4px 0 4px;
  border-color: #888 transparent transparent transparent;
}
.projects-on-page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-180deg);
}
.projects-filter {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.projects-filter .search-box {
  margin-right: 20px;
}
.projects-filter .select-box {
  margin-right: 50px;
  max-width: 286px;
}
.projects-filter .filters-boxes {
  width: 80%;
}
.form-switch-box {
  margin-bottom: 20px;
}
.form-switch-box .form-check .form-check-input {
  float: none;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 0;
}
.form-switch-box .form-check-label {
  cursor: pointer;
}
.form-switch-box .form-switch {
  padding-left: 0;
}
.form-switch-box .form-check {
  display: flex;
  align-items: center;
}
.form-switch-box .form-check .form-check-input {
  order: 2;
}
.form-switch-box .form-check .first-label {
  order: 1;
}
.form-switch-box .form-check .second-label {
  order: 3;
}
.form-switch-box .form-check-input + .first-label {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #111;
  pointer-events: none;
  transition: all 0.4s ease;
}
.form-switch-box .form-check-input + .first-label + .second-label {
  font-family: Bitter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  pointer-events: initial;
  line-height: 1;
  color: #aaa;
  transition: all 0.4s ease;
}
.form-switch-box .form-check-input:checked + .first-label {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #aaa;
  pointer-events: initial;
  transition: all 0.4s ease;
}
.form-switch-box .form-check-input:checked + .first-label + .second-label {
  font-family: Bitter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #111;
  pointer-events: none;
  transition: all 0.4s ease;
}
.form-switch-box .form-check-input:checked {
  background-color: #fff;
  border-color: #aaa;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%27-4%20-4%208%208%27%3e%3ccircle%20r=%273%27%20fill=%27%23c30f08%27/%3e%3c/svg%3e");
}
.form-switch-box .form-check-input:focus {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%27-4%20-4%208%208%27%3e%3ccircle%20r=%273%27%20fill=%27%23c30f08%27/%3e%3c/svg%3e");
}
.form-switch-box .form-check-input {
  border-color: #aaa;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%27-4%20-4%208%208%27%3e%3ccircle%20r=%273%27%20fill=%27%23c30f08%27/%3e%3c/svg%3e");
}
.download-pdf {
  margin-bottom: 20px;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #aaa;
}
.download-pdf a {
  margin-left: 20px;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #111;
}
.download-pdf img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 10px;
}
.back-link {
  margin-bottom: 20px;
  margin-right: 15px;
}
.back-link a {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1;
  color: #000;
  transition: all 0.4s ease;
}
.back-link svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  fill: #000;
  margin-right: 10px;
  transition: all 0.4s ease;
}
.back-link:hover a {
  color: #c30f08;
  transition: all 0.4s ease;
}
.back-link:hover svg {
  fill: #c30f08;
  transition: all 0.4s ease;
}
.projects-inside-section {
  padding-top: 80px;
  padding-bottom: 90px;
  background: #f8f8f8;
}
.project-inside-header {
  margin-bottom: 40px;
}
.accordion-item {
  border: none;
}
.accordion-item .accordion-button {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  color: #aaa;
  transition: all 0.4s ease;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
}
.accordion-item .accordion-button.collapsed {
  color: #111;
  transition: all 0.4s ease;
}
.accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg%20viewBox=%270%200%208%205%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d=%27M0.25%200.5L4%204.25L7.75%200.5H0.25Z%27%20fill=%27%23111111%27/%3E%3C/svg%3E%0A");
  width: 8px;
  height: 5px;
  background-size: 8px;
}
.accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg%20viewBox=%270%200%208%205%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d=%27M0.25%200.5L4%204.25L7.75%200.5H0.25Z%27%20fill=%27%23c30f08%27/%3E%3C/svg%3E%0A");
}
.accordion-item .accordion-body {
  background: #f8f8f8;
  padding: 20px 0;
}
.accordion-item .accordion-body-text {
  padding: 0 15px;
  border-left: 3px solid #5c5c5c;
}
.accordion-item .accordion-body-text p {
  margin-bottom: 0;
}
.project-inside-wrapper {
  display: flex;
}
.project-info-item {
  margin-bottom: 20px;
}
.project-table {
  padding-left: 10px;
  padding-right: 10px;
}
.table-col {
  width: 100%;
  max-width: 1020px;
  margin-right: 30px;
}
.map-col {
  width: 100%;
  max-width: 720px;
  position: relative;
}
.map-col .projects-inside-map {
  padding-top: 35px;
}
.map-col .map-buttons {
  top: 0;
  right: 0;
}
.map-col-legend {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.map-col-legend.active {
  background: #fff;
}
.map-col-legend .legend-box {
  background: #fff;
  transition: all 0.4s ease;
  padding: 5px 10px;
}
.map-col-legend .legend-box.active {
  background: #c30f08;
  transition: all 0.4s ease;
}
.map-col-legend .legend-box.active span {
  color: #fff;
  transition: all 0.4s ease;
}
.map-col-legend .legend-box.active .info-icon {
  fill: #fff;
  transition: all 0.4s ease;
}
.map-col-legend .legend-box.active .arrow-icon {
  fill: #fff;
  transition: all 0.4s ease;
}
.map-col-legend .legend-body {
  max-height: 585px;
  overflow-y: auto;
  border-left: 6px solid #111;
  width: 100%;
  margin-top: 10px;
  background: #fff;
}
.map-col-legend .legend-body::-webkit-scrollbar {
  width: 8px;
}
.map-col-legend .legend-body::-webkit-scrollbar-track {
  background: #f8f8f8;
}
.map-col-legend .legend-body::-webkit-scrollbar-thumb {
  background: #5c5c5c;
  border-radius: 4px;
}
.map-col-legend .legend-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.projects-inside-map {
  overflow: hidden;
  margin-bottom: 30px;
}
.block-inside-card {
  padding: 50px;
  background: #fff;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .projects-filter .filters-boxes {
    width: 100%;
  }
  .projects-filter .select-box {
    max-width: 376px;
  }
  .projects-filter {
    flex-wrap: wrap;
  }
  .project-inside-wrapper {
    flex-direction: column-reverse;
  }
  .table-col {
    margin-right: 0;
    max-width: 100%;
  }
  .map-col {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .projects-section {
    padding-bottom: 50px;
  }
  .projects-on-page {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
  }
  .projects-filter .search-box {
    max-width: 100%;
    margin-right: 0;
  }
  .projects-filter .select-box {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .block-inside-card {
    padding: 20px;
  }
}
.light-section {
  padding-top: 80px;
  padding-bottom: 90px;
  background: #f8f8f8;
  position: relative;
}
.light-section .section-decoration {
  position: absolute;
  top: 485px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.light-section .section-decoration img {
  width: 100%;
}
.light-section .section-decoration-agency {
  top: 700px;
}
.slider-wrapper-filter {
  max-width: 1200px;
  margin: 50px auto 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.slider-wrapper-filter .search-box {
  margin-right: 20px;
}
.slider-wrapper-filter .search-box .form-control {
  background: transparent;
}
.slider-wrapper-filter .search-box .input-group .btn {
  background: transparent;
}
.slider-wrapper-filter .select2-container--default .select2-selection--single {
  background: transparent;
}
.slider-wrapper {
  max-width: 1200px;
  margin: 50px auto 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.slider-header {
  margin-bottom: 30px;
  position: relative;
}
.slider-title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  color: #c30f08;
  width: 80%;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 18px;
  color: #111;
  font-weight: 900;
}
.swiper-button-prev,
.swiper-button-next {
  width: 24px;
  height: 24px;
  transform: translateY(-100%);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 20px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 54px;
}
.slider-wrapper .card,
.grid-card .card {
  width: 270px;
  background: #fff;
  border: none;
  margin: auto;
  border-radius: 0rem;
}
.slider-wrapper .card-header,
.grid-card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #f8f8f8;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.slider-wrapper .card-img-top,
.grid-card .card-img-top {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 170px;
}
.slider-wrapper .card-body,
.grid-card .card-body {
  padding: 25px;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-wrapper .card-title,
.grid-card .card-title {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #000;
  max-height: 116px;
  overflow: hidden;
}
.grid-cards {
  display: grid;
  grid-gap: 4rem 0;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  max-width: 1200px;
  margin: 50px auto 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.card-inside-wrapper {
  display: flex;
}
.card-inside-wrapper .project-item .title {
  font-size: 20px;
}
.card-inside-wrapper .project-item .title-bold {
  font-size: 24px;
}
.card-inside-contacts {
  max-width: 420px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 40px;
}
.card-inside-contacts .block-inside-card {
  padding: 30px;
}
.card-inside-contacts .logo {
  margin-bottom: 50px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}
.card-inside-contacts .card-img-top {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 170px;
}
.card-inside-contacts .contacts-items-label {
  margin-bottom: 15px;
  font-family: Bitter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #aaa;
}
.card-inside-contacts .contacts-item {
  display: flex;
  align-items: center;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  color: #111;
  margin-bottom: 10px;
}
.card-inside-contacts .contacts-item:last-child {
  margin-bottom: 0;
}
.card-inside-contacts svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 10px;
  fill: #111;
}
.card-inside-contacts a {
  display: flex;
  align-items: center;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  color: #111;
  word-break: initial;
  overflow: hidden;
}
.card-inside-contacts a:hover {
  color: #c30f08;
}
.card-inside-details {
  max-width: 720px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 40px;
}
.card-inside-details .block-inside-card {
  margin-bottom: 30px;
  position: relative;
}
.card-inside-details .block-inside-card:last-child {
  margin-bottom: 0;
}
.card-inside-details .project-item {
  margin-bottom: 30px;
}
.card-inside-details .project-item:last-child {
  margin-bottom: 0;
}
.block-inside-card-decoration {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.block-inside-card-decoration img {
  width: 24px;
  max-height: 24px;
}
.card-inside-map {
  max-width: 570px;
  width: 100%;
  margin-bottom: 40px;
}
.card-inside-map .map-buttons {
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .light-section .section-decoration {
    transform: translate(-50%, 10%);
  }
  .card-inside-wrapper {
    flex-direction: column-reverse;
  }
  .card-inside-map {
    max-width: 100%;
    order: 3;
  }
  .card-inside-details {
    max-width: 100%;
    order: 1;
  }
  .card-inside-contacts {
    max-width: 100%;
    order: 2;
  }
}
@media (max-width: 991px) {
  .light-section .section-decoration {
    display: none;
  }
  .slider-wrapper-filter .search-box {
    max-width: 100%;
    margin-right: 0;
  }
  .slider-wrapper-filter .select-box {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .block-inside-card-decoration {
    display: none;
  }
  .project-item-number {
    font-size: 42px;
  }
  .card-inside-wrapper .project-item .title-bold {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0px;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 34px;
  }
  .card-inside-contacts .logo {
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-inside-contacts .block-inside-card {
    padding: 10px;
  }
  .light-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 350px) {
  .slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.projects-on-page .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
}
a {
  word-break: break-word;
}
.error-section {
  position: relative;
}
.error-section img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80vh;
}
.error-section-title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15vw;
  line-height: 1.3;
  letter-spacing: 2px;
  text-shadow: 3px 0 0 #eceded, -3px 0 0 #eceded, 0 3px 0 #eceded, 0 -3px 0 #eceded, 2px 2px #eceded, -2px -2px 0 #eceded, 2px -2px 0 #eceded, -2px 2px 0 #eceded;
  box-sizing: border-box;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
}
.error-section-content {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  text-align: center;
}
.error-section-content .title {
  margin-bottom: 16px;
  margin-top: 85px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 88px;
  line-height: 1.4;
  color: #111;
}
.error-section-content .text {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 65px;
  color: #111;
}
.accordion-body-text * {
  text-indent: 1 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  word-break: break-word;
}
.chart-item-wrapper {
  padding-right: 0;
  width: 33%;
}
.mt65 {
  margin-top: 64px;
}
.mt110 {
  margin-top: 110px;
}
.mobile-block-inside-card {
  display: none;
}
@media (max-width: 1199px) {
  .slider-wrapper-filter .search-box {
    max-width: 100%;
    margin-right: 0;
  }
  .slider-wrapper-filter .select-box {
    max-width: 100%;
  }
  .map-info .search-box {
    max-width: 100%;
    margin-right: 0;
  }
  .map-info .select-box {
    max-width: 100%;
  }
  .projects-filter .search-box {
    max-width: 100%;
    margin-right: 0;
  }
  .projects-filter .select-box {
    max-width: 100%;
  }
  .chart-label h3 {
    font-size: 20px;
  }
  .mt110 {
    margin-top: 0px;
  }
  .mobile-block-inside-card {
    display: block;
  }
  .dekstop-block-inside-card {
    display: none;
  }
}
@media (max-width: 991px) {
  .mt65 {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .error-section-content .title {
    font-size: 44px;
  }
  .error-section-content .text {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .chart-item-wrapper {
    width: 100%;
  }
  .block-inside-card {
    padding: 20px 0px;
  }
}
@media (max-width: 1400px) {
  .search-box {
    max-width: 330px;
  }
  .select-box {
    max-width: 330px;
  }
}
@media (max-width: 1300px) {
  .search-box {
    max-width: 280px;
  }
  .select-box {
    max-width: 280px;
  }
}
@media (max-width: 1850px) {
  .map-info {
    max-width: 435px;
    padding-right: 0;
  }
  .map-info.active {
    max-width: 100%;
    padding-right: 30px;
  }
}
@media (max-width: 1650px) {
  .search-box {
    max-width: 376px;
  }
}
@media (max-width: 1450px) {
  .search-box {
    max-width: 300px;
  }
  .map-info {
    max-width: 330px;
  }
}
@media (max-width: 1300px) {
  .map-info {
    max-width: 280px;
  }
  .search-box {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .map-info {
    padding-right: 10px;
    max-width: 100%;
  }
}
.map-info.active {
  padding-right: 10px;
}
.projects-inside-section .mapsvg_wrapper {
  margin: auto;
}
.about-section {
  padding-top: 80px;
  padding-bottom: 90px;
}
.about-section .section-title {
  margin-bottom: 30px;
}
.about-section-content {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
.about-section-content ul {
  padding-left: 20px;
}
.about-section-content img {
  max-width: 100%;
  width: 100%;
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 20px auto;
}
.c3-chart-arcs-title {
  font-size: 2em !important;
  fill: #c80f0f !important;
  font-weight: bold;
}
.chart-list {
  list-style-type: none;
  padding-left: 0;
  border: 1px solid #aaa;
  border-top: none;
}
.option__color {
  border-radius: 50%;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 6px;
  transform: translateY(55%);
  width: 8px;
  min-width: 8px;
}
.chart-list-item {
  cursor: pointer;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  color: #5c5c5c;
  margin-bottom: 10px;
}
.chart-list-item.active {
  background-color: #e7e6e6;
}
.current-hovered-wrapper {
  border: 1px solid #aaa;
  min-height: 50px;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #5c5c5c;
  max-width: 100%;
}
.current-hovered-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  min-height: 50px;
  border-right: 1px solid #aaa;
  margin-right: 10px;
}
.current-hovered-icon img {
  width: 24px;
  height: 24px;
}

