@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ss7fsv');
  src:  url('fonts/icomoon.eot?ss7fsv#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ss7fsv') format('truetype'),
    url('fonts/icomoon.woff?ss7fsv') format('woff'),
    url('fonts/icomoon.svg?ss7fsv#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-download:before {
  content: "\e910";
}
.icon-mail:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e907";
}
.icon-envelope:before {
  content: "\e908";
}
.icon-youtube:before {
  content: "\e909";
  color: #f00;
}
.icon-icq:before {
  content: "\e90a";
  color: #7ebd00;
}
.icon-skype:before {
  content: "\e90b";
  color: #00aff0;
}
.icon-vk:before {
  content: "\e901";
  color: #6383a8;
}
.icon-telegram:before {
  content: "\e902";
  color: #2ca5e0;
}
.icon-viber:before {
  content: "\e903";
  color: #665cac;
}
.icon-whatsapp:before {
  content: "\e904";
  color: #25d366;
}
.icon-instagram:before {
  content: "\e905";
  color: #e4405f;
}
.icon-odnoklassniki:before {
  content: "\e906";
  color: #f4731c;
}
.icon-box-add:before {
  content: "\e912";
}
.icon-cloud-download:before {
  content: "\e911";
}
.icon-cloud:before {
  content: "\e911";
}
.icon-save:before {
  content: "\e911";
}
.icon-download2:before {
  content: "\e911";
}
.icon-location:before {
  content: "\e90c";
}
.icon-location2:before {
  content: "\e90d";
}
.icon-phone2:before {
  content: "\e90e";
}
.icon-telephone:before {
  content: "\e90e";
}
.icon-contact:before {
  content: "\e90e";
}
.icon-support:before {
  content: "\e90e";
}
.icon-call:before {
  content: "\e90e";
}
.icon-facebook:before {
  content: "\e90f";
}

/*-----icons--changing---*/
    .social-icon:before
    {
        color: #2C3338  !important;
        font-size: 20px !important;
        background-color: white;
        padding: 5px;
        border-radius: 50%;
    }
    .social-icon:before
{
  color: white  !important;
}

	.icon-vk:before {
  content: "\e901";
  background-color: #6383a8;
}
.icon-telegram:before {
  content: "\e902";
  background-color: #2ca5e0;
}
.icon-viber:before {
  content: "\e903";
  background-color: #665cac;
}
.icon-whatsapp:before {
  content: "\e904";
  background-color: #25d366;
}
.icon-instagram:before {
  content: "\e905";
  background-color: #F1374D;
}
.icon-odnoklassniki:before {
  content: "\e906";
  background-color: #f4731c;
}
.icon-facebook:before {
  content: "\e90f";
  background-color: #3b5998;
}

/*-----icons--changing---*/
    .footer .social-icon:before
    {
        color: #2C3338  !important;
        font-size: 15px !important;
        background-color: white;
        padding: 5px;
        border-radius: 50%;
    }
    .footer .social-icon:hover:before
{
  color: white  !important;
}

	.icon-vk:hover:before {
  content: "\e901";
  background-color: #6383a8;
}
.icon-telegram:hover:before {
  content: "\e902";
  background-color: #2ca5e0;
}
.icon-viber:hover:before {
  content: "\e903";
  background-color: #665cac;
}
.icon-whatsapp:hover:before {
  content: "\e904";
  background-color: #25d366;
}
.icon-instagram:hover:before {
  content: "\e905";
  background-color: #F1374D;
}
.icon-odnoklassniki:hover:before {
  content: "\e906";
  background-color: #f4731c;
}
.icon-facebook:hover:before {
  content: "\e90f";
  background-color: #3b5998;
}