@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ouglq5');
  src:  url('../fonts/icomoon.eot?ouglq5#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ouglq5') format('truetype'),
    url('../fonts/icomoon.woff?ouglq5') format('woff'),
    url('../fonts/icomoon.svg?ouglq5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-vodafone, .icon-kyivstar,
.icon-lifecell, .icon-phone {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 6px;
}

.icon-vodafone:before {
  content: "\e900";
  color: #EE3023;
}
.icon-kyivstar:before {
  content: "\e901";
  color: #198BFE;
}
.icon-lifecell:before {
  content: "\e902";
  color: #FFC40C;
}
.icon-phone:before {
  content: "\e903";
  color: #C5B177;
}
.icon-instagram:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}
.icon-telegram:before {
  content: "\e906";
}
.icon-x:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-pinterest:before {
  content: "\e909";
}
.icon-linkedin:before {
  content: "\e90a";
}
.icon-customer, .icon-phone {
  font-size: 16px;
}
.icon-customer {
  margin-top: 12px;
}

.icon-phone {
  margin-top: 4px;
}

.icon-customer:before {
  content: "\e916";
  color: #968C81;
}
.icon-phone:before {
  content: "\e917";
  color: #968C81;
}