.height{
	height: 70vh;
}

.w-60 {
	width: 60%;
}

.w-40 {
	width: 40%;
}

.swiper-scrollbar {
	background: #ddd;
	height: 6px;
	border-radius: 3px;
  }
  .znacznik-tla {
	z-index: 0;
	pointer-events: none;
	background-color: #b8b8b8;
  }
  .karuzela-stronaglownastart h2 {
	z-index: 1;
	position: relative;
  }
  
  .swiper-scrollbar-drag {
	background: #dc3545; /* kolor paska (czerwony) */
	border-radius: 3px;
  }
 .h-40{
	height: 60%;
 }

.top-80{
	top: 80%;
}
.height{
	height: 70vh;
}

element.style {
    transition-duration: 0ms;
}
 
.scrollbarposition {
    left: 10% !important;
    position: absolute;
    width: 80% !important;
    bottom: 50px !important;
}

.h-50 {
	height: 100%;
}
@media screen and (max-width: 911px) {
	.scrollbarposition {
		left: 0 !important;
		width: 100% !important;
	}
	.w-60 {
		width: 100%;
	}
	
	.w-40 {
		width: 100%;
	}

	.height{
		height: 110vh;
	}
	.h-50 {
		height: 50%;
	}
	
}