

@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
@import url("fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

/* ===================================================================
 *  02. base style overrides - (_document-setup)
 *
 * ------------------------------------------------------------------- */

html {
  font-size: 10px;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.375px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 9.375px;
  }
}

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: #141515;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #767676;
  margin: 0;
  padding: 0;
}

#szkolenie {
  padding: 80px 0px 10px 0px;
  background-image: url("../images/szkolenie_tlo3.png");
  background-color: #0070b9;
  min-height:400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* ===================================================================
   SZKOLENIE – layout jak na mockupie (bez wpływu na resztę strony)
   =================================================================== */

#szkolenie .ng-szkolenie{
  padding: 28px 0 70px;
  display: flex;
  align-items: center;
}

/* czytelność na tle zdjęcia */
#szkolenie::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.05) 45%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}

#szkolenie{
  position: relative;
  overflow: hidden;
}

#szkolenie .ng-szkolenie-left,
#szkolenie .ng-szkolenie-right{
  position: relative;
  z-index: 1;
}

#szkolenie .ng-szkolenie-brandline{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  color: rgba(255,255,255,.92);
}

#szkolenie .ng-szkolenie-logo{
  margin-left:-20px;
  width: auto;
}

#szkolenie .ng-szkolenie-sep{
  width: 1px;
  height: 22px;
  background: rgba(255,255,255,.65);
}

#szkolenie .ng-szkolenie-brandtext{
  font-weight: 500;
  letter-spacing: .2px;
}

#szkolenie .ng-szkolenie-title{
  color: #fdc600;
  font-size: 4.2rem;
  line-height: 1.08;
  margin: 0 0 18px 0;
  font-weight: 800;
}

#szkolenie .ng-szkolenie-desc{
  max-width: 520px;
  color: rgba(255,255,255,.9);
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0 0 26px 0;
}

#szkolenie .ng-szkolenie-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: #fdc600;
  color: #111;
  font-weight: 800;
  letter-spacing: .2px;
  box-shadow: 0 18px 35px rgba(0,0,0,.18);
}

#szkolenie .ng-szkolenie-cta:hover{
  filter: brightness(.97);
  transform: translateY(-1px);
}

#szkolenie .ng-szkolenie-visual{
  margin-left: auto
}

#szkolenie .ng-szkolenie-photo{

  border-radius: 999px;
  overflow: hidden;
  margin-left: auto;
  box-shadow: 0 25px 55px rgba(0,0,0,.28);
}

#szkolenie .ng-szkolenie-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* cienki żółty ring */
#szkolenie .ng-szkolenie-ring{
  position: absolute;
  left: 10px;
  top: -12px;
  width: 66px;
  height: 66px;
  border-radius: 999px;
  border: 3px solid #fdc600;
  opacity: .95;
}

/* niebieska "plama"/półokrąg */
#szkolenie .ng-szkolenie-blob{
  position: absolute;
  right: -20px;
  top: -12px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
}

/* kropki */
#szkolenie .ng-szkolenie-dots{
  position: absolute;
  right: 18px;
  bottom: -6px;
  width: 170px;
  height: 110px;
  background-image: radial-gradient(#fdc600 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: .95;
  filter: drop-shadow(0 12px 25px rgba(0,0,0,.18));
}

/* plusy */
#szkolenie .ng-szkolenie-plus{
  position: absolute;
  right: 26px;
  top: 36px;
  width: 60px;
  height: 40px;
}

#szkolenie .ng-szkolenie-plus::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background:
    linear-gradient(#fdc600,#fdc600) center/100% 3px no-repeat,
    linear-gradient(#fdc600,#fdc600) center/3px 100% no-repeat;
  border-radius: 1px;
  box-shadow:
    18px 0 0 0 rgba(0,0,0,0),
    18px 0 0 0 rgba(0,0,0,0);
}

#szkolenie .ng-szkolenie-plus::after{
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  width: 10px;
  height: 10px;
  background:
    linear-gradient(#fdc600,#fdc600) center/100% 3px no-repeat,
    linear-gradient(#fdc600,#fdc600) center/3px 100% no-repeat;
  border-radius: 1px;
  box-shadow:
    18px 0 0 0 rgba(0,0,0,0),
    0 18px 0 0 rgba(0,0,0,0),
    18px 18px 0 0 rgba(0,0,0,0);
}

/* responsywność */
@media (max-width: 1024px){
  #szkolenie .ng-szkolenie-title{ font-size: 3.6rem; }
  #szkolenie .ng-szkolenie-photo{ width: 290px; height: 290px; }
}

@media (max-width: 768px){
  #szkolenie{ padding: 70px 0 40px; }
  #szkolenie .ng-szkolenie{ display: block; padding: 10px 0 30px; }
  #szkolenie .ng-szkolenie-left{ text-align: left; }
  #szkolenie .ng-szkolenie-title{ font-size: 3.2rem; }
  #szkolenie .ng-szkolenie-right{ margin-top: 26px; }
  #szkolenie .ng-szkolenie-visual{ margin-left: 0; }
}

@media (max-width: 400px){
  #szkolenie .ng-szkolenie-title{ font-size: 2.8rem; }
}

/* ===================================================================
   OPINIE (cytaty) – sekcja pod "szkolenie"
   =================================================================== */

#opinie{
  background: #ebebeb;
  padding: 70px 0 85px;
}

#opinie .ng-testimonials-title{
  text-align: center;
  font-size: 3.2rem;
  margin: 0 0 28px;
  font-weight: 800;
  color: #151515;
}

#opinie .ng-testimonials{
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(0,0,0,.08);
  padding: 44px 92px;
}

#opinie .ng-testimonials-viewport{ overflow: hidden; }

#opinie .ng-testimonials-track{
  position: relative;
  min-height: 150px;
}

#opinie .ng-testimonials-item{
  display: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .25s ease, transform .25s ease;
}

#opinie .ng-testimonials-item.is-active{
  display: block;
  opacity: 1;
  transform: translateY(0);
}

#opinie .ng-testimonials-quote{
  margin: 0 0 14px 0;
  font-size: 1.9rem;
  line-height: 1.7;
  color: #1a1a1a;
}

#opinie .ng-testimonials-author{
  margin: 0;
  font-weight: 700;
  color: #0070b9;
}
/* Logo podmiotu wystawiającego referencję */
#opinie .ng-testimonials-logo{
  display:block;
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
  padding: 8px;
}


#opinie .ng-testimonials-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: #ffffff;
  color: #151515;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
}

#opinie .ng-testimonials-prev{ left: 16px; }
#opinie .ng-testimonials-next{ right: 16px; }

#opinie .ng-testimonials-btn:hover{ transform: translateY(-50%) scale(1.02); }

#opinie .ng-testimonials-dots{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

#opinie .ng-testimonials-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0,0,0,.18);
}

#opinie .ng-testimonials-dot.is-active{ background: #0070b9; }

