.ProductModal-module__command, .ProductModal-module__bp, .ProductModal-module__item, .ProductModal-module__dropdown, .PlayerBalance-module__modal {
	margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) !important;
}
.Header-module__logoWrapper {
 	display: none !important; 
}
.container.bannerContainer {
	display:none;
}
.HeaderNav-module__wrapper {
 	margin-left: 1rem; 
}
.Header-module__wrapper {
 	padding: 15px;
}
.ModalLayout-module__positionWrapper {
	background-color: #1c1b1bb5;
}
.NavDropDown-module__icon {
  	margin-right: 5px;
}
.Categories-module__category {
    padding: 10px 20px;
    border-radius: 44.25rem;
    box-shadow: 0 10px 10px 0 rgb(212 122 32 / 60%);
    outline: 1px solid rgb(212 122 32);
    outline-offset: -1px;
}
.social-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
 	gap: 10px;
}
.productModalDescription {
	text-align:center;
}
.productModalContainsItem {
	border-radius: 0.25rem;
    box-shadow: 0 10px 10px 0 rgb(5 5 5 / 5%);
    outline: 1px solid rgb(255 255 255 / 5%);
    outline-offset: -1px;
}
.social-item, .HeaderNav-module__link, .SupportLink-module__link, .NavDropDown-module__btn {
    transition: all .15s ease;
    border-radius: 0.5rem;
    box-shadow: 0 10px 10px 0 rgb(5 5 5 / 5%);
    outline: 1px solid rgb(255 255 255 / 5%);
    outline-offset: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
  	transition: all .5s ease;
}
.social-item {
 	padding: 10px; 
}

.social-item.item-vk:hover  {
    background-color: #45668e;
}
.social-item.item-ds:hover {
    background-color: #5865f2;
}

