/*Animacja górna*/
.animacja-srodek{
	/*height: 528px;*/
	width: 100%;
	position: relative;
}

.animacja-kolko{
	position: absolute;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: 1;
}

.animacja-kolo-2{
    position: absolute;
    bottom: 0;
    right: -94px;
}

.animacja-krzyzyk{
    position: absolute;
    bottom: 80px;
    left: 140px;
}


.animacja{
	position: relative;
	/* max-width: 1232px; */
	margin:auto;
	max-height: 528px;
	height: 528px;
}


.animacja, .animacja-slider{
    width: 100%;
    height: 100%;
    display: block;
    background: #3e7e9a;
}

.animacja-slider-tresc{
    display: flex;
    justify-content: start;
    color: #fff;
    max-width: 100%;
    height: 100%;
    width: 100%;
    margin: auto;
    /* left: -21%; */
    position: relative;
    background-image: url(../grafika/maska.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.animacja-slider-tytul {
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 44px;
    margin-left: 40px;
    text-align: left;
    margin-top: 140px;
    font-style: italic;
	position: relative;
}

.animacja-slider-tytul:after{
    content: "";
    background-color: #ff9900;
    width: 190px;
    height: 4px;
    bottom: 176px;
    left: 0px;
    position: absolute;
    /* z-index: 2222222222; */
}


.animacja-slider-tytul span{
    /* font-size: 48px; */
    font-weight: 300;
    display: block;
    margin-top: 8px;
}

.animacja-slider-tytul a{
	display: table;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background: #fff;
    color: #000;
    text-decoration-color: transparent;
    margin-top: 32px;
    padding: 20px 40px;
    border-radius: 40px;
    position: relative;
}

/* .animacja-slider-tytul  a[target="_blank"]:hover:before{
    content: url(../grafika/link_zew.png);
    position: absolute;
    right: 16px;
    top: 8px;
} */

.animacja .slick-slide{
	width: 100%;
}

.animacja .slick-list{
	width: calc(100% - (calc((100% - 1232px) / 2)));
    margin-left: calc((100% - 1232px) / 2);
}

.animacja .slick-track{
	width: 100%;
}

.animacja-slider-tytul a:hover{
	opacity: 0.8;
}


.animacja-slider-slide{
	width: 100%;
	max-width: 100%;
	/* height: calc(100vh - 150px); */
	height: 528px;
	background-position: right -31px;
	background-size: cover;
	display: flex!important;
	align-items: center;
	justify-content: flex-start;
	background-repeat: no-repeat;
}


/*Animacja górna*/

.animacja-slider .slick-track{
	height:528px;
}


.animacja-slider .slick-next {
	opacity: 0;
    top: 49%;
    right: 5%;
    z-index: 2;
}
.animacja-slider .slick-prev {
	opacity: 0;
	top: 49%;
	left: 5%;
  	z-index: 2;
}
.animacja-slider:hover .slick-next,
.animacja-slider:hover .slick-prev {
	opacity: 1 !important;
}
.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 {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    opacity: 1;
    padding: 20px;
    /*background: #000;*/
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
}
.animacja-slider .slick-prev:before {
	padding: 0px 0px 0px 0px;
	right: 5%
}
.animacja-slider .slick-next:before {
	padding: 0px 0px 0px 0px;
	left: 5%;
}
.animacja-slider .slick-prev:hover:before, .animacja-slider .slick-next:hover:before {
	opacity: 0.75;
}

.animacja-slider .slick-prev:before{
	/* content: "\f104"; */
	content:url(../grafika/rot-l.png);
	left:5%;
}
.animacja-slider .slick-next:before{
	/* content: "\f105"; */
	content:url(../grafika/rot-p.png);
	right: 5%;
}

.animacja-slider .slick-dots{
	display: none!important;
}

.animacja-slider,.slick-dotted.slick-slider{
	margin-bottom: 0px!important;
}
.animacja-slider-buttons  {
	position: relative;
	z-index: 99;
	transition: 0.2s;
	margin: 0px auto;
}
.animacja-slider-buttons > * {
  opacity: 0;
}
.animacja:hover > .animacja-slider-buttons > *, .animacja > .animacja-slider-buttons > *:focus {
	opacity: 1;
}
#animacja-pause, #animacja-play{
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	border:none;
	background: rgba(0, 0, 0, 0.7);
	color:#fff;
	font-size: 14px;
	height: 35px;
	padding: 0px 12px 0px 12px;
	transition: all 0.3s;
}
#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;
}
#animacja-pause:hover, #animacj-baner-play:hover {
	opacity: 0.75;
}
/*Mobilne*/

@media all and (min-width: 320px) and (max-width: 1279px) {
	.animacja-kontener{
		flex-wrap: wrap;
		height: 448px;
	}
	.animacja-srodek{
		width: 100%;
		height: 448px;
	}
	.animacja, .animacja-slider{
		width: 100%;
        height: 448px;
	}
	.animacja-slider-slide{
		width: 100%;
		max-width: 100%;
		height: 448px;
	}
	.animacja-slider-slide:after{display: none;}
	/*.animacja-slider .slick-prev{left:-344px;}*/
	.animacja .slick-list{
		width: calc(100% - (calc((100% - 992px) / 2)));
		margin-left: calc((100% - 992px) / 2);
	}
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.animacja-kontener{display:none!important;}
	.animacja-srodek{display:none;}
	.pogoda{display:none;}
	.dane-pogoda{padding:12px 15px;}
}

@media all and (min-width: 0px) and (max-width: 639px) {
	.animacja-slider-slide{height:190px;}
	.animacja-slider-tresc:before{right: 0px;top: 0px;}
	.animacja-srodek{width: 100%;}
	.animacja-kontener{display:none!important;}
}