@charset "UTF-8";
/*  */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* USAGE MEDIA QUERIES
  div {
    height: 390px;

    @include breakpoint(mobile) {
      margin-bottom: 15px;
    }
  }
*/
.listWithLinks {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0; }
  .listWithLinks li {
    display: inline; }

.listWithLinksBlock {
  list-style: none;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.imgResponsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed, .embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.boxCN {
  text-align: center; }

.txtBold {
  font-weight: 700; }

.scrollbar-macosx .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  opacity: 0.7; }

#cookies-message {
  padding: 10px 0px;
  font-size: 12px;
  line-height: normal;
  border-top: 1px solid #d3d0d0;
  text-align: center;
  position: fixed;
  bottom: 0px;
  background-color: #124a6f;
  background-color: rgba(18, 74, 111, 0.8);
  width: 100%;
  z-index: 10000;
  color: #fff; }
  @media (max-width: 991px) {
    #cookies-message {
      padding: 10px; } }
  #cookies-message a {
    color: #fff;
    text-decoration: underline; }

a#accept-cookies-checkbox {
  background-color: #fff;
  padding: 5px 10px;
  color: #124a6f;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer; }
  @media (max-width: 991px) {
    a#accept-cookies-checkbox {
      margin-top: 5px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body {
  font-size: 16px;
  background-color: #fff;
  color: #000;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: normal;
  padding-top: 50px; }
  @media (max-width: 767px) {
    body {
      padding-top: 50px; } }

body > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 15px 0;
  background-color: #080808;
  z-index: 101;
  height: 50px; }
  @media (max-width: 767px) {
    body > header {
      padding: 5px;
      height: 50px;
      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; } }
  body > header .wrapperLogoWroclaw {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    text-align: center; }
    @media (max-width: 767px) {
      body > header .wrapperLogoWroclaw {
        width: 100%; } }
    body > header .wrapperLogoWroclaw a {
      display: inline-block; }
    body > header .wrapperLogoWroclaw img {
      display: block; }
  body > header ul {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif; }
    body > header ul li {
      position: relative; }
      body > header ul li:after {
        content: '/';
        color: #aaa;
        margin: 0 7px; }
      body > header ul li:last-child:after {
        display: none; }
      body > header ul li a {
        color: #dbdbdb;
        text-decoration: none; }
        body > header ul li a:hover {
          text-decoration: underline; }

body > aside {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 210px;
  z-index: 61;
  padding-top: 80px;
  background-color: #fff; }
  body > aside.expanded {
    left: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    body > aside {
      width: 150px; } }
  @media (max-width: 991px) {
    body > aside {
      width: 260px;
      left: -100%;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      padding-top: 50px; } }
  body > aside > h1 {
    font-size: 22px;
    padding: 0 45px;
    line-height: 20px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      body > aside > h1 {
        padding: 0 10px;
        text-align: center;
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      body > aside > h1 {
        font-size: 17px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center; } }
    body > aside > h1 span {
      font-size: 17px;
      display: inline-block;
      background-color: #e0f2fe;
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      padding: 3px 6px;
      margin-top: 2px;
      line-height: normal; }
      @media (max-width: 991px) {
        body > aside > h1 span {
          margin-top: 7px; } }
  body > aside nav {
    height: 70vh; }
    body > aside nav > ul {
      list-style: none;
      font-size: 15px;
      padding: 0;
      margin: 0;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around; }
      @media (max-width: 991px) {
        body > aside nav > ul {
          display: block; } }
      body > aside nav > ul > li {
        display: block; }
        body > aside nav > ul > li > a {
          font-weight: 700;
          display: block;
          padding: 18px 0;
          text-align: center;
          text-decoration: none;
          color: #000;
          -webkit-transition: all 0.5s ease;
          -khtml-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          @media (max-width: 991px) {
            body > aside nav > ul > li > a {
              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: start;
              -ms-flex-pack: start;
              -webkit-justify-content: flex-start;
              -moz-justify-content: flex-start;
              justify-content: flex-start;
              padding: 15px 10px 15px 20px;
              border-top: 1px solid #e0e0e0; } }
          body > aside nav > ul > li > a:hover, body > aside nav > ul > li > a.isActive {
            background-color: #f0faff; }
          body > aside nav > ul > li > a img {
            display: block;
            width: 30px;
            height: auto;
            margin: 0 auto 8px auto; }
            @media (max-width: 991px) {
              body > aside nav > ul > li > a img {
                margin: 0 20px 0 0; } }
        @media (max-width: 991px) {
          body > aside nav > ul > li:last-of-type > a {
            border-bottom: 1px solid #e0e0e0; } }

#menu-toggle {
  width: 30px;
  height: 22px;
  margin: 0;
  position: absolute;
  cursor: pointer;
  border-radius: 5px;
  background-color: transparent;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  #menu-toggle span {
    display: block;
    background: #fff;
    border-radius: 0;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  #menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%; }
    #menu-toggle #hamburger span {
      width: 100%;
      height: 3px;
      position: relative;
      top: 0;
      left: 0;
      margin: 4px 0; }
      #menu-toggle #hamburger span:nth-child(1) {
        transition-delay: .5s; }
      #menu-toggle #hamburger span:nth-child(2) {
        transition-delay: .625s; }
      #menu-toggle #hamburger span:nth-child(3) {
        transition-delay: .75s; }
  #menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg); }
    #menu-toggle #cross span:nth-child(1) {
      height: 0;
      width: 3px;
      position: absolute;
      top: 2px;
      left: 14px;
      transition-delay: 0s; }
    #menu-toggle #cross span:nth-child(2) {
      width: 0;
      height: 3px;
      position: absolute;
      left: 9%;
      top: 13px;
      transition-delay: .25s; }

#menu-toggle.open #hamburger span {
  width: 0; }
  #menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s; }
  #menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s; }
  #menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s; }
#menu-toggle.open #cross span:nth-child(1) {
  height: 106%;
  transition-delay: .625s; }
