@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
.gs-loader { background: url("https://i.ibb.co/WkLSDbC/download2-ezgif-com-gif-maker.gif") center center no-repeat rgb(24, 25, 27) !important; }
.gs-loader .gs-loader-inner { display: none !important; }
.scale { transition: all 0.3s ease 0s; }
.scale:hover { transform: scale(1.1); }
.span {
    font-family: Montserrat;
    /* font-family: 'Jost', sans-serif; */
}
/* скрываем описание кейсу */
.productModalContainsItems, .productModalContainsTitle {
    display: none;
}
.PlayerBalanceModal-module__currency {
    background: linear-gradient(to right,#f90 0%,#f1c339 100%);
    border: none;
    color: #ffff;
    border-radius: 30px 0px 0px 30px;
    min-width: 40px;
    /* height: 100%; */
    /* padding: 0 10px; */
    /* background: var(--accent-color-800); */
    /* color: var(--font-color-700); */
    line-height: 36px;
}
/* обновление символов */
*,*:before,*:after {
     font-family: var(--default-font-family), normal normal normal 14px/1 FontAwesome, ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";; 
     -webkit-font-smoothing: none; 
    -moz-osx-font-smoothing: grayscale
}
.fa-info-circle:before {
    content: "\F05A";
}
.fa-ticket:before {
    content: "\F145";
}
.commandblock i {
    margin-left: -18px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Обновление 1.0 - Информация */

.commandblock {
    padding: 4px 8px 4px 20px
}

.commandblock i {
    margin-left: -18px
}

.commandblock.info {
    padding: 16px 8px 0px 20px
}

.commandblock .command {
    background-color: rgb(231 183 37 / 68%);
    border-radius: 5px;
    padding: 2px 10px;
    color: #fff;
    user-select: all
}

.modal-roulette .modal-lg {
    width: 100%;
    height: 100%;
    margin: unset;
    max-width: 100%;
    transform: unset !important
}

.modal-roulette .modal-content {
    height: 100%;
    width: 100%;
    overflow: auto;
    min-height: 100%
}

.modal-roulette .modal-header h4 {
    font-size: 32px !important;
    padding: 10px 0px;
    font-weight: 800;
    display: block;
    width: 100%;
    text-align: center
}

.modal-roulette .roulette {
    -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 5%, #000 35%, #000 65%, rgba(255, 255, 255, 0) 95%);
    box-shadow: inset 0px 0px 16px 5px #7000f1
}

.modal-roulette .roulette__description {
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-roulette .modal-footer {
    background-color: unset !important;
    position: fixed;
    bottom: 0
}

.modal-roulette .ladda-label {
    color: rgba(0, 0, 0, 0);
    font-size: 0
}

.modal-roulette .ladda-button:after {
    content: 'Испытать удачу'
}

.roulette_item {
    margin: 5px;
    display: inline-block;
    background-color: rgba(135, 116, 184, 0.3);
    border-radius: 10px;
    width: 160px;
    height: 160px;
    user-select: none;
    cursor: default;
    overflow: hidden
}

.roulette_item .subdesc {
    border-radius: 3px;
    background-color: var(--container-color);
    opacity: 0.9;
    color: #fff;
    position: absolute;
    z-index: 1000;
    width: 160px;
    line-height: 18px;
    height: 160px;
    padding: 10px;
    padding-left: 8px;
    opacity: 0;
    transition: all 0.2s
}

.roulette_item .subdesc:hover {
    opacity: 1
}

.roulette_item img {
    padding: 0px 20px;
    width: 100%
}

.roulette_item .roulette-item__description {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 0 0 0 6px;
    overflow: hidden
}

.custom-roulette .modal-header {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 1000;
    background-color: var(--main-bg-color);
    -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #000 40%)
}

.custom-roulette .modal-body {
    padding: 80px 16px 80px 16px;
    display: flex;
    transition: all 0.5s
}

.custom-roulette .roulette__description {
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    height: max-content;
    width: 1360px;
    margin: auto;
    align-self: center
}

.custom-roulette .modal-footer {
    top: unset;
    margin-left: unset;
    transform: unset;
    bottom: 0px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: var(--main-bg-color) !important;
    -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 20%);
    justify-content: center
}

.custom-roulette .modal-footer .ml-auto {
    margin-left: unset !important
}

.custom-roulette .modal-roulettebody {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1010
}

.custom-roulette .roulette-block {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    max-height: 0px;
    padding-left: 50%;
    background-color: var(--main-line-color-025);
    -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 5%, #000 15%, #000 85%, rgba(255, 255, 255, 0) 95%);
    box-shadow: inset 0px 0px 20px 10px var(--main-line-color);
    z-index: 1010;
    transition: max-height 0.3s, opacity 1s
}

.custom-roulette .roulette-block.line:before {
    content: "";
    position: absolute;
    left: 50%;
    margin: 0px 0 0 -2px;
    background-color: var(--main-line-color);
    box-shadow: 0px 0px 75px 32px var(--main-line-color-half);
    width: 2px;
    height: 100%;
    border: unset;
    z-index: 1000;
    animation: lineAnim 0.3s;
    animation-fill-mode: forwards
}

.custom-roulette .roulette-block .loading-icon {
    width: 250px;
    height: 250px;
    background-color: var(--main-line-color);
    -webkit-mask-box-image: url("data:image/svg+xml;charset=UTF-8,%3csvg class='logo_holo' xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3e%3cdefs%3e%3cstyle%3e .logo_holo %7b filter: drop-shadow(0px 0px 10px %23FFF);%7d .char %7b fill: %23FFF0; stroke-width: 2; stroke: %23FFF;%7d .anim %7b animation: loading1 5s linear infinite;%7d .anim2 %7b animation: loading2 5s linear infinite;%7d %40keyframes loading1 %7b to%7b stroke-dashoffset: 0;%7d %7d %40keyframes loading2 %7b 0%25%7b opacity: 0.75;%7d 50%25%7b opacity: 0.25;%7d 100%25%7b opacity: 0.75;%7d %7d %3c/style%3e%3c/defs%3e%3cg transform='translate(26,230) scale(0.8,-0.8)'%3e%3cpath class='char anim2' style='stroke-dasharray: 1558;animation-duration: 2s;filter: drop-shadow(0px 0px 10px %23FFF);' d='M113.0 255.0 c-48.5 -6.2 -89.4 -38.9 -105.5 -84.3 -1.5 -4.3 -2.6 -7.9 -2.4 -8.2 0.3 -0.2 19.1 -1.8 41.9 -3.4 22.8 -1.7 43.8 -3.3 46.7 -3.7 l5.2 -0.5 20.0 39.8 c11.4 22.8 20.1 39.2 20.5 38.3 0.3 -0.8 3.7 -17.7 7.6 -37.5 3.9 -19.8 7.4 -37.0 7.7 -38.2 l.5 -2.3 31.4 0 31.4 0 -24.0 -23.7 -23.9 -23.8 8.4 -35.4 c4.7 -19.5 8.4 -35.5 8.3 -35.6 -0.2 -0.2 -13.5 12.3 -29.6 27.6 -16.1 15.3 -29.7 27.9 -30.2 27.9 -0.6 0 -14.6 -12.1 -31.3 -26.9 -16.6 -14.8 -30.3 -26.8 -30.5 -26.6 -0.1 0.1 3.6 17.0 8.2 37.6 4.6 20.6 8.3 37.5 8.2 37.6 -0.4 0.4 -78.7 16.3 -80.3 16.3 -1.4 0 -1.5 -1.3 -0.9 -9.7 2.3 -32.9 15.6 -61.5 39.0 -84.1 18.1 -17.5 38.6 -28.3 64.1 -33.8 11.1 -2.4 37.9 -2.4 49.0 0 26.7 5.8 46.9 16.7 65.6 35.5 19.0 18.9 29.9 39.3 35.6 66.1 2.4 11.6 2.4 36.2 -0.1 48.0 -5.6 27.0 -17.7 49.1 -37.0 67.8 -18.2 17.5 -39.3 28.6 -64.0 33.7 -9.4 1.9 -30.5 2.7 -39.6 1.5z'%3e%3c/path%3e%3cpath class='char anim' style='stroke-dasharray: 194.75;stroke-dashoffset: -1558;animation-duration: 5s;stroke-width: 2px;filter: drop-shadow(0px 0px 10px %23FFF);' d='M113.0 255.0 c-48.5 -6.2 -89.4 -38.9 -105.5 -84.3 -1.5 -4.3 -2.6 -7.9 -2.4 -8.2 0.3 -0.2 19.1 -1.8 41.9 -3.4 22.8 -1.7 43.8 -3.3 46.7 -3.7 l5.2 -0.5 20.0 39.8 c11.4 22.8 20.1 39.2 20.5 38.3 0.3 -0.8 3.7 -17.7 7.6 -37.5 3.9 -19.8 7.4 -37.0 7.7 -38.2 l.5 -2.3 31.4 0 31.4 0 -24.0 -23.7 -23.9 -23.8 8.4 -35.4 c4.7 -19.5 8.4 -35.5 8.3 -35.6 -0.2 -0.2 -13.5 12.3 -29.6 27.6 -16.1 15.3 -29.7 27.9 -30.2 27.9 -0.6 0 -14.6 -12.1 -31.3 -26.9 -16.6 -14.8 -30.3 -26.8 -30.5 -26.6 -0.1 0.1 3.6 17.0 8.2 37.6 4.6 20.6 8.3 37.5 8.2 37.6 -0.4 0.4 -78.7 16.3 -80.3 16.3 -1.4 0 -1.5 -1.3 -0.9 -9.7 2.3 -32.9 15.6 -61.5 39.0 -84.1 18.1 -17.5 38.6 -28.3 64.1 -33.8 11.1 -2.4 37.9 -2.4 49.0 0 26.7 5.8 46.9 16.7 65.6 35.5 19.0 18.9 29.9 39.3 35.6 66.1 2.4 11.6 2.4 36.2 -0.1 48.0 -5.6 27.0 -17.7 49.1 -37.0 67.8 -18.2 17.5 -39.3 28.6 -64.0 33.7 -9.4 1.9 -30.5 2.7 -39.6 1.5z'%3e%3c/path%3e%3cpath class='char anim' style='stroke-dasharray: 389.5;stroke-dashoffset: -1558;animation-duration: 7.5s;stroke-width: 4px;opacity: 0.75;filter: drop-shadow(0px 0px 10px %23FFF);' d='M113.0 255.0 c-48.5 -6.2 -89.4 -38.9 -105.5 -84.3 -1.5 -4.3 -2.6 -7.9 -2.4 -8.2 0.3 -0.2 19.1 -1.8 41.9 -3.4 22.8 -1.7 43.8 -3.3 46.7 -3.7 l5.2 -0.5 20.0 39.8 c11.4 22.8 20.1 39.2 20.5 38.3 0.3 -0.8 3.7 -17.7 7.6 -37.5 3.9 -19.8 7.4 -37.0 7.7 -38.2 l.5 -2.3 31.4 0 31.4 0 -24.0 -23.7 -23.9 -23.8 8.4 -35.4 c4.7 -19.5 8.4 -35.5 8.3 -35.6 -0.2 -0.2 -13.5 12.3 -29.6 27.6 -16.1 15.3 -29.7 27.9 -30.2 27.9 -0.6 0 -14.6 -12.1 -31.3 -26.9 -16.6 -14.8 -30.3 -26.8 -30.5 -26.6 -0.1 0.1 3.6 17.0 8.2 37.6 4.6 20.6 8.3 37.5 8.2 37.6 -0.4 0.4 -78.7 16.3 -80.3 16.3 -1.4 0 -1.5 -1.3 -0.9 -9.7 2.3 -32.9 15.6 -61.5 39.0 -84.1 18.1 -17.5 38.6 -28.3 64.1 -33.8 11.1 -2.4 37.9 -2.4 49.0 0 26.7 5.8 46.9 16.7 65.6 35.5 19.0 18.9 29.9 39.3 35.6 66.1 2.4 11.6 2.4 36.2 -0.1 48.0 -5.6 27.0 -17.7 49.1 -37.0 67.8 -18.2 17.5 -39.3 28.6 -64.0 33.7 -9.4 1.9 -30.5 2.7 -39.6 1.5z'%3e%3c/path%3e%3cpath class='char anim' style='stroke-dasharray: 779;stroke-dashoffset: -1558;animation-duration: 10s;stroke-width: 6px;opacity: 0.5;filter: drop-shadow(0px 0px 10px %23FFF);' d='M113.0 255.0 c-48.5 -6.2 -89.4 -38.9 -105.5 -84.3 -1.5 -4.3 -2.6 -7.9 -2.4 -8.2 0.3 -0.2 19.1 -1.8 41.9 -3.4 22.8 -1.7 43.8 -3.3 46.7 -3.7 l5.2 -0.5 20.0 39.8 c11.4 22.8 20.1 39.2 20.5 38.3 0.3 -0.8 3.7 -17.7 7.6 -37.5 3.9 -19.8 7.4 -37.0 7.7 -38.2 l.5 -2.3 31.4 0 31.4 0 -24.0 -23.7 -23.9 -23.8 8.4 -35.4 c4.7 -19.5 8.4 -35.5 8.3 -35.6 -0.2 -0.2 -13.5 12.3 -29.6 27.6 -16.1 15.3 -29.7 27.9 -30.2 27.9 -0.6 0 -14.6 -12.1 -31.3 -26.9 -16.6 -14.8 -30.3 -26.8 -30.5 -26.6 -0.1 0.1 3.6 17.0 8.2 37.6 4.6 20.6 8.3 37.5 8.2 37.6 -0.4 0.4 -78.7 16.3 -80.3 16.3 -1.4 0 -1.5 -1.3 -0.9 -9.7 2.3 -32.9 15.6 -61.5 39.0 -84.1 18.1 -17.5 38.6 -28.3 64.1 -33.8 11.1 -2.4 37.9 -2.4 49.0 0 26.7 5.8 46.9 16.7 65.6 35.5 19.0 18.9 29.9 39.3 35.6 66.1 2.4 11.6 2.4 36.2 -0.1 48.0 -5.6 27.0 -17.7 49.1 -37.0 67.8 -18.2 17.5 -39.3 28.6 -64.0 33.7 -9.4 1.9 -30.5 2.7 -39.6 1.5z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
    background-size: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(2)
}

.custom-roulette .roulette-block .loading-error {
    width: auto;
    height: 70px;
    line-height: 70px;
    font-size: 45px;
    text-align: center;
    margin: auto;
    position: absolute;
    text-shadow: 0px 0px 10px var(--main-line-color);
    left: 0;
    right: 0;
    top: 50%;
    user-select: none;
    transform: translateY(-50%)
}

.custom-roulette .roulette-block .loading-text {
    width: auto;
    height: 70px;
    line-height: 70px;
    font-size: 45px;
    text-align: center;
    margin: auto;
    position: absolute;
    text-shadow: 0px 0px 10px var(--main-line-color);
    left: 0;
    right: 0;
    top: 50%;
    user-select: none;
    transform: translateY(-50%)
}

.custom-roulette .roulette-block .loading-info {
    width: auto;
    height: 70px;
    text-align: center;
    font-size: 20px;
    margin: auto;
    position: absolute;
    text-shadow: 0px 0px 10px var(--main-line-color);
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(50%);
    opacity: 0;
    user-select: none;
    animation: roulette-loading-info 1s;
    animation-delay: 10s;
    animation-fill-mode: forwards
}

.custom-roulette .droppedItem {
    width: 256px;
    height: 256px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
    z-index: 1020;
    animation: droppedItem 1s;
    animation-fill-mode: forwards
}

.custom-roulette .droppedItem img {
    width: 256px;
    height: 256px
}

.custom-roulette .item-title {
    font-size: 20px;
    text-align: center
}

.custom-roulette .modal-body.roulette-fade {
    opacity: 0
}

/* анимация прокрутки у мониторинга */
.Loader-module__loader:before {
    box-sizing: border-box;
    display: inline-block;
    font: normal normal normal 38px/1 FontAwesome;
    content: "\f110";
}
.Loader-module__loader {
        border: 5px solid #fff0;
    animation: fa-spin 2s infinite linear;
}
/* виджет бонусов при пополнении */
@media (min-width: 992px) {
    .profile-img {
        width:100%
    }
}

.xbox {
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    margin-bottom: 20px;
    border-radius: 2px
}

.xbox__header {
    background: rgba(255,255,255,.04);
    padding: 20px;
    border-radius: 2px 2px 0 0
}

.xbox__header:after {
    content: '';
    display: table;
    clear: both
}

.xbox__header h4 {
    margin: 0;
    line-height: 100%;
    font-size: 17px;
    font-weight: 400
}

.xbox__body {
    padding: 20px
}

.xbox__body:after {
    content: '';
    display: table;
    clear: both
}

.xbox__footer {
    padding: 20px;
    border-radius: 0 0 2px 2px
}

.xbox__footer:after {
    content: '';
    display: table;
    clear: both
}

.xbox_store>.xbox__footer {
    font-size: 85%;
    text-align: center
}

.xbox_news .xbox__body {
    padding: 20px 0
}

.xbox.xbox_widget_stats .xbox__body {
    padding: 0
}

.xbox.xbox_widget_stats .table>tbody>tr>td,.xbox.xbox_widget_stats .table>tbody>tr>th,.xbox.xbox_widget_stats .table>tfoot>tr>td,.xbox.xbox_widget_stats .table>tfoot>tr>th,.xbox.xbox_widget_stats .table>thead>tr>td,.xbox.xbox_widget_stats .table>thead>tr>th {
    padding: 16px
}

.xbox.xbox_widget_stats .table>thead>tr>th {
    text-transform: none
}
.xbox__header
{
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    background: rgba(41, 41, 41, 0.8);
}

.xbox__body
{
    border-top-width: 0px;
    border-bottom-width: 0px;
    background: rgba(41, 41, 41, 0.8);
}

.xbox__footer
{
    border-radius: 0px 0px 5px 5px;
    background: rgba(41, 41, 41, 0.8);
}
.xbox_bonus {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #d0cbcb;
}
.tbody {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #d0cbcb;
}
.xbox_button_left,.xbox_button_right,.xbox_button_center
{
    border-radius: 5px;
    background: rgba(41, 41, 41, 0.8);
    display: inline-block;
    width: 45%;
    height: 70px;
    cursor: pointer;

    -webkit-transform: scale(1.0,1.0);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    -moz-transform: scale(1.0,1.0);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 300ms;
}



.xbox_button_center > a
{
    font-size: 200%;
    color: #fff;    
}

.xbox_button_right
{
    margin-left: calc 5px
}





.Categories-module__category, 
.Categories-module__enableFocus {
  background-color: #007bff !important; /* Основной синий оттенок */
  border-radius: 10px !important;
  padding: 10px 15px !important; /* Уменьшено значение padding */
  font-size: 14px !important; /* Уменьшен размер шрифта */
  transition: background 0.5s ease-in-out !important, box-shadow 0.5s ease-in-out !important;
  color: white !important;
  box-shadow: 0 4px 6px rgba(0, 123, 255, 0.5) !important; /* Светлая синяя тень */
}

.Categories-module__category:hover, 
.Categories-module__enableFocus:hover {
  background: linear-gradient(135deg, #007bff, #00aaff, #e0f7ff) !important; /* Градиент от синего к светло-голубому */
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.7) !important; /* Более яркая тень при наведении */
  transition: background 0.5s ease-in-out !important, box-shadow 0.5s ease-in-out !important;
}


.HeaderNav-module__link {
  background-color: transparent !important; /* Прозрачный фон */
  border: 2px solid rgba(0, 123, 255, 0.8) !important; /* Полупрозрачная синяя обводка */
  border-radius: 8px !important; /* Закругленные углы */
  padding: 10px 15px !important; /* Пространство вокруг текста */
  text-decoration: none !important; /* Убираем подчеркивание текста */
  color: rgba(255, 255, 255, 0.9) !important; /* Почти белый текст для хорошей видимости */
  font-weight: bold !important; /* Жирный текст */
  font-size: 18px !important; /* Увеличенный размер текста */
  transition: all 0.3s ease-in-out !important; /* Плавный переход для всех свойств */
  box-shadow: 0 4px 6px rgba(0, 123, 255, 0.5) !important; /* Легкая синяя тень */
}

.HeaderNav-module__link:hover {
  color: rgba(0, 123, 255, 1) !important; /* Ярко-синий текст при наведении */
  background-color: rgba(255, 255, 255, 0.1) !important; /* Легкий белый фон при наведении */
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.7) !important; /* Увеличенная тень при наведении */
  transform: scale(1.05) !important; /* Легкое увеличение элемента при наведении */
}





.MonitoringServer-module__progressBarAnim {
  background-color: #007bff !important; /* Основной синий оттенок */
  border-radius: 10px !important;
  height: 30px !important; /* Высота прогресс-бара */
  transition: background 0.5s ease-in-out !important, box-shadow 0.5s ease-in-out !important;
  box-shadow: 0 4px 6px rgba(0, 123, 255, 0.5) !important; /* Светлая синяя тень */
  overflow: hidden !important; /* Скрытие переполнения для анимации */
}

.MonitoringServer-module__progressBarAnim:hover {
  background: linear-gradient(135deg, #007bff, #00aaff, #e0f7ff) !important; /* Градиент от синего к светло-голубому при наведении */
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.7) !important; /* Более яркая тень при наведении */
  transition: background 0.5s ease-in-out !important, box-shadow 0.5s ease-in-out !important;
}

.MonitoringServer-module__progressBarAnim::before {
  content: "" !important; /* Создание псевдоэлемента для анимации */
  display: block !important;
  height: 100% !important;
  background: linear-gradient(135deg, #00aaff, #e0f7ff) !important; /* Градиент для анимации */
  animation: progressAnimation 2s infinite !important; /* Анимация прогресса */
}

@keyframes progressAnimation {
  0% {
    transform: translateX(-100%) !important; /* Начальное положение */
  }
  100% {
    transform: translateX(100%) !important; /* Конечное положение */
  }
}




.Product-module__wrapper {
  border: 2px solid rgba(0, 123, 255, 0.8) !important; /* Полупрозрачная синяя обводка */
  border-radius: 10px !important;
  padding: 10px 20px !important; /* Пространство вокруг контента */
  transition: border-color 0.5s ease-in-out !important, box-shadow 0.5s ease-in-out !important, transform 0.5s ease-in-out !important; /* Плавные переходы */
  color: white !important;
  box-shadow: 0 4px 6px rgba(0, 123, 255, 0.5) !important; /* Синяя тень */
  background-color: transparent !important; /* Прозрачный фон */
}

.Product-module__count:hover {
  border-color: rgba(0, 170, 255, 0.8) !important; /* Более светлый оттенок синего для обводки при наведении */
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.7) !important; /* Увеличенная тень при наведении */
  transform: scale(1.05) !important; /* Лёгкое увеличение размера */
  background-color: transparent !important; /* Прозрачный фон остаётся при наведении */
}



.boxHeader.Shop-module__header {
  font-size: 24px !important; /* Увеличенный размер текста для важности */
  font-weight: bold !important; /* Жирный шрифт для акцента */
  color: rgba(0, 123, 255, 1) !important; /* Красивый синий цвет текста */
  text-shadow: 2px 2px 4px rgba(0, 123, 255, 0.4) !important; /* Лёгкая тень для объёма */
  padding: 10px !important; /* Отступы вокруг текста */
  text-align: center !important; /* Выравнивание текста по центру */
  border-bottom: 2px solid rgba(0, 123, 255, 0.8) !important; /* Линия под текстом для разделения */
}

.boxHeader.Shop-module__header::after {
  content: "Если возникли проблемы с оплатой, пожалуйста, свяжитесь с администрацией Virtual Rust для незамедлительной помощи!" !important; /* Текстовое сообщение */
  display: block !important;
  margin-top: 10px !important;
  font-size: 18px !important; /* Размер для текста-подсказки */
  color: rgba(0, 170, 255, 1) !important; /* Яркий голубой цвет для привлечения внимания */
  text-shadow: 1px 1px 2px rgba(0, 170, 255, 0.4) !important; /* Лёгкая тень для объёма */
  font-style: italic !important; /* Курсив для изящности */
}



.LangSwitcher-module__currentLang {
  border: 1px solid rgba(0, 123, 255, 0.8) !important; /* Уменьшенная толщина границы */
  border-radius: 10px !important;
  padding: 8px 16px !important; /* Уменьшенное пространство вокруг текста */
  transition: border-color 0.3s ease-in-out !important, box-shadow 0.3s ease-in-out !important, transform 0.3s ease-in-out !important; /* Плавные переходы */
  color: rgba(255, 255, 255, 1) !important; /* Яркий белый текст */
  font-size: 22px !important; /* Увеличенный размер шрифта для большей заметности */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important; /* Уменьшенная тень для контраста */
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.5) !important; /* Легкая синяя тень */
  background-color: transparent !important; /* Прозрачный фон */
  font-weight: bold !important; /* Жирный шрифт для выделения */
  text-align: center !important; /* Центрирование текста */
}

.LangSwitcher-module__currentLang:hover {
  box-shadow: 0 0 20px rgba(173, 216, 230, 1) !important; /* Яркое голубое свечение при наведении */
  color: rgba(255, 255, 255, 1) !important; /* Яркий белый текст при наведении */
  transform: scale(1.05) !important; /* Легкое увеличение при наведении */
  background-color: transparent !important; /* Прозрачный фон */
}
.PlayerBalanceModal-module__currency {
  background: rgba(0, 0, 255, 0.9) !important; /* Яркий полупрозрачный синий фон */
  backdrop-filter: blur(5px) !important; /* Легкое размытие фона */
  font-weight: bold !important; /* Жирный текст */
}




.Search-module__iconWrapper {
    background: linear-gradient(to right, #ffffff00 0%, #3995f1 100%)!important;
}








.LangSwitcher-module__btn {
  background-color: transparent !important; /* Прозрачный фон */
  border: none !important; /* Убираем обводку */
  color: rgba(255, 255, 255, 0.7) !important; /* Полупрозрачный белый цвет текста */
  font-weight: bold !important; /* Жирный текст */
  padding: 10px 20px !important; /* Пространство вокруг текста */
  border-radius: 10px !important; /* Закруглённые углы */
  display: flex !important; /* Flexbox для центрирования содержимого */
  align-items: center !important; /* Центрирование по вертикали */
  justify-content: center !important; /* Центрирование по горизонтали */
  transition: none !important; /* Убираем все переходы */
}
.LangSwitcher-module__lang {
  background-color: transparent !important; /* Прозрачный фон */
  border: 2px solid rgba(0, 123, 255, 0.6) !important; /* Полупрозрачная синяя обводка */
  border-radius: 10px !important; /* Закруглённые углы */
  padding: 10px 15px !important; /* Пространство вокруг текста */
  color: rgba(255, 255, 255, 1) !important; /* Белый цвет текста */
  font-weight: bold !important; /* Жирный текст */
  font-size: 16px !important; /* Размер текста */
  text-align: center !important; /* Центрирование текста */
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3) !important; /* Лёгкая тень для глубины */
  transition: all 0.3s ease !important; /* Плавные переходы */
  display: inline-block !important; /* Отображение в строчном блоке для центровки */
}

/* Эффект наведения */
.LangSwitcher-module__lang:hover {
  border-color: rgba(0, 170, 255, 1) !important; /* Яркий голубой оттенок обводки при наведении */
  box-shadow: 0 6px 20px rgba(0, 170, 255, 0.5) !important; /* Увеличенная тень при наведении */
  transform: scale(1.05) !important; /* Увеличение элемента при наведении */
}
.Search-module__icon {
  display: none !important; /* Полностью скрывает элемент */
}


.PlayerMenu-module__profileLink {
  background-color: rgba(0, 123, 255, 0.15) !important; /* Полупрозрачный синий фон */
  border-radius: 10px !important; /* Закругленные углы */
  padding: 10px 20px !important; /* Пространство внутри элемента */
  color: white !important; /* Белый цвет текста */
  font-weight: bold !important; /* Жирный текст */
  font-size: 1.2em !important; /* Увеличенный размер текста */
  text-decoration: none !important; /* Убираем подчеркивание текста */
  display: inline-block !important; /* Для корректной работы с размерами */
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out !important; /* Плавный переход для наведения */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important; /* Легкая тень для глубины */
}

.PlayerMenu-module__profileLink:hover {
  background-color: rgba(0, 123, 255, 0.35) !important; /* Более яркий синий при наведении */
  box-shadow: 0 0 30px rgba(0, 123, 255, 0.8) !important; /* Яркая синяя тень при наведении */
  color: rgba(255, 255, 255, 1) !important; /* Чистый белый цвет текста при наведении */
  transform: scale(1.05) !important; /* Немного увеличиваем размер при наведении */
}






.Header-module__wrapper {
  background-color: rgba(0, 123, 255, 0.05) !important; /* Прозрачность увеличена на 50% */
  backdrop-filter: blur(10px) !important; /* Размытие заднего фона */
  border-radius: 10px !important; /* Закруглённые углы для гладкого внешнего вида */
  padding: 5px 15px !important; /* Пространство внутри контейнера */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important; /* Легкая тень для глубины */
  color: white !important; /* Белый цвет текста для контраста */
}

.Product-module__name {
  color: white !important; /* Белый цвет текста */
  font-weight: bold !important; /* Жирный шрифт */
  font-size: 1.2em !important; /* Увеличенный размер текста */
}




.Product-module__count {
  position: absolute !important; /* Абсолютное позиционирование */
  bottom: 20px !important; /* Увеличиваем отступ от нижней грани объекта */
  left: 70% !important; /* Смещаем текст правее от центра */
  transform: translateX(-30%) !important; /* Корректируем центрирование */
  z-index: 10 !important; /* Текст поверх остальных элементов */
  font-weight: bold !important; /* Жирный текст */
  font-size: 24px !important; /* Увеличенный размер текста */
  color: rgba(0, 123, 255, 1) !important; /* Синий цвет текста */
  text-shadow: 2px 2px 4px rgba(0, 123, 255, 0.4) !important; /* Лёгкая тень */
  padding: 5px 10px !important; /* Отступы вокруг текста */
  background-color: transparent !important; /* Прозрачный фон */
  border: none !important; /* Убираем обводку */
}


.PlayerBalance-module__btn {
  color: rgba(255, 255, 255, 1) !important; /* Яркий белый текст */
  font-size: 20px !important; /* Размер шрифта */
  font-weight: bold !important; /* Жирный шрифт */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6) !important; /* Лёгкая тень для контраста */
  padding: 10px 20px !important; /* Отступы внутри */
  border-radius: 5px !important; /* Закругление углов */
  background-color: rgba(0, 123, 255, 0.6) !important; /* Полупрозрачный синий фон */
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out !important; /* Плавный переход для фона и увеличения */
  text-align: center !important; /* Центрирование текста */
  box-shadow: 0 4px 6px rgba(0, 123, 255, 0.4) !important; /* Лёгкая тень */
  cursor: pointer !important; /* Указатель мыши при наведении */
  position: relative; /* Для абсолютного позиционирования псевдоэлементов */
  display: inline-block;
}

