div.carouselContainer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
div.carouselContainer button:focus,
div.carouselContainer input:focus{
    outline: 0;
}
div.carouselContainer>div.items-adv {
	max-width: 100%;
	position: absolute;
	bottom: 60px;
}
div.carouselContainer>div.items-adv>.item {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
div.carouselContainer>div.items-adv>.item>.title {
	font-size: 36px;
	text-transform: uppercase;
	line-height: 140%;
	color: var(--color1);
	margin-bottom: 20px;
}
div.carouselContainer>div.items-adv>.item>.text {
	font-size: 24px;
	line-height: 140%;
	color: var(--color4);
	background: fuchsia;
	
}
div.carouselContainer>div.tech-num-items {
	max-width: 100%;
	position: absolute;
	bottom: 60px;
}
div.carouselContainer>div.tech-num-items .item:not(:last-child) {
	margin-right: 80px;
}
div.carouselContainer>div.tech-num-items .item .title {
	font-family: 'LVnumbers';
	font-size: 85px;
	font-weight: 600;
	color: var(--color1);
	letter-spacing: 2px;
}
div.carouselContainer>div.tech-num-items .item .text {
	font-size: 18px;
	color: var(--color4);
}

.tech-num-items.pps_flex.pps_flex_row.pps_flex_margin_large {
	margin-left: auto;
	margin-right: auto;
}



div.carousel {
	width: auto;
	height: auto
}
div.carousel div.item {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
div.carousel div.item img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	box-sizing: border-box
}
div.carousel div.item img+span {
	font-size: 32px;
	font-weight: 600;
	color: var(--color4);
	display: block;
	position: absolute;
	right: 20px;
	margin-top: 10px;
}
div.carousel div.item img+span a {
	color: var(--color4);
	border: none;
}
div.carousel div.item>.logo {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 20px;
	padding: 0 20px;
}
div.carousel div.item>.logo img {
	width: 100%;
	min-width: 100%;
	height: auto;
}
div.carousel div.item .logo > .header {
	font-size: var(--font-extra);
	color: var(--color-100);
	background: transparent;
	max-width: 100%;
	position: relative;
	line-height: 1.2;
	z-index: 1;
}
.carousel.carousel-top {
	background: var(--color5);
	
}
div.carousel.carousel-top div.item img.cimg {
	opacity: 0.5;
}
div.carousel.slick-slider {
	margin: 0
}
div.carousel .slick-prev {
	left: 25px;
	z-index: 5;
	background: var(--color1) url(/ext/Template/files/ico-left.svg) center center no-repeat;
	border-radius: 50%;
	opacity: 1;
	width: 60px;
	height: 60px;
}
div.carousel .slick-prev:hover {
	background-color: #fff;
}
div.carousel .slick-prev:before {
	content: '';
	display: none;
}
div.carousel .slick-next {
	right: 25px;
	z-index: 5;
	background: var(--color1) url(/ext/Template/files/ico-right.svg) center center no-repeat;
	border-radius: 50%;
	opacity: 1;
	width: 60px;
	height: 60px;
}
div.carousel .slick-next:hover {
	background-color: #fff;
}
div.carousel .slick-next:before {
	content: '';
	display: none;
}
div.carousel .slick-list {
	max-width: 100%;
	background: #000;
}

div.carousel .slick-dots {
	bottom: 5%;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

div.carousel .slick-dots li {
	height: 4px;
	flex: 1 1 auto;
	margin: 0 4px;
	padding: 0;
}
div.carousel .slick-dots li button:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 10px;
	opacity: 1;
	background: var(--color1);
	border-radius: 0%;
	width: 100%;
	height: 100%;
}
div.carousel .slick-dots li.slick-active button:before {
	opacity: 1;
    background: #fff;
}
@media screen and (max-width: 1500px) {
	div.carouselContainer>div.items-adv>.item>.title {
		font-size: 26px;
		font-weight: 500;
	}
	div.carouselContainer>div.items-adv>.item>.text {
		font-size: 18px;
	}
}
@media screen and (max-width: 1280px) {
	div.carouselContainer>div.items-adv>.item {
		display: none;
	}
	div.carouselContainer>div.tech-num-items .item .title {
		font-size: 50px;
	}
}
@media screen and (max-width: 1024px) {
	div.carousel div.item img+span {
		font-size: 20px;
	}
	div.carousel div.item .logo>.header {
		font-size: var(--font-xlarge);
		line-height: 1.0;
		margin-top: var(--step2);
	}
	div.carouselContainer>div.tech-num-items .item .title {
		font-size: 30px;
	}
}

@media screen and (max-width: 800px) {
	div.carouselContainer>div.tech-num-items {
		bottom: 30px;
	}
}

@media screen and (max-width: 769px) {
	div.carouselContainer>div.tech-num-items {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	div.carousel div.item img+span {
		font-size: 20px;
	}
	div.carousel div.item .logo>.header {
		font-size: var(--font-large);
		margin-top: var(--step);
	}
	div.carousel .slick-prev {
		left: 10px;
		width: 30px;
		height: 30px;
	}
	div.carousel .slick-next {
		right: 10px;
		width: 30px;
		height: 30px;
	}
}