#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: .375s; }

.wrapperSections {
  display: block;
  position: relative;
  min-height: 100vh;
  padding-left: 210px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .wrapperSections {
      padding-left: 150px; } }
  @media (max-width: 991px) {
    .wrapperSections {
      padding-left: 0; } }

.boxSection {
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
  color: #021f2e;
  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;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .boxSection {
      padding-top: 30px; } }
  .boxSection .boxSectionWrapper {
    display: block;
    position: relative;
    min-height: 100%; }
  .boxSection > .boxSectionFlex {
    max-width: 100%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .boxSection > .boxSectionFlex {
        padding: 0 15px; } }
    .boxSection > .boxSectionFlex > .container {
      max-width: 100%; }

.txtSectionTitle {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: normal; }
  @media (min-width: 768px) and (max-width: 991px) {
    .txtSectionTitle {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .txtSectionTitle {
      font-size: 30px; } }

.txtSectionSubtitle {
  text-align: center;
  margin: 0 auto;
  line-height: 24px;
  max-width: 65vw; }
  @media (min-width: 768px) and (max-width: 991px) {
    .txtSectionSubtitle {
      line-height: 22px;
      font-size: 14px;
      max-width: 80vw; } }
  @media (max-width: 767px) {
    .txtSectionSubtitle {
      line-height: 22px;
      font-size: 14px;
      max-width: 80vw; } }

.lnkMore {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 25px;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block; }
  .lnkMore.red {
    background-color: #da1a1f; }
    .lnkMore.red:hover {
      background-color: #ea252a;
      color: #fff; }

.boxCarouselWrapper {
  position: relative; }
  .boxCarouselWrapper .imgCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.boxCarousel {
  list-style: none;
  padding: 0;
  width: 70vw;
  margin: 50px auto 0 auto; }
  @media (max-width: 991px) {
    .boxCarousel {
      width: 90vw; } }
  .boxCarousel .boxOne {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .boxCarousel .boxOne {
        margin-bottom: 20px; } }
    .boxCarousel .boxOne:last-child {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .boxCarousel .boxOne:last-child {
          margin-bottom: 20px; } }
    .boxCarousel .boxOne i {
      width: 58px;
      text-align: center;
      font-size: 42px;
      margin-right: 20px;
      margin-top: 5px;
      color: #000; }
      @media (max-width: 767px) {
        .boxCarousel .boxOne i {
          font-size: 40px; }
          .boxCarousel .boxOne i.icon-cat-1 {
            font-size: 36px; } }
    .boxCarousel .boxOne p {
      font-size: 30px;
      font-weight: 700;
      margin: 0;
      flex: 1; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .boxCarousel .boxOne p {
          font-size: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .boxCarousel .boxOne p {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .boxCarousel .boxOne p {
          font-size: 18px; } }
      .boxCarousel .boxOne p > span {
        display: block;
        margin-top: 4px;
        line-height: 24px;
        font-weight: 400;
        font-size: 16px;
        color: #5e5e5e; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .boxCarousel .boxOne p > span {
            font-size: 14px;
            line-height: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .boxCarousel .boxOne p > span {
            font-size: 14px;
            line-height: 20px; } }
        @media (max-width: 767px) {
          .boxCarousel .boxOne p > span {
            font-size: 14px;
            line-height: 20px; } }
  .boxCarousel .slick-slide {
    height: auto; }
    .boxCarousel .slick-slide:focus {
      outline: 0; }
  .boxCarousel .slick-prev {
    left: -60px; }
  .boxCarousel .slick-next {
    right: -60px; }
  .boxCarousel .slick-prev, .boxCarousel .slick-next {
    color: #3ca9e8;
    font-size: 45px;
    height: auto;
    width: auto;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .boxCarousel .slick-prev.slick-disabled, .boxCarousel .slick-next.slick-disabled {
      color: #c7c8ca; }
    .boxCarousel .slick-prev:before, .boxCarousel .slick-next:before {
      display: none; }
    .boxCarousel .slick-prev i:before, .boxCarousel .slick-next i:before {
      margin: 0;
      width: auto; }
  .boxCarousel .slick-dots {
    bottom: -70px; }
    .boxCarousel .slick-dots li button:before {
      content: '';
      background-color: transparent;
      border: 1px solid #8dcdf2;
      -webkit-border-radius: 14px;
      -khtml-border-radius: 14px;
      -moz-border-radius: 14px;
      -ms-border-radius: 14px;
      -o-border-radius: 14px;
      border-radius: 14px;
      width: 14px;
      height: 14px;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
    .boxCarousel .slick-dots li.slick-active button:before {
      background-color: #8dcdf2; }

.protip-skin-default--scheme-pro.protip-container {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  background-color: #8dcdf2;
  font-size: 12px;
  line-height: normal; }

.protip-skin-default--scheme-pro[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="bottom-right"] .protip-arrow {
  border-color: transparent transparent #8dcdf2 transparent; }

#boxHome {
  position: relative;
  display: block;
  padding: 0;
  background-color: #f0faff; }
  @media (max-width: 767px) {
    #boxHome {
      height: calc(100vh - 50px); } }
  #boxHome .boxAwardsLnk {
    position: absolute;
    bottom: 70px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fcd530;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    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;
    color: #123651;
    z-index: 1;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 767px) {
      #boxHome .boxAwardsLnk {
        width: 60px;
        height: 60px; } }
    #boxHome .boxAwardsLnk .content {
      text-align: center; }
    #boxHome .boxAwardsLnk i {
      font-size: 30px; }
    #boxHome .boxAwardsLnk span {
      display: block;
      text-align: center;
      font-size: 13px;
      line-height: 18px;
      margin-top: 5px; }
      @media (max-width: 767px) {
        #boxHome .boxAwardsLnk span {
          display: none; } }
      #boxHome .boxAwardsLnk span em {
        font-weight: 700;
        text-transform: uppercase;
        font-style: normal; }
    #boxHome .boxAwardsLnk:hover {
      text-decoration: none;
      background-color: #fff; }
  @media (max-width: 767px) {
    #boxHome {
      padding-top: 0; } }
  #boxHome .boxHomeImage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/img-budzet-main-1800.png"); }
    @media (max-width: 767px) {
      #boxHome .boxHomeImage {
        background-image: url("../images/img-budzet-main-mobile.png"); } }

#boxBudget {
  background-color: #f0faff;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    #boxBudget {
      padding-bottom: 30px; } }
  #boxBudget .txtBudgetSum {
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    margin: 50px 0 0 0; }
    @media (max-width: 767px) {
      #boxBudget .txtBudgetSum {
        font-size: 30px;
        margin: 30px 0; } }
  #boxBudget .listBudgetElements {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    text-align: center; }
    @media (max-width: 767px) {
      #boxBudget .listBudgetElements {
        font-size: 18px; } }
    #boxBudget .listBudgetElements li {
      display: inline-block; }
      #boxBudget .listBudgetElements li:first-child {
        margin-right: 20px; }
    #boxBudget .listBudgetElements span {
      font-weight: 700; }
  #boxBudget .boxBudgetChart {
    margin-top: 60px;
    text-align: center; }
    @media (max-width: 991px) {
      #boxBudget .boxBudgetChart {
        display: block; } }
    #boxBudget .boxBudgetChart p {
      margin: 30px 0 0 0; }
      @media (max-width: 991px) {
        #boxBudget .boxBudgetChart p {
          text-align: center;
          margin-top: 20px; } }
    @media (max-width: 767px) {
      #boxBudget .boxBudgetChart img {
        width: 90%;
        margin: 30px auto 0 auto;
        height: auto;
        display: block; } }
  #boxBudget #imgBudgetBike {
    position: absolute;
    bottom: 0;
    left: 3vw;
    -webkit-transition: all 2s ease;
    -khtml-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease; }
    #boxBudget #imgBudgetBike.inOpen {
      left: 20vw; }
    #boxBudget #imgBudgetBike.inOut {
      left: 90vw; }

