@font-face {
 font-family: "VK Sans Display";
 src: url("/fonts/VkSansDisplay/VK Sans Display Regular.ttf") format('opentype');
}

@font-face {
 font-family: "SF Pro Text";
 font-weight: regular;
 src: url("/fonts/SFProText/SF-Pro-Text-Medium.otf") format('opentype');
}

.metadata {
  height: 50vh;
  flex-grow: 0;
  justify-content: center;
}

.metadata__cover-layout__action-button {
    color: white;
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 12px;
    right: 12px;
}

.metadata__cover-layout__action-button:hover {
    cursor: pointer;
}

.vkMusicLogo {
  flex: 0;
  display: flex;
  align-items: center;
  transform: scale(0.63);
  padding-top: 6vh;
}

.metadata__type {
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.8);
}

.metadata__cover-layout {
  max-width: 27vh;
  max-height: 27vh;
}

.metadata__cover-layout_shadow {
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.7;
}

.metadata__cover {
  margin: 16px 0 20px 0;
}

.button {
  border-radius: 10px;
}

.button_badge {
    background: #2C2D2E;
}
.container {
  background-color: #151515;
  background-size: contain;
  background-image: url('/images/redirect/background.svg');
  background-position: center center;
}

.content {
  justify-content: start;
}

.link-icon {
  height: 16px;
  width: 16px;
  display: inline;
  vertical-align: middle;
}

.metadata__title {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 4px;
  font-family: "VK Sans Display";
}

.metadata__subtitle {
  font-family: 'SF Pro Text';
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 20px;
}

.metadata__cover-layout {
  box-shadow: none;
}

.button_badge-img {
  height: 100%;
}

.button_icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.action-list--mobile {
  flex-direction: column;
}

.action-item__button {
  display: flex;
  align-items: center;
}

.button_default {
  background: rgba(255, 255, 255, 0.2);
  width: 240px;
  padding: 10px;
  font-family: 'SF Pro Text';
  font-size: 17px;
  line-height: 22px;
  height: 44px;
  font-weight: 400;
  display: flex;
}

[data-os='ios'] .actions-list,
[data-os='android'] .actions-list {
  display: none;
}

[data-os='ios'] .action-list--mobile,
[data-os='android'] .action-list--mobile {
  display: flex;
}

[data-os='unknown'] .action-list--mobile {
  display: none;
}

.footer {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  opacity: 0.5;
  justify-content: center;
}

.action-item__button:not(:last-child) {
  margin-bottom: 12px;
}

.actions {
  flex-direction: column;
}

.actions__install {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2vh;
  display: none;
}

.listenAction {
  display: none;
}

.button_default:hover {
  box-shadow: none;
}

.action-item__link {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  font-family: 'SF Pro Text', sans-serif;
  color: rgba(255, 255, 255, 0.6);
  padding: 8px 0;
  display: inline-block;
}

@media (min-width: 950px) {
  .content {
    justify-content: center;
  }

  .vkMusicLogo {
    transform: none;
    flex: 1;
    padding-top: 0;
  }

  .metadata {
    height: 100%;
    flex-grow: 0.5;
    justify-content: flex-start;
  }

  .metadata__cover-layout {
    max-width: 25vh;
    max-height: 25vh;
  }

  .metadata__type,
  .actions__install {
    font-size: 20px;
    line-height: 24px;
  }
  .metadata__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 6px;
  }

  .actions__install {
    display: block;
  }

  .metadata__cover {
    margin: 24px 0 32px 0;
  }

  .metadata__subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .listenAction {
    margin-top: 32px;
    display: block;
  }

    .metadata__cover-layout__action-button {
        width: 56px;
        height: 56px;
        bottom: 20px;
        right: 20px;
    }
}

.errordata { color: #fff; }

#deepLinkVK { display: none; }
