.contacts_page {
  margin-bottom: 160px;
}
.contacts_page .breadcrumbs {
  margin-bottom: 50px;
}
.contacts_page .main_description {
  margin-top: 35px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 65px;
  -moz-column-gap: 65px;
  column-gap: 65px;
  position: relative;
}
.contacts_page .main_description::before {
  content: "";
  position: absolute;
  top: -42px;
  z-index: -1;
  left: -20%;
  width: 360px;
  height: 360px;
  background: url("images/decor_elem.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contacts_page .contacts_container {
  margin-top: 76px;
  position: relative;
}
.contacts_page .contacts_container .contacts_info {
  display: none;
}
.contacts_page .map_section {
  margin-top: 25px;
}
.contacts_page .contacts_list {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
  background: #ffffff;
  position: relative;
}
.contacts_page .contacts_list:after {
  content: "";
  position: absolute;
  bottom: -20%;
  z-index: 1;
  right: -15%;
  width: 360px;
  height: 360px;
  background: url("images/decor_elem.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contacts_page .contacts_list:after {
  z-index: -1;
}
.contacts_page .list_inner {
  max-width: 890px;
  margin: 0 auto;
}
.contacts_page .map_block {
  margin-top: 25px;
}
.contacts_page .map_block #map {
  height: 515px;
  max-height: 75vh;
}
.contacts_page .inline_block {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 30px -15px 0;
  border: none;
}
.contacts_page .inline_block:before, .contacts_page .inline_block:after {
  display: none;
}
.contacts_page .inline_block > div {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.contacts_page .inline_block > div span, .contacts_page .inline_block > div a {
  display: block;
  font-size: 120%;
  line-height: 17px;
  max-width: 120px;
  color: inherit;
}
.contacts_page .inline_block > div a {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contacts_page [class*=-balloon__tail] {
  display: none;
}
.contacts_page [class*=-balloon__close] {
  display: none;
}
.contacts_page [class*=-balloon__content] {
  padding: 0;
  margin: 0 !important;
}
.contacts_page [class*=-balloon__content] ymaps {
  height: 100% !important;
}
.contacts_page [class*=-balloon] {
  box-shadow: none;
  border: none;
  overflow: visible;
  background: transparent;
}
.contacts_page .iw_content {
  display: flex;
  align-items: flex-start;
  min-height: 27px;
  background: #ffffff;
  border-radius: 15px;
}
.contacts_page .iw_content .iw_branch_name {
  padding: 3px 13px;
  align-self: center;
}
.contacts_page .iw_content:before {
  content: "";
  display: block;
  width: 27px;
  min-width: 27px;
  height: 27px;
  background: url("images/marker.png");
  background-size: 100%;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .contacts_page {
    margin-bottom: 40px;
  }
  .contacts_page .main_image {
    margin-bottom: 30px;
  }
  .contacts_page .main_description {
    margin-top: 35px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .contacts_page .inline_block {
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .contacts_page .select_block {
    order: 2;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .contacts_page .contacts_list {
    padding: 30px 20px;
  }
  .contacts_page .contacts_container.inline_block {
    padding: 0 !important;
  }
}
@media (max-width: 575px) {
  .contacts_page .main_description {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .contacts_page .contacts_list {
    padding: 20px;
  }
  .contacts_page .inline_block {
    margin-top: 0;
  }
  .contacts_page .inline_block > div {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}

.web .inline_block a:hover {
  color: #FECD12;
}

.web .inline_block 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 */
