@font-face {
  font-family: Roboto Variablefont Wdth Wght;
  src: url('../images/') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto Variablefont Wdth Wght;
  src: url('../images/') format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cofo Kak;
  src: url('../fonts/CoFo_Kak-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-color--black: black;
  --text-color--blue: #2643ff;
  --bkg-color--blue: #2624cd;
  --bkg-color--yellow: #fcdb58;
  --bkg-color--green: #78ff34;
  --bkg-color--beige: #fff6e2;
  --bkg-color--blut-light: #58defc;
  --text-color--gray64: #000000a3;
  --text-color--white: white;
  --bkg-color--white-smoke: #fbfaf7;
}

body {
  color: var(--text-color--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

a {
  color: var(--text-color--black);
  text-decoration: none;
}

.page-wrapper {
  overflow-x: clip;
}

.section-hero {
  align-items: center;
  display: flex;
}

.section-hero.padding-v-56 {
  position: relative;
}

.container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.flex-v-c {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-v-c.gap-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.flex-v-c.gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-v-c.gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-v-c.gap-16.is-vkus {
  color: var(--text-color--blue);
  text-underline-offset: 2px;
}

.padding-v-56 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.hero-img {
  width: 63.88rem;
}

.txt-align-center {
  text-align: center;
}

.max-w-768 {
  max-width: 48rem;
}

.hero-stats-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.is-txt-stats {
  color: var(--bkg-color--blue);
  letter-spacing: -.04rem;
  text-transform: uppercase;
  font-weight: 550;
  line-height: 100%;
}

.is-txt-stats.bkg-color-yellow {
  background-color: var(--bkg-color--yellow);
}

.bkg-color-green {
  background-color: var(--bkg-color--green);
}

.bkg-color-beige {
  background-color: var(--bkg-color--beige);
}

.bkg-color-light-blue {
  background-color: var(--bkg-color--blut-light);
}

.container-main {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--bkg-color--beige);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 18% 64% 18%;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.flex-v-u {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flex-v-u.gap-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-v-u.gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-v-u.stroke-black-right {
  border-right-color: var(--text-color--gray64);
  position: relative;
}

.flex-v-u.stroke-black-left {
  border-left: 1px solid var(--text-color--gray64);
}

.partners-logo-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.partners-logo-wrap.is-twinby {
  background-image: linear-gradient(#00dc00, #1b9d1b);
  border-bottom: 1px solid #000;
}

.partners-logo-wrap.is-vkus {
  background-image: linear-gradient(#73de9b, #23944e);
  border-bottom: 1px solid #000;
}

.partners-logo-wrap.is-vk {
  background-image: linear-gradient(#bddcff, #07f);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  justify-content: space-between;
  align-items: center;
}

.partners-logo-wrap.is-premier {
  border-bottom: 1px solid var(--text-color--gray64);
  background-image: linear-gradient(#fddd2d, #fdb82d);
}

.svg-36 {
  flex: none;
  width: 2.25rem;
}

.text-size-large {
  color: var(--text-color--white);
  font-size: 1.25rem;
}

.partners-quiz-wrap {
  flex-flow: column;
  height: auto;
  padding: 2rem 1rem;
  display: flex;
}

.partners-quiz-wrap.is-twinby {
  background-color: var(--bkg-color--beige);
  background-image: url('../images/Bannertw.webp');
  background-position: 50% 20%;
  background-size: cover;
  height: 70rem;
  position: relative;
}

.partners-quiz-wrap.is-vkus {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
}

.text-color-black {
  color: var(--text-color--black);
}

.flex-h-r {
  align-items: center;
  display: flex;
}

.flex-h-r.gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-h-r.gap-4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.flex-h-r.gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.old-quiz-wrap {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/bannerold_1.webp');
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-right: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 23rem;
  padding: 2rem;
  display: flex;
}

.flex-v-r {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-v-r.gap-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-v-r.gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-v-r.gap-22 {
  grid-column-gap: 1.38rem;
  grid-row-gap: 1.38rem;
}

.flex-v-r.gap-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.flex-v-r.gap-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.stroke-black-right {
  border-right: 1px solid #000;
}

.vk-cms-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vk-cms-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-right: 1px solid var(--text-color--gray64);
  border-bottom: 1px solid var(--text-color--gray64);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .75rem;
  display: flex;
}

.vk-cms-img {
  aspect-ratio: 1;
  width: 100%;
}

.ad-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--text-color--gray64);
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: .44rem .75rem;
  display: flex !important;
}

.ad-wrap.stroke-black-up {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--text-color--gray64);
  cursor: pointer;
  border-bottom-style: none;
  margin-top: auto;
  position: relative;
  pointer-events: auto !important;
}

.ad-wrap.stroke-black-up.ad3 {
  cursor: pointer;
}

.ad-wrap.stroke-black-u-r {
  border-top: 1px solid var(--text-color--gray64);
  border-right: 1px solid var(--text-color--gray64);
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ad-wrap.is-vk {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--text-color--gray64);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--text-color--gray64);
  cursor: pointer;
  pointer-events: auto;
  border-bottom-style: none;
  position: relative;
}

.ad-wrap.is-vk.ad2 {
  cursor: pointer;
  border-top: none !important;
}

.svg-16 {
  flex: none;
  width: 1rem;
}

.vkus-cms-wrap {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  padding: 2rem 1rem;
  display: flex;
}

.is-txt-vkus {
  color: var(--text-color--blue);
  text-align: center;
  letter-spacing: -.04rem;
  text-transform: uppercase;
  text-underline-offset: 2px;
  font-weight: 550;
  text-decoration: none;
}

.is-txt-vkus:hover {
  text-decoration: underline;
}

.is-txt-music {
  text-align: center;
  letter-spacing: -.0325rem;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: .81rem;
  font-weight: 350;
  line-height: 140%;
}

.btn-white {
  background-color: var(--text-color--white);
  color: var(--text-color--black);
  text-underline-offset: 2px;
  border: 1px solid #000;
  align-self: flex-start;
  padding: .75rem 1.25rem;
  font-family: Cofo Kak, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 900;
  box-shadow: 3px 3px #000;
}

.btn-white:hover {
  text-decoration: underline;
  box-shadow: 0 0 #000;
}

.premier-cms-wrap {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: auto;
}

.premier-cms-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex: none;
  align-items: flex-start;
  width: 30rem;
  padding: 1.25rem;
  display: flex;
}

.premier-cms-wrapper {
  border-right: 1px solid var(--text-color--gray64);
  flex: none;
  overflow: auto;
}

.carousel-horizontal {
  z-index: 3;
  border-top: 1px solid var(--text-color--black);
  border-bottom: 1px solid var(--text-color--black);
  background-color: var(--bkg-color--green);
  width: 100%;
  padding-top: .25rem;
  padding-bottom: .25rem;
  position: relative;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.carousel-placeholder {
  width: 56px;
  height: 56px;
}

.is-txt-carousel {
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 700;
}

.hero-img-1 {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: auto auto auto 0%;
}

.hero-img-2 {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.vk-cms-img-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.vk-play-btn {
  width: 4rem;
  position: static;
}

.flex-v-old {
  grid-column-gap: 1.38rem;
  grid-row-gap: 1.38rem;
  flex-flow: column;
  max-width: 22.5rem;
  display: flex;
}

.flex-v-quiz {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.is-txt-premier {
  color: var(--text-color--black);
  letter-spacing: -.03125rem;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 548;
}

.text-size-small {
  color: var(--text-color--black);
  font-size: .88rem;
}

.is-txt-desk-premier {
  color: var(--text-color--black);
  letter-spacing: -.035rem;
  font-size: 1rem;
  font-weight: 370;
  line-height: 140%;
}

.flex-hero-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-txt-main-desk {
  text-align: center;
  letter-spacing: -.045rem;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-style: italic;
  font-weight: 370;
  line-height: 140%;
}

.is-txt-quiz {
  letter-spacing: -.03125rem;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 548;
}

.section-footer {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-gif-wrap {
  border-top: 1px solid var(--text-color--gray64);
  border-right: 1px solid var(--text-color--gray64);
  border-left: 1px solid var(--text-color--gray64);
  background-color: var(--bkg-color--beige);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-gif-item {
  width: 100%;
}

.footer-gif-item.is-2 {
  margin-left: -1rem;
}

.footer-contact-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--bkg-color--blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.footer-links-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-txt-footer-link {
  color: var(--text-color--white);
  letter-spacing: -.04rem;
  text-transform: uppercase;
  text-underline-offset: 2px;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 550;
  text-decoration: underline;
}

.text-color-white {
  color: var(--text-color--white);
}

.footer-contact-img {
  height: 2.75rem;
}

.premier-cms-img {
  object-fit: cover;
  width: 7rem;
}

.vk-play-btn-wrap {
  width: 4rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.is-txt-heading-old {
  z-index: 1;
  color: var(--text-color--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text-color--black);
  text-transform: uppercase;
  font-family: Cofo Kak, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 100%;
  position: relative;
}

.is-txt-partners {
  color: var(--text-color--white);
  letter-spacing: -.03125rem;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 548;
}

.is-txt-partners.text-color-black {
  color: var(--text-color--black);
}

.is-txt-ad {
  opacity: .64;
  color: var(--text-color--black);
  letter-spacing: -.0325rem;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: .8125rem;
  font-weight: 350;
}

.is-txt-year {
  color: var(--text-color--white);
  letter-spacing: -.045rem;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 370;
}

.is-txt-heading-musik {
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 700;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.vk-info-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quiz_old-modal {
  z-index: 999;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.quiz_old-wrap {
  background-color: #fff6e2;
  border: 2px solid #000;
  width: 56.25rem;
  height: 41.25rem;
  overflow: hidden;
}

.quiz-modal-close {
  background-color: #e6decc;
  border-bottom: 2px solid #000;
  justify-content: flex-end;
  align-items: center;
  height: 4rem;
  padding: .5rem;
  display: flex;
}

.old_svg-44 {
  cursor: pointer;
  width: 2.75rem;
}

.quiz_twinby-modal {
  z-index: 999;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.quiz_twinby-wrap {
  background-color: #fff6e2;
  border: 2px solid #000;
  width: 56.25rem;
  height: 41.25rem;
  position: relative;
  overflow: hidden;
}

.twinby_svg-44 {
  cursor: pointer;
  width: 2.75rem;
}

.vk-logo-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.vk-badge-svg {
  pointer-events: none;
  height: 2.25rem;
}

.quiz-video-wrap {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.quiz-video-embed {
  height: 100%;
}

.partners-sticky-wrap {
  position: sticky;
  top: 0;
}

.partners-vkus-wrap {
  height: 70rem;
}

.old-txt-wrap {
  position: relative;
}

.is-txt-heading-old-2 {
  color: var(--text-color--black);
  text-transform: uppercase;
  font-family: Cofo Kak, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 100%;
  position: absolute;
  top: .2rem;
  left: -.2rem;
  right: 0%;
}

.ad-wrap-inner {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex !important;
}

.ad-wrap-inner.stroke-black-up {
  border-top: 1px solid var(--text-color--gray64);
  border-bottom-style: none;
  margin-top: auto;
}

.ad-wrap-inner.stroke-black-u-r {
  border-top: 1px solid var(--text-color--gray64);
  border-right: 1px solid var(--text-color--gray64);
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.old-iframe-embed {
  width: 100%;
  height: 100%;
}

.vk-div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.vk-spacer {
  border-right: 1px solid var(--text-color--gray64);
  width: 100%;
  height: 100%;
}

.tooltiptext {
  color: #fff;
  text-align: center;
  z-index: 1;
  pointer-events: auto;
  opacity: 0;
  background-color: #000;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  top: -30px;
}

.tooltiptext.tooltiptext1 {
  cursor: auto;
  text-align: left;
  pointer-events: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

.tooltiptext.tooltoptext3, .tooltiptext.tooltiptext2 {
  cursor: auto;
  pointer-events: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  text-align: left !important;
}

@media screen and (max-width: 479px) {
  .section-hero {
    justify-content: center;
    align-items: center;
  }

  .section-hero.padding-v-56.padding-v-c {
    padding: 1rem 1rem 10rem;
  }

  .flex-v-c.gap-16.is-vkus {
    justify-content: space-between;
    height: 100%;
  }

  .hero-stats-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    margin-top: .5rem;
  }

  .is-txt-stats.bkg-color-green {
    font-weight: 700;
  }

  .is-txt-stats.bkg-color-yellow {
    background-color: var(--bkg-color--yellow);
  }

  .container-main {
    grid-template-columns: 100%;
  }

  .flex-v-u {
    width: 100%;
  }

  .partners-logo-wrap.is-vk {
    margin-bottom: .75rem;
    position: relative;
  }

  .partners-quiz-wrap.is-twinby {
    background-image: url('../images/mob-twBanner_1.webp');
    background-position: 50% 100%;
    height: 35.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .old-quiz-wrap {
    background-image: url('../images/mob-banner_1.webp');
    background-position: 100% 100%;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-start;
    height: 22.19rem;
    padding: 1rem;
  }

  .vk-cms-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .vk-cms-item {
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
  }

  .vk-cms-img {
    flex: none;
    width: 100%;
    height: 100%;
  }

  .ad-wrap.stroke-black-up {
    border-bottom-style: solid;
  }

  .ad-wrap.is-vk {
    border-top-style: none;
  }

  .vkus-cms-wrap {
    flex-flow: row;
    overflow: auto;
  }

  .is-txt-music {
    letter-spacing: -.03rem;
    font-size: .75rem;
    line-height: 140%;
  }

  .premier-cms-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 19.38rem;
    padding: 1rem 1rem 2rem;
  }

  .is-txt-carousel {
    font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  }

  .hero-img-1 {
    height: 9.38rem;
    inset: auto auto 0% 0%;
  }

  .hero-img-2 {
    height: 10.13rem;
    inset: auto 0% 0% auto;
  }

  .flex-v-old {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 16.5rem;
  }

  .flex-v-quiz {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 17rem;
  }

  .vkus-img-item {
    object-fit: contain;
    height: 14rem;
  }

  .vkus-item {
    flex: none;
    max-width: 11rem;
  }

  .is-txt-premier {
    font-size: 1rem;
  }

  .is-txt-desk-premier {
    letter-spacing: -.035rem;
    font-size: .875rem;
  }

  .flex-hero-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .is-txt-main-desk {
    letter-spacing: -.035rem;
    font-size: .875rem;
  }

  .is-txt-quiz {
    letter-spacing: -.01rem;
    font-size: 1rem;
    font-weight: 475;
    line-height: 100%;
  }

  .footer-gif-wrap {
    border-top-style: none;
  }

  .footer-contact-wrap {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .vk-play-btn-wrap {
    width: 3.5rem;
    bottom: -.2rem;
    right: -.2rem;
  }

  .is-txt-heading-old {
    letter-spacing: -.0225rem;
    font-size: 1.13rem;
  }

  .is-txt-ad {
    letter-spacing: -.03rem;
    font-size: .75rem;
  }

  .is-txt-heading-musik {
    font-size: .875rem;
    line-height: 140%;
  }

  .quiz_old-modal {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quiz_old-wrap {
    width: 100%;
    height: 95%;
  }

  .old_svg-44 {
    width: 2rem;
  }

  .quiz_twinby-modal {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quiz_twinby-wrap {
    width: 100%;
    height: 95%;
  }

  .twinby_svg-44 {
    width: 2rem;
  }

  .vk-badge-svg {
    height: 1.75rem;
    position: absolute;
    inset: auto .63rem -.88rem auto;
  }

  .partners-vkus-wrap {
    height: auto;
  }

  .is-txt-heading-old-2 {
    letter-spacing: -.0225rem;
    font-size: 1.13rem;
  }

  .ad-wrap-inner.stroke-black-up {
    border-bottom-style: solid;
  }

  .vk-spacer {
    display: none;
  }
}

#w-node-_8e13b790-76c5-6f81-1c01-e574b3b0330b-c65bbb3d {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-ae99b1a0-1e27-bbed-23af-27f2a7b14b23-c65bbb3d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_33713f5c-4a2f-a455-bd64-4e8b7c66b383-c65bbb3d {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_2e4a00e4-63d0-d0c3-cd20-93f8298532ce-c65bbb3d {
  grid-area: 1 / 3 / 4 / 4;
}

@media screen and (max-width: 479px) {
  #w-node-_8e13b790-76c5-6f81-1c01-e574b3b0330b-c65bbb3d {
    grid-row-start: 3;
  }

  #w-node-ae99b1a0-1e27-bbed-23af-27f2a7b14b23-c65bbb3d {
    grid-column: 1 / 2;
  }

  #w-node-_33713f5c-4a2f-a455-bd64-4e8b7c66b383-c65bbb3d {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-_2e4a00e4-63d0-d0c3-cd20-93f8298532ce-c65bbb3d {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Roboto Variablefont Wdth Wght';
  src: url('../images/') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Variablefont Wdth Wght';
  src: url('../images/') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cofo Kak';
  src: url('../fonts/CoFo_Kak-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}