#real-balance-value {
  margin-right: 6px; /* или сколько нужно */
}
#vote-balance-value {
  margin-right: 6px; /* или сколько нужно */
}
#game-balance-value {
  margin-right: 6px; /* или сколько нужно */
}
.main-nav {
  padding: 15px 0;
  transition: padding 0.4s, background-color 0.8s, box-shadow 0.35s;
  -webkit-transition: padding 0.4s, background-color 0.8s, box-shadow 0.35s;
}

.main-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
}

.main-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.logo-img,
.alt-logo-img {
  padding: 20px 0px 0px 0px;
  height: 200px;
  transition: height 0.4s;
  -webkit-transition: height 0.4s;
  font-size: 28px;
  font-weight: 700;
}


.logo-img:hover,
.alt-logo-img:hover {
  transition: all 0.3s 0.05s ease;
  -moz-transition: all 0.3s 0.05s ease;
  -o-transition: all 0.3s 0.05s ease;
  -webkit-transition: all 0.3s 0.05s ease;
}


.alt-logo-img,
.dark-layout .logo-img {
  display: none;
}

.dark-layout .alt-logo-img {
  display: block;
}

.dark-layout .sticky .alt-logo-img {
  display: none;
}

.dark-layout .sticky .logo-img {
  display: block;
}

.sticky .logo-img {
  height: 25px;
}

.logo:hover {
  opacity: 0.7;
}


@media (min-width: 576px) {
  .main-container {
    max-width: 540px;
  }

}

@media (min-width: 768px) {

  .main-container {
    max-width: 720px;
  }

}

@media (min-width: 992px) {
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .main-container {
    max-width: 960px;
  }

}

@media (min-width: 1200px) {
  .main-container {
    max-width: 1140px;
  }

}

/* Адаптивное отображение сайдбара */
@media (max-width: 991.98px) {
  .col-12.col-lg-3.order-2.order-lg-2 {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .col-12.col-lg-3.order-2.order-lg-2 {
    margin-top: 15px;
  }

  .right-block,
  .right-blocks {
    margin-bottom: 15px;
  }
}