@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #37475a !important;
  padding-top: 130px;
  font-size: 16px;
}

a,
button {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus {
  color: #37475a !important;
  outline: 0 !important;
  text-decoration: none !important;
  box-shadow: 0 0 0 .2em rgba(0, 123, 255, 0);
}

h1 {
  font-size: 2.5em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

.tiny-icon {
  font-size: 0.6em;
  line-height: 1;
  vertical-align: middle;
}

.small-icon {
  font-size: 1em;
  line-height: 1;
  vertical-align: middle;
}

.normal-icon {
  font-size: 1.2em;
  line-height: 1;
  vertical-align: middle;
}

.medium-icon {
  font-size: 1.6em;
  line-height: 1;
  vertical-align: middle;
}

.big-icon {
  font-size: 1.8em;
  line-height: 1;
  vertical-align: middle;
}

.giant-icon {
  font-size: 2.2em;
  line-height: 1;
  vertical-align: middle;
}

.monster-icon {
  font-size: 2.6em;
  line-height: 1;
  vertical-align: middle;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-top {
  height: 80px;
  position: relative;
  padding: 0px 200px 0px 400px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.logo {
  display: inline-block;
  width: 176px;
  height: 55px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.logo img {
  width: 100%;
  height: 100%;
}

.logo-text {
  position: absolute;
  left: 210px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  width: 200px;
  font-size: 11.2px;
  height: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.burger-menu {
  display: none;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  margin: auto;
  cursor: pointer;
  text-align: center;
  padding: 5px 0;
}

.dropdown-language {
  position: absolute;
  right: 15px;
  height: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-language {
  background: #fff;
  border: 0;
  display: inline-block;
  padding: 5px;
}

.btn-language img {
  width: 24px;
  height: 24px;
}

.btn-language:after {
  display: none;
}

.language-abb {
  font-size: 0.85em;
  font-weight: 600;
}

.text-size-buttons {
  position: absolute;
  right: 100px;
  width: 50px;
  height: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.text-size-buttons>span {
  text-align: center;
  width: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13.6px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.text-size-buttons>span.text-size-button-bigger {
  font-size: 17.6px;
}

.text-size-buttons>span.active {
  color: #80a90a;
}

.switcher {
  position: absolute;
  right: 150px;
  padding: 10px 5px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 46px;
}

.switcher-icon {
  border-radius: 10px;
  height: 10px;
  width: 30px;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #37475a;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.switcher-icon:before {
  position: absolute;
  content: "";
  left: -1px;
  width: 16px;
  height: 16px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #37475a;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.switcher.active .switcher-icon:before {
  left: initial;
  right: -1px;
}

.switcher.active .switcher-icon {
  background: rgba(55, 71, 90, 0.5)
}

.header-buttons {
  /* 
    text-align: right;
    margin:0;
  */

  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;

}


.header-buttons a {
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  font-size: 0.9em;
}

.header-buttons a:hover {
  opacity: 0.7;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  background-color: #37475a
}

.dropdown-item {
  font-size: 0.8em;
  padding: 0.5em 1.5em;
  font-weight: 500;
}

.dropdown-menu {
  padding: 0;
}

.header-bottom {
  background: #fff;
}

.header-bottom-buttons a {
  padding: 15px 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
  height: 50px;
}

.header-bottom-buttons a:hover {
  opacity: 0.7;
}

.header-buttons-wrapper {
  height: 80px;
}

.hero-content {
  padding: 150px 100px 150px 200px;
  background: url(../images/hero-caption-bg.png) no-repeat left center;
  width: 40%;
}

.hero {
  background: url(../images/hero-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-title {
  font-weight: 700;
  color: #fff;
  margin: 20px 0;
}

.hero-subtitle {
  color: #fff;
}

.hero-description {
  color: #fff;
}

.hero-logo {
  margin: 10px 0;


}

.hero-logo img {
  width: 100%;
  max-width: 320px;
  height: auto;


}

.btn {
  padding: .75em 2em;
  font-size: 0.75em;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0;
}

.btn:hover,
.btn:focus,
.btn {
  outline: 0 !important;
  box-shadow: 0 0 0 .2em rgba(0, 123, 255, 0) !important
}

.btn-primary {
  background: #37475a;
  color: #fff !important
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited {
  background: #37475a !important;
  color: #fff !important
}

.btn-success {
  background: #80a90a;
  color: #fff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:visited {
  background: #80a90a !important;
  color: #fff !important
}

.btn-lg {
  font-size: 1em;
}

.btn-content {
  position: relative;
  text-transform: uppercase;
  z-index: 20;
}

.btn-animation:after {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  left: -50px;
  width: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 10;
  position: absolute;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -moz-transform: skew(18deg, 0deg);
  -webkit-transform: skew(18deg, 0deg);
  -o-transform: skew(18deg, 0deg);
  -ms-transform: skew(18deg, 0deg);
  transform: skew(18deg, 0deg);
}

.btn-animation:hover:after {
  width: 200%;
}

.green {
  color: #80a90a;
}

.white {
  color: #fff;
}

.home-news {
  background: #37475a;

}

.home-news .section-title {
  padding: 30px 30px 15px 30px;
}

.section-title {
  font-weight: 400;
  font-size: 1.8em;
}

.last-news-item {
  position: relative;
  width: 25%;
  padding: 30px 30px 120px 30px;
}

.news-date {
  font-size: 0.85em;
  padding-bottom: 10px;
}

.last-news-item .news-date {
  color: #fff;
}

.news-title {
  font-size: 1.1em;
  margin: 10px 0;
  line-height: 1.4;
  font-weight: 600;
}

.last-news-item .news-title {
  color: #fff;
}


.last-news-item .news-image {
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
  margin: 0 0 15px;
  aspect-ratio: 16 / 9;
}

.last-news-item .news-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.news-item .news-image {
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
  margin: 0 -10px 15px;
  aspect-ratio: 16 / 9;
}

.news-item .news-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.news-description {
  font-size: 0.8em;
}

.last-news-item .news-description {
  color: rgba(255, 255, 255, 0.5);
}

.underline-link {
  display: inline-block;
  font-weight: 500;
  font-size: 0.7em;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  padding: 10px 0 5px 0;
  border-bottom: 3px solid #80a90a;
}

.last-news-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #80a90a;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.last-news-item .underline-link {
  color: #fff !important;
  position: absolute;
  bottom: 50px;
  left: 30px;
}

.last-news-item:hover:before {
  height: 7px;
}

.last-news-item:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 15%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  bottom: 15%;
}

.home-regions {
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px;
}

.home-regions .container {
  z-index: 20;
  position: relative;
}

.regions-image {
  background: url(../images/regions-bg.jpg) no-repeat top -80px center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 200px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.regions-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.home-regions .section-title {
  margin-bottom: 400px;
}

.regions-box-buttons {
  background: #f0f0f0;
}

#regions {
  border: 0 !important;
}

#regions li {
  width: 16.666%;
}

#regions li .nav-link {
  background: transparent;
  padding: 30px 35px;
  text-align: center;
  position: relative;
  border: 0;
  height: 130px;
  margin: 0 !important;
}

.region-info {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 0.65em;
  opacity: 0.6;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.region-title {
  margin: 0;
  font-size: 0.85em;
  font-weight: 600;
}

#regions li .nav-link.active {
  background: #fff;
  border-radius: 0;
}

#regions li .nav-link.active:after {
  content: "";
  position: absolute;
  background: #80a90a;
  left: 20%;
  right: 20%;
  height: 3px;
  bottom: 0;
}

#regions li .nav-link.active .region-title {
  color: #80a90a;
}

.region-content-info {
  min-height: 150px;
  padding: 60px 60px 60px 120px;
  position: relative;
}

.region-content-icon {
  position: absolute;
  top: 60px;
  left: 60px;
  opacity: 0.4;
}

.region-content-title {
  margin: 20px 0;
  font-weight: 600;
}

.region-content-info-title {
  font-weight: 400;
}

.btn i {
  vertical-align: bottom !important;
}

.useful {
  padding: 30px 0 50px 0;
}

.useful-data-boxes>div {
  padding: 50px 50px 100px 50px;
  width: 50%;
  position: relative;
}

.useful-data-boxes {
  margin-top: 20px;
}

.useful-data-boxes>div.useful-box-employer {
  background: #37475a;
}

.useful-data-boxes>div.useful-box-profile-buyer {
  background: #80a90a;
}

.useful-data-box-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 20px;
}

.useful-data-boxes>div.useful-box-employer .underline-link,
.useful-data-boxes>div.useful-box-employer .underline-link:hover {
  color: #fff !important
}

.useful-data-boxes>div.useful-box-profile-buyer .underline-link,
.useful-data-boxes>div.useful-box-profile-buyer .underline-link:hover {
  color: #fff !important;
  border-color: #fff;
}

.useful-data-boxes>div .underline-link {
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.small-title {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.useful-data-boxes>div .small-title {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.action-box {
  border: 1px solid #80a90a;
}

.action-box a {
  display: block;
  padding: 30px 20px;
  text-align: center;
  width: 50%;
  color: #fff;
}

.action-box-icon {
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
}

.action-box-info {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75em;
}

.action-box a h6 {
  color: #fff;
}

.action-box a:first-child {
  border-right: 1px solid #80a90a;
}

.action-box a:hover {
  background: rgba(0, 0, 0, 0.15);
}

.links-list a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1em;
  font-weight: 500;
  padding: 10px 15px;
}

.links-list a:last-child {
  border-bottom: 0;
}

.useful-data-boxes>div.useful-box-profile-buyer .links-list a {
  color: #fff !important;
}

.useful-data-boxes>div.useful-box-profile-buyer .links-list a:hover {
  background: #fff !important;
  color: #37475a !important;
}

.footer-middle {
  position: relative;
  padding: 20px 0;
}

.footer-buttons a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 50px;
  width: 25%;
}

.fb-title-small {
  display: block;
  font-size: 0.8em;
  opacity: 0.7;
}

.fb-title {
  font-weight: 600;
}

.fb-icon {
  position: absolute;
  left: 0;
  opacity: 0.4;
}

.footer-top {
  padding: 25px 0;
  background: #eee;
}

.svg_interreg_gr_bg {
  width: 200px;
}

.flags-list {
  text-align: center;
}

.flags-list span {
  display: inline-block;
  margin-right: 10px;
  width: 70px;
}

.footer-top h5 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.4;
}

.footer-bottom {
  padding: 100px 0;
  background: url(../images/footer-bg.png) no-repeat center center #ececec;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.copyright {
  padding: 20px 0 0 0;
  border-top: 1px solid #ccc;
  font-size: 0.8em;
  font-weight: 500;
  margin-top: 30px;
  opacity: 0.7;
}

.copyright a {
  font-weight: 500;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}

.copyright a:last-child {
  border-right: 0;
}

.footer-logos {
  margin: 40px 0;
}

.footer-logos a img {
  max-height: 100px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}

.f-info {
  font-size: 0.95em;
  line-height: 1.6;
}

.f-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.f-list {
  margin-bottom: 30px;
}

.f-list a {
  position: relative;
  padding: 5px 0 5px 20px;
  display: block;
  font-size: 0.9em;
  font-weight: 500;
}

.f-social a {
  display: block;
  font-size: 0.9em;
  font-weight: 500;
}

.f-list a .f-list-icon {
  position: absolute;
  left: 0;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

.f-list a:hover,
.copyright a:hover,
.f-social a:hover {
  opacity: 0.7;
}

.search-bar {
  background: #fff;
  border-bottom: 1px solid #ccc;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 50px;
}

.search-bar input {
  font-size: 0.85em;
  height: 40px;
  border-color: #ccc;
}

.search-bar input:focus {
  border-color: #37475a;
  outline: 0 !important;
  box-shadow: 0 0 0 .2em rgba(0, 123, 255, 0) !important;
}

.search-bar button {
  height: 40px;
  font-size: 0.9em;
  padding: 0.5em 2em;
  font-weight: 500;
}

body.search-visible #header {
  top: 60px;
}

.close-search {
  position: absolute;
  right: 10px;
  width: 32px;
  height: 32px;
  display: block;
  cursor: pointer;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 3px 0;
}

.search-btn {
  cursor: pointer;
}

.hero-internal {
  padding: 200px 0;
}


.page-title {
  font-weight: 700;
}

.breadcrumb-custom {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-custom li {
  display: inline-block;
  margin-right: 5px;
}

.breadcrumb-custom li a {
  background: #37475a;
  color: #fff !important;
  font-size: 0.7em;
  text-transform: uppercase;
  padding: 3px 10px;
  display: block;
}

.page-content {
  padding: 50px 0;
}

.contact-boxes {
  margin: 15px -15px 15px -15px;
}

.contact-box {
  width: calc(50% - 30px);
  padding: 30px;
  border: 1px solid #ccc;
  margin: 0 15px 30px 15px;
}

.contact-box-title {
  font-size: 1.3em;
  font-weight: 600;
  padding: 10px 0 10px 35px;
  position: relative;
}

.contact-box-title .counter {
  color: #fff;
  width: 28px;
  height: 28px;
  background: #37475a;
  border-radius: 50%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 6px 0;
  font-size: 0.85em;
}

.link-with-icon {
  display: block;
  padding: 10px 0 5px 40px;
  position: relative;
}

.link-small-title {
  font-size: 0.85em;
  opacity: 0.7;
  font-weight: 500;
  display: block;
}

.link-big-title {
  display: block;
  font-weight: 600;
  font-size: 1em;
  opacity: 0.7;
}

.link-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  text-align: center;
  opacity: 0.5;
  left: 0;
  top: 15px;
}

.btn-sm {
  padding: 0.55em 2em;
  font-size: 0.7em;
}

.contact-box .btn-sm {
  margin-left: 40px;
}

.contact-boxes-green .contact-box {
  border-color: #f2f6e6;
  background: #f2f6e6;
}

.contact-boxes-green .contact-box .counter {
  background: #80a90a;
}

.btn-light {
  background: #eee;
}

.page-conent-message {
  padding: 30px;
  background: #ebecee;
  margin-bottom: 20px;
}

.page-conent-message p {
  margin: 0;
  font-size: 0.9em;
  opacity: 0.7;
}

.page-conent-message h3 {
  font-weight: 400;
}

.collapse-item {
  border: 1px solid #f2f6e6;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
}

.collapse-item-header {
  position: relative;
  display: block;
  padding: 20px 60px 20px 30px;
  background: #f2f6e6;
}

.collapse-item-header .collapse-item-header-icon {
  color: #80a90a;
  position: absolute;
  right: 30px;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.documents-group-title {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0;
}

.files-counter {
  font-size: 0.9em;
  opacity: 0.5;
}

.collapse-item-header:hover {
  color: #fff;
  background: #80a90a;

}

.collapse-item-header:hover .documents-group-title,
.collapse-item-header:hover .collapse-item-header-icon {
  color: #fff;
}

.collapse-content {
  margin: 0 30px 10px 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.collapse-item.active {
  border-color: #ccc;
}

.collapse-item.active .collapse-item-header:hover,
.collapse-item.active .collapse-item-header {
  background: #80a90a !important;

}

.collapse-item.active .collapse-item-header:hover .documents-group-title,
.collapse-item.active .collapse-item-header .documents-group-title {
  color: #fff !important;
}

.collapse-item.active .collapse-item-header:hover .collapse-item-header-icon {
  color: #80a90a !important;
}

.collapse-item.active .collapse-item-header-icon i:before {
  content: "\f056";
  color: #fff;
}

.documents-list {
  margin: 0 -10px;
}

.document-item {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px 10px;
  position: relative;
  padding: 20px 70px 20px 80px;
  border: 1px solid #ccc;
}

.document-item:hover {
  border-color: #37475a;
  background: #37475a;
}

.document-name {
  font-weight: 600;
  font-size: 1.1em;
  margin: 0 0 5px 0;
}

.document-item:hover .document-name,
.document-item:hover .document-info,
.document-item:hover .document-download {
  color: #fff;
}

.document-info {
  display: block;
  font-size: 0.9em;
  opacity: 0.7;
  font-weight: 500;
}

.document-download {
  width: 42px;
  height: 42px;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  opacity: 0.7;
  display: block;
  padding: 7px 0;
}

.document-icon {
  width: 42px;
  height: 42px;
  left: 25px;
  text-align: center;
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}

.document-item:hover .document-icon {
  color: #80a90a;
}

.align-show-items {
  text-align: right;
}

.align-show-items-wrapper {
  display: inline-block;
}

.green-bar {
  padding: 15px 0;
  background: #80a90a;
}

.button-action-info {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 0.85em;
  padding-right: 10px;
}

.bootstrap-select {
  width: 140px !important;
}

.bootstrap-select .btn-outline-light {
  border: 1px solid #fff !important;
  padding: 0.5em 1em !important;

  font-weight: 500 !important;
}

.bootstrap-select .btn-outline-light:focus,
.bootstrap-select .btn-outline-light:hover {
  outline: none !important;
  border-color: #fff !important;
  background: transparent !important;
  color: #fff !important;
}

.align-show-items-wrapper .bootstrap-select {
  width: 80px !important;
}

.news-item {
  width: 25%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 40px 40px 90px 40px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
}

.news-item:hover {
  background: #f0f0f0;
}


.news-item .underline-link {
  left: 40px;
  bottom: 40px;
  position: absolute;
}

.page-content-no-padding {
  padding: 0;
}

.pagination {
  margin: 30px 0;

}

.page-link {
  font-size: 0.8em;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 2px;
}

.page-link:hover,
.page-link.active {
  background: #ececec;
}

.partners-list {
  margin: 0 -10px;
}

.partner-item {
  display: block;
  border: 1px solid #ccc;
  padding: 30px 30px 60px 30px;
  margin: 0 10px 20px 10px;
  width: calc(25% - 20px);
  text-align: center;
  position: relative;
}

.partner-item img {
  margin-bottom: 10px;
}

.partner-item h3 {
  font-size: 1.1em;
}

.partner-item .partner-link {
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 20px;
  text-align: center;
  padding: 5px 0;
  font-weight: 500;
  color: #80a90a !important;
}

.project-list {
  margin: 20px -10px;
}

.project-item {
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
  position: relative;
  padding-left: 280px;
  border: 1px solid #ccc;
}

.project-image {
  position: absolute;
  width: 280px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

.project-content {
  padding: 30px 30px 80px 30px;
  position: relative;
}

.project-title {
  font-size: 1.3em;
  font-weight: 600;
}

.project-description {
  font-size: 0.9em;
  opacity: 0.7;
  line-height: 1.6;
}

.project-content .underline-link {
  left: 30px;
  bottom: 30px;
  position: absolute;
}

.bold {
  font-weight: 600;
}

.green-bar-navigation {
  text-align: center;
}

.green-bar-navigation a {
  font-size: 0.85em;
  color: #fff !important;
  padding: 0.35em 1.25em;
  display: inline-block;
  font-weight: 500;
}

.green-bar-navigation a:hover {
  opacity: 0.7;
}

.green-bar-navigation a.active {
  color: #37475a !important;
  background: #fff;
}

.text-box {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.text-box:last-child {
  border-bottom: 0;
}

.text-box-title {
  font-weight: 600;
  font-size: 1.3em;
}

.text-box-list {
  margin: 10px 0;
  list-style: none;
  padding: 0;
}

.text-box-list li {
  color: rgba(55, 71, 90, 0.7);
  padding: 3px 0 3px 30px;
  display: block;
  position: relative;
  font-size: 0.9em;
}

.text-box-info {
  color: rgba(55, 71, 90, 0.7);
  font-size: 0.85em;
  font-style: italic;
}

.text-box-list-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background: #80a90a;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 50%;
}

.text-box-list li .text-box-list .text-box-list-icon {
  color: #80a90a;
  background: #f2f6e6;
}

.text-box-text {
  padding: 20px 0 0;
  color: rgba(55, 71, 90, 0.7);
  font-size: 0.9em;
}

.hidden-desktop {
  display: none;
}



.out-hero-ndtl {}

.wrp-hero-ndtl {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "hero-ndtl-cap hero-ndtl-img";
  gap: 50px;
  padding: 0 0 5px;
}

.hero-ndtl-cap {
  grid-area: hero-ndtl-cap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  padding: 50px 0 0;
}

.hero-ndtl-cap>div {
  flex: 1 1 auto;
}

.hero-ndtl-cap .page-title {
  font-size: 2.5em;
}

.hero-ndtl-img {
  grid-area: hero-ndtl-img;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.hero-ndtl-img>div {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background-color: #fff;
}

.hero-ndtl-img>div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}


@media(min-width:1440px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }

}

@media (min-width: 1640px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1600px;
  }

}

@media(max-width:1680px) {


  .hero-ndtl-cap .page-title {
    font-size: 2.2em;
  }

}

@media(max-width:1440px) {
  .header-bottom-buttons a {
    padding: 15px 10px;
    font-size: 0.7em;
  }

  .news-item {
    width: 33.33333333%;
  }

  .hero-ndtl-cap .page-title {
    font-size: 1.85em;
  }

}

@media (max-width: 1280px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
  }

  .header-bottom-buttons a {
    padding: 15px 8px;
    font-size: 0.65em;
  }

  .last-news-item {
    width: 50%;
  }

  .news-item {
    width: 33.333333333%;
  }

  .wrp-hero-ndtl {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-template-areas:
      "hero-ndtl-img"
      "hero-ndtl-cap";
    gap: 50px;
    padding: 0 0 5px;
  }

  .hero-ndtl-cap {
    padding: 0;
  }

}

@media (max-width: 1024px) {
  .header-bottom-buttons {
    overflow-y: auto;
    max-height: 350px;
  }

  .header-bottom-buttons a {
    width: 100%;
    padding: 5px 15px !important;
    height: auto !important;
  }

  .header-bottom {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
  }

  .logo {
    left: 65px;
  }

  .burger-menu {
    display: block;
  }

  .logo-text {
    display: none;
  }

  .header-button-text {
    display: none;
  }

  .mobile-menu-visible .header-bottom {
    display: block;
  }

  body {
    padding-top: 80px;
  }

  .header-top {
    padding: 0 200px 0 0;
  }

  .last-news-item,
  .news-item {
    width: 50%;
  }

  .useful-data-boxes>div {
    width: 100%;
  }

  .footer-buttons a {
    width: 50%;
  }

  #regions li .nav-link {
    padding: 10px 10px;
    font-size: 0.8em;
  }

  .hero-content {
    width: 70%;
    padding: 80px 20px 80px 150px;
  }

  .hero-title,
  .page-title {
    font-size: 1.7em;
  }

  .hero-subtitle {
    font-size: 1.2em;
  }

  .region-content-icon {
    left: 20px;
    top: 20px;
  }

  .hero-internal {
    padding: 80px 0;
  }

  .document-item {
    width: calc(50% - 20px);
  }

  .partner-item {
    width: calc(33.33% - 20px);
    padding: 20px 20px 50px 20px;
  }

  .wrp-hero-ndtl {
    gap: 30px;
  }

}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }

  .language-abb {
    display: none;
  }

  .logo {
    height: 40px;
    width: 128px;
    left: 55px;
  }

  .burger-menu {
    left: 10px;
  }

  .last-news-item {
    width: 100%;
    padding: 20px 20px 80px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .last-news-item:after,
  .last-news-item:before {
    display: none;
  }

  .news-item {
    width: 100%;
    padding: 20px 20px 80px 20px;
  }

  .news-item .underline-link {
    left: 20px;
    bottom: 20px;
  }

  .useful-data-boxes>div {
    padding: 20px 20px 70px 20px;
  }

  .useful-data-boxes>div .monster-icon {
    font-size: 2em;
  }

  .useful-data-boxes>div .underline-link {
    left: 20px;
    bottom: 20px;
  }

  .footer-bottom {
    padding: 30px 0;
  }

  .footer-logos a img {
    max-height: 70px;
  }

  .footer-buttons a {
    width: 100%;
  }

  .footer-top h5 {
    text-align: center;
    margin: 10px 0;
    font-size: 1em;
  }

  .footer-top {
    text-align: center;
  }

  #regions li,
  #regions li .nav-link,
  #regions li .nav-link div {
    width: 100%;
    height: auto;
  }

  #regions li .nav-link {
    border-bottom: 1px solid #ccc;
  }

  #regions li .nav-link:last-child {
    border-bottom: 0;
  }

  .region-content-description {
    margin-bottom: 10px;
  }

  .region-content-info {
    padding: 20px 20px 20px 70px;
  }

  h3 {
    font-size: 1.4em;
  }

  .dropdown-language {
    right: 10px;
  }

  .dropdown-language .language-arrow {
    display: none;
  }

  .text-size-buttons {
    right: 50px;
  }

  .switcher {
    right: 100px;
  }

  .header-top {
    padding: 0 140px 0 0;
  }

  .hero-content {
    margin-top: 120px;
    width: 100%;
    padding: 130px 20px 20px 20px;
    background: url(../images/hero-caption-mobile-bg.png) no-repeat top center;
  }

  .search-bar {
    padding: 10px 40px 10px 0;
  }

  .home-news .section-title {
    padding: 20px 15px 10px 15px;
  }

  .hidden-desktop {
    display: block;
  }

  .contact-box {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .contact-boxes {
    margin: 15px 0 0 0;
  }

  .useful-data-box-title {
    font-size: 1.1em;
  }

  .document-item {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px 30px 10px 50px;
  }

  .documents-list {
    margin: 0;
  }

  .collapse-content {
    margin: 0 10px 10px 10px;
    padding-top: 10px;
  }

  .collapse-item-header {
    padding: 15px 40px 15px 20px;
  }

  .collapse-item-header .collapse-item-header-icon {
    right: 10px;
  }

  .document-icon {
    width: 32px;
    height: 32px;
    left: 10px;
  }

  .document-icon i {
    font-size: 30px;
  }

  .document-name {
    font-size: 0.9em;
  }

  .document-download {
    width: 24px;
    height: 24px;
    padding: 0;
    right: 10px;
  }

  .documents-group-title {
    font-size: 1em;
  }

  .document-download i {
    font-size: 24px;
  }

  .button-action-info {
    display: none;
  }

  .section-title {
    font-size: 1.4em;
  }

  .copyright {
    text-align: center;
  }

  .partner-item {
    width: calc(50% - 20px);
    padding: 15px 15px 50px 15px;
  }

  .partner-item .partner-link {
    bottom: 15px;
    font-size: 0.8em;
  }

  .partner-item h3 {
    font-size: 0.9em;
  }

  .project-item {
    width: 100%;
    margin: 0 0 15px 0;
    padding-top: 350px;
    padding-left: 0;
  }

  .project-content {
    padding: 20px 20px 60px 20px;
  }

  .project-title {
    font-size: 1.1em;
  }

  .project-image {
    width: 100%;
    bottom: initial;
    height: 350px;
    left: 0;
    right: 0;
  }

  .project-content .underline-link {
    left: 20px;
    bottom: 20px;
  }

  .project-list {
    margin: 20px 0;
  }
}

@media(max-width:640px) {

  .hidden-max-width-640 {
    display: none !important;
  }

  .partner-item {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 15px 15px 50px 15px;
  }

  .partners-list {
    margin: 0;
  }

  .green-bar-navigation a {
    width: 100%;
    display: block;
  }

  .page-content {
    padding: 30px 0 20px 0;
  }
}

@media(max-width:540px) {
  .hidden-max-width-540 {
    display: none !important;
  }

}



@media(max-width:374px) {


  .logo {
    left: 45px;
  }

  .burger-menu {
    left: 5px;
  }

  .dropdown-language {
    right: 5px;

  }

  .text-size-buttons {
    width: 40px;
    right: 40px;
  }

  .switcher {
    padding: 10px 0;
    width: 36px;
    right: 80px;
  }

  .text-size-buttons>span {
    width: 20px;
  }

  .header-top {
    padding: 0 110px 0 0;
  }

  .logo {
    height: 35px;
    width: 113px;
  }

  .search-bar .btn {
    padding: 0.5em 1em;
  }

  .search-bar input {
    font-size: 0.75em;
  }
}


.text-box-text img {
  width: 100%;
  max-width: 100%;
  height: auto;
}