/* Подключение шрифта с иконками */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
       url('../fonts/icomoon.ttf?') format('truetype'),
       url('../fonts/icomoon.woff?') format('woff'),
       url('../fonts/icomoon.svg?#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Базовые стили для иконок */
.icon-mail:before,
.icon-phone:before,
.icon-location:before,
.icon-location2:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail::before {
  content: "\e900";
  font-size: 32px;
  vertical-align: middle;
  display: inline-block;
  
}


.icon-phone:before {
  content: "\e942";
  font-size: 22px;
}
.icon-location:before {
  content: "\e947";
}
.icon-location2:before {
  content: "\e948";
}

