.containerElement .leftCol{
	width: 550px;
}
body .wrapper{
	overflow: visible;
}
.skuBlock{
	margin-bottom: 35px;
}
.skuBlock .skuList{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.skuBlock li{
	position: relative;
	color: #96A5C2;
	font-size: 14px;
	font-weight: 500;
	margin-right: 20px;
	padding-left: 25px;
	line-height: 1;
	cursor: pointer;
}
.skuBlock li span{
	padding-top: 4px;
display: inline-block;
}
.skuBlock li:before{
	position: absolute;
	left: 0;
	top: 50%;
	transform:translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	content: '';
	border:2px solid #96A5C2;
	background: #fff;
}
.skuBlock li:after{
	position: absolute;
	left: 5px;
	top: 50%;
	transform:translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: '';
	background: #0292F9;
	opacity: 0;
}
.skuBlock li.selected{
	color: #0292F9;
}
.skuBlock li.selected:before{
	border:2px solid #0292F9;
}
.skuBlock li.selected:after{
	opacity: 1;
}
.lineWB{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.lineWB img{
	line-height: 0;
}
.lineWB .icon{
	margin-right: 15px;
}
.lineWB .txt{
	margin-right: 15px;
	font-weight: 500;
}
.lineWB .links{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.lineWB a{
	color: #0292F9;
	margin-right: 15px;
	text-decoration: underline;
}
.lineWB a:hover{
	color: #0292F9;
}
.containerElement .rightCol{
	width: calc(100% - 600px);
}
.containerElement h1{
	margin-bottom: 40px;
}
.sliderElementWrap img{
	max-width: 100%;
}
.propertiesBlock{
	padding-bottom: 15px;
}
.propertyLine{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.nameProp{
	font-weight: 500;
	line-height: 23px;
	margin-right: 10px;
}
.valueProp{
	line-height: 23px;
}
.previewTxt{
	padding-bottom: 30px;
}
.docsElementWrap{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 40px;
}
.fileSave{
	padding-left: 46px;
	display: inline-block;
	margin-bottom: 10px;
	color: #505050;
	line-height: 39px;
	background: url(images/filePDF.png) no-repeat left center;
}
.fileSave:hover{
	color: #505050;
}
.ozonHref{
	width: 260px;
	height: 55px;
	margin-right: 40px;
}
.containerElement .btnPrice {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    color: #242633;
    font-size: 20px;
    font-weight: 600;
    background: none;
    border: 1px solid #0292F9;
    border-radius: 8px;
    padding: 3px 20px 0 20px;
    line-height: 1;
    height: 55px;
    transition: all 0.4s;
    width: 260px;
}
.containerElement .btnPrice:hover {
    color: #fff;
    text-decoration: none;
    background: #0292F9;
}
.tabsContainer{
	padding-top: 100px;
}
.tabsContainer .tabs{
	border-bottom: 1px solid #D0D0D0;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.tabsContainer .tabs > li{
	font-weight: 500;
	font-size: 24px;
	color: #C6C6C6;
	line-height: 26px;
	padding: 12px 0;
	border-bottom: 4px solid transparent;
	margin-right: 65px;
	margin-bottom: -1px;
	cursor: pointer;
}
.tabsContainer .tabs > li:hover{
	color: #242633;
}
.tabsContainer .tabs > li.active{
	font-weight: 600;
	color: #242633;
	border-bottom: 4px solid #0292F9;
}
.nucTab{
	display: none;
}
.nucTab.active{
	display: block;
}


/* Slider */
.sliderElementWrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: sticky;
	top: 135px;
}

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

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 415px;
	height: 0;
	width: 420px;

}

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

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

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

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

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

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

/*Slider Controls*/
.product-item-detail-slider-controls-block {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 90px;
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 90px;
	height: 90px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
}
.product-item-detail-slider-controls-image.active{
	border-radius: 8px;
	border: 1px solid #0292F9;
}


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

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}
.popup .product-item-detail-slider-block{
	width: calc(100% - 150px);
}
.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: 100%;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	justify-content: center;
}

@-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;
	width: 135px;
}

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



@media screen and (max-width:1349px){
.tabsContainer .tabs > li{
	margin-right: 25px;
	font-size: 22px;
	line-height: 24px;
}

}

@media screen and (max-width:1199px){
.containerElement .leftCol {
    width: 400px;
}
.containerElement .rightCol {
    width: calc(100% - 420px);
}
.product-item-detail-slider-block{
	width: calc(100% - 95px);
}
}

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

.containerElement {
	flex-direction: column;
	align-items: center;
}
.containerElement .leftCol{
	max-width: 550px;
	width: 100%;
}
.containerElement .rightCol{
	width: 100%;
	padding-top: 35px;
}

}



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

}

@media screen and (max-width:675px){
    
}
@media screen and (max-width:640px){

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

 .rightCol .btnsBlock {
 	flex-direction: column;
 	align-items: flex-start;
 }
 .ozonHref{
 	margin-right: 0;
 	margin-bottom: 20px;
 }
 .tabsContainer .tabs{
 	flex-direction: column;
 	border-bottom: none;
 }
.tabsContainer .tabs > li{
	font-size: 18px;
	line-height: 18px;
	width: 100%;

}
.tabsContainer .tabs > li{
	border-bottom: 1px solid #D0D0D0;
}

.product-item-detail-slider-block{
	padding-top: 310px;
}

}
@media screen and (max-width:485px){
 
}
@media screen and (max-width:425px){}
@media screen and (max-width:400px){
    
}
@media screen and (max-width:370px){
}