@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic);
:root[data-theme=red_black] {
    --accent-color-800: #2f3863;
    --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-700: #282828;
    --bg-color-900: #1d1b1a;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}
::-webkit-scrollbar {
    display: none
}
* {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif
}

a {
    color: white;
}
.Toast-module__toast {
  background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf680 90%) !important;
}
body {
	background-image: url(https://i.postimg.cc/SKV09CgW/HARD-WAY.jpg);
  	text-align: center;
    background-repeat: no-repeat;
  	background-size: cover;
  	color: white;
    background-attachment: fixed
}

.Header-module__wrapper {
    font-weight: 1000;
    border-radius: 10px 10px;
    background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf680 90%) !important;
    box-shadow: 0 2px 30px #122069;
}
.PlayerMenuMobile-module__header {
    background: #472026;
}
@media screen and (max-width: 600px) {
.LangSwitcher-module__btn {
    width: 100%;
    background: #5e67a1;
}
.PlayerBalance-module__btn {
    width: 100%;
    background: #5e67a1;
}
}
.PlayerMenuMobile-module__profileLink, .PlayerMenuMobile-module__loginLink {
    border-radius: 2px;
    background: #5e67a1;
    text-align: center;
    width: 100%;
    padding: 10px;
}
.HeaderNav-module__link:Hover {
  color: white;
  background: #0a111f70;
  border-radius: 5px 5px 10px 1px;
}
.LangSwitcher-module__currentLang:Hover {
  background: #0a111f70;
  border-radius: 10px 10px 10px 1px;
}
.LangSwitcher-module__currentLang:Focus {
  background: #0a111f70;
  border-radius: 10px 10px 10px 1px;
}
.PlayerBalance-module__btn:Hover {
  border-radius: 10px 10px 10px 1px;
  background: #0a111f70;
}

.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
  border-radius: 10px 10px 10px 1px;
}

.PlayerMenu-module__profileLink:Hover {
  border-radius: 10px 10px 10px 1px;
  background: #0a111f70;
}

.PlayerBalanceModal-module__header {
  background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf680 90%) !important;
  border-radius: 20px 20px 1px 1px;
  justify-content: center;
}
.PlayerBalanceModal-module__currency {
    height: 100%;
    padding: 0 10px;
    background: #4d505ec4;
    color: var(--font-color-700);
    line-height: 36px;
}
.ProfileNav-module__header {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf624 90%) !important;
    border-radius: 10px 10px 15px 15px;
    margin-bottom: 3%;
}