@media (max-width: 768px){
  #opinie{ padding: 55px 0 70px; }
  #opinie .ng-testimonials{ padding: 26px 18px; }
  #opinie .ng-testimonials-btn{ display: none; }
  #opinie .ng-testimonials-quote{ font-size: 1.7rem; }
}


/* Kroki do wykonania (process) */

/* Sekcja */
#steps.steps-section{
  padding: 80px 0;
  background: #ffffff;
}

.cta-gora  {
  background: url("../images/cta_gora.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  color:#ffffff;   /* jeśli masz kilka elementów jeden pod drugim */
  justify-content: center;
}

.cta-gora h1 {
  color:#ffffff;
  font-size: 2em;
  font-weight: 700;
}

.cta-gora-lewa {
  padding-left:150px;
  color:#ffffff;
}

.cta-podkrokami {
  background-color:#0070b9;
  padding: 20px;
  color:#ffffff;
}

/* Wrapper */
.process-wrap{
  overflow: hidden; /* linia nie wychodzi poza sekcję */
}

/* Grid (linia + karty) */
.process-grid{
  position: relative;
  padding-top: 40px;  /* odstęp pod nagłówkiem sekcji */
  padding-bottom: 10px;
}

/* Linia procesu (desktop, 2 rzędy: 3 + 3) */
.process-line{
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;          /* zgrywa się z ikonami */
  width: 100%;
  height: 260px;      /* wysokość „U-turn” */
  z-index: 0;
  pointer-events: none;
}

.process-line .line-glow{
  fill: none;
  stroke: rgba(13,110,253,.16);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-line .line-main{
  fill: none;
  stroke: rgba(13,110,253,.90);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Karta kroku */
.process-step{
  position: relative;
  z-index: 2;               /* nad linią */
  background: rgba(255,255,255,.96);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0,0,0,.06);
  padding: 26px 22px;
  text-align: center;
  min-height: 210px;
}

/* Drobne wyrównanie rzędów (żeby górny rząd był bliżej linii) */
@media (min-width: 992px){
  .process-step.step-top{ margin-top: 6px; }
  .process-step.step-bottom{ margin-top: 10px; }
}

/* numer */
.step-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  min-width: 56px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0d6efd;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 14px;
}

/* ikona w kółku */
.step-icon{
  margin: 18px auto 0;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid rgba(13,110,253,.22);
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-emoji{
  font-size: 24px;
  line-height: 1;
}

.step-title{
  margin: 16px 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #151515;
}

.step-desc{
  margin: 0;
  color: #767676;
}

/* aktywny krok (opcjonalnie) */
.step-active .step-icon{
  border-color: rgba(13,110,253,.9);
  box-shadow: 0 10px 28px rgba(13,110,253,.18);
}

/* MOBILE: pionowa oś procesu */
.process-mobile-line{
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(13,110,253,.22);
  z-index: 0;
}

@media (max-width: 991.98px){
  .process-grid{ padding-top: 0; }
  .process-step{
    text-align: left;
    padding-left: 72px;
    min-height: auto;
  }
  .step-icon{
    position: absolute;
    left: 10px;
    top: 20px;
    width: 44px;
    height: 44px;
    margin: 0;
  }
  .step-emoji{ font-size: 18px; }
  .step-badge{
    position: absolute;
    right: 16px;
    top: 16px;
  }
}


/* Zdjęcie badge */

.image-with-badge {
    position: relative;
    display: inline-block;
}

.badge-circle {
    position: absolute;
    top: -15px;        /* ustawienie góra/dół */
    right: -15px;      /* ustawienie lewo/prawo */
    width: 100px;      /* wielkość badge */
    height: 100px;
    border-radius: 50%;
    overflow: hidden;  /* żeby badge był dokładnie w kole */


    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-circle img {
    width: 100%;
    height: 100%;

}

@media (max-width: 768px) {
    .badge-circle {
        width: 70px;
        height: 70px;
        top: -10px;
        right: -10px;
    }
}

/*---------------------------------------------------------------------
Karuzela
----------------------------------------------------------- */

/* LOGOS CAROUSEL (desktop) */
.logos-carousel{
  position: relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width: 100%;
  padding: 24px 64px;
}

.logos-viewport{
  overflow:hidden;
  width: min(1100px, 92vw);
}

.logos-track{
  display:flex;
  align-items:center;
  gap: 10px !important;
  transition: transform .35s ease;
  will-change: transform;
}

.logo-item{
  flex: 0 0 auto;
  width: 280px !important;
  height: 130px !important;
  display:flex;
  align-items:center;
  justify-content:center;
}

.logo-item img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display:block;
  transition: transform .2s ease;
}

.logo-item img:hover{
  transform: scale(1.03);
}

.logo-item img {
  filter: none !important;
}

.logos-prev,
.logos-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.15);
  background: rgba(255,255,255,.9);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 26px;
}

.logos-prev{ left: 12px; }
.logos-next{ right: 12px; }

.logos-prev:disabled,
.logos-next:disabled{
  opacity: .25;
  cursor: default;
  box-shadow: none;
}

/* koniec */

.centered-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px; /* odstęp między przyciskami a logotypami */
}

.carousel-track {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.carousel-track img {
  width: 150px;
  height: auto;
  margin: 0 80px;
  object-fit: contain;
}

.carousel button {
  background: none;
  border: none;
  font-size: 36px;
  cursor: pointer;
  color: #000;
  padding: 0 10px;
}

/* accordion */

.accordion {

  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {

}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #000000;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/*accordion koniec */

/*kontakt form */
.contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.contact-form label {
  font-weight: 500;
  margin-bottom: 5px;
}

.contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.contact-form .btn-primary {
  background-color: #0070b9;
  border-color: #0070b9;
  padding: 12px;
  font-weight: bold;
}
/* koniec kontaktu */

/* Ukrywa na telefonach (max-width: 768px) */
@media (max-width: 768px) {
  .tel-none {
    display: none !important;
  }
}

/* Ukrywa na desktopie (min-width: 769px) */
@media (min-width: 769px) {
  .normal-none {
    display: none !important;
  }
}

/* SPECJALISCI */
/* ===================================================================
   SPECJALIŚCI – nowa responsywna sekcja
=================================================================== */

.specialists-wrapper {
    text-align: center;
}

.spec-title {
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: 50px;
    font-weight: 600;
}

.spec-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    justify-items: center;
}

.spec-item {
    padding: 35px;
    color:#ffffff;
    width: 100%;
    max-width: 340px;
    text-align: center;
}

.spec-photo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}

.spec-name {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
}

.spec-role {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #ffffff;

}

.spec-contact {
    font-size: 1.4rem;
    color: #ffffff;
}

/* ===================== RESPONSYWNOŚĆ ===================== */

