.detail.vacancy {
  margin: 0px 0px 40px;
}

.vacancy-detail1 .add_resume {
  margin: 0 0 39px;
  position: relative;
}

.vacancy-detail1 .add_resume:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #ececec;
  background: var(--stroke_black);
}

.vacancy-detail1 .add_resume .button_wrap {
  position: relative;
  padding: 0 33px 0 0;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  background: var(--black_bg_black);
  z-index: 1;
}

.detail.vacancy-detail1 .top_content {
  margin: 0 0 42px;
}

.detail.vacancy-detail1 .text {
  margin: 0 0 42px;
}

.detail.vacancy-detail1 .properties {
  margin: 0;
  padding: 28px 44px 25px;
  background: #fafafa;
  background: var(--light_bg_black);
}

.detail.vacancy-detail1 .properties .property {
  margin: 8px 0;
}

.detail.vacancy-detail1 .properties .property .title-prop {
  margin: 0 0 5px;
}

.detail.vacancy-detail1 .properties .property .value {
  font-size: 1.0667em;
}

.detail.vacancy-detail1 .properties {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.detail.vacancy-detail1 .top_content .image {
  margin-bottom: -1px;
}

.detail.vacancy-detail1 .top_content .image img {
  border-radius: 3px 3px 0 0;
}

/*29.08.25*/

#contact_map_block {
  margin-bottom: 35px;
}

#contact_map_block .property+.property {
  margin-top: 20px;
}

#contact_map_block .row.stretch {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#contact_map_block .row.stretch>*>* {
  height: 100%;
}

@media screen and (min-width: 768px) {
  #contact_map_block .row.stretch .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  #contact_map_block .row.stretch .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1260px) {
  #contact_map_block .row.stretch .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #contact_map_block .row.stretch .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  #contact_map_block .row.stretch .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media screen and (min-width:1024px) {
  #contact_map_block .map-section {
    position: relative;
  }

  #contact_map_block .map-section .bx-yandex-map,
  #contact_map_block .map-section .bx-yandex-map>* {
    position: absolute;
    height: 100% !important;
  }

  #contact_map_block .top_content {
    margin-bottom: 0;
  }
}