.ft-contacts {
  display: flex;
  flex-direction: column;
}

.ft-contacts__col {
  flex: 1;
}

.ft-contacts__phones {
  margin-bottom: 10px;
  padding-left: 25px;
}

.ft-contacts__phones:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
}

.ft-contacts__phones li {
  margin-left: 0;
}

.ft-contacts__phones li:before {
  display: none;
}

.ft-contacts__phones a {
  margin-right: 11px;
  border: none;
  font-weight: 700;
}

.ft-contacts__email {
  font-weight: 600;
  padding-left: 28px;
  margin-bottom: 18px;
}

.ft-contacts__email:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
}

.ft-contacts__address {
  font-weight: 600;
  padding-left: 28px;
  margin-bottom: 10px;
}
.ft-contacts__address p {
    margin-bottom:0px;
}

.ft-contacts__address:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
}

.ft-contacts__full-contacts {
  font-weight: 600;
  padding-left: 28px;
}

@media only screen and (min-width: 640px) {
  .ft-contacts__col_2 {
    padding-left: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .ft-contacts__phones a {
    display: block;
  }
}

@media only screen and (max-width: 639px) {
  .ft-contacts__col_2 {
    flex-direction: column;
  }
}
/*# sourceMappingURL=maps/ft-contacts_2.css.map */
