
html, body {
    margin: 0;
    padding: 0;
    color: #231f20;
}

*{
    box-sizing: border-box;
}

.zdj{
  width: 100%;
  min-height: 100%;
}


.all{
   
    background-size: cover;
    position: fixed;
    -webkit-flex: 1 1 auto;

    overflow-y: auto;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-overflow-scrolling: touch;
}
.row{
  margin: 0;
}

.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;
}
.strona{
    min-height: 100vh;
    min-width: 100vw;
    padding: 0;
    margin:0;
    position: absolute;
    top: 0;
    z-index:-1;
}

.no-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0px;

}

.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;
  }

  #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: 767px) {

    .plus{
      font-size: 12px;   
  }
  .numer{
      font-size: 20px;
  }
    
    .logo-multivan{
        width: 80% ;
    }
    
}

#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);

}
