html, body {
    margin: 0;
    padding: 0;
    color: #fff;
  }
  * {
    box-sizing: border-box;
  }

  #page{
    
    
    min-height: 100vh;  
    padding: 0px;
    
    overflow-x: hidden ;
    overflow-y: hidden ;
  }
  .gora{
    background: url(img/tlo_czarne.png)  center ;
    background-size: cover;
    
    padding: 0px;
    margin: 0px;
  }
.pol{
  font-size: 29px;
line-height: 6px;
color: #ffffff;
font-family: "Open Sans";
font-weight: 400;
}
.niemcy{
  font-size: 52px;
line-height: 43px;
color: #ffffff;
font-family: "Open Sans";
font-weight: 800;
}
.bg-my{
  background: #000;
}

.dania{
  z-index: 100;
}
.wlochy{
  z-index: 100;
}
.niemcy2{
  z-index: 100;
}

.dania::before{
  content: "";
  position: absolute;
  width: 1000%;
  height: 100vmax;
  top: -90px;
  right: 0px;
  z-index: -10;

  background:  #d96b1a;
}

.wlochy::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100vmax;
  top: -90px;
  right: 0px;
  z-index: -1;

  background: #32a909;
}
.niemcy2::before{
  content: "";
  position: absolute;
  width: 10000px;
  height: 100vmax;
  top: -90px;
  left: 0px;
  z-index: -1;

  background:  #127dcf;
}
.strzalka{
  padding-top: 150px;
}
.strzalka2{
  padding-top: 65px;
}
.log{
  width:50%;
}
.klik{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 55px;
  color: #ffffff;
  font-family: "Overpass";
  font-weight: 300;
  margin-top: -15px;
}
.oferta{
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: -18px;
  color: #d0d0d0;
  font-family: "Overpass";
  font-weight: 100;
 
}
.przejdz{
  font-size: 13px;
letter-spacing: 1px;
line-height: 55px;
color: #ffffff;
font-family: "Overpass";
font-weight: 300;
text-align: center;
}
a:hover{
  text-decoration: none;
}
@media (max-width: 1000px) {
  .pol{
    font-size: 12px;
  line-height: -11px;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 400;
  margin-bottom: 8px;
  }
  .niemcy{
    font-size: 22px;
  line-height: 23px;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 800;
  }
  .strzalka{
    padding-top: 70px;
  }
  .strzalka2{
    padding-top: 25px;
 
  }
  .przejdz{
    font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 55px;
  color: #ffffff;
  font-family: "Overpass";
  font-weight: 300;
  text-align: center;
 
  }
}
@media (max-width: 600px) {
  .pol{
    font-size: 12px;
  line-height: -16px;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 400;
  margin-bottom: 8px;
  }
  .niemcy{
    font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 800;
  }
  .strzalka{
    padding-top: 70px;
  }
  .strzalka2{
    padding-top: 40px;
 
  }
  .log{
    width:100%;
  }
  .klik{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #ffffff;
    font-family: "Overpass";
    font-weight: 300;
  
  }
  .oferta{
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: -15px;
    color: #d0d0d0;
    font-family: "Overpass";
    font-weight: 100;
    margin-top: -22px;
  }
  .przejdz{
    font-size: 6px;
  letter-spacing: 0.5px;
  line-height: 55px;
  color: #ffffff;
  font-family: "Overpass";
  font-weight: 300;
  text-align: center;
  }
}
  

