.section-title__subsection {
	font-size: 19px;
}

.chanels .section-title h2 {
	font-size: 50px;
	color: #545454;
	margin-bottom: 10px;
	font-weight: 400;
}

@media screen and (min-width: 1024px) {
	.chanels .section-title {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 50px;
		padding: 0 16px;
	}

	.chanels .section-title h2 {
		font-size: 50px;
		color: #545454;
		margin-bottom: 10px;
	}

	.chanels .chanels-list {
		position: relative;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		min-height: 90px;
	}

	.chanels .chanels-list .chanel-item {
		width: calc(100% / 6);
		position: relative;
	}

	.chanels .chanels-list .chanel-item .item-image {
		width: 100%;
		height: 100%;
		transition: all .5s;
	}

	.chanels .chanels-list .chanel-item .item-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.chanels .chanels-list .chanel-item .item-title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		padding: 15px;
		z-index: 2;
	}

	.chanels .chanels-list .chanel-item .item-title.even {
		background: #D9D9D9;
	}

	.chanels .chanels-list .chanel-item .item-title.odd {
		background: #CBCBCB;
	}

	.chanels .chanels-list .chanel-item .item-title .item-text {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		min-height: 60px;
		font-size: 24px;
		text-align: center;
		line-height: 1.2;
	}

	.chanels .chanels-list .chanel-item .item-title a {
		position: relative;
		height: 0;
		z-index: -1;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 0;
		transition: all .5s;
	}

	.chanels .chanels-list .chanel-item .item-title a img {
		width: 15px;
		height: 15px;
		margin-right: 10px;
	}

	.chanels .chanels-list .chanel-item .item-title a:hover {
		opacity: .7;
	}

	.chanels .chanels-list .chanel-item:hover .item-image {
		opacity: .6;
	}

	.chanels .chanels-list .chanel-item:hover a {
		height: 40px;
		width: 100%;
		text-align: center;
		color: #0094ff;
		opacity: 1;
		z-index: 5;
	}
}

@media screen and (max-width: 1023px) {
	.chanels .section-title {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 50px;
		padding: 0 16px;
	}

	.chanels .section-title h2 {
		font-size: 32px;
		color: #545454;
		margin-bottom: 10px;
	}

	.chanels .chanels-list {
		position: relative;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}

	.chanels .chanels-list .chanel-item {
		width: calc(100% / 3);
		position: relative;
	}

	.chanels .chanels-list .chanel-item .item-image {
		width: 100%;
		height: 100%;
		transition: all .5s;
	}

	.chanels .chanels-list .chanel-item .item-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.chanels .chanels-list .chanel-item .item-title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		padding: 15px;
		z-index: 2;
	}

	.chanels .chanels-list .chanel-item .item-title.even {
		background: #D9D9D9;
	}

	.chanels .chanels-list .chanel-item .item-title.odd {
		background: #CBCBCB;
	}

	.chanels .chanels-list .chanel-item .item-title .item-text {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		min-height: 60px;
		font-size: 18px;
		text-align: center;
		line-height: 1.2;
	}

	.chanels .chanels-list .chanel-item .item-title a {
		position: relative;
		height: 0;
		z-index: -1;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 0;
		transition: all .5s;
	}

	.chanels .chanels-list .chanel-item .item-title a img {
		width: 15px;
		height: 15px;
		margin-right: 10px;
	}

	.chanels .chanels-list .chanel-item .item-title a:hover {
		opacity: .7;
	}

	.chanels .chanels-list .chanel-item:hover .item-image {
		opacity: .6;
	}

	.chanels .chanels-list .chanel-item:hover a {
		height: 40px;
		width: 100%;
		text-align: center;
		color: #0094ff;
		opacity: 1;
		z-index: 5;
	}
}

@media screen and (max-width: 768px) {
	.chanels .section-title {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 50px;
		padding: 0 16px;
	}

	.chanels .section-title h2 {
		font-size: 24px;
		color: #545454;
		margin-bottom: 40px;
		text-align: center;
	}

	.chanels .chanels-list {
		position: relative;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}

	.chanels .chanels-list .chanel-item {
		width: calc(100% / 2);
		position: relative;
	}

	.chanels .chanels-list .chanel-item .item-image {
		width: 100%;
		height: 100%;
		transition: all .5s;
	}

	.chanels .chanels-list .chanel-item .item-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.chanels .chanels-list .chanel-item .item-title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		padding: 10px;
		z-index: 2;
	}

	.chanels .chanels-list .chanel-item .item-title.even {
		background: #D9D9D9;
	}

	.chanels .chanels-list .chanel-item .item-title.odd {
		background: #CBCBCB;
	}

	.chanels .chanels-list .chanel-item .item-title .item-text {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		min-height: 60px;
		font-size: 20px;
		text-align: center;
		line-height: 1.2;
	}

	.chanels .chanels-list .chanel-item .item-title a {
		position: relative;
		height: 0;
		z-index: -1;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 0;
		transition: all .5s;
	}

	.chanels .chanels-list .chanel-item .item-title a img {
		width: 15px;
		height: 15px;
		margin-right: 10px;
	}

	.chanels .chanels-list .chanel-item .item-title a:hover {
		opacity: .7;
	}

	.chanels .chanels-list .chanel-item:hover .item-image {
		opacity: .6;
	}

	.chanels .chanels-list .chanel-item:hover a {
		height: 40px;
		width: 100%;
		text-align: center;
		color: #0094ff;
		opacity: 1;
		z-index: 5;
	}
}

/*# sourceMappingURL=style.css.map */
