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

body {
    color: #fff!important;
}

.Banner-module__img{
  position: relative;
	width: 40%;
    padding: 0;
    margin: 1% 30%;
  	opacity:0.06;
	transition: 1s;
	animation: show 2s 1; 
	animation-fill-mode: forwards; 
	animation-delay: 0.2s;
  	transition: 1s linear;
  	will-change: transform ;
  	
}
.Banner-module__img:hover{
-webkit-transform: scale(1.05);
  	transform: scale(1.05);
}
@keyframes show{
				0%{
                  	opacity:0.06;
					transform:scale(1);
					}
				100% {
                  	opacity:1;
					transform:scale(1.1);
				}
}

.xserver__title {
	color: #ffffff;
}
.Header-module__wrapper {
	border-radius: 8px;
}
body > div:nth-child(2) > div > div:nth-child(2) > div > nav > div > div.navbar-header > a:hover {color:#af3723;}
.boxHeader {
	border-radius: 20px 20px 0 0
}
.xbox__footer {
  	border-radius: 0px 0px 20px 20px
}
.Widgets-module__widgetWrapper_flex {
    display: inline-block;
  	width: 100%;
}
.Widgets-module__widgetWrapper {
  background: none;
  opacity: 1;
}
.btn-default, .btn-default:focus, .btn-default:hover {
  color:#FFF;
}
.Servers-module__active,.Categories-module__active{
     color :rgba(255,255,255,0.9);
     background :linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
     background-size :600%;
  animation :animeBTN 6s linear infinite;
}

 @keyframes animeBTN {
   0% { background-position: 0% 50%; }
   50% { background-position: 100% 50%; }
   100% { background-position: 0% 50%; }
}
.Categories-module__category:hover{
  background: #212121;
}
.Categories-module__enableFocus:focus{
  color :rgba(255,255,255,0.9);
     background :linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
     background-size :600%;
  animation :animeBTN 6s linear infinite;
}
.Categories-module__enableFocus:after{
  color :rgba(255,255,255,0.9);
     background :linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
     background-size :600%;
  animation :animeBTN 6s linear infinite;
}
.xbox__header {
  display: none;
}
body > div:nth-child(2) > div > div:nth-child(3) > div > div > div.col-md-3.col-md-pull-9 > div > div:nth-child(2) > monitoring-widget > div > div.xbox__header
 {
  display: block;
   padding: 10px;
}
.boxBody {
	opacity: 0.96;
	//background: #49494936;
  	border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-image: url(https://cdn131.picsart.com/327697738063211.png);
  	background-size: contain;
    background-blend-mode: color-dodge;
}
.xbox__body {
	opacity: 0.98;
  	border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-image: url(https://cdn131.picsart.com/327697738063211.png);
    background-blend-mode: color-dodge;
      background-repeat: round;
}
}
.product__image {
    //background: #31353170;
  padding: 30px 0 5px;
}
.Product-module__wrapper{
  font-weight: 500;
    font-size: 13px;
    color: #fff;
  	background: #31353170;
  border-radius: 15px;
  	-webkit-transform: translateY(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 150ms;
    -moz-transform: scale(1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 150ms;
}
.Product-module__wrapper:hover {
  	-o-transform: translateY(-4px);
  	-ms-transform: translateY(-4px);
  	-moz-transform: translateY(-4px);
  	-webkit-transform: translateY(-4px);  
 	 transform: translateY(-4px);
  	background: #7b7b7b70;
    //-webkit-transform: translateY(1.12);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    //-moz-transform: scale(1.12,1.12);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 300ms;
}

.Product-module__discount {
    /* background: #cd422a; */
    /* color: #fff; */
    background: #FF6329;
    color: #fff;
    text-shadow: 0px 0px 5px #08c;
    transform: rotate(45deg) translateY(-30%) translateX(25%);
    padding: 0 20%;
}
.Product-module__price {
    background: rgba(29,27,26,.8);
    border-radius: 15px 0 0 0;
}
.Product-module__name, .Product-module__price {
    background-color: #31353170;
    border-radius: 0px 0px;
  	font-size: 15px;
  	text-align: center;
  	
}
.Product-module__name{
	box-shadow: inset 0px -5px 0px 0px rgb(138, 47, 255);
  	transition: transform .3s ease;
  transform: none; /* закоментировать для появления названия товара */
}
.line-through {
    color: #ccc;
      margin-right: 3px;
}
#navbar {
 	color: white;
    font-size: 18px;

}
.xbox .xbox__header h4 {
    color: #fff !important;
    text-shadow: 1px 1px 1px #333;
    font-weight: 800;
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.xserver {
	color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}
.animated {
    animation-duration: 0s;
    animation-fill-mode: both;
    box-shadow: 1px 5px 8px 1px rgba(0,0,0,0.8);
}
.btn-success {
    color: #fff;
    background-color: #FF6633;
    border-color: #cd422a;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.input-group-addon {
    background: #FF6633;
    border: 1px solid #cd422a;
    color: #fff;
}
.btn-default.active {
	background-color: #FF6633;
}
.btn:hover {
	 background: #FF6637;
}
.progress-bar-success {
    background-color: #3399FF;
}
.gs-loader__spinner {
  	width: 150px;
    height: 150px;
     border: none; 
    background-image: url(https://i.ibb.co/0F27yTL/LOGO-150-150.png);
    background-repeat: no-repeat;
}
.Loader-module__loader {
  width: 100px;
    height: 100px;
     border: none; 
    background-image: url(https://i.ibb.co/8YhtNGF/LOGO-100-100.png);
    background-repeat: no-repeat;
}
/*.line-through { /* Стоимость до скидки */
    text-decoration: line-through;
    display: none;
}*/
.service__description, .modal .modal-header, .modal .modal-content, .modal .modal-footer {
  background-color:#171b28;
}
.form-control[readonly], .roulette-item, .roulette__description {
    background: #272f3b;
  	color: #fff;
}
/*.roulette__description {
  display: none;
}*/
.footer{
  background:rgba(1,1,1,0.6);
}
/*.progress {
    background: whitesmoke;
}*/
.MonitoringServer-module__progressBarAnim {
    background-color: mediumspringgreen !important;
  box-shadow: 5px 0px 10px 4px mediumspringgreen;
}
.progress-bar.active, .progress.active .progress-bar {
    animation: progress-bar-stripes 1.2s linear infinite !important;
}
.scale {
    transition: 1s; /* Время эффекта */
   }
   .scale:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
   }
.productModalDescription > p > img {
  width:300px;
  border: 2px blueviolet solid;
  border-radius: 5px;
    transition: 0.5s; /* Время эффекта */
   }
.productModalDescription > p > img:hover {
    transform: scale(1.5); /* Увеличиваем масштаб */
  position: relative;
  z-index:100;
  display:block;
}
.productModalDescription > p > span > img {
  width:300px;
  border: 2px blueviolet solid;
  border-radius: 5px;
    transition: 0.5s; /* Время эффекта */
   }
.productModalDescription > p > span > img:hover {
    transform: scale(1.5); /* Увеличиваем масштаб */
  position: relative;
  z-index:100;
  display:block;
}


/*Виджет Вк и Дискорд*/
.butt {
  margin: 10px 5px 10px 4%;
    border-radius: 3px;
    background-color: rgba(43, 43, 43, 0.8);
    font-size: 17px;
    color: #fff;
    width: 43%;
    height: 66px;
    display: inline-block;
   // float: left;
    line-height: 64px;
    //position: absolute;
   // left: 53%;
    background-image: url(https://storage.yandexcloud.net/img-win/win-rust/4aec70b1559ed34ef41626b31f66830a.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-origin: content-box;
    cursor: pointer;
}
.buttt2 {
  margin: 10px 4% 10px 5px;
    border-radius: 3px;
    background-color: rgba(43, 43, 43, 0.8);
    font-size: 17px;
    color: #fff;
    width: 43%;
    height: 66px;
    display: inline-block;
  //  float: right;
    line-height: 64px;
    //position: absolute;
  //  left: 53%;
    background-image: url(https://storage.yandexcloud.net/img-win/win-rust/32e087b3f30f41e015f9b681d871a556.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-origin: content-box;
    cursor: pointer;
}
.butt:hover, .buttt2:hover{
  	 background-color: #222c32;
  	-o-transform: translateY(-4px);
  	-ms-transform: translateY(-4px);
  	-moz-transform: translateY(-4px);
  	-webkit-transform: translateY(-4px);  
 	 transform: translateY(-4px);
    //-webkit-transform: translateY(1.12);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    //-moz-transform: scale(1.12,1.12);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 300ms;
    box-shadow: inset 0px -3px 0px 0px rgb(138, 47, 255);
    transition: transform .3s ease;
}
/**/

.Servers-module__server {
  color:#fff;
  min-width:150px;
}

.xbox.xbox_store .store__filters .colqq {
    padding: 0;
}
@media (min-width: 1200px){
  .container {width: 1300px;max-width: 100%;}
  .xbox.xbox_store .store__filters .colqq {width: 20%;clear: none !important;}
}
.product__servers {
    color: #fff;
    display: none;
}
.service__image {
    animation: 1s ease-in-out alternate infinite aqwe backwards;
}
@keyframes aqwe{0%{transform: rotate(-4deg)}50%{transform: scale(1.05);box-shadow: 0 0px 0px rgba(0, 0, 0, .1), 0 15px 12px rgba(0, 0, 0, .05)}
        100%{transform: rotate(4deg)}
}
.ProductModal-module__command {
    background: #171717eb;
    box-shadow: 0 0 10px #ff0000;
    border: none;
    border-radius: 15px;
}
.xbox_store .xbox__body:before {
    display: block;
    content: "Перед покупкой выберите нужный вам сервер.";
    margin-bottom: 18px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #ff0000;
    background: rgba(1.00 0.02 0.00 1.00);
    border-radius: 10px;
    box-shadow: 8px 6px 10px 0px #000;
    border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite
}
@keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
.xbox.xbox_monitoring .xbox__footer {
  display: none;
}
.xserver { /* заком.вкл JS */
  opacity: 0;
}
/*VK*/
#wcm_chat {left: 82px !important; width: 310px !important;}
/**/

<!--Гирлянда на сайт css -->
#garland {
position:absolute;
top:0;left:0;
background-image:url('https://sitespectr.ru/test/girlyanda/christmas-lights.png');
height:36px;width:100%;overflow:hidden;z-index:99}
.garland_1 {background-position: 0 0}
.garland_2 {background-position: 0 -36px}
.garland_3 {background-position: 0 -72px}
.garland_4 {background-position: 0 -108px}
<!---->

.Button-module__accent{
  border: none;
    outline: none;
    
    background: #282828 !important;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
  color: #72C46C !important;
}
.Button-module__accent:before{
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(2px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 40s linear infinite;
    opacity: 1;
    transition: opacity .60s ease-in-out;
    border-radius: 10px;
  
}

.Button-module__accent:active {
    color: #000;
}

.Button-module__accent:active:after {
    background: transparent;
}

.Button-module__accent:hover {
    color: #92FF8A !important;
}

.Button-module__accent:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #282828;
    left: 0;
    top: 0;
    border-radius: 10px;
}

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