body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 54px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -3px;
  text-transform: uppercase;
}

h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Dosis, sans-serif;
  color: #17224b;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -2px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

h5 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Gotham bold', sans-serif;
  color: #e9e6ee;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5c5c5c;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.header {
  display: block;
  width: 100%;
  height: auto;
  max-height: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
}

.slider {
  position: relative;
  display: block;
  height: 500px;
  min-height: 0px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  float: none;
  clear: both;
  background-color: #000;
}

.slide-nav {
  display: none;
}

.slide-1 {
  display: inline-block;
  clear: none;
  background-image: url('/images/viz2.jpg');
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-container {
  display: block;
  width: 80%;
  margin-top: 221px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.right-icon {
  display: block;
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 30px;
}

.right-icon:hover {
  background-color: rgba(51, 51, 51, .49);
  color: #fff;
}

.left-icon {
  display: block;
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 30px;
}

.left-icon:hover {
  background-color: rgba(51, 51, 51, .49);
  color: #fff;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 34px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.nav-container {
  display: block;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.nav-menu {
  min-width: 700px;
  padding-top: 0px;
  float: right;
  clear: none;
  text-align: left;
}

.nav-link {
  position: static;
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px 10px;
  float: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Gotham book', sans-serif;
  color: #ede9f3;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
}

.nav-link:focus {
  background-color: transparent;
}

.nav-link.w--current {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

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

.about {
  display: block;
  width: 100%;
  margin: 10px auto 0px;
  padding: 0px 10px;
  background-color: #fff;
}

.about.whatwedo_top {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.left-column {
  position: relative;
  overflow: visible;
  padding-right: 5px;
  padding-left: 0px;
}

.right-column {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
}

.grey-box {
  height: auto;
  min-height: 350px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #fff;
  text-align: center;
}

.grey-box.bg_blue {
  min-height: 350px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  background-color: #1c6a7f;
  background-image: none;
}

.grey-box.bgcol1 {
  min-height: 220px;
  background-color: #d8e3e6;
}

.grey-box.bgcol3 {
  min-height: 220px;
  background-color: #f0eddd;
}

.grey-box.bg_what_we_do {
  min-height: 360px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-radial-gradient(circle farthest-side at 32% -21%, #008394 31%, #004957);
  background-image: radial-gradient(circle farthest-side at 32% -21%, #008394 31%, #004957);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.grey-box.bg_what_we_do.hp_dlazdica_whatwedo {
  padding: 0px;
}

.grey-box.box2 {
  height: 400px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-style: none;
  border-right-width: 5px;
  border-right-color: rgba(0, 0, 0, .3);
  border-bottom-width: 5px;
  border-bottom-color: rgba(0, 0, 0, .3);
  border-left-width: 5px;
  border-left-color: rgba(0, 0, 0, .3);
  background-color: #574b68;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.grey-box.box1 {
  height: 350px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  background-color: #b3410d;
}

.grey-box.box3 {
  height: auto;
  min-height: 240px;
  background-color: #9a9b86;
}

.grey-box.box4 {
  min-height: 240px;
  background-color: #acacac;
}

.grey-box.box5 {
  min-height: 240px;
  background-color: #b4b878;
}

.grey-box.box6 {
  min-height: 240px;
  padding-bottom: 15px;
  background-color: #43b9c9;
}

.grey-box.box_why {
  height: 400px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  border-right: 0px solid rgba(0, 0, 0, .3);
  border-bottom: 0px solid rgba(0, 0, 0, .3);
  border-left: 0px solid rgba(0, 0, 0, .3);
  background-color: #fff;
  background-image: url('/images/bg_why.jpg');
  background-size: 913px;
  background-repeat: repeat;
}

.grey-box.box_solution {
  height: 350px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #419db4;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #6f5e8a, #272131);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #6f5e8a, #272131);
}

.grey-box.box_solution.sp {
  height: 160px;
  min-height: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #6f5e8a, #272131);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #6f5e8a, #272131);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.row {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
}

.hp_dark_box {
  height: 400px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  background-image: url('/images/bg_team2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hp_dark_box.h2_white {
  color: #fff;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  margin-top: 0px;
  padding: 0px;
  background-color: #3a3541;
}

.footer.hp {
  margin-top: 3px;
  background-color: #3a3541;
}

.footer-content {
  position: static;
  display: block;
  width: 100%;
  margin: 5px 0px 0px;
  padding: 40px 0px 20px;
  float: none;
  clear: none;
}

.footer-text {
  margin-top: 3px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Gotham light', sans-serif;
  color: #cfcfcf;
  font-size: 11px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.services {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.services-1 {
  overflow: visible;
  min-height: 350px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f0f0f0;
  text-align: center;
}

.services-2 {
  height: 350px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  background-color: #677a7e;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-align: center;
}

.services-3 {
  height: 350px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  float: none;
  background-color: #9a9b86;
  background-image: url('/images/invaders.gif');
  background-position: 0px 0px;
  background-size: 182px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-align: left;
}

.services-3:hover {
  background-image: url('/images/invaders.gif');
  background-position: 0px 0px;
  background-size: 182px;
}

.break---quotes {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0px 0px;
  text-align: center;
}

.quote-slider {
  height: 260px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
  clear: both;
  background-color: transparent;
}

.quote-slider.about_slider {
  height: 260px;
}

.quote-1 {
  display: block;
  margin-bottom: 26px;
  padding-top: 0px;
  font-family: 'Gotham book', sans-serif;
  color: #718081;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.quote-1.general_big {
  margin-top: 20px;
  padding-top: 0px;
  color: #4c5458;
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
}

.quote-2 {
  margin-top: 15px;
  padding-top: 0px;
  font-family: 'Gotham book', sans-serif;
  font-weight: 400;
  text-align: center;
}

.quote-2.txt_ref {
  max-height: 140px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 0px;
  background-color: transparent;
}

.quote-2.title {
  margin-top: 0px;
  font-size: 16px;
}

.quote-text {
  display: block;
  max-width: 900px;
  margin: 3px auto 15px;
  float: none;
  clear: none;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.quote-text.name {
  display: block;
  margin-top: 25px;
  margin-bottom: 0px;
  float: none;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.quote-text.title {
  display: block;
  margin-top: 0px;
  float: none;
  clear: none;
  color: #d1d1d1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.footer-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #dce1e2;
  text-decoration: none;
}

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

.footer-link.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
}

.column {
  padding-right: 5px;
  padding-left: 5px;
}

.preloader {
  position: absolute;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 275px;
  background-color: #f5f5f5;
  text-align: center;
}

.brand-image {
  margin-top: 6px;
  margin-right: 15px;
}

.footer-logo {
  width: 80px;
  opacity: 1;
}

.headline {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  color: #1a2229;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.headline.txt_white {
  font-family: Dosis, sans-serif;
  color: #fff;
}

.txt {
  margin-top: 0px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0px;
}

.txt.white_txt {
  margin: 10px 25px;
  font-family: 'Gotham light', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0px;
}

.txt.white_txt.hp_mission_txt {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}

.txt.story {
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Gotham book', sans-serif;
  font-size: 16px;
}

.txt_under_icon {
  margin-top: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  cursor: pointer;
}

.txt_under_icon.txt_hover {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgba(0, 0, 0, .3);
  text-align: center;
  letter-spacing: 0px;
}

.icons_row {
  display: block;
  max-width: 1680px;
  margin: 0px auto 1px;
  padding-right: 25px;
  padding-left: 25px;
}

.icon {
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

.icon.more {
  margin-bottom: 0px;
}

.icon.other_services {
  margin-top: 10px;
  margin-bottom: 0px;
}

.slide_slogan {
  width: 80%;
  margin: 0px 30px;
  font-family: 'Gotham bold', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-style: normal;
  font-weight: 200;
  text-align: left;
  letter-spacing: 0px;
}

.slide_subtitle {
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

.li_txt {
  margin: 2px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  list-style-type: square;
}

.li_txt.dark {
  margin-bottom: 15px;
  color: #333;
  line-height: 26px;
  font-weight: 400;
  list-style-type: none;
}

.tab_nav {
  margin: 0px 5px 0px 0px;
  padding: 10px 30px;
  float: left;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .26);
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.tab_nav.w--current {
  margin: 0px 5px 20px 0px;
  padding: 10px 30px;
  border-radius: 2px;
  background-color: #004957;
  color: #fff;
}

.tab_content {
  margin-top: 20px;
}

.col_why {
  padding: 1px;
  background-color: transparent;
}

.bg_rec {
  min-height: 120px;
  margin-right: 1px;
  margin-left: 1px;
  background-color: transparent;
}

.txt_why {
  margin-top: 0px;
  padding-top: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.subtitle {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.headline_center {
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
}

.txt_ref {
  font-size: 22px;
}

.h2_white {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 5px 25px;
  float: none;
  border-bottom: 1px none #000;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: 'Gotham bold', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.h2_white.h2_dark {
  margin-top: 4px;
  color: #000;
}

.h2_white.hp_h2_smallbox {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  float: none;
  clear: none;
  background-color: transparent;
  font-family: 'Gotham medium', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.h2_white.h2center {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 25px;
  background-color: transparent;
  font-family: 'Gotham bold', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.h2_white.h2center.sp_odsadenie {
  padding-top: 142px;
  letter-spacing: 0px;
}

.h2_white.dlazdica_active {
  display: inline;
  padding-bottom: 5px;
  border-bottom: 3px none #fff;
}

.h2_center {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.a_block {
  display: block;
  margin: 0px 25px 20px;
  padding-bottom: 0px;
  font-family: 'Gotham book', sans-serif;
  color: #eee;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  cursor: pointer;
}

.a_block:hover {
  color: #fff;
}

.a_block.a_block_slider {
  display: inline;
  margin-top: -12px;
  margin-right: 0px;
  margin-left: 25px;
  padding: 2px 25px 2px 0px;
  float: none;
  clear: none;
  border-right: 4px solid #5b467a;
  border-left: 4px solid #5b467a;
  background-color: #5b467a;
  background-image: url('/images/arr-more.png');
  background-position: 100% 58%;
  background-size: 19px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  text-indent: 0px;
  cursor: pointer;
}

.a_block.a_block_slider:hover {
  border-right-color: #745a9b;
  border-left-color: #745a9b;
  background-color: #745a9b;
}

.a_block.a_block_slider.a_case_study {
  margin-left: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-right-color: #5b467a;
  border-left-color: #5b467a;
  background-color: #5b467a;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Gotham book', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.a_block.a_block_slider.a_case_study:hover {
  border-right-color: #745a9b;
  border-left-color: #745a9b;
  background-color: #745a9b;
}

.a_block.a_block_slider.a_case_study.ask_us {
  border-right-color: transparent;
  border-left-color: transparent;
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.a_block.a_block_slider.a_case_study.ask_us:hover {
  background-color: #5b467a;
}

.slider_small_nav {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: inline;
  width: 200px;
  height: 20px;
  padding-top: 0px;
  padding-right: 15px;
  float: right;
  text-align: right;
}

.slider_small_nav.slider_small_bg3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: 20px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 30px;
}

.slider_small {
  height: 350px;
  padding-top: 0px;
  background-color: transparent;
}

.slider_small_img {
  overflow: hidden;
  margin-bottom: 25px;
}

.slider_small_wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 350px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  background-image: url('/images/bg_case_study1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_small_wrap.slider_small_bg2 {
  background-image: url('/images/ss1home.jpg');
  background-size: cover;
}

.slider_small_wrap.slider_small_bg3 {
  background-image: url('/images/bg_case_study3.jpg');
  background-size: cover;
}

.lang_switch {
  display: inline-block;
  margin-top: 0px;
  padding-left: 0px;
  float: right;
  color: #d1b2b2;
}

.lang_switch_item {
  margin-top: 31px;
  margin-bottom: 10px;
  padding: 2px 15px;
  float: right;
  border-left: 1px solid hsla(0, 0%, 100%, .3);
  color: #866;
  list-style-type: none;
}

.lang_link {
  font-family: 'Gotham book', sans-serif;
  color: #bdb8c5;
  font-size: 14px;
  text-decoration: none;
}

.lang_link:hover {
  color: #fff;
}

.lang_link.lang_link_active {
  color: #fff;
}

.hp_btn_tech {
  display: block;
  width: 200px;
  height: 50px;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 25px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: left;
  border: 1px solid hsla(0, 0%, 100%, .25);
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  cursor: pointer;
}

.hp_btn_tech:hover {
  border-radius: 30px;
  background-color: transparent;
  opacity: 1;
}

.hp_date {
  margin-top: 20px;
  margin-right: 25px;
  margin-left: 25px;
  font-family: 'Gotham light', sans-serif;
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.quote_navigation {
  margin-top: 0px;
  padding-top: 0px;
  text-align: right;
}

.hp_col_icons {
  padding: 1px 0px;
}

.close_menu_link {
  display: none;
}

.hp_col_whatwedo {
  position: static;
  display: block;
  margin: 0px auto;
  padding: 0px 1px;
  background-color: transparent;
}

.hp_row_whatwedo {
  margin: 1px 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.txt_whatwedo_square {
  width: 100%;
  height: 120px;
  margin-top: 0px;
  margin-right: 1px;
  margin-bottom: 0px;
  padding: 8px;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
  cursor: pointer;
}

.txt_whatwedo_square:hover {
  background-color: rgba(0, 0, 0, .22);
}

.txt_whatwedo_square.w--current {
  height: 100px;
  padding-top: 20px;
  -webkit-transition: opacity 417ms ease, background-color 350ms ease;
  transition: opacity 417ms ease, background-color 350ms ease;
  text-decoration: none;
}

.txt_whatwedo_square.w--current:hover {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.txt_whatwedo_square.bg_longer {
  width: 98%;
  height: 170px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .1);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}

.txt_whatwedo_square.bg_longer:hover {
  background-color: #f8b132;
}

.txt_whatwedo_square.bg_longer.w--current {
  padding-top: 8px;
}

.txt_whatwedo_square.bg_longer.active {
  background-color: rgba(15, 28, 44, .35);
}

.txt_whatwedo_square.bg_longer.other_services {
  display: inline-block;
  width: 140px;
  height: 100px;
  margin-top: 10px;
  margin-right: 5px;
  padding-top: 4px;
  padding-bottom: 0px;
  clear: left;
  background-color: #7e758b;
  text-align: center;
}

.txt_whatwedo_square.bg_longer.other_services:hover {
  background-color: #5b467a;
}

.txt_whatwedo_square.bg_longer.other_services.without_icon {
  padding-top: 26px;
}

.txt_whatwedo_square.bg_longer.other_services.kb {
  width: 110px;
}

.hp_whatwedo_box {
  margin: 0px 1px 0px 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

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

.hp_whatwedo_link {
  border-style: none;
  direction: ltr;
  font-family: Dosis, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

.hp_whatwedo_link:hover {
  border-style: none;
  border-width: 1px 1px 0px;
  border-color: #000;
  color: #fff;
}

.h2_case_study {
  position: absolute;
  z-index: 20;
  display: block;
  margin-top: 24px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 4px 8px;
  background-color: #000;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.hp_casestdy_link {
  margin-top: 160px;
  margin-left: 0px;
  cursor: pointer;
}

.whatwedo_tab_arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -11px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hp_tab_txt {
  font-family: Dosis, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hp_why_ul {
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 0px;
  padding-left: 20px;
}

.hp_icon {
  display: inline-block;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0px;
  float: left;
  clear: none;
  color: #fff;
}

.hp_whatwedo_txt {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding: 3px;
  float: none;
  clear: left;
  background-color: transparent;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.hp_whatwedo {
  margin-top: 40px;
  text-align: left;
}

.slider_txt {
  margin-top: 22px;
  font-family: Dosis, sans-serif;
  color: #e7e7e7;
  font-size: 24px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.viz_navigation {
  position: absolute;
  margin-top: 0px;
  padding-top: 0px;
}

.slide2 {
  background-image: url('/images/viz3.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.whatwedo_txt1 {
  margin-top: 30px;
  margin-right: 25px;
  margin-left: 25px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.whatwedo_txt2 {
  margin-top: 30px;
  margin-right: 25px;
  margin-left: 25px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.whatwedo_txt3 {
  margin-top: 30px;
  margin-right: 25px;
  margin-left: 25px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.whatwedo_txt0 {
  margin: 20px 25px 0px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.arr_more {
  display: inline;
  float: left;
  clear: right;
}

.p_link {
  text-align: left;
  text-indent: 0px;
}

.copyright {
  margin-top: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
}

.copyright_txt {
  margin-top: 8px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #788088;
  font-size: 12px;
  text-align: center;
}

.footer_navig_link {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Gotham light', sans-serif;
  color: #d8d0e4;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer_navig_link:hover {
  color: #fff;
}

.footer_table {
  margin-right: 1px;
  margin-bottom: 0px;
  margin-left: 1px;
}

._w-container-footer {
  display: block;
}

.bg_hl1 {
  position: static;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, .14);
  text-align: left;
}

.bg_hl1.dlazdica_active {
  margin-bottom: 15px;
  border-bottom: 5px none #fff;
  background-color: rgba(0, 0, 0, .3);
}

.btn_demo {
  width: 210px;
  height: 54px;
  margin-top: 10px;
  margin-right: 25px;
  margin-left: 25px;
  float: left;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.btn_demo:hover {
  border-width: 1px;
  border-color: #fff;
  border-top-style: solid;
  border-radius: 30px;
  background-color: rgba(91, 70, 122, .4);
}

.btn_demo.btn_contact {
  float: none;
}

.btn_demo.cyan {
  border-color: #00aed1;
}

.btn_demo.sp {
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  border-width: 2px;
  border-color: #5b467a;
  background-color: transparent;
  text-decoration: none;
}

.btn_demo.sp:hover {
  border-width: 2px;
  background-color: transparent;
}

.demo_txt {
  margin-top: 16px;
  margin-bottom: 14px;
  padding-right: 25px;
  float: right;
  clear: none;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.demo_txt:hover {
  background-color: transparent;
  color: #fff;
}

.demo_txt.sp {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  float: none;
  color: #5b467a;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.icon_demo {
  margin-top: 8px;
  margin-bottom: 8px;
}

.body_bg {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.body_bg.contact {
  background-image: url('/images/subtle_white_mini_waves.png');
  background-position: 0px 0px;
}

.body_bg.story {
  background-color: #f1f1f1;
}

.icon_send {
  margin-top: 8px;
  margin-bottom: 8px;
}

.send_txt {
  margin-top: 16px;
  margin-bottom: 14px;
  padding-right: 25px;
  float: right;
  color: #fff;
  text-decoration: none;
}

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

.col_padd {
  padding-right: 5px;
  padding-left: 5px;
}

.hp_whoweare_slider_mask {
  height: 100px;
}

.whatwedo_txt4 {
  margin-top: 30px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0px;
}

.whatwedo_txt6 {
  margin-top: 30px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0px;
}

.whatwedo_txt7 {
  margin-top: 30px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0px;
}

.whatwedo_txt8 {
  margin-top: 30px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0px;
}

.whatwedo_txt5 {
  margin-top: 30px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0px;
}

.hp_mission {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  font-size: 16px;
}

.hp_mission_txt {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0px;
}

.hp_ask_us {
  padding-right: 25px;
  padding-left: 25px;
}

.footer_social {
  width: 120px;
  margin-bottom: 30px;
}

.footer_soc_icon {
  opacity: 0.34;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer_soc_icon:hover {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.footer_contact_icon {
  margin-top: 4px;
  opacity: 0.36;
}

.footer_contact {
  width: 160px;
  margin-top: 0px;
}

.dd_menu {
  margin-left: 0px;
  background-color: #5b467a;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: 'Gotham book', sans-serif;
  color: #e6e6e6;
  font-size: 16px;
  line-height: 22px;
}

.dd_menu:hover {
  background-color: #745a9b;
  color: #fff;
}

.dd_menu.w--current {
  background-color: #876daf;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}

.dd_list.w--open {
  margin-left: 0px;
  background-color: #0f7ea3;
}

.dd_toggle {
  position: static;
  top: -1px;
  padding: 0px;
  font-size: 16px;
}

.dd_toggle.w--open {
  margin-left: 0px;
  padding-bottom: 0px;
}

.nav_link_clasic {
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Dosis, sans-serif;
  color: #dce1e2;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.p_margin_top_down {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.knowledge_base_categories {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  direction: ltr;
  text-align: center;
}

.dlazdica_link {
  position: absolute;
  display: block;
  overflow: visible;
  width: 100%;
  height: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.dlazdica_link:hover {
  box-shadow: inset 0 0 50px 25px hsla(0, 0%, 100%, .3);
}

.dlazica_efekt {
  position: absolute;
  width: 100%;
  height: 400px;
  margin-right: 14px;
  margin-bottom: 15px;
  padding-right: 9px;
  padding-bottom: 10px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.dlazica_efekt:hover {
  background-color: hsla(0, 0%, 100%, .12);
  opacity: 1;
}

.txt_vyzva {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Gotham light', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.sp_txt {
  margin-top: 20px;
  margin-bottom: 20px;
  float: none;
  font-family: 'Gotham book', sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.sp_txt.bold {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 5px;
  font-family: 'Gotham book', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.sp_txt.bold.top_space {
  margin-top: 30px;
}

.sp_txt.tab {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Gotham book', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.sp_txt.tab.white {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.sp_txt.tab.team {
  margin-top: 12px;
}

.sp_txt.table_subicon {
  position: relative;
  z-index: 10;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 10px;
  font-family: 'Gotham book', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.sp_txt.table_subicon._1row {
  margin-top: 6px;
}

.sp_txt.small_margin_top {
  margin-top: 0px;
}

.sp_txt.small {
  margin-top: 0px;
  color: #555;
  font-size: 18px;
}

.sp_txt.first_sentence {
  margin-bottom: 8px;
}

.h2_sp {
  overflow: visible;
  margin-top: 50px;
  margin-bottom: 10px;
  padding-top: 20px;
  float: none;
  font-family: 'Gotham book', sans-serif;
  color: #c08724;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.h2_sp.white {
  margin-top: 30px;
  padding-top: 0px;
  color: #fff;
}

.h2_sp.tab {
  margin-top: 0px;
  font-size: 28px;
  font-weight: 400;
}

.sp_white_section {
  position: static;
  display: block;
  overflow: visible;
  max-width: 1280px;
  margin: 0px auto;
  padding-bottom: 0px;
  float: none;
  border-style: none;
  border-top-color: #000;
}

.sp_white_section.stories {
  margin-top: 51px;
  float: none;
  text-align: left;
}

.sp_white_section.base {
  margin-bottom: 36px;
  float: none;
  clear: none;
  background-color: transparent;
  text-align: center;
}

.sp_white_section.highlights {
  margin-top: 50px;
}

.sp_white_section.top_margin {
  margin-top: 50px;
  margin-bottom: 100px;
}

.sp_white_section.demo {
  margin-top: 30px;
  text-align: center;
}

.h2_arr {
  display: inline;
  padding-top: 10px;
  padding-right: 25px;
  float: right;
  clear: left;
}

.dlaz_link {
  width: 100%;
  height: 45px;
  padding-top: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  cursor: pointer;
}

.dlaz_link:hover {
  background-color: rgba(0, 0, 0, .4);
}

.sp_tab {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.h4_tab {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .6);
  background-image: url('/images/dark_embroidery_pattern.png');
  background-position: 0px 0px;
  font-family: 'Gotham book', sans-serif;
  color: #473a5a;
  font-size: 28px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.h4_tab.col2 {
  color: #fff;
}

.sp_eow {
  margin-right: 6px;
  margin-left: 6px;
  padding-right: 0px;
  padding-left: 0px;
}

.sp_tab_bg {
  min-height: 500px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 5px 0px;
  border-style: solid;
  border-width: 1px 1px 5px;
  border-color: #fff #fff #574b68;
  background-color: #fff;
  background-image: none;
}

.sp_tab_bg.dark {
  min-height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
  background-image: none;
}

.sp_tab_bg.technology {
  min-height: 510px;
}

.sp_tab_bg.customer_service {
  min-height: 380px;
}

.sp_tab_bg.mobility {
  min-height: 320px;
}

.sp_tab_bg.apps {
  min-height: 480px;
}

.sp_tab_bg.custom_sw {
  min-height: 500px;
}

.sp_section_quickstart {
  display: block;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #6d5e85;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sp_section_quickstart.color2 {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 50px;
  background-color: #eeece9;
}

.sp_btn_white {
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.sp_btn_white:hover {
  background-color: #fff;
  color: #0097d1;
  font-weight: 600;
}

.sp_container {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: left;
}

.sp_container.con_center {
  margin-top: 10px;
  text-align: left;
}

.sp_quote {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #f3ece0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #646464;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.quatation_mark {
  font-family: 'Gotham light', sans-serif;
  color: rgba(126, 110, 151, .3);
  font-size: 160px;
  line-height: 160px;
  text-align: left;
}

.quatation_mark.start {
  color: #dbdbdb;
  font-size: 140px;
  text-align: right;
}

.quatation_mark.end {
  position: relative;
  left: 34px;
  top: 112px;
  right: 0px;
  bottom: 0px;
  font-family: 'Gotham light', sans-serif;
  color: rgba(126, 110, 151, .3);
  font-size: 160px;
}

.bg_wwd {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  height: 40px;
  margin-top: 20px;
  margin-left: 0px;
  background-color: #0184af;
}

.sp_quick_start_col {
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 0px solid #8bd3ce;
}

.h4_table {
  display: inline-block;
  width: 70%;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 10px;
  float: none;
  clear: none;
  font-family: 'Gotham book', sans-serif;
  color: #5b467a;
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

.h4_table.quick_start {
  color: #fff;
}

.h4_table.qs {
  position: static;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.h4_table._1row {
  margin-top: 6px;
}

.h4_table.graph {
  min-height: 60px;
  margin-left: 22px;
  background-color: transparent;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.h4_table.ol {
  width: 90%;
  margin-top: 5px;
}

.sp_h1 {
  height: 80px;
  margin-top: 0px;
  padding-top: 15px;
  background-color: transparent;
  font-family: 'Gotham bold', sans-serif;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.sp_h1.clasic {
  height: 200px;
  margin-top: 0px;
  padding-top: 129px;
}

.sp_h1.odsadene {
  padding-top: 60px;
}

.sp_section_main_text {
  min-height: 380px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.sp_section_main_text.darker {
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b3e5c;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.sp_section_main_text.consultation {
  min-height: 350px;
  background-color: #574b68;
  background-image: url('/images/viz_sp_consultation.jpg');
  background-size: cover;
}

.sp_section_main_text.custom_sw_dev {
  min-height: 350px;
  background-color: #fff;
  background-image: url('/images/viz_sp_customsw2.jpg');
  background-size: cover;
}

.sp_section_main_text.contact {
  min-height: 350px;
  margin-top: 0px;
  background-image: url('/images/viz_sp_contact.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.sp_section_main_text.who_we_are {
  min-height: 350px;
  background-image: url('/images/viz_sp_who_we_are.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sp_section_main_text.technologies {
  min-height: 350px;
  background-color: #fff;
  background-image: url('/images/viz_sp_technologies2.jpg');
  background-size: cover;
}

.sp_section_main_text.story {
  min-height: 350px;
  margin-bottom: 1px;
  background-image: url('/images/viz_success.jpg');
  background-size: cover;
}

.sp_section_main_text.sharing {
  min-height: 350px;
  background-color: #fff;
  background-image: url('/images/viz_sp_sharing.jpg');
  background-size: cover;
}

.sp_section_main_text.apps {
  min-height: 350px;
  background-image: url('/images/viz_sp_app.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sp_section_main_text.enterprise {
  min-height: 350px;
  background-image: url('/images/viz_sp_enterprise2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sp_section_main_text.cloud {
  min-height: 350px;
  background-color: #fff;
  background-image: url('/images/viz_sp_cloud2.jpg');
  background-size: cover;
}

.sp_section_main_text.managed {
  min-height: 350px;
  background-image: url('/images/viz_sp_managed_services.jpg');
  background-size: cover;
}

.sp_section_main_text.customer_service {
  min-height: 350px;
  background-image: url('/images/viz_sp_cust_service2.jpg');
  background-size: cover;
}

.sp_section_main_text.business_consultation {
  background-image: url('/images/viz_sp_consultation.jpg');
  background-size: cover;
}

.sp_section_main_text.mobility {
  min-height: 350px;
  background-image: url('/images/viz_sp_mobility.jpg');
  background-size: cover;
}

.sp_section_main_text.highlights {
  min-height: 350px;
  background-color: #fff;
  background-image: url('/images/viz_highlights.jpg');
  background-size: cover;
}

.sp_section_main_text.case_studies {
  min-height: 350px;
  background-color: #fff;
  background-image: url('/images/viz_sp_case.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.sp_section_main_text.story1 {
  background-color: #fff;
  background-image: url('/images/viz_ss1.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.sp_section_main_text.demo {
  background-image: url('/images/viz_sp_demo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.table_number {
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 1;
  display: inline;
  overflow: visible;
  margin-left: 12px;
  font-family: 'Gotham bold', sans-serif;
  color: #e6e6e6;
  font-size: 160px;
  font-weight: 600;
}

.tab_img {
  position: relative;
  bottom: 0px;
  overflow: hidden;
  height: 200px;
}

.row_odsadenie {
  margin: 0px;
  padding-right: 100px;
  padding-left: 100px;
}

.row_odsadenie.team {
  padding-right: 0px;
  padding-left: 0px;
}

.row_odsadenie._4cols {
  padding-right: 0px;
  padding-left: 0px;
}

.row_odsadenie.more {
  padding-right: 275px;
  padding-left: 275px;
}

.row_odsadenie.demo {
  margin-bottom: 40px;
  padding-right: 160px;
  padding-left: 160px;
}

.round_bg {
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #d52b00;
}

.table_number_small {
  position: relative;
  top: 23px;
  display: inline-block;
  margin-top: 0px;
  margin-right: 15px;
  float: none;
  font-family: 'Gotham bold', sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 50px;
  font-weight: 700;
  text-align: left;
}

.table_number_small.graph {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-right: 15px;
  font-family: 'Gotham bold', sans-serif;
  color: hsla(0, 0%, 58%, .2);
  font-size: 130px;
}

.table_nadpis {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
}

.col_border_right {
  margin-bottom: 8px;
  padding-bottom: 0px;
  border-right: 1px solid hsla(0, 0%, 100%, .4);
}

.table_pasik_img {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 10px;
  background-color: #473a5a;
}

.table_pasik_img.spodny {
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #90bfca;
}

.table_pasik_img.team {
  position: static;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  background-color: #574b68;
}

.h4_table1 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  min-height: 60px;
  margin-top: 50px;
  padding-right: 15px;
  padding-left: 40px;
  font-family: 'Gotham light', sans-serif;
  color: #5b467a;
  font-size: 24px;
  line-height: 28px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}

.h4_table1.values {
  font-size: 28px;
}

.sp_ul {
  margin-bottom: 0px;
  padding-left: 20px;
  font-family: 'Gotham book', sans-serif;
  list-style-type: disc;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-rule: 0px solid #000;
  -moz-column-rule: 0px solid #000;
  column-rule: 0px solid #000;
}

.quick_start_txt {
  margin-top: 25px;
  margin-bottom: 32px;
  font-family: 'Gotham book', sans-serif;
  color: #bdb8c5;
  font-size: 16px;
  line-height: 20px;
}

.h6_footer {
  color: #c98734;
}

.full_width_strip {
  width: 100%;
}

.section_contact_us {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: #5b467a;
  color: #fff;
  text-align: center;
}

.section_strip {
  background-color: rgba(0, 0, 0, .15);
}

.btn_quick_start {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 25px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Gotham book', sans-serif;
  color: #5b467a;
  font-size: 28px;
  font-weight: 400;
}

.btn_quick_start:hover {
  border-radius: 30px;
}

.sp_table_icon {
  width: 50px;
  height: 50px;
}

.li_footer {
  margin-top: 0px;
  line-height: 18px;
}

.sp_icon_small {
  position: relative;
  top: 8px;
  display: inline-block;
  width: 40px;
  float: left;
}

.sp_icon_small._2col {
  top: 0px;
}

.sp_icon_small._1row {
  top: 4px;
  width: 26px;
}

.clearfix {
  overflow: hidden;
  width: 100%;
  height: 1px;
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.quick_start_del {
  display: inline-block;
  height: 50px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, .5);
}

.quick_start_del.graph {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 20;
  display: inline-block;
  overflow: visible;
  float: left;
  clear: both;
  border-right-style: none;
  border-right-color: rgba(29, 80, 124, .2);
  font-size: 12px;
}

.tab_other_services {
  width: 600px;
  margin-right: 0px;
  margin-bottom: 31px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.other_services_col {
  padding-right: 2px;
  padding-left: 2px;
}

.txt_field {
  border-style: none;
  background-color: #fff;
  font-family: 'Gotham book', sans-serif;
  color: #333;
  font-size: 16px;
}

.txt_field:hover {
  background-color: #e1dce9;
  color: #fff;
}

.field_label {
  margin-top: 15px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.txt_area {
  min-height: 200px;
  border-style: none;
  background-color: #fff;
  font-family: 'Gotham book', sans-serif;
  font-size: 16px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.btn_submit {
  margin-top: 14px;
  padding: 15px 25px;
  background-color: #5b467a;
  font-family: 'Gotham book', sans-serif;
  font-size: 30px;
}

.h4_contact {
  font-family: 'Gotham book', sans-serif;
  color: #5b467a;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.row_contacts {
  margin-top: 30px;
}

.div_number {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 200px;
}

.tab_social {
  display: inline-block;
  width: 263px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.div_bg_social {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  background-color: #5b467a;
  text-align: center;
}

.con_center {
  position: static;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  direction: ltr;
  text-align: center;
}

.form_tabs_content {
  margin-bottom: 0px;
  padding: 15px 25px;
  background-color: #776c88;
}

.form_tab_current {
  margin-right: 3px;
  background-color: #72b7c7;
}

.form_tab_current.w--current {
  margin-right: 3px;
  padding-right: 20px;
  padding-left: 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #776c88;
}

.form_tab_txt {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 16px;
}

.form_tab_next {
  margin-right: 3px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px none #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #b6b2b1;
}

.form_tab_next:hover {
  background-color: #5b467a;
}

.form_tab_next.w--current {
  background-color: #776c88;
}

.link {
  font-family: 'Gotham book', sans-serif;
  color: #5b467a;
  font-size: 20px;
  text-decoration: none;
}

.other_services {
  margin-bottom: 20px;
}

.tab_big_number_col2 {
  padding-left: 20px;
  border-left: 1px none #000;
  border-right-style: none;
  border-right-color: #e6e6e6;
}

.tab_big_number_col1 {
  min-height: 280px;
  border-right: 1px none #000;
}

.big_number {
  position: relative;
  top: 0px;
  min-height: 240px;
  margin-top: 25px;
  padding-top: 50px;
  padding-bottom: 15px;
  border-right: 3px solid #e6e6e6;
  font-family: 'Gotham bold', sans-serif;
  color: #ebebeb;
  font-size: 340px;
  line-height: 180px;
  font-weight: 600;
  text-align: center;
}

.h3_sp {
  font-family: 'Gotham light', sans-serif;
  color: #7e6e97;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.hor_del {
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f8b132;
}

.sp_consultion_section {
  margin-top: 30px;
}

.menu_clasic {
  display: inline-block;
  margin-top: 16px;
  padding-top: 7px;
  color: #dce1e2;
  line-height: 20px;
}

.menu_clasic.w--current {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 16px;
  text-decoration: none;
}

.dd_link {
  margin-top: 0px;
}

.h2_sp_small {
  margin-top: 0px;
  font-family: 'Gotham bold', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.space {
  height: 140px;
}

.sp_pas1 {
  height: 150px;
  background-color: #5b467a;
}

.sp_pas1.technologies {
  background-color: #864f14;
}

.sp_pas1.sharing {
  background-color: #125b60;
}

.sp_pas1.story {
  background-color: #125b60;
}

.sp_pas1.highlights {
  background-color: #1c6a7f;
}

.sp_pas1.case_studies {
  background-color: #2f4836;
}

.sp_pas1.knowledge_base {
  background-color: #66684e;
}

.sp_pas1.demo {
  background-color: #3b2335;
}

.h4_name {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Gotham book', sans-serif;
  color: #473a5a;
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
}

.h4_name.white {
  margin-bottom: 5px;
  color: #fff;
}

.portret {
  display: inline-block;
  overflow: hidden;
}

.h2_sp_center {
  margin-top: 11px;
  margin-right: 15px;
  margin-left: 15px;
  font-family: 'Gotham book', sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.h2_sp_center.white {
  color: #fff;
}

.txt_infographic_big {
  margin-top: 8px;
  font-family: 'Gotham bold', sans-serif;
  color: #5b467a;
  font-size: 74px;
  line-height: 80px;
  font-weight: 700;
}

.txt_infographic_small {
  font-family: 'Gotham light', sans-serif;
  color: #5b467a;
  font-size: 40px;
  line-height: 40px;
}

.row_big_icons {
  margin-top: 34px;
}

.big_icons {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.tab_team {
  margin: 40px 0px 20px;
  border-style: solid none none;
  border-top-width: 3px;
  border-top-color: #574b68;
  border-bottom-width: 1px;
}

.team_title {
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #e4e9ee;
  font-size: 20px;
}

.team_col1 {
  min-height: 300px;
  margin-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #7e6e97;
}

.section_bg_bw_photo {
  height: 400px;
  margin-bottom: 40px;
  padding-top: 130px;
  background-image: url('/images/predel_who.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section_bg_bw_photo.cloud {
  padding-top: 70px;
  background-image: url('/images/team.jpg');
}

.emp_txt {
  font-family: 'Gotham light', sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.story_box {
  display: inline-block;
  width: 32%;
  min-height: 520px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  border: 5px solid #e2e2e2;
  background-color: #f7f7f7;
  cursor: pointer;
}

.story_box:hover {
  border-color: #5b467a;
  background-color: #fff;
}

.story_box.knowledge {
  display: inline-block;
  width: 22%;
  min-height: 410px;
  float: left;
  border-color: #574b68 #d6d6d6;
  border-top-width: 10px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  background-color: transparent;
}

.story_box.demo {
  width: 100%;
  min-height: 600px;
  padding-bottom: 28px;
}

.story_box_viz {
  width: 100%;
}

.hl_link {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0px 10px;
  font-family: Dosis, sans-serif;
  color: #00aed1;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
}

.hl_link:hover {
  color: #008fac;
}

.section_bg_bw_technology {
  height: 520px;
  padding-bottom: 30px;
  background-image: url('/images/predel_technology2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer_li {
  margin-top: 0px;
  padding-top: 8px;
}

.box_category {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  padding: 5px 10px 3px;
  float: left;
  background-color: #5b467a;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Gotham light', sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.box_category.top_list {
  margin-right: 5px;
  margin-left: 0px;
  background-color: #00aed1;
  font-size: 18px;
}

.box_category.top_list:hover {
  background-color: #0f7ea3;
}

.box_category.top_list.active {
  background-color: #8a9075;
}

.box_date {
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 10px;
  float: none;
  font-family: 'Gotham light', sans-serif;
  color: #979797;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.box_date.detail {
  padding-left: 0px;
  float: none;
}

.categories.top_list {
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: none;
}

.txt_li {
  margin-bottom: 10px;
  font-family: 'Gotham book', sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.h3_knowledge {
  margin-top: 29px;
  float: none;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0px;
}

.h1_txt {
  font-family: 'Gotham book', sans-serif;
  color: #5b467a;
  font-size: 36px;
  line-height: 52px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.news_hl {
  position: static;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  font-family: 'Gotham book', sans-serif;
  color: #5b467a;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

.news_link_box {
  height: 400px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(123, 137, 150, .4);
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.news_link_box:hover {
  border-color: #5b467a;
  background-color: #fff;
}

.row_padd {
  margin-top: 35px;
  margin-bottom: 38px;
}

.h3_link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Gotham book', sans-serif;
  color: #5b467a;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
}

.link_success_story {
  text-decoration: none;
  cursor: pointer;
}

.sp_cantainer_center {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: left;
}

.dlazdica_story {
  display: inline-block;
  width: 290px;
  text-align: center;
}

.section_idea {
  min-height: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dce6e9;
  background-image: url('/images/bg_idea.png');
  background-position: 0px 0px;
  background-size: 913px;
}

.txt_idea {
  margin-top: 20px;
  font-family: 'Gotham light', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.txt_idea.team {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Gotham book', sans-serif;
  color: #776c88;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

.section_idea2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #f8b132;
}

.number_small {
  display: block;
  width: 34px;
  height: 34px;
  padding: 6px;
  float: left;
  border-radius: 20px;
  background-color: #a1aebb;
  font-family: Dosis, sans-serif;
  font-size: 20px;
  text-align: center;
}

.number_small_txt {
  color: #fff;
  font-weight: 700;
}

.drops {
  margin-top: 0px;
  padding-top: 34px;
  font-size: 16px;
}

.div5 {
  position: static;
  display: block;
  overflow: visible;
  width: 18%;
  min-height: 500px;
  margin: 60px 5px 5px 0px;
  padding: 0px 5px 5px;
  float: left;
  clear: none;
  background-color: transparent;
  background-image: url('/images/arr_graph.png');
  background-position: 0px 0px;
  background-size: 21px;
  background-repeat: no-repeat;
}

.txt_graph {
  margin-top: 20px;
  margin-right: 15px;
  padding-right: 0px;
  float: left;
  font-family: 'Gotham book', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.emp_txt2 {
  margin-left: 40px;
  padding-left: 0px;
  font-family: Dosis, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.olist {
  margin-bottom: 10px;
  float: none;
  font-size: 18px;
}

.odsadeny_txt {
  display: block;
  margin-top: 40px;
  padding-top: 0px;
}

.table_demo {
  width: 70%;
}

.center {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.active_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Droid Sans', sans-serif;
  cursor: pointer;
}

.active_bg:hover {
  background-color: rgba(0, 0, 0, .25);
}

.face {
  display: block;
  width: 100%;
}

.img_quality {
  display: block;
  width: 100%;
}

html.w-mod-js *[data-ix="title-slide-in-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="title-slide-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="services-slide-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="services-slide-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="services-slide-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="preloader-fade-out"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="page-load-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="viz-header"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="viz-subtitle"] {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="tab-arrow"] {
  opacity: 0;
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

html.w-mod-js *[data-ix="hide"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

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

html.w-mod-js *[data-ix="bg-wwd"] {
  display: inline-block;
  opacity: 1;
}

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

@media (max-width: 991px) {
  h1 {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 46px;
  }
  h2 {
    font-size: 24px;
    line-height: 31px;
  }
  h4 {
    margin-top: 5px;
  }
  h5 {
    margin-bottom: 15px;
    font-size: 15px;
  }
  p {
    font-size: 13px;
    line-height: 21px;
  }
  .header {
    height: 396px;
    margin-bottom: 5px;
    background-color: transparent;
  }
  .slider {
    height: 396px;
  }
  .slide-1 {
    position: relative;
    display: inline-block;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-container {
    width: 85%;
    margin-top: 124px;
  }
  .navbar {
    position: absolute;
    top: 0px;
  }
  .nav-container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    float: none;
    clear: both;
    background-color: #fff;
    background-image: -webkit-linear-gradient(32deg, #5b467a, #745a9b);
    background-image: linear-gradient(58deg, #5b467a, #745a9b);
    text-align: center;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 19px;
    z-index: 0;
    margin-top: 20px;
    padding-top: 10px;
  }
  .menu-button:active {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #0f7ea3;
  }
  .nav-icon {
    color: #fff;
  }
  .nav-link {
    position: static;
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: none;
    direction: ltr;
    color: #bdb8c5;
    text-align: center;
    text-decoration: none;
  }
  .nav-link:hover {
    color: #fff;
  }
  .nav-link:active {
    background-color: transparent;
  }
  .nav-link.w--current {
    color: #73cae2;
    text-align: center;
  }
  .left-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .right-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .grey-box {
    height: auto;
    min-height: 400px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grey-box.bg_blue {
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .grey-box.bgcol1 {
    min-height: 360px;
  }
  .grey-box.bgcol3 {
    min-height: 360px;
  }
  .grey-box.bg_what_we_do {
    height: auto;
    min-height: 420px;
  }
  .grey-box.bg_what_we_do.hp_dlazdica_whatwedo {
    min-height: 320px;
  }
  .grey-box.box2 {
    min-height: 320px;
    margin-top: 10px;
    padding: 0px;
  }
  .grey-box.box1 {
    min-height: 400px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grey-box.box3 {
    min-height: 320px;
    padding: 15px 25px;
  }
  .grey-box.box4 {
    min-height: 320px;
    padding: 15px 25px;
  }
  .grey-box.box5 {
    min-height: 320px;
    padding: 15px 25px;
  }
  .grey-box.box6 {
    min-height: 320px;
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .grey-box.box_why {
    min-height: 400px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #0f7ea3;
  }
  .grey-box.box_solution {
    height: 640px;
    min-height: 570px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .grey-box.box_solution.sp {
    height: 520px;
  }
  .hp_dark_box {
    background-size: cover;
  }
  .footer {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .footer-text {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
  }
  .services-1 {
    min-height: 320px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .services-2 {
    height: 400px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .services-3 {
    height: 400px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .break---quotes {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .quote-slider {
    margin-bottom: 0px;
  }
  .quote-1.general_big {
    margin-right: 20px;
    margin-left: 20px;
  }
  .quote-2.title {
    color: #8e99a2;
  }
  .quote-text {
    margin-right: 0px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .preloader {
    z-index: 2000;
    padding-top: 200px;
  }
  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .brand-image {
    width: 160px;
    margin-left: 5px;
    padding-top: 20px;
  }
  .footer-logo {
    width: 75px;
    margin-left: 15px;
  }
  .headline {
    font-size: 30px;
    line-height: 36px;
  }
  .txt.white_txt.hp_mission_txt {
    font-size: 18px;
    line-height: 24px;
  }
  .txt_under_icon {
    font-size: 13px;
    line-height: 17px;
  }
  .icons_row {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .li_txt {
    font-size: 18px;
    line-height: 26px;
  }
  .tab_nav {
    padding-right: 12px;
    padding-left: 12px;
    clear: none;
  }
  .tab_nav.w--current {
    padding-right: 12px;
    padding-left: 12px;
  }
  .h2_white.hp_h2_smallbox {
    display: block;
    margin-left: 10px;
    float: none;
    clear: right;
  }
  .h2_white.h2center.sp_odsadenie {
    padding-top: 100px;
  }
  .slider_small_nav {
    padding-top: 20px;
  }
  .slider_small {
    height: 400px;
  }
  .slider_small_wrap {
    height: 400px;
    padding-right: 20px;
    padding-left: 20px;
    background-size: cover;
  }
  .lang_switch {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    float: none;
    clear: both;
  }
  .lang_switch_item {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .lang_switch_item.lang_switch_item_noborder {
    border-left: 1px none #000;
  }
  .hp_btn_tech {
    margin-right: 0px;
    margin-left: 20px;
  }
  .hp_col_icons {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .close_menu {
    margin-top: 20px;
  }
  .close_menu_link {
    display: block;
    margin-top: 40px;
    opacity: 0.6;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    font-family: Dosis, sans-serif;
    color: #c5e4ee;
    font-size: 16px;
  }
  .close_menu_link:hover {
    opacity: 1;
  }
  .txt_whatwedo_square {
    height: 120px;
  }
  .txt_whatwedo_square.bg_longer {
    height: 160px;
  }
  .txt_whatwedo_square.bg_longer.other_services {
    float: none;
  }
  .hp_whatwedo_link {
    font-size: 18px;
    line-height: 23px;
  }
  .hp_why_ul {
    padding-right: 25px;
    padding-left: 25px;
  }
  .hp_whatwedo {
    margin-right: 25px;
    margin-left: 25px;
  }
  .whatwedo_txt1 {
    margin-top: 0px;
    font-family: 'Gotham book', sans-serif;
    font-size: 20px;
  }
  .whatwedo_txt2 {
    margin-top: 0px;
    font-family: 'Gotham book', sans-serif;
    font-size: 20px;
  }
  .whatwedo_txt3 {
    margin-top: 0px;
    font-family: 'Gotham book', sans-serif;
    font-size: 20px;
  }
  .whatwedo_txt0 {
    padding: 0px;
    font-size: 24px;
  }
  .col_in_service {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .hp_mission {
    width: 100%;
  }
  .footer_contact {
    width: 100%;
  }
  .dd_menu {
    background-color: #7e6e97;
    text-align: center;
  }
  .dd_menu:hover {
    background-color: #8d7da5;
  }
  .dd_menu.w--current:hover {
    background-color: #7e6e97;
  }
  .dd_list.w--open {
    margin-left: 0px;
  }
  .dd_toggle {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav_link_clasic {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .txt_vyzva {
    margin-top: 30px;
  }
  .sp_txt {
    margin-top: 10px;
  }
  .sp_txt.table_subicon {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
  }
  .h2_sp {
    margin-top: 20px;
    float: none;
    line-height: 40px;
  }
  .sp_tab_bg.apps {
    min-height: 520px;
  }
  .sp_tab_bg.custom_sw {
    min-height: 600px;
  }
  .sp_section_quickstart {
    padding-right: 25px;
    padding-left: 25px;
  }
  .sp_section_quickstart.color2 {
    margin-top: 30px;
  }
  .sp_container {
    position: static;
    display: block;
    overflow: visible;
  }
  .sp_quote {
    padding-bottom: 10px;
  }
  .quatation_mark {
    position: relative;
    top: 30px;
    float: left;
    line-height: 100px;
  }
  .quatation_mark.end {
    left: 0px;
    top: 20px;
    float: right;
    line-height: 60px;
  }
  .h4_table {
    width: 65%;
    font-size: 22px;
    line-height: 28px;
  }
  .h4_table.graph {
    min-height: 50px;
    font-size: 28px;
  }
  .sp_section_main_text.consultation {
    height: 380px;
  }
  .row_odsadenie {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row_odsadenie.more {
    padding-right: 100px;
    padding-left: 100px;
  }
  .row_odsadenie.demo {
    padding-right: 25px;
    padding-left: 25px;
  }
  .col_border_right {
    display: block;
  }
  .h4_table1 {
    padding-left: 30px;
    line-height: 28px;
  }
  .sp_table_icon {
    float: none;
  }
  .sp_table_col_icon {
    position: static;
    text-align: left;
  }
  .sp_icon_small {
    margin-right: 0px;
  }
  .tab_other_services {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab_social {
    width: 263px;
  }
  .con_center {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form_tab_next {
    padding-right: 20px;
    padding-left: 15px;
  }
  .sp_consultion_section {
    margin-right: 25px;
    margin-left: 25px;
  }
  .menu_clasic {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
  }
  .menu_clasic.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .space {
    height: 120px;
  }
  .sp_pas1 {
    height: 100px;
  }
  .txt_infographic_big {
    font-size: 60px;
    line-height: 70px;
  }
  .txt_infographic_small {
    font-size: 30px;
    line-height: 30px;
  }
  .big_icons {
    width: 100%;
  }
  .team_col1 {
    min-height: 200px;
  }
  .section_bg_bw_photo {
    padding-top: 100px;
  }
  .emp_txt {
    font-size: 24px;
    line-height: 36px;
  }
  .story_box {
    width: 48%;
  }
  .section_bg_bw_technology {
    background-position: 50% 100%;
    background-size: cover;
  }
  .section_idea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .drops {
    padding-top: 0px;
  }
  .div5 {
    width: 100%;
    min-height: 200px;
    clear: left;
    background-size: auto 36px;
  }
  .txt_graph {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
  .header {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .slide-container {
    margin-top: 100px;
  }
  .navbar {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .brand {
    padding-left: 5px;
  }
  .nav-menu {
    position: absolute;
    display: block;
    height: auto;
    min-height: 2800px;
    min-width: auto;
    padding-top: 20px;
  }
  .menu-button {
    right: 21px;
    padding-top: 0px;
    padding-right: 10px;
  }
  .nav-link {
    position: relative;
    padding-bottom: 15px;
    clear: none;
  }
  .nav-link.w--current {
    float: none;
  }
  .about {
    padding-top: 0px;
  }
  .left-column {
    margin-top: 0px;
    padding-right: 0px;
  }
  .right-column {
    margin-top: 0px;
    padding-left: 0px;
  }
  .grey-box {
    height: auto;
    min-height: 360px;
    margin-top: 0px;
    padding: 0px;
  }
  .grey-box.bgcol1 {
    min-height: 200px;
  }
  .grey-box.bgcol3 {
    min-height: 200px;
  }
  .grey-box.bg_what_we_do {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grey-box.box2 {
    min-height: 200px;
    margin-top: 10px;
  }
  .grey-box.box1 {
    min-height: 200px;
  }
  .grey-box.box3 {
    min-height: 200px;
  }
  .grey-box.box4 {
    min-height: 200px;
  }
  .grey-box.box5 {
    min-height: 200px;
  }
  .grey-box.box6 {
    min-height: 200px;
  }
  .grey-box.box_solution {
    height: 780px;
    min-height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 25px;
  }
  .grey-box.box_solution.sp {
    height: 850px;
  }
  .row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hp_dark_box {
    height: 420px;
    margin-top: 10px;
    background-image: url('/images/bg_team.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }
  .footer {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #1e2c3f;
  }
  .footer-content {
    margin-top: 5px;
    padding: 30px 20px 20px;
    background-color: transparent;
    text-align: center;
  }
  .footer-text {
    margin-top: 5px;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 22px;
  }
  .services {
    margin-top: 0px;
  }
  .services-1 {
    height: auto;
    min-height: 320px;
    margin-top: 5px;
    padding-bottom: 0px;
  }
  .services-2 {
    height: 280px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .services-3 {
    height: auto;
    min-height: 300px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .quote-slider {
    margin-bottom: 0px;
    clear: none;
  }
  .quote-slider.about_slider {
    clear: both;
  }
  .quote-1.general_big {
    margin-right: 20px;
    margin-left: 20px;
  }
  .quote-2.txt_ref {
    padding-top: 0px;
  }
  .quote-text {
    margin-right: 0px;
    margin-left: 0px;
    letter-spacing: 0px;
  }
  .column {
    margin-top: 0px;
    padding: 0px;
  }
  .preloader {
    padding-top: 100px;
  }
  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .brand-image {
    width: 140px;
    margin-left: 0px;
  }
  .footer-logo {
    margin-bottom: 26px;
    margin-left: 0px;
  }
  .txt_under_icon {
    margin-top: 0px;
    font-size: 13px;
    line-height: 17px;
  }
  .icon {
    margin-top: 0px;
  }
  .slide_slogan {
    font-size: 36px;
    line-height: 46px;
  }
  .slide_subtitle {
    margin-top: 10px;
  }
  .tab_nav {
    padding-right: 25px;
    padding-left: 25px;
  }
  .tab_nav.w--current {
    padding-right: 25px;
    padding-left: 25px;
  }
  .h2_white.hp_h2_smallbox {
    margin-left: 0px;
  }
  .a_block.a_block_slider {
    margin-top: 15px;
    padding-top: 2px;
  }
  .slider_small_nav {
    padding-top: 10px;
  }
  .slider_small {
    height: 320px;
    margin-bottom: 1px;
    padding-bottom: 0px;
  }
  .slider_small_img {
    margin-bottom: 13px;
  }
  .slider_small_wrap {
    height: 320px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .lang_switch {
    position: static;
    clear: both;
  }
  .lang_switch_item.lang_switch_item_noborder {
    border-style: none;
    border-left-width: 1px;
    border-left-color: #000;
  }
  .hp_btn_tech {
    margin-left: 25px;
  }
  .hp_col_icons {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .txt_whatwedo_square {
    height: 100%;
  }
  .txt_whatwedo_square.bg_longer {
    margin-bottom: 5px;
  }
  .hp_icon {
    float: left;
  }
  .slider_txt {
    font-size: 20px;
    line-height: 26px;
  }
  .footer_navig_link {
    font-size: 16px;
  }
  .footer_table {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  ._w-container-footer {
    margin-top: 10px;
  }
  .col_in_service {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .col_padd {
    padding-right: 0px;
    padding-left: 0px;
  }
  .whatwedo_txt8 {
    margin-bottom: 5px;
  }
  .div_more {
    margin-top: 20px;
  }
  .footer_social {
    display: inline-block;
    width: 150px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
  }
  .footer_contact {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer_small_device {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 21px;
    padding-left: 21px;
  }
  .knowledge_base_categories {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .txt_vyzva {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 20px;
    line-height: 30px;
  }
  .sp_txt {
    margin-top: 10px;
  }
  .h2_sp {
    line-height: 40px;
  }
  .sp_white_section {
    margin-right: 25px;
    margin-left: 25px;
  }
  .sp_tab_bg {
    min-height: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .sp_tab_bg.dark {
    overflow: visible;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sp_tab_bg.mobility {
    min-height: 240px;
  }
  .sp_tab_bg.apps {
    min-height: 300px;
  }
  .sp_container_fix {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h4_table {
    width: 80%;
    margin-top: 12px;
    margin-left: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .h4_table.graph {
    margin-top: 0px;
  }
  .sp_h1 {
    height: 70px;
    font-size: 40px;
  }
  .sp_section_main_text {
    background-color: transparent;
    background-image: url('/images/viz_whatwedo_1customsw.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sp_section_main_text.consultation {
    height: 260px;
  }
  .sp_section_main_text.custom_sw_dev {
    min-height: 220px;
    background-image: url('/images/viz_sp_customsw1.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .sp_section_main_text.contact {
    background-color: #1d507c;
  }
  .row_odsadenie.more {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row_odsadenie.demo {
    padding-right: 25px;
    padding-left: 25px;
  }
  .table_number_small.graph {
    left: 0px;
    top: 80px;
    bottom: auto;
    font-size: 180px;
  }
  .table_nadpis {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h4_table1 {
    line-height: 28px;
  }
  .sp_table_icon {
    display: inline-block;
    width: 100%;
    height: 50px;
  }
  .sp_table_col_icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    text-align: left;
  }
  .sp_icon_small {
    top: 0px;
    width: 40px;
    margin-top: 8px;
  }
  .quick_start_del {
    margin-right: 0px;
  }
  .h4_contact {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .con_center {
    padding-right: 25px;
    padding-left: 25px;
  }
  .form_tabs_content {
    border-radius: 4px;
  }
  .form_tab_current.w--current {
    padding-right: 12px;
    padding-left: 12px;
  }
  .form_tab_next {
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 4px;
  }
  .form_tab_next.w--current {
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .tab_big_number_col1 {
    min-height: 140px;
    border-right-style: none;
  }
  .big_number {
    min-height: 140px;
    border-bottom: 3px solid #e9e9e9;
    border-right-style: none;
    font-size: 140px;
    line-height: 120px;
    text-align: left;
  }
  .sp_consultion_section {
    padding-right: 24px;
    padding-left: 24px;
  }
  .txt_infographic_big {
    font-size: 40px;
    line-height: 50px;
  }
  .big_icons {
    width: 100%;
    margin-top: 20px;
  }
  .team_col1 {
    margin-top: 0px;
  }
  .section_bg_bw_photo {
    padding-top: 92px;
  }
  .section_bg_bw_photo.cloud {
    padding-top: 40px;
  }
  .emp_txt {
    margin-right: 20px;
    margin-left: 20px;
  }
  .story_box.demo {
    margin-top: 20px;
  }
  .row_padd {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section_idea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div5 {
    clear: left;
  }
  .face {
    display: block;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }
  h2 {
    line-height: 27px;
  }
  h4 {
    font-size: 14px;
    line-height: 15px;
  }
  h5 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }
  .header {
    height: 440px;
    margin-top: -20px;
    padding-top: 20px;
  }
  .slider {
    height: 440px;
  }
  .slide-container {
    margin-top: 80px;
  }
  .navbar {
    position: absolute;
  }
  .brand {
    padding-left: 0px;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    overflow: auto;
    height: auto;
    min-height: 2800px;
    padding-top: 40px;
    padding-bottom: 40px;
    clear: none;
    background-image: -webkit-linear-gradient(32deg, #5b467a, #745a9b);
    background-image: linear-gradient(58deg, #5b467a, #745a9b);
    text-align: center;
    cursor: pointer;
  }
  .menu-button {
    padding-right: 10px;
  }
  .nav-icon {
    color: #fff;
  }
  .nav-link {
    width: 100%;
    color: #bdb8c5;
  }
  .about {
    margin-top: 30px;
    padding-top: 0px;
  }
  .left-column {
    overflow: visible;
    margin-top: 0px;
  }
  .right-column {
    margin-top: 0px;
  }
  .grey-box {
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .grey-box.bg_blue {
    min-height: 350px;
    padding: 0px;
  }
  .grey-box.bgcol1 {
    min-height: 220px;
  }
  .grey-box.bgcol3 {
    min-height: 220px;
  }
  .grey-box.bg_what_we_do {
    min-height: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .grey-box.box2 {
    min-height: 400px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grey-box.box1 {
    min-height: 460px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grey-box.box3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grey-box.box4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grey-box.box5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grey-box.box6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grey-box.box_why {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .grey-box.box_solution {
    height: 680px;
  }
  .grey-box.box_solution.sp {
    height: 800px;
  }
  .row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hp_dark_box {
    height: 360px;
    padding: 0px;
  }
  .footer-content {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .footer-text {
    margin-top: 5px;
    line-height: 22px;
  }
  .services-1 {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .services-2 {
    height: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .services-3 {
    min-height: 400px;
    margin-top: 5px;
    padding: 0px;
  }
  .break---quotes {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .quote-slider {
    height: 280px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .quote-slider.about_slider {
    height: 200px;
  }
  .quote-1.general_big {
    font-size: 26px;
    line-height: 36px;
  }
  .quote-2.txt_ref {
    max-height: 180px;
  }
  .quote-text {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .brand-image {
    width: 140px;
    margin-left: 5px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .txt.white_txt {
    margin-right: 20px;
    margin-left: 20px;
  }
  .txt.white_txt.hp_mission_txt {
    font-size: 16px;
    line-height: 22px;
  }
  .txt_under_icon {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0px;
  }
  .icon {
    max-width: 50%;
    margin-top: 0px;
  }
  .slide_slogan {
    margin-top: 124px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 28px;
    line-height: 36px;
  }
  .slide_subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .tab_nav {
    width: 100%;
    margin-bottom: 18px;
    padding-left: 20px;
    clear: left;
  }
  .tab_nav.w--current {
    width: 100%;
    margin-bottom: 18px;
    font-size: 17px;
  }
  .h2_white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h2_white.hp_h2_smallbox {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    clear: none;
    line-height: 28px;
  }
  .a_block {
    margin-right: 20px;
    margin-left: 20px;
  }
  .a_block.a_block_slider {
    margin-right: 20px;
    margin-left: 20px;
  }
  .slider_small_wrap {
    margin-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .lang_switch_item.lang_switch_item_noborder {
    border-left: 1px none #000;
  }
  .hp_date {
    margin-right: 20px;
    margin-left: 20px;
  }
  .quote_navigation {
    margin-top: 0px;
  }
  .hp_col_icons {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .txt_whatwedo_square {
    height: 130px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .txt_whatwedo_square.bg_longer {
    height: 140px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hp_whatwedo_link {
    font-size: 16px;
    line-height: 20px;
  }
  .hp_casestdy_link {
    margin-left: 0px;
  }
  .hp_tab_txt {
    font-size: 16px;
  }
  .hp_why_ul {
    margin-right: 20px;
    margin-left: 20px;
  }
  .hp_icon {
    display: inline;
    float: left;
    clear: left;
  }
  .slider_txt {
    font-size: 18px;
    line-height: 24px;
  }
  .whatwedo_txt1 {
    display: block;
    overflow: visible;
    float: none;
    clear: none;
    font-size: 20px;
    line-height: 26px;
  }
  .whatwedo_txt2 {
    font-size: 20px;
    line-height: 26px;
  }
  .whatwedo_txt3 {
    font-size: 20px;
    line-height: 26px;
  }
  .whatwedo_txt0 {
    font-size: 20px;
    line-height: 26px;
  }
  .copyright_txt {
    font-family: 'Gotham light', sans-serif;
    color: #bdb8c5;
  }
  .footer_table {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .col_in_service {
    padding-right: 1px;
    padding-left: 1px;
  }
  .div_more {
    margin-top: 50px;
  }
  .hp_mission_txt {
    font-size: 16px;
    line-height: 22px;
  }
  .hp_ask_us {
    height: 400px;
  }
  .footer_social {
    position: static;
    clear: both;
  }
  .footer_soc_icon {
    max-width: 40px;
  }
  .footer_soc_icon.big {
    max-width: 40px;
  }
  .footer_contact {
    direction: ltr;
    text-align: center;
  }
  .footer_small_device {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: visible;
    padding: 25px 58px 1px;
  }
  .knowledge_base_categories {
    clear: right;
    direction: ltr;
    text-align: center;
    text-decoration: none;
    text-transform: none;
  }
  .txt_vyzva {
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 28px;
  }
  .sp_txt.table_subicon {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h2_sp {
    margin-top: 30px;
    line-height: 40px;
  }
  .sp_tab_bg {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sp_tab_bg.dark {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sp_section_quickstart.color2 {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .sp_container_fix {
    padding-right: 0px;
    padding-left: 0px;
  }
  .quatation_mark {
    position: relative;
    top: 30px;
    line-height: 80px;
  }
  .quatation_mark.end {
    left: 0px;
    top: 30px;
  }
  .sp_quick_start_col {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .h4_table {
    margin-left: 5px;
  }
  .h4_table.qs {
    width: 70%;
    margin-left: 10px;
    float: left;
  }
  .sp_h1 {
    position: static;
    height: 84px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 25px 15px;
    font-size: 30px;
    line-height: 32px;
  }
  .sp_section_main_text.consultation {
    height: 360px;
  }
  .table_number {
    margin-left: 0px;
  }
  .row_odsadenie {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .row_odsadenie.demo {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h4_table1 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 28px;
  }
  .sp_icon_small {
    margin-top: 21px;
  }
  .h4_contact {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .tab_social {
    width: 260px;
  }
  .div_bg_social {
    width: 80px;
    height: 80px;
  }
  .form_tabs_content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form_tab_current.w--current {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
  }
  .form_tab_next {
    margin-right: 0px;
    margin-bottom: 5px;
    border-radius: 8px;
  }
  .form_tab_next.w--current {
    margin-right: 0px;
    border-radius: 4px;
  }
  .space {
    height: 100px;
  }
  .h2_sp_center {
    margin-top: 0px;
    line-height: 36px;
  }
  .big_icons {
    width: 100%;
    margin-top: 15px;
  }
  .section_bg_bw_photo.cloud {
    padding-top: 30px;
  }
  .emp_txt {
    font-size: 20px;
    line-height: 30px;
  }
  .story_box {
    width: 100%;
  }
  .section_idea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .txt_idea {
    margin-top: 20px;
    font-size: 22px;
    line-height: 30px;
  }
}

@font-face {
  font-family: 'Gotham light';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham medium';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham bold';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
