.header-line {
	display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
}

#map {width: 100%; max-width: 951px; height: 858px; padding: 0; margin: 0;}
.history-caption {text-align: left; margin-bottom: 50px; font-size: 48px; font-weight: bold;}
.text p {margin-bottom: 20px;}
.text p:last-child {margin-bottom: 0;}
.head-text-page p {padding-bottom: 30px;}
/*.block-services .column {
    max-height: 530px;
    overflow: hidden;
}*/
.slick-track > .photo {}
.slick-track > img {}
.slick-list > .slick-track {}

.bg-image {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.head-form .wrap-form input {
	line-height: 37px;
}
.block-stat {
	padding-top: 50px;
}
.stat-block {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.stat-block-item {
	width: 20%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
.stat-name {
	font-size: 58px;
    font-weight: bolder;
    color: #00AFC2;
}
.stat-text {
    font-size: 20px;
}


@media (max-width: 1100px) {
  .stat-block {flex-wrap: wrap;}
  .stat-block-item {width: 100%;}
}