@media only screen and (min-width: 75em) {
	.recommended .block_title {
	  font-size: 25px !important;
	}
	
	.recommended .product_teaser .teaser_title {
		margin: 0 0 10px 0;
	}
	
	.recommended .product_teaser .teaser_media video {
		height:145px;
	}
	
	.recommended .product_teaser .teaser_media {
		line-height: 148px;
		min-height: 184px;
	}
	
	.recommended .teaser_price {
		font-size: 23px;
	}
	
	.recommended .teaser_oldprice {
		font-size: 15px;
	}
	
	.recommended .product_teaser .teaser_extra {
		margin: 0 0 7px 0;
	}
}

.recommended .product_teaser .teaser_description {
	line-height: 1.2;
}

.recommended {
	margin-top:20px;
}

.recommended .swiper-container.fake-overflow {
	overflow:hidden;
}

.recommended_btn a.button_buy {
	background:#175CE6;
	display:block;
	width:100%;
	border:none;
}

.recommended_btn .button_buy:hover {
	background: #001133;
	color: #fff;
}

.teaser_btnbuywrap.recommended_btn {
	position: static;
}

.recommended .teaser_btnswrap.buttons {
	padding:0;
}

.telegram-contact {
	position: relative;
	padding-left: 26px;
	background: url(../images/tm-logo.png) 0% 50% no-repeat;
	background-size: 20px auto;
}

.viber-contact {
	position: relative;
	padding-left: 26px;
	background: url(../images/viber-logo.png) 0% 50% no-repeat;
	background-size: 20px auto;
}

.instagram-contact {
	position: relative;
	padding-left: 26px;
	background: url(../images/instagram-logo.jpg) 0% 50% no-repeat;
	background-size: 20px auto;
}