.catalog-price {
	 color:red;
}
/*.like_icons .compare_item i,
.like_icons .wish_item i{
	top:10px;
}*/

.meroBigArea{

}
.topMeroArea{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.leftMeroArea{
	width: calc(100% - 345px);
	border: 1px solid #ececec;
	padding: 27px 39px 39px;
}
.rightMeroArea{
	width: 305px;
}
.priceItemMero{
	font-weight:bold;
	font-size:25px;
	line-height: 25px;
	color:rgb(85, 85, 85);
}
.meroBigDesc{
	margin-top: 46px;
}
.topPriceArea{
	padding-top: 25px;
}
.dayTitle{
	font-weight:bold;
	font-size:22px;
	line-height: 22px;
	color:rgb(96, 195, 57);
}
.topDaySelect{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.toBigMiro:active,
.toBigMiro:focus,
.toBigMiro:hover,
.toBigMiro:visited,
.toBigMiro{
	font-size:13px;
	text-decoration: underline;
	color: #0a7ddd;
}

.timeMeroSelect{
	display: flex;
	flex-direction: column;
	padding-top: 12px;
}
.timeMeroSelectTime{
	margin:2px 0 0;
}
.timeMeroSelectTime label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.timeMeroSelectTime label input{
	width: 20px;
	height: 20px;
}
.timeMeroSelectTime label .timeS {
	margin-left: 12px;
	margin-top: 2px;
	font-size: 15px;
	color:#333;
	cursor: pointer;
}
.timeMeroSelectTime label .timeS:hover span{
	color:#0060df;
}
.timeMeroSelectTime label input:checked + .timeS span{
	color:#0060df;
	cursor: default;
}
.timeMeroSelectTime label .timeS span{
	font-weight: bold;
}
.timeMeroSelectTime label .timeS i{
	font-style: normal;
	font-size:80%;
	line-height: 80%;
}
.lineBlockButton.noTime{
	position: relative;
	width: 240px;
}
.lineBlockButton.noTime::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: red;
	content: "Нет свободных мест на это время";
	text-align: center;
	font-size: 14px;
	line-height: 14px;
}
.noTime{
	padding-top: 25px;
	color:red;
}
.counter_wrapp .button_block.wide .btn.to-cart-add{
	display: none;
}
.btn.to-cart-add > i{
	display: none;
}

.otherDaysSlice{
	max-width: 100%;
	overflow-x: auto;
	padding-bottom: 12px;
	scrollbar-width: thin;
}
.otherDaysList{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	/*align-items: flex-start;*/
}
.otherDaysList .otherDaysDay {
	margin-right: 8px;
	border: 1px solid #dbdbdb;
	padding: 12px;
	background: #fff;
	text-align: center;
	width: 170px;
	min-width: 170px;
	transition: all ease 0.3s;
	margin-bottom: 8px;
}
.otherDaysList .otherDaysDay:hover{
	border-color: green;
	transition: all ease 0.3s;
}
.otherDaysList .otherDaysDay.active-no{
	opacity:0.5;
}
.otherDaysList .otherDaysDay.active-no:hover{
	border-color: red;
	opacity:1;
	transition: all ease 0.3s;
}
.otherDaysList .otherDaysDay:last-child{
	margin-right: 0;
}
.otherDaysList .otherDaysDay .odiTitle{
	font-weight: bold;
}
.otherDaysList .otherDaysDay .odiTitle small {
	font-weight: normal;
	margin-top: -6px;
	display: block;
}
.otherDaysList .otherDaysDay.w6 .odiTitle small,
.otherDaysList .otherDaysDay.w7 .odiTitle small{
	color:red;
}
.noActiveDay {
	color: red;
	font-size: 15px;
	line-height: 17px;
	margin-top: 12px;
}
.otherDayTime {
	font: 14px/14px "Montserrat", Arial, sans-serif;
	display: block;
	margin-top: 12px;
}
.otherDayTime i{
	font-style: normal;
	font-weight: bold;
	color:green;
}
.otherDayTime:hover{
	color: #0060df;
}
.mFreeTikets{
	color:green;
	font-size:12px;
	line-height: 12px;
}
.noFreeTikets{
	position:relative;
	font-weight: normal;
}
.noFreeTikets:before{
	content:"";
	display:block;
	width:100%;
	height:2px;
	background: red;
	position:absolute;
	top:50%;
	left:0;
	transform: rotate(-5deg);
}
.noFreeTikets::after {
	content: "нет мест";
	font-size: 10px;
	line-height: 10px;
	display: flex;
	position: absolute;
	bottom: -11px;
	left: 50%;
	height: 100%;
	color: red;
	font-weight: normal;
	justify-content: center;
	align-items: center;
	text-shadow: 0 0 1px #fff;
	width: auto;
	padding: 1px 3px;
	opacity: 0.8;
	transform: translateX(-50%);
	white-space: nowrap;
}
.rightMeroArea .noFreeTikets {
	width: auto;
	display: inline;
	font-weight:bold;
	text-decoration: line-through;
}
.rightMeroArea .noFreeTikets:before{
	display:none;
}
.noFreeTikets::after{
	position: static;
	width: auto;
	text-decoration: none;
	display: inline-block;
	margin-left: 4px;
	transform: none;
	font-size: 11px;
	vertical-align: text-top;
}

@media(max-width:992px){
	.topMeroArea{
		flex-wrap: wrap;
	}
	.topMeroArea .rightMeroArea,
	.topMeroArea .leftMeroArea{
		width:100%;
	}
	.product-detail-gallery__picture{
		max-width: 100%;
	}
	.topMeroArea .leftMeroArea{
		padding: 3% 6%;
	}
	.arrow_scroll.arrow_scroll_init{
		overflow-x: auto;
	}
	.otherDaysList{
		justify-content: space-between;
	}
	.otherDaysList .otherDaysDay{
		width: 47%;
		min-width: 47%;
		margin-bottom:2%;
		margin-right:auto;
		margin-left:auto;
	}
	.topMeroArea .rightMeroArea{
		padding: 8% 6% 3%;
	}
	.container br + br{
		display: none;
	}
	.product-detail-gallery__slider{
		margin-top:6%;
	}
	.meroBigDesc {
		margin-top: 8%;
	}
	.tabs {
		margin-bottom: 5%;
	}
	.topic__heading #pagetitle {
		font-size: 22px;
	}
}