/* Эффект при наведении */
.PlayerBalance-module__btn:hover {
  background-color: rgba(0, 170, 255, 0.8) !important; /* Более яркий синий фон при наведении */
  transform: scale(1.05) !important; /* Лёгкое увеличение при наведении */
}

/* Исходный текст */
.PlayerBalance-module__btn::before {
  content: attr(data-text) !important; /* Исходный текст до наведения */
  color: rgba(255, 255, 255, 1) !important; /* Белый цвет текста */
  font-size: 20px !important; /* Размер шрифта */
  font-weight: bold !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out !important; /* Плавный переход для исчезновения */
}

/* Текст "пополнить" */
.PlayerBalance-module__btn::after {
  content: "Нажмите чтобы пополнить" !important; /* Новый текст */
  position: absolute;
  bottom: 100%; /* Расположение над кнопкой */
  left: 50%;
  transform: translate(-50%, -10px); /* Смещение текста чуть выше */
  color: rgba(255, 255, 255, 1) !important; /* Белый цвет текста */
  font-size: 18px !important; /* Размер шрифта */
  font-weight: bold !important;
  opacity: 0; /* Изначально скрыт */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out !important; /* Плавный переход для появления и движения */
  background-color: rgba(0, 123, 255, 0.8) !important; /* Ярко-синий полупрозрачный фон для текста */
  padding: 5px 10px !important; /* Отступы вокруг текста для фона */
  border-radius: 5px !important; /* Закругление углов фона */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5) !important; /* Лёгкая тень для фона */
}

