/*Animacja górna*/
.animacja-srodek{
	height: 352px;
	max-width: 100%;
	margin:0px auto 0px auto;
	width: 1232px;
	display: flex;
}

.animacja-dane{
	padding: 24px 0px 0px 16px;
    width: 472px;
    background-image: url(../grafika/animacja.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.animacja-dane-dane{
	padding: 32px 40px 0px 40px;
}

.animacja-dane-tytul{
    font-family: 'Martel Sans', sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #001d2c;
    /* border-bottom: 1px solid #243408; */
    margin: 0px;
    padding-bottom: 0px;
    line-height: 1.2em;
}

.animacja-dane-span1{
	font-family: 'Martel Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color:#001d2c;
	display: block;
	padding: 2px 0px;
	line-height: 1.2em;
}

.animacja-dane-span2{
	font-family: 'Martel Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color:#001d2c;
	display: block;
	padding: 16px 0px 8px 0px;
	line-height: 1.2em;
}

.animacja-dane p{
	font-family: "Open Sans";
	color:#001d2c;
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 16px;
	line-height: 1.8;
}

.animacja-dane a{
	color:#001d2c;
	text-decoration-color: transparent;
}


.animacja-dane-span-ikony{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top:24px;
	padding: 8px 40px;
}

.animacja-dane-span-ikony a span{
	display: none;
}

.animacja-dane-span-ikony a i{
	font-size: 34px;
	color:#243408;
}

.animacja-dane-span-ikony a i:hover{
	opacity: 0.7;
}


.animacja{
	position: relative;
	max-height: 352px;
	overflow:hidden;
	height: 352px;
}


.animacja, .animacja-slider{
	width: 100%;
	display: block;
	width: 760px;
}
.animacja-slider-tytul {
	display: none;
}
.animacja-slider-slide{
	width: 100%;
	max-width: 100%;
	height: 352px;
	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;
}

/*Animacja górna*/


.animacja-slider .slick-next {
	opacity: 0 !important;
	top: 49%;
	right: 16px;
  	z-index: 2;
}
.animacja-slider .slick-prev {
	opacity: 0 !important;
	top: 49%;
	left: 16px;
  	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: 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{
	display: none!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;
	left: 16px;
	top: 16px;
	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: 352px;
	}

	.animacja-slider-slide{height:352px;}
	.animacja-kontener{
		flex-wrap: wrap;
		max-width: 100%!important;
		height: 352px!important;
	}
	.animacja, .animacja-slider{
		width: 800px;
	}
	.animacja-slider-slide{
		width: 100%;
		max-width: 100%;
	}
	.animacja:after{display: none;}
	.animacja-dane{padding: 8px 0px 0px 0px; width: 312px;}
	.blok-13-start{margin-top:248px;}
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.animacja-srodek{display:none;}
	.animacja-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%;}
}

