.address-detail {
	display: flex;
	column-gap: 50px;
	flex-wrap: wrap;
	row-gap: 50px;
}
.address-detail__left {
	flex: 0 0 300px;
}
.address-detail__right {
	flex: 1 1 auto;
}
.address-detail__service {
	width: 100%;
}
.address-detail__left,
.address-detail__pay-list {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.address-detail__phone svg use {
	fill: #4258ff;
}
.address-detail__item {
	display: flex;
	flex-direction: column;
	row-gap: 7px;
}
.address-detail__item:not(.address-detail__metro)>span:first-of-type {
	color: #4258ff;
}
.text_grey {
	color: #8d8e94;
}
.address-detail__pay-list {
	row-gap: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
.address-detail__pay-list img {
	padding: 10px;
	background: #F1F6F9;
	border-radius: 100px;
}
.address-detail__pay-list>div {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.address-detail__right .yandexmapa,
.address-detail__right .bx-yandex-view-layout,
.address-detail__right .bx-yandex-view-map,
.address-detail__right .bx-yandex-map {
	height: 100% !important;
}
.address-detail__service>div {
	width: 100%;
	display: flex;
	column-gap: 30px;
	justify-content: space-between;
}
.address-detail__service {
	margin: 30px 0;
}
.address-detail__service>div>div {
	background: #F1F6F9;
	padding: 20px 30px 40px 20px;
	display: flex;
	column-gap: 30px;
	flex: 1 1 auto;
	position: relative;
	align-items: flex-start;
}
.address-detail__service>div>div>div {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.address-detail__service>div>div a {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.address-detail__service>div>div>div>span:last-of-type {
	color: #4258ff;
}

.address-detail__service>div>div img {
	width: 65px;
}
.address-detail .baloon-content {
	font: 20px / 25px Roboto, Helvetica, sans-serif;
	padding: 15px;
}
.address-detail .baloon-content span {
	font-size: 16px;
}
.address-detail .caption.note:not(:last-child) {
	margin-bottom: 20px;
}
.address-detail .caption.note {
	color: #4258ff;
}
.address-detail .ymaps-b-balloon__close {
	display: block;
	width: 30px;
	height: 40px;
	cursor: pointer;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% no-repeat;
	opacity: .3;
	top: -5px;
	right: 0;
}
.address-detail .ymaps-b-balloon__close:hover {
	opacity: 1;
}
.address-detail .ymaps-point-overlay .ymaps-image-with-content {
	background-image: url(/bitrix/templates/apetta/assets/img/content/ic-map.png) !important;
	background-size: 100% !important;
	width: 58px!important;
	height: 65px!important;
}
@media screen and (max-width: 1230px) {
	.address-detail__service>div {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.address-detail__service>div>div {
		flex: 1 1 calc(50% - 30px / 2);
		box-sizing: border-box;
	}
}
@media screen and (max-width: 800px) {
	.address-detail__left {
    flex: 0 0 260px;
	}
}
@media screen and (max-width: 660px) {
	.address-detail__service>div>div {
		flex: 1 1 100%;
		column-gap: 50px;
	}
	h2.heading.h1.alt {
		text-align: center;
	}
	.address-detail {
		flex-direction: column;
		row-gap: 30px;
	}
	.address-detail__left {
		flex: none;
	}
	.address-detail__right {
		height: 350px;
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
}
@media screen and (max-width: 350px) {
	.address-detail__service>div>div {
		column-gap: 30px;
		padding: 20px 20px 40px 20px;
	}
}