@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?8ptief");
  src: url("../fonts/icomoon.eot?8ptief#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8ptief") format("truetype"), url("../fonts/icomoon.woff?8ptief") format("woff"), url("../fonts/icomoon.svg?8ptief#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-linkedin:before {
  content: "\e904"; }

.icon-arrow-down:before {
  content: "\e900"; }

.icon-arrow-up:before {
  content: "\e901"; }

.icon-arrow-left:before {
  content: "\e902"; }

.icon-arrow-right:before {
  content: "\e903"; }

.partners {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

body {
  min-width: 320px; }
  @media (min-width: 1200px) {
    body {
      font-size: 15px;
      line-height: 1.4; } }

a {
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
          transition: color 0.3s ease-in-out, background 0.3s ease-in-out; }
  a:focus {
    text-decoration: none; }

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
  -webkit-appearance: none; }

@media (min-width: 768px) {
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="text"],
  input[type="password"],
  input[type="file"] {
    font-size: 14px;
    line-height: 18px; } }

@media (min-width: 1200px) {
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="text"],
  input[type="password"],
  input[type="file"] {
    font-size: 15px;
    line-height: 18px; } }

input[type="submit"],
button[type="submit"] {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px; }

h1 {
  line-height: 1; }
  @media (min-width: 768px) {
    h1 {
      font-size: 64px;
      line-height: 62px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 82px;
      line-height: 80px; } }

h2 {
  margin-bottom: 14px;
  line-height: 38px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 54px;
      line-height: 56px; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 62px;
      line-height: 62px;
      margin-bottom: 20px; } }

h3 {
  line-height: 21px;
  font-weight: 400; }
  @media (min-width: 992px) {
    h3 {
      font-size: 24px;
      line-height: 27px; } }

@media (min-width: 992px) {
  h4 {
    font-size: 20px;
    line-height: 21px; } }

@media (min-width: 992px) {
  h5 {
    font-size: 16px;
    line-height: 18px; } }

@media (min-width: 992px) {
  h6 {
    font-size: 12px;
    line-height: 16px; } }

p {
  margin-bottom: 20px; }

hr {
  margin: 30px 25px; }
  @media (min-width: 768px) {
    hr {
      max-width: 764px;
      margin: 50px auto; } }
  @media (min-width: 992px) {
    hr {
      max-width: 1000px; } }
  @media (min-width: 1200px) {
    hr {
      max-width: 1400px;
      margin: 70px auto; } }

.btn {
  font-family: "aaux-next", Helvetica, Arial, sans-serif;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  border-width: 2px; }
  @media (min-width: 992px) {
    .btn {
      font-size: 14px;
      line-height: 17px; } }
  .btn.btn-default:hover, .btn.btn-default:focus {
    background: #00194b;
    color: #fff; }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #fff; }
  .btn.arrow-animated {
    background: #fff;
    width: 165px;
    height: 50px;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
    .btn.arrow-animated:after {
      content: "\e903";
      font-family: 'icomoon' !important;
      position: absolute;
      left: 130%;
      top: 50%;
      font-size: 16px;
      line-height: 1;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
  .btn:focus, .btn.focus {
    outline: none; }
  .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none; }

.btn-holder {
  display: inline-block;
  vertical-align: top;
  min-width: 165px;
  height: 50px; }
  .btn-holder:hover .btn.arrow-animated {
    min-width: 100px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    background: #fff;
    color: #fff; }
    .btn-holder:hover .btn.arrow-animated:after {
      left: 50%;
      color: #00194b;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }

#wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 103px;
  width: 100%; }
  @media (min-width: 768px) {
    #wrapper {
      padding-top: 110px; } }
  @media (min-width: 992px) {
    #wrapper {
      padding-top: 125px; } }
  .mobile-device #wrapper {
    margin-bottom: 0 !important; }

main {
  width: 100%;
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 45px 0; }
  @media (min-width: 768px) {
    main {
      padding: 55px 0; } }
  @media (min-width: 1200px) {
    main {
      padding: 154px 0; } }

.intro-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff; }
  @media (min-width: 768px) {
    .intro-section {
      min-height: calc(100vh - 110px); } }
  @media (min-width: 992px) {
    .intro-section {
      min-height: calc(100vh - 125px); } }
  .intro-section:before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, #00a9e7 0%, rgba(0, 169, 231, 0.98) 6%, rgba(0, 169, 231, 0.7) 100%);
    background: linear-gradient(to bottom, #00a9e7 0%, rgba(0, 169, 231, 0.98) 6%, rgba(0, 169, 231, 0.7) 100%);
    z-index: 3; }
  .intro-section .intro-holder {
    position: relative;
    width: 100%;
    z-index: 4;
    min-height: calc(100vh - 103px);
    white-space: nowrap;
    text-align: center;
    font-size: 13px;
    line-height: 18px; }
    .intro-section .intro-holder:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .intro-section .intro-holder > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (min-width: 768px) {
      .intro-section .intro-holder {
        font-size: 13px;
        line-height: 21px;
        min-height: calc(100vh - 110px); } }
    @media (min-width: 1200px) {
      .intro-section .intro-holder {
        font-size: 15px;
        line-height: 25px;
        min-height: calc(100vh - 125px); } }
    .intro-section .intro-holder:after {
      height: calc(100vh - 103px); }
      @media (min-width: 768px) {
        .intro-section .intro-holder:after {
          height: calc(100vh - 110px); } }
      @media (min-width: 992px) {
        .intro-section .intro-holder:after {
          height: calc(100vh - 125px); } }
    .intro-section .intro-holder .container {
      padding-top: 25px;
      padding-bottom: 25px;
      text-align: left; }
      @media (min-width: 768px) {
        .intro-section .intro-holder .container {
          padding-top: 30px;
          padding-bottom: 30px; } }
  .intro-section h1 {
    color: #00194b;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .intro-section h1 {
        margin-bottom: 36px; } }
    @media (min-width: 1200px) {
      .intro-section h1 {
        margin-bottom: 45px; } }
  .intro-section .title-text {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font: 19px/21px "isonorm", Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
    letter-spacing: 1px;
    word-spacing: -1px; }
    @media (min-width: 768px) {
      .intro-section .title-text {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 13px; } }
    @media (min-width: 992px) {
      .intro-section .title-text {
        font-size: 28px;
        line-height: 30px;
        word-spacing: 2px;
        letter-spacing: 1px; } }
  .intro-section .text-content {
    max-width: 160px; }
    @media (min-width: 768px) {
      .intro-section .text-content {
        max-width: 345px; } }
    @media (min-width: 992px) {
      .intro-section .text-content {
        max-width: 600px; } }
  .intro-section p {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .intro-section p {
        margin-bottom: 27px; } }
  .intro-section .btn.arrow-animated {
    background: transparent;
    padding-right: 46px;
    padding-left: 27px;
    width: 200px;
    letter-spacing: 1px;
    word-spacing: -1px;
    font-size: 12px;
    line-height: 17px; }
    @media (max-width: 767px) {
      .intro-section .btn.arrow-animated {
        font-size: 0;
        line-height: 0;
        padding-right: 15px;
        padding-left: 15px;
        height: 46px; } }
    @media (min-width: 992px) {
      .intro-section .btn.arrow-animated {
        font-size: 14px;
        line-height: 17px; } }
    .intro-section .btn.arrow-animated:after {
      content: "\e900";
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 76%;
      font-size: 17px; }
      @media (max-width: 767px) {
        .intro-section .btn.arrow-animated:after {
          left: 50%;
          -webkit-transform: translate3D(0, 0, 0);
              -ms-transform: translate3D(0, 0, 0);
                  transform: translate3D(0, 0, 0);
          margin: -7px 0 0 -13px; } }
    .intro-section .btn.arrow-animated:hover, .intro-section .btn.arrow-animated:focus {
      font-size: 0;
      line-height: 0; }
      @media (min-width: 992px) {
        .intro-section .btn.arrow-animated:hover, .intro-section .btn.arrow-animated:focus {
          font-size: 0;
          line-height: 0; } }
  .intro-section .btn:hover, .intro-section .btn:focus {
    color: #00194b;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0;
    line-height: 0; }
    .intro-section .btn:hover:after, .intro-section .btn:focus:after {
      left: 50%;
      -webkit-transform: translate3D(-50%, -50%, 0);
          -ms-transform: translate3D(-50%, -50%, 0);
              transform: translate3D(-50%, -50%, 0); }
      @media (max-width: 767px) {
        .intro-section .btn:hover:after, .intro-section .btn:focus:after {
          left: 50%;
          -webkit-animation: hover-icon-bob  1.3s infinite ease-in-out;
                  animation: hover-icon-bob  1.3s infinite ease-in-out; } }
  @media (max-width: 767px) {
    .intro-section .btn-holder {
      height: 46px; } }
  @media (min-width: 992px) {
    .intro-section .btn-holder {
      font-size: 14px;
      line-height: 17px; } }
  .intro-section .btn-holder:hover .btn.arrow-animated, .intro-section .btn-holder:focus .btn.arrow-animated {
    color: #00194b;
    background: none;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0;
    line-height: 0; }
    @media (max-width: 767px) {
      .intro-section .btn-holder:hover .btn.arrow-animated, .intro-section .btn-holder:focus .btn.arrow-animated {
        height: 46px; } }
    .intro-section .btn-holder:hover .btn.arrow-animated:after, .intro-section .btn-holder:focus .btn.arrow-animated:after {
      left: 50%;
      -webkit-transform: translate3D(-50%, -50%, 0);
          -ms-transform: translate3D(-50%, -50%, 0);
              transform: translate3D(-50%, -50%, 0); }
      @media (max-width: 767px) {
        .intro-section .btn-holder:hover .btn.arrow-animated:after, .intro-section .btn-holder:focus .btn.arrow-animated:after {
          left: 50%;
          -webkit-animation: hover-icon-bob  1.3s infinite ease-in-out;
                  animation: hover-icon-bob  1.3s infinite ease-in-out; } }

