body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  min-width: 320px;
  position: relative;
}
.container {
  max-width: 1700px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
a {
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.box-shadow {
  box-shadow: 0px 4px 8px rgba(0,0,0,0.04), 0px 0px 2px rgba(0,0,0,0.06), 0px 0px 1px rgba(0,0,0,0.04);
}
h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 1.3;
  letter-spacing: -1.5px;
  color: #111;
}
h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #111;
}
h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #111;
}
h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  color: #111;
}
h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #111;
}
h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.15px;
  color: #111;
}
.subtitle_16 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.15px;
  color: #111;
}
.subtitle_14 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.15px;
  color: #111;
}
.txt_16 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #111;
}
.txt_14 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #111;
}
.txt_12 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #111;
}
.txt_10 {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  color: #111;
}
.btn_16 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #111;
}
.btn_14 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #111;
}
.link {
  min-width: 140px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-decoration: none;
  display: block;
  transition: all 0.6s ease;
}
.link-yellow {
  padding: 14px 22px;
  background: #f2ca30;
  border: 2px solid #f2ca30;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.25px;
  color: #111;
}
.link-yellow:hover {
  color: #111;
  background: transparent;
}
.link-white {
  padding: 14px 22px;
  background: transparent;
  border: 2px solid #f2ca30;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.25px;
  color: #111;
}
.link-white:hover {
  color: #111;
  background: #f2ca30;
}
.txt_before {
  position: relative;
}
.txt_before:before {
  content: '';
  width: 85px;
  position: absolute;
  left: 0;
  top: 12px;
  height: 25px;
  background: #f2ca30;
  z-index: 0;
}
.txt_before h4,
.txt_before h3,
.txt_before h5,
.txt_before h2 {
  z-index: 3;
  position: relative;
}
.section-before {
  position: relative;
}
.section-before:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 280px;
  background-color: #2e2e2c;
}
.section-before h4 {
  color: #fff;
}
.calendar-icon {
  width: 14px;
  min-width: 14px;
  height: 14px;
  fill: #f2ca30;
  transition: all 0.6s ease;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(242,202,48,0.2);
}
.w-30 {
  width: 30%;
}
.w-20 {
  width: 20%;
}
.section-default {
  padding-top: 90px;
  padding-bottom: 90px;
}
.light-gray-bg {
  background-color: #fafafa;
}
.banner-section img {
  width: 100%;
  max-height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #212529;
}
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #ccc;
  transform: translateY(-50%);
}
.container-checkbox input:checked ~ .checkmark {
  background-color: #f2ca30;
  border: 1px solid #f2ca30;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkmark:after {
  left: 20%;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
.txt_before_line {
  position: relative;
}
.txt_before_line:before {
  content: '';
  width: 3px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  background: #f2ca30;
  z-index: 0;
}
.txt_before_line h4,
.txt_before_line h3,
.txt_before_line h5,
.txt_before_line h2 {
  z-index: 3;
  position: relative;
  padding-left: 12px;
}
.navbar-dark {
  background: #111;
}
.navbar-dropdowns {
  background: #f2ca30;
}
.navbar-contacts {
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #c4c4c4;
  height: 40px;
}
.navbar-contacts * {
  color: #fff;
}
.navbar-contacts-social-link {
  margin-left: 10px;
  line-height: 1;
}
.navbar-contacts-social-link svg {
  fill: #fff;
  width: 14px;
  height: 14px;
  transition: all 0.6s ease;
}
.navbar-contacts-social-link svg:hover {
  fill: #f2ca30;
}
.navbar-contact-adress {
  margin-left: 60px;
}
.navbar-contact-phone a:hover {
  color: #fff;
}
.navbar-brands {
  padding-top: 17px;
  padding-bottom: 18px;
}
.gouvern-icon {
  width: 44px;
  height: 54px;
}
.brd-icon {
  width: 131px;
  height: 32px;
}
.navbar-brand-text {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #fff;
  margin-top: 5px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-50 {
  margin-left: 50px;
}
.navbar-brands-links a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #f2ca30;
  padding: 0;
}
.dropdown a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #f2ca30;
  padding: 0;
  display: flex;
  align-items: center;
}
.dropdown .dropdown-toggle::after {
  display: none;
}
.dropdown .dropdown-toggle.show .arrow-down-icon {
  transform: rotate(-180deg);
  transition: all 0.6s ease;
}
.dropdown .arrow-down-icon {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  transition: all 0.6s ease;
  fill: #f2ca30;
}
.dropdown .dropdown-menu {
  display: block;
  height: 0;
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  visibility: hidden;
  padding: 0;
  max-width: 280px;
  left: 50%;
  transform: translate3d(-50%, 30px, 0px) !important;
  min-width: 7rem;
  transition: all 0.6s ease;
  border-radius: 0px;
}
.dropdown .dropdown-menu.show {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transform: translate3d(-50%, 0px, 0px) !important;
}
.dropdown .dropdown-menu:last-child {
  border-bottom: 0;
}
.dropdown .dropdown-item {
  padding: 10px 20px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #212529;
  background: #fff;
  transition: all 0.6s ease;
  word-wrap: break-word;
  white-space: break-spaces;
}
.dropdown .dropdown-item:hover {
  color: #111;
  background: #f2ca30;
}
.dropdown-lang a {
  color: #fff;
}
.dropdown-lang .dropdown-menu {
  min-width: 100%;
}
.dropdown-lang .dropdown-menu li {
  width: 100%;
}
.dropdown-lang .dropdown-item {
  width: 100%;
  white-space: initial;
}
.search-icon-container {
  position: relative;
  cursor: pointer;
  width: 20px;
  margin-left: 20px;
  z-index: 3;
}
.search-icon-container .search-icon {
  width: 24px;
  height: 24px;
  fill: #fff;
  z-index: 3;
  position: relative;
  transition: all 0.6s ease;
}
.search-icon-container .search-icon:hover {
  fill: #f2ca30;
}
.search-icon-container .close-icon {
  width: 20px;
  height: 20px;
  fill: #000;
  stroke: #000;
}
#search {
  position: absolute;
  padding: 6px 20px;
  padding-left: 25px;
  background: #fff;
  border: 1px solid #d2d0ce;
  box-sizing: border-box;
  border-radius: 2px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0%;
  outline: none;
  cursor: text;
  transition: all 0.6s ease;
}
#search.show {
  opacity: 1;
  width: 100%;
  min-width: 250px;
  max-width: 300px;
  z-index: 4;
  visibility: visible;
}
#clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: none;
  cursor: pointer;
  z-index: 5;
}
#clear .close-icon {
  width: 10px;
  height: 10px;
}
.personal-office {
  margin-left: 20px;
}
.personal-office .personal-office-icon {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: all 0.6s ease;
}
.personal-office .personal-office-icon:hover {
  fill: #f2ca30;
}
.navbar-dropdowns .dropdown {
  padding-top: 17px;
  padding-bottom: 13px;
  margin-left: 10px;
  margin-right: 10px;
}
.navbar-dropdowns .dropdown a {
  color: #111;
}
.navbar-dropdowns .dropdown .dropdown-menu {
  min-width: 200px;
}
.navbar-dropdowns .dropdown .arrow-down-icon {
  fill: #111;
}
.navbar-dropdowns .dropdown-toggle {
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.navbar-toggler {
  outline: none;
  border: none;
  box-shadow: none;
}
.navbar-toggler:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
@media (max-width: 1750px) {
  .navbar-dropdowns .dropdown .dropdown-menu {
    min-width: 160px;
  }
  .navbar-dropdowns .dropdown .dropdown-item {
    padding: 10px 9px;
  }
}
@media (max-width: 1250px) {
  .navbar-dropdowns .dropdown .dropdown-menu {
    min-width: 120px;
  }
}
.top-slider {
  max-height: 950px;
  min-height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.top-slider-container {
  height: 100%;
}
.top-slider-info {
  margin-top: 200px;
}
.top-slider-info h3 {
  padding-left: 10px;
  margin-bottom: 10px;
}
.top-slider-info .txt_before:before {
  width: 190px;
  height: 30px;
  top: 15px;
}
.top-slider-info-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  max-width: 370px;
  width: 100%;
  letter-spacing: 0.5px;
  color: #808080;
  z-index: 1;
  position: relative;
}
.top-slider-info-arrows {
  max-width: 370px;
  width: 100%;
  height: 32px;
  margin-top: 30px;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 32px;
}
.top-slider-button-next,
.top-slider-button-prev {
  background: #f2ca30;
  transition: all 0.6s ease;
}
.top-slider-button-next:hover,
.top-slider-button-prev:hover {
  opacity: 0.7;
}
.top-slider-button-next {
  left: 36px;
  right: auto;
}
.top-slider-button-prev {
  left: 0;
}
.top-slider-yellow-bg {
  max-width: 670px;
  width: 100%;
  height: 670px;
  background: #f2ca30;
  position: relative;
  margin-left: auto;
}
.top-slider-yellow-bg img {
  position: absolute;
  max-width: 530px;
  width: 100%;
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 0%;
  left: 0;
  transform: translate(-25%, 0%);
}
.top-slider-pagination-block {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 20px;
  max-width: 170px;
  width: 100%;
  background: #fafafa;
  display: flex;
  align-items: center;
}
.top-slider-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-slider-pagination .swiper-pagination-bullet {
  margin-bottom: 30px;
  width: 10px;
  height: 10px;
  border-radius: 0;
  position: relative;
  background: #f2ca30;
  border: 2px solid #fff;
  opacity: 1;
  transition: all 0.6s ease;
}
.top-slider-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.top-slider-pagination .swiper-pagination-bullet-active {
  border: 4px solid #f2ca30;
  width: 15px;
  height: 15px;
  background: #fff;
}
.top-slider-social {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 70px;
  padding-left: 5%;
  bottom: 0;
  max-width: 385px;
  width: 100%;
  background: #fafafa;
  display: flex;
  flex-direction: column;
}
.top-slider-social-line {
  width: 18px;
  height: 173px;
  background: #f2ca30;
}
.top-slider-social-container {
  width: 18px;
  position: relative;
  z-index: 44;
}
.top-slider-contacts-social-link {
  margin-top: 20px;
}
.top-slider-contacts-social-link svg {
  width: 18px;
  height: 18px;
  fill: #f2ca30;
}
.news-section {
  padding-top: 90px;
  padding-bottom: 110px;
  background: #fafafa;
}
.news-section-header-title h4 {
  color: #fff;
  padding-left: 12px;
}
.news-section-header-links {
  z-index: 2;
}
.news-section-header-links .dropdown {
  margin-right: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-section-header-links .dropdown a {
  color: #fff;
}
.news-section-header-links .dropdown a:hover {
  color: #f2ca30;
}
.news-section-header-links .dropdown a:hover .arrow-down-icon {
  fill: #f2ca30;
}
.news-section-header-links .dropdown .arrow-down-icon {
  fill: #fff;
}
.news-section-header-links a.dropdown-item {
  color: #212529;
}
.news-section-header-links a.dropdown-item:hover {
  color: #fff;
}
.news-section-header-links .dropdown-menu {
  transition: all 0.6s ease !important;
  left: 0;
  transform: translate3d(0%, 44px, 0px) !important;
}
.news-section-header-links .dropdown-menu.show {
  transform: translate3d(0%, 30px, 0px) !important;
}
.see-all-link {
  margin-right: 45px;
}
.see-all-link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #fff;
  transition: all 0.6s ease;
}
.see-all-link a:hover {
  color: #f2ca30;
}
.news-slider-arrows {
  min-width: 64px;
  height: 32px;
}
.news-slider-arrows .news-slider-button-next {
  right: 0;
  top: 100%;
  transform: translateY(-35%);
  color: #fff;
  transition: all 0.6s ease;
}
.news-slider-arrows .news-slider-button-next:hover {
  color: #f2ca30;
}
.news-slider-arrows .news-slider-button-prev {
  left: 0;
  top: 100%;
  transform: translateY(-35%);
  color: #fff;
  transition: all 0.6s ease;
}
.news-slider-arrows .news-slider-button-prev:hover {
  color: #f2ca30;
}
.cards {
  margin-top: 30px;
}
.cards .card {
  margin: auto;
  max-width: 390px;
  border: none;
  border-radius: 0;
  transition: all 0.6s ease;
  height: 520px;
  background: #fff;
}
.cards .card a {
  word-break: normal !important;
}
.cards .card-header {
  padding: 0;
  border-bottom: none;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 230px;
  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: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
  border-radius: 0;
}
.cards .card-event-days {
  position: absolute;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #fff;
  min-width: 80px;
  background: #111;
  padding: 7px 10px;
  top: 0px;
  right: 0px;
  z-index: 1;
  transition: all 0.6s ease;
  display: none;
}
.cards .card-event-days span {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #f2ca30;
}
.cards .card-events .card-event-days {
  display: block;
}
.cards .card-events .card-body-event-date {
  display: block;
}
.cards .card-header-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: rgba(242,202,48,0.2);
}
.cards .card-header-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  background: $green;
  width: 27px;
  height: 27px;
  text-align: center;
  transition: all 0.6s ease;
}
.cards .card-header-arrow .arrow-right-small {
  fill: #fff;
  margin-left: 0;
  transition: all 0.6s ease;
}
.cards .card-body {
  padding: 30px 20px 45px 20px;
  z-index: 1;
  background-color: #fff;
  transition: all 0.6s ease;
}
.cards .card-body-header {
  margin-bottom: 10px;
}
.cards .card-body-category {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #fff;
  text-align: center;
  padding: 7px 10px;
  background: #f2ca30;
  transition: all 0.6s ease;
}
.cards .card-body-event-date {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #808080;
  margin-left: 10px;
  display: none;
  transition: all 0.6s ease;
}
.cards .card-body-event-date .calendar-icon {
  margin-right: 5px;
}
.cards .card-date {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #808080;
  transition: all 0.6s ease;
}
.cards .card-title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #111;
  margin-bottom: 20px;
  height: 95px;
  overflow: hidden;
  transition: all 0.6s ease;
  text-align: left;
}
.cards .card-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #808080;
  height: 60px;
  overflow: hidden;
  transition: all 0.6s ease;
  margin-bottom: 0;
}
.cards .card-body-link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.cards .card-body-link .card-body-link-icon {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.cards .card:hover .card-body {
  background: #f2ca30;
}
.cards .card:hover .card-body-category {
  background: #fff;
  color: #f2ca30;
}
.cards .card:hover .card-body-event-date,
.cards .card:hover .card-date {
  color: #fff;
}
.cards .card:hover .card-body-event-date .calendar-icon,
.cards .card:hover .card-date .calendar-icon {
  fill: #fff;
}
.cards .card:hover .card-title {
  color: #fff;
}
.cards .card:hover .card-text {
  color: #fff;
}
.cards .card:hover .card-body-link {
  opacity: 1;
  visibility: visible;
}
.cards .card:hover .card-img,
.cards .card:hover .card-img-top {
  transform: scale(1.2);
}
.table-section {
  padding-top: 90px;
  padding-bottom: 110px;
}
.table-section .table-section-header {
  margin-bottom: 55px;
}
.form-group {
  margin-right: 40px;
}
.search-icon {
  width: 18px;
  height: 18px;
  fill: #f2ca30;
}
.form-search-btn {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.form-search-btn:focus {
  outline: none;
}
.form-control {
  border-radius: 0;
  padding: 15px 30px 14px;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  font-family: Helvetica Neue;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #111;
  background: transparent;
  cursor: pointer;
  max-width: 220px;
}
.form-control:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: none;
  background: transparent;
}
.form-control::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  font-family: Helvetica Neue;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #111;
}
.form-control:-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  font-family: Helvetica Neue;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #111;
}
.form-control::placeholder {
  font-weight: 500;
  font-size: 16px;
  font-family: Helvetica Neue;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #111;
}
.checkbox-style {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 45px;
}
.checkbox-style:last-child {
  margin-right: 0;
}
.checkbox-style span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #212529;
  margin-left: 15px;
}
.checkbox-style label {
  background-color: transparent;
  border: 2px solid #f2ca30;
  border-radius: 0;
  height: 16px;
  min-width: 16px;
  position: relative;
  cursor: pointer;
  transition: border 0.3s ease;
}
.checkbox-style label:after {
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  opacity: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -60%) rotate(-45deg);
  width: 8px;
}
.checkbox-style input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkbox-style input[type="checkbox"]:hover ~ label {
  border-color: #f2ca30;
}
.checkbox-style input[type="checkbox"]:checked + label {
  background-color: #f2ca30;
  border-color: #f2ca30;
}
.checkbox-style input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.jobs-table {
  min-width: 1600px;
}
.jobs-table tr:nth-child(even) {
  background: #fafafa;
}
.jobs-table tr:nth-child(even):hover {
  background: #f2f2f2;
}
.jobs-table tr:nth-child(odd) {
  background: #fff;
}
.jobs-table tr:nth-child(odd):hover {
  background: #f2f2f2;
}
.jobs-table .table-row {
  border-left: 3px solid #f2ca30;
  transition: all 0.6s ease;
  position: relative;
  border-bottom: 20px solid #fff;
}
.jobs-table .table-row .table-row-hover-polygon-icon {
  width: 8px;
  height: 16px;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.jobs-table .table-row:hover .jobs-table-company-name {
  color: #f2ca30;
}
.jobs-table .table-row:hover .table-row-hover-polygon-icon {
  visibility: visible;
  opacity: 1;
  left: -1px;
}
.jobs-table .table-row td {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 0.6s ease;
  vertical-align: middle;
  border-bottom: 0;
  position: relative;
}
.jobs-table .jobs-table-img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.jobs-table .jobs-table-company-name {
  max-height: 62px;
  overflow: hidden;
  margin-bottom: 7px;
  transition: all 0.6s ease;
}
.jobs-table .jobs-table-company-description {
  font-size: 16px;
  line-height: 1.3;
  max-height: 44px;
  overflow: hidden;
  letter-spacing: 0.5px;
  color: #808080;
  max-width: 922px;
  margin-bottom: 0;
  display: block;
}
.pound-icon {
  width: 14px;
  height: 14px;
  fill: #f2ca30;
  transition: all 0.6s ease;
}
.location-icon {
  width: 14px;
  height: 14px;
  fill: #f2ca30;
  transition: all 0.6s ease;
}
.job-table-date,
.job-table-salary,
.job-table-location {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #808080;
}
.job-table-date span,
.job-table-salary span,
.job-table-location span {
  color: #f2ca30;
}
.pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
}
.pagination .page-link {
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: #808080;
  transition: all 0.6s ease;
  border-bottom: 2px solid transparent;
}
.pagination .page-link:hover {
  background: transparent;
  color: #f2ca30;
  border-bottom: 2px solid #f1f1f1;
}
.pagination .page-link:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}
.pagination .page-link.active {
  color: #f2ca30;
  border-bottom: 2px solid #f2ca30;
}
.map-section {
  position: relative;
}
.map-section .map {
  width: 100%;
  height: 670px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.map-section .map-legend {
  position: absolute;
  top: 90px;
  width: 310px;
}
.map-section .map-legend h4 {
  color: #fff;
  padding-left: 10px;
  border-left: 3px solid #f2ca30;
  margin-bottom: 0;
}
.map-section .map-legend-points {
  background: #212121;
  border: 2px solid #f2ca30;
  box-sizing: border-box;
  padding: 20px 30px;
  margin-top: 20px;
}
.map-section .map-legend-point-item {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 15px;
}
.map-section .map-legend-point-item:last-child {
  margin-bottom: 0;
}
.map-section .map-legend-point-associations {
  background: #f2ca30;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.map-section .map-legend-point-centers {
  background: #fff;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.map-section .map-legend-point-associations-spain {
  position: absolute;
  top: 345px;
  left: 785px;
  z-index: 3;
}
.map-section .popup-block {
  position: absolute;
  top: 125px;
  left: 80%;
  z-index: 3;
}
.map-section .popup {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.6s ease;
}
.map-section .popup-body {
  visibility: hidden;
  opacity: 0;
  width: 320px;
  background: #2e2e2c;
  color: #fff;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  transition: all 0.6s ease;
  padding: 40px 20px;
}
.map-section .popup-body .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.6s ease;
}
.map-section .popup-body .popup-close:hover {
  color: #f2ca30;
}
.map-section .popup .show {
  visibility: visible;
  transition: all 0.6s ease;
  opacity: 1;
}
.map-section .popup-body-header {
  margin-bottom: 35px;
}
.map-section .popup-body-header img {
  width: 40px;
  height: 30px;
  margin-right: 15px;
}
.map-section .popup-body-header span {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
}
.map-section .members-icon {
  width: 14px;
  height: 14px;
  fill: #f2ca30;
  margin-right: 10px;
}
.map-section .members-popup-social-link {
  margin-left: 10px;
}
.map-section .members-popup-social-link svg {
  width: 14px;
  height: 14px;
  fill: #f2ca30;
  transition: all 0.6s ease;
}
.map-section .members-popup-social-link:hover svg {
  fill: #fff;
}
.questions-section {
  padding-top: 90px;
  padding-bottom: 110px;
  min-height: 670px;
}
.questions-section .questions-section-header {
  margin-bottom: 40px;
}
.questions-section .see-all-link a {
  color: #111;
}
.questions-section .see-all-link a:hover {
  color: #f2ca30;
}
.questions-section .panel {
  margin-bottom: 20px;
}
.questions-section .panel .panel-body {
  border-left: 3px solid #f2ca30;
  padding-left: 15px;
  margin-left: 40px;
  padding-right: 15px;
  transition: all 0.6s ease;
  padding-top: 20px;
}
.questions-section .panel-title {
  margin-bottom: 0;
}
.questions-section .panel-title a {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #111;
  padding-left: 25px;
  position: relative;
  display: block;
}
.questions-section .panel-title a:after {
  content: '';
  width: 14px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #2e2e2c;
  transition: all 0.6s ease;
}
.questions-section .panel-title a:before {
  content: '';
  width: 4px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(50%);
  background: transparent;
  visibility: hidden;
  transition: all 0.6s ease;
}
.questions-section .panel-title a.collapsed:after {
  background: #f2ca30;
}
.questions-section .panel-title a.collapsed:before {
  content: '';
  width: 4px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #f2ca30;
  visibility: visible;
}
.questions-section .panel-body-text {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #808080;
}
.questions-section-message {
  position: relative;
  width: 100%;
  height: 388px;
}
.questions-section-message:after {
  content: '';
  position: absolute;
  width: 322px;
  top: 50%;
  right: 0;
  transform: translate(20px, -50%);
  height: 322px;
  z-index: -1;
  background: #f2ca30;
}
.questions-section-message {
  width: 100%;
  height: 388px;
  -o-object-fit: cover;
     object-fit: cover;
}
.questions-section-message-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.questions-section-message-content h3 {
  color: #fff;
  line-height: 1.4;
  padding-left: 12px;
  margin-bottom: 30px;
}
.questions-section-message-content .txt_before:before {
  width: 130px;
  height: 30px;
  top: 15px;
}
.questions-section-message-content .questions-section-message-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #fff;
  max-height: 155px;
  overflow: auto;
  margin-bottom: 30px;
}
.questions-section-message-content .questions-section-message-text::-webkit-scrollbar {
  width: 4px;
}
.questions-section-message-content .questions-section-message-text::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.questions-section-message-content .questions-section-message-text::-webkit-scrollbar-thumb {
  background: #f2ca30;
}
.questions-section-message-content .questions-section-message-text::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.diaspora-group-section {
  padding-top: 90px;
  padding-bottom: 110px;
  background: #fafafa;
}
.diaspora-group-section .diaspora-group-table {
  width: 100%;
}
.diaspora-group-section .diaspora-group-table tbody {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.diaspora-group-section .diaspora-group-table tr {
  background: transparent;
  width: 33%;
  margin-right: 0.32px;
}
.diaspora-group-section .diaspora-group-table tr:hover {
  background: #f2f2f2;
}
.diaspora-group-section .diaspora-group-table .table-row {
  border-left: 3px solid #f2ca30;
  transition: all 0.6s ease;
  position: relative;
  border-bottom: 0;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  align-items: center;
}
.diaspora-group-section .diaspora-group-table .table-row .table-row-hover-polygon-icon {
  width: 8px;
  height: 16px;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.diaspora-group-section .diaspora-group-table .table-row:hover .jobs-table-company-name {
  color: #f2ca30;
}
.diaspora-group-section .diaspora-group-table .table-row:hover .table-row-hover-polygon-icon {
  visibility: visible;
  opacity: 1;
  left: -1px;
}
.diaspora-group-section .diaspora-group-table .table-row td {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  transition: all 0.6s ease;
  vertical-align: middle;
  border-bottom: 0;
  position: relative;
}
.diaspora-group-section .diaspora-group-table .table-row td span {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  margin-left: 10px;
  color: #111;
}
.diaspora-group-section .diaspora-group-table-contry {
  width: 40px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.diaspora-group-section .members-icon {
  width: 14px;
  height: 14px;
  fill: #f2ca30;
  margin-right: 10px;
}
.diaspora-group-section .members-table-text {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #808080;
}
.diaspora-group-section .members-table-numbers {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #808080;
}
.diaspora-group-section .members-table-social-link {
  margin-right: 10px;
}
.diaspora-group-section .members-table-social-link svg {
  width: 18px;
  height: 18px;
  fill: #f2ca30;
  transition: all 0.6s ease;
}
.diaspora-group-section .members-table-social-link:hover svg {
  fill: #2e2e2c;
}
.partners-section,
.institutions-section {
  padding-top: 90px;
  padding-bottom: 150px;
}
.partners-section-header,
.institutions-section-header {
  margin-bottom: 25px;
}
.partners-card,
.institutions-card {
  width: 250px;
  height: 250px;
  border: 5px solid transparent;
  box-sizing: border-box;
  background: #fff;
  margin: auto;
  position: relative;
  transition: all 0.6s ease;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.04), 0px 0px 2px rgba(0,0,0,0.06), 0px 0px 1px rgba(0,0,0,0.04);
}
.partners-card:hover,
.institutions-card:hover {
  background: #2e2e2c;
  border: 5px solid #fff;
}
.partners-card:hover .partners-card-name,
.institutions-card:hover .partners-card-name,
.partners-card:hover .institutions-card-name,
.institutions-card:hover .institutions-card-name {
  color: #fff;
}
.partners-card .partners-card-name,
.institutions-card .partners-card-name,
.partners-card .institutions-card-name,
.institutions-card .institutions-card-name {
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #2e2e2c;
  width: 100%;
  min-width: 155px;
  transition: all 0.6s ease;
}
.partners-card-content,
.institutions-card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partners-card-content img,
.institutions-card-content img {
  max-width: 155px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100px;
}
.partners-slider-pagination,
.institutions-slider-pagination {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.25px;
  color: #fff;
  transform: translateY(-50%);
}
.partners-slider-button-prev,
.institutions-slider-button-prev {
  left: -100%;
  color: #fff;
  transition: all 0.6s ease;
}
.partners-slider-button-prev:hover,
.institutions-slider-button-prev:hover {
  color: #f2ca30;
}
.partners-slider-button-next,
.institutions-slider-button-next {
  right: -100%;
  color: #fff;
  transition: all 0.6s ease;
}
.partners-slider-button-next:hover,
.institutions-slider-button-next:hover {
  color: #f2ca30;
}
.modal-group-partners .modal-dialog,
.modal-group-institutions .modal-dialog {
  position: absolute;
  max-width: 400px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}
.modal-group-partners .close,
.modal-group-institutions .close {
  position: absolute;
  top: 0;
  right: 0;
  background: #f2ca30;
  width: 60px;
  height: 60px;
  border: none;
  color: #fff;
  font-size: 24px;
}
.modal-group-partners .close:focus,
.modal-group-institutions .close:focus {
  outline: none;
}
.modal-group-partners .modal-text,
.modal-group-institutions .modal-text {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 3px solid #f2ca30;
  padding-bottom: 30px;
}
.modal-group-partners .modal-text-header,
.modal-group-institutions .modal-text-header {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #111;
  margin-bottom: 15px;
}
.modal-group-partners .modal-text-description,
.modal-group-institutions .modal-text-description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #808080;
  margin-bottom: 15px;
}
.modal-group-partners .modal-text-link,
.modal-group-institutions .modal-text-link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #111;
}
.modal-group-partners .modal-text-link a,
.modal-group-institutions .modal-text-link a {
  color: #f2ca30;
}
.modal-group-partners .modal-text-link svg,
.modal-group-institutions .modal-text-link svg {
  width: 14px;
  height: 14px;
  fill: #f2ca30;
  margin-left: 10px;
  margin-right: 5px;
}
.biblioteca-section .news-section-header-title h4 {
  color: #2e2e2c;
}
.biblioteca-section .news-section-header-links .dropdown a {
  color: #2e2e2c;
  transition: all 0.6s ease;
}
.biblioteca-section .news-section-header-links .dropdown a:hover {
  color: #f2ca30;
}
.biblioteca-section .news-section-header-links .dropdown .arrow-down-icon {
  fill: #2e2e2c;
}
.fill-facebook {
  fill: #4267b2 !important;
}
.fill-linkedin {
  fill: #0e76a8 !important;
}
.fill-twitter {
  fill: #1da1f2 !important;
}
.fill-youtube {
  fill: #f00 !important;
}
.all-cards-section .checkbox-style span {
  color: #fff;
}
.all-cards {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, minmax(390px, 1fr));
  margin-top: 35px;
  position: relative;
  z-index: 1;
}
.all-cards:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: -20px;
  width: 250px;
  height: 250px;
  z-index: 0;
  background: #f2ca30;
}
.all-cards:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -40px;
  width: 30px;
  height: 30px;
  z-index: 0;
  background: #f2ca30;
}
.all-cards .card {
  margin-bottom: 40px;
  z-index: 3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.news-propose-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #2e2e2c;
}
.news-propose-section .news-propose-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-propose-section .link-yellow:hover {
  color: #fff;
}
.modal-news .modal-dialog {
  position: absolute;
  max-width: 810px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}
