/*----------------------------------------
            Lista zawartości:
  
  1. Ustawienia ogólne
  2. Header
  3. Sekcja Podstawowe informacje
  4. Sekcja Screeny
  5. Sekcja Dodatkowe informacje
  6. Sekcja korzyści
  7. Sekcja Google Play
  8. Stopka
  9. Media queries
----------------------------------------*/

/*----------------------------------------
          1. Ustawienia ogólne
----------------------------------------*/

html, body {
  font-family: Open Sans, arial, sans-serif;
  font-size: 4.1mm;
  font-weight: 400;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-header {
  margin-bottom: 40px;
  color: #192942;
  font-family: Roboto Condensed, arial, sans-serif;
  font-size: 30px;
  text-align: center;
}

.header-decorator {
  display: block;
  height: 3px;
  width: 60px; 
  margin: 15px auto;
  /*background-color: #eee;*/
  background-color: #069EDB;
}

/*----------------------------------------
               2. Header
----------------------------------------*/
.top-container {
  position: relative;
  width: 100%;
  height: 480px;
  background-color: #192942;
  color: #fff;
  font-family: Roboto Condensed, arial, sans-serif;
  overflow: hidden;
}

  .top-container-header {
    position: relative;
    top: 50%;
    margin-top: -120px;
    text-align: center;
  }

    .top-container h1{
      font-size: 8mm;
      line-height: 12mm;
      text-shadow: 2px 2px 1px #222;
    }
    
    .top-header-desc {
      color: #069edb;
      font-size: 6mm;
      text-shadow: 2px 2px 1px #222;
    }

/*----------------------------------------
      3. Sekcja Podstawowe informacje 
----------------------------------------*/   
.basic-info {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

  .basic-info-desc {
    padding-left: 5%; 
    padding-right: 5%;
    text-align: justify;
  }
  
/*----------------------------------------
         4. Sekcja Screeny 
----------------------------------------*/  
.screens {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

  .screens img {
    max-width:100%;
    margin-bottom: 2em;
  }

  .single-step {
    margin-bottom: 60px;
  }

  
/*----------------------------------------
      5. Sekcja Dodatkowe informacje
----------------------------------------*/  
.additional-info  {
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
  
  .additional-info p {
    text-align: justify;
    padding-bottom: 1em;
  }

  .additional-info-list-header {
    font-size: 4.1mm;
    margin-bottom: 0;
    padding-bottom: 5px !important;
  }

  .additional-info-list-header-t2 {
    font-size: 4.1mm;
    margin-bottom: 10px;
    padding-bottom: 5px !important;
  }

  .additional-info-list-subheader {
    font-size: 4.1mm;
    margin-bottom: 0;
    padding-bottom: 5px !important;
  }

  .additional-info-list {
    margin-left: 0;
    margin-bottom: 2em;
  }

    .additional-info-list li {
      padding-left: 20px;
      background:url(../images/bullet_square.png) 0 9px no-repeat;
      list-style: none;
      line-height: 1.6em;
    }

  .supported-badges-list {
    margin-left: 16px;
    margin-top: 0px;
    margin-bottom: 1em;
  }

     .supported-badges-list li {
      padding-left: 20px;
      background:url(../images/bullet_square_checked.png) 0 7px no-repeat;
      list-style: none;
      line-height: 1.6em;
    }

/*----------------------------------------
           6. Sekcja Korzyści
----------------------------------------*/
.benefits {
  padding-top: 40px;
  padding-bottom: 60px;
  color: #222;
}

  .benefits-list {
    margin-left: 0;
  }

    .benefits-list li {
      padding-left: 20px;
      background:url(../images/bullet_square_checked.png) 0 7px no-repeat;
      list-style: none;
      line-height: 1.6em;
    }

  .benefits-list-subheader {
    font-size: 4.1mm;
    margin-top: 16px;
    margin-bottom: 0;
    padding-bottom: 5px !important;
  }

    
/*----------------------------------------
          7. Sekcja Google Play
----------------------------------------*/
.google-play {
  padding-top: 10px;
  padding-bottom: 40px;
  border-top: 1px solid #eee;
  background-color: #f3f5f3;
  text-align: center;
}

/*----------------------------------------
               8. Stopka
----------------------------------------*/
.page-footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #222;
  color: #999;
  text-align: center;
  font-size: 14px;
}

  .syskonf-link {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    outline: none !important;
  }
  
    .syskonf-link img {
      width: 220px;
    }  
    

/*----------------------------------------
            9. Media queries
----------------------------------------*/ 

@media (max-width: 320px) {

   .top-container {
     height: 480px !important;
   }

  .additional-info-list {
    margin-bottom: 3em;
  }
}

@media (max-width: 568px) {
  /*  pomniejszenie wielkości nagłówków, na telefonie litery są zbyt duże  */
  .section-header {
    font-size: 6mm !important;
  }

  .single-screen {
    padding-left: 0;
    padding-right: 0;
  }

  .additional-info-list-header {
     margin-bottom: 1em;
   }

  /*  zwiększenie odstępu między kolejnymi liniami w celu polepszenia czytelności  */
  .additional-info-list li,
  .additional-info-list .fa-li,
  .benefits-list li,
  .benefits-list .fa-li {
    padding-bottom: 1.4em;
  }
}

/*----------------------------------------
            Privacy Policy
----------------------------------------*/ 

.privacy {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.privacy h1 {
  padding-bottom: 1em;
}
.privacy h3 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}