@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root[data-theme=red_black] {
    --accent-color-800: #11c535;
    --accent-color-900: #0be035;
    --font-color-700: #fff;
    --font-color-800: rgb(255 255 255);
    --font-color-900: #7b7b7b;
    --bg-color-800: #00000070;
    --bg-color-700: #00000070;
    --bg-color-900: #00000070;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}

.Header-module__logoWrapper,
.PlayerMenu-module__langSwitcher,
.Product-module__oldPrice {
	display: none;
}

.Header-module__wrapper {
    padding: 0px;
    background: #ffffff00;
} 

.container {
    max-width: 1160px;
    width: unset;
} 

a, p, li, ul, font, h1, h2, h3, h4, h5, span, button {
  	font-weight: 500;
  	font-style: normal;
  	letter-spacing: 1px;
}



body {
    font-family: "Montserrat", sans-serif;
}
 
.boxHeader.Shop-module__header {
	display: none;
}

.HeaderNav-module__wrapper {
    margin-left: 0px;
}

.HeaderNav-module__link,
.PlayerBalance-module__btn,
.PlayerMenu-module__profileLink {
    font-size: 16px;
}

.HeaderNav-module__link:hover,
.PlayerBalance-module__btn:hover,
.PlayerMenu-module__profileLink:hover,
.HeaderNav-module__link:focus,
.PlayerBalance-module__btn:focus,
.PlayerMenu-module__profileLink:focus {
    color: #bbbbbb;
}

.PlayerBalance-module__btn:hover, .PlayerBalance-module__btn:focus {
    background-color: unset;
}

.PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:focus, .PlayerMenu-module__loginLink:hover, .PlayerMenu-module__loginLink:focus {
    background-color: unset;
}

.Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
    background-color: var(--accent-color-800);
    color: #fff;
}

.MonitoringWidget-module__header {
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.Categories-module__category,
.MonitoringWidget-module__updateBtn  {
    text-transform: uppercase;
}

.Product-module__discount {
    background-color: #978d0650;
    color: #f9e912;
}

.ProductModal-module__header, .ModalLayout-module__modal .boxBody, .ItemContent-module__footer.boxFooter, .KitContent-module__footer.boxFooter, .RouletteContent-module__footer.boxFooter, .SelectContent-module__footer.boxFooter {
    background: #333333fc;
}

.ProductModal-module__command, .ProductModal-module__bp, .ProductModal-module__item, .ProductModal-module__dropdown {
    width: 525px;
    box-shadow: 0px 0px 20px 5px rgba(29, 215, 60, 0.4);
}

.ProductModal-module__header.boxHeader{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
}

.productModalGiveText {
    color: var(--accent-color-900);
}
.DesktopCopyright-module__wrapper,
.MobileCopyright-module__wrapper {
    background-color: var(--bg-color-700) !important;
}

.dropDownList,
.Selector-module__dropDownList {
    background: #141414;
}

.Header-module__wrapper {
    margin-bottom: 0;
}





.socials__title {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #737572;
    margin-bottom: 22px
}

.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: 16px
}

.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
}

.ShopFooter-module__text {
    opacity: 0.4;
}


.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
}