.video-area {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2; }
  @media (max-width: 767px) {
    .video-area {
      display: none; } }
  .video-area video {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: none;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }

.services-section {
  text-align: center;
  padding: 0 10px 22px; }
  @media (min-width: 768px) {
    .services-section {
      padding: 0 0 35px;
      text-align: left; } }
  @media (min-width: 1200px) {
    .services-section {
      padding: 0 0 45px; } }
  .services-section h2 {
    font-size: 44px;
    line-height: 45px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .services-section h2 {
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 8px; } }
    @media (min-width: 1200px) {
      .services-section h2 {
        font-size: 82px;
        line-height: 80px;
        margin-bottom: 13px; } }
  .services-section .title-text {
    display: block;
    text-transform: uppercase;
    font: 19px/21px "isonorm", Helvetica, Arial, sans-serif; }
    @media (min-width: 768px) {
      .services-section .title-text {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px; } }
    @media (min-width: 1200px) {
      .services-section .title-text {
        font-size: 28px;
        line-height: 30px;
        word-spacing: 2px; } }

.services {
  font-size: 13px;
  line-height: 17px; }
  @media (min-width: 768px) {
    .services {
      display: inline-block;
      vertical-align: top;
      float: none;
      font-size: 13px;
      line-height: 21px;
      padding-top: 20px; } }
  @media (min-width: 1200px) {
    .services {
      padding-top: 50px; } }
  .services article {
    padding: 25px 15px;
    border-top: 1px solid #d7d8df; }
    @media (min-width: 768px) {
      .services article {
        border-top: none;
        padding: 25px 0 0; } }
    @media (min-width: 1200px) {
      .services article {
        padding: 30px 16px 0 0; } }
  @media (min-width: 768px) {
    .services > .row {
      font-size: 0;
      line-height: 0;
      letter-spacing: -4px; } }
  .services > .row [class^="col-"]:first-child article {
    border-top: none; }
  @media (min-width: 768px) {
    .services > .row [class^="col-"] {
      display: inline-block;
      vertical-align: top;
      float: none;
      font-size: 13px;
      line-height: 17px;
      letter-spacing: normal; } }
  @media (min-width: 1200px) {
    .services > .row [class^="col-"] {
      font-size: 15px;
      line-height: 21px; } }
  .services .icon-block {
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .services .icon-block {
        margin: 0 -15px 5px;
        min-height: 62px; } }
    @media (min-width: 1200px) {
      .services .icon-block {
        min-height: 120px; } }
    .services .icon-block img {
      display: block;
      max-width: 48%;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .services .icon-block img {
          margin: 0;
          max-width: 48%; } }
      @media (min-width: 1200px) {
        .services .icon-block img {
          max-width: 58%; } }
  .services h3 {
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .services h3 {
        min-height: 42px;
        white-space: nowrap;
        text-align: center;
        text-align: left; }
        .services h3:before {
          content: '';
          display: inline-block;
          vertical-align: bottom;
          width: 0;
          min-height: 42px; }
        .services h3 > * {
          white-space: normal;
          display: inline-block;
          vertical-align: bottom;
          max-width: 99%; } }
    @media (min-width: 1200px) {
      .services h3 {
        min-height: 54px;
        margin-bottom: 8px;
        white-space: nowrap;
        text-align: center;
        text-align: left; }
        .services h3:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 54px; }
        .services h3 > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
    @media (min-width: 768px) {
      .services h3 > * {
        text-align: left; } }
  .services p {
    margin: 0 0 7px; }

.partners-section {
  background: #f0f1f4;
  padding: 43px 15px 50px; }
  @media (min-width: 768px) {
    .partners-section {
      background: none;
      padding: 72px 0 65px; } }
  @media (min-width: 1200px) {
    .partners-section {
      padding: 112px 0 100px; } }
  .partners-section h2 {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .partners-section h2 {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .partners-section h2 {
        margin-bottom: 13px; } }

.partners {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }
  @media (min-width: 768px) {
    .partners {
      margin: 0 -8px; } }
  .partners li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 25px 5px 0;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: normal; }
    @media (min-width: 768px) {
      .partners li {
        width: 20%;
        padding: 60px 5px 0; } }
    @media (min-width: 992px) {
      .partners li {
        padding: 94px 0 0; } }
    @media (min-width: 768px) {
      .partners li:nth-child(5n) {
        text-align: right; } }
    @media (min-width: 768px) {
      .partners li:nth-child(5n+1) {
        text-align: left; } }
    .partners li a:hover img {
      opacity: 0.8; }
    .partners li img {
      max-width: 93%;
      height: auto;
      display: inline-block;
      vertical-align: top;
      -webkit-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out; }
      @media (min-width: 768px) {
        .partners li img {
          max-width: 84%; } }
      @media (min-width: 992px) {
        .partners li img {
          max-width: 100%; } }

.scrollable-section {
  line-height: 1.615;
  position: relative; }
  @media (max-width: 767px) {
    .scrollable-section {
      display: none; } }
  @media (min-width: 1200px) {
    .scrollable-section {
      line-height: 1.667;
      padding-bottom: 116px; } }
  .scrollable-section .slider {
    height: 100vh;
    position: relative; }
  .scrollable-section.static-state .title-text {
    top: 20px !important; }
  .scrollable-section.static-state .slider {
    height: auto; }
  .scrollable-section.static-state .slideshow .slide {
    height: auto; }
  .scrollable-section.static-state .slideshow .slide-holder {
    padding-top: 140px; }
  .scrollable-section.fixed-state .slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }
  @media (max-width: 992px) {
    .scrollable-section.fixed-state .title-text {
      position: fixed;
      top: 120px; } }
  @media (max-width: 768px) {
    .scrollable-section.fixed-state .title-text {
      top: 112px; } }
  .scrollable-section.absolute-state .slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .scrollable-section .title-text {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    text-transform: uppercase;
    font: 22px/30px "isonorm", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    word-spacing: 3px;
    z-index: 1000; }
    @media (min-width: 1200px) {
      .scrollable-section .title-text {
        top: 77px;
        padding: 0 33px;
        font-size: 28px; } }
    @media (min-width: 1200px) {
      .scrollable-section .title-text > .container {
        width: 100%; } }
  .scrollable-section h2 {
    font-size: 82px;
    line-height: 80px; }

