/*FOND-CAROUSEL*/

.fond-carousel {
	width: 100%;
}

.fond-carousel__header {
	max-width: 489px;
	background-color: #1b9cf8;
	background-image: url(bgd-top.jpg);
	background-position: left bottom;
	padding: 12px 29px;
}

.fond-carousel__title {
	font-size: 21px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.fond-carousel__text {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
}

.fond-carousel__carousel-wrap {
	background-position: left -150px;
	padding: 26px 30px;
	background-image: url(bgd.png);
	white-space: nowrap;
	overflow: hidden;
}

.fond-carousel__item {
	width: 243px;
	background-color: #fff;
	height: 284px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.fond-carousel__item-img {
	height: 231px;
	width: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fond-carousel__item-name {
	color: #272727;
	font-size: 13px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	display: table-cell;
	padding: 0 15px;
	height: 53px;
	vertical-align: middle;
	text-align: center;
}

.fond-carousel .slick-prev,
.fond-carousel .slick-next {
	top: 50%;
	margin-top: -14px;
	width: 16px;
	height: 28px;
	position: absolute;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	color: transparent;
	background-color: transparent;
}

.fond-carousel .slick-prev {
	left: 10px;
	background-image: url(arr-left.png);
}

.fond-carousel .slick-next {
	right: 10px;
	background-image: url(arr-right.png);
}

.uk-slideshow > li > .uk-overlay-panel > div {
	margin: 0 auto;
}

@media screen and (min-width: 768px) {

	.fond-carousel__title {
		font-size: 25px;
		line-height: 1em;
		margin-bottom: 18px;
	}

	.fond-carousel__text {
		font-size: 16px;
		line-height: 24px;
	}

	.fond-carousel__header {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.uk-slideshow > li > .uk-overlay-panel > div {
		margin: 0;
	}

}

@media screen and (min-width: 1024px) {

	.fond-carousel .slick-prev {
		left: 30px;
	}

	.fond-carousel .slick-next {
		right: 30px;
	}

	.fond-carousel__carousel-wrap {
		padding: 46px 74px 68px;
	}

}