#mpct_wrap {
position: relative;
padding: 10px 0px 30px;
}

#til_show_more {
display: inline-block;
padding-right: 30px;
font-size: 14px;
color: #2a9f4d;
background: url('images/sm_arrow.png') right no-repeat;
position: absolute;
right: 30px;
cursor: pointer;
bottom: 0;
}

div.top_items_list div.item div.prise .old_price{
  display: block;
  font-size: 14px;
  color: #818181;
  font-weight: normal;
  margin-bottom: 5px;
  text-decoration: line-through;
}

div.top_items_list div.item div.images div.akcia_line {
  background: url(images/akcia_bg.png) no-repeat top right;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 54px;
  height: 54px;
}

div.top_items_list div.item div.buy.v_magazine{
    background-size: 120px;
    width: 120px;
    height: 30px;
    line-height: 10px;
}

div.top_items_list div.item div.buy a.v_magazine{
	font-size: 10px;
}

.top_items_list .item .installments_line{
    background: url("/images/installments-ico.png") no-repeat top right;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 84px;
    height: 84px;
}

/*popup*/
		.popup-window{	
			display: none;
			width: 20%;
			top: 40%;
			left: 40%;
			box-shadow: 0px 0px 4px 0px rgb(70, 70, 70);
			-webkit-box-shadow: 0px 0px 4px 0px rgb(70, 70, 70);
			-moz-box-shadow: 0px 0px 4px 0px rgb(70, 70, 70);
			padding: 20px;
			background: white;
			z-index: 500;
			-webkit-border-radius: 5px!important;
			-moz-border-radius: 5px!important;
			border-radius: 5px!important;
		}
		.popup-window .offer{
			display: inline-block;
    		width: 44%;
			background: #00942C;
			padding: 5px;
			border-radius: 5px;
    		text-align: center;
		}
		.popup-window .offer a{
    		font-size: 15px;
			font-weight: bold;
    		color: aliceblue;
    		text-decoration: none;
		}
		.open{ 	
			text-decoration: underline;
			cursor: pointer;
		}
		.backpopup{		
			display:none;
			width: 100%;
			height: 100%;
			position: fixed;
			background: rgb(105, 105, 105);
			opacity: 0.7;
			top: 0;
			left: 0;
			z-index: 400;
			cursor: pointer;
		}
		.close{		
			display: inline-block;
    		width: 44%;
			float: right;
			background: #888888;
			padding: 5px;
			border-radius: 5px;
			cursor: pointer;
			font-size: 15px!important;
			font-weight: bold;
			color: #fdfdfd;
		    text-align: center;
		}
		.popup-window .text {
			text-align: center;
			padding: 10px 0 20px 0;
			font-size: 18px;
			color: #044204;
}
.slick-slide {
	padding: 0 8px;
	box-sizing: border-box;
}