/*!
 * Font Awesome Free 6.0.0-beta3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2021 Fonticons, Inc.
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-brands-400.woff2") format("woff2");
}

.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa,
.fas,
.fa-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* Основные иконки, используемые на сайте */
.fa-shopping-basket:before { content: "\f291"; }
.fa-search:before { content: "\f002"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-clock:before { content: "\f017"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-question-circle:before { content: "\f059"; }
.fa-check-circle:before { content: "\f058"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-leaf:before { content: "\f06c"; }
.fa-users:before { content: "\f0c0"; }
.fa-shipping-fast:before { content: "\f48b"; }
.fa-map-location-dot:before { content: "\f5a0"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-trash-alt:before { content: "\f2ed"; }
.fa-trash:before { content: "\f1f8"; }
.fa-exclamation-triangle:before { content: "\f071"; }

/* WhatsApp иконка */
.fa-whatsapp:before { content: "\f232"; }
