.contacts_section .contact_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts_section {
  position: relative;
}
.contacts_section #map {
  height: 800px;
}
.contacts_section .contact_block {
  pointer-events: none;
  background: url("../images/contact_bg.svg");
  background-position: right;
  background-repeat: no-repeat;
}
.contacts_section .contact_block .custom_container {
  position: relative;
  height: 100%;
}
.contacts_section .contact_inner {
  display: flex;
  align-items: center;
  color: #ffffff;
  position: absolute;
  bottom: 210px;
}
.contacts_section .contact_inner .title {
  font-family: '"bold"', "arm-bold";
  font-size: 300%;
  line-height: 41px;
}
.contacts_section .contact_list {
  margin-left: 150px;
  display: flex;
  align-items: center;
  font-size: 180%;
  line-height: 24px;
}
.contacts_section .contact_title {
  font-family: '"bold"', "arm-bold";
  margin-right: 15px;
}
.contacts_section .contact_description {
  margin-right: 65px;
}
.contacts_section .ymaps.ymaps-2-1-76-balloon__content {
  background: #000000 !important;
  color: #ffffff !important;
}
.contacts_section .ymaps-2-1-76-balloon.ymaps-2-1-76-balloon_layout_normal.ymaps-2-1-76-balloon_to_top.ymaps-2-1-76-i-custom-scroll {
  background: #000000;
}
.contacts_section .ymaps-2-1-76-balloon__layout {
  background: #000000;
}
.contacts_section .ymaps-2-1-76-balloon__tail {
  background: #000000;
}
.contacts_section .ymaps-2-1-76-balloon__tail::after {
  background: #000000;
}
.contacts_section .ymaps-2-1-76-balloon__content {
  background: #000000;
  color: #ffffff;
}
@media (max-width: 1559px) {
  .contacts_section #map {
    height: 700px;
  }
  .contacts_section .contact_inner {
    bottom: 165px;
  }
  .contacts_section .contact_list {
    margin-left: 90px;
  }
}
@media (max-width: 1439px) {
  .contacts_section #map {
    height: 600px;
  }
  .contacts_section .contact_inner {
    bottom: 116px;
  }
  .contacts_section .contact_inner .title {
    font-size: 240%;
    line-height: 35px;
  }
  .contacts_section .contact_list {
    margin-left: 60px;
    font-size: 160%;
    line-height: 21px;
  }
}
@media (max-width: 1199px) {
  .contacts_section #map {
    height: 500px;
  }
  .contacts_section .contact_inner {
    bottom: 67px;
  }
  .contacts_section .contact_inner .title {
    font-size: 180%;
    line-height: 30px;
  }
  .contacts_section .contact_list {
    margin-left: 40px;
    font-size: 140%;
    line-height: 19px;
  }
  .contacts_section .contact_description {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .contacts_section .contact_inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .contacts_section .contact_inner .title {
    opacity: 0;
  }
  .contacts_section .contact_list {
    flex-wrap: wrap;
    width: 410px;
    margin-left: 0;
  }
  .contacts_section .contact_list > div {
    padding: 5px 0;
  }
}
@media (max-width: 575px) {
  .contacts_section #map {
    height: 400px;
  }
  .contacts_section .contact_block {
    background: url("../images/contact_bg_2.svg");
    background-size: 575px;
    background-position: bottom;
  }
  .contacts_section .contact_inner {
    bottom: 20px;
  }
  .contacts_section .contact_inner .title {
    opacity: 1;
    font-size: 160%;
    line-height: 21px;
  }
  .contacts_section .contact_list {
    width: 300px;
    font-size: 120%;
    line-height: 17px;
  }
  .contacts_section .contact_list .nextrow {
    padding-right: 70px;
  }
  .contacts_section .contact_list > div {
    padding: 2px 0;
  }
}
@media (max-width: 413px) {
  .contacts_section .contact_block {
    background-size: cover;
  }
  .contacts_section .contact_block .contact_inner {
    background-color: #cd3333;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 8px;
    padding: 10px 20px;
  }
}

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