<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/main/components/bitrix/catalog/.default/style.css?15637397121123*/
.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:/local/templates/main/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?161539064462050*/
*:focus {
	outline: none;
}
.product-card-section {
	display: flex;
	flex-wrap: wrap;
}
.product-view {
	width: 100%;
}
.product-info-section {
	width: 100%;
	padding: 15px 0;
}
.block-slyde .section-viewed-slider{
	margin: 0px 0;
}
@media (min-width: 768px) {

	.product-card-section {
		flex-wrap: nowrap;
		margin-bottom: 30px;
		border-style: solid;
		border-width: 1px 1px 0 1px;
		border-color: #EBEBF1;
	}
	.product-view {
		flex-shrink: 0;
		width: 378px;
	}
	.product-info-section {
		padding: 25px;
		width: calc(100% - 378px);
	}
}
@media (min-width: 1200px) {
	.product-card-section {
		margin-bottom: 0px;
	}
	.product-view {
		width: 630px;
	}
	.product-info-section {
		padding: 50px 50px 20px 50px;
		width: calc(100% - 630px);
	}
}

/* Sidebar */
.product-item-detail-info-section {
	padding: 0;
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.product-detail-info-row {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 17px;
	width: 50%;
}
.product-detail-info-item {
	width: 100%;
	color: #828282;
	margin: 0 0 10px;
}
.product-detail-info-value a {
	color: #2A87DD;
}
.product-detail-info-value a:hover {
	opacity: .6;
}
.product-detail-rating-row {
	display: flex;
	align-items: center;
	margin: 0 0 23px;
}
.rate-item {
	display: flex;
	align-items: center;
}
.product-detail-rating-row .rate-item {
	margin: 0 12px 0 0;
}
.rate-item .rate-value {
	color: #333;
	font-size: 23px;
	line-height: 30px;
	font-family: 'ubuntubold', sans-serif;
	margin: 0 5px 0 0;
}
.product-detail-rating-row .rate-value {
	font-family: 'ubunturegular', sans-serif;
}
.rate-item .rate-star {
	width: 21px;
	height: 22px;
	background: url('/local/templates/main/images/star-full.svg') no-repeat;
}
.product-detail-rating-row .review-link a {
	color: #2A87DD;
}
.product-detail-rating-row .review-link a:hover {
	opacity: .6;
}

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

.product-item-detail-info-container {
	font-family: 'ubunturegular', sans-serif;
	width: 100%;
}
.sku-holder .product-item-detail-info-container + .product-item-detail-info-container {
	margin-top: 20px;
}

.product-item-detail-info-container-title {
	margin-bottom: 6px;
	color: #000;
	font-size: 14px;
	line-height: 16px;
}

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.product-detail-info-row {
		width: 100%;
	}
	/*.product-detail-info-item {
		width: 45%;
		margin: 0;
	}*/
}

/*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 */
.price-block-holder {
	padding: 0 0 15px;
	display: flex;
	justify-content: space-between;
}
.price-box {
	display: flex;
	flex-wrap: wrap;
    align-items: baseline;
	margin: 0 0 6px;
	position: relative;
}
.product-item-detail-price-current {
	color: #000;
	white-space: nowrap;
	font-size: 31px;
	line-height: 36px;
	transition: font-size 200ms ease;
	margin-right: 12px;
}

.product-item-detail-price-old {
	color: #828282;
	white-space: nowrap;
	font-size: 25px;
	line-height: 29px;
	position: relative;
	margin: 0 10px 0 0;
}
.product-item-detail-price-old:after {
	content: '';
	height: 2px;
	position: absolute;
	top: calc(50% - 1px);
	left: -1px;
	right: -1px;
	background: #FB4C4C;
}
.viewers-holder {
	display: flex;
	align-items: center;
	margin: 10px 0 15px;
}
.viewers-holder .size-grid {
	width: 130px;
	margin:0 0 0 auto;
	padding-left: 5px; 
	text-align: right;
}
.viewers-holder .viewers-label {
	margin: 0
}
.viewers-label {
	font-size: 13px;
	line-height: 14px;
	color: #FB4C4C;
	padding: 0 0 0 0px;
	position: relative;
	margin-bottom: 20px;
	text-align: right;
}
@media (max-width: 600px) { 
	.viewers-holder {
		flex-direction: column;
	}
	.viewers-holder .viewers-label {
		margin: 0 auto 6px 0;
	}
	.viewers-holder .size-grid {
		width: 100%;
		text-align: left;
		padding: 0
	}
}
/*.viewers-label:before {
	content: '';
	background-image: url('/local/templates/main/images/eye-viewed-grey.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}*/

.follow-price {
	font-size: 11px;
	line-height: 13px;
	color: #333;
	background: rgba(237,237,68,.6);
	padding: 5px 6px 4px 9px;
	/*position: relative;*/
	align-self: flex-start;
	top: -4px;
	cursor: pointer;
	right: -123px;
	position: absolute;
}
.follow-price:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 0;
	border-color: #EDED44 transparent transparent transparent;
	position: absolute;
	bottom: -6px;
	left: 0;
}
.follow-price .icon-tooltip {
	vertical-align: top;
	background: rgba(255,255,255,.5);
}
.follow-price .tooltip-item .tooltip-text {
	width: 240px;
}

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

.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;
}
ul.product-item-scu-item-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 1px;
}

.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-card-section .product-item-scu-item-color-container {
	max-width: 58px;
	width: 20%;
	padding: 0 0 1px;
	margin: 0 1px 0 0;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: calc(100% - 2px);
	cursor: pointer;
}
.product-card-section .product-item-scu-item-color-block {
	outline: none;
	padding-top: calc(90% - 2px);
}
.product-item-scu-item-color-block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	pointer-events: none;
}

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

.product-card-section .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	outline: none;
}
.product-card-section .product-item-scu-item-color-container.selected .product-item-scu-item-color-block:before {
	border-color: #00782E;
	z-index: 1;
}


.product-item-scu-item-color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.product-card-section .product-item-scu-item-color {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background-size: cover;*/
	background-position: center;
}

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

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

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

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

@media (min-width: 768px) {
	.product-card-section .product-item-scu-item-color-container {
		max-width: 60px;
	}
}
@media (min-width: 1200px) {
	.product-card-section .product-item-scu-item-color-container {
		max-width: 87px;
		width: 25%;
	}
	.product-card-section .product-item-scu-item-color-block {
		padding-top: calc(90% - 2px);
	}
}

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

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

.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;
	width: 100%;
	height: 60px;
	border: none;
	border-radius: 0;
}

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

.link {
	color: #2A87DD;
}
.link:hover {
	opacity: 1;
	color: rgba(42,135,221,.6);
}

.size-row {
	display: flex;
	align-items: center;
	margin: 0 0 8px;
}
.size-grid {
	/*margin: 30px 0;*/
}
.size-select-holder {
	width: 100%;
	position: relative;
	margin: 0;
    z-index: 1;
}
.size-select-toggle {
	border: 1px solid #CBCBD4;
	height: 60px;
	padding: 21px 25px;
	position: relative;
	cursor: pointer;
}
.size-select-toggle:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 28px;
	width: 8px;
	height: 5px;
	transform: rotate(-180deg);
	background: url('/local/templates/main/images/ic-arrow.svg') no-repeat;
}
.size-select-holder.active .size-select-toggle:after {
	transform: rotate(0deg);
}
.size-select-toggle span {
	font-family: 'ubuntubold', sans-serif;
}
.size-select-holder.selected-item .size-select-toggle span {
	font-family: 'ubonturegular', sans-serif;
}
.size-select-holder.selected-item .js-text{
	font-weight: bold;
}
.product-state {
	font-size: 12px;
	color: #eb5757;
	padding: 0 0 0 10px;
}
.size-select-dropdown {
	background: #fff;
	box-shadow: 0 14px 34px rgba(21,21,21,.09);
	padding: 26px 30px 10px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}
