
.sliderBanners{
	display: flex;
	flex-direction: row;

}

.sliderBanner{
	width: 50%;
	border-radius: 50px;	 
	overflow: hidden;
	aspect-ratio: 1/1;
}


#underDevidedBanner{
	top: -1rem;
}

a#textLink{
	color: black;
	cursor: pointer;
}

@media (max-width: 992px) {
	
}
	
	.sliderBanner{
		max-height: 498px;
	}

}

@media (max-width: 768px) {
	.sliderBanner{
		max-height: 468px;
	}
}

/* Najwęższy */
@media (max-width: 576px) {
	.sliderBanner#sliderBanner1{
		width:100%;
		max-height: 374px;
	}
	.sliderBanner#sliderBanner2{
		display: none;
	}
	.sliderTile{
		width:80%;
		left:0;
		margin:auto;
	}
}

.carouselInfo {
	position: absolute;
	bottom: 0px;
	color: #fff;
	width: 100%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.full-width .carouselInfo {
	width: 100%;
}
.roundedElement .carouselInfo{
	top: auto;
	bottom: 0px;
	position: absolute;
}
@media (max-width: 768px) {
	.roundedElement .carouselInfo{
		bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: center;
	}
}

.carouselInfo .bannerTitle, .roundedEl .bannerTitle{
	padding: 0.7rem 1rem;
	font-size: 1.6rem;
	font-weight: 200;
}
@media (max-width: 768px) {
	.carouselInfo .bannerTitle, .roundedEl .bannerTitle{
		font-size: 0.8rem;
	}
}

.carouselInfo .rowContent, .roundedEl .rowContent{
	margin-left:1rem;
	margin-bottom: 1rem;
}

.carouselInfo .rowContent a.show-now {
	color: #fff;
	font-size: 0.8rem;
	display: inline-block;
	padding: 10px 23px;
	margin-top: 10px;
	background: #fff;
	color: #000;
	border-radius: 0.25rem;
	border: 1px solid #000;
	transition: background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease-out,-webkit-box-shadow .15s ease-out;
}

.carouselInfo .rowContent a.show-now:hover {
	background: #000;
	color: #fff;
	border: 1px solid #fff;
}
@media (max-width: 768px) {
	.carouselInfo .rowContent a.show-now {
		font-size: 0.5rem;
		padding: 5px 10px;
	}
}

.rowContent .tags a {
	color:black;
	line-height: 15px;
	margin-bottom: 5px;
}

.carouselInfo .tags, .roundedEl .tags{
	float: left;
	width: 100%;
}
.carouselInfo .tags > div{
    padding: 0px;
    font-size: .65rem !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
	.carouselInfo .tags > div{
		font-size: .55rem !important;
	}
}

.carouselInfo .tags > div:first-child {
	background-color:#7e8cd5;
	min-width: 40%;
    text-align: center;
}

.full-width .carouselInfo .tags > div:first-child {
	background-color:transparent;
	margin: 0px 1rem;
}

.carouselInfo .tags > div:nth-child(2){
	background-color:#cdf0c9;
	width: 50%;
    text-align: center;
	margin-top: 8px;
}

.roundedElementGen{
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.roundedElementGen{
		margin-bottom: 0px;
	}
}

.roundedElement{
	width:49%;
	min-height: 150px;
	margin: 0.05rem;
	position: relative;
}

.roundedElement.full-width{
	width:100%;
}

.roundedElement .element {
	min-height: 300px;
	width: 100%;
	background-size: 100%;
	overflow: hidden;
}

.roundedElement .element img {
	max-width: 100%;
}
.roundedElement:first-child {
	margin-right: 1%;
}
.roundedElement.full-width:first-child {
	margin-right: 0%;
}
.roundedElement:first-child .element{
	background-color: #eee;
	
}

.roundedElement:nth-child(2) {
	margin-left: 1%;
}
.roundedElement:nth-child(2) .element{
	background-color: #eee;
}

.roundedElTags{
	height:105px;
	width:369px;
	background-color: #d9d9d9;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .8), 0px -1px 0px #fff;
	display: flex;
	flex-direction: column;
	position: relative;
	top: -2rem;
	left: 4rem;
}

#carousel .icon-prev{
	display: none;
}

#carousel .icon-next{
	display: none;
}

@media (max-width: 992px) {
	.carouselInfo{
		left: 0rem;
		bottom: 0rem;
		top: auto;
	}

}

@media (max-width: 768px) {
	
	.roundedElementGen{
		flex-direction: column;
	}
	
	.roundedElement{
		width:100%;
	}
	
	.roundedElement:first-child{
		margin-bottom: 15px;
	}
	
	.roundedElTags{
		left: auto;
		margin: auto;
	}
	
	.carouselInfo{
		left: 0px;
		margin: auto;
		width: 100%;
		right: 0px;
	}


}