@media only screen and (max-width: 768px) {
  .fb-post, .fb-video {
    min-height: 500px; /* Zapobiega zapadaniu się kontenera zanim FB go wypełni */
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
    .spec-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .spec-list {
        grid-template-columns: 1fr;
    }

    .spec-item {
        max-width: 100%;
        padding: 25px;
    }

    .spec-title {
        font-size: 2.4rem;
        line-height: 1.3;
    }
}

/* SPECJALISCI KONIEC */


/* ============================
   MOBILE REELS VERSION
============================ */
.mobile-reels {
    width: 100%;
    background-color:#ffffff;
}

.mobile-reels .mobile-reel {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

/* Sam iframe */
.mobile-reels iframe {
    width: 100% !important;
    height: 550px !important;   /* IDEALNA proporcja dla Reels */
    border: none;
    display: block;
    object-fit: cover;
}

/* FB Reels – poprawka mobilna */
@media (max-width: 768px) {
  iframe.fb-reel {
    width: 100% !important;
    height: 560px !important;
    display: block;
  }
}

/* Na wszelki wypadek bardziej kompaktowa wersja dla malutkich ekranów */
@media (max-width: 390px) {
    .mobile-reels iframe {
        height: 600px;
    }
}

/* --- STEP SECTION --- */

.steps-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.steps-section h2 {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.step-item:last-child {
    border-bottom: none;
}

.step-number {
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #b72024; /* Twój czerwony */
    font-weight: bold;
    color:#ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.step-content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}


/* --- MOBILE --- */
@media (max-width: 768px) {

    .step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .step-number {
        margin-bottom: 10px;
    }

    .step-content h3 {
        font-size: 20px;
    }
}


/* -------------------------------------------------------------------
 * links - (_document-setup)
 * ------------------------------------------------------------------- */

a,
a:visited {
  color: #0087cc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #bc2626;
}


/* ===================================================================
 *  03. typography & general theme styles - (_document-setup.scss)
 *
 * ------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
  font-family: "Red Hat Display", sans-serif;
  color: #151515;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 2.4rem;
}

h3, .h03, h4, .h04 {
  margin-bottom: 1.5rem;
}
h5, .h05, h6, .h06 {
  margin-bottom: 1.2rem;
}
h1, .h01 {
  font-size: 3.1rem;
  line-height: 1.35;
  letter-spacing: -.1rem;
}

@media only screen and (max-width: 600px) {
  h1,
  .h01 {
    font-size: 2.6rem;
    letter-spacing: -.07rem;
  }
}

h2, .h02 {
  font-size: 2.4rem;
  line-height: 1.25;
}
h3, .h03 {
  font-size: 2rem;
  line-height: 1.5;
}
h4, .h04 {
  font-size: 1.7rem;
  line-height: 1.76;
}
h5, .h05 {
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .2rem;
}
h6, .h06 {
  font-size: 1.3rem;
  line-height: 1.85;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #838383;
  margin-bottom: 3.6rem;
}

@media only screen and (max-width: 768px) {
  p.lead {
    font-size: 2rem;
  }
}

em, i, strong, b {
  font-size: 1.6rem;
  line-height: 1.875;
  font-style: normal;
  font-weight: normal;
}
em, i {
  font-family: "Red Hat Display", sans-serif;
}
strong, b {
  font-family: "Red Hat Display", sans-serif;
}

small {
  font-size: 1.1rem;
  line-height: inherit;
}

blockquote {
  margin: 3rem 0;
  padding-left: 5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  font-family: "Red Hat Display", sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-family: "Red Hat Display", sans-serif;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.895;
}

blockquote cite {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.615;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #838383;
  border: none;
}

abbr {
  font-family: "Red Hat Display", sans-serif;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #838383;
}

var, kbd, samp, code, pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #F1F1F1;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .6rem;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}

pre>code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint>code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

mark {
  background: #FFF49B;
  color: #000;
}

hr {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}


/* -------------------------------------------------------------------
 * Lists - (_document-setup.scss)
 * ------------------------------------------------------------------- */

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol,
ul {
  margin-left: 1.7rem;
}

ul li {
  padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bc2626;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #bc2626;
}

dd {
  margin: 0 0 0 2rem;
}


/* -------------------------------------------------------------------
 * Spacing - (_document-setup)
 * ------------------------------------------------------------------- */



fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
  margin-bottom: 3rem;
}


/* -------------------------------------------------------------------
 * floated image - (_document-setup)
 * ------------------------------------------------------------------- */

img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}


/* -------------------------------------------------------------------
 * block grids paddings
 * ------------------------------------------------------------------- */

.bgrid {
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}

@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 600px) {
  .bgrid {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}


/* -------------------------------------------------------------------
 * tables - (_document-setup.scss)
 * ------------------------------------------------------------------- */

table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "muli-regular", sans-serif;
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

th {
  color: #151515;
  font-family: "montserrat-bold", sans-serif;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


/* -------------------------------------------------------------------
 * pace.js styles - center simple  - (_document-setup.scss)
 * ------------------------------------------------------------------- */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 150px;
  background: #dedede;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -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);
  max-width: 150px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #bc2626;
}

.pace.pace-inactive {
  display: none;
}

.oldie .pace {
  display: none;
}


/* ===================================================================
 *  04. preloader - (_preloader-blank.scss)
 *
 * ------------------------------------------------------------------- */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 800;
  height: 100%;
  width: 100%;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}


/* ===================================================================
 *  05. forms - (_forms.scss)
 *
 * ------------------------------------------------------------------- */

fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 6rem;
  padding: 1.5rem 2rem;
  border: 0;
  outline: none;
  color: #333333;
  font-family: "muli-regular", sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -10px;
  bottom: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  pointer-events: none;
  color: #252525;
}


/* IE9 and below */

.oldie .ss-custom-select::after {
  display: none;
}

textarea {
  min-height: 10rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
}

label,
legend {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.4rem;
  margin-bottom: .6rem;
  color: #151515;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Red Hat Display", sans-serif;
  line-height: inherit;
}

label>input[type="checkbox"],
label>input[type="radio"] {
  margin: 0;
  position: relative;
  top: .15rem;
}


/* -------------------------------------------------------------------
 * Style Placeholder Text - (_forms.scss)
 * ------------------------------------------------------------------- */

::-webkit-input-placeholder {
  color: #838383;
}

:-moz-placeholder {
  color: #838383;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #838383;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #838383;
}

.placeholder {
  color: #838383 !important;
}


/* -------------------------------------------------------------------
 * Change Autocomplete styles in Chrome - (_forms.scss)
 * ------------------------------------------------------------------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #373937;
  transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 *  06. buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */




/* ===================================================================
 *  07. other components - (_others.scss)
 *
 * ------------------------------------------------------------------- */


/* -------------------------------------------------------------------
 * alert box - (_alert-box.scss)
 * ------------------------------------------------------------------- */

.alert-box {
  padding: 2.1rem 4rem 2.1rem 3rem;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 3px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.5rem;
}

.alert-box .close {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  cursor: pointer;
}

.ss-error {
  background-color: #ffd1d2;
  color: #e65153;
}