#boxExpenses, #boxIncome {
  background: transparent url("../images/bg-budzet-wydatki-60.png") repeat-x center; }
  @media (min-width: 1800px) {
    #boxExpenses, #boxIncome {
      background-image: url("../images/bg-budzet-wydatki-w250-60.png"); } }

#boxIncome .boxCarousel .boxOne i {
  font-size: 51px; }
  @media (max-width: 767px) {
    #boxIncome .boxCarousel .boxOne i {
      font-size: 44px; } }

#boxExpenses {
  padding-bottom: 80px; }
  @media (max-width: 991px) {
    #boxExpenses {
      padding-bottom: 30px; } }

#boxExpensesDetails {
  background-color: #f4f5f5;
  height: auto; }
  #boxExpensesDetails.boxSection {
    padding-top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  #boxExpensesDetails .boxSectionWrapper {
    width: 100%; }
    #boxExpensesDetails .boxSectionWrapper > header {
      display: block;
      padding: 20px;
      background-color: #8dcdf2; }
      @media (max-width: 767px) {
        #boxExpensesDetails .boxSectionWrapper > header {
          padding: 10px; } }
      #boxExpensesDetails .boxSectionWrapper > header > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        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;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around; }
        @media (max-width: 767px) {
          #boxExpensesDetails .boxSectionWrapper > header > ul {
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        #boxExpensesDetails .boxSectionWrapper > header > ul li a {
          display: block;
          padding: 20px;
          -webkit-transition: all 0.5s ease;
          -khtml-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-border-radius: 100px;
          -khtml-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          -o-border-radius: 100px;
          border-radius: 100px;
          width: 60px;
          height: 60px;
          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; }
          @media (min-width: 768px) and (max-width: 991px) {
            #boxExpensesDetails .boxSectionWrapper > header > ul li a {
              padding: 5px; } }
          @media (max-width: 767px) {
            #boxExpensesDetails .boxSectionWrapper > header > ul li a {
              padding: 8px;
              width: 50px;
              height: 50px; } }
          #boxExpensesDetails .boxSectionWrapper > header > ul li a:hover, #boxExpensesDetails .boxSectionWrapper > header > ul li a.active {
            background-color: #fcd530; }
        #boxExpensesDetails .boxSectionWrapper > header > ul li i {
          font-size: 30px;
          color: #000; }
          @media (max-width: 767px) {
            #boxExpensesDetails .boxSectionWrapper > header > ul li i {
              font-size: 24px; } }
    #boxExpensesDetails .boxSectionWrapper .boxSliderWrapper {
      display: block;
      padding: 0 3vw; }
    #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .slick-slide {
      height: auto; }
      #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .slick-slide:focus {
        outline: 0; }
    #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide {
      display: block;
      margin-bottom: 30px; }
      #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header {
        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;
        margin: 60px 0 10px 0; }
        @media (max-width: 767px) {
          #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header {
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            -webkit-justify-content: space-evenly;
            -moz-justify-content: space-evenly;
            justify-content: space-evenly;
            margin: 20px 0 10px 0; } }
        @media (max-width: 767px) {
          #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header .boxChart {
            text-align: center; } }
        #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header > h3 {
          font-size: 20px;
          margin: 0 0 0 30px;
          padding: 0; }
          @media (min-width: 992px) and (max-width: 1199px) {
            #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header > h3 {
              font-size: 18px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header > h3 {
              font-size: 16px; } }
          @media (max-width: 767px) {
            #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header > h3 {
              font-size: 13px;
              margin: 0;
              text-align: center; } }
          #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header > h3 span {
            display: block;
            margin-top: 10px;
            font-size: 70px; }
            @media (min-width: 992px) and (max-width: 1199px) {
              #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header > h3 span {
                font-size: 50px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header > h3 span {
                font-size: 50px; } }
            @media (max-width: 767px) {
              #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header > h3 span {
                font-size: 22px;
                text-align: center; } }
        #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header .circles-text {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 14px;
          width: 100%;
          text-align: center;
          line-height: normal; }
          @media (max-width: 767px) {
            #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header .circles-text {
              font-size: 13px; } }
          #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header .circles-text span {
            font-size: 24px;
            display: block;
            font-weight: 700; }
            @media (max-width: 767px) {
              #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide > header .circles-text span {
                font-size: 14px; } }
      #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .row {
        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; }
        @media (max-width: 767px) {
          #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .row {
            display: block; } }
      #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .boxOne {
        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;
        margin-top: 50px; }
        @media (max-width: 767px) {
          #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .boxOne {
            margin-top: 25px; } }
        #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .boxOne .listIcon {
          width: 45px;
          height: auto;
          margin-right: 30px; }
          @media (max-width: 767px) {
            #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .boxOne .listIcon {
              width: 52px; } }
        #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .boxOne p {
          font-size: 24px;
          font-weight: 700;
          margin: 3px 0 0 0; }
          @media (min-width: 992px) and (max-width: 1199px) {
            #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .boxOne p {
              font-size: 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .boxOne p {
              font-size: 18px; } }
          @media (max-width: 767px) {
            #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .boxOne p {
              font-size: 20px; } }
          #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .boxOne p > span {
            display: block;
            margin-top: 5px;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            color: #5e5e5e; }
            @media (min-width: 992px) and (max-width: 1199px) {
              #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .boxOne p > span {
                font-size: 12px;
                line-height: 16px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .boxOne p > span {
                font-size: 11px;
                line-height: 13px; } }
            @media (max-width: 767px) {
              #boxExpensesDetails .boxSectionWrapper .boxSliderDetails .boxOneSlide .boxOne p > span {
                font-size: 12px;
                line-height: 16px; } }