.size-select-holder.active .size-select-dropdown {
	opacity: 1;
	pointer-events: auto;
}
.size-select {
	padding: 0;
	margin: 0;
	list-style: none;
}
.size-select li {
	font-family: 'ubuntu_lightregular', sans-serif;
	margin: 0 0 20px;
}
.size-select li:not(.disabled) {
	cursor: pointer;
}
.size-select li:hover:not(.disabled) span {
	color: #2A87DD;
}
.size-select &gt; li ,
.size-select .disabled {
	display: flex;
	justify-content: flex-start;
}
.size-select .disabled {
	flex-direction: row-reverse;
}
.size-select .disabled .size-select-text {
	margin: 0 auto 0 20px;
}
.size-select .size-select-text {
	margin-left: 20px;
}
.size-select .disabled span {
	opacity: .5;
	pointer-events: none;
}
.size-select-circle {
	position: relative;
}
.size-select-circle {
	width: 20px;
	height: 20px;
	border: 1px solid #333;
	transition: border .3s ease;
	border-radius: 50%;
	position: relative;
}
.size-select &gt; li.selected  .size-select-circle{
	border-color: #333;

}
.size-select &gt; li:hover .size-select-circle:after, .size-select &gt; li.selected  .size-select-circle:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #333333;
} 
.subscribe-link {
	color: #2A87DD;
}
.subscribe-link:hover {
	opacity: .6;
	color: #2A87DD;
}

.product-fitting {
	padding: 10px 0 20px;
	text-align: center;
}

.product-card-section .info-wish-holder {
	background: none;
	font-size: 14px;
	line-height: 16px;
}
.product-info-section .info-wish-holder {
	/*display: none;*/
}
.product-card-section .info-wish-holder:hover span {
	color: #2A87DD;
}
.product-card-section .info-wish-holder .ic-wish {
	width: 24px;
	height: 22px;
	background-size: contain;
	margin-right:0;
	cursor: pointer;
}
.product-view .info-wish-holder {
	position: absolute;
	top: 13px;
	right: 18px;
	z-index: 14;
}
@media (min-width: 768px) {
	.size-select-holder {
		margin: 0 7px 0 0;
	}
}
@media (min-width: 1200px) {
	.product-view .info-wish-holder {
		display: none;
	}
	.product-info-section .info-wish-holder {
		display: inline-flex;
		margin-top: 8px;
	}
	.size-select-holder {
		max-width: 100%;
		width: 100%;		
		margin: 0 ;
	}

}

.quick-order .input-holder {
	position: relative;
}
.quick-order .input {
	border-radius: 30px;
}
.quick-order .validate_phone {
	padding-right: 145px;
	padding-top: 9px;
	font: 14px/16px 'ubuntubold', sans-serif;
}
.quick-order .btn {
	border-radius: 30px;
	position: absolute;
	right: 5px;
	top: 8px;
	bottom: 8px;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	width: 168px;
	font-family: 'ubuntubold', sans-serif;
}
.quick-order .validate_phone {
	padding-right: 170px;
}
.quick-order .btn:hover {
	opacity: .6;
}
.product-description-box {
	padding: 20px 0 0;
	overflow: hidden;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active {
	color: #fff;
}
.btn-main:hover {
	background: #509e6e;
	color: #fff;
}
.btn-main:focus {
	background: #005C23;
}

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

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 143%;
	height: 0;
	/* background: #F8F7F3; */
	z-index: 1;
}
.product-item-detail-slider-block .status-holder {
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
}
.status-holder .sale-holder {
	display: flex;
	align-items: center;
}

.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;
}
@media (min-width: 768px) {
	.product-item-detail-slider-block {
		padding-top: 143.5%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.quick-order .btn {
		right: 9px;
		/*width: 135px;*/
	}
	.quick-order .validate_phone {
		/*padding-right: 145px;*/
	}
}
@media (min-width: 992px) {
	.quick-order .btn {
		width: 170px;
	}
	.quick-order .validate_phone {
		padding-right: 190px;
	}
}
@media (min-width: 1200px) {
	.product-item-detail-slider-block {
		padding-top: 112%;
		margin-left: 145px;
		margin-bottom: 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*/
.slick-vertical .slick-arrow {
	background-color: rgba(248,247,243,.85);
	left: 0;
	right: 0;
}
.slick-vertical .slick-prev {
	top: 0;
}
.slick-vertical .slick-next {	
	bottom: 0;
	top: auto;
}
.slick-vertical .slick-list {
	height: 100% !important;
}
.slick-vertical .slick-arrow:after {
	content: "";
	position: absolute;
	background-image: url('/local/templates/main/images/arrownews.svg');
	width: 22px;
	height: 22px;
	left: calc(50% - 11px);
	top: 9px;
	transform: rotate(-90deg);
} 
.slick-vertical .slick-next:after {
transform: rotate(90deg);
}
.product-item-detail-slider-controls-block {
	padding: 0;
	text-align: center;
}

.product-card-section .product-view .product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	/* background-color: #F8F7F3; */
	text-align: center;
	cursor: pointer;
	height: 9px;
}
.product-item-detail-slider-controls-image {
	opacity: .5;
}
.product-item-detail-slider-controls-image.active {
	opacity: 1;
}

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

.product-card-section .product-view .product-item-detail-slider-controls-image.r-360 {

}
.product-card-section .product-view .r-360 {
	opacity: 1;
}
.product-card-section .product-view .r-360:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
	background: url('/local/templates/main/images/ic-360.svg') 50% 50% no-repeat;
	z-index: 2;
}
.product-card-section .product-view .r-360:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.5);
	z-index: 1;
}
.product-card-section .product-view .r-360.active:before {
	background: none;
}

.orbitvu-container {
	z-index: 10;
}
.orbitvu-container:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.3) url('/local/templates/main/images/ic-360.svg') 50% 50% no-repeat;
	pointer-events: none;
}
.orbitvu-container:hover:after {
	opacity: 0;
}
div.ov-control-panel {
	display: none;
}
.product-item-detail-slider-image.container-360.active {
	z-index: 11;
}

.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;
	display: none;
}

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

@media (max-width: 1199px) {
	.product-item-detail-slider-left,
	.product-item-detail-slider-right {
		display: none;
	}
}

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

