#winLoadFon  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: none;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
    -moz-opacity: 0.7; /* Mozilla 1.6 e ie?a */
    -khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	z-index: 10;
}

.productContInfoBox {
    margin: 30px auto;
    left: 0;
    width: 90%;
    background: #FFFFFF;
    color: #E26C03;
    z-index: 10;
    box-shadow: 0 0 13px #000000;
    max-width: 1295px;
    right: 0;
    padding: 40px;
    position: relative;
    border-radius: 20px;
    height: calc(100% - 60px);
}
#winLoad {
    display: none;
}
#winLoadContent {
    text-align: center; 
	color: #000; 
	position: relative;
}
.activ-filter .productInfoBox {
    pointer-events: all;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}
.ContproductContInfo {
    overflow: auto;
    height: 100%;
}

/* WebKit */
.ContproductContInfo::-webkit-scrollbar {
    width: 13px;
}

.ContproductContInfo::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.ContproductContInfo::-webkit-scrollbar-thumb {
    background: #9d9d9d;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
    background-clip: padding-box;
}

.ContproductContInfo::-webkit-scrollbar-thumb:hover {
    background: #cdcdcd;
}

/* Firefox */
.ContproductContInfo {
    scrollbar-width: auto;
	padding-right: 10px;
}

.back_item {
    left: 10px;
}
.back_item, .next_item {
    position: absolute;
    top: calc(50vh - 15px);
    width: 85px;
    height: 85px;
	cursor: pointer;
}

.back_item:before {
    content: '';
    background: #6c6c6c;
    width: 85px;
    height: 85px;
    position: absolute;
    left: 0;
    border-radius: 20px;
	opacity: 0.8;
}

.back_item:after {
    background: url(img/st-left-slider.png) no-repeat center center;
    width: 85px;
    height: 85px;
    position: absolute;
    left: -3px;
    content: '';
    opacity: 07;
}

.back_next {
    z-index: 10;
    left: 0;
    height: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.cont_back_next {
    max-width: 1295px;
    margin: 0 auto;
    display: block;
}

.next_item {
    right: 10px;
}

.next_item:before {
	content: '';
    background: #6c6c6c;
    width: 85px;
    height: 85px;
    position: absolute;
    left: 0;
    border-radius: 20px;
    opacity: 0.8;
}

.next_item:after {
    background: url(img/st-right-slider.png) no-repeat center center;
    width: 85px;
    height: 85px;
    position: absolute;
    right: -3px;
    content: '';
}

.back_item:hover:after, .next_item:hover:after {
    opacity: 0.9;
}

.back_item:hover:before, .next_item:hover:before {
    opacity: 0.9;
}

@media (max-width: 540px) {
	#winLoad {
		padding: 20px;
	}
}