body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
        overflow-x: hidden;
}

h1 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #212127;
  font-size: 34px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212127;
  font-size: 28px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212127;
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #919197;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #919197;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Kievitpro, sans-serif;
  color: #717177;
  font-size: 15px;
  line-height: 24px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 310px 10px 20px;
  border-left: 2px solid #fd0;
  font-family: Lora, sans-serif;
  color: #515157;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/5ab20edc4ccef607ad4863fe_shutterstock_755916481.jpg');
  background-position: 0px 0px;
  background-size: 1000px;
}

.banner.sub {
  height: 500px;
  background-color: #fff;
  background-image: url('../images/sub-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.shape-absolute {
  position: relative;
  left: 245px;
  top: -90px;
  display: block;
  overflow: hidden;
  width: 1000px;
  height: 1000px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  border-radius: 200px 200px 150px 400px;
  background-color: #fd0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation {
  position: fixed;
  z-index: 2000;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
    max-width: 100vw;
  height: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  max-width: 1200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.center {
  position: relative;
  top: 40%;
  margin-top: 60px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container.center.sub {
  top: 50%;
}

.container.center.in-home {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  margin-top: -99px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container.in-half-section {
  position: relative;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.row-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-right {
  display: block;
  text-align: right;
}

.link-block {
  display: none;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block.w--current {
  display: block;
  width: 100px;
  height: auto;
  margin-left: -35px;
  background-image: url('../images/icons-fundament-02.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hamburger-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 28px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.line-1 {
  width: 50%;
  height: 3px;
  border-radius: 2px;
  background-color: #eb3d25;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  color: #fff;
}

.line-2 {
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #eb3d25;
}

.line-3 {
  width: 50%;
  height: 3px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 2px;
  background-color: #eb3d25;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.hamburger-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-box-flex 300ms cubic-bezier(.25, .46, .45, .94), -webkit-flex 300ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-box-flex 300ms cubic-bezier(.25, .46, .45, .94), -webkit-flex 300ms cubic-bezier(.25, .46, .45, .94);
  transition: flex 300ms cubic-bezier(.25, .46, .45, .94);
  transition: flex 300ms cubic-bezier(.25, .46, .45, .94), -webkit-box-flex 300ms cubic-bezier(.25, .46, .45, .94), -webkit-flex 300ms cubic-bezier(.25, .46, .45, .94), -ms-flex 300ms cubic-bezier(.25, .46, .45, .94);
  cursor: pointer;
}

.image-background {
  position: relative;
  left: -9%;
  top: 127px;
  right: 0px;
  display: block;
  width: 110%;
  height: 110%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.background-video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: none;
}

.section {
  position: relative;
  padding: 120px 15px;
}

.section.gray {
  background-color: #f1f1f7;
}

.section.gray.project {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.gray.project.project-white {
  background-color: #fff;
}

.section.gray.overflow {
  padding-right: 10px;
  padding-left: 10px;
}

.section.gray.second {
  padding-bottom: 650px;
    padding-bottom: 150px;
}

.section.gray.in-project-page {
  padding-top: 200px;
  padding-bottom: 160px;
}

.section.gray.in-blog-page {
  padding-top: 200px;
  padding-bottom: 650px;
}

.section.overflow {
  overflow: hidden;
}

.section.image {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/AK5B6052.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.with-shadow {
  box-shadow: 0 -30px 50px -30px rgba(0, 0, 0, .1);
}

.section.with-shadow.no-padding {
  padding: 0px;
}

.section.with-shadow.second {
  padding-bottom: 150px;
}

.section.second {
  padding-bottom: 700px;
}

.section.roller {
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-wrapper {
  position: relative;
  height: 430px;
  box-shadow: 0 -20px 100px -30px rgba(0, 0, 0, .2);
}

.services-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding-right: 77px;
  padding-left: 77px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #05ab77;
  text-align: center;
}

.services-content._2 {
  background-color: #036c4b;
}

.services-content._3 {
  background-color: #035f42;
}

.services-content._4 {
  background-color: #024530;
}

.services-title {
  margin-bottom: 15px;
  font-family: Kievitpro, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.services-title.in-page {
  color: #fd0;
  font-size: 20px;
  line-height: 26px;
}

.services-title.in-page.second-title {
  color: #ffc200;
}

.services-title.in-page.fourth-title {
  color: #f90;
}

.services-title.in-page.third-title {
  color: #ffad00;
}

.services-icon {
  margin-bottom: 15px;
}

.paragraph-white {
  margin-bottom: 0px;
  font-family: Kievitpro, sans-serif;
  color: #fff;
}

.paragraph-white.in-footer {
  color: hsla(0, 0%, 100%, .8);
}

.top-title {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.top-title.big {
  margin-bottom: 120px;
}

.heading-line {
/*
  position: absolute;
    */
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 8px;
  background-color: #eb3d25;
  background-image: none;


}

.heading-line.whiter {
  background-image: -webkit-linear-gradient(270deg, #eb3d25, #eb3d25);
  background-image: linear-gradient(180deg, #eb3d25, #eb3d25);
}

.heading-line.thiner {
  height: 7px;
}

.heading-line.big {
  top: 50px;
  height: 8px;
  background-color: #eb3d25;
  background-image: none;
}

.top-margin {
  height: 100px;
  margin-top: 43px;
}

.top-margin.medium {
  margin-top: 50px;
  padding-bottom: 15px;
}

.less {
  margin-top: 20px;
}

.top-margin.big {
  margin-top: 120px;
}

.image-wrapper {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.heading {
  font-family: Kievitpro, sans-serif;
  color: #035f42;
}

.heading.smaller {
  color: #035f42;
  font-size: 20px;
  line-height: 20px;
    width: 100%;
/*    height: 50px;*/
}

.heading.in-blog {
  font-size: 20px;
  line-height: 28px;
}

.heading.top-big {
  font-family: Kievitpro, sans-serif;
  color: #035f42;
  font-size: 40px;
  line-height: 50px;
  text-transform: none;
}

.heading.heading-center {
  color: #035f42;
}

.signature-font {
  font-family: 'Peter jhons', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 70px;
}

.align-center {
  padding-top: 10px;
  padding-bottom: 21px;
  background-color: hsla(0, 0%, 100%, .54);
  text-align: center;
}

.image-about {
  width: 100%;
  margin-bottom: 10px;
  float: right;
}

.image-about._1 {
  border-top-left-radius: 100px;
}

.image-about._4 {
  border-bottom-right-radius: 100px;
}

.image-about._2 {
  border-top-right-radius: 100px;
}

.image-about._3 {
  border-bottom-left-radius: 100px;
}

.photo-wrapper {
  width: 50%;
  padding-right: 10px;
  float: left;
}

.line-half {
  position: absolute;
  right: 0px;
  bottom: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 50px;
  padding-right: 50px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #fd0;
  background-image: -webkit-linear-gradient(45deg, #035f42, #05ab77 99%);
  background-image: linear-gradient(45deg, #035f42, #05ab77 99%);
}

.since {
  position: relative;
  top: -1px;
  font-family: Kievitpro, sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: italic;
}

.square {
  position: absolute;
  right: 50px;
  bottom: 140px;
  display: none;
  width: 150px;
  height: 150px;
  border-radius: 30px;
  background-color: #ffad00;
  box-shadow: 4px 4px 50px -10px rgba(0, 0, 0, .15);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.square.second {
  left: -150px;
  right: auto;
  bottom: -400px;
  width: 600px;
  height: 600px;
  border-style: solid;
  border-width: 20px;
  border-color: rgba(255, 221, 0, .3);
  border-radius: 100px;
  background-color: transparent;
  box-shadow: none;
}

.square.third {
  left: 20px;
  top: 250px;
  right: auto;
  bottom: auto;
  width: 120px;
  height: 120px;
  background-image: -webkit-linear-gradient(45deg, #ff7092, #fd0);
  background-image: linear-gradient(45deg, #ff7092, #fd0);
  opacity: 0.6;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.square.third._1 {
  left: 200px;
  top: 150px;
  opacity: 1;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.square.third._1.other {
  left: 500px;
  top: auto;
  bottom: -40px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.square.third._2 {
  left: auto;
  top: auto;
  right: 50px;
  bottom: 200px;
  z-index: 5;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background-image: none;
  opacity: 0.8;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.square.third._3 {
  left: 50px;
  top: auto;
  bottom: 100px;
  z-index: 5;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #ff7092;
  background-image: none;
  opacity: 0.5;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.square.four {
  right: 700px;
  bottom: 200px;
  display: none;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background-color: #ffad00;
  box-shadow: 4px 4px 50px -10px rgba(0, 0, 0, .4);
}

.square.four.part-2 {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.square.second-square {
  bottom: 85px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.menu-wrapper {
  overflow-x: hidden;
    overflow-y: scroll;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 899;
  z-index: 1999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  position: relative;
  margin-bottom: 40px;
  text-decoration: none;
  text-align:center;
}

.nav-link.no-margin {
  margin-bottom: 0px;
}

.nav-title {
  font-family: Kievitpro, sans-serif;
  color: #035f42;
  font-size: 42px;
  line-height: 35px;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.social-wrapper.left {
  float: right;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #b2b2c0;
  background-image: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon.no-margin-social {
  margin-right: 0px;
}

.social-icon.darker {
  background-color: transparent;
}

.social-icon.darker:hover {
  opacity: 1;
}

.button {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 30px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #eb3d25, #eb3d25);
  background-image: linear-gradient(180deg, #eb3d25, #eb3d25);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Kievitpro, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .6);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.line {
  border-style: none;
  background-color: #eb3d25;
  background-image: none;
  box-shadow: none;
}

.button.line:hover {
  border: 1px none #000;
  box-shadow: none;
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.button.fullwidth {
  display: block;
}

.top-info {
  margin-bottom: 0px;
}

.bottom-info {
  position: absolute;
    /* position: relative; */
  left: 0px;
  right: 0px;
  bottom: 60px;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.heading-block {
  position: relative;
  display: inline-block;

}
.container.center.in-home .heading-block {

    max-width: 50%;
}
.heading-white {
  font-family: Kievitpro, sans-serif;
  color: #035f42;
  text-transform: none;
}

.paragraph-biger {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-biger.dark {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-family: Kievitpro, sans-serif;
  color: #404044;
  font-size: 20px;
}

.project-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.project-image {
  position: relative;
  overflow: hidden;
}

.project-content {
  padding: 45px;
}

.collection-list-wrapper {
  position: relative;
  z-index: 10;
}

.image {
  width: 100%;
}

.project-item {
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.project-percent {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-no-margin {
  margin-bottom: 0px;
  font-family: Kievitpro, sans-serif;
}

.project-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .53), rgba(72, 80, 74, .6));
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .53), rgba(72, 80, 74, .6));
}

.roller-image {
  position: relative;
  z-index: 1;
  max-width: 150%;
}

.roller-wrapper {
  position: relative;
}

.lightbox-link {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url('../images/play-arrow.svg'), -webkit-linear-gradient(45deg, #ff7092, #fd0);
  background-image: url('../images/play-arrow.svg'), linear-gradient(45deg, #ff7092, #fd0);
  background-position: 52% 50%, 0px 0px;
  background-size: 15px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 20px 0 50px -20px rgba(0, 0, 0, .3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.lightbox-link:hover {
  background-image: url('../images/play-arrow.svg'), -webkit-linear-gradient(45deg, #fd0, #fd0);
  background-image: url('../images/play-arrow.svg'), linear-gradient(45deg, #fd0, #fd0);
  background-position: 52% 50%, 0px 0px;
  background-size: 15px, auto;
  background-repeat: no-repeat, repeat;
}

.image-display-none {
  display: none;
}

.team-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  background-image: url('../images/f-santeh.jpg');
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;


  width: 100%;
  height: 200px;

    cursor: pointer;

  background-repeat: no-repeat;
}
/*

.team-wrapper._111 {
  bottom: -1px;
  padding-right: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/1.svg');
  background-repeat: no-repeat;
}

.team-wrapper._222 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/2.svg');
  background-repeat: no-repeat;
}

.team-wrapper._333 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/3.svg');
  background-repeat: no-repeat;
}

.team-wrapper._444 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/4.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-wrapper._555 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/5.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-wrapper._666 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/6.svg');
  background-repeat: no-repeat;
}

.team-wrapper._777 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/7.svg');
  background-repeat: no-repeat;
}

.team-wrapper._888 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/8.svg');
  background-repeat: no-repeat;
}

.team-wrapper._999 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/9.svg');
  background-repeat: no-repeat;
}

.team-wrapper._101010 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/10.svg');
  background-repeat: no-repeat;
}

.team-wrapper._111111 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/11.svg');
  background-repeat: no-repeat;
}
*/

/*
.member-photo {
  width: 100%;
  height: 200px;
  margin-right: 25px;
    cursor: pointer;
}
*/


.team-expander {
  position: relative;
  max-width: 200px;
  margin: 0px 10px 10px;
  -webkit-perspective: 1800px;
  perspective: 1800px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.team-content {
  position: relative;
  overflow: hidden;
  height: 0px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1800px) rotateX(-100deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(1800px) rotateX(-100deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;

    width: 260px;
     left: 50%;
    margin-left: -130px;
}

.team-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-space.other {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-social {
  display: none;
  height: 0px;
  background-image: -webkit-linear-gradient(45deg, #ff7092, #fd0);
  background-image: linear-gradient(45deg, #ff7092, #fd0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1800px) rotateX(-100deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(1800px) rotateX(-100deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.circle-plus {
/*
  position: absolute;
  top: -17.5px;
  right: 17.5px;
  width: 35px;
  height: 35px;
  border-radius: 40px;
  background-color: #fd0;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;

*/
    display: none;
}

.text-block {
  position: absolute;
  top: 163px;
  right: -50px;
  display: inline-block;
  -webkit-transform: rotate(90deg) translate(0px, -50%);
  -ms-transform: rotate(90deg) translate(0px, -50%);
  transform: rotate(90deg) translate(0px, -50%);
  color: #c5c5ca;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link {
  margin-right: 5px;
  font-family: Kievitpro, sans-serif;
  color: #919197;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.margin-page {
  margin-top: 0px;
}

.client-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.client-wrapper.longer {
  position: absolute;
  top: 0px;
  right: -90px;
  bottom: 0px;
  z-index: 1;
  width: 2000px;
  max-height: 100%;
  max-width: none;
  box-shadow: 14px 14px 50px -20px rgba(0, 0, 0, .1);
}

.div-block {
  position: relative;
}

.client-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.half-section {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 45%;
  height: 100%;
  float: left;
}

.half-section.full {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 55%;
  background-image: url('../images/AK5B7540.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-flex {
  position: relative;
  display: block;
  overflow: hidden;
  height: 700px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  display: none;
}

.mask {
  overflow: visible;
}

.slide-nav {
  position: relative;
  margin-top: 40px;
  font-size: 10px;
  text-align: center;
}

.slider {
  background-color: transparent;
}

.testi-wrapper {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .15);
  text-align: center;
}

.quote-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fd0;
  border-radius: 100%;
  background-image: url('../images/icons-fundament-04.svg');
  background-position: 50% 50%;
  background-size: 142px;
}

.quote-paragraph {
  font-family: Kievitpro, sans-serif;
  color: #9c9ca5;
  font-size: 17px;
}

.blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.blog-wrapper:hover {
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .4);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.blog-wrapper.in-blog-page {
  margin-bottom: 30px;
}

.blog-image {
  position: relative;
  width: 40%;
    height: 300px;
  margin-right: 30px;
  background-color: #5c5c5c;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-content {
    /* height: 300px; */
  margin-right: 30px;
    padding-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.meta-tag {
  position: absolute;
  left: 0px;
  top: 0px;
}

.meta-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(45deg, #ff7092, #fd0);
  background-image: linear-gradient(45deg, #ff7092, #fd0);
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.meta-month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #9d9da5;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-wrapper {
  position: relative;
  z-index: 20;
  display: block;
  overflow: hidden;
  width: 900px;
  height: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 300px 200px 250px 350px;
  background-image: url('../images/AK5B5675.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.form-normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.footer {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 300px 50px 80px;
  border-top-left-radius: 100px;
  border-top-right-radius: 500px;
  background-color: #313137;
  background-image: -webkit-linear-gradient(45deg, #035f42, #024530), url('../images/footer.jpg');
  background-image: linear-gradient(45deg, #035f42, #024530), url('../images/footer.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.form-content {
  width: 550px;
  height: 700px;
  max-width: 700px;
  padding-top: 30px;
  padding-bottom: 0px;
  border-radius: 30px;
  background-color: hsla(0, 0%, 97%, .5);
  text-align: center;
}

.section-form {
  position: relative;
  margin-top: -500px;
  margin-top: 0;
}

.form-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.field-label {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #035f42;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field {
  height: 45px;
  margin-bottom: 25px;
  border-style: none none solid;
  border-width: 1px;
  border-bottom-color: #285d44;
  background-color: transparent;
  font-family: Kievitpro, sans-serif;
  color: #035f42;
  font-size: 20px;
  text-align: center;
}

.text-field:hover {
  border-style: solid;
  border-color: #285d44;
/*  color: transparent;*/
}

.text-field:focus {
  border-bottom-color: #fff;
/*  color: transparent;*/
}

.text-field::-webkit-input-placeholder {
  color: #285d44;
  font-size: 15px;
}

.text-field:-ms-input-placeholder {
  color: #285d44;
  font-size: 15px;
}

.text-field::placeholder {
  color: #285d44;
  font-size: 15px;
}

.text-field.area {
  height: auto;
  padding-top: 12px;
  padding-bottom: 30px;
}

.text-field.area::-webkit-input-placeholder {
  color: #285d44;
}

.text-field.area:-ms-input-placeholder {
  color: #285d44;
}

.text-field.area::placeholder {
  color: #285d44;
}

.text-field.dark-field {
  border-bottom-color: #e1e1e1;
  color: #515157;
}

.text-field.dark-field::-webkit-input-placeholder {
  color: #919197;
}

.text-field.dark-field:-ms-input-placeholder {
  color: #919197;
}

.text-field.dark-field::placeholder {
  color: #919197;
}

.footer-title {
  width: 70%;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  font-family: Kievitpro, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-title.in-project-pages {
  width: 100%;
  border-bottom-color: #e1e1e1;
  color: #919197;
}

.copyright-wrapper {
  padding-top: 25px;
  border-top: 1px solid hsla(0, 0%, 100%, .2);
}

.column {
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
}

.copyright {
  margin-bottom: 0px;
  font-family: Kievitpro, sans-serif;
  color: #bbb;
}

.success-message {
  background-color: #00a72f;
  color: #fff;
}

.error-message {
  margin-top: 15px;
  background-color: #ff2c5e;
  color: #fff;
}

.copy-link {
  display: inline-block;
  color: #ebebeb;
  text-decoration: underline;
}

.copy-link.dark-link {
  color: #b1b1b1;
}

.services-wrapper-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px 200px 150px 250px;
  background-color: #035f42;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.services-wrapper-big.second-serv {
  background-color: #ffc200;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.services-wrapper-big.third-serv {
  background-color: #ffad00;
}

.services-wrapper-big.fourth-serv {
  background-color: #f90;
}

.services-wrapper-big.small {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.services-image {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.bottom-margin {
  margin-bottom: 30px;
}

.project-photo {
  position: relative;
  display: block;
  overflow: hidden;
  width: 700px;
  height: 700px;
  margin-right: auto;
  border-radius: 300px 200px 250px 350px;
  background-color: #f1f1f7;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, .5);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.project-photo-overlay {
  position: relative;
  top: -40px;
  width: 770px;
  height: 770px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.white-color {
  padding: 10px 15px;
  border-right: 1px solid #ededed;
  background-color: #fff;
  text-align: right;
}

.white-color.grayer {
  background-color: #f7f7f7;
}

.white-color.second-color {
  border-right-style: none;
  text-align: left;
}

.block-shadow {
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .15);
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-wrapper-page {
  padding: 100px;
  background-color: #fff;
}

.navigation-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-line-second {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 8px;
  background-color: #eb3d25;
}

.button-wrapper {
  padding: 40px;
  background-color: #f1f1f7;
  text-align: center;
}

.button-wrapper.gradient {
  background-image: -webkit-linear-gradient(45deg, #ff7092, #fd0);
  background-image: linear-gradient(45deg, #ff7092, #fd0);
}

.button-wrapper.white {
  background-color: #fff;
}

.paragraph-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.figure {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.background-video {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  text-align: center;
}

.menu_text {
  font-size: 17px;
  text-decoration: underline;
}

.knopka {
  text-align: center;
}

.row-2 {
  display: none;
}

.navigation_top {
  display: block;
  height: 3vh;
  background-color: #404040;
}

.div_top_nav {
  width: 20%;
  height: 100%;
  padding-top: 1px;
  float: left;
  border-style: none;
  border-right-width: 1px;
  border-right-color: hsla(0, 0%, 100%, .49);
  text-align: center;
}

.nav_link_top {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Kievitpro, sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav_link_top:hover {
  text-decoration: underline;
}

.div_lang {
  display: block;
  width: 20%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  float: right;
  text-align: center;
}

.link_lang {
  font-family: Kievitpro, sans-serif;
  color: #fff;
  text-decoration: none;
}

.slider_top {
  height: 100%;
}

.slide {
  background-image: url('../images/AK5B6465.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/AK5B5295.jpg');
  background-position: 32% 28px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/AK5B6126.jpg');
  background-position: 50% 12%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/AK5B5827.jpg');
  background-position: 85% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/AK5B5650.jpg');
  background-position: 50% 9%;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/AK5B5611.jpg');
  background-position: 50% 11%;
  background-size: contain;
}

.slide-7 {
  background-image: url('../images/AK5B5459.jpg');
  background-position: 50% 9%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph {
  font-family: Kievitpro, sans-serif;
  font-size: 18px;
}

.paragraph-2 {
  font-family: Kievitpro, sans-serif;
  font-size: 18px;
}

.paragraph-3 {
  font-family: Kievitpro, sans-serif;
}

.text-block-2 {
  font-family: Kievitpro, sans-serif;
}

.slider-2 {
  width: 30vh;
  height: 200px;
  margin-top: 1px;
  margin-left: 71px;
  background-color: transparent;
}

.slidecon {
  background-position: 50% 50%;
  background-size: 142px;
  background-repeat: no-repeat;
}

.noarrow {
  display: none;
}

.nonavslider {
  display: none;
}


.image-3 {
  display: inline-block;
}

.link_logo {
  margin-left: 22px;
}

html.w-mod-js *[data-ix="line-first-app"] {
  width: 0%;
}

html.w-mod-js *[data-ix="preloader"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html.w-mod-js *[data-ix="menu-wrapper-first-app"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="menu-content-first-app"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25%);
  -ms-transform: translate(0px, 25%);
  transform: translate(0px, 25%);
}

html.w-mod-js *[data-ix="info-content-first-app"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="project-image-first-app"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="project-overlay-first-app"] {
  opacity: 0;
}

.hexagons {
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
        max-width: 1219px;
     margin: 0 auto;
}
.hexagon {

      display: inline-block;
    width: 200px;

    margin-top: -40px;
}

@media (max-width: 1219px) and (min-width: 1020px) {
    .hexagons {
        max-width: 998px;
    }
    .hexagon {
     height: 180px;
    }
    .hexagons .hexagon:nth-child(5),
    .hexagons .hexagon:nth-child(12),
    .hexagons .hexagon:nth-child(19) {
      margin: -40px 0 0 100px;
    }
    .hexagons .hexagon:nth-child(7n) {
      margin: -40px 100px 0 0 ;
    }
}

@media (max-width: 1019px) and (min-width: 820px) {
    .hexagon {
     height: 180px;
    }
    .hexagons .hexagon:nth-child(5),
    .hexagons .hexagon:nth-child(12),
    .hexagons .hexagon:nth-child(19) {
      margin: -40px 0 0 100px;
    }
    .hexagons .hexagon:nth-child(7n) {
      margin: -40px 100px 0 0 ;
    }

}
@media (max-width: 819px) and (min-width: 620px) {

    .hexagons {
        max-width: 820px;
        }
    .hexagons .hexagon:nth-child(4),
    .hexagons .hexagon:nth-child(9),
    .hexagons .hexagon:nth-child(14),
    .hexagons .hexagon:nth-child(19) {
      margin: -40px 0 0 100px;
    }
    .hexagons .hexagon:nth-child(5n) {
      margin: -40px 100px 0 0 ;
    }
}
@media (max-width: 619px) and (min-width: 420px) {
    .hexagons .hexagon:nth-child(3n) {
      margin: -40px 100px 0;
    }
}

    .hexagons .hexagon:nth-child(1) {
        margin: -40px 0 0 0;
    }



@media (max-width: 1220px) {
    .heading.smaller {
        margin-bottom: 0;
    }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .shape-absolute {
    width: 900px;
    height: 900px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .shape-absolute {
    width: 700px;
    height: 700px;
  }
}
@media (max-width: 991px) {
  h1 {
    line-height: 50px;
  }
  blockquote {
    padding-right: 20px;
  }
  .banner {
    height: 800px;
  }
  .banner.sub {
    height: 300px;
  }
  .shape-absolute {
    width: 700px;
    height: 700px;
  }
  .container.center.in-home {
    width: 90%;
  }
  .container.center.navi {
    top: 50%;
  }
  .container.in-half-section {
    top: 0%;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .row-flex {
    display: block;
  }
  .link-block {
    margin-left: 20px;
  }
  .hamburger-icon {
    margin-right: 20px;
  }
  .image-background {
    background-position: 100% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.gray.second {
    padding-bottom: 80px;
  }
  .section.gray.in-blog-page {
    padding-bottom: 80px;
  }
  .section.image {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section.with-shadow.second {
    padding-bottom: 80px;
  }
  .services-content {
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .top-title.big {
    margin-bottom: 60px;
  }
  .heading-line {
    /* display: none; */
  }
  .top-margin.medium.in-team {
    margin-top: 0px;
  }
  .heading.top-big {
    font-size: 50px;
    line-height: 60px;
  }
  .photo-wrapper {
    margin-top: 30px;
  }
  .line-half {
    bottom: 20%;
  }
  .square {
    right: -20px;
  }
  .square.second {
    bottom: -395px;
  }
  .square.third {
    left: 20px;
    display: none;
  }
  .square.four {
    top: 150px;
    display: none;
  }
  .nav-link {
    margin-bottom: 30px;
  }
  .nav-link.no-margin {
    margin-bottom: 20px;
  }
  .info-content {
    display: none;
  }
  .project-content {
    padding: 25px 15px;
  }
  .project-item {
    width: 50%;
  }
  .project-percent {
    width: 80%;
  }
  .roller-image {
    width: 100%;
  }
  .team-expander {
    display: block;
    width: 80%;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .text-block {
    display: none;
  }
  .utility-page-wrap {
    height: 800px;
  }
  .link-wrapper.make-center-in-device {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .client-wrapper {
    display: inline-block;
    height: auto;
    border-radius: 0px;
/*    background-color: transparent;*/
  }
  .client-wrapper.longer {
/*    display: none;*/
  }
  .client-logo {
      padding: 0 15px;
    width: 33.333%;
    height: 120px;
    float: left;
  }
  .half-section {
    display: none;
  }
  .half-section.full {
    width: 50%;
  }
  .section-flex {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
  }
  .row {
    display: block;
    width: auto;
    max-width: auto;
  }
  .slide-nav {
    display: none;
  }
  .slider {
    height: auto;
  }
  .testi-wrapper {
    width: 90%;
    border: 1px solid #ededed;
  }
  .blog-wrapper.in-blog-page {
    margin-bottom: 0px;
  }
  .form-wrapper {
    width: auto;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .form-normal {
    width: auto;
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .footer {
    max-width: auto;
    padding: 40px 20px;
    border-radius: 0px;
  }
  .form-content {
    width: auto;
    max-width: auto;
  }
  .section-form {
    margin-top: 0px;
  }
  .form-block {
    width: 100%;
  }
  .services-wrapper-big {
    width: 400px;
    height: 400px;
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .project-photo {
    display: block;
    width: 100%;
    height: 600px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    border-radius: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .project-photo-overlay {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .blog-wrapper-page {
    padding: 35px;
  }
  .bottom-margin-device {
    margin-bottom: 69px;
  }
  .blog-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .center-device {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .banner {
    height: 700px;
  }
  .shape-absolute {
    left: 156px;
    top: -20px;
    display: none;
    width: 500px;
    height: 500px;
    border-radius: 100px 100px 50px 200px;
  }
  .align-right.make-center-and-margin {
    margin-top: 20px;
    text-align: center;
  }
  .link-block {
    margin-left: 10px;
  }
  .hamburger-icon {
    margin-right: 10px;
  }
  .image-background {
    background-position: 100% 50%;
    background-attachment: scroll;
  }
  .services-wrapper {
    height: 380px;
  }
  .heading.heading-center {
    text-align: center;
  }
  .line-half {
    display: none;
  }
  .square {
    bottom: 53px;
    display: none;
  }
  .square.four {
    display: none;
  }
  .square.four.part-2 {
    left: 10px;
  }
  .square.second-square {
    bottom: 264px;
  }
  .social-wrapper.left.in-footer {
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading-block.in-last-device {
    display: block;
  }
  .project-item {
    width: 100%;
  }
  .team-expander {
    width: 100%;
  }
  .testi-wrapper {
    margin-bottom: 20px;
  }
  .blog-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-image {
    width: 100%;
    height: 400px;
    margin-right: 0px;
  }
  .blog-content {
    margin-right: 0px;
    padding: 30px;
  }
  .copyright {
    text-align: center;
  }
  .services-wrapper-big.small {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .services-image {
    width: 50px;
  }
  .project-photo {
    height: 400px;
  }
  .white-color {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }
  .margin-device {
    margin-top: 50px;
  }
  .social-in-footer {
    margin-top: 20px;
  }
  .button-wrapper {
    margin-bottom: 15px;
  }
  .paragraph-wrapper {
    width: 100%;
  }
  .rich-text-wrapper {
    width: 100%;
  }
  .figure {
    width: 100%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner {
    height: 600px;
  }
  .shape-absolute {
    left: 287px;
  }
  .container {
    margin-top: -9px;
  }
  .container.center.in-home {
    margin-top: -93px;
  }
  .link-block {
    margin-left: 5px;
  }
  .hamburger-icon {
    margin-right: 5px;
  }
  .section.gray.project {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.gray.in-project-page {
    padding-top: 160px;
  }
  .services-content {
    width: 100%;
  }
  .heading {
    line-height: 30px;
  }
  .heading.top-big {
    display: inline-block;
    font-size: 25px;
    line-height: 40px;
  }
  .image-about._1 {
    border-top-left-radius: 50px;
  }
  .image-about._4 {
    border-bottom-right-radius: 50px;
  }
  .image-about._2 {
    border-top-right-radius: 50px;
  }
  .image-about._3 {
    border-bottom-left-radius: 50px;
  }
  .square {
    right: -48px;
  }
  .square.second {
    display: none;
  }
  .square.third {
    top: 484px;
  }
  .square.third._1.other {
    left: 250px;
  }
  .square.four {
    left: -38px;
  }
  .square.second-square {
    display: none;
  }
  .nav-link {
    margin-bottom: 15px;
  }
  .nav-title {
    font-size: 24px;
    line-height: 40px;
  }
    .container.center.in-home .heading-block,
  .heading-block {
    display: block;
      max-width: 100%;
  }
  .paragraph-biger.dark {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 18px;

  }
  .roller-image {
    max-width: none;
  }
  .team-wrapper {
    padding-right: 0px;
  }
  .utility-page-content {
    width: 300px;
  }
  .margin-page {
    margin-top: 60px;
  }
  .client-logo {
    width: 70%;
    float: none;
    clear: both;
    margin: 0 auto;
  }
  .testi-wrapper {
    width: 100%;
  }
  .blog-image {
    height: 200px;
  }
  .form-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .services-wrapper-big {
    width: 220px;
    height: 220px;
  }
  .blog-wrapper-page {
    padding: 30px 12px;
  }
  .blog-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-4 {
    margin-left: 120px;
  }
}

@font-face {
  font-family: 'Peter jhons';
  src: url('../fonts/Peter-Jhons.ttf') format('truetype'), url('../fonts/Peter-Jhons.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kievitpro';
  src: url('../fonts/KievitPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
