.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/startpage_bgr.jpg');
  background-position: 50% 0%;
  background-size: auto 700px;
}

.txt_head_startpage {
  max-width: 555px;
  margin-bottom: 5px;
  margin-left: 50px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.txt_head_startpage.black {
  color: #000;
  font-size: 30px;
}

.txt_head_startpage.black.black-padded {
  max-width: none;
  margin-top: 192px;
  margin-bottom: 70px;
  margin-left: 0px;
  text-align: center;
  letter-spacing: 0px;
}

.txt_head_startpage.black.sub {
  margin-left: 0px;
  letter-spacing: 0px;
}

.txt_head_startpage.black.conversation {
  max-width: none;
  margin-top: 105px;
  margin-bottom: 49px;
  margin-left: 0px;
  background-color: hsla(0, 0%, 100%, 0.64);
  font-size: 38px;
  letter-spacing: 0px;
  text-shadow: 0 2px 6px #fff;
}

.txt_head_startpage.black.work {
  position: static;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: 0px;
  letter-spacing: 0px;
}

.txt_head_startpage.black.contact {
  max-width: none;
  margin-bottom: 0px;
  margin-left: 0px;
  letter-spacing: 0px;
}

.txt_head_startpage.top-white {
  position: relative;
  z-index: 1500;
  margin-top: 80px;
  margin-left: 30px;
}

.txt_startpage_small {
  position: relative;
  z-index: 1500;
  max-width: 560px;
  margin-bottom: 100px;
  margin-left: 30px;
  font-family: Lato, sans-serif;
  color: #bbb;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.5px;
}

.txt_startpage_small.max900 {
  max-width: 990px;
  margin-top: 42px;
  text-align: justify;
}

.txt_startpage_small.max900.black {
  margin-top: 45px;
  margin-bottom: 45px;
  color: #000;
  text-align: center;
  letter-spacing: 0.3px;
}

.but_startpage {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 61px;
  padding-top: 8px;
  -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-style: none;
  border-width: 2px;
  border-color: #865f12;
  border-radius: 200px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
  background-image: linear-gradient(180deg, #222, #000);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.but_startpage:hover {
  width: 280px;
  height: 61px;
  padding-top: 8px;
  border-style: none;
  border-width: 30px;
  border-color: #fff;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a57202), to(#f8ce62)), -webkit-gradient(linear, left bottom, left top, from(#222), to(#000));
  background-image: linear-gradient(180deg, #a57202, #f8ce62), linear-gradient(0deg, #222, #000);
  color: #000;
  font-weight: 700;
}

.but_startpage.white {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), color-stop(45%, #fff));
  background-image: linear-gradient(0deg, #e6e6e6, #fff 45%);
  color: #000;
}

.but_startpage.white:hover {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ce9925), to(#f8ce62));
  background-image: linear-gradient(180deg, #ce9925, #f8ce62);
  color: #000;
  font-weight: 700;
}

.home_we_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  max-width: 1150px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home_we_itself {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 225px;
  padding-top: 0px;
  -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-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ico_start_we {
  width: 37px;
  height: 37px;
  opacity: 0.85;
}

.ico_start_we.ico_we_3 {
  height: 49px;
  margin: -6px;
}

.txt_head_home_we {
  margin-top: 30px;
  margin-bottom: 13px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

.txt_lato_reg13_777777 {
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
}

.panel_foldering {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 960px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 63px;
  -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: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.areas-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 660px;
  max-height: none;
  padding-top: 0px;
  -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;
}

.clm_ideas {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  border-bottom: 1px solid #d4d4d4;
}

.clm_ideas:hover {
  max-width: none;
}

.clm_ideas.unique {
  border-bottom-style: none;
}

.clm_in_ideas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px none #d4d4d4;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.clm_in_ideas:hover {
  z-index: 30;
  border-right-style: none;
  background-color: #fff;
  box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(0px, 0px) scale(1.1);
  -ms-transform: translate(0px, 0px) scale(1.1);
  transform: translate(0px, 0px) scale(1.1);
}

.clm_in_ideas.unique {
  border-right-style: none;
  border-bottom-style: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.clm_in_ideas.unique:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.clm_in_ideas.unique-botom {
  border-right-style: solid;
  border-bottom-style: none;
}

.clm_in_ideas.unique-botom.unique-side {
  border-right-style: none;
}

.clm_in_ideas.unique-botom.unique-side:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.clm_in_ideas.mobile:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.clm_in_ideas.mobile-left:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.clm_in_ideas.r:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.txt_head_ideas {
  margin-top: 30px;
  margin-bottom: 14px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 21px;
  font-weight: 400;
}

.txt_ideas_small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 185px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}

.ico_ideas {
  height: 35px;
  opacity: 1;
}

.ico_ideas.ico_ideas_it {
  width: 40px;
  height: 40px;
  margin-bottom: -5px;
}

.home-we-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.txt-together-small {
  position: relative;
  z-index: 10;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 20px;
}

.txt-togetherhead {
  position: relative;
  z-index: 10;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 36px;
}

.together-txt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 115px;
  min-height: auto;
  -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;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 630px;
  padding-top: 50px;
  padding-bottom: 35px;
  -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;
  background-color: #000;
}

.logo_wrapper {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-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;
}

.logo_dark {
  height: 23px;
  margin-right: 21px;
  margin-left: 12px;
}

.logo_energy {
  height: 23px;
  padding-left: 0px;
}

.logo_circle {
  height: 90px;
  margin-right: -55px;
  padding-right: 0px;
  padding-left: 0px;
}

.button-gradient {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 284px;
  height: 65px;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  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;
  border-radius: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ce9300), to(#704d00));
  background-image: linear-gradient(180deg, #ce9300, #704d00);
}

.button-gradient.light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc83b), to(#c28400));
  background-image: linear-gradient(180deg, #ffc83b, #c28400);
}

.button-gradient.on-white {
  position: static;
  height: 65px;
  min-height: 65px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbd17), to(#df9b0a));
  background-image: linear-gradient(180deg, #ffbd17, #df9b0a);
}

.super-home-navigation {
  position: absolute;
  z-index: 1300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  max-width: none;
  margin-top: 0px;
  padding-top: 0px;
  -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;
}

.superhover {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-color: #eeba00;
  font-family: Lato, sans-serif;
  color: #eeba00;
  cursor: pointer;
}

.superbutton-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #acacac;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.superbutton-holder:hover {
  color: #fff;
}

.superbutton-holder.w--current {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none none solid;
  border-width: 1px;
  border-color: red red #eeba00;
  color: #fff;
}

.superbutton-holder.w--current:hover {
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}

.superbutton-holder.w--current:active {
  color: #fff;
}

.ico_mouse {
  height: 40px;
}

.ico_mouse_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 73px;
}

.img_together {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  height: 700px;
}

.together-in-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 100%;
  padding-top: 90px;
  -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;
}

.navbar-2 {
  display: none;
}

.logo-small-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  margin-top: 0px;
  margin-right: 110px;
  margin-left: 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-image: url('../images/dark_energy_logo_white.svg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
}

.logo-small-holder:hover {
  opacity: 1;
}

.txt-superbutton {
  margin-right: 35px;
  margin-bottom: 15px;
  margin-left: 35px;
  font-family: Lato, sans-serif;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.txt-superbutton.sub {
  margin-right: 25px;
  margin-bottom: 15px;
  margin-left: 25px;
  cursor: pointer;
}

.supernavigation {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  max-width: none;
  margin-top: 0px;
  padding-top: 0px;
  -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;
  background-color: #000;
  cursor: pointer;
}

.home-clm-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  -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;
}

.hero-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 580px;
  -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: #000;
  background-image: linear-gradient(45deg, #000 47%, #292929);
}

.panel_services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 93px;
  -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: transparent;
}

.services-double-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  -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;
}

.services-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 50px 35px 55px;
  -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;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
  -webkit-transition: all 180ms cubic-bezier(.25, .46, .45, .94);
  transition: all 180ms cubic-bezier(.25, .46, .45, .94);
}

.services-holder:hover {
  position: relative;
  z-index: 100;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.22);
  -webkit-transform: scale(1.075);
  -ms-transform: scale(1.075);
  transform: scale(1.075);
}