.slideshow {
  width: 100%;
  position: relative; }
  .slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: table !important;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, z-index 0.5s ease;
            transition: opacity 0.5s ease, z-index 0.5s ease; }
    .static-state .slideshow .slide {
      position: relative !important; }
    .slideshow .slide .slide-holder {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      height: 100%;
      padding: 100px 0 0;
      position: relative; }
      .slideshow .slide .slide-holder:before, .slideshow .slide .slide-holder:after {
        content: "";
        position: absolute;
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
        z-index: -1;
        opacity: 0;
        -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
                transition: opacity 1s ease, transform 1s ease; }
      .slideshow .slide .slide-holder > .container {
        position: relative;
        z-index: 2; }
    .slideshow .slide.type1 .text-block {
      padding-top: 3px; }
      @media (min-width: 1200px) {
        .slideshow .slide.type1 .text-block {
          padding-top: 27px; } }
    .slideshow .slide.slide1 .slide-holder:after {
      right: -150px;
      top: 50px;
      background: url(../images/pattern-right-slide1.svg) no-repeat;
      background-size: 100% 100%;
      width: 700px;
      height: 800px; }
      @media (min-width: 992px) {
        .slideshow .slide.slide1 .slide-holder:after {
          right: -70px;
          top: -100px;
          width: 800px;
          height: 900px; } }
      @media (min-width: 1200px) {
        .slideshow .slide.slide1 .slide-holder:after {
          right: -145px;
          top: -60px;
          width: 938px;
          height: 990px; } }
    .slideshow .slide.slide2 .slide-holder:before {
      left: -90px;
      bottom: 20px;
      background: url(../images/pattern-left-slide2.svg) no-repeat;
      background-size: 100% 100%;
      width: 250px;
      height: 450px; }
      @media (max-width: 991px) {
        .slideshow .slide.slide2 .slide-holder:before {
          display: none; } }
      @media (min-width: 992px) {
        .slideshow .slide.slide2 .slide-holder:before {
          left: -110px;
          bottom: -106px;
          width: 300px;
          height: 500px; } }
      @media (min-width: 1200px) {
        .slideshow .slide.slide2 .slide-holder:before {
          left: -113px;
          bottom: -106px;
          width: 450px;
          height: 650px; } }
    .slideshow .slide.slide2 .slide-holder:after {
      right: -270px;
      top: 25px;
      background: url(../images/pattern-right-slide2.svg) no-repeat;
      background-size: 100% 100%;
      width: 600px;
      height: 550px; }
      @media (min-width: 992px) {
        .slideshow .slide.slide2 .slide-holder:after {
          right: -250px;
          top: -50px;
          width: 600px;
          height: 550px; } }
      @media (min-width: 1200px) {
        .slideshow .slide.slide2 .slide-holder:after {
          right: -100px;
          top: 80px;
          width: 700px;
          height: 650px; } }
    .slideshow .slide.slide3 .slide-holder:before {
      left: -176px;
      bottom: 10px;
      background: url(../images/pattern-left-slide3.svg) no-repeat;
      background-size: 100% 100%;
      width: 600px;
      height: 650px; }
      @media (min-width: 992px) {
        .slideshow .slide.slide3 .slide-holder:before {
          left: -106px;
          bottom: -30px; } }
      @media (min-width: 1200px) {
        .slideshow .slide.slide3 .slide-holder:before {
          left: -126px;
          top: 50px;
          bottom: auto;
          width: 938px;
          height: 990px; } }
    .slideshow .slide.slide4 .slide-holder:before {
      left: -70px;
      top: -50px;
      background: url(../images/pattern-left-slide4.svg) no-repeat;
      background-size: 100% 100%;
      width: 550px;
      height: 600px; }
      @media (min-width: 992px) {
        .slideshow .slide.slide4 .slide-holder:before {
          top: -70px;
          width: 600px;
          height: 600px; } }
      @media (min-width: 1200px) {
        .slideshow .slide.slide4 .slide-holder:before {
          left: -230px;
          bottom: -300px;
          top: auto; } }
      @media (min-width: 1440px) {
        .slideshow .slide.slide4 .slide-holder:before {
          left: -185px;
          bottom: -390px;
          width: 630px;
          height: 630px; } }
      @media (min-width: 1600px) {
        .slideshow .slide.slide4 .slide-holder:before {
          left: -185px;
          bottom: -403px; } }
      @media (min-width: 1800px) {
        .slideshow .slide.slide4 .slide-holder:before {
          left: -85px;
          bottom: -470px; } }
    .slideshow .slide.slide4 .slide-holder:after {
      right: -150px;
      bottom: -130px;
      background: url(../images/pattern-right-slide4.svg) no-repeat;
      background-size: 100% 100%;
      width: 350px;
      height: 630px; }
      @media (max-width: 991px) {
        .slideshow .slide.slide4 .slide-holder:after {
          display: none; } }
      @media (min-width: 992px) {
        .slideshow .slide.slide4 .slide-holder:after {
          right: -200px;
          bottom: -150px; } }
      @media (min-width: 1200px) {
        .slideshow .slide.slide4 .slide-holder:after {
          right: -280px;
          top: -50px;
          bottom: auto;
          width: 550px;
          height: 830px; } }
      @media (min-width: 1440px) {
        .slideshow .slide.slide4 .slide-holder:after {
          right: -170px;
          top: -30px;
          bottom: auto; } }
    .slideshow .slide.active {
      z-index: 1;
      opacity: 1; }
      .slideshow .slide.active .slide-holder:before, .slideshow .slide.active .slide-holder:after {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .slideshow .slide.active .text-block h2,
      .slideshow .slide.active .text-block p,
      .slideshow .slide.active .text-block .btn {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .slideshow .slide.active .device-block .icon {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
    .slideshow .slide.scroll-up .slide-holder:before, .slideshow .slide.scroll-up .slide-holder:after {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    .slideshow .slide.scroll-up .text-block h2 {
      -webkit-transform: translateY(-230px);
          -ms-transform: translateY(-230px);
              transform: translateY(-230px); }
    .slideshow .slide.scroll-up .text-block p {
      -webkit-transform: translateY(-130px);
          -ms-transform: translateY(-130px);
              transform: translateY(-130px); }
    .slideshow .slide.scroll-up .text-block .btn {
      -webkit-transform: translateY(-30px);
          -ms-transform: translateY(-30px);
              transform: translateY(-30px); }
    .slideshow .slide.scroll-up .device-block .icon {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    .slideshow .slide.scroll-up.active .slide-holder:before, .slideshow .slide.scroll-up.active .slide-holder:after {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .slideshow .slide.scroll-up.active .text-block h2,
    .slideshow .slide.scroll-up.active .text-block p,
    .slideshow .slide.scroll-up.active .text-block .btn {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .slideshow .slide.scroll-up.active .device-block .icon {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .slideshow .text-block {
    white-space: nowrap;
    text-align: center;
    text-align: left; }
    .slideshow .text-block:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .slideshow .text-block > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    .slideshow .text-block h2 {
      font-size: 64px;
      line-height: 62px;
      opacity: 0;
      -webkit-transform: translateY(30px);
          -ms-transform: translateY(30px);
              transform: translateY(30px);
      -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
              transition: opacity 1s ease, transform 1s ease; }
      @media (min-width: 1200px) {
        .slideshow .text-block h2 {
          font-size: 82px;
          line-height: 80px; } }
    .slideshow .text-block p {
      opacity: 0;
      -webkit-transform: translateY(130px);
          -ms-transform: translateY(130px);
              transform: translateY(130px);
      -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
              transition: opacity 1s ease, transform 1s ease; }
    .slideshow .text-block .btn {
      opacity: 0;
      -webkit-transform: translateY(230px);
          -ms-transform: translateY(230px);
              transform: translateY(230px);
      -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
              transition: opacity 1s ease, transform 1s ease; }
  .slideshow .device-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .slideshow .device-block.macbook {
      margin: 0 -492px 0 -90px;
      background: url(../images/bg-macbook.png) no-repeat;
      background-size: 100% 100%;
      width: 981px;
      height: 542px;
      padding: 60px 472px 90px 150px; }
      @media (min-width: 992px) {
        .slideshow .device-block.macbook {
          padding-right: 266px; } }
      @media (min-width: 1200px) {
        .slideshow .device-block.macbook {
          width: 1119px;
          height: 617px;
          padding: 100px 250px;
          margin: 0 -348px 0 -30px; } }
      .slideshow .device-block.macbook .icon img {
        max-width: 80%; }
        @media (min-width: 1200px) {
          .slideshow .device-block.macbook .icon img {
            max-width: 100%; } }
    .slideshow .device-block.mobile {
      background: url(../images/bg-mobile.png) no-repeat;
      background-size: 100% 100%;
      width: 233px;
      height: 542px;
      padding: 90px 24px 96px 12px;
      margin: 0 auto; }
      @media (min-width: 1440px) {
        .slideshow .device-block.mobile {
          width: 317px;
          height: 725px;
          padding: 111px 35px 118px 20px; } }
    .slideshow .device-block .screen {
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .slideshow .device-block .icon {
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      opacity: 0;
      width: 100%;
      text-align: center;
      -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
              transition: opacity 1s ease, transform 1s ease; }
      .slideshow .device-block .icon img {
        max-width: 88%;
        height: auto; }
        @media (min-width: 992px) {
          .slideshow .device-block .icon img {
            max-width: 100%; } }

.contact-us-section {
  padding: 60px 22px 18px;
  position: relative; }
  @media (min-width: 768px) {
    .contact-us-section {
      padding: 55px 0 109px; } }
  @media (min-width: 1200px) {
    .contact-us-section {
      padding: 185px 0 103px; } }
  .contact-us-section > .container {
    position: relative;
    z-index: 1; }
  .contact-us-section:before {
    content: "";
    position: absolute;
    left: -176px;
    top: -20px;
    z-index: -1;
    background: url(../images/pattern-contact-section.svg) no-repeat;
    background-size: 100% 100%;
    width: 600px;
    height: 650px; }
    @media (min-width: 992px) {
      .contact-us-section:before {
        left: -106px; } }
    @media (min-width: 1200px) {
      .contact-us-section:before {
        left: -70px;
        top: 70px;
        bottom: auto;
        width: 800px;
        height: 870px; } }

.contact-box {
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .contact-box {
      margin: 0 35px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  @media (min-width: 1200px) {
    .contact-box {
      margin: 0; } }
  .contact-box .text-block {
    background: #00194b;
    color: #fff;
    padding: 30px 15px 36px;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .contact-box .text-block {
        width: 50%;
        text-align: left;
        padding: 57px 44px; } }
    @media (min-width: 1200px) {
      .contact-box .text-block {
        padding: 88px 80px 92px 98px; } }
    .contact-box .text-block:before {
      content: "";
      position: absolute;
      bottom: -23px;
      left: 50%;
      border-radius: 10px;
      background: #00194b;
      -webkit-transform: rotate(45deg) translateX(-23px);
          -ms-transform: rotate(45deg) translateX(-23px);
              transform: rotate(45deg) translateX(-23px);
      width: 36px;
      height: 36px; }
      @media (min-width: 768px) {
        .contact-box .text-block:before {
          left: auto;
          bottom: auto;
          right: 6px;
          top: 50%;
          -webkit-transform: rotate(45deg) translateY(-23px);
              -ms-transform: rotate(45deg) translateY(-23px);
                  transform: rotate(45deg) translateY(-23px); } }
      @media (min-width: 1200px) {
        .contact-box .text-block:before {
          right: 4px;
          -webkit-transform: rotate(45deg) translateY(-34px);
              -ms-transform: rotate(45deg) translateY(-34px);
                  transform: rotate(45deg) translateY(-34px);
          width: 48px;
          height: 48px; } }
  .contact-box h2 {
    font-size: 44px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .contact-box h2 {
        font-size: 54px;
        line-height: 56px; } }
    @media (min-width: 1200px) {
      .contact-box h2 {
        font-size: 82px;
        line-height: 80px;
        margin-bottom: 36px; } }
  .contact-box .title-text {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #00a9e7;
    font: 19px/21px "isonorm", Helvetica, Arial, sans-serif;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .contact-box .title-text {
        font-size: 22px;
        line-height: 30px;
        word-spacing: 1px; } }
    @media (min-width: 1200px) {
      .contact-box .title-text {
        font-size: 28px;
        line-height: 30px;
        word-spacing: 2px; } }
    .contact-box .title-text:hover {
      color: #fff; }
  .contact-box .image-block {
    background: #fff;
    min-height: 149px;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .contact-box .image-block {
        width: 50%; } }
    .contact-box .image-block a {
      color: #00194b;
      font: 28px/30px "isonorm", Helvetica, Arial, sans-serif;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      padding: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .contact-box .image-block a {
          font-size: 38px;
          line-height: 40px; } }
      @media (min-width: 1200px) {
        .contact-box .image-block a {
          font-size: 48px;
          line-height: 52px; } }
      .contact-box .image-block a:hover:after {
        background: rgba(0, 169, 231, 0.4); }
      .contact-box .image-block a:hover .icon {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .contact-box .image-block a:hover .text {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .contact-box .image-block a:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: url(../images/img-contact-us.jpg) no-repeat 50% 0;
        background-size: cover;
        z-index: -1; }
        @media (min-width: 768px) {
          .contact-box .image-block a:before {
            background-position: 50% 50%; } }
      .contact-box .image-block a:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0, 169, 231, 0);
        z-index: 0;
        -webkit-transition: background 0.3s ease-in-out;
                transition: background 0.3s ease-in-out; }
    .contact-box .image-block .text {
      position: relative;
      z-index: 3;
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out; }
      @media (min-width: 768px) {
        .contact-box .image-block .text {
          -webkit-transform: translateY(-30px);
              -ms-transform: translateY(-30px);
                  transform: translateY(-30px); } }
    .contact-box .image-block .icon {
      margin: 0 auto 5px;
      width: 76px;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateY(-30px);
          -ms-transform: translateY(-30px);
              transform: translateY(-30px);
      -webkit-transition: -webkit-transform 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out; }
      @media (min-width: 768px) {
        .contact-box .image-block .icon {
          width: 110px;
          margin-bottom: 15px;
          -webkit-transform: translateY(-50px);
              -ms-transform: translateY(-50px);
                  transform: translateY(-50px); } }
      .contact-box .image-block .icon img {
        width: 100%;
        height: auto; }

#header {
  height: 1px;
  margin-bottom: -1px;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out; }
  @media (min-width: 992px) {
    #header .container {
      width: 100%; } }
  #header .navbar {
    border: none; }
    @media (min-width: 768px) {
      #header .navbar {
        padding: 50px 0 10px; } }
    @media (min-width: 992px) {
      #header .navbar {
        padding: 56px 0 5px; } }
    @media (max-width: 767px) {
      #header .navbar.navbar-default {
        background: transparent; } }
    #header .navbar.navbar-default .navbar-nav {
      font-size: 24px;
      line-height: 38px;
      text-align: center; }
      @media (max-width: 767px) {
        #header .navbar.navbar-default .navbar-nav {
          margin-top: 0;
          margin-bottom: 0;
          -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
              -ms-transform: matrix(1, 0, 0, 1, 0, 20);
                  transform: matrix(1, 0, 0, 1, 0, 20);
          opacity: 0;
          -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
                  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; } }
      @media (min-width: 768px) {
        #header .navbar.navbar-default .navbar-nav {
          font-size: 14px;
          line-height: 18px;
          text-align: left; } }
      @media (min-width: 992px) {
        #header .navbar.navbar-default .navbar-nav {
          font-size: 18px;
          line-height: 24px;
          margin: 7px 0 0 0; } }
      @media (min-width: 1200px) {
        #header .navbar.navbar-default .navbar-nav {
          margin-right: 75px; } }
      @media (max-width: 767px) {
        #header .navbar.navbar-default .navbar-nav > li {
          padding-bottom: 2px; } }
      #header .navbar.navbar-default .navbar-nav > li.active > a {
        color: #fff; }
      @media (min-width: 768px) {
        #header .navbar.navbar-default .navbar-nav > li > a {
          padding-left: 8px;
          padding-right: 8px; } }
      @media (min-width: 992px) {
        #header .navbar.navbar-default .navbar-nav > li > a {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 767px) {
        #header .navbar.navbar-default .navbar-nav .logo-graphic {
          display: none; } }
      @media (min-width: 768px) {
        #header .navbar.navbar-default .navbar-nav .logo-graphic {
          display: inline-block;
          vertical-align: top;
          margin: 11px 6px 0 11px;
          width: 30px;
          height: 30px;
          -webkit-transition: opacity 0.3s ease-in-out;
                  transition: opacity 0.3s ease-in-out; } }
      @media (min-width: 992px) {
        #header .navbar.navbar-default .navbar-nav .logo-graphic {
          width: 45px;
          height: 45px;
          margin: 2px 5px 0 25px; } }
      @media (min-width: 992px) {
        #header .navbar.navbar-default .navbar-nav .tel {
          font-size: 20px;
          margin-left: 14px; } }
      #header .navbar.navbar-default .navbar-nav .tel:hover {
        color: #00194b; }
        @media (min-width: 768px) {
          #header .navbar.navbar-default .navbar-nav .tel:hover .logo-graphic {
            opacity: 0.8; } }
    #header .navbar .navbar-toggle {
      margin: 0;
      text-align: center; }
      #header .navbar .navbar-toggle.collapsed .menu-trigger {
        height: auto; }
        #header .navbar .navbar-toggle.collapsed .menu-trigger .icon-bar {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
      #header .navbar .navbar-toggle.collapsed .close-trigger .icon-bar {
        -webkit-transform: matrix(0.70711, -0.7071, 0.7071, 0.70711, 80, -80);
            -ms-transform: matrix(0.70711, -0.7071, 0.7071, 0.70711, 80, -80);
                transform: matrix(0.70711, -0.7071, 0.7071, 0.70711, 80, -80); }
      #header .navbar .navbar-toggle .menu-trigger {
        height: 0; }
        #header .navbar .navbar-toggle .menu-trigger .icon-bar {
          height: 4px;
          width: 22px;
          margin: 0 auto;
          border-radius: 3px;
          position: relative;
          -webkit-transform: translateX(80px);
              -ms-transform: translateX(80px);
                  transform: translateX(80px);
          -webkit-transition: -webkit-transform 0.1s ease;
                  transition: transform 0.1s ease; }
          #header .navbar .navbar-toggle .menu-trigger .icon-bar + .icon-bar {
            margin-top: 5px; }
          #header .navbar .navbar-toggle .menu-trigger .icon-bar:hover:before {
            width: 100%; }
          #header .navbar .navbar-toggle .menu-trigger .icon-bar:before {
            content: "";
            background: #77d1f2;
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            border-radius: 3px;
            -webkit-transition: width 0.3s cubic-bezier(0.55, 0, 0.1, 1);
                    transition: width 0.3s cubic-bezier(0.55, 0, 0.1, 1);
            width: 0; }
          #header .navbar .navbar-toggle .menu-trigger .icon-bar:first-child:before {
            left: auto;
            right: 0; }
          #header .navbar .navbar-toggle .menu-trigger .icon-bar:first-child + .icon-bar {
            width: 38px;
            -webkit-transition: -webkit-transform 0.5s ease;
                    transition: transform 0.5s ease; }
      #header .navbar .navbar-toggle .close-trigger {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 100%;
        height: 100%; }
        #header .navbar .navbar-toggle .close-trigger .icon-bar {
          height: 5px;
          width: 22px;
          border-radius: 15px;
          background: #77d1f2;
          position: relative;
          -webkit-transform: matrix(0.70711, -0.7071, 0.7071, 0.70711, 0, 0);
              -ms-transform: matrix(0.70711, -0.7071, 0.7071, 0.70711, 0, 0);
                  transform: matrix(0.70711, -0.7071, 0.7071, 0.70711, 0, 0);
          -webkit-transition: -webkit-transform 0.1s ease;
                  transition: transform 0.1s ease; }
          #header .navbar .navbar-toggle .close-trigger .icon-bar + .icon-bar {
            margin-top: 1px; }
          #header .navbar .navbar-toggle .close-trigger .icon-bar:first-child + .icon-bar {
            width: 38px;
            -webkit-transition: -webkit-transform 0.5s ease;
                    transition: transform 0.5s ease; }
          #header .navbar .navbar-toggle .close-trigger .icon-bar:last-child {
            margin: 2px 0 0 15px; }
  #header .navbar-header {
    padding: 28px 8px 30px 24px; }
    @media (max-width: 767px) {
      #header .navbar-header {
        z-index: 10;
        position: relative; } }
    @media (min-width: 768px) {
      #header .navbar-header {
        padding: 0; } }
  @media (max-width: 767px) {
    #header .navbar-collapse {
      position: absolute;
      top: 0;
      left: -50px;
      right: -50px;
      border: none;
      box-shadow: none;
      border-radius: 0 0 50% 50% / 0 0 32% 32%;
      margin: 0;
      padding: 103px 65px 40px;
      min-height: 299px;
      max-height: 310px;
      overflow-x: hidden; } }
  @media (max-width: 767px) {
    #header .navbar-collapse.collapsing, #header .navbar-collapse.in {
      height: auto !important; } }
  @media (max-width: 767px) {
    #header .navbar-collapse .bg-container {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      overflow: hidden;
      border-radius: 0 0 50% 50% / 0 0 32% 32%;
      margin: 0 -50px; } }
  @media (min-width: 768px) {
    #header .navbar-collapse .bg-container {
      display: none; } }
  #header .navbar-collapse .bg-container .menu-bg {
    background-color: #00a9e7;
    display: block;
    height: 0;
    width: 200%;
    left: -53%;
    top: -25%;
    position: absolute;
    z-index: -1;
    -webkit-transition: height 0.2s ease;
            transition: height 0.2s ease; }
    #header .navbar-collapse .bg-container .menu-bg:first-child {
      left: -27%;
      top: -9%;
      -webkit-transform: translate(0%, 13%) matrix(0.70711, -0.7071, 0.7071, 0.70711, -244.195, 0);
          -ms-transform: translate(0%, 13%) matrix(0.70711, -0.7071, 0.7071, 0.70711, -244.195, 0);
              transform: translate(0%, 13%) matrix(0.70711, -0.7071, 0.7071, 0.70711, -244.195, 0); }
      @media (min-width: 321px) {
        #header .navbar-collapse .bg-container .menu-bg:first-child {
          left: -44%; } }
      @media (min-width: 481px) {
        #header .navbar-collapse .bg-container .menu-bg:first-child {
          left: -60%; } }
      #header .navbar-collapse .bg-container .menu-bg:first-child + .menu-bg {
        left: -55%;
        top: 33%;
        -webkit-transform: matrix(0.70711, -0.7071, 0.7071, 0.7071, 0, 0);
            -ms-transform: matrix(0.70711, -0.7071, 0.7071, 0.7071, 0, 0);
                transform: matrix(0.70711, -0.7071, 0.7071, 0.7071, 0, 0); }
        @media (min-width: 321px) {
          #header .navbar-collapse .bg-container .menu-bg:first-child + .menu-bg {
            left: -59%; } }
        @media (min-width: 481px) {
          #header .navbar-collapse .bg-container .menu-bg:first-child + .menu-bg {
            left: -54%; } }
    #header .navbar-collapse .bg-container .menu-bg:last-child {
      left: -16%;
      top: 77%;
      -webkit-transform: translate(0%, -114%) matrix(0.70711, -0.7071, 0.7071, 0.70711, 40.1637, 0);
          -ms-transform: translate(0%, -114%) matrix(0.70711, -0.7071, 0.7071, 0.70711, 40.1637, 0);
              transform: translate(0%, -114%) matrix(0.70711, -0.7071, 0.7071, 0.70711, 40.1637, 0); }
      @media (min-width: 321px) {
        #header .navbar-collapse .bg-container .menu-bg:last-child {
          left: -18%; } }
      @media (min-width: 481px) {
        #header .navbar-collapse .bg-container .menu-bg:last-child {
          left: 1%; } }
  #header .navbar-collapse.in .bg-container .menu-bg {
    height: 52%; }
    @media (max-width: 319px) {
      #header .navbar-collapse.in .bg-container .menu-bg {
        height: 65%; } }
    @media (min-width: 321px) {
      #header .navbar-collapse.in .bg-container .menu-bg {
        height: 66%; } }
    @media (min-width: 481px) {
      #header .navbar-collapse.in .bg-container .menu-bg {
        height: 100%; } }
  @media (max-width: 767px) {
    #header .navbar-collapse.in .navbar-nav {
      opacity: 1 !important;
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
          -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
              transform: matrix(1, 0, 0, 1, 0, 0) !important; } }
  #header.fixed-position {
    height: 52px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 0;
    background: #00a9e7; }
    @media (min-width: 768px) {
      #header.fixed-position {
        height: 76px; } }
    @media (min-width: 992px) {
      #header.fixed-position {
        height: 94px; } }
    #header.fixed-position .navbar {
      background: transparent; }
      @media (min-width: 768px) {
        #header.fixed-position .navbar {
          height: 76px;
          padding: 14px 0; } }
      @media (min-width: 992px) {
        #header.fixed-position .navbar {
          height: 94px;
          padding: 22px 0;
          margin: 0 35px 0 0; } }
      @media (min-width: 992px) {
        #header.fixed-position .navbar .navbar-nav {
          font-size: 17px;
          line-height: 22px;
          margin-top: 0; } }
      @media (min-width: 992px) {
        #header.fixed-position .navbar .navbar-nav .tel {
          font-size: 18px; } }
    #header.fixed-position .navbar-header {
      padding: 5px 8px 7px 18px; }
      @media (min-width: 768px) {
        #header.fixed-position .navbar-header {
          padding: 0; } }
    @media (max-width: 767px) {
      #header.fixed-position .navbar-collapse {
        padding-top: 72px;
        min-height: 279px; } }
    @media (min-width: 768px) {
      #header.fixed-position .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 768px) {
      #header.fixed-position .logo {
        width: 148px;
        margin: 7px 0 0 6px; } }
    @media (min-width: 992px) {
      #header.fixed-position .logo {
        width: 192px;
        margin: 0 0 0 28px; } }

