@font-face {
    font-family: 'Museo Sans Cyrl';
    src: local('MuseoSansCyrl-500'),
        url('../fonts/MuseoSansCyrl-500.eot') format('eot'),
        url('../fonts/MuseoSansCyrl-500.woff') format('woff'),
        url('../fonts/MuseoSansCyrl-500.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: local('MuseoSansCyrl-300'),
        url('../fonts/MuseoSansCyrl-300.eot') format('eot'),
        url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
        url('../fonts/MuseoSansCyrl-300.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: local('MuseoSansCyrl-700'),
        url('../fonts/MuseoSansCyrl-700.eot') format('eot'),
        url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
        url('../fonts/MuseoSansCyrl-700.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?gbh19t');
  src:  url('../fonts/icomoon.eot?gbh19t#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?gbh19t') format('truetype'),
    url('../fonts/icomoon.woff?gbh19t') format('woff'),
    url('../fonts/icomoon.svg?gbh19t#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-pinterest:before {
  content: "\e901";
  color: #fff;
}
.icon-instagram1:before {
  content: "\e902";
  color: #fff;
}
.icon-Vector:before {
  content: "\e903";
  color: #fff;
}
.icon-circle-up:before {
  content: "\ea41";
}