/* Подключение шрифта */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Конфигурация цветов */
:root[data-theme=red_black] {
    --accent-color-200: #00000050;
    --accent-color-300: #00000070;
    --accent-color-400: rgb(104 54 54);
    --accent-color-500: rgb(29 0 0 / 60%);
    --accent-color-600: rgb(91 24 24 / 20%);
    --accent-color-800: #c70000;
    --accent-color-900: #9c0f0f;
    --accent-color-1000: #fff;

    --button-glow-color1: rgb(189 94 94 / 80%);
    --button-glow-color2: #963131;
    --button-glow-color3: #ac0d0d;

    --bonus-active-color: var(--accent-color-500);
    --bonus-default-color: var(--accent-color-200);

    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;

    --bg-color-600: #212121;
    --bg-color-800: #070707;
    --bg-color-700: #121212;
    --bg-color-900: #121212;
    --bg-modal: #000000e3;
    --bg-discount: #581111;

    --product-items-trans-bg-color: rgba(0, 0, 0, .4);

    --border-radius-10: 10px;
    --border-radius-5: 5px;

    --font-weight-600: 600;
    --font-weight-800: 800;

    --font-size-12: 12px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-30: 30px;
    --font-size-36: 36px;

    --bg-block: url(https://i.ibb.co/4RctPBHh/IJfCrI.png); /* Ссылка на фон блока */
  
    --ip-text: "ИП Исаев Магомед Салах Исмаилович ИНН: 200103849698 ОГРНИП: 325200000002888"; /* Информация об ИП */
}
/* Стилизация серверов в мониторинге */
.ServerStatus-module__server.a {
    background: linear-gradient(90.00deg, rgb(20 13 13), rgb(103 0 0 / 55%) 100%);
}

.ServerStatus-module__server.a .ServerStatus-module__progress-bar {
    background: linear-gradient(90deg, rgb(189 94 94 / 80%), rgb(189 94 94 / 50%));
}
.ServerStatus-module__server.b {
    background: linear-gradient(90.00deg, rgb(14, 14, 14), rgb(15, 25, 17) 100%);
}

.ServerStatus-module__server.b .ServerStatus-module__progress-bar {
    background: linear-gradient(90deg, rgba(94, 189, 143, 80%), rgba(94, 189, 143, 0.5));
}