.ss-success {
  background-color: #c8e675;
  color: #758c36;
}

.ss-info {
  background-color: #d7ecfb;
  color: #4a95cc;
}

.ss-notice {
  background-color: #fff099;
  color: #bba31b;
}


/* -------------------------------------------------------------------
 * additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */


/* drop cap
 * ----------------------------------------------- */

.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem .6rem 0 0;
  font-size: 8.4rem;
  font-family: "Red Hat Display", sans-serif;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #151515;
}


/* line definition style
 * ----------------------------------------------- */

.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}

.lining dt+dt:before,
.lining dd+dt:before {
  content: "\A";
  white-space: pre;
}

.lining dd+dd:before {
  content: ", ";
}

.lining dd+dd:before {
  content: ", ";
}

.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}


/* dictionary definition style
 * ----------------------------------------------- */

.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.dictionary-style dt+dt:before {
  content: ", ";
  margin-left: -0.2em;
}

.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}


/**
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 *	</aside>
 *
 * --------------------------------------------------------------------- */

.pull-quote {
  position: relative;
  padding: 2.1rem 3rem 2.1rem 0px;
}

.pull-quote:before,
.pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: Arial, Sans-Serif;
  color: rgba(0, 0, 0, 0.3);
}

.pull-quote:before {
  content: "\201C";
  top: -3.6rem;
  left: 0;
}

.pull-quote:after {
  content: '\201D';
  bottom: 3.6rem;
  right: 0;
}

.pull-quote blockquote {
  margin: 0;
}

.pull-quote blockquote:before {
  content: none;
}


/**
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */

.stats-tabs {
  padding: 0;
  margin: 3rem 0;
}

.stats-tabs li {
  display: inline-block;
  margin: 0 1.5rem 3rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #ccc;
}

.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Red Hat Display", sans-serif;
  border: none;
  color: #151515;
}

.stats-tabs li a:hover {
  color: #bc2626;
}

.stats-tabs li a em {
  display: block;
  margin: .6rem 0 0 0;
  font-size: 1.4rem;
  font-family: "Red Hat Display", sans-serif;
  color: #909090;
}



/* ===================================================================
 *  08. common and reusable theme styles
 *
 * ------------------------------------------------------------------- */

 h1.intro-header2 {
   font-family: "Red Hat Display", sans-serif;
   font-size: 3.4rem;
   line-height: 1.324;
   color: #151515;

   padding-bottom: 3.6rem;
 }

h1.intro-header {
  font-family: "Red Hat Display", sans-serif;
  font-size: 3.4rem;
  line-height: 1.324;
  color: #151515;
  position: relative;
  padding-bottom: 3.6rem;
}

h1.intro-header::before {
  display: block;
  content: "";
  height: 2px;
  width: 70px;
  background-color: #bc2626;
  position: absolute;
  left: 0;
  bottom: 0;
}

.wide {
  max-width: 1300px;
}

.narrow {
  max-width: 800px;
}


/* -------------------------------------------------------------------
 * responsive:
 * common styles
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
  h1.intro-header {
    font-size: 3.1rem;
  }
}

@media only screen and (max-width: 600px) {
  h1.intro-header {
    font-size: 2.6rem;
  }
}



/* ===================================================================
 *  09. header styles - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

 #header {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;   /* zamiast 50% + translate */
   width: 99%;
   height: 72px;
   background-color: #111111;
   z-index: 501;
 }


/* -------------------------------------------------------------------
 * header logo - (_site-layout.css)
 * ------------------------------------------------------------------- */

.header-logo {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 501;
}

.header-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 97px;
  height: 22px;
  background: url("../images/logo.png") no-repeat center;
  background-size: 97px 22px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


/* -------------------------------------------------------------------
 * menu trigger - (_site-layout.css)
 * ------------------------------------------------------------------- */

.header-menu-toggle {
  display: none;
  position: fixed;
  right: 32px;
  top: 15px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
  color: #FFFFFF;
}

.header-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  left: 9px;
  top: 50%;
  right: auto;
  bottom: auto;
  background-color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before {
  top: -9px;
}

.header-menu-toggle span::after {
  bottom: -9px;
}

.header-menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
  background-color: white;
}

.header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}


/* -------------------------------------------------------------------
 * navigation - (_layout.scss)
 * ------------------------------------------------------------------- */

#header-nav-wrap {
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 40px;
}

#header-nav-wrap .header-main-nav {
  display: inline-block;
  list-style: none;
  height: 72px;
  margin: 0 1rem 0 0;
}

#header-nav-wrap .header-main-nav li {
  display: inline-block;
  padding-left: 0;
  margin-right: 1.5rem;
}

#header-nav-wrap .header-main-nav li a {
  display: block;
  line-height: 72px;
}

#header-nav-wrap .header-main-nav li a,
#header-nav-wrap .header-main-nav li a:visited {
  color: rgba(255, 255, 255, 0.45);
}

#header-nav-wrap .header-main-nav li a:hover,
#header-nav-wrap .header-main-nav li a:focus {
  color: #ffffff;
}

#header-nav-wrap .header-main-nav li.current a {
  color: #ffffff;
}

#header-nav-wrap .cta {
  height: 3.6rem;
  line-height: calc(3.6rem - .6rem);
  padding: 0 1.5rem;
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}


/* -------------------------------------------------------------------
 * responsive:
 * header
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 1230px) {
  #header {
    max-width: none;
  }
}

@media only screen and (max-width: 768px) {
  .header-logo a {
    width: 88px;
    height: 20px;
    background-size: 88px 20px;
  }
  #header-nav-wrap {
    display: none;
    height: auto;
    width: 100%;
    right: auto;
    left: 0;
    background-color: #111111;
    padding: 120px 40px 54px;
  }
  #header-nav-wrap .header-main-nav {
    display: block;
    height: auto;
    margin: 0 0 4.2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }
  #header-nav-wrap .header-main-nav li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }
  #header-nav-wrap .header-main-nav li a {
    padding: 18px 0;
    line-height: 18px;
  }
  #header-nav-wrap .cta {
    height: 42px;
    line-height: calc(42px - .6rem);
    padding: 0 30px;
  }
  .header-menu-toggle {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  #header-nav-wrap .cta {
    display: block;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 400px) {
  .header-menu-toggle {
    right: 24px;
  }
}


/* -------------------------------------------------------------------
 * make sure the menu is visible on larger screens
 * ------------------------------------------------------------------- */

@media only screen and (min-width: 769px) {
  #header-nav-wrap {
    display: block !important;
  }
}



/* ===================================================================
 *  10. home - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

#home {
  width: 100%;
  height: 786px;
  min-height: 786px;
  background-color: transparent;
  position: relative;
  display: table;
}


/* Wyłączenie parallax: tło jako zwykły background */
#home.home-static{
  background: url("https://navigate.pl/ochrona-ludnosci/images/hero-bg.jpg") center/cover no-repeat;
  background-attachment: scroll; /* ważne: bez fixed */
}

