/*@font-face {*/
/*  font-family: 'fontello';*/
/*  src: url('../font/fontello.eot?831395490');*/
/*  src: url('../font/fontello.eot?831395490#iefix') format('embedded-opentype'),*/
/*       url('../font/fontello.woff2?831395490') format('woff2'),*/
/*       url('../font/fontello.woff?831395490') format('woff'),*/
/*       url('../font/fontello.ttf?831395490') format('truetype'),*/
/*       url('../font/fontello.svg?831395490#fontello') format('svg');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

@font-face {
  font-family: 'fontello';
  src: url('../fontello/fontello.eot?831395490');
  src: url('../fontello/fontello.eot?831395490#iefix') format('embedded-opentype'),
       url('../fontello/fontello.woff2?831395490') format('woff2'),
       url('../fontello/fontello.woff?831395490') format('woff'),
       url('../fontello/fontello.ttf?831395490') format('truetype'),
       url('../fontello/fontello.svg?831395490#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-vk:before { content: '\F189'; } /* '' */
.icon-facebook:before { content: '\F09A'; } /* '' */
.icon-odnoklassniki:before { content: '\F263'; } /* '' */
.icon-twitter:before { content: '\F099'; }
.icon-instagram:before { 
	content: '\27a4';
	transform: rotate(325deg); 
    }
.icon-vk:hover:before {
  color: #3f628a; 
  text-shadow: 0px 0px 5px #fff;
}
.icon-odnoklassniki:hover:before {
  color: #f2710f;
  text-shadow: 0px 0px 5px #fff;
}
.icon-facebook:hover:before {
  color: #233081;
  text-shadow: 0px 0px 5px #fff;
}
.icon-twitter:hover:before {
  color: #1da1f2;
  text-shadow: 0px 0px 5px #fff;
}
.icon-instagram:hover:before {
  color: #25a3e2;
  text-shadow: 0px 0px 5px #fff;
}