@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul,
ol {
  margin: 30px 0;
}
/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
  height: auto;
}
/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
  border: none;
}
button,
[role=button] {
  cursor: pointer;
}
/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1 {
  font-weight: 800;
  font-size: 32px;
  margin: 24px 0 16px;
}
h2 {
  margin: 24px 0 16px;
  font-size: 24px;
  font-weight: 700;
}
p {
  margin: 16px 0;
}
.page-inner table {
  margin: 20px 0;
  border-collapse: collapse;
}
.page-inner table td,
.page-inner table th {
  border: 1px solid #fff;
  padding: 8px 10px;
}
.page-inner p a,
.page-inner li a,
.page-inner table a {
  color: #ffd400;
}
@media (max-width: 1024px) {
  .page-inner table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.btn-border {
  display: inline-block;
  font-size: 16px;
  border-radius: 9999px;
  border: 2px solid rgba(228, 234, 240, 0.0980392157);
  color: #fff;
  padding: 7px 22px;
  font-weight: 800;
}
.btn-primary, .page-inner .wp-block-button__link {
  display: inline-block;
  font-size: 16px;
  border-radius: 9999px;
  padding: 7px 22px;
  background: linear-gradient(90deg, rgb(255, 212, 0), rgb(255, 174, 0)), linear-gradient(0deg, rgb(255, 194, 16), rgb(255, 207, 84));
  color: #000;
  font-weight: 800;
}
.btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  border-radius: 9999px;
  padding: 10px 22px;
  background: rgb(58, 65, 66);
  color: #fff !important;
  font-weight: 800;
  white-space: nowrap;
}
.btn-arrow svg {
  position: relative;
  transform: rotate(180deg);
  fill: #fff;
  width: 16px;
  height: 16px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgb(41, 45, 46);
  padding: 12px;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 8px 0px;
}
.header--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header--logo {
  width: 141px;
  display: inline-block;
}
.cta-main {
  background: linear-gradient(261deg, rgb(50, 55, 56) 70.44%, rgb(96, 104, 105) 128.85%);
  border-radius: 12px;
  padding: 30px 150px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.cta-main--col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  color: #fff;
}
.cta-main--right {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: initial;
  right: 60px;
  bottom: 0;
}
.cta-main--icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  width: 5.3%;
}
.cta-main--bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cta-main--left {
  position: absolute;
  top: -16px;
  left: -72px;
}
.cta-main--title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 16px;
}
.cta-main--overlay {
  padding: 12px 60px;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, 0.1490196078);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cta-main--text {
  font-size: 24px;
  font-weight: 800;
}
.cta-main--text span {
  color: rgb(255, 212, 0);
}
.cta-main--link {
  width: 230px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .cta-main {
    padding: 15px;
    justify-content: center;
  }
}
.full-line {
  height: 1px;
  background-color: rgba(228, 234, 240, 0.0980392157);
  margin: 30px 0;
}
.to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  border-radius: 50%;
  background: rgb(255, 212, 0);
  display: none;
  align-items: center;
  justify-content: center;
}
.to-top.visible {
  display: flex;
}
.to-top svg {
  fill: #000;
}
@media (max-width: 1024px) {
  .to-top {
    bottom: 90px;
  }
}
.footer-awards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.footer-awards--item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer-awards {
    flex-wrap: wrap;
  }
  .footer-awards--item {
    width: 44%;
  }
}
.footer--logos {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer--logos img {
  max-height: 40px;
  width: auto;
}
.footer--menus {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer--menu-title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}
.footer--menu-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer--menu-inner a {
  font-size: 14px;
  color: rgb(179, 190, 193);
  font-weight: 600;
}
.footer--menu-inner a:hover {
  color: rgb(255, 212, 0);
}
.footer--socials {
  display: flex;
  gap: 8px;
  align-items: center;
}
.footer--social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(41, 45, 46);
  color: rgb(179, 190, 193);
}
.footer--social svg {
  fill: rgb(179, 190, 193);
}
.footer--bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px;
}
.footer--logo img {
  height: 32px;
  width: auto;
}
.footer--right-logo img {
  height: 48px;
  width: auto;
}
.footer--bottom-col {
  font-size: 12px;
  color: rgb(179, 190, 193);
  font-weight: 600;
}
.footer--copyright {
  padding: 0 0 32px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes moveX {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-70%);
  }
}
.toc {
  margin: 30px 0;
}
.toc.active .toc--row {
  display: flex;
}
.toc--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 20px;
}
.toc--row {
  display: none;
  flex-direction: column;
  gap: 10px;
}
.faq {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faq--item {
  padding: 20px 15px;
  border: 1px solid #fff;
  border-radius: 20px;
}
.faq--item.active .faq--title svg {
  transform: rotate(180deg);
}
.faq--item.active .faq--text {
  display: block;
}
.faq--title {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  color: #fff;
  padding: 0;
}
.faq--title svg {
  width: 25px;
}
.faq--text {
  display: none;
  padding-top: 15px;
}
.recent-wins {
  margin: 30px 0;
}
.recent-wins--title {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}
.recent-wins--ping {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(36, 238, 137);
  top: 8px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recent-wins--ping-animate {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(36, 238, 137);
  border-radius: 50%;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.recent-wins--list {
  padding: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: rgb(41, 45, 46);
}
.recent-wins--row {
  display: flex;
  gap: 14px;
  animation: moveX 20s linear infinite;
}
.recent-wins--item {
  width: 56px;
  display: block;
  min-width: 56px;
}
.recent-wins--icon {
  position: relative;
  padding-top: 133%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4px;
}
.recent-wins--icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recent-wins--login {
  color: rgb(179, 190, 193);
  font-weight: 800;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.recent-wins--win {
  font-size: 12px;
  white-space: nowrap;
  font-weight: 800;
  color: rgb(255, 212, 0);
}
.list-cats {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.list-cats--row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.list-cats--row.bottom {
  grid-template-columns: repeat(5, 1fr);
}
.list-cats--item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
  background-color: rgb(50, 55, 56);
  background-image: linear-gradient(to left, rgb(96, 104, 105), transparent 75%);
  border-radius: 12px;
  font-weight: 800;
  color: #fff !important;
  font-size: 24px;
}
.list-cats--item.small {
  padding: 16px 8px;
}
.list-cats--icon {
  margin-top: 16px;
  width: 50%;
  aspect-ratio: 1;
  min-height: 120px;
}
.list-cats--icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1500px) {
  .list-cats--icon {
    width: 35%;
    min-height: 70px;
  }
}
@media (max-width: 1024px) {
  .list-cats--row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .list-cats--item {
    flex-direction: column;
    padding: 15px;
    align-items: center;
    text-align: center;
  }
  .list-cats--icon {
    width: 60%;
    aspect-ratio: 1;
    height: auto;
  }
}
.games-slider {
  margin: 30px 0;
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}
.games-slider--title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 7px;
  padding-right: 80px;
}
.games-slider--inner {
  position: relative;
}
.games-slider--inner .swiper-button-prev,
.games-slider--inner .swiper-button-next {
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: rgb(58, 65, 66);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: -40px;
  cursor: pointer;
}
.games-slider--inner .swiper-button-prev svg,
.games-slider--inner .swiper-button-next svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.games-slider--inner .swiper-button-prev {
  right: 40px;
}
.games-slider--inner .swiper-button-next {
  transform: rotate(180deg);
}
.games-slider--slide {
  min-height: auto;
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.games-slider--slide:hover .games-slider--slide-hover {
  display: flex;
}
.games-slider--slide-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.9);
}
.games-slider--slide-hover a {
  width: 100%;
  font-size: 12px;
  padding: 7px 3px;
  text-align: center;
  border-radius: 7px;
  color: #b0b2b4 !important;
}
.games-slider--slide-hover a:last-child {
  background: #ffd311;
  color: #000 !important;
}
.payments {
  margin: 30px 0;
  background-color: rgb(23, 26, 26);
  padding: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.payments--left {
  font-size: 24px;
  font-weight: 800;
}
.payments--left span {
  color: rgb(255, 212, 0);
}
.payments--center {
  display: flex;
  gap: 24px;
  align-items: center;
}
.payments--center img {
  height: 24px;
  width: auto;
}
.payments--right {
  display: flex;
  align-items: center;
}
.payments--right img {
  height: 24px;
  width: auto;
  margin-left: -4px;
}
@media (max-width: 1024px) {
  .payments {
    flex-direction: column;
    align-items: center;
    padding: 16px;
  }
}
.hidden-content {
  margin: 30px 0;
}
.hidden-content--text {
  display: none;
}
.hidden-content--btns {
  margin-bottom: 20px;
}
.hidden-content .hide {
  display: none;
}
.hidden-content.active .hidden-content--text {
  display: block;
}
.hidden-content.active .hide {
  display: inline-flex;
}
.hidden-content.active .show {
  display: none;
}
.page-default {
  width: 900px;
  max-width: 100%;
}
.page-default a {
  color: rgb(255, 212, 0);
}
.popup-langs {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  touch-action: pan-x;
  z-index: 101;
  align-items: center;
  justify-content: center;
  display: none;
}
.popup-langs.active {
  display: flex;
}
.popup-langs--overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(16, 18, 18, 0.8);
}
.popup-langs--inner {
  padding-top: 50px;
  position: relative;
  width: 416px;
  max-width: 100%;
  max-height: 75%;
  background: rgb(35, 38, 38);
  border-radius: 12px;
}
.popup-langs--top {
  padding: 8px 10px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  border-bottom: 2.4px solid rgb(255, 212, 0);
}
.popup-langs--close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  right: 16px;
  border-radius: 50%;
  background: #464f50;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-langs--close svg {
  width: 16px;
  height: 20px;
  fill: #fff;
}
.popup-langs--list {
  padding: 16px;
}
.popup-langs--list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.popup-langs--list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup-langs--list li.current-lang a {
  background: rgb(50, 55, 56);
}
.popup-langs--list li.current-lang a:after {
  border: 5px solid rgb(255, 212, 0);
  width: 20px;
  height: 20px;
}
.popup-langs--list a {
  padding: 10px 8px 10px 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}