.header-holder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background: #00a9e7; }
  @media (max-width: 767px) {
    .header-holder {
      background: #00a9e7; } }
  .fixed-position .header-holder {
    position: static; }
    @media (max-width: 767px) {
      .fixed-position .header-holder {
        background: #00a9e7; } }

.logo {
  float: left;
  width: 156px;
  margin-top: 4px; }
  @media (min-width: 768px) {
    .logo {
      width: 187px;
      margin: 0 0 0 12px; } }
  @media (min-width: 992px) {
    .logo {
      width: 240px;
      margin-left: 65px; } }
  @media (max-width: 767px) {
    .fixed-position .logo {
      width: 30px;
      margin-top: 6px; } }
  .logo img {
    width: 100%;
    height: auto; }
  .logo .logo-graphic {
    display: none;
    width: 30px;
    height: 30px; }
    @media (max-width: 767px) {
      .fixed-position .logo .logo-graphic {
        display: block; } }
  @media (max-width: 767px) {
    .fixed-position .logo .logo-text {
      display: none; } }

.popup-holder {
  position: relative; }

.popup {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  background: #00194b url(../images/bg-popup.png) no-repeat 50% 50%;
  background-size: cover;
  width: 280px;
  padding: 20px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 23px;
  z-index: -2;
  display: block !important;
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
          transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .popup {
      width: 470px;
      padding: 50px 63px 46px;
      margin-top: 35px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (min-width: 992px) {
    .popup {
      width: 532px;
      padding: 68px;
      margin-top: 59px; } }
  .popup-active .popup {
    opacity: 1;
    visibility: visible;
    z-index: 2; }
  .popup:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    border-radius: 10px;
    background: #00194b;
    -webkit-transform: rotate(45deg) translateX(-23px);
        -ms-transform: rotate(45deg) translateX(-23px);
            transform: rotate(45deg) translateX(-23px);
    width: 36px;
    height: 36px; }
    @media (min-width: 992px) {
      .popup:after {
        top: 8px;
        -webkit-transform: rotate(45deg) translateX(-34px);
            -ms-transform: rotate(45deg) translateX(-34px);
                transform: rotate(45deg) translateX(-34px);
        border-radius: 8px;
        width: 48px;
        height: 48px; } }
  .popup h2 {
    font: 20px/24px "isonorm", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .popup h2 {
        font-size: 38px;
        line-height: 40px;
        letter-spacing: 2px;
        margin-bottom: 43px; } }
    @media (min-width: 992px) {
      .popup h2 {
        font-size: 48px;
        line-height: 50px;
        margin-bottom: 55px; } }
  .popup .close {
    position: absolute;
    right: 16px;
    top: 8px;
    color: #1e3664;
    opacity: 1;
    font-size: 38px;
    line-height: 1;
    text-decoration: none; }
    @media (min-width: 992px) {
      .popup .close {
        right: 22px;
        top: 13px; } }
    .popup .close:hover {
      color: #00a9e7; }

form .login-box {
  border: 3px solid #00a9e7;
  border-radius: 14px;
  background: #00194b;
  margin-bottom: 25px;
  overflow: hidden; }
  form .login-box .error-message {
    background: none; }

form .form-row {
  width: 100%;
  height: 72px;
  overflow: hidden;
  position: relative;
  border-top: 3px solid #00a9e7; }
  form .form-row:first-child {
    border-top: none;
    height: 69px; }
  form .form-row.has-focus input[type="text"],
  form .form-row.has-focus input[type="email"],
  form .form-row.has-focus input[type="password"],
  form .form-row.has-focus .textarea, form .form-row.has-value input[type="text"],
  form .form-row.has-value input[type="email"],
  form .form-row.has-value input[type="password"],
  form .form-row.has-value .textarea {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition-delay: 0.06s;
            transition-delay: 0.06s; }
  form .form-row.has-focus label, form .form-row.has-value label {
    pointer-events: none;
    -webkit-transform: translate3d(220px, 0, 0);
            transform: translate3d(220px, 0, 0);
    padding: 25px 20px; }
    @media (min-width: 992px) {
      form .form-row.has-focus label, form .form-row.has-value label {
        -webkit-transform: translate3d(241px, 0, 0);
                transform: translate3d(241px, 0, 0);
        padding: 25px 32px; } }
  form .form-row.input-error label {
    color: #e84f4f;
    cursor: default;
    -webkit-transform: translate3d(220px, 0, 0);
            transform: translate3d(220px, 0, 0);
    padding: 25px 20px; }
    @media (min-width: 992px) {
      form .form-row.input-error label {
        -webkit-transform: translate3d(241px, 0, 0);
                transform: translate3d(241px, 0, 0);
        padding: 25px 32px; } }
  form .form-row.input-error .error-message {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition-delay: 0.06s;
            transition-delay: 0.06s; }
  form .form-row.input-error input[type="text"],
  form .form-row.input-error input[type="email"],
  form .form-row.input-error input[type="password"],
  form .form-row.input-error .textarea {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition-delay: 0.06s;
            transition-delay: 0.06s; }

form input[type="text"],
form input[type="password"],
form input[type="email"],
form .textarea {
  border: none;
  display: block;
  outline: none;
  background: none;
  box-shadow: none;
  height: 100%;
  width: 220px;
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
          transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
  padding: 25px 32px; }
  @media (min-width: 992px) {
    form input[type="text"],
    form input[type="password"],
    form input[type="email"],
    form .textarea {
      font-size: 15px;
      line-height: 19px;
      width: 241px; } }
  form input[type="text"]:focus,
  form input[type="password"]:focus,
  form input[type="email"]:focus,
  form .textarea:focus {
    outline: none;
    box-shadow: none; }

form input[type="text"] {
  border-radius: 14px 0 0 0; }

form input[type="password"] {
  border-radius: 0 0 0 14px; }

form .error-message {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  height: 100%;
  width: 220px;
  background-color: #fff0ed;
  font-size: 14px;
  line-height: 19px;
  padding: 25px 15px 25px 32px;
  -webkit-transform-origin: 0 50% 0;
      -ms-transform-origin: 0 50% 0;
          transform-origin: 0 50% 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
          transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
  color: #e84f4f;
  overflow: hidden;
  white-space: nowrap; }
  @media (min-width: 992px) {
    form .error-message {
      font-size: 15px;
      line-height: 19px;
      width: 241px; } }

form label {
  display: block;
  height: 100%;
  text-align: left;
  -webkit-transform-origin: 0 50% 0;
      -ms-transform-origin: 0 50% 0;
          transform-origin: 0 50% 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
          transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
  width: 100%;
  z-index: 10;
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  padding: 25px 32px;
  cursor: text; }
  @media (min-width: 992px) {
    form label {
      font-size: 15px;
      line-height: 19px; } }
  form label:before {
    content: "";
    border-left: 3px solid #00a9e7;
    position: absolute;
    left: -3px;
    top: -3px;
    height: 72px;
    bottom: 0;
    width: 3px; }

form .btn {
  font-size: 17px;
  line-height: 20px;
  padding: 22px 15px;
  min-height: 64px;
  border-radius: 14px;
  letter-spacing: 1px; }
  @media (min-width: 992px) {
    form .btn {
      font-size: 18px;
      line-height: 20px; } }
  form .btn:hover {
    border-color: #fff; }
  form .btn [class^="icon-"] {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 -1px;
    font-size: 19px; }
    @media (min-width: 992px) {
      form .btn [class^="icon-"] {
        margin-left: -5px; } }

#footer {
  color: #fff;
  font-size: 12px;
  line-height: 1.417;
  background: #00a9e7;
  color: #fff;
  padding: 45px 20px 96px;
  position: relative; }
  @media (min-width: 768px) {
    #footer {
      font-size: 13px;
      line-height: 1.538;
      min-height: 233px;
      z-index: 1;
      position: fixed;
      overflow: hidden;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 51px 0 15px;
      visibility: hidden; } }
  @media (min-width: 992px) {
    #footer {
      font-size: 16px;
      line-height: 1.563;
      min-height: 311px;
      padding: 72px 0 30px; } }
  @media (min-width: 768px) {
    #footer.visible-footer {
      visibility: visible; } }
  .mobile-device #footer {
    position: relative; }
  #footer a {
    color: #fff;
    text-decoration: none; }
    #footer a:hover {
      color: #00194b; }
  #footer h3 {
    color: #fff;
    font-size: 15px;
    line-height: 1.333;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      #footer h3 {
        margin-bottom: 19px; } }
    @media (min-width: 992px) {
      #footer h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px; } }
  #footer .contacts {
    padding: 6px 0 22px;
    margin: 0; }
    @media (min-width: 768px) {
      #footer .contacts {
        padding-top: 0; } }
    @media (min-width: 992px) {
      #footer .contacts {
        padding-bottom: 46px; } }
    #footer .contacts .direct {
      text-decoration: underline; }
      @media (max-width: 767px) {
        #footer .contacts .direct {
          color: #00194b; } }
      @media (max-width: 767px) {
        #footer .contacts .direct:hover {
          color: #fff; } }
  #footer address {
    margin-bottom: 26px;
    line-height: 17px; }
    @media (min-width: 768px) {
      #footer address {
        line-height: 20px; } }
    @media (min-width: 992px) {
      #footer address {
        line-height: 25px;
        margin-bottom: 46px; } }
  @media (min-width: 768px) {
    #footer .logo-block {
      padding-top: 25px; } }
  @media (min-width: 992px) {
    #footer .logo-block {
      padding-top: 5px; } }
  #footer .logo {
    float: none;
    width: 220px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      #footer .logo {
        margin: 0 0 13px auto; } }
    @media (min-width: 992px) {
      #footer .logo {
        width: 282px;
        margin-bottom: 34px; } }
    #footer .logo a {
      -webkit-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out; }
      #footer .logo a:hover {
        opacity: 0.9; }
  @media (max-width: 767px) {
    #footer .panel {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0;
      height: 62px; } }
  #footer .panel [class^="col-"]:before, #footer .panel [class^="col-"]:after {
    content: " ";
    display: table; }
  #footer .panel [class^="col-"]:after {
    clear: both; }
  @media (max-width: 767px) {
    #footer .panel [class^="col-"] {
      padding: 0;
      position: static;
      height: 0; } }
  @media (max-width: 767px) {
    #footer .back-to-top {
      color: #00194b; } }
  @media (min-width: 768px) {
    #footer .back-to-top {
      color: #00194b; } }
  @media (min-width: 768px) {
    #footer .back-to-top:hover {
      color: #fff; } }
  #footer .social-link {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 1; }
    @media (max-width: 767px) {
      #footer .social-link {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #00194b;
        color: #fff;
        text-align: center;
        width: 74px;
        height: 62px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 768px) {
      #footer .social-link {
        font-size: 15px;
        line-height: 32px; } }
    @media (min-width: 992px) {
      #footer .social-link {
        font-size: 16px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      #footer .social-link:hover {
        color: #00194b;
        background: #fff; } }
    #footer .social-link [class^="icon-"] {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 768px) {
        #footer .social-link [class^="icon-"] {
          font-size: 22px;
          margin-right: 10px; } }
      @media (min-width: 992px) {
        #footer .social-link [class^="icon-"] {
          font-size: 24px;
          margin: 0 12px 0 0; } }

