/*Animacja górna*/
.animacja-maska {
	display: flex;
	justify-content: flex-end;
	height: 386px;
	width: 46.5%;
	position: absolute;
	right: 0px;
	z-index: 9;
	margin-top: 0px;
	/* background: rgba(255, 0, 0, 0.5); */
	background-image: url(../grafika/maska\ animacja.png);
	background-position: right top;
	background-repeat: no-repeat;
	top: -1px;
}

.animacja-maska-tekst {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	height: 386px;
	text-align: left;
	width: 420px;
	/* padding: 54px 24px 24px 24px; */
	margin-right: 45px;
}

.slider-napis {
	/*	font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 72px;
    font-weight: 900;
    padding: 16px 32px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.27);
    border-bottom: 2px solid #61c7ef;
    border-top: 2px solid #61c7ef;
    margin: 28px 0px;
    line-height: 78px;
    text-align: center;
    position: relative;*/

	/*    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 44px;
    font-weight: 900;
    padding: 20px 24px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.27);
    border-bottom: 2px solid #61c7ef;
    border-top: 2px solid #61c7ef;
    margin: 28px 0px;
    line-height: 66px;
    text-align: center;
    position: relative;*/
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	padding: 20px 19px;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.27);
	/* border-bottom: 2px solid #61c7ef; */
	/* border-top: 2px solid #61c7ef; */
	margin: 28px 0px;
	line-height: 61px;
	text-align: center;
	position: relative;
}

.slider-napis:before {
	position: absolute;
	content: "";
	background: url(../grafika/animacja_kolko.png);
	background-repeat: no-repeat;
	width: 104px;
	height: 104px;
	right: -124px;
	top: 44px;
	display: none;
}

.animacja-srodek {
	height: 432px;
	max-width: 1232px;
	margin: auto;
	display: flex;
	position: relative;
	/* background-color:#0092E0; */
}

.animacja-srodek:before {
	content: "";
	background: url(../grafika/maska_animacja_v2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 45px;
	z-index: 99;
	display: none;
}

.animacja {
	position: relative;
	max-height: 524px;
	height: 432px;
}

.animacja-slider .draggable {
	height: 432px;
}

.animacja-slider .draggable .slick-track {
	height: 432px;
}

.animacja-slider .draggable .slick-track div {
	height: 432px;
}

.dane-animacja {
	padding: 40px;
	background: url(../grafika/tlo_topka.jpg);
	background-size: cover;
	background-position: center center;
	width: 440px;
}

.dane-animacja h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 24px;
	font-weight: 800;
	margin: 0px 0px 0px -40px;
	padding: 0px 0px 16px 40px;
	text-transform: uppercase;
	background: url(../grafika/czarna.png) left bottom no-repeat;
}

.dane-animacja h2 span {
	font-weight: 300;
}

.dane-animacja-tekst {
	font-size: 14px;
	font-family: "Open Sans";
	color: #000;
	font-weight: 400;
	line-height: 24px;
}

.dane-animacja-tekst span {
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
}

.dane-animacja-tekst span img {
	padding-right: 6px;
}


.animacja,
.animacja-slider {
	width: 100%;
	display: block;
	left: 0px;
	position: relative;
	margin-left: auto;
}

.animacja-slider-tresc {
	display: block;
	width: 100%;
	z-index: 999999999999999999;
	position: absolute;
	left: 0;
}

.animacja-slider-tytul {
	display: flex;
	background: #000;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0px;
	margin: 0px;
	padding: 12px 48px 12px 24px;
	z-index: 9999;
	display: none;
	font-size: 18px;
}

.animacja-slider-tytul a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-decoration-color: transparent;
	position: relative;
}

.animacja-slider-tytul a:after {
	content: url(../grafika/arrow.png);
	position: absolute;
	right: -30px;
	top: -2px;
}

/*.animacja .slick-list{
	overflow:auto!important;
}*/

.animacja-slider-slide {
	width: 100%;
	/*max-width: 792px;*/
	height: 524px;
	background-position: center center !important;
	background-size: cover !important;
}

.animacja-slider-tresc span {
	display: block;
	background: #000;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 60px;
	padding: 10px;
	display: none;
}

/*Animacja górna*/


.animacja-slider .slick-next {
	opacity: 1 !important;
	top: 50%;
	transform: translateY(-50%);
	right: 70px;
	z-index: 9;
}

.animacja-slider .slick-prev {
	opacity: 1 !important;
	top: 50%;
	transform: translateY(-50%);
	left: 115px;
	z-index: 9;
}

.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: 30px;
	color: #fff;
	opacity: 1;
}

.animacja-slider .slick-prev:before {
	padding: 0px 0px 0px 0px;
	right: 0%
}

.animacja-slider .slick-next:before {
	padding: 0px 0px 0px 0px;
	left: 0%;
}

.animacja-slider .slick-prev:hover:before,
.animacja-slider .slick-next:hover:before {
	opacity: 0.75;
}

.animacja-slider .slick-prev:before {
	content: "\f104";
}

.animacja-slider .slick-next:before {
	content: "\f105";
}

.animacja-slider .slick-dots {
	position: relative;
	z-index: 9;
	left: -177px;
	text-align: left;
	bottom: 98px;
	display: block;
	display: none !important;
}

.animacja-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 3px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	border: 2px solid #66cef1;
	border-radius: 50%;
}

.animacja-slider .slick-dots li.slick-active button {
	border: 2px solid #ffd600;
	background: #ffd600;
}

.animacja-slider .slick-dots li {
	margin: 0 !important;
}

.animacja-slider .slick-dots li button:before {
	display: none;
}

.animacja-slider .slick-dots li.slick-active button:before {
	color: #ffd600;
	opacity: 1 !important;
}

.animacja-slider,
.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

.animacja-slider-buttons {
	position: relative;
	z-index: 1;
	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;
	right: 70px;
	top: 8px;
	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: 1023px) and (max-width: 1279px) {
	.animacja-srodek {
		/*height: 380px;*/
	}

	/*.animacja-slider-slide{height:380px;}*/
	.animacja-kontener {
		/*	flex-wrap: wrap;
		max-width: 992px!important;*/
		/*height: 336px!important;*/
	}

	.animacja,
	.animacja-slider {
		/*width: 665px;*/
	}

	.animacja-slider-slide {
		width: 100%;
		max-width: 100%;
	}

	.animacja-srodek:before {
		display: none;
	}

	.animacja-slider .slick-prev {
		left: 105px;
	}
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.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%;
	}
}

.mapa-div-mapa {
	width: 543px;
	height: 302px;
	position: absolute;
	top: 60px;
	right: -10px;
}

.animacja-slider .slick-prev:before,
.animacja-slider .slick-next:before {
	opacity: 0;
}

.animacja:hover .animacja-slider .slick-prev:before,
.animacja:hover .animacja-slider .slick-next:before {
	opacity: 1;
}