@media (min-width: 768px) {
	.product-item-detail-slider-controls-block {
		margin-right: -10px;
	}
	.product-card-section .product-view .product-item-detail-slider-controls-image {
		height: 126px;
		margin: 0 10px 0 0;
	}
}
@media (min-width: 1200px) {
	.product-item-detail-slider-controls-block {
		position: absolute !important;
		left: 0;
		top: 0;
		bottom: 0;
		width: 135px;
		height: 705px;
	}
	.product-card-section .product-view .product-item-detail-slider-controls-image {
		width: 135px;
		height: 195px;
		margin-bottom: 10px;
	}
	.product-item-detail-slider-controls-image img {
		max-width: 135px;
		max-height: 195px;
	}
}
@media (max-width: 1199px) {
	.product-item-detail-slider-container {
		overflow: hidden;
	}
}
@media (max-width: 1199px) {
	.product-item-detail-slider-controls-block .slick-arrow {
		width: 40px;
    	height: 100%;
    	background-image: url(/local/templates/main/images/arrownews.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-color: rgba(248,247,243,.85);
	}
	.product-item-detail-slider-controls-block .slick-prev {
		left: 0;
		right: auto;
		transform: rotate(180deg);
	}
	.product-item-detail-slider-controls-block .slick-next {
		right: 0;
		left: auto;
	}
}
@media (max-width: 767px) {
	.product-item-detail-slider-controls-block {
		height: 14px;
		line-height: 14px;
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: 1;
		white-space: nowrap;
	}
	.product-card-section .product-view .product-item-detail-slider-controls-image {
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #EBEBF1;
		opacity: 1;
		margin: 0 8px;
	}
	.product-card-section .product-view .product-item-detail-slider-controls-image.active {
		background: #000;
	}
	.product-card-section .product-view .product-item-detail-slider-controls-image img {
		display: none;
	}
	.product-card-section .product-view .product-item-detail-slider-controls-image.r-360 {
		width: auto;
		height: auto;
		border-radius: 0;
		background: none;
		font: 14px/16px 'ubuntubold', sans-serif;
		color: #BDBDBD;
		margin-bottom: -4px;
	}
	.product-card-section .product-view .product-item-detail-slider-controls-image.r-360:after {
		background-size: contain;
	}
	.prodact-slider__holder .new-360-holder {
		width: 40px;
		height: 30px;
		margin-right: 10px;
	}
	.product-card-section .product-view .product-item-detail-slider-controls-image.r-360 {
		width: 100%;
		height: 100%;
		margin: 0;
	}
}

/*	&gt;&gt;&gt;	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;
	background: #EDED44;
	color: #000;
	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 &gt; div,
.product-item-label-ring &gt; 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;
}

.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: 9px 15px;
	font-size: 14px;
	line-height: 16px;
}

@media (max-width: 767px) {
	.product-item-label-text &gt; 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: 0; }

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

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

.product-item-label-left { left: 0; }

.product-item-label-left &gt; 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 &gt; 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: 'ubunturegular', 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; }

.product-benefits-section {
	background: #fff;
	margin: 0 0 54px;
	border-bottom: 1px solid #EBEBF1;
}
.product-benefits-block {
	padding: 0;
	border-top: 1px solid #EBEBF1;
}
.product-benefits-block .title {
	padding: 20px 0;
	font-family: 'ubuntubold', sans-serif;
	font-size: 16px;
	line-height: 16px;
}
.product-benefits-body {
	margin: 0 0 20px;
}
.benefits-box {
	width: 100%;
}
.benefits-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.benefits-list .item {
	width: 100%;
	display: flex;
	align-items: center;
}
.benefits-list .item + .item {
	/*margin-top: 20px;*/
}
.benefits-list .img {
	width: 102px;
	height: 102px;
	margin: 0 20px 0 0;
	border-radius: 50%;
	overflow: hidden;
}
.benefits-list img {
	margin: 0 auto;
}
.benefits-list  .benefit-name {
	max-width: 140px;
	text-align: center;
}

.product-materials {
	width: 100%;
}
.product-materials-list {
	margin: 0 0 10px;
	max-height: 255px;
	/*max-height: 80px;*/
	overflow: hidden;
	transition: max-height 1s cubic-bezier(0, 1, 0, 1);
	position: relative;
}
.product-materials-list:after {
	content: '';
	height: 10px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);;
}
.opened .product-materials-list {
	max-height: 2000px;
	transition: max-height 1.5s ease-in-out;
}
.product-materials-item {
	display: flex;
	justify-content: space-between;
	margin: 0 0 13px;
	font-size: 14px;
	line-height: 16px;
}
.product-materials-item .material-title {
	color: #555;
}
.product-materials-item .material-value {
	font-family: 'ubuntu_mediumregular', sans-serif;
}
.icon-tooltip {
	display: inline-block;
	vertical-align: baseline;
	font-size: 9px;
	line-height: 14px;
	font-family: 'Museo Sans Cyrl', 'Museo Sans', 'ubunturegular', sans-serif;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #EBEBF1;
	text-align: center;
	cursor: pointer;
}
.tooltip-item {
	position: relative;
	z-index: 2;
}
.tooltip-item .tooltip-text {
	position: absolute;
	left: -27px;
	width: 347px;
	top: 100%;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	z-index: 1;
}
.tooltip-item:hover  {
	z-index: 3;
}
.tooltip-item:hover .tooltip-text {
	pointer-events: auto;
	opacity: 1;
}
.tooltip-item .tooltip-text-holder {
	background: #fff;
	border: 1px solid #EBEBF1;
	box-shadow: 0px 14px 34px rgba(21, 21, 21, 0.09);
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 15px 20px 19px;
	text-align: left;
	position: relative;
}
.tooltip-item .tooltip-text-holder:before,
.tooltip-item .tooltip-text-holder:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	border-style: solid;
	border-width: 0 11px 4px 11px;
	top: -4px;
}
.tooltip-item .tooltip-text-holder:before {
	border-color: transparent transparent #EBEBF1 transparent;
	left: 22px;
}
.tooltip-item .tooltip-text-holder:after {
	border-color: transparent transparent #fff transparent;
	left: 22px;
	top: -3px;
}
.tooltip-item .tooltip-box {
	display: block;
	margin: 0 0 8px;
}
.block-notop.product-benefits-section{
	border-top: unset;
}
.block-noslyde.product-materials{
	width: calc(100% - 630px);
}
.block-slyde.product-materials{
	width: 630px;
}
@media (min-width: 767px) {
	.benefits-list .img {
		width: 68px;
		height: 68px;
	}
}
@media (min-width: 768px) {
	.product-benefits-section {
		display: flex;
		flex-direction: row-reverse;
		border: 1px solid #EBEBF1;
	}
	.product-benefits-block {
		border-top: 0;
		padding: 40px 30px 40px;
	}
	.product-benefits-block .title {
		margin: 0 0 20px;
        padding: 0;
	}
	.product-benefits-body {
		margin: 0;
	}
	.benefits-list .item + .item {
		/*margin-top: 10px;*/
	}

	.benefits-box {
		width: 50%;
	}
	.product-materials {
		width: 50%;

	}
	.block-noslyde.product-materials{
		width: 50%;
	}
	.block-slyde.product-materials{
		width: 50%;
	}



	.benefits-list .item {
		width: 25%;
		padding: 0 5px;
		display: block;
		margin: 0;
	}
	.benefits-list .img {
		width: 130px;
		height: 130px;
		margin: 0 auto 20px;
	}
	.benefits-list .benefit-name{
		max-width: 200px;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.benefits-box {
		width: 54%;
	}
	.product-benefits-block {
		padding: 39px 20px 49px;
	}
	.product-materials {
		width: 46%;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: unset;
	}
	.product-benefits-block .title {
		text-align: center;
		margin: 0 0 27px;
		font-size: 18px;
		line-height: 21px;
	}
	.benefits-box {
		text-align: center;
	}
	.benefits-list {
		flex-wrap: nowrap;
		padding: 9px 0 0;
	}
	.benefits-list .item {
		width: calc(100% / 3);
		padding: 0 5px;
		display: block;
		margin: 0;
	}
	.benefits-list .item + .item {
		margin: 0;
	}
	.benefits-list .img {
		width: 156px;
		height: 156px;
		margin: 0 auto 20px;
	}
	.benefits-list  .benefit-name {
		max-width: 98%;
		text-align: center;
	}
	
}

@media (max-width: 767px) {

	.product-benefits-block .title {
		position: relative;
		cursor: pointer;
	}
	.product-benefits-block .title:after {
		content: '';
		background: url('/local/templates/main/images/ic-arrow.svg') no-repeat;
		width: 8px;
		height: 5px;
		transform: rotate(-180deg);
		position: absolute;
		top: 26px;
		right: 0;
	}
	.product-benefits-block.active .title:after {
		transform: none;
	}
	.product-benefits-body {
		/*display: none;*/
	}
	.product-benefits-block.active .product-benefits-body {
		overflow: visible !important;
	}
	.product-benefits-block.active .product-benefits-body {
		display: block;
	}
	.benefit-name .tooltip-item {
		z-index: auto;
		display: none;
	}
	.benefits-list .item{
		margin-top:20px;
	}
	.benefits-list .item:first-child{
		margin-top:0;
	}
}

.slider-purchases {
	margin-bottom: 60px;
}
.slider-recommendations {
	margin-bottom: 70px;
}

/* reviews */
.reviews-section {

}
.reviews-container {
	padding: 0 0 16px;
}
.average-review {
	position: relative;
	border: 1px solid #178340;
	padding: 28px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.average-review:before,
.average-review:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 22px 0 0;
	border-color: #178340 transparent transparent transparent;
	position: absolute;
	left: 0;
}
.average-review:before {
	bottom: -16px;
	left: -1px;
}
.average-review:after {
	border-color: #fff transparent transparent transparent;
	bottom: -14px;
}
.average-review .rate-value {
	font-size: 30px;
	line-height: 34px;
}
.average-review-title {
	color: #333;
	font-size: 12px;
	line-height: 14px;
	font-family: 'ubuntu_lightregular', sans-serif;
	margin: 0 0 7px;
}
.average-review-value {
	font-family: 'ubuntu_mediumregular', sans-serif;
	font-size: 16px;
	line-height: 34px;
	color: #333333;
}
.average-review-value.num {
	font-size: 25px;
}
.average-review .btn-green {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	height: 53px;
}

.review-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 20px 20px;
	border-right: 1px solid #EBEBF1;
	border-bottom: 1px solid #EBEBF1;
	border-left: 1px solid #EBEBF1;
}
.rate-col {
	flex-shrink: 0;
	flex-basis: 120px;
	padding: 0 10px 0 0;
}
.review-item .name {
	font: 14px/25px 'ubuntubold', sans-serif;
}
.review-item .date {
	display: block;
	color: #828282;
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 16px;
}
.review-item .rate-item .rate-value {
	font-size: 22px;
	line-height: 25px;
}
.review-col {
	width: 100%;
}
.review-message {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 25px;
	font-family: 'ubuntu_lightregular', sans-serif;
	position: relative;
}
.review-message-box {	
	overflow: hidden;
	transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}
