@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600|Roboto:300,400');
/*
Theme Name: WAM
Theme URI: http://wearemarketing.lt
Author: taskurpavaro
Author URI: http://taskurpavaro.lt
Description: ---
Version: 1.0
License: NON
License URI: --
Tags: private, design, inovation, taskurpavaro, tas, kur, pavaro, lukosiunas, lithuania, vilnius
Text Domain: lukosiunas, taskurpavaro
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html,
body.home {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  color: #8b8d8f;
  font-family: 'Roboto', sans-serif;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
.background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1460px) {
  .container {
    width: 1430px;
  }
}
@media (min-width: 1660px) {
  .container {
    width: 1560px;
  }
}
a {
  color: #8b8d8f;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #8ab633;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:focus {
  color: inherit;
  background: none;
}
img {
  max-width: 100%;
  height: auto;
}
canvas {
  display: block;
}
.header {
  margin: 0;
  width: 100%;
  position: fixed;
  top: 0;
  height: 194px;
  background-color: #f9f9f9;
  z-index: 99999;
}
.header .logo {
  display: block;
  width: 320px;
  height: 115px;
  margin: 51px 0;
  background: url("assets/images/logo.svg") no-repeat;
  background-size: contain;
  position: relative;
  z-index: 9999;
}
.header .header-menu-hamburger {
  display: none;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 35px 0 0;
  float: right;
  z-index: 999999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 768px) {
  .header .header-menu-hamburger {
    margin: -50px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-menu-hamburger {
    display: block;
  }
}
.header .header-menu-hamburger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #8ab633;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.header .header-menu-hamburger span:nth-child(1) {
  top: 0;
}
.header .header-menu-hamburger span:nth-child(2),
.header .header-menu-hamburger span:nth-child(3) {
  top: 6px;
}
.header .header-menu-hamburger span:nth-child(4) {
  top: 12px;
}
.header .header-menu-hamburger.open span:nth-child(1) {
  top: 3px;
  width: 0%;
  left: 50%;
}
.header .header-menu-hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header-menu-hamburger.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .header-menu-hamburger.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.header .header-menu {
  text-align: right;
  width: 100%;
  float: left;
  padding: 64px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .header-menu ul.header-menu-list {
  margin: 15px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .header-menu ul.header-menu-list li.menu-item {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .header-menu ul.header-menu-list li.menu-item a {
  color: #595d5f;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding: 34px 30px;
  text-decoration: none;
  background-size: 0px;
  background-repeat: no-repeat;
  background-position: center 75%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 1460px) {
  .header .header-menu ul.header-menu-list li.menu-item a {
    padding: 79px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header-menu ul.header-menu-list li.menu-item a {
    padding: 50px 15px;
    font-size: 18px;
  }
}
.header .header-menu ul.header-menu-list li.menu-item a:hover,
.header .header-menu ul.header-menu-list li.menu-item a.active {
  color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .header-menu ul.header-menu-list li.menu-item .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  padding: 0 1000em;
  /* trick from css-tricks comments */
  margin: 0 -1000em;
  /* trick from css-tricks comments */
  z-index: 101;
  background: #f5f5f5;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.25s ease-out;
}
.header .header-menu ul.header-menu-list li.menu-item .sub-menu li.menu-item {
  display: block;
  width: 100%;
}
.header .header-menu ul.header-menu-list li.menu-item .sub-menu li.menu-item:last-child {
  margin-bottom: 30px;
}
.header .header-menu ul.header-menu-list li.menu-item .sub-menu li.menu-item a {
  text-align: left;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  padding: 10px;
  color: #000;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header .header-menu ul.header-menu-list li.menu-item .sub-menu li.menu-item a:hover {
  color: #fff;
  background-color: #8ab633;
}
.header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 3px;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children:hover > a:before {
  content: '';
  position: absolute;
  bottom: -79px;
  left: 15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 9999;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #f5f5f5 transparent;
}
.header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children:hover .sub-menu {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.header .header-menu ul.header-menu-list li.menu-item.current-menu-item a {
  position: relative;
}
.header .header-menu ul.header-menu-list li.menu-item.current-menu-item a:after {
  content: '';
  background-color: #8ab633;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 1460px) {
  .header .header-menu ul.header-menu-list li.menu-item a {
    padding: 79px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header-menu ul.header-menu-list li.menu-item a {
    padding: 90px 15px;
    font-size: 17px;
  }
  .header .header-menu ul.header-menu-list li.menu-item a:before {
    bottom: -88px !important;
  }
}
.header.scrolled {
  background-color: #f9f9f9;
  height: 90px;
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header.scrolled .logo {
  background-image: url('assets/images/logo.svg');
  height: 66px;
  margin: 4px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header.scrolled .header-menu {
  padding: 5px 0;
}
.header.scrolled .header-menu ul.header-menu-list {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header.scrolled .header-menu ul.header-menu-list li.menu-item {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header.scrolled .header-menu ul.header-menu-list li.menu-item a {
  padding: 34px 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header.scrolled .header-menu ul.header-menu-list li.menu-item a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.header.scrolled .header-menu ul.header-menu-list li.menu-item.menu-item-has-children a:before {
  bottom: -34px;
}
.header.scrolled .header-menu ul.header-menu-list li.menu-item.menu-item-has-children .sub-menu {
  top: 70px;
}
.header.scrolled .header-menu ul.header-menu-list li.menu-item.menu-item-has-children .sub-menu li a:after {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header.scrolled .header-menu {
    top: 75px;
  }
  .header.scrolled .header-menu ul.header-menu-list li.menu-item:last-child a {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header .logo {
    width: 65%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    height: 90px;
  }
  .header .mob-header {
    background: #fff;
    z-index: 99999;
  }
  .header .header-menu,
  .header .header-top-menu {
    display: none;
  }
  .header .logo {
    height: 66px;
    margin: 10px 0;
  }
  .header .header-menu {
    display: block;
    visibility: hidden;
    z-index: 999;
    position: absolute;
    top: 90px;
    right: -100%;
    height: 100vh;
    padding: 10px;
    background: #8ab633;
    padding-right: 0;
    width: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .header .header-menu.open {
    visibility: visible;
    right: -21%;
    width: 142%;
    padding-left: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .header .header-menu ul.header-menu-list {
    margin-top: 75px;
  }
  .header .header-menu ul.header-menu-list li.menu-item {
    display: block;
    float: none !important;
    text-align: center;
    padding: 0px 0px;
  }
  .header .header-menu ul.header-menu-list li.menu-item a {
    padding: 7px 10px;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
  }
  .header .header-menu ul.header-menu-list li.menu-item:last-child a {
    padding-right: 10px;
  }
  .header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children a {
    width: 22%;
    text-align: center;
  }
  .header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children .sub-menu.open {
    display: block;
    top: auto;
    left: auto;
    position: relative;
  }
  .header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children .sub-menu.open li a {
    text-align: center;
  }
  .header .header-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: none;
  }
  .header .header-menu .sub-menu.open {
    max-height: 500px;
    transition: max-height 0.01s ease-in;
    padding-left: 0;
  }
  .header .header-menu .sub-menu.open li.menu-item a {
    width: 50%;
  }
}
@media only screen and (max-width: 468px) {
  .header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children a {
    width: 50%;
  }
}
.header .static {
  position: static;
}

.page-container {
  margin-top: 90px;
}
.google-map-side {
  margin-bottom: 40px;
}
.google-map-side .google-map {
  width: 100%;
  height: 470px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  .google-map-side .google-map {
    height: 340px;
  }
}
@media only screen and (max-width: 450px) {
  .google-map-side .google-map {
    height: 250px;
  }
}
.breadcrumbs {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 10px;
}
.breadcrumbs li.item-current {
  color: #8ab633;
}
.not-found {
  position: relative;
  text-align: center;
}
.not-found strong {
  font-size: 200px;
  color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 380px) {
  .not-found strong {
    font-size: 100px;
  }
}
.not-found p {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  font-size: 43px;
}
@media only screen and (max-width: 380px) {
  .not-found p {
    font-size: 20px;
  }
}
.to-v-container {
  display: table;
  width: 100%;
  height: 100%;
}
.to-v-container .to-v {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.footer {
  z-index: 70;
  position: relative;
  bottom: 0;
  width: 100%;
  min-height: 80px;
  background-color: #333333;
  padding: 110px 0 75px;
}
.footer a {
  color: #fff;
}
.footer .umega-logo {
  position: absolute;
  width: 120px;
  height: 35px;
  background-image: url('assets/images/umegagroup-logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -45px;
  left: 85px;
}
@media only screen and (max-width: 1460px) {
  .footer .umega-logo {
    left: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer .umega-logo {
    left: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .umega-logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.footer .footer-bottom-line {
  margin-top: 60px;
  font-size: 12px;
  margin-left: 55px;
}
.footer .header-menu > ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
  /* assumes you only want one row */
}
.footer .header-menu > ul > li > a {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
}
.footer .header-menu > ul > li > a:after {
  content: '';
  height: 3px;
  width: 30px;
  background-color: #8ab633;
  position: absolute;
  bottom: -28px;
  left: 0;
}
.footer .header-menu > ul > li .sub-menu {
  padding-left: 0;
  list-style: none;
}
.footer .header-menu > ul > li .sub-menu li {
  margin-bottom: 10px;
}
.footer .header-menu > ul > li .sub-menu li a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(198, 198, 198, 0.75);
}
.usecookie-container {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  width: 80%;
  max-width: 400px;
  left: 10%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
}
.usecookie-container .usecookie-info {
  width: 70%;
  float: left;
  word-wrap: break-word;
  margin-top: 15px;
  height: auto;
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .usecookie-container .usecookie-info {
    width: 100%;
  }
}
.usecookie-container .usecookie-info p {
  color: #fff;
  font-size: 14px;
}
.usecookie-container .usecookie-agree {
  width: 30%;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .usecookie-container .usecookie-agree {
    width: 100%;
  }
}
.usecookie-container a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.usecookie-container a.set-usecookie {
  border: solid 2px #fff;
  padding: 15px 0;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
  width: 90%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.usecookie-container a.set-usecookie:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.check_feature-container {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(138, 54, 54, 0.95);
}
@media only screen and (max-width: 900px) {
  .check_feature-container {
    position: absolute;
    height: auto;
    min-height: 100%;
  }
}
.check_feature-container .check_feature-close {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
}
.check_feature-container .check_feature-close:hover {
  opacity: 0.6;
}
.check_feature-container .description-container {
  display: table;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .check_feature-container .description-container {
    padding: 80px 0;
  }
}
.check_feature-container .description-container .description {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.check_feature-container .description-container .description .description-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
.check_feature-container .description-container .description .description-content {
  padding: 15px 0 40px;
}
.check_feature-container .description-container .description .description-content p {
  font-size: 20px;
}
.check_feature-container .description-container .description .description-content p.please {
  font-size: 16px;
}
.check_feature-container .description-container .description .browsers-container .browsers-item {
  float: left;
  width: 20%;
}
@media only screen and (max-width: 900px) {
  .check_feature-container .description-container .description .browsers-container .browsers-item {
    float: none;
    width: 100%;
    padding-bottom: 30px;
  }
}
.check_feature-container .description-container .description .browsers-container .browsers-item .browser-image {
  text-align: center;
}
.check_feature-container .description-container .description .browsers-container .browsers-item .browser-image img {
  width: 40%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .check_feature-container .description-container .description .browsers-container .browsers-item .browser-image img {
    width: 20%;
  }
}
.check_feature-container .description-container .description .browsers-container .browsers-item .browser-title {
  padding: 15px 0;
}
.check_feature-container .description-container .description .browsers-container .browsers-item .browser-bottom .browser-download {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #fff;
}
.check_feature-container .description-container .description .browsers-container .browsers-item .browser-bottom .browser-download:hover {
  opacity: 0.6;
}
h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 60px;
  color: #595d5f;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 60px;
  color: #595d5f;
}
h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 26px;
  opacity: 0.75;
  margin-bottom: 40px;
  color: #595d5f;
}
.subtitle {
  margin-bottom: 60px;
}
.page-template-homepage .section1 {
  position: relative;
  background-color: #f9f9f9;
  padding-bottom: 45px;
}
.page-template-homepage .section1 h1 {
  color: #fff;
}
.page-template-homepage .section1:before,
.page-template-homepage .section1:after {
  content: '';
  width: 85px;
  position: absolute;
  top: 0;
  bottom: 45px;
  background-image: url('assets/images/dots-left.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  z-index: 1;
}
.page-template-homepage .section1:before {
  left: 0;
  background-image: url('assets/images/dots-left.svg');
}
.page-template-homepage .section1:after {
  right: 0;
  background-image: url('assets/images/dots-right.svg');
}
.page-template-homepage .section1 .container {
  height: 585px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}
.page-template-homepage .section1 .green-block {
  background-color: rgba(138, 182, 51, 0.95);
  height: 555px;
  margin-top: 30px;
  display: inline-block;
  width: 60%;
  color: #fff;
  text-align: left;
  padding-left: 11%;
  position: relative;
}
.page-template-homepage .section1 .green-block:before,
.page-template-homepage .section1 .green-block:after {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  background-image: url('assets/images/shape.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-template-homepage .section1 .green-block:before {
  top: 18%;
  left: 57%;
}
.page-template-homepage .section1 .green-block:after {
  top: 67%;
  left: 27%;
}
.page-template-homepage .section2 {
  padding: 100px 0 145px;
}
.page-template-homepage .section2 .icon {
  float: left;
}
.page-template-homepage .section2 .icon img {
  width: 35px;
  margin-right: 10px;
  margin-top: 10px;
}
.page-template-homepage .section2 strong {
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 30px;
  display: inline-block;
}
.page-template-homepage .section2 .content {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.page-template-homepage .section2 .content .title {
  font-size: 20px;
  margin-top: 10px;
}
.page-template-homepage .section2 .content .description {
  font-size: 16px;
}
.page-template-homepage .section3 {
  padding: 75px 0 125px;
  background-color: #f8f8f8;
  position: relative;
}
.page-template-homepage .section3:after {
  content: '';
  width: 85px;
  position: absolute;
  top: 75px;
  bottom: 125px;
  right: 0;
  background-image: url('assets/images/dots-right.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  z-index: 1;
}
.page-template-homepage .section3 .img-wrapper-block {
  position: relative;
}
.page-template-homepage .section3 .img-wrapper-block img {
  width: 100%;
}
.page-template-homepage .section3 .container {
  z-index: 9;
}
.page-template-homepage .section3 .with-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-homepage .section3 .with-background .green-block {
  width: 300px;
  height: 275px;
  background-color: rgba(138, 182, 51, 0.95);
  color: #fff;
  position: absolute;
  bottom: -100px;
  right: 30px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  padding-top: 65px;
}
.page-template-homepage .section3 .with-background .green-block .big-text {
  font-size: 74px;
  line-height: 74px;
  font-weight: 200;
}
.page-template-homepage .section3 .with-background .green-block .big-text strong {
  font-weight: 600;
}
.page-template-homepage .section3 .with-background .green-block .small-text {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
}
.page-template-homepage .section3 .with-background .green-block:before,
.page-template-homepage .section3 .with-background .green-block:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('assets/images/shape.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-template-homepage .section3 .with-background .green-block:before {
  top: 7%;
  left: 75%;
}
.page-template-homepage .section3 .with-background .green-block:after {
  top: 74%;
  left: 12%;
}
.page-template-homepage .section3 .left-side-block {
  border: 1px solid #d8d8d8;
  padding: 55px 40px 100px;
  position: relative;
  margin-bottom: 65px;
}
.page-template-homepage .section3 .left-side-block .link {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 330px;
  text-align: center;
  z-index: 999;
  background-color: #f8f8f8;
}
.page-template-homepage .section3 .left-side-block .link a {
  background-color: #8ab633;
  color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
.page-template-homepage .section3 .numbers-block {
  font-family: 'Oswald', sans-serif;
  text-align: center;
}
.page-template-homepage .section3 .numbers-block .big {
  font-size: 32px;
  line-height: 36px;
  font-weight: 200;
  color: #595d5f;
}
.page-template-homepage .section3 .numbers-block .small {
  color: #8ab633;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
}
.page-template-homepage .section3 .numbers-block .number_1,
.page-template-homepage .section3 .numbers-block .number_2 {
  position: relative;
}
.page-template-homepage .section3 .numbers-block .number_1:after,
.page-template-homepage .section3 .numbers-block .number_2:after {
  content: '';
  background-image: url('assets/images/shape-green.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -22px;
}
.page-template-homepage .section3 .numbers-block .number_2:after {
  right: -35px;
}
.page-template-homepage .section4 {
  padding: 100px 0 70px;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.page-template-homepage .section4 .logo-block {
  height: 155px;
  width: 90%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-homepage .section4 .logo-block.active {
  -webkit-box-shadow: 0px 0px 87px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 87px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 87px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-homepage .section4 .client-block {
  border: 1px solid #8ab633;
  padding: 55px 40px 40px;
  position: relative;
  margin-bottom: 65px;
}
.page-template-homepage .section4 .client-block .content {
  display: none;
  position: relative;
}
.page-template-homepage .section4 .client-block .content.active {
  display: block;
}
.page-template-homepage .section4 .client-block .content:before,
.page-template-homepage .section4 .client-block .content:after {
  position: absolute;
  font-size: 60px;
  line-height: 60px;
  font-family: 'Oswald', sans-serif;
  color: #8ab633;
}
.page-template-homepage .section4 .client-block .content:before {
  content: '“';
  position: absolute;
  top: -10px;
  left: -15px;
}
.page-template-homepage .section4 .client-block .content:after {
  content: '”';
  right: -15px;
  bottom: -40px;
}
.page-template-homepage .section4 .client-block .logo-wrapper {
  margin-bottom: 30px;
  display: none;
}
.page-template-homepage .section4 .client-block .logo-wrapper.active {
  display: block;
}
.page-template-homepage .section4 .client-block .name {
  font-size: 17px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  margin-top: 45px;
  display: none;
}
.page-template-homepage .section4 .client-block .name.active {
  display: block;
}
.page-template-homepage .section4 .client-block .position {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 30px;
  display: none;
}
.page-template-homepage .section4 .client-block .position.active {
  display: block;
}
.page-template-homepage .section4 .client-block .next-testimonial {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 330px;
  text-align: center;
  z-index: 999;
  background-color: #fff;
}
.page-template-homepage .section4 .client-block .next-testimonial a {
  background-color: #8ab633;
  color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
.page-template-homepage .section5 {
  position: relative;
  background-color: #f8f8f8;
  padding-top: 90px;
  padding-bottom: 110px;
}
.page-template-homepage .section5 h2 {
  margin-bottom: 45px;
}
.page-template-homepage .section5:before,
.page-template-homepage .section5:after {
  content: '';
  width: 85px;
  position: absolute;
  top: 200px;
  bottom: 116px;
  background-image: url('assets/images/dots-left.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  z-index: 1;
}
@media only screen and (max-width: 1460px) {
  .page-template-homepage .section5:before,
  .page-template-homepage .section5:after {
    top: 185px;
    bottom: 117px;
  }
}
.page-template-homepage .section5:before {
  left: 0;
  background-image: url('assets/images/dots-left.svg');
}
.page-template-homepage .section5:after {
  right: 0;
  background-image: url('assets/images/dots-right.svg');
}
.page-template-homepage .section5 .container {
  z-index: 9;
}
.page-template-homepage .section5 .title {
  text-align: center;
  color: #5B5F61;
  padding: 28px 0 15px;
  font-size: 16px;
}

.page-template-homepage .section6 {
  overflow: hidden;
}
.page-template-homepage .section6 > .container-fluid > .row > .col-lg-6 {
  padding: 110px 0 160px;
}
.page-template-homepage .section6 > .container-fluid > .row > .col-lg-6.green {
  background-color: #8ab633;
}
.page-template-homepage .section6 > .container-fluid > .row > .col-lg-6.green h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 0;
}
.page-template-homepage .section6 > .container-fluid > .row > .col-lg-6.green input {
  height: 60px;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}
.page-template-homepage .section6 > .container-fluid > .row > .col-lg-6.green input[type="submit"] {
  width: auto;
  display: inline-block;
  float: right;
  padding: 13px 60px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 20px;
  border-radius: 50px;
  color: #fff;
  background-color: #333333;
  text-decoration: uppercase;
  border: none;
}
.page-template-homepage .section6 > .container-fluid > .row > .col-lg-6.green textarea {
  width: 100%;
  height: 180px;
  padding: 15px;
  resize: none;
  margin-bottom: 20px;
}
.page-template-homepage .section6 h2 {
  margin-top: 110px;
  margin-bottom: 60px;
}
.page-template-homepage .section6 h3 {
  font-size: 50px;
  font-weight: 200;
  margin-bottom: 30px;
}
.page-template-homepage .section6 .title {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 15px;
}
.page-template-homepage .section6 .contact-info .email,
.page-template-homepage .section6 .contact-info .phone {
  min-height: 30px;
  margin-bottom: 15px;
}
.page-template-homepage .section6 .contact-info .email .icon,
.page-template-homepage .section6 .contact-info .phone .icon,
.page-template-homepage .section6 .contact-info .linkedin .icon{
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 15px;
}
.page-template-homepage .section6 .contact-info .email .icon {
  background-image: url('assets/images/message.svg');
}
.page-template-homepage .section6 .contact-info .phone .icon {
  background-image: url('assets/images/telephone.svg');
}
.page-template-homepage .section6 .contact-info .linkedin .icon {
  background-image: url('assets/images/linkedin.svg');
}
.page-template-homepage .section6 .contact-image {
  position: relative;
}
.page-template-homepage .section6 .contact-image:before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border: 1px solid #93b341;
}
.page-template-homepage .section6 .contact-image:after {
  content: '';
  position: absolute;
  top: 0;
  background-image: url('assets/images/Rectangles.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 110px;
  bottom: 0;
  background-color: #fff;
  left: -17px;
  margin: auto 0;
}
.page-template-homepage .section6 .contact-image img {
  width: 100%;
}
.page-template-company .section1,
.page-template-services .section1,
.page-template-service .section1,
.page-template-career .section1,
.page-template-contacts .section1,
.page-template-procurement .section1,
.page-template-location .section1 {
  position: relative;
}
.page-template-company .section1:before,
.page-template-services .section1:before,
.page-template-service .section1:before,
.page-template-career .section1:before,
.page-template-contacts .section1:before,
.page-template-procurement .section1:before,
.page-template-location .section1:before,
.page-template-company .section1:after,
.page-template-services .section1:after,
.page-template-service .section1:after,
.page-template-career .section1:after,
.page-template-contacts .section1:after,
.page-template-procurement .section1:after,
.page-template-location .section1:after {
  content: '';
  width: 85px;
  position: absolute;
  top: 0;
  bottom: 0px;
  background-image: url('assets/images/dots-left.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  z-index: 1;
}
.page-template-company .section1:before,
.page-template-services .section1:before,
.page-template-service .section1:before,
.page-template-career .section1:before,
.page-template-contacts .section1:before,
.page-template-procurement .section1:before,
.page-template-location .section1:before {
  left: 0;
  background-image: url('assets/images/dots-left.svg');
}
.page-template-company .section1:after,
.page-template-services .section1:after,
.page-template-service .section1:after,
.page-template-career .section1:after,
.page-template-contacts .section1:after,
.page-template-procurement .section1:after,
.page-template-location .section1:after {
  right: 0;
  background-image: url('assets/images/dots-right.svg');
}
.page-template-company .section1 .container,
.page-template-services .section1 .container,
.page-template-service .section1 .container,
.page-template-career .section1 .container,
.page-template-contacts .section1 .container,
.page-template-procurement .section1 .container,
.page-template-location .section1 .container {
  z-index: 9;
}
.page-template-company .section1 h1,
.page-template-services .section1 h1,
.page-template-service .section1 h1,
.page-template-career .section1 h1,
.page-template-contacts .section1 h1,
.page-template-procurement .section1 h1,
.page-template-location .section1 h1 {
  color: #fff;
  line-height: 45px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.page-template-company .section1 .background,
.page-template-services .section1 .background,
.page-template-service .section1 .background,
.page-template-career .section1 .background,
.page-template-contacts .section1 .background,
.page-template-procurement .section1 .background,
.page-template-location .section1 .background {
  position: relative;
}
.page-template-company .section1 .background:after,
.page-template-services .section1 .background:after,
.page-template-service .section1 .background:after,
.page-template-career .section1 .background:after,
.page-template-contacts .section1 .background:after,
.page-template-procurement .section1 .background:after,
.page-template-location .section1 .background:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  border-color: transparent #f8f8f8 transparent transparent;
  margin: auto 0;
}
.page-template-company .section1 .green-block,
.page-template-services .section1 .green-block,
.page-template-service .section1 .green-block,
.page-template-career .section1 .green-block,
.page-template-contacts .section1 .green-block,
.page-template-procurement .section1 .green-block,
.page-template-location .section1 .green-block {
  background-color: rgba(138, 182, 51, 0.95);
  color: #fff;
  margin-top: 30px;
  margin-left: 15px;
  text-align: center;
  padding: 130px 30px 90px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 300;
}
.page-template-company .section1 .green-block:before,
.page-template-services .section1 .green-block:before,
.page-template-service .section1 .green-block:before,
.page-template-career .section1 .green-block:before,
.page-template-contacts .section1 .green-block:before,
.page-template-procurement .section1 .green-block:before,
.page-template-location .section1 .green-block:before,
.page-template-company .section1 .green-block:after,
.page-template-services .section1 .green-block:after,
.page-template-service .section1 .green-block:after,
.page-template-career .section1 .green-block:after,
.page-template-contacts .section1 .green-block:after,
.page-template-procurement .section1 .green-block:after,
.page-template-location .section1 .green-block:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  border-left: 20px solid rgba(138, 182, 51, 0.95);
}
.page-template-company .section1 .green-block:before,
.page-template-services .section1 .green-block:before,
.page-template-service .section1 .green-block:before,
.page-template-career .section1 .green-block:before,
.page-template-contacts .section1 .green-block:before,
.page-template-procurement .section1 .green-block:before,
.page-template-location .section1 .green-block:before {
  right: -20px;
  border-bottom: 20px solid transparent;
  bottom: 50%;
}
.page-template-company .section1 .green-block:after,
.page-template-services .section1 .green-block:after,
.page-template-service .section1 .green-block:after,
.page-template-career .section1 .green-block:after,
.page-template-contacts .section1 .green-block:after,
.page-template-procurement .section1 .green-block:after,
.page-template-location .section1 .green-block:after {
  right: -20px;
  border-top: 20px solid transparent;
  top: 50%;
  bottom: 0;
}
.page-template-company .section1 .green-block .img-block,
.page-template-services .section1 .green-block .img-block,
.page-template-service .section1 .green-block .img-block,
.page-template-career .section1 .green-block .img-block,
.page-template-contacts .section1 .green-block .img-block,
.page-template-procurement .section1 .green-block .img-block,
.page-template-location .section1 .green-block .img-block {
  width: 50px;
  border: 2px solid #fff;
  padding: 6px;
  margin: 0 auto;
  transform: rotate(45deg);
}
.page-template-company .section1 .green-block .img-block img,
.page-template-services .section1 .green-block .img-block img,
.page-template-service .section1 .green-block .img-block img,
.page-template-career .section1 .green-block .img-block img,
.page-template-contacts .section1 .green-block .img-block img,
.page-template-procurement .section1 .green-block .img-block img,
.page-template-location .section1 .green-block .img-block img {
  transform: rotate(-45deg);
}
.page-template-company .section1 .right-side,
.page-template-services .section1 .right-side,
.page-template-service .section1 .right-side,
.page-template-career .section1 .right-side,
.page-template-contacts .section1 .right-side,
.page-template-procurement .section1 .right-side,
.page-template-location .section1 .right-side {
  background-color: #f8f8f8;
}
.page-template-company .section1 .right-side-block,
.page-template-services .section1 .right-side-block,
.page-template-service .section1 .right-side-block,
.page-template-career .section1 .right-side-block,
.page-template-contacts .section1 .right-side-block,
.page-template-procurement .section1 .right-side-block,
.page-template-location .section1 .right-side-block {
  padding: 45px 20px;
}
.page-template-company .section1 .right-side-block strong,
.page-template-services .section1 .right-side-block strong,
.page-template-service .section1 .right-side-block strong,
.page-template-career .section1 .right-side-block strong,
.page-template-contacts .section1 .right-side-block strong,
.page-template-procurement .section1 .right-side-block strong,
.page-template-location .section1 .right-side-block strong {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.page-template-career .section3 {
  padding: 100px 0;
}
.page-template-career .section3 h2 {
  padding-bottom: 20px;
  border-bottom: 2px solid #8ab633;
  display: inline-block;
}
.page-template-career .section3 .position-content {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.page-template-career .section3 .position-content.active {
  max-height: 1000px;
  transition: max-height 0.25s ease-in;
  border-bottom: 1px solid #f7f7f7;
}
.page-template-career .section3 .position-content strong {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #8cb73f;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}
.page-template-career .section3 .position-content .col-md-3 {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 30px;
}
.page-template-career .section3 .position-content .col-md-3:last-child {
  padding: 50px 70px;
  background-color: #eeeeee;
}
.page-template-career .section3 .single-position {
  cursor: pointer;
  padding: 35px 0 35px 80px;
  border-bottom: 1px solid #f7f7f7;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-career .section3 .single-position:after {
  content: '';
  position: absolute;
  background-image: url('assets/images/engineer.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60px;
  height: 60px;
  left: 15px;
}
.page-template-career .section3 .single-position .arrow {
  width: 25px;
  margin-top: 17px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-career .section3 .single-position:hover,
.page-template-career .section3 .single-position.active {
  background-color: #f9f9f9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-career .section3 .single-position.active .arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-career .section3 .single-position.active:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: 45px;
  bottom: -1px;
}
.page-template-career .section3 .single-position .title {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #595d5f;
}
.page-template-career .section3 .single-position .department {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #b0b2b2;
}
.page-template-career .section3 .single-position .end-date {
  color: #b0b2b2;
}
.page-template-career .section3 .single-position .end-date span {
  display: inline-block;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #595d5f;
}
.page-template-career .section4 {
  background-image: url('assets/images/green.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 100px;
  color: #fff;
}
.page-template-career .section4 h2 {
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.page-template-company .header {
  background-color: #fff;
}
.page-template-company .sub-section {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-align: center;
}
.page-template-company .sub-section .big-text {
  margin-top: 45px;
  font-size: 40px;
  color: #595d5f;
}
.page-template-company .sub-section .small-text {
  color: #8ab633;
  font-size: 20px;
  margin-bottom: 35px;
  border-top: 2px solid #595d5f;
  display: inline-block;
}
.page-template-company .section2 {
  background-color: #f8f8f8;
  padding: 115px 0 75px;
}
.page-template-company .section2 .timeline {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
}
.page-template-company .section2 .list {
  position: relative;
  display: block;
  margin: 30px 0;
  height: 1px;
  background: #8ab633;
}
.page-template-company .section2 .list:before,
.page-template-company .section2 .list:after {
  content: "";
  position: absolute;
  bottom: -7px;
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #8ab633;
  border-radius: 10px;
  background: #f8f8f8;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-company .section2 .list:before {
  left: -15px;
}
.page-template-company .section2 .list:after {
  right: -15px;
}
.page-template-company .section2 .list .item {
  position: relative;
  float: left;
  font-size: 1em;
  display: block;
  text-align: center;
  margin: 0 3px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.page-template-company .section2 .list .item .icon {
  width: 45px;
  height: 60px;
  background-image: url('assets/images/glass.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -67px;
  left: 38%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-company .section2 .list .item img {
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-company .section2 .list .item:hover:before {
  background: #8ab633;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-company .section2 .list .item:hover img {
  transform: scale(1.2);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-company .section2 .list .item .content {
  width: 175px;
  height: 50px;
  position: relative;
  margin-top: 15px;
  cursor: pointer;
}
.page-template-company .section2 .list .item .content .timeline-title {
  color: #919191;
}
.page-template-company .section2 .list .item:first-child {
  margin-left: 0;
}
.page-template-company .section2 .list .item:last-child {
  margin-right: 0;
}
.page-template-company .section2 .list .item:before {
  content: "";
  position: absolute;
  left: 45%;
  top: -7px;
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #8ab633;
  border-radius: 10px;
  background: #f8f8f8;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-company .section2 .list .item:after {
  content: "";
  position: absolute;
  left: 77px;
  top: -9px;
  display: block;
  width: 19px;
  height: 19px;
  background: #f8f8f8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-company .section2 .list .item.active .icon {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-company .section2 .list .item.active .timeline-title {
  font-weight: 600;
}
.page-template-company .section2 .list .item.active:before {
  border: none;
  background: #595d5f;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-template-company .section2 .list .item.active:after {
  top: -12px;
  left: 74px;
  width: 25px;
  height: 25px;
  border: 3px solid #8ab633;
  border-radius: 100%;
}
.page-template-company .section2 .tabs-content .image-wrapper img,
.page-template-company .section2 .tabs-content .text-left-side,
.page-template-company .section2 .tabs-content .text-right-side,
.page-template-company .section2 .tabs-content .title {
  display: none;
}
.page-template-company .section2 .tabs-content .image-wrapper img.active,
.page-template-company .section2 .tabs-content .text-left-side.active,
.page-template-company .section2 .tabs-content .text-right-side.active,
.page-template-company .section2 .tabs-content .title.active {
  display: block;
}
.page-template-company .section2 .tabs-content .image-wrapper {
  padding-right: 45px;
  position: relative;
}
.page-template-company .section2 .tabs-content .image-wrapper .title {
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 260px;
  width: 160px;
  background-color: rgba(138, 182, 51, 0.95);
  text-align: center;
  color: #fff;
  padding: 115px 0 0 10px;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.page-template-company .section2 .tabs-content .image-wrapper .title:before,
.page-template-company .section2 .tabs-content .image-wrapper .title:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  border-left: 20px solid rgba(138, 182, 51, 0.95);
}
.page-template-company .section2 .tabs-content .image-wrapper .title:before {
  right: -20px;
  border-bottom: 20px solid transparent;
  bottom: 50%;
}
.page-template-company .section2 .tabs-content .image-wrapper .title:after {
  right: -20px;
  border-top: 20px solid transparent;
  top: 50%;
  bottom: 0;
}
.page-template-company .section2 .tabs-content .image-wrapper img {
  width: 100%;
}
.page-template-company .section2 .tabs-content .text-left-side,
.page-template-company .section2 .tabs-content .text-right-side {
  padding-top: 75px;
  padding-right: 45px;
}
.page-template-company .section2 .tabs-content .text-left-side {
  position: relative;
}
.page-template-company .section3 {
  background-image: url('assets/images/background.jpg');
  padding: 110px 0 130px;
}
.page-template-company .section3 .content {
  padding-right: 60px;
}
.page-template-company .section3 .content p {
  margin: 30px 0;
}
.page-template-company .section4 {
  background-color: #f8f8f8;
  padding: 110px 0 130px;
}
.page-template-company .section4 img {
  width: 100%;
}
.page-template-company .section4 .content {
  padding-right: 60px;
}
.page-template-company .section4 h2 {
  margin-bottom: 45px;
}
.page-template-company .section4 .title h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 27px;
  position: relative;
  color: #595d5f;
  background-color: #f8f8f8;
  z-index: 9;
  opacity: 1;
  display: inline-block;
  padding: 5px 15px 15px 0;
}
.page-template-company .section4 .title .icon {
  position: absolute;
  top: 0;
  right: 110px;
}
.page-template-company .section4 .title .icon:before {
  content: '';
  position: absolute;
  background-image: url('assets/images/title-icon-left.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 15px;
  top: 15px;
  left: -105px;
}
.page-template-company .section4 .title .icon:after {
  content: '';
  position: absolute;
  background-image: url('assets/images/title-icon-right.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 15px;
  top: 15px;
  left: 60px;
}
.page-template-company .section4 .title .icon img {
  width: 55px;
  height: 45px;
}
.page-template-company .section5 {
  padding: 90px 0;
  background-color: #fff;
}
.page-template-company .section5 h2 {
  margin-bottom: 30px;
}
.page-template-company .section5 .nopadding {
  padding: 0;
}
.page-template-company .section5 .number-block {
  display: block;
  border: 1px solid #8cb73f;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
.page-template-company .section5 .number-block .big-text {
  font-size: 40px;
  font-weight: 200;
  font-family: 'Oswald', sans-serif;
  color: #595d5f;
}
.page-template-company .section5 .number-block .small-text {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #8ab633;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}
.page-template-company .section5 .number-block .small-text:before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  height: 15px;
}
.page-template-location .section2 {
  background-color: #fff;
  padding: 110px 0 130px;
  background-image: url('assets/images/map-su-LITHUANIA2x.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.page-template-location .section2 img {
  width: 100%;
}
.page-template-location .section2 h2 {
  margin-bottom: 45px;
  display: inline-block;
  border-bottom: 1px solid #8ab633;
  padding-bottom: 15px;
}
.page-template-location .section2 .single-val {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page-template-location .section2 .title h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 200;
  position: relative;
  color: #595d5f;
  opacity: 1;
  display: inline-block;
  background-color: #fff;
  z-index: 999;
  padding-right: 4px;
}
.page-template-location .section2 .title .icon {
  position: absolute;
  top: 0;
  right: 75px;
}
.page-template-location .section2 .title .icon:before {
  content: '';
  position: absolute;
  background-image: url('assets/images/title-icon-left.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 15px;
  top: 15px;
  left: -105px;
}
.page-template-location .section2 .title .icon:after {
  content: '';
  position: absolute;
  background-image: url('assets/images/title-icon-right.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 15px;
  top: 15px;
  left: 60px;
}
.page-template-location .section2 .title .icon img {
  width: 55px;
  height: 45px;
}
.page-template-location .section3 {
  position: relative;
}
.page-template-location .section3 .infobox {
  position: absolute;
  top: 110px;
  left: 160px;
  z-index: 9;
  background-color: #595d5f;
  padding: 45px 60px;
  width: 450px;
  color: #fff;
}
.page-template-location .section3 .infobox:before {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 25px;
  border-color: transparent transparent transparent #8ab633;
}
.page-template-location .section3 .infobox h2 {
  color: #fff;
  border-bottom: 1px solid #909294;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page-template-contacts .section2 {
  padding-bottom: 60px;
  padding-top: 100px;
}
.page-template-contacts .section2 h2 {
  margin-top: 90px;
  margin-bottom: 100px;
  position: relative;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
}
.page-template-contacts .section2 h2:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 95px;
  height: 1px;
  background-color: #8ab633;
}
.page-template-contacts .section2 .contact-person-block {
  border: 1px solid #8ab633;
  margin-bottom: 30px;
  position: relative;
  padding: 40px 0;
}
.page-template-contacts .section2 .contact-person-block h3 {
  display: inline-block;
  position: absolute;
  top: -55px;
  background-color: #fff;
  z-index: 999;
  padding: 0 15px;
  opacity: 1;
  margin-left: -15px;
}
.page-template-contacts .section2 .contact-person-block .position {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  margin-top: -25px;
  margin-bottom: 25px;
  display: table;
  position: relative;
}
.page-template-contacts .section2 .contact-person-block .position:after {
  content: '';
  position: absolute;
  top: 10px;
  right: -20px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #e0e0e0;
}
.page-template-contacts .section2 .contact-person-block .email,
.page-template-contacts .section2 .contact-person-block .phone {
  height: 50px;
}
.page-template-contacts .section2 .contact-person-block .email .icon,
.page-template-contacts .section2 .contact-person-block .phone .icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.page-template-contacts .section2 .contact-person-block .email a,
.page-template-contacts .section2 .contact-person-block .phone a {
  display: block;
  margin-top: -45px;
  margin-left: 45px;
}
.page-template-contacts .section2 .contact-person-block .email .icon {
  background-image: url('assets/images/message.svg');
}
.page-template-contacts .section2 .contact-person-block .phone .icon {
  background-image: url('assets/images/telephone.svg');
}
.page-template-contacts .section2 .contact-person-block .content {
  padding-right: 60px;
  line-height: 30px;
}
.page-template-contacts .section2 .contact-person-block .image {
  position: relative;
}
.page-template-contacts .section2 .contact-person-block .image:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 10px;
  right: -10px;
  bottom: 10px;
  border: 1px solid #8ab633;
}
.page-template-contacts .section2 .contact-person-block .image img {
  width: 100%;
}
.page-template-contacts .section2 .contact-person-block .cat-title {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #8ab633;
  margin-top: 5px;
}
.page-template-contacts .section2 .contact-person-block .cat-title:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -20px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #8ab633;
}
.page-template-contacts .section3 {
  background-image: url('assets/images/green.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 100px;
  color: #fff;
}
.page-template-contacts .section3 h2 {
  color: #fff;
  margin-bottom: 60px;
  position: relative;
}
form input,
form textarea,
form select {
  width: 100%;
  padding-left: 30px;
  height: 60px;
  font-size: 22px;
  font-weight: 200;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 30px;
}
form input[type="submit"],
form textarea[type="submit"],
form select[type="submit"] {
  padding-left: 0;
  background-color: #333333;
  border-radius: 50px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  width: 250px;
  font-size: 24px;
  font-weight: 400;
}
form textarea {
  height: 200px;
  padding-top: 15px;
}
form .drop_uploader.drop_zone {
  border: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  min-height: 65px;
}
form .drop_uploader.drop_zone ul.files {
  margin-bottom: 18px;
}
form .drop_uploader.drop_zone .text_wrapper {
  margin-top: 15px;
}
form .drop_uploader.drop_zone .text {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 22px;
}
form .drop_uploader.drop_zone .text a {
  color: #fff;
  text-decoration: underline;
}
form .drop_uploader.drop_zone.hover {
  border: none;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.page-template-services .section2 {
  background-color: #fff;
  padding-top: 60px;
}
.page-template-services .section2 .single-service {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 60px;
}
.page-template-services .section2 .single-service h2 {
  font-size: 50px;
  margin-bottom: 30px;
  color: #595d5f;
  opacity: 1;
  position: relative;
}
.page-template-services .section2 .single-service h2:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 1px;
  width: 85px;
  background-color: #8ab633;
}
.page-template-services .section2 .single-service h3 {
  font-size: 36px;
  color: #595d5f;
  opacity: 1;
  font-weight: 200;
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-template-services .section2 .single-service ul {
  list-style: none;
}
.page-template-services .section2 .single-service ul li {
  position: relative;
}
.page-template-services .section2 .single-service ul li:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 6px;
  width: 9px;
  height: 9px;
  border: 1px solid #8ab633;
  transform: rotate(45deg);
}
.page-template-services .section2 .single-service img {
  width: 100%;
}
.page-template-services .section2 .single-service .icon {
  position: absolute;
  top: -35px;
  right: 45px;
  background-color: #fff;
  width: 140px;
  height: 70px;
  text-align: center;
}
.page-template-services .section2 .single-service .icon img {
  width: 70px;
  display: inline-block;
}
.page-template-services .section2 .single-service .icon:before,
.page-template-services .section2 .single-service .icon:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-color: #e0e0e0;
  display: block;
  margin: auto 0;
  transform: rotate(45deg);
}
.page-template-services .section2 .single-service .icon:before {
  left: 0;
}
.page-template-services .section2 .single-service .icon:after {
  right: 0;
}
.page-template-services .section2 .single-service .col-lg-3,
.page-template-services .section2 .single-service .col-lg-4,
.page-template-services .section2 .single-service .col-lg-5 {
  padding: 15px 0;
}
.page-template-services .section2 .single-service .col-lg-3 {
  padding-left: 0;
}
.page-template-services .section2 .single-service .col-lg-4 {
  padding-right: 0;
  border-left: 1px solid #e0e0e0;
  padding-left: 15px;
}
.page-template-services .section2 .single-service .col-lg-5 {
  padding: 15px 15px 15px 45px;
  border-left: 1px solid #e0e0e0;
}
.page-template-company .header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children a:before,
.page-template-services .header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children a:before,
.page-template-career .header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children a:before,
.page-template-contacts .header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children a:before,
.page-template-default .header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children a:before,
.page-template-procurement .header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children a:before,
.page-template-location .header .header-menu ul.header-menu-list li.menu-item.menu-item-has-children a:before {
  display: none;
}
.prefooter {
  background-color: #8ab633;
  padding: 75px 0;
}
.prefooter h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 200;
}
.prefooter a {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  padding-right: 100px;
  position: relative;
}
.prefooter a .icon-arrow {
  width: 50px;
  height: 50px;
  background-image: url('assets/images/arrow-circle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
}
.slider-test {
  width: 100%;
}
.slider-test .slide {
  position: relative;
  width: 86% !important;
  border: 1px solid #D8D8D8;
  padding: 7px;
}
.slider-test .slide .img {
  height: 380px;
}
.slider-test .slick-next {
  right: -105px;
}
.slider-test .slick-prev {
  left: -105px;
}
.page-template-homepage .section5 .title {
  right: 0px;
  left: 0px;
}
.page-template-homepage .section5 .prev-arrow-test,
.page-template-homepage .section5 .next-arrow-test {
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  top: 90px;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('assets/images/up-arrow-angle.svg');
}
.page-template-homepage .section5 .prev-arrow-test {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 30px;
}
.page-template-homepage .section5 .next-arrow-test {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 30px;
}
@media only screen and (max-width: 1660px) {
  .page-template-company .section5 .number-block .big-text {
    font-size: 34px;
  }
  .page-template-homepage .section3 .numbers-block .big {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1460px) {
  h1,
  h2 {
    font-size: 46px;
  }
  .header .header-menu ul.header-menu-list li.menu-item a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header.scrolled .header-menu ul.header-menu-list li.menu-item a {
    padding: 34px 10px;
  }
  .page-template-homepage .section3 .numbers-block .big {
    font-size: 30px;
  }
  .page-template-homepage .section3 .numbers-block .number_1:after,
  .page-template-homepage .section3 .numbers-block .number_2:after {
    width: 30px;
    height: 30px;
    right: -15px;
  }
  .page-template-company .low-rez-full-width {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .page-template-company .section2 .list {
    display: inline-block;
  }
  .page-template-company .section2 .list .item .icon {
    left: 34%;
  }
  .page-template-company .section2 .list .item .content {
    width: 110px;
  }
  .page-template-company .section2 .list .item:after {
    left: 48px;
  }
  .page-template-company .section2 .list .item.active:after {
    left: 45px;
  }
  .page-template-company .section2 .tabs-content .image-wrapper .title {
    height: 150px;
    padding: 60px 0 0 10px;
  }
  .page-template-company .section5 .number-block .big-text {
    font-size: 25px;
  }
  .page-template-company .section5 .number-block .small-text:before {
    top: -55px;
  }
  .page-template-homepage .section3 .numbers-block .big {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .section5:before,
  .page-template-homepage .section5:after {
    display: none;
  }
  .page-template-homepage .section5 .next-arrow-test,
  .page-template-homepage .section5 .prev-arrow-test {
    display: none;
  }
  .page-template-company .section5 .number-block .big-text {
    font-size: 18px;
  }
  .page-template-company .section5 .number-block .small-text {
    font-size: 12px;
  }
  .page-template-homepage .section3 .numbers-block .big {
    font-size: 18px;
  }
  .page-template-homepage .section3 .numbers-block .small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  h2 {
    font-size: 30px;
  }
  .page-container {
    margin-top: 90px;
  }
  .page-template-homepage .section2 {
    text-align: center;
  }
  .page-template-homepage .section2 .icon {
    float: none;
    display: inline-block;
    width: 30px;
  }
  .page-template-homepage .section2 .image img {
    max-width: 300px;
    margin: 30px 0;
  }
  .page-template-homepage .section2 .content {
    display: inline-block;
    width: 290px;
  }
  .page-template-homepage .section3:after {
    display: none;
  }
  .page-template-homepage .section3 .with-background .green-block {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px;
  }
  .page-template-homepage .section3 .numbers-block .small {
    margin-bottom: 30px;
  }
  .page-template-homepage .section3 .numbers-block .number_1:after,
  .page-template-homepage .section3 .numbers-block .number_2:after {
    display: none;
  }
  .page-template-homepage .section4 .logo-block {
    width: 100%;
  }
  .page-template-homepage .section4 .clients-content {
    margin-bottom: 45px;
  }
  .page-template-homepage .section5:before,
  .page-template-homepage .section5:after {
    display: none;
  }
  .page-template-homepage .section5 img {
    margin-bottom: 30px;
  }
  .page-template-homepage .section6 .contact-image {
    position: relative;
    max-width: 300px;
    margin: 15px 15px 30px;
  }
  .page-template-homepage .section6 > .container-fluid > .row > .col-lg-6.green {
    padding: 60px;
  }
  .page-template-company .section2 .timeline {
    margin-top: 45px;
  }
  .page-template-company .section2 .timeline .list .item.active:after {
    left: 44px;
  }
  .page-template-company .section2 .tabs-content {
    margin-top: 150px;
  }
  .page-template-company .section2 .tabs-content .text-left-side:after {
    display: none;
  }
  .footer {
    padding: 60px 0 60px;
  }
  .footer .header-menu > ul {
    display: block;
    text-align: center;
  }
  .footer .header-menu > ul > li > a {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .footer .header-menu > ul > li > a:after {
    right: 0;
    margin: 0 auto;
    bottom: -3px;
  }
  .footer .header-menu > ul > li .sub-menu {
    display: none;
  }
  .page-template-company section {
    text-align: center;
  }
  .page-template-company .sub-section {
    padding: 30px 0;
  }
  .page-template-company .sub-section .big-text {
    margin-top: 15px;
  }
  .page-template-company .sub-section .small-text {
    margin-bottom: 15px;
  }
  .page-template-company .section2 .tabs-content .image-wrapper {
    padding-right: 0;
  }
  .page-template-company .section2 .tabs-content .text-left-side,
  .page-template-company .section2 .tabs-content .text-right-side {
    padding-right: 0;
  }
  .page-template-company .section3 .content {
    padding-right: 0;
  }
  .page-template-company .section4 {
    text-align: center;
  }
  .page-template-company .section4 .content {
    padding-right: 0;
  }
  .page-template-company .section4 .title h3 {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .page-template-company .section4 .title .icon {
    display: none;
  }
  .page-template-company .section4 img {
    max-width: 180px;
  }
  .page-template-company .number-block {
    margin-bottom: 30px;
  }
  .page-template-company .section5 {
    padding: 90px 15px;
  }
  .page-template-company .section1 .background:after,
  .page-template-services .section1 .background:after,
  .page-template-career .section1 .background:after,
  .page-template-procurement .section1 .background:after,
  .page-template-location .section1 .background:after,
  .page-template-contacts .section1 .background:after {
    display: none;
  }
  .page-template-company .section1 .green-block,
  .page-template-services .section1 .green-block,
  .page-template-career .section1 .green-block,
  .page-template-procurement .section1 .green-block,
  .page-template-location .section1 .green-block,
  .page-template-contacts .section1 .green-block {
    margin-right: 30px;
  }
  .page-template-company .section1 .right-side-block,
  .page-template-services .section1 .right-side-block,
  .page-template-career .section1 .right-side-block,
  .page-template-procurement .section1 .right-side-block,
  .page-template-location .section1 .right-side-block,
  .page-template-contacts .section1 .right-side-block {
    padding: 30px 20px 30px;
  }
  .page-template-services .section2 {
    padding: 60px 15px 0;
  }
  .page-template-services .section2 .single-service .col-lg-5 {
    border-left: none;
    border-top: 1px solid #e0e0e0;
    padding-left: 0;
  }
  .page-template-services .section2 .single-service .col-lg-4 {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #e0e0e0;
  }
  .page-template-location .section2 {
    background-image: none;
    padding-bottom: 45px;
  }
  .page-template-location .section2 img {
    max-width: 200px;
  }
  .page-template-location .section3 .infobox {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .page-template-contacts .section2 .contact-person-block {
    padding: 40px 15px;
  }
  .page-template-contacts .section2 .contact-person-block h3 {
    margin-left: 0px;
  }
  .page-template-contacts .section2 .contact-person-block .position {
    margin-left: 15px;
  }
  .page-template-contacts .section2 .contact-person-block .image {
    max-width: 300px;
    margin-top: 30px;
  }
  .page-template-contacts .section2 .contact-person-block .text-center {
    text-align: left !important;
  }
  .page-template-contacts .section2 .contact-person-block .cat-title {
    margin-left: 30px;
  }
  .page-template-company .section5 .number-block .big-text {
    font-size: 34px;
  }
  .page-template-company .section5 .number-block .small-text {
    font-size: 19px;
  }
  .page-template-company .section5 .number-block .small-text:before {
    top: -70px;
  }
  .page-template-homepage .section3 .numbers-block .big {
    font-size: 28px;
  }
  .page-template-homepage .section3 .numbers-block .small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-homepage .section1 .container {
    height: 360px;
  }
  .page-template-homepage .section1 .green-block {
    height: 330px;
    width: 100%;
  }
  .page-template-homepage .section1 .green-block:before,
  .page-template-homepage .section1 .green-block:after {
    height: 45px;
    width: 45px;
  }
  .page-template-homepage .section5 img {
    width: 100%;
  }
  .prefooter .text-right {
    text-align: center !important;
    margin-top: 45px;
  }
  .page-template-company .section2 .timeline {
    margin-left: 15px;
  }
  .page-template-company .section2 .timeline .list .item .icon {
    display: none;
  }
  .page-template-company .section2 .timeline .list .item:nth-child(even) {
    margin-top: -80px;
  }
  .page-template-company .section2 .timeline .list .item:nth-child(even):before {
    top: 73px;
  }
  .page-template-company .section2 .timeline .list .item:nth-child(even):after {
    top: 68px;
    left: 18px;
  }
  .page-template-company .section2 .timeline .list .item:nth-child(even) .content {
    margin-top: 45px;
  }
  .page-template-company .section2 .timeline .list .item:after {
    left: 18px;
  }
  .page-template-company .section2 .timeline .list .item.active:after {
    left: 15px;
  }
  .page-template-company .section2 .timeline .list .item .content {
    height: 80px;
    font-size: 12px;
    width: 45px;
  }
  .page-template-company .section2 .timeline .list .item .content .timeline-title {
    position: absolute;
    width: 100px;
    left: -22px;
  }
}
@media only screen and (max-width: 400px) {
  .page-template-homepage .section1 .green-block:before {
    top: 10%;
    left: 75%;
  }
  .page-template-homepage .section1 .green-block:after {
    top: 75%;
    left: 15%;
  }
}


/* fix 2019-08-30 */

.page-template-company .section2 .list .item .content  {
	width: 136px;	
}
.page-template-company .section2 .list .item:after {
	left: 59px;
}
.page-template-company .section2 .list .item.active:after {
	left: 57px;
}
@media only screen and (max-width: 1660px) {
	.page-template-company .section2 .list .item .content  {
		width: 110px;	
	}
	.page-template-company .section2 .list .item:after {
		left: 47px;
	}
	.page-template-company .section2 .list .item.active:after {
		left: 44px;
	}
}
@media only screen and (max-width: 1460px) {
	.page-template-company .section2 .list .item .content  {
		width: 94px;	
	}
	.page-template-company .section2 .list .item:after {
		left: 40px;
	}
	.page-template-company .section2 .list .item.active:after {
		left: 37px;
	}
}
@media only screen and (max-width: 1200px) {
	.page-template-company .section2 .list .item .content  {
		width: 80px;	
	}
	.page-template-company .section2 .list .item:after {
		left: 33px;
	}
	.page-template-company .section2 .list .item.active:after {
		left: 31px;
	}
	.page-template-company .section2 .list .item {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.page-template-company .section2 .timeline .list .item.active:after{
		left: 31px ;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-company .section2 .timeline .list .item.active:after {
		left: 15px;
	}
}
@media only screen and (max-width: 480px) {
	.page-template-company .section2 .timeline .list .item.active:after {
		left: 8px;
	}
	.page-template-company .section2 .timeline .list .item .content {
		width: 30px;
	}
}



/* fix 2020-07-01 */
body {
	overflow-x: hidden;
}
.section1 .container {
	position: relative;
}
.section1.fix-opacity .container .green-block {
    background-color: rgba(138, 182, 51, 0.7);
}
.section1 video {
	position: absolute;
	position: absolute;
    top: 0;
    height: 100%;
}
.page-template-homepage .section1.fix-opacity .green-block {
	height: auto;
    width: 45%;
    padding-left: 3%;
    padding: 20px 0 20px 3%;
    position: absolute;
    border: 0;
    bottom: 30px;

}

.page-template-homepage .section1.fix-opacity .green-block:before, .page-template-homepage .section1.fix-opacity .green-block:after {
	display: none;
}
@media only screen and (max-width: 1280px)  {
	.page-template-homepage .section1.fix-opacity .green-block  {
		width: 70%;
	}
}
@media only screen and (max-width: 1024px)  {
	.page-template-homepage .section1.fix-opacity .green-block  {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-homepage .section1 .container {
		overflow-x: hidden;
	}
	
	
}

@media only screen and (max-width: 1300px) {
	.section1 video {
		height: initial;
		width: 100%;
		margin-top: 40px;
	}

}

@media only screen and (max-width: 480px) {

.page-template-homepage .section1:before, .page-template-homepage .section1:after {
		display: none;
	}
	.page-template-homepage .section1.fix-opacity .container {
	padding: 0;
    margin: 0 15px;
	}
}


/* wam fix */

path {
  transition: all, 0.4s;
}
path.active {
  opacity: 0.6;
  cursor: pointer;
}
.contact-block .row {
  margin-bottom: 30px;
}

/* file uploader */

body .codedropz-upload-handler {
  border: 1px solid #333333;
  display: inline-block;
  border-radius: 30px;

}
body .codedropz-upload-container {
  padding: 15px 45px;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  color: #ffffff;
  font-size: 20px;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
  opacity: 0.6;
}
.codedropz-upload-inner h3,
.codedropz-upload-inner span,
.dnd-upload-counter{
  display: none;
}
.page-template-homepage .section6 > .container-fluid > .row > .col-lg-6.green input[type="submit"] {
  float: left;
}

.connect-ln {
  display: inline-flex;
  margin-top: 35px;
  color: #ffffff;
  align-items: center;
}
.connect-ln a {
  margin-left: 30px;
}
.page-template-company .sub-section .number-block1 {
  display: block;
  border: 1px solid #8cb73f;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
.page-template-company .sub-section  .number-block1 .big-text1 {
  font-size: 32px;
}
.page-template-company .sub-section  .number-block1 .small-text1 {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #8ab633;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}
.row.standart {
  display: flex;
  justify-content: flex-end;
  padding: 50px 0;
}

.section1 .right-side.background:after {
  display: none;
}
.page-template-service .section1 .green-block {
   margin: 0;
}
.page-template-service .section1 .green-block .img-block {
  width: auto;
  border: none;
  transform: rotate(0deg);
}
.page-template-service .section1 .green-block .img-block img {
  transform: rotate(0deg);
}
.btn {
  background-color: #8ab633;
  color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
.btn:hover {
  color: #ffffff;
  text-decoration: underline;
}
.page-template-service .section1 .right-side-block {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-service .section2  {
  padding: 100px 0 140px 0;
}
.page-template-service .section2 .text {
  padding: 50px 45px;
  border: 1px solid #D8D8D8;
  margin-bottom: 30px;
}
.page-template-service .section2 .text p {
  font-size: 20px;
  font-weight: 300;
}
.page-template-service .section2 a {

  font-size: 16px;
  color: #595D5F;
  text-decoration: underline;
  font-weight: 600;
}

.page-template-contacts .section3,
.page-template-career .section4{
  background: #8ab633;
}
.page-template-contacts form input[type="submit"] {
  width: 146px;
}

.visul {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.visul p {
  margin-left: 15px;
  font-size: 18px;
  transition: all, 0.4s;
  margin-bottom: 0;
  margin-top: 0;
  padding: 5px 10px;
}
.visul.active p{
  margin-left: 35px;
  background:  #95B43D;;
  color: #ffffff;

  padding: 5px 10px;
}
.visul .img-border {
  width: 30px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}



.header {
  background-color: #f9f9f9;
  height: 90px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: all 0.2s ease-out;
}
.header .logo {
  background-image: url('assets/images/hennordic-logo.svg');
  height: 66px;
  margin: 4px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header.scrolled .logo {
  background-image: url('assets/images/hennordic-logo.svg');
}


.header .header-menu {
  padding: 5px 0;
}
.page-template-service .section1 .right-side {
  background-position: center !important;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-3d {
  top: -150px;
  position: absolute;
  width: 117%;
}
/* slick */

.slider-test .background {
  height: 307px;
  position: relative;
}

.slider-test .background:before {
  content: '';
  position: absolute;
  bottom: -23px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 23px solid #8ab633;
}

/* responsive */

@media only screen and (max-width: 1680px) {
  .map-3d {
    right: -50px;
  }
}
@media only screen and (max-width: 1440px)  {
  .map-3d {
    top: initial;
  }
}
@media only screen and (max-width: 991px) {
  .section2 .col-lg-3 {
    columns: 2;
  }
  .flex-center {
    display: none;
  }
  .page-template-homepage .section2,
  .page-template-services .section2{
    padding: 50px 0;
  }
  .page-template-homepage .section5 img {
    max-width: 100% ;
    width: auto !important;
  }
  .page-template-service .section2 .text{
    margin-top: 20px !important;
  }
}


.page-template-services .section2 {
  padding: 125px 0px;
}

.play-video {
  background: #8ab6338c;
  height: 149px;
  width: 149px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
.play-video.hide {
  visibility: hidden;
}
.play-video img {

}

#tooltip {
  background: cornsilk;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
}


.enabled {
  fill: #21669E;
  cursor: pointer;
}

.description {
  pointer-events: none;
  position: fixed;
  font-size: 18px;
  text-align: center;
  background: #ffffff5c;
  padding: 20px 25px;
  z-index: 5;
  border-radius: 0px;
  line-height: 30px;
  margin: 0 auto;
  color: #58595b;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.description.active {
  display: block;
}
.description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff5c;
}

.end-date span{
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.end-date span img {
  margin-top: 5px;
}