body {
  font-family: 'Ubuntu', sans-serif;
  min-width: 320px;
  font-style: normal;
  font-weight: normal;
}
.cursor-pointer {
  cursor: pointer;
}
.container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
a {
  text-decoration: none;
  transition: all 0.6s ease;
}
.btn {
  transition: all 0.6s ease;
}
svg {
  transition: all 0.6s ease;
  min-width: 14px;
}
.badge {
  border-radius: 52px;
  padding: 4px 8px;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
h5 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
}
.body-text {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.body-text-bold {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}
.txt-14 {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1px;
}
.txt-12 {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.4px;
}
.txt-6 {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 6px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.1px;
}
.text-info {
  color: #007bff !important;
}
.text-primary {
  color: #17a2b8 !important;
}
.pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
.pagination .page-link {
  background: transparent;
  border: none;
  color: #fff;
  transition: all 0.6s ease;
}
.pagination .page-link:hover {
  background: #6c757d;
  color: #343a40;
}
.pagination .page-link.active {
  background: #6c757d;
}
.pagination .page-item.active .page-link {
  background: #6c757d;
  color: #343a40;
  border-color: #343a40;
}
.pagination .page-item.disabled .page-link {
  background: transparent;
  color: #fff;
}
.pagination-yellow .page-link {
  background: #fff;
  border: none;
  color: #6c757d;
  transition: all 0.6s ease;
}
.pagination-yellow .page-link:hover {
  background: #ffd96f;
  color: #fff;
}
.pagination-yellow .page-link.active {
  background: #ffd96f;
  color: #fff;
}
.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cards .card {
  width: 350px;
  height: 440px;
  overflow: hidden;
  padding: 0;
  margin: auto;
  border: none;
  transition: all 0.6s ease;
  background: #fff;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.cards .card-header {
  padding: 0;
  border: none;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 180px;
  background-color: #fff;
  transition: all 0.6s ease;
  border-radius: 0;
}
.cards .card-img,
.cards .card-img-top {
  border-radius: 0;
  max-width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
  border: none;
}
.cards .card-badges {
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.cards .card-body {
  padding: 20px;
  z-index: 1;
  background-color: #fff;
  transition: all 0.6s ease;
}
.cards .card-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  color: #212529;
  height: 96px;
  overflow: hidden;
  transition: all 0.6s ease;
}
.cards .card-text {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #6c757d;
  height: 112px;
  overflow: hidden;
  transition: all 0.6s ease;
}
.cards .card:hover .card-img,
.cards .card:hover .card-img-top {
  transform: scale(1.2);
}
.cards .card:hover .card-title {
  color: #007bff;
}
.cards-grid {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.cards-grid .card {
  margin-bottom: 10px;
}
.partners .card {
  width: 255px;
  height: 180px;
  overflow: hidden;
  padding: 0;
  margin: auto;
  border: none;
  transition: all 0.6s ease;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0);
}
.partners .card .card-img-top {
  max-width: 135px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners .card:hover {
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.075);
}
.newsletter-section {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-header-links {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.section-header-links .form-group {
  min-width: 150px;
}
.right-0 {
  right: 0px;
}
.left-0 {
  right: auto;
  left: 0;
}
.section-dropdown .dropdown-menu {
  max-height: 242px;
  overflow: auto;
  transform: translate3d(-25%, 44px, 0px) !important;
  transition: all 0.6s ease;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.section-dropdown .dropdown-menu.show {
  transform: translate3d(-25%, 44px, 0px) !important;
  transition: all 0.6s ease;
  visibility: visible;
  opacity: 1;
}
.section-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  cursor: pointer;
}
.section-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.section-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #007bff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.section-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #0056b3;
}
.dropdown-menu {
  min-width: 3rem;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(52,58,64,0) 76.42%, rgba(52,58,64,0.6) 100%);
}
.no-img-cards {
  height: 700px;
  margin-top: 70px;
}
.no-img-cards .card {
  width: 255px;
  height: 284px;
  box-sizing: border-box;
  border-radius: 4px;
}
.no-img-cards .card:hover .card-title {
  color: #000;
}
.no-img-cards .card-body {
  padding: 20px;
}
.no-img-cards .card-body-header {
  max-height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
}
.no-img-cards .card-body-header svg {
  fill: #8a8a8a;
  width: 14px;
  height: 14px;
}
.no-img-cards .card-body-header .badge {
  border-radius: 52px;
}
.no-img-cards .card-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  color: #000;
  height: 88px;
  overflow: hidden;
  margin-bottom: 10px;
}
.no-img-cards .card-detail-link {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #007bff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.6s ease;
}
.no-img-cards .card-detail-link:hover {
  color: #003d80;
}
.statistics-section .cards .card {
  height: 410px;
}
.statistics-section .card-body-header {
  max-height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
}
.statistics-section .card-body-header svg {
  fill: #8a8a8a;
  width: 14px;
  height: 14px;
}
.statistics-section .card-body-header .badge {
  border-radius: 52px;
}
.statistics-section .card-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  color: #000;
  max-height: 72px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.statistics-section .card-detail-link {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #007bff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.6s ease;
}
.statistics-section .card-detail-link:hover {
  color: #003d80;
}
.btn-white {
  padding: 4px 8px;
  position: absolute;
  background: #fff;
  border: 1px solid #ffd96f;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #212529;
  transform: all 0.6s ease;
}
.btn-white:hover {
  background: #ffd96f;
  color: #fff;
}
label.error {
  color: #e03e2d;
}
.dropdown.section-dropdown .select2-container {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.dropdown.section-dropdown .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  max-width: 155px;
}
.dropdown.section-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212529;
}
.dropdown.section-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #212529 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
  transition: 0.4s;
}
.dropdown.section-dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #212529 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
  transform: rotate(-180deg);
  transition: 0.4s;
}
.dropdown.section-dropdown .select2-container .select2-selection--single .select2-selection__rendered {
  text-overflow: initial;
  overflow: hidden;
  max-width: 88%;
}
.select2-results__option {
  padding: 10px 15px !important;
  font-weight: 400;
}
.select2-dropdown {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffd86f !important;
  color: #343a40 !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd !important;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa !important;
}
.section.bg-white .select2-container {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section.bg-white .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  max-width: 155px;
}
.section.bg-white .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212529;
}
.section.bg-white .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #212529 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
  transition: 0.4s;
}
.section.bg-white .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #212529 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
  transform: rotate(-180deg);
  transition: 0.4s;
}
.section.bg-white .select2-container .select2-selection--single .select2-selection__rendered {
  text-overflow: initial;
  overflow: hidden;
  max-width: 88%;
}
.section.bg-dark .select2-container {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section.bg-dark .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  max-width: 155px;
}
.section.bg-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.section.bg-dark .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-width: 5px 4px 0 4px;
  transition: 0.4s;
}
.section.bg-dark .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-width: 5px 4px 0 4px;
  transform: rotate(-180deg);
  transition: 0.4s;
}
.section.bg-dark .select2-container .select2-selection--single .select2-selection__rendered {
  text-overflow: initial;
  overflow: hidden;
  max-width: 88%;
}
.navbar-dropdown .dropdown-menu {
  max-height: 242px;
  overflow: auto;
  transform: translate3d(0, 22px, 0px) !important;
  transition: all 0.6s ease;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.navbar-dropdown .dropdown-menu.show {
  transform: translate3d(0, 0px, 0px) !important;
  transition: all 0.6s ease;
  visibility: visible;
  opacity: 1;
}
.navbar-contacts {
  background: #343a40;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
.navbar-contacts-social-link {
  line-height: 1;
  margin-left: 15px;
}
.navbar-contacts-social-link svg {
  width: 14px;
  height: 14px;
  min-width: 14px;
  fill: #fff;
}
.navbar-contacts-social-link:hover svg {
  fill: #007bff;
}
.navbar-contact-mail a {
  line-height: 19px;
  border-bottom: 1px dashed #fff;
  box-sizing: border-box;
  margin-left: 15px;
  color: #fff;
}
.navbar-contact-mail a:hover {
  color: #007bff;
  border-bottom: 1px dashed #007bff;
}
.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.075);
}
.navbar-brand .header_logo {
  width: 130px;
  height: 72px;
  fill: #242424;
}
.navbar-brand .txt-12 {
  letter-spacing: 0.4px;
  color: #212529;
}
.navbar-light .navbar-nav .nav-item {
  margin-right: 20px;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #212529;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #007bff;
}
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #007bff;
}
.search-form {
  width: 40px;
  height: 44px;
  position: relative;
}
.search-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.search-container .search {
  transition: all 1s;
  z-index: 7;
  position: relative;
  display: inline-block;
  height: 44px;
  width: 40px;
  vertical-align: middle;
  right: 0px;
}
.search-container.active .search {
  right: -40px;
}
.search-container .search:hover {
  cursor: pointer;
}
.search-container .search::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 20px;
  width: 6px;
  height: 2px;
  background: #212529;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.search-container .search::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  right: 0;
  bottom: 0;
  left: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #212529;
  transition: all 0.5s;
}
.search-container.active .search {
  width: 40px;
}
.search-container.active .search::before {
  content: "";
  top: 20px;
  left: 15px;
  width: 14px;
  position: absolute;
  height: 2px;
  background: #212529;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.search-container.active .search::after {
  content: "";
  top: 20px;
  left: 15px;
  width: 14px;
  height: 2px;
  transform: rotate(-45deg) translateY(0);
  position: absolute;
  transition: all 0.5s;
  background: #212529;
  border: none;
  border-radius: 0;
}
.search-container input {
  width: 0px;
  height: 44px;
  outline: none;
  border: 1px solid #ccc;
  color: #212529;
  padding: 0;
  transition: all 1s;
  opacity: 0;
  z-index: 5;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 14px;
}
.search-container input:hover {
  cursor: pointer;
}
.search-container.active input {
  width: 300px;
  opacity: 1;
  cursor: text;
  padding: 0 0 0 40px;
}
.search-container .search-button {
  transition: all 1s;
  z-index: 4;
  position: relative;
  display: inline-block;
  height: 44;
  width: 0;
  vertical-align: middle;
  right: 40px;
  visibility: hidden;
  padding: 0;
  border: none;
  background: transparent;
}
.search-container.active input~.search-button {
  right: 40px;
  z-index: 6;
  visibility: visible;
}
.search-container.active input~.search-button::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 20px;
  width: 6px;
  height: 2px;
  background: #212529;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.search-container.active input~.search-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  right: 0;
  bottom: 0;
  left: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #212529;
  transition: all 0.5s;
}
.search-container input::-moz-placeholder {
  color: #212529;
  opacity: 1;
  font-weight: 400;
}
.search-container input:-ms-input-placeholder {
  color: #212529;
  opacity: 1;
  font-weight: 400;
}
.search-container input::placeholder {
  color: #212529;
  opacity: 1;
  font-weight: 400;
}
.search-container .input-box {
  vertical-align: middle;
  display: flex;
  height: 44px;
}
.footer {
  position: relative;
}
.footer-arrow {
  position: absolute;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6c757d;
  border-radius: 50%;
  top: 0;
  right: 10%;
  transform: translateY(-50%);
  cursor: pointer;
}
.footer-arrow svg {
  width: 14px;
  height: 18px;
  fill: #fff;
}
.footer-wrapper {
  padding-top: 110px;
  padding-bottom: 90px;
  background: #343a40;
}
.footer-wrapper h4 {
  margin-bottom: 35px;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo a {
  letter-spacing: 0.4px;
  color: #fff;
}
.footer-logo svg {
  width: 130px;
  height: 72px;
  fill: #fff;
}
.footer-description {
  line-height: 20px;
  margin-bottom: 20px;
}
.footer-contacts-social-link {
  margin-left: 15px;
}
.footer-contacts-social-link svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}
.footer-contacts-social-link svg:hover {
  fill: #007bff;
}
.footer-copyrights {
  background: #212529;
  padding-top: 10px;
  padding-bottom: 10px;
}
.partner-logo-icon {
  width: 125px;
  height: 40px;
}
.eu-logo-icon {
  width: 60px;
  height: 55px;
}
.all-town-halls-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #343a40;
}
.all-town-halls-section .map {
  width: 100%;
  height: 710px;
  margin-top: 20px;
}
.all-town-halls-section .section-header-btn {
  transform: translateY(-50px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.all-town-halls-section .input-group input {
  max-width: 190px;
}
.all-town-halls-section .table {
  min-width: 500px;
  margin-bottom: 40px;
}
.all-town-halls-section .table th {
  border-bottom: 0;
  width: 33%;
  padding: 13px 12px;
  padding-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: rgba(255,255,255,0.5);
}
.all-town-halls-section .table td {
  width: 33%;
  border-bottom: 1px solid #6c757d;
  padding: 13px 12px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #fff;
}
.all-town-halls-section .table td a {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.5);
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.all-town-halls-section .table td svg {
  width: 8px;
  height: 14px;
  fill: #c8c8c8;
  margin-left: 15px;
}
.all-town-halls-section .table>tbody>tr:nth-of-type(odd) {
  background: #2d3136;
}
.all-town-halls-section .table>tbody>tr:nth-of-type(even) {
  background: transparent;
}
.news-section .dropdown .nav-link {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #212529;
}
.news-section .dropdown .nav-link:hover {
  color: #007bff;
}
.news-section .dropdown.active .nav-link {
  color: #007bff;
}
.news-section .swiper-button-next,
.news-section .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.news-section .swiper-button-prev,
.news-section .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 35px;
}
.news-section .swiper-button-next:after,
.news-section .swiper-button-prev:after {
  font-size: 18px;
  color: #343a40;
  transition: all 0.6s ease;
}
.news-section .swiper-button-next.swiper-button-disabled,
.news-section .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer !important;
  pointer-events: auto;
}
.news-section .swiper-button-next:focus,
.news-section .swiper-button-prev:focus {
  outline: none;
}
.news-section .swiper-button-next:hover:after,
.news-section .swiper-button-prev:hover:after {
  color: #007bff;
}
.partners-section .swiper-button-next,
.partners-section .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.partners-section .swiper-button-prev,
.partners-section .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 35px;
}
.partners-section .swiper-button-next:after,
.partners-section .swiper-button-prev:after {
  font-size: 18px;
  color: #343a40;
  transition: all 0.6s ease;
}
.partners-section .swiper-button-next.swiper-button-disabled,
.partners-section .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer !important;
  pointer-events: auto;
}
.partners-section .swiper-button-next:focus,
.partners-section .swiper-button-prev:focus {
  outline: none;
}
.partners-section .swiper-button-next:hover:after,
.partners-section .swiper-button-prev:hover:after {
  color: #007bff;
}
.projects-section .swiper-button-next,
.projects-section .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.projects-section .swiper-button-prev,
.projects-section .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 35px;
}
.projects-section .swiper-button-next:after,
.projects-section .swiper-button-prev:after {
  font-size: 18px;
  color: #343a40;
  transition: all 0.6s ease;
}
.projects-section .swiper-button-next.swiper-button-disabled,
.projects-section .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer !important;
  pointer-events: auto;
}
.projects-section .swiper-button-next:focus,
.projects-section .swiper-button-prev:focus {
  outline: none;
}
.projects-section .swiper-button-next:hover:after,
.projects-section .swiper-button-prev:hover:after {
  color: #007bff;
}
.section.bg-dark .swiper-button-next:after,
.section.bg-dark .swiper-button-prev:after {
  color: #fff;
}
.section.bg-dark .swiper-button-next:hover:after,
.section.bg-dark .swiper-button-prev:hover:after {
  color: #007bff;
}
.projects-slider-container {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}
.projects-slider-container .swiper-slide {
  background: transparent;
  height: calc((100% - 30px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
}
#DataTables_Table_0_wrapper {
  color: #fff;
}
#show-details {
  color: #000;
}
div.dataTables_wrapper div.dataTables_info {
  white-space: break-spaces !important;
}
#email-error {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .primaries {
    overflow-x: auto;
  }
}
#DataTables_Table_0_wrapper {
  color: #fff;
}
#show-details {
  color: #000;
}
.post-inside {
  padding-top: 90px;
  padding-bottom: 90px;
}
.post_img {
  width: 100%;
  max-height: 410px;
  overflow: hidden;
}
.post-wrap-overlay {
  width: 100%;
  max-height: 410px;
  overflow: hidden;
  border-radius: 6px;
}
.post-wrap-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.post-info {
  margin-top: 40px;
  margin-bottom: 10px;
}
.post-info .post-info--data {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #8a8a8a;
}
.post-info .post-info--data svg {
  width: 14px;
  height: 14px;
  fill: #8a8a8a;
  margin-right: 5px;
}
.post-content h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  color: #212529;
  margin-bottom: 20px;
}
.post-content h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #212529;
}
.post-content p {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #343a40;
  margin-bottom: 20px;
}
.post-content a {
  color: $yellow;
  transition: all 0.6s ease;
}
.post-content a:hover {
  color: #24272a;
}
.gallery-wrap {
  width: 100%;
  margin: auto;
  margin-top: 60px;
  padding-bottom: 0;
  position: relative;
}
.swiper-container-images {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container-images .image-gallery-wrapper .card-img-top {
  max-width: 285px;
  width: 100%;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
}
.swiper-container-images .card-header,
.swiper-container-images .card {
  height: 285px;
  width: 285px;
  border: none;
  background: none;
  overflow: hidden;
}
.swiper-container-images .card-header:hover .card-img-top,
.swiper-container-images .card:hover .card-img-top {
  transform: scale(1.2);
}
.gallery-wrap .section-header {
  transform: translateY(-30px);
}
.gallery-wrap .swiper-button-next,
.gallery-wrap .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.gallery-wrap .swiper-button-prev,
.gallery-wrap .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 35px;
}
.gallery-wrap .swiper-button-next:after,
.gallery-wrap .swiper-button-prev:after {
  font-size: 18px;
  color: #343a40;
  transition: all 0.6s ease;
}
.gallery-wrap .swiper-button-next.swiper-button-disabled,
.gallery-wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer !important;
  pointer-events: auto;
}
.gallery-wrap .swiper-button-next:focus,
.gallery-wrap .swiper-button-prev:focus {
  outline: none;
}
.gallery-wrap .swiper-button-next:hover:after,
.gallery-wrap .swiper-button-prev:hover:after {
  color: #007bff;
}
[data-aos="image-effect"] {
  transform: scale(1.3);
  transition-property: transform, scale;
}
[data-aos="image-effect"].aos-animate {
  transform: scale(1);
}
.bg-secondary {
  background-color: #343a40 !important;
}
.about-us .image-wrapper {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.about-us .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us .about-us-text {
  max-width: 350px;
  width: 100%;
  margin: auto;
}
.about-us .about-us-text .txt-14 {
  max-height: 250px;
  overflow: auto;
}
.about-us .about-us-text .txt-14::-webkit-scrollbar {
  width: 6px;
  cursor: pointer;
}
.about-us .about-us-text .txt-14::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.about-us .about-us-text .txt-14::-webkit-scrollbar-thumb {
  background: #007bff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about-us .about-us-text .txt-14::-webkit-scrollbar-thumb:hover {
  background: #0056b3;
}
.about-us-team-cards {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
}
.about-us-team-cards .card {
  width: 255px;
  height: 332px;
  margin-bottom: 20px;
}
.about-us-team-cards .card-body {
  padding: 30px 20px;
  z-index: 1;
  background-color: #fff;
  transition: all 0.6s ease;
}
.about-us-team-cards .card-title {
  height: 24px;
}
.about-us-team-cards .card-text {
  height: 56px;
}
.about-us-team-cards .card:hover .card-img,
.about-us-team-cards .card:hover .card-img-top {
  transform: scale(1.05);
}
.about-us-team-cards .card:hover .card-title {
  color: #007bff;
}
.statistics-section .section-header-links {
  transform: translateY(60px);
}
.statistics-section .section-header-links.left-0 {
  transform: translateY(68px);
}
.statistics-cards {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  margin-top: 100px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.statistics-cards .card {
  width: 350px;
  padding: 0;
  background: #f8f9fa;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 4px;
  margin: auto;
  margin-bottom: 30px;
}
.statistics-cards .card-body {
  padding: 20px;
  background: #f8f9fa;
}
.offices-header .navbar-brand img {
  width: 135px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.offices-header .navbar-light .navbar-nav .nav-item {
  margin-right: 10px;
}
.navbar-dropdown .dropdown-menu {
  padding: 0;
}
.navbar-dropdown .dropdown-menu.show {
  height: auto;
  padding: 8px 0px;
}
.process-section {
  padding-top: 90px;
  padding-bottom: 140px;
}
.process-section-content {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.process-section-content .process-block {
  width: 160px;
  max-height: 250px;
  margin: auto;
  padding: 20px;
  margin-top: 30px;
}
.process-section-content .process-block svg {
  width: 24px;
  height: 24px;
  fill: #ffd96f;
}
.process-section-content .process-block .text {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.5px;
  color: #212529;
  width: 120px;
  margin: 15px 0px;
}
.steps-card {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.steps-card .card {
  width: 200px;
  height: 160px;
  overflow: hidden;
  margin: auto;
  background: #fff;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0;
  margin-bottom: 10px;
}
.steps-card .card.active {
  background: #17a2b8;
}
.steps-card .card.active a {
  opacity: 0;
}
.steps-card .card.active .card-title {
  color: #fff;
}
.steps-card .card-body {
  padding: 20px;
  text-align: left;
}
.steps-card svg {
  width: 24px;
  height: 24px;
  fill: #ffd96f;
}
.steps-card .card-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  color: #212529;
  max-height: 48px;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 12px;
}
.offices-projects-slider-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.offices-projects-slider-container .swiper-slide {
  background: transparent;
  height: calc((100% - 30px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.offices-projects-slider-container .card {
  height: 380px;
}
.offices-projects-slider-container .card-body-header svg {
  width: 14px;
  height: 14px;
  fill: #8a8a8a;
}
.offices-projects-slider-container .card-title {
  height: auto;
  max-height: 96px;
}
.documents-section .projects-slider-container {
  height: 650px;
}
.documents-section .no-img-cards .card {
  height: 310px;
}
.documents-section .no-img-cards .card-title {
  height: auto;
  max-height: 200px;
}
.contacts-section .contacts-map-wrapper .map {
  width: 100%;
  height: 367px;
}
.contacts-section .contacts-text {
  max-width: 380px;
  width: 100%;
  margin: auto;
}
.contacts-section .contacts-text .txt-16 {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #343a40;
}
.contacts-section .contacts-social-link {
  margin-left: 10px;
  line-height: 1;
}
.contacts-section .contacts-social-link svg {
  width: 16px;
  height: 16px;
  fill: #111;
  transition: all 0.6s ease;
}
.contacts-section .contacts-social-link:hover svg {
  fill: #007bff;
}
.all-documents-grid {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  height: 100%;
}
.process-section .swiper-button-next,
.process-section .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.process-section .swiper-button-prev,
.process-section .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 35px;
}
.process-section .swiper-button-next:after,
.process-section .swiper-button-prev:after {
  font-size: 18px;
  color: #343a40;
  transition: all 0.6s ease;
}
.process-section .swiper-button-next.swiper-button-disabled,
.process-section .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer !important;
  pointer-events: auto;
}
.process-section .swiper-button-next:focus,
.process-section .swiper-button-prev:focus {
  outline: none;
}
.process-section .swiper-button-next:hover:after,
.process-section .swiper-button-prev:hover:after {
  color: #007bff;
}
.process-section-content .progress-block-step-number {
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
  width: 20px;
  height: 20px;
  background: #ffd96f;
  border-radius: 2px;
  margin-left: 10px;
}
.projects-steps-text p {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #343a40;
}
.projects-steps-card {
  background: #f8f9fa;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}
.projects-steps-card .card-body {
  padding: 20px;
}
.projects-steps-card .card-body h2 {
  line-height: 1;
  margin-bottom: 0;
}
.projects-steps-card .card-body .txt-14 {
  line-height: 1;
}
.projects-steps-card .badge {
  padding: 4px 8px;
  border-radius: 52px;
  margin-bottom: 10px;
}
.projects-steps-card .card-title {
  margin-bottom: 15px;
}
.projects-steps-card .card-text {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1px;
  color: #000;
}
.projects-grid {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  height: 100%;
}
.projects-grid.no-img-cards .card {
  height: 250px;
}
.voting-cards {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  margin-top: 100px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.voting-cards .card {
  height: 380px;
  margin-bottom: 20px;
}
.voting-cards .card-body-header svg {
  width: 14px;
  height: 14px;
  fill: #8a8a8a;
}
.voting-cards .card-title {
  height: auto;
  max-height: 48px;
}
.voting-cards .badge {
  border-radius: 52px;
  padding: 4px 8px;
  margin-bottom: 10px;
}
.pages-steps-arrows a {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #6c757d;
  display: flex;
  align-items: center;
}
.pages-steps-arrows svg {
  width: 14px;
  height: 14px;
  fill: #6c757d;
  margin: 0 10px;
}
.steps-details .steps-details-result {
  padding: 30px;
  background: #ffd96f;
  border-radius: 4px;
  margin-bottom: 60px;
}
.steps-details .steps-details-result h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 10px;
}
.steps-details .steps-details-result p {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #343a40;
  margin-bottom: 0;
}
.steps-details-text .steps-details-text-header .badge {
  border-radius: 52px;
  padding: 4px 8px;
}
.steps-details-text .steps-details-text-header svg {
  width: 14px;
  height: 14px;
  fill: #8a8a8a;
  margin-right: 10px;
}
.steps-details-text h1 {
  color: #000;
  margin-bottom: 25px;
}
.steps-details-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #343a40;
}
.steps-details .image-gallery-wrapper {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
}
.steps-details .gallery-wrap .card {
  width: 225px;
  height: 225px;
  overflow: hidden;
  border-radius: 6px;
  border: none;
  margin: auto;
  margin-bottom: 10px;
}
.steps-details .gallery-wrap .card:hover .card-img-top {
  transform: scale(1.2);
}
.steps-details .gallery-wrap .card-header {
  height: 100%;
}
.steps-details .gallery-wrap .card-img-top {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
}
.steps-details .gallery-wrap-header {
  margin-bottom: 30px;
  width: 100%;
}
.steps-details .gallery-wrap-header .card {
  width: 100%;
  height: 370px;
  margin-bottom: 0;
}
.steps-details .gallery-wrap-header .card:hover .card-img-top {
  transform: scale(1.1);
}
.steps-cards-wrapper .steps-cards-btns {
  padding: 30px 20px 10px;
  background: #fff;
  border-radius: 4px;
}
.steps-cards-wrapper .steps-cards-author {
  background: #17a2b8;
  border-radius: 4px;
  padding: 30px;
}
.steps-cards-wrapper .steps-cards-author .author-block span {
  margin-bottom: 6px;
  margin-left: 22px;
  color: rgba(255,255,255,0.5);
}
.steps-cards-wrapper .steps-cards-author svg {
  min-width: 14px;
  width: 14px;
  height: 14px;
  fill: #fff;
  margin-right: 10px;
}
.steps-cards-wrapper .steps-cards-calendar {
  background: #fff;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 20px;
}
.steps-cards-wrapper .steps-cards-calendar .steps-cards-calendar-item {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #6c757d;
  margin-bottom: 10px;
}
.steps-cards-wrapper .steps-cards-calendar .steps-cards-calendar-item span {
  font-weight: 700;
  width: 20px;
  height: 20px;
  background: #f8f9fa;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #212529;
}
.steps-cards-wrapper .steps-cards-calendar .steps-cards-calendar-item.pasted {
  color: #212529;
}
.steps-cards-wrapper .steps-cards-calendar .steps-cards-calendar-item.pasted span {
  background: #ffd96f;
}
.steps-cards-wrapper .steps-cards-calendar .steps-cards-calendar-item.active {
  color: #17a2b8;
}
.steps-cards-wrapper .steps-cards-calendar .steps-cards-calendar-item.active span {
  background: #ffd96f;
}
.steps-cards-wrapper .steps-cards-decision {
  padding: 20px;
  background: #fff;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 4px;
}
.steps-cards-wrapper .steps-cards-decision .logo {
  margin-bottom: 20px;
}
.steps-cards-wrapper .steps-cards-decision .logo img {
  width: 110px;
}
.steps-cards-wrapper .steps-cards-decision .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1px;
  color: #212529;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.steps-cards-wrapper .steps-cards-decision .text {
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #212529;
}
.steps-cards-wrapper .steps-cards-ads {
  padding: 20px;
  background: #f8f9fa;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 4px;
}
.steps-cards-wrapper .steps-cards-ads h5 {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 10px;
  height: 48px;
  overflow: hidden;
}
.steps-cards-wrapper .steps-cards-ads .text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #000;
  height: 84px;
  overflow: hidden;
}
.steps-cards-wrapper .card-ads-header {
  margin-bottom: 12px;
}
.steps-cards-wrapper .card-ads-header .swiper-button-next,
.steps-cards-wrapper .card-ads-header .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.steps-cards-wrapper .card-ads-header .swiper-button-prev,
.steps-cards-wrapper .card-ads-header .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 35px;
}
.steps-cards-wrapper .card-ads-header .swiper-button-next:after,
.steps-cards-wrapper .card-ads-header .swiper-button-prev:after {
  font-size: 18px;
  color: #343a40;
  transition: all 0.6s ease;
}
.steps-cards-wrapper .card-ads-header .swiper-button-next.swiper-button-disabled,
.steps-cards-wrapper .card-ads-header .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer !important;
  pointer-events: auto;
}
.steps-cards-wrapper .card-ads-header .swiper-button-next:focus,
.steps-cards-wrapper .card-ads-header .swiper-button-prev:focus {
  outline: none;
}
.steps-cards-wrapper .card-ads-header .swiper-button-next:hover:after,
.steps-cards-wrapper .card-ads-header .swiper-button-prev:hover:after {
  color: #007bff;
}
.steps-cards-projects-wrapper .steps-cards-ads h5 {
  height: 72px;
}
.comments-section .comments-textarea textarea,
.add-comments-form .comments-textarea textarea {
  background: #fff;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #6c757d;
  padding: 15px 20px;
  width: 100%;
  height: 128px;
}
.comments-section .comments-textarea textarea:placeholder,
.add-comments-form .comments-textarea textarea:placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #6c757d;
}
.comments-section span,
.add-comments-form span {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #8a8a8a;
}
.comments-wrapper {
  margin-top: 20px;
  border-top: 1px solid #dfdfdf;
}
.comments-wrapper .comments-item {
  margin-top: 30px;
}
.comments-wrapper .comments-item-text {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #343a40;
}
.comments-wrapper .comments-detail {
  display: flex;
  align-items: center;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #8a8a8a;
}
.comments-wrapper .comments-detail svg {
  width: 14px;
  height: 14px;
  fill: #8a8a8a;
}
.comments-reply {
  display: flex;
  align-items: center;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #007bff;
  cursor: pointer;
}
.comments-reply svg {
  width: 14px;
  height: 14px;
  fill: #007bff;
}
.comment-item-reply {
  padding: 25px 20px;
  background: #f8f9fa;
}
.comments-detail-to {
  display: flex;
  align-items: center;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3px;
  letter-spacing: 0.4px;
  color: #343a40;
}
.comments-detail-to svg {
  width: 14px;
  height: 14px;
}
.form-wrapper {
  background: #fff;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.15);
  padding: 50px;
  max-width: 540px;
  width: 100%;
}
.form-wrapper .section-header {
  margin-bottom: 40px;
}
.form-wrapper .form-group .form-label {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #000;
}
.select-type-item {
  width: 200px;
  margin: auto;
  margin-bottom: 15px;
}
.select-type-item input {
  position: absolute;
  left: -1px;
  opacity: 0;
  visibility: hidden;
}
.select-type-item label {
  display: block;
  position: relative;
  padding: 40px 20px;
  background: #fff;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  transition: all 0.4s ease;
  color: #212529;
}
.select-type-item label:hover,
.select-type-item input:focus + label {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.select-type-item input:checked + label {
  background: #17a2b8;
  color: #fff;
}
.select-type-item svg {
  width: 24px;
  height: 24px;
  fill: #ffd96f;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.register-form-wrapper {
  max-width: 700px;
}
@media (max-width: 1050px) {
  .navbar-brand .txt-12 {
    margin-left: 8px;
  }
  .navbar-light .navbar-nav .nav-item {
    margin-right: 12px;
  }
}
@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-item {
    border-bottom: 1px solid #ccc;
  }
  .search-form {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .all-town-halls-section .section-header-btn {
    transform: translateY(0px);
    margin-top: 30px;
  }
  .projects-section .section-header-links {
    right: 0;
    top: 80px;
  }
}
@media (max-width: 576px) {
  .gallery-wrap .swiper-button-next,
  .gallery-wrap .swiper-button-prev {
    transform: translateY(0px);
  }
  .swiper-button-next,
  .swiper-button-prev {
    transform: translateY(20px);
  }
  .section-header-links {
    right: 0;
    top: 90px;
  }
  .projects-section h1 {
    font-size: 32px;
  }
  .projects-section .no-img-cards {
    margin-top: 110px;
  }
  .projects-section .section-header-links {
    right: 0;
    top: 115px;
  }
  .projects-section .section-header-links.left-0 {
    top: 80px;
  }
  .projects-section .swiper-button-next,
  .projects-section .swiper-button-prev {
    transform: translateY(40px);
  }
}
@media (max-width: 400px) {
  .cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .cards-grid .card {
    width: 280px;
  }
  .cards .card {
    width: 280px;
  }
  .statistics-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .statistics-cards .card {
    width: 280px;
  }
}
@media (max-width: 1200px) {
  .statistics-section .statistics-cards {
    margin-top: 100px;
  }
  .statistics-section .section-header-links {
    transform: translateY(60px);
  }
  .offices-projects-section .offices-projects-slider-container {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .statistics-section .section-dropdown .dropdown-menu {
    transform: translate3d(0px, 44px, 0px) !important;
  }
  .statistics-section .section-dropdown .dropdown-menu.show {
    transform: translate3d(0px, 44px, 0px) !important;
  }
  .statistics-section .section-header-links .form-group {
    min-width: 80px;
  }
  .statistics-section .section-header-links.left-0 {
    transform: translateY(30px);
    top: 50%;
  }
  .statistics-section .section-header-links.right-0 {
    transform: translateY(60px);
  }
}
@media (max-width: 576px) {
  .statistics-section h1 {
    font-size: 32px;
  }
  .statistics-section .section-header-links.left-0 {
    transform: translateY(30px);
    top: 50%;
  }
  .statistics-section .section-header-links.right-0 {
    transform: translateY(60px);
    top: 50%;
  }
  .statistics-section .statistics-cards {
    margin-top: 130px;
  }
  .offices-projects-section .section-header-links.left-0 {
    transform: translateY(60px);
    top: 50%;
  }
  .offices-projects-section .section-header-links {
    transform: translateY(80px);
    top: 50%;
  }
}
@media (max-width: 1250px) {
  .projects-section .section-header-links .form-group {
    min-width: 80px;
  }
}
@media (max-width: 1200px) {
  .offices-header .navbar-brand img {
    width: 70px;
    max-height: 56px;
  }
}
@media (max-width: 991px) {
  .projects-grid {
    margin-top: 70px;
  }
}
@media (max-width: 576px) {
  .steps-card {
    margin-top: 80px;
  }
}
@media (max-width: 400px) {
  .voting-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  background: #343a40;
}
#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #007bff;
  border-top-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.iframe-video {
  max-width: 500px;
  width: 100%;
  height: 300px;
  margin: auto auto 30px auto;
}
.dropdown-item {
  white-space: initial;
}

