.price_cnt {
	border: 1px solid #e0e0e0;
	text-align: center;
	position: relative;
	transition: .2s;
}
.price_cnt:hover{
	box-shadow: 0 0 32px #ccc;
	transition: .5s;
}
@media (max-width: 767px) {
	.price_cnt {
		margin-bottom: 0;
	}
	.price_cnt:hover{
		box-shadow: unset;
	}
}

.price_img{
	height: 140px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.price_text-text{
	padding: 16px 20px 0;
}
.property_heading {
	font-size: 22px;
	position: absolute;
	bottom: 14px;
	left: 20px;
	color: #fff;
	z-index: 2;
}
.price_img_gradient{
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	z-index: 1;
}



/*prices*/
.prices_cnt{
	/*height: 64px;*/
	margin: 26px auto 35px;
	width: max-content;
	display: flex;
	align-items: center;
}
.price {
	font-size: 22px;
	font-weight: 600;
	margin-right: 18px;
	float: left;
}
.old_price{
	color: #757575;
	text-decoration: line-through;
	float: left;
}
@media (max-width: 767px) {
	.price {
		font-size: 20px;
	}
}
.price_callback{
	display: block;
	font-size: 0.8em;
    font-family: var(--prv_font_family);
    text-transform: uppercase;
    color: var(--prv_btn_color);
    padding: 27px;
    text-align: center;
    line-height: 1;
}
.price_callback:hover,
.price_callback:focus{
	background-color: var(--prv_btn_color);
    color: #fff;
    text-decoration: none;
}
.hr{
	height: 1px;
	background-color: #EEF1F4;
}



/*goods*/
.goods_prices {
	margin: 0 auto;
	text-align: left;
	line-height: 16px;
}
.goods_row{
	background: url(dott.png) 0 10px repeat-x;
	margin-bottom: 12px;
}
.goods_name_cnt{
	float: left;
	max-width: 105px;
}
.goods_name_cnt>span.goods_name{
	padding-right: 10px;
	display: table-caption;
	min-width: 68px;
}
.goods_price{
	float: right;
	width: 56px;
	padding-left: 10px;
	text-align: left;
}
.goods_name,
.goods_price{
	background: #fff;
}



/*owl style*/
#price_list_owl .owl_btn-right a,
#price_list_owl .owl_btn-right a:focus,
#price_list_owl .owl_btn-left a,
#price_list_owl .owl_btn-left a:focus{
	border: none;
	color: #707070;
	font-size: 32px;
	padding: 0;
}
#price_list_owl .owl_btn-right a:hover,
#price_list_owl .owl_btn-left a:hover{
	color: var(--prv_color);
}
#price_list_owl .owl_btn-left{
	left: -48px;
}
#price_list_owl .owl_btn-right{
	right: -48px;
}
#price_list_owl .owl_btn-left,
#price_list_owl .owl_btn-right{
	top: calc(50% - 37px);
}