

.icon {
  display: block;
  margin-right: 0 !important;
}
.icon::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}


.icon-check::before {
  background-image:url(../../img/icons/icon-check.svg);
}
.icon-download::before {
  background-image:url(../../img/icons/icon-download.svg);
  width: 30px;
  height: 30px;
}
.icon-search::before {
  background-image:url(../../img/icons/icon-search.svg);
  width: 24px;
  height: 24px;
}
.icon-language::before {
  background-image:url(../../img/icons/icon-language.svg);
  width: 14px;
  height: 14px;
}
.icon-spotify::before {
  background-image:url(../../img/icons/icon-spotify.svg);
  width: 32px;
  height: 32px;
}
.icon-soundcloud::before {
  background-image:url(../../img/icons/icon-soundcloud.svg);
  width: 32px;
  height: 32px;
}
.icon-language-white::before {
  background-image:url(../../img/icons/icon-language-white.svg);
  width: 14px;
  height: 14px;
}
.icon-quote::before {
  background-image:url(../../img/icons/icon-quotes.svg);
  width: 72px;
  height: 57px;
  margin: 0 auto !important;
}
.icon-quote-top::before {
  transform: rotate(-180deg);
}
.icon-arrow-black-right::before { 
  background-image:url(../../img/icons/icon-arrow-black-right.svg);
  width: 32px;
  height: 32px;
}
.icon-pagination.icon-arrow-black-right::before {
  width: 2rem;
  height: 2rem;
}
.icon-pagination.icon-arrow-black-left::before {
  background-image:url(../../img/icons/icon-arrow-black-right.svg);
  width: 2rem;
  height: 2rem;
  transform: rotate(-180deg);
}
.icon-hand::before {
  background-image:url(../../img/icons/icon-hand.svg);
  width: 64px;
  height: 64px;
}
.icon-ray::before {
  background-image:url(../../img/icons/icon-ray.svg);
  width: 64px;
  height: 64px;
}
.icon-speaker::before {
  background-image:url(../../img/icons/icon-megaphone.svg);
  width: 64px;
  height: 64px;
}
.icon-arrow-white-right::before {
  background-image:url(../../img/icons/icon-arrow-white-right.svg);
  width: 64px;
  height: 64px;
}
.icon-events-megaphone::before {
  background-image:url(../../img/icons/icon-events-megaphone.svg);
  width: 4rem;
  height: 4rem;
}
.icon-events-search::before {
  background-image:url(../../img/icons/icon-events-search.svg);
  width: 4rem;
  height: 4rem;
}

.icon-events-location::before {
  background-image:url(../../img/icons/icon-events-location.svg);
  width: 4rem;
  height: 4rem;
}
.icon-events-calendar::before {
  background-image:url(../../img/icons/icon-calendar.svg);
  width: 4rem;
  height: 4rem;
}

.icon-check-red::before {
  background-image:url(../../img/icons/icon-check-red.svg);
}

@media (min-width: 768px) {
  .icon-download::before {
    width: 44px;
    height: 44px;
  }
}