.contacts_inner .branches_list {
  padding: 0;
  margin: 0 -15px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

#map [class*=-balloon__close-button]:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contacts_popup .popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
}
.contacts_popup .popup_container {
  background: #F8F8F8;
  width: 100%;
  max-width: 1034px;
  padding: 64px 105px;
  position: relative;
  border-radius: 24px;
}
.contacts_popup .popup_close {
  position: absolute;
  top: 32px;
  right: 32px;
  border: none !important;
  background: transparent !important;
  padding: 0;
  font-size: 160%;
  color: #dadada;
}
.contacts_popup .popup_close:before {
  display: block;
}
@media screen and (max-width: 991px) {
  .contacts_popup .popup_container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contacts_popup .popup_close {
    right: 24px;
  }
}
@media screen and (max-width: 575px) {
  .contacts_popup .popup_inner {
    padding: 0;
  }
  .contacts_popup .popup_container {
    border-radius: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .contacts_popup .page-title {
    padding-right: 40px;
  }
  .contacts_popup .popup_close {
    margin-top: 4px;
  }
}

.contact_form {
  padding-top: 65px;
}
.contact_form .form_fields {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.contact_form .field_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
  margin-bottom: 40px;
}
.contact_form .field_block.full_field {
  flex: 0 0 100%;
  max-width: 100%;
}
.contact_form .field_block input,
.contact_form .field_block textarea {
  border: none;
  background: #ffffff;
  border-radius: 16px;
  font-size: 120%;
  line-height: 16px;
  padding: 12px 20px;
  color: inherit;
  font-family: inherit;
  height: auto;
}
.contact_form .field_block textarea {
  height: 104px;
}
.contact_form .field_label {
  font-size: 120%;
  line-height: 18px;
  padding-bottom: 2px;
  font-family: "mardoto-medium", "roboto-medium";
}
.contact_form .btn_block button {
  margin-left: auto;
}
.contact_form .error_hint {
  position: absolute;
  font-size: 120%;
  line-height: 15px;
  right: 8px;
  left: 8px;
  color: #b94a48;
  margin-top: 5px;
  text-align: right;
}
@media screen and (max-width: 575px) {
  .contact_form .field_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .contact_form .btn_block button {
    width: 100%;
  }
}

.web .contact_form textarea {
  scrollbar-color: #F8A4AC #E8E8E8;
  scrollbar-width: thin;
}
.web .contact_form textarea::-webkit-scrollbar {
  width: auto;
  height: 6px;
  border-radius: 0;
  background: #E8E8E8;
}
.web .contact_form textarea::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #F8A4AC;
}

.columns .column.main {
  display: flex;
  padding-bottom: 120px;
}

.contacts_inner {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 20px;
}
.contacts_inner .popup_btn {
  margin-top: 14px;
  padding: 0;
  border: none;
  background: transparent;
  font-family: "mardoto-medium", "roboto-medium";
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 18px;
}
.contacts_inner .popup_btn:before {
  display: block;
  color: #F8A4AC;
  font-size: 114.3%;
  margin-right: 8px;
}
.contacts_inner .branches_list li {
  flex: 0 0 50%;
  max-width: 260px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 48px;
  margin-right: auto;
}

.map_block {
  flex: 0 0 50vw;
  max-width: 50vw;
  margin-top: -65px;
  position: relative;
  overflow: hidden;
}

#map {
  height: 620px;
}
#map .iw_content {
  font-size: 1.4rem;
  line-height: 18px;
}
#map .branch_address {
  font-family: "mardoto-medium", "roboto-medium";
}
#map .phone_link {
  color: inherit;
}
#map [class*=-balloon__close-button] {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#map [class*=-balloon__close-button]:before {
  display: block;
  content: "\e908";
  font-size: 1rem;
  color: #979797;
}
#map [class*=-balloon_layout_normal]:before {
  position: absolute;
  left: 60px;
  width: 32px;
  height: 42px;
  content: "";
  background: url("images/marker.svg") no-repeat;
  background-size: 100%;
  top: 100%;
  left: 41px;
  margin-top: -10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .contacts_inner {
    padding-top: 32px;
  }

  .map_block {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .column.main {
    position: relative;
  }

  .contacts_inner {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 24px;
  }
  .contacts_inner .branches_list {
    padding-top: 20px;
  }
  .contacts_inner .branches_list li {
    max-width: 50%;
  }
  .contacts_inner .branches_list li .branch_block {
    max-width: 230px;
    margin: 0 auto;
  }
  .contacts_inner .popup_btn {
    margin-bottom: 68.75vw;
  }

  .map_block {
    position: absolute;
    top: 110px;
    left: -20px;
    right: -20px;
    flex: none;
    max-width: none;
    height: 68.75vw;
    min-height: 220px;
    margin-top: 0;
  }

  #map {
    height: 100%;
  }
}
@media screen and (max-width: 479px) {
  .contacts_inner .branches_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.web .contacts_inner .popup_btn, .contacts_inner .web .popup_btn, .web .contacts_popup .popup_close, .contacts_popup .web .popup_close, .web #map .phone_link, #map .web .phone_link, .web #map [class*=-balloon__close-button]:before, #map .web [class*=-balloon__close-button]:before {
  -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_inner .popup_btn, .contacts_inner .touch .popup_btn, .touch .contacts_popup .popup_close, .contacts_popup .touch .popup_close, .touch #map .phone_link, #map .touch .phone_link, .touch #map [class*=-balloon__close-button]:before, #map .touch [class*=-balloon__close-button]:before {
  -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_popup .popup_close:hover, .contacts_popup .web .popup_close:hover, .web #map .phone_link:hover, #map .web .phone_link:hover, .web #map [class*=-balloon__close-button]:hover:before, #map .web [class*=-balloon__close-button]:hover:before {
  color: #AA0000;
}
.web .contacts_inner .popup_btn:hover, .contacts_inner .web .popup_btn:hover {
  color: #F8A4AC;
}
.touch .contacts_popup .popup_close:active, .contacts_popup .touch .popup_close:active, .touch #map .phone_link:active, #map .touch .phone_link:active, .touch #map [class*=-balloon__close-button]:active:before, #map .touch [class*=-balloon__close-button]:active:before {
  color: #AA0000;
}
.touch .contacts_inner .popup_btn:active, .contacts_inner .touch .popup_btn:active {
  color: #F8A4AC;
}

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