@import url(https://fonts.googleapis.com/css?family=Hind:300,400,700&amp;subset=latin,latin-ext);
/*@import url(https://fonts.googleapis.com/css?family=Hind:400,700&subset=latin,latin-ext);*/
@font-face {
    font-family: AmsiPro;
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/AmsiProCond-Black.otf") format("opentype");
}
#info .info-item.img-left .info-item-text {
  margin-top: 2px; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

[data-animate^="zoom"][data-animated="false"] {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center; }

[data-animate^="zoom"][data-animated="true"] {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.005, 0.005, 0, 1.65);
  -moz-transition: -moz-transform 1.25s cubic-bezier(0.005, 0.005, 0, 1.65);
  -ms-transition: -ms-transform 1.25s cubic-bezier(0.005, 0.005, 0, 1.65);
  -o-transition: -o-transform 1.25s cubic-bezier(0.005, 0.005, 0, 1.65);
  transition: transform 1.25s cubic-bezier(0.005, 0.005, 0, 1.65); }

[data-animate^="fade"][data-animated="false"] {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px); }

[data-animate^="fade"][data-animated="true"] {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1.25s ease-out;
  -moz-transition: opacity 1s ease-out, -moz-transform 1.25s ease-out;
  -ms-transition: opacity 1s ease-out, -ms-transform 1.25s ease-out;
  -o-transition: opacity 1s ease-out, -o-transform 1.25s ease-out;
  transition: opacity 1s ease-out, transform 1.25s ease-out; }

[data-animate^="simple-fade"][data-animated="false"] {
  opacity: 0; }

[data-animate^="simple-fade"][data-animated="true"] {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

[data-animate^="fade-down"][data-animated="false"] {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px); }

[data-animate^="fade-down"][data-animated="true"] {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1.25s ease-out;
  -moz-transition: opacity 1s ease-out, -moz-transform 1.25s ease-out;
  -ms-transition: opacity 1s ease-out, -ms-transform 1.25s ease-out;
  -o-transition: opacity 1s ease-out, -o-transform 1.25s ease-out;
  transition: opacity 1s ease-out, transform 1.25s ease-out; }

[data-animate^="fade-left"][data-animated="false"] {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px); }

[data-animate^="fade-left"][data-animated="true"] {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1.25s ease-out;
  -moz-transition: opacity 1s ease-out, -moz-transform 1.25s ease-out;
  -ms-transition: opacity 1s ease-out, -ms-transform 1.25s ease-out;
  -o-transition: opacity 1s ease-out, -o-transform 1.25s ease-out;
  transition: opacity 1s ease-out, transform 1.25s ease-out; }

[data-animate^="fade-right"][data-animated="false"] {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px); }

[data-animate^="fade-right"][data-animated="true"] {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1.25s ease-out;
  -moz-transition: opacity 1s ease-out, -moz-transform 1.25s ease-out;
  -ms-transition: opacity 1s ease-out, -ms-transform 1.25s ease-out;
  -o-transition: opacity 1s ease-out, -o-transform 1.25s ease-out;
  transition: opacity 1s ease-out, transform 1.25s ease-out; }

@font-face {
  font-family: 'DCB';
  src: url("../fonts/DINPro-CondBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.wrap {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1600px;
  padding: 0 50px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.img-desc {
  position: absolute;
  display: block;
  right: 24px;
  bottom: 24px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px; }

html {
  font-family: 'Hind', Arial, Helvetica, sans-serif; }

h1 {
  font-size: 70px;
  line-height: 70px;
  font-weight: bold; }

p {
  font-size: 15px;
  line-height: 30px;
  font-weight: normal; }
  p strong, p b {
    font-weight: bold; }

ul {
  list-style: disc;
  padding-left: 22px; }
  ul li {
    font-size: 15px;
    line-height: 30px;
    padding-left: 8px; }

#temp {
  display: block;
  position: absolute;
  top: -180px;
  left: 0; }

#hero {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../images/bg_hero.jpg) no-repeat left center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: scroll;
  -webkit-background-attachment: scroll;
  -moz-background-attachment: scroll;
  -o-background-attachment: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  #hero #logo {
    position: absolute;
    display: block;
    left: 61px;
    top: 45px; }
  #hero #hero-title {
    display: block;
    position: relative;
    max-width: 560px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 70px 336px 69px;
    color: #fff;
    text-align: center;
    margin-right: 9%;
    max-width: 710px;
    text-align: left;
    padding-right: 0;
  }
    #hero #hero-title h1 {
      text-transform: uppercase;
      font-family: 'AmsiPro', 'DCB', 'Hind', Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-size: 107px;
      line-height: 100px;
      margin-bottom: 25px;
      letter-spacing: -2px; }
    #hero #hero-title p {
      font-size: 22px;
      font-weight: 300;
      line-height: 29px;
      text-align: left; }
    #hero #hero-title hr.h {
      position: absolute;
      display: block;
      height: 2px;
      width: 162px;
      border: none;
      margin: 0;
      background-color: #fff; }
      #hero #hero-title hr.h:nth-of-type(1) {
        top: 0;
        left: 0; }
      #hero #hero-title hr.h:nth-of-type(2) {
        top: 0;
        right: 0; }
      #hero #hero-title hr.h:nth-of-type(3) {
        bottom: 0;
        left: 0; }
      #hero #hero-title hr.h:nth-of-type(4) {
        bottom: 0;
        right: 0; }
    #hero #hero-title hr.v {
      position: absolute;
      display: block;
      height: 105px;
      width: 2px;
      border: none;
      margin: 0;
      background-color: #fff; }
      #hero #hero-title hr.v:nth-of-type(5) {
        top: 0;
        left: 0; }
      #hero #hero-title hr.v:nth-of-type(6) {
        top: 0;
        right: 0; }
      #hero #hero-title hr.v:nth-of-type(7) {
        bottom: 0;
        left: 0; }
      #hero #hero-title hr.v:nth-of-type(8) {
        bottom: 0;
        right: 0; }
  #hero #hero-btn {
    position: absolute;
    display: block;
    right: 0;
    bottom: 30px;
    text-transform: uppercase; }
    #hero #hero-btn:before {
      content: '';
      display: inline-block;
      position: relative;
      vertical-align: middle;
      height: 50px;
      width: 50px;
      background-image: url(../images/btn_hero_btn.svg); }
    #hero #hero-btn:after {
      /*content: 'klikni za nadaljevanje';*/
      content: attr(data-content);
      position: relative;
      display: inline-block;
      vertical-align: middle;
      font-size: 10px;
      padding: 0 16px 6px 11px;
      margin-top: -10px;
      margin-left: -1px;
      border-bottom: 1px solid #ffffff;
      color: #ffffff; }
  @media screen and (min-width: 768px) {
    #hero {
      background-attachment: fixed;
      -webkit-background-attachment: fixed;
      -moz-background-attachment: fixed;
      -o-background-attachment: fixed; } }

