div.carouselContainer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	opacity: 0;
}

div.carousel.pps_hide {
	display: none;
}

div.carousel {
	width: auto;
	max-width: 100%;
	height: auto;
	position: relative;
}

div.carousel div.item {
	cursor: pointer;
	text-align: center;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

div.carousel div.item1 img {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

div.carousel div.item .text2 {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	/*background-color: rgba(52,55,60,0.5);*/
	background-position: left 10% top 50%;
	background-repeat: no-repeat;
	background-size: auto;
	display: block;
}
div.carousel div.item .text2.bg_right {
	background-position: right 10% top 50%;
}


div.carouselText {
	width: 100%;
	max-width: 1440px;
	/*min-height: calc(100% - 500px);*/
	margin: 0 auto;
	padding: 20px 20px;
	position: absolute;
	display: block;
	z-index: 5;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	background:  rgba(153,121,97,0.5);
}

div.carouselText div.title {
	font-weight: 900;
	font-size: 280%;
	color: white;
	text-transform: uppercase;
}

div.carouselText .advent2 {
	font-size: 27px;
	font-weight: 700;
	color: #fff;
	padding-top: 40px;
	letter-spacing: 0.05em;
}
div.carouselText .advent2 .img {
	background: #fff;
	width: 80px;
	max-width: 80px;
	min-width: 80px;
	height: 80px;
	max-height: 80px;
	min-height: 80px;
	margin-bottom: 20px;
	border-radius: 50%;
	overflow: hidden;
}
div.carouselText .advent2 .descr {
	padding-left: 20px;
	position: relative;
}
div.carouselText .advent2 .descr:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}
div.carousel.slick-slider {
	margin: 0 auto;
}
div.carousel.slick-slider .slick-prev {
	left: 25px;
	z-index: 5
}
div.carousel.slick-slider .slick-next {
	right: 25px;
	z-index: 5;
}
div.carousel.slick-slider .slick-dots {
	bottom: inherit;
	top: 50%;
	margin-top: -120px;
	right: 25px;
	width: 36px;
}
div.carousel.slick-slider .slick-dots li button:before {
	color: #f0f0f0;
	content: '';
	background: transparent url(/files/template/iz/slide.bullet.png) center no-repeat;
}

div.carousel.slick-slider .slick-dots li.slick-active button:before {
	color: #f0f0f0;
	content: '';
	background: transparent url(/files/template/iz/slide.bullet.active.png) center no-repeat;
}
div.bulletDown {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 5;
	bottom: 2%;
	left: 50%;
	margin-left: -15px;
	background: transparent url(/files/template/iz/slide.bullet.go.png) center no-repeat;
	cursor: pointer;
}
@media screen and (max-width: 1280px) {
	div.carouselText div.title {
		font-size: 200%;
		color: white;
		text-transform: uppercase;
	}
	div.carouselText .advent2 {
		font-size: 20px;
		padding-top: 0px;
	}
}
@media screen and (max-width: 960px) {
	div.carousel div.item {
		background-position: top left;
		background-repeat: no-repeat;
		background-size: cover;
	}
	div.carousel div.item1 img {
		cursor: pointer;
	}
}
@media screen and (max-width: 768px) {
	div.carousel.pps_hide_view_medium {
		display: none;
	}
	div.pps_hide.pps_block_view_medium {
		display: block;
	}
	div.carousel div.item {
		background-size: contain;
	}
	div.carouselText {
		position: relative;
	}
	div.carouselText .advent2 br {
		display: none;
	}
	div.carouselText .advent2>div {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	div.carouselText .advent2 .img {
		margin: 0;
	}
	div.carouselText .advent2 .descr:before {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	div.carousel.pps_hide_view_small {
			display: none;
		}
		div.pps_hide.pps_block_view_small {
			display: block;
		}
	div.mouse-wrapper {
		display: none;
	}
	div.carouselText .advent2 .img {
		width: 60px;
		max-width: 60px;
		min-width: 60px;
		height: 60px;
		max-height: 60px;
		min-height: 60px;
	}
}	
@media screen and (max-width: 375px) {
	div.carouselText .advent2 {
		font-size: 14px;
	}
	div.carouselText .advent2 .img {
		width: 40px;
		max-width: 40px;
		min-width: 40px;
		height: 40px;
		max-height: 40px;
		min-height: 40px;
	}
}