.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 100% !important;
}
.slick-list:focus{
	outline: none;
}
.slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100% !important;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}
.slick-slide{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-initialized .slick-slide{
	display: block;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	display: block;
	width: 100% !important;
	height: calc(100% / 5);
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
button.slick-prev, button.slick-prev:hover{
	position: absolute;
	top: -25px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 25px;
}
button.slick-prev:before{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-o-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Material Design Icons";
	font-size: 24px;
	content: '\F0140';
}
button.slick-next, button.slick-next:hover{
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	height: 25px;
}
button.slick-next:before{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Material Design Icons";
	font-size: 24px;
	content: '\F0140';
}
.slick-prev.slick-arrow.slick-disabled,
.slick-next.slick-arrow.slick-disabled{
	pointer-events: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.item-page-wrp{
	display: grid;
	gap: 0 50px;
	grid-template-columns: minmax(0, 1fr) calc(40% - 50px);
	grid-template-areas:
		"left right"
		"content right";
	grid-template-rows: min-content min-content;
	margin: 0 0 100px;
	width: 100%;
}
.item-page-wrp-left{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	grid-area: left;
}
.item-page-wrp-right{
	grid-area: right;
}
h1.item-page-h1{
	margin: 0 0 15px;
	font-size: 34px;
	line-height: 34px;
}
.item-page-label-wrp{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin: 0 0 20px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}
.newitems{
	margin: 0 10px 0 0;
	padding: 5px 10px;
	-moz-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	-khtml-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
	background: var(--color-dark-green);
}
.saleleader{
	margin: 0 10px 0 0;
	padding: 5px 10px;
	-moz-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	-khtml-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
	background: var(--color-dark-blue);
}
.artnumber{
	font-size: 14px;
	line-height: 14px;
	color: var(--color-light-gray);
}
/* scu */
.item-page-scu-wrp{
	padding: 20px 0 0 0;
	border-top: 1px solid var(--color-line-gray);
}
.item-page-scu-title{
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 14px;
	color: var(--color-light-gray);
}
.item-page-scu{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin: 0 0 15px 0;
}
.item-page-scu > .product-item-scu-item-text-container{
	margin: 0 10px 10px 2px;
	box-sizing: border-box;
	max-width: 100%;
}
.item-page-scu > .product-item-scu-item-text-container > .product-item-scu-item-text-block{
	position: relative;
	padding: 8px 10px;
	background: #fff;
	outline: 1px solid var(--color-light-gray);
	cursor: pointer;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	font-size: 14px;
	line-height: 14px;
	color: var(--footer-color-dark-text);
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.item-page-scu > .product-item-scu-item-text-container.notallowed{
	display: block !important;
	pointer-events: none;
	color: var(--color-line-gray);
}
.item-page-scu > .product-item-scu-item-text-container.notallowed > .product-item-scu-item-text-block{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.item-page-scu > .product-item-scu-item-text-container.notallowed[title="-"]{
	display: none !important;
}
.item-page-scu > .product-item-scu-item-color-container{
	margin: 0 10px 10px 2px;
	box-sizing: border-box;
	width: 34px;
}
.item-page-scu > .product-item-scu-item-color-container.img{
	width: 70px;
	height: 92px;
}
.item-page-scu > .product-item-scu-item-color-container.img > .product-item-scu-item-color-block{
	position: relative;
	padding: 0;
	background: #fff;
	outline: 1px solid var(--color-light-gray);
	cursor: pointer;
	width: 70px;
	height: 92px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.item-page-scu > .product-item-scu-item-color-container.img > .product-item-scu-item-color-block > .product-item-scu-item-color{
	overflow: hidden;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}



.item-page-scu > .product-item-scu-item-color-container > .product-item-scu-item-color-block{
	position: relative;
	padding-top: 100%;
	background: #fff;
	outline: 1px solid var(--color-light-gray);
	cursor: pointer;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.item-page-scu > .product-item-scu-item-color-container > .product-item-scu-item-color-block > .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;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.item-page-scu > .product-item-scu-item-text-container > .product-item-scu-item-text-block:hover,
.item-page-scu > .product-item-scu-item-color-container > .product-item-scu-item-color-block:hover{
	outline: 1px solid var(--color-blue);
	color: var(--color-blue);
}
.item-page-scu > .product-item-scu-item-text-container.selected > .product-item-scu-item-text-block,
.item-page-scu > .product-item-scu-item-color-container.selected > .product-item-scu-item-color-block{
	outline: 2px solid var(--color-blue);
	color: var(--color-blue);
}
.item-page-scu > .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.item-page-scu > .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

/* price */
.item-page-discount-wrp{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin: 0 0 10px;
	padding: 20px 0 0 0;
	border-top: 1px solid var(--color-line-gray);
	font-size: 12px;
	line-height: 12px;
}
.item-page-discount{
	padding: 3px 5px;
	background: var(--color-dark-red);
	-moz-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	-khtml-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
	color: #fff;
}
.item-page-old-price{
	margin: 0 10px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
}
.item-page-total-discount{
	color: var(--color-light-gray);
}
.item-page-price-wrp{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin: 0 0 25px;
}
.item-page-price{
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: var(--color-title-dark-blue);
}
.item-page-price-wrp > span{
	margin: 0 0 0 25px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: var(--color-title-dark-blue);
}
@media screen and (max-width:768px){
	.item-page-price-wrp > span{
		font-size: 16px;
		line-height: 16px;
	}
	.item-page-scu > .product-item-scu-item-color-container.img{
		width: 60px;
		height: 79px;
	}
	.item-page-scu > .product-item-scu-item-color-container.img > .product-item-scu-item-color-block{
		width: 60px;
		height: 79px;
	}
}

.buy-roznica-title{
	margin: 35px 0 25px 0;
	padding: 25px 0 0 0;
	border-top: 1px solid var(--color-line-gray);
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: var(--color-title-dark-blue);
}
.buy-roznica{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.roznica-img{
	margin: 0 25px 0 0;
}
.roznica-img > img{
	height: 40px;
}
@media screen and (max-width:768px){
	.buy-roznica-title{
		font-size: 22px;
		line-height: 22px;
	}
	.roznica-img > img{
		height: 30px;
	}
}

/* quantity */
.item-page-buy-bx-wrp{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin: 25px 0 0 0;
}
.item-page-quantity-wrp{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	width: 180px;
	border: 1px solid var(--color-line-gray);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.product-item-amount-field-btn-minus{
	position: relative;
	cursor: pointer;
	width: 50px;
	height: 50px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	box-shadow: 0 0 0 rgb(72, 76, 176, 0);
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-item-amount-field-btn-minus:hover{
	box-shadow: 0 0 15px rgb(72, 76, 176, 0.1);
	background: #fff;
}
.product-item-amount-field-btn-minus:before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	content: '';
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	background: var(--footer-line-gray);
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-item-amount-field-btn-minus:hover:before{
	width: 16px;
	height: 2px;
}
.product-item-amount-field-btn-plus{
	position: relative;
	cursor: pointer;
	width: 50px;
	height: 50px;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-khtml-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 0 0 rgb(72, 76, 176, 0);
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-item-amount-field-btn-plus:hover{
	box-shadow: 0 0 15px rgb(72, 76, 176, 0.1);
	background: #fff;
}
.product-item-amount-field-btn-plus:before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	content: '';
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	background: var(--footer-line-gray);
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-item-amount-field-btn-plus:hover:before{
	width: 16px;
	height: 2px;
}
.product-item-amount-field-btn-plus:after{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	content: '';
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2px;
	height: 12px;
	background: var(--footer-line-gray);
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-item-amount-field-btn-plus:hover:after{
	width: 2px;
	height: 16px;
}
.product-item-amount-field{
	width: 80px;
	height: 50px;
	background: var(--color-line-light-gray);
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
	color: var(--footer-line-gray);
}
.product-item-amount-field:focus{
	outline: none !important;
	border-color: #006cc0;
	border-color: var(--theme-color-primary);
}
.item-page-buy-button-bx{
	width: calc(100% - 200px);
}
a.item-page-buy-button{
	display: block;
	width: 100%;
	background: var(--color-blue);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	font-weight: 600;
	color: #fff;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.item-page-buy-button:hover,
a.item-page-buy-button:focus{
	background: var(--color-dark-blue);
	color: #fff;
}
.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;
}

/* properties */
.properties-wrp{
	grid-area: content;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin: 25px 0 0 0;
}
.item-page-desc{
	font-size: 16px;
	line-height: 24px;
}
.item-page-desc p{
	margin: 0 0 25px;
}
.item-page-properties{
	margin: 0 0 25px 0;
}
.item-page-properties > li{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 24px;
}
.item-page-properties > li:last-child{
	margin: 0;
}
.item-page-properties > li > span:nth-child(1){
	padding: 0 10px 0 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 40%;
	width: auto;
}
.item-page-properties > li > span:nth-child(2){
	margin: 18px 0 0 0;
	border-bottom: 1px solid var(--color-line-gray);
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.item-page-properties > li > span:nth-child(3){
	padding: 0 0 0 10px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 60%;
	width: auto;
}
.item-page-big-photo-wrp{
	padding-top: 103%;
	width: calc(80% - 25px);
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 0 1px var(--color-line-gray);
}
.product-item-detail-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-item-detail-slider-image.active{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 1;
}
.product-item-detail-slider-image > img{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.item-page-small-photo-wrp{
	position: relative;
	margin: 25px 0 0 0;
	width: 20%;
	height: calc(100% - 50px);
}
.product-item-detail-slider-controls-image{
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	box-shadow: inset 0 0 0 10px var(--main-bg),
				inset 0 0 0 11px var(--color-line-gray);
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active,
.bx-retina .product-item-detail-slider-controls-image,
.bx-no-retina .product-item-detail-slider-controls-image.active,
.bx-retina .product-item-detail-slider-controls-image.active{
	box-shadow: inset 0 0 0 10px var(--main-bg),
				inset 0 0 0 11px var(--color-light-gray);
}
.product-item-detail-slider-controls-image > img{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: contain;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
}
.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}
.product-item-detail-slider-left {left: 0;}
.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}
.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}
.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; }

@media screen and (max-width:1280px){
	.item-page-wrp{
		gap: 0 4%;
		grid-template-columns: 48% 48%;
		grid-template-rows: -webkit-min-content -webkit-min-content;
		grid-template-rows: min-content min-content;
		grid-template-areas:
			"left right"
			"content content";
	}
	.properties-wrp{
		margin: 25px 0 0 0;
	}
	h1.item-page-h1{
		font-size: 30px;
		line-height: 32px;
	}
}

@media screen and (max-width:991px){
	.item-page-wrp{
		display: block;
	}
	.item-page-big-photo-wrp{
		padding: 0;
		height: 600px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		-khtml-border-radius: 25px;
		border-radius: 25px;
	}
	.item-page-big-photo-wrp{
		width: calc(85% - 10px);
	}
	.item-page-small-photo-wrp{
		width: 15%;
		height: 550px;
	}
	.item-page-wrp-right{
		margin: 25px 0 0 0;
	}
	h1.item-page-h1{
		font-size: 28px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px){
	.item-page-wrp-left{
		display: block;
		height: auto;
	}
	.item-page-big-photo-wrp{
		height: auto;
	}
	.item-page-big-photo-wrp{
		height: 500px;
		width: 100%;
	}
	.item-page-small-photo-wrp{
		width: 100%;
		height: 100px;
	}
	.item-page-quantity-wrp{
		width: 160px;
	}
	.product-item-amount-field{
		width: 60px;
		height: 50px;
	}
	.item-page-buy-button-bx{
		width: calc(100% - 180px);
	}
	.item-page-desc, .item-page-desc p{
		font-size: 16px;
		line-height: 22px;
	}
	.item-page-desc p{
		margin: 0 0 20px;
	}
	.slick-list{
		margin: 0 25px;
		width: calc(100% - 50px);
	}
	.slick-slide{
		width: 90px;
	}
	button.slick-prev, button.slick-prev:hover{
		top: 0;
		left: 0;
		z-index: 1;
		width: 25px;
		height: 100%;
	}
	button.slick-prev:before{
		content: '\F0142';
	}
	button.slick-next, button.slick-next:hover{
		top: 0;
		bottom: auto;
		left: auto;
		right: 0;
		width: 25px;
		height: 100%;
	}
	button.slick-next:before{
		content: '\F0142';
	}
	.item-page-properties > li{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
		margin: 0 0 15px;
	}
	.item-page-properties > li > span:nth-child(1){
		padding: 0 0 3px 0;
		max-width: 100%;
		width: 100%;
		font-size: 14px;
		line-height: 14px;
		color: var(--color-light-gray);
	}
	.item-page-properties > li > span:nth-child(2){
		display: none;
	}
	.item-page-properties > li > span:nth-child(3){
		padding: 0;
		max-width: 100%;
		width: 100%;
	}
	.artnumber,
	.item-page-scu-title{
		font-size: 12px;
		line-height: 12px;
	}
	.item-page-price{
		font-size: 26px;
		line-height: 26px;
	}
}