		body {
		font-family:'poppins';
		background:#F2F4F8;
		font-size:14px;
		letter-spacing:-0.5px;
		}
		.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		font-weight:bold;
		color:#000;
		}
		.logo {
		width:300px;
		}
		.min100vh {
		min-height:100vh;
		}
		.telefon {
		font-size:2.5rem;
		text-decoration:none;
		}
		h1 {
		font-size:3.5rem;
		color:#fff;
		text-shadow:1px 1px 1px rgba(0,0,0,0.7);
		}
		a {
		color:#63CBF3;
		transition:0.5s all;
		}
		a:hover {
		color:#fff;
		}
		@media (max-width:991px) {
		h1 {
		font-size:2rem;
		}
		.min100vh {
		min-height:0;
		}
		}
		h1 small {
			font-size:28px;
			letter-spacing:0;
			
		}
		.video_container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .1;
  background: #003d9f;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  opacity: .5;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.video_container {
  height:80vh;
}
.video_container video{
 height:80vh;
  width:100vw;
  object-fit:cover;
}
.video_container {
  position: relative;
  line-height: 0;
  overflow: hidden;
  
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: center center;
}
.stopka_upper:before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(footerbefore.png?2ss);
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: center bottom;
}
.stopka_upper {
  text-align: center;
  background: #080a13;
  padding: 20px 0 80px 0;
  color: #474c6a;
  position: relative;
  margin-top: 100px;
}
.bottom-contact sup {
  color: #3172D9;
}
.bottom-contact {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
}
.onvideo {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:9;
display:flex;
flex-direction:column;
align-content:center;
justify-content:center;
}
.btn-primary {
background:#D2050C;
border-color:transparent;
}
.btn-primary:hover {
background:#DC3A3F;	
border-color:transparent;	
}
.chmury {
display:none;
  background-position: bottom center;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 170px;
  z-index: 3;
  background-image: url("https://skydive.pl/wp-content/themes/skydive/img/chmury.webp");
}
header.header_dark {
  background: 0 0;
  background: linear-gradient(to bottom,rgba(23,42,73,.45) 0%,rgba(8,54,96,0) 100%);
  background: linear-gradient(to bottom,rgba(26,60,130,.45) 0%,rgba(26,60,130,0) 100%);
}
header.mainheader {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;

}
.headertop {
  color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 9;
}
.headertop li {
  display: inline-block;
  position: relative;
  padding: 8px 15px;
}
.headertop a {
  color: #fff;
}
.dmbs-logo-link {
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  transition: 1s all;
  background-image: url(oldlogo.png);
  background-repeat: no-repeat;
  width: 207px;
  height: 80px;
  transition: .5s all;
  background-size: contain;
}

