@charset "utf-8";
/* CSS Document */
.promocja, .standard {
    display: none;
}


.mw800 {
	max-width:800px;
	margin:auto;
}
#polecamy {
	position:relative;
}
.ow-jot-prevBtn,.ow-jot-nextBtn {
	position:absolute;
	transform: translateY(-50%);
	top:50%;
	cursor:pointer;
	opacity:0.6;
	path {fill:#333}
	z-index:9999;
}
.ow-jot-prevBtn {
	left:0px;
}
.ow-jot-nextBtn {
	right:0px;
}
.ow-jot-prevBtn:hover svg,.ow-jot-nextBtn:hover svg {
	transition: all .2s ease-in-out;
	transform: scale(1.4);
}
.ow-jot-prevBtn:hover svg path,.ow-jot-nextBtn:hover svg path {
	transition: all .4s ease-in-out;
	opacity:1;	
	fill:#201f3e;
}

#karuzela {
	padding:40px;
	
}
#karuzela .item {
	height:100%;
	background-image: linear-gradient(transparent 24%, rgb(24, 23, 52) 100%), url(../img/bg.jpg);
	color:#fff;
	border-radius:15px;
	padding-top:40px;
	display: flex;
}

.owl-carousel .owl-stage {
    display: flex;
}

.polecamy-cont {
	padding:30px;
}

.polecamy-ah {
	font-weight:bold;
}
.polecamy-title {
	font-weight:bold;
	font-size:20px;
	line-height:24px;
	margin-bottom:10px;
	
}
.polecamy-txt {
	font-size:15px;
	line-height:19px;
}

.polecamy-cta {
	display:inline-block;
	padding:10px 20px;
	border:2px solid #fff;
	border-radius:30px;
	color:#fff;
	font-size:15px;
	line-height:15px;
	font-weight:bold;	
}
.polecamy-cta:hover {
	text-decoration:none;
	color:#ffdef2;	
	border:2px solid #ffdef2;
}

.polecamy-divider {
	max-width:100px;
	height:2px;
	background-color:#fdc7e7;
	margin:6px 0px;
}

.fs20 {
	font-size:18px;
}
.promo-txts {
	max-width:570px;
	margin:auto;
}
.promo-txt {
	font-size:20px;
	position:relative;
	padding-left:40px;
	margin-bottom:10px;
}

.promo-txt strong {
	color: #df2e4b;
}

.promo-txt .material-symbols-outlined {
	position:absolute;
	left:0px;
	font-size:26px;
	top:3px;
}

.timer-div {
	background-color:#f9f9f9;
	border-radius:12px;
	padding-top:10px;
	box-shadow:2px 2px 12px #bbb;
	border:2px solid #fff;
}