@charset "UTF-8";
/* 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; }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.main-header {
  background: #ccc;
  height: 200px;
  overflow: hidden;
  transition: 0.7s ease-in-out; }
  .main-header.active nav .logo {
    opacity: 1;
    transform: translate(0, 0); }
  .main-header.active nav .main-menu {
    opacity: 1;
    transform: translate(0, 0); }
  .main-header nav {
    font-size: 0;
    background: #fff;
    width: calc(100% - 90px);
    margin: 45px auto 0;
    height: 155px;
    box-shadow: 0 0 45px -10px #555;
    position: relative; }
    @media (max-width: 768px) {
      .main-header nav {
        height: 185px;
        margin-top: 15px;
        width: calc(100% - 30px); } }
    .main-header nav:before {
      content: '';
      width: 0px;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .main-header nav .logo {
      margin: 0;
      width: 80px;
      display: inline-block;
      vertical-align: middle;
      height: 100px;
      margin-left: 60px;
      background-image: url("../../dist/tkimgs/szczecin_logo.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96) 0.2s;
      opacity: 0;
      transform: translate(-30px, 0); }
    .main-header nav .main-menu {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 150px);
      font-size: 16px;
      text-align: right;
      list-style-type: none;
      padding: 0;
      opacity: 0;
      transform: translate(30px, 0);
      transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96) 0.2s; }
      .main-header nav .main-menu li {
        display: inline-block;
        text-align: center;
        margin-right: 90px;
        font-weight: 600;
        transition: 0.2s cubic-bezier(0.14, 0.69, 0.86, 0.65); }
        .main-header nav .main-menu li:hover {
          color: #03458F;
          opacity: 0.8; }
        @media (max-width: 1200px) {
          .main-header nav .main-menu li {
            margin-right: 20px; } }
        @media (max-width: 500px) {
          .main-header nav .main-menu li {
            display: block;
            margin: 0;
            padding: 5px 0;
            font-size: 13px;
            font-weight: 300; } }
    .main-header nav .burger {
      display: none;
      width: 40px;
      height: 25px;
      position: relative;
      transition: 0.3s cubic-bezier(0.14, 0.69, 0.86, 0.65);
      margin-left: 70px; }
      @media (max-width: 768px) {
        .main-header nav .burger {
          vertical-align: middle; } }
      .main-header nav .burger.active {
        transition-delay: 0.2s;
        transform: rotate(45deg); }
        .main-header nav .burger.active span {
          top: 50%;
          bottom: auto;
          transform: translate(0, -50%); }
          .main-header nav .burger.active span:first-child {
            top: 50%;
            transform: translate(0, -50%) rotate(90deg); }
          .main-header nav .burger.active span:last-child {
            opacity: 0; }
      .main-header nav .burger span {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 2px;
        width: 100%;
        background: #03458F;
        transition: 0.3s cubic-bezier(0.14, 0.69, 0.86, 0.65);
        border-radius: 2px; }
        .main-header nav .burger span:nth-child(2) {
          top: 50%;
          transform: translate(0, -50%); }
        .main-header nav .burger span:last-child {
          top: 100%;
          transition: 0.2s cubic-bezier(0.14, 0.69, 0.86, 0.65); }

.mobile-menu {
  height: auto;
  width: 40%;
  display: none;
  position: absolute;
  top: 0;
  height: 100vh;
  right: 0;
  transform: translate(100%, 0);
  transition: 0.8s ease-in-out;
  z-index: 9999; }
  @media (max-width: 768px) {
    .mobile-menu.active {
      transform: translate(0, 0); } }
  .mobile-menu ul {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    list-style-type: none; }
    .mobile-menu ul li {
      padding: 45px 0;
      display: block;
      background: #fff;
      font-size: 15px;
      color: #333333;
      text-align: right;
      padding-right: 20px; }

body, html {
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow-x: hidden;
  color: #333333;
  font-family: 'PT Sans', sans-serif; }

a {
  text-decoration: none;
  color: inherit; }

.clearfix {
  clear: both; }

.banner-section {
  background: #f2f2f2;
  height: 550px; }
  .banner-section.active .wrapper .left:before {
    opacity: 1; }
  .banner-section.active .wrapper .left .center {
    opacity: 1;
    transform: translate(0, 0); }
  .banner-section.active .wrapper .right {
    transform: scale(1);
    opacity: 1; }
  .banner-section .wrapper {
    width: calc(100% - 90px);
    margin: 0 auto;
    background: #fff;
    height: 100%;
    box-shadow: 0 0 45px -10px #555; }
    @media (max-width: 768px) {
      .banner-section .wrapper {
        width: calc(100% - 30px); } }
    .banner-section .wrapper .left {
      float: left;
      width: 30%;
      height: 100%;
      font-size: 0; }
      @media (max-width: 768px) {
        .banner-section .wrapper .left {
          width: 100%;
          height: 50%; } }
      .banner-section .wrapper .left:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 4px;
        height: 100%;
        opacity: 0;
        background: linear-gradient(to bottom, #D20120 0%, #D20120 33.3%, #B2B2B2 33.3%, #B2B2B2 66.6%, #c9c9c9 66.6%, #c9c9c9 100%);
        transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96) 0.35s; }
      .banner-section .wrapper .left .center {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 4px);
        font-weight: 700;
        font-size: 70px;
        box-sizing: border-box;
        padding: 0 45px;
        color: #333333;
        transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96);
        opacity: 0;
        transform: translate(-30px, 0); }
        .banner-section .wrapper .left .center .slick-arrow {
          transform: none;
          width: 64px;
          height: 64px;
          background-color: #D20120;
          transition: 0.2s ease-in-out; }
          .banner-section .wrapper .left .center .slick-arrow:hover {
            opacity: 0.7;
            cursor: pointer; }
          .banner-section .wrapper .left .center .slick-arrow:before {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            opacity: 1;
            transform: translate(-50%, -35%) rotate(-45deg);
            transform-origin: 0% 50%;
            width: 14px;
            height: 3px;
            opacity: 1;
            border-radius: 2px;
            background-color: #fff; }
          .banner-section .wrapper .left .center .slick-arrow:after {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -65%) rotate(45deg);
            transform-origin: 0% 50%;
            width: 14px;
            height: 3px;
            border-radius: 2px;
            background-color: #fff; }
          .banner-section .wrapper .left .center .slick-arrow.slick-prev {
            left: 45px;
            top: auto;
            bottom: -75px; }
          .banner-section .wrapper .left .center .slick-arrow.slick-next {
            left: 125px;
            right: auto;
            top: auto;
            bottom: -75px; }
            .banner-section .wrapper .left .center .slick-arrow.slick-next:before {
              transform-origin: 100% 50%;
              transform: translate(-50%, -65%) rotate(-45deg); }
            .banner-section .wrapper .left .center .slick-arrow.slick-next:after {
              transform-origin: 100% 50%;
              transform: translate(-50%, -35%) rotate(45deg); }
        @media (max-width: 1500px) {
          .banner-section .wrapper .left .center {
            font-size: 56px; } }
        @media (max-width: 1200px) {
          .banner-section .wrapper .left .center {
            font-size: 46px; } }
        @media (max-width: 768px) {
          .banner-section .wrapper .left .center {
            font-size: 42px; } }
        .banner-section .wrapper .left .center .slick-dots {
          bottom: -116px;
          text-align: left; }
          @media (max-width: 768px) {
            .banner-section .wrapper .left .center .slick-dots {
              bottom: -70px; } }
          .banner-section .wrapper .left .center .slick-dots li {
            width: auto;
            margin: 0;
            padding: 0; }
            .banner-section .wrapper .left .center .slick-dots li.slick-active button {
              font-size: 32px;
              color: #D20120; }
            .banner-section .wrapper .left .center .slick-dots li:first-child button:after {
              content: '';
              display: inline-block;
              vertical-align: middle;
              margin: 0 7px;
              height: 2px;
              width: 70px;
              background-color: #999; }
            .banner-section .wrapper .left .center .slick-dots li button {
              font-size: 22px;
              transition: 0.2s;
              font-weight: 700;
              color: #999;
              width: auto;
              margin: 0;
              padding: 0;
              transition: 0.3s; }
              .banner-section .wrapper .left .center .slick-dots li button:before {
                content: '';
                display: none; }
    .banner-section .wrapper .right {
      float: right;
      width: 70%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: 0.5s cubic-bezier(0.75, 0.03, 0.3, 0.96) 0.8s;
      transform: scale(1.05);
      opacity: 0; }
      .banner-section .wrapper .right .slider {
        height: 100%; }
        .banner-section .wrapper .right .slider .slick-list, .banner-section .wrapper .right .slider .slick-track {
          height: 100%; }
        .banner-section .wrapper .right .slider .item {
          height: 100%;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
      @media (max-width: 768px) {
        .banner-section .wrapper .right {
          width: 100%;
          height: 50%; } }

.about-section {
  display: inline-block;
  height: auto;
  width: 100%;
  height: auto;
  position: relative; }
  .about-section.active .sub .left .floating-logo {
    opacity: 1;
    transform: translate(0, 0); }
  .about-section.active .sub .left .content {
    opacity: 1;
    transform: translate(0, 0); }
  .about-section.active .sub .right .center {
    opacity: 1;
    transform: translate(0, 0); }
  .about-section .sub {
    width: calc(100% - 90px);
    margin: 0 auto;
    height: 100%; }
    @media (max-width: 768px) {
      .about-section .sub {
        width: calc(100% - 30px); } }
    .about-section .sub .left {
      float: left;
      width: calc(30% - 27px);
      background: #03458F;
      height: 100%;
      position: absolute;
      top: 0;
      left: 45px;
      box-shadow: 0 0 45px -10px #111; }
      @media (max-width: 768px) {
        .about-section .sub .left {
          position: relative;
          width: 100%;
          left: 0;
          height: auto; }
          .about-section .sub .left:before {
            visibility: hidden; } }
      .about-section .sub .left .content {
        position: relative;
        width: 60%;
        margin: 75px 0 0 60px;
        transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96);
        opacity: 0;
        transform: translate(-30px, 0); }
        @media (max-width: 1200px) {
          .about-section .sub .left .content {
            margin: 70px 0 0 30px;
            width: 80%; } }
        .about-section .sub .left .content p {
          color: #fff;
          font-size: 22px; }
          .about-section .sub .left .content p b {
            font-weight: 600; }
      .about-section .sub .left .floating-logo {
        display: block;
        width: 250px;
        height: 100px;
        margin: 45px auto 0;
        background-image: url("../../dist/tkimgs/szczecin_2050.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        opacity: 0;
        transform: translate(-30px, 0);
        transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96); }
        @media (max-width: 1200px) {
          .about-section .sub .left .floating-logo {
            width: 80%;
            margin: 30px auto 0; } }
      .about-section .sub .left:before {
        content: '';
        position: absolute;
        display: block;
        background: #03458F;
        top: 0;
        right: 0;
        width: calc(100% + 90px);
        height: calc(100% + 60px);
        z-index: -5; }
    .about-section .sub .right {
      float: right;
      width: 70%;
      background: #f2f2f2;
      box-sizing: border-box;
      padding: 60px 45px 90px;
      position: relative;
      height: 100%;
      box-shadow: 0 0 45px -10px #555; }
      @media (max-width: 768px) {
        .about-section .sub .right {
          width: 100%;
          padding: 15px 30px; }
          .about-section .sub .right:before {
            visibility: hidden; } }
      .about-section .sub .right .center {
        position: relative;
        font-size: 16px;
        opacity: 0;
        transform: translate(30px, 0);
        transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96); }

.gallery-section {
  width: calc(100% - 90px);
  margin: 0 auto;
  box-shadow: 0 0 45px -10px #555;
  padding: 45px 0 90px; }
  @media (max-width: 768px) {
    .gallery-section {
      width: calc(100% - 30px); } }
  .gallery-section .grid {
    width: 90%;
    margin: 0 auto; }
    .gallery-section .grid .item {
      display: block;
      margin: 0 0 20px;
      width: calc(33.33333% - 20px);
      position: relative;
      overflow: hidden; }
      @media (max-width: 768px) {
        .gallery-section .grid .item {
          width: calc(50% - 20px); } }
      .gallery-section .grid .item:hover {
        cursor: pointer; }
        .gallery-section .grid .item:hover .info {
          opacity: 1;
          visibility: visible; }
      .gallery-section .grid .item .info {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        padding: 0 40px 40px;
        background-color: rgba(3, 69, 143, 0.8);
        color: #fff;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: 0.25s cubic-bezier(0.14, 0.69, 0.86, 0.65); }
        .gallery-section .grid .item .info .name {
          font-size: 24px;
          margin: 0 0 10px;
          font-weight: 400; }
          .gallery-section .grid .item .info .name:before {
            content: '';
            display: block;
            margin: 0 auto 10px;
            width: 1px;
            height: 60px;
            background-color: #fff; }
        .gallery-section .grid .item .info .desc {
          font-size: 17px; }
      .gallery-section .grid .item img {
        display: block;
        max-width: 100%;
        transition: 0.25s cubic-bezier(0.14, 0.69, 0.86, 0.65); }

.cards-section {
  width: calc(100% - 90px);
  height: auto;
  margin: 0 auto;
  font-size: 0;
  box-shadow: 0 0 45px -10px #555;
  position: relative;
  z-index: 5; }
  @media (max-width: 768px) {
    .cards-section {
      width: calc(100% - 30px); } }
  .cards-section.active .card .icon {
    opacity: 1;
    transform: translate(0, 0); }
  .cards-section.active .card .bottom-stripe {
    opacity: 1;
    transform: translate(0, 0); }
  .cards-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% + 45px);
    width: calc(30% + 45px);
    transform: translate(-45px, 0);
    background: #03458F;
    z-index: -1; }
    @media (max-width: 768px) {
      .cards-section:before {
        visibility: hidden; } }
  .cards-section #slideCard .card {
    z-index: 99999999999999999; }
  .cards-section .item {
    display: inline-block;
    vertical-align: middle;
    width: 33.3%;
    position: relative;
    z-index: 25;
    transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96); }
    @media (max-width: 768px) {
      .cards-section .item {
        width: 50%; }
        .cards-section .item:hover .card {
          transform: scale(1) translate(0, 0) !important; } }
    @media (max-width: 500px) {
      .cards-section .item {
        width: 100%; } }
    .cards-section .item:nth-child(2) {
      z-index: 45; }
      .cards-section .item:nth-child(2) .card {
        z-index: 45; }
    .cards-section .item:last-child .card {
      box-shadow: 0 0 45px -10px #555; }
    .cards-section .item:hover {
      z-index: 45; }
      .cards-section .item:hover .card {
        cursor: pointer;
        box-shadow: 0 0 45px -10px #555;
        background: #D20120;
        color: #fff;
        transform: scale(1.05); }
        .cards-section .item:hover .card .icon:after {
          opacity: 0; }
        .cards-section .item:hover .card .icon:before {
          opacity: 1; }
        .cards-section .item:hover .card .plus:before {
          background: #fff; }
        .cards-section .item:hover .card .plus:after {
          background: #fff; }
      .cards-section .item:hover:first-child .card {
        transform: scale(1.05) translate(-2.5%, 0); }
      .cards-section .item:hover:nth-child(3) .card {
        transform: scale(1.05) translate(2.5%, 0); }
    .cards-section .item.active {
      transition: 0.8s cubic-bezier(0.75, 0.03, 0.3, 0.96);
      z-index: 15000000; }
      @media (max-width: 768px) {
        .cards-section .item.active {
          transform: translate(0, -100%); } }
      .cards-section .item.active .card {
        background: #D20120;
        color: #fff;
        z-index: 9999; }
        .cards-section .item.active .card .plus:before {
          background: #fff; }
        .cards-section .item.active .card .plus:after {
          background: #fff; }
      .cards-section .item.active .content {
        transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96) 0.7s;
        opacity: 1;
        transform: translate(100%, 0);
        height: 100%;
        pointer-events: auto; }
        @media (max-width: 768px) {
          .cards-section .item.active .content {
            transform: translate(-50%, 100%); } }
      .cards-section .item.active .icon:after {
        opacity: 0; }
      .cards-section .item.active .icon:before {
        opacity: 1; }
    .cards-section .item .content {
      position: absolute;
      height: 100%;
      width: 200%;
      top: 0;
      z-index: 150;
      right: 0;
      opacity: 1;
      pointer-events: none;
      transform: translate(calc(100%), 0);
      background: #fff;
      overflow: hidden;
      transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96); }
      @media (max-width: 768px) {
        .cards-section .item .content {
          width: 100%;
          height: 100%;
          right: auto;
          left: 50%;
          tranform: translate(-50%, -100%); } }
      .cards-section .item .content:hover {
        cursor: auto; }
      .cards-section .item .content p {
        display: block;
        width: 70%;
        margin-left: 60px;
        margin-top: 60px;
        color: #333333;
        font-size: 17px;
        overflow: hidden; }
        .cards-section .item .content p:first-child {
          font-size: 20px; }
          @media (max-width: 1200px) {
            .cards-section .item .content p:first-child {
              margin-top: 45px; } }
  .cards-section .card {
    width: 100%;
    color: #D20120;
    background: #fff;
    position: relative;
    transition: 0.35s cubic-bezier(0.14, 0.69, 0.86, 0.65);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px;
    min-height: 170px; }
    @media (max-width: 768px) {
      .cards-section .card {
        padding: 20px; } }
    .cards-section .card .icon {
      margin-right: 30px;
      width: 80px;
      height: 80px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      opacity: 0;
      transform: translate(0, -30px);
      transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96) 0.2s;
      flex-shrink: 0; }
      @media (max-width: 768px) {
        .cards-section .card .icon {
          width: 60px;
          height: 60px;
          margin-right: 20px; } }
      .cards-section .card .icon.house:after {
        background-image: url("../../dist/tkimgs/ikona_001.svg"); }
      .cards-section .card .icon.house:before {
        background-image: url("../../dist/tkimgs/ikona_001_white.svg"); }
      .cards-section .card .icon.events:after {
        background-image: url("../../dist/tkimgs/ikona_002.svg"); }
      .cards-section .card .icon.events:before {
        background-image: url("../../dist/tkimgs/ikona_002_white.svg"); }
      .cards-section .card .icon.more:after {
        background-image: url("../../dist/tkimgs/ikona_inne.svg"); }
      .cards-section .card .icon.more:before {
        background-image: url("../../dist/tkimgs/ikona_inne_white.svg"); }
      .cards-section .card .icon.scard:after {
        background-image: url("../../dist/tkimgs/ikona_karta.svg"); }
      .cards-section .card .icon.scard:before {
        background-image: url("../../dist/tkimgs/ikona_karta_white.svg"); }
      .cards-section .card .icon.city:after {
        background-image: url("../../dist/tkimgs/ikona_miejsce.svg"); }
      .cards-section .card .icon.city:before {
        background-image: url("../../dist/tkimgs/ikona_miejsce_white.svg"); }
      .cards-section .card .icon.invest:after {
        background-image: url("../../dist/tkimgs/ikona_invest.svg"); }
      .cards-section .card .icon.invest:before {
        background-image: url("../../dist/tkimgs/ikona_invest_white.svg"); }
      .cards-section .card .icon:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: contain;
        transition: 0.3s;
        background-repeat: no-repeat; }
      .cards-section .card .icon:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        transition: 0.3s; }
    .cards-section .card .bottom-stripe {
      flex-grow: 1;
      display: flex;
      align-items: center;
      opacity: 0; }
      .cards-section .card .bottom-stripe .txt {
        font-size: 1.4vw;
        display: inline-block;
        vertical-align: middle;
        flex-grow: 1;
        margin-right: 15px; }
        @media (max-width: 1500px) {
          .cards-section .card .bottom-stripe .txt {
            font-size: 24px; } }
        @media (max-width: 768px) {
          .cards-section .card .bottom-stripe .txt {
            font-size: 20px; } }
      .cards-section .card .bottom-stripe .plus {
        display: inline-block;
        vertical-align: middle;
        width: 27px;
        height: 27px;
        position: relative;
        overflow: hidden;
        margin-bottom: 4px;
        flex-shrink: 0; }
        .cards-section .card .bottom-stripe .plus:before {
          content: '';
          display: block;
          position: absolute;
          width: 7px;
          height: 100%;
          background: #D20120;
          top: 50%;
          left: 50%;
          transform-origin: 50%;
          transform: translate(-50%, -50%); }
        .cards-section .card .bottom-stripe .plus:after {
          content: '';
          display: block;
          position: absolute;
          width: 7px;
          height: 100%;
          background: #D20120;
          top: 50%;
          left: 50%;
          transform-origin: 50%;
          transform: translate(-50%, -50%) rotate(90deg); }
  .cards-section .content {
    position: absolute;
    height: 100%;
    width: 66.6%;
    top: 0;
    z-index: 15;
    left: 33.3%;
    opacity: 1;
    pointer-events: none;
    transform: translate(100%, 0);
    background: #fff;
    overflow: hidden;
    transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96); }
    @media (max-width: 768px) {
      .cards-section .content {
        width: 100%;
        height: 100%;
        right: auto;
        left: 50%;
        tranform: translate(-50%, -100%); } }
    .cards-section .content:hover {
      cursor: auto; }
    .cards-section .content p {
      display: block;
      width: 70%;
      margin-left: 60px;
      margin-top: 60px;
      color: #333333;
      font-size: 17px;
      overflow: hidden; }
      .cards-section .content p:first-child {
        font-size: 20px; }
        @media (max-width: 1200px) {
          .cards-section .content p:first-child {
            margin-top: 45px; } }
      .cards-section .content p a {
        color: #D20120;
        font-weight: 700;
        transition: 0.3s cubic-bezier(0.75, 0.03, 0.3, 0.96); }
        .cards-section .content p a:hover {
          opacity: 0.7; }
      .cards-section .content p .more {
        display: block;
        font-size: 15px;
        font-style: italic;
        color: #D20120;
        text-align: right;
        margin-right: 30px;
        font-weight: 300;
        transition: 0.3s cubic-bezier(0.75, 0.03, 0.3, 0.96); }
        .cards-section .content p .more:hover {
          opacity: .7; }
    .cards-section .content.active {
      pointer-events: auto;
      transform: translate(0px, 0);
      background: #fff;
      overflow: hidden;
      z-index: 150; }
      @media (max-width: 768px) {
        .cards-section .content.active {
          width: 100%;
          height: 33.3%;
          right: auto;
          left: 50%;
          transform: translate(-50%, 200%) !important; } }
      .cards-section .content.active:hover {
        cursor: auto; }
      .cards-section .content.active p {
        display: block;
        width: 70%;
        margin-left: 60px;
        margin-top: 60px;
        color: #333333;
        font-size: 17px;
        overflow: hidden; }
        .cards-section .content.active p:first-child {
          font-size: 20px; }
          @media (max-width: 1200px) {
            .cards-section .content.active p:first-child {
              margin-top: 45px; } }

.partners-section {
  width: 100%;
  margin-bottom: 120px; }
  .partners-section .filter-bar {
    padding: 60px 90px;
    opacity: 0;
    transition: 0.7s cubic-bezier(0.14, 0.69, 0.86, 0.65) 0.2s; }
    @media (max-width: 768px) {
      .partners-section .filter-bar {
        padding: 60px 15px; } }
    .partners-section .filter-bar .filter-title {
      font-weight: 700;
      font-size: 24px;
      display: inline-block;
      margin-right: 30px; }
    .partners-section .filter-bar .filter {
      font-size: 18px;
      margin-right: 30px;
      display: inline-block;
      transition: 0.7s cubic-bezier(0.14, 0.69, 0.86, 0.65);
      margin-bottom: 12px; }
      .partners-section .filter-bar .filter.benefits {
        color: rgba(210, 1, 32, 0.75); }
        .partners-section .filter-bar .filter.benefits:hover {
          color: #D20120; }
      .partners-section .filter-bar .filter:last-child {
        margin-right: 0; }
      .partners-section .filter-bar .filter:hover {
        cursor: pointer;
        color: #03458F; }
      .partners-section .filter-bar .filter.active {
        color: #03458F;
        font-weight: 700; }
        .partners-section .filter-bar .filter.active.benefits {
          color: #D20120; }
  .partners-section.active header .title {
    opacity: 1;
    transform: translate(0, 0); }
  .partners-section.active header .desc {
    opacity: 1; }
  .partners-section.active .logo-grid {
    opacity: 1;
    transform: scale(1) translateZ(0); }
  .partners-section.active .filter-bar {
    opacity: 1; }
  .partners-section header {
    box-sizing: border-box;
    padding: 90px 90px 30px;
    display: block; }
    @media (max-width: 768px) {
      .partners-section header {
        width: 100%;
        padding: 15px; } }
    .partners-section header .title {
      margin: 0;
      font-size: 76px;
      color: #D20120;
      opacity: 0;
      transform: translate(-30px, 0);
      transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96) 0.2s; }
      @media (max-width: 768px) {
        .partners-section header .title {
          font-size: 34px; } }
    .partners-section header .desc {
      color: #000;
      font-size: 24px;
      margin-top: 15px;
      transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96) 0.2s;
      opacity: 0; }
  .partners-section .logo-grid {
    margin: 45px auto 0;
    width: calc(100% - 120px);
    opacity: 0;
    transform: scale(1.02) translateZ(0);
    transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96) 0.2s;
    overflow: hidden; }
    @media (max-width: 768px) {
      .partners-section .logo-grid {
        width: calc(100% - 30px); } }
    .partners-section .logo-grid .item {
      display: inline-block;
      vertical-align: top;
      height: 130px;
      width: 16.6%;
      box-sizing: border-box;
      padding: 25px;
      margin: 0;
      transform: scale(1) translateZ(0); }
      @media (max-width: 1200px) {
        .partners-section .logo-grid .item {
          width: 25%; } }
      .partners-section .logo-grid .item:hover {
        cursor: pointer; }
        .partners-section .logo-grid .item:hover .logo {
          transform: scale(1.05) translateZ(0); }
      .partners-section .logo-grid .item.xs {
        width: 16.6%;
        height: 130px; }
        @media (max-width: 1200px) {
          .partners-section .logo-grid .item.xs {
            width: 25%; } }
        @media (max-width: 768px) {
          .partners-section .logo-grid .item.xs {
            width: 50%;
            height: 120px; } }
      @media (max-width: 768px) {
        .partners-section .logo-grid .item {
          width: 50%; } }
      .partners-section .logo-grid .item .logo {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        transition: 0.5s cubic-bezier(0.75, 0.03, 0.3, 0.96); }

.benefits-popup {
  position: fixed;
  z-index: 45;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 70vw;
  height: 70vh;
  max-width: 1000px;
  background-color: #fff;
  overflow: hidden;
  padding: 45px 60px;
  border: 4px solid #f2f2f2;
  box-shadow: 0 0 25px #777;
  transition: 0.35s cubic-bezier(0.14, 0.69, 0.86, 0.65);
  transform: translate(-50%, -50%); }
  @media (max-width: 1200px) {
    .benefits-popup {
      width: 85vw;
      height: 85vh; } }
  @media (max-width: 1000px) {
    .benefits-popup {
      padding: 20px;
      width: 90vw;
      height: 90vh; } }
  .benefits-popup.active {
    opacity: 1;
    visibility: visible; }
  .benefits-popup .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    transition: 0.2s cubic-bezier(0.14, 0.69, 0.86, 0.65); }
    .benefits-popup .close:hover {
      cursor: pointer;
      opacity: 0.6; }
    .benefits-popup .close:before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      height: 1px;
      width: 100%;
      transform: translate(-50%, -50%) rotate(-45deg);
      background-color: #333333;
      transform-origin: 50% 50%; }
    .benefits-popup .close:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      height: 1px;
      width: 100%;
      transform: translate(-50%, -50%) rotate(45deg);
      background-color: #333333;
      transform-origin: 50% 50%; }
  .benefits-popup .logo {
    width: 190px; }
  .benefits-popup .website {
    float: right;
    padding: 15px 25px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    color: #D20120;
    font-size: 18px;
    margin: 20px 30px 0;
    display: flex;
    align-items: center;
    transition: 0.2s cubic-bezier(0.14, 0.69, 0.86, 0.65); }
    @media (max-width: 1000px) {
      .benefits-popup .website {
        float: none;
        margin-left: 0;
        width: 280px; } }
    .benefits-popup .website:hover {
      cursor: pointer;
      opacity: 0.6; }
    .benefits-popup .website .icon {
      width: 50px;
      height: 50px;
      margin-right: 13px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("../../dist/tkimgs/ikona_www.svg"); }
  .benefits-popup .content {
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 120px); }
    .benefits-popup .content h3 {
      color: #03458F;
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 20px; }
    .benefits-popup .content .body {
      font-size: 17px; }
      .benefits-popup .content .body a {
        color: #03458F;
        white-space: wrap; }
        .benefits-popup .content .body a:hover {
          cursor: pointer;
          opacity: 0.7; }

.contact-section {
  width: 100%;
  display: inline-block;
  height: auto;
  background: #D20120;
  height: 290px; }
  @media (max-width: 768px) {
    .contact-section {
      height: auto; } }
  .contact-section.active .sub .left {
    transform: translate(0, 0);
    opacity: 1; }
  .contact-section.active .sub .right {
    transform: translate(0, 0);
    opacity: 1; }
  .contact-section .sub {
    width: calc(100% - 90px);
    margin: 0 auto;
    height: 100%; }
    @media (max-width: 768px) {
      .contact-section .sub {
        width: calc(100% - 30px); } }
    .contact-section .sub .left {
      box-sizing: border-box;
      padding: 0 90px 0 60px;
      background: #fff;
      float: left;
      height: 100%;
      width: 450px;
      color: #D20120;
      position: relative;
      transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96) 0.2s;
      opacity: 0;
      transform: translate(-60px, 0px); }
      @media (max-width: 768px) {
        .contact-section .sub .left {
          padding: 0 15px 20px;
          width: 100%; } }
      .contact-section .sub .left:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% + 45px);
        background: #fff;
        box-shadow: 0 0 45px -10px #555; }
      .contact-section .sub .left .copyright {
        margin-top: 30px;
        font-size: 16px;
        position: relative; }
      .contact-section .sub .left .arms-logo {
        display: block;
        height: 90px;
        width: 280px;
        position: relative;
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat; }
    .contact-section .sub .right {
      float: right;
      width: calc(100% - 450px);
      box-sizing: border-box;
      padding-left: 60px;
      font-size: 16px;
      position: relative;
      height: 100%;
      color: #fff;
      transition: 0.7s cubic-bezier(0.75, 0.03, 0.3, 0.96) 0.2s;
      opacity: 0;
      transform: translate(-30px, 0); }
      @media (max-width: 768px) {
        .contact-section .sub .right {
          width: 100%;
          padding: 0 15px 20px; } }
      .contact-section .sub .right .title {
        margin: 30px 0 0;
        font-size: 34px;
        color: #fff; }
      .contact-section .sub .right .arms-logo {
        display: block;
        height: 60px;
        width: 340px;
        position: relative;
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 20px 0; }
        @media (max-width: 500px) {
          .contact-section .sub .right .arms-logo {
            width: 100%; } }
      .contact-section .sub .right .by-sofine {
        position: absolute;
        right: 0;
        bottom: 30px;
        font-size: 14px;
        color: #fff;
        transition: 0.25s ease-in-out; }
        @media (max-width: 768px) {
          .contact-section .sub .right .by-sofine {
            position: relative;
            bottom: 0; } }
        .contact-section .sub .right .by-sofine:hover {
          opacity: 0.65; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: none; }

html.disable-scroll {
  overflow-y: hidden; }

.scroll-btn {
  position: relative;
  margin: 90px auto 0;
  display: block;
  width: 64px;
  height: 64px;
  transition: 0.2s ease-in-out; }
  .scroll-btn:hover {
    opacity: 0.7;
    cursor: pointer; }
  .scroll-btn:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-35%, -50%) rotate(-45deg);
    transform-origin: 50% 100%;
    width: 5px;
    height: 42px;
    opacity: 1;
    border-radius: 2px;
    background-color: #D20120; }
  .scroll-btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-65%, -50%) rotate(45deg);
    transform-origin: 50% 100%;
    width: 5px;
    height: 42px;
    border-radius: 2px;
    background-color: #D20120; }

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