html {
  height: 100%
}

body {
  height: 100%;
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.1em;
  color: #646464;
  overflow-x: hidden
}

.page {
  position: relative;
  z-index: 9
}

.no_paddding {
  padding: 0
}

.no_margin {
  margin: 0
}

.margin_bottom_init {
  margin-bottom: 1rem
}

.clearfix {
  clear: both
}

.hidden {
  display: none
}

.f-left {
  float: left
}

.f-right {
  float: right
}

a {
  color: #5AA868;
  text-decoration: none;
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s
}

:focus,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
  outline: 0
}

ul {
  padding: 0;
  margin: 0;
  list-style-position: inside
}

h1 {
  font-size: 2em;
  margin: .67em 0;
  font-weight: 700
}

h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: red
}

.col-5ths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
  position: relative;
  min-height: 1px;
  text-align: center
}

.col-xs-7ths {
  width: 14.28%;
  float: left
}

.full_width {
  width: 100%
}

.green_back {
  background: #008040 !important;
  color: #f3f3f3 !important;
  font-size: 18px;
}

.green_back .title-icon i {
  color: black;
}

.gray_back {
  background: #C8C8C8 !important;
  color: #646464 !important
}

.gray_back svg {
  fill: #646464 !important
}

.gray_back .block {
  background: #E6E6E6 !important
}

.gray_back h3 {
  color: #646464 !important
}

.lightgray_back {
  background: #e6e6e6 !important
}

.flex_container {
  display: flex
}

.flex_column {
  display: flex;
  flex-direction: column
}

.color_green {
  color: #008040 !important
}

.color_yellow {
  color: rgba(231, 200, 46, 1) !important
}

.color_grey {
  color: rgba(100, 100, 100, 1) !important
}

.color_magenta {
  color: rgba(170, 85, 161, 1) !important
}

.color_red {
  color: rgba(174, 57, 57, 1) !important
}

.activity_circle .color_lightgreen {
  color: rgba(122, 193, 67, 1) !important;
  fill: rgba(122, 193, 67, 1) !important
}

.activity_circle .color_orange {
  color: rgba(244, 121, 32, 1) !important;
  fill: rgba(244, 121, 32, 1) !important
}

.color_lightblue {
  color: rgba(87, 144, 204, 1);
  fill: rgba(87, 144, 204, 1)
}

.wow {
  visibility: hidden
}

.btn-round {
  position: relative;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background: 0 0;
  cursor: pointer
}

.btn-round:focus {
  outline: none
}

.btn-round:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform;
  -o-transition: -o-transform;
  -moz-transition: transform, -moz-transform;
  transition: transform;
  transition: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(.6, .01, 0, 1.38);
  -moz-transition-timing-function: cubic-bezier(.6, .01, 0, 1.38);
  -o-transition-timing-function: cubic-bezier(.6, .01, 0, 1.38);
  transition-timing-function: cubic-bezier(.6, .01, 0, 1.38);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

.btn-round.btn-fill:hover:before {
  transform: scale3d(1.2, 1.2, 1)
}

.btn-round.btn-border:hover {
  border-color: #f3f3f3
}

.btn-round.btn-round-green:before {
  background-color: #5aa868
}

.btn-round.btn-round-dark:before {
  background-color: #646464
}

.btn-round.btn-border {
  border: solid 2px #c8c8c8;
  border-radius: 50%;
  transition: border-color 0.3s ease-in
}

.btn-round_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  width: 30px
}

.btn-rect {
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: color 0.3s ease-in
}

.btn-rect svg {
  height: 30px;
  margin-right: 15px;
  transition: fill 0.3s ease-in
}

.btn-gray {
  background: #C8C8C8;
  color: #646464
}

.btn-gray svg {
  fill: #646464
}

.btn-rect {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s
}

.btn-rect:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.btn-gray:before {
  background: #5aa868
}

.btn-rect:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.btn-gray:hover {
  color: #f3f3f3
}

.btn-gray:hover svg {
  fill: #f3f3f3
}

.map-btn {
  z-index: 500;
  cursor: pointer;
  color: #fff
}

.grid_wrapper {
  padding-top: 75px
}

.grid_container {
  position: relative;
  width: 100%
}

.grid_container_padded_lr {
  padding-left: 10%;
  padding-right: 10%
}

.grid_container_padded_tb {
  padding-top: 30px;
  padding-bottom: 30px
}

.grid_container_padded_t {
  padding-top: 30px
}

.grid_container_padded_b {
  padding-bottom: 30px
}

.margin_top {
  margin-top: 30px
}

.margin_bottom {
  margin-bottom: 30px
}

.padding_top {
  padding-top: 30px
}

.padding_bottom {
  padding-bottom: 30px
}

.page_title_wrapper {
  font-family: 'Roboto Slab', serif
}

.page_title_wrapper .block {
  width: 25px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #c8c8c8
}

.page_title h1 {
  margin: 0;
  font-size: 2.2em;
  color: #646464
}

.page_title h3 {
  margin: 0;
  font-size: 1.5em;
  color: #C8C8C8
}

.grid_container_content h5 {
  font-size: 1em;
  display: inline-block;
  font-weight: 600;
  color: #333
}

#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  z-index: 1000
}

div.grid_container_content>.list {
  display: none;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite
}

div.flex_right.flex_container>.team_member_name {
  color: #646464
}

div.flex_right.flex_container>.team_member_email {
  color: #008040;
  font-style: italic
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #F0F;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.item_mask {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  background: #303030;
  z-index: 10;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  transform: scaleX(0);
  transform-origin: right
}

.saving_item .item_mask {
  animation: grow-right ease 0.4s forwards
}

.saved_item .item_mask {
  animation: shrink-right ease 0.4s forwards
}

@keyframes grow-right {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

@keyframes shrink-right {
  from {
    transform: scaleX(1)
  }

  to {
    transform: scaleX(0)
  }
}

.content-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  will-change: transform
}

.content-preloader__left,
.content-preloader__right {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  overflow: hidden
}

.eu-banner{

	z-index: 900;
	position: fixed;
	bottom: 0;
	left: 0;
	max-width: 100%;
	width: 470px;
	padding: 10px;
	background-color: #fff;
	/* -webkit-transition: all 0.3s; */
	-moz-transition: all 0.3s;
	/* transition: all 0.3s; */
}



}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}

.popup {
  margin: 70px auto;
  padding: 70px;
  z-index: 100;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
  /*! height: 100vh; */
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
.content-preloader__left {
  left: 0
}

.content-preloader__right {
  right: 0
}

.content-preloader__left>div,
.content-preloader__right>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100;
  height: 100%;
  background: #303030;
  transition: all 0.5s ease-in
}

.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  overflow: hidden;
  width: 1px;
  height: 25%;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}


.content-preloader.show {
  z-index: 9999999999999999
}

.content-preloader.show .preloader {
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-name: showPreloader, stretchPreloader;
  animation-duration: 0.3s, 0.5s;
  animation-delay: 0s, 0.5s
}

.content-preloader.show .content-preloader__mask {
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-name: hidePreloader_mask;
  animation-duration: 0.5s;
  animation-delay: 2s
}

@keyframes showPreloader {
  to {
    opacity: 1
  }
}

@keyframes stretchPreloader {
  to {
    height: 100%
  }
}

@keyframes showPreloader_mask {
  to {
    width: 100%
  }
}

@keyframes hidePreloader_mask {
  from {
    width: 100%
  }

  to {
    width: 0
  }
}

.site-header.sticky {
  position: block;
  width: 100%;
  z-index: 10
}

.site-header.sticky {
  position: unset;
  top: 0
}

.site-header.sticky .site-header-desktop {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .4);
  border: none
}

.site-header-desktop {
  width: 100%;
  background: #fff;
  z-index: 1030
}

.site-header-desktop_inner {
  width: 100%;
  height: 100%
}

.logo {
  height: 70px;
  flex: 0 0 150px
}

.logo img {
  height: 100%
}

.site-header-desktop_nav {
  flex: 1
}

.site-header-desktop_nav ul {
  text-align: right;
  margin-bottom: 0
}

.site-header-desktop_nav ul li {
  display: inline;
  margin-left: 20px;
  font-weight: 400;
  color: #545454;
  position: relative
}