.max-height .review-message-box {
	max-height: 125px;
}
.opened.max-height  .review-message-box {
	max-height: 2000px;
	transition: max-height 1.5s ease-in-out;
}
.review-message .link {
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 1s cubic-bezier(0, 1, 0, 1);
}
.review-message .link:hover {
	opacity: 1;
}
.review-message .link:before {
	content: '';
	width: 30px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	position: absolute;
	left: -30px;
	top: 0;
}
.review-message.opened .link {
	position: static;
	transition: all 1.5s ease-in-out;
}
.review-message.opened .link:before {
	display: none;
}
.review-parameters-item {
	display: flex;
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 9px;
}
.review-parameters-title {
	color: #828282;
	width: 25%;
	font-family: 'ubuntu_lightregular', sans-serif;
}
.review-parameters-value {
	font-family: 'ubuntu_mediumregular', sans-serif;
	width: 25%;
}

.img-col {
	flex-shrink: 0;
	flex-basis: 82px;
}
.empty-image {
	width: 82px;
	height: 82px;
	background: #F8F7F3;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #828282;
	font-size: 9px;
	line-height: 10px;
	padding: 0 10px;
	font-family: 'ubuntubold', sans-serif;
    text-align: center;
}
.review-answer {
	border-top: 1px solid #EBEBF1;
	display: flex;
	padding: 24px 0 0;
	margin: 24px 0 0;
}
.review-answer .name {
	position: relative;
	padding: 0 0 0 17px;
	margin: 0 22px 0 0;
}
.review-answer .name:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #EDED44;
	left: 0;
	top: 7px;
}
.review-answer .review-message {
	margin: 0;
}
.show-more {
	text-align: center;
	margin: 30px 0 0;
}
.show-more-btn {
	background: rgba(135, 187,236, .1);
	height: 50px;
	display: inline-block;
	width: 246px;
	line-height: 50px;
	cursor: pointer;
}
.show-more-btn  .icon-more {
	width: 26px;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}
.show-more-btn:hover  .icon-more {
	opacity: .6;
}
.show-more-btn  .icon-more span {
	width: 6px;
	height: 6px;
	display: block;
	margin: 0 auto;
	border: 1px solid #2A87DD;
	border-radius: 50%;
	position: relative;
}
.show-more-btn  .icon-more span:before,
.show-more-btn  .icon-more span:after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 1px solid #2A87DD;
	top: -1px;
	position: absolute;
}
.show-more-btn  .icon-more span:before {
	left: -11px;
}
.show-more-btn  .icon-more span:after {
	right: -11px;
}

.modal-content.modal-lg {
	width: 100%;
}

.note-title {
	color: #000;
	font: 18px/21px 'ubuntubold', sans-serif;
	margin: 0 0 21px;
}
.note-text p {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 16px;
}


/* checkboxes */
.checkbox-list {
	display: flex;
	flex-wrap: wrap;
}
.checkbox-list .checkbox-item {
	width: calc(100%/3);
	margin: 0 0 18px;
}
.checkbox-list .checkbox {
	margin: 0;
}

/* common */
.checkbox label {
	padding: 0 0 0 30px;
	position: relative;
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
	display: flex;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	margin-left: -30px;
}
.checkbox input[type="checkbox"] + span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #EBEBF1;
	background: #fff;
}
.checkbox input[type="checkbox"]:checked + span::before {
	border: 1px solid #333333;
	background-image: url('/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/checked.svg');
	background-position: center;
	background-repeat: no-repeat;
}

.link-more {
	cursor: pointer;
}
.opened .link-more span {
	display: none;
}
.opened .link-more .hidden {
	display: inline-block !important;
}

