

/* Start:/local/templates/bivaliy/components/bitrix/catalog.element/.default/style.css?175051396117091*/
/* Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background-color: #ffffff;
	border-radius: 24px;
	transition: background 800ms ease;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
	user-select: none;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
	padding-top: 100%;
}

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 24px;
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 24px;
	border: 1px solid transparent;
	outline: none;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
	display: none !important;
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #ffffff;
	text-align: center;
	cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image {
	outline-width: .5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
	outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
	outline-width: 1px;
}

.catalog-detail__img-container {
	display: flex;
	gap: 10px;
}

.catalog-detail__img-wrap {
	border-radius: 24px;
	background: var(--base-gray-100);
	padding: 4px;
	width: calc(100% - 20px - 105px);
	align-self: flex-start;
}

.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 50px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.product-item-detail-slider-left {
	left: 32px;
}

.product-item-detail-slider-right {
	right: 32px;
}

.product-item-detail-slider-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid transparent;
	background: rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(4px);
	border-radius: 16px;
	transition: background-color 0.3s ease;
}

.product-item-detail-slider-left:hover .product-item-detail-slider-arrow,
.product-item-detail-slider-right:hover .product-item-detail-slider-arrow {

}

.product-item-detail-slider-close {
	display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 9px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: opacity 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
	opacity: 1;
}

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
	z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
	outline-color: #dddddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
	z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
	opacity: 0;
}

.product-item-detail--small-img__list {
	display: flex;
	flex-wrap: wrap;
	align-self: flex-start;
	gap: 8px;
	padding-right: 10px;
	max-height: 664px;
	width: 120px;
	overflow: auto;
	scrollbar-color: var(--base-gray-400) var(--base-gray-200);
	scrollbar-width: thin;
}
.product-item-detail--small-img__list::-webkit-scrollbar {
	width: 6px;
}

.product-item-detail--small-img__list::-webkit-scrollbar-track {
	background: var(--base-gray-200);
	border-radius: 3px;
}

.product-item-detail--small-img__list::-webkit-scrollbar-thumb {
	background-color: var(--base-gray-200);
	border-radius: 3px;
}


.product-item-detail--small-img__wrap {
	border-radius: 10px;
	border: 2px solid var(--base-gray-100);
	width: 96px;
	height: 96px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	align-content: center;
	transition: border 0.2s;
	cursor: pointer;
	text-align: center;
}

@media (max-width: 1024px) {
	.catalog-detail__img-container {
		flex-direction: column-reverse;
	}

	.product-item-detail--small-img__list {
		width: 100%;
		flex-wrap: nowrap;
		max-width: 100%;
		overflow-x: auto;
		padding-bottom: 10px;
	}

	.catalog-detail__img-wrap {
		width: 100%;
	}

	.product-item-detail--small-img__wrap {
		min-width: 96px;
	}

}

.product-item-detail--small-img__wrap img {
	border: 1px solid transparent;
	border-radius: 8px;
	width: 80%;
	user-select: none;
	outline: none;
}

.product-item-detail--small-img__wrap--active {
	border-color: var(--base-green-500);
	cursor: default;
}



/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
	user-select: none;
}

.catalog-detail__sku-item {
	padding-top: 24px;
	padding-bottom: 24px;
	border-top: 1px solid var(--base-gray-300);
}

.catalog-detail__sku-item:first-child {
	border-top: none;
	padding-top: 0;
}

.catalog-detail__sku-item:last-child {
	padding-bottom: 0;
}

@-webkit-keyframes imgPopupShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes imgPopupShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-ms-keyframes imgPopupShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes imgPopupShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes imgPopupShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.product-item-detail-slider-container.popup {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: initial;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #ffffff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
		right: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image {
		width: 90%;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 0;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right {
		max-width: 75px;
	}

	.product-item-detail-slider-right {
		right: 0;
	}

	.product-item-detail-slider-left {
		left: 0;
	}
}



.page-wrap {
	overflow-x: visible !important;
}

.catalog-detail {
	width: 100%;
	margin: 0 auto;
}

.catalog-detail__main {
	display: flex;
	gap: 20px;
	margin: 28px 0;
}

.catalog-detail__sticky {
	z-index: 1;
	position: sticky;
	top: calc(var(--header-height) + 24px);
	flex-grow: 1;
	border-radius: var(--box-radius);
}

.body--admin .catalog-detail__sticky {
	top: var(--header-height);
}

.catalog-detail__sticky--position {
	z-index: 101;
}

.catalog-detail__favorite svg {
	transform: scale(1);
	transition: transform 0.2s ease;
}

.catalog-detail__favorite:active svg {
	transform: scale(0.9);
}

.catalog-detail__data {
	flex-shrink: 0;
	width: 42%;
}

.catalog-detail__box:last-child {
	margin-bottom: 0;
}

.catalog-detail__box-row:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.catalog-detail__top-info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.catalog-detail__label-wrap {
	display: flex;
	gap: 4px;
}

.catalog-detail__label {
	display: flex;
	gap: 4px;
	justify-content: center;
	align-items: center;
	align-content: center;
	line-height: 100%;
	padding: 4px 8px;
	font-weight: 700;
	font-size: 13px;
	color: var(--component-product-card-label);
	text-align: center;
	border-radius: 8px;
	border: 1px solid transparent;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.catalog-detail__label--blue {
	background: #5575FF;
}

.catalog-detail__label--red {
	background: #C93C42;
}

.catalog-detail__number-wrap {
	display: flex;
	justify-content: space-between;
}

.catalog-detail__number-data {
	font-weight: 500;
	font-size: 13px;
	color: var(--font-secondary-black);
	opacity: 0.5;
}

.catalog-detail__brand-link {
	text-decoration: none;
	color: var(--font-secondary-black);
}

.catalog-detail__name {
	font-weight: 700;
	font-size: 22px;
	color: #000;
	margin: 0 0 24px 0;
}

.catalog-detail__name::first-letter {
	text-transform: uppercase;
}

.catalog-detail__price-wrap {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}

.catalog-detail__price {
	font-size: 32px;
	font-weight: 700;
	color: var(--component-product-card-price);
}

.catalog-detail__price--old {
	font-weight: 500;
	font-size: 32px;
	position: relative;
	color: var(--component-product-card-price-old);
}

.catalog-detail__price--old:after {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	left: -4px;
	width: calc(100% + 8px);
	height: 4px;
	background: var(--component-product-card-price-old);
	border: 1px solid var(--base-white);
	border-radius: 4px;
}

.catalog-detail__buy-btn-wrap {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.catalog-detail__discount-percent {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	border-radius: 16px;
	padding: 10px;
	border: 1px solid transparent;
	background: #FC434C;
	color: var(--font-primary-white);
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
}

.catalog-detail__grey-block {
	background: var(--base-gray-150);
	border-radius: 24px;
	border: 1px solid transparent;
	padding: 24px;
	width: 100%;
}

.sku-item {
	margin-bottom: 16px;
}

.sku-item:last-child {
	margin-bottom: 0;
}

.sku-item__name {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin: 0 0 16px 0;
	padding: 0;
}


.catalog-detail__grey-block--offers {
	margin-bottom: 8px;
}

.sku-item__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 10px;
}

.sku-item__value {
	display: flex;
	justify-content: center;
	padding: 8px 12px;
	align-items: center;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
	background: var(--base-icon-white, #FFF);
	color: var(--component-button-secondary-text);
	transition: background-color 0.2s, color 0.2s;
	letter-spacing: var(--light-text-letterspacing);
	cursor: pointer;
}

.sku-item__value.selected {
	background: var(--base-green-500);
	color: #fff;
}

@media (hover: hover) {
	.sku-item__value:hover {
		background: var(--base-green-500);
		color: #fff;
	}
	.sku-item__value.selected:hover {
		background: var(--base-green-600);
		color: #fff;
	}
}


.sku-item__value.notallowed {
	background-color: var(--base-icon-white);
	pointer-events: none;
	opacity: 0.45;
	position: relative;
}

.sku-item__value.notallowed:after {
	content: '';
	display: none;
	width: calc(100% + 12px);
	height: 4px;
	background: var(--component-product-card-price-old);
	border: 1px solid #fff;
	border-radius: 4px;
	position: absolute;
	top: calc(50% - 2px);
	left: -6px;
	opacity: 0.6;
}

.catalog-detail__buy-btn-actions {
	width: 100%;
	max-width: 220px;
}

.catalog-detail__tools {
	display: flex;
	gap: 4px;
}

.catalog-detail__tool {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 51px;
	height: 51px;
	border-radius: 16px;
	border: 1px solid transparent;
	outline: none;
	background: var(--base-white);
	text-decoration: none;
	transition: background-color 0.2s;
}

.catalog-detail__tool:hover {
	background-color: var(--base-gray-200);
}
.catalog-detail__tool:active {
	background-color: var(--component-button-icon-active);
}

.catalog-detail__tool:hover svg path {
	stroke: red!important;
	transition: stroke 0.2s;
}

.catalog-detail__box-row-title {
	margin: 24px 0;
	font-weight: 700;
	font-size: 26px;
	color: var(--font-primary-black);
}

.catalog-detail__desc {
	font-weight: 500;
	font-size: 15px;
	color: #000;
	font-variant-numeric: lining-nums proportional-nums;
}

.catalog-detail__desc p:first-child {
	margin-top: 0;
}

.catalog-detail__desc p:last-child {
	margin-bottom: 0;
}

.catalog-detail__desc-head {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	cursor: pointer;
}

.catalog-detail__desc-head h3 {
	margin-top: 0;
	margin-bottom: 19px;
}

.catalog-detail__prop-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}

.catalog-detail__item-prop {
	display: flex;
	justify-content: space-between;
	align-items: end;
	width: 100%;
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	position: relative;

}

.catalog-detail__item-prop:after {
	content: '';
	display: block;
	width: 100%;
	max-width: 100%;
	border-bottom: 1px dashed var(--base-gray-500);
	position: absolute;
	bottom: 4px;
}

.catalog-detail__item-prop:last-child {
	margin-bottom: 0;
}

.catalog-detail__item-prop dt {
	background: #fff;
	position: relative;
	z-index: 1;
	padding-right: 20px;
	max-width: 100%;
}

.catalog-detail__item-prop dd {
	padding-left: 20px;
	font-weight: 700;
	background: #fff;
	z-index: 1;
	text-align: right;
	max-width: 100%;
}

.shops__title{
	font-size: 21px;
	font-weight: 700;
}

.shops__item{
	border-radius: 10px;
	background-color: #FFF;
	gap: 16px;
	padding: 15px 16px;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.shops__item-name{
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.shops__item-time{
	font-size: 13px;
	font-weight: 500;
	color: #259250
}

@media screen and (max-width: 1024px) {
	.catalog-detail__data {
		width: 50%;
	}

	.catalog-detail__sticky {
		max-width: calc(50% - 20px);
	}
}

@media screen and (max-width: 767px) {
	.catalog-detail {
		max-width: 100%;
		width: 100%;
	}

	.catalog-detail__main {
		flex-direction: column;
	}

	.catalog-detail__sticky {
		position: relative;
		top: auto;
		width: 100%;
		max-width: 100%;
		border-radius: 0;
	}

	.body--admin .catalog-detail__sticky {
		top: auto;
	}

	.catalog-detail__data {
		width: 100%;
		margin-left: 0;
	}


	.catalog-detail__tool svg {
		flex-shrink: 0;
	}

	.catalog-detail__grey-block {
		padding: 17px;
	}

}
/* End */
/* /local/templates/bivaliy/components/bitrix/catalog.element/.default/style.css?175051396117091 */