#nav {
  display: block;
  position: fixed;
  width: 118px;
  top: 0;
  right: 0;
  white-space: nowrap;
  -webkit-transition: width .45s, height .45s, opacity .35s;
  -moz-transition: width .45s, height .45s, opacity .35s;
  -ms-transition: width .45s, height .45s, opacity .35s;
  -o-transition: width .45s, height .45s, opacity .35s;
  transition: width .45s, height .45s, opacity .35s;
  opacity: 1;
  z-index: 50; }
  #nav #nav-btn {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: 46px;
    margin-right: 60px;
    height: 54px;
    width: 54px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background-color .45s;
    -moz-transition: background-color .45s;
    -ms-transition: background-color .45s;
    -o-transition: background-color .45s;
    transition: background-color .45s;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    #nav #nav-btn #line {
      width: 30px;
      height: 2px;
      background-color: #2a2a2a;
      -webkit-transition: background-color .45s;
      -moz-transition: background-color .45s;
      -ms-transition: background-color .45s;
      -o-transition: background-color .45s;
      transition: background-color .45s; }
      #nav #nav-btn #line:before, #nav #nav-btn #line:after {
        content: '';
        display: block;
        position: relative;
        width: 30px;
        height: 2px;
        background-color: #2a2a2a;
        -webkit-transition: transform .45s ease-out, background-color .45s;
        -moz-transition: transform .45s ease-out, background-color .45s;
        -ms-transition: transform .45s ease-out, background-color .45s;
        -o-transition: transform .45s ease-out, background-color .45s;
        transition: transform .45s ease-out, background-color .45s; }
      #nav #nav-btn #line:before {
        -webkit-transform: translateY(-9px);
        -moz-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        -o-transform: translateY(-9px);
        transform: translateY(-9px);
        transform-origin: center center; }
      #nav #nav-btn #line:after {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -o-transform: translateY(6px);
        transform: translateY(6px);
        transform-origin: center center; }
  #nav #nav-ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 100vh;
    background-color: #000000;
    padding-right: 66px;
    padding-top: 44px;
    padding-bottom: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #nav #nav-ul .nav-link {
      display: block; }
      #nav #nav-ul .nav-link:not(:last-child) {
        margin-bottom: 15px; }
      #nav #nav-ul .nav-link .nav-btn {
        display: block;
        text-align: right;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: color .45s;
        -moz-transition: color .45s;
        -ms-transition: color .45s;
        -o-transition: color .45s;
        transition: color .45s; }
  #nav.active {
    z-index: 100;
    width: 340px; }
    #nav.active #nav-btn {
      background-color: #000000; }
      #nav.active #nav-btn #line {
        background-color: rgba(255, 255, 255, 0) !important; }
        #nav.active #nav-btn #line:before, #nav.active #nav-btn #line:after {
          background-color: #fff !important; }
        #nav.active #nav-btn #line:before {
          -webkit-transform: translateY(0) rotate(45deg);
          -moz-transform: translateY(0) rotate(45deg);
          -ms-transform: translateY(0) rotate(45deg);
          -o-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg); }
        #nav.active #nav-btn #line:after {
          -webkit-transform: translateY(-2px) rotate(-45deg);
          -moz-transform: translateY(-2px) rotate(-45deg);
          -ms-transform: translateY(-2px) rotate(-45deg);
          -o-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg); }