.site-header-desktop_nav ul .lang {
  padding-left: 20px;
  border-left: solid 1px #646464;
  cursor: pointer
}

.site-header-desktop_nav li a {
  text-decoration: none;
  color: inherit
}

.site-header-desktop_nav li.active_menu-item {
  color: #008040 !important
}

.site-header-desktop_nav ul li:nth-child(2) {
  margin-left: 33px
}

.site-header-desktop_inner .menu_row {
  display: flex;
  align-items: center
}

.submenu_row {
  background: #595959;
  max-height: 0;
  transition: 0.25s;
  overflow: hidden
}

.submenu_row.submenu_row_visible {
  max-height: 170px
}

.submenu_row ul {
  list-style: none;
  display: flex;
  margin: 0
}

.submenu_row ul li {
  flex: 1;
  text-align: center;
  border-right: solid 1px white;
  transition: 0.25s
}

.submenu_row ul li.active_submenu-item {
  background: #525252
}

.site-header-mobile_nav ul.submenu_row li.active_submenu-item a {
  background: #525252
}

.site-header-mobile_nav ul.submenu_row li.active_submenu-item a span,
.site-header-mobile_nav ul.submenu_row li.active_submenu-item a i {
  color: white
}

.submenu_row ul li:last-child {
  border-right: none
}

.submenu_row ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  color: white
}

.submenu_row ul li i {
  display: block;
  margin-top: 5px;
  margin-bottom: 3px;
  color: white
}

.submenu_row ul li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s
}

.submenu_row ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.submenu_row ul li a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.submenu_button i {
  transform: rotate(0);
  margin-left: 5px;
  transition: 0.25s
}

.triangle_up i {
  transform: rotate(180deg)
}

.site-header-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.site-header-mobile.open {
  pointer-events: all
}

.site-header-mobile_top {
  position: relative;
  height: 75px;
  background-color: #FFF;
  border-bottom: 1px solid #303030;
  z-index: 5000;
  pointer-events: all
}

.site-header-mobile_logo {
  position: absolute;
  width: 165px;
  text-align: center;
  margin-top: 4px;
  max-width: 50%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0
}

.site-header-mobile.open .site-header-mobile_content-background {
  height: calc(100% - 75px)
}

.site-header-mobile_content-background {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2000;
  background-color: #303030;
  transition: height 0.3s ease-in
}

.site-header-mobile_content-background--dark {
  z-index: 1;
  background-color: #303030
}

.site-header-mobile.open .site-header-mobile_content {
  height: calc(100% - 75px)
}

.site-header-mobile_content {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 3000;
  overflow: auto;
  box-sizing: border-box;
  transition-delay: 2s;
  transition: height 0.3s ease-in
}

.site-header-mobile_content-inner {
  position: relative;
  min-height: 100%;
  padding-bottom: 180px;
  box-sizing: border-box
}

.site-header-mobile_nav ul {
  list-style: none
}

.site-header-mobile_nav ul li a {
  display: block;
  padding: 5px 20px;
  color: #d2d2d2
}

.site-header-mobile_nav .active_menu-item a {
  background: #5AA868;
  color: #fff
}

.site-header-mobile_nav ul li a:hover {
  background: #5AA868;
  color: #fff
}

.site-header-mobile_langswitcher {
  text-align: center
}

.site-header-mobile_nav .submenu_row a {
  background: #303030;
  padding-left: 40px
}

.site-header-mobile_nav .submenu_row a span {
  color: #d2d2d2
}

.site-header-mobile_nav .submenu_row a i {
  color: #d2d2d2;
  margin-right: 5px
}

.site-header-mobile_nav .submenu_row a:hover,
.site-header-mobile_nav .submenu_row .active a {
  background: #5AA868
}

.site-header-mobile_nav .submenu_row a:hover span,
.site-header-mobile_nav .submenu_row a:hover i,
.site-header-mobile_nav .submenu_row .active a span,
.site-header-mobile_nav .submenu_row .active a i {
  color: #fff
}

.site-header-mobile_hamburger {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 29px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer
}

.site-header-mobile_hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #505050;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

.site-header-mobile_hamburger span:nth-child(1) {
  top: 0
}

.site-header-mobile_hamburger span:nth-child(2),
.site-header-mobile_hamburger span:nth-child(3) {
  top: 9px
}

.site-header-mobile_hamburger span:nth-child(4) {
  top: 18px
}

.site-header-mobile.open .site-header-mobile_hamburger span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%
}

.site-header-mobile.open .site-header-mobile_hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.site-header-mobile.open .site-header-mobile_hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.site-header-mobile.open .site-header-mobile_hamburger span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%
}

.site-footer {
  color: white;
}

.site-footer h4 {
  font-size: 1.2em
}

.site-footer .footer_over {
  background: #545454;
}

.site-footer .footer_bottom {
  background-color: #333;
  min-height: 50px;
  display: flex;
  align-items: center
}

.site-footer .footer_column {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px
}

.site-footer .footer_column i {
  margin-right: 15px
}

.site-footer i {
  color: white
}

.site-footer a {
  color: white
}

.site-footer a:hover {
  color: #008040
}

.site-footer ul {
  list-style: none;
  padding: 0
}

.site-footer ul>li {
  padding: 5px 0;
  color: white
}

.site-footer h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 2em;
  font-weight: 600;
  color: #f3f3f3;
  letter-spacing: 1px
}

.footerImage img {
  width: 100%;
  max-width: 270px
}

.company_history .grid_container_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #646464
}

.hexagon {
  position: relative;
  width: 100px;
  height: 57.8px;
  background-color: #C8C8C8;
  margin: 28.87px 0;
  display: flex;
  text-align: center;
  align-items: center
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 28.87px solid #C8C8C8
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 28.87px solid #C8C8C8
}

.hexagon i {
  flex: 1;
  font-size: 2em;
  color: #333
}

.history_item {
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px
}

.history_item:last-child {
  margin-bottom: 0
}

.history_text {
  position: absolute;
  top: 0;
  left: 120px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.history_text.text_left {
  right: 120px;
  text-align: right;
  left: unset
}

.history_year {
  font-family: 'Roboto Slab', serif;
  font-size: 2em;
  font-weight: 600;
  margin-top: -10px
}

.history_connection {
  position: absolute;
  top: 115px;
  left: 49px;
  width: 2px;
  height: 102px;
  background: #c8c8c8
}

.animate-width {
  transform-origin: left center;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1)
}

.awards_box .animate-width {
  transform-origin: right center;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1)
}

.animate-height {
  transform-origin: top center;
  -webkit-transform: scale3d(1, 0, 1);
  -moz-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1)
}

.animate-width.animate {
  -o-transition: -o-transform;
  transition: transform;
  transition: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(.67, .125, .11, .915);
  -moz-transition-timing-function: cubic-bezier(.67, .125, .11, .915);
  -o-transition-timing-function: cubic-bezier(.67, .125, .11, .915);
  transition-timing-function: cubic-bezier(.67, .125, .11, .915);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

.animate-height.animate {
  -o-transition: -o-transform;
  transition: transform;
  transition: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(.67, .125, .11, .915);
  -moz-transition-timing-function: cubic-bezier(.67, .125, .11, .915);
  -o-transition-timing-function: cubic-bezier(.67, .125, .11, .915);
  transition-timing-function: cubic-bezier(.67, .125, .11, .915);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

.international_projects>img {
  width: 100%;
  display: block;
  margin: 0 auto
}

.international_origin {
  display: flex;
  position: relative;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center
}

.origin_pie {
  flex: 1;
  text-align: right
}

.origin_pie img {
  max-width: 200px;
  width: 100%
}

.origin_title {
  font-weight: 600;
  color: #5AA868;
  flex: 1;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 20px
}

.international_origin .vertical_line {
  position: absolute;
  background: #E6E6E6;
  width: 2px;
  height: 157px;
  left: 67px;
  top: 50px
}

.international_origin .horizontal_line {
  position: absolute;
  background: #E6E6E6;
  width: calc(100% - 67px);
  height: 2px;
  left: 67px;
  top: 207px
}

.origin_line {
  display: none
}

.awards_paragraph .flex_container {
  flex-direction: column
}

.awards_paragraph .flex_left {
  flex: 1;
  padding-right: 0
}

.awards_paragraph .flex_right {
  flex: 0 0 200px
}

.awards_paragraph .flex_right img {
  width: 100%;
  max-width: 200px
}

.awards_box .flex_left {
  flex: 20%;
  background: #5AA868;
  display: flex;
  align-items: center;
  text-align: center;
  display: none
}

.awards_box .flex_left img {
  width: 60%
}

.awards_box .flex_right {
  flex: 80%;
  position: relative;
  text-align: center
}

.awards_box .flex_right .flex_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 0 10%;
  align-items: center
}

.awards_box span {
  color: #5AA868;
  font-weight: 700;
  font-size: 1.7em;
  width: 335px
}

.awards_box .flex_right img {
  max-height: 210px;
  max-width: 100%
}

.awards_box .curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7)
}