/* RATING */
.rating {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	position: relative;
}
.rating__check {
	display: none;
}
.rating__star {
	background: url('/local/templates/main/images/star-empty.svg') no-repeat;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.rating__star:before {
	content: '';
	display: block;
	width: 21px;
	height: 22px;
	opacity: 0;
	transition: all .3s;
}
.rating__star:hover:before,
.rating__star:hover ~ .rating__star:before,
.rating__check:checked ~ .rating__star:before {
	background: url('/local/templates/main/images/star-full.svg') no-repeat;
	opacity: 1;
}

.modal-content--review .rating {
	margin: 27px 0 30px;
}

.review-photo-add {
	width: 130px;
	height: 130px;
	border: 1px solid #EBEBF1;
	position: relative;
}
.review-photo-holder #files {
	display: none;
}
.label-files {
	position: relative;
	padding: 73px 15px 15px;
	color: #4395E1;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
	margin: 0;
}
.label-files:before {
	content: '';
	background: url('/local/templates/main/images/files-and-folders.svg') no-repeat;
	width: 86px;
	height: 86px;
	position: absolute;
	top: 2px;
	left: 50%;
	transform: translate(-50%, 0);
}
.review-photo-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
}
.review-photo-item .photo-box {
	height: 100px;
	width: 100%;
	margin: 0 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.review-photo-item img {
	max-height: 100%;
	margin: 0 auto;
}
.review-photo-remove {
	color: #4395E1;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
}
.review-photo-remove:hover {
	opacity: .6;
}

.modal-body--review .form-section-row {
	display: flex;
}
.form-group-column {
	width: 100%;
}
.form-group-file {
	flex-shrink: 0;
	margin-left: 10px;
}
.modal-body--review .input-holder .input {
	height: 60px;
}
.modal-body--review .jq-selectbox__select {
	height: 60px;
}
.modal-body--review .label-input {
	top: 20px;
}
.modal-body--review textarea {
	min-height: 130px;
	height: 130px;
	resize: none;
}
.error .jq-selectbox__select {
	border-bottom-color: #E83841;
}
.correct .jq-selectbox__select {
	border-bottom-color: #219653;
}
.modal-body--review .form-columns {
	display: flex;
	justify-content: space-between;
}
.form-columns .form-group-column {
	width: calc(50% - 5px);
}

.modal-content.modal-md {
	width: 100%;
}

.popup-window {
	font-family: 'ubunturegular', sans-serif;
}


@media (min-width: 768px) {
	.average-review {
		flex-wrap: nowrap;
	}
	.average-review .btn-green {
		width: auto;
		padding-left: 41px;
		padding-right: 41px;
	}
	.review-item {
		flex-wrap: nowrap;
	}
	.rate-col {
		flex-basis: 120px;
	}
	.review-col {
		padding: 0 25px 0 0;
	}
	.max-height .review-message-box {
		max-height: 100px;
	}
	.review-parameters-title {
		width: 40%;
	}
	.review-parameters-value {
		width: 40%;
	}
	.img-col {
		flex-basis: 142px;
	}
	.empty-image {
		width: 142px;
		height: 142px;
		font-size: 12px;
		line-height: 14px;
		padding: 0 30px;
	}
	.modal-content.modal-lg {
		width: 700px;
	}
	.modal-content.modal-md {
		width: 549px;
	}
}
@media (min-width: 992px) {
	.modal-content.modal-lg {
		width: 950px;
	}
}
@media (min-width: 1200px) {
	.average-review {
		padding: 40px 80px;
	}
	.average-review .btn-green {
		padding-left: 50px;
		padding-right: 50px;
		height: 60px;
	}
	.average-review-title {
		font-size: 14px;
		line-height: 16px;
	}
	.review-item {
		display: flex;
		padding: 20px 25px 20px 37px;
	}
    .rate-col {
		flex-basis: 183px;
		padding: 0 20px 0 0;
	}
	.review-col {
 		padding: 0 70px 0 0;
	}
	.max-height .review-message-box {
		max-height: 75px;
	}
	.review-parameters-title {
		width: 25%;
	}
	.review-parameters-value {
		width: 25%;
	}
	.img-col {
		flex-basis: 172px;
	}
	.empty-image {
		width: 172px;
		height: 172px;
	}
    .review-answer {
		padding-bottom: 8px;
	}
	.modal-content.modal-lg {
		width: 1185px;
	}
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	.bx-catalog-element-section .price-box {
		position: relative;
		padding-top: 35px;
	}
	.price-block-holder {
		align-items: flex-end;
	}
	.product-info-section .info-wish-holder {
		margin-bottom: 9px;
	}
	
	.bx-catalog-element-section .follow-price {
		position: absolute;
		top: 0;
		left: 0;
		right: unset;
	}
}
@media (max-width: 767px) {
	.block-slyde .section-viewed-slider{
		margin: 30px 0;
	}
	.block-noslyde.product-materials{
		width: 100%;
	}
	.block-slyde.product-materials{
		width: 100%;
	}
	.average-review-item {
		width: 50%;
		margin: 0 0 20px;
	}
	.average-review-value.num {
		line-height: 26px;
	}
	.review-col {
		order: 3;
		margin-top: 20px;
	}
    .show-more-btn {
		width: 100%;
	}
	#modal-main div.modal-dialog {
		width: 90%;
	}

	.checkbox-list .checkbox-item {
		width: 50%;
	}
	.size-grid {
		margin: 15px 0 25px 0;
	}
	.product-detail-info-row {
		margin: 0 0 15px;
		flex-wrap: wrap;
	}
	.product-detail-rating-row {
		margin-top: 17px;
		width: 50%;
	}
	.review-parameters-title {
		width: 60%;
		padding-right: 5px;
	}
	.review-parameters-value {
		width: 40%;
	}
}
@media (max-width: 600px) {
	.benefit-name .tooltip-item .tooltip-text {
		width: 190px;
		left: auto;
		right: -45px;
	}
	.benefit-name .tooltip-item .tooltip-text-holder:before,
	.benefit-name .tooltip-item .tooltip-text-holder:after {
		right: 40px;
		left: auto;
	}
	.modal-body--review .form-columns {
		flex-wrap: wrap;
	}
	.modal-body--review .form-columns .form-group-column {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.checkbox-list .checkbox-item {
		width: 100%;
	}
}
.size-select-num{
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
	font-weight: 500;
}
.size-select-sm {
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
	font-weight: 500;
	margin-left: 15px;
	opacity: 0;
}
.product-label__new {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 101;
	width:70px;
	height:70px;
}
.product-label__new.leather-winter {
	position: absolute;
	top: 0;
	display: flex;
	right: 0;
	z-index: 101;
	width:auto;
	height:auto;
}

/* new style 360 */
@media (min-width:320px) {
	.prodact-slider__holder {
		display: flex;		
		align-items: center;
		justify-content: center;
	}
	.new-360-holder.active .product-item-detail-slider-controls-image.r-360:after {
		color: #000;
	}
	.new-360-holder img {
		opacity: .5;
	}
	.new-360-holder.active img,
	.new-360-holder:hover img {
		opacity: 1;
	}
	.new-360-holder {
		width: 40px;
		height: 16px;	
		z-index: 2;		
	}

	.new-360-holder  .r-360 {
		width: 100%;
	}
	.product-item-detail-slider-controls-block {		
		width: auto;			
		transform: translate(0);
		position: static!important;	
	}
	.product-card-section .product-view .product-item-detail-slider-controls-image {
		margin-bottom: 4px;
	}

	.new-360-holder.active + .product-item-detail-slider-controls-block  .product-item-detail-slider-controls-image.active {
		background: #EBEBF1;
	}
}
@media (min-width:767px) {
	.prodact-slider__holder {
		right: 0;
	}
	.new-360-holder.active + .product-item-detail-slider-controls-block .product-item-detail-slider-controls-image.active,
	.new-360-holder:hover + .product-item-detail-slider-controls-block .product-item-detail-slider-controls-image.active{
		opacity: .5;
	}
	.new-360-holder {
		height: 126px;
		width: 85px;
		min-width: 85px;
		bottom: 10px;
	}
	.product-item-detail-slider-controls-block {
		width: 100%;
		margin: 0;
	}
	.new-360-holder.active + .product-item-detail-slider-controls-block .product-item-detail-slider-controls-image.active {
		background: transparent;
	}
	.new-360-holder  ~ .product-item-detail-slider-controls-block {
		width: calc(100% - 85px);
	}	
}
@media (min-width:1200px) {
	.prodact-slider__holder {
		top: 0;
		left: 0;
		width: 135px;
		height: 705px;
		flex-direction: column;
		position: absolute;
	}
	.new-360-holder {		
		height: 195px;	
		width: 135px;	
	}
	
	.prodact-slider__holder .product-item-detail-slider-controls-block {
		position: static!important;
		margin: 0;
		width: 100%;
		height: 100%;
	}	
	.new-360-holder  ~ .product-item-detail-slider-controls-block {
		height: 510px;
	}
}
.swiper-container3 .quick-view-link {
	font-size: 12px;
}
@media (max-width:1200px) {
	.product-benefits-block .slider-price{
		font-size: 16px;
		line-height: 18px;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.product-benefits-block .status-sale  .sale-holder {
		flex-direction: column;
		background-color: transparent;
		align-items: flex-start;
		pointer-events: none;
	}
	.product-benefits-block  .coundown-poduct {
		background: #F8F7F3;
	}
}
@media (min-width: 768px) {
	.product-benefits-block .title {
		pointer-events: none;
	}
	.product-benefits-block .product-benefits-body,
	.product-benefits-block .swiper-container{
		display: block!important;
	}
}

.product-video-item {
	position:relative;
}
.product-video-item:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: url('/local/templates/main/images/ic-youtube.png') no-repeat center;
	max-width: 60px;
	width:100%;
  background-size: contain;
  margin: auto;
  padding:5px;
}
.product-video-item img {
	opacity:.5;
}
.product-item-detail-slider-image {
	display: flex;
  	align-items: center;
  	justify-content: center;
}
.infoblock-holder {
	margin:20px 0 0;
}
.infoblock-item {
	display: flex;
	margin-bottom:15px;
}
.infoblock-img {
	width:50px;
	height:50px;
	background-color:rgb(245, 245, 245);
	border-radius:50%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:10px;
}
.infoblock-content {
	padding:8px;
	width:calc(100% - 60px);
	font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #000;
  text-align:left;
}
.infoblock-content a {
	color: #2A87DD;
}
.infoblock-content p {
	margin:5px 0;
	font-size: 13px;
  line-height: 16px;
}

.product-view-360 .product-label__new.leather-winter {
	right: 53px;
}
.product-view-360 .new-360-holder {
	width: 53px;
	height: 53px;
	min-width: 53px;
	top: 0;
	right: 0;
	background: #F8F7F3;
	position: absolute;
	z-index: 101;
	cursor: pointer;
}
.icon-360 {
	background-image: url('/local/templates/main/images/ic-360-grey.svg');
	display: inline-flex;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.new-360-holder.active {
	background: #00782E;
}
.new-360-holder.active .icon-360 {
	background-image: url('/local/templates/main/images/ic-360-white.svg');
}
.product-label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
}
.label-bottom {
	top: auto;
	bottom: 0;
}
.label-right {
	left: auto;
	right: 0;
}
.product-item-label {
	padding: 5px 9px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	display: inline-flex;
}
.status-holder ~ .product-label {
	top: 30px;
}
@media (max-width:767px) {
	.label-bottom {
		bottom: 8px;
	}
}
.quick-order-title {
	display: none;
}
@media (max-width:400px) {
	.quick-order-title {
		display: block;
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.quick-order .btn{
		width: 44px;
		height: 44px;
		font-size: 0;
		line-height: 0;
		background-image: url('/local/templates/main/images/ic-quick-arr.svg');
		background-repeat: no-repeat;
		background-position: center;
		right: 8px;
	}
	.quick-order .validate_phone {
		height: 60px;
		padding: 20px 60px 20px 25px;
	}
}
.link-toggle-holder {
	text-align: center;
	margin: 10px auto 10px 135px;
}
.link-toggle-holder a.active {
	 color: #2A87DD;
}
.link-toggle-holder a.active:hover {
	 color: #2A87DD;
}
.link-toggle-holder a:hover {
	color: #000000;
	opacity: .8;
}
.video-iframe {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.container-video {
	display: none;
}
.container-video.active {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
    z-index: 12;
}
@media(max-width:1199px) {
	.link-toggle-holder {
		margin: 10px auto;
	}
	.link-holder-360 {
		margin-top: 20px;
	}
}
.icon-camera {
	width: 20px;
	height: 20px;
	display: inline-flex;
	margin-right: 6px;
}
.icon-3d {
	width: 20px;
	height: 20px;
	display: inline-flex;
	margin-right: 6px;
}
.link-toggle-holder a {
	display: inline-flex;
	align-items: center;
	line-height: 20px;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?156373972351*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/black/style.css?1563739712594*/
/* item_detail_v2 */

/* item_detail_slider */
/* scu_detail_size */
/* scu_detail_scu */
.bx-retina .bx_item_detail.bx_black .bx_item_slider .bx_slide ul li.bx_active .cnt,
.bx-retina .bx_item_detail.bx_black .bx_item_detail_size ul li.bx_active .cnt,
.bx-retina .bx_item_detail.bx_black .bx_item_detail_scu .bx_scu ul li.bx_active .cnt
{
	-webkit-border-image: url(/local/templates/main/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/black/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/main/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/black/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/main/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/black/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/main/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/black/images/x2border_active.png) 2 fill stretch;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/product_slider/style.css?15637397124151*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   &gt; .col-xs-12 &gt; .row &gt; .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6  &gt; .row &gt; .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6  &gt; .row &gt; .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   &gt; .col-xs-12 &gt; .row &gt; .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   &gt; .col-xs-12 &gt; .row &gt; .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   &gt; .col-xs-12 &gt; .row &gt; .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   &gt; .col-xs-12 &gt; .row &gt; .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6 &gt; .row &gt; .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6 &gt; .row &gt; .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   &gt; .col-xs-12 &gt; .row &gt; .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   &gt; .col-xs-12 &gt; .row &gt; .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   &gt; .col-xs-12 &gt; .row &gt; .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   &gt; .col-xs-12 &gt; .row &gt; .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   &gt; .col-xs-12 &gt; .row &gt; .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   &gt; .col-xs-12 &gt; .row &gt; .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   &gt; .col-xs-12 &gt; .row &gt; .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   &gt; .col-xs-12 &gt; .row &gt; .col-xs-12:nth-child(1n){clear: both}
}

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

.row::before {
	display: initial;
}
.catalog-section {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	padding-bottom: 65px;
}
.product-item-main-info {
	min-height: 100px;
}
@media (max-width:991px) {
	.product-item-big-card .product-item-price-old,
	.product-item-big-card .product-item-price-current {
		font-size: 18px;
		line-height: 20px;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/product_slider/style.css?160034891128980*/
.product-item-container {
  position: relative;
}

.product-item-container.hover {
  z-index: 17;
}

.product-item {
  display: block;
  padding: 0 5px;
  width: 100%;
  border: none;
}

.product-item-line-card .product-item {
  width: auto !important;
  border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
  .product-item-line-card .product-item .col-sm-6:nth-child(2n) {
    clear: both;
  }
}

.bx-retina .product-item {
  border-width: 0.5px;
}

.product-item * {
  transition: opacity 300ms ease;
}

@media (max-width: 767px) {
  .product-item {
    padding: 0 5px;
  }

  .product-item-line-card .product-item .col-xs-12:nth-child(2n) {
    clear: both;
  }
}

.bx-no-touch .product-item-container.hover .product-item {
  /* position: absolute;
	right: 0;
	left: 0;
	width: auto;
	border: none;
	background: #fff;
	padding: 0 5px;
	box-shadow: none;
	animation:none; */
}
.bx-touch .product-item {
  padding: 0 5px;
  width: auto;
  background: #fff;
}

/*.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}*/

/*Image*/
.product-item-image-wrapper {
  position: relative;
  /* display: block; */
  /* padding-top: 0; */
  width: 100%;

  transition: all 300ms ease;

  /* background: #F8F7F3; */
  display: flex;
  align-items: center;
}
.product-item-container.hover.product-item-scalable-card
  .product-item-image-wrapper {
  padding-top: 54%;
}

.product-item-image-original {
  display: block;
}
.product-item-image-alternative {
  /* position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear; */
}

.product-item-image-original {
  z-index: 11;
}

.product-item-image-alternative {
  z-index: 13;
  opacity: 0;
}

/* .bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; } */

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
  opacity: 1;
}

/*Image Slider*/
.product-item-image-slider-slide-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 300ms ease;
}

.product-item-image-slide {
  position: relative;
  display: none;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .product-item-image-slide {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .product-item-image-slide.next,
  .product-item-image-slide.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .product-item-image-slide.prev,
  .product-item-image-slide.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .product-item-image-slide.next.left,
  .product-item-image-slide.prev.right,
  .product-item-image-slide.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.product-item-image-slider-slide-container &gt; .active,
.product-item-image-slider-slide-container &gt; .next,
.product-item-image-slider-slide-container &gt; .prev {
  display: block;
}

.product-item-image-slider-slide-container &gt; .active {
  left: 0;
}

.product-item-image-slider-slide-container &gt; .next,
.product-item-image-slider-slide-container &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.product-item-image-slider-slide-container &gt; .next {
  left: 100%;
}

.product-item-image-slider-slide-container &gt; .prev {
  left: -100%;
}

.product-item-image-slider-slide-container &gt; .next.left,
.product-item-image-slider-slide-container &gt; .prev.right {
  left: 0;
}

.product-item-image-slider-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.product-item-image-slider-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f42c2c;
  opacity: 0.8;
}

.product-item-image-slider-control-container {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  padding: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
  opacity: 1;
}

.product-item-image-slider-control,
.product-item-image-slider-control.active {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.8);
  opacity: 0.6;
  cursor: pointer;
  transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover {
  cursor: pointer;
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 15;
}

.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 &gt; div,
.product-item-label-ring &gt; div {
  line-height: 0;
}

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

/*SMALL*/
.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-weight: normal;
  font-size: 13px;
  line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
  padding: 5px 12px;
  font-size: 16px;
  line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover
  .product-item-label-text.product-item-label-big
  span {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
  padding: 5px 17px;
  font-size: 22px;
  line-height: 33px;
}

@media (max-width: 767px) {
  .product-item-label-text &gt; 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,
.product-item-scalable-card.hover
  .product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
  width: 100px;
  height: 100px;
  font-size: 30px;
  line-height: 100px;
}

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

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

@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: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .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 &gt; div {
  text-align: center;
}

.product-item-label-left {
  left: -5px;
}
.product-item-detail-slider-block.new-sale .product-item-label-left {
  left:0px;
  top: 25px;
}

.product-item-label-left &gt; 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 &gt; div {
  text-align: right;
}

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

/*Title*/
.product-item-title {
  margin-bottom: 8px;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
  overflow: auto;
  white-space: normal;
}

.product-item-title a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.product-item-big-card .product-item-title a {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  font-family: "ubuntu_lightregular", sans-serif;
}

.product-item-line-card .product-item-title a {
  font-size: 20px;
}

/*Price*/
.product-item-price-container {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
}

.product-item-price-current {
  white-space: nowrap;
  font-weight: normal;
}

.product-item-price-old {
  color: #828282;
  /* text-decoration: line-through; */
  white-space: nowrap;
  font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
  vertical-align: middle;
  line-height: 20px;
}

.product-item-big-card .product-item-price-container {
  margin: 0;
}

.product-item-big-card .product-item-price-current {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.product-item-big-card .product-item-price-old {
  /* font-size: 15px;  */
  font-size: 24px;
}

/*Info*/
.product-item-line-card .product-item-info-container {
  text-align: center;
}

/* .product-item-info-container { margin-bottom: 8px; } */

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

.bx-no-touch
  .product-item-container
  .product-item-info-container.product-item-hidden {
  display: none;
  opacity: 0;
  transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
  display: none !important;
}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch
  .product-item-container.hover
  .product-item-info-container.product-item-hidden,
.product-item-line-card
  .product-item-container
  .product-item-info-container.product-item-hidden {
  display: block;
  opacity: 1;
}

/*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: 0.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: 0.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: 0.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-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;
  line-height: 22px;
  transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
  border-width: 0.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;
  appearance: none;
}

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

.product-item-big-card .product-item-amount-field-container {
  text-align: left;
}

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

/*Properties */
.product-item-properties {
  display: block;
  overflow: hidden;
  margin: 0;
  color: #a5a5a5;
  font-size: 12px;
}

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

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

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

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

.product-item-line-card .product-item-compare-container {
  margin: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.bx-touch .product-item-compare-container {
  display: none;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container {
  display: block;
}

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

/* 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;
  padding: 0;
  list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
  /* float: left; */
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
}

.product-item-scu-item-text-container {
  min-width: 24px;
  height: 16px;
  border: 1px solid #ebebf1;
  margin: 0;
}
/* .product-item-scu-item-text-container:hover {
	opacity: .65;
} */
.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: 0.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 2px;
  /* cursor: pointer; */
  outline: none;
}

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

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

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

.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: 10px;
  line-height: 15px;
}

.product-item-scu-item-text-container.notallowed {
  display: none;
}
.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;
  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: "";
}

@media (max-width: 991px) {
  .product-item-line-card .product-item-scu-container-title {
    text-align: center;
  }

  .product-item-line-card .product-item-scu-item-list {
    text-align: center;
  }

  .product-item-line-card .product-item-scu-item-color-container,
  .product-item-line-card .product-item-scu-item-text-container {
    display: inline-block;
    float: none;
  }
}

/*Description*/
.product-item-description-container {
}

.product-item-description-container p {
  color: #575757;
  font-size: 13px;
}

/*Buttons*/
.product-item-button-container {
  text-align: center;
}

.product-item-button-container .btn {
  margin-bottom: 2px;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
  display: none;
}

/*More*/
.product-item-more-container {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 15px 15px 5px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: all 300ms ease;
}

.product-item-more-wrapper {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-top: 116%;
  width: 100%;
}

.product-item-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f3f3f3
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==)
    no-repeat center;
  background-size: 50%;
  opacity: 0.7;
  transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more {
  opacity: 1;
}

.product-item-more-title {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
}
.product-item-info-holder {
  width: 50%;
}
.align-right {
  text-align: right;
}

.blue-link {
  color: #2a87dd;
}
.product-item-properties,
.product-item-button-container {
  display: none;
}

.product-item-scu-container {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  padding: 0;
}
.product-item-scu-item-list {
  margin: 0;
  display: flex;
}
.product-item-scu-item-text-container + .product-item-scu-item-text-container {
  border-left: 1px solid transparent;
}
.product-item-scu-item-text-container.notallowed
  + .product-item-scu-item-text-container {
  border-left: 1px solid #ebebf1;
}
.product-item-image-wrapper {
  position: relative;
}
.product-item-image-wrapper:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.product-item-container.hover .product-item-image-wrapper:after {
  background: rgba(204, 201, 189, 0.3);
  opacity: 1;
  z-index: 13;
}
.bx-no-touch
  .product-item-container.hover
  .product-item-info-container.product-item-hidden {
  display: block;
  opacity: 1;
}

.product-item-container:hover .product-item-quick-view-holder {
  opacity: 1;
  display: block;
}

.product-item-big-card .product-item-image-wrapper {
  margin-bottom: 0;
}
.item-product {
  width: 25%;
}
@media (max-width: 991px) {
  .item-product {
    width: calc(100% / 3);
  }
}
@media (max-width: 767px) {
  .product-item-big-card .product-item .product-item-title a {
    font-size: 11px;
    line-height: 13px;
  }
  .product-item-big-card .product-item .product-item-title {
    margin-bottom: 3px;
  }
  .product-item-main-info {
    min-height: 75px;
  }
  .product-item-big-card .product-item .product-item-price-old,
  .product-item-big-card .product-item .product-item-price-current {
    font-size: 16px;
    line-height: 16px;
  }
  .product-item-price-container {
    line-height: 16px;
  }
}

@media (max-width: 600px) {
  .item-product {
    width: 50%;
  }
  .bx-touch .product-item,
  .product-item {
    padding: 0 2px;
  }
  .catalog-section {
    margin-left: -2px;
    margin-right: -2px;
  }
  .product-item-scu-item-text {
    font-size: 10px;
    line-height: 11px;
  }
  .product-item-big-card .product-item .product-item-scu-item-text-container {
    min-width: 21px;
    height: 16px;
    padding: 0;
  }
}
.product-item-top-info-bottom {
  display: inline-flex;
  margin-bottom: 1px;
}
.slider-holder .product-item-top-info-bottom {
  position: absolute;
  top: 0;
  width: auto;
  left: 0;
  z-index: 101;
}
.product-item-top-info-bottom .product-item-info-holder {
  width: 100%;
  padding: 5px 9px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  display: inline-flex;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/product_slider/themes/blue/style.min.css?1563739712706*/
.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-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}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/round/style.css?15693158625324*/
.bx-pagination .bx-pagination-container {
  text-align: center;
  position: relative;
}
.bx-pagination .bx-pagination-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
  display: inline-block;
  margin: 0 14px 0 14px;
}
.bx-pagination .bx-pagination-container ul li span {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  padding: 0 8px;
  display: block;
  min-width: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 28px;
  color: #828282;
}
.bx-pagination .bx-pagination-container ul li a {
  text-decoration: none;
  display: block;
  border-radius: 16px;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #828282;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
  color: #000000;
  line-height: 32px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  background: #fff;
  line-height: 28px;
  padding: 0 18px;
  color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  color: #aab1b4;
  line-height: 28px;
  padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  color: #000;
}

.pagination-btn-holder {
  display: flex;
}
.pagination-btn-holder .btn {
  font-size: 14px;
  line-height: 16px;
  color: #2a87dd;
  margin-top: 0;
  border: none;
  background: #ffffff;
  transition: 0.3s;
}
.pagination-btn-holder .btn:hover {
  background: #ffffff;
  border: none;
  color: rgba(42, 135, 221, 0.8);
}
.bx-pagination {
  margin: 18px 0 10px;
  padding: 0 0 34px;
  border-bottom: 1px solid #ebebf1;
  position: relative;
}
.btn-pagination {
  flex-basis: 300px;
  color: #2a87dd;
  background-color: #fff;
  border: none;
}
.btn-pagination:hover {
  background: transparent;
  border: none;
  color: #2a87dd;
  opacity: 0.65;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  text-indent: -9999px;
  position: relative;
  opacity: 1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  background-image: url(/local/templates/main/images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
  background-image: url(/local/templates/main/images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}
.workarea .bx-pagination .bx-pagination-container ul li.bx-pag-next &gt; span,
.workarea .bx-pagination .bx-pagination-container ul li.bx-pag-prev &gt; span {
  opacity: 0.5;
}
.item-product + .btn-pagination {
  position: absolute;
  bottom: -68px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.catalog-section {
  position: relative;
}
.pagination-btn-holder {
  position: relative;
}
.pagination-btn-holder &gt; .btn-pagination {
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
}
.pagination-holder {
  border-top: 1px solid #ebebf1;
  padding-top: 64px;
}
@media (max-width: 991px) {
  .bx-pagination .bx-pagination-container ul li a,
  .bx-pagination .bx-pagination-container ul li span {
    font-size: 18px;
    line-height: 1.2;
    height: auto;
  }
  .bx-pagination .bx-pagination-container ul li {
    margin: 0 10px;
  }
  .bx-pagination {
    padding-bottom: 30px;
  }
  .pagination-holder {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .bx-pagination .bx-pagination-container ul li.bx-pag-prev,
  .bx-pagination .bx-pagination-container ul li.bx-pag-next {
    margin: 0;
  }
  .bx-pagination .bx-pagination-container ul li {
    margin: 0 5px;
  }
  .bx-pagination .bx-pagination-container ul li a,
  .bx-pagination .bx-pagination-container ul li span {
    font-size: 16px;
    line-height: 1.15;
    min-width: 22px;
  }
  .bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
  .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
  .bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    padding: 0 5px;
  }
}
@media (max-width: 400px) {
  .btn-pagination {
    text-align: center;
    min-width: 200px;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/element_reviews/style.css?1563739712150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?15637397242802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/components/bitrix/catalog.store.amount/templates/.default/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */
/* /local/templates/main/components/bitrix/catalog/.default/style.css?15637397121123 */
/* /local/templates/main/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?161539064462050 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?156373972351 */
/* /local/templates/main/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/black/style.css?1563739712594 */
/* /local/templates/main/components/bitrix/catalog.section/product_slider/style.css?15637397124151 */
/* /local/templates/main/components/bitrix/catalog.item/product_slider/style.css?160034891128980 */
/* /local/templates/main/components/bitrix/catalog.section/product_slider/themes/blue/style.min.css?1563739712706 */
/* /local/templates/main/components/bitrix/system.pagenavigation/round/style.css?15693158625324 */
/* /local/templates/main/components/bitrix/news.list/element_reviews/style.css?1563739712150 */
/* /bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?15637397242802 */
</pre></body></html>