/* Скрываем исходный текст при наведении */
.PlayerBalance-module__btn:hover::before {
  opacity: 0 !important; /* Исходный текст скрыт */
}

/* Показываем текст "пополнить" при наведении */
.PlayerBalance-module__btn:hover::after {
  opacity: 1 !important; /* Текст "пополнить" видим при наведении */
  transform: translate(-50%, -20px) !important; /* Двигаем текст выше */
}



.Search-module__iconWrapper {
  background-color: rgba(0, 123, 255, 0.2) !important; /* Слабый синеватый оттенок */
  border-radius: 50% !important; /* Закругление, чтобы придать форму круга */
  padding: 10px !important; /* Отступы внутри контейнера */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important; /* Легкая тень для объема */
  display: flex !important; /* Flexbox для выравнивания содержимого */
  align-items: center !important; /* Центрирование по вертикали */
  justify-content: center !important; /* Центрирование по горизонтали */
  position: relative !important;
}

/* Добавляем иконку лупы */
.Search-module__iconWrapper::before {
  content: "\1F50D"; /* Юникод для лупы */
  font-size: 24px !important; /* Размер иконки */
  color: rgba(255, 255, 255, 1) !important; /* Белая иконка */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Центрирование иконки */
}




.Button-module__btn, 
.MonitoringWidget-module__updateBtn, 
.Button-module__accent {
  background-color: #007bff !important; /* Основной синий оттенок */
  border-radius: 10px !important;
  padding: 10px 15px !important; /* Уменьшенное значение padding для тонкости */
  font-size: 14px !important; /* Размер шрифта */
  transition: background 0.5s ease-in-out !important, box-shadow 0.5s ease-in-out !important;
  color: white !important;
  border: none !important; /* Убираем рамку для кнопки */
  box-shadow: 0 4px 6px rgba(0, 123, 255, 0.5) !important; /* Светлая синяя тень */
  cursor: pointer !important; /* Указатель для курсора */
}

.Button-module__btn:hover, 
.MonitoringWidget-module__updateBtn:hover, 
.Button-module__accent:hover {
  background: linear-gradient(135deg, #007bff, #00aaff, #e0f7ff) !important; /* Градиент от синего к светло-голубому */
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.7) !important; /* Более яркая тень при наведении */
  transition: background 0.5s ease-in-out !important, box-shadow 0.5s ease-in-out !important;
}


.MonitoringServer-module__wrapper {
  background-color: #007bff !important; /* Основной синий оттенок */
  border-radius: 10px !important;
  padding: 20px !important; /* Увеличенное значение padding для пространства */
  transition: background 0.5s ease-in-out !important, box-shadow 0.5s ease-in-out !important;
  color: white !important;
  box-shadow: 0 4px 6px rgba(0, 123, 255, 0.5) !important; /* Светлая синяя тень */
}

.MonitoringServer-module__wrapper:hover {
  background: linear-gradient(135deg, #007bff, #00aaff, #e0f7ff) !important; /* Градиент от синего к светло-голубому при наведении */
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.7) !important; /* Более яркая тень при наведении */
  transition: background 0.5s ease-in-out !important, box-shadow 0.5s ease-in-out !important;
}



