.about__text-in {
	max-height: 267px;
	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: 150px;
    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%;
}
.footer{
	color:#fff;
	font-weight: 400;
    font-size: 20px;
    line-height: 1.35;
	text-transform: uppercase;
}
.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-transform: uppercase;
	text-decoration: none;
}
.footer a:not(:first-child) {
    margin-left: 20px;
}
.help-block{
	display:inline;
}
.help-block-error{
	color:#f44336;
	font-weight:600;
}
.text-page {
    padding: 156px 0;
}
.text-page p {
    margin: 0 0 20px 0;
}

.alert{
	padding: 15px;
    margin-bottom: 20px;
	margin-top:20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert.alert-success{
	background-color: #4caf50;
	border-color: #4caf50;
	color: #ffffff;
}
.header--page {
	background-color: #70873a;
	-webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
	box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}
.hero__prices b{
	background:#70873a;
	padding: 4px 8px;
    border-radius: 4px;
}
.arrow--disabled{
	display:none;
}
.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;
}
.hero{
	background-image:url('../img/hero/background2.jpg');
}

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

	.hero{
		background-image:url('../img/hero/background-mob2.jpg');
	}

}