#intro {
  display: block;
  position: relative; }
  #intro #intro-top {
    display: block;
    position: relative;
    margin-bottom: 141px; }
    #intro #intro-top #intro-left {
      display: inline-block;
      position: relative;
      vertical-align: bottom;
      padding: 92px 96px 0 68px;
      border-left: 1px solid rgba(0,0,0,0.15);
      width: 57.6%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 110px;
    }
      #intro #intro-top #intro-left h1 {
        /*text-transform: uppercase;*/
        font-size: 60px;
        line-height: 60px;
        /*text-align: right; */ }
      #intro #intro-top #intro-left h2 {
        font-size: 22px;
        line-height: 31px;
        max-width: 445px;
        text-align: right;
        margin-left: auto;
        margin-top: 7px; }
      #intro #intro-top #intro-left p {
        line-height: 25px;
        padding-top: 15px; }
    #intro #intro-top #intro-right {
      display: inline-block;
      position: relative;
      vertical-align: top;
      padding-right: 60px;
      padding-top: 92px;
      width: 40%;
      margin-left: -4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 575px;
      padding-left: 45px; }
    #intro #intro-top #intro-right p {
      font-size: 22px;
      font-weight: 300;
      line-height: 37px; }
  #intro #intro-circles {
    margin-bottom: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
    #intro #intro-circles .circle-wrap .circle {
      position: relative;
      vertical-align: middle;
      width: 256px;
      height: 256px;
      border-radius: 50%;
      background-color: #000000;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      #intro #intro-circles .circle-wrap .circle .inner-wrap {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 12px; }
        #intro #intro-circles .circle-wrap .circle .inner-wrap .circle-top {
          position: relative;
          margin-top: -15px;
          margin-bottom: 2px; }
          #intro #intro-circles .circle-wrap .circle .inner-wrap .circle-top span {
            font-size: 80px;
            text-transform: uppercase;
            line-height: 90px;
            color: #fff;
            font-weight: 900; }
        #intro #intro-circles .circle-wrap .circle .inner-wrap .circle-bottom {
          position: relative;
          font-size: 55px;
          text-transform: uppercase;
          color: #fff;
          margin-top: -4px; }
    #intro #intro-circles .circle-wrap .circle-desc {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      padding-left: 24px;
      font-size: 22px;
      line-height: 30px;
      font-weight: bold;
      max-width: 240px;
      margin-top: 5px;
    display: block;
    margin-top: 12px;
    padding-left: 0;
    text-align: center;
    width: 256px;
    margin-right: 0;
    max-width: 256px; 
    }

#intro2_text {
  padding: 0 87px 0 98px;
}
#intro2_text .wrap {
  max-width: 1030px;
  margin: 0;
}
#intro2_text .wrap p {
  line-height: 25px;
  padding-top: 25px;
}
#intro2_hero {
  /*padding: 240px 0 200px 0;*/
  max-height: 662px;
  height: 56vw;
  margin-top: 100px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: scroll;
  -webkit-background-attachment: scroll;
  -moz-background-attachment: scroll;
  -o-background-attachment: scroll;
}
#intro2_hero .wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#intro2_hero .wrap .body {
  margin: 0 auto;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  max-width: 1060px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
@media screen and (min-width: 768px) {
  #intro2_hero {
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
  }
}


#video {
  display: block;
  position: relative;
  width: 100%;
  max-height: 662px;
  height: 56vw; }
  #video #video-content-wrap {
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 80px);
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 68px; }
    #video #video-content-wrap .inner-wrap {
      display: block;
      position: relative;
      text-align: center; }
    #video #video-content-wrap h1 {
      display: block;
      position: relative;
      font-size: 80px;
      color: #fff;
      margin-bottom: 37px;
      font-weight: 700;
      text-transform: uppercase; }
    #video #video-content-wrap button {
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      border: 1px solid #fff;
      background: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #fff;
      font-size: 16px;
      padding: 18px 29px 17px;
      cursor: pointer; }
      #video #video-content-wrap button:focus, #video #video-content-wrap button:active {
        outline: none; }
    #video #video-content-wrap #video-nav {
      display: block;
      position: absolute;
      bottom: 56px;
      left: 50%;
      margin-left: -33px;
      padding-left: 0; }
      #video #video-content-wrap #video-nav .video-nav-item {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        background-color: transparent;
        border: 1px solid #fff;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: background-color .25s;
        -moz-transition: background-color .25s;
        -ms-transition: background-color .25s;
        -o-transition: background-color .25s;
        transition: background-color .25s;
        padding-left: 0; }
        #video #video-content-wrap #video-nav .video-nav-item.active {
          background-color: #fff; }
        #video #video-content-wrap #video-nav .video-nav-item:not(:last-child) {
          margin-right: 5px; }
    #video #video-content-wrap a {
      display: block;
      position: absolute;
      text-decoration: none;
      color: #fff !important;
      margin-left: -67px;
      left: 50%;
      bottom: 21px; }
  #video #video-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    #video #video-wrap:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #000;
      opacity: 0;
      -webkit-transition: opacity .35s;
      -moz-transition: opacity .35s;
      -ms-transition: opacity .35s;
      -o-transition: opacity .35s;
      transition: opacity .35s; }
    #video #video-wrap.mobile {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-align: left; }
      #video #video-wrap.mobile img {
        width: auto;
        height: 100%;
        display: inline-block;
        position: relative;
        -webkit-transition: margin-left .65s ease-in-out;
        -moz-transition: margin-left .65s ease-in-out;
        -ms-transition: margin-left .65s ease-in-out;
        -o-transition: margin-left .65s ease-in-out;
        transition: margin-left .65s ease-in-out; }
        #video #video-wrap.mobile img:not(:first-child) {
          margin-left: -4px; }
      #video #video-wrap.mobile:after {
        opacity: .46; }

