@charset "UTF-8";
html, body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px; }

.preloader {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #070707;
  z-index: 100000; }
  .preloader:before {
    content: 'Ładowanie';
    position: absolute;
    font-size: 12em;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.03); }
  .preloader .counter {
    position: relative;
    color: #fff;
    font-size: 16em;
    font-weight: 700;
    z-index: 1; }
    .preloader .counter:after {
      content: '%';
      font-size: 0.5em; }

.hide {
  opacity: 0;
  transition: 1s;
  pointer-events: none; }

.preloader.active {
  transform: translateY(-100vh);
  transition: ease-in-out 1500ms;
  transition-delay: 1s; }

/**
 *  Header
 */
header {
  width: 100%;
  padding: .5rem 0;
  background-color: #fff;
  color: #4b4b4b; }
  header .page-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    header .page-header .social-icon {
      position: relative;
      padding: .25rem;
      margin-right: .25rem;
      color: #ffffff;
      font-size: 18px; }
      header .page-header .social-icon:hover {
        z-index: 11;
        color: #737373 !important; }
    header .page-header .contact a {
      color: #fcfcfc; }
  @media screen and (max-width: 767px) {
    header {
      display: none; } }

/**
 *  Dropdown
 */
.navbar-light {
  position: relative;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 120px;
  background-color: #fff; }
  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4b4b4b;
    padding: .35rem .85rem;
    border: 1px solid transparent; }
  .navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: #10526a; }
  .navbar-light .navbar-nav .nav-item.active .nav-link {
    border: 1px solid #10526a;
    color: #10526a; }

.dropdown-menu {
  transition: all 150ms linear;
  padding: 1.25rem .5rem; }
  .dropdown-menu .dropdown-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #545454;
    padding-bottom: .25rem;
    margin: 1rem 1.5rem .25rem 1.5rem;
    border-bottom: 1px solid #d4d4d4; }
    .dropdown-menu .dropdown-label:first-of-type {
      margin-top: 0; }
  .dropdown-menu .dropdown-item {
    font-size: 14px;
    text-transform: uppercase;
    padding: .25rem 3rem; }

.main-slider {
  position: relative;
  z-index: 20;
  width: 100%;
  height: calc( 100vh - 100px);
  padding-top: 150px 0 2rem 0;
  background: url("../images/slider/slider-2.jpg") no-repeat;
  background-size: cover; }
  .main-slider:before {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(17, 28, 46, 0.65); }
  .main-slider .slick-slide {
    width: 100% !important; }
  .main-slider .slider-caption {
    position: absolute;
    z-index: 21;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    overflow: hidden; }
    .main-slider .slider-caption h1 {
      font-size: 60px;
      font-weight: 600;
      letter-spacing: 4px;
      text-transform: uppercase; }
    .main-slider .slider-caption h3 {
      font-size: 26px;
      font-weight: 300;
      line-height: 34px;
      letter-spacing: 1px; }
    @media screen and (max-width: 475px) {
      .main-slider .slider-caption h1 {
        font-size: 32px;
        line-height: 40px; }
      .main-slider .slider-caption h3 {
        font-size: 20px;
        line-height: 30px; } }
    @media screen and (max-width: 320px) {
      .main-slider .slider-caption h1 {
        font-size: 26px;
        line-height: 36px; }
      .main-slider .slider-caption h3 {
        font-size: 20px;
        line-height: 30px; } }
    .main-slider .slider-caption .slide-buttons {
      margin-top: 2rem; }
    .main-slider .slider-caption .btn-default-outline {
      color: #fff;
      border-color: #fff; }
      .main-slider .slider-caption .btn-default-outline:hover {
        background-color: #fff;
        color: #34558b;
        border: 1px solid #1f3353; }

footer {
  position: relative;
  background-color: white;
  padding: 2rem 0;
  margin-top: 2rem 0;
  width: 100%; }
  footer .footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      footer .footer-menu {
        flex-direction: column;
        justify-content: center;
        width: 100%; } }
    footer .footer-menu .social-icons {
      display: none; }
    footer .footer-menu .social-icons, footer .footer-menu .move-up {
      width: 200px;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        footer .footer-menu .social-icons, footer .footer-menu .move-up {
          width: 100%;
          padding: 1rem 0; } }
      footer .footer-menu .social-icons a, footer .footer-menu .move-up a {
        color: #10526a;
        margin: 0 .5rem;
        padding: .5rem .75rem;
        text-transform: uppercase; }
        footer .footer-menu .social-icons a i.fab, footer .footer-menu .move-up a i.fab {
          font-size: 24px; }
        footer .footer-menu .social-icons a:hover, footer .footer-menu .move-up a:hover {
          padding: .5rem .75rem;
          background-color: #10526a;
          color: white;
          text-decoration: none; }
    footer .footer-menu .menu {
      width: calc( 100% - 400px - 4rem); }
      footer .footer-menu .menu a {
        color: #333333;
        font-size: 16px;
        line-height: 30px;
        text-transform: uppercase;
        transition: all 120ms linear; }
        footer .footer-menu .menu a:hover {
          background-color: #10526a;
          color: white;
          text-decoration: none; }
      @media screen and (max-width: 1024px) {
        footer .footer-menu .menu {
          width: calc( 100% - 2rem); }
          footer .footer-menu .menu a {
            display: block;
            text-align: center; } }
  footer .footer-copyright {
    padding-top: 1rem;
    color: #595959;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
    color: #333333; }
    footer .footer-copyright a {
      background: #10526a;
      color: white; }

.cookie-message {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: white;
  max-width: 500px;
  margin-left: 20px;
  z-index: 100;
  color: #34558b;
  padding: 1rem;
  display: none;
  box-shadow: 0 0 20px rgba(52, 85, 139, 0.2);
  font-size: .8rem; }
  .cookie-message p {
    margin-bottom: 0; }
  .cookie-message .btn-primary {
    margin-top: 2rem;
    background-color: #34558b;
    border: 3px solid #34558b;
    padding: .8rem 1.5rem; }
    .cookie-message .btn-primary:hover {
      background-color: transparent; }

.container-main {
  position: relative;
  top: 90%;
  z-index: 10; }

.btn-default-outline {
  border: 1px solid #333333;
  color: #333333;
  font-size: 13px;
  text-transform: uppercase;
  padding: 1rem 2rem;
  margin-top: 2rem; }
  .btn-default-outline:hover {
    background-color: #333333;
    color: white;
    border: 1px solid #0d0d0d; }

.content {
  background: white;
  padding: 4rem 0rem;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px; }
  .content strong, .content b {
    font-weight: 600; }

h1 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0; }

h2 {
  position: relative;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0;
  padding-bottom: .5rem; }
  h2:after {
    position: absolute;
    width: 100px;
    bottom: -.5rem;
    left: calc( 100% / 2 - 50px);
    width: 100px;
    height: 3px;
    background-color: #10526a;
    content: ""; }
  h2.left {
    font-size: 28px;
    margin-bottom: 2rem; }
    h2.left:after {
      left: 0;
      bottom: -.25rem; }
  h2.right {
    font-size: 28px;
    width: 100%;
    text-align: right;
    margin-bottom: 2rem; }
    h2.right:after {
      left: auto;
      right: 0px;
      bottom: -.25rem; }

.offer {
  background-color: #fff;
  padding: 6rem 0 2rem 0;
  text-align: center;
  color: #10526a; }
  .offer .offer-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 4rem; }
    .offer .offer-block .offer-item {
      width: calc( 100% / 3);
      padding: 1rem;
      margin-right: .5rem;
      background: #fafafa;
      transition: all 120ms linear;
      font-size: 16px;
      line-height: 26px;
      border: 1px solid transparent; }
      .offer .offer-block .offer-item:hover {
        background: #f7f7f7;
        border: 1px solid #f2f2f2;
        box-shadow: 0px 0px 15px #ebebeb;
        transform: scale(1.01); }
      .offer .offer-block .offer-item img {
        width: 64px;
        height: 64px;
        margin-bottom: 1rem; }
      .offer .offer-block .offer-item h5 {
        font-weight: 600;
        margin-top: 1rem 0 2rem; }
    @media screen and (max-width: 768px) {
      .offer .offer-block {
        flex-direction: column;
        margin: 2rem 0; }
        .offer .offer-block .offer-item {
          width: 100%;
          margin: 0 0 1rem 0;
          padding: 0; } }

.about-us {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 400px;
  background-color: white; }
  .about-us div {
    width: calc( 100% / 2);
    text-align: left; }
  .about-us .about-us-image,
  .about-us .about-us-text {
    height: 100%;
    background: white; }
  .about-us .about-us-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .about-us .about-us-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 19px;
    font-weight: 300;
    line-height: 28px;
    background-color: transparent;
    color: #333333;
    padding: 3rem 5rem 3rem 3rem; }
    .about-us .about-us-text .btn-default-outline {
      border: 1px solid #333333;
      color: #333333;
      font-size: 13px;
      text-transform: uppercase;
      padding: 1rem 2rem;
      margin-top: 2rem; }
      .about-us .about-us-text .btn-default-outline:hover {
        background-color: #333333;
        color: white;
        border: 1px solid #0d0d0d; }
  @media screen and (max-width: 768px) {
    .about-us {
      flex-direction: column; }
      .about-us div {
        width: 100%;
        margin: 0;
        padding: 0; }
      .about-us .about-us-text {
        padding: 3rem 1rem; } }

.portfolio-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 4rem 0;
  width: 100%;
  overflow: hidden;
  transition: all 120ms linear; }
  .portfolio-list .portfolio-item {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 400px;
    transition: all 120ms linear; }
    .portfolio-list .portfolio-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .portfolio-list .portfolio-item .portfolio-body {
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      width: 400px;
      height: 100%;
      padding: 2rem 4rem;
      background-color: #10526a;
      color: white;
      transition: all 10ms linear; }
      .portfolio-list .portfolio-item .portfolio-body h5 {
        position: relative;
        font-size: 28px;
        font-weight: 600;
        color: white;
        text-transform: uppercase;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
        transform-origin: 0 0;
        transform: rotate(0); }
        .portfolio-list .portfolio-item .portfolio-body h5:after {
          position: absolute;
          width: 100px;
          bottom: -.5rem;
          left: 0;
          width: 100px;
          height: 3px;
          background-color: white;
          content: ""; }
      .portfolio-list .portfolio-item .portfolio-body p, .portfolio-list .portfolio-item .portfolio-body a {
        visibility: 1;
        opacity: 1; }
      .portfolio-list .portfolio-item .portfolio-body p {
        font-weight: 300; }
      .portfolio-list .portfolio-item .portfolio-body .btn-default-outline {
        border: 1px solid white;
        color: white;
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 2rem; }
        .portfolio-list .portfolio-item .portfolio-body .btn-default-outline:hover {
          background-color: white;
          color: #10526a;
          border: 1px solid #061f28; }
    .portfolio-list .portfolio-item.left-item {
      margin: 0; }
      .portfolio-list .portfolio-item.left-item .portfolio-body {
        width: 100px;
        height: 100%;
        top: 0;
        right: 0px;
        padding: 2rem;
        transition: all 250ms linear; }
        .portfolio-list .portfolio-item.left-item .portfolio-body h5 {
          position: absolute;
          top: 400px;
          width: 400px;
          transform-origin: 0 0;
          transform: rotate(-90deg);
          text-align: center;
          font-size: 24px;
          font-weight: 400; }
          .portfolio-list .portfolio-item.left-item .portfolio-body h5:after {
            display: none; }
        .portfolio-list .portfolio-item.left-item .portfolio-body p, .portfolio-list .portfolio-item.left-item .portfolio-body a {
          visibility: 0;
          opacity: 0; }
    .portfolio-list .portfolio-item.right-item {
      margin: 0; }
      .portfolio-list .portfolio-item.right-item .portfolio-body {
        width: 100px;
        height: 100%;
        top: 0;
        left: 0px;
        padding: 2rem;
        transition: all 250ms linear; }
        .portfolio-list .portfolio-item.right-item .portfolio-body h5 {
          position: absolute;
          top: 0px;
          width: 400px;
          transform-origin: 15px 15px;
          transform: rotate(90deg);
          text-align: center;
          font-size: 24px;
          font-weight: 400; }
          .portfolio-list .portfolio-item.right-item .portfolio-body h5:after {
            display: none; }
        .portfolio-list .portfolio-item.right-item .portfolio-body p, .portfolio-list .portfolio-item.right-item .portfolio-body a {
          visibility: 0;
          opacity: 0; }
    .portfolio-list .portfolio-item.slick-slide {
      width: calc( 100vw / 3 + 400px - 2rem);
      margin: 0 1rem; }

.content-container {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px; }
  .content-container .slider {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-bottom: 2rem; }
    .content-container .slider img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .content-container .slider:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px;
      background: rgba(45, 74, 120, 0.85);
      content: ""; }
    .content-container .slider h2 {
      position: absolute;
      bottom: 40%;
      width: 100%;
      color: white;
      text-align: center; }
      .content-container .slider h2:after {
        background-color: #fff; }

.page-module {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 4rem; }
  @media screen and (max-width: 768px) {
    .page-module {
      font-size: 17px;
      line-height: 28px;
      flex-direction: column-reverse; } }
  .page-module .page-full {
    width: 100%;
    margin-top: 2rem; }
  .page-module .page-left {
    width: calc( 100% - 320px - 1rem);
    margin-right: 1rem;
    padding: 2rem; }
    @media screen and (max-width: 768px) {
      .page-module .page-left {
        width: 100%;
        margin-right: 0;
        padding: 1rem 1rem; } }
  .page-module .page-sidebar {
    padding: 2rem 0;
    width: 320px; }
    @media screen and (max-width: 768px) {
      .page-module .page-sidebar {
        width: 100%;
        padding: 0; } }
    .page-module .page-sidebar .btn-primary {
      font-size: 20px;
      background-color: #34558b;
      border: none;
      margin-bottom: 1rem; }
      .page-module .page-sidebar .btn-primary:hover, .page-module .page-sidebar .btn-primary:active {
        background-color: #2d4a78; }
    .page-module .page-sidebar .nav-item {
      border-bottom: 1px solid #f2f2f2;
      margin-top: -1px; }
      .page-module .page-sidebar .nav-item .nav-link {
        font-size: 16px;
        font-weight: 400;
        color: #10526a;
        text-transform: uppercase; }
        .page-module .page-sidebar .nav-item .nav-link.active {
          color: #34558b;
          border-right: 10px solid #34558b; }
        .page-module .page-sidebar .nav-item .nav-link:hover {
          color: #34558b; }
  .page-module h1 {
    font-size: 40px;
    line-height: 60px;
    color: #34558b;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .page-module h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 1rem; } }
  .page-module h2 {
    font-size: 38px;
    color: #34558b; }
    @media screen and (max-width: 768px) {
      .page-module h2 {
        font-size: 30px; } }
  .page-module h3 {
    font-size: 34px; }
    @media screen and (max-width: 768px) {
      .page-module h3 {
        font-size: 28px; } }
  .page-module h4 {
    font-size: 28px; }
    @media screen and (max-width: 768px) {
      .page-module h4 {
        font-size: 20px; } }
  .page-module h5 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 2rem 0;
    color: #1a85ac; }
  .page-module h6 {
    font-size: 16px; }