#home .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background: -moz-linear-gradient(left, black 0%, black 20%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, black 20%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, black 20%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #000000;
}

.no-js #home {
  background: #151515;
}

.home-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: top;
  padding-top:100px;
}

.home-content .contents {
  position: relative;
}

.home-content-left {
  padding: 11rem 0 12rem 40px;
  position: relative;
  width: 50%;
  z-index: 30;
}

.home-content-left h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .2rem;
  margin-bottom: 2.4rem;
}

.home-content-left h1 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 4.8rem;
  letter-spacing: -.05rem;
  line-height: 1.269;
  color: #ffffff;
  margin-bottom: 9rem;
}

.home-content-left .button.stroke {
  color: #ffffff !important;
  border-color: #ffffff;
  margin: 0 .6rem 1.2rem;
  padding: 0 2.2rem;
  min-width: 188px;
}

.home-content-left .button.stroke span[class*="icon"] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.home-content-left .button.stroke:hover,
.home-content-left .button.stroke:focus {
  background-color: white !important;
  color: #000000 !important;
}

.home-image-right {
  display: block;
  position: absolute;
  right: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 21rem;
  z-index: 2;
  width: 70%;
  text-align: right;
}

.home-image-right img {
  vertical-align: bottom;
  width: 75%;
}


/* home social-list */

.home-social-list {
  position: absolute;
  right: 42px;
  top: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: center;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}

.home-social-list::before {
  display: block;
  content: "";
  width: 2px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.home-social-list li {
  padding-left: 0;
}

.home-social-list li a,
.home-social-list li a:visited {
  color: #FFFFFF;
}

.home-social-list li a:hover,
.home-social-list li a:focus,
.home-social-list li a:active {
  color: #bc2626;
}


/* scroll down */

.home-scrolldown {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  float: right;
}

.home-scrolldown i {
  padding-left: 9px;
}

.home-scrolldown a:hover,
.home-scrolldown a:focus {
  color: #bc2626 !important;
}

html[data-useragent*='MSIE 10.0'] .home-scrolldown,
.oldie .home-scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #FFFFFF !important;
  background: transparent;
  position: relative;
  top: 36px;
  right: 42px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}

.scroll-icon i {
  font-size: 2.4rem;
  position: relative;
  bottom: -6px;
}


/* vertical animation */

@-webkit-keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}

@keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}


/* -------------------------------------------------------------------
 * responsive:
 * home section
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 1300px) {
  .home-image-right {
    right: 5rem;
  }
}

@media only screen and (max-width: 1200px) {
  #home {
    overflow: hidden;
  }
  .home-content {
    vertical-align: middle;
  }
  .home-content-left {
    padding: 18rem 0 12rem 40px;
  }
  .home-content-left h3 {
    font-size: 1.5rem;
  }
  .home-content-left h1 {
    font-size: 4.2rem;
  }
  .home-image-right {
    padding-top: 18rem;
  }
  .home-image-right img {
    vertical-align: top;
    width: 70%;
  }
}

@media only screen and (max-width: 1100px) {
  .home-content-left h1 {
    font-size: 4.6rem;
  }
  .home-content-left h1 br {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .home-content-left {
    width: 60%;
    padding: 18rem 6rem 12rem 4rem;
  }
  .home-content-left h3 {
    font-size: 1.5rem;
  }
  .home-content-left h1 {
    font-size: 4.2rem;
  }
  .home-image-right {
    width: 40%;
    padding-top: 120px;
  }
  .home-image-right img {
    vertical-align: top;
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  #home {
    height: auto;
    min-height: 840px;
  }
  #home,
  .home-content {
    display: block;
    text-align: center;
  }
  .home-content-left {
    width: 94%;
    position: static;
    padding: 15rem 6rem 366px;
    margin: 0 auto;
  }
  .home-content-left h1 {
    margin-bottom: 3.6rem;
  }
  .home-image-right {
    width: 400px;
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    margin-bottom: -378px;
  }
}

@media only screen and (max-width: 768px) {
  #home {
    min-height: auto;
  }
  .home-content-left h3 {
    font-size: 1.4rem;
  }
  .home-content-left h1 {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 600px) {
  .home-content-left {
    padding: 12rem 6rem 366px;
  }
  .home-content-left h1 {
    font-size: 3.3rem;
  }
  .home-content-left .button.stroke {
    width: 100%;
    min-width: 0;
    max-width: 280px;
  }
  .home-social-list {
    font-size: 2rem;
    right: 30px;
  }
  .scroll-icon {
    top: 21px;
  }
}

@media only screen and (max-width: 500px) {
  .home-social-list,
  .home-scrolldown {
    display: none;
  }
  .home-content-left {
    padding: 12rem 2.5rem 366px;
    width: 100%;
  }
  .home-content-left h1 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 400px) {
  .home-content-left {
    padding: 12rem 0 300px;
  }
  .home-content-left .button.stroke {
    margin: 0 0 1.2rem 0;
  }
  .home-image-right {
    width: 320px;
    margin-bottom: -298px;
  }
}



/* ===================================================================
 *  11. about - (_layout.scss)
 *
 * ------------------------------------------------------------------- */

#about {
  min-height: 600px;
  background: #ffffff;
  padding-top: 10rem;
  overflow: hidden;
}

#about2 {
  background: #ffffff;
  padding-top: 4rem;
  overflow: hidden;
}

.about-intro {
  padding-bottom: 2.2rem;
  border-bottom: 0px solid rgba(0, 0, 0, 0.07);
}

.about-intro-up {
  padding-bottom: 1.5rem;
  border-bottom: 0px solid rgba(0, 0, 0, 0.07);
}

.about-features .features-list {
  padding-top: 5.4rem;
}

.about-features .feature {
  margin-bottom: 1.2rem;
}

.about-features .feature .icon {
  margin-bottom: 1.5rem;
  display: inline-block;
}

.about-features .feature .icon i {
  color: #bc2626;
  font-size: 4.8rem;
}

.about-features .feature h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.9rem;
  color: #151515;
  margin-bottom: 3rem;
}

.about-how {
  padding-top: 7.2rem;
  padding-bottom: 6rem;
}

.dlaczego_nav {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about-how h1.intro-header {
  text-align: center;
}

.about-how2 h1.intro-header {
  text-align: center;
}



#about .about-how h1.intro-header::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#pricing .about-how2 h1.intro-header::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#about2 .about-how h1.intro-header::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-how-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  min-height: 300px;
  margin-top: 7.2rem;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.about-how-content::before,
.about-how-content::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
}

.about-how-content::before {
  left: 0;
}

.about-how-content::after {
  left: 50%;
}

.about-how-content .about-how-steps {
  width: 100%;
}

.about-how-content .step {
  padding: 0 20px 1.5rem 60px;
  position: relative;
  min-height: 100px;
}

.about-how-content .step h3 {
  margin-bottom: 2.4rem;
}

