html,
body {
  min-width: 320px;
  margin: 0;
  background: #1f242d;
}

body {
  overflow: auto;
}

.cbrand-selector-snapshot {
  min-height: 100vh;
  background: #1f242d;
}

.cbrand-selector-mobile {
  display: none;
}

.cbrand-selector-snapshot button,
.cbrand-selector-snapshot a,
.cbrand-selector-snapshot [role="button"] {
  cursor: pointer;
}

.cbrand-selector-snapshot .oauth-container__button .cbrand-oauth-svg {
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
  fill: currentColor;
  pointer-events: none;
}

.cbrand-selector-snapshot .oauth-container__button[value="vk"] .cbrand-oauth-svg {
  width: 28px;
  height: 20px;
}

.cbrand-selector-snapshot .oauth-container__button[value="ok"] .cbrand-oauth-svg {
  width: 20px;
  height: 28px;
}

.cbrand-selector-snapshot .oauth-container__button[value="st"] .cbrand-oauth-svg {
  width: 26px;
  height: 26px;
}

.cbrand-selector-desktop .contentScroll,
.cbrand-selector-desktop .documentScrollContainer {
  scrollbar-width: thin;
}

.cbrand-selector-seo {
  position: relative;
  z-index: 2;
  padding: 34px 18px 54px;
  color: #aeb7c5;
  background: linear-gradient(180deg, #191e26 0%, #13171d 100%);
  border-top: 1px solid rgba(116, 129, 152, .18);
  font-family: Rubik, Arial, Helvetica, sans-serif;
}

.cbrand-selector-seo__inner {
  max-width: 1040px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.65;
}

.cbrand-selector-seo__inner h2,
.cbrand-selector-seo__inner h3 {
  margin: 22px 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.cbrand-selector-seo__inner p {
  margin: 0 0 12px;
}

.cbrand-selector-seo__inner a {
  color: #0f86ff;
}

.cbrand-selector-footer {
  position: relative;
  z-index: 2;
  padding: 28px 20px 30px;
  color: #7f8da3;
  background: #171c24;
  border-top: 1px solid rgba(116, 129, 152, .18);
  font-family: Rubik, Arial, Helvetica, sans-serif;
}

.cbrand-selector-footer__payments {
  display: grid;
  grid-template-columns: repeat(10, minmax(72px, 1fr));
  gap: 10px;
  max-width: 1250px;
  margin: 0 auto 28px;
}

.cbrand-selector-footer__pay {
  display: grid;
  place-items: center;
  height: 44px;
  border-radius: 5px;
  background: #202631;
}

.cbrand-selector-footer__pay img {
  max-width: 42px;
  max-height: 22px;
  object-fit: contain;
}

.cbrand-selector-footer__content {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.cbrand-selector-footer__copy {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.cbrand-selector-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  font-size: 12px;
}

.cbrand-selector-footer__links a {
  color: #8fa0b9;
  text-decoration: none;
}

.cbrand-selector-footer__legal {
  margin: 0 auto 18px;
  max-width: 1120px;
  color: #53637c;
  font-size: 11px;
  line-height: 1.45;
}

.cbrand-selector-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.cbrand-selector-footer__language,
.cbrand-selector-footer__age,
.cbrand-selector-footer__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 5px;
  background: #202631;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.cbrand-selector-footer__language {
  min-width: 170px;
}

.cbrand-selector-footer__age {
  width: 42px;
  color: #91a2bc;
}

.cbrand-selector-footer__brand {
  min-width: 132px;
  padding: 0 18px;
  background: transparent;
  font-size: 24px;
}

.cbrand-selector-footer__brand-mark {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 5px;
  transform: skew(-8deg);
  background: #0f86ff;
}

@media (min-width: 1024px) {
  .cbrand-selector-seo,
  .cbrand-selector-footer {
    margin-left: 222px;
    margin-right: 370px;
  }

  .cbrand-selector-footer__payments {
    grid-template-columns: repeat(5, minmax(92px, 1fr));
  }
}

@media (max-width: 1023px) {
  html {
    --content-scrollbar-right: 0px;
    --content-header-left: 0px;
    --content-header-width: 100vw;
    --content-header-inner-left: 0px;
    --content-header-inner-width: 100vw;
  }

  body {
    background: #1f242d;
  }

  .cbrand-selector-desktop {
    display: none;
  }

  .cbrand-selector-mobile {
    display: block;
  }

  .cbrand-selector-seo {
    padding-bottom: 34px;
  }

  .cbrand-selector-footer {
    padding-bottom: 88px;
  }

  .cbrand-selector-footer__payments {
    grid-template-columns: repeat(5, 1fr);
  }

  .cbrand-selector-footer__bottom {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .cbrand-selector-seo {
    padding: 26px 16px 96px;
  }

  .cbrand-selector-seo__inner {
    font-size: 13px;
  }

  .cbrand-selector-seo__inner h2,
  .cbrand-selector-seo__inner h3 {
    font-size: 18px;
  }

  .cbrand-selector-footer {
    padding: 22px 16px 92px;
  }

  .cbrand-selector-footer__payments {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .cbrand-selector-footer__links {
    gap: 10px;
  }

  .cbrand-selector-footer__language {
    width: 100%;
  }
}