.awards_paragraph h5 {
  color: #5AA868;
  margin-bottom: 1rem
}

.awards_box .vertical_line {
  position: absolute;
  background: #5aa868;
  width: 2px;
  height: 105px;
  right: 10%;
  top: 80px
}

.awards_box .horizontal_line {
  position: absolute;
  background: #5aa868;
  width: 57%;
  height: 2px;
  right: 10%;
  top: 185px
}

.contact_team_wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}

.contact_team {
  width: 250px;
  position: relative
}

.contact_team i {
  font-size: 250px;
  color: #C8C8C8
}

.contact_team span {
  position: absolute;
  color: #E6E6E6;
  font-size: 28px;
  top: 0;
  left: 0;
  padding: 21px;
  text-align: center;
  margin-top: 50px
}

.team_member {
  margin-bottom: 20px
}

.team_member:last-child {
  margin-bottom: 0
}

.team_member .flex_container {
  height: 120px
}

.team_member .flex_left {
  flex: 0 0 120px;
  /*! background: #c8c8c8; */
  display: flex;
  text-align: center;
  align-items: center
}

.team_member .flex_left img {
  width: 70%
}

.team_member .flex_right {
  flex-direction: column;
  padding-left: 20px
}

.team_member_name {
  color: #5AA868;
  font-weight: 600
}

.team_member_position {
  flex: 1
}

.team_member_email {
  color: #5AA868
}

.team_member_descr {
  margin-top: 20px
}

.company_structure {
  text-align: center
}

.company_structure img {
  width: 100%
}

.infrastructure_images {
  justify-content: center
}

.infrastructure_images img {
  width: 100%;
  max-width: 200px
}

.infrastructure_images>div {
  padding: 10px;
  text-align: center
}

.infrastructure_table {
  width: 100%;
  border: solid 1px #c8c8c8;
  margin-top: 20px
}

.infrastructure_table .green_text {
  font-weight: 600
}

.infrastructure_table th,
.infrastructure_table td {
  padding: 17.6px 12px 16px;
  border-right: solid 1px #c8c8c8;
  width: 50%;
}

.infrastructure_table td {
  border-bottom: solid 1px #C8C8C8
}

.infrastructure_table th {
  font-weight: 600;
  color: #333;
  border-bottom: solid 2px #c8c8c8
}

.customer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: dotted 1px #c8c8c8;
  position: relative;
  height: 100%
}

.customer_logo_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  text-align: center;
  margin-bottom: 20px
}

.customer_logo_wrapper img {
  max-width: 70%;
  max-height: 100%
}

.customer_name {
  text-align: center
}

.customer .corner {
  position: absolute;
  background: #5aa868
}

.corner_top_left {
  top: -3px;
  right: 0;
  width: 20px;
  height: 6px
}

.corner_top_right {
  top: -3px;
  right: -3px;
  width: 6px;
  height: 20px
}

.corner_bottom_left {
  bottom: -3px;
  left: 0;
  width: 20px;
  height: 6px
}

.corner_bottom_right {
  bottom: -3px;
  left: -3px;
  width: 6px;
  height: 20px
}

.click_activity_message {
  text-align: center
}

.click_activity_message span {
  color: #e6e6e6;
  font-size: 23px;
  display: block
}

.click_activity_message i {
  font-size: 102px;
  color: #e6e6e6;
  margin-top: -31px
}

.activities_figure {
  margin-left: -10%;
  margin-right: -10%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 1630px
}

.activity_circle,
.activity_central_circle {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .7);
  z-index: 1;
  font-size: 14px
}

.activity_circle {
  cursor: pointer;
  transition: all 0.5s
}

.activity_circle h5 {
  text-align: center
}

.activity_circle i {
  font-size: 30px;
  margin-bottom: 10px
}

.activity_circle svg {
  height: 30px;
  margin-bottom: 10px
}

.activity_circle ul {
  list-style: none;
  text-align: center;
  width: 90%
}

.activity_central_circle {
  position: relative;
  width: 150px;
  height: 150px;
  display: none
}

.activity_central_circle i {
  font-size: 50px;
  margin-bottom: 0
}

.activity_connecting_line {
  position: absolute;
  width: 2px;
  margin-top: -1px;
  background-color: #e6e6e6;
  opacity: 0;
  display: none
}

.showLine {
  opacity: 1;
  transition: opacity 1s ease-in
}

.activity_circle_1 {
  top: 0;
  left: 0
}

.activity_circle_2 {
  top: 230px;
  left: calc(100% - 250px)
}

.activity_circle_3 {
  top: 460px;
  left: 0
}

.activity_circle_4 {
  top: 690px;
  left: calc(100% - 250px)
}

.activity_circle_5 {
  top: 920px;
  left: 0
}

.activity_circle_6 {
  top: 1150px;
  left: calc(100% - 250px)
}

.activity_circle_7 {
  top: 1380px;
  left: 0
}

.activity_circle.returnToCenter {
  top: calc(50% - 125px);
  left: calc(50% - 125px)
}

.activity_circle.goToCorner {
  top: 85px;
  left: calc(50% - 125px);
  border-radius: 0;
  z-index: 2;
  cursor: default
}

.activities_details_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: #e6e6e6;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  pointer-events: none
}

.showDetails .activities_details_wrapper {
  opacity: 1;
  pointer-events: all
}

.activity_circle:hover {
  background: #e6e6e6
}

.activity_circle.goToCorner:hover {
  background: #fff
}

.activities_details {
  height: 0;
  overflow: hidden;
  margin-top: 360px;
  text-align: center;
  transition: margin-top 0.5s
}

.activities_details_visible {
  height: auto
}

.activities_details_title {
  margin-top: -10px
}

.activities_details_title i {
  font-size: 30px;
  color: #c8c8c8;
  margin-right: -11px
}

.activities_details_title svg {
  height: 30px;
  fill: #c8c8c8;
  margin-right: -11px;
  margin-top: -17px
}

.activities_details img {
  width: 100%;
  max-width: 300px
}

.activities_details p {
  text-align: left
}

.activities_details ul {
  text-align: left
}

.close_activitiesDetails {
  position: absolute;
  top: 15px;
  right: calc(50% - 25px)
}

.close_activitiesDetails span {
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(45deg) scale(1)
}

.close_activitiesDetails span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  z-index: 1
}

.close_activitiesDetails span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #FFF;
  z-index: 1
}

.subactivities_table {
  width: 100%;
  margin: 30px 0
}

.subactivity_row {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 1px #c8c8c8;
  padding: 5px 0;
  text-align: left
}

.subactivity_row:last-child {
  border-bottom: solid 1px #c8c8c8
}

.subactivity {
  flex: 1;
  font-weight: 600
}

.subactivity_items {
  flex: 1;
  display: flex;
  flex-direction: column
}

.click_envTools_message {
  text-align: center
}

.click_envTools_message span {
  color: inherit;
  font-size: 23px;
  display: block
}

.click_envTools_message i {
  font-size: 102px;
  color: inherit;
  margin-top: -31px
}

.environmentalTool {
  text-align: left
}

.envToolsTitle {
  font-size: 1.2em;
  font-weight: 600;
  text-align: left;
  border-bottom: solid #5aa868;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 15px
}

.envToolsImageWrapper {
  text-align: center;
  margin-top: 60px;
  height: 200px;
  margin-bottom: 15px
}

.envToolsImageWrapper img {
  height: 100%;
  width: auto
}

.envToolsInfo i,
.envToolsProjects i {
  flex: 0 0 30px;
  color: #5aa868;
  margin-top: 3px;
  font-size: 1.4em
}

.envToolsProjectsText ul {
  list-style: none
}

