@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.input-group-addon span {
  display: none;
}
.xbox__header {
    content: 'RC it is our donate valute';
    display: flex;
    justify-content: center;
    clear: both;
}
body{
	overflow: hidden;

}
.bg-purple{
    height: 100%;
}
.custom-navbar{
    padding-top: 15px;
}
.brand-logo{
    margin-left: 25px;
    margin-top: 5px;
    display: inline-block;
}
.navbar-links{
    display: inline-block;
    float: right;
    margin-right: 15px;
    text-transform: uppercase;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block; 
    align-items: center; 
}
li {
    float: left;
    padding: 0px 15px;
}
li a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    letter-spacing : 0px;
    
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
li a:hover {
    color: #8b1e1b;
}
.btn-request{
    padding: 10px 25px;
    border: 1px solid #8b1e1b;
    font-weight: 400;
}
.btn-request:hover{
    background-color: #FFCB39;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 20px 20px rgba(0,0,0,0.1);
}
.btn-go-home {
    position: relative;
    z-index: 200;
    margin: 15px auto;
    width: 125px;
    padding: 10px 15px;
    border: 1px solid #000000;
    font-weight: 400;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 11px;
    border-radius: 5px;
    background-color: #2f8be69c;
  
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.btn-go-home:hover{
    background-color: #2f8be6;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 20px 20px rgba(0,0,0,0.1);
}
.central-body{
    padding: 13% 5% 25% 5%;
    text-align: center;
    padding-bottom: 300%;
}
@media only screen and (max-width: 600px){
    .navbar-links{
        display: none;
    }
    
    .custom-navbar{
        text-align: center;
    }
    
    .brand-logo img{
        width: 120px;
    }
    

    .central-body{
        padding-top: 25%;
    }
}
.kit-product__name {
    top: 0;
    width: 100%;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(255 255 255 / 0%);
}
.product__price {
	background: rgba(255, 255, 255, 0);
	text-shadow: 1px 1px 0px #000
}
.input-group {
    margin-bottom: 10px;
}
.form-group label {
  display: none;
}
.form-group:after {
  margin-top: 30px;
  content: attr(data-value);
}
.input-group-addon{
    margin-bottom: 30px;
}
.navbar-right~.navbar-right {
    margin-right: 0;
    display: none;
}
.langBtn img{
    width: 66px;
    height: 36px;
}
.selectLang{
    width: 190vw;
    top: -200px;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    right: 382px;
    z-index: 1000;
    height: 5vh;
}
/*Оформляем кастомный виджет (пейпал)*/
.xbox__body4 {
    margin: 0px 0px;
    background-color: #303030;
    border-radius: 2px;
    color: rgba(255,255,255);
}
.xbox__body5 {
    background-color: #282828;
    border-radius: 2px;
    padding: 20px 0px 8px 0px;
    text-transform: uppercase;
    margin: 0px 0px;
}
input[type=number] {
    border: 0px solid #ccc0;
    background: rgba(255,255,255,.04);
    padding: 7px 15px;
    font-weight: Bold;
}
input[type=button] {
    border: 0px solid #ccc0;
    margin: 16px 0px;
    padding: 7px 8px;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.7);
}
input[type=submit] {
    padding: 5px 15px;
    color: rgba(255,255,255);
    border: 61px none;
    margin: 12px 60px;
    background-color: #5cb85c;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type=submit]:hover, .btn-success1:hover {
    background-color: #3e9f47;
  	color: #fff;
}
.btn-success1 {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.xbox__body6 {
    /* padding: 10px 0px; */
    margin: 10px 0px;
    padding: 0px 0px 11px 0px;
}
.xbox__body7 {
    padding: 43px 0px;
    margin: 10px 0px;
}
.paypal-logo {
    font-family: Verdana, Tahoma;
    font-weight: bold;
    font-size: 26px;
  	display: inline-block;
  	color: #253b80;
}
.xbox__body8 {
    background-color: rgb(0 0 0 / 18%) !important;
    border-radius: 2px;
    padding: 10px 0px 14px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*Оформляем окна с продуктами, так как стандартный метод больше не работает*/
.product {
	border: 0 !important;
	box-shadow: 0 0 0 0 !important;
	background-color: rgba(255, 255, 255, 0.1);
	background-image: url('');
	background-position: 0 0, 0 0, 0 0;
	transition: all 0.2s;
	-webkit-animation-name: ItemUnhover;
	animation-name: ItemUnhover;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s
}
.product:hover {
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-animation-name: ItemHover;
	animation-name: ItemHover;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.product:active {
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-animation-name: ItemHover;
	animation-name: ItemHover;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
/*выравниваем картинку профиля в профиле*/
.xbox_profile-widget .xbox__body img, .xbox_profile-widget .xbox__header img {
    width: 88%;
    border-radius: 5px;
}
/*Костылим название товара, делая его прозрачным (в главном меню магазина)*/
.product__name {
    background: rgb(255 255 255 / 0%);
    color: #fff0;
}
/*Выключаем текст товаров в рулетках*/
.roulette-item__description h4 {
    display: none;
}
/*Чиним отступ кнопки "Выход" и её размер*/
.btn {
    border-radius: 5px;
}
/*Скрываем кнопку История*/
.nav:nth-child(1)>li:nth-child(2) {
display: none;
}
/*Костылим заголовки внутри товара, убираем оформление под текст , так как закостылили названия прозрачными символами*/
.kit-product__name, .kit-product__quantity {
    background: rgb(255 255 255 / 0%);
}
/*Костылим главный заголовок в товаре, под которым отображаются товары, делаем так, будто его небыло, так как там невидимый символ*/
.modal-body, .modal-header, .modal-footer {
	background-color: rgba(23, 27, 40, .98) !important;
    box-shadow: 0 0 100px rgb(255 255 255 / 0%);
}
/*Костылим размер заголовка до возможного минимума, так как там больше нет текста*/
.modal-header {
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
}
/*И еще костылим размер заголовка, чтобы он был еще меньше*/
.modal-title {
	font-size: 0px !important;
}
/* Выравниваем содержимое во вкладке профиль после костылей выше*/
.xbox .xbox__header {
    background-color: rgba(0, 0, 0, 0) !important;
}
/*Убираем непонятную полоску*/
.xbox {
    box-shadow: 0 1px 1px rgb(251 251 251 / 0%);
}
/*Делаем чуть побольше размер товаров*/
.xbox__body {
    padding: 5px;
}
/*Убираем имя пользователя в профиле*/
.xbox_profile-widget .xbox__header h4 {
    display: none;
}
/*Убираем стандартное описание под товаром*/
.product__servers, .product__command {
	display: none
}
@-webkit-keyframes ItemHover {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.2)
	}
	100% {
		transform: scale(1.15)
	}
}
@keyframes ItemHover {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.2)
	}
	100% {
		transform: scale(1.15)
	}
}
/*Скрываем название магазина в шапке*/
.navbar-brand {
	display: none
}