.services-holder.right {
  border-right-style: none;
}

.services-holder.right:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.services-holder.right.unique {
  border-bottom-style: none;
}

.services-holder.right.unique:hover {
  -webkit-transform: scale(1.075);
  -ms-transform: scale(1.075);
  transform: scale(1.075);
}

.services-holder.unique {
  border-bottom-style: none;
}

.services-in-holder {
  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;
}

.services-in-holder.ico-and-text {
  margin-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt-servcies-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
}

.txt-services-head {
  margin-bottom: 18px;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 700;
}

.txt-services-head.yellow {
  margin-right: 7px;
  margin-left: -32px;
  padding-left: 0px;
  color: #ddd;
  font-size: 19px;
  font-weight: 700;
}

.txt-servcies-small-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 25px;
  font-weight: 900;
  text-align: justify;
}

.services-in-holder-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 20px;
  -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;
}

.ico-services-dot {
  height: 7px;
  margin-top: 8px;
  margin-bottom: 11px;
}

.panel-together {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 760px;
  min-height: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 80px;
  -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;
  background-color: #000;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #000;
}

.panel-specialist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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-image: url('../images/specialist.jpg');
  background-position: 35% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.im_top {
  height: 560px;
  margin-top: 5px;
  margin-left: -50px;
}

.im_top.work {
  height: 530px;
  margin: -54px -23px 0px -5px;
}

.im_top.contact {
  height: 460px;
  margin: 25px -20px 0px -57px;
}

