.slider4 {
    width: 480px;
    margin: auto;
    padding: 70px 0px;
    position: relative;
}
.slideContent {
    position:relative
}
.slide4 {
    position: relative;
    width: 480px;
    -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,0.11);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 11%);
    background: #fff;
    padding: 0 20px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.slide4:before {
    width:480px;
	height:41px;
	content:'';
	position:absolute;
	left:0;
	top:-40px;
	background:url(../img/sldborder.png) no-repeat center;
	background-size:contain;
	background: #fff;
    border-radius: 25px 25px 0px 0px;
}
.slide4:after {
    width:480px;
	height:41px;
	content:'';
	position:absolute;
	left:0;
	bottom:-40px;
	background:url(../img/sldborder.png) no-repeat center;
	background-size:contain;
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	background: #fff;
    border-radius: 25px 25px 0px 0px;
}
.slk4BigImage{
    width:100%;
	height:275px;
	margin-bottom:5px;
	position:relative;
}
.blk4prew{
    width:100%;
	position:relative;
	text-align:center;
	overflow:hidden;
	/* margin-bottom:30px; */
	height:0!important;
}
.slk4minImage{
    display:inline-block;
	width:104px;
	height:65px;
	margin-right:4px;
	cursor:pointer;
}
.slk4minImage:last-of-type{
    margin-right:0
}
.slide4Hd{
    font-size:24px;
	font-weight:300;
	text-align:center;
	margin-bottom:20px
}
.slider4 ul{
    overflow:hidden;
	margin-bottom:30px
}
.slider4 ul li{
list-style-type:none;
		float:left;
		font-size:16px;
		font-weight:300;
		margin-bottom:10px
}
.slider4 ul li:nth-of-type(2n+1){
width:175px
}
.slider4 ul li:nth-of-type(2n+2){
width:265px
}
.slider4-wrap {
	max-width: 100vw;
    overflow-x: hidden;
}
.priceBlock{
width:340px;
		padding:25px 0;
		text-align:center;
		font-weight:300;
		margin:auto;
		margin-bottom:25px;
		position:relative;
		max-width: 100%;
}
.price1 b {
	color: #999;
}
.priceBlock:before{
/* background:url(../img/priceborder.png) no-repeat center; */
		background-size:contain;
		width:340px;
		height:1px;
		content:'';
		position:absolute;
		left:0;
		top:0
}
.priceBlock:after{
    background:url(../img/priceborder.png) no-repeat center;
		background-size:contain;
		width:340px;
		height:1px;
		content:'';
		position:absolute;
		left:0;
		bottom:0
}
.price1{
font-size:18px;
		margin-bottom:15px
}
.probeg {
	    font-size: 20px;
    margin-top: 10px;
	    color: #999;
}
.price2{
font-size:24px;
position: relative;
    
}
.price2 b {
	color: #49ca59;
	
}

