/*Animacja górna*/

.animacja_tlo {
  width: 100%;
  height: 47vw;
  max-height: 902px;
  position: relative;
  display: flex;
  margin: 144px auto 0px;
  background: #000;
}
.animacja {
  position: relative;
  height: 100%;
	width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.animacja::after {
  display: block;
  width: 100%;
  height: 29vw;
  max-height: 538px;
  content: "";
  position: absolute;
  bottom: -45%;
  background: url(../grafika/maska1.png) center center no-repeat;
  background-size: 100% 100%;
}
.animacja-slider {
  flex: 1 1 100%;
  width: 100%;
}
.animacja-slider .slick-list, .animacja-slider .slick-list .slick-track {
  height: 100%;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .animacja_tlo, .animacja, .animacja-slider {
    display: none;
  }
}
.animacja-slider-tresc {
  max-width: 576px;
  margin: 4% calc((100% - 1232px) / 2) 0 auto;
}
.animacja-slider-tresc .animacja-slider-tytul {
  font-family: 'Ubuntu', sans-serif;
  font-size: 70px;
  line-height: 90px;
  font-weight: 700;
  color: #ffffff;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media all and (max-width: 1232px) {
  .animacja-slider-tresc {
    max-width: 40%;
    margin: 4% 32px 0 auto;
  }
}
@media all and (max-width: 1600px) {
  .animacja-slider-tresc .animacja-slider-tytul {
    font-size: 3.4vw;
    line-height: 3.8vw;
  }
}
.animacja-slider-tresc .animacja-slider-tytul .animacja-slider-tytul-podpis {
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  margin: 16px 0px 0px 0px;
}
.animacja-slider-slide {
	width: 100%;
  height: 47vw;
  max-height: 902px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex !important;
}
@media all and (min-width: 320px)and (max-width: 1023px) {
	.animacja-slider-slide {
		height: 38vw;
		max-height: 536px;
		max-width: 100%;
	}
}
.animacja-slider .slick-next {
	opacity: 0;
	top: 50%;
  width: 16px;
  height: 24px;
	right: 96px;
  z-index: 9;
  background: url(../grafika/animacja_n.png) center center no-repeat;
}
.animacja-slider .slick-prev {
	opacity: 0;
	top: 50%;
  width: 16px;
  height: 24px;
  left: 72px;
  z-index: 9;
  background: url(../grafika/animacja_p.png) center center no-repeat;
}
.animacja_tlo:hover .slick-next,
.animacja_tlo:hover .slick-prev {
	opacity: 1;
}
.animacja-slider .slick-next:focus,
.animacja-slider .slick-prev:focus {
	opacity: 1 !important;
  outline: 2px outset #ff0000;
}
.animacja-slider .slick-prev:before, .animacja-slider .slick-next:before {
  display: none;
	font-family: "Font Awesome 5 Free";
 	font-size: 30px;
  color:#fff;
	opacity: 1;
}
.animacja-slider .slick-prev:hover, .animacja-slider .slick-next:hover {
	opacity: 0.55;
}

.animacja-slider .slick-prev:before{
	content: "\f104";
}
.animacja-slider .slick-next:before{
	content: "\f105";
}

.animacja-slider .slick-dots {
  display: none !important;
	bottom: 16px !important;
}

.animacja-slider,.slick-dotted.slick-slider{
		margin-bottom: 0px!important;
}
.animacja-slider-buttons  {
  position: absolute;
  top: 0px;
  left: 0px;
	z-index: 1;
	transition: 0.2s;
  max-width: 1232px;
	margin: 0px auto;
}
.animacja-slider-buttons > * {
  opacity: 0;
}
.animacja_tlo:hover .animacja-slider-buttons > *, .animacja > .animacja-slider-buttons > *:focus {
	opacity: 1;
}
#animacja-pause, #animacja-play{
	cursor: pointer;
	position: absolute;
  z-index: 10;
	left: 0px;
	top: 0px;
	border:none;
	background: rgba(0, 0, 0, 0.55);
	color:#fff;
	font-size: 14px;
	height: 28px;
	padding: 0px 12px 0px 12px;
	transition: all 0.3s;
}
#animacja-pause:before {
	content: "\f04c";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	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: 12px;
	color: #fff;
	margin: -2px 10px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#animacja-play {
	display: none;
}
#animacja-pause:hover, #banimacjaaner-play:hover {
	opacity: 0.75;
}

@media all and (min-width: 320px) and (max-width: 1232px) {
  .animacja-slider .slick-next {
  	right: 0px;
  }
  .animacja-slider .slick-prev {
    right: 32px;
  }
}
