/*
Шаблон: New
Стиль сайта: Red Black
*/
body {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    background-color: #232323;
    color: var(--font-color-800);
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    font-size: var(--default-font-size);
}
.Banner-module__img {
    display: none;
}
:root[data-theme=red_black] {
    --accent-color-800: #8e6874;
    --accent-color-900: #FF2F54;
    --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);
}
.MonitoringServer-module__name {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

.Header-module__wrapper {
    background-color: #1b1b1b;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 60px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0px 0px 15px 15px;
}
.Categories-module__categories {
    display: flex;
    width: 100%;
    justify-content: initial;
    flex-wrap: wrap;
    margin: -5px;
    font-size: 13px;
}
.container {
    padding: 0 var(--safe-padding);
    margin: 0 auto;
}
.xbox__header {
  	background: #282828;
    padding: 15px;
  	border-radius: 15px 15px 0px 0px;
  	border-top: solid 2px #313131;
    border-left: solid 2px #313131;
    border-right: solid 2px #313131;
}
.xbox__body {
	padding: 10px;
    background: #1d1b1a; 
  	border-radius: 0px 0px 15px 15px;
  	border-bottom: solid 2px #313131;
    border-left: solid 2px #313131;
    border-right: solid 2px #313131;
}

h4 {
	font-size: 17px;
  	font-weight: 400;
}

.boxHeader {
  	background: #282828;
    padding: 15px;
  	border-radius: 15px 15px 0px 0px;
  	border-top: solid 2px #313131;
    border-left: solid 2px #313131;
    border-right: solid 2px #313131;
}
.boxBody{
  	padding: 15px;
    background: #1d1b1a; 
  	border-radius: 0px 0px 0px 0px;
    border-left: solid 5px #313131;
    border-right: solid 2px #313131;
}
.boxFooter {
    background: #282828;
    border-radius: 0px 0px 15px 15px;
  	border-bottom: solid 2px #313131;
    border-left: solid 2px #313131;
    border-right: solid 2px #313131;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
 border-radius: 10px; 
}
.Categories-module__category {
 	border-radius: 10px;
    border: #313131 solid 1px; 
}
.Button-module__btn.Button-module__gray {
    color: var(--font-color-800);
    background-color: #373737;
    border-color: #494949;
    border-radius: 10px;
}
.Button-module__btn.Button-module__gray:hover, .Button-module__btn.Button-module__gray:focus {
    background-color: #434343;
}
.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    background-color: var(--accent-color-800);
    border-color: var(--accent-color-800);
    border-radius: 10px;
}
.Button-module__btn.Button-module__accent:hover, .Button-module__btn.Button-module__accent:focus {
    background-color: #ad1e37;
    border-color: var(--accent-color-900);
}
.Search-module__wrapper {
    width: 100%;
    display: flex;
    height: 34px;
    border-radius: 15px;
    overflow: hidden;
    background: var(--bg-color-700);
    margin-top: 15px;
}
.Product-module__wrapper {
    background: var(--bg-color-700);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
  	background-image: radial-gradient(#772937 0%, transparent 70%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 20% 120%;
  	border: solid 1px #3b3b3b7a;
}
.Product-module__price {
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 29%);
    padding: 10px 10px;
    border-radius: 0 0 15px;
    display: flex;
    align-items: center;
}
.Product-module__discount {
    top: 0;
    right: 0;
    background-color: var(--accent-color-800);
    color: var(--font-color-700);
    padding: 10px 10px;
    border-radius: 0 0 0 15px;
}
.productModalContainsItem {
    border-radius: 10px;
    background-color: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    border: solid 1px #3f3f3f;
}
.productModalDescription {
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    background-color: var(--bg-color-700);
    border-radius: 10px;
    border: dashed 1px #424242;
}
.RouletteContent-module__rouletteItem {
    border-radius: 15px;
    overflow: hidden;
    background: var(--bg-color-700);
    padding: 8px;
}

.Products-module__wrapper {
    margin-top: 15px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    gap: 15px;
}



.social-box {
    text-align: center;
    display: grid;
    line-height: 2rem;
  	margin-top: 20px;
  	margin-left: 10px;
    margin-right: 10px;
}
.vkontakte {
    background: #2c3547;
    border: 2px solid #3c4861;
    box-shadow: 0 10px 20px 0 rgba(0,98,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
  	padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}
.vkontakte:hover {
    background: #202735;
    border: 2px solid #3c4861;
    box-shadow: 0 10px 20px 0 rgba(0,98,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}
.discord {
    background: #2c3e47;
    border: 2px solid #3c5661;
    box-shadow: 0 10px 20px 0 rgba(0,200,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
  	padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}
.discord:hover {
    background: #203035;
    border: 2px solid #3c5661;
    box-shadow: 0 10px 20px 0 rgba(0,200,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
  	padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}


.socicon {
    vertical-align: sub;
    margin-right: 7px;
}

.info {
    font-size: 11px;
    color: #999;
    line-height: 1.5;
  	margin-bottom: 10px;
}

.info-links {
    font-size: 12px;
    display: grid;
    line-height: 1.8;
}

.info-links a {
    font-size: 12px;
    display: grid;
    line-height: 1.8;
  	transition: 0.3s;
}
.info-links a:hover {
  	color: #ff2f54;
    font-size: 12px;
    display: grid;
    line-height: 1.8;
    transition: 0.3s;
}

@keyframes gradient {
  	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.bonus {
    width: 50%;
    background: linear-gradient(40deg, #8e6874, #8e6874, #8e6874, #8e6874);
    color: #fff;
    animation: gradient 3s ease infinite;
    background-size: 400% 400%;
    border-radius: 0px 10px 10px 0px;
}
/*//////////////////*/
/*Шапка банер*/
.header-image {
    width: 100%;
    display: none; /*удалить эту строчку, чтобы отобразить*/
}
/*скидки*/
.product__discount {
    background: #760323;
    color: #ffffff;
    padding: 4px 10px 4px 6px;
    border-radius: 0px 0px 0px 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    text-shadow: 1px 1px 1px #000;
    font-weight: 800;
  	/*display: none;*/
}
.line-through {
    text-decoration: line-through;
    margin-right: 5px;
}
/*меню сайта*/

/*Слил psxmn*/