.about-how-content .step::before {
  display: block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 2rem;
  content: attr(data-item);
  color: #ffffff;
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  background-color: #bc2626;
  box-shadow: 0 0 0 15px #ffffff;
  z-index: 500;
  position: absolute;
  top: -12px;
  left: -27px;
}

/* MOJE */
.about-how-content2 {
  position: relative;
  width: 100%;
  max-width: 1000px;
  min-height: 100px;
  margin-top: 7.2rem;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.about-how-content2::before,
.about-how-content2::after {
  content: "";
  display: block;
  width: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
}

.about-how-content2::before {
  left: 0;
}

.about-how-content2::after {
  left: 50%;
}

.about-how-content2 .about-how-steps {
  width: 100%;
}

.about-how-content2 .step {
  padding: 0 20px 1.5rem 60px;
  position: relative;
  min-height: 100px;
}

.about-how-content2 .step h3 {
  margin-bottom: 2.4rem;
}

.about-how-content2 .step::before {
  display: block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 2rem;
  content: attr(data-item);
  color: #ffffff;
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  background-color: #bc2626;
  box-shadow: 0 0 0 15px #ffffff;
  z-index: 500;
  position: absolute;
  top: -12px;
  left: -27px;
}
/* MOJE KONIEC */

.about-bottom-image img {
  vertical-align: bottom;
}


/* -------------------------------------------------------------------
 * responsive:
 * about
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
  .about-how-content {
    max-width: 800px;
  }
}

@media only screen and (max-width: 1024px) {
  .about-intro {
    max-width: 800px;
    text-align: center;
  }
  .about-intro h1::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about-intro [class*="col-"] {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }
  .about-how-content {
    max-width: 700px;
  }
}

@media only screen and (max-width: 850px) {
  .about-how-content {
    max-width: 550px;
  }
  .about-how-content::after {
    display: none;
  }
  .about-how-content .step {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding-right: 18px;
    min-height: auto;
    padding: 0 40px .9rem 60px;
  }

  .about-how-content2 {
    max-width: 550px;
  }
  .about-how-content2::after {
    display: none;
  }
  .about-how-content2 .step {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding-right: 18px;
    min-height: auto;
    padding: 0 40px .9rem 60px;
  }
}

@media only screen and (max-width: 768px) {
  .about-features .feature .icon i {
    font-size: 4.4rem;
  }
  .about-features .feature h3 {
    font-size: 1.8rem;
  }
  .about-how h3 {
    font-size: 1.9rem;
  }
  .about-how-content::before {
    left: 30px;
  }
  .about-how-content .step {
    padding: 0 10px 0 40px;
  }
  .about-how-content .step::before {
    font-size: 1.6rem;
    height: 45px;
    width: 45px;
    line-height: 45px;
    top: -9px;
    left: 7.5px;
  }
  .about-how-content2::before {
    left: 30px;
  }
  .about-how-content2 .step {
    padding: 0 10px 0 40px;
  }
  .about-how-content2 .step::before {
    font-size: 1.6rem;
    height: 45px;
    width: 45px;
    line-height: 45px;
    top: -9px;
    left: 7.5px;
  }
}

@media only screen and (max-width: 650px) {
  .about-features {
    max-width: 600px;
    text-align: center;
  }
  .about-features .feature {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4.5rem;
  }
  .about-features .feature h3 {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 400px) {
  .about-how-content {
    text-align: center;
  }
  .about-how-content::before {
    display: none;
  }
  .about-how-content .step {
    padding: 60px 0 0 0;
  }
  .about-how-content .step::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .about-how-content2 {
    text-align: center;
  }
  .about-how-content2::before {
    display: none;
  }
  .about-how-content2 .step {
    padding: 60px 0 0 0;
  }
  .about-how-content2 .step::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}



/* ===================================================================
 *  12. pricing - (_layout.scss)
 *
 * ------------------------------------------------------------------- */

#pricing {
  background: #ebebeb;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#form {
  background: #c1bfbf;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#stopka{
  background: #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#specjalisci {
  background: #b42321;
  padding-top: 6rem;
  padding-bottom: 6rem;
  color:#ffffff;
}

#filmik {
  background: #000000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  color:#ffffff;
}

#zaufali-nam {
  background: #ebebeb;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align:center;
}

.centrowanie {
  text-align: center;
}

/* FB embed lubi mieć "twarde" ograniczenie szerokości */
.fb-video, .fb-video span, .fb-video iframe {
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .fb-video { width: 100% !important; }
}

#pricing h1 {
  margin-bottom: 3.6rem;
}

.pricing-intro {
  padding-top: .6rem;
}

.pricing-table {
  text-align: center;
}

.pricing-table .plan-block {
  background: #ffffff;
  border-radius: 5px;
  padding: 4.8rem 4rem 5.4rem;
  margin-bottom: 4.8rem;
}

.pricing-table .plan-block:after {
  content: "";
  display: table;
  clear: both;
}

.pricing-table .plan-block .plan-block-title {
  font-family: "montserrat-regular", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 3.6rem;
}

.pricing-table .plan-block .plan-block-price {
  font-family: "montserrat-medium", sans-serif;
  font-size: 7.8rem;
  color: #151515;
  line-height: 1;
  margin-bottom: 0;
}

.pricing-table .plan-block .plan-block-price sup {
  font-family: "montserrat-regular", sans-serif;
  font-size: 3rem;
  top: -3.6rem;
  margin-right: 3px;
}

.pricing-table .plan-block .plan-block-per {
  margin-top: -.6rem;
  margin-bottom: 0;
  font-family: "montserrat-medium", sans-serif;
  font-size: 1.7rem;
}

.pricing-table .plan-block .plan-block-features {
  list-style: none;
  margin: 0 2rem 4.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.pricing-table .plan-block .plan-block-features li {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .plan-block .plan-block-features li span {
  color: #bc2626;
  font-family: "muli-bold", sans-serif;
}

.pricing-table .plan-block.primary {
  background: #bc2626;
  color: rgba(255, 255, 255, 0.8);
}

.pricing-table .plan-block.primary .plan-block-title,
.pricing-table .plan-block.primary .plan-block-price {
  color: #ffffff;
}

.pricing-table .plan-block.primary .plan-block-features {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-table .plan-block.primary .plan-block-features li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-table .plan-block.primary .plan-block-features li span {
  color: #ffffff;
}

.pricing-table .plan-block.primary .button.button-primary {
  background: #ffffff;
  color: #0070b9;
  border-color: #ffffff;
}

.pricing-table .plan-block.primary .button.button-primary:hover,
.pricing-table .plan-block.primary .button.button-primary:focus {
  color: #0070b9;
}

.pricing-table .plan-bottom-part {
  margin-top: 3rem;
}


/* -------------------------------------------------------------------
 * responsive:
 * pricing
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
  #pricing .pricing-content>[class*="col"] {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }
  #pricing [class*="col"].pricing-intro {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
  }
  #pricing [class*="col"].pricing-intro h1::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #pricing [class*="col"].pricing-table {
    margin-top: 5.4rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .pricing-table .plan-wrap {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }
  .pricing-table .plan-top-part,
  .pricing-table .plan-bottom-part {
    float: left;
  }
  .pricing-table .plan-top-part {
    width: 41.66667%;
    margin-top: 1.2rem;
  }
  .pricing-table .plan-bottom-part {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 600px) {
  #pricing [class*="col"].pricing-table {
    max-width: 360px;
  }
  #pricing .plan-top-part,
  #pricing .plan-bottom-part {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }
}


/* ===================================================================
 *  13. testimonials - (_layout.scss)
 *
 * ------------------------------------------------------------------- */

#testimonials {
  background: #FFFFFF;
  padding: 15rem 0 9rem;
  text-align: center;
  min-height: 600px;
}

#testimonials h1::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#testimonials .owl-wrap {
  width: 80%;
  max-width: 900px;
  margin: 4.2rem auto 0;
}

#testimonial-slider {
  margin: 0 0 3rem 0;
  position: relative;
}

