.content {
  padding-top: 0;
}

.custom_container > .row {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.map_block {
  position: relative;
  overflow: hidden;
  padding-right: 0;
}
.map_block .contacts_list {
  position: absolute;
  bottom: 0;
  left: 10px;
  bottom: 0;
  background: #000000;
  color: #ffffff;
  z-index: 5;
  text-align: center;
  padding: 65px 20px;
  width: 356px;
}
.map_block .list_title {
  font-size: 260%;
  line-height: 1.23em;
  margin: 0;
  font-family: "bold";
}
.map_block .list_inner {
  margin-top: 20px;
  font-size: 180%;
  line-height: 1.28em;
}
.map_block .list_inner a {
  color: inherit;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#map-canvas {
  margin-right: -356px;
  height: 100%;
}

.contact_info {
  padding-top: 100px;
  padding-bottom: 40px;
  padding-left: 0;
}

.contact_form {
  max-width: 480px;
  padding-top: 35px;
}

.page_title {
  max-width: 460px;
}

.about_contacts {
  padding-top: 40px;
  font-size: 180%;
  line-height: 25px;
}
.about_contacts .block_title {
  font-family: "bold";
}
.about_contacts .block_description {
  margin-top: 10px;
}
.about_contacts .notif_block {
  font-family: "bold";
  margin-top: 10px;
}

@media (max-width: 1599px) {
  .map_block .contacts_list {
    width: 320px;
    padding: 50px 20px;
  }
  .map_block .list_title {
    font-size: 240%;
  }
  .map_block .list_inner {
    font-size: 160%;
  }

  .about_contacts {
    font-size: 160%;
    line-height: 23px;
  }
}
@media (max-width: 1399px) {
  .map_block .list_title {
    font-size: 220%;
  }
}
@media (max-width: 1199px) {
  .contact_info {
    padding-top: 60px;
    padding-left: 20px;
  }

  .about_contacts {
    font-size: 140%;
    line-height: 20px;
    padding-top: 30px;
  }

  .map_block #map-canvas {
    margin-right: -320px;
  }
  .map_block .contacts_list {
    width: 280px;
    padding: 30px 20px;
  }
  .map_block .list_title {
    font-size: 220%;
  }
  .map_block .list_inner {
    font-size: 140%;
  }
}
@media (max-width: 991px) {
  .map_block #map-canvas {
    margin-right: 0;
  }
  .map_block .list_title {
    font-size: 200%;
  }

  .contact_info {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact_info {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }

  .map_block {
    padding-right: 10px;
  }
  .map_block .contacts_list {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
  }
  .map_block #map-canvas {
    height: 320px;
  }
}
.web .map_block .list_inner a:hover {
  color: #999999;
  text-decoration: underline;
}

.touch .map_block .list_inner a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .map_block .list_inner a:hover {
  color: #999999;
  text-decoration: underline;
}

.web .map_block .list_inner a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/*# sourceMappingURL=contacts.css.map */