.product_num {
  width: 100px;
  height: 100px;
  background: #5aa868;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto Slab', serif;
  font-size: 50px;
  color: #f3f3f3;
  margin-bottom: 30px
}

.products .flex_container {
  margin-bottom: 15px;
  flex-direction: column
}

.products .flex_left {
  flex: 1;
  align-self: center
}

.products .flex_left img {
  height: 60px;
  margin-bottom: 15px
}

.products .flex_right {
  margin: 0 auto
}

.products .flex_left img.earth_polis_logo,
.products .flex_left img.senspa_logo {
  height: 80px;
  margin-bottom: 10px;
  margin-top: -10px
}

.aid_image_wrapper {
  text-align: center
}

.aid_image_wrapper img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .75);
  -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .75);
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .75)
}

.aid_description {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.aid_description img {
  width: 80px;
  margin-right: 15px
}

.air_polis_download .image_wrapper {
  text-align: center
}

.air_polis_download .image_wrapper img {
  width: 75%;
  max-width: 120px;
  margin-bottom: 15px
}

.air_polis_download .air_polis_download_descr span {
  display: block;
  margin-bottom: 20px
}

.air_polis_download .air_polis_download_descr a img {
  width: 150px
}

.earth_polis_row img,
.bauder_row img,
.senspa_row img {
  display: block;
  width: 100%
}

.earth_polis_row img,
.senspa_row img {
  max-width: 900px
}

.earth_polis_description {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.earth_polis_description_image_wrapper {
  flex: 0 0 80px
}

.earth_polis_description_image_wrapper img {
  width: 70%
}

.earth_polis_description .dotted_arrow {
  flex: 0 0 90px
}

.dotted_arrow img {
  width: 70%
}

.earth_polis_description span {
  flex: 1
}

.products .flex_left img.bauder_logo {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 15px
}

.background_blue {
  background: #2e88b9;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  text-align: center;
  margin: 10px 0
}

.earth_polis_tools {
  margin-top: 60px
}

.earth_polis_tools h4 {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 15px
}

.earth_polis_tools span,
.senspa_description span {
  display: block;
  width: 100%;
  font-weight: 600;
  border-bottom: solid 1px #5aa868;
  margin-bottom: 7px;
  padding-bottom: 2px
}

.senspa_who_image {
  width: 450px;
  max-width: 100%;
  margin-top: 10px
}

.earth_polis_tools p {
  margin-bottom: 25px
}

.bauder_certificate {
  margin: 20px auto 0;
  max-width: 320px
}

.bauder_products {
  background: #f47920;
  padding: 30px 12.5%;
  margin: 30px -12.5% 0
}

.bauder_products h4 {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #fff
}

.bauder_product {
  margin-bottom: 40px
}

.bauder_product_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.bauder_product_image {
  display: none;
  width: 200px;
  background: #fff;
  margin-right: 1%
}

.bauder_product_title {
  color: #231f20;
  font-weight: 600;
  display: block
}

.bauder_product_subtitle {
  color: #fff;
  font-weight: 600;
  display: block
}

.bauder_product_description {
  color: #fff;
  display: block;
  margin-bottom: 20px
}

.bauder_product_table {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.bauder_product_cell {
  background: #fff;
  padding: 10px;
  margin-bottom: 1%;
  display: flex;
  align-items: center
}

.cell1 {
  width: 7%;
  justify-content: center
}

.cell2 {
  width: 35%
}

.cell3 {
  width: 56%
}

.cell1.noMargin,
.cell2.noMargin,
.cell3.noMargin {
  margin-bottom: 0
}

.bauder_product:last-child {
  margin-bottom: 0
}

.news_year_wrapper,
#webgis_use .application_wrapper {
  margin-bottom: 50px
}

.news_year,
#webgis_use .application {
  width: 100px;
  height: 100px;
  background: #5AA868;
  border-radius: 50%;
  color: #fff;
  display: table;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px
}

.news_year span,
#webgis_use .application span {
  vertical-align: middle;
  display: table-cell;
  font-size: 20px
}

.small_ball,
#webgis_use .small_ball {
  width: 45px;
  height: 45px;
  background: #979797;
  border-radius: 50%
}

.arrow_container {
  margin-bottom: 0;
  text-align: center
}

.arrow_container i {
  font-size: 40px;
  color: #5AA868;
  margin: 10px 0 40px
}

.news_item,
#webgis_use .application_item {
  margin-bottom: 50px
}

.news_date,
#webgis_use .application_title {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px
}

.news_date:after,
#webgis_use .application_title:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #dfdfdf
}

.news_item_image {
  height: 90px
}

.downloads_wrapper {
  margin: 0 0 50px
}

.grid_wrapper .downloads_wrapper:nth-of-type(1) {
  margin-top: 50px
}

.downloads_wrapper h5 {
  font-size: 1em;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #303030
}

.downloads_category {
  font-weight: 600;
  margin: 0 0 5px 16px
}

.downloads_wrapper {
  margin: 0 0 10px;
  background: #fff;
  padding: 30px;
  border: solid 1px #ddd;
  background: #e6e6e6
}

.downloads_wrapper h5 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #c3c3c3
}

.downloads_item {
  display: flex
}

.downloads_item a {
  display: flex;
  align-items: center;
  color: #646464
}

.downloads_item i {
  color: #5AA868
}

.downloads_item span {
  margin-right: 10px;
  display: block
}

.downloads_item p {
  margin-bottom: 0
}

.downloads_item .fa-circle {
  font-size: 7px;
  margin-right: 10px;
  margin-bottom: -2px
}

.update_project_details {
  position: relative;
  -webkit-transition: -webkit-transform .25s;
  transition: transform .25s;
  background-color: #5AA868;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font: 400 12px/30px "Open Sans", sans-serif;
  min-width: 90px;
  text-align: center;
  margin: 4px;
  padding: 0 6px
}

.cbp-l-grid-projects-desc {
  white-space: initial;
  height: 70px;
  overflow: hidden
}

.cbp-caption-activeWrap {
  background-color: #303030
}

.map-area-container,
.allProjects-area-container {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in
}

.map-area,
.allProjects-area {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: auto;
  background: #fff;
  padding: 85px 0 0 0
}

#map,
#allProjects {
  width: 100%;
  height: 100%
}

.mapAreaOpen,
.allProjectsAreaOpen {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden
}

.mapAreaOpen .map-area-container,
.allProjectsAreaOpen .allProjects-area-container {
  opacity: 1;
  pointer-events: all;
  top: 75px;
  height: 100%;
  z-index: 3000
}

.cbp-search {
  width: 100%;
  text-align: right;
  margin-top: 6px;
  float: none
}

.cbp-search-input {
  width: 220px;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  transition: border-bottom 0.3s ease-in;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1em
}

.cbp-search-input:focus {
  border-bottom: 1px solid #5AA868
}

.cbp-l-filters-button .cbp-filter-item {
  font-family: 'Noto Sans', sans-serif;
  font-size: .9em
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #5AA868;
  color: #f3f3f3;
  border-color: #5AA868
}

.cbp-l-filters-button .cbp-filter-counter {
  background-color: #5AA868
}

.cbp-l-filters-button .cbp-filter-counter:after {
  border-top: 4px solid #5AA868
}

.btn-map_area_close,
.btn-allProjects_area_close {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 100
}

.btn-map_area_close span,
.btn-allProjects_area_close span {
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(45deg) scale(1)
}

.btn-map_area_close span:before,
.btn-allProjects_area_close span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  z-index: 1
}

.btn-map_area_close span:after,
.btn-allProjects_area_close span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #FFF;
  z-index: 1
}

.cbp-item-image-wrapper {
  position: relative
}

.cbp-item-image-wrapper .view-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 94px;
  height: 100%;
  background: #646464;
  color: #c8c8c8;
  z-index: 1;
  padding: 15px;
  text-align: right;
  display: flex;
  flex-direction: column
}

.cbp-item-image {
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
  -moz-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
  box-shadow: 3px 0 8px 0 rgba(0, 0, 0, .75)
}

.cbp-item:hover .cbp-item-image {
  transform: translateX(-94px)
}

.cbp-item:hover .cbp a {
  display: block
}

.view-back .project_icons {
  flex: 1
}

.view-back .project_icons i {
  font-size: 1.4em;
  margin-left: 10px
}

