.pg_tv_advantages {
	padding-top: 120px;
	background-color: #f2f1ef;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	padding-bottom: 50px;
}

.pg_tv_advantages image {
	width: 80%;
	object-fit: contain;
}

.pg_tv_advantages_description {
	flex-direction: column;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.pg_tv_advantages_description img {
	width: 70%;
}

.pg_tv_advantages_description span {
	margin-bottom: 50px;
	text-align: center;
	max-width: 90%;
}

.pg_tv_advantages_movieLine {
	display: none;
}

.pg_tv_devices {
	height: auto;
	width: 100%;
	display: grid;
	grid-template-columns:1fr;
	grid-template-rows: 1fr 1fr;
	align-items: center;
}

.pg_tv_devices_left {
	padding: 30px 30px 0;
}

.pg_tv_devices_left, .pg_tv_devices_right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pg_tv_devices_left span {
	color: grey;
	margin-top: 15px;
}

.pg_tv_devices_title {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding: 0;
}

.pg_tv_devices_subTitle {
	color: #fff;
	font-size: 18px;
}

.pg_tv_devices_right section {
	color: grey;
	margin-top: 15px;
	font-size: 20px;
}

.pg_tv_devices_right a {
	font-size: 18px;
	margin-top: 20px;
	padding: 15px 30px;
}

.pg_tv_channels {
	box-shadow: 0 0 100px 5px hsl(0deg 0% 100% / 50%);
	width: 100%;
}

.pg_tv_channelsList {
	width: 100%;
	margin-top: -5px;
	padding: 20px 0;
}

.pg_tv_bearFaceBox {
	position: relative;
	margin-bottom: -4px;
}

.pg_tv_highQuality {
	color: #302d2c;
	font-weight: 500;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	position: absolute;
	font-size: 21px;
	bottom: 15px;
	flex-direction: column;
}

.pg_tv_highQuality span {
	margin-right: 10px;
	color: #c50178;
}

.pg_tv_bearFace {
	object-fit: cover;
	height: 350px;
	width: 100%;
}

.pg_tv_channelsLine {
	display: flex;
	width: 100%;
	padding: 0;
	align-items: center;
	justify-content: space-around;
	color: #fff;
	flex-wrap: wrap;
	flex-direction: column;
}

.pg_tv_channelsLine section {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
}

.pg_tv_channelsLine span {
	margin-left: 5px;
	color: #c50178;
}

@media (min-width: 768px) {
	.pg_tv_channelsLine section {
		font-size: 16px;
	}

	.pg_tv_bearFace {
		object-fit: contain;
		height: auto;
	}

	.pg_tv_highQuality {
		font-size: 25px;
		bottom: 50px;
		flex-direction: row;
	}

	.pg_tv_devices {
		height: 700px;
	}

	.pg_tv_devices_left {
		padding: 0;
	}

	.pg_tv_devices {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
	}

	.pg_tv_advantages_description span {
		max-width: 100%;
	}

	.pg_tv_advantages_movieLine {
		display: block;
	}

	.pg_tv_advantages {
		grid-template-columns: 0.8fr 1.4fr 0.8fr;
	}
}

@media (min-width: 998px) {
	.pg_tv_channelsLine {
		flex-direction: row;
		padding: 50px 0 50px 0;
	}

	.pg_tv_channelsList {
		padding: 50px 0;
	}

	.pg_tv_highQuality {
		font-size: 35px;
		bottom: 50px;
	}

	.pg_tv_devices_title {
		font-size: 50px;
		padding: 50px 0 0;
	}

	.pg_tv_devices_subTitle {
		font-size: 20px;
	}

	.pg_tv_devices_right a {
		font-size: 20px;
		margin-top: 30px;
		padding: 15px 30px;
	}
}

@media (min-width: 1200px) {
	.pg_tv_channelsLine section {
		font-size: 20px;
	}

	.pg_tv_highQuality {
		font-size: 45px;
		bottom: 50px;
		flex-direction: row;
	}

	.pg_tv_devices_right a {
		font-size: 30px;
		margin-top: 30px;
		padding: 20px 50px;
	}

	.pg_tv_devices_title {
		font-size: 70px;
	}

	.pg_tv_devices_subTitle {
		font-size: 30px;
	}
}