.back-to-top {
  font: 21px/30px "isonorm", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .back-to-top {
      position: absolute;
      bottom: 0;
      left: 0;
      width: calc(100% - 74px);
      padding: 18px 36px 14px;
      height: 62px;
      color: #00194b;
      background: #bfe9f9; } }
  @media (min-width: 768px) {
    .back-to-top {
      font-size: 18px;
      line-height: 30px;
      color: #00194b; } }
  @media (min-width: 992px) {
    .back-to-top {
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 2px; } }
  @media (min-width: 768px) {
    .back-to-top:hover {
      color: #fff; } }
  .back-to-top .icon-arrow-up {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 1;
    margin-top: 2px; }
    @media (min-width: 768px) {
      .back-to-top .icon-arrow-up {
        margin-left: -4px; } }
    @media (min-width: 992px) {
      .back-to-top .icon-arrow-up {
        font-size: 28px;
        margin: 1px 0 0 2px; } }
  @media (max-width: 767px) {
    .back-to-top:hover {
      background: #fff; } }
  .back-to-top:hover .icon-arrow-up {
    -webkit-animation: hover-icon-bob  1.3s infinite ease-in-out;
            animation: hover-icon-bob  1.3s infinite ease-in-out; }

.copyright {
  display: block;
  font-size: 10px;
  line-height: 12px; }
  @media (max-width: 767px) {
    .copyright {
      text-align: left; } }
  @media (min-width: 768px) {
    .copyright {
      font-size: 11px; } }
  @media (min-width: 992px) {
    .copyright {
      font-size: 12px;
      letter-spacing: 2px;
      word-spacing: -1px; } }

@-webkit-keyframes hover-icon-bob {
  0% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); } }

@keyframes hover-icon-bob {
  0% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); } }

.homepage .navbar {
  border: none; }
  @media (min-width: 768px) {
    .homepage .navbar {
      height: 110px; } }
  @media (min-width: 992px) {
    .homepage .navbar {
      height: 125px; } }

.contact-page main {
  padding-top: 0; }
  @media (min-width: 768px) {
    .contact-page main {
      padding-top: 45px; } }
  @media (min-width: 992px) {
    .contact-page main {
      padding-top: 154px;
      padding-bottom: 100px; } }

@media (min-width: 768px) {
  .contact-page #wrapper {
    padding-top: 0; } }

.contact-page #header {
  height: 54px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  margin: 0;
  background: #00a9e7; }
  @media (min-width: 768px) {
    .contact-page #header {
      height: 76px; } }
  @media (min-width: 992px) {
    .contact-page #header {
      height: 94px; } }
  .contact-page #header .navbar {
    background: transparent; }
    @media (min-width: 768px) {
      .contact-page #header .navbar {
        height: 76px;
        padding: 14px 0; } }
    @media (min-width: 992px) {
      .contact-page #header .navbar {
        height: 94px;
        padding: 22px 0;
        margin: 0 35px 0 0; } }
    @media (min-width: 992px) {
      .contact-page #header .navbar .navbar-nav {
        font-size: 17px;
        line-height: 22px;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .contact-page #header .navbar .navbar-nav .tel {
        font-size: 18px; } }
  .contact-page #header .navbar-header {
    padding: 5px 8px 7px 18px; }
    @media (min-width: 768px) {
      .contact-page #header .navbar-header {
        padding: 0; } }
  @media (max-width: 767px) {
    .contact-page #header .navbar-collapse {
      padding-top: 72px;
      min-height: 279px; } }
  @media (min-width: 768px) {
    .contact-page #header .navbar-collapse {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    .contact-page #header .logo {
      width: 148px;
      margin: 7px 0 0 6px; } }
  @media (min-width: 992px) {
    .contact-page #header .logo {
      width: 192px;
      margin: 0 0 0 28px; } }