#plan {
  padding: 100px 0 0;
  /*background: url(./../images/bg_plan_2.jpg) no-repeat top left; */
  background: url(../images/bg_plan_3.jpg) no-repeat top left; }
  #plan h1 {
    margin-bottom: 33px; }
  #plan #activities {
    display: inline-block;
    position: relative;
    padding: 57px 83px 56px 42px;
    margin-bottom: 149px;
    margin-left: 55px; }
    #plan #activities #activities-bg.canvas {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    #plan #activities .inner-wrap {
      display: block;
      position: relative;
      z-index: 1; }
  #plan #organisation {
    display: inline-block;
    position: relative;
    padding: 60px 87px 66px 98px;
    padding-top: 10px;
    /*background-image: linear-gradient(to right, white 90%, rgba(255, 255, 255, 0) 100%); }*/
  }
    #plan #organisation .inner-wrap .org-item {
      display: inline-block;
      position: relative;
      vertical-align: top; }
      #plan #organisation .inner-wrap .org-item:not(:last-child) {
        margin-right: 70px; }
      #plan #organisation .inner-wrap .org-item h3 {
        font-weight: bold;
        margin-bottom: 12px;
        font-size: 25px; }
    #plan #organisation .inner-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
    }
    @media screen and (max-width: 1160px) {
      #plan #organisation .inner-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      #plan #organisation .inner-wrap .org-item ul {
        margin-bottom: 30px;
      }
      #plan #organisation .inner-wrap .org-item ul ul {
        margin-bottom: 0;
      }
    }
    #plan #organisation .inner-wrap .org-item h3:nth-of-type(2) {
      padding-top: 30px;
    }

#info {
  display: block;
  position: relative;
  padding-bottom: 344px;
  padding-top: 138px;
  background: url(../images/bg_plan_2.jpg) no-repeat right bottom;
  background-size: contain;
}
  #info .wrap > h1 {
    padding-left: 50px;
    padding-bottom: 25px;
  }
  @media screen and (max-width: 680px) {
    #info .wrap > h1 {
      padding-left: 0;
      padding-bottom: 33px;
    }
  }
  #info .info-item {
    display: block;
    position: relative; }
    #info .info-item .info-item-img {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      /*width: 53%;*/
      width: 47%;
      overflow: hidden;
    }
      #info .info-item .info-item-img img {
        width: 100%;
        height: auto;
    -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        transform: scale(1);
      }
        #info .info-item .info-item-img img:hover {
          transform: scale(1.05);  
        }
    #info .info-item .info-item-text {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      /*width: 47%;*/
      width: 53%;
      padding-left: 66px;
      margin: -4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 6px; }
      #info .info-item .info-item-text h1 {
        margin-bottom: 15px;
        line-height: 25px;
        font-size: 20px;
        max-width: 638px; }
      #info .info-item .info-item-text .body p.title {
        margin-bottom: 15px;
        line-height: 25px;
        font-size: 20px;
        max-width: 638px;
        font-weight: bold;     
      }
      #info .info-item .info-item-text .body strong {
        font-size: 22px;
        font-weight: bold;
        display: block;
        margin-bottom: 2px; }
      #info .info-item .info-item-text .body p:not(:first-child) {
        margin-top: 27px; }
    #info .info-item .info-item-text .body ul li {
      line-height: 25px;
    }
    #info .info-item.img-left .info-item-text .body {
      max-width: 480px;
      padding-left: 10px; }
    #info .info-item.img-right .info-item-text {
      margin-left: 0;
      padding-left: 66px;
      padding-right: 50px;
      width: 53%;
      margin-top: 25px; }
      #info .info-item.img-right .info-item-text h1 {
        margin-bottom: 12px; }
      #info .info-item.img-right .info-item-text .body {
        max-width: 650px; }
    #info .info-item.img-right .info-item-img {
      width: 47%; }
    #info .info-item:not(:last-child) {
      margin-bottom: 42px; }
/*    #info .info-item:nth-child(3) .info-item-text h1 {
      margin-bottom: 0; }
    #info .info-item:nth-child(3) .info-item-text .body {
      max-width: 100%; }
      #info .info-item:nth-child(3) .info-item-text .body p {
        margin-top: 0; }*/
    #info .info-item a {
      text-decoration: none;
      color: inherit;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    outline: none;
     }
      #info .info-item a:hover {
        color: #000000;
         }
      #info .info-item a:focus {
        /*color: red;*/
      }
    #info .info-item.additional h1.main.mobile {
      display: none;
    }
    #info .info-item.additional h1.main {
      font-size: 70px !important;
      line-height: 70px !important;
      font-weight: bold;
    }
    #info .info-item.additional .info-item-img.gallery {
      vertical-align: top;
    }
    #info .info-item.additional .prenos_zlozenke {
      padding-top: 30px;
    }
    #info .info-item.additional .prenos_zlozenke a {
      color: #3FA6F2;
      font-size: 16px;
      text-transform: uppercase;
      /*font-weight: 600;*/
    }
    #info .info-item.additional .prenos_zlozenke a img {
      vertical-align: middle;
    }
    #info .info-item.additional .prenos_zlozenke a span {
      padding-left: 20px;
    }
    #info .info-item.additional .body {
      margin-top: 20px;
      padding-left: 0 !important;
    }
    @media screen and (max-width: 680px) {
      #info .info-item.additional h1.main.desktop {
        display: none;
      }
      #info .info-item.additional h1.main.mobile {
        display: block;
        padding-bottom: 33px;
        font-size: 28px !important;
        line-height: 32px !important;
      }
      #info .info-item.additional .prenos_zlozenke {
        padding-top: 10px;
        padding-bottom: 20px;
      }
    }

