.lp {margin: 0 auto;padding: 0;width: 100%;font-family: 'Oswald', sans-serif;font-size:18px !important;color:#fff!important;
    background: #007b8d;}
.lp a{text-decoration: none;color:#727272;}
.lp a:hover{color:#000;}
.lp h1{font-family: 'Oswald', sans-serif;
    font-size:24px;
    color:#000;
    text-transform: uppercase;
    padding-top:0;
}
.lp h3{font-family: 'Oswald', sans-serif;
    font-size:18px;
    font-weight:400;
    color:#000;
    text-transform: uppercase;
    margin:20px 0;
}
.lp .section1{background: url('img/bg1.jpg') no-repeat center center;background-size: cover;margin:0;}
.lp .naglowek{background: url('img/naglowek.jpg') no-repeat;background-size: cover;margin:0;}
.lp .section3{background: url('img/bg4.jpg') no-repeat; background-size: contain;margin:0;}
.lp .section4{background: url('img/bg5.jpg') no-repeat center center fixed; background-size: cover;margin:0;}
.lp .section5{background: url('img/bg7.jpg') no-repeat; background-size: cover;margin:0;padding-bottom:100px}
.lp .section6{background: url('img/bg6.jpg') repeat center center fixed; background-size: contain;margin:0;padding-bottom:100px}
.lp .text-box{margin:20px 0;padding: 0 20px}
.lp .start {
    padding: 10px 20px;
    background: #99d321;
    color: #000;
    text-transform: uppercase;
}

.lp .start:hover {
    background: #8abe1e;
    color: #000;
    text-decoration: none;
}

.lp p{margin:20px 0;}

.lp .galeria2 {
    margin-top: 10px;
}

.lp p{font-size:18px !important}
.lp .social a{padding:20px;}
.lp .social{text-align:center}
.lp .social svg{fill:#99d321;}
.lp .text-blok{width:100%;float:left;padding:20px 0;}

.lp .quiz-section{}
.lp .quiz-question{display:none}

.lp .question{
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
}
.lp .answers {
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
}
.lp .answers label{
  display: block;
  margin-bottom: 10px;
}
.lp button{
    font-size: 16px;
    background: #d5d469;
    color: #000;
    text-transform: uppercase;
    border: 0px;
    padding: 10px 20px;
    cursor: pointer;
    z-index:333333;
}
.lp button:hover{
    background: #8abe1e;
    color: #000;
}
.lp #butony{padding-top:10px;}
.lp .slide{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
 margin-bottom:30px;
}
.lp .active-slide{
  opacity: 1;
  z-index: 2;
}
.lp .quiz-container{
    position: relative;
  height: 200px;
  margin: 40px 0 160px 0;
    z-index:0;
}
.lp .message{
    background:#fff;
    color:#000;
    padding:20px;
}
.lp .wynik{font-size:20px;}
.lp .info{font-size:24px;font-weight:600;}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.lp .container {
  position: relative;
  width: 100%;
    padding:10px;
}

.lp .image {
  display: block;
  width: 100%;
  height: auto;
}

.lp .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
  background-color: #727272;
}

.lp .container:hover .overlay, .lp .container:active .overlay, .lp .container:focus .overlay{
  opacity: 1;
  visibility: visible;
}

.lp .text {
    width:100%;
    padding:10px;
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


@media all and (max-width: 768px){.lp .mobile{display: block; visibility:visible;}
.lp .desktop{display: none;visibility: hidden;}.lp .section3{background: url('img/bg4_m.jpg') no-repeat; background-size: contain;margin:0;}.lp .section5{background: url('img/bg7_m.jpg') no-repeat; background-size: cover;margin:0;}.lp .section4{background: url('img/bg5_m.jpg') no-repeat center center fixed; background-size: cover;margin:0;}.lp .quiz-container{
    position: relative;
    height: 200px;
  margin: 40px 0 150px 0;
    z-index:0;
}.lp .question{
  font-size: 18px !important;
  margin-bottom: 10px;
  color: #fff;
}.lp .text {
    padding:30px;
    margin:20px 0;
}.lp .container {
    padding:30px;
}.lp .image {
margin:20px 0;
}}
@media (min-width: 768px){.lp .mobile{display: none; visibility:hidden;}
.lp .desktop{display: block;visibility: visible;}}
@media (min-width: 992px){.lp .mobile{display: none;visibility:hidden;}
.lp .desktop{display: block;visibility: visible;}}
@media (min-width: 1200px){.lp .mobile{display: none;visibility:hidden;}
.lp .desktop{display: block;visibility: visible;}}