.ProfileContent-module__infoWrapper {
    margin-bottom: 15px;
    border-radius: 10px 10px 10px 1px;
}
.ProfileContent-module__input {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 15px;
    background: linear-gradient(to top, #303039 10%, #0c142933 90%) !important;
    border-radius: 10px 10px 10px 10px;
}
.ProfileContent-module__header {
    display: flex;
    justify-content: flex-start;
    font-size: 17px;
    background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf624 90%) !important;
    justify-content: center;
}
.ProfileContent-module__box {
    background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf680 90%) !important;
    padding: 0 4px;
}
.HistoryContent-module__header {
    display: flex;
    justify-content: flex-start;
    font-size: 17px;
    background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf624 90%) !important;
    justify-content: center;
}
.BasketTable-module__tableData {
    width: 100%;
    position: relative;
    transition: all .15s ease;
    min-height: 140px;
    background: transparent;
}
.BasketContent-module__header {
    display: flex;
    justify-content: flex-start;
    font-size: 17px;
    background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf624 90%) !important;
    justify-content: center;
}
.BasketSearch-module__input {
    background: linear-gradient(to top, #303039 10%, #0c142933 90%) !important;
  	color: black;
}
.Selector-module__dropDownList {
    width: 100%;
    position: absolute;
   	background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf680 90%) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    padding: 8px;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 60;
}
.Selector-module__dropDownCurrentItem {
    width: 100%;
    background: linear-gradient(to top, #303039 10%, #0c142933 90%) !important;
    cursor: pointer;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    white-space: nowrap;
    font-size: 15px;
    outline: 1px solid transparent;
    transition: all .1s ease;
}
.Selector-module__dropDownItem:hover, .Selector-module__dropDownItem:focus, .Selector-module__dropDownItem.Selector-module__active {
    width: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 8px 12px;
    color: var(--font-color-700);
    text-align: left;
    transition: all .2s ease;
  	background: #0a111f70;
  	border-radius: 10px 10px 10px 10px;
}
.BasketSearch-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: #404043b3;
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
}
.BasketTable-module__tableHeader {
    color: white;
  	background: transparent;
  	border-radius: 10px 10px 10px 10px;
}
.BasketTable-module__tableTitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.BasketTable-module__tableLine:nth-child(2n-1) {
  background: transparent;
}
.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    cursor: pointer;
    color: #ffffff;
    transition: all .15s ease;
}
.ProfileNav-module__navItem {
    cursor: pointer;
    background: #4d505ec4;
    border-radius: 2px;
    padding: 10px 15px;
    color: #ffffff;
    transition: all .15s ease;
  	border-radius: 10px 10px 10px 10px;
}
.Pagination-module__page:hover, .Pagination-module__page.Pagination-module__active, .Pagination-module__page:focus {
    color: #ffffff;
}
.HistoryTable-module__tableHeader {
    color: white;
  	background: transparent;
}
.HistoryTable-module__tableTitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.HistoryTable-module__tableLine:nth-child(2n-1) {
  background: transparent;
}
.HistoryTable-module__tableLine, .HistoryTable-module__tableHeader {
    display: grid;
    grid-template-columns: 1fr 200px 130px;
    gap: 10px;
    align-items: center;
    padding: 14px 12px;
    background: transparent;
}
.HistorySearch-module__input {
    font-size: 15px;
    width: 100%;
    padding: 0 10px;
    color: black;
    background: linear-gradient(to top, #303039 10%, #0c142933 90%) !important;
}
.HistorySearch-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: #404043b3;
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
}
.Search-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: #404043b3;
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ProfileNav-module__navItem:Hover {
    cursor: pointer;
    background: #0a111f70;
    border-radius: 2px;
    padding: 10px 15px;
    color: #ffffff;
    transition: all .15s ease;
  	box-shadow: 0 1px 10px #5f639a;
  	transform: scale(1.05);
    transition: all .4s;

}
.ProfileNav-module__navItem:focus {
    color: var(--font-color-800);
    background: #2f3863;
  	border-radius: 10px 10px 10px 10px;
}
.ProfileNav-module__navItem.ProfileNav-module__active {
    color: var(--font-color-800);
    background: #2f3863;
  	border-radius: 10px 10px 10px 10px;
}
.LangSwitcher-module__list {
    margin-top: 0;
    background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf680 90%) !important;
    border-radius: 10px 15px;
}
.LangSwitcher-module__lang:Hover {
    width: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 8px 12px;
    color: white;
    white-space: nowrap;
    border-radius: 5px;
    text-align: left;
    transition: all .2s ease;
    background: #0a111f70;
  	border-radius: 10px 10px 15px 1px;
}
.Shop-module__header {
    position: relative;
    background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf680 90%) !important;
    border-radius: 20px 20px 1px 1px;
}
.MonitoringWidget-module__header {
    position: relative;
    background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf680 90%) !important;
    border-radius: 20px 20px 1px 1px;
    box-shadow: 0 25px 30px #122069;
}
.boxBody:last-child {
   border-radius: 1px 1px 20px 20px;
}
.boxBody {
    position: relative;
    background: linear-gradient(to top, #8f8f8f1f 10%, #c2cdf636 90%) !important;
    box-shadow: 0 25px 30px #122069;
}
.boxFooter {
    position: relative;
    background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf680 90%) !important;
    border-radius: 1px 1px 20px 20px;
}
.Button-module__btn.Button-module__accent {
    background: #0a111f70;
  	border-color: #0a111f70;
    border-radius: 15px 15px;
    box-shadow: 0 1px 30px #000000;
}
.Button-module__btn.Button-module__accent:hover {
	border-color: #434343;
  	background: #2f3863;
  	border-radius: 15px 15px;
}
.Button-module__btn.Button-module__accent:focus {
	border-color: #434343;
}
.Categories-module__category.Categories-module__active {
  background: #0412357a;
  border-radius: 15px 15px;
  color: #ffffff;
}
.Categories-module__category {
  background: #0a111f70;
  border-radius: 15px 15px;
  color: #ffffff;
}

.Categories-module__category:Hover {
  background: #2f3863;
  border-radius: 15px 15px;
  color: #ffffff;
}
.Search-module__wrapper {
  background: linear-gradient(to top, #303039 10%, #0c142933 90%) !important;
  border-radius: 15px 15px;
  color: #ffffff;
}
.Product-module__wrapper {
    background: #00000029;
    margin: 7px;
    border-radius: 5px 10px 10px 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    cursor: pointer;
    overflow: hidden;
    transform: scale(1);
    transition: all .4s;
    -webkit-backface-visibility: hidden;
}
.Product-module__wrapper:hover {
	transform: scale(1.1);
  	box-shadow: 0 1px 20px #2f3863;
}
.Product-module__price {
    top: 0;
    left: 0;
    background-color: rgb(83 82 82);
    padding: 3px 6px;
    border-radius: 0 0 2px;
    display: flex;
    align-items: center;
    border-radius: 1px 15px 15px 1px;
}
.Product-module__discount {
    top: 0;
    right: 0;
    background-color: rgb(83 82 82);
    padding: 3px 6px;
    border-radius: 0 0 2px;
    display: flex;
    align-items: center;
    border-radius: 15px 1px 1px 15px;
}
.ShopFooter-module__link {
    font-size: 11px;
    padding: 2px 4px;
    color: #ffffff;
    text-align: center;
    transition: all .1s ease;
}
.DesktopCopyright-module__wrapper {
    background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf680 90%) !important;
  	border-radius: 15px 15px;
  	color: #ffffff;
}
.DesktopCopyright-module__link {
    white-space: nowrap;
    margin-left: 5px;
    color: #5e67a1;
}

