@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
body
{
	font-family: 'Montserrat', sans-serif;
  	background-size: cover !important;
  	color: hsl(0, 0%, 100%);
  	background: #282828;
  	background: url(https://i.postimg.cc/XYm69fBK/ihIcazU.jpg) no-repeat center center fixed;
    background-position: 50%;
    background-size: auto 100%;
    align-items: center
}
@font-face {
font-family:FontAwesome;
font-style:normal;
font-weight:400;
src:url(/files/stores/frontend/template_3/static/font-awesome/fontawesome-webfont.eot?v=4.6.3);
src:url(/files/stores/frontend/template_3/static/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),url(/files/stores/frontend/template_3/static/font-awesome/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),url(/files/stores/frontend/template_3/static/font-awesome/fontawesome-webfont.woff?v=4.6.3) format("woff"),url(/files/stores/frontend/template_3/static/font-awesome/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),url(/files/stores/frontend/template_3/static/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg")
}
*, *:before, *:after {
    font-family:  'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
b, strong {
    font-weight: 500;
    top: 50px;
}
:root {
  	--default-font-family: 'Montserrat', sans-serif;
}
:root[data-theme=red_black] {
    --accent-color-800: #814151;
    --accent-color-900: #50373d;
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;
    --bg-color-800: #333333;
    --bg-color-700: #363636;
    --bg-color-900: #1d1b1a;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
  	--default-font-family: 'Montserrat', sans-serif;
}
body {
    background-color: #131313;
    font-family: 'Montserrat', sans-serif;
    --background-color: conic-gradient (190deg, #363636, #363636, #5b3941, 110%, #9d3f57);;
    --text-color: #A1A1AA;
    --card-background-color: rgba(255, 255, 255, .015);
    --card-border-color: rgba(255, 255, 255, 0.1);
    --card-box-shadow-1: rgba(0, 0, 0, 0.05);
    --card-box-shadow-1-y: 3px;
    --card-box-shadow-1-blur: 6px;
    --card-box-shadow-2: rgba(0, 0, 0, 0.1);
    --card-box-shadow-2-y: 8px;
    --card-box-shadow-2-blur: 15px;
    --card-label-color: #FFFFFF;
    --card-icon-color: #D4D4D8;
    --card-icon-background-color: rgba(255, 255, 255, 0.08);
    --card-icon-border-color: rgba(255, 255, 255, 0.12);
    --card-shine-opacity: .1;
    --card-shine-gradient: conic-gradient(from 205deg at 50% 50%, rgba(16, 185, 129, 0) 0deg, #6e4254 25deg, rgba(52, 211, 153, 0.18) 295deg, rgba(16, 185, 129, 0) 360deg);
    --card-line-color: #2A2B2C;
    --card-tile-color: #814151b5;
    --card-hover-border-color: rgba(255, 255, 255, 0.2);
    --card-hover-box-shadow-1: rgba(0, 0, 0, 0.04);
    --card-hover-box-shadow-1-y: 5px;
    --card-hover-box-shadow-1-blur: 10px;
    --card-hover-box-shadow-2: rgba(0, 0, 0, 0.3);
    --card-hover-box-shadow-2-y: 15px;
    --card-hover-box-shadow-2-blur: 25px;
    --card-hover-icon-color: #8e6874;
    --card-hover-icon-background-color: #814151;
    --card-hover-icon-border-color: rgb(37, 27, 30);
    --blur-opacity: .01;
}
.DesktopCopyright-module__wrapper {
    border-radius: 10px
}
.boxHeader {
    background: #28282800
}
.boxBody {
    background: #28282800;
    padding: 0;
}
.boxFooter {
    background: #28282800
}
.Header-module__wrapper {
    background-color: #ffffff00;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.HeaderNav-module__wrapper {
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    background-color: transparent;
    border: none;
    padding: 0;
    line-height: 100%;
    cursor: pointer;
    transition: color ease .2s;
}
.PlayerMenu-module__profileLink {
  position: relative;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  background: var(--accent-color-800);
  background-size: 400%;
  border-radius: 10px;
  z-index: 1;
}
.PlayerMenu-module__profileLink:hover {
  animation: animate 8s linear infinite;
}
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.PlayerMenu-module__profileLink:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: var(--accent-color-800);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: .5s;
}
.PlayerMenu-module__profileLink:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}
.PlayerMenu-module__loginLink {
  position: relative;
  text-align: center;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  background: linear-gradient(90deg, #133CAC, #3D9AD1);
  background-size: 400%;
  border-radius: 15px;
  z-index: 1;
}
.PlayerMenu-module__loginLink:hover {
  animation: animate 8s linear infinite;
}
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.PlayerMenu-module__loginLink:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #133CAC, #3D9AD1);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: .5s;
}
.PlayerMenu-module__loginLink:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}

.PlayerBalance-module__btn {
   background: #363636;
   border-radius: 10px;
   color: white;
}
.LangSwitcher-module__list.LangSwitcher-module__active {
    position: absolute;
    top: calc(100% + 1rem);
    right: -1rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.75rem;
    width: 10rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid rgba(255,255,255,.1);
    background: #3a303273
    gap: 0.50rem
}
.NavServerDropDown-module__list.NavServerDropDown-module__active {
    position: absolute;
    right: -1rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.75rem;
    width: 15rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid rgba(255,255,255,.1);
    background: #3a303273
    gap: 0.50rem
}
.MonitoringWidget-module__header {
    text-align: center
}

.MonitoringServer-module__wrapper {
    border-radius: 0.75rem;
    background: #1b8fd3;
    padding: 1.25rem;
    box-shadow: 0px 6px 10px 0px rgba(0 0 0 / 20%);
}
.MonitoringServer-module__progressBar {
    background: linear-gradient(90deg, #133CAC, #3D9AD1);
    background-size: 400%;
    animation: animate 0s linear infinite;    
    z-index: 1 
}

.Button-module__btn.Button-module__accent {
    position: relative;
    text-align: center;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    background: #133CAC;
    background-size: 400%;
    border-radius: 10px;
    z-index: 1;
    border-color: #ffffff00;
    margin-top: 20px;
}
 
.Button-module__btn.Button-module__accent:hover {
  animation: animate 8s linear infinite;
}
 
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
 
.Button-module__btn.Button-module__accent:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #133CAC, #3D9AD1);
    background-size: 400%;
    border-radius: 40px;
    opacity: 0;
    transition: .5s;
}
 
.Button-module__btn.Button-module__accent:hover:before {
    filter: blur(20px);
    opacity: 1;
    animation: animate 8s linear infinite;
}

.MonitoringWidget-module__updatingLoaderWrapper {
    background-color: rgb(0 0 0 / 0%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%)
}
.Search-module__iconWrapper {
    border-radius: 10px 0 0 10px
}
.Search-module__wrapper {
    border-radius: 10px;
    height: 30px    
}
.Search-module__input {
    background: linear-gradient(90deg, #363636, #393939, #414141, #393939, #363636);
    background-size: 400%;
    animation: animate 0s linear infinite;
}
.Shop-module__header {
    width: 0%;
    font-size: 0px;
}
.productModalGiveText {
    color: var(--accent-color-800);
    display: block;
    text-align: center;
    font-weight: 500;
    background: #1669f12e;
    padding: 8px;
    border-radius: 10px;
}
.Categories-module__categories {
    text-align:center;
    display: flex;
    width: auto;
    align-content: center;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    position: absolute;
    transform: translateX(845px) rotate(360deg) translateY(0);
    background: linear-gradient(190deg, #363636, #363636, #363636, #3D9AD1, 150%, #0133CA);
    padding: 10px;
    border-radius: 5px;
    flex-wrap: wrap;
    margin-left: 20px;
    box-shadow: 0px 6px 10px 0px rgba(0 0 0 / 20%)
}
.Categories-module__category.Categories-module__active,.Categories-module__category:hover {
    background: #3a3032;
    color: var(--font-color-700)
}
.Categories-module__category:hover {
    background-color: var(--accent-color-800);
    color: var(--font-color-700)
}
.Categories-module__categories {
    margin: 0
}
.Product-module__wrapper {
    background: linear-gradient(190deg, #363636, #363636, #363636, #3D9AD1, 150%, #0133CA);
    border-radius: 10px;
    transition: 1s;
    box-shadow: 0px 6px 10px 0px rgba(0 0 0 / 20%);
}

.Product-module__wrapper:hover {
	 transform: scale(1.1)
}

.Product-module__price {
    border-radius: 9px 0 19px 0;
    background: linear-gradient(90deg, #133CAC, #3D9AD1);
    background-size: 400%;
    animation: animate 0s linear infinite;    
    z-index: 1 
}
.Product-module__discount {
    border-radius: 0 10px 0 10px;
    background: linear-gradient(90deg, #133CAC, #3D9AD1);
    background-size: 400%;
    animation: animate 0s linear infinite;    
    z-index: 1 
}

.Product-module__name {
   text-align: center
}
.ProductModal-module__dropdown {
    background: #363636;
    border-radius: 10px;
}
.productModalDescription {
    background-color: #36363600;
}
.ProductModal-module__header {
    text-align: center;
    align-items: center;
    display: block;
    font-weight: 600;
}
.TotalSum-module__input {
    background: #16161670;
    border-radius: 0 10px 10px 0;
}
.TotalSum-module__currency {
    border-radius: 10px 0 0 10px;
}
.CountSelector-module__changeCountBtn {
    background: #814151;
    border-radius: 5px
}
.dropDownCurrentItem {
    background: #16161670;
    border-radius: 10px;
}
.Selector-module__dropDownCurrentItem {
    background: linear-gradient(90deg, #363636, #393939, #414141, #393939, #363636);
    background-size: 400%;
    animation: animate 8s linear infinite;
    border-radius: 10px;
}
.dropDownList.dropDownListOpenOnTop {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.75rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid rgba(255,255,255,.1);
    background: #3a303273 gap: 0.50rem;
}
.Selector-module__dropDownList.Selector-module__openOnTop {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.75rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid rgba(255,255,255,.1);
    background: #3a303273 gap: 0.50rem;
}
.ModalLayout-module__modal {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
    background: #282828;
    padding: 20px 20px 20px 20px;
    border-radius: 35px;
    box-shadow: 0 0 0px 0 rgb(44 217 170);
}
.dropDownCurrentItem {
    background: linear-gradient(90deg, #363636, #393939, #414141, #393939, #363636);
    background-size: 400%;
    animation: animate 8s linear infinite;
    border-radius: 10px;
}
.CountSelector-module__inputWrapper {
    background: #16161670;
    border-radius: 10px
}
.TotalSum-module__inputWrapper {
    background: #16161670;
    border-radius: 10px
}
.desc-main {
    border-radius: 15px;
    padding: 10px;
    background: #3e3e3e;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.desc_title {
    font-weight: 400;
    font-size: 12px;
    color: #b9b9b9;
    text-align: left;
}
.desc-service {
    padding: 2% 4%;
    border-radius: 10px;
    background: #333333;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.desc-text-main {
    display: flex;
    align-items: center;
  	width: 100%;
}
.desc-text-info {
    font-weight: 300;
    font-size: 11px;
    color: #747474;
    text-align: left;
}
.text-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.service__description {
    margin: 0px 0;
    border-radius: 10px;
    background-color: #33333300;
    border: 0px dashed #696969;
    text-align: center;
    font-size: 15px;
    font-size: 13px;
    padding: 8px 0px;
}
.pd-additional-info {
    background: linear-gradient(90deg, #133CAC, #3D9AD1);
    background-size: 400%;
    border-radius: 15px;
    z-index: 1;
    animation: animate 8s linear infinite;
    transform: translate3d(0, 0, 0);
    align-items: center;
    display: flex; 
  	width: auto;
    height: 20px;
    padding: 0px 10px;
    border-radius: 7px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.pd-additional {
  	align-items: center;
    display: flex;  
 	background: linear-gradient(90deg,#50373d,#50373d);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
    width: auto;
    height: 20px;
    padding: 0px 10px;
    border-radius: 7px;
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  	margin-left: 9px;
  	font-size: 13px;
    color: rgba(255,255,255,.9)!important;
}
.pd-additional-info {
    background: linear-gradient(90deg, #133CAC, #3D9AD1);
    background-size: 400%;
    border-radius: 15px;
    z-index: 1;
    animation: animate 8s linear infinite;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    transform: translate3d(0, 0, 0);
  	margin-left: 9px;
  	font-size: 13px;
    color: rgba(255,255,255,.9)!important;
}
.desc-service-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ProfileNav-module__logOut {
    text-align: center;
    display: block;
    border-radius: 10px;
    width: 100%;
    padding: 7px;
    color: var(--font-color-800);
    background: var(--accent-color-800);
}
.productModalImg {
    margin-bottom: 0px;
}
.BasketContent-module__header {
    display: flex;
    justify-content: space-around;
    font-size: 17px;
    margin-bottom: 20px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}
.HistoryContent-module__header {
    display: flex;
    justify-content: space-around;
    font-size: 17px;
    margin-bottom: 20px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}
.BasketSearch-module__wrapper {
    border-radius: 15px;
}
.HistorySearch-module__wrapper {
    border-radius: 15px;
}
.ProfileNav-module__wrapper {
    min-width: 250px
}
.ProfileNav-module__navItem {
    cursor: pointer;
    background: var(--bg-color-700);
    border-radius: 10px;
  	font-weight: 600;
    padding: 10px 15px;
    color: var(--font-color-900);
    transition: all .15s ease;
  	margin-bottom: 2px;
  	text-align: center;
}
.ProfileNav-module__header {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
  	margin-bottom: 5px;
}
.ProfileNav-module__name {
    font-size: 14px;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-weight: 600;
    margin-top: 15px;
    background: #363636;
    padding: 5px 7px;
}
.ProfileNav-module__img {
    margin-bottom: 0px;
  	border-radius: 10px;
  	width: 200px;
    height: 200px;
}
.ProfileContent-module__input {
    background: linear-gradient(90deg, #363636, #393939, #414141, #393939, #363636);
    background-size: 400%;
    animation: animate 8s linear infinite;
    border-radius: 10px
}
.ProfileContent-module__body.boxBody::before {
  content: "Промокоды можно найти в сообществе Discord.";
  border-radius: 20px;
  position: absolute;
  width: 45%;
  color: #fff;
  background: linear-gradient(65deg, #5865f2 0%, #5865f2 40%, #fff 50%, #5865f2 60%, #0b5aba 100%);
  background-size: 400% 400%;
  padding: 15px 30px;
  animation: gradient 5s ease infinite;
  transform: translate3d(0, 0, 0);
  translate: 0px 300px;
}
@media screen and (max-width: 992px) {
  .ProfileContent-module__body.boxBody::before{
    position: static;
    width: auto;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.Selector-module__dropDownList.Selector-module__openOnBottom {
    position: absolute;
    top: calc(100% + 1rem);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.75rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid rgba(255,255,255,.1);
    background: #3a303273 gap: 0.50rem;
}
.Selector-module__dropDownCurrentItem:hover, .Selector-module__dropDownCurrentItem:focus {
    outline: 1px solid #3e3e3e;
}
.ProfileContent-module__infoWrapper {
    border-radius: 10px
}
.ProfileContent-module__infoLine+.ProfileContent-module__infoLine {
    border-top: 1px solid #33333300
}
.BasketTable-module__tableHeader {
    border-radius: 10px
}
.HistoryTable-module__tableHeader {
    border-radius: 10px
}
.HistoryTable-module__tableTitle:last-child {
    text-align: center
}
.HistoryTable-module__tableTitle:first-child {
    text-align: center
}
.HistoryTable-module__tableLine:nth-child(2n-1) {
    border-radius: 10px
}
.BasketSearch-module__input {
    background: linear-gradient(90deg, #363636, #393939, #414141, #393939, #363636);
    background-size: 400%;
    animation: animate 8s linear infinite;
}
.HistorySearch-module__input {
    background: linear-gradient(90deg, #363636, #393939, #414141, #393939, #363636);
    background-size: 400%;
    animation: animate 8s linear infinite;
}
.BasketTable-module__tableLine:nth-child(2n-1) {
    border-radius: 10px
}
.RouletteContent-module__rouletteItemInfo {
    font-size: 0px
}
.RouletteContent-module__rouletteItem {
    background: linear-gradient(90deg, #363636, #393939, #414141, #393939, #363636);
    background-size: 400%;
    animation: animate 8s linear infinite;
    border-radius: 10px;
    transform: translate3d(0, 0, 0);
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 15%);
}
.RouletteContent-module__lineWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #33333300;
    display: flex;
    align-items: center;
    -webkit-mask-image: linear-gradient(to right,rgba(255,255,255,0) 5%,#000 25%,#000 75%,rgba(255,255,255,0) 95%);
}
.RouletteContent-module__rouletteItemImg {
    width: 200px;
    height: 200px;
    object-fit: contain;
    padding: 20px;
}
.productModalContainsTitle {
    width: 100%;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 15px;
    text-align: center;
}
.Button-module__btn.Button-module__gray {
    border-color: #1d1b1a00;
    border-radius: 10px
}
.Header-module__wrapper {
    font-family: 'Montserrat', sans-serif;
    color: #696969;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    margin-top: 15px;
    margin-bottom: 35px;
    background: #0000;
    border: 0px solid transparent;
    top: -210px;
}
.Shop-module__wrapper:before {
    display: block;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 20px;
    width: 100%;
    top: -15px;
    content: "ОДНОРАЗОВЫЙ ПРОМОКОД: Welcome";
    position: relative;
    background: linear-gradient(to left , #333333, #333333 50%, #3D9AD1 50%);
    background-size: 200% 5%;
    animation: gradient 30s cubic-bezier(0.48, 0.51, 0.48, 0.51) infinite;
    text-transform: uppercase;
    text-shadow: 0px 0px 4px #000000ba;
}
.Header-module__logo {
    font-size: 18px;
    text-transform: uppercase;
    background: var(--accent-color-800);
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: white;
}
.HeaderNav-module__link {
    cursor: pointer;
    padding: 10px;
    transition: all .1s ease;
    background: #363636;
    border-radius: 10px;
    color: white;
}
.Servers-module__servers {
    flex-wrap: wrap;
    margin: -5px -5px 0px;
    justify-content: center;	
  	display: inline-block;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
} 
@-o-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-moz-keyframess gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.TotalSum-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 15px;
    overflow: hidden;
    background: var(--bg-color-700);
}
.TotalSum-module__input {
    font-size: 15px;
    width: 100%;
    padding: 0 10px;
    background: #3e3e3e;
}
.CountSelector-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 15px;
    overflow: hidden;
    background: #3e3e3e;
}
.CountSelector-module__changeCountBtn {
    width: 80px;
    height: 100%;
    background: var(--accent-color-800);
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all .15s ease;
}
.Button-module__btn.Button-module__gray {
    color: var(--font-color-800);
    background-color: unset;
    border-color: #1d1b1a00;
    border-radius: 15px;
}
.dropDownCurrentItem {
    width: 100%;
    cursor: pointer;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    white-space: nowrap;
    font-size: 13px;
    outline: 1px solid transparent;
    transition: all .1s ease;
    background: linear-gradient(90deg, #646464, #787878, #3e3e3e, #444444);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.Selector-module__dropDownCurrentItem {
    width: 100%;
    cursor: pointer;
    border-radius: 15px;
    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;
    background: linear-gradient(90deg, #646464, #787878, #3e3e3e, #444444);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.desc-main {
    border-radius: 15px;
    padding: 10px;
    background: #3e3e3e;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.desc_title {
    font-weight: 400;
    font-size: 12px;
    color: #b9b9b9;
    text-align: left;
}
.desc-service {
    padding: 2% 4%;
    border-radius: 10px;
    background: #333333;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.desc-text-main {
    display: flex;
    align-items: center;
  	width: 100%;
}
.desc-text-info {
    font-weight: 300;
    font-size: 11px;
    color: #747474;
    text-align: left;
}
.text-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.service__description {
    margin: 0px 0;
    border-radius: 10px;
    background-color: #33333300;
    border: 0px dashed #696969;
    text-align: center;
    font-size: 15px;
    font-size: 13px;
    padding: 8px 0px;
}
.pd-additional-info {
    background: linear-gradient(90deg, #E82F4E, #6e2fe8, #2372d5);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
    align-items: center;
    display: flex; 
  	width: auto;
    height: 20px;
    padding: 0px 10px;
    border-radius: 7px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.pd-additional {
  	align-items: center;
    display: flex;  
 	background: linear-gradient(90deg,#28f,#0157ff);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
    width: auto;
    height: 20px;
    padding: 0px 10px;
    border-radius: 7px;
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  	margin-left: 9px;
  	font-size: 13px;
    color: rgba(255,255,255,.9)!important;
}
.pd-additional-info {
    background: linear-gradient(90deg, #E82F4E, #6e2fe8, #2372d5);
    background-size: 400% 400%;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
  	margin-left: 9px;
  	font-size: 13px;
    color: rgba(255,255,255,.9)!important;
}
.desc-service-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Categories-module__category {
  	margin-bottom: 0px;
    background: #333333;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
  	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="0"] {
  color: #fff;
    background: linear-gradient(90deg, #133CAC, #3D9AD1);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
[data-categoryid="406207"] {
  color: #fff;
    background: linear-gradient(90deg, #133CAC, #3D9AD1);
  	background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
[data-categoryid="408457"] {
  color: #fff;
    background: linear-gradient(90deg, #133CAC, #3D9AD1);
  	background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
[data-categoryid="409313"] {
  color: #fff;
    background: linear-gradient(90deg, #133CAC, #3D9AD1);
  	background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.Categories-module__categories {
    margin-left: 30px;
}
.fa.fa-eye1 {
    content: "OPEN";
    background: #333;
    background-size: 400% 400%;
    transform: translate3d(0, 0, 0);
    color: #7e7e7e;
    padding: 7px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    padding: 8px;
  	font-style: normal;
    display: flex;
    align-items: center;
}
.fa-eye1:before {
    content: "ПОСМОТРЕТЬ";
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
}
.social {
    margin: 0px 7px;
  	margin-bottom: 55px;

}
.social_title {
    font-weight: 400;
    font-size: 12px;
    color: #b9b9b9;
    margin-bottom: 10px;
    text-align: right;
}
.social_vk {
    background: linear-gradient(180deg, #53afff 0%, #3192e5 100%);
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_discord {
    background: linear-gradient(180deg, rgb(0 0 255) 0%, #3D9AD1 100%);
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.bonus-back {
    background: url(https://i.postimg.cc/tRYLL8Sp/0b7nnx.png) no-repeat center center fixed;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
    align-items: center;
    border-radius: 10px;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
}
.bonus-name-ico {
    font-size: 18px;
    padding: 20px;
    font-weight: 500;
    color: white;
}
.bonusinfosteam {
    background: #303030;
    padding: 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.bonus-steam {
    background: url(https://gspics.org/images/2024/02/23/0bZN5I.png) no-repeat center center fixed;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin-right: 5px;
}
.bonus-title {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, .7) !important;
}
.social_vk:hover {
     transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.1);
}
.social_discord:hover {
     transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.1);
}
.social_item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
}
a:focus{
    color: #ffffff;
}
.wipe_background {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.social_wipe {
    background: url(https://gspics.org/images/2023/11/21/073Ivx.jpg) no-repeat center center fixed;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
    align-items: center;
    border-radius: 10px;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
    background-size: 100%;
}
.social_wipe:hover {
     transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.1);
}
.social_vk .social_background {
    background: url(https://i.postimg.cc/901JYPjC/vk.png);
  	background-size: 40%;
  	opacity: 0.4;
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_vk .wipe_background {
    background: url(https://i.postimg.cc/901JYPjC/vk.png);
  	background-size: 40%;
  	opacity: 0.4;
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_discord .social_background {
    background: url(https://imgur.com/rBauSg6.png);
  	background-size: 50%;
  	opacity: 0.4;
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_vk:hover .social_background:hover {
    transition: transform 300ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.5);
}
.social_discord:hover .social_background:hover {
  	 transition: transform 300ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.5);
}
.social_item+.social_item {
    margin-top: 10px;
}
.social_item-title {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
  	text-shadow: 0px 0px 4px black;
}
.social_item-link {
    padding: 8px;
    background: rgb(51 51 51);
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #7e7e7e;
    font-size: 10px;
}
.social_item-link:hover {
    padding: 8px;
    background: rgba(61, 154, 209, 1);
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 10px;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
}
.wipeblock-server {
  	padding: 8px;
    margin: 2px 2px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 65%);
    background: #333333;
    font-weight: 600;
  	display: inline-block;
  	cursor: pointer; 
  	font-size: 12px;
}
.wipeblock-server:hover {
    background: rgba(44, 217, 170, 1);
    font-weight: 600;
    color: #fff;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
}
.social_item-left {
    position: relative;
    z-index: 2;
}
.social_item-right {
    position: relative;
    z-index: 2;
}
.social_background {
    top: 0;
    left: 0;
    right: 0;
  	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@keyframes gradient {
      0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
 }
.bonus {
    width: 50%;
    background: #1b8fd3;
    color: #fff;
    animation: gradient 2s ease infinite;
    background-size: 400% 400%;
    border-radius: 0px 10px 10px 0px;
}
.serverheader {
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 20px;
  	text-align: left;
  	color: #B7B7B7;
}
.serverheader span {
    padding: 2px 12px 2px 12px;
    border-radius: 7px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    background: linear-gradient(90deg, #E82F4E, #6e2fe8, #2372d5, #2cd9aa);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.serverheader span:before {
    font-family: FontAwesome;
    content: '\f253';
    font-weight: 100;
    margin-right: 5px;
}
.kit-items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.kit-item {
    margin: 4px;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(360deg, #0687d5, #1a4187);
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
}
.wipe-item {
    margin: 4px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s;
    background-size: 400% 400%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    width: 80px;
    height: 80px;
    background: url(https://gspics.org/images/2023/11/19/07ARoK.png);
    background-size: 100%;
}
.wipe-item:hover {
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: unset;
}
.kit-item:hover {
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.05);
}
.kit-item__image {
    width: 100%;
    transform: scale(0.7);
}
.kit-item__quantity {
    top: -20px;
    position: relative;
    border-radius: 0px 0px 15px 15px;
  	font-size: 12px;
}
.wipeblock-item {
    border-radius: 6px;
    font-size: 12px;
    background: #e82f4e;
    color: #fff;
    width: 35px;
    transform: translate(40px, -75px);
    text-shadow: 1px 1px 1px #000;
    font-weight: 400;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 65%);
}
.customModalContent {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 2px;
    width: 620px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
    transform: scale(.97);
    transition: transform .2s ease;
    background: #1d1b1a;
    padding: 15px 10px;
    border-radius: 35px;
    box-shadow: 0 0 10px 0 rgb(44 217 170);
}
.xbox_custom_kits {
    padding: 10px 36px;
}
.Title_header {
    border-bottom: 0px solid #292929;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    text-transform: uppercase;
    color: #B7B7B7;
}
.Shop-module__header {
    display: none;
}
.MonitoringWidget-module__title {
  	display: none;
}
.MonitoringWidget-module__updateBtn {
    display: none;
}
.Cookie-module__wrapper {
    display: none;
}
.Widgets-module__widgetWrapper .boxHeader {
    display: none;
}
.Widgets-module__widgetWrapper .boxfooter {
    display: none;
}
.boxFooter {
    background: #28282800;
    border-radius: 0 0 2px 2px;
  	padding: 0px;
  	margin-top: 4px;
}
.PlayerBalanceModal-module__form:before{
  display: block;
  content: "Наблюдаете проблемы с пополнением баланса - обратитесь через Discord к администратору do3u с просьбой об альтернативной оплате!";
  margin-bottom: 13px;
  padding: 7px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid rgb(30, 39, 54);
}
.icon-user-oplata {
    width: 30px !important;
    height: 30px !important;
    border-radius: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 5px;
    margin-right: 10px !important;
}
.container-oplata {
    right: -21110px;
    display: -webkit-inline-box;
    margin-bottom: 5px;
    padding: 5px;
    height: 50px;
    width: 100%;
    border-radius: 12px;
    background: #333;
    text-align: initial;
    transition: all 0.2s ease-out;
    cursor: pointer;
    transform: scale(1);
}
.container-oplata {
    right: -21110px;
    display: -webkit-inline-box;
    margin-bottom: 5px;
    padding: 5px;
    height: 50px;
    width: 100%;
    border-radius: 12px;
    background: #333;
    text-align: initial;
    transition: all 0.2s ease-out;
    cursor: pointer;
    transform: scale(1);
}
.container-oplata .tooltiptext1 {
    visibility: hidden;
    width: 170px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    left: 105%;
    opacity: 0;
    transition: opacity 220ms ease-out;
}
.priv_discount {
    position: absolute;
    background: #1b1b1b;
    font-size: 14px;
    border-radius: 0px 10px 0px 10px;
    top: 0px;
    padding: 0px 8px 0px 10px;
    right: 0px;
    opacity: 1;
    font-weight: 400;
    z-index: 3;
    color: white;
    cursor: help;
}
.tooltiptext1::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent
}
.container-oplata:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1
}
.priv_discount2 {
    position: absolute;
    background: rgba(33, 33, 33, 0.5);
    font-size: 14px;
    border-radius: 0px 10px 0px 10px;
    top: 0px;
    padding: 0px 8px 0px 10px;
    right: 0px;
    opacity: 1;
    font-weight: 400;
    z-index: 3;
    color: white;
    cursor: help;
}
.textContainer-oplata {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
}
.textContainer-oplata:hover {
    color: #dc143c;
}
.textContainer-oplata {
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
}
.SupportContent-module__header:before{
  display: block;
  content: "Обращайтесь в техподдержку исключительно по вопросам, связанным с оплатой! Обращения, не относящиеся к данной теме, будут проигнорированы.";
  margin-bottom: 14px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid rgb(30, 39, 54);
  animation: animated-text 4s steps(29, end) 1s 1 normal both, animated-cursor 600ms steps(29, end) infinite;
}
.disclaimer {
    font-size: 12px;
    text-align: center;
    color: #535353;
}

.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.5em 3.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;
}
.HeaderNav-module__link {
    cursor: pointer;
    padding: 10px;
    transition: all .1s ease;
    border-radius: 10px;
    color: white;
    }
.btn-backsite:hover {
    box-shadow: 0px 5px 20px 0px #e33655;
    background: #d63e59;
    border-color: transparent;
    color: #ffffff !important;
  	width: 75%;
  	transition: 0.3s;
}
.CountSelector-module__changeCountBtn.CountSelector-module__left {
    border-right: transparent;
}
.CountSelector-module__changeCountBtn.CountSelector-module__right {
    border-left: transparent;
}
.Header-module__logo:hover {
    background: #1152bd;
    box-shadow: 0px 0px 50px 0px #296bd9;
    transition: 3s;
}
.LangSwitcher-module__currentLang {
    display: none;
}
.HeaderNav-module__link:hover, .HeaderNav-module__link:focus {
    background: var(--accent-color-800);
    color: #fff;
}
.MonitoringServer-module__progressBarAnim {
    font-size: 14px !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: .8;
    background: #363636;
    box-shadow: none;
    animation: MonitoringServer-module__monitoringAnimation 2s linear infinite;
}
.MonitoringServer-module__playersInfo {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
}
.MonitoringServer-module__progressBarWrapper {
    margin-bottom: 6px;
    border-radius: 3px;
    position: relative;
    width: 100%;
    height: 8px;
}
.SupportLink-module__link {
    position: relative;
    cursor: pointer;
    padding: 10px;
    transition: all .1s ease;
    background: #363636;
    border-radius: 10px;
    color: white;
}
.SupportLink-module__link:hover, .SupportLink-module__link:focus {
    background: var(--accent-color-800);
    color: #fff;
}
.Widgets-module__widgetWrapper .social-box {
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.social-box a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #1b8fd3;
    border-radius: 12px;
    text-transform: uppercase;
    padding: 5px 0 2px;
    margin-bottom: 15px;
    transition: .3s;
    border: 1px solid rgba(255, 255, 255, 0.09);
}
.social-box {
    text-align: center;
    display: grid;
    line-height: 2rem;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.xbox__header {
    padding: 10px;
    border-radius: 12px;
    background: #363636;
}
.xbox__header2 {
    padding: 10px;
    border-radius: 12px;
    text-align: center;
}
.soc-header_text {
	text-align: center;
}
.socicon {
    vertical-align: sub;
    margin-right: 7px;
}
.social-box a:hover {
	transform: scale(1.03);
}
.centralmsg {
	text-align: center;
}