/*font*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic);
* {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif
}

/*varchange*/
:root {
  --bg-color-700: rgba(255,255,255,.04) !important;
}

.boxBody, .boxHeader, .boxFooter {
  background-color: rgba(0, 0, 0, 0.7);
}

/*borders*/
.dropDownList, .Selector-module__dropDownList {
  background-color: #26252c;
}
.dropDownListOpenOnTop, .Selector-module__openOnTop {
  border-radius: 5px 5px 0 0;
}
.Selector-module__openOnBottom {
  border-radius: 0 0 5px 5px;
}
.ModalLayout-module__wrapper {
  background-color: rgba(15,15,15,.8);
}
.Categories-module__category {
    border-radius: 8px;
}
.Header-module__wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

/*modal panel*/
.ModalLayout-module__modal .boxBody, .RouletteContent-module__lineWrapper {
  background: #1a1a21;
}
.ModalLayout-module__modal .boxFooter,.ModalLayout-module__modal .ProductModal-module__header, .PlayerBalanceModal-module__header {
  background: #16161b;
}



.Categories-module__category {
  color: #969696;
}

/*products*/
.Product-module__img {
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
.Product-module__name {
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
.Product-module__wrapper:hover > .Product-module__img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.Product-module__wrapper {
  padding: 18px;
  border-radius: 12px;
}

.Search-module__wrapper, .Product-module__wrapper, .Categories-module__category, .MonitoringServer-module__progressBarWrapper {
    background: rgba(255,255,255,.04);
}

/*navmobile*/
.PlayerMenuMobile-module__header {
  background-color: #26252c;
}
.PlayerMenuMobile-module__body {
  background-color: #1a1a21;
}
.HistorySearch-module__wrapper {
  height: 34px;
}
.Button-module__btn, .Button-module__btn:hover, .Button-module__btn:active, .Button-module__btn:focus, .PlayerBalance-module__btn, .PlayerBalance-module__btn:hover, .PlayerBalance-module__btn:active, .PlayerBalance-module__btn:focus, .LangSwitcher-module__btn, .LangSwitcher-module__btn:hover, .LangSwitcher-module__btn:active, .LangSwitcher-module__btn:focus, .PlayerMenu-module__profileLink, .PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:active, .PlayerMenu-module__profileLink:focus, .PlayerMenuMobile-module__profileLink, .ProfileNav-module__navItem, .MonitoringServer-module__progressBarWrapper, .PlayerMenuMobile-module__loginLink, .Search-module__wrapper, .HistorySearch-module__wrapper, .ProfileContent-module__infoLine, .ProfileContent-module__input, .ProfileContent-module__usePromoBtn {
    border-radius: 8px;
}

.Shop-module__wrapper, .MonitoringWidget-module__wrapper, .xbox.xbox_custom, .ModalLayout-module__modal, .TotalSum-module__inputWrapper, .Page-module__wrapper, .CountSelector-module__inputWrapper, .PlayerBalanceModal-module__inputWrapper, .ProfileNav-module__wrapper, .ProfileContent-module__wrapper, .BasketContent-module__wrapper, .HistoryContent-module__wrapper, .ProfileContent-module__usePromoBtn:hover, .ProfileNav-module__img, .Widgets-module__widgetWrapper, .Cookie-module__wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.Cookie-module__wrapper {
  padding: 9px 0px 9px 10px;
}
.ProfileContent-module__usePromoBtn {
  margin-left: 10px;
}

.ProfileContent-module__infoLine+.ProfileContent-module__infoLine {
  border-top: none;
  margin-top: 5px;
}
.ProfileContent-module__box {
  background-color: #00000000; 
  padding: 0;
}

.ProfileContent-module__infoLine {
  background-color: var(--bg-color-700)
}

/*widjets*/
.socials__title {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #737572;
    margin-bottom: 11px;
    margin-top: 5px;
    margin-left: 3px;
}

.socials__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 20px 16px;
    position: relative;
    overflow: hidden
}

.socials__item+.socials__item {
    margin-top: 10px
}

.socials__item_vk {
    background: linear-gradient(180deg, rgba(50, 119, 170, 0.6) 0%, #477bff 100%)
}

.socials__item_vk .socials__item-bg {
    background: url("https://i.imgur.com/eIEvMCw.png")
}

.socials__item_ds {
    background: linear-gradient(180deg, rgba(151, 71, 255, 0.6) 0%, #9747ff 100%)
}

.socials__item_ds .socials__item-bg {
    background-image: url("https://i.imgur.com/bcMvuX3.png")
}

.socials__item_tg {
    background: linear-gradient(180deg, rgba(50, 119, 170, 0.6) 0%, #477bff 100%)
}

.socials__item_tg .socials__item-bg {
    background: url("https://i.imgur.com/caabuFI.png")
}

.socials__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.socials__item-left {
    position: relative;
    z-index: 2
}

.socials__item-title {
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(224, 224, 224, 0.68);
    margin-bottom: 8px;
    font-weight: 300
}

.socials__item-name {
    font-size: 15px;
    color: #f2f2f2;
    font-weight: 500
}

.socials__item-right {
    position: relative;
    z-index: 2
}

.socials__item-link {
    padding: 13px 9.5px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e0e0e0;
    font-size: 10px;
    transition: all 0.3s ease-out
}
.socials__item-link:hover {
    background: #ffffff;
    color: #121218
}
.socials {
    padding: 13px;
    background-color: rgba(0, 0, 0, 0.5);
}
.xbox.xbox_custom {
    background-color: rgba(0, 0, 0, 0.5);
}
.xbox__body, .xbox__header  {
  padding: 20px;
}
.xbox__header {
  padding-bottom: 0px;
}
.xbox.xbox_custom .xbox__header {
  text-align: center;
  color: white;
  font-size: 25px;
}
.xbox.xbox_custom .xbox__body {
  text-align: center;
}
.xbox.xbox_custom .xbox__accent {
  color: white;
  font-weight: 500;
}

.ProfileContent-module__inputWrapper {
  margin-bottom: 3px;
}

/*footer*/
.DesktopCopyright-module__wrapper, .MobileCopyright-module__wrapper {
  background-color: initial !important;
  color: #ffffff73;
}

.Product-module__wrapper, .KitContent-module__itemImg, .productModalImg, .RouletteContent-module__rouletteItemImg {
  background-image: url("https://cdn.discordapp.com/attachments/1159564917062500462/1184141931140362240/3322.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.bpBgModalImg {
    background-image: url(https://gamestores.ru/img/games/rust/blueprintbase.png);
}
.Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
    background-color: var(--accent-color-800);
    color: var(--font-color-700);
}
.Header-module__wrapper {
        background-color: rgba(0, 0, 0, 0.7);
}

.telegram-widget {
  font-family: 'Roboto', sans-serif; /* Похожий на Telegram шрифт */
  background-color: #2A2A2A; /* Темный фон, как в Telegram */
  color: #FFFFFF;
  border-radius: 12px; /* Скругленные углы */
  padding: 20px;
  max-width: 320px; /* Ограничение ширины */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Легкая тень */
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.telegram-widget:hover {
  transform: translateY(-5px); /* Легкий подъем при наведении */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.widget-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.telegram-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  /*filter: brightness(0) invert(1);  Делаем иконку белой */
}

.widget-header h3 {
  font-size: 1.3em;
  font-weight: 500;
  margin: 0;
}

.widget-body p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.widget-body a {
  color: #26A69A; /* Фирменный голубой Telegram */
  text-decoration: none;
  font-weight: bold;
}

.widget-body a:hover {
  text-decoration: underline;
}

.cta-button {
  display: inline-block;
  background-color: #26A69A; /* Фирменный голубой */
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #1E8A7B; /* Более темный синий при наведении */
}