#references {
  display: block;
  position: relative;
  background: url(../images/bg_references.jpg) no-repeat left bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: scroll;
  -webkit-background-attachment: scroll;
  -moz-background-attachment: scroll;
  -o-background-attachment: scroll; }
  #references .inner-wrap {
    display: block;
    position: relative;
    padding: 112px 56px 122px 66px;
    max-width: 960px;
    color: #fff; }
    #references .inner-wrap h1 {
      margin-bottom: 52px;
      letter-spacing: 1px; }
    #references .inner-wrap .body {
      max-width: 640px; }
  @media screen and (min-width: 768px) {
    #references {
      background-attachment: fixed;
      -webkit-background-attachment: fixed;
      -moz-background-attachment: fixed;
      -o-background-attachment: fixed; } }

#references.intro3 {
  background: none;
  max-height: 662px;
  height: 56vw;
}
#references.intro3 .wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#references.intro3 .slide-bg[data-slide-id],
#references.intro3 h1[data-slide-id] {
  display: none;
}
#references.intro3 .slide-bg[data-slide-id="0"],
#references.intro3 h1[data-slide-id="0"] {
  display: block;
}
#references.intro3 .slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: scroll;
  -webkit-background-attachment: scroll;
  -moz-background-attachment: scroll;
  -o-background-attachment: scroll;
}
@media screen and (min-width: 768px) {
  #references.intro3 .slide-bg {
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
  }
}
#references.intro3 .inner-wrap {
  padding: 220px 56px 200px 66px;
  margin: 0 auto;
}
#references.intro3 .inner-wrap h1 {
  text-align: center;
  font-size: 80px;
  margin-bottom: 0;
}
#references.intro3 .inner-wrap p {
  font-size: 30px;
  line-height: 39px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1px;
}
#slides-nav {
  display: block;
  position: absolute;
  bottom: 56px;
  left: 50%;
  margin-left: -33px;
  padding-left: 0; }
#slides-nav .slides-nav-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color .25s;
  -moz-transition: background-color .25s;
  -ms-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s;
  padding-left: 0; }
#slides-nav .slides-nav-item.active {
  background-color: #fff; }
#slides-nav .slides-nav-item:not(:last-child) {
  margin-right: 5px; }

#clients {
  display: block;
  position: relative;
  padding-top: 134px; }
  #clients #clients-list {
    margin-bottom: 122px;
    padding: 0 62px; }
    #clients #clients-list h1 {
      display: block;
      position: relative;
      margin-bottom: 38px; }
    #clients #clients-list .clients-half {
      display: inline-block;
      position: relative;
      vertical-align: top;
      width: 50%;
      padding-left: 0;
      list-style: none; }
      #clients #clients-list .clients-half.right {
        margin-left: -4px; }
      #clients #clients-list .clients-half li.title {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 60px;
        padding-bottom: 25px;
      }
      #clients #clients-list .clients-half li.more:not(.client) {
        padding-left: 60px;
      }
      #clients #clients-list .clients-half li.more a {
        cursor: pointer;
        padding-left: 112px;
        font-weight: bold;
        text-decoration: none;
        color: inherit;
-webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
      }
      #clients #clients-list .clients-half li.more a:hover {
        color: #000000;
      }
      #clients #clients-list .clients-half li.client.more {
        display: none;
      }
      #clients #clients-list .clients-half .client img {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        margin-left: 16px;
        width: 96px;
        height: 48px; }
      #clients #clients-list .clients-half .client span {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        width: calc(100% - 114px); }
  #clients #clients-images {
    display: block;
    position: relative; }
    #clients #clients-images .client-img {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      width: 33%;
      -webkit-transition: margin-left .65s ease-in-out;
      -moz-transition: margin-left .65s ease-in-out;
      -ms-transition: margin-left .65s ease-in-out;
      -o-transition: margin-left .65s ease-in-out;
      transition: margin-left .65s ease-in-out; }
      #clients #clients-images .client-img img {
        width: 100%;
        height: auto; }

#articles {
  display: block;
  position: relative; }
  #articles .inner-wrap {
    padding: 71px 72px 114px;
    border-bottom: 10px solid #c8c8c8; }
  #articles h1 {
    margin-bottom: 60px; }
  #articles ul {
    list-style: none;
    max-width: 821px;
    padding-left: 0; }
    #articles ul li {
      display: block;
      position: relative;
      padding-left: 0;
      line-height: 25px;
      padding-top: 7px;
      padding-bottom: 7px; }
      #articles ul li a {
        color: #000;
        text-decoration: none;
        -webkit-transition: color .25s;
        -moz-transition: color .25s;
        -ms-transition: color .25s;
        -o-transition: color .25s;
        transition: color .25s;
        display: inline-block;
        margin-left: 10px;}
      #articles ul li:hover a {
        color: #000000; }
      #articles ul li:not(:last-child) {
        border-bottom: 1px solid #c8c8c8;
        /*
        padding-bottom: 15px;
        margin-bottom: 18px;
        */
        margin-bottom: 2px; }
        #articles ul li.more {
          display: none;
        }
        #articles ul li.button {
          border-bottom: none;
        }
        #articles ul li.button a {
          cursor: pointer;
          font-weight: bold;
        }
        #articles ul li.button a.less {
          display: none;
        }
  #articles .columns-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #articles .columns-wrap .column {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #articles .columns-wrap .column:not(:last-child) {
        margin-right: 80px; }

