div.carouselContainer {
	width: 100%;
	max-width: 1390px;
	height: auto;
	margin: 0 auto;
}
div.carouselContainer button:focus,
div.carouselContainer input:focus{
    outline: 0;
}

div.carousel {
	width: auto;
	height: auto
}

div.carouseltop div.item {
	width: 100%;
	height: 590px;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

div.carousel  {
	
}

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

div.carousel.slick-slider {
	margin: 0
}

div.carousel .slick-prev {
	left: -3px;
	z-index: 5;
	height: auto;
}

div.carousel .slick-next {
	right: 0px;
	z-index: 5;
	height: auto;
}

div.carousel.carouseltop .slick-prev {
	left: 25px;
	z-index: 5;
	height: auto;
}

div.carousel.carouseltop .slick-next {
	right: 25px;
	z-index: 5;
	height: auto;
}

div.carousel .slick-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 50%;
	color: #d50673;
}

div.carousel .slick-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 50%;
	color: #d50673;
}

div.carousel .slick-dots {
	bottom: 5%;
}

div.carousel.products .slick-dots {
    bottom: -10px;
}

div.carousel .slick-dots li button {
	
}

div.carousel .slick-dots li.slick-active {

	}

div.carousel .slick-dots li button:before {
	color: #f0f0f0;
	content: '';
	font-family: 'FontAwesome';
	font-size: 10px;
	opacity: 0.5;
	background: #d50673;
	border-radius: 50%;
	
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
}

div.carousel .slick-dots li.slick-active button:before {
	opacity: 1;
    color: #d50673;
}

.carouselContainer.first {
	margin-top: 25px;
	overflow: hidden;
	
}

.carouselContainer.first div.carouseltop div.item {
	width: 100%;
	height: auto;
	
}

.carouselContainer.first div.carouseltop div.item img {
	border: 1px solid #e5e5e5;
}

.carouselContainer.first div.blocks>div.item {
	position: relative;
}
.carouselContainer.first div.blocks>div.item:first-child {
	border-top-width: 0px;
}

.carouselContainer.first div.blocks>div.item img {
	border: 1px solid #e5e5e5;
}

.carouselContainer.first div.blocks>div.item .title {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	z-index: 10;
	color: #d50673;
	padding: 5px;
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	background: rgba(255,255,255,.5);
}

.carouselbrands .item {
	margin: 0 20px;
}

@media screen and (max-width: 1200px) {
	div.carouseltop div.item {
		height: 450px;
	}
}

@media screen and (max-width: 768px) {
	div.carouseltop div.item {
		height: 350px;
	}
}

@media screen and (max-width: 760x) {
	div.carouseltop div.item {
		height: 350px;
	}
}

@media screen and (max-width: 480px) {
	div.carouseltop div.item {
		height: 150px;
	}
	.carouselContainer.first div.blocks>div {
		border-top-width: 0;
	}
}
