#tv-card-1{
	background-image: url("/template/img/tv/image.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#tv-card-2{
	background-image: url("/template/img/tv/image-4.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#tv-card-3{
	background-image: url("/template/img/tv/image-5.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#tv-card-4{
	background-image: url("/template/img/tv/image-6.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel-card-tv{
	height: 207px;
	display: flex;   
	align-items: flex-end;
	color: white;
}

.play-btn {
	bottom: 0;
	right: 0;
	width: 46px;
	height: 46px;
	background-image: url("/template/img/tv/play.svg");
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
}

.tv-carousel-background .owl-nav {
	display: flex !important;
	justify-content: flex-start;
	position: absolute;
	left: 0;
	padding-left: 10px;
}

.owl-prev, .owl-next {
	width: 71px;
	height: 41px;
	background-color: transparent !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-prev img, .owl-next img {
	width: 71px;
	height: 41px;
	pointer-events: none;
}

.owl-prev:focus, .owl-next:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

.tv-carousel-background {
	background-color:#FFFFF3;
	padding-bottom: 80px;
}

@media (max-width: 1200px) {
	.custom-image-card img {
		max-width: 90%;
		max-height: 90%;
	}
}

.ticker-wrapper {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

.ticker {
	display: inline-block;
	animation: tickerAnimation 10s linear infinite;
}

.ticker img {
	margin-right: 50px;
	36px;
}

@keyframes tickerAnimation {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* Скрываем тикер на экранах больше 768px */
@media (min-width: 768px) {
	.ticker-wrapper {
		display: none;
	}
}