.view-back .project_icons i:first-child {
  margin-left: 0
}

.view-back .project_icons svg {
  height: 22px;
  margin-left: 10px;
  fill: #c8c8c8;
  margin-top: -7px
}

.view-back .project_icons svg:first-child {
  margin-left: 0
}

.view-back .flex_container {
  justify-content: flex-end;
  align-items: center
}

.view-back .flex_container a {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  color: #f3f3f3
}

.view-back .flex_container span {
  margin-right: 10px
}

.view-back .flex_container i {
  font-size: .9em
}

.page-projects .horizontal_line {
  position: relative;
  background: #E6E6E6;
  width: 100%;
  height: 2px
}

.cbp-caption-expand .cbp-caption-defaultWrap {
  padding: 12px 0 11px 0
}

.cbp-caption-expand .cbp-l-caption-body {
  padding: 0 0 20px 0
}

.cbp-caption-defaultWrap p,
.cbp-l-caption-body p {
  display: inline
}

.cbp-caption-defaultWrap>p>p,
.cbp-l-caption-body>p>p {
  margin: none
}

.projects_figButtons {
  display: flex
}

.projects_figButtons figure {
  width: 245px;
  height: 215px;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 0
}

.projects_figButtons figure:last-child {
  margin-right: 0
}

.projects_figButtons figcaption {
  padding: 1.6em;
  color: #c8c8c8
}

.projects_figButtons h2 {
  font-size: 1.3em
}

.projects_figButtons h2 span {
  display: block;
  margin-bottom: 7px
}

.projects_figButtons h2 i {
  font-size: 1.2em
}

.important_projects_message {
  text-align: center
}

.important_projects_message span {
  font-size: 23px;
  display: block
}

.important_projects_message i {
  font-size: 102px;
  margin-top: -31px
}

.cbp-l-project-desc {
  float: none;
  width: 100%;
  text-align: justify;
  padding-right: 0;
  padding-left: 0
}

.cbp-slider-item .cbp-item-wrapper img {
  filter: grayscale(0%)
}

.cbp-l-project-subtitle {
  color: #646464;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1em;
  margin: 0 auto 35px;
  line-height: 24px
}

.cbp-l-project-title {
  color: #303030;
  font: 600 2.2em "Roboto Slab", serif;
  color: #646464;
  letter-spacing: 0;
  margin-bottom: 0;
  text-transform: initial
}

.cbp-l-project-container {
  margin: 35px auto 0
}

.cbp-l-project-details-list>li,
.cbp-l-project-details-list>div {
  font: 300 1em "Noto Sans", sans-serif
}

.cbp-popup-singlePage {
  z-index: 10000
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  background-color: #5AA868
}

.cbp-l-project-logo {
  max-width: 120px;
  max-height: 120px;
  display: block;
  margin: 0 auto
}

.cbp-l-project-details-visit {
  border-radius: 3px;
  background-color: #5AA868;
  margin-top: 30px;
  float: left
}

.cbp-l-project-details-list li {
  display: flex;
  padding: 5px 0
}

.cbp-l-project-details-list>li,
.cbp-l-project-details-list>div {
  color: #646464
}

.project-details-list-left {
  flex: 0 0 130px
}

.project-details-list-right {
  flex: 1
}

.project-details-list-right svg {
  width: 14px;
  margin-right: 5px;
  fill: #5AA868
}

.project-details-list-right i {
  margin-right: 5px;
  color: #5AA868
}

.cbp-l-project-details {
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px
}

.cbp-l-project-details-list strong {
  min-width: 130px;
  color: #333
}

.cbp-l-project-desc-text {
  font: 400 1em "Noto Sans", sans-serif;
  color: #646464;
  margin-bottom: 0
}

.cbp-l-project-details-list p,
.cbp-l-project-desc-text p {
  margin-bottom: 0
}

.cbp-popup-wrap {
  display: block;
  background: #c8c8c8
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  background-color: #646464
}

.cbp-l-project-details-list>li,
.cbp-l-project-details-list>div {
  border-bottom: 1px dotted #c5c5c5
}

.projectWrapper {
  max-width: 1024px;
  margin: 0 auto;
  width: 94%
}

.projectCategories {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end
}

.projectCategoryWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 130px;
  text-align: center;
  line-height: 15px;
  margin: 0 10px
}

.projectCategoryWrapper:last-child {
  margin-right: 0
}

.projectCategories i {
  font-size: 1.4em
}

.projectCategories svg {
  height: 22px
}

.projectTitleWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  padding: 20px;
  border: dashed 1px #646464
}

.projectTitle {
  flex: 1
}

.projectLogoWrapper {
  width: 20%
}

.cbp-l-project-title,
.cbp-l-project-subtitle {
  margin: 0;
  margin: 0 auto
}

.cbp-l-project-subtitle p {
  margin: 0
}

.projectDetailsWrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
  width: 94%;
  margin-bottom: 10px;
  padding: 0 15px
}

.projectDetailsRest {
  background: #c8c8c8;
  padding: 40px 0;
  margin-top: 20px
}

.projectDetail {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 20px
}

.projectDetail h4 {
  margin: 0;
  color: #5aa868;
  font-size: 1.2em;
  font-weight: 600
}

.projectDetail p {
  margin: 0
}

.projectCategory {
  color: #fff;
  fill: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px
}

.environmentCategory {
  background: #5aa868
}

.energyCategory {
  background: #e7c82e
}

.constructionCategory {
  background: #646565
}

.mappingCategory {
  background: #aa55a1
}

.internationalCategory {
  background: #3f8ec1
}

.researchCategory {
  background: #ae3939
}

.bauderCategory {
  background: #f47920
}

.toolsCategory {
  background: #7ac143
}

.projectDetailTitle {
  position: relative
}

.projectDetailTitle i {
  color: #e6e6e6;
  font-size: 1.5em;
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -4px
}

.cbp-popup-content,
.cbp-popup-singlePage .cbp-popup-content {
  max-width: unset;
  width: 100%
}

.cbp-l-project-desc {
  max-width: 1024px;
  margin: 0 auto;
  width: 94%
}

.cbp-l-project-subtitle {
  max-width: unset
}

.overlay_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(90, 168, 104, .2);
  z-index: 1
}

.overlay_img_text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  color: #f3f3f3;
  text-align: center
}

.overlay_img_text span:nth-child(1) {
  font-size: 4em
}

.activities_wrapper {
  width: 100%;
  margin-right: 0;
  margin-left: 0
}

.activities_wrapper a {
  padding: 10px;
  margin: 0 auto
}

.color-cover_green {
  background-color: rgba(90, 168, 104, .7)
}

.color-cover_yellow {
  background-color: rgba(231, 200, 46, .7)
}

.color-cover_grey {
  background-color: rgba(100, 100, 100, .7)
}

.color-cover_magenta {
  background-color: rgba(170, 85, 161, .7)
}

.color-cover_red {
  background-color: rgba(174, 57, 57, .7)
}

.color-cover_lightgreen {
  background-color: rgba(122, 193, 67, .7)
}

.color-cover_orange {
  background-color: rgba(244, 121, 32, .7)
}

.color-cover_dark {
  background-color: rgba(100, 100, 100, 1)
}

.title-icon {
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 7px
}

.title-icon i {
  color: #5AA868;
  margin-right: 10px;
  font-size: 22px
}

.title-icon h5 {
  font-size: 1em;
  display: inline-block;
  font-weight: 600;
  color: black;
  margin: 0
}

.profile_download {
  display: table;
  position: relative;
  width: 100%;
  background: url(../images/company_profile.jpg) 50% 50% no-repeat #242a33;
  background-size: cover;
  color: #fff;
  height: 300px
}

.profile_download .grid_container_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center
}

.profile_download p {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  color: #5AA868;
  margin-bottom: 20px
}

.profile_download a {
  position: relative;
  padding: 15px;
  transition: all .2s ease
}

.profile_download a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(90, 168, 104, .5);
  width: 56px;
  height: 56px;
  transition: all .3s ease
}

.profile_download a span {
  position: relative;
  font-size: 16px;
  font-weight: 900;
  vertical-align: middle;
  color: #f3f3f3
}

.profile_download a:hover:before {
  width: 100%;
  background: rgba(90, 168, 104, 1)
}