.social-item:hover {
    color: var(--font-color-700);
    background-color: var(--accent-color-800);
    border-color: var(--accent-color-800);
}
.Player-avatar {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.Player-avatar img {
	width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    box-shadow: 0 10px 10px 0 rgb(5 5 5 / 5%);
    outline: 1px solid rgb(255 255 255 / 5%);
    outline-offset: -1px;
}
.Product-module__wrapper {
    border-radius: -1.75rem;
    box-shadow: 0 10px 10px 0 rgb(5 5 5 / 5%);
    outline: 1px solid rgb(255 255 255 / 5%);
    outline-offset: -1px;
}
.RouletteContent-module__lineWrapper::before {
    content: '';
    background: rgb(32, 32, 32);
    background: linear-gradient(90deg, rgba(32, 32, 32, 1) 0%, rgba(32, 32, 32, 0) 25%, rgba(32, 32, 32, 0) 75%, rgba(32, 32, 32, 1) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.RouletteContent-module__lineWrapper {
    height: 240px;
}
.RouletteContent-module__rouletteItemImg {
    width: 160px;
    height: 120px;
}
.RouletteContent-module__rouletteItem {
	border-radius: 0.25rem;
    box-shadow: 0 10px 10px 0 rgb(5 5 5 / 5%);
    outline: 1px solid rgb(255 255 255 / 5%);
    outline-offset: -1px;
}
@media screen and (max-width: 980px) {
  .HeaderNav-module__wrapper {
    gap: 1rem;
}

}
.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
    text-transform: uppercase;
    cursor: pointer;
    border-color: #ff0000d4;
    background-color: #e38120a1;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: all .1s ease;
    border-radius: 69px;
}
.social-item, .HeaderNav-module__link, .SupportLink-module__link, .NavDropDown-module__btn {
    transition: all .15s ease;
    border-radius: 86.5rem;
    box-shadow: 0 10px 10px 0 rgb(255 255 255 / 5%);
    background-color: #9b5d20;
    outline: 1px solid rgb(255 255 255 / 5%);
    outline-offset: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
}
.Shop-module__header {
    width: 100%;
    background-color: #e38120eb;
    font-size: 17px;
}
.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    background-color: #db7411a1;
    border-color: #ed9004;
    border-radius: 69px;
}
.Product-module__discount {
    top: 0;
    right: 0;
    background-color: #e38120a1;
    color: var(--font-color-700);
    padding: 3px 6px;
    border-radius: 0 0 0 2px;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background-color: #e38120eb;
    border-color: #ff0000d4;
    color: var(--font-color-700);
}
.LangSwitcher-module__currentLang {
    cursor: pointer;
    background-color: #e38120a1;
    padding: 10px;
    border-radius: 69px;
}
.boxFooter {
    background: #00000000;
    border-radius: 0 0 2px 2px;
}
.PlayerBalance-module__btn {
    text-transform: uppercase;
    cursor: pointer;
    background-color: #e38120a1;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: all .1s ease;
    border-radius: 69px;
}
.NavDropDown-module__list.NavDropDown-module__active {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
    pointer-events: all;
    background-color: #e38120a1;
    transition: opacity .1s ease, transform .1s ease, visibility 0s step-end;
}
:root[data-theme=red_black] {
    --accent-color-800: #ffa90b;
    --accent-color-900: #ffa012bf;
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;
    --bg-color-800: #202020;
    --bg-color-700: #282828;
    --bg-color-900: #1d1b1a;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}
:root {
    --default-font-size: 14px;
    --default-font-family: "Roboto";
    --safe-padding: 10px;
    --promocode-bg-color: #1d1b1af7;
    --accent-color-800: #cd422a;
    --accent-color-900: #af3723;
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;
    --bg-color-800: #202020;
    --bg-color-900: #1d1b1a;
    --bg-color-700: #282828;
    --monitoring-joining-color: #e77725;
    --monitoring-queue-color: #A8201A;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}
.PlayerBalanceModal-module__currency {
    height: 100%;
    padding: 0 10px;
    background: #945315;
    color: var(--font-color-700);
    line-height: 36px;
}
.Button-module__btn.Button-module__gray {
    color: var(--font-color-800);
    background-color: #945315;
    border-color: #ed9004;
    border-radius: 69px;
}
.Header-module__wrapper {
    background-color: #00000000;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.MonitoringServer-module__progressBarWrapper {
    margin-bottom: 6px;
    border-radius: 2px;
    position: relative;
    width: 100%;
    height: 20px;
    overflow: hidden;
    background-color: #995c20;
}
.Search-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: #d47a20;
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
}
.Product-module__wrapper {
    border-radius: -1.75rem;
    box-shadow: 0 10px 10px 0 rgb(255 129 0 / 5%);
    outline: 1px solid rgb(212 122 32);
    outline-offset: -1px;
}
.Search-module__wrapper {
    width: 100%;
    display: flex;
    height: 30px;
    border-radius: 68px;
    overflow: hidden;
    background: var(--bg-color-700);
    margin-top: 15px;
}
.Search-module__iconWrapper {
    height: 100%;
    padding: 0 20px;
    background: #d47a20;
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 69px;
}
.NavDropDown-module__link {
    text-transform: initial;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 8px 12px;
    color: var(--font-color-700);
    white-space: nowrap;
    border-radius: 5px;
    text-align: left;
    width: 100%;
    transition: all .2s ease;
    border-radius: 69px;
}
.MonitoringWidget-module__header {
    font-size: 17px;
    background-color: #e38120eb;
}
.boxBody {
    background: #1d1b1a00;
}
.Categories-module__category {
    padding: 10px 20px;
    border-radius: 44.25rem;
    box-shadow: 0 10px 10px 0 rgb(212 122 32 / 60%);
    outline: 1px solid rgb(212 122 32);
    outline-offset: -1px;
}
.ProductModal-module__header {
    font-size: 17px;
    background-color: #e38120eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.productModalGiveText {
    color: #bababa;
    display: block;
    text-align: center;
    font-weight: 500;
}
.ProductModal-module__command, .ProductModal-module__bp, .ProductModal-module__item, .ProductModal-module__dropdown, .PlayerBalance-module__modal {
    margin: 0;
    position: absolute;
    top: 50%;
    background-color: #282828;
    transform: translate(0, -50%) !important;
}
element.style {
    transform: none;
    background-color: #1f1f1f;
}
.RouletteContent-module__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1f1f1f;
}
.ModalLayout-module__positionWrapper {
    background-color: #e37b0f12;
}
.PlayerBalanceModal-module__header {
    font-size: 17px;
    display: flex;
    align-items: center;
    background-color: #e38120eb;
    justify-content: space-between;
}
.Product-module__wrapper {
    border-radius: -1.75rem;
    box-shadow: 0 10px 10px 0 rgb(255 129 0 / 5%);
    outline: 1px solid rgb(212 122 32);
    outline-offset: -1px;
}

.product {
    display: block;
    position: relative;
    background: hsla(0, 0%, 100%, .04);
    border-radius: 3px;
    margin: 12px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-backface-visibility: hidden;
}
.modal-group .tab_content .tab_content {
    border-radius: 18px;
    padding: 2px 28px;
    margin-bottom: 12px;
}
.kits-title {
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 800;
}
.modal-group .item {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: relative;
    padding: 1px;
    margin: 4px;
    background-size: 100%;
    border-radius: 10px;
}