

/* Start:/bitrix/templates/.default/components/bitrix/catalog/vivat-catalog-22/style.css?16837406571122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/bcrumb2022/style.css?1683740657585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/vivat2022/components/bitrix/catalog.element/.default/style.css?168374065824814*/
/* Sidebar */
.product-item-detail-info-section { padding: 0 20px; }

@media (max-width: 992px) {
	.product-item-detail-info-section { padding: 0; }
}

.product-item-detail-info-container {
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container-title {
	margin-bottom: 3px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 20px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}

.bx-retina .product-item-detail-pay-block { border-width: .5px; }

/*Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -20px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* Price */
.product-item-detail-price-current {
	color: #d0021b;
	white-space: nowrap;
	font-weight: bold;
	font-size: 30px;
	line-height: 33px;
	transition: font-size 200ms ease;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.bx-retina .product-item-selected-scu { outline-width: .5px; }

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #f2f2f2; }

.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	max-width: 250px;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button { height: 25px; }

/* Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
}

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

.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;
}

.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%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	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 {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	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; }

.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: 111;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0) 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%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

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

.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

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

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	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: all 300ms ease;
}

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

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*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: #ddd; }

.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; }

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.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%);
}

@-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 .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: #fff;
}

.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: 10px;
		z-index: 200;
	}

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

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

}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/* Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #039be5;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link { color: #000; }

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #1485ce;
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0; }

@media (max-width: 991px) {
	.product-item-detail-tabs-container { display: none !important; }

	.product-item-detail-tab-content { display: block !important; }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab { min-height: 45px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed { display: none !important; }

/*Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 1010;
	box-sizing: border-box;
	padding: 7px 0 8px;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
	min-width: 100%;
	border-collapse: collapse;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	vertical-align: middle;
	text-align: left;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container { max-width: 650px }

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.product-item-detail-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	max-width: 560px;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-detail-properties dl { clear: both; }

.product-item-detail-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-detail-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }
/* End */


/* Start:/bitrix/templates/vivat2022/style/components/detail-page-section.css?175032327125466*/
.detail-page-section .detail-page-section-product {
  position: relative;
  margin: 0 0 60px 0;
display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media {
  width: 600px;
	display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
	position:relative;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .magnifier-preview{
	position:absolute;
	left: calc(100% + 40px);
	top: calc(50% - 500px / 2);
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .magnifier-preview.active{
	visibility:visible;
}

@media screen and (max-width:1130px){

.detail-page-section .detail-page-section-product .detail-page-section-product-media .magnifier-preview{display:none;}
}


.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider-navigator {
 width: 170px;
  padding: 0 20px 0 0;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider-navigator .slick-slide {
  position: relative;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider-navigator .slick-slide span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider-navigator .slick-slide span img {
  display: block;
  width: 100%;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider-navigator .slick-slide.slick-current:before {
  content: "";
  background: #383c52;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider-navigator .slick-slider {

}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider-navigator .slick-slider .slick-arrow {
  top: 0;
  left: calc(50% - 25px);
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider-navigator .slick-slider .slick-arrow.slick-next {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider-navigator .slick-slider .slick-arrow.slick-prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider {
  position: relative;
  width: calc(100% - 170px);
  border: solid 1px #ebedf5;
  border-radius: 12px;
overflow:hidden;
display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .slick-dots{bottom: 10px;}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .slick-list,
.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .slick-list .slick-track,
.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .slick-list .slick-track .slick-slide,
.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .slick-list .slick-track .slick-slide span
 {
	height:100%;
}



.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .slider-for{
	width:100%;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .sale-marker {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}


.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .sale-marker:nth-child(2) {
top: calc(20px + 22px);
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .sale-marker:nth-child(3) {
top: calc(42px + 22px);
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .sale-marker:nth-child(4) {
top: calc(64px + 22px);
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .slick-slider{padding:0;}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .slick-slide{
	position:relative;
}
.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .slick-slide .zoom-this{
	height:36px;
	width:36px;
	border-radius:12px;
	background: rgba(56, 60, 82, 0.3);
	position:absolute;
	backdrop-filter: blur(2px);
	right:4px;
	bottom:4px;
	display:block;
	}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .slick-slide .zoom-this svg{
	position:absolute;
	width:24px;
	height:24px;
	left:calc(50% - 12px);
	top:calc(50% - 12px);
}


.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .slick-slide .zoom-this svg path{
	fill:#fff
	}


.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .slick-slide span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider .slick-slide span img {
  max-width: 100%;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-description {
  width: calc(100% - 600px - 300px);
  padding: 0 0 0 20px;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-description ol {
  font-size: 90%;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-description ol li {
  margin: 0 0 15px 0;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-description .detail-barcode {
  margin: 10px 0 0 0;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-description .detail-barcode img {
  display: block;
  max-height: 60px;
  max-width: 180px;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls {
  top: 20px;
  width: 300px;
  position: -webkit-sticky;
  position: sticky;
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
          box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
  border-radius: 12px;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .packing-choose {
  position: relative;
  -webkit-box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07);
          box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07);
  font-size: 90%;
  padding: 0 20px 15px 20px;
  margin: 0 -20px 20px -20px;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .packing-choose .radio-holder {
  margin: 10px 0 0 0;
  display: block;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .packing-choose .packing-old-price {
  font-weight: bold;
  color: #afb2bf;
  text-decoration: line-through;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .lenght-choose {
  position: relative;
  -webkit-box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07);
          box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07);
  font-size: 90%;
  padding: 0 20px 15px 20px;
  margin: 0 -20px 20px -20px;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .lenght-choose p {
  margin: 10px 0 0 0;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .detail-page-price {
  padding: 0 0 15px 0;
  text-align: right;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .detail-page-price .current-price {
  font-size: 175%;
  font-weight: bold;
  display: block;
  line-height: 150%;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .detail-page-price .old-price {
  font-size: 140%;
  color: #afb2bf;
  text-decoration: line-through;
  display: inline-block;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .detail-page-price .sale-value {
  display: inline-block;
  border: solid 1px #02c087;
  color: #02c087;
  font-weight: normal;
  font-size: 85%;
  padding: 2px 7px;
  line-height: 1;
  vertical-align: text-bottom;
  border-radius: 12px;
}


.detail-page-section .detail-page-section-product .detail-page-section-product-controls .items-counter-default {
  margin: 0 0 15px auto;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .options-box{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .options-box .product-favorite-indicator {
  height: 40px;
  width: 40px;
  position: relative;
  background: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .options-box .product-favorite-indicator svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .options-box .product-favorite-indicator svg path {
  fill: #8163a8;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .options-box .product-favorite-indicator.in-favorits svg .empty-part {
  visibility: hidden;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .options-box .product-favorite-indicator.in-favorits svg .fill-part {
  visibility: visible !important;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .options-box .product-favorite-indicator:hover svg path {
  fill: #bd3d84;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .options-box .product-favorite-indicator:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .options-box .product-buy {
  width: calc(100% - 40px);
  background: #bd3d84;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls .options-box .product-buy.type-two-button {
  background: #fff;
  border-color: #bd3d84;
  color: #bd3d84;
}

.detail-page-section .tabs {
  margin: 0 0 70px 0;
}

.detail-page-section .product-params-list {
  font-size: 90%;
  position: relative;
}

.detail-page-section .product-params-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 300px;
  background: #ebedf5;
  width: 1px;
  height: 100%;
}

.detail-page-section .product-params-list li {
  border-bottom: solid 1px #ebedf5;
  line-height: 150%;
}

.detail-page-section .product-params-list li:after {
  content: "";
  display: block;
  clear: both;
}

.detail-page-section .product-params-list li .product-param-name {
  float: left;
  width: 300px;
  padding: 15px 15px 15px 0;
}

.detail-page-section .product-params-list li .product-param-value {
  font-weight: bold;
  float: left;
  width: calc(100% - 300px);
  padding: 15px 0 15px 15px;
}

.detail-page-section .detail-page-sku-choose .sku-filter {
  margin: 0 0 50px 0;
}

.detail-page-section .detail-page-sku-choose .sku-filter:after {
  content: "";
  display: block;
  clear: both;
}

.detail-page-section .detail-page-sku-choose .sku-filter .sku-search {
  float: left;
}

.detail-page-section .detail-page-sku-choose .sku-filter .sku-search:after {
  content: "";
  display: block;
  clear: both;
}

.detail-page-section .detail-page-sku-choose .sku-filter .sku-search .input-holder {
  width: 250px;
  float: left;
}

.detail-page-section .detail-page-sku-choose .sku-filter .sku-search .go-sku-search {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #ebedf5;
  float: left;
  position: relative;
  margin: 0 0 0 10px;
}

.detail-page-section .detail-page-sku-choose .sku-filter .sku-search .go-sku-search svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.detail-page-section .detail-page-sku-choose .sku-filter .sku-search .go-sku-search svg path {
  fill: #8163a8;
}

.detail-page-section .detail-page-sku-choose .sku-filter .select-holder {
  margin: 0 0 0 20px;
}

.detail-page-section .detail-page-sku-choose .sku-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 0 -20px;
  padding: 40px 0;
}

.detail-page-section .detail-page-sku-choose .sku-list:after {
  content: "";
  display: block;
  clear: both;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit {
  width: calc(20% - 40px);
  margin: 20px;
  border: solid 1px #ebedf5;
  position: relative;
  padding-bottom: 60px;
  border-radius: 8px;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-picture {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-picture .sale-marker {
  top: 20px;
  right: 20px;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-picture .image-holder,
.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-picture a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 226px;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-picture .image-holder img,
.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-picture a img {
  display: block;
  max-width: 100%;

}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-price {
  padding: 10px 10px 15px 10px;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-price .product-current-price {
  display: inline-block;
  font-size: 110%;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-price .product-old-price {
  font-size: 110%;
  text-decoration: line-through;
  color: #afb2bf;
  margin: 0 10px 0 0;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-price .product-sale-value {
  display: inline-block;
  border: solid 1px #02c087;
  color: #02c087;
  font-weight: normal;
  font-size: 85%;
  border-radius: 12px;
  padding: 2px 7px;
  line-height: 1;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-name {
  padding: 0 10px;
height:60px;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-name a {
  color: #383c52;
  text-decoration: none;
  display: block;
  line-height: 130%;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-name a:hover {
  color: #8163a8;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-name .color-marker {
  display: inline-block;
  height: 22px;
  width: 22px;
  border-radius: 9px;
  background: #ebedf5;
  vertical-align: middle;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-barcode  {
	width:auto !important;
}


.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-barcode > *  {
max-width:100%;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-barcode img {
  display: block;
  max-width: 100%;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .items-counter-default {
  margin: 10px 10px 0 auto;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-additional-params {
  padding: 4px 10px;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-additional-params p {
  font-size: 75%;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-options-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px 10px 0;
display: flex;
	flex-direction: row;
	align-items: center;
}


.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-options-box .product-favorite-indicator {
  height: 40px;
  width: 40px;
  position: relative;
  background: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-options-box .product-favorite-indicator svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-options-box .product-favorite-indicator svg path {
  fill: #8163a8;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-options-box .product-favorite-indicator.in-favorits svg .empty-part {
  visibility: hidden;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-options-box .product-favorite-indicator.in-favorits svg .fill-part {
  visibility: visible !important;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-options-box .product-favorite-indicator:hover svg path {
  fill: #bd3d84;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-options-box .product-favorite-indicator:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-options-box .product-buy {
  width: calc(100% - 40px);
  background: #bd3d84;
}

.detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit .product-options-box .product-buy.type-two-button {
  background: #fff;
  border-color: #bd3d84;
  color: #bd3d84;
}

.product-carousel-section .product-carousel-slider > .slick-dots li button{
	color: #afb2bf;
    background: none;
    font-size: 90%;
    height: auto;
    width: auto;
    display: none;
}

.product-carousel-section .product-carousel-slider > .slick-dots li.slick-active button { 
    background: none;
    display: block;
}
.video-indicator{
  position: absolute;
width: 46px;
height: 46px;
background: rgba(56, 60, 82, 0.8);
backdrop-filter: blur(2px);
border-radius: 12px;
left:calc(50% - 23px);
top:calc(50% - 23px)
}

.video-indicator:before{
  content: '';
  height:24px;
  width:24px;
  position:absolute;
  display:block;
  left:calc(50% - 12px);
  top:calc(50% - 12px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzIDkuNzA5OThDMjMuMDQ5NSA4LjI3ODY0IDIyLjczNjUgNi44NTggMjIuMDkgNS41Nzk5OEMyMS42NTE0IDUuMDU1NTggMjEuMDQyNyA0LjcwMTY5IDIwLjM3IDQuNTc5OThDMTcuNTg3NSA0LjMyNzUxIDE0Ljc5MzYgNC4yMjQwMyAxMiA0LjI2OTk4QzkuMjE2NjcgNC4yMjE5NCA2LjQzMjc0IDQuMzIyMDggMy42NjAwMyA0LjU2OTk4QzMuMTExODUgNC42Njk3IDIuNjA0NTQgNC45MjY4MyAyLjIwMDAzIDUuMzA5OThDMS4zMDAwMyA2LjEzOTk4IDEuMjAwMDMgNy41NTk5OCAxLjEwMDAzIDguNzU5OThDMC45NTQ5MzkgMTAuOTE3NSAwLjk1NDkzOSAxMy4wODI0IDEuMTAwMDMgMTUuMjRDMS4xMjg5NiAxNS45MTU0IDEuMjI5NTIgMTYuNTg1OCAxLjQwMDAzIDE3LjI0QzEuNTIwNiAxNy43NDUgMS43NjQ1NSAxOC4yMTIzIDIuMTEwMDMgMTguNkMyLjUxNzI5IDE5LjAwMzQgMy4wMzY0MSAxOS4yNzUyIDMuNjAwMDMgMTkuMzhDNS43NTU5NCAxOS42NDYxIDcuOTI4MjQgMTkuNzU2NCAxMC4xIDE5LjcxQzEzLjYgMTkuNzYgMTYuNjcgMTkuNzEgMjAuMyAxOS40M0MyMC44Nzc1IDE5LjMzMTYgMjEuNDExMiAxOS4wNTk1IDIxLjgzIDE4LjY1QzIyLjExIDE4LjM2OTkgMjIuMzE5MSAxOC4wMjcxIDIyLjQ0IDE3LjY1QzIyLjc5NzcgMTYuNTUyNiAyMi45NzMzIDE1LjQwNDEgMjIuOTYgMTQuMjVDMjMgMTMuNjkgMjMgMTAuMzEgMjMgOS43MDk5OFpNOS43NDAwMyAxNC44NVY4LjY1OTk4TDE1LjY2IDExLjc3QzE0IDEyLjY5IDExLjgxIDEzLjczIDkuNzQwMDMgMTQuODVaIiBmaWxsPSIjRkYwMDAwIi8+Cjwvc3ZnPgo=");
  background-repeat:no-repeat;
  background-size: 100%;
  background-position: center center;
}

@media screen and (max-width: 1330px) {
  .detail-page-section .detail-page-section-product .detail-page-section-product-media {
    width: 500px;
  }
  .detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider-navigator {
    width: 130px;
  }
  .detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider-navigator .slick-slide {
    height: 100px;
  }
  .detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider {
    width: calc(100% - 130px);
  }
  .detail-page-section .detail-page-section-product .detail-page-section-product-description {
    width: calc(100% - 540px - 260px);
  }
  .detail-page-section .detail-page-section-product .detail-page-section-product-controls {
  }
  .detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit {
    width: calc(25% - 40px);
  }
}

@media screen and (max-width: 1130px) {
  .detail-page-section .detail-page-section-product{
    flex-wrap: wrap;
  }

  .detail-page-section .detail-page-section-product .detail-page-section-product-media{
    width:100%;
    margin:0 0 30px 0;
  }

  .detail-page-section .detail-page-section-product .detail-page-section-product-description,
  .detail-page-section .detail-page-section-product .detail-page-section-product-controls-holder{
    width:50%;
  }

   .detail-page-section .detail-page-section-product .detail-page-section-product-description{
    padding:0 20px 0 0;
   }

.detail-page-section .detail-page-section-product .detail-page-section-product-controls-holder .detail-page-section-product-controls
   {
    width:100%;
   }


  .detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit {
    width: calc(33.3% - 40px);
  }
}

@media screen and (max-width: 890px) {
  .detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider-navigator {
    display: none;
  }
  .detail-page-section .detail-page-section-product .detail-page-section-product-media .detail-slider {
    width: 100%;
  }
.detail-page-section .detail-page-section-product .detail-page-section-product-description{
  padding:0 0 30px 0;
  width:100%;
}

.detail-page-section .detail-page-section-product .detail-page-section-product-controls-holder{
  width:100%;
}

  .detail-page-section .product-params-list:before {
    left: 50%;
  }
  .detail-page-section .product-params-list li .product-param-name,
  .detail-page-section .product-params-list li .product-param-value {
    width: 50%;
  }
  .detail-page-section .detail-page-sku-choose .sku-filter .sku-search {
    width: 100%;
    float: none;
  }
  .detail-page-section .detail-page-sku-choose .sku-filter .sku-search .input-holder {
    width: calc(100% - 50px);
  }
  .detail-page-section .detail-page-sku-choose .sku-filter .select-holder {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 480px) {
  .detail-page-section .detail-page-sku-choose .sku-list .sku-list-unit {
    width: calc(100% - 40px);
  }
}
/*# sourceMappingURL=detail-page-section.css.map */
/* End */


/* Start:/bitrix/templates/vivat2022/style/components/catalog-section.css?175033221225938*/
.catalog-section:after {
  content: "";
  display: block;
  clear: both;
}

.catalog-section .catalog-section-sidebar {
  float: left;
  width: 300px;
}

.catalog-section .catalog-section-content {
  width: calc(100% - 300px);
  padding: 0 0 0 30px;
  float: left;
}

.catalog-menu ol li {
  border-bottom: solid 1px #ebedf5;
}

.catalog-menu ol li .catalog-menu-unit {
  display: block;
  position: relative;
}

.catalog-menu ol li .catalog-menu-unit a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #383c52;
  padding: 10px 0 10px 48px;
  line-height: 130%;
text-transform:lowercase;
}

.catalog-menu ol li .catalog-menu-unit a:first-letter{
	text-transform:uppercase;
}

.catalog-menu ol li .catalog-menu-unit a .catalog-menu-unit-icon {
  height: 42px;
  width: 42px;
  border: solid 1px #ebedf5;
  position: absolute;
  background: #fff;
  left: 0px;
  top: 10px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-radius: 12px;
}

.catalog-menu ol li .catalog-menu-unit a .catalog-menu-unit-icon svg {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.catalog-menu ol li .catalog-menu-unit a .catalog-menu-unit-icon svg path {
  fill: #8163a8;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.catalog-menu ol li .catalog-menu-unit a .catalog-menu-unit-sub-counter {
  margin: 5px 0 0 0;
  display: block;
  width: 47px;
  height: 20px;
  background: #ebedf5;
  font-size: 75%;
  color: #8163a8;
  border-radius: 8px;
  line-height: 20px;
  text-align: right;
  padding: 0 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-menu ol li .catalog-menu-unit a:hover {
  color: #8163a8;
}

.catalog-menu ol li .catalog-menu-unit a:hover .catalog-menu-unit-icon {
  background: #8163a8;
}

.catalog-menu ol li .catalog-menu-unit a:hover .catalog-menu-unit-icon svg path {
  fill: #fff;
}

.catalog-menu ol li .catalog-menu-unit .catalog-menu-unit-trigger {
  color: #8163a8;
  background: #fff;
  height: 20px;
  width: 20px;
  font-size: 125%;
  text-align: center;
  line-height: 20px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-radius: 8px;
  z-index: 5;
}

.catalog-menu ol li .catalog-menu-unit .catalog-menu-unit-trigger:before {
  content: "+";
}

.catalog-menu ol li .catalog-menu-unit .catalog-menu-unit-trigger:hover {
  background: #dd87b7;
  color: #fff;
}

.catalog-menu ol li .catalog-menu-unit .catalog-menu-unit-trigger:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.catalog-menu ol li.expanded-unit > .catalog-menu-unit .catalog-menu-unit-trigger::before {
  content: "-";
}

.catalog-menu ol li.expanded-unit > .catalog-menu-unit .catalog-menu-unit-icon {
  background: #8163a8;
}

.catalog-menu ol li.expanded-unit > .catalog-menu-unit .catalog-menu-unit-icon svg path {
  fill: #fff;
}

.catalog-menu ol li.expanded-unit > ol {
  display: block;
}

.catalog-menu ol li.current-unit .catalog-menu-unit a {
  font-weight: bold;
}

.catalog-menu ol li.current-unit .catalog-menu-unit a .catalog-menu-unit-sub-counter {
  font-weight: normal;
}

.catalog-menu ol li ol {
  display: none;
  background: #ebedf5;
}

.catalog-menu ol li ol li {
  border: none;
}

.catalog-menu ol li ol li:not(:last-child) {
  border-bottom: solid 1px #fff;
}

.catalog-menu ol li ol li.expanded-unit {
  background: #c1b0d8;
}

.catalog-menu ol li ol li .catalog-menu-unit a {
  padding-left: 64px;
  padding-right: 32px;
  font-size: 90%;
}

.catalog-menu ol li ol li .catalog-menu-unit a .catalog-menu-unit-sub-counter {
  position: absolute;
  left: 10px;
  top: 5px;
  background: #fff;
  font-size: 85%;
}

.catalog-menu ol li ol li .catalog-menu-unit .catalog-menu-unit-trigger {
  right: 10px;
}

.catalog-menu ol li ol li ol {
  background: #c1b0d8;
}

.catalog-menu ol li ol li ol li .catalog-menu-unit a {
  padding-left: 84px;
}

.catalog-menu ol li ol li ol li .catalog-menu-unit a .catalog-menu-unit-sub-counter {
  left: 30px;
}

.catalog-menu .catalog-update-date {
  margin: 20px 0 0 0;
  color: #afb2bf;
  font-size: 75%;
}

.catalog-section-folders {
  margin: 0 0 100px 0;
}

.catalog-section-folders .catalog-section-folders-title {
  font-size: 225%;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.catalog-section-folders ol {
  background: #ebedf5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 12px;
  padding: 10px;
}

.catalog-section-folders ol li {
  width: 144px;
  margin: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}

.catalog-section-folders ol li a {
  color: #383c52;
  text-decoration: none;
  display: block;
  background: #fff;
  overflow: hidden;
  padding: 0 0 10px 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-radius: 12px;
    width: 100%;
}

.catalog-section-folders ol li a .folder-picture {
  display: block;
  height: 144px;
  position: relative;
  overflow: hidden;
}

.catalog-section-folders ol li a .folder-picture img {
  display: block;
  position: absolute;
  height: 100%;
  border-radius: 12px;
}

.catalog-section-folders ol li a .folder-subcounter {
  position: relative;
  margin: -10px auto 0 auto;
  display: block;
  width: 47px;
  height: 20px;
  background: #bd3d84;
  font-size: 75%;
  color: #fff;
  border-radius: 8px;
  line-height: 20px;
  text-align: center;
  padding: 0 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-section-folders ol li a .folder-name {
  display: block;
  font-size: 90%;
  margin: 10px 10px 0 10px;
  text-align: center;
}

.catalog-section-folders ol li a:hover {
  -webkit-box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
          box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
}

.catalog-section-folders ol li a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.goods-list-section .goods-filter {
  margin: 0 0 40px 0;
}

.goods-list-section .show-more-holder {
  text-align: center;
  margin: 0 0 30px 0;
}

.goods-filter {
  background: #ffffff;
  -webkit-box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
          box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
  border-radius: 12px;
}

.goods-filter .goods-filter-param-title {
  font-size: 90%;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.goods-filter .goods-filter-topside {
  border-bottom: solid 1px #ebedf5;
  padding: 20px;
}

.goods-filter .goods-filter-topside:after {
  content: "";
  display: block;
  clear: both;
}

.goods-filter .goods-filter-topside .price-range-slider {
  float: left;
  width: 50%;
}

.goods-filter .goods-filter-topside .goods-filter-options {
  float: left;
  width: 50%;
  padding: 0 0 0 20px;
}

.goods-filter .goods-filter-topside .goods-filter-options .checkbox-holder,
.goods-filter .goods-filter-topside .goods-filter-options .radio-holder {
  display: inline-block;
  margin: 0 20px 0 0;
}

.goods-filter .goods-filter-bottomside {
  padding: 20px;
}

.goods-filter .goods-filter-bottomside:after {
  content: "";
  display: block;
  clear: both;
}

.goods-filter .goods-filter-bottomside .select-holder {
  float: left;
  min-width: 250px;
}

.goods-filter .goods-filter-bottomside .list-view-type {
  float: left;
  padding: 0 0 0 20px;
}

.goods-filter .goods-filter-bottomside .list-view-type button {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
  background: #8163a8;
  margin: 0 12px 10px 12px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-radius: 8px;
}

.goods-filter .goods-filter-bottomside .list-view-type button svg {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.goods-filter .goods-filter-bottomside .list-view-type button svg path {
  fill: #fff;
}

.goods-filter .goods-filter-bottomside .list-view-type button span {
  display: block;
  width: calc(100% + 20px);
  position: absolute;
  text-align: center;
  color: #afb2bf;
  font-size: 75%;
  top: calc(100% + 3px);
  left: -10px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.goods-filter .goods-filter-bottomside .list-view-type button.current-view-type {
  background: #ebedf5;
  cursor: default;
}

.goods-filter .goods-filter-bottomside .list-view-type button.current-view-type svg path {
  fill: #383c52;
}

.goods-filter .goods-filter-bottomside .list-view-type button:not(.current-view-type):hover {
  background: #bd3d84;
}

.goods-filter .goods-filter-bottomside .list-view-type button:not(.current-view-type):hover span {
  color: #bd3d84;
}

.goods-filter .goods-filter-bottomside .list-view-type button:not(.current-view-type):active svg {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.goods-filter .goods-filter-bottomside .goods-filter-reset {
  float: right;
  font-size: 75%;
}

.product-list-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 0 -20px;
  padding: 40px 0;
}

.product-list-tile:after {
  content: "";
  display: block;
  clear: both;
}

.product-list-tile .product-list-tile-unit {
  width: calc(25% - 40px);
  margin: 20px;
  border: solid 1px #ebedf5;
  position: relative;
  padding-bottom: 60px;
  border-radius: 8px;
}

.product-list-tile .product-list-tile-unit .product-picture {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.product-list-tile .product-list-tile-unit .product-picture .sale-marker {
  top: 20px;
  right: 20px;
}

.product-list-tile .product-list-tile-unit .product-picture .sale-marker:nth-child(2) {
top: calc(20px + 22px);
}

.product-list-tile .product-list-tile-unit .product-picture .sale-marker:nth-child(3) {
top: calc(42px + 22px);
}

.product-list-tile .product-list-tile-unit .product-picture .sale-marker:nth-child(4) {
top: calc(64px + 22px);
}

.product-list-tile .product-list-tile-unit .product-picture a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 226px;
}

.product-list-tile .product-list-tile-unit .product-picture a img {
  /*display: block;
  width: 100%;*/
	max-height: 100%;
}

.product-list-tile .product-list-tile-unit .product-price {
  padding: 10px 10px 15px 10px;
}

.product-list-tile .product-list-tile-unit .product-price .product-current-price {
  display: inline-block;
  font-size: 110%;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.product-list-tile .product-list-tile-unit .product-price .product-old-price {
  font-size: 110%;
  text-decoration: line-through;
  color: #afb2bf;
  margin: 0 10px 0 0;
}

.product-list-tile .product-list-tile-unit .product-price .product-sale-value {
  display: inline-block;
  border: solid 1px #02c087;
  color: #02c087;
  font-weight: normal;
  font-size: 85%;
  border-radius: 12px;
  padding: 2px 7px;
  line-height: 1;
}

.product-list-tile .product-list-tile-unit .product-name {
  padding: 0 10px;
}

.product-list-tile .product-list-tile-unit .product-name a {
  color: #383c52;
  text-decoration: none;
  display: block;
  line-height: 130%;
}

.product-list-tile .product-list-tile-unit .product-name a:hover {
  color: #8163a8;
}

.product-list-tile .product-list-tile-unit .items-counter-default {
  margin: 10px 10px 0 auto;
}

.product-list-tile .product-list-tile-unit .product-additional-params {
  padding: 4px 10px;
}

.product-list-tile .product-list-tile-unit .product-additional-params p {
  font-size: 75%;
}

.product-list-tile .product-list-tile-unit .product-options-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px 10px 0;
display: flex;
flex-direction: row;
align-items: center;
}


.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator {
  height: 40px;
  width: 40px;
  position: relative;
  background: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator svg path {
  fill: #8163a8;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator.in-favorits svg .empty-part {
  visibility: hidden;
}

.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator.in-favorits svg .fill-part {
  visibility: visible !important;
}

.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator:hover svg path {
  fill: #bd3d84;
}

.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.product-list-tile .product-list-tile-unit .product-options-box .product-buy {
  width: calc(100% - 40px);
  background: #bd3d84;
}

.product-list-tile .product-list-tile-unit .product-options-box .product-buy.type-two-button {
  background: #fff;
  border-color: #bd3d84;
  color: #bd3d84;
}

.product-list-string {
  padding: 40px 0;
}

.product-list-string .product-list-string-unit {
  position: relative;
  border-bottom: solid 1px #ebedf5;
  padding: 20px 0;
}

.product-list-string .product-list-string-unit:after {
  content: "";
  display: block;
  clear: both;
}

.product-list-string .product-list-string-unit:first-child {
  border-top: solid 1px #ebedf5;
}

.product-list-string .product-list-string-unit .product-picture {
  position: relative;
  height: 270px;
  width: 270px;
  float: left;
  border-radius: 8px;
}

.product-list-string .product-list-string-unit .product-picture:hover .media-slider-modal{
    display: block;

}

.product-list-string .product-list-string-unit .product-picture .sale-marker {
  top: 20px;
  right: 20px;
}


.product-list-string .product-list-string-unit .product-picture .sale-marker:nth-child(2) {
top: calc(20px + 22px);
}

.product-list-string .product-list-string-unit .product-picture .sale-marker:nth-child(3) {
top: calc(42px + 22px);
}

.product-list-string .product-list-string-unit .product-picture .sale-marker:nth-child(4) {
top: calc(64px + 22px);
}

.product-list-string .product-list-string-unit .product-picture a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 226px;
  overflow: hidden;
  border-radius: 8px;
}

.product-list-string .product-list-string-unit .product-picture a img {
  display: block;
  width: 100%;
}

.product-list-string .product-list-string-unit .product-description {
  float: left;
  width: calc(100% - 270px - 230px);
  padding: 0 20px 0 20px;
}

.product-list-string .product-list-string-unit .product-controls {
  float: left;
  width: 230px;
}

.product-list-string .product-list-string-unit .product-price {
  text-align: right;
  margin: 0 0 25px 0;
}

.product-list-string .product-list-string-unit .product-price .product-current-price {
  display: block;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.product-list-string .product-list-string-unit .product-price .product-old-price {
  font-size: 140%;
  display: inline-block;
  text-decoration: line-through;
  color: #afb2bf;
  margin: 0 10px 0 0;
}

.product-list-string .product-list-string-unit .product-price .product-sale-value {
  display: inline-block;
  border: solid 1px #02c087;
  color: #02c087;
  font-weight: normal;
  font-size: 85%;
  padding: 2px 7px;
  line-height: 1;
  vertical-align: text-bottom;
  border-radius: 12px;
}

.product-list-string .product-list-string-unit .product-name {
  padding: 0 0 10px 0;
}

.product-list-string .product-list-string-unit .product-name a {
  font-size: 110%;
  color: #383c52;
  text-decoration: none;
  display: block;
  line-height: 130%;
}

.product-list-string .product-list-string-unit .product-name a:hover {
  color: #8163a8;
}

.product-list-string .product-list-string-unit .items-counter-default {
  margin: 0 0 10px auto;
}

.product-list-string .product-list-string-unit .product-additional-params p {
  line-height: 130%;
}

.product-list-string .product-list-string-unit .product-barcode {
  margin: 20px 0 0 0;
}

.product-list-string .product-list-string-unit .product-barcode img {
  display: block;
  max-height: 60px;
  max-width: 180px;
}

.product-list-string .product-list-string-unit .product-options-box{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator {

  height: 40px;
  width: 40px;
  position: relative;
  background: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator svg path {
  fill: #8163a8;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator.in-favorits svg .empty-part {
  visibility: hidden;
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator.in-favorits svg .fill-part {
  visibility: visible !important;
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator:hover svg path {
  fill: #bd3d84;
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.product-list-string .product-list-string-unit .product-options-box .product-buy {
  width: calc(100% - 40px);
  background: #bd3d84;
}

.product-list-string .product-list-string-unit .product-options-box .product-buy.type-two-button {
  background: #fff;
  border-color: #bd3d84;
  color: #bd3d84;
}

@media screen and (max-width: 1600px) {
  .product-list-tile .product-list-tile-unit {
    width: calc(33.3% - 40px);
  }
  .catalog-section-folders ol li {
    width: 150px;
  }
  .catalog-section-folders ol li a .folder-picture {
    height: 150px;
  }
}

@media screen and (max-width: 1330px) {
  .catalog-section-folders ol li {
    width: 142px;
  }
  .product-list-tile .product-list-tile-unit {
    width: calc(50% - 40px);
  }
  .goods-filter .goods-filter-topside .goods-filter-options .checkbox-holder,
  .goods-filter .goods-filter-topside .goods-filter-options .radio-holder {
    display: block;
    margin: 0 0 5px 0;
  }
  .product-list-string .product-list-string-unit .product-picture {
    width: 200px;
    height: 200px;
  }
  .product-list-string .product-list-string-unit .product-picture a {
    height: 200px;
  }
  .product-list-string .product-list-string-unit .product-description {
    width: calc(100% - 200px - 230px);
  }
  .product-list-string .product-list-string-unit .product-name a {
    font-size: 100%;
  }
}

@media screen and (max-width: 1130px) {
  .catalog-section-folders ol li {
    width: 119px;
  }
  .goods-filter .goods-filter-topside .price-range-slider {
    float: none;
    width: 100%;
  }
  .goods-filter .goods-filter-topside .goods-filter-options {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
  }
  .goods-filter .goods-filter-bottomside .select-holder {
    width: 190px;
    min-width: auto;
  }
  .product-list-string .product-list-string-unit .product-picture {
    width: 100px;
    height: 100px;
  }
  .product-list-string .product-list-string-unit .product-picture .sale-marker {
    top: auto;
    bottom: -30px;
  }
  .product-list-string .product-list-string-unit .product-picture a {
    height: 100px;
  }
  .product-list-string .product-list-string-unit .product-description {
    width: calc(100% - 100px);
  }
  .product-list-string .product-list-string-unit .product-controls {
    float: none;
    clear: both;
    width: 100%;
  }
}

@media screen and (max-width: 890px) {
  .catalog-section .catalog-section-sidebar {
    display: none;
  }
  .catalog-section .catalog-section-content {
    float: none;
    width: 100%;
    padding: 0;
  }
  .goods-filter .goods-filter-bottomside .select-holder {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }
  .goods-filter .goods-filter-bottomside .list-view-type {
    padding: 0;
  }
  .product-list-tile {
    margin: 0;
  }
  .product-list-tile .product-list-tile-unit {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .catalog-section-folders ol li {
    width: calc(100% / 4 - 20px);
  }
  .catalog-section-folders ol li a {
    padding: 10px;
  }
  .catalog-section-folders ol li a .folder-picture {
    margin: 0 auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .catalog-section-folders ol li a .folder-picture img {
    position: static;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .catalog-section-folders ol li {
    width: calc(100% / 3 - 20px);
  }
  .catalog-section-folders ol li a .folder-picture {
    margin: 0 auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 450px) {
  .catalog-section-folders ol li {
    width: calc(100% / 2 - 20px);
  }
  .catalog-section-folders ol li a .folder-picture {
    margin: 0 auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/*# sourceMappingURL=catalog-section.css.map */
/* End */


/* Start:/bitrix/templates/vivat2022/style/components/product-carousel.css?17503233316830*/
.product-carousel-section {
  margin: 0 0 100px 0;
}

.product-carousel-section .product-carousel-section-title {
  font-size: 225%;
  font-weight: bold;
  margin: 0 0 50px 0;
}

.product-carousel-slider {
  overflow: hidden;
  padding: 0 1px 25px 1px;
}

.product-carousel-slider > .slick-list {
  margin: 0 -32px;
}

.product-carousel-slider .product-carousel-slider-unit{
	margin:0 32px;
}

.product-carousel-slider > .slick-arrow
{
	top:calc(50% - 100px);
}

.product-carousel-slider .product-pictures-carousel .slick-slide{margin:0;}



.product-carousel-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-carousel-slider > .slick-dots {
  counter-reset: listCounter;
  height: 15px;
}

.product-carousel-slider > .slick-dots li {
  counter-increment: listCounter;
  position: absolute;
  width: 30px;
  margin: 0;
  text-align: right;
  left: calc(50% - 45px);
}

.product-carousel-slider > .slick-dots li button {
  color: #afb2bf;
  background: none;
  font-size: 90%;
  height: auto;
  width: auto;
  display: none;
}

.product-carousel-slider > .slick-dots li.slick-active button {
  background: none;
  display: block;
}

.product-carousel-slider > .slick-dots li:last-child {
  font-size: 90%;
  color: #afb2bf;
}

.product-carousel-slider > .slick-dots li:last-child::before {
  content: counter(listCounter);
  position: absolute;
  right: -60px;
}

.product-carousel-slider > .slick-dots:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #ebedf5;
  position: absolute;
  left: calc(50% - 20px);
  top: 50%;
}

.product-carousel-slider > .slick-dots:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #ebedf5;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  position: absolute;
  left: 50%;
  top: calc(50% - 10px);
}

.product-carousel-slider .product-carousel-slider-unit {
  border: solid 1px #ebedf5;
  position: relative;
  padding-bottom: 60px;
  border-radius: 8px;
}

.product-carousel-slider .product-carousel-slider-unit .product-picture {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.product-carousel-slider .product-carousel-slider-unit .product-picture .sale-marker {
  top: 20px;
  right: 20px;
}

.product-carousel-slider .product-carousel-slider-unit .product-picture .sale-marker:nth-child(2) {
top: calc(20px + 22px);
}

.product-carousel-slider .product-carousel-slider-unit .product-picture .sale-marker:nth-child(3) {
top: calc(42px + 22px);
}

.product-carousel-slider .product-carousel-slider-unit .product-picture .sale-marker:nth-child(4) {
top: calc(64px + 22px);
}



.product-carousel-slider .product-carousel-slider-unit .product-picture a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 226px;
}

.product-carousel-slider .product-carousel-slider-unit .product-picture a img {
  /*display: block;
  width: 100%;*/
	max-height: 100%;
}

.product-carousel-slider .product-carousel-slider-unit .product-price {
  padding: 10px 10px 15px 10px;
}

.product-carousel-slider .product-carousel-slider-unit .product-price .product-current-price {
  display: inline-block;
  font-size: 110%;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.product-carousel-slider .product-carousel-slider-unit .product-price .product-old-price {
  font-size: 110%;
  text-decoration: line-through;
  color: #afb2bf;
  margin: 0 10px 0 0;
}

.product-carousel-slider .product-carousel-slider-unit .product-price .product-sale-value {
  display: inline-block;
  border: solid 1px #02c087;
  color: #02c087;
  font-weight: normal;
  font-size: 85%;
  border-radius: 12px;
  padding: 2px 7px;
  line-height: 1;
}

.product-carousel-slider .product-carousel-slider-unit .product-name {
  padding: 0 10px;
}

.product-carousel-slider .product-carousel-slider-unit .product-name a {
  color: #383c52;
  text-decoration: none;
  display: block;
  line-height: 130%;
}

.product-carousel-slider .product-carousel-slider-unit .product-name a:hover {
  color: #8163a8;
}

.product-carousel-slider .product-carousel-slider-unit .product-additional-params {
  padding: 4px 10px;
  /*    padding: 0 10px;
      position: absolute;
      bottom: 60px;*/
}

.product-carousel-slider .product-carousel-slider-unit .product-additional-params p {
  font-size: 75%;
}

.product-carousel-slider .product-carousel-slider-unit .items-counter-default {
  margin: 10px 10px 0 auto;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px 10px 0;
display: flex;
flex-direction: row;
align-items: center;
}


.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator {
  height: 40px;
  width: 40px;
  position: relative;
  background: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator svg path {
  fill: #8163a8;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator.in-favorits svg .empty-part {
  visibility: hidden;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator.in-favorits svg .fill-part {
  visibility: visible !important;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator:hover svg path {
  fill: #bd3d84;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-buy {
  width: calc(100% - 40px);
  background: #bd3d84;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-buy.type-two-button {
  background: #fff;
  border-color: #bd3d84;
  color: #bd3d84;
}
/*# sourceMappingURL=product-carousel.css.map */
/* End */


/* Start:/bitrix/templates/vivat2022/script/lightbox/lightbox.min.css?168374065813749*/
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
/* End */


/* Start:/bitrix/templates/vivat2022/script/magnifier/magnifier.css?17137825101235*/
.magnifier-thumb-wrapper {
    position: relative;
    display: block;
    top: 0;
    left: 0
}

.magnifier-lens {
    position: absolute;
    border: solid 1px #ccc;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow: hidden
}

.magnifier-loader {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #ccc;
    color: #fff;
    text-align: center;
    background: transparent;
    background: rgba(50, 50, 50, 0.5);
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)
}

.magnifier-loader-text {
    font: 13px Arial;
    margin-top: 10px
}

.magnifier-large {
    position: absolute;
    z-index: 100
}

.magnifier-preview {
    padding: 0;
    width: 100%;
    height: 500px;
	width: 500px;
    position: relative;
    overflow: hidden
}

.magnifier-preview img {
    position: absolute;
    top: 0;
    left: 0;
/*width: auto !important;
	height: auto !important;*/

}

.opaque {
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
}

.hidden {
    display: none
}
/* End */


/* Start:/bitrix/templates/vivat2022/components/bitrix/catalog.element/.default/themes/blue/style.css?16837406581064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/vivat-catalog-22/style.css?16837406571122 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/bcrumb2022/style.css?1683740657585 */
/* /bitrix/templates/vivat2022/components/bitrix/catalog.element/.default/style.css?168374065824814 */
/* /bitrix/templates/vivat2022/style/components/detail-page-section.css?175032327125466 */
/* /bitrix/templates/vivat2022/style/components/catalog-section.css?175033221225938 */
/* /bitrix/templates/vivat2022/style/components/product-carousel.css?17503233316830 */
/* /bitrix/templates/vivat2022/script/lightbox/lightbox.min.css?168374065813749 */
/* /bitrix/templates/vivat2022/script/magnifier/magnifier.css?17137825101235 */
/* /bitrix/templates/vivat2022/components/bitrix/catalog.element/.default/themes/blue/style.css?16837406581064 */
