.mtbcard{
	border: 3px solid #FB8E30;
	border-radius: 5px;
	margin-bottom:20px;
	padding:12px;
}
.mtbcard__top{
	display:block;
	margin-bottom:10px;
	position:relative;
}
.mtbcard__images{
	display:flex;
	flex-wrap:nowrap;
	overflow-x:auto;
	-webkit-overflow-scrolling: touch;
}
.mtbcard__images-item{
	flex: 0 0 auto;
}
.mtbcard__img{
	width: 250px;
	height:160px;
	border-radius:5px;
	margin-right:15px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.mtbcard__title, .mtbcard__title:hover, .mtbcard__title:focus{
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	margin: 0 0 5px 0;
	text-decoration:none;
	display:block;
}
.mtbcard__price{
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: #F78625;
	margin-bottom:15px;
}


.mtbcard__rateplace{
	margin: 0 0 10px 0;
	display:flex;
}
.mtbcard__rate{
	border: 1px solid #16AD40;
	border-radius: 3px;
	padding:5px;
	margin-right:10px;
	color:#16AD40;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	display:flex;
}
.mtbcard__rate::before{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/icon/spa/star-green.svg');
}
.mtbcard__rcount{
	border: 1px solid #16AD40;
	border-radius: 3px;
	padding:5px;
	margin-right:10px;
	color:#16AD40;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	display:flex;
}
.mtbcard__rcount::before{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/icon/spa/rv.svg');
}

.mtbcard__address{
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #1C2431;
	background: #F2F2F2;
	padding:11px;
	text-align:left;
	display:flex;
	margin-bottom:10px;
	border-radius:5px;
}
.mtbcard__address::before{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/icon/placemark.svg');
}
.mtbcard__btns{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.mtbcard__btn, .mtbcard__btn:hover, .mtbcard__btn:focus{
	display:inline-block;
	background: #16AD40;
	border:1px solid #16AD40;
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color:#fff;
	padding:13px;
	width:49%;
	text-align:center;
}
.mtbcard__btn2, .mtbcard__btn2:hover, .mtbcard__btn2:focus{
	background:none;
	color:#000000;
}
.mtbcard__placelines{
	margin-bottom:10px;
}
.mtbcard__placelines .tbcard__placeline.inactive{
	display:none;
}
.mtbcard__placelines .tbcard__placeline{
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #464646;
	margin-bottom:5px;
	display:flex;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items: center;
}

.mtbcard__placelines .tbcard__placeline::before{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/icon/pools/minus.svg');
}

.mtbcard__placelines .tbcard__placeline-col2{
	width:60%;
}
.mtbcard__placelines .tbcard__placeline-col3{
	width:40%;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #FB8E30;
	text-align:right;
}
.tbcard__splacelines, .tbcard__splacelines:hover, .tbcard__splacelines:focus{
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #FB8E30;
	text-decoration:none;
	margin-top:0;
	margin-bottom:5px;
	margin-left:21px;
}
.mtbcard__pltitle{
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color:#000;
	margin-bottom:10px;
}
.mtbcard .tbcard__address{
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #464646;
}
.mtbcard .tbcard__wt{
	width:14px;
	height:14px;
}

.card-list-mob{
	padding:0;
}


.mtbcard-f{
	border: 3px solid #F1F1F1;
	border-radius: 5px;
	margin-bottom:20px;
	padding:12px;
	display:flex;
	justify-content: flex-start;
	align-items:flex-start;
}
.mtbcard-left{
	width:40%;
}
.mtbcard-left-link{
	display:block;
}
.mtbcard-right{
	width:60%;
}
.mtbcard-right-in{
	margin-left:10px;
}
.mtbcard__img2{
	width:100%;
	height:200px;
	border-radius:5px;
	margin:0;
	padding:0;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.mtbcard-f .mtbcard__price{
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #464646;
}
.mtbcard-f .mtbcard__address{
	background:none;
	padding:0;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #464646;
	border-radius:0;
}
.mtbcard-f .mtbcard__address::before{
	width:14px;
	height:16px;
}
.mtbcard-f .tbcard__worktime{
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #464646;
	margin-bottom:10px;
}
.mtbcard-f .tbcard__wt{
	width:14px;
	height:14px;
}
.tbcard__placeline2{
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #464646;
	margin-bottom:10px;
}
.tbcard__placeline2 span{
	color: #F78625;
}

.mtbcard__servs{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin: 0 0 10px 0;
}
.mtbcard__serv{
	flex: 0 0 auto;
}
.mtbcard__servi{
	display: inline-block;
	margin-right: 10px;
	background: #F2F2F2;
	border-radius: 3px;
	padding: 5px;
	color: #1C2431;
	font-size: 13px;
	line-height: 140%;
}