.kontener-animacja{
	width: 100%;
	margin-top: 80px;
}

/*Animacja górna*/
.animacja{
	position: relative;
	max-height: 600px;
	height: 600px;
	overflow:hidden;
}

.animacja:before{
    position: absolute;
    bottom: -106px;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 199px;
    content: "";
    background-image: url(../grafika/maska_slajder.png);
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;

}

.animacja, .animacja-slider{
	width: 100%;
	display: block;
}
.animacja-slider-tytul {
	display: none;
}
.animacja-slider-slide{
	width: 100%;
	max-width: 100%;
	height: 600px;
	background-position: center center!important;
    background-size: cover!important;
}


/*Strzałki*/

.animacja-slider .slick-next{
	right: 16px!important;
    z-index: 9;
}

.animacja-slider .slick-prev{
	left: 8px!important;
    z-index: 9;
}

.animacja-slider .slick-prev:before, .animacja-slider .slick-next:before{
	font-family: "Font Awesome 5 Free";
 	font-size: 32px;
    color:#fff;
}

.animacja-slider .slick-prev:before{
	content: "\f104";
	color:#fff;
}
.animacja-slider .slick-next:before{
	content: "\f105";
	color:#fff;
}

.animacja-slider .slick-dots{
	bottom: 8px!important;
	display: none!important;
}

.animacja-slider,.slick-dotted.slick-slider{
	 margin-bottom: 0px!important;
}


/*Zatrzymanie/Uruchomienie*/

.animacja-slider-buttons{
	position: relative;
	z-index: 1;
	opacity: 0;
	transition: 0.2s;
	margin: 0px auto;
}
.animacja:hover > .animacja-slider-buttons {
	opacity: 1;
}
#animacja-pause, #animacja-play{
	cursor: pointer;
	position: absolute;
	top: 0px;
	border:none;
	background: rgba(0, 0, 0, 0.7);
	color:#fff;
	font-size: 14px;
	height: 35px;
	padding: 0px 12px 0px 12px;
}
#animacja-pause:before {
	content: "\f04c";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	color: #fff;
	margin: -2px 10px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#animacja-play:before {
	content: "\f04b";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	color: #fff;
	margin: -2px 10px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#animacja-play {
	display: none;
}

/*Kontener z treścią*/
.animacja-slider-tresc{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.animacja-slider-tresc span{
	background: rgba(0, 0, 0, 0.73);
	color:#fff;
	font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    padding: 40px 40px 40px 40px;
}

.animacja-slider-tresc span span{
	font-family: 'Play', sans-serif;
	font-weight: 400;
	display: block;
	padding-top: 0px;
    padding-bottom: 0px;
    background: transparent;
}





/*Mobilne*/
@media all and (min-width: 1024px) and (max-width: 1279px){

}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.kontener-animacja{
		    /* display: none; */
			margin-top: 15px;
	}
	.animacja, .animacja-slider{
		width: 100%;
		height: auto;
	}
	.animacja-slider-slide{
		width: 100%;
		max-width: 100%;
	}
	.animacja-slider-slide:after{display: none;}
	.animacja:before{display:none;}
}

@media all and (min-width: 0px) and (max-width: 639px) {
	.animacja-slider-slide{height:280px;}
	.animacja-slider-tresc:before{right: 0px;top: 0px;}
}