.tv-series {
	width: 100%;
	padding: 0px 20px 90px;
	background-color: #00b2c4;
	position: relative;
}

.tv-series_cont {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.tv-series_cont .tv-series_title {
	width: 100%;
	text-align: center;
	margin-bottom: 56px;
}
.tv-series_cont .tv-series_title h2 {
	color: #fff;
	font-family: "BebasRegular";
	font-size: 50px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.tv-series_cont .tv-series_title p {
	color: #fff;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 38px;
	text-align: center;
}

.tv-series_cont .tv-series_grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}

.tv-series_cont .tv-series_grid .tv-series_item {
	width: 100%;
	border-radius: 30px;
	background-image: linear-gradient(8deg, #415b62 0%, #15819b 100%);
	overflow: hidden;
	cursor: pointer;
	transition: all 0.5s;
	animation-duration: 0.5s;
}

.tv-series_cont .tv-series_grid .tv-series_item:nth-child(2) {
	animation-duration: 0.7s;
}

.tv-series_cont .tv-series_grid .tv-series_item:nth-child(3) {
	animation-duration: 0.9s;
}

.tv-series_cont .tv-series_grid .tv-series_item:nth-child(4) {
	animation-duration: 1.1s;
}

.tv-series_cont .tv-series_grid .tv-series_item:nth-child(5) {
	animation-duration: 1.3s;
}
.tv_popap_box_text {
	height: 246px;
	overflow: auto;
}
::-webkit-scrollbar {
	width: 10px;
	border-radius: 10px;
	background-color: #000;
}
::-webkit-scrollbar-thumb {
	background: #707379;
	border-radius: 10px;
  }
.tv-series_cont .tv-series_grid .tv-series_item:nth-child(6) {
	animation-duration: 1.5s;
}

.tv-series_cont .tv-series_grid .tv-series_item:hover {
	background-image: linear-gradient(8deg, #80b400 0%, #a8e60d 100%);
}

.tv-series_cont .tv-series_grid .tv-series_item:hover .img {
	background-color: rgba(72, 161, 183, 0.51);
}

.tv-series_cont .tv-series_grid .tv-series_item .img {
	width: 100%;
	height: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1d4c58;
	transition: all 0.5s;
}

.tv-series_cont .tv-series_grid .tv-series_item .bottom {
	width: 100%;
	height: 138px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 16px;
}

.tv-series_cont .tv-series_grid .tv-series_item .bottom h4 {
	color: #ffffff;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 38px;
	text-align: center;
}

.tv-series_cont .tv-series_grid .tv-series_item .bottom p {
	color: #ffffff;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 14px;
	text-align: center;
	margin-top: 8px;
}

.tvseries_modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 55;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	background-color: #303438;
	display: none;
}

.tv_popap {
	width: 100%;
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5555555;
	background-color: black;
	display: none;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.tv_popap .tv_popap_cont {
	max-width: 560px;
}

.tv_popap .tv_popap_cont .tv_popap_title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

.tv_popap .tv_popap_cont .tv_popap_title img {
	max-width: 124px;
}

.tv_popap .tv_popap_cont h2 {
	font-family: "BebasRegular";
	font-style: normal;
	margin: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 150%;
	color: #fff;
}

.tv_popap .tv_popap_cont .tv_popap_box {
	width: 100%;
	border-radius: 20px;
	padding: 30px 20px;
	background-color: #303438;
}

.tv_popap .tv_popap_cont .tv_popap_box h4 {
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	line-height: 150%;
	margin-right: 0px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}

.tv_popap .tv_popap_cont .tv_popap_box ul li {
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	margin-right: 15px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 20px;
}

.tv_popap .tv_popap_cont .tv_popap_box ul li::before {
	content: "";
	width: 124px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: block;
}

.tv_popap .tv_popap_cont .tv_popap_box ul li:last-child {
	margin-bottom: 0;
}

@media(max-width: 1170px) {
	.tv-series {
		padding: 70px 20px 90px;
	}

	.tv-series_cont .tv-series_title {
		margin-bottom: 56px;
	}

	.tv-series_cont .tv-series_title h2 {
		font-size: 27px;
		line-height: 38px;
		margin-bottom: 22px;
	}

	.tv-series_cont .tv-series_title p {
		font-size: 20px;
		line-height: 38px;
	}

	.tv-series_cont .tv-series_grid {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px;
	}

	.tv-series_cont .tv-series_grid .tv-series_item .img {
		height: 115px;
	}

	.tv-series_cont .tv-series_grid .tv-series_item .bottom {
		height: 138px;
		padding: 16px;
	}

	.tv-series_cont .tv-series_grid .tv-series_item .bottom h4 {
		font-size: 20px;
		line-height: 38px;
	}

	.tv-series_cont .tv-series_grid .tv-series_item .bottom p {
		font-size: 12px;
		line-height: 14px;
		margin-top: 8px;
	}
}

@media(max-width: 768px) {
	.tv-series {
		padding: 40px 20px;
	}

	.tv-series_cont .tv-series_title {
		margin-bottom: 56px;
	}

	.tv-series_cont .tv-series_title h2 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 22px;
	}

	.tv-series_cont .tv-series_title p {
		font-size: 14px;
		line-height: 18px;
	}

	.tv-series_cont .tv-series_grid {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		flex-wrap: wrap;
	}

	.tv-series_cont .tv-series_grid .tv-series_item {
		border-radius: 16px;
		width: 48%;
	}

	.tv-series_cont .tv-series_grid .tv-series_item .img {
		height: 115px;
		padding: 0 16px;
	}

	.tv-series_cont .tv-series_grid .tv-series_item .img img {
		width: 100%;
		object-fit: scale-down;
	}

	.tv-series_cont .tv-series_grid .tv-series_item .bottom {
		height: 110px;
		padding: 16px;
	}

	.tv-series_cont .tv-series_grid .tv-series_item .bottom h4 {
		font-size: 16px;
		line-height: 22px;
	}

	.tv-series_cont .tv-series_grid .tv-series_item .bottom p {
		font-size: 12px;
		line-height: 14px;
		margin-top: 8px;
	}
}
@media(max-width: 1100px) {
	.mobile-first-section {
        background: url(/img/glow.443441f4.jpg) no-repeat center center / cover!important;
    }
}
@media(max-width: 768px) {
    .subscription .subscription_cont .subscription_grid {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile-first-section {
        background: url(/img/glow.443441f4.jpg) no-repeat center center / cover!important;
    }
    .tv-series {
        padding: 0px 20px 40px;
    }
    .main-wrapper .tv-series .mouse {
        top: -30px;
    }
    .tv-series_cont .tv-series_title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .tv-series_cont .tv-series_title p {
        font-size: 18px;
        line-height: 24px;
    }
}