body {
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 39px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}

.all {
  margin-top: 107px;
}

.all.subpage {
  margin-top: 0px;
}

.section-content {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-content.home-about-h {
  height: 3000px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-content.padding-off {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-content.last {
  position: relative;
  overflow: hidden;
}

.section-content.contact {
  z-index: 2;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: linear-gradient(125deg, rgba(30, 131, 175, 0.75), rgba(94, 173, 193, 0.75));
}

.section-content.down-padding-off {
  padding-top: 120px;
  padding-bottom: 0px;
}

.section-content.down-padding-off.overflow-hidden {
  overflow: hidden;
}

.section-content.overflow-hidden {
  overflow: hidden;
}

.section-content.top-padding-off {
  padding-top: 0px;
  padding-bottom: 120px;
  -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;
}

.section-content.top-padding-off.overflow-hidden {
  overflow: hidden;
}

.bg-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 100%;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bg-line-b {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bg-line {
  width: 1px;
  height: 100%;
  background-color: hsla(0, 0%, 84.7%, 0.5);
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
}

.header-container {
  position: relative;
  max-width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.header-logo {
  width: 180px;
  margin-top: 10px;
}

.header-logo-img {
  width: 100%;
}

.nav-menu {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: hsla(0, 0%, 100%, 0);
  text-transform: uppercase;
}

.nav-link {
  margin: 13px 5px;
  padding: 7px 10px;
  float: left;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(108, 183, 21, 0);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.nav-link:hover {
  border-color: rgba(108, 183, 21, 0.5);
}

.nav-link.w--current {
  border-color: rgba(108, 183, 21, 0.5);
  color: #000;
}

.nav-link.language {
  border-color: #dcdcdc;
}

.nav-link.language:hover {
  border-color: rgba(108, 183, 21, 0.5);
}

.container {
  width: 100%;
  max-width: 100%;
  padding-right: 90px;
  padding-left: 90px;
}

.container.home-about {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.container.overflow-hidden {
  overflow: hidden;
}

.container.contact {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.container.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

.container.center {
  text-align: center;
}

.home-slogan-block {
  display: inline-block;
  margin-top: 112px;
  margin-bottom: 112px;
  text-align: right;
}

.letter-spacing-2px {
  letter-spacing: 2px;
}

.home-banner-img {
  padding-top: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-img.home-banner01 {
  background-image: url('../images/home-banner2x.jpg');
}

.home-banner-slide {
  overflow: hidden;
}

.home-banner-img-mask {
  overflow: hidden;
}

.home-banner-txt-blcok {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 90px;
  margin-left: 90px;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hide {
  display: none;
}

.home-banner-slider {
  height: auto;
  mix-blend-mode: multiply;
}

.home-banner-txt {
  width: 33.33%;
}

.home-page-about-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 120px;
}

.about-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.33%;
  max-height: 100vh;
  min-height: 290px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.about-container-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  background-color: rgba(226, 247, 255, 0.5);
}

.about-container-bg.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.about-container-bg.white {
  background-color: rgba(255, 255, 255, 0.5);
}

.header-bottom-margin-20 {
  margin-bottom: 20px;
}

.about-container-txt-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 40%;
  padding-right: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-container-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 60%;
  padding-bottom: 0px;
  -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;
}

.about-container-sub-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8.33%;
  min-height: 290px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid #fff;
  background-color: rgba(38, 168, 223, 0.15);
  font-size: 18px;
}

.home-about-number-line {
  width: 1px;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #b4b4b4;
}

.home-about-number-03 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #b4b4b4;
}

.button-block {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-radius: 25px 2px;
  background-color: #6cb715;
  box-shadow: 0 0 14px 0 rgba(108, 183, 21, 0.3);
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.button-block:hover {
  background-color: #4b8804;
}

.button-block.bottom-margin-off {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  float: left;
}

.button-block.top-margin-off {
  margin-top: 0px;
  margin-bottom: 40px;
}

.button-block.home-products {
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
}

.button-block.home-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
}

.button-arrow-block {
  margin: 5px 5px 5px 25px;
  float: right;
  border-radius: 20px 2px;
  background-color: #cef1a7;
}

.button-txt {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  float: left;
}

.home-about-number-01 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #b4b4b4;
}

.home-about-number-02 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #b4b4b4;
}

.about-container-image-01 {
  position: relative;
  width: 100%;
  max-height: 100%;
}

.about-container-image-02 {
  max-height: 100%;
  opacity: 0;
}

.about-container-image-03 {
  position: absolute;
  max-height: 100%;
  opacity: 0;
}

.about-container-txt-01 {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-container-txt-02 {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.about-container-txt-03 {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.title-and-button-block {
  -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;
}

.float-left {
  float: left;
}

.home-products-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-right: -90px;
  margin-left: 0px;
  padding-top: 40px;
}

.home-products-col {
  padding-right: 40px;
}

.home-products-image-block {
  position: relative;
  overflow: hidden;
  width: 250px;
  margin-bottom: 10px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.home-products-image-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.products-sub-title {
  color: #656565;
  font-size: 14px;
}

.home-projects-col {
  padding-right: 40px;
}

.home-projects-image-block {
  position: relative;
  overflow: hidden;
  width: 460px;
  margin-bottom: 10px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  opacity: 1;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.home-projects-image-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.home-projects-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-right: -90px;
  padding-top: 40px;
}

.home-partners-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.title-block-left {
  width: 33.33%;
}

.home-partners-content-block {
  position: relative;
  width: 66.66%;
  margin-left: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0px;
}

.partners--container-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  margin-left: -70px;
  background-color: rgba(226, 247, 255, 0.5);
}

.home-partners-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -20px 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-partners-image-block {
  width: 50%;
  padding: 20px 0px;
}

.home-partners-image-block.multiply {
  mix-blend-mode: multiply;
}

.last-section-wave-bg-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
}

.last-section-wave-bg-block.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 200px;
}

.wave-bg-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 150vw;
  height: 100%;
  background-image: url('../images/bg-wave-01.svg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 0.6;
}

.wave-bg-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 150vw;
  background-image: url('../images/bg-wave-02.svg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 0.6;
}

.wave-bg-03 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 150vw;
  background-image: url('../images/bg-wave-03.svg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 0.6;
}

.home-products-image-fills {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  background-color: #dff3ff;
  opacity: 1;
  -webkit-transition: background-color 800ms ease, opacity 800ms ease;
  transition: background-color 800ms ease, opacity 800ms ease;
  mix-blend-mode: color;
}

.home-products-image-fills:hover {
  background-color: rgba(223, 243, 255, 0);
}

.home-projects-image-fills {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #dff3ff;
  opacity: 1;
  -webkit-transition: background-color 800ms ease, opacity 800ms ease;
  transition: background-color 800ms ease, opacity 800ms ease;
  mix-blend-mode: color;
}

.home-projects-image-fills:hover {
  background-color: rgba(223, 243, 255, 0);
}

.text-mask-block {
  overflow: hidden;
}

.contact-txt-block {
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.contact-logo-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 35%;
  margin-right: 90px;
  opacity: 0.13;
}

.txt-float-left {
  float: left;
}

.txt-float-right {
  float: right;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer {
  background-color: #1a374b;
}

.about-container-info-block-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0.9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 0;
}

.about-container-info-block-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.about-container-info-block-03 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0.9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 0;
}

.full-image {
  position: relative;
}

.sub-banner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  padding-top: 100px;
  -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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  opacity: 0.8;
  text-align: center;
  letter-spacing: 2px;
  mix-blend-mode: multiply;
}

.sub-banner-block.about-us {
  background-image: url('../images/about-cub-banner2x.jpg');
}

.sub-banner-block.products {
  background-image: url('../images/products-banner2x.jpg');
}

.sub-banner-block.projects {
  background-image: url('../images/projects-banner2x.jpg');
}

.sub-banner-block.partners {
  background-image: url('../images/projects-banner2x_1.jpg');
}

.sub-banner-block.contact {
  background-image: url('../images/contact-banner2x.jpg');
}

.about-us-row-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-us-row-block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-us-col-txt-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41.66%;
  padding-right: 40px;
  -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;
}

