.heading {
  text-align: left;
}

.contactsAndInfo {
  padding-bottom: 48px;
  font-size: 20px;
  line-height: 1.4;
}

.contactsAndInfo-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.device_type_phone .contactsAndInfo-line {
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10px;
}

.contactsAndInfo-subHeading {
  font-weight: normal;
  padding-bottom: 48px;
}

.device_type_phone .contactsAndInfo-subHeading {
  padding-left: 10px;
}

.contactsAndInfo-heading {
  margin-bottom: 12px;
}

.contactsAndInfo-text {
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 48px;
}

.contactsAndInfo-text_type_verticalDischarge {
  line-height: 1.5;
}

.contactsAndInfo-text:first-child {
  margin-bottom: 0;
}

.contactsAndInfo-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.contactsAndInfo-column_type_left {
  width: 420px;
}

.contactsAndInfo-column_type_right {
  width: 500px;
}

.device_type_phone .contactsAndInfo-column_type_right {
  width: auto;
}

.ymap {
  position: relative;
  height: 300px;
  width: 100%;
  padding-bottom: 100px;
}

.device_type_phone.page_mobile_true .ymap {
  right: 0;
  height: 400px;
}

.ymap-marker {
  display: none;
  background-repeat: no-repeat;
  background-image: url("//static21.knopka.com/_resources/a51edc7eadb58986b11aa21c76366e96.png");
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx), (min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3) {
  .ymap-marker {
    background-image: url("//static21.knopka.com/_resources/c1e0f05be7cc2925c8d1cd9cd8ec6508.png");
    background-size: 48px 48px;
  }
}