.MonitoringServer-module__wrapper {
  border: 2px solid rgba(0, 123, 255, 0.8) !important; /* Обводка с полупрозрачным синим цветом */
  border-radius: 10px !important;
  padding: 20px !important; /* Увеличенное значение padding для пространства */
  transition: border-color 0.5s ease-in-out !important, box-shadow 0.5s ease-in-out !important, transform 0.5s ease-in-out !important; /* Добавлено свойство transform */
  color: white !important;
  box-shadow: 0 4px 6px rgba(0, 123, 255, 0.5) !important; /* Светлая синяя тень */
  background-color: transparent !important; /* Прозрачный фон */
}

.MonitoringServer-module__wrapper:hover {
  border-color: rgba(0, 170, 255, 0.8) !important; /* Изменение цвета обводки при наведении */
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.7) !important; /* Более яркая тень при наведении */
  transform: scale(1.05) !important; /* Увеличение размера элемента при наведении */
  background-color: transparent !important; /* Оставляем фон прозрачным при наведении */
}

.gs-loader__spinner {
  display: none !important; /* Полное скрытие элемента */
}






.xbox_button_left:hover, .xbox_button_right:hover,.xbox_button_center:hover
{
    border-radius: 5px;
    background: rgba();
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 300ms;    
}
.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #bbbbbb00;
    color: #696969;
    border-bottom: 1px dashed #696969;
    border-top: 1px dashed #696969;
}
#xbox_button
{
    display:block; 
    margin: 10px auto 25px;
    width: 50px;
    height: 50px;
}

.xbox_bonus td {padding: 10px;}

.xbox_bonus tr:nth-child(2n) {
  background-color: rgba(0,0,0,0.1);
  
}

.xbox
{
    background: transparent; 
}
/* пополняшка */
.HeaderNav-module__link:hover, .HeaderNav-module__link:focus {
    color: #fff;
}
.Product-module__price {
    padding: 3px 6px;
    border-radius: 0px 0px 5px 0px;
    background: rgba(29,27,26,.8);
    top: 0;
    left: 0;
    background-color: var(--product-items-trans-bg-color);
    display: flex;
    align-items: center;
}
.PlayerBalanceModal-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 2px;
    overflow: hidden;
    background: #28282800;
}
/* выбор сервера */
.Servers-module__server Servers-module__active {
    color: #7b7b7b;
    background: #202020;
}
.boxFooter {
    border-radius: 0px 0px 5px 5px;
    background: rgb(41 41 41 / 70%);
    /* background: var(--bg-color-700); */
    /* border-radius: 0 0 2px 2px; */
}
.Servers-module__server {
    background-color: #202020;
    color: #696969;
}