.about-us-col-txt-block.reverse {
  padding-right: 0%;
  padding-left: 8.33%;
}

.about-us-col-image-block {
  position: relative;
  z-index: 1;
  width: 58.33%;
  padding: 40px;
}

.products-us-row-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.products-us-row-block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.products-col-image-block {
  position: relative;
  z-index: 1;
  width: 83.33%;
  padding: 80px 0px 40px 40px;
}

.products-col-sub-bar-block {
  width: 16.66%;
}

.projects-row-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projects-col-block {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.projects-image-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  opacity: 1;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.projects-image-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.projects-container-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-right: -90px;
  background-color: #fff;
}

.projects-container-bg.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.projects-container-bg.white {
  background-color: rgba(255, 255, 255, 0.5);
}

.products-col-sub-bar {
  width: 50%;
  height: 100%;
  margin-right: 2px;
  padding-top: 80px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: hsla(0, 0%, 100%, 0.8);
}

.products-sub-bar-text {
  margin-bottom: 100px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate(0px, 40px) rotate(90deg);
  -ms-transform: translate(0px, 40px) rotate(90deg);
  transform: translate(0px, 40px) rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-transform: uppercase;
}

.products-sub-bar-text.cn {
  margin-bottom: 40px;
  -webkit-transform: translate(0px, 7px) rotate(90deg);
  -ms-transform: translate(0px, 7px) rotate(90deg);
  transform: translate(0px, 7px) rotate(90deg);
}