#contacts {
  display: block;
  position: relative; }
  #contacts .inner-wrap {
    display: block;
    position: relative;
    border-top: 1px solid #c8c8c8;
    margin-top: 6px;
    padding-top: 91px;
    padding-bottom: 75px; }
  #contacts h1 {
    text-align: center;
    margin-bottom: 96px; 
    margin-bottom: 36px; }
    #contacts .logo {
      margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
     -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    line-height: 210%;
    }
    #contacts .logo .txt {
      padding-left: 25px;
    }
  #contacts #contacts-list {
    position: relative;
    padding: 0 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;  }
    #contacts #contacts-list .contact {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      min-width: 200px;
      padding-bottom: 40px;
      -webkit-flex-basis: 25%;
      -moz-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
    }
      #contacts #contacts-list .contact strong {
        font-weight: bold;
        font-size: 22px; }
      #contacts #contacts-list .contact a {
        text-decoration: none;
        color: inherit; }
        #contacts #contacts-list .contact a:hover {
          color: #000000; }
  #contacts #contacts-details {
    display: block;
    position: relative;
    padding: 0 60px;
    margin-top: 51px;
    padding-top: 70px;
    border-top: 1px solid #c8c8c8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
    #contacts #contacts-details span strong {
      font-weight: bold;
      color: #000; }

#map {
  display: block;
  position: relative; }
  #map #map-holder {
    display: block;
    position: relative;
    width: 100%;
    height: 500px; }
  #map #map-info {
    position: absolute;
    display: block;
    padding: 25px;
    left: 50px;
    bottom: 39px;
    background-color: rgba(255, 255, 255, 0.77); }
    #map #map-info img {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      margin-right: 21px; }
    #map #map-info p {
      display: inline-block;
      position: relative;
      vertical-align: middle; }
      #map #map-info p a {
        text-decoration: none;
        color: inherit; }
        #map #map-info p a:hover {
          color: #000000; }
  #map #content p a {
    text-decoration: none;
    color: inherit; }
    #map #content p a:hover {
      color: #000000; }

#footer {
  display: block;
  position: relative;
  padding: 17px 86px; }
  #footer p {
    color: #919191;
    font-size: 13px; }
    #footer p a {
      text-decoration: none;
      color: inherit;
      margin-left: 24px; }

.mfp-iframe-holder .mfp-content {
  max-width: 1280px;
  max-height: 90vh; }

.popup-text {
  display: block;
  position: relative;
  padding: 22px;
  background-color: #fff;
  max-width: 1240px;
  box-sizing: border-box;
  line-height: 1.3;
  margin: auto; }
  .popup-text p:not(:last-child) {
    margin-bottom: 22px; }
.popup-text.vec {
  max-width: 600px;
}
.popup-text h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 15px;
}

#cookie {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #f8f8f8;
  color: #626262;
  z-index: 100;
  padding: 8px 12px;
  width: 100%;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom .35s;
  -moz-transition: bottom .35s;
  -ms-transition: bottom .35s;
  -o-transition: bottom .35s;
  transition: bottom .35s; }
  #cookie.hidden {
    bottom: -110%; }
  #cookie a {
    color: #000000; }

/**
* RESPONSIVE
**/
@media screen and (max-width: 1160px) {
  #intro #intro-top #intro-left {
    padding-right: 0; }
/*  #intro #intro-circles .circle-wrap .circle-desc {
    display: block;
    margin-top: 12px;
    padding-left: 0;
    text-align: center;
    width: 256px;
    margin-right: 0;
    max-width: 256px; }*/
  #plan #activities {
    margin-left: 0; }
  #plan #organisation {
    padding-left: 40px;
    padding-right: 40px; }
  #info .info-item .info-item-text {
    padding-left: 32px; }
    #info .info-item .info-item-text h1 {
      font-size: 62px;
      line-height: 62px; }
  #info .info-item.img-right .info-item-text {
    padding-left: 0; }
  #contacts #contacts-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #contacts #contacts-list .contact {
      min-width: 33%;
      margin-bottom: 32px;
      text-align: center;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; } }

