.kontener-animacja {
	width: 100vw;
	max-width: 80vw;
  height: 39vw;
	max-height: 648px;
	margin: 120px auto 0px;
	transform: skewX(-16deg);
}
@media all and (min-width: 320px) and (max-width: 1023px){
	.kontener-animacja {
		max-width: 95vw;
		transform: none;
		margin: 100px auto 0px;
	}
}
@media all and (min-width: 1682px) {
	.kontener-animacja	{
		max-width: 1448px;
	}
}
.kontener-animacja:after {
	position: absolute;
	bottom: 144px;
	right: -144px;
	z-index: 1000;
	display: block;
	content: "";
	width: 92vw;
	max-width: 937px;
	height: 10vw;
	max-height: 72px;
}
@media all and (min-width: 320px) and (max-width: 1023px){
	.kontener-animacja:after {
		display: none;
	}
}

/*Animacja górna*/
.animacja, .animacja-slider{
	width: 100%;
	height: 39vw;
	max-height: 648px;
	display: block;
}
.animacja{
	position: relative;
	overflow: hidden;
}
.animacja-slider 	{
	width: 117%;
	display: block;
	transform: translate(-6vw, 0px) skewX(16deg);
}
@media all and (min-width: 320px) and (max-width: 1023px){
	.animacja-slider 	{
		width: 100%;
		transform: none;
	}
}
.animacja-slider-tytul {
	display: none;
}
.animacja-slider-slide{
	width: 100%;
	max-width: 100%;
	height: 39vw;
	max-height: 648px;
	background-position: center center!important;
  background-size: cover!important;
}


/*Strzałki*/

.animacja-slider .slick-next{
	top: 40%;
	left: unset;
	right: 13%;
	z-index: 9 !important;
	opacity: 0;
}

.animacja-slider .slick-prev{
	top: 40%;
	left: 15%;
	z-index: 9 !important;
	opacity: 0;
}

.animacja-slider .slick-prev:before, .animacja-slider .slick-next:before{
	font-family: "Font Awesome 5 Free";
 	font-size: 24px;
  color:#fff;
}

.animacja-slider .slick-prev:before{
	content: "\f060";
	color:#fff;
}
.animacja-slider .slick-next:before{
	content: "\f061";
	color:#fff;
}

.animacja-slider .slick-dots {
	top: 16px;
	bottom: unset;
	right: 11vw;
	width: 50%;
	max-width: 1232px;
	text-align: right;
}
@media all and (min-width: 320px) and (max-width: 1023px){
	.animacja-slider .slick-dots {
		display: none !important;
	}
}
.animacja-slider .slick-dots li button:before {
	font-size: 8px;
 	color: #7cce13;
	opacity: 1;
}
.animacja-slider .slick-dots li.slick-active button:before, .animacja-slider .slick-dots li button:hover:before {
	font-size: 8px;
 	color: #fff;
	opacity: 1;
}

.animacja:hover .animacja-slider .slick-prev, .animacja:hover .animacja-slider .slick-next {
	opacity: 1;
}

.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;
	transform: skewX(16deg);
}
.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;
}
