/* SVG ICONS */
.svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}
.svg-drag {
  background-image: url(../images/svg/drag.svg);
  width: 5px;
  height: 17px;
  top: -5px;
}
.bx-firefox svg,
.bx-ie svg {
  transform: translateZ(0);
}
.svg svg {
  display: block;
}
.svg.inline.white svg path {
  fill: #fff;
}
.svg.inline.dark svg path {
  fill: #222;
}
.svg-print {
  background: url(../images/svg/priority2.svg) -38px -92px no-repeat;
  width: 16px;
  height: 16px;
  top: 1px;
}

.svg-print {
  background-image: url(../images/svg/Print.svg);
}
.svg-fullsize {
  background: none;
  background-image: url(../images/svg/Fullsize.svg);
}

.svg-social-vk {
  background-image: url(../images/svg/social/Vk_mask.svg);
  background-color: #222;
}
.svg-social-fb {
  background-image: url(../images/svg/social/Facebook_mask.svg);
  background-color: #222;
}
.svg-social-twitter {
  background-image: url(../images/svg/social/Twitter_mask.svg);
  background-color: #222;
}
.svg-social-instagram {
  background-image: url(../images/svg/social/Instagram_mask.svg);
  background-color: #222;
}
.svg-social-telegram {
  background-image: url(../images/svg/social/Telegram_mask.svg);
  background-color: #222;
}
.svg-social-ytb {
  background-image: url(../images/svg/social/Youtube_mask.svg);
  background-color: #222;
}
.svg-social-odn {
  background-image: url(../images/svg/social/Odnoklassniki_mask.svg);
  background-color: #222;
}
.svg-social-gplus {
  background-image: url(../images/svg/social/Googleplus_mask.svg);
  background-color: #222;
}
.svg-social-mail {
  background-image: url(../images/svg/social/Mailru_mask.svg);
  background-color: #222;
}

.svg.wrapper {
  width: 24px;
  height: 24px;
  display: flex;
  place-content: center;
  place-items: center;
}
.fill-use-base-text {
  fill: var(--basic_text_black)
}