.profile_download i {
  position: relative;
  top: 0;
  margin-left: 10px;
  color: #f3f3f3;
  transform: translateY(-5px);
  transition: all .3s ease
}

.profile_download a:hover i {
  transform: translateY(0)
}

.activities_wrapper>div {
  padding: 10px
}

.activities_wrapper figure {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer
}

.activities_wrapper figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  filter: grayscale(100%)
}

.activities_wrapper figure figcaption {
  padding: 1.6em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.activities_wrapper figure figcaption::before,
.activities_wrapper figure figcaption::after {
  pointer-events: none
}

.activities_wrapper figure figcaption,
.activities_wrapper figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.activities_wrapper figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0
}

.linkToActivity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0
}

.activities_wrapper figure h2 {
  font-weight: 300;
  font-size: .9rem
}

.activities_wrapper figure h2 span {
  font-weight: 800
}

.activities_wrapper figure h2,
.activities_wrapper figure p {
  margin: 0
}

.activities_wrapper figure p {
  letter-spacing: 1px;
  font-size: 68.5%
}

figure.effect-bubba img {
  opacity: .4;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s
}

figure.effect-bubba:hover img {
  opacity: 0
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1)
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0)
}

.projects_figButtons figure.effect-bubba figcaption::before {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8
}

.projects_figButtons figure.effect-bubba figcaption::after {
  border-right: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8
}

figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0)
}

figure.effect-bubba p {
  padding: 20px 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0)
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.achievementWrapper {
  margin-bottom: 20px
}

.achievement {
  height: 100%;
  text-align: center;
  padding: 10px;
  border: solid 2px #c8c8c8;
  border-radius: 5px
}

.achievementIconWrapper {
  display: flex;
  align-items: center;
  flex: 0 0 50px;
  justify-content: flex-start;
  margin-bottom: -20px
}

.achievementIconWrapper i {
  font-size: 2.5em;
  color: #5AA868
}

.achievementIconWrapper svg {
  width: 42px;
  fill: #5AA868
}

.achievementTitle h4 {
  margin: 0;
  color: #646464;
  font-weight: 600;
  font-size: 2.5em
}

.achievementTitle span {
  font-weight: 600;
  display: block;
  color: #c8c8c8
}

.achievementCategoryWrapper h4 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600
}

.contact_info,
.contact_form {
  display: flex;
  flex-direction: column
}

.contact_info_image {
  flex: 0 0 250px;
  margin-right: 20px;
  margin-bottom: 10px
}

.contact_info_details {
  flex: 1
}

.contact_info_image img {
  width: 100%;
  max-width: 300px
}

.contactFormWrapper {
  flex: 1;
  margin-right: 0;
  margin-bottom: 20px
}

.contactMapWrapper {
  flex: 1;
  margin-left: 0
}

.icon:first-child {
  margin-top: 0
}

.cd-form {
  margin: 0em auto
}

.cd-form::after {
  clear: both;
  content: "";
  display: table
}

.cd-form fieldset {
  margin: 0 0 0
}

.cd-form legend {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  border-bottom: 1px solid #ecf0f1
}

.cd-form fieldset div {
  position: relative;
  margin: 20px 0
}

.cd-form h4,
.cd-form .cd-label {
  font-size: 16px;
  color: #646464;
  margin-bottom: 10px
}

.cd-form .cd-label {
  display: block
}

.cd-form input,
.cd-form textarea,
.cd-form select,
.cd-form label {
  font-size: 16px;
  color: #646464
}

.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form input[type="password"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}

.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form input[type="search"],
.cd-form input[type="date"],
.cd-form input[type="password"],
.cd-form textarea,
.cd-form select {
  padding: 8px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: .25em
}

.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form input[type="search"]:focus,
.cd-form input[type="date"]:focus,
.cd-form input[type="password"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #5aa868;
  box-shadow: 0 0 5px rgba(49, 197, 75, .2)
}

.cd-form input[type="text"]:focus+label,
.cd-form input[type="search"]:focus+label,
.cd-form input[type="date"]:focus+label,
.cd-form textarea:focus+label {
  color: #2d86b7
}

.cd-form .cd-select {
  position: relative
}

.cd-form .cd-select::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/contact/cd-icon-arrow.svg) no-repeat center center;
  pointer-events: none
}

.cd-form select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
  cursor: pointer
}

.cd-form select::-ms-expand {
  display: none
}

.cd-form .cd-form-list {
  margin-top: 16px
}

.cd-form .cd-form-list::after {
  clear: both;
  content: "";
  display: table
}

.cd-form .cd-form-list li {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
  float: left
}

.cd-form input[type=radio],
.cd-form input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2
}

.cd-form input[type="radio"]+label,
.cd-form input[type="checkbox"]+label {
  padding-left: 24px
}

.cd-form input[type="radio"]+label::before,
.cd-form input[type="radio"]+label::after,
.cd-form input[type="checkbox"]+label::before,
.cd-form input[type="checkbox"]+label::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px
}

.cd-form input[type="radio"]+label::before,
.cd-form input[type="checkbox"]+label::before {
  border: 1px solid #cfd9db;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08)
}

.cd-form input[type="radio"]+label::before,
.cd-form input[type="radio"]+label::after {
  border-radius: 50%
}

.cd-form input[type="checkbox"]+label::before,
.cd-form input[type="checkbox"]+label::after {
  border-radius: .25em
}

.cd-form input[type="radio"]+label::after,
.cd-form input[type="checkbox"]+label::after {
  background-color: #2c97de;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(44, 151, 222, .4);
  display: none
}

.cd-form input[type="radio"]+label::after {
  background-image: url(../img/contact/cd-icon-radio.svg)
}

.cd-form input[type="checkbox"]+label::after {
  background-image: url(../img/contact/cd-icon-check.svg)
}

.cd-form input[type="radio"]:focus+label::before,
.cd-form input[type="checkbox"]:focus+label::before {
  box-shadow: 0 0 5px rgba(44, 151, 222, .6)
}

.cd-form input[type="radio"]:checked+label::after,
.cd-form input[type="checkbox"]:checked+label::after {
  display: block
}

.cd-form input[type="radio"]:checked+label::before,
.cd-form input[type="radio"]:checked+label::after,
.cd-form input[type="checkbox"]:checked+label::before,
.cd-form input[type="checkbox"]:checked+label::after {
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s
}

.cd-form textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto
}

.cd-form input[type="submit"] {
  border: none;
  background: #5aa868;
  border-radius: .25em;
  padding: 10px 20px;
  color: #fff;
  float: right;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}

.no-touch .cd-form input[type="submit"]:hover {
  background: #42a2e1
}

.cd-form input[type="submit"]:focus {
  outline: none;
  background: #2b3e51
}

.cd-form input[type="submit"]:active {
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9)
}

.cd-form [required] {
  background: url(../img/contact/cd-required.svg) no-repeat top right
}

.cd-form .error-message p {
  background: #e94b35;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .25em;
  padding: 16px
}

.cd-form .error {
  border-color: #e94b35 !important
}

@media only screen and (min-width:600px) {
  .cd-form fieldset div {
    margin: 20px 0
  }

  .cd-form h4,
  .cd-form .cd-label {
    font-size: 16px;
    margin-bottom: 3px
  }

  .cd-form input,
  .cd-form textarea,
  .cd-form select {
    padding: 10px
  }
}

@-webkit-keyframes cd-bounce {

  0%,
  100% {
    -webkit-transform: scale(1)
  }

  50% {
    -webkit-transform: scale(.8)
  }
}

@-moz-keyframes cd-bounce {

  0%,
  100% {
    -moz-transform: scale(1)
  }

  50% {
    -moz-transform: scale(.8)
  }
}

@keyframes cd-bounce {

  0%,
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
  }
}

.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea {
  background-color: #ffffff !important
}

.cd-form .icon input,
.cd-form .icon select,
.cd-form .icon textarea {
  padding-left: 54px !important
}

.cd-form .user {
  background: url(../images/contact/cd-icon-user.svg) no-repeat 16px center
}

.cd-form [required].user {
  background: url(../images/contact/cd-icon-user.svg) no-repeat 16px center, url(../images/contact/cd-required.svg) no-repeat top right
}

.cd-form .company {
  background: url(../images/contact/cd-icon-company.svg) no-repeat 16px center
}