@media screen and (max-width: 960px) {
  #intro #intro-top {
    margin-bottom: 70px; }
    #intro #intro-top #intro-left {
      display: block;
      border: none;
      padding-right: 0;
      padding: 64px 0 0 0;
      width: 100%;
      margin-bottom: 36px; }
      #intro #intro-top #intro-left h1, #intro #intro-top #intro-left h2 {
        text-align: left; }
      #intro #intro-top #intro-left h2 {
        max-width: 100%; }
    #intro #intro-top #intro-right {
      padding-left: 0;
      padding-right: 0;
      margin: 0;
      width: 100%;
      max-width: 100%; }
  #intro #intro-circles {
    margin-bottom: 86px; }
  #intro2_text {
    padding: 0;
  }
  #intro2_text .wrap p {
    line-height: 25px;
    padding-top: 15px
  }
  #intro2_hero .wrap .body {
  font-size: 15px;
  line-height: 21px;
  }
  #video {
    min-height: 360px; }
    #video #video-player {
      display: none; }
    #video #video-content-wrap {
      height: 100%;
      margin-top: 0; }
  #plan {
    background: none;
    padding-top: 48px; }
    #plan #activities {
      display: block;
      padding: 0 0 36px;
      border-bottom: 1px solid #c8c8c8;
      margin-bottom: 46px; }
      #plan #activities #activities-bg.canvas {
        display: none; }
    #plan #organisation {
      display: block;
      padding: 0;
      background: none; }
      #plan #organisation .inner-wrap .org-item {
        display: block; }
        #plan #organisation .inner-wrap .org-item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 24px; }
  #info {
    padding-bottom: 106px; }
    #info .info-item .info-item-img {
      display: block;
      width: 100%;
      margin-bottom: 24px; }
    #info .info-item .info-item-text {
      display: block;
      width: 100%;
      padding-right: 32px;
      margin: 0; }
      #info .info-item .info-item-text h1 {
        max-width: 100%; }
    #info .info-item.img-left .info-item-text {
      margin-top: 0; }
    #info .info-item.img-right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #info .info-item.img-right .info-item-img {
        display: block;
        width: 100%;
        -webkit-box-flex: none;
        -webkit-flex: none;
        -moz-box-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-order: 0;
        -ms-flex-order: 0;
        order: 0; }
      #info .info-item.img-right .info-item-text {
        -webkit-box-flex: none;
        -webkit-flex: none;
        -moz-box-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 32px;
        width: 100%;
        margin-top: 0; }
  #references {
    background-position: center bottom; }
    #references .inner-wrap {
      max-width: 100%;
      padding: 46px 0; }
  #clients {
    padding-top: 86px; }
    #clients #clients-list {
      padding: 0;
      margin-bottom: 64px; }
    #clients #clients-images {
      overflow: hidden;
      white-space: nowrap; }
      #clients #clients-images .client-img {
        width: 100%;
        margin-right: 0 !important; }
        #clients #clients-images .client-img:not(:first-child) {
          margin-left: -4px; }
  #articles .inner-wrap {
    padding-left: 0;
    padding-right: 0; }
  #articles ul {
    padding-left: 32px;
    padding-right: 32px; }
  #articles .columns-wrap {
    display: block; }
    #articles .columns-wrap .column:not(:last-child) {
      margin-right: 0;
      margin-bottom: 80px; }
  #contacts #contacts-details {
    display: block; }
    #contacts #contacts-details span:not(:last-child) {
      display: block;
      margin-bottom: 8px; } }

@media screen and (max-width: 680px) {
  #contacts #contacts-list {
    padding: 0;
  }
  h1 {
    font-size: 28px !important;
    line-height: 32px !important; }
  p, ul li {
    line-height: 22px; }
  .wrap {
    padding-left: 24px;
    padding-right: 24px; }
  .img-desc {
    right: 12px;
    bottom: 12px; }
  #hero {
    min-height: 500px;
    background-image: url(../images/bg_hero_mobile.jpg); }
    #hero #logo {
      left: 24px;
      top: 24px; }
      #hero #logo img {
        width: 60px;
        height: 60px; }
    #hero #hero-title {
      max-width: 300px;
      padding: 26px 40px 24px 39px;
      margin-left: auto;
      margin-right: auto; }
      #hero #hero-title h1 {
        font-size: 48px !important;
        line-height: 50px !important;
        margin-bottom: 8px; }
      #hero #hero-title hr {
        display: none !important; }
    #hero #hero-btn {
      bottom: 24px;
      right: auto;
      left: 50%;
      margin-left: -25px; }
      #hero #hero-btn:after {
        content: none; }
  #hero #hero-title p {
    font-size: 18px;
    line-height: 22px;
  }
  #hero #hero-title p br {
    display: none;
  }
  #nav {
    width: 72px; }
    #nav.active {
      width: 300px; }
    #nav #nav-btn {
      margin-top: 16px;
      margin-right: 16px; }
    #nav #nav-ul {
      width: 260px; }
      #nav #nav-ul .nav-link:not(:last-child) {
        margin-bottom: 15px; }
  #intro #intro-top #intro-left h1 {
    font-size: 28px;
    line-height: 32px; }
  #intro #intro-top #intro-right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 45px; }
  #intro #intro-circles {
    display: block; }
    #intro #intro-circles .circle-wrap {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-bottom: 48px; }
      #intro #intro-circles .circle-wrap .circle-desc {
        margin-left: auto;
        margin-right: auto; }
  #intro2_hero {
    margin-top: 33px;
    min-height: 360px;
  }
  #video #video-content-wrap h1 {
    font-size: 28px;
    line-height: 32px; }
  #info {
    padding-top: 48px;
    padding-bottom: 33px; }
  #info .wrap .body ul {
    padding-bottom: 12px;
  }
    #info .info-item .info-item-text {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      #info .info-item .info-item-text .body {
        padding-left: 0 !important; }
        #info .info-item .info-item-text .body ul li {
          line-height: 22px;
        }
  #references.intro3 {
    min-height: 360px;
  }
  #references.intro3 .inner-wrap {
    padding: 0;
  }
  #references.intro3 .inner-wrap p {
    font-size: 15px;
    line-height: 21px;
  }
  #contacts .logo .img img {
    width: 70px;
  }
  #contacts .logo .txt {
    line-height: 26px;
    font-size: 14px;
  }
  #contacts #contacts-list .contact {
    display: block;
    width: 100%; }
  #clients #clients-list h1 {
    text-align: center;
  }
  #clients #clients-list .clients-half {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-top: 0;}
  #clients #clients-list .clients-half.left {
    margin-left: 0;
    padding-top: 0;}
  #clients #clients-list .clients-half li.title {
    padding-left: 0;
    /*text-align: left;*/
    padding-bottom: 0;
    margin-bottom: 2px;
    margin-top: 25px;
  }
  #clients #clients-list .clients-half li {
    padding-left: 0;
    text-align: center;
    margin-bottom: 18px;
  }
  #clients #clients-list .clients-half li.more:not(.client) {
    padding-left: 0;
  }
  #clients #clients-list .clients-half li.client {
    margin-left: 0 !important;
  }
  #clients #clients-list .clients-half .client img {
     margin: 0 auto;
  }
  #clients #clients-list .clients-half .client span {
    width: 100%;
  }
  #clients #clients-list .clients-half.right {
