.about__text-in {
	max-height: 476px;
	overflow: hidden;
	display: block;
}
.about__text-show, .about__text-show:focus, .about__text-show:hover {
    display: block;
    text-decoration: underline;
    padding: 10px 0;
}
.review__text-in {
    max-height: 245px;
    overflow: hidden;
    display: block;
}
.review__text-show, .review__text-show:focus, .review__text-show:hover {
    display: block;
    text-decoration: underline;
    padding: 10px 0;
}
.contacts__map{
	width:100%;
	height:100%;
}
#mess_form .messenger-send {
	cursor: pointer;
}

#mess_form .messenger-send:focus {
	padding: 8px 22px 10px;
}
.footer{
	color:#fff;
	font-weight: 400;
    font-size: 20px;
    line-height: 1.35;
}
.footer a, .footer a:hover, .footer a:focus{
	position: relative;
	display: inline;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.35;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.footer a:not(:first-child) {
    margin-left: 20px;
}
.footer .container{
	flex-wrap: wrap;
}
.help-block{
	display:inline;
}
.help-block-error{
	color:#f44336;
	font-weight:600;
}
.text-page {
    padding: 70px 0;
}
.text-page p {
    margin: 0 0 20px 0;
}

.arrow--disabled{
	display:none;
}
.halls-list-no{
	order:8;
	margin-bottom:80px;
}

.about__text ul{
	list-style-type: disc;
	margin:0 0 10px 0;
	padding: 0 0 0 30px;
}
.about__text ol{
	list-style-type:decimal;
	margin:0 0 10px 0;
	padding: 0 0 0 30px;
}

.hall-desc {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding-top:50px;
}