#boxWin {
  background: transparent url("../images/win-bg.png") repeat-x center; }

#boxWin .flexColumns {
  margin-top: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    #boxWin .flexColumns {
      margin-top: 20px; } }
@media (max-width: 767px) {
  #boxWin .txtSectionSubtitle br {
    display: none; } }
#boxWin .dataBox {
  position: relative; }
  @media (max-width: 767px) {
    #boxWin .dataBox {
      text-align: center; } }
  #boxWin .dataBox:before {
    content: '';
    position: absolute;
    top: -28%;
    left: 50%;
    -webkit-transform: translate(-50%, -28%);
    -khtml-transform: translate(-50%, -28%);
    -moz-transform: translate(-50%, -28%);
    -ms-transform: translate(-50%, -28%);
    -o-transform: translate(-50%, -28%);
    transform: translate(-50%, -28%);
    background: url("../images/win-birds.png") no-repeat top;
    width: 69px;
    height: 72px; }
    @media (max-width: 767px) {
      #boxWin .dataBox:before {
        display: none; } }
  #boxWin .dataBox .txtBoxTitle {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 35px 0; }
    @media (max-width: 767px) {
      #boxWin .dataBox .txtBoxTitle {
        text-align: center;
        font-size: 18px;
        line-height: 24px; } }
  #boxWin .dataBox .txtDesc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #boxWin .dataBox .txtDesc {
        text-align: center;
        margin-bottom: 20px; } }
  #boxWin .dataBox .txtAddInfo {
    font-size: 12px;
    line-height: 20px;
    color: #b8b8b8; }
    #boxWin .dataBox .txtAddInfo a {
      color: #000;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      display: block;
      font-weight: 700; }
  #boxWin .dataBox .lnkMore {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #boxWin .dataBox .lnkMore {
        margin-bottom: 0; } }