.modal-news .close {
  position: absolute;
  top: 0;
  right: 0;
  background: #f2ca30;
  width: 60px;
  height: 60px;
  border: none;
  color: #fff;
  font-size: 24px;
}
.modal-news .close:focus {
  outline: none;
}
.modal-news .modal-text {
  padding: 120px 140px;
}
.modal-news .modal-text h3 {
  font-weight: 500;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 0.25px;
  color: #111;
  margin-bottom: 60px;
}
.modal-news .form-group {
  margin-bottom: 20px;
  margin-right: 0;
}
.modal-news .form-control {
  width: 100%;
  max-width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #9b9b9b;
  padding-left: 35px;
  border-bottom: 2px solid #e4e4e4;
}
.modal-news .form-control::-moz-placeholder {
  color: #9b9b9b;
}
.modal-news .form-control:-ms-input-placeholder {
  color: #9b9b9b;
}
.modal-news .form-control::placeholder {
  color: #9b9b9b;
}
.modal-news .form-control:focus + .form-group-icon {
  fill: #f2ca30;
}
.modal-news .form-group-icon {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: #111;
  transition: all 0.6s ease;
}
.modal-news textarea.form-control {
  height: 140px;
  resize: none;
}
.modal-news textarea.form-control + .form-group-icon {
  top: 27px;
}
.modal-news .link-yellow:hover {
  color: #f2ca30;
}
@media (max-width: 1675px) {
  .all-cards {
    grid-template-columns: repeat(3, minmax(390px, 1fr));
  }
}
@media (max-width: 1275px) {
  .all-cards {
    grid-template-columns: repeat(2, minmax(390px, 1fr));
  }
}
@media (max-width: 875px) {
  .all-cards {
    grid-template-columns: repeat(1, minmax(390px, 1fr));
  }
}
.post-inside {
  padding-bottom: 110px;
}
.post-inside .section-before:before {
  height: 400px;
}
.post_img {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 40px;
}
.post_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-wrap-overlay {
  position: relative;
}
.post-wrap-overlay:before {
  content: '';
  width: 30px;
  max-height: 500px;
  height: 100%;
  background: #f2ca30;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-100%, -50%);
  z-index: 0;
}
.post-wrap-overlay:after {
  content: '';
  width: 30px;
  max-height: 500px;
  height: 100%;
  background: #f2ca30;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(100%, -50%);
  z-index: 0;
}
.post-info {
  margin-top: 60px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #808080;
  margin-bottom: 20px;
}
.post-info .post-info--category {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #fff;
  text-align: center;
  padding: 7px 10px;
  background: #f2ca30;
  transition: all 0.6s ease;
}
.post-info .post-info--data {
  margin-left: 40px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #111;
}
.post-wrap-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.post-content h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 67px;
  color: #2e2e2c;
}
.post-content h3 {
  margin: 60px 0 20px;
  font-weight: 500;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 0.25px;
  color: #24272a;
}
.post-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #808080;
  margin-bottom: 20px;
}
.post-content a {
  color: #f2ca30;
  transition: all 0.6s ease;
}
.post-content a:hover {
  color: #24272a;
}
.gallery-wrap {
  max-width: 1090px;
  width: 100%;
  margin: auto;
  margin-top: 90px;
  padding-bottom: 0;
  position: relative;
}
.gallery-wrap:before {
  content: '';
  position: absolute;
  right: -20px;
  top: -20px;
  width: 250px;
  height: 250px;
  z-index: 0;
  background: #f2ca30;
}
.gallery-wrap:after {
  content: '';
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 250px;
  height: 250px;
  z-index: 0;
  background: #f2ca30;
}
.swiper-container-grid-post {
  width: 100%;
  height: 740px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container-grid-post .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  height: calc((100% - 30px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container-grid-post .image-gallery-wrapper .card-img-top {
  max-width: 336px;
  width: 100%;
  height: 336px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
}
.swiper-container-grid-post .card-header,
.swiper-container-grid-post .card {
  height: 336px;
  border: none;
  background: none;
  overflow: hidden;
}
.swiper-container-grid-post .card-header:hover .card-img-top,
.swiper-container-grid-post .card:hover .card-img-top {
  transform: scale(1.2);
}
.our-story-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 220px;
}
.our-story-img {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 3;
}
.our-story-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-story-img-wrapper {
  position: relative;
}
.our-story-img-wrapper:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 250px;
  height: 250px;
  z-index: 0;
  background: #f2ca30;
}
.our-story-img-wrapper:before {
  content: '';
  position: absolute;
  bottom: -75px;
  left: -55px;
  width: 30px;
  height: 30px;
  z-index: 0;
  background: #f2ca30;
}
.our-story-text-wrapper {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-left: 3px solid #f2ca30;
  position: relative;
}
.our-story-text-wrapper:after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: 0px;
  width: 30px;
  height: 30px;
  z-index: 0;
  background: #f2ca30;
}
.our-story-text-wrapper:before {
  content: '';
  position: absolute;
  bottom: -115px;
  right: 15px;
  width: 55px;
  height: 55px;
  z-index: 0;
  background: #f2ca30;
}
.our-story-text-wrapper h5 {
  margin-bottom: 20px;
  max-width: 650px;
}
.our-story-text-wrapper p {
  color: #808080;
  max-width: 650px;
}
.our-story-text-wrapper strong {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #111;
}
.our-story-text-wrapper svg {
  min-width: 14px;
  width: 14px;
  height: 14px;
  fill: #f2ca30;
  margin: 0px 5px 0px 10px;
  transition: all 0.6s ease;
}
.our-story-text-wrapper a {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #f2ca30;
  transition: all 0.6s ease;
}
.our-story-text-wrapper a:hover {
  color: #111;
}
.our-story-text-wrapper a:hover svg {
  fill: #111;
}
.our-story-text-wrapper .our-story-text {
  overflow: auto;
  max-height: 380px;
}
.our-story-text-wrapper .our-story-text::-webkit-scrollbar {
  width: 4px;
}
.our-story-text-wrapper .our-story-text::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.our-story-text-wrapper .our-story-text::-webkit-scrollbar-thumb {
  background: #f2ca30;
}
.our-story-text-wrapper .our-story-text::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.our-priority-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.our-priority-section h5 {
  margin-bottom: 20px;
}
.our-priority-section ul {
  list-style: none;
  padding-left: 0;
}
.our-priority-section ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.our-priority-section ul li span {
  margin-right: 10px;
  color: #f2ca30;
}
.our-priority-section ul li span:last-child {
  margin-right: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #808080;
}
.our-mission-section {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}
.our-mission-section:before {
  height: 535px;
}
.our-mission-text-wrapper {
  position: relative;
  padding: 60px 0px 60px 145px;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.04), 0px 0px 2px rgba(0,0,0,0.06), 0px 0px 1px rgba(0,0,0,0.04);
}
.our-mission-text-wrapper img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 580px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-mission-text {
  padding: 30px 0px 30px 20px;
  border-left: 3px solid #f2ca30;
}
.our-mission-text .our-mission-text-container {
  height: 372px;
  overflow: auto;
  padding-right: 30px;
}
.our-mission-text .our-mission-text-container::-webkit-scrollbar {
  width: 4px;
}
.our-mission-text .our-mission-text-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.our-mission-text .our-mission-text-container::-webkit-scrollbar-thumb {
  background: #f2ca30;
}
.our-mission-text .our-mission-text-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.our-mission-text h5 {
  margin-bottom: 20px;
}
.our-mission-text p {
  color: #808080;
  max-width: 650px;
}
.our-mission-img {
  width: 100%;
  height: 603px;
  position: relative;
  z-index: 3;
}
.our-mission-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-mission-img-wrapper {
  position: relative;
}
.our-mission-img-wrapper:after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 250px;
  height: 250px;
  z-index: 0;
  background: #f2ca30;
}
.our-mission-img-wrapper:before {
  content: '';
  position: absolute;
  bottom: -75px;
  right: -55px;
  width: 30px;
  height: 30px;
  z-index: 0;
  background: #f2ca30;
}
.our-objectives-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.our-objectives-section .our-objectives-items {
  margin-top: 40px;
  position: relative;
}
.our-objectives-section .our-objectives-items:after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 15px;
  width: 55px;
  height: 55px;
  z-index: 0;
  background: #f2ca30;
}
.our-objectives-section .our-objectives-items:before {
  content: '';
  position: absolute;
  bottom: -75px;
  right: 0px;
  width: 30px;
  height: 30px;
  z-index: 0;
  background: #f2ca30;
}
.our-objectives-section .our-objectives-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 35px;
}
.our-objectives-section .our-objectives-item:nth-child(odd) {
  margin-left: 22%;
}
.our-objectives-section .our-objectives-item:last-child {
  margin-bottom: 0;
}
.our-objectives-section .our-objectives-item-img {
  width: 170px;
  height: 145px;
}
.our-objectives-section .our-objectives-item-img img {
  width: 170px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-objectives-section .our-objectives-item-text {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #808080;
  max-width: 760px;
  padding-left: 30px;
}
.cadrul-normative-section .dropdown {
  min-width: 6rem;
}
.cadrul-normative-section .dropdown a {
  color: #2e2e2c;
  transition: all 0.6s ease;
}
.cadrul-normative-section .dropdown a:hover {
  color: #2e2e2c;
}
.cadrul-normative-section .dropdown a:hover .arrow-down-icon {
  fill: #f2ca30;
}
.cadrul-normative-section .dropdown .arrow-down-icon {
  fill: #2e2e2c;
}
.cadrul-normative-section .dropdown .dropdown-menu {
  transition: all 0.6s ease;
  left: 0;
  transform: translate3d(0%, 44px, 0px) !important;
}
.cadrul-normative-section .dropdown .dropdown-menu.show {
  transform: translate3d(0%, 30px, 0px) !important;
}
.cadrul-normative-table {
  min-width: 1600px;
}
.cadrul-normative-table tr:nth-child(even) {
  background: #fafafa;
}
.cadrul-normative-table tr:nth-child(even):hover {
  background: #f2f2f2;
}
.cadrul-normative-table tr:nth-child(odd) {
  background: #fff;
}
.cadrul-normative-table tr:nth-child(odd):hover {
  background: #f2f2f2;
}
.cadrul-normative-table .table-row {
  border-left: 3px solid #f2ca30;
  transition: all 0.6s ease;
  position: relative;
  border-bottom: 20px solid #fff;
}
.cadrul-normative-table .table-row .table-row-hover-polygon-icon {
  width: 8px;
  height: 16px;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.cadrul-normative-table .table-row:hover .table-row-hover-polygon-icon {
  visibility: visible;
  opacity: 1;
  left: -1px;
}
.cadrul-normative-table .table-row td {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 0.6s ease;
  vertical-align: middle;
  border-bottom: 0;
  position: relative;
}
.cadrul-normative-table .pdf-icon {
  width: 32px;
  height: 32px;
}
.cadrul-normative-table .cadrul-normative-document-title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #111;
  transition: all 0.6s ease;
}
.cadrul-normative-table .calendar-icon {
  margin-right: 10px;
}
.cadrul-institutional-section {
  padding-top: 90px;
  padding-bottom: 110px;
}
.cadrul-institutional-section .team-map {
  max-height: 980px;
  text-align: center;
}
.cadrul-institutional-section .team-map img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cadrul-institutional-section .map-contacts {
  padding: 30px 20px;
  border-left: 3px solid #f2ca30;
  min-height: 170px;
}
.cadrul-institutional-section .map-contacts h5 {
  margin-bottom: 10px;
}
.cadrul-institutional-section .map-contacts svg {
  min-width: 14px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  fill: #2e2e2c;
}
.cadrul-institutional-section .map-contacts-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #808080;
}
.cadrul-institutional-section .map-contacts-text strong {
  font-weight: 600;
  color: #111;
}
.cadrul-institutional-section .map-contacts-text a {
  color: #f2ca30;
  transition: all 0.6s ease;
}
.cadrul-institutional-section .map-contacts-text a:hover {
  color: #2e2e2c;
}
.cadrul-institutional-cards {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.cadrul-institutional-card {
  margin: auto;
  cursor: pointer;
  max-width: 250px;
  width: 100%;
  border-radius: 0;
  box-shadow: 0px 4.48px 8.96px rgba(0,0,0,0.04), 0px 0px 2.24px rgba(0,0,0,0.06), 0px 0px 1.12px rgba(0,0,0,0.04);
}
.cadrul-institutional-card .card-header {
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: 0;
  max-width: 250px;
  width: 100%;
  height: 220px;
}
.cadrul-institutional-card .card-img-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.cadrul-institutional-card .card-body {
  padding: 10px 15px;
}
.cadrul-institutional-card .card-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100px;
  text-align: center;
}
.cadrul-institutional-card .card-content .card-title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #111;
  padding-top: 20px;
  margin-bottom: 10px;
}
.cadrul-institutional-card .card-content .card-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #111;
}
.cadrul-institutional-popups .modal-dialog {
  position: absolute;
  max-width: 810px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}
