.center {
  text-align: center;
}

#vkwidget1 {
  border-radius: 10px;
}

.bonus_k {
  width: 100%;
  height: 70px;
  padding: 8px 12px;
  background-color: rgba(1,1,1,0.7);
  border-radius: 10px;
}

@-webkit-keyframes blink6 {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
@keyframes blink6 {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
#blink6 {
  position: relative;
  display: inline-block;
  color: #fff;
}
#blink6:after, #blink6:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 110px;
  display: block;
  width: 100px;
  height: 20px;
  background-image: 
    radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%),
    linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%),
    linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%);
  -webkit-animation: blink6 10s linear infinite;
  animation: blink6 10s linear infinite;
  transform: scale(0, 0) rotate(0deg);
}
#blink6:before {
  position: absolute;
  top: 5px;
  left: -100px;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}




.boxHeader {
  background-color: rgba(1,1,1,0.8);
  border-radius: 10px 10px 0px 0px;
}

.boxBody {
  background-color: rgba(1,1,1,0.7);
}

.boxFooter {
  background-color: rgba(1,1,1,0.7);
  border-radius: 0px 0px 10px 10px;
}

.Header-module__wrapper {
  background-color: rgba(1,1,1,0.7);
  border-radius: 10px;
}

.Categories-module__category {
  background-color: rgba(1,1,1,0.5);
  border-radius: 10px;
  color: inherit;
}

.Search-module__wrapper {
  background-color: rgba(1,1,1,0.5);
  border-radius: 10px;
}

.Product-module__price {
  background-color: rgba(1,1,1,0);
  border-radius: 10px;
  color: inherit;
}

.Product-module__wrapper {
  background-color: rgba(1,1,1,0.5);
  transition: 1s;
  border-radius: 10px;
  color: inherit;
}

.Product-module__wrapper:hover {
  background-color: rgba(1,1,1,0.5);
  transition: 0.25s;
  transform: scale(1.1);
  border-radius: 10px;
  color: inherit;
}

.Product-module__name {
  background-color: rgba(1,1,1,0);
  border-radius: 10px;
  color: inherit;
}

.productModalDescription {
  background-color: rgba(1,1,1,0);
  border-radius: 10px;
  color: inherit;
}

.TotalSum-module__inputWrapper {
  background-color: rgba(1,1,1,0);
  color: inherit;
}

.CountSelector-module__inputWrapper {
  background-color: rgba(1,1,1,0);
  color: inherit;
}

.CountSelector-module__changeCountBtn.CountSelector-module__left {
  background-color: rgba(1,1,1,0);
  color: inherit;
}

.CountSelector-module__changeCountBtn.CountSelector-module__right {
  background-color: rgba(1,1,1,0);
  color: inherit;
}

.Selector-module__dropDownCurrentItem {
  background-color: rgba(1,1,1,0);
  color: inherit;
}

.Selector-module__dropDownList.Selector-module__openOnTop {
  background-color: rgba(1,1,1,0);
  color: inherit;
}

.Button-module__btn.Button-module__gray {
  background-color: rgba(1,1,1,0);
  color: inherit;
}

.LangSwitcher-module__list {
  background-color: rgba(1,1,1,0.7);
  border-radius: 10px;
  color: inherit;
}

.PlayerBalanceModal-module__input {
  background-color: rgba(1,1,1,0);
  border-radius: 10px;
  color: inherit;
}

.ProfileContent-module__infoLine {
  background-color: rgba(1,1,1,0.4);
  border-radius: 10px;
  margin: 3px;
  color: inherit;
}

.ProfileContent-module__infoLine+ {
  background-color: rgba(1,1,1,0.4);
  border-radius: 10px;
  margin: 3px;
  color: inherit;
}

.ProfileContent-module__infoWrapper {
  background-color: rgba(1,1,1,0);
  border-radius: 10px;
  color: inherit;
}

.ProfileContent-module__input {
  background-color: rgba(1,1,1,0.4);
  border-radius: 10px;
  color: inherit;
}

.ProfileNav-module__navItem {
  background-color: rgba(1,1,1,0.4);
  border-radius: 10px;
  color: inherit;
}

.ProfileNav-module__header {
  background-color: rgba(1,1,1,0.7);
  border-radius: 10px 10px 0px 0px;
  color: inherit;
}

.ProfileNav-module__navItem.ProfileNav-module__active {
  background-color: rgba(1,1,1,0.6);
  border-radius: 10px;
  color: inherit;
}

.PlayerBalanceModal-module__inputWrapper {
  background-color: rgba(1,1,1,0);
  border-radius: 10px;
  color: inherit;
}

:root[data-theme=blue_black] {
  --bg-color-800: rgba(1,1,1,0);
}

.MobileCopyright-module__text {
  color: white;
  font-weight: 450;
}

.MobileCopyright-module__link {
  color: blue;
  font-weight: 450;
}

.DesktopCopyright-module__text {
  color: white;
  font-weight: 450;
}

.DesktopCopyright-module__link {
  color: blue;
  font-weight: 450;
}

.Header-module__logo {
  text-transform: none;
}

.HeaderNav-module__link {
  text-transform: none;
}

.HeaderNav-module__link {
  text-transform: none;
}

.PlayerMenu-module__profileLink {
  text-transform: none;
}

.PlayerBalance-module__btn {
  text-transform: none;
}

/*button.Categories-module__category:nth-child(1) {
  display:none;
}

.Categories-module__category:first-child:after {
    content: "Кекич";
    font-size: 14px;
    color: var(--font-color-700);
}

.Categories-module__category:first-child {
font-size: 1px;
    color: #0000;
}*/