#boxWin .boxWithGraphic {
  text-align: right; }
  @media (max-width: 767px) {
    #boxWin .boxWithGraphic {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    #boxWin .boxWithGraphic img {
      max-width: 100%;
      height: auto; } }

#boxCalculator {
  padding-top: 50px; }
  #boxCalculator .txtSectionSubtitle {
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      #boxCalculator .txtSectionSubtitle {
        margin-bottom: 20px; } }
  #boxCalculator .blueBg {
    background-color: #8dcdf2; }
  #boxCalculator .calculatorBox {
    padding: 43px 33px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #boxCalculator .calculatorBox {
        padding: 15px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #boxCalculator .calculatorBox {
        padding: 15px 0; } }
    #boxCalculator .calculatorBox .top {
      background-color: #103d5a;
      padding: 12px 20px; }
      #boxCalculator .calculatorBox .top input {
        background: transparent;
        font-size: 35px;
        color: #fff;
        font-weight: 700;
        width: 100%;
        text-align: right;
        border: none;
        margin-bottom: 6px; }
      #boxCalculator .calculatorBox .top span {
        font-size: 12px;
        color: #fff;
        display: block;
        text-align: right; }
    #boxCalculator .calculatorBox .flexList {
      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;
      -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;
      list-style: none;
      margin: 0 0 17px 0;
      padding: 0;
      border-left: 1px solid #6aa4c7; }
      #boxCalculator .calculatorBox .flexList li {
        width: calc(100% / 3);
        height: 50px;
        border-bottom: 1px solid #6aa4c7;
        border-right: 1px solid #6aa4c7; }
        #boxCalculator .calculatorBox .flexList li a {
          display: block;
          color: #fff;
          -webkit-transition: 0.3s;
          -khtml-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          text-align: center;
          font-size: 26px;
          line-height: 50px;
          font-weight: 700; }
          #boxCalculator .calculatorBox .flexList li a:hover {
            background-color: #103d5a;
            text-decoration: none; }
    #boxCalculator .calculatorBox .bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      #boxCalculator .calculatorBox .bottom .txtInfo {
        font-size: 12px;
        line-height: 16px;
        flex: 1;
        padding-right: 10px; }
      #boxCalculator .calculatorBox .bottom .txtResult {
        font-weight: 700;
        font-size: 19px; }
  #boxCalculator .calculatorResults {
    padding-left: 50px;
    text-align: center; }
    @media (max-width: 991px) {
      #boxCalculator .calculatorResults {
        padding-left: 0; } }
    @media (max-width: 767px) {
      #boxCalculator .calculatorResults {
        padding-top: 10px;
        padding-bottom: 25px; } }
    #boxCalculator .calculatorResults ul {
      padding: 0;
      margin: 0;
      list-style: none;
      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; }
      #boxCalculator .calculatorResults ul:before, #boxCalculator .calculatorResults ul:after {
        width: 0; }
    #boxCalculator .calculatorResults .boxOne {
      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;
      margin: 10px 0 50px 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #boxCalculator .calculatorResults .boxOne {
          margin: 10px 0 20px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #boxCalculator .calculatorResults .boxOne {
          margin: 10px 0 20px 0; } }
      @media (max-width: 767px) {
        #boxCalculator .calculatorResults .boxOne {
          display: block;
          margin: 15px 0 0 0; } }
      #boxCalculator .calculatorResults .boxOne i {
        font-size: 32px;
        width: 35px;
        text-align: center; }
      #boxCalculator .calculatorResults .boxOne p {
        flex: 1;
        padding-left: 30px;
        font-size: 24px;
        font-weight: 700;
        margin: 0;
        text-align: left; }
        @media (min-width: 768px) and (max-width: 991px) {
          #boxCalculator .calculatorResults .boxOne p {
            font-size: 20px; } }
        @media (max-width: 767px) {
          #boxCalculator .calculatorResults .boxOne p {
            padding-left: 0;
            margin-top: 10px;
            text-align: center; } }
        #boxCalculator .calculatorResults .boxOne p .txtDesc {
          font-weight: 400;
          font-size: 12px;
          color: #5e5e5e;
          display: block;
          margin-top: 4px; }
          @media (min-width: 768px) and (max-width: 991px) {
            #boxCalculator .calculatorResults .boxOne p .txtDesc {
              font-size: 11px; } }
    #boxCalculator .calculatorResults .lnkMore {
      background-color: #103d5a;
      padding: 14px 25px; }
      #boxCalculator .calculatorResults .lnkMore:hover {
        color: #fff;
        background-color: #8dcdf2; }
        #boxCalculator .calculatorResults .lnkMore:hover i {
          color: #fff; }