#testimonial-slider .slides {
  padding-bottom: 3rem;
}

#testimonial-slider p {
  font-family: "muli-regular", sans-serif;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #303030;
}

#testimonial-slider p::before,
#testimonial-slider p::after {
  display: inline-block;
  font-family: "muli-regular", serif;
  font-size: 3.6rem;
  line-height: 1;
  position: relative;
  top: .3rem;
}

#testimonial-slider p::before {
  content: '\201C';
}

#testimonial-slider p::after {
  content: '\201D';
}

#testimonial-slider .testimonial-author {
  margin-top: 4.2rem;
}

#testimonial-slider .testimonial-author img {
  width: 7.4rem;
  height: 7.4rem;
  margin: 0 auto 1.2rem auto;
  display: block;
  border-radius: 50%;
}

#testimonial-slider .testimonial-author .author-info {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: "montserrat-semibold", sans-serif;
  font-size: 1.9rem;
  margin-top: .9rem;
  margin-bottom: 3rem;
  color: #151515;
}

#testimonial-slider .testimonial-author .author-info span {
  display: block;
  font-family: "muli-bold", sans-serif;
  font-size: 1.6rem;
  line-height: 1.313;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0, 0, 0, 0.5);
  margin-top: .3rem;
}


/* owl dots */

#testimonial-slider .owl-nav {
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

#testimonial-slider .owl-nav [class*='owl-'] {
  color: #FFFFFF;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 3rem;
  margin: .6rem;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#testimonial-slider .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  text-decoration: none;
}

#testimonial-slider .owl-nav .disabled {
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}

#testimonial-slider .owl-nav.disabled+.owl-dots {
  margin-top: 1.8rem;
}

#testimonial-slider .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

#testimonial-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#testimonial-slider .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #959595;
  margin: 9px 9px;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#testimonial-slider .owl-dots .owl-dot.active span,
#testimonial-slider .owl-dots .owl-dot:hover span {
  background-color: #bc2626;
}


/* -------------------------------------------------------------------
 * responsive:
 * testimonials
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
  #testimonial-slider p {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  #testimonial-slider p {
    font-size: 2.6rem;
  }
  #testimonial-slider .testimonial-author img {
    width: 6.6rem;
    height: 6.6rem;
  }
  #testimonial-slider .testimonial-author .author-info {
    font-size: 1.8rem;
  }
  #testimonial-slider .testimonial-author .author-info span {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 600px) {
  #testimonials .owl-wrap {
    width: 90%;
  }
  #testimonial-slider p {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 400px) {
  #testimonials .owl-wrap {
    width: 100%;
  }
  #testimonial-slider p {
    font-size: 2rem;
  }
}


/* ===================================================================
 *  14. download - (_layout.scss)
 *
 * ------------------------------------------------------------------- */

#download {
  background: #bc2626;
  color: #b2fabc;
  padding-top: 12rem;
  padding-bottom: 12rem;
  text-align: center;
}

#download h1 {
  color: #ffffff;
}

#download h1::before {
  background-color: #2a9038;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#download .lead {
  color: #b2fabc;
  margin-top: 4.8rem;
}

#download .row {
  max-width: 800px;
}

#download .download-badges {
  list-style: none;
  margin: 0;
  text-align: center;
}

#download .download-badges li {
  display: inline-block;
  margin: 0 7.5px;
  padding-left: 0;
}

#download .download-badges li a {
  display: block;
  width: 230px;
  height: 71px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 230px 71px;
}

#download .download-badges li a.badge-appstore {
  background-image: url("../images/appstore.png");
}

#download .download-badges li a.badge-googleplay {
  background-image: url("../images/google-play.png");
}


/* -------------------------------------------------------------------
 * responsive:
 * download
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
  #download .download-badges li a {
    width: 194px;
    height: 60px;
    background-size: 194px 60px;
  }
}



/* ===================================================================
 *  15. footer styles - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

footer {
  padding-top: 9rem;
  padding-bottom: 4.2rem;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: rgba(255, 255, 255, 0.25);
}

footer a,
footer a:visited {
  color: #bc2626;
}

footer a:hover,
footer a:focus {
  color: white;
}

footer h4 {
  color: white;
  font-size: 1.5rem;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  position: relative;
}

footer h4::before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0;
  bottom: 0;
}

footer ul {
  list-style: none;
  margin: 0;
}

footer ul li {
  padding-left: 0;
}

footer ul a,
footer ul a:visited {
  color: rgba(255, 255, 255, 0.25);
}

.footer-logo {
  display: block;
  margin: 0 0 5.4rem 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 93px;
  height: 21px;
  background: url("../images/logo.png") no-repeat center;
  background-size: 93px 21px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer-social-list {
  font-size: 1.8rem;
  margin-top: -1.5rem;
  margin-bottom: 3rem;
}

.footer-social-list li {
  display: inline-block;
  margin-right: 8px;
}

.footer-social-list li:last-child {
  margin-right: 0;
}

.footer-site-links .list-links {
  margin-bottom: 3rem;
}

.footer-subscribe .subscribe-form {
  margin: 0;
  padding: 0;
  position: relative;
}

.footer-subscribe #mc-form {
  width: 100%;
}

.footer-subscribe #mc-form input[type="email"] {
  width: 100%;
  height: 5.4rem;
  padding: 1.2rem 100px 1.2rem 60px;
  background: url(../images/email-icon.png) 20px center no-repeat, rgba(0, 0, 0, 0.1);
  background-size: 24px 16px, auto;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-subscribe #mc-form input[type="email"]:focus {
  color: #ffffff;
}

.footer-subscribe #mc-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  background: #bc2626;
  border-color: #bc2626;
  border-radius: 0 .5rem .5rem 0;
  padding: 0 15px;
}

.footer-subscribe #mc-form label {
  color: #ffffff;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.3rem;
  padding: 0 2rem;
}

.footer-subscribe #mc-form label i {
  padding-right: 6px;
}

.footer-subscribe #mc-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.footer-subscribe #mc-form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
  /* Firefox 18- */
}

