/* Для опытных пользователей */

.Servers-module__server {
    cursor: pointer;
    color: #ffffff;
    background-color: #3E97D1;
    padding: 10px 15px;
    border-radius: 2px;
    flex: 1;
    margin: 5px;
    min-width: 200px;
    max-width: 300px;
    transition: all .15s ease
}

.Servers-module__server.Servers-module__active,.Servers-module__server:hover,.Servers-module__server:focus {
    background-color: #fc4316
}


.Widgets-module__wrapper {
  float: right;
}
/* соц сети*/
.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;
}
.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;
}
}
.socials__title {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #737572;
    margin-bottom: 22px
}

.discord-iframe {
    background: linear-gradient(328deg,#212121,#2e2e2e);
    border-radius: 4px;
    width: 10%;
}

.socials__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 20px 16px;
    position: relative;
    overflow: hidden
}

.socials__item+.socials__item {
    margin-top: 16px
}

.socials__item_vk {
    background: linear-gradient(180deg, rgba(50, 119, 170, 0.6) 0%, #477bff 100%)
}

.socials__item_vk .socials__item-bg {
    background: url("https://i.imgur.com/eIEvMCw.png")
}

.socials__item_ds {
    background: linear-gradient(180deg, rgba(151, 71, 255, 0.6) 0%, #9747ff 100%)
}

.socials__item_ds .socials__item-bg {
    background-image: url("https://i.imgur.com/bcMvuX3.png")
}

.socials__item_tg {
    background: linear-gradient(180deg, rgba(50, 119, 170, 0.6) 0%, #477bff 100%)
}

.socials__item_tg .socials__item-bg {
    background: url("https://i.imgur.com/caabuFI.png")
}

.socials__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.socials__item-left {
    position: relative;
    z-index: 2
}

.socials__item-title {
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(224, 224, 224, 0.68);
    margin-bottom: 8px;
    font-weight: 300
}

.socials__item-name {
    font-size: 15px;
    color: #f2f2f2;
    font-weight: 500
}

.socials__item-right {
    position: relative;
    z-index: 2
}

.socials__item-link {
    padding: 13px 9.5px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e0e0e0;
    font-size: 10px;
    transition: all 0.3s ease-out
}

.socials__item-link:hover {
    background: #ffffff;
    color: #121218
}
.rustage-bonuses {
    background: linear-gradient(328deg,#212121,#2e2e2e);
    border: solid 2px #3d3d3d;
    border-radius: 5px;
    width: 100%;
    height: 320px;
}

.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;
}
.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;
}
.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;
}