/*@import "variables.generated.css";*/

body {
  background-color: var(--bodyBackground);
  color: var(--bodyColor);
}

.socials__item ._vkVideo {
  background-image: url("/css/theme-SpLight/img/vkVideo.svg");
}

.socials__item:hover ._vkVideo {
  background-image: url("/css/theme-SpLight/img/vkVideoHover.svg");
}

.footer__social .socials__item ._vkVideo {
  background-image: url("/css/theme-SpLight/img/vkVideoFooter.svg");
}

.footer__social .socials__item:hover ._vkVideo {
  background-image: url("/css/theme-SpLight/img/vkVideoHover.svg");
}

.text span.emph {
  color: var(--main);
}


@media(max-width: 768px) {
  ._noMarginBottom {
    margin-bottom: 40px !important;
  }
}


.row__bottom {
  max-width: 680px;
  margin: 40px auto 0 auto;
}