.cd-form [required].company {
  background: url(../images/contact/cd-icon-company.svg) no-repeat 16px center, url(../images/contact/cd-required.svg) no-repeat top right
}

.cd-form .email {
  background: url(../images/contact/cd-icon-email.svg) no-repeat 16px center
}

.cd-form [required].email {
  background: url(../images/contact/cd-icon-email.svg) no-repeat 16px center, url(../images/contact/cd-required.svg) no-repeat top right
}

.cd-form .budget {
  background: url(../images/contact/cd-icon-budget.svg) no-repeat 16px center
}

.cd-form .message {
  background: url(../images/contact/cd-icon-message.svg) no-repeat 16px 16px
}

.cd-form [required].message {
  background: url(../images/contact/cd-icon-message.svg) no-repeat 16px 16px, url(../images/contact/cd-required.svg) no-repeat top right
}

.js .floating-labels div {
  margin: 28px 0
}

.js .floating-labels .cd-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1.6rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s
}

.js .floating-labels .icon .cd-label {
  left: 56px
}

.js .floating-labels .cd-label.float {
  font-size: 1.2rem;
  top: -16px;
  left: 0 !important
}

@media only screen and (min-width:600px) {
  .js .floating-labels legend+div {
    margin-top: 10px
  }

  .js .floating-labels .cd-label {
    top: 20px
  }
}

.admin_container .map-area-container {
  position: fixed
}

.admin_tabs {
  margin-bottom: 40px
}

.admin_tabs .tablink_wrapper {
  padding: 0 5px;
  width: 100%;
  max-width: 150px
}

.admin_tabs .tablink {
  display: block;
  width: 100%;
  height: 150px;
  border: solid 1px #303030;
  text-align: center;
  margin: 10px auto;
  cursor: pointer
}

.admin_tabs .tablink.tablink_active {
  border: solid 1px #303030;
  background: #5AA868;
  color: #fff
}

.admin_tabs .tablink.tablink_active svg {
  fill: #fff
}

.admin_tabs .tablink svg {
  display: block;
  height: 50px !important;
  margin: 18px auto !important
}

.admin_tabs .tablink span {
  display: block;
  font-size: 16px
}

.admin_box {
  margin-top: 50px
}

.admin_add_news_item_wrapper,
.admin_add_downloads_item_wrapper,
.admin_add_projects_item_wrapper {
  padding: 0 40px
}

.admin_add_news_item,
.admin_add_downloads_item,
.admin_add_projects_item {
  margin-bottom: 40px;
  cursor: pointer
}

.admin_add_news_item_form,
.admin_add_downloads_item_form,
.admin_add_projects_item_form {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in
}

.admin_add_news_item_form .admin_news_item,
.admin_add_downloads_item_form .admin_downloads_item,
.admin_add_projects_item_form .admin_projects_item {
  border: solid 3px #5AA868
}

.add_item_open {
  max-height: 1500px
}

.admin_add_projects_item_form.add_item_open {
  max-height: 3000px
}

.news_item_label,
.downloads_item_label,
.projects_item_label {
  display: block;
  font-weight: 600;
  color: #5AA868
}

.admin_news_item input,
.admin_news_item textarea,
.admin_downloads_item input,
.admin_downloads_item textarea,
.admin_projects_item input,
.admin_projects_item textarea {
  display: block
}

.admin_news_item input {
  max-width: 150px
}

.admin_downloads_item input,
.admin_projects_item input {
  max-width: 400px
}

.admin_downloads_item input[type="checkbox"],
.admin_projects_item input[type="checkbox"] {
  width: 25px
}

.admin_news_item,
.admin_downloads_item,
.admin_projects_item {
  position: relative;
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  border: solid 1px #303030
}

.admin_news_item_row,
.admin_downloads_item_row,
.admin_projects_item_row {
  margin-bottom: 20px
}

.admin_news_save,
.admin_downloads_save,
.admin_projects_save {
  position: relative;
  margin-top: 20px;
  float: right;
  cursor: pointer
}

.admin_delete_news_item,
.admin_close_add_news_item,
.admin_reset_add_news_item,
.admin_delete_downloads_item,
.admin_close_add_downloads_item,
.admin_reset_add_downloads_item,
.admin_delete_projects_item,
.admin_close_add_projects_item,
.admin_reset_add_projects_item {
  position: absolute;
  right: 18px;
  top: 15px;
  font-size: 30px;
  color: #ce2c2c;
  cursor: pointer
}

.admin_close_add_news_item,
.admin_reset_add_news_item,
.admin_close_add_downloads_item,
.admin_reset_add_downloads_item,
.admin_close_add_projects_item,
.admin_reset_add_projects_item {
  color: #303030
}

.admin_reset_add_news_item,
.admin_reset_add_downloads_item,
.admin_reset_add_projects_item {
  right: 70px;
  font-size: 25px
}

.fr-box.fr-basic.fr-top .fr-wrapper {
  box-shadow: none;
  border: 1px solid #ced4da;
  border-radius: 0 0 .25rem .25rem
}

.fr-toolbar.fr-top {
  box-shadow: none;
  border: 1px solid #ced4da;
  border-bottom: none;
  border-radius: .25rem .25rem 0 0
}

.uploadButton {
  display: inline-block;
  width: 82px;
  height: 82px;
  color: #626C71;
  text-align: center;
  line-height: 82px;
  border-radius: 2px;
  border: dashed 1px #626C71
}

.uploadButton:hover {
  background: #e9ecef;
  color: inherit
}

.uploadButton i {
  font-size: 16px;
  pointer-events: none
}

.uploads_wrapper .uploader {
  display: inline-block;
  margin-right: 15px;
  float: left
}

.uploads_wrapper .existing_images {
  display: inline-block
}

.uploads_wrapper .existing_images .news_item_image_wrapper,
.project_image_wrapper {
  width: 82px;
  height: 82px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer
}

.uploads_wrapper .existing_images img,
.project_image_wrapper img {
  width: 100%;
  height: 100%;
  cursor: pointer
}

.removePhoto,
.undoRemovePhoto {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  color: green;
  font-size: 18px;
  background: rgba(0, 0, 0, .9);
  justify-content: center;
  align-items: center
}

.removePhoto {
  display: flex;
  color: #b72125;
  font-size: 1.5em;
  background: transparent
}

.toBeRemoved .removePhoto {
  display: none
}

.toBeRemoved .undoRemovePhoto {
  display: flex
}

.open_downloads_file i {
  padding: 10px;
  border: 1px solid #ced4da;
  margin-left: -5px
}

.delete_downloads_name {
  display: inline-block;
  color: #626C71;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  margin-left: -5px;
  cursor: pointer
}

.delete_downloads_name:hover {
  color: #ce2c2c
}

.admin_downloads_item_row .f_downloads_file_el,
.admin_downloads_item_row .f_downloads_file_en {
  display: inline-block;
  border-radius: .25rem 0 0 .25rem
}

.admin_downloads_item_row .uploads_wrapper {
  display: inline-block;
  margin-bottom: -13px;
  margin-left: 15px
}

.admin_downloads_item_row .uploadButton {
  width: 38px;
  height: 38px;
  line-height: 38px
}

.project_categories_list .removeCategory {
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  color: #5AA868
}

.add_project_category select {
  display: inline-block;
  max-width: 400px;
  border-radius: .25rem 0 0 .25rem;
  margin-bottom: 7px
}

.add_project_category i {
  padding: 10px;
  border: 1px solid #ced4da;
  margin-left: -1px;
  cursor: pointer
}

.f_coords_x_wrapper,
.f_coords_y_wrapper {
  display: inline-block
}

.f_coords_x_wrapper {
  margin-right: 20px
}

.f_coords_x_wrapper .f_coords_x,
.f_coords_y_wrapper .f_coords_y {
  width: 190px
}

.map_selection_wrapper {
  display: inline-block;
  margin-left: 20px
}

.map_selection_wrapper i {
  background: #5AA868;
  color: #fff;
  padding: 10px 9px;
  cursor: pointer;
  border-radius: .25rem
}

.btn-get_coords {
  position: absolute;
  background: #5AA868;
  height: 35px;
  left: 55px;
  top: 40px;
  color: #fff;
  line-height: 35px;
  padding: 0 10px;
  border-radius: .25rem;
  cursor: pointer
}