.contact-page h1 {
  letter-spacing: -0.06em;
  margin-bottom: 38px;
  display: block;
  font-size: 50px; }
  @media (min-width: 768px) {
    .contact-page h1 {
      font-size: 82px;
      margin-bottom: 48px; } }

.contact-page p {
  font-size: 17px;
  line-height: 24px; }

.contact-page .title-text {
  display: block;
  text-transform: uppercase;
  font: 19px/21px "isonorm", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .contact-page .title-text {
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 1px; } }
  @media (min-width: 1200px) {
    .contact-page .title-text {
      font-size: 28px;
      line-height: 30px;
      word-spacing: 2px; } }

.contact-page .phone {
  display: block;
  cursor: hand;
  letter-spacing: -0.05em;
  color: #00194b;
  text-transform: uppercase;
  font: 54px/30px "isonorm", Helvetica, Arial, sans-serif;
  margin: 20px 0 45px 0; }
  @media (min-width: 768px) {
    .contact-page .phone {
      font-size: 45px;
      line-height: 30px;
      letter-spacing: -0.05em; } }
  @media (min-width: 1200px) {
    .contact-page .phone {
      font-size: 59px;
      line-height: 30px;
      letter-spacing: -0.05em; } }

.contact-page .contact-form-wrapper {
  margin-top: 80px; }
  @media (min-width: 768px) {
    .contact-page .contact-form-wrapper {
      margin-top: 80px; } }
  @media (min-width: 1200px) {
    .contact-page .contact-form-wrapper {
      margin-top: 80px; } }
  .contact-page .contact-form-wrapper:before {
    display: none;
    content: "";
    position: absolute;
    left: -176px;
    top: -20px;
    z-index: -1;
    background: url(../images/pattern-contact-section.svg) no-repeat;
    background-size: 100% 100%;
    width: 40%;
    height: 55%; }
    @media (min-width: 1200px) {
      .contact-page .contact-form-wrapper:before {
        display: block;
        left: -13%;
        top: -5%;
        bottom: auto; } }
  .contact-page .contact-form-wrapper #contact-text {
    text-align: center; }
    @media (min-width: 992px) {
      .contact-page .contact-form-wrapper #contact-text {
        text-align: left; } }