.top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 590px;
  max-width: 1000px;
  margin-top: 0px;
  padding-top: 115px;
  -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;
}

.txt_head_subpagestop {
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.txt_head_subpagestop.consulting {
  position: relative;
  z-index: 100;
  margin-bottom: 25px;
  font-size: 28px;
}

.txt-top-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5000px;
  margin: 34px 0px 0px 73px;
  -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;
}

.txt-top-holder.work {
  margin-left: 0px;
}

.txt_top_banner {
  margin-top: 17px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #aaa;
  line-height: 23px;
  font-weight: 400;
}

.txt_top_banner.consulting {
  position: relative;
  z-index: 100;
  max-width: 1020px;
  margin-top: 1px;
  margin-bottom: 36px;
  color: #c2c2c2;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.panel_stripe_services {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300px;
  margin-top: 0px;
  padding-bottom: 10px;
  -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-color: #141414;
  background-image: none;
  background-position: 0px 0px;
}

.line-headers {
  width: 240px;
  height: 1px;
  background-color: rgba(255, 240, 187, 0.34);
  color: #fff;
}

.line-headers.consulting {
  position: relative;
  z-index: 100;
  width: 280px;
}

.line-headers.work-stripe {
  position: relative;
  z-index: 100;
  width: 380px;
}

.ico_mouse_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  margin-left: 100px;
  -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.29;
  cursor: pointer;
}

.image-2 {
  cursor: pointer;
}

.panel_conversation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  margin-top: 0px;
  margin-bottom: 74px;
  -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('../images/work_man_conversation.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.but_black {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 280px;
  height: 61px;
  margin-top: 0px;
  padding-top: 8px;
  -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-style: none;
  border-width: 2px;
  border-color: #865f12;
  border-radius: 200px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#525252), color-stop(75%, #000));
  background-image: linear-gradient(180deg, #525252, #000 75%);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.but_black:hover {
  width: 280px;
  height: 61px;
  padding-top: 8px;
  border-style: none;
  border-width: 30px;
  border-color: #fff;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a57202), to(#f8ce62)), -webkit-gradient(linear, left bottom, left top, from(#222), to(#000));
  background-image: linear-gradient(180deg, #a57202, #f8ce62), linear-gradient(0deg, #222, #000);
  color: #000;
  font-weight: 700;
}

.panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 90px;
  -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: transparent;
}

.panel.contact {
  height: 720px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: none;
}

.txt_body_main {
  max-width: 1000px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
}

.img_stripe_services {
  position: absolute;
  width: 2500px;
  max-width: none;
  margin-top: 31px;
  opacity: 0.15;
}

.panel_stripe--work {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300px;
  margin-top: 0px;
  padding-bottom: 10px;
  -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-color: #141414;
  background-image: none;
  background-position: 0px 0px;
}

.img_stripe_work {
  position: absolute;
  width: 2500px;
  max-width: none;
  margin-top: 31px;
  opacity: 0.2;
}

.img_hand {
  margin-top: 140px;
}

.panel_stripe-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300px;
  margin-top: 0px;
  padding-bottom: 0px;
  -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-color: #141414;
  background-image: none;
  background-position: 0px 0px;
}

.embed-map {
  position: relative;
  width: 100%;
  padding-top: 0px;
  -webkit-filter: brightness(27%);
  filter: brightness(27%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.embed-map:hover {
  -webkit-filter: brightness(55%);
  filter: brightness(55%);
}

.form_field {
  display: block;
  width: 340px;
  height: 51px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 27px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.24);
  border-radius: 200px;
  background-color: #ececec;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  font-style: italic;
  text-align: left;
}

.form_field.text {
  width: 100%;
  height: 180px;
  margin-right: 0px;
  margin-bottom: 30px;
  padding-top: 16px;
  border-style: none;
  border-radius: 23px;
  color: #000;
  font-size: 15px;
}

.form_field.top {
  padding-right: 20px;
  padding-left: 27px;
}

.form-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 705px;
  margin-bottom: 26px;
  -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;
}

.form-holder-horiz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -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;
}

.form-holder-horiz.bottom {
  margin-bottom: 0px;
}

.form-holder-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.submit-button {
  width: 113px;
  height: 41px;
  padding-left: 20px;
  border-radius: 200px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #eeba00;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #000;
}

.div-block {
  width: 870px;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: #c2c2c2;
}

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

.footer-number-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.footer-link {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

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

.footer-link.nohover:hover {
  color: #aaa;
  text-decoration: none;
}

.fotoer-number-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 50px;
  background-color: #333;
}

.footer-separator.horiz {
  width: 1px;
  height: 200px;
  margin: 0px 36px;
}

.icofooter {
  height: 30px;
  margin-right: 11px;
  opacity: 0.39;
}

.footer-address-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -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;
}

.footer-logo {
  height: 50px;
  opacity: 0.48;
}

