html, body {
    margin: 0;
    padding: 0;
    color: #231f20;
}

*{
    box-sizing: border-box;
}

.all{
    background: url(img/tlo.jpg)  center ;
    background-size: cover;
    position: fixed;

    -webkit-flex: 1 1 auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%
}

.naglowek{
    color: #fff;
}
.plus{
    font-size: 14px;
    
}
.telefon{
  font-family: MyriedPro-Condesed
}
.numer{
  font-size:  20px;
}
.kr{
  font-family: MyriadPro-Condesed;
  font-size: 16px;
  letter-spacing: 6px;

}
.kraje{
    line-height: 22px;
    text-align: center;
}
.nawigacja{
    list-style-type:none;
    font-family: Bebas-Regular;
    font-size: 28px;
    background: rgba(255, 255, 255, 0)
    
   
  }
  .nawigacja a{
    text-decoration: none;
    color: #fff;
  }

  .bar{
    position: fixed;
    right: 50px;
    bottom: 20px;
    z-index: 10;
   
  }
  .bar ul{
    text-align: right;
  }

  .icon{
    position: fixed;
    right: 0px;
    z-index: 10;
    top: 60px;
    
  }

.miedzynarodowe{
    font-size: 18px;
line-height: 44px;
color: #ffffff;
font-family: "Bebas-Neue-Reg";
text-align: right;
padding-left: 30px;
}
.przejazdy{
  font-size: 85px;
line-height: 51px;
color: #ffffff;
font-family: "Bebas-Neue";
text-align: right;
}
.pad{
  padding-left: 50px;
  font-family: Roboto-L;
}

input{
  background: #231f20;
  color: #fff;

  text-align: center;
  border-radius: 5px;
  border-color: #231f20;
  padding: 0;

}
.in{
  margin-left: -20px;
  
}
.polska{
  font-size: 19px;
  font-family: Roboto-L;
  font-weight: 700;

}
.pi{
  width: 40px;
}
.rabat{
  font-weight: 700;
}
.jestesmy{
  font-size: 33px;
line-height: 70px;
color: #ffffff;
font-family: "Bebas-Neue";
text-align: right;
}
.mamy{
  font-size: 113px;
line-height: 44px;
color: #ffffff;
font-family: "Bebas-Neue";
text-align: right;
}
.zasady{
  font-size: 113px;
line-height:84px;
color: #ffffff;
font-family: "Bebas-Neue";
text-align: right;
}
.nasze-uslugi{
  font-size: 17px;
  width: 254px;
height: 336px;
text-align: justify;

}
.mobil{
  text-align: left;
}
#menu-button{
  display: none;
  
}
@media(max-width: 991px)and (min-width: 768px){

  .logo-multivan{
    width: 100%;
}
}

@media  (min-width: 1501px) {
  #menu {display: block !important;}
  .icon{
    display: block !important;
  }
}
@media  (max-width: 1500px) {
  #menu {display: none;
  }
  
  #menu-button {display: block;
    text-align: end;
    float: right;  
  }

  .bar{
    position: fixed;
    right: 0px;
    top:   40px;
    z-index: 10;
    overflow-y: auto;
   
  }
  .nawigacja a{
    text-decoration: none;
    color: rgb(32, 32, 32);
  }
  .icon{
    display: none;
  }
  .nawigacja{
    list-style-type:none;
    font-family: Bebas-Regular;
    font-size: 28px;
    background: rgb(221, 221, 221)
   
  }
  .coll{
    background: rgb(221, 221, 221)
  }
}


  @media(max-width: 1200px){
    .mamy{
      font-size: 113px;
    line-height: 84px;
    color: #ffffff;
    font-family: "Bebas-Neue";
    text-align: right;
    }
    .jestesmy{
      font-size: 33px;
    line-height: 48px;
    color: #ffffff;
    font-family: "Bebas-Neue";
    text-align: right;
    }
   
  }
  
  @media(max-width: 767px) {
    .nasze-uslugi{
      font-size: 17px;
      width: 100%;
    height: 100%;
    margin-bottom: 20px;
    text-align: justify;
    
    }
    .mobil{
      text-align: center;
    }

   
      .plus{
        font-size: 12px;   
    }
    .numer{
        font-size: 20px;
    }
    
      .logo-multivan{
          width: 80%;
      }
      .all{
        background: url(img/_tlo.png)  center ;
        background-size: cover;
        position: fixed;
    
        -webkit-flex: 1 1 auto;
        overflow-y: scroll;
    
        height: 100%

  }
  .pad{
    padding-left: 10px;
    font-family: Roboto-L;
  }


}
  @media(max-width: 991px)and (min-width: 768px){
  
    .pad{
      padding-left: 10px;
      font-family: Roboto-L;
    }
  }
  

  
  #preloader {
      background: #f31e2f linear-gradient(to right, rgb(231, 67, 45), rgb(109, 30, 16));
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 1000;
      
      display: flex;
      justify-content: center;
      align-items: center;
      transition: opacity .35s ease;
  }
  
  .dot {
      width: 20px;
      height: 20px;
      margin: 0 10px;
      border: 4px solid #fff;
      border-radius: 50%;
      animation: show-hide 1s ease infinite;
  }
  
  .dot:nth-child(2) {
      animation-delay: 300ms;
  }
  
  .dot:nth-child(3) {
      animation-delay: 600ms;
  }
  
  @keyframes show-hide {
      0% {
          transform: scale(0);
      }
      
      50% {
          transform: scale(1);
          opacity: 1;
      }
      
      100% {
          opacity: 0;
      }
  }
  
  /* Helpers */
  #preloader.preloader-hiding {
      opacity: 0;
  }
  
  #preloader.preloader-hidden {
      display: none;
  }
  
  @font-face
  {
    font-family: MyriadPro-Condesed;
  
    src:url(../czcionki/MYRIADPRO-COND.OTF);
  }
  @font-face
  {
    font-family: SteelfishEb-Regular;
  
    src:url(../czcionki/steelfish\ rg.ttf);
  }
  
  @font-face
  {
    font-family:  Bebas-Regular;
  
    src:url(../czcionki/Bebas-Regular.otf);
    src:url(../czcionki/Bebas-Regular.ttf);
  
  }
  @font-face
  {
    font-family: MyriadPro-Regular;
  
    src:url(../czcionki/MYRIADPRO-REGULAR.OTF);
  }
  @font-face
  {
    font-family: Bebas-Neue;
  
    src:url(../czcionki/BebasNeue-Bold.otf);
  
  }
  @font-face
  {
    font-family: Bebas-Neue-Reg;
  
    src:url(../czcionki/BebasNeue-Regular.otf);
  
  }
  @font-face
  {
    font-family: Roboto;
  
    src: url(../czcionki/Roboto-Thin.ttf)
  }
  @font-face
  {
    font-family: Roboto-L;
    src: url(../czcionki/Roboto-Light.ttf)
   
  }

  @font-face
  {
    font-family: Roboto-Medium;
    src: url(../czcionki/Roboto-Medium.ttf)
   
  }
 