h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Roboto Slab', sans-serif;
  color: #484848;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #009f9b;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #484848;
  font-size: 16px;
  line-height: 25px;
}

.logo {
  margin-top: 0px;
  padding-top: 0px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 46px;
  right: 0px;
  z-index: 40;
  display: block;
  height: 86px;
  -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: #fff;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.15);
}

.brand {
  display: block;
  margin-top: 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;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.menu_link {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #484848;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_link:hover {
  color: #49a7cf;
}

.menu_link:focus {
  color: #49a7cf;
}

.menu_link.w--current {
  color: #49a7cf;
  text-decoration: none;
}

.menu_link.w--current:focus {
  color: #009f9b;
}

.menu_link.career {
  margin-right: 15px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #009f9b;
  border-radius: 5px;
  background-color: transparent;
  color: #009f9b;
}

.menu_link.career:hover {
  border-color: #484848;
  color: #484848;
}

.link_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 0px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.link_social:hover {
  background-color: transparent;
}

.headline_hero {
  display: inline-block;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  clear: none;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  color: #49a7cf;
  font-size: 36px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.image_who {
  position: static;
  left: -17px;
}

.button_banner {
  min-width: 200px;
  margin-top: 0px;
  padding: 13px 30px;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(3, 82, 87, 0.66);
  color: #009f9b;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button_banner:hover {
  border-radius: 30px;
  background-color: transparent;
  box-shadow: 0 2px 10px 0 rgba(3, 82, 87, 0.66), inset 0 2px 10px 0 rgba(3, 82, 87, 0.66);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  text-shadow: 1px 1px 10px #022224;
}

.button_banner.career {
  margin-top: 20px;
  color: #49a7cf;
}

.button_banner.career:hover {
  color: #fff;
}

.d_welcome_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-width: 60%;
  margin-left: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.d_welcome_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.d_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -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;
}

.s_welcome {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #173c5c;
}

.s_welcome.news {
  padding-top: 50px;
  padding-bottom: 50px;
}

.d_mini_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.s_mini_menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 50;
  display: block;
  -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-bottom: 1px solid #ececec;
  background-color: #fff;
}

.s_benefits {
  display: block;
  margin-top: 0px;
  padding-top: 90px;
  padding-bottom: 75px;
  -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: linear-gradient(87deg, #49a7cf, #198191);
}

.d_c_benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/experience.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
}

.d_c_benefits.w {
  width: 100%;
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/experience_g.svg');
  background-size: auto;
}

.benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 204px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none solid solid;
  border-width: 2px;
  border-color: #fff;
}

.benefits.w {
  border-color: #484848;
}

