.no_display {
	display: none; 
}
.click_to_center_spb{
	cursor:pointer
}
.contacts_section .inner {
	max-width: 750px;
}
a.noactive {
    text-decoration: underline;
    color: #dc0030;
    cursor:pointer;
}
.contacts_section #mapSpb {
  width: 50%; 
}
#mapSpb .ymaps-2-1-75-balloon {
  max-width: 312px;
  width: 312px;
  border: 6px solid #a7010f;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -94px;
  margin-top: -29px; 
}
#mapSpb .ymaps-2-1-75-balloon .ymaps-2-1-75-balloon__layout {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none; 
}
#mapSpb .ymaps-2-1-75-balloon .ymaps-2-1-75-balloon__tail {
  left: 37%;
  width: 50px;
  height: 50px;
  margin-bottom: -51px;
  background: #a7010f; 
}
#mapSpb .ymaps-2-1-75-balloon .ymaps-2-1-75-balloon__tail:before, 
#mapSpb .ymaps-2-1-75-balloon .ymaps-2-1-75-balloon__tail:after {
  display: none; 
}
#mapSpb .ymaps-2-1-75-balloon .ymaps-2-1-75-balloon__content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  background: #FFF;
  padding: 30px 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px; 
}
#mapSpb .ymaps-2-1-75-balloon .ymaps-2-1-75-balloon__content ymaps {
  width: 100% !important; 
}
#mapSpb .ymaps-2-1-75-balloon .ymaps-2-1-75-balloon__content .fancybox {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 18px;
  border-bottom: 1px dashed #d40b0c;
  color: #D40B0C;
  line-height: 22px;
  margin-top: 5px; 
}
#mapSpb .ymaps-2-1-75-balloon .ymaps-2-1-75-balloon-content__header {
  font-weight: normal;
  color: #3F3F3F;
  font-size: 18px; 
}
#mapSpb .ymaps-2-1-75-balloon .ymaps-2-1-75-balloon__close {
  float: none;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; 
}
#mapSpb .ymaps-2-1-75-balloon .ymaps-2-1-75-balloon__close-button {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  height: 30px; 
}

@media (min-width: 992px) and (max-width: 1360px) {
	.page_wrapper .section_title {
		font-size: 38px;
}
}

@media screen and (max-width: 991px) {
  .contacts_section #mapSpb {
    width: 100%;
    max-width: 100%;
    height: 500px; 
  }
  .no_display {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .contacts_section #mapSpb {
    height: 500px; 
  }

  #mapSpb .ymaps-2-1-75-islets_balloon_layout_panel {
    margin-left: 0px; 
  }
}