.btn-get_coords i {
  margin-right: 10px
}

.filelist {
  z-index: 10;
  position: relative
}

.form-control:focus {
  box-shadow: none
}

.maintenance {
  display: flex;
  flex-direction: column;
  height: 100%
}

.maintenanceImageWrapper {
  width: 100%;
  height: 120px;
  text-align: center;
  padding: 10px
}

.maintenanceImageWrapper img {
  height: 100%
}

.maintenance .grid_container {
  padding-top: 60px;
  padding-bottom: 60px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.maintenance h1 {
  font-size: 3em;
  margin-bottom: 60px;
  text-align: center
}

.maintenance i {
  font-size: 6em
}

.maintenance span {
  display: block;
  margin-top: 60px;
  font-size: 1.3em;
  text-align: center
}

@media screen and (max-width:980px) {
  div.grid_container_content>div.activities_wrapper.row {
    display: none;
  }
	
  .grid_container:nth-child(10) {
    /* Apply styles to the 10th child */
    padding-top: 120px; /* Example style */
	}

	.team_member .flex_right {
		font-size: 0.7rem;
		}

  div.grid_container_content>.list {
    margin-top: 60px;
    display: block;
    line-height: 160%;
    font-weight: bold
  }
  div.col-md-4.footer_column > ul {
    width: 300px;
    }

  div.grid_container_content>.list a {
    color: #008040
  }
	
  div.copyright{
	font-size:10px
  }
	
	.international.container {
		display: flex !important;
		flex-direction: column !important;
	}

	div.international.container span:first-of-type {
		order: 1 !important;
	}

	.sub-grid.clients {
		order: 2 !important;
	}
	

  /*.company_history .grid_container_content {
  padding-right: 30px;
  font-size: 13px;
  text-align: center;

  }
  div .row > div .col-md-4 .footer_column ul{
    width:300px
  }


  .history_text.text_left {
    font-size: 13px;
    text-align: center;
  }*/


  .site-header-desktop {
    display: none
  }

  div.awards_paragraph>h5 {
    font-size: 14px;
    padding-bottom: 100px
  }

  div.flex_right>img {
    display: none
  }

  div.flex_container>span {
    display: none
  }

  div.flex_right.flex_container>.team_member_name,
  div.flex_right.flex_container>.team_member_email,
  div.flex_right.flex_container>.team_member_position {
    display: inline-block
  }

  .team_member_descr {
    margin-top: 50px
  }

  div.awards_paragraph.margin_bottom>h5 {
    padding-bottom: 20px
  }
}

@media (min-width:768px) {
  .col-sm-7ths {
    width: 14.28%;
    float: left
  }
	

  .margin_top {
    margin-top: 30px;
  }

  .margin_bottom {
    margin-bottom: 60px
  }

  .padding_top {
    padding-top: 60px
  }

  .padding_bottom {
    padding-bottom: 60px
  }

  .grid_container_padded_tb {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .grid_container_padded_t {
    padding-top: 60px
  }

  .grid_container_padded_b {
    padding-bottom: 60px
  }

  .activities_wrapper a {
    padding: 10px
  }

  .history_text {
    width: 250px
  }

  .origin_line {
    display: block
  }

  .international_origin {
    flex-direction: row;
    align-items: flex-start
  }

  .awards_paragraph .flex_container {
    flex-direction: row
  }

  .awards_paragraph .flex_left {
    padding-right: 60px
  }

  .awards_box .flex_left {
    display: flex
  }

  .awards_box span {
    font-size: 28px
  }

  .company_structure img {
    width: 90%
  }

  .col-5ths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .site-footer .footer_column:first-child {
    padding-right: 40px
  }

  .site-footer .footer_column:last-child {
    padding-left: 40px
  }

  .activities_figure {
    height: 900px;
    margin-left: 0;
    margin-right: 0
  }

  .activity_connecting_line {
    display: block
  }

  .activity_central_circle {
    display: flex
  }

  .activity_circle_1 {
    top: 0;
    left: 10%
  }

  .activity_circle_2 {
    top: 0;
    left: calc(90% - 250px)
  }

  .activity_circle_3 {
    top: 240px;
    left: calc(100% - 250px)
  }

  .activity_circle_4 {
    top: 480px;
    left: calc(100% - 250px)
  }

  .activity_circle_5 {
    top: 650px;
    left: calc(50% - 125px)
  }

  .activity_circle_6 {
    top: 480px;
    left: 0
  }

  .activity_circle_7 {
    top: 240px;
    left: 0
  }

  .activity_circle.goToCorner {
    top: 15px;
    left: 15px
  }

  .close_activitiesDetails {
    right: 15px
  }

  .activities_details {
    margin-top: 300px
  }

  .products .flex_container {
    flex-direction: row
  }

  .products .flex_left {
    align-self: flex-start
  }

  .products .flex_right {
    margin: 0
  }

  .products .flex_left img {
    margin-bottom: 0
  }

  .products .flex_left img.earth_polis_logo {
    margin-bottom: -10px
  }

  .products .bauder_logo {
    margin-bottom: 10px
  }

  .cbp-l-project-details {
    margin-top: 0
  }

  .cbp-l-grid-projects-desc {
    height: 52px
  }

  .cbp-l-project-desc {
    padding-right: 15px
  }

  .cbp-l-project-details {
    padding-left: 15px
  }

  .bauder_certificate {
    margin: 0 0 0 auto
  }

  .bauder_product_image {
    display: block
  }

  .bauder_product_table {
    flex: 1
  }

  .contact_info,
  .contact_form {
    flex-direction: row
  }

  .contact_info_image {
    margin-bottom: 0
  }

  .contactFormWrapper {
    margin-right: 10px;
    margin-bottom: 0
  }

  .contactMapWrapper {
    margin-left: 10px
  }
}

@media screen and (min-width:980px) {
  .site-header-mobile {
    display: none
  }

  .col-md-7ths {
    width: 14.28%;
    float: left
  }

  .international_projects>img {
    width: 80%
  }

  .company_structure img {
    width: 80%
  }

  .grid_wrapper {
    padding-top: 0
  }

  .activity_circle_1 {
    top: 0;
    left: 10%
  }

  .activity_circle_2 {
    top: 0;
    left: calc(90% - 250px)
  }

  .activity_circle_3 {
    top: 240px;
    left: calc(100% - 250px)
  }

  .activity_circle_4 {
    top: 480px;
    left: calc(100% - 250px)
  }

  .activity_circle_5 {
    top: 650px;
    left: calc(50% - 125px)
  }

  .activity_circle_6 {
    top: 480px;
    left: 0
  }

  .activity_circle_7 {
    top: 240px;
    left: 0
  }

  .site-header.sticky {
    position: fixed;
    top: 0
  }

  .page_title h1 {
    font-size: 3em
  }

  .page_title h3 {
    font-size: 2em
  }

  .submenu_row.submenu_row_visible {
    max-height: 93px
  }

  .mapAreaOpen .map-area-container,
  .allProjectsAreaOpen .allProjects-area-container {
    top: 0
  }

  .map-area,
  .allProjects-area {
    padding: 85px 55px 55px 55px
  }

  .btn-map_area_close,
  .btn-allProjects_area_close {
    right: 51px
  }
}

@media (min-width:1200px) {
  .col-lg-7ths {
    width: 14.28%;
    float: left
  }

  div.grid_container_content>div.activities_wrapper.row>.list {
    display: none;
  }

  .activities_wrapper {
    margin-right: -10px;
    margin-left: -10px
  }

  .company_structure img {
    width: 60%
  }

  .infrastructure_images img {
    max-width: 300px
  }

  .activity_circle_1 {
    top: 5%;
    left: 20%
  }

  .activity_circle_2 {
    top: 0;
    left: 50%
  }

  .activity_circle_3 {
    top: 20%;
    left: calc(100% - 250px)
  }

  .activity_circle_4 {
    top: 55%;
    left: calc(97% - 250px)
  }

  .activity_circle_5 {
    top: calc(100% - 250px);
    ;
    left: 45%
  }

  .activity_circle_6 {
    top: calc(95% - 250px);
    ;
    left: 20%
  }

  .activity_circle_7 {
    top: 40%;
    left: 0
  }
}

body>footer>div.footer_bottom.grid_container_padded_lr {
  position: relative
}

.copyright {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}