

/* Start:/local/templates/kineskop/components/bitrix/catalog.element/modalproduct/style.css?178590892013122*/
.product-detail-page {
	display: grid;
	gap: 22px;
	width: min(100%, 1180px);
	margin: 0 auto;
	padding: 28px 0 72px;
}

.product-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.product-detail-media,
.product-detail-main,
.product-detail-section,
.product-detail-related {
	border: 1px solid rgba(21, 21, 21, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(21, 21, 21, 0.07);
}

.product-detail-media {
	position: sticky;
	top: 16px;
	min-height: 420px;
	overflow: hidden;
}

.product-detail-media__dots {
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

.product-detail-media__viewport,
.product-detail-media__track,
.product-detail-media__slide,
.product-detail-media__placeholder {
	width: 100%;
	height: 100%;
	min-height: 420px;
}

.product-detail-media__viewport {
	overflow: hidden;
}

.product-detail-media__track {
	display: flex;
}

.product-detail-media__slide {
	display: flex;
	flex: 0 0 100%;
	align-items: center;
	justify-content: center;
	padding: 28px;
}

.product-detail-media__slide img {
	width: 100%;
	height: 100%;
	max-height: 360px;
	object-fit: contain;
}

.product-detail-media__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #151515;
	color: #fff;
	font-size: 56px;
}

.product-detail-media__controls {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
	pointer-events: none;
}

.product-detail-media__controls button {
	pointer-events: auto;
}

.product-detail-main {
	display: grid;
	gap: 18px;
	width: 100%;
	padding: 22px;
}

.product-detail-heading {
	display: grid;
	gap: 10px;
}

.product-detail-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.product-detail-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 30px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(170, 187, 255, 0.42);
	color: #33294a;
	font-size: 13px;
	font-weight: 600;
}

.product-detail-tag img {
	max-width: 20px;
	max-height: 20px;
}

.product-detail-eyebrow {
	margin: 0;
	color: #6f54dd;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.product-detail-title {
	margin: 0;
	color: #151515;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.product-detail-unavailable {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	border-radius: 999px;
	background: rgba(21, 21, 21, 0.08);
	color: rgba(21, 21, 21, 0.72);
	font-weight: 600;
}

.product-detail-section,
.product-detail-related {
	padding: 22px;
}

.product-detail-section h2,
.product-detail-related h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.15;
}

.product-detail-text {
	margin-top: 12px;
	color: rgba(21, 21, 21, 0.66);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
}

.product-detail-section__eyebrow {
	margin: 0 0 6px;
	color: #6f54dd;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.product-detail-characteristics {
	display: grid;
	gap: 18px;
}

.product-detail-characteristics__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	border-top: 1px solid rgba(21, 21, 21, 0.08);
}

.product-detail-characteristic {
	display: grid;
	grid-template-columns: minmax(110px, 0.8fr) minmax(0, 1.2fr);
	gap: 14px;
	min-width: 0;
	padding: 14px 18px 14px 0;
	border-bottom: 1px solid rgba(21, 21, 21, 0.08);
}

.product-detail-characteristic:nth-child(even) {
	padding-right: 0;
	padding-left: 18px;
	border-left: 1px solid rgba(21, 21, 21, 0.08);
}

.product-detail-characteristic dt,
.product-detail-characteristic dd {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.product-detail-characteristic dt {
	color: rgba(21, 21, 21, 0.5);
}

.product-detail-characteristic dd {
	color: #151515;
	font-weight: 600;
}

.product-detail-section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 16px;
}

.product-detail-spoiler {
	display: grid;
	gap: 18px;
}

.product-detail-spoiler-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(21, 21, 21, 0.1);
	border-radius: 50%;
	background: #fff;
	color: #151515;
}

.product-detail-info-block {
	display: grid;
	gap: 8px;
	padding: 14px;
	border-radius: 8px;
	background: #f3f3f3;
}

.product-detail-info-block h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
}

.product-detail-contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 13px;
	border: 1px solid rgba(21, 21, 21, 0.1);
	border-radius: 8px;
	background: #fff;
	color: #151515;
	font-size: 14px;
	font-weight: 600;
	transition: transform 150ms ease, border-color 150ms ease;
}

.product-detail-contact:hover {
	transform: translateY(-1px);
	border-color: rgba(111, 84, 221, 0.38);
}

.kinescope-catalog-detail-preview {
	display: grid;
	grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
	gap: 16px;
	padding: 12px;
	border: 1px solid rgba(21, 21, 21, 0.08);
	border-radius: 0;
	background: #fff;
	box-shadow: 0 10px 28px rgba(21, 21, 21, 0.06);
}

.kinescope-catalog-detail-preview__media {
	position: relative;
	min-height: 136px;
	border-radius: 0;
	overflow: hidden;
	background: #151515;
}

.kinescope-catalog-detail-preview__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kinescope-catalog-detail-preview__media video {
	display: block;
	width: 100%;
	height: 100%;
	background: #151515;
	object-fit: cover;
}

.kinescope-catalog-detail-preview__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-detail-preview__play .fa-play {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: rgba(21, 21, 21, 0.72);
	font-size: 20px;
	transform: translateX(1px);
}

.kinescope-catalog-detail-preview__body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	min-width: 0;
	padding: 6px 4px;
}

.kinescope-catalog-detail-preview__label {
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: #6b6576;
	text-transform: uppercase;
}

.kinescope-catalog-detail-preview__title {
	font-size: 20px;
	line-height: 1.2;
	color: #151515;
}

.kinescope-catalog-detail-preview__button,
.kinescope-catalog-detail-watch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 16px;
	border-radius: 8px;
	background: #151515;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.kinescope-catalog-detail-preview__button {
	width: fit-content;
}

