

/* Start:/local/templates/kineskop/components/bitrix/breadcrumb/simple/style.css?1786805758625*/
.breadcrumbs__list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.breadcrumbs__item + .breadcrumbs__item::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 8px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	opacity: 0.65;
	transform: rotate(45deg);
}

.breadcrumbs__link:focus-visible {
	outline: 2px solid #6f54dd;
	outline-offset: 3px;
}

.breadcrumbs__link:visited {
	color: inherit;
}

/* End */


/* Start:/local/templates/kineskop/components/bitrix/catalog.item/card/style.css?17873154305271*/
.kinescope-catalog-card {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 16px;
	height: 100%;
	min-height: 0;
	padding: 18px;
	border: 1px solid rgba(21, 21, 21, 0.06);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(21, 21, 21, 0.05);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.kinescope-catalog-card--stretchable {
	width: 100%;
	min-width: 0;
}

.kinescope-catalog-card:hover,
.kinescope-catalog-card:focus-within {
	transform: translateY(-2px);
	border-color: rgba(21, 21, 21, 0.12);
	box-shadow: 0 20px 54px rgba(21, 21, 21, 0.09);
}

.kinescope-catalog-card-media {
	position: relative;
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	min-height: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #151515;
	cursor: pointer;
}

.kinescope-catalog-card-media--unavailable {
	opacity: 0.5;
}

.kinescope-catalog-card-media__image {
	display: block;
	width: 100%;
	height: 100%;
	margin-block: 0;
	object-fit: cover;
}

.kinescope-catalog-card-media--video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kinescope-catalog-card-media__empty {
	display: block;
	width: 100%;
	height: 100%;
	background: #151515;
}

.kinescope-catalog-card__heading {
	margin: 0;
}

.kinescope-catalog-card__title {
	display: -webkit-box;
	flex: 0 0 auto;
	min-height: 69px;
	margin-top: 10px;
	overflow: hidden;
	color: #151515;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.28;
	text-align: center;
	text-decoration: none;
	overflow-wrap: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.kinescope-catalog-card__title:hover {
	color: #5b49c8;
}

.kinescope-catalog-card__title:visited {
	color: #151515;
}

.kinescope-catalog-card--compact {
	width: var(--card-default-width);
	min-height: 316px;
	padding: 12px;
	flex-basis: var(--card-default-width);
	gap: 0;
}

.kinescope-catalog-card--compact .kinescope-catalog-card-media {
	aspect-ratio: 16 / 11;
}

.kinescope-catalog-card--compact .kinescope-catalog-card__title {
	min-height: 56px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.32;
	text-align: center;
}

.kinescope-catalog-card--compact .kinescope-catalog-card-media__badge {
	top: 8px;
	left: 8px;
	min-height: 22px;
	padding: 4px 7px;
	font-size: 11px;
}

.kinescope-catalog-card--compact .kinescope-catalog-card-media__play .ui-icon--play {
	width: 38px;
	height: 38px;
	font-size: 14px;
}

.kinescope-catalog-card__title:focus-visible,
.kinescope-catalog-card-media:focus-visible,
.kinescope-catalog-card > .catalog-cart-button:focus-visible {
	outline: 2px solid #6f54dd;
	outline-offset: 3px;
}

.kinescope-catalog-card-media__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 5px 9px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	font-weight: 600;
	color: #151515;
}

.kinescope-catalog-card-media__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.kinescope-catalog-card-media__play .ui-icon--play {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(21, 21, 21, 0.72);
	font-size: 18px;
	transform: translateX(1px);
}

.kinescope-catalog-card .catalog-cart-row {
	margin-top: auto;
	min-height: 84px;
	align-items: stretch;
}

.kinescope-catalog-card .catalog-cart-price-row {
	justify-content: center;
	text-align: center;
}

.kinescope-catalog-card .catalog-cart-price {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.kinescope-catalog-card .catalog-cart-button {
	height: 46px;
	min-height: 46px;
	flex: 0 0 46px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 600;
}

.kinescope-catalog-card > .catalog-cart-button {
	margin-top: auto;
}

.kinescope-catalog-card__unavailable {
	margin-top: auto;
}

.kinescope-catalog-card .catalog-cart-counter {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 34px;
	min-width: 0;
	min-height: 46px;
	column-gap: 2px;
	overflow: hidden;
	padding-inline: 2px;
}

.kinescope-catalog-card .catalog-cart-counter--single {
	grid-template-columns: 34px minmax(0, 1fr);
}

.kinescope-catalog-card .catalog-cart-stepper-button {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	justify-self: center;
}

.kinescope-catalog-card .catalog-cart-quantity {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	flex: 0 0 auto;
	justify-content: center;
	overflow: hidden;
	white-space: nowrap;
	justify-self: stretch;
	font-size: 10px;
	gap: 0;
}

.kinescope-catalog-card .catalog-cart-quantity > span:first-child,
.kinescope-catalog-card .catalog-cart-quantity > span:nth-child(2) {
	flex: 0 0 auto;
	white-space: nowrap;
}

.kinescope-catalog-card .catalog-cart-quantity > span:last-child {
	flex: 0 0 auto;
	white-space: nowrap;
}

.kinescope-catalog-card .catalog-cart-quantity > span:nth-child(2) {
	margin-inline: 1px;
}

@media (max-width: 640px) {
	.kinescope-catalog-card {
		padding: 14px;
	}

	.kinescope-catalog-card__title {
		min-height: 62px;
		font-size: 16px;
	}
}

/* End */
/* /local/templates/kineskop/components/bitrix/breadcrumb/simple/style.css?1786805758625 */
/* /local/templates/kineskop/components/bitrix/catalog.item/card/style.css?17873154305271 */
