.tresc-dzielona-shortcode {

}

.tresc-dzielona-shortcode .half {
	position:  relative;
	width:  50%;
}

.tresc-dzielona-shortcode .inside p.nadtitle {
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin: 0 auto 50px auto;
}

.tresc-dzielona-shortcode .inside p.nadtitle img {
	width: 11px;
	height: 11px;
}

.tresc-dzielona-shortcode .inside p.nadtitle img:first-of-type {
	margin-right: 8px;
}

.tresc-dzielona-shortcode .inside p.nadtitle img:last-of-type {
	margin-left: 8px;
}

.tresc-dzielona-shortcode .inside p.title {
    font-family: 'Grad' !important;
	font-weight: 400;
	font-size: 56px;
	line-height: 100%;
	letter-spacing: 0.02em;
	margin: 0 auto;
}

.tresc-dzielona-shortcode .inside p.desc {
	font-weight: 300;
	font-size: 15px;
	line-height: 160%;
	margin: 32px auto 0 auto;
}

.tresc-dzielona-shortcode .inside ul {
	list-style: none;
	margin: 40px auto 0 auto;
	padding: 0;
}

.tresc-dzielona-shortcode .inside ul li {
	-ms-flex-pack: start;
    justify-content: start;
}

.tresc-dzielona-shortcode .inside ul li span {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	max-width: 480px;
}

.tresc-dzielona-shortcode .inside ul li:not(:last-of-type) {
	margin-bottom: 24px;
}

.tresc-dzielona-shortcode .inside ul li img {
	width: 45px;
	height: 45px;
	margin-right: 15px;
}


.gang_slider {
  height: 80vh;
  width: 100%;
  max-width: 470px;
  max-height: 570px;
  perspective: 1000px;
  position: relative;
  margin: 0 0 0 auto;
}

.gang_slider .slide {
	position: absolute;
	opacity: 0;
	width: 200px;
	top: 50%;
	right: -300px;
	transition: 700ms;
}

.gang_slider .slide img {
	width: 100%;
}

.gang_slider .slide.firstSlide {
	width: 193px;
	height: 241px;
	opacity: 1;
    top: 0;
    right: 0;
    animation: firstChild;
}

.gang_slider .slide.secondSlide {
	width: 194px;
	height: 242px;
	opacity: 1;
    top: 50%;
    right: calc(100% - 194px);
    transform: translateY(-50%);
    animation: firstChild;
}

.gang_slider .slide.thirdSlide {
	width: 233px;
	height: 291px;
	opacity: 1;
    top:  calc(100% - 291px);
    right: 0;
    animation: firstChild;
}

@-webkit-keyframes firstChild {
    0% {left:100%; transform: scale(0.2) translate(-50%,-50%);}
    100% {left: -13%; transform: scale(0.2) translate(-50%,-50%);}
}
@keyframes firstChild {
   0% {left:100%; transform: scale(0.2) translate(-50%,-50%);}
    100% {left: -13%; transform: scale(0.2) translate(-50%,-50%);}
}

@media only screen and (max-width: 996px) {
	.tresc-dzielona-shortcode {
		position:  relative;
	}

	.tresc-dzielona-shortcode .half {
		width:  100%;
	}

	.tresc-dzielona-shortcode .inside {
		padding: 30px 0;
	}

	.tresc-dzielona-shortcode .inside p.nadtitle {
		font-weight: 700;
		font-size: 10px;
		line-height: 12px;
		text-align: center;
		letter-spacing: 0.18em;
		text-transform: uppercase;
		margin: 0 auto;
	}

	.tresc-dzielona-shortcode .inside p.title {
    	font-family: 'Grad' !important;
		font-weight: 400;
		font-size: 36px;
		line-height: 100%;
		text-align: center;
		letter-spacing: 0.02em;
		margin: 12px auto 12px auto;
	}

	.tresc-dzielona-shortcode .inside p.desc {
		font-weight: 300;
		font-weight: 300;
		font-size: 13px;
		line-height: 160%;
		text-align: center;
		margin: 12px auto 0 auto;
	}

	.tresc-dzielona-shortcode .inside ul {
		list-style: none;
		margin: 15px auto 0 auto;
		padding: 0;
	}

	.tresc-dzielona-shortcode .inside ul li {
		-ms-flex-pack: start;
	    justify-content: start;
	}

	.tresc-dzielona-shortcode .inside ul li span {
		font-weight: 400;
		font-size: 13px;
		line-height: 160%;
		width: calc(100% - 60px);
	}

	.tresc-dzielona-shortcode .inside ul li:not(:last-of-type) {
		margin-bottom: 15px;
	}

	.tresc-dzielona-shortcode .inside ul li img {
		width: 45px;
		height: 45px;
		margin-right: 15px;
	}

	.gang_slider {
		max-height: 400px;
	}

	.gang_slider .slide.firstSlide {
		width: 130px;
		height: 152px;
		opacity: 1;
	    top: 0;
	    right: 0;
	    animation: firstChild;
	}

	.gang_slider .slide.secondSlide {
		width: 130px;
		height: 152px;
		opacity: 1;
	    top: 50%;
	    right: calc(100% - 130px);
	    transform: translateY(-50%);
	    animation: firstChild;
	}

	.gang_slider .slide.thirdSlide {
		width: 130px;
		height: 184px;
		opacity: 1;
	    top:  calc(100% - 200px);
	    right: 0;
	    animation: firstChild;
	}
}