@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-regular-400.woff2')
    format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2')
    format('woff2');
}

.far {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

/* Используемые иконки */
.fa-location-dot:before {
  content: '\f3c5';
}

.fa-envelopes:before {
  content: '\e170';
}

.fa-phone-volume:before {
  content: '\f2a0';
}

.fa-phone:before {
  content: '\f095';
}

.fa-bars:before {
  content: '\f0c9';
}

.fa-calendar:before {
  content: '\f133';
}

.fa-user:before {
  content: '\f007';
}

.fa-comments:before {
  content: '\f086';
}

.fa-info-circle:before {
  content: '\f05a';
}

.fa-arrow-left:before {
  content: '\f060';
}
