/***ITEM***/
.object-item{
	display: flex;
	margin-bottom: 24px;
	padding: 24px;
	border: 1px solid #e3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .object-item:hover,
.bx-touch .object-item:active{
	-webkit-box-shadow: 0 0 24px rgba(38, 50, 56, 0.16);
	-moz-box-shadow: 0 0 24px rgba(38, 50, 56, 0.16);
	box-shadow: 0 0 24px rgba(38, 50, 56, 0.16);
}

/***ITEM_IMAGE***/
.object-item-image{
	width: 212px;
	min-width: 212px;	
	height: 115px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	margin-right: 56px;
}

.object-item-image > img{
	width: auto;	
	max-width: 212px;
	height: auto;
	max-height: 115px;
}

/***ITEM_CAPTION***/
.object-item-caption{
	width: 100%;
}

/***ITEM_TITLE***/
.object-item-title > a:link,
.object-item-title > a:visited{
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 24px;
	color: #263238;
	text-decoration: none;
	line-height: 29px;
}

.bx-no-touch .object-item-title > a:hover,
.bx-touch .object-item-title > a:active{
	color: #6639b6;
}

/***ITEM_ADDRESS***/
.object-item-address{
	display: flex;
	margin-top: 6px;
}

.object-item-address > i{
	margin-right: 5px;
	margin-top: 2px;
	font-size: 16px;
	color: #b2c7cb;
}

.object-item-address > span{
	color: #78909c;
}

/***ITEM_HOURS***/
.object-item-hours{
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 14px;
	line-height: 17px;
}

.object-item-hours-hidden{
	display: none;
}

.object-item-hours-loader{
	width: 16px;
	height: 16px;
	margin-right: 7px;
	position: relative;
}

.object-item-hours-loader:after,
.object-item-hours-loader > div,
.object-item-hours-loader > div > span,
.object-item-hours-loader > div > span:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.object-item-hours-loader:after{
	content: "";
	border: 3px solid #e3ecef;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.object-item-hours-loader > div{
	z-index: 1;
	-webkit-animation: loaderRotate1 4.8s linear infinite;
	animation: loaderRotate1 4.8s linear infinite;
}

.object-item-hours-loader > div > span{
	clip: rect(0, 16px, 16px, 8px);
	-webkit-animation: loaderRotate2 1.2s linear infinite;
	animation: loaderRotate2 1.2s linear infinite;
}

.object-item-hours-loader > div > span:after{
	content: "";
	clip: rect(0, 16px, 16px, 8px);
	border: 3px solid #6639b6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

.object-item-hours-icon{
	width: 5px;
	height: 5px;
	margin-right: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}

.object-item-hours-icon-open{	
	background: #3ac769;
}

.object-item-hours-icon-closed{
	background: #ed4343;
}

.object-item-hours-break{
	margin-left: 7px;
	color: #78909c;
}

/***RATING***/
.object-item-rating{
	height: 24px;
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.object-item-rating-val{
	margin-right: 6px;
	padding: 4px 8px 3px;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 17px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #008d55;
}

.object-item-rating-val[data-rate="1"]{
	background: #d03913;
}

.object-item-rating-val[data-rate="2"]{
	background: #ca6c00;
}

.object-item-rating-val[data-rate="3"]{
	background: #a58900;
}

.object-item-rating-val[data-rate="4"]{
	background: #568d00;
}

.object-item-rating-reviews-count{
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

/***ITEM_DESCR***/
.object-item-descr{
	margin-top: 18px;
}

/***ITEM_LINKS***/
.object-item-links{
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-top: 12px;
}

.object-item-link:link,
.object-item-link:visited{
	display: flex;
	align-items: center;
	margin-left: 6px;
	margin-top: 6px;
	padding: 9px 16px 8px;
	color: #263238;
	text-decoration: none;
	border: 1px solid #e3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}

.bx-no-touch .object-item-link:hover,
.bx-touch .object-item-link:active{
	color: #fff;
	border-color: #6639b6;
	background: #6639b6;
}

.object-item-count{
	margin-left: 7px;
	padding: 2px 5px 1px;
	font-size: 11px;
	color: #566b75;
	line-height: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
	background: #ced9db;
}

/***ITEM_CONTACTS***/
.object-item-contacts{
	width: 56px;
	min-width: 56px;
	max-width: 56px;
	margin-left: 20px;
}

.object-item-btn{
	width: 56px;
	height: 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	-khtml-border-radius: 28px;
	border-radius: 28px;
	background: #f1f6f7;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .object-item-btn:hover,
.bx-touch .object-item-btn:active{
	background: #6639b6;
}

.object-item-btn:focus{
	outline: none;
}

.object-item-btn > i{
	font-size: 24px;
	color: #455a64;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .object-item-btn:hover > i,
.bx-touch .object-item-btn:active > i{
	color: #fff;
}

/***MORE***/
.objects-more{
	padding-bottom: 22px;
}

.objects-more .btn{
	width: 100%;
	height: 48px;
}

/***PHONES***/
@media(max-width: 1042px){
	.objects{
		border-bottom: 1px solid #e3ecef;
	}
	
	/***ITEM***/
	.object-item{
		flex-direction: column;
		margin: 0 -18px;
		padding: 18px;
		position: relative;
		border-left: none;
		border-right: none;
		border-bottom: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}

	.bx-no-touch .object-item:hover,
	.bx-touch .object-item:active{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	/***ITEM_IMAGE***/
	.object-item-image{
		width: 100%;
		min-width: unset;	
		height: 72px;
		margin: 0;
		border: 1px solid #e3ecef;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}

	.object-item-image > img{		
		max-width: 100%;
		max-height: 48px;
	}

	/***ITEM_CAPTION***/
	.object-item-caption{
		margin-top: 18px;
	}

	/***ITEM_TITLE***/
	/***ITEM_ADDRESS***/
	.object-item-title,
	.object-item-address{
		padding-right: 66px;
	}
	
	/***ITEM_CONTACTS***/
	.object-item-contacts{
		position: absolute;
		right: 18px;
		top: 108px;
		margin: 0;
	}

	/***MORE***/
	.objects-more{
		margin: 0 -18px;
		padding: 0px;
	}

	.objects-more .btn{
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}

	/***PAGINATION***/
	.objects-pagination{
		padding-top: 16px;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px){
	.objects .h2{
		padding-bottom: 24px;
	}
}