#boxInvestments {
  background-color: #f4f5f5;
  padding-bottom: 0; }
  #boxInvestments header {
    padding-top: 10px;
    height: 190px;
    background-color: #f4f5f5; }
    @media (max-width: 767px) {
      #boxInvestments header {
        padding-top: 0;
        height: auto;
        padding-bottom: 15px; } }
  #boxInvestments .boxSectionWrapper {
    width: 100%;
    height: 100%;
    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-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 767px) {
      #boxInvestments .boxSectionWrapper {
        height: inherit; } }
  #boxInvestments .investmentContainer {
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 190px);
    position: relative; }
    @media (max-width: 767px) {
      #boxInvestments .investmentContainer {
        height: 75vh; } }
  #boxInvestments .slick-slider .slick-list {
    padding: 0 !important; }
  #boxInvestments .slick-arrow {
    z-index: 1;
    width: 40px;
    height: 60px;
    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;
    background-color: #8dcdf2;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #boxInvestments .slick-arrow:hover {
      background-color: #103d5a; }
    @media (max-width: 767px) {
      #boxInvestments .slick-arrow {
        width: 35px;
        height: 48px; } }
    #boxInvestments .slick-arrow:before {
      display: none; }
    #boxInvestments .slick-arrow > i {
      font-size: 26px;
      color: #fff;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 767px) {
        #boxInvestments .slick-arrow > i {
          font-size: 18px; } }
    #boxInvestments .slick-arrow:hover > i {
      color: #fff; }
    #boxInvestments .slick-arrow.slick-prev {
      left: 30px; }
      @media (max-width: 767px) {
        #boxInvestments .slick-arrow.slick-prev {
          left: 15px; } }
    #boxInvestments .slick-arrow.slick-next {
      right: 30px; }
      @media (max-width: 767px) {
        #boxInvestments .slick-arrow.slick-next {
          right: 15px; } }
  #boxInvestments .slick-slider .slick-slide.inactive .lnkInvestmentSingle {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    pointer-events: none; }
  #boxInvestments .lnkInvestmentSingle {
    display: block;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    color: #fff; }
    #boxInvestments .lnkInvestmentSingle:hover {
      text-decoration: none; }
      #boxInvestments .lnkInvestmentSingle:hover .txtInvestmentTitle {
        text-decoration: underline; }
      #boxInvestments .lnkInvestmentSingle:hover .withBg .bgCover {
        -webkit-transform: scale(1.05);
        -khtml-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05); }
    #boxInvestments .lnkInvestmentSingle:before {
      content: '';
      z-index: 1;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60%;
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
      @media (max-width: 767px) {
        #boxInvestments .lnkInvestmentSingle:before {
          height: 80%; } }
    #boxInvestments .lnkInvestmentSingle .withBg {
      position: absolute;
      overflow: hidden;
      height: 100%;
      width: 100%; }
      #boxInvestments .lnkInvestmentSingle .withBg .bgCover {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    #boxInvestments .lnkInvestmentSingle .bottomData {
      padding: 30px 30px 0 30px;
      position: relative;
      z-index: 2;
      color: #fff;
      font-weight: 700; }
      @media (min-width: 1800px) {
        #boxInvestments .lnkInvestmentSingle .bottomData {
          padding-bottom: 30px; } }
      @media (max-width: 767px) {
        #boxInvestments .lnkInvestmentSingle .bottomData {
          padding: 15px; } }
      #boxInvestments .lnkInvestmentSingle .bottomData .txtInvestmentTitle {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px; }
        @media (min-width: 1800px) {
          #boxInvestments .lnkInvestmentSingle .bottomData .txtInvestmentTitle {
            font-size: 30px;
            line-height: 38px;
            margin-bottom: 20px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          #boxInvestments .lnkInvestmentSingle .bottomData .txtInvestmentTitle {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 15px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          #boxInvestments .lnkInvestmentSingle .bottomData .txtInvestmentTitle {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 15px; } }
        @media (max-width: 767px) {
          #boxInvestments .lnkInvestmentSingle .bottomData .txtInvestmentTitle {
            font-size: 22px;
            line-height: 26px; } }
      #boxInvestments .lnkInvestmentSingle .bottomData .txtInvestmentInfo {
        font-size: 18px;
        line-height: 22px;
        font-weight: 300; }
        @media (max-width: 767px) {
          #boxInvestments .lnkInvestmentSingle .bottomData .txtInvestmentInfo {
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 0;
            margin-top: 0; } }