.sub-bar-block {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.products-row-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products-container-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-right: -90px;
  background-color: #fff;
}

.products-container-bg.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.products-container-bg.white {
  background-color: rgba(255, 255, 255, 0.5);
}

.products-col-block {
  width: 50%;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.projects-image-fills {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #dff3ff;
  opacity: 1;
  -webkit-transition: background-color 800ms ease, opacity 800ms ease;
  transition: background-color 800ms ease, opacity 800ms ease;
  mix-blend-mode: color;
}

.projects-image-fills:hover {
  background-color: rgba(223, 243, 255, 0);
}

.partners-mian-block {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.partners-block {
  width: 83.33%;
  padding: 80px 8.33% 120px;
  background-color: #fff;
}

.partners-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.partners-text-block {
  width: 55%;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.partners-image-block {
  width: 35%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b4b4b4;
}

.partners-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-line {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #979797;
}

.logo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #d8d8d8;
}

.logo-col {
  width: 25%;
  border-left: 1px solid #d8d8d8;
}

.contact-info-block {
  margin-top: -80px;
  padding-right: 8.33%;
  padding-left: 8.33%;
  -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;
  text-align: left;
}

.contact-block {
  width: 100%;
  padding: 40px 8.33% 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: linear-gradient(150deg, #359bc8, #85cadc);
}

.contact-logo {
  width: 190px;
  margin-bottom: 20px;
}

.contact-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-info-col {
  width: 50%;
  color: #fff;
  line-height: 24px;
}

.link {
  -webkit-transition: color 800ms ease;
  transition: color 800ms ease;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #2b388f;
}

.map-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  height: 20%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.map-block {
  position: relative;
  width: 100%;
  min-height: 480px;
  background-image: url('../images/map2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-logo-image {
  width: 100%;
}

html.w-mod-js *[data-ix="wave-move-01"] {
  -webkit-transform: translate(-50vw, 0px);
  -ms-transform: translate(-50vw, 0px);
  transform: translate(-50vw, 0px);
}

html.w-mod-js *[data-ix="wave-move-03"] {
  -webkit-transform: translate(-50vw, 0px);
  -ms-transform: translate(-50vw, 0px);
  transform: translate(-50vw, 0px);
}

html.w-mod-js *[data-ix="mask-text-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 120%);
  -ms-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
}

html.w-mod-js *[data-ix="showing-form-down-and-opacity"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="op-0to100"] {
  opacity: 0;
}

@media screen and (min-width: 1440px) {
  .section-content {
    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;
  }

  .section-content.home-about-h {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-content.contact {
    z-index: 2;
  }

  .bg-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bg-line-b {
    width: 100%;
    max-width: 1440px;
  }

  .container {
    max-width: 1440px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.home-about {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    max-width: 100%;
  }

  .container.overflow-hidden {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.contact {
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }

  .container.footer {
    position: relative;
    left: 50%;
    max-width: 1440px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .container.center {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-banner-txt-blcok {
    left: 50%;
    width: 100%;
    max-width: 1440px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .about-container {
    -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;
  }

  .home-products-block {
    margin-right: 0px;
  }

  .contact-logo-block {
    margin-right: 0px;
  }

  .footer {
    max-width: 100vw;
    -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;
  }

  ._1440up-sticky {
    position: relative;
    left: 50%;
    width: 100%;
    max-width: 1440px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .about-container-info-block-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .full-image {
    width: 100%;
  }

  .products-col-image-block {
    padding-right: 40px;
  }

  .projects-container-bg {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 100vw;
    margin-right: 0px;
  }

  .products-container-bg {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 100vw;
    margin-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .all {
    margin-top: 70px;
  }

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

  .section-content.down-padding-off {
    padding-top: 60px;
  }

  .section-content.top-padding-off {
    padding-top: 60px;
  }

  .bg-container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .header {
    z-index: 9999;
  }

  .header-container {
    position: relative;
    z-index: 9999;
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .header-logo {
    z-index: 9999;
    width: 100px;
    margin-top: 0px;
  }

  .header-logo-img {
    padding-bottom: 10px;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 70px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }

  .nav-link {
    left: 50%;
    width: auto;
    float: left;
    clear: left;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    text-align: center;
  }

  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .container.contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-slogan-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .home-banner-txt-blcok {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 30px;
  }

  .home-banner-slider {
    background-color: transparent;
  }

  .home-banner-txt {
    width: 50%;
  }

  .home-page-about-block {
    padding-top: 60px;
  }

  .home-products-block {
    margin-right: -6%;
  }

  .home-products-image-block {
    width: 150px;
  }

  .home-projects-image-block {
    width: 350px;
  }

  .home-projects-block {
    margin-right: -6%;
  }

  .contact-logo-block {
    width: 45%;
    margin-right: 5%;
  }

  .full-image {
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .sub-banner-block {
    height: 360px;
    padding-top: 70px;
  }

  .sub-banner-block.about-us {
    height: 360px;
    padding-top: 70px;
  }

  .sub-banner-block.products {
    height: 360px;
    padding-top: 70px;
  }

  .sub-banner-block.projects {
    height: 360px;
    padding-top: 70px;
  }

  .sub-banner-block.partners {
    height: 360px;
    padding-top: 70px;
  }

  .sub-banner-block.contact {
    height: 360px;
    padding-top: 70px;
  }

  .about-us-col-txt-block {
    padding-right: 20px;
  }

  .products-col-image-block {
    padding: 40px 0px 20px 20px;
  }

  .projects-row-block {
    margin-right: -10px;
    margin-left: -10px;
  }

  .projects-col-block {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .projects-container-bg {
    margin-right: -5vw;
  }

  .products-row-block {
    margin-right: -10px;
    margin-left: -10px;
  }

  .products-container-bg {
    margin-right: -5vw;
  }

  .products-col-block {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .partners-block {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .logo-col {
    width: 50%;
  }

  .contact-block {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .map-block {
    min-height: 480px;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    padding: 5px 20px 10px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .menu-icon-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 6px 8px;
    -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;
    border-style: solid;
    border-width: 2px;
    border-color: #6cb715;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
    background-color: #cef1a7;
  }

  .menu-line-02 {
    width: 18px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    border-radius: 25px;
    background-color: #6cb714;
  }

  .menu-line-01 {
    width: 18px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    border-radius: 25px;
    background-color: #6cb714;
  }

  .menu-line-03 {
    width: 18px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    border-radius: 25px;
    background-color: #6cb714;
  }

  .menu-x-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -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;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .bg-line.hide-in-mobile {
    display: none;
  }

  .home-banner-img {
    padding-top: 70%;
  }

  .home-banner-txt {
    width: 75%;
  }

  .about-container {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-bottom-margin-20 {
    margin-bottom: 10px;
  }

  .about-container-txt-block {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .about-container-image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vh;
    max-width: 100%;
    padding-bottom: 20px;
  }

  .about-container-sub-block {
    width: 10%;
  }

  .button-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .button-block.bottom-margin-off {
    margin-top: 20px;
  }

  .button-arrow-block {
    width: 30px;
    margin-left: 15px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .button-txt {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    white-space: nowrap;
  }

  .about-container-image-01 {
    position: relative;
    width: 100%;
  }

  .about-container-txt-01 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .title-and-button-block {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-partners-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-block-left {
    width: 50%;
  }

  .home-partners-content-block {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-partners-image-block {
    width: 100%;
  }

  .home-partners-image-block.multiply {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-txt-block {
    width: 75%;
  }

  .txt-float-left {
    margin-bottom: 10px;
  }

  .txt-float-right.footer {
    float: left;
  }

  .about-container-info-block-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .about-container-info-block-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .about-container-info-block-03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .sub-banner-block {
    height: 280px;
  }

  .sub-banner-block.about-us {
    height: 280px;
  }

  .sub-banner-block.products {
    height: 280px;
  }

  .sub-banner-block.projects {
    height: 280px;
  }

  .sub-banner-block.partners {
    height: 280px;
  }

  .sub-banner-block.contact {
    height: 280px;
  }

  .about-us-row-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-us-row-block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-us-col-txt-block {
    width: 100%;
  }

  .about-us-col-txt-block.reverse {
    padding-left: 0%;
  }

  .about-us-col-image-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .products-us-row-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .products-us-row-block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .products-col-image-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .products-col-sub-bar-block {
    display: none;
  }

  .projects-col-block {
    width: 100%;
  }

  .products-col-block {
    width: 100%;
    padding-bottom: 40px;
  }

  .partners-info-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners-text-block {
    width: 85%;
    padding-left: 0px;
  }

  .partners-image-block {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .partners-button-block {
    width: 15%;
  }

  .contact-logo {
    margin-bottom: 0px;
  }

  .contact-info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-info-col {
    width: 100%;
    padding-top: 20px;
  }

  .map-block {
    min-height: 360px;
  }
}

@media screen and (max-width: 479px) {
  .header-container {
    padding-bottom: 0px;
  }

  .home-banner-img.home-banner01 {
    padding-top: 85%;
  }

  .home-banner-txt {
    width: 100%;
  }

  .header-bottom-margin-20 {
    margin-bottom: 10px;
  }

  .button-block.bottom-margin-off {
    margin-top: 20px;
  }

  .contact-txt-block {
    position: relative;
    z-index: 1;
  }

  .contact-logo-block {
    width: 75%;
  }

  .projects-col-block {
    padding-bottom: 40px;
  }

  .projects-image-block {
    min-height: 100px;
  }

  .projects-image {
    position: relative;
    left: 50%;
    display: block;
    height: 100px;
    max-width: none;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .projects-image-fills {
    z-index: 1;
  }

  .logo-col {
    width: 100%;
  }
}

