.contacts_page .contacts_list {
  font-size: 140%;
  line-height: 20px;
}

@media screen and (min-width: 1200px) {
  .contacts_page .contact_title {
    font-size: 240%;
    line-height: 36px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .contacts_page .contact_title {
    font-size: 200%;
    line-height: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts_page .contact_title {
    font-size: 180%;
    line-height: 25px;
  }
}

.contacts_page .content {
  padding-bottom: 130px;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .contacts_page .content {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contacts_page .content {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .contacts_page .content {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 639px) {
  .contacts_page .content {
    padding-bottom: 40px;
  }
}
.contacts_page .contact_section {
  background: #001a25;
  max-width: 1180px;
}
.contacts_page .contacts_inner {
  padding: 50px 34px 80px 82px;
}
.contacts_page .page_title {
  margin: 0;
  padding-bottom: 40px;
}
.contacts_page .contacts_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 58px;
}
.contacts_page .contacts_list > * {
  padding-bottom: 13px;
}
.contacts_page .contact_block {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.contacts_page .contact_block:before {
  padding-right: 20px;
  font-size: 2rem;
}
.contacts_page .contact_title {
  margin-bottom: 10px;
}
.contacts_page #map {
  width: 100%;
  height: 486px;
  max-height: 75vh;
}
.contacts_page #map .ymaps-2-1-79-balloon__content {
  padding: 18px 18px 8px;
  color: #001a25;
}
.contacts_page #map .ymaps-2-1-79-balloon__close-button {
  height: 50px;
  padding-left: 10px;
}
.contacts_page #map .iw_contact {
  color: #001a25;
  font-size: 120%;
  line-height: 16px;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .contacts_page .contacts_inner {
    padding: 50px 50px 70px;
  }
  .contacts_page .contacts_list {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contacts_page #map {
    height: 400px;
  }
  .contacts_page .contacts_inner {
    padding: 40px 40px 60px;
  }
  .contacts_page .contacts_list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contacts_page #map {
    height: 300px;
  }
  .contacts_page .contacts_inner {
    padding: 20px 20px 40px;
  }
  .contacts_page .contacts_list {
    padding-bottom: 30px;
  }
}
.contacts_page .page_title {
  padding-bottom: 20px;
}

[class*=balloon_layout_normal] {
  border-radius: 15px;
}

[class*=balloon_layout_panel] {
  border-radius: 0 0 15px 15px;
}

[class*=balloon__layout] {
  border-radius: inherit;
}

.bg_image img {
  max-height: 812px;
  object-fit: cover;
  object-position: top center;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.bg_image:after {
  background: linear-gradient(180deg, #000405 2.28%, #031B1E 21.4%, #05475B 46.53%, #010F1B 90.86%);
}

.marker_name {
  color: black;
  background: #ffffff;
  white-space: nowrap;
  border-radius: 5px;
  padding: 5px;
}

.web .contacts_page .contacts_list a, .contacts_page .contacts_list .web 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;
}

.touch .contacts_page .contacts_list a, .contacts_page .contacts_list .touch 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;
}

.web .contacts_page .contacts_list a:hover, .contacts_page .contacts_list .web a:hover {
  color: #00c4df;
}
.touch .contacts_page .contacts_list a:active, .contacts_page .contacts_list .touch a:active {
  color: #00c4df;
}

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