/*        padding-top: 30px;
    margin-left: -60px; */
    padding-top: 25px;
  }
  #clients #clients-list .clients-half.right .title {
    margin-top: 0;
  }
}

  #clients {
    padding-top: 56px; }
    #clients #clients-list {
      margin-bottom: 44px; }
      #clients #clients-list h1 {
        margin-bottom: 18px; }
      #clients #clients-list .clients-half {
        margin-left: -60px;
        padding-top: 35px;
      }
      #clients #clients-list .clients-half li.more a {
        padding-left: 0;
      }


      #clients #clients-list .clients-half li.client {
        margin-left: 10px;
      }
      #clients #clients-list .clients-half.right {
/*        padding-top: 30px;
        margin-left: -60px; */
      }
  #articles .inner-wrap {
    padding-top: 56px;
    padding-bottom: 56px; }
    #articles .inner-wrap h1 {
      margin-bottom: 24px; }
    #articles .inner-wrap ul {
      padding: 0; }
  #contacts .inner-wrap {
    padding-top: 56px; }
    #contacts .inner-wrap h1 {
      margin-bottom: 24px; }

  #contacts #contacts-details {
    margin-top: 36px;
    padding-top: 36px;
    padding-left: 0;
    padding-right: 0; }
  #map #map-info {
    display: none;
    left: 24px;
    bottom: 24px; }
    #map #map-info img {
      display: block;
      margin-bottom: 18px; }
  #footer {
    padding-left: 24px;
    padding-right: 24px; }
    #footer p {
      text-align: center; }
      #footer p a {
        /*display: block;*/
        margin-left: 0;
        padding-left: 10px;
      }

#info .info-item .info-item-text h1 {
    font-size: 21px !important;
    line-height: 28px !important;
}

      }

@media screen and (max-width: 420px) {
  #clients #clients-list h1 {
    text-align: center; }
  #clients #clients-list .clients-half .client {
    padding-left: 0;
    margin-bottom: 18px; }
    #clients #clients-list .clients-half .client img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    #clients #clients-list .clients-half .client .client-body {
      display: block;
      width: 100%;
      line-height: 18px;
      text-align: center; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  h1 {
    font-size: 22px !important;
    line-height: 26px !important; }
  p, ul li, span, div {
    font-size: 13px;
    line-height: 18px; }
  #info .info-item .info-item-text .body strong,
  #contacts #contacts-list .contact strong,
  #intro #intro-top #intro-left h2 {
    font-size: 18px;
    line-height: 22px; }
  #intro #intro-circles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
    #intro #intro-circles .circle-wrap {
      width: 216px;
      margin: 0; }
      #intro #intro-circles .circle-wrap .circle {
        width: 216px;
        height: 216px; }
      #intro #intro-circles .circle-wrap .circle-desc {
        width: 216px; } }

@media only screen and (min-width: 320px) and (max-width: 850px) {
  html, body {
    -webkit-text-size-adjust: none; } }

@media screen and (max-width: 600px) {
  #hero {
    background-position: left -200px top; } }

@media screen and (max-width: 667px) and (orientation: landscape) {
  #hero {
    background-position: left -130px top; } }

@media screen and (width: 768px) and (height: 1024px) {
  #hero {
    background-position: left -240px top; } }

/*jan*/
#lang {
  position: absolute;
  padding: 65px 130px 0 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  #lang {
    padding: 35px 80px 0 0;
  }
}
#lang span {
  padding: 10px;
}
#lang span a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
#lang span a:active {
  color: #000000;
}
#lang span.active a {
  font-weight: 600;
}
@media screen and (max-width: 680px) {
  #hero #hero-title h1 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}
@media screen and (min-width: 680px) {
  html[lang=EN] #hero-title h1 {
    font-size: 94px !important;
  }
}
#nav #nav-ul li.nav-link.hr {
  border-top: solid 1px #ffffff;
  text-align: right;
}
#nav #nav-ul li.nav-link.hr a {
  display: inline-block;
  padding: 15px 0 10px 20px;
}
#nav #nav-ul li.nav-link.hr span.active a {
  font-weight: 600;
}
#nav.active {
  width: 360px !important;
}
ul#nav-ul {
  width: 280px !important;
}
@media screen and (max-width: 680px) {
  #nav.active {
    width: 320px !important;
  }
}