.footer-copyright {
  font-family: Lato, sans-serif;
  color: #5e5e5e;
  font-size: 13px;
  letter-spacing: 1px;
}

.footxt-footer {
  font-family: Lato, sans-serif;
  color: grey;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.5px;
}

.text-span {
  color: #aaa;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.form-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-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-block {
  font-family: Lato, sans-serif;
}

.fistering-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  -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;
}

.wave {
  position: static;
  height: 100%;
  margin-left: 0px;
}

.wave-holder {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 272px;
  height: 700px;
  margin-left: -150px;
  -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.75;
}

.wave-holder._2 {
  margin-left: -75px;
  opacity: 0.65;
}

.wave-holder._3 {
  margin-left: 0px;
  opacity: 0.55;
}

.wave-holder._4 {
  margin-left: 75px;
  opacity: 0.45;
}

.wave-holder._5 {
  margin-left: 145px;
  opacity: 0.35;
}

.wave-holder._6 {
  margin-left: 215px;
  opacity: 0.25;
}

.wave-holder._7 {
  margin-left: 290px;
  opacity: 0.25;
}

.img-workhole {
  position: absolute;
  z-index: 1;
  margin-top: -2px;
  margin-right: 0px;
  margin-left: -132px;
  opacity: 1;
}

.hero-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  -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;
}

.hero-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 700px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 700px;
  padding-right: 30px;
  -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;
}

.super-home-navigation-2 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 55px;
  max-width: none;
  margin-top: 0px;
  margin-right: 40px;
  padding-top: 0px;
  padding-left: 0px;
  -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;
}

.hero-top-wrapper-mobile {
  display: none;
  width: 100%;
  height: 700px;
  -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;
}

.hero-wormhole-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 700px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
  -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: #000;
}

.nvigation-hidden {
  position: fixed;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-top: -56px;
  -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: #000;
}

.navigation-hidden-left {
  width: 50%;
  height: 55px;
}

.navigation-hidden-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 55px;
  margin-right: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -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;
}