.contact-page .contact-us-section:before {
  display: none; }

.contact-page .contact-us-section .map {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 320px; }
  @media (min-width: 768px) {
    .contact-page .contact-us-section .map {
      height: 320px;
      width: 70%; } }
  @media (min-width: 992px) {
    .contact-page .contact-us-section .map {
      height: 416px; } }
  .contact-page .contact-us-section .map #google-container {
    height: 100%;
    width: 100%; }

.contact-page p {
  padding-right: 20px; }
  .contact-page p a {
    padding-top: 15px;
    display: block;
    text-decoration: underline; }

#contact-form input[type="submit"], #contact-form button[type="submit"], #contact-form .btn {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  border: 3px solid #00194b;
  outline: none;
  -webkit-transition: background-color 0.5s ease;
          transition: background-color 0.5s ease; }
  #contact-form input[type="submit"]:focus, #contact-form button[type="submit"]:focus, #contact-form .btn:focus {
    color: #00194b;
    outline: none; }
    #contact-form input[type="submit"]:focus:hover, #contact-form button[type="submit"]:focus:hover, #contact-form .btn:focus:hover {
      color: #00194b; }
  #contact-form input[type="submit"]:hover, #contact-form button[type="submit"]:hover, #contact-form .btn:hover {
    color: #00194b;
    background-color: #00194b; }
    #contact-form input[type="submit"]:hover:after, #contact-form button[type="submit"]:hover:after, #contact-form .btn:hover:after {
      color: #ffffff;
      left: 50%;
      margin-left: -6px; }

