@font-face {
    font-family: 'icons';
    src:
        url('../fonts/icons.ttf') format('truetype'),
        url('../fonts/icons.woff') format('woff'),
        url('../fonts/icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}


.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas, .fab {
    font-family: "icons";
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.icon-author:before {
  content: "\e900";
}

.icon-subscribe-input:before {
  content: "\e901";
  color: #fff;
}
.icon-subscribe-button .path1:before {
  content: "\e902";
  color: rgb(45, 112, 166);
}
.icon-subscribe-button .path2:before {
  content: "\e903";
  margin-left: -1.3330078125em;
  color: rgb(118, 163, 198);
}

.fa-times:before {
  content: "\f00d";
}

.fa-search:before {
  content: "\f002";
}
.fa-user:before {
  content: "\f007";
}
.fa-camera:before {
  content: "\f030";
}
.fa-play:before {
  content: "\f04b";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-youtube:before {
  content: "\f16a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-vk:before {
  content: "\f189";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-pause-circle:before {
  content: "\f28c";
}

.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}