.map {
  position: relative;
}
.map__item {
  height: 470px;
  width: 100%;
}
.map__box {
  position: relative;
}
.map__container {
  position: absolute;
  right: 0;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 470px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  transform: translateY(-100%);
  padding: 20px 25px;
  box-sizing: border-box;
}
.map__info {
  box-sizing: border-box;
  width: 280px;
  background-color: #fff;
  padding: 20px 22px 20px;
  border-bottom: 2px solid #d1d7e1;
  position: relative;
  z-index: 100;
}
.map__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.map__pic {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 19px;
}
.map__img {
  max-width: 100%;
}
.map__title {
  margin-top: -2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  -ms-flex: 1;
  flex: 1;
}
.map__row {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
.map__row:last-child {
  margin-bottom: 0;
}
.map__row a {
  text-decoration: none;
  color: #40558a;
}
.map__row a:hover {
  border-bottom-color: #adaeb1;
}
.map__link {
  text-decoration: none;
  color: #40558a;
}
.map__link:hover {
  border-bottom-color: #adaeb1;
}
@media screen and (max-width: 768px) {
  .map__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 720px) {
  .map_main .map__item {
    height: 660px;
  }
  .map_main .map__container {
    height: auto;
    -ms-flex-pack: center;
        justify-content: center;
    left: 50%;
    right: auto;
    margin-left: -160px;
  }
  .map_contact .map__item {
    height: 350px;
  }
  .map_contact .map__container {
    position: relative;
    transform: none;
    height: auto;
    -ms-flex-pack: center;
        justify-content: center;
    left: 0;
    padding-top: 39px;
    padding-bottom: 0;
  }
  .map_contact .map__info {
    background-color: #f5f6f9;
  }
}