/* Homepage constructor block WORKS_VIDEOS */
.lkf-works-videos {
	width: 100%;
}

.lkf-works-videos .index-block__btn {
	margin-top: 24px;
}

.lkf-works-videos__rail {
	min-width: 0;
}

.lkf-works-videos .lkf-stories__viewport,
.lkf-works-videos .lkf-stories__viewport.swiper {
	overflow: visible;
}

.lkf-works-videos .lkf-stories__list,
.lkf-works-videos .lkf-stories__list.swiper-wrapper {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	transform: none !important;
	width: 100% !important;
	max-width: 100% !important;
}

.lkf-works-videos .lkf-stories__slide,
.lkf-works-videos .lkf-stories--rect .lkf-stories__slide.swiper-slide {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	flex: none !important;
}

.lkf-works-videos .lkf-stories__slide:nth-child(n+7) {
	display: none !important;
}

.lkf-works-videos .lkf-stories__item,
.lkf-works-videos .lkf-stories--rect .lkf-stories__item {
	width: 100% !important;
	text-align: center;
}

.lkf-works-videos .lkf-stories__media,
.lkf-works-videos .lkf-stories__ring,
.lkf-works-videos .lkf-stories__cover {
	width: 100% !important;
	max-width: none !important;
}

.lkf-works-videos .lkf-stories__ring {
	padding: 0;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.lkf-works-videos .lkf-stories__item:focus-visible .lkf-stories__ring {
	box-shadow: none !important;
}

.lkf-works-videos .lkf-stories__cover {
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: 3 / 4;
	border-radius: 0 !important;
	background: transparent;
	position: relative;
}

.lkf-works-videos .lkf-stories__cover::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 44px;
	height: 44px;
	margin: -22px 0 0 -22px;
	border-radius: 50%;
	background: rgba(241, 157, 0, 0.94);
}

.lkf-works-videos .lkf-stories__cover::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	margin: -8px 0 0 -4px;
	border-style: solid;
	border-width: 9px 0 9px 14px;
	border-color: transparent transparent transparent #fff;
}

.lkf-works-videos .lkf-stories__name {
	position: static;
	margin: 8px 0 0;
	font-size: 1rem;
	line-height: calc(1em + 8px);
	color: inherit;
	text-align: center;
}

.lkf-works-videos .swiper-pagination,
.lkf-works-videos .swiper-button-next,
.lkf-works-videos .swiper-button-prev {
	display: none !important;
}

@media (max-width: 1200px) {
	.lkf-works-videos .lkf-stories__list,
	.lkf-works-videos .lkf-stories__list.swiper-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.lkf-works-videos .lkf-stories__list,
	.lkf-works-videos .lkf-stories__list.swiper-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