.fancybox-close-small {
  display: none !important; }

.boxSingleInvestment {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  background-color: #19384d;
  padding: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .boxSingleInvestment {
      width: 85%; } }
  .boxSingleInvestment .flexContent {
    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; }
    .boxSingleInvestment .flexContent .data {
      width: 440px;
      color: #fff;
      min-height: 500px; }
      @media (max-width: 767px) {
        .boxSingleInvestment .flexContent .data {
          width: inherit;
          min-height: inherit; } }
      .boxSingleInvestment .flexContent .data .content {
        padding: 30px; }
        @media (max-width: 767px) {
          .boxSingleInvestment .flexContent .data .content {
            padding: 20px; } }
      .boxSingleInvestment .flexContent .data .txtPrice {
        font-weight: 700;
        font-size: 40px;
        line-height: 46px;
        background-color: #eca43d;
        padding: 20px 27px;
        display: inline-block; }
        @media (max-width: 767px) {
          .boxSingleInvestment .flexContent .data .txtPrice {
            font-size: 20px;
            line-height: 24px;
            padding: 5px; } }
      .boxSingleInvestment .flexContent .data .txtInvestTitle {
        font-size: 34px;
        line-height: 45px;
        font-weight: 700;
        margin: 0 0 20px 0; }
        @media (max-width: 767px) {
          .boxSingleInvestment .flexContent .data .txtInvestTitle {
            font-size: 24px;
            line-height: 28px; } }
      .boxSingleInvestment .flexContent .data p {
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 767px) {
          .boxSingleInvestment .flexContent .data p {
            font-size: 14px;
            line-height: 18px; } }
    .boxSingleInvestment .flexContent .boxWithBg {
      flex: 1;
      position: relative; }
      @media (max-width: 767px) {
        .boxSingleInvestment .flexContent .boxWithBg {
          height: 50vh; } }
      .boxSingleInvestment .flexContent .boxWithBg .bgCover {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
    .boxSingleInvestment .flexContent .cross {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #eca43d;
      width: 40px;
      height: 40px;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: #fff;
      border: none; }
      @media (max-width: 767px) {
        .boxSingleInvestment .flexContent .cross {
          width: 35px;
          height: 35px; } }
      .boxSingleInvestment .flexContent .cross i {
        font-size: 30px; }
        @media (max-width: 767px) {
          .boxSingleInvestment .flexContent .cross i {
            font-size: 25px; } }
      .boxSingleInvestment .flexContent .cross:hover {
        background-color: #19384d; }

#boxWBO {
  background-color: #f0faff; }
  @media (max-width: 767px) {
    #boxWBO {
      padding-bottom: 40px; } }
  #boxWBO header {
    margin: 10px 0 70px 0;
    text-align: center; }
    @media (max-width: 767px) {
      #boxWBO header {
        margin: 0 0 30px 0; } }
    #boxWBO header .lnkMore {
      background-color: #8dcdf2;
      margin-top: 38px;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: #fff; }
      #boxWBO header .lnkMore:hover {
        background-color: #103d5a; }
  #boxWBO ul {
    padding: 0;
    list-style: none;
    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;
    max-width: 850px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      #boxWBO ul {
        display: block; } }
    #boxWBO ul li {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        #boxWBO ul li {
          margin-bottom: 25px; } }
      #boxWBO ul li.large {
        margin-bottom: 80px; }
        @media (max-width: 767px) {
          #boxWBO ul li.large {
            margin-bottom: 40px; } }
        #boxWBO ul li.large .txtValue {
          font-size: 58px;
          line-height: 62px;
          margin-bottom: 5px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            #boxWBO ul li.large .txtValue {
              font-size: 40px;
              line-height: 44px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            #boxWBO ul li.large .txtValue {
              font-size: 40px;
              line-height: 44px; } }
          @media (max-width: 767px) {
            #boxWBO ul li.large .txtValue {
              font-size: 28px;
              line-height: 32px; } }
        #boxWBO ul li.large .txtDesc {
          font-size: 21px;
          line-height: 25px;
          max-width: inherit;
          font-weight: 700; }
          @media (max-width: 767px) {
            #boxWBO ul li.large .txtDesc {
              font-size: 16px;
              line-height: 25px; } }
    #boxWBO ul .content {
      text-align: center; }
      #boxWBO ul .content .boxWithImg {
        height: 150px;
        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; }
      #boxWBO ul .content span {
        display: block;
        text-align: center; }
      #boxWBO ul .content .txtValue {
        font-weight: 700;
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          #boxWBO ul .content .txtValue {
            margin-bottom: 5px; } }
      #boxWBO ul .content .txtDesc {
        color: #5e5e5e;
        font-size: 16px;
        line-height: 22px;
        max-width: 200px;
        margin: 0 auto; }

body > footer {
  display: block;
  padding: 40px 0;
  background-color: #103d5a;
  overflow: hidden;
  color: #fff;
  font-size: 12px; }
  body > footer .content {
    width: calc(100% - 210px);
    margin-left: 210px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      body > footer .content {
        width: calc(100% - 150px);
        margin-left: 150px; } }
    @media (max-width: 991px) {
      body > footer .content {
        width: 100%;
        margin-left: 0; } }
    body > footer .content .container {
      width: 100%; }
  @media (max-width: 767px) {
    body > footer {
      padding: 20px 0;
      text-align: center; } }
  body > footer .boxFooterLogo {
    text-align: right; }
    @media (max-width: 767px) {
      body > footer .boxFooterLogo {
        text-align: center; } }
    body > footer .boxFooterLogo img {
      display: inline-block;
      margin-left: 30px; }
      @media (max-width: 767px) {
        body > footer .boxFooterLogo img {
          margin: 10px;
          width: 35%;
          height: auto; } }

/*# sourceMappingURL=style.css.map */
