/*
Шаблон: New
Стиль сайта: Red Black
*/
body {
    background-image: url(https://i.ibb.co/HDG2SCt/9092861a6061c4d685ce60e967ae6d05.png);
    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);ccc
}
.Banner-module__img {
    display: none;
}
:root[data-theme=red_black] {
    --accent-color-800: #FF2F54;
    --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);
}
.Header-module__logo {
    font-size: 0px;
    text-transform: none;
    background: url(https://i.ibb.co/qny4fWc/123.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 35px;
}

.MonitoringServer-module__name {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

.Header-module__wrapper {
    background-color: #1d1b1ac7;
    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: #1d1b1ac7;
	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: #1d1b1ac7;
  	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: #1d1b1ac7;
  	border-radius: 0px 0px 0px 0px;
  	border-left: solid 5px #313131;
  	border-right: solid 2px #313131;
}
.boxFooter {
    background: #1d1b1ac7;
    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: #1d1b1ac7;
    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;
}
.telegram {
    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;
}
.telegram: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;
}
.youtube {
    background: #472c2c;
    border: 2px solid #613c3c;
    box-shadow: 0 10px 20px 0 rgba(255,0,0,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
  	padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}
.youtube:hover {
    background: #352020;
    border: 2px solid #613c3c;
    box-shadow: 0 10px 20px 0 rgba(255,0,0,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
  	padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}
.twitch {
    background: #3c2c47;
    border: 2px solid #523c61;
    box-shadow: 0 10px 20px 0 rgba(145,0,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
  	padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}
.twitch:hover {
    background: #312035;
    border: 2px solid #523c61;
    box-shadow: 0 10px 20px 0 rgba(145,0,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, #9d1a32, #f94161, #c12743, #a91f38);
    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;
}
/*меню сайта*/
.Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
    background-color: #ff2f54;
}
.Servers-module__server {
    color: #fff;
}
.serverInfo:nth-child(2n-1) {
    background-color: #252525
}

.serverInfo {
    display: flex;
    height: 50px;
    padding: 15px;
    align-items: center;
    border-radius: 5px
}

.serverInfo:nth-child(2n-1):hover {
    background-color: rgb(49 49 49)
}

.servernamewipe {
    width: 40%;
    display: flex
}

span.date-color {
    color: #ff2f54;
    font-weight: 600
}

.wipedata {
    position: relative;
    top: -548px;
    right: -171px;
    border-bottom: 1px dashed #818181;
    color: #b3b3b3;
    font-size: 13px;
    transition: .3s
}

.wipedata:hover {
    border-bottom: 1px dashed #595959;
    color: #8d8d8d;
    transition: .3s
}

.globalwipeinfo {
    padding-top: 20px;
    background: #353535;
    padding-bottom: 20px;
    border: 2px solid #414141;
    border-radius: 5px
}

.ModalLayout-module__wrapper {
    background-color: rgb(0 0 0 / 63%);
    backdrop-filter: blur(10px);
}
.ModalLayout-module__wrapper {
animation-delay:0.10s;
}
.Product-module__wrapper:hover {
box-shadow:0 0 40px 0 #de0b0b;
transform:scale(1.07)
}
.Product-module__wrapper {
    transition: all .2s;
}
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('https://files.facepunch.com/paddy/20210324/rust_site2021_hero_v001.mp4') no-repeat center center/cover;
    animation: play 10s linear infinite;
}

@keyframes play {
    from {
        background-position: top left;
    }
    to {
        background-position: bottom right;
    }
  
}