.onvideo h3.withborder::before, .onvideo h1.withborder::before {
  border-right: 8px solid #ff0;
  border-bottom: 8px solid #ff0;
  width: 100px;
  height: 100px;
  position: absolute;
  display: inline-block;
  content: "";
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.onvideo h3.withborder::after, .onvideo h1.withborder::after {
  border-left: 8px solid red;
  border-top: 8px solid red;
  width: 100px;
  height: 100px;
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  top: 0;
  margin: 0 auto;
}

.onvideo h3, .onvideo h1 {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  font-size: 60px;
  font-family: 'poppins',sans-serif;
  font-weight: 700;
  letter-spacing: -4px;
	max-width:100%;  
  }
.headertop li i {
  color: red;
  margin-right: 3px;
}

h3.title {
  font-weight: 700;
  letter-spacing: -2px;
  font-size: 34px;
  position:relative;
}
h3.titleborder2 span::before {
  border-left: 5px solid #ffea00;
  border-top: 5px solid #ffea00;
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
  content: "";
  left: -20px;
  top: -5px;
  margin: 0 auto;
}


@media (min-width:1025px) {
  .description-wrapper {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  width:100%;
  padding-top:100px
 }
}
 .description-number,
 .description-numbers {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox
}
 .description-numbers {
 display:flex;
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 padding:0;
 -webkit-box-pack:justify;
 -webkit-justify-content:space-between;
 -ms-flex-pack:justify;
 justify-content:space-between
}

@media (min-width:1200px) {
  .description-numbers {
  -webkit-flex-wrap:nowrap;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap
 }
}
 .description-number {
 width:100%;
 padding:15px 10px;
 text-align:center;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -webkit-flex-direction:row;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center
}
 .awards-list,
 .awards-wrapper {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox
}
@media (min-width:540px) {
  .description-number {
  width:50%
 }
}
@media (min-width:1200px) {
  .description-number {
  padding-top:0;
  padding-bottom:50px;
  width:auto;
  position:relative;
  -webkit-transform:translate(0,40px);
  -ms-transform:translate(0,40px);
  transform:translate(0,40px)
 }
  .description-number:nth-child(even) {
  padding-top:100px;
  padding-bottom:0;
  -webkit-transform:translate(0,-36px);
  -ms-transform:translate(0,-36px);
  transform:translate(0,-36px)
 }
}
 .description-number .desc,
 .description-number .number {
 width:50%
}
@media (min-width:1200px) {
  .description-number .desc,
  .description-number .number {
  /*! width:auto; */
 }
}
 .description-number .number {
 color:#000;
 line-height:normal;
 font-size:44px;
 letter-spacing:-2px;
 text-align:right;
 font-weight:bold;
}
@media (min-width:1025px) {
  .description-number .number {
  font-size:50px
 }
}
 .description-number .desc {
 font-size:16px;
 padding:0 0 0 20px;
 text-align:left
}

.description-numbers > li:nth-child(1):after {
	position:absolute;
	width:65%;
	height:30px;
	border-left:3px solid #D41418;
	border-bottom:3px solid #D41418;
	content:"";
	left:30%;
	bottom:60px;
	
}
.description-numbers > li:nth-child(2):after {
	position:absolute;
	width:65%;
	height:30px;
	border-left:3px solid #D41418;
	border-top:3px solid #D41418;
	content:"";
	left:30%;
	top:70px;
	
}
.description-numbers > li:nth-child(3):after {
	position:absolute;
	width:65%;
	height:30px;
	border-left:3px solid #D41418;
	border-bottom:3px solid #D41418;
	content:"";
	left:30%;
	bottom:60px;
	
}
.licznik .container {
background:#fff;
transform:translateY(-50%);
margin-bottom:-100px;
z-index:999;
position:relative;
padding:20px 10px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
border-radius:10px;
}
.titleborder2 span {
position:relative;
}
.onas2:after, .onas4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: url(graybefore2.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 2;
}
.onas2:before, .onas4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: url(graybefore.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 2;
}
#bezpieczenstwo123:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: url(graybefore2.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#bezpieczenstwo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: url(graybefore.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  background-position: top center;
  background-repeat: no-repeat;
}
ul.ladneli li:before {
  content: "";
  width: 12px;
  height: 11px;
  position: absolute;
  left: -20px;
  top: 8px;
  background-image: url(libg.png);
  background-repeat: no-repeat;
}
ul.ladneli li {
  list-style-type: none;
  position: relative;
  padding-right: 30px;
}
.onas4 {
background: url(ktomozebg.jpg);

position:relative;
}

.onas2{
	position:relative;
	background:#fff;
	
}
#bezpieczenstwo {
  background: url(ktomozebg.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width:1024px) {
	.pr-container {
			padding-right:calc((100vw - 1310px) / 2);
		
	}	
	.pl-container {
			padding-left:calc((100vw - 1310px) / 2);
		
	}	
}



@media (max-width:991px) {
	#navbarSupportedContent {
		background:#0F2F6A;
		padding:20px;
		
	}
	.licznik {
		display:none;
		
	}
.video_container {
height:auto;
}
.licznik {
display:none;
}
.onvideo {
text-align:center;
}
.onvideo h3, .onvideo h1 {
font-size:30px;
}
.dmbs-logo-link {
	margin:0 auto;
	
}
h3.title {
	font-size:24px;
	
}
.onvideo h3, .onvideo h1 {
	letter-spacing:-1px;
	
}
.bottom-contact span {
	font-weight:bold;
	display:block;
	font-size:20px;
}
}


@media (min-width:992px) {
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-weight:bold;
}
  }
  