.kinescope-catalog-detail-preview__status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	max-width: 100%;
	min-height: 40px;
	padding: 9px 12px;
	border-radius: 8px;
	background: rgba(170, 187, 255, 0.45);
	font-size: 14px;
	font-weight: 600;
	color: #33294a;
	white-space: normal;
	overflow-wrap: anywhere;
}

.kinescope-catalog-detail-preview__status--open {
	background: rgba(54, 180, 117, 0.16);
	color: #167047;
}

.kinescope-catalog-detail-watch {
	position: sticky;
	bottom: 16px;
	width: 100%;
}

.product-detail-main .kinescope-catalog-detail-preview {
	grid-template-columns: 1fr;
}

.product-detail-main .kinescope-catalog-detail-preview__media {
	aspect-ratio: 16 / 9;
	min-height: 260px;
}

.product-detail-main .kinescope-catalog-detail-preview__button,
.product-detail-main .kinescope-catalog-detail-preview__status {
	width: 100%;
}

.product-detail-main .product-cart-panel {
	position: static;
	bottom: auto;
	margin-top: 0;
	box-shadow: 0 12px 28px rgba(21, 21, 21, 0.08);
}

.product-contact-modal.dialog-container {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: grid;
	place-items: center;
	padding: 24px;
	opacity: 1;
	visibility: visible;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.product-contact-modal.dialog-container[aria-hidden="true"],
.product-contact-modal.gl-modal-closed {
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.product-contact-modal .dialog-overlay {
	position: absolute;
	inset: 0;
	background: rgba(21, 21, 21, 0.64);
	backdrop-filter: blur(8px);
}

.product-contact-modal__content {
	position: relative;
	width: min(100%, 460px);
	max-height: min(720px, calc(100vh - 48px));
	overflow-y: auto;
	padding: 28px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 24px 80px rgba(21, 21, 21, 0.28);
}

.product-contact-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: rgba(21, 21, 21, 0.06);
	color: #151515;
	cursor: pointer;
}

.product-contact-modal__close:hover {
	background: #151515;
	color: #fff;
}

.product-contact-modal__header {
	display: grid;
	gap: 8px;
	margin-bottom: 22px;
	padding-right: 42px;
}

.product-contact-modal__label {
	margin: 0;
	color: #6f54dd;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.product-contact-modal__header h2 {
	margin: 0;
	color: #151515;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
}

.product-contact-modal__header p:last-child {
	margin: 0;
	color: rgba(21, 21, 21, 0.62);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
}

.product-contact-form {
	display: grid;
	gap: 14px;
}

.product-contact-form__field {
	display: grid;
	gap: 7px;
	color: rgba(21, 21, 21, 0.72);
	font-size: 14px;
	font-weight: 700;
}

.product-contact-form__field input {
	width: 100%;
	min-height: 52px;
	padding: 0 16px;
	border: 1px solid rgba(21, 21, 21, 0.14);
	border-radius: 9px;
	background: #f7f7f7;
	color: #151515;
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	outline: 0;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.product-contact-form__field input:focus {
	border-color: rgba(111, 84, 221, 0.55);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(111, 84, 221, 0.1);
}

.product-contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin-top: 4px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: #151515;
	color: #fff;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.product-contact-form__submit:hover {
	background: #6f54dd;
}

.product-contact-form__submit:disabled,
.product-contact-form__submit.ajax-loading {
	cursor: wait;
	opacity: .7;
}

.product-contact-form__errors {
	display: grid;
	gap: 8px;
}

.product-contact-form__errors:empty {
	display: none;
}

.product-contact-form__errors .error-item {
	padding: 10px 12px;
	border-radius: 8px;
	background: rgba(220, 38, 38, 0.09);
	color: #b91c1c;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.product-contact-form--success {
	align-items: center;
	text-align: center;
}

.product-contact-form__success-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 auto 4px;
	border-radius: 999px;
	background: rgba(111, 84, 221, 0.12);
	color: #6f54dd;
	font-size: 20px;
}

.product-contact-form--success h3,
.product-contact-form--success p {
	margin: 0;
}

.product-contact-form--success h3 {
	color: #151515;
	font-size: 24px;
	line-height: 1.2;
}

.product-contact-form--success p {
	color: rgba(21, 21, 21, 0.62);
	font-size: 15px;
	line-height: 1.45;
}

@media (max-width: 640px) {
	.product-detail-page {
		padding-top: 18px;
		padding-bottom: 48px;
	}

	.product-detail-main,
	.product-detail-section,
	.product-detail-related {
		padding: 16px;
	}

	.product-detail-title {
		font-size: 32px;
	}

	.product-detail-section__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.product-detail-characteristics__grid {
		grid-template-columns: 1fr;
	}

	.product-detail-characteristic,
	.product-detail-characteristic:nth-child(even) {
		grid-template-columns: minmax(110px, 0.8fr) minmax(0, 1.2fr);
		padding-right: 0;
		padding-left: 0;
		border-left: 0;
	}

	.product-detail-contact {
		width: 100%;
	}

	.product-contact-modal.dialog-container {
		padding: 14px;
	}

	.product-contact-modal__content {
		padding: 22px 18px;
	}

	.product-contact-modal__header h2 {
		font-size: 26px;
	}

	.kinescope-catalog-detail-preview {
		grid-template-columns: 1fr;
	}

	.kinescope-catalog-detail-preview__media {
		min-height: 180px;
	}

	.kinescope-catalog-detail-preview__button,
	.kinescope-catalog-detail-watch {
		width: 100%;
	}
}

@media (max-width: 860px) {
	.product-detail-hero {
		grid-template-columns: 1fr;
	}
}

/* End */
/* /local/templates/kineskop/components/bitrix/catalog.element/modalproduct/style.css?178590892013122 */