.error-message {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.success-message {
  padding-right: 34px;
  padding-left: 34px;
  border-radius: 15px;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    height: 700px;
    margin-top: 0px;
    padding-top: 32px;
    background-image: none;
    background-size: auto;
  }

  .txt_head_startpage {
    margin-bottom: 0px;
    font-size: 21.5px;
  }

  .txt_head_startpage.black {
    font-size: 28px;
  }

  .txt_head_startpage.black.sub {
    margin-top: 0px;
  }

  .txt_head_startpage.black.conversation {
    font-size: 28px;
  }

  .txt_head_startpage.black.contact {
    font-size: 25px;
  }

  .txt_head_startpage.top-white {
    max-width: none;
    margin-top: -32px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 18px;
    text-align: center;
  }

  .txt_startpage_small {
    max-width: 630px;
    margin-bottom: 130px;
    margin-left: 0px;
    font-size: 14px;
    text-align: center;
  }

  .txt_startpage_small.max900.black {
    max-width: 850px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 14.5px;
    line-height: 25px;
  }

  .but_startpage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .but_startpage:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
    background-image: linear-gradient(180deg, #222, #000);
    color: #fff;
    font-weight: 400;
  }

  .but_startpage.white:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), color-stop(45%, #fff));
    background-image: linear-gradient(0deg, #e6e6e6, #fff 45%);
    font-weight: 400;
  }

  .home_we_wrapper {
    height: 200px;
    max-width: 850px;
    margin-bottom: 45px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .home_we_itself {
    padding-right: 12px;
    padding-left: 12px;
  }

  .txt_head_home_we {
    font-size: 20px;
  }

  .panel_foldering {
    height: auto;
    margin-top: 55px;
    padding: 0px 20px 85px;
  }

  .areas-wrapper {
    height: auto;
    max-width: 850px;
  }

  .clm_ideas {
    max-height: 230px;
  }

  .clm_ideas.unique.unique2 {
    border-right: 1px none #d4d4d4;
    border-bottom-style: solid;
  }

  .clm_in_ideas {
    padding-top: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .clm_in_ideas.mobile:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .clm_in_ideas.mobile-left:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .clm_in_ideas.r {
    border-right-style: none;
  }

  .clm_in_ideas.r:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .txt_ideas_small {
    line-height: 21px;
  }

  .txt-together-small {
    font-size: 18px;
  }

  .txt-togetherhead {
    font-size: 33px;
  }

  .logo_wrapper {
    height: auto;
    margin-right: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .logo_dark {
    height: 20px;
    margin-right: 18px;
  }

  .logo_energy {
    height: 20px;
  }

  .logo_circle {
    width: 85px;
    height: 85px;
    margin-right: -49px;
  }

  .button-gradient {
    margin-left: 0px;
  }

  .super-home-navigation {
    display: none;
  }

  .ico_mouse_link {
    display: none;
  }

  .img_together {
    top: -5%;
    height: 651px;
    margin-top: 5px;
  }

  .together-in-wrapper {
    padding-top: 80px;
  }

  .navbar-2 {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
    background-image: none;
    opacity: 1;
  }

  .invisible_nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: transparent;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 5px;
    padding-top: 14px;
    -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;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #696969;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#8f6704), to(#ffb90b));
    background-image: linear-gradient(0deg, #8f6704, #ffb90b);
    color: #000;
  }

  .menu-button.w--open {
    border-bottom-left-radius: 0px;
    background-color: #000;
    background-image: none;
  }

  .nav-menu-2 {
    margin-top: -5px;
    background-color: #000;
  }

  .nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 40px;
    border-bottom: 1px solid #303030;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
  }

  .nav-link.w--current {
    color: #eeba00;
  }

  .supernavigation {
    display: none;
  }

  .home-clm-holder {
    width: 600px;
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-sub {
    height: 550px;
    margin-top: 0px;
    background-image: none;
  }

  .panel_services {
    height: auto;
    margin-top: 0px;
    padding: 0px 20px;
  }

  .services-double-holder {
    width: auto;
    max-width: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-holder {
    border-right-style: none;
  }

  .services-holder:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .services-holder.right:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .services-holder.right.unique {
    border-bottom-style: solid;
  }

  .services-holder.right.unique:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .services-holder.unique {
    border-bottom-style: solid;
  }

  .txt-servcies-small {
    font-size: 15px;
    line-height: 21px;
  }

  .txt-servcies-small-copy {
    font-size: 13px;
    line-height: 25px;
  }

  .panel-together {
    overflow: hidden;
    height: 700px;
    padding-top: 7px;
    padding-bottom: 80px;
  }

  .panel-specialist {
    background-position: 70% 50%;
  }

  .im_top {
    height: 460px;
    margin: 0px;
    text-align: left;
  }

  .im_top.work {
    height: 430px;
    margin-top: 22px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .im_top.contact {
    height: 400px;
    margin-top: 22px;
    margin-right: -32px;
    margin-left: -49px;
  }

  .top-wrapper {
    width: 100%;
    height: 550px;
    max-width: none;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txt_head_subpagestop {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .txt-top-holder {
    width: 370px;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 10px;
  }

  .txt-top-holder.work {
    margin-left: -30px;
  }

  .txt_top_banner {
    padding-right: 0px;
  }

  .txt_top_banner.consulting {
    max-width: 800px;
  }

  .panel_stripe_services {
    padding-right: 40px;
    padding-left: 40px;
  }

  .ico_mouse_sub {
    display: none;
  }

  .ico_mouse_sub.w--current {
    display: none;
    overflow: visible;
  }

  .panel_conversation {
    height: 570px;
    margin-top: 4px;
    margin-bottom: 30px;
    background-position: 50% 50%;
    background-size: 600px;
  }

  .but_black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#525252), color-stop(75%, #000));
    background-image: linear-gradient(180deg, #525252, #000 75%);
  }

  .but_black:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#000));
    background-image: linear-gradient(180deg, #525252, #000);
    color: #fff;
    font-weight: 400;
  }

  .panel {
    height: 800px;
    margin-top: 55px;
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .txt_body_main {
    font-weight: 400;
  }

  .img_stripe_services {
    width: 1500px;
  }

  .img_stripe_work {
    width: 1800px;
  }

  .form_field {
    width: 450px;
    margin-bottom: 0px;
  }

  .form_field.text {
    width: 450px;
  }

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

  .form-holder-horiz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form-holder-horiz.top {
    -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;
  }

  .form-holder-vertical {
    width: 450px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block {
    width: 700px;
  }

  .fotoer-number-holder {
    margin-right: 46px;
    margin-left: 46px;
  }

  .text-span {
    color: #aaa;
  }

  .wave-holder {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .wave-holder._2 {
    width: auto;
    height: auto;
    margin-left: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .wave-holder._3 {
    width: auto;
    height: auto;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .wave-holder._4 {
    width: auto;
    height: auto;
    margin-left: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .wave-holder._5 {
    width: auto;
    height: auto;
    margin-left: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .wave-holder._6 {
    width: auto;
    height: auto;
    margin-left: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .wave-holder._7 {
    width: auto;
    height: auto;
    margin-left: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .img-workhole {
    margin-top: 0px;
    margin-left: 10px;
  }

  .hero-top-wrapper {
    display: none;
  }

  .hero-top-left {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .super-home-navigation-2 {
    display: none;
  }

  .hero-top-wrapper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 38px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-wormhole-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 138px;
    -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;
  }

  .hero {
    height: auto;
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/startpage_bgr_Mnowaves.jpg'), url('../images/startpage_bgr_m.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/startpage_bgr_Mnowaves.jpg'), url('../images/startpage_bgr_m.jpg');
    background-position: 0px 0px, 50% 100%, 50% 100%;
    background-size: auto, auto, auto;
    background-repeat: repeat, repeat, no-repeat;
  }

  .nvigation-hidden {
    display: none;
  }

  .error-message {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper {
    height: 100%;
    margin-top: 2px;
    padding: 50px 0px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .txt_head_startpage {
    margin-bottom: 13px;
    font-size: 19px;
    line-height: 31px;
  }

  .txt_head_startpage.black.black-padded {
    margin-top: 116px;
    margin-bottom: -19px;
    font-size: 25px;
    line-height: 40px;
  }

  .txt_head_startpage.black.sub {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 25px;
  }

  .txt_head_startpage.black.conversation {
    line-height: 40px;
  }

  .txt_head_startpage.black.work {
    margin-bottom: 47px;
  }

  .txt_head_startpage.black.contact {
    margin-bottom: 57px;
    line-height: 40px;
    text-align: center;
  }

  .txt_head_startpage.top-white {
    margin-top: -88px;
  }

  .txt_startpage_small {
    margin-bottom: 11px;
    font-size: 15px;
    line-height: 25px;
  }

  .txt_startpage_small.max900.black {
    margin-top: 33px;
    font-size: 16px;
  }

  .home_we_wrapper {
    height: auto;
    -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;
  }

  .home_we_itself {
    max-width: 300px;
    margin-bottom: 55px;
  }

  .txt_head_home_we {
    margin-top: 23px;
    margin-bottom: 6px;
  }

  .txt_lato_reg13_777777 {
    color: #979797;
    font-size: 15px;
  }

  .panel_foldering {
    height: auto;
    margin-top: 40px;
    padding: 0px 30px 55px;
  }

  .areas-wrapper {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .clm_ideas {
    max-height: none;
    max-width: none;
  }

  .clm_in_ideas {
    height: auto;
    padding-top: 30px;
  }

  .clm_in_ideas.unique:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .clm_in_ideas.unique-botom.unique-side:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .clm_in_ideas.mobile {
    padding-top: 30px;
    border-right-style: none;
    border-bottom-style: solid;
  }

  .clm_in_ideas.mobile-left {
    border-right-style: none;
    border-bottom-style: solid;
  }

  .txt_head_ideas {
    margin-top: 18px;
    margin-bottom: 11px;
  }

  .txt_ideas_small {
    width: 200px;
    max-width: none;
    min-width: auto;
    font-size: 15px;
  }

  .together-txt-wrapper {
    height: 70px;
  }

  .footer {
    height: 600px;
    padding-top: 79px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo_wrapper {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .logo_dark {
    height: 16px;
    margin-right: 15px;
  }

  .logo_energy {
    height: 16px;
  }

  .logo_circle {
    width: 70px;
    height: 70px;
    margin-right: -40px;
  }

  .button-gradient {
    margin-top: 33px;
    margin-bottom: 60px;
  }

  .button-gradient.on-white {
    margin-top: 23px;
    margin-bottom: 123px;
  }

  .img_together {
    left: 13%;
    top: -18%;
    overflow: hidden;
    height: 480px;
  }

  .together-in-wrapper {
    overflow: hidden;
    height: 100%;
    padding-top: 47px;
  }

  .home-clm-holder {
    width: 100%;
    max-width: 500px;
  }

  .hero-sub {
    height: auto;
  }

  .panel_services {
    height: auto;
    margin-top: 40px;
    padding: 0px;
  }

  .services-double-holder {
    max-width: none;
  }

  .txt-servcies-small {
    width: auto;
    max-width: none;
    min-width: auto;
    font-size: 15px;
  }

  .txt-servcies-small-copy {
    width: auto;
    max-width: none;
    min-width: auto;
    font-size: 15px;
  }

  .panel-together {
    height: 420px;
    padding-bottom: 0px;
  }

  .panel-specialist {
    overflow: hidden;
    height: 400px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .im_top {
    height: 400px;
    margin-left: -88px;
  }

  .im_top.work {
    height: 400px;
  }

  .im_top.contact {
    height: 400px;
  }

  .top-wrapper {
    margin-top: 20px;
    margin-bottom: 58px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .txt_head_subpagestop {
    margin-top: 4px;
    margin-bottom: 13px;
    font-size: 32px;
    line-height: 31px;
  }

  .txt-top-holder {
    margin-top: -33px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .txt-top-holder.work {
    margin-top: -10px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .txt_top_banner {
    text-align: center;
  }

  .panel_stripe_services {
    height: 380px;
    padding-bottom: 0px;
  }

  .line-headers {
    display: none;
  }

  .ico_mouse_sub {
    display: none;
  }

  .panel_conversation {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .panel {
    height: auto;
    min-height: auto;
    margin-top: 40px;
    padding: 0px 40px;
  }

  .panel.contact {
    margin-top: 0px;
  }

  .txt_body_main {
    max-width: 650px;
    line-height: 25px;
    font-weight: 400;
    text-align: justify;
  }

  .img_stripe_services {
    margin-top: 0px;
  }

  .panel_stripe--work {
    height: 380px;
    padding-bottom: 0px;
  }

  .img_stripe_work {
    width: 1800px;
    margin-top: 0px;
  }

  .img_hand {
    width: auto;
    height: auto;
    max-height: 300px;
    min-height: auto;
    margin-top: 19px;
    margin-bottom: -201px;
  }

  .panel_stripe-contact {
    height: 300px;
    padding-bottom: 0px;
  }

  .embed-map {
    max-height: none;
  }

  .form_field {
    width: 400px;
    text-align: center;
  }

  .form_field.text {
    width: 400px;
  }

  .form_field.top {
    width: 400px;
    text-align: center;
  }

  .form-contact {
    width: auto;
  }

  .form-holder-horiz.bottom {
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-block {
    display: none;
  }

  .footer-number-wrapper {
    height: auto;
    -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;
  }

  .footer-link {
    font-size: 16px;
  }

  .fotoer-number-holder {
    margin-bottom: 24px;
  }

  .footer-separator {
    display: none;
  }

  .icofooter {
    height: 28px;
  }

  .footer-address-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo {
    height: 45px;
    margin-bottom: 77px;
  }

  .footxt-footer {
    font-size: 16px;
    text-align: center;
  }

  .text-span {
    margin-left: 1px;
    color: #aaa;
  }

  .img-workhole {
    width: 250px;
    height: 250px;
    margin-top: -18px;
    margin-left: 7px;
    opacity: 1;
  }

  .hero-top-wrapper-mobile {
    margin-top: 55px;
  }

  .hero {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/startpage_bgr_Mnowaves.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/startpage_bgr_Mnowaves.jpg');
    background-position: 0px 0px, 50% -20%;
    background-size: auto, 1000px;
    background-repeat: repeat, no-repeat;
  }

  .text-block-2 {
    font-family: 'Open Sans', sans-serif;
  }
}

@media screen and (max-width: 479px) {
  .hero-wrapper {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 80px 0px 33px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .txt_head_startpage {
    width: 100%;
    margin-bottom: 24px;
    font-size: 20px;
    text-align: center;
  }

  .txt_head_startpage.black.black-padded {
    margin-top: 0px;
    margin-bottom: 50px;
    line-height: 40px;
  }

  .txt_head_startpage.black.sub {
    margin-top: -15px;
    padding-top: 0px;
  }

  .txt_head_startpage.black.conversation {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0.45);
    font-size: 25px;
    line-height: 40px;
    text-shadow: none;
  }

  .txt_head_startpage.black.work {
    margin-top: 60px;
    line-height: 40px;
  }

  .txt_head_startpage.top-white {
    margin-top: -121px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 27px;
    text-align: left;
  }

  .txt_startpage_small {
    display: block;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-bottom: 87px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .txt_startpage_small.max900.black {
    max-width: 400px;
    margin-bottom: 32px;
  }

  .but_startpage {
    width: 221px;
    height: 53px;
    font-size: 11.5px;
    letter-spacing: 2px;
  }

  .but_startpage:hover {
    width: 221px;
    height: 53px;
  }

  .but_startpage.white {
    font-weight: 700;
  }

  .but_startpage.white:hover {
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .home_we_wrapper {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home_we_itself {
    max-width: none;
    margin-bottom: 70px;
  }

  .txt_lato_reg13_777777 {
    max-width: 280px;
  }

  .panel_foldering {
    margin-top: 55px;
    margin-bottom: 66px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .clm_in_ideas {
    padding-bottom: 30px;
    border-right-style: none;
  }

  .clm_in_ideas.unique {
    padding-bottom: 30px;
  }

  .clm_in_ideas.mobile-left {
    padding-top: 30px;
    padding-bottom: 30px;
    border-right-style: none;
  }

  .clm_in_ideas.mobileunique {
    border-bottom-style: solid;
  }

  .together-txt-wrapper {
    height: 80px;
    max-width: none;
    text-align: center;
  }

  .footer {
    height: 650px;
  }

  .logo_wrapper {
    overflow: hidden;
    margin-top: -43px;
    margin-right: 2px;
    margin-bottom: 60px;
    padding-right: 0px;
  }

  .logo_dark {
    height: 15px;
  }

  .logo_energy {
    height: 15px;
  }

  .logo_circle {
    width: 65px;
    height: 65px;
    margin-right: -36px;
  }

  .button-gradient {
    width: 225px;
    height: 57px;
    margin-top: 0px;
    margin-bottom: 87px;
  }

  .button-gradient.on-white {
    width: 205px;
    height: 57px;
    min-height: 57px;
    margin-top: 125px;
    margin-bottom: 121px;
  }

  .button-gradient.on-white.work {
    margin-top: 50px;
  }

  .img_together {
    left: 17%;
    top: 7%;
    height: 430px;
  }

  .together-in-wrapper {
    padding-top: 82px;
  }

  .home-clm-holder {
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-sub {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .panel_services {
    margin-top: 13px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .services-double-holder {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .services-holder {
    padding: 40px 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .services-holder.right {
    padding: 40px 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .services-holder.right.unique {
    border-bottom-style: solid;
  }

  .services-holder.unique {
    padding-top: 40px;
  }

  .services-in-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .txt-servcies-small {
    max-width: 400px;
    margin-bottom: 25px;
  }

  .txt-services-head {
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 30px;
  }

  .txt-services-head.yellow {
    opacity: 0;
  }

  .txt-servcies-small-copy {
    max-width: 400px;
    line-height: 25px;
    text-align: left;
  }

  .services-in-holder-icons {
    display: none;
  }

  .panel-together {
    height: 630px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .panel-specialist {
    height: auto;
    min-height: 550px;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 63% 50%;
  }

  .im_top {
    height: auto;
    max-height: 380px;
    margin-bottom: 34px;
  }

  .im_top.work {
    height: auto;
    max-height: 360px;
    margin-top: 8px;
    margin-bottom: 69px;
  }

  .im_top.contact {
    height: auto;
    max-height: 360px;
    margin-top: 34px;
    margin-bottom: 38px;
  }

  .top-wrapper {
    height: auto;
    margin-top: 50px;
    margin-bottom: 25px;
  }

  .top-wrapper.work {
    margin-bottom: 6px;
  }

  .txt_head_subpagestop {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 24px;
    font-size: 30px;
    text-align: center;
  }

  .txt_head_subpagestop.consulting {
    margin-bottom: 0px;
    padding: 58px 30px;
    line-height: 40px;
  }

  .txt_head_subpagestop.servcies {
    margin-top: 8px;
  }

  .txt_head_subpagestop.work {
    margin-top: 8px;
  }

  .txt-top-holder {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .txt-top-holder.work {
    margin-top: -55px;
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .txt_top_banner {
    max-width: 320px;
    margin-bottom: 92px;
  }

  .txt_top_banner.consulting {
    max-width: 400px;
    margin-bottom: 0px;
    text-align: justify;
  }

  .txt_top_banner.wokr {
    margin-bottom: 56px;
  }

  .txt_top_banner.contact {
    margin-bottom: 97px;
  }

  .panel_stripe_services {
    height: auto;
    min-height: 330px;
    padding: 19px 30px 87px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .line-headers {
    display: none;
  }

  .line-headers.work-stripe {
    display: none;
  }

  .panel_conversation {
    height: 660px;
    min-height: auto;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 30%;
    background-size: 450px;
  }

  .but_black {
    width: 201px;
    height: 53px;
    font-size: 11.5px;
    letter-spacing: 2px;
  }

  .but_black:hover {
    width: 221px;
    height: 53px;
  }

  .panel {
    height: 1000px;
    max-height: none;
    min-height: auto;
    margin-top: 55px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .panel.contact {
    height: 750px;
    min-height: auto;
    padding-right: 25px;
    padding-left: 25px;
  }

  .txt_body_main {
    line-height: 27px;
    font-weight: 400;
    text-align: justify;
  }

  .img_stripe_services {
    left: auto;
    top: 0%;
    right: -77%;
    bottom: 0%;
    width: auto;
    height: 100%;
    max-height: 598px;
    min-height: 330px;
    margin-left: 0px;
  }

  .img_stripe_work {
    left: -844.047px;
    width: auto;
    height: 100%;
    max-height: 550px;
    min-height: 300px;
  }

  .img_hand {
    width: auto;
    height: auto;
    max-height: 300px;
    max-width: none;
    min-height: auto;
    margin-top: 42px;
  }

  .form_field {
    width: 100%;
    text-align: center;
  }

  .form_field.text {
    width: 100%;
  }

  .form_field.top {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .form-contact {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-holder-horiz.bottom {
    -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;
  }

  .form-holder-horiz.top {
    margin-bottom: 20px;
  }

  .form-holder-vertical {
    width: 100%;
  }

  .submit-button {
    min-width: 140px;
    margin-top: 23px;
  }

  .fotoer-number-holder {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-logo {
    margin-bottom: 85px;
  }

  .footxt-footer {
    text-align: center;
  }

  .text-span {
    margin-left: -1px;
    color: #aaa;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .fistering-test {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-workhole {
    width: 220px;
    height: 220px;
    margin-top: -49px;
    margin-left: 7px;
  }

  .hero-top-wrapper-mobile {
    padding-right: 46px;
    padding-left: 46px;
  }

  .hero {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/startpage_bgr_Mnowaves.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/startpage_bgr_Mnowaves.jpg');
    background-position: 0px 0px, 50% -23%;
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Light.otf') format('opentype'), url('../fonts/Titillium-LightUpright.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}