@charset "UTF-8";
:root {
  --menu-height:100px; }

/* 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("./../img/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; }

* {
  font-family: 'Lato', sans-serif; }

body, html {
  background-color: #EEEEEE; }

a {
  text-decoration: none; }

h2.naglowek {
  margin: 30px 0; }
h2.header {
  margin: 0 0 40px 0; }

h3 .wspolpraca {
  padding: 30px 0 20px 0; }

p {
  text-align: justify; }

nav {
  height: var(--menu-height);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.6); }
  nav .logo {
    height: var(--menu-height);
    line-height: var(--menu-height); }
    nav .logo img {
      width: 220px;
      height: auto; }
  nav .instagram {
    display: inline-block;
    height: var(--menu-height);
    line-height: var(--menu-height); }
    nav .instagram img {
      width: 35px;
      height: auto; }
  nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    list-style: none;
    height: var(--menu-height); }
    nav ul li {
      height: var(--menu-height);
      display: block; }
      nav ul li a {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        height: var(--menu-height);
        line-height: var(--menu-height); }
        nav ul li a:hover {
          color: #E50088; }

.slogan_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 80px; }
  .slogan_wrapper .box_slogan {
    background-color: #172774;
    padding: 20px;
    position: absolute;
    color: #fff;
    z-index: 20;
    margin-top: -70px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6); }
    .slogan_wrapper .box_slogan .f1 {
      font-size: 25px; }
    .slogan_wrapper .box_slogan .f2 {
      font-size: 20px; }
    .slogan_wrapper .box_slogan .f3 {
      font-size: 16px;
      color: #eee; }

.slider {
  width: 100%;
  height: calc(100vh - var(--menu-height)); }
  .slider .slick-next, .slider .slick-prev {
    z-index: 50; }
    .slider .slick-next::before, .slider .slick-prev::before {
      height: 48px;
      width: 30px;
      display: block;
      background-size: contain;
      opacity: 1;
      content: ''; }
  .slider .slick-next {
    right: 25px; }
    .slider .slick-next::before {
      background-image: url("../img/forward_arrow.svg"); }
  .slider .slick-prev {
    left: 25px; }
    .slider .slick-prev::before {
      background-image: url("../img/back_arrow.svg"); }
  .slider .slid {
    width: 100%;
    height: calc(100vh - var(--menu-height));
    position: relative;
    background-position: right;
    background-size: cover; }
    .slider .slid .description_wrapper {
      width: 40%;
      height: calc(100vh - var(--menu-height) * 2);
      position: absolute;
      top: var(--menu-height);
      left: 0;
      background: rgba(238, 238, 238, 0.6); }
      .slider .slid .description_wrapper .description {
        width: 100%;
        position: absolute;
        display: block;
        top: 25%;
        left: 0;
        z-index: 40; }
        .slider .slid .description_wrapper .description h3 {
          width: 70%;
          color: #000;
          font-size: 55px;
          text-align: right;
          padding: 10px 25px;
          float: right; }
        .slider .slid .description_wrapper .description p {
          width: 70%;
          text-align: right;
          float: right;
          padding: 0 25px 10px 25px; }

footer {
  margin-top: 50px; }
  footer .logo {
    width: 190px;
    height: auto;
    margin: 20px 0; }

.cta {
  width: 100%;
  height: auto; }

.gray-box {
  margin: 30px 0;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);
  background-size: 100% !important; }
  .gray-box .gray-box-wrapper {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    background-color: RGBA(23, 39, 116, 0.9); }
    .gray-box .gray-box-wrapper.gray {
      background-color: RGB(238, 238, 238, 0.9); }
      .gray-box .gray-box-wrapper.gray h2 {
        color: #000;
        font-size: 2rem;
        padding: 0 0 30px 0; }
    .gray-box .gray-box-wrapper h2 {
      color: #eee;
      font-size: 2rem;
      padding: 0 0 30px 0; }

.korzysci_box {
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin: 0 0 35px 0; }
  .korzysci_box .ikona {
    width: 25%;
    margin: 15px 0 15px 15px;
    padding-right: 15px;
    border-right: 1px solid #000; }
    .korzysci_box .ikona img {
      width: 100%;
      height: auto; }
  .korzysci_box .text {
    width: 75%;
    height: 100%;
    line-height: 100%;
    padding-left: 15px; }

.masonry-realizacje .grid-item {
  margin-bottom: 25px; }

.oferta_wraper {
  margin-bottom: 25px;
  display: flex; }
  .oferta_wraper .text-oferta {
    margin-left: 20px;
    width: calc(100% - 100px);
    color: #eee;
    font-size: 16px; }
  .oferta_wraper .icon-oferta {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #E50088; }
    .oferta_wraper .icon-oferta img {
      height: 60%;
      width: auto; }

.accordion-button:not(.collapsed) {
  color: #eee;
  background-color: #172774; }

.accordion-button {
  background-color: #eee;
  outline: none !important; }

.accordion-item {
  border: none; }

.accordion-header button {
  font-size: 18px; }

.realizacje-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center; }

.oferta-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center; }

.card {
  max-width: 414px; }
  .card.realizacje {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2); }
    .card.realizacje img {
      width: 414px;
      max-width: 100%;
      height: auto; }
    .card.realizacje .card-img-top-play {
      width: 90px;
      height: 90px;
      position: absolute;
      margin: 0 auto;
      background-image: url(../img/play.svg);
      -webkit-background-size: cover;
      background-size: cover;
      top: calc(50% - 45px);
      left: calc(50% - 45px);
      opacity: .5; }
    .card.realizacje .card-title {
      color: #172774;
      font-size: 25px; }
    .card.realizacje .card-category {
      background-color: #172774;
      color: #eee;
      position: absolute;
      padding: 1px 5px;
      font-size: 12px;
      top: 20px;
      right: 20px; }
      .card.realizacje .card-category.cena {
        font-size: 18px; }

.box-onas {
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  width: 70%;
  margin: 0 auto 30px auto;
  text-align: center; }

.counters {
  margin: 30px 0 0 0; }

.counter {
  letter-spacing: rem(2px);
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-size: 45px;
  margin: 0 20px 10px 20px;
  font-weight: 400; }
  .counter > span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 2s ease;
    transform: translateY(0);
    line-height: 1; }
    .counter > span span {
      flex: 0 0 100%;
      height: 100%; }
  .counter:nth-child(1) > span {
    transition-delay: 0s; }
  .counter:nth-child(2) > span {
    transition-delay: 0.375s; }
  .counter:nth-child(3) > span {
    transition-delay: 0.75s; }
  .counter:nth-child(4) > span {
    transition-delay: 1.125s; }
  .counter:nth-child(5) > span {
    transition-delay: 1.5s; }
  .counter:nth-child(6) > span {
    transition-delay: 1.875s; }
  .counter:nth-child(7) > span {
    transition-delay: 2.25s; }
  .counter:nth-child(8) > span {
    transition-delay: 2.625s; }
  .counter:nth-child(9) > span {
    transition-delay: 3s; }
  .counter:nth-child(10) > span {
    transition-delay: 3.375s; }
  .counter:nth-child(11) > span {
    transition-delay: 3.75s; }
  .counter:nth-child(12) > span {
    transition-delay: 4.125s; }
  .counter:nth-child(13) > span {
    transition-delay: 4.5s; }
  .counter:nth-child(14) > span {
    transition-delay: 4.875s; }
  .counter:nth-child(15) > span {
    transition-delay: 5.25s; }
  .counter:nth-child(16) > span {
    transition-delay: 5.625s; }
  .counter:nth-child(17) > span {
    transition-delay: 6s; }
  .counter:nth-child(18) > span {
    transition-delay: 6.375s; }
  .counter:nth-child(19) > span {
    transition-delay: 6.75s; }
  .counter:nth-child(20) > span {
    transition-delay: 7.125s; }

.counter.f1 {
  color: #E50088; }

.counter.f2 {
  color: #172774; }

.counter.f3 {
  color: #77D970; }

.lead-parallax {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 40vh;
  display: block;
  background-position: left 80%; }
  .lead-parallax h1 {
    color: #eee; }

footer {
  margin-bottom: 50px; }
  footer .menu ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none; }
    footer .menu ul a {
      color: #000;
      display: block;
      height: 62px;
      line-height: 62px; }
      footer .menu ul a:hover {
        color: #E50088; }

.smart-way .block {
  width: 600px;
  background-color: #eee;
  display: flex;
  border-radius: 5px;
  margin-bottom: 5px; }
  .smart-way .block .numer {
    width: 90px;
    color: #E50088;
    font-size: 55px;
    text-align: center; }
    .smart-way .block .numer img {
      width: 80%; }
  .smart-way .block .text {
    width: 510px;
    padding-right: 10px; }
    .smart-way .block .text h3 {
      font-size: 24px;
      padding: 15px 0; }
    .smart-way .block .text p {
      font-size: 12px; }
  .smart-way .block:nth-child(2) {
    margin-left: 15%; }
  .smart-way .block:nth-child(3) {
    margin-left: 30%; }

.partnerzy .slick-next, .partnerzy .slick-prev {
  z-index: 50; }
  .partnerzy .slick-next::before, .partnerzy .slick-prev::before {
    height: 25px;
    width: 15px;
    display: block;
    background-size: contain;
    opacity: 1;
    content: ''; }
.partnerzy .slick-next {
  right: -25px; }
  .partnerzy .slick-next::before {
    background-image: url("../img/forward_arrow.svg"); }
.partnerzy .slick-prev {
  left: -25px; }
  .partnerzy .slick-prev::before {
    background-image: url("../img/back_arrow.svg"); }
.partnerzy .box {
  width: 250px;
  height: 150px;
  display: flex !important;
  align-items: center; }
  .partnerzy .box img {
    width: 70%;
    height: auto; }

.wspolpraca .box {
  display: flex !important;
  align-items: center;
  margin-bottom: 25px;
  text-align: center; }
.wspolpraca a {
  display: inline-block;
  width: 100%; }
  .wspolpraca a img {
    width: 70%;
    height: auto; }

.kontakt .form-floating > label {
  left: 20px; }
.kontakt .form-control {
  border-color: #172774; }
.kontakt .btn-primary {
  background: #172774;
  border-color: #172774; }
  .kontakt .btn-primary:hover {
    background: #172774;
    border-color: #172774; }

.kontakt_dane {
  font-size: 19px;
  text-align: center; }

.onas-img {
  text-align: center; }
  .onas-img img {
    width: 80%;
    height: auto; }

.phone-demo {
  width: 300px;
  height: 598px;
  background-image: url("../img/phone.png");
  background-size: cover;
  position: relative;
  margin: 0 auto; }
  .phone-demo .screen {
    width: 275px;
    height: 431px;
    position: absolute;
    top: 68px;
    left: 11px; }
    .phone-demo .screen .slick-next, .phone-demo .screen .slick-prev {
      z-index: 50; }
      .phone-demo .screen .slick-next::before, .phone-demo .screen .slick-prev::before {
        height: 25px;
        width: 15px;
        display: block;
        background-size: contain;
        opacity: 1;
        content: ''; }
    .phone-demo .screen .slick-next {
      right: 15px; }
      .phone-demo .screen .slick-next::before {
        background-image: url("../img/forward_arrow.svg"); }
    .phone-demo .screen .slick-prev {
      left: 15px; }
      .phone-demo .screen .slick-prev::before {
        background-image: url("../img/back_arrow.svg"); }
  .phone-demo .s1 {
    width: 275px;
    height: 431px;
    background-image: url("../img/s1.png"); }
  .phone-demo .s2 {
    width: 275px;
    height: 431px;
    background-image: url("../img/s2.png"); }
  .phone-demo .s3 {
    width: 275px;
    height: 431px;
    background-image: url("../img/s3.png"); }

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto; }

.form-signin .checkbox {
  font-weight: 400; }

.form-signin .form-floating:focus-within {
  z-index: 2; }

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.top_fixed {
  background-color: #172774;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  display: none; }
  .top_fixed img {
    width: 60%;
    height: auto; }

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto; }
  .cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both; }

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em; }
  #cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed; }
  @media only screen and (min-width: 1170px) {
    #cd-timeline {
      margin-top: 3em;
      margin-bottom: 3em; }
      #cd-timeline::before {
        left: 50%;
        margin-left: -2px; } }

.cd-timeline-block {
  position: relative;
  margin: 2em 0; }
  .cd-timeline-block::after {
    clear: both;
    content: "";
    display: table; }
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-block {
      margin: 4em 0; }
      .cd-timeline-block:first-child {
        margin-top: 0; }
      .cd-timeline-block:last-child {
        margin-bottom: 0; } }

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }
  .cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px; }
  .cd-timeline-img.cd-picture {
    background: #172774; }
  .cd-timeline-img.cd-movie {
    background: #c03b44; }
  .cd-timeline-img.cd-location {
    background: #f0ca45; }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-img {
      width: 60px;
      height: 60px;
      left: 50%;
      margin-left: -30px;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden; }
      .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden; }
      .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed; }
  .cd-timeline-content::after {
    clear: both;
    content: "";
    display: table; }
  .cd-timeline-content h2 {
    color: #303e49; }
  .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem; }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block; }
  .cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6; }
  .cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #ffffff;
    border-radius: 0.25em; }
    .no-touch .cd-timeline-content .cd-read-more:hover {
      background-color: #bac4cb; }
  .cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7; }
  .cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff; }
  @media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
      font-size: 20px;
      font-size: 1.25rem; }
    .cd-timeline-content p {
      font-size: 16px;
      font-size: 1rem; }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-content {
      margin-left: 0;
      padding: 1.6em;
      width: 45%; }
      .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ffffff; }
      .cd-timeline-content .cd-read-more {
        float: left; }
      .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem; }
      .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right; }
        .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
          top: 24px;
          left: auto;
          right: 100%;
          border-color: transparent;
          border-right-color: #ffffff; }
        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
          float: right; }
        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
          left: auto;
          right: 122%;
          text-align: right; }
      .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden; }
      .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s; } }

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
.btn1 {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 30px;
  transition-duration: 0.5s; }

.btn1 .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 5px;
  width: 20px;
  top: 15px;
  background-color: #212121;
  left: 0px; }

.btn1 .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 5px;
  background-color: #212121;
  content: "";
  top: -15px; }

.btn1 .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 5px;
  background-color: #212121;
  content: "";
  top: 15px; }

.btn1 .icon-left:hover {
  cursor: pointer; }

.btn1 .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 5px;
  width: 20px;
  top: 15px;
  background-color: #212121;
  left: 20px; }

.btn1 .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 5px;
  background-color: #212121;
  content: "";
  top: -15px; }

.btn1 .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 5px;
  background-color: #212121;
  content: "";
  top: 15px; }

.btn1.open .icon-left {
  transition-duration: 0.5s;
  background: transparent; }

.btn1.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px); }

.btn1.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px); }

.btn1.open .icon-right {
  transition-duration: 0.5s;
  background: transparent; }

.btn1.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px); }

.btn1.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px); }

.btn1:hover {
  cursor: pointer; }

@media (max-width: 767.98px) {
  footer .logo-footer {
    text-align: center; }
  footer .menu ul {
    flex-direction: column;
    width: 100%;
    padding: 0; }
    footer .menu ul li {
      width: 100%;
      text-align: center; }
      footer .menu ul li a {
        height: 25px;
        line-height: 25px; }

  h2.naglowek,
  .gray-box .gray-box-wrapper h2 {
    font-size: 35px; }

  .slogan_wrapper .box_slogan {
    display: block;
    position: relative;
    margin-top: 15px; }

  .slider .slid .description_wrapper {
    width: 100%;
    height: auto;
    min-height: 20vh;
    bottom: 0;
    position: absolute;
    top: auto; }

  .slider .slid .description_wrapper .description h3 {
    width: 100%;
    font-size: 35px;
    text-align: left; }

  .btn1 {
    display: block; }

  .top-menu {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9); }
    .top-menu.active {
      display: block; }
    .top-menu ul {
      width: 100%;
      height: 60vh;
      display: flex;
      flex-direction: column;
      margin-top: 100px; }
      .top-menu ul li {
        height: 25px;
        text-align: center; }

  .smart-way .block {
    width: 100%; }

  .smart-way .block:nth-child(2),
  .smart-way .block:nth-child(3) {
    margin-left: 0; } }
@media (max-width: 1024px) {
  .slider .slid .description_wrapper {
    width: 100%;
    height: auto;
    min-height: 20vh;
    bottom: 0;
    position: absolute;
    top: auto; }

  .slider .slid .description_wrapper .description h3 {
    width: 100%;
    font-size: 35px;
    text-align: left; }

  .slogan_wrapper .box_slogan {
    display: block;
    position: relative;
    margin-top: 15px; }

  .oferta-wrapper .item,
  .realizacje-wrapper .item {
    max-width: 414px !important;
    width: 414px !important; }

  .oferta-wrapper > div,
  .realizacje-wrapper > div {
    display: block !important; }
  .oferta-wrapper .item,
  .realizacje-wrapper .item {
    margin: 0 auto;
    display: block !important; }

  .slick-next, .slick-prev {
    z-index: 50; }
    .slick-next::before, .slick-prev::before {
      height: 48px;
      width: 30px;
      display: block;
      background-size: contain;
      opacity: 1;
      content: ''; }

  .slick-next {
    right: 25px; }
    .slick-next::before {
      background-image: url("../img/forward_arrow.svg"); }

  .slick-prev {
    left: 25px; }
    .slick-prev::before {
      background-image: url("../img/back_arrow.svg"); } }
@media (max-width: 1199.98px) {
  .btn1 {
    display: block; }

  .top-menu {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9); }
    .top-menu.active {
      display: block; }
    .top-menu ul {
      width: 100%;
      height: 60vh;
      display: flex;
      flex-direction: column;
      margin-top: 100px; }
      .top-menu ul li {
        height: 25px;
        text-align: center; } }
@media (min-width: 767.98px) and (max-width: 1200px) {
  .smart-way .block:nth-child(2) {
    margin-left: 20px; }

  .smart-way .block:nth-child(3) {
    margin-left: 40px; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .slider .slid .description_wrapper .description h3 {
    font-size: 40px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .oferta-wrapper .item,
  .realizacje-wrapper .item {
    max-width: 350px !important;
    width: 350px !important; }

  .oferta-wrapper > div,
  .realizacje-wrapper > div {
    display: block !important; }
  .oferta-wrapper .item,
  .realizacje-wrapper .item {
    margin: 0 auto;
    display: block !important; }

  .slick-next, .slick-prev {
    z-index: 50; }
    .slick-next::before, .slick-prev::before {
      height: 48px;
      width: 30px;
      display: block;
      background-size: contain;
      opacity: 1;
      content: ''; }

  .slick-next {
    right: 25px; }
    .slick-next::before {
      background-image: url("../img/forward_arrow.svg"); }

  .slick-prev {
    left: 25px; }
    .slick-prev::before {
      background-image: url("../img/back_arrow.svg"); } }

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