.wrapper__map{position: relative; height:730px; overflow: hidden}
#yandex-map{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.ymaps-balloon{font-family: inherit; border-radius: 6px; padding: 24px}
.ymaps-balloon__header{font-weight: bold; font-size: 16px; margin-bottom: 10px; color: #1B2338;}
.ymaps-balloon__address, .ymaps-balloon__manager{margin-bottom: 5px}
.ymaps-balloon__manager{font-weight: 300;font-size: 15px;line-height: 19px;color: #616B8A;}
.ymaps-balloon__phones{margin-top: 24px; display: flex; align-items: center; gap: 16px;}
.ymaps-balloon__phones a{display: flex; gap: 4px; align-items: center; color: #006CB5; text-decoration: none; white-space: nowrap; font-weight: 500;font-size: 18px;line-height: 1.2;color: #1B2338;}
.ymaps-balloon__phones a svg{width: 18px; height: auto}
.ymaps-2-1-79-balloon, .ymaps-2-1-79-balloon__content{padding: 0 !important; box-shadow: none !important}
.ymaps-2-1-79-balloon__layout{border-radius: 6px}
.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content{margin: 0 !important}
.ymaps-balloon__address{font-weight: 500;font-size: 16px;line-height: 1.2;color: #1B2338}
@media(max-width:767px){
	.wrapper__map{height: 400px}
    #yandex-map{position: relative}
}
@media(max-width:575px){
	.ymaps-balloon{padding: 16px}
    .ymaps-balloon__phones{flex-direction: column;align-items: flex-start;gap: 8px;}
	.ymaps-balloon__phones a{font-size: 16px;}
}