.section-objects-map-block__name {
	line-height: 2.9rem;
}
.object-item__visual img {
	max-height: 229px;
}
.footer-logo {
	width: 27.5rem;
}
#footer {
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
  /*
  -webkit-box-shadow: 0 -2px 10px rgba(128, 128, 128, 0.04);
  box-shadow: 0 -2px 10px rgba(128, 128, 128, 0.04);
  */
}

.main-promo__video-btn {
	color: #fff;
	position: absolute;
	left: calc(50% - 68rem);
	background-color: rgba(0, 0, 0, 0.55);
	padding: 1.8rem 3rem 1.8rem 6rem;
	border-radius: 55px;
	top: 5rem;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 600;
	cursor: pointer;
	transition: .2s;
}

.main-promo__video-btn:hover {
	background-color: rgba(0, 0, 0, 0.65);
}

.main-promo__video-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 3rem;
	margin-top: -1rem;
	border-width: 1rem 0 1rem 1.8rem;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

@media  screen and (max-width: 1300px) {
	.main-promo__video-btn {
		left:3%;
		padding: 1.5rem 2.5rem 1.5rem 5rem;
	}
	.main-promo__video-btn::before {
			left: 2.5rem;
			margin-top: -0.8rem;
			border-width: 0.8rem rem 0 0.8rem 1.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.main-promo {
		height: 62vh;
		display: block;
	}
	.main-promo__video-btn {
		left: calc(50% - 10.5rem);
	}
}