/*
Версия: V2.2.6
Авторы: © TopPlugin.ru (alone_sempai)
*/

@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

.Banner-module__img {
    display: none;
}

.LangSwitcher-module__wrapper {
    position: relative;
    display: none;
}

.HeaderNav-module__link {
    cursor: pointer;
    padding: 10px;
    transition: all .1s ease;
    background: rgb(49 49 49 / 90%);
    border-radius: 5px;
    color: #9a9a9a;
  	font-size: 13px;
  	font-family: "Unbounded", sans-serif;
  	font-weight: 400;
    text-transform: none;
}

.HeaderNav-module__link:hover, .HeaderNav-module__link:focus {
    color: #e7e7e7;
    background: rgb(57 57 57);
    border-radius: 5px;
}

.SupportLink-module__link {
	display: none;
}

.Search-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: #292929;
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
}

  .Widgets-module__wrapper.Widgets-module__rightSide {
    margin-right: 0;
    margin-left: 8px;
}
  
  .productModalDescription {
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    background-color: rgb(0 0 0 / 0%);
    border-radius: 5px;
    border: dashed 1px rgb(0 0 0 / 0%);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 2fr));
    gap: 10px;
    width: 100%;
}

.productModalDescription .container-oplata {
    background: linear-gradient(90deg, #353535, #353535);
    border-radius: 12px;
    cursor: pointer;
    display: -webkit-inline-box;
    height: 50px;
    margin-bottom: 5px;
    padding: 5px;
    right: -21110px;
    text-align: initial;
    transition: 0.3s;
    width: 100%;
  	color: #bdbdbd;
}

.productModalDescription .container-oplata:hover {
    background: linear-gradient(90deg, #353535, #535353);
  	background-size: 100% 400%;
    border-radius: 12px;
    cursor: pointer;
    display: -webkit-inline-box;
    height: 50px;
    margin-bottom: 5px;
    padding: 5px;
    right: -21110px;
    text-align: initial;
    width: 100%;
  	color: #fff;
    transition: 0.3s;
}

.productModalDescription .icon-user-oplata {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    border-radius: 0;
    flex: 0 0 auto;
    height: 30px !important;
    margin: 5px;
    margin-right: 10px !important;
    width: 30px !important;
}

.productModalDescription .textContainer-oplata {
    -ms-flex: 1;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
}

.Product-module__name {
    z-index: 6;
    transition: all .2s ease;
  	transform: translateY(0%);
    width: 100%;
    padding: 10px 8px;
    bottom: 0;
    left: 0;
    background: linear-gradient(1deg, #151515, transparent);
    font-size: 12px;
}

@media screen and (max-width: 1160px) {
    .Products-module__wrapper.Products-module__grid2, .Products-module__wrapper.Products-module__grid3, .Products-module__wrapper.Products-module__grid4, .Products-module__wrapper.Products-module__grid5, .Products-module__wrapper.Products-module__grid6 {
        grid-template-columns: repeat(auto-fill, minmax(150px, 2fr));
    }
}

.productModalImg {
    max-width: 150px;
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
}

body {
    /* background: #292929; */
  	background-size: cover !important;
    background: url(https://i.ibb.co/x6c2yhR/45906804564805056840.jpg) no-repeat center center fixed;
    background-position: 50%;
}

body:after {
    background-image: url(https://i.ibb.co/QFyK7vC/rustnoiser.png);
    content: " ";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    pointer-events: none;
    opacity: .5;
}

.rustage-monitoring {
    background: #242424 url(https://i.ibb.co/syCVnDx/server-red-banner.png) 50% / cover !important;
    border: solid 2px #3d3d3d;
    border-radius: 5px;
    width: 100%;
    height: 160px;
}

.rustage-monitoring-green {
    background: #242424 url(https://i.ibb.co/t2H0JmF/server-green-banner.png) 50% / cover !important;
    border: solid 2px #3d3d3d;
    border-radius: 5px;
    width: 100%;
    height: 160px;
}

.rustage-monitoring-header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
  	gap: 0.5rem;
  	margin-left: 15px;
    margin-top: 5px;
}

.rustage-monitoring-image{
	background-image: url(https://i.ibb.co/4fFNnn7/638514067744019404.png);
  	background-position: center;
    background-size: contain;
  	width: 25px;
    height: 25px;
}

.rustage-monitoring-image-green{
	background-image: url(https://i.ibb.co/g7Bfxsy/638514068030602030.png);
  	background-position: center;
    background-size: contain;
  	width: 25px;
    height: 25px;
}

.rustage-monitoring-title{
    font-size: 12px;
    font-weight: 400;
  	font-family: "Unbounded", sans-serif;
}

.pulse-online {
    margin-top: 0px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #45f138;
  	animation: animate_pulse 2s infinite;
}

.pulse-offline {
	margin-top:0px;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #f13838;
  	animation: animate_pulse 2s infinite;
}

@keyframes animate_pulse {
	0% {
		box-shadow: 0 0 0 0 rgb(69 241 56 / 60%);
	}
	70% {
		box-shadow: 0 0 0 7px rgba(228, 25, 49, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(228, 25, 49, 0);
	}
}

.rustage-monitoring-online {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10px;
  	gap: 0.5rem;
  	margin-left: 15px;
    margin-top: 10px;
}
.rustage-monitoring-users{
    background-image: url(https://i.ibb.co/9ytfBvG/users.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.image-shadow {
    position: absolute;
    top: 15%;
    left: 5%;
    right: 5%;
    height: 90%;
    background-size: 200% 80%;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-radius: inherit;
    -webkit-filter: blur(25px);
    filter: blur(25px);
}

.rustage-monitoring-wipe {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10px;
  	gap: 0.5rem;
  	margin-left: 15px;
    margin-top: 20px;
}

.rustage-monitoring-wimage{
    background-image: url(https://i.ibb.co/Rvsqvtq/wipe.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.connect {
    margin-top: 18px;
    margin-left: 15px;
  	margin-right: 15px;
}

.copybtn {
    font-size: 13px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
  	text-align: center;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    background: #4f4f4f;
    border-color: transparent;
    color: #ffffff !important;
  	transition:0.3s;
}

.copybtn:hover {
    font-size: 13px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    background: #6f6f6f;
    border-color: transparent;
    color: #ffffff !important;
  	transition:0.3s;
}

.discord {
    background: url(https://i.ibb.co/9p4QsmH/638514068823343121.png) no-repeat 70px 100% / cover,linear-gradient(328deg,#212121,#2e2e2e)!important;
    border: solid 2px #3d3d3d;
    border-radius: 5px;
    width: 100%;
    height: 190px;
}

.discord-header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
  	gap: 0.5rem;
  	margin-left: 15px;
    margin-top: 5px;
}
.discord-image{
	background-image: url(https://i.ibb.co/P6npFGD/discord-icon.png);
  	background-position: center;
    background-size: contain;
  	width: 25px;
    height: 25px;
  	background-repeat: no-repeat;
}

.discord-title{
    font-size: 15px;
    font-weight: 400;
  	font-family: "Unbounded", sans-serif;
}

.discord-desc {
  	margin-left: 15px;
    margin-top: 5px;
}

.discord_btn {
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    background: #445ded;
    border-color: transparent;
    color: #ffffff !important;
    transition: 0.3s;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    text-align: center;
  	box-shadow: 0 0 20px 0px #253489;
}

.discord_btn:hover {
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    background: #3f51b1;
    border-color: transparent;
    color: #ffffff !important;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 0 10px 0px #253489;
}
.discord-connect {
    margin-top: 18px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-start;
}
.memberCount {
    background: #393939;
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
  	font-size: 13px;
}
.presenceCount {
    background: #393939;
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
  	font-size: 13px;
}
#serveronline-red {
    background: #393939;
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
  	font-size: 13px;
}
#serveronline-green {
    background: #393939;
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
  	font-size: 13px;
}
.rustage-monitoring-info {
    background: #393939;
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
  	font-size: 13px;
}
.rustage-socials {
    width: 100%;
    height: 50px;
}

.rustage-socials-grid{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
  	gap: 0.5rem;
}

.rustage-socials-vk{
  	background: #2e2e2e!important;
  	border: solid 2px #3d3d3d;
    border-radius: 5px;
  	cursor: pointer;
  	transition:0.3s all;
}

.rustage-socials-vk:hover{
  	background: #0077FF!important;
  	border: solid 2px #0077FF;
    border-radius: 5px;
  	cursor: pointer;
}

.rustage-socials-vk img {
    width: 127px;
    padding: 10px 10px 5px 10px;
}

.rustage-socials-telegram{
  	background: #2e2e2e!important;
  	border: solid 2px #3d3d3d;
    border-radius: 5px;
  	cursor: pointer;
  	transition:0.3s all;
}
.rustage-socials-telegram:hover{
  	background: #24A1DE!important;
  	border: solid 2px #24A1DE;
    border-radius: 5px;
  	cursor: pointer;
}
.rustage-socials-telegram img {
    width: 120px;
    padding: 10px 10px 5px 10px;
}

.rustage-bonuses {
    background: linear-gradient(328deg,#212121,#2e2e2e);
    border: solid 2px #3d3d3d;
    border-radius: 5px;
    width: 100%;
    height: 230px;
}

.rustage-bonuses-header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
  	gap: 0.5rem;
  	padding-left: 20px;
    margin-top: 5px;
}

.support_btn {
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    background: #3f3f3f;
    border-color: transparent;
    color: #ffffff !important;
    transition: 0.3s;
    cursor: pointer;
  	margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    text-align: center;
}

.support_btn:hover {
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    background: #FF2F54;
    border-color: transparent;
    color: #ffffff !important;
    transition: 0.3s;
    cursor: pointer;
}

.ticket_btn {
    width: 200px;
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    background: #445ded;
    border-color: transparent;
    color: #ffffff !important;
    transition: 0.3s all;
    cursor: pointer;
    margin-left: 0px;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px 0px #253489;
}

.ticket_btn:hover {
    background: #3f51b1;
    border-color: transparent;
    color: #ffffff !important;
    cursor: pointer;
    box-shadow: 0 0 10px 0px #253489;
}

  .xbox__header {
    background: #212121;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
    border-top: solid 2px #3b3b3b;
    border-left: solid 2px #3b3b3b;
    border-right: solid 2px #3b3b3b;
}
.xbox__body {
    padding: 10px;
    background: rgb(30 30 30 / 90%); 
    border-radius: 0px 0px 5px 5px;
    border-bottom: solid 2px #3b3b3b;
    border-left: solid 2px #3b3b3b;
    border-right: solid 2px #3b3b3b;
}
.xbox_bonus {
	font-size: 14px;
  	width: 100%;
  	text-align: center;
  	color: #d0cbcb;
  	line-height: 2.5;
  	font-family: "Unbounded", sans-serif;
  	padding-left: 15px;
    padding-right: 15px;
}
.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: all .1s ease;
    background: rgb(28 28 28 / 50%);
}

h4 {
    font-size: 14px;
    font-weight: 400;
  	font-family: "Unbounded", sans-serif;
}

h2 {
    font-size: 14px;
    font-weight: 400;
  	font-family: "Unbounded", sans-serif;
}

h3 {
    font-size: 14px;
    font-weight: 400;
  	font-family: "Unbounded", sans-serif;
}

h1 {
    font-size: 14px;
    font-weight: 400;
  	font-family: "Unbounded", sans-serif;
}

.Widgets-module__widgetWrapper+.Widgets-module__widgetWrapper {
    margin-top: 15px;
}

.boxHeader {
    background: #212121;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
    border-top: solid 2px #3b3b3b;
    border-left: solid 2px #3b3b3b;
    border-right: solid 2px #3b3b3b;
  	font-family: "Unbounded", sans-serif;
}
.boxBody{
    padding: 15px;
    background: rgb(30 30 30); 
    border-radius: 0px 0px 0px 0px;
    border-left: solid 2px #3b3b3b;
    border-right: solid 2px #3b3b3b;
}
.boxFooter {
    background: #282828;
    border-radius: 0px 0px 5px 5px;
    border-bottom: solid 2px #3b3b3b;
    border-left: solid 2px #3b3b3b;
    border-right: solid 2px #3b3b3b;
}
.Button-module__btn.Button-module__gray {
    color: var(--font-color-800);
    background-color: #373737;
    border-color: #494949;
    border-radius: 5px;
}
.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: 5px;
}
.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: 40px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--bg-color-700);
    margin-top: 0px;
}
.Product-module__wrapper {
    background: var(--bg-color-700);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
    background-image: radial-gradient(#6e6e6e 0%, transparent 70%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 20% 120%;
    border: solid 1px #3b3b3b7a;
  	transition: 0.3s all;
}
.Product-module__wrapper:hover {
  	transform: translate3d(0px, -5px, 0px);
}

.productModalGiveText {
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    background: rgb(207 39 69 / 40%);
    border: solid 1px #9d2d41;
    border-radius: 5px;
    font-family: "Unbounded", sans-serif;
    padding: 10px;
}

.Product-module__price {
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 30%);
    padding: 5px 5px;
    border-radius: 0 0 5px;
    display: flex;
    align-items: center;
}
.Product-module__discount {
    top: 0;
    right: 0;
    background-color: #df2f52;
    color: var(--font-color-700);
    padding: 5px 3px;
    border-radius: 0 0 0 5px;
}
.productModalContainsItem {
    border-radius: 5px;
    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: 5px;
    border: dashed 1px #424242;
}
.RouletteContent-module__rouletteItem {
    border-radius: 5px;
    overflow: hidden;
    background: var(--bg-color-700);
    padding: 8px;
}


  :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/FVY8P7D/AVA6.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 30px;
}
.Header-module__wrapper {
    background-color: rgb(0,0,0,0);
    margin-bottom: 20px;
    padding: 0 0px;
    min-height: 70px;
    font-weight: 500;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.socials {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
  
.socials-filter {
    filter: grayscale(1);
  	transition: 0.3s;
    opacity: 0.8;
}
  
.socials-filter:hover {
	transition: 0.3s;
  	filter: none;
  	opacity: 1;
}

.disclaimer {
    font-size: 12px;
    text-align: center;
    color: #535353;
}

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

.back_buttons {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.btn-backsite {
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 1.2em 1.5em;
    background: #eb2d4e;
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0px 5px 20px 0px rgba(190,45,71,0.60);
    width: 75%;
  	transition: 0.3s;
}

.btn-backsite:hover {
    box-shadow: 0px 5px 20px 0px #e33655;
    background: #d63e59;
    border-color: transparent;
    color: #ffffff !important;
  	width: 75%;
  	transition: 0.3s;
}

@keyframes blick {
  0% {
    transform: translate(-100%, -25%) rotate(10deg);
  }
  20% {
    transform: translate(100%, -25%) rotate(10deg);
  }
  100% {
    transform: translate(100%, -25%) rotate(10deg);
  }
}

.value {
    font-family: "Unbounded", sans-serif;
  	font-weight: 400;
  	font-size: 12px;
}

.bonus {
    width: 50%;
    background: linear-gradient(40deg, #9d1a32, #f94161, #c12743, #a91f38);
    color: #fff;
    background-size: 400% 400%;
    border-radius: 0px 5px 5px 0px;
    position: relative;
    overflow: hidden;
  	font-family: "Unbounded", sans-serif;
  	font-weight: 400;
  	font-size: 12px;
}
.bonus:before {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0; left: 0;
  opacity: 0.4;
  filter: blur(10px);
  background: linear-gradient(to left,transparent 0%,#fff 30%,#fff 60%,transparent 100%);
  transform: translate(-100%, -25%) rotate(10deg);
  animation: blick 4s infinite;
}

.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: -213px;
    right: -171px;
    border-bottom: 1px dashed #818181;
    color: #b3b3b3;
    font-size: 13px;
    transition: 0.3s;
}

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

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

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(18 18 18 / 83%);
    z-index: 400;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

.modal:target {
    opacity: 1;
    pointer-events: auto; 
    overflow-y: auto;
}


.modal-dialog {
    position: relative;
    width: 600px;
    margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 600px;
      margin: 30px auto;
  }
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #2b2b2b;
    background-image: url(https://i.ibb.co/bmNhq9b/modalbg.png);
    background-position: right;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #414141;
    border-radius: 5px;
    outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 2px solid #414141;
}
.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}

.close {
    float: right;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
  	cursor: pointer;
    text-decoration: none;
  	background: #333333;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
  	transition: 0.3s all;
}

.close:focus, .close:hover {
    color: #bdbdbd;
    text-decoration: none;
    cursor: pointer;
  	color: #ffffff;
	background: #ff294d;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
}

.modal-body {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
    overflow: auto;
  	line-height: 1.5rem;
}

@media (min-width: 768px){
.Categories-module__categories {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    width: auto;
    align-content: center;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    position: absolute;
    transform: translateX(-175px) rotate(360deg) translateY(0px);
    background: rgb(30 30 30 / 90%);
    padding: 5px 5px 10px 5px;
    border-radius: 5px;
    border: 2px solid #3b3b3b;
    flex-wrap: wrap;
    top: 100px;
}
.container {
    width: 75%;
    max-width: 1280px;
    min-width: 768px;
    padding: 0 var(--safe-padding);
    /*margin: 0 auto;*/
}

  .Index-module__wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}
  
@media (max-width: 768px){
.PlayerMenuMobile-module__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
}
.PlayerMenuMobile-module__playerMenu {
    margin-bottom: 0px;
    background: #282828;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding: 10px 10px;
}
.PlayerMenuMobile-module__nav {
    display: none;
}}
  
  
/* Категории товаров */
.Categories-module__category {
    margin-bottom: 0px;
    background: #333333;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 7px 13px;
    font-size: 14px;
    height: 34px;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background: #333333;
    color: var(--font-color-700);
}
.Categories-module__category:hover {
    background-color: var(--accent-color-800);
    color: var(--font-color-700);
}
[data-categoryid="412173"] {
    color: #fff;
    background: linear-gradient(90deg, #5d5d5d, #363636);
    background-size: 100% 50%;
}
.Categories-module__categories {
    margin: 0px;
}
  
.Product-module__img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 3 / 2;
}
  /*RED*/
[data-productid="7372334"],[data-productid="7368333"],[data-productid="7503017"] {
    background: var(--bg-color-700);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
    background-image: radial-gradient(#f62a4d 0%, transparent 70%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 20% 120%;
    border: solid 1px #3b3b3b7a;
}
  /*Yellow*/
  [data-productid="7452196"],[data-productid="7452197"]{
    background: var(--bg-color-700);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
    background-image: radial-gradient(#e2b537 0%, transparent 70%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 20% 120%;
    border: solid 1px #3b3b3b7a;
}
    /*Purple*/
  [data-productid="7452191"],[data-productid="7452192"],[data-productid="7452193"],[data-productid="7452194"],[data-productid="7452195"],[data-productid="7457725"],[data-productid="7457726"],[data-productid="7465721"]{
    background: var(--bg-color-700);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
    background-image: radial-gradient(#6937e2 0%, transparent 70%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 20% 120%;
    border: solid 1px #3b3b3b7a;
}
<meta name="lava-verify" content="57a67a56a721afe7" />