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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-graph:before {
  content: "\e90b";
}
.icon-play:before {
  content: "\e90a";
}
.icon-vk:before {
  content: "\e902";
}
.icon-telegram:before {
  height: 54px;
  content: "";
  background:url("/upload/main/ico-telegram-desktop.svg") no-repeat center;
}
@media screen and (max-width: 1207px) {
  .icon-telegram:before {
    height: 42px;
    background:url("/upload/main/ico-telegram-tablet.svg") no-repeat center;
  }
}
@media screen and (max-width: 767px) {
  .icon-telegram:before {
    background:url("/upload/main/ico-telegram-mobile.svg") no-repeat center;
  }
}
.icon-telegram:hover:before {
  content: "";
  background:url("/upload/main/ico-telegram-black.svg") no-repeat center;
}
@media screen and (max-width: 1207px) {
  .icon-telegram:hover:before {
    background:url("/upload/main/ico-telegram-tablet-dark.svg") no-repeat center;
  }
}
@media screen and (max-width: 767px) {
  .icon-telegram:hover:before {
    background:url("/upload/main/ico-telegram-mobile-dark.svg") no-repeat center;
  }
}
/* For news */
.icon-telegram2:before {
  height: 54px;
  content: "";
  background:url("/upload/main/ico-telegram-black.svg") no-repeat center;
}
@media screen and (max-width: 1207px) {
  .icon-telegram2:before {
    height: 42px;
    background:url("/upload/main/ico-telegram-tablet-dark.svg") no-repeat center;
  }
}
@media screen and (max-width: 767px) {
  .icon-telegram2:before {
    background:url("/upload/main/ico-telegram-mobile-dark.svg") no-repeat center;
  }
}
.icon-telegram2:hover:before {
  content: "";
  background:url("/upload/main/ico-telegram-desktop.svg") no-repeat center;
}
@media screen and (max-width: 1207px) {
  .icon-telegram2:hover:before {
    background:url("/upload/main/ico-telegram-tablet.svg") no-repeat center;
  }
}
@media screen and (max-width: 767px) {
  .icon-telegram2:hover:before {
    background:url("/upload/main/ico-telegram-mobile.svg") no-repeat center;
  }
}
/* Dark skin */
.dark-skin-active .icon-telegram2:before {
  height: 54px;
  content: "";
  background:url("/upload/main/ico-telegram-desktop.svg") no-repeat center;
}
@media screen and (max-width: 1207px) {
  .dark-skin-active .icon-telegram2:before {
    background:url("/upload/main/ico-telegram-tablet.svg") no-repeat center;
  }
}
@media screen and (max-width: 767px) {
  .dark-skin-active .icon-telegram2:before {
    height: 46px;
    background:url("/upload/main/ico-telegram-mobile.svg") no-repeat center;
  }
}
.dark-skin-active .icon-telegram2:hover:before {
  content: "";
  background:url("/upload/main/ico-telegram-black.svg") no-repeat center;
}
@media screen and (max-width: 1207px) {
  .dark-skin-active .icon-telegram2:hover:before {
    background:url("/upload/main/ico-telegram-tablet-dark.svg") no-repeat center;
  }
}
@media screen and (max-width: 767px) {
  .dark-skin-active .icon-telegram2:hover:before {
    background:url("/upload/main/ico-telegram-mobile-dark.svg") no-repeat center;
  }
}
/* Header */
.icon-telegram3:before {
  height: 38px;
  content: "";
  background:url("/upload/main/ico-telegram-tablet-dark.svg") no-repeat center;
}
@media screen and (max-width: 1207px) {
  .icon-telegram3:before {
    height: 38px;
    background:url("/upload/main/ico-telegram-tablet-dark.svg") no-repeat center;
  }
}
@media screen and (max-width: 767px) {
  .icon-telegram3:before {
    background:url("/upload/main/ico-telegram-mobile-dark.svg") no-repeat center;
  }
}
.icon-telegram3:hover:before {
  content: "";
  background:url("/upload/main/ico-telegram-tablet.svg") no-repeat center;
}
@media screen and (max-width: 1207px) {
  .icon-telegram3:hover:before {
    background:url("/upload/main/ico-telegram-tablet.svg") no-repeat center;
  }
}
@media screen and (max-width: 767px) {
  .icon-telegram3:hover:before {
    background:url("/upload/main/ico-telegram-mobile.svg") no-repeat center;
  }
}
.dark-skin-active .icon-telegram3:before {
  height: 38px;
  content: "";
  background:url("/upload/main/ico-telegram-tablet.svg") no-repeat center;
}
@media screen and (max-width: 1207px) {
  .dark-skin-active .icon-telegram3:before {
    height: 38px;
    background:url("/upload/main/ico-telegram-tablet.svg") no-repeat center;
  }
}
@media screen and (max-width: 767px) {
  .dark-skin-active .icon-telegram3:before {
    background:url("/upload/main/ico-telegram-mobile.svg") no-repeat center;
  }
}
.dark-skin-active .icon-telegram3:hover:before {
  content: "";
  background:url("/upload/main/ico-telegram-black.svg") no-repeat center;
}
@media screen and (max-width: 1207px) {
  .dark-skin-active .icon-telegram3:hover:before {
    background:url("/upload/main/ico-telegram-tablet-dark.svg") no-repeat center;
  }
}
@media screen and (max-width: 767px) {
  .dark-skin-active .icon-telegram3:hover:before {
    background:url("/upload/main/ico-telegram-mobile-dark.svg") no-repeat center;
  }
}

.icon-facebook:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-social:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-youtube:before {
  content: "\e907";
}
.icon-print:before {
  content: "\e900";
  color: #9ba9ad;
}
.icon-download:before {
  content: "\e901";
  color: #9ba9ad;
}
.icon-calc:before {
  content: "\e90c";
}
