.boxTags {
	padding-top: 20px;
	border-top: 1px dashed #D8D8D8;
}
.boxTags a {
	display: inline-block;
	vertical-align: top;
	color: #363636;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25; 
	text-decoration: none;
	margin: 5px 9px 5px 0;
}
.boxTags a:hover {
	color: #3293CB;
}
.formСomments {
    margin-top: 44px;
}
.formСomments_title {
	color: #363636;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}
.formСomments_pd {
	box-sizing: border-box;
    padding: 26px 0 0 0;
}
.formСomments_item {
	margin-bottom: 17px;
}
.formСomments_column .formСomments_item {
	width: 50%;
	box-sizing: border-box;
}
.formСomments_column .formСomments_item:nth-child(odd) {
	padding-right: 5px;
}
.formСomments_column .formСomments_item:nth-child(even) {
	padding-left: 5px;
}
.formСomments_input {
	display: block;
	width: 100%;
	height: 45px;
	border: 1px solid #E3E3E3;
	background: #FFF;
	line-height: 43px;
	box-sizing: border-box;
	padding: 0 16px;
	font-weight: 500;
	font-size: 14px !important;
	color: #363636;
}
.formСomments_input.formСomments_area {
	height: 159px;
	resize: none;
	line-height: 1;
	padding-top: 15px;
	padding-bottom: 15px;
}
.formСomments_button {
	display: block;
	width: 272px;
	height: 49px;
	background: #3293CB;
	margin: 24px auto 0 auto;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	transition: 0.3s ease all;
}
.formСomments_button:hover {
    background: #1A76B9;
    transition: 0.3s ease all;
}
.boxСomments {
	margin-top: 56px;
	overflow: hidden;
}
.boxСomments_top {
	position: relative;
	border-bottom: 1px solid #B6B6B6;
	padding-bottom: 9px;
}
.boxСomments_top:after {
	display: block;
	content: "";
	width: 192px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #363636;
}
.boxСomments_quantity {
	color: #363636;
	font-weight: 700;
}
.boxСomments_link {

}
.boxСomments_link a {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 3px;
	color: #363636;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dashed #363636;
}
.boxСomments_link a:hover {
	color: #3293CB;
	border-color: #3293CB;
}
.listСomments {
    padding-top: 36px;
}
.listСomments_li {
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 26px;
	margin-bottom: 31px;
}
.listСomments_li:last-child {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}
.listСomments_name {
	color: #363636;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25; 
}
.listСomments_date {
	color: #B6B6B6;
	font-size: 14px;
	line-height: 1.25;
	margin-top: 3px;
}
.listСomments_text {
	color: #363636;
	text-align: justify;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42;
	margin-top: 9px;
}
.listСomments_bottom {
	padding-right: 10px;
    margin-top: 23px;
}
.listСomments_bottom .quantityRating_item {
	margin: 0 19px 0 0;
}
.listСomments_button {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.25;
	color: #363636;
	text-decoration: none;
	background: transparent;
	border-bottom: 1px dashed #363636;
	transition: 0.3s ease all;
	padding-bottom: 2px;
	margin-top: 4px;
}
.listСomments_button:hover {
	color: #3293CB;
	border-color: #3293CB;
	transition: 0.3s ease all;
}
.listСomments .quantityRating_item.like:after {
	display: none;
}
.listСomments .quantityRating {
    margin-top: 0;
}
.showСomments {
    padding: 60px 0 0;
    margin-top: -150px;
    position: relative;
    z-index: 2;
}
.showСomments:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    z-index: -1;
    bottom: 0;
}
.showСomments a {
	width: 272px;
	height: 49px;
	background: #3293CB;
	box-sizing: border-box;
	text-decoration: none;
	line-height: 1;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	margin: 0 auto;
	padding-top: 1px;
}
.showСomments a use {
	stroke: #fff;
}
.showСomments a svg {
	margin-right: 15px;
}
.showСomments a:hover {
	background: #1A76B9;
}
.boxColumn {
	margin-top: -9px;
	margin-bottom: 39px;
}
.boxColumn > h1,
.boxColumn > h2 {
	color: #363636;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.filterCalendar {

}
.filterCalendar input {
	display: block;
	color: #363636;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 25px; 
	padding: 5px 0;
	background: transparent;
}
.menuCalendar {

}
.menuCalendar ul {
	box-sizing: border-box;
	border: 1px solid #EBEBEB;
	background: #FFF;
	padding: 3px;
}
.menuCalendar ul li {
	margin-right: 3px;
}
.menuCalendar ul li:last-child {
	margin-right: 0;
}
.menuCalendar ul a {
    display: block;
    text-decoration: none;
    color: #363636;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    padding: 9px 30px;
}
.menuCalendar ul a:hover,
.menuCalendar ul li.active a {
	background: #3293CB;
}
.listActivities {
	margin-left: -23px;
	margin-right: -23px;
	margin-top: 45px;
}
.listActivities_li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 23px 22px 23px;
	margin-bottom: 46px;
	position: relative;
}
.listActivities_li:after {
	display: block;
	content: "";
	position: absolute;
	left: 23px;
	right: 23px;
	bottom: 0;
	border-bottom: 1px dashed #B6B6B6;
}
.listActivities_thumb {
    display: block;
    font-size: 0;
    margin-bottom: 11px;
}
.listActivities_li h3 {
	height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #363636;
	font-size: 16px;
	line-height: 1.31;
}
.listActivities_li h3 a {
	color: #363636;
	text-decoration: none;
}
.listActivities_li h3 a:hover {
	color: #3293CB;
}
.listActivities_center {
	box-sizing: border-box;
    padding: 17px 9px 0 0;
}
.listActivities_view,
.listActivities_date {
	color: #B6B6B6;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 5px;
}
.listActivities_date svg {
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.listActivities_address use,
.listActivities_view use,
.listActivities_date use {
	stroke: #B6B6B6;
}
.listActivities_view svg {
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.listActivities_address svg {
	margin-right: 7px;
	position: relative;
	top: 1px;
}
.listActivities_address {
	color: #B6B6B6;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.28;
	position: relative;
	padding-left: 24px;
}
.listActivities_address svg {
	position: absolute;
	top: 0;
	left: 0;
}
.listActivities_link {
	display: inline-block;
    color: #363636;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    margin-top: 22px;
}
.listActivities_link:hover {
	color: #3293CB;
}

.boxButton {

}
.boxButton_prev,
.boxButton_next {
	display: block;
	width: 35px;
	height: 35px;
	color: #363636;
	font-family: Mont;
	font-size: 12px;
	font-weight: 900;
	transition: 0.3s ease all;
	background: transparent;
}
.boxButton_prev:hover,
.boxButton_next:hover {
	color: #3293CB;
	transition: 0.3s ease all;
}
.calendar {
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 20px;
}
.calendar-head {
	width: 100%;
}
.calendar-head div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(14.285% - 12px);
	height: 42px;
	box-sizing: border-box;
	border: 1px solid #EBEBEB;
	background: #FFF;
	margin: 0 6px 7px 6px;
}
.calendar-body {

}
.calendar-body > div {
	box-sizing: border-box;
	border: 1px solid #EBEBEB;
	background: #FFF;
	margin: 0 6px 15px 6px;
	-webkit-box-flex: 1;-webkit-flex: 1 0 auto;-ms-flex: 1 0 auto;flex: 1 0 auto;
	width: calc(14.285% - 12px);
	position: relative;
	height: 171px;
}
.calendar-day {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
    margin: 0 0 0 21px;
	color: #363636;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding: 17px 10px 5px 10px;
}
.no-active {
	pointer-events: none;
}
.no-active .calendar-day {
	color: #D1D1D1;
}
.calendar-body div.js-modalCalendar {
	cursor: pointer;
}
.calendar-body div.calendar-reservation {
	border-color: #fff;
	box-shadow: 0px 0px 13px 0px #B6B6B6;
	position: relative;
}
.calendar-reservation .calendar-day {
	background: #3293CB;
	color: #FFF;
}
.calendar-reservation .calendar-day:before {
	display: block;
	content: "";
	background: #3293CB;
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	height: 8px;
	z-index: 2;
}
.calendar-reservation .calendar-day:after {
	display: block;
	content: "";
	position: absolute;
	top: -7px;
	left: -4px;
	width: 40px;
	height: 6px;
	background: #75073D;
	margin: auto;
	clip-path: polygon(11% 0, 88% 0, 100% 100%, 0% 100%);
}
.calendar-text {
	height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
	position: relative;
    color: #686868;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.36;
    box-sizing: border-box;
    margin: 6px 6px 0 10px;
    padding-left: 8px;
}
.no-active .calendar-text  {
	color: #C5C5C5;
}
.three-lines .calendar-text {
	max-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.calendar-text:before {
	display: block;
	content: "";
	width: 3px;
	height: 3px;
	background: #D9D9D9;
	position: absolute;
    top: 5px;
    left: 0px;
}
.modalCalendar-more,
.calendar-more {
	display: inline-block;
	color: #686868;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	margin: 7px 6px 0 18px;
}
.modalCalendar-more i,
.calendar-more i {
	font-style: normal;
	color: #3293CB;
}
.modalCalendar-more:hover,
.calendar-more:hover {
	color: #3293CB;
}
.calendar-allLink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	font-size: 0;
}
.open-calendar .calendar-day,
.js-modalCalendar:hover .calendar-day {
	color: #3293CB;
}
.modalCalendar {
	display: none;
	position: absolute;
    top: 0;
    left: 70px;
    z-index: 2;
    width: 286px;
    background: #FFF;
    filter: drop-shadow(0px 0px 13px #B6B6B6);
    box-sizing: border-box;
    padding: 10px 16px 15px 13px;
    text-align: left;
}
.modalCalendar img {
	width: 100%;
	height: auto;
	padding-bottom: 8px;
	border-bottom: 1px dashed #C6C5C5;
	margin-bottom: 14px;
}
.modalCalendar_date {
	color: #B6B6B6;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 9px;
}
.modalCalendar h3 {
	color: #363636;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.28;
	margin-bottom: 14px;
}
.modalCalendar h3 a {
	color: #363636;
	text-decoration: none;
}
.modalCalendar h3 a:hover {
	color: #3293CB;
}
.modalCalendar p {
	color: #707070;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}
.modalCalendar-more {
	margin: 12px 0 0 0;
}
.modalCalendar_arrows {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #fff;
    border-left: 0;
    position: absolute;
    top: 0;
    left: -12px;
    margin-top: 17px;
}
.calendar-dots {
	display: none;
}



















@media screen and (max-width: 1799px) {
	.open-right .modalCalendar {
		left: initial;
		right: 100%;
	}
	.open-right .modalCalendar_arrows {
	    left: initial;
	    right: -12px;
	    transform: rotate(180deg);
	}
}
@media screen and (max-width: 1023px) {
	.calendar-text:before {
		display: none;
	}
	.calendar-body > div {
	    margin: 0 1px 10px 1px;
	    width: calc(14.285% - 2px);
	}
	.calendar-text {
	    margin: 6px 5px 0 5px;
	    padding: 0;
	}
	.calendar-day {
		margin-left: 15px;
	}
	.calendar-head div {
	    width: calc(14.285% - 2px);
	    margin: 0 1px 2px 1px;
	}
	.calendar {
	    margin-left: -1px;
	    margin-right: -1px;
	}
	.calendar-more {
	    margin: 7px 0 0 5px;
	}
}
@media screen and (max-width: 979px) {
	.listActivities_li {
		width: 50%;
	}
}
@media screen and (max-width: 799px) {

}
@media screen and (max-width: 768px) {
	.listActivities {
	    margin-left: -10px;
	    margin-right: -10px;
	    margin-top: 30px;
	}
	.listActivities_li {
	    padding: 0 10px 22px 10px;
	    margin-bottom: 22px;
	}
	.listActivities_li:after {
	    left: 10px;
	    right: 10px;
	}
	.filterCalendar input {
		font-size: 16px !important;
	}
	.menuCalendar ul a {
	    padding: 6px 20px;
	}
	.boxButton_prev, .boxButton_next {
	    width: 29px;
	    height: 29px;
	}
	.three-lines .calendar-text,
	.calendar-text {
		display: none;
	}
	.calendar-body > div {
		height: 86px;
		text-align: center;
	}
	.calendar-head div {
	    font-size: 12px;
	    height: 32px;
	    padding: 0 5px;
	    box-sizing: border-box;
	}
	.calendar-head div span {
		white-space: nowrap;
    	text-overflow: ellipsis;
	    overflow: hidden;
	}
	.calendar-day {
		margin-left: 0;
	}
	.calendar-more {
	    margin: 7px 3px 0 3px;
	}
	.calendar-dots {
		display: block;
	    height: 8px;
	    width: 8px;
	    border-radius: 50%;
	    background-color: #3293CB;
	    margin: 5px auto 0 auto;
	}
	.modalCalendar p {
		display: none;
	}
	.modalCalendar h3 {
		margin-bottom: 0;
	}
	.no-active .calendar-dots {
		background: #D1D1D1;
	}

}
@media screen and (max-width: 639px) {
	.boxTags a {
		font-weight: 14px;
	}
	.boxСomments_top {
		display: block;
		text-align: center;
		padding-bottom: 12px;
	}
	.boxСomments_link {
	    margin-top: 10px;
	}
	.boxСomments_top:after {
	    right: 0;
	    margin: 0 auto;
	}
	.formСomments_column {
		display: block;
	}
	.formСomments_column .formСomments_item {
		width: 100%;
	}
	.formСomments_column .formСomments_item:nth-child(odd) {
		padding-right: 0;
	}
	.formСomments_column .formСomments_item:nth-child(even) {
		padding-left: 0;
	}
	.boxColumn > h1, .boxColumn > h2 {
		margin-bottom: 20px;
	}
	.boxActivities_top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.menuCalendar {
		width: 100%;
		-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;
	}
	.menuCalendar ul {
		-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
	}
	.filterCalendar {
		-webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;
		margin-top: 10px;
		margin-left: 0;
	}
	.boxButton {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 25px;
		margin-top: 10px;
	}
	.filterCalendar input {
		width: 100%;
	}
	.listActivities {
		margin-top: 15px;
	}
	.listActivities_li {
	    width: 100%;
	}
	.listActivities_thumb img {
		width: 100%;
	}
	.listActivities_li h3 {
		height: auto;
	}
	.listActivities_link {
		margin-top: 10px;
	}
	.calendar-day {
		font-size: 16px;
	}
	.calendar-more {
		display: block;
		font-size: 0;
	}
	.calendar-more i {
		display: block;
		font-size: 10px;
	}
	.calendar-body > div {
	    height: 68px;
	}
	.modalCalendar_arrows {
		display: none;
	}
	.modalCalendar {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}


}
@media screen and (max-width: 479px) {
	.calendar-day {
	    padding: 10px 5px 5px 5px;
	}
	.calendar-reservation .calendar-day:after {
	    width: 26px;
	    clip-path: polygon(11% 0, 89% 0, 100% 100%, 0% 100%);
	}
	.calendar-body > div {
	    height: 58px;
	}
	.calendar {
		position: relative;
	}
	.calendar-body > div {
		position: initial;
	}
	.modalCalendar_arrows {
		display: none;
	}
	.modalCalendar {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 374px) {

}
@media screen and (max-width: 359px) {

}