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

.icon_molodezh {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'molodezh_icon' !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-arrow:before {
  content: "\e908";
}
.icon-facebook:before {
  content: "\e900";
  color: #269297;
}
.icon-telegram:before {
  content: "\e901";
  color: #269297;
}
.icon-tiktok:before {
  content: "\e902";
  color: #269297;
}
.icon-youtube:before {
  content: "\e903";
  color: #269297;
}
.icon-ok:before {
  content: "\e904";
  color: #269297;
}
.icon-instagram:before {
  content: "\e905";
  color: #269297;
}
.icon-twitter:before {
  content: "\e906";
  color: #269297;
}
.icon-vk:before {
  content: "\e907";
  color: #269297;
}