.ProductModal-module__header {
    background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf680 90%) !important;
    border-radius: 20px 20px 1px 1px;
    box-shadow: 0 1px 30px #000000;
  	justify-content: center;
}

.Button-module__btn.Button-module__gray {
    background: linear-gradient(to left, #1c1c1c 0%, #313131 100%) !important;
    border-radius: 15px 15px;
}
.Button-module__btn.Button-module__gray:hover {
   box-shadow: 0 1px 30px #ff0000;
}
.productModalGiveText {
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight: 500;
}
.productModalContainsItem {
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(to top, #1010105c 10%, #d1d1d163 90%) !important;
    border-radius: 15px 15px;
}
.RouletteContent-module__rouletteItem {
    border-radius: 2px;
    overflow: hidden;
    background: #51597661;
    padding: 8px;
}
.RouletteContent-module__lineWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #2020200d;
    display: flex;
    height: 290px;
    align-items: center;
}
.TotalSum-module__currency {
    height: 100%;
    padding: 0 10px;
    background: #4d505ec4;
    color: var(--font-color-700);
    line-height: 36px;
}

.KitContent-module__containsItem {
    border-radius: 10px 5px 5px 10px;
    background-color: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    background: #37373745;
  	box-shadow: 0 1px 20px #000000;
}

.KitContent-module__itemName {
    padding: 8px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    color: var(--font-color-800);
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgb(0 0 0 / 16%);
    text-align: center;
}
.KitContent-module__itemCount {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 6px;
    color: #ffffff;
    text-align: start;
    border-radius: 1px 1px 10px 1px;
}
.productModalDescription {
    background: linear-gradient(to top, #8f8f8f3d 10%, #c2cdf624 90%) !important;
  	border-radius: 10px 10px 15px 1px;
}
.productModalItemCount {
    color: #ffffff;
    text-align: start;
}
.block-item-time {
    width: 90%;
    height: 30px;
    background-color: #ffffff;
    border-radius: 5px 15px 5px 15px;
    padding-top: 5px;
    margin-left: 9px;
    margin-bottom: 10px;
    text-align: center;
}

.xrules {
    background-color: #252525;
    width: 100%;
    border-radius: 15px;
}

h4 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
p {
    text-align: center;
}
.block-item {
  width: 100px;
  border-radius: 5px 15px 5px 15px;
  margin-bottom: 10px;
  margin-left: 6px;
  background-color: #272727;
  transition: all 0.2s ease-out;
}
.block-item-image {
  transition: all 0.2s ease-out;
  width: 100%;
  padding: 10px;
}
.block-item:hover {
    transform: scale(1.04) rotate(-5deg);
    transition: all 0.3s;
	box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.1);
}
.block-item-category {
  width: 10%;
  height: 10%;
  display: inline-table;
}
.block-item-time {
  width: 90%;
  height: 30px;
  background-color: #272727;
  border-radius: 5px 15px 5px 15px;
  padding-top: 5px;
  margin-left: 9px;
  margin-bottom: 10px;
}

.KitsImgButton {
    width: 90%;
    background-color: #272727;
    border-radius: 5px 15px 5px 15px;
    padding-top: 5px;
    margin-left: 9px;
    margin-bottom: 10px;
}

.kits-item-category {
    width: 100%;
    height: 100%;
    display: flex;
}

.kitsback {
    width: 90%;
    height: 30px;
    background-color: #272727;
    border-radius: 5px 15px 5px 15px;
    padding-top: 5px;
    margin-left: 5%;
    margin-bottom: 10px;
}

img.Kitsbutton {
    display: block;
    width: 100%;
    height: 100%;
}

.Page-module__pageContent a {
    color: #ffffff;
    cursor: pointer;
    transition: all .15s ease;
}

.xbox_VK {
  	position: relative;
    background: linear-gradient(to top, #8f8f8f1f 10%, #c2cdf636 90%) !important;
    margin-bottom: 20px;
    border-radius: 20px 55px;
    box-shadow: 0 1px 15px #000;
    -webkit-transform: scale(1.0,1.0);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
}

.xbox_button_left {
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
    width: 70px;
    height: 60px;
    cursor: pointer;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
}

.xbox_button_left:Hover {
    border-radius: 5px;
    margin-top: 5px;
  	background: #0a111f70;
    display: inline-block;
    width: 70px;
    height: 60px;
    cursor: pointer;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
}

.xbox_button_right {
    margin-left: calc(9% - 2px);
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
    width: 70px;
    height: 60px;
    cursor: pointer;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
}

.xbox_button_right:Hover {
    margin-left: calc(9% - 2px);
    border-radius: 5px;
    margin-top: 5px;
  	background: #0a111f70;
    display: inline-block;
    width: 70px;
    height: 60px;
    cursor: pointer;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
}

#xbox_button {
    display: block;
    margin: 10px auto 25px;
    width: 50px;
    height: 50px;
}