.popup-langs--list a:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
}
.popup-langs--list a:after {
  display: block;
  content: "";
  height: 17px;
  width: 17px;
  border-radius: 50%;
  border: 1.6px solid rgba(228, 234, 240, 0.0980392157);
}
.sidebar {
  position: fixed;
  z-index: 99;
  top: 60px;
  height: calc(100% - 60px);
  left: 0;
  width: 240px;
  background: rgb(41, 45, 46);
  padding: 16px;
  overflow-y: auto;
}
.sidebar--cta {
  border-radius: 8px;
  margin-top: 12px;
  padding: 10px 80px 10px 10px;
  position: relative;
  overflow: hidden;
  display: block;
  background-color: rgb(50, 55, 56);
  background-image: radial-gradient(circle at 400% 400%, rgb(255, 212, 0), transparent 92%);
}
.sidebar--cta-image {
  position: absolute;
  top: 8px;
  right: 4px;
  width: 72px;
}
.sidebar--cta-image img {
  width: 100%;
  height: auto;
}
.sidebar--lang {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 6px;
  background-color: rgb(50, 55, 56);
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  margin-top: 12px;
}
.sidebar--lang-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar--lang-left svg {
  width: 24px;
  height: 24px;
  fill: rgb(179, 190, 193);
}
.sidebar--lang-arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #464f50;
  transform: rotate(180deg);
  transition: all 0.3s;
}
.sidebar--lang-arrow svg {
  fill: rgb(179, 190, 193);
  width: 16px;
  height: 16px;
}
.sidebar--cta-title {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.sidebar--cta-text {
  color: rgb(179, 190, 193);
  font-size: 12px;
}
.sidebar--menu ul {
  margin: 0;
  padding: 0;
}
.sidebar--menu .menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar--menu .menu > li {
  position: relative;
  background: #323738;
  border-radius: 8px;
}
.sidebar--menu .menu > li:before {
  display: block;
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  height: 32px;
  width: 32px;
  background-image: url(//jb-official.net/wp-content/themes/theme/dist/styles/../../images/coloricon.png);
  background-size: 256px 242px;
  transform: scale(0.75);
}
.sidebar--menu .menu > li:nth-child(n+6):before {
  background: url(//jb-official.net/wp-content/themes/theme/dist/styles/../../images/menuicon.png) no-repeat top left;
  background-size: 320px 320px;
}
.sidebar--menu .menu > li:nth-child(n+13):before {
  background: none;
}
.sidebar--menu .menu > li:nth-child(1):before {
  background-position: -96px -64px;
}
.sidebar--menu .menu > li:nth-child(2):before {
  background-position: -96px -192px;
}
.sidebar--menu .menu > li:nth-child(3):before {
  background-position: -160px -64px;
}
.sidebar--menu .menu > li:nth-child(4):before {
  background-position: -224px 0;
}
.sidebar--menu .menu > li:nth-child(5):before {
  background-position: -192px -32px;
}
.sidebar--menu .menu > li:nth-child(6):before {
  background-position: -32px -288px;
}
.sidebar--menu .menu > li:nth-child(7):before {
  background-position: -32px -128px;
}
.sidebar--menu .menu > li:nth-child(8):before {
  background: none;
}
.sidebar--menu .menu > li:nth-child(9):before {
  background-position: -32px -160px;
}
.sidebar--menu .menu > li:nth-child(10):before {
  background-position: 0 0;
}
.sidebar--menu .menu > li:nth-child(11):before {
  background-position: -224px -256px;
}
.sidebar--menu .menu > li:nth-child(12):before {
  background-size: contain;
  background-position: center;
  background-image: url(//jb-official.net/wp-content/themes/theme/dist/styles/../../images/icon-support-1.svg);
}
.sidebar--menu .menu > li > a {
  padding: 10px 6px 10px 40px;
  background: #323738;
  border-radius: 8px;
  transition: none;
}
.sidebar--menu .menu > li > a:hover {
  background: linear-gradient(90deg, rgba(255, 212, 0, 0.2), rgba(35, 238, 136, 0)), rgba(255, 255, 255, 0.05) !important;
}
.sidebar--menu .menu > li.submenu-open > a {
  background: rgba(255, 255, 255, 0.05);
}
.sidebar--menu .menu > li.submenu-open > button {
  transform: rotate(-270deg);
}
.sidebar--menu .menu > li.submenu-open .sub-menu {
  display: block;
}
.sidebar--menu .menu > li.menu-item-has-children > a {
  padding-right: 30px;
}
.sidebar--menu .menu > li > button {
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 6px;
  background: #464f50;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
.sidebar--menu .menu > li > button svg {
  fill: rgb(179, 190, 193);
  width: 18px;
  height: 18px;
}
.sidebar--menu li {
  list-style: none;
}
.sidebar--menu a {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}
.sidebar--menu a span {
  color: rgb(255, 212, 0);
}
.sidebar--menu .sub-menu {
  display: none;
}
.sidebar--menu .sub-menu a {
  padding: 10px 10px 10px 40px;
  border-radius: 8px;
}
.sidebar--menu .sub-menu a:hover:hover {
  background: linear-gradient(90deg, rgba(255, 212, 0, 0.2), rgba(35, 238, 136, 0)), rgba(255, 255, 255, 0.05);
}
@media (max-width: 1024px) {
  .sidebar {
    display: none;
    width: 100%;
    padding-bottom: 80px;
  }
  .sidebar.active {
    display: block;
  }
}
.mobile-bar {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgb(50, 55, 56);
  z-index: 101;
  bottom: 0;
  width: 100%;
  padding: 0 15px;
  left: 0;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 1024px) {
  .mobile-bar {
    display: flex;
  }
}
.mobile-bar--item {
  padding: 8px 4px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.mobile-bar--item .icon {
  width: 32px;
  height: 32px;
  transform: scale(0.8);
  background-image: url(//jb-official.net/wp-content/themes/theme/dist/styles/../../images/coloricon.png);
  background-position: -32px -160px;
  background-size: 256px 242px;
}
.mobile-bar--item .text {
  color: rgb(179, 190, 193);
  font-size: 12px;
}
.mobile-bar--item:nth-child(2) .icon {
  background-position: -32px -128px;
}
.mobile-bar--item:nth-child(3) .icon {
  background-position: -96px 0;
}
.mobile-bar--item:nth-child(4) .icon {
  background-position: -32px -192px;
}
.mobile-bar--item:nth-child(5) .icon {
  background-position: -96px -96px;
}
html,
body {
  margin-top: 0 !important;
}
html.-toggle,
body.-toggle {
  overflow: hidden;
}
.body--inner {
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  min-height: 100vh;
  font-size: 16px;
  line-height: 1.4;
  background: #232626;
  font-family: "Roboto", serif;
  padding-top: 60px;
  padding-left: 240px;
  color: #fff;
}
@media (max-width: 1024px) {
  .body--inner {
    padding-left: 0;
    padding-bottom: 90px;
  }
}
.container {
  width: 1250px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.content-inner {
  padding-top: 16px;
}