.icon_years {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 999;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.headings_benefits {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
}

.headings_benefits.w {
  color: #009f9b;
}

.headings_benefits._100 {
  width: 100%;
  margin-top: 10px;
}

.paragraph-_benefits {
  margin: 0px 9px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-_benefits.w {
  color: #009f9b;
}

.l_mini_menu {
  margin-right: 5px;
  margin-left: 5px;
}

.h2_fade {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  font-family: 'Roboto Slab', sans-serif;
  color: #ececec;
  font-size: 73px;
  line-height: 73px;
  text-align: center;
}

.h2_fade.left {
  position: static;
  left: -93px;
  width: 100%;
  margin-left: -58px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.h2_fade.tranparent {
  color: hsla(0, 0%, 92.5%, 0.1);
}

.heading_h1-44 {
  display: block;
  margin-top: -44px;
  margin-bottom: 0px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  font-family: 'Roboto Slab', sans-serif;
  color: #484848;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.heading_h1-44.white {
  margin-top: -44px;
  color: #fff;
}

.heading_h1-44.h_form {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #484848;
  text-align: left;
}

.paragraph_homepage {
  min-width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.paragraph_homepage.welcome {
  margin: 20px 0px 0px;
  text-align: left;
}

.paragraph_homepage.left {
  margin: 20px 0px 0px;
}

.paragraph_homepage.left {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: left;
}

.s_what_we_do {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 326px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.heading_box {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #484848;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.heading_box.news {
  text-transform: none;
}

.paragraph_box {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #484848;
  font-size: 16px;
  line-height: 25px;
}

.paragraph_box.news {
  margin-top: 30px;
}

.paragraph_box.news.left {
  font-style: normal;
  white-space: normal;
}

.button_home {
  display: block;
  max-width: 200px;
  min-width: 200px;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 13px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #009f9b;
  border-radius: 30px;
  background-color: #009f9b;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button_home:hover {
  background-color: transparent;
  color: #009f9b;
}

.s_map {
  display: block;
  padding-top: 90px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#009f9b), to(#198a91));
  background-image: linear-gradient(90deg, #009f9b, #198a91);
}

.s_map.clients {
  padding-top: 90px;
  background-image: -webkit-gradient(linear, left top, right top, from(#49a7cf), to(#198591));
  background-image: linear-gradient(90deg, #49a7cf, #198591);
}

.icon_system {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_it {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.s_career {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 171px;
  -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: transparent;
}

.d_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  padding: 0px 20px 0px 10px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #b8c6d7;
  background-color: transparent;
}

.d_form.career {
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.s_partners {
  display: block;
  -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: 1px solid #ececec;
  background-color: #fff;
}

.slider {
  max-width: 1200px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.left-arrow-2 {
  margin-left: 0px;
}

.slide-nav-3 {
  margin-right: 20px;
  margin-left: 20px;
}

.slide_1 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 19px;
  padding-left: 19px;
  -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;
}

.mask-6 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.div-block-36 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.s_footer {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  -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: linear-gradient(97deg, #49a7cf, #449ab7);
  color: #fff;
  line-height: 25px;
}

.wrap_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 29px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading_footer {
  margin-top: -5px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.box_footer {
  display: block;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph_footer {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 14px;
}

.i_partners_1 {
  margin-right: 0px;
  margin-left: 0px;
}

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

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

.paragraph-10 {
  margin-bottom: 0px;
  margin-left: 5px;
}

.d_footer_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 160px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.image-16 {
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_phone {
  margin-right: 5px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.d_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25%;
  min-width: 25%;
  padding: 10px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.d_box.about {
  padding-left: 0px;
}

.d_main_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 86px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.burger-line {
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 2px;
  background-color: #444;
}

.s_banner {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-bottom: 1px solid #ececec;
}

.container_hero {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.d_text_hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.headline_hero_small {
  min-width: 100%;
  color: #49a7cf;
  font-size: 18px;
  text-align: left;
  letter-spacing: 2px;
}

.d_stroke_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -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;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
}

.div-block-49.w {
  border-color: #484848;
}

.d_b_icon {
  min-height: 86px;
  min-width: 86px;
  margin-top: -43px;
  margin-right: 9px;
  margin-left: 9px;
}

.d_text_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 25px;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap_rounded_box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.wrap_rounded_box.podstranka {
  min-width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.rounded_comtent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ececec;
  border-radius: 5px;
  background-color: #fff;
}

.rounded_comtent:hover {
  box-shadow: 0 1px 10px 0 hsla(0, 0%, 62%, 0.41);
}

.rounded_comtent.solutions {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid none none;
  border-radius: 0px;
}

.rounded_comtent.solutions:hover {
  box-shadow: none;
}

.rounded_comtent.career {
  min-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;
}

.rounded_comtent.news {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rounded_comtent.detail {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.rounded_comtent.detail:hover {
  box-shadow: none;
}

.d_text_service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image_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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon_software {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.s_mini_footer {
  padding: 0px;
  background-color: #49a7cf;
}

.d_mini_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  -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;
}

.s_header {
  padding-top: 133px;
  background-color: #f5f8fa;
}

.container_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 41px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.d_header_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 253px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h1_header {
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Roboto Slab', sans-serif;
  color: #484848;
  font-size: 47px;
}

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

.breadcrumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #484848;
  font-size: 16px;
  text-decoration: none;
}

.d_header_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.s_a_customers {
  padding-top: 90px;
  padding-bottom: 90px;
}

.d_c_a_customers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
  color: #484848;
  font-size: 40px;
}

.div-block-51 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.akordeon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.akordeon.integrator {
  padding-right: 0px;
  padding-left: 0px;
}

.akordeon.integrator {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown {
  z-index: 0;
  width: 100%;
}

.dropdown.last {
  border-bottom: 1px none #484848;
}

.dropdown-toggle {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  float: none;
  clear: none;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #989590;
  border-bottom: 1px none #484848;
}

.dropdown-toggle.last {
  border-bottom-style: none;
  border-bottom-color: #989590;
  color: #484848;
}

.dropdown_list {
  position: relative;
  overflow: hidden;
  height: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

.heading_acordeon {
  clear: none;
  color: #484848;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading_acordeon:hover {
  color: #009f9b;
}

.div-block-53 {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  padding-right: 0px;
  background-image: url('../images/nav_a_right_w-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-53:hover {
  background-image: url('../images/nav_a_right_w_g-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-53:focus {
  background-image: url('../images/nav_a_right_w_g-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-18 {
  margin-bottom: 29px;
}

.dropdown-list {
  background-color: #fff;
}

.s_download {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f8fa;
}

.d_download {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
}

.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 20px;
  -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-style: solid;
  border-width: 1px 1px 1px 7px;
  border-color: #ececec #ececec #ececec #009f9b;
  background-color: #fff;
  text-decoration: none;
}

.download.top {
  margin-top: 30px;
}

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

.download.it {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.download.it.gtel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-7 {
  color: red;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.text-block-7:hover {
  color: #009f9b;
}

.div-block-56 {
  width: 30px;
  height: 30px;
  margin-right: 0px;
  margin-left: 30px;
}

.bold-text {
  font-weight: 400;
}

.paragraph-13 {
  margin-bottom: 0px;
  padding: 10px 20px 30px;
  color: #484848;
  line-height: 25px;
}

.paragraph-13.security {
  font-size: 16px;
}

.paragraph-13.security.sp {
  padding-top: 30px;
}

.image_about_us {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border-radius: 5px;
}

.box.solution {
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.box.career {
  display: none;
  max-width: 33.33333333%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box.side_content {
  padding-left: 0px;
}

.links {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  color: #009f9b;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.button_box {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 92.5%, 0.6);
  border-radius: 50px;
  background-color: hsla(0, 0%, 92.5%, 0.6);
  color: #009f9b;
  letter-spacing: 2px;
}

.button_box:hover {
  border-style: solid;
  border-color: #009f9b;
  background-color: hsla(0, 0%, 92.5%, 0.6);
  color: #009f9b;
}

.d_loga_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  margin: 30px -5px 20px;
  padding: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.d_logo_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20%;
  min-width: 20%;
  margin-right: 0px;
  padding: 5px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #ececec;
  background-color: transparent;
}

.image_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ececec;
  border-radius: 5px;
}

.image-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.logo_market {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.image-22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.image-23 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.image-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.image-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.image-26 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.image-27 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.image-28 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.image-29 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.body {
  background-color: #29688b;
}

.d_animation {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 300px;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text_content_box {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.text_content_box.news {
  display: block;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon_security {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.icon_sys_integrator {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.icon_certification {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.icon_market {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.icon_framework {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.image-37 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-38 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.d_f_logo {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.icon_mail_footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link_infra {
  color: #484848;
  text-decoration: none;
}

.link_infra:hover {
  color: #009f9b;
}

.gdfgov {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.gdfsi {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.gdf20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.gdf30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.denoviusdev {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.section {
  padding-top: 71px;
  padding-bottom: 71px;
}

.test_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 3px 10px 2px rgba(7, 33, 58, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.test_container.order {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.test_container.join {
  background-color: transparent;
}

.test_paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.test_paragraph.client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.test_paragraph.space_down {
  margin-bottom: 41px;
}

.s_contact {
  position: relative;
  z-index: 2;
  background-color: rgba(7, 33, 58, 0.8);
}

.s_contact.career {
  padding-top: 90px;
  background-color: #f5f8fa;
}

.d_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.text-field {
  height: 48px;
  margin-bottom: 15px;
  padding: 10px;
  border-color: #9e9e9e;
  border-radius: 5px;
}

.text-field.message {
  height: 147px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.form-block {
  display: block;
  margin-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h1_span {
  color: #49a7cf;
  text-decoration: none;
}

.h1_span.bullet {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.h1_span.bold {
  font-weight: 700;
  text-transform: uppercase;
}

.d_box_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.paragraph-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-bottom: 0px;
  margin-left: 5px;
  -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;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
}

.icon_address {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_tel {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button_map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  margin-top: 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;
  border-radius: 5px;
  background-image: url('../images/map.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-position 500ms cubic-bezier(.165, .84, .44, 1);
  transition: background-position 500ms cubic-bezier(.165, .84, .44, 1);
  font-size: 20px;
}

.button_map:hover {
  background-position: 50% 100%;
}

.bold-text-23 {
  color: #009f9b;
}

.link-51 {
  color: #009f9b;
  text-decoration: none;
}

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

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

.link_green.b {
  color: #49a7cf;
}

.s_work_with_us {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: transparent;
}

.career_box {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.career_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ico_career {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e7eaef;
  border-radius: 100px;
  background-color: #fff;
}

.career_label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  margin-right: -20px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e7eaef;
  border-radius: 5px;
  background-color: #fff;
}

.career_label.right {
  margin-right: 0px;
  margin-left: -20px;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.special {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Roboto Slab', sans-serif;
  color: #009f9b;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

.icon_creative {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_logical {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_team {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_open_minded {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.i_unique {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_innovative {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.career_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon_character {
  max-height: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-3 {
  padding-top: 0px;
  padding-bottom: 90px;
}

.section-3.available {
  padding-bottom: 30px;
}

.section-3.career {
  padding-top: 90px;
  padding-bottom: 0px;
}

.section-3._90 {
  padding-top: 90px;
}

.i_java {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.i_net {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.i_java_script {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_world {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.l_footer {
  color: #fff;
}

.icon_facebook {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_mail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link_breadcrumb {
  color: #484848;
  text-decoration: none;
}

.link_breadcrumb:hover {
  color: #009f9b;
  text-decoration: underline;
}

.link_breadcrumb:focus {
  color: #009f9b;
  text-decoration: underline;
}

.heading_h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  font-family: 'Roboto Slab', sans-serif;
  color: #484848;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
}

.image_our_customers {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.heading {
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Roboto Slab', sans-serif;
  color: #484848;
  font-size: 20px;
  line-height: 23px;
}

.heading.center {
  margin-top: 5px;
  text-align: center;
}

.heading.green {
  width: 100%;
  margin-top: 0px;
  color: #009f9b;
}

.test_container_20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 3px 10px 2px rgba(7, 33, 58, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: transparent;
}

.call-to-action-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 18px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: 2px solid #b8c6d7;
  border-radius: 15px;
  background-color: #fff;
}

.call-to-action-light.in-text {
  margin-top: 60px;
  padding-right: 29px;
  border-style: solid;
  border-width: 1px;
  border-color: #49a7cf;
  border-radius: 5px;
  background-color: rgba(7, 33, 58, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.call-to-action-light.in-text._10 {
  margin-right: 10px;
  margin-left: 10px;
}

.button_cta {
  display: block;
  min-width: 200px;
  margin-bottom: 0px;
  padding: 13px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #49a7cf;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button_cta:hover {
  border: 2px solid #b8c6d7;
  background-color: #fff;
  color: #49a7cf;
}

.button_cta._12 {
  margin-left: 10px;
}

.button_cta.small {
  max-width: 500px;
  min-width: auto;
}

.icon_arrow {
  margin-right: 10px;
}

.call-to-action-light-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 52px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.mesto_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15%;
  padding-right: 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;
  background-image: url('../images/city_green.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading_cta {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
}

.heading_cta.green {
  width: 100%;
  margin-top: 0px;
}

.heading_cta.green {
  width: 100%;
  margin-top: 0px;
  color: #009f9b;
}

.italic-text {
  color: #009f9b;
  font-size: 25px;
  font-weight: 700;
}

.span_call-to {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #484848;
  font-size: 16px;
  line-height: 5px;
}

.mesto_podstranky {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  background-image: url('../images/city_green.svg');
  background-position: 50% 100%;
  background-size: 865px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.paragraph_podstranka {
  min-width: 100%;
  margin-top: 25px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #484848;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

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

.paragraph_podstranka.white {
  color: #fff;
}

.paragraph_podstranka.white._50 {
  width: 50%;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon_people {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_innovation {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_excellence {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_honesty {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_persistent {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_responsible {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h1-44 {
  display: block;
  margin: 10px 0px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.h1-44.align {
  text-align: left;
}

.h1-44.white {
  margin-top: -44px;
  color: #fff;
}

.h1-44.h_form {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.h1-44.clear {
  margin-top: 0px;
  color: #fff;
}

.h1-44.clear.left {
  text-align: left;
}

.h1-44.left {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 5px;
}

.wrap_rounded_box-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.box-news {
  display: block;
  max-width: 33.3%;
  padding: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.box-news-detail {
  display: block;
  max-width: 100%;
  padding: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.s_welcome-news {
  display: block;
  padding: 30px 0px 90px;
  -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;
}

.button_contact {
  display: block;
  min-width: 200px;
  margin-top: 12px;
  margin-bottom: 0px;
  padding: 13px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #49a7cf;
  border-radius: 10px;
  background-color: #49a7cf;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button_contact:hover {
  border-color: #49a7cf;
  background-color: transparent;
  color: #49a7cf;
}

.icon_home {
  margin-right: 14px;
}

.h3_home {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.h3_home.white {
  min-width: 100%;
  color: #fff;
}

.h3_podnadpis {
  min-width: 100%;
  margin-bottom: 5px;
  color: #009f9b;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

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

.paragraph {
  min-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.paragraph.left {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.paragraph.left._20 {
  margin-top: 20px;
}

.h4_podnadpis {
  min-width: 100%;
  margin-bottom: 5px;
  color: #009f9b;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.h3_banner {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.h3_home-who {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #49a7cf;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.h1-44_v2 {
  display: block;
  margin-top: -44px;
  margin-bottom: 0px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  font-family: 'Roboto Slab', sans-serif;
  color: #484848;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.h1-44_v2.clear {
  margin-top: 0px;
}

.h1-44_v2.clear.left {
  text-align: left;
}

.h1-44_v2.left {
  text-align: left;
}

.h3_podstranka {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.h3_podstranka.left {
  color: #484848;
  text-align: left;
  text-transform: none;
}

.h3_podstranka.left._20 {
  margin-top: 20px;
}

.h3_podstranka.left.space {
  margin-top: 20px;
}

.h3_podstranka.space {
  margin-top: 20px;
}

.paragraph_special {
  min-width: 100%;
  margin-top: 25px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #484848;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.button_main {
  min-width: 200px;
  margin-top: 0px;
  padding: 13px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #49a7cf;
  border-radius: 30px;
  background-color: #49a7cf;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button_main:hover {
  border-radius: 30px;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #49a7cf;
}

.a_floor {
  position: absolute;
  top: 289px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_camera {
  position: absolute;
  right: 85px;
  bottom: 9px;
  z-index: 29;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_micro {
  position: absolute;
  right: 37px;
  bottom: 9px;
  z-index: 28;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_mail {
  position: absolute;
  left: 140px;
  bottom: 9px;
  z-index: 29;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_mobile {
  position: absolute;
  left: 79px;
  bottom: 9px;
  z-index: 28;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_pencil {
  position: absolute;
  left: 43px;
  bottom: 11px;
  z-index: 27;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_document {
  position: absolute;
  right: 137px;
  bottom: 9px;
  z-index: 29;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_shout {
  position: absolute;
  right: 66px;
  bottom: 142px;
  z-index: 30;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_image {
  position: absolute;
  left: 283px;
  bottom: 201px;
  z-index: 28;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_chip {
  position: absolute;
  left: 208px;
  bottom: 222px;
  z-index: 27;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_cloud {
  position: absolute;
  left: 170px;
  bottom: 139px;
  z-index: 32;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_folder {
  position: absolute;
  left: 128px;
  bottom: 106px;
  z-index: 26;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_thumb {
  position: absolute;
  left: 116px;
  bottom: 207px;
  z-index: 27;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_plus_a {
  position: absolute;
  right: 113px;
  bottom: 323px;
  z-index: 25;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_plus_simple_a {
  position: absolute;
  left: 50px;
  bottom: 108px;
  z-index: 25;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_wave {
  position: absolute;
  left: 0px;
  bottom: 270px;
  z-index: 25;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_line {
  position: absolute;
  right: 0px;
  bottom: 298px;
  z-index: 25;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_line_b {
  position: absolute;
  left: 0px;
  bottom: 242px;
  z-index: 25;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_plus_b {
  position: absolute;
  left: 184px;
  bottom: 380px;
  z-index: 25;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a_wawe_b {
  position: absolute;
  right: 0px;
  bottom: 189px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wf_window {
  position: static;
  bottom: 40px;
  z-index: 31;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 228px;
  height: 120px;
  -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;
  border: 2px solid #484848;
  background-color: #fff;
}

.wf_browser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 228px;
  height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.a_mouse {
  position: absolute;
  bottom: 63px;
  z-index: 34;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 60px;
  -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;
  border: 2px solid #727272;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.a_scrolovatko {
  width: 10px;
  height: 10px;
  margin-top: 12px;
  border-radius: 10px;
  background-color: #727272;
}

.wf_logo {
  width: 50px;
  height: 10px;
  margin-right: 30px;
  background-color: #198a91;
}

.wf_-menu {
  width: 20px;
  height: 5px;
  margin-top: 3px;
  margin-left: 5px;
  background-color: #b8c6d7;
}

.wf_frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 65px;
  margin-bottom: 10px;
  padding-top: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e7eaef;
}

.wf_item {
  width: 50px;
  height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #b8c6d7;
}

.wf_headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 40px;
  margin-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #e7eaef;
}

.wf_subhead {
  width: 105px;
  height: 15px;
  margin-top: 5px;
  background-color: #fff;
}

.wf_line_short {
  width: 40px;
  height: 10px;
  margin-top: 5px;
  margin-left: 16px;
  background-color: #fff;
}

.wf_heading_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  padding-left: 5px;
  -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: #b8c6d7;
}

.wf_heading {
  width: 70px;
  height: 5px;
  margin-left: 5px;
  background-color: #b8c6d7;
}

.wf_longline {
  width: 180px;
  height: 5px;
  margin-top: 5px;
  background-color: #b8c6d7;
}

.wf_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-right: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #b8c6d7;
}

.wf_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 40px;
  margin: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e7eaef;
}

.wf_heading2 {
  width: 50px;
  height: 5px;
  margin-right: 5px;
  background-color: #b8c6d7;
}

.wf_button {
  width: 30px;
  height: 5px;
  background-color: #fff;
}

.wf_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  padding-top: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.wf_head {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 50px;
  background-color: #fff;
}

.wf_panacik {
  width: 35px;
  height: 15px;
  border-radius: 200px 200px 0px 0px;
  background-color: #fff;
}

.wf_section_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-top: 21px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #e7eaef;
}

.wf_something {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 15px;
  margin: 15px 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #b8c6d7;
}

.wf_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 30px;
  padding-top: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.wf_section_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 95px;
  margin-bottom: 5px;
  padding-top: 21px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #e7eaef;
}

.a_notebook_wrap {
  position: absolute;
  bottom: 11px;
  z-index: 32;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 296px;
  height: 176px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: transparent;
}

.a_case_1 {
  width: 296px;
  height: 12px;
  border: 2px solid #484848;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #fff;
}

.a_case_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 296px;
  height: 8px;
  -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;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #484848;
  background-color: #b8c6d7;
}

.a_display {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 254px;
  height: 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #484848;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.a_nawbar {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 228px;
  height: 14px;
  margin-top: 10px;
  -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;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #484848;
  background-color: #b8c6d7;
}

.div-block-59 {
  width: 7px;
  height: 7px;
  margin-right: 3px;
  border: 2px solid #484848;
  border-radius: 10px;
  background-color: #fff;
}

.a_case_3 {
  width: 50px;
  height: 4px;
  border-style: none solid solid;
  border-width: 2px;
  border-color: #484848;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #97a4b3;
}

.headline_hero_small_2 {
  display: inline-block;
  min-width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  clear: none;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 27px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 2.9px;
}

.call-to-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 18px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: 2px solid #b8c6d7;
  border-radius: 15px;
  background-color: #fff;
}

.s_a_clients {
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-60 {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  padding-right: 0px;
  background-image: url('../images/nav_a_right_w-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-60:hover {
  background-image: url('../images/nav_a_right_w_g-01.svg');
  background-position: 50% 50%;
  background-size: 20px;
}

.div-block-60:focus {
  background-image: none;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-10 {
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.text-block-10:hover {
  color: #009f9b;
}

.dropdown-toggle-2 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  float: none;
  clear: none;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #989590;
  border-bottom: 1px none #484848;
}

.bold-text-21 {
  min-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  color: #009f9b;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-6 {
  clear: none;
  color: #484848;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-6:hover {
  color: #009f9b;
}

.heading_box-home {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  box-shadow: 0 3px 10px 2px rgba(7, 33, 58, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-decoration: none;
}

.link-block:hover {
  padding: 0px;
  border-radius: 5px;
}

.h3_podnadpis-2 {
  min-width: 100%;
  margin-bottom: 5px;
  color: #009f9b;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
}

.h3_podnadpis-2.gray {
  font-family: 'Roboto Slab', sans-serif;
  color: #484848;
  font-size: 20px;
  line-height: 23px;
  text-transform: none;
}

.i_linux {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown_menu {
  padding-right: 20px;
  padding-left: 0px;
  background-color: #fff;
  color: #484848;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.dropdown_menu:hover {
  color: #009f9b;
}

.dropdown_menu:focus {
  color: #009f9b;
}

.dropdown_menu.w--open:hover {
  color: #009f9b;
}

.dropdown_menu.w--open:focus {
  color: #009f9b;
}

.dropdown-link {
  color: #484848;
}

.dropdown-link:hover {
  background-color: #009f9b;
  color: #fff;
}

.dropdown-link:focus {
  background-color: #009f9b;
  color: #fff;
}

.dropdown-link.w--current {
  color: #484848;
}

.dropdown-link.w--current:focus {
  color: #fff;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  margin-top: 0px;
  padding-top: 13px;
}

.dropdown-list-3 {
  background-color: #fff;
}

.dropdown-list-3.w--open {
  padding-top: 13px;
}

.dropdown-list-4 {
  padding-top: 13px;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  color: #484848;
}

.icon {
  margin-right: 15px;
}

.icon-2 {
  margin-right: 15px;
}

.icon-3 {
  margin-right: 15px;
}

.s_strenghts {
  display: block;
  padding: 30px 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-bottom: 1px solid #e7eaef;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.heading_stren {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #484848;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.heading_stren.hp {
  margin-top: 17px;
}

.box-30 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  max-width: 33.33333333%;
  margin: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.box-30:hover {
  background-color: rgba(7, 33, 58, 0.8);
}

.box-30.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-30.wrap.hp {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.link_streng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ececec;
  border-radius: 5px;
  background-color: #fff;
  text-decoration: none;
}

.link_streng:hover {
  box-shadow: 0 2px 10px 0 hsla(0, 0%, 62%, 0.57);
}

.box-_25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25%;
  padding: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
}

.side-menu {
  display: block;
  overflow: visible;
  width: 270px;
  max-width: 270px;
  min-width: 270px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.test_container_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 10px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.test_paragraph_side {
  position: static;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  padding: 12px;
  -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-radius: 5px;
  background-color: #f5f8fa;
  background-image: url('../images/arrow_side_g.svg');
  background-position: 96% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  color: #484848;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link_side:hover {
  background-color: #009f9b;
  background-image: url('../images/arrow_side_w.svg');
  color: #fff;
}

.link_side:focus {
  background-color: #009f9b;
  background-image: url('../images/arrow_side_w.svg');
  color: #fff;
}

.link_side.w--current {
  background-color: #009f9b;
  background-image: url('../images/arrow_side_w-01.svg');
  background-position: 96% 50%;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
}

.link_side.w--current:hover {
  background-image: url('../images/arrow_side_w-01.svg');
  background-size: auto 16px;
}

.link_side.w--current:focus {
  background-image: url('../images/arrow_side_w-01.svg');
  background-size: auto 16px;
}

.h3_side {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.test_cta {
  width: 100%;
  margin-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrap_rounded_box_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 20px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.d_loga_wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  margin: 30px -5px 20px;
  padding: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.button_cta-2 {
  display: block;
  min-width: 200px;
  margin-bottom: 0px;
  padding: 13px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #009f9b;
  border-radius: 10px;
  background-color: #009f9b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button_cta-2:hover {
  border: 2px solid #b8c6d7;
  background-color: #fff;
  color: #009f9b;
}

.button_cta-2._12 {
  border-color: #49a7cf;
  background-color: #49a7cf;
}

.button_cta-2._12:hover {
  background-color: #fff;
  color: #49a7cf;
}

.rounded_comtent_nonanimation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ececec;
  border-radius: 5px;
  background-color: #fff;
}

.rounded_comtent_nonanimation:hover {
  box-shadow: 0 1px 10px 0 hsla(0, 0%, 62%, 0.41);
}

.h1-44_nonanimation {
  display: block;
  margin-top: -44px;
  margin-bottom: 0px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  font-family: 'Roboto Slab', sans-serif;
  color: #484848;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.h1-44_nonanimation.clear {
  margin-top: 0px;
}

.h1-44_nonanimation.clear.left {
  text-align: left;
}

.h1-44_nonanimation.clear.left._30 {
  margin-top: 30px;
}

.h1-44_nonanimation.clear.left.space {
  width: 33.333333333333336%;
  margin-top: 20px;
}

.h1-44_nonanimation.left {
  text-align: left;
}

.timeline_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 205px;
  -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;
}

.timeline_content_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.timeline_icont_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: 0px;
  margin-left: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.t_year {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #484848;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.timeline_content-_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.t_paragraph {
  margin-top: 5px;
}

.t_paragraph.t_right {
  text-align: right;
}

.timeline_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ico_timeline {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #b8c6d7;
  border-radius: 100px;
  background-color: #fff;
}

.t_header {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #009f9b;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  text-align: left;
}

.t_header.right {
  text-align: right;
}

.t_line {
  position: static;
  width: 5px;
  height: 100%;
  border-radius: 0px;
  background-color: #b8c6d7;
}

.t_line.top {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.t_line.bottom {
  border-radius: 0px 0px 5px 5px;
}

.d_image_holder {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-64 {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-holder_gf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ececec;
  border-radius: 5px;
}

.text-span-75 {
  color: #484848;
}

.table-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #9e9e9e;
  background-color: transparent;
}

.type.last {
  border-right-style: solid;
}

.p_cookies_table {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.div-block-66 {
  width: 100%;
  height: 1px;
  background-color: #9e9e9e;
}

.bold-text-24 {
  font-size: 16px;
}

.text-block-11 {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
}

.eu_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 18px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: 2px solid #b8c6d7;
  border-radius: 15px;
  background-color: #fff;
}

.eu_banner.in-text {
  margin-top: 30px;
  background-color: #fff;
}

.eu_banner.in-text._10 {
  margin-right: 10px;
  margin-left: 10px;
}

.image-40 {
  margin-right: 23px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.span-hpe {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 21px;
}

.paragraph-16 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.numbers-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.numbers-holder.hpe {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph_right {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #484848;
  font-size: 16px;
  line-height: 25px;
}

.paragraph_right.news {
  margin-top: 30px;
}

.paragraph_right.news.left {
  font-style: normal;
  white-space: normal;
}

.text-span-76 {
  text-transform: none;
}

.text-span-77 {
  text-transform: none;
}

.text-span-78 {
  text-transform: none;
}

.text-span-79 {
  text-transform: none;
}

.d_welcome_text_hp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-width: 60%;
  margin-top: 0px;
  margin-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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span-80 {
  color: #009f9b;
}

.text-span-81 {
  color: #009f9b;
}

.text-span-82 {
  color: #009f9b;
}

.text-span-83 {
  font-size: 18px;
  line-height: 18px;
}

.text-span-84 {
  font-size: 18px;
  line-height: 18px;
}

.text-span-85 {
  font-size: 18px;
}

.text-span-86 {
  font-size: 40px;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-87 {
  text-transform: none;
}

.text-span-88 {
  text-transform: none;
}

.text-span-89 {
  text-transform: none;
}

.text-span-90 {
  text-transform: none;
}

.youtube {
  height: 600px;
}

.div-block-69 {
  width: 400px;
}

.image-41 {
  margin-bottom: 61px;
}

.box-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border-radius: 5px;
}

.box-50.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-50.wrap.hp {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.bold-text-25 {
  color: #49a7cf;
}

.bold-text-26 {
  color: #49a7cf;
  font-weight: 400;
}

.bold-text-27 {
  color: #49a7cf;
}

.image-42 {
  border-radius: 70px;
}

.div-block-70 {
  position: relative;
  width: 250px;
  margin-left: 27px;
}

.tabs {
  width: 100%;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.p {
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.h3 {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-link-tab-1 {
  max-width: 33.3333px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-link-tab-1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.333333333333336%;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.333333333333336%;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #ececec;
  font-size: 16px;
}

.tab-link:hover {
  background-color: #49a7cf;
  color: #fff;
}

.tab-link.w--current {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #49a7cf;
  color: #fff;
}

.tab-link.center {
  margin-right: 10px;
  margin-left: 10px;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.333333333333336%;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block-72._20 {
  margin-left: 20px;
}

.image-44 {
  border-radius: 70px;
}

.heading-3 {
  margin-top: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #49a7cf;
  font-size: 40px;
}

.call-to-action-light-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 18px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: 2px solid #b8c6d7;
  border-radius: 15px;
  background-color: #fff;
}

.call-to-action-light-2.in-text {
  margin-top: 30px;
  background-color: #fff;
}

.call-to-action-light-2.in-text._10 {
  margin-right: 10px;
  margin-left: 10px;
}

.eu_banner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 18px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: 2px solid #b8c6d7;
  border-radius: 15px;
  background-color: #fff;
}

.eu_banner-2.in-text {
  margin-top: 30px;
  background-color: #fff;
}

.eu_banner-2.in-text._10 {
  margin-right: 10px;
  margin-left: 10px;
}

.italic-text-2 {
  color: #fff;
  text-align: left;
}

.italic-text-2.left {
  text-align: left;
}

.image-45 {
  width: 800px;
  margin-top: 39px;
  margin-bottom: 20px;
}

.box-30-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.33333333%;
  padding: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border-radius: 5px;
}

.box-30-copy.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-30-copy.wrap.hp {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.link-block-_odrazky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(73, 167, 207, 0.83);
  border-radius: 5px;
  background-color: rgba(7, 33, 58, 0.8);
  text-decoration: none;
}

.podnazov {
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  color: #49a7cf;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
}

.podnazov.left {
  margin: 0px;
  text-align: left;
}

.podnazov.left._20 {
  margin-top: 20px;
}

.h3_podnadpis_odrazky {
  min-width: 100%;
  margin-bottom: 0px;
  color: #009f9b;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

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

.list {
  margin-top: 20px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  list-style-type: disc;
}

.wrap_box_odrazky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.wrap_box_odrazky.podstranka {
  min-width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.text-span-91 {
  color: #49a7cf;
}

.text-span-92 {
  color: #fff;
}

.text-span-93 {
  color: #fff;
}

.image-46 {
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 16%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 500px;
  -webkit-transition: padding 100ms ease;
  transition: padding 100ms ease;
  text-decoration: none;
}

.link-block-2:hover {
  padding: 0px;
}

.link-block-2.bottom {
  bottom: 8%;
}

.link-block-2.h {
  bottom: 9%;
}

.arrow_arial {
  display: inline-block;
  min-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-top: 0px;
  clear: none;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.div-block-73 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, transparent 20%, #183c5e 61%, #09253f), -webkit-gradient(linear, left top, left bottom, color-stop(67%, rgba(24, 60, 94, 0)), color-stop(94%, #183c5e));
  background-image: radial-gradient(circle farthest-corner at 50% 100%, transparent 20%, #183c5e 61%, #09253f), linear-gradient(180deg, rgba(24, 60, 94, 0) 67%, #183c5e 94%);
}

.div-block-74 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: url('../images/background_2.jpg'), -webkit-gradient(linear, left top, left bottom, from(#29688b), to(#29688b));
  background-image: url('../images/background_2.jpg'), linear-gradient(180deg, #29688b, #29688b);
  background-position: 50% 100%, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat-x, repeat;
}

.m_button {
  margin-left: -1px;
  border-right: 1px solid #b8c6d7;
  border-left: 1px solid #b8c6d7;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.m_button:hover {
  background-color: rgba(7, 33, 58, 0.8);
}

.div-block-75 {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}

.link_b_icons {
  position: relative;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-decoration: none;
}

.m_button-_2 {
  margin-left: -1px;
  border-style: solid;
  border-width: 1px;
  border-color: #49a7cf;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Roboto, sans-serif;
}

.m_button-_2:hover {
  background-color: #49a7cf;
}

.s_points {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 0px;
  padding-left: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block-76 {
  margin-bottom: 40px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.text-span-94 {
  font-size: 21px;
}

.text_content_box_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 46px;
  margin-left: 46px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text_content_box_icons.news {
  display: block;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-47 {
  margin-top: 5px;
}

.test_container-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 10px;
  background-color: transparent;
}

.test_container-contact.order {
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.test_container-contact.join {
  background-color: transparent;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 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;
}

.text-span-95 {
  margin-right: 20px;
  padding-right: 0px;
}

.intro_text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-block-3 {
  position: relative;
  z-index: 2;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b8c6d7;
  border-radius: 500px;
  background-color: rgba(7, 33, 58, 0.8);
}

.div-block-78:hover {
  background-color: rgba(7, 33, 58, 0.8);
}

.image-48 {
  width: 150px;
  max-width: none;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.div-block-79 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: border-color 600ms ease, background-color 600ms ease;
  transition: border-color 600ms ease, background-color 600ms ease;
}

.div-block-79:hover {
  border-color: #49a7cf;
}

.image-49 {
  width: 150px;
  margin: 20px;
}

.image-50 {
  width: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.image-51 {
  width: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.image-52 {
  width: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.image-53 {
  width: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.image-54 {
  margin-bottom: 5px;
}

.link-block-4 {
  text-decoration: none;
}

.link_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  text-decoration: none;
}

.link_footer:hover {
  background-color: #49a7cf;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span-96 {
  font-family: Roboto, sans-serif;
}

.image-55 {
  width: 630px;
}

.div-block-81 {
  width: 100px;
}

.div-block-82 {
  height: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

html.w-mod-js *[data-ix="acordeonopenclose"] {
  display: none;
  height: 0px;
}

@media screen and (max-width: 991px) {
  .menu_link {
    padding: 10px 30px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    text-align: left;
    text-transform: none;
  }

  .menu_link:hover {
    color: #484848;
  }

  .menu_link.career {
    margin: 5px 30px 20px;
    padding-left: 10px;
    border-color: #fff;
    color: #fff;
  }

  .headline_hero {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .d_welcome_text {
    width: 100%;
    min-width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    padding-left: 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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .d_welcome_image {
    max-width: 50%;
    margin-bottom: 0px;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .nav-menu {
    position: absolute;
    left: 0px;
    top: 86px;
    right: 0px;
    bottom: auto;
    z-index: 50;
    margin-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: linear-gradient(1deg, #198a91, #009f9b);
    text-align: right;
  }

  .s_welcome {
    height: auto;
    padding-top: 40px;
    padding-bottom: 180px;
  }

  .d_mini_menu {
    padding-right: 30px;
    padding-left: 30px;
  }

  .d_c_benefits {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-size: contain;
  }

  .d_c_benefits.w {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .h2_fade {
    margin-right: 0px;
    margin-left: 0px;
  }

  .h2_fade.left {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .paragraph_homepage {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph_homepage.welcome {
    text-align: center;
  }

  .paragraph_homepage.left {
    text-align: center;
  }

  .s_what_we_do {
    padding: 0px 40px 144px;
  }

  .icon_it {
    text-align: left;
  }

  .d_form {
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .d_form.career {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .wrap_footer {
    padding: 0px 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading_footer {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .box_footer {
    min-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .paragraph_footer {
    text-align: center;
  }

  .d_footer_icons {
    display: block;
    min-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icon_phone {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .d_box {
    max-width: 50%;
    min-width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .d_main_menu {
    padding-right: 22px;
    padding-left: 30px;
  }

  .menu-button {
    padding: 0px;
    background-color: #fff;
  }

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

  .paragraph_mobile {
    margin: 20px 20px 0px 30px;
    color: #fff;
    text-align: left;
  }

  .div-block-47 {
    width: 37px;
    height: 3px;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 29px;
    padding-top: 0px;
    background-color: #fff;
  }

  .hamburger-wrapper {
    background-color: #fff;
  }

  .hamburger-wrapper:hover {
    background-color: transparent;
  }

  .burger-line {
    background-color: #009f9b;
  }

  .container_hero {
    padding: 0px 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .headline_hero_small {
    text-align: center;
  }

  .wrap_rounded_box {
    padding-bottom: 183px;
  }

  .wrap_rounded_box.podstranka {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rounded_comtent {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rounded_comtent.solutions {
    margin-right: 0px;
    margin-left: 0px;
  }

  .d_mini_footer {
    display: block;
    -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;
    text-align: center;
  }

  .s_header {
    padding-top: 133px;
  }

  .container_header {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d_header_image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .d_c_a_customers {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-51 {
    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;
  }

  .akordeon {
    margin-top: 20px;
  }

  .akordeon.integrator {
    padding-top: 0px;
  }

  .image-18 {
    max-width: 70%;
  }

  .d_download {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-13 {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .box {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .box.solution {
    padding-right: 0px;
    padding-left: 0px;
  }

  .box.side_content {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .d_logo_box {
    max-width: 33.333%;
    min-width: 33.333%;
  }

  .d_animation {
    max-width: 90%;
    min-width: 700px;
  }

  .icon_mail_footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .test_container {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .test_container.order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .test_paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .test_paragraph.podstranka {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .d_contact {
    padding-right: 134px;
    padding-left: 134px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .h1_span.bullet {
    line-height: 20px;
  }

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

  .career_box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .icon_character {
    max-height: 400px;
  }

  .section-3._90 {
    padding-top: 0px;
  }

  .heading {
    text-align: center;
  }

  .heading.center {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .test_container_20 {
    margin-bottom: 62px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button_cta._12 {
    margin-top: 12px;
  }

  .call-to-action-light-form {
    height: 75%;
  }

  .mesto_form {
    height: 25%;
  }

  .heading_cta.green.center {
    text-align: center;
  }

  .mesto_podstranky {
    margin-top: 0px;
    padding-top: 100px;
  }

  .paragraph_podstranka {
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .h1-44 {
    line-height: 40px;
  }

  .h1-44.align {
    text-align: center;
  }

  .h1-44.clear.left {
    text-align: left;
  }

  .h1-44.left {
    text-align: center;
  }

  .wrap_rounded_box-news {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .box-news {
    width: 100%;
    max-width: 50%;
  }

  .box-news-detail {
    width: 100%;
  }

  .s_welcome-news {
    padding-top: 50px;
  }

  .button_contact {
    margin-top: 12px;
  }

  .paragraph {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph.left {
    text-align: left;
  }

  .h3_home-who {
    text-align: center;
  }

  .h1-44_v2.clear.left {
    text-align: left;
  }

  .h3_podstranka.left {
    text-align: center;
  }

  .h3_podstranka.left.space.l {
    text-align: left;
  }

  .paragraph_special {
    margin-right: 0px;
    margin-left: 0px;
  }

  .headline_hero_small_2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .call-to-action.wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown_menu {
    padding: 10px 30px 10px 0px;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    text-transform: none;
  }

  .dropdown_menu:hover {
    color: #484848;
  }

  .dropdown_menu.w--open:hover {
    color: #484848;
  }

  .dropdown-link {
    padding-right: 30px;
    padding-left: 30px;
    color: #fff;
  }

  .dropdown-link:hover {
    color: #484848;
  }

  .dropdown-list-2.w--open {
    padding-bottom: 13px;
    background-color: transparent;
    color: #fff;
  }

  .dropdown-list-3.w--open {
    padding-bottom: 13px;
    background-color: transparent;
  }

  .dropdown-list-4.w--open {
    padding-bottom: 13px;
    background-color: transparent;
  }

  .icon {
    margin-right: 30px;
  }

  .icon-2 {
    margin-right: 30px;
  }

  .icon-3 {
    margin-right: 30px;
  }

  .box-30 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link_streng {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box-_25 {
    width: 100%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .test_container_side {
    padding-right: 20px;
    padding-left: 20px;
  }

  .test_paragraph_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .test_cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .wrap_rounded_box_side {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .d_loga_wrap-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button_cta-2._12 {
    margin-top: 12px;
  }

  .rounded_comtent_nonanimation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h1-44_nonanimation.clear.left {
    text-align: left;
  }

  .h1-44_nonanimation.clear.space {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .timeline_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .timeline_content_right {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .timeline_content_right.top {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .timeline_icont_content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .timeline_content-_left {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .t_paragraph {
    text-align: center;
  }

  .t_paragraph.t_right {
    text-align: center;
  }

  .t_header {
    text-align: center;
  }

  .t_header.right {
    text-align: center;
  }

  .t_line {
    min-height: 80px;
    border-radius: 5px;
  }

  .t_line.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    border-radius: 5px;
  }

  .t_line.bottom {
    border-radius: 5px;
  }

  .numbers-holder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .d_welcome_text_hp {
    width: 100%;
    min-width: 100%;
    margin-top: 40px;
    padding-left: 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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .box-50 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-43 {
    right: 37%;
    display: none;
  }

  .image-45 {
    margin-bottom: 20px;
  }

  .box-30-copy {
    width: 100%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-block-_odrazky {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .podnazov {
    margin-right: 0px;
    margin-left: 0px;
  }

  .podnazov.left {
    text-align: left;
  }

  .wrap_box_odrazky {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrap_box_odrazky.podstranka {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-46 {
    width: 100%;
  }

  .link-block-2 {
    bottom: 40px;
  }

  .link-block-2.bottom {
    bottom: 3%;
  }

  .arrow_arial {
    margin-top: -5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
    line-height: 28px;
    text-align: center;
  }

  .div-block-73 {
    height: auto;
  }

  .link_b_icons {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .s_points {
    height: auto;
    padding-top: 0px;
  }

  .test_container-contact {
    padding-right: 20px;
    padding-left: 20px;
  }

  .test_container-contact.order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-48 {
    margin-right: 53px;
    margin-left: 53px;
  }

  .image-50 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .image-51 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .div-block-80 {
    display: none;
  }

  .image-56 {
    width: 200px;
  }

  .div-block-82 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: relative;
    top: 0px;
    z-index: 40;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .headline_hero {
    display: block;
    min-width: auto;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 22.5px;
  }

  .d_welcome_text {
    margin-left: 0px;
  }

  .d_welcome_image {
    max-width: 80%;
    min-width: 300px;
  }

  .nav-menu {
    position: absolute;
    z-index: 999;
    margin-right: 0px;
    padding-top: 30px;
  }

  .s_welcome {
    padding: 20px 20px 0px;
  }

  .s_welcome.news {
    padding-top: 0px;
  }

  .d_c_benefits {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .d_c_benefits.w {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .h2_fade {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 65px;
    line-height: 65px;
  }

  .paragraph_homepage.left {
    text-align: left;
  }

  .s_what_we_do {
    padding: 20px;
  }

  .paragraph_box {
    text-align: left;
  }

  .d_form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .d_form.career {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrap_footer {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .d_box {
    min-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hamburger-wrapper {
    background-color: #fff;
  }

  .s_banner {
    padding-top: 0px;
  }

  .container_hero {
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .d_text_hero {
    display: none;
    margin-top: 0px;
  }

  .headline_hero_small {
    font-size: 2.3vw;
  }

  .wrap_rounded_box {
    display: none;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .wrap_rounded_box.podstranka {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .rounded_comtent.solutions {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .d_mini_footer {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: center;
  }

  .s_header {
    padding-top: 0px;
  }

  .container_header {
    -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-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .d_header_image {
    min-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;
  }

  .h1_header {
    text-align: center;
  }

  .h1_header.left {
    text-align: left;
  }

  .breadcrumb {
    text-align: center;
  }

  .d_header_text {
    max-width: 100%;
    margin-top: 21px;
    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;
  }

  .heading-2 {
    text-align: center;
  }

  .div-block-51 {
    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;
  }

  .akordeon {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown {
    display: block;
  }

  .image-18 {
    max-width: 70%;
  }

  .dropdown-list {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }

  .paragraph-13 {
    margin-bottom: 0px;
    padding: 10px 20px 30px;
    color: #484848;
    line-height: 25px;
  }

  .paragraph-13.security {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image_about_us {
    min-height: auto;
  }

  .box {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .box.solution {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .box.career {
    max-width: 100%;
  }

  .d_loga_wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .d_logo_box {
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .d_f_logo {
    text-align: center;
  }

  .test_container {
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .test_paragraph {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .test_paragraph.client {
    padding-right: 0px;
    padding-left: 0px;
  }

  .test_paragraph.podstranka {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .d_contact {
    padding-top: 0px;
    padding-right: 27px;
    padding-left: 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h1_span.bullet {
    margin-top: 30px;
    line-height: 20px;
  }

  .button_map {
    margin-top: 35px;
  }

  .career_box {
    min-width: 100%;
  }

  .career_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading {
    text-align: center;
  }

  .heading.green {
    text-align: center;
  }

  .test_container_20 {
    padding: 40px 20px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .call-to-action-light {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button_cta {
    margin-top: 12px;
  }

  .heading_cta {
    text-align: center;
  }

  .heading_cta.green {
    text-align: center;
  }

  .heading_cta.green {
    text-align: center;
  }

  .mesto_podstranky {
    margin-top: 40px;
    padding-top: 100px;
  }

  .paragraph_podstranka.white._50 {
    width: 100%;
    margin-top: 20px;
  }

  .h1-44 {
    font-size: 23px;
    line-height: 30px;
  }

  .h1-44.left {
    font-size: 23px;
  }

  .wrap_rounded_box-news {
    padding-right: 0px;
    padding-left: 0px;
  }

  .box-news {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .box-news-detail {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .s_welcome-news {
    padding-top: 50px;
  }

  .button_contact {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .paragraph {
    margin-bottom: 0px;
  }

  .paragraph.left {
    text-align: left;
  }

  .h3_banner {
    text-align: center;
  }

  .h3_podstranka.left {
    text-align: center;
  }

  .headline_hero_small_2 {
    display: none;
    min-width: auto;
    margin-top: 11px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 5vw;
  }

  .call-to-action {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .call-to-action.wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading_box-home {
    margin-right: 18px;
    margin-left: 18px;
    font-size: 14px;
    text-align: center;
  }

  .box-30 {
    max-width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .box-_25 {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .side-menu {
    height: auto;
    min-width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .test_container_side {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .test_paragraph_side {
    min-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .h3_side {
    color: #484848;
    text-align: left;
  }

  .test_cta {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .wrap_rounded_box_side {
    padding-right: 0px;
    padding-left: 0px;
  }

  .d_loga_wrap-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button_cta-2 {
    margin-top: 12px;
  }

  .timeline_content_right.top {
    padding-top: 10px;
  }

  .t_year {
    color: #484848;
    text-align: left;
  }

  .timeline_content-_left {
    padding-top: 10px;
  }

  .t_header {
    color: #009f9b;
    text-align: center;
  }

  .d_image_holder {
    padding-right: 0px;
    padding-left: 0px;
  }

  .type {
    width: 100%;
    margin: 5px;
    border-right-style: solid;
  }

  .type.last {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .eu_banner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-40 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-67 {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph-16.center {
    text-align: center;
  }

  .paragraph_right {
    text-align: left;
  }

  .box-50 {
    width: 100%;
    max-width: 100%;
    padding: 20px 0px 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .div-block-70 {
    display: none;
  }

  .image-43 {
    display: block;
  }

  .call-to-action-light-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eu_banner-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-45 {
    margin-bottom: 20px;
  }

  .box-30-copy {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .link-block-_odrazky {
    padding: 20px;
  }

  .podnazov {
    margin-bottom: 0px;
  }

  .podnazov.left {
    text-align: left;
  }

  .wrap_box_odrazky {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .wrap_box_odrazky.podstranka {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link-block-2 {
    bottom: 10%;
    display: none;
  }

  .link-block-2.h {
    display: none;
  }

  .link-block-2.home.w--current {
    display: block;
  }

  .arrow_arial {
    display: block;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #484848;
    font-size: 4vw;
    line-height: 5vw;
    text-align: center;
  }

  .div-block-74 {
    background-image: url('../images/background_2.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/background_2.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: 500%, auto;
  }

  .m_button-_2 {
    margin-top: 23px;
  }

  .s_points {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .test_container-contact {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro_text {
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
  }

  .link-block-3.w--current {
    text-decoration: none;
  }

  .image-48 {
    margin-right: 42px;
    margin-left: 42px;
  }

  .div-block-79 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-49 {
    margin-right: 21px;
    margin-left: 21px;
  }

  .image-50 {
    margin-right: 47px;
    margin-left: 47px;
  }

  .image-51 {
    margin-right: 43px;
    margin-left: 43px;
  }

  .image-52 {
    margin-right: 31px;
    margin-left: 31px;
  }

  .image-53 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .div-block-80 {
    display: none;
  }

  .image-55 {
    width: 410px;
  }

  .image-56 {
    width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    position: relative;
  }

  .menu_link.w--current {
    color: #fff;
  }

  .menu_link.w--current:hover {
    color: #484848;
  }

  .menu_link.w--current:active {
    color: #484848;
    text-decoration: none;
  }

  .menu_link.w--current:focus {
    color: #484848;
    text-decoration: none;
  }

  .headline_hero {
    margin-top: 10px;
    font-size: 23px;
    line-height: 23px;
  }

  .d_welcome_text {
    margin-left: 0px;
  }

  .d_welcome_image {
    min-width: 160px;
  }

  .nav-menu {
    position: absolute;
    left: 0px;
    top: 86px;
    right: 0px;
    z-index: 999;
    display: block;
    margin-right: 0px;
    padding-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .s_welcome {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .s_welcome.news {
    padding-top: 0px;
  }

  .d_c_benefits {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .h2_fade {
    display: block;
    -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;
    font-size: 15vw;
  }

  .heading_h1-44 {
    font-size: 35px;
    line-height: 35px;
  }

  .heading_h1-44.white {
    margin-top: 0px;
  }

  .heading_h1-44.h_form {
    text-align: center;
  }

  .paragraph_homepage {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph_homepage.white {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
  }

  .paragraph_homepage.left {
    text-align: center;
  }

  .s_what_we_do {
    padding: 10px;
  }

  .heading_box {
    margin-top: 0px;
    text-align: center;
  }

  .heading_box.news {
    margin-top: 20px;
  }

  .paragraph_box {
    text-align: center;
  }

  .paragraph_box.news.left {
    text-align: left;
  }

  .button_home {
    min-width: 140px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .d_form {
    margin-bottom: 35px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .heading_footer {
    text-align: center;
  }

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

  .d_box {
    max-width: 100%;
    min-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .d_main_menu {
    position: static;
  }

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

  .hamburger-wrapper {
    background-color: #fff;
  }

  .container_hero {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .d_text_hero {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .headline_hero_small {
    font-size: 14px;
  }

  .wrap_rounded_box {
    display: none;
    padding: 20px 0px 0px;
  }

  .rounded_comtent {
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .rounded_comtent.solutions {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .d_text_service {
    min-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;
  }

  .image_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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .d_mini_footer {
    -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;
    text-align: center;
  }

  .h1_header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10vw;
    line-height: 10vw;
    text-align: center;
  }

  .h1_header.left {
    text-align: left;
  }

  .breadcrumb {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .d_header_text {
    min-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .d_c_a_customers {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    font-size: 10vw;
    line-height: 10vw;
    text-align: center;
  }

  .akordeon {
    width: 100%;
  }

  .akordeon.integrator {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .dropdown-toggle {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading_acordeon {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
    text-align: left;
  }

  .div-block-53 {
    margin-right: -1px;
    padding-right: 0px;
  }

  .dropdown-list {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

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

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

  .download.it {
    min-width: 100%;
  }

  .text-block-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 4vw;
    text-align: center;
  }

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

  .d_logo_box {
    max-width: 50%;
    min-width: 50%;
  }

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

  .test_container {
    padding: 30px 10px 10px;
  }

  .test_paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .d_contact {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

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

  .h1_span.bullet {
    line-height: 20px;
  }

  .d_box_contact {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-15 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 20px;
    text-align: center;
  }

  .button_map {
    margin-top: 35px;
    text-align: center;
  }

  .s_work_with_us {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .career_content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ico_career {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .special {
    font-size: 5vw;
    line-height: 16px;
  }

  .section-3 {
    padding-top: 0px;
  }

  .section-3.available {
    padding-bottom: 0px;
  }

  .section-3.career {
    padding-top: 50px;
  }

  .section-3._90 {
    padding-bottom: 50px;
  }

  .heading {
    text-align: center;
  }

  .test_container_20 {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .button_cta {
    min-width: 140px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading_cta {
    text-align: center;
  }

  .mesto_podstranky {
    margin-top: 30px;
    padding-top: 90px;
    background-size: 800px;
  }

  .paragraph_podstranka {
    display: block;
    margin-bottom: 20px;
  }

  .h1-44 {
    margin-top: 0px;
    font-size: 23px;
    line-height: 24px;
  }

  .h1-44.align {
    margin-top: 0px;
  }

  .h1-44.white {
    margin-top: 0px;
  }

  .h1-44.h_form {
    text-align: center;
  }

  .h1-44.left {
    font-size: 23px;
  }

  .wrap_rounded_box-news {
    padding-right: 0px;
    padding-left: 0px;
  }

  .s_welcome-news {
    padding-top: 0px;
  }

  .button_contact {
    min-width: 140px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph {
    display: block;
    margin-bottom: 20px;
  }

  .h3_home-who {
    font-size: 16px;
    line-height: 22px;
  }

  .h1-44_v2 {
    margin-top: 0px;
    font-size: 35px;
    line-height: 35px;
  }

  .h3_podstranka.left {
    text-align: left;
  }

  .h3_podstranka.left._20 {
    text-align: left;
  }

  .paragraph_special {
    display: block;
    margin-bottom: 20px;
  }

  .headline_hero_small_2 {
    display: none;
    margin-top: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .s_a_clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-60 {
    margin-right: -1px;
    padding-right: 0px;
  }

  .text-block-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 4vw;
    text-align: center;
  }

  .dropdown-toggle-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .text-block-6 {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
  }

  .heading_box-home {
    margin-top: 0px;
    text-align: center;
  }

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

  .heading_stren {
    margin-top: 0px;
    text-align: center;
  }

  .link_streng {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-menu {
    margin-top: 50px;
  }

  .test_container_side {
    padding-right: 30px;
    padding-left: 30px;
  }

  .test_paragraph_side {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h3_side {
    margin-top: 20px;
  }

  .test_cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrap_rounded_box_side {
    padding-right: 0px;
    padding-left: 0px;
  }

  .d_loga_wrap-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button_cta-2 {
    min-width: 140px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .rounded_comtent_nonanimation {
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .h1-44_nonanimation {
    margin-top: 0px;
    font-size: 35px;
    line-height: 35px;
  }

  .timeline_content_right {
    padding-top: 10px;
  }

  .timeline_icont_content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .t_year {
    margin-top: 0px;
  }

  .timeline_content-_left {
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .t_header {
    margin-top: 0px;
  }

  .t_header.right {
    margin-top: 0px;
  }

  .type {
    width: 100%;
  }

  .image-40 {
    margin-right: 0px;
  }

  .paragraph_right {
    text-align: center;
  }

  .paragraph_right.news.left {
    text-align: left;
  }

  .div-block-68 {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .image-45 {
    margin-bottom: 20px;
  }

  .link-block-_odrazky {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .podnazov {
    display: block;
    margin-bottom: 20px;
  }

  .list {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .wrap_box_odrazky {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .image-46 {
    display: none;
  }

  .link-block-2 {
    bottom: 20%;
    display: none;
  }

  .link-block-2.bottom {
    display: none;
  }

  .link-block-2.home {
    display: block;
  }

  .arrow_arial {
    margin-top: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-73 {
    background-image: radial-gradient(circle farthest-corner at 50% 100%, rgba(24, 60, 94, 0) 20%, #183c5e 61%, #09253f), -webkit-gradient(linear, left top, left bottom, color-stop(67%, rgba(24, 60, 94, 0)), color-stop(94%, #183c5e));
    background-image: radial-gradient(circle farthest-corner at 50% 100%, rgba(24, 60, 94, 0) 20%, #183c5e 61%, #09253f), linear-gradient(180deg, rgba(24, 60, 94, 0) 67%, #183c5e 94%);
  }

  .link_b_icons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .s_points {
    padding: 0px;
  }

  .div-block-76 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

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

  .test_container-contact {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-77 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-48 {
    width: 120px;
    margin: 5px;
  }

  .image-49 {
    width: 120px;
    margin: 5px;
  }

  .image-50 {
    width: 120px;
  }

  .image-51 {
    width: 120px;
  }

  .image-52 {
    width: 120px;
  }

  .image-53 {
    width: 120px;
  }

  .image-56 {
    width: 150px;
  }
}