.cadrul-institutional-popups .close {
  position: absolute;
  top: 0;
  right: 0;
  background: #f2ca30;
  width: 60px;
  height: 60px;
  border: none;
  color: #fff;
  font-size: 24px;
}
.cadrul-institutional-popups .close:focus {
  outline: none;
}
.cadrul-institutional-popups .modal-text {
  padding: 60px 40px;
}
.cadrul-institutional-popups .modal-card {
  width: 290px;
}
.cadrul-institutional-popups .cadrul-institutional-card-contacts {
  margin-top: 10px;
}
.cadrul-institutional-popups .cadrul-institutional-card-contacts svg {
  min-width: 14px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  fill: #f2ca30;
}
.cadrul-institutional-popups .cadrul-institutional-card-contacts a,
.cadrul-institutional-popups .cadrul-institutional-card-contacts span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #808080;
  transition: all 0.6s ease;
}
.cadrul-institutional-popups .cadrul-institutional-card-contacts a:hover,
.cadrul-institutional-popups .cadrul-institutional-card-contacts span:hover {
  color: #f2ca30;
}
.cadrul-institutional-popups .modal-text-list {
  padding: 30px 0px 30px 20px;
  border-left: 3px solid #f2ca30;
}
.cadrul-institutional-popups .modal-text-list h5 {
  margin-bottom: 10px;
}
.cadrul-institutional-popups .modal-text-list ul {
  padding-left: 0;
  list-style: none;
  height: 335px;
  overflow: auto;
  margin-bottom: 0;
}
.cadrul-institutional-popups .modal-text-list ul::-webkit-scrollbar {
  width: 4px;
}
.cadrul-institutional-popups .modal-text-list ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cadrul-institutional-popups .modal-text-list ul::-webkit-scrollbar-thumb {
  background: #f2ca30;
}
.cadrul-institutional-popups .modal-text-list ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.cadrul-institutional-popups .modal-text-list li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #808080;
}
.cadrul-institutional-popups .modal-text-list li span {
  font-weight: 500;
  color: #111;
  margin-right: 5px;
}
.cadrul-institutional-card-row {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border-left: 3px solid #f2ca30;
}
.cadrul-institutional-card-row-img img {
  width: 112px;
  height: 112px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cadrul-institutional-card-row-contacts svg {
  min-width: 14px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.migration-section {
  padding-top: 90px;
  padding-bottom: 110px;
}
.migration-section .dropdown {
  min-width: 6rem;
}
.migration-section .dropdown a {
  color: #2e2e2c;
  transition: all 0.6s ease;
}
.migration-section .dropdown a:hover {
  color: #f2ca30;
}
.migration-section .dropdown a:hover .arrow-down-icon {
  fill: #f2ca30;
}
.migration-section .dropdown .arrow-down-icon {
  fill: #2e2e2c;
}
.migration-section .dropdown .dropdown-menu {
  transition: all 0.6s ease;
  left: 0;
  transform: translate3d(0%, 44px, 0px) !important;
}
.migration-section .dropdown .dropdown-menu.show {
  transform: translate3d(0%, 30px, 0px) !important;
}
.migration-section .migrations-items {
  margin-top: 40px;
}
.migration-section .migrations-item {
  padding: 30px 20px 30px 25px;
  border-left: 3px solid #f2ca30;
}
.migration-section .migrations-item h5 {
  margin-bottom: 10px;
}
.migration-section .migrations-item p {
  color: #808080;
  height: 66px;
  margin-bottom: 20px;
  overflow: auto;
}
.migration-section .migrations-item p::-webkit-scrollbar {
  width: 4px;
}
.migration-section .migrations-item p::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.migration-section .migrations-item p::-webkit-scrollbar-thumb {
  background: #f2ca30;
}
.migration-section .migrations-item p::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.migration-section .more-info a {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #f2ca30;
  transition: all 0.6s ease;
}
.migration-section .more-info a:hover {
  color: #2e2e2c;
}
.migration-section .more-info a:hover svg {
  fill: #2e2e2c;
}
.migration-section .more-info a svg {
  width: 14px;
  height: 14px;
  fill: #f2ca30;
  margin-left: 10px;
  transition: all 0.6s ease;
}
.migration-section .migration-item-contacts svg {
  width: 14px;
  height: 14px;
  fill: #f2ca30;
  margin-right: 5px;
}
.migration-section .migration-item-contacts a {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #808080;
  transition: all 0.6s ease;
}
.migration-section .migration-item-contacts a:hover {
  color: #f2ca30;
}
.migration-section .migration-item-location {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #808080;
}
.migration-section .migration-item-location p {
  margin-bottom: 0;
  height: auto;
}
.migration-section .migration-item-location span {
  color: #f2ca30;
}
.diaspora-group-section .engagement-procedure-table tr {
  width: 49%;
}
.diaspora-group-section .engagement-procedure-table .table-row td span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #111;
  margin-left: 10px;
}
.engagement-procedure-table .members-table-social-link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #f2ca30;
  transition: all 0.6s ease;
}
.engagement-procedure-table .members-table-social-link:hover {
  color: #111;
}
.table-section-header .dropdown a {
  color: #111;
}
.table-section-header .dropdown .arrow-down-icon {
  fill: #111;
}
.table-section-header .dropdown .dropdown-menu {
  transition: all 0.6s ease;
  left: 0;
  transform: translate3d(0%, 44px, 0px) !important;
}
.table-section-header .dropdown .dropdown-menu.show {
  transform: translate3d(0%, 30px, 0px) !important;
}
.diaspora-group-section .diaspora-accords-group-table tr {
  width: 24%;
}
.partners-story-row {
  margin-bottom: 110px;
}
@media (min-width: 991px) {
  .flex-row-reverse .our-story-text-wrapper {
    border-left: 0;
    border-right: 3px solid #f2ca30;
    padding-right: 20px;
  }
  .flex-row-reverse .our-story-text-wrapper:after {
    right: auto;
    left: 0;
  }
  .flex-row-reverse .our-story-text-wrapper:before {
    right: auto;
    left: -55px;
  }
  .flex-row-reverse .our-story-img-wrapper:after {
    left: auto;
    right: -25px;
  }
  .flex-row-reverse .our-story-img-wrapper:before {
    left: auto;
    right: -25px;
  }
}
.programs-table {
  min-width: 1600px;
}
.programs-table tr:nth-child(even) {
  background: #fafafa;
}
.programs-table tr:nth-child(even):hover {
  background: #f2f2f2;
}
.programs-table tr:nth-child(odd) {
  background: #fff;
}
.programs-table tr:nth-child(odd):hover {
  background: #f2f2f2;
}
.programs-table .table-row {
  border-left: 3px solid #f2ca30;
  transition: all 0.6s ease;
  position: relative;
  border-bottom: 20px solid #fff;
}
.programs-table .table-row .table-row-hover-polygon-icon {
  width: 8px;
  height: 16px;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.programs-table .table-row:hover .programs-table-name {
  color: #f2ca30;
}
.programs-table .table-row:hover .table-row-hover-polygon-icon {
  visibility: visible;
  opacity: 1;
  left: -1px;
}
.programs-table .table-row td {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 0.6s ease;
  vertical-align: middle;
  border-bottom: 0;
  position: relative;
}
.programs-table .programs-table-img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.programs-table .programs-table-name {
  max-height: 62px;
  overflow: hidden;
  margin-bottom: 7px;
  transition: all 0.6s ease;
}
.programs-table .programs-table-description {
  font-size: 16px;
  line-height: 1.3;
  nax-height: 44px;
  overflow: hidden;
  letter-spacing: 0.5px;
  color: #808080;
  max-width: 1360px;
  margin-bottom: 0;
  display: block;
}
.programs-table .programs-table-date-link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #f2ca30;
  transition: all 0.6s ease;
}
.programs-table .programs-table-date-link:hover {
  color: #2e2e2c;
}
.programs-table .programs-table-date-link:hover svg {
  fill: #2e2e2c;
}
.programs-table .programs-table-date-link svg {
  width: 14px;
  height: 14px;
  fill: #f2ca30;
  margin-right: 5px;
  transition: all 0.6s ease;
}
.centre-educationale-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.centre-educationale-section h4 {
  margin-bottom: 50px;
}
.centre-educationale-section .centre-educationale-section-text {
  padding: 30px 0px 30px 20px;
  border-left: 3px solid #f2ca30;
}
.centre-educationale-section .centre-educationale-section-text h5 {
  margin-bottom: 10px;
}
.centre-educationale-section .centre-educationale-section-text p {
  color: #808080;
}
.investor-img {
  max-width: 250px;
  width: 100%;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.investor-text-container {
  padding: 30px 0px 30px 20px;
  border-left: 3px solid #f2ca30;
}
.investor-text-container .investor-text {
  max-width: 505px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #111;
  max-height: 160px;
  overflow: auto;
}
.investor-text-container .investor-text::-webkit-scrollbar {
  width: 4px;
}
.investor-text-container .investor-text::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.investor-text-container .investor-text::-webkit-scrollbar-thumb {
  background: #f2ca30;
}
.investor-text-container .investor-text::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.investor-text-container p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #808080;
}
.investor-text-container p a {
  color: #f2ca30;
  transition: all 0.6s ease;
}
.investor-text-container p a:hover {
  color: #111;
}
.pdf-block {
  background: #f1f1f1;
  border: 6px solid #f2ca30;
  box-sizing: border-box;
  position: relative;
  padding-top: 35px;
  padding-bottom: 50px;
  margin: auto;
  max-width: 530px;
  width: 100%;
}
.pdf-block:after {
  content: '';
  position: absolute;
  width: 322px;
  top: 50%;
  right: 0;
  transform: translate(20px, -50%);
  height: 322px;
  z-index: -1;
  background: #f2ca30;
}
.pdf-block .swiper-pdf-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.pdf-block .swiper-pdf-block {
  width: 160px;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.04), 0px 0px 2px rgba(0,0,0,0.06), 0px 0px 1px rgba(0,0,0,0.04);
  padding: 20px 0px 15px;
  text-align: center;
  position: relative;
}
.pdf-block .swiper-pdf-header {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.3;
  color: #2e2e2c;
  text-transform: uppercase;
}
.pdf-block .swiper-pdf-header span {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 2px;
  color: #dbdcdd;
  margin-bottom: 10px;
}
.pdf-block .swiper-pdf-title {
  background: #f2ca30;
  padding: 10px 0px;
  text-align: center;
}
.pdf-block .swiper-pdf-title span {
  font-size: 17px;
  line-height: 1.3;
  color: #2e2e2c;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin: auto;
}
.pdf-block .swiper-pdf-footer {
  padding-top: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.3;
  color: #2e2e2c;
}
.swiper-pdf-block-decoration {
  position: absolute;
  z-index: -1;
  opacity: 0.4;
  width: 125px;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.04), 0px 0px 2px rgba(0,0,0,0.06), 0px 0px 1px rgba(0,0,0,0.04);
  padding: 15px 0px 10px;
  text-align: center;
}
.swiper-pdf-block-decoration .swiper-pdf-header {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.3;
  color: #2e2e2c;
  text-transform: uppercase;
}
.swiper-pdf-block-decoration .swiper-pdf-header span {
  font-weight: 300;
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: 2px;
  color: #dbdcdd;
  margin-bottom: 10px;
}
.swiper-pdf-block-decoration .swiper-pdf-title {
  background: #f2ca30;
  padding: 7px 0px;
  text-align: center;
}
.swiper-pdf-block-decoration .swiper-pdf-title span {
  font-size: 13px;
  line-height: 1.3;
  color: #2e2e2c;
  width: 55px;
  height: 55px;
  overflow: hidden;
  margin: auto;
}
.swiper-pdf-block-decoration .swiper-pdf-footer {
  padding-top: 7px;
  font-style: normal;
  font-weight: bold;
  font-size: 7px;
  line-height: 1.3;
  color: #2e2e2c;
}
.swiper-pdf-block-decoration-left {
  top: 30px;
  transform: translateX(-50%);
}
.swiper-pdf-block-decoration-right {
  top: 30px;
  right: 0;
  transform: translateX(50%);
}
.send-idea-section {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 1100px;
  position: relative;
}
.send-idea-section .send-idea-dark-block {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 695px;
  background: #111;
}
.send-idea-section .send-idea-text {
  padding: 30px 0px 30px 20px;
  border-left: 3px solid #f2ca30;
}
.send-idea-section .send-idea-text h5 {
  margin-bottom: 20px;
}
.send-idea-section .send-idea-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #808080;
  max-width: 510px;
}
.send-idea-section .send-idea-text:last-child {
  margin-bottom: 0;
}
.send-idea-section .modal-news {
  position: relative;
  z-index: 3;
}
.send-idea-section .modal-news:before {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 0;
  left: 0;
  transform: translate(-30px, 30px);
  z-index: -1;
  background: #f2ca30;
}
.send-idea-section .modal-news:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  transform: translate(-60px, -60px);
  z-index: -1;
  background: #f2ca30;
}
.send-idea-section .modal-news .modal-dialog {
  transform: none !important;
}
.row-cards {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(530px, 1fr));
  margin-top: 35px;
  position: relative;
  z-index: 1;
}
.row-cards:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -20px;
  width: 250px;
  height: 250px;
  z-index: 0;
  background: #f2ca30;
}
.row-cards:before {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -40px;
  width: 30px;
  height: 30px;
  z-index: 0;
  background: #f2ca30;
}
.row-cards .card {
  height: 230px;
  max-width: 530px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  z-index: 3;
}
.row-cards .card a {
  display: flex;
}
.row-cards .card:hover svg {
  fill: #f2ca30;
}
.row-cards .card:hover .card-header svg {
  opacity: 1;
  fill: #fff;
}
.row-cards .card-header {
  border-radius: 0;
  min-width: 180px;
  width: 180px;
}
.row-cards .card-header svg {
  width: 78px;
  height: 78px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  fill: #fff;
  transition: all 0.6s ease;
  opacity: 0;
}
.row-cards .card-body {
  padding: 30px;
}
.row-cards .card-body-category {
  display: flex;
  align-items: center;
}
.row-cards .card-body-category svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: all 0.6s ease;
  margin-right: 5px;
}
.row-cards .card-title {
  height: 125px;
  margin-bottom: 0;
}
.e-learning-cards .card-title {
  height: 62px;
}
.e-learning-cards .card-text {
  height: 82px;
}
.frequent-questions-section {
  padding-top: 90px;
}
.frequent-questions-section:before {
  height: 295px;
}
.frequent-questions-section .title {
  margin-bottom: 75px;
}
.frequent-questions-section .form-control {
  padding-bottom: 5px;
}
.frequent-questions-section .form-control::-moz-placeholder {
  color: #fff;
}
.frequent-questions-section .form-control:-ms-input-placeholder {
  color: #fff;
}
.frequent-questions-section .form-control::placeholder {
  color: #fff;
}
.frequent-questions-section .partners-card {
  width: 160px;
  height: 160px;
}
.frequent-questions-section .partners-card:hover svg {
  fill: #fff;
}
.frequent-questions-section .partners-card-content {
  text-align: center;
}
.frequent-questions-section .partners-card-content svg {
  width: 38px;
  height: 38px;
  fill: #111;
  transition: all 0.6s ease;
}
.frequent-questions-section .partners-card-name {
  height: 60px;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.15px;
  color: #111;
  min-width: 120px;
}
.footer-wrapper {
  border-top: 2px solid #dfdfdf;
  padding-top: 120px;
  padding-bottom: 120px;
}
.footer-description h4 {
  margin-bottom: 40px;
}
.footer-description-text {
  color: #808080;
}
.footer-contacts h4 {
  margin-bottom: 40px;
  padding-left: 12px;
}
.footer-contacts-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #808080;
}
.footer-contacts-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #808080;
  transition: all 0.6s ease;
}
.footer-contacts-item a:hover {
  color: #f2ca30;
}
.footer-contacts-item strong {
  font-weight: 550;
  color: #111;
}
.footer-contacts-social {
  margin-top: 30px;
}
.footer-contacts-social-link {
  margin-right: 20px;
}
.footer-contacts-social-link:hover svg {
  fill: #111;
}
.footer-contacts-social-link svg {
  width: 18px;
  height: 18px;
  fill: #f2ca30;
  transition: all 0.6s ease;
}
.footer-links h4 {
  padding-left: 12px;
  margin-bottom: 40px;
}
.footer-links .sitemap-links {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.footer-links .sitemap-links li {
  width: 45%;
  margin-bottom: 10px;
  margin-right: 10px;
}
.footer-links .sitemap-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #111;
  transition: all 0.6s ease;
}
.footer-links .sitemap-link:hover {
  color: #f2ca30;
}
.footer-newsletter h4 {
  margin-bottom: 20px;
  padding-left: 12px;
  letter-spacing: 0;
  font-size: 24px;
}
.footer-newsletter-header {
  margin-top: 50px;
}
.footer-copyright {
  width: 100%;
  background: #111;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
[data-aos="border-colorize"] {
  border-color: $light_blue;
  transition-property: transform, border-color;
}
[data-aos="border-colorize"].aos-animate {
  border-color: $green;
}
.swiper-slide_content-title {
  border-color: $light_blue;
  transition-property: border-color;
  transition-duration: 3s;
}
.swiper-slide-active .swiper-slide_content-title {
  border-color: $green;
}
[data-aos="bg-colorize"] {
  background-color: $light_blue;
  transition-property: transform, background-color;
}
[data-aos="bg-colorize"].aos-animate {
  background-color: $green;
}
[data-aos="image-effect"] {
  transform: scale(1.3);
  transition-property: transform, scale;
}
[data-aos="image-effect"].aos-animate {
  transform: scale(1);
}
.swiper-cards-information-next::after,
.swiper-cards-information-prev::after {
  transition: color 0.3s ease;
}
.swiper-cards-information-next:hover::after,
.swiper-cards-information-prev:hover::after {
  color: #fff;
}
.swiper-cards-projects-next::after,
.swiper-cards-projects-prev::after,
.swiper-partners-next::after,
.swiper-partners-prev::after {
  transition: color 0.3s ease;
}
.swiper-cards-projects-next:hover::after,
.swiper-cards-projects-prev:hover::after,
.swiper-partners-next:hover::after,
.swiper-partners-prev:hover::after {
  color: $dark_blue;
}
.section-filter a {
  transition: color 0.3s ease;
}
.section-filter a:hover {
  color: $dark_blue;
}
.dark-section .section-filter a svg {
  transition: stroke 0.3s ease;
  stroke: #61af4f;
}
.dark-section .section-filter a:hover {
  color: #fff;
}
.dark-section .section-filter a:hover svg {
  stroke: #fff;
}
.blue_bg .link {
  transition: color 0.3s ease;
}
.blue_bg .link:hover {
  color: #fff;
}
@-webkit-keyframes colorized_border {
  0% {
    border-color: $light_blue;
  }
  100% {
    border-color: $green;
  }
}
@-webkit-keyframes colorized_bg {
  0% {
    background-color: $light_blue;
  }
  100% {
    background-color: $green;
  }
}
.float {
  transition: transform 0.3s ease;
}
.float:hover {
  transform: translateY(-5px);
}
.loader-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #111;
  z-index: 9999;
  height: 100vh;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -webkit-animation: loader 1.2s infinite ease-in-out;
          animation: loader 1.2s infinite ease-in-out;
}
.loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #f2ca30;
  -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
          animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
  top: 0;
  left: 0;
}
.loader span:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
          animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
          animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .contact-tab {
    transition-delay: 0.2s !important;
  }
}
@-webkit-keyframes colorized_border {
  0% {
    border-color: $light_blue;
  }
  100% {
    border-color: $green;
  }
}
@keyframes colorized_border {
  0% {
    border-color: $light_blue;
  }
  100% {
    border-color: $green;
  }
}
@-webkit-keyframes colorized_border {
  0% {
    background-color: $light_blue;
  }
  100% {
    background-color: $green;
  }
}
@keyframes colorized_border {
  0% {
    background-color: $light_blue;
  }
  100% {
    background-color: $green;
  }
}
@-webkit-keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}
@keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}
@-webkit-keyframes loaderBlock {
  0%, 30% {
    transform: rotate(0);
  }
  55% {
    background-color: #f2ca30;
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loaderBlock {
  0%, 30% {
    transform: rotate(0);
  }
  55% {
    background-color: #f2ca30;
  }
  100% {
    transform: rotate(90deg);
  }
}
@-webkit-keyframes loaderBlockInverse {
  0%, 20% {
    transform: rotate(0);
  }
  55% {
    background-color: #f2ca30;
  }
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes loaderBlockInverse {
  0%, 20% {
    transform: rotate(0);
  }
  55% {
    background-color: #f2ca30;
  }
  100% {
    transform: rotate(-90deg);
  }
}
@media (max-width: 450px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .cadrul-institutional-card-row {
    flex-direction: column;
  }
}
@media (min-width: 1250px) and (max-width: 1400px) {
  .navbar-dropdowns .dropdown a {
    font-size: 14px;
  }
}
@media (min-width: 991px) and (max-width: 1249px) {
  .navbar-dropdowns .dropdown a {
    font-size: 12px;
    letter-spacing: 0;
  }
  .navbar-dropdowns .dropdown {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .navbar-dropdowns {
    display: none;
  }
  .navbar-brands-links {
    display: none !important;
  }
  .navbar-contacts {
    display: none;
  }
  .navbar-toggler {
    margin-left: 20px;
    background: #f2ca30;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox=%270%200%2032%2032%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20stroke=%27rgba(255,255,255,%201)%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-miterlimit=%2710%27%20d=%27M4%208h24M4%2016h24M4%2024h24%27/%3E%3C/svg%3E");
  }
  .mobile-dropdown-menu {
    background: #424242;
    overflow: hidden;
  }
  .mobile-dropdown-menu-link {
    padding: 10px 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #494949;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.25px;
    color: #fff;
  }
  .mobile-dropdown-menu-link:focus {
    color: #f2ca30;
  }
  .mobile-dropdown-menu-link:hover {
    color: #f2ca30;
  }
  .mobile-dropdown-menu-link .arrow-down-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
    fill: #fff;
    transform: rotate(-90deg);
    margin-left: 30px;
  }
  .mobile-dropdown-menu-link-back {
    color: #f2ca30;
  }
  .mobile-dropdown-menu-link-back .back-icon {
    transform: rotate(90deg);
    fill: #f2ca30;
  }
  .hidden-menu-mobile {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    width: 100%;
    background: #3c3c3c;
    z-index: 3;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.6s ease;
  }
  .hidden-menu-mobile.show {
    transform: translateX(0%);
    visibility: visible;
    width: 100%;
    transition: all 0.6s ease;
  }
  .navbar-contacts-mobile {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #2e2e2c;
  }
  .navbar-contacts-mobile .txt_14,
  .navbar-contacts-mobile .txt_12 {
    color: #fff;
  }
  .navbar-contacts-mobile .navbar-contacts-social {
    margin-bottom: 15px;
  }
  .navbar-contacts-mobile .navbar-contact-adress {
    margin-bottom: 15px;
  }
  .navbar-contacts-mobile .navbar-contact-phone a {
    border-bottom: 1px dashed #f2ca30;
  }
}
@media (max-width: 520px) {
  .gouvern-icon {
    width: 25px;
    height: 32px;
  }
  .brd-icon {
    width: 66px;
    height: 16px;
  }
  .navbar-brand-text {
    display: none;
  }
  .navbar-brand {
    margin-left: 0;
  }
  .mobile-dropdown-menu-link .arrow-down-icon {
    margin-left: 10px;
  }
}
@media (max-width: 380px) {
  .search-icon-container,
  .navbar-toggler {
    margin-left: 10px;
  }
  .dropdown-lang {
    margin-left: auto;
  }
}
@media (max-width: 1450px) {
  .footer-links .sitemap-links li {
    width: 100%;
  }
  .footer-wrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .footer-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-description {
    padding-bottom: 20px;
    min-height: 277px;
    border-bottom: 1px solid #494949;
  }
  .footer-contacts {
    padding-bottom: 20px;
    min-height: 277px;
    border-bottom: 1px solid #494949;
  }
}
@media (max-width: 575px) {
  .footer-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-description,
  .footer-contacts {
    min-height: auto;
  }
  .footer-links {
    padding-bottom: 10px;
    border-bottom: 1px solid #494949;
  }
  .footer-description h4 {
    margin-bottom: 20px;
  }
  .footer-contacts h4 {
    margin-bottom: 20px;
  }
  .footer-links h4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .top-slider-pagination-block {
    max-width: 95px;
  }
  .top-slider-yellow-bg {
    height: 550px;
  }
  .top-slider-yellow-bg img {
    width: 75%;
  }
  .top-slider-social {
    max-width: 200px;
    padding-left: 3%;
  }
  .top-slider-info {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .top-slider-info {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .top-slider-pagination-block {
    max-width: 40px;
    padding-left: 12px;
  }
  .top-slider-social {
    max-width: 50px;
    padding-left: 2%;
  }
  .top-slider-yellow-bg {
    height: 450px;
  }
  .top-slider-yellow-bg img {
    transform: translate(-25%, 0%);
    width: 50%;
  }
}
@media (max-width: 576px) {
  .top-slider-yellow-bg {
    height: 350px;
  }
  .top-slider-yellow-bg img {
    width: 60%;
  }
  .top-slider-social {
    max-width: 40px;
  }
}
@media (max-height: 750px) and (max-width: 576px) {
  .top-slider-yellow-bg {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .news-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 375px) {
  .news-section-header-links .dropdown {
    margin-right: 30px;
  }
  .see-all-link {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .checkbox-style {
    margin-top: 20px;
  }
  .table-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .questions-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .questions-section-message-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .diaspora-group-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .modal-group-partners .modal-dialog,
  .modal-group-institutions .modal-dialog {
    max-width: 300px;
  }
  .modal-group-partners .institutions-card,
  .modal-group-institutions .institutions-card,
  .modal-group-partners .partners-card,
  .modal-group-institutions .partners-card {
    width: 200px;
    height: 200px;
  }
  .modal-group-partners .close,
  .modal-group-institutions .close {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .map-section .map-legend {
    top: 40px;
  }
  .map-section .popup-block {
    top: 300px;
    left: 350px;
  }
}
@media (max-width: 1657px) {
  .all-cards:after {
    left: 25px;
  }
  .all-cards:before {
    left: 0;
  }
}
@media (max-width: 1450px) {
  .all-cards:after {
    left: 0;
  }
}
@media (max-width: 1300px) {
  .news-propose-section .news-propose-content {
    background-size: contain;
  }
}
@media (max-width: 900px) {
  .all-cards:after {
    display: none;
  }
  .all-cards:before {
    display: none;
  }
  .modal-news .modal-content {
    width: 90%;
    margin: auto;
  }
  .modal-news .modal-text {
    padding: 60px 70px;
  }
}
@media (max-width: 576px) {
  .all-cards-section .news-section-header-title h4 {
    margin-bottom: 30px;
  }
  .modal-news .modal-text {
    padding: 20px 30px;
  }
}
@media (max-width: 450px) {
  .all-cards {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
@media (max-width: 350px) {
  .all-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
@media (max-width: 370px) {
  .news-propose-content .link {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .gallery-wrap:before {
    right: 2%;
  }
  .gallery-wrap:after {
    left: 2%;
  }
  .post-wrap-container {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  .gallery-wrap:before {
    display: none;
  }
  .gallery-wrap:after {
    display: none;
  }
  .post_img {
    margin-bottom: 20px;
  }
  .post-info {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .post-content h1 {
    font-size: 46px;
    line-height: 1.3;
  }
  .post-content h3 {
    font-size: 28px;
    line-height: 1.3;
    margin-top: 30px;
  }
  .post-inside {
    padding-bottom: 60px;
  }
  .gallery-wrap {
    margin-top: 45px;
  }
}
@media (max-width: 992px) {
  .our-story-section {
    padding-top: 50px;
    padding-bottom: 110px;
  }
  .our-story-img {
    height: 450px;
  }
  .our-story-text-wrapper p {
    max-width: 100%;
  }
  .our-mission-img-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .our-mission-text-wrapper {
    padding-left: 30px;
  }
  .our-mission-text-wrapper img {
    display: none;
  }
  .our-objectives-section .our-objectives-item:nth-child(odd) {
    margin-left: 0%;
  }
  .our-objectives-section .our-objectives-items:after {
    display: none;
  }
  .our-objectives-section .our-objectives-items:before {
    display: none;
  }
  .our-objectives-section .our-objectives-item-img {
    width: 65px;
    height: 50px;
  }
  .our-objectives-section .our-objectives-item-img img {
    width: 65px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cadrul-institutional-popups .modal-text {
    padding: 60px 20px;
  }
  .cadrul-institutional-popups .modal-text-list ul {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .investor-text {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .questions-section-message:after {
    display: none;
  }
  .pdf-block {
    overflow: hidden;
  }
  .pdf-block:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .send-idea-section .modal-news .modal-text {
    padding: 120px 100px;
  }
  .send-idea-section .send-idea-dark-block {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .send-idea-section .modal-news:after {
    display: none;
  }
  .send-idea-section .modal-news:before {
    display: none;
  }
  .send-idea-section .modal-news .modal-dialog {
    margin: auto;
  }
  .send-idea-section .send-idea-text p {
    max-width: 75%;
  }
  .send-idea-section .send-idea-dark-block {
    width: 20%;
  }
  .send-idea-section .modal-news .modal-text {
    padding: 120px 50px;
  }
}
@media (max-width: 767px) {
  .send-idea-section .send-idea-dark-block {
    display: none;
  }
  .send-idea-section .send-idea-text p {
    max-width: 100%;
  }
  .send-idea-section .modal-news .modal-text {
    padding: 60px 20px;
  }
  .send-idea-section .modal-news .modal-content {
    width: 100%;
  }
  .send-idea-section .modal-news {
    overflow: hidden;
  }
}
@media (max-width: 1672px) {
  .row-cards:after {
    left: 25px;
  }
  .row-cards:before {
    left: 0;
  }
}
@media (max-width: 1450px) {
  .row-cards:after {
    left: 0;
  }
}
@media (max-width: 1130px) {
  .row-cards {
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
  }
  .row-cards .card {
    height: 520px;
    max-width: 390px;
  }
  .row-cards .card a {
    flex-direction: column;
  }
  .row-cards .card-header {
    width: 100%;
    max-width: 390px;
  }
  .row-cards .card-title {
    height: 180px;
  }
}
@media (max-width: 900px) {
  .row-cards:after {
    display: none;
  }
  .row-cards:before {
    display: none;
  }
}
@media (max-width: 450px) {
  .row-cards {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
@media (max-width: 350px) {
  .row-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.form-container {
  position: relative;
  padding-bottom: 220px;
}
.form-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.form-content:before {
  content: '';
  width: 250px;
  height: 250px;
  position: absolute;
  background: #f2ca30;
  z-index: -1;
  left: -30px;
  bottom: -140px;
}
.form-content:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background: #f2ca30;
  z-index: 1;
  right: -30px;
  top: 60px;
}
.form-wrapper {
  background: #fff;
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.04), 0px 0px 2px rgba(0,0,0,0.06), 0px 0px 1px rgba(0,0,0,0.04);
  position: relative;
  padding: 70px 130px;
  left: 50%;
  transform: translate(-50%, 110px);
  z-index: 1;
}
.form-wrapper .checkbox-style span,
.form-profile-wrapper .checkbox-style span {
  display: block;
}
.form-wrapper .form,
.form-profile-wrapper .form {
  padding-bottom: 20px;
  border-bottom: 2px solid #e4e4e4;
}
.form-wrapper .form-group,
.form-profile-wrapper .form-group {
  margin: auto auto 20px auto;
  width: 530px;
}
.form-wrapper .form-group label,
.form-profile-wrapper .form-group label {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.15px;
  line-height: 1;
  color: #c1c1c1;
  margin-bottom: 0px;
}
.form-wrapper .form-control,
.form-profile-wrapper .form-control {
  width: 100%;
  max-width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #9b9b9b;
  padding-left: 35px;
  border-bottom: 2px solid #e4e4e4;
}
.form-wrapper .form-control::-moz-placeholder, .form-profile-wrapper .form-control::-moz-placeholder {
  color: #9b9b9b;
}
.form-wrapper .form-control:-ms-input-placeholder, .form-profile-wrapper .form-control:-ms-input-placeholder {
  color: #9b9b9b;
}
.form-wrapper .form-control::placeholder,
.form-profile-wrapper .form-control::placeholder {
  color: #9b9b9b;
}
.form-wrapper .form-control:focus + .form-group-icon,
.form-profile-wrapper .form-control:focus + .form-group-icon {
  fill: #f2ca30;
}
.form-wrapper .form-group-icon,
.form-profile-wrapper .form-group-icon {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(10%);
  width: 18px;
  height: 18px;
  fill: #111;
  transition: all 0.6s ease;
  cursor: pointer;
}
.form-wrapper .see-password-icon,
.form-profile-wrapper .see-password-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(10%);
  width: 18px;
  height: 18px;
  fill: #111;
  transition: all 0.6s ease;
  cursor: pointer;
}
.form-wrapper textarea.form-control,
.form-profile-wrapper textarea.form-control {
  height: 140px;
  resize: none;
}
.form-wrapper textarea.form-control + .form-group-icon,
.form-profile-wrapper textarea.form-control + .form-group-icon {
  top: 27px;
}
.form-wrapper .link-yellow:hover,
.form-profile-wrapper .link-yellow:hover {
  color: #111;
}
.form-wrapper .link-yellow,
.form-profile-wrapper .link-yellow {
  outline: none;
  transition: all 0.6s ease;
  width: 100%;
  text-align: center;
}
.form-wrapper .form-title,
.form-profile-wrapper .form-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #111;
}
.form-wrapper .form-wrapper-footer,
.form-profile-wrapper .form-wrapper-footer {
  text-align: center;
  padding-top: 35px;
}
.register-with-social {
  margin: 20px auto auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}
.register-with-social svg {
  width: 24px;
  height: 24px;
}
.register-with-social .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: #fff;
  padding-left: 20px;
}
.register-with-social-link {
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.register-with-social-link:last-child {
  margin-right: 0;
}
.form-wrapper-herder {
  max-width: 550px;
  margin: auto;
}
.form-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.25px;
  color: #111;
  margin-top: 40px;
}
.profile-section {
  padding-top: 90px;
}
.profile-section .profile-content {
  max-width: 1100px;
  margin-left: auto;
  width: 100%;
  min-height: 320px;
  padding-bottom: 30px;
}
.profile-section .aside-menu {
  max-width: 390px;
  width: 100%;
  border-right: 3px solid #f1f1f1;
  margin-right: 30px;
  transition: all 0.4s ease;
}
.aside-menu-links {
  padding-left: 0;
  margin-bottom: 0;
}
.aside-menu-links li {
  list-style: none;
  margin-bottom: 20px;
}
.aside-menu-links li:hover a {
  position: relative;
}
.aside-menu-links li:hover a:after {
  content: "";
  position: absolute;
  right: -1px;
  width: 3px;
  height: 100%;
  background: #111;
  transform: translateX(50%);
  transition: all 1s ease;
}
.aside-menu-links svg {
  min-width: 18px;
  width: 18px;
  height: 18px;
  fill: #111;
  margin-left: 15px;
  margin-right: 15px;
}
.aside-menu-links a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  transition: all 0.6s ease;
  position: relative;
}
.aside-menu-links a:after {
  content: "";
  position: absolute;
  right: -1px;
  width: 3px;
  height: 100%;
  background: transparent;
  transform: translateX(50%);
  transition: all 0.6s ease;
}
.aside-menu-links a.active {
  color: #f2ca30;
  background: #fafafa;
  position: relative;
}
.aside-menu-links a.active:after {
  content: "";
  position: absolute;
  right: -1px;
  width: 3px;
  height: 100%;
  background: #f2ca30;
  transform: translateX(50%);
  transition: all 0.6s ease;
}
.aside-menu-links a.active svg {
  fill: #f2ca30;
}
.aside-menu-arrow {
  width: 40px;
  height: 40px;
  background: #f2ca30;
  display: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.6s ease;
  margin-left: 0;
}
.aside-menu-arrow svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: all 0.6s ease;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.profile-herder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.profile-herder .profile-info {
  margin-bottom: 30px;
}
.profile-herder .profile-img {
  width: 110px;
  height: 110px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.profile-herder .profile-img:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: #f2ca30;
  bottom: -10px;
  left: 0;
  z-index: -1;
}
.profile-herder .profile-img img {
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  border-radius: 50%;
}
.profile-herder .profile-details h4 {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  color: #111;
  margin-bottom: 10px;
}
.profile-herder .profile-country {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #111;
}
.profile-herder .profile-country-img {
  width: 22px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
}
.profile-edit {
  margin-bottom: 30px;
}
.profile-edit svg {
  width: 18px;
  height: 18px;
  fill: #111;
  margin-right: 10px;
  transition: all 0.6s ease;
}
.profile-edit .button {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.25px;
  color: #111;
  background: transparent;
  border: none;
  outline: none;
  transition: all 0.6s ease;
}
.profile-edit .button:hover {
  color: #f2ca30;
}
.profile-edit .button:hover svg {
  fill: #f2ca30;
}
.profile-edit.active .button {
  color: #f2ca30;
}
.profile-edit.active svg {
  fill: #f2ca30;
}
.form-profile-wrapper .form-group {
  width: auto;
}
.form-profile-wrapper .form-group-textarea .form-group-icon {
  transform: translateY(70%);
}
.text-yellow {
  color: #f2ca30;
}
.notifications-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-left: 3px solid #f2ca30;
  padding: 10px;
  margin-bottom: 20px;
  transition: all 0.6s ease;
}
.notifications-item:hover {
  background: #fafafa;
  transition: all 0.6s ease;
}
.notifications-item:hover .dots-icon {
  opacity: 1;
  transition: all 0.6s ease;
}
.notifications-item .dots-icon {
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: all 0.6s ease;
}
.notifications-item .dropdown .dropdown-menu.show {
  transform: translate3d(-100%, 20px, 0px) !important;
}
.notifications-item .dropdown .dropdown-menu {
  transform: translate3d(-100%, 40px, 0px) !important;
  left: 0;
}
.notifications-item-img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  position: relative;
  margin-right: 10px;
}
.notifications-item-img img {
  width: 100%;
  min-width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.notifications-item-text h6 {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.25px;
  color: #111;
  margin-bottom: 10px;
}
.notifications-item-text p {
  margin-bottom: 10px;
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #111;
}
.notifications-item-text a {
  color: #f2ca30;
}
.notifications-item-text svg {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  fill: #f2ca30;
}
.notifications-item-text .date {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #808080;
  display: flex;
  align-items: center;
}
.profile-form-check .form-check-input:checked {
  background-color: #f2ca30;
  border-color: #f2ca30;
}
.form-check-input:focus {
  border-color: #f2ca30;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(242,202,48,0.25);
}
.form-check-input {
  cursor: pointer;
}
.form-check-label {
  cursor: pointer;
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #212529;
}
.login-with-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #111;
  margin-bottom: 30px;
}
.login-with-item {
  border-left: 3px solid #f2ca30;
  padding-left: 10px;
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.login-with-item .login-with-icon {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.25px;
  color: #111;
  display: flex;
  align-items: center;
}
.login-with-item svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.login-with-item .link-yellow:hover {
  background: #f2ca30;
}
.login-with-item .link-yellow .remove {
  display: none;
}
.login-with-item .link-yellow.active {
  background: transparent;
}
.login-with-item .link-yellow.active .add {
  display: none;
}
.login-with-item .link-yellow.active .remove {
  display: block;
}
.profile-view {
  margin-top: 80px;
}
.profile-view .profile-edit a {
  margin-left: auto;
}
.profile-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.profile-stats-item {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.3;
  color: #c1c1c1;
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 20px;
}
.profile-stats-item svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
  fill: #f2ca30;
  margin-right: 10px;
}
.profile-stats-item b {
  font-weight: bold;
  color: #111;
  margin-right: 5px;
}
.profile-body {
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.profile-body .login-with-item .login-with-icon {
  margin-bottom: 0;
}
.profile-body .label {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.15px;
  color: #c1c1c1;
  margin-bottom: 10px;
}
.profile-body .text {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #111;
}
.profile-info-item {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.25px;
  color: #111;
  margin-bottom: 20px;
}
.profile-info-item svg {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.profile-posts-item {
  padding: 10px 15px;
  margin-bottom: 15px;
  border-left: 3px solid #f2ca30;
  display: flex;
  align-items: center;
}
.profile-posts-item .text,
.profile-posts-item a {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #111;
  margin-right: 20px;
}
.profile-posts-item svg {
  width: 14px;
  height: 14px;
  fill: #f2ca30;
  margin-right: 10px;
}
.profile-posts-item .date {
  display: flex;
  align-items: center;
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #808080;
}
@media (max-width: 1450px) {
  .form-wrapper .form-group {
    width: 410px;
  }
}
@media (max-width: 1400px) {
  .profile-section .aside-menu {
    max-width: 240px;
  }
}
@media (max-width: 1199px) {
  .profile-view .profile-edit a {
    margin-right: auto;
  }
  .profile-herder {
    flex-direction: column;
  }
  .profile-info {
    flex-direction: column;
  }
  .profile-herder .profile-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .profile-section {
    padding-top: 40px;
  }
  .form-content:after {
    right: -10px;
  }
  .form-content:before {
    left: -20px;
    bottom: -130px;
  }
  .aside-menu-arrow {
    display: flex;
  }
  .aside-menu-arrow.active {
    transition: all 0.6s ease;
  }
  .aside-menu-arrow.active svg {
    transform: rotate(-180deg);
    transition: all 0.6s ease;
  }
  .profile-section .aside-menu .aside-menu-links a {
    word-wrap: initial;
    white-space: nowrap;
  }
  .profile-section .profile-content {
    margin-left: 0px;
    padding-left: 60px;
    min-height: 500px;
  }
  .profile-section .aside-menu {
    max-width: 50px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: #fff;
    border-right: 2px solid #f1f1f1;
    height: 100%;
    margin-right: 0;
  }
  .profile-section .aside-menu.active {
    max-width: 240px;
  }
  .aside-menu-links a.active:after {
    background: transparent;
  }
  .form-wrapper .form-group {
    width: auto;
  }
  .aside-menu-links svg {
    margin-left: 10px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .form-wrapper {
    padding: 50px 30px;
  }
  .form-wrapper .checkbox-style {
    margin-top: 0;
  }
  .profile-herder .profile-img:before {
    display: none;
  }
  .profile-herder .profile-country {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .profile-herder {
    justify-content: center;
    flex-direction: column;
  }
  .profile-herder .profile-details h4 {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
  }
  .login-with-item .login-with-icon {
    margin-bottom: 15px;
  }
  .login-with-item svg {
    margin-right: 0;
  }
  .login-with-item {
    padding-left: 5px;
  }
  .login-with-item .link-yellow {
    padding: 7px 5px;
    min-width: auto;
  }
  .profile-posts-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .profile-posts-item .date {
    margin-top: 15px;
  }
  .profile-posts-item .text,
  .profile-posts-item a {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .notifications-item {
    flex-direction: column;
  }
  .notifications-item-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.gallery-herder h4 {
  margin-bottom: 30px;
}
.user-gallery {
  max-width: 1090px;
  padding-right: 20px;
}
.gallery-visible-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(250px, auto);
}
.gallery-visible-items img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.gallery-visible-items a {
  display: block;
  height: auto;
  position: relative;
}
.gallery-visible-items .grid-gallery-wrapper-item .overlay {
  display: none;
}
.gallery-visible-items .grid-gallery-wrapper-item .overlay span {
  color: #f2ca30;
}
.gallery-visible-items .grid-gallery-wrapper-item:nth-child(16) .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17,17,17,0.6);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: #fff;
}
.grid-gallery-wrapper-item {
  grid-column: auto;
  grid-row: auto;
  overflow: hidden;
  max-height: 250px;
}
.grid-gallery-wrapper-item .card {
  height: 100%;
}
.grid-gallery-wrapper-item .card-header {
  height: 100%;
}
.gallery-hidden-items {
  display: none;
}
.user-gallery.user-gallery-inside {
  max-width: 530px;
}
.user-gallery.user-gallery-inside .gallery-visible-items {
  grid-auto-rows: minmax(125px, auto);
  grid-gap: 10px;
}
.edit-gallery-dropzone {
  margin-top: 1 0px;
  margin-bottom: 40px;
  border-radius: 5px;
  min-height: 150px;
  border: 2px solid rgba(0,0,0,0.3);
  background: #fff;
  padding: 20px 20px;
}
.draggable-table {
  position: relative;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 50%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0px 0px 10px 8px rgba(0,0,0,0.1);
}
.draggable-table .draggable-table__drag {
  text-transform: capitalize;
  position: absolute;
  width: 100%;
  border: 1px solid #f1f1f1;
  z-index: 10;
  cursor: -webkit-grabbing;
  cursor: grabbing;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.05);
  opacity: 1;
}
.draggable-table thead th {
  height: 25px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 15px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.draggable-table tbody tr {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.draggable-table tbody tr td {
  padding: 15px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-top: 1px solid #f5f5f5;
}
.draggable-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.draggable-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.draggable-table tbody tr.is-dragging {
  background: #f2ca30;
}
.draggable-table tbody tr.is-dragging td {
  color: #ffe683;
}
.draggable-table img {
  width: 40px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.table-actions-buttons {
  width: 200px;
}
.table-actions svg {
  width: 18px;
  height: 18px;
}
.table-actions button {
  background: transparent;
  border: none;
  outline: none;
  margin-left: auto;
  margin-right: 30px;
}
.table-actions .table-actions-save svg {
  fill: #198754;
}
.table-actions .table-actions-delete svg {
  fill: #dc3545;
}
.grid-gallery-wrapper-inside .gallery-visible-items {
  display: grid;
  grid-template-columns: repeat(4px, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(75px, auto);
}
.grid-gallery-wrapper-inside img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.grid-gallery-wrapper-inside a {
  display: block;
  height: auto;
  position: relative;
}
.grid-gallery-wrapper-inside .grid-gallery-wrapper-item .overlay {
  display: none;
}
.grid-gallery-wrapper-inside .grid-gallery-wrapper-item .overlay span {
  color: #f2ca30;
}
.grid-gallery-wrapper-inside .grid-gallery-wrapper-item:nth-child(8) .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17,17,17,0.6);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: #fff;
}
@media (max-width: 1199px) {
  .user-gallery .gallery-visible-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(200px, auto);
  }
  .user-gallery .grid-gallery-wrapper-item {
    grid-column: auto;
    grid-row: auto;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .user-gallery .gallery-visible-items {
    grid-auto-rows: minmax(150px, auto);
    grid-gap: 10px;
  }
}
@media (max-width: 576px) {
  .user-gallery .gallery-visible-items {
    grid-auto-rows: minmax(100px, auto);
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-card-footer {
  padding-top: 10px;
  border-top: 1px solid #c4c4c4;
}
.blog-cards {
  grid-gap: 30px;
}
.blog-cards:after {
  bottom: -10px;
}
.blog-cards:before {
  bottom: -50px;
}
.blog-cards .card {
  height: 100%;
  margin-bottom: 20px;
  width: 100%;
}
.blog-cards .card-title a {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #111;
  margin-bottom: 20px;
  max-height: 62px;
  overflow: hidden;
  transition: all 0.6s ease;
  text-align: left;
}
.blog-cards .card-body {
  padding-bottom: 0px;
}
.blog-cards .card:hover .card-title a {
  color: #fff;
  transition: all 0.6s ease;
}
.blog-cards .card-body-event-date {
  line-height: 1.4;
}
.post-info .post-info--category {
  margin-bottom: 10px;
}
.post-info .post-info--data {
  margin-left: 20px;
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #808080;
  margin-bottom: 10px;
}
.post-info .post-info--data svg {
  width: 14px;
  height: 14px;
  fill: #f2ca30;
  margin-right: 5px;
}
.post-info-share {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #808080;
}
.post-info-share svg {
  width: 14px;
  height: 14px;
  fill: #f2ca30;
}
.post-info-share-link {
  margin-bottom: 10px;
  margin-left: 10px;
}
.post-info-share-text {
  margin-bottom: 10px;
  margin-right: 10px;
}
.comments-section {
  max-width: 1090px;
  width: 100%;
  margin: auto;
  margin-top: 90px;
  padding-bottom: 0;
  position: relative;
}
.comments-header {
  margin-bottom: 30px;
}
.comments-header .title {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #24272a;
  white-space: nowrap;
}
.comments-header .line {
  width: 100%;
  height: 2px;
  background: #e4e4e4;
  margin-left: 20px;
}
.add-comments-form-wrapper {
  background: #fafafa;
  padding: 30px 20px;
}
.comments-textarea {
  margin-right: 0;
  position: relative;
}
.comments-textarea label {
  display: flex;
  align-items: center;
  position: absolute;
  top: 16px;
  left: 0;
  transition: all 0.4s ease;
}
.comments-textarea label svg {
  width: 18px;
  height: 18px;
  fill: #111;
  margin-right: 10px;
}
.comments-textarea textarea {
  padding-left: 30px;
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.25px;
  color: #9b9b9b;
  max-width: 100%;
  width: 100%;
  border-bottom: 2px solid #e4e4e4;
  resize: none;
  transition: all 0.4s ease;
}
.comments-textarea textarea:placeholder {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.25px;
  color: #9b9b9b;
}
.comments-textarea textarea:focus {
  border-bottom: 2px solid #e4e4e4;
  transition: all 0.4s ease;
  padding-left: 20px;
}
.comments-textarea textarea:focus + label {
  opacity: 0;
  left: -10px;
  transition: all 0.4s ease;
}
.clear-button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: none;
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.25px;
  color: #f2ca30;
  display: flex;
  align-items: center;
}
.clear-button svg {
  width: 18px;
  height: 18px;
  fill: #f2ca30;
  margin-right: 5px;
}
.comments-wrapper {
  margin-top: 40px;
}
.comments-item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.comments-item svg {
  width: 16px;
  min-width: 16px;
  height: 16px;
  fill: #f2ca30;
  margin-right: 5px;
}
.comments-item .comments-item-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.15px;
  color: #111;
  margin-bottom: 10px;
}
.comments-item .comments-item-text {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #808080;
  margin-bottom: 20px;
}
.comments-item .comments-detail {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #808080;
}
.comments-item .comments-reply {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #111;
  transition: all 0.6s ease;
}
.comments-item .comments-reply svg {
  fill: #111;
  transition: all 0.6s ease;
}
.comments-item .comments-reply:hover {
  color: #f2ca30;
  transition: all 0.6s ease;
}
.comments-item .comments-reply:hover svg {
  fill: #f2ca30;
  transition: all 0.6s ease;
}
.comments-item-reply {
  border-bottom: none;
}
.comments-item-reply:last-child {
  margin-bottom: 0;
}
.comments-item-reply-wrapper {
  padding: 10px 30px;
  border-left: 2px solid #f2ca30;
}
@media (max-width: 576px) {
  .post-info .post-info--data {
    width: 100%;
    margin-left: 0;
  }
}
.no-cards-text {
  position: relative;
  z-index: 1;
}
.nav-item.dropdown.form-select-on-black .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
}
.nav-item.dropdown.form-select-on-black .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  transition: all 0.4s ease;
  text-align: right;
}
.nav-item.dropdown.form-select-on-black .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
  transition: all 0.4s ease;
}
.nav-item.dropdown.form-select-on-black .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
}
.nav-item.dropdown.form-select-on-black .select2-container {
  padding-right: 25px;
  max-width: 150px;
}
.nav-item.dropdown.form-select-on-black .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%0A%3Csvg%20width=%2718%27%20height=%2718%27%20viewBox=%270%200%2018%2018%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d=%27M5.5575%206.43506L9%209.87756L12.4425%206.43506L13.5%207.50006L9%2012.0001L4.5%207.50006L5.5575%206.43506Z%27%20fill=%27white%27/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 20px !important;
  width: 20px !important;
  margin: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
  left: auto !important;
  transition: all 0.4s ease;
}
.nav-item.dropdown.form-select-on-black .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translateY(-50%) rotate(-180deg);
  transition: all 0.4s ease;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f2ca30 !important;
  color: #111 !important;
}
.nav-item.dropdown.form-select-on-white .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
}
.nav-item.dropdown.form-select-on-white .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #111;
  transition: all 0.4s ease;
  text-align: right;
}
.nav-item.dropdown.form-select-on-white .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
  transition: all 0.4s ease;
}
.nav-item.dropdown.form-select-on-white .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
}
.nav-item.dropdown.form-select-on-white .select2-container {
  padding-right: 25px;
  max-width: 150px;
}
.nav-item.dropdown.form-select-on-white .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%0A%3Csvg%20width=%2718%27%20height=%2718%27%20viewBox=%270%200%2018%2018%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d=%27M5.5575%206.43506L9%209.87756L12.4425%206.43506L13.5%207.50006L9%2012.0001L4.5%207.50006L5.5575%206.43506Z%27%20fill=%27%23111111%27/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 20px !important;
  width: 20px !important;
  margin: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
  left: auto !important;
  transition: all 0.4s ease;
}
.nav-item.dropdown.form-select-on-white .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translateY(-50%) rotate(-180deg);
  transition: all 0.4s ease;
}
.profile-edit-form .select2-container--default .select2-selection--single {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #e4e4e4 !important;
  border-radius: 0;
  height: 50px;
}
.profile-edit-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 10px;
}
.profile-edit-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 100%;
}
@media (max-width: 767px) {
  .nav-item.dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
  }
  .news-section-header-links .form-select-wrapper {
    margin-top: 20px;
  }
}
body {
  min-width: 320px;
}
.baguetteBox-open {
  overflow-y: hidden;
}
.swiper-container-grid-post {
  height: auto;
}
.image-gallery-wrapper-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(200px, auto);
}
.image-gallery-wrapper-grid .card {
  border: 1px solid transparent;
}
.image-gallery-wrapper-grid .card-header {
  height: 100%;
  background: transparent;
}
.image-gallery-wrapper-grid img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 200px;
  width: 100%;
}
.gallery-slider-arrows {
  width: 100px;
  height: 32px;
  margin-left: auto;
  z-index: 333;
  margin-bottom: 10px;
}
.gallery-slider-arrows .swiper-button-next:after,
.gallery-slider-arrows .swiper-button-prev:after {
  color: #111;
}
.pagination .page-item {
  background: transparent;
  box-shadow: none;
}
.pagination .page-link {
  background: transparent;
  border-bottom: 2px solid transparent;
  font-size: 16px;
}
.pagination .page-item.disabled .page-link {
  background-color: transparent;
  border-color: transparent;
}
.pagination .page-item.active .page-link {
  background-color: transparent;
  border-color: transparent;
  color: #f2ca30;
}
.pagination .page-link:hover {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid transparent;
}
.jobs-table .jobs-table-company-description {
  max-height: 100%;
  max-width: 100%;
}
.jobs-table .table-row td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.jobs-table .table-row td a {
  color: #111;
  transition: all 0.4s ease;
}
.jobs-table .table-row td a:hover {
  color: #f2ca30;
  transition: all 0.4s ease;
}
.job-table-date,
.job-table-salary,
.job-table-location {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.job-table-date svg,
.job-table-salary svg,
.job-table-location svg {
  margin-right: 5px;
}
a {
  color: #111;
  transition: all 0.4s ease;
}
a:hover {
  color: #f2ca30;
  transition: all 0.4s ease;
}
.cards .card-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #808080;
  transition: all 0.6s ease;
}
.cards .card-text a {
  transition: all0 0.6s ease;
}
.all-cards .card:hover .card-text {
  color: #fff;
  transition: all 0.6s ease;
}
.all-cards .card:hover .card-text p {
  color: #fff;
  transition: all 0.6s ease;
}
.all-cards .card:hover .card-text a {
  color: #fff;
  transition: all 0.6s ease;
}
.cards .card:hover .card-text {
  color: #fff;
  transition: all 0.6s ease;
}
.cards .card:hover .card-text p {
  color: #fff;
  transition: all 0.6s ease;
}
.cards .card:hover .card-text a {
  color: #fff;
  transition: all 0.6s ease;
}
.gallery-wrap:before {
  display: none;
}
.gallery-wrap:after {
  display: none;
}
.map-section .map-legend-point-centers {
  background: #919191;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
}
.map-section .map-legend-point-associations {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
}
.banner-section img {
  max-height: 100%;
}
.top-slider {
  padding-bottom: 0;
}
.top-slider .swiper-slide {
  min-height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-slider-social,
.top-slider-pagination-block {
  background: rgba(250,250,250,0.6);
}
.dropdown-lang .dropdown-item {
  padding-left: 10px;
  padding-right: 10px;
}
.questions-section .panel-body-text {
  font-size: 16px;
}
.partners-slider-button-prev,
.institutions-slider-button-prev {
  left: -40px;
  top: 100%;
  transform: translateY(-35%);
}
.partners-slider-button-next,
.institutions-slider-button-next {
  right: -40px;
  top: 100%;
  transform: translateY(-35%);
}
.footer-copyright .developed-by-link {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #c30f08;
}
.modal-group-partners .modal-text-link a,
.modal-group-institutions .modal-text-link a {
  word-break: break-word;
}
.row-cards .card {
  max-width: 100%;
}
.our-story-text-wrapper .our-story-text {
  max-height: 100%;
}
.our-mission-text .our-mission-text-container {
  height: 100%;
}
.investor-text-container .investor-text {
  max-height: 100%;
}
.jobs-table {
  min-width: 680px;
}
.migration-section .migrations-item {
  height: 100%;
}
.migration-item-phone {
  margin-right: 10px;
}
.overflow-hidden {
  overflow: hidden;
}
.text-white.mail:hover {
  color: #f2ca30 !important;
}
.form-wrapper .select2-container--default .select2-selection--single {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #e4e4e4 !important;
  border-radius: 0;
  height: 50px;
}
.form-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 10px;
}
.form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 100%;
}
.nav-item.dropdown.form-select-on-white.form-select-blog .select2-container .select2-selection--single .select2-selection__rendered {
  text-align: left;
}
.form-select-blog .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.nav-item.dropdown.form-select-on-white.form-select-blog .select2-container {
  padding-right: 0;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  width: 0;
  display: none;
}
.custom-file-input-single::before {
  content: attr(data-tooltip);
  color: #9b9b9b;
  display: inline-block;
  padding: 5px 8px;
}
.custom-file-input-multiple::before {
  content: attr(data-tooltip);
  color: #9b9b9b;
  display: inline-block;
  padding: 5px 8px;
}
.telegram-icon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
.telegram-icon svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 1130px) {
  .row-cards .card-header {
    margin: auto;
  }
}
@media (max-width: 1550px) {
  .diaspora-group-section .diaspora-accords-group-table tr {
    width: 33%;
  }
}
@media (max-width: 1199px) {
  .diaspora-group-section .diaspora-accords-group-table tr {
    width: 49.5%;
  }
  .image-gallery-wrapper-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(150px, auto);
  }
}
@media (max-width: 768px) {
  .diaspora-group-section .diaspora-accords-group-table tr {
    width: 100%;
  }
  .map-section .map-legend-points {
    padding: 10px 15px;
  }
  .map-section .map-legend-point-item {
    font-size: 18px;
  }
  .map-section .map-legend {
    width: 270px;
  }
  .map-section .popup-block {
    left: 300px;
    max-width: 80%;
  }
  .map-section .popup-body {
    width: 280px;
  }
}
@media (max-width: 576px) {
  .questions-section-message-content h3 {
    font-size: 24px;
  }
  .image-gallery-wrapper-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(100px, auto);
  }
}
@media (max-width: 450px) {
  .map-contacts-title-text {
    margin: 10px auto;
  }
  .cadrul-institutional-card-row-img {
    margin-right: 0 !important;
  }
}
.search-result {
  position: absolute;
  width: 460px;
  max-height: 50vh;
  left: 100%;
  padding: 20px 0px 5px 0px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.04), 0px 0px 2px rgba(0,0,0,0.06), 0px 0px 1px rgba(0,0,0,0.04);
  top: 100%;
  background: #fff;
  transform: translate(-100%, 10%);
  overflow-y: auto;
  cursor: initial;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease;
}
.search-result.active {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transform: translate(-100%, 0%);
  transition: all 0.3s ease;
}
.search-result-container {
  height: 100%;
}
#search.show {
  min-width: 460px;
}
.search-result-items {
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.search-result-title {
  font-weight: 600;
  color: #303030;
  font-size: 18px;
}
.search-result-item {
  margin-top: 10px;
  padding-left: 5px;
}
.search-result-item a {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.1;
  color: #111;
  transition: all 0.6s ease;
  display: block;
}
.search-result-item a:hover {
  color: #f2ca30;
  transition: all 0.6s ease;
}
.search-result-item .members-popup-social-link {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
}
.search-result-item .members-popup-social-link svg {
  width: 16px;
  min-width: 16px;
  height: 16px;
  fill: #f2ca30;
}
@media (max-width: 991px) {
  #search.show {
    min-width: 320px;
  }
  .search-result {
    width: 320px;
  }
}
@media (max-width: 768px) {
  #search.show {
    min-width: 250px;
  }
  .search-result {
    width: 250px;
  }
}
@media (max-width: 576px) {
  #search.show {
    min-width: 220px;
  }
  .search-result {
    width: 220px;
  }
}