.price2:after {
    background: url(https://clip.cookdiary.net/sites/default/files/wallpaper/hand-gesture-clipart/276732/hand-gesture-clipart-entitled-276732-2878282.png);
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 35px;
    height: 35px;
    background-size: cover;
}

.comment{
font-weight:300;
		line-height:1.6;
		margin-bottom:20px;
		    color: #999;
			    padding: 0px 40px 0px 40px;
				min-height: 130px;
				    overflow: hidden;
}

.price2 span {
    color: #36b448;
    font-family: 'bold';
    display: inline-block;
    vertical-align: middle;
}
.slide4 .btn-color {
    display: block;
    width: 340px;
    margin: auto;
}
.vapooSlide{
position:absolute;
		opacity:0;
		left:0;
		top:0
}
.vapooSlide.active{
position:relative;
		opacity:1;
		z-index:50
}
.sliderLeft{
-webkit-transition:.3s;
		-o-transition:.3s;
		transition:.3s;
		-webkit-box-shadow:0 3px 12px 0 rgba(0,0,0,0.23);
		-moz-box-shadow:0 3px 12px 0 rgba(0,0,0,0.23);
		box-shadow:0 3px 12px 0 rgba(0,0,0,0.23);
		left:-400px;
		z-index:50;
		cursor:pointer;
		width:90px;
		height:90px;
		border-radius:50%;
		position:absolute;
		top:50%;
		background:url(../img/slide4left.jpg) no-repeat center;
		background-size:cover;
		-webkit-transform:translate(0,-50%);
		-ms-transform:translate(0,-50%);
		transform:translate(0,-50%)
}
.sliderRight{
        -webkit-transition:.3s;
		-o-transition:.3s;
		transition:.3s;
		-webkit-box-shadow:0 3px 12px 0 rgba(0,0,0,0.23);
		-moz-box-shadow:0 3px 12px 0 rgba(0,0,0,0.23);
		box-shadow:0 3px 12px 0 rgba(0,0,0,0.23);
		right:-400px;
		z-index:50;
		cursor:pointer;
		width:90px;
		height:90px;
		border-radius:50%;
		position:absolute;
		top:50%;
		background:url(../img/slide4right.jpg) no-repeat center;
		background-size:cover;
		-webkit-transform:translate(0,-50%);
		-ms-transform:translate(0,-50%);
		transform:translate(0,-50%)
}
.sliderLeft2{
-webkit-transition:.3s;
		-o-transition:.3s;
		transition:.3s;
		display:none
}
.sliderRight2{
-webkit-transition:.3s;
		-o-transition:.3s;
		transition:.3s;
		display:none
}
.vapooSlide.next,.vapooSlide.prev{
opacity:.8;
		-webkit-transform:scale(0.8);
		-ms-transform:scale(0.8);
		transform:scale(0.8)
}
.vapooSlide.prev{
    left: -400px;
	z-index: 10;
}
.vapooSlide.next{
    left: 400px;
	z-index: 10;
}
.comment b {display:none;}
.vapooSlide.nextnext,.vapooSlide.prevprev{
    opacity: .3;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	display: none;
		
}
.vapooSlide.prevprev{
    left: -600px;
	z-index: 5;
}
.vapooSlide.nextnext{
    left: 600px;
	z-index: 5;
}

.btn-color {
    position: relative;
    overflow: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: none;
    border-radius: 30px;
    padding: 21px 0;
    text-align: center;
    outline: none;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    background: #fc0;
}

@media only screen and (max-width:1400px){
	.sliderRight{right:-255px;}
	.sliderLeft{left:-255px;}
}

@media only screen and (max-width:1400px){
  .sliderRight{right:-255px;}
  .sliderLeft{left:-255px;}
}  
@media only screen and (max-width:1023px){
  .sliderRight{right:-130px;}
  .sliderLeft{left:-130px;}
}
  
  

@media only screen and (max-width:768px){
  .slider4{width:310px;}
  .slk4BigImage{height:170px;}
  .slide4{width:310px;}
  .slk4minImage{width:60px;height:40px;}
  .slide4Hd{margin-bottom:10px;}
  .slide4:before{width:310px;height:26px;top:-25px;}
  .slide4:after{width:310px;height:26px;bottom:-25px;}
  .slider4 ul li{font-size:14px;}
  .slider4 ul li b{display:block;}
  .slider4 ul li:nth-of-type(2n+1){width:110px;}
  .slider4 ul li:nth-of-type(2n+2){width:160px;}
  .slider4 ul{margin-bottom:10px;}
  .block4 .price1{font-size:16px;margin-bottom:10px;}
  .block4 .price2{font-size:22px;}
  .block4 .priceBlock{width:100%;margin-bottom:15px;}
  .block4 .priceBlock:before{width:100%;}
  .block4 .priceBlock:after{width:100%;}
  .slide4 .btn-color{ width:100%;}
  .marks-block {
	  margin-top: 65px;
  }
  .sliderRight2,.sliderLeft2{-webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.23);display:block;
  z-index:50;cursor:pointer;position:absolute;border-radius:50%;bottom:-125px;}
  
  .vapooSlide.prev{opacity:0.5;}
  .vapooSlide.prev {   left: -200px;   z-index: 10;}
  .vapooSlide.next {    left: 200px;    z-index: 10;}
  .vapooSlide.next{opacity:0.5;}
  .vapooSlide .btncolor{opacity:0;}
  .vapooSlide.active .btncolor{opacity:1;}
}

@media only screen and (max-width:580px){
	.sliderRight, .sliderLeft {    width: 50px;
		height: 50px;}
	.sliderRight {    right: -25px;
		z-index: 51;}
	
	.sliderLeft {left: -35px;    z-index: 51;}
}

@media only screen and (max-width: 768px) {
	.comment {
		padding: 0px;
		max-height: 130px;
		line-height: 1.3;
		font-size: 16px;
	}
}

@media only screen and (max-width: 580px) {
	.sliderRight, .sliderLeft {
		width: 50px;
		height: 50px;
	}

	.priceBlock {
		padding: 10px 0;
		margin-bottom: 10px;
	}

	.price1 {
		font-size: 16px;
	}

	.price2 {
		font-size: 20px;
	}

	.probeg {
		font-size: 16px;
	}
}