.footer-subscribe #mc-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
  /* Firefox 19+ */
}

.footer-subscribe #mc-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.footer-subscribe #mc-form .placeholder {
  color: rgba(255, 255, 255, 0.2) !important;
}

.footer-bottom {
  margin-top: 6.6rem;
  text-align: center;
}

.footer-bottom .copyright span {
  display: inline-block;
}

.footer-bottom .copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.1);
}

.footer-bottom .copyright span:last-child::after {
  display: none;
}


/* -------------------------------------------------------------------
 * go to top
 * ------------------------------------------------------------------- */

#go-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  display: none;
}

#go-top a,
#go-top a:visited {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: black;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#go-top a i,
#go-top a:visited i {
  font-size: 18px;
  line-height: inherit;
}

#go-top a:hover,
#go-top a:focus {
  color: #FFFFFF;
}


/* -------------------------------------------------------------------
 * responsive:
 * footer
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
  .footer-main>.row {
    max-width: 800px;
  }
  .footer-info,
  .footer-contact,
  .footer-site-links {
    margin-bottom: 1.2rem;
  }
  .footer-subscribe {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .footer-main>.row {
    max-width: 600px;
  }
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-info {
    text-align: center;
  }
  #go-top {
    bottom: 0;
    right: 0;
  }
  #go-top a,
  #go-top a:visited {
    border-radius: 5px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer-main .row {
    max-width: 480px;
  }
  .footer-main h4 {
    padding-bottom: 0;
    margin-bottom: 2.4rem;
  }
  .footer-main h4::before {
    display: none;
  }
  .footer-main ul.list-links {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-main ul.list-links li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    padding: .6rem 0;
  }
  .footer-main ul.list-links li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }
  .footer-contact,
  .footer-site-links,
  .footer-subscribe {
    text-align: center;
  }
  .footer-bottom {
    padding-bottom: .6rem;
  }
  .footer-bottom .copyright span {
    display: block;
  }
  .footer-bottom .copyright span::after {
    display: none;
  }
}


/*# sourceMappingURL=main.css.map */


/* ============================================
   MOBILNE WYSWIETLANIE – JEDEN UKŁAD DO 600px
   ============================================ */
@media only screen and (max-width: 600px) {

    /* Każda kolumna ma być 100% */
    .col-one,
    .col-two,
    .col-three,
    .col-four,
    .col-five,
    .col-six,
    .col-seven,
    .col-eight,
    .col-nine,
    .col-ten,
    .col-eleven,
    .col-twelve {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Ujednolicenie odstępów */
    .row {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Stabilizacja iframe (FB + YT) – bez psucia FB embed */
    iframe {
        max-width: 100% !important;
        /* height: auto !important;  <-- USUŃ / ZAKOMENTUJ */
    }

    /* Zawsze ta sama wersja mobilna */
    .tel-none {
        display: none !important;
    }

    .normal-none {
        display: block !important;
    }
}

/* KROKI */
/* ===== YoJBbE (6 kroków / 2 rzędy) - bez trójkąta i bez title-effect ===== */
.wp-yobjbe { padding: 80px 0; background: #fff; overflow: hidden; }
.wp-yobjbe .wp-kicker { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; opacity: .6; }
.wp-yobjbe .wp-title { font-size: 44px; font-weight: 700; margin: 12px 0 0; }
.wp-yobjbe .wp-subtitle { max-width: 780px; margin: 14px auto 0; opacity: .7; }

.wp-process-wrap { max-width: 1200px; margin: 40px auto 0; position: relative; }

.wp-row { position: relative; padding: 40px 0 10px; }
.wp-row.wp-row-2 { margin-top: 40px; }

/* tło: szara kropkowana ścieżka */
.wp-squiggle {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  width: 100%;
  height: 220px;
  z-index: 0;
  pointer-events: none;
}
.wp-squiggle-path {
  fill: none;
  stroke: rgba(0,0,0,.18);
  stroke-width: 3;
  stroke-dasharray: 8 12;
  stroke-linecap: round;
}

/* układ elementów 3 sztuki w rzędzie */
.wp-items {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.wp-item {
  flex: 1 1 0;
  text-align: center;
  min-width: 0;
}

/* okrąg z ikoną */
.wp-icon {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(48,91,146,.06);
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  position: relative;
  border: 2px solid #0070b9;
  font-size: 34px;
}

/* numer kroku (01) w prawym górnym rogu okręgu */
.wp-num {
  position: absolute;
  right: calc(50% - 80px);
  top: 6px;
  transform: translateX(50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  min-width: 46px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(30,108,255,.10);
  color: rgba(30,108,255,.95);
  font-weight: 700;
  font-size: 13px;
}

/* tytuł i opis */
.wp-item h4 { font-size: 20px; font-weight: 700; margin: 0 0 10px; }
.wp-item p { font-size: 14px; opacity: .65; line-height: 1.6; margin: 0; padding: 0 10px; }

/* niebieskie kropki między krokami */
.wp-dots {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
  flex: 0 0 70px;
}
.wp-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(30,108,255,.75);
  box-shadow: 0 10px 20px rgba(30,108,255,.18);
}
.wp-dots span:nth-child(2) { opacity: .55; }
.wp-dots span:nth-child(3) { opacity: .35; }

/* aktywny krok (opcjonalnie – jak w YoJBbE środkowy bywa mocniejszy) */
.wp-active .wp-icon {
  border-color: rgba(30,108,255,.9);
  box-shadow: 0 22px 55px rgba(30,108,255,.12);
}

/* RESPONSYWNOŚĆ */
@media (max-width: 991.98px) {
  .wp-yobjbe .wp-title { font-size: 34px; }
  .wp-squiggle { display: none; }
  .wp-items { flex-direction: column; align-items: stretch; }
  .wp-dots { display: none; }
  .wp-item { text-align: left; display: grid; grid-template-columns: 90px 1fr; gap: 14px; align-items: center; }
  .wp-icon { width: 74px; height: 74px; margin: 0; font-size: 22px; }
  .wp-num { position: static; transform: none; margin-left: auto; grid-column: 2; justify-self: end; }
  .wp-item h4 { margin: 0 0 6px; }
  .wp-item p { padding: 0; }
}


/* ===============================
   MOBILE PROCESS SECTION
================================ */
.mobile-process {
  padding: 40px 20px;
  background: #fff;
}

.mobile-process-item {
  text-align: center;
  margin-bottom: 36px;
}

.mobile-process-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 3px solid #0070b9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.mobile-process-icon img,
.mobile-process-icon i {
  font-size: 34px;
  color: #1e6cff;
}

.mobile-process-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.mobile-process-text {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  max-width: 320px;
  margin: 0 auto;
}