#contact-form .form-wrapper {
  border: 3px solid #00a9e7;
  border-radius: 14px;
  margin-bottom: 25px;
  overflow: hidden; }

#contact-form .form-row-select .dropdown-menu {
  background: #e5f6fd;
  border-top: none;
  border-left: none;
  padding: 10px 0;
  border-right: none; }
  #contact-form .form-row-select .dropdown-menu.open {
    border-bottom: 3px solid #00a9e7;
    border-radius: 0; }
  #contact-form .form-row-select .dropdown-menu li {
    outline: none; }
    #contact-form .form-row-select .dropdown-menu li a {
      font-family: "Work Sans", Helvetica, Arial, sans-serif;
      padding: 10px 32px;
      color: #00194b;
      font-size: 15px; }
      #contact-form .form-row-select .dropdown-menu li a:hover {
        color: #00a9e7;
        background: none;
        cursor: hand; }
      #contact-form .form-row-select .dropdown-menu li a:focus {
        outline: none;
        background: none; }

#contact-form .form-row-select .caret {
  width: 12px;
  height: 12px;
  border: 0;
  margin-top: -6px;
  right: 30px; }
  #contact-form .form-row-select .caret:before {
    content: "\e900";
    font-family: 'icomoon' !important;
    font-size: 17px;
    line-height: 1; }

#contact-form .form-row-select .btn-systima {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  background: none;
  box-shadow: none;
  outline: none !important;
  font-weight: normal;
  border: 0;
  color: #00194b;
  font-size: 15px;
  letter-spacing: normal;
  padding: 25px 32px;
  border-radius: 14px 14px 0 0; }
  #contact-form .form-row-select .btn-systima.value-selected {
    color: #00a9e7; }
  #contact-form .form-row-select .btn-systima.select-error {
    color: #e84f4f;
    background-color: #fff0ed; }

#contact-form .form-row {
  border-top: 3px solid #00a9e7; }
  #contact-form .form-row:first-child {
    border-top: 0; }
  #contact-form .form-row input[type="text"],
  #contact-form .form-row input[type="password"],
  #contact-form .form-row input[type="email"],
  #contact-form .form-row .textarea {
    font-size: 16px;
    width: 210px; }
    @media (min-width: 768px) {
      #contact-form .form-row input[type="text"],
      #contact-form .form-row input[type="password"],
      #contact-form .form-row input[type="email"],
      #contact-form .form-row .textarea {
        width: 360px; } }
    @media (min-width: 992px) {
      #contact-form .form-row input[type="text"],
      #contact-form .form-row input[type="password"],
      #contact-form .form-row input[type="email"],
      #contact-form .form-row .textarea {
        width: 280px; } }
  #contact-form .form-row label {
    color: #00194b;
    font-weight: normal;
    initial-letter: 0; }
  #contact-form .form-row.has-focus label, #contact-form .form-row.has-value label, #contact-form .form-row.input-error label {
    -webkit-transform: translate3d(210px, 0, 0);
            transform: translate3d(210px, 0, 0); }
    @media (min-width: 768px) {
      #contact-form .form-row.has-focus label, #contact-form .form-row.has-value label, #contact-form .form-row.input-error label {
        -webkit-transform: translate3d(360px, 0, 0);
                transform: translate3d(360px, 0, 0); } }
    @media (min-width: 992px) {
      #contact-form .form-row.has-focus label, #contact-form .form-row.has-value label, #contact-form .form-row.input-error label {
        -webkit-transform: translate3d(280px, 0, 0);
                transform: translate3d(280px, 0, 0); } }
  #contact-form .form-row.textarea-wrapper {
    height: 300px; }
    #contact-form .form-row.textarea-wrapper label:before {
      height: 300px; }
    #contact-form .form-row.textarea-wrapper .error-message {
      border-radius: 0 14px 0 14px; }
  #contact-form .form-row .error-message {
    width: 210px; }
    @media (min-width: 768px) {
      #contact-form .form-row .error-message {
        width: 360px; } }
    @media (min-width: 992px) {
      #contact-form .form-row .error-message {
        width: 280px; } }

#contact-form .thank-you-wrapper {
  display: none; }
  #contact-form .thank-you-wrapper .thank-you {
    text-align: center;
    border: 3px solid #00a9e7;
    border-radius: 14px;
    background: #e5f6fd;
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 0 20px 0; }
    #contact-form .thank-you-wrapper .thank-you h2 {
      font-size: 60px;
      font-family: "isonorm", Helvetica, Arial, sans-serif;
      font-weight: normal;
      margin: 20px 0 20px 0; }
      @media (min-width: 768px) {
        #contact-form .thank-you-wrapper .thank-you h2 {
          margin: 9px 0 0 0; } }
    #contact-form .thank-you-wrapper .thank-you p {
      padding: 0 20px; }
      @media (min-width: 768px) {
        #contact-form .thank-you-wrapper .thank-you p {
          padding: 0; } }
    #contact-form .thank-you-wrapper .thank-you .title-text {
      margin-bottom: 18px; }
  #contact-form .thank-you-wrapper .btn {
    margin-top: 20px;
    width: 100%; }

#contact-form.form-send-success .form-wrapper, #contact-form.form-send-success button {
  display: none; }

#contact-form.form-send-success .thank-you-wrapper {
  display: block; }

.navbar-default {
  background-color: transparent; }

#wrapper {
  padding-top: 0 !important; }

.video-area {
  top: 100px; }

.intro-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff; }
  .intro-section h1 {
    padding-right: 50px; }
    @media (min-width: 768px) {
      .intro-section h1 {
        padding-right: 0; } }
  @media (min-width: 768px) {
    .intro-section {
      min-height: calc(100vh); } }
  @media (min-width: 992px) {
    .intro-section {
      min-height: calc(100vh); } }
  .intro-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../../images/header-gradient.png") repeat-x transparent;
    z-index: 3; }
  .intro-section .text-content {
    font-size: 15px;
    max-width: 191px; }
    @media (min-width: 768px) {
      .intro-section .text-content {
        max-width: 345px; } }
    @media (min-width: 992px) {
      .intro-section .text-content {
        max-width: 625px; } }
  .intro-section .intro-holder {
    position: relative;
    width: 100%;
    padding-top: 50px; }
    @media (min-width: 768px) {
      .intro-section .intro-holder {
        padding-top: 100px; } }
    @media (min-width: 992px) {
      .intro-section .intro-holder {
        padding-top: 100px; } }

.contact-page #header .navbar .navbar-nav .tel {
  color: #7fd4f3; }
/*# sourceMappingURL=main.css.map */