.Product-module__discount {
    z-index: 1;
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px;
    border-radius: 10px;
    /* background: #f8ad1b; */
    background: linear-gradient(-45deg, #0075ff, #0075ff, #0077ff, #0077ff);
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
    top: 10px;
    right: 10px;
    /* background-color: var(--accent-color-800); */
    color: var(--font-color-700);
}
.PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:focus, .PlayerMenu-module__loginLink:hover, .PlayerMenu-module__loginLink:focus {
    background-color: #20202000;
    color: #fff;
}
.HistorySearch-module__iconWrapper {
    background: linear-gradient(to right,#f90 0%,#f1c339 100%);
    border: none;
    color: #ffff;
    border-radius: 35px 0px 0px 35px;
    min-width: 40px;
    height: 100%;
    padding: 0 10px;
    height: 100%;
    padding: 0 10px;
    /* background: var(--accent-color-800); */
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
}
.Button-module__btn.Button-module__accent:hover, .Button-module__btn.Button-module__accent:focus {
    background-color: #0077ff;
    border-color: #0077ff;
}
.BasketSearch-module__iconWrapper {
    background: linear-gradient(to right,#f90 0%,#f1c339 100%);
    border: none;
    color: #ffff;
    border-radius: 35px 0px 0px 35px;
    min-width: 40px;
    height: 100%;
    padding: 0 10px;
    /* background: var(--accent-color-800); */
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    /* background: var(--accent-color-800); */
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
}
/* анимации */
.PlayerBalanceModal-module__input {
    border: 1px solid #292929;
    background-color: #333333;
    color: #a9a6a6;
    border-radius: 0px 10px 10px 0px;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    padding: 0 10px;
}
.MonitoringServer-module__progressBarAnim {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: inherit;
    background: conic-gradient(from -30deg at 25%,transparent 240deg,rgba(255,255,255,.15) 0%) 0/1.44em,conic-gradient(from -30deg at 75%,rgba(255,255,255,.15) 240deg,transparent 0%) 0/1.44em;
    box-shadow: inset 0 0 5px #0000;
    animation: MonitoringServer-module__monitoringAnimation 2s linear infinite;
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}
.MonitoringServer-module__progressBarWrapper {
    margin-bottom: 6px;
    border-radius: 4px;
    position: relative;
    width: 100%;
    height: 20px;
    overflow: hidden;
    background-color: var(--bg-color-700)
}
/* потом разберем */
/* .ModalLayout-module__modal {
       width: 900px;
       margin-top: 20px;
       margin-bottom: 20px;
       width: 360px;
       box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
}
*/
/* загрузочный экран */
.MonitoringServer-module__progressBar {
     border-radius: 0px 0px 0px 0px;
    --online-players: 0%;
    --joining-players: 0%;
    --queued-players: 0%;
    height: 100%;
    width: 0%;
    background-image: linear-gradient(#cda82a00 var(--online-players),transparent);
    background-repeat: repeat-y;
}
.MonitoringServer-module__progressBarAnim {
 background-image: linear-gradient(45deg,rgba(0,0,0,0) 25%,#444 0,#444 50%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 75%,#444 0,#444);
 background-size: 0.6875rem 0.6875rem;
 animation: progress-bar-stripes 2s linear infinite;
 background-color: #ffc23d;
 /* border-radius: 0px 8px 8px 0px; */
}
.gs-loader .gs-loader_hide { display: none !important; }
.gs-loader {
      background: url(https://i.ibb.co/WkLSDbC/download2-ezgif-com-gif-maker.gif) center center no-repeat rgb(24, 25, 27) !important;
}
/* конец загрузки */
.Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
    font-family: Montserrat;
    color: #7b7b7b;
    /* background: #202020; */
    background: #171717;
}
.MonitoringServer-module__wrapper {
    margin-top: -16px;
    background: rgba(0, 0, 0, 0.19);
    border-radius: 7px !important;
    padding: 5px 11px 1px 11px !important;
    box-shadow: -2px 1px 0px 0px #ffa41c;
    margin-bottom: 15px;
}
.MonitoringServer-module__wrapper+.MonitoringServer-module__wrapper {
    margin-top: 16px;
    background: rgba(0, 0, 0, 0.19);
    border-radius: 7px !important;
    padding: 5px 11px 1px 11px !important;
    box-shadow: -2px 1px 0px 0px #ffa41c;
    margin-bottom: 15px;
}
.Categories-module__categories {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: column;
    /* align-items: flex-end; */
    justify-content: center;
    position: absolute;
    transform: translateX(830px) rotate(360deg) translateY(0px);
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px;
}
  .Header-module__wrapper {
    /* border-radius: 15px; */
    background-color: #292929;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
  .ShopFooter-module__link:hover {
    color: #ffffff;
}
    .ProfileNav-module__navItem {
    background-color: var(--bg-color-800);
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    padding: 10px 15px;
    color: #ffffff;
    transition: all .15s ease;
}
  .Header-module__logo {
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(255,255,255,.7);
}

    .ProfileNav-module__navItem:hover, .ProfileNav-module__navItem:focus, .ProfileNav-module__navItem.ProfileNav-module__active {
    text-align: center;
    background: rgb(224, 224, 224) !important;
    color: rgb(19, 19, 25) !important;
    /* color: var(--font-color-800); */
    /* background: var(--bg-color-800); */
}
    .Categories-module__category {
    text-shadow: none;
    border: none !important;
    font-size: 16px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.09);
    padding: 9px 12px;
    transition: all 200ms;
    min-height: 40px;
    min-width: 40px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 7.5px;
    cursor: pointer;
    color: #ffffff;
    background-color: #333333;
    /* padding: 10px 15px; */
    /* border-radius: 2px; */
    /* margin: 5px; */
    /* transition: all .15s ease; */
}
    .HeaderNav-module__link {
    color: rgba(255,255,255,.7);
    font-family: Montserrat;
}
    .HeaderNav-module__link:hover {
    /* color: #f8ad1b; */
    background-color: #ffffff00;
    color: #fff;
}
   .ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    cursor: pointer;
    color: #f8ad1b;
    transition: all .15s ease;
}
                          .Servers-module__server {
    background-color: #202020;
    color: #696969;
    cursor: pointer;
    color: #ffffff;
    background-color: #202020;
    padding: 10px 15px;
    border-radius: 2px;
    flex: 1;
    margin: 5px;
    max-width: 300px;
    transition: all .15s ease;
    font-family: Montserrat;
}
    .PlayerBalance-module__btn:hover, .PlayerBalance-module__btn:focus {
    background-color: rgba(255,255,255,0.04);
    color: #fff;
    /* background-color: #f8ad1b; */
}
                          .ProfileContent-module__infoLineValue.ProfileContent-module__steamid:hover {
    color: rgb(227 184 12 / 50%);
}
                          .Selector-module__dropDownCurrentItem:hover, .Selector-module__dropDownCurrentItem:focus {
    outline: 1px solid var(--card-hover-icon-border-color);
}
                          .Selector-module__dropDownItem:hover, .Selector-module__dropDownItem:focus, .Selector-module__dropDownItem.Selector-module__active {
    background-color: #f8ad1b;
}
                          .LangSwitcher-module__btn:hover, .LangSwitcher-module__btn:focus {
    background-color: #f1c339cc;
}
                          .PlayerMenu-module__profileLink {
                              color: rgba(255,255,255,.7);
                          }
                          .PlayerMenu-module__profileLink:hover {
                              color: #000000;
                              background: #f1c339;
                          }
                          .LangSwitcher-module__lang:hover, .LangSwitcher-module__lang:focus {
    background-color: #f1c339cc;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background: linear-gradient(-45deg, #0077ff, #0077ff, #0077ff, #0077ff);
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
    color: #ffffff;
}}
@media screen and (max-width: 980px){ .Categories-module__categories {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: column;
    /* align-items: flex-end; */
    justify-content: center;
    position: absolute;
    transform: translateX(830px) rotate(360deg) translateY(0px);
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px;
}
  .Header-module__wrapper {
    border-radius: 15px;
    background-color: #292929;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
  .ShopFooter-module__link:hover {
    color: #ffffff;
}

  .Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
    background: linear-gradient(-45deg, #0077ff, #0077ff, #0077ff, #0077ff);
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
    color: #fff;
}
                          .ProfileNav-module__navItem {
    background-color: var(--bg-color-800);
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    padding: 10px 15px;
    color: #ffffff;
    transition: all .15s ease;
}
  .Header-module__logo {
    font-size: 18px;
    text-transform: uppercase;
    color: #0077ff;
}

    .ProfileNav-module__navItem:hover, .ProfileNav-module__navItem:focus, .ProfileNav-module__navItem.ProfileNav-module__active {
    text-align: center;
    background: rgb(224, 224, 224) !important;
    color: rgb(19, 19, 25) !important;
    /* color: var(--font-color-800); */
    /* background: var(--bg-color-800); */
}
    .Categories-module__category {
    text-shadow: none;
    border: none !important;
    font-size: 16px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.09);
    padding: 9px 12px;
    transition: all 200ms;
    min-height: 40px;
    min-width: 40px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 7.5px;
    cursor: pointer;
    color: #ffffff;
    background-color: #333333;
    /* padding: 10px 15px; */
    /* border-radius: 2px; */
    /* margin: 5px; */
    /* transition: all .15s ease; */
}
    .HeaderNav-module__link {
    color: #ffffff;
}
    .HeaderNav-module__link:hover {
    color: #f8ad1b;
}
   .ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    cursor: pointer;
    color: #f8ad1b;
    transition: all .15s ease;
}
                          .Servers-module__server {
    cursor: pointer;
    color: #ffffff;
    background-color: #171717;
    padding: 10px 15px;
    border-radius: 2px;
    flex: 1;
    margin: 5px;
    min-width: 200px;
    max-width: 300px;
    transition: all .15s ease;
}
    .PlayerBalance-module__btn:hover, .PlayerBalance-module__btn:focus {
    color: #fff;
    background-color: #f8ad1b;
}
                          .ProfileContent-module__infoLineValue.ProfileContent-module__steamid:hover {
    color: rgb(227 184 12 / 50%);
}
                          .Selector-module__dropDownCurrentItem:hover, .Selector-module__dropDownCurrentItem:focus {
    outline: 1px solid var(--card-hover-icon-border-color);
}
                          .Selector-module__dropDownItem:hover, .Selector-module__dropDownItem:focus, .Selector-module__dropDownItem.Selector-module__active {
    background-color: #f8ad1b;
}
                          .LangSwitcher-module__btn:hover, .LangSwitcher-module__btn:focus {
    background-color: #f1c339cc;
}
                          .PlayerMenu-module__profileLink {
                              color: #fff;
                          }
                          .PlayerMenu-module__profileLink:hover {
                              color: #000000;
                              background: #f1c339;
                          }
                          .LangSwitcher-module__lang:hover, .LangSwitcher-module__lang:focus {
    background-color: #f1c339cc;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background: linear-gradient(-45deg, #f90, #f1c339, #f90, #f1c339);
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
    color: #ffffff;
}}
.PlayerBalance-module__btn {
    margin-right: 20px;
    background: rgba(255,255,255,0.04);
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: all .1s ease;
}
.Product-module__wrapper {
    font-size: 90%;
    border-radius: 5px;
    background: rgba(120,120,120,0.1);
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
}
.Product-module__wrapper:hover {
        -webkit-transform: scale(1.1,1.1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 500ms;
}
.Search-module__iconWrapper {
    background: linear-gradient(to right,#f90 0%,#f1c339 100%);
    border: none;
    color: #ffff;
    border-radius: 35px 0px 0px 35px;
    min-width: 40px;
    height: 100%;
    padding: 0 10px;
    /* background: var(--accent-color-800); */
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
}

.MonitoringServer-module__name {
    font-family: Montserrat;
    font-size: 14px;
    /* text-overflow: ellipsis; */
    color: #ffffffb3;
    /* font-weight: 100; */
    transition: all 0.2s ease-out;
    display: block;
    margin-bottom: 5px;
}
.MonitoringServer-module__progressBarWrapper {
    background-color: rgba(0,0,0,0.58);
}
@keyframes gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}
.DesktopCopyright-module__wrapper {
    font-size: 14px;
    align-items: center;
    gap: 5px;
    border-radius: 0 10px 10px 0;
    background: rgb(30 30 30 / 70%);
    padding: 10px;
    /* z-index: 49!important; */
    /* position: fixed!important; */
    /* bottom: 5px!important; */
    /* left: 5px!important; */
    /* padding: 10px; */
    /* border-radius: 2px; */
    /* background-color: var(--bg-color-800); */
    /* display: flex; */
    /* align-items: center; */
    /* opacity: 1!important; */
    /* content: "Редактируя этот класс имейте ввиду, что если он будет не читабельным вы получите пермаментную блокировку магазина!"; */
}
.DesktopCopyright-module__link {
    white-space: nowrap;
    margin-left: 5px;
    color: var(--card-hover-icon-border-color);
}
/* 5 слотов */
 @media screen and (max-width: 980px)
    {
.Products-module__wrapper {
    margin-top: 15px;
    /* width: 25%; */
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    gap: 15px;
}
    .Product-module__img {
    transform: scale(0.9);
    padding-top: 0px;
    padding-bottom: 20px;
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1/1;
}

    .Product-module__name {
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 70px;
    color: #fff;
    background: unset;
    padding: 8px;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    text-shadow: unset;
    overflow: hidden;
    z-index: 6;
    transition: all .2s ease;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.Product-module__wrapper {
    display: block;
    /* margin: 10px; */
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-backface-visibility: hidden;
    /* font-size: 90%; */
    border-radius: 5px;
    background: rgba(120,120,120,0.1);
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
}
    }
@media (min-width: 992px)  {
.Products-module__wrapper {
    margin: -10px;
    margin-top: 15px;
    /* width: 100%; */
    /* display: flex; */
    gap: 15px;
    justify-content: unset;
    justify-content: center;
    margin: 10px 10px 10px 0px;
}
    .Product-module__img {
    transform: scale(0.8);
    padding-top: 0px;
    padding-bottom: 10px;
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1/1;
}

    .Product-module__name {
    width: 100%;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 70px;
    color: #fff;
    background: unset;
    padding: 8px;
    font-size: 12px;
    /* font-weight: 700; */
    /* text-overflow: ellipsis; */
    /* text-shadow: unset; */
    overflow: hidden;
    z-index: 6;
    transition: all .2s ease;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.Product-module__wrapper {
    display: block;
    /* margin: 10px; */
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-backface-visibility: hidden;
    /* font-size: 90%; */
    border-radius: 5px;
    background: rgba(120,120,120,0.1);
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    position: relative;
    padding: 10px;
    cursor: pointer;
    /* border-radius: 20px; */
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
} }
/* наборы */
.KitContent-module__itemName {
    background: #fff0;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    text-shadow: 0 0 4px rgb(0 0 0 / 40%);
    /* font-weight: 500; */
    text-overflow: ellipsis;
    padding: 8px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /* text-align: start; */
    color: var(--font-color-800);
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgb(0 0 0 / 0%);
}
.KitContent-module__itemCount {
    right: 10px;
    border-radius: 10px;
    font-weight: bold;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 6px;
    background-color: rgb(0 0 0 / 0%);
    color: rgba(255,255,255,.7)!important;
    text-align: end;
}
.KitContent-module__containsItem:hover {
transform: scale(1.04) rotate(-5deg);
    transition: all 0.3s;
    box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.1);
}
.KitContent-module__containsItem {
    /* /* position: relative; */
    /* min-height: 1px; */
    /* padding: 10px; */
    margin: -8px 2px 8px;
    position: relative;
    background: #333;
    /* margin: 10px; */
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s;
    box-shadow: unset;
    min-height: 1px;
    padding: 10px;
    border-radius: 20px;
    background-color: #333;
    padding: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* display: flex; */
    align-items: center; 
    
}
/* наборы */
.CountSelector-module__changeCountBtn {
    border-radius: 10px;
    width: 60px;
    height: 100%;
    background: var(--font-color-900);
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all .15s ease;
}
.CountSelector-module__icon {
    content: "\F067";
    color: #fff;
    width: 75%;
    height: 75%;
    transition: all .15s ease;
}
.CountSelector-module__changeCountBtn.CountSelector-module__right {
    border-left: 2px solid rgb(24 24 27 / 0%);
}
.boxBody {
    background: rgb(38 38 38 / 70%);
}
.RouletteContent-module__triangle.RouletteContent-module__top {
    content: "";
    position: absolute;
    left: 50%;
    margin: 1px 0 0 -30px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    align-content: center;
    animation-name: bounce-2;
    animation-timing-function: ease;
    border-top: 20px solid #bbb;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    top: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    /* border-top: 24px solid var(--accent-color-800); */
}
.boxHeader {
    justify-content: center;
    background: #262626;
    border-radius: 20px 20px 0 0;
}
.RouletteContent-module__footer {
    border-radius: 0px 0px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.TotalSum-module__currency {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    border-radius: 10px 0px 0px 10px;
    height: 100%;
    padding: 0 10px;
    background: #555;
    color: var(--font-color-700);
    line-height: 36px;
}
/* кейс */
.productModalProductAvailability {
    color: #f3be32;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    /* color: var(--font-color-800); */
    /* display: block; */
    /* text-align: center; */
    /* font-weight: 500; */
    /* margin-bottom: 5px; */
}
.ModalLayout-module__modal {
    /* width: 900px; */
    margin-top: 20px;
    margin-bottom: 20px;
    /* width: 360px; */
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
}
/* это меняет у баров цвет! */
.boxHeader {
    justify-content: center;
    background: #262626;
    border-radius: 2px 2px 0 0;
}
.boxHeader {
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    background: rgba(41, 41, 41, 0.8);
    justify-content: center;
    background: rgb(38 38 38 / 70%);
    /* border-radius: 20px 20px 0 0; */
}
/* конец */
/* скрываем нижний ползунок */
.RouletteContent-module__triangle.RouletteContent-module__bottom {
    visibility: hidden;
    bottom: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 24px solid var(--accent-color-800);
}
/* gg */

.RouletteContent-module__lineWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #262626;
    display: flex;
    height: 290px;
    align-items: center;
}
.RouletteContent-module__line {
    margin-left: -360px;
    /* margin: -16px -16px 0; */
    /* position: relative; */
    /* padding: 16px; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    position: absolute;
    display: flex;
}
.RouletteContent-module__rouletteItemImg {
    width: 240px;
    height: 240px;
    padding: 25px;
    overflow: hidden;
    border-radius: 35px;
    background: #333;
    transform: scale(0.9);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    /* width: 100px; */
    /* height: 100px; */
    /* object-fit: contain; */
}
.productModalGiveText {
    margin: 10px;
    color: #e57373!important;
    /* color: #d22727; */
    display: block;
    text-align: center;
    font-weight: 500;
}
.RouletteContent-module__rouletteItem {
    display: inline-block;
    width: 240px;
    text-align: center;
    margin: 0 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: hsla(0,0%,100%,.04);
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: none;
    background: transparent;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0);
}
.RouletteContent-module__rouletteItemInfo {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin: 0;
    padding: 0;
    /* margin-top: 4px; */
    display: flex;
    flex-direction: column;
    align-items: center;
} 
.productModalContainsItem {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #23272a;
    color: var(--not-quite-black);
    border-radius: 2px;
    background-color: #28282800;
    /* padding: 10px; */
    position: relative;
    display: flex;
    align-items: center;
}
/* поправляем описание товара */


.store-categories {
    text-align: center;
    margin-bottom: 15px;
}
/* привилегии */
.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;
}
.modal-header {
    text-align: center;
    font-size: 40px;
}
.fa.fa-eye {
    position: relative;
    float: right;
    text-align: center;
    background-color: #8e6874;
    width: 40px;
    height: 120%;
    font-size: 20px;
    padding: 4px;
    margin-top: -5px;
    border-radius: 0 15px 15px 0;
    transition: 0.2s;
    color: #ffffff;
    cursor: pointer;
}
.fa.fa-eye:hover {
    background-color: #251b1e;
    transition: 0.2s;
    color: #ffffff;
}
.service__description h3 {
    position: relative;
    font-size: 12px;
    bottom: 5px;
    text-align: center;
    color: #ffffff;
}
.modal-content.modal-donate .service__image img {
    width: 10px;
}


.fade.show {
    opacity: 1;
    backdrop-filter: blur(5px);
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .modal-header {
    background: none;
}
.modal.fade.show .modal-dialog.modal-lg .modal-content {
    background: linear-gradient(180deg, #1d1b18 0%, #2d261a 100%);
    /* border-radius: 5px 30px; */
    color: white;
    /* padding: 15px; */
    /* width: 120%; */
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .modal-title {
    text-align: center;
    font-size: 40px;
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .modal-footer {
    background: none;
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .btn.btn-danger {
    position: absolute;
    background: none;
    left: 30px;
    bottom: 15px;
    color: #fff;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.btn.btn-secondary {
    /* margin-top: -20px; */
    background-color: #1c1c1c;
    color: white;
    border-radius: 10px;
    font-size: 12px;
}
.btn.btn-secondary:hover {
    box-shadow: none;
    /*background-color: white;*/
    color: white;
    /* box-shadow: 0 0 9px 4px #ff53819e; */
}


.serverheader {
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 20px;
}
.serverheader span {
    background: linear-gradient(90deg, #E82F4E, #6e2fe8, #2372d5, #2cd9aa);
    padding: 2px 12px 2px 12px;
    border-radius: 20px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    padding: 2px 12px 2px 12px;
    border-radius: 7px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    background: linear-gradient(90deg, #b58f54, #e8a92f, #b59c54, #e8ca2f);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.serverheader span:before {
    font-family: FontAwesome;
    content: '\f017';
    font-weight: 100;
    margin-right: 5px;
}


.desc__description {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 12px;
    margin-bottom: 15px;
    animation: zoomIn 1s;
}
.desc-item {
    display: flex;
    text-align: left;
    width:200px;
    margin-bottom: 10px;
}
.desc-item-image {
    width: 40px;
    margin-right: 16px;
    flex: 0 0 auto;
}
.desc-item-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #23272a;
}
.desc-item-amount {
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
}

.menubox {
    margin-left: -8px;
    margin-right: 55px;
    margin-top: -10px;
    width: 100%;
}
.menubox h3 {
    color: black;
    font-size: 16px;
    padding-left: 60px;
    padding-top: 10px;
}
.menubox p {
    color: #ffffff;
    font-size: 12px;
    padding-left: 60px;
    margin-top: -10px;
}


.menukit {
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    border-radius: 15px;
    margin-bottom: -10px;
    background-image: url("https://imgur.com/E2ROzjf.png");
    background-size: 30px;
    background-position: 10px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.menukit:hover {
    transition: all 0.2s ease-out;
    transform: scale(0.95);
}

/* наборы */
.kit-product__name {
    background: #fff0;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    text-shadow: 0 0 4px rgba(0,0,0,.4);
    /* font-weight: 500; */
    text-overflow: ellipsis;
}
.kit-product__quantity {
    /* color: #a6b1e7; */
    text-align: end;
    background: unset;
    bottom: 8px;
    right: 10px;
    border-radius: 10px;
    font-weight: bold;
    z-index: 1;
}
@media (min-width: 992px){.col-sm-4 {
    width: 20%;

}}
.kit-product {
    margin: -8px 2px 8px;
    position: relative;
    background: #333;
    /* margin: 10px; */
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s;
    box-shadow: unset;
}
.kit-product:hover {
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
   /* transform: scale(1.04) rotate(-5deg); */
   /* transition: all 0.3s; */
   /* box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.1); */
}
.kit-product__quantity {
    /* color: #a6b1e7; */
    text-align: end;
    background: unset;
    bottom: 8px;
    right: 10px;
    border-radius: 10px;
    font-weight: bold;
    z-index: 1;
}

/* рулетка */


.container-3WKP9P {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 12px;
    background: #fff;
    background: var(--white);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: initial;
    margin-bottom: 15px;
    animation: zoomIn 1s
}

.icon-1lW2Ee {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.textContainer-mTPAIw {
    -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-between
}

.name-3T7FKQ {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #23272a;
    color: var(--not-quite-black)
}

.category-1AFH8P {
    font-size: 13px;
    line-height: 18px;
    color: #99aab5;
    color: var(--greyple)
}
.roulette__description {
    background-color: #28282800;
    font-size: 0px;
    /* margin: 0px 0 0px; */
}
/* анимация */

/* наборы */
.kit-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin: -8px -8px 8px; */
}
@media (min-width: 768px){
.store-categories {
      /* display: flex; */
      flex-wrap: wrap;
      margin-bottom: 16px;
      flex-direction: row;
      /* text-align: center; */
      /* margin-bottom: 15px; */
      /* display: flex; */
      /* flex-wrap: wrap; */
      /* align-content: flex-start; */
      /* flex-direction: column; */
      /* align-items: flex-end; */
      /* justify-content: center; */
      /* position: absolute; */
      /* transform: translateX(-180px) rotate(360deg) translateY(0px); */
}}
.store-categories>.btn+.btn {
        display: inline-block;
        font-weight: 400;
        line-height: 1.25;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* border: 1px solid transparent; */
        padding: .4rem 1rem;
        /* font-size: 1rem; */
        /* border-radius: .25rem; */
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        color: #fff;
        background: #333;
        border-color: transparent;
        outline: none !important;
}
.btn .btn-secondary {
    /* margin-top: -20px; */
    background-color: #1c1c1c;
    color: white;
    border-radius: 15px;
    font-size: 12px;
}
.store-categories .btn {
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .2s ease-in-out;
    border: none!important;
}
.store-categories>.btn+.btn {
    margin-left: 5px;
    border-radius: 7.5px;
}
.store-categories .btn {
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .2s ease-in-out;
    border: none!important
}

.store-categories .btn:hover {
    transform: scale(1)!important;
    color: rgba(255,255,255,.7);
    background: rgba(255,255,255,.2)
}

.store-categories .btn.active {
    color: #fff;
    border: none;
    transform: scale(1.15);
    font-weight: 400;
    background: linear-gradient(to left,#f90 0,#f1c339 100%);
}

.store-categories .btn.active:hover {
    color: #fff!important;
    border: none;
    transform: scale(1.15)!important;
    font-weight: 400;
    background: linear-gradient(to left,#f90 0,#f1c339 100%)
}
.store-categories {
    margin-left: 5px;
    border-radius: 7.5px
}
/* описание к кейсам */
.store-categories .btn.active {
    color: #fff;
    border: none;
    transform: scale(1);
    font-weight: 400;
    background: linear-gradient(to left,#f90 0,#f1c339 100%);
    display: inline-block;
    /* font-weight: 400; */
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .4rem 1rem;
    /* font-size: 1rem; */
    /* border-radius: .25rem; */
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    /* background: #333; */
    border-color: transparent;
    outline: none !important;
}
.kit-items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.kit-item {
    margin: 8px;
    /* border-radius: 15px; */
    /* text-align: center; */
    /* cursor: pointer; */
    /* transform: rotate(0deg); */
    /* transition: all 0.3s; */
    /* background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444); */
    /* background-size: 400% 400%; */
    /* animation: gradient 5s ease infinite; */
    /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%); */
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);
    border-radius: 8px;
    /* padding: 6px 12px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}
.kit-item:hover {
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
}
.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;
}
.form-control[readonly] {
    background: #282828;
    font-weight: 600;
    font-size: 15px;
}
.service__image {
    width: 100%;
    padding: 0%;
}
/* наводка на "?" */
.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
}
.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;
}
.name-user {
    color: #FFF
}
.category-user {
    color: #FFF
}
.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);
}
.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 {
    -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;
}
/* Карточка виджет*/

body.light {
    --background-color: #FAFAFA;
    --text-color: #52525B;
    --card-background-color: transparent;
    --card-border-color: rgba(24, 24, 27, 0.08);
    --card-box-shadow-1: rgba(24, 24, 27, 0.02);
    --card-box-shadow-1-y: 3px;
    --card-box-shadow-1-blur: 6px;
    --card-box-shadow-2: rgba(24, 24, 27, 0.04);
    --card-box-shadow-2-y: 2px;
    --card-box-shadow-2-blur: 7px;
    --card-label-color: #18181B;
    --card-icon-color: #18181B;
    --card-icon-background-color: rgba(24, 24, 27, 0.04);
    --card-icon-border-color: rgba(24, 24, 27, 0.1);
    --card-shine-opacity: .3;
    --card-shine-gradient: conic-gradient(from 225deg at 50% 50%, rgba(16, 185, 129, 0) 0deg, #6e4254 25deg, #edcad8 285deg, #FFFFFF 345deg, rgba(16, 185, 129, 0) 360deg);
    --card-line-color: #E9E9E7;
    --card-tile-color: rgb(37, 27, 30);
    --card-hover-border-color: rgba(24, 24, 27, 0.15);
    --card-hover-box-shadow-1: rgba(24, 24, 27, 0.05);
    --card-hover-box-shadow-1-y: 3px;
    --card-hover-box-shadow-1-blur: 6px;
    --card-hover-box-shadow-2: rgba(24, 24, 27, 0.1);
    --card-hover-box-shadow-2-y: 8px;
    --card-hover-box-shadow-2-blur: 15px;
    --card-hover-icon-color: #18181B;
    --card-hover-icon-background-color: rgba(24, 24, 27, 0.04);
    --card-hover-icon-border-color: rgba(24, 24, 27, 0.34);
    --blur-opacity: .1;
}
body.toggle .grid * {
    transition-duration: 0s !important;
}

.grid {
    grid-template-columns: repeat(2, 240px);
    grid-gap: 32px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.card {
    background-color: var(--background-color);
    box-shadow: 0px var(--card-box-shadow-1-y) var(--card-box-shadow-1-blur) var(--card-box-shadow-1), 0px var(--card-box-shadow-2-y) var(--card-box-shadow-2-blur) var(--card-box-shadow-2), 0 0 0 1px var(--card-border-color);
    padding: 10px 10px 10px 20px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    margin-bottom: 30px;
    transition: box-shadow 0.25s;
}
.card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background-color: var(--card-background-color);
}
.card .icon {
    z-index: 2;
    position: relative;
    display: table;
    padding: 8px;
}
.card .icon::after {
    content: "";
    position: absolute;
    inset: 1.5px;
    border-radius: 10px;
    background-color: var(--card-icon-background-color);
    border: 1px solid var(--card-icon-border-color);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: background-color 0.25s, border-color 0.25s;
}
.card .icon svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 24px;
    height: 24px;
    transform: translateZ(0);
    color: var(--card-icon-color);
    transition: color 0.25s;
}
.card h4 {
    z-index: 2;
    position: relative;
    margin: 12px 0 4px 0;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
    color: var(--card-label-color);
}
.card p {
    z-index: 2;
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-color);
}
.card .shine {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}
.card .shine:before {
    content: "";
    width: 150%;
    padding-bottom: 150%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 55%;
    filter: blur(35px);
    opacity: var(--card-shine-opacity);
    transform: translateX(-50%);
    background-image: var(--card-shine-gradient);
}
.card .background {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
    mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
}
.card .background .tiles {
    opacity: 0;
    transition: opacity 0.25s;
}
.card .background .tiles .tile {
    position: absolute;
    background-color: var(--card-tile-color);
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
}
.card .background .tiles .tile.tile-4, .card .background .tiles .tile.tile-6, .card .background .tiles .tile.tile-10 {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}
.card .background .tiles .tile.tile-3, .card .background .tiles .tile.tile-5, .card .background .tiles .tile.tile-8 {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}
.card .background .tiles .tile.tile-2, .card .background .tiles .tile.tile-9 {
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
}
.card .background .tiles .tile.tile-1 {
    top: 0;
    left: 0;
    height: 10%;
    width: 22.5%;
}
.card .background .tiles .tile.tile-2 {
    top: 0;
    left: 22.5%;
    height: 10%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-3 {
    top: 0;
    left: 50%;
    height: 10%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-4 {
    top: 0;
    left: 77.5%;
    height: 10%;
    width: 22.5%;
}
.card .background .tiles .tile.tile-5 {
    top: 10%;
    left: 0;
    height: 22.5%;
    width: 22.5%;
}
.card .background .tiles .tile.tile-6 {
    top: 10%;
    left: 22.5%;
    height: 22.5%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-7 {
    top: 10%;
    left: 50%;
    height: 22.5%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-8 {
    top: 10%;
    left: 77.5%;
    height: 22.5%;
    width: 22.5%;
}
.card .background .tiles .tile.tile-9 {
    top: 32.5%;
    left: 50%;
    height: 22.5%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-10 {
    top: 32.5%;
    left: 77.5%;
    height: 22.5%;
    width: 22.5%;
}
@-webkit-keyframes tile {
    0%, 12.5%, 100% {
        opacity: 1;
    }
    25%, 82.5% {
        opacity: 0;
    }
}
@keyframes tile {
    0%, 12.5%, 100% {
        opacity: 1;
    }
    25%, 82.5% {
        opacity: 0;
    }
}
.card .background .line {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s;
}
.card .background .line:before, .card .background .line:after {
    content: "";
    position: absolute;
    background-color: var(--card-line-color);
    transition: transform 0.35s;
}
.card .background .line:before {
    left: 0;
    right: 0;
    height: 1px;
    transform-origin: 0 50%;
    transform: scaleX(0);
}
.card .background .line:after {
    top: 0;
    bottom: 0;
    width: 1px;
    transform-origin: 50% 0;
    transform: scaleY(0);
}
.card .background .line.line-1:before {
    top: 10%;
}
.card .background .line.line-1:after {
    left: 22.5%;
}
.card .background .line.line-1:before, .card .background .line.line-1:after {
    transition-delay: 0.3s;
}
.card .background .line.line-2:before {
    top: 32.5%;
}
.card .background .line.line-2:after {
    left: 50%;
}
.card .background .line.line-2:before, .card .background .line.line-2:after {
    transition-delay: 0.15s;
}
.card .background .line.line-3:before {
    top: 55%;
}
.card .background .line.line-3:after {
    right: 22.5%;
}
.card:hover {
    box-shadow: 0px 3px 6px var(--card-hover-box-shadow-1), 0px var(--card-hover-box-shadow-2-y) var(--card-hover-box-shadow-2-blur) var(--card-hover-box-shadow-2), 0 0 0 1px var(--card-hover-border-color);
}
.card:hover .icon::after {
    background-color: var(--card-hover-icon-background-color);
}
.card:hover .icon svg {
    color: var(--card-hover-icon-color);
}
.card:hover .shine {
    opacity: 1;
    transition-duration: 0.5s;
    transition-delay: 0s;
}
.card:hover .background .tiles {
    opacity: 1;
    transition-delay: 0.25s;
}
.card:hover .background .tiles .tile {
    -webkit-animation-name: tile;
    animation-name: tile;
}
.card:hover .background .line {
    opacity: 1;
    transition-duration: 0.15s;
}
.card:hover .background .line:before {
    transform: scaleX(1);
}
.card:hover .background .line:after {
    transform: scaleY(1);
}
.card:hover .background .line.line-1:before, .card:hover .background .line.line-1:after {
    transition-delay: 0s;
}
.card:hover .background .line.line-2:before, .card:hover .background .line.line-2:after {
    transition-delay: 0.15s;
}
.card:hover .background .line.line-3:before, .card:hover .background .line.line-3:after {
    transition-delay: 0.3s;
}






.block_category_3 .kit-item {
    margin: 8px;
    /* border-radius: 15px; */
    /* text-align: center; */
    /* cursor: pointer; */
    /* transform: rotate(0deg); */
    /* transition: all 0.3s; */
    /* background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444); */
    /* background-size: 400% 400%; */
    /* animation: gradient 5s ease infinite; */
    /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%); */
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);
}

.block_category_3:before {
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "10 часов";
    font-size: 20px;
}

.kit-item:hover {
       -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);}

.block_category_1:before {
    border-radius: 5px 0px 0px 5px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "2 часа";
    font-size: 20px;
}

.block_category_4:before {
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "14 часов";
    font-size: 20px;
}

.block_category_6:before {
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "24 часа";
    font-size: 20px;
}

.block_category_7:before {
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "28 часов";
    font-size: 20px;
}

.block_category_8:before {
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "48 часов";
    font-size: 20px;
} 
.block_category_9:before {
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "28 часов";
    font-size: 20px;
}
.block_category_10:before {
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "28 часов";
    font-size: 20px;
}
.block_category_5:before {
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "20 часов";
    font-size: 20px;
}

/* виджет 2 */

.block_category_2:before {
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "4 часа";
    font-size: 20px;
}


.block_by_category:before {
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #e9eaec;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-dialog2 {
    position: relative;
    width: 1050px !important;
    margin: 30px auto;
}

.block_category_4 .kit-item {
     margin: 8px;
    /* border-radius: 15px; */
    /* text-align: center; */
    /* cursor: pointer; */
    /* transform: rotate(0deg); */
    /* transition: all 0.3s; */
    /* background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444); */
    /* background-size: 400% 400%; */
    /* animation: gradient 5s ease infinite; */
    /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%); */
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);
}

.block_category_7 .kit-item {
    margin: 8px;
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);

}

.block_category_6 .kit-item {
!important;margin: 8px;
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);

}

.block_category_5 .kit-item {
    margin: 8px;
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);
}

.block_by_category .kit-item {
    position: relative;
    background: #e9eaec;
    /* margin: 13px; */
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    box-shadow: unset;
    animation: zoomIn 1s;
}

.block_category_2 .kit-item {
margin: 8px;
    /* border-radius: 15px; */
    /* text-align: center; */
    /* cursor: pointer; */
    /* transform: rotate(0deg); */
    /* transition: all 0.3s; */
    /* background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444); */
    /* background-size: 400% 400%; */
    /* animation: gradient 5s ease infinite; */
    /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%); */
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);
    border-radius: 8px;}
.block_category_10 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
    border-radius: 0px 20px 20px 0px;
}
.block_category_9 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
    border-radius: 0px 20px 20px 0px;
}
.block_category_8 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
    border-radius: 0px 20px 20px 0px;
}
.block_category_7 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
    border-radius: 0px 20px 20px 0px;
}

.block_category_5 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
}

.block_category_6 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
}

.block_category_4 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
}

.block_category_3 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
}

.kit-item__image {
    width: 100%;
    transform: scale(0.7);
}

.block_by_category {
    /* width: 10%; */
}

.block_category_2 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
}

.block_category_1 .kit-item {
    background: #f8ad1bf0;
}

.block_by_category .kit-item {
    margin: 8px;
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kit-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin: -8px -8px 8px; */
}

body {
    background-color: #131313;
    font-family: 'Inter', sans-serif;
    --background-color: rgb(24 24 27 / 31%);
    --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, #ff7912 25deg, rgba(52, 211, 153, 0.18) 295deg, rgba(16, 185, 129, 0) 360deg);
    --card-line-color: #2A2B2C;
    --card-tile-color: rgb(227 184 12 / 29%);
    --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: #ff0000bd;
    --card-hover-icon-background-color: rgb(106 98 72 / 37%);
    --card-hover-icon-border-color: rgb(255 214 0 / 81%);
    --blur-opacity: .01;
}

.n

.modal .modal-header {
    justify-content: center;
    background: none;
    display: none;
    border: none;
}

.dEyoDM {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: #b01414;
    margin-bottom: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.iOoXCM > img {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
    width: 100%;
}

.kMNnNF img {
    margin-right: 8px;
    width: 16px;
    margin-left: 0px;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}

.cSgllm {
    padding-left: 24px;
    font-size: 14px;
    color: rgb(175, 183, 198);
    width: 100%;
    -webkit-box-pack: start;
    justify-content: flex-start;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.kMNnNF {
    margin-right: 4px;
}

.kMNnNF, .kMNnNF a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}


.iGSRsu {
    width: 356px;
    overflow: hidden;
    padding: 10px;
    background: linear-gradient(rgb(33, 37, 51) -12.18%, rgb(23, 28, 38) 103.8%), rgb(17, 24, 32);
    border-radius: 17px;
}

.bgOFfh {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 0px 0px 16px 16px;
    height: 68px;
    font-family: Roboto;
    cursor: pointer;
    font-size: 14px;
    background: linear-gradient(327.26deg, rgba(103, 120, 180, 0.28) -17.01%, rgba(103, 134, 196, 0.075) 92.2%);
}

.JphCv button {
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    -webkit-box-pack: center;
    justify-content: center;
}

.kfuDJE img {
    width: 23px;
    margin-right: 11px;
}

.eTTtAt {
    border: 1px solid rgb(122, 94, 60);
    background: transparent;
}

.JphCv button {
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    -webkit-box-pack: center;
    justify-content: center;
}

.JphCv {
    display: grid;
    gap: 6px;
    height: 60px;
    grid-template-columns: 1fr 60px;
    margin-top: 40px;
}

button {
    font-family: roboto;
}

.jOobjB li img {
    width: 15px;
    margin-right: 9px;
}

.bVoPYT {
    width: 356px;
    overflow: hidden;
    padding: 10px;
    background: linear-gradient(rgb(33, 37, 51) -12.18%, rgb(23, 28, 38) 103.8%), rgb(17, 24, 32);
    border-radius: 17px;
    margin-left: 19px;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.premium__first-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: roboto;
    background: url(//i.ibb.co/Vqz8xs2/bg-15.png) no-repeat top/contain;
}

/** Стили продуктов */







.modal-content.modal-donate .modal-header {
    background-color: rgba(0,0,0,0);
    border: 0;
}
.modal-content.modal-donate .modal-footer {
    background-color: rgba(0,0,0,0);
    border: 0;
}
.modal-content.modal-donate .service__description {
    background-color: rgba(0,0,0,0);
    border: 0;
}
.modal-content.modal-donate .modal-title {
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #bbb;
    text-transform: uppercase;
    /* font-size: 30px; */
    /* text-align: center; */
    /* color: #ffffff; */
}
.modal-dialog.modal-sm .modal-content {
    /* background-color: #1c1c1c; */
    /* border-radius: 10px 30px 10px 30px; */
}
.modal-dialog.modal-sm .modal-content .modal-header {
    background-color: rgba(0,0,0,0);
}
.modal-dialog.modal-sm .modal-content .modal-footer {
    background-color: rgba(0,0,0,0);
}
.modal-dialog.modal-sm .modal-content .modal-title {
    color: #ffffff;
}
.modal-dialog.modal-sm .modal-content .close {
    display: none;
}

.modal-dialog.modal-sm .modal-content .input-group-addon .fa.fa-rub {
    color: black;
}
.desc-service {
    background: #131313;
    height: 30px;
    border-radius: 0 15px 15px 0;
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 10px;
    box-shadow: -3px 0 #8e6874;
    color: white;
}
.fa.fa-eye {
    position: relative;
    float: right;
    text-align: center;
    background-color: #8e6874;
    width: 40px;
    height: 120%;
    font-size: 20px;
    padding: 4px;
    margin-top: -5px;
    border-radius: 0 15px 15px 0;
    transition: 0.2s;
    color: #ffffff;
    cursor: pointer;
}
.fa.fa-eye:hover {
    background-color: #251b1e;
    transition: 0.2s;
    color: #ffffff;
}
.service__description h3 {
    position: relative;
    font-size: 12px;
    bottom: 5px;
    text-align: center;
    color: #ffffff;
}
.modal-content.modal-donate .service__image img {
    width: 10px;
}


.fade.show {
    opacity: 1;
    backdrop-filter: blur(5px);
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .modal-header {
    background: none;
    /* text-align: center; */
    justify-content: center;
}
.modal.fade.show .modal-dialog.modal-lg .modal-content {
    background: rgba(41, 41, 41, 0.8);
    /* background: linear-gradient(180deg, #1d1b18 0%, #2d261a 100%); */
    /* border-radius: 5px 30px; */
    color: white;
    /* padding: 15px; */
    /* width: 120%; */
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .modal-title {
    text-align: center;
    font-size: 40px;
    color: #bbb;
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .modal-footer {
    background: none;
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .btn.btn-danger {
    position: absolute;
    background: none;
    left: 30px;
    bottom: 15px;
    color: #fff;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.btn.btn-secondary {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border: 1px solid transparent; */
    padding: .4rem 1rem;
    /* font-size: 1rem; */
    /* border-radius: .25rem; */
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    background: #333;
    border-color: transparent;
    outline: none !important;
    /* margin-top: -20px; */
    /* background-color: #1c1c1c; */
    color: white;
    /* border-radius: 15px; */
    font-size: 14px;
}
.btn.btn-secondary:hover {
    box-shadow: none;
    /*background-color: white;*/
    color: white;
    /* box-shadow: 0 0 9px 4px #ff53819e; */
}


.serverheader {
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 20px;
    color: #bbb;
}
.serverheader span {
    background: linear-gradient(90deg, #E82F4E, #6e2fe8, #2372d5, #2cd9aa);
    padding: 2px 12px 2px 12px;
    border-radius: 20px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    padding: 2px 12px 2px 12px;
    border-radius: 7px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    background: linear-gradient(90deg, #b58f54, #e8a92f, #b59c54, #e8ca2f);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.serverheader span:before {
    font-family: FontAwesome;
    content: '\f017';
    font-weight: 100;
    margin-right: 5px;
}

.x-spoiler span.spoil-close,.x-spoiler span.spoil-open {
    padding-left: 2px;
    padding-right: 8px;
    text-decoration: underline
}

.x-spoiler span.spoil-close:before {
    content: "\f0ab"
}

.x-spoiler span.spoil-open:before {
    content: "\f0a9"
}

.x-spoiler > input[type="checkbox"]:focus {
    outline: none
}

.x-spoiler > input + .spoil-box > span.spoil-close {
    display: none
}

.x-spoiler > input:checked + .spoil-box > span.spoil-close {
    display: inline;
    text-decoration: none
}

.x-spoiler > input:checked + .spoil-box > span.spoil-open {
    display: none
}

.x-spoiler > input + .spoil-box > span.spoil-open {
    display: inline;
    text-decoration: none
}

.x-spoiler blockquote,.x-spoiler {
    padding: 1em;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px
}
span {
    font-family: Montserrat;
    /* font-family: 'Jost', sans-serif; */
}
.x-spoiler {
    overflow-x: hidden;
    margin-bottom: 10px;
    background: white
}
.x-spoiler span.spoil-close,.x-spoiler span.spoil-open {
    padding-left: 2px;
    padding-right: 8px;
    text-decoration: underline
}

.x-spoiler span.spoil-close:before {
    content: "\f0ab"
}

.x-spoiler span.spoil-open:before {
    content: "\f0a9"
}
.x-spoiler blockquote {
    margin-top: 12px;
    min-height: 23px;
    background: #e9eaec
}

.btn-skins {
    text-align: center;
    display: grid
}

.desc__description {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 12px;
    margin-bottom: 15px;
    animation: zoomIn 1s;
}
.desc-item {
    display: flex;
    text-align: left;
    width:200px;
    margin-bottom: 10px;
}
.desc-item-image {
    width: 40px;
    margin-right: 16px;
    flex: 0 0 auto;
}
.desc-item-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #23272a;
}
.desc-item-amount {
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
}

.menubox {
    margin-left: -8px;
    margin-right: 55px;
    margin-top: -10px;
    width: 100%;
}
.menubox h3 {
    color: black;
    font-size: 16px;
    padding-left: 60px;
    padding-top: 10px;
}
.menubox p {
    color: #ffffff;
    font-size: 12px;
    padding-left: 60px;
    margin-top: -10px;
}


.menukit {
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    border-radius: 15px;
    margin-bottom: -10px;
    background-image: url("https://imgur.com/E2ROzjf.png");
    background-size: 30px;
    background-position: 10px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.menukit:hover {
    transition: all 0.2s ease-out;
    transform: scale(0.95);
}

/* наборы */
.kit-product__name {
    background: #fff0;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    text-shadow: 0 0 4px rgba(0,0,0,.4);
    /* font-weight: 500; */
    text-overflow: ellipsis;
}
.kit-product__quantity {
    /* color: #a6b1e7; */
    text-align: end;
    background: unset;
    bottom: 8px;
    right: 10px;
    border-radius: 10px;
    font-weight: bold;
    z-index: 1;
}
@media (min-width: 992px){.col-sm-4 {
    width: 20%;

}}
.kit-product {
    margin: -8px 2px 8px;
    position: relative;
    background: #333;
    /* margin: 10px; */
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s;
    box-shadow: unset;
}
.kit-product:hover {
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
   /* transform: scale(1.04) rotate(-5deg); */
   /* transition: all 0.3s; */
   /* box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.1); */
}
.kit-product__quantity {
    /* color: #a6b1e7; */
    text-align: end;
    background: unset;
    bottom: 8px;
    right: 10px;
    border-radius: 10px;
    font-weight: bold;
    z-index: 1;
}

/* рулетка */


.container-3WKP9P {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 12px;
    background: #fff;
    background: var(--white);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: initial;
    margin-bottom: 15px;
    animation: zoomIn 1s
}

.icon-1lW2Ee {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.textContainer-mTPAIw {
    -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-between
}

.name-3T7FKQ {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #23272a;
    color: var(--not-quite-black)
}

.category-1AFH8P {
    font-size: 13px;
    line-height: 18px;
    color: #99aab5;
    color: var(--greyple)
}
.roulette__description {
    background-color: #28282800;
    font-size: 0px;
    /* margin: 0px 0 0px; */
}
/* анимация */

@keyframes bounce-2 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

.icon-blueprints {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: url(https://i.imgur.com/tXpilqO.png);
    background-size: 110%;
    background-position: center center;
    background-repeat: no-repeat
}

.modal-roulette .modal-content .modal-footer .btn {
    padding: 13px 36px 13px 36px;
    left: unset
}

/* Модальные значения */
.modal,.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #7b7b7b;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    /* text-align: center; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    /* border-bottom: 1px solid #eceeef; */
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    /* border-top: 1px solid #eceeef; */
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

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

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}
/* добавляем знаки */
@media (min-width: 768px) {
    .player-stats__navigation .nav-link+.nav-link {
        margin-top:0;
        margin-left: 5px
    }
}

.player-stats__avatar img {
    width: 184px;
    height: 184px;
    border-radius: 4px
}

.player-stats__animalKills>table>thead>tr>th,.player-stats__deaths>table>thead>tr>th,.player-stats__entities>table>thead>tr>th,.player-stats__playerKills>table>thead>tr>th,.player-stats__resources>table>thead>tr>th {
    -webkit-transition: background .3s;
    transition: background .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.player-stats__animalKills>table>thead>tr>th:hover,.player-stats__deaths>table>thead>tr>th:hover,.player-stats__entities>table>thead>tr>th:hover,.player-stats__playerKills>table>thead>tr>th:hover,.player-stats__resources>table>thead>tr>th:hover {
    cursor: pointer;
    background-color: hsla(0,0%,100%,.08)
}

.server-map__image {
    background: #0f2835
}

.server-map__image>canvas {
    cursor: pointer
}

body {
    font-family: Roboto,sans-serif;
    background-color: #222c32;
    color: hsla(0,0%,100%,.7)
}

.content {
    padding-bottom: 37px
}

::-moz-selection {
    background: hsla(0,0%,100%,.2)
}

::selection {
    background: hsla(0,0%,100%,.2);
}

a {
    color: #0077ff
}

a:focus,a:hover {
    color: #0077ff;
    text-decoration: none!important
}

.footer-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .75rem
}

.footer-link__item {
    padding: .5rem
}

.image64 {
    height: 64px;
    width: 64px
}

.image64_bp {
    background: url("//static.moscow.ovh/images/games/rust/icons/blueprintbase.png");
    background-size: cover
}

select option {
    background-color: #2b343a
}

.avatar {
    height: 64px;
    width: 64px;
    border-radius: 4px
}

@media (max-width: 767px) {
    .container {
        padding-left:0;
        padding-right: 0
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(//static.moscow.ovh/cdn/store/3.7.1/674f50d287a8c48dc19ba404d20fe713.eot);
    src: url(//static.moscow.ovh/cdn/store/3.7.1/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(//static.moscow.ovh/cdn/store/3.7.1/af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"),url(//static.moscow.ovh/cdn/store/3.7.1/fee66e712a8a08eef5805a46892932ad.woff) format("woff"),url(//static.moscow.ovh/cdn/store/3.7.1/b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"),url(//static.moscow.ovh/cdn/store/3.7.1/912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}
.ShopFooter-module__link {
    font-size: 12px;
    padding: 2px 4px;
    color: #f6b324;
    text-align: center;
    transition: all .1s ease;
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}
.Button-module__btn.Button-module__accent {
    text-shadow: none;
    border: none !important;
    font-size: 16px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.09);
    padding: 9px 12px;
    transition: all 200ms;
    min-height: 40px;
    min-width: 40px;
    /* border-radius: 10px; */
    color: #fff;
    background-color: #f8ad1b;
    border-color: #f8ad1b;
    margin-bottom: 0;
    margin-left: 5px;
    /* color: var(--font-color-700); */
    /* background-color: var(--accent-color-800); */
    /* border-color: var(--accent-color-800); */
}
.Button-module__btn.Button-module__gray {
    border: 1px solid #20202000;
    color: var(--font-color-800);
    background-color: var(--bg-color-700);
    /* border-color: var(--bg-color-900); */
    border-radius: 15px;
    color: #fff;
    background: #41414140;
}

.socials__title {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #737572;
    margin-bottom: 22px
}

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

/*мой код */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.5s forwards;
}

.modal-content {
  background-color: rgba(15, 5, 205, 0.7);
  margin: 20% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  animation: slideDown 0.5s forwards;
  border-radius: 8px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

@keyframes slideUp {
  from { transform: translateY(0); }
  to { transform: translateY(-100%); }
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.slide-up {
  animation: slideUp 0.5s forwards;
}

.discord-widget {
    display: flex;
    align-items: center;
    width: 263px; /* Ширина */
    background-color: rgba(10, 10, 10, 0.4); /* Прозрачность */
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #003366;
    color: white;
    font-family: Arial, sans-serif;
    position: relative;
    text-align: center;
}

.discord-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin-right: 16px;
}

.discord-icon img {
    width: 30px;
    height: 24px;
}

.discord-link {
    color: #99ccff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.discord-link:hover {
    color: #66b2ff;
}

.calendar-widget {
    width: 260px; /* ширина */
    background-color: rgba(10, 10, 10, 0.4); /* Прозрачный черный фон */
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: white;
    border: 1px solid #003366;
    position: relative;
}

.calendar-header h2 {
    color: #99ccff;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}

.calendar-header p {
    color: #99ccff;
    margin: 5px 0 15px 0;
    font-size: 14px;
}

.calendar-table {
    width: 100%;
    border-collapse: collapse;
    color: white;
}

.calendar-table th,
.calendar-table td {
    border: 1px solid #003366;
    width: 14.2%;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}

.calendar-table th {
    color: #99ccff;
    font-weight: bold;
}

.highlight {
    background-color: #004080;
    color: white;
    border-radius: 4px;
}

.tooltip {
    display: none;
    position: absolute;
    top: 50%;
    right: 105%; /* Смещение справа от календаря */
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(153, 204, 255, 0.9);
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    width: 200px;
    text-align: center;
    z-index: 10;
    border: 2px solid #003366;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.calendar-widget:hover .tooltip {
    display: block;
}

/* основное положение и стиль виджета меню */
.dropdown-widget {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
}

/* кнопка меню */
.menu-button {
    background-color: rgba(10, 10, 10, 0.8);
    color: #99ccff;
    padding: 10px 20px;
    border: 1px solid #003366;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    backdrop-filter: blur(4px);
}

.dropdown-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background-color: transparent;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-top: 10px;
    padding: 5px;
}

.dropdown-content.show {
    opacity: 1;
    transform: scaleY(1);
}

.dropdown-item {
    display: flex;
    align-items: flex-start;
    margin: 12px 0; /* расстояние между кнопками */
}

.icon {
    width: 40px; /* Размер иконки */
    height: 40px; /* Размер иконки */
    border-radius: 50%;
    margin-right: 12px; /* Отступ между иконкой и текстом */
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* Текст рядом с иконкой */
.item-text {
    color: white;
    font-size: 16px;
    line-height: 1.5;
    margin-top: -24px; /* Поднятие текста на 24px */
}

.icon:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.menu-button, .dropdown-content {
    backdrop-filter: blur(6px);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.5s forwards;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 20% auto;
    padding: 20px;
    border: 1px solid #003366;
    width: 80%;
    color: #99ccff;
    animation: slideDown 0.5s forwards;
    border-radius: 8px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #99ccff;
    text-decoration: none;
    cursor: pointer;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

@keyframes slideUp {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}

.slide-up {
    animation: slideUp 0.5s forwards;
}

/*psxmn*/